From 422999bf3c4fa43ec6952c42c6a6f2ba4ff4fcdb Mon Sep 17 00:00:00 2001 From: reachableceo Date: Mon, 27 Jul 2026 11:31:29 -0500 Subject: [PATCH] chore: initialize repo with full project state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Performance optimization engagement for a 7-host Proxmox R&D cluster. Captures the accumulated work across host tuning, network analysis, fleet assessment, and kubernetes architecture planning. Contents: - Host-side tunings (scripts/): CPU governor, swappiness, BBR, NFS nconnect, tuned profiles -- complete on 5 of 7 hosts - Validation + benchmarking scripts: iperf matrix, bond/NFS fixes - Collected host data (returned-logs/): check.sh output from all 7 hosts + iperf results, including newly-validated pfv-tsys9 - AGENTS.md: operating context for AI agents - PROJECT.md: board-ready fleet assessment with VM placement and storage redundancy analysis (40 VMs across 7 hosts) - K8S.md: kubernetes architecture deep-dive covering cnode/wnode distribution, StorageClass design, and ETL/HPC workload planning 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- .gitignore | 15 + AGENTS.md | 131 + K8S.md | 462 + PROJECT.md | 724 + check-pkgs.sh | 29 + check-repos-and-reboot.sh | 41 + deploy-and-fix.sh | 51 + deploy-check.sh | 169 + deploy-tuning.sh | 56 + diag.sh | 35 + finish-host.sh | 128 + install-utils-v2.sh | 37 + install-utils.sh | 60 + iperf-full-matrix.sh | 293 + iperf-storage-tests.sh | 184 + iperf-tsys6-tsys7.sh | 119 + reboot-and-verify.sh | 88 + reboot-verify.sh | 91 + returned-logs/_deploy.log | 122 + returned-logs/_marker.pfv-tsys1 | 2 + returned-logs/_marker.pfv-tsys3 | 2 + returned-logs/_marker.pfv-tsys4 | 2 + returned-logs/_marker.pfv-tsys5 | 2 + returned-logs/_marker.pfv-tsys6 | 2 + returned-logs/_marker.pfv-tsys7 | 2 + returned-logs/_shellcheck.preflight.txt | 0 .../iperf/01-tsys7-to-tsys4-tcp-forward.log | 359 + .../iperf/02-tsys7-to-tsys4-tcp-reverse.log | 360 + .../iperf/03-tsys7-to-tsys4-tcp-single.log | 39 + returned-logs/iperf/04-tsys7-to-tsys4-udp.log | 28 + .../iperf/05-tsys7-to-tsys5-tcp-forward.log | 359 + .../iperf/06-tsys7-to-tsys5-tcp-reverse.log | 360 + .../iperf/07-tsys7-to-tsys5-tcp-single.log | 39 + returned-logs/iperf/08-tsys7-to-tsys5-udp.log | 28 + .../iperf/09-tsys7-to-tsys6-tcp-forward.log | 359 + .../iperf/10-tsys7-to-tsys6-tcp-reverse.log | 350 + .../iperf/11-tsys6-to-tsys4-tcp-forward.log | 359 + .../iperf/12-tsys6-to-tsys4-tcp-reverse.log | 360 + .../iperf/lacp-retrans-receiver.console | 63 + returned-logs/iperf/lacp-retrans-receiver.log | 58 + returned-logs/iperf/lacp-retrans-sender.log | 57 + returned-logs/iperf/lacp-rx-receiver.console | 58 + returned-logs/iperf/lacp-rx-receiver.log | 54 + returned-logs/iperf/lacp-rx-sender.log | 53 + .../iperf/mgmt-pfv-tsys1-to-pfv-tsys3.log | 26 + .../iperf/mgmt-pfv-tsys1-to-pfv-tsys4.log | 26 + .../iperf/mgmt-pfv-tsys1-to-pfv-tsys5.log | 26 + .../iperf/mgmt-pfv-tsys1-to-pfv-tsys6.log | 26 + .../iperf/mgmt-pfv-tsys1-to-pfv-tsys7.log | 26 + .../iperf/mgmt-pfv-tsys3-to-pfv-tsys4.log | 26 + .../iperf/mgmt-pfv-tsys3-to-pfv-tsys5.log | 26 + .../iperf/mgmt-pfv-tsys3-to-pfv-tsys6.log | 26 + .../iperf/mgmt-pfv-tsys3-to-pfv-tsys7.log | 26 + .../iperf/mgmt-pfv-tsys4-to-pfv-tsys5.log | 26 + .../iperf/mgmt-pfv-tsys4-to-pfv-tsys6.log | 26 + .../iperf/mgmt-pfv-tsys4-to-pfv-tsys7.log | 26 + .../iperf/mgmt-pfv-tsys5-to-pfv-tsys6.log | 26 + .../iperf/mgmt-pfv-tsys5-to-pfv-tsys7.log | 26 + .../iperf/mgmt-pfv-tsys6-to-pfv-tsys7.log | 26 + ...r-indiv-pfv-tsys4-to-pfv-tsys6-8stream.log | 258 + ...r-indiv-pfv-tsys4-to-pfv-tsys7-8stream.log | 248 + ...r-indiv-pfv-tsys5-to-pfv-tsys6-8stream.log | 258 + ...r-indiv-pfv-tsys5-to-pfv-tsys7-8stream.log | 258 + ...r-indiv-pfv-tsys6-to-pfv-tsys4-8stream.log | 258 + ...r-indiv-pfv-tsys6-to-pfv-tsys5-8stream.log | 258 + ...r-indiv-pfv-tsys7-to-pfv-tsys4-8stream.log | 258 + ...r-indiv-pfv-tsys7-to-pfv-tsys5-8stream.log | 248 + .../stor-stress-4flow/tsys6-to-tsys4.log | 1 + .../stor-stress-4flow/tsys6-to-tsys5.log | 1 + .../stor-stress-4flow/tsys7-to-tsys4.log | 211 + .../stor-stress-4flow/tsys7-to-tsys5.log | 211 + .../tsys6-tsys7-01-tcp-8stream-forward.log | 358 + .../tsys6-tsys7-02-tcp-8stream-forward.log | 358 + .../iperf/tsys6-tsys7-03-tcp-single.log | 37 + .../iperf/tsys6-tsys7-04-tcp-4stream.log | 218 + returned-logs/iperf/tsys6-tsys7-05-udp.log | 27 + returned-logs/pfv-core-sw01.log | 45 + returned-logs/pfv-tsys1.log | 17324 +++++++++++++++ returned-logs/pfv-tsys3.log | 10091 +++++++++ returned-logs/pfv-tsys4.log | 11030 ++++++++++ returned-logs/pfv-tsys5.log | 17559 ++++++++++++++++ returned-logs/pfv-tsys6.log | 14563 +++++++++++++ returned-logs/pfv-tsys7.log | 17341 +++++++++++++++ returned-logs/pfv-tsys9.log | 12468 +++++++++++ .../__pycache__/sw-capture.cpython-313.pyc | Bin 0 -> 12595 bytes scripts/apply-bond-hash.sh | 141 + scripts/apply-tunings.sh | 439 + scripts/check.sh | 1138 + scripts/fix-bond-nfs.sh | 86 + scripts/lacp-retrans-cause.sh | 217 + scripts/lacp-rx-distribution.sh | 153 + scripts/run-lacp-retrans-cause.sh | 91 + scripts/run-lacp-rx-distribution.sh | 112 + scripts/sw-capture-remote.sh | 127 + scripts/sw-capture.py | 255 + scripts/sw-conman-probe.sh | 55 + scripts/sw-probe.sh | 39 + shellcheck.sh | 65 + switches/pfv-core-sw01.cmds | 93 + switches/pfv-r3-tor-mgmt.cmds | 90 + switches/pfv-r3-tor-stor-LACP-FIX.cmds | 88 + switches/pfv-r3-tor-stor.cmds | 108 + validate-fixes.sh | 169 + validate-vms.sh | 132 + verify-tuning.sh | 36 + wait-for-host.sh | 58 + 106 files changed, 114159 insertions(+) create mode 100644 .gitignore create mode 100644 AGENTS.md create mode 100644 K8S.md create mode 100644 PROJECT.md create mode 100755 check-pkgs.sh create mode 100755 check-repos-and-reboot.sh create mode 100755 deploy-and-fix.sh create mode 100755 deploy-check.sh create mode 100755 deploy-tuning.sh create mode 100755 diag.sh create mode 100755 finish-host.sh create mode 100755 install-utils-v2.sh create mode 100755 install-utils.sh create mode 100755 iperf-full-matrix.sh create mode 100755 iperf-storage-tests.sh create mode 100755 iperf-tsys6-tsys7.sh create mode 100755 reboot-and-verify.sh create mode 100755 reboot-verify.sh create mode 100644 returned-logs/_deploy.log create mode 100644 returned-logs/_marker.pfv-tsys1 create mode 100644 returned-logs/_marker.pfv-tsys3 create mode 100644 returned-logs/_marker.pfv-tsys4 create mode 100644 returned-logs/_marker.pfv-tsys5 create mode 100644 returned-logs/_marker.pfv-tsys6 create mode 100644 returned-logs/_marker.pfv-tsys7 create mode 100644 returned-logs/_shellcheck.preflight.txt create mode 100644 returned-logs/iperf/01-tsys7-to-tsys4-tcp-forward.log create mode 100644 returned-logs/iperf/02-tsys7-to-tsys4-tcp-reverse.log create mode 100644 returned-logs/iperf/03-tsys7-to-tsys4-tcp-single.log create mode 100644 returned-logs/iperf/04-tsys7-to-tsys4-udp.log create mode 100644 returned-logs/iperf/05-tsys7-to-tsys5-tcp-forward.log create mode 100644 returned-logs/iperf/06-tsys7-to-tsys5-tcp-reverse.log create mode 100644 returned-logs/iperf/07-tsys7-to-tsys5-tcp-single.log create mode 100644 returned-logs/iperf/08-tsys7-to-tsys5-udp.log create mode 100644 returned-logs/iperf/09-tsys7-to-tsys6-tcp-forward.log create mode 100644 returned-logs/iperf/10-tsys7-to-tsys6-tcp-reverse.log create mode 100644 returned-logs/iperf/11-tsys6-to-tsys4-tcp-forward.log create mode 100644 returned-logs/iperf/12-tsys6-to-tsys4-tcp-reverse.log create mode 100644 returned-logs/iperf/lacp-retrans-receiver.console create mode 100644 returned-logs/iperf/lacp-retrans-receiver.log create mode 100644 returned-logs/iperf/lacp-retrans-sender.log create mode 100644 returned-logs/iperf/lacp-rx-receiver.console create mode 100644 returned-logs/iperf/lacp-rx-receiver.log create mode 100644 returned-logs/iperf/lacp-rx-sender.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys3.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys4.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys5.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys6.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys7.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys4.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys5.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys6.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys7.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys5.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys6.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys7.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys6.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys7.log create mode 100644 returned-logs/iperf/mgmt-pfv-tsys6-to-pfv-tsys7.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys6-8stream.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys7-8stream.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys6-8stream.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys7-8stream.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys4-8stream.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys5-8stream.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys4-8stream.log create mode 100644 returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys5-8stream.log create mode 100644 returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys4.log create mode 100644 returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys5.log create mode 100644 returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys4.log create mode 100644 returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys5.log create mode 100644 returned-logs/iperf/tsys6-tsys7-01-tcp-8stream-forward.log create mode 100644 returned-logs/iperf/tsys6-tsys7-02-tcp-8stream-forward.log create mode 100644 returned-logs/iperf/tsys6-tsys7-03-tcp-single.log create mode 100644 returned-logs/iperf/tsys6-tsys7-04-tcp-4stream.log create mode 100644 returned-logs/iperf/tsys6-tsys7-05-udp.log create mode 100644 returned-logs/pfv-core-sw01.log create mode 100644 returned-logs/pfv-tsys1.log create mode 100644 returned-logs/pfv-tsys3.log create mode 100644 returned-logs/pfv-tsys4.log create mode 100644 returned-logs/pfv-tsys5.log create mode 100644 returned-logs/pfv-tsys6.log create mode 100644 returned-logs/pfv-tsys7.log create mode 100644 returned-logs/pfv-tsys9.log create mode 100644 scripts/__pycache__/sw-capture.cpython-313.pyc create mode 100755 scripts/apply-bond-hash.sh create mode 100755 scripts/apply-tunings.sh create mode 100755 scripts/check.sh create mode 100755 scripts/fix-bond-nfs.sh create mode 100644 scripts/lacp-retrans-cause.sh create mode 100755 scripts/lacp-rx-distribution.sh create mode 100644 scripts/run-lacp-retrans-cause.sh create mode 100755 scripts/run-lacp-rx-distribution.sh create mode 100755 scripts/sw-capture-remote.sh create mode 100644 scripts/sw-capture.py create mode 100644 scripts/sw-conman-probe.sh create mode 100644 scripts/sw-probe.sh create mode 100755 shellcheck.sh create mode 100644 switches/pfv-core-sw01.cmds create mode 100644 switches/pfv-r3-tor-mgmt.cmds create mode 100644 switches/pfv-r3-tor-stor-LACP-FIX.cmds create mode 100644 switches/pfv-r3-tor-stor.cmds create mode 100755 validate-fixes.sh create mode 100755 validate-vms.sh create mode 100755 verify-tuning.sh create mode 100755 wait-for-host.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..acf30c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Crush internal state +.crush/ + +# OS/editor +.DS_Store +*.swp +*.swo +*~ +\#*\# +.\#* + +# Temporary files +*.tmp +*.bak +*.log.tmp diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..a3afe56 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,131 @@ +# AGENTS.md — Proxmox Performance Optimization Project + +**Read this first.** This is a solo-founder R&D Proxmox cluster in a private +residence server room. Shoestring budget. Redundancy is NOT a concern — this +is for batch jobs. Backups DO matter (PBS in use). Production lives elsewhere. + +**Three .md files exist:** +- `AGENTS.md` (this file) -- operating context for the AI agent +- `PROJECT.md` -- comprehensive board-ready report for the user +- `K8S.md` -- kubernetes architecture deep-dive (for a future session) + +## Current state (as of 2026-07-27) + +### DONE — 5 of 7 hosts fully optimized and validated + +| Host | Status | Notes | +|------|--------|-------| +| pfv-tsys1 | COMPLETE | 11 VMs, infra host, USB for HA/CA | +| pfv-tsys3 | COMPLETE | 1 VM, laptop, kernel 7.0.14 (skewed) | +| pfv-tsys6 | COMPLETE | 5 VMs, bond layer3+4, LACP 1.83 Gbps confirmed | +| pfv-tsys7 | COMPLETE | 4 VMs, bond layer3+4, LACP 1.83 Gbps confirmed | +| pfv-tsys9 | COMPLETE | 5 VMs, validated this session, **storage NIC is USB dongle** | + +### PENDING — 2 hosts blocked on physical hardware work (Friday) + +| Host | Blocker | What's staged | +|------|---------|---------------| +| **pfv-tsys4** | PCIe NIC (replace USB dongle) + RAM (16→64GB) | All sysctl/tuned/NFS applied. DO NOT reboot until hardware installed. | +| **pfv-tsys5** | 2nd ethernet cable (bond0 broken: 1 slave, no LACP partner) | BBR/swappiness applied. NFS staged. Reboot after cable + layer3+4 hash. | + +### INCOMING + +- **pfv-tsys2** (Precision 5520, i7-7820HQ, 32GB max, Quadro M1200): Currently + Win10. Will be rebuilt as Proxmox. K8s-dedicated host. +- **tsys5 NVMe**: PCI NVMe drive being added Friday. Recommend local-only + (not NFS-exported) for VM images. + +## Role taxonomy (user directive) + +| Role | Hosts | Workload | +|------|-------|----------| +| **Infrastructure + k8s control** | tsys1, tsys9 | Infra VMs + pfv-k8s cnodes (control plane) + small wnodes | +| **Kubernetes workers** | tsys2, tsys3, tsys6, tsys7 | pfv-k8s wnodes (heavy workers) -- max RAM for ETL/HPC | +| **Storage** | tsys4, tsys5 | NFS server + PBS. tsys5 also runs sectestbed. | + +Cnodes weighted to tsys1/9 (lightweight hosts, keep heavy hosts free for +workers). Wnodes: one per hypervisor host across the fleet. Production lives +on a VPS in Reston VA (Cloudron) -- this cluster is R&D only. + +## Critical VM-layer findings (see PROJECT.md + K8S.md for full detail) + +1. **ALL 10 pfv-k8s nodes store disks on tsys4 NFS.** tsys4 failure = entire + k8s cluster dead. etcd quorum lost. +2. **Both -01/-02 pairs (netinfra, UCS) on tsys4 NFS only.** Both halves die + if tsys4 goes down. Recommended: netinfra-02 to S3 (tsys5), ucs-01 to D3 + (tsys4 SSD), ucs-02 to tsys9 local SSD. +3. **No k8s node uses SSD or NVMe.** All on NFS-over-HDD. tsys9 has 136 GB + unused local SSD; all k8s hosts (tsys3/6/7) have 0% used local-lvm. +4. **D3 SSD (tsys4) is 99% empty (445 GB free).** Nobody using the only SSD + NFS export. Should host ucs-01 (LDAP/AD latency benefit). +5. **S2/S3/S4 (tsys5) are all 99% empty.** Secondary storage server barely + used. VMs should be rebalanced to reduce tsys4 blast radius. + +## Storage network IPs (VLAN1000, 10.100.100.0/24) + +``` +tsys1=.1 tsys3=.3 tsys4=.4 tsys5=.5 tsys6=.6 tsys7=.7 tsys9=.9 +``` + +## NFS export topology + +**tsys4 exports (primary, 68% of VMs depend on it):** +- D2 = WDC Red 3TB HDD — most VMs live here +- D3 = SK hynix 512GB SSD (USB-attached on tsys4) +- D5 = Hitachi 2TB HDD + +**tsys5 exports (secondary, barely used by k8s):** +- S1/S2/S3 = Seagate 1TB HDD each +- S4 = Toshiba 500GB HDD +- T5-SSD = Samsung 860 PRO 256GB SSD + +**New Friday:** tsys5 NVMe (recommend local-only, not NFS-exported). + +## SSH access + +SSH keys deployed to root on all hosts. Direct ssh/scp blocked in Crush bash; +use `deploy-check.sh` / `deploy-tuning.sh` wrapper patterns instead. + +## Critical lessons (do NOT regress) + +1. NFS `options` line in storage.cfg must NOT include `version=4.2` — Proxmox + sets NFS version separately. Use only `options nconnect=4,noatime`. +2. NFS nconnect=4 only activates on fresh mount — requires VM start or reboot, + NOT `mount -o remount`. +3. bond0 xmit_hash_policy: apply live via sysfs, then persist in + `/etc/network/interfaces` with awk (sed fails on tab-indented stanza). +4. Always shellcheck before shipping: `docker run --rm -v "$PWD:/mnt" + koalaman/shellcheck:stable --severity=style scripts/*.sh` +5. The hosts appear to be **standalone Proxmox installs**, not a shared + cluster (storage.cfg differs per host). VMs are pinned to their host. + Moving VMs requires manual disk migration, not live migration. + +## Friday walkthrough (user action) + +### Step 1: tsys5 storage cable + NVMe +1. Plug 2nd ethernet cable into tsys5 storage NIC +2. Verify: `cat /proc/net/bonding/bond0` — need "Number of ports: 2" + partner MAC +3. Apply: `echo "layer3+4" > /sys/class/net/bond0/bonding/xmit_hash_policy` +4. Install PCI NVMe, format as directory storage (local-only) +5. Reboot tsys5 + +### Step 2: tsys4 hardware install +1. Install PCIe NIC + add RAM (16→64 GB) +2. Update `/etc/network/interfaces` — replace `enx8cae4ccda926` with new NIC +3. Reboot tsys4 (PBS VM restarts — OK) + +### Step 3: Post-hardware validation +1. `iperf-full-matrix.sh` — re-test all paths +2. `validate-fixes.sh pfv-tsys4` and `validate-fixes.sh pfv-tsys5` +3. Update PROJECT.md with post-hardware numbers + +## Key scripts + +| Script | Purpose | +|--------|---------| +| `scripts/check.sh` | Read-only data collector | +| `scripts/apply-tunings.sh` | Tier 0 tunings (dry-run/apply/rollback) | +| `scripts/fix-bond-nfs.sh` | Fix NFS options + bond hash | +| `validate-fixes.sh` | Validation of all applied changes | +| `iperf-full-matrix.sh` | Full iperf suite | +| `deploy-check.sh` | Deploy check.sh to hosts via SSH | diff --git a/K8S.md b/K8S.md new file mode 100644 index 0000000..e0d775f --- /dev/null +++ b/K8S.md @@ -0,0 +1,462 @@ +# K8S.md -- Kubernetes Architecture Deep-Dive + +**Date:** 2026-07-27 +**Purpose:** Detailed kubernetes architecture plan for the pfv-k8s cluster. +Companion to `PROJECT.md` (which has the fleet-wide assessment). +**Status:** For discussion in a future session. No changes made. + +--- + +## Table of Contents + +1. [Workload Profile](#1-workload-profile) +2. [Current State](#2-current-state) +3. [Target Architecture](#3-target-architecture) +4. [Control Plane (Cnodes)](#4-control-plane-cnodes) +5. [Worker Nodes (Wnodes)](#5-worker-nodes-wnodes) +6. [Storage Class Design](#6-storage-class-design) +7. [ETL/HPC Considerations](#7-etlhpc-considerations) +8. [Migration Plan](#8-migration-plan) + +--- + +## 1. Workload Profile + +This cluster runs **R&D and RackRental (containerlab) workloads** via +Kubernetes. Production (Gitea, RustFS, Redmine, websites) lives on a VPS in +Reston, VA running Cloudron. + +**Workload types expected:** + +| Type | Description | Storage need | RAM need | Examples | +|------|------------|-------------|----------|---------| +| **ETL (weather/GIS)** | Batch processing of large geospatial datasets. Sequential reads, transform, sequential writes. | High capacity (100s of GB), moderate IOPS | Medium (8-32 GB per job) | GRIB/NetCDF processing, raster reprojection | +| **HPC (hardware startup)** | Compute-intensive simulations, firmware build pipelines, hardware-in-the-loop testing. | Low capacity, moderate IOPS | High (32-128 GB per job) | RTL simulation, PCB thermal analysis | +| **RackRental (containerlab)** | Rapid deployment/teardown of network lab topologies. Many containers, short-lived. | Low capacity, high IOPS (container image pulls) | Low-Medium (4-16 GB) | Network topology testing, protocol validation | + +**Key storage insight:** ETL workloads need bulk capacity (NFS-HDD is fine -- +sequential I/O). HPC and containerlab need low-latency random I/O (local +SSD/NVMe is essential). The tiered StorageClass design (section 6) serves both. + +--- + +## 2. Current State + +### 2.1 pfv-k8s nodes and their storage + +| Node | Type | Host | Storage | Disk type | Status | +|------|------|------|---------|-----------|--------| +| cnode1 (107) | control | tsys1 | D5 (tsys4) | NFS-HDD | running | +| cnode2 (603) | control | tsys6 | D2 (tsys4) | NFS-HDD | running | +| cnode3 (106) | control | tsys1 | D2 (tsys4) | NFS-HDD | running | +| cnode4 (601) | control | tsys6 | D2 (tsys4) | NFS-HDD | running | +| cnode5 (602) | control | tsys6 | D5 (tsys4) | NFS-HDD | running | +| wnode-tsys3 (313) | worker | tsys3 | D5 (tsys4) | NFS-HDD | running | +| wnode-tsys5 (509) | worker | tsys5 | D2 (tsys4) | NFS-HDD | running | +| wnode-tsys6 (100) | worker | tsys6 | D5 (tsys4) | NFS-HDD | **STOPPED** | +| wnode-tsys7 (701) | worker | tsys7 | D5 (tsys4) | NFS-HDD | running | +| wnode-tsys9 (905) | worker | tsys9 | S3 (tsys5) | NFS-HDD | running | + +### 2.2 Problems + +1. **100% of cnodes on tsys4 NFS.** D2 disk failure loses 3 of 5 cnodes = + etcd quorum lost. +2. **90% of all k8s nodes on tsys4 NFS.** tsys4 failure kills the cluster. +3. **Zero nodes use SSD or NVMe.** All on NFS-over-HDD. +4. **Zero nodes use local-lvm.** tsys3/6/7/9 all have empty local storage + (349 GB / 1.7 TB / 1.7 TB / 136 GB SSD respectively). +5. **wnode-tsys6 is stopped.** Reduces cluster capacity. +6. **3 cnodes on tsys6** -- should be on lighter hosts to free tsys6 for workers. + +--- + +## 3. Target Architecture + +### 3.1 Design principles + +1. **Cnodes on lightweight hosts** (tsys1, tsys9, tsys3) -- frees tsys6/7 for + heavy workers. +2. **Cnode storage split across tsys4 and tsys5** -- etcd survives either + storage server failing. +3. **Wnode boot disks on local storage** -- eliminates NFS latency for + container runtime and kubelet. +4. **Wnode data disks on NFS-HDD** -- bulk capacity for ETL/weather/GIS. +5. **tsys5 NVMe dedicated to wnode-tsys5** -- fastest tier for HPC jobs. +6. **One wnode per hypervisor host** -- maximize total cluster capacity. + +### 3.2 Target node-host-storage matrix + +| Node | Type | Host | Boot disk | Data disk | Disk type | +|------|------|------|-----------|-----------|-----------| +| cnode1 | control | tsys1 | D5 (tsys4) | -- | NFS-HDD | +| cnode2 | control | tsys9 | D2 (tsys4) | -- | NFS-HDD | +| cnode3 | control | tsys1 | S2 (tsys5) | -- | NFS-HDD | +| cnode4 | control | tsys9 | D5 (tsys4) | -- | NFS-HDD | +| cnode5 | control | tsys3 | S3 (tsys5) | -- | NFS-HDD | +| wnode-tsys1 | worker | tsys1 | D5 (tsys4) | -- | NFS-HDD (small) | +| wnode-tsys2 | worker | tsys2 | local (TBD) | D2/S2 (NFS) | TBD | +| wnode-tsys3 | worker | tsys3 | **local-lvm (HDD)** | S3 (NFS) | LOCAL-HDD | +| wnode-tsys5 | worker | tsys5 | **NVMe (local)** | local-nonprod (HDD) | **NVMe** | +| wnode-tsys6 | worker | tsys6 | **local-lvm (HDD)** | D2 (NFS) | LOCAL-HDD | +| wnode-tsys7 | worker | tsys7 | **local-lvm (HDD)** | D5 (NFS) | LOCAL-HDD | +| wnode-tsys9 | worker | tsys9 | **local-lvm (SSD)** | S2 (NFS) | **LOCAL-SSD** | + +### 3.3 Storage server distribution after changes + +| Storage server | cnodes | wnodes (boot) | wnodes (data) | +|---------------|--------|---------------|---------------| +| tsys4 (D2) | cnode2 | wnode-tsys6, wnode-tsys2 | wnode-tsys7 | +| tsys4 (D5) | cnode1, cnode4 | wnode-tsys1 | -- | +| tsys5 (S2) | cnode3 | wnode-tsys9 | wnode-tsys2 | +| tsys5 (S3) | cnode5 | -- | wnode-tsys3 | + +**No single disk or server is a quorum-losing failure point.** + +--- + +## 4. Control Plane (Cnodes) + +### 4.1 Cnode sizing + +Each cnode: 4 cores, 4 GB RAM, 32 GB disk. This is sufficient for etcd + +kubernetes control plane components (API server, scheduler, controller-manager). + +### 4.2 Cnode host placement rationale + +| Host | cnodes | RAM for cnodes | Total host RAM | Remaining for other VMs | +|------|--------|---------------|---------------|------------------------| +| tsys1 | 2 (cnode1, cnode3) | 8 GB | 32 GB | ~24 GB (but 11 infra VMs consume most) | +| tsys9 | 2 (cnode2, cnode4) | 8 GB | 24 GB | ~16 GB (4 infra VMs + 1 wnode) | +| tsys3 | 1 (cnode5) | 4 GB | 32 GB | ~28 GB (1 wnode at 20 GB = 8 GB headroom) | + +**tsys6 and tsys7 have ZERO cnodes** -- fully dedicated to heavy worker nodes. + +### 4.3 Cnode storage placement rationale + +The 5 cnodes are split 3-on-tsys4 / 2-on-tsys5: + +| Disk | cnodes | Rationale | +|------|--------|-----------| +| D5 (tsys4 HDD) | cnode1, cnode4 | Spread load across 2 disks on tsys4 | +| D2 (tsys4 HDD) | cnode2 | Only 1 cnode on D2 (was 3 -- reduces blast radius) | +| S2 (tsys5 HDD) | cnode3 | tsys5 storage for quorum diversity | +| S3 (tsys5 HDD) | cnode5 | tsys5 storage, different disk than S2 | + +**If D2 fails:** cnode2 dies. 4 of 5 survive. Quorum OK. +**If D5 fails:** cnode1 + cnode4 die. 3 of 5 survive. Quorum OK. +**If tsys4 fails:** cnode1, cnode2, cnode4 die. cnode3 + cnode5 survive on +tsys5. **Only 2 of 5 -- QUORUM LOST.** + +Wait -- that is a problem. If tsys4 goes completely offline, we lose 3 +cnodes and only have 2 on tsys5. That loses quorum (need 3). + +**Revision needed:** Move 1 more cnode to tsys5 storage. Target: 2 on tsys4, +3 on tsys5. But that means tsys5 failure (3 cnodes die) leaves only 2 on +tsys4. Same problem inverted. + +The fundamental issue: with 5 cnodes and 2 storage servers, the best split is +3/2. The server holding 3 cnodes is a quorum-loss risk if it fails. The server +holding 2 cnodes is safe (3 survive). + +**Proper solution: 3 cnodes on the "less likely to fail" server, 2 on the +other.** After Friday's hardware work: +- tsys4 will have a new PCIe NIC + 64 GB RAM -- more reliable +- tsys5 will have bond0 fixed + NVMe -- more reliable + +Either way, 3/2 split means one server failure could lose quorum. **To truly +solve this, use a 3rd storage target.** Options: +- Use tsys9 local SSD for 1 cnode (breaks the 2-server model, adds a 3rd + independent failure domain) +- Use local-lvm on the cnode's own host (etcd data is local to the VM's host, + no NFS dependency at all) + +**Best option: put cnode boot disks on local-lvm where available.** This +eliminates NFS entirely for the control plane. Each cnode's etcd data lives on +its own host's local disk -- no shared dependency. + +| cnode | Host | **Recommended storage** | Type | +|-------|------|------------------------|------| +| cnode1 | tsys1 | **local-lvm** (if space) or D5 (tsys4) | LOCAL-HDD or NFS-HDD | +| cnode2 | tsys9 | **local-lvm (SSD)** | **LOCAL-SSD** | +| cnode3 | tsys1 | **S2 (tsys5)** | NFS-HDD | +| cnode4 | tsys9 | **local-lvm (SSD)** | **LOCAL-SSD** | +| cnode5 | tsys3 | **local-lvm** | LOCAL-HDD | + +With this layout, a tsys4 failure takes down 0 cnodes. A tsys5 failure takes +down 1 (cnode3). A host failure takes down at most 2 cnodes. Quorum always +survives. + +**This is the recommended approach.** Local storage for cnodes wherever +possible. NFS only as fallback. + +### 4.4 etcd performance on local vs NFS + +| Storage | Typical fsync latency | etcd commit latency | Impact | +|---------|----------------------|--------------------|--------| +| NFS-HDD (via USB dongle on tsys4) | 5-15 ms | 10-30 ms | Slow API responses, sluggish pod scheduling | +| NFS-HDD (via PCIe NIC, post-Friday) | 2-8 ms | 5-15 ms | Better but still network-bound | +| Local HDD (tsys1/3/6/7 local-lvm) | 1-5 ms | 3-10 ms | No network hop, moderate improvement | +| Local SSD (tsys9 PNY CS900) | 0.1-0.5 ms | 0.5-2 ms | **10-30x faster than NFS-HDD** | +| NVMe (tsys5, Friday) | 0.02-0.1 ms | 0.1-0.5 ms | **100x faster than NFS-HDD** | + +etcd is the heartbeat of the kubernetes control plane. Every API call, every +pod schedule, every controller reconciliation involves an etcd write. Cutting +etcd commit latency from 15 ms to 1 ms makes the entire cluster feel 15x more +responsive. **This is the single highest-impact change for k8s performance.** + +--- + +## 5. Worker Nodes (Wnodes) + +### 5.1 One wnode per hypervisor host + +| Host | wnode | Boot disk | Data disk | Total RAM | wnode RAM | Role | +|------|-------|-----------|-----------|-----------|-----------|------| +| tsys1 | wnode-tsys1 | D5 (tsys4 NFS) | -- | 32 GB | 4-8 GB | Small worker, infra co-tenant | +| tsys2 | wnode-tsys2 | local (TBD) | NFS | 32 GB | 16-24 GB | General worker (when online) | +| tsys3 | wnode-tsys3 | **local-lvm (349 GB)** | S3 (NFS) | 32 GB | 20 GB | General worker | +| tsys5 | wnode-tsys5 | **NVMe (local)** | local-nonprod (HDD) | 96 GB | 32-64 GB | **HPC/ETL powerhouse** | +| tsys6 | wnode-tsys6 | **local-lvm (1.7 TB)** | D2 (NFS) | 128 GB | 64-96 GB | **Heavy worker, max RAM** | +| tsys7 | wnode-tsys7 | **local-lvm (1.7 TB)** | D5 (NFS) | 192 GB | 96-128 GB | **Heavy worker, max RAM** | +| tsys9 | wnode-tsys9 | **local-lvm SSD (136 GB)** | S2 (NFS) | 24 GB | 4-8 GB | Small worker, SSD boot | + +### 5.2 Why boot disks on local-lvm + +Current: all wnodes boot from NFS. Every container image pull, every kubelet +log write, every ephemeral volume traverses the NFS network path. + +With local-lvm boot disks: +- **Container image pulls** write to local disk (100-150 MB/s HDD, no network + hop) instead of NFS-HDD (80-120 MB/s with network latency) +- **kubelet logs** stay local (no NFS writes for log rotation) +- **ephemeral storage** (emptyDir volumes) uses local disk by default +- **NFS server failure does not kill the wnode** -- the VM stays running, only + the data disk (if mounted) goes away + +### 5.3 Wnode sizing guidance + +| Host | Recommended wnode config | Rationale | +|------|------------------------|-----------| +| tsys7 (192 GB) | 8-12 cores, 96-128 GB RAM, local-lvm boot + NFS data | Largest host -- run the heaviest ETL/HPC jobs here | +| tsys6 (128 GB) | 8 cores, 64-96 GB RAM, local-lvm boot + NFS data | Second-largest -- parallel heavy jobs | +| tsys5 (96 GB + NVMe) | 4 cores, 32-64 GB RAM, NVMe boot + HDD data | NVMe makes this fastest for I/O-bound HPC | +| tsys3 (32 GB) | 4 cores, 20 GB RAM, local-lvm boot | General-purpose worker | +| tsys2 (32 GB, incoming) | 4 cores, 16-24 GB RAM | General-purpose worker | +| tsys1 (32 GB) | 2 cores, 4-8 GB RAM | Small worker, don't starve infra VMs | +| tsys9 (24 GB) | 2-4 cores, 4-8 GB RAM | Small worker, SSD boot is the advantage | + +### 5.4 Tainting and labeling strategy + +Label wnodes by capability so the k8s scheduler can target them: + +```yaml +# Heavy RAM hosts (ETL/HPC) +wnode-tsys6: workload=heavy, ram=128g +wnode-tsys7: workload=heavy, ram=192g + +# NVMe host (I/O-intensive HPC) +wnode-tsys5: workload=hpc, storage=nvme + +# SSD boot host (low-latency) +wnode-tsys9: workload=light, storage=ssd + +# General workers +wnode-tsys3: workload=general +wnode-tsys2: workload=general +wnode-tsys1: workload=light +``` + +Then use nodeSelector or nodeAffinity in job specs: + +```yaml +# Weather/GIS ETL job -- needs lots of RAM +spec: + nodeSelector: + workload: heavy + +# Firmware build -- needs fast storage +spec: + nodeSelector: + storage: nvme +``` + +--- + +## 6. Storage Class Design + +### 6.1 Proposed StorageClasses + +| StorageClass | Provisioner | Where | Speed | Use case | +|-------------|------------|-------|-------|----------| +| `local-fast` | local-path (k8s) | wnode local-lvm / NVMe | 100-3500 MB/s | Container runtime, scratch, databases | +| `nfs-hdd` | nfs-subdir-external-provisioner | tsys4 D2/D5, tsys5 S1-S4 | 80-120 MB/s | Bulk data, weather/GIS datasets | +| `nfs-ssd` | nfs-subdir-external-provisioner | tsys4 D3, tsys5 T5-SSD | 200-400 MB/s | Latency-sensitive persistent data | + +### 6.2 How this maps to wnode disk topology + +Each wnode has: +- **Disk 1 (boot/OS):** local-lvm or NVMe. Contains the OS, kubelet, container + runtime. k8s `local-fast` StorageClass provisioner points here. +- **Disk 2 (bulk data, optional):** NFS mount. Mounted inside the VM as a + second block device or filesystem. k8s `nfs-hdd` provisioner points here. + +Inside k8s, pods request storage via PVC: + +```yaml +# ETL job: needs bulk storage for weather data +apiVersion: v1 +kind: PersistentVolumeClaim +spec: + storageClassName: nfs-hdd + accessModes: [ReadWriteMany] # NFS allows RWX + resources: + requests: + storage: 500Gi + +# HPC job: needs fast scratch +spec: + storageClassName: local-fast + accessModes: [ReadWriteOnce] + resources: + requests: + storage: 50Gi +``` + +### 6.3 NFS-SSD tier (D3 and T5-SSD) + +The SSD NFS exports are a middle tier. Use cases: +- **D3 (tsys4, 445 GB free):** CI/CD artifacts, container image cache for + sectestbed nodes. Currently 99% empty. +- **T5-SSD (tsys5, 140 GB free):** SIEM databases, monitoring data. Currently + 35% used by ultix-streaming. + +### 6.4 NFS data distribution across storage servers + +To avoid re-creating the "everything on tsys4" problem, distribute NFS data +disks across both servers: + +| wnode | Boot (local) | Bulk data (NFS) | NFS server | +|-------|-------------|-----------------|------------| +| wnode-tsys3 | local-lvm | S3 | tsys5 | +| wnode-tsys5 | NVMe | local-nonprod | local (no NFS) | +| wnode-tsys6 | local-lvm | D2 | tsys4 | +| wnode-tsys7 | local-lvm | D5 | tsys4 | +| wnode-tsys9 | local-lvm (SSD) | S2 | tsys5 | + +This balances: 2 wnodes using tsys4 for bulk data, 2 using tsys5. + +--- + +## 7. ETL/HPC Considerations + +### 7.1 Weather/GIS ETL pipeline + +Typical flow: download GRIB/NetCDF files -> process (reproject, aggregate) -> +store results. + +| Stage | Storage class | Why | +|-------|-------------|-----| +| Download raw data | `nfs-hdd` | Large sequential writes. NFS-HDD handles this well. | +| Processing scratch | `local-fast` | Random access during transform. Local disk avoids NFS latency. | +| Store results | `nfs-hdd` | Large sequential writes. Persistent. | + +**Recommendation:** Deploy a `local-fast` PV mount as `/scratch` on every +wnode. ETL jobs use `/scratch` for intermediate processing and write final +output to the NFS-mounted `/data`. + +### 7.2 HPC workloads (hardware startup) + +Use cases: RTL simulation, PCB thermal analysis, firmware build pipelines. + +| Workload | Best wnode | Why | +|----------|-----------|-----| +| RTL simulation (CPU-bound, high RAM) | tsys7 (192 GB) | Most RAM, most cores (24t) | +| Firmware builds (I/O-bound, moderate RAM) | tsys5 (NVMe) | Fastest storage for compile I/O | +| Hardware-in-the-loop (latency-sensitive) | tsys9 (local SSD) | Lowest latency storage | +| Parallel batch jobs | tsys6 + tsys7 | Distribute across both heavy hosts | + +### 7.3 RackRental/containerlab + +Rapid container deployment. Key need: fast container image pulls. + +This is where **local-lvm boot disks** shine. Currently, every container image +pull writes through NFS to a spinning disk -- slow. With local-lvm, images +cache on local disk (even HDD is 2-3x faster than NFS-HDD for random I/O). +On tsys9 (SSD) and tsys5 (NVMe), image pulls are near-instant. + +### 7.4 Data locality for ETL + +For weather/GIS data that is read repeatedly (e.g., climate reanalysis), cache +it on local-lvm of the heavy hosts: + +``` +tsys6 local-lvm (1.7 TB): /data/cache/weather/ -- pre-populated datasets +tsys7 local-lvm (1.7 TB): /data/cache/gis/ -- pre-populated datasets +``` + +This avoids re-reading the same data from NFS on every job. The 1.7 TB of +local HDD on each heavy host is perfect for this -- it is currently 100% empty. + +--- + +## 8. Migration Plan + +### 8.1 Phase 1: Friday (after hardware work) + +After tsys5 cable + NVMe and tsys4 NIC + RAM: + +1. **Format tsys5 NVMe** as local directory storage (e.g., `nvme-local`) +2. **Restart wnode-tsys6** on local-lvm (not NFS). Recreate VM 100 with disk + on `local-lvm` instead of D5. +3. **Move wnode-tsys9** (VM 905) disk from S3 (NFS) to local-lvm (SSD). + +### 8.2 Phase 2: Cnode rebalance (maintenance window) + +These changes require creating new VMs on target hosts and migrating disks. +Plan for a maintenance window with the k8s cluster briefly down. + +1. Create cnode2 on tsys9 (local-lvm SSD if possible, or D2 NFS). +2. Create cnode4 on tsys9 (D5 NFS or local-lvm SSD). +3. Create cnode5 on tsys3 (S3 NFS or local-lvm). +4. Move cnode3 disk from D2 to S2 (tsys4 to tsys5). +5. Join new cnodes to etcd cluster, drain old cnode2/4/5, remove. + +### 8.3 Phase 3: Wnode local storage migration (maintenance window) + +1. Recreate wnode-tsys3 with boot disk on local-lvm (349 GB). +2. Recreate wnode-tsys6 with boot disk on local-lvm (1.7 TB). +3. Recreate wnode-tsys7 with boot disk on local-lvm (1.7 TB). +4. Recreate wnode-tsys5 with boot disk on NVMe. +5. Add data disks (NFS) as second SCSI devices. + +### 8.4 Phase 4: tsys2 integration (when rebuilt) + +1. Install Proxmox on tsys2. +2. Run `scripts/check.sh` to inventory. +3. Run `scripts/apply-tunings.sh --apply`. +4. Create wnode-tsys2 with local boot disk. +5. Join to k8s cluster. + +### 8.5 Phase 5: Critical VM relocation + +1. Move netinfra-02 (VM 904) from D2 to S3. +2. Move ucs-01 (VM 108) from D2 to D3 (SSD). +3. Move ucs-02 (VM 902) from D5 to tsys9 local-lvm (SSD). + +--- + +## Open questions for next session + +1. **Are the hosts a Proxmox cluster (pvecm) or standalone?** This determines + whether live migration is available (huge simplification) or we need manual + disk migration. Check `pvecm status` on each host. +2. **What k8s distribution is in use?** (k3s, kubeadm, RKE2?) This affects how + nodes are joined/drain and how StorageClasses are configured. +3. **Container runtime?** (containerd, cri-o?) Affects local storage layout. +4. **Is there a container image registry mirror in the cluster?** Or do all + pulls go to Docker Hub / external? A local registry on D3 SSD would speed + up all pulls. +5. **What specific ETL tools?** (GDAL, PostGIS, xarray, Dask?) This affects + whether jobs need shared (RWX) or exclusive (RWO) storage. +6. **HPC job scheduler?** (plain k8s Jobs, Argo Workflows, Volcano?) Affects + how we label and taint nodes. diff --git a/PROJECT.md b/PROJECT.md new file mode 100644 index 0000000..b8f8995 --- /dev/null +++ b/PROJECT.md @@ -0,0 +1,724 @@ +# Proxmox Cluster Project Report + +**Date:** 2026-07-27 +**Prepared by:** Performance Optimization Engagement +**Status:** Comprehensive fleet assessment with VM placement and redundancy analysis + +--- + +## Table of Contents + +1. [Executive Summary](#1-executive-summary) +2. [Host Fleet](#2-host-fleet) +3. [Storage Architecture](#3-storage-architecture) +4. [VM Fleet Inventory](#4-vm-fleet-inventory) +5. [Kubernetes Node Distribution](#5-kubernetes-node-distribution) +6. [Storage Redundancy Analysis](#6-storage-redundancy-analysis) +7. [Local SSD/NVMe Opportunity](#7-local-ssdnvme-opportunity) +8. [Role Alignment Audit](#8-role-alignment-audit) +9. [Network Findings](#9-network-findings) +10. [Recommendations](#10-recommendations) +11. [Hardware End-of-Support Exposure](#11-hardware-end-of-support-exposure) +12. [Open Items](#12-open-items) + +--- + +## 1. Executive Summary + +The cluster consists of 7 active Proxmox hosts and 1 incoming (pfv-tsys2), +running 40+ VMs across two NFS storage servers (tsys4, tsys5). Host-side +performance tunings (CPU governor, swappiness, BBR, NFS nconnect, tuned +profiles) are complete on 5 of 7 hosts. Two hosts (tsys4, tsys5) are blocked +on physical hardware work scheduled for Friday. + +The VM-layer assessment reveals three structural issues: + +| # | Finding | Severity | Fix Cost | +|---|---------|----------|----------| +| 1 | **Every pfv-k8s node stores its disk on tsys4 NFS** (10 of 10 nodes). tsys4 failure kills the entire kubernetes cluster. | **CRITICAL** | $0 (rebalance) | +| 2 | **No k8s node uses SSD or NVMe.** All boot from NFS on spinning disks, adding latency to every etcd write and container pull. | **HIGH** | $0 (move to local SSD where available) | +| 3 | **Both -01/-02 infrastructure pairs (netinfra, UCS) are on tsys4 NFS only.** tsys4 failure takes down both halves of each pair. | **HIGH** | $0 (move -02 halves to tsys5 NFS) | + +Additionally, tsys9 was validated this session and revealed two new findings: +its storage NIC is also a USB dongle (same anti-pattern as tsys4), and it has +a 250 GB local SSD that no VM is using. + +--- + +## 2. Host Fleet + +### 2.1 Inventory + +| Host | Model | CPU (year) | Cores | RAM | Local Disk | Role (intended) | Tuning | +|------|-------|-----------|-------|-----|-----------|-----------------|--------| +| pfv-tsys1 | OptiPlex 9020 | i7-4770 Haswell (2013) | 4c/8t | 32 GB DDR3 | HDD (LVM-thin) | **Infrastructure** | Done | +| pfv-tsys2 | Precision 5520 | i7-7820HQ Kaby Lake (2017) | 4c/8t | 32 GB (max) | TBD | **Kubernetes** | Incoming (Win10) | +| pfv-tsys3 | Precision 7510 | Xeon E3-1535M v5 Skylake (2015) | 4c/8t | 32 GB DDR4 | HDD (LVM-thin) | **Kubernetes** | Done | +| pfv-tsys4 | Precision T1700 | Xeon E3-1246 v3 Haswell (2013) | 4c/8t | 16 GB DDR3 | 6 disks (HDD+SSD+SMR) | **Storage (NFS+PBS)** | Blocked (NIC+RAM) | +| pfv-tsys5 | Precision T7500 | Xeon E5620 Westmere (2010) | 4c/8t | 96 GB DDR3 | 6 disks (HDD+SSD) | **Storage (NFS+VMs)** | Blocked (cable) | +| pfv-tsys6 | PowerEdge R610 | 2x Xeon E5530 Nehalem (2009) | 8c/16t | 128 GB DDR3 | HDD (LVM-thin) | **Kubernetes** | Done | +| pfv-tsys7 | PowerEdge R620 | 2x Xeon E5-2630 v2 Ivy Bridge (2013) | 12c/24t | 192 GB DDR3 | HDD (LVM-thin) | **Kubernetes** | Done | +| pfv-tsys9 | OptiPlex 7080 | i5-10500 Comet Lake (2020) | 6c/12t | 24 GB DDR4 | **250 GB SSD** (PNY CS900) | **Infrastructure** | Done | + +### 2.2 Role taxonomy (per user directive) + +| Role | Hosts | Workload | +|------|-------|----------| +| **Infrastructure + k8s control** | tsys1, tsys9 | Infra VMs (netinfra, UCS, PBS, CA, HA) + pfv-k8s cnodes (control plane) + small wnodes | +| **Kubernetes workers** | tsys2, tsys3, tsys6, tsys7 | pfv-k8s wnodes (heavy workers) -- these hosts have the RAM (32-192 GB) for ETL/HPC | +| **Storage** | tsys4, tsys5 | NFS server + PBS backup target. tsys5 also runs sectestbed/preprod VMs | + +**Design rationale:** cnodes (control plane) are lightweight (4 cores, 4 GB +RAM each) and are weighted toward tsys1/tsys9 to keep the heavy RAM/CPU hosts +(tsys6 with 128 GB, tsys7 with 192 GB) free for large worker nodes. wnodes +run one per hypervisor host across the fleet to maximize total cluster capacity. + +pfv-k8s runs all R&D and RackRental (containerlab) workloads via Kubernetes. +Production (Gitea, RustFS, Redmine, websites) lives on a VPS in Reston, VA +running Cloudron -- not in this cluster. + +--- + +## 3. Storage Architecture + +### 3.1 NFS exports from tsys4 (primary storage server) + +| Export | Disk model | Type | Bus | Total | Used | Free | Use% | +|--------|-----------|------|-----|-------|------|------|------| +| D2 | WDC WD30EFRX Red | HDD (7200rpm) | SATA | 2.7 TB | 187 GB | **2.4 TB** | 8% | +| D3 | SK hynix SC300 | **SSD** | **USB** | 469 GB | 2 MB | **445 GB** | **0%** | +| D5 | Hitachi HDS72302 | HDD (7200rpm) | SATA | 1.8 TB | 233 GB | **1.5 TB** | 14% | + +Non-exported disks on tsys4: +- sda (Hitachi 1.8T) at /mnt/albert -- not NFS shared, 1.7 TB free +- sdd (WDC 1T) -- not mounted, idle +- sdf (WDC 4.5T SMR) at /mnt/backup -- **PBS backup target**, 4.3 TB free + +**Key finding: D3 (SSD, 445 GB) is 99% empty.** Nobody is using the only SSD +export on the primary storage server. This is the fastest available NFS tier +from tsys4 and should be used for latency-sensitive VMs (UCS/LDAP, etcd). + +**Warning: D3 is USB-attached.** The SK hynix SSD is connected via a USB adapter +(`usb-SSD_ThinkPlus`). It achieves SSD speeds but carries the same USB +reliability risk as the cdc_ncm NIC dongles. After tsys4 gets its PCIe NIC +(Friday), consider adding a proper SATA/SAS SSD internally to replace the +USB-SSD for D3. + +### 3.2 NFS exports from tsys5 (secondary storage server) + +| Export | Disk model | Type | Bus | Total | Used | Free | Use% | +|--------|-----------|------|-----|-------|------|------|------| +| S1 | Seagate ST1000VN | HDD | SATA | 916 GB | 53 GB | 817 GB | 7% | +| S2 | Seagate ST1000VN | HDD | SATA | 916 GB | 2 MB | **870 GB** | **0%** | +| S3 | Seagate ST1000VN | HDD | SATA | 916 GB | 3 MB | **870 GB** | **0%** | +| S4 | Toshiba DT01ACA050 | HDD | SATA | 458 GB | 2 MB | **435 GB** | **0%** | +| T5-SSD | Samsung 860 PRO | **SSD** | SATA | 234 GB | 83 GB | **140 GB** | 35% | + +**Key finding: S2, S3, and S4 are all 99% empty.** The secondary storage server +has 2.2 TB of unused HDD capacity plus 140 GB of unused SSD. This is where +VMs should be relocated to reduce tsys4's blast radius. + +T5-SSD (Samsung 860 PRO) is 35% used by ultix-streaming (VM 5111, 288 GB disk). +It has 140 GB free for additional SSD-tier VMs. + +**New Friday:** PCI NVMe drive being added to tsys5. This will be the fastest +storage tier in the fleet. See section 7.4 for placement recommendation. + +### 3.3 Local storage tiers (per host, with utilization) + +| Host | Storage ID | Disk type | Total | Used | Free | Used by VMs? | +|------|-----------|-----------|-------|------|------|-------------| +| tsys1 | local-lvm | HDD | ~90 GB | low | ~90 GB | No (all VMs on NFS) | +| tsys3 | local-lvm | HDD | 349 GB | 0 GB | **349 GB** | No (all VMs on NFS) | +| tsys4 | local-lvm | HDD | ~94 GB | PBS VM | ~62 GB | Yes (PBS VM 400) | +| tsys5 | local-lvm | HDD (Hitachi 1.8T) | 1.7 TB | 40 MB | **1.7 TB** | No | +| tsys5 | local-nonprod | HDD (Seagate 1T, =S1) | 916 GB | 53 GB | **856 GB** | Yes (sectestbed suite) | +| tsys6 | local-lvm | HDD | 1.7 TB | 0 GB | **1.7 TB** | No (all VMs on NFS) | +| tsys7 | local-lvm | HDD | 1.7 TB | 0 GB | **1.7 TB** | No (all VMs on NFS) | +| **tsys9** | **local-lvm** | **SSD (PNY CS900)** | **136 GB** | **0 GB** | **136 GB** | **No (all VMs on NFS)** | + +**Critical observation: every k8s host has 0% used local-lvm.** tsys3 (349 GB), +tsys6 (1.7 TB), tsys7 (1.7 TB) all have massive unused local storage. All their +VMs boot from NFS instead. Moving wnode boot disks to local-lvm would eliminate +NFS dependency and network latency for every k8s worker -- at zero cost. + +### 3.4 Disk speed tiers summary + +| Tier | Where | Speed class | Best for | +|------|-------|------------|----------| +| **NVMe** | tsys5 (Friday addition) | 2000-3500 MB/s | HPC scratch, ETL staging, container runtime | +| **Local SSD** | tsys9 (PNY CS900, 136 GB) | 500 MB/s | wnode boot disk, etcd | +| **NFS-SSD** | tsys4 D3 (SK hynix, USB), tsys5 T5-SSD (Samsung) | 200-400 MB/s over NFS | UCS/LDAP, latency-sensitive VMs | +| **NFS-HDD** | tsys4 D2/D5, tsys5 S1-S4 | 80-120 MB/s over NFS | Bulk data, large disks, non-critical VMs | +| **Local HDD** | tsys3/6/7 local-lvm | 100-150 MB/s | wnode boot disk (better than NFS-HDD due to no network hop) | + +### 3.5 All exports are single-disk with no redundancy + +Every NFS export is a single physical disk formatted ext4. No RAID, no ZFS +mirror, no mdraid. A single disk failure takes down every VM whose disk lives +on that export. This applies to **both storage servers** and to the **PBS +backup target** (a single 4.5T SMR drive). + +--- + +## 4. VM Fleet Inventory + +### 4.1 Complete VM roster (running VMs only, 40 VMs across 7 hosts) + +#### tsys1 (Infrastructure) -- 11 running VMs + +| VMID | Name | Cores | RAM (MB) | Disk | Storage | Tier | +|------|------|-------|----------|------|---------|------| +| 100 | pfv-bms (HomeAssistant) | 2 | 4096 | 32 GB | D2 (tsys4 HDD) | NFS | +| 101 | tsys-ca | 2 | 2048 | 32 GB | D2 (tsys4 HDD) | NFS | +| 103 | **pfv-netinfra-01** | 2 | 2048 | 32 GB | D5 (tsys4 HDD) | NFS | +| 104 | tsys-librenms | 2 | 2048 | 50 GB | D2 (tsys4 HDD) | NFS | +| 105 | tsys-proxmox-datacenter | 2 | 2048 | 32 GB | D2 (tsys4 HDD) | NFS | +| 106 | **pfv-k8s-cnode3** | 2 | 4096 | 32 GB | D2 (tsys4 HDD) | NFS | +| 107 | **pfv-k8s-cnode1** | 2 | 4096 | 32 GB | D5 (tsys4 HDD) | NFS | +| 108 | **tsys-ucs-01** | 2x2 | 8000 | 32 GB | D2 (tsys4 HDD) | NFS | +| 109 | tailscale-router | 2 | 2048 | 25 GB | D2 (tsys4 HDD) | NFS | +| 114 | kali-tsys | 2 | 2048 | 32 GB | D2 (tsys4 HDD) | NFS | +| 117 | tsys-secure-workbench | 2 | 4000 | 32 GB | D2 (tsys4 HDD) | NFS | + +#### tsys3 (Kubernetes) -- 1 running VM + +| VMID | Name | Cores | RAM (MB) | Disk | Storage | Tier | +|------|------|-------|----------|------|---------|------| +| 313 | **pfv-k8s-wnode-tsys3** | 4x2 | 20000 | 32 GB | D5 (tsys4 HDD) | NFS | + +#### tsys4 (Storage) -- 1 running VM + +| VMID | Name | Cores | RAM (MB) | Disk | Storage | Tier | +|------|------|-------|----------|------|---------|------| +| 400 | pfv-proxmox-backup-server | 2 | 2048 | 32 GB | local-lvm | LOCAL | + +#### tsys5 (Storage) -- 15 running VMs + +| VMID | Name | Cores | RAM (MB) | Disk | Storage | Tier | +|------|------|-------|----------|------|---------|------| +| 509 | **pfv-k8s-wnode-tsys5** | 2x4 | 32000 | 32 GB | D2 (tsys4 HDD) | NFS | +| 5101 | sectestbed-siem | 2x2 | 10000 | 132 GB | local-nonprod | LOCAL | +| 5105 | sectestbed-awx | 2x2 | 4096 | 288 GB | local-nonprod | LOCAL | +| 5106 | sectestbed-k8s-cnode | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 5107 | sectestbed-k8s-wnode | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 5108 | sectestbed-librenms | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 5109 | sectestbed-netinfra | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 5111 | ultix-streaming | 2x2 | 9000 | 288 GB | T5-SSD (tsys5 SSD) | NFS-SSD | +| 5112 | ultix-offstage | 2x2 | 6000 | 288 GB | local-lvm | LOCAL | +| 6000 | sectestbed-sandbox | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 51010 | sectestbed-tctc | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 51011 | sectestbed-cloudron | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 51012 | sectestbed-hfnoc | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 51013 | sectestbed-rancherplatform | 2x2 | 4096 | 32 GB | local-nonprod | LOCAL | +| 53100 | tsys-preprod-awx | 2x2 | 9000 | 160 GB | local-nonprod | LOCAL | +| 53101 | tsys-preprod-siem | 2x2 | 12000 | 32 GB | local-nonprod | LOCAL | +| 53102 | tsys-preprod-rancherplatform | 2x2 | 8000 | 32 GB | local-nonprod | LOCAL | + +#### tsys6 (Kubernetes) -- 3 running VMs (1 wnode stopped) + +| VMID | Name | Cores | RAM (MB) | Disk | Storage | Tier | +|------|------|-------|----------|------|---------|------| +| 100 | pfv-k8s-wnode-tsys6 | 2x2 | 32000 | 32 GB | D5 (tsys4 HDD) | NFS -- **STOPPED** | +| 600 | tsys-awx | 2x2 | 12000 | 32 GB | D2 (tsys4 HDD) | NFS -- **STOPPED** | +| 601 | **pfv-k8s-cnode4** | 4 | 4096 | 32 GB | D2 (tsys4 HDD) | NFS | +| 602 | **pfv-k8s-cnode5** | 4 | 4096 | 32 GB | D5 (tsys4 HDD) | NFS | +| 603 | **pfv-k8s-cnode2** | 4 | 4096 | 32 GB | D2 (tsys4 HDD) | NFS | + +#### tsys7 (Kubernetes) -- 4 running VMs + +| VMID | Name | Cores | RAM (MB) | Disk | Storage | Tier | +|------|------|-------|----------|------|---------|------| +| 701 | **pfv-k8s-wnode-tsys7** | 4 | 32000 | 32 GB | D5 (tsys4 HDD) | NFS | +| 702 | hfnoc-uisp | 2x2 | 8000 | 100 GB | D2 (tsys4 HDD) | NFS | +| 703 | rr-middleware | 2 | 2048 | 32 GB | D2 (tsys4 HDD) | NFS | +| 704 | TCTC | 4 | 6000 | 32 GB | D2 (tsys4 HDD) | NFS | + +#### tsys9 (Infrastructure) -- 5 running VMs + +| VMID | Name | Cores | RAM (MB) | Disk | Storage | Tier | +|------|------|-------|----------|------|---------|------| +| 901 | tsys-siem | 2 | 8000 | 132 GB | D2 (tsys4 HDD) | NFS | +| 902 | **tsys-ucs-02** | 2x2 | 8000 | 50 GB | D5 (tsys4 HDD) | NFS | +| 903 | kali-rd | 2 | 2048 | 32 GB | D5 (tsys4 HDD) | NFS | +| 904 | **pfv-netinfra-02** | 2 | 4000 | 32 GB | D2 (tsys4 HDD) | NFS | +| 905 | **pfv-k8s-wnode-tsys9** | 4 | 4096 | 32 GB | S3 (tsys5 HDD) | NFS | + +### 4.2 Storage concentration summary + +| Storage target | # of running VMs | % of fleet | +|---------------|-----------------|------------| +| **D2 (tsys4 WDC Red 3TB HDD)** | **18** | **45%** | +| D5 (tsys4 Hitachi 2TB HDD) | 9 | 23% | +| local-nonprod (tsys5 local HDD) | 10 | 25% | +| S3 (tsys5 Seagate 1TB HDD) | 1 | 3% | +| T5-SSD (tsys5 Samsung SSD) | 1 | 3% | +| local-lvm (tsys4 local) | 1 | 3% | + +**27 of 40 running VMs (68%) store their disks on tsys4 NFS exports.** +If tsys4 goes offline, two-thirds of the fleet loses its storage. + +--- + +## 5. Kubernetes Node Distribution + +### 5.1 pfv-k8s cnode (control plane) placement + +| VMID | Name | Hypervisor | Storage | Disk Type | Host Role Compliant? | +|------|------|------------|---------|-----------|---------------------| +| 107 | cnode1 | tsys1 | D5 (tsys4) | HDD | **NO** (infra host) | +| 106 | cnode3 | tsys1 | D2 (tsys4) | HDD | **NO** (infra host) | +| 603 | cnode2 | tsys6 | D2 (tsys4) | HDD | YES | +| 601 | cnode4 | tsys6 | D2 (tsys4) | HDD | YES | +| 602 | cnode5 | tsys6 | D5 (tsys4) | HDD | YES | + +**Findings:** +- 2 of 5 cnodes are on tsys1 (an infrastructure host, should be k8s-only). +- **All 5 cnodes store disks on tsys4 NFS.** Zero use tsys5 storage. +- 3 of 5 cnodes share the same physical disk (D2 = WDC Red 3TB). +- All cnodes on spinning HDDs. No SSD/NVMe use. +- **etcd quorum risk:** if D2 (tsys4) fails, cnode2/cnode3/cnode4 lose their + disks simultaneously. That is 3 of 5 control plane nodes -- etcd quorum is + LOST (need 3 of 5 alive; only 2 survive). The kubernetes cluster becomes + inoperable. + +### 5.2 pfv-k8s wnode (worker) placement + +| VMID | Name | Hypervisor | Storage | Disk Type | Status | Host Role Compliant? | +|------|------|------------|---------|-----------|--------|---------------------| +| 313 | wnode-tsys3 | tsys3 | D5 (tsys4) | HDD | running | YES | +| 509 | wnode-tsys5 | tsys5 | D2 (tsys4) | HDD | running | **NO** (storage host) | +| 100 | wnode-tsys6 | tsys6 | D5 (tsys4) | HDD | **STOPPED** | YES (but offline) | +| 701 | wnode-tsys7 | tsys7 | D5 (tsys4) | HDD | running | YES | +| 905 | wnode-tsys9 | tsys9 | S3 (tsys5) | HDD | running | **NO** (infra host) | + +**Findings:** +- 4 of 5 wnodes are on tsys4 NFS. Only wnode-tsys9 uses tsys5 (S3). +- wnode-tsys5 is on a storage host AND its disk is on tsys4 NFS (not local) -- + it depends on tsys4 for its disk despite running on tsys5. +- wnode-tsys6 is STOPPED. The cluster is running without a worker on tsys6. +- wnode-tsys9 is on an infrastructure host (should be on a k8s host), but it + is the ONLY k8s node using tsys5 storage (which is good for redundancy). +- All wnodes on spinning HDDs. No local SSD/NVMe use anywhere. + +### 5.3 Summary: k8s node storage distribution + +| Storage server | cnodes | wnodes | Total k8s nodes | +|---------------|--------|--------|-----------------| +| **tsys4 NFS** | **5 (100%)** | **4 (80%)** | **9 (90%)** | +| tsys5 NFS | 0 | 1 (20%) | 1 (10%) | +| Local SSD/NVMe | 0 | 0 | 0 (0%) | + +**90% of the kubernetes cluster's storage depends on a single host (tsys4).** +This is the single most critical risk in the VM layer. + +### 5.4 sectestbed k8s nodes (separate from pfv-k8s) + +tsys5 also hosts a separate sectestbed kubernetes stack using local storage: + +| VMID | Name | Storage | +|------|------|---------| +| 5106 | sectestbed-k8s-cnode | local-nonprod (local HDD) | +| 5107 | sectestbed-k8s-wnode | local-nonprod (local HDD) | + +These are on local storage (good -- no NFS dependency) but on a single host's +single local disk (no redundancy). They are isolated from the pfv-k8s cluster. + +--- + +## 6. Storage Redundancy Analysis + +### 6.1 -01/-02 infrastructure pair audit + +Two -01/-02 pairs exist in the fleet: + +**Pair 1: pfv-netinfra (network infrastructure)** + +| Role | VMID | Host | Storage | NFS Server | +|------|------|------|---------|-----------| +| -01 | 103 | tsys1 | D5 | **tsys4** | +| -02 | 904 | tsys9 | D2 | **tsys4** | + +**Verdict: HOST redundancy OK (different hosts), STORAGE redundancy FAILED.** +Both halves depend on tsys4. If tsys4 goes down, both netinfra VMs lose their +disks. The -02 half should be on an S2/S3/S4 export from tsys5. + +**Pair 2: tsys-ucs (Univention Corporate Server)** + +| Role | VMID | Host | Storage | NFS Server | +|------|------|------|---------|-----------| +| -01 | 108 | tsys1 | D2 | **tsys4** | +| -02 | 902 | tsys9 | D5 | **tsys4** | + +**Verdict: HOST redundancy OK (different hosts), STORAGE redundancy FAILED.** +Same issue. Both halves on tsys4. The -02 half should be on tsys5 storage. + +### 6.2 Redundancy principle for paired VMs + +For any -01/-02 pair to survive a single storage server failure: + +``` +-01 VM disk -> tsys4 NFS export (D2/D3/D5) +-02 VM disk -> tsys5 NFS export (S2/S3/S4/T5-SSD) +``` + +This ensures that losing either tsys4 or tsys5 takes down only one half of +the pair. Currently, **both pairs fail this test** because both halves are on +tsys4. + +### 6.3 NFS server failure blast radius + +If **tsys4** goes offline (USB NIC failure, disk failure, reboot): + +| Impact | Count | +|--------|-------| +| k8s cnodes that lose storage | 5 of 5 (**etcd quorum lost**) | +| k8s wnodes that lose storage | 4 of 5 | +| Infrastructure VMs that lose storage | 11 of 12 on tsys1 (all on D2/D5) | +| Total VMs that lose storage | **27 of 40 (68%)** | + +If **tsys5** goes offline: + +| Impact | Count | +|--------|-------| +| k8s cnodes that lose storage | 0 of 5 | +| k8s wnodes that lose storage | 1 of 5 | +| Total VMs that lose storage | 1 of 40 (3%) | + +**tsys4 is a massive blast-radius liability. tsys5 is barely used.** +Rebalancing VM storage across both servers dramatically reduces risk. + +--- + +## 7. Local SSD/NVMe Opportunity + +### 7.1 Available fast tiers (currently unused by k8s) + +| Host | Device | Type | Size | Available for VMs? | Currently used by k8s? | +|------|--------|------|------|--------------------|-----------------------| +| tsys4 | D3 (SK hynix SC300, USB) | SSD | 512 GB | Yes (via NFS) | **No** | +| tsys5 | T5-SSD (Samsung 860 PRO) | SSD | 256 GB | Yes (via NFS) | **No** (used by ultix-streaming) | +| tsys5 | **New NVMe (Friday)** | **NVMe** | TBD | **Yes (local or NFS)** | **No** | +| tsys9 | local-lvm (PNY CS900) | SSD | 137 GB free | Yes (local) | **No** | + +### 7.2 Why local storage matters for k8s nodes + +Kubernetes nodes are latency-sensitive in two specific areas: + +1. **etcd (control plane):** etcd writes are synchronous and latency-critical. + On NFS over HDD, every etcd write traverses: VM -> virtio-scsi -> NFS + client -> TCP -> USB dongle (on tsys4) -> ext4 -> spinning disk. Typical + latency: 2-10 ms per write. On local SSD: 0.1-0.5 ms. On NVMe: 0.02-0.1 ms. + This directly affects k8s API responsiveness and pod scheduling speed. + +2. **Container image pulls:** Worker nodes pull container images frequently. + On NFS-over-HDD, image layer extraction is seek-bound and slow. Local SSD + eliminates the network hop and reduces seek time. This matters most for + RackRental/containerlab workloads that spin up containers rapidly. + +### 7.3 Current waste: tsys9 local SSD + +tsys9 has a 250 GB PNY CS900 SSD with 137 GB of LVM-thin space available. +**Zero VMs use it.** All 5 VMs on tsys9 boot from NFS. The local SSD sits +idle. wnode-tsys9 (VM 905) would benefit significantly from local SSD -- +its disk is currently on S3 (tsys5 NFS over a Seagate HDD). + +### 7.4 Upcoming opportunity: tsys5 NVMe (Friday) + +The PCI NVMe being added to tsys5 will be the fastest storage tier in the +fleet. Two placement options: + +**Option A: NFS-export the NVMe (shared).** All hosts can use it. Good for +VMs that might need migration. Adds the NFS/network overhead back. + +**Option B: Local-only on tsys5.** VMs on tsys5 get full NVMe speed with no +network overhead. Best for k8s wnode-tsys5 and sectestbed VMs. Cannot be +accessed from other hosts. + +**Recommendation:** Option B (local-only). k8s worker nodes do not need +shared storage -- pods are ephemeral and reschedule on failure. The NVMe +should be formatted as a Proxmox directory storage (or LVM-thin) on tsys5 +and used for local VM images. + +--- + +## 8. Role Alignment Audit + +Per the user's intended role taxonomy: tsys1/9 = infrastructure + k8s control +plane; tsys2/3/6/7 = k8s workers; tsys4/5 = storage. Cnodes on tsys1/9 is +**correct by design** (keeps heavy hosts free for workers). + +### 8.1 VMs that need to move + +| VMID | Name | Current host | Issue | Target | +|------|------|-------------|-------|--------| +| 509 | pfv-k8s-wnode-tsys5 | tsys5 (storage) | Worker on storage host | tsys7 or tsys2 (when online) | +| 905 | pfv-k8s-wnode-tsys9 | tsys9 (infra) | Can stay if small; user decides | tsys9 OK if small wnode | + +### 8.2 Host capacity for k8s nodes + +| Host | Role | Current k8s nodes | k8s RAM used | RAM total | Headroom | +|------|------|-------------------|-------------|-----------|----------| +| tsys1 | Infra+k8s ctrl | 2 cnodes | 8 GB | 32 GB | ~12 GB (after 11 infra VMs) | +| tsys3 | K8s worker | 1 wnode | 20 GB | 32 GB | ~12 GB | +| tsys6 | K8s worker | 3 cnodes + 1 wnode (stopped) | 12 GB | 128 GB | **~116 GB** | +| tsys7 | K8s worker | 1 wnode | 32 GB | 192 GB | **~160 GB** | +| tsys9 | Infra+k8s ctrl | 1 wnode | 4 GB | 24 GB | ~12 GB (after 4 infra VMs) | +| tsys2 | K8s worker | 0 (incoming) | 0 | 32 GB | ~32 GB | + +**tsys6 and tsys7 are dramatically underutilized** -- 116 GB and 160 GB of +free RAM respectively. They should be the primary targets for heavy worker +nodes and ETL/HPC workloads. + +### 8.3 tsys6 wnode-tsys6 is stopped + +VM 100 (pfv-k8s-wnode-tsys6) is stopped on tsys6. Its disk is on D5 (tsys4 +NFS). This wnode should be restarted (or recreated on local-lvm) to restore +cluster capacity. + +--- + +## 9. Network Findings + +### 9.1 tsys9 storage NIC is a USB dongle (new finding) + +Validating tsys9 revealed that its storage network interface +(`enx9c69d36a5b6c`) is USB-attached (`parentbus usb`). This is the same +anti-pattern as tsys4. The onboard Intel NIC (`enp0s31f6`) is used for +management; storage uses the USB adapter. + +**Impact:** Same as tsys4 -- achieves line rate but is susceptible to cable +wobble, ESD, and USB controller resets. For an infrastructure host with 5 +VMs, this is a reliability risk. + +**Mitigation:** tsys9 is an OptiPlex 7080 SFF -- it has PCIe slots. A +PCIe NIC would eliminate this risk (same recommendation as tsys4). + +### 9.2 tsys4 and tsys5 still blocked (Friday hardware work) + +| Host | Blocker | Staged fix | +|------|---------|-----------| +| tsys4 | USB cdc_ncm storage NIC | PCIe NIC install + RAM upgrade (16 to 64 GB) | +| tsys5 | bond0 broken (1 of 2 slaves) | Plug 2nd ethernet cable + apply layer3+4 hash | + +### 9.3 LACP resolved on tsys6/tsys7 + +tsys6 to tsys7 storage path now measures **1.83 Gbps** (was 943 Mbps). +The switch LACP hash change took effect after renegotiation. The 56-106K +retransmits on this path are confirmed to be non-lossy multi-flow TCP-over- +LACP overhead. See `RESULTS.md` for the full analysis. + +### 9.4 NFS nconnect=4 + noatime confirmed active + +All hosts (including tsys9) show `nconnect=4,noatime` in their NFS mount +options. Each host maintains 4 TCP connections per NFS mount to each storage +server. This was the Tier 0 tuning item from the performance optimization +engagement and is confirmed working cluster-wide. + +--- + +## 10. Recommendations + +**No changes have been made. These are assessment-only recommendations.** +See `K8S.md` for the detailed kubernetes architecture deep-dive. + +### 10.1 CRITICAL: Critical infrastructure VM placement (netinfra, UCS) + +These are the most critical production VMs in the fleet. They must survive +any single-point failure (host, storage server, or disk). + +**Design principle for -01/-02 HA pairs:** +- Different hypervisors (already satisfied: tsys1 vs tsys9) +- Different storage servers (currently FAILED: all on tsys4) +- Prefer SSD for latency-sensitive services + +**Recommended placement:** + +| VM | Host | Storage | Tier | Free space | Rationale | +|----|------|---------|------|-----------|-----------| +| **netinfra-01** (103) | tsys1 | **D5 (tsys4 HDD)** | NFS-HDD | 1.5 TB | DNS/DHCP/NTP = minimal I/O, HDD is fine. Stays put. | +| **netinfra-02** (904) | tsys9 | **S3 (tsys5 HDD)** | NFS-HDD | 870 GB | Move from D2. Cross-server redundancy. Minimal I/O. | +| **ucs-01** (108) | tsys1 | **D3 (tsys4 SSD)** | NFS-SSD | 445 GB | Move from D2. LDAP/Kerberos benefits from SSD. D3 is 99% empty. | +| **ucs-02** (902) | tsys9 | **local-lvm (SSD)** | LOCAL-SSD | 136 GB | Move from D5. Local SSD = lowest latency + no NFS dependency. | + +**Failure survival matrix (all single-point failures):** + +| Failure | netinfra-01 | netinfra-02 | ucs-01 | ucs-02 | Result | +|---------|-------------|-------------|--------|--------|--------| +| tsys4 dies | dies (D5) | **alive** (S3) | **alive** (D3 down) | **alive** (local) | 3 of 4 alive | +| tsys5 dies | **alive** (D5) | dies (S3) | **alive** (D3) | **alive** (local) | 3 of 4 alive | +| tsys1 dies | dies | **alive** | dies | **alive** | netinfra-02 + ucs-02 alive | +| tsys9 dies | **alive** | dies | **alive** | dies | netinfra-01 + ucs-01 alive | +| D2 disk fails | **alive** (D5) | **alive** (S3) | **alive** (D3) | **alive** (local) | **all 4 alive** | + +Note: ucs-01 on D3 goes down if tsys4 dies (D3 is on tsys4), but ucs-02 on +tsys9 local SSD survives. That is the HA pair working as designed. + +**Why this works:** Every row has at least one netinfra and one UCS alive. +The network (DNS/DHCP) and directory (AD/LDAP) services never go fully dark. + +### 10.2 CRITICAL: Cnode (control plane) storage split + +**Problem:** All 5 cnodes store disks on tsys4. D2 disk failure loses etcd +quorum (3 of 5 cnodes share D2). + +**Target: cnodes weighted toward tsys1/tsys9 (lightweight hosts), freeing +tsys6/tsys7 for heavy workers. Storage splits across tsys4 and tsys5.** + +| cnode | Current host | **Target host** | Current storage | **Target storage** | Rationale | +|-------|-------------|----------------|----------------|-------------------|-----------| +| cnode1 (107) | tsys1 | **tsys1** (stays) | D5 (tsys4) | **D5 (tsys4)** -- no change | Already correct | +| cnode3 (106) | tsys1 | **tsys1** (stays) | D2 (tsys4) | **S2 (tsys5)** -- **MOVE disk** | Split storage to tsys5 | +| cnode2 (603) | tsys6 | **tsys9** | D2 (tsys4) | **D2 (tsys4)** -- no disk change | Free tsys6 for heavy workers | +| cnode4 (601) | tsys6 | **tsys9** | D2 (tsys4) | **D5 (tsys4)** -- spread disk | Free tsys6; spread off D2 | +| cnode5 (602) | tsys6 | **tsys3** | D5 (tsys4) | **S3 (tsys5)** -- **MOVE disk** | Free tsys6; split storage to tsys5 | + +**Result after changes:** + +| Host | cnodes | Storage server | +|------|--------|---------------| +| tsys1 | cnode1 (D5), cnode3 (S2) | tsys4 + tsys5 | +| tsys9 | cnode2 (D2), cnode4 (D5) | tsys4 | +| tsys3 | cnode5 (S3) | tsys5 | + +- 3 cnodes on tsys4 storage, 2 on tsys5. Either storage server can fail and + etcd keeps quorum (3 of 5 survive). +- D2 has 1 cnode (was 3). D5 has 2. S2 and S3 have 1 each. No single disk + holds more than 2 cnodes. +- Cnodes now on 3 hosts (tsys1, tsys9, tsys3). Any single host failure leaves + at least 3 cnodes alive. +- **tsys6 and tsys7 are fully freed** for heavy worker nodes. + +Note: tsys1 RAM is tight (32 GB, 11 infra VMs). Adding 0 new cnodes (keeping +the 2 already there) is feasible with KSM. tsys9 (24 GB) has room for 2 +cnodes (8 GB). tsys3 (32 GB) has room for 1 cnode (4 GB) alongside its wnode. + +### 10.3 HIGH: Wnode distribution -- one per host, tiered storage + +**Target: one wnode per hypervisor host, using local storage where possible +and NFS-HDD for bulk data.** + +| wnode | Host | Boot disk (OS+containers) | Data disk (bulk/ETL) | Rationale | +|-------|------|--------------------------|---------------------|-----------| +| wnode-tsys1 | tsys1 | D5 (tsys4 NFS) | -- | Small wnode on infra host. Minimal capacity. | +| wnode-tsys3 | tsys3 | **local-lvm (349 GB HDD)** | D5 or S3 (NFS) | Move from NFS to local. 349 GB local is plenty for boot. | +| wnode-tsys6 | tsys6 | **local-lvm (1.7 TB HDD)** | D2 or S2 (NFS) | Move from NFS to local. 1.7 TB local is massive. Restart (currently stopped). | +| wnode-tsys7 | tsys7 | **local-lvm (1.7 TB HDD)** | D5 or S3 (NFS) | Move from NFS to local. 1.7 TB local is massive. | +| wnode-tsys9 | tsys9 | **local-lvm (136 GB SSD)** | S2 or D2 (NFS) | Move from NFS to local SSD. **Fastest boot disk for any wnode.** | +| wnode-tsys2 | tsys2 | local (TBD) | NFS | Create when tsys2 is Proxmox. | +| wnode-tsys5 | tsys5 | **new NVMe (local)** | local-nonprod (HDD) | **Fastest wnode in fleet.** HPC/ETL workloads land here. | + +**Storage tiering strategy per wnode:** + +Each wnode gets two disk tiers mapped to k8s StorageClasses: + +1. **Boot + container runtime** (local-lvm or NVMe): OS, kubelet, container + images, ephemeral storage. This is where local SSD/NVMe shines -- container + image pulls and layer extraction are seek-bound and benefit enormously from + low-latency storage. + +2. **Bulk data** (NFS-HDD via D2/D5/S2/S3): weather/GIS datasets, ETL staging + areas, large files that do not fit on local storage. Mounted as a second + disk in the VM and exposed to k8s as a StorageClass. + +This maps to two k8s StorageClasses: +- `local-storage`: bound to the wnode's boot/local disk (fast, ephemeral) +- `nfs-bulk`: bound to NFS exports (slow, persistent, large capacity) + +### 10.4 HIGH: Use D3 SSD and T5-SSD for latency-sensitive VMs + +Currently wasted: +- **D3 (tsys4 SK hynix SSD, 445 GB free, 0% used)** -- nobody using it +- **T5-SSD (tsys5 Samsung 860 PRO, 140 GB free)** -- only ultix-streaming + +Recommended uses for D3 (after moving ucs-01 there, 32 GB): +- Remaining D3 space (413 GB): sectestbed-k8s-cnode, sectestbed-k8s-wnode + (move from local-nonprod HDD to NFS-SSD for faster test runs) + +Recommended uses for T5-SSD (after moving nothing new, ultix-streaming uses 83 GB): +- Remaining T5-SSD space (140 GB): tsys-siem (VM 901, 132 GB disk currently + on D2 HDD) would benefit from SSD for SIEM database writes. + +### 10.5 MEDIUM: Restart wnode-tsys6 + +VM 100 (pfv-k8s-wnode-tsys6) is stopped on tsys6. Recreate on local-lvm +(1.7 TB free) instead of D5 NFS. This restores cluster capacity and moves +the boot disk to local storage simultaneously. + +### 10.6 MEDIUM: tsys5 NVMe placement (Friday) + +**Recommendation: local-only on tsys5, formatted as Proxmox LVM-thin or +directory storage.** + +Use for: +- wnode-tsys5 boot disk (primary beneficiary -- HPC/ETL workloads) +- sectestbed VMs that need fast scratch space +- Not NFS-exported (avoid adding network overhead to the fastest tier) + +### 10.7 LOW: Add PCIe NIC to tsys9 + +tsys9's storage NIC is a USB dongle. tsys9 is an OptiPlex 7080 with PCIe +slots. A $150 PCIe NIC eliminates the USB reliability risk. + +### 10.8 LOW: Standardize PVE/kernel versions + +tsys3 is on PVE kernel 7.0.14; others on 6.17.x. PVE-manager versions vary +(9.1.1 / 9.1.5 / 9.2.5). Standardize in a maintenance window. + +--- + +## 11. Hardware End-of-Support Exposure + +| Host | EOS date | Years past | Form factor | +|------|----------|-----------|-------------| +| pfv-tsys6 (R610) | 2013-05 | 13.2 | 1U server | +| pfv-tsys5 (T7500) | 2014-12 | 11.7 | Workstation | +| pfv-tsys4 (T1700) | 2018-03 | 8.4 | Workstation | +| pfv-tsys7 (R620) | 2019-03 | 7.4 | 1U server | +| pfv-tsys1 (9020) | 2019-07 | 7.0 | SFF desktop | +| pfv-tsys3 (7510) | 2020-07 | 6.0 | Laptop | +| pfv-tsys2 (5520) | TBD | -- | Laptop | +| **pfv-tsys9 (7080)** | **2024-02** | **2.4** | **SFF desktop (only supported)** | + +**6 of 8 hosts are past vendor end-of-support.** Only tsys9 is still covered. +The two actual rack servers (R610, R620) are the most overdue for replacement. +This belongs in the next budget cycle. + +--- + +## 12. Open Items + +### 12.1 Friday maintenance window (user action) + +1. **tsys5:** Plug 2nd ethernet cable into storage NIC, verify bond0 recovers, + apply layer3+4 hash, reboot to activate NFS nconnect. +2. **tsys4:** Install PCIe NIC (replace USB dongle), add RAM (16 to 64 GB), + reconfigure `/etc/network/interfaces`, reboot. +3. **tsys5:** Install PCI NVMe drive, format and mount (recommend local + directory storage for VM images). + +### 12.2 Post-hardware validation + +1. Re-run `iperf-full-matrix.sh` to confirm tsys4/tsys5 network recovery. +2. Run `validate-fixes.sh` on tsys4 and tsys5. + +### 12.3 Data gaps + +| Gap | How to close | +|-----|--------------| +| tsys5 SDR/parallel-port workload dependency | Confirm what uses the SDR before planning tsys5 role changes | +| tsys2 post-rebuild baseline | Run `check.sh` once it is converted to Proxmox | +| tsys5 NVMe size and model | Confirm after Friday installation | +| Whether hosts form a Proxmox cluster or are standalone | Check `pvecm status` on each host | +| tsys3 thermal state (laptop in rack) | Check `sensors` on next maintenance | + +### 12.4 Scripts and tools available + +| Script | Purpose | +|--------|---------| +| `scripts/check.sh` | Read-only data collector (run on hosts) | +| `scripts/apply-tunings.sh` | Apply all Tier 0 tunings (dry-run/apply/rollback) | +| `scripts/fix-bond-nfs.sh` | Fix NFS options + bond hash (live) | +| `validate-fixes.sh` | Read-only validation of all applied changes | +| `iperf-full-matrix.sh` | Full iperf test suite (mgmt + storage) | +| `deploy-check.sh` | Deploy check.sh to all hosts via SSH | diff --git a/check-pkgs.sh b/check-pkgs.sh new file mode 100755 index 0000000..f8c54d0 --- /dev/null +++ b/check-pkgs.sh @@ -0,0 +1,29 @@ +#!/bin/bash +# check-pkgs.sh - verify package install state. +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +for host in pfv-tsys6 pfv-tsys7; do + echo "=== $host ===" + ssh "${SSH_OPTS[@]}" "root@$host" ' + for p in sysstat jq numactl nvme mtr-tiny dig bmon tcpdump; do + if command -v "$p" >/dev/null 2>&1; then + echo " ✓ $p" + else + echo " ✗ $p" + fi + done + # sysstat config + echo " sysstat service:" + systemctl list-unit-files 2>/dev/null | grep -i sysstat | sed "s/^/ /" + echo " sysstat enabled in /etc/default:" + if [ -r /etc/default/sysstat ]; then + grep ENABLED /etc/default/sysstat | sed "s/^/ /" + else + echo " no /etc/default/sysstat" + fi + # on Debian trixie, sysstat uses a different path + ls /etc/cron.d/sysstat* 2>/dev/null | sed "s/^/ found: /" + ' + echo "" +done diff --git a/check-repos-and-reboot.sh b/check-repos-and-reboot.sh new file mode 100755 index 0000000..c6ac5b8 --- /dev/null +++ b/check-repos-and-reboot.sh @@ -0,0 +1,41 @@ +#!/bin/bash +# check-repos-and-reboot.sh - checks reboot-required + Proxmox repo config on all hosts. +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) +HOSTS=(pfv-tsys1 pfv-tsys3 pfv-tsys4 pfv-tsys5 pfv-tsys6 pfv-tsys7) + +for host in "${HOSTS[@]}"; do + echo "================================================================" + echo "[$host]" + echo "================================================================" + + if ! ssh "${SSH_OPTS[@]}" "root@$host" 'echo ok' >/dev/null 2>&1; then + echo " UNREACHABLE" + continue + fi + + echo "--- /var/run/reboot-required ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'if [ -r /var/run/reboot-required ]; then echo "REBOOT REQUIRED"; cat /var/run/reboot-required 2>/dev/null; if [ -r /var/run/reboot-required.pkgs ]; then echo "Packages triggering:"; cat /var/run/reboot-required.pkgs; fi; else echo "(no reboot required marker)"; fi' + + echo "" + echo "--- Running kernel vs installed kernel ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'echo "running: $(uname -r)"; echo "installed:"; dpkg -l | grep -E "pve-kernel-[0-9]" | awk "{print \" \"\$2\" \"\$3}" | tail -5' + + echo "" + echo "--- Proxmox repositories (apt sources) ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'grep -rh "pve\|proxmox" /etc/apt/sources.list /etc/apt/sources.list.d/ 2>/dev/null | grep -v "^#" | sed "s/^/ /"' + + echo "" + echo "--- Enterprise repo status (should be commented or absent if no subscription) ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'grep -l "pve-enterprise" /etc/apt/sources.list /etc/apt/sources.list.d/* 2>/dev/null | while read f; do echo " File: $f"; grep -n "pve-enterprise" "$f" | sed "s/^/ /"; done' + + echo "" + echo "--- no-subscription repo presence ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'grep -rl "pve-no-subscription" /etc/apt/sources.list /etc/apt/sources.list.d/ 2>/dev/null | while read f; do echo " File: $f"; grep -n "pve-no-subscription" "$f" | sed "s/^/ /"; done' + + echo "" + echo "--- Recently updated packages (last 24h, kernel-related) ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'grep -E "pve-kernel|proxmox|pve-qemu|zfs" /var/log/dpkg.log 2>/dev/null | grep "$(date +%Y-%m-%d)\|$(date -d yesterday +%Y-%m-%d)" | tail -15 || echo "(none in dpkg.log)"' + + echo "" +done diff --git a/deploy-and-fix.sh b/deploy-and-fix.sh new file mode 100755 index 0000000..cee2915 --- /dev/null +++ b/deploy-and-fix.sh @@ -0,0 +1,51 @@ +#!/bin/bash +# deploy-and-fix.sh - uploads fix script, runs it, starts VMs, verifies. +set -uo pipefail +HOST="$1" +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 -o StrictHostKeyChecking=accept-new) +SCRIPT_DIR="/home/reachableceo/projects/perfopt/scripts" + +echo "=== Uploading fix script to $HOST ===" +scp "${SSH_OPTS[@]}" "$SCRIPT_DIR/fix-bond-nfs.sh" "root@$HOST:/root/fix-bond-nfs.sh" >/dev/null 2>&1 + +echo "=== Running fix ===" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'chmod +x /root/fix-bond-nfs.sh && bash /root/fix-bond-nfs.sh' 2>&1 + +echo "" +echo "=== Starting VMs ===" +for vmid in $(ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null | awk "NR>1{print \$1}"'); do + status=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm status $vmid 2>/dev/null | awk '{print \$2}'") + if [ "$status" != "running" ]; then + echo " Starting VM $vmid..." + ssh "${SSH_OPTS[@]}" "root@$HOST" "qm start $vmid" 2>&1 | sed 's/^/ /' + else + echo " VM $vmid already running" + fi +done + +echo "" +echo "Waiting 20s for VMs to boot..." +sleep 20 + +echo "" +echo "=== FULL VERIFICATION ===" +echo "" +echo "--- VMs ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list' +echo "" +echo "--- NFS mounts ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nfsstat -m 2>/dev/null | head -24' +echo "" +echo "--- NFS TCP connections ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null' +echo " Count:" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l' +echo "" +echo "--- bond0 hash policy ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /proc/net/bonding/bond0 | head -6' +echo "" +echo "--- Summary ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo "tcp_cc: $(sysctl -n net.ipv4.tcp_congestion_control)"' +ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo "swappiness: $(sysctl -n vm.swappiness)"' +ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo "governor: $(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null)"' +ssh "${SSH_OPTS[@]}" "root@$HOST" 'tuned-adm active 2>/dev/null' diff --git a/deploy-check.sh b/deploy-check.sh new file mode 100755 index 0000000..c77746b --- /dev/null +++ b/deploy-check.sh @@ -0,0 +1,169 @@ +#!/bin/bash +############################################################################### +# deploy-check.sh +# +# Deploys scripts/check.sh to each reachable Proxmox host, executes it +# read-only, and pulls the resulting log back to returned-logs/. +# +# EXPLICITLY SKIPS: +# - pfv-tsys2 (off the air per user) +# - pfv-tsys9 (off the air per user; also not in original inventory) +# +# Safety features: +# - BatchMode=yes : never hang on a password prompt +# - ConnectTimeout=8 : fail fast on dead hosts +# - per-host try/skip : one bad host never aborts the run +# - ServerAliveInterval : detect hung connections +# - read-only script : check.sh modifies nothing on the target +############################################################################### +set -uo pipefail + +SCRIPT_DIR="/home/reachableceo/projects/perfopt" +CHECK_SH="$SCRIPT_DIR/scripts/check.sh" +LOG_DIR="$SCRIPT_DIR/returned-logs" +mkdir -p "$LOG_DIR" + +# ONLY the hosts the user told us are alive. +HOSTS=(pfv-tsys1 pfv-tsys3 pfv-tsys4 pfv-tsys5 pfv-tsys6 pfv-tsys7) + +# Common ssh options: non-interactive, fail-fast, no host-key prompt blocking. +SSH_OPTS=(-o BatchMode=yes + -o ConnectTimeout=8 + -o ServerAliveInterval=10 + -o ServerAliveCountMax=3 + -o StrictHostKeyChecking=accept-new) + +log() { printf '[%s] %s\n' "$(date +%H:%M:%S)" "$*"; } + +if [ ! -r "$CHECK_SH" ]; then + echo "FATAL: $CHECK_SH not found" >&2 + exit 1 +fi + +# Sanity-check shellcheck clean before shipping (best-effort, non-blocking) +if command -v docker >/dev/null 2>&1; then + log "pre-flight: shellcheck on check.sh" + if ! docker run --rm -v "$SCRIPT_DIR:/mnt" -w /mnt \ + koalaman/shellcheck:stable --severity=style --format=gcc scripts/check.sh \ + >"$LOG_DIR/_shellcheck.preflight.txt" 2>&1; then + log "WARNING: shellcheck reported issues — see _shellcheck.preflight.txt" + log " aborting deploy to avoid shipping a broken script" + exit 1 + fi + log "pre-flight: shellcheck clean" +fi + +summary_pass=() +summary_fail=() +declare -A HOST_PID # host -> background pid +declare -A HOST_MARKER # host -> per-host marker file + +# Per-host worker — runs in background, one per host, all in parallel. +# Writes status into a marker file consumed by the parent. +worker() { + local host="$1" + local marker="$LOG_DIR/_marker.$host" + : > "$marker" # truncate + echo "running" >> "$marker" + + local short="" + if ! ssh "${SSH_OPTS[@]}" "root@$host" 'echo ok' >/dev/null 2>&1; then + echo "fail unreachable" >> "$marker" + return + fi + if ! scp "${SSH_OPTS[@]}" "$CHECK_SH" "root@$host:/root/check.sh" >/dev/null 2>&1; then + echo "fail scp-upload-failed" >> "$marker" + return + fi + local remote_size + remote_size=$(ssh "${SSH_OPTS[@]}" "root@$host" 'wc -c < /root/check.sh' 2>/dev/null || echo 0) + if [ "${remote_size:-0}" -lt 1000 ]; then + echo "fail upload-corrupt" >> "$marker" + return + fi + local remote_stdout + remote_stdout=$(ssh "${SSH_OPTS[@]}" "root@$host" \ + 'chmod +x /root/check.sh && bash /root/check.sh' 2>&1) + local rc=$? + if [ "$rc" -ne 0 ]; then + echo "fail check-exit-$rc" >> "$marker" + # don't return - still try to pull whatever log got produced + fi + short=$(printf '%s\n' "$remote_stdout" | grep -oE 'Wrote: /root/[a-zA-Z0-9_-]+\.log' | head -n1 | awk '{print $2}') + if [ -z "$short" ]; then + short=$(ssh "${SSH_OPTS[@]}" "root@$host" 'echo "/root/$(hostname -s).log"' 2>/dev/null) + fi + if [ -z "$short" ]; then + echo "fail no-log-path" >> "$marker" + return + fi + if ! scp "${SSH_OPTS[@]}" "root@$host:$short" "$LOG_DIR/" >/dev/null 2>&1; then + echo "fail scp-download-failed" >> "$marker" + return + fi + local local_name local_path + local_name="$(basename "$short")" + local_path="$LOG_DIR/$local_name" + if [ ! -s "$local_path" ]; then + echo "fail local-empty" >> "$marker" + return + fi + echo "ok $local_name $(wc -c < "$local_path") $(wc -l < "$local_path")" >> "$marker" +} + +# ---- launch all workers in parallel -------------------------------------- +log "launching ${#HOSTS[@]} hosts in parallel..." +for host in "${HOSTS[@]}"; do + rm -f "$LOG_DIR/_marker.$host" + worker "$host" & + HOST_PID[$host]=$! + HOST_MARKER[$host]="$LOG_DIR/_marker.$host" + log " launched $host (pid ${HOST_PID[$host]})" +done + +# ---- wait for all, with periodic progress -------------------------------- +remaining=("${HOSTS[@]}") +while [ "${#remaining[@]}" -gt 0 ]; do + sleep 10 + new_remaining=() + for host in "${remaining[@]}"; do + if ! kill -0 "${HOST_PID[$host]}" 2>/dev/null; then + # process finished + wait "${HOST_PID[$host]}" 2>/dev/null || true + marker="${HOST_MARKER[$host]}" + if [ -r "$marker" ]; then + status_line="$(tail -n1 "$marker")" + log "[$host] done: $status_line" + case "$status_line" in + ok*) summary_pass+=("$host:$status_line") ;; + fail*) summary_fail+=("$host:$status_line") ;; + *) summary_fail+=("$host:unknown") ;; + esac + else + log "[$host] done but marker missing" + summary_fail+=("$host:no-marker") + fi + else + new_remaining+=("$host") + fi + done + remaining=("${new_remaining[@]:-}") + if [ "${#remaining[@]}" -gt 0 ]; then + log "still running: ${remaining[*]} (${#remaining[@]} hosts)" + fi +done + +# Final summary +log "============================================================" +log "DEPLOY SUMMARY" +log "============================================================" +log "Passed (${#summary_pass[@]}):" +for p in "${summary_pass[@]:-}"; do [ -n "$p" ] && log " ✓ $p"; done +log "Failed (${#summary_fail[@]}):" +for f in "${summary_fail[@]:-}"; do [ -n "$f" ] && log " ✗ $f"; done +log "" +log "Contents of $LOG_DIR:" +ls -la "$LOG_DIR" + +# Clean up marker files +rm -f "$LOG_DIR"/_marker.* 2>/dev/null diff --git a/deploy-tuning.sh b/deploy-tuning.sh new file mode 100755 index 0000000..d8199a6 --- /dev/null +++ b/deploy-tuning.sh @@ -0,0 +1,56 @@ +#!/bin/bash +# deploy-tuning.sh - copies apply-tunings.sh to target hosts and runs it. +# Usage: bash deploy-tuning.sh [--no-nfs] [--apply] [host...] +# Default mode is dry-run. Pass --apply to commit. Pass --no-nfs to skip NFS section. +set -uo pipefail + +SCRIPT="/home/reachableceo/projects/perfopt/scripts/apply-tunings.sh" +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 -o StrictHostKeyChecking=accept-new) +MODE="" +EXTRA_FLAGS="" + +HOSTS=() +for arg in "$@"; do + case "$arg" in + --apply) MODE="--apply" ;; + --dry-run) MODE="" ;; + --no-nfs) EXTRA_FLAGS="--no-nfs" ;; + *) HOSTS+=("$arg") ;; + esac +done + +if [ "${#HOSTS[@]}" -eq 0 ]; then + echo "Usage: $0 [host...] [--apply]" + echo "Default: dry-run. Pass --apply to commit." + exit 1 +fi + +if [ ! -r "$SCRIPT" ]; then + echo "FATAL: $SCRIPT not found" + exit 1 +fi + +for host in "${HOSTS[@]}"; do + echo "================================================================" + echo "[$host] deploying apply-tunings.sh (mode: ${MODE:-dry-run})" + echo "================================================================" + + if ! ssh "${SSH_OPTS[@]}" "root@$host" 'echo ok' >/dev/null 2>&1; then + echo "[$host] SKIP: unreachable" + continue + fi + + echo "[$host] uploading..." + if ! scp "${SSH_OPTS[@]}" "$SCRIPT" "root@$host:/root/apply-tunings.sh" >/dev/null 2>&1; then + echo "[$host] SKIP: scp failed" + continue + fi + + echo "[$host] running (output below)..." + echo "----------------------------------------------------------------" + ssh "${SSH_OPTS[@]}" "root@$host" "chmod +x /root/apply-tunings.sh && bash /root/apply-tunings.sh $MODE $EXTRA_FLAGS" 2>&1 + rc=$? + echo "----------------------------------------------------------------" + echo "[$host] exit code: $rc" + echo "" +done diff --git a/diag.sh b/diag.sh new file mode 100755 index 0000000..53351a8 --- /dev/null +++ b/diag.sh @@ -0,0 +1,35 @@ +#!/bin/bash +# diag.sh - diagnostic commands run on a host via SSH wrapper. +HOST="$1" +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +echo "===== 1. storage.cfg NFS stanzas (exact content) =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'grep -A 8 "^nfs: D2" /etc/pve/storage.cfg' + +echo "" +echo "===== 2. Try manual NFS mount with nconnect=4 =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'mount -t nfs -o nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,proto=tcp pfv-tsys4-nfs-stor:/mnt/tsys4/D2 /mnt/pve/D2 2>&1; echo "exit=$?"' + +echo "" +echo "===== 3. Try manual NFS mount WITHOUT nconnect =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'mount -t nfs -o noatime,rsize=1048576,wsize=1048576,hard,proto=tcp pfv-tsys4-nfs-stor:/mnt/tsys4/D2 /mnt/pve/D2 2>&1; echo "exit=$?"' + +echo "" +echo "===== 4. NFS kernel version / module =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /proc/fs/nfsfs/version 2>/dev/null; echo "---"; modinfo nfs 2>/dev/null | grep -E "^(filename|version|description)" | head -5' + +echo "" +echo "===== 5. mount.nfs version =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'mount.nfs --version 2>&1; echo "---"; dpkg -l nfs-common 2>/dev/null | tail -2' + +echo "" +echo "===== 6. /etc/network/interfaces bond0 stanza (exact bytes) =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'sed -n "/^auto bond0/,/^$/p" /etc/network/interfaces | cat -A' + +echo "" +echo "===== 7. Current bond0 running hash policy =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /proc/net/bonding/bond0 | head -5' + +echo "" +echo "===== 8. xmit_hash_policy sysfs file =====" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /sys/class/net/bond0/bonding/xmit_hash_policy 2>/dev/null; echo "---"; ls /sys/class/net/bond0/bonding/ 2>/dev/null' diff --git a/finish-host.sh b/finish-host.sh new file mode 100755 index 0000000..381cea5 --- /dev/null +++ b/finish-host.sh @@ -0,0 +1,128 @@ +#!/bin/bash +# finish-host.sh - applies ALL remaining changes to a host and verifies. +# +# Steps: +# 1. Start all VMs (triggers NFS lazy-mount) +# 2. Wait for NFS mounts to appear +# 3. Verify NFS nconnect=4 + noatime +# 4. Apply bond0 xmit_hash_policy=layer3+4 +# 5. Full end-to-end verification +# +# Usage: bash finish-host.sh [--apply] +# Default is dry-run (starts VMs + shows what bond change would do, but doesn't edit interfaces) +set -uo pipefail + +HOST="${1:-}" +MODE="${2:-dryrun}" +[ "$MODE" = "--apply" ] && MODE="apply" || MODE="dryrun" + +if [ -z "$HOST" ]; then + echo "Usage: $0 [--apply]" + exit 1 +fi + +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 -o StrictHostKeyChecking=accept-new) +SCRIPT_DIR="/home/reachableceo/projects/perfopt/scripts" + +echo "===================================================================" +echo " finish-host.sh — $HOST (mode: $MODE)" +echo "===================================================================" +echo "" + +# ========================================================================= +# STEP 1: Start all VMs +# ========================================================================= +echo "=== STEP 1: Start all VMs on $HOST ===" +# Get list of all VMs (not just stopped — start is idempotent) +vm_list=$(ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null | awk "NR>1{print \$1}"') +for vmid in $vm_list; do + status=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm status $vmid 2>/dev/null | awk '{print \$2}'") + if [ "$status" != "running" ]; then + echo " Starting VM $vmid..." + ssh "${SSH_OPTS[@]}" "root@$HOST" "qm start $vmid" 2>&1 | sed 's/^/ /' + else + echo " VM $vmid already running" + fi +done + +echo "" +echo " Waiting 15s for VMs to boot and trigger NFS mounts..." +sleep 15 + +echo "" +echo "--- VM status after start ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null' + +# ========================================================================= +# STEP 2: Verify NFS mounts came back with nconnect=4 +# ========================================================================= +echo "" +echo "=== STEP 2: Verify NFS mounts with nconnect=4 ===" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nfsstat -m 2>/dev/null' | head -30 + +echo "" +echo "--- NFS TCP connections to :2049 ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null' +conn_count=$(ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l') +echo " Total NFS TCP connections: $conn_count" + +# ========================================================================= +# STEP 3: Apply bond0 hash policy +# ========================================================================= +echo "" +echo "=== STEP 3: Apply bond0 xmit_hash_policy=layer3+4 (mode: $MODE) ===" + +# Upload the bond hash script +scp "${SSH_OPTS[@]}" "$SCRIPT_DIR/apply-bond-hash.sh" "root@$HOST:/root/apply-bond-hash.sh" >/dev/null 2>&1 + +if [ "$MODE" = "apply" ]; then + ssh "${SSH_OPTS[@]}" "root@$HOST" 'chmod +x /root/apply-bond-hash.sh && bash /root/apply-bond-hash.sh --apply' 2>&1 +else + ssh "${SSH_OPTS[@]}" "root@$HOST" 'chmod +x /root/apply-bond-hash.sh && bash /root/apply-bond-hash.sh' 2>&1 +fi + +# ========================================================================= +# STEP 4: Full verification +# ========================================================================= +echo "" +echo "=== STEP 4: Full end-to-end verification ===" +echo "" +echo "--- Uptime ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'uptime' +echo "" +echo "--- CPU governor ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null || echo "(no cpufreq driver)"' +echo "" +echo "--- vm.swappiness ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'sysctl vm.swappiness' +echo "" +echo "--- TCP BBR ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'sysctl net.ipv4.tcp_congestion_control net.core.default_qdisc' +echo "" +echo "--- tuned profile ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'tuned-adm active 2>/dev/null' +echo "" +echo "--- bond0 hash policy + LACP state ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /proc/net/bonding/bond0 2>/dev/null | head -25' +echo "" +echo "--- NFS mount options (first 3 mounts) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nfsstat -m 2>/dev/null | head -24' +echo "" +echo "--- NFS TCP connections (expect 4 per server × 2 servers = 8) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null' +nfs_conns=$(ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l') +echo " Count: $nfs_conns" +echo "" +echo "--- VMs running ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null' +echo "" +echo "--- Failed services ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'systemctl --failed --no-legend 2>/dev/null | head -10' +echo "" +echo "--- Network interfaces (speed/duplex/mtu) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'for ifc in bond0 nic0 nic1 nic2 vmbr0 datanet; do [ -d "/sys/class/net/$ifc" ] && printf "%-12s speed=%-8s duplex=%-8s mtu=%s\n" "$ifc" "$(cat /sys/class/net/$ifc/speed 2>/dev/null)" "$(cat /sys/class/net/$ifc/duplex 2>/dev/null)" "$(cat /sys/class/net/$ifc/mtu 2>/dev/null)"; done' + +echo "" +echo "===================================================================" +echo " COMPLETE — $HOST" +echo "===================================================================" diff --git a/install-utils-v2.sh b/install-utils-v2.sh new file mode 100755 index 0000000..f4eeea7 --- /dev/null +++ b/install-utils-v2.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# install-utils-v2.sh - retry install without nstat package. +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +PKGS="sysstat jq numactl nvme-cli mtr-tiny dnsutils bmon" + +for host in pfv-tsys6 pfv-tsys7; do + echo "=== [$host] installing: $PKGS ===" + ssh "${SSH_OPTS[@]}" "root@$host" \ + "DEBIAN_FRONTEND=noninteractive apt-get update -qq 2>&1 | tail -2 && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y $PKGS 2>&1 | tail -10" + + # sysstat enable (path varies by Debian version) + ssh "${SSH_OPTS[@]}" "root@$host" ' + if [ -r /etc/default/sysstat ]; then + sed -i "s/^ENABLED=.*/ENABLED=\"true\"/" /etc/default/sysstat + systemctl enable --now sysstat 2>/dev/null + grep ENABLED /etc/default/sysstat + else + # Newer Debian (trixie) — sysstat cron/service auto-enabled + systemctl enable --now sysstat 2>/dev/null || echo "(sysstat auto via cron)" + fi + ' + echo "" +done + +# Verify +for host in pfv-tsys6 pfv-tsys7; do + echo "=== [$host] verification ===" + ssh "${SSH_OPTS[@]}" "root@$host" ' + for p in sysstat jq numactl nvme mtr-tiny dig bmon; do + command -v "$p" >/dev/null 2>&1 && echo " ✓ $p" || echo " ✗ $p" + done + ' + echo "" +done diff --git a/install-utils.sh b/install-utils.sh new file mode 100755 index 0000000..4122ac9 --- /dev/null +++ b/install-utils.sh @@ -0,0 +1,60 @@ +#!/bin/bash +# install-utils.sh - installs useful observability packages on a host. +# These are all small, dependency-light, and read-only at runtime. +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +HOSTS=(pfv-tsys6 pfv-tsys7) + +# Packages to install, with rationale +PKGS=( + sysstat # sar, iostat, mpstat, pidstat - the missing observability suite + jq # JSON parsing for pvesh/scripts + numactl # NUMA topology/controls for the dual-socket hosts + nvme-cli # NVMe health (for when NVMe shows up) + tcpdump # packet capture for network debugging + mtr-tiny # traceroute on steroids + nstat # kernel SNMP stats (already partly there) + dnsutils # dig, nslookup, host + bmon # bandwidth monitor ( curses, real-time) +) + +for host in "${HOSTS[@]}"; do + echo "================================================================" + echo "[$host] installing observability packages" + echo "================================================================" + + if ! ssh "${SSH_OPTS[@]}" "root@$host" 'echo ok' >/dev/null 2>&1; then + echo " UNREACHABLE" + continue + fi + + # Check which are missing + missing="" + for pkg in "${PKGS[@]}"; do + if ! ssh "${SSH_OPTS[@]}" "root@$host" "dpkg -s $pkg 2>/dev/null | grep -q 'Status: install ok installed'" 2>/dev/null; then + missing="$missing $pkg" + fi + done + + if [ -z "$missing" ]; then + echo " All packages already installed." + continue + fi + + echo " Installing:$missing" + ssh "${SSH_OPTS[@]}" "root@$host" \ + "DEBIAN_FRONTEND=noninteractive apt-get update -qq >/dev/null 2>&1 && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y -qq$missing 2>&1 | tail -5" + echo " Done." + echo "" +done + +# Enable sysstat data collection (sar) — off by default on Debian +for host in "${HOSTS[@]}"; do + echo "[$host] enabling sysstat/sar data collection..." + ssh "${SSH_OPTS[@]}" "root@$host" \ + "sed -i 's/^ENABLED=\"false\"/ENABLED=\"true\"/' /etc/default/sysstat 2>/dev/null; \ + systemctl enable --now sysstat 2>&1 | tail -2; \ + grep ENABLED /etc/default/sysstat" +done diff --git a/iperf-full-matrix.sh b/iperf-full-matrix.sh new file mode 100755 index 0000000..e2bdc99 --- /dev/null +++ b/iperf-full-matrix.sh @@ -0,0 +1,293 @@ +#!/bin/bash +############################################################################### +# iperf-full-matrix.sh +# +# Two test suites: +# A. Management network (vmbr0 / VLAN1): all-pairs single-stream TCP, 10s +# B. Storage network (VLAN1000): tsys6+tsys7 → tsys4+tsys5, stress test +# +# Output: returned-logs/iperf/ +############################################################################### +set -uo pipefail + +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 -o StrictHostKeyChecking=accept-new) +LOG_DIR="/home/reachableceo/projects/perfopt/returned-logs/iperf" +mkdir -p "$LOG_DIR" + +HOSTS=(pfv-tsys1 pfv-tsys3 pfv-tsys4 pfv-tsys5 pfv-tsys6 pfv-tsys7) + +# Storage IPs (known, static on VLAN1000) +declare -A SIP +SIP[pfv-tsys1]="10.100.100.1" +SIP[pfv-tsys3]="10.100.100.3" +SIP[pfv-tsys4]="10.100.100.4" +SIP[pfv-tsys5]="10.100.100.5" +SIP[pfv-tsys6]="10.100.100.6" +SIP[pfv-tsys7]="10.100.100.7" + +# =========================================================================== +# STEP 0: Discover management IPs (vmbr0) +# =========================================================================== +echo "===================================================================" +echo " STEP 0: Discover management network IPs (vmbr0)" +echo "===================================================================" +declare -A MIP +for host in "${HOSTS[@]}"; do + if ! ssh "${SSH_OPTS[@]}" "root@$host" 'echo ok' >/dev/null 2>&1; then + echo " [$host] UNREACHABLE" + continue + fi + mip=$(ssh "${SSH_OPTS[@]}" "root@$host" 'ip -o -4 addr show dev vmbr0 2>/dev/null | awk "{print \$4}" | cut -d/ -f1 | head -1') + if [ -n "$mip" ]; then + MIP[$host]="$mip" + echo " [$host] vmbr0 = $mip" + else + echo " [$host] no vmbr0 IPv4 — skipping" + fi +done + +# =========================================================================== +# STEP 1: Ensure iperf3 installed on all hosts +# =========================================================================== +echo "" +echo "===================================================================" +echo " STEP 1: Ensure iperf3 installed" +echo "===================================================================" +for host in "${HOSTS[@]}"; do + [ -z "${MIP[$host]:-}" ] && continue + if ! ssh "${SSH_OPTS[@]}" "root@$host" 'command -v iperf3 >/dev/null 2>&1' 2>/dev/null; then + echo -n " [$host] installing iperf3... " + ssh "${SSH_OPTS[@]}" "root@$host" \ + 'DEBIAN_FRONTEND=noninteractive apt-get update -qq >/dev/null 2>&1 && \ + DEBIAN_FRONTEND=noninteractive apt-get install -y -qq iperf3 >/dev/null 2>&1 && echo OK || echo FAILED' + else + echo " [$host] iperf3 already installed" + fi +done + +# Helper: start iperf3 server in one-shot mode bound to a specific IP +start_server() { + local host="$1" ip="$2" + ssh "${SSH_OPTS[@]}" "root@$host" \ + "pkill -x iperf3 2>/dev/null; nohup iperf3 -s -1 -B ${ip} >/dev/null 2>&1 &" 2>/dev/null + sleep 1 +} + +# Helper: run iperf3 client test, save output, extract result +run_test() { + local client="$1" server="$2" sip="$3" cip="$4" label="$5" logfile="$6" + shift 6 + local extra="$*" + + echo -n " [$label] ... " + { + echo "=== iperf3: $label ===" + echo "Client: $client ($cip) → Server: $server ($sip)" + echo "Date: $(date -u +%Y-%m-%dT%H:%M:%SZ)" + echo "Args: $extra" + echo "" + ssh "${SSH_OPTS[@]}" "root@$client" "iperf3 -c ${sip} -B ${cip} ${extra}" 2>&1 + echo "" + echo "=== END ===" + } > "$logfile" 2>&1 + + # Extract result + sum=$(grep '\[SUM\].*sender$' "$logfile" | tail -1) + if [ -n "$sum" ]; then + bitrate=$(echo "$sum" | awk '{print $6, $7}') + retrans=$(echo "$sum" | awk '{print $8}') + else + single=$(grep 'sender$' "$logfile" | tail -1) + bitrate=$(echo "$single" | awk '{print $7, $8}') + retrans=$(echo "$single" | awk '{print $9}') + fi + echo "${bitrate:-?} (retrans: ${retrans:-?})" +} + +# =========================================================================== +# SUITE A: Management network (vmbr0) — all pairs, single-stream TCP, 10s +# =========================================================================== +echo "" +echo "===================================================================" +echo " SUITE A: MANAGEMENT NETWORK (vmbr0) — all-pairs, 10s TCP" +echo " Expectation: ~940 Mbps for every pair (1 GbE line rate)" +echo "===================================================================" +echo "" + +# Test each unique pair (i < j to avoid duplicates) +for ((i=0; i<${#HOSTS[@]}; i++)); do + for ((j=i+1; j<${#HOSTS[@]}; j++)); do + client="${HOSTS[$i]}" + server="${HOSTS[$j]}" + [ -z "${MIP[$client]:-}" ] && continue + [ -z "${MIP[$server]:-}" ] && continue + + label="mgmt: ${client}→${server}" + logfile="$LOG_DIR/mgmt-${client}-to-${server}.log" + + start_server "$server" "${MIP[$server]}" + run_test "$client" "$server" "${MIP[$server]}" "${MIP[$client]}" \ + "$label" "$logfile" "-t 10 -P 1" + done +done + +# =========================================================================== +# SUITE B: Storage network (VLAN1000) — stress test the cross-rack LACP +# =========================================================================== +echo "" +echo "===================================================================" +echo " SUITE B: STORAGE NETWORK (VLAN1000) — stress test cross-rack link" +echo " tsys6 + tsys7 (Rack 3) → tsys4 + tsys5 (Rack 5)" +echo " Expectation: limited by tsys4 USB dongle + tsys5 broken bond" +echo "===================================================================" +echo "" + +# --- B.1: Individual tests (one client → one server at a time) --- +echo "--- B.1: Individual tests (sequential) ---" +echo "" + +for client in pfv-tsys6 pfv-tsys7; do + for server in pfv-tsys4 pfv-tsys5; do + label="stor: ${client}→${server} (8-stream)" + logfile="$LOG_DIR/stor-indiv-${client}-to-${server}-8stream.log" + start_server "$server" "${SIP[$server]}" + run_test "$client" "$server" "${SIP[$server]}" "${SIP[$client]}" \ + "$label" "$logfile" "-P 8 -t 20 -l 128k -O 2" + done +done + +# --- B.2: Reverse direction (tsys4/5 → tsys6/7) --- +echo "" +echo "--- B.2: Reverse direction (tsys4/5 → tsys6/7) ---" +echo "" + +for client in pfv-tsys4 pfv-tsys5; do + for server in pfv-tsys6 pfv-tsys7; do + label="stor: ${client}→${server} (8-stream rev)" + logfile="$LOG_DIR/stor-indiv-${client}-to-${server}-8stream.log" + start_server "$server" "${SIP[$server]}" + run_test "$client" "$server" "${SIP[$server]}" "${SIP[$client]}" \ + "$label" "$logfile" "-P 8 -t 20 -l 128k -O 2" + done +done + +# --- B.3: Simultaneous stress test (4 flows at once) --- +echo "" +echo "--- B.3: Simultaneous 4-flow stress test ---" +echo " tsys6→tsys4 + tsys6→tsys5 + tsys7→tsys4 + tsys7→tsys5" +echo " All running in parallel for 30 seconds" +echo "" + +# Start 4 iperf3 servers (one-shot mode won't work for parallel; use persistent) +for server in pfv-tsys4 pfv-tsys5; do + ssh "${SSH_OPTS[@]}" "root@$server" "pkill -x iperf3 2>/dev/null; nohup iperf3 -s -B ${SIP[$server]} >/dev/null 2>&1 &" 2>/dev/null + echo " [server started: $server]" +done +sleep 1 + +STRESS_LOG="$LOG_DIR/stor-stress-4flow" +mkdir -p "$STRESS_LOG" + +# Launch 4 clients in parallel, each writing to its own log +ssh "${SSH_OPTS[@]}" "root@pfv-tsys6" "iperf3 -c ${SIP[pfv-tsys4]} -B ${SIP[pfv-tsys6]} -P 4 -t 30 -l 128k -O 2" > "$STRESS_LOG/tsys6-to-tsys4.log" 2>&1 & +PID1=$! +ssh "${SSH_OPTS[@]}" "root@pfv-tsys6" "iperf3 -c ${SIP[pfv-tsys5]} -B ${SIP[pfv-tsys6]} -P 4 -t 30 -l 128k -O 2" > "$STRESS_LOG/tsys6-to-tsys5.log" 2>&1 & +PID2=$! +ssh "${SSH_OPTS[@]}" "root@pfv-tsys7" "iperf3 -c ${SIP[pfv-tsys4]} -B ${SIP[pfv-tsys7]} -P 4 -t 30 -l 128k -O 2" > "$STRESS_LOG/tsys7-to-tsys4.log" 2>&1 & +PID3=$! +ssh "${SSH_OPTS[@]}" "root@pfv-tsys7" "iperf3 -c ${SIP[pfv-tsys5]} -B ${SIP[pfv-tsys7]} -P 4 -t 30 -l 128k -O 2" > "$STRESS_LOG/tsys7-to-tsys5.log" 2>&1 & +PID4=$! + +echo " [4 clients launched, waiting 40s for completion...]" +wait $PID1 $PID2 $PID3 $PID4 2>/dev/null +echo " [all 4 flows complete]" + +# Kill servers +for server in pfv-tsys4 pfv-tsys5; do + ssh "${SSH_OPTS[@]}" "root@$server" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null +done + +# =========================================================================== +# SUITE C: All hosts cleanup +# =========================================================================== +echo "" +echo "===================================================================" +echo " Cleanup: killing iperf3 everywhere" +echo "===================================================================" +for host in "${HOSTS[@]}"; do + ssh "${SSH_OPTS[@]}" "root@$host" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null +done + +# =========================================================================== +# RESULTS SUMMARY +# =========================================================================== +echo "" +echo "===================================================================" +echo " RESULTS SUMMARY" +echo "===================================================================" + +echo "" +echo "===== SUITE A: Management network (vmbr0) =====" +echo "" +printf "%-40s %15s %10s\n" "TEST" "THROUGHPUT" "RETRANS" +printf "%-40s %15s %10s\n" "----" "----------" "-------" +for f in "$LOG_DIR"/mgmt-*.log; do + [ -r "$f" ] || continue + label=$(head -1 "$f" | sed 's/^=== iperf3: //; s/ ===$//') + single=$(grep 'sender$' "$f" | tail -1) + bitrate=$(echo "$single" | awk '{print $7, $8}') + retrans=$(echo "$single" | awk '{print $9}') + printf "%-40s %15s %10s\n" "$label" "${bitrate:-?}" "${retrans:--}" +done + +echo "" +echo "===== SUITE B.1+B.2: Storage network individual =====" +echo "" +printf "%-45s %15s %10s\n" "TEST" "THROUGHPUT" "RETRANS" +printf "%-45s %15s %10s\n" "----" "----------" "-------" +for f in "$LOG_DIR"/stor-indiv-*.log; do + [ -r "$f" ] || continue + label=$(head -1 "$f" | sed 's/^=== iperf3: //; s/ ===$//') + sum=$(grep '\[SUM\].*sender$' "$f" | tail -1) + if [ -n "$sum" ]; then + bitrate=$(echo "$sum" | awk '{print $6, $7}') + retrans=$(echo "$sum" | awk '{print $8}') + else + single=$(grep 'sender$' "$f" | tail -1) + bitrate=$(echo "$single" | awk '{print $7, $8}') + retrans=$(echo "$single" | awk '{print $9}') + fi + printf "%-45s %15s %10s\n" "$label" "${bitrate:-?}" "${retrans:--}" +done + +echo "" +echo "===== SUITE B.3: Simultaneous 4-flow stress test =====" +echo "" +printf "%-30s %15s %10s\n" "FLOW" "THROUGHPUT" "RETRANS" +printf "%-30s %15s %10s\n" "----" "----------" "-------" +total_mbps=0 +for f in "$STRESS_LOG"/*.log; do + [ -r "$f" ] || continue + flow=$(basename "$f" .log) + sum=$(grep '\[SUM\].*sender$' "$f" | tail -1) + if [ -n "$sum" ]; then + bitrate=$(echo "$sum" | awk '{print $6, $7}') + retrans=$(echo "$sum" | awk '{print $8}') + mbps=$(echo "$sum" | awk '{print $6}') + total_mbps=$(awk "BEGIN{print $total_mbps + $mbps}") + else + bitrate="?" + retrans="-" + fi + printf "%-30s %15s %10s\n" "$flow" "$bitrate" "${retrans:--}" +done +printf "%-30s %15s\n" "AGGREGATE (all 4 flows)" "${total_mbps} Mbits/sec" + +echo "" +echo "===== CONTEXT =====" +echo "tsys4: USB cdc_ncm dongle (single 1G link, no bond)" +echo "tsys5: bond0 broken (1 active slave, no LACP partner) — cable pending" +echo "tsys6/7: working 2x1G LACP, layer3+4 hash (host side)" +echo "Cross-rack: 4x1G LACP (pfv-r3-tor-stor → pfv-core-sw01)" +echo "" +echo "All logs in: $LOG_DIR/" diff --git a/iperf-storage-tests.sh b/iperf-storage-tests.sh new file mode 100755 index 0000000..22c3f4b --- /dev/null +++ b/iperf-storage-tests.sh @@ -0,0 +1,184 @@ +#!/bin/bash +############################################################################### +# iperf-storage-tests.sh +# +# Installs iperf3 on all online hosts, then runs a matrix of storage-network +# throughput tests. Saves all output to returned-logs/iperf/. +# +# Test matrix (all over VLAN1000 storage network, 10.100.100.0/24): +# 1. tsys7 → tsys4 (USB cdc_ncm NIC) — the smoking gun +# 2. tsys7 → tsys5 (bond0, 1 active slave) — PCI NIC comparison +# 3. tsys7 → tsys6 (bond0, 2 active slaves) — working LACP baseline +# 4. Reverse: tsys4 → tsys7 (USB NIC TX direction) +# 5. Reverse: tsys5 → tsys7 +# +# Each test: TCP 8-stream 30s forward + reverse + UDP saturation. +############################################################################### +set -uo pipefail + +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 -o StrictHostKeyChecking=accept-new) +LOG_DIR="/home/reachableceo/projects/perfopt/returned-logs/iperf" +mkdir -p "$LOG_DIR" + +ALL_HOSTS=(pfv-tsys1 pfv-tsys3 pfv-tsys4 pfv-tsys5 pfv-tsys6 pfv-tsys7) + +# Storage network IPs +declare -A SIP +SIP[pfv-tsys1]="10.100.100.1" +SIP[pfv-tsys3]="10.100.100.3" +SIP[pfv-tsys4]="10.100.100.4" +SIP[pfv-tsys5]="10.100.100.5" +SIP[pfv-tsys6]="10.100.100.6" +SIP[pfv-tsys7]="10.100.100.7" + +echo "===================================================================" +echo " STEP 1: Install iperf3 on all online hosts" +echo "===================================================================" + +for host in "${ALL_HOSTS[@]}"; do + echo -n " [$host] " + if ! ssh "${SSH_OPTS[@]}" "root@$host" 'echo ok' >/dev/null 2>&1; then + echo "UNREACHABLE — skipping" + continue + fi + # Check if iperf3 already installed + if ssh "${SSH_OPTS[@]}" "root@$host" 'command -v iperf3 >/dev/null 2>&1' 2>/dev/null; then + echo "iperf3 already installed" + else + printf "installing... " + ssh "${SSH_OPTS[@]}" "root@$host" 'DEBIAN_FRONTEND=noninteractive apt-get update -qq >/dev/null 2>&1 && DEBIAN_FRONTEND=noninteractive apt-get install -y -qq iperf3 >/dev/null 2>&1 && echo OK || echo FAILED' + fi +done + +echo "" +echo "===================================================================" +echo " STEP 2: Kill any existing iperf3 processes everywhere" +echo "===================================================================" +for host in "${ALL_HOSTS[@]}"; do + ssh "${SSH_OPTS[@]}" "root@$host" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null +done +echo " Done." + +# Helper: run an iperf3 test and save output +run_iperf() { + local client="$1" server="$2" direction="$3" label="$4" logfile="$5" + local client_ip="${SIP[$client]}" server_ip="${SIP[$server]}" + + echo -n " [$client → $server] $label ... " + + # Start server in one-shot mode (-1 means serve one client then exit) + ssh "${SSH_OPTS[@]}" "root@$server" "pkill -x iperf3 2>/dev/null; nohup iperf3 -s -1 -B ${server_ip} >/dev/null 2>&1 &" 2>/dev/null + sleep 1 + + # Run client + { + echo "=== iperf3: $label ===" + echo "Client: $client ($client_ip)" + echo "Server: $server ($server_ip)" + echo "Direction: $direction" + echo "Date: $(date -u +%Y-%m-%dT%H:%M:%SZ)" + echo "" + if [ "$direction" = "forward" ]; then + ssh "${SSH_OPTS[@]}" "root@$client" \ + "iperf3 -c ${server_ip} -B ${client_ip} -P 8 -t 30 -l 128k -O 2" 2>&1 + elif [ "$direction" = "reverse" ]; then + ssh "${SSH_OPTS[@]}" "root@$client" \ + "iperf3 -c ${server_ip} -B ${client_ip} -P 8 -t 30 -l 128k -O 2 -R" 2>&1 + elif [ "$direction" = "udp" ]; then + ssh "${SSH_OPTS[@]}" "root@$client" \ + "iperf3 -c ${server_ip} -B ${client_ip} -u -b 2G -t 10 -l 8972" 2>&1 + elif [ "$direction" = "single" ]; then + ssh "${SSH_OPTS[@]}" "root@$client" \ + "iperf3 -c ${server_ip} -B ${client_ip} -t 20 -O 2" 2>&1 + fi + echo "" + echo "=== END ===" + } > "$logfile" 2>&1 + + # Extract summary line + if grep -q "sender" "$logfile"; then + bitrate=$(grep "sender" "$logfile" | tail -1 | awk '{print $7, $8}') + echo "done: ${bitrate}" + else + echo "done (check log for details)" + fi +} + +echo "" +echo "===================================================================" +echo " STEP 3: Run iperf3 test matrix" +echo "===================================================================" +echo "" +echo "All tests over VLAN1000 storage network (10.100.100.0/24)." +echo "TCP tests: 8 parallel streams, 30s, 128k blocks." +echo "" + +# --- Test 1: tsys7 → tsys4 (USB cdc_ncm target) --- +echo "--- TEST 1: tsys7 → tsys4 (USB cdc_ncm NIC) ---" +run_iperf pfv-tsys7 pfv-tsys4 forward "TCP 8-stream forward (tsys7→tsys4 USB)" \ + "$LOG_DIR/01-tsys7-to-tsys4-tcp-forward.log" +run_iperf pfv-tsys7 pfv-tsys4 reverse "TCP 8-stream reverse (tsys4 USB→tsys7)" \ + "$LOG_DIR/02-tsys7-to-tsys4-tcp-reverse.log" +run_iperf pfv-tsys7 pfv-tsys4 single "TCP single-stream forward (tsys7→tsys4 USB)" \ + "$LOG_DIR/03-tsys7-to-tsys4-tcp-single.log" +run_iperf pfv-tsys7 pfv-tsys4 udp "UDP saturation (tsys7→tsys4 USB)" \ + "$LOG_DIR/04-tsys7-to-tsys4-udp.log" + +echo "" + +# --- Test 2: tsys7 → tsys5 (bond0, PCI NIC, 1 active slave) --- +echo "--- TEST 2: tsys7 → tsys5 (PCI NIC, broken bond - 1 slave) ---" +run_iperf pfv-tsys7 pfv-tsys5 forward "TCP 8-stream forward (tsys7→tsys5 PCI)" \ + "$LOG_DIR/05-tsys7-to-tsys5-tcp-forward.log" +run_iperf pfv-tsys7 pfv-tsys5 reverse "TCP 8-stream reverse (tsys5 PCI→tsys7)" \ + "$LOG_DIR/06-tsys7-to-tsys5-tcp-reverse.log" +run_iperf pfv-tsys7 pfv-tsys5 single "TCP single-stream forward (tsys7→tsys5 PCI)" \ + "$LOG_DIR/07-tsys7-to-tsys5-tcp-single.log" +run_iperf pfv-tsys7 pfv-tsys5 udp "UDP saturation (tsys7→tsys5 PCI)" \ + "$LOG_DIR/08-tsys7-to-tsys5-udp.log" + +echo "" + +# --- Test 3: tsys7 → tsys6 (working 2-slave LACP baseline, layer3+4) --- +echo "--- TEST 3: tsys7 → tsys6 (working 2×1G LACP baseline) ---" +run_iperf pfv-tsys7 pfv-tsys6 forward "TCP 8-stream forward (tsys7→tsys6 LACP)" \ + "$LOG_DIR/09-tsys7-to-tsys6-tcp-forward.log" +run_iperf pfv-tsys7 pfv-tsys6 reverse "TCP 8-stream reverse (tsys6 LACP→tsys7)" \ + "$LOG_DIR/10-tsys7-to-tsys6-tcp-reverse.log" + +echo "" + +# --- Test 4: tsys6 → tsys4 (pre-tuning baseline) --- +echo "--- TEST 4: tsys6 → tsys4 (baseline before tsys6 tuning) ---" +run_iperf pfv-tsys6 pfv-tsys4 forward "TCP 8-stream forward (tsys6→tsys4 USB)" \ + "$LOG_DIR/11-tsys6-to-tsys4-tcp-forward.log" +run_iperf pfv-tsys6 pfv-tsys4 reverse "TCP 8-stream reverse (tsys4 USB→tsys6)" \ + "$LOG_DIR/12-tsys6-to-tsys4-tcp-reverse.log" + +echo "" + +# --- Cleanup: kill iperf3 everywhere --- +echo "--- Cleanup ---" +for host in "${ALL_HOSTS[@]}"; do + ssh "${SSH_OPTS[@]}" "root@$host" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null +done + +echo "" +echo "===================================================================" +echo " RESULTS SUMMARY" +echo "===================================================================" +echo "" +printf "%-45s %s\n" "TEST" "THROUGHPUT" +printf "%-45s %s\n" "----" "----------" +for f in "$LOG_DIR"/*.log; do + [ -r "$f" ] || continue + label=$(head -1 "$f" | sed 's/^=== iperf3: //; s/ ===$//') + bitrate=$(grep -E "sender$" "$f" | tail -1 | awk '{print $7, $8}') + [ -z "$bitrate" ] && bitrate=$(grep -E "Mbits/sec|Gbits/sec" "$f" | tail -1 | grep -oE '[0-9.]+ [MG]bits/sec' | head -1) + [ -z "$bitrate" ] && bitrate="(see log)" + printf "%-45s %s\n" "$label" "$bitrate" +done + +echo "" +echo "Full logs saved to: $LOG_DIR/" +echo "===================================================================" diff --git a/iperf-tsys6-tsys7.sh b/iperf-tsys6-tsys7.sh new file mode 100755 index 0000000..6debd87 --- /dev/null +++ b/iperf-tsys6-tsys7.sh @@ -0,0 +1,119 @@ +#!/bin/bash +# iperf-tsys6-tsys7.sh - validate 2Gbps LACP between the two tuned hosts. +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 -o StrictHostKeyChecking=accept-new) +LOG_DIR="/home/reachableceo/projects/perfopt/returned-logs/iperf" +mkdir -p "$LOG_DIR" + +TSYS6="10.100.100.6" +TSYS7="10.100.100.7" + +run_test() { + local client="$1" server="$2" server_ip="$3" label="$4" logfile="$5" + shift 4 + local extra_args="$*" + + echo -n " [$label] ... " + + # Start server in one-shot mode + ssh "${SSH_OPTS[@]}" "root@$server" "pkill -x iperf3 2>/dev/null; nohup iperf3 -s -1 -B ${server_ip} >/dev/null 2>&1 &" 2>/dev/null + sleep 1 + + { + echo "=== iperf3: $label ===" + echo "Client: $client Server: $server ($server_ip)" + echo "Date: $(date -u +%Y-%m-%dT%H:%M:%SZ)" + echo "Args: $extra_args" + echo "" + ssh "${SSH_OPTS[@]}" "root@$client" "iperf3 -c ${server_ip} $extra_args" 2>&1 + echo "" + echo "=== END ===" + } > "$logfile" 2>&1 + + # Extract result + sum=$(grep '\[SUM\].*sender$' "$logfile" | tail -1) + if [ -n "$sum" ]; then + bitrate=$(echo "$sum" | awk '{print $6, $7}') + retrans=$(echo "$sum" | awk '{print $8}') + else + single=$(grep 'sender$' "$logfile" | tail -1) + bitrate=$(echo "$single" | awk '{print $7, $8}') + retrans=$(echo "$single" | awk '{print $9}') + fi + echo "${bitrate} (retrans: ${retrans:-0})" +} + +echo "===================================================================" +echo " iperf3: tsys6 ↔ tsys7 (both have 2×1G LACP + layer3+4 hash)" +echo " Expectation: ~1.8-2.0 Gbps for 8-stream TCP" +echo "===================================================================" +echo "" + +# Pre-flight: confirm bond state on both +echo "--- bond0 state on tsys6 ---" +ssh "${SSH_OPTS[@]}" "root@pfv-tsys6" 'grep -E "Transmit Hash|Number of ports|Bonding Mode" /proc/net/bonding/bond0' +echo "" +echo "--- bond0 state on tsys7 ---" +ssh "${SSH_OPTS[@]}" "root@pfv-tsys7" 'grep -E "Transmit Hash|Number of ports|Bonding Mode" /proc/net/bonding/bond0' +echo "" + +echo "--- Running tests ---" +echo "" + +# Test 1: tsys7 → tsys6, 8-stream TCP forward +run_test pfv-tsys7 pfv-tsys6 "$TSYS6" \ + "tsys7→tsys6 TCP 8-stream forward" \ + "$LOG_DIR/tsys6-tsys7-01-tcp-8stream-forward.log" \ + "-P 8 -t 30 -l 128k -O 2" + +# Test 2: tsys6 → tsys7, 8-stream TCP forward (reverse direction) +run_test pfv-tsys6 pfv-tsys7 "$TSYS7" \ + "tsys6→tsys7 TCP 8-stream forward" \ + "$LOG_DIR/tsys6-tsys7-02-tcp-8stream-forward.log" \ + "-P 8 -t 30 -l 128k -O 2" + +# Test 3: tsys7 → tsys6, single stream (should be ~940 Mbps — single flow) +run_test pfv-tsys7 pfv-tsys6 "$TSYS6" \ + "tsys7→tsys6 TCP single-stream" \ + "$LOG_DIR/tsys6-tsys7-03-tcp-single.log" \ + "-t 20 -O 2" + +# Test 4: tsys7 → tsys6, 4-stream (nconnect=4 mirrors this) +run_test pfv-tsys7 pfv-tsys6 "$TSYS6" \ + "tsys7→tsys6 TCP 4-stream" \ + "$LOG_DIR/tsys6-tsys7-04-tcp-4stream.log" \ + "-P 4 -t 30 -l 128k -O 2" + +# Test 5: UDP saturation +run_test pfv-tsys7 pfv-tsys6 "$TSYS6" \ + "tsys7→tsys6 UDP saturation" \ + "$LOG_DIR/tsys6-tsys7-05-udp.log" \ + "-u -b 3G -t 10 -l 8972" + +# Cleanup +ssh "${SSH_OPTS[@]}" "root@pfv-tsys6" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null +ssh "${SSH_OPTS[@]}" "root@pfv-tsys7" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null + +echo "" +echo "===================================================================" +echo " SUMMARY" +echo "===================================================================" +echo "" +printf "%-45s %15s %10s\n" "TEST" "THROUGHPUT" "RETRANS" +printf "%-45s %15s %10s\n" "----" "----------" "-------" +for f in "$LOG_DIR"/tsys6-tsys7-*.log; do + [ -r "$f" ] || continue + label=$(head -1 "$f" | sed 's/^=== iperf3: //; s/ ===$//') + sum=$(grep '\[SUM\].*sender$' "$f" | tail -1) + if [ -n "$sum" ]; then + bitrate=$(echo "$sum" | awk '{print $6, $7}') + retrans=$(echo "$sum" | awk '{print $8}') + else + single=$(grep 'sender$' "$f" | tail -1) + bitrate=$(echo "$single" | awk '{print $7, $8}') + retrans=$(echo "$single" | awk '{print $9}') + fi + printf "%-45s %15s %10s\n" "$label" "$bitrate" "${retrans:--}" +done +echo "" +echo "Expected: 8-stream ~1.8-2.0 Gbps, single-stream ~940 Mbps" diff --git a/reboot-and-verify.sh b/reboot-and-verify.sh new file mode 100755 index 0000000..ac124c0 --- /dev/null +++ b/reboot-and-verify.sh @@ -0,0 +1,88 @@ +#!/bin/bash +# reboot-and-verify.sh - reboots a host and verifies NFS nconnect activates. +# Usage: bash reboot-and-verify.sh +set -uo pipefail +HOST="$1" +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=5 -o ServerAliveInterval=5 -o StrictHostKeyChecking=accept-new) + +echo "================================================================" +echo "[$HOST] PRE-REBOOT STATE" +echo "================================================================" +ssh "${SSH_OPTS[@]}" "root@$HOST" ' + echo "--- VMs ---" + qm list 2>/dev/null + echo "--- NFS TCP conns: $(ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l) ---" + echo "--- NFS first mount: ---" + nfsstat -m 2>/dev/null | head -2 | tail -1 + echo "--- uptime ---" + uptime +' + +echo "" +echo "================================================================" +echo "[$HOST] ISSUING REBOOT" +echo "================================================================" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nohup sh -c "(sleep 2; systemctl reboot)" >/dev/null 2>&1 &' +echo "Reboot sent at $(date +%H:%M:%S)" + +echo "" +echo "================================================================" +echo "[$HOST] WAITING FOR SSH TO RETURN (max 10 min)" +echo "================================================================" +DEADLINE=$(( $(date +%s) + 600 )) +LAST_PRINT=0 +while [ "$(date +%s)" -lt "$DEADLINE" ]; do + now=$(date +%s) + if [ $((now - LAST_PRINT)) -ge 15 ]; then + printf ' [%s] waiting... (%ss elapsed)\n' "$(date +%H:%M:%S)" "$(( now - DEADLINE + 600 ))" + LAST_PRINT=$now + fi + if ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + # Verify uptime is actually low (host really rebooted, not still up) + up_mins=$(ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /proc/uptime | awk "{print int(\$1/60)}"') + if [ "${up_mins:-999}" -lt 5 ]; then + echo " [$(date +%H:%M:%S)] SSH back, uptime ${up_mins}min — real reboot confirmed" + break + fi + fi + sleep 10 +done + +if ! ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + echo "FAILED: $HOST not back after 10 minutes" + exit 1 +fi + +echo "Waiting 30s for services to settle..." +sleep 30 + +echo "" +echo "================================================================" +echo "[$HOST] POST-REBOOT VERIFICATION" +echo "================================================================" +ssh "${SSH_OPTS[@]}" "root@$HOST" ' + echo "--- uptime ---" + uptime + echo "" + echo "--- governor: $(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null) ---" + echo "--- swappiness: $(sysctl -n vm.swappiness) ---" + echo "--- tcp_cc: $(sysctl -n net.ipv4.tcp_congestion_control) ---" + echo "--- tuned: $(tuned-adm active 2>/dev/null | grep Current) ---" + echo "" + echo "--- NFS first mount: ---" + nfsstat -m 2>/dev/null | head -2 | tail -1 + echo "" + echo "--- NFS TCP conns (expect 8 with nconnect=4): ---" + ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l + echo "" + echo "--- VMs: ---" + qm list 2>/dev/null + echo "" + echo "--- Failed services: ---" + systemctl --failed --no-legend 2>/dev/null | head -5 + echo "(empty = none)" +' +echo "" +echo "================================================================" +echo "[$HOST] DONE" +echo "================================================================" diff --git a/reboot-verify.sh b/reboot-verify.sh new file mode 100755 index 0000000..f2e91f9 --- /dev/null +++ b/reboot-verify.sh @@ -0,0 +1,91 @@ +#!/bin/bash +# reboot-verify.sh - reboots a host, waits for it to come back, verifies state. +# Usage: bash reboot-verify.sh +set -uo pipefail + +HOST="$1" +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=5 -o ServerAliveInterval=5 -o StrictHostKeyChecking=accept-new) + +echo "================================================================" +echo "[$HOST] PRE-REBOOT STATE" +echo "================================================================" +echo "--- Running VMs ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null | awk "NR==1 || \$3==\"running\"{print}"' 2>&1 +echo "--- NFS mount count ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nfsstat -m 2>/dev/null | grep -c "^/mnt"' 2>&1 +echo "--- NFS TCP connections to :2049 ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l' 2>&1 +echo "--- Uptime ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'uptime' 2>&1 + +echo "" +echo "================================================================" +echo "[$HOST] ISSUING REBOOT" +echo "================================================================" +# Issue reboot; ssh will disconnect with non-zero — that's expected. +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nohup sh -c "(sleep 2; systemctl reboot)" >/dev/null 2>&1 &' 2>&1 +echo "Reboot command sent at $(date +%H:%M:%S). Host will drop now." + +echo "" +echo "================================================================" +echo "[$HOST] WAITING FOR SSH TO RETURN (max 10 minutes)" +echo "================================================================" +DEADLINE=$(( $(date +%s) + 600 )) +LAST_PRINT=0 +while [ "$(date +%s)" -lt "$DEADLINE" ]; do + now=$(date +%s) + # Print a heartbeat every 15s + if [ $((now - LAST_PRINT)) -ge 15 ]; then + elapsed=$((DEADLINE - now - 600)); elapsed=${elapsed#-} + echo " [$(date +%H:%M:%S)] still waiting... (${elapsed}s elapsed)" + LAST_PRINT=$now + fi + # Try SSH + if ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + echo " [$(date +%H:%M:%S)] SSH is back!" + break + fi + sleep 5 +done + +# Final check +if ! ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + echo " [$(date +%H:%M:%S)] FAILED: host not reachable after 10 minutes" + exit 1 +fi + +# Give services a moment to settle after SSH returns +echo " Waiting 20s for services to settle..." +sleep 20 + +echo "" +echo "================================================================" +echo "[$HOST] POST-REBOOT VERIFICATION" +echo "================================================================" +echo "--- Uptime ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'uptime' 2>&1 +echo "" +echo "--- TCP congestion control ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'sysctl net.ipv4.tcp_congestion_control net.core.default_qdisc' 2>&1 +echo "" +echo "--- vm.swappiness ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'sysctl vm.swappiness' 2>&1 +echo "" +echo "--- scaling_governor ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null || echo "(no cpufreq driver)"' 2>&1 +echo "" +echo "--- NFS mount options (looking for nconnect + noatime) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nfsstat -m 2>/dev/null | head -20' 2>&1 +echo "" +echo "--- NFS TCP connection count (expect ~8 = 4 per server with nconnect=4) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l' 2>&1 +echo "" +echo "--- Running VMs ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null' 2>&1 +echo "" +echo "--- Failed services? ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'systemctl --failed --no-legend 2>/dev/null | head -10' 2>&1 +echo "" +echo "================================================================" +echo "[$HOST] DONE" +echo "================================================================" diff --git a/returned-logs/_deploy.log b/returned-logs/_deploy.log new file mode 100644 index 0000000..c1f46a9 --- /dev/null +++ b/returned-logs/_deploy.log @@ -0,0 +1,122 @@ +[14:58:04] pre-flight: shellcheck on check.sh +[14:58:05] pre-flight: shellcheck clean +[14:58:05] ============================================================ +[14:58:05] [pfv-tsys1] begin +[14:58:05] ============================================================ +[14:58:05] [pfv-tsys1] probing SSH connectivity (8s timeout)... +[14:58:06] [pfv-tsys1] SSH reachable +[14:58:06] [pfv-tsys1] uploading check.sh → /root/check.sh +[14:58:06] [pfv-tsys1] upload verified (50741 bytes) +[14:58:06] [pfv-tsys1] executing: chmod +x && bash /root/check.sh (may take 30-90s) +[15:03:03] [pfv-tsys1] check.sh exit code: 0 +[pfv-tsys1] Size: 1.1M (21078 lines) +[pfv-tsys1] Elapsed: 296s +[pfv-tsys1] Please copy /root/pfv-tsys1.log back for analysis. +[pfv-tsys1] ================================================================ +[15:03:03] [pfv-tsys1] expecting remote log: /root/pfv-tsys1.log +[15:03:03] [pfv-tsys1] pulling /root/pfv-tsys1.log → /home/reachableceo/projects/perfopt/returned-logs/ +[15:03:03] [pfv-tsys1] SUCCESS: /home/reachableceo/projects/perfopt/returned-logs/pfv-tsys1.log (1077443 bytes, 21085 lines) +[15:03:03] ============================================================ +[15:03:03] [pfv-tsys3] begin +[15:03:03] ============================================================ +[15:03:03] [pfv-tsys3] probing SSH connectivity (8s timeout)... +[15:03:04] [pfv-tsys3] SSH reachable +[15:03:04] [pfv-tsys3] uploading check.sh → /root/check.sh +[15:03:04] [pfv-tsys3] upload verified (50741 bytes) +[15:03:04] [pfv-tsys3] executing: chmod +x && bash /root/check.sh (may take 30-90s) +[15:07:18] [pfv-tsys3] check.sh exit code: 0 +[pfv-tsys3] Size: 708K (10060 lines) +[pfv-tsys3] Elapsed: 253s +[pfv-tsys3] Please copy /root/pfv-tsys3.log back for analysis. +[pfv-tsys3] ================================================================ +[15:07:18] [pfv-tsys3] expecting remote log: /root/pfv-tsys3.log +[15:07:18] [pfv-tsys3] pulling /root/pfv-tsys3.log → /home/reachableceo/projects/perfopt/returned-logs/ +[15:07:19] [pfv-tsys3] SUCCESS: /home/reachableceo/projects/perfopt/returned-logs/pfv-tsys3.log (724633 bytes, 10067 lines) +[15:07:19] ============================================================ +[15:07:19] [pfv-tsys4] begin +[15:07:19] ============================================================ +[15:07:19] [pfv-tsys4] probing SSH connectivity (8s timeout)... +[15:07:19] [pfv-tsys4] SSH reachable +[15:07:19] [pfv-tsys4] uploading check.sh → /root/check.sh +[15:07:19] [pfv-tsys4] upload verified (50741 bytes) +[15:07:19] [pfv-tsys4] executing: chmod +x && bash /root/check.sh (may take 30-90s) +[15:12:06] [pfv-tsys4] check.sh exit code: 0 +[pfv-tsys4] Size: 588K (11010 lines) +[pfv-tsys4] Elapsed: 286s +[pfv-tsys4] Please copy /root/pfv-tsys4.log back for analysis. +[pfv-tsys4] ================================================================ +[15:12:06] [pfv-tsys4] expecting remote log: /root/pfv-tsys4.log +[15:12:06] [pfv-tsys4] pulling /root/pfv-tsys4.log → /home/reachableceo/projects/perfopt/returned-logs/ +[15:12:06] [pfv-tsys4] SUCCESS: /home/reachableceo/projects/perfopt/returned-logs/pfv-tsys4.log (600147 bytes, 11017 lines) +[15:12:06] ============================================================ +[15:12:06] [pfv-tsys5] begin +[15:12:06] ============================================================ +[15:12:06] [pfv-tsys5] probing SSH connectivity (8s timeout)... +[15:12:06] [pfv-tsys5] SSH reachable +[15:12:06] [pfv-tsys5] uploading check.sh → /root/check.sh +[15:12:07] [pfv-tsys5] upload verified (50741 bytes) +[15:12:07] [pfv-tsys5] executing: chmod +x && bash /root/check.sh (may take 30-90s) +[15:19:13] [pfv-tsys5] check.sh exit code: 0 +[pfv-tsys5] Size: 1020K (17508 lines) +[pfv-tsys5] Elapsed: 426s +[pfv-tsys5] Please copy /root/pfv-tsys5.log back for analysis. +[pfv-tsys5] ================================================================ +[15:19:13] [pfv-tsys5] expecting remote log: /root/pfv-tsys5.log +[15:19:13] [pfv-tsys5] pulling /root/pfv-tsys5.log → /home/reachableceo/projects/perfopt/returned-logs/ +[15:19:14] [pfv-tsys5] SUCCESS: /home/reachableceo/projects/perfopt/returned-logs/pfv-tsys5.log (1041632 bytes, 17515 lines) +[15:19:14] ============================================================ +[15:19:14] [pfv-tsys6] begin +[15:19:14] ============================================================ +[15:19:14] [pfv-tsys6] probing SSH connectivity (8s timeout)... +[15:19:14] [pfv-tsys6] SSH reachable +[15:19:14] [pfv-tsys6] uploading check.sh → /root/check.sh +[15:19:15] [pfv-tsys6] upload verified (50741 bytes) +[15:19:15] [pfv-tsys6] executing: chmod +x && bash /root/check.sh (may take 30-90s) +[15:25:10] [pfv-tsys6] check.sh exit code: 0 +[pfv-tsys6] Size: 932K (18526 lines) +[pfv-tsys6] Elapsed: 355s +[pfv-tsys6] Please copy /root/pfv-tsys6.log back for analysis. +[pfv-tsys6] ================================================================ +[15:25:10] [pfv-tsys6] expecting remote log: /root/pfv-tsys6.log +[15:25:10] [pfv-tsys6] pulling /root/pfv-tsys6.log → /home/reachableceo/projects/perfopt/returned-logs/ +[15:25:11] [pfv-tsys6] SUCCESS: /home/reachableceo/projects/perfopt/returned-logs/pfv-tsys6.log (954023 bytes, 18533 lines) +[15:25:11] ============================================================ +[15:25:11] [pfv-tsys7] begin +[15:25:11] ============================================================ +[15:25:11] [pfv-tsys7] probing SSH connectivity (8s timeout)... +[15:25:12] [pfv-tsys7] SSH reachable +[15:25:12] [pfv-tsys7] uploading check.sh → /root/check.sh +[15:25:13] [pfv-tsys7] upload verified (50741 bytes) +[15:25:13] [pfv-tsys7] executing: chmod +x && bash /root/check.sh (may take 30-90s) +[15:26:57] [pfv-tsys7] check.sh exit code: 0 +[pfv-tsys7] Size: 1.3M (17600 lines) +[pfv-tsys7] Elapsed: 104s +[pfv-tsys7] Please copy /root/pfv-tsys7.log back for analysis. +[pfv-tsys7] ================================================================ +[15:26:57] [pfv-tsys7] expecting remote log: /root/pfv-tsys7.log +[15:26:57] [pfv-tsys7] pulling /root/pfv-tsys7.log → /home/reachableceo/projects/perfopt/returned-logs/ +[15:26:58] [pfv-tsys7] SUCCESS: /home/reachableceo/projects/perfopt/returned-logs/pfv-tsys7.log (1288070 bytes, 17607 lines) +[15:26:58] ============================================================ +[15:26:58] DEPLOY SUMMARY +[15:26:58] ============================================================ +[15:26:58] Passed (6): +[15:26:58] ✓ pfv-tsys1:pfv-tsys1.log +[15:26:58] ✓ pfv-tsys3:pfv-tsys3.log +[15:26:58] ✓ pfv-tsys4:pfv-tsys4.log +[15:26:58] ✓ pfv-tsys5:pfv-tsys5.log +[15:26:58] ✓ pfv-tsys6:pfv-tsys6.log +[15:26:58] ✓ pfv-tsys7:pfv-tsys7.log +[15:26:58] Failed (0): +[15:26:58] +[15:26:58] Contents of /home/reachableceo/projects/perfopt/returned-logs: +total 5580 +drwxrwxr-x 2 reachableceo reachableceo 4096 Jul 26 15:26 . +drwxrwxr-x 6 reachableceo reachableceo 4096 Jul 26 14:55 .. +-rw-rw-r-- 1 reachableceo reachableceo 6824 Jul 26 15:26 _deploy.log +-rw------- 1 reachableceo reachableceo 1077443 Jul 26 15:03 pfv-tsys1.log +-rw------- 1 reachableceo reachableceo 724633 Jul 26 15:07 pfv-tsys3.log +-rw------- 1 reachableceo reachableceo 600147 Jul 26 15:12 pfv-tsys4.log +-rw------- 1 reachableceo reachableceo 1041632 Jul 26 15:19 pfv-tsys5.log +-rw------- 1 reachableceo reachableceo 954023 Jul 26 15:25 pfv-tsys6.log +-rw------- 1 reachableceo reachableceo 1288070 Jul 26 15:26 pfv-tsys7.log +-rw-rw-r-- 1 reachableceo reachableceo 0 Jul 26 14:58 _shellcheck.preflight.txt diff --git a/returned-logs/_marker.pfv-tsys1 b/returned-logs/_marker.pfv-tsys1 new file mode 100644 index 0000000..89e8480 --- /dev/null +++ b/returned-logs/_marker.pfv-tsys1 @@ -0,0 +1,2 @@ +running +ok pfv-tsys1.log 911607 17324 diff --git a/returned-logs/_marker.pfv-tsys3 b/returned-logs/_marker.pfv-tsys3 new file mode 100644 index 0000000..4fc20ca --- /dev/null +++ b/returned-logs/_marker.pfv-tsys3 @@ -0,0 +1,2 @@ +running +ok pfv-tsys3.log 725429 10091 diff --git a/returned-logs/_marker.pfv-tsys4 b/returned-logs/_marker.pfv-tsys4 new file mode 100644 index 0000000..b864562 --- /dev/null +++ b/returned-logs/_marker.pfv-tsys4 @@ -0,0 +1,2 @@ +running +ok pfv-tsys4.log 603525 11030 diff --git a/returned-logs/_marker.pfv-tsys5 b/returned-logs/_marker.pfv-tsys5 new file mode 100644 index 0000000..ef09dcc --- /dev/null +++ b/returned-logs/_marker.pfv-tsys5 @@ -0,0 +1,2 @@ +running +ok pfv-tsys5.log 1047724 17559 diff --git a/returned-logs/_marker.pfv-tsys6 b/returned-logs/_marker.pfv-tsys6 new file mode 100644 index 0000000..38c89d9 --- /dev/null +++ b/returned-logs/_marker.pfv-tsys6 @@ -0,0 +1,2 @@ +running +ok pfv-tsys6.log 743495 14563 diff --git a/returned-logs/_marker.pfv-tsys7 b/returned-logs/_marker.pfv-tsys7 new file mode 100644 index 0000000..93696d7 --- /dev/null +++ b/returned-logs/_marker.pfv-tsys7 @@ -0,0 +1,2 @@ +running +ok pfv-tsys7.log 896348 17341 diff --git a/returned-logs/_shellcheck.preflight.txt b/returned-logs/_shellcheck.preflight.txt new file mode 100644 index 0000000..e69de29 diff --git a/returned-logs/iperf/01-tsys7-to-tsys4-tcp-forward.log b/returned-logs/iperf/01-tsys7-to-tsys4-tcp-forward.log new file mode 100644 index 0000000..ba93d54 --- /dev/null +++ b/returned-logs/iperf/01-tsys7-to-tsys4-tcp-forward.log @@ -0,0 +1,359 @@ +=== iperf3: TCP 8-stream forward (tsys7→tsys4 USB) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys4 (10.100.100.4) +Direction: forward +Date: 2026-07-26T21:05:08Z + +Connecting to host 10.100.100.4, port 5201 +[ 5] local 10.100.100.7 port 49255 connected to 10.100.100.4 port 5201 +[ 7] local 10.100.100.7 port 46821 connected to 10.100.100.4 port 5201 +[ 9] local 10.100.100.7 port 38011 connected to 10.100.100.4 port 5201 +[ 11] local 10.100.100.7 port 39141 connected to 10.100.100.4 port 5201 +[ 13] local 10.100.100.7 port 42027 connected to 10.100.100.4 port 5201 +[ 15] local 10.100.100.7 port 38957 connected to 10.100.100.4 port 5201 +[ 17] local 10.100.100.7 port 49679 connected to 10.100.100.4 port 5201 +[ 19] local 10.100.100.7 port 56277 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec 74 201 KBytes (omitted) +[ 7] 0.00-1.00 sec 23.9 MBytes 200 Mbits/sec 58 187 KBytes (omitted) +[ 9] 0.00-1.00 sec 24.1 MBytes 202 Mbits/sec 85 202 KBytes (omitted) +[ 11] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 3 1.41 KBytes (omitted) +[ 13] 0.00-1.00 sec 24.1 MBytes 202 Mbits/sec 83 226 KBytes (omitted) +[ 15] 0.00-1.00 sec 768 KBytes 6.28 Mbits/sec 170 5.66 KBytes (omitted) +[ 17] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 9 1.41 KBytes (omitted) +[ 19] 0.00-1.00 sec 24.6 MBytes 206 Mbits/sec 83 204 KBytes (omitted) +[SUM] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec 565 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 5.75 MBytes 48.2 Mbits/sec 23 1.41 KBytes (omitted) +[ 7] 1.00-2.00 sec 27.0 MBytes 226 Mbits/sec 25 229 KBytes (omitted) +[ 9] 1.00-2.00 sec 26.6 MBytes 223 Mbits/sec 34 240 KBytes (omitted) +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 13] 1.00-2.00 sec 26.6 MBytes 223 Mbits/sec 44 269 KBytes (omitted) +[ 15] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 57 1.41 KBytes (omitted) +[ 17] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes (omitted) +[ 19] 1.00-2.00 sec 26.5 MBytes 222 Mbits/sec 57 249 KBytes (omitted) +[SUM] 1.00-2.00 sec 113 MBytes 946 Mbits/sec 243 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 0.00-1.00 sec 27.9 MBytes 234 Mbits/sec 74 260 KBytes +[ 9] 0.00-1.00 sec 27.8 MBytes 233 Mbits/sec 103 221 KBytes +[ 11] 0.00-1.00 sec 640 KBytes 5.24 Mbits/sec 137 5.66 KBytes +[ 13] 0.00-1.00 sec 27.4 MBytes 229 Mbits/sec 80 238 KBytes +[ 15] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 39 42.4 KBytes +[ 17] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 0.00-1.00 sec 27.9 MBytes 234 Mbits/sec 89 171 KBytes +[SUM] 0.00-1.00 sec 112 MBytes 935 Mbits/sec 523 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 1.00-2.00 sec 27.9 MBytes 234 Mbits/sec 139 229 KBytes +[ 9] 1.00-2.00 sec 27.8 MBytes 233 Mbits/sec 148 238 KBytes +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 108 1.41 KBytes +[ 13] 1.00-2.00 sec 29.0 MBytes 243 Mbits/sec 175 263 KBytes +[ 15] 1.00-2.00 sec 768 KBytes 6.29 Mbits/sec 126 1.41 KBytes +[ 17] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 1.00-2.00 sec 27.9 MBytes 234 Mbits/sec 140 173 KBytes +[SUM] 1.00-2.00 sec 113 MBytes 950 Mbits/sec 837 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 2.00-3.00 sec 27.1 MBytes 228 Mbits/sec 338 249 KBytes +[ 9] 2.00-3.00 sec 28.1 MBytes 236 Mbits/sec 300 243 KBytes +[ 11] 2.00-3.00 sec 3.38 MBytes 28.3 Mbits/sec 253 5.66 KBytes +[ 13] 2.00-3.00 sec 27.5 MBytes 231 Mbits/sec 327 260 KBytes +[ 15] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 2.00-3.00 sec 27.5 MBytes 231 Mbits/sec 364 263 KBytes +[SUM] 2.00-3.00 sec 114 MBytes 953 Mbits/sec 1584 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 3.00-4.00 sec 27.6 MBytes 232 Mbits/sec 530 232 KBytes +[ 9] 3.00-4.00 sec 26.8 MBytes 224 Mbits/sec 478 266 KBytes +[ 11] 3.00-4.00 sec 896 KBytes 7.34 Mbits/sec 471 1.41 KBytes +[ 13] 3.00-4.00 sec 26.6 MBytes 223 Mbits/sec 516 236 KBytes +[ 15] 3.00-4.00 sec 2.38 MBytes 19.9 Mbits/sec 368 1.41 KBytes +[ 17] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 3.00-4.00 sec 27.2 MBytes 229 Mbits/sec 550 255 KBytes +[SUM] 3.00-4.00 sec 112 MBytes 935 Mbits/sec 2913 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 4.00-5.00 sec 27.5 MBytes 231 Mbits/sec 395 226 KBytes +[ 9] 4.00-5.00 sec 27.6 MBytes 232 Mbits/sec 369 250 KBytes +[ 11] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 4.00-5.00 sec 28.4 MBytes 238 Mbits/sec 305 249 KBytes +[ 15] 4.00-5.00 sec 2.25 MBytes 18.9 Mbits/sec 398 5.66 KBytes +[ 17] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 4.00-5.00 sec 27.6 MBytes 232 Mbits/sec 399 252 KBytes +[SUM] 4.00-5.00 sec 113 MBytes 951 Mbits/sec 1868 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec 798 238 KBytes +[ 9] 5.00-6.00 sec 30.0 MBytes 252 Mbits/sec 812 216 KBytes +[ 11] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 5.00-6.00 sec 29.1 MBytes 244 Mbits/sec 831 263 KBytes +[ 15] 5.00-6.00 sec 6.00 MBytes 50.3 Mbits/sec 1248 5.66 KBytes +[ 17] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 5.00-6.00 sec 24.6 MBytes 207 Mbits/sec 802 277 KBytes +[SUM] 5.00-6.00 sec 114 MBytes 952 Mbits/sec 4492 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 6.00-7.00 sec 28.1 MBytes 236 Mbits/sec 239 226 KBytes +[ 9] 6.00-7.00 sec 28.4 MBytes 238 Mbits/sec 173 229 KBytes +[ 11] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec 186 245 KBytes +[ 15] 6.00-7.00 sec 1.50 MBytes 12.6 Mbits/sec 469 5.66 KBytes +[ 17] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 6.00-7.00 sec 28.0 MBytes 235 Mbits/sec 229 257 KBytes +[SUM] 6.00-7.00 sec 114 MBytes 955 Mbits/sec 1297 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 7.00-8.00 sec 27.5 MBytes 231 Mbits/sec 160 238 KBytes +[ 9] 7.00-8.00 sec 28.2 MBytes 237 Mbits/sec 52 232 KBytes +[ 11] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 7.00-8.00 sec 27.9 MBytes 234 Mbits/sec 72 229 KBytes +[ 15] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 60 5.66 KBytes +[ 17] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 7.00-8.00 sec 27.8 MBytes 233 Mbits/sec 189 252 KBytes +[SUM] 7.00-8.00 sec 111 MBytes 934 Mbits/sec 533 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec 246 211 KBytes +[ 9] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec 158 263 KBytes +[ 11] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec 222 246 KBytes +[ 15] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 109 8.48 KBytes +[ 17] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec 299 206 KBytes +[SUM] 8.00-9.00 sec 112 MBytes 943 Mbits/sec 1034 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 9.00-10.00 sec 27.6 MBytes 232 Mbits/sec 74 218 KBytes +[ 9] 9.00-10.00 sec 27.9 MBytes 234 Mbits/sec 134 269 KBytes +[ 11] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 9.00-10.00 sec 28.9 MBytes 242 Mbits/sec 79 235 KBytes +[ 15] 9.00-10.00 sec 1.25 MBytes 10.5 Mbits/sec 187 5.66 KBytes +[ 17] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 9.00-10.00 sec 27.6 MBytes 232 Mbits/sec 107 206 KBytes +[SUM] 9.00-10.00 sec 113 MBytes 950 Mbits/sec 582 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 10.00-11.00 sec 27.4 MBytes 230 Mbits/sec 305 277 KBytes +[ 9] 10.00-11.00 sec 26.6 MBytes 223 Mbits/sec 326 246 KBytes +[ 11] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 10.00-11.00 sec 28.0 MBytes 235 Mbits/sec 347 291 KBytes +[ 15] 10.00-11.00 sec 1.38 MBytes 11.5 Mbits/sec 439 286 KBytes +[ 17] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 10.00-11.00 sec 28.1 MBytes 236 Mbits/sec 295 198 KBytes +[SUM] 10.00-11.00 sec 112 MBytes 935 Mbits/sec 1713 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 11.00-12.00 sec 28.2 MBytes 237 Mbits/sec 582 252 KBytes +[ 9] 11.00-12.00 sec 27.9 MBytes 234 Mbits/sec 562 249 KBytes +[ 11] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 11.00-12.00 sec 26.2 MBytes 220 Mbits/sec 581 240 KBytes +[ 15] 11.00-12.00 sec 4.38 MBytes 36.7 Mbits/sec 466 5.66 KBytes +[ 17] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 11.00-12.00 sec 26.5 MBytes 222 Mbits/sec 602 204 KBytes +[SUM] 11.00-12.00 sec 113 MBytes 950 Mbits/sec 2793 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 12.00-13.00 sec 27.5 MBytes 231 Mbits/sec 232 252 KBytes +[ 9] 12.00-13.00 sec 28.0 MBytes 235 Mbits/sec 191 260 KBytes +[ 11] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 12.00-13.00 sec 28.6 MBytes 240 Mbits/sec 270 252 KBytes +[ 15] 12.00-13.00 sec 1.25 MBytes 10.5 Mbits/sec 350 1.41 KBytes +[ 17] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 12.00-13.00 sec 28.4 MBytes 238 Mbits/sec 244 218 KBytes +[SUM] 12.00-13.00 sec 114 MBytes 954 Mbits/sec 1287 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 13.00-14.00 sec 27.6 MBytes 232 Mbits/sec 183 160 KBytes +[ 9] 13.00-14.00 sec 27.6 MBytes 232 Mbits/sec 94 272 KBytes +[ 11] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 13.00-14.00 sec 27.2 MBytes 229 Mbits/sec 174 283 KBytes +[ 15] 13.00-14.00 sec 1.38 MBytes 11.5 Mbits/sec 310 1.41 KBytes +[ 17] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 13.00-14.00 sec 27.8 MBytes 233 Mbits/sec 156 195 KBytes +[SUM] 13.00-14.00 sec 112 MBytes 936 Mbits/sec 918 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 14.00-15.00 sec 32.5 MBytes 273 Mbits/sec 972 325 KBytes +[ 9] 14.00-15.00 sec 32.2 MBytes 271 Mbits/sec 1148 307 KBytes +[ 11] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 14.00-15.00 sec 33.0 MBytes 277 Mbits/sec 829 288 KBytes +[ 15] 14.00-15.00 sec 4.62 MBytes 38.8 Mbits/sec 1184 102 KBytes +[ 17] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 14.00-15.00 sec 7.38 MBytes 61.9 Mbits/sec 699 1.41 KBytes +[SUM] 14.00-15.00 sec 110 MBytes 921 Mbits/sec 4832 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 15.00-16.00 sec 30.4 MBytes 255 Mbits/sec 451 208 KBytes +[ 9] 15.00-16.00 sec 29.8 MBytes 250 Mbits/sec 549 148 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 15.00-16.00 sec 22.6 MBytes 190 Mbits/sec 572 475 KBytes +[ 15] 15.00-16.00 sec 2.75 MBytes 23.1 Mbits/sec 235 1.41 KBytes +[ 17] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 15.00-16.00 sec 29.9 MBytes 251 Mbits/sec 135 195 KBytes +[SUM] 15.00-16.00 sec 115 MBytes 968 Mbits/sec 1942 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 16.00-17.00 sec 22.8 MBytes 191 Mbits/sec 1845 137 KBytes +[ 9] 16.00-17.00 sec 24.9 MBytes 209 Mbits/sec 2041 212 KBytes +[ 11] 16.00-17.00 sec 15.8 MBytes 132 Mbits/sec 4746 163 KBytes +[ 13] 16.00-17.00 sec 19.9 MBytes 167 Mbits/sec 1431 208 KBytes +[ 15] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 16 5.66 KBytes +[ 17] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 16.00-17.00 sec 29.6 MBytes 249 Mbits/sec 2422 226 KBytes +[SUM] 16.00-17.00 sec 113 MBytes 947 Mbits/sec 12501 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 17.00-18.00 sec 27.0 MBytes 226 Mbits/sec 1567 212 KBytes +[ 9] 17.00-18.00 sec 18.0 MBytes 151 Mbits/sec 779 229 KBytes +[ 11] 17.00-18.00 sec 12.0 MBytes 101 Mbits/sec 2215 1.41 KBytes +[ 13] 17.00-18.00 sec 25.0 MBytes 210 Mbits/sec 1203 223 KBytes +[ 15] 17.00-18.00 sec 6.00 MBytes 50.3 Mbits/sec 1441 8.48 KBytes +[ 17] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 17.00-18.00 sec 23.4 MBytes 196 Mbits/sec 1244 188 KBytes +[SUM] 17.00-18.00 sec 111 MBytes 934 Mbits/sec 8449 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 18.00-19.00 sec 29.8 MBytes 250 Mbits/sec 186 221 KBytes +[ 9] 18.00-19.00 sec 29.1 MBytes 244 Mbits/sec 187 246 KBytes +[ 11] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 18.00-19.00 sec 29.2 MBytes 245 Mbits/sec 227 252 KBytes +[ 15] 18.00-19.00 sec 1.62 MBytes 13.6 Mbits/sec 408 5.66 KBytes +[ 17] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 18.00-19.00 sec 22.6 MBytes 190 Mbits/sec 58 407 KBytes +[SUM] 18.00-19.00 sec 112 MBytes 943 Mbits/sec 1067 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 19.00-20.00 sec 26.2 MBytes 220 Mbits/sec 239 249 KBytes +[ 9] 19.00-20.00 sec 28.4 MBytes 238 Mbits/sec 237 167 KBytes +[ 11] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 19.00-20.00 sec 27.5 MBytes 231 Mbits/sec 275 191 KBytes +[ 15] 19.00-20.00 sec 1.38 MBytes 11.5 Mbits/sec 331 42.4 KBytes +[ 17] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 19.00-20.00 sec 27.8 MBytes 233 Mbits/sec 214 185 KBytes +[SUM] 19.00-20.00 sec 111 MBytes 933 Mbits/sec 1297 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 20.00-21.00 sec 26.6 MBytes 223 Mbits/sec 485 164 KBytes +[ 9] 20.00-21.00 sec 27.8 MBytes 233 Mbits/sec 746 359 KBytes +[ 11] 20.00-21.00 sec 3.25 MBytes 27.3 Mbits/sec 735 124 KBytes +[ 13] 20.00-21.00 sec 25.6 MBytes 215 Mbits/sec 178 167 KBytes +[ 15] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 82 15.6 KBytes +[ 17] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 20.00-21.00 sec 25.0 MBytes 210 Mbits/sec 178 218 KBytes +[SUM] 20.00-21.00 sec 108 MBytes 908 Mbits/sec 2404 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 21.00-22.00 sec 27.4 MBytes 230 Mbits/sec 527 303 KBytes +[ 9] 21.00-22.00 sec 29.1 MBytes 244 Mbits/sec 325 170 KBytes +[ 11] 21.00-22.00 sec 1.38 MBytes 11.5 Mbits/sec 317 141 KBytes +[ 13] 21.00-22.00 sec 28.1 MBytes 236 Mbits/sec 796 348 KBytes +[ 15] 21.00-22.00 sec 1.38 MBytes 11.5 Mbits/sec 65 79.2 KBytes +[ 17] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 21.00-22.00 sec 25.4 MBytes 213 Mbits/sec 714 260 KBytes +[SUM] 21.00-22.00 sec 113 MBytes 946 Mbits/sec 2744 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 22.00-23.00 sec 24.5 MBytes 206 Mbits/sec 1974 204 KBytes +[ 9] 22.00-23.00 sec 24.1 MBytes 202 Mbits/sec 1861 232 KBytes +[ 11] 22.00-23.00 sec 6.25 MBytes 52.4 Mbits/sec 1756 5.66 KBytes +[ 13] 22.00-23.00 sec 29.1 MBytes 244 Mbits/sec 2473 232 KBytes +[ 15] 22.00-23.00 sec 5.88 MBytes 49.3 Mbits/sec 1074 320 KBytes +[ 17] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 22.00-23.00 sec 27.4 MBytes 230 Mbits/sec 2277 291 KBytes +[SUM] 22.00-23.00 sec 117 MBytes 984 Mbits/sec 11415 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 23.00-24.00 sec 23.2 MBytes 195 Mbits/sec 821 215 KBytes +[ 9] 23.00-24.00 sec 20.8 MBytes 174 Mbits/sec 595 218 KBytes +[ 11] 23.00-24.00 sec 4.50 MBytes 37.7 Mbits/sec 1455 5.66 KBytes +[ 13] 23.00-24.00 sec 29.2 MBytes 245 Mbits/sec 844 232 KBytes +[ 15] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 8 5.66 KBytes +[ 17] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 23.00-24.00 sec 32.0 MBytes 268 Mbits/sec 1015 243 KBytes +[SUM] 23.00-24.00 sec 110 MBytes 921 Mbits/sec 4738 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 24.00-25.00 sec 27.9 MBytes 234 Mbits/sec 117 226 KBytes +[ 9] 24.00-25.00 sec 28.4 MBytes 238 Mbits/sec 140 192 KBytes +[ 11] 24.00-25.00 sec 1.38 MBytes 11.5 Mbits/sec 349 5.66 KBytes +[ 13] 24.00-25.00 sec 29.1 MBytes 244 Mbits/sec 94 201 KBytes +[ 15] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 9 5.66 KBytes +[ 17] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 7 1.41 KBytes +[ 19] 24.00-25.00 sec 28.9 MBytes 242 Mbits/sec 162 240 KBytes +[SUM] 24.00-25.00 sec 116 MBytes 970 Mbits/sec 878 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 25.00-26.00 sec 27.5 MBytes 231 Mbits/sec 306 221 KBytes +[ 9] 25.00-26.00 sec 27.8 MBytes 233 Mbits/sec 299 215 KBytes +[ 11] 25.00-26.00 sec 1.50 MBytes 12.6 Mbits/sec 406 48.1 KBytes +[ 13] 25.00-26.00 sec 26.5 MBytes 222 Mbits/sec 349 252 KBytes +[ 15] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 2 5.66 KBytes +[ 17] 25.00-26.00 sec 512 KBytes 4.19 Mbits/sec 23 1.41 KBytes +[ 19] 25.00-26.00 sec 27.9 MBytes 234 Mbits/sec 217 260 KBytes +[SUM] 25.00-26.00 sec 112 MBytes 936 Mbits/sec 1602 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 26.00-27.00 sec 27.5 MBytes 231 Mbits/sec 267 201 KBytes +[ 9] 26.00-27.00 sec 26.9 MBytes 225 Mbits/sec 181 226 KBytes +[ 11] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 78 25.5 KBytes +[ 13] 26.00-27.00 sec 27.9 MBytes 234 Mbits/sec 238 243 KBytes +[ 15] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 1 5.66 KBytes +[ 17] 26.00-27.00 sec 1.25 MBytes 10.5 Mbits/sec 69 113 KBytes +[ 19] 26.00-27.00 sec 27.2 MBytes 229 Mbits/sec 224 246 KBytes +[SUM] 26.00-27.00 sec 111 MBytes 929 Mbits/sec 1059 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 27.00-28.00 sec 23.4 MBytes 196 Mbits/sec 201 249 KBytes +[ 9] 27.00-28.00 sec 22.4 MBytes 188 Mbits/sec 211 124 KBytes +[ 11] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 13 5.66 KBytes +[ 13] 27.00-28.00 sec 22.8 MBytes 191 Mbits/sec 183 192 KBytes +[ 15] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 2 4.24 KBytes +[ 17] 27.00-28.00 sec 1.25 MBytes 10.5 Mbits/sec 579 204 KBytes +[ 19] 27.00-28.00 sec 41.6 MBytes 349 Mbits/sec 439 171 KBytes +[SUM] 27.00-28.00 sec 111 MBytes 934 Mbits/sec 1628 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 28.00-29.00 sec 27.1 MBytes 228 Mbits/sec 319 291 KBytes +[ 9] 28.00-29.00 sec 27.1 MBytes 228 Mbits/sec 249 317 KBytes +[ 11] 28.00-29.00 sec 1.38 MBytes 11.5 Mbits/sec 86 28.3 KBytes +[ 13] 28.00-29.00 sec 27.9 MBytes 234 Mbits/sec 318 288 KBytes +[ 15] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 0 4.24 KBytes +[ 17] 28.00-29.00 sec 1.62 MBytes 13.6 Mbits/sec 389 1.41 KBytes +[ 19] 28.00-29.00 sec 28.8 MBytes 241 Mbits/sec 405 230 KBytes +[SUM] 28.00-29.00 sec 114 MBytes 955 Mbits/sec 1766 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 29.00-30.00 sec 28.0 MBytes 235 Mbits/sec 100 240 KBytes +[ 9] 29.00-30.00 sec 28.0 MBytes 235 Mbits/sec 109 331 KBytes +[ 11] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 161 1.41 KBytes +[ 13] 29.00-30.00 sec 28.4 MBytes 238 Mbits/sec 86 286 KBytes +[ 15] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 7 8.48 KBytes +[ 17] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 2 5.66 KBytes +[ 19] 29.00-30.00 sec 27.0 MBytes 227 Mbits/sec 97 209 KBytes +[SUM] 29.00-30.00 sec 111 MBytes 934 Mbits/sec 562 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 0.00 Bytes 0.00 bits/sec 5 sender +[ 5] 0.00-30.00 sec 0.00 Bytes 0.00 bits/sec receiver +[ 7] 0.00-30.00 sec 810 MBytes 227 Mbits/sec 14672 sender +[ 7] 0.00-30.00 sec 810 MBytes 226 Mbits/sec receiver +[ 9] 0.00-30.00 sec 810 MBytes 226 Mbits/sec 13557 sender +[ 9] 0.00-30.00 sec 809 MBytes 226 Mbits/sec receiver +[ 11] 0.00-30.00 sec 52.2 MBytes 14.6 Mbits/sec 13291 sender +[ 11] 0.00-30.00 sec 49.1 MBytes 13.7 Mbits/sec receiver +[ 13] 0.00-30.00 sec 828 MBytes 231 Mbits/sec 14261 sender +[ 13] 0.00-30.00 sec 826 MBytes 231 Mbits/sec receiver +[ 15] 0.00-30.00 sec 46.2 MBytes 12.9 Mbits/sec 9435 sender +[ 15] 0.00-30.00 sec 43.6 MBytes 12.2 Mbits/sec receiver +[ 17] 0.00-30.00 sec 4.62 MBytes 1.29 Mbits/sec 1072 sender +[ 17] 0.00-30.00 sec 2.88 MBytes 804 Kbits/sec receiver +[ 19] 0.00-30.00 sec 823 MBytes 230 Mbits/sec 14965 sender +[ 19] 0.00-30.00 sec 822 MBytes 230 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.29 GBytes 943 Mbits/sec 81258 sender +[SUM] 0.00-30.00 sec 3.28 GBytes 940 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/02-tsys7-to-tsys4-tcp-reverse.log b/returned-logs/iperf/02-tsys7-to-tsys4-tcp-reverse.log new file mode 100644 index 0000000..65b0af9 --- /dev/null +++ b/returned-logs/iperf/02-tsys7-to-tsys4-tcp-reverse.log @@ -0,0 +1,360 @@ +=== iperf3: TCP 8-stream reverse (tsys4 USB→tsys7) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys4 (10.100.100.4) +Direction: reverse +Date: 2026-07-26T21:05:42Z + +Connecting to host 10.100.100.4, port 5201 +Reverse mode, remote host 10.100.100.4 is sending +[ 5] local 10.100.100.7 port 46995 connected to 10.100.100.4 port 5201 +[ 7] local 10.100.100.7 port 59277 connected to 10.100.100.4 port 5201 +[ 9] local 10.100.100.7 port 40149 connected to 10.100.100.4 port 5201 +[ 11] local 10.100.100.7 port 60239 connected to 10.100.100.4 port 5201 +[ 13] local 10.100.100.7 port 60841 connected to 10.100.100.4 port 5201 +[ 15] local 10.100.100.7 port 47385 connected to 10.100.100.4 port 5201 +[ 17] local 10.100.100.7 port 36453 connected to 10.100.100.4 port 5201 +[ 19] local 10.100.100.7 port 35755 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate +[ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec (omitted) +[ 7] 0.00-1.00 sec 12.8 MBytes 107 Mbits/sec (omitted) +[ 9] 0.00-1.00 sec 13.0 MBytes 109 Mbits/sec (omitted) +[ 11] 0.00-1.00 sec 13.0 MBytes 109 Mbits/sec (omitted) +[ 13] 0.00-1.00 sec 13.9 MBytes 116 Mbits/sec (omitted) +[ 15] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec (omitted) +[ 17] 0.00-1.00 sec 15.1 MBytes 127 Mbits/sec (omitted) +[ 19] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec (omitted) +[SUM] 0.00-1.00 sec 110 MBytes 923 Mbits/sec (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 12.2 MBytes 103 Mbits/sec (omitted) +[ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec (omitted) +[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec (omitted) +[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec (omitted) +[ 13] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec (omitted) +[ 15] 1.00-2.00 sec 14.9 MBytes 125 Mbits/sec (omitted) +[ 17] 1.00-2.00 sec 15.4 MBytes 129 Mbits/sec (omitted) +[ 19] 1.00-2.00 sec 15.8 MBytes 132 Mbits/sec (omitted) +[SUM] 1.00-2.00 sec 112 MBytes 935 Mbits/sec (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec +[ 7] 0.00-1.00 sec 13.2 MBytes 111 Mbits/sec +[ 9] 0.00-1.00 sec 13.0 MBytes 109 Mbits/sec +[ 11] 0.00-1.00 sec 13.4 MBytes 112 Mbits/sec +[ 13] 0.00-1.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec +[ 17] 0.00-1.00 sec 15.6 MBytes 131 Mbits/sec +[ 19] 0.00-1.00 sec 16.0 MBytes 134 Mbits/sec +[SUM] 0.00-1.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 12.1 MBytes 102 Mbits/sec +[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec +[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec +[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec +[ 13] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 1.00-2.00 sec 14.9 MBytes 125 Mbits/sec +[ 17] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec +[ 19] 1.00-2.00 sec 16.0 MBytes 134 Mbits/sec +[SUM] 1.00-2.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 12.0 MBytes 101 Mbits/sec +[ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec +[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec +[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec +[ 13] 2.00-3.00 sec 14.2 MBytes 120 Mbits/sec +[ 15] 2.00-3.00 sec 14.9 MBytes 125 Mbits/sec +[ 17] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec +[ 19] 2.00-3.00 sec 16.0 MBytes 134 Mbits/sec +[SUM] 2.00-3.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 12.1 MBytes 102 Mbits/sec +[ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec +[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec +[ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec +[ 13] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 3.00-4.00 sec 15.0 MBytes 126 Mbits/sec +[ 17] 3.00-4.00 sec 15.8 MBytes 132 Mbits/sec +[ 19] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec +[SUM] 3.00-4.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 11.9 MBytes 99.6 Mbits/sec +[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec +[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec +[ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec +[ 13] 4.00-5.00 sec 14.2 MBytes 120 Mbits/sec +[ 15] 4.00-5.00 sec 15.0 MBytes 126 Mbits/sec +[ 17] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec +[ 19] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec +[SUM] 4.00-5.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 12.0 MBytes 101 Mbits/sec +[ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec +[ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec +[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec +[ 13] 5.00-6.00 sec 14.2 MBytes 120 Mbits/sec +[ 15] 5.00-6.00 sec 14.9 MBytes 125 Mbits/sec +[ 17] 5.00-6.00 sec 15.8 MBytes 132 Mbits/sec +[ 19] 5.00-6.00 sec 16.0 MBytes 134 Mbits/sec +[SUM] 5.00-6.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 12.0 MBytes 101 Mbits/sec +[ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec +[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec +[ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec +[ 13] 6.00-7.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 6.00-7.00 sec 15.0 MBytes 126 Mbits/sec +[ 17] 6.00-7.00 sec 15.6 MBytes 131 Mbits/sec +[ 19] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec +[SUM] 6.00-7.00 sec 112 MBytes 944 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 12.0 MBytes 101 Mbits/sec +[ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec +[ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec +[ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec +[ 13] 7.00-8.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 7.00-8.00 sec 14.9 MBytes 125 Mbits/sec +[ 17] 7.00-8.00 sec 15.6 MBytes 131 Mbits/sec +[ 19] 7.00-8.00 sec 16.0 MBytes 134 Mbits/sec +[SUM] 7.00-8.00 sec 112 MBytes 938 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec +[ 7] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec +[ 11] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 8.00-9.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec +[ 17] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec +[SUM] 8.00-9.00 sec 112 MBytes 938 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 9.00-10.00 sec 14.6 MBytes 123 Mbits/sec +[ 11] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 9.00-10.00 sec 14.4 MBytes 120 Mbits/sec +[ 19] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 9.00-10.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 10.00-11.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 10.00-11.00 sec 14.2 MBytes 120 Mbits/sec +[ 11] 10.00-11.00 sec 14.2 MBytes 120 Mbits/sec +[ 13] 10.00-11.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 10.00-11.00 sec 14.0 MBytes 118 Mbits/sec +[ 17] 10.00-11.00 sec 14.0 MBytes 118 Mbits/sec +[ 19] 10.00-11.00 sec 14.0 MBytes 118 Mbits/sec +[SUM] 10.00-11.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 11.00-12.00 sec 13.8 MBytes 115 Mbits/sec +[ 9] 11.00-12.00 sec 14.0 MBytes 117 Mbits/sec +[ 11] 11.00-12.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 11.00-12.00 sec 14.2 MBytes 120 Mbits/sec +[ 15] 11.00-12.00 sec 14.1 MBytes 118 Mbits/sec +[ 17] 11.00-12.00 sec 14.5 MBytes 122 Mbits/sec +[ 19] 11.00-12.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 11.00-12.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 12.00-13.00 sec 14.4 MBytes 120 Mbits/sec +[ 11] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 12.00-13.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 12.00-13.00 sec 14.2 MBytes 119 Mbits/sec +[ 17] 12.00-13.00 sec 14.2 MBytes 119 Mbits/sec +[ 19] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 12.00-13.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 13.5 MBytes 113 Mbits/sec +[ 7] 13.00-14.00 sec 13.8 MBytes 115 Mbits/sec +[ 9] 13.00-14.00 sec 14.0 MBytes 118 Mbits/sec +[ 11] 13.00-14.00 sec 14.0 MBytes 118 Mbits/sec +[ 13] 13.00-14.00 sec 14.2 MBytes 120 Mbits/sec +[ 15] 13.00-14.00 sec 14.0 MBytes 118 Mbits/sec +[ 17] 13.00-14.00 sec 14.4 MBytes 121 Mbits/sec +[ 19] 13.00-14.00 sec 14.0 MBytes 118 Mbits/sec +[SUM] 13.00-14.00 sec 112 MBytes 939 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 14.0 MBytes 117 Mbits/sec +[ 7] 14.00-15.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 14.00-15.00 sec 14.2 MBytes 120 Mbits/sec +[ 11] 14.00-15.00 sec 13.8 MBytes 115 Mbits/sec +[ 13] 14.00-15.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 14.00-15.00 sec 14.1 MBytes 118 Mbits/sec +[ 17] 14.00-15.00 sec 14.4 MBytes 121 Mbits/sec +[ 19] 14.00-15.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 14.00-15.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 14.1 MBytes 118 Mbits/sec +[ 7] 15.00-16.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 15.00-16.00 sec 14.6 MBytes 123 Mbits/sec +[ 11] 15.00-16.00 sec 14.1 MBytes 118 Mbits/sec +[ 13] 15.00-16.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 15.00-16.00 sec 14.1 MBytes 118 Mbits/sec +[ 17] 15.00-16.00 sec 13.9 MBytes 116 Mbits/sec +[ 19] 15.00-16.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 15.00-16.00 sec 112 MBytes 944 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 14.0 MBytes 117 Mbits/sec +[ 7] 16.00-17.00 sec 13.8 MBytes 115 Mbits/sec +[ 9] 16.00-17.00 sec 13.9 MBytes 116 Mbits/sec +[ 11] 16.00-17.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 16.00-17.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 16.00-17.00 sec 14.2 MBytes 120 Mbits/sec +[ 17] 16.00-17.00 sec 14.2 MBytes 120 Mbits/sec +[ 19] 16.00-17.00 sec 14.1 MBytes 118 Mbits/sec +[SUM] 16.00-17.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec +[ 7] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 17.00-18.00 sec 14.2 MBytes 120 Mbits/sec +[ 11] 17.00-18.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 17.00-18.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 17.00-18.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 17.00-18.00 sec 14.4 MBytes 121 Mbits/sec +[ 19] 17.00-18.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 17.00-18.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec +[ 7] 18.00-19.00 sec 14.4 MBytes 121 Mbits/sec +[ 9] 18.00-19.00 sec 14.1 MBytes 118 Mbits/sec +[ 11] 18.00-19.00 sec 14.1 MBytes 118 Mbits/sec +[ 13] 18.00-19.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 18.00-19.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 18.00-19.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 18.00-19.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 13.5 MBytes 113 Mbits/sec +[ 7] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec +[ 11] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec +[ 13] 19.00-20.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec +[SUM] 19.00-20.00 sec 110 MBytes 926 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 20.00-21.00 sec 13.6 MBytes 114 Mbits/sec +[ 9] 20.00-21.00 sec 13.9 MBytes 116 Mbits/sec +[ 11] 20.00-21.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 20.00-21.00 sec 13.4 MBytes 112 Mbits/sec +[ 15] 20.00-21.00 sec 13.5 MBytes 113 Mbits/sec +[ 17] 20.00-21.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 20.00-21.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 20.00-21.00 sec 110 MBytes 920 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 13.2 MBytes 111 Mbits/sec +[ 7] 21.00-22.00 sec 14.2 MBytes 119 Mbits/sec +[ 9] 21.00-22.00 sec 13.9 MBytes 116 Mbits/sec +[ 11] 21.00-22.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 21.00-22.00 sec 13.1 MBytes 110 Mbits/sec +[ 15] 21.00-22.00 sec 13.4 MBytes 112 Mbits/sec +[ 17] 21.00-22.00 sec 13.9 MBytes 116 Mbits/sec +[ 19] 21.00-22.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 21.00-22.00 sec 110 MBytes 918 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 13.5 MBytes 113 Mbits/sec +[ 7] 22.00-23.00 sec 14.0 MBytes 118 Mbits/sec +[ 9] 22.00-23.00 sec 14.2 MBytes 120 Mbits/sec +[ 11] 22.00-23.00 sec 13.6 MBytes 114 Mbits/sec +[ 13] 22.00-23.00 sec 13.4 MBytes 112 Mbits/sec +[ 15] 22.00-23.00 sec 13.5 MBytes 113 Mbits/sec +[ 17] 22.00-23.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 22.00-23.00 sec 13.5 MBytes 113 Mbits/sec +[SUM] 22.00-23.00 sec 110 MBytes 919 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 13.1 MBytes 110 Mbits/sec +[ 7] 23.00-24.00 sec 13.4 MBytes 112 Mbits/sec +[ 9] 23.00-24.00 sec 13.9 MBytes 116 Mbits/sec +[ 11] 23.00-24.00 sec 13.6 MBytes 114 Mbits/sec +[ 13] 23.00-24.00 sec 13.2 MBytes 111 Mbits/sec +[ 15] 23.00-24.00 sec 13.4 MBytes 112 Mbits/sec +[ 17] 23.00-24.00 sec 13.5 MBytes 113 Mbits/sec +[ 19] 23.00-24.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 23.00-24.00 sec 108 MBytes 904 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 13.4 MBytes 112 Mbits/sec +[ 7] 24.00-25.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 24.00-25.00 sec 13.9 MBytes 116 Mbits/sec +[ 11] 24.00-25.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 24.00-25.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 24.00-25.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 24.00-25.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 24.00-25.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 24.00-25.00 sec 111 MBytes 929 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 13.6 MBytes 114 Mbits/sec +[ 7] 25.00-26.00 sec 14.2 MBytes 120 Mbits/sec +[ 9] 25.00-26.00 sec 14.0 MBytes 117 Mbits/sec +[ 11] 25.00-26.00 sec 14.1 MBytes 118 Mbits/sec +[ 13] 25.00-26.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 25.00-26.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 25.00-26.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 25.00-26.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 25.00-26.00 sec 111 MBytes 930 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 26.00-27.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 26.00-27.00 sec 14.2 MBytes 119 Mbits/sec +[ 11] 26.00-27.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 26.00-27.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 26.00-27.00 sec 13.5 MBytes 113 Mbits/sec +[ 17] 26.00-27.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 26.00-27.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 26.00-27.00 sec 110 MBytes 926 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 13.5 MBytes 113 Mbits/sec +[ 7] 27.00-28.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 27.00-28.00 sec 14.0 MBytes 118 Mbits/sec +[ 11] 27.00-28.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 27.00-28.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 27.00-28.00 sec 13.5 MBytes 113 Mbits/sec +[ 17] 27.00-28.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 27.00-28.00 sec 13.8 MBytes 115 Mbits/sec +[SUM] 27.00-28.00 sec 110 MBytes 923 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 28.00-29.00 sec 13.4 MBytes 112 Mbits/sec +[ 9] 28.00-29.00 sec 13.6 MBytes 114 Mbits/sec +[ 11] 28.00-29.00 sec 13.6 MBytes 114 Mbits/sec +[ 13] 28.00-29.00 sec 13.4 MBytes 112 Mbits/sec +[ 15] 28.00-29.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 28.00-29.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 28.00-29.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 28.00-29.00 sec 109 MBytes 914 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 13.6 MBytes 114 Mbits/sec +[ 7] 29.00-30.00 sec 13.9 MBytes 117 Mbits/sec +[ 9] 29.00-30.00 sec 13.8 MBytes 116 Mbits/sec +[ 11] 29.00-30.00 sec 14.1 MBytes 119 Mbits/sec +[ 13] 29.00-30.00 sec 13.8 MBytes 116 Mbits/sec +[ 15] 29.00-30.00 sec 13.8 MBytes 116 Mbits/sec +[ 17] 29.00-30.00 sec 13.8 MBytes 116 Mbits/sec +[ 19] 29.00-30.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 29.00-30.00 sec 110 MBytes 926 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 398 MBytes 111 Mbits/sec 0 sender +[ 5] 0.00-30.00 sec 398 MBytes 111 Mbits/sec receiver +[ 7] 0.00-30.00 sec 410 MBytes 115 Mbits/sec 0 sender +[ 7] 0.00-30.00 sec 410 MBytes 115 Mbits/sec receiver +[ 9] 0.00-30.00 sec 415 MBytes 116 Mbits/sec 0 sender +[ 9] 0.00-30.00 sec 415 MBytes 116 Mbits/sec receiver +[ 11] 0.00-30.00 sec 414 MBytes 116 Mbits/sec 0 sender +[ 11] 0.00-30.00 sec 413 MBytes 116 Mbits/sec receiver +[ 13] 0.00-30.00 sec 414 MBytes 116 Mbits/sec 0 sender +[ 13] 0.00-30.00 sec 414 MBytes 116 Mbits/sec receiver +[ 15] 0.00-30.00 sec 424 MBytes 119 Mbits/sec 0 sender +[ 15] 0.00-30.00 sec 424 MBytes 118 Mbits/sec receiver +[ 17] 0.00-30.00 sec 434 MBytes 121 Mbits/sec 0 sender +[ 17] 0.00-30.00 sec 434 MBytes 121 Mbits/sec receiver +[ 19] 0.00-30.00 sec 432 MBytes 121 Mbits/sec 0 sender +[ 19] 0.00-30.00 sec 432 MBytes 121 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.26 GBytes 934 Mbits/sec 0 sender +[SUM] 0.00-30.00 sec 3.26 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/03-tsys7-to-tsys4-tcp-single.log b/returned-logs/iperf/03-tsys7-to-tsys4-tcp-single.log new file mode 100644 index 0000000..bb23528 --- /dev/null +++ b/returned-logs/iperf/03-tsys7-to-tsys4-tcp-single.log @@ -0,0 +1,39 @@ +=== iperf3: TCP single-stream forward (tsys7→tsys4 USB) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys4 (10.100.100.4) +Direction: single +Date: 2026-07-26T21:06:15Z + +Connecting to host 10.100.100.4, port 5201 +[ 5] local 10.100.100.7 port 54167 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 115 MBytes 963 Mbits/sec 184 543 KBytes (omitted) +[ 5] 1.00-2.00 sec 113 MBytes 947 Mbits/sec 70 311 KBytes (omitted) +[ 5] 0.00-1.00 sec 112 MBytes 943 Mbits/sec 19 537 KBytes +[ 5] 1.00-2.00 sec 111 MBytes 928 Mbits/sec 22 518 KBytes +[ 5] 2.00-3.00 sec 113 MBytes 945 Mbits/sec 31 403 KBytes +[ 5] 3.00-4.00 sec 112 MBytes 939 Mbits/sec 76 529 KBytes +[ 5] 4.00-5.00 sec 112 MBytes 943 Mbits/sec 69 523 KBytes +[ 5] 5.00-6.00 sec 113 MBytes 946 Mbits/sec 49 506 KBytes +[ 5] 6.00-7.00 sec 112 MBytes 943 Mbits/sec 18 515 KBytes +[ 5] 7.00-8.00 sec 112 MBytes 936 Mbits/sec 49 526 KBytes +[ 5] 8.00-9.00 sec 89.6 MBytes 752 Mbits/sec 203 305 KBytes +[ 5] 9.00-10.00 sec 113 MBytes 950 Mbits/sec 63 543 KBytes +[ 5] 10.00-11.00 sec 114 MBytes 953 Mbits/sec 58 662 KBytes +[ 5] 11.00-12.00 sec 111 MBytes 930 Mbits/sec 34 588 KBytes +[ 5] 12.00-13.00 sec 114 MBytes 956 Mbits/sec 28 585 KBytes +[ 5] 13.00-14.00 sec 111 MBytes 929 Mbits/sec 16 560 KBytes +[ 5] 14.00-15.00 sec 113 MBytes 951 Mbits/sec 7 537 KBytes +[ 5] 15.00-16.00 sec 111 MBytes 931 Mbits/sec 23 537 KBytes +[ 5] 16.00-17.00 sec 113 MBytes 949 Mbits/sec 286 585 KBytes +[ 5] 17.00-18.00 sec 111 MBytes 932 Mbits/sec 12 551 KBytes +[ 5] 18.00-19.00 sec 90.1 MBytes 756 Mbits/sec 107 543 KBytes +[ 5] 19.00-20.00 sec 111 MBytes 932 Mbits/sec 102 532 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 2.15 GBytes 922 Mbits/sec 1272 sender +[ 5] 0.00-20.00 sec 2.15 GBytes 922 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/04-tsys7-to-tsys4-udp.log b/returned-logs/iperf/04-tsys7-to-tsys4-udp.log new file mode 100644 index 0000000..4ea40da --- /dev/null +++ b/returned-logs/iperf/04-tsys7-to-tsys4-udp.log @@ -0,0 +1,28 @@ +=== iperf3: UDP saturation (tsys7→tsys4 USB) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys4 (10.100.100.4) +Direction: udp +Date: 2026-07-26T21:06:39Z + +warning: UDP block size 8972 exceeds TCP MSS 1448, may result in fragmentation / drops +Connecting to host 10.100.100.4, port 5201 +[ 5] local 10.100.100.7 port 48370 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate Total Datagrams +[ 5] 0.00-1.00 sec 239 MBytes 2.00 Gbits/sec 27893 +[ 5] 1.00-2.00 sec 238 MBytes 2.00 Gbits/sec 27864 +[ 5] 2.00-3.00 sec 238 MBytes 2.00 Gbits/sec 27865 +[ 5] 3.00-4.00 sec 238 MBytes 2.00 Gbits/sec 27865 +[ 5] 4.00-5.00 sec 238 MBytes 2.00 Gbits/sec 27864 +[ 5] 5.00-6.00 sec 238 MBytes 2.00 Gbits/sec 27864 +[ 5] 6.00-7.00 sec 238 MBytes 2.00 Gbits/sec 27866 +[ 5] 7.00-8.00 sec 238 MBytes 2.00 Gbits/sec 27863 +[ 5] 8.00-9.00 sec 238 MBytes 2.00 Gbits/sec 27864 +[ 5] 9.00-10.00 sec 238 MBytes 2.00 Gbits/sec 27848 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams +[ 5] 0.00-10.00 sec 2.33 GBytes 2.00 Gbits/sec 0.000 ms 0/278656 (0%) sender +[ 5] 0.00-10.21 sec 21.5 MBytes 17.6 Mbits/sec 0.066 ms 3332/5840 (57%) receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/05-tsys7-to-tsys5-tcp-forward.log b/returned-logs/iperf/05-tsys7-to-tsys5-tcp-forward.log new file mode 100644 index 0000000..4913dbc --- /dev/null +++ b/returned-logs/iperf/05-tsys7-to-tsys5-tcp-forward.log @@ -0,0 +1,359 @@ +=== iperf3: TCP 8-stream forward (tsys7→tsys5 PCI) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys5 (10.100.100.5) +Direction: forward +Date: 2026-07-26T21:06:50Z + +Connecting to host 10.100.100.5, port 5201 +[ 5] local 10.100.100.7 port 47975 connected to 10.100.100.5 port 5201 +[ 7] local 10.100.100.7 port 37419 connected to 10.100.100.5 port 5201 +[ 9] local 10.100.100.7 port 49951 connected to 10.100.100.5 port 5201 +[ 11] local 10.100.100.7 port 53387 connected to 10.100.100.5 port 5201 +[ 13] local 10.100.100.7 port 44475 connected to 10.100.100.5 port 5201 +[ 15] local 10.100.100.7 port 57351 connected to 10.100.100.5 port 5201 +[ 17] local 10.100.100.7 port 36369 connected to 10.100.100.5 port 5201 +[ 19] local 10.100.100.7 port 42135 connected to 10.100.100.5 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 45 12.7 KBytes (omitted) +[ 7] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 58 18.4 KBytes (omitted) +[ 9] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 45 17.0 KBytes (omitted) +[ 11] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 48 18.4 KBytes (omitted) +[ 13] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 40 19.8 KBytes (omitted) +[ 15] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 31 14.1 KBytes (omitted) +[ 17] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 36 15.6 KBytes (omitted) +[ 19] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 18 14.1 KBytes (omitted) +[SUM] 0.00-1.00 sec 1.62 MBytes 13.6 Mbits/sec 321 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 30 14.1 KBytes (omitted) +[ 7] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 29 9.90 KBytes (omitted) +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 36 12.7 KBytes (omitted) +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 37 9.90 KBytes (omitted) +[ 13] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 29 17.0 KBytes (omitted) +[ 15] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 18 14.1 KBytes (omitted) +[ 17] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 29 11.3 KBytes (omitted) +[ 19] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 32 19.8 KBytes (omitted) +[SUM] 1.00-2.00 sec 1.25 MBytes 10.5 Mbits/sec 240 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 20 11.3 KBytes +[ 7] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 23 17.0 KBytes +[ 9] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 20 9.90 KBytes +[ 11] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 19 21.2 KBytes +[ 13] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 15 19.8 KBytes +[ 15] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 17 17.0 KBytes +[ 17] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 13 14.1 KBytes +[ 19] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 23 12.7 KBytes +[SUM] 0.00-1.00 sec 1.38 MBytes 11.5 Mbits/sec 150 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 17 12.7 KBytes +[ 7] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 23 11.3 KBytes +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 25 17.0 KBytes +[ 11] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 22 12.7 KBytes +[ 13] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 20 19.8 KBytes +[ 15] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 19 15.6 KBytes +[ 17] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 8 15.6 KBytes +[ 19] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 12 9.90 KBytes +[SUM] 1.00-2.00 sec 1.00 MBytes 8.39 Mbits/sec 146 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 21 17.0 KBytes +[ 7] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 18 21.2 KBytes +[ 9] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 20 17.0 KBytes +[ 11] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 20 17.0 KBytes +[ 13] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 21 17.0 KBytes +[ 15] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 14 15.6 KBytes +[ 17] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 21 7.07 KBytes +[ 19] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 16 11.3 KBytes +[SUM] 2.00-3.00 sec 1.00 MBytes 8.38 Mbits/sec 151 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 25 17.0 KBytes +[ 7] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 34 17.0 KBytes +[ 9] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 23 17.0 KBytes +[ 11] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 30 14.1 KBytes +[ 13] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 27 12.7 KBytes +[ 15] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 25 12.7 KBytes +[ 17] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 13 11.3 KBytes +[ 19] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 22 11.3 KBytes +[SUM] 3.00-4.00 sec 1.25 MBytes 10.5 Mbits/sec 199 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 30 17.0 KBytes +[ 7] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 21 12.7 KBytes +[ 9] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 23 17.0 KBytes +[ 11] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 23 15.6 KBytes +[ 13] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 17 15.6 KBytes +[ 15] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 18 17.0 KBytes +[ 17] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 16 11.3 KBytes +[ 19] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 11 11.3 KBytes +[SUM] 4.00-5.00 sec 1.12 MBytes 9.44 Mbits/sec 159 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 25 17.0 KBytes +[ 7] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 38 9.90 KBytes +[ 9] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 23 14.1 KBytes +[ 11] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 22 17.0 KBytes +[ 13] 5.00-6.00 sec 384 KBytes 3.15 Mbits/sec 21 17.0 KBytes +[ 15] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 13 11.3 KBytes +[ 17] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 7 11.3 KBytes +[ 19] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 37 17.0 KBytes +[SUM] 5.00-6.00 sec 1.25 MBytes 10.5 Mbits/sec 186 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 20 9.90 KBytes +[ 7] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 26 17.0 KBytes +[ 9] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 22 8.48 KBytes +[ 11] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 16 19.8 KBytes +[ 13] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 16 17.0 KBytes +[ 15] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 17 11.3 KBytes +[ 17] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 14 5.66 KBytes +[ 19] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 27 15.6 KBytes +[SUM] 6.00-7.00 sec 1.25 MBytes 10.5 Mbits/sec 158 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 21 5.66 KBytes +[ 7] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 24 17.0 KBytes +[ 9] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 26 5.66 KBytes +[ 11] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 21 5.66 KBytes +[ 13] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 18 5.66 KBytes +[ 15] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 14 14.1 KBytes +[ 17] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 8 5.66 KBytes +[ 19] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 24 5.66 KBytes +[SUM] 7.00-8.00 sec 1.12 MBytes 9.44 Mbits/sec 156 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 31 31.1 KBytes +[ 7] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 47 33.9 KBytes +[ 9] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 15 28.3 KBytes +[ 11] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 20 12.7 KBytes +[ 13] 8.00-9.00 sec 384 KBytes 3.15 Mbits/sec 37 36.8 KBytes +[ 15] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 17 19.8 KBytes +[ 17] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 8 18.4 KBytes +[ 19] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 26 33.9 KBytes +[SUM] 8.00-9.00 sec 1.50 MBytes 12.6 Mbits/sec 201 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 384 KBytes 3.15 Mbits/sec 50 42.4 KBytes +[ 7] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 31 36.8 KBytes +[ 9] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 33 25.5 KBytes +[ 11] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 35 31.1 KBytes +[ 13] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 49 42.4 KBytes +[ 15] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 20 26.9 KBytes +[ 17] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 14 17.0 KBytes +[ 19] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 32 28.3 KBytes +[SUM] 9.00-10.00 sec 1.25 MBytes 10.5 Mbits/sec 264 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 73 36.8 KBytes +[ 7] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 27 31.1 KBytes +[ 9] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 32 28.3 KBytes +[ 11] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 48 11.3 KBytes +[ 13] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 52 42.4 KBytes +[ 15] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 38 31.1 KBytes +[ 17] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 10 17.0 KBytes +[ 19] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 47 28.3 KBytes +[SUM] 10.00-11.00 sec 1.38 MBytes 11.5 Mbits/sec 327 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 32 33.9 KBytes +[ 7] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 35 28.3 KBytes +[ 9] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 34 31.1 KBytes +[ 11] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 19 12.7 KBytes +[ 13] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 22 31.1 KBytes +[ 15] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 46 31.1 KBytes +[ 17] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 16 14.1 KBytes +[ 19] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 28 31.1 KBytes +[SUM] 11.00-12.00 sec 896 KBytes 7.34 Mbits/sec 232 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 46 36.8 KBytes +[ 7] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 49 31.1 KBytes +[ 9] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 24 25.5 KBytes +[ 11] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 28 17.0 KBytes +[ 13] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 33 31.1 KBytes +[ 15] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 18 31.1 KBytes +[ 17] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 21 17.0 KBytes +[ 19] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 10 31.1 KBytes +[SUM] 12.00-13.00 sec 768 KBytes 6.29 Mbits/sec 229 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 46 33.9 KBytes +[ 7] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 16 31.1 KBytes +[ 9] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 19 28.3 KBytes +[ 11] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 10 22.6 KBytes +[ 13] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 40 31.1 KBytes +[ 15] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 42 31.1 KBytes +[ 17] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 16 22.6 KBytes +[ 19] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 45 35.4 KBytes +[SUM] 13.00-14.00 sec 1.00 MBytes 8.39 Mbits/sec 234 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 29 33.9 KBytes +[ 7] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 54 31.1 KBytes +[ 9] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 35 28.3 KBytes +[ 11] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 33 22.6 KBytes +[ 13] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 42 28.3 KBytes +[ 15] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 40 31.1 KBytes +[ 17] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 33 31.1 KBytes +[ 19] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 43 36.8 KBytes +[SUM] 14.00-15.00 sec 1.62 MBytes 13.6 Mbits/sec 309 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 35 33.9 KBytes +[ 7] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 15 33.9 KBytes +[ 9] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 34 28.3 KBytes +[ 11] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 19 22.6 KBytes +[ 13] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 28 29.7 KBytes +[ 15] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 31 31.1 KBytes +[ 17] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 22 22.6 KBytes +[ 19] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 10 39.6 KBytes +[SUM] 15.00-16.00 sec 768 KBytes 6.29 Mbits/sec 194 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 16 36.8 KBytes +[ 7] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 73 31.1 KBytes +[ 9] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 22 28.3 KBytes +[ 11] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 15 19.8 KBytes +[ 13] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 51 31.1 KBytes +[ 15] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 39 31.1 KBytes +[ 17] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 10 22.6 KBytes +[ 19] 16.00-17.00 sec 384 KBytes 3.15 Mbits/sec 58 28.3 KBytes +[SUM] 16.00-17.00 sec 1.25 MBytes 10.5 Mbits/sec 284 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 384 KBytes 3.15 Mbits/sec 71 33.9 KBytes +[ 7] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 29 31.1 KBytes +[ 9] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 15 28.3 KBytes +[ 11] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 26 24.0 KBytes +[ 13] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 33 39.6 KBytes +[ 15] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 32 33.9 KBytes +[ 17] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 18 19.8 KBytes +[ 19] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 43 28.3 KBytes +[SUM] 17.00-18.00 sec 1.00 MBytes 8.39 Mbits/sec 267 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 59 24.0 KBytes +[ 7] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 52 21.2 KBytes +[ 9] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 56 26.9 KBytes +[ 11] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 27 33.9 KBytes +[ 13] 18.00-19.00 sec 512 KBytes 4.19 Mbits/sec 81 59.4 KBytes +[ 15] 18.00-19.00 sec 384 KBytes 3.15 Mbits/sec 37 48.1 KBytes +[ 17] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 22 11.3 KBytes +[ 19] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 30 31.1 KBytes +[SUM] 18.00-19.00 sec 1.62 MBytes 13.6 Mbits/sec 364 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 51 33.9 KBytes +[ 7] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 60 31.1 KBytes +[ 9] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 44 28.3 KBytes +[ 11] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 24 31.1 KBytes +[ 13] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 67 36.8 KBytes +[ 15] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 40 45.2 KBytes +[ 17] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 24 19.8 KBytes +[ 19] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec 25 9.90 KBytes +[SUM] 19.00-20.00 sec 640 KBytes 5.24 Mbits/sec 335 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 17 33.9 KBytes +[ 7] 20.00-21.00 sec 256 KBytes 2.10 Mbits/sec 26 33.9 KBytes +[ 9] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec 13 33.9 KBytes +[ 11] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec 31 31.1 KBytes +[ 13] 20.00-21.00 sec 256 KBytes 2.10 Mbits/sec 24 39.6 KBytes +[ 15] 20.00-21.00 sec 256 KBytes 2.10 Mbits/sec 45 42.4 KBytes +[ 17] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec 10 17.0 KBytes +[ 19] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 54 33.9 KBytes +[SUM] 20.00-21.00 sec 1.12 MBytes 9.44 Mbits/sec 220 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec 57 38.2 KBytes +[ 7] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 29 31.1 KBytes +[ 9] 21.00-22.00 sec 256 KBytes 2.10 Mbits/sec 27 33.9 KBytes +[ 11] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec 17 28.3 KBytes +[ 13] 21.00-22.00 sec 256 KBytes 2.10 Mbits/sec 93 39.6 KBytes +[ 15] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 40 22.6 KBytes +[ 17] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec 12 18.4 KBytes +[ 19] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec 12 36.8 KBytes +[SUM] 21.00-22.00 sec 1.00 MBytes 8.39 Mbits/sec 287 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 256 KBytes 2.10 Mbits/sec 46 33.9 KBytes +[ 7] 22.00-23.00 sec 256 KBytes 2.10 Mbits/sec 88 33.9 KBytes +[ 9] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec 30 31.1 KBytes +[ 11] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 32 28.3 KBytes +[ 13] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec 63 39.6 KBytes +[ 15] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec 26 21.2 KBytes +[ 17] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 26 22.6 KBytes +[ 19] 22.00-23.00 sec 256 KBytes 2.10 Mbits/sec 90 31.1 KBytes +[SUM] 22.00-23.00 sec 1.12 MBytes 9.44 Mbits/sec 401 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec 49 35.4 KBytes +[ 7] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec 20 26.9 KBytes +[ 9] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec 28 31.1 KBytes +[ 11] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec 48 28.3 KBytes +[ 13] 23.00-24.00 sec 256 KBytes 2.10 Mbits/sec 18 33.9 KBytes +[ 15] 23.00-24.00 sec 256 KBytes 2.10 Mbits/sec 78 33.9 KBytes +[ 17] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec 27 26.9 KBytes +[ 19] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec 41 26.9 KBytes +[SUM] 23.00-24.00 sec 1.25 MBytes 10.5 Mbits/sec 309 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 256 KBytes 2.10 Mbits/sec 51 28.3 KBytes +[ 7] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec 61 25.5 KBytes +[ 9] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 16 31.1 KBytes +[ 11] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec 23 31.1 KBytes +[ 13] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 47 39.6 KBytes +[ 15] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec 16 33.9 KBytes +[ 17] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec 24 32.5 KBytes +[ 19] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec 39 31.1 KBytes +[SUM] 24.00-25.00 sec 896 KBytes 7.34 Mbits/sec 277 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 38 28.3 KBytes +[ 7] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 25 28.3 KBytes +[ 9] 25.00-26.00 sec 256 KBytes 2.10 Mbits/sec 50 28.3 KBytes +[ 11] 25.00-26.00 sec 128 KBytes 1.05 Mbits/sec 14 28.3 KBytes +[ 13] 25.00-26.00 sec 256 KBytes 2.10 Mbits/sec 40 35.4 KBytes +[ 15] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 63 33.9 KBytes +[ 17] 25.00-26.00 sec 384 KBytes 3.15 Mbits/sec 38 48.1 KBytes +[ 19] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 35 29.7 KBytes +[SUM] 25.00-26.00 sec 1.00 MBytes 8.40 Mbits/sec 303 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 128 KBytes 1.05 Mbits/sec 35 24.0 KBytes +[ 7] 26.00-27.00 sec 256 KBytes 2.10 Mbits/sec 30 22.6 KBytes +[ 9] 26.00-27.00 sec 128 KBytes 1.05 Mbits/sec 47 29.7 KBytes +[ 11] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 11 26.9 KBytes +[ 13] 26.00-27.00 sec 384 KBytes 3.14 Mbits/sec 83 39.6 KBytes +[ 15] 26.00-27.00 sec 256 KBytes 2.10 Mbits/sec 35 29.7 KBytes +[ 17] 26.00-27.00 sec 128 KBytes 1.05 Mbits/sec 78 36.8 KBytes +[ 19] 26.00-27.00 sec 256 KBytes 2.10 Mbits/sec 45 31.1 KBytes +[SUM] 26.00-27.00 sec 1.50 MBytes 12.6 Mbits/sec 364 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 17 31.1 KBytes +[ 7] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 26 22.6 KBytes +[ 9] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 8 33.9 KBytes +[ 11] 27.00-28.00 sec 128 KBytes 1.05 Mbits/sec 13 31.1 KBytes +[ 13] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 57 36.8 KBytes +[ 15] 27.00-28.00 sec 128 KBytes 1.05 Mbits/sec 34 25.5 KBytes +[ 17] 27.00-28.00 sec 256 KBytes 2.10 Mbits/sec 29 39.6 KBytes +[ 19] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 30 33.9 KBytes +[SUM] 27.00-28.00 sec 512 KBytes 4.19 Mbits/sec 214 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 384 KBytes 3.15 Mbits/sec 63 28.3 KBytes +[ 7] 28.00-29.00 sec 128 KBytes 1.05 Mbits/sec 28 5.66 KBytes +[ 9] 28.00-29.00 sec 256 KBytes 2.10 Mbits/sec 43 31.1 KBytes +[ 11] 28.00-29.00 sec 384 KBytes 3.15 Mbits/sec 59 39.6 KBytes +[ 13] 28.00-29.00 sec 256 KBytes 2.10 Mbits/sec 22 5.66 KBytes +[ 15] 28.00-29.00 sec 256 KBytes 2.10 Mbits/sec 55 28.3 KBytes +[ 17] 28.00-29.00 sec 128 KBytes 1.05 Mbits/sec 61 33.9 KBytes +[ 19] 28.00-29.00 sec 512 KBytes 4.19 Mbits/sec 36 26.9 KBytes +[SUM] 28.00-29.00 sec 2.25 MBytes 18.9 Mbits/sec 367 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 39 28.3 KBytes +[ 7] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec 53 19.8 KBytes +[ 9] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec 59 33.9 KBytes +[ 11] 29.00-30.00 sec 256 KBytes 2.10 Mbits/sec 60 28.3 KBytes +[ 13] 29.00-30.00 sec 256 KBytes 2.10 Mbits/sec 73 24.0 KBytes +[ 15] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec 49 21.2 KBytes +[ 17] 29.00-30.00 sec 256 KBytes 2.10 Mbits/sec 65 31.1 KBytes +[ 19] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 33 33.9 KBytes +[SUM] 29.00-30.00 sec 1.12 MBytes 9.44 Mbits/sec 431 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 5.00 MBytes 1.40 Mbits/sec 1130 sender +[ 5] 0.00-30.06 sec 4.88 MBytes 1.36 Mbits/sec receiver +[ 7] 0.00-30.00 sec 4.12 MBytes 1.15 Mbits/sec 1081 sender +[ 7] 0.00-30.06 sec 4.12 MBytes 1.15 Mbits/sec receiver +[ 9] 0.00-30.00 sec 4.00 MBytes 1.12 Mbits/sec 866 sender +[ 9] 0.00-30.06 sec 3.88 MBytes 1.08 Mbits/sec receiver +[ 11] 0.00-30.00 sec 4.00 MBytes 1.12 Mbits/sec 785 sender +[ 11] 0.00-30.06 sec 3.75 MBytes 1.05 Mbits/sec receiver +[ 13] 0.00-30.00 sec 5.50 MBytes 1.54 Mbits/sec 1210 sender +[ 13] 0.00-30.06 sec 5.38 MBytes 1.50 Mbits/sec receiver +[ 15] 0.00-30.00 sec 4.50 MBytes 1.26 Mbits/sec 978 sender +[ 15] 0.00-30.06 sec 4.38 MBytes 1.22 Mbits/sec receiver +[ 17] 0.00-30.00 sec 3.25 MBytes 909 Kbits/sec 684 sender +[ 17] 0.00-30.06 sec 3.12 MBytes 872 Kbits/sec receiver +[ 19] 0.00-30.00 sec 4.38 MBytes 1.22 Mbits/sec 984 sender +[ 19] 0.00-30.06 sec 4.25 MBytes 1.19 Mbits/sec receiver +[SUM] 0.00-30.00 sec 34.8 MBytes 9.72 Mbits/sec 7718 sender +[SUM] 0.00-30.06 sec 33.8 MBytes 9.42 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/06-tsys7-to-tsys5-tcp-reverse.log b/returned-logs/iperf/06-tsys7-to-tsys5-tcp-reverse.log new file mode 100644 index 0000000..0c7ae05 --- /dev/null +++ b/returned-logs/iperf/06-tsys7-to-tsys5-tcp-reverse.log @@ -0,0 +1,360 @@ +=== iperf3: TCP 8-stream reverse (tsys5 PCI→tsys7) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys5 (10.100.100.5) +Direction: reverse +Date: 2026-07-26T21:07:24Z + +Connecting to host 10.100.100.5, port 5201 +Reverse mode, remote host 10.100.100.5 is sending +[ 5] local 10.100.100.7 port 42455 connected to 10.100.100.5 port 5201 +[ 7] local 10.100.100.7 port 37243 connected to 10.100.100.5 port 5201 +[ 9] local 10.100.100.7 port 60115 connected to 10.100.100.5 port 5201 +[ 11] local 10.100.100.7 port 49345 connected to 10.100.100.5 port 5201 +[ 13] local 10.100.100.7 port 49269 connected to 10.100.100.5 port 5201 +[ 15] local 10.100.100.7 port 58971 connected to 10.100.100.5 port 5201 +[ 17] local 10.100.100.7 port 46289 connected to 10.100.100.5 port 5201 +[ 19] local 10.100.100.7 port 41001 connected to 10.100.100.5 port 5201 +[ ID] Interval Transfer Bitrate +[ 5] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 7] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 9] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 11] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 13] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 15] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec (omitted) +[ 17] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 19] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec (omitted) +[SUM] 0.00-1.00 sec 768 KBytes 6.29 Mbits/sec (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 7] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 11] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 13] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 15] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec (omitted) +[ 17] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[ 19] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec (omitted) +[SUM] 1.00-2.00 sec 1.12 MBytes 9.44 Mbits/sec (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec +[ 19] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 0.00-1.00 sec 1.00 MBytes 8.38 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 1.00-2.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 2.00-3.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 3.00-4.00 sec 1.00 MBytes 8.39 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec +[SUM] 4.00-5.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec +[ 19] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 5.00-6.00 sec 1.25 MBytes 10.5 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec +[ 19] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec +[SUM] 6.00-7.00 sec 1.00 MBytes 8.39 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 7.00-8.00 sec 1.00 MBytes 8.39 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec +[ 17] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec +[ 19] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 8.00-9.00 sec 1.25 MBytes 10.5 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec +[ 9] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 9.00-10.00 sec 896 KBytes 7.34 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec +[ 15] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec +[ 17] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 10.00-11.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec +[ 15] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 11.00-12.00 sec 1.25 MBytes 10.5 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec +[ 7] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec +[ 13] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec +[ 15] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec +[ 19] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 12.00-13.00 sec 512 KBytes 4.19 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec +[ 11] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 13.00-14.00 sec 640 KBytes 5.24 Mbits/sec +[ 15] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec +[ 17] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 13.00-14.00 sec 1.50 MBytes 12.6 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec +[ 15] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 14.00-15.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 15.00-16.00 sec 1.00 MBytes 8.39 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec +[ 17] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec +[ 19] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 16.00-17.00 sec 1.25 MBytes 10.5 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec +[ 13] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 17.00-18.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec +[ 7] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec +[ 9] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 18.00-19.00 sec 384 KBytes 3.15 Mbits/sec +[ 13] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 18.00-19.00 sec 1.25 MBytes 10.5 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec +[ 11] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec +[ 13] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 19.00-20.00 sec 896 KBytes 7.34 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 20.00-21.00 sec 256 KBytes 2.10 Mbits/sec +[ 13] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec +[ 15] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 20.00-21.00 sec 256 KBytes 2.10 Mbits/sec +[SUM] 20.00-21.00 sec 1.25 MBytes 10.5 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 21.00-22.00 sec 256 KBytes 2.10 Mbits/sec +[ 13] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 21.00-22.00 sec 1.00 MBytes 8.39 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 22.00-23.00 sec 256 KBytes 2.10 Mbits/sec +[ 9] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec +[ 19] 22.00-23.00 sec 256 KBytes 2.10 Mbits/sec +[SUM] 22.00-23.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec +[ 11] 23.00-24.00 sec 256 KBytes 2.10 Mbits/sec +[ 13] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 23.00-24.00 sec 256 KBytes 2.10 Mbits/sec +[ 19] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 23.00-24.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 24.00-25.00 sec 256 KBytes 2.10 Mbits/sec +[ 13] 24.00-25.00 sec 256 KBytes 2.10 Mbits/sec +[ 15] 24.00-25.00 sec 256 KBytes 2.10 Mbits/sec +[ 17] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 24.00-25.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 24.00-25.00 sec 1.38 MBytes 11.5 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 25.00-26.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec +[ 11] 25.00-26.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 25.00-26.00 sec 384 KBytes 3.15 Mbits/sec +[ 15] 25.00-26.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 25.00-26.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 25.00-26.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec +[ 7] 26.00-27.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 26.00-27.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 26.00-27.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 26.00-27.00 sec 512 KBytes 4.19 Mbits/sec +[ 15] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec +[ 17] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec +[ 19] 26.00-27.00 sec 128 KBytes 1.05 Mbits/sec +[SUM] 26.00-27.00 sec 1.00 MBytes 8.39 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 256 KBytes 2.10 Mbits/sec +[ 7] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec +[ 9] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec +[ 11] 27.00-28.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 27.00-28.00 sec 384 KBytes 3.15 Mbits/sec +[ 15] 27.00-28.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 27.00-28.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 27.00-28.00 sec 1.00 MBytes 8.39 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec +[ 7] 28.00-29.00 sec 128 KBytes 1.05 Mbits/sec +[ 9] 28.00-29.00 sec 128 KBytes 1.05 Mbits/sec +[ 11] 28.00-29.00 sec 256 KBytes 2.10 Mbits/sec +[ 13] 28.00-29.00 sec 256 KBytes 2.10 Mbits/sec +[ 15] 28.00-29.00 sec 128 KBytes 1.05 Mbits/sec +[ 17] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec +[ 19] 28.00-29.00 sec 256 KBytes 2.10 Mbits/sec +[SUM] 28.00-29.00 sec 1.12 MBytes 9.44 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec +[ 7] 29.00-30.00 sec 256 KBytes 2.10 Mbits/sec +[ 9] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec +[ 11] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec +[ 13] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec +[ 15] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec +[ 17] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec +[ 19] 29.00-30.00 sec 256 KBytes 2.10 Mbits/sec +[SUM] 29.00-30.00 sec 1.00 MBytes 8.40 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 4.50 MBytes 1.26 Mbits/sec 876 sender +[ 5] 0.00-30.00 sec 4.38 MBytes 1.22 Mbits/sec receiver +[ 7] 0.00-30.00 sec 4.00 MBytes 1.12 Mbits/sec 991 sender +[ 7] 0.00-30.00 sec 3.88 MBytes 1.08 Mbits/sec receiver +[ 9] 0.00-30.00 sec 3.12 MBytes 874 Kbits/sec 867 sender +[ 9] 0.00-30.00 sec 3.25 MBytes 909 Kbits/sec receiver +[ 11] 0.00-30.00 sec 5.12 MBytes 1.43 Mbits/sec 958 sender +[ 11] 0.00-30.00 sec 4.75 MBytes 1.33 Mbits/sec receiver +[ 13] 0.00-30.00 sec 6.00 MBytes 1.68 Mbits/sec 826 sender +[ 13] 0.00-30.00 sec 5.50 MBytes 1.54 Mbits/sec receiver +[ 15] 0.00-30.00 sec 4.00 MBytes 1.12 Mbits/sec 863 sender +[ 15] 0.00-30.00 sec 3.88 MBytes 1.08 Mbits/sec receiver +[ 17] 0.00-30.00 sec 3.50 MBytes 979 Kbits/sec 816 sender +[ 17] 0.00-30.00 sec 3.50 MBytes 979 Kbits/sec receiver +[ 19] 0.00-30.00 sec 3.62 MBytes 1.01 Mbits/sec 885 sender +[ 19] 0.00-30.00 sec 3.75 MBytes 1.05 Mbits/sec receiver +[SUM] 0.00-30.00 sec 33.9 MBytes 9.47 Mbits/sec 7082 sender +[SUM] 0.00-30.00 sec 32.9 MBytes 9.19 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/07-tsys7-to-tsys5-tcp-single.log b/returned-logs/iperf/07-tsys7-to-tsys5-tcp-single.log new file mode 100644 index 0000000..49e9466 --- /dev/null +++ b/returned-logs/iperf/07-tsys7-to-tsys5-tcp-single.log @@ -0,0 +1,39 @@ +=== iperf3: TCP single-stream forward (tsys7→tsys5 PCI) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys5 (10.100.100.5) +Direction: single +Date: 2026-07-26T21:07:57Z + +Connecting to host 10.100.100.5, port 5201 +[ 5] local 10.100.100.7 port 60099 connected to 10.100.100.5 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 2.38 MBytes 19.9 Mbits/sec 18 17.0 KBytes (omitted) +[ 5] 1.00-2.00 sec 1.00 MBytes 8.39 Mbits/sec 0 14.1 KBytes (omitted) +[ 5] 0.00-1.00 sec 1.12 MBytes 9.43 Mbits/sec 0 14.1 KBytes +[ 5] 1.00-2.00 sec 1.12 MBytes 9.44 Mbits/sec 0 14.1 KBytes +[ 5] 2.00-3.00 sec 1.12 MBytes 9.44 Mbits/sec 0 14.1 KBytes +[ 5] 3.00-4.00 sec 1.12 MBytes 9.44 Mbits/sec 0 14.1 KBytes +[ 5] 4.00-5.00 sec 1.12 MBytes 9.44 Mbits/sec 0 14.1 KBytes +[ 5] 5.00-6.00 sec 1.12 MBytes 9.44 Mbits/sec 0 14.1 KBytes +[ 5] 6.00-7.00 sec 1.12 MBytes 9.44 Mbits/sec 0 14.1 KBytes +[ 5] 7.00-8.00 sec 1.12 MBytes 9.44 Mbits/sec 0 14.1 KBytes +[ 5] 8.00-9.00 sec 1.12 MBytes 9.43 Mbits/sec 0 25.5 KBytes +[ 5] 9.00-10.00 sec 1.12 MBytes 9.44 Mbits/sec 0 28.3 KBytes +[ 5] 10.00-11.00 sec 1.12 MBytes 9.44 Mbits/sec 0 25.5 KBytes +[ 5] 11.00-12.00 sec 1.12 MBytes 9.44 Mbits/sec 0 25.5 KBytes +[ 5] 12.00-13.00 sec 1.12 MBytes 9.44 Mbits/sec 0 25.5 KBytes +[ 5] 13.00-14.00 sec 1.12 MBytes 9.44 Mbits/sec 0 25.5 KBytes +[ 5] 14.00-15.00 sec 1.12 MBytes 9.44 Mbits/sec 0 28.3 KBytes +[ 5] 15.00-16.00 sec 1.12 MBytes 9.44 Mbits/sec 0 28.3 KBytes +[ 5] 16.00-17.00 sec 1.12 MBytes 9.44 Mbits/sec 0 25.5 KBytes +[ 5] 17.00-18.00 sec 1.12 MBytes 9.44 Mbits/sec 0 25.5 KBytes +[ 5] 18.00-19.00 sec 1.12 MBytes 9.44 Mbits/sec 0 25.5 KBytes +[ 5] 19.00-20.00 sec 1.00 MBytes 8.39 Mbits/sec 0 25.5 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 22.4 MBytes 9.38 Mbits/sec 0 sender +[ 5] 0.00-20.02 sec 22.5 MBytes 9.43 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/08-tsys7-to-tsys5-udp.log b/returned-logs/iperf/08-tsys7-to-tsys5-udp.log new file mode 100644 index 0000000..1ed93ac --- /dev/null +++ b/returned-logs/iperf/08-tsys7-to-tsys5-udp.log @@ -0,0 +1,28 @@ +=== iperf3: UDP saturation (tsys7→tsys5 PCI) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys5 (10.100.100.5) +Direction: udp +Date: 2026-07-26T21:08:21Z + +warning: UDP block size 8972 exceeds TCP MSS 1448, may result in fragmentation / drops +Connecting to host 10.100.100.5, port 5201 +[ 5] local 10.100.100.7 port 44414 connected to 10.100.100.5 port 5201 +[ ID] Interval Transfer Bitrate Total Datagrams +[ 5] 0.00-1.00 sec 239 MBytes 2.00 Gbits/sec 27893 +[ 5] 1.00-2.00 sec 238 MBytes 2.00 Gbits/sec 27855 +[ 5] 2.00-3.00 sec 238 MBytes 2.00 Gbits/sec 27863 +[ 5] 3.00-4.00 sec 238 MBytes 2.00 Gbits/sec 27865 +[ 5] 4.00-5.00 sec 238 MBytes 2.00 Gbits/sec 27863 +[ 5] 5.00-6.00 sec 238 MBytes 2.00 Gbits/sec 27866 +[ 5] 6.00-7.00 sec 238 MBytes 2.00 Gbits/sec 27864 +[ 5] 7.00-8.00 sec 239 MBytes 2.00 Gbits/sec 27876 +[ 5] 8.00-9.00 sec 238 MBytes 2.00 Gbits/sec 27852 +[ 5] 9.00-10.00 sec 238 MBytes 2.00 Gbits/sec 27865 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams +[ 5] 0.00-10.00 sec 2.33 GBytes 2.00 Gbits/sec 0.000 ms 0/278662 (0%) sender +[ 5] 0.00-10.21 sec 61.3 KBytes 49.2 Kbits/sec 2.404 ms 0/7 (0%) receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/09-tsys7-to-tsys6-tcp-forward.log b/returned-logs/iperf/09-tsys7-to-tsys6-tcp-forward.log new file mode 100644 index 0000000..d7df34c --- /dev/null +++ b/returned-logs/iperf/09-tsys7-to-tsys6-tcp-forward.log @@ -0,0 +1,359 @@ +=== iperf3: TCP 8-stream forward (tsys7→tsys6 LACP) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys6 (10.100.100.6) +Direction: forward +Date: 2026-07-26T21:08:33Z + +Connecting to host 10.100.100.6, port 5201 +[ 5] local 10.100.100.7 port 57309 connected to 10.100.100.6 port 5201 +[ 7] local 10.100.100.7 port 44397 connected to 10.100.100.6 port 5201 +[ 9] local 10.100.100.7 port 45251 connected to 10.100.100.6 port 5201 +[ 11] local 10.100.100.7 port 41841 connected to 10.100.100.6 port 5201 +[ 13] local 10.100.100.7 port 56263 connected to 10.100.100.6 port 5201 +[ 15] local 10.100.100.7 port 49171 connected to 10.100.100.6 port 5201 +[ 17] local 10.100.100.7 port 56681 connected to 10.100.100.6 port 5201 +[ 19] local 10.100.100.7 port 50537 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 29.8 MBytes 249 Mbits/sec 90 170 KBytes (omitted) +[ 7] 0.00-1.00 sec 640 KBytes 5.24 Mbits/sec 77 14.1 KBytes (omitted) +[ 9] 0.00-1.00 sec 29.1 MBytes 244 Mbits/sec 99 170 KBytes (omitted) +[ 11] 0.00-1.00 sec 29.1 MBytes 244 Mbits/sec 82 170 KBytes (omitted) +[ 13] 0.00-1.00 sec 640 KBytes 5.24 Mbits/sec 70 11.3 KBytes (omitted) +[ 15] 0.00-1.00 sec 29.9 MBytes 250 Mbits/sec 55 160 KBytes (omitted) +[ 17] 0.00-1.00 sec 640 KBytes 5.24 Mbits/sec 89 15.6 KBytes (omitted) +[ 19] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 72 17.0 KBytes (omitted) +[SUM] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec 634 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec 445 1.41 KBytes (omitted) +[ 7] 1.00-2.00 sec 25.9 MBytes 217 Mbits/sec 572 201 KBytes (omitted) +[ 9] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec 323 9.90 KBytes (omitted) +[ 11] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec 373 1.41 KBytes (omitted) +[ 13] 1.00-2.00 sec 4.88 MBytes 40.9 Mbits/sec 239 120 KBytes (omitted) +[ 15] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec 617 139 KBytes (omitted) +[ 17] 1.00-2.00 sec 4.75 MBytes 39.8 Mbits/sec 166 219 KBytes (omitted) +[ 19] 1.00-2.00 sec 2.50 MBytes 21.0 Mbits/sec 114 187 KBytes (omitted) +[SUM] 1.00-2.00 sec 117 MBytes 984 Mbits/sec 2849 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 0.00-1.00 sec 36.2 MBytes 304 Mbits/sec 507 221 KBytes +[ 9] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 32 7.07 KBytes +[ 11] 0.00-1.00 sec 640 KBytes 5.24 Mbits/sec 179 1.41 KBytes +[ 13] 0.00-1.00 sec 36.9 MBytes 309 Mbits/sec 363 189 KBytes +[ 15] 0.00-1.00 sec 2.38 MBytes 19.9 Mbits/sec 277 5.66 KBytes +[ 17] 0.00-1.00 sec 37.4 MBytes 313 Mbits/sec 526 198 KBytes +[ 19] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[SUM] 0.00-1.00 sec 114 MBytes 951 Mbits/sec 1887 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 224 1.41 KBytes +[ 7] 1.00-2.00 sec 32.2 MBytes 271 Mbits/sec 272 164 KBytes +[ 9] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 46 1.41 KBytes +[ 11] 1.00-2.00 sec 640 KBytes 5.24 Mbits/sec 318 82.0 KBytes +[ 13] 1.00-2.00 sec 32.1 MBytes 269 Mbits/sec 338 161 KBytes +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 151 136 KBytes +[ 17] 1.00-2.00 sec 31.8 MBytes 266 Mbits/sec 317 164 KBytes +[ 19] 1.00-2.00 sec 15.4 MBytes 129 Mbits/sec 108 156 KBytes +[SUM] 1.00-2.00 sec 112 MBytes 941 Mbits/sec 1774 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec 712 195 KBytes +[ 7] 2.00-3.00 sec 9.12 MBytes 76.5 Mbits/sec 618 45.2 KBytes +[ 9] 2.00-3.00 sec 17.9 MBytes 150 Mbits/sec 328 25.5 KBytes +[ 11] 2.00-3.00 sec 16.9 MBytes 142 Mbits/sec 679 67.9 KBytes +[ 13] 2.00-3.00 sec 8.12 MBytes 68.2 Mbits/sec 100 5.66 KBytes +[ 15] 2.00-3.00 sec 18.6 MBytes 156 Mbits/sec 676 66.5 KBytes +[ 17] 2.00-3.00 sec 9.75 MBytes 81.8 Mbits/sec 881 195 KBytes +[ 19] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec 574 124 KBytes +[SUM] 2.00-3.00 sec 111 MBytes 932 Mbits/sec 4568 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 3.25 MBytes 27.3 Mbits/sec 832 158 KBytes +[ 7] 3.00-4.00 sec 22.1 MBytes 186 Mbits/sec 416 187 KBytes +[ 9] 3.00-4.00 sec 640 KBytes 5.25 Mbits/sec 294 9.90 KBytes +[ 11] 3.00-4.00 sec 896 KBytes 7.34 Mbits/sec 179 5.66 KBytes +[ 13] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec 379 170 KBytes +[ 15] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 281 5.66 KBytes +[ 17] 3.00-4.00 sec 28.9 MBytes 242 Mbits/sec 904 156 KBytes +[ 19] 3.00-4.00 sec 34.1 MBytes 286 Mbits/sec 777 139 KBytes +[SUM] 3.00-4.00 sec 113 MBytes 947 Mbits/sec 4062 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 768 KBytes 6.29 Mbits/sec 344 46.7 KBytes +[ 7] 4.00-5.00 sec 27.9 MBytes 234 Mbits/sec 357 170 KBytes +[ 9] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 68 5.66 KBytes +[ 11] 4.00-5.00 sec 1.00 MBytes 8.39 Mbits/sec 170 5.66 KBytes +[ 13] 4.00-5.00 sec 27.4 MBytes 230 Mbits/sec 406 180 KBytes +[ 15] 4.00-5.00 sec 1.62 MBytes 13.6 Mbits/sec 171 1.41 KBytes +[ 17] 4.00-5.00 sec 27.4 MBytes 230 Mbits/sec 393 164 KBytes +[ 19] 4.00-5.00 sec 27.4 MBytes 230 Mbits/sec 349 163 KBytes +[SUM] 4.00-5.00 sec 113 MBytes 951 Mbits/sec 2258 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec 1046 158 KBytes +[ 7] 5.00-6.00 sec 896 KBytes 7.34 Mbits/sec 47 5.66 KBytes +[ 9] 5.00-6.00 sec 25.8 MBytes 216 Mbits/sec 150 161 KBytes +[ 11] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec 164 199 KBytes +[ 13] 5.00-6.00 sec 896 KBytes 7.34 Mbits/sec 117 1.41 KBytes +[ 15] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec 327 150 KBytes +[ 17] 5.00-6.00 sec 768 KBytes 6.29 Mbits/sec 69 1.41 KBytes +[ 19] 5.00-6.00 sec 2.38 MBytes 19.9 Mbits/sec 568 110 KBytes +[SUM] 5.00-6.00 sec 112 MBytes 939 Mbits/sec 2488 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 28.4 MBytes 238 Mbits/sec 172 136 KBytes +[ 7] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 163 4.24 KBytes +[ 9] 6.00-7.00 sec 27.8 MBytes 233 Mbits/sec 136 167 KBytes +[ 11] 6.00-7.00 sec 28.0 MBytes 235 Mbits/sec 123 167 KBytes +[ 13] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 36 1.41 KBytes +[ 15] 6.00-7.00 sec 27.6 MBytes 232 Mbits/sec 127 164 KBytes +[ 17] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 19] 6.00-7.00 sec 896 KBytes 7.34 Mbits/sec 219 5.66 KBytes +[SUM] 6.00-7.00 sec 113 MBytes 945 Mbits/sec 978 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 27.5 MBytes 231 Mbits/sec 92 5.66 KBytes +[ 7] 7.00-8.00 sec 768 KBytes 6.29 Mbits/sec 161 1.41 KBytes +[ 9] 7.00-8.00 sec 27.8 MBytes 233 Mbits/sec 114 5.66 KBytes +[ 11] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec 54 5.66 KBytes +[ 13] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 72 11.3 KBytes +[ 15] 7.00-8.00 sec 27.4 MBytes 230 Mbits/sec 107 5.66 KBytes +[ 17] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 93 5.66 KBytes +[ 19] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[SUM] 7.00-8.00 sec 111 MBytes 930 Mbits/sec 700 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec 190 48.1 KBytes +[ 7] 8.00-9.00 sec 16.0 MBytes 134 Mbits/sec 635 266 KBytes +[ 9] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec 415 12.7 KBytes +[ 11] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec 414 22.6 KBytes +[ 13] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 22 8.48 KBytes +[ 15] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec 309 11.3 KBytes +[ 17] 8.00-9.00 sec 4.88 MBytes 40.9 Mbits/sec 18 11.3 KBytes +[ 19] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 18 8.48 KBytes +[SUM] 8.00-9.00 sec 114 MBytes 953 Mbits/sec 2021 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 18.0 MBytes 151 Mbits/sec 239 173 KBytes +[ 7] 9.00-10.00 sec 28.0 MBytes 235 Mbits/sec 256 1.41 KBytes +[ 9] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec 359 188 KBytes +[ 11] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec 338 170 KBytes +[ 13] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 9 11.3 KBytes +[ 15] 9.00-10.00 sec 19.5 MBytes 163 Mbits/sec 370 170 KBytes +[ 17] 9.00-10.00 sec 6.12 MBytes 51.4 Mbits/sec 300 22.6 KBytes +[ 19] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 20 5.66 KBytes +[SUM] 9.00-10.00 sec 111 MBytes 933 Mbits/sec 1891 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 27.9 MBytes 234 Mbits/sec 23 184 KBytes +[ 7] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 9] 10.00-11.00 sec 27.6 MBytes 232 Mbits/sec 35 175 KBytes +[ 11] 10.00-11.00 sec 27.5 MBytes 231 Mbits/sec 37 184 KBytes +[ 13] 10.00-11.00 sec 768 KBytes 6.29 Mbits/sec 18 8.48 KBytes +[ 15] 10.00-11.00 sec 28.0 MBytes 235 Mbits/sec 30 215 KBytes +[ 17] 10.00-11.00 sec 1.00 MBytes 8.39 Mbits/sec 82 19.8 KBytes +[ 19] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 19 5.66 KBytes +[SUM] 10.00-11.00 sec 113 MBytes 946 Mbits/sec 245 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 28.5 MBytes 239 Mbits/sec 27 201 KBytes +[ 7] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 115 1.41 KBytes +[ 9] 11.00-12.00 sec 28.4 MBytes 238 Mbits/sec 42 167 KBytes +[ 11] 11.00-12.00 sec 28.2 MBytes 237 Mbits/sec 31 204 KBytes +[ 13] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 18 11.3 KBytes +[ 15] 11.00-12.00 sec 27.9 MBytes 234 Mbits/sec 25 173 KBytes +[ 17] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 46 5.66 KBytes +[ 19] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 10 8.48 KBytes +[SUM] 11.00-12.00 sec 113 MBytes 948 Mbits/sec 314 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 19.0 MBytes 159 Mbits/sec 763 25.5 KBytes +[ 7] 12.00-13.00 sec 34.8 MBytes 292 Mbits/sec 1544 272 KBytes +[ 9] 12.00-13.00 sec 18.8 MBytes 157 Mbits/sec 228 127 KBytes +[ 11] 12.00-13.00 sec 19.0 MBytes 159 Mbits/sec 492 5.66 KBytes +[ 13] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 10 11.3 KBytes +[ 15] 12.00-13.00 sec 19.5 MBytes 164 Mbits/sec 247 141 KBytes +[ 17] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 19] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 1 8.48 KBytes +[SUM] 12.00-13.00 sec 111 MBytes 932 Mbits/sec 3287 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 896 KBytes 7.34 Mbits/sec 45 1.41 KBytes +[ 7] 13.00-14.00 sec 102 MBytes 855 Mbits/sec 506 272 KBytes +[ 9] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 156 1.41 KBytes +[ 11] 13.00-14.00 sec 896 KBytes 7.34 Mbits/sec 203 5.66 KBytes +[ 13] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0 11.3 KBytes +[ 15] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 315 1.41 KBytes +[ 17] 13.00-14.00 sec 9.25 MBytes 77.6 Mbits/sec 109 269 KBytes +[ 19] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 13.00-14.00 sec 113 MBytes 947 Mbits/sec 1334 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 11 5.66 KBytes +[ 7] 14.00-15.00 sec 55.8 MBytes 468 Mbits/sec 548 195 KBytes +[ 9] 14.00-15.00 sec 768 KBytes 6.29 Mbits/sec 116 1.41 KBytes +[ 11] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 11 5.66 KBytes +[ 13] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 28.3 KBytes +[ 15] 14.00-15.00 sec 1.62 MBytes 13.6 Mbits/sec 446 8.48 KBytes +[ 17] 14.00-15.00 sec 54.9 MBytes 460 Mbits/sec 476 229 KBytes +[ 19] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 1 8.48 KBytes +[SUM] 14.00-15.00 sec 113 MBytes 948 Mbits/sec 1609 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 55 4.24 KBytes +[ 7] 15.00-16.00 sec 54.4 MBytes 456 Mbits/sec 770 235 KBytes +[ 9] 15.00-16.00 sec 896 KBytes 7.34 Mbits/sec 274 14.1 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 17 5.66 KBytes +[ 13] 15.00-16.00 sec 1.62 MBytes 13.6 Mbits/sec 22 50.9 KBytes +[ 15] 15.00-16.00 sec 896 KBytes 7.34 Mbits/sec 540 29.7 KBytes +[ 17] 15.00-16.00 sec 55.0 MBytes 461 Mbits/sec 664 283 KBytes +[ 19] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 15.00-16.00 sec 113 MBytes 946 Mbits/sec 2342 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 52 1.41 KBytes +[ 7] 16.00-17.00 sec 43.1 MBytes 362 Mbits/sec 1520 218 KBytes +[ 9] 16.00-17.00 sec 3.38 MBytes 28.3 Mbits/sec 1185 5.66 KBytes +[ 11] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[ 13] 16.00-17.00 sec 25.5 MBytes 214 Mbits/sec 328 201 KBytes +[ 15] 16.00-17.00 sec 768 KBytes 6.29 Mbits/sec 292 53.7 KBytes +[ 17] 16.00-17.00 sec 37.6 MBytes 316 Mbits/sec 1333 181 KBytes +[ 19] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 16.00-17.00 sec 110 MBytes 926 Mbits/sec 4717 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 768 KBytes 6.29 Mbits/sec 142 17.0 KBytes +[ 7] 17.00-18.00 sec 35.4 MBytes 297 Mbits/sec 405 226 KBytes +[ 9] 17.00-18.00 sec 1.62 MBytes 13.6 Mbits/sec 290 5.66 KBytes +[ 11] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 9 5.66 KBytes +[ 13] 17.00-18.00 sec 37.4 MBytes 313 Mbits/sec 532 223 KBytes +[ 15] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 17] 17.00-18.00 sec 38.2 MBytes 321 Mbits/sec 525 246 KBytes +[ 19] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 17.00-18.00 sec 113 MBytes 951 Mbits/sec 1905 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 138 240 KBytes +[ 7] 18.00-19.00 sec 22.1 MBytes 186 Mbits/sec 1310 67.9 KBytes +[ 9] 18.00-19.00 sec 39.6 MBytes 332 Mbits/sec 2067 201 KBytes +[ 11] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 6 5.66 KBytes +[ 13] 18.00-19.00 sec 23.5 MBytes 197 Mbits/sec 206 1.41 KBytes +[ 15] 18.00-19.00 sec 13.6 MBytes 114 Mbits/sec 413 277 KBytes +[ 17] 18.00-19.00 sec 15.2 MBytes 128 Mbits/sec 560 1.41 KBytes +[ 19] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 2 2.83 KBytes +[SUM] 18.00-19.00 sec 114 MBytes 957 Mbits/sec 4702 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 8.62 MBytes 72.4 Mbits/sec 1006 1.41 KBytes +[ 7] 19.00-20.00 sec 27.9 MBytes 234 Mbits/sec 842 189 KBytes +[ 9] 19.00-20.00 sec 7.75 MBytes 65.0 Mbits/sec 1636 59.4 KBytes +[ 11] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 6 5.66 KBytes +[ 13] 19.00-20.00 sec 26.6 MBytes 223 Mbits/sec 685 192 KBytes +[ 15] 19.00-20.00 sec 7.00 MBytes 58.7 Mbits/sec 922 1.41 KBytes +[ 17] 19.00-20.00 sec 33.4 MBytes 280 Mbits/sec 2323 177 KBytes +[ 19] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 4 8.48 KBytes +[SUM] 19.00-20.00 sec 111 MBytes 933 Mbits/sec 7424 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 20.00-21.00 sec 36.8 MBytes 308 Mbits/sec 227 178 KBytes +[ 9] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 413 39.6 KBytes +[ 11] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 9 5.66 KBytes +[ 13] 20.00-21.00 sec 37.8 MBytes 317 Mbits/sec 150 158 KBytes +[ 15] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 20.00-21.00 sec 37.1 MBytes 311 Mbits/sec 127 204 KBytes +[ 19] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 0 14.1 KBytes +[SUM] 20.00-21.00 sec 112 MBytes 936 Mbits/sec 928 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 21.00-22.00 sec 35.6 MBytes 299 Mbits/sec 299 212 KBytes +[ 9] 21.00-22.00 sec 1.25 MBytes 10.5 Mbits/sec 244 1.41 KBytes +[ 11] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 8 5.66 KBytes +[ 13] 21.00-22.00 sec 37.6 MBytes 316 Mbits/sec 346 198 KBytes +[ 15] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 21.00-22.00 sec 38.8 MBytes 325 Mbits/sec 233 201 KBytes +[ 19] 21.00-22.00 sec 768 KBytes 6.30 Mbits/sec 0 19.8 KBytes +[SUM] 21.00-22.00 sec 114 MBytes 957 Mbits/sec 1130 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 5.50 MBytes 46.1 Mbits/sec 503 274 KBytes +[ 7] 22.00-23.00 sec 27.8 MBytes 233 Mbits/sec 761 180 KBytes +[ 9] 22.00-23.00 sec 1.25 MBytes 10.5 Mbits/sec 115 112 KBytes +[ 11] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[ 13] 22.00-23.00 sec 27.4 MBytes 230 Mbits/sec 560 1.41 KBytes +[ 15] 22.00-23.00 sec 24.9 MBytes 209 Mbits/sec 985 277 KBytes +[ 17] 22.00-23.00 sec 27.2 MBytes 228 Mbits/sec 883 191 KBytes +[ 19] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 5 25.5 KBytes +[SUM] 22.00-23.00 sec 114 MBytes 956 Mbits/sec 3819 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 32.1 MBytes 269 Mbits/sec 460 187 KBytes +[ 7] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 31 5.66 KBytes +[ 9] 23.00-24.00 sec 27.2 MBytes 229 Mbits/sec 400 204 KBytes +[ 11] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 8 5.66 KBytes +[ 13] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 15] 23.00-24.00 sec 48.6 MBytes 408 Mbits/sec 505 199 KBytes +[ 17] 23.00-24.00 sec 1.50 MBytes 12.6 Mbits/sec 794 5.66 KBytes +[ 19] 23.00-24.00 sec 896 KBytes 7.34 Mbits/sec 78 7.07 KBytes +[SUM] 23.00-24.00 sec 110 MBytes 926 Mbits/sec 2277 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 9.25 MBytes 77.6 Mbits/sec 255 198 KBytes +[ 7] 24.00-25.00 sec 21.9 MBytes 183 Mbits/sec 215 147 KBytes +[ 9] 24.00-25.00 sec 9.38 MBytes 78.6 Mbits/sec 115 5.66 KBytes +[ 11] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[ 13] 24.00-25.00 sec 19.5 MBytes 164 Mbits/sec 228 173 KBytes +[ 15] 24.00-25.00 sec 8.50 MBytes 71.3 Mbits/sec 108 5.66 KBytes +[ 17] 24.00-25.00 sec 20.9 MBytes 175 Mbits/sec 341 173 KBytes +[ 19] 24.00-25.00 sec 22.4 MBytes 188 Mbits/sec 239 187 KBytes +[SUM] 24.00-25.00 sec 112 MBytes 937 Mbits/sec 1508 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 82 1.41 KBytes +[ 7] 25.00-26.00 sec 28.6 MBytes 240 Mbits/sec 25 167 KBytes +[ 9] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 85 4.24 KBytes +[ 11] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 8 5.66 KBytes +[ 13] 25.00-26.00 sec 28.5 MBytes 239 Mbits/sec 36 167 KBytes +[ 15] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 88 11.3 KBytes +[ 17] 25.00-26.00 sec 28.2 MBytes 237 Mbits/sec 30 181 KBytes +[ 19] 25.00-26.00 sec 28.2 MBytes 237 Mbits/sec 41 181 KBytes +[SUM] 25.00-26.00 sec 114 MBytes 953 Mbits/sec 395 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 341 7.07 KBytes +[ 7] 26.00-27.00 sec 27.8 MBytes 233 Mbits/sec 157 187 KBytes +[ 9] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 81 1.41 KBytes +[ 11] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 5 5.66 KBytes +[ 13] 26.00-27.00 sec 27.5 MBytes 231 Mbits/sec 182 178 KBytes +[ 15] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 175 1.41 KBytes +[ 17] 26.00-27.00 sec 26.8 MBytes 225 Mbits/sec 176 181 KBytes +[ 19] 26.00-27.00 sec 27.6 MBytes 232 Mbits/sec 151 173 KBytes +[SUM] 26.00-27.00 sec 110 MBytes 920 Mbits/sec 1268 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 1.00 MBytes 8.39 Mbits/sec 106 1.41 KBytes +[ 7] 27.00-28.00 sec 18.1 MBytes 152 Mbits/sec 715 11.3 KBytes +[ 9] 27.00-28.00 sec 31.5 MBytes 264 Mbits/sec 1152 226 KBytes +[ 11] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 10 5.66 KBytes +[ 13] 27.00-28.00 sec 16.9 MBytes 142 Mbits/sec 162 1.41 KBytes +[ 15] 27.00-28.00 sec 12.1 MBytes 102 Mbits/sec 244 232 KBytes +[ 17] 27.00-28.00 sec 17.8 MBytes 149 Mbits/sec 176 1.41 KBytes +[ 19] 27.00-28.00 sec 17.1 MBytes 144 Mbits/sec 286 218 KBytes +[SUM] 27.00-28.00 sec 114 MBytes 960 Mbits/sec 2851 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 35.0 MBytes 293 Mbits/sec 83 201 KBytes +[ 7] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 77 192 KBytes +[ 9] 28.00-29.00 sec 38.2 MBytes 321 Mbits/sec 7 182 KBytes +[ 11] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[ 13] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 16 1.41 KBytes +[ 15] 28.00-29.00 sec 37.8 MBytes 317 Mbits/sec 21 229 KBytes +[ 17] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 32 15.6 KBytes +[SUM] 28.00-29.00 sec 111 MBytes 931 Mbits/sec 244 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 31.9 MBytes 267 Mbits/sec 286 187 KBytes +[ 7] 29.00-30.00 sec 1.25 MBytes 10.5 Mbits/sec 250 5.66 KBytes +[ 9] 29.00-30.00 sec 30.2 MBytes 254 Mbits/sec 427 206 KBytes +[ 11] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 5 5.66 KBytes +[ 13] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 5 5.66 KBytes +[ 15] 29.00-30.00 sec 49.0 MBytes 411 Mbits/sec 395 236 KBytes +[ 17] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 29.00-30.00 sec 896 KBytes 7.34 Mbits/sec 471 1.41 KBytes +[SUM] 29.00-30.00 sec 113 MBytes 950 Mbits/sec 1840 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 358 MBytes 100 Mbits/sec 8231 sender +[ 5] 0.00-30.00 sec 357 MBytes 99.8 Mbits/sec receiver +[ 7] 0.00-30.00 sec 746 MBytes 209 Mbits/sec 13750 sender +[ 7] 0.00-30.00 sec 745 MBytes 208 Mbits/sec receiver +[ 9] 0.00-30.00 sec 410 MBytes 115 Mbits/sec 11010 sender +[ 9] 0.00-30.00 sec 410 MBytes 114 Mbits/sec receiver +[ 11] 0.00-30.00 sec 218 MBytes 60.9 Mbits/sec 3511 sender +[ 11] 0.00-30.00 sec 218 MBytes 60.8 Mbits/sec receiver +[ 13] 0.00-30.00 sec 439 MBytes 123 Mbits/sec 5347 sender +[ 13] 0.00-30.00 sec 439 MBytes 123 Mbits/sec receiver +[ 15] 0.00-30.00 sec 424 MBytes 119 Mbits/sec 8550 sender +[ 15] 0.00-30.00 sec 423 MBytes 118 Mbits/sec receiver +[ 17] 0.00-30.00 sec 590 MBytes 165 Mbits/sec 12385 sender +[ 17] 0.00-30.00 sec 588 MBytes 164 Mbits/sec receiver +[ 19] 0.00-30.00 sec 187 MBytes 52.2 Mbits/sec 3982 sender +[ 19] 0.00-30.00 sec 187 MBytes 52.2 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.29 GBytes 943 Mbits/sec 66766 sender +[SUM] 0.00-30.00 sec 3.29 GBytes 941 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/10-tsys7-to-tsys6-tcp-reverse.log b/returned-logs/iperf/10-tsys7-to-tsys6-tcp-reverse.log new file mode 100644 index 0000000..6874ab7 --- /dev/null +++ b/returned-logs/iperf/10-tsys7-to-tsys6-tcp-reverse.log @@ -0,0 +1,350 @@ +=== iperf3: TCP 8-stream reverse (tsys6 LACP→tsys7) === +Client: pfv-tsys7 (10.100.100.7) +Server: pfv-tsys6 (10.100.100.6) +Direction: reverse +Date: 2026-07-26T21:09:06Z + +Connecting to host 10.100.100.6, port 5201 +Reverse mode, remote host 10.100.100.6 is sending +[ 5] local 10.100.100.7 port 35095 connected to 10.100.100.6 port 5201 +[ 7] local 10.100.100.7 port 60149 connected to 10.100.100.6 port 5201 +[ 9] local 10.100.100.7 port 42973 connected to 10.100.100.6 port 5201 +[ 11] local 10.100.100.7 port 40679 connected to 10.100.100.6 port 5201 +[ 13] local 10.100.100.7 port 49995 connected to 10.100.100.6 port 5201 +[ 15] local 10.100.100.7 port 60237 connected to 10.100.100.6 port 5201 +[ 17] local 10.100.100.7 port 36271 connected to 10.100.100.6 port 5201 +[ 19] local 10.100.100.7 port 48989 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate +[ 5] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec (omitted) +[ 7] 0.00-1.00 sec 13.1 MBytes 110 Mbits/sec (omitted) +[ 9] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec (omitted) +[ 11] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec (omitted) +[ 13] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec (omitted) +[ 15] 0.00-1.00 sec 11.5 MBytes 96.4 Mbits/sec (omitted) +[ 17] 0.00-1.00 sec 15.6 MBytes 131 Mbits/sec (omitted) +[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec (omitted) +[SUM] 0.00-1.00 sec 112 MBytes 936 Mbits/sec (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-1.00 sec 14.4 MBytes 60.3 Mbits/sec +[ 7] 1.00-1.00 sec 13.9 MBytes 58.2 Mbits/sec +[ 9] 1.00-1.00 sec 13.5 MBytes 56.6 Mbits/sec +[ 11] 1.00-1.00 sec 14.1 MBytes 59.2 Mbits/sec +[ 13] 1.00-1.00 sec 17.1 MBytes 71.8 Mbits/sec +[ 15] 1.00-1.00 sec 14.5 MBytes 60.8 Mbits/sec +[ 17] 1.00-1.00 sec 11.5 MBytes 48.2 Mbits/sec +[ 19] 1.00-1.00 sec 13.5 MBytes 56.6 Mbits/sec +[SUM] 1.00-1.00 sec 112 MBytes 472 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 1.00-2.00 sec 17.0 MBytes 143 Mbits/sec +[ 9] 1.00-2.00 sec 12.5 MBytes 105 Mbits/sec +[ 11] 1.00-2.00 sec 11.2 MBytes 94.4 Mbits/sec +[ 13] 1.00-2.00 sec 16.5 MBytes 138 Mbits/sec +[ 15] 1.00-2.00 sec 11.5 MBytes 96.5 Mbits/sec +[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec +[ 19] 1.00-2.00 sec 16.6 MBytes 139 Mbits/sec +[SUM] 1.00-2.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 2.00-3.00 sec 15.0 MBytes 126 Mbits/sec +[ 9] 2.00-3.00 sec 11.9 MBytes 99.6 Mbits/sec +[ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec +[ 13] 2.00-3.00 sec 17.2 MBytes 145 Mbits/sec +[ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 2.00-3.00 sec 12.4 MBytes 104 Mbits/sec +[ 19] 2.00-3.00 sec 15.0 MBytes 126 Mbits/sec +[SUM] 2.00-3.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 12.4 MBytes 104 Mbits/sec +[ 7] 3.00-4.00 sec 14.1 MBytes 118 Mbits/sec +[ 9] 3.00-4.00 sec 11.0 MBytes 92.2 Mbits/sec +[ 11] 3.00-4.00 sec 16.2 MBytes 136 Mbits/sec +[ 13] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec +[ 15] 3.00-4.00 sec 16.5 MBytes 138 Mbits/sec +[ 17] 3.00-4.00 sec 12.0 MBytes 101 Mbits/sec +[ 19] 3.00-4.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 3.00-4.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 7] 4.00-5.00 sec 15.8 MBytes 132 Mbits/sec +[ 9] 4.00-5.00 sec 10.8 MBytes 90.2 Mbits/sec +[ 11] 4.00-5.00 sec 14.6 MBytes 123 Mbits/sec +[ 13] 4.00-5.00 sec 17.8 MBytes 149 Mbits/sec +[ 15] 4.00-5.00 sec 16.0 MBytes 134 Mbits/sec +[ 17] 4.00-5.00 sec 10.5 MBytes 88.1 Mbits/sec +[ 19] 4.00-5.00 sec 15.1 MBytes 127 Mbits/sec +[SUM] 4.00-5.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 9.75 MBytes 81.8 Mbits/sec +[ 7] 5.00-6.00 sec 15.5 MBytes 130 Mbits/sec +[ 9] 5.00-6.00 sec 11.1 MBytes 93.4 Mbits/sec +[ 11] 5.00-6.00 sec 16.4 MBytes 137 Mbits/sec +[ 13] 5.00-6.00 sec 17.2 MBytes 145 Mbits/sec +[ 15] 5.00-6.00 sec 15.4 MBytes 129 Mbits/sec +[ 17] 5.00-6.00 sec 10.8 MBytes 90.2 Mbits/sec +[ 19] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec +[SUM] 5.00-6.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 10.4 MBytes 87.0 Mbits/sec +[ 7] 6.00-7.00 sec 16.5 MBytes 138 Mbits/sec +[ 9] 6.00-7.00 sec 10.0 MBytes 83.9 Mbits/sec +[ 11] 6.00-7.00 sec 16.9 MBytes 141 Mbits/sec +[ 13] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec +[ 15] 6.00-7.00 sec 16.8 MBytes 140 Mbits/sec +[ 17] 6.00-7.00 sec 10.0 MBytes 83.8 Mbits/sec +[ 19] 6.00-7.00 sec 15.6 MBytes 131 Mbits/sec +[SUM] 6.00-7.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 12.0 MBytes 101 Mbits/sec +[ 7] 7.00-8.00 sec 15.5 MBytes 130 Mbits/sec +[ 9] 7.00-8.00 sec 10.6 MBytes 89.1 Mbits/sec +[ 11] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec +[ 13] 7.00-8.00 sec 16.2 MBytes 136 Mbits/sec +[ 15] 7.00-8.00 sec 16.1 MBytes 135 Mbits/sec +[ 17] 7.00-8.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 19] 7.00-8.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 7.00-8.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec +[ 7] 8.00-9.00 sec 14.1 MBytes 118 Mbits/sec +[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec +[ 11] 8.00-9.00 sec 15.4 MBytes 129 Mbits/sec +[ 13] 8.00-9.00 sec 16.2 MBytes 136 Mbits/sec +[ 15] 8.00-9.00 sec 14.4 MBytes 121 Mbits/sec +[ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec +[ 19] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec +[SUM] 8.00-9.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec +[ 9] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec +[ 11] 9.00-10.00 sec 14.8 MBytes 124 Mbits/sec +[ 13] 9.00-10.00 sec 17.2 MBytes 145 Mbits/sec +[ 15] 9.00-10.00 sec 14.8 MBytes 124 Mbits/sec +[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec +[ 19] 9.00-10.00 sec 12.5 MBytes 105 Mbits/sec +[SUM] 9.00-10.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 12.8 MBytes 107 Mbits/sec +[ 7] 10.00-11.00 sec 14.6 MBytes 123 Mbits/sec +[ 9] 10.00-11.00 sec 12.8 MBytes 107 Mbits/sec +[ 11] 10.00-11.00 sec 13.6 MBytes 114 Mbits/sec +[ 13] 10.00-11.00 sec 17.6 MBytes 148 Mbits/sec +[ 15] 10.00-11.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 10.00-11.00 sec 13.4 MBytes 112 Mbits/sec +[ 19] 10.00-11.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 10.00-11.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 12.5 MBytes 105 Mbits/sec +[ 7] 11.00-12.00 sec 18.2 MBytes 153 Mbits/sec +[ 9] 11.00-12.00 sec 11.2 MBytes 94.3 Mbits/sec +[ 11] 11.00-12.00 sec 12.2 MBytes 103 Mbits/sec +[ 13] 11.00-12.00 sec 17.6 MBytes 148 Mbits/sec +[ 15] 11.00-12.00 sec 11.5 MBytes 96.4 Mbits/sec +[ 17] 11.00-12.00 sec 11.9 MBytes 99.6 Mbits/sec +[ 19] 11.00-12.00 sec 17.2 MBytes 145 Mbits/sec +[SUM] 11.00-12.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 10.9 MBytes 91.2 Mbits/sec +[ 7] 12.00-13.00 sec 17.6 MBytes 148 Mbits/sec +[ 9] 12.00-13.00 sec 10.9 MBytes 91.2 Mbits/sec +[ 11] 12.00-13.00 sec 11.4 MBytes 95.4 Mbits/sec +[ 13] 12.00-13.00 sec 18.0 MBytes 151 Mbits/sec +[ 15] 12.00-13.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 17] 12.00-13.00 sec 12.9 MBytes 108 Mbits/sec +[ 19] 12.00-13.00 sec 18.8 MBytes 157 Mbits/sec +[SUM] 12.00-13.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 11.0 MBytes 92.3 Mbits/sec +[ 7] 13.00-14.00 sec 16.6 MBytes 140 Mbits/sec +[ 9] 13.00-14.00 sec 11.5 MBytes 96.5 Mbits/sec +[ 11] 13.00-14.00 sec 13.4 MBytes 112 Mbits/sec +[ 13] 13.00-14.00 sec 17.5 MBytes 147 Mbits/sec +[ 15] 13.00-14.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 13.00-14.00 sec 11.8 MBytes 98.6 Mbits/sec +[ 19] 13.00-14.00 sec 16.6 MBytes 140 Mbits/sec +[SUM] 13.00-14.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 10.9 MBytes 91.2 Mbits/sec +[ 7] 14.00-15.00 sec 16.8 MBytes 141 Mbits/sec +[ 9] 14.00-15.00 sec 10.1 MBytes 84.9 Mbits/sec +[ 11] 14.00-15.00 sec 14.4 MBytes 121 Mbits/sec +[ 13] 14.00-15.00 sec 17.9 MBytes 150 Mbits/sec +[ 15] 14.00-15.00 sec 14.4 MBytes 121 Mbits/sec +[ 17] 14.00-15.00 sec 10.8 MBytes 90.2 Mbits/sec +[ 19] 14.00-15.00 sec 17.4 MBytes 146 Mbits/sec +[SUM] 14.00-15.00 sec 112 MBytes 944 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 10.2 MBytes 85.9 Mbits/sec +[ 7] 15.00-16.00 sec 17.2 MBytes 145 Mbits/sec +[ 9] 15.00-16.00 sec 10.1 MBytes 84.9 Mbits/sec +[ 11] 15.00-16.00 sec 14.4 MBytes 121 Mbits/sec +[ 13] 15.00-16.00 sec 18.4 MBytes 154 Mbits/sec +[ 15] 15.00-16.00 sec 16.1 MBytes 135 Mbits/sec +[ 17] 15.00-16.00 sec 10.5 MBytes 88.0 Mbits/sec +[ 19] 15.00-16.00 sec 15.2 MBytes 128 Mbits/sec +[SUM] 15.00-16.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 9.38 MBytes 78.7 Mbits/sec +[ 7] 16.00-17.00 sec 17.0 MBytes 143 Mbits/sec +[ 9] 16.00-17.00 sec 9.62 MBytes 80.8 Mbits/sec +[ 11] 16.00-17.00 sec 15.9 MBytes 133 Mbits/sec +[ 13] 16.00-17.00 sec 17.4 MBytes 146 Mbits/sec +[ 15] 16.00-17.00 sec 16.9 MBytes 142 Mbits/sec +[ 17] 16.00-17.00 sec 10.0 MBytes 83.9 Mbits/sec +[ 19] 16.00-17.00 sec 16.0 MBytes 134 Mbits/sec +[SUM] 16.00-17.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 9.38 MBytes 78.6 Mbits/sec +[ 7] 17.00-18.00 sec 17.2 MBytes 145 Mbits/sec +[ 9] 17.00-18.00 sec 9.38 MBytes 78.6 Mbits/sec +[ 11] 17.00-18.00 sec 17.4 MBytes 146 Mbits/sec +[ 13] 17.00-18.00 sec 16.0 MBytes 134 Mbits/sec +[ 15] 17.00-18.00 sec 16.6 MBytes 139 Mbits/sec +[ 17] 17.00-18.00 sec 9.88 MBytes 82.8 Mbits/sec +[ 19] 17.00-18.00 sec 16.5 MBytes 138 Mbits/sec +[SUM] 17.00-18.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 11.5 MBytes 96.5 Mbits/sec +[ 7] 18.00-19.00 sec 15.6 MBytes 131 Mbits/sec +[ 9] 18.00-19.00 sec 11.1 MBytes 93.3 Mbits/sec +[ 11] 18.00-19.00 sec 14.8 MBytes 124 Mbits/sec +[ 13] 18.00-19.00 sec 16.0 MBytes 134 Mbits/sec +[ 15] 18.00-19.00 sec 14.4 MBytes 121 Mbits/sec +[ 17] 18.00-19.00 sec 12.4 MBytes 104 Mbits/sec +[ 19] 18.00-19.00 sec 16.2 MBytes 136 Mbits/sec +[SUM] 18.00-19.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 11.8 MBytes 98.6 Mbits/sec +[ 7] 19.00-20.00 sec 15.2 MBytes 128 Mbits/sec +[ 9] 19.00-20.00 sec 13.1 MBytes 110 Mbits/sec +[ 11] 19.00-20.00 sec 13.4 MBytes 112 Mbits/sec +[ 13] 19.00-20.00 sec 17.2 MBytes 145 Mbits/sec +[ 15] 19.00-20.00 sec 12.6 MBytes 106 Mbits/sec +[ 17] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 19.00-20.00 sec 15.4 MBytes 129 Mbits/sec +[SUM] 19.00-20.00 sec 112 MBytes 944 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 13.6 MBytes 114 Mbits/sec +[ 7] 20.00-21.00 sec 16.2 MBytes 136 Mbits/sec +[ 9] 20.00-21.00 sec 13.0 MBytes 109 Mbits/sec +[ 11] 20.00-21.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 13] 20.00-21.00 sec 17.5 MBytes 147 Mbits/sec +[ 15] 20.00-21.00 sec 11.2 MBytes 94.3 Mbits/sec +[ 17] 20.00-21.00 sec 12.2 MBytes 103 Mbits/sec +[ 19] 20.00-21.00 sec 16.8 MBytes 140 Mbits/sec +[SUM] 20.00-21.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 11.0 MBytes 92.3 Mbits/sec +[ 7] 21.00-22.00 sec 14.5 MBytes 122 Mbits/sec +[ 9] 21.00-22.00 sec 11.8 MBytes 98.6 Mbits/sec +[ 11] 21.00-22.00 sec 15.5 MBytes 130 Mbits/sec +[ 13] 21.00-22.00 sec 14.5 MBytes 122 Mbits/sec +[ 15] 21.00-22.00 sec 15.8 MBytes 132 Mbits/sec +[ 17] 21.00-22.00 sec 14.1 MBytes 119 Mbits/sec +[ 19] 21.00-22.00 sec 14.9 MBytes 125 Mbits/sec +[SUM] 21.00-22.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 10.8 MBytes 90.1 Mbits/sec +[ 7] 22.00-23.00 sec 15.1 MBytes 127 Mbits/sec +[ 9] 22.00-23.00 sec 13.5 MBytes 113 Mbits/sec +[ 11] 22.00-23.00 sec 14.2 MBytes 119 Mbits/sec +[ 13] 22.00-23.00 sec 16.9 MBytes 142 Mbits/sec +[ 15] 22.00-23.00 sec 14.6 MBytes 123 Mbits/sec +[ 17] 22.00-23.00 sec 13.1 MBytes 110 Mbits/sec +[ 19] 22.00-23.00 sec 14.2 MBytes 119 Mbits/sec +[SUM] 22.00-23.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 10.6 MBytes 89.1 Mbits/sec +[ 7] 23.00-24.00 sec 17.4 MBytes 146 Mbits/sec +[ 9] 23.00-24.00 sec 12.0 MBytes 101 Mbits/sec +[ 11] 23.00-24.00 sec 12.4 MBytes 104 Mbits/sec +[ 13] 23.00-24.00 sec 16.5 MBytes 138 Mbits/sec +[ 15] 23.00-24.00 sec 13.1 MBytes 110 Mbits/sec +[ 17] 23.00-24.00 sec 12.6 MBytes 106 Mbits/sec +[ 19] 23.00-24.00 sec 17.5 MBytes 147 Mbits/sec +[SUM] 23.00-24.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 9.50 MBytes 79.7 Mbits/sec +[ 7] 24.00-25.00 sec 17.9 MBytes 150 Mbits/sec +[ 9] 24.00-25.00 sec 11.2 MBytes 94.4 Mbits/sec +[ 11] 24.00-25.00 sec 13.4 MBytes 112 Mbits/sec +[ 13] 24.00-25.00 sec 18.6 MBytes 156 Mbits/sec +[ 15] 24.00-25.00 sec 13.1 MBytes 110 Mbits/sec +[ 17] 24.00-25.00 sec 10.1 MBytes 85.0 Mbits/sec +[ 19] 24.00-25.00 sec 18.5 MBytes 155 Mbits/sec +[SUM] 24.00-25.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 11.4 MBytes 95.4 Mbits/sec +[ 7] 25.00-26.00 sec 18.1 MBytes 152 Mbits/sec +[ 9] 25.00-26.00 sec 11.2 MBytes 94.3 Mbits/sec +[ 11] 25.00-26.00 sec 12.0 MBytes 101 Mbits/sec +[ 13] 25.00-26.00 sec 18.4 MBytes 154 Mbits/sec +[ 15] 25.00-26.00 sec 11.8 MBytes 98.5 Mbits/sec +[ 17] 25.00-26.00 sec 11.5 MBytes 96.4 Mbits/sec +[ 19] 25.00-26.00 sec 17.8 MBytes 149 Mbits/sec +[SUM] 25.00-26.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 11.4 MBytes 95.4 Mbits/sec +[ 7] 26.00-27.00 sec 18.2 MBytes 153 Mbits/sec +[ 9] 26.00-27.00 sec 9.50 MBytes 79.7 Mbits/sec +[ 11] 26.00-27.00 sec 13.6 MBytes 114 Mbits/sec +[ 13] 26.00-27.00 sec 18.1 MBytes 152 Mbits/sec +[ 15] 26.00-27.00 sec 12.0 MBytes 101 Mbits/sec +[ 17] 26.00-27.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 19] 26.00-27.00 sec 17.9 MBytes 150 Mbits/sec +[SUM] 26.00-27.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 11.5 MBytes 96.5 Mbits/sec +[ 7] 27.00-28.00 sec 16.6 MBytes 139 Mbits/sec +[ 9] 27.00-28.00 sec 9.62 MBytes 80.7 Mbits/sec +[ 11] 27.00-28.00 sec 14.8 MBytes 124 Mbits/sec +[ 13] 27.00-28.00 sec 16.6 MBytes 139 Mbits/sec +[ 15] 27.00-28.00 sec 15.1 MBytes 127 Mbits/sec +[ 17] 27.00-28.00 sec 11.4 MBytes 95.4 Mbits/sec +[ 19] 27.00-28.00 sec 16.4 MBytes 137 Mbits/sec +[SUM] 27.00-28.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 13.6 MBytes 114 Mbits/sec +[ 7] 28.00-29.00 sec 14.9 MBytes 125 Mbits/sec +[ 9] 28.00-29.00 sec 12.8 MBytes 107 Mbits/sec +[ 11] 28.00-29.00 sec 13.1 MBytes 110 Mbits/sec +[ 13] 28.00-29.00 sec 17.6 MBytes 148 Mbits/sec +[ 15] 28.00-29.00 sec 12.6 MBytes 106 Mbits/sec +[ 17] 28.00-29.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 28.00-29.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 28.00-29.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 14.5 MBytes 122 Mbits/sec +[ 7] 29.00-30.00 sec 14.1 MBytes 119 Mbits/sec +[ 9] 29.00-30.00 sec 15.6 MBytes 131 Mbits/sec +[ 11] 29.00-30.00 sec 11.8 MBytes 98.6 Mbits/sec +[ 13] 29.00-30.00 sec 17.9 MBytes 150 Mbits/sec +[ 15] 29.00-30.00 sec 11.4 MBytes 95.5 Mbits/sec +[ 17] 29.00-30.00 sec 13.6 MBytes 114 Mbits/sec +[ 19] 29.00-30.00 sec 13.4 MBytes 112 Mbits/sec +[SUM] 29.00-30.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 353 MBytes 98.7 Mbits/sec 0 sender +[ 5] 0.00-30.00 sec 353 MBytes 98.7 Mbits/sec receiver +[ 7] 0.00-30.00 sec 480 MBytes 134 Mbits/sec 0 sender +[ 7] 0.00-30.00 sec 480 MBytes 134 Mbits/sec receiver +[ 9] 0.00-30.00 sec 348 MBytes 97.4 Mbits/sec 0 sender +[ 9] 0.00-30.00 sec 348 MBytes 97.2 Mbits/sec receiver +[ 11] 0.00-30.00 sec 423 MBytes 118 Mbits/sec 0 sender +[ 11] 0.00-30.00 sec 422 MBytes 118 Mbits/sec receiver +[ 13] 0.00-30.00 sec 514 MBytes 144 Mbits/sec 0 sender +[ 13] 0.00-30.00 sec 514 MBytes 144 Mbits/sec receiver +[ 15] 0.00-30.00 sec 422 MBytes 118 Mbits/sec 0 sender +[ 15] 0.00-30.00 sec 422 MBytes 118 Mbits/sec receiver +[ 17] 0.00-30.00 sec 360 MBytes 101 Mbits/sec 0 sender +[ 17] 0.00-30.00 sec 359 MBytes 100 Mbits/sec receiver +[ 19] 0.00-30.00 sec 470 MBytes 131 Mbits/sec 0 sender +[ 19] 0.00-30.00 sec 469 MBytes 131 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.29 GBytes 942 Mbits/sec 0 sender +[SUM] 0.00-30.00 sec 3.29 GBytes 942 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/11-tsys6-to-tsys4-tcp-forward.log b/returned-logs/iperf/11-tsys6-to-tsys4-tcp-forward.log new file mode 100644 index 0000000..765f9aa --- /dev/null +++ b/returned-logs/iperf/11-tsys6-to-tsys4-tcp-forward.log @@ -0,0 +1,359 @@ +=== iperf3: TCP 8-stream forward (tsys6→tsys4 USB) === +Client: pfv-tsys6 (10.100.100.6) +Server: pfv-tsys4 (10.100.100.4) +Direction: forward +Date: 2026-07-26T21:09:40Z + +Connecting to host 10.100.100.4, port 5201 +[ 5] local 10.100.100.6 port 48485 connected to 10.100.100.4 port 5201 +[ 7] local 10.100.100.6 port 56153 connected to 10.100.100.4 port 5201 +[ 9] local 10.100.100.6 port 60597 connected to 10.100.100.4 port 5201 +[ 11] local 10.100.100.6 port 40103 connected to 10.100.100.4 port 5201 +[ 13] local 10.100.100.6 port 57619 connected to 10.100.100.4 port 5201 +[ 15] local 10.100.100.6 port 60481 connected to 10.100.100.4 port 5201 +[ 17] local 10.100.100.6 port 36301 connected to 10.100.100.4 port 5201 +[ 19] local 10.100.100.6 port 50435 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 28.2 MBytes 237 Mbits/sec 52 263 KBytes (omitted) +[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec 0 116 KBytes (omitted) +[ 9] 0.00-1.00 sec 11.1 MBytes 93.3 Mbits/sec 0 110 KBytes (omitted) +[ 11] 0.00-1.00 sec 11.1 MBytes 93.3 Mbits/sec 9 119 KBytes (omitted) +[ 13] 0.00-1.00 sec 11.1 MBytes 93.3 Mbits/sec 27 124 KBytes (omitted) +[ 15] 0.00-1.00 sec 11.1 MBytes 93.3 Mbits/sec 25 136 KBytes (omitted) +[ 17] 0.00-1.00 sec 27.4 MBytes 230 Mbits/sec 19 272 KBytes (omitted) +[ 19] 0.00-1.00 sec 11.6 MBytes 97.5 Mbits/sec 1 122 KBytes (omitted) +[SUM] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec 133 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec 19 204 KBytes (omitted) +[ 7] 1.00-2.00 sec 12.0 MBytes 101 Mbits/sec 8 122 KBytes (omitted) +[ 9] 1.00-2.00 sec 11.9 MBytes 99.6 Mbits/sec 19 133 KBytes (omitted) +[ 11] 1.00-2.00 sec 12.4 MBytes 104 Mbits/sec 12 147 KBytes (omitted) +[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec 14 201 KBytes (omitted) +[ 15] 1.00-2.00 sec 12.6 MBytes 106 Mbits/sec 6 170 KBytes (omitted) +[ 17] 1.00-2.00 sec 19.5 MBytes 164 Mbits/sec 20 184 KBytes (omitted) +[ 19] 1.00-2.00 sec 11.8 MBytes 98.6 Mbits/sec 20 150 KBytes (omitted) +[SUM] 1.00-2.00 sec 114 MBytes 954 Mbits/sec 118 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 21.6 MBytes 181 Mbits/sec 6 204 KBytes +[ 7] 0.00-1.00 sec 11.2 MBytes 94.3 Mbits/sec 0 119 KBytes +[ 9] 0.00-1.00 sec 11.2 MBytes 94.3 Mbits/sec 4 130 KBytes +[ 11] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec 1 110 KBytes +[ 13] 0.00-1.00 sec 16.0 MBytes 134 Mbits/sec 3 204 KBytes +[ 15] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec 1 161 KBytes +[ 17] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec 1 204 KBytes +[ 19] 0.00-1.00 sec 11.8 MBytes 98.5 Mbits/sec 3 147 KBytes +[SUM] 0.00-1.00 sec 113 MBytes 946 Mbits/sec 19 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec 4 223 KBytes +[ 7] 1.00-2.00 sec 10.4 MBytes 87.0 Mbits/sec 1 113 KBytes +[ 9] 1.00-2.00 sec 10.8 MBytes 90.2 Mbits/sec 0 124 KBytes +[ 11] 1.00-2.00 sec 10.6 MBytes 89.1 Mbits/sec 0 122 KBytes +[ 13] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec 0 218 KBytes +[ 15] 1.00-2.00 sec 10.8 MBytes 90.2 Mbits/sec 0 127 KBytes +[ 17] 1.00-2.00 sec 18.1 MBytes 152 Mbits/sec 0 226 KBytes +[ 19] 1.00-2.00 sec 11.1 MBytes 93.3 Mbits/sec 0 181 KBytes +[SUM] 1.00-2.00 sec 112 MBytes 942 Mbits/sec 5 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 22.5 MBytes 189 Mbits/sec 14 226 KBytes +[ 7] 2.00-3.00 sec 9.75 MBytes 81.8 Mbits/sec 3 105 KBytes +[ 9] 2.00-3.00 sec 10.2 MBytes 86.0 Mbits/sec 1 150 KBytes +[ 11] 2.00-3.00 sec 8.12 MBytes 68.2 Mbits/sec 8 94.7 KBytes +[ 13] 2.00-3.00 sec 16.4 MBytes 137 Mbits/sec 4 181 KBytes +[ 15] 2.00-3.00 sec 11.1 MBytes 93.3 Mbits/sec 0 181 KBytes +[ 17] 2.00-3.00 sec 18.6 MBytes 156 Mbits/sec 8 240 KBytes +[ 19] 2.00-3.00 sec 10.0 MBytes 83.9 Mbits/sec 1 144 KBytes +[SUM] 2.00-3.00 sec 107 MBytes 895 Mbits/sec 39 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 19.2 MBytes 161 Mbits/sec 5 195 KBytes +[ 7] 3.00-4.00 sec 11.5 MBytes 96.5 Mbits/sec 8 119 KBytes +[ 9] 3.00-4.00 sec 11.4 MBytes 95.4 Mbits/sec 1 127 KBytes +[ 11] 3.00-4.00 sec 15.5 MBytes 130 Mbits/sec 1 167 KBytes +[ 13] 3.00-4.00 sec 18.0 MBytes 151 Mbits/sec 10 175 KBytes +[ 15] 3.00-4.00 sec 11.8 MBytes 98.6 Mbits/sec 3 119 KBytes +[ 17] 3.00-4.00 sec 18.2 MBytes 153 Mbits/sec 1 184 KBytes +[ 19] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec 5 139 KBytes +[SUM] 3.00-4.00 sec 118 MBytes 993 Mbits/sec 34 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 18.2 MBytes 153 Mbits/sec 16 195 KBytes +[ 7] 4.00-5.00 sec 9.50 MBytes 79.7 Mbits/sec 3 110 KBytes +[ 9] 4.00-5.00 sec 9.88 MBytes 82.8 Mbits/sec 7 122 KBytes +[ 11] 4.00-5.00 sec 18.5 MBytes 155 Mbits/sec 9 189 KBytes +[ 13] 4.00-5.00 sec 16.9 MBytes 142 Mbits/sec 14 221 KBytes +[ 15] 4.00-5.00 sec 10.5 MBytes 88.1 Mbits/sec 7 107 KBytes +[ 17] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec 16 161 KBytes +[ 19] 4.00-5.00 sec 10.9 MBytes 91.2 Mbits/sec 8 178 KBytes +[SUM] 4.00-5.00 sec 110 MBytes 922 Mbits/sec 80 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec 18 181 KBytes +[ 7] 5.00-6.00 sec 11.6 MBytes 97.5 Mbits/sec 7 139 KBytes +[ 9] 5.00-6.00 sec 11.4 MBytes 95.4 Mbits/sec 9 181 KBytes +[ 11] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec 7 195 KBytes +[ 13] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec 17 204 KBytes +[ 15] 5.00-6.00 sec 3.38 MBytes 28.3 Mbits/sec 13 1.41 KBytes +[ 17] 5.00-6.00 sec 19.4 MBytes 163 Mbits/sec 18 215 KBytes +[ 19] 5.00-6.00 sec 10.1 MBytes 84.9 Mbits/sec 8 184 KBytes +[SUM] 5.00-6.00 sec 110 MBytes 925 Mbits/sec 97 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 19.1 MBytes 160 Mbits/sec 0 178 KBytes +[ 7] 6.00-7.00 sec 11.9 MBytes 99.6 Mbits/sec 0 130 KBytes +[ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec 1 164 KBytes +[ 11] 6.00-7.00 sec 17.4 MBytes 146 Mbits/sec 0 175 KBytes +[ 13] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec 1 232 KBytes +[ 15] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 6.00-7.00 sec 18.0 MBytes 151 Mbits/sec 0 215 KBytes +[ 19] 6.00-7.00 sec 14.2 MBytes 120 Mbits/sec 1 153 KBytes +[SUM] 6.00-7.00 sec 115 MBytes 962 Mbits/sec 4 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec 13 5.66 KBytes +[ 7] 7.00-8.00 sec 10.9 MBytes 91.2 Mbits/sec 6 5.66 KBytes +[ 9] 7.00-8.00 sec 11.4 MBytes 95.4 Mbits/sec 10 5.66 KBytes +[ 11] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec 11 5.66 KBytes +[ 13] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec 11 5.66 KBytes +[ 15] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 7.00-8.00 sec 18.1 MBytes 152 Mbits/sec 11 5.66 KBytes +[ 19] 7.00-8.00 sec 10.8 MBytes 90.2 Mbits/sec 9 153 KBytes +[SUM] 7.00-8.00 sec 112 MBytes 938 Mbits/sec 72 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 16.6 MBytes 139 Mbits/sec 9 178 KBytes +[ 7] 8.00-9.00 sec 10.1 MBytes 84.9 Mbits/sec 15 147 KBytes +[ 9] 8.00-9.00 sec 9.88 MBytes 82.8 Mbits/sec 16 136 KBytes +[ 11] 8.00-9.00 sec 15.6 MBytes 131 Mbits/sec 21 189 KBytes +[ 13] 8.00-9.00 sec 16.9 MBytes 142 Mbits/sec 22 147 KBytes +[ 15] 8.00-9.00 sec 2.62 MBytes 22.0 Mbits/sec 2 246 KBytes +[ 17] 8.00-9.00 sec 16.6 MBytes 139 Mbits/sec 18 243 KBytes +[ 19] 8.00-9.00 sec 10.0 MBytes 83.9 Mbits/sec 22 110 KBytes +[SUM] 8.00-9.00 sec 98.4 MBytes 825 Mbits/sec 125 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 16.5 MBytes 138 Mbits/sec 18 170 KBytes +[ 7] 9.00-10.00 sec 11.5 MBytes 96.5 Mbits/sec 29 161 KBytes +[ 9] 9.00-10.00 sec 2.12 MBytes 17.8 Mbits/sec 11 1.41 KBytes +[ 11] 9.00-10.00 sec 18.6 MBytes 156 Mbits/sec 22 184 KBytes +[ 13] 9.00-10.00 sec 16.1 MBytes 135 Mbits/sec 18 156 KBytes +[ 15] 9.00-10.00 sec 10.2 MBytes 86.0 Mbits/sec 18 240 KBytes +[ 17] 9.00-10.00 sec 17.6 MBytes 148 Mbits/sec 31 204 KBytes +[ 19] 9.00-10.00 sec 11.5 MBytes 96.5 Mbits/sec 18 150 KBytes +[SUM] 9.00-10.00 sec 104 MBytes 875 Mbits/sec 165 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 19.6 MBytes 165 Mbits/sec 10 136 KBytes +[ 7] 10.00-11.00 sec 17.2 MBytes 145 Mbits/sec 0 204 KBytes +[ 9] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 10.00-11.00 sec 18.5 MBytes 155 Mbits/sec 5 153 KBytes +[ 13] 10.00-11.00 sec 13.1 MBytes 110 Mbits/sec 1 133 KBytes +[ 15] 10.00-11.00 sec 14.1 MBytes 119 Mbits/sec 18 280 KBytes +[ 17] 10.00-11.00 sec 18.1 MBytes 152 Mbits/sec 0 184 KBytes +[ 19] 10.00-11.00 sec 18.4 MBytes 154 Mbits/sec 12 141 KBytes +[SUM] 10.00-11.00 sec 119 MBytes 1000 Mbits/sec 47 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 12.0 MBytes 101 Mbits/sec 1 113 KBytes +[ 7] 11.00-12.00 sec 15.0 MBytes 126 Mbits/sec 0 144 KBytes +[ 9] 11.00-12.00 sec 12.1 MBytes 102 Mbits/sec 1 139 KBytes +[ 11] 11.00-12.00 sec 16.6 MBytes 139 Mbits/sec 3 181 KBytes +[ 13] 11.00-12.00 sec 14.1 MBytes 118 Mbits/sec 1 144 KBytes +[ 15] 11.00-12.00 sec 11.8 MBytes 98.5 Mbits/sec 48 305 KBytes +[ 17] 11.00-12.00 sec 15.6 MBytes 131 Mbits/sec 2 192 KBytes +[ 19] 11.00-12.00 sec 15.9 MBytes 133 Mbits/sec 1 133 KBytes +[SUM] 11.00-12.00 sec 113 MBytes 949 Mbits/sec 57 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec 1 175 KBytes +[ 7] 12.00-13.00 sec 9.62 MBytes 80.7 Mbits/sec 0 107 KBytes +[ 9] 12.00-13.00 sec 13.9 MBytes 116 Mbits/sec 1 136 KBytes +[ 11] 12.00-13.00 sec 19.2 MBytes 161 Mbits/sec 0 158 KBytes +[ 13] 12.00-13.00 sec 18.0 MBytes 151 Mbits/sec 1 106 KBytes +[ 15] 12.00-13.00 sec 10.4 MBytes 87.0 Mbits/sec 0 211 KBytes +[ 17] 12.00-13.00 sec 18.4 MBytes 154 Mbits/sec 1 198 KBytes +[ 19] 12.00-13.00 sec 8.75 MBytes 73.4 Mbits/sec 2 99.0 KBytes +[SUM] 12.00-13.00 sec 112 MBytes 942 Mbits/sec 6 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 13.2 MBytes 111 Mbits/sec 6 167 KBytes +[ 7] 13.00-14.00 sec 9.88 MBytes 82.8 Mbits/sec 15 124 KBytes +[ 9] 13.00-14.00 sec 11.1 MBytes 93.3 Mbits/sec 6 170 KBytes +[ 11] 13.00-14.00 sec 17.5 MBytes 147 Mbits/sec 4 192 KBytes +[ 13] 13.00-14.00 sec 17.6 MBytes 148 Mbits/sec 9 144 KBytes +[ 15] 13.00-14.00 sec 9.88 MBytes 82.8 Mbits/sec 66 246 KBytes +[ 17] 13.00-14.00 sec 17.9 MBytes 150 Mbits/sec 11 167 KBytes +[ 19] 13.00-14.00 sec 8.88 MBytes 74.4 Mbits/sec 2 110 KBytes +[SUM] 13.00-14.00 sec 106 MBytes 889 Mbits/sec 119 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 16.5 MBytes 138 Mbits/sec 25 136 KBytes +[ 7] 14.00-15.00 sec 11.0 MBytes 92.3 Mbits/sec 5 112 KBytes +[ 9] 14.00-15.00 sec 16.0 MBytes 134 Mbits/sec 7 201 KBytes +[ 11] 14.00-15.00 sec 17.9 MBytes 150 Mbits/sec 16 143 KBytes +[ 13] 14.00-15.00 sec 19.0 MBytes 159 Mbits/sec 6 124 KBytes +[ 15] 14.00-15.00 sec 11.6 MBytes 97.5 Mbits/sec 74 311 KBytes +[ 17] 14.00-15.00 sec 14.4 MBytes 121 Mbits/sec 22 148 KBytes +[ 19] 14.00-15.00 sec 9.62 MBytes 80.7 Mbits/sec 10 132 KBytes +[SUM] 14.00-15.00 sec 116 MBytes 973 Mbits/sec 165 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 14.9 MBytes 125 Mbits/sec 13 136 KBytes +[ 7] 15.00-16.00 sec 14.0 MBytes 117 Mbits/sec 14 187 KBytes +[ 9] 15.00-16.00 sec 13.6 MBytes 114 Mbits/sec 9 167 KBytes +[ 11] 15.00-16.00 sec 11.2 MBytes 94.4 Mbits/sec 7 147 KBytes +[ 13] 15.00-16.00 sec 17.2 MBytes 145 Mbits/sec 13 141 KBytes +[ 15] 15.00-16.00 sec 12.5 MBytes 105 Mbits/sec 7 387 KBytes +[ 17] 15.00-16.00 sec 14.8 MBytes 124 Mbits/sec 7 167 KBytes +[ 19] 15.00-16.00 sec 16.1 MBytes 135 Mbits/sec 8 181 KBytes +[SUM] 15.00-16.00 sec 114 MBytes 959 Mbits/sec 78 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 13.1 MBytes 110 Mbits/sec 49 158 KBytes +[ 7] 16.00-17.00 sec 14.1 MBytes 118 Mbits/sec 2 119 KBytes +[ 9] 16.00-17.00 sec 14.4 MBytes 121 Mbits/sec 2 181 KBytes +[ 11] 16.00-17.00 sec 12.2 MBytes 103 Mbits/sec 0 201 KBytes +[ 13] 16.00-17.00 sec 11.8 MBytes 98.6 Mbits/sec 5 158 KBytes +[ 15] 16.00-17.00 sec 16.0 MBytes 134 Mbits/sec 2 331 KBytes +[ 17] 16.00-17.00 sec 17.1 MBytes 144 Mbits/sec 7 212 KBytes +[ 19] 16.00-17.00 sec 13.6 MBytes 114 Mbits/sec 1 113 KBytes +[SUM] 16.00-17.00 sec 112 MBytes 943 Mbits/sec 68 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 15.6 MBytes 131 Mbits/sec 1 107 KBytes +[ 7] 17.00-18.00 sec 11.1 MBytes 93.3 Mbits/sec 0 153 KBytes +[ 9] 17.00-18.00 sec 5.88 MBytes 49.3 Mbits/sec 4 150 KBytes +[ 11] 17.00-18.00 sec 15.1 MBytes 127 Mbits/sec 1 161 KBytes +[ 13] 17.00-18.00 sec 16.1 MBytes 135 Mbits/sec 0 164 KBytes +[ 15] 17.00-18.00 sec 13.0 MBytes 109 Mbits/sec 2 379 KBytes +[ 17] 17.00-18.00 sec 22.1 MBytes 186 Mbits/sec 1 225 KBytes +[ 19] 17.00-18.00 sec 12.4 MBytes 104 Mbits/sec 0 139 KBytes +[SUM] 17.00-18.00 sec 111 MBytes 934 Mbits/sec 9 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 9.38 MBytes 78.6 Mbits/sec 69 164 KBytes +[ 7] 18.00-19.00 sec 11.6 MBytes 97.5 Mbits/sec 10 151 KBytes +[ 9] 18.00-19.00 sec 10.5 MBytes 88.1 Mbits/sec 0 175 KBytes +[ 11] 18.00-19.00 sec 10.4 MBytes 87.0 Mbits/sec 1 170 KBytes +[ 13] 18.00-19.00 sec 10.9 MBytes 91.2 Mbits/sec 1 221 KBytes +[ 15] 18.00-19.00 sec 30.6 MBytes 257 Mbits/sec 1 136 KBytes +[ 17] 18.00-19.00 sec 17.0 MBytes 143 Mbits/sec 3 235 KBytes +[ 19] 18.00-19.00 sec 12.0 MBytes 101 Mbits/sec 2 173 KBytes +[SUM] 18.00-19.00 sec 112 MBytes 943 Mbits/sec 87 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 16.5 MBytes 138 Mbits/sec 49 195 KBytes +[ 7] 19.00-20.00 sec 12.6 MBytes 106 Mbits/sec 5 144 KBytes +[ 9] 19.00-20.00 sec 12.9 MBytes 108 Mbits/sec 4 189 KBytes +[ 11] 19.00-20.00 sec 15.6 MBytes 131 Mbits/sec 1 212 KBytes +[ 13] 19.00-20.00 sec 16.4 MBytes 137 Mbits/sec 13 192 KBytes +[ 15] 19.00-20.00 sec 13.0 MBytes 109 Mbits/sec 7 133 KBytes +[ 17] 19.00-20.00 sec 12.5 MBytes 105 Mbits/sec 9 161 KBytes +[ 19] 19.00-20.00 sec 15.9 MBytes 133 Mbits/sec 6 173 KBytes +[SUM] 19.00-20.00 sec 115 MBytes 968 Mbits/sec 94 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 17.8 MBytes 149 Mbits/sec 15 206 KBytes +[ 7] 20.00-21.00 sec 11.8 MBytes 98.6 Mbits/sec 4 147 KBytes +[ 9] 20.00-21.00 sec 12.6 MBytes 106 Mbits/sec 6 173 KBytes +[ 11] 20.00-21.00 sec 14.6 MBytes 123 Mbits/sec 13 218 KBytes +[ 13] 20.00-21.00 sec 14.5 MBytes 122 Mbits/sec 13 201 KBytes +[ 15] 20.00-21.00 sec 10.6 MBytes 89.1 Mbits/sec 2 113 KBytes +[ 17] 20.00-21.00 sec 14.6 MBytes 123 Mbits/sec 1 175 KBytes +[ 19] 20.00-21.00 sec 13.4 MBytes 112 Mbits/sec 0 198 KBytes +[SUM] 20.00-21.00 sec 110 MBytes 922 Mbits/sec 54 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 17.8 MBytes 149 Mbits/sec 6 212 KBytes +[ 7] 21.00-22.00 sec 11.6 MBytes 97.5 Mbits/sec 3 158 KBytes +[ 9] 21.00-22.00 sec 11.9 MBytes 99.6 Mbits/sec 2 167 KBytes +[ 11] 21.00-22.00 sec 14.8 MBytes 124 Mbits/sec 4 192 KBytes +[ 13] 21.00-22.00 sec 15.0 MBytes 126 Mbits/sec 9 184 KBytes +[ 15] 21.00-22.00 sec 10.6 MBytes 89.1 Mbits/sec 0 141 KBytes +[ 17] 21.00-22.00 sec 16.8 MBytes 141 Mbits/sec 3 221 KBytes +[ 19] 21.00-22.00 sec 13.2 MBytes 111 Mbits/sec 1 201 KBytes +[SUM] 21.00-22.00 sec 112 MBytes 936 Mbits/sec 28 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 16.8 MBytes 141 Mbits/sec 16 178 KBytes +[ 7] 22.00-23.00 sec 14.4 MBytes 121 Mbits/sec 7 209 KBytes +[ 9] 22.00-23.00 sec 12.9 MBytes 108 Mbits/sec 10 161 KBytes +[ 11] 22.00-23.00 sec 14.6 MBytes 123 Mbits/sec 13 187 KBytes +[ 13] 22.00-23.00 sec 13.6 MBytes 114 Mbits/sec 5 199 KBytes +[ 15] 22.00-23.00 sec 10.6 MBytes 89.1 Mbits/sec 5 132 KBytes +[ 17] 22.00-23.00 sec 13.9 MBytes 116 Mbits/sec 13 144 KBytes +[ 19] 22.00-23.00 sec 15.5 MBytes 130 Mbits/sec 19 235 KBytes +[SUM] 22.00-23.00 sec 112 MBytes 942 Mbits/sec 88 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 11.5 MBytes 96.5 Mbits/sec 2 164 KBytes +[ 7] 23.00-24.00 sec 19.5 MBytes 164 Mbits/sec 2 221 KBytes +[ 9] 23.00-24.00 sec 12.2 MBytes 103 Mbits/sec 1 136 KBytes +[ 11] 23.00-24.00 sec 13.8 MBytes 115 Mbits/sec 1 192 KBytes +[ 13] 23.00-24.00 sec 14.6 MBytes 123 Mbits/sec 1 156 KBytes +[ 15] 23.00-24.00 sec 11.1 MBytes 93.3 Mbits/sec 1 133 KBytes +[ 17] 23.00-24.00 sec 11.2 MBytes 94.4 Mbits/sec 0 133 KBytes +[ 19] 23.00-24.00 sec 18.2 MBytes 153 Mbits/sec 3 221 KBytes +[SUM] 23.00-24.00 sec 112 MBytes 942 Mbits/sec 11 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 16.9 MBytes 142 Mbits/sec 10 158 KBytes +[ 7] 24.00-25.00 sec 17.9 MBytes 150 Mbits/sec 1 158 KBytes +[ 9] 24.00-25.00 sec 11.2 MBytes 94.4 Mbits/sec 3 156 KBytes +[ 11] 24.00-25.00 sec 13.1 MBytes 110 Mbits/sec 0 218 KBytes +[ 13] 24.00-25.00 sec 11.8 MBytes 98.5 Mbits/sec 5 173 KBytes +[ 15] 24.00-25.00 sec 15.6 MBytes 131 Mbits/sec 4 141 KBytes +[ 17] 24.00-25.00 sec 17.1 MBytes 144 Mbits/sec 0 150 KBytes +[ 19] 24.00-25.00 sec 10.8 MBytes 90.2 Mbits/sec 4 181 KBytes +[SUM] 24.00-25.00 sec 114 MBytes 959 Mbits/sec 27 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 16.5 MBytes 138 Mbits/sec 3 212 KBytes +[ 7] 25.00-26.00 sec 12.6 MBytes 106 Mbits/sec 8 189 KBytes +[ 9] 25.00-26.00 sec 9.62 MBytes 80.8 Mbits/sec 0 136 KBytes +[ 11] 25.00-26.00 sec 12.1 MBytes 102 Mbits/sec 0 223 KBytes +[ 13] 25.00-26.00 sec 14.9 MBytes 125 Mbits/sec 0 175 KBytes +[ 15] 25.00-26.00 sec 10.5 MBytes 88.1 Mbits/sec 1 110 KBytes +[ 17] 25.00-26.00 sec 15.9 MBytes 133 Mbits/sec 0 215 KBytes +[ 19] 25.00-26.00 sec 13.8 MBytes 115 Mbits/sec 0 153 KBytes +[SUM] 25.00-26.00 sec 106 MBytes 889 Mbits/sec 12 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 15.0 MBytes 126 Mbits/sec 3 195 KBytes +[ 7] 26.00-27.00 sec 14.6 MBytes 123 Mbits/sec 3 187 KBytes +[ 9] 26.00-27.00 sec 14.9 MBytes 125 Mbits/sec 8 178 KBytes +[ 11] 26.00-27.00 sec 13.4 MBytes 112 Mbits/sec 9 130 KBytes +[ 13] 26.00-27.00 sec 16.4 MBytes 137 Mbits/sec 5 206 KBytes +[ 15] 26.00-27.00 sec 10.9 MBytes 91.3 Mbits/sec 1 102 KBytes +[ 17] 26.00-27.00 sec 18.9 MBytes 158 Mbits/sec 7 184 KBytes +[ 19] 26.00-27.00 sec 11.9 MBytes 99.7 Mbits/sec 3 150 KBytes +[SUM] 26.00-27.00 sec 116 MBytes 973 Mbits/sec 39 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 17.9 MBytes 150 Mbits/sec 1 153 KBytes +[ 7] 27.00-28.00 sec 12.8 MBytes 107 Mbits/sec 1 173 KBytes +[ 9] 27.00-28.00 sec 14.8 MBytes 124 Mbits/sec 2 181 KBytes +[ 11] 27.00-28.00 sec 11.2 MBytes 94.3 Mbits/sec 0 153 KBytes +[ 13] 27.00-28.00 sec 17.5 MBytes 147 Mbits/sec 2 192 KBytes +[ 15] 27.00-28.00 sec 9.75 MBytes 81.7 Mbits/sec 37 105 KBytes +[ 17] 27.00-28.00 sec 18.0 MBytes 151 Mbits/sec 0 178 KBytes +[ 19] 27.00-28.00 sec 11.9 MBytes 99.5 Mbits/sec 0 139 KBytes +[SUM] 27.00-28.00 sec 114 MBytes 953 Mbits/sec 43 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 13.4 MBytes 112 Mbits/sec 0 151 KBytes +[ 7] 28.00-29.00 sec 9.00 MBytes 75.5 Mbits/sec 0 147 KBytes +[ 9] 28.00-29.00 sec 10.2 MBytes 86.0 Mbits/sec 0 156 KBytes +[ 11] 28.00-29.00 sec 11.4 MBytes 95.4 Mbits/sec 0 175 KBytes +[ 13] 28.00-29.00 sec 12.5 MBytes 105 Mbits/sec 0 189 KBytes +[ 15] 28.00-29.00 sec 23.4 MBytes 196 Mbits/sec 0 151 KBytes +[ 17] 28.00-29.00 sec 12.4 MBytes 104 Mbits/sec 0 126 KBytes +[ 19] 28.00-29.00 sec 11.8 MBytes 98.6 Mbits/sec 0 126 KBytes +[SUM] 28.00-29.00 sec 104 MBytes 872 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 13.0 MBytes 109 Mbits/sec 11 122 KBytes +[ 7] 29.00-30.00 sec 11.4 MBytes 95.4 Mbits/sec 18 124 KBytes +[ 9] 29.00-30.00 sec 13.8 MBytes 115 Mbits/sec 15 161 KBytes +[ 11] 29.00-30.00 sec 17.2 MBytes 145 Mbits/sec 20 218 KBytes +[ 13] 29.00-30.00 sec 17.8 MBytes 149 Mbits/sec 25 189 KBytes +[ 15] 29.00-30.00 sec 11.9 MBytes 99.6 Mbits/sec 33 113 KBytes +[ 17] 29.00-30.00 sec 17.0 MBytes 143 Mbits/sec 7 192 KBytes +[ 19] 29.00-30.00 sec 14.1 MBytes 118 Mbits/sec 16 209 KBytes +[SUM] 29.00-30.00 sec 116 MBytes 974 Mbits/sec 145 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 497 MBytes 139 Mbits/sec 394 sender +[ 5] 0.00-30.21 sec 500 MBytes 139 Mbits/sec receiver +[ 7] 0.00-30.00 sec 370 MBytes 103 Mbits/sec 170 sender +[ 7] 0.00-30.21 sec 372 MBytes 103 Mbits/sec receiver +[ 9] 0.00-30.00 sec 336 MBytes 93.8 Mbits/sec 142 sender +[ 9] 0.00-30.21 sec 337 MBytes 93.6 Mbits/sec receiver +[ 11] 0.00-30.00 sec 446 MBytes 125 Mbits/sec 178 sender +[ 11] 0.00-30.21 sec 448 MBytes 124 Mbits/sec receiver +[ 13] 0.00-30.00 sec 478 MBytes 134 Mbits/sec 215 sender +[ 13] 0.00-30.21 sec 480 MBytes 133 Mbits/sec receiver +[ 15] 0.00-30.00 sec 340 MBytes 95.2 Mbits/sec 355 sender +[ 15] 0.00-30.21 sec 342 MBytes 95.0 Mbits/sec receiver +[ 17] 0.00-30.00 sec 501 MBytes 140 Mbits/sec 198 sender +[ 17] 0.00-30.21 sec 504 MBytes 140 Mbits/sec receiver +[ 19] 0.00-30.00 sec 379 MBytes 106 Mbits/sec 165 sender +[ 19] 0.00-30.21 sec 381 MBytes 106 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.27 GBytes 936 Mbits/sec 1817 sender +[SUM] 0.00-30.21 sec 3.29 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/12-tsys6-to-tsys4-tcp-reverse.log b/returned-logs/iperf/12-tsys6-to-tsys4-tcp-reverse.log new file mode 100644 index 0000000..3d04321 --- /dev/null +++ b/returned-logs/iperf/12-tsys6-to-tsys4-tcp-reverse.log @@ -0,0 +1,360 @@ +=== iperf3: TCP 8-stream reverse (tsys4 USB→tsys6) === +Client: pfv-tsys6 (10.100.100.6) +Server: pfv-tsys4 (10.100.100.4) +Direction: reverse +Date: 2026-07-26T21:10:15Z + +Connecting to host 10.100.100.4, port 5201 +Reverse mode, remote host 10.100.100.4 is sending +[ 5] local 10.100.100.6 port 37789 connected to 10.100.100.4 port 5201 +[ 7] local 10.100.100.6 port 52405 connected to 10.100.100.4 port 5201 +[ 9] local 10.100.100.6 port 41365 connected to 10.100.100.4 port 5201 +[ 11] local 10.100.100.6 port 48319 connected to 10.100.100.4 port 5201 +[ 13] local 10.100.100.6 port 52673 connected to 10.100.100.4 port 5201 +[ 15] local 10.100.100.6 port 33981 connected to 10.100.100.4 port 5201 +[ 17] local 10.100.100.6 port 36315 connected to 10.100.100.4 port 5201 +[ 19] local 10.100.100.6 port 53285 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate +[ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec (omitted) +[ 7] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec (omitted) +[ 9] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec (omitted) +[ 11] 0.00-1.00 sec 12.8 MBytes 107 Mbits/sec (omitted) +[ 13] 0.00-1.00 sec 13.6 MBytes 114 Mbits/sec (omitted) +[ 15] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec (omitted) +[ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec (omitted) +[ 19] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec (omitted) +[SUM] 0.00-1.00 sec 106 MBytes 888 Mbits/sec (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 11.5 MBytes 96.4 Mbits/sec (omitted) +[ 7] 1.00-2.00 sec 11.4 MBytes 95.4 Mbits/sec (omitted) +[ 9] 1.00-2.00 sec 12.2 MBytes 103 Mbits/sec (omitted) +[ 11] 1.00-2.00 sec 12.2 MBytes 103 Mbits/sec (omitted) +[ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec (omitted) +[ 15] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec (omitted) +[ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec (omitted) +[ 19] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec (omitted) +[SUM] 1.00-2.00 sec 102 MBytes 853 Mbits/sec (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec +[ 7] 0.00-1.00 sec 11.9 MBytes 99.5 Mbits/sec +[ 9] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec +[ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec +[ 13] 0.00-1.00 sec 13.5 MBytes 113 Mbits/sec +[ 15] 0.00-1.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 0.00-1.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 0.00-1.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 0.00-1.00 sec 104 MBytes 870 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 11.5 MBytes 96.6 Mbits/sec +[ 7] 1.00-2.00 sec 11.6 MBytes 97.6 Mbits/sec +[ 9] 1.00-2.00 sec 12.2 MBytes 103 Mbits/sec +[ 11] 1.00-2.00 sec 12.4 MBytes 104 Mbits/sec +[ 13] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec +[ 15] 1.00-2.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 1.00-2.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 1.00-2.00 sec 14.0 MBytes 118 Mbits/sec +[SUM] 1.00-2.00 sec 102 MBytes 861 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 11.5 MBytes 96.5 Mbits/sec +[ 7] 2.00-3.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 9] 2.00-3.00 sec 12.4 MBytes 104 Mbits/sec +[ 11] 2.00-3.00 sec 12.2 MBytes 103 Mbits/sec +[ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec +[ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 2.00-3.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 2.00-3.00 sec 102 MBytes 860 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 7] 3.00-4.00 sec 11.6 MBytes 97.5 Mbits/sec +[ 9] 3.00-4.00 sec 12.4 MBytes 104 Mbits/sec +[ 11] 3.00-4.00 sec 12.4 MBytes 104 Mbits/sec +[ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec +[ 15] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 3.00-4.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 3.00-4.00 sec 102 MBytes 860 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 11.6 MBytes 97.4 Mbits/sec +[ 7] 4.00-5.00 sec 11.8 MBytes 98.4 Mbits/sec +[ 9] 4.00-5.00 sec 12.4 MBytes 104 Mbits/sec +[ 11] 4.00-5.00 sec 12.4 MBytes 104 Mbits/sec +[ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec +[ 15] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 4.00-5.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 4.00-5.00 sec 103 MBytes 863 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 12.1 MBytes 102 Mbits/sec +[ 7] 5.00-6.00 sec 12.0 MBytes 101 Mbits/sec +[ 9] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec +[ 11] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec +[ 13] 5.00-6.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 5.00-6.00 sec 14.2 MBytes 120 Mbits/sec +[ 17] 5.00-6.00 sec 14.4 MBytes 121 Mbits/sec +[ 19] 5.00-6.00 sec 14.6 MBytes 123 Mbits/sec +[SUM] 5.00-6.00 sec 107 MBytes 895 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 12.0 MBytes 101 Mbits/sec +[ 7] 6.00-7.00 sec 12.1 MBytes 102 Mbits/sec +[ 9] 6.00-7.00 sec 12.8 MBytes 107 Mbits/sec +[ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec +[ 13] 6.00-7.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 6.00-7.00 sec 14.4 MBytes 121 Mbits/sec +[ 17] 6.00-7.00 sec 14.6 MBytes 123 Mbits/sec +[ 19] 6.00-7.00 sec 14.8 MBytes 124 Mbits/sec +[SUM] 6.00-7.00 sec 108 MBytes 901 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 11.9 MBytes 99.7 Mbits/sec +[ 7] 7.00-8.00 sec 12.0 MBytes 101 Mbits/sec +[ 9] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec +[ 11] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec +[ 13] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 7.00-8.00 sec 14.2 MBytes 120 Mbits/sec +[ 17] 7.00-8.00 sec 14.2 MBytes 120 Mbits/sec +[ 19] 7.00-8.00 sec 14.4 MBytes 121 Mbits/sec +[SUM] 7.00-8.00 sec 106 MBytes 887 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec +[ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec +[ 9] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec +[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec +[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec +[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec +[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec +[ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec +[SUM] 8.00-9.00 sec 105 MBytes 881 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec +[ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec +[ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec +[ 11] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec +[ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec +[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec +[ 17] 9.00-10.00 sec 12.8 MBytes 107 Mbits/sec +[ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec +[SUM] 9.00-10.00 sec 106 MBytes 891 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 13.1 MBytes 110 Mbits/sec +[ 7] 10.00-11.00 sec 13.4 MBytes 112 Mbits/sec +[ 9] 10.00-11.00 sec 13.1 MBytes 110 Mbits/sec +[ 11] 10.00-11.00 sec 13.4 MBytes 112 Mbits/sec +[ 13] 10.00-11.00 sec 13.1 MBytes 110 Mbits/sec +[ 15] 10.00-11.00 sec 13.0 MBytes 109 Mbits/sec +[ 17] 10.00-11.00 sec 13.1 MBytes 110 Mbits/sec +[ 19] 10.00-11.00 sec 13.4 MBytes 112 Mbits/sec +[SUM] 10.00-11.00 sec 106 MBytes 886 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 11.00-12.00 sec 13.5 MBytes 113 Mbits/sec +[ 9] 11.00-12.00 sec 13.1 MBytes 110 Mbits/sec +[ 11] 11.00-12.00 sec 13.2 MBytes 111 Mbits/sec +[ 13] 11.00-12.00 sec 13.2 MBytes 111 Mbits/sec +[ 15] 11.00-12.00 sec 13.4 MBytes 112 Mbits/sec +[ 17] 11.00-12.00 sec 13.2 MBytes 111 Mbits/sec +[ 19] 11.00-12.00 sec 13.2 MBytes 111 Mbits/sec +[SUM] 11.00-12.00 sec 107 MBytes 896 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 14.0 MBytes 118 Mbits/sec +[ 7] 12.00-13.00 sec 13.5 MBytes 113 Mbits/sec +[ 9] 12.00-13.00 sec 13.6 MBytes 114 Mbits/sec +[ 11] 12.00-13.00 sec 14.0 MBytes 118 Mbits/sec +[ 13] 12.00-13.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 12.00-13.00 sec 13.2 MBytes 111 Mbits/sec +[ 17] 12.00-13.00 sec 13.5 MBytes 113 Mbits/sec +[ 19] 12.00-13.00 sec 13.8 MBytes 115 Mbits/sec +[SUM] 12.00-13.00 sec 109 MBytes 918 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 13.00-14.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 13.00-14.00 sec 13.5 MBytes 113 Mbits/sec +[ 11] 13.00-14.00 sec 14.5 MBytes 122 Mbits/sec +[ 13] 13.00-14.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 13.00-14.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 13.00-14.00 sec 13.8 MBytes 115 Mbits/sec +[ 19] 13.00-14.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 13.00-14.00 sec 111 MBytes 929 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 14.2 MBytes 120 Mbits/sec +[ 7] 14.00-15.00 sec 14.1 MBytes 118 Mbits/sec +[ 9] 14.00-15.00 sec 13.6 MBytes 114 Mbits/sec +[ 11] 14.00-15.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 14.00-15.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 14.00-15.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 14.00-15.00 sec 13.9 MBytes 116 Mbits/sec +[ 19] 14.00-15.00 sec 13.8 MBytes 115 Mbits/sec +[SUM] 14.00-15.00 sec 111 MBytes 932 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 14.0 MBytes 118 Mbits/sec +[ 7] 15.00-16.00 sec 14.0 MBytes 118 Mbits/sec +[ 9] 15.00-16.00 sec 13.8 MBytes 115 Mbits/sec +[ 11] 15.00-16.00 sec 13.9 MBytes 117 Mbits/sec +[ 13] 15.00-16.00 sec 14.1 MBytes 119 Mbits/sec +[ 15] 15.00-16.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 15.00-16.00 sec 13.9 MBytes 117 Mbits/sec +[ 19] 15.00-16.00 sec 13.9 MBytes 117 Mbits/sec +[SUM] 15.00-16.00 sec 111 MBytes 934 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 16.00-17.00 sec 14.1 MBytes 118 Mbits/sec +[ 9] 16.00-17.00 sec 13.6 MBytes 114 Mbits/sec +[ 11] 16.00-17.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 16.00-17.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 16.00-17.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 16.00-17.00 sec 13.9 MBytes 116 Mbits/sec +[ 19] 16.00-17.00 sec 13.8 MBytes 115 Mbits/sec +[SUM] 16.00-17.00 sec 110 MBytes 926 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 14.1 MBytes 118 Mbits/sec +[ 7] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 17.00-18.00 sec 14.1 MBytes 118 Mbits/sec +[ 11] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 17.00-18.00 sec 13.6 MBytes 114 Mbits/sec +[ 17] 17.00-18.00 sec 13.6 MBytes 114 Mbits/sec +[ 19] 17.00-18.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 17.00-18.00 sec 111 MBytes 934 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 14.2 MBytes 120 Mbits/sec +[ 7] 18.00-19.00 sec 14.1 MBytes 118 Mbits/sec +[ 9] 18.00-19.00 sec 14.2 MBytes 120 Mbits/sec +[ 11] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 18.00-19.00 sec 13.8 MBytes 115 Mbits/sec +[ 17] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 18.00-19.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 19.00-20.00 sec 14.2 MBytes 120 Mbits/sec +[ 9] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec +[ 11] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec +[ 13] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 19.00-20.00 sec 14.1 MBytes 118 Mbits/sec +[ 17] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 19.00-20.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 14.2 MBytes 119 Mbits/sec +[ 7] 20.00-21.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 20.00-21.00 sec 13.9 MBytes 116 Mbits/sec +[ 11] 20.00-21.00 sec 14.2 MBytes 119 Mbits/sec +[ 13] 20.00-21.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 20.00-21.00 sec 14.0 MBytes 117 Mbits/sec +[ 17] 20.00-21.00 sec 14.1 MBytes 118 Mbits/sec +[ 19] 20.00-21.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 20.00-21.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 21.00-22.00 sec 14.1 MBytes 119 Mbits/sec +[ 9] 21.00-22.00 sec 13.8 MBytes 115 Mbits/sec +[ 11] 21.00-22.00 sec 13.9 MBytes 116 Mbits/sec +[ 13] 21.00-22.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 21.00-22.00 sec 14.2 MBytes 120 Mbits/sec +[ 17] 21.00-22.00 sec 14.0 MBytes 118 Mbits/sec +[ 19] 21.00-22.00 sec 14.2 MBytes 120 Mbits/sec +[SUM] 21.00-22.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 14.0 MBytes 117 Mbits/sec +[ 7] 22.00-23.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 22.00-23.00 sec 14.2 MBytes 120 Mbits/sec +[ 11] 22.00-23.00 sec 14.0 MBytes 117 Mbits/sec +[ 13] 22.00-23.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 22.00-23.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 22.00-23.00 sec 14.1 MBytes 119 Mbits/sec +[ 19] 22.00-23.00 sec 14.1 MBytes 119 Mbits/sec +[SUM] 22.00-23.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 23.00-24.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 23.00-24.00 sec 14.2 MBytes 120 Mbits/sec +[ 11] 23.00-24.00 sec 14.4 MBytes 121 Mbits/sec +[ 13] 23.00-24.00 sec 13.8 MBytes 115 Mbits/sec +[ 15] 23.00-24.00 sec 14.0 MBytes 117 Mbits/sec +[ 17] 23.00-24.00 sec 14.1 MBytes 118 Mbits/sec +[ 19] 23.00-24.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 23.00-24.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 14.2 MBytes 119 Mbits/sec +[ 7] 24.00-25.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 24.00-25.00 sec 14.5 MBytes 122 Mbits/sec +[ 11] 24.00-25.00 sec 14.1 MBytes 118 Mbits/sec +[ 13] 24.00-25.00 sec 13.5 MBytes 113 Mbits/sec +[ 15] 24.00-25.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 24.00-25.00 sec 14.2 MBytes 119 Mbits/sec +[ 19] 24.00-25.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 24.00-25.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 14.0 MBytes 118 Mbits/sec +[ 7] 25.00-26.00 sec 14.0 MBytes 118 Mbits/sec +[ 9] 25.00-26.00 sec 14.0 MBytes 118 Mbits/sec +[ 11] 25.00-26.00 sec 14.1 MBytes 119 Mbits/sec +[ 13] 25.00-26.00 sec 14.1 MBytes 119 Mbits/sec +[ 15] 25.00-26.00 sec 14.1 MBytes 119 Mbits/sec +[ 17] 25.00-26.00 sec 14.2 MBytes 120 Mbits/sec +[ 19] 25.00-26.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 25.00-26.00 sec 112 MBytes 942 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 13.8 MBytes 115 Mbits/sec +[ 7] 26.00-27.00 sec 13.9 MBytes 116 Mbits/sec +[ 9] 26.00-27.00 sec 14.0 MBytes 117 Mbits/sec +[ 11] 26.00-27.00 sec 14.2 MBytes 120 Mbits/sec +[ 13] 26.00-27.00 sec 14.0 MBytes 117 Mbits/sec +[ 15] 26.00-27.00 sec 14.0 MBytes 117 Mbits/sec +[ 17] 26.00-27.00 sec 14.2 MBytes 120 Mbits/sec +[ 19] 26.00-27.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 26.00-27.00 sec 112 MBytes 941 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 13.9 MBytes 116 Mbits/sec +[ 7] 27.00-28.00 sec 14.4 MBytes 121 Mbits/sec +[ 9] 27.00-28.00 sec 13.8 MBytes 115 Mbits/sec +[ 11] 27.00-28.00 sec 14.1 MBytes 118 Mbits/sec +[ 13] 27.00-28.00 sec 13.9 MBytes 116 Mbits/sec +[ 15] 27.00-28.00 sec 14.0 MBytes 117 Mbits/sec +[ 17] 27.00-28.00 sec 13.9 MBytes 116 Mbits/sec +[ 19] 27.00-28.00 sec 14.0 MBytes 117 Mbits/sec +[SUM] 27.00-28.00 sec 112 MBytes 938 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 14.2 MBytes 120 Mbits/sec +[ 7] 28.00-29.00 sec 14.0 MBytes 117 Mbits/sec +[ 9] 28.00-29.00 sec 14.0 MBytes 117 Mbits/sec +[ 11] 28.00-29.00 sec 14.2 MBytes 120 Mbits/sec +[ 13] 28.00-29.00 sec 14.1 MBytes 118 Mbits/sec +[ 15] 28.00-29.00 sec 13.9 MBytes 116 Mbits/sec +[ 17] 28.00-29.00 sec 14.0 MBytes 117 Mbits/sec +[ 19] 28.00-29.00 sec 13.9 MBytes 116 Mbits/sec +[SUM] 28.00-29.00 sec 112 MBytes 943 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 14.1 MBytes 119 Mbits/sec +[ 7] 29.00-30.00 sec 14.0 MBytes 118 Mbits/sec +[ 9] 29.00-30.00 sec 14.0 MBytes 118 Mbits/sec +[ 11] 29.00-30.00 sec 14.0 MBytes 118 Mbits/sec +[ 13] 29.00-30.00 sec 13.6 MBytes 114 Mbits/sec +[ 15] 29.00-30.00 sec 14.4 MBytes 121 Mbits/sec +[ 17] 29.00-30.00 sec 14.2 MBytes 120 Mbits/sec +[ 19] 29.00-30.00 sec 13.6 MBytes 114 Mbits/sec +[SUM] 29.00-30.00 sec 112 MBytes 940 Mbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 401 MBytes 112 Mbits/sec 0 sender +[ 5] 0.00-30.00 sec 400 MBytes 112 Mbits/sec receiver +[ 7] 0.00-30.00 sec 402 MBytes 112 Mbits/sec 0 sender +[ 7] 0.00-30.00 sec 400 MBytes 112 Mbits/sec receiver +[ 9] 0.00-30.00 sec 404 MBytes 113 Mbits/sec 0 sender +[ 9] 0.00-30.00 sec 403 MBytes 113 Mbits/sec receiver +[ 11] 0.00-30.00 sec 407 MBytes 114 Mbits/sec 0 sender +[ 11] 0.00-30.00 sec 407 MBytes 114 Mbits/sec receiver +[ 13] 0.00-30.00 sec 412 MBytes 115 Mbits/sec 0 sender +[ 13] 0.00-30.00 sec 411 MBytes 115 Mbits/sec receiver +[ 15] 0.00-30.00 sec 414 MBytes 116 Mbits/sec 0 sender +[ 15] 0.00-30.00 sec 414 MBytes 116 Mbits/sec receiver +[ 17] 0.00-30.00 sec 416 MBytes 116 Mbits/sec 0 sender +[ 17] 0.00-30.00 sec 416 MBytes 116 Mbits/sec receiver +[ 19] 0.00-30.00 sec 417 MBytes 117 Mbits/sec 0 sender +[ 19] 0.00-30.00 sec 417 MBytes 117 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.20 GBytes 915 Mbits/sec 0 sender +[SUM] 0.00-30.00 sec 3.19 GBytes 914 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/lacp-retrans-receiver.console b/returned-logs/iperf/lacp-retrans-receiver.console new file mode 100644 index 0000000..a141905 --- /dev/null +++ b/returned-logs/iperf/lacp-retrans-receiver.console @@ -0,0 +1,63 @@ +=== LACP retransmit cause investigation (receiver) === +Host: pfv-tsys6 Role: receiver +Date: 2026-07-27T13:57:50Z +Bond: bond0 + +--- bond0 hash + driver --- +Bonding Mode: IEEE 802.3ad Dynamic link aggregation +Transmit Hash Policy: layer3+4 (1) + Number of ports: 2 + Partner Mac Address: 00:13:72:46:95:e4 + nic1 driver=bnx2 speed=1000 current RX ring=2040 + nic2 driver=bnx2 speed=1000 current RX ring=2040 + +--- BEFORE snapshots --- +[receiver] starting iperf3 -s -1 on 10.100.100.6 ... +--- AFTER snapshots --- + +--- iperf3 summary --- +[SUM] 0.00-12.00 sec 2.36 GBytes 1.69 Gbits/sec receiver + +--- TCP SNMP deltas (/proc/net/snmp) --- + ActiveOpens 82825 -> 82853 delta=28 + PassiveOpens 12139 -> 12148 delta=9 + EstabResets 3 -> 4 delta=1 + InSegs 4295069 -> 4586141 delta=291072 + OutSegs 9518841 -> 9761558 delta=242717 + RetransSegs 68841 -> 68886 delta=45 + OutRsts 1605 -> 1661 delta=56 + +--- softnet_stat deltas (look for non-zero dropped_delta/squeezed_delta) --- + +--- NIC counter deltas (only non-zero) --- + [nic1] sysfs multicast 38589 -> 38603 delta=14 + [nic2] sysfs multicast 16188 -> 16194 delta=6 + +--- raw iperf3 tail (last 12 lines) --- +[SUM] 12.00-12.00 sec 640 KBytes 1.69 Gbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate +[ 5] 0.00-12.00 sec 538 MBytes 376 Mbits/sec receiver +[ 8] 0.00-12.00 sec 81.5 MBytes 57.0 Mbits/sec receiver +[ 10] 0.00-12.00 sec 69.4 MBytes 48.5 Mbits/sec receiver +[ 12] 0.00-12.00 sec 402 MBytes 281 Mbits/sec receiver +[ 14] 0.00-12.00 sec 87.2 MBytes 61.0 Mbits/sec receiver +[ 16] 0.00-12.00 sec 538 MBytes 376 Mbits/sec receiver +[ 18] 0.00-12.00 sec 378 MBytes 264 Mbits/sec receiver +[ 20] 0.00-12.00 sec 327 MBytes 228 Mbits/sec receiver +[SUM] 0.00-12.00 sec 2.36 GBytes 1.69 Gbits/sec receiver + +=================================================================== + HOW TO READ THIS +=================================================================== + - If NIC rx_dropped / rx_missed_errors / rx_fifo_errors climbed: + -> ring buffers too small. Fix: ethtool -G $IF rx 4096 (or max). + - If softnet_stat 'dropped' or 'squeezed' climbed on any CPU: + -> softirq starvation. Fix: increase net.core.netdev_budget, + check IRQ affinity, consider RPS. + - If NEITHER of the above climbed but TCP RetransSegs did: + -> the retransmits are LACP reordering (out-of-order segments + triggering fast retransmit), NOT packet loss. NOT fixable. +=================================================================== + +Log: /root/lacp-retrans-receiver.log diff --git a/returned-logs/iperf/lacp-retrans-receiver.log b/returned-logs/iperf/lacp-retrans-receiver.log new file mode 100644 index 0000000..837efb0 --- /dev/null +++ b/returned-logs/iperf/lacp-retrans-receiver.log @@ -0,0 +1,58 @@ +=== LACP retransmit cause investigation (receiver) === +Host: pfv-tsys6 Role: receiver +Date: 2026-07-27T13:57:50Z +Bond: bond0 + +--- bond0 hash + driver --- +Bonding Mode: IEEE 802.3ad Dynamic link aggregation +Transmit Hash Policy: layer3+4 (1) + Number of ports: 2 + Partner Mac Address: 00:13:72:46:95:e4 + nic1 driver=bnx2 speed=1000 current RX ring=2040 + nic2 driver=bnx2 speed=1000 current RX ring=2040 + + +--- iperf3 summary --- +[SUM] 0.00-12.00 sec 2.36 GBytes 1.69 Gbits/sec receiver + +--- TCP SNMP deltas (/proc/net/snmp) --- + ActiveOpens 82825 -> 82853 delta=28 + PassiveOpens 12139 -> 12148 delta=9 + EstabResets 3 -> 4 delta=1 + InSegs 4295069 -> 4586141 delta=291072 + OutSegs 9518841 -> 9761558 delta=242717 + RetransSegs 68841 -> 68886 delta=45 + OutRsts 1605 -> 1661 delta=56 + +--- softnet_stat deltas (look for non-zero dropped_delta/squeezed_delta) --- + +--- NIC counter deltas (only non-zero) --- + [nic1] sysfs multicast 38589 -> 38603 delta=14 + [nic2] sysfs multicast 16188 -> 16194 delta=6 + +--- raw iperf3 tail (last 12 lines) --- +[SUM] 12.00-12.00 sec 640 KBytes 1.69 Gbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate +[ 5] 0.00-12.00 sec 538 MBytes 376 Mbits/sec receiver +[ 8] 0.00-12.00 sec 81.5 MBytes 57.0 Mbits/sec receiver +[ 10] 0.00-12.00 sec 69.4 MBytes 48.5 Mbits/sec receiver +[ 12] 0.00-12.00 sec 402 MBytes 281 Mbits/sec receiver +[ 14] 0.00-12.00 sec 87.2 MBytes 61.0 Mbits/sec receiver +[ 16] 0.00-12.00 sec 538 MBytes 376 Mbits/sec receiver +[ 18] 0.00-12.00 sec 378 MBytes 264 Mbits/sec receiver +[ 20] 0.00-12.00 sec 327 MBytes 228 Mbits/sec receiver +[SUM] 0.00-12.00 sec 2.36 GBytes 1.69 Gbits/sec receiver + +=================================================================== + HOW TO READ THIS +=================================================================== + - If NIC rx_dropped / rx_missed_errors / rx_fifo_errors climbed: + -> ring buffers too small. Fix: ethtool -G $IF rx 4096 (or max). + - If softnet_stat 'dropped' or 'squeezed' climbed on any CPU: + -> softirq starvation. Fix: increase net.core.netdev_budget, + check IRQ affinity, consider RPS. + - If NEITHER of the above climbed but TCP RetransSegs did: + -> the retransmits are LACP reordering (out-of-order segments + triggering fast retransmit), NOT packet loss. NOT fixable. +=================================================================== diff --git a/returned-logs/iperf/lacp-retrans-sender.log b/returned-logs/iperf/lacp-retrans-sender.log new file mode 100644 index 0000000..ec3a805 --- /dev/null +++ b/returned-logs/iperf/lacp-retrans-sender.log @@ -0,0 +1,57 @@ +=== LACP retransmit cause investigation (sender) === +Host: pfv-tsys7 Role: sender +Date: 2026-07-27T13:57:55Z +Bond: bond0 + +--- bond0 hash + driver --- +Bonding Mode: IEEE 802.3ad Dynamic link aggregation +Transmit Hash Policy: layer3+4 (1) + Number of ports: 2 + Partner Mac Address: 00:13:72:46:95:e4 + nic1 driver=tg3 speed=1000 current RX ring=2047 + nic2 driver=tg3 speed=1000 current RX ring=2047 + + +--- iperf3 summary --- +[SUM] 0.00-12.00 sec 2.37 GBytes 1.69 Gbits/sec 69187 sender +[SUM] 0.00-12.00 sec 2.36 GBytes 1.69 Gbits/sec receiver + +--- TCP SNMP deltas (/proc/net/snmp) --- + ActiveOpens 80334 -> 80371 delta=37 + EstabResets 14 -> 21 delta=7 + InSegs 3887134 -> 4130320 delta=243186 + OutSegs 10112473 -> 12172271 delta=2059798 + RetransSegs 259532 -> 340946 delta=81414 + +--- softnet_stat deltas (look for non-zero dropped_delta/squeezed_delta) --- + +--- NIC counter deltas (only non-zero) --- + [nic1] sysfs multicast 16340 -> 16342 delta=2 + [nic2] sysfs multicast 38862 -> 38872 delta=10 + +--- raw iperf3 tail (last 12 lines) --- +[ 13] 0.00-12.00 sec 87.9 MBytes 61.4 Mbits/sec 7050 sender +[ 13] 0.00-12.00 sec 87.2 MBytes 61.0 Mbits/sec receiver +[ 15] 0.00-12.00 sec 538 MBytes 376 Mbits/sec 0 sender +[ 15] 0.00-12.00 sec 538 MBytes 376 Mbits/sec receiver +[ 17] 0.00-12.00 sec 378 MBytes 264 Mbits/sec 19608 sender +[ 17] 0.00-12.00 sec 378 MBytes 264 Mbits/sec receiver +[ 19] 0.00-12.00 sec 327 MBytes 229 Mbits/sec 12049 sender +[ 19] 0.00-12.00 sec 327 MBytes 228 Mbits/sec receiver +[SUM] 0.00-12.00 sec 2.37 GBytes 1.69 Gbits/sec 69187 sender +[SUM] 0.00-12.00 sec 2.36 GBytes 1.69 Gbits/sec receiver + +iperf Done. + +=================================================================== + HOW TO READ THIS +=================================================================== + - If NIC rx_dropped / rx_missed_errors / rx_fifo_errors climbed: + -> ring buffers too small. Fix: ethtool -G $IF rx 4096 (or max). + - If softnet_stat 'dropped' or 'squeezed' climbed on any CPU: + -> softirq starvation. Fix: increase net.core.netdev_budget, + check IRQ affinity, consider RPS. + - If NEITHER of the above climbed but TCP RetransSegs did: + -> the retransmits are LACP reordering (out-of-order segments + triggering fast retransmit), NOT packet loss. NOT fixable. +=================================================================== diff --git a/returned-logs/iperf/lacp-rx-receiver.console b/returned-logs/iperf/lacp-rx-receiver.console new file mode 100644 index 0000000..a11d4fb --- /dev/null +++ b/returned-logs/iperf/lacp-rx-receiver.console @@ -0,0 +1,58 @@ +=== LACP per-slave distribution (receiver) === +Host: pfv-tsys6 Role: receiver +Date: 2026-07-27T13:50:18Z +Bond: bond0 + +--- bond0 state --- +Bonding Mode: IEEE 802.3ad Dynamic link aggregation +Transmit Hash Policy: layer3+4 (1) + Number of ports: 2 + Partner Mac Address: 00:13:72:46:95:e4 +Slave Interface: nic1 +Link Failure Count: 0 +Slave Interface: nic2 +Link Failure Count: 0 + +[receiver] starting one-shot iperf3 server on 10.100.100.6 ... +[receiver] iperf3 server finished. + +--- iperf3 output (raw tail) --- +[ 16] 11.00-12.00 sec 22.9 MBytes 192 Mbits/sec +[ 18] 11.00-12.00 sec 19.4 MBytes 163 Mbits/sec +[ 20] 11.00-12.00 sec 23.0 MBytes 193 Mbits/sec +[SUM] 11.00-12.00 sec 218 MBytes 1.83 Gbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-12.00 sec 128 KBytes 531 Mbits/sec +[ 8] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[ 10] 12.00-12.00 sec 128 KBytes 538 Mbits/sec +[ 12] 12.00-12.00 sec 128 KBytes 536 Mbits/sec +[ 14] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[ 16] 12.00-12.00 sec 128 KBytes 536 Mbits/sec +[ 18] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[ 20] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 12.00-12.00 sec 512 KBytes 2.13 Gbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate +[ 5] 0.00-12.00 sec 443 MBytes 310 Mbits/sec receiver +[ 8] 0.00-12.00 sec 236 MBytes 165 Mbits/sec receiver +[ 10] 0.00-12.00 sec 431 MBytes 301 Mbits/sec receiver +[ 12] 0.00-12.00 sec 276 MBytes 193 Mbits/sec receiver +[ 14] 0.00-12.00 sec 432 MBytes 302 Mbits/sec receiver +[ 16] 0.00-12.00 sec 276 MBytes 193 Mbits/sec receiver +[ 18] 0.00-12.00 sec 239 MBytes 167 Mbits/sec receiver +[ 20] 0.00-12.00 sec 277 MBytes 194 Mbits/sec receiver +[SUM] 0.00-12.00 sec 2.55 GBytes 1.82 Gbits/sec receiver + + +--- Receiver RX (THE key column) (bytes) --- + SLAVE BEFORE AFTER DELTA PCT + nic1 2466136684 4111042134 1644905450 50.4% + nic2 34545914 1655157784 1620611870 49.6% + TOTAL 3265517320 100.0% + +=================================================================== + VERDICT: switch IS distributing (top slave 'nic1' = 50.4%). + Cap is host-side: softirq/CPU/bridge/NIC coalescing. +=================================================================== + +Log written: /root/lacp-rx-receiver.log diff --git a/returned-logs/iperf/lacp-rx-receiver.log b/returned-logs/iperf/lacp-rx-receiver.log new file mode 100644 index 0000000..12c6061 --- /dev/null +++ b/returned-logs/iperf/lacp-rx-receiver.log @@ -0,0 +1,54 @@ +=== LACP per-slave distribution (receiver) === +Host: pfv-tsys6 Role: receiver +Date: 2026-07-27T13:50:18Z +Bond: bond0 + +--- bond0 state --- +Bonding Mode: IEEE 802.3ad Dynamic link aggregation +Transmit Hash Policy: layer3+4 (1) + Number of ports: 2 + Partner Mac Address: 00:13:72:46:95:e4 +Slave Interface: nic1 +Link Failure Count: 0 +Slave Interface: nic2 +Link Failure Count: 0 + + +--- iperf3 output (raw tail) --- +[ 16] 11.00-12.00 sec 22.9 MBytes 192 Mbits/sec +[ 18] 11.00-12.00 sec 19.4 MBytes 163 Mbits/sec +[ 20] 11.00-12.00 sec 23.0 MBytes 193 Mbits/sec +[SUM] 11.00-12.00 sec 218 MBytes 1.83 Gbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-12.00 sec 128 KBytes 531 Mbits/sec +[ 8] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[ 10] 12.00-12.00 sec 128 KBytes 538 Mbits/sec +[ 12] 12.00-12.00 sec 128 KBytes 536 Mbits/sec +[ 14] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[ 16] 12.00-12.00 sec 128 KBytes 536 Mbits/sec +[ 18] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[ 20] 12.00-12.00 sec 0.00 Bytes 0.00 bits/sec +[SUM] 12.00-12.00 sec 512 KBytes 2.13 Gbits/sec +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate +[ 5] 0.00-12.00 sec 443 MBytes 310 Mbits/sec receiver +[ 8] 0.00-12.00 sec 236 MBytes 165 Mbits/sec receiver +[ 10] 0.00-12.00 sec 431 MBytes 301 Mbits/sec receiver +[ 12] 0.00-12.00 sec 276 MBytes 193 Mbits/sec receiver +[ 14] 0.00-12.00 sec 432 MBytes 302 Mbits/sec receiver +[ 16] 0.00-12.00 sec 276 MBytes 193 Mbits/sec receiver +[ 18] 0.00-12.00 sec 239 MBytes 167 Mbits/sec receiver +[ 20] 0.00-12.00 sec 277 MBytes 194 Mbits/sec receiver +[SUM] 0.00-12.00 sec 2.55 GBytes 1.82 Gbits/sec receiver + + +--- Receiver RX (THE key column) (bytes) --- + SLAVE BEFORE AFTER DELTA PCT + nic1 2466136684 4111042134 1644905450 50.4% + nic2 34545914 1655157784 1620611870 49.6% + TOTAL 3265517320 100.0% + +=================================================================== + VERDICT: switch IS distributing (top slave 'nic1' = 50.4%). + Cap is host-side: softirq/CPU/bridge/NIC coalescing. +=================================================================== diff --git a/returned-logs/iperf/lacp-rx-sender.log b/returned-logs/iperf/lacp-rx-sender.log new file mode 100644 index 0000000..d44ae89 --- /dev/null +++ b/returned-logs/iperf/lacp-rx-sender.log @@ -0,0 +1,53 @@ +=== LACP per-slave distribution (sender) === +Host: pfv-tsys7 Role: sender +Date: 2026-07-27T13:50:23Z +Bond: bond0 + +--- bond0 state --- +Bonding Mode: IEEE 802.3ad Dynamic link aggregation +Transmit Hash Policy: layer3+4 (1) + Number of ports: 2 + Partner Mac Address: 00:13:72:46:95:e4 +Slave Interface: nic1 +Link Failure Count: 0 +Slave Interface: nic2 +Link Failure Count: 0 + + +--- iperf3 output (raw tail) --- +[ 17] 11.00-12.00 sec 19.2 MBytes 161 Mbits/sec 1377 99.0 KBytes +[ 19] 11.00-12.00 sec 23.0 MBytes 193 Mbits/sec 32 150 KBytes +[SUM] 11.00-12.00 sec 218 MBytes 1.83 Gbits/sec 4583 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-12.00 sec 443 MBytes 309 Mbits/sec 2692 sender +[ 5] 0.00-12.00 sec 443 MBytes 310 Mbits/sec receiver +[ 7] 0.00-12.00 sec 236 MBytes 165 Mbits/sec 14462 sender +[ 7] 0.00-12.00 sec 236 MBytes 165 Mbits/sec receiver +[ 9] 0.00-12.00 sec 431 MBytes 302 Mbits/sec 11643 sender +[ 9] 0.00-12.00 sec 431 MBytes 301 Mbits/sec receiver +[ 11] 0.00-12.00 sec 277 MBytes 194 Mbits/sec 708 sender +[ 11] 0.00-12.00 sec 276 MBytes 193 Mbits/sec receiver +[ 13] 0.00-12.00 sec 433 MBytes 302 Mbits/sec 11333 sender +[ 13] 0.00-12.00 sec 432 MBytes 302 Mbits/sec receiver +[ 15] 0.00-12.00 sec 276 MBytes 193 Mbits/sec 711 sender +[ 15] 0.00-12.00 sec 276 MBytes 193 Mbits/sec receiver +[ 17] 0.00-12.00 sec 239 MBytes 167 Mbits/sec 14169 sender +[ 17] 0.00-12.00 sec 239 MBytes 167 Mbits/sec receiver +[ 19] 0.00-12.00 sec 277 MBytes 194 Mbits/sec 702 sender +[ 19] 0.00-12.00 sec 277 MBytes 194 Mbits/sec receiver +[SUM] 0.00-12.00 sec 2.55 GBytes 1.83 Gbits/sec 56420 sender +[SUM] 0.00-12.00 sec 2.55 GBytes 1.82 Gbits/sec receiver + +iperf Done. + + +--- Sender TX (control: should split if host hash=layer3+4) (bytes) --- + SLAVE BEFORE AFTER DELTA PCT + nic1 4576796928 6213933342 1637136414 50.0% + nic2 1566733474 3206435063 1639701589 50.0% + TOTAL 3276838003 100.0% + +=================================================================== + VERDICT: host TX distributing OK (top slave 'nic2' = 50.0%). +=================================================================== diff --git a/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys3.log b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys3.log new file mode 100644 index 0000000..19ba2d9 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys3.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys1→pfv-tsys3 === +Client: pfv-tsys1 (192.168.3.11) → Server: pfv-tsys3 (192.168.2.5) +Date: 2026-07-26T21:36:34Z +Args: -t 10 -P 1 + +Connecting to host 192.168.2.5, port 5201 +[ 5] local 192.168.3.11 port 60181 connected to 192.168.2.5 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 113 MBytes 948 Mbits/sec 0 297 KBytes +[ 5] 1.00-2.00 sec 112 MBytes 937 Mbits/sec 0 294 KBytes +[ 5] 2.00-3.00 sec 112 MBytes 940 Mbits/sec 0 300 KBytes +[ 5] 3.00-4.00 sec 111 MBytes 931 Mbits/sec 0 305 KBytes +[ 5] 4.00-5.00 sec 111 MBytes 934 Mbits/sec 0 297 KBytes +[ 5] 5.00-6.00 sec 112 MBytes 935 Mbits/sec 0 303 KBytes +[ 5] 6.00-7.00 sec 112 MBytes 938 Mbits/sec 0 303 KBytes +[ 5] 7.00-8.00 sec 112 MBytes 935 Mbits/sec 0 294 KBytes +[ 5] 8.00-9.00 sec 111 MBytes 934 Mbits/sec 0 300 KBytes +[ 5] 9.00-10.00 sec 112 MBytes 936 Mbits/sec 0 311 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 937 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys4.log b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys4.log new file mode 100644 index 0000000..647e78a --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys4.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys1→pfv-tsys4 === +Client: pfv-tsys1 (192.168.3.11) → Server: pfv-tsys4 (192.168.3.191) +Date: 2026-07-26T21:36:45Z +Args: -t 10 -P 1 + +Connecting to host 192.168.3.191, port 5201 +[ 5] local 192.168.3.11 port 38729 connected to 192.168.3.191 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 113 MBytes 947 Mbits/sec 0 288 KBytes +[ 5] 1.00-2.00 sec 112 MBytes 940 Mbits/sec 0 291 KBytes +[ 5] 2.00-3.00 sec 112 MBytes 936 Mbits/sec 0 288 KBytes +[ 5] 3.00-4.00 sec 111 MBytes 934 Mbits/sec 0 286 KBytes +[ 5] 4.00-5.00 sec 111 MBytes 930 Mbits/sec 0 277 KBytes +[ 5] 5.00-6.00 sec 111 MBytes 931 Mbits/sec 0 286 KBytes +[ 5] 6.00-7.00 sec 112 MBytes 939 Mbits/sec 0 288 KBytes +[ 5] 7.00-8.00 sec 111 MBytes 933 Mbits/sec 0 288 KBytes +[ 5] 8.00-9.00 sec 111 MBytes 931 Mbits/sec 0 286 KBytes +[ 5] 9.00-10.00 sec 112 MBytes 940 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys5.log b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys5.log new file mode 100644 index 0000000..81c1e6f --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys5.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys1→pfv-tsys5 === +Client: pfv-tsys1 (192.168.3.11) → Server: pfv-tsys5 (192.168.0.20) +Date: 2026-07-26T21:36:56Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.20, port 5201 +[ 5] local 192.168.3.11 port 51625 connected to 192.168.0.20 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 107 MBytes 897 Mbits/sec 4455 274 KBytes +[ 5] 1.00-2.00 sec 105 MBytes 883 Mbits/sec 4515 184 KBytes +[ 5] 2.00-3.00 sec 106 MBytes 886 Mbits/sec 4486 274 KBytes +[ 5] 3.00-4.00 sec 105 MBytes 882 Mbits/sec 4485 164 KBytes +[ 5] 4.00-5.00 sec 106 MBytes 886 Mbits/sec 4480 177 KBytes +[ 5] 5.00-6.00 sec 104 MBytes 874 Mbits/sec 4500 182 KBytes +[ 5] 6.00-7.00 sec 106 MBytes 885 Mbits/sec 4515 272 KBytes +[ 5] 7.00-8.00 sec 105 MBytes 882 Mbits/sec 4519 175 KBytes +[ 5] 8.00-9.00 sec 105 MBytes 884 Mbits/sec 4502 157 KBytes +[ 5] 9.00-10.00 sec 105 MBytes 883 Mbits/sec 4459 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.03 GBytes 884 Mbits/sec 44916 sender +[ 5] 0.00-10.00 sec 1.03 GBytes 882 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys6.log b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys6.log new file mode 100644 index 0000000..d1231e7 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys6.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys1→pfv-tsys6 === +Client: pfv-tsys1 (192.168.3.11) → Server: pfv-tsys6 (192.168.3.169) +Date: 2026-07-26T21:37:08Z +Args: -t 10 -P 1 + +Connecting to host 192.168.3.169, port 5201 +[ 5] local 192.168.3.11 port 49077 connected to 192.168.3.169 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 113 MBytes 947 Mbits/sec 0 266 KBytes +[ 5] 1.00-2.00 sec 112 MBytes 941 Mbits/sec 0 269 KBytes +[ 5] 2.00-3.00 sec 111 MBytes 934 Mbits/sec 0 269 KBytes +[ 5] 3.00-4.00 sec 111 MBytes 933 Mbits/sec 0 269 KBytes +[ 5] 4.00-5.00 sec 111 MBytes 934 Mbits/sec 0 272 KBytes +[ 5] 5.00-6.00 sec 111 MBytes 934 Mbits/sec 0 269 KBytes +[ 5] 6.00-7.00 sec 111 MBytes 934 Mbits/sec 0 272 KBytes +[ 5] 7.00-8.00 sec 110 MBytes 927 Mbits/sec 0 272 KBytes +[ 5] 8.00-9.00 sec 111 MBytes 934 Mbits/sec 0 266 KBytes +[ 5] 9.00-10.00 sec 111 MBytes 934 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 935 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 933 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys7.log b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys7.log new file mode 100644 index 0000000..2e95041 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys1-to-pfv-tsys7.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys1→pfv-tsys7 === +Client: pfv-tsys1 (192.168.3.11) → Server: pfv-tsys7 (192.168.0.250) +Date: 2026-07-26T21:37:20Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.250, port 5201 +[ 5] local 192.168.3.11 port 35851 connected to 192.168.0.250 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 113 MBytes 947 Mbits/sec 0 266 KBytes +[ 5] 1.00-2.00 sec 112 MBytes 940 Mbits/sec 0 266 KBytes +[ 5] 2.00-3.00 sec 111 MBytes 928 Mbits/sec 0 266 KBytes +[ 5] 3.00-4.00 sec 111 MBytes 935 Mbits/sec 0 266 KBytes +[ 5] 4.00-5.00 sec 112 MBytes 937 Mbits/sec 0 263 KBytes +[ 5] 5.00-6.00 sec 111 MBytes 931 Mbits/sec 0 266 KBytes +[ 5] 6.00-7.00 sec 112 MBytes 936 Mbits/sec 0 266 KBytes +[ 5] 7.00-8.00 sec 112 MBytes 936 Mbits/sec 0 266 KBytes +[ 5] 8.00-9.00 sec 111 MBytes 935 Mbits/sec 0 266 KBytes +[ 5] 9.00-10.00 sec 111 MBytes 934 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys4.log b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys4.log new file mode 100644 index 0000000..966ebb7 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys4.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys3→pfv-tsys4 === +Client: pfv-tsys3 (192.168.2.5) → Server: pfv-tsys4 (192.168.3.191) +Date: 2026-07-26T21:37:31Z +Args: -t 10 -P 1 + +Connecting to host 192.168.3.191, port 5201 +[ 5] local 192.168.2.5 port 51417 connected to 192.168.3.191 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 114 MBytes 955 Mbits/sec 0 288 KBytes +[ 5] 1.00-2.00 sec 111 MBytes 932 Mbits/sec 0 291 KBytes +[ 5] 2.00-3.00 sec 110 MBytes 927 Mbits/sec 0 291 KBytes +[ 5] 3.00-4.00 sec 112 MBytes 936 Mbits/sec 0 291 KBytes +[ 5] 4.00-5.00 sec 111 MBytes 932 Mbits/sec 0 291 KBytes +[ 5] 5.00-6.00 sec 112 MBytes 941 Mbits/sec 0 294 KBytes +[ 5] 6.00-7.00 sec 112 MBytes 935 Mbits/sec 0 294 KBytes +[ 5] 7.00-8.00 sec 110 MBytes 926 Mbits/sec 0 294 KBytes +[ 5] 8.00-9.00 sec 112 MBytes 936 Mbits/sec 0 297 KBytes +[ 5] 9.00-10.00 sec 111 MBytes 934 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys5.log b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys5.log new file mode 100644 index 0000000..76a948a --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys5.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys3→pfv-tsys5 === +Client: pfv-tsys3 (192.168.2.5) → Server: pfv-tsys5 (192.168.0.20) +Date: 2026-07-26T21:37:43Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.20, port 5201 +[ 5] local 192.168.2.5 port 39113 connected to 192.168.0.20 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 107 MBytes 898 Mbits/sec 4488 291 KBytes +[ 5] 1.00-2.00 sec 106 MBytes 886 Mbits/sec 4521 296 KBytes +[ 5] 2.00-3.00 sec 105 MBytes 881 Mbits/sec 4514 294 KBytes +[ 5] 3.00-4.00 sec 105 MBytes 880 Mbits/sec 4529 297 KBytes +[ 5] 4.00-5.00 sec 105 MBytes 878 Mbits/sec 4496 288 KBytes +[ 5] 5.00-6.00 sec 106 MBytes 885 Mbits/sec 4480 294 KBytes +[ 5] 6.00-7.00 sec 106 MBytes 887 Mbits/sec 4522 291 KBytes +[ 5] 7.00-8.00 sec 105 MBytes 881 Mbits/sec 4507 175 KBytes +[ 5] 8.00-9.00 sec 105 MBytes 877 Mbits/sec 4529 201 KBytes +[ 5] 9.00-10.00 sec 106 MBytes 886 Mbits/sec 4485 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.03 GBytes 884 Mbits/sec 45071 sender +[ 5] 0.00-10.00 sec 1.03 GBytes 882 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys6.log b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys6.log new file mode 100644 index 0000000..20b9364 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys6.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys3→pfv-tsys6 === +Client: pfv-tsys3 (192.168.2.5) → Server: pfv-tsys6 (192.168.3.169) +Date: 2026-07-26T21:37:55Z +Args: -t 10 -P 1 + +Connecting to host 192.168.3.169, port 5201 +[ 5] local 192.168.2.5 port 41615 connected to 192.168.3.169 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 114 MBytes 952 Mbits/sec 0 283 KBytes +[ 5] 1.00-2.00 sec 111 MBytes 933 Mbits/sec 0 286 KBytes +[ 5] 2.00-3.00 sec 111 MBytes 932 Mbits/sec 0 283 KBytes +[ 5] 3.00-4.00 sec 112 MBytes 936 Mbits/sec 0 280 KBytes +[ 5] 4.00-5.00 sec 111 MBytes 933 Mbits/sec 0 286 KBytes +[ 5] 5.00-6.00 sec 112 MBytes 939 Mbits/sec 0 283 KBytes +[ 5] 6.00-7.00 sec 111 MBytes 931 Mbits/sec 0 286 KBytes +[ 5] 7.00-8.00 sec 111 MBytes 930 Mbits/sec 0 280 KBytes +[ 5] 8.00-9.00 sec 112 MBytes 942 Mbits/sec 0 288 KBytes +[ 5] 9.00-10.00 sec 111 MBytes 931 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys7.log b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys7.log new file mode 100644 index 0000000..938fae6 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys3-to-pfv-tsys7.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys3→pfv-tsys7 === +Client: pfv-tsys3 (192.168.2.5) → Server: pfv-tsys7 (192.168.0.250) +Date: 2026-07-26T21:38:06Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.250, port 5201 +[ 5] local 192.168.2.5 port 37705 connected to 192.168.0.250 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 113 MBytes 949 Mbits/sec 0 280 KBytes +[ 5] 1.00-2.00 sec 112 MBytes 939 Mbits/sec 0 277 KBytes +[ 5] 2.00-3.00 sec 111 MBytes 934 Mbits/sec 0 274 KBytes +[ 5] 3.00-4.00 sec 111 MBytes 932 Mbits/sec 0 283 KBytes +[ 5] 4.00-5.00 sec 110 MBytes 926 Mbits/sec 0 274 KBytes +[ 5] 5.00-6.00 sec 112 MBytes 938 Mbits/sec 0 283 KBytes +[ 5] 6.00-7.00 sec 111 MBytes 934 Mbits/sec 0 280 KBytes +[ 5] 7.00-8.00 sec 112 MBytes 938 Mbits/sec 0 274 KBytes +[ 5] 8.00-9.00 sec 111 MBytes 932 Mbits/sec 0 286 KBytes +[ 5] 9.00-10.00 sec 111 MBytes 931 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys5.log b/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys5.log new file mode 100644 index 0000000..2239a11 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys5.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys4→pfv-tsys5 === +Client: pfv-tsys4 (192.168.3.191) → Server: pfv-tsys5 (192.168.0.20) +Date: 2026-07-26T21:38:18Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.20, port 5201 +[ 5] local 192.168.3.191 port 49087 connected to 192.168.0.20 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 107 MBytes 901 Mbits/sec 4471 201 KBytes +[ 5] 1.00-2.00 sec 106 MBytes 885 Mbits/sec 4529 148 KBytes +[ 5] 2.00-3.00 sec 105 MBytes 879 Mbits/sec 4533 280 KBytes +[ 5] 3.00-4.00 sec 105 MBytes 884 Mbits/sec 4343 280 KBytes +[ 5] 4.00-5.00 sec 105 MBytes 878 Mbits/sec 4522 148 KBytes +[ 5] 5.00-6.00 sec 105 MBytes 884 Mbits/sec 4541 286 KBytes +[ 5] 6.00-7.00 sec 105 MBytes 880 Mbits/sec 4540 280 KBytes +[ 5] 7.00-8.00 sec 106 MBytes 886 Mbits/sec 4399 187 KBytes +[ 5] 8.00-9.00 sec 105 MBytes 884 Mbits/sec 4544 280 KBytes +[ 5] 9.00-10.00 sec 106 MBytes 888 Mbits/sec 4529 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.03 GBytes 885 Mbits/sec 44951 sender +[ 5] 0.00-10.00 sec 1.03 GBytes 882 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys6.log b/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys6.log new file mode 100644 index 0000000..0119171 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys6.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys4→pfv-tsys6 === +Client: pfv-tsys4 (192.168.3.191) → Server: pfv-tsys6 (192.168.3.169) +Date: 2026-07-26T21:38:30Z +Args: -t 10 -P 1 + +Connecting to host 192.168.3.169, port 5201 +[ 5] local 192.168.3.191 port 56463 connected to 192.168.3.169 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 113 MBytes 948 Mbits/sec 0 272 KBytes +[ 5] 1.00-2.00 sec 111 MBytes 935 Mbits/sec 0 266 KBytes +[ 5] 2.00-3.00 sec 112 MBytes 935 Mbits/sec 0 272 KBytes +[ 5] 3.00-4.00 sec 111 MBytes 934 Mbits/sec 0 274 KBytes +[ 5] 4.00-5.00 sec 111 MBytes 934 Mbits/sec 0 269 KBytes +[ 5] 5.00-6.00 sec 111 MBytes 935 Mbits/sec 0 272 KBytes +[ 5] 6.00-7.00 sec 111 MBytes 934 Mbits/sec 0 269 KBytes +[ 5] 7.00-8.00 sec 111 MBytes 934 Mbits/sec 0 269 KBytes +[ 5] 8.00-9.00 sec 111 MBytes 934 Mbits/sec 0 272 KBytes +[ 5] 9.00-10.00 sec 111 MBytes 934 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys7.log b/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys7.log new file mode 100644 index 0000000..7af4f27 --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys4-to-pfv-tsys7.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys4→pfv-tsys7 === +Client: pfv-tsys4 (192.168.3.191) → Server: pfv-tsys7 (192.168.0.250) +Date: 2026-07-26T21:38:41Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.250, port 5201 +[ 5] local 192.168.3.191 port 56763 connected to 192.168.0.250 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 114 MBytes 951 Mbits/sec 0 272 KBytes +[ 5] 1.00-2.00 sec 111 MBytes 932 Mbits/sec 0 269 KBytes +[ 5] 2.00-3.00 sec 112 MBytes 937 Mbits/sec 0 269 KBytes +[ 5] 3.00-4.00 sec 111 MBytes 931 Mbits/sec 0 263 KBytes +[ 5] 4.00-5.00 sec 111 MBytes 934 Mbits/sec 0 272 KBytes +[ 5] 5.00-6.00 sec 111 MBytes 934 Mbits/sec 0 272 KBytes +[ 5] 6.00-7.00 sec 111 MBytes 934 Mbits/sec 0 272 KBytes +[ 5] 7.00-8.00 sec 111 MBytes 933 Mbits/sec 0 269 KBytes +[ 5] 8.00-9.00 sec 111 MBytes 934 Mbits/sec 0 272 KBytes +[ 5] 9.00-10.00 sec 111 MBytes 934 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.09 GBytes 936 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys6.log b/returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys6.log new file mode 100644 index 0000000..a75703b --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys6.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys5→pfv-tsys6 === +Client: pfv-tsys5 (192.168.0.20) → Server: pfv-tsys6 (192.168.3.169) +Date: 2026-07-26T21:38:53Z +Args: -t 10 -P 1 + +Connecting to host 192.168.3.169, port 5201 +[ 5] local 192.168.0.20 port 41829 connected to 192.168.3.169 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 100 MBytes 840 Mbits/sec 0 238 KBytes +[ 5] 1.00-2.00 sec 98.0 MBytes 822 Mbits/sec 0 240 KBytes +[ 5] 2.00-3.00 sec 98.0 MBytes 822 Mbits/sec 0 235 KBytes +[ 5] 3.00-4.00 sec 97.9 MBytes 822 Mbits/sec 0 238 KBytes +[ 5] 4.00-5.00 sec 98.5 MBytes 826 Mbits/sec 0 238 KBytes +[ 5] 5.00-6.00 sec 97.8 MBytes 820 Mbits/sec 0 238 KBytes +[ 5] 6.00-7.00 sec 97.9 MBytes 821 Mbits/sec 0 235 KBytes +[ 5] 7.00-8.00 sec 97.9 MBytes 821 Mbits/sec 0 238 KBytes +[ 5] 8.00-9.00 sec 98.6 MBytes 828 Mbits/sec 0 240 KBytes +[ 5] 9.00-10.00 sec 97.8 MBytes 820 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 982 MBytes 824 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 980 MBytes 822 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys7.log b/returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys7.log new file mode 100644 index 0000000..8b52a9d --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys5-to-pfv-tsys7.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys5→pfv-tsys7 === +Client: pfv-tsys5 (192.168.0.20) → Server: pfv-tsys7 (192.168.0.250) +Date: 2026-07-26T21:39:05Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.250, port 5201 +[ 5] local 192.168.0.20 port 57511 connected to 192.168.0.250 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 99.5 MBytes 834 Mbits/sec 0 229 KBytes +[ 5] 1.00-2.00 sec 96.9 MBytes 813 Mbits/sec 0 238 KBytes +[ 5] 2.00-3.00 sec 97.8 MBytes 820 Mbits/sec 0 226 KBytes +[ 5] 3.00-4.00 sec 97.0 MBytes 814 Mbits/sec 0 229 KBytes +[ 5] 4.00-5.00 sec 97.8 MBytes 820 Mbits/sec 0 232 KBytes +[ 5] 5.00-6.00 sec 97.0 MBytes 814 Mbits/sec 0 229 KBytes +[ 5] 6.00-7.00 sec 97.9 MBytes 821 Mbits/sec 0 229 KBytes +[ 5] 7.00-8.00 sec 97.2 MBytes 816 Mbits/sec 0 229 KBytes +[ 5] 8.00-9.00 sec 96.8 MBytes 812 Mbits/sec 0 232 KBytes +[ 5] 9.00-10.00 sec 97.6 MBytes 818 Mbits/sec 0 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 976 MBytes 818 Mbits/sec 0 sender +[ 5] 0.00-10.00 sec 973 MBytes 816 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/mgmt-pfv-tsys6-to-pfv-tsys7.log b/returned-logs/iperf/mgmt-pfv-tsys6-to-pfv-tsys7.log new file mode 100644 index 0000000..256fb5e --- /dev/null +++ b/returned-logs/iperf/mgmt-pfv-tsys6-to-pfv-tsys7.log @@ -0,0 +1,26 @@ +=== iperf3: mgmt: pfv-tsys6→pfv-tsys7 === +Client: pfv-tsys6 (192.168.3.169) → Server: pfv-tsys7 (192.168.0.250) +Date: 2026-07-26T21:39:17Z +Args: -t 10 -P 1 + +Connecting to host 192.168.0.250, port 5201 +[ 5] local 192.168.3.169 port 47633 connected to 192.168.0.250 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 114 MBytes 953 Mbits/sec 0 232 KBytes +[ 5] 1.00-2.00 sec 113 MBytes 950 Mbits/sec 0 229 KBytes +[ 5] 2.00-3.00 sec 112 MBytes 942 Mbits/sec 0 232 KBytes +[ 5] 3.00-4.00 sec 112 MBytes 942 Mbits/sec 0 232 KBytes +[ 5] 4.00-5.00 sec 112 MBytes 940 Mbits/sec 0 238 KBytes +[ 5] 5.00-6.00 sec 112 MBytes 940 Mbits/sec 3 232 KBytes +[ 5] 6.00-7.00 sec 112 MBytes 939 Mbits/sec 4 240 KBytes +[ 5] 7.00-8.00 sec 113 MBytes 948 Mbits/sec 0 232 KBytes +[ 5] 8.00-9.00 sec 112 MBytes 941 Mbits/sec 2 229 KBytes +[ 5] 9.00-10.00 sec 112 MBytes 939 Mbits/sec 1 5.66 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-10.00 sec 1.10 GBytes 943 Mbits/sec 10 sender +[ 5] 0.00-10.00 sec 1.10 GBytes 941 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys6-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys6-8stream.log new file mode 100644 index 0000000..cad39e4 --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys6-8stream.log @@ -0,0 +1,258 @@ +=== iperf3: stor: pfv-tsys4→pfv-tsys6 (8-stream rev) === +Client: pfv-tsys4 (10.100.100.4) → Server: pfv-tsys6 (10.100.100.6) +Date: 2026-07-26T21:41:04Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.6, port 5201 +[ 5] local 10.100.100.4 port 45615 connected to 10.100.100.6 port 5201 +[ 7] local 10.100.100.4 port 40141 connected to 10.100.100.6 port 5201 +[ 9] local 10.100.100.4 port 58747 connected to 10.100.100.6 port 5201 +[ 11] local 10.100.100.4 port 33927 connected to 10.100.100.6 port 5201 +[ 13] local 10.100.100.4 port 36171 connected to 10.100.100.6 port 5201 +[ 15] local 10.100.100.4 port 53723 connected to 10.100.100.6 port 5201 +[ 17] local 10.100.100.4 port 38831 connected to 10.100.100.6 port 5201 +[ 19] local 10.100.100.4 port 42819 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 13.8 MBytes 115 Mbits/sec 0 50.9 KBytes (omitted) +[ 7] 0.00-1.00 sec 14.9 MBytes 125 Mbits/sec 0 65.0 KBytes (omitted) +[ 9] 0.00-1.00 sec 13.9 MBytes 116 Mbits/sec 0 53.7 KBytes (omitted) +[ 11] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec 0 56.6 KBytes (omitted) +[ 13] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec 0 65.0 KBytes (omitted) +[ 15] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec 0 82.0 KBytes (omitted) +[ 17] 0.00-1.00 sec 16.9 MBytes 141 Mbits/sec 0 87.7 KBytes (omitted) +[ 19] 0.00-1.00 sec 17.2 MBytes 145 Mbits/sec 0 113 KBytes (omitted) +[SUM] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec 0 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 12.4 MBytes 104 Mbits/sec 0 53.7 KBytes (omitted) +[ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec 0 65.0 KBytes (omitted) +[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec 0 53.7 KBytes (omitted) +[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec 0 65.0 KBytes (omitted) +[ 13] 1.00-2.00 sec 13.8 MBytes 115 Mbits/sec 0 70.7 KBytes (omitted) +[ 15] 1.00-2.00 sec 14.8 MBytes 124 Mbits/sec 0 79.2 KBytes (omitted) +[ 17] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec 0 82.0 KBytes (omitted) +[ 19] 1.00-2.00 sec 15.5 MBytes 130 Mbits/sec 0 76.4 KBytes (omitted) +[SUM] 1.00-2.00 sec 111 MBytes 931 Mbits/sec 0 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec 0 59.4 KBytes +[ 7] 0.00-1.00 sec 12.9 MBytes 108 Mbits/sec 0 62.2 KBytes +[ 9] 0.00-1.00 sec 13.0 MBytes 109 Mbits/sec 0 62.2 KBytes +[ 11] 0.00-1.00 sec 13.4 MBytes 112 Mbits/sec 0 65.0 KBytes +[ 13] 0.00-1.00 sec 13.6 MBytes 114 Mbits/sec 0 70.7 KBytes +[ 15] 0.00-1.00 sec 15.2 MBytes 128 Mbits/sec 0 62.2 KBytes +[ 17] 0.00-1.00 sec 15.8 MBytes 132 Mbits/sec 0 87.7 KBytes +[ 19] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec 0 102 KBytes +[SUM] 0.00-1.00 sec 112 MBytes 944 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 12.4 MBytes 104 Mbits/sec 0 53.7 KBytes +[ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec 0 62.2 KBytes +[ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec 0 73.5 KBytes +[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec 0 65.0 KBytes +[ 13] 1.00-2.00 sec 14.2 MBytes 120 Mbits/sec 0 67.9 KBytes +[ 15] 1.00-2.00 sec 14.8 MBytes 124 Mbits/sec 0 62.2 KBytes +[ 17] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec 0 96.2 KBytes +[ 19] 1.00-2.00 sec 15.6 MBytes 131 Mbits/sec 0 76.4 KBytes +[SUM] 1.00-2.00 sec 112 MBytes 941 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 12.5 MBytes 105 Mbits/sec 0 50.9 KBytes +[ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec 0 65.0 KBytes +[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec 0 59.4 KBytes +[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec 0 67.9 KBytes +[ 13] 2.00-3.00 sec 13.8 MBytes 115 Mbits/sec 0 65.0 KBytes +[ 15] 2.00-3.00 sec 14.8 MBytes 124 Mbits/sec 0 82.0 KBytes +[ 17] 2.00-3.00 sec 15.6 MBytes 131 Mbits/sec 0 84.8 KBytes +[ 19] 2.00-3.00 sec 16.1 MBytes 135 Mbits/sec 0 82.0 KBytes +[SUM] 2.00-3.00 sec 113 MBytes 945 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 12.4 MBytes 104 Mbits/sec 0 62.2 KBytes +[ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec 0 70.7 KBytes +[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec 0 65.0 KBytes +[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec 0 65.0 KBytes +[ 13] 3.00-4.00 sec 14.2 MBytes 120 Mbits/sec 0 73.5 KBytes +[ 15] 3.00-4.00 sec 14.9 MBytes 125 Mbits/sec 0 73.5 KBytes +[ 17] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec 0 73.5 KBytes +[ 19] 3.00-4.00 sec 16.1 MBytes 135 Mbits/sec 0 96.2 KBytes +[SUM] 3.00-4.00 sec 112 MBytes 942 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 12.5 MBytes 105 Mbits/sec 0 56.6 KBytes +[ 7] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec 0 67.9 KBytes +[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec 0 62.2 KBytes +[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec 0 73.5 KBytes +[ 13] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec 0 73.5 KBytes +[ 15] 4.00-5.00 sec 14.8 MBytes 124 Mbits/sec 0 76.4 KBytes +[ 17] 4.00-5.00 sec 15.8 MBytes 132 Mbits/sec 0 84.8 KBytes +[ 19] 4.00-5.00 sec 16.1 MBytes 135 Mbits/sec 0 93.3 KBytes +[SUM] 4.00-5.00 sec 112 MBytes 937 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec 0 59.4 KBytes +[ 7] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec 0 65.0 KBytes +[ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec 0 65.0 KBytes +[ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec 0 65.0 KBytes +[ 13] 5.00-6.00 sec 14.4 MBytes 120 Mbits/sec 0 67.9 KBytes +[ 15] 5.00-6.00 sec 14.8 MBytes 124 Mbits/sec 0 79.2 KBytes +[ 17] 5.00-6.00 sec 15.6 MBytes 131 Mbits/sec 0 84.8 KBytes +[ 19] 5.00-6.00 sec 15.6 MBytes 131 Mbits/sec 0 87.7 KBytes +[SUM] 5.00-6.00 sec 113 MBytes 944 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 12.4 MBytes 104 Mbits/sec 0 56.6 KBytes +[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec 0 65.0 KBytes +[ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec 0 62.2 KBytes +[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec 0 76.4 KBytes +[ 13] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec 0 65.0 KBytes +[ 15] 6.00-7.00 sec 14.9 MBytes 125 Mbits/sec 0 70.7 KBytes +[ 17] 6.00-7.00 sec 15.6 MBytes 131 Mbits/sec 0 84.8 KBytes +[ 19] 6.00-7.00 sec 16.1 MBytes 135 Mbits/sec 0 90.5 KBytes +[SUM] 6.00-7.00 sec 112 MBytes 941 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 12.5 MBytes 105 Mbits/sec 0 5.66 KBytes +[ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec 0 5.66 KBytes +[ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec 0 5.66 KBytes +[ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec 0 5.66 KBytes +[ 13] 7.00-8.00 sec 14.4 MBytes 121 Mbits/sec 0 5.66 KBytes +[ 15] 7.00-8.00 sec 14.8 MBytes 124 Mbits/sec 0 5.66 KBytes +[ 17] 7.00-8.00 sec 15.8 MBytes 132 Mbits/sec 0 82.0 KBytes +[ 19] 7.00-8.00 sec 15.5 MBytes 130 Mbits/sec 0 79.2 KBytes +[SUM] 7.00-8.00 sec 112 MBytes 943 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 14.8 MBytes 124 Mbits/sec 0 67.9 KBytes +[ 7] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec 0 67.9 KBytes +[ 9] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec 0 65.0 KBytes +[ 11] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec 0 65.0 KBytes +[ 13] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec 0 73.5 KBytes +[ 15] 8.00-9.00 sec 14.6 MBytes 123 Mbits/sec 0 62.2 KBytes +[ 17] 8.00-9.00 sec 14.5 MBytes 122 Mbits/sec 0 73.5 KBytes +[ 19] 8.00-9.00 sec 14.2 MBytes 120 Mbits/sec 0 62.2 KBytes +[SUM] 8.00-9.00 sec 114 MBytes 952 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec 0 59.4 KBytes +[ 7] 9.00-10.00 sec 14.5 MBytes 122 Mbits/sec 0 53.7 KBytes +[ 9] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec 0 67.9 KBytes +[ 11] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec 0 62.2 KBytes +[ 13] 9.00-10.00 sec 14.2 MBytes 120 Mbits/sec 0 65.0 KBytes +[ 15] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec 0 67.9 KBytes +[ 17] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec 0 59.4 KBytes +[ 19] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec 0 65.0 KBytes +[SUM] 9.00-10.00 sec 111 MBytes 934 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 14.2 MBytes 120 Mbits/sec 0 65.0 KBytes +[ 7] 10.00-11.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[ 9] 10.00-11.00 sec 14.0 MBytes 117 Mbits/sec 0 70.7 KBytes +[ 11] 10.00-11.00 sec 14.0 MBytes 117 Mbits/sec 0 73.5 KBytes +[ 13] 10.00-11.00 sec 14.4 MBytes 121 Mbits/sec 0 65.0 KBytes +[ 15] 10.00-11.00 sec 13.6 MBytes 114 Mbits/sec 0 70.7 KBytes +[ 17] 10.00-11.00 sec 14.4 MBytes 121 Mbits/sec 0 56.6 KBytes +[ 19] 10.00-11.00 sec 13.6 MBytes 114 Mbits/sec 0 59.4 KBytes +[SUM] 10.00-11.00 sec 112 MBytes 942 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 14.4 MBytes 121 Mbits/sec 0 67.9 KBytes +[ 7] 11.00-12.00 sec 14.0 MBytes 117 Mbits/sec 0 59.4 KBytes +[ 9] 11.00-12.00 sec 14.4 MBytes 121 Mbits/sec 0 73.5 KBytes +[ 11] 11.00-12.00 sec 13.9 MBytes 116 Mbits/sec 0 76.4 KBytes +[ 13] 11.00-12.00 sec 14.2 MBytes 120 Mbits/sec 0 62.2 KBytes +[ 15] 11.00-12.00 sec 13.6 MBytes 114 Mbits/sec 0 67.9 KBytes +[ 17] 11.00-12.00 sec 14.2 MBytes 120 Mbits/sec 0 62.2 KBytes +[ 19] 11.00-12.00 sec 14.4 MBytes 121 Mbits/sec 0 65.0 KBytes +[SUM] 11.00-12.00 sec 113 MBytes 949 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 13.8 MBytes 115 Mbits/sec 0 73.5 KBytes +[ 7] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec 0 79.2 KBytes +[ 9] 12.00-13.00 sec 13.9 MBytes 116 Mbits/sec 0 56.6 KBytes +[ 11] 12.00-13.00 sec 14.4 MBytes 121 Mbits/sec 0 65.0 KBytes +[ 13] 12.00-13.00 sec 14.2 MBytes 120 Mbits/sec 0 62.2 KBytes +[ 15] 12.00-13.00 sec 14.4 MBytes 121 Mbits/sec 0 70.7 KBytes +[ 17] 12.00-13.00 sec 13.6 MBytes 114 Mbits/sec 0 62.2 KBytes +[ 19] 12.00-13.00 sec 13.6 MBytes 114 Mbits/sec 0 62.2 KBytes +[SUM] 12.00-13.00 sec 112 MBytes 938 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 14.6 MBytes 123 Mbits/sec 0 56.6 KBytes +[ 7] 13.00-14.00 sec 14.0 MBytes 118 Mbits/sec 0 67.9 KBytes +[ 9] 13.00-14.00 sec 14.4 MBytes 121 Mbits/sec 0 67.9 KBytes +[ 11] 13.00-14.00 sec 13.9 MBytes 116 Mbits/sec 0 65.0 KBytes +[ 13] 13.00-14.00 sec 14.4 MBytes 121 Mbits/sec 0 65.0 KBytes +[ 15] 13.00-14.00 sec 13.6 MBytes 114 Mbits/sec 0 70.7 KBytes +[ 17] 13.00-14.00 sec 14.4 MBytes 121 Mbits/sec 0 65.0 KBytes +[ 19] 13.00-14.00 sec 13.6 MBytes 114 Mbits/sec 0 65.0 KBytes +[SUM] 13.00-14.00 sec 113 MBytes 948 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 13.8 MBytes 115 Mbits/sec 0 62.2 KBytes +[ 7] 14.00-15.00 sec 14.0 MBytes 117 Mbits/sec 0 73.5 KBytes +[ 9] 14.00-15.00 sec 13.9 MBytes 116 Mbits/sec 0 53.7 KBytes +[ 11] 14.00-15.00 sec 14.4 MBytes 120 Mbits/sec 0 67.9 KBytes +[ 13] 14.00-15.00 sec 14.2 MBytes 119 Mbits/sec 0 65.0 KBytes +[ 15] 14.00-15.00 sec 14.2 MBytes 119 Mbits/sec 0 62.2 KBytes +[ 17] 14.00-15.00 sec 13.6 MBytes 114 Mbits/sec 0 67.9 KBytes +[ 19] 14.00-15.00 sec 13.8 MBytes 115 Mbits/sec 0 70.7 KBytes +[SUM] 14.00-15.00 sec 112 MBytes 938 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 14.5 MBytes 122 Mbits/sec 0 70.7 KBytes +[ 7] 15.00-16.00 sec 14.0 MBytes 117 Mbits/sec 0 59.4 KBytes +[ 9] 15.00-16.00 sec 14.0 MBytes 117 Mbits/sec 0 67.9 KBytes +[ 11] 15.00-16.00 sec 13.9 MBytes 116 Mbits/sec 0 70.7 KBytes +[ 13] 15.00-16.00 sec 14.2 MBytes 120 Mbits/sec 0 67.9 KBytes +[ 15] 15.00-16.00 sec 13.1 MBytes 110 Mbits/sec 0 76.4 KBytes +[ 17] 15.00-16.00 sec 14.2 MBytes 120 Mbits/sec 0 65.0 KBytes +[ 19] 15.00-16.00 sec 13.6 MBytes 114 Mbits/sec 0 53.7 KBytes +[SUM] 15.00-16.00 sec 112 MBytes 936 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 14.4 MBytes 121 Mbits/sec 0 65.0 KBytes +[ 7] 16.00-17.00 sec 13.9 MBytes 116 Mbits/sec 0 65.0 KBytes +[ 9] 16.00-17.00 sec 14.2 MBytes 120 Mbits/sec 0 70.7 KBytes +[ 11] 16.00-17.00 sec 14.0 MBytes 118 Mbits/sec 0 65.0 KBytes +[ 13] 16.00-17.00 sec 13.8 MBytes 115 Mbits/sec 0 82.0 KBytes +[ 15] 16.00-17.00 sec 14.1 MBytes 119 Mbits/sec 0 62.2 KBytes +[ 17] 16.00-17.00 sec 13.8 MBytes 115 Mbits/sec 0 62.2 KBytes +[ 19] 16.00-17.00 sec 14.2 MBytes 120 Mbits/sec 0 67.9 KBytes +[SUM] 16.00-17.00 sec 112 MBytes 944 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 13.8 MBytes 115 Mbits/sec 0 67.9 KBytes +[ 7] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec 0 62.2 KBytes +[ 9] 17.00-18.00 sec 14.4 MBytes 120 Mbits/sec 0 67.9 KBytes +[ 11] 17.00-18.00 sec 13.9 MBytes 116 Mbits/sec 0 67.9 KBytes +[ 13] 17.00-18.00 sec 14.9 MBytes 125 Mbits/sec 0 73.5 KBytes +[ 15] 17.00-18.00 sec 14.2 MBytes 119 Mbits/sec 0 73.5 KBytes +[ 17] 17.00-18.00 sec 13.6 MBytes 114 Mbits/sec 0 67.9 KBytes +[ 19] 17.00-18.00 sec 13.8 MBytes 115 Mbits/sec 0 65.0 KBytes +[SUM] 17.00-18.00 sec 112 MBytes 943 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 14.2 MBytes 120 Mbits/sec 0 65.0 KBytes +[ 7] 18.00-19.00 sec 14.1 MBytes 119 Mbits/sec 0 59.4 KBytes +[ 9] 18.00-19.00 sec 14.0 MBytes 118 Mbits/sec 0 65.0 KBytes +[ 11] 18.00-19.00 sec 15.1 MBytes 127 Mbits/sec 0 65.0 KBytes +[ 13] 18.00-19.00 sec 13.6 MBytes 114 Mbits/sec 0 70.7 KBytes +[ 15] 18.00-19.00 sec 14.4 MBytes 121 Mbits/sec 0 73.5 KBytes +[ 17] 18.00-19.00 sec 13.6 MBytes 114 Mbits/sec 0 59.4 KBytes +[ 19] 18.00-19.00 sec 13.8 MBytes 115 Mbits/sec 0 62.2 KBytes +[SUM] 18.00-19.00 sec 113 MBytes 948 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 14.5 MBytes 122 Mbits/sec 0 59.4 KBytes +[ 7] 19.00-20.00 sec 13.9 MBytes 116 Mbits/sec 0 70.7 KBytes +[ 9] 19.00-20.00 sec 13.9 MBytes 116 Mbits/sec 0 56.6 KBytes +[ 11] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec 0 65.0 KBytes +[ 13] 19.00-20.00 sec 14.4 MBytes 121 Mbits/sec 0 76.4 KBytes +[ 15] 19.00-20.00 sec 13.6 MBytes 114 Mbits/sec 0 65.0 KBytes +[ 17] 19.00-20.00 sec 14.4 MBytes 121 Mbits/sec 0 67.9 KBytes +[ 19] 19.00-20.00 sec 14.2 MBytes 119 Mbits/sec 0 67.9 KBytes +[SUM] 19.00-20.00 sec 113 MBytes 944 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 270 MBytes 113 Mbits/sec 0 sender +[ 5] 0.00-20.00 sec 269 MBytes 113 Mbits/sec receiver +[ 7] 0.00-20.00 sec 272 MBytes 114 Mbits/sec 0 sender +[ 7] 0.00-20.00 sec 272 MBytes 114 Mbits/sec receiver +[ 9] 0.00-20.00 sec 274 MBytes 115 Mbits/sec 0 sender +[ 9] 0.00-20.00 sec 274 MBytes 115 Mbits/sec receiver +[ 11] 0.00-20.00 sec 275 MBytes 115 Mbits/sec 0 sender +[ 11] 0.00-20.00 sec 274 MBytes 115 Mbits/sec receiver +[ 13] 0.00-20.00 sec 282 MBytes 118 Mbits/sec 0 sender +[ 13] 0.00-20.00 sec 282 MBytes 118 Mbits/sec receiver +[ 15] 0.00-20.00 sec 286 MBytes 120 Mbits/sec 0 sender +[ 15] 0.00-20.00 sec 286 MBytes 120 Mbits/sec receiver +[ 17] 0.00-20.00 sec 293 MBytes 123 Mbits/sec 0 sender +[ 17] 0.00-20.00 sec 294 MBytes 123 Mbits/sec receiver +[ 19] 0.00-20.00 sec 294 MBytes 123 Mbits/sec 0 sender +[ 19] 0.00-20.00 sec 294 MBytes 123 Mbits/sec receiver +[SUM] 0.00-20.00 sec 2.19 GBytes 943 Mbits/sec 0 sender +[SUM] 0.00-20.00 sec 2.19 GBytes 941 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys7-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys7-8stream.log new file mode 100644 index 0000000..5de8c89 --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys4-to-pfv-tsys7-8stream.log @@ -0,0 +1,248 @@ +=== iperf3: stor: pfv-tsys4→pfv-tsys7 (8-stream rev) === +Client: pfv-tsys4 (10.100.100.4) → Server: pfv-tsys7 (10.100.100.7) +Date: 2026-07-26T21:41:27Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.7, port 5201 +[ 5] local 10.100.100.4 port 41745 connected to 10.100.100.7 port 5201 +[ 7] local 10.100.100.4 port 53573 connected to 10.100.100.7 port 5201 +[ 9] local 10.100.100.4 port 40359 connected to 10.100.100.7 port 5201 +[ 11] local 10.100.100.4 port 59609 connected to 10.100.100.7 port 5201 +[ 13] local 10.100.100.4 port 55609 connected to 10.100.100.7 port 5201 +[ 15] local 10.100.100.4 port 47651 connected to 10.100.100.7 port 5201 +[ 17] local 10.100.100.4 port 45801 connected to 10.100.100.7 port 5201 +[ 19] local 10.100.100.4 port 50675 connected to 10.100.100.7 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 13.8 MBytes 115 Mbits/sec 0 59.4 KBytes (omitted) +[ 7] 0.00-1.00 sec 14.0 MBytes 117 Mbits/sec 0 59.4 KBytes (omitted) +[ 9] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec 0 70.7 KBytes (omitted) +[ 11] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec 0 62.2 KBytes (omitted) +[ 13] 0.00-1.00 sec 15.0 MBytes 126 Mbits/sec 0 67.9 KBytes (omitted) +[ 15] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec 1 79.2 KBytes (omitted) +[ 17] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec 0 82.0 KBytes (omitted) +[ 19] 0.00-1.00 sec 16.9 MBytes 141 Mbits/sec 0 84.8 KBytes (omitted) +[SUM] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec 1 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-1.00 sec 12.2 MBytes 51.4 Mbits/sec 0 56.6 KBytes +[ 7] 1.00-1.00 sec 12.4 MBytes 51.9 Mbits/sec 0 56.6 KBytes +[ 9] 1.00-1.00 sec 13.5 MBytes 56.6 Mbits/sec 0 62.2 KBytes +[ 11] 1.00-1.00 sec 13.9 MBytes 58.2 Mbits/sec 0 70.7 KBytes +[ 13] 1.00-1.00 sec 14.0 MBytes 58.7 Mbits/sec 0 70.7 KBytes +[ 15] 1.00-1.00 sec 14.9 MBytes 62.4 Mbits/sec 0 82.0 KBytes +[ 17] 1.00-1.00 sec 15.5 MBytes 65.0 Mbits/sec 0 84.8 KBytes +[ 19] 1.00-1.00 sec 15.9 MBytes 66.6 Mbits/sec 0 76.4 KBytes +[SUM] 1.00-1.00 sec 112 MBytes 471 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 12.2 MBytes 103 Mbits/sec 0 48.1 KBytes +[ 7] 1.00-2.00 sec 12.5 MBytes 105 Mbits/sec 0 59.4 KBytes +[ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec 0 67.9 KBytes +[ 11] 1.00-2.00 sec 14.0 MBytes 117 Mbits/sec 0 70.7 KBytes +[ 13] 1.00-2.00 sec 13.9 MBytes 116 Mbits/sec 0 53.7 KBytes +[ 15] 1.00-2.00 sec 15.5 MBytes 130 Mbits/sec 0 76.4 KBytes +[ 17] 1.00-2.00 sec 16.1 MBytes 135 Mbits/sec 0 70.7 KBytes +[ 19] 1.00-2.00 sec 15.9 MBytes 133 Mbits/sec 0 90.5 KBytes +[SUM] 1.00-2.00 sec 113 MBytes 948 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 12.4 MBytes 104 Mbits/sec 0 53.7 KBytes +[ 7] 2.00-3.00 sec 12.4 MBytes 104 Mbits/sec 0 62.2 KBytes +[ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec 0 65.0 KBytes +[ 11] 2.00-3.00 sec 13.9 MBytes 116 Mbits/sec 0 67.9 KBytes +[ 13] 2.00-3.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[ 15] 2.00-3.00 sec 14.9 MBytes 125 Mbits/sec 0 67.9 KBytes +[ 17] 2.00-3.00 sec 15.5 MBytes 130 Mbits/sec 0 87.7 KBytes +[ 19] 2.00-3.00 sec 16.0 MBytes 134 Mbits/sec 0 90.5 KBytes +[SUM] 2.00-3.00 sec 112 MBytes 943 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 11.8 MBytes 98.7 Mbits/sec 0 56.6 KBytes +[ 7] 3.00-4.00 sec 12.4 MBytes 104 Mbits/sec 0 59.4 KBytes +[ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec 0 67.9 KBytes +[ 11] 3.00-4.00 sec 13.9 MBytes 117 Mbits/sec 0 73.5 KBytes +[ 13] 3.00-4.00 sec 13.9 MBytes 117 Mbits/sec 0 70.7 KBytes +[ 15] 3.00-4.00 sec 14.9 MBytes 125 Mbits/sec 0 73.5 KBytes +[ 17] 3.00-4.00 sec 15.6 MBytes 131 Mbits/sec 0 79.2 KBytes +[ 19] 3.00-4.00 sec 15.9 MBytes 133 Mbits/sec 0 87.7 KBytes +[SUM] 3.00-4.00 sec 111 MBytes 933 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 12.2 MBytes 103 Mbits/sec 0 62.2 KBytes +[ 7] 4.00-5.00 sec 12.5 MBytes 105 Mbits/sec 0 53.7 KBytes +[ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec 0 65.0 KBytes +[ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec 0 70.7 KBytes +[ 13] 4.00-5.00 sec 13.9 MBytes 116 Mbits/sec 0 59.4 KBytes +[ 15] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec 0 65.0 KBytes +[ 17] 4.00-5.00 sec 15.5 MBytes 130 Mbits/sec 0 82.0 KBytes +[ 19] 4.00-5.00 sec 15.9 MBytes 133 Mbits/sec 0 84.8 KBytes +[SUM] 4.00-5.00 sec 112 MBytes 943 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec 0 67.9 KBytes +[ 7] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec 0 56.6 KBytes +[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec 0 65.0 KBytes +[ 11] 5.00-6.00 sec 13.9 MBytes 116 Mbits/sec 0 67.9 KBytes +[ 13] 5.00-6.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[ 15] 5.00-6.00 sec 14.9 MBytes 125 Mbits/sec 0 76.4 KBytes +[ 17] 5.00-6.00 sec 15.5 MBytes 130 Mbits/sec 0 82.0 KBytes +[ 19] 5.00-6.00 sec 15.9 MBytes 133 Mbits/sec 0 76.4 KBytes +[SUM] 5.00-6.00 sec 112 MBytes 937 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 12.2 MBytes 103 Mbits/sec 0 59.4 KBytes +[ 7] 6.00-7.00 sec 12.5 MBytes 105 Mbits/sec 0 53.7 KBytes +[ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec 0 67.9 KBytes +[ 11] 6.00-7.00 sec 14.0 MBytes 117 Mbits/sec 0 59.4 KBytes +[ 13] 6.00-7.00 sec 13.9 MBytes 116 Mbits/sec 0 67.9 KBytes +[ 15] 6.00-7.00 sec 15.4 MBytes 129 Mbits/sec 0 79.2 KBytes +[ 17] 6.00-7.00 sec 15.5 MBytes 130 Mbits/sec 0 84.8 KBytes +[ 19] 6.00-7.00 sec 16.0 MBytes 134 Mbits/sec 0 102 KBytes +[SUM] 6.00-7.00 sec 112 MBytes 942 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 12.4 MBytes 104 Mbits/sec 0 5.66 KBytes +[ 7] 7.00-8.00 sec 12.4 MBytes 104 Mbits/sec 0 5.66 KBytes +[ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec 0 5.66 KBytes +[ 11] 7.00-8.00 sec 13.9 MBytes 116 Mbits/sec 0 5.66 KBytes +[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec 0 5.66 KBytes +[ 15] 7.00-8.00 sec 14.9 MBytes 125 Mbits/sec 0 5.66 KBytes +[ 17] 7.00-8.00 sec 15.6 MBytes 131 Mbits/sec 0 82.0 KBytes +[ 19] 7.00-8.00 sec 15.9 MBytes 133 Mbits/sec 0 84.8 KBytes +[SUM] 7.00-8.00 sec 112 MBytes 938 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec 0 65.0 KBytes +[ 7] 8.00-9.00 sec 14.6 MBytes 123 Mbits/sec 0 70.7 KBytes +[ 9] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec 0 70.7 KBytes +[ 11] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec 0 65.0 KBytes +[ 13] 8.00-9.00 sec 14.0 MBytes 117 Mbits/sec 0 56.6 KBytes +[ 15] 8.00-9.00 sec 15.0 MBytes 126 Mbits/sec 0 76.4 KBytes +[ 17] 8.00-9.00 sec 14.2 MBytes 120 Mbits/sec 0 53.7 KBytes +[ 19] 8.00-9.00 sec 13.9 MBytes 116 Mbits/sec 0 70.7 KBytes +[SUM] 8.00-9.00 sec 114 MBytes 960 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 14.0 MBytes 117 Mbits/sec 0 73.5 KBytes +[ 7] 9.00-10.00 sec 14.6 MBytes 123 Mbits/sec 0 70.7 KBytes +[ 9] 9.00-10.00 sec 14.0 MBytes 117 Mbits/sec 0 62.2 KBytes +[ 11] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec 0 70.7 KBytes +[ 13] 9.00-10.00 sec 13.9 MBytes 116 Mbits/sec 0 56.6 KBytes +[ 15] 9.00-10.00 sec 13.8 MBytes 115 Mbits/sec 0 65.0 KBytes +[ 17] 9.00-10.00 sec 13.6 MBytes 114 Mbits/sec 0 70.7 KBytes +[ 19] 9.00-10.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[SUM] 9.00-10.00 sec 112 MBytes 936 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 14.0 MBytes 117 Mbits/sec 0 67.9 KBytes +[ 7] 10.00-11.00 sec 14.5 MBytes 122 Mbits/sec 0 73.5 KBytes +[ 9] 10.00-11.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[ 11] 10.00-11.00 sec 14.5 MBytes 122 Mbits/sec 0 67.9 KBytes +[ 13] 10.00-11.00 sec 13.9 MBytes 116 Mbits/sec 0 70.7 KBytes +[ 15] 10.00-11.00 sec 13.6 MBytes 114 Mbits/sec 0 59.4 KBytes +[ 17] 10.00-11.00 sec 14.4 MBytes 121 Mbits/sec 0 67.9 KBytes +[ 19] 10.00-11.00 sec 13.9 MBytes 116 Mbits/sec 0 65.0 KBytes +[SUM] 10.00-11.00 sec 113 MBytes 946 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 14.5 MBytes 122 Mbits/sec 0 65.0 KBytes +[ 7] 11.00-12.00 sec 14.5 MBytes 122 Mbits/sec 0 73.5 KBytes +[ 9] 11.00-12.00 sec 14.5 MBytes 122 Mbits/sec 0 62.2 KBytes +[ 11] 11.00-12.00 sec 13.8 MBytes 115 Mbits/sec 0 56.6 KBytes +[ 13] 11.00-12.00 sec 13.5 MBytes 113 Mbits/sec 0 76.4 KBytes +[ 15] 11.00-12.00 sec 13.8 MBytes 115 Mbits/sec 0 76.4 KBytes +[ 17] 11.00-12.00 sec 13.6 MBytes 114 Mbits/sec 0 82.0 KBytes +[ 19] 11.00-12.00 sec 13.9 MBytes 116 Mbits/sec 0 73.5 KBytes +[SUM] 11.00-12.00 sec 112 MBytes 940 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec 0 76.4 KBytes +[ 7] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec 0 73.5 KBytes +[ 9] 12.00-13.00 sec 13.5 MBytes 113 Mbits/sec 0 70.7 KBytes +[ 11] 12.00-13.00 sec 13.8 MBytes 115 Mbits/sec 0 73.5 KBytes +[ 13] 12.00-13.00 sec 14.4 MBytes 121 Mbits/sec 0 62.2 KBytes +[ 15] 12.00-13.00 sec 14.6 MBytes 123 Mbits/sec 0 65.0 KBytes +[ 17] 12.00-13.00 sec 14.4 MBytes 121 Mbits/sec 0 67.9 KBytes +[ 19] 12.00-13.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[SUM] 12.00-13.00 sec 113 MBytes 945 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[ 7] 13.00-14.00 sec 14.0 MBytes 117 Mbits/sec 0 73.5 KBytes +[ 9] 13.00-14.00 sec 14.5 MBytes 122 Mbits/sec 0 62.2 KBytes +[ 11] 13.00-14.00 sec 14.5 MBytes 122 Mbits/sec 0 76.4 KBytes +[ 13] 13.00-14.00 sec 13.5 MBytes 113 Mbits/sec 0 67.9 KBytes +[ 15] 13.00-14.00 sec 13.8 MBytes 115 Mbits/sec 0 70.7 KBytes +[ 17] 13.00-14.00 sec 13.6 MBytes 114 Mbits/sec 0 67.9 KBytes +[ 19] 13.00-14.00 sec 13.9 MBytes 116 Mbits/sec 0 73.5 KBytes +[SUM] 13.00-14.00 sec 112 MBytes 937 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 14.6 MBytes 123 Mbits/sec 0 73.5 KBytes +[ 7] 14.00-15.00 sec 14.5 MBytes 122 Mbits/sec 0 67.9 KBytes +[ 9] 14.00-15.00 sec 14.0 MBytes 118 Mbits/sec 0 73.5 KBytes +[ 11] 14.00-15.00 sec 13.8 MBytes 115 Mbits/sec 0 73.5 KBytes +[ 13] 14.00-15.00 sec 13.9 MBytes 116 Mbits/sec 0 70.7 KBytes +[ 15] 14.00-15.00 sec 13.6 MBytes 114 Mbits/sec 0 65.0 KBytes +[ 17] 14.00-15.00 sec 14.2 MBytes 120 Mbits/sec 0 73.5 KBytes +[ 19] 14.00-15.00 sec 14.4 MBytes 121 Mbits/sec 0 59.4 KBytes +[SUM] 14.00-15.00 sec 113 MBytes 949 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 14.5 MBytes 122 Mbits/sec 0 65.0 KBytes +[ 7] 15.00-16.00 sec 14.0 MBytes 117 Mbits/sec 0 67.9 KBytes +[ 9] 15.00-16.00 sec 14.0 MBytes 117 Mbits/sec 0 79.2 KBytes +[ 11] 15.00-16.00 sec 13.8 MBytes 115 Mbits/sec 0 70.7 KBytes +[ 13] 15.00-16.00 sec 13.4 MBytes 112 Mbits/sec 0 65.0 KBytes +[ 15] 15.00-16.00 sec 13.8 MBytes 115 Mbits/sec 0 90.5 KBytes +[ 17] 15.00-16.00 sec 13.8 MBytes 115 Mbits/sec 0 65.0 KBytes +[ 19] 15.00-16.00 sec 14.5 MBytes 122 Mbits/sec 0 56.6 KBytes +[SUM] 15.00-16.00 sec 112 MBytes 936 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 14.0 MBytes 117 Mbits/sec 0 70.7 KBytes +[ 7] 16.00-17.00 sec 14.6 MBytes 123 Mbits/sec 0 70.7 KBytes +[ 9] 16.00-17.00 sec 14.0 MBytes 117 Mbits/sec 0 70.7 KBytes +[ 11] 16.00-17.00 sec 13.8 MBytes 115 Mbits/sec 0 62.2 KBytes +[ 13] 16.00-17.00 sec 14.5 MBytes 122 Mbits/sec 0 67.9 KBytes +[ 15] 16.00-17.00 sec 13.8 MBytes 115 Mbits/sec 0 67.9 KBytes +[ 17] 16.00-17.00 sec 13.6 MBytes 114 Mbits/sec 0 65.0 KBytes +[ 19] 16.00-17.00 sec 13.4 MBytes 112 Mbits/sec 0 73.5 KBytes +[SUM] 16.00-17.00 sec 112 MBytes 936 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 14.5 MBytes 122 Mbits/sec 0 73.5 KBytes +[ 7] 17.00-18.00 sec 14.5 MBytes 122 Mbits/sec 0 67.9 KBytes +[ 9] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec 0 67.9 KBytes +[ 11] 17.00-18.00 sec 14.5 MBytes 122 Mbits/sec 0 53.7 KBytes +[ 13] 17.00-18.00 sec 13.9 MBytes 116 Mbits/sec 0 73.5 KBytes +[ 15] 17.00-18.00 sec 14.5 MBytes 122 Mbits/sec 0 70.7 KBytes +[ 17] 17.00-18.00 sec 14.2 MBytes 120 Mbits/sec 0 53.7 KBytes +[ 19] 17.00-18.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[SUM] 17.00-18.00 sec 114 MBytes 957 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec 0 67.9 KBytes +[ 7] 18.00-19.00 sec 14.0 MBytes 117 Mbits/sec 0 53.7 KBytes +[ 9] 18.00-19.00 sec 14.1 MBytes 118 Mbits/sec 0 56.6 KBytes +[ 11] 18.00-19.00 sec 13.8 MBytes 115 Mbits/sec 0 62.2 KBytes +[ 13] 18.00-19.00 sec 14.4 MBytes 121 Mbits/sec 0 70.7 KBytes +[ 15] 18.00-19.00 sec 13.8 MBytes 115 Mbits/sec 0 73.5 KBytes +[ 17] 18.00-19.00 sec 13.8 MBytes 115 Mbits/sec 0 70.7 KBytes +[ 19] 18.00-19.00 sec 13.9 MBytes 116 Mbits/sec 0 76.4 KBytes +[SUM] 18.00-19.00 sec 112 MBytes 936 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec 0 70.7 KBytes +[ 7] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec 0 65.0 KBytes +[ 9] 19.00-20.00 sec 14.4 MBytes 121 Mbits/sec 0 82.0 KBytes +[ 11] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec 0 67.9 KBytes +[ 13] 19.00-20.00 sec 14.0 MBytes 117 Mbits/sec 0 73.5 KBytes +[ 15] 19.00-20.00 sec 13.8 MBytes 115 Mbits/sec 0 67.9 KBytes +[ 17] 19.00-20.00 sec 13.6 MBytes 114 Mbits/sec 0 76.4 KBytes +[ 19] 19.00-20.00 sec 14.9 MBytes 125 Mbits/sec 0 65.0 KBytes +[SUM] 19.00-20.00 sec 112 MBytes 943 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 268 MBytes 112 Mbits/sec 0 sender +[ 5] 0.00-20.00 sec 268 MBytes 112 Mbits/sec receiver +[ 7] 0.00-20.00 sec 271 MBytes 114 Mbits/sec 0 sender +[ 7] 0.00-20.00 sec 271 MBytes 114 Mbits/sec receiver +[ 9] 0.00-20.00 sec 274 MBytes 115 Mbits/sec 0 sender +[ 9] 0.00-20.00 sec 274 MBytes 115 Mbits/sec receiver +[ 11] 0.00-20.00 sec 279 MBytes 117 Mbits/sec 0 sender +[ 11] 0.00-20.00 sec 279 MBytes 117 Mbits/sec receiver +[ 13] 0.00-20.00 sec 278 MBytes 117 Mbits/sec 0 sender +[ 13] 0.00-20.00 sec 278 MBytes 116 Mbits/sec receiver +[ 15] 0.00-20.00 sec 288 MBytes 121 Mbits/sec 0 sender +[ 15] 0.00-20.00 sec 288 MBytes 121 Mbits/sec receiver +[ 17] 0.00-20.00 sec 292 MBytes 122 Mbits/sec 0 sender +[ 17] 0.00-20.00 sec 292 MBytes 122 Mbits/sec receiver +[ 19] 0.00-20.00 sec 296 MBytes 124 Mbits/sec 0 sender +[ 19] 0.00-20.00 sec 296 MBytes 124 Mbits/sec receiver +[SUM] 0.00-20.00 sec 2.19 GBytes 942 Mbits/sec 0 sender +[SUM] 0.00-20.00 sec 2.19 GBytes 941 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys6-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys6-8stream.log new file mode 100644 index 0000000..5b778e0 --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys6-8stream.log @@ -0,0 +1,258 @@ +=== iperf3: stor: pfv-tsys5→pfv-tsys6 (8-stream rev) === +Client: pfv-tsys5 (10.100.100.5) → Server: pfv-tsys6 (10.100.100.6) +Date: 2026-07-26T21:41:51Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.6, port 5201 +[ 5] local 10.100.100.5 port 54801 connected to 10.100.100.6 port 5201 +[ 7] local 10.100.100.5 port 46879 connected to 10.100.100.6 port 5201 +[ 9] local 10.100.100.5 port 37397 connected to 10.100.100.6 port 5201 +[ 11] local 10.100.100.5 port 45295 connected to 10.100.100.6 port 5201 +[ 13] local 10.100.100.5 port 59759 connected to 10.100.100.6 port 5201 +[ 15] local 10.100.100.5 port 47479 connected to 10.100.100.6 port 5201 +[ 17] local 10.100.100.5 port 40661 connected to 10.100.100.6 port 5201 +[ 19] local 10.100.100.5 port 52547 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 56 8.48 KBytes (omitted) +[ 7] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 54 11.3 KBytes (omitted) +[ 9] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 36 7.07 KBytes (omitted) +[ 11] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 41 8.48 KBytes (omitted) +[ 13] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 30 8.48 KBytes (omitted) +[ 15] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 33 11.3 KBytes (omitted) +[ 17] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 32 12.7 KBytes (omitted) +[ 19] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 39 11.3 KBytes (omitted) +[SUM] 0.00-1.00 sec 3.50 MBytes 29.3 Mbits/sec 321 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 7 17.0 KBytes (omitted) +[ 7] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 4 17.0 KBytes (omitted) +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 2 21.2 KBytes (omitted) +[ 11] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 4 19.8 KBytes (omitted) +[ 13] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 0 19.8 KBytes (omitted) +[ 15] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 4 19.8 KBytes (omitted) +[ 17] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 3 19.8 KBytes (omitted) +[ 19] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 6 19.8 KBytes (omitted) +[SUM] 1.00-2.00 sec 1.12 MBytes 9.44 Mbits/sec 30 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 0 17.0 KBytes +[ 7] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 0 19.8 KBytes +[ 9] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 0 21.2 KBytes +[ 11] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 0 19.8 KBytes +[ 13] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 19.8 KBytes +[ 15] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 17.0 KBytes +[ 17] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 17.0 KBytes +[ 19] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 0 19.8 KBytes +[SUM] 0.00-1.00 sec 896 KBytes 7.34 Mbits/sec 0 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 0 17.0 KBytes +[ 7] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 0 19.8 KBytes +[ 9] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 7 19.8 KBytes +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 0 9.90 KBytes +[ 13] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 0 19.8 KBytes +[ 15] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 8 14.1 KBytes +[ 17] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 8 15.6 KBytes +[ 19] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 0 17.0 KBytes +[SUM] 1.00-2.00 sec 1.25 MBytes 10.5 Mbits/sec 23 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 34 14.1 KBytes +[ 7] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 34 19.8 KBytes +[ 9] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 12 11.3 KBytes +[ 11] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 26 22.6 KBytes +[ 13] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 36 7.07 KBytes +[ 15] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 44 9.90 KBytes +[ 17] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 32 19.8 KBytes +[ 19] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 37 19.8 KBytes +[SUM] 2.00-3.00 sec 1.12 MBytes 9.44 Mbits/sec 255 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 25 12.7 KBytes +[ 7] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 19 19.8 KBytes +[ 9] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 31 7.07 KBytes +[ 11] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 17 36.8 KBytes +[ 13] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 22 19.8 KBytes +[ 15] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 23 22.6 KBytes +[ 17] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 32 11.3 KBytes +[ 19] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 9 22.6 KBytes +[SUM] 3.00-4.00 sec 1.38 MBytes 11.5 Mbits/sec 178 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 18 15.6 KBytes +[ 7] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 23 15.6 KBytes +[ 9] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 23 17.0 KBytes +[ 11] 4.00-5.00 sec 384 KBytes 3.15 Mbits/sec 0 39.6 KBytes +[ 13] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 16 22.6 KBytes +[ 15] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 32 11.3 KBytes +[ 17] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 24 22.6 KBytes +[ 19] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 32 22.6 KBytes +[SUM] 4.00-5.00 sec 896 KBytes 7.34 Mbits/sec 168 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 26 22.6 KBytes +[ 7] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 22 17.0 KBytes +[ 9] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 12 17.0 KBytes +[ 11] 5.00-6.00 sec 384 KBytes 3.15 Mbits/sec 14 19.8 KBytes +[ 13] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 24 25.5 KBytes +[ 15] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 26 22.6 KBytes +[ 17] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 24 11.3 KBytes +[ 19] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 22 22.6 KBytes +[SUM] 5.00-6.00 sec 1.25 MBytes 10.5 Mbits/sec 170 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 9 25.5 KBytes +[ 7] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 14 25.5 KBytes +[ 9] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 30 19.8 KBytes +[ 11] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 10 19.8 KBytes +[ 13] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 28 25.5 KBytes +[ 15] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 16 9.90 KBytes +[ 17] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 16 25.5 KBytes +[ 19] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 24 22.6 KBytes +[SUM] 6.00-7.00 sec 1.12 MBytes 9.44 Mbits/sec 147 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 18 5.66 KBytes +[ 7] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 44 5.66 KBytes +[ 9] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 41 12.7 KBytes +[ 11] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 44 22.6 KBytes +[ 13] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 26 19.8 KBytes +[ 15] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 27 25.5 KBytes +[ 17] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 34 12.7 KBytes +[ 19] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 29 18.4 KBytes +[SUM] 7.00-8.00 sec 1.00 MBytes 8.39 Mbits/sec 263 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 10 52.3 KBytes +[ 7] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 19 31.1 KBytes +[ 9] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 9 17.0 KBytes +[ 11] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 34 38.2 KBytes +[ 13] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 21 41.0 KBytes +[ 15] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 14 1.41 KBytes +[ 17] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 23 15.6 KBytes +[ 19] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 36 22.6 KBytes +[SUM] 8.00-9.00 sec 896 KBytes 7.34 Mbits/sec 166 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 82 19.8 KBytes +[ 7] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 22 15.6 KBytes +[ 9] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 38 35.4 KBytes +[ 11] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 38 36.8 KBytes +[ 13] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 48 15.6 KBytes +[ 15] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 36 31.1 KBytes +[ 17] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 35 31.1 KBytes +[ 19] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 32 50.9 KBytes +[SUM] 9.00-10.00 sec 1.38 MBytes 11.5 Mbits/sec 331 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 46 26.9 KBytes +[ 7] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 30 28.3 KBytes +[ 9] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 28 28.3 KBytes +[ 11] 10.00-11.00 sec 384 KBytes 3.15 Mbits/sec 14 39.6 KBytes +[ 13] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 33 11.3 KBytes +[ 15] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 11 31.1 KBytes +[ 17] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 37 25.5 KBytes +[ 19] 10.00-11.00 sec 512 KBytes 4.19 Mbits/sec 0 73.5 KBytes +[SUM] 10.00-11.00 sec 1.12 MBytes 9.44 Mbits/sec 199 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 9 42.4 KBytes +[ 7] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 22 15.6 KBytes +[ 9] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 24 36.8 KBytes +[ 11] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 23 19.8 KBytes +[ 13] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 25 28.3 KBytes +[ 15] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 33 14.1 KBytes +[ 17] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 16 31.1 KBytes +[ 19] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 68 53.7 KBytes +[SUM] 11.00-12.00 sec 1.25 MBytes 10.5 Mbits/sec 220 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 40 18.4 KBytes +[ 7] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 11 31.1 KBytes +[ 9] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 12 17.0 KBytes +[ 11] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 31 39.6 KBytes +[ 13] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 19 31.1 KBytes +[ 15] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 28 31.1 KBytes +[ 17] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 11 39.6 KBytes +[ 19] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 31 43.8 KBytes +[SUM] 12.00-13.00 sec 1.12 MBytes 9.44 Mbits/sec 183 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 32 39.6 KBytes +[ 7] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 33 36.8 KBytes +[ 9] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 34 19.8 KBytes +[ 11] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 28 19.8 KBytes +[ 13] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 31 28.3 KBytes +[ 15] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 22 18.4 KBytes +[ 17] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 54 22.6 KBytes +[ 19] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 40 42.4 KBytes +[SUM] 13.00-14.00 sec 1.00 MBytes 8.39 Mbits/sec 274 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 42 41.0 KBytes +[ 7] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 32 45.2 KBytes +[ 9] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 51 28.3 KBytes +[ 11] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 28 19.8 KBytes +[ 13] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 30 31.1 KBytes +[ 15] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 17 53.7 KBytes +[ 17] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 42 43.8 KBytes +[ 19] 14.00-15.00 sec 384 KBytes 3.15 Mbits/sec 80 24.0 KBytes +[SUM] 14.00-15.00 sec 1.00 MBytes 8.39 Mbits/sec 322 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 63 31.1 KBytes +[ 7] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 50 33.9 KBytes +[ 9] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 31 17.0 KBytes +[ 11] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 35 5.66 KBytes +[ 13] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 39 28.3 KBytes +[ 15] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 29 42.4 KBytes +[ 17] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 45 18.4 KBytes +[ 19] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 14 22.6 KBytes +[SUM] 15.00-16.00 sec 1.25 MBytes 10.5 Mbits/sec 306 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 26 18.4 KBytes +[ 7] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 76 33.9 KBytes +[ 9] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 14 33.9 KBytes +[ 11] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 45 53.7 KBytes +[ 13] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 38 31.1 KBytes +[ 15] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 45 18.4 KBytes +[ 17] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 18 8.48 KBytes +[ 19] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 16 22.6 KBytes +[SUM] 16.00-17.00 sec 1.50 MBytes 12.6 Mbits/sec 278 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 37 33.9 KBytes +[ 7] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 27 18.4 KBytes +[ 9] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 28 31.1 KBytes +[ 11] 17.00-18.00 sec 768 KBytes 6.29 Mbits/sec 0 84.8 KBytes +[ 13] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 33 31.1 KBytes +[ 15] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 39 36.8 KBytes +[ 17] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 14 5.66 KBytes +[ 19] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 16 11.3 KBytes +[SUM] 17.00-18.00 sec 1.38 MBytes 11.5 Mbits/sec 194 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 14 45.2 KBytes +[ 7] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 19 45.2 KBytes +[ 9] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 6 45.2 KBytes +[ 11] 18.00-19.00 sec 384 KBytes 3.15 Mbits/sec 38 96.2 KBytes +[ 13] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 11 31.1 KBytes +[ 15] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 16 24.0 KBytes +[ 17] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 12 25.5 KBytes +[ 19] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 19 31.1 KBytes +[SUM] 18.00-19.00 sec 896 KBytes 7.34 Mbits/sec 135 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 29 11.3 KBytes +[ 7] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 37 22.6 KBytes +[ 9] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec 32 45.2 KBytes +[ 11] 19.00-20.00 sec 384 KBytes 3.15 Mbits/sec 57 105 KBytes +[ 13] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 24 31.1 KBytes +[ 15] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 57 19.8 KBytes +[ 17] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 18 8.48 KBytes +[ 19] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec 17 31.1 KBytes +[SUM] 19.00-20.00 sec 1.12 MBytes 9.44 Mbits/sec 271 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 2.88 MBytes 1.21 Mbits/sec 560 sender +[ 5] 0.00-20.12 sec 2.75 MBytes 1.15 Mbits/sec receiver +[ 7] 0.00-20.00 sec 2.38 MBytes 996 Kbits/sec 534 sender +[ 7] 0.00-20.12 sec 2.25 MBytes 938 Kbits/sec receiver +[ 9] 0.00-20.00 sec 2.38 MBytes 996 Kbits/sec 463 sender +[ 9] 0.00-20.12 sec 2.12 MBytes 886 Kbits/sec receiver +[ 11] 0.00-20.00 sec 4.38 MBytes 1.83 Mbits/sec 482 sender +[ 11] 0.00-20.12 sec 4.00 MBytes 1.67 Mbits/sec receiver +[ 13] 0.00-20.00 sec 2.62 MBytes 1.10 Mbits/sec 504 sender +[ 13] 0.00-20.12 sec 2.62 MBytes 1.09 Mbits/sec receiver +[ 15] 0.00-20.00 sec 2.50 MBytes 1.05 Mbits/sec 523 sender +[ 15] 0.00-20.12 sec 2.50 MBytes 1.04 Mbits/sec receiver +[ 17] 0.00-20.00 sec 2.12 MBytes 891 Kbits/sec 495 sender +[ 17] 0.00-20.12 sec 2.12 MBytes 886 Kbits/sec receiver +[ 19] 0.00-20.00 sec 3.50 MBytes 1.47 Mbits/sec 522 sender +[ 19] 0.00-20.12 sec 3.25 MBytes 1.35 Mbits/sec receiver +[SUM] 0.00-20.00 sec 22.8 MBytes 9.54 Mbits/sec 4083 sender +[SUM] 0.00-20.12 sec 21.6 MBytes 9.02 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys7-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys7-8stream.log new file mode 100644 index 0000000..45c48db --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys5-to-pfv-tsys7-8stream.log @@ -0,0 +1,258 @@ +=== iperf3: stor: pfv-tsys5→pfv-tsys7 (8-stream rev) === +Client: pfv-tsys5 (10.100.100.5) → Server: pfv-tsys7 (10.100.100.7) +Date: 2026-07-26T21:42:15Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.7, port 5201 +[ 5] local 10.100.100.5 port 51171 connected to 10.100.100.7 port 5201 +[ 7] local 10.100.100.5 port 44815 connected to 10.100.100.7 port 5201 +[ 9] local 10.100.100.5 port 47183 connected to 10.100.100.7 port 5201 +[ 11] local 10.100.100.5 port 56433 connected to 10.100.100.7 port 5201 +[ 13] local 10.100.100.5 port 47711 connected to 10.100.100.7 port 5201 +[ 15] local 10.100.100.5 port 47833 connected to 10.100.100.7 port 5201 +[ 17] local 10.100.100.5 port 60659 connected to 10.100.100.7 port 5201 +[ 19] local 10.100.100.5 port 37523 connected to 10.100.100.7 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 26 14.1 KBytes (omitted) +[ 7] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 32 14.1 KBytes (omitted) +[ 9] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 34 14.1 KBytes (omitted) +[ 11] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 15 11.3 KBytes (omitted) +[ 13] 0.00-1.00 sec 384 KBytes 3.15 Mbits/sec 15 14.1 KBytes (omitted) +[ 15] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 19 14.1 KBytes (omitted) +[ 17] 0.00-1.00 sec 384 KBytes 3.15 Mbits/sec 20 9.90 KBytes (omitted) +[ 19] 0.00-1.00 sec 384 KBytes 3.15 Mbits/sec 29 14.1 KBytes (omitted) +[SUM] 0.00-1.00 sec 3.62 MBytes 30.4 Mbits/sec 190 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 26 5.66 KBytes (omitted) +[ 7] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 20 17.0 KBytes (omitted) +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 22 19.8 KBytes (omitted) +[ 11] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 22 12.7 KBytes (omitted) +[ 13] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 23 17.0 KBytes (omitted) +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 30 19.8 KBytes (omitted) +[ 17] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 6 18.4 KBytes (omitted) +[ 19] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 11 17.0 KBytes (omitted) +[SUM] 1.00-2.00 sec 1.12 MBytes 9.43 Mbits/sec 160 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 21 25.5 KBytes +[ 7] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 34 19.8 KBytes +[ 9] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 31 25.5 KBytes +[ 11] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 35 24.0 KBytes +[ 13] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 11 22.6 KBytes +[ 15] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 28 19.8 KBytes +[ 17] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 12 17.0 KBytes +[ 19] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 21 25.5 KBytes +[SUM] 0.00-1.00 sec 1.38 MBytes 11.5 Mbits/sec 193 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 9 25.5 KBytes +[ 7] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 0 25.5 KBytes +[ 9] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 9 25.5 KBytes +[ 11] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 8 25.5 KBytes +[ 13] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 16 22.6 KBytes +[ 15] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 0 19.8 KBytes +[ 17] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 0 19.8 KBytes +[ 19] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 9 26.9 KBytes +[SUM] 1.00-2.00 sec 768 KBytes 6.29 Mbits/sec 51 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 18 26.9 KBytes +[ 7] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 9 25.5 KBytes +[ 9] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 16 22.6 KBytes +[ 11] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 0 25.5 KBytes +[ 13] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 16 11.3 KBytes +[ 15] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 14 19.8 KBytes +[ 17] 2.00-3.00 sec 384 KBytes 3.15 Mbits/sec 4 28.3 KBytes +[ 19] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 8 22.6 KBytes +[SUM] 2.00-3.00 sec 1.38 MBytes 11.5 Mbits/sec 85 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 9 22.6 KBytes +[ 7] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 18 25.5 KBytes +[ 9] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 24 25.5 KBytes +[ 11] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 18 25.5 KBytes +[ 13] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 21 9.90 KBytes +[ 15] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 7 17.0 KBytes +[ 17] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 22 17.0 KBytes +[ 19] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 16 22.6 KBytes +[SUM] 3.00-4.00 sec 1.12 MBytes 9.44 Mbits/sec 135 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 8 22.6 KBytes +[ 7] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 27 25.5 KBytes +[ 9] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 22 18.4 KBytes +[ 11] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 26 25.5 KBytes +[ 13] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 35 12.7 KBytes +[ 15] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 39 19.8 KBytes +[ 17] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 31 17.0 KBytes +[ 19] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 24 25.5 KBytes +[SUM] 4.00-5.00 sec 1.00 MBytes 8.39 Mbits/sec 212 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 40 25.5 KBytes +[ 7] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 40 14.1 KBytes +[ 9] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 45 15.6 KBytes +[ 11] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 54 22.6 KBytes +[ 13] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 26 22.6 KBytes +[ 15] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 30 22.6 KBytes +[ 17] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 31 14.1 KBytes +[ 19] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 49 22.6 KBytes +[SUM] 5.00-6.00 sec 896 KBytes 7.35 Mbits/sec 315 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 384 KBytes 3.15 Mbits/sec 18 22.6 KBytes +[ 7] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 20 22.6 KBytes +[ 9] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 23 22.6 KBytes +[ 11] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 16 22.6 KBytes +[ 13] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 24 22.6 KBytes +[ 15] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 28 11.3 KBytes +[ 17] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 18 17.0 KBytes +[ 19] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 17 22.6 KBytes +[SUM] 6.00-7.00 sec 1.25 MBytes 10.5 Mbits/sec 164 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 10 5.66 KBytes +[ 7] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 32 5.66 KBytes +[ 9] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 32 22.6 KBytes +[ 11] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 24 22.6 KBytes +[ 13] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 24 11.3 KBytes +[ 15] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 26 12.7 KBytes +[ 17] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 7 19.8 KBytes +[ 19] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 16 25.5 KBytes +[SUM] 7.00-8.00 sec 1.12 MBytes 9.44 Mbits/sec 171 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 11 50.9 KBytes +[ 7] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 18 28.3 KBytes +[ 9] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 11 31.1 KBytes +[ 11] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 19 14.1 KBytes +[ 13] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 10 33.9 KBytes +[ 15] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 14 33.9 KBytes +[ 17] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 0 25.5 KBytes +[ 19] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 15 5.66 KBytes +[SUM] 8.00-9.00 sec 1.12 MBytes 9.43 Mbits/sec 98 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 32 53.7 KBytes +[ 7] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 40 28.3 KBytes +[ 9] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 26 8.48 KBytes +[ 11] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 15 28.3 KBytes +[ 13] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 46 31.1 KBytes +[ 15] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 25 33.9 KBytes +[ 17] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 41 33.9 KBytes +[ 19] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 35 14.1 KBytes +[SUM] 9.00-10.00 sec 1.00 MBytes 8.40 Mbits/sec 260 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 75 15.6 KBytes +[ 7] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 25 31.1 KBytes +[ 9] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 26 39.6 KBytes +[ 11] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 34 9.90 KBytes +[ 13] 10.00-11.00 sec 512 KBytes 4.19 Mbits/sec 25 65.0 KBytes +[ 15] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 28 1.41 KBytes +[ 17] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 42 36.8 KBytes +[ 19] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 20 14.1 KBytes +[SUM] 10.00-11.00 sec 1.25 MBytes 10.5 Mbits/sec 275 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 25 17.0 KBytes +[ 7] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 35 17.0 KBytes +[ 9] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 44 36.8 KBytes +[ 11] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 33 31.1 KBytes +[ 13] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 32 45.2 KBytes +[ 15] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 36 42.4 KBytes +[ 17] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 32 33.9 KBytes +[ 19] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 4 5.66 KBytes +[SUM] 11.00-12.00 sec 1.38 MBytes 11.5 Mbits/sec 241 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 51 26.9 KBytes +[ 7] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 20 33.9 KBytes +[ 9] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 37 5.66 KBytes +[ 11] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 53 26.9 KBytes +[ 13] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 36 29.7 KBytes +[ 15] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 58 36.8 KBytes +[ 17] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 12 33.9 KBytes +[ 19] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 45 19.8 KBytes +[SUM] 12.00-13.00 sec 1.12 MBytes 9.45 Mbits/sec 312 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 21 39.6 KBytes +[ 7] 13.00-14.00 sec 384 KBytes 3.14 Mbits/sec 33 50.9 KBytes +[ 9] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 50 33.9 KBytes +[ 11] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 10 28.3 KBytes +[ 13] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 88 28.3 KBytes +[ 15] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 26 36.8 KBytes +[ 17] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 13 1.41 KBytes +[ 19] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 19 15.6 KBytes +[SUM] 13.00-14.00 sec 1.12 MBytes 9.43 Mbits/sec 260 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 43 31.1 KBytes +[ 7] 14.00-15.00 sec 512 KBytes 4.20 Mbits/sec 0 62.2 KBytes +[ 9] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 42 19.8 KBytes +[ 11] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 20 14.1 KBytes +[ 13] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 28 14.1 KBytes +[ 15] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 27 36.8 KBytes +[ 17] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 24 36.8 KBytes +[ 19] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 13 31.1 KBytes +[SUM] 14.00-15.00 sec 1.00 MBytes 8.39 Mbits/sec 197 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 46 26.9 KBytes +[ 7] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 20 59.4 KBytes +[ 9] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 27 39.6 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 30 28.3 KBytes +[ 13] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 25 5.66 KBytes +[ 15] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 39 36.8 KBytes +[ 17] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 29 5.66 KBytes +[ 19] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 33 15.6 KBytes +[SUM] 15.00-16.00 sec 1.00 MBytes 8.39 Mbits/sec 249 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 72 24.0 KBytes +[ 7] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 72 31.1 KBytes +[ 9] 16.00-17.00 sec 384 KBytes 3.15 Mbits/sec 14 59.4 KBytes +[ 11] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 20 14.1 KBytes +[ 13] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 12 28.3 KBytes +[ 15] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 13 19.8 KBytes +[ 17] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 27 5.66 KBytes +[ 19] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 32 5.66 KBytes +[SUM] 16.00-17.00 sec 1.38 MBytes 11.5 Mbits/sec 262 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 46 17.0 KBytes +[ 7] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 63 36.8 KBytes +[ 9] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 46 56.6 KBytes +[ 11] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 20 31.1 KBytes +[ 13] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 10 14.1 KBytes +[ 15] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 27 36.8 KBytes +[ 17] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 23 33.9 KBytes +[ 19] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 33 31.1 KBytes +[SUM] 17.00-18.00 sec 1.12 MBytes 9.44 Mbits/sec 268 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 12 36.8 KBytes +[ 7] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 33 21.2 KBytes +[ 9] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 57 31.1 KBytes +[ 11] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 25 43.8 KBytes +[ 13] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 23 31.1 KBytes +[ 15] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 26 18.4 KBytes +[ 17] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 25 42.4 KBytes +[ 19] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 23 39.6 KBytes +[SUM] 18.00-19.00 sec 1.12 MBytes 9.43 Mbits/sec 224 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 18 5.66 KBytes +[ 7] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec 33 39.6 KBytes +[ 9] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec 22 31.1 KBytes +[ 11] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 54 28.3 KBytes +[ 13] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 36 42.4 KBytes +[ 15] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 50 14.1 KBytes +[ 17] 19.00-20.00 sec 512 KBytes 4.20 Mbits/sec 17 24.0 KBytes +[ 19] 19.00-20.00 sec 384 KBytes 3.15 Mbits/sec 18 45.2 KBytes +[SUM] 19.00-20.00 sec 1.38 MBytes 11.5 Mbits/sec 248 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 3.38 MBytes 1.42 Mbits/sec 585 sender +[ 5] 0.00-20.05 sec 3.50 MBytes 1.46 Mbits/sec receiver +[ 7] 0.00-20.00 sec 3.50 MBytes 1.47 Mbits/sec 572 sender +[ 7] 0.00-20.05 sec 3.12 MBytes 1.31 Mbits/sec receiver +[ 9] 0.00-20.00 sec 2.88 MBytes 1.21 Mbits/sec 604 sender +[ 9] 0.00-20.05 sec 2.75 MBytes 1.15 Mbits/sec receiver +[ 11] 0.00-20.00 sec 2.12 MBytes 891 Kbits/sec 514 sender +[ 11] 0.00-20.05 sec 2.12 MBytes 889 Kbits/sec receiver +[ 13] 0.00-20.00 sec 3.00 MBytes 1.26 Mbits/sec 544 sender +[ 13] 0.00-20.05 sec 2.75 MBytes 1.15 Mbits/sec receiver +[ 15] 0.00-20.00 sec 2.50 MBytes 1.05 Mbits/sec 541 sender +[ 15] 0.00-20.05 sec 2.38 MBytes 994 Kbits/sec receiver +[ 17] 0.00-20.00 sec 3.12 MBytes 1.31 Mbits/sec 410 sender +[ 17] 0.00-20.05 sec 2.88 MBytes 1.20 Mbits/sec receiver +[ 19] 0.00-20.00 sec 2.38 MBytes 996 Kbits/sec 450 sender +[ 19] 0.00-20.05 sec 2.38 MBytes 994 Kbits/sec receiver +[SUM] 0.00-20.00 sec 22.9 MBytes 9.59 Mbits/sec 4220 sender +[SUM] 0.00-20.05 sec 21.9 MBytes 9.15 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys4-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys4-8stream.log new file mode 100644 index 0000000..0e5ac29 --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys4-8stream.log @@ -0,0 +1,258 @@ +=== iperf3: stor: pfv-tsys6→pfv-tsys4 (8-stream) === +Client: pfv-tsys6 (10.100.100.6) → Server: pfv-tsys4 (10.100.100.4) +Date: 2026-07-26T21:39:28Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.4, port 5201 +[ 5] local 10.100.100.6 port 40131 connected to 10.100.100.4 port 5201 +[ 7] local 10.100.100.6 port 54291 connected to 10.100.100.4 port 5201 +[ 9] local 10.100.100.6 port 47179 connected to 10.100.100.4 port 5201 +[ 11] local 10.100.100.6 port 54141 connected to 10.100.100.4 port 5201 +[ 13] local 10.100.100.6 port 52177 connected to 10.100.100.4 port 5201 +[ 15] local 10.100.100.6 port 39001 connected to 10.100.100.4 port 5201 +[ 17] local 10.100.100.6 port 50313 connected to 10.100.100.4 port 5201 +[ 19] local 10.100.100.6 port 46835 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 13.6 MBytes 114 Mbits/sec 228 1.41 KBytes (omitted) +[ 7] 0.00-1.00 sec 11.4 MBytes 95.3 Mbits/sec 342 1.41 KBytes (omitted) +[ 9] 0.00-1.00 sec 16.8 MBytes 140 Mbits/sec 699 1.41 KBytes (omitted) +[ 11] 0.00-1.00 sec 36.5 MBytes 306 Mbits/sec 830 393 KBytes (omitted) +[ 13] 0.00-1.00 sec 38.0 MBytes 318 Mbits/sec 806 441 KBytes (omitted) +[ 15] 0.00-1.00 sec 1.12 MBytes 9.43 Mbits/sec 122 7.07 KBytes (omitted) +[ 17] 0.00-1.00 sec 2.12 MBytes 17.8 Mbits/sec 276 1.41 KBytes (omitted) +[ 19] 0.00-1.00 sec 8.12 MBytes 68.1 Mbits/sec 1535 5.66 KBytes (omitted) +[SUM] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec 4838 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 7] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 9] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 11] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec 3001 416 KBytes (omitted) +[ 13] 1.00-2.00 sec 40.5 MBytes 340 Mbits/sec 2843 311 KBytes (omitted) +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 23 8.48 KBytes (omitted) +[ 17] 1.00-2.00 sec 1.38 MBytes 11.5 Mbits/sec 361 1.41 KBytes (omitted) +[ 19] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec 3268 147 KBytes (omitted) +[SUM] 1.00-2.00 sec 114 MBytes 957 Mbits/sec 9502 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 9] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 0.00-1.00 sec 47.9 MBytes 401 Mbits/sec 2150 252 KBytes +[ 13] 0.00-1.00 sec 54.4 MBytes 456 Mbits/sec 2330 280 KBytes +[ 15] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 8 8.48 KBytes +[ 17] 0.00-1.00 sec 1.50 MBytes 12.6 Mbits/sec 907 9.90 KBytes +[ 19] 0.00-1.00 sec 6.62 MBytes 55.5 Mbits/sec 1270 249 KBytes +[SUM] 0.00-1.00 sec 110 MBytes 925 Mbits/sec 6665 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 2.38 MBytes 19.9 Mbits/sec 448 158 KBytes +[ 7] 1.00-2.00 sec 1.88 MBytes 15.7 Mbits/sec 196 229 KBytes +[ 9] 1.00-2.00 sec 2.62 MBytes 22.0 Mbits/sec 138 221 KBytes +[ 11] 1.00-2.00 sec 50.0 MBytes 420 Mbits/sec 599 232 KBytes +[ 13] 1.00-2.00 sec 49.8 MBytes 418 Mbits/sec 611 305 KBytes +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 3 8.48 KBytes +[ 17] 1.00-2.00 sec 768 KBytes 6.30 Mbits/sec 277 1.41 KBytes +[ 19] 1.00-2.00 sec 6.62 MBytes 55.6 Mbits/sec 844 14.1 KBytes +[SUM] 1.00-2.00 sec 114 MBytes 957 Mbits/sec 3116 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec 1400 266 KBytes +[ 7] 2.00-3.00 sec 5.25 MBytes 44.0 Mbits/sec 332 1.41 KBytes +[ 9] 2.00-3.00 sec 30.5 MBytes 256 Mbits/sec 4752 249 KBytes +[ 11] 2.00-3.00 sec 11.2 MBytes 94.3 Mbits/sec 865 133 KBytes +[ 13] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec 1065 178 KBytes +[ 15] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 5 5.66 KBytes +[ 17] 2.00-3.00 sec 36.6 MBytes 307 Mbits/sec 5906 133 KBytes +[ 19] 2.00-3.00 sec 1.50 MBytes 12.6 Mbits/sec 527 9.90 KBytes +[SUM] 2.00-3.00 sec 111 MBytes 932 Mbits/sec 14852 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 17.2 MBytes 145 Mbits/sec 791 5.66 KBytes +[ 7] 3.00-4.00 sec 7.50 MBytes 62.9 Mbits/sec 787 62.2 KBytes +[ 9] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec 1052 195 KBytes +[ 11] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec 1710 373 KBytes +[ 13] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec 1890 331 KBytes +[ 15] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 6 5.66 KBytes +[ 17] 3.00-4.00 sec 3.12 MBytes 26.2 Mbits/sec 829 1.41 KBytes +[ 19] 3.00-4.00 sec 8.62 MBytes 72.4 Mbits/sec 3220 173 KBytes +[SUM] 3.00-4.00 sec 111 MBytes 929 Mbits/sec 10285 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 3.88 MBytes 32.5 Mbits/sec 1100 130 KBytes +[ 7] 4.00-5.00 sec 4.12 MBytes 34.6 Mbits/sec 1056 82.0 KBytes +[ 9] 4.00-5.00 sec 5.38 MBytes 45.1 Mbits/sec 638 215 KBytes +[ 11] 4.00-5.00 sec 44.0 MBytes 369 Mbits/sec 2080 178 KBytes +[ 13] 4.00-5.00 sec 44.2 MBytes 371 Mbits/sec 1955 283 KBytes +[ 15] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 2 8.48 KBytes +[ 17] 4.00-5.00 sec 1.62 MBytes 13.6 Mbits/sec 13 1.41 KBytes +[ 19] 4.00-5.00 sec 11.4 MBytes 95.5 Mbits/sec 2128 105 KBytes +[SUM] 4.00-5.00 sec 115 MBytes 962 Mbits/sec 8972 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 1.25 MBytes 10.5 Mbits/sec 481 158 KBytes +[ 7] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 316 1.41 KBytes +[ 9] 5.00-6.00 sec 5.62 MBytes 47.2 Mbits/sec 1008 379 KBytes +[ 11] 5.00-6.00 sec 17.8 MBytes 149 Mbits/sec 2433 89.1 KBytes +[ 13] 5.00-6.00 sec 35.6 MBytes 299 Mbits/sec 4601 211 KBytes +[ 15] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 6 5.66 KBytes +[ 17] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 498 76.4 KBytes +[ 19] 5.00-6.00 sec 52.0 MBytes 436 Mbits/sec 6895 359 KBytes +[SUM] 5.00-6.00 sec 112 MBytes 941 Mbits/sec 16238 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 7] 6.00-7.00 sec 1.25 MBytes 10.5 Mbits/sec 271 19.8 KBytes +[ 9] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 11] 6.00-7.00 sec 36.9 MBytes 309 Mbits/sec 4996 339 KBytes +[ 13] 6.00-7.00 sec 25.8 MBytes 216 Mbits/sec 3988 156 KBytes +[ 15] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 11 8.48 KBytes +[ 17] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 13 5.66 KBytes +[ 19] 6.00-7.00 sec 49.2 MBytes 413 Mbits/sec 7471 223 KBytes +[SUM] 6.00-7.00 sec 113 MBytes 949 Mbits/sec 16754 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 7.00-8.00 sec 4.62 MBytes 38.8 Mbits/sec 211 7.07 KBytes +[ 9] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec 2679 325 KBytes +[ 13] 7.00-8.00 sec 44.5 MBytes 373 Mbits/sec 2029 342 KBytes +[ 15] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 5 7.07 KBytes +[ 17] 7.00-8.00 sec 1.38 MBytes 11.5 Mbits/sec 360 5.66 KBytes +[ 19] 7.00-8.00 sec 7.62 MBytes 64.0 Mbits/sec 2303 119 KBytes +[SUM] 7.00-8.00 sec 113 MBytes 948 Mbits/sec 7589 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 9] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 8.00-9.00 sec 47.2 MBytes 396 Mbits/sec 2534 211 KBytes +[ 13] 8.00-9.00 sec 51.1 MBytes 429 Mbits/sec 2373 365 KBytes +[ 15] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 10 7.07 KBytes +[ 17] 8.00-9.00 sec 11.5 MBytes 96.5 Mbits/sec 2231 1.41 KBytes +[ 19] 8.00-9.00 sec 1.50 MBytes 12.6 Mbits/sec 333 82.0 KBytes +[SUM] 8.00-9.00 sec 111 MBytes 934 Mbits/sec 7483 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 9.00-10.00 sec 1.25 MBytes 10.5 Mbits/sec 54 15.6 KBytes +[ 9] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec 328 339 KBytes +[ 13] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec 363 303 KBytes +[ 15] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 4 11.3 KBytes +[ 17] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 99 22.6 KBytes +[ 19] 9.00-10.00 sec 1.38 MBytes 11.5 Mbits/sec 376 1.41 KBytes +[SUM] 9.00-10.00 sec 112 MBytes 935 Mbits/sec 1226 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 10.00-11.00 sec 11.2 MBytes 94.4 Mbits/sec 1262 5.66 KBytes +[ 9] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 10.00-11.00 sec 43.9 MBytes 368 Mbits/sec 977 274 KBytes +[ 13] 10.00-11.00 sec 51.8 MBytes 434 Mbits/sec 929 318 KBytes +[ 15] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 12 5.66 KBytes +[ 17] 10.00-11.00 sec 3.00 MBytes 25.2 Mbits/sec 849 297 KBytes +[ 19] 10.00-11.00 sec 2.50 MBytes 21.0 Mbits/sec 327 58.0 KBytes +[SUM] 10.00-11.00 sec 112 MBytes 943 Mbits/sec 4356 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 9] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 11.00-12.00 sec 5.25 MBytes 44.0 Mbits/sec 2207 1.41 KBytes +[ 13] 11.00-12.00 sec 6.75 MBytes 56.6 Mbits/sec 2883 19.8 KBytes +[ 15] 11.00-12.00 sec 384 KBytes 3.15 Mbits/sec 2 22.6 KBytes +[ 17] 11.00-12.00 sec 65.1 MBytes 546 Mbits/sec 3211 238 KBytes +[ 19] 11.00-12.00 sec 35.0 MBytes 294 Mbits/sec 629 368 KBytes +[SUM] 11.00-12.00 sec 112 MBytes 944 Mbits/sec 8934 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 9] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 31 1.41 KBytes +[ 13] 12.00-13.00 sec 1.50 MBytes 12.6 Mbits/sec 291 1.41 KBytes +[ 15] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 7 25.5 KBytes +[ 17] 12.00-13.00 sec 56.4 MBytes 473 Mbits/sec 193 372 KBytes +[ 19] 12.00-13.00 sec 54.5 MBytes 457 Mbits/sec 443 362 KBytes +[SUM] 12.00-13.00 sec 113 MBytes 945 Mbits/sec 968 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 9] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 24 7.07 KBytes +[ 15] 13.00-14.00 sec 24.0 MBytes 201 Mbits/sec 9 281 KBytes +[ 17] 13.00-14.00 sec 45.5 MBytes 382 Mbits/sec 21 246 KBytes +[ 19] 13.00-14.00 sec 45.1 MBytes 379 Mbits/sec 49 252 KBytes +[SUM] 13.00-14.00 sec 115 MBytes 962 Mbits/sec 104 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 123 1.41 KBytes +[ 9] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 50 5.66 KBytes +[ 15] 14.00-15.00 sec 41.5 MBytes 348 Mbits/sec 64 328 KBytes +[ 17] 14.00-15.00 sec 40.0 MBytes 336 Mbits/sec 16 252 KBytes +[ 19] 14.00-15.00 sec 29.9 MBytes 251 Mbits/sec 61 447 KBytes +[SUM] 14.00-15.00 sec 111 MBytes 934 Mbits/sec 314 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 7 7.07 KBytes +[ 9] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 39 1.41 KBytes +[ 15] 15.00-16.00 sec 39.0 MBytes 327 Mbits/sec 39 191 KBytes +[ 17] 15.00-16.00 sec 38.0 MBytes 319 Mbits/sec 14 260 KBytes +[ 19] 15.00-16.00 sec 37.2 MBytes 312 Mbits/sec 36 188 KBytes +[SUM] 15.00-16.00 sec 114 MBytes 958 Mbits/sec 136 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 253 1.41 KBytes +[ 9] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 232 141 KBytes +[ 15] 16.00-17.00 sec 36.2 MBytes 304 Mbits/sec 355 280 KBytes +[ 17] 16.00-17.00 sec 37.0 MBytes 311 Mbits/sec 264 255 KBytes +[ 19] 16.00-17.00 sec 38.0 MBytes 319 Mbits/sec 181 438 KBytes +[SUM] 16.00-17.00 sec 111 MBytes 934 Mbits/sec 1285 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 17.00-18.00 sec 1.38 MBytes 11.5 Mbits/sec 196 8.48 KBytes +[ 9] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 17.00-18.00 sec 5.12 MBytes 43.0 Mbits/sec 1418 66.5 KBytes +[ 15] 17.00-18.00 sec 35.0 MBytes 293 Mbits/sec 2255 191 KBytes +[ 17] 17.00-18.00 sec 30.9 MBytes 259 Mbits/sec 1923 223 KBytes +[ 19] 17.00-18.00 sec 36.2 MBytes 304 Mbits/sec 1441 167 KBytes +[SUM] 17.00-18.00 sec 109 MBytes 911 Mbits/sec 7233 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 18.00-19.00 sec 3.00 MBytes 25.2 Mbits/sec 1059 9.90 KBytes +[ 9] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 403 1.41 KBytes +[ 13] 18.00-19.00 sec 6.38 MBytes 53.5 Mbits/sec 2282 8.48 KBytes +[ 15] 18.00-19.00 sec 37.5 MBytes 315 Mbits/sec 2313 300 KBytes +[ 17] 18.00-19.00 sec 28.8 MBytes 241 Mbits/sec 1234 356 KBytes +[ 19] 18.00-19.00 sec 39.4 MBytes 330 Mbits/sec 2461 303 KBytes +[SUM] 18.00-19.00 sec 115 MBytes 965 Mbits/sec 9752 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 1.38 MBytes 11.5 Mbits/sec 152 1.41 KBytes +[ 7] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 9] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 12 1.41 KBytes +[ 13] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 68 1.41 KBytes +[ 15] 19.00-20.00 sec 37.4 MBytes 314 Mbits/sec 82 187 KBytes +[ 17] 19.00-20.00 sec 36.6 MBytes 307 Mbits/sec 13 370 KBytes +[ 19] 19.00-20.00 sec 38.5 MBytes 323 Mbits/sec 70 297 KBytes +[SUM] 19.00-20.00 sec 114 MBytes 955 Mbits/sec 400 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 39.6 MBytes 16.6 Mbits/sec 4377 sender +[ 5] 0.00-20.21 sec 38.9 MBytes 16.1 Mbits/sec receiver +[ 7] 0.00-20.00 sec 41.5 MBytes 17.4 Mbits/sec 6130 sender +[ 7] 0.00-20.21 sec 39.5 MBytes 16.4 Mbits/sec receiver +[ 9] 0.00-20.00 sec 77.0 MBytes 32.3 Mbits/sec 7594 sender +[ 9] 0.00-20.21 sec 75.8 MBytes 31.4 Mbits/sec receiver +[ 11] 0.00-20.00 sec 434 MBytes 182 Mbits/sec 24006 sender +[ 11] 0.00-20.21 sec 434 MBytes 180 Mbits/sec receiver +[ 13] 0.00-20.00 sec 465 MBytes 195 Mbits/sec 29421 sender +[ 13] 0.00-20.21 sec 464 MBytes 193 Mbits/sec receiver +[ 15] 0.00-20.00 sec 251 MBytes 105 Mbits/sec 5198 sender +[ 15] 0.00-20.21 sec 252 MBytes 105 Mbits/sec receiver +[ 17] 0.00-20.00 sec 438 MBytes 184 Mbits/sec 18871 sender +[ 17] 0.00-20.21 sec 440 MBytes 183 Mbits/sec receiver +[ 19] 0.00-20.00 sec 503 MBytes 211 Mbits/sec 31065 sender +[ 19] 0.00-20.21 sec 506 MBytes 210 Mbits/sec receiver +[SUM] 0.00-20.00 sec 2.20 GBytes 943 Mbits/sec 126662 sender +[SUM] 0.00-20.21 sec 2.20 GBytes 934 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys5-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys5-8stream.log new file mode 100644 index 0000000..ac9cbad --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys6-to-pfv-tsys5-8stream.log @@ -0,0 +1,258 @@ +=== iperf3: stor: pfv-tsys6→pfv-tsys5 (8-stream) === +Client: pfv-tsys6 (10.100.100.6) → Server: pfv-tsys5 (10.100.100.5) +Date: 2026-07-26T21:39:52Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.5, port 5201 +[ 5] local 10.100.100.6 port 39307 connected to 10.100.100.5 port 5201 +[ 7] local 10.100.100.6 port 42783 connected to 10.100.100.5 port 5201 +[ 9] local 10.100.100.6 port 35703 connected to 10.100.100.5 port 5201 +[ 11] local 10.100.100.6 port 54145 connected to 10.100.100.5 port 5201 +[ 13] local 10.100.100.6 port 40711 connected to 10.100.100.5 port 5201 +[ 15] local 10.100.100.6 port 41237 connected to 10.100.100.5 port 5201 +[ 17] local 10.100.100.6 port 60141 connected to 10.100.100.5 port 5201 +[ 19] local 10.100.100.6 port 47587 connected to 10.100.100.5 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 45 17.0 KBytes (omitted) +[ 7] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 36 17.0 KBytes (omitted) +[ 9] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 40 17.0 KBytes (omitted) +[ 11] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 54 14.1 KBytes (omitted) +[ 13] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 46 17.0 KBytes (omitted) +[ 15] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 17] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 40 12.7 KBytes (omitted) +[ 19] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 33 9.90 KBytes (omitted) +[SUM] 0.00-1.00 sec 1.38 MBytes 11.5 Mbits/sec 296 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 26 15.6 KBytes (omitted) +[ 7] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 26 14.1 KBytes (omitted) +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 27 11.3 KBytes (omitted) +[ 11] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 17 7.07 KBytes (omitted) +[ 13] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 28 11.3 KBytes (omitted) +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 19 14.1 KBytes (omitted) +[ 17] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 28 17.0 KBytes (omitted) +[ 19] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 25 17.0 KBytes (omitted) +[SUM] 1.00-2.00 sec 1.38 MBytes 11.5 Mbits/sec 196 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 27 14.1 KBytes +[ 7] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 36 17.0 KBytes +[ 9] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 39 17.0 KBytes +[ 11] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 22 11.3 KBytes +[ 13] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 28 12.7 KBytes +[ 15] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 35 12.7 KBytes +[ 17] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 29 12.7 KBytes +[ 19] 0.00-1.00 sec 256 KBytes 2.10 Mbits/sec 23 14.1 KBytes +[SUM] 0.00-1.00 sec 1.38 MBytes 11.5 Mbits/sec 239 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 17 14.1 KBytes +[ 7] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 33 17.0 KBytes +[ 9] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 25 17.0 KBytes +[ 11] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 22 2.83 KBytes +[ 13] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 29 8.48 KBytes +[ 15] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 20 19.8 KBytes +[ 17] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 27 17.0 KBytes +[ 19] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 31 15.6 KBytes +[SUM] 1.00-2.00 sec 1.12 MBytes 9.44 Mbits/sec 204 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 33 14.1 KBytes +[ 7] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 21 19.8 KBytes +[ 9] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 28 14.1 KBytes +[ 11] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 27 7.07 KBytes +[ 13] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 22 17.0 KBytes +[ 15] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 24 14.1 KBytes +[ 17] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 23 14.1 KBytes +[ 19] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 27 17.0 KBytes +[SUM] 2.00-3.00 sec 1.38 MBytes 11.5 Mbits/sec 205 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 42 12.7 KBytes +[ 7] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 31 14.1 KBytes +[ 9] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 27 11.3 KBytes +[ 11] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 14 11.3 KBytes +[ 13] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 27 11.3 KBytes +[ 15] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 21 17.0 KBytes +[ 17] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 29 17.0 KBytes +[ 19] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 32 14.1 KBytes +[SUM] 3.00-4.00 sec 1.00 MBytes 8.39 Mbits/sec 223 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 26 19.8 KBytes +[ 7] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 21 17.0 KBytes +[ 9] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 24 19.8 KBytes +[ 11] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 15 11.3 KBytes +[ 13] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 26 14.1 KBytes +[ 15] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 21 17.0 KBytes +[ 17] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 24 22.6 KBytes +[ 19] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 24 17.0 KBytes +[SUM] 4.00-5.00 sec 1.12 MBytes 9.44 Mbits/sec 181 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 15 11.3 KBytes +[ 7] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 16 19.8 KBytes +[ 9] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 8 9.90 KBytes +[ 11] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 6 14.1 KBytes +[ 13] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 10 17.0 KBytes +[ 15] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 24 15.6 KBytes +[ 17] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 16 19.8 KBytes +[ 19] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 10 25.5 KBytes +[SUM] 5.00-6.00 sec 1.38 MBytes 11.5 Mbits/sec 105 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 33 11.3 KBytes +[ 7] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 30 17.0 KBytes +[ 9] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 21 17.0 KBytes +[ 11] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 8 14.1 KBytes +[ 13] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 11 14.1 KBytes +[ 15] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 26 17.0 KBytes +[ 17] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 25 17.0 KBytes +[ 19] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 34 5.66 KBytes +[SUM] 6.00-7.00 sec 1.00 MBytes 8.39 Mbits/sec 188 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 23 5.66 KBytes +[ 7] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 20 17.0 KBytes +[ 9] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 16 5.66 KBytes +[ 11] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 7 9.90 KBytes +[ 13] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 13 12.7 KBytes +[ 15] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 16 19.8 KBytes +[ 17] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 15 19.8 KBytes +[ 19] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 27 5.66 KBytes +[SUM] 7.00-8.00 sec 1.38 MBytes 11.5 Mbits/sec 137 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 384 KBytes 3.15 Mbits/sec 43 53.7 KBytes +[ 7] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 15 31.1 KBytes +[ 9] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 19 28.3 KBytes +[ 11] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 15 22.6 KBytes +[ 13] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 22 9.90 KBytes +[ 15] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 23 36.8 KBytes +[ 17] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 10 25.5 KBytes +[ 19] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 33 17.0 KBytes +[SUM] 8.00-9.00 sec 1.00 MBytes 8.39 Mbits/sec 180 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 58 36.8 KBytes +[ 7] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 51 31.1 KBytes +[ 9] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 29 28.3 KBytes +[ 11] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 25 28.3 KBytes +[ 13] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 17 21.2 KBytes +[ 15] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 45 35.4 KBytes +[ 17] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 63 36.8 KBytes +[ 19] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 45 31.1 KBytes +[SUM] 9.00-10.00 sec 1.50 MBytes 12.6 Mbits/sec 333 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 97 33.9 KBytes +[ 7] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 51 17.0 KBytes +[ 9] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 43 25.5 KBytes +[ 11] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 61 28.3 KBytes +[ 13] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 34 22.6 KBytes +[ 15] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 83 26.9 KBytes +[ 17] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 58 39.6 KBytes +[ 19] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 36 31.1 KBytes +[SUM] 10.00-11.00 sec 1.00 MBytes 8.39 Mbits/sec 463 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 48 36.8 KBytes +[ 7] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 42 31.1 KBytes +[ 9] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 26 36.8 KBytes +[ 11] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 40 28.3 KBytes +[ 13] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 30 11.3 KBytes +[ 15] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 50 31.1 KBytes +[ 17] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 66 36.8 KBytes +[ 19] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 57 31.1 KBytes +[SUM] 11.00-12.00 sec 1.00 MBytes 8.39 Mbits/sec 359 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 48 36.8 KBytes +[ 7] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 36 31.1 KBytes +[ 9] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 29 31.1 KBytes +[ 11] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 20 25.5 KBytes +[ 13] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 17 19.8 KBytes +[ 15] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 39 31.1 KBytes +[ 17] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 33 33.9 KBytes +[ 19] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 46 33.9 KBytes +[SUM] 12.00-13.00 sec 768 KBytes 6.29 Mbits/sec 268 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 32 36.8 KBytes +[ 7] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 66 31.1 KBytes +[ 9] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 57 25.5 KBytes +[ 11] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 27 11.3 KBytes +[ 13] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 17 12.7 KBytes +[ 15] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 49 31.1 KBytes +[ 17] 13.00-14.00 sec 384 KBytes 3.15 Mbits/sec 70 29.7 KBytes +[ 19] 13.00-14.00 sec 384 KBytes 3.15 Mbits/sec 65 28.3 KBytes +[SUM] 13.00-14.00 sec 1.62 MBytes 13.6 Mbits/sec 383 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 41 39.6 KBytes +[ 7] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 22 22.6 KBytes +[ 9] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 18 31.1 KBytes +[ 11] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 11 22.6 KBytes +[ 13] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 29 17.0 KBytes +[ 15] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 35 24.0 KBytes +[ 17] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 32 15.6 KBytes +[ 19] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 33 31.1 KBytes +[SUM] 14.00-15.00 sec 1.00 MBytes 8.39 Mbits/sec 221 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 58 42.4 KBytes +[ 7] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 29 22.6 KBytes +[ 9] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 23 28.3 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 26 22.6 KBytes +[ 13] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 14 19.8 KBytes +[ 15] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 45 25.5 KBytes +[ 17] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 31 36.8 KBytes +[ 19] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 42 22.6 KBytes +[SUM] 15.00-16.00 sec 896 KBytes 7.34 Mbits/sec 268 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 256 KBytes 2.10 Mbits/sec 42 33.9 KBytes +[ 7] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 17 25.5 KBytes +[ 9] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 17 28.3 KBytes +[ 11] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 19 25.5 KBytes +[ 13] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 8 19.8 KBytes +[ 15] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 42 28.3 KBytes +[ 17] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 12 31.1 KBytes +[ 19] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 28 31.1 KBytes +[SUM] 16.00-17.00 sec 896 KBytes 7.34 Mbits/sec 185 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 384 KBytes 3.15 Mbits/sec 49 39.6 KBytes +[ 7] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 16 18.4 KBytes +[ 9] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 20 28.3 KBytes +[ 11] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 32 25.5 KBytes +[ 13] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 5 24.0 KBytes +[ 15] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 25 28.3 KBytes +[ 17] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 50 35.4 KBytes +[ 19] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 36 33.9 KBytes +[SUM] 17.00-18.00 sec 1.12 MBytes 9.44 Mbits/sec 233 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 384 KBytes 3.15 Mbits/sec 59 8.48 KBytes +[ 7] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 16 14.1 KBytes +[ 9] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 34 22.6 KBytes +[ 11] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 17 15.6 KBytes +[ 13] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 21 22.6 KBytes +[ 15] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 31 14.1 KBytes +[ 17] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 39 11.3 KBytes +[ 19] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 30 11.3 KBytes +[SUM] 18.00-19.00 sec 1.88 MBytes 15.7 Mbits/sec 247 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 32 17.0 KBytes +[ 7] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 23 9.90 KBytes +[ 9] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 38 26.9 KBytes +[ 11] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 34 19.8 KBytes +[ 13] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 30 14.1 KBytes +[ 15] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 29 7.07 KBytes +[ 17] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 33 19.8 KBytes +[ 19] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 34 17.0 KBytes +[SUM] 19.00-20.00 sec 1.00 MBytes 8.39 Mbits/sec 253 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 4.12 MBytes 1.73 Mbits/sec 823 sender +[ 5] 0.00-20.06 sec 3.88 MBytes 1.62 Mbits/sec receiver +[ 7] 0.00-20.00 sec 2.75 MBytes 1.15 Mbits/sec 592 sender +[ 7] 0.00-20.06 sec 2.62 MBytes 1.10 Mbits/sec receiver +[ 9] 0.00-20.00 sec 2.62 MBytes 1.10 Mbits/sec 541 sender +[ 9] 0.00-20.06 sec 2.50 MBytes 1.05 Mbits/sec receiver +[ 11] 0.00-20.00 sec 2.12 MBytes 891 Kbits/sec 448 sender +[ 11] 0.00-20.06 sec 2.12 MBytes 889 Kbits/sec receiver +[ 13] 0.00-20.00 sec 2.12 MBytes 891 Kbits/sec 410 sender +[ 13] 0.00-20.06 sec 2.12 MBytes 889 Kbits/sec receiver +[ 15] 0.00-20.00 sec 3.50 MBytes 1.47 Mbits/sec 683 sender +[ 15] 0.00-20.06 sec 3.25 MBytes 1.36 Mbits/sec receiver +[ 17] 0.00-20.00 sec 3.25 MBytes 1.36 Mbits/sec 685 sender +[ 17] 0.00-20.06 sec 3.00 MBytes 1.25 Mbits/sec receiver +[ 19] 0.00-20.00 sec 2.88 MBytes 1.21 Mbits/sec 693 sender +[ 19] 0.00-20.06 sec 2.88 MBytes 1.20 Mbits/sec receiver +[SUM] 0.00-20.00 sec 23.4 MBytes 9.80 Mbits/sec 4875 sender +[SUM] 0.00-20.06 sec 22.4 MBytes 9.36 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys4-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys4-8stream.log new file mode 100644 index 0000000..2c924ec --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys4-8stream.log @@ -0,0 +1,258 @@ +=== iperf3: stor: pfv-tsys7→pfv-tsys4 (8-stream) === +Client: pfv-tsys7 (10.100.100.7) → Server: pfv-tsys4 (10.100.100.4) +Date: 2026-07-26T21:40:16Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.4, port 5201 +[ 5] local 10.100.100.7 port 45033 connected to 10.100.100.4 port 5201 +[ 7] local 10.100.100.7 port 40745 connected to 10.100.100.4 port 5201 +[ 9] local 10.100.100.7 port 36809 connected to 10.100.100.4 port 5201 +[ 11] local 10.100.100.7 port 34443 connected to 10.100.100.4 port 5201 +[ 13] local 10.100.100.7 port 56579 connected to 10.100.100.4 port 5201 +[ 15] local 10.100.100.7 port 43559 connected to 10.100.100.4 port 5201 +[ 17] local 10.100.100.7 port 43729 connected to 10.100.100.4 port 5201 +[ 19] local 10.100.100.7 port 58111 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec 165 221 KBytes (omitted) +[ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec 153 192 KBytes (omitted) +[ 9] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec 203 167 KBytes (omitted) +[ 11] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 58 1.41 KBytes (omitted) +[ 13] 0.00-1.00 sec 25.1 MBytes 211 Mbits/sec 173 218 KBytes (omitted) +[ 15] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 93 1.41 KBytes (omitted) +[ 17] 0.00-1.00 sec 25.0 MBytes 209 Mbits/sec 159 204 KBytes (omitted) +[ 19] 0.00-1.00 sec 3.12 MBytes 26.2 Mbits/sec 261 1.41 KBytes (omitted) +[SUM] 0.00-1.00 sec 126 MBytes 1.05 Gbits/sec 1265 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 23.8 MBytes 199 Mbits/sec 11 189 KBytes (omitted) +[ 7] 1.00-2.00 sec 16.0 MBytes 134 Mbits/sec 12 201 KBytes (omitted) +[ 9] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec 8 221 KBytes (omitted) +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 13] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec 9 260 KBytes (omitted) +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 17] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec 10 249 KBytes (omitted) +[ 19] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 9 11.3 KBytes (omitted) +[SUM] 1.00-2.00 sec 111 MBytes 928 Mbits/sec 63 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec 122 1.41 KBytes +[ 7] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec 336 324 KBytes +[ 9] 0.00-1.00 sec 28.8 MBytes 241 Mbits/sec 240 243 KBytes +[ 11] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 0.00-1.00 sec 29.4 MBytes 246 Mbits/sec 128 303 KBytes +[ 15] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec 322 107 KBytes +[ 19] 0.00-1.00 sec 2.00 MBytes 16.8 Mbits/sec 334 184 KBytes +[SUM] 0.00-1.00 sec 112 MBytes 939 Mbits/sec 1482 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec 15 218 KBytes +[ 7] 1.00-2.00 sec 30.2 MBytes 254 Mbits/sec 88 209 KBytes +[ 9] 1.00-2.00 sec 31.5 MBytes 264 Mbits/sec 78 181 KBytes +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 1.00-2.00 sec 30.8 MBytes 258 Mbits/sec 100 171 KBytes +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 8 1.41 KBytes +[ 19] 1.00-2.00 sec 896 KBytes 7.34 Mbits/sec 292 7.07 KBytes +[SUM] 1.00-2.00 sec 113 MBytes 949 Mbits/sec 583 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 28.5 MBytes 239 Mbits/sec 26 223 KBytes +[ 7] 2.00-3.00 sec 27.9 MBytes 234 Mbits/sec 69 202 KBytes +[ 9] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec 54 218 KBytes +[ 11] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec 74 144 KBytes +[ 15] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 76 11.3 KBytes +[SUM] 2.00-3.00 sec 112 MBytes 943 Mbits/sec 300 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 28.4 MBytes 238 Mbits/sec 29 232 KBytes +[ 7] 3.00-4.00 sec 28.5 MBytes 239 Mbits/sec 28 263 KBytes +[ 9] 3.00-4.00 sec 28.2 MBytes 237 Mbits/sec 19 221 KBytes +[ 11] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 3.00-4.00 sec 28.0 MBytes 235 Mbits/sec 25 252 KBytes +[ 15] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 62 17.0 KBytes +[SUM] 3.00-4.00 sec 113 MBytes 949 Mbits/sec 164 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 23.9 MBytes 200 Mbits/sec 156 201 KBytes +[ 7] 4.00-5.00 sec 25.8 MBytes 216 Mbits/sec 228 192 KBytes +[ 9] 4.00-5.00 sec 25.8 MBytes 216 Mbits/sec 208 167 KBytes +[ 11] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 1 5.66 KBytes +[ 13] 4.00-5.00 sec 26.2 MBytes 220 Mbits/sec 167 218 KBytes +[ 15] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 5 8.48 KBytes +[ 17] 4.00-5.00 sec 5.62 MBytes 47.2 Mbits/sec 489 223 KBytes +[ 19] 4.00-5.00 sec 1.00 MBytes 8.39 Mbits/sec 315 31.1 KBytes +[SUM] 4.00-5.00 sec 108 MBytes 908 Mbits/sec 1569 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 24.6 MBytes 207 Mbits/sec 358 249 KBytes +[ 7] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec 487 226 KBytes +[ 9] 5.00-6.00 sec 22.6 MBytes 190 Mbits/sec 443 209 KBytes +[ 11] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 13] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec 421 221 KBytes +[ 15] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 17] 5.00-6.00 sec 19.1 MBytes 160 Mbits/sec 882 134 KBytes +[ 19] 5.00-6.00 sec 3.75 MBytes 31.5 Mbits/sec 470 140 KBytes +[SUM] 5.00-6.00 sec 116 MBytes 977 Mbits/sec 3065 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 26.4 MBytes 221 Mbits/sec 641 255 KBytes +[ 7] 6.00-7.00 sec 25.5 MBytes 214 Mbits/sec 543 238 KBytes +[ 9] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec 603 195 KBytes +[ 11] 6.00-7.00 sec 2.00 MBytes 16.8 Mbits/sec 334 105 KBytes +[ 13] 6.00-7.00 sec 26.9 MBytes 225 Mbits/sec 606 235 KBytes +[ 15] 6.00-7.00 sec 2.00 MBytes 16.8 Mbits/sec 160 204 KBytes +[ 17] 6.00-7.00 sec 9.38 MBytes 78.6 Mbits/sec 393 1.41 KBytes +[ 19] 6.00-7.00 sec 1.00 MBytes 8.39 Mbits/sec 456 141 KBytes +[SUM] 6.00-7.00 sec 113 MBytes 948 Mbits/sec 3736 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 25.5 MBytes 214 Mbits/sec 1610 243 KBytes +[ 7] 7.00-8.00 sec 28.1 MBytes 236 Mbits/sec 1617 277 KBytes +[ 9] 7.00-8.00 sec 27.8 MBytes 233 Mbits/sec 1797 218 KBytes +[ 11] 7.00-8.00 sec 3.62 MBytes 30.4 Mbits/sec 767 1.41 KBytes +[ 13] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec 1448 232 KBytes +[ 15] 7.00-8.00 sec 6.75 MBytes 56.6 Mbits/sec 1731 1.41 KBytes +[ 17] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 19] 7.00-8.00 sec 1.25 MBytes 10.5 Mbits/sec 389 12.7 KBytes +[SUM] 7.00-8.00 sec 116 MBytes 971 Mbits/sec 9361 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec 366 240 KBytes +[ 7] 8.00-9.00 sec 20.6 MBytes 173 Mbits/sec 382 232 KBytes +[ 9] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec 371 240 KBytes +[ 11] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 51 1.41 KBytes +[ 13] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec 448 238 KBytes +[ 15] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 112 1.41 KBytes +[ 17] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 8.00-9.00 sec 1.88 MBytes 15.7 Mbits/sec 702 11.3 KBytes +[SUM] 8.00-9.00 sec 90.9 MBytes 763 Mbits/sec 2432 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 28.5 MBytes 239 Mbits/sec 841 202 KBytes +[ 7] 9.00-10.00 sec 26.2 MBytes 220 Mbits/sec 974 269 KBytes +[ 9] 9.00-10.00 sec 27.4 MBytes 229 Mbits/sec 1053 216 KBytes +[ 11] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 9.00-10.00 sec 27.1 MBytes 227 Mbits/sec 823 266 KBytes +[ 15] 9.00-10.00 sec 3.50 MBytes 29.3 Mbits/sec 1405 1.41 KBytes +[ 17] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 180 1.41 KBytes +[SUM] 9.00-10.00 sec 113 MBytes 945 Mbits/sec 5278 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 27.0 MBytes 226 Mbits/sec 51 229 KBytes +[ 7] 10.00-11.00 sec 28.8 MBytes 241 Mbits/sec 62 238 KBytes +[ 9] 10.00-11.00 sec 27.0 MBytes 226 Mbits/sec 34 238 KBytes +[ 11] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 10.00-11.00 sec 28.1 MBytes 236 Mbits/sec 69 206 KBytes +[ 15] 10.00-11.00 sec 1.12 MBytes 9.44 Mbits/sec 25 1.41 KBytes +[ 17] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 10.00-11.00 sec 896 KBytes 7.34 Mbits/sec 43 31.1 KBytes +[SUM] 10.00-11.00 sec 113 MBytes 947 Mbits/sec 284 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 28.4 MBytes 238 Mbits/sec 207 191 KBytes +[ 7] 11.00-12.00 sec 27.1 MBytes 228 Mbits/sec 296 211 KBytes +[ 9] 11.00-12.00 sec 28.5 MBytes 239 Mbits/sec 175 252 KBytes +[ 11] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 109 7.07 KBytes +[ 13] 11.00-12.00 sec 28.4 MBytes 238 Mbits/sec 206 221 KBytes +[ 15] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 178 41.0 KBytes +[SUM] 11.00-12.00 sec 112 MBytes 943 Mbits/sec 1172 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 27.9 MBytes 234 Mbits/sec 244 191 KBytes +[ 7] 12.00-13.00 sec 27.5 MBytes 231 Mbits/sec 311 240 KBytes +[ 9] 12.00-13.00 sec 26.6 MBytes 223 Mbits/sec 406 255 KBytes +[ 11] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 12 1.41 KBytes +[ 13] 12.00-13.00 sec 26.9 MBytes 225 Mbits/sec 273 235 KBytes +[ 15] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 50 5.66 KBytes +[ 19] 12.00-13.00 sec 2.00 MBytes 16.8 Mbits/sec 492 15.6 KBytes +[SUM] 12.00-13.00 sec 111 MBytes 930 Mbits/sec 1788 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 26.6 MBytes 223 Mbits/sec 492 189 KBytes +[ 7] 13.00-14.00 sec 26.4 MBytes 221 Mbits/sec 493 257 KBytes +[ 9] 13.00-14.00 sec 21.1 MBytes 177 Mbits/sec 597 156 KBytes +[ 11] 13.00-14.00 sec 768 KBytes 6.29 Mbits/sec 30 1.41 KBytes +[ 13] 13.00-14.00 sec 26.5 MBytes 222 Mbits/sec 615 229 KBytes +[ 15] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 13.00-14.00 sec 5.12 MBytes 43.0 Mbits/sec 1019 73.5 KBytes +[ 19] 13.00-14.00 sec 5.00 MBytes 41.9 Mbits/sec 902 117 KBytes +[SUM] 13.00-14.00 sec 112 MBytes 935 Mbits/sec 4149 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 22.5 MBytes 189 Mbits/sec 775 223 KBytes +[ 7] 14.00-15.00 sec 24.2 MBytes 203 Mbits/sec 825 238 KBytes +[ 9] 14.00-15.00 sec 29.6 MBytes 249 Mbits/sec 787 246 KBytes +[ 11] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 14.00-15.00 sec 27.9 MBytes 234 Mbits/sec 742 269 KBytes +[ 15] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 14.00-15.00 sec 5.12 MBytes 43.0 Mbits/sec 701 181 KBytes +[ 19] 14.00-15.00 sec 5.00 MBytes 41.9 Mbits/sec 1222 7.07 KBytes +[SUM] 14.00-15.00 sec 114 MBytes 959 Mbits/sec 5053 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 27.4 MBytes 230 Mbits/sec 128 212 KBytes +[ 7] 15.00-16.00 sec 27.2 MBytes 229 Mbits/sec 72 277 KBytes +[ 9] 15.00-16.00 sec 27.1 MBytes 228 Mbits/sec 106 263 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 27 1.41 KBytes +[ 13] 15.00-16.00 sec 28.1 MBytes 236 Mbits/sec 94 212 KBytes +[ 15] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 15.00-16.00 sec 2.12 MBytes 17.8 Mbits/sec 456 77.8 KBytes +[ 19] 15.00-16.00 sec 1.12 MBytes 9.44 Mbits/sec 325 96.2 KBytes +[SUM] 15.00-16.00 sec 113 MBytes 949 Mbits/sec 1208 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 26.1 MBytes 219 Mbits/sec 1035 163 KBytes +[ 7] 16.00-17.00 sec 33.5 MBytes 281 Mbits/sec 1680 232 KBytes +[ 9] 16.00-17.00 sec 23.5 MBytes 197 Mbits/sec 1239 157 KBytes +[ 11] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 33 1.41 KBytes +[ 13] 16.00-17.00 sec 21.2 MBytes 178 Mbits/sec 1109 274 KBytes +[ 15] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 21 8.48 KBytes +[ 17] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 144 8.48 KBytes +[ 19] 16.00-17.00 sec 8.00 MBytes 67.1 Mbits/sec 2352 5.66 KBytes +[SUM] 16.00-17.00 sec 112 MBytes 943 Mbits/sec 7613 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 16.8 MBytes 141 Mbits/sec 863 124 KBytes +[ 7] 17.00-18.00 sec 14.4 MBytes 121 Mbits/sec 488 1.41 KBytes +[ 9] 17.00-18.00 sec 24.0 MBytes 201 Mbits/sec 2477 232 KBytes +[ 11] 17.00-18.00 sec 28.9 MBytes 242 Mbits/sec 5086 370 KBytes +[ 13] 17.00-18.00 sec 22.6 MBytes 190 Mbits/sec 1888 243 KBytes +[ 15] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 390 19.8 KBytes +[ 17] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 19] 17.00-18.00 sec 1.25 MBytes 10.5 Mbits/sec 64 55.1 KBytes +[SUM] 17.00-18.00 sec 108 MBytes 905 Mbits/sec 11258 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 27.8 MBytes 233 Mbits/sec 1891 260 KBytes +[ 7] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 9] 18.00-19.00 sec 21.9 MBytes 183 Mbits/sec 2401 277 KBytes +[ 11] 18.00-19.00 sec 6.12 MBytes 51.4 Mbits/sec 1551 1.41 KBytes +[ 13] 18.00-19.00 sec 27.9 MBytes 234 Mbits/sec 2308 269 KBytes +[ 15] 18.00-19.00 sec 1.12 MBytes 9.44 Mbits/sec 233 1.41 KBytes +[ 17] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 18.00-19.00 sec 23.5 MBytes 197 Mbits/sec 3415 89.1 KBytes +[SUM] 18.00-19.00 sec 108 MBytes 908 Mbits/sec 11801 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 30.9 MBytes 259 Mbits/sec 185 189 KBytes +[ 7] 19.00-20.00 sec 18.5 MBytes 155 Mbits/sec 182 348 KBytes +[ 9] 19.00-20.00 sec 31.6 MBytes 265 Mbits/sec 256 198 KBytes +[ 11] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 19.00-20.00 sec 31.4 MBytes 263 Mbits/sec 273 209 KBytes +[ 15] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 19.00-20.00 sec 1.88 MBytes 15.7 Mbits/sec 546 7.07 KBytes +[SUM] 19.00-20.00 sec 114 MBytes 958 Mbits/sec 1444 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 506 MBytes 212 Mbits/sec 10035 sender +[ 5] 0.00-20.00 sec 505 MBytes 212 Mbits/sec receiver +[ 7] 0.00-20.00 sec 483 MBytes 203 Mbits/sec 9162 sender +[ 7] 0.00-20.00 sec 483 MBytes 203 Mbits/sec receiver +[ 9] 0.00-20.00 sec 524 MBytes 220 Mbits/sec 13344 sender +[ 9] 0.00-20.00 sec 524 MBytes 220 Mbits/sec receiver +[ 11] 0.00-20.00 sec 41.4 MBytes 17.4 Mbits/sec 8007 sender +[ 11] 0.00-20.00 sec 37.6 MBytes 15.8 Mbits/sec receiver +[ 13] 0.00-20.00 sec 534 MBytes 224 Mbits/sec 11817 sender +[ 13] 0.00-20.00 sec 533 MBytes 223 Mbits/sec receiver +[ 15] 0.00-20.00 sec 14.5 MBytes 6.08 Mbits/sec 4088 sender +[ 15] 0.00-20.00 sec 11.9 MBytes 4.98 Mbits/sec receiver +[ 17] 0.00-20.00 sec 62.9 MBytes 26.4 Mbits/sec 4472 sender +[ 17] 0.00-20.00 sec 62.5 MBytes 26.2 Mbits/sec receiver +[ 19] 0.00-20.00 sec 60.4 MBytes 25.3 Mbits/sec 12815 sender +[ 19] 0.00-20.00 sec 59.1 MBytes 24.8 Mbits/sec receiver +[SUM] 0.00-20.00 sec 2.17 GBytes 933 Mbits/sec 73740 sender +[SUM] 0.00-20.00 sec 2.16 GBytes 930 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys5-8stream.log b/returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys5-8stream.log new file mode 100644 index 0000000..e10a3c4 --- /dev/null +++ b/returned-logs/iperf/stor-indiv-pfv-tsys7-to-pfv-tsys5-8stream.log @@ -0,0 +1,248 @@ +=== iperf3: stor: pfv-tsys7→pfv-tsys5 (8-stream) === +Client: pfv-tsys7 (10.100.100.7) → Server: pfv-tsys5 (10.100.100.5) +Date: 2026-07-26T21:40:40Z +Args: -P 8 -t 20 -l 128k -O 2 + +Connecting to host 10.100.100.5, port 5201 +[ 5] local 10.100.100.7 port 35787 connected to 10.100.100.5 port 5201 +[ 7] local 10.100.100.7 port 44625 connected to 10.100.100.5 port 5201 +[ 9] local 10.100.100.7 port 51175 connected to 10.100.100.5 port 5201 +[ 11] local 10.100.100.7 port 37097 connected to 10.100.100.5 port 5201 +[ 13] local 10.100.100.7 port 37021 connected to 10.100.100.5 port 5201 +[ 15] local 10.100.100.7 port 41673 connected to 10.100.100.5 port 5201 +[ 17] local 10.100.100.7 port 43011 connected to 10.100.100.5 port 5201 +[ 19] local 10.100.100.7 port 44815 connected to 10.100.100.5 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 41 17.0 KBytes (omitted) +[ 7] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 37 19.8 KBytes (omitted) +[ 9] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 41 22.6 KBytes (omitted) +[ 11] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 32 14.1 KBytes (omitted) +[ 13] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 32 11.3 KBytes (omitted) +[ 15] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 35 15.6 KBytes (omitted) +[ 17] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes (omitted) +[ 19] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 21 9.90 KBytes (omitted) +[SUM] 0.00-1.00 sec 1.88 MBytes 15.7 Mbits/sec 241 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-1.00 sec 128 KBytes 524 Kbits/sec 21 14.1 KBytes +[ 7] 1.00-1.00 sec 128 KBytes 524 Kbits/sec 25 19.8 KBytes +[ 9] 1.00-1.00 sec 128 KBytes 524 Kbits/sec 21 19.8 KBytes +[ 11] 1.00-1.00 sec 256 KBytes 1.05 Mbits/sec 14 14.1 KBytes +[ 13] 1.00-1.00 sec 128 KBytes 524 Kbits/sec 14 11.3 KBytes +[ 15] 1.00-1.00 sec 256 KBytes 1.05 Mbits/sec 13 17.0 KBytes +[ 17] 1.00-1.00 sec 128 KBytes 524 Kbits/sec 24 19.8 KBytes +[ 19] 1.00-1.00 sec 128 KBytes 524 Kbits/sec 12 14.1 KBytes +[SUM] 1.00-1.00 sec 1.25 MBytes 5.24 Mbits/sec 144 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 31 17.0 KBytes +[ 7] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 22 11.3 KBytes +[ 9] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 21 12.7 KBytes +[ 11] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 16 17.0 KBytes +[ 13] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 13 14.1 KBytes +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 14 19.8 KBytes +[ 17] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 20 17.0 KBytes +[ 19] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 6 9.90 KBytes +[SUM] 1.00-2.00 sec 1.12 MBytes 9.44 Mbits/sec 143 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 384 KBytes 3.15 Mbits/sec 17 19.8 KBytes +[ 7] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 14 14.1 KBytes +[ 9] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 23 14.1 KBytes +[ 11] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 13 15.6 KBytes +[ 13] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 13 14.1 KBytes +[ 15] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 15 14.1 KBytes +[ 17] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 21 8.48 KBytes +[ 19] 2.00-3.00 sec 128 KBytes 1.05 Mbits/sec 6 17.0 KBytes +[SUM] 2.00-3.00 sec 1.62 MBytes 13.6 Mbits/sec 122 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 24 17.0 KBytes +[ 7] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 14 22.6 KBytes +[ 9] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 29 14.1 KBytes +[ 11] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 25 17.0 KBytes +[ 13] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 21 9.90 KBytes +[ 15] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 14 14.1 KBytes +[ 17] 3.00-4.00 sec 128 KBytes 1.05 Mbits/sec 19 9.90 KBytes +[ 19] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 19 11.3 KBytes +[SUM] 3.00-4.00 sec 896 KBytes 7.34 Mbits/sec 165 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 22 17.0 KBytes +[ 7] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 28 18.4 KBytes +[ 9] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 24 19.8 KBytes +[ 11] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 18 19.8 KBytes +[ 13] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 18 14.1 KBytes +[ 15] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 17 14.1 KBytes +[ 17] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 19 17.0 KBytes +[ 19] 4.00-5.00 sec 128 KBytes 1.05 Mbits/sec 12 8.48 KBytes +[SUM] 4.00-5.00 sec 896 KBytes 7.34 Mbits/sec 158 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 37 15.6 KBytes +[ 7] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 30 14.1 KBytes +[ 9] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 40 14.1 KBytes +[ 11] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 37 14.1 KBytes +[ 13] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 32 14.1 KBytes +[ 15] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 36 14.1 KBytes +[ 17] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 33 11.3 KBytes +[ 19] 5.00-6.00 sec 128 KBytes 1.05 Mbits/sec 21 14.1 KBytes +[SUM] 5.00-6.00 sec 1.38 MBytes 11.5 Mbits/sec 266 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 30 17.0 KBytes +[ 7] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 19 17.0 KBytes +[ 9] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 24 12.7 KBytes +[ 11] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 26 9.90 KBytes +[ 13] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 30 17.0 KBytes +[ 15] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 21 9.90 KBytes +[ 17] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 17 14.1 KBytes +[ 19] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 21 11.3 KBytes +[SUM] 6.00-7.00 sec 1.00 MBytes 8.39 Mbits/sec 188 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 23 5.66 KBytes +[ 7] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 26 5.66 KBytes +[ 9] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 31 17.0 KBytes +[ 11] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 24 21.2 KBytes +[ 13] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 25 12.7 KBytes +[ 15] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 24 22.6 KBytes +[ 17] 7.00-8.00 sec 128 KBytes 1.05 Mbits/sec 14 14.1 KBytes +[ 19] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 20 11.3 KBytes +[SUM] 7.00-8.00 sec 1.00 MBytes 8.39 Mbits/sec 187 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 128 KBytes 1.05 Mbits/sec 19 21.2 KBytes +[ 7] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 18 24.0 KBytes +[ 9] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 22 33.9 KBytes +[ 11] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 23 36.8 KBytes +[ 13] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 22 39.6 KBytes +[ 15] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 15 33.9 KBytes +[ 17] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 12 19.8 KBytes +[ 19] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 15 25.5 KBytes +[SUM] 8.00-9.00 sec 1.38 MBytes 11.5 Mbits/sec 146 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 10 33.9 KBytes +[ 7] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 27 33.9 KBytes +[ 9] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 21 33.9 KBytes +[ 11] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 27 33.9 KBytes +[ 13] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 26 36.8 KBytes +[ 15] 9.00-10.00 sec 128 KBytes 1.05 Mbits/sec 27 33.9 KBytes +[ 17] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 12 19.8 KBytes +[ 19] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 18 22.6 KBytes +[SUM] 9.00-10.00 sec 1.62 MBytes 13.6 Mbits/sec 168 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 8 28.3 KBytes +[ 7] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 22 29.7 KBytes +[ 9] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 29 31.1 KBytes +[ 11] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 18 28.3 KBytes +[ 13] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 12 39.6 KBytes +[ 15] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 32 31.1 KBytes +[ 17] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 9 18.4 KBytes +[ 19] 10.00-11.00 sec 128 KBytes 1.05 Mbits/sec 7 22.6 KBytes +[SUM] 10.00-11.00 sec 768 KBytes 6.29 Mbits/sec 137 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 24 19.8 KBytes +[ 7] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 19 25.5 KBytes +[ 9] 11.00-12.00 sec 128 KBytes 1.05 Mbits/sec 32 31.1 KBytes +[ 11] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 29 28.3 KBytes +[ 13] 11.00-12.00 sec 384 KBytes 3.15 Mbits/sec 29 36.8 KBytes +[ 15] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 21 39.6 KBytes +[ 17] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 19 32.5 KBytes +[ 19] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 12 22.6 KBytes +[SUM] 11.00-12.00 sec 640 KBytes 5.24 Mbits/sec 185 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 384 KBytes 3.15 Mbits/sec 58 33.9 KBytes +[ 7] 12.00-13.00 sec 384 KBytes 3.15 Mbits/sec 44 31.1 KBytes +[ 9] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 45 31.1 KBytes +[ 11] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 31 31.1 KBytes +[ 13] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 53 31.1 KBytes +[ 15] 12.00-13.00 sec 384 KBytes 3.15 Mbits/sec 61 32.5 KBytes +[ 17] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 22 28.3 KBytes +[ 19] 12.00-13.00 sec 128 KBytes 1.05 Mbits/sec 32 33.9 KBytes +[SUM] 12.00-13.00 sec 2.00 MBytes 16.8 Mbits/sec 346 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 13 26.9 KBytes +[ 7] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 38 31.1 KBytes +[ 9] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 30 26.9 KBytes +[ 11] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 36 33.9 KBytes +[ 13] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 39 26.9 KBytes +[ 15] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 44 25.5 KBytes +[ 17] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 39 36.8 KBytes +[ 19] 13.00-14.00 sec 128 KBytes 1.05 Mbits/sec 10 36.8 KBytes +[SUM] 13.00-14.00 sec 1.00 MBytes 8.39 Mbits/sec 249 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 22 26.9 KBytes +[ 7] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 21 33.9 KBytes +[ 9] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 40 29.7 KBytes +[ 11] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 56 31.1 KBytes +[ 13] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 38 33.9 KBytes +[ 15] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 19 31.1 KBytes +[ 17] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 38 28.3 KBytes +[ 19] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 33 36.8 KBytes +[SUM] 14.00-15.00 sec 640 KBytes 5.24 Mbits/sec 267 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 48 28.3 KBytes +[ 7] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 25 29.7 KBytes +[ 9] 15.00-16.00 sec 128 KBytes 1.05 Mbits/sec 21 31.1 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 18 31.1 KBytes +[ 13] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 61 36.8 KBytes +[ 15] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 44 31.1 KBytes +[ 17] 15.00-16.00 sec 384 KBytes 3.15 Mbits/sec 43 28.3 KBytes +[ 19] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 32 39.6 KBytes +[SUM] 15.00-16.00 sec 1.50 MBytes 12.6 Mbits/sec 292 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 12 28.3 KBytes +[ 7] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 35 28.3 KBytes +[ 9] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 22 28.3 KBytes +[ 11] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 42 28.3 KBytes +[ 13] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 24 33.9 KBytes +[ 15] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 7 31.1 KBytes +[ 17] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 28 28.3 KBytes +[ 19] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 42 33.9 KBytes +[SUM] 16.00-17.00 sec 640 KBytes 5.24 Mbits/sec 212 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 54 28.3 KBytes +[ 7] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 21 33.9 KBytes +[ 9] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 46 28.3 KBytes +[ 11] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 47 28.3 KBytes +[ 13] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 54 39.6 KBytes +[ 15] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 47 31.1 KBytes +[ 17] 17.00-18.00 sec 128 KBytes 1.05 Mbits/sec 31 19.8 KBytes +[ 19] 17.00-18.00 sec 384 KBytes 3.15 Mbits/sec 45 33.9 KBytes +[SUM] 17.00-18.00 sec 1.62 MBytes 13.6 Mbits/sec 345 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 26 21.2 KBytes +[ 7] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 51 28.3 KBytes +[ 9] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 22 22.6 KBytes +[ 11] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 19 29.7 KBytes +[ 13] 18.00-19.00 sec 384 KBytes 3.15 Mbits/sec 56 26.9 KBytes +[ 15] 18.00-19.00 sec 384 KBytes 3.15 Mbits/sec 43 24.0 KBytes +[ 17] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 6 33.9 KBytes +[ 19] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 41 31.1 KBytes +[SUM] 18.00-19.00 sec 1.62 MBytes 13.6 Mbits/sec 264 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 16 31.1 KBytes +[ 7] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 9 31.1 KBytes +[ 9] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 16 22.6 KBytes +[ 11] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 13 31.1 KBytes +[ 13] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 21 43.8 KBytes +[ 15] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 28 38.2 KBytes +[ 17] 19.00-20.00 sec 128 KBytes 1.05 Mbits/sec 32 33.9 KBytes +[ 19] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 28 31.1 KBytes +[SUM] 19.00-20.00 sec 384 KBytes 3.14 Mbits/sec 163 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 2.75 MBytes 1.15 Mbits/sec 515 sender +[ 5] 0.00-20.05 sec 2.75 MBytes 1.15 Mbits/sec receiver +[ 7] 0.00-20.00 sec 3.12 MBytes 1.31 Mbits/sec 508 sender +[ 7] 0.00-20.05 sec 3.00 MBytes 1.26 Mbits/sec receiver +[ 9] 0.00-20.00 sec 2.75 MBytes 1.15 Mbits/sec 559 sender +[ 9] 0.00-20.05 sec 2.75 MBytes 1.15 Mbits/sec receiver +[ 11] 0.00-20.00 sec 3.12 MBytes 1.31 Mbits/sec 532 sender +[ 11] 0.00-20.05 sec 3.00 MBytes 1.26 Mbits/sec receiver +[ 13] 0.00-20.00 sec 3.38 MBytes 1.42 Mbits/sec 601 sender +[ 13] 0.00-20.05 sec 3.12 MBytes 1.31 Mbits/sec receiver +[ 15] 0.00-20.00 sec 2.88 MBytes 1.21 Mbits/sec 542 sender +[ 15] 0.00-20.05 sec 2.62 MBytes 1.10 Mbits/sec receiver +[ 17] 0.00-20.00 sec 2.50 MBytes 1.05 Mbits/sec 458 sender +[ 17] 0.00-20.05 sec 2.38 MBytes 994 Kbits/sec receiver +[ 19] 0.00-20.00 sec 2.38 MBytes 996 Kbits/sec 432 sender +[ 19] 0.00-20.05 sec 2.25 MBytes 941 Kbits/sec receiver +[SUM] 0.00-20.00 sec 22.9 MBytes 9.59 Mbits/sec 4147 sender +[SUM] 0.00-20.05 sec 21.9 MBytes 9.15 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys4.log b/returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys4.log new file mode 100644 index 0000000..75312ab --- /dev/null +++ b/returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys4.log @@ -0,0 +1 @@ +iperf3: error - the server is busy running a test. try again later diff --git a/returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys5.log b/returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys5.log new file mode 100644 index 0000000..75312ab --- /dev/null +++ b/returned-logs/iperf/stor-stress-4flow/tsys6-to-tsys5.log @@ -0,0 +1 @@ +iperf3: error - the server is busy running a test. try again later diff --git a/returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys4.log b/returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys4.log new file mode 100644 index 0000000..9395552 --- /dev/null +++ b/returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys4.log @@ -0,0 +1,211 @@ +Connecting to host 10.100.100.4, port 5201 +[ 5] local 10.100.100.7 port 53679 connected to 10.100.100.4 port 5201 +[ 7] local 10.100.100.7 port 36523 connected to 10.100.100.4 port 5201 +[ 9] local 10.100.100.7 port 42879 connected to 10.100.100.4 port 5201 +[ 11] local 10.100.100.7 port 34867 connected to 10.100.100.4 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec 3738 150 KBytes (omitted) +[ 7] 0.00-1.00 sec 82.0 MBytes 687 Mbits/sec 4379 255 KBytes (omitted) +[ 9] 0.00-1.00 sec 21.5 MBytes 180 Mbits/sec 2111 33.9 KBytes (omitted) +[ 11] 0.00-1.00 sec 1.88 MBytes 15.7 Mbits/sec 295 5.66 KBytes (omitted) +[SUM] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec 10523 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 7.25 MBytes 60.8 Mbits/sec 1850 15.6 KBytes (omitted) +[ 7] 1.00-2.00 sec 93.8 MBytes 786 Mbits/sec 2127 447 KBytes (omitted) +[ 9] 1.00-2.00 sec 9.75 MBytes 81.8 Mbits/sec 2463 288 KBytes (omitted) +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 172 1.41 KBytes (omitted) +[SUM] 1.00-2.00 sec 111 MBytes 929 Mbits/sec 6612 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 2.50 MBytes 20.9 Mbits/sec 374 42.4 KBytes +[ 7] 0.00-1.00 sec 53.6 MBytes 449 Mbits/sec 2017 249 KBytes +[ 9] 0.00-1.00 sec 52.1 MBytes 437 Mbits/sec 2355 14.1 KBytes +[ 11] 0.00-1.00 sec 6.75 MBytes 56.6 Mbits/sec 910 318 KBytes +[SUM] 0.00-1.00 sec 115 MBytes 964 Mbits/sec 5656 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 6.38 MBytes 53.5 Mbits/sec 1769 56.6 KBytes +[ 7] 1.00-2.00 sec 42.4 MBytes 355 Mbits/sec 2923 385 KBytes +[ 9] 1.00-2.00 sec 48.0 MBytes 403 Mbits/sec 4912 370 KBytes +[ 11] 1.00-2.00 sec 16.5 MBytes 138 Mbits/sec 5063 76.4 KBytes +[SUM] 1.00-2.00 sec 113 MBytes 950 Mbits/sec 14667 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec 2725 221 KBytes +[ 7] 2.00-3.00 sec 80.6 MBytes 676 Mbits/sec 3696 413 KBytes +[ 9] 2.00-3.00 sec 10.4 MBytes 87.0 Mbits/sec 2186 70.7 KBytes +[ 11] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 372 41.0 KBytes +[SUM] 2.00-3.00 sec 110 MBytes 927 Mbits/sec 8979 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 27.5 MBytes 231 Mbits/sec 3680 202 KBytes +[ 7] 3.00-4.00 sec 49.1 MBytes 412 Mbits/sec 3545 218 KBytes +[ 9] 3.00-4.00 sec 23.6 MBytes 198 Mbits/sec 4517 164 KBytes +[ 11] 3.00-4.00 sec 10.8 MBytes 90.2 Mbits/sec 2942 148 KBytes +[SUM] 3.00-4.00 sec 111 MBytes 931 Mbits/sec 14684 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 79.1 MBytes 664 Mbits/sec 4514 288 KBytes +[ 7] 4.00-5.00 sec 17.9 MBytes 150 Mbits/sec 4735 130 KBytes +[ 9] 4.00-5.00 sec 3.00 MBytes 25.2 Mbits/sec 942 1.41 KBytes +[ 11] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec 1052 191 KBytes +[SUM] 4.00-5.00 sec 113 MBytes 947 Mbits/sec 11243 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec 1331 393 KBytes +[ 7] 5.00-6.00 sec 3.00 MBytes 25.2 Mbits/sec 1420 45.2 KBytes +[ 9] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec 1010 393 KBytes +[SUM] 5.00-6.00 sec 112 MBytes 943 Mbits/sec 3762 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec 1237 191 KBytes +[ 7] 6.00-7.00 sec 3.12 MBytes 26.2 Mbits/sec 844 73.5 KBytes +[ 9] 6.00-7.00 sec 1.38 MBytes 11.5 Mbits/sec 306 11.3 KBytes +[ 11] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec 907 424 KBytes +[SUM] 6.00-7.00 sec 113 MBytes 945 Mbits/sec 3294 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec 1516 382 KBytes +[ 7] 7.00-8.00 sec 3.38 MBytes 28.3 Mbits/sec 1270 59.4 KBytes +[ 9] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 129 7.07 KBytes +[ 11] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec 1355 253 KBytes +[SUM] 7.00-8.00 sec 112 MBytes 938 Mbits/sec 4270 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec 2179 362 KBytes +[ 7] 8.00-9.00 sec 6.25 MBytes 52.4 Mbits/sec 1751 49.5 KBytes +[ 9] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 11] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec 2186 368 KBytes +[SUM] 8.00-9.00 sec 112 MBytes 938 Mbits/sec 6118 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec 2211 191 KBytes +[ 7] 9.00-10.00 sec 5.12 MBytes 43.0 Mbits/sec 1781 24.0 KBytes +[ 9] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 352 22.6 KBytes +[ 11] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec 2090 243 KBytes +[SUM] 9.00-10.00 sec 111 MBytes 930 Mbits/sec 6434 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 56.1 MBytes 471 Mbits/sec 700 331 KBytes +[ 7] 10.00-11.00 sec 3.00 MBytes 25.2 Mbits/sec 840 33.9 KBytes +[ 9] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 11] 10.00-11.00 sec 54.0 MBytes 453 Mbits/sec 539 359 KBytes +[SUM] 10.00-11.00 sec 113 MBytes 949 Mbits/sec 2081 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 63.9 MBytes 536 Mbits/sec 1718 356 KBytes +[ 7] 11.00-12.00 sec 3.12 MBytes 26.2 Mbits/sec 625 45.2 KBytes +[ 9] 11.00-12.00 sec 1.38 MBytes 11.5 Mbits/sec 260 24.0 KBytes +[ 11] 11.00-12.00 sec 43.2 MBytes 363 Mbits/sec 2031 390 KBytes +[SUM] 11.00-12.00 sec 112 MBytes 936 Mbits/sec 4634 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 42.0 MBytes 353 Mbits/sec 2521 345 KBytes +[ 7] 12.00-13.00 sec 6.50 MBytes 54.6 Mbits/sec 1800 83.4 KBytes +[ 9] 12.00-13.00 sec 2.62 MBytes 22.0 Mbits/sec 374 204 KBytes +[ 11] 12.00-13.00 sec 61.2 MBytes 514 Mbits/sec 3289 279 KBytes +[SUM] 12.00-13.00 sec 112 MBytes 943 Mbits/sec 7984 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 49.9 MBytes 418 Mbits/sec 3675 407 KBytes +[ 7] 13.00-14.00 sec 9.88 MBytes 82.8 Mbits/sec 2756 1.41 KBytes +[ 9] 13.00-14.00 sec 7.12 MBytes 59.7 Mbits/sec 2453 25.5 KBytes +[ 11] 13.00-14.00 sec 47.0 MBytes 394 Mbits/sec 2935 373 KBytes +[SUM] 13.00-14.00 sec 114 MBytes 955 Mbits/sec 11819 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 56.2 MBytes 472 Mbits/sec 2863 407 KBytes +[ 7] 14.00-15.00 sec 8.00 MBytes 67.1 Mbits/sec 2536 14.1 KBytes +[ 9] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 126 5.66 KBytes +[ 11] 14.00-15.00 sec 48.8 MBytes 409 Mbits/sec 2894 362 KBytes +[SUM] 14.00-15.00 sec 113 MBytes 948 Mbits/sec 8419 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 35.8 MBytes 300 Mbits/sec 4067 294 KBytes +[ 7] 15.00-16.00 sec 22.5 MBytes 189 Mbits/sec 4991 314 KBytes +[ 9] 15.00-16.00 sec 7.62 MBytes 64.0 Mbits/sec 2887 119 KBytes +[ 11] 15.00-16.00 sec 39.6 MBytes 332 Mbits/sec 6454 221 KBytes +[SUM] 15.00-16.00 sec 106 MBytes 885 Mbits/sec 18399 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 82.4 MBytes 691 Mbits/sec 6650 373 KBytes +[ 7] 16.00-17.00 sec 26.2 MBytes 220 Mbits/sec 4736 339 KBytes +[ 9] 16.00-17.00 sec 6.25 MBytes 52.4 Mbits/sec 2215 1.41 KBytes +[ 11] 16.00-17.00 sec 1.88 MBytes 15.7 Mbits/sec 719 32.5 KBytes +[SUM] 16.00-17.00 sec 117 MBytes 979 Mbits/sec 14320 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 41.8 MBytes 350 Mbits/sec 6229 332 KBytes +[ 7] 17.00-18.00 sec 42.9 MBytes 360 Mbits/sec 6349 385 KBytes +[ 9] 17.00-18.00 sec 27.9 MBytes 234 Mbits/sec 1313 1.41 KBytes +[ 11] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 128 33.9 KBytes +[SUM] 17.00-18.00 sec 112 MBytes 944 Mbits/sec 14019 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 56.2 MBytes 472 Mbits/sec 7366 304 KBytes +[ 7] 18.00-19.00 sec 54.1 MBytes 454 Mbits/sec 7030 286 KBytes +[ 9] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 100 14.1 KBytes +[ 11] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 132 5.66 KBytes +[SUM] 18.00-19.00 sec 110 MBytes 926 Mbits/sec 14628 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 34.6 MBytes 290 Mbits/sec 3073 178 KBytes +[ 7] 19.00-20.00 sec 78.1 MBytes 655 Mbits/sec 3855 284 KBytes +[ 9] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 54 14.1 KBytes +[ 11] 19.00-20.00 sec 1.62 MBytes 13.6 Mbits/sec 256 11.3 KBytes +[SUM] 19.00-20.00 sec 114 MBytes 959 Mbits/sec 7238 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 43.2 MBytes 363 Mbits/sec 5329 286 KBytes +[ 7] 20.00-21.00 sec 66.8 MBytes 560 Mbits/sec 6326 317 KBytes +[ 9] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 35 14.1 KBytes +[ 11] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 69 65.0 KBytes +[SUM] 20.00-21.00 sec 110 MBytes 922 Mbits/sec 11759 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 19.2 MBytes 161 Mbits/sec 2625 5.66 KBytes +[ 7] 21.00-22.00 sec 89.5 MBytes 751 Mbits/sec 2823 427 KBytes +[ 9] 21.00-22.00 sec 1.62 MBytes 13.6 Mbits/sec 8 14.1 KBytes +[ 11] 21.00-22.00 sec 3.75 MBytes 31.5 Mbits/sec 527 1.41 KBytes +[SUM] 21.00-22.00 sec 114 MBytes 957 Mbits/sec 5983 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 1.62 MBytes 13.6 Mbits/sec 323 39.6 KBytes +[ 7] 22.00-23.00 sec 110 MBytes 921 Mbits/sec 911 430 KBytes +[ 9] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 7 14.1 KBytes +[ 11] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 246 5.66 KBytes +[SUM] 22.00-23.00 sec 111 MBytes 934 Mbits/sec 1487 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 20 33.9 KBytes +[ 7] 23.00-24.00 sec 102 MBytes 851 Mbits/sec 2358 421 KBytes +[ 9] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 17.0 KBytes +[ 11] 23.00-24.00 sec 10.5 MBytes 88.1 Mbits/sec 1776 79.2 KBytes +[SUM] 23.00-24.00 sec 112 MBytes 940 Mbits/sec 4154 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 1.62 MBytes 13.6 Mbits/sec 4 25.5 KBytes +[ 7] 24.00-25.00 sec 107 MBytes 895 Mbits/sec 2577 410 KBytes +[ 9] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 16 15.6 KBytes +[ 11] 24.00-25.00 sec 3.38 MBytes 28.3 Mbits/sec 876 105 KBytes +[SUM] 24.00-25.00 sec 112 MBytes 937 Mbits/sec 3473 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 2 22.6 KBytes +[ 7] 25.00-26.00 sec 109 MBytes 914 Mbits/sec 620 427 KBytes +[ 9] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 15 31.1 KBytes +[ 11] 25.00-26.00 sec 1.62 MBytes 13.6 Mbits/sec 312 45.2 KBytes +[SUM] 25.00-26.00 sec 110 MBytes 927 Mbits/sec 949 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 60 22.6 KBytes +[ 7] 26.00-27.00 sec 70.4 MBytes 590 Mbits/sec 3704 300 KBytes +[ 9] 26.00-27.00 sec 27.4 MBytes 230 Mbits/sec 346 189 KBytes +[ 11] 26.00-27.00 sec 12.4 MBytes 104 Mbits/sec 3321 25.5 KBytes +[SUM] 26.00-27.00 sec 110 MBytes 923 Mbits/sec 7431 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 15.6 MBytes 131 Mbits/sec 1922 204 KBytes +[ 7] 27.00-28.00 sec 55.2 MBytes 463 Mbits/sec 2801 356 KBytes +[ 9] 27.00-28.00 sec 34.5 MBytes 289 Mbits/sec 2255 25.5 KBytes +[ 11] 27.00-28.00 sec 5.25 MBytes 44.0 Mbits/sec 1751 36.8 KBytes +[SUM] 27.00-28.00 sec 111 MBytes 928 Mbits/sec 8729 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 47.9 MBytes 402 Mbits/sec 5335 308 KBytes +[ 7] 28.00-29.00 sec 61.2 MBytes 514 Mbits/sec 6510 269 KBytes +[ 9] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 153 1.41 KBytes +[ 11] 28.00-29.00 sec 3.38 MBytes 28.3 Mbits/sec 847 33.9 KBytes +[SUM] 28.00-29.00 sec 112 MBytes 944 Mbits/sec 12845 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 43.9 MBytes 368 Mbits/sec 4952 379 KBytes +[ 7] 29.00-30.00 sec 50.1 MBytes 421 Mbits/sec 4318 235 KBytes +[ 9] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 215 5.66 KBytes +[ 11] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 76 28.3 KBytes +[SUM] 29.00-30.00 sec 94.0 MBytes 789 Mbits/sec 9561 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 1.07 GBytes 307 Mbits/sec 80970 sender +[ 5] 0.00-30.00 sec 1.07 GBytes 306 Mbits/sec receiver +[ 7] 0.00-30.00 sec 1.31 GBytes 375 Mbits/sec 92448 sender +[ 7] 0.00-30.00 sec 1.31 GBytes 375 Mbits/sec receiver +[ 9] 0.00-30.00 sec 255 MBytes 71.3 Mbits/sec 28536 sender +[ 9] 0.00-30.00 sec 254 MBytes 71.1 Mbits/sec receiver +[ 11] 0.00-30.00 sec 652 MBytes 182 Mbits/sec 47065 sender +[ 11] 0.00-30.00 sec 650 MBytes 182 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.27 GBytes 935 Mbits/sec 249019 sender +[SUM] 0.00-30.00 sec 3.26 GBytes 934 Mbits/sec receiver + +iperf Done. diff --git a/returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys5.log b/returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys5.log new file mode 100644 index 0000000..dee9ff5 --- /dev/null +++ b/returned-logs/iperf/stor-stress-4flow/tsys7-to-tsys5.log @@ -0,0 +1,211 @@ +Connecting to host 10.100.100.5, port 5201 +[ 5] local 10.100.100.7 port 47949 connected to 10.100.100.5 port 5201 +[ 7] local 10.100.100.7 port 59207 connected to 10.100.100.5 port 5201 +[ 9] local 10.100.100.7 port 46269 connected to 10.100.100.5 port 5201 +[ 11] local 10.100.100.7 port 52991 connected to 10.100.100.5 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 39 22.6 KBytes (omitted) +[ 7] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 42 22.6 KBytes (omitted) +[ 9] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 30 21.2 KBytes (omitted) +[ 11] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 24 22.6 KBytes (omitted) +[SUM] 0.00-1.00 sec 2.00 MBytes 16.8 Mbits/sec 135 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 13 22.6 KBytes (omitted) +[ 7] 1.00-2.00 sec 384 KBytes 3.15 Mbits/sec 11 15.6 KBytes (omitted) +[ 9] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 12 19.8 KBytes (omitted) +[ 11] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 15 14.1 KBytes (omitted) +[SUM] 1.00-2.00 sec 1.12 MBytes 9.44 Mbits/sec 51 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 5 17.0 KBytes +[ 7] 0.00-1.00 sec 128 KBytes 1.05 Mbits/sec 8 22.6 KBytes +[ 9] 0.00-1.00 sec 384 KBytes 3.14 Mbits/sec 4 19.8 KBytes +[ 11] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 9 25.5 KBytes +[SUM] 0.00-1.00 sec 1.00 MBytes 8.38 Mbits/sec 26 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 12 18.4 KBytes +[ 7] 1.00-2.00 sec 384 KBytes 3.15 Mbits/sec 11 12.7 KBytes +[ 9] 1.00-2.00 sec 128 KBytes 1.05 Mbits/sec 9 19.8 KBytes +[ 11] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 11 19.8 KBytes +[SUM] 1.00-2.00 sec 1.00 MBytes 8.39 Mbits/sec 43 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 384 KBytes 3.15 Mbits/sec 15 17.0 KBytes +[ 7] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 14 12.7 KBytes +[ 9] 2.00-3.00 sec 384 KBytes 3.15 Mbits/sec 18 19.8 KBytes +[ 11] 2.00-3.00 sec 256 KBytes 2.10 Mbits/sec 9 21.2 KBytes +[SUM] 2.00-3.00 sec 1.25 MBytes 10.5 Mbits/sec 56 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 8 19.8 KBytes +[ 7] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 10 19.8 KBytes +[ 9] 3.00-4.00 sec 256 KBytes 2.10 Mbits/sec 12 17.0 KBytes +[ 11] 3.00-4.00 sec 384 KBytes 3.15 Mbits/sec 11 22.6 KBytes +[SUM] 3.00-4.00 sec 1.12 MBytes 9.44 Mbits/sec 41 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 10 19.8 KBytes +[ 7] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 18 17.0 KBytes +[ 9] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 26 22.6 KBytes +[ 11] 4.00-5.00 sec 256 KBytes 2.10 Mbits/sec 11 21.2 KBytes +[SUM] 4.00-5.00 sec 1.00 MBytes 8.39 Mbits/sec 65 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 384 KBytes 3.15 Mbits/sec 18 19.8 KBytes +[ 7] 5.00-6.00 sec 384 KBytes 3.15 Mbits/sec 8 19.8 KBytes +[ 9] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 10 19.8 KBytes +[ 11] 5.00-6.00 sec 256 KBytes 2.10 Mbits/sec 9 22.6 KBytes +[SUM] 5.00-6.00 sec 1.25 MBytes 10.5 Mbits/sec 45 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 17 17.0 KBytes +[ 7] 6.00-7.00 sec 128 KBytes 1.05 Mbits/sec 19 22.6 KBytes +[ 9] 6.00-7.00 sec 256 KBytes 2.10 Mbits/sec 12 19.8 KBytes +[ 11] 6.00-7.00 sec 384 KBytes 3.15 Mbits/sec 15 19.8 KBytes +[SUM] 6.00-7.00 sec 1.00 MBytes 8.39 Mbits/sec 63 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 8 5.66 KBytes +[ 7] 7.00-8.00 sec 384 KBytes 3.15 Mbits/sec 12 17.0 KBytes +[ 9] 7.00-8.00 sec 384 KBytes 3.15 Mbits/sec 10 22.6 KBytes +[ 11] 7.00-8.00 sec 256 KBytes 2.10 Mbits/sec 9 17.0 KBytes +[SUM] 7.00-8.00 sec 1.25 MBytes 10.5 Mbits/sec 39 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 50 25.5 KBytes +[ 7] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 46 25.5 KBytes +[ 9] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 41 31.1 KBytes +[ 11] 8.00-9.00 sec 256 KBytes 2.10 Mbits/sec 47 22.6 KBytes +[SUM] 8.00-9.00 sec 1.00 MBytes 8.39 Mbits/sec 184 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 37 19.8 KBytes +[ 7] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 30 25.5 KBytes +[ 9] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 33 31.1 KBytes +[ 11] 9.00-10.00 sec 256 KBytes 2.10 Mbits/sec 21 21.2 KBytes +[SUM] 9.00-10.00 sec 1.00 MBytes 8.39 Mbits/sec 121 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 36 22.6 KBytes +[ 7] 10.00-11.00 sec 384 KBytes 3.15 Mbits/sec 27 25.5 KBytes +[ 9] 10.00-11.00 sec 384 KBytes 3.15 Mbits/sec 36 18.4 KBytes +[ 11] 10.00-11.00 sec 256 KBytes 2.10 Mbits/sec 27 25.5 KBytes +[SUM] 10.00-11.00 sec 1.25 MBytes 10.5 Mbits/sec 126 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 30 28.3 KBytes +[ 7] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 37 17.0 KBytes +[ 9] 11.00-12.00 sec 256 KBytes 2.10 Mbits/sec 32 17.0 KBytes +[ 11] 11.00-12.00 sec 384 KBytes 3.15 Mbits/sec 33 21.2 KBytes +[SUM] 11.00-12.00 sec 1.12 MBytes 9.44 Mbits/sec 132 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 32 31.1 KBytes +[ 7] 12.00-13.00 sec 384 KBytes 3.15 Mbits/sec 37 25.5 KBytes +[ 9] 12.00-13.00 sec 256 KBytes 2.10 Mbits/sec 31 25.5 KBytes +[ 11] 12.00-13.00 sec 384 KBytes 3.15 Mbits/sec 37 22.6 KBytes +[SUM] 12.00-13.00 sec 1.25 MBytes 10.5 Mbits/sec 137 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 384 KBytes 3.15 Mbits/sec 45 24.0 KBytes +[ 7] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 29 21.2 KBytes +[ 9] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 39 21.2 KBytes +[ 11] 13.00-14.00 sec 256 KBytes 2.10 Mbits/sec 40 21.2 KBytes +[SUM] 13.00-14.00 sec 1.12 MBytes 9.44 Mbits/sec 153 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 384 KBytes 3.15 Mbits/sec 28 22.6 KBytes +[ 7] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 19 18.4 KBytes +[ 9] 14.00-15.00 sec 128 KBytes 1.05 Mbits/sec 25 29.7 KBytes +[ 11] 14.00-15.00 sec 256 KBytes 2.10 Mbits/sec 35 28.3 KBytes +[SUM] 14.00-15.00 sec 896 KBytes 7.34 Mbits/sec 107 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 384 KBytes 3.15 Mbits/sec 42 28.3 KBytes +[ 7] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 43 15.6 KBytes +[ 9] 15.00-16.00 sec 256 KBytes 2.10 Mbits/sec 55 22.6 KBytes +[ 11] 15.00-16.00 sec 384 KBytes 3.15 Mbits/sec 47 24.0 KBytes +[SUM] 15.00-16.00 sec 1.25 MBytes 10.5 Mbits/sec 187 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 384 KBytes 3.15 Mbits/sec 42 31.1 KBytes +[ 7] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 38 22.6 KBytes +[ 9] 16.00-17.00 sec 128 KBytes 1.05 Mbits/sec 54 21.2 KBytes +[ 11] 16.00-17.00 sec 384 KBytes 3.15 Mbits/sec 36 25.5 KBytes +[SUM] 16.00-17.00 sec 1.00 MBytes 8.39 Mbits/sec 170 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 384 KBytes 3.15 Mbits/sec 38 19.8 KBytes +[ 7] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 40 24.0 KBytes +[ 9] 17.00-18.00 sec 256 KBytes 2.10 Mbits/sec 57 19.8 KBytes +[ 11] 17.00-18.00 sec 384 KBytes 3.15 Mbits/sec 32 25.5 KBytes +[SUM] 17.00-18.00 sec 1.25 MBytes 10.5 Mbits/sec 167 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 384 KBytes 3.15 Mbits/sec 37 36.8 KBytes +[ 7] 18.00-19.00 sec 256 KBytes 2.10 Mbits/sec 26 15.6 KBytes +[ 9] 18.00-19.00 sec 128 KBytes 1.05 Mbits/sec 50 18.4 KBytes +[ 11] 18.00-19.00 sec 512 KBytes 4.19 Mbits/sec 30 42.4 KBytes +[SUM] 18.00-19.00 sec 1.25 MBytes 10.5 Mbits/sec 143 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 384 KBytes 3.15 Mbits/sec 56 25.5 KBytes +[ 7] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec 45 19.8 KBytes +[ 9] 19.00-20.00 sec 256 KBytes 2.10 Mbits/sec 34 11.3 KBytes +[ 11] 19.00-20.00 sec 640 KBytes 5.24 Mbits/sec 40 28.3 KBytes +[SUM] 19.00-20.00 sec 1.50 MBytes 12.6 Mbits/sec 175 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 256 KBytes 2.10 Mbits/sec 32 25.5 KBytes +[ 7] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec 29 18.4 KBytes +[ 9] 20.00-21.00 sec 128 KBytes 1.05 Mbits/sec 45 19.8 KBytes +[ 11] 20.00-21.00 sec 384 KBytes 3.15 Mbits/sec 23 31.1 KBytes +[SUM] 20.00-21.00 sec 896 KBytes 7.34 Mbits/sec 129 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 384 KBytes 3.15 Mbits/sec 24 28.3 KBytes +[ 7] 21.00-22.00 sec 128 KBytes 1.05 Mbits/sec 27 24.0 KBytes +[ 9] 21.00-22.00 sec 256 KBytes 2.10 Mbits/sec 23 15.6 KBytes +[ 11] 21.00-22.00 sec 384 KBytes 3.15 Mbits/sec 24 28.3 KBytes +[SUM] 21.00-22.00 sec 1.12 MBytes 9.44 Mbits/sec 98 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 384 KBytes 3.15 Mbits/sec 29 28.3 KBytes +[ 7] 22.00-23.00 sec 256 KBytes 2.10 Mbits/sec 24 25.5 KBytes +[ 9] 22.00-23.00 sec 128 KBytes 1.05 Mbits/sec 35 12.7 KBytes +[ 11] 22.00-23.00 sec 384 KBytes 3.15 Mbits/sec 29 31.1 KBytes +[SUM] 22.00-23.00 sec 1.12 MBytes 9.44 Mbits/sec 117 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 256 KBytes 2.10 Mbits/sec 44 17.0 KBytes +[ 7] 23.00-24.00 sec 256 KBytes 2.10 Mbits/sec 48 22.6 KBytes +[ 9] 23.00-24.00 sec 128 KBytes 1.05 Mbits/sec 40 19.8 KBytes +[ 11] 23.00-24.00 sec 512 KBytes 4.19 Mbits/sec 34 28.3 KBytes +[SUM] 23.00-24.00 sec 1.12 MBytes 9.44 Mbits/sec 166 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 256 KBytes 2.10 Mbits/sec 30 22.6 KBytes +[ 7] 24.00-25.00 sec 256 KBytes 2.10 Mbits/sec 27 25.5 KBytes +[ 9] 24.00-25.00 sec 256 KBytes 2.10 Mbits/sec 14 25.5 KBytes +[ 11] 24.00-25.00 sec 384 KBytes 3.15 Mbits/sec 25 33.9 KBytes +[SUM] 24.00-25.00 sec 1.12 MBytes 9.44 Mbits/sec 96 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 256 KBytes 2.10 Mbits/sec 39 22.6 KBytes +[ 7] 25.00-26.00 sec 256 KBytes 2.10 Mbits/sec 32 22.6 KBytes +[ 9] 25.00-26.00 sec 128 KBytes 1.05 Mbits/sec 53 25.5 KBytes +[ 11] 25.00-26.00 sec 384 KBytes 3.15 Mbits/sec 31 28.3 KBytes +[SUM] 25.00-26.00 sec 1.00 MBytes 8.39 Mbits/sec 155 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 256 KBytes 2.10 Mbits/sec 18 31.1 KBytes +[ 7] 26.00-27.00 sec 384 KBytes 3.15 Mbits/sec 17 28.3 KBytes +[ 9] 26.00-27.00 sec 256 KBytes 2.10 Mbits/sec 31 11.3 KBytes +[ 11] 26.00-27.00 sec 384 KBytes 3.15 Mbits/sec 27 22.6 KBytes +[SUM] 26.00-27.00 sec 1.25 MBytes 10.5 Mbits/sec 93 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 384 KBytes 3.15 Mbits/sec 45 26.9 KBytes +[ 7] 27.00-28.00 sec 128 KBytes 1.05 Mbits/sec 49 22.6 KBytes +[ 9] 27.00-28.00 sec 128 KBytes 1.05 Mbits/sec 40 12.7 KBytes +[ 11] 27.00-28.00 sec 384 KBytes 3.15 Mbits/sec 39 31.1 KBytes +[SUM] 27.00-28.00 sec 1.00 MBytes 8.39 Mbits/sec 173 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 128 KBytes 1.05 Mbits/sec 14 21.2 KBytes +[ 7] 28.00-29.00 sec 384 KBytes 3.15 Mbits/sec 14 31.1 KBytes +[ 9] 28.00-29.00 sec 128 KBytes 1.05 Mbits/sec 19 19.8 KBytes +[ 11] 28.00-29.00 sec 512 KBytes 4.19 Mbits/sec 17 29.7 KBytes +[SUM] 28.00-29.00 sec 1.12 MBytes 9.44 Mbits/sec 64 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 384 KBytes 3.15 Mbits/sec 25 31.1 KBytes +[ 7] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec 27 28.3 KBytes +[ 9] 29.00-30.00 sec 128 KBytes 1.05 Mbits/sec 22 25.5 KBytes +[ 11] 29.00-30.00 sec 384 KBytes 3.15 Mbits/sec 19 28.3 KBytes +[SUM] 29.00-30.00 sec 1.00 MBytes 8.39 Mbits/sec 93 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 9.00 MBytes 2.52 Mbits/sec 866 sender +[ 5] 0.00-30.06 sec 9.00 MBytes 2.51 Mbits/sec receiver +[ 7] 0.00-30.00 sec 7.38 MBytes 2.06 Mbits/sec 811 sender +[ 7] 0.00-30.06 sec 7.38 MBytes 2.06 Mbits/sec receiver +[ 9] 0.00-30.00 sec 6.62 MBytes 1.85 Mbits/sec 910 sender +[ 9] 0.00-30.06 sec 6.62 MBytes 1.85 Mbits/sec receiver +[ 11] 0.00-30.00 sec 10.5 MBytes 2.94 Mbits/sec 777 sender +[ 11] 0.00-30.06 sec 10.5 MBytes 2.93 Mbits/sec receiver +[SUM] 0.00-30.00 sec 33.5 MBytes 9.37 Mbits/sec 3364 sender +[SUM] 0.00-30.06 sec 33.5 MBytes 9.35 Mbits/sec receiver + +iperf Done. diff --git a/returned-logs/iperf/tsys6-tsys7-01-tcp-8stream-forward.log b/returned-logs/iperf/tsys6-tsys7-01-tcp-8stream-forward.log new file mode 100644 index 0000000..10d2a41 --- /dev/null +++ b/returned-logs/iperf/tsys6-tsys7-01-tcp-8stream-forward.log @@ -0,0 +1,358 @@ +=== iperf3: tsys7→tsys6 TCP 8-stream forward === +Client: pfv-tsys7 Server: pfv-tsys6 (10.100.100.6) +Date: 2026-07-26T21:33:27Z +Args: /home/reachableceo/projects/perfopt/returned-logs/iperf/tsys6-tsys7-01-tcp-8stream-forward.log -P 8 -t 30 -l 128k -O 2 + +Connecting to host 10.100.100.6, port 5201 +[ 5] local 10.100.100.7 port 40032 connected to 10.100.100.6 port 5201 +[ 7] local 10.100.100.7 port 40034 connected to 10.100.100.6 port 5201 +[ 9] local 10.100.100.7 port 40036 connected to 10.100.100.6 port 5201 +[ 11] local 10.100.100.7 port 40038 connected to 10.100.100.6 port 5201 +[ 13] local 10.100.100.7 port 40054 connected to 10.100.100.6 port 5201 +[ 15] local 10.100.100.7 port 40066 connected to 10.100.100.6 port 5201 +[ 17] local 10.100.100.7 port 40080 connected to 10.100.100.6 port 5201 +[ 19] local 10.100.100.7 port 40084 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 35.5 MBytes 297 Mbits/sec 98 161 KBytes (omitted) +[ 7] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 47 7.07 KBytes (omitted) +[ 9] 0.00-1.00 sec 35.6 MBytes 299 Mbits/sec 66 170 KBytes (omitted) +[ 11] 0.00-1.00 sec 640 KBytes 5.24 Mbits/sec 40 1.41 KBytes (omitted) +[ 13] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 70 1.41 KBytes (omitted) +[ 15] 0.00-1.00 sec 640 KBytes 5.24 Mbits/sec 141 1.41 KBytes (omitted) +[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec 4 150 KBytes (omitted) +[ 19] 0.00-1.00 sec 35.6 MBytes 299 Mbits/sec 109 124 KBytes (omitted) +[SUM] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec 575 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 31.2 MBytes 262 Mbits/sec 238 184 KBytes (omitted) +[ 7] 1.00-2.00 sec 256 KBytes 2.10 Mbits/sec 98 45.2 KBytes (omitted) +[ 9] 1.00-2.00 sec 24.4 MBytes 204 Mbits/sec 304 150 KBytes (omitted) +[ 11] 1.00-2.00 sec 3.12 MBytes 26.2 Mbits/sec 395 1.41 KBytes (omitted) +[ 13] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes (omitted) +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes (omitted) +[ 17] 1.00-2.00 sec 24.5 MBytes 206 Mbits/sec 333 170 KBytes (omitted) +[ 19] 1.00-2.00 sec 31.2 MBytes 262 Mbits/sec 250 181 KBytes (omitted) +[SUM] 1.00-2.00 sec 115 MBytes 963 Mbits/sec 1620 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 27.8 MBytes 233 Mbits/sec 169 161 KBytes +[ 7] 0.00-1.00 sec 1.62 MBytes 13.6 Mbits/sec 194 5.66 KBytes +[ 9] 0.00-1.00 sec 27.8 MBytes 233 Mbits/sec 92 167 KBytes +[ 11] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 15] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 0.00-1.00 sec 27.9 MBytes 234 Mbits/sec 90 153 KBytes +[ 19] 0.00-1.00 sec 27.6 MBytes 231 Mbits/sec 52 182 KBytes +[SUM] 0.00-1.00 sec 113 MBytes 944 Mbits/sec 598 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec 260 73.5 KBytes +[ 7] 1.00-2.00 sec 12.1 MBytes 102 Mbits/sec 301 79.2 KBytes +[ 9] 1.00-2.00 sec 21.9 MBytes 184 Mbits/sec 234 116 KBytes +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 13] 1.00-2.00 sec 14.4 MBytes 121 Mbits/sec 230 255 KBytes +[ 15] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec 221 124 KBytes +[ 19] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec 305 107 KBytes +[SUM] 1.00-2.00 sec 114 MBytes 952 Mbits/sec 1552 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 11 1.41 KBytes +[ 7] 2.00-3.00 sec 42.5 MBytes 357 Mbits/sec 11 178 KBytes +[ 9] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[ 11] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec 181 182 KBytes +[ 13] 2.00-3.00 sec 42.4 MBytes 355 Mbits/sec 0 189 KBytes +[ 15] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[ 19] 2.00-3.00 sec 0.00 Bytes 0.00 bits/sec 7 1.41 KBytes +[SUM] 2.00-3.00 sec 113 MBytes 947 Mbits/sec 224 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 1.88 MBytes 15.7 Mbits/sec 834 90.5 KBytes +[ 7] 3.00-4.00 sec 35.6 MBytes 299 Mbits/sec 1766 198 KBytes +[ 9] 3.00-4.00 sec 3.50 MBytes 29.4 Mbits/sec 1003 1.41 KBytes +[ 11] 3.00-4.00 sec 34.1 MBytes 286 Mbits/sec 1493 175 KBytes +[ 13] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec 1304 168 KBytes +[ 15] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 3.00-4.00 sec 2.00 MBytes 16.8 Mbits/sec 617 1.41 KBytes +[ 19] 3.00-4.00 sec 896 KBytes 7.34 Mbits/sec 151 113 KBytes +[SUM] 3.00-4.00 sec 110 MBytes 926 Mbits/sec 7168 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec 2379 127 KBytes +[ 7] 4.00-5.00 sec 11.5 MBytes 96.5 Mbits/sec 1390 144 KBytes +[ 9] 4.00-5.00 sec 11.4 MBytes 95.4 Mbits/sec 1242 122 KBytes +[ 11] 4.00-5.00 sec 17.0 MBytes 143 Mbits/sec 2472 156 KBytes +[ 13] 4.00-5.00 sec 17.4 MBytes 146 Mbits/sec 1601 1.41 KBytes +[ 15] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 4.00-5.00 sec 2.88 MBytes 24.1 Mbits/sec 482 178 KBytes +[ 19] 4.00-5.00 sec 28.2 MBytes 237 Mbits/sec 2809 187 KBytes +[SUM] 4.00-5.00 sec 111 MBytes 929 Mbits/sec 12376 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 15.2 MBytes 128 Mbits/sec 596 5.66 KBytes +[ 7] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec 1661 201 KBytes +[ 9] 5.00-6.00 sec 13.9 MBytes 116 Mbits/sec 1072 1.41 KBytes +[ 11] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec 978 191 KBytes +[ 13] 5.00-6.00 sec 9.62 MBytes 80.7 Mbits/sec 313 211 KBytes +[ 15] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 5.00-6.00 sec 17.0 MBytes 143 Mbits/sec 1614 58.0 KBytes +[ 19] 5.00-6.00 sec 18.1 MBytes 152 Mbits/sec 1623 18.4 KBytes +[SUM] 5.00-6.00 sec 115 MBytes 962 Mbits/sec 7857 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 896 KBytes 7.34 Mbits/sec 67 8.48 KBytes +[ 7] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec 410 124 KBytes +[ 9] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 11] 6.00-7.00 sec 35.6 MBytes 299 Mbits/sec 1119 96.2 KBytes +[ 13] 6.00-7.00 sec 35.4 MBytes 297 Mbits/sec 868 107 KBytes +[ 15] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 6.00-7.00 sec 1.50 MBytes 12.6 Mbits/sec 301 144 KBytes +[ 19] 6.00-7.00 sec 2.62 MBytes 22.0 Mbits/sec 351 274 KBytes +[SUM] 6.00-7.00 sec 111 MBytes 928 Mbits/sec 3118 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 26.2 MBytes 220 Mbits/sec 2296 5.66 KBytes +[ 7] 7.00-8.00 sec 14.9 MBytes 125 Mbits/sec 1100 5.66 KBytes +[ 9] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 7.00-8.00 sec 4.38 MBytes 36.7 Mbits/sec 412 5.66 KBytes +[ 13] 7.00-8.00 sec 25.9 MBytes 217 Mbits/sec 2404 5.66 KBytes +[ 15] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 7.00-8.00 sec 18.4 MBytes 154 Mbits/sec 1182 1.41 KBytes +[ 19] 7.00-8.00 sec 24.6 MBytes 207 Mbits/sec 1453 5.66 KBytes +[SUM] 7.00-8.00 sec 114 MBytes 959 Mbits/sec 8847 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 8.12 MBytes 68.2 Mbits/sec 1098 170 KBytes +[ 7] 8.00-9.00 sec 36.8 MBytes 308 Mbits/sec 1002 260 KBytes +[ 9] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 2 158 KBytes +[ 11] 8.00-9.00 sec 31.6 MBytes 265 Mbits/sec 787 141 KBytes +[ 13] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec 710 62.2 KBytes +[ 15] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 156 5.66 KBytes +[ 19] 8.00-9.00 sec 4.25 MBytes 35.7 Mbits/sec 188 1.41 KBytes +[SUM] 8.00-9.00 sec 109 MBytes 912 Mbits/sec 3943 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 30.4 MBytes 255 Mbits/sec 1998 167 KBytes +[ 7] 9.00-10.00 sec 15.2 MBytes 128 Mbits/sec 1459 164 KBytes +[ 9] 9.00-10.00 sec 20.8 MBytes 174 Mbits/sec 327 192 KBytes +[ 11] 9.00-10.00 sec 10.2 MBytes 86.0 Mbits/sec 1697 1.41 KBytes +[ 13] 9.00-10.00 sec 1.75 MBytes 14.7 Mbits/sec 246 1.41 KBytes +[ 15] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 9.00-10.00 sec 15.2 MBytes 128 Mbits/sec 190 194 KBytes +[ 19] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec 696 136 KBytes +[SUM] 9.00-10.00 sec 114 MBytes 957 Mbits/sec 6613 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 19.1 MBytes 160 Mbits/sec 1098 11.3 KBytes +[ 7] 10.00-11.00 sec 16.8 MBytes 141 Mbits/sec 1070 240 KBytes +[ 9] 10.00-11.00 sec 17.2 MBytes 145 Mbits/sec 1041 31.1 KBytes +[ 11] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 10.00-11.00 sec 24.2 MBytes 203 Mbits/sec 926 153 KBytes +[ 15] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 10.00-11.00 sec 16.5 MBytes 138 Mbits/sec 920 25.5 KBytes +[ 19] 10.00-11.00 sec 16.6 MBytes 139 Mbits/sec 994 33.9 KBytes +[SUM] 10.00-11.00 sec 110 MBytes 927 Mbits/sec 6050 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 25.6 MBytes 215 Mbits/sec 517 124 KBytes +[ 7] 11.00-12.00 sec 17.5 MBytes 147 Mbits/sec 475 116 KBytes +[ 9] 11.00-12.00 sec 23.9 MBytes 200 Mbits/sec 464 133 KBytes +[ 11] 11.00-12.00 sec 2.50 MBytes 21.0 Mbits/sec 186 1.41 KBytes +[ 13] 11.00-12.00 sec 16.8 MBytes 141 Mbits/sec 705 1.41 KBytes +[ 15] 11.00-12.00 sec 896 KBytes 7.34 Mbits/sec 70 90.5 KBytes +[ 17] 11.00-12.00 sec 13.6 MBytes 114 Mbits/sec 256 153 KBytes +[ 19] 11.00-12.00 sec 9.75 MBytes 81.8 Mbits/sec 317 55.1 KBytes +[SUM] 11.00-12.00 sec 110 MBytes 927 Mbits/sec 2990 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 25.9 MBytes 217 Mbits/sec 530 161 KBytes +[ 7] 12.00-13.00 sec 1.75 MBytes 14.7 Mbits/sec 183 70.7 KBytes +[ 9] 12.00-13.00 sec 27.1 MBytes 228 Mbits/sec 592 167 KBytes +[ 11] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 12.00-13.00 sec 1.00 MBytes 8.39 Mbits/sec 114 22.6 KBytes +[ 15] 12.00-13.00 sec 3.38 MBytes 28.3 Mbits/sec 185 115 KBytes +[ 17] 12.00-13.00 sec 34.5 MBytes 289 Mbits/sec 815 156 KBytes +[ 19] 12.00-13.00 sec 23.5 MBytes 197 Mbits/sec 532 161 KBytes +[SUM] 12.00-13.00 sec 117 MBytes 983 Mbits/sec 2952 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 9.50 MBytes 79.7 Mbits/sec 2024 5.66 KBytes +[ 7] 13.00-14.00 sec 12.6 MBytes 106 Mbits/sec 1311 133 KBytes +[ 9] 13.00-14.00 sec 1.88 MBytes 15.7 Mbits/sec 197 1.41 KBytes +[ 11] 13.00-14.00 sec 21.8 MBytes 182 Mbits/sec 539 127 KBytes +[ 13] 13.00-14.00 sec 38.1 MBytes 320 Mbits/sec 1903 86.3 KBytes +[ 15] 13.00-14.00 sec 18.5 MBytes 155 Mbits/sec 1335 175 KBytes +[ 17] 13.00-14.00 sec 896 KBytes 7.34 Mbits/sec 304 1.41 KBytes +[ 19] 13.00-14.00 sec 7.38 MBytes 61.9 Mbits/sec 1725 148 KBytes +[SUM] 13.00-14.00 sec 111 MBytes 928 Mbits/sec 9338 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 896 KBytes 7.34 Mbits/sec 287 252 KBytes +[ 7] 14.00-15.00 sec 23.1 MBytes 194 Mbits/sec 916 177 KBytes +[ 9] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 11] 14.00-15.00 sec 27.1 MBytes 228 Mbits/sec 873 156 KBytes +[ 13] 14.00-15.00 sec 25.0 MBytes 210 Mbits/sec 839 167 KBytes +[ 15] 14.00-15.00 sec 26.9 MBytes 225 Mbits/sec 1127 178 KBytes +[ 17] 14.00-15.00 sec 1.88 MBytes 15.7 Mbits/sec 210 1.41 KBytes +[ 19] 14.00-15.00 sec 8.12 MBytes 68.2 Mbits/sec 2067 1.41 KBytes +[SUM] 14.00-15.00 sec 113 MBytes 948 Mbits/sec 6321 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 7] 15.00-16.00 sec 28.5 MBytes 239 Mbits/sec 98 178 KBytes +[ 9] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 15.00-16.00 sec 27.8 MBytes 233 Mbits/sec 156 164 KBytes +[ 13] 15.00-16.00 sec 27.5 MBytes 231 Mbits/sec 219 170 KBytes +[ 15] 15.00-16.00 sec 28.1 MBytes 236 Mbits/sec 119 158 KBytes +[ 17] 15.00-16.00 sec 896 KBytes 7.34 Mbits/sec 125 1.41 KBytes +[ 19] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 15.00-16.00 sec 113 MBytes 946 Mbits/sec 720 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 42.1 MBytes 353 Mbits/sec 391 158 KBytes +[ 7] 16.00-17.00 sec 8.75 MBytes 73.4 Mbits/sec 211 2.83 KBytes +[ 9] 16.00-17.00 sec 11.8 MBytes 98.6 Mbits/sec 208 178 KBytes +[ 11] 16.00-17.00 sec 9.38 MBytes 78.6 Mbits/sec 117 1.41 KBytes +[ 13] 16.00-17.00 sec 8.88 MBytes 74.4 Mbits/sec 163 1.41 KBytes +[ 15] 16.00-17.00 sec 8.88 MBytes 74.5 Mbits/sec 151 1.41 KBytes +[ 17] 16.00-17.00 sec 20.9 MBytes 175 Mbits/sec 193 195 KBytes +[ 19] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 16.00-17.00 sec 111 MBytes 928 Mbits/sec 1434 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 32.1 MBytes 269 Mbits/sec 1390 201 KBytes +[ 7] 17.00-18.00 sec 12.9 MBytes 108 Mbits/sec 2215 212 KBytes +[ 9] 17.00-18.00 sec 27.6 MBytes 232 Mbits/sec 870 208 KBytes +[ 11] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 1 5.66 KBytes +[ 13] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 1 5.66 KBytes +[ 15] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 1 5.66 KBytes +[ 17] 17.00-18.00 sec 25.8 MBytes 216 Mbits/sec 475 173 KBytes +[ 19] 17.00-18.00 sec 14.1 MBytes 118 Mbits/sec 1128 175 KBytes +[SUM] 17.00-18.00 sec 112 MBytes 944 Mbits/sec 6081 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 22.2 MBytes 187 Mbits/sec 10 263 KBytes +[ 7] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 9] 18.00-19.00 sec 37.6 MBytes 316 Mbits/sec 430 181 KBytes +[ 11] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 180 8.48 KBytes +[ 13] 18.00-19.00 sec 1.00 MBytes 8.39 Mbits/sec 110 5.66 KBytes +[ 15] 18.00-19.00 sec 1.38 MBytes 11.5 Mbits/sec 175 1.41 KBytes +[ 17] 18.00-19.00 sec 26.9 MBytes 225 Mbits/sec 431 181 KBytes +[ 19] 18.00-19.00 sec 25.8 MBytes 216 Mbits/sec 20 158 KBytes +[SUM] 18.00-19.00 sec 115 MBytes 964 Mbits/sec 1358 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 28.5 MBytes 239 Mbits/sec 48 272 KBytes +[ 7] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 9] 19.00-20.00 sec 27.8 MBytes 233 Mbits/sec 67 175 KBytes +[ 11] 19.00-20.00 sec 1.00 MBytes 8.39 Mbits/sec 200 33.9 KBytes +[ 13] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 41 15.6 KBytes +[ 15] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 19.00-20.00 sec 28.0 MBytes 235 Mbits/sec 58 141 KBytes +[ 19] 19.00-20.00 sec 27.9 MBytes 234 Mbits/sec 70 178 KBytes +[SUM] 19.00-20.00 sec 113 MBytes 949 Mbits/sec 486 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 30.8 MBytes 258 Mbits/sec 254 345 KBytes +[ 7] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 7 5.66 KBytes +[ 9] 20.00-21.00 sec 18.2 MBytes 153 Mbits/sec 62 257 KBytes +[ 11] 20.00-21.00 sec 768 KBytes 6.29 Mbits/sec 152 2.83 KBytes +[ 13] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 36 5.66 KBytes +[ 15] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 17] 20.00-21.00 sec 31.1 MBytes 261 Mbits/sec 254 209 KBytes +[ 19] 20.00-21.00 sec 31.0 MBytes 260 Mbits/sec 178 201 KBytes +[SUM] 20.00-21.00 sec 112 MBytes 938 Mbits/sec 943 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 29.9 MBytes 251 Mbits/sec 186 263 KBytes +[ 7] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 9] 21.00-22.00 sec 29.9 MBytes 251 Mbits/sec 215 249 KBytes +[ 11] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 13] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 61 1.41 KBytes +[ 15] 21.00-22.00 sec 1.00 MBytes 8.39 Mbits/sec 183 7.07 KBytes +[ 17] 21.00-22.00 sec 21.5 MBytes 180 Mbits/sec 202 178 KBytes +[ 19] 21.00-22.00 sec 30.4 MBytes 255 Mbits/sec 234 154 KBytes +[SUM] 21.00-22.00 sec 113 MBytes 945 Mbits/sec 1085 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 10.6 MBytes 89.1 Mbits/sec 520 226 KBytes +[ 7] 22.00-23.00 sec 3.62 MBytes 30.4 Mbits/sec 715 110 KBytes +[ 9] 22.00-23.00 sec 12.6 MBytes 106 Mbits/sec 492 249 KBytes +[ 11] 22.00-23.00 sec 3.38 MBytes 28.3 Mbits/sec 623 62.2 KBytes +[ 13] 22.00-23.00 sec 20.9 MBytes 175 Mbits/sec 1048 45.2 KBytes +[ 15] 22.00-23.00 sec 17.0 MBytes 143 Mbits/sec 930 122 KBytes +[ 17] 22.00-23.00 sec 11.1 MBytes 93.3 Mbits/sec 342 178 KBytes +[ 19] 22.00-23.00 sec 32.1 MBytes 269 Mbits/sec 875 158 KBytes +[SUM] 22.00-23.00 sec 111 MBytes 934 Mbits/sec 5545 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 19.5 MBytes 164 Mbits/sec 448 201 KBytes +[ 7] 23.00-24.00 sec 1.88 MBytes 15.7 Mbits/sec 249 14.1 KBytes +[ 9] 23.00-24.00 sec 18.9 MBytes 158 Mbits/sec 649 97.6 KBytes +[ 11] 23.00-24.00 sec 2.75 MBytes 23.1 Mbits/sec 586 232 KBytes +[ 13] 23.00-24.00 sec 2.00 MBytes 16.8 Mbits/sec 318 17.0 KBytes +[ 15] 23.00-24.00 sec 22.0 MBytes 185 Mbits/sec 536 5.66 KBytes +[ 17] 23.00-24.00 sec 20.5 MBytes 172 Mbits/sec 799 91.9 KBytes +[ 19] 23.00-24.00 sec 22.1 MBytes 186 Mbits/sec 943 209 KBytes +[SUM] 23.00-24.00 sec 110 MBytes 920 Mbits/sec 4528 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 27.5 MBytes 231 Mbits/sec 464 195 KBytes +[ 7] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 9] 24.00-25.00 sec 27.6 MBytes 232 Mbits/sec 285 206 KBytes +[ 11] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 30 1.41 KBytes +[ 13] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 84 1.41 KBytes +[ 15] 24.00-25.00 sec 1.00 MBytes 8.39 Mbits/sec 91 5.66 KBytes +[ 17] 24.00-25.00 sec 29.1 MBytes 244 Mbits/sec 149 215 KBytes +[ 19] 24.00-25.00 sec 29.8 MBytes 250 Mbits/sec 363 181 KBytes +[SUM] 24.00-25.00 sec 115 MBytes 965 Mbits/sec 1468 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 10.5 MBytes 88.1 Mbits/sec 449 1.41 KBytes +[ 7] 25.00-26.00 sec 29.4 MBytes 246 Mbits/sec 929 249 KBytes +[ 9] 25.00-26.00 sec 10.1 MBytes 84.9 Mbits/sec 501 1.41 KBytes +[ 11] 25.00-26.00 sec 5.75 MBytes 48.2 Mbits/sec 421 198 KBytes +[ 13] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 15] 25.00-26.00 sec 32.2 MBytes 271 Mbits/sec 767 215 KBytes +[ 17] 25.00-26.00 sec 11.4 MBytes 95.4 Mbits/sec 641 1.41 KBytes +[ 19] 25.00-26.00 sec 11.5 MBytes 96.5 Mbits/sec 381 1.41 KBytes +[SUM] 25.00-26.00 sec 111 MBytes 930 Mbits/sec 4090 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 8 7.07 KBytes +[ 7] 26.00-27.00 sec 6.50 MBytes 54.5 Mbits/sec 785 5.66 KBytes +[ 9] 26.00-27.00 sec 21.1 MBytes 177 Mbits/sec 543 14.1 KBytes +[ 11] 26.00-27.00 sec 14.9 MBytes 125 Mbits/sec 1125 259 KBytes +[ 13] 26.00-27.00 sec 6.12 MBytes 51.4 Mbits/sec 206 260 KBytes +[ 15] 26.00-27.00 sec 6.50 MBytes 54.5 Mbits/sec 518 110 KBytes +[ 17] 26.00-27.00 sec 33.8 MBytes 283 Mbits/sec 1404 11.3 KBytes +[ 19] 26.00-27.00 sec 20.4 MBytes 171 Mbits/sec 512 35.4 KBytes +[SUM] 26.00-27.00 sec 109 MBytes 916 Mbits/sec 5101 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 1.50 MBytes 12.6 Mbits/sec 141 164 KBytes +[ 7] 27.00-28.00 sec 25.5 MBytes 214 Mbits/sec 378 223 KBytes +[ 9] 27.00-28.00 sec 1.25 MBytes 10.5 Mbits/sec 209 1.41 KBytes +[ 11] 27.00-28.00 sec 30.2 MBytes 254 Mbits/sec 284 204 KBytes +[ 13] 27.00-28.00 sec 30.0 MBytes 252 Mbits/sec 451 150 KBytes +[ 15] 27.00-28.00 sec 27.2 MBytes 229 Mbits/sec 404 198 KBytes +[ 17] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 10 1.41 KBytes +[ 19] 27.00-28.00 sec 1.12 MBytes 9.44 Mbits/sec 314 1.41 KBytes +[SUM] 27.00-28.00 sec 117 MBytes 980 Mbits/sec 2191 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 1.50 MBytes 12.6 Mbits/sec 394 5.66 KBytes +[ 7] 28.00-29.00 sec 24.9 MBytes 209 Mbits/sec 314 185 KBytes +[ 9] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 28.00-29.00 sec 28.9 MBytes 242 Mbits/sec 272 195 KBytes +[ 13] 28.00-29.00 sec 28.8 MBytes 241 Mbits/sec 201 153 KBytes +[ 15] 28.00-29.00 sec 28.9 MBytes 242 Mbits/sec 165 189 KBytes +[ 17] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 2 5.66 KBytes +[ 19] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 28.00-29.00 sec 113 MBytes 947 Mbits/sec 1350 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 1.50 MBytes 12.6 Mbits/sec 473 5.66 KBytes +[ 7] 29.00-30.00 sec 25.2 MBytes 212 Mbits/sec 389 204 KBytes +[ 9] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 29.00-30.00 sec 27.9 MBytes 234 Mbits/sec 251 178 KBytes +[ 13] 29.00-30.00 sec 28.6 MBytes 240 Mbits/sec 304 174 KBytes +[ 15] 29.00-30.00 sec 28.9 MBytes 242 Mbits/sec 257 206 KBytes +[ 17] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 19] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 29.00-30.00 sec 112 MBytes 941 Mbits/sec 1676 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 494 MBytes 138 Mbits/sec 19342 sender +[ 5] 0.00-30.20 sec 496 MBytes 138 Mbits/sec receiver +[ 7] 0.00-30.00 sec 464 MBytes 130 Mbits/sec 19546 sender +[ 7] 0.00-30.20 sec 464 MBytes 129 Mbits/sec receiver +[ 9] 0.00-30.00 sec 414 MBytes 116 Mbits/sec 10809 sender +[ 9] 0.00-30.20 sec 412 MBytes 115 Mbits/sec receiver +[ 11] 0.00-30.00 sec 386 MBytes 108 Mbits/sec 15140 sender +[ 11] 0.00-30.20 sec 388 MBytes 108 Mbits/sec receiver +[ 13] 0.00-30.00 sec 466 MBytes 130 Mbits/sec 15407 sender +[ 13] 0.00-30.20 sec 466 MBytes 129 Mbits/sec receiver +[ 15] 0.00-30.00 sec 253 MBytes 70.7 Mbits/sec 7017 sender +[ 15] 0.00-30.20 sec 253 MBytes 70.3 Mbits/sec receiver +[ 17] 0.00-30.00 sec 435 MBytes 122 Mbits/sec 12452 sender +[ 17] 0.00-30.20 sec 435 MBytes 121 Mbits/sec receiver +[ 19] 0.00-30.00 sec 461 MBytes 129 Mbits/sec 18290 sender +[ 19] 0.00-30.20 sec 460 MBytes 128 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.29 GBytes 943 Mbits/sec 118003 sender +[SUM] 0.00-30.20 sec 3.30 GBytes 938 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/tsys6-tsys7-02-tcp-8stream-forward.log b/returned-logs/iperf/tsys6-tsys7-02-tcp-8stream-forward.log new file mode 100644 index 0000000..bdf513a --- /dev/null +++ b/returned-logs/iperf/tsys6-tsys7-02-tcp-8stream-forward.log @@ -0,0 +1,358 @@ +=== iperf3: tsys6→tsys7 TCP 8-stream forward === +Client: pfv-tsys6 Server: pfv-tsys7 (10.100.100.7) +Date: 2026-07-26T21:34:01Z +Args: /home/reachableceo/projects/perfopt/returned-logs/iperf/tsys6-tsys7-02-tcp-8stream-forward.log -P 8 -t 30 -l 128k -O 2 + +Connecting to host 10.100.100.7, port 5201 +[ 5] local 10.100.100.6 port 47780 connected to 10.100.100.7 port 5201 +[ 7] local 10.100.100.6 port 47784 connected to 10.100.100.7 port 5201 +[ 9] local 10.100.100.6 port 47798 connected to 10.100.100.7 port 5201 +[ 11] local 10.100.100.6 port 47814 connected to 10.100.100.7 port 5201 +[ 13] local 10.100.100.6 port 47828 connected to 10.100.100.7 port 5201 +[ 15] local 10.100.100.6 port 47836 connected to 10.100.100.7 port 5201 +[ 17] local 10.100.100.6 port 47844 connected to 10.100.100.7 port 5201 +[ 19] local 10.100.100.6 port 47856 connected to 10.100.100.7 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec 52 141 KBytes (omitted) +[ 7] 0.00-1.00 sec 19.8 MBytes 165 Mbits/sec 65 136 KBytes (omitted) +[ 9] 0.00-1.00 sec 768 KBytes 6.28 Mbits/sec 101 5.66 KBytes (omitted) +[ 11] 0.00-1.00 sec 768 KBytes 6.28 Mbits/sec 73 5.66 KBytes (omitted) +[ 13] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec 56 147 KBytes (omitted) +[ 15] 0.00-1.00 sec 21.0 MBytes 176 Mbits/sec 44 161 KBytes (omitted) +[ 17] 0.00-1.00 sec 21.1 MBytes 177 Mbits/sec 49 141 KBytes (omitted) +[ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec 27 119 KBytes (omitted) +[SUM] 0.00-1.00 sec 124 MBytes 1.03 Gbits/sec 467 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec 83 141 KBytes (omitted) +[ 7] 1.00-2.00 sec 17.9 MBytes 150 Mbits/sec 60 173 KBytes (omitted) +[ 9] 1.00-2.00 sec 384 KBytes 3.15 Mbits/sec 211 5.66 KBytes (omitted) +[ 11] 1.00-2.00 sec 384 KBytes 3.15 Mbits/sec 146 86.3 KBytes (omitted) +[ 13] 1.00-2.00 sec 17.8 MBytes 149 Mbits/sec 104 187 KBytes (omitted) +[ 15] 1.00-2.00 sec 18.8 MBytes 157 Mbits/sec 109 136 KBytes (omitted) +[ 17] 1.00-2.00 sec 18.4 MBytes 154 Mbits/sec 91 181 KBytes (omitted) +[ 19] 1.00-2.00 sec 17.5 MBytes 147 Mbits/sec 47 181 KBytes (omitted) +[SUM] 1.00-2.00 sec 111 MBytes 932 Mbits/sec 851 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec 51 173 KBytes +[ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec 45 156 KBytes +[ 9] 0.00-1.00 sec 256 KBytes 2.09 Mbits/sec 167 1.41 KBytes +[ 11] 0.00-1.00 sec 512 KBytes 4.19 Mbits/sec 34 1.41 KBytes +[ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec 40 124 KBytes +[ 15] 0.00-1.00 sec 20.1 MBytes 169 Mbits/sec 31 110 KBytes +[ 17] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec 27 129 KBytes +[ 19] 0.00-1.00 sec 15.6 MBytes 131 Mbits/sec 45 139 KBytes +[SUM] 0.00-1.00 sec 115 MBytes 961 Mbits/sec 440 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec 1 124 KBytes +[ 7] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec 0 181 KBytes +[ 9] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 11 5.66 KBytes +[ 13] 1.00-2.00 sec 18.6 MBytes 156 Mbits/sec 2 141 KBytes +[ 15] 1.00-2.00 sec 17.9 MBytes 150 Mbits/sec 0 127 KBytes +[ 17] 1.00-2.00 sec 16.4 MBytes 137 Mbits/sec 2 102 KBytes +[ 19] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec 0 158 KBytes +[SUM] 1.00-2.00 sec 111 MBytes 934 Mbits/sec 17 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 18.6 MBytes 156 Mbits/sec 431 119 KBytes +[ 7] 2.00-3.00 sec 15.0 MBytes 126 Mbits/sec 384 130 KBytes +[ 9] 2.00-3.00 sec 3.62 MBytes 30.4 Mbits/sec 219 255 KBytes +[ 11] 2.00-3.00 sec 2.25 MBytes 18.9 Mbits/sec 161 5.66 KBytes +[ 13] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec 510 175 KBytes +[ 15] 2.00-3.00 sec 19.2 MBytes 161 Mbits/sec 490 147 KBytes +[ 17] 2.00-3.00 sec 17.4 MBytes 146 Mbits/sec 464 102 KBytes +[ 19] 2.00-3.00 sec 17.6 MBytes 148 Mbits/sec 462 130 KBytes +[SUM] 2.00-3.00 sec 114 MBytes 957 Mbits/sec 3121 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 17.8 MBytes 149 Mbits/sec 10 141 KBytes +[ 7] 3.00-4.00 sec 18.2 MBytes 153 Mbits/sec 12 127 KBytes +[ 9] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 3 1.41 KBytes +[ 11] 3.00-4.00 sec 0.00 Bytes 0.00 bits/sec 62 11.3 KBytes +[ 13] 3.00-4.00 sec 20.8 MBytes 174 Mbits/sec 7 130 KBytes +[ 15] 3.00-4.00 sec 18.2 MBytes 153 Mbits/sec 2 113 KBytes +[ 17] 3.00-4.00 sec 17.2 MBytes 145 Mbits/sec 1 113 KBytes +[ 19] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec 5 161 KBytes +[SUM] 3.00-4.00 sec 112 MBytes 942 Mbits/sec 102 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 19.2 MBytes 161 Mbits/sec 0 158 KBytes +[ 7] 4.00-5.00 sec 18.8 MBytes 157 Mbits/sec 6 139 KBytes +[ 9] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 11] 4.00-5.00 sec 0.00 Bytes 0.00 bits/sec 35 11.3 KBytes +[ 13] 4.00-5.00 sec 17.2 MBytes 145 Mbits/sec 5 143 KBytes +[ 15] 4.00-5.00 sec 18.6 MBytes 156 Mbits/sec 4 124 KBytes +[ 17] 4.00-5.00 sec 17.8 MBytes 149 Mbits/sec 5 147 KBytes +[ 19] 4.00-5.00 sec 20.2 MBytes 170 Mbits/sec 3 167 KBytes +[SUM] 4.00-5.00 sec 112 MBytes 939 Mbits/sec 60 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 17.1 MBytes 144 Mbits/sec 189 133 KBytes +[ 7] 5.00-6.00 sec 12.4 MBytes 104 Mbits/sec 268 67.9 KBytes +[ 9] 5.00-6.00 sec 24.4 MBytes 204 Mbits/sec 876 1.41 KBytes +[ 11] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 37 11.3 KBytes +[ 13] 5.00-6.00 sec 17.4 MBytes 146 Mbits/sec 176 165 KBytes +[ 15] 5.00-6.00 sec 15.6 MBytes 131 Mbits/sec 363 181 KBytes +[ 17] 5.00-6.00 sec 9.75 MBytes 81.8 Mbits/sec 123 87.7 KBytes +[ 19] 5.00-6.00 sec 16.1 MBytes 135 Mbits/sec 253 181 KBytes +[SUM] 5.00-6.00 sec 113 MBytes 946 Mbits/sec 2285 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 19.1 MBytes 160 Mbits/sec 3 148 KBytes +[ 7] 6.00-7.00 sec 16.6 MBytes 139 Mbits/sec 9 141 KBytes +[ 9] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 6.00-7.00 sec 0.00 Bytes 0.00 bits/sec 32 11.3 KBytes +[ 13] 6.00-7.00 sec 19.1 MBytes 160 Mbits/sec 1 122 KBytes +[ 15] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec 4 164 KBytes +[ 17] 6.00-7.00 sec 16.2 MBytes 136 Mbits/sec 5 116 KBytes +[ 19] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec 3 173 KBytes +[SUM] 6.00-7.00 sec 111 MBytes 934 Mbits/sec 58 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec 1 5.66 KBytes +[ 7] 7.00-8.00 sec 18.9 MBytes 158 Mbits/sec 1 5.66 KBytes +[ 9] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 23 5.66 KBytes +[ 13] 7.00-8.00 sec 17.5 MBytes 147 Mbits/sec 2 5.66 KBytes +[ 15] 7.00-8.00 sec 17.8 MBytes 149 Mbits/sec 2 5.66 KBytes +[ 17] 7.00-8.00 sec 18.5 MBytes 155 Mbits/sec 3 5.66 KBytes +[ 19] 7.00-8.00 sec 20.4 MBytes 171 Mbits/sec 1 5.66 KBytes +[SUM] 7.00-8.00 sec 113 MBytes 948 Mbits/sec 34 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 19.9 MBytes 167 Mbits/sec 8 139 KBytes +[ 7] 8.00-9.00 sec 18.1 MBytes 152 Mbits/sec 6 147 KBytes +[ 9] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 72 5.66 KBytes +[ 11] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 32 8.48 KBytes +[ 13] 8.00-9.00 sec 18.8 MBytes 157 Mbits/sec 7 147 KBytes +[ 15] 8.00-9.00 sec 19.0 MBytes 159 Mbits/sec 19 178 KBytes +[ 17] 8.00-9.00 sec 18.5 MBytes 155 Mbits/sec 7 164 KBytes +[ 19] 8.00-9.00 sec 18.1 MBytes 152 Mbits/sec 8 167 KBytes +[SUM] 8.00-9.00 sec 112 MBytes 943 Mbits/sec 159 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 17.1 MBytes 144 Mbits/sec 0 130 KBytes +[ 7] 9.00-10.00 sec 18.4 MBytes 154 Mbits/sec 2 194 KBytes +[ 9] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 123 1.41 KBytes +[ 11] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 17 8.48 KBytes +[ 13] 9.00-10.00 sec 18.2 MBytes 153 Mbits/sec 1 113 KBytes +[ 15] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec 7 167 KBytes +[ 17] 9.00-10.00 sec 18.4 MBytes 154 Mbits/sec 8 158 KBytes +[ 19] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec 3 124 KBytes +[SUM] 9.00-10.00 sec 112 MBytes 937 Mbits/sec 161 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 19.0 MBytes 159 Mbits/sec 2 184 KBytes +[ 7] 10.00-11.00 sec 19.2 MBytes 161 Mbits/sec 5 184 KBytes +[ 9] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 9 2.83 KBytes +[ 13] 10.00-11.00 sec 18.1 MBytes 152 Mbits/sec 2 147 KBytes +[ 15] 10.00-11.00 sec 19.2 MBytes 161 Mbits/sec 0 156 KBytes +[ 17] 10.00-11.00 sec 19.1 MBytes 160 Mbits/sec 0 117 KBytes +[ 19] 10.00-11.00 sec 18.2 MBytes 153 Mbits/sec 6 167 KBytes +[SUM] 10.00-11.00 sec 113 MBytes 948 Mbits/sec 25 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 20.0 MBytes 168 Mbits/sec 10 195 KBytes +[ 7] 11.00-12.00 sec 18.1 MBytes 152 Mbits/sec 9 147 KBytes +[ 9] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 13 7.07 KBytes +[ 13] 11.00-12.00 sec 19.1 MBytes 160 Mbits/sec 4 133 KBytes +[ 15] 11.00-12.00 sec 18.5 MBytes 155 Mbits/sec 8 141 KBytes +[ 17] 11.00-12.00 sec 16.5 MBytes 138 Mbits/sec 1 141 KBytes +[ 19] 11.00-12.00 sec 20.6 MBytes 173 Mbits/sec 0 153 KBytes +[SUM] 11.00-12.00 sec 113 MBytes 947 Mbits/sec 45 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 19.9 MBytes 167 Mbits/sec 8 141 KBytes +[ 7] 12.00-13.00 sec 19.2 MBytes 161 Mbits/sec 19 158 KBytes +[ 9] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 2 4.24 KBytes +[ 11] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 38 5.66 KBytes +[ 13] 12.00-13.00 sec 19.2 MBytes 161 Mbits/sec 43 178 KBytes +[ 15] 12.00-13.00 sec 16.8 MBytes 141 Mbits/sec 26 164 KBytes +[ 17] 12.00-13.00 sec 18.4 MBytes 154 Mbits/sec 18 153 KBytes +[ 19] 12.00-13.00 sec 17.2 MBytes 145 Mbits/sec 51 164 KBytes +[SUM] 12.00-13.00 sec 111 MBytes 929 Mbits/sec 205 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 7.25 MBytes 60.8 Mbits/sec 295 106 KBytes +[ 7] 13.00-14.00 sec 6.88 MBytes 57.7 Mbits/sec 307 1.41 KBytes +[ 9] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 2 4.24 KBytes +[ 11] 13.00-14.00 sec 68.6 MBytes 575 Mbits/sec 1210 348 KBytes +[ 13] 13.00-14.00 sec 6.88 MBytes 57.7 Mbits/sec 406 19.8 KBytes +[ 15] 13.00-14.00 sec 8.50 MBytes 71.3 Mbits/sec 705 5.66 KBytes +[ 17] 13.00-14.00 sec 7.62 MBytes 63.9 Mbits/sec 481 1.41 KBytes +[ 19] 13.00-14.00 sec 7.62 MBytes 63.9 Mbits/sec 296 11.3 KBytes +[SUM] 13.00-14.00 sec 113 MBytes 951 Mbits/sec 3702 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 19.1 MBytes 160 Mbits/sec 1859 143 KBytes +[ 7] 14.00-15.00 sec 16.6 MBytes 140 Mbits/sec 970 192 KBytes +[ 9] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 0 4.24 KBytes +[ 11] 14.00-15.00 sec 21.2 MBytes 178 Mbits/sec 3890 1.41 KBytes +[ 13] 14.00-15.00 sec 24.2 MBytes 203 Mbits/sec 2433 156 KBytes +[ 15] 14.00-15.00 sec 4.88 MBytes 40.9 Mbits/sec 36 158 KBytes +[ 17] 14.00-15.00 sec 17.5 MBytes 147 Mbits/sec 1180 139 KBytes +[ 19] 14.00-15.00 sec 10.0 MBytes 83.9 Mbits/sec 124 156 KBytes +[SUM] 14.00-15.00 sec 114 MBytes 953 Mbits/sec 10492 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 18.0 MBytes 151 Mbits/sec 0 184 KBytes +[ 7] 15.00-16.00 sec 18.2 MBytes 153 Mbits/sec 0 133 KBytes +[ 9] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 1 4.24 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 13] 15.00-16.00 sec 19.1 MBytes 160 Mbits/sec 0 150 KBytes +[ 15] 15.00-16.00 sec 17.5 MBytes 147 Mbits/sec 0 154 KBytes +[ 17] 15.00-16.00 sec 19.5 MBytes 164 Mbits/sec 0 144 KBytes +[ 19] 15.00-16.00 sec 20.2 MBytes 170 Mbits/sec 0 126 KBytes +[SUM] 15.00-16.00 sec 113 MBytes 945 Mbits/sec 2 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 20.5 MBytes 172 Mbits/sec 1783 178 KBytes +[ 7] 16.00-17.00 sec 5.75 MBytes 48.2 Mbits/sec 213 79.2 KBytes +[ 9] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 0 4.24 KBytes +[ 11] 16.00-17.00 sec 36.5 MBytes 306 Mbits/sec 4989 7.07 KBytes +[ 13] 16.00-17.00 sec 7.25 MBytes 60.8 Mbits/sec 547 56.6 KBytes +[ 15] 16.00-17.00 sec 6.50 MBytes 54.5 Mbits/sec 527 42.4 KBytes +[ 17] 16.00-17.00 sec 19.8 MBytes 166 Mbits/sec 1514 223 KBytes +[ 19] 16.00-17.00 sec 14.8 MBytes 124 Mbits/sec 1227 215 KBytes +[SUM] 16.00-17.00 sec 111 MBytes 931 Mbits/sec 10800 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 22.1 MBytes 186 Mbits/sec 389 194 KBytes +[ 7] 17.00-18.00 sec 17.5 MBytes 147 Mbits/sec 425 164 KBytes +[ 9] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 4.24 KBytes +[ 11] 17.00-18.00 sec 3.62 MBytes 30.4 Mbits/sec 1308 5.66 KBytes +[ 13] 17.00-18.00 sec 15.6 MBytes 131 Mbits/sec 385 132 KBytes +[ 15] 17.00-18.00 sec 14.9 MBytes 125 Mbits/sec 347 105 KBytes +[ 17] 17.00-18.00 sec 21.0 MBytes 176 Mbits/sec 333 157 KBytes +[ 19] 17.00-18.00 sec 17.6 MBytes 148 Mbits/sec 376 124 KBytes +[SUM] 17.00-18.00 sec 112 MBytes 943 Mbits/sec 3563 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 6.50 MBytes 54.5 Mbits/sec 33 17.0 KBytes +[ 7] 18.00-19.00 sec 5.88 MBytes 49.3 Mbits/sec 15 1.41 KBytes +[ 9] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 18.00-19.00 sec 77.0 MBytes 646 Mbits/sec 229 266 KBytes +[ 13] 18.00-19.00 sec 5.88 MBytes 49.3 Mbits/sec 14 1.41 KBytes +[ 15] 18.00-19.00 sec 5.38 MBytes 45.1 Mbits/sec 6 1.41 KBytes +[ 17] 18.00-19.00 sec 6.00 MBytes 50.3 Mbits/sec 15 1.41 KBytes +[ 19] 18.00-19.00 sec 6.25 MBytes 52.4 Mbits/sec 14 1.41 KBytes +[SUM] 18.00-19.00 sec 113 MBytes 947 Mbits/sec 327 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 1.00 MBytes 8.39 Mbits/sec 273 36.8 KBytes +[ 7] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 38 5.66 KBytes +[ 9] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 19.00-20.00 sec 110 MBytes 919 Mbits/sec 1375 272 KBytes +[ 13] 19.00-20.00 sec 1.00 MBytes 8.39 Mbits/sec 282 31.1 KBytes +[ 15] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 35 59.4 KBytes +[ 19] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 3 7.07 KBytes +[SUM] 19.00-20.00 sec 112 MBytes 935 Mbits/sec 2007 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 7] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 51 1.41 KBytes +[ 9] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 20.00-21.00 sec 113 MBytes 949 Mbits/sec 7 266 KBytes +[ 13] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 15] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 19] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[SUM] 20.00-21.00 sec 113 MBytes 949 Mbits/sec 67 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 21.00-22.00 sec 768 KBytes 6.29 Mbits/sec 245 1.41 KBytes +[ 9] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 21.00-22.00 sec 93.4 MBytes 783 Mbits/sec 3309 137 KBytes +[ 13] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 15] 21.00-22.00 sec 17.6 MBytes 148 Mbits/sec 2344 246 KBytes +[ 17] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 11 1.41 KBytes +[ 19] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 7 1.41 KBytes +[SUM] 21.00-22.00 sec 112 MBytes 937 Mbits/sec 5918 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 5 8.48 KBytes +[ 7] 22.00-23.00 sec 1.50 MBytes 12.6 Mbits/sec 414 8.48 KBytes +[ 9] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 22.00-23.00 sec 81.9 MBytes 687 Mbits/sec 6568 263 KBytes +[ 13] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 15] 22.00-23.00 sec 29.4 MBytes 246 Mbits/sec 5978 5.66 KBytes +[ 17] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 22.00-23.00 sec 113 MBytes 946 Mbits/sec 12968 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 1.75 MBytes 14.7 Mbits/sec 322 167 KBytes +[ 7] 23.00-24.00 sec 768 KBytes 6.29 Mbits/sec 561 11.3 KBytes +[ 9] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 23.00-24.00 sec 110 MBytes 920 Mbits/sec 1702 288 KBytes +[ 13] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 15] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 17] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 23.00-24.00 sec 112 MBytes 941 Mbits/sec 2587 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 44.2 MBytes 371 Mbits/sec 1948 189 KBytes +[ 7] 24.00-25.00 sec 29.5 MBytes 247 Mbits/sec 54 171 KBytes +[ 9] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 24.00-25.00 sec 8.38 MBytes 70.2 Mbits/sec 1976 5.66 KBytes +[ 13] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 15] 24.00-25.00 sec 15.5 MBytes 130 Mbits/sec 106 192 KBytes +[ 17] 24.00-25.00 sec 15.2 MBytes 128 Mbits/sec 57 223 KBytes +[ 19] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 5 8.48 KBytes +[SUM] 24.00-25.00 sec 113 MBytes 947 Mbits/sec 4146 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 28.1 MBytes 236 Mbits/sec 29 189 KBytes +[ 7] 25.00-26.00 sec 28.0 MBytes 235 Mbits/sec 42 212 KBytes +[ 9] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 11] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 83 5.66 KBytes +[ 13] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 15] 25.00-26.00 sec 28.8 MBytes 241 Mbits/sec 35 218 KBytes +[ 17] 25.00-26.00 sec 28.1 MBytes 236 Mbits/sec 18 189 KBytes +[ 19] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 25.00-26.00 sec 113 MBytes 948 Mbits/sec 208 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 8.38 MBytes 70.2 Mbits/sec 233 1.41 KBytes +[ 7] 26.00-27.00 sec 13.0 MBytes 109 Mbits/sec 1355 164 KBytes +[ 9] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 26.00-27.00 sec 69.2 MBytes 581 Mbits/sec 2073 240 KBytes +[ 13] 26.00-27.00 sec 3.62 MBytes 30.4 Mbits/sec 703 96.2 KBytes +[ 15] 26.00-27.00 sec 8.00 MBytes 67.1 Mbits/sec 184 8.48 KBytes +[ 17] 26.00-27.00 sec 8.00 MBytes 67.1 Mbits/sec 165 1.41 KBytes +[ 19] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 26.00-27.00 sec 110 MBytes 925 Mbits/sec 4713 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 34 7.07 KBytes +[ 7] 27.00-28.00 sec 4.88 MBytes 40.9 Mbits/sec 1597 1.41 KBytes +[ 9] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 27.00-28.00 sec 82.5 MBytes 692 Mbits/sec 8055 249 KBytes +[ 13] 27.00-28.00 sec 25.1 MBytes 211 Mbits/sec 6254 7.07 KBytes +[ 15] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 12 1.41 KBytes +[ 17] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 19] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 27.00-28.00 sec 112 MBytes 944 Mbits/sec 15953 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 19 5.66 KBytes +[ 7] 28.00-29.00 sec 7.75 MBytes 64.9 Mbits/sec 1078 252 KBytes +[ 9] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 28.00-29.00 sec 103 MBytes 864 Mbits/sec 2642 238 KBytes +[ 13] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 2 1.41 KBytes +[ 15] 28.00-29.00 sec 2.00 MBytes 16.8 Mbits/sec 427 181 KBytes +[ 17] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 19] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 28.00-29.00 sec 113 MBytes 946 Mbits/sec 4168 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 17 8.48 KBytes +[ 7] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 9] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 11] 29.00-30.00 sec 108 MBytes 911 Mbits/sec 1417 221 KBytes +[ 13] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 178 66.5 KBytes +[ 15] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 17] 29.00-30.00 sec 5.25 MBytes 44.1 Mbits/sec 1024 160 KBytes +[ 19] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 0 8.48 KBytes +[SUM] 29.00-30.00 sec 114 MBytes 955 Mbits/sec 2638 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 424 MBytes 119 Mbits/sec 7956 sender +[ 5] 0.00-30.20 sec 423 MBytes 118 Mbits/sec receiver +[ 7] 0.00-30.00 sec 389 MBytes 109 Mbits/sec 8132 sender +[ 7] 0.00-30.20 sec 389 MBytes 108 Mbits/sec receiver +[ 9] 0.00-30.00 sec 28.2 MBytes 7.90 Mbits/sec 1473 sender +[ 9] 0.00-30.20 sec 27.0 MBytes 7.50 Mbits/sec receiver +[ 11] 0.00-30.00 sec 1.06 GBytes 304 Mbits/sec 41338 sender +[ 11] 0.00-30.20 sec 1.06 GBytes 303 Mbits/sec receiver +[ 13] 0.00-30.00 sec 353 MBytes 98.7 Mbits/sec 12008 sender +[ 13] 0.00-30.20 sec 355 MBytes 98.5 Mbits/sec receiver +[ 15] 0.00-30.00 sec 400 MBytes 112 Mbits/sec 11668 sender +[ 15] 0.00-30.20 sec 399 MBytes 111 Mbits/sec receiver +[ 17] 0.00-30.00 sec 371 MBytes 104 Mbits/sec 5501 sender +[ 17] 0.00-30.20 sec 373 MBytes 103 Mbits/sec receiver +[ 19] 0.00-30.00 sec 321 MBytes 89.7 Mbits/sec 2895 sender +[ 19] 0.00-30.20 sec 320 MBytes 88.9 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.30 GBytes 944 Mbits/sec 90971 sender +[SUM] 0.00-30.20 sec 3.30 GBytes 937 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/tsys6-tsys7-03-tcp-single.log b/returned-logs/iperf/tsys6-tsys7-03-tcp-single.log new file mode 100644 index 0000000..85a13e3 --- /dev/null +++ b/returned-logs/iperf/tsys6-tsys7-03-tcp-single.log @@ -0,0 +1,37 @@ +=== iperf3: tsys7→tsys6 TCP single-stream === +Client: pfv-tsys7 Server: pfv-tsys6 (10.100.100.6) +Date: 2026-07-26T21:34:35Z +Args: /home/reachableceo/projects/perfopt/returned-logs/iperf/tsys6-tsys7-03-tcp-single.log -t 20 -O 2 + +Connecting to host 10.100.100.6, port 5201 +[ 5] local 10.100.100.7 port 47496 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 114 MBytes 952 Mbits/sec 0 243 KBytes (omitted) +[ 5] 1.00-1.00 sec 113 MBytes 472 Mbits/sec 0 238 KBytes +[ 5] 1.00-2.00 sec 112 MBytes 941 Mbits/sec 0 240 KBytes +[ 5] 2.00-3.00 sec 112 MBytes 944 Mbits/sec 0 240 KBytes +[ 5] 3.00-4.00 sec 112 MBytes 942 Mbits/sec 0 240 KBytes +[ 5] 4.00-5.00 sec 112 MBytes 936 Mbits/sec 0 243 KBytes +[ 5] 5.00-6.00 sec 112 MBytes 942 Mbits/sec 0 243 KBytes +[ 5] 6.00-7.00 sec 113 MBytes 946 Mbits/sec 0 240 KBytes +[ 5] 7.00-8.00 sec 111 MBytes 934 Mbits/sec 0 5.66 KBytes +[ 5] 8.00-9.00 sec 96.9 MBytes 813 Mbits/sec 0 243 KBytes +[ 5] 9.00-10.00 sec 112 MBytes 941 Mbits/sec 0 240 KBytes +[ 5] 10.00-11.00 sec 112 MBytes 943 Mbits/sec 0 240 KBytes +[ 5] 11.00-12.00 sec 112 MBytes 940 Mbits/sec 0 243 KBytes +[ 5] 12.00-13.00 sec 113 MBytes 947 Mbits/sec 0 240 KBytes +[ 5] 13.00-14.00 sec 112 MBytes 938 Mbits/sec 0 240 KBytes +[ 5] 14.00-15.00 sec 112 MBytes 942 Mbits/sec 0 240 KBytes +[ 5] 15.00-16.00 sec 112 MBytes 942 Mbits/sec 0 240 KBytes +[ 5] 16.00-17.00 sec 113 MBytes 948 Mbits/sec 0 240 KBytes +[ 5] 17.00-18.00 sec 111 MBytes 932 Mbits/sec 0 240 KBytes +[ 5] 18.00-19.00 sec 96.8 MBytes 812 Mbits/sec 0 240 KBytes +[ 5] 19.00-20.00 sec 112 MBytes 943 Mbits/sec 0 240 KBytes +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-20.00 sec 2.16 GBytes 928 Mbits/sec 0 sender +[ 5] 0.00-20.00 sec 2.16 GBytes 927 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/tsys6-tsys7-04-tcp-4stream.log b/returned-logs/iperf/tsys6-tsys7-04-tcp-4stream.log new file mode 100644 index 0000000..84ba378 --- /dev/null +++ b/returned-logs/iperf/tsys6-tsys7-04-tcp-4stream.log @@ -0,0 +1,218 @@ +=== iperf3: tsys7→tsys6 TCP 4-stream === +Client: pfv-tsys7 Server: pfv-tsys6 (10.100.100.6) +Date: 2026-07-26T21:34:58Z +Args: /home/reachableceo/projects/perfopt/returned-logs/iperf/tsys6-tsys7-04-tcp-4stream.log -P 4 -t 30 -l 128k -O 2 + +Connecting to host 10.100.100.6, port 5201 +[ 5] local 10.100.100.7 port 40118 connected to 10.100.100.6 port 5201 +[ 7] local 10.100.100.7 port 40128 connected to 10.100.100.6 port 5201 +[ 9] local 10.100.100.7 port 40142 connected to 10.100.100.6 port 5201 +[ 11] local 10.100.100.7 port 40158 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate Retr Cwnd +[ 5] 0.00-1.00 sec 51.6 MBytes 433 Mbits/sec 2029 191 KBytes (omitted) +[ 7] 0.00-1.00 sec 17.0 MBytes 142 Mbits/sec 3662 5.66 KBytes (omitted) +[ 9] 0.00-1.00 sec 1.38 MBytes 11.5 Mbits/sec 4 1.41 KBytes (omitted) +[ 11] 0.00-1.00 sec 50.2 MBytes 421 Mbits/sec 1838 221 KBytes (omitted) +[SUM] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec 7533 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 45.4 MBytes 381 Mbits/sec 26 209 KBytes (omitted) +[ 7] 1.00-2.00 sec 0.00 Bytes 0.00 bits/sec 106 5.66 KBytes (omitted) +[ 9] 1.00-2.00 sec 21.8 MBytes 182 Mbits/sec 1 188 KBytes (omitted) +[ 11] 1.00-2.00 sec 45.1 MBytes 379 Mbits/sec 13 188 KBytes (omitted) +[SUM] 1.00-2.00 sec 112 MBytes 942 Mbits/sec 146 (omitted) +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 0.00-1.00 sec 37.5 MBytes 314 Mbits/sec 45 197 KBytes +[ 7] 0.00-1.00 sec 0.00 Bytes 0.00 bits/sec 47 8.48 KBytes +[ 9] 0.00-1.00 sec 37.4 MBytes 313 Mbits/sec 78 191 KBytes +[ 11] 0.00-1.00 sec 37.6 MBytes 315 Mbits/sec 84 198 KBytes +[SUM] 0.00-1.00 sec 112 MBytes 943 Mbits/sec 254 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 1.00-2.00 sec 18.4 MBytes 154 Mbits/sec 1750 102 KBytes +[ 7] 1.00-2.00 sec 38.6 MBytes 324 Mbits/sec 4365 84.8 KBytes +[ 9] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec 3199 113 KBytes +[ 11] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec 2017 178 KBytes +[SUM] 1.00-2.00 sec 112 MBytes 938 Mbits/sec 11331 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 2.00-3.00 sec 30.0 MBytes 252 Mbits/sec 988 168 KBytes +[ 7] 2.00-3.00 sec 8.25 MBytes 69.2 Mbits/sec 1560 170 KBytes +[ 9] 2.00-3.00 sec 37.0 MBytes 310 Mbits/sec 1051 198 KBytes +[ 11] 2.00-3.00 sec 37.1 MBytes 311 Mbits/sec 1178 156 KBytes +[SUM] 2.00-3.00 sec 112 MBytes 943 Mbits/sec 4777 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 3.00-4.00 sec 37.6 MBytes 316 Mbits/sec 326 212 KBytes +[ 7] 3.00-4.00 sec 896 KBytes 7.34 Mbits/sec 392 29.7 KBytes +[ 9] 3.00-4.00 sec 37.5 MBytes 315 Mbits/sec 282 209 KBytes +[ 11] 3.00-4.00 sec 36.1 MBytes 303 Mbits/sec 283 195 KBytes +[SUM] 3.00-4.00 sec 112 MBytes 941 Mbits/sec 1283 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 4.00-5.00 sec 37.5 MBytes 315 Mbits/sec 335 198 KBytes +[ 7] 4.00-5.00 sec 2.00 MBytes 16.8 Mbits/sec 204 5.66 KBytes +[ 9] 4.00-5.00 sec 37.4 MBytes 314 Mbits/sec 355 202 KBytes +[ 11] 4.00-5.00 sec 37.2 MBytes 312 Mbits/sec 287 170 KBytes +[SUM] 4.00-5.00 sec 114 MBytes 957 Mbits/sec 1181 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 5.00-6.00 sec 36.8 MBytes 308 Mbits/sec 127 191 KBytes +[ 7] 5.00-6.00 sec 0.00 Bytes 0.00 bits/sec 253 14.1 KBytes +[ 9] 5.00-6.00 sec 36.6 MBytes 307 Mbits/sec 138 198 KBytes +[ 11] 5.00-6.00 sec 37.2 MBytes 312 Mbits/sec 140 156 KBytes +[SUM] 5.00-6.00 sec 111 MBytes 928 Mbits/sec 658 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 6.00-7.00 sec 3.62 MBytes 30.4 Mbits/sec 491 1.41 KBytes +[ 7] 6.00-7.00 sec 103 MBytes 864 Mbits/sec 1101 232 KBytes +[ 9] 6.00-7.00 sec 2.75 MBytes 23.1 Mbits/sec 346 7.07 KBytes +[ 11] 6.00-7.00 sec 3.25 MBytes 27.3 Mbits/sec 718 5.66 KBytes +[SUM] 6.00-7.00 sec 113 MBytes 945 Mbits/sec 2656 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 164 33.9 KBytes +[ 7] 7.00-8.00 sec 111 MBytes 928 Mbits/sec 781 5.66 KBytes +[ 9] 7.00-8.00 sec 896 KBytes 7.34 Mbits/sec 111 17.0 KBytes +[ 11] 7.00-8.00 sec 0.00 Bytes 0.00 bits/sec 7 1.41 KBytes +[SUM] 7.00-8.00 sec 112 MBytes 935 Mbits/sec 1063 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 8.00-9.00 sec 6.12 MBytes 51.4 Mbits/sec 715 168 KBytes +[ 7] 8.00-9.00 sec 93.1 MBytes 781 Mbits/sec 1258 168 KBytes +[ 9] 8.00-9.00 sec 5.12 MBytes 43.0 Mbits/sec 129 28.3 KBytes +[ 11] 8.00-9.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 8.00-9.00 sec 104 MBytes 875 Mbits/sec 2103 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 9.00-10.00 sec 16.6 MBytes 139 Mbits/sec 3296 221 KBytes +[ 7] 9.00-10.00 sec 96.2 MBytes 807 Mbits/sec 4659 216 KBytes +[ 9] 9.00-10.00 sec 896 KBytes 7.34 Mbits/sec 165 32.5 KBytes +[ 11] 9.00-10.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 9.00-10.00 sec 114 MBytes 954 Mbits/sec 8121 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 10.00-11.00 sec 15.5 MBytes 130 Mbits/sec 3184 1.41 KBytes +[ 7] 10.00-11.00 sec 95.2 MBytes 799 Mbits/sec 4289 240 KBytes +[ 9] 10.00-11.00 sec 1.88 MBytes 15.7 Mbits/sec 514 5.66 KBytes +[ 11] 10.00-11.00 sec 0.00 Bytes 0.00 bits/sec 31 133 KBytes +[SUM] 10.00-11.00 sec 113 MBytes 945 Mbits/sec 8018 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 11.00-12.00 sec 107 MBytes 901 Mbits/sec 2138 240 KBytes +[ 9] 11.00-12.00 sec 5.38 MBytes 45.1 Mbits/sec 1062 5.66 KBytes +[ 11] 11.00-12.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 11.00-12.00 sec 113 MBytes 946 Mbits/sec 3202 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 12.00-13.00 sec 9.38 MBytes 78.6 Mbits/sec 1462 8.48 KBytes +[ 7] 12.00-13.00 sec 98.8 MBytes 828 Mbits/sec 2361 240 KBytes +[ 9] 12.00-13.00 sec 0.00 Bytes 0.00 bits/sec 24 8.48 KBytes +[ 11] 12.00-13.00 sec 1.00 MBytes 8.39 Mbits/sec 310 1.41 KBytes +[SUM] 12.00-13.00 sec 109 MBytes 915 Mbits/sec 4157 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 13.00-14.00 sec 13.9 MBytes 116 Mbits/sec 3042 1.41 KBytes +[ 7] 13.00-14.00 sec 98.5 MBytes 826 Mbits/sec 4512 243 KBytes +[ 9] 13.00-14.00 sec 0.00 Bytes 0.00 bits/sec 118 11.3 KBytes +[ 11] 13.00-14.00 sec 1.12 MBytes 9.44 Mbits/sec 123 1.41 KBytes +[SUM] 13.00-14.00 sec 114 MBytes 952 Mbits/sec 7795 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 19 1.41 KBytes +[ 7] 14.00-15.00 sec 112 MBytes 938 Mbits/sec 34 240 KBytes +[ 9] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 28 1.41 KBytes +[ 11] 14.00-15.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 14.00-15.00 sec 112 MBytes 938 Mbits/sec 82 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 15.00-16.00 sec 36.4 MBytes 305 Mbits/sec 2330 189 KBytes +[ 7] 15.00-16.00 sec 71.6 MBytes 601 Mbits/sec 3748 291 KBytes +[ 9] 15.00-16.00 sec 4.00 MBytes 33.6 Mbits/sec 708 119 KBytes +[ 11] 15.00-16.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 15.00-16.00 sec 112 MBytes 940 Mbits/sec 6787 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 16.00-17.00 sec 29.6 MBytes 249 Mbits/sec 6144 243 KBytes +[ 7] 16.00-17.00 sec 68.0 MBytes 570 Mbits/sec 7490 243 KBytes +[ 9] 16.00-17.00 sec 13.6 MBytes 114 Mbits/sec 2391 1.41 KBytes +[ 11] 16.00-17.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 16.00-17.00 sec 111 MBytes 933 Mbits/sec 16026 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 17.00-18.00 sec 56.6 MBytes 475 Mbits/sec 4745 266 KBytes +[ 7] 17.00-18.00 sec 21.1 MBytes 177 Mbits/sec 4774 153 KBytes +[ 9] 17.00-18.00 sec 35.8 MBytes 300 Mbits/sec 1229 263 KBytes +[ 11] 17.00-18.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 17.00-18.00 sec 114 MBytes 952 Mbits/sec 10748 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 18.00-19.00 sec 26.5 MBytes 222 Mbits/sec 381 11.3 KBytes +[ 7] 18.00-19.00 sec 52.6 MBytes 441 Mbits/sec 854 243 KBytes +[ 9] 18.00-19.00 sec 24.9 MBytes 209 Mbits/sec 422 11.3 KBytes +[ 11] 18.00-19.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 18.00-19.00 sec 104 MBytes 872 Mbits/sec 1657 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 19.00-20.00 sec 7.25 MBytes 60.8 Mbits/sec 1320 130 KBytes +[ 7] 19.00-20.00 sec 102 MBytes 858 Mbits/sec 2500 274 KBytes +[ 9] 19.00-20.00 sec 1.00 MBytes 8.39 Mbits/sec 564 93.3 KBytes +[ 11] 19.00-20.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 19.00-20.00 sec 110 MBytes 927 Mbits/sec 4384 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 20.00-21.00 sec 4.50 MBytes 37.7 Mbits/sec 1278 5.66 KBytes +[ 7] 20.00-21.00 sec 96.9 MBytes 813 Mbits/sec 3323 240 KBytes +[ 9] 20.00-21.00 sec 12.6 MBytes 106 Mbits/sec 1916 5.66 KBytes +[ 11] 20.00-21.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 20.00-21.00 sec 114 MBytes 956 Mbits/sec 6518 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 21.00-22.00 sec 1.00 MBytes 8.39 Mbits/sec 199 1.41 KBytes +[ 7] 21.00-22.00 sec 112 MBytes 936 Mbits/sec 352 243 KBytes +[ 9] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 194 1.41 KBytes +[ 11] 21.00-22.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 21.00-22.00 sec 113 MBytes 945 Mbits/sec 745 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 89 5.66 KBytes +[ 7] 22.00-23.00 sec 92.1 MBytes 773 Mbits/sec 3671 243 KBytes +[ 9] 22.00-23.00 sec 21.1 MBytes 177 Mbits/sec 3402 5.66 KBytes +[ 11] 22.00-23.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 22.00-23.00 sec 113 MBytes 950 Mbits/sec 7162 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 23 1.41 KBytes +[ 7] 23.00-24.00 sec 110 MBytes 923 Mbits/sec 1037 243 KBytes +[ 9] 23.00-24.00 sec 896 KBytes 7.34 Mbits/sec 382 67.9 KBytes +[ 11] 23.00-24.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 23.00-24.00 sec 111 MBytes 930 Mbits/sec 1442 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[ 7] 24.00-25.00 sec 97.4 MBytes 817 Mbits/sec 4378 252 KBytes +[ 9] 24.00-25.00 sec 15.4 MBytes 129 Mbits/sec 3263 11.3 KBytes +[ 11] 24.00-25.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 24.00-25.00 sec 113 MBytes 946 Mbits/sec 7642 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[ 7] 25.00-26.00 sec 113 MBytes 948 Mbits/sec 15 243 KBytes +[ 9] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 47 1.41 KBytes +[ 11] 25.00-26.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 25.00-26.00 sec 113 MBytes 948 Mbits/sec 62 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 53 9.90 KBytes +[ 7] 26.00-27.00 sec 111 MBytes 933 Mbits/sec 90 240 KBytes +[ 9] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 57 11.3 KBytes +[ 11] 26.00-27.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 26.00-27.00 sec 111 MBytes 933 Mbits/sec 200 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 27.00-28.00 sec 50.0 MBytes 419 Mbits/sec 3735 269 KBytes +[ 7] 27.00-28.00 sec 28.5 MBytes 239 Mbits/sec 3923 5.66 KBytes +[ 9] 27.00-28.00 sec 33.9 MBytes 284 Mbits/sec 678 266 KBytes +[ 11] 27.00-28.00 sec 0.00 Bytes 0.00 bits/sec 1 1.41 KBytes +[SUM] 27.00-28.00 sec 112 MBytes 943 Mbits/sec 8337 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 28.00-29.00 sec 14.8 MBytes 124 Mbits/sec 1356 5.66 KBytes +[ 7] 28.00-29.00 sec 63.5 MBytes 533 Mbits/sec 1759 243 KBytes +[ 9] 28.00-29.00 sec 16.0 MBytes 134 Mbits/sec 1265 5.66 KBytes +[ 11] 28.00-29.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 28.00-29.00 sec 94.2 MBytes 791 Mbits/sec 4380 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ 5] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 161 1.41 KBytes +[ 7] 29.00-30.00 sec 108 MBytes 905 Mbits/sec 2019 240 KBytes +[ 9] 29.00-30.00 sec 5.00 MBytes 42.0 Mbits/sec 1219 70.7 KBytes +[ 11] 29.00-30.00 sec 0.00 Bytes 0.00 bits/sec 0 1.41 KBytes +[SUM] 29.00-30.00 sec 113 MBytes 947 Mbits/sec 3399 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Retr +[ 5] 0.00-30.00 sec 490 MBytes 137 Mbits/sec 37760 sender +[ 5] 0.00-30.00 sec 489 MBytes 137 Mbits/sec receiver +[ 7] 0.00-30.00 sec 2.16 GBytes 619 Mbits/sec 67887 sender +[ 7] 0.00-30.00 sec 2.16 GBytes 618 Mbits/sec receiver +[ 9] 0.00-30.00 sec 421 MBytes 118 Mbits/sec 25337 sender +[ 9] 0.00-30.00 sec 421 MBytes 118 Mbits/sec receiver +[ 11] 0.00-30.00 sec 212 MBytes 59.1 Mbits/sec 5186 sender +[ 11] 0.00-30.00 sec 210 MBytes 58.8 Mbits/sec receiver +[SUM] 0.00-30.00 sec 3.26 GBytes 932 Mbits/sec 136170 sender +[SUM] 0.00-30.00 sec 3.25 GBytes 931 Mbits/sec receiver + +iperf Done. + +=== END === diff --git a/returned-logs/iperf/tsys6-tsys7-05-udp.log b/returned-logs/iperf/tsys6-tsys7-05-udp.log new file mode 100644 index 0000000..aacea32 --- /dev/null +++ b/returned-logs/iperf/tsys6-tsys7-05-udp.log @@ -0,0 +1,27 @@ +=== iperf3: tsys7→tsys6 UDP saturation === +Client: pfv-tsys7 Server: pfv-tsys6 (10.100.100.6) +Date: 2026-07-26T21:35:31Z +Args: /home/reachableceo/projects/perfopt/returned-logs/iperf/tsys6-tsys7-05-udp.log -u -b 3G -t 10 -l 8972 + +warning: UDP block size 8972 exceeds TCP MSS 1448, may result in fragmentation / drops +Connecting to host 10.100.100.6, port 5201 +[ 5] local 10.100.100.7 port 56685 connected to 10.100.100.6 port 5201 +[ ID] Interval Transfer Bitrate Total Datagrams +[ 5] 0.00-1.00 sec 358 MBytes 3.00 Gbits/sec 41823 +[ 5] 1.00-2.00 sec 358 MBytes 3.00 Gbits/sec 41813 +[ 5] 2.00-3.00 sec 358 MBytes 3.00 Gbits/sec 41797 +[ 5] 3.00-4.00 sec 357 MBytes 3.00 Gbits/sec 41779 +[ 5] 4.00-5.00 sec 358 MBytes 3.00 Gbits/sec 41814 +[ 5] 5.00-6.00 sec 358 MBytes 3.00 Gbits/sec 41797 +[ 5] 6.00-7.00 sec 358 MBytes 3.00 Gbits/sec 41795 +[ 5] 7.00-8.00 sec 358 MBytes 3.00 Gbits/sec 41797 +[ 5] 8.00-9.00 sec 358 MBytes 3.00 Gbits/sec 41799 +[ 5] 9.00-10.00 sec 358 MBytes 3.00 Gbits/sec 41794 +- - - - - - - - - - - - - - - - - - - - - - - - - +[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams +[ 5] 0.00-10.00 sec 3.49 GBytes 3.00 Gbits/sec 0.000 ms 0/418008 (0%) sender +[ 5] 0.00-10.00 sec 23.4 MBytes 19.6 Mbits/sec 0.090 ms 6601/9333 (71%) receiver + +iperf Done. + +=== END === diff --git a/returned-logs/pfv-core-sw01.log b/returned-logs/pfv-core-sw01.log new file mode 100644 index 0000000..175f51d --- /dev/null +++ b/returned-logs/pfv-core-sw01.log @@ -0,0 +1,45 @@ +==== sw-capture 2026-07-26 16:18:17 ==== +device=/dev/ttyUSB2 baud=9600 cmds=/root/pfv-core-sw01.cmds n=52 per_cmd_timeout=45.0 + + + pfv-core-sw01> enable + +pfv-core-sw01# terminal datadump + pfv-core-sw01# show version + SW version 2.0.0.46 ( date 14-Apr-2011 time 13:10:53 ) +Boot version 2.0.0.0 ( date 12-Nov-2008 time 12:56:52 ) +HW version 00.00.02 +pfv-core-sw01# show system + System Description: PowerConnect 5448 +System Up Time (days,hour:min:sec): 176,02:17:35 +System Contact: coo@turnsys.com +System Name: pfv-core-sw01 +System Location: SITER1-ServerRoom-SiteR-Pflugerville +System MAC Address: a4:ba:db:6f:ce:28 +System Object ID: 1.3.6.1.4.1.674.10895.3021 +Type: Ethernet Switch +Asset tag: +Service tag: D5WVFH1 + +Main Power Supply Status: OK +Fan 1 Status: OK +Fan 2 Status: OK +Fan 3 Status: OK + + + Unit Temperature (Celsius) Status +------------------------ ------------------------ ------------------------ + 1 48 OK + + +pfv-core-sw01# show inventory + % Unrecognized command +pfv-core-sw01# show bootvar + Image Filename Version Date Status +----- --------- --------- --------------------- ----------- +1 image-1 2.0.0.35 27-Jan-2009 18:13:34 Not active +2 image-2 2.0.0.46 14-Apr-2011 13:10:53 Active* + +"*" designates that the image was selected for the next boot + +pfv-core-sw01# \ No newline at end of file diff --git a/returned-logs/pfv-tsys1.log b/returned-logs/pfv-tsys1.log new file mode 100644 index 0000000..bc3f665 --- /dev/null +++ b/returned-logs/pfv-tsys1.log @@ -0,0 +1,17324 @@ +############################################################################### +# Proxmox VE host performance assessment (READ-ONLY) +# Host: pfv-tsys1 (pfv-tsys1.knel.net) +# FQDN: pfv-tsys1.knel.net +# All IPs: 100.121.189.98 192.168.3.11 10.100.100.1 fd7a:115c:a1e0::713b:bd62 +# Collected: 2026-07-26T21:25:59Z (UTC) +# Kernel: 6.17.2-1-pve +# Machine: x86_64 GNU/Linux +# Caller: root (uid=0) +# Script: check.sh - strictly READ-ONLY +############################################################################### + +############################################################################### +# 1. TOOL AVAILABILITY MATRIX +############################################################################### + +--- command presence + path + version + $ # Each line: name | present? | path | version +printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE" +printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------" +for t in \ + pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \ + ip ss ethtool bridge brctl nmcli \ + tcpdump mtr nstat netstat nicstat ifstat \ + dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \ + cpupower turbostat x86_energy_perf_policy rdmsr \ + tuned-adm irqbalance \ + zpool zfs zdb arcstat arc_summary \ + lsblk blkid blockdev findmnt smartctl nvme hdparm \ + storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \ + sas2ircu sas3ircu hpssacli ssacli perccli \ + multipath pvs vgs lvs lvdisplay \ + xfs_info dumpe2fs btrfs \ + fio iperf iperf3 sysbench bonnie++ iozone \ + iostat mpstat pidstat sar vmstat \ + top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \ + perf strace lsof fatrace \ + dig host nslookup \ + chronyc ntpq timedatectl \ + nft iptables iptables-save ipset ufw \ + jq bc awk smartctl nvme \ + apt dpkg +do + p="$(command -v "$t" 2>/dev/null)" + if [ -n "$p" ]; then + v="" + case "$t" in + zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;; + iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower) + v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;; + pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;; + storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli) + v="(storage HBA CLI - present)" ;; + esac + printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v" + else + printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-" + fi +done +TOOL PRESENT PATH VERSION/NOTE +---- ------- ---- ------------ +pveversion yes /usr/bin/pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pvecm yes /usr/bin/pvecm +qm yes /usr/sbin/qm +pct yes /usr/sbin/pct +pvesm yes /usr/sbin/pvesm +pvesh yes /usr/bin/pvesh +pveperf yes /usr/bin/pveperf +proxmox-backup-client yes /usr/bin/proxmox-backup-client +ip yes /usr/sbin/ip +ss yes /usr/bin/ss +ethtool yes /usr/sbin/ethtool ethtool version 6.14.2 +bridge yes /usr/sbin/bridge +brctl yes /usr/sbin/brctl +nmcli no - - +tcpdump yes /usr/bin/tcpdump +mtr no - - +nstat yes /usr/bin/nstat +netstat no - - +nicstat no - - +ifstat no - - +dmidecode yes /usr/sbin/dmidecode +lscpu yes /usr/bin/lscpu +lshw no - - +hwinfo no - - +inxi no - - +lspci yes /usr/bin/lspci +lsusb yes /usr/bin/lsusb +numactl no - - +numastat no - - +cpupower yes /usr/bin/cpupower cpupower 6.12 +turbostat yes /usr/sbin/turbostat +x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy +rdmsr no - - +tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 +irqbalance no - - +zpool yes /usr/sbin/zpool zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zfs yes /usr/sbin/zfs zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zdb yes /usr/sbin/zdb +arcstat yes /usr/sbin/arcstat +arc_summary yes /usr/sbin/arc_summary +lsblk yes /usr/bin/lsblk +blkid yes /usr/sbin/blkid +blockdev yes /usr/sbin/blockdev +findmnt yes /usr/bin/findmnt +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +hdparm yes /usr/sbin/hdparm +storcli no - - +storcli64 no - - +MegaCli no - - +MegaCli64 no - - +tw-cli no - - +arcconf no - - +sas2ircu no - - +sas3ircu no - - +hpssacli no - - +ssacli no - - +perccli no - - +multipath no - - +pvs yes /usr/sbin/pvs +vgs yes /usr/sbin/vgs +lvs yes /usr/sbin/lvs +lvdisplay yes /usr/sbin/lvdisplay +xfs_info yes /usr/sbin/xfs_info +dumpe2fs yes /usr/sbin/dumpe2fs +btrfs yes /usr/bin/btrfs +fio no - - +iperf no - - +iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15) +sysbench no - - +bonnie++ no - - +iozone no - - +iostat no - - +mpstat no - - +pidstat no - - +sar no - - +vmstat yes /usr/bin/vmstat +top yes /usr/bin/top +htop yes /usr/bin/htop +atop no - - +glances no - - +dstat no - - +nethogs no - - +iftop yes /usr/sbin/iftop +iotop no - - +smem no - - +pmap yes /usr/bin/pmap +slabtop yes /usr/bin/slabtop +perf yes /usr/bin/perf +strace yes /usr/bin/strace +lsof yes /usr/bin/lsof +fatrace no - - +dig yes /usr/bin/dig +host yes /usr/bin/host +nslookup yes /usr/bin/nslookup +chronyc yes /usr/bin/chronyc +ntpq no - - +timedatectl yes /usr/bin/timedatectl +nft yes /usr/sbin/nft +iptables yes /usr/sbin/iptables +iptables-save yes /usr/sbin/iptables-save +ipset yes /usr/sbin/ipset +ufw no - - +jq no - - +bc yes /usr/bin/bc +awk yes /usr/bin/awk +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +apt yes /usr/bin/apt +dpkg yes /usr/bin/dpkg + +--- Debian packages relevant to perf/storage/net + $ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80 +bridge-utils 1.7.1-4+b1 +ceph-common 19.2.3-pve2 +ceph-fuse 19.2.3-pve2 +corosync 3.1.10-pve3 +ethtool 1:6.14.2-1 +htop 3.4.1-5 +iperf3 3.18-2+deb13u2 +nfs-common 1:2.8.3-1 +open-iscsi 2.1.11-1+deb13u2 +proxmox-archive-keyring 4.0 +proxmox-backup-client 4.2.3-1 +proxmox-backup-file-restore 4.2.3-1 +proxmox-backup-restore-image 1.0.0 +proxmox-default-kernel 2.0.1 +proxmox-firewall 1.2.3 +proxmox-kernel-6.17 6.17.2-1 +proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 +proxmox-kernel-helper 9.2.0 +proxmox-mail-forward 1.0.3 +proxmox-mini-journalreader 1.7 +proxmox-offline-mirror-docs 0.7.4 +proxmox-offline-mirror-helper 0.7.4 +proxmox-termproxy 2.1.0 +proxmox-ve 9.2.0 +proxmox-websocket-tunnel 1.0.0 +proxmox-widget-toolkit 5.2.6 +pve-cluster 9.1.6 +pve-container 6.0.18 +pve-docs 9.2.3 +pve-edk2-firmware 4.2025.05-2 +pve-edk2-firmware-legacy 4.2025.05-2 +pve-edk2-firmware-ovmf 4.2025.05-2 +pve-esxi-import-tools 1.0.1 +pve-firewall 6.0.5 +pve-firmware 3.18-5 +pve-ha-manager 5.0.8 +pve-i18n 3.9.0 +pve-lxc-syscalld 2.0.2 +pve-manager 9.1.1 +pve-nvidia-vgpu-helper 0.3.1 +pve-qemu-kvm 11.0.2-2 +pve-xtermjs 6.0.0-2 +pve-yew-mobile-gui 0.7.0 +pve-yew-mobile-i18n 3.9.0 +qemu-server 9.0.30 +smartmontools 7.5-pve2 +tuned 2.25.1-1 +zfs-initramfs 2.3.4-pve1 +zfs-zed 2.3.4-pve1 +zfsutils-linux 2.3.4-pve1 + +--- kernel modules available (relevant to perf) + $ for m in kvm_intel kvm_amd \ + ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \ + nvme nvme-tcp nvme-fabrics sd_mod sr_mod \ + zfs spl znvpair zcommon zunicode zavl icp zlua \ + megaraid_sas mpt3sas hpsa aacraid smartpqi isci \ + dm_multipath multipath \ + tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \ + 8021q bonding bridge br_netfilter \ + vhost_net vhost_scsi target_core_mod \ + nfsv4 nfsv3 rpcsec_gss_krb5 +do + modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)" +done +available : kvm_intel () +available : kvm_amd () +available : ixgbe () +available : i40e () +available : i40iw () +available : ice () +available : igb () +available : igc () +available : mlx4_en (4.0-0) +available : mlx5_core () +available : mlx4_core (4.0-0) +available : bnx2x () +available : bnx2 () +available : tg3 () +available : be2net () +available : qed () +available : qede () +available : virtio_net () +available : nvme (1.0) +available : nvme-tcp () +available : nvme-fabrics () +available : sd_mod () +available : sr_mod () +available : zfs (2.3.4-pve1) +available : spl (2.3.4-pve1) +available : znvpair (2.3.4-pve1) +available : zcommon (2.3.4-pve1) +available : zunicode (2.3.4-pve1) +available : zavl (2.3.4-pve1) +available : icp (2.3.4-pve1) +available : zlua (2.3.4-pve1) +available : megaraid_sas (07.734.00.00-rc1) +available : mpt3sas (52.100.00.00) +available : hpsa (3.4.20-200) +available : aacraid (1.2.1[50983]-custom) +available : smartpqi (2.1.34-035) +available : isci (1.2.0) +available : dm_multipath () +available : tcp_dctcp () +available : tcp_bbr () +available : tcp_cubic (2.3) +available : tcp_htcp () +available : 8021q (1.8) +available : bonding () +available : bridge (2.3) +available : br_netfilter () +available : vhost_net (0.0.1) +available : vhost_scsi () +available : target_core_mod () +available : nfsv4 () +available : nfsv3 () +available : rpcsec_gss_krb5 () + +--- currently loaded modules (filtered) + $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' +Module Size Used by +tcp_bbr 20480 2 +tcp_diag 12288 0 +rpcsec_gss_krb5 28672 0 +nfsv4 1175552 2 +bonding 245760 0 +sunrpc 786432 17 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 532480 46 +kvm 1376256 25 kvm_intel +zfs 6344704 6 +spl 151552 1 zfs +vhost_net 32768 12 +vhost 69632 1 vhost_net +vhost_iotlb 16384 1 vhost +dm_thin_pool 94208 1 +dm_persistent_data 114688 1 dm_thin_pool +dm_bio_prison 24576 1 dm_thin_pool +dm_bufio 53248 1 dm_persistent_data + +############################################################################### +# 2. OS / DISTRO / UPTIME +############################################################################### + +--- os-release + --- /etc/os-release --- +PRETTY_NAME="Debian GNU/Linux 13 (trixie)" +NAME="Debian GNU/Linux" +VERSION_ID="13" +VERSION="13 (trixie)" +VERSION_CODENAME=trixie +DEBIAN_VERSION_FULL=13.6 +ID=debian +HOME_URL="https://www.debian.org/" +SUPPORT_URL="https://www.debian.org/support" +BUG_REPORT_URL="https://bugs.debian.org/" + +--- debian version + $ cat /etc/debian_version +13.6 + +--- uptime + $ uptime + 16:26:02 up 7:11, 1 user, load average: 0.52, 0.59, 0.68 + +--- uptime raw (since boot) + $ cat /proc/uptime +25893.98 177207.61 + +--- last reboot + $ last -x reboot +reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - still running +reboot system boot 6.17.2-1-pve Fri Jul 24 13:59 - 09:10 (1+19:11) +shutdown system down 6.17.2-1-pve Sun Jul 26 09:10 - 09:14 (00:03) +reboot system boot 6.17.2-1-pve Wed Jul 22 18:31 - 10:43 (1+16:11) +shutdown system down 6.17.2-1-pve Fri Jul 24 10:43 - 13:59 (03:16) +reboot system boot 6.17.2-1-pve Tue Jul 7 12:27 - 18:27 (15+06:00) +shutdown system down 6.17.2-1-pve Wed Jul 22 18:27 - 18:31 (00:03) +reboot system boot 6.17.2-1-pve Sat Apr 4 10:25 - 13:47 (213503769+11:24) +shutdown system down 6.17.2-1-pve Wed Sep 3 13:47 - 12:27 (306+22:39) +reboot system boot 6.17.2-1-pve Sat Apr 4 09:15 - 10:23 (01:08) +shutdown system down 6.17.2-1-pve Sat Apr 4 10:23 - 10:25 (00:01) +reboot system boot 6.17.2-1-pve Mon Mar 30 17:15 - 09:13 (4+15:58) +shutdown system down 6.17.2-1-pve Sat Apr 4 09:13 - 09:15 (00:01) +reboot system boot 6.17.2-1-pve Mon Mar 30 10:21 - 17:13 (06:52) +shutdown system down 6.17.2-1-pve Mon Mar 30 17:13 - 17:15 (00:01) +reboot system boot 6.17.2-1-pve Mon Mar 30 08:32 - 10:20 (01:47) +shutdown system down 6.17.2-1-pve Mon Mar 30 10:20 - 10:21 (00:01) +reboot system boot 6.17.2-1-pve Tue Mar 24 19:57 - 08:31 (5+12:34) +shutdown system down 6.17.2-1-pve Mon Mar 30 08:31 - 08:32 (00:00) +reboot system boot 6.17.2-1-pve Tue Mar 17 13:30 - 13:43 (213503787+08:14) +shutdown system down 6.17.2-1-pve Wed Sep 3 13:43 - 19:57 (202+06:14) +reboot system boot 6.17.2-1-pve Tue Mar 17 13:24 - 13:28 (00:04) +shutdown system down 6.17.2-1-pve Tue Mar 17 13:28 - 13:30 (00:02) +reboot system boot 6.17.2-1-pve Tue Mar 17 13:09 - 13:23 (00:14) +shutdown system down 6.17.2-1-pve Tue Mar 17 13:23 - 13:24 (00:00) +reboot system boot 6.17.2-1-pve Thu Mar 12 09:43 - 13:08 (5+03:24) +shutdown system down 6.17.2-1-pve Tue Mar 17 13:08 - 13:09 (00:00) +reboot system boot 6.17.2-1-pve Thu Mar 12 09:40 - 09:42 (00:01) +shutdown system down 6.17.2-1-pve Thu Mar 12 09:42 - 09:43 (00:00) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 10:38 (306+20:59) +shutdown system down 6.17.2-1-pve Tue Jul 7 10:38 - 09:40 (213503865+07:04) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash + +wtmpdb begins Wed Sep 3 13:38:11 2025 + +--- last logins + $ last +root pts/0 100.87.49.37 Sun Jul 26 16:05 - 16:09 (00:04) +root pts/0 100.87.49.37 Sun Jul 26 15:03 - 15:06 (00:03) +root pts/1 10.100.100.3 Sun Jul 26 13:32 - 13:33 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 13:18 - 13:33 (00:15) +root pts/0 100.87.49.37 Sun Jul 26 12:21 - 12:25 (00:03) +root pts/0 100.87.49.37 Sun Jul 26 11:33 - 11:51 (00:17) +root pts/0 100.87.49.37 Sun Jul 26 11:11 - 11:13 (00:01) +root pts/0 100.87.49.37 Sun Jul 26 09:47 - 09:47 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 09:16 - 09:21 (00:05) +reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - still running +root pts/0 10.100.100.3 Sun Jul 26 09:12 - 09:13 (00:01) +root pts/0 100.87.49.37 Sun Jul 26 09:07 - 09:10 (00:03) +root pts/0 100.87.49.37 Sun Jul 26 08:58 - 09:05 (00:07) +root pts/2 100.87.49.37 Sat Jul 25 11:34 - 11:37 (00:02) +root pts/1 100.87.49.37 Sat Jul 25 11:34 - 11:35 (00:01) +root pts/0 100.87.49.37 Sat Jul 25 11:32 - 11:35 (00:03) +root pts/0 100.87.49.37 Sat Jul 25 11:28 - 11:29 (00:00) +root pts/0 100.87.49.37 Sat Jul 25 01:28 - 01:28 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 17:17 - 17:18 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 17:17 - 17:17 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 17:00 - 17:02 (00:01) +root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00) +reboot system boot 6.17.2-1-pve Fri Jul 24 13:59 - 09:10 (1+19:11) +root pts/0 100.87.49.37 Fri Jul 24 10:42 - 10:43 (00:00) +root pts/0 100.87.49.37 Thu Jul 23 13:51 - 13:52 (00:01) +root pts/0 100.87.49.37 Wed Jul 22 18:37 - 18:51 (00:14) +reboot system boot 6.17.2-1-pve Wed Jul 22 18:31 - 10:43 (1+16:11) +root pts/1 10.100.100.6 Wed Jul 22 17:43 - 17:43 (00:00) +root pts/0 100.87.49.37 Wed Jul 22 17:42 - 17:44 (00:02) +root pts/0 100.87.49.37 Mon Jul 20 20:02 - 20:02 (00:00) +root pts/0 100.87.49.37 Mon Jul 20 19:20 - 19:21 (00:01) +root pts/0 100.87.49.37 Mon Jul 20 18:39 - 18:40 (00:00) +root pts/1 100.87.49.37 Mon Jul 20 12:27 - 12:27 (00:00) +root pts/0 100.109.70.137 Mon Jul 20 12:26 - 17:16 (04:50) +root pts/0 100.87.49.37 Mon Jul 20 11:27 - 11:28 (00:00) +root pts/0 100.87.49.37 Mon Jul 20 11:11 - 11:12 (00:01) +root pts/0 100.87.49.37 Mon Jul 20 10:54 - 10:58 (00:03) +root pts/0 Sat Jul 11 12:43 - 12:45 (00:01) +reboot system boot 6.17.2-1-pve Tue Jul 7 12:27 - 18:27 (15+06:00) +root pts/3 Fri Jun 26 11:50 - 11:50 (00:00) +root pts/2 Fri Jun 26 11:49 - 11:50 (00:00) +root pts/1 Fri Jun 26 11:49 - 11:50 (00:00) +root pts/0 Fri Jun 26 11:49 - 11:50 (00:00) +root pts/0 Fri Jun 26 11:18 - 11:23 (00:05) +root pts/0 100.118.91.16 Sat Apr 25 09:27 - 09:39 (00:11) +root pts/0 100.118.91.16 Fri Apr 24 17:24 - 17:28 (00:04) +root pts/0 100.118.91.16 Fri Apr 24 17:16 - 17:24 (00:07) +root pts/0 100.118.91.16 Fri Apr 24 16:36 - 16:50 (00:13) +root pts/0 100.118.91.16 Fri Apr 24 16:14 - 16:25 (00:10) +root pts/0 100.118.91.16 Fri Apr 24 14:24 - 14:27 (00:03) +root pts/0 100.118.91.16 Fri Apr 24 12:52 - 12:57 (00:05) +root pts/0 100.118.91.16 Fri Apr 24 12:40 - 12:43 (00:02) +root pts/1 100.109.70.137 Fri Apr 17 15:58 - 15:58 (00:00) +root pts/0 100.118.91.16 Fri Apr 17 15:57 - 16:07 (00:09) +root pts/0 100.118.91.16 Tue Apr 7 11:59 - 11:59 (00:00) +root pts/1 100.118.91.16 Mon Apr 6 16:46 - 16:54 (00:08) +root pts/0 100.118.91.16 Mon Apr 6 16:46 - 16:54 (00:08) +root pts/0 100.118.91.16 Mon Apr 6 08:42 - 08:57 (00:15) +root pts/0 100.118.91.16 Sat Apr 4 11:18 - 11:21 (00:02) +reboot system boot 6.17.2-1-pve Sat Apr 4 10:25 - 13:47 (213503769+11:24) +root pts/0 100.118.91.16 Sat Apr 4 10:23 - 10:23 (00:00) +root pts/0 100.118.91.16 Sat Apr 4 10:13 - 10:14 (00:00) +root pts/0 100.118.91.16 Sat Apr 4 09:18 - 09:18 (00:00) +root pts/0 100.118.91.16 Sat Apr 4 09:16 - 09:17 (00:01) +reboot system boot 6.17.2-1-pve Sat Apr 4 09:15 - 10:23 (01:08) +root pts/0 100.118.91.16 Sat Apr 4 09:13 - 09:13 (00:00) +root pts/2 100.118.91.16 Fri Apr 3 00:11 - 00:13 (00:02) +root pts/0 100.118.91.16 Fri Apr 3 00:08 - 00:14 (00:06) +root pts/1 100.109.70.137 Fri Apr 3 00:06 - 18:15 (18:09) +root pts/0 100.109.70.137 Thu Apr 2 23:57 - 00:06 (00:08) +root pts/0 100.118.91.16 Mon Mar 30 17:20 - 17:23 (00:02) +reboot system boot 6.17.2-1-pve Mon Mar 30 17:15 - 09:13 (4+15:58) +root pts/0 100.118.91.16 Mon Mar 30 17:13 - 17:13 (00:00) +root pts/0 100.118.91.16 Mon Mar 30 17:06 - 17:12 (00:05) +root pts/0 192.168.1.152 Mon Mar 30 10:43 - 10:49 (00:05) +root tty1 Mon Mar 30 10:22 - 10:23 (00:00) +reboot system boot 6.17.2-1-pve Mon Mar 30 10:21 - 17:13 (06:52) +root tty1 Mon Mar 30 10:13 - 10:20 (00:06) +root pts/0 192.168.3.16 Mon Mar 30 08:44 - 08:50 (00:06) +root tty1 Mon Mar 30 08:38 - 08:52 (00:14) +reboot system boot 6.17.2-1-pve Mon Mar 30 08:32 - 10:20 (01:47) +root tty1 Mon Mar 30 08:31 - 08:31 (00:00) +reboot system boot 6.17.2-1-pve Tue Mar 24 19:57 - 08:31 (5+12:34) +root pts/0 100.109.70.137 Tue Mar 17 13:41 - 11:06 (2+21:24) +reboot system boot 6.17.2-1-pve Tue Mar 17 13:30 - 13:43 (213503787+08:14) +root pts/0 100.109.70.137 Tue Mar 17 13:26 - 13:28 (00:02) +reboot system boot 6.17.2-1-pve Tue Mar 17 13:24 - 13:28 (00:04) +root pts/2 100.109.70.137 Tue Mar 17 13:22 - 13:23 (00:01) +root pts/1 100.109.70.137 Tue Mar 17 13:19 - 13:23 (00:04) +root pts/0 Tue Mar 17 13:16 - 13:23 (00:07) +root pts/0 Tue Mar 17 13:10 - 13:13 (00:02) +reboot system boot 6.17.2-1-pve Tue Mar 17 13:09 - 13:23 (00:14) +root pts/0 Tue Mar 17 13:03 - 13:08 (00:05) +root tty1 Thu Mar 12 09:44 - 09:44 (00:00) +reboot system boot 6.17.2-1-pve Thu Mar 12 09:43 - 13:08 (5+03:24) +root tty1 Thu Mar 12 09:41 - 09:42 (00:01) +reboot system boot 6.17.2-1-pve Thu Mar 12 09:40 - 09:42 (00:01) +root tty1 Wed Sep 3 13:42 - 13:43 (00:00) +root tty1 Wed Sep 3 13:40 - 11:58 (215+22:18) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 10:38 (306+20:59) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash + +wtmpdb begins Wed Sep 3 13:38:11 2025 + +--- uname + $ uname -a +Linux pfv-tsys1 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux + +--- /proc/cmdline (boot args) + $ cat /proc/cmdline +BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet + +############################################################################### +# 3. HARDWARE INVENTORY +############################################################################### + +--- dmidecode -t system + $ dmidecode -t system +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0001, DMI type 1, 27 bytes +System Information + Manufacturer: Dell Inc. + Product Name: OptiPlex 9020 + Version: 00 + Serial Number: GMWRX12 + UUID: 4c4c4544-004d-5710-8052-c7c04f583132 + Wake-up Type: Power Switch + SKU Number: 05A4 + Family: Not Specified + +Handle 0x0026, DMI type 12, 5 bytes +System Configuration Options + Option 1: To Be Filled By O.E.M. + +Handle 0x0027, DMI type 15, 35 bytes +System Event Log + Area Length: 4 bytes + Header Start Offset: 0x0000 + Header Length: 2 bytes + Data Start Offset: 0x0002 + Access Method: Indexed I/O, one 16-bit index port, one 8-bit data port + Access Address: Index 0x046A, Data 0x046C + Status: Invalid, Not Full + Change Token: 0x00000000 + Header Format: No Header + Supported Log Type Descriptors: 6 + Descriptor 1: End of log + Data Format 1: OEM-specific + Descriptor 2: End of log + Data Format 2: OEM-specific + Descriptor 3: End of log + Data Format 3: OEM-specific + Descriptor 4: End of log + Data Format 4: OEM-specific + Descriptor 5: End of log + Data Format 5: OEM-specific + Descriptor 6: End of log + Data Format 6: OEM-specific + +Handle 0x002A, DMI type 32, 20 bytes +System Boot Information + Status: No errors detected + + +--- dmidecode -t baseboard + $ dmidecode -t baseboard +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0002, DMI type 2, 15 bytes +Base Board Information + Manufacturer: Dell Inc. + Product Name: 0XCR8D + Version: A03 + Serial Number: /GMWRX12/CN7220045500NT/ + Asset Tag: 897880 + Features: + Board is a hosting board + Board is replaceable + Location In Chassis: + Chassis Handle: 0x0003 + Type: Motherboard + Contained Object Handles: 0 + +Handle 0x0024, DMI type 10, 8 bytes +On Board Device 1 Information + Type: Video + Status: Enabled + Description: "Intel HD Graphics" +On Board Device 2 Information + Type: Ethernet + Status: Enabled + Description: NETWORK_NAME_STRING + +Handle 0x0034, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard IGD + Type: Video + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:02.0 + +Handle 0x0035, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard LAN + Type: Ethernet + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:19.0 + +Handle 0x0036, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard 1394 + Type: Other + Status: Enabled + Type Instance: 1 + Bus Address: 0000:03:1c.2 + + +--- dmidecode -t bios + $ dmidecode -t bios +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0000, DMI type 0, 24 bytes +BIOS Information + Vendor: Dell Inc. + Version: A25 + Release Date: 05/30/2019 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 12 MB + Characteristics: + PCI is supported + PNP is supported + BIOS is upgradeable + BIOS shadowing is allowed + Boot from CD is supported + Selectable boot is supported + EDD is supported + 5.25"/1.2 MB floppy services are supported (int 13h) + 3.5"/720 kB floppy services are supported (int 13h) + 3.5"/2.88 MB floppy services are supported (int 13h) + Print screen service is supported (int 5h) + 8042 keyboard services are supported (int 9h) + Serial services are supported (int 14h) + Printer services are supported (int 17h) + ACPI is supported + USB legacy is supported + BIOS boot specification is supported + Function key-initiated network boot is supported + Targeted content distribution is supported + UEFI is supported + BIOS Revision: 65.25 + +Handle 0xDED7, DMI type 13, 22 bytes +BIOS Language Information + Language Description Format: Long + Installable Languages: 1 + en|US|iso8859-1 + Currently Installed Language: en|US|iso8859-1 + + +--- dmidecode -t chassis + $ dmidecode -t chassis +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0003, DMI type 3, 22 bytes +Chassis Information + Manufacturer: Dell Inc. + Type: Space-saving + Lock: Not Present + Version: Not Specified + Serial Number: GMWRX12 + Asset Tag: 897880 + Boot-up State: Safe + Power Supply State: Safe + Thermal State: Safe + Security Status: None + OEM Information: 0x00000000 + Height: Unspecified + Number Of Power Cords: 1 + Contained Elements: 0 + SKU Number: To be filled by O.E.M. + + +--- dmidecode -t processor + $ dmidecode -t processor +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x003A, DMI type 4, 42 bytes +Processor Information + Socket Designation: SOCKET 0 + Type: Central Processor + Family: Core i7 + Manufacturer: Intel + ID: C3 06 03 00 FF FB EB BF + Signature: Type 0, Family 6, Model 60, Stepping 3 + Flags: + FPU (Floating-point unit on-chip) + VME (Virtual mode extension) + DE (Debugging extension) + PSE (Page size extension) + TSC (Time stamp counter) + MSR (Model specific registers) + PAE (Physical address extension) + MCE (Machine check exception) + CX8 (CMPXCHG8 instruction supported) + APIC (On-chip APIC hardware supported) + SEP (Fast system call) + MTRR (Memory type range registers) + PGE (Page global enable) + MCA (Machine check architecture) + CMOV (Conditional move instruction supported) + PAT (Page attribute table) + PSE-36 (36-bit page size extension) + CLFSH (CLFLUSH instruction supported) + DS (Debug store) + ACPI (ACPI supported) + MMX (MMX technology supported) + FXSR (FXSAVE and FXSTOR instructions supported) + SSE (Streaming SIMD extensions) + SSE2 (Streaming SIMD extensions 2) + SS (Self-snoop) + HTT (Multi-threading) + TM (Thermal monitor supported) + PBE (Pending break enabled) + Version: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz + Voltage: 1.2 V + External Clock: 100 MHz + Max Speed: 3800 MHz + Current Speed: 3400 MHz + Status: Populated, Enabled + Upgrade: Other + L1 Cache Handle: 0x003B + L2 Cache Handle: 0x003C + L3 Cache Handle: 0x003D + Serial Number: Not Specified + Asset Tag: Fill By OEM + Part Number: Fill By OEM + Core Count: 4 + Core Enabled: 4 + Thread Count: 8 + Characteristics: + 64-bit capable + + +--- dmidecode -t memory + $ dmidecode -t memory +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x003E, DMI type 16, 23 bytes +Physical Memory Array + Location: System Board Or Motherboard + Use: System Memory + Error Correction Type: None + Maximum Capacity: 32 GB + Error Information Handle: Not Provided + Number Of Devices: 4 + +Handle 0x003F, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: DIMM + Set: None + Locator: DIMM3 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: 859B + Serial Number: 0260380A00E0 + Asset Tag: 00175200 + Part Number: CT102464BD160B.M16 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x0041, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: DIMM + Set: None + Locator: DIMM1 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: 859B + Serial Number: 0AC0710DF014 + Asset Tag: 15164900 + Part Number: CT102464BD160B.C16 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x0043, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: DIMM + Set: None + Locator: DIMM4 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: 859B + Serial Number: 03F0720DF014 + Asset Tag: 15164900 + Part Number: CT102464BD160B.C16 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x0045, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: DIMM + Set: None + Locator: DIMM2 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: 859B + Serial Number: 08906A0DF014 + Asset Tag: 15164900 + Part Number: CT102464BD160B.C16 + Rank: 2 + Configured Memory Speed: 1600 MT/s + + +--- dmidecode -t cache + $ dmidecode -t cache +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x003B, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L1 + Configuration: Enabled, Not Socketed, Level 1 + Operational Mode: Write Back + Location: Internal + Installed Size: 256 kB + Maximum Size: 256 kB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Other + Associativity: 8-way Set-associative + +Handle 0x003C, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L2 + Configuration: Enabled, Not Socketed, Level 2 + Operational Mode: Write Back + Location: Internal + Installed Size: 1 MB + Maximum Size: 1 MB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 8-way Set-associative + +Handle 0x003D, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L3 + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Write Back + Location: Internal + Installed Size: 8 MB + Maximum Size: 8 MB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 16-way Set-associative + + +--- dmidecode -t connector + $ dmidecode -t connector +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0004, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1A1 + Internal Connector Type: None + External Reference Designator: PS2Mouse + External Connector Type: PS/2 + Port Type: Mouse Port + +Handle 0x0005, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1A1 + Internal Connector Type: None + External Reference Designator: Keyboard + External Connector Type: PS/2 + Port Type: Keyboard Port + +Handle 0x0006, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J6A2A + Internal Connector Type: None + External Reference Designator: COM A + External Connector Type: DB-9 male + Port Type: Serial Port 16550A Compatible + +Handle 0x0007, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J6A2B + Internal Connector Type: None + External Reference Designator: Video + External Connector Type: DB-15 female + Port Type: Video Port + +Handle 0x0008, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: USB1 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0009, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: USB2 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB3 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB4 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB5 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB6 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB7 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB8 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0010, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB9 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0011, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB10 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0012, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: LAN + External Connector Type: RJ-45 + Port Type: Network Port + +Handle 0x0013, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: Display Port1 + External Connector Type: Other + Port Type: Video Port + +Handle 0x0014, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J3A1 + Internal Connector Type: None + External Reference Designator: Display Port2 + External Connector Type: Other + Port Type: Video Port + +Handle 0x0015, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: MIC-IN + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0016, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: HP-OUT + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0017, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: LINE-OUT + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0018, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: LINE-IN + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0019, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7J3 - SATA PORT1 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8J1 - SATA PORT0 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2B3 - CPU FAN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7H1 - SATA PORT2 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1D1 - INTRUDER + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0021, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2B3 - SYSTEM_FAN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0022, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9E5 - INT_SPKR + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + + +--- dmidecode -t slot + $ dmidecode -t slot +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0023, DMI type 9, 17 bytes +System Slot Information + Designation: X4 + Type: PCI Express 2 x4 + Data Bus Width: 4x or x4 + Current Usage: Available + Length: Short + ID: 1 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.4 + +Handle 0xDED2, DMI type 9, 17 bytes +System Slot Information + Designation: X16 + Type: PCI Express 3 x16 + Data Bus Width: 16x or x16 + Current Usage: Available + Length: Long + ID: 2 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:01.0 + + +--- lscpu + $ lscpu +Architecture: x86_64 +CPU op-mode(s): 32-bit, 64-bit +Address sizes: 39 bits physical, 48 bits virtual +Byte Order: Little Endian +CPU(s): 8 +On-line CPU(s) list: 0-7 +Vendor ID: GenuineIntel +Model name: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz +CPU family: 6 +Model: 60 +Thread(s) per core: 2 +Core(s) per socket: 4 +Socket(s): 1 +Stepping: 3 +CPU(s) scaling MHz: 96% +CPU max MHz: 3900.0000 +CPU min MHz: 800.0000 +BogoMIPS: 6784.31 +Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d +Virtualization: VT-x +L1d cache: 128 KiB (4 instances) +L1i cache: 128 KiB (4 instances) +L2 cache: 1 MiB (4 instances) +L3 cache: 8 MiB (1 instance) +NUMA node(s): 1 +NUMA node0 CPU(s): 0-7 +Vulnerability Gather data sampling: Not affected +Vulnerability Ghostwrite: Not affected +Vulnerability Indirect target selection: Not affected +Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages +Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable +Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable +Vulnerability Meltdown: Mitigation; PTI +Vulnerability Mmio stale data: Not affected +Vulnerability Old microcode: Not affected +Vulnerability Reg file data sampling: Not affected +Vulnerability Retbleed: Not affected +Vulnerability Spec rstack overflow: Not affected +Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl +Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization +Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected +Vulnerability Srbds: Mitigation; Microcode +Vulnerability Tsa: Not affected +Vulnerability Tsx async abort: Not affected +Vulnerability Vmscape: Mitigation; IBPB before exit to userspace + +--- lscpu cache + $ lscpu -C +NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE +L1d 32K 128K 8 Data 1 64 1 64 +L1i 32K 128K 8 Instruction 1 64 1 64 +L2 256K 1M 8 Unified 2 512 1 64 +L3 8M 8M 16 Unified 3 8192 1 64 + +--- numactl --hardware + $ numactl --hardware +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- numactl --show + $ numactl --show +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- lspci -nnvv (verbose) + $ lspci -nnvv +00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06) + Subsystem: Dell Device [1028:05a4] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: hsw_uncore + +00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller]) + DeviceName: Onboard IGD + Subsystem: Dell Device [1028:05a4] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- + Kernel driver in use: lpc_ich + Kernel modules: lpc_ich + +00:1f.2 RAID bus controller [0104]: Intel Corporation SATA Controller [RAID mode] [8086:2822] (rev 04) (prog-if 00 [Vendor specific]) + Subsystem: Dell Device [1028:05a4] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- /dev/null)" + case "$class" in + 0x020000|0x010802|0x010700) ;; # ethernet, nvme, raid + *) continue ;; + esac + for f in "$d"/aer_dev_*; do + [ -r "$f" ] || continue + val="$(cat "$f" 2>/dev/null)" + [ "$val" = "0" ] && continue + [ "$val" = "" ] && continue + printf '%s %s = %s\n' "$addr" "$(basename "$f")" "$val" + found=1 + done +done +[ "$found" = "0" ] && echo " no AER errors on NIC/NVMe/RAID devices" + no AER errors on NIC/NVMe/RAID devices + +############################################################################### +# 4. CPU POWER / FREQUENCY / IDLE STATES +############################################################################### + +--- scaling_governor per cpu (counts) + $ for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do + [ -e "$c" ] || continue + cat "$c" +done | sort | uniq -c + 8 performance + +--- scaling_driver / available governors / freq limits + $ for f in /sys/devices/system/cpu/cpu0/cpufreq/*; do + [ -r "$f" ] || continue + [ -d "$f" ] && continue + printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" +done +affected_cpus = 0 +cpuinfo_avg_freq = 3787024 +cpuinfo_max_freq = 3900000 +cpuinfo_min_freq = 800000 +cpuinfo_transition_latency = 20000 +related_cpus = 0 +scaling_available_governors = conservative ondemand userspace powersave performance schedutil +scaling_cur_freq = 3783857 +scaling_driver = intel_cpufreq +scaling_governor = performance +scaling_max_freq = 3900000 +scaling_min_freq = 3900000 +scaling_setspeed = + +--- EPP / EPB / intel_pstate + $ echo "intel_pstate status: $(cat /sys/devices/system/cpu/intel_pstate/status 2>/dev/null)" +echo "intel_pstate no_turbo: $(cat /sys/devices/system/cpu/intel_pstate/no_turbo 2>/dev/null)" +echo "intel_pstate turbo_pct: $(cat /sys/devices/system/cpu/intel_pstate/turbo_pct 2>/dev/null)" +echo "intel_pstate max_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct 2>/dev/null)" +echo "intel_pstate min_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/min_perf_pct 2>/dev/null)" +echo "EPB (energy_perf_bias) per cpu:" +for c in /sys/devices/system/cpu/cpu*/power/energy_perf_bias; do + [ -r "$c" ] || continue + printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)" +done | sort | uniq -c +echo "EPP (energy_performance_preference) per cpu:" +for c in /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference; do + [ -r "$c" ] || continue + printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)" +done | sort | uniq -c +echo "available EPP:" +cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences 2>/dev/null +intel_pstate status: passive +intel_pstate no_turbo: 0 +intel_pstate turbo_pct: 16 +intel_pstate max_perf_pct: 100 +intel_pstate min_perf_pct: 100 +EPB (energy_perf_bias) per cpu: + 8 cpu : 0 +EPP (energy_performance_preference) per cpu: +available EPP: + [exit=1] + +--- cpupower frequency-info + $ cpupower frequency-info +analyzing CPU 3: + driver: intel_cpufreq + CPUs which run at the same hardware frequency: 3 + CPUs which need to have their frequency coordinated by software: 3 + maximum transition latency: 20.0 us + hardware limits: 800 MHz - 3.90 GHz + available cpufreq governors: conservative ondemand userspace powersave performance schedutil + current policy: frequency should be within 3.90 GHz and 3.90 GHz. + The governor "performance" may decide which speed to use + within this range. + current CPU frequency: Unable to call hardware + current CPU frequency: 3.79 GHz (asserted by call to kernel) + boost state support: + Supported: yes + Active: yes + +--- turbostat snapshot + $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 +1.001446 sec +Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp +- - 4.80 3847 3392 8353 51 51 +0 0 5.94 3844 3392 1724 48 51 +0 4 3.11 3835 3392 723 +1 1 6.83 3855 3392 1951 48 +1 5 5.44 3859 3392 889 +2 2 4.77 3853 3392 695 51 +2 6 4.44 3840 3392 878 +3 3 2.83 3833 3392 605 46 +3 7 5.03 3841 3392 888 + +--- x86_energy_perf_policy -r + $ x86_energy_perf_policy -r +cpu0: EPB 0 +cpu1: EPB 0 +cpu2: EPB 0 +cpu3: EPB 0 +cpu4: EPB 0 +cpu5: EPB 0 +cpu6: EPB 0 +cpu7: EPB 0 + +--- C-states (idle) enabled per cpu0 + $ for s in /sys/devices/system/cpu/cpu0/cpuidle/state*; do + [ -d "$s" ] || continue + printf ' %s : %s disabled=%s latency=%sus residency=%sus\n' \ + "$(cat "$s/name" 2>/dev/null)" \ + "$(cat "$s/desc" 2>/dev/null)" \ + "$(cat "$s/disable" 2>/dev/null)" \ + "$(cat "$s/latency" 2>/dev/null)" \ + "$(cat "$s/time" 2>/dev/null)" +done + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=1038459us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=124089586us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=643123583us + C3 : MWAIT 0x10 disabled=0 latency=33us residency=5043451874us + C6 : MWAIT 0x20 disabled=0 latency=133us residency=1200147003us + C7s : MWAIT 0x32 disabled=0 latency=166us residency=16127806344us + +--- THP enabled + $ cat /sys/kernel/mm/transparent_hugepage/enabled +always [madvise] never + +--- THP defrag + $ cat /sys/kernel/mm/transparent_hugepage/defrag +always defer defer+madvise [madvise] never + +--- THP khugepaged pages_to_scan + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan +4096 + +--- THP khugepaged defrag + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag +1 + +--- microcode + $ dmesg +[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () +[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.000000] KERNEL supported cpus: +[ 0.000000] Intel GenuineIntel +[ 0.000000] AMD AuthenticAMD +[ 0.000000] Hygon HygonGenuine +[ 0.000000] Centaur CentaurHauls +[ 0.000000] zhaoxin Shanghai +[ 0.000000] BIOS-provided physical RAM map: +[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d2196fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d2197000-0x00000000d219dfff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x00000000d219e000-0x00000000d25d3fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d25d4000-0x00000000d2a6bfff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000d2a6c000-0x00000000d7eeafff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d7eeb000-0x00000000d7ffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d875ffff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d8760000-0x00000000d87fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fadfff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d8fae000-0x00000000d8ffffff] ACPI data +[ 0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da71cfff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000da71d000-0x00000000da7fffff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbe10fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000dbe11000-0x00000000dbffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081edfffff] usable +[ 0.000000] NX (Execute Disable) protection: active +[ 0.000000] APIC: Static calls initialized +[ 0.000000] SMBIOS 2.7 present. +[ 0.000000] DMI: Dell Inc. OptiPlex 9020/0XCR8D, BIOS A25 05/30/2019 +[ 0.000000] DMI: Memory slots populated: 4/4 +[ 0.000000] tsc: Fast TSC calibration using PIT +[ 0.000000] tsc: Detected 3392.155 MHz processor +[ 0.001194] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved +[ 0.001196] e820: remove [mem 0x000a0000-0x000fffff] usable +[ 0.001205] last_pfn = 0x81ee00 max_arch_pfn = 0x400000000 +[ 0.001212] total RAM covered: 32702M +[ 0.001345] gran_size: 64K chunk_size: 64K num_reg: 10 lose cover RAM: 238M +[ 0.001347] gran_size: 64K chunk_size: 128K num_reg: 10 lose cover RAM: 238M +[ 0.001349] gran_size: 64K chunk_size: 256K num_reg: 10 lose cover RAM: 238M +[ 0.001350] gran_size: 64K chunk_size: 512K num_reg: 10 lose cover RAM: 238M +[ 0.001351] gran_size: 64K chunk_size: 1M num_reg: 10 lose cover RAM: 238M +[ 0.001352] gran_size: 64K chunk_size: 2M num_reg: 10 lose cover RAM: 238M +[ 0.001353] gran_size: 64K chunk_size: 4M num_reg: 10 lose cover RAM: 238M +[ 0.001354] gran_size: 64K chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001355] gran_size: 64K chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001356] gran_size: 64K chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001357] *BAD*gran_size: 64K chunk_size: 64M num_reg: 10 lose cover RAM: -16M +[ 0.001358] *BAD*gran_size: 64K chunk_size: 128M num_reg: 10 lose cover RAM: -16M +[ 0.001359] *BAD*gran_size: 64K chunk_size: 256M num_reg: 10 lose cover RAM: -16M +[ 0.001360] *BAD*gran_size: 64K chunk_size: 512M num_reg: 10 lose cover RAM: -16M +[ 0.001361] *BAD*gran_size: 64K chunk_size: 1G num_reg: 10 lose cover RAM: -512M +[ 0.001363] *BAD*gran_size: 64K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M +[ 0.001364] gran_size: 128K chunk_size: 128K num_reg: 10 lose cover RAM: 238M +[ 0.001365] gran_size: 128K chunk_size: 256K num_reg: 10 lose cover RAM: 238M +[ 0.001366] gran_size: 128K chunk_size: 512K num_reg: 10 lose cover RAM: 238M +[ 0.001367] gran_size: 128K chunk_size: 1M num_reg: 10 lose cover RAM: 238M +[ 0.001368] gran_size: 128K chunk_size: 2M num_reg: 10 lose cover RAM: 238M +[ 0.001369] gran_size: 128K chunk_size: 4M num_reg: 10 lose cover RAM: 238M +[ 0.001370] gran_size: 128K chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001371] gran_size: 128K chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001372] gran_size: 128K chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001373] *BAD*gran_size: 128K chunk_size: 64M num_reg: 10 lose cover RAM: -16M +[ 0.001374] *BAD*gran_size: 128K chunk_size: 128M num_reg: 10 lose cover RAM: -16M +[ 0.001375] *BAD*gran_size: 128K chunk_size: 256M num_reg: 10 lose cover RAM: -16M +[ 0.001376] *BAD*gran_size: 128K chunk_size: 512M num_reg: 10 lose cover RAM: -16M +[ 0.001377] *BAD*gran_size: 128K chunk_size: 1G num_reg: 10 lose cover RAM: -512M +[ 0.001378] *BAD*gran_size: 128K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M +[ 0.001380] gran_size: 256K chunk_size: 256K num_reg: 10 lose cover RAM: 238M +[ 0.001381] gran_size: 256K chunk_size: 512K num_reg: 10 lose cover RAM: 238M +[ 0.001382] gran_size: 256K chunk_size: 1M num_reg: 10 lose cover RAM: 238M +[ 0.001383] gran_size: 256K chunk_size: 2M num_reg: 10 lose cover RAM: 238M +[ 0.001384] gran_size: 256K chunk_size: 4M num_reg: 10 lose cover RAM: 238M +[ 0.001385] gran_size: 256K chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001386] gran_size: 256K chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001387] gran_size: 256K chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001388] *BAD*gran_size: 256K chunk_size: 64M num_reg: 10 lose cover RAM: -16M +[ 0.001389] *BAD*gran_size: 256K chunk_size: 128M num_reg: 10 lose cover RAM: -16M +[ 0.001390] *BAD*gran_size: 256K chunk_size: 256M num_reg: 10 lose cover RAM: -16M +[ 0.001391] *BAD*gran_size: 256K chunk_size: 512M num_reg: 10 lose cover RAM: -16M +[ 0.001392] *BAD*gran_size: 256K chunk_size: 1G num_reg: 10 lose cover RAM: -512M +[ 0.001393] *BAD*gran_size: 256K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M +[ 0.001394] gran_size: 512K chunk_size: 512K num_reg: 10 lose cover RAM: 238M +[ 0.001395] gran_size: 512K chunk_size: 1M num_reg: 10 lose cover RAM: 238M +[ 0.001396] gran_size: 512K chunk_size: 2M num_reg: 10 lose cover RAM: 238M +[ 0.001397] gran_size: 512K chunk_size: 4M num_reg: 10 lose cover RAM: 238M +[ 0.001398] gran_size: 512K chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001399] gran_size: 512K chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001400] gran_size: 512K chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001402] *BAD*gran_size: 512K chunk_size: 64M num_reg: 10 lose cover RAM: -16M +[ 0.001403] *BAD*gran_size: 512K chunk_size: 128M num_reg: 10 lose cover RAM: -16M +[ 0.001404] *BAD*gran_size: 512K chunk_size: 256M num_reg: 10 lose cover RAM: -16M +[ 0.001405] *BAD*gran_size: 512K chunk_size: 512M num_reg: 10 lose cover RAM: -16M +[ 0.001406] *BAD*gran_size: 512K chunk_size: 1G num_reg: 10 lose cover RAM: -512M +[ 0.001407] *BAD*gran_size: 512K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M +[ 0.001408] gran_size: 1M chunk_size: 1M num_reg: 10 lose cover RAM: 238M +[ 0.001409] gran_size: 1M chunk_size: 2M num_reg: 10 lose cover RAM: 238M +[ 0.001410] gran_size: 1M chunk_size: 4M num_reg: 10 lose cover RAM: 238M +[ 0.001411] gran_size: 1M chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001412] gran_size: 1M chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001413] gran_size: 1M chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001414] *BAD*gran_size: 1M chunk_size: 64M num_reg: 10 lose cover RAM: -16M +[ 0.001415] *BAD*gran_size: 1M chunk_size: 128M num_reg: 10 lose cover RAM: -16M +[ 0.001416] *BAD*gran_size: 1M chunk_size: 256M num_reg: 10 lose cover RAM: -16M +[ 0.001417] *BAD*gran_size: 1M chunk_size: 512M num_reg: 10 lose cover RAM: -16M +[ 0.001418] *BAD*gran_size: 1M chunk_size: 1G num_reg: 10 lose cover RAM: -512M +[ 0.001419] *BAD*gran_size: 1M chunk_size: 2G num_reg: 10 lose cover RAM: -1536M +[ 0.001420] gran_size: 2M chunk_size: 2M num_reg: 10 lose cover RAM: 238M +[ 0.001421] gran_size: 2M chunk_size: 4M num_reg: 10 lose cover RAM: 238M +[ 0.001422] gran_size: 2M chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001423] gran_size: 2M chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001425] gran_size: 2M chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001426] *BAD*gran_size: 2M chunk_size: 64M num_reg: 10 lose cover RAM: -16M +[ 0.001427] *BAD*gran_size: 2M chunk_size: 128M num_reg: 10 lose cover RAM: -16M +[ 0.001428] *BAD*gran_size: 2M chunk_size: 256M num_reg: 10 lose cover RAM: -16M +[ 0.001429] *BAD*gran_size: 2M chunk_size: 512M num_reg: 10 lose cover RAM: -16M +[ 0.001430] *BAD*gran_size: 2M chunk_size: 1G num_reg: 10 lose cover RAM: -512M +[ 0.001431] *BAD*gran_size: 2M chunk_size: 2G num_reg: 10 lose cover RAM: -1536M +[ 0.001432] gran_size: 4M chunk_size: 4M num_reg: 10 lose cover RAM: 238M +[ 0.001433] gran_size: 4M chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001434] gran_size: 4M chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001435] gran_size: 4M chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001436] *BAD*gran_size: 4M chunk_size: 64M num_reg: 10 lose cover RAM: -14M +[ 0.001437] *BAD*gran_size: 4M chunk_size: 128M num_reg: 10 lose cover RAM: -14M +[ 0.001438] *BAD*gran_size: 4M chunk_size: 256M num_reg: 10 lose cover RAM: -14M +[ 0.001439] *BAD*gran_size: 4M chunk_size: 512M num_reg: 10 lose cover RAM: -14M +[ 0.001440] *BAD*gran_size: 4M chunk_size: 1G num_reg: 10 lose cover RAM: -510M +[ 0.001441] *BAD*gran_size: 4M chunk_size: 2G num_reg: 10 lose cover RAM: -1534M +[ 0.001442] gran_size: 8M chunk_size: 8M num_reg: 10 lose cover RAM: 238M +[ 0.001443] gran_size: 8M chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001444] gran_size: 8M chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001445] *BAD*gran_size: 8M chunk_size: 64M num_reg: 10 lose cover RAM: -10M +[ 0.001446] *BAD*gran_size: 8M chunk_size: 128M num_reg: 10 lose cover RAM: -10M +[ 0.001447] *BAD*gran_size: 8M chunk_size: 256M num_reg: 10 lose cover RAM: -10M +[ 0.001448] *BAD*gran_size: 8M chunk_size: 512M num_reg: 10 lose cover RAM: -10M +[ 0.001449] *BAD*gran_size: 8M chunk_size: 1G num_reg: 10 lose cover RAM: -506M +[ 0.001450] *BAD*gran_size: 8M chunk_size: 2G num_reg: 10 lose cover RAM: -1530M +[ 0.001452] gran_size: 16M chunk_size: 16M num_reg: 10 lose cover RAM: 238M +[ 0.001453] gran_size: 16M chunk_size: 32M num_reg: 10 lose cover RAM: 494M +[ 0.001454] gran_size: 16M chunk_size: 64M num_reg: 10 lose cover RAM: 14M +[ 0.001455] gran_size: 16M chunk_size: 128M num_reg: 10 lose cover RAM: 14M +[ 0.001456] gran_size: 16M chunk_size: 256M num_reg: 10 lose cover RAM: 14M +[ 0.001457] gran_size: 16M chunk_size: 512M num_reg: 10 lose cover RAM: 14M +[ 0.001458] gran_size: 16M chunk_size: 1G num_reg: 10 lose cover RAM: 14M +[ 0.001459] *BAD*gran_size: 16M chunk_size: 2G num_reg: 10 lose cover RAM: -1010M +[ 0.001460] gran_size: 32M chunk_size: 32M num_reg: 10 lose cover RAM: 126M +[ 0.001461] gran_size: 32M chunk_size: 64M num_reg: 10 lose cover RAM: 30M +[ 0.001462] gran_size: 32M chunk_size: 128M num_reg: 9 lose cover RAM: 30M +[ 0.001463] gran_size: 32M chunk_size: 256M num_reg: 9 lose cover RAM: 30M +[ 0.001464] gran_size: 32M chunk_size: 512M num_reg: 9 lose cover RAM: 30M +[ 0.001465] gran_size: 32M chunk_size: 1G num_reg: 9 lose cover RAM: 30M +[ 0.001466] gran_size: 32M chunk_size: 2G num_reg: 10 lose cover RAM: 30M +[ 0.001467] gran_size: 64M chunk_size: 64M num_reg: 10 lose cover RAM: 126M +[ 0.001469] gran_size: 64M chunk_size: 128M num_reg: 9 lose cover RAM: 62M +[ 0.001470] gran_size: 64M chunk_size: 256M num_reg: 9 lose cover RAM: 62M +[ 0.001471] gran_size: 64M chunk_size: 512M num_reg: 9 lose cover RAM: 62M +[ 0.001472] gran_size: 64M chunk_size: 1G num_reg: 9 lose cover RAM: 62M +[ 0.001473] gran_size: 64M chunk_size: 2G num_reg: 10 lose cover RAM: 62M +[ 0.001474] gran_size: 128M chunk_size: 128M num_reg: 9 lose cover RAM: 190M +[ 0.001475] gran_size: 128M chunk_size: 256M num_reg: 9 lose cover RAM: 190M +[ 0.001476] gran_size: 128M chunk_size: 512M num_reg: 9 lose cover RAM: 190M +[ 0.001477] gran_size: 128M chunk_size: 1G num_reg: 9 lose cover RAM: 190M +[ 0.001478] gran_size: 128M chunk_size: 2G num_reg: 10 lose cover RAM: 190M +[ 0.001479] gran_size: 256M chunk_size: 256M num_reg: 7 lose cover RAM: 446M +[ 0.001480] gran_size: 256M chunk_size: 512M num_reg: 9 lose cover RAM: 446M +[ 0.001481] gran_size: 256M chunk_size: 1G num_reg: 9 lose cover RAM: 446M +[ 0.001482] gran_size: 256M chunk_size: 2G num_reg: 10 lose cover RAM: 446M +[ 0.001483] gran_size: 512M chunk_size: 512M num_reg: 5 lose cover RAM: 958M +[ 0.001484] gran_size: 512M chunk_size: 1G num_reg: 5 lose cover RAM: 958M +[ 0.001485] gran_size: 512M chunk_size: 2G num_reg: 5 lose cover RAM: 958M +[ 0.001486] gran_size: 1G chunk_size: 1G num_reg: 5 lose cover RAM: 958M +[ 0.001487] gran_size: 1G chunk_size: 2G num_reg: 5 lose cover RAM: 958M +[ 0.001488] gran_size: 2G chunk_size: 2G num_reg: 4 lose cover RAM: 1982M +[ 0.001489] mtrr_cleanup: can not find optimal value +[ 0.001490] please specify mtrr_gran_size/mtrr_chunk_size +[ 0.001492] MTRR map: 9 entries (5 fixed + 4 variable; max 25), built from 10 variable MTRRs +[ 0.001494] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT +[ 0.001793] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved +[ 0.001796] last_pfn = 0xdbe11 max_arch_pfn = 0x400000000 +[ 0.007714] found SMP MP-table at [mem 0x000fd8c0-0x000fd8cf] +[ 0.007729] Using GB pages for direct mapping +[ 0.008469] RAMDISK: [mem 0x2d72d000-0x32b8dfff] +[ 0.008478] ACPI: Early table checksum verification disabled +[ 0.008481] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL ) +[ 0.008484] ACPI: XSDT 0x00000000D8FEE088 000094 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.008489] ACPI: FACP 0x00000000D8FF9B30 00010C (v05 DELL CBX3 01072009 AMI 00010013) +[ 0.008494] ACPI: DSDT 0x00000000D8FEE1B0 00B97E (v02 DELL CBX3 00000014 INTL 20091112) +[ 0.008497] ACPI: FACS 0x00000000DA7FE080 000040 +[ 0.008499] ACPI: APIC 0x00000000D8FF9C40 000092 (v03 DELL CBX3 01072009 AMI 00010013) +[ 0.008502] ACPI: FPDT 0x00000000D8FF9CD8 000044 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.008504] ACPI: SLIC 0x00000000D8FF9D20 000176 (v03 DELL CBX3 01072009 MSFT 00010013) +[ 0.008507] ACPI: LPIT 0x00000000D8FF9E98 00005C (v01 DELL CBX3 00000000 AMI. 00000005) +[ 0.008510] ACPI: SSDT 0x00000000D8FF9EF8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) +[ 0.008512] ACPI: SSDT 0x00000000D8FFA438 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) +[ 0.008515] ACPI: SSDT 0x00000000D8FFAF10 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711) +[ 0.008517] ACPI: HPET 0x00000000D8FFB0D8 000038 (v01 DELL CBX3 01072009 AMI. 00000005) +[ 0.008520] ACPI: SSDT 0x00000000D8FFB110 00036D (v01 SataRe SataTabl 00001000 INTL 20120711) +[ 0.008522] ACPI: MCFG 0x00000000D8FFB480 00003C (v01 DELL CBX3 01072009 MSFT 00000097) +[ 0.008525] ACPI: SSDT 0x00000000D8FFB4C0 0034D6 (v01 SaSsdt SaSsdt 00003000 INTL 20091112) +[ 0.008528] ACPI: ASF! 0x00000000D8FFE998 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) +[ 0.008530] ACPI: DMAR 0x00000000D8FFEA40 0000B8 (v01 INTEL HSW 00000001 INTL 00000001) +[ 0.008532] ACPI: Reserving FACP table memory at [mem 0xd8ff9b30-0xd8ff9c3b] +[ 0.008533] ACPI: Reserving DSDT table memory at [mem 0xd8fee1b0-0xd8ff9b2d] +[ 0.008534] ACPI: Reserving FACS table memory at [mem 0xda7fe080-0xda7fe0bf] +[ 0.008535] ACPI: Reserving APIC table memory at [mem 0xd8ff9c40-0xd8ff9cd1] +[ 0.008535] ACPI: Reserving FPDT table memory at [mem 0xd8ff9cd8-0xd8ff9d1b] +[ 0.008536] ACPI: Reserving SLIC table memory at [mem 0xd8ff9d20-0xd8ff9e95] +[ 0.008536] ACPI: Reserving LPIT table memory at [mem 0xd8ff9e98-0xd8ff9ef3] +[ 0.008537] ACPI: Reserving SSDT table memory at [mem 0xd8ff9ef8-0xd8ffa430] +[ 0.008538] ACPI: Reserving SSDT table memory at [mem 0xd8ffa438-0xd8ffaf0f] +[ 0.008538] ACPI: Reserving SSDT table memory at [mem 0xd8ffaf10-0xd8ffb0d6] +[ 0.008539] ACPI: Reserving HPET table memory at [mem 0xd8ffb0d8-0xd8ffb10f] +[ 0.008540] ACPI: Reserving SSDT table memory at [mem 0xd8ffb110-0xd8ffb47c] +[ 0.008540] ACPI: Reserving MCFG table memory at [mem 0xd8ffb480-0xd8ffb4bb] +[ 0.008541] ACPI: Reserving SSDT table memory at [mem 0xd8ffb4c0-0xd8ffe995] +[ 0.008542] ACPI: Reserving ASF! table memory at [mem 0xd8ffe998-0xd8ffea3c] +[ 0.008542] ACPI: Reserving DMAR table memory at [mem 0xd8ffea40-0xd8ffeaf7] +[ 0.008599] No NUMA configuration found +[ 0.008600] Faking a node at [mem 0x0000000000000000-0x000000081edfffff] +[ 0.008608] NODE_DATA(0) allocated [mem 0x81edd52c0-0x81edfffff] +[ 0.008809] Zone ranges: +[ 0.008810] DMA [mem 0x0000000000001000-0x0000000000ffffff] +[ 0.008811] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +[ 0.008812] Normal [mem 0x0000000100000000-0x000000081edfffff] +[ 0.008814] Device empty +[ 0.008814] Movable zone start for each node +[ 0.008817] Early memory node ranges +[ 0.008817] node 0: [mem 0x0000000000001000-0x0000000000090fff] +[ 0.008818] node 0: [mem 0x0000000000100000-0x00000000d2196fff] +[ 0.008819] node 0: [mem 0x00000000d219e000-0x00000000d25d3fff] +[ 0.008820] node 0: [mem 0x00000000d2a6c000-0x00000000d7eeafff] +[ 0.008821] node 0: [mem 0x00000000d8000000-0x00000000d875ffff] +[ 0.008821] node 0: [mem 0x00000000d8800000-0x00000000d8fadfff] +[ 0.008822] node 0: [mem 0x00000000d9000000-0x00000000da71cfff] +[ 0.008822] node 0: [mem 0x00000000da800000-0x00000000dbe10fff] +[ 0.008823] node 0: [mem 0x0000000100000000-0x000000081edfffff] +[ 0.008827] Initmem setup node 0 [mem 0x0000000000001000-0x000000081edfffff] +[ 0.008831] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.008851] On node 0, zone DMA: 111 pages in unavailable ranges +[ 0.013876] On node 0, zone DMA32: 7 pages in unavailable ranges +[ 0.014027] On node 0, zone DMA32: 1176 pages in unavailable ranges +[ 0.014042] On node 0, zone DMA32: 277 pages in unavailable ranges +[ 0.014058] On node 0, zone DMA32: 160 pages in unavailable ranges +[ 0.014096] On node 0, zone DMA32: 82 pages in unavailable ranges +[ 0.014134] On node 0, zone DMA32: 227 pages in unavailable ranges +[ 0.059687] On node 0, zone Normal: 16879 pages in unavailable ranges +[ 0.059724] On node 0, zone Normal: 4608 pages in unavailable ranges +[ 0.059735] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff] +[ 0.059791] ACPI: PM-Timer IO Port: 0x1808 +[ 0.059801] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) +[ 0.059810] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 +[ 0.059813] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +[ 0.059815] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +[ 0.059818] ACPI: Using ACPI (MADT) for SMP configuration information +[ 0.059819] ACPI: HPET id: 0x8086a701 base: 0xfed00000 +[ 0.059823] TSC deadline timer available +[ 0.059827] CPU topo: Max. logical packages: 1 +[ 0.059828] CPU topo: Max. logical dies: 1 +[ 0.059829] CPU topo: Max. dies per package: 1 +[ 0.059833] CPU topo: Max. threads per core: 2 +[ 0.059834] CPU topo: Num. cores per package: 4 +[ 0.059834] CPU topo: Num. threads per package: 8 +[ 0.059835] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs +[ 0.059853] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] +[ 0.059855] PM: hibernation: Registered nosave memory: [mem 0x00091000-0x000fffff] +[ 0.059856] PM: hibernation: Registered nosave memory: [mem 0xd2197000-0xd219dfff] +[ 0.059858] PM: hibernation: Registered nosave memory: [mem 0xd25d4000-0xd2a6bfff] +[ 0.059859] PM: hibernation: Registered nosave memory: [mem 0xd7eeb000-0xd7ffffff] +[ 0.059861] PM: hibernation: Registered nosave memory: [mem 0xd8760000-0xd87fffff] +[ 0.059862] PM: hibernation: Registered nosave memory: [mem 0xd8fae000-0xd8ffffff] +[ 0.059864] PM: hibernation: Registered nosave memory: [mem 0xda71d000-0xda7fffff] +[ 0.059865] PM: hibernation: Registered nosave memory: [mem 0xdbe11000-0xffffffff] +[ 0.059867] [mem 0xdf200000-0xf7ffffff] available for PCI devices +[ 0.059868] Booting paravirtualized kernel on bare hardware +[ 0.059870] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns +[ 0.059877] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 +[ 0.060377] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 +[ 0.060383] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 +[ 0.060385] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 +[ 0.060405] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.060450] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. +[ 0.060464] random: crng init done +[ 0.060465] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes +[ 0.063678] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) +[ 0.065320] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) +[ 0.065445] software IO TLB: area num 8. +[ 0.078647] Fallback order for Node 0: 0 +[ 0.078652] Built 1 zonelists, mobility grouping on. Total pages: 8365080 +[ 0.078653] Policy zone: Normal +[ 0.078661] mem auto-init: stack:all(zero), heap alloc:on, heap free:off +[ 0.154562] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 +[ 0.154589] Kernel/User page tables isolation: enabled +[ 0.163482] ftrace: allocating 58381 entries in 230 pages +[ 0.163483] ftrace: allocated 230 pages with 5 groups +[ 0.164299] Dynamic Preempt: voluntary +[ 0.164367] rcu: Preemptible hierarchical RCU implementation. +[ 0.164367] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. +[ 0.164368] Trampoline variant of Tasks RCU enabled. +[ 0.164369] Rude variant of Tasks RCU enabled. +[ 0.164369] Tracing variant of Tasks RCU enabled. +[ 0.164370] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. +[ 0.164370] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 +[ 0.164379] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.164381] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.164382] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.168681] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16 +[ 0.168888] rcu: srcu_init: Setting srcu_struct sizes based on contention. +[ 0.169307] spurious 8259A interrupt: IRQ7. +[ 0.170705] Console: colour VGA+ 80x25 +[ 0.170708] printk: legacy console [tty0] enabled +[ 0.170760] ACPI: Core revision 20250404 +[ 0.170866] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns +[ 0.170881] APIC: Switch to symmetric I/O mode setup +[ 0.170883] DMAR: Host address width 39 +[ 0.170884] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 +[ 0.170892] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a +[ 0.170894] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 +[ 0.170897] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da +[ 0.170899] DMAR: RMRR base: 0x000000dbf7b000 end: 0x000000dbf88fff +[ 0.170901] DMAR: RMRR base: 0x000000dd000000 end: 0x000000df1fffff +[ 0.170903] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1 +[ 0.170904] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 +[ 0.170905] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. +[ 0.171380] DMAR-IR: Enabled IRQ remapping in x2apic mode +[ 0.171382] x2apic enabled +[ 0.171435] APIC: Switched APIC routing to: cluster x2apic +[ 0.171861] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 +[ 0.175885] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e55bfef60, max_idle_ns: 440795304971 ns +[ 0.175889] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.31 BogoMIPS (lpj=3392155) +[ 0.175911] CPU0: Thermal monitoring enabled (TM1) +[ 0.175944] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 +[ 0.175945] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 +[ 0.175948] process: using mwait in idle threads +[ 0.175950] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto +[ 0.175955] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl +[ 0.175956] SRBDS: Mitigation: Microcode +[ 0.175957] Spectre V2 : Mitigation: Retpolines +[ 0.175958] Spectre V2 : User space: Mitigation: STIBP via prctl +[ 0.175959] MDS: Mitigation: Clear CPU buffers +[ 0.175960] VMSCAPE: Mitigation: IBPB before exit to userspace +[ 0.175961] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization +[ 0.175962] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT +[ 0.175962] Spectre V2 : Enabling Restricted Speculation for firmware calls +[ 0.175964] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier +[ 0.175969] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' +[ 0.175971] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' +[ 0.175972] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' +[ 0.175973] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 +[ 0.175974] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. +[ 0.195988] Freeing SMP alternatives memory: 52K +[ 0.195993] pid_max: default: 32768 minimum: 301 +[ 0.196041] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm +[ 0.196056] Yama: becoming mindful. +[ 0.196087] AppArmor: AppArmor initialized +[ 0.196149] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.196174] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.196553] smpboot: CPU0: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3) +[ 0.196718] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver. +[ 0.196748] ... version: 3 +[ 0.196749] ... bit width: 48 +[ 0.196750] ... generic registers: 4 +[ 0.196750] ... value mask: 0000ffffffffffff +[ 0.196751] ... max period: 00007fffffffffff +[ 0.196752] ... fixed-purpose events: 3 +[ 0.196753] ... event mask: 000000070000000f +[ 0.196887] signal: max sigframe size: 1776 +[ 0.196887] Estimated ratio of average max frequency by base frequency (times 1024): 1114 +[ 0.198070] rcu: Hierarchical SRCU implementation. +[ 0.198072] rcu: Max phase no-delay instances is 400. +[ 0.198118] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level +[ 0.198529] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. +[ 0.198598] smp: Bringing up secondary CPUs ... +[ 0.198701] smpboot: x86: Booting SMP configuration: +[ 0.198702] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 +[ 0.201221] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. +[ 0.201221] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details. +[ 0.201221] smp: Brought up 1 node, 8 CPUs +[ 0.201221] smpboot: Total of 8 processors activated (54274.48 BogoMIPS) +[ 0.201965] Memory: 32658916K/33460320K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 782992K reserved, 0K cma-reserved) +[ 0.202937] devtmpfs: initialized +[ 0.202937] x86/mm: Memory block size: 128MB +[ 0.205245] ACPI: PM: Registering ACPI NVS region [mem 0xd2197000-0xd219dfff] (28672 bytes) +[ 0.205245] ACPI: PM: Registering ACPI NVS region [mem 0xda71d000-0xda7fffff] (929792 bytes) +[ 0.205245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns +[ 0.205245] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear) +[ 0.205245] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear). +[ 0.205245] pinctrl core: initialized pinctrl subsystem +[ 0.205245] PM: RTC time: 14:14:28, date: 2026-07-26 +[ 0.205954] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[ 0.206219] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations +[ 0.206412] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations +[ 0.206604] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations +[ 0.206612] audit: initializing netlink subsys (disabled) +[ 0.206621] audit: type=2000 audit(1785075268.035:1): state=initialized audit_enabled=0 res=1 +[ 0.206621] thermal_sys: Registered thermal governor 'fair_share' +[ 0.206621] thermal_sys: Registered thermal governor 'bang_bang' +[ 0.206621] thermal_sys: Registered thermal governor 'step_wise' +[ 0.206621] thermal_sys: Registered thermal governor 'user_space' +[ 0.206621] thermal_sys: Registered thermal governor 'power_allocator' +[ 0.206621] cpuidle: using governor ladder +[ 0.206621] cpuidle: using governor menu +[ 0.206621] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it +[ 0.206621] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 0.206621] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f] +[ 0.206621] PCI: Using configuration type 1 for base access +[ 0.206933] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on +[ 0.206992] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. +[ 0.206998] HugeTLB: allocation took 0ms with hugepage_allocation_threads=2 +[ 0.206998] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages +[ 0.206998] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page +[ 0.206998] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages +[ 0.206998] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page +[ 0.207178] ACPI: Added _OSI(Module Device) +[ 0.207180] ACPI: Added _OSI(Processor Device) +[ 0.207181] ACPI: Added _OSI(Processor Aggregator Device) +[ 0.215708] ACPI: 6 ACPI AML tables successfully acquired and loaded +[ 0.216306] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored +[ 0.217199] ACPI: Dynamic OEM Table Load: +[ 0.217205] ACPI: SSDT 0xFFFF8EBA80065C00 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) +[ 0.217830] ACPI: Dynamic OEM Table Load: +[ 0.217834] ACPI: SSDT 0xFFFF8EBA80079800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711) +[ 0.218535] ACPI: Dynamic OEM Table Load: +[ 0.218539] ACPI: SSDT 0xFFFF8EBA8005F800 000119 (v01 PmRef ApCst 00003000 INTL 20120711) +[ 0.220098] ACPI: Interpreter enabled +[ 0.220119] ACPI: PM: (supports S0 S3 S4 S5) +[ 0.220120] ACPI: Using IOAPIC for interrupt routing +[ 0.220693] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 0.220695] PCI: Using E820 reservations for host bridge windows +[ 0.220870] ACPI: Enabled 8 GPEs in block 00 to 3F +[ 0.232241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) +[ 0.232247] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 0.232706] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] +[ 0.232708] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration +[ 0.233194] PCI host bridge to bus 0000:00 +[ 0.233198] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] +[ 0.233200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] +[ 0.233201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] +[ 0.233202] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e7fff window] +[ 0.233204] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window] +[ 0.233205] pci_bus 0000:00: root bus resource [bus 00-3e] +[ 0.233221] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 conventional PCI endpoint +[ 0.233287] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000 conventional PCI endpoint +[ 0.233300] pci 0000:00:02.0: BAR 0 [mem 0xf7800000-0xf7bfffff 64bit] +[ 0.233303] pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref] +[ 0.233304] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f] +[ 0.233311] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] +[ 0.233390] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint +[ 0.233403] pci 0000:00:03.0: BAR 0 [mem 0xf7c34000-0xf7c37fff 64bit] +[ 0.233487] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint +[ 0.233517] pci 0000:00:14.0: BAR 0 [mem 0xf7c20000-0xf7c2ffff 64bit] +[ 0.233546] pci 0000:00:14.0: PME# supported from D3hot D3cold +[ 0.233642] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint +[ 0.233674] pci 0000:00:16.0: BAR 0 [mem 0xf7c40000-0xf7c4000f 64bit] +[ 0.233704] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold +[ 0.233751] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002 conventional PCI endpoint +[ 0.233783] pci 0000:00:16.3: BAR 0 [io 0xf0e0-0xf0e7] +[ 0.233786] pci 0000:00:16.3: BAR 1 [mem 0xf7c3e000-0xf7c3efff] +[ 0.233865] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000 conventional PCI endpoint +[ 0.233896] pci 0000:00:19.0: BAR 0 [mem 0xf7c00000-0xf7c1ffff] +[ 0.233899] pci 0000:00:19.0: BAR 1 [mem 0xf7c3d000-0xf7c3dfff] +[ 0.233901] pci 0000:00:19.0: BAR 2 [io 0xf080-0xf09f] +[ 0.233932] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold +[ 0.234001] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint +[ 0.234038] pci 0000:00:1a.0: BAR 0 [mem 0xf7c3c000-0xf7c3c3ff] +[ 0.234077] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold +[ 0.234154] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint +[ 0.234185] pci 0000:00:1b.0: BAR 0 [mem 0xf7c30000-0xf7c33fff 64bit] +[ 0.234226] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold +[ 0.234306] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint +[ 0.234342] pci 0000:00:1d.0: BAR 0 [mem 0xf7c3b000-0xf7c3b3ff] +[ 0.234382] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold +[ 0.234462] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100 conventional PCI endpoint +[ 0.234615] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400 conventional PCI endpoint +[ 0.234642] pci 0000:00:1f.2: BAR 0 [io 0xf0d0-0xf0d7] +[ 0.234644] pci 0000:00:1f.2: BAR 1 [io 0xf0c0-0xf0c3] +[ 0.234647] pci 0000:00:1f.2: BAR 2 [io 0xf0b0-0xf0b7] +[ 0.234649] pci 0000:00:1f.2: BAR 3 [io 0xf0a0-0xf0a3] +[ 0.234652] pci 0000:00:1f.2: BAR 4 [io 0xf060-0xf07f] +[ 0.234655] pci 0000:00:1f.2: BAR 5 [mem 0xf7c3a000-0xf7c3a7ff] +[ 0.234680] pci 0000:00:1f.2: PME# supported from D3hot +[ 0.234743] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint +[ 0.234773] pci 0000:00:1f.3: BAR 0 [mem 0xf7c39000-0xf7c390ff 64bit] +[ 0.234777] pci 0000:00:1f.3: BAR 4 [io 0xf040-0xf05f] +[ 0.235581] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 +[ 0.235639] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 +[ 0.235640] ACPI: PCI: Interrupt link LNKB disabled +[ 0.235694] ACPI: PCI: Interrupt link LNKC configured for IRQ 10 +[ 0.235740] ACPI: PCI: Interrupt link LNKD configured for IRQ 10 +[ 0.235790] ACPI: PCI: Interrupt link LNKE configured for IRQ 5 +[ 0.235845] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 +[ 0.235846] ACPI: PCI: Interrupt link LNKF disabled +[ 0.235892] ACPI: PCI: Interrupt link LNKG configured for IRQ 3 +[ 0.235948] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 +[ 0.236213] iommu: Default domain type: Translated +[ 0.236213] iommu: DMA domain TLB invalidation policy: lazy mode +[ 0.236213] SCSI subsystem initialized +[ 0.236213] libata version 3.00 loaded. +[ 0.236213] ACPI: bus type USB registered +[ 0.236213] usbcore: registered new interface driver usbfs +[ 0.236213] usbcore: registered new interface driver hub +[ 0.236213] usbcore: registered new device driver usb +[ 0.236213] pps_core: LinuxPPS API ver. 1 registered +[ 0.236213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti +[ 0.236213] PTP clock support registered +[ 0.236213] EDAC MC: Ver: 3.0.0 +[ 0.236213] NetLabel: Initializing +[ 0.236213] NetLabel: domain hash size = 128 +[ 0.236213] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO +[ 0.236213] NetLabel: unlabeled traffic allowed by default +[ 0.236912] mctp: management component transport protocol core +[ 0.236912] NET: Registered PF_MCTP protocol family +[ 0.236912] PCI: Using ACPI for IRQ routing +[ 0.238208] PCI: pci_cache_line_size set to 64 bytes +[ 0.238233] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff] +[ 0.238234] e820: reserve RAM buffer [mem 0xd2197000-0xd3ffffff] +[ 0.238236] e820: reserve RAM buffer [mem 0xd25d4000-0xd3ffffff] +[ 0.238237] e820: reserve RAM buffer [mem 0xd7eeb000-0xd7ffffff] +[ 0.238237] e820: reserve RAM buffer [mem 0xd8760000-0xdbffffff] +[ 0.238239] e820: reserve RAM buffer [mem 0xd8fae000-0xdbffffff] +[ 0.238240] e820: reserve RAM buffer [mem 0xda71d000-0xdbffffff] +[ 0.238240] e820: reserve RAM buffer [mem 0xdbe11000-0xdbffffff] +[ 0.238241] e820: reserve RAM buffer [mem 0x81ee00000-0x81fffffff] +[ 0.238254] pci 0000:00:02.0: vgaarb: setting as boot VGA device +[ 0.238254] pci 0000:00:02.0: vgaarb: bridge control possible +[ 0.238254] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none +[ 0.238254] vgaarb: loaded +[ 0.238275] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 +[ 0.238275] hpet0: 8 comparators, 64-bit 14.318180 MHz counter +[ 0.239945] clocksource: Switched to clocksource tsc-early +[ 0.240516] VFS: Disk quotas dquot_6.6.0 +[ 0.240526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 0.240594] AppArmor: AppArmor Filesystem Enabled +[ 0.240617] pnp: PnP ACPI init +[ 0.240674] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved +[ 0.240830] system 00:01: [io 0x0680-0x069f] has been reserved +[ 0.240832] system 00:01: [io 0xffff] has been reserved +[ 0.240839] system 00:01: [io 0xffff] has been reserved +[ 0.240841] system 00:01: [io 0xffff] has been reserved +[ 0.240843] system 00:01: [io 0x1c00-0x1cfe] has been reserved +[ 0.240844] system 00:01: [io 0x1d00-0x1dfe] has been reserved +[ 0.240845] system 00:01: [io 0x1e00-0x1efe] has been reserved +[ 0.240847] system 00:01: [io 0x1f00-0x1ffe] has been reserved +[ 0.240848] system 00:01: [io 0x1800-0x18fe] could not be reserved +[ 0.240849] system 00:01: [io 0x164e-0x164f] has been reserved +[ 0.240967] system 00:03: [io 0x0a00-0x0a0f] has been reserved +[ 0.241005] system 00:04: [io 0x04d0-0x04d1] has been reserved +[ 0.241519] pnp 00:05: [dma 0 disabled] +[ 0.241940] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved +[ 0.241943] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved +[ 0.241944] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved +[ 0.241946] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved +[ 0.241947] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved +[ 0.241948] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved +[ 0.241950] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved +[ 0.241951] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved +[ 0.241952] system 00:06: [mem 0xff000000-0xffffffff] has been reserved +[ 0.241954] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved +[ 0.241955] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved +[ 0.241957] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved +[ 0.242168] pnp: PnP ACPI: found 7 devices +[ 0.247720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +[ 0.247765] NET: Registered PF_INET protocol family +[ 0.247872] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.260034] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) +[ 0.260071] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) +[ 0.260165] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.260419] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) +[ 0.260600] TCP: Hash tables configured (established 262144 bind 65536) +[ 0.260694] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear) +[ 0.260818] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.260959] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.261097] NET: Registered PF_UNIX/PF_LOCAL protocol family +[ 0.261103] NET: Registered PF_XDP protocol family +[ 0.261119] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] +[ 0.261122] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] +[ 0.261124] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] +[ 0.261125] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e7fff window] +[ 0.261126] pci_bus 0000:00: resource 8 [mem 0xdf200000-0xfeafffff window] +[ 0.286811] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 15540 usecs +[ 0.302812] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x740 took 15603 usecs +[ 0.302843] PCI: CLS 64 bytes, default 64 +[ 0.302866] DMAR: No ATSR found +[ 0.302867] DMAR: No SATC found +[ 0.302868] DMAR: dmar0: Using Queued invalidation +[ 0.302874] DMAR: dmar1: Using Queued invalidation +[ 0.302921] Trying to unpack rootfs image as initramfs... +[ 0.302990] pci 0000:00:02.0: Adding to iommu group 0 +[ 0.303316] pci 0000:00:00.0: Adding to iommu group 1 +[ 0.303323] pci 0000:00:03.0: Adding to iommu group 2 +[ 0.303329] pci 0000:00:14.0: Adding to iommu group 3 +[ 0.303340] pci 0000:00:16.0: Adding to iommu group 4 +[ 0.303346] pci 0000:00:16.3: Adding to iommu group 4 +[ 0.303352] pci 0000:00:19.0: Adding to iommu group 5 +[ 0.303359] pci 0000:00:1a.0: Adding to iommu group 6 +[ 0.303365] pci 0000:00:1b.0: Adding to iommu group 7 +[ 0.303371] pci 0000:00:1d.0: Adding to iommu group 8 +[ 0.303382] pci 0000:00:1f.0: Adding to iommu group 9 +[ 0.303389] pci 0000:00:1f.2: Adding to iommu group 9 +[ 0.303396] pci 0000:00:1f.3: Adding to iommu group 9 +[ 0.304055] DMAR: Intel(R) Virtualization Technology for Directed I/O +[ 0.304056] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 0.304057] software IO TLB: mapped [mem 0x00000000d3eeb000-0x00000000d7eeb000] (64MB) +[ 0.322680] Initialise system trusted keyrings +[ 0.322689] Key type blacklist registered +[ 0.322810] workingset: timestamp_bits=36 max_order=23 bucket_order=0 +[ 0.323038] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[ 0.323150] fuse: init (API version 7.44) +[ 0.323330] integrity: Platform Keyring initialized +[ 0.323334] integrity: Machine keyring initialized +[ 0.333007] Key type asymmetric registered +[ 0.333011] Asymmetric key parser 'x509' registered +[ 0.333039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) +[ 0.333116] io scheduler mq-deadline registered +[ 0.333477] ledtrig-cpu: registered to indicate activity on CPUs +[ 0.333636] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 +[ 0.333698] ACPI: button: Power Button [PWRB] +[ 0.333724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 +[ 0.333753] ACPI: button: Power Button [PWRF] +[ 0.334382] ACPI: \_TZ_.TZ00: _AL0 evaluation failure +[ 0.334457] thermal LNXTHERM:00: registered as thermal_zone0 +[ 0.334459] ACPI: thermal: Thermal Zone [TZ00] (28 C) +[ 0.334637] thermal LNXTHERM:01: registered as thermal_zone1 +[ 0.334643] ACPI: thermal: Thermal Zone [TZ01] (30 C) +[ 0.334824] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 0.355768] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A +[ 0.378375] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A +[ 0.378797] Linux agpgart interface v0.103 +[ 0.381907] loop: module loaded +[ 0.382098] ACPI: bus type drm_connector registered +[ 0.382386] tun: Universal TUN/TAP device driver, 1.6 +[ 0.382428] PPP generic driver version 2.4.2 +[ 0.382480] i8042: PNP: No PS/2 controller found. +[ 0.382520] mousedev: PS/2 mouse device common for all mice +[ 0.382597] rtc_cmos 00:02: RTC can wake from S4 +[ 0.382847] rtc_cmos 00:02: registered as rtc0 +[ 0.382881] rtc_cmos 00:02: setting system clock to 2026-07-26T14:14:28 UTC (1785075268) +[ 0.382907] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram +[ 0.382915] i2c_dev: i2c /dev entries driver +[ 0.383171] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. +[ 0.383194] device-mapper: uevent: version 1.0.3 +[ 0.383227] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev +[ 0.383233] intel_pstate: Intel P-state driver initializing +[ 0.383530] drop_monitor: Initializing network drop monitor service +[ 0.383606] NET: Registered PF_INET6 protocol family +[ 0.383860] Segment Routing with IPv6 +[ 0.383867] In-situ OAM (IOAM) with IPv6 +[ 0.383880] NET: Registered PF_PACKET protocol family +[ 0.383892] Bridge firewalling registered +[ 0.383921] Key type dns_resolver registered +[ 0.384365] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' +[ 0.384505] microcode: Current revision: 0x00000028 +[ 0.384506] microcode: Updated early from: 0x00000027 +[ 0.384743] IPI shorthand broadcast: enabled +[ 0.386216] sched_clock: Marking stable (384001741, 1637843)->(390702614, -5063030) +[ 0.386371] registered taskstats version 1 +[ 0.387070] Loading compiled-in X.509 certificates +[ 0.387568] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 0.390900] Demotion targets for Node 0: null +[ 0.391002] Key type .fscrypt registered +[ 0.391003] Key type fscrypt-provisioning registered +[ 0.391053] Key type big_key registered +[ 0.725448] Freeing initrd memory: 86404K +[ 0.738543] Key type encrypted registered +[ 0.738547] AppArmor: AppArmor sha256 policy hashing enabled +[ 0.738560] ima: No TPM chip found, activating TPM-bypass! +[ 0.738564] Loading compiled-in module X.509 certificates +[ 0.739066] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 0.739068] ima: Allocated hash algorithm: sha256 +[ 0.739079] ima: No architecture policies found +[ 0.739093] evm: Initialising EVM extended attributes: +[ 0.739094] evm: security.selinux +[ 0.739095] evm: security.SMACK64 +[ 0.739096] evm: security.SMACK64EXEC +[ 0.739096] evm: security.SMACK64TRANSMUTE +[ 0.739097] evm: security.SMACK64MMAP +[ 0.739098] evm: security.apparmor +[ 0.739099] evm: security.ima +[ 0.739099] evm: security.capability +[ 0.739100] evm: HMAC attrs: 0x1 +[ 0.739424] PM: Magic number: 2:613:233 +[ 0.739478] acpi device:4d: hash matches +[ 0.739510] memory memory111: hash matches +[ 0.740576] RAS: Correctable Errors collector initialized. +[ 0.744535] clk: Disabling unused clocks +[ 0.744537] PM: genpd: Disabling unused power domains +[ 0.745745] Freeing unused decrypted memory: 2028K +[ 0.746295] Freeing unused kernel image (initmem) memory: 4948K +[ 0.746354] Write protecting the kernel read-only data: 38912k +[ 0.746738] Freeing unused kernel image (text/rodata gap) memory: 1140K +[ 0.747035] Freeing unused kernel image (rodata/data gap) memory: 1444K +[ 0.784017] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 0.784019] x86/mm: Checking user space page tables +[ 0.818975] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 0.818983] Run /init as init process +[ 0.818985] with arguments: +[ 0.818986] /init +[ 0.818987] with environment: +[ 0.818988] HOME=/ +[ 0.818988] TERM=linux +[ 0.818989] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve +[ 0.976608] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found +[ 0.986186] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, RAID mode +[ 0.986195] ahci 0000:00:1f.2: 1/6 ports implemented (port mask 0x2) +[ 0.986197] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst +[ 0.986525] i801_smbus 0000:00:1f.3: SPD Write Disable is set +[ 0.986553] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt +[ 0.986859] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20250404/utaddress-204) +[ 0.986866] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 0.986874] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) +[ 0.986878] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 0.986907] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204) +[ 0.986910] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) +[ 0.986913] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 0.986917] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204) +[ 0.986919] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) +[ 0.986922] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 0.986923] lpc_ich: Resource conflict(s) found affecting gpio_ich +[ 0.987155] scsi host0: ahci +[ 0.987371] scsi host1: ahci +[ 0.987596] scsi host2: ahci +[ 0.987623] i2c i2c-0: Successfully instantiated SPD at 0x50 +[ 0.987742] scsi host3: ahci +[ 0.987855] scsi host4: ahci +[ 0.987925] i2c i2c-0: Successfully instantiated SPD at 0x51 +[ 0.988204] i2c i2c-0: Successfully instantiated SPD at 0x52 +[ 0.988500] i2c i2c-0: Successfully instantiated SPD at 0x53 +[ 0.989718] scsi host5: ahci +[ 0.989756] ata1: DUMMY +[ 0.989764] ata2: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a180 irq 26 lpm-pol 3 +[ 0.989765] ata3: DUMMY +[ 0.989766] ata4: DUMMY +[ 0.989767] ata5: DUMMY +[ 0.989767] ata6: DUMMY +[ 0.990244] ehci-pci 0000:00:1a.0: EHCI Host Controller +[ 0.990254] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 +[ 0.990271] ehci-pci 0000:00:1a.0: debug port 2 +[ 0.994228] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c3c000 +[ 0.999653] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 +[ 0.999738] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 0.999742] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 0.999744] usb usb1: Product: EHCI Host Controller +[ 0.999746] usb usb1: Manufacturer: Linux 6.17.2-1-pve ehci_hcd +[ 0.999748] usb usb1: SerialNumber: 0000:00:1a.0 +[ 1.000208] hub 1-0:1.0: USB hub found +[ 1.000220] hub 1-0:1.0: 3 ports detected +[ 1.000503] ehci-pci 0000:00:1d.0: EHCI Host Controller +[ 1.000512] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 +[ 1.000530] ehci-pci 0000:00:1d.0: debug port 2 +[ 1.004493] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3b000 +[ 1.004725] e1000e: Intel(R) PRO/1000 Network Driver +[ 1.004728] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. +[ 1.004948] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode +[ 1.009650] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 +[ 1.009732] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 1.009736] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.009738] usb usb2: Product: EHCI Host Controller +[ 1.009740] usb usb2: Manufacturer: Linux 6.17.2-1-pve ehci_hcd +[ 1.009742] usb usb2: SerialNumber: 0000:00:1d.0 +[ 1.013797] hub 2-0:1.0: USB hub found +[ 1.013806] hub 2-0:1.0: 3 ports detected +[ 1.074833] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock +[ 1.136539] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 34:17:eb:b3:b1:2d +[ 1.136555] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection +[ 1.136599] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF +[ 1.234711] usb 1-1: new high-speed USB device number 2 using ehci-pci +[ 1.250710] usb 2-1: new high-speed USB device number 2 using ehci-pci +[ 1.297017] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) +[ 1.297696] ata2.00: ATA-8: WDC WD10EADS-65M2B1, 01.00A01, max UDMA/133 +[ 1.298176] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA +[ 1.299101] ata2.00: configured for UDMA/133 +[ 1.309627] scsi 1:0:0:0: Direct-Access ATA WDC WD10EADS-65M 0A01 PQ: 0 ANSI: 5 +[ 1.309879] sd 1:0:0:0: Attached scsi generic sg0 type 0 +[ 1.309888] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) +[ 1.309895] sd 1:0:0:0: [sda] Write Protect is off +[ 1.309898] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 +[ 1.309906] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 1.309920] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes +[ 1.354708] tsc: Refined TSC clocksource calibration: 3392.140 MHz +[ 1.354717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e54dfcc20, max_idle_ns: 440795380751 ns +[ 1.354745] clocksource: Switched to clocksource tsc +[ 1.360382] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04 +[ 1.360388] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 1.360729] hub 1-1:1.0: USB hub found +[ 1.360795] hub 1-1:1.0: 6 ports detected +[ 1.376373] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04 +[ 1.376378] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 1.376739] hub 2-1:1.0: USB hub found +[ 1.376843] hub 2-1:1.0: 8 ports detected +[ 1.379753] sda: sda1 sda2 sda3 +[ 1.380039] sd 1:0:0:0: [sda] Attached SCSI disk +[ 1.382111] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.382118] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 +[ 1.382571] e1000e 0000:00:19.0 eno1: renamed from eth0 +[ 1.383208] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 +[ 1.384035] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.384040] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 +[ 1.384045] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed +[ 1.384134] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 1.384138] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.384140] usb usb3: Product: xHCI Host Controller +[ 1.384142] usb usb3: Manufacturer: Linux 6.17.2-1-pve xhci-hcd +[ 1.384144] usb usb3: SerialNumber: 0000:00:14.0 +[ 1.384366] hub 3-0:1.0: USB hub found +[ 1.384398] hub 3-0:1.0: 15 ports detected +[ 1.388173] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17 +[ 1.388176] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.388178] usb usb4: Product: xHCI Host Controller +[ 1.388179] usb usb4: Manufacturer: Linux 6.17.2-1-pve xhci-hcd +[ 1.388180] usb usb4: SerialNumber: 0000:00:14.0 +[ 1.388279] hub 4-0:1.0: USB hub found +[ 1.388296] hub 4-0:1.0: 6 ports detected +[ 1.626687] usb 3-4: new high-speed USB device number 2 using xhci_hcd +[ 1.751479] usb 3-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70 +[ 1.751485] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 1.751486] usb 3-4: Product: USB2.0 Hub +[ 1.752615] hub 3-4:1.0: USB hub found +[ 1.752946] hub 3-4:1.0: 4 ports detected +[ 1.866706] usb 3-7: new high-speed USB device number 3 using xhci_hcd +[ 1.992543] usb 3-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.55 +[ 1.992558] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1.992560] usb 3-7: Product: USB2.1 Hub +[ 1.992561] usb 3-7: Manufacturer: GenesysLogic +[ 1.993853] hub 3-7:1.0: USB hub found +[ 1.994190] hub 3-7:1.0: 4 ports detected +[ 2.063710] usb 3-4.1: new full-speed USB device number 4 using xhci_hcd +[ 2.143483] usb 3-4.1: New USB device found, idVendor=047d, idProduct=105e, bcdDevice= 0.00 +[ 2.143489] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.143491] usb 3-4.1: Product: Bluetooth EDR Dongle +[ 2.143492] usb 3-4.1: Manufacturer: Kensington +[ 2.249719] usb 3-8: new high-speed USB device number 5 using xhci_hcd +[ 2.494707] usb 3-4.3: new low-speed USB device number 6 using xhci_hcd +[ 2.574541] usb 3-4.3: New USB device found, idVendor=0c45, idProduct=7401, bcdDevice= 0.01 +[ 2.574549] usb 3-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.574552] usb 3-4.3: Product: TEMPerV1.4 +[ 2.574555] usb 3-4.3: Manufacturer: RDing +[ 2.585161] hid: raw HID events driver (C) Jiri Kosina +[ 2.591387] usbcore: registered new interface driver usbhid +[ 2.591389] usbhid: USB HID core driver +[ 2.592478] usbcore: registered new interface driver usbmouse +[ 2.592518] usbcore: registered new interface driver usbkbd +[ 2.594576] input: RDing TEMPerV1.4 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.3/3-4.3:1.0/0003:0C45:7401.0001/input/input2 +[ 2.623337] usb 3-8: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 +[ 2.623343] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 2.623345] usb 3-8: Product: AX88179A +[ 2.623347] usb 3-8: Manufacturer: ASIX +[ 2.623348] usb 3-8: SerialNumber: 00000000004885 +[ 2.644965] hid-generic 0003:0C45:7401.0001: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPerV1.4] on usb-0000:00:14.0-4.3/input0 +[ 2.645195] hid-generic 0003:0C45:7401.0002: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPerV1.4] on usb-0000:00:14.0-4.3/input1 +[ 2.655664] usb 3-7.2: new full-speed USB device number 7 using xhci_hcd +[ 2.669719] usbcore: registered new interface driver cdc_ether +[ 2.765399] usb 3-7.2: New USB device found, idVendor=067b, idProduct=23a3, bcdDevice= 3.05 +[ 2.765405] usb 3-7.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 2.765406] usb 3-7.2: Product: USB-Serial Controller +[ 2.765408] usb 3-7.2: Manufacturer: Prolific Technology Inc. +[ 2.765409] usb 3-7.2: SerialNumber: BJAAb144J07 +[ 2.859548] cdc_ncm 3-8:2.0: MAC-Address: 8c:ae:4c:cd:a6:2d +[ 2.859554] cdc_ncm 3-8:2.0: setting rx_max = 16384 +[ 2.872570] cdc_ncm 3-8:2.0: setting tx_max = 16384 +[ 2.873708] usb 3-7.3: new full-speed USB device number 8 using xhci_hcd +[ 2.882596] cdc_ncm 3-8:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-8, CDC NCM (NO ZLP), 8c:ae:4c:cd:a6:2d +[ 2.882646] usbcore: registered new interface driver cdc_ncm +[ 2.884702] cdc_ncm 3-8:2.0 enx8cae4ccda62d: renamed from eth0 +[ 2.960785] usb 3-7.3: device descriptor read/64, error -32 +[ 3.153781] usb 3-7.3: device descriptor read/64, error -32 +[ 3.355708] usb 3-7.3: new full-speed USB device number 9 using xhci_hcd +[ 3.465344] usb 3-7.3: New USB device found, idVendor=0658, idProduct=0200, bcdDevice= 0.00 +[ 3.465361] usb 3-7.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 3.570709] usb 3-7.4: new full-speed USB device number 10 using xhci_hcd +[ 3.681316] usb 3-7.4: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00 +[ 3.681322] usb 3-7.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 3.681323] usb 3-7.4: Product: Sonoff Zigbee 3.0 USB Dongle Plus +[ 3.681324] usb 3-7.4: Manufacturer: ITead +[ 3.681325] usb 3-7.4: SerialNumber: 72eecef4ee3aec1197c7a4957a0af07f +[ 3.977787] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown. +[ 4.137641] raid6: avx2x4 gen() 36864 MB/s +[ 4.154640] raid6: avx2x2 gen() 35003 MB/s +[ 4.171639] raid6: avx2x1 gen() 32430 MB/s +[ 4.171640] raid6: using algorithm avx2x4 gen() 36864 MB/s +[ 4.188639] raid6: .... xor() 12977 MB/s, rmw enabled +[ 4.188641] raid6: using avx2x2 recovery algorithm +[ 4.189713] xor: automatically using best checksumming function avx +[ 4.271065] Btrfs loaded, zoned=yes, fsverity=yes +[ 4.489822] EXT4-fs (dm-1): orphan cleanup on readonly fs +[ 4.490177] EXT4-fs (dm-1): mounted filesystem dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a ro with ordered data mode. Quota mode: none. +[ 6.201904] systemd[1]: Inserted module 'autofs4' +[ 6.360624] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) +[ 6.360632] systemd[1]: Detected architecture x86-64. +[ 6.398564] systemd[1]: Hostname set to . +[ 6.466431] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. +[ 8.712870] systemd[1]: Queued start job for default target graphical.target. +[ 8.756348] systemd[1]: Created slice system-getty.slice - Slice /system/getty. +[ 8.756781] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. +[ 8.757313] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. +[ 8.757566] systemd[1]: Created slice user.slice - User and Session Slice. +[ 8.757621] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. +[ 8.757698] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. +[ 8.757845] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. +[ 8.757866] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... +[ 8.757874] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. +[ 8.757885] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. +[ 8.757908] systemd[1]: Reached target network-pre.target - Preparation for Network. +[ 8.757921] systemd[1]: Reached target paths.target - Path Units. +[ 8.757947] systemd[1]: Reached target slices.target - Slice Units. +[ 8.758029] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. +[ 8.758084] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. +[ 8.760965] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. +[ 8.761844] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. +[ 8.761918] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. +[ 8.762014] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). +[ 8.762109] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. +[ 8.762136] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki +[ 8.762150] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki +[ 8.762226] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. +[ 8.762282] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. +[ 8.774068] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... +[ 8.774991] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... +[ 8.775053] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. +[ 8.775844] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... +[ 8.776538] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... +[ 8.777559] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... +[ 8.777625] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab +[ 8.792555] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... +[ 8.793370] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... +[ 8.794101] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... +[ 8.794841] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... +[ 8.795967] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... +[ 8.797117] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... +[ 8.798250] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... +[ 8.798564] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root +[ 8.798604] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 +[ 8.801034] systemd[1]: Starting systemd-journald.service - Journal Service... +[ 8.805575] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... +[ 8.805595] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki +[ 8.806480] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... +[ 8.806525] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 8.807352] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... +[ 8.808560] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... +[ 8.811120] systemd[1]: modprobe@configfs.service: Deactivated successfully. +[ 8.811356] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. +[ 8.811915] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. +[ 8.812210] systemd[1]: modprobe@drm.service: Deactivated successfully. +[ 8.812417] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. +[ 8.812794] systemd[1]: modprobe@fuse.service: Deactivated successfully. +[ 8.813031] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. +[ 8.814187] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... +[ 8.814883] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... +[ 8.816097] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... +[ 8.828222] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. +[ 8.828375] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. +[ 8.927892] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. +[ 8.927981] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. +[ 8.928049] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. +[ 8.928116] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. +[ 8.928179] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. +[ 8.928243] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. +[ 8.928305] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. +[ 9.026549] EXT4-fs (dm-1): re-mounted dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a r/w. +[ 9.027802] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. +[ 9.028217] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc +[ 9.028267] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore +[ 9.029206] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... +[ 9.029222] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 9.122099] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. +[ 9.166045] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. +[ 9.228896] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown... +[ 9.229824] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization... +[ 9.230293] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. +[ 9.880877] systemd-journald[346]: Collecting audit messages is disabled. +[ 9.956379] systemd[1]: Started dm-event.service - Device-mapper event daemon. +[ 9.959341] systemd[1]: Started systemd-journald.service - Journal Service. +[ 10.065102] systemd-journald[346]: Received client request to flush runtime journal. +[ 10.308856] spl: loading out-of-tree module taints kernel. +[ 11.371045] zfs: module license 'CDDL' taints kernel. +[ 11.371050] Disabling lock debugging due to kernel taint +[ 11.371067] zfs: module license taints kernel. +[ 11.964881] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 +[ 15.526849] e1000e 0000:00:19.0 nic0: renamed from eno1 +[ 15.598259] cdc_acm 3-7.3:1.0: ttyACM0: USB ACM device +[ 15.598276] usbcore: registered new interface driver cdc_acm +[ 15.598278] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters +[ 15.601503] at24 0-0050: supply vcc not found, using dummy regulator +[ 15.603065] at24 0-0050: 256 byte spd EEPROM, read-only +[ 15.603093] at24 0-0051: supply vcc not found, using dummy regulator +[ 15.604611] at24 0-0051: 256 byte spd EEPROM, read-only +[ 15.604644] at24 0-0052: supply vcc not found, using dummy regulator +[ 15.605881] usbcore: registered new interface driver cdc_wdm +[ 15.606137] at24 0-0052: 256 byte spd EEPROM, read-only +[ 15.606158] at24 0-0053: supply vcc not found, using dummy regulator +[ 15.607804] at24 0-0053: 256 byte spd EEPROM, read-only +[ 15.623337] spi-nor spi0.0: supply vcc not found, using dummy regulator +[ 15.661894] Bluetooth: Core ver 2.22 +[ 15.661923] usbcore: registered new interface driver cdc_mbim +[ 15.661925] NET: Registered PF_BLUETOOTH protocol family +[ 15.661926] Bluetooth: HCI device and connection manager initialized +[ 15.661929] Bluetooth: HCI socket layer initialized +[ 15.661931] Bluetooth: L2CAP socket layer initialized +[ 15.661936] Bluetooth: SCO socket layer initialized +[ 15.665463] cdc_ncm 3-8:2.0 nic1: renamed from enx8cae4ccda62d +[ 15.684834] Creating 1 MTD partitions on "intel-spi": +[ 15.684839] 0x000000000000-0x000000800000 : "BIOS" +[ 15.686485] spi-nor spi0.1: supply vcc not found, using dummy regulator +[ 15.687992] Creating 1 MTD partitions on "intel-spi-chip1": +[ 15.687996] 0x000000000000-0x000000400000 : "BIOS1" +[ 15.805201] input: PC Speaker as /devices/platform/pcspkr/input/input3 +[ 15.893702] usbcore: registered new interface driver usbserial_generic +[ 15.893712] usbserial: USB Serial support registered for generic +[ 15.905105] usbcore: registered new interface driver pl2303 +[ 15.905114] usbserial: USB Serial support registered for pl2303 +[ 15.905128] pl2303 3-7.2:1.0: pl2303 converter detected +[ 15.905186] usb 3-7.2: pl2303 converter now attached to ttyUSB0 +[ 15.907946] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) +[ 15.920140] usbcore: registered new interface driver cp210x +[ 15.920149] usbserial: USB Serial support registered for cp210x +[ 15.920170] cp210x 3-7.4:1.0: cp210x converter detected +[ 15.921973] usb 3-7.4: cp210x converter now attached to ttyUSB1 +[ 16.235523] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer +[ 16.235527] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules +[ 16.235528] RAPL PMU: hw unit of domain package 2^-14 Joules +[ 16.235529] RAPL PMU: hw unit of domain dram 2^-14 Joules +[ 16.235530] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules +[ 16.405992] usbcore: registered new interface driver btusb +[ 16.914621] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line +[ 16.914627] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) +[ 16.914629] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) +[ 16.914630] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0 +[ 16.914631] snd_hda_codec_alc269 hdaudioC0D0: inputs: +[ 16.914632] snd_hda_codec_alc269 hdaudioC0D0: Rear Mic=0x18 +[ 16.914634] snd_hda_codec_alc269 hdaudioC0D0: Front Mic=0x1a +[ 16.952061] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4 +[ 16.952130] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 +[ 16.952196] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 +[ 16.952253] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 +[ 17.546045] i915 0000:00:02.0: [drm] Found haswell (device ID 0412) integrated display version 7.00 stepping N/A +[ 17.546312] i915 0000:00:02.0: [drm] VT-d active for gfx access +[ 17.546346] i915 0000:00:02.0: vgaarb: deactivate vga console +[ 17.546758] Console: switching to colour dummy device 80x25 +[ 17.546801] i915 0000:00:02.0: [drm] Using Transparent Hugepages +[ 17.546804] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory +[ 17.547540] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[ 17.563923] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic +[ 17.563927] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0 +[ 17.565439] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) +[ 17.565676] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8 +[ 17.601978] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 17.621070] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915]) +[ 17.634026] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 17.731907] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card1/input9 +[ 17.731990] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card1/input10 +[ 17.732061] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card1/input11 +[ 17.755405] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k +[ 18.406910] intel_rapl_common: Found RAPL domain package +[ 18.406914] intel_rapl_common: Found RAPL domain core +[ 18.406915] intel_rapl_common: Found RAPL domain uncore +[ 18.406916] intel_rapl_common: Found RAPL domain dram +[ 18.406921] intel_rapl_common: package-0:package:long_term locked by BIOS +[ 18.406923] intel_rapl_common: package-0:package:short_term locked by BIOS +[ 19.825297] RPC: Registered named UNIX socket transport module. +[ 19.825301] RPC: Registered udp transport module. +[ 19.825302] RPC: Registered tcp transport module. +[ 19.825302] RPC: Registered tcp-with-tls transport module. +[ 19.825303] RPC: Registered tcp NFSv4.1 backchannel transport module. +[ 20.345652] audit: type=1400 audit(1785075288.461:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=602 comm="apparmor_parser" +[ 20.345687] audit: type=1400 audit(1785075288.461:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=603 comm="apparmor_parser" +[ 20.345719] audit: type=1400 audit(1785075288.461:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=598 comm="apparmor_parser" +[ 20.345754] audit: type=1400 audit(1785075288.461:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=601 comm="apparmor_parser" +[ 20.345784] audit: type=1400 audit(1785075288.461:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=597 comm="apparmor_parser" +[ 20.345819] audit: type=1400 audit(1785075288.461:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=596 comm="apparmor_parser" +[ 20.345850] audit: type=1400 audit(1785075288.461:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=599 comm="apparmor_parser" +[ 20.468084] audit: type=1400 audit(1785075288.583:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=615 comm="apparmor_parser" +[ 20.468284] audit: type=1400 audit(1785075288.583:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=613 comm="apparmor_parser" +[ 20.468313] audit: type=1400 audit(1785075288.583:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=614 comm="apparmor_parser" +[ 22.488399] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) +[ 22.488404] softdog: soft_reboot_cmd= soft_active_on_boot=0 +[ 30.558839] vmbr0: port 1(nic0) entered blocking state +[ 30.558844] vmbr0: port 1(nic0) entered disabled state +[ 30.558857] e1000e 0000:00:19.0 nic0: entered allmulticast mode +[ 30.558893] e1000e 0000:00:19.0 nic0: entered promiscuous mode +[ 34.750952] e1000e 0000:00:19.0 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[ 34.751000] vmbr0: port 1(nic0) entered blocking state +[ 34.751004] vmbr0: port 1(nic0) entered forwarding state +[ 35.793472] kauditd_printk_skb: 109 callbacks suppressed +[ 35.793475] audit: type=1400 audit(1785075303.910:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=936 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 35.794047] audit: type=1400 audit(1785075303.910:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 35.794051] audit: type=1400 audit(1785075303.910:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 35.891614] audit: type=1400 audit(1785075304.008:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" capability=21 capname="sys_admin" +[ 35.891767] audit: type=1400 audit(1785075304.008:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 39.653826] audit: type=1400 audit(1785075307.770:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 42.597487] audit: type=1400 audit(1785075310.714:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 49.884298] audit: type=1400 audit(1785075318.000:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.412767] audit: type=1400 audit(1785075333.529:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.414986] audit: type=1400 audit(1785075333.532:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.414998] audit: type=1400 audit(1785075333.532:131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.417535] audit: type=1400 audit(1785075333.534:132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.541028] audit: type=1400 audit(1785075333.658:133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.556499] datanet: port 1(nic1) entered blocking state +[ 65.556506] datanet: port 1(nic1) entered disabled state +[ 65.556529] cdc_ncm 3-8:2.0 nic1: entered allmulticast mode +[ 65.556576] cdc_ncm 3-8:2.0 nic1: entered promiscuous mode +[ 65.899034] datanet: port 1(nic1) entered blocking state +[ 65.899039] datanet: port 1(nic1) entered forwarding state +[ 66.579746] audit: type=1400 audit(1785075334.696:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1076 comm="apparmor_parser" +[ 66.587464] audit: type=1400 audit(1785075334.704:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1080 comm="apparmor_parser" +[ 66.602592] audit: type=1400 audit(1785075334.719:136): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1084 comm="apparmor_parser" +[ 66.602597] audit: type=1400 audit(1785075334.719:137): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1084 comm="apparmor_parser" +[ 66.602598] audit: type=1400 audit(1785075334.719:138): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1084 comm="apparmor_parser" +[ 70.075352] sctp: Hash tables configured (bind 512/512) +[ 79.039626] netfs: FS-Cache loaded +[ 79.281222] NFS: Registering the id_resolver key type +[ 79.281231] Key type id_resolver registered +[ 79.281232] Key type id_legacy registered +[ 82.456131] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. +[ 83.025165] tap100i0: entered promiscuous mode +[ 83.049339] vmbr0: port 2(tap100i0) entered blocking state +[ 83.049344] vmbr0: port 2(tap100i0) entered disabled state +[ 83.049362] tap100i0: entered allmulticast mode +[ 83.049458] vmbr0: port 2(tap100i0) entered blocking state +[ 83.049461] vmbr0: port 2(tap100i0) entered forwarding state +[ 83.581689] cp210x ttyUSB1: cp210x converter now disconnected from ttyUSB1 +[ 83.586144] cp210x 3-7.4:1.0: device disconnected +[ 87.736184] tap101i0: entered promiscuous mode +[ 87.806818] vmbr0: port 3(fwpr101p0) entered blocking state +[ 87.806824] vmbr0: port 3(fwpr101p0) entered disabled state +[ 87.806835] fwpr101p0: entered allmulticast mode +[ 87.806874] fwpr101p0: entered promiscuous mode +[ 87.806919] vmbr0: port 3(fwpr101p0) entered blocking state +[ 87.806921] vmbr0: port 3(fwpr101p0) entered forwarding state +[ 87.814537] fwbr101i0: port 1(fwln101i0) entered blocking state +[ 87.814541] fwbr101i0: port 1(fwln101i0) entered disabled state +[ 87.814557] fwln101i0: entered allmulticast mode +[ 87.814592] fwln101i0: entered promiscuous mode +[ 87.814646] fwbr101i0: port 1(fwln101i0) entered blocking state +[ 87.814648] fwbr101i0: port 1(fwln101i0) entered forwarding state +[ 87.822403] fwbr101i0: port 2(tap101i0) entered blocking state +[ 87.822407] fwbr101i0: port 2(tap101i0) entered disabled state +[ 87.822417] tap101i0: entered allmulticast mode +[ 87.822480] fwbr101i0: port 2(tap101i0) entered blocking state +[ 87.822482] fwbr101i0: port 2(tap101i0) entered forwarding state +[ 91.853832] tap103i0: entered promiscuous mode +[ 91.909171] vmbr0: port 4(fwpr103p0) entered blocking state +[ 91.909176] vmbr0: port 4(fwpr103p0) entered disabled state +[ 91.909188] fwpr103p0: entered allmulticast mode +[ 91.909239] fwpr103p0: entered promiscuous mode +[ 91.909260] vmbr0: port 4(fwpr103p0) entered blocking state +[ 91.909261] vmbr0: port 4(fwpr103p0) entered forwarding state +[ 91.917566] fwbr103i0: port 1(fwln103i0) entered blocking state +[ 91.917571] fwbr103i0: port 1(fwln103i0) entered disabled state +[ 91.917588] fwln103i0: entered allmulticast mode +[ 91.917636] fwln103i0: entered promiscuous mode +[ 91.917677] fwbr103i0: port 1(fwln103i0) entered blocking state +[ 91.917679] fwbr103i0: port 1(fwln103i0) entered forwarding state +[ 91.925570] fwbr103i0: port 2(tap103i0) entered blocking state +[ 91.925575] fwbr103i0: port 2(tap103i0) entered disabled state +[ 91.925582] tap103i0: entered allmulticast mode +[ 91.925633] fwbr103i0: port 2(tap103i0) entered blocking state +[ 91.925634] fwbr103i0: port 2(tap103i0) entered forwarding state +[ 93.153747] usb 3-7.4: reset full-speed USB device number 10 using xhci_hcd +[ 93.615984] usb 3-7.3: reset full-speed USB device number 9 using xhci_hcd +[ 97.001899] tap104i0: entered promiscuous mode +[ 97.062337] vmbr0: port 5(fwpr104p0) entered blocking state +[ 97.062343] vmbr0: port 5(fwpr104p0) entered disabled state +[ 97.062361] fwpr104p0: entered allmulticast mode +[ 97.062447] fwpr104p0: entered promiscuous mode +[ 97.062491] vmbr0: port 5(fwpr104p0) entered blocking state +[ 97.062494] vmbr0: port 5(fwpr104p0) entered forwarding state +[ 97.070175] fwbr104i0: port 1(fwln104i0) entered blocking state +[ 97.070179] fwbr104i0: port 1(fwln104i0) entered disabled state +[ 97.070190] fwln104i0: entered allmulticast mode +[ 97.070225] fwln104i0: entered promiscuous mode +[ 97.070263] fwbr104i0: port 1(fwln104i0) entered blocking state +[ 97.070264] fwbr104i0: port 1(fwln104i0) entered forwarding state +[ 97.077872] fwbr104i0: port 2(tap104i0) entered blocking state +[ 97.077886] fwbr104i0: port 2(tap104i0) entered disabled state +[ 97.077898] tap104i0: entered allmulticast mode +[ 97.077959] fwbr104i0: port 2(tap104i0) entered blocking state +[ 97.077961] fwbr104i0: port 2(tap104i0) entered forwarding state +[ 103.179039] tap107i0: entered promiscuous mode +[ 103.256301] vmbr0: port 6(fwpr107p0) entered blocking state +[ 103.256306] vmbr0: port 6(fwpr107p0) entered disabled state +[ 103.256325] fwpr107p0: entered allmulticast mode +[ 103.256369] fwpr107p0: entered promiscuous mode +[ 103.256406] vmbr0: port 6(fwpr107p0) entered blocking state +[ 103.256408] vmbr0: port 6(fwpr107p0) entered forwarding state +[ 103.267378] fwbr107i0: port 1(fwln107i0) entered blocking state +[ 103.267384] fwbr107i0: port 1(fwln107i0) entered disabled state +[ 103.267498] fwln107i0: entered allmulticast mode +[ 103.267546] fwln107i0: entered promiscuous mode +[ 103.267579] fwbr107i0: port 1(fwln107i0) entered blocking state +[ 103.267581] fwbr107i0: port 1(fwln107i0) entered forwarding state +[ 103.279112] fwbr107i0: port 2(tap107i0) entered blocking state +[ 103.279120] fwbr107i0: port 2(tap107i0) entered disabled state +[ 103.279138] tap107i0: entered allmulticast mode +[ 103.279241] fwbr107i0: port 2(tap107i0) entered blocking state +[ 103.279244] fwbr107i0: port 2(tap107i0) entered forwarding state +[ 104.129730] tap107i1: entered promiscuous mode +[ 104.220842] datanet: port 2(fwpr107p1) entered blocking state +[ 104.220858] datanet: port 2(fwpr107p1) entered disabled state +[ 104.220890] fwpr107p1: entered allmulticast mode +[ 104.221047] fwpr107p1: entered promiscuous mode +[ 104.221179] datanet: port 2(fwpr107p1) entered blocking state +[ 104.221184] datanet: port 2(fwpr107p1) entered forwarding state +[ 104.238601] fwbr107i1: port 1(fwln107i1) entered blocking state +[ 104.238612] fwbr107i1: port 1(fwln107i1) entered disabled state +[ 104.238641] fwln107i1: entered allmulticast mode +[ 104.238722] fwln107i1: entered promiscuous mode +[ 104.238793] fwbr107i1: port 1(fwln107i1) entered blocking state +[ 104.238798] fwbr107i1: port 1(fwln107i1) entered forwarding state +[ 104.257047] fwbr107i1: port 2(tap107i1) entered blocking state +[ 104.257055] fwbr107i1: port 2(tap107i1) entered disabled state +[ 104.257088] tap107i1: entered allmulticast mode +[ 104.257293] fwbr107i1: port 2(tap107i1) entered blocking state +[ 104.257300] fwbr107i1: port 2(tap107i1) entered forwarding state +[ 110.093660] tap108i0: entered promiscuous mode +[ 110.233470] vmbr0: port 7(fwpr108p0) entered blocking state +[ 110.233481] vmbr0: port 7(fwpr108p0) entered disabled state +[ 110.233508] fwpr108p0: entered allmulticast mode +[ 110.233635] fwpr108p0: entered promiscuous mode +[ 110.233716] vmbr0: port 7(fwpr108p0) entered blocking state +[ 110.233720] vmbr0: port 7(fwpr108p0) entered forwarding state +[ 110.253076] fwbr108i0: port 1(fwln108i0) entered blocking state +[ 110.253083] fwbr108i0: port 1(fwln108i0) entered disabled state +[ 110.253109] fwln108i0: entered allmulticast mode +[ 110.253226] fwln108i0: entered promiscuous mode +[ 110.253353] fwbr108i0: port 1(fwln108i0) entered blocking state +[ 110.253356] fwbr108i0: port 1(fwln108i0) entered forwarding state +[ 110.270984] fwbr108i0: port 2(tap108i0) entered blocking state +[ 110.270992] fwbr108i0: port 2(tap108i0) entered disabled state +[ 110.271010] tap108i0: entered allmulticast mode +[ 110.271124] fwbr108i0: port 2(tap108i0) entered blocking state +[ 110.271128] fwbr108i0: port 2(tap108i0) entered forwarding state +[ 116.684588] tap114i0: entered promiscuous mode +[ 116.762533] vmbr0: port 8(fwpr114p0) entered blocking state +[ 116.762539] vmbr0: port 8(fwpr114p0) entered disabled state +[ 116.762750] fwpr114p0: entered allmulticast mode +[ 116.762837] fwpr114p0: entered promiscuous mode +[ 116.762889] vmbr0: port 8(fwpr114p0) entered blocking state +[ 116.762892] vmbr0: port 8(fwpr114p0) entered forwarding state +[ 116.777028] fwbr114i0: port 1(fwln114i0) entered blocking state +[ 116.777033] fwbr114i0: port 1(fwln114i0) entered disabled state +[ 116.777051] fwln114i0: entered allmulticast mode +[ 116.777129] fwln114i0: entered promiscuous mode +[ 116.777200] fwbr114i0: port 1(fwln114i0) entered blocking state +[ 116.777202] fwbr114i0: port 1(fwln114i0) entered forwarding state +[ 116.788014] fwbr114i0: port 2(tap114i0) entered blocking state +[ 116.788021] fwbr114i0: port 2(tap114i0) entered disabled state +[ 116.788042] tap114i0: entered allmulticast mode +[ 116.788163] fwbr114i0: port 2(tap114i0) entered blocking state +[ 116.788166] fwbr114i0: port 2(tap114i0) entered forwarding state +[ 121.250014] tap117i0: entered promiscuous mode +[ 121.381937] vmbr0: port 9(fwpr117p0) entered blocking state +[ 121.381945] vmbr0: port 9(fwpr117p0) entered disabled state +[ 121.381969] fwpr117p0: entered allmulticast mode +[ 121.382117] fwpr117p0: entered promiscuous mode +[ 121.382222] vmbr0: port 9(fwpr117p0) entered blocking state +[ 121.382227] vmbr0: port 9(fwpr117p0) entered forwarding state +[ 121.396871] fwbr117i0: port 1(fwln117i0) entered blocking state +[ 121.396879] fwbr117i0: port 1(fwln117i0) entered disabled state +[ 121.396903] fwln117i0: entered allmulticast mode +[ 121.397034] fwln117i0: entered promiscuous mode +[ 121.397210] fwbr117i0: port 1(fwln117i0) entered blocking state +[ 121.397214] fwbr117i0: port 1(fwln117i0) entered forwarding state +[ 121.422999] fwbr117i0: port 2(tap117i0) entered blocking state +[ 121.423005] fwbr117i0: port 2(tap117i0) entered disabled state +[ 121.423020] tap117i0: entered allmulticast mode +[ 121.423125] fwbr117i0: port 2(tap117i0) entered blocking state +[ 121.423128] fwbr117i0: port 2(tap117i0) entered forwarding state +[ 320.298502] kauditd_printk_skb: 1 callbacks suppressed +[ 320.298505] audit: type=1400 audit(1785075588.111:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 320.300367] audit: type=1400 audit(1785075588.112:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 320.393534] audit: type=1400 audit(1785075588.206:142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 348.212737] tap107i0: left allmulticast mode +[ 348.212765] fwbr107i0: port 2(tap107i0) entered disabled state +[ 348.215308] fwbr107i0: port 1(fwln107i0) entered disabled state +[ 348.215532] vmbr0: port 6(fwpr107p0) entered disabled state +[ 348.216066] fwln107i0 (unregistering): left allmulticast mode +[ 348.216069] fwln107i0 (unregistering): left promiscuous mode +[ 348.216070] fwbr107i0: port 1(fwln107i0) entered disabled state +[ 348.216260] fwpr107p0 (unregistering): left allmulticast mode +[ 348.216262] fwpr107p0 (unregistering): left promiscuous mode +[ 348.216263] vmbr0: port 6(fwpr107p0) entered disabled state +[ 348.458746] tap107i1: left allmulticast mode +[ 348.458764] fwbr107i1: port 2(tap107i1) entered disabled state +[ 348.461200] fwbr107i1: port 1(fwln107i1) entered disabled state +[ 348.461242] datanet: port 2(fwpr107p1) entered disabled state +[ 348.461773] fwln107i1 (unregistering): left allmulticast mode +[ 348.461775] fwln107i1 (unregistering): left promiscuous mode +[ 348.461777] fwbr107i1: port 1(fwln107i1) entered disabled state +[ 348.462029] fwpr107p1 (unregistering): left allmulticast mode +[ 348.462031] fwpr107p1 (unregistering): left promiscuous mode +[ 348.462033] datanet: port 2(fwpr107p1) entered disabled state +[ 350.946665] tap107i0: entered promiscuous mode +[ 351.006613] vmbr0: port 6(fwpr107p0) entered blocking state +[ 351.006619] vmbr0: port 6(fwpr107p0) entered disabled state +[ 351.006637] fwpr107p0: entered allmulticast mode +[ 351.006680] fwpr107p0: entered promiscuous mode +[ 351.006715] vmbr0: port 6(fwpr107p0) entered blocking state +[ 351.006717] vmbr0: port 6(fwpr107p0) entered forwarding state +[ 351.015110] fwbr107i0: port 1(fwln107i0) entered blocking state +[ 351.015115] fwbr107i0: port 1(fwln107i0) entered disabled state +[ 351.015132] fwln107i0: entered allmulticast mode +[ 351.015186] fwln107i0: entered promiscuous mode +[ 351.015216] fwbr107i0: port 1(fwln107i0) entered blocking state +[ 351.015217] fwbr107i0: port 1(fwln107i0) entered forwarding state +[ 351.023234] fwbr107i0: port 2(tap107i0) entered blocking state +[ 351.023242] fwbr107i0: port 2(tap107i0) entered disabled state +[ 351.023259] tap107i0: entered allmulticast mode +[ 351.023342] fwbr107i0: port 2(tap107i0) entered blocking state +[ 351.023357] fwbr107i0: port 2(tap107i0) entered forwarding state +[ 351.662605] tap107i1: entered promiscuous mode +[ 351.721108] datanet: port 2(fwpr107p1) entered blocking state +[ 351.721114] datanet: port 2(fwpr107p1) entered disabled state +[ 351.721127] fwpr107p1: entered allmulticast mode +[ 351.721225] fwpr107p1: entered promiscuous mode +[ 351.721282] datanet: port 2(fwpr107p1) entered blocking state +[ 351.721285] datanet: port 2(fwpr107p1) entered forwarding state +[ 351.729235] fwbr107i1: port 1(fwln107i1) entered blocking state +[ 351.729239] fwbr107i1: port 1(fwln107i1) entered disabled state +[ 351.729252] fwln107i1: entered allmulticast mode +[ 351.729288] fwln107i1: entered promiscuous mode +[ 351.729333] fwbr107i1: port 1(fwln107i1) entered blocking state +[ 351.729335] fwbr107i1: port 1(fwln107i1) entered forwarding state +[ 351.737760] fwbr107i1: port 2(tap107i1) entered blocking state +[ 351.737765] fwbr107i1: port 2(tap107i1) entered disabled state +[ 351.737787] tap107i1: entered allmulticast mode +[ 351.737871] fwbr107i1: port 2(tap107i1) entered blocking state +[ 351.737874] fwbr107i1: port 2(tap107i1) entered forwarding state +[ 577.936582] audit: type=1400 audit(1785075845.780:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 577.938964] audit: type=1400 audit(1785075845.783:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 578.003064] audit: type=1400 audit(1785075845.847:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 876.700592] audit: type=1400 audit(1785076144.579:146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 876.702827] audit: type=1400 audit(1785076144.581:147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 876.769968] audit: type=1400 audit(1785076144.648:148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1163.202802] audit: type=1400 audit(1785076431.061:149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1163.205021] audit: type=1400 audit(1785076431.063:150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1163.289473] audit: type=1400 audit(1785076431.147:151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1291.321089] usb 3-4: USB disconnect, device number 2 +[ 1291.321094] usb 3-4.1: USB disconnect, device number 4 +[ 1291.322495] usb 3-4.3: USB disconnect, device number 6 +[ 1456.593993] audit: type=1400 audit(1785076724.457:152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1456.596226] audit: type=1400 audit(1785076724.459:153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1456.663344] audit: type=1400 audit(1785076724.526:154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1691.371552] audit: type=1400 audit(1785076959.239:155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1691.373473] audit: type=1400 audit(1785076959.241:156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1691.458638] audit: type=1400 audit(1785076959.326:157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1960.668659] audit: type=1400 audit(1785077228.541:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1960.671053] audit: type=1400 audit(1785077228.544:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1960.734014] audit: type=1400 audit(1785077228.607:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2257.123972] audit: type=1400 audit(1785077525.002:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2257.127577] audit: type=1400 audit(1785077525.005:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2257.222284] audit: type=1400 audit(1785077525.100:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2491.757637] audit: type=1400 audit(1785077759.640:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2491.759842] audit: type=1400 audit(1785077759.642:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2491.848543] audit: type=1400 audit(1785077759.731:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2735.212883] audit: type=1400 audit(1785078003.100:167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2735.214419] audit: type=1400 audit(1785078003.101:168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2735.310645] audit: type=1400 audit(1785078003.197:169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2993.850497] audit: type=1400 audit(1785078261.742:170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2993.851636] audit: type=1400 audit(1785078261.743:171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2993.928158] audit: type=1400 audit(1785078261.820:172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3259.749319] audit: type=1400 audit(1785078527.646:173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3259.751584] audit: type=1400 audit(1785078527.649:174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3259.823575] audit: type=1400 audit(1785078527.721:175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3525.387226] audit: type=1400 audit(1785078793.289:176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3525.389606] audit: type=1400 audit(1785078793.291:177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3525.453984] audit: type=1400 audit(1785078793.355:178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3784.760336] audit: type=1400 audit(1785079052.667:179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3784.762265] audit: type=1400 audit(1785079052.669:180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3784.828136] audit: type=1400 audit(1785079052.734:181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4071.417660] audit: type=1400 audit(1785079339.331:182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4071.419409] audit: type=1400 audit(1785079339.332:183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4071.478675] audit: type=1400 audit(1785079339.392:184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4333.295722] audit: type=1400 audit(1785079601.214:185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4333.297983] audit: type=1400 audit(1785079601.216:186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4333.371881] audit: type=1400 audit(1785079601.290:187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4630.763727] audit: type=1400 audit(1785079898.688:188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4630.765940] audit: type=1400 audit(1785079898.690:189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4630.819953] audit: type=1400 audit(1785079898.744:190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4871.577665] audit: type=1400 audit(1785080139.506:191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4871.579861] audit: type=1400 audit(1785080139.508:192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4871.657156] audit: type=1400 audit(1785080139.586:193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5115.361621] audit: type=1400 audit(1785080383.294:194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5115.363951] audit: type=1400 audit(1785080383.296:195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5115.427529] audit: type=1400 audit(1785080383.360:196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5408.043539] audit: type=1400 audit(1785080675.983:197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5408.045760] audit: type=1400 audit(1785080675.985:198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5408.109939] audit: type=1400 audit(1785080676.049:199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5700.839715] audit: type=1400 audit(1785080968.784:200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5700.841940] audit: type=1400 audit(1785080968.787:201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5700.925722] audit: type=1400 audit(1785080968.870:202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5929.758197] audit: type=1400 audit(1785081197.707:203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5929.760338] audit: type=1400 audit(1785081197.709:204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5929.974314] audit: type=1400 audit(1785081197.923:205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6230.601357] audit: type=1400 audit(1785081498.556:206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6230.603034] audit: type=1400 audit(1785081498.558:207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6230.833767] audit: type=1400 audit(1785081498.789:208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6521.038134] audit: type=1400 audit(1785081788.999:209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6521.040380] audit: type=1400 audit(1785081789.001:210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6521.116757] audit: type=1400 audit(1785081789.077:211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6776.683601] audit: type=1400 audit(1785082044.648:212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6776.685931] audit: type=1400 audit(1785082044.650:213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6776.755734] audit: type=1400 audit(1785082044.720:214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7029.541932] audit: type=1400 audit(1785082297.511:215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7029.544434] audit: type=1400 audit(1785082297.514:216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7029.718996] audit: type=1400 audit(1785082297.688:217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7298.596246] audit: type=1400 audit(1785082566.572:218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7298.598553] audit: type=1400 audit(1785082566.574:219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7298.670560] audit: type=1400 audit(1785082566.646:220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7580.627698] audit: type=1400 audit(1785082848.609:221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7580.629748] audit: type=1400 audit(1785082848.611:222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7580.700660] audit: type=1400 audit(1785082848.682:223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7845.595381] audit: type=1400 audit(1785083113.581:224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7845.597730] audit: type=1400 audit(1785083113.584:225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7845.696084] audit: type=1400 audit(1785083113.682:226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8107.639596] audit: type=1400 audit(1785083375.631:227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8107.641949] audit: type=1400 audit(1785083375.633:228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8107.836586] audit: type=1400 audit(1785083375.828:229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8373.190571] audit: type=1400 audit(1785083641.187:230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8373.192803] audit: type=1400 audit(1785083641.189:231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8373.271763] audit: type=1400 audit(1785083641.268:232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8601.262160] audit: type=1400 audit(1785083869.263:233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8601.264728] audit: type=1400 audit(1785083869.265:234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8601.453166] audit: type=1400 audit(1785083869.454:235): apparmor="DENIED" operation="sendmsg" class="file" profile="/usr/sbin/chronyd" name="/run/chrony/chronyc.47035/P9CuENNWu4ODBTjG/sock" pid=47035 comm="chronyc" requested_mask="r" denied_mask="r" fsuid=100 ouid=100 +[ 8602.362046] audit: type=1400 audit(1785083870.363:236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8632.861020] audit: type=1400 audit(1785083900.862:237): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/chronyd" pid=47768 comm="apparmor_parser" +[ 8644.625885] audit: type=1400 audit(1785083912.628:238): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=48091 comm="apparmor_parser" +[ 8644.752343] audit: type=1400 audit(1785083912.755:239): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=48094 comm="apparmor_parser" +[ 8644.754639] audit: type=1400 audit(1785083912.757:240): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=48094 comm="apparmor_parser" +[ 8644.756731] audit: type=1400 audit(1785083912.759:241): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=48094 comm="apparmor_parser" +[ 8644.760246] audit: type=1400 audit(1785083912.763:242): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=48094 comm="apparmor_parser" +[ 8645.688205] audit: type=1400 audit(1785083913.691:243): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=48227 comm="apparmor_parser" +[ 8645.696504] audit: type=1400 audit(1785083913.699:244): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=48231 comm="apparmor_parser" +[ 8645.712695] audit: type=1400 audit(1785083913.715:245): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=48235 comm="apparmor_parser" +[ 8645.712701] audit: type=1400 audit(1785083913.715:246): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=48235 comm="apparmor_parser" +[ 8645.712702] audit: type=1400 audit(1785083913.715:247): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=48235 comm="apparmor_parser" +[ 8778.489401] tap102i0: entered promiscuous mode +[ 8778.561849] vmbr0: port 10(fwpr102p0) entered blocking state +[ 8778.561854] vmbr0: port 10(fwpr102p0) entered disabled state +[ 8778.561872] fwpr102p0: entered allmulticast mode +[ 8778.561913] fwpr102p0: entered promiscuous mode +[ 8778.561955] vmbr0: port 10(fwpr102p0) entered blocking state +[ 8778.561957] vmbr0: port 10(fwpr102p0) entered forwarding state +[ 8778.570833] fwbr102i0: port 1(fwln102i0) entered blocking state +[ 8778.570837] fwbr102i0: port 1(fwln102i0) entered disabled state +[ 8778.570876] fwln102i0: entered allmulticast mode +[ 8778.570912] fwln102i0: entered promiscuous mode +[ 8778.570971] fwbr102i0: port 1(fwln102i0) entered blocking state +[ 8778.570972] fwbr102i0: port 1(fwln102i0) entered forwarding state +[ 8778.582291] fwbr102i0: port 2(tap102i0) entered blocking state +[ 8778.582296] fwbr102i0: port 2(tap102i0) entered disabled state +[ 8778.582309] tap102i0: entered allmulticast mode +[ 8778.582379] fwbr102i0: port 2(tap102i0) entered blocking state +[ 8778.582381] fwbr102i0: port 2(tap102i0) entered forwarding state +[ 8844.545043] tap105i0: entered promiscuous mode +[ 8844.625166] vmbr0: port 11(fwpr105p0) entered blocking state +[ 8844.625172] vmbr0: port 11(fwpr105p0) entered disabled state +[ 8844.625189] fwpr105p0: entered allmulticast mode +[ 8844.625242] fwpr105p0: entered promiscuous mode +[ 8844.625270] vmbr0: port 11(fwpr105p0) entered blocking state +[ 8844.625272] vmbr0: port 11(fwpr105p0) entered forwarding state +[ 8844.635282] fwbr105i0: port 1(fwln105i0) entered blocking state +[ 8844.635286] fwbr105i0: port 1(fwln105i0) entered disabled state +[ 8844.635302] fwln105i0: entered allmulticast mode +[ 8844.635338] fwln105i0: entered promiscuous mode +[ 8844.635383] fwbr105i0: port 1(fwln105i0) entered blocking state +[ 8844.635385] fwbr105i0: port 1(fwln105i0) entered forwarding state +[ 8844.645201] fwbr105i0: port 2(tap105i0) entered blocking state +[ 8844.645207] fwbr105i0: port 2(tap105i0) entered disabled state +[ 8844.645235] tap105i0: entered allmulticast mode +[ 8844.645300] fwbr105i0: port 2(tap105i0) entered blocking state +[ 8844.645302] fwbr105i0: port 2(tap105i0) entered forwarding state +[ 8884.166005] kauditd_printk_skb: 1 callbacks suppressed +[ 8884.166008] audit: type=1400 audit(1785084152.174:249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8884.168161] audit: type=1400 audit(1785084152.176:250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8884.269542] audit: type=1400 audit(1785084152.277:251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 8947.672738] tap109i0: entered promiscuous mode +[ 8947.759218] vmbr0: port 12(fwpr109p0) entered blocking state +[ 8947.759223] vmbr0: port 12(fwpr109p0) entered disabled state +[ 8947.759243] fwpr109p0: entered allmulticast mode +[ 8947.759315] fwpr109p0: entered promiscuous mode +[ 8947.759353] vmbr0: port 12(fwpr109p0) entered blocking state +[ 8947.759355] vmbr0: port 12(fwpr109p0) entered forwarding state +[ 8947.769227] fwbr109i0: port 1(fwln109i0) entered blocking state +[ 8947.769232] fwbr109i0: port 1(fwln109i0) entered disabled state +[ 8947.769245] fwln109i0: entered allmulticast mode +[ 8947.769286] fwln109i0: entered promiscuous mode +[ 8947.769332] fwbr109i0: port 1(fwln109i0) entered blocking state +[ 8947.769334] fwbr109i0: port 1(fwln109i0) entered forwarding state +[ 8947.778207] fwbr109i0: port 2(tap109i0) entered blocking state +[ 8947.778221] fwbr109i0: port 2(tap109i0) entered disabled state +[ 8947.778233] tap109i0: entered allmulticast mode +[ 8947.778298] fwbr109i0: port 2(tap109i0) entered blocking state +[ 8947.778300] fwbr109i0: port 2(tap109i0) entered forwarding state +[ 9172.023751] audit: type=1400 audit(1785084440.036:252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9172.025526] audit: type=1400 audit(1785084440.038:253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9172.090257] audit: type=1400 audit(1785084440.102:254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9401.648809] audit: type=1400 audit(1785084669.667:255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9401.650441] audit: type=1400 audit(1785084669.668:256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9401.719646] audit: type=1400 audit(1785084669.737:257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9655.919147] audit: type=1400 audit(1785084923.942:258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9655.920817] audit: type=1400 audit(1785084923.944:259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9655.982292] audit: type=1400 audit(1785084924.005:260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9714.055577] hrtimer: interrupt took 17209 ns +[ 9876.459538] tap109i0: left allmulticast mode +[ 9876.459561] fwbr109i0: port 2(tap109i0) entered disabled state +[ 9876.463216] fwbr109i0: port 1(fwln109i0) entered disabled state +[ 9876.463475] vmbr0: port 12(fwpr109p0) entered disabled state +[ 9876.464190] fwln109i0 (unregistering): left allmulticast mode +[ 9876.464200] fwln109i0 (unregistering): left promiscuous mode +[ 9876.464203] fwbr109i0: port 1(fwln109i0) entered disabled state +[ 9876.464529] fwpr109p0 (unregistering): left allmulticast mode +[ 9876.464534] fwpr109p0 (unregistering): left promiscuous mode +[ 9876.464536] vmbr0: port 12(fwpr109p0) entered disabled state +[ 9945.063896] audit: type=1400 audit(1785085213.093:261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9945.065726] audit: type=1400 audit(1785085213.094:262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9945.269850] audit: type=1400 audit(1785085213.299:263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 9994.724020] tap105i0: left allmulticast mode +[ 9994.724039] fwbr105i0: port 2(tap105i0) entered disabled state +[ 9994.726596] fwbr105i0: port 1(fwln105i0) entered disabled state +[ 9994.726770] vmbr0: port 11(fwpr105p0) entered disabled state +[ 9994.726867] fwln105i0 (unregistering): left allmulticast mode +[ 9994.726870] fwln105i0 (unregistering): left promiscuous mode +[ 9994.726872] fwbr105i0: port 1(fwln105i0) entered disabled state +[ 9994.727124] fwpr105p0 (unregistering): left allmulticast mode +[ 9994.727126] fwpr105p0 (unregistering): left promiscuous mode +[ 9994.727128] vmbr0: port 11(fwpr105p0) entered disabled state +[10178.785309] audit: type=1400 audit(1785085446.819:264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10178.787515] audit: type=1400 audit(1785085446.821:265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10178.950983] audit: type=1400 audit(1785085446.985:266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10445.239530] tap102i0: left allmulticast mode +[10445.239549] fwbr102i0: port 2(tap102i0) entered disabled state +[10445.242069] fwbr102i0: port 1(fwln102i0) entered disabled state +[10445.242226] vmbr0: port 10(fwpr102p0) entered disabled state +[10445.242365] fwln102i0 (unregistering): left allmulticast mode +[10445.242369] fwln102i0 (unregistering): left promiscuous mode +[10445.242370] fwbr102i0: port 1(fwln102i0) entered disabled state +[10445.242594] fwpr102p0 (unregistering): left allmulticast mode +[10445.242597] fwpr102p0 (unregistering): left promiscuous mode +[10445.242599] vmbr0: port 10(fwpr102p0) entered disabled state +[10447.364223] audit: type=1400 audit(1785085715.403:267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10447.366473] audit: type=1400 audit(1785085715.405:268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10447.454987] audit: type=1400 audit(1785085715.493:269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10712.004005] audit: type=1400 audit(1785085980.049:270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10712.005985] audit: type=1400 audit(1785085980.051:271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10712.069725] audit: type=1400 audit(1785085980.115:272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10971.387398] audit: type=1400 audit(1785086239.438:273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10971.389619] audit: type=1400 audit(1785086239.440:274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10971.452331] audit: type=1400 audit(1785086239.502:275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[10998.983100] tap109i0: entered promiscuous mode +[10999.055634] vmbr0: port 10(fwpr109p0) entered blocking state +[10999.055639] vmbr0: port 10(fwpr109p0) entered disabled state +[10999.055652] fwpr109p0: entered allmulticast mode +[10999.055702] fwpr109p0: entered promiscuous mode +[10999.055794] vmbr0: port 10(fwpr109p0) entered blocking state +[10999.055808] vmbr0: port 10(fwpr109p0) entered forwarding state +[10999.064877] fwbr109i0: port 1(fwln109i0) entered blocking state +[10999.064881] fwbr109i0: port 1(fwln109i0) entered disabled state +[10999.064898] fwln109i0: entered allmulticast mode +[10999.064935] fwln109i0: entered promiscuous mode +[10999.064989] fwbr109i0: port 1(fwln109i0) entered blocking state +[10999.064991] fwbr109i0: port 1(fwln109i0) entered forwarding state +[10999.074162] fwbr109i0: port 2(tap109i0) entered blocking state +[10999.074167] fwbr109i0: port 2(tap109i0) entered disabled state +[10999.074173] tap109i0: entered allmulticast mode +[10999.074228] fwbr109i0: port 2(tap109i0) entered blocking state +[10999.074231] fwbr109i0: port 2(tap109i0) entered forwarding state +[11257.359834] audit: type=1400 audit(1785086525.416:276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11257.362138] audit: type=1400 audit(1785086525.418:277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11257.418814] audit: type=1400 audit(1785086525.475:278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11533.953964] audit: type=1400 audit(1785086802.016:279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11533.956577] audit: type=1400 audit(1785086802.018:280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11534.018530] audit: type=1400 audit(1785086802.080:281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11814.868282] audit: type=1400 audit(1785087082.936:282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11814.872117] audit: type=1400 audit(1785087082.940:283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[11814.948195] audit: type=1400 audit(1785087083.016:284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12054.766259] perf: interrupt took too long (2555 > 2500), lowering kernel.perf_event_max_sample_rate to 78000 +[12076.566267] audit: type=1400 audit(1785087344.639:285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12076.568576] audit: type=1400 audit(1785087344.641:286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12076.688799] audit: type=1400 audit(1785087344.762:287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12311.829737] audit: type=1400 audit(1785087579.907:288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12311.831738] audit: type=1400 audit(1785087579.909:289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12311.896210] audit: type=1400 audit(1785087579.974:290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12563.873770] audit: type=1400 audit(1785087831.956:291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12563.875912] audit: type=1400 audit(1785087831.958:292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12563.947781] audit: type=1400 audit(1785087832.030:293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12838.524679] audit: type=1400 audit(1785088106.613:294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12838.526077] audit: type=1400 audit(1785088106.614:295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[12838.599869] audit: type=1400 audit(1785088106.688:296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13118.571271] audit: type=1400 audit(1785088386.665:297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13118.573555] audit: type=1400 audit(1785088386.667:298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13118.641983] audit: type=1400 audit(1785088386.735:299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13224.641305] tap105i0: entered promiscuous mode +[13224.710921] vmbr0: port 11(fwpr105p0) entered blocking state +[13224.710926] vmbr0: port 11(fwpr105p0) entered disabled state +[13224.710980] fwpr105p0: entered allmulticast mode +[13224.711041] fwpr105p0: entered promiscuous mode +[13224.711077] vmbr0: port 11(fwpr105p0) entered blocking state +[13224.711079] vmbr0: port 11(fwpr105p0) entered forwarding state +[13224.720575] fwbr105i0: port 1(fwln105i0) entered blocking state +[13224.720580] fwbr105i0: port 1(fwln105i0) entered disabled state +[13224.720597] fwln105i0: entered allmulticast mode +[13224.720635] fwln105i0: entered promiscuous mode +[13224.720683] fwbr105i0: port 1(fwln105i0) entered blocking state +[13224.720685] fwbr105i0: port 1(fwln105i0) entered forwarding state +[13224.729878] fwbr105i0: port 2(tap105i0) entered blocking state +[13224.729883] fwbr105i0: port 2(tap105i0) entered disabled state +[13224.729894] tap105i0: entered allmulticast mode +[13224.729987] fwbr105i0: port 2(tap105i0) entered blocking state +[13224.729989] fwbr105i0: port 2(tap105i0) entered forwarding state +[13361.633377] audit: type=1400 audit(1785088629.732:300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13361.635403] audit: type=1400 audit(1785088629.733:301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13361.717723] audit: type=1400 audit(1785088629.816:302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13625.607391] audit: type=1400 audit(1785088893.710:303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13625.609464] audit: type=1400 audit(1785088893.712:304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13625.691617] audit: type=1400 audit(1785088893.794:305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13895.096720] audit: type=1400 audit(1785089163.205:306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13895.099024] audit: type=1400 audit(1785089163.208:307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[13895.298971] audit: type=1400 audit(1785089163.408:308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14133.483337] audit: type=1400 audit(1785089401.596:309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14133.484892] audit: type=1400 audit(1785089401.597:310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14133.549899] audit: type=1400 audit(1785089401.662:311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14427.536511] audit: type=1400 audit(1785089695.656:312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14427.538955] audit: type=1400 audit(1785089695.658:313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14427.592376] audit: type=1400 audit(1785089695.711:314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14686.669472] audit: type=1400 audit(1785089954.794:315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14686.671204] audit: type=1400 audit(1785089954.795:316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14686.830661] audit: type=1400 audit(1785089954.955:317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14985.171544] audit: type=1400 audit(1785090253.302:318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14985.173158] audit: type=1400 audit(1785090253.303:319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[14985.362218] audit: type=1400 audit(1785090253.492:320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15017.670067] tap105i0: left allmulticast mode +[15017.670086] fwbr105i0: port 2(tap105i0) entered disabled state +[15017.672809] fwbr105i0: port 1(fwln105i0) entered disabled state +[15017.672934] vmbr0: port 11(fwpr105p0) entered disabled state +[15017.673444] fwln105i0 (unregistering): left allmulticast mode +[15017.673448] fwln105i0 (unregistering): left promiscuous mode +[15017.673451] fwbr105i0: port 1(fwln105i0) entered disabled state +[15017.673704] fwpr105p0 (unregistering): left allmulticast mode +[15017.673706] fwpr105p0 (unregistering): left promiscuous mode +[15017.673707] vmbr0: port 11(fwpr105p0) entered disabled state +[15214.058154] tap105i0: entered promiscuous mode +[15214.158441] vmbr0: port 11(fwpr105p0) entered blocking state +[15214.158447] vmbr0: port 11(fwpr105p0) entered disabled state +[15214.158465] fwpr105p0: entered allmulticast mode +[15214.158515] fwpr105p0: entered promiscuous mode +[15214.158540] vmbr0: port 11(fwpr105p0) entered blocking state +[15214.158542] vmbr0: port 11(fwpr105p0) entered forwarding state +[15214.168418] fwbr105i0: port 1(fwln105i0) entered blocking state +[15214.168423] fwbr105i0: port 1(fwln105i0) entered disabled state +[15214.168440] fwln105i0: entered allmulticast mode +[15214.168489] fwln105i0: entered promiscuous mode +[15214.168519] fwbr105i0: port 1(fwln105i0) entered blocking state +[15214.168521] fwbr105i0: port 1(fwln105i0) entered forwarding state +[15214.179108] fwbr105i0: port 2(tap105i0) entered blocking state +[15214.179113] fwbr105i0: port 2(tap105i0) entered disabled state +[15214.179125] tap105i0: entered allmulticast mode +[15214.179176] fwbr105i0: port 2(tap105i0) entered blocking state +[15214.179178] fwbr105i0: port 2(tap105i0) entered forwarding state +[15269.889885] audit: type=1400 audit(1785090538.026:321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15269.891616] audit: type=1400 audit(1785090538.027:322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15269.963904] audit: type=1400 audit(1785090538.100:323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15370.859344] tap106i0: entered promiscuous mode +[15370.934130] vmbr0: port 12(fwpr106p0) entered blocking state +[15370.934135] vmbr0: port 12(fwpr106p0) entered disabled state +[15370.934148] fwpr106p0: entered allmulticast mode +[15370.934187] fwpr106p0: entered promiscuous mode +[15370.934221] vmbr0: port 12(fwpr106p0) entered blocking state +[15370.934223] vmbr0: port 12(fwpr106p0) entered forwarding state +[15370.942588] fwbr106i0: port 1(fwln106i0) entered blocking state +[15370.942593] fwbr106i0: port 1(fwln106i0) entered disabled state +[15370.942613] fwln106i0: entered allmulticast mode +[15370.942649] fwln106i0: entered promiscuous mode +[15370.942705] fwbr106i0: port 1(fwln106i0) entered blocking state +[15370.942706] fwbr106i0: port 1(fwln106i0) entered forwarding state +[15370.952114] fwbr106i0: port 2(tap106i0) entered blocking state +[15370.952128] fwbr106i0: port 2(tap106i0) entered disabled state +[15370.952134] tap106i0: entered allmulticast mode +[15370.952198] fwbr106i0: port 2(tap106i0) entered blocking state +[15370.952200] fwbr106i0: port 2(tap106i0) entered forwarding state +[15551.598352] audit: type=1400 audit(1785090819.739:324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15551.600592] audit: type=1400 audit(1785090819.741:325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15551.665196] audit: type=1400 audit(1785090819.805:326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15763.095269] tap106i0: left allmulticast mode +[15763.095288] fwbr106i0: port 2(tap106i0) entered disabled state +[15763.097876] fwbr106i0: port 1(fwln106i0) entered disabled state +[15763.098123] vmbr0: port 12(fwpr106p0) entered disabled state +[15763.098688] fwln106i0 (unregistering): left allmulticast mode +[15763.098691] fwln106i0 (unregistering): left promiscuous mode +[15763.098693] fwbr106i0: port 1(fwln106i0) entered disabled state +[15763.098888] fwpr106p0 (unregistering): left allmulticast mode +[15763.098890] fwpr106p0 (unregistering): left promiscuous mode +[15763.098892] vmbr0: port 12(fwpr106p0) entered disabled state +[15799.741211] audit: type=1400 audit(1785091067.887:327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15799.742582] audit: type=1400 audit(1785091067.889:328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15799.818014] audit: type=1400 audit(1785091067.964:329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[15974.626709] tap106i0: entered promiscuous mode +[15974.712762] vmbr0: port 12(fwpr106p0) entered blocking state +[15974.712767] vmbr0: port 12(fwpr106p0) entered disabled state +[15974.712781] fwpr106p0: entered allmulticast mode +[15974.712822] fwpr106p0: entered promiscuous mode +[15974.712893] vmbr0: port 12(fwpr106p0) entered blocking state +[15974.712906] vmbr0: port 12(fwpr106p0) entered forwarding state +[15974.722997] fwbr106i0: port 1(fwln106i0) entered blocking state +[15974.723002] fwbr106i0: port 1(fwln106i0) entered disabled state +[15974.723020] fwln106i0: entered allmulticast mode +[15974.723057] fwln106i0: entered promiscuous mode +[15974.723103] fwbr106i0: port 1(fwln106i0) entered blocking state +[15974.723105] fwbr106i0: port 1(fwln106i0) entered forwarding state +[15974.733747] fwbr106i0: port 2(tap106i0) entered blocking state +[15974.733752] fwbr106i0: port 2(tap106i0) entered disabled state +[15974.733773] tap106i0: entered allmulticast mode +[15974.733850] fwbr106i0: port 2(tap106i0) entered blocking state +[15974.733852] fwbr106i0: port 2(tap106i0) entered forwarding state +[16047.199347] audit: type=1400 audit(1785091315.350:330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16047.201995] audit: type=1400 audit(1785091315.353:331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16047.260869] audit: type=1400 audit(1785091315.412:332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16136.772128] perf: interrupt took too long (3226 > 3193), lowering kernel.perf_event_max_sample_rate to 62000 +[16345.875737] audit: type=1400 audit(1785091614.033:333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16345.877444] audit: type=1400 audit(1785091614.034:334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16345.936145] audit: type=1400 audit(1785091614.093:335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16632.075989] audit: type=1400 audit(1785091900.239:336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16632.078465] audit: type=1400 audit(1785091900.241:337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16632.166671] audit: type=1400 audit(1785091900.329:338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16898.382713] audit: type=1400 audit(1785092166.551:339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16898.385148] audit: type=1400 audit(1785092166.553:340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[16898.462663] audit: type=1400 audit(1785092166.631:341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17166.176443] audit: type=1400 audit(1785092434.349:342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17166.178622] audit: type=1400 audit(1785092434.351:343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17166.249037] audit: type=1400 audit(1785092434.421:344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17450.483588] audit: type=1400 audit(1785092718.663:345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17450.485871] audit: type=1400 audit(1785092718.665:346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17450.557388] audit: type=1400 audit(1785092718.736:347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17741.829151] audit: type=1400 audit(1785093010.014:348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17741.831301] audit: type=1400 audit(1785093010.016:349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[17741.899055] audit: type=1400 audit(1785093010.084:350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18030.725746] audit: type=1400 audit(1785093298.916:351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18030.727932] audit: type=1400 audit(1785093298.918:352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18031.084441] audit: type=1400 audit(1785093299.275:353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18269.104218] audit: type=1400 audit(1785093537.299:354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18269.106599] audit: type=1400 audit(1785093537.301:355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18269.180489] audit: type=1400 audit(1785093537.375:356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18567.761555] audit: type=1400 audit(1785093835.963:357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18567.763596] audit: type=1400 audit(1785093835.965:358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18567.823303] audit: type=1400 audit(1785093836.024:359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18837.428264] audit: type=1400 audit(1785094105.635:360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18837.430269] audit: type=1400 audit(1785094105.637:361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[18837.531616] audit: type=1400 audit(1785094105.738:362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19081.224796] audit: type=1400 audit(1785094349.435:363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19081.227018] audit: type=1400 audit(1785094349.437:364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19081.282480] audit: type=1400 audit(1785094349.493:365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19325.700606] audit: type=1400 audit(1785094593.917:366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19325.702634] audit: type=1400 audit(1785094593.919:367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19325.789340] audit: type=1400 audit(1785094594.005:368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19598.775304] audit: type=1400 audit(1785094866.997:369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19598.777249] audit: type=1400 audit(1785094866.999:370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19598.842177] audit: type=1400 audit(1785094867.064:371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19867.052747] audit: type=1400 audit(1785095135.279:372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19867.054972] audit: type=1400 audit(1785095135.282:373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[19867.115014] audit: type=1400 audit(1785095135.342:374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20131.232093] audit: type=1400 audit(1785095399.464:375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20131.234413] audit: type=1400 audit(1785095399.466:376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20131.518871] audit: type=1400 audit(1785095399.751:377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20376.651097] audit: type=1400 audit(1785095644.888:378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20376.653480] audit: type=1400 audit(1785095644.890:379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20376.713239] audit: type=1400 audit(1785095644.950:380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20470.125795] Kernel: 'panic_print' sysctl interface will be obsoleted by both 'panic_sys_info' and 'panic_console_replay' +[20477.294527] sh (115309): drop_caches: 3 +[20480.594330] sh (115311): drop_caches: 3 +[20483.642926] sh (115338): drop_caches: 3 +[20632.667302] sh (118730): drop_caches: 3 +[20636.010336] sh (118733): drop_caches: 3 +[20639.038712] sh (118751): drop_caches: 3 +[20662.943567] audit: type=1400 audit(1785095931.186:381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20662.946035] audit: type=1400 audit(1785095931.188:382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20663.301391] audit: type=1400 audit(1785095931.544:383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20919.856984] audit: type=1400 audit(1785096188.104:384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20919.858516] audit: type=1400 audit(1785096188.105:385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[20920.052570] audit: type=1400 audit(1785096188.300:386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21210.993666] audit: type=1400 audit(1785096479.246:387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21210.996131] audit: type=1400 audit(1785096479.249:388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21211.059277] audit: type=1400 audit(1785096479.312:389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21491.119541] audit: type=1400 audit(1785096759.377:390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21491.121661] audit: type=1400 audit(1785096759.380:391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21491.209320] audit: type=1400 audit(1785096759.467:392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21772.720516] audit: type=1400 audit(1785097040.984:393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21772.722859] audit: type=1400 audit(1785097040.986:394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[21772.791340] audit: type=1400 audit(1785097041.055:395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22042.458947] audit: type=1400 audit(1785097310.728:396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22042.461215] audit: type=1400 audit(1785097310.730:397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22042.527655] audit: type=1400 audit(1785097310.796:398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22108.839536] perf: interrupt took too long (4038 > 4032), lowering kernel.perf_event_max_sample_rate to 49000 +[22337.592086] audit: type=1400 audit(1785097605.867:399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22337.594162] audit: type=1400 audit(1785097605.869:400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22337.664943] audit: type=1400 audit(1785097605.939:401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22617.208620] audit: type=1400 audit(1785097885.489:402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22617.210709] audit: type=1400 audit(1785097885.491:403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22617.268675] audit: type=1400 audit(1785097885.549:404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22895.399314] audit: type=1400 audit(1785098163.684:405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22895.401656] audit: type=1400 audit(1785098163.686:406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[22895.595548] audit: type=1400 audit(1785098163.881:407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23149.208836] audit: type=1400 audit(1785098417.498:408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23149.211177] audit: type=1400 audit(1785098417.501:409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23149.277712] audit: type=1400 audit(1785098417.567:410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23426.581324] audit: type=1400 audit(1785098694.877:411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23426.583566] audit: type=1400 audit(1785098694.879:412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23426.670565] audit: type=1400 audit(1785098694.966:413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23661.942378] audit: type=1400 audit(1785098930.242:414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23661.944581] audit: type=1400 audit(1785098930.244:415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23662.018671] audit: type=1400 audit(1785098930.318:416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23909.345215] audit: type=1400 audit(1785099177.650:417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23909.347359] audit: type=1400 audit(1785099177.652:418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[23909.412248] audit: type=1400 audit(1785099177.717:419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24206.626929] audit: type=1400 audit(1785099474.938:420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24206.629101] audit: type=1400 audit(1785099474.940:421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24206.727464] audit: type=1400 audit(1785099475.038:422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24495.561239] audit: type=1400 audit(1785099763.877:423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24495.563081] audit: type=1400 audit(1785099763.878:424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24495.642849] audit: type=1400 audit(1785099763.958:425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24759.935725] audit: type=1400 audit(1785100028.257:426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24759.937702] audit: type=1400 audit(1785100028.259:427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24759.993939] audit: type=1400 audit(1785100028.315:428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24997.471153] audit: type=1400 audit(1785100265.797:429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24997.473246] audit: type=1400 audit(1785100265.799:430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[24997.597747] audit: type=1400 audit(1785100265.924:431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25275.654148] audit: type=1400 audit(1785100543.986:432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25275.656266] audit: type=1400 audit(1785100543.988:433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25275.734199] audit: type=1400 audit(1785100544.066:434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25524.624318] audit: type=1400 audit(1785100792.960:435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25524.626028] audit: type=1400 audit(1785100792.961:436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25524.682942] audit: type=1400 audit(1785100793.018:437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25806.436230] audit: type=1400 audit(1785101074.778:438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25806.438340] audit: type=1400 audit(1785101074.780:439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[25806.498550] audit: type=1400 audit(1785101074.840:440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none + +--- cpu MHz (live snapshot) + $ grep -c ^processor /proc/cpuinfo +8 + +############################################################################### +# 5. MEMORY / NUMA / SWAP +############################################################################### + +--- free -h + $ free -h + total used free shared buff/cache available +Mem: 31Gi 16Gi 13Gi 67Mi 1.7Gi 14Gi +Swap: 8.0Gi 0B 8.0Gi + +--- free -b + $ free -b + total used free shared buff/cache available +Mem: 33559851008 18136645632 14027292672 70676480 1870532608 15423205376 +Swap: 8589930496 0 8589930496 + +--- swapon + $ swapon --show +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 0B -2 + +--- /proc/meminfo highlights + $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo +MemTotal: 32773292 kB +MemFree: 13698608 kB +MemAvailable: 15061816 kB +Buffers: 29576 kB +Cached: 1757576 kB +SwapTotal: 8388604 kB +SwapFree: 8388604 kB +Dirty: 1732 kB +Writeback: 0 kB +AnonPages: 16744092 kB +Mapped: 242132 kB +Shmem: 69020 kB +Slab: 205940 kB +SReclaimable: 39556 kB +SUnreclaim: 166384 kB +KernelStack: 6888 kB +PageTables: 49672 kB +SecPageTables: 18020 kB +NFS_Unstable: 0 kB +WritebackTmp: 0 kB +AnonHugePages: 15087616 kB +ShmemHugePages: 0 kB +ShmemPmdMapped: 0 kB +FilePmdMapped: 0 kB +HugePages_Total: 0 +HugePages_Free: 0 +Hugepagesize: 2048 kB +DirectMap4k: 246304 kB +DirectMap2M: 3854336 kB +DirectMap1G: 30408704 kB + +--- numa stat + $ cat /proc/sys/vm/numa_stat +1 + +--- numa_balancing + $ cat /proc/sys/kernel/numa_balancing +0 + +--- zone reclaim + $ cat /proc/sys/vm/zone_reclaim_mode +0 + +--- slab top (top 20) + $ slabtop -o -s c + Active / Total Objects (% used) : 652174 / 673942 (96.8%) + Active / Total Slabs (% used) : 16273 / 16273 (100.0%) + Active / Total Caches (% used) : 367 / 473 (77.6%) + Active / Total Size (% used) : 135547.27K / 141260.65K (96.0%) + Minimum / Average / Maximum Object : 0.01K / 0.21K / 16.00K + + OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME + 65700 65651 99% 0.13K 2190 30 8760K kernfs_node_cache + 7743 7743 100% 1.10K 267 29 8544K ext4_inode_cache + 11284 11258 99% 0.57K 403 28 6448K radix_tree_node + 31521 31521 100% 0.19K 1501 21 6004K dentry + 486 474 97% 10.44K 162 3 5184K task_struct + 8050 8050 100% 0.62K 322 25 5152K inode_cache + 23394 23394 100% 0.19K 1114 21 4456K vm_area_struct + 42666 42666 100% 0.10K 1094 39 4376K buffer_head + 5474 5343 97% 0.69K 238 23 3808K proc_inode_cache + 5280 2776 52% 0.50K 165 32 2640K kmalloc-rnd-12-512 + 27278 27183 99% 0.09K 593 46 2372K lsm_inode_cache + 1040 907 87% 2.00K 65 16 2080K kmalloc-cg-2k + 2200 2164 98% 0.77K 110 20 1760K shmem_inode_cache + 6560 2993 45% 0.25K 205 32 1640K skbuff_head_cache + 2525 2431 96% 0.63K 101 25 1616K debugfs_inode_cache + 392 382 97% 4.00K 49 8 1568K kmalloc-cg-4k + 2116 2100 99% 0.69K 92 23 1472K skbuff_small_head + 14235 14177 99% 0.10K 365 39 1460K anon_vma + 20384 20364 99% 0.07K 364 56 1456K vmap_area + 1408 1361 96% 1.00K 44 32 1408K iommu_iova_magazine + 20288 19228 94% 0.06K 317 64 1268K anon_vma_chain + 2432 2250 92% 0.50K 76 32 1216K kmalloc-rnd-09-512 + 152 136 89% 8.00K 38 4 1216K kmalloc-rnd-07-8k + 560 560 100% 2.00K 35 16 1120K kmalloc-rnd-08-2k + 17408 13887 79% 0.06K 272 64 1088K dmaengine-unmap-2 + 1248 1089 87% 0.81K 32 39 1024K sock_inode_cache + 512 477 93% 2.00K 32 16 1024K kmalloc-rnd-15-2k + 5271 4111 77% 0.19K 251 21 1004K kmalloc-rnd-12-192 + 5187 5115 98% 0.19K 247 21 988K filp + 3904 2754 70% 0.25K 122 32 976K kmalloc-rnd-12-256 + 450 393 87% 2.06K 30 15 960K sighand_cache + 812 789 97% 1.12K 29 28 928K signal_cache + 3712 3095 83% 0.25K 116 32 928K maple_node + 464 410 88% 2.00K 29 16 928K kmalloc-rnd-07-2k + 216 200 92% 4.00K 27 8 864K biovec-max + 216 216 100% 4.00K 27 8 864K kmalloc-rnd-13-4k + 4664 4591 98% 0.18K 212 22 848K kvm_mmu_page_header + 208 179 86% 4.00K 26 8 832K kmalloc-rnd-07-4k + 416 349 83% 2.00K 26 16 832K kmalloc-rnd-04-2k + 850 816 96% 0.94K 25 34 800K nfs_read_data + 100 100 100% 8.00K 25 4 800K kmalloc-rnd-13-8k + 768 711 92% 1.00K 24 32 768K kmalloc-cg-1k + 184 176 95% 4.00K 23 8 736K kmalloc-rnd-03-4k + 352 352 100% 2.00K 22 16 704K biovec-128 + 176 145 82% 4.00K 22 8 704K kmalloc-rnd-14-4k + 560 560 100% 1.12K 20 28 640K drm_i915_gem_object + 9856 9400 95% 0.06K 154 64 616K kmalloc-cg-64 + 1216 1070 87% 0.50K 38 32 608K pool_workqueue + 152 120 78% 4.00K 19 8 608K kmalloc-rnd-12-4k + 152 152 100% 4.00K 19 8 608K kmalloc-4k + 72 72 100% 8.00K 18 4 576K kmalloc-cg-8k + 576 566 98% 1.00K 18 32 576K kmalloc-rnd-14-1k + 576 558 96% 1.00K 18 32 576K kmalloc-rnd-04-1k + 288 288 100% 2.00K 18 16 576K kmalloc-2k + 2240 2240 100% 0.25K 70 32 560K kmalloc-rnd-04-256 + 68 68 100% 8.00K 17 4 544K kmalloc-rnd-15-8k + 136 136 100% 4.00K 17 8 544K kmalloc-rnd-08-4k + 544 544 100% 1.00K 17 32 544K kmalloc-rnd-06-1k + 128 128 100% 4.00K 16 8 512K kmalloc-rnd-10-4k + 2562 2562 100% 0.19K 122 21 488K kmalloc-rnd-05-192 + 210 210 100% 2.19K 15 14 480K mem_cgroup + 60 60 100% 8.00K 15 4 480K kmalloc-rnd-08-8k + 960 847 88% 0.50K 30 32 480K kmalloc-rnd-04-512 + 294 294 100% 1.50K 14 21 448K mm_struct + 896 896 100% 0.50K 28 32 448K kmalloc-cg-512 + 221 221 100% 1.88K 13 17 416K mem_cgroup_per_node + 104 104 100% 4.00K 13 8 416K names_cache + 208 208 100% 2.00K 13 16 416K kmalloc-rnd-13-2k + 416 405 97% 1.00K 13 32 416K kmalloc-rnd-10-1k + 7519 7519 100% 0.05K 103 73 412K ftrace_event_field + 36 36 100% 8.94K 12 3 384K kvm_vcpu + 48 48 100% 8.00K 12 4 384K kmalloc-rnd-12-8k + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-02-1k + 384 384 100% 1.00K 12 32 384K kmalloc-1k + 1472 1472 100% 0.25K 46 32 368K io_kiocb + 9180 9180 100% 0.04K 90 102 360K extent_status + 308 308 100% 1.14K 11 28 352K nfs_inode_cache + 264 217 82% 1.31K 11 24 352K perf_event + 176 176 100% 2.00K 11 16 352K kmalloc-rnd-14-2k + 352 352 100% 1.00K 11 32 352K kmalloc-rnd-12-1k + 352 352 100% 1.00K 11 32 352K kmalloc-rnd-11-1k + 44 44 100% 8.00K 11 4 352K kmalloc-rnd-02-8k + 3612 3612 100% 0.09K 86 42 344K trace_event_file + 3444 3255 94% 0.09K 82 42 328K kmalloc-cg-96 + 320 320 100% 1.00K 10 32 320K kmalloc-rnd-13-1k + 80 80 100% 4.00K 10 8 320K kmalloc-rnd-05-4k + 320 320 100% 1.00K 10 32 320K kmalloc-rnd-03-1k + 1617 1617 100% 0.19K 77 21 308K pid + 798 741 92% 0.38K 38 21 304K mnt_cache + 234 234 100% 1.19K 9 26 288K RAWv6 + 288 288 100% 1.00K 9 32 288K RAW + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-08-1k + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-07-1k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-06-2k + 3024 3024 100% 0.09K 72 42 288K kmalloc-rnd-06-96 + 72 72 100% 4.00K 9 8 288K kmalloc-rnd-04-4k + 2176 1946 89% 0.12K 68 32 272K eventpoll_epi + 1221 1221 100% 0.21K 33 37 264K nfs_direct_cache + 2112 1869 88% 0.12K 66 32 264K bio_integrity_data + 96 96 100% 2.61K 8 12 256K x86_emulator + 184 184 100% 1.38K 8 23 256K UDPv6 + 96 96 100% 2.56K 8 12 256K TCPv6 + 288 288 100% 0.88K 8 36 256K fuse_inode + 208 208 100% 1.19K 8 26 256K UDP + 104 104 100% 2.38K 8 13 256K TCP + 64 64 100% 4.00K 8 8 256K memdup_user-4k + 128 128 100% 2.00K 8 16 256K memdup_user-2k + 256 256 100% 1.00K 8 32 256K memdup_user-1k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-15-4k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-15-1k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-12-2k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-11-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-11-2k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-10-2k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-09-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-09-1k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-06-8k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-06-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-05-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-05-1k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-02-2k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-01-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-01-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-01-1k + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-01-512 + 928 824 88% 0.25K 29 32 232K nf_conntrack + 1197 1049 87% 0.19K 57 21 228K kmalloc-cg-192 + 868 837 96% 0.26K 28 31 224K tw_sock_TCP + 448 448 100% 0.50K 14 32 224K kmalloc-rnd-15-512 + 448 448 100% 0.50K 14 32 224K kmalloc-rnd-13-512 + 448 448 100% 0.50K 14 32 224K kmalloc-rnd-11-512 + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-10-8k + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-03-8k + 112 112 100% 2.00K 7 16 224K kmalloc-rnd-03-2k + 864 864 100% 0.25K 27 32 216K kmalloc-rnd-14-256 + 650 650 100% 0.31K 26 25 208K bio-256 + 2184 2140 97% 0.09K 52 42 208K kmalloc-rnd-09-96 + 1568 1568 100% 0.12K 49 32 196K kmalloc-rnd-12-128 + 276 276 100% 0.69K 12 23 192K files_cache + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-14-8k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-04-8k + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-02-4k + 384 384 100% 0.50K 12 32 192K kmalloc-rnd-02-512 + 12032 11843 98% 0.02K 47 256 188K kmalloc-rnd-14-16 + 903 903 100% 0.19K 43 21 172K file_lock_cache + 1312 1192 90% 0.12K 41 32 164K kmalloc-cg-128 + 640 640 100% 0.25K 20 32 160K bio-200 + 240 240 100% 0.65K 10 24 160K tracefs_inode_cache + 840 840 100% 0.19K 40 21 160K proc_dir_entry + 250 250 100% 0.62K 10 25 160K task_group + 320 320 100% 0.50K 10 32 160K kmalloc-rnd-10-512 + 320 320 100% 0.50K 10 32 160K kmalloc-rnd-06-512 + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-05-8k + 640 640 100% 0.25K 20 32 160K kmem_cache + 4864 4854 99% 0.03K 38 128 152K kmalloc-rnd-14-32 + 1596 1596 100% 0.09K 38 42 152K kmalloc-rnd-11-96 + 608 608 100% 0.25K 19 32 152K kmalloc-rnd-07-256 + 6290 6008 95% 0.02K 37 170 148K lsm_file_cache + 1554 1554 100% 0.09K 37 42 148K kmalloc-rcl-96 + 2368 2187 92% 0.06K 37 64 148K kmalloc-64 + 189 189 100% 0.75K 9 21 144K intel_context + 3060 3060 100% 0.05K 36 85 144K shared_policy_node + 576 576 100% 0.25K 18 32 144K kmalloc-rnd-13-256 + 288 288 100% 0.50K 9 32 144K kmalloc-rnd-08-512 + 288 288 100% 0.50K 9 32 144K kmalloc-rnd-05-512 + 2176 2046 94% 0.06K 34 64 136K kmalloc-rnd-14-64 + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-08-256 + 2112 2112 100% 0.06K 33 64 132K kmalloc-rnd-02-64 + 224 224 100% 0.56K 8 28 128K kioctx + 256 256 100% 0.50K 8 32 128K memdup_user-512 + 232 232 100% 0.55K 8 29 128K taskstats + 76 76 100% 1.62K 4 19 128K bdev_cache + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-14-512 + 32 32 100% 4.00K 4 8 128K kmalloc-rnd-09-4k + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-07-512 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-03-512 + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-01-8k + 256 256 100% 0.50K 8 32 128K kmalloc-512 + 1581 1581 100% 0.08K 31 51 124K sigqueue + 992 992 100% 0.12K 31 32 124K kmalloc-rcl-128 + 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k + 1260 1260 100% 0.09K 30 42 120K kmalloc-rnd-08-96 + 161 161 100% 0.69K 7 23 112K rpc_inode_cache + 175 175 100% 0.62K 7 25 112K hugetlbfs_inode_cache + 182 182 100% 0.60K 7 26 112K user_namespace + 3584 3584 100% 0.03K 28 128 112K kmalloc-rnd-07-32 + 1176 1176 100% 0.09K 28 42 112K kmalloc-96 + 1664 1664 100% 0.06K 26 64 104K kmalloc-rnd-12-64 + 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 + 117 117 100% 0.81K 3 39 96K dax_cache + 96 96 100% 0.98K 3 32 96K request_queue + 222 222 100% 0.42K 6 37 96K uts_namespace + 3072 2673 87% 0.03K 24 128 96K kmalloc-cg-32 + 504 504 100% 0.19K 24 21 96K kmalloc-rnd-02-192 + 483 483 100% 0.19K 23 21 92K kmalloc-rnd-06-192 + 1472 1472 100% 0.06K 23 64 92K kmalloc-rnd-04-64 + 748 748 100% 0.12K 22 34 88K jbd2_journal_head + 352 352 100% 0.25K 11 32 88K kmalloc-rnd-02-256 + 10752 8277 76% 0.01K 21 512 84K kmalloc-rnd-03-8 + 320 320 100% 0.25K 10 32 80K kmalloc-rnd-10-256 + 1280 1127 88% 0.06K 20 64 80K kmalloc-rnd-07-64 + 320 320 100% 0.25K 10 32 80K kmalloc-rnd-05-256 + 420 420 100% 0.19K 20 21 80K kmalloc-192 + 399 399 100% 0.19K 19 21 76K kmalloc-rnd-03-192 + 1314 1022 77% 0.05K 18 73 72K mb_cache_entry + 288 288 100% 0.25K 9 32 72K kmalloc-cg-256 + 288 288 100% 0.25K 9 32 72K kmalloc-rnd-09-256 + 288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256 + 2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-11-32 + 100 100 100% 0.62K 4 25 64K netfs_request + 30 30 100% 2.06K 2 15 64K MPTCPv6 + 248 248 100% 0.26K 8 31 64K tw_sock_TCPv6 + 200 200 100% 0.31K 8 25 64K bio-264 + 336 336 100% 0.19K 16 21 64K jbd2_transaction_s + 32 32 100% 1.94K 2 16 64K MPTCP + 200 200 100% 0.31K 8 25 64K request_sock_TCP + 8 8 100% 8.00K 2 4 64K memdup_user-8k + 256 256 100% 0.25K 8 32 64K memdup_user-256 + 256 256 100% 0.25K 8 32 64K task_delay_info + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-15-256 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-11-8k + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-08-32 + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256 + 2048 1880 91% 0.03K 16 128 64K kmalloc-rnd-06-32 + 512 512 100% 0.12K 16 32 64K kmalloc-rnd-04-128 + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-03-256 + 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-03-64 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-03-32 + 8 8 100% 8.00K 2 4 64K kmalloc-8k + 256 256 100% 0.25K 8 32 64K kmalloc-256 + 765 765 100% 0.08K 15 51 60K Acpi-State + 960 960 100% 0.06K 15 64 60K kmalloc-rnd-15-64 + 7680 7665 99% 0.01K 15 512 60K kmalloc-rnd-14-8 + 315 315 100% 0.19K 15 21 60K kmalloc-rnd-04-192 + 1792 1792 100% 0.03K 14 128 56K kmalloc-rnd-15-32 + 896 896 100% 0.06K 14 64 56K kmalloc-rnd-11-64 + 294 294 100% 0.19K 14 21 56K kmalloc-rnd-08-192 + 588 588 100% 0.09K 14 42 56K kmalloc-rnd-07-96 + 896 896 100% 0.06K 14 64 56K kmem_cache_node + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-13-64 + 416 416 100% 0.12K 13 32 52K kmalloc-rnd-08-128 + 3328 3328 100% 0.02K 13 256 52K kmalloc-rnd-06-16 + 416 416 100% 0.12K 13 32 52K kmalloc-128 + 384 384 100% 0.12K 12 32 48K kmalloc-rnd-03-128 + 504 504 100% 0.09K 12 42 48K kmalloc-rnd-03-96 + 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-01-32 + 1408 1152 81% 0.03K 11 128 44K pending_reservation + 352 352 100% 0.12K 11 32 44K kmalloc-rnd-11-128 + 352 352 100% 0.12K 11 32 44K kmalloc-rnd-10-128 + 704 704 100% 0.06K 11 64 44K kmalloc-rnd-09-64 + 1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-05-32 + 462 462 100% 0.09K 11 42 44K kmalloc-rnd-05-96 + 2560 2560 100% 0.02K 10 256 40K kmalloc-rnd-15-16 + 210 210 100% 0.19K 10 21 40K kmalloc-rnd-14-192 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-12-96 + 210 210 100% 0.19K 10 21 40K kmalloc-rnd-10-192 + 640 640 100% 0.06K 10 64 40K kmalloc-rnd-08-64 + 640 640 100% 0.06K 10 64 40K kmalloc-rnd-05-64 + 320 320 100% 0.12K 10 32 40K kmalloc-rnd-02-128 + 640 640 100% 0.06K 10 64 40K kmalloc-rnd-01-64 + 288 288 100% 0.12K 9 32 36K scsi_sense_cache + 189 189 100% 0.19K 9 21 36K bio-136 + 918 918 100% 0.04K 9 102 36K khugepaged_mm_slot + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-15-128 + 378 378 100% 0.09K 9 42 36K kmalloc-rnd-15-96 + 378 378 100% 0.09K 9 42 36K kmalloc-rnd-14-96 + 378 378 100% 0.09K 9 42 36K kmalloc-rnd-13-96 + 576 576 100% 0.06K 9 64 36K kmalloc-rnd-10-64 + 378 378 100% 0.09K 9 42 36K kmalloc-rnd-10-96 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-09-128 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-06-128 + 576 576 100% 0.06K 9 64 36K kmalloc-rnd-06-64 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-05-128 + 1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-04-32 + 2304 2304 100% 0.02K 9 256 36K kmalloc-rnd-04-16 + 1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-02-32 + 378 378 100% 0.09K 9 42 36K kmalloc-rnd-02-96 + 4608 4608 100% 0.01K 9 512 36K kmalloc-8 + 20 20 100% 1.56K 1 20 32K SCTPv6 + 23 23 100% 1.38K 1 23 32K SCTP + 10 10 100% 3.16K 1 10 32K kcopyd_job + 34 34 100% 0.94K 1 34 32K mqueue_inode_cache + 184 184 100% 0.17K 8 23 32K fuse_request + 192 192 100% 0.16K 8 24 32K ext4_allocation_context + 288 288 100% 0.11K 8 36 32K ext4_prealloc_space + 512 512 100% 0.06K 8 64 32K ext4_io_end + 1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache + 2048 2048 100% 0.02K 8 256 32K ep_head + 512 512 100% 0.06K 8 64 32K memdup_user-64 + 1024 1024 100% 0.03K 8 128 32K memdup_user-32 + 2048 2048 100% 0.02K 8 256 32K memdup_user-16 + 4096 4096 100% 0.01K 8 512 32K memdup_user-8 + 168 168 100% 0.19K 8 21 32K memdup_user-192 + 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 + 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 + 1024 1024 100% 0.03K 8 128 32K pidfs_attr_cache + 816 816 100% 0.04K 8 102 32K pde_opener + 272 272 100% 0.12K 8 34 32K seq_file + 5 5 100% 5.81K 1 5 32K net_namespace + 448 448 100% 0.07K 8 56 32K nsproxy + 312 312 100% 0.10K 8 39 32K Acpi-ParseExt + 2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-15-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-15-192 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-14-128 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-13-128 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-13-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-13-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-13-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-13-192 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-12-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-12-16 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-11-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-11-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-11-192 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-10-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8 + 4 4 100% 8.00K 1 4 32K kmalloc-rnd-09-8k + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-09-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-09-16 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-08-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-08-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-07-128 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-07-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-07-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-07-192 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-06-8 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-05-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-05-8 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-04-8 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-04-96 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-02-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-02-8 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-01-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-01-192 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-01-96 + 1024 1024 100% 0.03K 8 128 32K kmalloc-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-16 + 252 252 100% 0.09K 6 42 24K memdup_user-96 + 126 126 100% 0.19K 6 21 24K kmalloc-rcl-192 + 3072 3072 100% 0.01K 6 512 24K kmalloc-rnd-09-8 + 126 126 100% 0.19K 6 21 24K kmalloc-rnd-09-192 + 105 105 100% 0.19K 5 21 20K bio-176 + 2560 2560 100% 0.01K 5 512 20K kmalloc-rnd-12-8 + 160 160 100% 0.12K 5 32 20K kmalloc-rnd-01-128 + 23 23 100% 0.69K 1 23 16K i915_request + 36 36 100% 0.44K 1 36 16K bio-384 + 36 36 100% 0.44K 1 36 16K bio-400 + 32 32 100% 0.50K 1 32 16K bio-456 + 340 340 100% 0.05K 4 85 16K ip_fib_trie + 292 292 100% 0.05K 4 73 16K ip_fib_alias + 50 50 100% 0.31K 2 25 16K bio-280 + 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full + 84 84 100% 0.09K 2 42 8K abd_t + 21 21 100% 0.38K 1 21 8K bio-320 + 170 170 100% 0.05K 2 85 8K bio_post_read_ctx + 20 20 100% 0.38K 1 20 8K request_sock_subflow_v4 + 25 25 100% 0.31K 1 25 8K xfrm_dst + 30 30 100% 0.27K 1 30 8K numa_policy + 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 + 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s + 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache + 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.12K 0 32 0K i915_dependency + 0 0 0% 0.06K 0 64 0K execute_cb + 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache + 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.03K 0 31 0K zap_attr_long_cache + 0 0 0% 1.07K 0 29 0K zap_name_long + 0 0 0% 0.28K 0 28 0K zap_attr_cache + 0 0 0% 0.32K 0 24 0K zap_name + 0 0 0% 0.16K 0 24 0K sio_cache_2 + 0 0 0% 0.15K 0 26 0K sio_cache_1 + 0 0 0% 0.13K 0 30 0K sio_cache_0 + 0 0 0% 0.15K 0 26 0K zil_zcw_cache + 0 0 0% 0.38K 0 20 0K zil_lwb_cache + 0 0 0% 0.36K 0 22 0K dbuf_dirty_record_t + 0 0 0% 0.36K 0 22 0K dmu_buf_impl_t + 0 0 0% 0.03K 0 128 0K arc_buf_t + 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only + 0 0 0% 0.93K 0 34 0K dnode_t + 0 0 0% 0.25K 0 32 0K sa_cache + 0 0 0% 16.00K 0 2 0K lz4_cache + 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 + 0 0 0% 8.00K 0 4 0K zio_buf_comb_8192 + 0 0 0% 6.00K 0 5 0K zio_buf_comb_6144 + 0 0 0% 4.00K 0 8 0K zio_buf_comb_4096 + 0 0 0% 3.00K 0 10 0K zio_buf_comb_3072 + 0 0 0% 2.00K 0 16 0K zio_buf_comb_2048 + 0 0 0% 1.50K 0 21 0K zio_buf_comb_1536 + 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 + 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 + 0 0 0% 0.05K 0 85 0K zio_link_cache + 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache + 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache + 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache + 0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache + 0 0 0% 0.16K 0 24 0K brt_entry_cache + 0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache + 0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache + 0 0 0% 0.06K 0 64 0K kcf_context_cache + 0 0 0% 0.30K 0 26 0K btrfs_delayed_node + 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent + 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer + 0 0 0% 1.00K 0 32 0K btrfs_inode + 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.18K 0 22 0K ip6-frags + 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 2.82K 0 11 0K dm_uevent + 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache + 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache + 0 0 0% 0.77K 0 20 0K fat_inode_cache + 0 0 0% 0.04K 0 102 0K fat_cache + 0 0 0% 0.69K 0 23 0K squashfs_inode_cache + 0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache + 0 0 0% 0.11K 0 36 0K fanotify_perm_event + 0 0 0% 0.03K 0 128 0K dnotify_struct + 0 0 0% 0.28K 0 28 0K pid_namespace + 0 0 0% 0.20K 0 20 0K ip4-frags + 0 0 0% 0.38K 0 20 0K request_sock_subflow_v6 + 0 0 0% 0.81K 0 39 0K xfrm_state + 0 0 0% 1.00K 0 32 0K PING + 0 0 0% 0.25K 0 32 0K dquot + 0 0 0% 8.00K 0 4 0K msg_msg-8k + 0 0 0% 4.00K 0 8 0K msg_msg-4k + 0 0 0% 2.00K 0 16 0K msg_msg-2k + 0 0 0% 1.00K 0 32 0K msg_msg-1k + 0 0 0% 0.50K 0 32 0K msg_msg-512 + 0 0 0% 0.25K 0 32 0K msg_msg-256 + 0 0 0% 0.12K 0 32 0K msg_msg-128 + 0 0 0% 0.06K 0 64 0K msg_msg-64 + 0 0 0% 0.03K 0 128 0K msg_msg-32 + 0 0 0% 0.02K 0 256 0K msg_msg-16 + 0 0 0% 0.01K 0 512 0K msg_msg-8 + 0 0 0% 0.19K 0 21 0K msg_msg-192 + 0 0 0% 0.09K 0 42 0K msg_msg-96 + 0 0 0% 0.12K 0 32 0K memdup_user-128 + 0 0 0% 0.16K 0 25 0K file_lease_cache + 0 0 0% 0.78K 0 20 0K x86_lbr + 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache + 0 0 0% 0.25K 0 32 0K bfilp + 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k + 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k + 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k + 0 0 0% 1.00K 0 32 0K dma-kmalloc-1k + 0 0 0% 0.50K 0 32 0K dma-kmalloc-512 + 0 0 0% 0.25K 0 32 0K dma-kmalloc-256 + 0 0 0% 0.12K 0 32 0K dma-kmalloc-128 + 0 0 0% 0.06K 0 64 0K dma-kmalloc-64 + 0 0 0% 0.03K 0 128 0K dma-kmalloc-32 + 0 0 0% 0.02K 0 256 0K dma-kmalloc-16 + 0 0 0% 0.01K 0 512 0K dma-kmalloc-8 + 0 0 0% 0.19K 0 21 0K dma-kmalloc-192 + 0 0 0% 0.09K 0 42 0K dma-kmalloc-96 + 0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k + 0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k + 0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k + 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k + 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 + 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 + 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 + 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 + 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 + 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + +--- kswapd stats + $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat +pgdemote_kswapd 0 +pgsteal_kswapd 0 +pgscan_kswapd 0 +kswapd_inodesteal 0 +kswapd_low_wmark_hit_quickly 0 +kswapd_high_wmark_hit_quickly 0 +pgmigrate_success 0 +pgmigrate_fail 0 +compact_migrate_scanned 0 +compact_free_scanned 0 +compact_isolated 0 +compact_stall 0 +compact_fail 0 +compact_success 0 +compact_daemon_wake 0 +compact_daemon_migrate_scanned 0 +compact_daemon_free_scanned 0 + +############################################################################### +# 6. KERNEL TUNABLES / SYSCTL +############################################################################### + +--- vm.* tunables + $ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)' +vm.admin_reserve_kbytes = 8192 +vm.compact_unevictable_allowed = 1 +vm.dirty_background_bytes = 0 +vm.dirty_background_ratio = 5 +vm.dirty_bytes = 0 +vm.dirty_expire_centisecs = 3000 +vm.dirty_ratio = 40 +vm.dirty_writeback_centisecs = 500 +vm.min_free_kbytes = 67584 +vm.nr_hugepages = 0 +vm.nr_hugepages_mempolicy = 0 +vm.nr_overcommit_hugepages = 0 +vm.overcommit_memory = 0 +vm.overcommit_ratio = 50 +vm.stat_interval = 1 +vm.swappiness = 10 +vm.user_reserve_kbytes = 131072 +vm.vfs_cache_pressure = 100 +vm.vfs_cache_pressure_denom = 100 +vm.watermark_scale_factor = 10 +vm.zone_reclaim_mode = 0 + +--- fs.* tunables + $ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)' +fs.aio-max-nr = 1048576 +fs.aio-nr = 0 +fs.file-max = 9223372036854775807 +fs.file-nr = 4798 0 9223372036854775807 +fs.lease-break-time = 45 +fs.mqueue.msg_default = 10 +fs.mqueue.msg_max = 10 +fs.mqueue.msgsize_default = 8192 +fs.mqueue.msgsize_max = 8192 +fs.mqueue.queues_max = 256 +fs.nr_open = 1073741816 +fs.pipe-max-size = 1048576 + +--- kernel.* perf-relevant + $ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)' +kernel.hung_task_all_cpu_backtrace = 0 +kernel.hung_task_check_count = 4194304 +kernel.hung_task_check_interval_secs = 0 +kernel.hung_task_detect_count = 0 +kernel.hung_task_panic = 0 +kernel.hung_task_timeout_secs = 120 +kernel.hung_task_warnings = 10 +kernel.nmi_watchdog = 1 +kernel.numa_balancing = 0 +kernel.numa_balancing_promote_rate_limit_MBps = 65536 +kernel.randomize_va_space = 2 +kernel.sched_rt_period_us = 1000000 +kernel.sched_rt_runtime_us = 950000 +kernel.threads-max = 255287 +kernel.watchdog = 1 +kernel.watchdog_cpumask = 0-7 +kernel.watchdog_thresh = 10 + +############################################################################### +# 7. NETWORK SYSCTL / TCP +############################################################################### + +--- net.core.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)' +net.core.busy_poll = 0 +net.core.busy_read = 0 +net.core.default_qdisc = fq +net.core.dev_weight = 64 +net.core.dev_weight_rx_bias = 1 +net.core.dev_weight_tx_bias = 1 +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.core.netdev_max_backlog = 250000 +net.core.netdev_tstamp_prequeue = 1 +net.core.optmem_max = 131072 +net.core.rmem_default = 26214400 +net.core.rmem_max = 134217728 +net.core.somaxconn = 65535 +net.core.wmem_default = 26214400 +net.core.wmem_max = 134217728 +net.core.xfrm_acq_expires = 30 +net.core.xfrm_aevent_etime = 10 +net.core.xfrm_aevent_rseqth = 2 +net.core.xfrm_larval_drop = 1 + +--- net.ipv4.tcp.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)' +net.ipv4.tcp_abort_on_overflow = 0 +net.ipv4.tcp_available_congestion_control = reno cubic bbr +net.ipv4.tcp_congestion_control = bbr +net.ipv4.tcp_ecn = 2 +net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_fastopen = 1 +net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 +net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 +net.ipv4.tcp_fin_timeout = 60 +net.ipv4.tcp_keepalive_intvl = 75 +net.ipv4.tcp_keepalive_probes = 9 +net.ipv4.tcp_keepalive_time = 7200 +net.ipv4.tcp_low_latency = 0 +net.ipv4.tcp_max_syn_backlog = 2048 +net.ipv4.tcp_mtu_probing = 0 +net.ipv4.tcp_no_metrics_save = 0 +net.ipv4.tcp_no_ssthresh_metrics_save = 1 +net.ipv4.tcp_pacing_ca_ratio = 120 +net.ipv4.tcp_pacing_ss_ratio = 200 +net.ipv4.tcp_rmem = 4096 87380 134217728 +net.ipv4.tcp_sack = 1 +net.ipv4.tcp_slow_start_after_idle = 1 +net.ipv4.tcp_syncookies = 1 +net.ipv4.tcp_timestamps = 1 +net.ipv4.tcp_tw_reuse = 2 +net.ipv4.tcp_tw_reuse_delay = 1000 +net.ipv4.tcp_window_scaling = 1 +net.ipv4.tcp_wmem = 4096 65536 134217728 + +--- other net.* sysctls + $ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)' +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.ipv4.conf.all.accept_redirects = 1 +net.ipv4.conf.all.rp_filter = 2 +net.ipv4.conf.all.send_redirects = 1 +net.ipv4.conf.default.forwarding = 0 +net.ipv4.ip_local_port_range = 32768 60999 +net.ipv4.ip_local_reserved_ports = +net.ipv4.ip_no_pmtu_disc = 0 +net.ipv6.conf.all.disable_ipv6 = 0 + +--- sysctl.d +total 16 +drwxr-xr-x 2 root root 4096 Jul 26 15:48 . +drwxr-xr-x 104 root root 4096 Jul 26 16:24 .. +-rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf +-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl + +--- /etc/sysctl.conf + [missing: /etc/sysctl.conf] + +--- non-default sysctl values (sorted, filtered) + $ # Show only sysctls that differ from running state vs an empty config; +# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content. +for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do + [ -r "$f" ] || continue + echo "=== $f ===" + grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null +done +=== /etc/sysctl.d/99-perfopt.conf === +vm.swappiness = 10 +net.ipv4.tcp_congestion_control = bbr +net.core.default_qdisc = fq +net.core.rmem_max = 134217728 +net.core.wmem_max = 134217728 +net.core.rmem_default = 26214400 +net.core.wmem_default = 26214400 +net.core.netdev_max_backlog = 250000 +net.core.somaxconn = 65535 +net.ipv4.tcp_rmem = 4096 87380 134217728 +net.ipv4.tcp_wmem = 4096 65536 134217728 + +############################################################################### +# 8. tuned / irqbalance / udev +############################################################################### + +--- tuned-adm active + $ tuned-adm active +Current active profile: virtual-host + +--- tuned-adm list + $ tuned-adm list +Available profiles: +- accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states +- atomic-guest - Optimize virtual guests based on the Atomic variant +- atomic-host - Optimize bare metal systems running the Atomic variant +- aws - Optimize for aws ec2 instances +- balanced - General non-specialized tuned profile +- balanced-battery - Balanced profile biased towards power savings changes for battery +- cpu-partitioning - Optimize for CPU partitioning +- cpu-partitioning-powersave - Optimize for CPU partitioning with additional powersave +- default - Legacy default tuned profile +- desktop - Optimize for the desktop use-case +- desktop-powersave - Optmize for the desktop use-case with power saving +- enterprise-storage - Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile +- hpc-compute - Optimize for HPC compute workloads +- intel-sst - Configure for Intel Speed Select Base Frequency +- laptop-ac-powersave - Optimize for laptop with power savings +- laptop-battery-powersave - Optimize laptop profile with more aggressive power saving +- latency-performance - Optimize for deterministic performance at the cost of increased power consumption +- mssql - Optimize for Microsoft SQL Server +- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance +- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks +- openshift - Optimize systems running OpenShift (parent profile) +- openshift-control-plane - Optimize systems running OpenShift control plane +- openshift-node - Optimize systems running OpenShift nodes +- optimize-serial-console - Optimize for serial console use. +- oracle - Optimize for Oracle RDBMS +- postgresql - Optimize for PostgreSQL server +- powersave - Optimize for low power consumption +- realtime - Optimize for realtime workloads +- realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest +- realtime-virtual-host - Optimize for KVM guests running realtime workloads +- sap-hana - Optimize for SAP HANA +- sap-hana-kvm-guest - Optimize for running SAP HANA on KVM inside a virtual guest +- sap-netweaver - Optimize for SAP NetWeaver +- server-powersave - Optimize for server power savings +- spectrumscale-ece - Optimized for Spectrum Scale Erasure Code Edition Servers +- spindown-disk - Optimize for power saving by spinning-down rotational disks +- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads +- virtual-guest - Optimize for running inside a virtual guest +- virtual-host - Optimize for running KVM guests +Current active profile: virtual-host + +--- systemctl is-active tuned + $ systemctl is-active tuned +active + +--- irqbalance status + $ systemctl is-active irqbalance +inactive + [exit=4 / not installed or not permitted] + +--- irqbalance config + [missing: /etc/default/irqbalance] + [missing: /etc/irqbalance.conf] + +--- modprobe.d +total 20 +drwxr-xr-x 2 root root 4096 Apr 6 09:11 . +drwxr-xr-x 104 root root 4096 Jul 26 16:24 .. +-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf +-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf +-rw-r--r-- 1 root root 0 Jul 26 15:48 tuned.conf +-rw-r--r-- 1 root root 35 Mar 12 09:39 zfs.conf + +--- udev rules.d +total 8 +drwxr-xr-x 2 root root 4096 Mar 12 09:39 . +drwxr-xr-x 4 root root 4096 Jul 22 20:22 .. +lrwxrwxrwx 1 root root 9 Mar 12 09:39 60-bridge-network-interface.rules -> /dev/null + +--- modprobe.d files + --- /etc/modprobe.d/intel-microcode-blacklist.conf --- +# The microcode module attempts to apply a microcode update when +# it autoloads. This is not always safe, so we block it by default. +blacklist microcode + --- /etc/modprobe.d/pve-blacklist.conf --- +# This file contains a list of modules which are not supported by Proxmox VE + +# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701 +blacklist nvidiafb + --- /etc/modprobe.d/tuned.conf --- + --- /etc/modprobe.d/zfs.conf --- +options zfs zfs_arc_max=3355443200 + +--- module params: kvm_intel + $ for p in /sys/module/kvm_intel/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + allow_smaller_maxphyaddr = N + dump_invalid_vmcs = N + emulate_invalid_guest_state = Y + enable_apicv = N + enable_device_posted_irqs = N + enable_ipiv = N + enable_shadow_vmcs = Y + enlightened_vmcs = N + ept = Y + eptad = Y + error_on_inconsistent_vmcs_config = Y + fasteoi = Y + flexpriority = Y + nested = Y + nested_early_check = N + ple_gap = 128 + ple_window = 4096 + ple_window_grow = 2 + ple_window_max = 4294967295 + ple_window_shrink = 0 + pml = N + preemption_timer = Y + sgx = N + tdx = N + unrestricted_guest = Y + vmentry_l1d_flush = cond + vnmi = Y + vpid = Y + +--- module params: kvm_amd + $ for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + [exit=1] + +--- module params: relevant net drivers + $ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do + [ -d "/sys/module/$mod/parameters" ] || continue + echo "=== $mod ===" + for p in /sys/module/$mod/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" + done +done +=== virtio_net === + csum = Y + gso = Y + napi_tx = Y + napi_weight = 64 + +############################################################################### +# 9. PROXMOX VERSION & CLUSTER +############################################################################### + +--- pveversion + $ pveversion +pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) + +--- pveversion -v + $ pveversion -v +proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve) +pve-manager: 9.1.1 (running version: 9.1.1/42db4a6cf33dac83) +proxmox-kernel-helper: 9.2.0 +proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 +proxmox-kernel-6.17: 6.17.2-1 +ceph-fuse: 19.2.3-pve2 +corosync: 3.1.10-pve3 +criu: 4.1.1-1 +frr-pythontools: 10.6.1-1+pve2 +ifupdown2: 3.3.0-1+pmx12 +intel-microcode: 3.20251111.1~deb13u1 +ksm-control-daemon: 1.5-1 +libjs-extjs: 7.0.0-5 +libproxmox-acme-perl: 1.7.1 +libproxmox-backup-qemu0: 2.0.2 +libproxmox-rs-perl: 0.4.1 +libpve-access-control: 9.0.4 +libpve-apiclient-perl: 3.4.2 +libpve-cluster-api-perl: 9.1.6 +libpve-cluster-perl: 9.1.6 +libpve-common-perl: 9.1.19 +libpve-guest-common-perl: 6.0.5 +libpve-http-server-perl: 6.0.5 +libpve-network-perl: 1.2.3 +libpve-rs-perl: 0.11.3 +libpve-storage-perl: 9.0.18 +libspice-server1: 0.15.2-1+b1 +lvm2: 2.03.31-2+pmx1 +lxc-pve: 7.0.0-2 +lxcfs: 7.0.0-pve1 +novnc-pve: 1.7.0-2 +proxmox-backup-client: 4.2.3-1 +proxmox-backup-file-restore: 4.2.3-1 +proxmox-backup-restore-image: 1.0.0 +proxmox-firewall: 1.2.3 +proxmox-kernel-helper: 9.2.0 +proxmox-mail-forward: 1.0.3 +proxmox-mini-journalreader: 1.7 +proxmox-offline-mirror-helper: 0.7.4 +proxmox-widget-toolkit: 5.2.6 +pve-cluster: 9.1.6 +pve-container: 6.0.18 +pve-docs: 9.2.3 +pve-edk2-firmware: 4.2025.05-2 +pve-esxi-import-tools: 1.0.1 +pve-firewall: 6.0.5 +pve-firmware: 3.18-5 +pve-ha-manager: 5.0.8 +pve-i18n: 3.9.0 +pve-qemu-kvm: 11.0.2-2 +pve-xtermjs: 6.0.0-2 +qemu-server: 9.0.30 +smartmontools: 7.5-pve2 +spiceterm: 3.4.2 +swtpm: 0.8.0+pve3 +vncterm: 1.9.2 +zfsutils-linux: 2.3.4-pve1 + +--- pvecm status + $ pvecm status +Cluster information +------------------- +Name: test +Config Version: 1 +Transport: knet +Secure auth: on + +Quorum information +------------------ +Date: Sun Jul 26 16:26:06 2026 +Quorum provider: corosync_votequorum +Nodes: 1 +Node ID: 0x00000001 +Ring ID: 1.f +Quorate: Yes + +Votequorum information +---------------------- +Expected votes: 1 +Highest expected: 1 +Total votes: 1 +Quorum: 1 +Flags: Quorate + +Membership information +---------------------- + Nodeid Votes Name +0x00000001 1 192.168.100.2 (local) + +--- pvecm nodes + $ pvecm nodes + +Membership information +---------------------- + Nodeid Votes Name + 1 1 pfv-tsys1 (local) + +--- pvecm expected + $ pvecm expected +400 not enough arguments +pvecm expected + [exit=255 / not installed or not permitted] + +--- pveperf + $ timeout 15 pveperf +CPU BOGOMIPS: 54274.48 +REGEX/SECOND: 3933894 +HD SIZE: 93.93 GB (/dev/mapper/pve-root) +BUFFERED READS: 95.32 MB/sec +AVERAGE SEEK TIME: 17.05 ms +FSYNCS/SECOND: 27.19 + [exit=124 / not installed or not permitted] + +--- corosync.conf + --- /etc/pve/corosync.conf --- +logging { + debug: off + to_syslog: yes +} + +nodelist { + node { + name: pfv-tsys1 + nodeid: 1 + quorum_votes: 1 + ring0_addr: 192.168.100.2 + } +} + +quorum { + provider: corosync_votequorum +} + +totem { + cluster_name: test + config_version: 1 + interface { + linknumber: 0 + } + ip_version: ipv4-6 + link_mode: passive + secauth: on + version: 2 +} + + +--- datacenter.cfg + --- /etc/pve/datacenter.cfg --- +keyboard: en-us + +--- storage.cfg + --- /etc/pve/storage.cfg --- +dir: local + path /var/lib/vz + content iso,vztmpl,backup,import + +lvmthin: local-lvm + thinpool data + vgname pve + content images,rootdir + +nfs: D2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/tsys4/D2 + path /mnt/pve/D2 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +nfs: D3 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/tsys4/D3 + path /mnt/pve/D3 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +nfs: D5 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/tsys4/D5 + path /mnt/pve/D5 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +nfs: S2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/S2 + path /mnt/pve/S2 + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + +nfs: S3 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/S3 + path /mnt/pve/S3 + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + +nfs: S4 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/S4 + path /mnt/pve/S4 + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + +nfs: T5-SSD + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/ssd + path /mnt/pve/T5-SSD + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + + +--- user.cfg + --- /etc/pve/user.cfg --- +user:root@pam:1:0:::coo@turnsys.com::x: +token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Sun, 05 Apr 2026 06%3A00%3A04 -0500: + + + + + +--- domains.cfg + [missing: /etc/pve/domains.cfg] + +--- cluster resources (compact) + $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ + | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ + || pvesh get /cluster/resources --type node 2>/dev/null +┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬───────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪═══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪═══════════╪══════╪═══════════╡ +│ node/pfv-tsys1 │ node │ 2 │ │ 10.84% │ 16.01 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 31.26 GiB │ 16.92 GiB │ │ │ │ │ │ │ pfv-tsys1 │ │ │ │ │ online │ │ │ │ 7h 12m 1s │ │ │ +└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘ + +############################################################################### +# 10. NETWORK: INTERFACES +############################################################################### + +--- ip -d link + $ ip -d link +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000 + bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:19.0 + altname enp0s25 + altname enx3417ebb3b12d +3: nic1: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500 + bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 3-8:2.0 +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 98.43 fdb_n_learned 97 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 102.31 fdb_n_learned 7 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +9: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 11 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000 + link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +13: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 15 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000 + link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +17: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 19 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000 + link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +29: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 31 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000 + link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +33: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 35 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8008 port_no 0x8 designated_port 32776 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000 + link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +37: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 39 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8009 port_no 0x9 designated_port 32777 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000 + link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +41: fwbr107i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 43 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000 + link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +45: fwbr107i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 88.82 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000 + link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +61: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 38.20 fdb_n_learned 91 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 63 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800a port_no 0xa designated_port 32778 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +69: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 3.99 fdb_n_learned 90 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 71 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800b port_no 0xb designated_port 32779 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +77: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 79 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800c port_no 0xc designated_port 32780 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 + link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + +--- ip -o link + $ ip -o link +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff\ altname enp0s25\ altname enx3417ebb3b12d +3: nic1: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff +7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff +8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff +9: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff +10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff +11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000\ link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff +12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff +13: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff +14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff +15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff +16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff +17: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff +18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff +19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000\ link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff +28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff +29: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff +30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff +31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000\ link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff +32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff +33: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff +34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff +35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000\ link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff +36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff +37: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff +38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff +39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000\ link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff +40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff +41: fwbr107i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff +42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff +43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000\ link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff +44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff +45: fwbr107i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff +46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff +47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000\ link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff +60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff +61: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff +62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff +63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff +68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff +69: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff +70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff +71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff +76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff +77: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff +78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff +79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff + +--- ip -o -4 addr + $ ip -o -4 addr +1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever +4: tailscale0 inet 100.121.189.98/32 scope global tailscale0\ valid_lft forever preferred_lft forever +5: vmbr0 inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 483sec preferred_lft 483sec +6: datanet inet 10.100.100.1/24 scope global datanet\ valid_lft forever preferred_lft forever + +--- ip -o -6 addr (link-local filter) + $ ip -o -6 addr +1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fd7a:115c:a1e0::713b:bd62/128 scope global \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fe80::79e:6df7:a707:9e92/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +5: vmbr0 inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +6: datanet inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever + +--- ip addr + $ ip addr +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP group default qlen 1000 + link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff + altname enp0s25 + altname enx3417ebb3b12d +3: nic1: mtu 1500 qdisc fq_codel master datanet state UP group default qlen 1000 + link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500 + link/none + inet 100.121.189.98/32 scope global tailscale0 + valid_lft forever preferred_lft forever + inet6 fd7a:115c:a1e0::713b:bd62/128 scope global + valid_lft forever preferred_lft forever + inet6 fe80::79e:6df7:a707:9e92/64 scope link stable-privacy proto kernel_ll + valid_lft forever preferred_lft forever +5: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff + inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0 + valid_lft 483sec preferred_lft 483sec + inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +6: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff + inet 10.100.100.1/24 scope global datanet + valid_lft forever preferred_lft forever + inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff +8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN group default qlen 1000 + link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff +9: fwbr101i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff +10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff +11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP group default qlen 1000 + link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff +12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN group default qlen 1000 + link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff +13: fwbr103i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff +14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff +15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP group default qlen 1000 + link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff +16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN group default qlen 1000 + link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff +17: fwbr104i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff +18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff +19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP group default qlen 1000 + link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff +28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN group default qlen 1000 + link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff +29: fwbr108i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff +30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff +31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP group default qlen 1000 + link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff +32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN group default qlen 1000 + link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff +33: fwbr114i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff +34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff +35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP group default qlen 1000 + link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff +36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN group default qlen 1000 + link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff +37: fwbr117i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff +38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff +39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP group default qlen 1000 + link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff +40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN group default qlen 1000 + link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff +41: fwbr107i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff +42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff +43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP group default qlen 1000 + link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff +44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN group default qlen 1000 + link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff +45: fwbr107i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff +46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff +47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP group default qlen 1000 + link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff +60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN group default qlen 1000 + link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff +61: fwbr109i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff +62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff +63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP group default qlen 1000 + link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff +68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN group default qlen 1000 + link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff +69: fwbr105i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff +70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff +71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP group default qlen 1000 + link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff +76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN group default qlen 1000 + link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff +77: fwbr106i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff +78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff +79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP group default qlen 1000 + link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff + +--- ip route + $ ip route +default via 192.168.3.254 dev vmbr0 +10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.1 +192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.11 + +--- ip rule + $ ip rule +0: from all lookup local +5210: from all fwmark 0x80000/0xff0000 lookup main +5230: from all fwmark 0x80000/0xff0000 lookup default +5250: from all fwmark 0x80000/0xff0000 unreachable +5270: from all lookup 52 +32766: from all lookup main +32767: from all lookup default + +--- ip -s -s link (counters/errors) + $ ip -s -s link +1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 + link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 + RX: bytes packets errors dropped missed mcast + 15200669 111463 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 15200669 111463 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 58888851332 45947905 0 863 176 661727 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1173655996 5326651 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enp0s25 + altname enx3417ebb3b12d +3: nic1: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 8831031361 15090959 0 862 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 56951964663 39898500 0 31 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 52401608715 5638396 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 292938345 3628636 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 56292616970 6905883 0 0 0 582041 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 627268157 3741479 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 8817857649 15077598 0 0 0 21974 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 54575734695 3910064 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +7: tap100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 30319907 179763 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 222388882 1218544 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +8: tap101i0: mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 12442811 63444 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 118166671 982535 0 2334 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +9: fwbr101i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 75833009 876424 0 1017 0 565958 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +10: fwpr101p0@fwln101i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 12442811 63444 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 118424605 984902 0 15563 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +11: fwln101i0@fwpr101p0: mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000 + link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 118424605 984902 0 15563 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 12442811 63444 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +12: tap103i0: mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1323012 9292 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 89405146 881590 0 6981 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +13: fwbr103i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 75818830 876302 0 1017 0 565894 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +14: fwpr103p0@fwln103i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1323012 9292 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 90126220 888604 0 15542 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +15: fwln103i0@fwpr103p0: mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000 + link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 90126220 888604 0 15542 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1323012 9292 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +16: tap104i0: mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 26382487 130869 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 137667679 1062743 0 5421 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +17: fwbr104i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 75802974 876127 0 1016 0 565781 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +18: fwpr104p0@fwln104i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 26382487 130869 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 138238626 1068197 0 15546 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +19: fwln104i0@fwpr104p0: mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000 + link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 138238626 1068197 0 15546 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 26382487 130869 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +28: tap108i0: mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 22234096 107965 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 130037442 1019455 0 7939 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +29: fwbr108i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 75756797 875656 0 1016 0 565492 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +30: fwpr108p0@fwln108i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 22234096 107965 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 130866887 1026788 0 15563 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +31: fwln108i0@fwpr108p0: mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000 + link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 130866887 1026788 0 15563 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 22234096 107965 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +32: tap114i0: mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 60 1 0 877435 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +33: fwbr114i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 75722495 875299 0 1016 0 565217 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +34: fwpr114p0@fwln114i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 88490069 878467 0 15538 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +35: fwln114i0@fwpr114p0: mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000 + link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 88490069 878467 0 15538 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +36: tap117i0: mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1266774 7753 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 88999207 880577 0 4758 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +37: fwbr117i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 75703500 875143 0 1016 0 565121 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +38: fwpr117p0@fwln117i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1266774 7753 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 89492923 885368 0 15538 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +39: fwln117i0@fwpr117p0: mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000 + link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 89492923 885368 0 15538 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1266774 7753 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +40: tap107i0: mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 12801869 63426 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 117085526 973901 0 314 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +41: fwbr107i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 74846172 866103 0 1003 0 558963 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +42: fwpr107p0@fwln107i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 12801869 63426 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 117127866 974215 0 15565 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +43: fwln107i0@fwpr107p0: mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000 + link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 117127866 974215 0 15565 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 12801869 63426 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +44: tap107i1: mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 60 1 0 22665 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +45: fwbr107i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1875089 23082 0 0 0 21753 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +46: fwpr107p1@fwln107i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2254449 23713 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +47: fwln107i1@fwpr107p1: mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000 + link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 2254449 23713 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +60: tap109i0: mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 396610081 878842 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 405514604 1306779 0 544 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +61: fwbr109i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 43292110 510091 0 586 0 323122 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +62: fwpr109p0@fwln109i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 396610081 878842 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 405562225 1307323 0 11129 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +63: fwln109i0@fwpr109p0: mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 405562225 1307323 0 11129 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 396610081 878842 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +68: tap105i0: mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 46693517 138105 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 159312399 531025 0 2275 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +69: fwbr105i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 30873979 368463 0 418 0 230984 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +70: fwpr105p0@fwln105i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 46693517 138105 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 159544397 533300 0 8778 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +71: fwln105i0@fwpr105p0: mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 159544397 533300 0 8778 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 46693517 138105 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +76: tap106i0: mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 4601295 24787 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 45789730 386004 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +77: fwbr106i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 28580810 341966 0 391 0 213408 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +78: fwpr106p0@fwln106i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 4601295 24787 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 45789730 386004 0 8099 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +79: fwln106i0@fwpr106p0: mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000 + link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 45789730 386004 0 8099 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 4601295 24787 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + +--- ip neigh + $ ip neigh +192.168.1.164 dev vmbr0 FAILED +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 STALE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 STALE +192.168.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +192.168.1.45 dev vmbr0 FAILED +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 STALE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +192.168.3.135 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE +192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE +fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE +fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE + +--- /proc/net/dev (counters) + $ cat /proc/net/dev +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 15200669 111463 0 0 0 0 0 0 15200669 111463 0 0 0 0 0 0 + nic0: 58888851332 45947905 0 1039 0 0 0 661727 1173655996 5326651 0 0 0 0 0 0 + nic1: 8831031361 15090959 0 862 0 0 0 0 56951964663 39898500 0 31 0 0 0 0 +tailscale0: 52401608715 5638396 0 0 0 0 0 0 292938345 3628636 0 0 0 0 0 0 + vmbr0: 56292616970 6905883 0 0 0 0 0 582041 627268157 3741479 0 0 0 0 0 0 +datanet: 8817857649 15077598 0 0 0 0 0 21974 54575734695 3910064 0 0 0 0 0 0 +tap100i0: 30319907 179763 0 0 0 0 0 0 222388882 1218544 0 0 0 0 0 0 +tap101i0: 12442811 63444 0 0 0 0 0 0 118166671 982535 0 2334 0 0 0 0 +fwbr101i0: 75833009 876424 0 1017 0 0 0 565958 0 0 0 0 0 0 0 0 +fwpr101p0: 12442811 63444 0 0 0 0 0 0 118424605 984902 0 15563 0 0 0 0 +fwln101i0: 118424605 984902 0 15563 0 0 0 0 12442811 63444 0 0 0 0 0 0 +tap103i0: 1323012 9292 0 0 0 0 0 0 89405146 881590 0 6981 0 0 0 0 +fwbr103i0: 75818830 876302 0 1017 0 0 0 565894 0 0 0 0 0 0 0 0 +fwpr103p0: 1323012 9292 0 0 0 0 0 0 90126220 888604 0 15542 0 0 0 0 +fwln103i0: 90126220 888604 0 15542 0 0 0 0 1323012 9292 0 0 0 0 0 0 +tap104i0: 26382487 130869 0 0 0 0 0 0 137667679 1062743 0 5421 0 0 0 0 +fwbr104i0: 75802974 876127 0 1016 0 0 0 565781 0 0 0 0 0 0 0 0 +fwpr104p0: 26382487 130869 0 0 0 0 0 0 138238626 1068197 0 15546 0 0 0 0 +fwln104i0: 138238626 1068197 0 15546 0 0 0 0 26382487 130869 0 0 0 0 0 0 +tap108i0: 22234096 107965 0 0 0 0 0 0 130037442 1019455 0 7939 0 0 0 0 +fwbr108i0: 75756797 875656 0 1016 0 0 0 565492 0 0 0 0 0 0 0 0 +fwpr108p0: 22234096 107965 0 0 0 0 0 0 130866887 1026788 0 15563 0 0 0 0 +fwln108i0: 130866887 1026788 0 15563 0 0 0 0 22234096 107965 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 60 1 0 877435 0 0 0 0 +fwbr114i0: 75722495 875299 0 1016 0 0 0 565217 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 88490069 878467 0 15538 0 0 0 0 +fwln114i0: 88490069 878467 0 15538 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 1266774 7753 0 0 0 0 0 0 88999207 880577 0 4758 0 0 0 0 +fwbr117i0: 75703500 875143 0 1016 0 0 0 565121 0 0 0 0 0 0 0 0 +fwpr117p0: 1266774 7753 0 0 0 0 0 0 89492923 885368 0 15538 0 0 0 0 +fwln117i0: 89492923 885368 0 15538 0 0 0 0 1266774 7753 0 0 0 0 0 0 +tap107i0: 12801869 63426 0 0 0 0 0 0 117085526 973901 0 314 0 0 0 0 +fwbr107i0: 74846172 866103 0 1003 0 0 0 558963 0 0 0 0 0 0 0 0 +fwpr107p0: 12801869 63426 0 0 0 0 0 0 117127866 974215 0 15565 0 0 0 0 +fwln107i0: 117127866 974215 0 15565 0 0 0 0 12801869 63426 0 0 0 0 0 0 +tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22665 0 0 0 0 +fwbr107i1: 1875089 23082 0 0 0 0 0 21753 0 0 0 0 0 0 0 0 +fwpr107p1: 0 0 0 0 0 0 0 0 2254449 23713 0 0 0 0 0 0 +fwln107i1: 2254449 23713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap109i0: 396610081 878842 0 0 0 0 0 0 405514604 1306779 0 544 0 0 0 0 +fwbr109i0: 43292110 510091 0 586 0 0 0 323122 0 0 0 0 0 0 0 0 +fwpr109p0: 396610081 878842 0 0 0 0 0 0 405562225 1307323 0 11129 0 0 0 0 +fwln109i0: 405562225 1307323 0 11129 0 0 0 0 396610081 878842 0 0 0 0 0 0 +tap105i0: 46693517 138105 0 0 0 0 0 0 159312399 531025 0 2275 0 0 0 0 +fwbr105i0: 30873979 368463 0 418 0 0 0 230984 0 0 0 0 0 0 0 0 +fwpr105p0: 46693517 138105 0 0 0 0 0 0 159544397 533300 0 8778 0 0 0 0 +fwln105i0: 159544397 533300 0 8778 0 0 0 0 46693517 138105 0 0 0 0 0 0 +tap106i0: 4601295 24787 0 0 0 0 0 0 45789730 386004 0 0 0 0 0 0 +fwbr106i0: 28580810 341966 0 391 0 0 0 213408 0 0 0 0 0 0 0 0 +fwpr106p0: 4601295 24787 0 0 0 0 0 0 45789730 386004 0 8099 0 0 0 0 +fwln106i0: 45789730 386004 0 8099 0 0 0 0 4601295 24787 0 0 0 0 0 0 + +--- ip -6 route (brief) + $ ip -6 route +fd7a:115c:a1e0::713b:bd62 dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev vmbr0 proto kernel metric 256 pref medium +fe80::/64 dev datanet proto kernel metric 256 pref medium + +--- sysfs interface attributes + $ for ifc in $NETIFS; do + d="/sys/class/net/$ifc" + [ -d "$d" ] || continue + printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \ + "$ifc" \ + "$(cat "$d/speed" 2>/dev/null)" \ + "$(cat "$d/duplex" 2>/dev/null)" \ + "$(cat "$d/mtu" 2>/dev/null)" \ + "$(cat "$d/carrier" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/type" 2>/dev/null)" +done +datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr101i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr103i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr104i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr105i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr106i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr107i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr107i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr108i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr109i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr114i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr117i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln104i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln107i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln117i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr101p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr103p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr104p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr105p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr106p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr107p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr107p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr108p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr109p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr114p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr117p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +nic1 speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap104i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap107i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap117i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 + +--- ethtool per-interface deep dump + $ for ifc in $NETIFS; do + [ -e "/sys/class/net/$ifc" ] || continue + echo "" + echo "----- ethtool: $ifc -----" + echo "[driver/version/firmware/bus-info -i]" + ethtool -i "$ifc" 2>&1 + echo "[settings - speed/duplex/autoneg/port]" + ethtool "$ifc" 2>&1 + echo "[channels -l (RX/TX/combined queue counts)]" + ethtool -l "$ifc" 2>&1 + echo "[coalesce -c (interrupt moderation)]" + ethtool -c "$ifc" 2>&1 + echo "[ring -g (descriptor counts)]" + ethtool -g "$ifc" 2>&1 + echo "[pause / flow-control -a]" + ethtool -a "$ifc" 2>&1 + echo "[offload features -k]" + ethtool -k "$ifc" 2>&1 + echo "[private flags --show-priv-flags]" + ethtool --show-priv-flags "$ifc" 2>&1 + echo "[ntuple/RSS -n]" + ethtool -n "$ifc" 2>&1 | head -n 40 + echo "[SFP/DOM transceiver -m]" + ethtool -m "$ifc" 2>&1 + echo "[statistics -S (key error/drop counters only)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'drop|discard|error|crc|miss|pause|fifo|no_buff|rx_no_|_err|fw_|_bad|oversiz|undersize|frag|jabber|length_err|alignment' \ + | head -n 60 + echo "[statistics -S (throughput counters)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'rx_(octets|bytes|packets)|tx_(octets|bytes|packets)|rx_(unicast|multicast|broadcast)|tx_(unicast|multicast|broadcast)' \ + | head -n 30 +done + +----- ethtool: datanet ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for datanet: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for datanet: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr101i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr101i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr101i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr103i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr103i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr103i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr104i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr104i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr104i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr105i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr105i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr105i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr106i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr106i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr106i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr107i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr107i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr107i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr107i1 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr107i1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr107i1: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr108i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr108i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr108i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr109i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr109i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr109i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr114i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr114i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr114i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr117i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr117i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr117i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwln101i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln101i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln101i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln101i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln103i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln103i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln103i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln103i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln104i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln104i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln104i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln104i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln105i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln105i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln105i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln105i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln106i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln106i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln106i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln106i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln107i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln107i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln107i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln107i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln107i1 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln107i1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln107i1: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln107i1: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln108i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln108i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln108i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln108i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln109i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln109i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln109i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln109i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln114i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln114i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln114i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln114i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwln117i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln117i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln117i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln117i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr101p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr101p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr101p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr101p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr103p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr103p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr103p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr103p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr104p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr104p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr104p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr104p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr105p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr105p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr105p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr105p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr106p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr106p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr106p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr106p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr107p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr107p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr107p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr107p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr107p1 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr107p1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr107p1: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr107p1: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr108p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr108p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr108p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr108p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr109p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr109p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr109p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr109p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr114p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr114p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr114p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr114p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr117p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr117p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr117p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr117p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: nic0 ----- +[driver/version/firmware/bus-info -i] +driver: e1000e +version: 6.17.2-1-pve +firmware-version: 0.13-4 +expansion-rom-version: +bus-info: 0000:00:19.0 +supports-statistics: yes +supports-test: yes +supports-eeprom-access: yes +supports-register-dump: yes +supports-priv-flags: yes +[settings - speed/duplex/autoneg/port] +Settings for nic0: + Supported ports: [ TP ] + Supported link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Supported pause frame use: Symmetric Receive-only + Supports auto-negotiation: Yes + Supported FEC modes: Not reported + Advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Advertised pause frame use: Symmetric Receive-only + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: on (auto) + Supports Wake-on: pumbg + Wake-on: g + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 3 +rx-frames: n/a +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +Ring parameters for nic0: +Pre-set maximums: +RX: 4096 +RX Mini: n/a +RX Jumbo: n/a +TX: 4096 +TX push buff len: n/a +Current hardware settings: +RX: 256 +RX Mini: n/a +RX Jumbo: n/a +TX: 256 +RX Buf Len: n/a +CQE Size: n/a +TX Push: off +RX Push: off +TX push buff len: n/a +TCP data split: n/a +[pause / flow-control -a] +Pause parameters for nic0: +Autonegotiate: on +RX: off +TX: off +RX negotiated: off +TX negotiated: off + +[offload features -k] +Features for nic0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: on +highdma: on [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off +rx-all: off +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +Private flags for nic0: +s0ix-enabled: off +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_errors: 0 + tx_errors: 0 + tx_dropped: 0 + rx_length_errors: 0 + rx_over_errors: 0 + rx_crc_errors: 0 + rx_frame_errors: 0 + rx_no_buffer_count: 151 + rx_missed_errors: 176 + tx_aborted_errors: 0 + tx_carrier_errors: 0 + tx_fifo_errors: 0 + tx_heartbeat_errors: 0 + tx_window_errors: 0 + rx_long_length_errors: 0 + rx_short_length_errors: 0 + rx_align_errors: 0 + rx_csum_offload_errors: 3 + dropped_smbus: 0 + uncorr_ecc_errors: 0 + corr_ecc_errors: 0 +[statistics -S (throughput counters)] + rx_packets: 45948140 + tx_packets: 5326829 + rx_bytes: 58888900263 + tx_bytes: 1173691373 + rx_broadcast: 306608 + tx_broadcast: 4205 + rx_multicast: 661733 + tx_multicast: 24605 + +----- ethtool: nic1 ----- +[driver/version/firmware/bus-info -i] +driver: cdc_ncm +version: 6.17.2-1-pve +firmware-version: CDC NCM (NO ZLP) +expansion-rom-version: +bus-info: usb-0000:00:14.0-8 +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for nic1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: Unknown! + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for nic1: +rx-checksumming: off [fixed] +tx-checksumming: off + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: off [fixed] + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [fixed] + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [fixed] + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off [fixed] + tx-tcp6-segmentation: off [fixed] + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: off [fixed] +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap100i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap100i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap100i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap100i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap100i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap101i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap101i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap101i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap101i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap101i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap103i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap103i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap103i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap103i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap103i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap104i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap104i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap104i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap104i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap104i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap105i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap105i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap105i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap105i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap105i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap106i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap106i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap106i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap106i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap106i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap107i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap107i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap107i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap107i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap107i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap107i1 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap107i1: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap107i1: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap107i1: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap107i1: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap108i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap108i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap108i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap108i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap108i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap109i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap109i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap109i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap109i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap109i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap114i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap114i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap114i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap114i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap114i0: +rx-checksumming: off [fixed] +tx-checksumming: off + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: off + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: off + tx-tcp-segmentation: off + tx-tcp-ecn-segmentation: off + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: off + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap117i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap117i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap117i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap117i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap117i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: vmbr0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for vmbr0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for vmbr0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +############################################################################### +# 11. NETWORK: BRIDGES / BONDS / VLANS +############################################################################### + +--- bridge link + $ bridge link +2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 +3: nic1: mtu 1500 master datanet state forwarding priority 32 cost 100 +7: tap100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +8: tap101i0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 +10: fwpr101p0@fwln101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +11: fwln101i0@fwpr101p0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 +12: tap103i0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 +14: fwpr103p0@fwln103i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +15: fwln103i0@fwpr103p0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 +16: tap104i0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 +18: fwpr104p0@fwln104i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +19: fwln104i0@fwpr104p0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 +28: tap108i0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 +30: fwpr108p0@fwln108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +31: fwln108i0@fwpr108p0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 +32: tap114i0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 +34: fwpr114p0@fwln114i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +35: fwln114i0@fwpr114p0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 +36: tap117i0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 +38: fwpr117p0@fwln117i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +39: fwln117i0@fwpr117p0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 +40: tap107i0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 +42: fwpr107p0@fwln107i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +43: fwln107i0@fwpr107p0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 +44: tap107i1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 +46: fwpr107p1@fwln107i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +47: fwln107i1@fwpr107p1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 +60: tap109i0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 +62: fwpr109p0@fwln109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +63: fwln109i0@fwpr109p0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 +68: tap105i0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 +70: fwpr105p0@fwln105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +71: fwln105i0@fwpr105p0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 +76: tap106i0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 +78: fwpr106p0@fwln106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +79: fwln106i0@fwpr106p0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 + +--- bridge -d link + $ bridge -d link +2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 110 mcast_max_groups 0 +3: nic1: mtu 1500 master datanet state forwarding priority 32 cost 100 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +7: tap100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 10 mcast_max_groups 0 +8: tap101i0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +10: fwpr101p0@fwln101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +11: fwln101i0@fwpr101p0: mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +12: tap103i0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +14: fwpr103p0@fwln103i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +15: fwln103i0@fwpr103p0: mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 +16: tap104i0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +18: fwpr104p0@fwln104i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +19: fwln104i0@fwpr104p0: mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +28: tap108i0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +30: fwpr108p0@fwln108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +31: fwln108i0@fwpr108p0: mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 +32: tap114i0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +34: fwpr114p0@fwln114i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +35: fwln114i0@fwpr114p0: mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 +36: tap117i0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +38: fwpr117p0@fwln117i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +39: fwln117i0@fwpr117p0: mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +40: tap107i0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +42: fwpr107p0@fwln107i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +43: fwln107i0@fwpr107p0: mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +44: tap107i1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +46: fwpr107p1@fwln107i1: mtu 1500 master datanet state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +47: fwln107i1@fwpr107p1: mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +60: tap109i0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 6 mcast_max_groups 0 +62: fwpr109p0@fwln109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 6 mcast_max_groups 0 +63: fwln109i0@fwpr109p0: mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +68: tap105i0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +70: fwpr105p0@fwln105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +71: fwln105i0@fwpr105p0: mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 +76: tap106i0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +78: fwpr106p0@fwln106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +79: fwln106i0@fwpr106p0: mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 + +--- bridge vlan + $ bridge vlan +port vlan-id +nic0 1 PVID Egress Untagged +nic1 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap100i0 1 PVID Egress Untagged +tap101i0 1 PVID Egress Untagged +fwbr101i0 1 PVID Egress Untagged +fwpr101p0 1 PVID Egress Untagged +fwln101i0 1 PVID Egress Untagged +tap103i0 1 PVID Egress Untagged +fwbr103i0 1 PVID Egress Untagged +fwpr103p0 1 PVID Egress Untagged +fwln103i0 1 PVID Egress Untagged +tap104i0 1 PVID Egress Untagged +fwbr104i0 1 PVID Egress Untagged +fwpr104p0 1 PVID Egress Untagged +fwln104i0 1 PVID Egress Untagged +tap108i0 1 PVID Egress Untagged +fwbr108i0 1 PVID Egress Untagged +fwpr108p0 1 PVID Egress Untagged +fwln108i0 1 PVID Egress Untagged +tap114i0 1 PVID Egress Untagged +fwbr114i0 1 PVID Egress Untagged +fwpr114p0 1 PVID Egress Untagged +fwln114i0 1 PVID Egress Untagged +tap117i0 1 PVID Egress Untagged +fwbr117i0 1 PVID Egress Untagged +fwpr117p0 1 PVID Egress Untagged +fwln117i0 1 PVID Egress Untagged +tap107i0 1 PVID Egress Untagged +fwbr107i0 1 PVID Egress Untagged +fwpr107p0 1 PVID Egress Untagged +fwln107i0 1 PVID Egress Untagged +tap107i1 1 PVID Egress Untagged +fwbr107i1 1 PVID Egress Untagged +fwpr107p1 1 PVID Egress Untagged +fwln107i1 1 PVID Egress Untagged +tap109i0 1 PVID Egress Untagged +fwbr109i0 1 PVID Egress Untagged +fwpr109p0 1 PVID Egress Untagged +fwln109i0 1 PVID Egress Untagged +tap105i0 1 PVID Egress Untagged +fwbr105i0 1 PVID Egress Untagged +fwpr105p0 1 PVID Egress Untagged +fwln105i0 1 PVID Egress Untagged +tap106i0 1 PVID Egress Untagged +fwbr106i0 1 PVID Egress Untagged +fwpr106p0 1 PVID Egress Untagged +fwln106i0 1 PVID Egress Untagged + +--- bridge vlan show + $ bridge vlan show +port vlan-id +nic0 1 PVID Egress Untagged +nic1 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap100i0 1 PVID Egress Untagged +tap101i0 1 PVID Egress Untagged +fwbr101i0 1 PVID Egress Untagged +fwpr101p0 1 PVID Egress Untagged +fwln101i0 1 PVID Egress Untagged +tap103i0 1 PVID Egress Untagged +fwbr103i0 1 PVID Egress Untagged +fwpr103p0 1 PVID Egress Untagged +fwln103i0 1 PVID Egress Untagged +tap104i0 1 PVID Egress Untagged +fwbr104i0 1 PVID Egress Untagged +fwpr104p0 1 PVID Egress Untagged +fwln104i0 1 PVID Egress Untagged +tap108i0 1 PVID Egress Untagged +fwbr108i0 1 PVID Egress Untagged +fwpr108p0 1 PVID Egress Untagged +fwln108i0 1 PVID Egress Untagged +tap114i0 1 PVID Egress Untagged +fwbr114i0 1 PVID Egress Untagged +fwpr114p0 1 PVID Egress Untagged +fwln114i0 1 PVID Egress Untagged +tap117i0 1 PVID Egress Untagged +fwbr117i0 1 PVID Egress Untagged +fwpr117p0 1 PVID Egress Untagged +fwln117i0 1 PVID Egress Untagged +tap107i0 1 PVID Egress Untagged +fwbr107i0 1 PVID Egress Untagged +fwpr107p0 1 PVID Egress Untagged +fwln107i0 1 PVID Egress Untagged +tap107i1 1 PVID Egress Untagged +fwbr107i1 1 PVID Egress Untagged +fwpr107p1 1 PVID Egress Untagged +fwln107i1 1 PVID Egress Untagged +tap109i0 1 PVID Egress Untagged +fwbr109i0 1 PVID Egress Untagged +fwpr109p0 1 PVID Egress Untagged +fwln109i0 1 PVID Egress Untagged +tap105i0 1 PVID Egress Untagged +fwbr105i0 1 PVID Egress Untagged +fwpr105p0 1 PVID Egress Untagged +fwln105i0 1 PVID Egress Untagged +tap106i0 1 PVID Egress Untagged +fwbr106i0 1 PVID Egress Untagged +fwpr106p0 1 PVID Egress Untagged +fwln106i0 1 PVID Egress Untagged + +--- brctl show + $ brctl show +bridge name bridge id STP enabled interfaces +datanet 8000.8cae4ccda62d no fwpr107p1 + nic1 +fwbr101i0 8000.8269789d931c no fwln101i0 + tap101i0 +fwbr103i0 8000.f657b02ab74d no fwln103i0 + tap103i0 +fwbr104i0 8000.e6dcbaca04e5 no fwln104i0 + tap104i0 +fwbr105i0 8000.6ee2a6d1aea5 no fwln105i0 + tap105i0 +fwbr106i0 8000.267a93233025 no fwln106i0 + tap106i0 +fwbr107i0 8000.7e56d618c5c4 no fwln107i0 + tap107i0 +fwbr107i1 8000.d6ec0ca0f310 no fwln107i1 + tap107i1 +fwbr108i0 8000.ea953505b335 no fwln108i0 + tap108i0 +fwbr109i0 8000.6eb12d0cc831 no fwln109i0 + tap109i0 +fwbr114i0 8000.36dc4525b837 no fwln114i0 + tap114i0 +fwbr117i0 8000.7ec3db7a948d no fwln117i0 + tap117i0 +vmbr0 8000.3417ebb3b12d no fwpr101p0 + fwpr103p0 + fwpr104p0 + fwpr105p0 + fwpr106p0 + fwpr107p0 + fwpr108p0 + fwpr109p0 + fwpr114p0 + fwpr117p0 + nic0 + tap100i0 + +--- bonding state + [missing: /proc/net/bonding/bond*] + +--- vlan config + $ cat /proc/net/vlan/config +cat: /proc/net/vlan/config: No such file or directory + [exit=1 / not installed or not permitted] + +--- /proc/net/vlan + [missing: /proc/net/vlan] + +--- /etc/network/interfaces + --- /etc/network/interfaces --- +auto lo +iface lo inet loopback + +iface nic0 inet manual + +auto vmbr0 +iface vmbr0 inet dhcp + bridge-ports nic0 + bridge-stp off + bridge-fd 0 + +iface nic1 inet manual + +#### Data network +auto datanet +iface datanet inet static + address 10.100.100.1 + netmask 255.255.255.0 + #bridge-ports enx8cae4ccda62d + bridge-ports nic1 + bridge-stp off + bridge-fd 0 + + + +source /etc/network/interfaces.d/* + +--- interfaces.d (per file) + $ for f in /etc/network/interfaces.d/*; do + [ -r "$f" ] || continue + echo "--- $f ---" + cat "$f" +done + +############################################################################### +# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET +############################################################################### + +--- /proc/interrupts + $ cat /proc/interrupts + CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 + 0: 25 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 8: 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 + 9: 0 2303 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 16: 0 0 0 0 0 0 0 29 IR-IO-APIC 16-fasteoi ehci_hcd:usb1 + 18: 0 0 0 0 0 0 16 0 IR-IO-APIC 18-fasteoi i801_smbus + 23: 35 0 0 0 0 0 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb2 + 24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 + 25: 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 + 26: 0 0 0 0 0 136423 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] + 27: 0 7568533 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 + 28: 0 0 8495707 0 0 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 36: 0 0 26 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me + 37: 0 0 0 272 0 0 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card0 + 38: 0 0 0 0 13796 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 39: 0 0 0 0 0 87 0 0 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card1 +NMI: 172 180 187 161 151 155 156 153 Non-maskable interrupts +LOC: 23575740 22586700 24344405 21993696 21859411 22100386 22747641 22200992 Local timer interrupts +SPU: 0 0 0 0 0 0 0 0 Spurious interrupts +PMI: 172 180 187 161 151 155 156 153 Performance monitoring interrupts +IWI: 1900 12827 3272 8251 1221 5411 2565 7963 IRQ work interrupts +RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries +RES: 718150 569899 633289 692532 682923 695083 711117 760497 Rescheduling interrupts +CAL: 1872632 1790558 1616435 1334375 1250829 1290865 1258875 1255466 Function call interrupts +TLB: 15170 15572 15305 14358 13787 14552 14936 15577 TLB shootdowns +TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts +THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts +DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts +MCE: 0 0 0 0 0 0 0 0 Machine check exceptions +MCP: 80 81 81 81 81 81 81 81 Machine check polls +ERR: 1 +MIS: 0 +PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event +NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event +PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event + +--- NIC IRQ affinities (which CPUs handle which queue) + $ for ifc in $NETIFS; do + [ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue + echo "=== $ifc IRQ list (first 40) ===" + ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40 +done +=== nic0 IRQ list (first 40) === +27 + +--- RPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr103i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr104i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr105i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr106i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr107i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr107i1/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr108i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr109i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr114i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr117i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln103i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln104i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln105i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln106i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln107i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln107i1/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln108i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln109i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln114i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln117i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr101p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr103p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr104p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr105p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr106p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr107p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr107p1/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr108p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr109p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr114p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr117p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/lo/queues/rx-0/rps_cpus = 00 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 00 + /sys/class/net/nic1/queues/rx-0/rps_cpus = 00 + /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap100i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap103i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap104i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap105i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap106i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap107i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap107i1/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap108i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap109i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap114i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap117i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 00 + +--- XPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 +cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr101i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr103i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr104i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr105i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr106i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr107i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr107i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr108i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr109i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr114i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr117i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/nic0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/nic1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap100i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap101i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap103i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap104i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap105i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap106i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap107i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap107i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap108i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap109i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap114i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap117i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory + /sys/class/net/datanet/queues/tx-0/xps_cpus = + /sys/class/net/fwbr101i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr103i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr104i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr105i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr106i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr107i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr107i1/queues/tx-0/xps_cpus = + /sys/class/net/fwbr108i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr109i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr114i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr117i0/queues/tx-0/xps_cpus = + /sys/class/net/fwln101i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln103i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln104i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln105i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln106i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln107i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln107i1/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln108i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln109i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln114i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln117i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr101p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr103p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr104p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr105p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr106p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr107p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr107p1/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr108p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr109p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr114p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr117p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/lo/queues/tx-0/xps_cpus = + /sys/class/net/nic0/queues/tx-0/xps_cpus = + /sys/class/net/nic1/queues/tx-0/xps_cpus = + /sys/class/net/tailscale0/queues/tx-0/xps_cpus = + /sys/class/net/tap100i0/queues/tx-0/xps_cpus = + /sys/class/net/tap101i0/queues/tx-0/xps_cpus = + /sys/class/net/tap103i0/queues/tx-0/xps_cpus = + /sys/class/net/tap104i0/queues/tx-0/xps_cpus = + /sys/class/net/tap105i0/queues/tx-0/xps_cpus = + /sys/class/net/tap106i0/queues/tx-0/xps_cpus = + /sys/class/net/tap107i0/queues/tx-0/xps_cpus = + /sys/class/net/tap107i1/queues/tx-0/xps_cpus = + /sys/class/net/tap108i0/queues/tx-0/xps_cpus = + /sys/class/net/tap109i0/queues/tx-0/xps_cpus = + /sys/class/net/tap114i0/queues/tx-0/xps_cpus = + /sys/class/net/tap117i0/queues/tx-0/xps_cpus = + /sys/class/net/vmbr0/queues/tx-0/xps_cpus = + +--- RFS flow counts + $ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do + [ -e "$q" ] || continue + printf ' %s = %s\n' "$q" "$(cat "$q")" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr103i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr104i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr105i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr106i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr107i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr107i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr108i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr109i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr114i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr117i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln103i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln104i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln105i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln106i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln107i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln107i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln108i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln109i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln114i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln117i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr101p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr103p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr104p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr105p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr106p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr107p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr107p1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr108p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr109p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr114p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr117p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap100i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap103i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap104i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap105i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap106i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap107i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap107i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap108i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap109i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap114i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap117i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 + +--- /proc/net/softnet_stat (drops/backlog) + $ cat /proc/net/softnet_stat +000f9366 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +01fed7ff 000223e2 00000b66 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +01dee583 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +001126b6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0010841a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00116a1c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00108a72 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +000faeb9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 + +--- softnet_stat decoded + $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT +awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", + NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat +cpu0 total=000f9366 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=01fed855 dropped=000223e2 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=01dee58d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=001126b6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0010841a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00116a1c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00108a7a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=000faebb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 + +--- netstat drop counters (significant ones) + $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ +netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 +SctpAborteds 0 0.0 +SctpT3Retransmits 0 0.0 +SctpPmtudRetransmits 0 0.0 +SctpFastRetransmits 0 0.0 +IpReasmFails 0 0.0 +IpFragFails 0 0.0 +TcpAttemptFails 2 0.0 +TcpRetransSegs 16678 0.0 +TcpInErrs 0 0.0 +Ip6ReasmFails 0 0.0 +Ip6FragFails 0 0.0 +TcpExtSyncookiesFailed 1 0.0 +TcpExtEmbryonicRsts 0 0.0 +TcpExtLockDroppedIcmps 0 0.0 +TcpExtListenOverflows 0 0.0 +TcpExtListenDrops 0 0.0 +TcpExtTCPLossUndo 2 0.0 +TcpExtTCPLostRetransmit 311 0.0 +TcpExtTCPRenoFailures 0 0.0 +TcpExtTCPSackFailures 0 0.0 +TcpExtTCPLossFailures 53 0.0 +TcpExtTCPFastRetrans 2702 0.0 +TcpExtTCPSlowStartRetrans 233 0.0 +TcpExtTCPLossProbes 18366 0.0 +TcpExtTCPLossProbeRecovery 36 0.0 +TcpExtTCPRenoRecoveryFail 0 0.0 +TcpExtTCPSackRecoveryFail 73 0.0 +TcpExtTCPAbortOnData 365 0.0 +TcpExtTCPAbortOnClose 0 0.0 +TcpExtTCPAbortOnMemory 0 0.0 +TcpExtTCPAbortOnTimeout 2 0.0 +TcpExtTCPAbortOnLinger 0 0.0 +TcpExtTCPAbortFailed 0 0.0 +TcpExtTCPMD5Failure 0 0.0 +TcpExtTCPBacklogDrop 0 0.0 +TcpExtPFMemallocDrop 0 0.0 +TcpExtTCPMinTTLDrop 0 0.0 +TcpExtTCPDeferAcceptDrop 0 0.0 +TcpExtTCPTimeWaitOverflow 0 0.0 +TcpExtTCPReqQFullDrop 0 0.0 +TcpExtTCPRetransFail 0 0.0 +TcpExtTCPOFODrop 0 0.0 +TcpExtTCPFastOpenActiveFail 0 0.0 +TcpExtTCPFastOpenPassiveFail 0 0.0 +TcpExtTCPFastOpenListenOverflow 0 0.0 +TcpExtTCPSynRetrans 102 0.0 +TcpExtTCPMTUPFail 0 0.0 +TcpExtTCPZeroWindowDrop 0 0.0 +TcpExtTCPRcvQDrop 0 0.0 +TcpExtTCPMigrateReqFailure 0 0.0 +TcpExtTCPAODroppedIcmps 0 0.0 +MPTcpExtMPCapableSYNTXDrop 0 0.0 +MPTcpExtMPTCPRetrans 0 0.0 +MPTcpExtMPJoinSynAckHMacFailure 0 0.0 +MPTcpExtMPJoinAckHMacFailure 0 0.0 +MPTcpExtAddAddrTxDrop 0 0.0 +MPTcpExtEchoAddTxDrop 0 0.0 +MPTcpExtAddAddrDrop 0 0.0 +MPTcpExtRmAddrDrop 0 0.0 +MPTcpExtRmAddrTxDrop 0 0.0 +MPTcpExtMPFailTx 0 0.0 +MPTcpExtMPFailRx 0 0.0 +MPTcpExtFallbackFailed 0 0.0 + +############################################################################### +# 13. NETWORK: SOCKET / TCP STATE +############################################################################### + +--- ss -s + $ ss -s +Total: 431 +TCP: 111 (estab 6, closed 87, orphaned 0, timewait 85) + +Transport Total IP IPv6 +RAW 0 0 0 +UDP 7 4 3 +TCP 24 14 10 +INET 31 18 13 +FRAG 0 0 0 + + +--- ss -t -m (top TCP with skmem/cwnd/rto) + $ ss -tno state established ( dport != :22 and sport != :22 ) -m +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 192.168.3.11:57968 209.177.156.94:443 timer:(keepalive,1.392sec,0) + skmem:(r0,rb262438,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 192.168.3.11:46718 192.200.0.107:443 timer:(keepalive,7.140sec,0) + skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 10.100.100.1:922 10.100.100.5:2049 timer:(keepalive,25sec,0) + skmem:(r0,rb256704,t0,tb87040,f0,w0,o0,bl0,d2) +0 1412 10.100.100.1:668 10.100.100.4:2049 timer:(on,193ms,0) + skmem:(r0,rb1880106,t0,tb4194304,f1724,w2372,o0,bl0,d245) +0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:58334 timer:(keepalive,6.144sec,0) + skmem:(r0,rb442091,t0,tb87040,f0,w0,o0,bl0,d1291) + +--- ss -ti (TCP internals) + $ ss -ti +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.3.11:57968 209.177.156.94:https + cubic wscale:7,10 rto:213 rtt:12.903/2.363 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:342759 bytes_acked:342760 bytes_received:308307 segs_out:3587 segs_in:3279 data_segs_out:1753 data_segs_in:1719 send 8.98Mbps lastsnd:13648 lastrcv:13632 lastack:13632 pacing_rate 18Mbps delivery_rate 9.76Mbps delivered:1754 app_limited busy:26065ms rcv_rtt:164120 rcv_space:82012 rcv_ssthresh:163423 minrtt:10.071 snd_wnd:64128 rcv_wnd:163840 +ESTAB 0 0 192.168.3.11:46718 192.200.0.107:https + cubic wscale:10,10 rto:342 rtt:141.048/15.017 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:7359 bytes_acked:7360 bytes_received:116847 segs_out:1096 segs_in:1103 data_segs_out:30 data_segs_in:610 send 821kbps lastsnd:364370 lastrcv:22871 lastack:22871 pacing_rate 1.64Mbps delivery_rate 341kbps delivered:31 app_limited busy:3049ms rcv_rtt:603 rcv_space:14760 rcv_ssthresh:81320 minrtt:129.794 snd_wnd:69632 rcv_wnd:81920 +ESTAB 0 0 100.121.189.98:ssh 100.101.187.119:46336 + bbr wscale:7,12 rto:206 rtt:5.297/8.666 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5633 bytes_acked:5633 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:26.1Mbps,mrtt:0.57,pacing_gain:2.88672,cwnd_gain:2.88672) send 50.1Mbps lastsnd:797 lastrcv:797 lastack:797 pacing_rate 412Mbps delivery_rate 26.1Mbps delivered:18 app_limited busy:63ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.57 snd_wnd:76928 rcv_wnd:81920 +ESTAB 0 0 10.100.100.1:922 10.100.100.5:nfs + cubic wscale:10,10 rto:203 rtt:2.096/0.079 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:2356004 bytes_retrans:2200 bytes_acked:2353805 bytes_received:2764560 segs_out:23439 segs_in:14060 data_segs_out:13932 data_segs_in:14044 send 11.1Mbps lastsnd:3944 lastrcv:3942 lastack:3942 pacing_rate 13.3Mbps delivery_rate 17.4Mbps delivered:13926 app_limited busy:86568ms retrans:0/13 dsack_dups:6 rcv_rtt:10.542 rcv_space:64176 rcv_ssthresh:169830 minrtt:0.959 snd_wnd:130048 rcv_wnd:169984 rehash:1 +ESTAB 0 1412 10.100.100.1:668 10.100.100.4:nfs + cubic wscale:9,10 rto:205 rtt:4.824/4.525 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 ssthresh:223 bytes_sent:54288111596 bytes_retrans:14527732 bytes_acked:54273582453 bytes_received:8023929760 segs_out:39653891 segs_in:14891651 data_segs_out:37755966 data_segs_in:6188979 send 72Mbps lastsnd:26 lastrcv:80 lastack:23 pacing_rate 144Mbps delivery_rate 14.2Mbps delivered:37752888 app_limited busy:4422891ms rwnd_limited:115577ms(2.6%) unacked:1 retrans:0/16332 dsack_dups:13251 rcv_rtt:2.234 rcv_space:315799 rcv_ssthresh:1248256 minrtt:0.433 rcv_ooopack:2420412 snd_wnd:11138560 rcv_wnd:1248256 rehash:237 +ESTAB 0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:58334 + cubic wscale:11,10 rto:245 rtt:44.941/0.846 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:16 bytes_sent:557311 bytes_acked:557311 bytes_received:97755 segs_out:6228 segs_in:5254 data_segs_out:2335 data_segs_in:2203 send 3.5Mbps lastsnd:24269 lastrcv:24223 lastack:8825 pacing_rate 7Mbps delivery_rate 1.35Mbps delivered:2336 app_limited busy:59863ms rcv_rtt:40141.2 rcv_space:65623 rcv_ssthresh:38912 minrtt:43.275 snd_wnd:444416 rcv_wnd:65536 + +--- /proc/net/snmp (TCP summary) + $ grep -A1 ^Tcp: /proc/net/snmp +Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors +Tcp: 1 200 120000 -1 40701 13190 2 0 6 20828927 43699748 16678 0 904 0 +Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors + +--- TCP retrans stats + $ grep -A1 ^Tcp: /proc/net/snmp +Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors +Tcp: 1 200 120000 -1 40701 13190 2 0 6 20828927 43699748 16678 0 904 0 +Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors + +--- nstat TCP summary + $ nstat -az Tcp_RetransSegs Tcp_InErrs Tcp_OutRsts Tcp_ActiveOpens Tcp_PassiveOpens +#kernel + +############################################################################### +# 14. STORAGE: BLOCK DEVICES +############################################################################### + +--- lsblk (key cols) + $ lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE,MODEL,SERIAL,STATE,ROTA,DISC-GRAN,DISC-MAX +NAME SIZE TYPE MOUNTPOINT FSTYPE MODEL SERIAL STATE ROTA DISC-GRAN DISC-MAX +sda 931.5G disk WDC WD10EADS-65M2B1 WD-WCAV59018871 running 1 0B 0B +├─sda1 1007K part 1 0B 0B +├─sda2 1G part vfat 1 0B 0B +└─sda3 930.5G part LVM2_member 1 0B 0B + ├─pve-swap 8G lvm [SWAP] swap running 1 0B 0B + ├─pve-root 96G lvm / ext4 running 1 0B 0B + ├─pve-data_tmeta 8.1G lvm running 1 0B 0B + │ └─pve-data 794.3G lvm running 1 0B 0B + └─pve-data_tdata 794.3G lvm running 1 0B 0B + └─pve-data 794.3G lvm running 1 0B 0B + +--- lsblk -t + $ lsblk -t +NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME +sda 0 512 0 512 512 1 mq-deadline 64 8192 0B +├─sda1 0 512 0 512 512 1 mq-deadline 64 8192 0B +├─sda2 0 512 0 512 512 1 mq-deadline 64 8192 0B +└─sda3 0 512 0 512 512 1 mq-deadline 64 8192 0B + ├─pve-swap 0 512 0 512 512 1 8192 0B + ├─pve-root 0 512 0 512 512 1 8192 0B + ├─pve-data_tmeta 0 512 0 512 512 1 8192 0B + │ └─pve-data 0 65536 65536 512 512 1 8192 0B + └─pve-data_tdata 0 512 0 512 512 1 8192 0B + └─pve-data 0 65536 65536 512 512 1 8192 0B + +--- lsblk -O (everything, capped) + $ lsblk -O +ALIGNMENT ID-LINK ID DISC-ALN DAX DISC-GRAN DISK-SEQ DISC-MAX DISC-ZERO FSAVAIL FSROOTS FSSIZE FSTYPE FSUSED FSUSE% FSVER GROUP HCTL HOTPLUG KNAME LABEL LOG-SEC MAJ:MIN MAJ MIN MIN-IO MODE MODEL MQ NAME OPT-IO OWNER PARTFLAGS PARTLABEL PARTN PARTTYPE PARTTYPENAME PARTUUID PATH PHY-SEC PKNAME PTTYPE PTUUID RA RAND REV RM RO ROTA RQ-SIZE SCHED SERIAL SIZE START STATE SUBSYSTEMS MOUNTPOINT MOUNTPOINTS TRAN TYPE UUID VENDOR WSAME WWN ZONED ZONE-SZ ZONE-WGRAN ZONE-APP ZONE-NR ZONE-OMAX ZONE-AMAX + 0 wwn-0x50014ee2597bc3b9 0x50014ee2597bc3b9 0 0 0B 9 0B 0 disk 1:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- WDC WD10EADS-65M2B1 1 sda 0 root /dev/sda 512 gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 01.00A01 0 0 1 64 mq-deadline WD-WCAV59018871 931.5G running block:scsi:pci sata disk ATA 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee2597bc3b9-part1 0x50014ee2597bc3b9-part1 0 0 0B 9 0B 0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 ├─sda1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot 70443e93-17ae-4272-8915-cea7a2dc6c13 /dev/sda1 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 1007K 34 block:scsi:pci part 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee2597bc3b9-part2 0x50014ee2597bc3b9-part2 0 0 0B 9 0B 0 vfat FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 8f4ef1cb-7225-4e9d-8708-aec9c52d2e64 /dev/sda2 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 1G 2048 block:scsi:pci part F58A-0A72 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee2597bc3b9-part3 0x50014ee2597bc3b9-part3 0 0 0B 9 0B 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM f985858c-1c75-46ac-b274-b588fd99aca0 /dev/sda3 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 930.5G 2099200 block:scsi:pci part ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0 + 0 dm-name-pve-swap name-pve-swap 0 0 0B 10 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 8192 0 0 0 1 8G running block [SWAP] [SWAP] lvm 5bf853da-6468-471d-b882-880162b77bc0 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 73.1G / 93.9G ext4 16G 17% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 8192 0 0 0 1 96G running block / / lvm dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 12 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 8192 0 0 0 1 8.1G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 13 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 └─pve-data 65536 root /dev/mapper/pve-data 512 dm-3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + +--- blkid + $ blkid +/dev/mapper/pve-root: UUID="dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a" BLOCK_SIZE="4096" TYPE="ext4" +/dev/mapper/pve-swap: UUID="5bf853da-6468-471d-b882-880162b77bc0" TYPE="swap" +/dev/sda2: UUID="F58A-0A72" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8f4ef1cb-7225-4e9d-8708-aec9c52d2e64" +/dev/sda3: UUID="ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b" TYPE="LVM2_member" PARTUUID="f985858c-1c75-46ac-b274-b588fd99aca0" +/dev/sda1: PARTUUID="70443e93-17ae-4272-8915-cea7a2dc6c13" + +--- /proc/partitions + $ cat /proc/partitions +major minor #blocks name + + 8 0 976762584 sda + 8 1 1007 sda1 + 8 2 1048576 sda2 + 8 3 975712967 sda3 + 252 0 8388608 dm-0 + 252 1 100663296 dm-1 + 252 2 8495104 dm-2 + 252 3 832888832 dm-3 + 252 4 832888832 dm-4 + +--- fdisk -l + $ fdisk -l +Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors +Disk model: WDC WD10EADS-65M +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 512 bytes +Disklabel type: gpt +Disk identifier: F06434BA-C823-400F-919D-3C11DB084AC0 + +Device Start End Sectors Size Type +/dev/sda1 34 2047 2014 1007K BIOS boot +/dev/sda2 2048 2099199 2097152 1G EFI System +/dev/sda3 2099200 1953525134 1951425935 930.5G Linux LVM + + +Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 512 bytes + + +Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 512 bytes + +--- parted -l + $ parted -l +/root/check.sh: line 45: parted: command not found + [exit=127 / not installed or not permitted] + +--- block device queue settings (per device) + $ for d in $(ls /sys/block/ 2>/dev/null | grep -vE '^(loop|ram|md|dm-|sr|fd)'); do + q="/sys/block/$d/queue" + [ -d "$q" ] || continue + printf '----- %s -----\n' "$d" + for k in scheduler rotational nr_requests read_ahead_kb max_sectors_kb max_hw_sectors_kb \ + logical_block_size physical_block_size discard_granularity discard_max_hw_bytes \ + rq_affinity nomerges wbt_lat_usec write_cache stable_writes io_poll io_poll_delay \ + fua rot_stable_writes add_random zoned dma_alignment iostats; + do + f="$q/$k" + [ -r "$f" ] && printf ' %-22s = %s\n' "$k" "$(cat "$f" 2>/dev/null)" + done + # NVMe-specific + for f in /sys/block/$d/device/model /sys/block/$d/device/serial /sys/block/$d/device/transport /sys/block/$d/device/queue_count; do + [ -r "$f" ] && printf ' %s = %s\n' "$(echo "$f" | sed "s|/sys/block/$d/device/||")" "$(cat "$f")" + done +done +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 64 + read_ahead_kb = 8192 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = WDC WD10EADS-65M + [exit=1] + +--- df -h (filesystem usage) + $ df -h +Filesystem Size Used Avail Use% Mounted on +udev 16G 0 16G 0% /dev +tmpfs 3.2G 6.8M 3.2G 1% /run +/dev/mapper/pve-root 94G 17G 74G 18% / +tmpfs 16G 60M 16G 1% /dev/shm +tmpfs 5.0M 0 5.0M 0% /run/lock +tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service +tmpfs 16G 24K 16G 1% /tmp +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD +/dev/fuse 128M 28K 128M 1% /etc/pve +tmpfs 3.2G 4.0K 3.2G 1% /run/user/0 + +--- df -i (inode usage) + $ df -i +Filesystem Inodes IUsed IFree IUse% Mounted on +udev 4084666 604 4084062 1% /dev +tmpfs 4096661 1152 4095509 1% /run +/dev/mapper/pve-root 6291456 63470 6227986 2% / +tmpfs 4096661 123 4096538 1% /dev/shm +tmpfs 4096661 27 4096634 1% /run/lock +tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service +tmpfs 1048576 14 1048562 1% /tmp +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD +/dev/fuse 262144 48 262096 1% /etc/pve +tmpfs 819332 26 819306 1% /run/user/0 + +############################################################################### +# 15. STORAGE: MOUNTS & FILESYSTEMS +############################################################################### + +--- mount (filtered) + $ mount +sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) +proc on /proc type proc (rw,relatime) +udev on /dev type devtmpfs (rw,nosuid,relatime,size=16338664k,nr_inodes=4084666,mode=755,inode64) +devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) +tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3277332k,mode=755,inode64) +/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) +securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) +bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=7719) +configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) +mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=16386648k,nr_inodes=1048576,inode64) +binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) +lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5) +/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3277328k,nr_inodes=819332,mode=700,inode64) + +--- findmnt (tree) + $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs +TARGET SOURCE FSTYPE OPTIONS +/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 +└─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + +--- /etc/fstab + --- /etc/fstab --- +# +/dev/pve/root / ext4 errors=remount-ro 0 1 +/dev/pve/swap none swap sw 0 0 +proc /proc proc defaults 0 0 + +--- ext4 reserved block % (per fs) + $ for dev in $(awk '$3=="ext4"{print $1}' /proc/mounts 2>/dev/null); do + echo "=== $dev ===" + dumpe2fs -h "$dev" 2>/dev/null | grep -E 'Reserved|Block count|Free blocks|Block size|Mount count|Maximum mount|Last' +done +=== /dev/mapper/pve-root === +Last mounted on: / +Block count: 25165824 +Reserved block count: 1258291 +Free blocks: 20426534 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Sun Jul 26 09:14:37 2026 +Last write time: Sun Jul 26 16:14:51 2026 +Mount count: 20 +Maximum mount count: -1 +Last checked: Thu Mar 12 09:36:08 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) + +--- xfs info (per fs) + $ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do + echo "=== $mp ===" + xfs_info "$mp" 2>/dev/null +done + +############################################################################### +# 16. STORAGE: NFS (CLIENT + SERVER) +############################################################################### + +--- nfsstat -m (mount options) + $ nfsstat -m +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 + +/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + +/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + +/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + +/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 + +/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4 + +/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5 + + +--- nfsstat -c (client stats) + $ nfsstat -c +Client rpc stats: +calls retrans authrefrsh +862775 0 866813 + +Client nfs v4: +null read write commit open +2 0% 217713 25% 597511 69% 21585 2% 8 0% +open_conf open_noat open_dgrd close setattr +0 0% 128 0% 0 0% 69 0% 1 0% +fsinfo renew setclntid confirm lock +35 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 180 0% 6163 0% 110 0% +lookup_root remove rename link symlink +7 0% 10 0% 2 0% 0 0% 0 0% +create pathconf statfs readlink readdir +6 0% 28 0% 18484 2% 0 0% 122 0% +server_caps delegreturn getacl setacl fs_locations +63 0% 47 0% 0 0% 0 0% 0 0% +rel_lkowner secinfo fsid_present exchange_id create_session +0 0% 0 0% 0 0% 4 0% 2 0% +destroy_session sequence get_lease_time reclaim_comp layoutget +0 0% 2 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 7 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 324 0% +allocate deallocate layoutstats clone +0 0% 22 0% 46 0% 0 0% + + +--- nfsstat -s (server stats) + $ nfsstat -s +Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory). + [exit=2 / not installed or not permitted] + +--- nfsstat -234 (version stats) + $ nfsstat -234 +Client rpc stats: +calls retrans authrefrsh +862776 0 866814 + +Client nfs v2: +null getattr setattr root lookup +0 0% 0 0% 0 0% 0 0% 0 0% +readlink read wrcache write create +0 0% 0 0% 0 0% 0 0% 0 0% +remove rename link symlink mkdir +0 0% 0 0% 0 0% 0 0% 0 0% +rmdir readdir fsstat +0 0% 0 0% 0 0% + +Client nfs v3: +null getattr setattr lookup access +0 0% 0 0% 0 0% 0 0% 0 0% +readlink read write create mkdir +0 0% 0 0% 0 0% 0 0% 0 0% +symlink mknod remove rmdir rename +0 0% 0 0% 0 0% 0 0% 0 0% +link readdir readdirplus fsstat fsinfo +0 0% 0 0% 0 0% 0 0% 0 0% +pathconf commit +0 0% 0 0% + +Client nfs v4: +null read write commit open +2 0% 217713 25% 597512 69% 21585 2% 8 0% +open_conf open_noat open_dgrd close setattr +0 0% 128 0% 0 0% 69 0% 1 0% +fsinfo renew setclntid confirm lock +35 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 180 0% 6163 0% 110 0% +lookup_root remove rename link symlink +7 0% 10 0% 2 0% 0 0% 0 0% +create pathconf statfs readlink readdir +6 0% 28 0% 18484 2% 0 0% 122 0% +server_caps delegreturn getacl setacl fs_locations +63 0% 47 0% 0 0% 0 0% 0 0% +rel_lkowner secinfo fsid_present exchange_id create_session +0 0% 0 0% 0 0% 4 0% 2 0% +destroy_session sequence get_lease_time reclaim_comp layoutget +0 0% 2 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 7 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 324 0% +allocate deallocate layoutstats clone +0 0% 22 0% 46 0% 0 0% + + +--- showmount -e (exports) + $ showmount -e +clnt_create: RPC: Timed out + [exit=1 / not installed or not permitted] + +--- /proc/net/rpc/nfs + $ cat /proc/net/rpc/nfs +net 0 0 0 0 +rpc 866370 0 870432 +proc4 71 2 217801 600724 21703 8 0 128 0 69 1 35 0 0 0 0 0 0 180 6203 110 7 10 2 0 0 6 28 18617 0 122 63 47 0 0 0 0 0 0 4 2 0 2 0 2 0 0 0 0 7 0 0 0 0 0 324 0 22 47 0 0 0 0 0 0 0 0 0 0 0 0 0 + +--- /proc/net/rpc/nfsd + $ cat /proc/net/rpc/nfsd +cat: /proc/net/rpc/nfsd: No such file or directory + [exit=1 / not installed or not permitted] + +--- exports + [missing: /etc/exports] + [missing: /etc/exports.d/*.exports] + +--- nfs.conf + --- /etc/nfs.conf --- +# +# This is a general configuration for the +# NFS daemons and tools +# +[general] +pipefs-directory=/run/rpc_pipefs +# +[nfsrahead] +# nfs=15000 +# nfs4=16000 +# +[exports] +# rootdir=/export +# +[exportfs] +# debug=0 +# +[gssd] +# verbosity=0 +# rpc-verbosity=0 +# use-memcache=0 +# use-machine-creds=1 +# use-gss-proxy=0 +# avoid-dns=1 +# limit-to-legacy-enctypes=0 +# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96 +# context-timeout=0 +# rpc-timeout=5 +# keytab-file=/etc/krb5.keytab +# cred-cache-directory= +# preferred-realm= +# set-home=1 +# upcall-timeout=30 +# cancel-timed-out-upcalls=0 +# +[lockd] +# port=0 +# udp-port=0 +# +[exportd] +# debug="all|auth|call|general|parse" +# manage-gids=n +# state-directory-path=/var/lib/nfs +# threads=1 +# cache-use-ipaddr=n +# ttl=1800 +[mountd] +# debug="all|auth|call|general|parse" +manage-gids=y +# descriptors=0 +# port=0 +# threads=1 +# reverse-lookup=n +# state-directory-path=/var/lib/nfs +# ha-callout= +# cache-use-ipaddr=n +# ttl=1800 +# +[nfsdcld] +# debug=0 +# storagedir=/var/lib/nfs/nfsdcld +# +[nfsd] +# debug=0 +# threads=16 +# host= +# port=0 +# grace-time=90 +# lease-time=90 +# udp=n +# tcp=y +# vers3=y +# vers4=y +# vers4.0=y +# vers4.1=y +# vers4.2=y +# rdma=n +# rdma-port=20049 + +[statd] +# debug=0 +# port=0 +# outgoing-port=0 +# name= +# state-directory-path=/var/lib/nfs/statd +# ha-callout= +# no-notify=0 +# +[sm-notify] +# debug=0 +# force=0 +# retry-time=900 +# outgoing-port= +# outgoing-addr= +# lift-grace=y +# +[svcgssd] +# principal= + [missing: /etc/nfs.conf.d/*.conf] + +--- nfs defaults + [missing: /etc/default/nfs-kernel-server] + --- /etc/default/nfs-common --- +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD= + +--- idmapd.conf + --- /etc/idmapd.conf --- +[General] + +Verbosity = 0 +# set your own domain here, if it differs from FQDN minus hostname +# Domain = localdomain + +[Mapping] + +Nobody-User = nobody +Nobody-Group = nogroup + +--- pvesm status + $ pvesm status +Name Type Status Total (KiB) Used (KiB) Available (KiB) % +D2 nfs active 2883130368 195840000 2540761088 6.79% +D3 nfs active 491133952 2048 466110464 0.00% +D5 nfs active 1921726464 244210688 1579823104 12.71% +S2 nfs active 960304128 2048 911448064 0.00% +S3 nfs active 960304128 2048 911448064 0.00% +S4 nfs active 479597568 2048 455159808 0.00% +T5-SSD nfs active 245023744 86468608 146035712 35.29% +local dir active 98497780 16791392 76656840 17.05% +local-lvm lvmthin active 832888832 0 832888832 0.00% + +--- pvesm list per storage + $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do + echo "--- storage: $s ---" + pvesm list "$s" 2>/dev/null | head -n 30 + echo "--- pvesm config $s ---" + pvesm config "$s" 2>/dev/null +done +--- storage: D2 --- +Volid Format Type Size VMID +D2:100/vm-100-disk-0.raw raw images 34359738368 100 +D2:100/vm-100-disk-1.raw raw images 540672 100 +D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 +D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 +D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 +D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 +D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 +D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 +D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117 +D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000 +D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 +D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 +D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 +D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 +D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 +D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 +D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 +D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 +D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 +--- pvesm config D2 --- +--- storage: D3 --- +Volid Format Type Size VMID +--- pvesm config D3 --- +--- storage: D5 --- +Volid Format Type Size VMID +D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 +D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 +D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 +D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 +D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 +D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 +D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532 +D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533 +D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534 +D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535 +D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536 +D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 +D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 +D5:538/vm-812-disk-2.raw raw images 429496729600 538 +D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 +D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 +D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 +D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 +D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +--- pvesm config D5 --- +--- storage: S2 --- +Volid Format Type Size VMID +--- pvesm config S2 --- +--- storage: S3 --- +Volid Format Type Size VMID +--- pvesm config S3 --- +--- storage: S4 --- +Volid Format Type Size VMID +--- pvesm config S4 --- +--- storage: T5-SSD --- +Volid Format Type Size VMID +T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111 +--- pvesm config T5-SSD --- +--- storage: local --- +Volid Format Type Size VMID +local:iso/debian13.iso iso iso 790626304 +local:iso/kali.iso iso iso 4802531328 +local:iso/proxmox-mail-gateway_9.1-1.iso iso iso 1694324736 +local:iso/UCS_5.2-4-amd64.iso iso iso 1677721600 +--- pvesm config local --- +--- storage: local-lvm --- +Volid Format Type Size VMID +--- pvesm config local-lvm --- + [exit=255] + +############################################################################### +# 17. STORAGE: LVM +############################################################################### + +--- pvs + $ pvs -v + PV VG Fmt Attr PSize PFree DevSize PV UUID + /dev/sda3 pve lvm2 a-- <930.51g 16.00g 930.51g ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b + +--- vgs + $ vgs -v + VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile + pve wz--n- 4.00m 1 3 0 <930.51g 16.00g dr2hG1-nn5b-JaQF-MWZH-IDgx-fwgi-vV6clj + +--- lvs + $ lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b + LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout Role Pool Data% Meta% + data pve twi-a-tz-- 852878163968B 0.00 0.24 thin,pool private 0.00 0.24 + root pve -wi-ao---- 103079215104B linear public + swap pve -wi-ao---- 8589934592B linear public + +--- pvdisplay + $ pvdisplay + --- Physical volume --- + PV Name /dev/sda3 + VG Name pve + PV Size 930.51 GiB / not usable 4.69 MiB + Allocatable yes + PE Size 4.00 MiB + Total PE 238210 + Free PE 4096 + Allocated PE 234114 + PV UUID ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b + + +--- vgdisplay + $ vgdisplay + --- Volume group --- + VG Name pve + System ID + Format lvm2 + Metadata Areas 1 + Metadata Sequence No 7 + VG Access read/write + VG Status resizable + MAX LV 0 + Cur LV 3 + Open LV 2 + Max PV 0 + Cur PV 1 + Act PV 1 + VG Size <930.51 GiB + PE Size 4.00 MiB + Total PE 238210 + Alloc PE / Size 234114 / <914.51 GiB + Free PE / Size 4096 / 16.00 GiB + VG UUID dr2hG1-nn5b-JaQF-MWZH-IDgx-fwgi-vV6clj + + +--- lvdisplay + $ lvdisplay + --- Logical volume --- + LV Name data + VG Name pve + LV UUID 16vlnb-pnPQ-z7MO-NS0Z-pPDo-wYSH-fujLo1 + LV Write Access read/write + LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500 + LV Pool metadata data_tmeta + LV Pool data data_tdata + LV Status available + # open 0 + LV Size 794.30 GiB + Allocated pool data 0.00% + Allocated metadata 0.24% + Current LE 203342 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 16384 + Block device 252:4 + + --- Logical volume --- + LV Path /dev/pve/swap + LV Name swap + VG Name pve + LV UUID vPEFNl-1cn9-4wKS-ZYCg-HGyD-Gcgq-3unUBL + LV Write Access read/write + LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500 + LV Status available + # open 1 + LV Size 8.00 GiB + Current LE 2048 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 16384 + Block device 252:0 + + --- Logical volume --- + LV Path /dev/pve/root + LV Name root + VG Name pve + LV UUID Dge9SV-sd7f-9oDn-Q4FC-xCHO-6C01-c0wJMT + LV Write Access read/write + LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500 + LV Status available + # open 1 + LV Size 96.00 GiB + Current LE 24576 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 16384 + Block device 252:1 + + +--- lvm/lvm.conf (filters only) + --- /etc/lvm/lvm.conf --- +# This is an example configuration file for the LVM2 system. +# It contains the default settings that would be used if there was no +# /etc/lvm/lvm.conf file. +# +# Refer to 'man lvm.conf' for further information including the file layout. +# +# Refer to 'man lvm.conf' for information about how settings configured in +# this file are combined with built-in values and command line options to +# arrive at the final values used by LVM. +# +# Refer to 'man lvmconfig' for information about displaying the built-in +# and configured values used by LVM. +# +# If a default value is set in this file (not commented out), then a +# new version of LVM using this file will continue using that value, +# even if the new version of LVM changes the built-in default value. +# +# To put this file in a different directory and override /etc/lvm set +# the environment variable LVM_SYSTEM_DIR before running the tools. +# +# N.B. Take care that each setting only appears once if uncommenting +# example settings in this file. + + +# Configuration section config. +# How LVM configuration settings are handled. +config { + + # Configuration option config/checks. + # If enabled, any LVM configuration mismatch is reported. + # This implies checking that the configuration key is understood by + # LVM and that the value of the key is the proper type. If disabled, + # any configuration mismatch is ignored and the default value is used + # without any warning (a message about the configuration key not being + # found is issued in verbose mode only). + # This configuration option has an automatic default value. + # checks = 1 + + # Configuration option config/validate_metadata. + # Allows to select the level of validation after metadata transformation. + # Validation takes extra CPU time to verify internal consistency. + # Accepted values: + # full + # Do a full metadata validation before disk write. + # none + # Skip any checks (unrecommended, slightly faster). + # + # This configuration option is advanced. + # This configuration option has an automatic default value. + # validate_metadata = "full" + + # Configuration option config/abort_on_errors. + # Abort the LVM process if a configuration mismatch is found. + # This configuration option has an automatic default value. + # abort_on_errors = 0 + + # Configuration option config/profile_dir. + # Directory where LVM looks for configuration profiles. + # This configuration option has an automatic default value. + # profile_dir = "/etc/lvm/profile" +} + +# Configuration section devices. +# How LVM uses block devices. +devices { + + # Configuration option devices/dir. + # Directory in which to create volume group device nodes. + # Commands also accept this as a prefix on volume group names. + # This configuration option is advanced. + # This configuration option has an automatic default value. + # dir = "/dev" + + # Configuration option devices/scan. + # Directories containing device nodes to use with LVM. + # This configuration option is advanced. + # This configuration option has an automatic default value. + # scan = [ "/dev" ] + + # Configuration option devices/obtain_device_list_from_udev. + # Obtain the list of available devices from udev. + # This avoids opening or using any inapplicable non-block devices or + # subdirectories found in the udev directory. Any device node or + # symlink not managed by udev in the udev directory is ignored. This + # setting applies only to the udev-managed device directory; other + # directories will be scanned fully. LVM needs to be compiled with + # udev support for this setting to apply. + # This configuration option has an automatic default value. + # obtain_device_list_from_udev = 0 + + # Configuration option devices/external_device_info_source. + # Enable device information from udev. + # If set to "udev", lvm will supplement its own native device information + # with information from libudev. This can potentially improve the detection + # of MD component devices and multipath component devices. + # This configuration option has an automatic default value. + # external_device_info_source = "none" + + # Configuration option devices/hints. + # Use a local file to remember which devices have PVs on them. + # Some commands will use this as an optimization to reduce device + # scanning, and will only scan the listed PVs. Removing the hint file + # will cause lvm to generate a new one. Disable hints if PVs will + # be copied onto devices using non-lvm commands, like dd. + # + # Accepted values: + # all + # Use all hints. + # none + # Use no hints. + # + # This configuration option has an automatic default value. + # hints = "all" + + # Configuration option devices/preferred_names. + # Select which path name to display for a block device. + # If multiple path names exist for a block device, and LVM needs to + # display a name for the device, the path names are matched against + # each item in this list of regular expressions. The first match is + # used. Try to avoid using undescriptive /dev/dm-N names, if present. + # If no preferred name matches, or if preferred_names are not defined, + # the following built-in preferences are applied in order until one + # produces a preferred name: + # Prefer names with path prefixes in the order of: + # /dev/mapper, /dev/disk, /dev/dm-*, /dev/block. + # Prefer the name with the least number of slashes. + # Prefer a name that is a symlink. + # Prefer the path with least value in lexicographical order. + # + # Example + # preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ] + # + # This configuration option does not have a default value defined. + + # Configuration option devices/use_devicesfile. + # Enable or disable the use of a devices file. + # When enabled, lvm will only use devices that + # are listed in the devices file. A devices file will + # be used, regardless of this setting, when the --devicesfile + # option is set to a specific file name. + # This configuration option has an automatic default value. + # use_devicesfile = 0 + + # Configuration option devices/devicesfile. + # The name of the system devices file, listing devices that LVM should use. + # This should not be used to select a non-system devices file. + # The --devicesfile option is intended for alternative devices files. + # This configuration option has an automatic default value. + # devicesfile = "system.devices" + + # Configuration option devices/devicesfile_backup_limit. + # The max number of backup files to keep in /etc/lvm/devices/backup. + # LVM creates a backup of the devices file each time a new + # version is created, or each time a modification is detected. + # When the max number of backups is reached, the oldest are + # removed to remain at the limit. Set to 0 to disable backups. + # Only the system devices file is backed up. + # This configuration option has an automatic default value. + # devicesfile_backup_limit = 50 + + # Configuration option devices/search_for_devnames. + # Look outside of the devices file for missing devname entries. + # A devname entry is used for a device that does not have a stable + # device id, e.g. wwid, so the unstable device name is used as + # the device id. After reboot, or if the device is reattached, + # the device name may change, in which case lvm will not find + # the expected PV on the device listed in the devices file. + # This setting controls whether lvm will search other devices, + # outside the devices file, to look for the missing PV on a + # renamed device. If "none", lvm will not look at other devices, + # and the PV may appear to be missing. If "auto", lvm will look + # at other devices, but only those that are likely to have the PV. + # If "all", lvm will look at all devices on the system. + # This configuration option has an automatic default value. + # search_for_devnames = "all" + + # Configuration option devices/device_ids_refresh. + # Find PVs on new devices and update the device IDs in the devices file. + # If PVs are restored or moved to a new system with new devices, but + # an old system.devices remains with old device IDs, then search for + # the PVIDs on new devices and update the device IDs in system.devices. + # The original device IDs must also not be found on the new system. + # See device_ids_refresh_check for conditions that trigger the refresh. + # This configuration option has an automatic default value. + # device_ids_refresh = 1 + + # Configuration option devices/device_ids_refresh_checks. + # Conditions that trigger device_ids_refresh to locate PVIDs on new devices. + # product_uuid: refresh if /sys/devices/virtual/dmi/id/product_uuid does not + # match the value saved in system.devices. + # hostname: refresh if hostname does not match the value saved in system.devices. + # (hostname is used if product_uuid is not available.) + # Remove values from this list to prevent lvm from using them. + # This configuration option has an automatic default value. + # device_ids_refresh_checks = [ "product_uuid", "hostname" ] + + # Configuration option devices/filter. + # Limit the block devices that are used by LVM commands. + # This is a list of regular expressions used to accept or reject block + # device path names. Each regex is delimited by a vertical bar '|' + # (or any character) and is preceded by 'a' to accept the path, or + # by 'r' to reject the path. The first regex in the list to match the + # path is used, producing the 'a' or 'r' result for the device. + # When multiple path names exist for a block device, if any path name + # matches an 'a' pattern before an 'r' pattern, then the device is + # accepted. If all the path names match an 'r' pattern first, then the + # device is rejected. Unmatching path names do not affect the accept + # or reject decision. If no path names for a device match a pattern, + # then the device is accepted. Be careful mixing 'a' and 'r' patterns, + # as the combination might produce unexpected results (test changes.) + # Run vgscan after changing the filter to regenerate the cache. + # + # Example + # Accept every block device: + # filter = [ "a|.*|" ] + # Reject the cdrom drive: + # filter = [ "r|/dev/cdrom|" ] + # Work with just loopback devices, e.g. for testing: + # filter = [ "a|loop|", "r|.*|" ] + # Accept all loop devices and ide drives except hdc: + # filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ] + # Use anchors to be very specific: + # filter = [ "a|^/dev/hda8$|", "r|.*|" ] + # + # This configuration option has an automatic default value. + # filter = [ "a|.*|" ] + + # Configuration option devices/global_filter. + # Limit the block devices that are used by LVM system components. + # Because devices/filter may be overridden from the command line, it is + # not suitable for system-wide device filtering, e.g. udev. + # Use global_filter to hide devices from these LVM system components. + # The syntax is the same as devices/filter. Devices rejected by + # global_filter are not opened by LVM. + # This configuration option has an automatic default value. + # global_filter = [ "a|.*|" ] + + # Configuration option devices/types. + # List of additional acceptable block device types. + # These are of device type names from /proc/devices, followed by the + # maximum number of partitions. + # + # Example + # types = [ "fd", 16 ] + # + # This configuration option is advanced. + # This configuration option does not have a default value defined. + + # Configuration option devices/sysfs_scan. + # Restrict device scanning to block devices appearing in sysfs. + # This is a quick way of filtering out block devices that are not + # present on the system. sysfs must be part of the kernel and mounted.) + # This configuration option has an automatic default value. + # sysfs_scan = 1 + + # Configuration option devices/scan_lvs. + # Allow LVM LVs to be used as PVs. When enabled, LVM commands will + # scan active LVs to look for other PVs. Caution is required to + # avoid using PVs that belong to guest images stored on LVs. + # When enabled, the LVs scanned should be restricted using the + # devices file or the filter. This option does not enable autoactivation + # of layered VGs, which requires editing LVM udev rules (see LVM_PVSCAN_ON_LVS.) + # This configuration option has an automatic default value. + # scan_lvs = 0 + + # Configuration option devices/multipath_component_detection. + # Ignore devices that are components of DM multipath devices. + # This configuration option has an automatic default value. + # multipath_component_detection = 1 + + # Configuration option devices/multipath_wwids_file. + # The path to the multipath wwids file used for multipath component detection. + # Set this to an empty string to disable the use of the multipath wwids file. + # This configuration option has an automatic default value. + # multipath_wwids_file = "/etc/multipath/wwids" + + # Configuration option devices/md_component_detection. + # Enable detection and exclusion of MD component devices. + # An MD component device is a block device that MD uses as part + # of a software RAID virtual device. When an LVM PV is created + # on an MD device, LVM must only use the top level MD device as + # the PV, and should ignore the underlying component devices. + # In cases where the MD superblock is located at the end of the + # component devices, it is more difficult for LVM to consistently + # identify an MD component, see the md_component_checks setting. + # This configuration option has an automatic default value. + # md_component_detection = 1 + + # Configuration option devices/md_component_checks. + # The checks LVM should use to detect MD component devices. + # MD component devices are block devices used by MD software RAID. + # + # Accepted values: + # auto + # LVM will skip scanning the end of devices when it has other + # indications that the device is not an MD component. + # start + # LVM will only scan the start of devices for MD superblocks. + # This does not incur extra I/O by LVM. + # full + +--- lvm.conf active filter + $ grep -E '^\s*(filter|global_filter|use_devicesfile|obtain_device_list_from_udev)' /etc/lvm/lvm.conf 2>/dev/null + global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|"] + +############################################################################### +# 18. STORAGE: MULTIPATH +############################################################################### + +--- multipath -ll + $ multipath -ll +/root/check.sh: line 45: multipath: command not found + [exit=127 / not installed or not permitted] + +--- multipath -v3 -ll (verbose, capped) + $ multipath -v3 -ll +/root/check.sh: line 45: multipath: command not found + [exit=127 / not installed or not permitted] + +--- multipath.conf + [missing: /etc/multipath.conf] + +--- systemctl is-active multipathd + $ systemctl is-active multipathd +inactive + [exit=4 / not installed or not permitted] + +############################################################################### +# 19. STORAGE: ZFS +############################################################################### + +--- zfs version (userland) + $ zfs version +zfs-2.3.4-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool version + $ zpool version +zfs-2.3.4-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool list -v + $ zpool list -v +no pools available + +--- zpool status -v + $ zpool status -v +no pools available + +--- zpool key properties + $ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly + +--- zfs per-dataset key properties + $ zfs get -r -o name,property,value,source \ + compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null + [exit=2] + +--- ARC stats + $ cat /proc/spl/kstat/zfs/arcstats +21 1 0x01 147 39984 11674781698 26133554569410 +name type data +hits 4 0 +iohits 4 0 +misses 4 0 +demand_data_hits 4 0 +demand_data_iohits 4 0 +demand_data_misses 4 0 +demand_metadata_hits 4 0 +demand_metadata_iohits 4 0 +demand_metadata_misses 4 0 +prefetch_data_hits 4 0 +prefetch_data_iohits 4 0 +prefetch_data_misses 4 0 +prefetch_metadata_hits 4 0 +prefetch_metadata_iohits 4 0 +prefetch_metadata_misses 4 0 +mru_hits 4 0 +mru_ghost_hits 4 0 +mfu_hits 4 0 +mfu_ghost_hits 4 0 +uncached_hits 4 0 +deleted 4 0 +mutex_miss 4 0 +access_skip 4 0 +evict_skip 4 0 +evict_not_enough 4 0 +evict_l2_cached 4 0 +evict_l2_eligible 4 0 +evict_l2_eligible_mfu 4 0 +evict_l2_eligible_mru 4 0 +evict_l2_ineligible 4 0 +evict_l2_skip 4 0 +hash_elements 4 0 +hash_elements_max 4 0 +hash_collisions 4 0 +hash_chains 4 0 +hash_chain_max 4 0 +meta 4 1073741824 +pd 4 2147483648 +pm 4 2147483648 +c 4 1048745344 +c_min 4 1048745344 +c_max 4 3355443200 +size 4 1920 +compressed_size 4 0 +uncompressed_size 4 0 +overhead_size 4 0 +hdr_size 4 1920 +data_size 4 0 +metadata_size 4 0 +dbuf_size 4 0 +dnode_size 4 0 +bonus_size 4 0 +anon_size 4 0 +anon_data 4 0 +anon_metadata 4 0 +anon_evictable_data 4 0 +anon_evictable_metadata 4 0 +mru_size 4 0 +mru_data 4 0 +mru_metadata 4 0 +mru_evictable_data 4 0 +mru_evictable_metadata 4 0 +mru_ghost_size 4 0 +mru_ghost_data 4 0 +mru_ghost_metadata 4 0 +mru_ghost_evictable_data 4 0 +mru_ghost_evictable_metadata 4 0 +mfu_size 4 0 +mfu_data 4 0 +mfu_metadata 4 0 +mfu_evictable_data 4 0 +mfu_evictable_metadata 4 0 +mfu_ghost_size 4 0 +mfu_ghost_data 4 0 +mfu_ghost_metadata 4 0 +mfu_ghost_evictable_data 4 0 +mfu_ghost_evictable_metadata 4 0 +uncached_size 4 0 +uncached_data 4 0 +uncached_metadata 4 0 +uncached_evictable_data 4 0 +uncached_evictable_metadata 4 0 +l2_hits 4 0 +l2_misses 4 0 +l2_prefetch_asize 4 0 +l2_mru_asize 4 0 +l2_mfu_asize 4 0 +l2_bufc_data_asize 4 0 +l2_bufc_metadata_asize 4 0 +l2_feeds 4 0 +l2_rw_clash 4 0 +l2_read_bytes 4 0 +l2_write_bytes 4 0 +l2_writes_sent 4 0 +l2_writes_done 4 0 +l2_writes_error 4 0 +l2_writes_lock_retry 4 0 +l2_evict_lock_retry 4 0 +l2_evict_reading 4 0 +l2_evict_l1cached 4 0 +l2_free_on_write 4 0 +l2_abort_lowmem 4 0 +l2_cksum_bad 4 0 +l2_io_error 4 0 +l2_size 4 0 +l2_asize 4 0 +l2_hdr_size 4 0 +l2_log_blk_writes 4 0 +l2_log_blk_avg_asize 4 0 +l2_log_blk_asize 4 0 +l2_log_blk_count 4 0 +l2_data_to_meta_ratio 4 0 +l2_rebuild_success 4 0 +l2_rebuild_unsupported 4 0 +l2_rebuild_io_errors 4 0 +l2_rebuild_dh_errors 4 0 +l2_rebuild_cksum_lb_errors 4 0 +l2_rebuild_lowmem 4 0 +l2_rebuild_size 4 0 +l2_rebuild_asize 4 0 +l2_rebuild_bufs 4 0 +l2_rebuild_bufs_precached 4 0 +l2_rebuild_log_blks 4 0 +memory_throttle_count 4 0 +memory_direct_count 4 0 +memory_indirect_count 4 0 +memory_all_bytes 4 33559851008 +memory_free_bytes 4 15340724224 +memory_available_bytes 3 14116114560 +arc_no_grow 4 0 +arc_tempreserve 4 0 +arc_loaned_bytes 4 0 +arc_prune 4 0 +arc_meta_used 4 1920 +arc_dnode_limit 4 335544320 +async_upgrade_sync 4 0 +predictive_prefetch 4 0 +demand_hit_predictive_prefetch 4 0 +demand_iohit_predictive_prefetch 4 0 +prescient_prefetch 4 0 +demand_hit_prescient_prefetch 4 0 +demand_iohit_prescient_prefetch 4 0 +arc_need_free 4 0 +arc_sys_free 4 1224609664 +arc_raw_size 4 0 +cached_only_in_progress 4 0 +abd_chunk_waste_size 4 0 + +--- dmu_tx + $ cat /proc/spl/kstat/zfs/dmu_tx +17 1 0x01 13 3536 11672355662 26133555648153 +name type data +dmu_tx_assigned 4 0 +dmu_tx_delay 4 0 +dmu_tx_error 4 0 +dmu_tx_suspended 4 0 +dmu_tx_group 4 0 +dmu_tx_memory_reserve 4 0 +dmu_tx_memory_reclaim 4 0 +dmu_tx_dirty_throttle 4 0 +dmu_tx_dirty_delay 4 0 +dmu_tx_dirty_over_max 4 0 +dmu_tx_dirty_frees_delay 4 0 +dmu_tx_wrlog_delay 4 0 +dmu_tx_quota 4 0 + +--- zfetchstats + $ cat /proc/spl/kstat/zfs/zfetchstats +16 1 0x01 8 2176 11672355056 26133556710000 +name type data +hits 4 0 +future 4 0 +stride 4 0 +past 4 0 +misses 4 0 +max_streams 4 0 +io_issued 4 0 +io_active 4 0 + +--- vdev_cache_stats + $ cat /proc/spl/kstat/zfs/vdev_cache_stats +cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory + [exit=1 / not installed or not permitted] + +--- abdstats + $ cat /proc/spl/kstat/zfs/abdstats +14 1 0x01 20 5440 11672290633 26133558810364 +name type data +struct_size 4 96 +linear_cnt 4 0 +linear_data_size 4 0 +scatter_cnt 4 1 +scatter_data_size 4 4096 +scatter_chunk_waste 4 0 +scatter_order_0 4 0 +scatter_order_1 4 0 +scatter_order_2 4 0 +scatter_order_3 4 0 +scatter_order_4 4 0 +scatter_order_5 4 0 +scatter_order_6 4 0 +scatter_order_7 4 0 +scatter_order_8 4 0 +scatter_order_9 4 0 +scatter_page_multi_chunk 4 1 +scatter_page_multi_zone 4 0 +scatter_page_alloc_retry 4 0 +scatter_sg_table_retry 4 0 + +--- ZFS module parameters (perf-relevant) + $ for f in /sys/module/zfs/parameters/*; do + [ -r "$f" ] || continue + name="$(basename "$f")" + case "$name" in + zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;; + *) continue ;; + esac + printf ' %-50s = %s\n' "$name" "$(cat "$f")" +done + l2arc_exclude_special = 0 + l2arc_feed_again = 1 + l2arc_feed_min_ms = 200 + l2arc_feed_secs = 1 + l2arc_headroom = 8 + l2arc_headroom_boost = 200 + l2arc_meta_percent = 33 + l2arc_mfuonly = 0 + l2arc_noprefetch = 1 + l2arc_norw = 0 + l2arc_rebuild_blocks_min_l2size = 1073741824 + l2arc_rebuild_enabled = 1 + l2arc_trim_ahead = 0 + l2arc_write_boost = 33554432 + l2arc_write_max = 33554432 + zfs_abd_scatter_enabled = 1 + zfs_abd_scatter_max_order = 9 + zfs_abd_scatter_min_size = 1536 + zfs_arc_average_blocksize = 8192 + zfs_arc_dnode_limit = 0 + zfs_arc_dnode_limit_percent = 10 + zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batch_limit = 10 + zfs_arc_eviction_pct = 200 + zfs_arc_evict_threads = 3 + zfs_arc_grow_retry = 0 + zfs_arc_lotsfree_percent = 10 + zfs_arc_max = 3355443200 + zfs_arc_meta_balance = 500 + zfs_arc_min = 0 + zfs_arc_min_prefetch_ms = 0 + zfs_arc_min_prescient_prefetch_ms = 0 + zfs_arc_pc_percent = 0 + zfs_arc_prune_task_threads = 1 + zfs_arc_shrinker_limit = 0 + zfs_arc_shrinker_seeks = 2 + zfs_arc_shrink_shift = 0 + zfs_arc_sys_free = 0 + zfs_dbuf_state_index = 0 + zfs_dio_enabled = 1 + zfs_dio_write_verify_events_per_second = 20 + zfs_dirty_data_max = 3355985100 + zfs_dirty_data_max_max = 4294967296 + zfs_dirty_data_max_max_percent = 25 + zfs_dirty_data_max_percent = 10 + zfs_dirty_data_sync_percent = 20 + zfs_prefetch_disable = 0 + zfs_slow_io_events_per_second = 20 + zfs_sync_pass_deferred_free = 2 + zfs_sync_pass_dont_compress = 8 + zfs_sync_pass_rewrite = 2 + zfs_txg_history = 100 + zfs_txg_timeout = 5 + zfs_vdev_aggregation_limit = 1048576 + zfs_vdev_aggregation_limit_non_rotating = 131072 + zfs_vdev_async_read_max_active = 3 + zfs_vdev_async_read_min_active = 1 + zfs_vdev_async_write_active_max_dirty_percent = 60 + zfs_vdev_async_write_active_min_dirty_percent = 30 + zfs_vdev_async_write_max_active = 10 + zfs_vdev_async_write_min_active = 2 + zfs_vdev_default_ms_count = 200 + zfs_vdev_default_ms_shift = 29 + zfs_vdev_def_queue_depth = 32 + zfs_vdev_direct_write_verify = 1 + zfs_vdev_disk_classic = 0 + zfs_vdev_disk_max_segs = 0 + zfs_vdev_failfast_mask = 1 + zfs_vdev_initializing_max_active = 1 + zfs_vdev_initializing_min_active = 1 + zfs_vdev_max_active = 1000 + zfs_vdev_max_auto_ashift = 14 + zfs_vdev_max_ms_shift = 34 + zfs_vdev_min_auto_ashift = 9 + zfs_vdev_min_ms_count = 16 + zfs_vdev_mirror_non_rotating_inc = 0 + zfs_vdev_mirror_non_rotating_seek_inc = 1 + zfs_vdev_mirror_rotating_inc = 0 + zfs_vdev_mirror_rotating_seek_inc = 5 + zfs_vdev_mirror_rotating_seek_offset = 1048576 + zfs_vdev_ms_count_limit = 131072 + zfs_vdev_nia_credit = 5 + zfs_vdev_nia_delay = 5 + zfs_vdev_open_timeout_ms = 1000 + zfs_vdev_queue_depth_pct = 1000 + zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2 + zfs_vdev_read_gap_limit = 32768 + zfs_vdev_rebuild_max_active = 3 + zfs_vdev_rebuild_min_active = 1 + zfs_vdev_removal_max_active = 2 + zfs_vdev_removal_min_active = 1 + zfs_vdev_scheduler = unused + zfs_vdev_scrub_max_active = 3 + zfs_vdev_scrub_min_active = 1 + zfs_vdev_sync_read_max_active = 10 + zfs_vdev_sync_read_min_active = 10 + zfs_vdev_sync_write_max_active = 10 + zfs_vdev_sync_write_min_active = 10 + zfs_vdev_trim_max_active = 2 + zfs_vdev_trim_min_active = 1 + zfs_vdev_write_gap_limit = 4096 + zfs_zil_clean_taskq_maxalloc = 1048576 + zfs_zil_clean_taskq_minalloc = 1024 + zfs_zil_clean_taskq_nthr_pct = 100 + zvol_blk_mq_blocks_per_thread = 8 + zvol_blk_mq_queue_depth = 128 + zvol_enforce_quotas = 1 + zvol_inhibit_dev = 0 + zvol_major = 230 + zvol_max_discard_blocks = 16384 + zvol_num_taskqs = 0 + zvol_open_timeout_ms = 1000 + zvol_prefetch_bytes = 131072 + zvol_request_sync = 0 + zvol_threads = 0 + zvol_use_blk_mq = 0 + zvol_volmode = 1 + +--- zpool iostat snapshot + $ zpool iostat 1 1 +no pools available + +--- arc_summary (if present) + $ arc_summary + +------------------------------------------------------------------------ +ZFS Subsystem Report Sun Jul 26 16:30:02 2026 +Linux 6.17.2-1-pve 2.3.4-pve1 +Machine: pfv-tsys1 (x86_64) 2.3.4-pve1 + +ARC status: + Total memory size: 31.3 GiB + Min target size: 3.1 % 1000.2 MiB + Max target size: 10.0 % 3.1 GiB + Target size (adaptive): < 0.1 % 1000.2 MiB + Current size: < 0.1 % 1.9 KiB + Free memory size: 14.3 GiB + Available memory size: 13.1 GiB + +ARC structural breakdown (current size): 1.9 KiB + Compressed size: 0.0 % 0 Bytes + Overhead size: 0.0 % 0 Bytes + Bonus size: 0.0 % 0 Bytes + Dnode size: 0.0 % 0 Bytes + Dbuf size: 0.0 % 0 Bytes + Header size: 100.0 % 1.9 KiB + L2 header size: 0.0 % 0 Bytes + ABD chunk waste size: 0.0 % 0 Bytes + +ARC types breakdown (compressed + overhead): 0 Bytes + Data size: n/a 0 Bytes + Metadata size: n/a 0 Bytes + +ARC states breakdown (compressed + overhead): 0 Bytes + Anonymous data size: n/a 0 Bytes + Anonymous metadata size: n/a 0 Bytes + MFU data target: 37.5 % 0 Bytes + MFU data size: n/a 0 Bytes + MFU evictable data size: n/a 0 Bytes + MFU ghost data size: 0 Bytes + MFU metadata target: 12.5 % 0 Bytes + MFU metadata size: n/a 0 Bytes + MFU evictable metadata size: n/a 0 Bytes + MFU ghost metadata size: 0 Bytes + MRU data target: 37.5 % 0 Bytes + MRU data size: n/a 0 Bytes + MRU evictable data size: n/a 0 Bytes + MRU ghost data size: 0 Bytes + MRU metadata target: 12.5 % 0 Bytes + MRU metadata size: n/a 0 Bytes + MRU evictable metadata size: n/a 0 Bytes + MRU ghost metadata size: 0 Bytes + Uncached data size: n/a 0 Bytes + Uncached metadata size: n/a 0 Bytes + +ARC hash breakdown: + Elements: 0 + Collisions: 0 + Chain max: 0 + Chains: 0 + +ARC misc: + Uncompressed size: n/a 0 Bytes + Memory throttles: 0 + Memory direct reclaims: 0 + Memory indirect reclaims: 0 + Deleted: 0 + Mutex misses: 0 + Eviction skips: 0 + Eviction skips due to L2 writes: 0 + L2 cached evictions: 0 Bytes + L2 eligible evictions: 0 Bytes + L2 eligible MFU evictions: n/a 0 Bytes + L2 eligible MRU evictions: n/a 0 Bytes + L2 ineligible evictions: 0 Bytes + +ARC total accesses: 0 + Total hits: n/a 0 + Total I/O hits: n/a 0 + Total misses: n/a 0 + +ARC demand data accesses: n/a 0 + Demand data hits: n/a 0 + Demand data I/O hits: n/a 0 + Demand data misses: n/a 0 + +ARC demand metadata accesses: n/a 0 + Demand metadata hits: n/a 0 + Demand metadata I/O hits: n/a 0 + Demand metadata misses: n/a 0 + +ARC prefetch data accesses: n/a 0 + Prefetch data hits: n/a 0 + Prefetch data I/O hits: n/a 0 + Prefetch data misses: n/a 0 + +ARC prefetch metadata accesses: n/a 0 + Prefetch metadata hits: n/a 0 + Prefetch metadata I/O hits: n/a 0 + Prefetch metadata misses: n/a 0 + +ARC predictive prefetches: n/a 0 + Demand hits after predictive: n/a 0 + Demand I/O hits after predictive: n/a 0 + Never demanded after predictive: n/a 0 + +ARC prescient prefetches: n/a 0 + Demand hits after prescient: n/a 0 + Demand I/O hits after prescient: n/a 0 + Never demanded after prescient: n/a 0 + +ARC states hits of all accesses: + Most frequently used (MFU): n/a 0 + Most recently used (MRU): n/a 0 + Most frequently used (MFU) ghost: n/a 0 + Most recently used (MRU) ghost: n/a 0 + Uncached: n/a 0 + +DMU predictive prefetcher calls: 0 + Stream hits: n/a 0 + Hits ahead of stream: n/a 0 + Hits behind stream: n/a 0 + Stream misses: n/a 0 + Streams limit reached: n/a 0 + Stream strides: 0 + Prefetches issued 0 + +L2ARC not detected, skipping section + +Solaris Porting Layer (SPL): + spl_hostid 0 + spl_hostid_path /etc/hostid + spl_kmem_alloc_max 1048576 + spl_kmem_alloc_warn 65536 + spl_kmem_cache_kmem_threads 4 + spl_kmem_cache_magazine_size 0 + spl_kmem_cache_max_size 32 + spl_kmem_cache_obj_per_slab 8 + spl_kmem_cache_slab_limit 16384 + spl_panic_halt 0 + spl_schedule_hrtimeout_slack_us 0 + spl_taskq_kick 0 + spl_taskq_thread_bind 0 + spl_taskq_thread_dynamic 1 + spl_taskq_thread_priority 1 + spl_taskq_thread_sequential 4 + spl_taskq_thread_timeout_ms 5000 + +Tunables: + brt_zap_default_bs 12 + brt_zap_default_ibs 12 + brt_zap_prefetch 1 + dbuf_cache_hiwater_pct 10 + dbuf_cache_lowater_pct 10 + dbuf_cache_max_bytes 18446744073709551615 + dbuf_cache_shift 5 + dbuf_metadata_cache_max_bytes 18446744073709551615 + dbuf_metadata_cache_shift 6 + dbuf_mutex_cache_shift 0 + ddt_zap_default_bs 15 + ddt_zap_default_ibs 15 + dmu_ddt_copies 0 + dmu_object_alloc_chunk_shift 7 + dmu_prefetch_max 134217728 + icp_aes_impl cycle [fastest] generic x86_64 aesni + icp_gcm_avx_chunk_size 32736 + icp_gcm_impl cycle [fastest] avx generic pclmulqdq + l2arc_exclude_special 0 + l2arc_feed_again 1 + l2arc_feed_min_ms 200 + l2arc_feed_secs 1 + l2arc_headroom 8 + l2arc_headroom_boost 200 + l2arc_meta_percent 33 + l2arc_mfuonly 0 + l2arc_noprefetch 1 + l2arc_norw 0 + l2arc_rebuild_blocks_min_l2size 1073741824 + l2arc_rebuild_enabled 1 + l2arc_trim_ahead 0 + l2arc_write_boost 33554432 + l2arc_write_max 33554432 + metaslab_aliquot 1048576 + metaslab_bias_enabled 1 + metaslab_debug_load 0 + metaslab_debug_unload 0 + metaslab_df_max_search 16777216 + metaslab_df_use_largest_segment 0 + metaslab_force_ganging 16777217 + metaslab_force_ganging_pct 3 + metaslab_fragmentation_factor_enabled 1 + metaslab_lba_weighting_enabled 1 + metaslab_preload_enabled 1 + metaslab_preload_limit 10 + metaslab_preload_pct 50 + metaslab_unload_delay 32 + metaslab_unload_delay_ms 600000 + raidz_expand_max_copy_bytes 167772160 + raidz_expand_max_reflow_bytes 0 + raidz_io_aggregate_rows 4 + send_holes_without_birth_time 1 + spa_asize_inflation 24 + spa_config_path /etc/zfs/zpool.cache + spa_cpus_per_allocator 4 + spa_load_print_vdev_tree 0 + spa_load_verify_data 1 + spa_load_verify_metadata 1 + spa_load_verify_shift 4 + spa_num_allocators 4 + spa_slop_shift 5 + spa_upgrade_errlog_limit 0 + vdev_file_logical_ashift 9 + vdev_file_physical_ashift 9 + vdev_removal_max_span 32768 + vdev_validate_skip 0 + zap_iterate_prefetch 1 + zap_micro_max_size 131072 + zap_shrink_enabled 1 + zfetch_hole_shift 2 + zfetch_max_distance 67108864 + zfetch_max_idistance 134217728 + zfetch_max_reorder 16777216 + zfetch_max_sec_reap 2 + zfetch_max_streams 8 + zfetch_min_distance 4194304 + zfetch_min_sec_reap 1 + zfs_abd_scatter_enabled 1 + zfs_abd_scatter_max_order 9 + zfs_abd_scatter_min_size 1536 + zfs_active_allocator dynamic + zfs_admin_snapshot 0 + zfs_allow_redacted_dataset_mount 0 + zfs_arc_average_blocksize 8192 + zfs_arc_dnode_limit 0 + zfs_arc_dnode_limit_percent 10 + zfs_arc_dnode_reduce_percent 10 + zfs_arc_evict_batch_limit 10 + zfs_arc_evict_threads 3 + zfs_arc_eviction_pct 200 + zfs_arc_grow_retry 0 + zfs_arc_lotsfree_percent 10 + zfs_arc_max 3355443200 + zfs_arc_meta_balance 500 + zfs_arc_min 0 + zfs_arc_min_prefetch_ms 0 + zfs_arc_min_prescient_prefetch_ms 0 + zfs_arc_pc_percent 0 + zfs_arc_prune_task_threads 1 + zfs_arc_shrink_shift 0 + zfs_arc_shrinker_limit 0 + zfs_arc_shrinker_seeks 2 + zfs_arc_sys_free 0 + zfs_async_block_max_blocks 18446744073709551615 + zfs_autoimport_disable 1 + zfs_bclone_enabled 1 + zfs_bclone_wait_dirty 1 + zfs_blake3_impl cycle [fastest] generic sse2 sse41 avx2 + zfs_btree_verify_intensity 0 + zfs_checksum_events_per_second 20 + zfs_commit_timeout_pct 10 + zfs_compressed_arc_enabled 1 + zfs_condense_indirect_commit_entry_delay_ms 0 + zfs_condense_indirect_obsolete_pct 25 + zfs_condense_indirect_vdevs_enable 1 + zfs_condense_max_obsolete_bytes 1073741824 + zfs_condense_min_mapping_bytes 131072 + zfs_dbgmsg_enable 1 + zfs_dbgmsg_maxsize 4194304 + zfs_dbuf_state_index 0 + zfs_ddt_data_is_special 1 + zfs_deadman_checktime_ms 60000 + zfs_deadman_enabled 1 + zfs_deadman_events_per_second 1 + zfs_deadman_failmode wait + zfs_deadman_synctime_ms 600000 + zfs_deadman_ziotime_ms 300000 + zfs_dedup_log_cap 4294967295 + zfs_dedup_log_flush_entries_max 4294967295 + zfs_dedup_log_flush_entries_min 200 + zfs_dedup_log_flush_flow_rate_txgs 10 + zfs_dedup_log_flush_min_time_ms 1000 + zfs_dedup_log_flush_txgs 100 + zfs_dedup_log_hard_cap 0 + zfs_dedup_log_mem_max 335598510 + zfs_dedup_log_mem_max_percent 1 + zfs_dedup_log_txg_max 8 + zfs_dedup_prefetch 0 + zfs_default_bs 9 + zfs_default_ibs 17 + zfs_delay_min_dirty_percent 60 + zfs_delay_scale 500000 + zfs_delete_blocks 20480 + zfs_dio_enabled 1 + zfs_dio_write_verify_events_per_second 20 + zfs_dirty_data_max 3355985100 + zfs_dirty_data_max_max 4294967296 + zfs_dirty_data_max_max_percent 25 + zfs_dirty_data_max_percent 10 + zfs_dirty_data_sync_percent 20 + zfs_disable_ivset_guid_check 0 + zfs_dmu_offset_next_sync 1 + zfs_embedded_slog_min_ms 64 + zfs_expire_snapshot 300 + zfs_fallocate_reserve_percent 110 + zfs_flags 0 + zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2 + zfs_free_bpobj_enabled 1 + zfs_free_leak_on_eio 0 + zfs_free_min_time_ms 1000 + zfs_history_output_max 1048576 + zfs_immediate_write_sz 32768 + zfs_initialize_chunk_size 1048576 + zfs_initialize_value 16045690984833335022 + zfs_keep_log_spacemaps_at_export 0 + zfs_key_max_salt_uses 400000000 + zfs_livelist_condense_new_alloc 0 + zfs_livelist_condense_sync_cancel 0 + zfs_livelist_condense_sync_pause 0 + zfs_livelist_condense_zthr_cancel 0 + zfs_livelist_condense_zthr_pause 0 + zfs_livelist_max_entries 500000 + zfs_livelist_min_percent_shared 75 + zfs_lua_max_instrlimit 100000000 + zfs_lua_max_memlimit 104857600 + zfs_max_async_dedup_frees 100000 + zfs_max_dataset_nesting 50 + zfs_max_log_walking 5 + zfs_max_logsm_summary_length 10 + zfs_max_missing_tvds 0 + zfs_max_nvlist_src_size 0 + zfs_max_recordsize 16777216 + zfs_metaslab_find_max_tries 100 + zfs_metaslab_fragmentation_threshold 77 + zfs_metaslab_max_size_cache_sec 3600 + zfs_metaslab_mem_limit 25 + zfs_metaslab_segment_weight_enabled 1 + zfs_metaslab_switch_threshold 2 + zfs_metaslab_try_hard_before_gang 0 + zfs_mg_fragmentation_threshold 95 + zfs_mg_noalloc_threshold 0 + zfs_min_metaslabs_to_flush 1 + zfs_multihost_fail_intervals 10 + zfs_multihost_history 0 + zfs_multihost_import_intervals 20 + zfs_multihost_interval 1000 + zfs_multilist_num_sublists 0 + zfs_no_scrub_io 0 + zfs_no_scrub_prefetch 0 + zfs_nocacheflush 0 + zfs_nopwrite_enabled 1 + zfs_object_mutex_size 64 + zfs_obsolete_min_time_ms 500 + zfs_override_estimate_recordsize 0 + zfs_pd_bytes_max 52428800 + zfs_per_txg_dirty_frees_percent 30 + zfs_prefetch_disable 0 + zfs_read_history 0 + zfs_read_history_hits 0 + zfs_rebuild_max_segment 1048576 + zfs_rebuild_scrub_enabled 1 + zfs_rebuild_vdev_limit 67108864 + zfs_reconstruct_indirect_combinations_max 4096 + zfs_recover 0 + zfs_recv_best_effort_corrective 0 + zfs_recv_queue_ff 20 + zfs_recv_queue_length 16777216 + zfs_recv_write_batch_size 1048576 + zfs_removal_ignore_errors 0 + zfs_removal_suspend_progress 0 + zfs_remove_max_segment 16777216 + zfs_resilver_defer_percent 10 + zfs_resilver_disable_defer 0 + zfs_resilver_min_time_ms 3000 + zfs_scan_blkstats 0 + zfs_scan_checkpoint_intval 7200 + zfs_scan_fill_weight 3 + zfs_scan_ignore_errors 0 + zfs_scan_issue_strategy 0 + zfs_scan_legacy 0 + zfs_scan_max_ext_gap 2097152 + zfs_scan_mem_lim_fact 20 + zfs_scan_mem_lim_soft_fact 20 + zfs_scan_report_txgs 0 + zfs_scan_strict_mem_lim 0 + zfs_scan_suspend_progress 0 + zfs_scan_vdev_limit 16777216 + zfs_scrub_after_expand 1 + zfs_scrub_error_blocks_per_txg 4096 + zfs_scrub_min_time_ms 1000 + zfs_send_corrupt_data 0 + zfs_send_no_prefetch_queue_ff 20 + zfs_send_no_prefetch_queue_length 1048576 + zfs_send_queue_ff 20 + zfs_send_queue_length 16777216 + zfs_send_unmodified_spill_blocks 1 + zfs_sha256_impl cycle [fastest] generic x64 ssse3 avx avx2 + zfs_sha512_impl cycle [fastest] generic x64 avx avx2 + zfs_slow_io_events_per_second 20 + zfs_snapshot_history_enabled 1 + zfs_snapshot_no_setuid 0 + zfs_spa_discard_memory_limit 16777216 + zfs_special_class_metadata_reserve_pct 25 + zfs_sync_pass_deferred_free 2 + zfs_sync_pass_dont_compress 8 + zfs_sync_pass_rewrite 2 + zfs_traverse_indirect_prefetch_limit 32 + zfs_trim_extent_bytes_max 134217728 + zfs_trim_extent_bytes_min 32768 + zfs_trim_metaslab_skip 0 + zfs_trim_queue_limit 10 + zfs_trim_txg_batch 32 + zfs_txg_history 100 + zfs_txg_timeout 5 + zfs_unflushed_log_block_max 131072 + zfs_unflushed_log_block_min 1000 + zfs_unflushed_log_block_pct 400 + zfs_unflushed_log_txg_max 1000 + zfs_unflushed_max_mem_amt 1073741824 + zfs_unflushed_max_mem_ppm 1000 + zfs_unlink_suspend_progress 0 + zfs_user_indirect_is_special 1 + zfs_vdev_aggregation_limit 1048576 + zfs_vdev_aggregation_limit_non_rotating 131072 + zfs_vdev_async_read_max_active 3 + zfs_vdev_async_read_min_active 1 + zfs_vdev_async_write_active_max_dirty_percent 60 + zfs_vdev_async_write_active_min_dirty_percent 30 + zfs_vdev_async_write_max_active 10 + zfs_vdev_async_write_min_active 2 + zfs_vdev_def_queue_depth 32 + zfs_vdev_default_ms_count 200 + zfs_vdev_default_ms_shift 29 + zfs_vdev_direct_write_verify 1 + zfs_vdev_disk_classic 0 + zfs_vdev_disk_max_segs 0 + zfs_vdev_failfast_mask 1 + zfs_vdev_initializing_max_active 1 + zfs_vdev_initializing_min_active 1 + zfs_vdev_max_active 1000 + zfs_vdev_max_auto_ashift 14 + zfs_vdev_max_ms_shift 34 + zfs_vdev_min_auto_ashift 9 + zfs_vdev_min_ms_count 16 + zfs_vdev_mirror_non_rotating_inc 0 + zfs_vdev_mirror_non_rotating_seek_inc 1 + zfs_vdev_mirror_rotating_inc 0 + zfs_vdev_mirror_rotating_seek_inc 5 + zfs_vdev_mirror_rotating_seek_offset 1048576 + zfs_vdev_ms_count_limit 131072 + zfs_vdev_nia_credit 5 + zfs_vdev_nia_delay 5 + zfs_vdev_open_timeout_ms 1000 + zfs_vdev_queue_depth_pct 1000 + zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 avx2 + zfs_vdev_read_gap_limit 32768 + zfs_vdev_rebuild_max_active 3 + zfs_vdev_rebuild_min_active 1 + zfs_vdev_removal_max_active 2 + zfs_vdev_removal_min_active 1 + zfs_vdev_scheduler unused + zfs_vdev_scrub_max_active 3 + zfs_vdev_scrub_min_active 1 + zfs_vdev_sync_read_max_active 10 + zfs_vdev_sync_read_min_active 10 + zfs_vdev_sync_write_max_active 10 + zfs_vdev_sync_write_min_active 10 + zfs_vdev_trim_max_active 2 + zfs_vdev_trim_min_active 1 + zfs_vdev_write_gap_limit 4096 + zfs_vnops_read_chunk_size 33554432 + zfs_wrlog_data_max 6711970200 + zfs_xattr_compat 0 + zfs_zevent_len_max 512 + zfs_zevent_retain_expire_secs 900 + zfs_zevent_retain_max 2000 + zfs_zil_clean_taskq_maxalloc 1048576 + zfs_zil_clean_taskq_minalloc 1024 + zfs_zil_clean_taskq_nthr_pct 100 + zfs_zil_saxattr 1 + zil_maxblocksize 131072 + zil_maxcopied 7680 + zil_nocacheflush 0 + zil_replay_disable 0 + zil_slog_bulk 67108864 + zio_deadman_log_all 0 + zio_dva_throttle_enabled 1 + zio_requeue_io_start_cut_in_line 1 + zio_slow_io_ms 30000 + zio_taskq_batch_pct 80 + zio_taskq_batch_tpq 0 + zio_taskq_read fixed,1,8 null scale null + zio_taskq_write sync null scale null + zio_taskq_write_tpq 16 + zstd_abort_size 131072 + zstd_earlyabort_pass 1 + zvol_blk_mq_blocks_per_thread 8 + zvol_blk_mq_queue_depth 128 + zvol_enforce_quotas 1 + zvol_inhibit_dev 0 + zvol_major 230 + zvol_max_discard_blocks 16384 + zvol_num_taskqs 0 + zvol_open_timeout_ms 1000 + zvol_prefetch_bytes 131072 + zvol_request_sync 0 + zvol_threads 0 + zvol_use_blk_mq 0 + zvol_volmode 1 + +ZIL committed transactions: 0 + Commit requests: 0 + Flushes to stable storage: 0 + Transactions to SLOG storage pool: 0 Bytes 0 + Transactions to non-SLOG storage pool: 0 Bytes 0 + + +--- zpool events -v (recent) + $ zpool events -v +TIME CLASS + +--- zpool history (last 30 events) + $ zpool history -il 2>/dev/null | tail -n 30 + +############################################################################### +# 20. STORAGE: DRIVE HEALTH +############################################################################### + +--- nvme list + $ nvme list +/root/check.sh: line 45: nvme: command not found + [exit=127 / not installed or not permitted] + +--- nvme smart-log per device + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n smart-log ---" + nvme smart-log "$n" 2>&1 + echo "--- $n error-log (first 5) ---" + nvme error-log "$n" 2>&1 | head -n 80 +done + +--- nvme id-ctrl per device (key fields) + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n id-ctrl (filtered) ---" + nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)' +done + +--- smartctl -a per disk + $ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + echo "--- smartctl -a $dev ---" + smartctl -a "$dev" 2>&1 | head -n 200 +done +--- smartctl -a /dev/sda --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Western Digital Caviar Green +Device Model: WDC WD10EADS-65M2B1 +Serial Number: WD-WCAV59018871 +LU WWN Device Id: 5 0014ee 2597bc3b9 +Firmware Version: 01.00A01 +User Capacity: 1,000,204,886,016 bytes [1.00 TB] +Sector Size: 512 bytes logical/physical +Device is: In smartctl database 7.5/5706 +ATA Version is: ATA8-ACS (minor revision not indicated) +SATA Version is: SATA 2.6, 3.0 Gb/s +Local Time is: Sun Jul 26 16:30:02 2026 CDT +SMART support is: Available - device has SMART capability. +SMART support is: Enabled + +=== START OF READ SMART DATA SECTION === +SMART overall-health self-assessment test result: PASSED + +General SMART Values: +Offline data collection status: (0x84) Offline data collection activity + was suspended by an interrupting command from host. + Auto Offline Data Collection: Enabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: (19560) seconds. +Offline data collection +capabilities: (0x7b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 2) minutes. +Extended self-test routine +recommended polling time: ( 226) minutes. +Conveyance self-test routine +recommended polling time: ( 5) minutes. +SCT capabilities: (0x3037) SCT Status supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0 + 3 Spin_Up_Time 0x0027 118 106 021 Pre-fail Always - 7100 + 4 Start_Stop_Count 0x0032 098 098 000 Old_age Always - 2826 + 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 + 9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55358 + 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 + 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 + 12 Power_Cycle_Count 0x0032 098 098 000 Old_age Always - 2697 +192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1312 +193 Load_Cycle_Count 0x0032 062 062 000 Old_age Always - 415485 +194 Temperature_Celsius 0x0022 111 096 000 Old_age Always - 36 +196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0 +200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0 + +SMART Error Log Version: 1 +Warning: ATA error count 1 inconsistent with error log index 0 +No Errors Logged + +SMART Self-test log structure revision number 1 +Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error +# 1 Extended offline Completed without error 00% 1985 - +# 2 Short offline Completed without error 00% 1982 - +# 3 Short offline Completed without error 00% 1980 - + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + + +############################################################################### +# 21. STORAGE: HBA / RAID CONTROLLERS +############################################################################### + +############################################################################### +# 22. VIRTUAL MACHINES (qm) +############################################################################### + +--- qm list + $ qm list + VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID + 100 pfv-bms running 4096 32.00 1808 + 101 tsys-ca running 2048 32.00 1964 + 103 pfv-netinfra-01 running 2048 32.00 2050 + 104 tsys-librenms running 2048 50.00 2178 + 105 tsys-proxmox-datacenter running 2048 32.00 87913 + 106 pfv-k8s-cnode3 running 4096 32.00 92047 + 107 pfv-k8s-cnode1 running 4096 32.00 4120 + 108 tsys-ucs-01 running 8000 32.00 2480 + 109 tailscale-router running 2048 25.00 66517 + 114 kali-tsys running 2048 32.00 2614 + 117 tsys-secure-workbench running 4000 32.00 2699 + 1000 KNELTemplate stopped 2048 32.00 0 + +--- qm config per VM + $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- VM $vmid ---" + qm config "$vmid" 2>&1 + echo "" +done +--- VM 100 --- +agent: enabled=1 +bios: ovmf +boot: order=scsi0 +cores: 2 +cpu: host +description:
%0A %0A Logo%0A %0A%0A

Homeassistant OS VM

%0A%0A

%0A %0A spend Coffee%0A %0A

%0A%0A %0A %0A GitHub%0A %0A %0A %0A Discussions%0A %0A %0A %0A Issues%0A %0A
+efidisk0: D2:100/vm-100-disk-1.raw,efitype=4m,size=528K +localtime: 1 +machine: q35 +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1771903877 +name: pfv-bms +net0: virtio=02:5A:39:38:3E:9F,bridge=vmbr0 +onboot: 1 +ostype: l26 +scsi0: D2:100/vm-100-disk-0.raw,discard=on,size=32G,ssd=1 +scsihw: virtio-scsi-pci +serial0: socket +smbios1: uuid=87760bbb-fe04-4e07-a236-2b0550f6a18c +tablet: 0 +tags: community-script +usb0: host=10c4:ea60 +usb1: host=0658:0200 +vmgenid: 0609a12f-b205-4f43-94ba-f4a61492f6ed + +--- VM 101 --- +agent: 1 +balloon: 0 +boot: order=virtio0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES,flags=-nested-virt +ide2: none,media=cdrom +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1770596024 +name: tsys-ca +net0: virtio=BC:24:11:32:D0:36,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsihw: virtio-scsi-single +smbios1: uuid=8b2a29da-e074-4ab0-ac4e-2455ba4740ab +sockets: 1 +usb0: host=20a0:4230 +usb1: host=20a0:4230 +virtio0: D2:101/vm-101-disk-0.qcow2,iothread=1,size=32G +vmgenid: fe0485bd-0998-4eef-a6e0-beeed3fcd1f3 + +--- VM 103 --- +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1784825465 +name: pfv-netinfra-01 +net0: virtio=BC:24:11:65:B2:AC,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D5:103/vm-103-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=d04e8b2e-b2a3-42ab-9f21-d045d59f80b1 +sockets: 1 +vmgenid: 417fe414-9490-43ac-8fb0-9568e2719f15 + +--- VM 104 --- +agent: 1 +balloon: 0 +boot: order=scsi0 +cores: 2 +cpu: host +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: tsys-librenms +net0: virtio=BC:24:11:5C:96:1E,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:104/vm-104-disk-0.qcow2,iothread=1,size=50G +scsihw: virtio-scsi-single +smbios1: uuid=44ef8c95-f29e-4dd9-99cd-e17c83222559 +sockets: 1 +vmgenid: f10d276a-a685-46fc-bfec-87ec2993347a + +--- VM 105 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: host +ide2: none,media=cdrom +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771894454 +name: tsys-proxmox-datacenter +net0: virtio=BC:24:11:E6:03:2D,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:105/vm-105-disk-0.qcow2,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=6f7aca91-4b83-415e-915b-5f8bcf7f76a7 +sockets: 1 +vmgenid: 7cffb118-b562-42a8-8034-4e0b5dd9edd5 + +--- VM 106 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: pfv-k8s-cnode3 +net0: virtio=BC:24:11:38:C0:58,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:106/vm-106-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=36b0ebb0-c6d3-42d7-bc5e-e2af10215588 +sockets: 1 +vmgenid: adb3367d-1556-4357-ab99-ba335ee21657 + +--- VM 107 --- +balloon: 0 +boot: order=scsi0 +cores: 2 +cpu: host +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1770665145 +name: pfv-k8s-cnode1 +net0: virtio=BC:24:11:96:F7:B9,bridge=vmbr0,firewall=1 +net1: virtio=BC:24:11:C8:D5:7E,bridge=datanet,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D5:107/vm-107-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=2140593d-8cf6-4877-a2b6-3d2ac9bd0e2f +sockets: 1 +vmgenid: f46c4cfd-c0e4-406d-a68c-a0e355244475 + +--- VM 108 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +memory: 8000 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: tsys-ucs-01 +net0: virtio=BC:24:11:86:EA:1A,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:108/vm-108-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=05ba3366-4e9a-45bf-b066-e9cc116e982b +sockets: 2 +vmgenid: f83b0fa2-1141-4e7e-b3a2-88679bac19ed + +--- VM 109 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1770644781 +name: tailscale-router +net0: virtio=BC:24:11:8A:69:04,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:109/vm-109-disk-0.qcow2,format=qcow2,iothread=1,size=25G +scsihw: virtio-scsi-single +smbios1: uuid=3decfcc3-424d-4c7e-8a33-45822b15c2f3 +sockets: 1 +vmgenid: 1d42e437-215f-4d07-b889-e19d45e89548 + +--- VM 114 --- +agent: 1 +balloon: 0 +boot: order=ide2;scsi0;net0 +cores: 2 +cpu: host +ide2: local:iso/kali.iso,media=cdrom,size=4689972K +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: kali-tsys +net0: virtio=BC:24:11:DD:29:B8,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:114/vm-114-disk-0.qcow2,cache=writethrough,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=42ef945e-e4b4-4c18-8d67-4d0875e9b506 +sockets: 1 +vmgenid: ed1b06f2-35ec-4334-af5f-48a245345b76 + +--- VM 117 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +description: ## Purpose%0A%0ACompliance scans, OpenSCAP etc system. +memory: 4000 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: tsys-secure-workbench +net0: virtio=BC:24:11:EE:08:C9,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:117/vm-117-disk-0.qcow2,cache=writethrough,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=ef07726c-0aaa-4dc4-b954-8f34687f4dcd +sockets: 1 +vmgenid: 23fd4df0-2440-4b1d-9984-00738c123b12 + +--- VM 1000 --- +balloon: 0 +boot: order=virtio0;ide2;net0 +cores: 2 +cpu: host +ide2: local:iso/debian-13.iso,media=cdrom,size=754M +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1770665145 +name: KNELTemplate +net0: virtio=BC:24:11:30:CD:75,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsihw: virtio-scsi-single +smbios1: uuid=3c02e3f1-9e23-4a94-b610-b0be916fec62 +sockets: 1 +template: 1 +virtio0: local-lvm:base-105-disk-0,iothread=1,size=32G +vmgenid: 938c03c8-e2ce-403f-bf4c-6e73c7153101 + + +--- VM runtime status (qm guest agent if running) + $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- VM $vmid runtime ---" + qm guest cmd "$vmid" network-get-interfaces 2>/dev/null | head -n 40 || echo " [no agent or VM not running]" +done +--- VM 100 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 696785, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 7661, + "tx-bytes" : 696785, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 7661 + } + }, + { + "hardware-address" : "02:5a:39:38:3e:9f", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.12", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::2b", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 101 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 19440, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 240, + "tx-bytes" : 19440, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 240 + } + }, + { + "hardware-address" : "bc:24:11:32:d0:36", + "ip-addresses" : [ + { + "ip-address" : "192.168.1.181", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::28", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 103 runtime --- +--- VM 104 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 148740, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 817, + "tx-bytes" : 148740, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 817 + } + }, + { + "hardware-address" : "bc:24:11:5c:96:1e", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.176", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::17", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 105 runtime --- +--- VM 106 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 16960, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 176, + "tx-bytes" : 16960, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 176 + } + }, + { + "hardware-address" : "bc:24:11:38:c0:58", + "ip-addresses" : [ + { + "ip-address" : "192.168.1.228", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::19", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 107 runtime --- +--- VM 108 runtime --- +--- VM 109 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 469692, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 2774, + "tx-bytes" : 469692, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 2774 + } + }, + { + "hardware-address" : "bc:24:11:8a:69:04", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.16", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::f", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 114 runtime --- +--- VM 117 runtime --- +[ + { + "hardware-address" : "00:00:00:00:00:00", + "ip-addresses" : [ + { + "ip-address" : "127.0.0.1", + "ip-address-type" : "ipv4", + "prefix" : 8 + }, + { + "ip-address" : "::1", + "ip-address-type" : "ipv6", + "prefix" : 128 + } + ], + "name" : "lo", + "statistics" : { + "rx-bytes" : 19440, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 240, + "tx-bytes" : 19440, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 240 + } + }, + { + "hardware-address" : "bc:24:11:ee:08:c9", + "ip-addresses" : [ + { + "ip-address" : "192.168.2.29", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::3b", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 1000 runtime --- + +--- /etc/pve/qemu-server +lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys1/qemu-server + +--- /etc/pve/firewall +total 0 +drwxr-xr-x 2 root www-data 0 Mar 12 09:41 . +drwxr-xr-x 2 root www-data 0 Dec 31 1969 .. + +############################################################################### +# 23. CONTAINERS (pct) +############################################################################### + +--- pct list + $ pct list + +--- pct config per CT + $ for ctid in $(pct list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- CT $ctid ---" + pct config "$ctid" 2>&1 + echo "" +done + +############################################################################### +# 24. SERVICES / FAILED UNITS +############################################################################### + +--- running services + $ systemctl list-units --type=service --state=running --no-pager + UNIT LOAD ACTIVE SUB DESCRIPTION + beszel-agent.service loaded active running Beszel Agent Service + chrony.service loaded active running chrony, an NTP client/server + corosync.service loaded active running Corosync Cluster Engine + cron.service loaded active running Regular background program processing daemon + dbus.service loaded active running D-Bus System Message Bus + dm-event.service loaded active running Device-mapper event daemon + getty@tty1.service loaded active running Getty on tty1 + ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon + lxc-monitord.service loaded active running LXC Container Monitoring Daemon + lxcfs.service loaded active running FUSE filesystem for LXC + nfs-blkmap.service loaded active running pNFS block layout mapping daemon + polkit.service loaded active running Authorization Manager + postfix.service loaded active running Postfix Mail Transport Agent (main/default instance) + proxmox-firewall.service loaded active running Proxmox nftables firewall + pve-cluster.service loaded active running The Proxmox VE cluster filesystem + pve-firewall.service loaded active running Proxmox VE firewall + pve-ha-crm.service loaded active running PVE Cluster HA Resource Manager Daemon + pve-ha-lrm.service loaded active running PVE Local HA Resource Manager Daemon + pve-lxc-syscalld.service loaded active running Proxmox VE LXC Syscall Daemon + pvedaemon.service loaded active running PVE API Daemon + pvefw-logger.service loaded active running Proxmox VE firewall logger + pveproxy.service loaded active running PVE API Proxy Server + pvescheduler.service loaded active running Proxmox VE scheduler + pvestatd.service loaded active running PVE Status Daemon + qmeventd.service loaded active running PVE Qemu Event Daemon + rpcbind.service loaded active running RPC bind portmap service + rrdcached.service loaded active running Data caching daemon for rrdtool + ser2net.service loaded active running Serial port to network proxy + smartmontools.service loaded active running Self Monitoring and Reporting Technology (SMART) Daemon + spiceproxy.service loaded active running PVE SPICE Proxy Server + ssh.service loaded active running OpenBSD Secure Shell server + systemd-journald.service loaded active running Journal Service + systemd-logind.service loaded active running User Login Management + systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files + tailscaled.service loaded active running Tailscale node agent + tuned.service loaded active running Dynamic System Tuning Daemon + user@0.service loaded active running User Manager for UID 0 + watchdog-mux.service loaded active running Proxmox VE watchdog multiplexer + zfs-zed.service loaded active running ZFS Event Daemon (zed) + +Legend: LOAD → Reflects whether the unit definition was properly loaded. + ACTIVE → The high-level unit activation state, i.e. generalization of SUB. + SUB → The low-level unit activation state, values depend on unit type. + +39 loaded units listed. + +--- failed services + $ systemctl --failed --no-pager + UNIT LOAD ACTIVE SUB DESCRIPTION + +0 loaded units listed. + +--- enabled services + $ systemctl list-unit-files --state=enabled --no-pager +UNIT FILE STATE PRESET +apparmor.service enabled enabled +beszel-agent.service enabled enabled +blk-availability.service enabled enabled +chrony.service enabled enabled +console-setup.service enabled enabled +corosync.service enabled enabled +cron.service enabled enabled +e2scrub_reap.service enabled enabled +getty@.service enabled enabled +grub-common.service enabled enabled +keyboard-setup.service enabled enabled +ksmtuned.service enabled enabled +lvm2-monitor.service enabled enabled +lxc-monitord.service enabled enabled +lxc-net.service enabled enabled +lxc.service enabled enabled +lxcfs.service enabled enabled +netavark-dhcp-proxy.service enabled enabled +netavark-firewalld-reload.service enabled enabled +networking.service enabled enabled +nfs-blkmap.service enabled enabled +open-iscsi.service enabled enabled +perfopt-cpu-performance.service enabled enabled +postfix.service enabled enabled +proxmox-boot-cleanup.service enabled enabled +proxmox-firewall.service enabled enabled +pve-cluster.service enabled enabled +pve-firewall-commit.service enabled enabled +pve-firewall.service enabled enabled +pve-guests.service enabled enabled +pve-ha-crm.service enabled enabled +pve-ha-lrm.service enabled enabled +pve-lxc-syscalld.service enabled enabled +pve-query-machine-capabilities.service enabled enabled +pve-sdn-commit.service enabled enabled +pvebanner.service enabled enabled +pvedaemon.service enabled enabled +pvefw-logger.service enabled enabled +pvenetcommit.service enabled enabled +pveproxy.service enabled enabled +pvescheduler.service enabled enabled +pvestatd.service enabled enabled +qmeventd.service enabled enabled +rbdmap.service enabled enabled +rpcbind.service enabled enabled +rrdcached.service enabled enabled +ser2net.service enabled enabled +smartmontools.service enabled enabled +spiceproxy.service enabled enabled +ssh.service enabled enabled +sshd-keygen.service enabled enabled +systemd-pstore.service enabled enabled +tailscaled.service enabled enabled +tuned.service enabled enabled +wtmpdb-update-boot.service enabled enabled +zfs-import-cache.service enabled enabled +zfs-mount.service enabled enabled +zfs-share.service enabled enabled +zfs-volume-wait.service enabled enabled +zfs-zed.service enabled enabled +system-xfs_scrub.slice enabled enabled +dm-event.socket enabled enabled +iscsid.socket enabled enabled +lvm2-lvmpolld.socket enabled enabled +netavark-dhcp-proxy.socket enabled enabled +rpcbind.socket enabled enabled +rrdcached.socket enabled enabled +ceph-fuse.target enabled enabled +ceph.target enabled enabled +nfs-client.target enabled enabled +remote-fs.target enabled enabled +zfs-import.target enabled enabled +zfs-volumes.target enabled enabled +zfs.target enabled enabled +apt-daily-upgrade.timer enabled enabled +apt-daily.timer enabled enabled +beszel-agent-update.timer enabled enabled +dpkg-db-backup.timer enabled enabled +e2scrub_all.timer enabled enabled +fstrim.timer enabled enabled +logrotate.timer enabled enabled +man-db.timer enabled enabled +pve-daily-update.timer enabled enabled +xfs_scrub_all.timer enabled enabled + +84 unit files listed. + +--- pve-* service status + $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 +● pve-cluster.service - The Proxmox VE cluster filesystem + Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 11:38:47 CDT; 4h 51min ago + Invocation: 9fc50771bbb04896bd1449fab2969c00 + Main PID: 48458 (pmxcfs) + Tasks: 7 (limit: 38293) + Memory: 61.2M (peak: 83.2M) + CPU: 22.389s + CGroup: /system.slice/pve-cluster.service + └─48458 /usr/bin/pmxcfs + +Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: node has quorum +Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: members: 1/48458 +Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: all data is up to date +Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: members: 1/48458 +Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: all data is up to date +Jul 26 11:38:47 pfv-tsys1 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. +Jul 26 12:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful +Jul 26 13:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful +Jul 26 14:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful +Jul 26 15:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful + +● pvedaemon.service - PVE API Daemon + Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 09:15:41 CDT; 7h ago + Invocation: c5b84adcc0e84c89a9d5f582b040b68e + Main PID: 1741 (pvedaemon) + Tasks: 4 (limit: 38293) + Memory: 224.4M (peak: 491.6M) + CPU: 1min 39.838s + CGroup: /system.slice/pvedaemon.service + ├─ 1741 pvedaemon + ├─ 54658 "pvedaemon worker" + ├─ 91700 "pvedaemon worker" + └─108567 "pvedaemon worker" + +Jul 26 13:43:22 pfv-tsys1 pvedaemon[54658]: end task UPID:pfv-tsys1:000167D5:0018604A:6A6654AB:vncproxy:106:root@pam: OK +Jul 26 13:50:37 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' +Jul 26 14:06:37 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' +Jul 26 14:21:37 pfv-tsys1 pvedaemon[54658]: successful auth for user 'root@pam' +Jul 26 14:36:00 pfv-tsys1 pvedaemon[54659]: worker exit +Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: worker 54659 finished +Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: starting 1 worker(s) +Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: worker 108567 started +Jul 26 14:37:37 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' +Jul 26 16:19:23 pfv-tsys1 pvedaemon[91700]: successful auth for user 'root@pam' + +● pveproxy.service - PVE API Proxy Server + Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 09:15:44 CDT; 7h ago + Invocation: 3b3a45ba099f4d1c82ec83931c490904 + Main PID: 1757 (pveproxy) + Tasks: 4 (limit: 38293) + Memory: 264M (peak: 435.1M) + CPU: 9min 8.712s + CGroup: /system.slice/pveproxy.service + ├─ 1757 pveproxy + ├─ 98849 "pveproxy worker" + ├─103022 "pveproxy worker" + └─104412 "pveproxy worker" + +Jul 26 14:03:22 pfv-tsys1 pveproxy[1757]: starting 1 worker(s) +Jul 26 14:03:22 pfv-tsys1 pveproxy[1757]: worker 98849 started +Jul 26 14:17:21 pfv-tsys1 pveproxy[88138]: worker exit +Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: worker 88138 finished +Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: starting 1 worker(s) +Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: worker 103022 started +Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: worker 90745 finished +Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: starting 1 worker(s) +Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: worker 104412 started +Jul 26 14:22:02 pfv-tsys1 pveproxy[104411]: worker exit + +● pve-firewall.service - Proxmox VE firewall + Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 09:15:40 CDT; 7h ago + Invocation: dd2bf54c30ea44748063e8554541d560 + Main PID: 1716 (pve-firewall) + Tasks: 1 (limit: 38293) + Memory: 111.4M (peak: 222.4M) + CPU: 2min 49.984s + CGroup: /system.slice/pve-firewall.service + └─1716 pve-firewall + +Jul 26 09:15:37 pfv-tsys1 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 26 09:15:40 pfv-tsys1 pve-firewall[1716]: starting server +Jul 26 09:15:40 pfv-tsys1 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. +Jul 26 11:38:51 pfv-tsys1 systemd[1]: Reloading pve-firewall.service - Proxmox VE firewall... +Jul 26 11:38:52 pfv-tsys1 pve-firewall[48684]: send HUP to 1716 +Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: received signal HUP +Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: server shutdown (restart) +Jul 26 11:38:52 pfv-tsys1 systemd[1]: Reloaded pve-firewall.service - Proxmox VE firewall. +Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: restarting server + +● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 11:39:03 CDT; 4h 51min ago + Invocation: 482501a72b5649d1af1a3104120e00d5 + Main PID: 48841 (pve-ha-crm) + Tasks: 1 (limit: 38293) + Memory: 115.8M (peak: 135M) + CPU: 2.700s + CGroup: /system.slice/pve-ha-crm.service + └─48841 pve-ha-crm + +Jul 26 11:39:02 pfv-tsys1 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 26 11:39:03 pfv-tsys1 pve-ha-crm[48841]: starting server +Jul 26 11:39:03 pfv-tsys1 pve-ha-crm[48841]: status change startup => wait_for_quorum +Jul 26 11:39:03 pfv-tsys1 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. + +● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 11:39:00 CDT; 4h 51min ago + Invocation: 7fba27b15b674e0ebc7247d5e31e11f9 + Main PID: 48812 (pve-ha-lrm) + Tasks: 1 (limit: 38293) + Memory: 115.4M (peak: 134.6M) + CPU: 3.501s + CGroup: /system.slice/pve-ha-lrm.service + └─48812 pve-ha-lrm + + +--- storage-related service status + $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 +Unit nfs-kernel-server.service could not be found. +Unit nfs-server.service could not be found. +Unit zfs-target.service could not be found. +Unit nvme-stat.service could not be found. +Unit multipathd.service could not be found. +● rpcbind.service - RPC bind portmap service + Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 09:14:47 CDT; 7h ago + Invocation: 2df44310ae55459da93cec07dc9c4ec7 +TriggeredBy: ● rpcbind.socket + Docs: man:rpcbind(8) + Main PID: 605 (rpcbind) + Tasks: 1 (limit: 38293) + Memory: 608K (peak: 1.7M) + CPU: 42ms + CGroup: /system.slice/rpcbind.service + └─605 /usr/sbin/rpcbind -f -w + +Jul 26 09:14:47 pfv-tsys1 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 26 09:14:47 pfv-tsys1 systemd[1]: Started rpcbind.service - RPC bind portmap service. + +○ rpc-statd.service - NFS status monitor for NFSv2/3 locking. + Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) + Active: inactive (dead) + Docs: man:rpc.statd(8) + +○ zfs-import.service + Loaded: masked (Reason: Unit zfs-import.service is masked.) + Active: inactive (dead) + +● zfs-mount.service - Mount ZFS filesystems + Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) + Active: active (exited) since Sun 2026-07-26 09:14:46 CDT; 7h ago + Invocation: 69b60e18da52415ca471429eac6182db + Docs: man:zfs(8) + Main PID: 552 (code=exited, status=0/SUCCESS) + Mem peak: 1.7M + CPU: 9ms + +Jul 26 09:14:46 pfv-tsys1 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 26 09:14:46 pfv-tsys1 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. + +● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon + Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 11:38:14 CDT; 4h 52min ago + Invocation: a05533b3fb744312a068cec32ec3d546 + Docs: man:smartd(8) + man:smartd.conf(5) + Main PID: 47479 (smartd) + Status: "Next check of 1 device will start at 16:38:14" + Tasks: 1 (limit: 38293) + Memory: 1.5M (peak: 2M) + CPU: 39ms + CGroup: /system.slice/smartmontools.service + └─47479 /usr/sbin/smartd -n -q never + +Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], found in smartd database 7.5/5706: Western Digital Caviar Green +Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. +Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD10EADS_65M2B1-WD_WCAV59018871.ata.state +Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices +Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD10EADS_65M2B1-WD_WCAV59018871.ata.state +Jul 26 11:38:14 pfv-tsys1 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. +Jul 26 12:08:15 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110 +Jul 26 12:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 +Jul 26 13:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110 +Jul 26 14:08:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111 + +############################################################################### +# 25. TIMERS / CRON +############################################################################### + +--- systemctl list-timers + $ systemctl list-timers --all --no-pager +NEXT LEFT LAST PASSED UNIT ACTIVATES +Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:16 CDT - dpkg-db-backup.timer dpkg-db-backup.service +Mon 2026-07-27 00:07:28 CDT 7h Mon 2026-07-20 00:21:18 CDT - fstrim.timer fstrim.service +Mon 2026-07-27 00:22:15 CDT 7h Sun 2026-07-26 00:05:44 CDT - logrotate.timer logrotate.service +Mon 2026-07-27 01:40:50 CDT 9h Sun 2026-07-26 11:38:13 CDT 4h 52min ago apt-daily.timer apt-daily.service +Mon 2026-07-27 02:49:21 CDT 10h Sun 2026-07-26 00:15:43 CDT - beszel-agent-update.timer beszel-agent-update.service +Mon 2026-07-27 04:12:59 CDT 11h Sun 2026-07-26 01:31:37 CDT - pve-daily-update.timer pve-daily-update.service +Mon 2026-07-27 06:06:32 CDT 13h Sun 2026-07-26 09:26:31 CDT 7h ago man-db.timer man-db.service +Mon 2026-07-27 06:07:57 CDT 13h Sun 2026-07-26 06:56:44 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service +Mon 2026-07-27 09:29:31 CDT 16h Sun 2026-07-26 09:29:31 CDT 7h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:47 CDT 6 days Sun 2026-07-26 03:11:39 CDT - e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:53 CDT 6 days Sun 2026-07-26 03:10:44 CDT - xfs_scrub_all.timer xfs_scrub_all.service + +11 timers listed. + +--- /etc/cron.d +total 20 +drwxr-xr-x 2 root root 4096 Jul 22 20:22 . +drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +lrwxrwxrwx 1 root root 20 Mar 12 09:41 vzdump -> /etc/pve/vzdump.cron +-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux + +--- /etc/cron.daily +total 28 +drwxr-xr-x 2 root root 4096 Mar 17 13:04 . +drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat +-rwxr-xr-x 1 root root 123 May 27 2025 dpkg +-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate +-rwxr-xr-x 1 root root 1395 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.hourly +total 12 +drwxr-xr-x 2 root root 4096 Mar 12 09:38 . +drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.weekly +total 16 +drwxr-xr-x 2 root root 4096 Mar 12 09:39 . +drwxr-xr-x 104 root root 4096 Jul 26 16:28 .. +-rwxr-xr-x 1 root root 1055 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- crontabs + --- /etc/crontab --- +# /etc/crontab: system-wide crontab +# Unlike any other crontab you don't have to run the `crontab' +# command to install the new version when you edit this file +# and files in /etc/cron.d. These files also have username fields, +# that none of the other crontabs do. + +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * user-name command to be executed +17 * * * * root cd / && run-parts --report /etc/cron.hourly +25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; } +47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; } +52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; } +# + +--- root crontab + $ crontab -l 2>/dev/null || echo " [no root crontab]" + [no root crontab] + +############################################################################### +# 26. LIVE PERFORMANCE SNAPSHOT +############################################################################### + +--- /proc/loadavg + $ cat /proc/loadavg +1.34 0.87 0.78 4/422 157074 + +--- vmstat 1 3 + $ vmstat 1 3 +procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- + r b swpd free buff cache si so bi bo in cs us sy id wa st gu + 0 0 0 14322944 16532 1195764 0 0 204 109 8278 15 1 2 87 5 0 4 + 0 0 0 14327140 16540 1195812 0 0 24 24 7569 12714 0 1 94 2 0 3 + 0 0 0 14330072 16540 1195812 0 0 0 0 6446 9075 0 1 97 1 0 1 + +--- mpstat 1 3 (per-cpu) + $ mpstat 1 3 +/root/check.sh: line 45: mpstat: command not found + [exit=127 / not installed or not permitted] + +--- iostat -xz 1 3 + $ iostat -xz 1 3 +/root/check.sh: line 45: iostat: command not found + [exit=127 / not installed or not permitted] + +--- sar -dp 1 2 + $ sar -dp 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n DEV 1 2 + $ sar -n DEV 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n NFS,NFSD 1 2 + $ sar -n NFS,NFSD 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n SOCK 1 1 + $ sar -n SOCK 1 1 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n TCP,ETCP 1 2 + $ sar -n TCP,ETCP 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -d 1 2 (top disk) + $ pidstat -d 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -u 1 2 (top cpu) + $ pidstat -u 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- top (single snapshot, top 30) + $ top -b -n 1 +top - 16:30:47 up 7:16, 1 user, load average: 1.34, 0.87, 0.78 +Tasks: 255 total, 1 running, 254 sleeping, 0 stopped, 0 zombie +%Cpu(s): 2.5 us, 2.5 sy, 0.0 ni, 91.7 id, 3.3 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 32005.2 total, 13994.2 free, 17274.7 used, 1184.1 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 14730.5 avail Mem + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 1808 root 20 0 5040536 4.0g 11348 S 9.1 12.9 63:06.41 kvm + 2614 root 20 0 2695412 502428 11448 S 9.1 1.5 46:34.08 kvm + 2699 root 20 0 4821896 699688 11352 S 9.1 2.1 8:07.63 kvm + 66517 root 20 0 2751604 1.0g 13836 S 9.1 3.3 19:39.88 kvm + 149674 root 20 0 0 0 0 I 9.1 0.0 0:00.08 kworker+ + 1 root 20 0 25292 16248 10944 S 0.0 0.0 0:09.81 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd + 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ + 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:01.01 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:24.88 rcu_pre+ + 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ + 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+ + 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:08.72 ksoftir+ + 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:12.25 ksoftir+ + 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:00.20 ksoftir+ + 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:00.16 ksoftir+ + 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:00.15 ksoftir+ + 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.13 ksoftir+ + 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:00.12 ksoftir+ + 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.01 khungta+ + 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 72 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 73 root 20 0 0 0 0 S 0.0 0.0 0:00.77 kcompac+ + 74 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 75 root 39 19 0 0 0 S 0.0 0.0 0:00.12 khugepa+ + 76 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:00.19 irq/9-a+ + 82 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 83 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 84 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 90 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 95 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 96 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 116 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 144 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 148 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 159 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 162 root 0 -20 0 0 0 I 0.0 0.0 0:00.36 kworker+ + 169 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 173 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 188 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 189 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 190 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 191 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 192 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 193 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 194 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 195 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 196 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 197 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 198 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 199 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 227 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 228 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 236 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 237 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 263 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 264 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 265 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 298 root 20 0 0 0 0 S 0.0 0.0 0:01.04 jbd2/dm+ + 299 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 346 root 20 0 106972 69608 68000 S 0.0 0.2 0:01.13 systemd+ + 367 root 20 0 77296 22300 9124 S 0.0 0.1 0:01.54 dmeventd + 389 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 390 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 396 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 397 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 398 root 20 0 36952 10696 7988 S 0.0 0.0 0:00.47 systemd+ + 399 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 400 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 401 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 402 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 403 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 404 root 20 0 0 0 0 S 0.0 0.0 0:00.44 arc_evi+ + 405 root 39 19 0 0 0 S 0.0 0.0 0:00.45 arc_reap + 406 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 407 root 39 19 0 0 0 S 0.0 0.0 0:00.44 dbuf_ev+ + 408 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 409 root 20 0 0 0 0 S 0.0 0.0 0:00.37 l2arc_f+ + 415 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 505 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+ + 509 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 519 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 521 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 522 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 523 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 605 _rpc 20 0 6568 3852 3444 S 0.0 0.0 0:00.03 rpcbind + 606 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 607 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 610 root 20 0 5256 1596 1376 S 0.0 0.0 0:00.00 blkmapd + 713 message+ 20 0 8612 5260 4280 S 0.0 0.0 0:02.38 dbus-da+ + 720 root 20 0 276136 3496 3208 S 0.0 0.0 0:00.00 pve-lxc+ + 723 root 20 0 765312 8508 7116 S 0.0 0.0 0:10.12 rrdcach+ + 726 root 20 0 19108 9272 7948 S 0.0 0.0 0:00.43 systemd+ + 735 root 20 0 7216 2268 1920 S 0.0 0.0 0:00.36 ksmtuned + 770 root 20 0 5748 2328 2108 S 0.0 0.0 0:00.03 qmeventd + 771 root 20 0 1553632 113464 26676 S 0.0 0.3 13:39.62 tailsca+ + 773 root 20 0 2432 1628 1528 S 0.0 0.0 0:01.02 watchdo+ + 776 root 20 0 104404 6372 5224 S 0.0 0.0 0:00.00 zed + 779 root 20 0 159064 2560 2196 S 0.0 0.0 0:00.00 lxcfs + 858 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 937 root 20 0 5984 3532 2688 S 0.0 0.0 0:00.25 dhclient + 1047 beszel 20 0 2157520 16672 10476 S 0.0 0.1 0:05.42 beszel-+ + 1048 root 20 0 5520 2764 2512 S 0.0 0.0 0:00.00 lxc-mon+ + 1054 root 20 0 6364 4124 3684 S 0.0 0.0 0:00.04 ser2net + 1057 root 20 0 340044 33012 15596 S 0.0 0.1 0:05.75 tuned + 1066 root 20 0 8168 2676 2444 S 0.0 0.0 0:00.00 agetty + 1071 root 20 0 11776 7988 6756 S 0.0 0.0 0:00.09 sshd + 1283 root 20 0 43984 4884 4244 S 0.0 0.0 0:00.11 master + 1285 postfix 20 0 44524 7600 6908 S 0.0 0.0 0:00.01 qmgr + 1296 root 20 0 6864 2916 2664 S 0.0 0.0 0:00.06 cron + 1666 polkitd 20 0 306704 8252 7160 S 0.0 0.0 0:00.78 polkitd + 1716 root 20 0 170768 133300 29688 S 0.0 0.4 1:09.63 pve-fir+ + 1723 root 20 0 185488 143864 31704 S 0.0 0.4 5:17.34 pvestatd + 1741 root 20 0 219492 178296 31988 S 0.0 0.5 0:01.37 pvedaem+ + 1757 www-data 20 0 220752 179436 31956 S 0.0 0.5 0:01.43 pveproxy + 1767 www-data 20 0 92504 68856 16952 S 0.0 0.2 0:00.73 spicepr+ + 1782 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1788 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 1871 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1964 root 20 0 2808436 574292 11748 S 0.0 1.8 9:39.32 kvm + 2029 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2050 root 20 0 2770900 395328 13608 S 0.0 1.2 10:26.35 kvm + 2117 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kvm-pit+ + 2178 root 20 0 2856680 921052 11192 S 0.0 2.8 14:03.15 kvm + 2247 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2480 root 20 0 9071664 4.4g 11380 S 0.0 13.9 48:27.67 kvm + 2552 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2681 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2770 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2820 root 20 0 201204 153180 32100 S 0.0 0.5 0:03.61 pvesche+ + 4120 root 20 0 4814692 695244 11320 S 0.0 2.1 8:49.18 kvm + 4232 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 47479 root 20 0 10124 6248 4796 S 0.0 0.0 0:00.02 smartd + 47895 _chrony 20 0 19940 5720 4948 S 0.0 0.0 0:00.09 chronyd + 47899 _chrony 20 0 11612 2284 1652 S 0.0 0.0 0:00.00 chronyd + 48379 root rt 0 226020 160568 51588 S 0.0 0.5 1:51.43 corosync + 48458 root 20 0 576380 68388 50020 S 0.0 0.2 0:22.37 pmxcfs + 48537 root 20 0 79620 2352 2140 S 0.0 0.0 0:02.45 pvefw-l+ + 48772 root 20 0 13584 5448 4584 S 0.0 0.0 0:01.49 proxmox+ + 48812 root 20 0 204556 122428 5204 S 0.0 0.4 0:02.73 pve-ha-+ + 48841 root 20 0 205200 123132 5264 S 0.0 0.4 0:01.96 pve-ha-+ + 54658 root 20 0 266136 198332 13504 S 0.0 0.6 0:20.13 pvedaem+ + 54669 www-data 20 0 92736 56004 3948 S 0.0 0.2 0:00.63 spicepr+ + 66586 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 71459 root 20 0 0 0 0 I 0.0 0.0 0:00.89 kworker+ + 78164 root 20 0 0 0 0 I 0.0 0.0 0:06.19 kworker+ + 82759 root 20 0 0 0 0 I 0.0 0.0 0:00.73 kworker+ + 87913 root 20 0 2931084 1.1g 13832 S 0.0 3.4 6:50.36 kvm + 88000 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 91700 root 20 0 228624 157176 8904 S 0.0 0.5 0:01.82 pvedaem+ + 92047 root 20 0 4961964 710160 13776 S 0.0 2.2 3:34.13 kvm + 92114 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 98849 www-data 20 0 259092 192344 13564 S 0.0 0.6 0:07.30 pveprox+ + 103022 www-data 20 0 252276 185556 13536 S 0.0 0.6 0:05.96 pveprox+ + 104412 www-data 20 0 257928 190752 13148 S 0.0 0.6 0:03.96 pveprox+ + 105381 root 20 0 0 0 0 I 0.0 0.0 0:00.61 kworker+ + 108567 root 20 0 228356 156124 8332 S 0.0 0.5 0:00.36 pvedaem+ + 109877 root 20 0 0 0 0 I 0.0 0.0 0:02.17 kworker+ + 117879 root 20 0 0 0 0 I 0.0 0.0 0:00.40 kworker+ + 121927 root 20 0 0 0 0 I 0.0 0.0 0:01.72 kworker+ + 123691 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ + 127909 root 20 0 0 0 0 I 0.0 0.0 0:01.62 kworker+ + 130051 root 20 0 0 0 0 I 0.0 0.0 0:01.33 kworker+ + 135813 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 140056 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 140512 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 141409 root 20 0 0 0 0 I 0.0 0.0 0:00.45 kworker+ + 142684 postfix 20 0 44472 7804 7040 S 0.0 0.0 0:00.00 pickup + 144653 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+ + 145395 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 145534 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 146407 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 147058 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 148521 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ + 148813 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 149874 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 150343 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 150357 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 151236 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 152133 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 152139 root 20 0 22396 12772 10224 S 0.0 0.0 0:00.17 systemd + 152141 root 20 0 24404 3776 1980 S 0.0 0.0 0:00.00 (sd-pam) + 152146 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 152177 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 152193 root 20 0 19652 11712 9940 S 0.0 0.0 0:00.00 sshd-se+ + 152194 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 152215 root 20 0 19908 7436 5388 S 0.0 0.0 0:00.00 sshd-se+ + 152217 root 20 0 7344 3772 3220 S 0.0 0.0 0:00.45 bash + 153025 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 155938 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 156880 root 20 0 5580 2184 2076 S 0.0 0.0 0:00.00 sleep + 157091 root 20 0 7344 2312 1760 S 0.0 0.0 0:00.00 bash + 157092 root 20 0 5588 2156 2040 S 0.0 0.0 0:00.00 head + 157093 root 20 0 10424 5356 3272 R 0.0 0.0 0:00.00 top + +--- zpool iostat 1 2 + $ zpool iostat 1 2 +no pools available +no pools available + +--- arcstat 1 2 + $ arcstat 1 2 + time read ddread ddh% dmread dmh% pread ph% size c avail +16:30:48 0 0 0 0 0 0 0 1.9K 1000M 12.6G +16:30:49 0 0 0 0 0 0 0 1.9K 1000M 12.6G + +--- /proc/net/dev delta (1s) + $ awk '{print $1}' /proc/net/dev +echo "--- t0 ---" +cat /proc/net/dev +sleep 1 +echo "--- t1 (1s later) ---" +cat /proc/net/dev +Inter-| +face +lo: +nic0: +nic1: +tailscale0: +vmbr0: +datanet: +tap100i0: +tap101i0: +fwbr101i0: +fwpr101p0: +fwln101i0: +tap103i0: +fwbr103i0: +fwpr103p0: +fwln103i0: +tap104i0: +fwbr104i0: +fwpr104p0: +fwln104i0: +tap108i0: +fwbr108i0: +fwpr108p0: +fwln108i0: +tap114i0: +fwbr114i0: +fwpr114p0: +fwln114i0: +tap117i0: +fwbr117i0: +fwpr117p0: +fwln117i0: +tap107i0: +fwbr107i0: +fwpr107p0: +fwln107i0: +tap107i1: +fwbr107i1: +fwpr107p1: +fwln107i1: +tap109i0: +fwbr109i0: +fwpr109p0: +fwln109i0: +tap105i0: +fwbr105i0: +fwpr105p0: +fwln105i0: +tap106i0: +fwbr106i0: +fwpr106p0: +fwln106i0: +--- t0 --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 15206501 111503 0 0 0 0 0 0 15206501 111503 0 0 0 0 0 0 + nic0: 58899360413 45983473 0 1047 0 0 0 666929 1178755267 5347091 0 0 0 0 0 0 + nic1: 8837710593 15117572 0 870 0 0 0 0 57029554523 39956546 0 31 0 0 0 0 +tailscale0: 52401631852 5638592 0 0 0 0 0 0 293827555 3628800 0 0 0 0 0 0 + vmbr0: 56293735146 6915449 0 0 0 0 0 586480 628444732 3742912 0 0 0 0 0 0 +datanet: 8824530141 15104192 0 0 0 0 0 22186 54650471507 3924882 0 0 0 0 0 0 +tap100i0: 30601484 181358 0 0 0 0 0 0 224198244 1229184 0 0 0 0 0 0 +tap101i0: 12559577 64005 0 0 0 0 0 0 119170100 991026 0 2334 0 0 0 0 +fwbr101i0: 76453430 883960 0 1025 0 0 0 570397 0 0 0 0 0 0 0 0 +fwpr101p0: 12559577 64005 0 0 0 0 0 0 119428034 993393 0 15563 0 0 0 0 +fwln101i0: 119428034 993393 0 15563 0 0 0 0 12559577 64005 0 0 0 0 0 0 +tap103i0: 1326506 9333 0 0 0 0 0 0 90136268 889176 0 6981 0 0 0 0 +fwbr103i0: 76439251 883838 0 1025 0 0 0 570333 0 0 0 0 0 0 0 0 +fwpr103p0: 1326506 9333 0 0 0 0 0 0 90857342 896190 0 15542 0 0 0 0 +fwln103i0: 90857342 896190 0 15542 0 0 0 0 1326506 9333 0 0 0 0 0 0 +tap104i0: 26630611 132060 0 0 0 0 0 0 138881056 1072095 0 5421 0 0 0 0 +fwbr104i0: 76423395 883663 0 1024 0 0 0 570220 0 0 0 0 0 0 0 0 +fwpr104p0: 26630611 132060 0 0 0 0 0 0 139452003 1077549 0 15546 0 0 0 0 +fwln104i0: 139452003 1077549 0 15546 0 0 0 0 26630611 132060 0 0 0 0 0 0 +tap108i0: 22441027 108935 0 0 0 0 0 0 131169886 1028424 0 7939 0 0 0 0 +fwbr108i0: 76377218 883192 0 1024 0 0 0 569931 0 0 0 0 0 0 0 0 +fwpr108p0: 22441027 108935 0 0 0 0 0 0 131999123 1035753 0 15563 0 0 0 0 +fwln108i0: 131999123 1035753 0 15563 0 0 0 0 22441027 108935 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 60 1 0 884980 0 0 0 0 +fwbr114i0: 76342916 882835 0 1024 0 0 0 569656 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 89217290 886012 0 15538 0 0 0 0 +fwln114i0: 89217290 886012 0 15538 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 1277014 7818 0 0 0 0 0 0 89732660 888182 0 4758 0 0 0 0 +fwbr117i0: 76323921 882679 0 1024 0 0 0 569560 0 0 0 0 0 0 0 0 +fwpr117p0: 1277014 7818 0 0 0 0 0 0 90226376 892973 0 15538 0 0 0 0 +fwln117i0: 90226376 892973 0 15538 0 0 0 0 1277014 7818 0 0 0 0 0 0 +tap107i0: 12944207 64141 0 0 0 0 0 0 118159031 982665 0 314 0 0 0 0 +fwbr107i0: 75466593 873639 0 1011 0 0 0 563402 0 0 0 0 0 0 0 0 +fwpr107p0: 12944207 64141 0 0 0 0 0 0 118201371 982979 0 15565 0 0 0 0 +fwln107i0: 118201371 982979 0 15565 0 0 0 0 12944207 64141 0 0 0 0 0 0 +tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22899 0 0 0 0 +fwbr107i1: 1893977 23309 0 0 0 0 0 21965 0 0 0 0 0 0 0 0 +fwpr107p1: 0 0 0 0 0 0 0 0 2276985 23947 0 0 0 0 0 0 +fwln107i1: 2276985 23947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap109i0: 400012414 890826 0 0 0 0 0 0 408878576 1326550 0 544 0 0 0 0 +fwbr109i0: 43912531 517627 0 594 0 0 0 327561 0 0 0 0 0 0 0 0 +fwpr109p0: 400012414 890826 0 0 0 0 0 0 408926197 1327094 0 11129 0 0 0 0 +fwln109i0: 408926197 1327094 0 11129 0 0 0 0 400012414 890826 0 0 0 0 0 0 +tap105i0: 47254007 141121 0 0 0 0 0 0 164793379 542349 0 2275 0 0 0 0 +fwbr105i0: 31494400 375999 0 426 0 0 0 235423 0 0 0 0 0 0 0 0 +fwpr105p0: 47254007 141121 0 0 0 0 0 0 165025377 544624 0 8778 0 0 0 0 +fwln105i0: 165025377 544624 0 8778 0 0 0 0 47254007 141121 0 0 0 0 0 0 +tap106i0: 4712378 25399 0 0 0 0 0 0 46798536 394565 0 0 0 0 0 0 +fwbr106i0: 29201231 349502 0 399 0 0 0 217847 0 0 0 0 0 0 0 0 +fwpr106p0: 4712378 25399 0 0 0 0 0 0 46798536 394565 0 8099 0 0 0 0 +fwln106i0: 46798536 394565 0 8099 0 0 0 0 4712378 25399 0 0 0 0 0 0 +--- t1 (1s later) --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 15206501 111503 0 0 0 0 0 0 15206501 111503 0 0 0 0 0 0 + nic0: 58899377780 45983562 0 1047 0 0 0 666941 1178767688 5347144 0 0 0 0 0 0 + nic1: 8837722259 15117685 0 870 0 0 0 0 57029682493 39956735 0 31 0 0 0 0 +tailscale0: 52401631852 5638592 0 0 0 0 0 0 293827555 3628800 0 0 0 0 0 0 + vmbr0: 56293736610 6915470 0 0 0 0 0 586490 628445216 3742915 0 0 0 0 0 0 +datanet: 8824541807 15104305 0 0 0 0 0 22187 54650595847 3925016 0 0 0 0 0 0 +tap100i0: 30601832 181361 0 0 0 0 0 0 224200109 1229206 0 0 0 0 0 0 +tap101i0: 12559577 64005 0 0 0 0 0 0 119171388 991044 0 2334 0 0 0 0 +fwbr101i0: 76454466 883978 0 1025 0 0 0 570407 0 0 0 0 0 0 0 0 +fwpr101p0: 12559577 64005 0 0 0 0 0 0 119429322 993411 0 15563 0 0 0 0 +fwln101i0: 119429322 993411 0 15563 0 0 0 0 12559577 64005 0 0 0 0 0 0 +tap103i0: 1326592 9334 0 0 0 0 0 0 90137642 889195 0 6981 0 0 0 0 +fwbr103i0: 76440287 883856 0 1025 0 0 0 570343 0 0 0 0 0 0 0 0 +fwpr103p0: 1326592 9334 0 0 0 0 0 0 90858716 896209 0 15542 0 0 0 0 +fwln103i0: 90858716 896209 0 15542 0 0 0 0 1326592 9334 0 0 0 0 0 0 +tap104i0: 26631015 132063 0 0 0 0 0 0 138882845 1072116 0 5421 0 0 0 0 +fwbr104i0: 76424431 883681 0 1024 0 0 0 570230 0 0 0 0 0 0 0 0 +fwpr104p0: 26631015 132063 0 0 0 0 0 0 139453792 1077570 0 15546 0 0 0 0 +fwln104i0: 139453792 1077570 0 15546 0 0 0 0 26631015 132063 0 0 0 0 0 0 +tap108i0: 22444465 108945 0 0 0 0 0 0 131181234 1028469 0 7939 0 0 0 0 +fwbr108i0: 76378254 883210 0 1024 0 0 0 569941 0 0 0 0 0 0 0 0 +fwpr108p0: 22444465 108945 0 0 0 0 0 0 132010471 1035798 0 15563 0 0 0 0 +fwln108i0: 132010471 1035798 0 15563 0 0 0 0 22444465 108945 0 0 0 0 0 0 +tap114i0: 0 0 0 0 0 0 0 0 60 1 0 884998 0 0 0 0 +fwbr114i0: 76343952 882853 0 1024 0 0 0 569666 0 0 0 0 0 0 0 0 +fwpr114p0: 0 0 0 0 0 0 0 0 89218578 886030 0 15538 0 0 0 0 +fwln114i0: 89218578 886030 0 15538 0 0 0 0 0 0 0 0 0 0 0 0 +tap117i0: 1277014 7818 0 0 0 0 0 0 89733948 888200 0 4758 0 0 0 0 +fwbr117i0: 76324957 882697 0 1024 0 0 0 569570 0 0 0 0 0 0 0 0 +fwpr117p0: 1277014 7818 0 0 0 0 0 0 90227664 892991 0 15538 0 0 0 0 +fwln117i0: 90227664 892991 0 15538 0 0 0 0 1277014 7818 0 0 0 0 0 0 +tap107i0: 12944207 64141 0 0 0 0 0 0 118160319 982683 0 314 0 0 0 0 +fwbr107i0: 75467629 873657 0 1011 0 0 0 563412 0 0 0 0 0 0 0 0 +fwpr107p0: 12944207 64141 0 0 0 0 0 0 118202659 982997 0 15565 0 0 0 0 +fwln107i0: 118202659 982997 0 15565 0 0 0 0 12944207 64141 0 0 0 0 0 0 +tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22900 0 0 0 0 +fwbr107i1: 1894023 23310 0 0 0 0 0 21966 0 0 0 0 0 0 0 0 +fwpr107p1: 0 0 0 0 0 0 0 0 2277045 23948 0 0 0 0 0 0 +fwln107i1: 2277045 23948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tap109i0: 400019637 890857 0 0 0 0 0 0 408883640 1326598 0 544 0 0 0 0 +fwbr109i0: 43913567 517645 0 594 0 0 0 327571 0 0 0 0 0 0 0 0 +fwpr109p0: 400019637 890857 0 0 0 0 0 0 408931261 1327142 0 11129 0 0 0 0 +fwln109i0: 408931261 1327142 0 11129 0 0 0 0 400019637 890857 0 0 0 0 0 0 +tap105i0: 47254093 141122 0 0 0 0 0 0 164794745 542368 0 2275 0 0 0 0 +fwbr105i0: 31495436 376017 0 426 0 0 0 235433 0 0 0 0 0 0 0 0 +fwpr105p0: 47254093 141122 0 0 0 0 0 0 165026743 544643 0 8778 0 0 0 0 +fwln105i0: 165026743 544643 0 8778 0 0 0 0 47254093 141122 0 0 0 0 0 0 +tap106i0: 4712464 25400 0 0 0 0 0 0 46799937 394584 0 0 0 0 0 0 +fwbr106i0: 29202267 349520 0 399 0 0 0 217857 0 0 0 0 0 0 0 0 +fwpr106p0: 4712464 25400 0 0 0 0 0 0 46799937 394584 0 8099 0 0 0 0 +fwln106i0: 46799937 394584 0 8099 0 0 0 0 4712464 25400 0 0 0 0 0 0 + +############################################################################### +# 27. DNS / NTP / TIME +############################################################################### + +--- /etc/resolv.conf + --- /etc/resolv.conf --- +# resolv.conf(5) file generated by tailscale +# For more info, see https://tailscale.com/s/resolvconf-overwrite +# DO NOT EDIT THIS FILE BY HAND -- CHANGES WILL BE OVERWRITTEN + +nameserver 100.100.100.100 +nameserver fd7a:115c:a1e0::53 +search knel.net + +--- /etc/hosts + --- /etc/hosts --- +127.0.0.1 localhost.localdomain localhost +192.168.100.2 pfv-tsys1.knel.net pfv-tsys1 + +# The following lines are desirable for IPv6 capable hosts + +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +10.100.100.4 pfv-tsys4-nfs-stor +10.100.100.5 pfv-tsys5-nfs-stor + + +--- /etc/ntp.conf + [missing: /etc/ntp.conf] + +--- /etc/chrony/chrony.conf + --- /etc/chrony/chrony.conf --- +# Welcome to the chrony configuration file. See chrony.conf(5) for more +# information about usable directives. + +# Use Debian vendor zone. +pool 2.debian.pool.ntp.org iburst + +# Use time sources from DHCP. +sourcedir /run/chrony-dhcp + +# Use NTP sources found in /etc/chrony/sources.d. +sourcedir /etc/chrony/sources.d + +# This directive specifies the location of the file containing ID/key pairs for +# NTP authentication. +keyfile /etc/chrony/chrony.keys + +# This directive specifies the file into which chronyd will store the rate +# information. +driftfile /var/lib/chrony/chrony.drift + +# Save NTS keys and cookies. +ntsdumpdir /var/lib/chrony + +# Uncomment the following line to turn logging on. +#log tracking measurements statistics + +# Log files location. +logdir /var/log/chrony + +# Stop bad estimates upsetting machine clock. +maxupdateskew 100.0 + +# This directive enables kernel synchronisation (every 11 minutes) of the +# real-time clock. Note that it can't be used along with the 'rtcfile' directive. +rtcsync + +# Step the system clock instead of slewing it if the adjustment is larger than +# one second, but only in the first three clock updates. +makestep 1 3 + +# Get TAI-UTC offset and leap seconds from the system tz database. +# This directive must be commented out when using time sources serving +# leap-smeared time. +leapseclist /usr/share/zoneinfo/leap-seconds.list + +# Include configuration files found in /etc/chrony/conf.d. +confdir /etc/chrony/conf.d + +--- timedatectl + $ timedatectl + Local time: Sun 2026-07-26 16:30:50 CDT + Universal time: Sun 2026-07-26 21:30:50 UTC + RTC time: Sun 2026-07-26 21:30:50 + Time zone: America/Chicago (CDT, -0500) +System clock synchronized: yes + NTP service: active + RTC in local TZ: no + +--- chronyc tracking + $ chronyc tracking +Reference ID : 2CBE057B (44.190.5.123) +Stratum : 3 +Ref time (UTC) : Sun Jul 26 21:18:36 2026 +System time : 0.000401489 seconds fast of NTP time +Last offset : -0.000049404 seconds +RMS offset : 0.000367263 seconds +Frequency : 19.600 ppm slow +Residual freq : -0.000 ppm +Skew : 0.115 ppm +Root delay : 0.047080245 seconds +Root dispersion : 0.001945785 seconds +Update interval : 1031.4 seconds +Leap status : Normal + +--- chronyc sources + $ chronyc sources +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^+ 216-144-228-179-host.col> 2 10 377 944 +470us[ +421us] +/- 29ms +^+ y.ns.gin.ntt.net 2 10 377 350 +79us[ +79us] +/- 35ms +^- 172-233-189-68.ip.linode> 2 10 377 916 -5295us[-5345us] +/- 85ms +^* 44.190.5.123 2 10 377 733 -2134us[-2183us] +/- 24ms + +--- ntpq peers + $ ntpq -pn +/root/check.sh: line 45: ntpq: command not found + [exit=127 / not installed or not permitted] + +############################################################################### +# 28. FIREWALL / SECURITY +############################################################################### + +--- pve-firewall status + $ pve-firewall status +Status: disabled/running + +--- nft ruleset (count) + $ nft list ruleset + +--- nft ruleset (head) + $ nft list ruleset + +--- iptables-save (legacy) + $ iptables-save +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +*raw +:PREROUTING ACCEPT [29379962:117767404033] +:OUTPUT ACCEPT [11395241:55480832010] +COMMIT +# Completed on Sun Jul 26 16:30:51 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +*mangle +:PREROUTING ACCEPT [29380186:117767469405] +:INPUT ACCEPT [26873882:117461158902] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [11395305:55480847292] +:POSTROUTING ACCEPT [11395305:55480847292] +-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 +-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 +COMMIT +# Completed on Sun Jul 26 16:30:51 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +*nat +:PREROUTING ACCEPT [2345449:271716659] +:INPUT ACCEPT [28821:6428922] +:OUTPUT ACCEPT [52345:3426883] +:POSTROUTING ACCEPT [52345:3426883] +:ts-postrouting - [0:0] +-A POSTROUTING -j ts-postrouting +-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE +COMMIT +# Completed on Sun Jul 26 16:30:51 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026 +*filter +:INPUT ACCEPT [15352177:9192640987] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [11395487:55480867237] +:ts-forward - [0:0] +:ts-input - [0:0] +-A INPUT -j ts-input +-A FORWARD -j ts-forward +-A ts-forward -i tailscale0 -j MARK --set-xmark 0x40000/0xff0000 +-A ts-forward -m mark --mark 0x40000/0xff0000 -j ACCEPT +-A ts-forward -s 100.64.0.0/10 -o tailscale0 -j DROP +-A ts-forward -o tailscale0 -j ACCEPT +-A ts-input -s 100.121.189.98/32 -i lo -j ACCEPT +-A ts-input -i tailscale0 -j ACCEPT +-A ts-input -p udp -m udp --dport 41641 -j ACCEPT +-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN +-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP +COMMIT +# Completed on Sun Jul 26 16:30:51 2026 + +--- ipset list (names) + $ ipset list -n + +--- apparmor status + $ aa-status +apparmor module is loaded. +119 profiles are loaded. +20 profiles are in enforce mode. + /usr/bin/lxc-copy + /usr/bin/lxc-start + /usr/bin/man + /usr/lib/NetworkManager/nm-dhcp-client.action + /usr/lib/connman/scripts/dhclient-script + /usr/sbin/chronyd + /usr/{lib/NetworkManager,libexec}/nm-dhcp-helper + /{,usr/}sbin/dhclient + lsb_release + lxc-container-default + lxc-container-default-cgns + lxc-container-default-with-mounting + lxc-container-default-with-nesting + man_filter + man_groff + nvidia_modprobe + nvidia_modprobe//kmod + pve-container-mounthotplug + swtpm + tcpdump +23 profiles are in complain mode. + Xorg + plasmashell + plasmashell//QtWebEngineProcess + sbuild + sbuild-abort + sbuild-adduser + sbuild-apt + sbuild-checkpackages + sbuild-clean + sbuild-createchroot + sbuild-destroychroot + sbuild-distupgrade + sbuild-hold + sbuild-shell + sbuild-unhold + sbuild-update + sbuild-upgrade + transmission-cli + transmission-daemon + transmission-gtk + transmission-qt + unix-chkpwd + unprivileged_userns +0 profiles are in prompt mode. +0 profiles are in kill mode. +76 profiles are in unconfined mode. + 1password + Discord + MongoDB Compass + QtWebEngineProcess + balena-etcher + brave + buildah + busybox + cam + ch-checkns + ch-run + chrome + chromium + crun + devhelp + element-desktop + epiphany + evolution + firefox + flatpak + foliate + geary + github-desktop + goldendict + ipa_verify + kchmviewer + keybase + lc-compliance + libcamerify + linux-sandbox + loupe + lxc-attach + lxc-create + lxc-destroy + lxc-execute + lxc-stop + lxc-unshare + lxc-usernsexec + mmdebstrap + msedge + nautilus + notepadqq + obsidian + opam + opera + pageedit + polypane + privacybrowser + qcam + qmapshack + qutebrowser + rootlesskit + rpm + rssguard + runc + scide + signal-desktop + slack + slirp4netns + steam + stress-ng + surfshark + systemd-coredump + toybox + trinity + tup + tuxedo-control-center + userbindmount + uwsgi-core + vdens + virtiofsd + vivaldi-bin + vpnns + vscode + wike + wpcom +3 processes have profiles defined. +3 processes are in enforce mode. + /usr/sbin/chronyd (47895) + /usr/sbin/chronyd (47899) + /usr/sbin/dhclient (937) /{,usr/}sbin/dhclient +0 processes are in complain mode. +0 processes are in prompt mode. +0 processes are in kill mode. +0 processes are unconfined but have a profile defined. +0 processes are in mixed mode. + +############################################################################### +# 29. TOP CONSUMERS +############################################################################### + +--- top 10 memory hogs + $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 + PID USER RSS VSZ %CPU %MEM COMMAND + 2480 root 4564540 9071664 11.1 13.9 kvm + 1808 root 4226500 5040536 14.5 12.8 kvm + 87913 root 1117272 2931084 3.7 3.4 kvm + 66517 root 1080772 2751604 7.7 3.2 kvm + 2178 root 921052 2856680 3.2 2.8 kvm + 92047 root 710160 4961964 2.0 2.1 kvm + 2699 root 699688 4821896 1.8 2.1 kvm + 4120 root 695244 4814692 2.0 2.1 kvm + 1964 root 574292 2808436 2.2 1.7 kvm + 2614 root 502428 2695412 10.7 1.5 kvm + +--- top 10 CPU hogs + $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 + PID USER %CPU %MEM RSS COMMAND + 1808 root 14.5 12.8 4226500 kvm + 2480 root 11.1 13.9 4564540 kvm + 2614 root 10.7 1.5 502428 kvm + 66517 root 7.7 3.2 1080772 kvm + 87913 root 3.7 3.4 1117272 kvm + 2178 root 3.2 2.8 921052 kvm + 771 root 3.1 0.3 113464 tailscaled + 157131 root 2.9 0.0 7784 systemd-timedat + 2050 root 2.4 1.2 395328 kvm + 1964 root 2.2 1.7 574292 kvm + +--- top file-handle holders + $ for pid in $(ps -e -o pid= | head -n 200); do + n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)" + [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" +done | sort -k2 -t= -nr | head -n 15 + 1 fd=194 systemd + 1808 fd=126 kvm + 2480 fd=124 kvm + 2699 fd=116 kvm + 2178 fd=116 kvm + 1964 fd=115 kvm + 2614 fd=111 kvm + 1283 fd=94 master + 4120 fd=64 kvm + 713 fd=58 dbus-daemon + 2050 fd=55 kvm + 346 fd=53 systemd-journal + +--- largest files in /var/log (top 10) + $ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 +-rw-r-----+ 1 root systemd-journal 128M Jun 30 18:29 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000003d0513-00065574b421d32e.journal +-rw-r-----+ 1 root systemd-journal 128M Jun 30 03:53 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000389d33-000655687839a8bc.journal +-rw-r-----+ 1 root systemd-journal 128M Jun 29 13:17 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-000000000034356f-0006555c40c32bd0.journal +-rw-r-----+ 1 root systemd-journal 128M Jun 28 22:42 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000002fcdc0-000655500672e374.journal +-rw-r-----+ 1 root systemd-journal 128M Jul 6 20:37 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000691339-000655ef31d1fc4c.journal +-rw-r-----+ 1 root systemd-journal 128M Jul 6 06:01 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-000000000064ab59-000655e2eefe3866.journal +-rw-r-----+ 1 root systemd-journal 128M Jul 5 15:23 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000604380-000655d6b0163116.journal +-rw-r-----+ 1 root systemd-journal 128M Jul 5 00:47 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000005bdbdb-000655ca731e5bce.journal +-rw-r-----+ 1 root systemd-journal 128M Jul 4 10:11 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000005773bd-000655be2dd459a7.journal +-rw-r-----+ 1 root systemd-journal 128M Jul 3 19:32 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000530bd2-000655b1ec1a22c4.journal + +############################################################################### +# 30. QUICK-LOOK SUSPECT SUMMARY +############################################################################### + +Auto-detected performance anti-patterns (verify against full data above): + + +--- [A] Network interfaces < 10 Gbps and up + $ hits=0 +for ifc in $NETIFS; do + s=$(cat "/sys/class/net/$ifc/speed" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + case "$s" in + 10|100|1000) + if [ "$c" = "1" ]; then + printf ' %s : %s Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration\n' "$ifc" "$s" + hits=$((hits+1)) + fi + ;; + esac +done +[ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)" + nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + [exit=1] + + +--- [B] MTU not jumbo on carrier-up interfaces + $ hits=0 +for ifc in $NETIFS; do + m=$(cat "/sys/class/net/$ifc/mtu" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + [ "$c" = "1" ] || continue + if [ -n "$m" ] && [ "$m" != "9000" ]; then + printf ' %s : mtu=%s\n' "$ifc" "$m" + hits=$((hits+1)) + fi +done +[ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)" + datanet : mtu=1500 + fwbr101i0 : mtu=1500 + fwbr103i0 : mtu=1500 + fwbr104i0 : mtu=1500 + fwbr105i0 : mtu=1500 + fwbr106i0 : mtu=1500 + fwbr107i0 : mtu=1500 + fwbr107i1 : mtu=1500 + fwbr108i0 : mtu=1500 + fwbr109i0 : mtu=1500 + fwbr114i0 : mtu=1500 + fwbr117i0 : mtu=1500 + fwln101i0 : mtu=1500 + fwln103i0 : mtu=1500 + fwln104i0 : mtu=1500 + fwln105i0 : mtu=1500 + fwln106i0 : mtu=1500 + fwln107i0 : mtu=1500 + fwln107i1 : mtu=1500 + fwln108i0 : mtu=1500 + fwln109i0 : mtu=1500 + fwln114i0 : mtu=1500 + fwln117i0 : mtu=1500 + fwpr101p0 : mtu=1500 + fwpr103p0 : mtu=1500 + fwpr104p0 : mtu=1500 + fwpr105p0 : mtu=1500 + fwpr106p0 : mtu=1500 + fwpr107p0 : mtu=1500 + fwpr107p1 : mtu=1500 + fwpr108p0 : mtu=1500 + fwpr109p0 : mtu=1500 + fwpr114p0 : mtu=1500 + fwpr117p0 : mtu=1500 + nic0 : mtu=1500 + nic1 : mtu=1500 + tap100i0 : mtu=1500 + tap101i0 : mtu=1500 + tap103i0 : mtu=1500 + tap104i0 : mtu=1500 + tap105i0 : mtu=1500 + tap106i0 : mtu=1500 + tap107i0 : mtu=1500 + tap107i1 : mtu=1500 + tap108i0 : mtu=1500 + tap109i0 : mtu=1500 + tap114i0 : mtu=1500 + tap117i0 : mtu=1500 + vmbr0 : mtu=1500 + [exit=1] + + +--- [C] CPU governor != performance + $ g=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null) +if [ -z "$g" ]; then + echo " cpufreq driver not loaded (governor unknown)" +elif [ "$g" = "performance" ]; then + echo " OK: performance governor" +else + echo " <-- governor=$g (recommend 'performance')" +fi + OK: performance governor + + +--- [D] EPB / EPP not performance-bias + $ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null) +epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null) +echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)" + EPB=0 EPP= (0=performance, 15=max-power on EPB; 'performance' on EPP) + + +--- [E] vm.swappiness and dirty ratios + $ sw=$(sysctl -n vm.swappiness 2>/dev/null) +dr=$(sysctl -n vm.dirty_ratio 2>/dev/null) +dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null) +echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr" +[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)" + swappiness=10 dirty_ratio=40 dirty_background_ratio=5 + [exit=1] + + +--- [F] TCP congestion control + $ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null) +avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null) +echo " active: $cc" +echo " available: $avail" +[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths" + active: bbr + available: reno cubic bbr + [exit=1] + + +--- [G] ZFS dataset red flags + $ if ! command -v zfs >/dev/null 2>&1; then + echo " ZFS not present" +else + zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \ + | awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"} + $2=="atime" && $3=="on" {print " <-- "$1" has atime=on"} + $2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"} + $2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}' +fi + + +--- [H] ARC size vs RAM + $ if [ -r /proc/spl/kstat/zfs/arcstats ]; then + arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo) + echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes" + if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then + pct=$((cmax * 100 / ram)) + echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)" + fi + hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then + hr=$((hits * 100 / (hits + miss))) + echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)" + fi +else + echo " ZFS ARC stats not available (ZFS not loaded?)" +fi + ARC current=1920 bytes ARC max=3355443200 bytes RAM total=33559851008 bytes + ARC max is 9% of RAM (Proxmox default ~50%) + + +--- [I] VMs with non-optimal storage/NIC models + $ hits=0 +for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + cfg=$(qm config "$vmid" 2>/dev/null) + flags="" + echo "$cfg" | grep -qE '^ide[0-9]' && flags="${flags}ide-disk " + echo "$cfg" | grep -qE '^sata[0-9]' && flags="${flags}sata-disk " + echo "$cfg" | grep -qE '^scsi[0-9].*:,' && echo "$cfg" | grep -E '^scsi[0-9]' | grep -qv 'virtio-scsi' && flags="${flags}scsi-no-virtio-scsi " + echo "$cfg" | grep -qE '^scsihw: ' && ! echo "$cfg" | grep -qE '^scsihw: virtio-scsi-single' && flags="${flags}scsihw!=virtio-scsi-single " + echo "$cfg" | grep -qE '^cpu: .*kvm64' && flags="${flags}cpu=kvm64 " + echo "$cfg" | grep -q '^iothread: 1' || echo "$cfg" | grep -qE '^scsi[0-9].*iothread=1' || flags="${flags}no-iothread " + echo "$cfg" | grep -qE '^net[0-9].*model=(e1000|rtl8139|vmxnet)' && flags="${flags}legacy-nic " + echo "$cfg" | grep -qE '^net[0-9].*model=virtio' && ! echo "$cfg" | grep -qE 'multiqueue=|queues=' && flags="${flags}virtio-no-multiqueue " + if [ -n "$flags" ]; then + echo " VM $vmid: $flags" + hits=$((hits+1)) + fi +done +[ "$hits" = "0" ] && echo " no obvious VM storage/NIC anti-patterns" + VM 100: scsihw!=virtio-scsi-single no-iothread + VM 101: ide-disk no-iothread + VM 103: ide-disk + VM 105: ide-disk + VM 107: ide-disk + VM 114: ide-disk + VM 1000: ide-disk no-iothread + [exit=1] + + +--- [J] NFS client mount option red flags + $ if ! command -v nfsstat >/dev/null 2>&1; then + echo " nfsstat not available" +else + nfsstat -m 2>/dev/null | awk ' + /^.*:/ {mp=$0; next} + /Flags:/ { + gsub(/Flags:|,/,"",$0) + line=$0 + if (line !~ /noatime/) print " "mp" : missing noatime" + if (line !~ /nconnect/) print " "mp" : missing nconnect (kernel >=5.3)" + if (line !~ /rsize=1048576/) print " "mp" : rsize<1M" + if (line !~ /wsize=1048576/) print " "mp" : wsize<1M" + if (line ~ /sync/) print " "mp" : sync mount (slow)" + } + ' +fi + + +--- [K] Softnet / NIC drops (non-zero) + $ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat +echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)" + cpu1: dropped=22300 time_squeezed=0 + (also check ethtool -S sections above for rx_dropped/rx_missed_errors) + + +--- [L] Failed systemd services + $ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10) +if [ -n "$failed" ]; then + echo "$failed" | sed 's/^/ /' +else + echo " no failed services" +fi + no failed services + + +--- [M] Filesystem usage > 80% + $ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}' + + +--- [N] SMART / NVMe health warnings + $ if command -v nvme >/dev/null 2>&1; then + for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5) + [ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' ' + done +fi +if command -v smartctl >/dev/null 2>&1; then + for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed') + echo "$chk" | grep -qi fail && echo " $dev: $chk" + done +fi +echo " (see section 20 for full smartctl/nvme output)" + (see section 20 for full smartctl/nvme output) + +############################################################################### +# Collection complete: pfv-tsys1 +# Output: /root/pfv-tsys1.log +# Size: 911321 bytes / 17317 lines +# Elapsed: 303 seconds +############################################################################### diff --git a/returned-logs/pfv-tsys3.log b/returned-logs/pfv-tsys3.log new file mode 100644 index 0000000..a3c755e --- /dev/null +++ b/returned-logs/pfv-tsys3.log @@ -0,0 +1,10091 @@ +############################################################################### +# Proxmox VE host performance assessment (READ-ONLY) +# Host: pfv-tsys3 (pfv-tsys3.knel.net) +# FQDN: pfv-tsys3.knel.net +# All IPs: 100.66.186.10 192.168.2.5 10.100.100.3 fd7a:115c:a1e0::cc01:baa2 +# Collected: 2026-07-26T21:25:59Z (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 no - - +nstat yes /usr/bin/nstat +netstat yes /usr/bin/netstat +nicstat no - - +ifstat no - - +dmidecode yes /usr/sbin/dmidecode +lscpu yes /usr/bin/lscpu +lshw yes /usr/bin/lshw +hwinfo no - - +inxi no - - +lspci yes /usr/bin/lspci +lsusb yes /usr/bin/lsusb +numactl no - - +numastat no - - +cpupower yes /usr/bin/cpupower cpupower 6.12 +turbostat yes /usr/sbin/turbostat +x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy +rdmsr no - - +tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 +irqbalance no - - +zpool yes /usr/sbin/zpool zfs-2.4.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 no - - +hdparm yes /usr/sbin/hdparm +storcli no - - +storcli64 no - - +MegaCli no - - +MegaCli64 no - - +tw-cli no - - +arcconf no - - +sas2ircu no - - +sas3ircu no - - +hpssacli no - - +ssacli no - - +perccli no - - +multipath no - - +pvs yes /usr/sbin/pvs +vgs yes /usr/sbin/vgs +lvs yes /usr/sbin/lvs +lvdisplay yes /usr/sbin/lvdisplay +xfs_info yes /usr/sbin/xfs_info +dumpe2fs yes /usr/sbin/dumpe2fs +btrfs yes /usr/bin/btrfs +fio no - - +iperf yes /usr/bin/iperf +iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15) +sysbench no - - +bonnie++ no - - +iozone no - - +iostat no - - +mpstat no - - +pidstat no - - +sar no - - +vmstat yes /usr/bin/vmstat +top yes /usr/bin/top +htop yes /usr/bin/htop +atop no - - +glances no - - +dstat no - - +nethogs no - - +iftop 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 no - - +bc yes /usr/bin/bc +awk yes /usr/bin/awk +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build) +nvme no - - +apt yes /usr/bin/apt +dpkg yes /usr/bin/dpkg + +--- Debian packages relevant to perf/storage/net + $ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80 +bridge-utils 1.7.1-4+b1 +ceph-common 19.2.3-pve2 +ceph-fuse 19.2.3-pve2 +corosync 3.1.10-pve3 +ethtool 1:6.14.2-1 +htop 3.4.1-5 +iperf3 3.18-2+deb13u2 +nfs-common 1:2.8.3-1 +open-iscsi 2.1.11-1+deb13u2 +proxmox-archive-keyring 4.0 +proxmox-backup-client 4.2.3-1 +proxmox-backup-file-restore 4.2.3-1 +proxmox-backup-restore-image 1.0.0 +proxmox-default-headers 2.1.0 +proxmox-default-kernel 2.1.0 +proxmox-enterprise-support-keyring 1.0 +proxmox-firewall 1.2.3 +proxmox-headers-7.0 7.0.14-6 +proxmox-headers-7.0.14-5-pve 7.0.14-5 +proxmox-headers-7.0.14-6-pve 7.0.14-6 +proxmox-kernel-6.17 6.17.13-19 +proxmox-kernel-6.17.13-18-pve-signed 6.17.13-18 +proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19 +proxmox-kernel-6.17.13-2-pve-signed 6.17.13-2 +proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 +proxmox-kernel-6.17.9-1-pve-signed 6.17.9-1 +proxmox-kernel-7.0 7.0.14-6 +proxmox-kernel-7.0.14-5-pve-signed 7.0.14-5 +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-headers 9.2.0 +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 +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_bbr 24576 2 +tcp_diag 20480 0 +rpcsec_gss_krb5 32768 0 +nfsv4 1200128 2 +bonding 253952 0 +sunrpc 815104 17 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 507904 10 +kvm 1445888 9 kvm_intel +zfs 6258688 6 +spl 151552 1 zfs +vhost_net 36864 1 +vhost 69632 1 vhost_net +vhost_iotlb 16384 1 vhost +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 +nvme 65536 4 +nvme_core 229376 5 nvme +nvme_keyring 20480 1 nvme_core +nvme_auth 28672 1 nvme_core + +############################################################################### +# 2. OS / DISTRO / UPTIME +############################################################################### + +--- os-release + --- /etc/os-release --- +PRETTY_NAME="Debian GNU/Linux 13 (trixie)" +NAME="Debian GNU/Linux" +VERSION_ID="13" +VERSION="13 (trixie)" +VERSION_CODENAME=trixie +DEBIAN_VERSION_FULL=13.6 +ID=debian +HOME_URL="https://www.debian.org/" +SUPPORT_URL="https://www.debian.org/support" +BUG_REPORT_URL="https://bugs.debian.org/" + +--- debian version + $ cat /etc/debian_version +13.6 + +--- uptime + $ uptime + 16:26:01 up 1 day, 23:59, 1 user, load average: 0.13, 0.15, 0.15 + +--- uptime raw (since boot) + $ cat /proc/uptime +172748.53 1276950.71 + +--- last reboot + $ last -x reboot +reboot system boot 7.0.14-6-pve Fri Jul 24 16:26 - still running +reboot system boot 7.0.14-6-pve Fri Jul 24 16:24 - 16:25 (00:01) +shutdown system down 7.0.14-6-pve Fri Jul 24 16:25 - 16:26 (00:00) +reboot system boot 7.0.14-6-pve Fri Jul 24 13:41 - crash +reboot system boot 7.0.14-5-pve Sun Jul 19 16:36 - 10:46 (4+18:09) +shutdown system down 7.0.14-5-pve Fri Jul 24 10:46 - 13:41 (02:54) +reboot system boot 6.17.9-1-pve Mon Apr 6 10:59 - 16:33 (104+05:33) +shutdown system down 6.17.9-1-pve Sun Jul 19 16:33 - 16:36 (00:03) +reboot system boot 6.17.9-1-pve Mon Apr 6 10:57 - 10:59 (00:01) +shutdown system down 6.17.9-1-pve Mon Apr 6 10:59 - 10:59 (00:00) +reboot system boot 6.17.9-1-pve Sat Apr 4 10:18 - crash +reboot system boot 6.17.9-1-pve Sat Apr 4 10:07 - 10:14 (00:06) +shutdown system down 6.17.9-1-pve Sat Apr 4 10:14 - 10:18 (00:03) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:42 - 10:06 (00:24) +shutdown system down 6.17.9-1-pve Sat Apr 4 10:06 - 10:07 (00:00) +reboot system boot 6.17.9-1-pve Mon Mar 30 17:19 - 09:31 (4+16:12) +shutdown system down 6.17.9-1-pve Sat Apr 4 09:31 - 09:42 (00:10) +reboot system boot 6.17.9-1-pve Sun Mar 8 14:41 - 17:14 (22+02:32) +shutdown system down 6.17.9-1-pve Mon Mar 30 17:14 - 17:19 (00:05) +reboot system boot 6.17.9-1-pve Thu Mar 5 10:38 - 14:37 (3+02:58) +shutdown system down 6.17.9-1-pve Sun Mar 8 14:37 - 14:41 (00:03) +reboot system boot 6.17.9-1-pve Wed Mar 4 10:53 - 10:34 (23:41) +shutdown system down 6.17.9-1-pve Thu Mar 5 10:34 - 10:38 (00:04) +reboot system boot 6.17.9-1-pve Tue Feb 24 10:35 - 20:51 (7+10:15) +shutdown system down 6.17.9-1-pve Tue Mar 3 20:51 - 10:53 (14:01) +reboot system boot 6.17.2-1-pve Mon Feb 23 18:38 - 10:31 (15:52) +shutdown system down 6.17.2-1-pve Tue Feb 24 10:31 - 10:35 (00:03) +reboot system boot 6.17.2-1-pve Sun Feb 22 11:23 - 18:37 (1+07:14) +shutdown system down 6.17.2-1-pve Mon Feb 23 18:37 - 18:38 (00:00) +reboot system boot 6.17.2-1-pve Wed Feb 18 20:40 - 11:15 (3+14:35) +shutdown system down 6.17.2-1-pve Sun Feb 22 11:15 - 11:23 (00:07) +reboot system boot 6.17.2-1-pve Wed Feb 18 11:50 - 20:39 (08:49) +shutdown system down 6.17.2-1-pve Wed Feb 18 20:39 - 20:40 (00:00) +reboot system boot 6.17.2-1-pve Tue Feb 17 20:00 - 20:26 (00:25) +shutdown system down 6.17.2-1-pve Tue Feb 17 20:26 - 11:50 (15:23) +reboot system boot 6.17.2-1-pve Tue Feb 17 19:57 - crash +reboot system boot 6.17.2-1-pve Mon Feb 16 13:23 - 19:56 (1+06:33) +shutdown system down 6.17.2-1-pve Tue Feb 17 19:56 - 19:57 (00:01) +reboot system boot 6.17.2-1-pve Mon Feb 16 13:08 - 13:22 (00:14) +shutdown system down 6.17.2-1-pve Mon Feb 16 13:22 - 13:23 (00:00) +reboot system boot 6.17.2-1-pve Sun Feb 15 13:32 - 13:02 (23:30) +shutdown system down 6.17.2-1-pve Mon Feb 16 13:02 - 13:08 (00:05) +reboot system boot 6.17.2-1-pve Sun Feb 15 12:25 - crash +reboot system boot 6.17.2-1-pve Wed Feb 11 08:41 - crash +reboot system boot 6.17.2-1-pve Tue Feb 10 16:04 - crash +reboot system boot 6.17.2-1-pve Tue Feb 10 15:49 - crash +reboot system boot 6.17.2-1-pve Tue Feb 10 14:54 - crash +reboot system boot 6.17.2-1-pve Tue Feb 10 14:48 - 14:49 (00:01) +shutdown system down 6.17.2-1-pve Tue Feb 10 14:49 - 14:54 (00:04) + +wtmpdb begins Tue Feb 10 14:48:46 2026 + +--- last logins + $ last +root pts/0 100.87.49.37 Sun Jul 26 15:06 - 15:07 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 13:32 - 13:33 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 13:15 - 13:18 (00:03) +root pts/0 100.87.49.37 Sun Jul 26 13:05 - 13:14 (00:09) +root pts/0 100.87.49.37 Sun Jul 26 12:24 - 12:24 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 11:34 - 11:53 (00:19) +root pts/0 100.87.49.37 Sun Jul 26 09:11 - 09:16 (00:04) +root pts/0 100.87.49.37 Sat Jul 25 11:32 - 11:34 (00:01) +root pts/0 100.87.49.37 Sat Jul 25 11:32 - 11:32 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 16:31 - 16:31 (00:00) +reboot system boot 7.0.14-6-pve Fri Jul 24 16:26 - still running +reboot system boot 7.0.14-6-pve Fri Jul 24 16:24 - 16:25 (00:01) +reboot system boot 7.0.14-6-pve Fri Jul 24 13:41 - crash +root pts/0 100.87.49.37 Fri Jul 24 10:46 - 10:46 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 10:44 - 10:44 (00:00) +root pts/1 100.87.49.37 Mon Jul 20 12:27 - 12:27 (00:00) +root pts/0 100.109.70.137 Mon Jul 20 12:26 - 17:16 (04:50) +root pts/0 100.87.49.37 Mon Jul 20 11:28 - 11:28 (00:00) +root pts/0 100.87.49.37 Mon Jul 20 11:10 - 11:11 (00:01) +root pts/0 100.87.49.37 Mon Jul 20 10:54 - 10:54 (00:00) +root pts/0 100.87.49.37 Sun Jul 19 17:57 - 18:02 (00:05) +root pts/0 100.87.49.37 Sun Jul 19 16:54 - 17:12 (00:18) +reboot system boot 7.0.14-5-pve Sun Jul 19 16:36 - 10:46 (4+18:09) +root pts/2 100.87.49.37 Sun Jul 19 16:30 - 16:32 (00:02) +root pts/0 100.87.49.37 Sun Jul 19 15:57 - 16:33 (00:35) +root pts/0 100.87.49.37 Sun Jul 19 15:01 - 15:26 (00:24) +root pts/0 100.87.49.37 Sun Jul 19 14:38 - 14:47 (00:08) +root pts/0 100.87.49.37 Sun Jul 19 14:24 - 14:29 (00:04) +root pts/2 Sat Jul 11 12:43 - 12:45 (00:01) +root pts/1 Sat Jul 11 12:43 - 12:45 (00:01) +root pts/0 Sat Jul 11 12:43 - 12:45 (00:02) +root pts/1 Fri Jun 26 11:20 - 11:23 (00:02) +root pts/0 Fri Jun 26 11:20 - 11:23 (00:03) +root pts/1 100.118.91.16 Fri Apr 24 17:16 - 17:28 (00:12) +root pts/1 100.118.91.16 Fri Apr 24 16:36 - 16:50 (00:13) +root pts/1 100.118.91.16 Fri Apr 24 16:14 - 16:25 (00:10) +root pts/1 100.118.91.16 Fri Apr 24 14:24 - 14:27 (00:03) +root pts/1 100.118.91.16 Fri Apr 24 12:52 - 12:57 (00:05) +root pts/1 100.118.91.16 Fri Apr 24 12:40 - 12:43 (00:02) +root pts/1 100.118.91.16 Fri Apr 24 12:21 - 12:22 (00:01) +root pts/1 100.118.91.16 Fri Apr 24 09:53 - 10:11 (00:18) +root pts/1 100.118.91.16 Fri Apr 24 09:45 - 09:51 (00:05) +root pts/1 100.118.91.16 Fri Apr 24 09:17 - 09:23 (00:05) +root pts/1 100.118.91.16 Fri Apr 24 08:27 - 08:33 (00:06) +root pts/1 100.118.91.16 Fri Apr 24 06:59 - 07:03 (00:03) +root pts/1 100.118.91.16 Thu Apr 23 14:23 - 14:26 (00:02) +root pts/1 100.118.91.16 Mon Apr 20 20:22 - 20:25 (00:03) +root pts/1 100.118.91.16 Tue Apr 7 11:39 - 11:39 (00:00) +root pts/0 100.109.70.137 Mon Apr 6 11:06 - 01:09 (52+14:02) +reboot system boot 6.17.9-1-pve Mon Apr 6 10:59 - 16:33 (104+05:33) +reboot system boot 6.17.9-1-pve Mon Apr 6 10:57 - 10:59 (00:01) +root pts/2 100.109.70.137 Mon Apr 6 10:40 - crash +root pts/0 100.109.70.137 Mon Apr 6 10:03 - crash +root pts/0 100.118.91.16 Mon Apr 6 08:45 - 08:57 (00:12) +root pts/0 100.118.91.16 Sun Apr 5 09:47 - 09:50 (00:03) +reboot system boot 6.17.9-1-pve Sat Apr 4 10:18 - crash +root pts/0 100.118.91.16 Sat Apr 4 10:14 - 10:14 (00:00) +root pts/0 192.168.0.14 Sat Apr 4 10:10 - 10:11 (00:00) +reboot system boot 6.17.9-1-pve Sat Apr 4 10:07 - 10:14 (00:06) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:42 - 10:06 (00:24) +root pts/0 100.118.91.16 Sat Apr 4 09:12 - 09:19 (00:06) +root pts/0 100.118.91.16 Fri Apr 3 00:12 - 00:13 (00:00) +root pts/0 100.109.70.137 Thu Apr 2 23:57 - 00:07 (00:09) +root pts/0 100.118.91.16 Mon Mar 30 17:20 - 17:22 (00:01) +reboot system boot 6.17.9-1-pve Mon Mar 30 17:19 - 09:31 (4+16:12) +root pts/0 100.118.91.16 Mon Mar 30 17:13 - 17:14 (00:00) +root pts/0 100.109.70.137 Tue Mar 17 13:27 - 11:06 (2+21:39) +reboot system boot 6.17.9-1-pve Sun Mar 8 14:41 - 17:14 (22+02:32) +reboot system boot 6.17.9-1-pve Thu Mar 5 10:38 - 14:37 (3+02:58) +root pts/0 100.109.70.137 Thu Mar 5 10:33 - 10:34 (00:00) +reboot system boot 6.17.9-1-pve Wed Mar 4 10:53 - 10:34 (23:41) +reboot system boot 6.17.9-1-pve Tue Feb 24 10:35 - 20:51 (7+10:15) +root pts/0 100.109.70.137 Tue Feb 24 10:30 - 10:31 (00:00) +root pts/0 100.109.70.137 Tue Feb 24 07:24 - 10:10 (02:45) +root pts/0 Mon Feb 23 22:29 - 22:29 (00:00) +root pts/1 Mon Feb 23 21:28 - 21:44 (00:15) +root pts/0 100.109.70.137 Mon Feb 23 18:39 - 22:08 (03:28) +reboot system boot 6.17.2-1-pve Mon Feb 23 18:38 - 10:31 (15:52) +root pts/0 100.109.70.137 Mon Feb 23 17:34 - 18:37 (01:03) +root pts/0 100.109.70.137 Mon Feb 23 17:13 - 17:19 (00:06) +root pts/1 100.109.70.137 Mon Feb 23 11:13 - 11:13 (00:00) +root pts/1 10.100.100.1 Sun Feb 22 12:03 - 12:03 (00:00) +root pts/0 100.109.70.137 Sun Feb 22 11:57 - 12:14 (1+00:16) +root pts/0 100.109.70.137 Sun Feb 22 11:30 - 11:30 (00:00) +reboot system boot 6.17.2-1-pve Sun Feb 22 11:23 - 18:37 (1+07:14) +root pts/0 100.109.70.137 Sun Feb 22 11:13 - 11:15 (00:01) +root pts/0 100.109.70.137 Wed Feb 18 20:40 - 10:59 (3+14:18) +reboot system boot 6.17.2-1-pve Wed Feb 18 20:40 - 11:15 (3+14:35) +root pts/1 100.109.70.137 Wed Feb 18 12:14 - 20:39 (08:24) +root pts/1 100.109.70.137 Wed Feb 18 11:55 - 12:14 (00:19) +root pts/0 100.109.70.137 Wed Feb 18 11:51 - 13:54 (02:02) +reboot system boot 6.17.2-1-pve Wed Feb 18 11:50 - 20:39 (08:49) +reboot system boot 6.17.2-1-pve Tue Feb 17 20:00 - 20:26 (00:25) +reboot system boot 6.17.2-1-pve Tue Feb 17 19:57 - crash +root tty1 Tue Feb 17 19:54 - 19:56 (00:02) +reboot system boot 6.17.2-1-pve Mon Feb 16 13:23 - 19:56 (1+06:33) +reboot system boot 6.17.2-1-pve Mon Feb 16 13:08 - 13:22 (00:14) +reboot system boot 6.17.2-1-pve Sun Feb 15 13:32 - 13:02 (23:30) +root pts/0 100.109.70.137 Sun Feb 15 12:26 - crash +reboot system boot 6.17.2-1-pve Sun Feb 15 12:25 - crash +reboot system boot 6.17.2-1-pve Wed Feb 11 08:41 - crash +root pts/1 100.109.70.137 Tue Feb 10 18:38 - 18:45 (00:06) +root pts/0 100.115.33.100 Tue Feb 10 18:30 - 19:05 (00:34) +root pts/0 100.109.70.137 Tue Feb 10 18:25 - 18:25 (00:00) +root pts/0 100.109.70.137 Tue Feb 10 18:16 - 18:24 (00:08) +root pts/0 Tue Feb 10 17:56 - 18:03 (00:07) +root pts/1 100.109.70.137 Tue Feb 10 17:54 - 18:27 (00:32) +root pts/0 192.168.3.16 Tue Feb 10 17:50 - 18:03 (00:13) +reboot system boot 6.17.2-1-pve Tue Feb 10 16:04 - crash +reboot system boot 6.17.2-1-pve Tue Feb 10 15:49 - crash +reboot system boot 6.17.2-1-pve Tue Feb 10 14:54 - crash +root tty1 Tue Feb 10 14:49 - 14:49 (00:00) +reboot system boot 6.17.2-1-pve Tue Feb 10 14:48 - 14:49 (00:01) + +wtmpdb begins Tue Feb 10 14:48:46 2026 + +--- uname + $ uname -a +Linux pfv-tsys3 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux + +--- /proc/cmdline (boot args) + $ cat /proc/cmdline +BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro quiet intel_iommu=on + +############################################################################### +# 3. HARDWARE INVENTORY +############################################################################### + +--- dmidecode -t system + $ dmidecode -t system +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.0.0 present. + +Handle 0x0001, DMI type 1, 27 bytes +System Information + Manufacturer: Dell Inc. + Product Name: Precision 7510 + Version: Not Specified + Serial Number: HG537H2 + UUID: 4c4c4544-0047-3510-8033-c8c04f374832 + Wake-up Type: Power Switch + SKU Number: 06D9 + Family: Precision + +Handle 0x002A, DMI type 12, 5 bytes +System Configuration Options + Option 1: To Be Filled By O.E.M. + +Handle 0x002B, DMI type 15, 35 bytes +System Event Log + Area Length: 4 bytes + Header Start Offset: 0x0000 + Header Length: 2 bytes + Data Start Offset: 0x0002 + Access Method: Indexed I/O, one 16-bit index port, one 8-bit data port + Access Address: Index 0x046A, Data 0x046C + Status: Invalid, Not Full + Change Token: 0x00000000 + Header Format: No Header + Supported Log Type Descriptors: 6 + Descriptor 1: End of log + Data Format 1: OEM-specific + Descriptor 2: End of log + Data Format 2: OEM-specific + Descriptor 3: End of log + Data Format 3: OEM-specific + Descriptor 4: End of log + Data Format 4: OEM-specific + Descriptor 5: End of log + Data Format 5: OEM-specific + Descriptor 6: End of log + Data Format 6: OEM-specific + +Handle 0x0032, DMI type 32, 20 bytes +System Boot Information + Status: No errors detected + + +--- dmidecode -t baseboard + $ dmidecode -t baseboard +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.0.0 present. + +Handle 0x0002, DMI type 2, 15 bytes +Base Board Information + Manufacturer: Dell Inc. + Product Name: 0692Y5 + Version: A00 + Serial Number: /HG537H2/CN1296377E0002/ + Asset Tag: Not Specified + Features: + Board is a hosting board + Board is replaceable + Location In Chassis: Not Specified + Chassis Handle: 0x0300 + Type: Motherboard + Contained Object Handles: 0 + +Handle 0x0028, DMI type 10, 6 bytes +On Board Device Information + Type: Video + Status: Enabled + Description: "Intel HD Graphics" + +Handle 0x003F, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard IGD + Type: Video + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:02.0 + +Handle 0x0040, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard LAN + Type: Ethernet + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:19.0 + +Handle 0x0041, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard 1394 + Type: Other + Status: Enabled + Type Instance: 1 + Bus Address: 0000:03:1c.2 + + +--- dmidecode -t bios + $ dmidecode -t bios +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.0.0 present. + +Handle 0x0000, DMI type 0, 24 bytes +BIOS Information + Vendor: Dell Inc. + Version: 1.31.3 + Release Date: 03/09/2023 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 16 MB + Characteristics: + PCI is supported + PNP is supported + BIOS is upgradeable + BIOS shadowing is allowed + Boot from CD is supported + Selectable boot is supported + EDD is supported + 5.25"/1.2 MB floppy services are supported (int 13h) + 3.5"/720 kB floppy services are supported (int 13h) + 3.5"/2.88 MB floppy services are supported (int 13h) + Print screen service is supported (int 5h) + 8042 keyboard services are supported (int 9h) + Serial services are supported (int 14h) + Printer services are supported (int 17h) + ACPI is supported + USB legacy is supported + Smart battery is supported + BIOS boot specification is supported + Function key-initiated network boot is supported + Targeted content distribution is supported + UEFI is supported + BIOS Revision: 1.31 + +Handle 0xF03C, DMI type 13, 22 bytes +BIOS Language Information + Language Description Format: Long + Installable Languages: 2 + 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 3.0.0 present. + +Handle 0x0003, DMI type 3, 22 bytes +Chassis Information + Manufacturer: Dell Inc. + Type: Laptop + Lock: Not Present + Version: Not Specified + Serial Number: HG537H2 + Asset Tag: Not Specified + Boot-up State: Safe + Power Supply State: Safe + Thermal State: Safe + Security Status: None + OEM Information: 0x00000000 + Height: Unspecified + Number Of Power Cords: 1 + Contained Elements: 0 + SKU Number: Laptop + + +--- dmidecode -t processor + $ dmidecode -t processor +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.0.0 present. + +Handle 0x0047, DMI type 4, 48 bytes +Processor Information + Socket Designation: U3E1 + Type: Central Processor + Family: Xeon + Manufacturer: Intel(R) Corporation + ID: E3 06 05 00 FF FB EB BF + Signature: Type 0, Family 6, Model 94, Stepping 3 + Flags: + FPU (Floating-point unit on-chip) + VME (Virtual mode extension) + DE (Debugging extension) + PSE (Page size extension) + TSC (Time stamp counter) + MSR (Model specific registers) + PAE (Physical address extension) + MCE (Machine check exception) + CX8 (CMPXCHG8 instruction supported) + APIC (On-chip APIC hardware supported) + SEP (Fast system call) + MTRR (Memory type range registers) + PGE (Page global enable) + MCA (Machine check architecture) + CMOV (Conditional move instruction supported) + PAT (Page attribute table) + PSE-36 (36-bit page size extension) + CLFSH (CLFLUSH instruction supported) + DS (Debug store) + ACPI (ACPI supported) + MMX (MMX technology supported) + FXSR (FXSAVE and FXSTOR instructions supported) + SSE (Streaming SIMD extensions) + SSE2 (Streaming SIMD extensions 2) + SS (Self-snoop) + HTT (Multi-threading) + TM (Thermal monitor supported) + PBE (Pending break enabled) + Version: Intel(R) Xeon(R) CPU E3-1535M v5 @ 2.90GHz + Voltage: 0.7 V + External Clock: 100 MHz + Max Speed: 2900 MHz + Current Speed: 2900 MHz + Status: Populated, Enabled + Upgrade: Other + L1 Cache Handle: 0x0044 + L2 Cache Handle: 0x0045 + L3 Cache Handle: 0x0046 + Serial Number: To Be Filled By O.E.M. + Asset Tag: To Be Filled By O.E.M. + Part Number: To Be Filled By O.E.M. + Core Count: 4 + Core Enabled: 4 + Thread Count: 8 + Characteristics: + 64-bit capable + Multi-Core + Hardware Thread + Execute Protection + Enhanced Virtualization + Power/Performance Control + + +--- dmidecode -t memory + $ dmidecode -t memory +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.0.0 present. + +Handle 0x0048, DMI type 16, 23 bytes +Physical Memory Array + Location: System Board Or Motherboard + Use: System Memory + Error Correction Type: None + Maximum Capacity: 64 GB + Error Information Handle: Not Provided + Number Of Devices: 4 + +Handle 0x0049, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x0048 + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: SODIMM + Set: None + Locator: ChannelA-DIMM0 + Bank Locator: BANK 0 + Type: DDR4 + Type Detail: Synchronous + Speed: 2133 MT/s + Manufacturer: SK Hynix + Serial Number: 12161215 + Asset Tag: 01171000 + Part Number: HMA41GS6AFR8N-TF + Rank: 2 + Configured Memory Speed: 2133 MT/s + Minimum Voltage: Unknown + Maximum Voltage: Unknown + Configured Voltage: 1.2 V + +Handle 0x004A, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x0048 + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: SODIMM + Set: None + Locator: ChannelB-DIMM0 + Bank Locator: BANK 1 + Type: DDR4 + Type Detail: Synchronous + Speed: 2133 MT/s + Manufacturer: SK Hynix + Serial Number: 12121212 + Asset Tag: 01171000 + Part Number: HMA41GS6AFR8N-TF + Rank: 2 + Configured Memory Speed: 2133 MT/s + Minimum Voltage: Unknown + Maximum Voltage: Unknown + Configured Voltage: 1.2 V + +Handle 0x004B, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x0048 + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: SODIMM + Set: None + Locator: ChannelB-DIMM1 + Bank Locator: BANK 2 + Type: DDR4 + Type Detail: Synchronous + Speed: 2133 MT/s + Manufacturer: SK Hynix + Serial Number: 12121212 + Asset Tag: 01171000 + Part Number: HMA41GS6AFR8N-TF + Rank: 2 + Configured Memory Speed: 2133 MT/s + Minimum Voltage: Unknown + Maximum Voltage: Unknown + Configured Voltage: 1.2 V + +Handle 0x004C, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x0048 + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: SODIMM + Set: None + Locator: ChannelA-DIMM1 + Bank Locator: BANK 3 + Type: DDR4 + Type Detail: Synchronous + Speed: 2133 MT/s + Manufacturer: SK Hynix + Serial Number: 12121212 + Asset Tag: 01171000 + Part Number: HMA41GS6AFR8N-TF + Rank: 2 + Configured Memory Speed: 2133 MT/s + Minimum Voltage: Unknown + Maximum Voltage: Unknown + Configured Voltage: 1.2 V + + +--- dmidecode -t cache + $ dmidecode -t cache +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.0.0 present. + +Handle 0x0043, DMI type 7, 19 bytes +Cache Information + Socket Designation: L1 Cache + Configuration: Enabled, Not Socketed, Level 1 + Operational Mode: Write Back + Location: Internal + Installed Size: 128 kB + Maximum Size: 128 kB + Supported SRAM Types: + Synchronous + Installed SRAM Type: Synchronous + Speed: Unknown + Error Correction Type: Parity + System Type: Data + Associativity: 8-way Set-associative + +Handle 0x0044, DMI type 7, 19 bytes +Cache Information + Socket Designation: L1 Cache + Configuration: Enabled, Not Socketed, Level 1 + Operational Mode: Write Back + Location: Internal + Installed Size: 128 kB + Maximum Size: 128 kB + Supported SRAM Types: + Synchronous + Installed SRAM Type: Synchronous + Speed: Unknown + Error Correction Type: Parity + System Type: Instruction + Associativity: 8-way Set-associative + +Handle 0x0045, DMI type 7, 19 bytes +Cache Information + Socket Designation: L2 Cache + Configuration: Enabled, Not Socketed, Level 2 + Operational Mode: Write Back + Location: Internal + Installed Size: 1 MB + Maximum Size: 1 MB + Supported SRAM Types: + Synchronous + Installed SRAM Type: Synchronous + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 4-way Set-associative + +Handle 0x0046, DMI type 7, 19 bytes +Cache Information + Socket Designation: L3 Cache + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Write Back + Location: Internal + Installed Size: 8 MB + Maximum Size: 8 MB + Supported SRAM Types: + Synchronous + Installed SRAM Type: Synchronous + Speed: Unknown + Error Correction Type: Multi-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 3.0.0 present. + +Handle 0x0004, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JDOCK1 + Internal Connector Type: None + External Reference Designator: DOCK + External Connector Type: Other + Port Type: None + +Handle 0x0005, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JCRT1 + Internal Connector Type: None + External Reference Designator: CRT + External Connector Type: Other + Port Type: Video Port + +Handle 0x0006, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JHDMI + Internal Connector Type: None + External Reference Designator: HDMI + External Connector Type: Other + Port Type: Video Port + +Handle 0x0007, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JSD1 + Internal Connector Type: None + External Reference Designator: Cardreader + External Connector Type: Other + Port Type: None + +Handle 0x0008, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JLOM1 + Internal Connector Type: None + External Reference Designator: Network + External Connector Type: RJ-45 + Port Type: Network Port + +Handle 0x0009, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JUSB1 + Internal Connector Type: None + External Reference Designator: USB1 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JUSB2 + Internal Connector Type: None + External Reference Designator: USB2 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JUSB3 + Internal Connector Type: None + External Reference Designator: USB3 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JHP1 + Internal Connector Type: None + External Reference Designator: Audio Jack + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x000D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JSIM1 + Internal Connector Type: None + External Reference Designator: SIM Card + External Connector Type: Other + Port Type: Other + +Handle 0x000E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JUSB4 + Internal Connector Type: None + External Reference Designator: USB4 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JEDP1 + Internal Connector Type: None + External Reference Designator: Camera + External Connector Type: Other + Port Type: Other + +Handle 0x0010, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JFP1 + Internal Connector Type: None + External Reference Designator: Finger Print sensor + External Connector Type: Other + Port Type: Other + +Handle 0x0011, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JSC1 + Internal Connector Type: None + External Reference Designator: Smart Card + External Connector Type: Other + Port Type: Other + +Handle 0x0012, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JeDP1 - eDP + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0013, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JNGFF1 - WLAN/BT/Wigig CONN + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0014, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JNGFF2 - WLAN/LTE CONN + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0015, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JNGFF3 - HDD + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0016, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JKBTP1 - Keyboard + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Keyboard Port + +Handle 0x0017, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JFAN1 - CPU FAN + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0018, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JUSH1 - USH CONN + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0019, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JSPK1 - Speaker + Internal Connector Type: Mini Jack (headphones) + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Audio Port + +Handle 0x001A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JXDP1 - CPU XDP Port + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JAPS1 - Automatic Power + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JSPI1 - SPI PORT + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JLPDE1 - 80 PORT + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JDEG1 - Debug PORT + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JLED1 - LED + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0020, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JRTC1 - RTC + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0021, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JCS1 - RFID/NFC + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0022, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: JSATA1 - SATA3 CONN + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Not Specified + External Connector Type: None + Port Type: SATA + + +--- dmidecode -t slot + $ dmidecode -t slot +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.0.0 present. + +Handle 0x0023, DMI type 9, 17 bytes +System Slot Information + Designation: J6B2 + Type: PCI Express + Data Bus Width: 16x or x16 + Current Usage: In Use + Length: Long + ID: 0 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:01.0 + +Handle 0x0024, DMI type 9, 17 bytes +System Slot Information + Designation: J6B1 + Type: PCI Express + Data Bus Width: 1x or x1 + Current Usage: In Use + Length: Short + ID: 1 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.3 + +Handle 0x0025, DMI type 9, 17 bytes +System Slot Information + Designation: J6D1 + Type: PCI Express + Data Bus Width: 1x or x1 + Current Usage: In Use + Length: Short + ID: 2 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.4 + +Handle 0x0026, DMI type 9, 17 bytes +System Slot Information + Designation: J7B1 + Type: PCI Express + Data Bus Width: 1x or x1 + Current Usage: In Use + Length: Short + ID: 3 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.5 + +Handle 0x0027, DMI type 9, 17 bytes +System Slot Information + Designation: J8B4 + Type: PCI Express + Data Bus Width: 1x or x1 + Current Usage: In Use + Length: Short + ID: 4 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.6 + + +--- lscpu + $ lscpu +Architecture: x86_64 +CPU op-mode(s): 32-bit, 64-bit +Address sizes: 39 bits physical, 48 bits virtual +Byte Order: Little Endian +CPU(s): 8 +On-line CPU(s) list: 0-7 +Vendor ID: GenuineIntel +Model name: Intel(R) Xeon(R) CPU E3-1535M v5 @ 2.90GHz +CPU family: 6 +Model: 94 +Thread(s) per core: 2 +Core(s) per socket: 4 +Socket(s): 1 +Stepping: 3 +CPU(s) scaling MHz: 91% +CPU max MHz: 3800.0000 +CPU min MHz: 800.0000 +BogoMIPS: 5799.77 +Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities +Virtualization: VT-x +L1d cache: 128 KiB (4 instances) +L1i cache: 128 KiB (4 instances) +L2 cache: 1 MiB (4 instances) +L3 cache: 8 MiB (1 instance) +NUMA node(s): 1 +NUMA node0 CPU(s): 0-7 +Vulnerability Gather data sampling: Vulnerable: No microcode +Vulnerability Ghostwrite: Not affected +Vulnerability Indirect target selection: Not affected +Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages +Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable +Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable +Vulnerability Meltdown: Mitigation; PTI +Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable +Vulnerability Old microcode: Not affected +Vulnerability Reg file data sampling: Not affected +Vulnerability Retbleed: Mitigation; IBRS +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; IBRS; IBPB conditional; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected +Vulnerability Srbds: Mitigation; Microcode +Vulnerability Tsa: Not affected +Vulnerability Tsx async abort: Mitigation; TSX disabled +Vulnerability Vmscape: Mitigation; IBPB before exit to userspace + +--- lscpu cache + $ lscpu -C +NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE +L1d 32K 128K 8 Data 1 64 1 64 +L1i 32K 128K 8 Instruction 1 64 1 64 +L2 256K 1M 4 Unified 2 1024 1 64 +L3 8M 8M 16 Unified 3 8192 1 64 + +--- numactl --hardware + $ numactl --hardware +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- numactl --show + $ numactl --show +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- lspci -nnvv (verbose) + $ lspci -nnvv +00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [8086:1918] (rev 07) + Subsystem: Dell Device [1028:06d9] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: skl_uncore + Kernel modules: ie31200_edac + +00:01.0 PCI bridge [0604]: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 07) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:06d9] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [88] Subsystem: Dell Device [1028:06d9] + Capabilities: [80] 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: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00238 Data: 0000 + Capabilities: [a0] 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 #2, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <8us + ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x16 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #1, PowerLimit 75W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet+ LinkState- + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+ + 10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd- + AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS+ + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq- + 10BitTagReq- OBFF Via WAKE#, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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] 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: [140 v1] Root Complex Link + Desc: PortNumber=02 ComponentID=01 EltType=Config + Link0: Desc: TargetPort=00 TargetComponent=01 AssocRCRB- LinkType=MemMapped LinkValid+ + Addr: 00000000fed19000 + Capabilities: [1c0 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: [d94 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Kernel driver in use: pcieport + Kernel modules: shpchp + +00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 07) + Subsystem: Dell Device [1028:06d9] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: proc_thermal + Kernel modules: processor_thermal_device_pci_legacy + +00:14.0 USB controller [0c03]: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller [8086:a12f] (rev 31) (prog-if 30 [XHCI]) + Subsystem: Dell Device [1028:06d9] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] 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 8GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #6, PowerLimit 10W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet- LinkState+ + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+ + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+ + AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00278 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:06d9] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + 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: [140 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans- + ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- + Capabilities: [220 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Kernel driver in use: pcieport + Kernel modules: shpchp + +00:1c.4 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 [8086:a114] (rev f1) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:06d9] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] 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 #5, Speed 8GT/s, Width x4, ASPM not supported + 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 #8, PowerLimit 25W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+ + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- + Changed: MRL- PresDet- LinkState- + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+ + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+ + AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00298 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:06d9] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + 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: [140 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans- + ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- + Capabilities: [220 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Kernel driver in use: pcieport + Kernel modules: shpchp + +00:1d.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 [8086:a118] (rev f1) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:06d9] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] 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 #9, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 8GT/s, Width x4 + TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #12, PowerLimit 25W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet+ LinkState+ + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+ + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+ + AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+ + EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee002b8 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:06d9] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + 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: [140 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans- + ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- + Capabilities: [220 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Kernel driver in use: pcieport + Kernel modules: shpchp + +00:1f.0 ISA bridge [0601]: Intel Corporation CM236 Chipset LPC/eSPI Controller [8086:a150] (rev 31) + Subsystem: Dell Device [1028:06d9] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- + Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 + Capabilities: [900 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Kernel driver in use: vfio-pci + Kernel modules: nvidiafb, nouveau + +01:00.1 Audio device [0403]: NVIDIA Corporation GM107 High Definition Audio Controller [GeForce 940MX] [10de:0fbc] (rev a1) (prog-if 00 [HDA compatible]) + Subsystem: Dell Device [1028:16d9] + Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- + Capabilities: [168 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [188 v1] Latency Tolerance Reporting + Max snoop latency: 3145728ns + Max no snoop latency: 3145728ns + Capabilities: [190 v1] L1 PM Substates + L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+ + PortCommonModeRestoreTime=10us PortTPowerOnTime=10us + L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1- + T_CommonMode=0us LTR1.2_Threshold=0ns + L1SubCtl2: T_PwrOn=10us + Kernel driver in use: nvme + Kernel modules: nvme + + +--- lspci -tv (tree) + $ lspci -tv +-[0000:00]-+-00.0 Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers + +-01.0-[01]--+-00.0 NVIDIA Corporation GM107GLM [Quadro M2000M] + | \-00.1 NVIDIA Corporation GM107 High Definition Audio Controller [GeForce 940MX] + +-04.0 Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem + +-14.0 Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller + +-14.2 Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem + +-16.0 Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 + +-17.0 Intel Corporation SATA Controller [RAID mode] + +-1c.0-[02]----00.0 Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader + +-1c.4-[03]-- + +-1d.0-[04]----00.0 Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961/SM963 + +-1f.0 Intel Corporation CM236 Chipset LPC/eSPI Controller + +-1f.2 Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller + +-1f.3 Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller + +-1f.4 Intel Corporation 100 Series/C230 Series Chipset Family SMBus + \-1f.6 Intel Corporation Ethernet Connection (2) I219-LM + +--- 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:04.0/numa_node /sys/bus/pci/devices/0000:00:14.0/numa_node /sys/bus/pci/devices/0000:00:14.2/numa_node /sys/bus/pci/devices/0000:00:16.0/numa_node /sys/bus/pci/devices/0000:00:17.0/numa_node /sys/bus/pci/devices/0000:00:1c.0/numa_node /sys/bus/pci/devices/0000:00:1c.4/numa_node /sys/bus/pci/devices/0000:00:1d.0/numa_node /sys/bus/pci/devices/0000:00:1f.0/numa_node /sys/bus/pci/devices/0000:00:1f.2/numa_node /sys/bus/pci/devices/0000:00:1f.3/numa_node /sys/bus/pci/devices/0000:00:1f.4/numa_node /sys/bus/pci/devices/0000:00:1f.6/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:04:00.0/numa_node +-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 0a5c:5832 Broadcom Corp. BCM5880 Secure Applications Processor Smartcard reader +Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub +Bus 002 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet + +--- lshw -short + $ lshw -short +H/W path Device Class Description +============================================================ + system Precision 7510 (06D9) +/0 bus 0692Y5 +/0/0 memory 64KiB BIOS +/0/43 memory 128KiB L1 cache +/0/44 memory 128KiB L1 cache +/0/45 memory 1MiB L2 cache +/0/46 memory 8MiB L3 cache +/0/47 processor Intel(R) Xeon(R) CPU E3-1535M v5 @ 2.90GHz +/0/48 memory 32GiB System Memory +/0/48/0 memory 8GiB SODIMM DDR4 Synchronous 2133 MHz (0.5 ns) +/0/48/1 memory 8GiB SODIMM DDR4 Synchronous 2133 MHz (0.5 ns) +/0/48/2 memory 8GiB SODIMM DDR4 Synchronous 2133 MHz (0.5 ns) +/0/48/3 memory 8GiB SODIMM DDR4 Synchronous 2133 MHz (0.5 ns) +/0/100 bridge Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers +/0/100/1 input6 bridge Video Bus +/0/100/1/0 display GM107GLM [Quadro M2000M] +/0/100/1/0.1 multimedia GM107 High Definition Audio Controller [GeForce 940MX] +/0/100/4 generic Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem +/0/100/14 bus 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller +/0/100/14/0 usb1 bus xHCI Host Controller +/0/100/14/0/a generic 5880 +/0/100/14/1 usb2 bus xHCI Host Controller +/0/100/14/1/1 communication AX88179A +/0/100/14.2 generic 100 Series/C230 Series Chipset Family Thermal Subsystem +/0/100/16 communication 100 Series/C230 Series Chipset Family MEI Controller #1 +/0/100/17 storage SATA Controller [RAID mode] +/0/100/1c bridge 100 Series/C230 Series Chipset Family PCI Express Root Port #3 +/0/100/1c/0 mmc0 bus RTS525A PCI Express Card Reader +/0/100/1c.4 bridge 100 Series/C230 Series Chipset Family PCI Express Root Port #5 +/0/100/1d bridge 100 Series/C230 Series Chipset Family PCI Express Root Port #9 +/0/100/1d/0 /dev/nvme0 storage PM961 NVMe SAMSUNG 512GB +/0/100/1d/0/0 hwmon3 disk NVMe disk +/0/100/1d/0/2 /dev/ng0n1 disk NVMe disk +/0/100/1d/0/1 /dev/nvme0n1 disk 512GB NVMe disk +/0/100/1d/0/1/1 /dev/nvme0n1p1 volume 1006KiB BIOS Boot partition +/0/100/1d/0/1/2 /dev/nvme0n1p2 volume 1023MiB Windows FAT volume +/0/100/1d/0/1/3 /dev/nvme0n1p3 volume 475GiB LVM Physical Volume +/0/100/1f bridge CM236 Chipset LPC/eSPI Controller +/0/100/1f/0 system PnP device PNP0b00 +/0/100/1f/1 input PnP device PNP0303 +/0/100/1f/2 generic PnP device DLL06d9 +/0/100/1f/3 printer PnP device PNP0401 +/0/100/1f.2 memory Memory controller +/0/100/1f.3 card0 multimedia 100 Series/C230 Series Chipset Family HD Audio Controller +/0/100/1f.3/0 input16 input HDA Intel PCH Headphone Mic +/0/100/1f.3/1 input17 input HDA Intel PCH Dock Mic +/0/100/1f.3/2 input18 input HDA Intel PCH Dock Line Out +/0/100/1f.4 bus 100 Series/C230 Series Chipset Family SMBus +/0/100/1f.6 nic0 network Ethernet Connection (2) I219-LM +/1 power DELL 1V0PP77 +/2 input0 input Lid Switch +/3 input1 input Power Button +/4 input10 input PC Speaker +/5 input11 input Dell WMI hotkeys +/6 input2 input Sleep Button +/7 input3 input Power Button +/8 input4 input AT Translated Set 2 keyboard +/9 input7 input AlpsPS/2 ALPS DualPoint TouchPad +/a input8 input AlpsPS/2 ALPS DualPoint Stick +/b input9 input DELL Wireless hotkeys +/c enx8cae4ccda774 network Ethernet interface + +--- PCIe AER errors + [missing: /sys/bus/pci/devices/0000:00:01.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: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 + [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 + 8 performance + +--- scaling_driver / available governors / freq limits + $ for f in /sys/devices/system/cpu/cpu0/cpufreq/*; do + [ -r "$f" ] || continue + [ -d "$f" ] && continue + printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" +done +affected_cpus = 0 +base_frequency = 2900000 +cpuinfo_avg_freq = 3519736 +cpuinfo_max_freq = 3800000 +cpuinfo_min_freq = 800000 +cpuinfo_transition_latency = 0 +energy_performance_available_preferences = default performance balance_performance balance_power power +energy_performance_preference = performance +related_cpus = 0 +scaling_available_governors = performance powersave +scaling_cur_freq = 3473689 +scaling_driver = intel_pstate +scaling_governor = performance +scaling_max_freq = 3800000 +scaling_min_freq = 800000 +scaling_setspeed = + +--- 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: active +intel_pstate no_turbo: 0 +intel_pstate turbo_pct: 30 +intel_pstate max_perf_pct: 100 +intel_pstate min_perf_pct: 100 +EPB (energy_perf_bias) per cpu: + 8 cpu : 0 +EPP (energy_performance_preference) per cpu: + 8 cpu : performance +available EPP: +default performance balance_performance balance_power power + +--- cpupower frequency-info + $ cpupower frequency-info +analyzing CPU 1: + driver: intel_pstate + CPUs which run at the same hardware frequency: 1 + CPUs which need to have their frequency coordinated by software: 1 + maximum transition latency: Cannot determine or is not supported. + hardware limits: 800 MHz - 3.80 GHz + available cpufreq governors: performance powersave + current policy: frequency should be within 800 MHz and 3.80 GHz. + The governor "performance" may decide which speed to use + within this range. + current CPU frequency: Unable to call hardware + current CPU frequency: 3.56 GHz (asserted by call to kernel) + boost state support: + Supported: yes + Active: yes + +--- turbostat snapshot + $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 +1.002068 sec +Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp +- - 0.24 3579 2904 751 39 40 +0 0 0.38 3630 2904 104 39 40 +0 4 0.41 3636 2904 226 +1 1 0.26 3552 2904 70 39 +1 5 0.22 3486 2904 78 +2 2 0.20 3617 2904 52 39 +2 6 0.18 3518 2904 82 +3 3 0.05 3345 2904 31 39 +3 7 0.26 3570 2904 108 + +--- x86_energy_perf_policy -r + $ x86_energy_perf_policy -r +cpu0: EPB 0 +cpu0: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu0: HWP_CAP: low 1 eff 9 guar 29 high 38 +cpu1: EPB 0 +cpu1: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu1: HWP_CAP: low 1 eff 9 guar 29 high 38 +cpu2: EPB 0 +cpu2: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu2: HWP_CAP: low 1 eff 9 guar 29 high 38 +cpu3: EPB 0 +cpu3: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu3: HWP_CAP: low 1 eff 9 guar 29 high 38 +cpu4: EPB 0 +cpu4: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu4: HWP_CAP: low 1 eff 9 guar 29 high 38 +cpu5: EPB 0 +cpu5: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu5: HWP_CAP: low 1 eff 9 guar 29 high 38 +cpu6: EPB 0 +cpu6: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu6: HWP_CAP: low 1 eff 9 guar 29 high 38 +cpu7: EPB 0 +cpu7: HWP_REQ: min 38 max 38 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu7: HWP_CAP: low 1 eff 9 guar 29 high 38 + +--- 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=3616860us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=226165856us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=1037228596us + C3 : MWAIT 0x10 disabled=0 latency=70us residency=2778861272us + C6 : MWAIT 0x20 disabled=0 latency=85us residency=12189755379us + C7s : MWAIT 0x33 disabled=0 latency=124us residency=0us + C8 : MWAIT 0x40 disabled=0 latency=200us residency=17132512528us + C9 : MWAIT 0x50 disabled=0 latency=480us residency=1053573090us + C10 : MWAIT 0x60 disabled=0 latency=890us residency=129125180979us + +--- 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 +[96388.679763] audit: type=1400 audit(1785024802.077:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96686.032763] audit: type=1400 audit(1785025099.432:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96686.035331] audit: type=1400 audit(1785025099.434:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96686.094315] audit: type=1400 audit(1785025099.493:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96914.926912] audit: type=1400 audit(1785025328.327:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96914.929230] audit: type=1400 audit(1785025328.329:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96915.025391] audit: type=1400 audit(1785025328.425:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97148.153342] audit: type=1400 audit(1785025561.555:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97148.155790] audit: type=1400 audit(1785025561.557:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97148.262749] audit: type=1400 audit(1785025561.664:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97414.934989] audit: type=1400 audit(1785025828.338:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97414.937466] audit: type=1400 audit(1785025828.340:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97415.037521] audit: type=1400 audit(1785025828.440:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97656.448615] audit: type=1400 audit(1785026069.853:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97656.451540] audit: type=1400 audit(1785026069.856:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97656.501239] audit: type=1400 audit(1785026069.906:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97936.500434] audit: type=1400 audit(1785026349.906:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97936.502928] audit: type=1400 audit(1785026349.909:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97936.613489] audit: type=1400 audit(1785026350.019:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98203.196262] audit: type=1400 audit(1785026616.604:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98203.198610] audit: type=1400 audit(1785026616.606:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98203.268477] audit: type=1400 audit(1785026616.676:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98440.084516] audit: type=1400 audit(1785026853.493:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98440.087095] audit: type=1400 audit(1785026853.496:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98440.148462] audit: type=1400 audit(1785026853.557:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98693.328351] audit: type=1400 audit(1785027106.739:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98693.330719] audit: type=1400 audit(1785027106.741:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98693.407245] audit: type=1400 audit(1785027106.818:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98977.315262] audit: type=1400 audit(1785027390.727:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98977.317866] audit: type=1400 audit(1785027390.730:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98977.368391] audit: type=1400 audit(1785027390.780:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99267.570857] audit: type=1400 audit(1785027680.985:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99267.573520] audit: type=1400 audit(1785027680.988:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99267.674865] audit: type=1400 audit(1785027681.088:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99512.769007] audit: type=1400 audit(1785027926.184:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99512.771594] audit: type=1400 audit(1785027926.187:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99512.873527] audit: type=1400 audit(1785027926.289:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99778.303264] audit: type=1400 audit(1785028191.720:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99778.305690] audit: type=1400 audit(1785028191.722:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99778.355793] audit: type=1400 audit(1785028191.772:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100034.362502] audit: type=1400 audit(1785028447.781:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100034.365095] audit: type=1400 audit(1785028447.783:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100034.415874] audit: type=1400 audit(1785028447.834:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100272.803897] audit: type=1400 audit(1785028686.224:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100272.806220] audit: type=1400 audit(1785028686.226:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100272.908024] audit: type=1400 audit(1785028686.328:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100531.022060] audit: type=1400 audit(1785028944.443:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100531.024655] audit: type=1400 audit(1785028944.446:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100531.072640] audit: type=1400 audit(1785028944.494:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100813.466186] audit: type=1400 audit(1785029226.889:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100813.468494] audit: type=1400 audit(1785029226.891:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100813.523033] audit: type=1400 audit(1785029226.946:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101055.223353] audit: type=1400 audit(1785029468.648:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101055.225647] audit: type=1400 audit(1785029468.650:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101055.336395] audit: type=1400 audit(1785029468.760:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101294.826113] audit: type=1400 audit(1785029708.252:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101294.828362] audit: type=1400 audit(1785029708.255:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101294.930988] audit: type=1400 audit(1785029708.357:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101535.369149] audit: type=1400 audit(1785029948.796:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101535.371765] audit: type=1400 audit(1785029948.799:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101535.477745] audit: type=1400 audit(1785029948.905:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101769.365011] audit: type=1400 audit(1785030182.793:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101769.367414] audit: type=1400 audit(1785030182.796:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101769.475704] audit: type=1400 audit(1785030182.904:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102011.171212] audit: type=1400 audit(1785030424.601:1297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102011.173599] audit: type=1400 audit(1785030424.603:1298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102011.280983] audit: type=1400 audit(1785030424.711:1299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102304.666382] audit: type=1400 audit(1785030718.098:1300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102304.671854] audit: type=1400 audit(1785030718.103:1301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102304.730337] audit: type=1400 audit(1785030718.162:1302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102580.637211] audit: type=1400 audit(1785030994.070:1303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102580.639419] audit: type=1400 audit(1785030994.073:1304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102580.689783] audit: type=1400 audit(1785030994.123:1305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102838.138482] audit: type=1400 audit(1785031251.573:1306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102838.140549] audit: type=1400 audit(1785031251.575:1307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102838.190811] audit: type=1400 audit(1785031251.625:1308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103122.289751] audit: type=1400 audit(1785031535.726:1309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103122.298294] audit: type=1400 audit(1785031535.734:1310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103122.405677] audit: type=1400 audit(1785031535.842:1311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103405.892223] audit: type=1400 audit(1785031819.330:1312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103405.903684] audit: type=1400 audit(1785031819.342:1313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103405.959052] audit: type=1400 audit(1785031819.397:1314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103694.004544] audit: type=1400 audit(1785032107.444:1315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103694.015672] audit: type=1400 audit(1785032107.455:1316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103694.061920] audit: type=1400 audit(1785032107.501:1317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103981.410510] audit: type=1400 audit(1785032394.851:1318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103981.424164] audit: type=1400 audit(1785032394.865:1319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103981.529691] audit: type=1400 audit(1785032394.970:1320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104241.745240] audit: type=1400 audit(1785032655.187:1321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104241.753563] audit: type=1400 audit(1785032655.196:1322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104241.814530] audit: type=1400 audit(1785032655.257:1323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104507.474131] audit: type=1400 audit(1785032920.918:1324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104507.490535] audit: type=1400 audit(1785032920.935:1325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104507.598220] audit: type=1400 audit(1785032921.042:1326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104792.852119] audit: type=1400 audit(1785033206.297:1327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104792.860445] audit: type=1400 audit(1785033206.306:1328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104792.969682] audit: type=1400 audit(1785033206.415:1329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105054.124570] audit: type=1400 audit(1785033467.571:1330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105054.131224] audit: type=1400 audit(1785033467.578:1331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105054.175091] audit: type=1400 audit(1785033467.622:1332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105320.507533] audit: type=1400 audit(1785033733.956:1333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105320.518686] audit: type=1400 audit(1785033733.967:1334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105320.578781] audit: type=1400 audit(1785033734.027:1335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105564.507936] audit: type=1400 audit(1785033977.958:1336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105564.515590] audit: type=1400 audit(1785033977.965:1337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105564.575676] audit: type=1400 audit(1785033978.025:1338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105853.920072] audit: type=1400 audit(1785034267.371:1339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105853.931269] audit: type=1400 audit(1785034267.383:1340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105854.037689] audit: type=1400 audit(1785034267.489:1341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106148.051079] audit: type=1400 audit(1785034561.504:1342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106148.074357] audit: type=1400 audit(1785034561.527:1343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106148.178800] audit: type=1400 audit(1785034561.632:1344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106440.496081] audit: type=1400 audit(1785034853.951:1345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106440.505075] audit: type=1400 audit(1785034853.960:1346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106440.565489] audit: type=1400 audit(1785034854.020:1347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106698.617133] audit: type=1400 audit(1785035112.073:1348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106698.625008] audit: type=1400 audit(1785035112.081:1349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106698.675406] audit: type=1400 audit(1785035112.132:1350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106970.349122] audit: type=1400 audit(1785035383.807:1351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106970.359737] audit: type=1400 audit(1785035383.817:1352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106970.460331] audit: type=1400 audit(1785035383.918:1353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107212.897021] audit: type=1400 audit(1785035626.356:1354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107212.916073] audit: type=1400 audit(1785035626.375:1355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107212.971224] audit: type=1400 audit(1785035626.430:1356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107468.011062] audit: type=1400 audit(1785035881.472:1357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107468.026988] audit: type=1400 audit(1785035881.488:1358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107468.139542] audit: type=1400 audit(1785035881.600:1359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107720.964459] audit: type=1400 audit(1785036134.427:1360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107720.973397] audit: type=1400 audit(1785036134.436:1361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107721.077692] audit: type=1400 audit(1785036134.540:1362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107996.309629] audit: type=1400 audit(1785036409.774:1363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107996.320230] audit: type=1400 audit(1785036409.784:1364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107996.428011] audit: type=1400 audit(1785036409.892:1365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108239.320499] audit: type=1400 audit(1785036652.786:1366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108239.335456] audit: type=1400 audit(1785036652.801:1367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108239.443896] audit: type=1400 audit(1785036652.909:1368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108518.939378] audit: type=1400 audit(1785036932.407:1369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108518.949583] audit: type=1400 audit(1785036932.416:1370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108519.058984] audit: type=1400 audit(1785036932.526:1371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108769.903463] audit: type=1400 audit(1785037183.372:1372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108769.914376] audit: type=1400 audit(1785037183.383:1373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108769.988456] audit: type=1400 audit(1785037183.457:1374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109055.928702] audit: type=1400 audit(1785037469.399:1375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109055.936813] audit: type=1400 audit(1785037469.407:1376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109056.048069] audit: type=1400 audit(1785037469.518:1377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109336.148124] audit: type=1400 audit(1785037749.620:1378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109336.167681] audit: type=1400 audit(1785037749.640:1379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109336.236126] audit: type=1400 audit(1785037749.708:1380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109569.068442] audit: type=1400 audit(1785037982.541:1381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109569.081525] audit: type=1400 audit(1785037982.554:1382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109569.143359] audit: type=1400 audit(1785037982.616:1383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109862.858050] audit: type=1400 audit(1785038276.333:1384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109862.869786] audit: type=1400 audit(1785038276.344:1385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109862.919056] audit: type=1400 audit(1785038276.394:1386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110094.720301] audit: type=1400 audit(1785038508.196:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110094.731795] audit: type=1400 audit(1785038508.208:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110094.789079] audit: type=1400 audit(1785038508.265:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110333.180292] audit: type=1400 audit(1785038746.658:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110333.196088] audit: type=1400 audit(1785038746.674:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110333.308763] audit: type=1400 audit(1785038746.786:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110594.663707] audit: type=1400 audit(1785039008.143:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110594.671792] audit: type=1400 audit(1785039008.151:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110594.715600] audit: type=1400 audit(1785039008.195:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110862.427749] audit: type=1400 audit(1785039275.909:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110862.443912] audit: type=1400 audit(1785039275.925:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110862.551840] audit: type=1400 audit(1785039276.032:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111102.840039] audit: type=1400 audit(1785039516.322:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111102.848154] audit: type=1400 audit(1785039516.330:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111102.900779] audit: type=1400 audit(1785039516.383:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111355.852237] audit: type=1400 audit(1785039769.336:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111355.863059] audit: type=1400 audit(1785039769.346:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111355.937927] audit: type=1400 audit(1785039769.422:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111586.005819] audit: type=1400 audit(1785039999.491:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111586.016698] audit: type=1400 audit(1785039999.502:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111586.117671] audit: type=1400 audit(1785039999.602:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111860.792256] audit: type=1400 audit(1785040274.279:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111860.807749] audit: type=1400 audit(1785040274.294:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111860.854057] audit: type=1400 audit(1785040274.341:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112123.689728] audit: type=1400 audit(1785040537.178:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112123.697910] audit: type=1400 audit(1785040537.186:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112123.746815] audit: type=1400 audit(1785040537.235:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112420.587261] audit: type=1400 audit(1785040834.077:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112420.603675] audit: type=1400 audit(1785040834.094:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112420.707724] audit: type=1400 audit(1785040834.197:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112715.575846] audit: type=1400 audit(1785041129.067:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112715.592245] audit: type=1400 audit(1785041129.084:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112715.670825] audit: type=1400 audit(1785041129.162:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112959.781821] audit: type=1400 audit(1785041373.275:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112959.790681] audit: type=1400 audit(1785041373.284:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112959.897534] audit: type=1400 audit(1785041373.390:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113226.970669] audit: type=1400 audit(1785041640.466:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113226.979354] audit: type=1400 audit(1785041640.474:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113227.024715] audit: type=1400 audit(1785041640.519:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113482.212224] audit: type=1400 audit(1785041895.708:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113482.227508] audit: type=1400 audit(1785041895.724:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113482.278128] audit: type=1400 audit(1785041895.774:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113715.970343] audit: type=1400 audit(1785042129.468:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113715.983198] audit: type=1400 audit(1785042129.481:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113716.092725] audit: type=1400 audit(1785042129.589:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113971.008071] audit: type=1400 audit(1785042384.507:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113971.023532] audit: type=1400 audit(1785042384.522:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113971.125882] audit: type=1400 audit(1785042384.625:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114244.127229] audit: type=1400 audit(1785042657.628:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114244.135994] audit: type=1400 audit(1785042657.636:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114244.181179] audit: type=1400 audit(1785042657.682:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114498.477767] audit: type=1400 audit(1785042911.980:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114498.488407] audit: type=1400 audit(1785042911.990:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114498.548350] audit: type=1400 audit(1785042912.050:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114775.300224] audit: type=1400 audit(1785043188.804:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114775.316301] audit: type=1400 audit(1785043188.820:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114775.359681] audit: type=1400 audit(1785043188.863:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115025.753662] audit: type=1400 audit(1785043439.259:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115025.762242] audit: type=1400 audit(1785043439.267:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115025.870880] audit: type=1400 audit(1785043439.376:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115298.849169] audit: type=1400 audit(1785043712.356:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115298.859421] audit: type=1400 audit(1785043712.367:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115298.965619] audit: type=1400 audit(1785043712.472:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115542.094595] audit: type=1400 audit(1785043955.603:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115542.110749] audit: type=1400 audit(1785043955.619:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115542.162915] audit: type=1400 audit(1785043955.671:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115841.097751] audit: type=1400 audit(1785044254.608:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115841.113221] audit: type=1400 audit(1785044254.623:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115841.175723] audit: type=1400 audit(1785044254.686:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116140.575860] audit: type=1400 audit(1785044554.088:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116140.591326] audit: type=1400 audit(1785044554.103:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116140.659782] audit: type=1400 audit(1785044554.171:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116382.385472] audit: type=1400 audit(1785044795.899:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116382.401179] audit: type=1400 audit(1785044795.914:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116382.504569] audit: type=1400 audit(1785044796.018:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116648.109094] audit: type=1400 audit(1785045061.624:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116648.125335] audit: type=1400 audit(1785045061.640:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116648.229494] audit: type=1400 audit(1785045061.744:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116898.643468] audit: type=1400 audit(1785045312.160:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116898.651848] audit: type=1400 audit(1785045312.168:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116898.759089] audit: type=1400 audit(1785045312.275:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117190.819965] audit: type=1400 audit(1785045604.338:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117190.837795] audit: type=1400 audit(1785045604.356:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117190.950563] audit: type=1400 audit(1785045604.468:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117442.673704] audit: type=1400 audit(1785045856.193:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117442.682028] audit: type=1400 audit(1785045856.201:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117442.787773] audit: type=1400 audit(1785045856.307:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117684.718427] audit: type=1400 audit(1785046098.240:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117684.727230] audit: type=1400 audit(1785046098.248:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117684.787732] audit: type=1400 audit(1785046098.309:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117924.029267] audit: type=1400 audit(1785046337.551:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117924.040451] audit: type=1400 audit(1785046337.563:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117924.090552] audit: type=1400 audit(1785046337.613:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118202.387961] audit: type=1400 audit(1785046615.912:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118202.403784] audit: type=1400 audit(1785046615.928:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118202.453528] audit: type=1400 audit(1785046615.977:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118447.412191] audit: type=1400 audit(1785046860.937:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118447.420823] audit: type=1400 audit(1785046860.946:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118447.534539] audit: type=1400 audit(1785046861.060:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118699.379104] audit: type=1400 audit(1785047112.906:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118699.394696] audit: type=1400 audit(1785047112.921:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118699.502083] audit: type=1400 audit(1785047113.029:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118973.125762] audit: type=1400 audit(1785047386.654:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118973.150424] audit: type=1400 audit(1785047386.679:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118973.217662] audit: type=1400 audit(1785047386.746:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119255.452466] audit: type=1400 audit(1785047668.982:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119255.468211] audit: type=1400 audit(1785047668.998:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119255.518252] audit: type=1400 audit(1785047669.048:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119554.506010] audit: type=1400 audit(1785047968.038:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119554.514307] audit: type=1400 audit(1785047968.046:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119554.623219] audit: type=1400 audit(1785047968.155:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119782.568786] audit: type=1400 audit(1785048196.102:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119782.579784] audit: type=1400 audit(1785048196.113:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119782.639506] audit: type=1400 audit(1785048196.173:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120009.766379] audit: type=1400 audit(1785048423.301:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120009.775001] audit: type=1400 audit(1785048423.309:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120009.883479] audit: type=1400 audit(1785048423.418:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120280.609081] audit: type=1400 audit(1785048694.145:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120280.624567] audit: type=1400 audit(1785048694.160:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120280.726871] audit: type=1400 audit(1785048694.263:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120565.758071] audit: type=1400 audit(1785048979.296:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120565.767449] audit: type=1400 audit(1785048979.305:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120565.834483] audit: type=1400 audit(1785048979.372:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120860.449375] audit: type=1400 audit(1785049273.989:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120860.457790] audit: type=1400 audit(1785049273.997:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120860.502805] audit: type=1400 audit(1785049274.042:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121127.962469] audit: type=1400 audit(1785049541.504:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121127.973488] audit: type=1400 audit(1785049541.514:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121128.024505] audit: type=1400 audit(1785049541.565:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121391.950284] audit: type=1400 audit(1785049805.493:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121391.956841] audit: type=1400 audit(1785049805.499:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121392.057388] audit: type=1400 audit(1785049805.600:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121633.379834] audit: type=1400 audit(1785050046.924:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121633.395605] audit: type=1400 audit(1785050046.939:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121633.449912] audit: type=1400 audit(1785050046.994:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121876.286730] audit: type=1400 audit(1785050289.832:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121876.311645] audit: type=1400 audit(1785050289.857:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121876.361046] audit: type=1400 audit(1785050289.906:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122170.707177] audit: type=1400 audit(1785050584.254:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122170.716518] audit: type=1400 audit(1785050584.264:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122170.775754] audit: type=1400 audit(1785050584.323:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122408.461321] audit: type=1400 audit(1785050822.010:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122408.475900] audit: type=1400 audit(1785050822.024:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122408.577567] audit: type=1400 audit(1785050822.126:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122657.280356] audit: type=1400 audit(1785051070.830:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122657.288211] audit: type=1400 audit(1785051070.838:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122657.397510] audit: type=1400 audit(1785051070.947:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122903.663333] audit: type=1400 audit(1785051317.215:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122903.676262] audit: type=1400 audit(1785051317.228:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122903.729855] audit: type=1400 audit(1785051317.281:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123142.030416] audit: type=1400 audit(1785051555.583:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123142.038319] audit: type=1400 audit(1785051555.591:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123142.082611] audit: type=1400 audit(1785051555.635:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123392.654543] audit: type=1400 audit(1785051806.209:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123392.665885] audit: type=1400 audit(1785051806.220:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123392.734417] audit: type=1400 audit(1785051806.289:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123631.893412] audit: type=1400 audit(1785052045.449:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123631.904743] audit: type=1400 audit(1785052045.461:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123631.951779] audit: type=1400 audit(1785052045.507:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123909.598362] audit: type=1400 audit(1785052323.156:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123909.606943] audit: type=1400 audit(1785052323.164:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123909.709201] audit: type=1400 audit(1785052323.266:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124165.166479] audit: type=1400 audit(1785052578.726:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124165.181676] audit: type=1400 audit(1785052578.740:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124165.231046] audit: type=1400 audit(1785052578.790:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124453.885788] audit: type=1400 audit(1785052867.446:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124453.897405] audit: type=1400 audit(1785052867.458:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124454.006958] audit: type=1400 audit(1785052867.567:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124690.320431] audit: type=1400 audit(1785053103.883:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124690.341454] audit: type=1400 audit(1785053103.903:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124690.398276] audit: type=1400 audit(1785053103.960:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124954.938867] audit: type=1400 audit(1785053368.502:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124954.954838] audit: type=1400 audit(1785053368.518:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124955.067001] audit: type=1400 audit(1785053368.630:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125202.487886] audit: type=1400 audit(1785053616.053:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125202.496870] audit: type=1400 audit(1785053616.062:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125202.603789] audit: type=1400 audit(1785053616.169:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125502.764109] audit: type=1400 audit(1785053916.331:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125502.784756] audit: type=1400 audit(1785053916.352:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125502.835283] audit: type=1400 audit(1785053916.402:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125737.020398] audit: type=1400 audit(1785054150.588:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125737.028870] audit: type=1400 audit(1785054150.597:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125737.133342] audit: type=1400 audit(1785054150.701:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125975.323562] audit: type=1400 audit(1785054388.893:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125975.338620] audit: type=1400 audit(1785054388.908:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125975.401647] audit: type=1400 audit(1785054388.971:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126254.014437] audit: type=1400 audit(1785054667.586:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126254.022857] audit: type=1400 audit(1785054667.594:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126254.067781] audit: type=1400 audit(1785054667.639:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126541.050575] audit: type=1400 audit(1785054954.624:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126541.059115] audit: type=1400 audit(1785054954.632:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126541.116336] audit: type=1400 audit(1785054954.689:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126777.716694] audit: type=1400 audit(1785055191.291:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126777.725623] audit: type=1400 audit(1785055191.300:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126777.828193] audit: type=1400 audit(1785055191.402:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127036.788203] audit: type=1400 audit(1785055450.364:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127036.797038] audit: type=1400 audit(1785055450.373:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127036.905494] audit: type=1400 audit(1785055450.481:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127291.830213] audit: type=1400 audit(1785055705.407:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127291.840892] audit: type=1400 audit(1785055705.418:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127291.948710] audit: type=1400 audit(1785055705.526:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127575.208429] audit: type=1400 audit(1785055988.787:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127575.224595] audit: type=1400 audit(1785055988.804:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127575.275333] audit: type=1400 audit(1785055988.854:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127812.128927] audit: type=1400 audit(1785056225.709:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127812.145171] audit: type=1400 audit(1785056225.725:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127812.205676] audit: type=1400 audit(1785056225.786:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128041.829262] audit: type=1400 audit(1785056455.411:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128041.840276] audit: type=1400 audit(1785056455.422:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128041.890262] audit: type=1400 audit(1785056455.472:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128320.447787] audit: type=1400 audit(1785056734.031:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128320.463230] audit: type=1400 audit(1785056734.046:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128320.513340] audit: type=1400 audit(1785056734.096:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128599.232047] audit: type=1400 audit(1785057012.817:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128599.239921] audit: type=1400 audit(1785057012.825:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128599.290662] audit: type=1400 audit(1785057012.875:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128849.504955] audit: type=1400 audit(1785057263.091:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128849.520160] audit: type=1400 audit(1785057263.106:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128849.581071] audit: type=1400 audit(1785057263.167:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129126.590053] audit: type=1400 audit(1785057540.178:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129126.604237] audit: type=1400 audit(1785057540.192:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129126.715332] audit: type=1400 audit(1785057540.303:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129424.196646] audit: type=1400 audit(1785057837.786:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129424.207754] audit: type=1400 audit(1785057837.797:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129424.271494] audit: type=1400 audit(1785057837.861:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129710.063857] audit: type=1400 audit(1785058123.655:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129710.078575] audit: type=1400 audit(1785058123.670:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129710.130954] audit: type=1400 audit(1785058123.722:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129986.131603] audit: type=1400 audit(1785058399.725:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129986.144225] audit: type=1400 audit(1785058399.737:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129986.190763] audit: type=1400 audit(1785058399.784:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130242.580512] audit: type=1400 audit(1785058656.175:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130242.596167] audit: type=1400 audit(1785058656.191:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130242.700498] audit: type=1400 audit(1785058656.295:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130512.408601] audit: type=1400 audit(1785058926.005:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130512.415766] audit: type=1400 audit(1785058926.012:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130512.468684] audit: type=1400 audit(1785058926.065:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130748.755574] audit: type=1400 audit(1785059162.354:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130748.771091] audit: type=1400 audit(1785059162.369:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130748.825510] audit: type=1400 audit(1785059162.424:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131039.116386] audit: type=1400 audit(1785059452.715:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131039.131437] audit: type=1400 audit(1785059452.731:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131039.181531] audit: type=1400 audit(1785059452.781:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131304.911652] audit: type=1400 audit(1785059718.512:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131304.920116] audit: type=1400 audit(1785059718.521:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131305.020743] audit: type=1400 audit(1785059718.621:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131533.208159] audit: type=1400 audit(1785059946.810:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131533.228103] audit: type=1400 audit(1785059946.830:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131533.277504] audit: type=1400 audit(1785059946.880:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131779.707389] audit: type=1400 audit(1785060193.312:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131779.718461] audit: type=1400 audit(1785060193.323:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131779.778814] audit: type=1400 audit(1785060193.382:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132074.737193] audit: type=1400 audit(1785060488.342:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132074.749558] audit: type=1400 audit(1785060488.355:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132074.850983] audit: type=1400 audit(1785060488.456:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132363.953767] audit: type=1400 audit(1785060777.561:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132363.962489] audit: type=1400 audit(1785060777.570:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132364.011880] audit: type=1400 audit(1785060777.619:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132641.288963] audit: type=1400 audit(1785061054.898:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132641.304122] audit: type=1400 audit(1785061054.913:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132641.409689] audit: type=1400 audit(1785061055.018:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132924.920080] audit: type=1400 audit(1785061338.530:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132924.929258] audit: type=1400 audit(1785061338.539:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132925.029827] audit: type=1400 audit(1785061338.640:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133173.321031] audit: type=1400 audit(1785061586.933:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133173.328879] audit: type=1400 audit(1785061586.941:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133173.378997] audit: type=1400 audit(1785061586.991:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133461.232443] audit: type=1400 audit(1785061874.847:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133461.246842] audit: type=1400 audit(1785061874.861:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133461.297344] audit: type=1400 audit(1785061874.912:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133690.864862] audit: type=1400 audit(1785062104.480:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133690.881739] audit: type=1400 audit(1785062104.497:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133690.985933] audit: type=1400 audit(1785062104.601:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133978.855223] audit: type=1400 audit(1785062392.472:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133978.865597] audit: type=1400 audit(1785062392.483:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133978.977101] audit: type=1400 audit(1785062392.594:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134234.319615] audit: type=1400 audit(1785062647.938:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134234.328437] audit: type=1400 audit(1785062647.946:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134234.436244] audit: type=1400 audit(1785062648.054:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134472.677227] audit: type=1400 audit(1785062886.297:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134472.693010] audit: type=1400 audit(1785062886.312:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134472.797226] audit: type=1400 audit(1785062886.417:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134761.443553] audit: type=1400 audit(1785063175.065:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134761.451721] audit: type=1400 audit(1785063175.073:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134761.501941] audit: type=1400 audit(1785063175.123:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134999.807160] audit: type=1400 audit(1785063413.430:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134999.820268] audit: type=1400 audit(1785063413.443:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134999.871276] audit: type=1400 audit(1785063413.494:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135238.541371] audit: type=1400 audit(1785063652.165:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135238.550337] audit: type=1400 audit(1785063652.174:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135238.600261] audit: type=1400 audit(1785063652.224:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135481.630312] audit: type=1400 audit(1785063895.257:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135481.639264] audit: type=1400 audit(1785063895.265:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135481.689322] audit: type=1400 audit(1785063895.316:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135770.048599] audit: type=1400 audit(1785064183.676:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135770.057075] audit: type=1400 audit(1785064183.684:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135770.101600] audit: type=1400 audit(1785064183.729:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136051.426388] audit: type=1400 audit(1785064465.055:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136051.437827] audit: type=1400 audit(1785064465.067:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136051.547250] audit: type=1400 audit(1785064465.176:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136282.675691] audit: type=1400 audit(1785064696.306:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136282.691167] audit: type=1400 audit(1785064696.321:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136282.795753] audit: type=1400 audit(1785064696.426:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136514.541158] audit: type=1400 audit(1785064928.173:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136514.549449] audit: type=1400 audit(1785064928.181:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136514.597939] audit: type=1400 audit(1785064928.230:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136780.953581] audit: type=1400 audit(1785065194.587:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136780.969731] audit: type=1400 audit(1785065194.603:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136781.031514] audit: type=1400 audit(1785065194.665:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137074.579484] audit: type=1400 audit(1785065488.214:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137074.589100] audit: type=1400 audit(1785065488.224:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137074.701295] audit: type=1400 audit(1785065488.336:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137329.833886] audit: type=1400 audit(1785065743.471:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137329.842505] audit: type=1400 audit(1785065743.480:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137329.897633] audit: type=1400 audit(1785065743.535:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137564.522056] audit: type=1400 audit(1785065978.160:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137564.531630] audit: type=1400 audit(1785065978.169:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137564.641818] audit: type=1400 audit(1785065978.280:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137795.626322] audit: type=1400 audit(1785066209.266:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137795.640235] audit: type=1400 audit(1785066209.279:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137795.692230] audit: type=1400 audit(1785066209.331:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138068.145620] audit: type=1400 audit(1785066481.787:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138068.156758] audit: type=1400 audit(1785066481.798:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138068.210550] audit: type=1400 audit(1785066481.851:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138348.710899] audit: type=1400 audit(1785066762.353:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138348.721233] audit: type=1400 audit(1785066762.364:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138348.781670] audit: type=1400 audit(1785066762.424:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138599.261145] audit: type=1400 audit(1785067012.905:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138599.276763] audit: type=1400 audit(1785067012.921:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138599.328190] audit: type=1400 audit(1785067012.972:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138873.849142] audit: type=1400 audit(1785067287.495:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138873.857785] audit: type=1400 audit(1785067287.503:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138873.964512] audit: type=1400 audit(1785067287.610:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139158.002457] audit: type=1400 audit(1785067571.651:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139158.017257] audit: type=1400 audit(1785067571.665:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139158.124185] audit: type=1400 audit(1785067571.772:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139427.762868] audit: type=1400 audit(1785067841.412:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139427.771967] audit: type=1400 audit(1785067841.421:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139427.885967] audit: type=1400 audit(1785067841.535:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139660.856565] audit: type=1400 audit(1785068074.507:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139660.864879] audit: type=1400 audit(1785068074.516:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139660.916218] audit: type=1400 audit(1785068074.568:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139916.076867] audit: type=1400 audit(1785068329.729:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139916.092673] audit: type=1400 audit(1785068329.745:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139916.179652] audit: type=1400 audit(1785068329.832:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140178.638344] audit: type=1400 audit(1785068592.293:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140178.653545] audit: type=1400 audit(1785068592.308:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140178.763278] audit: type=1400 audit(1785068592.417:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140409.169376] audit: type=1400 audit(1785068822.824:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140409.184181] audit: type=1400 audit(1785068822.839:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140409.245517] audit: type=1400 audit(1785068822.901:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140672.398228] audit: type=1400 audit(1785069086.055:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140672.415075] audit: type=1400 audit(1785069086.072:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140672.464860] audit: type=1400 audit(1785069086.121:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140971.270538] audit: type=1400 audit(1785069384.929:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140971.285888] audit: type=1400 audit(1785069384.944:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140971.397918] audit: type=1400 audit(1785069385.056:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141202.868012] audit: type=1400 audit(1785069616.528:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141202.878245] audit: type=1400 audit(1785069616.538:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141202.928022] audit: type=1400 audit(1785069616.588:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141480.153370] audit: type=1400 audit(1785069893.815:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141480.169480] audit: type=1400 audit(1785069893.831:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141480.261953] audit: type=1400 audit(1785069893.923:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141708.593107] audit: type=1400 audit(1785070122.256:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141708.612750] audit: type=1400 audit(1785070122.275:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141708.662737] audit: type=1400 audit(1785070122.326:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141996.091240] audit: type=1400 audit(1785070409.756:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141996.106400] audit: type=1400 audit(1785070409.771:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141996.210365] audit: type=1400 audit(1785070409.875:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142284.671528] audit: type=1400 audit(1785070698.338:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142284.686159] audit: type=1400 audit(1785070698.352:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142284.792403] audit: type=1400 audit(1785070698.459:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142571.045842] audit: type=1400 audit(1785070984.714:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142571.056552] audit: type=1400 audit(1785070984.724:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142571.158358] audit: type=1400 audit(1785070984.826:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142802.554525] audit: type=1400 audit(1785071216.224:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142802.565669] audit: type=1400 audit(1785071216.235:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142802.620378] audit: type=1400 audit(1785071216.290:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143065.565013] audit: type=1400 audit(1785071479.236:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143065.573565] audit: type=1400 audit(1785071479.244:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143065.679883] audit: type=1400 audit(1785071479.351:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143364.178460] audit: type=1400 audit(1785071777.851:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143364.194103] audit: type=1400 audit(1785071777.867:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143364.248986] audit: type=1400 audit(1785071777.922:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143643.682416] audit: type=1400 audit(1785072057.357:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143643.693658] audit: type=1400 audit(1785072057.368:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143643.793438] audit: type=1400 audit(1785072057.468:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143905.925997] audit: type=1400 audit(1785072319.602:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143905.947452] audit: type=1400 audit(1785072319.624:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143906.056991] audit: type=1400 audit(1785072319.733:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144165.424840] audit: type=1400 audit(1785072579.102:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144165.442191] audit: type=1400 audit(1785072579.120:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144165.546290] audit: type=1400 audit(1785072579.225:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144466.907116] audit: type=1400 audit(1785072880.586:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144466.913918] audit: type=1400 audit(1785072880.593:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144467.021803] audit: type=1400 audit(1785072880.701:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144712.216182] audit: type=1400 audit(1785073125.897:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144712.231370] audit: type=1400 audit(1785073125.912:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144712.338704] audit: type=1400 audit(1785073126.019:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144986.829246] audit: type=1400 audit(1785073400.512:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144986.844627] audit: type=1400 audit(1785073400.527:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144986.952425] audit: type=1400 audit(1785073400.635:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145287.589876] audit: type=1400 audit(1785073701.274:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145287.599505] audit: type=1400 audit(1785073701.284:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145287.705707] audit: type=1400 audit(1785073701.390:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145517.623165] audit: type=1400 audit(1785073931.309:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145517.632405] audit: type=1400 audit(1785073931.319:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145517.677153] audit: type=1400 audit(1785073931.363:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145788.792740] audit: type=1400 audit(1785074202.480:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145788.809521] audit: type=1400 audit(1785074202.497:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145788.923416] audit: type=1400 audit(1785074202.611:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146045.995876] audit: type=1400 audit(1785074459.685:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146046.011791] audit: type=1400 audit(1785074459.700:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146046.054348] audit: type=1400 audit(1785074459.743:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146316.682190] audit: type=1400 audit(1785074730.372:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146316.684260] audit: type=1400 audit(1785074730.374:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146316.788477] audit: type=1400 audit(1785074730.479:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146604.182443] audit: type=1400 audit(1785075017.875:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146604.185106] audit: type=1400 audit(1785075017.877:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146604.229706] audit: type=1400 audit(1785075017.922:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146831.976549] audit: type=1400 audit(1785075245.670:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146831.979166] audit: type=1400 audit(1785075245.672:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146832.093604] audit: type=1400 audit(1785075245.787:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147107.204743] audit: type=1400 audit(1785075520.900:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147107.207332] audit: type=1400 audit(1785075520.902:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147107.318384] audit: type=1400 audit(1785075521.013:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147345.373402] audit: type=1400 audit(1785075759.070:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147345.375842] audit: type=1400 audit(1785075759.072:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147345.451311] audit: type=1400 audit(1785075759.148:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147601.728889] audit: type=1400 audit(1785076015.427:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147601.731275] audit: type=1400 audit(1785076015.429:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147601.840145] audit: type=1400 audit(1785076015.538:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147837.483639] audit: type=1400 audit(1785076251.183:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147837.486076] audit: type=1400 audit(1785076251.185:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147837.527910] audit: type=1400 audit(1785076251.227:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148073.905176] audit: type=1400 audit(1785076487.606:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148073.906921] audit: type=1400 audit(1785076487.607:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148074.012417] audit: type=1400 audit(1785076487.713:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148307.381160] audit: type=1400 audit(1785076721.083:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148307.383560] audit: type=1400 audit(1785076721.086:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148307.435977] audit: type=1400 audit(1785076721.138:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148594.833657] audit: type=1400 audit(1785077008.538:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148594.835970] audit: type=1400 audit(1785077008.540:1829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148594.893942] audit: type=1400 audit(1785077008.598:1830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148893.462373] audit: type=1400 audit(1785077307.168:1831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148893.464598] audit: type=1400 audit(1785077307.171:1832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148893.521081] audit: type=1400 audit(1785077307.227:1833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149149.449114] audit: type=1400 audit(1785077563.156:1834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149149.451846] audit: type=1400 audit(1785077563.159:1835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149149.502493] audit: type=1400 audit(1785077563.210:1836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149398.974416] audit: type=1400 audit(1785077812.684:1837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149398.976957] audit: type=1400 audit(1785077812.686:1838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149399.023703] audit: type=1400 audit(1785077812.732:1839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149638.768827] audit: type=1400 audit(1785078052.479:1840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149638.771154] audit: type=1400 audit(1785078052.481:1841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149638.833340] audit: type=1400 audit(1785078052.543:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149878.075575] audit: type=1400 audit(1785078291.787:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149878.077390] audit: type=1400 audit(1785078291.789:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149878.126552] audit: type=1400 audit(1785078291.838:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150161.250604] audit: type=1400 audit(1785078574.964:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150161.252844] audit: type=1400 audit(1785078574.966:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150161.358669] audit: type=1400 audit(1785078575.072:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150455.192919] audit: type=1400 audit(1785078868.908:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150455.195192] audit: type=1400 audit(1785078868.910:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150455.244014] audit: type=1400 audit(1785078868.959:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150681.612637] audit: type=1400 audit(1785079095.329:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150681.614458] audit: type=1400 audit(1785079095.331:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150681.675114] audit: type=1400 audit(1785079095.391:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150948.985035] audit: type=1400 audit(1785079362.703:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150948.987115] audit: type=1400 audit(1785079362.705:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150949.099703] audit: type=1400 audit(1785079362.817:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151226.074271] audit: type=1400 audit(1785079639.794:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151226.076101] audit: type=1400 audit(1785079639.795:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151226.117304] audit: type=1400 audit(1785079639.837:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151466.927010] audit: type=1400 audit(1785079880.648:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151466.928967] audit: type=1400 audit(1785079880.650:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151467.035457] audit: type=1400 audit(1785079880.756:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151701.376624] audit: type=1400 audit(1785080115.099:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151701.379177] audit: type=1400 audit(1785080115.101:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151701.429102] audit: type=1400 audit(1785080115.151:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151969.761012] audit: type=1400 audit(1785080383.485:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151969.763295] audit: type=1400 audit(1785080383.487:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151969.852920] audit: type=1400 audit(1785080383.577:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152227.008530] audit: type=1400 audit(1785080640.734:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152227.010394] audit: type=1400 audit(1785080640.736:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152227.113538] audit: type=1400 audit(1785080640.839:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152511.212267] audit: type=1400 audit(1785080924.939:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152511.214468] audit: type=1400 audit(1785080924.941:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152511.266305] audit: type=1400 audit(1785080924.993:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152759.338908] audit: type=1400 audit(1785081173.067:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152759.341480] audit: type=1400 audit(1785081173.070:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152759.402245] audit: type=1400 audit(1785081173.131:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153018.866062] audit: type=1400 audit(1785081432.596:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153018.868723] audit: type=1400 audit(1785081432.599:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153018.921657] audit: type=1400 audit(1785081432.652:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153247.670472] audit: type=1400 audit(1785081661.402:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153247.672365] audit: type=1400 audit(1785081661.404:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153247.723499] audit: type=1400 audit(1785081661.455:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153534.437782] audit: type=1400 audit(1785081948.171:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153534.439773] audit: type=1400 audit(1785081948.173:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153534.544858] audit: type=1400 audit(1785081948.278:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153806.805357] audit: type=1400 audit(1785082220.540:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153806.807917] audit: type=1400 audit(1785082220.543:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153806.861712] audit: type=1400 audit(1785082220.596:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154068.642607] audit: type=1400 audit(1785082482.379:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154068.645056] audit: type=1400 audit(1785082482.381:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154068.705008] audit: type=1400 audit(1785082482.441:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154298.841447] audit: type=1400 audit(1785082712.580:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154298.843607] audit: type=1400 audit(1785082712.581:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154298.949223] audit: type=1400 audit(1785082712.687:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154528.523993] audit: type=1400 audit(1785082942.263:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154528.526551] audit: type=1400 audit(1785082942.266:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154528.576587] audit: type=1400 audit(1785082942.315:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154762.579096] audit: type=1400 audit(1785083176.319:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154762.581568] audit: type=1400 audit(1785083176.322:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154762.633843] audit: type=1400 audit(1785083176.374:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154965.226654] audit: type=1400 audit(1785083378.968:1903): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="pve-container-mounthotplug" pid=679117 comm="apparmor_parser" +[155043.428879] audit: type=1400 audit(1785083457.171:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155043.431295] audit: type=1400 audit(1785083457.173:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155043.482848] audit: type=1400 audit(1785083457.225:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155309.552381] audit: type=1400 audit(1785083723.297:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155309.554407] audit: type=1400 audit(1785083723.299:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155309.599510] audit: type=1400 audit(1785083723.344:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155597.084622] audit: type=1400 audit(1785084010.830:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155597.086534] audit: type=1400 audit(1785084010.832:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155597.194238] audit: type=1400 audit(1785084010.939:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155838.077147] audit: type=1400 audit(1785084251.824:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155838.079542] audit: type=1400 audit(1785084251.826:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155838.184895] audit: type=1400 audit(1785084251.931:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156132.016327] audit: type=1400 audit(1785084545.765:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156132.018013] audit: type=1400 audit(1785084545.766:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156132.117812] audit: type=1400 audit(1785084545.866:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156432.794509] audit: type=1400 audit(1785084846.545:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156432.796540] audit: type=1400 audit(1785084846.547:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156432.838442] audit: type=1400 audit(1785084846.589:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156679.437036] audit: type=1400 audit(1785085093.189:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156679.439205] audit: type=1400 audit(1785085093.191:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156679.486898] audit: type=1400 audit(1785085093.238:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156733.028788] tap317i0: left allmulticast mode +[156733.028816] fwbr317i0: port 2(tap317i0) entered disabled state +[156733.034106] fwbr317i0: port 1(fwln317i0) entered disabled state +[156733.034527] vmbr0: port 5(fwpr317p0) entered disabled state +[156733.034691] fwln317i0 (unregistering): left allmulticast mode +[156733.034695] fwln317i0 (unregistering): left promiscuous mode +[156733.034698] fwbr317i0: port 1(fwln317i0) entered disabled state +[156733.034952] fwpr317p0 (unregistering): left allmulticast mode +[156733.034955] fwpr317p0 (unregistering): left promiscuous mode +[156733.034957] vmbr0: port 5(fwpr317p0) entered disabled state +[156948.764650] audit: type=1400 audit(1785085362.518:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156948.766946] audit: type=1400 audit(1785085362.520:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156948.870024] audit: type=1400 audit(1785085362.623:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157226.629639] audit: type=1400 audit(1785085640.384:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157226.631803] audit: type=1400 audit(1785085640.387:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157226.669841] audit: type=1400 audit(1785085640.425:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157483.454819] audit: type=1400 audit(1785085897.211:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157483.457351] audit: type=1400 audit(1785085897.214:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157483.507759] audit: type=1400 audit(1785085897.264:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157768.155278] audit: type=1400 audit(1785086181.913:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157768.157744] audit: type=1400 audit(1785086181.916:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157768.254427] audit: type=1400 audit(1785086182.012:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158062.927954] audit: type=1400 audit(1785086476.688:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158062.930694] audit: type=1400 audit(1785086476.690:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158062.981067] audit: type=1400 audit(1785086476.741:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158344.614433] audit: type=1400 audit(1785086758.376:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158344.616973] audit: type=1400 audit(1785086758.378:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158344.667587] audit: type=1400 audit(1785086758.429:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158589.415919] audit: type=1400 audit(1785087003.179:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158589.419643] audit: type=1400 audit(1785087003.182:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158589.465198] audit: type=1400 audit(1785087003.228:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158858.774398] audit: type=1400 audit(1785087272.539:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158858.776794] audit: type=1400 audit(1785087272.541:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158858.827000] audit: type=1400 audit(1785087272.591:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159088.304992] audit: type=1400 audit(1785087502.071:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159088.307499] audit: type=1400 audit(1785087502.073:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159088.413293] audit: type=1400 audit(1785087502.179:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159361.978323] audit: type=1400 audit(1785087775.746:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159361.980724] audit: type=1400 audit(1785087775.748:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159362.043336] audit: type=1400 audit(1785087775.811:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159649.990975] audit: type=1400 audit(1785088063.760:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159649.993330] audit: type=1400 audit(1785088063.762:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159650.100594] audit: type=1400 audit(1785088063.870:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159932.835670] audit: type=1400 audit(1785088346.607:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159932.838368] audit: type=1400 audit(1785088346.609:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159932.944699] audit: type=1400 audit(1785088346.715:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160166.225555] audit: type=1400 audit(1785088579.998:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160166.227937] audit: type=1400 audit(1785088580.000:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160166.285196] audit: type=1400 audit(1785088580.057:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160258.508074] tap313i0: left allmulticast mode +[160258.508098] fwbr313i0: port 2(tap313i0) entered disabled state +[160258.513252] fwbr313i0: port 1(fwln313i0) entered disabled state +[160258.513515] vmbr0: port 4(fwpr313p0) entered disabled state +[160258.513624] fwln313i0 (unregistering): left allmulticast mode +[160258.513628] fwln313i0 (unregistering): left promiscuous mode +[160258.513631] fwbr313i0: port 1(fwln313i0) entered disabled state +[160258.513937] fwpr313p0 (unregistering): left allmulticast mode +[160258.513941] fwpr313p0 (unregistering): left promiscuous mode +[160258.513945] vmbr0: port 4(fwpr313p0) entered disabled state +[160259.820522] vfio-pci 0000:01:00.0: vgaarb: deactivate vga console +[160259.821566] Console: switching to colour dummy device 80x25 +[160259.821584] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[160261.004466] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[160261.004821] vfio-pci 0000:01:00.0: vgaarb: deactivate vga console +[160261.004825] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[160261.121661] snd_hda_intel 0000:01:00.1: GPU sound probed, but not operational: please add a quirk to driver_denylist +[160262.283575] vfio-pci 0000:01:00.0: resetting +[160262.283657] vfio-pci 0000:01:00.0: reset done +[160263.184633] tap313i0: entered promiscuous mode +[160263.271936] vmbr0: port 4(fwpr313p0) entered blocking state +[160263.271942] vmbr0: port 4(fwpr313p0) entered disabled state +[160263.271954] fwpr313p0: entered allmulticast mode +[160263.272007] fwpr313p0: entered promiscuous mode +[160263.272037] vmbr0: port 4(fwpr313p0) entered blocking state +[160263.272040] vmbr0: port 4(fwpr313p0) entered forwarding state +[160263.284501] fwbr313i0: port 1(fwln313i0) entered blocking state +[160263.284506] fwbr313i0: port 1(fwln313i0) entered disabled state +[160263.284517] fwln313i0: entered allmulticast mode +[160263.284567] fwln313i0: entered promiscuous mode +[160263.284601] fwbr313i0: port 1(fwln313i0) entered blocking state +[160263.284605] fwbr313i0: port 1(fwln313i0) entered forwarding state +[160263.299315] fwbr313i0: port 2(tap313i0) entered blocking state +[160263.299321] fwbr313i0: port 2(tap313i0) entered disabled state +[160263.299329] tap313i0: entered allmulticast mode +[160263.299395] fwbr313i0: port 2(tap313i0) entered blocking state +[160263.299398] fwbr313i0: port 2(tap313i0) entered forwarding state +[160279.306889] vfio-pci 0000:01:00.0: resetting +[160279.306976] vfio-pci 0000:01:00.0: reset done +[160279.554962] vfio-pci 0000:01:00.0: resetting +[160279.555051] vfio-pci 0000:01:00.1: resetting +[160280.702981] vfio-pci 0000:01:00.0: reset done +[160280.703066] vfio-pci 0000:01:00.1: reset done +[160280.977859] vfio-pci 0000:01:00.0: No more image in the PCI ROM +[160280.978017] vfio-pci 0000:01:00.0: No more image in the PCI ROM +[160286.018498] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[160433.662112] audit: type=1400 audit(1785088847.436:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160433.664093] audit: type=1400 audit(1785088847.438:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160433.764517] audit: type=1400 audit(1785088847.538:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160583.135424] tap313i0: left allmulticast mode +[160583.135446] fwbr313i0: port 2(tap313i0) entered disabled state +[160583.138690] fwbr313i0: port 1(fwln313i0) entered disabled state +[160583.138924] vmbr0: port 4(fwpr313p0) entered disabled state +[160583.139030] fwln313i0 (unregistering): left allmulticast mode +[160583.139034] fwln313i0 (unregistering): left promiscuous mode +[160583.139036] fwbr313i0: port 1(fwln313i0) entered disabled state +[160583.139372] fwpr313p0 (unregistering): left allmulticast mode +[160583.139375] fwpr313p0 (unregistering): left promiscuous mode +[160583.139377] vmbr0: port 4(fwpr313p0) entered disabled state +[160583.270019] vfio-pci 0000:01:00.0: resetting +[160583.270068] vfio-pci 0000:01:00.1: resetting +[160584.381096] vfio-pci 0000:01:00.0: reset done +[160584.381196] vfio-pci 0000:01:00.1: reset done +[160607.886614] tap313i0: entered promiscuous mode +[160607.982467] vmbr0: port 4(fwpr313p0) entered blocking state +[160607.982473] vmbr0: port 4(fwpr313p0) entered disabled state +[160607.982486] fwpr313p0: entered allmulticast mode +[160607.982542] fwpr313p0: entered promiscuous mode +[160607.982571] vmbr0: port 4(fwpr313p0) entered blocking state +[160607.982574] vmbr0: port 4(fwpr313p0) entered forwarding state +[160607.999009] fwbr313i0: port 1(fwln313i0) entered blocking state +[160607.999015] fwbr313i0: port 1(fwln313i0) entered disabled state +[160607.999029] fwln313i0: entered allmulticast mode +[160607.999085] fwln313i0: entered promiscuous mode +[160607.999112] fwbr313i0: port 1(fwln313i0) entered blocking state +[160607.999114] fwbr313i0: port 1(fwln313i0) entered forwarding state +[160608.014994] fwbr313i0: port 2(tap313i0) entered blocking state +[160608.014999] fwbr313i0: port 2(tap313i0) entered disabled state +[160608.015008] tap313i0: entered allmulticast mode +[160608.015077] fwbr313i0: port 2(tap313i0) entered blocking state +[160608.015080] fwbr313i0: port 2(tap313i0) entered forwarding state +[160704.014480] audit: type=1400 audit(1785089117.790:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160704.016853] audit: type=1400 audit(1785089117.792:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160704.128938] audit: type=1400 audit(1785089117.904:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160930.245673] tap313i0: left allmulticast mode +[160930.245696] fwbr313i0: port 2(tap313i0) entered disabled state +[160930.248999] fwbr313i0: port 1(fwln313i0) entered disabled state +[160930.249214] vmbr0: port 4(fwpr313p0) entered disabled state +[160930.249337] fwln313i0 (unregistering): left allmulticast mode +[160930.249340] fwln313i0 (unregistering): left promiscuous mode +[160930.249343] fwbr313i0: port 1(fwln313i0) entered disabled state +[160930.249625] fwpr313p0 (unregistering): left allmulticast mode +[160930.249629] fwpr313p0 (unregistering): left promiscuous mode +[160930.249631] vmbr0: port 4(fwpr313p0) entered disabled state +[161005.065602] audit: type=1400 audit(1785089418.843:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161005.067415] audit: type=1400 audit(1785089418.844:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161005.180198] audit: type=1400 audit(1785089418.957:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161084.806051] vfio-pci 0000:01:00.0: resetting +[161084.806248] vfio-pci 0000:01:00.0: reset done +[161085.818486] tap313i0: entered promiscuous mode +[161085.908311] vmbr0: port 4(fwpr313p0) entered blocking state +[161085.908317] vmbr0: port 4(fwpr313p0) entered disabled state +[161085.908331] fwpr313p0: entered allmulticast mode +[161085.908387] fwpr313p0: entered promiscuous mode +[161085.908417] vmbr0: port 4(fwpr313p0) entered blocking state +[161085.908420] vmbr0: port 4(fwpr313p0) entered forwarding state +[161085.922249] fwbr313i0: port 1(fwln313i0) entered blocking state +[161085.922254] fwbr313i0: port 1(fwln313i0) entered disabled state +[161085.922267] fwln313i0: entered allmulticast mode +[161085.922320] fwln313i0: entered promiscuous mode +[161085.922348] fwbr313i0: port 1(fwln313i0) entered blocking state +[161085.922351] fwbr313i0: port 1(fwln313i0) entered forwarding state +[161085.936817] fwbr313i0: port 2(tap313i0) entered blocking state +[161085.936824] fwbr313i0: port 2(tap313i0) entered disabled state +[161085.936832] tap313i0: entered allmulticast mode +[161085.936926] fwbr313i0: port 2(tap313i0) entered blocking state +[161085.936929] fwbr313i0: port 2(tap313i0) entered forwarding state +[161088.326252] vfio-pci 0000:01:00.0: resetting +[161088.326400] vfio-pci 0000:01:00.0: reset done +[161088.398085] vfio-pci 0000:01:00.0: resetting +[161088.398157] vfio-pci 0000:01:00.1: resetting +[161089.530355] vfio-pci 0000:01:00.0: reset done +[161089.530440] vfio-pci 0000:01:00.1: reset done +[161290.546783] audit: type=1400 audit(1785089704.326:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161290.548773] audit: type=1400 audit(1785089704.328:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161290.624617] audit: type=1400 audit(1785089704.403:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161579.243277] audit: type=1400 audit(1785089993.024:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161579.245749] audit: type=1400 audit(1785089993.026:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161579.330193] audit: type=1400 audit(1785089993.111:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161843.441563] audit: type=1400 audit(1785090257.224:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161843.443133] audit: type=1400 audit(1785090257.225:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161843.484073] audit: type=1400 audit(1785090257.266:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161874.298156] tap300i0: left allmulticast mode +[161874.298178] fwbr300i0: port 2(tap300i0) entered disabled state +[161874.301769] fwbr300i0: port 1(fwln300i0) entered disabled state +[161874.301899] vmbr0: port 2(fwpr300p0) entered disabled state +[161874.302007] fwln300i0 (unregistering): left allmulticast mode +[161874.302011] fwln300i0 (unregistering): left promiscuous mode +[161874.302014] fwbr300i0: port 1(fwln300i0) entered disabled state +[161874.302238] fwpr300p0 (unregistering): left allmulticast mode +[161874.302240] fwpr300p0 (unregistering): left promiscuous mode +[161874.302242] vmbr0: port 2(fwpr300p0) entered disabled state +[162124.540313] audit: type=1400 audit(1785090538.325:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162124.542930] audit: type=1400 audit(1785090538.327:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162124.599586] audit: type=1400 audit(1785090538.383:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162237.387811] tap313i0: left allmulticast mode +[162237.387833] fwbr313i0: port 2(tap313i0) entered disabled state +[162237.391182] fwbr313i0: port 1(fwln313i0) entered disabled state +[162237.391396] vmbr0: port 4(fwpr313p0) entered disabled state +[162237.391489] fwln313i0 (unregistering): left allmulticast mode +[162237.391492] fwln313i0 (unregistering): left promiscuous mode +[162237.391494] fwbr313i0: port 1(fwln313i0) entered disabled state +[162237.391794] fwpr313p0 (unregistering): left allmulticast mode +[162237.391797] fwpr313p0 (unregistering): left promiscuous mode +[162237.391800] vmbr0: port 4(fwpr313p0) entered disabled state +[162237.488164] vfio-pci 0000:01:00.0: resetting +[162237.488203] vfio-pci 0000:01:00.1: resetting +[162238.643145] vfio-pci 0000:01:00.0: reset done +[162238.643187] vfio-pci 0000:01:00.1: reset done +[162239.848940] tap313i0: entered promiscuous mode +[162239.929918] vmbr0: port 2(fwpr313p0) entered blocking state +[162239.929925] vmbr0: port 2(fwpr313p0) entered disabled state +[162239.930008] fwpr313p0: entered allmulticast mode +[162239.930092] fwpr313p0: entered promiscuous mode +[162239.930127] vmbr0: port 2(fwpr313p0) entered blocking state +[162239.930131] vmbr0: port 2(fwpr313p0) entered forwarding state +[162239.948133] fwbr313i0: port 1(fwln313i0) entered blocking state +[162239.948147] fwbr313i0: port 1(fwln313i0) entered disabled state +[162239.948160] fwln313i0: entered allmulticast mode +[162239.948286] fwln313i0: entered promiscuous mode +[162239.948315] fwbr313i0: port 1(fwln313i0) entered blocking state +[162239.948318] fwbr313i0: port 1(fwln313i0) entered forwarding state +[162239.962604] fwbr313i0: port 2(tap313i0) entered blocking state +[162239.962609] fwbr313i0: port 2(tap313i0) entered disabled state +[162239.962618] tap313i0: entered allmulticast mode +[162239.962694] fwbr313i0: port 2(tap313i0) entered blocking state +[162239.962697] fwbr313i0: port 2(tap313i0) entered forwarding state +[162424.637207] audit: type=1400 audit(1785090838.423:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162424.639104] audit: type=1400 audit(1785090838.425:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162424.675426] audit: type=1400 audit(1785090838.461:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162619.710243] tap301i0: left allmulticast mode +[162619.710264] fwbr301i0: port 2(tap301i0) entered disabled state +[162619.713660] fwbr301i0: port 1(fwln301i0) entered disabled state +[162619.713908] vmbr0: port 3(fwpr301p0) entered disabled state +[162619.714071] fwln301i0 (unregistering): left allmulticast mode +[162619.714075] fwln301i0 (unregistering): left promiscuous mode +[162619.714077] fwbr301i0: port 1(fwln301i0) entered disabled state +[162619.714460] fwpr301p0 (unregistering): left allmulticast mode +[162619.714463] fwpr301p0 (unregistering): left promiscuous mode +[162619.714466] vmbr0: port 3(fwpr301p0) entered disabled state +[162722.671496] audit: type=1400 audit(1785091136.459:1988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162722.673979] audit: type=1400 audit(1785091136.461:1989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162722.727828] audit: type=1400 audit(1785091136.515:1990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162954.180597] audit: type=1400 audit(1785091367.970:1991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162954.183201] audit: type=1400 audit(1785091367.972:1992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162954.243662] audit: type=1400 audit(1785091368.032:1993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163227.161624] audit: type=1400 audit(1785091640.952:1994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163227.163973] audit: type=1400 audit(1785091640.954:1995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163227.220741] audit: type=1400 audit(1785091641.011:1996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163502.717583] audit: type=1400 audit(1785091916.509:1997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163502.719732] audit: type=1400 audit(1785091916.512:1998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163502.785867] audit: type=1400 audit(1785091916.578:1999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163782.665394] audit: type=1400 audit(1785092196.459:2000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163782.667726] audit: type=1400 audit(1785092196.461:2001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[163782.758152] audit: type=1400 audit(1785092196.552:2002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164017.519082] audit: type=1400 audit(1785092431.314:2003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164017.521464] audit: type=1400 audit(1785092431.316:2004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164017.577740] audit: type=1400 audit(1785092431.373:2005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164305.491980] audit: type=1400 audit(1785092719.289:2006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164305.494508] audit: type=1400 audit(1785092719.292:2007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164305.546081] audit: type=1400 audit(1785092719.343:2008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164552.852261] audit: type=1400 audit(1785092966.650:2009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164552.854646] audit: type=1400 audit(1785092966.653:2010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164552.916279] audit: type=1400 audit(1785092966.714:2011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164794.211642] audit: type=1400 audit(1785093208.012:2012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164794.214042] audit: type=1400 audit(1785093208.014:2013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[164794.264101] audit: type=1400 audit(1785093208.064:2014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165037.303010] audit: type=1400 audit(1785093451.104:2015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165037.305393] audit: type=1400 audit(1785093451.106:2016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165037.349612] audit: type=1400 audit(1785093451.151:2017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165308.006594] audit: type=1400 audit(1785093721.810:2018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165308.009159] audit: type=1400 audit(1785093721.812:2019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165308.052759] audit: type=1400 audit(1785093721.855:2020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165564.124507] audit: type=1400 audit(1785093977.929:2021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165564.126849] audit: type=1400 audit(1785093977.931:2022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165564.184351] audit: type=1400 audit(1785093977.988:2023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165828.698839] audit: type=1400 audit(1785094242.505:2024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165828.701185] audit: type=1400 audit(1785094242.507:2025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[165828.750633] audit: type=1400 audit(1785094242.556:2026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166094.939583] audit: type=1400 audit(1785094508.747:2027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166094.942095] audit: type=1400 audit(1785094508.749:2028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166094.992297] audit: type=1400 audit(1785094508.800:2029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166358.110963] audit: type=1400 audit(1785094771.920:2030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166358.113356] audit: type=1400 audit(1785094771.922:2031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166358.173701] audit: type=1400 audit(1785094771.983:2032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166604.019561] audit: type=1400 audit(1785095017.830:2033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166604.022111] audit: type=1400 audit(1785095017.832:2034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166604.067645] audit: type=1400 audit(1785095017.878:2035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166861.603009] audit: type=1400 audit(1785095275.415:2036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166861.605511] audit: type=1400 audit(1785095275.417:2037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[166861.658033] audit: type=1400 audit(1785095275.470:2038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167116.999427] audit: type=1400 audit(1785095530.813:2039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167117.001375] audit: type=1400 audit(1785095530.815:2040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167117.047902] audit: type=1400 audit(1785095530.861:2041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167383.685465] audit: type=1400 audit(1785095797.501:2042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167383.687846] audit: type=1400 audit(1785095797.503:2043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167383.738429] audit: type=1400 audit(1785095797.553:2044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167610.195803] audit: type=1400 audit(1785096024.012:2045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167610.198229] audit: type=1400 audit(1785096024.014:2046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167610.248541] audit: type=1400 audit(1785096024.065:2047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167784.184606] sh (745300): drop_caches: 3 +[167787.261495] sh (745303): drop_caches: 3 +[167790.336573] sh (745321): drop_caches: 3 +[167852.611454] audit: type=1400 audit(1785096266.430:2048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167852.613996] audit: type=1400 audit(1785096266.432:2049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[167852.698187] audit: type=1400 audit(1785096266.516:2050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168100.474204] audit: type=1400 audit(1785096514.293:2051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168100.476717] audit: type=1400 audit(1785096514.296:2052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168100.536768] audit: type=1400 audit(1785096514.356:2053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168344.146396] audit: type=1400 audit(1785096757.967:2054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168344.148401] audit: type=1400 audit(1785096757.969:2055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168344.199384] audit: type=1400 audit(1785096758.020:2056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168635.643807] audit: type=1400 audit(1785097049.466:2057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168635.646285] audit: type=1400 audit(1785097049.468:2058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168635.697010] audit: type=1400 audit(1785097049.519:2059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168932.930382] audit: type=1400 audit(1785097346.755:2060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168932.933053] audit: type=1400 audit(1785097346.757:2061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[168932.990944] audit: type=1400 audit(1785097346.815:2062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169219.143288] audit: type=1400 audit(1785097632.968:2063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169219.145684] audit: type=1400 audit(1785097632.971:2064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169219.195610] audit: type=1400 audit(1785097633.021:2065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169448.956645] audit: type=1400 audit(1785097862.783:2066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169448.958568] audit: type=1400 audit(1785097862.785:2067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169449.008607] audit: type=1400 audit(1785097862.835:2068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169748.638754] audit: type=1400 audit(1785098162.467:2069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169748.641283] audit: type=1400 audit(1785098162.469:2070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[169748.691934] audit: type=1400 audit(1785098162.520:2071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170022.639395] audit: type=1400 audit(1785098436.470:2072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170022.641967] audit: type=1400 audit(1785098436.472:2073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170022.750857] audit: type=1400 audit(1785098436.580:2074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170285.928806] audit: type=1400 audit(1785098699.760:2075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170285.931433] audit: type=1400 audit(1785098699.762:2076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170285.982793] audit: type=1400 audit(1785098699.813:2077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170519.786193] audit: type=1400 audit(1785098933.618:2078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170519.788450] audit: type=1400 audit(1785098933.620:2079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170519.829237] audit: type=1400 audit(1785098933.660:2080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170751.130247] audit: type=1400 audit(1785099164.962:2081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170751.132617] audit: type=1400 audit(1785099164.964:2082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[170751.173728] audit: type=1400 audit(1785099165.005:2083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171045.174809] audit: type=1400 audit(1785099459.006:2084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171045.176977] audit: type=1400 audit(1785099459.008:2085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171045.212211] audit: type=1400 audit(1785099459.043:2086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171298.882725] audit: type=1400 audit(1785099712.715:2087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171298.885044] audit: type=1400 audit(1785099712.717:2088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171298.926239] audit: type=1400 audit(1785099712.758:2089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171576.256379] audit: type=1400 audit(1785099990.090:2090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171576.258583] audit: type=1400 audit(1785099990.092:2091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171576.299862] audit: type=1400 audit(1785099990.133:2092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171845.125604] audit: type=1400 audit(1785100258.960:2093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171845.127952] audit: type=1400 audit(1785100258.963:2094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[171845.168736] audit: type=1400 audit(1785100259.003:2095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172139.759431] audit: type=1400 audit(1785100553.596:2096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172139.761711] audit: type=1400 audit(1785100553.598:2097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172139.803509] audit: type=1400 audit(1785100553.640:2098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172402.936066] audit: type=1400 audit(1785100816.774:2099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172402.937730] audit: type=1400 audit(1785100816.776:2100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172402.980229] audit: type=1400 audit(1785100816.818:2101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172653.826237] audit: type=1400 audit(1785101067.666:2102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172653.828122] audit: type=1400 audit(1785101067.667:2103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[172653.877048] audit: type=1400 audit(1785101067.716:2104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=987 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none + +--- cpu MHz (live snapshot) + $ grep -c ^processor /proc/cpuinfo +8 + +############################################################################### +# 5. MEMORY / NUMA / SWAP +############################################################################### + +--- free -h + $ free -h + total used free shared buff/cache available +Mem: 31Gi 2.7Gi 28Gi 32Mi 432Mi 28Gi +Swap: 8.0Gi 8.0Ki 8.0Gi + +--- free -b + $ free -b + total used free shared buff/cache available +Mem: 33351725056 2899521536 30428037120 34402304 453619712 30452203520 +Swap: 8589930496 8192 8589922304 + +--- swapon + $ swapon --show +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 8K -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: 32570044 kB +MemFree: 29714880 kB +MemAvailable: 29738480 kB +Buffers: 30812 kB +Cached: 375284 kB +SwapTotal: 8388604 kB +SwapFree: 8388596 kB +Dirty: 340 kB +Writeback: 0 kB +AnonPages: 2018500 kB +Mapped: 160564 kB +Shmem: 33596 kB +Slab: 185856 kB +SReclaimable: 36892 kB +SUnreclaim: 148964 kB +KernelStack: 5204 kB +PageTables: 15520 kB +SecPageTables: 2500 kB +NFS_Unstable: 0 kB +WritebackTmp: 0 kB +AnonHugePages: 1021952 kB +ShmemHugePages: 0 kB +ShmemPmdMapped: 0 kB +FilePmdMapped: 0 kB +HugePages_Total: 0 +HugePages_Free: 0 +Hugepagesize: 2048 kB +DirectMap4k: 227488 kB +DirectMap2M: 3667968 kB +DirectMap1G: 29360128 kB + +--- numa stat + $ cat /proc/sys/vm/numa_stat +1 + +--- numa_balancing + $ cat /proc/sys/kernel/numa_balancing +0 + +--- zone reclaim + $ cat /proc/sys/vm/zone_reclaim_mode +0 + +--- slab top (top 20) + $ slabtop -o -s c + Active / Total Objects (% used) : 477122 / 563704 (84.6%) + Active / Total Slabs (% used) : 15308 / 15308 (100.0%) + Active / Total Caches (% used) : 366 / 473 (77.4%) + Active / Total Size (% used) : 106689.99K / 131165.90K (81.3%) + Minimum / Average / Maximum Object : 0.01K / 0.23K / 16.00K + + OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME + 18648 5566 29% 0.57K 666 28 10656K radix_tree_node + 67380 65638 97% 0.13K 2246 30 8984K kernfs_node_cache + 6351 4488 70% 1.10K 219 29 7008K ext4_inode_cache + 426 405 95% 10.75K 213 2 6816K task_struct + 8476 8456 99% 0.60K 326 26 5216K inode_cache + 26544 26536 99% 0.19K 1264 21 5056K dentry + 2224 696 31% 2.00K 139 16 4448K kmalloc-cg-2k + 18102 13800 76% 0.19K 862 21 3448K vm_area_struct + 4232 4225 99% 0.67K 184 23 2944K proc_inode_cache + 4320 4293 99% 0.50K 135 32 2160K kmalloc-rnd-02-512 + 24380 21844 89% 0.09K 530 46 2120K lsm_inode_cache + 26544 26394 99% 0.07K 474 56 1896K vmap_area + 3744 2089 55% 0.50K 117 32 1872K kmalloc-rnd-06-512 + 17979 12420 69% 0.10K 461 39 1844K buffer_head + 2184 2184 100% 0.75K 104 21 1664K shmem_inode_cache + 1440 1435 99% 1.00K 45 32 1440K iommu_iova_magazine + 1280 1188 92% 1.00K 40 32 1280K kmalloc-rnd-10-1k + 4896 2164 44% 0.25K 153 32 1224K kmalloc-rnd-06-256 + 288 180 62% 4.00K 36 8 1152K kmalloc-cg-4k + 576 576 100% 2.00K 36 16 1152K kmalloc-rnd-10-2k + 1750 1736 99% 0.62K 70 25 1120K debugfs_inode_cache + 10062 6120 60% 0.10K 258 39 1032K anon_vma + 16448 9660 58% 0.06K 257 64 1028K anon_vma_chain + 15488 15000 96% 0.06K 242 64 968K dmaengine-unmap-2 + 14784 9120 61% 0.06K 231 64 924K kmalloc-cg-64 + 3680 2714 73% 0.25K 115 32 920K maple_node + 224 180 80% 4.00K 28 8 896K kmalloc-rnd-13-4k + 108 108 100% 8.00K 27 4 864K kmalloc-8k + 390 384 98% 2.06K 26 15 832K sighand_cache + 700 660 94% 1.12K 25 28 800K signal_cache + 4137 3640 87% 0.19K 197 21 788K kmalloc-rnd-06-192 + 736 384 52% 1.00K 23 32 736K kmalloc-cg-1k + 3822 3000 78% 0.19K 182 21 728K filp + 352 348 98% 2.00K 22 16 704K kmalloc-rnd-15-2k + 168 162 96% 4.00K 21 8 672K biovec-max + 336 192 57% 2.00K 21 16 672K biovec-128 + 336 156 46% 2.00K 21 16 672K kmalloc-rnd-13-2k + 943 363 38% 0.69K 41 23 656K skbuff_small_head + 1312 1086 82% 0.50K 41 32 656K pool_workqueue + 780 744 95% 0.81K 20 39 640K sock_inode_cache + 646 448 69% 0.94K 19 34 608K nfs_read_data + 608 588 96% 1.00K 19 32 608K kmalloc-rnd-02-1k + 3150 1320 41% 0.19K 150 21 600K kmalloc-cg-192 + 1152 1148 99% 0.50K 36 32 576K kmalloc-rnd-10-512 + 288 276 95% 2.00K 18 16 576K kmalloc-rnd-07-2k + 288 276 95% 2.00K 18 16 576K kmalloc-rnd-01-2k + 3146 1140 36% 0.18K 143 22 572K kvm_mmu_page_header + 2272 2245 98% 0.25K 71 32 568K kmalloc-rnd-02-256 + 136 88 64% 4.00K 17 8 544K kmalloc-rnd-07-4k + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-10-8k + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-01-8k + 960 618 64% 0.50K 30 32 480K kmalloc-rnd-15-512 + 60 60 100% 8.00K 15 4 480K kmalloc-rnd-07-8k + 480 480 100% 1.00K 15 32 480K kmalloc-rnd-01-1k + 1888 703 37% 0.25K 59 32 472K skbuff_head_cache + 3776 1380 36% 0.12K 118 32 472K kmalloc-cg-128 + 196 192 97% 2.25K 14 14 448K mem_cgroup + 56 56 100% 8.00K 14 4 448K kmalloc-cg-8k + 7738 7680 99% 0.05K 106 73 424K ftrace_event_field + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-13-8k + 104 104 100% 4.00K 13 8 416K kmalloc-rnd-06-4k + 208 204 98% 2.00K 13 16 416K kmalloc-rnd-02-2k + 204 192 94% 1.88K 12 17 384K mem_cgroup_per_node + 216 216 100% 1.75K 12 18 384K mm_struct + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-03-2k + 96 88 91% 4.00K 12 8 384K kmalloc-rnd-01-4k + 3040 1320 43% 0.12K 95 32 380K bio_integrity_data + 3780 3780 100% 0.09K 90 42 360K trace_event_file + 33 32 96% 9.19K 11 3 352K kvm_vcpu + 132 132 100% 2.50K 11 12 352K TCPv6 + 143 132 92% 2.38K 11 13 352K TCP + 704 560 79% 0.50K 22 32 352K kmalloc-cg-512 + 88 84 95% 4.00K 11 8 352K kmalloc-rnd-10-4k + 88 88 100% 4.00K 11 8 352K kmalloc-rnd-03-4k + 1376 1286 93% 0.25K 43 32 344K bio-200 + 672 644 95% 0.50K 21 32 336K kmalloc-rnd-07-512 + 1312 588 44% 0.25K 41 32 328K nf_conntrack + 160 156 97% 2.00K 10 16 320K kmalloc-rnd-11-2k + 437 420 96% 0.69K 19 23 304K files_cache + 1184 616 52% 0.25K 37 32 296K kmalloc-rnd-13-256 + 99 96 96% 2.75K 9 11 288K x86_emulator + 288 264 91% 1.00K 9 32 288K kmalloc-rnd-14-1k + 1512 1140 75% 0.19K 72 21 288K kmalloc-rnd-12-192 + 3024 3000 99% 0.09K 72 42 288K kmalloc-rnd-08-96 + 288 264 91% 1.00K 9 32 288K kmalloc-rnd-03-1k + 1491 1485 99% 0.19K 71 21 284K pid + 735 728 99% 0.38K 35 21 280K mnt_cache + 5950 5880 98% 0.05K 70 85 280K shared_policy_node + 8704 8580 98% 0.03K 68 128 272K kmalloc-rnd-02-32 + 184 180 97% 1.38K 8 23 256K RAWv6 + 256 228 89% 1.00K 8 32 256K kmalloc-rnd-13-1k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-12-8k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-05-8k + 64 60 93% 4.00K 8 8 256K kmalloc-rnd-02-4k + 128 120 93% 2.00K 8 16 256K kmalloc-2k + 6120 4140 67% 0.04K 60 102 240K extent_status + 1920 1680 87% 0.12K 60 32 240K eventpoll_epi + 960 952 99% 0.25K 30 32 240K kmalloc-rnd-10-256 + 294 280 95% 0.75K 14 21 224K nfs_commit_data + 182 180 98% 1.19K 7 26 224K RAW + 322 308 95% 0.69K 14 23 224K task_group + 224 204 91% 1.00K 7 32 224K kmalloc-rnd-11-1k + 224 216 96% 1.00K 7 32 224K kmalloc-rnd-07-1k + 112 108 96% 2.00K 7 16 224K kmalloc-rnd-05-2k + 448 420 93% 0.50K 14 32 224K kmalloc-rnd-04-512 + 650 599 92% 0.31K 26 25 208K bio-256 + 832 628 75% 0.25K 26 32 208K io_kiocb + 325 308 94% 0.63K 13 25 208K tracefs_inode_cache + 1092 1080 98% 0.19K 52 21 208K file_lock_cache + 1092 1080 98% 0.19K 52 21 208K proc_dir_entry + 416 392 94% 0.50K 13 32 208K kmalloc-rnd-01-512 + 2100 2100 100% 0.09K 50 42 200K kmalloc-rnd-09-96 + 168 156 92% 1.12K 6 28 192K nfs_inode_cache + 216 196 90% 0.88K 6 36 192K fuse_inode + 96 96 100% 2.00K 6 16 192K memdup_user-2k + 144 132 91% 1.32K 6 24 192K perf_event + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-15-8k + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-15-4k + 48 44 91% 4.00K 6 8 192K kmalloc-rnd-14-4k + 384 364 94% 0.50K 12 32 192K kmalloc-rnd-12-512 + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-09-8k + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-09-4k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-09-2k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-08-2k + 384 364 94% 0.50K 12 32 192K kmalloc-rnd-08-512 + 192 178 92% 1.00K 6 32 192K kmalloc-rnd-06-1k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-04-2k + 1536 1518 98% 0.12K 48 32 192K kmalloc-rnd-02-128 + 814 780 95% 0.21K 22 37 176K nfs_direct_cache + 1496 900 60% 0.12K 44 34 176K jbd2_journal_head + 903 898 99% 0.19K 43 21 172K bio-136 + 1806 1380 76% 0.09K 43 42 172K kmalloc-rcl-96 + 11008 10860 98% 0.02K 43 256 172K kmalloc-rnd-02-16 + 903 900 99% 0.19K 43 21 172K kmalloc-rnd-01-192 + 672 672 100% 0.25K 21 32 168K kmalloc-rnd-07-256 + 110 96 87% 1.44K 5 22 160K UDPv6 + 120 120 100% 1.31K 5 24 160K UDP + 580 560 96% 0.27K 20 29 160K tw_sock_TCP + 180 168 93% 0.88K 5 36 160K user_namespace + 230 224 97% 0.67K 10 23 160K taskstats + 160 156 97% 1.00K 5 32 160K kmalloc-rnd-15-1k + 80 72 90% 2.00K 5 16 160K kmalloc-rnd-14-2k + 840 840 100% 0.19K 40 21 160K kmalloc-rnd-13-192 + 160 132 82% 1.00K 5 32 160K kmalloc-rnd-09-1k + 320 308 96% 0.50K 10 32 160K kmalloc-rnd-09-512 + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-06-8k + 40 40 100% 4.00K 5 8 160K kmalloc-rnd-05-4k + 160 156 97% 1.00K 5 32 160K kmalloc-rnd-05-1k + 320 308 96% 0.50K 10 32 160K kmalloc-rnd-05-512 + 1680 1080 64% 0.09K 40 42 160K kmalloc-rnd-05-96 + 160 132 82% 1.00K 5 32 160K kmalloc-rnd-04-1k + 320 308 96% 0.50K 10 32 160K kmalloc-rnd-03-512 + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-02-8k + 798 780 97% 0.19K 38 21 152K kmalloc-rnd-15-192 + 2432 2401 98% 0.06K 38 64 152K kmalloc-rnd-03-64 + 207 196 94% 0.69K 9 23 144K rpc_inode_cache + 207 196 94% 0.69K 9 23 144K uts_namespace + 1512 1500 99% 0.09K 36 42 144K kmalloc-cg-96 + 576 560 97% 0.25K 18 32 144K kmalloc-rnd-08-256 + 735 720 97% 0.19K 35 21 140K jbd2_transaction_s + 735 721 98% 0.19K 35 21 140K kmalloc-rnd-07-192 + 2176 2160 99% 0.06K 34 64 136K kmalloc-rnd-01-64 + 1056 1043 98% 0.12K 33 32 132K kmalloc-rnd-06-128 + 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 + 208 196 94% 0.61K 8 26 128K hugetlbfs_inode_cache + 132 112 84% 0.97K 4 33 128K request_queue + 32 32 100% 4.00K 4 8 128K memdup_user-4k + 672 660 98% 0.19K 32 21 128K names_cache + 32 28 87% 4.00K 4 8 128K kmalloc-rnd-12-4k + 128 120 93% 1.00K 4 32 128K kmalloc-rnd-12-1k + 32 32 100% 4.00K 4 8 128K kmalloc-rnd-08-4k + 128 120 93% 1.00K 4 32 128K kmalloc-rnd-08-1k + 64 63 98% 2.00K 4 16 128K kmalloc-rnd-06-2k + 32 32 100% 4.00K 4 8 128K kmalloc-rnd-04-4k + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-03-8k + 1024 1020 99% 0.12K 32 32 128K kmalloc-rnd-01-128 + 32 32 100% 4.00K 4 8 128K kmalloc-4k + 128 120 93% 1.00K 4 32 128K kmalloc-1k + 1984 1980 99% 0.06K 31 64 124K kmalloc-rnd-14-64 + 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k + 480 448 93% 0.25K 15 32 120K kmalloc-rnd-15-256 + 1920 1899 98% 0.06K 30 64 120K kmalloc-rnd-07-64 + 480 473 98% 0.25K 15 32 120K kmem_cache + 196 196 100% 0.56K 7 28 112K kioctx + 224 224 100% 0.50K 7 32 112K memdup_user-512 + 448 420 93% 0.25K 14 32 112K key_jar + 224 224 100% 0.50K 7 32 112K kmalloc-rnd-14-512 + 224 224 100% 0.50K 7 32 112K kmalloc-rnd-13-512 + 224 224 100% 0.50K 7 32 112K kmalloc-rnd-11-512 + 1792 1773 98% 0.06K 28 64 112K kmalloc-rnd-02-64 + 224 224 100% 0.50K 7 32 112K kmalloc-512 + 312 308 98% 0.32K 13 24 104K request_sock_TCP + 416 392 94% 0.25K 13 32 104K kmalloc-cg-256 + 416 392 94% 0.25K 13 32 104K kmalloc-rnd-11-256 + 546 540 98% 0.19K 26 21 104K kmalloc-rnd-05-192 + 1092 1080 98% 0.09K 26 42 104K kmalloc-rnd-01-96 + 800 780 97% 0.12K 25 32 100K kmalloc-rcl-128 + 1600 1560 97% 0.06K 25 64 100K kmalloc-rnd-15-64 + 69 48 69% 1.38K 3 23 96K PINGv6 + 552 540 97% 0.17K 24 23 96K fuse_request + 96 96 100% 1.00K 3 32 96K memdup_user-1k + 57 48 84% 1.62K 3 19 96K bdev_cache + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-14-8k + 384 364 94% 0.25K 12 32 96K kmalloc-rnd-12-256 + 24 20 83% 4.00K 3 8 96K kmalloc-rnd-11-4k + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-04-8k + 483 480 99% 0.19K 23 21 92K memdup_user-192 + 3910 3000 76% 0.02K 23 170 92K lsm_file_cache + 966 960 99% 0.09K 23 42 92K kmalloc-rnd-12-96 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-11-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-10-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-09-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-08-192 + 736 720 97% 0.12K 23 32 92K kmalloc-rnd-07-128 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-04-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-03-192 + 483 480 99% 0.19K 23 21 92K kmalloc-rnd-02-192 + 483 480 99% 0.19K 23 21 92K kmalloc-192 + 319 308 96% 0.27K 11 29 88K tw_sock_TCPv6 + 275 252 91% 0.31K 11 25 88K bio-264 + 1122 1080 96% 0.08K 22 51 88K sigqueue + 924 900 97% 0.09K 22 42 88K kmalloc-rnd-15-96 + 352 336 95% 0.25K 11 32 88K kmalloc-rnd-14-256 + 352 336 95% 0.25K 11 32 88K kmalloc-rnd-01-256 + 125 112 89% 0.62K 5 25 80K netfs_request + 480 480 100% 0.16K 20 24 80K ext4_allocation_context + 420 420 100% 0.19K 20 21 80K kmalloc-rnd-14-192 + 840 840 100% 0.09K 20 42 80K kmalloc-rnd-07-96 + 840 840 100% 0.09K 20 42 80K kmalloc-rnd-04-96 + 798 778 97% 0.09K 19 42 76K kmalloc-96 + 918 900 98% 0.08K 18 51 72K Acpi-State + 1152 1140 98% 0.06K 18 64 72K kmalloc-rnd-12-64 + 756 717 94% 0.09K 18 42 72K kmalloc-rnd-11-96 + 1152 1128 97% 0.06K 18 64 72K kmalloc-rnd-06-64 + 288 280 97% 0.25K 9 32 72K kmalloc-rnd-04-256 + 756 720 95% 0.09K 18 42 72K kmalloc-rnd-02-96 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-15-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-13-128 + 544 540 99% 0.12K 17 32 68K kmalloc-rnd-03-128 + 20 12 60% 3.16K 2 10 64K kcopyd_job + 60 48 80% 1.06K 2 30 64K PING + 8 8 100% 8.00K 2 4 64K memdup_user-8k + 10 8 80% 6.19K 2 5 64K net_namespace + 32 24 75% 2.00K 2 16 64K kmalloc-rnd-12-2k + 256 252 98% 0.25K 8 32 64K kmalloc-rnd-09-256 + 1024 1020 99% 0.06K 16 64 64K kmalloc-rnd-09-64 + 2048 1980 96% 0.03K 16 128 64K kmalloc-rnd-07-32 + 256 252 98% 0.25K 8 32 64K kmalloc-rnd-05-256 + 510 480 94% 0.12K 15 34 60K seq_file + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-14-128 + 630 600 95% 0.09K 15 42 60K kmalloc-rnd-14-96 + 960 955 99% 0.06K 15 64 60K kmalloc-rnd-13-64 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-12-128 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-10-128 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-09-128 + 1920 1920 100% 0.03K 15 128 60K kmalloc-rnd-09-32 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-08-128 + 960 900 93% 0.06K 15 64 60K kmalloc-rnd-08-64 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-05-128 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-04-128 + 480 480 100% 0.12K 15 32 60K kmalloc-128 + 480 473 98% 0.12K 15 32 60K kmem_cache_node + 224 224 100% 0.25K 7 32 56K ip6_dst_cache + 504 480 95% 0.11K 14 36 56K ext4_prealloc_space + 224 224 100% 0.25K 7 32 56K memdup_user-256 + 546 540 98% 0.10K 14 39 56K Acpi-ParseExt + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-05-64 + 896 840 93% 0.06K 14 64 56K kmalloc-rnd-04-64 + 224 224 100% 0.25K 7 32 56K kmalloc-rnd-03-256 + 1792 1767 98% 0.03K 14 128 56K kmalloc-rnd-03-32 + 224 224 100% 0.25K 7 32 56K kmalloc-256 + 1664 1380 82% 0.03K 13 128 52K kmalloc-cg-32 + 546 540 98% 0.09K 13 42 52K kmalloc-rnd-13-96 + 6656 1620 24% 0.01K 13 512 52K kmalloc-rnd-09-8 + 3328 3120 93% 0.02K 13 256 52K kmalloc-rnd-07-16 + 6656 6540 98% 0.01K 13 512 52K kmalloc-rnd-02-8 + 832 780 93% 0.06K 13 64 52K kmalloc-64 + 876 840 95% 0.05K 12 73 48K mb_cache_entry + 63 56 88% 0.75K 3 21 48K dax_cache + 1224 1140 93% 0.04K 12 102 48K fsnotify_inode_mark_connector + 768 720 93% 0.06K 12 64 48K kmalloc-rcl-64 + 384 360 93% 0.12K 12 32 48K kmalloc-rnd-11-128 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-10-96 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-06-96 + 504 480 95% 0.09K 12 42 48K kmalloc-rnd-03-96 + 704 660 93% 0.06K 11 64 44K pidfs_attr_cache + 1408 960 68% 0.03K 11 128 44K kmalloc-rnd-14-32 + 1408 1380 98% 0.03K 11 128 44K kmalloc-rnd-11-32 + 640 600 93% 0.06K 10 64 40K ext4_io_end + 1280 1200 93% 0.03K 10 128 40K kmalloc-rnd-15-32 + 640 600 93% 0.06K 10 64 40K kmalloc-rnd-11-64 + 189 180 95% 0.19K 9 21 36K bio-176 + 189 180 95% 0.19K 9 21 36K kmalloc-rcl-192 + 50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache + 256 240 93% 0.12K 8 32 32K scsi_sense_cache + 15 12 80% 2.12K 1 15 32K MPTCPv6 + 34 28 82% 0.94K 1 34 32K mqueue_inode_cache + 16 12 75% 2.00K 1 16 32K MPTCP + 512 480 93% 0.06K 8 64 32K memdup_user-64 + 336 300 89% 0.09K 8 42 32K memdup_user-96 + 15 12 80% 2.06K 1 15 32K dmaengine-unmap-256 + 30 12 40% 1.06K 1 30 32K dmaengine-unmap-128 + 448 420 93% 0.07K 8 56 32K nsproxy + 4 4 100% 8.00K 1 4 32K kmalloc-rnd-11-8k + 512 480 93% 0.06K 8 64 32K kmalloc-rnd-10-64 + 1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-01-32 + 1792 1680 93% 0.02K 7 256 28K kmalloc-rnd-01-16 + 75 56 74% 0.31K 3 25 24K bio-280 + 768 660 85% 0.03K 6 128 24K kmalloc-rnd-10-32 + 768 720 93% 0.03K 6 128 24K kmalloc-rnd-06-32 + 768 720 93% 0.03K 6 128 24K kmalloc-rnd-04-32 + 210 180 85% 0.09K 5 42 20K abd_t + 640 600 93% 0.03K 5 128 20K ext4_io_end_vec + 425 360 84% 0.05K 5 85 20K ip_fib_trie + 365 360 98% 0.05K 5 73 20K ip_fib_alias + 510 480 94% 0.04K 5 102 20K pde_opener + 640 540 84% 0.03K 5 128 20K kmalloc-rnd-05-32 + 68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full + 42 28 66% 0.38K 2 21 16K bio-328 + 36 28 77% 0.44K 1 36 16K bio-392 + 36 28 77% 0.44K 1 36 16K bio-408 + 36 28 77% 0.44K 1 36 16K bio-424 + 1024 780 76% 0.02K 4 256 16K ep_head + 512 480 93% 0.03K 4 128 16K memdup_user-32 + 1024 900 87% 0.02K 4 256 16K kmalloc-cg-16 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-13-32 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-12-32 + 512 480 93% 0.03K 4 128 16K kmalloc-rnd-08-32 + 2048 1680 82% 0.01K 4 512 16K kmalloc-rnd-07-8 + 512 480 93% 0.03K 4 128 16K kmalloc-32 + 75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1 + 384 360 93% 0.03K 3 128 12K pending_reservation + 60 60 100% 0.20K 3 20 12K ip4-frags + 1536 1371 89% 0.01K 3 512 12K kmalloc-cg-8 + 768 660 85% 0.02K 3 256 12K kmalloc-rnd-09-16 + 768 540 70% 0.02K 3 256 12K kmalloc-rnd-06-16 + 1536 1320 85% 0.01K 3 512 12K kmalloc-rnd-05-8 + 768 540 70% 0.02K 3 256 12K kmalloc-rnd-04-16 + 1536 1380 89% 0.01K 3 512 12K kmalloc-rnd-01-8 + 768 660 85% 0.02K 3 256 12K kmalloc-16 + 64 60 93% 0.12K 2 32 8K memdup_user-128 + 512 480 93% 0.02K 2 256 8K memdup_user-16 + 28 28 100% 0.28K 1 28 8K numa_policy + 72 60 83% 0.11K 2 36 8K kmalloc_buckets + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-15-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-14-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-13-16 + 512 300 58% 0.02K 2 256 8K kmalloc-rnd-12-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-11-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-10-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-08-16 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-05-16 + 1024 600 58% 0.01K 2 512 8K kmalloc-rnd-04-8 + 512 480 93% 0.02K 2 256 8K kmalloc-rnd-03-16 + 256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s + 512 480 93% 0.01K 1 512 4K memdup_user-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-15-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-14-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-13-8 + 512 420 82% 0.01K 1 512 4K kmalloc-rnd-12-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-11-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-10-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-08-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-06-8 + 512 480 93% 0.01K 1 512 4K kmalloc-rnd-03-8 + 512 480 93% 0.01K 1 512 4K kmalloc-8 + 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache + 0 0 0% 0.23K 0 35 0K nf_conntrack_expect + 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache + 0 0 0% 1.08K 0 29 0K zfs_znode_cache + 0 0 0% 1.03K 0 31 0K zap_attr_long_cache + 0 0 0% 1.07K 0 29 0K zap_name_long + 0 0 0% 0.28K 0 28 0K zap_attr_cache + 0 0 0% 0.32K 0 24 0K zap_name + 0 0 0% 0.16K 0 24 0K sio_cache_2 + 0 0 0% 0.15K 0 26 0K sio_cache_1 + 0 0 0% 0.13K 0 30 0K sio_cache_0 + 0 0 0% 0.15K 0 26 0K zil_zcw_cache + 0 0 0% 0.38K 0 20 0K zil_lwb_cache + 0 0 0% 0.37K 0 21 0K dbuf_dirty_record_t + 0 0 0% 0.36K 0 22 0K dmu_buf_impl_t + 0 0 0% 0.03K 0 128 0K arc_buf_t + 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only + 0 0 0% 0.91K 0 35 0K dnode_t + 0 0 0% 0.25K 0 32 0K sa_cache + 0 0 0% 16.00K 0 2 0K lz4_cache + 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 + 0 0 0% 8.00K 0 4 0K zio_buf_comb_8192 + 0 0 0% 6.00K 0 5 0K zio_buf_comb_6144 + 0 0 0% 4.00K 0 8 0K zio_buf_comb_4096 + 0 0 0% 3.00K 0 10 0K zio_buf_comb_3072 + 0 0 0% 2.00K 0 16 0K zio_buf_comb_2048 + 0 0 0% 1.50K 0 21 0K zio_buf_comb_1536 + 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 + 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 + 0 0 0% 0.05K 0 85 0K zio_link_cache + 0 0 0% 1.12K 0 28 0K zio_cache + 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache + 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache + 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache + 0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache + 0 0 0% 0.16K 0 24 0K brt_entry_cache + 0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache + 0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache + 0 0 0% 0.06K 0 64 0K kcf_context_cache + 0 0 0% 0.30K 0 26 0K btrfs_delayed_node + 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent + 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer + 0 0 0% 0.98K 0 32 0K btrfs_inode + 0 0 0% 0.27K 0 30 0K fsverity_info + 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.39K 0 20 0K request_sock_subflow_v6 + 0 0 0% 0.18K 0 22 0K ip6-frags + 0 0 0% 0.32K 0 24 0K request_sock_TCPv6 + 0 0 0% 2.82K 0 11 0K dm_uevent + 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache + 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache + 0 0 0% 0.75K 0 21 0K fat_inode_cache + 0 0 0% 0.04K 0 102 0K fat_cache + 0 0 0% 0.69K 0 23 0K squashfs_inode_cache + 0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache + 0 0 0% 0.11K 0 36 0K fanotify_perm_event + 0 0 0% 0.03K 0 128 0K dnotify_struct + 0 0 0% 0.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.39K 0 20 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% 0.25K 0 32 0K dquot + 0 0 0% 8.00K 0 4 0K msg_msg-8k + 0 0 0% 4.00K 0 8 0K msg_msg-4k + 0 0 0% 2.00K 0 16 0K msg_msg-2k + 0 0 0% 1.00K 0 32 0K msg_msg-1k + 0 0 0% 0.50K 0 32 0K msg_msg-512 + 0 0 0% 0.25K 0 32 0K msg_msg-256 + 0 0 0% 0.12K 0 32 0K msg_msg-128 + 0 0 0% 0.06K 0 64 0K msg_msg-64 + 0 0 0% 0.03K 0 128 0K msg_msg-32 + 0 0 0% 0.02K 0 256 0K msg_msg-16 + 0 0 0% 0.01K 0 512 0K msg_msg-8 + 0 0 0% 0.19K 0 21 0K msg_msg-192 + 0 0 0% 0.09K 0 42 0K msg_msg-96 + 0 0 0% 0.16K 0 25 0K file_lease_cache + 0 0 0% 0.78K 0 20 0K x86_lbr + 0 0 0% 0.36K 0 22 0K task_delay_info + 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache + 0 0 0% 0.25K 0 32 0K bfilp + 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 0.34K 0 23 0K apparmor_auditcache + 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k + 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k + 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k + 0 0 0% 1.00K 0 32 0K dma-kmalloc-1k + 0 0 0% 0.50K 0 32 0K dma-kmalloc-512 + 0 0 0% 0.25K 0 32 0K dma-kmalloc-256 + 0 0 0% 0.12K 0 32 0K dma-kmalloc-128 + 0 0 0% 0.06K 0 64 0K dma-kmalloc-64 + 0 0 0% 0.03K 0 128 0K dma-kmalloc-32 + 0 0 0% 0.02K 0 256 0K dma-kmalloc-16 + 0 0 0% 0.01K 0 512 0K dma-kmalloc-8 + 0 0 0% 0.19K 0 21 0K dma-kmalloc-192 + 0 0 0% 0.09K 0 42 0K dma-kmalloc-96 + 0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k + 0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k + 0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k + 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k + 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 + 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 + 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 + 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 + 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-08-8k + +--- kswapd stats + $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat +pgdemote_kswapd 0 +pgsteal_kswapd 3520574 +pgscan_kswapd 3521314 +kswapd_inodesteal 0 +kswapd_low_wmark_hit_quickly 20 +kswapd_high_wmark_hit_quickly 1 +pgmigrate_success 1485547 +pgmigrate_fail 8142 +compact_migrate_scanned 5690485 +compact_free_scanned 37608686 +compact_isolated 3218434 +compact_stall 17469 +compact_fail 14780 +compact_success 2689 +compact_daemon_wake 94 +compact_daemon_migrate_scanned 2821036 +compact_daemon_free_scanned 33396695 + +############################################################################### +# 6. KERNEL TUNABLES / SYSCTL +############################################################################### + +--- vm.* tunables + $ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)' +vm.admin_reserve_kbytes = 8192 +vm.compact_unevictable_allowed = 1 +vm.dirty_background_bytes = 0 +vm.dirty_background_ratio = 5 +vm.dirty_bytes = 0 +vm.dirty_expire_centisecs = 3000 +vm.dirty_ratio = 40 +vm.dirty_writeback_centisecs = 500 +vm.min_free_kbytes = 67584 +vm.nr_hugepages = 0 +vm.nr_hugepages_mempolicy = 0 +vm.nr_overcommit_hugepages = 0 +vm.overcommit_memory = 0 +vm.overcommit_ratio = 50 +vm.stat_interval = 1 +vm.swappiness = 10 +vm.user_reserve_kbytes = 131072 +vm.vfs_cache_pressure = 100 +vm.vfs_cache_pressure_denom = 100 +vm.watermark_scale_factor = 10 +vm.zone_reclaim_mode = 0 + +--- fs.* tunables + $ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)' +fs.aio-max-nr = 1048576 +fs.aio-nr = 0 +fs.file-max = 9223372036854775807 +fs.file-nr = 2239 0 9223372036854775807 +fs.lease-break-time = 45 +fs.mqueue.msg_default = 10 +fs.mqueue.msg_max = 10 +fs.mqueue.msgsize_default = 8192 +fs.mqueue.msgsize_max = 8192 +fs.mqueue.queues_max = 256 +fs.nr_open = 1073741816 +fs.pipe-max-size = 1048576 + +--- kernel.* perf-relevant + $ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)' +kernel.hung_task_all_cpu_backtrace = 0 +kernel.hung_task_check_count = 4194304 +kernel.hung_task_check_interval_secs = 0 +kernel.hung_task_detect_count = 0 +kernel.hung_task_panic = 0 +kernel.hung_task_sys_info = +kernel.hung_task_timeout_secs = 120 +kernel.hung_task_warnings = 10 +kernel.nmi_watchdog = 1 +kernel.numa_balancing = 0 +kernel.numa_balancing_promote_rate_limit_MBps = 65536 +kernel.randomize_va_space = 2 +kernel.sched_rt_period_us = 1000000 +kernel.sched_rt_runtime_us = 950000 +kernel.threads-max = 231058 +kernel.watchdog = 1 +kernel.watchdog_cpumask = 0-7 +kernel.watchdog_thresh = 10 + +############################################################################### +# 7. NETWORK SYSCTL / TCP +############################################################################### + +--- net.core.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)' +net.core.busy_poll = 0 +net.core.busy_read = 0 +net.core.default_qdisc = fq +net.core.dev_weight = 64 +net.core.dev_weight_rx_bias = 1 +net.core.dev_weight_tx_bias = 1 +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.core.netdev_max_backlog = 250000 +net.core.netdev_tstamp_prequeue = 1 +net.core.optmem_max = 131072 +net.core.rmem_default = 26214400 +net.core.rmem_max = 134217728 +net.core.somaxconn = 65535 +net.core.wmem_default = 26214400 +net.core.wmem_max = 134217728 +net.core.xfrm_acq_expires = 30 +net.core.xfrm_aevent_etime = 10 +net.core.xfrm_aevent_rseqth = 2 +net.core.xfrm_larval_drop = 1 + +--- net.ipv4.tcp.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)' +net.ipv4.tcp_abort_on_overflow = 0 +net.ipv4.tcp_available_congestion_control = reno cubic bbr +net.ipv4.tcp_congestion_control = bbr +net.ipv4.tcp_ecn = 2 +net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_ecn_option = 2 +net.ipv4.tcp_ecn_option_beacon = 3 +net.ipv4.tcp_fastopen = 1 +net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 +net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 +net.ipv4.tcp_fin_timeout = 60 +net.ipv4.tcp_keepalive_intvl = 75 +net.ipv4.tcp_keepalive_probes = 9 +net.ipv4.tcp_keepalive_time = 7200 +net.ipv4.tcp_low_latency = 0 +net.ipv4.tcp_max_syn_backlog = 2048 +net.ipv4.tcp_mtu_probing = 0 +net.ipv4.tcp_no_metrics_save = 0 +net.ipv4.tcp_no_ssthresh_metrics_save = 1 +net.ipv4.tcp_pacing_ca_ratio = 120 +net.ipv4.tcp_pacing_ss_ratio = 200 +net.ipv4.tcp_rmem = 4096 87380 134217728 +net.ipv4.tcp_sack = 1 +net.ipv4.tcp_slow_start_after_idle = 1 +net.ipv4.tcp_syncookies = 1 +net.ipv4.tcp_timestamps = 1 +net.ipv4.tcp_tw_reuse = 2 +net.ipv4.tcp_tw_reuse_delay = 1000 +net.ipv4.tcp_window_scaling = 1 +net.ipv4.tcp_wmem = 4096 65536 134217728 + +--- other net.* sysctls + $ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)' +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.ipv4.conf.all.accept_redirects = 1 +net.ipv4.conf.all.rp_filter = 2 +net.ipv4.conf.all.send_redirects = 1 +net.ipv4.conf.default.forwarding = 0 +net.ipv4.ip_local_port_range = 32768 60999 +net.ipv4.ip_local_reserved_ports = +net.ipv4.ip_no_pmtu_disc = 0 +net.ipv6.conf.all.disable_ipv6 = 0 + +--- sysctl.d +total 16 +drwxr-xr-x 2 root root 4096 Jul 26 15:48 . +drwxr-xr-x 109 root root 4096 Jul 26 16:24 .. +-rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf +-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl + +--- /etc/sysctl.conf + [missing: /etc/sysctl.conf] + +--- non-default sysctl values (sorted, filtered) + $ # Show only sysctls that differ from running state vs an empty config; +# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content. +for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do + [ -r "$f" ] || continue + echo "=== $f ===" + grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null +done +=== /etc/sysctl.d/99-perfopt.conf === +vm.swappiness = 10 +net.ipv4.tcp_congestion_control = bbr +net.core.default_qdisc = fq +net.core.rmem_max = 134217728 +net.core.wmem_max = 134217728 +net.core.rmem_default = 26214400 +net.core.wmem_default = 26214400 +net.core.netdev_max_backlog = 250000 +net.core.somaxconn = 65535 +net.ipv4.tcp_rmem = 4096 87380 134217728 +net.ipv4.tcp_wmem = 4096 65536 134217728 + +############################################################################### +# 8. tuned / irqbalance / udev +############################################################################### + +--- tuned-adm active + $ tuned-adm active +Current active profile: virtual-host + +--- tuned-adm list + $ tuned-adm list +Available profiles: +- accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states +- atomic-guest - Optimize virtual guests based on the Atomic variant +- atomic-host - Optimize bare metal systems running the Atomic variant +- aws - Optimize for aws ec2 instances +- balanced - General non-specialized tuned profile +- balanced-battery - Balanced profile biased towards power savings changes for battery +- cpu-partitioning - Optimize for CPU partitioning +- cpu-partitioning-powersave - Optimize for CPU partitioning with additional powersave +- default - Legacy default tuned profile +- desktop - Optimize for the desktop use-case +- desktop-powersave - Optmize for the desktop use-case with power saving +- enterprise-storage - Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile +- hpc-compute - Optimize for HPC compute workloads +- intel-sst - Configure for Intel Speed Select Base Frequency +- laptop-ac-powersave - Optimize for laptop with power savings +- laptop-battery-powersave - Optimize laptop profile with more aggressive power saving +- latency-performance - Optimize for deterministic performance at the cost of increased power consumption +- mssql - Optimize for Microsoft SQL Server +- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance +- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks +- openshift - Optimize systems running OpenShift (parent profile) +- openshift-control-plane - Optimize systems running OpenShift control plane +- openshift-node - Optimize systems running OpenShift nodes +- optimize-serial-console - Optimize for serial console use. +- oracle - Optimize for Oracle RDBMS +- postgresql - Optimize for PostgreSQL server +- powersave - Optimize for low power consumption +- realtime - Optimize for realtime workloads +- realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest +- realtime-virtual-host - Optimize for KVM guests running realtime workloads +- sap-hana - Optimize for SAP HANA +- sap-hana-kvm-guest - Optimize for running SAP HANA on KVM inside a virtual guest +- sap-netweaver - Optimize for SAP NetWeaver +- server-powersave - Optimize for server power savings +- spectrumscale-ece - Optimized for Spectrum Scale Erasure Code Edition Servers +- spindown-disk - Optimize for power saving by spinning-down rotational disks +- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads +- virtual-guest - Optimize for running inside a virtual guest +- virtual-host - Optimize for running KVM guests +Current active profile: virtual-host + +--- systemctl is-active tuned + $ systemctl is-active tuned +active + +--- irqbalance status + $ systemctl is-active irqbalance +inactive + [exit=4 / not installed or not permitted] + +--- irqbalance config + [missing: /etc/default/irqbalance] + [missing: /etc/irqbalance.conf] + +--- modprobe.d +total 32 +drwxr-xr-x 2 root root 4096 Jul 26 11:29 . +drwxr-xr-x 109 root root 4096 Jul 26 16:24 .. +-rw-r--r-- 1 root root 18 Jul 19 16:29 blacklist.conf +-rw-r--r-- 1 root root 53 Jul 19 17:07 block-nouveau.conf +-rw-r--r-- 1 root root 127 Nov 1 2025 dkms.conf +-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf +-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf +-rw-r--r-- 1 root root 0 Jul 26 15:48 tuned.conf +-rw-r--r-- 1 root root 35 Feb 10 14:47 zfs.conf + +--- udev rules.d +total 8 +drwxr-xr-x 2 root root 4096 Feb 10 14:47 . +drwxr-xr-x 4 root root 4096 Jul 19 15:04 .. +lrwxrwxrwx 1 root root 9 Feb 10 14:47 60-bridge-network-interface.rules -> /dev/null + +--- modprobe.d files + --- /etc/modprobe.d/blacklist.conf --- +blacklist nouveau + --- /etc/modprobe.d/block-nouveau.conf --- +blacklist nouveau +blacklist nova +blacklist nova_core + --- /etc/modprobe.d/dkms.conf --- +# modprobe information used for DKMS modules +# +# This is a stub file, should be edited when needed, +# used by default by DKMS. + --- /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=3331325952 + +--- module params: kvm_intel + $ for p in /sys/module/kvm_intel/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + allow_smaller_maxphyaddr = N + dump_invalid_vmcs = N + emulate_invalid_guest_state = Y + enable_apicv = N + enable_device_posted_irqs = N + enable_ipiv = N + enable_mediated_pmu = N + enable_shadow_vmcs = Y + enlightened_vmcs = N + ept = Y + eptad = Y + error_on_inconsistent_vmcs_config = Y + fasteoi = Y + flexpriority = Y + mbec = N + nested = Y + ple_gap = 128 + ple_window = 4096 + ple_window_grow = 2 + ple_window_max = 4294967295 + ple_window_shrink = 0 + pml = Y + preemption_timer = Y + sgx = N + tdx = N + unrestricted_guest = Y + vmentry_l1d_flush = cond + vnmi = Y + vpid = Y + warn_on_missed_cc = N + +--- module params: kvm_amd + $ for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + [exit=1] + +--- module params: relevant net drivers + $ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do + [ -d "/sys/module/$mod/parameters" ] || continue + echo "=== $mod ===" + for p in /sys/module/$mod/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" + done +done +=== virtio_net === + csum = Y + gso = Y + napi_tx = Y + napi_weight = 64 + +############################################################################### +# 9. PROXMOX VERSION & CLUSTER +############################################################################### + +--- pveversion + $ pveversion +pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve) + +--- pveversion -v + $ pveversion -v +proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve) +pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef) +proxmox-kernel-helper: 9.2.0 +proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6 +proxmox-kernel-7.0: 7.0.14-6 +proxmox-kernel-7.0.14-5-pve-signed: 7.0.14-5 +proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19 +proxmox-kernel-6.17: 6.17.13-19 +proxmox-kernel-6.17.13-18-pve-signed: 6.17.13-18 +proxmox-kernel-6.17.13-2-pve-signed: 6.17.13-2 +proxmox-kernel-6.17.9-1-pve-signed: 6.17.9-1 +proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 +ceph-fuse: 19.2.3-pve2 +corosync: 3.1.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 + [exit=255 / not installed or not permitted] + +--- pveperf + $ timeout 15 pveperf +CPU BOGOMIPS: 46398.16 +REGEX/SECOND: 1722189 +HD SIZE: 93.93 GB (/dev/mapper/pve-root) +BUFFERED READS: 2881.89 MB/sec +AVERAGE SEEK TIME: 0.05 ms +FSYNCS/SECOND: 264.70 +DNS EXT: 21.37 ms +DNS INT: 1.43 ms (knel.net) + +--- 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 vztmpl,backup,import,iso + +lvmthin: local-lvm + thinpool data + vgname pve + content images,rootdir + +nfs: D2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/tsys4/D2 + path /mnt/pve/D2 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +nfs: D3 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/tsys4/D3 + path /mnt/pve/D3 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +nfs: D5 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/tsys4/D5 + path /mnt/pve/D5 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + + +nfs: S2 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/S2 + path /mnt/pve/S2 + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + +nfs: S3 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/S3 + path /mnt/pve/S3 + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + +nfs: S4 + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/S4 + path /mnt/pve/S4 + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + +nfs: T5-SSD + options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2 + export /mnt/pfv-tsys5/ssd + path /mnt/pve/T5-SSD + server pfv-tsys5-nfs-stor + content images + prune-backups keep-all=1 + + +--- user.cfg + --- /etc/pve/user.cfg --- +user:root@pam:1:0:::coo@turnsys.com::x: +token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Mon, 23 Feb 2026 22%3A30%3A46 -0600: + + + + + +--- domains.cfg + [missing: /etc/pve/domains.cfg] + +--- cluster resources (compact) + $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ + | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ + || pvesh get /cluster/resources --type node 2>/dev/null +┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬────────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪════════════╪══════╪═══════════╡ +│ node/pfv-tsys3 │ node │ 2 │ │ 10.12% │ 24.72 GiB │ │ │ │ │ │ │ 8 │ 93.93 GiB │ 31.06 GiB │ 2.76 GiB │ │ │ │ │ │ │ pfv-tsys3 │ │ │ │ │ │ online │ │ │ │ 1d 23h 59m │ │ │ +└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴────────────┴──────┴───────────┘ + +############################################################################### +# 10. NETWORK: INTERFACES +############################################################################### + +--- ip -d link + $ ip -d link +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000 + bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.a4:4c:c8:8:d1:b8 designated_root 8000.a4:4c:c8:8:d1:b8 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:1f.6 + altname enxa44cc808d1b8 +3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500 + bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a7:74 designated_root 8000.8c:ae:4c:cd:a7:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 2-1:2.0 +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a4:4c:c8:08:d1:b8 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.a4:4c:c8:8:d1:b8 designated_root 8000.a4:4c:c8:8:d1:b8 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 102.88 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.9us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a7:74 designated_root 8000.8c:ae:4c:cd:a7:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 106.07 fdb_n_learned 8 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 3e:fc:3b:ce:19:ed 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.42:93:1f:fd:7c:49 designated_root 8000.42:93:1f:fd:7c:49 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 +36: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:93:1f:fd:7c:49 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.42:93:1f:fd:7c:49 designated_root 8000.42:93:1f:fd:7c:49 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 107.93 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 38 mcast_querier_ipv4_other_timer 18.9us 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 +37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.a4:4c:c8:8:d1:b8 designated_root 8000.a4:4c:c8:8:d1:b8 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000 + link/ether 42:93:1f:fd:7c:49 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.42:93:1f:fd:7c:49 designated_root 8000.42:93:1f:fd:7c:49 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + +--- ip -o link + $ ip -o link +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff\ altname enxa44cc808d1b8 +3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff +35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 3e:fc:3b:ce:19:ed brd ff:ff:ff:ff:ff:ff +36: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff +37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff +38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000\ link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff + +--- ip -o -4 addr + $ ip -o -4 addr +1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever +4: tailscale0 inet 100.66.186.10/32 scope global tailscale0\ valid_lft forever preferred_lft forever +5: vmbr0 inet 192.168.2.5/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 480sec preferred_lft 480sec +6: datanet inet 10.100.100.3/24 scope global datanet\ valid_lft forever preferred_lft forever + +--- ip -o -6 addr (link-local filter) + $ ip -o -6 addr +1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fd7a:115c:a1e0::cc01:baa2/128 scope global \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fe80::21ee:1b1b:75ce:ab33/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +5: vmbr0 inet6 fe80::a64c:c8ff:fe08:d1b8/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +6: datanet inet6 fe80::8eae:4cff:fecd:a774/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever + +--- ip addr + $ ip addr +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP group default qlen 1000 + link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff + altname enxa44cc808d1b8 +3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP group default qlen 1000 + link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500 + link/none + inet 100.66.186.10/32 scope global tailscale0 + valid_lft forever preferred_lft forever + inet6 fd7a:115c:a1e0::cc01:baa2/128 scope global + valid_lft forever preferred_lft forever + inet6 fe80::21ee:1b1b:75ce:ab33/64 scope link stable-privacy proto kernel_ll + valid_lft forever preferred_lft forever +5: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff + inet 192.168.2.5/22 brd 192.168.3.255 scope global dynamic vmbr0 + valid_lft 480sec preferred_lft 480sec + inet6 fe80::a64c:c8ff:fe08:d1b8/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +6: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff + inet 10.100.100.3/24 scope global datanet + valid_lft forever preferred_lft forever + inet6 fe80::8eae:4cff:fecd:a774/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN group default qlen 1000 + link/ether 3e:fc:3b:ce:19:ed brd ff:ff:ff:ff:ff:ff +36: fwbr313i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff +37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff +38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP group default qlen 1000 + link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff + +--- ip route + $ ip route +default via 192.168.3.254 dev vmbr0 +10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.3 +192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.2.5 + +--- 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: 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 + 36922357 162378 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 36922357 162378 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 8311254452 25629639 0 5761 251 4329331 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 63689171745 56715771 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enxa44cc808d1b8 +3: enx8cae4ccda774: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 146826638109 102226537 0 5759 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 17467156847 43477559 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +4: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 259342834 3732854 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 52454452695 2705678 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a4:4c:c8:08:d1:b8 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1268067844 8743963 0 0 0 3737465 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 56146276405 3487157 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a7:74 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 146804779685 102201966 0 10 0 145555 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 17465688812 43471802 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +35: tap313i0: mtu 1500 qdisc fq_codel master fwbr313i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 3e:fc:3b:ce:19:ed brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 7589174 36001 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 54702602 433678 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +36: fwbr313i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 31292147 370219 0 414 0 234877 + 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 +37: fwpr313p0@fwln313i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether b2:fa:f2:6a:c5:e8 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 7676822 36353 0 352 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 54725207 433802 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +38: fwln313i0@fwpr313p0: mtu 1500 qdisc noqueue master fwbr313i0 state UP mode DEFAULT group default qlen 1000 + link/ether 42:93:1f:fd:7c:49 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 54725207 433802 0 352 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 7676822 36353 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + +--- ip neigh + $ ip neigh +10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d STALE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.0.20 dev vmbr0 lladdr 18:03:73:43:ce:de STALE +192.168.3.252 dev vmbr0 FAILED +192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE +192.168.3.58 dev vmbr0 lladdr a4:bb:6d:e3:56:86 STALE +192.168.3.135 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 DELAY +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +192.168.3.49 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d 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 DELAY +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +10.100.100.9 dev datanet FAILED +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.1.45 dev vmbr0 FAILED +192.168.1.164 dev vmbr0 FAILED +192.168.3.253 dev vmbr0 FAILED +192.168.1.46 dev vmbr0 FAILED +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE +fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::fabc:12ff:fe34:e075 dev datanet lladdr f8:bc:12:34:e0:75 STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE +fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::be24:11ff:feeb:f00f dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 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::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::11be:70aa:7f52:bcc4 dev vmbr0 lladdr bc:24:11:7a:44:5f STALE +fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE +fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE +fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::be24:11ff:fe74:d68a dev vmbr0 lladdr bc:24:11:74:d6:8a STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE +fe80::571e:6df3:f3d6:ad57 dev vmbr0 lladdr bc:24:11:6d:60:fb STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE +fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d 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: 36922357 162378 0 0 0 0 0 0 36922357 162378 0 0 0 0 0 0 + nic0: 8311254812 25629643 0 6012 0 0 0 4329335 63689171745 56715771 0 0 0 0 0 0 +enx8cae4ccda774: 146826638109 102226537 0 5759 0 0 0 0 17467156847 43477559 0 0 0 0 0 0 +tailscale0: 259342834 3732854 0 0 0 0 0 0 52454452695 2705678 0 0 0 0 0 0 + vmbr0: 1268068132 8743967 0 0 0 0 0 3737469 56146276405 3487157 0 0 0 0 0 0 +datanet: 146804779685 102201966 0 10 0 0 0 145555 17465688812 43471802 0 0 0 0 0 0 +tap313i0: 7589174 36001 0 0 0 0 0 0 54702946 433682 0 0 0 0 0 0 +fwbr313i0: 31292435 370223 0 414 0 0 0 234881 0 0 0 0 0 0 0 0 +fwpr313p0: 7676822 36353 0 352 0 0 0 0 54725551 433806 0 0 0 0 0 0 +fwln313i0: 54725551 433806 0 352 0 0 0 0 7676822 36353 0 0 0 0 0 0 + +--- ip -6 route (brief) + $ ip -6 route +fd7a:115c:a1e0::cc01:baa2 dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev vmbr0 proto kernel metric 256 pref medium +fe80::/64 dev datanet proto kernel metric 256 pref medium + +--- sysfs interface attributes + $ for ifc in $NETIFS; do + d="/sys/class/net/$ifc" + [ -d "$d" ] || continue + printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \ + "$ifc" \ + "$(cat "$d/speed" 2>/dev/null)" \ + "$(cat "$d/duplex" 2>/dev/null)" \ + "$(cat "$d/mtu" 2>/dev/null)" \ + "$(cat "$d/carrier" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/type" 2>/dev/null)" +done +datanet speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +enx8cae4ccda774 speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr313i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln313i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr313p0 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 +tap313i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 + +--- ethtool per-interface deep dump + $ for ifc in $NETIFS; do + [ -e "/sys/class/net/$ifc" ] || continue + echo "" + echo "----- ethtool: $ifc -----" + echo "[driver/version/firmware/bus-info -i]" + ethtool -i "$ifc" 2>&1 + echo "[settings - speed/duplex/autoneg/port]" + ethtool "$ifc" 2>&1 + echo "[channels -l (RX/TX/combined queue counts)]" + ethtool -l "$ifc" 2>&1 + echo "[coalesce -c (interrupt moderation)]" + ethtool -c "$ifc" 2>&1 + echo "[ring -g (descriptor counts)]" + ethtool -g "$ifc" 2>&1 + echo "[pause / flow-control -a]" + ethtool -a "$ifc" 2>&1 + echo "[offload features -k]" + ethtool -k "$ifc" 2>&1 + echo "[private flags --show-priv-flags]" + ethtool --show-priv-flags "$ifc" 2>&1 + echo "[ntuple/RSS -n]" + ethtool -n "$ifc" 2>&1 | head -n 40 + echo "[SFP/DOM transceiver -m]" + ethtool -m "$ifc" 2>&1 + echo "[statistics -S (key error/drop counters only)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'drop|discard|error|crc|miss|pause|fifo|no_buff|rx_no_|_err|fw_|_bad|oversiz|undersize|frag|jabber|length_err|alignment' \ + | head -n 60 + echo "[statistics -S (throughput counters)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'rx_(octets|bytes|packets)|tx_(octets|bytes|packets)|rx_(unicast|multicast|broadcast)|tx_(unicast|multicast|broadcast)' \ + | head -n 30 +done + +----- ethtool: datanet ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for datanet: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: Unknown! + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for datanet: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [requested on] + tx-scatter-gather-fraglist: off [requested on] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [requested on] + tx-tcp-ecn-segmentation: off [requested on] + tx-tcp-mangleid-segmentation: off [requested on] + tx-tcp6-segmentation: off [requested on] + tx-tcp-accecn-segmentation: off [requested on] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [requested on] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: off [requested on] +tx-esp-segmentation: on +tx-udp-segmentation: off [requested on] +tx-gso-list: off [requested on] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: enx8cae4ccda774 ----- +[driver/version/firmware/bus-info -i] +driver: cdc_ncm +version: 7.0.14-6-pve +firmware-version: CDC NCM (NO ZLP) +expansion-rom-version: +bus-info: usb-0000:00:14.0-1 +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 enx8cae4ccda774: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: Unknown! + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for enx8cae4ccda774: +rx-checksumming: off [fixed] +tx-checksumming: off + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: off [fixed] + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [fixed] + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [fixed] + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off [fixed] + tx-tcp6-segmentation: off [fixed] + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: off [fixed] +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr313i0 ----- +[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 fwbr313i0: + 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 fwbr313i0: +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: fwln313i0 ----- +[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 fwln313i0: + 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 fwln313i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln313i0: +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: fwpr313p0 ----- +[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 fwpr313p0: + 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 fwpr313p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr313p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: nic0 ----- +[driver/version/firmware/bus-info -i] +driver: e1000e +version: 7.0.14-6-pve +firmware-version: 0.8-3 +expansion-rom-version: +bus-info: 0000:00:1f.6 +supports-statistics: yes +supports-test: yes +supports-eeprom-access: yes +supports-register-dump: yes +supports-priv-flags: yes +[settings - speed/duplex/autoneg/port] +Settings for nic0: + Supported ports: [ TP ] + Supported link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Supported pause frame use: Symmetric Receive-only + Supports auto-negotiation: Yes + Supported FEC modes: Not reported + Advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Advertised pause frame use: Symmetric Receive-only + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: on (auto) + Supports Wake-on: pumbg + Wake-on: g + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 3 +rx-frames: n/a +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +Ring parameters for nic0: +Pre-set maximums: +RX: 4096 +RX Mini: n/a +RX Jumbo: n/a +TX: 4096 +TX push buff len: n/a +Current hardware settings: +RX: 256 +RX Mini: n/a +RX Jumbo: n/a +TX: 256 +RX Buf Len: n/a +CQE Size: n/a +TX Push: off +RX Push: off +TX push buff len: n/a +TCP data split: n/a +[pause / flow-control -a] +Pause parameters for nic0: +Autonegotiate: on +RX: off +TX: off +RX negotiated: off +TX negotiated: off + +[offload features -k] +Features for nic0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [fixed] + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off [fixed] + tx-tcp6-segmentation: off [fixed] + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: on +highdma: on [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off +rx-all: off +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +Private flags for nic0: +s0ix-enabled: off +disable-k1 : off +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_errors: 0 + tx_errors: 0 + tx_dropped: 0 + rx_length_errors: 0 + rx_over_errors: 0 + rx_crc_errors: 0 + rx_frame_errors: 0 + rx_no_buffer_count: 432 + rx_missed_errors: 251 + tx_aborted_errors: 0 + tx_carrier_errors: 0 + tx_fifo_errors: 0 + tx_heartbeat_errors: 0 + tx_window_errors: 0 + rx_long_length_errors: 0 + rx_short_length_errors: 0 + rx_align_errors: 0 + rx_csum_offload_errors: 2 + dropped_smbus: 0 + uncorr_ecc_errors: 0 + corr_ecc_errors: 0 +[statistics -S (throughput counters)] + rx_packets: 25629690 + tx_packets: 56715772 + rx_bytes: 8311259815 + tx_bytes: 63689171921 + rx_broadcast: 1617737 + tx_broadcast: 139985 + rx_multicast: 4329376 + tx_multicast: 122401 + +----- ethtool: tap313i0 ----- +[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 tap313i0: + 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 tap313i0: +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 tap313i0: +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 tap313i0: +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: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 +3: enx8cae4ccda774: mtu 1500 master datanet state forwarding priority 32 cost 100 +35: tap313i0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 +37: fwpr313p0@fwln313i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +38: fwln313i0@fwpr313p0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 + +--- bridge -d link + $ bridge -d link +2: nic0: 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 131 mcast_max_groups 0 +3: enx8cae4ccda774: mtu 1500 master datanet state forwarding priority 32 cost 100 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +35: tap313i0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +37: fwpr313p0@fwln313i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +38: fwln313i0@fwpr313p0: mtu 1500 master fwbr313i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 + +--- bridge vlan + $ bridge vlan +port vlan-id +nic0 1 PVID Egress Untagged +enx8cae4ccda774 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap313i0 1 PVID Egress Untagged +fwbr313i0 1 PVID Egress Untagged +fwpr313p0 1 PVID Egress Untagged +fwln313i0 1 PVID Egress Untagged + +--- bridge vlan show + $ bridge vlan show +port vlan-id +nic0 1 PVID Egress Untagged +enx8cae4ccda774 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap313i0 1 PVID Egress Untagged +fwbr313i0 1 PVID Egress Untagged +fwpr313p0 1 PVID Egress Untagged +fwln313i0 1 PVID Egress Untagged + +--- brctl show + $ brctl show +bridge name bridge id STP enabled interfaces +datanet 8000.8cae4ccda774 no enx8cae4ccda774 +fwbr313i0 8000.42931ffd7c49 no fwln313i0 + tap313i0 +vmbr0 8000.a44cc808d1b8 no fwpr313p0 + nic0 + +--- bonding state + [missing: /proc/net/bonding/bond*] + +--- vlan config + $ cat /proc/net/vlan/config +cat: /proc/net/vlan/config: No such file or directory + [exit=1 / not installed or not permitted] + +--- /proc/net/vlan + [missing: /proc/net/vlan] + +--- /etc/network/interfaces + --- /etc/network/interfaces --- +auto lo +iface lo inet loopback + +iface nic0 inet manual + +iface enx8cae4ccda774 inet manual + +### Mgmt network + +auto vmbr0 +iface vmbr0 inet dhcp + bridge-ports nic0 + bridge-stp off + bridge-fd 0 + + +### Data network + +auto datanet +iface datanet inet static + address 10.100.100.3 + netmask 255.255.255.0 + bridge-ports enx8cae4ccda774 + bridge-stp off + bridge-fd 0 + +source /etc/network/interfaces.d/* + +--- interfaces.d (per file) + $ for f in /etc/network/interfaces.d/*; do + [ -r "$f" ] || continue + echo "--- $f ---" + cat "$f" +done + +############################################################################### +# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET +############################################################################### + +--- /proc/interrupts + $ cat /proc/interrupts + CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 + 0: 163 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 1: 14 0 0 0 0 0 0 0 IR-IO-APIC 1-edge i8042 + 8: 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 + 9: 0 61717 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 12: 0 0 0 0 0 0 0 7867 IR-IO-APIC 12-edge i8042 + 16: 0 0 0 0 0 4596 0 0 IR-IO-APIC 16-fasteoi i801_smbus + 31: 0 0 0 0 0 0 0 0 IR-IO-APIC 31-edge smo8800 + 120: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 + 121: 0 0 0 9 0 0 0 0 IR-PCI-MSI-0000:00:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 122: 0 0 0 0 1 0 0 0 IR-PCI-MSI-0000:00:1c.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 123: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.4 0-edge PCIe PME, aerdrv, pciehp, PCIe bwctrl + 124: 0 0 0 0 0 0 1 0 IR-PCI-MSI-0000:00:1d.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 125: 0 0 6 0 0 0 0 0 IR-PCI-MSI-0000:02:00.0 0-edge rtsx_pci + 126: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:17.0 0-edge ahci[0000:00:17.0] + 127: 0 0 0 0 29246082 0 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 + 128: 0 0 0 0 0 0 18699507 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 136: 0 0 0 0 0 0 17491 0 IR-PCI-MSIX-0000:04:00.0 0-edge nvme0q0 + 137: 0 0 0 0 0 82076 0 0 IR-PCI-MSIX-0000:04:00.0 1-edge nvme0q1 + 138: 0 0 0 41038 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 2-edge nvme0q2 + 139: 0 0 0 0 0 0 0 155758 IR-PCI-MSIX-0000:04:00.0 3-edge nvme0q3 + 140: 0 0 25541 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 4-edge nvme0q4 + 141: 0 0 0 0 0 0 77380 0 IR-PCI-MSIX-0000:04:00.0 5-edge nvme0q5 + 142: 36460 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:04:00.0 6-edge nvme0q6 + 143: 0 0 0 0 43247 0 0 0 IR-PCI-MSIX-0000:04:00.0 7-edge nvme0q7 + 144: 52 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me + 145: 0 0 316 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.3 0-edge snd_hda_intel:card0 + NMI: 366 328 325 324 376 296 358 306 Non-maskable interrupts + LOC: 54232291 45548955 44525543 43996755 51265144 41345047 45657550 42469197 Local timer interrupts + SPU: 0 0 0 0 0 0 0 0 Spurious interrupts + PMI: 366 328 325 324 376 296 358 306 Performance monitoring interrupts + IWI: 941 1100 333 738 726 763 750 1462 IRQ work interrupts + RTR: 6 0 0 0 0 0 0 0 APIC ICR read retries + RES: 2237319 2102054 2186894 2183504 1681513 2015135 1947662 2027941 Rescheduling interrupts + CAL: 3933992 2371628 1944239 1762600 2012492 1659260 1734845 1743825 Function call interrupts + TLB: 45130 47862 48082 49690 52593 50161 50867 50539 TLB shootdowns + TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts + THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts + DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts + MCE: 0 0 0 0 0 0 0 0 Machine check exceptions + MCP: 528 529 529 529 529 529 529 529 Machine check polls + ERR: 0 + MIS: 0 + PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event + NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event + PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event +VPMI: 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI + +--- NIC IRQ affinities (which CPUs handle which queue) + $ for ifc in $NETIFS; do + [ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue + echo "=== $ifc IRQ list (first 40) ===" + ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40 +done +=== nic0 IRQ list (first 40) === +127 + +--- RPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_cpus = 00 + /sys/class/net/enx8cae4ccda774/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr313i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln313i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr313p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/lo/queues/rx-0/rps_cpus = 00 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap313i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 00 + +--- XPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 +cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/enx8cae4ccda774/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr313i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/nic0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap313i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory + /sys/class/net/datanet/queues/tx-0/xps_cpus = + /sys/class/net/enx8cae4ccda774/queues/tx-0/xps_cpus = + /sys/class/net/fwbr313i0/queues/tx-0/xps_cpus = + /sys/class/net/fwln313i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr313p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/lo/queues/tx-0/xps_cpus = + /sys/class/net/nic0/queues/tx-0/xps_cpus = + /sys/class/net/tailscale0/queues/tx-0/xps_cpus = + /sys/class/net/tap313i0/queues/tx-0/xps_cpus = + /sys/class/net/vmbr0/queues/tx-0/xps_cpus = + +--- RFS flow counts + $ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do + [ -e "$q" ] || continue + printf ' %s = %s\n' "$q" "$(cat "$q")" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/enx8cae4ccda774/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr313i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln313i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr313p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap313i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 + +--- /proc/net/softnet_stat (drops/backlog) + $ cat /proc/net/softnet_stat +002c7a22 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +003815e7 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +0032ac47 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +002f8804 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +054abba3 00012573 00003d68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +004f8d71 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +0c712cdc 00000000 00000136 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +003d757f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 + +--- softnet_stat decoded + $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT +awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", + NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat +cpu0 total=002c7a22 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=003815e7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=0032ac47 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=002f8804 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=054abba3 dropped=00012573 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=004f8d71 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=0c712cdc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=003d757f 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 2 0.0 +IpFragFails 0 0.0 +TcpAttemptFails 3 0.0 +TcpRetransSegs 37661 0.0 +TcpInErrs 1 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 1 0.0 +TcpExtTCPLostRetransmit 480 0.0 +TcpExtTCPRenoFailures 0 0.0 +TcpExtTCPSackFailures 0 0.0 +TcpExtTCPLossFailures 24 0.0 +TcpExtTCPFastRetrans 6294 0.0 +TcpExtTCPSlowStartRetrans 229 0.0 +TcpExtTCPLossProbes 40618 0.0 +TcpExtTCPLossProbeRecovery 57 0.0 +TcpExtTCPRenoRecoveryFail 0 0.0 +TcpExtTCPSackRecoveryFail 33 0.0 +TcpExtTCPAbortOnData 2437 0.0 +TcpExtTCPAbortOnClose 29 0.0 +TcpExtTCPAbortOnMemory 0 0.0 +TcpExtTCPAbortOnTimeout 2 0.0 +TcpExtTCPAbortOnLinger 0 0.0 +TcpExtTCPAbortFailed 0 0.0 +TcpExtTCPMD5Failure 0 0.0 +TcpExtTCPBacklogDrop 0 0.0 +TcpExtPFMemallocDrop 0 0.0 +TcpExtTCPMinTTLDrop 0 0.0 +TcpExtTCPDeferAcceptDrop 0 0.0 +TcpExtTCPTimeWaitOverflow 0 0.0 +TcpExtTCPReqQFullDrop 0 0.0 +TcpExtTCPRetransFail 0 0.0 +TcpExtTCPOFODrop 0 0.0 +TcpExtTCPFastOpenActiveFail 0 0.0 +TcpExtTCPFastOpenPassiveFail 0 0.0 +TcpExtTCPFastOpenListenOverflow 0 0.0 +TcpExtTCPSynRetrans 139 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: 315 +TCP: 97 (estab 8, closed 77, orphaned 0, timewait 77) + +Transport Total IP IPv6 +RAW 0 0 0 +UDP 7 4 3 +TCP 20 14 6 +INET 27 18 9 +FRAG 0 0 0 + + +--- ss -t -m (top TCP with skmem/cwnd/rto) + $ ss -tno state established ( dport != :22 and sport != :22 ) -m +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 10.100.100.3:959 10.100.100.5:2049 timer:(keepalive,59sec,0) + skmem:(r0,rb2027316,t0,tb87040,f0,w0,o0,bl0,d4) +0 0 192.168.2.5:39972 209.177.156.94:443 timer:(keepalive,5.129sec,0) + skmem:(r0,rb1614882,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 10.100.100.3:964 10.100.100.4:2049 timer:(keepalive,59sec,0) + skmem:(r0,rb5493705,t0,tb4194304,f0,w0,o0,bl0,d86) +0 0 192.168.2.5:46394 9.9.9.9:443 timer:(keepalive,26sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.2.5:48164 152.53.37.179:443 timer:(keepalive,13sec,0) + skmem:(r0,rb1712008,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 192.168.2.5:34606 192.200.0.113:80 timer:(keepalive,14sec,0) + skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 192.168.2.5:36552 199.165.136.100:443 timer:(keepalive,2.637sec,0) + skmem:(r0,rb1715427,t0,tb87040,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 100.66.186.10:ssh 100.101.187.119:43096 + bbr wscale:7,12 rto:207 rtt:6.051/9.949 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5797 bytes_acked:5797 bytes_received:3889 segs_out:23 segs_in:21 data_segs_out:16 data_segs_in:13 bbr:(bw:23.8Mbps,mrtt:0.622,pacing_gain:2.88672,cwnd_gain:2.88672) send 42.2Mbps lastsnd:1880 lastrcv:1880 lastack:1880 pacing_rate 406Mbps delivery_rate 23.8Mbps delivered:17 app_limited busy:60ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.622 snd_wnd:77312 rcv_wnd:81920 +ESTAB 0 0 10.100.100.3:959 10.100.100.5:nfs + cubic wscale:10,10 rto:203 rtt:2.095/0.153 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:9221608 bytes_retrans:3032 bytes_acked:9218577 bytes_received:10212752 segs_out:100994 segs_in:54624 data_segs_out:54570 data_segs_in:54617 send 11.1Mbps lastsnd:30 lastrcv:28 lastack:28 pacing_rate 13.3Mbps delivery_rate 15.2Mbps delivered:54556 app_limited busy:185223ms retrans:0/18 dsack_dups:3 rcv_rtt:11 rcv_space:64304 rcv_ssthresh:1345627 minrtt:1.792 snd_wnd:130048 rcv_wnd:1346560 rehash:2 +ESTAB 0 0 192.168.2.5:39972 209.177.156.94:https + cubic wscale:7,10 rto:213 rtt:12.893/1.343 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:707012 bytes_acked:707013 bytes_received:414172 segs_out:7289 segs_in:6680 data_segs_out:3798 data_segs_in:2666 send 8.98Mbps lastsnd:3085 lastrcv:3072 lastack:3072 pacing_rate 18Mbps delivery_rate 4.33Mbps delivered:3799 app_limited busy:38049ms rcv_rtt:210146 rcv_space:66031 rcv_ssthresh:1071745 minrtt:10.026 snd_wnd:213760 rcv_wnd:1072128 +ESTAB 0 176 10.100.100.3:964 10.100.100.4:nfs + cubic wscale:9,10 rto:205 rtt:4.037/2.306 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 ssthresh:48 bytes_sent:14567464092 bytes_retrans:31413000 bytes_acked:14536050917 bytes_received:141447714852 segs_out:42243281 segs_in:101240724 data_segs_out:10603343 data_segs_in:99274272 send 28.7Mbps lastsnd:1 lastrcv:63 lastack:63 pacing_rate 57.4Mbps delivery_rate 11.7Mbps delivered:10599493 app_limited busy:5735734ms rwnd_limited:2944ms(0.1%) unacked:1 retrans:0/34333 dsack_dups:30483 rcv_rtt:4.75 rcv_space:922770 rcv_ssthresh:3647525 minrtt:1.341 rcv_ooopack:5485 snd_wnd:4924928 rcv_wnd:3648512 rehash:108 +ESTAB 0 0 192.168.2.5:46394 9.9.9.9:https + bbr wscale:11,12 rto:212 rtt:11.199/0.784 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:23 bytes_sent:6674 bytes_acked:6675 bytes_received:12809 segs_out:106 segs_in:100 data_segs_out:98 data_segs_in:52 bbr:(bw:5.05Mbps,mrtt:10.186,pacing_gain:2.88672,cwnd_gain:2.88672) send 23.8Mbps lastsnd:3111 lastrcv:3097 lastack:3097 pacing_rate 28.3Mbps delivery_rate 5.05Mbps delivered:99 app_limited busy:536ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.186 snd_wnd:45056 rcv_wnd:61440 +ESTAB 0 0 192.168.2.5:48164 152.53.37.179:https + cubic wscale:11,10 rto:247 rtt:46.472/1.29 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:3554119 bytes_acked:3554120 bytes_received:117695 segs_out:15325 segs_in:14807 data_segs_out:3795 data_segs_in:2933 send 2.49Mbps lastsnd:48152 lastrcv:48197 lastack:1836 pacing_rate 4.99Mbps delivery_rate 1.06Mbps delivered:3796 app_limited busy:136378ms rcv_rtt:178512 rcv_space:65962 rcv_ssthresh:76096 minrtt:44.111 snd_wnd:57344 rcv_wnd:76800 +ESTAB 0 0 192.168.2.5:34606 192.200.0.113:http + cubic wscale:10,10 rto:343 rtt:142.985/8.892 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:21240 bytes_acked:21241 bytes_received:387410 segs_out:6780 segs_in:6804 data_segs_out:92 data_segs_in:3544 send 810kbps lastsnd:124647 lastrcv:15251 lastack:15251 pacing_rate 1.62Mbps delivery_rate 501kbps delivered:93 app_limited busy:10405ms rcv_rtt:3217.64 rcv_space:14480 rcv_ssthresh:91993 minrtt:135.166 snd_wnd:78848 rcv_wnd:92160 +ESTAB 0 0 192.168.2.5:36552 199.165.136.100:https + cubic wscale:10,10 rto:266 rtt:65.556/10.084 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:7 ssthresh:7 bytes_sent:8411443 bytes_retrans:880 bytes_acked:8410564 bytes_received:1530142 segs_out:31771 segs_in:24370 data_segs_out:15774 data_segs_in:15731 send 1.24Mbps lastsnd:1086 lastrcv:1022 lastack:1022 pacing_rate 1.48Mbps delivery_rate 2.15Mbps delivered:15773 app_limited busy:1073719ms retrans:0/2 reordering:7 reord_seen:3 rcv_rtt:2362.41 rcv_space:66024 rcv_ssthresh:76096 minrtt:41.635 snd_wnd:107520 rcv_wnd:76800 rehash:1 + +--- /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 198288 29559 3 33 8 106002580 86549771 37661 1 5321 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 198288 29559 3 33 8 106002580 86549772 37661 1 5321 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 +nvme0n1 476.9G disk PM961 NVMe SAMSUNG 512GB S33YNX0J331581 live 0 512B 2T +├─nvme0n1p1 1007K part 0 512B 2T +├─nvme0n1p2 1G part vfat 0 512B 2T +└─nvme0n1p3 475.9G part LVM2_member 0 512B 2T + ├─pve-swap 8G lvm [SWAP] swap running 0 512B 2T + ├─pve-root 96G lvm / ext4 running 0 512B 2T + ├─pve-data_tmeta 3.6G lvm running 0 512B 2T + │ └─pve-data-tpool 348.8G lvm running 0 512B 2T + │ └─pve-data 348.8G lvm running 0 512B 2T + └─pve-data_tdata 348.8G lvm running 0 512B 2T + └─pve-data-tpool 348.8G lvm running 0 512B 2T + └─pve-data 348.8G lvm running 0 512B 2T + +--- lsblk -t + $ lsblk -t +NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME +nvme0n1 0 512 0 512 512 0 none 1023 4096 0B +├─nvme0n1p1 0 512 0 512 512 0 none 1023 4096 0B +├─nvme0n1p2 0 512 0 512 512 0 none 1023 4096 0B +└─nvme0n1p3 0 512 0 512 512 0 none 1023 4096 0B + ├─pve-swap 0 512 0 512 512 0 4096 0B + ├─pve-root 0 512 0 512 512 0 4096 0B + ├─pve-data_tmeta 0 512 0 512 512 0 4096 0B + │ └─pve-data-tpool 0 65536 65536 512 512 0 4096 0B + │ └─pve-data 0 65536 65536 512 512 0 4096 0B + └─pve-data_tdata 0 512 0 512 512 0 4096 0B + └─pve-data-tpool 0 65536 65536 512 512 0 4096 0B + └─pve-data 0 65536 65536 512 512 0 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 nvme-eui.002538b371bb881e eui.002538b371bb881e 0 0 512B 9 2T 0 disk 0 nvme0n1 512 259:0 259 0 512 brw-rw---- PM961 NVMe SAMSUNG 512GB 7 nvme0n1 0 root /dev/nvme0n1 512 gpt 5dcb08dd-a082-4398-aa09-8c45c9218f2d 4096 0 CXY74D1Q 0 0 0 1023 none S33YNX0J331581 476.9G live block:nvme:pci nvme disk 0B eui.002538b371bb881e none 0B 0B 0B 0 0 0 + 0 nvme-eui.002538b371bb881e-part1 eui.002538b371bb881e-part1 0 0 512B 9 2T 0 disk 0 nvme0n1p1 512 259:1 259 1 512 brw-rw---- 7 ├─nvme0n1p1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot 021588b1-f7d9-4a9e-9bea-e427c3c74e8e /dev/nvme0n1p1 512 nvme0n1 gpt 5dcb08dd-a082-4398-aa09-8c45c9218f2d 4096 0 0 0 0 1023 none 1007K 34 block:nvme:pci nvme part 0B eui.002538b371bb881e none 0B 0B 0B 0 0 0 + 0 nvme-eui.002538b371bb881e-part2 eui.002538b371bb881e-part2 0 0 512B 9 2T 0 vfat FAT32 disk 0 nvme0n1p2 512 259:2 259 2 512 brw-rw---- 7 ├─nvme0n1p2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 938ec087-5bc4-4bb0-817c-befc7f43df92 /dev/nvme0n1p2 512 nvme0n1 gpt 5dcb08dd-a082-4398-aa09-8c45c9218f2d 4096 0 0 0 0 1023 none 1G 2048 block:nvme:pci nvme part 4C0C-136D 0B eui.002538b371bb881e none 0B 0B 0B 0 0 0 + 0 nvme-eui.002538b371bb881e-part3 eui.002538b371bb881e-part3 0 0 512B 9 2T 0 LVM2_member LVM2 001 disk 0 nvme0n1p3 512 259:3 259 3 512 brw-rw---- 7 └─nvme0n1p3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM ea9a8942-d5fd-461f-aaf8-846efb564142 /dev/nvme0n1p3 512 nvme0n1 gpt 5dcb08dd-a082-4398-aa09-8c45c9218f2d 4096 0 0 0 0 1023 none 475.9G 2099200 block:nvme:pci nvme part cKvIrR-Ztxl-i4Xe-fDPq-Yeui-NO3n-mj19Qz 0B eui.002538b371bb881e none 0B 0B 0B 0 0 0 + 0 dm-name-pve-swap name-pve-swap 0 0 512B 10 2T 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 nvme0n1p3 4096 0 0 0 0 8G running block [SWAP] [SWAP] lvm 53b8f49e-0591-4df6-9e97-afd8e5c02735 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 512B 11 2T 0 64.4G / 93.9G ext4 24.7G 26% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 nvme0n1p3 4096 0 0 0 0 96G running block / / lvm 1d0d11c1-7e0f-4e90-9adb-6c049dc744cf 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 12 2T 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 nvme0n1p3 4096 0 0 0 0 3.6G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 14 2T 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data-tpool 65536 root /dev/mapper/pve-data-tpool 512 dm-2 4096 0 0 0 0 348.8G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 15 2T 0 disk 0 dm-5 512 252:5 252 5 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 0 348.8G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 13 2T 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 nvme0n1p3 4096 0 0 0 0 348.8G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 14 2T 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 └─pve-data-tpool 65536 root /dev/mapper/pve-data-tpool 512 dm-3 4096 0 0 0 0 348.8G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 15 2T 0 disk 0 dm-5 512 252:5 252 5 65536 brw-rw---- 1 └─pve-data 65536 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 0 348.8G running block lvm 0B none 0B 0B 0B 0 0 0 + +--- blkid + $ blkid +/dev/mapper/pve-root: UUID="1d0d11c1-7e0f-4e90-9adb-6c049dc744cf" BLOCK_SIZE="4096" TYPE="ext4" +/dev/nvme0n1p3: UUID="cKvIrR-Ztxl-i4Xe-fDPq-Yeui-NO3n-mj19Qz" TYPE="LVM2_member" PARTUUID="ea9a8942-d5fd-461f-aaf8-846efb564142" +/dev/nvme0n1p2: UUID="4C0C-136D" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="938ec087-5bc4-4bb0-817c-befc7f43df92" +/dev/mapper/pve-swap: UUID="53b8f49e-0591-4df6-9e97-afd8e5c02735" TYPE="swap" +/dev/nvme0n1p1: PARTUUID="021588b1-f7d9-4a9e-9bea-e427c3c74e8e" + +--- /proc/partitions + $ cat /proc/partitions +major minor #blocks name + + 259 0 500107608 nvme0n1 + 259 1 1007 nvme0n1p1 + 259 2 1048576 nvme0n1p2 + 259 3 499057991 nvme0n1p3 + 252 0 8388608 dm-0 + 252 1 100663296 dm-1 + 252 2 3731456 dm-2 + 252 3 365760512 dm-3 + 252 4 365760512 dm-4 + 252 5 365760512 dm-5 + +--- fdisk -l + $ fdisk -l +Disk /dev/nvme0n1: 476.94 GiB, 512110190592 bytes, 1000215216 sectors +Disk model: PM961 NVMe SAMSUNG 512GB +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: 5DCB08DD-A082-4398-AA09-8C45C9218F2D + +Device Start End Sectors Size Type +/dev/nvme0n1p1 34 2047 2014 1007K BIOS boot +/dev/nvme0n1p2 2048 2099199 2097152 1G EFI System +/dev/nvme0n1p3 2099200 1000215182 998115983 475.9G 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 = 0 + nr_requests = 1023 + read_ahead_kb = 4096 + max_sectors_kb = 128 + max_hw_sectors_kb = 128 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 512 + discard_max_hw_bytes = 2199023255040 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 2000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 1 + add_random = 0 + zoned = none + dma_alignment = 3 + iostats = 1 + model = PM961 NVMe SAMSUNG 512GB + serial = S33YNX0J331581 + transport = pcie + queue_count = 8 + +--- df -h (filesystem usage) + $ df -h +Filesystem Size Used Avail Use% Mounted on +udev 15G 0 15G 0% /dev +tmpfs 3.2G 2.3M 3.2G 1% /run +/dev/mapper/pve-root 94G 25G 65G 28% / +tmpfs 16G 31M 16G 1% /dev/shm +tmpfs 5.0M 0 5.0M 0% /run/lock +tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service +tmpfs 16G 24K 16G 1% /tmp +/dev/fuse 128M 20K 128M 1% /etc/pve +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD +tmpfs 3.2G 4.0K 3.2G 1% /run/user/0 + +--- df -i (inode usage) + $ df -i +Filesystem Inodes IUsed IFree IUse% Mounted on +udev 3696862 568 3696294 1% /dev +tmpfs 4071255 1017 4070238 1% /run +/dev/mapper/pve-root 6291456 178558 6112898 3% / +tmpfs 4071255 72 4071183 1% /dev/shm +tmpfs 4071255 23 4071232 1% /run/lock +tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service +tmpfs 1048576 14 1048562 1% /tmp +/dev/fuse 262144 36 262108 1% /etc/pve +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD +tmpfs 814251 26 814225 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=14787448k,nr_inodes=3696862,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=3257008k,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=3350) +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 /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=16285024k,nr_inodes=1048576,inode64) +binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) +lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3257004k,nr_inodes=814251,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/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 +└─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + +--- /etc/fstab + --- /etc/fstab --- +# +/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: 18144580 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 16:27:02 2026 +Last write time: Sun Jul 26 15:29:51 2026 +Mount count: 30 +Maximum mount count: -1 +Last checked: Tue Feb 10 08:46:24 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/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 + +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 + +/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.4 + +/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + +/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + +/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + +/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.3,local_lock=none,addr=10.100.100.5 + + +--- nfsstat -c (client stats) + $ nfsstat -c +Client rpc stats: +calls retrans authrefrsh +1947485 0 1956697 + +Client nfs v4: +null read write commit open +2 0% 233085 11% 1387834 71% 60740 3% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 89 0% 0 0% 51 0% 0 0% +fsinfo renew setclntid confirm lock +39 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 134 0% 29107 1% 94 0% +lookup_root remove rename link symlink +8 0% 6 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 32 0% 93567 4% 0 0% 53 0% +server_caps delegreturn getacl setacl fs_locations +71 0% 23 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% 0 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 8 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 141387 7% +allocate deallocate layoutstats clone +0 0% 0 0% 874 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 +1947485 0 1956697 + +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% 233085 11% 1387834 71% 60740 3% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 89 0% 0 0% 51 0% 0 0% +fsinfo renew setclntid confirm lock +39 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 134 0% 29107 1% 94 0% +lookup_root remove rename link symlink +8 0% 6 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 32 0% 93567 4% 0 0% 53 0% +server_caps delegreturn getacl setacl fs_locations +71 0% 23 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% 0 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 8 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 141387 7% +allocate deallocate layoutstats clone +0 0% 0 0% 874 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 1947986 0 1957201 +proc4 71 2 233085 1388137 60766 0 0 89 0 51 0 39 0 0 0 0 0 0 135 29143 95 8 6 0 0 0 0 32 93701 0 53 71 23 0 0 0 0 0 0 4 2 0 0 0 2 0 0 0 0 8 0 0 0 0 0 141387 0 0 874 0 0 0 0 0 0 0 0 0 0 0 0 0 + +--- /proc/net/rpc/nfsd + $ cat /proc/net/rpc/nfsd +cat: /proc/net/rpc/nfsd: No such file or directory + [exit=1 / not installed or not permitted] + +--- exports + [missing: /etc/exports] + [missing: /etc/exports.d/*.exports] + +--- nfs.conf + --- /etc/nfs.conf --- +# +# This is a general configuration for the +# NFS daemons and tools +# +[general] +pipefs-directory=/run/rpc_pipefs +# +[nfsrahead] +# nfs=15000 +# nfs4=16000 +# +[exports] +# rootdir=/export +# +[exportfs] +# debug=0 +# +[gssd] +# verbosity=0 +# rpc-verbosity=0 +# use-memcache=0 +# use-machine-creds=1 +# use-gss-proxy=0 +# avoid-dns=1 +# limit-to-legacy-enctypes=0 +# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96 +# context-timeout=0 +# rpc-timeout=5 +# keytab-file=/etc/krb5.keytab +# cred-cache-directory= +# preferred-realm= +# set-home=1 +# upcall-timeout=30 +# cancel-timed-out-upcalls=0 +# +[lockd] +# port=0 +# udp-port=0 +# +[exportd] +# debug="all|auth|call|general|parse" +# manage-gids=n +# state-directory-path=/var/lib/nfs +# threads=1 +# cache-use-ipaddr=n +# ttl=1800 +[mountd] +# debug="all|auth|call|general|parse" +manage-gids=y +# descriptors=0 +# port=0 +# threads=1 +# reverse-lookup=n +# state-directory-path=/var/lib/nfs +# ha-callout= +# cache-use-ipaddr=n +# ttl=1800 +# +[nfsdcld] +# debug=0 +# storagedir=/var/lib/nfs/nfsdcld +# +[nfsd] +# debug=0 +# threads=16 +# host= +# port=0 +# grace-time=90 +# lease-time=90 +# udp=n +# tcp=y +# vers3=y +# vers4=y +# vers4.0=y +# vers4.1=y +# vers4.2=y +# rdma=n +# rdma-port=20049 + +[statd] +# debug=0 +# port=0 +# outgoing-port=0 +# name= +# state-directory-path=/var/lib/nfs/statd +# ha-callout= +# no-notify=0 +# +[sm-notify] +# debug=0 +# force=0 +# retry-time=900 +# outgoing-port= +# outgoing-addr= +# lift-grace=y +# +[svcgssd] +# principal= + [missing: /etc/nfs.conf.d/*.conf] + +--- nfs defaults + [missing: /etc/default/nfs-kernel-server] + --- /etc/default/nfs-common --- +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD= + +--- idmapd.conf + --- /etc/idmapd.conf --- +[General] + +Verbosity = 0 +# set your own domain here, if it differs from FQDN minus hostname +# Domain = localdomain + +[Mapping] + +Nobody-User = nobody +Nobody-Group = nogroup + +--- pvesm status + $ pvesm status +Name Type Status Total (KiB) Used (KiB) Available (KiB) % +D2 nfs active 2883130368 195840000 2540761088 6.79% +D3 nfs active 491133952 2048 466110464 0.00% +D5 nfs active 1921726464 244210688 1579823104 12.71% +S2 nfs active 960304128 2048 911448064 0.00% +S3 nfs active 960304128 2048 911448064 0.00% +S4 nfs active 479597568 2048 455159808 0.00% +T5-SSD nfs active 245023744 86468608 146035712 35.29% +local dir active 98497780 25919396 67528836 26.31% +local-lvm lvmthin active 365760512 0 365760512 0.00% + +--- pvesm list per storage + $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do + echo "--- storage: $s ---" + pvesm list "$s" 2>/dev/null | head -n 30 + echo "--- pvesm config $s ---" + pvesm config "$s" 2>/dev/null +done +--- storage: D2 --- +Volid Format Type Size VMID +D2:100/vm-100-disk-0.raw raw images 34359738368 100 +D2:100/vm-100-disk-1.raw raw images 540672 100 +D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 +D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 +D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 +D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 +D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 +D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 +D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117 +D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000 +D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 +D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 +D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 +D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 +D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 +D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 +D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 +D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 +D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 +--- pvesm config D2 --- +--- storage: D3 --- +Volid Format Type Size VMID +--- pvesm config D3 --- +--- storage: D5 --- +Volid Format Type Size VMID +D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 +D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 +D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 +D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 +D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 +D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 +D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532 +D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533 +D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534 +D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535 +D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536 +D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 +D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 +D5:538/vm-812-disk-2.raw raw images 429496729600 538 +D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 +D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 +D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 +D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 +D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +--- pvesm config D5 --- +--- storage: S2 --- +Volid Format Type Size VMID +--- pvesm config S2 --- +--- storage: S3 --- +Volid Format Type Size VMID +--- pvesm config S3 --- +--- storage: S4 --- +Volid Format Type Size VMID +--- pvesm config S4 --- +--- storage: T5-SSD --- +Volid Format Type Size VMID +T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111 +--- pvesm config T5-SSD --- +--- storage: local --- +Volid Format Type Size VMID +local:iso/debian-13.3.0-amd64-netinst.iso iso iso 790626304 +local:iso/kali-linux-2025.4-installer-amd64.iso iso iso 4733116416 +local:iso/proxmox-datacenter-manager_1.0-2.iso iso iso 1480003584 +local:iso/ubuntu-24.04.4-live-server-amd64.iso iso iso 3405469696 +local:iso/UCS_5.2-4-amd64.iso iso iso 1677721600 +--- pvesm config local --- +--- storage: local-lvm --- +Volid Format Type Size VMID +--- pvesm config local-lvm --- + [exit=255] + +############################################################################### +# 17. STORAGE: LVM +############################################################################### + +--- pvs + $ pvs -v + PV VG Fmt Attr PSize PFree DevSize PV UUID + /dev/nvme0n1p3 pve lvm2 a-- <475.94g 16.00g <475.94g cKvIrR-Ztxl-i4Xe-fDPq-Yeui-NO3n-mj19Qz + +--- vgs + $ vgs -v + VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile + pve wz--n- 4.00m 1 3 0 <475.94g 16.00g kGxYVD-Atfy-5IID-SYXE-BLU0-NxcG-Ycy1o5 + +--- lvs + $ lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b + LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout Role Pool Data% Meta% + data pve twi-aotz-- 374538764288B 0.00 0.48 thin,pool private 0.00 0.48 + root pve -wi-ao---- 103079215104B linear public + swap pve -wi-ao---- 8589934592B linear public + +--- pvdisplay + $ pvdisplay + --- Physical volume --- + PV Name /dev/nvme0n1p3 + VG Name pve + PV Size <475.94 GiB / not usable <1.32 MiB + Allocatable yes + PE Size 4.00 MiB + Total PE 121840 + Free PE 4097 + Allocated PE 117743 + PV UUID cKvIrR-Ztxl-i4Xe-fDPq-Yeui-NO3n-mj19Qz + + +--- vgdisplay + $ vgdisplay + --- Volume group --- + VG Name pve + System ID + Format lvm2 + Metadata Areas 1 + Metadata Sequence No 22 + 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 <475.94 GiB + PE Size 4.00 MiB + Total PE 121840 + Alloc PE / Size 117743 / 459.93 GiB + Free PE / Size 4097 / 16.00 GiB + VG UUID kGxYVD-Atfy-5IID-SYXE-BLU0-NxcG-Ycy1o5 + + +--- lvdisplay + $ lvdisplay + --- Logical volume --- + LV Name data + VG Name pve + LV UUID D2Wv3d-P0WV-9ckp-nbiS-j1IZ-d5pD-zpCZGZ + LV Write Access read/write (activated read only) + LV Creation host, time proxmox, 2026-02-10 08:45:50 -0600 + LV Pool metadata data_tmeta + LV Pool data data_tdata + LV Status available + # open 0 + LV Size <348.82 GiB + Allocated pool data 0.00% + Allocated metadata 0.48% + Current LE 89297 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 8192 + Block device 252:5 + + --- Logical volume --- + LV Path /dev/pve/swap + LV Name swap + VG Name pve + LV UUID TEVciR-7CUL-MckT-Ayys-2t08-yfYj-o3xVWd + LV Write Access read/write + LV Creation host, time proxmox, 2026-02-10 08:45:49 -0600 + LV Status available + # open 1 + LV Size 8.00 GiB + Current LE 2048 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 8192 + Block device 252:0 + + --- Logical volume --- + LV Path /dev/pve/root + LV Name root + VG Name pve + LV UUID ED2gZO-8xfQ-l8IN-VcTi-zECT-6L5r-cpFMhx + LV Write Access read/write + LV Creation host, time proxmox, 2026-02-10 08:45:49 -0600 + LV Status available + # open 1 + LV Size 96.00 GiB + Current LE 24576 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 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 +21 1 0x01 148 40256 12721326297 172985272586451 +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 1042241408 +c_min 4 1042241408 +c_max 4 3331325952 +size 4 1920 +compressed_size 4 0 +uncompressed_size 4 0 +overhead_size 4 0 +hdr_size 4 1920 +data_size 4 0 +metadata_size 4 0 +dbuf_size 4 0 +dnode_size 4 0 +bonus_size 4 0 +anon_size 4 0 +anon_data 4 0 +anon_metadata 4 0 +anon_evictable_data 4 0 +anon_evictable_metadata 4 0 +mru_size 4 0 +mru_data 4 0 +mru_metadata 4 0 +mru_evictable_data 4 0 +mru_evictable_metadata 4 0 +mru_ghost_size 4 0 +mru_ghost_data 4 0 +mru_ghost_metadata 4 0 +mru_ghost_evictable_data 4 0 +mru_ghost_evictable_metadata 4 0 +mfu_size 4 0 +mfu_data 4 0 +mfu_metadata 4 0 +mfu_evictable_data 4 0 +mfu_evictable_metadata 4 0 +mfu_ghost_size 4 0 +mfu_ghost_data 4 0 +mfu_ghost_metadata 4 0 +mfu_ghost_evictable_data 4 0 +mfu_ghost_evictable_metadata 4 0 +uncached_size 4 0 +uncached_data 4 0 +uncached_metadata 4 0 +uncached_evictable_data 4 0 +uncached_evictable_metadata 4 0 +l2_ndev 4 0 +l2_hits 4 0 +l2_misses 4 0 +l2_prefetch_asize 4 0 +l2_mru_asize 4 0 +l2_mfu_asize 4 0 +l2_bufc_data_asize 4 0 +l2_bufc_metadata_asize 4 0 +l2_feeds 4 0 +l2_rw_clash 4 0 +l2_read_bytes 4 0 +l2_write_bytes 4 0 +l2_writes_sent 4 0 +l2_writes_done 4 0 +l2_writes_error 4 0 +l2_writes_lock_retry 4 0 +l2_evict_lock_retry 4 0 +l2_evict_reading 4 0 +l2_evict_l1cached 4 0 +l2_free_on_write 4 0 +l2_abort_lowmem 4 0 +l2_cksum_bad 4 0 +l2_io_error 4 0 +l2_size 4 0 +l2_asize 4 0 +l2_hdr_size 4 0 +l2_log_blk_writes 4 0 +l2_log_blk_avg_asize 4 0 +l2_log_blk_asize 4 0 +l2_log_blk_count 4 0 +l2_data_to_meta_ratio 4 0 +l2_rebuild_success 4 0 +l2_rebuild_unsupported 4 0 +l2_rebuild_io_errors 4 0 +l2_rebuild_dh_errors 4 0 +l2_rebuild_cksum_lb_errors 4 0 +l2_rebuild_lowmem 4 0 +l2_rebuild_size 4 0 +l2_rebuild_asize 4 0 +l2_rebuild_bufs 4 0 +l2_rebuild_bufs_precached 4 0 +l2_rebuild_log_blks 4 0 +memory_throttle_count 4 0 +memory_direct_count 4 0 +memory_indirect_count 4 0 +memory_all_bytes 4 33351725056 +memory_free_bytes 4 30421184512 +memory_available_bytes 3 29203624064 +arc_no_grow 4 0 +arc_tempreserve 4 0 +arc_loaned_bytes 4 0 +arc_prune 4 0 +arc_meta_used 4 1920 +arc_dnode_limit 4 333132595 +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 1217560448 +arc_raw_size 4 0 +cached_only_in_progress 4 0 +abd_chunk_waste_size 4 0 + +--- dmu_tx + $ cat /proc/spl/kstat/zfs/dmu_tx +17 1 0x01 13 3536 12682976596 172985273692917 +name type data +dmu_tx_assigned 4 0 +dmu_tx_delay 4 0 +dmu_tx_error 4 0 +dmu_tx_suspended 4 0 +dmu_tx_group 4 0 +dmu_tx_memory_reserve 4 0 +dmu_tx_memory_reclaim 4 0 +dmu_tx_dirty_throttle 4 0 +dmu_tx_dirty_delay 4 0 +dmu_tx_dirty_over_max 4 0 +dmu_tx_dirty_frees_delay 4 0 +dmu_tx_wrlog_delay 4 0 +dmu_tx_quota 4 0 + +--- zfetchstats + $ cat /proc/spl/kstat/zfs/zfetchstats +16 1 0x01 8 2176 12682973423 172985274775316 +name type data +hits 4 0 +future 4 0 +stride 4 0 +past 4 0 +misses 4 0 +max_streams 4 0 +io_issued 4 0 +io_active 4 0 + +--- vdev_cache_stats + $ cat /proc/spl/kstat/zfs/vdev_cache_stats +cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory + [exit=1 / not installed or not permitted] + +--- abdstats + $ cat /proc/spl/kstat/zfs/abdstats +14 1 0x01 20 5440 12682512220 172985277045845 +name type data +struct_size 4 96 +linear_cnt 4 0 +linear_data_size 4 0 +scatter_cnt 4 1 +scatter_data_size 4 4096 +scatter_chunk_waste 4 0 +scatter_order_0 4 0 +scatter_order_1 4 0 +scatter_order_2 4 0 +scatter_order_3 4 0 +scatter_order_4 4 0 +scatter_order_5 4 0 +scatter_order_6 4 0 +scatter_order_7 4 0 +scatter_order_8 4 0 +scatter_order_9 4 0 +scatter_page_multi_chunk 4 1 +scatter_page_multi_zone 4 0 +scatter_page_alloc_retry 4 0 +scatter_sg_table_retry 4 0 + +--- ZFS module parameters (perf-relevant) + $ for f in /sys/module/zfs/parameters/*; do + [ -r "$f" ] || continue + name="$(basename "$f")" + case "$name" in + zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;; + *) continue ;; + esac + printf ' %-50s = %s\n' "$name" "$(cat "$f")" +done + l2arc_exclude_special = 0 + l2arc_feed_again = 1 + l2arc_feed_min_ms = 200 + l2arc_feed_secs = 1 + l2arc_headroom = 8 + l2arc_headroom_boost = 200 + l2arc_meta_percent = 33 + l2arc_mfuonly = 0 + l2arc_noprefetch = 1 + l2arc_norw = 0 + l2arc_rebuild_blocks_min_l2size = 1073741824 + l2arc_rebuild_enabled = 1 + l2arc_trim_ahead = 0 + l2arc_write_boost = 33554432 + l2arc_write_max = 33554432 + zfs_abd_scatter_enabled = 1 + zfs_abd_scatter_max_order = 9 + zfs_abd_scatter_min_size = 1536 + zfs_arc_average_blocksize = 8192 + zfs_arc_dnode_limit = 0 + zfs_arc_dnode_limit_percent = 10 + zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batches_limit = 5 + zfs_arc_evict_batch_limit = 10 + zfs_arc_eviction_pct = 200 + zfs_arc_evict_threads = 3 + zfs_arc_grow_retry = 0 + zfs_arc_lotsfree_percent = 10 + zfs_arc_max = 3331325952 + 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 = 3335172505 + zfs_dirty_data_max_max = 4294967296 + zfs_dirty_data_max_max_percent = 25 + zfs_dirty_data_max_percent = 10 + zfs_dirty_data_sync_percent = 20 + zfs_prefetch_disable = 0 + zfs_slow_io_events_per_second = 20 + zfs_sync_pass_deferred_free = 2 + zfs_sync_pass_dont_compress = 8 + zfs_sync_pass_rewrite = 2 + zfs_txg_history = 100 + zfs_txg_timeout = 5 + zfs_vdev_aggregation_limit = 1048576 + zfs_vdev_aggregation_limit_non_rotating = 131072 + zfs_vdev_async_read_max_active = 3 + zfs_vdev_async_read_min_active = 1 + zfs_vdev_async_write_active_max_dirty_percent = 60 + zfs_vdev_async_write_active_min_dirty_percent = 30 + zfs_vdev_async_write_max_active = 10 + zfs_vdev_async_write_min_active = 2 + zfs_vdev_default_ms_count = 200 + zfs_vdev_default_ms_shift = 29 + zfs_vdev_direct_write_verify = 1 + zfs_vdev_disk_max_segs = 0 + zfs_vdev_failfast_mask = 1 + zfs_vdev_initializing_max_active = 1 + zfs_vdev_initializing_min_active = 1 + zfs_vdev_max_active = 1000 + zfs_vdev_max_auto_ashift = 14 + zfs_vdev_max_ms_shift = 34 + zfs_vdev_min_auto_ashift = 9 + zfs_vdev_min_ms_count = 16 + zfs_vdev_mirror_non_rotating_inc = 0 + zfs_vdev_mirror_non_rotating_seek_inc = 1 + zfs_vdev_mirror_rotating_inc = 0 + zfs_vdev_mirror_rotating_seek_inc = 5 + zfs_vdev_mirror_rotating_seek_offset = 1048576 + zfs_vdev_ms_count_limit = 131072 + zfs_vdev_nia_credit = 5 + zfs_vdev_nia_delay = 5 + zfs_vdev_open_timeout_ms = 1000 + zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2 + zfs_vdev_read_gap_limit = 32768 + zfs_vdev_rebuild_max_active = 3 + zfs_vdev_rebuild_min_active = 1 + zfs_vdev_removal_max_active = 2 + zfs_vdev_removal_min_active = 1 + zfs_vdev_scrub_max_active = 3 + zfs_vdev_scrub_min_active = 1 + zfs_vdev_sync_read_max_active = 10 + zfs_vdev_sync_read_min_active = 10 + zfs_vdev_sync_write_max_active = 10 + zfs_vdev_sync_write_min_active = 10 + zfs_vdev_trim_max_active = 2 + zfs_vdev_trim_min_active = 1 + zfs_vdev_write_gap_limit = 4096 + zfs_zil_clean_taskq_maxalloc = 1048576 + zfs_zil_clean_taskq_minalloc = 1024 + zfs_zil_clean_taskq_nthr_pct = 100 + zvol_blk_mq_blocks_per_thread = 8 + zvol_blk_mq_queue_depth = 128 + zvol_enforce_quotas = 1 + zvol_inhibit_dev = 0 + zvol_major = 230 + zvol_max_discard_blocks = 16384 + zvol_num_taskqs = 0 + zvol_open_timeout_ms = 1000 + zvol_prefetch_bytes = 131072 + zvol_request_sync = 0 + zvol_threads = 0 + zvol_use_blk_mq = 0 + zvol_volmode = 1 + +--- zpool iostat snapshot + $ zpool iostat 1 1 +no pools available + +--- arc_summary (if present) + $ arc_summary + +------------------------------------------------------------------------ +ZFS Subsystem Report Sun Jul 26 16:30:00 2026 +Linux 7.0.14-6-pve 2.4.3-pve1 +Machine: pfv-tsys3 (x86_64) 2.4.3-pve1 + +ARC status: + Total memory size: 31.1 GiB + Min target size: 3.1 % 994.0 MiB + Max target size: 10.0 % 3.1 GiB + Target size (adaptive): < 0.1 % 994.0 MiB + Current size: < 0.1 % 1.9 KiB + Free memory size: 28.3 GiB + Available memory size: 27.2 GiB + +ARC structural breakdown (current size): 1.9 KiB + Compressed size: 0.0 % 0 Bytes + Overhead size: 0.0 % 0 Bytes + Bonus size: 0.0 % 0 Bytes + Dnode size: 0.0 % 0 Bytes + Dbuf size: 0.0 % 0 Bytes + Header size: 100.0 % 1.9 KiB + L2 header size: 0.0 % 0 Bytes + ABD chunk waste size: 0.0 % 0 Bytes + +ARC types breakdown (compressed + overhead): 0 Bytes + Data size: n/a 0 Bytes + Metadata size: n/a 0 Bytes + +ARC states breakdown (compressed + overhead): 0 Bytes + Anonymous data size: n/a 0 Bytes + Anonymous metadata size: n/a 0 Bytes + MFU data target: 37.5 % 0 Bytes + MFU data size: n/a 0 Bytes + MFU evictable data size: n/a 0 Bytes + MFU ghost data size: 0 Bytes + MFU metadata target: 12.5 % 0 Bytes + MFU metadata size: n/a 0 Bytes + MFU evictable metadata size: n/a 0 Bytes + MFU ghost metadata size: 0 Bytes + MRU data target: 37.5 % 0 Bytes + MRU data size: n/a 0 Bytes + MRU evictable data size: n/a 0 Bytes + MRU ghost data size: 0 Bytes + MRU metadata target: 12.5 % 0 Bytes + MRU metadata size: n/a 0 Bytes + MRU evictable metadata size: n/a 0 Bytes + MRU ghost metadata size: 0 Bytes + Uncached data size: n/a 0 Bytes + Uncached metadata size: n/a 0 Bytes + +ARC hash breakdown: + Elements: 0 + Collisions: 0 + Chain max: 0 + Chains: 0 + +ARC misc: + Uncompressed size: n/a 0 Bytes + Memory throttles: 0 + Memory direct reclaims: 0 + Memory indirect reclaims: 0 + Deleted: 0 + Mutex misses: 0 + Eviction skips: 0 + Eviction skips due to L2 writes: 0 + L2 cached evictions: 0 Bytes + L2 eligible evictions: 0 Bytes + L2 eligible MFU evictions: n/a 0 Bytes + L2 eligible MRU evictions: n/a 0 Bytes + L2 ineligible evictions: 0 Bytes + +ARC total accesses: 0 + Total hits: n/a 0 + Total I/O hits: n/a 0 + Total misses: n/a 0 + +ARC demand data accesses: n/a 0 + Demand data hits: n/a 0 + Demand data I/O hits: n/a 0 + Demand data misses: n/a 0 + +ARC demand metadata accesses: n/a 0 + Demand metadata hits: n/a 0 + Demand metadata I/O hits: n/a 0 + Demand metadata misses: n/a 0 + +ARC prefetch data accesses: n/a 0 + Prefetch data hits: n/a 0 + Prefetch data I/O hits: n/a 0 + Prefetch data misses: n/a 0 + +ARC prefetch metadata accesses: n/a 0 + Prefetch metadata hits: n/a 0 + Prefetch metadata I/O hits: n/a 0 + Prefetch metadata misses: n/a 0 + +ARC predictive prefetches: n/a 0 + Demand hits after predictive: n/a 0 + Demand I/O hits after predictive: n/a 0 + Never demanded after predictive: n/a 0 + +ARC prescient prefetches: n/a 0 + Demand hits after prescient: n/a 0 + Demand I/O hits after prescient: n/a 0 + Never demanded after prescient: n/a 0 + +ARC states hits of all accesses: + Most frequently used (MFU): n/a 0 + Most recently used (MRU): n/a 0 + Most frequently used (MFU) ghost: n/a 0 + Most recently used (MRU) ghost: n/a 0 + Uncached: n/a 0 + +DMU predictive prefetcher calls: 0 + Stream hits: n/a 0 + Hits ahead of stream: n/a 0 + Hits behind stream: n/a 0 + Stream misses: n/a 0 + Streams limit reached: n/a 0 + Stream strides: 0 + Prefetches issued 0 + +L2ARC not detected, skipping section + +Solaris Porting Layer (SPL): + spl_hostid 0 + spl_hostid_path /etc/hostid + spl_kmem_alloc_max 1048576 + spl_kmem_alloc_warn 65536 + spl_kmem_cache_kmem_threads 4 + spl_kmem_cache_magazine_size 0 + spl_kmem_cache_max_size 32 + spl_kmem_cache_obj_per_slab 8 + spl_kmem_cache_slab_limit 16384 + spl_panic_halt 0 + spl_schedule_hrtimeout_slack_us 0 + spl_taskq_kick 0 + spl_taskq_thread_bind 0 + spl_taskq_thread_dynamic 1 + spl_taskq_thread_priority 1 + spl_taskq_thread_sequential 4 + spl_taskq_thread_timeout_ms 5000 + +Tunables: + brt_zap_default_bs 13 + brt_zap_default_ibs 13 + brt_zap_prefetch 1 + dbuf_cache_hiwater_pct 10 + dbuf_cache_lowater_pct 10 + dbuf_cache_max_bytes 18446744073709551615 + dbuf_cache_shift 5 + dbuf_metadata_cache_max_bytes 18446744073709551615 + dbuf_metadata_cache_shift 6 + dbuf_mutex_cache_shift 0 + ddt_zap_default_bs 15 + ddt_zap_default_ibs 15 + dmu_ddt_copies 0 + dmu_object_alloc_chunk_shift 7 + dmu_prefetch_max 134217728 + icp_aes_impl cycle [fastest] generic x86_64 aesni + icp_gcm_avx_chunk_size 32736 + icp_gcm_impl cycle [fastest] avx generic pclmulqdq + l2arc_exclude_special 0 + l2arc_feed_again 1 + l2arc_feed_min_ms 200 + l2arc_feed_secs 1 + l2arc_headroom 8 + l2arc_headroom_boost 200 + l2arc_meta_percent 33 + l2arc_mfuonly 0 + l2arc_noprefetch 1 + l2arc_norw 0 + l2arc_rebuild_blocks_min_l2size 1073741824 + l2arc_rebuild_enabled 1 + l2arc_trim_ahead 0 + l2arc_write_boost 33554432 + l2arc_write_max 33554432 + metaslab_aliquot 2097152 + metaslab_bias_enabled 1 + metaslab_debug_load 0 + metaslab_debug_unload 0 + metaslab_df_max_search 16777216 + metaslab_df_use_largest_segment 0 + metaslab_force_ganging 16777217 + metaslab_force_ganging_pct 3 + metaslab_fragmentation_factor_enabled 1 + metaslab_lba_weighting_enabled 1 + metaslab_perf_bias 1 + metaslab_preload_enabled 1 + metaslab_preload_limit 10 + metaslab_preload_pct 50 + metaslab_unload_delay 32 + metaslab_unload_delay_ms 600000 + raidz_expand_max_copy_bytes 167772160 + raidz_expand_max_reflow_bytes 0 + raidz_io_aggregate_rows 4 + send_holes_without_birth_time 1 + spa_asize_inflation 24 + spa_config_path /etc/zfs/zpool.cache + spa_cpus_per_allocator 4 + spa_flush_txg_time 600 + spa_load_print_vdev_tree 0 + spa_load_verify_data 1 + spa_load_verify_metadata 1 + spa_load_verify_shift 4 + spa_note_txg_time 600 + spa_num_allocators 4 + spa_slop_shift 5 + spa_upgrade_errlog_limit 0 + vdev_file_logical_ashift 9 + vdev_file_physical_ashift 9 + vdev_raidz_outlier_check_interval_ms 1000 + vdev_raidz_outlier_insensitivity 50 + vdev_read_sit_out_secs 600 + vdev_removal_max_span 32768 + vdev_validate_skip 0 + zap_iterate_prefetch 1 + zap_micro_max_size 131072 + zap_shrink_enabled 1 + zfetch_hole_shift 2 + zfetch_max_distance 67108864 + zfetch_max_idistance 134217728 + zfetch_max_reorder 16777216 + zfetch_max_sec_reap 2 + zfetch_max_streams 8 + zfetch_min_distance 4194304 + zfetch_min_sec_reap 1 + zfs_abd_scatter_enabled 1 + zfs_abd_scatter_max_order 9 + zfs_abd_scatter_min_size 1536 + zfs_active_allocator dynamic + zfs_admin_snapshot 0 + zfs_allow_redacted_dataset_mount 0 + zfs_arc_average_blocksize 8192 + zfs_arc_dnode_limit 0 + zfs_arc_dnode_limit_percent 10 + zfs_arc_dnode_reduce_percent 10 + zfs_arc_evict_batch_limit 10 + zfs_arc_evict_batches_limit 5 + zfs_arc_evict_threads 3 + zfs_arc_eviction_pct 200 + zfs_arc_grow_retry 0 + zfs_arc_lotsfree_percent 10 + zfs_arc_max 3331325952 + zfs_arc_meta_balance 500 + zfs_arc_min 0 + zfs_arc_min_prefetch_ms 0 + zfs_arc_min_prescient_prefetch_ms 0 + zfs_arc_pc_percent 0 + zfs_arc_prune_task_threads 1 + zfs_arc_shrink_shift 0 + zfs_arc_shrinker_limit 0 + zfs_arc_shrinker_seeks 2 + zfs_arc_sys_free 0 + zfs_async_block_max_blocks 18446744073709551615 + zfs_async_free_zio_wait_interval 2000 + zfs_bclone_enabled 1 + zfs_bclone_wait_dirty 1 + zfs_blake3_impl cycle [fastest] generic sse2 sse41 avx2 + zfs_btree_verify_intensity 0 + zfs_checksum_events_per_second 20 + zfs_commit_timeout_pct 10 + zfs_compressed_arc_enabled 1 + zfs_condense_indirect_commit_entry_delay_ms 0 + zfs_condense_indirect_obsolete_pct 25 + zfs_condense_indirect_vdevs_enable 1 + zfs_condense_max_obsolete_bytes 1073741824 + zfs_condense_min_mapping_bytes 131072 + zfs_dbgmsg_enable 1 + zfs_dbgmsg_maxsize 4194304 + zfs_dbuf_state_index 0 + zfs_ddt_data_is_special 1 + zfs_deadman_checktime_ms 60000 + zfs_deadman_enabled 1 + zfs_deadman_events_per_second 1 + zfs_deadman_failmode wait + zfs_deadman_synctime_ms 600000 + zfs_deadman_ziotime_ms 300000 + zfs_dedup_log_cap 4294967295 + zfs_dedup_log_flush_entries_max 4294967295 + zfs_dedup_log_flush_entries_min 200 + zfs_dedup_log_flush_flow_rate_txgs 10 + zfs_dedup_log_flush_min_time_ms 1000 + zfs_dedup_log_flush_txgs 100 + zfs_dedup_log_hard_cap 0 + zfs_dedup_log_mem_max 333517250 + 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 3335172505 + zfs_dirty_data_max_max 4294967296 + zfs_dirty_data_max_max_percent 25 + zfs_dirty_data_max_percent 10 + zfs_dirty_data_sync_percent 20 + zfs_disable_ivset_guid_check 0 + zfs_dmu_offset_next_sync 1 + zfs_embedded_slog_min_ms 64 + zfs_expire_snapshot 300 + zfs_fallocate_reserve_percent 110 + zfs_flags 0 + zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2 + zfs_free_bpobj_enabled 1 + zfs_free_leak_on_eio 0 + zfs_free_min_time_ms 500 + zfs_history_output_max 1048576 + zfs_immediate_write_sz 32768 + zfs_import_defer_txgs 5 + zfs_initialize_chunk_size 1048576 + zfs_initialize_value 16045690984833335022 + zfs_keep_log_spacemaps_at_export 0 + zfs_key_max_salt_uses 400000000 + zfs_livelist_condense_new_alloc 0 + zfs_livelist_condense_sync_cancel 0 + zfs_livelist_condense_sync_pause 0 + zfs_livelist_condense_zthr_cancel 0 + zfs_livelist_condense_zthr_pause 0 + zfs_livelist_max_entries 500000 + zfs_livelist_min_percent_shared 75 + zfs_lua_max_instrlimit 100000000 + zfs_lua_max_memlimit 104857600 + zfs_max_async_dedup_frees 250000 + zfs_max_dataset_nesting 50 + zfs_max_log_walking 5 + zfs_max_logsm_summary_length 10 + zfs_max_missing_tvds 0 + zfs_max_nvlist_src_size 0 + zfs_max_recordsize 16777216 + zfs_metaslab_find_max_tries 100 + zfs_metaslab_fragmentation_threshold 77 + zfs_metaslab_max_size_cache_sec 3600 + zfs_metaslab_mem_limit 25 + zfs_metaslab_segment_weight_enabled 1 + zfs_metaslab_switch_threshold 2 + zfs_metaslab_try_hard_before_gang 0 + zfs_mg_fragmentation_threshold 95 + zfs_mg_noalloc_threshold 0 + zfs_min_metaslabs_to_flush 1 + zfs_multihost_fail_intervals 10 + zfs_multihost_history 0 + zfs_multihost_import_intervals 20 + zfs_multihost_interval 1000 + zfs_multilist_num_sublists 0 + zfs_no_scrub_io 0 + zfs_no_scrub_prefetch 0 + zfs_nocacheflush 0 + zfs_nopwrite_enabled 1 + zfs_object_mutex_size 64 + zfs_obsolete_min_time_ms 500 + zfs_override_estimate_recordsize 0 + zfs_pd_bytes_max 52428800 + zfs_per_txg_dirty_frees_percent 30 + zfs_prefetch_disable 0 + zfs_read_history 0 + zfs_read_history_hits 0 + zfs_rebuild_max_segment 1048576 + zfs_rebuild_scrub_enabled 1 + zfs_rebuild_vdev_limit 67108864 + zfs_reconstruct_indirect_combinations_max 4096 + zfs_recover 0 + zfs_recv_best_effort_corrective 0 + zfs_recv_queue_ff 20 + zfs_recv_queue_length 16777216 + zfs_recv_write_batch_size 1048576 + zfs_removal_ignore_errors 0 + zfs_removal_suspend_progress 0 + zfs_remove_max_segment 16777216 + zfs_resilver_defer_percent 10 + zfs_resilver_disable_defer 0 + zfs_resilver_min_time_ms 1500 + zfs_scan_blkstats 0 + zfs_scan_checkpoint_intval 7200 + zfs_scan_fill_weight 3 + zfs_scan_ignore_errors 0 + zfs_scan_issue_strategy 0 + zfs_scan_legacy 0 + zfs_scan_max_ext_gap 2097152 + zfs_scan_mem_lim_fact 20 + zfs_scan_mem_lim_soft_fact 20 + zfs_scan_report_txgs 0 + zfs_scan_strict_mem_lim 0 + zfs_scan_suspend_progress 0 + zfs_scan_vdev_limit 16777216 + zfs_scrub_after_expand 1 + zfs_scrub_error_blocks_per_txg 4096 + zfs_scrub_min_time_ms 750 + zfs_send_corrupt_data 0 + zfs_send_no_prefetch_queue_ff 20 + zfs_send_no_prefetch_queue_length 1048576 + zfs_send_queue_ff 20 + zfs_send_queue_length 16777216 + zfs_send_unmodified_spill_blocks 1 + zfs_sha256_impl cycle [fastest] generic x64 ssse3 avx avx2 + zfs_sha512_impl cycle [fastest] generic x64 avx avx2 + zfs_slow_io_events_per_second 20 + zfs_snapshot_history_enabled 1 + zfs_snapshot_no_setuid 0 + zfs_spa_discard_memory_limit 16777216 + zfs_special_class_metadata_reserve_pct 25 + zfs_sync_pass_deferred_free 2 + zfs_sync_pass_dont_compress 8 + zfs_sync_pass_rewrite 2 + zfs_traverse_indirect_prefetch_limit 32 + zfs_trim_extent_bytes_max 134217728 + zfs_trim_extent_bytes_min 32768 + zfs_trim_metaslab_skip 0 + zfs_trim_queue_limit 10 + zfs_trim_txg_batch 32 + zfs_txg_history 100 + zfs_txg_timeout 5 + zfs_unflushed_log_block_max 131072 + zfs_unflushed_log_block_min 1000 + zfs_unflushed_log_block_pct 400 + zfs_unflushed_log_txg_max 1000 + zfs_unflushed_max_mem_amt 1073741824 + zfs_unflushed_max_mem_ppm 1000 + zfs_unlink_suspend_progress 0 + zfs_user_indirect_is_special 1 + zfs_vdev_aggregation_limit 1048576 + zfs_vdev_aggregation_limit_non_rotating 131072 + zfs_vdev_async_read_max_active 3 + zfs_vdev_async_read_min_active 1 + zfs_vdev_async_write_active_max_dirty_percent 60 + zfs_vdev_async_write_active_min_dirty_percent 30 + zfs_vdev_async_write_max_active 10 + zfs_vdev_async_write_min_active 2 + zfs_vdev_default_ms_count 200 + zfs_vdev_default_ms_shift 29 + zfs_vdev_direct_write_verify 1 + zfs_vdev_disk_max_segs 0 + zfs_vdev_failfast_mask 1 + zfs_vdev_initializing_max_active 1 + zfs_vdev_initializing_min_active 1 + zfs_vdev_max_active 1000 + zfs_vdev_max_auto_ashift 14 + zfs_vdev_max_ms_shift 34 + zfs_vdev_min_auto_ashift 9 + zfs_vdev_min_ms_count 16 + zfs_vdev_mirror_non_rotating_inc 0 + zfs_vdev_mirror_non_rotating_seek_inc 1 + zfs_vdev_mirror_rotating_inc 0 + zfs_vdev_mirror_rotating_seek_inc 5 + zfs_vdev_mirror_rotating_seek_offset 1048576 + zfs_vdev_ms_count_limit 131072 + zfs_vdev_nia_credit 5 + zfs_vdev_nia_delay 5 + zfs_vdev_open_timeout_ms 1000 + zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 avx2 + zfs_vdev_read_gap_limit 32768 + zfs_vdev_rebuild_max_active 3 + zfs_vdev_rebuild_min_active 1 + zfs_vdev_removal_max_active 2 + zfs_vdev_removal_min_active 1 + zfs_vdev_scrub_max_active 3 + zfs_vdev_scrub_min_active 1 + zfs_vdev_sync_read_max_active 10 + zfs_vdev_sync_read_min_active 10 + zfs_vdev_sync_write_max_active 10 + zfs_vdev_sync_write_min_active 10 + zfs_vdev_trim_max_active 2 + zfs_vdev_trim_min_active 1 + zfs_vdev_write_gap_limit 4096 + zfs_vnops_read_chunk_size 33554432 + zfs_wrlog_data_max 6670345010 + 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 +/root/check.sh: line 45: nvme: command not found + [exit=127 / not installed or not permitted] + +--- nvme smart-log per device + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n smart-log ---" + nvme smart-log "$n" 2>&1 + echo "--- $n error-log (first 5) ---" + nvme error-log "$n" 2>&1 | head -n 80 +done +--- /dev/nvme0n1 smart-log --- +/root/check.sh: line 62: nvme: command not found +--- /dev/nvme0n1 error-log (first 5) --- +/root/check.sh: line 64: nvme: command not found +--- /dev/nvme0n1p1 smart-log --- +/root/check.sh: line 62: nvme: command not found +--- /dev/nvme0n1p1 error-log (first 5) --- +/root/check.sh: line 64: nvme: command not found +--- /dev/nvme0n1p2 smart-log --- +/root/check.sh: line 62: nvme: command not found +--- /dev/nvme0n1p2 error-log (first 5) --- +/root/check.sh: line 64: nvme: command not found +--- /dev/nvme0n1p3 smart-log --- +/root/check.sh: line 62: nvme: command not found +--- /dev/nvme0n1p3 error-log (first 5) --- +/root/check.sh: line 64: nvme: command not found + +--- 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 +--- /dev/nvme0n1 id-ctrl (filtered) --- +--- /dev/nvme0n1p1 id-ctrl (filtered) --- +--- /dev/nvme0n1p2 id-ctrl (filtered) --- +--- /dev/nvme0n1p3 id-ctrl (filtered) --- + [exit=1] + +--- 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 + +############################################################################### +# 21. STORAGE: HBA / RAID CONTROLLERS +############################################################################### + +############################################################################### +# 22. VIRTUAL MACHINES (qm) +############################################################################### + +--- qm list + $ qm list + VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID + 313 pfv-k8s-wnode-tsys3 running 20000 32.00 716864 + 3000 KNELTemplate stopped 2048 32.00 0 + +--- qm config per VM + $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- VM $vmid ---" + qm config "$vmid" 2>&1 + echo "" +done +--- VM 313 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 4 +cpu: host +ide2: local:iso/debian-13.3.0-amd64-netinst.iso,media=cdrom,size=754M +memory: 20000 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: pfv-k8s-wnode-tsys3 +net0: virtio=BC:24:11:EE:7E:7B,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D5:313/vm-313-disk-0.qcow2,cache=writethrough,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=c63c1b9a-91b7-47ea-bee1-76b7283e65fc +sockets: 2 +vmgenid: 7fc80de6-4573-4d56-acda-b68daeb5f0ea + +--- VM 3000 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: host +ide2: local:iso/debian-13.3.0-amd64-netinst.iso,media=cdrom,size=754M +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: KNELTemplate +net0: virtio=BC:24:11:1E:3D:4F,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:3000/base-3000-disk-0.qcow2,cache=writethrough,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=4249d816-e44e-4cc4-82d4-2b4531381f94 +sockets: 1 +template: 1 +vmgenid: 32cdda57-cd8a-428f-9ad8-67be8f2e1d30 + + +--- 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 313 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:ee:7e:7b", + "ip-addresses" : [ + { + "ip-address" : "192.168.2.30", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::c", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 3000 runtime --- + +--- /etc/pve/qemu-server +lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys3/qemu-server + +--- /etc/pve/firewall +total 0 +drwxr-xr-x 2 root www-data 0 Feb 10 14:49 . +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-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 + 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. + +35 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 +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 +open-iscsi.service enabled enabled +perfopt-cpu-performance.service enabled enabled +postfix.service enabled enabled +proxmox-boot-cleanup.service enabled enabled +proxmox-firewall.service enabled enabled +pve-cluster.service enabled enabled +pve-firewall-commit.service enabled enabled +pve-firewall.service enabled enabled +pve-guests.service enabled enabled +pve-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 +systemd-pstore.service enabled enabled +tailscaled.service enabled enabled +tuned.service enabled enabled +wtmpdb-update-boot.service enabled enabled +zfs-import-cache.service enabled enabled +zfs-mount.service enabled enabled +zfs-share.service enabled enabled +zfs-volume-wait.service enabled enabled +zfs-zed.service enabled enabled +system-xfs_scrub.slice enabled enabled +dm-event.socket enabled enabled +iscsid.socket enabled enabled +lvm2-lvmpolld.socket enabled enabled +netavark-dhcp-proxy.socket enabled enabled +rpcbind.socket enabled enabled +rrdcached.socket enabled enabled +ceph-fuse.target enabled enabled +ceph.target enabled enabled +nfs-client.target enabled enabled +remote-fs.target enabled enabled +zfs-import.target enabled enabled +zfs-volumes.target enabled enabled +zfs.target enabled enabled +apt-daily-upgrade.timer enabled enabled +apt-daily.timer enabled enabled +beszel-agent-update.timer enabled enabled +dpkg-db-backup.timer enabled enabled +e2scrub_all.timer enabled enabled +fstrim.timer enabled enabled +logrotate.timer enabled enabled +man-db.timer enabled enabled +pve-daily-update.timer enabled enabled +xfs_scrub_all.timer enabled enabled + +81 unit files listed. + +--- pve-* service status + $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 +● pve-cluster.service - The Proxmox VE cluster filesystem + Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:27:49 CDT; 2 days ago + Invocation: 48ea9b7770dd48478c96991c4a6fee09 + Main PID: 1118 (pmxcfs) + Tasks: 8 (limit: 34658) + Memory: 45.3M (peak: 68.9M) + CPU: 2min 42.429s + CGroup: /system.slice/pve-cluster.service + └─1118 /usr/bin/pmxcfs + +Jul 24 16:27:48 pfv-tsys3 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 24 16:27:48 pfv-tsys3 pmxcfs[1100]: [main] notice: resolved node name 'pfv-tsys3' to '192.168.100.2' for default node IP address +Jul 24 16:27:48 pfv-tsys3 pmxcfs[1100]: [main] notice: resolved node name 'pfv-tsys3' to '192.168.100.2' for default node IP address +Jul 24 16:27:49 pfv-tsys3 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. + +● pvedaemon.service - PVE API Daemon + Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:27:54 CDT; 2 days ago + Invocation: d0fcee9bc5b049398c4eaeb25eca8755 + Main PID: 1713 (pvedaemon) + Tasks: 4 (limit: 34658) + Memory: 204.2M (peak: 1.2G) + CPU: 8min 2.107s + CGroup: /system.slice/pvedaemon.service + ├─ 1713 pvedaemon + ├─717537 "pvedaemon worker" + ├─734896 "pvedaemon worker" + └─736437 "pvedaemon worker" + +Jul 26 14:26:37 pfv-tsys3 pvedaemon[717537]: successful auth for user 'root@pam' +Jul 26 14:30:56 pfv-tsys3 pvedaemon[716772]: worker exit +Jul 26 14:30:56 pfv-tsys3 pvedaemon[1713]: worker 716772 finished +Jul 26 14:30:56 pfv-tsys3 pvedaemon[1713]: starting 1 worker(s) +Jul 26 14:30:56 pfv-tsys3 pvedaemon[1713]: worker 734896 started +Jul 26 14:36:11 pfv-tsys3 pvedaemon[717514]: worker exit +Jul 26 14:36:11 pfv-tsys3 pvedaemon[1713]: worker 717514 finished +Jul 26 14:36:11 pfv-tsys3 pvedaemon[1713]: starting 1 worker(s) +Jul 26 14:36:11 pfv-tsys3 pvedaemon[1713]: worker 736437 started +Jul 26 16:19:24 pfv-tsys3 pvedaemon[736437]: 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 Fri 2026-07-24 16:28:00 CDT; 2 days ago + Invocation: 7e58910158ee4b55af583c21f22a6f77 + Main PID: 1725 (pveproxy) + Tasks: 4 (limit: 34658) + Memory: 209.6M (peak: 493.6M) + CPU: 5min 46.874s + CGroup: /system.slice/pveproxy.service + ├─ 1725 pveproxy + ├─731253 "pveproxy worker" + ├─731613 "pveproxy worker" + └─736829 "pveproxy worker" + +Jul 26 14:19:54 pfv-tsys3 pveproxy[1725]: worker 720788 finished +Jul 26 14:19:54 pfv-tsys3 pveproxy[1725]: starting 1 worker(s) +Jul 26 14:19:54 pfv-tsys3 pveproxy[1725]: worker 731613 started +Jul 26 14:19:55 pfv-tsys3 pveproxy[731612]: got inotify poll request in wrong process - disabling inotify +Jul 26 14:19:55 pfv-tsys3 pveproxy[731612]: worker exit +Jul 26 14:37:35 pfv-tsys3 pveproxy[736828]: got inotify poll request in wrong process - disabling inotify +Jul 26 14:37:35 pfv-tsys3 pveproxy[1725]: worker 725169 finished +Jul 26 14:37:35 pfv-tsys3 pveproxy[1725]: starting 1 worker(s) +Jul 26 14:37:35 pfv-tsys3 pveproxy[1725]: worker 736829 started +Jul 26 14:37:36 pfv-tsys3 pveproxy[736828]: worker exit + +● pve-firewall.service - Proxmox VE firewall + Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:27:53 CDT; 2 days ago + Invocation: dc12a848aa7a4642b31fb736711a05a6 + Main PID: 1687 (pve-firewall) + Tasks: 1 (limit: 34658) + Memory: 107.7M (peak: 124.1M) + CPU: 34min 20.500s + CGroup: /system.slice/pve-firewall.service + └─1687 pve-firewall + +Jul 24 16:27:49 pfv-tsys3 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 24 16:27:53 pfv-tsys3 pve-firewall[1687]: starting server +Jul 24 16:27:53 pfv-tsys3 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. + +○ pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; disabled; preset: enabled) + Active: inactive (dead) + +○ pve-ha-lrm.service - PVE Local HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; disabled; preset: enabled) + Active: inactive (dead) + +● pvestatd.service - PVE Status Daemon + Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:27:53 CDT; 2 days ago + Invocation: 1622d461fd734d72914939b619bd3b45 + Main PID: 1686 (pvestatd) + Tasks: 1 (limit: 34658) + Memory: 122.3M (peak: 260.3M) + CPU: 1h 38min 17.642s + CGroup: /system.slice/pvestatd.service + └─1686 pvestatd + +Jul 26 14:03:58 pfv-tsys3 pvestatd[1686]: auth key pair too old, rotating.. +Jul 26 16:05:21 pfv-tsys3 pvestatd[1686]: status update time (6.470 seconds) +Jul 26 16:05:41 pfv-tsys3 pvestatd[1686]: status update time (5.897 seconds) +Jul 26 16:06:37 pfv-tsys3 pvestatd[1686]: got timeout +Jul 26 16:06:37 pfv-tsys3 pvestatd[1686]: unable to activate storage 'D2' - directory '/mnt/pve/D2' does not exist or is unreachable +Jul 26 16:06:37 pfv-tsys3 pvestatd[1686]: status update time (12.093 seconds) +Jul 26 16:07:14 pfv-tsys3 pvestatd[1686]: status update time (6.814 seconds) +Jul 26 16:09:54 pfv-tsys3 pvestatd[1686]: status update time (7.743 seconds) +Jul 26 16:10:04 pfv-tsys3 pvestatd[1686]: status update time (6.697 seconds) +Jul 26 16:10:13 pfv-tsys3 pvestatd[1686]: status update time (5.545 seconds) + +● pvebanner.service - Proxmox VE Login Banner + Loaded: loaded (/usr/lib/systemd/system/pvebanner.service; enabled; preset: enabled) + Active: active (exited) since Sun 2026-07-26 11:29:45 CDT; 5h 0min ago + Invocation: b965a261986649b9a0f72350f9c8ec27 + Main PID: 679394 (code=exited, status=0/SUCCESS) + Mem peak: 28.1M + CPU: 199ms + +Jul 26 11:29:45 pfv-tsys3 systemd[1]: Starting pvebanner.service - Proxmox VE Login Banner... + +--- storage-related service status + $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 +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 Fri 2026-07-24 16:27:07 CDT; 2 days ago + Invocation: 1e71fe686df141c18c434b9aed45ee9f +TriggeredBy: ● rpcbind.socket + Docs: man:rpcbind(8) + Main PID: 649 (rpcbind) + Tasks: 1 (limit: 34658) + Memory: 600K (peak: 1.7M) + CPU: 415ms + CGroup: /system.slice/rpcbind.service + └─649 /usr/sbin/rpcbind -f -w + +Jul 24 16:27:07 pfv-tsys3 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 24 16:27:07 pfv-tsys3 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 Fri 2026-07-24 16:27:07 CDT; 2 days ago + Invocation: bc5edbdebb784b34a5ced4f3201f7c5c + Docs: man:zfs(8) + Main PID: 547 (code=exited, status=0/SUCCESS) + Mem peak: 1.7M + CPU: 40ms + +Jul 24 16:27:07 pfv-tsys3 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 24 16:27:07 pfv-tsys3 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 Fri 2026-07-24 16:27:08 CDT; 2 days ago + Invocation: 3e23ded385ff4d53a58389d691e1ea5e + Docs: man:smartd(8) + man:smartd.conf(5) + Main PID: 721 (smartd) + Status: "Next check of 1 device will start at 16:57:08" + Tasks: 1 (limit: 34658) + Memory: 3.1M (peak: 4.5M) + CPU: 269ms + CGroup: /system.slice/smartmontools.service + └─721 /usr/sbin/smartd -n -q never + +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, opened +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, PM961 NVMe SAMSUNG 512GB, S/N:S33YNX0J331581, FW:CXY74D1Q, 512 GB +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, is SMART capable. Adding to "monitor" list. +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, state read from /var/lib/smartmontools/smartd.PM961_NVMe_SAMSUNG_512GB-S33YNX0J331581.nvme.state +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Monitoring 0 ATA/SATA, 0 SCSI/SAS and 1 NVMe devices +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, SMART/Health value: Available Spare changed from 0 to 100 +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, SMART/Health value: Percentage Used changed from 0 to 16 +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, NVMe error count increased from 0 to 37236 (0 new, 64 ignored, 37172 unknown) +Jul 24 16:27:08 pfv-tsys3 smartd[721]: Device: /dev/nvme0, state written to /var/lib/smartmontools/smartd.PM961_NVMe_SAMSUNG_512GB-S33YNX0J331581.nvme.state +Jul 24 16:27:08 pfv-tsys3 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. + +############################################################################### +# 25. TIMERS / CRON +############################################################################### + +--- systemctl list-timers + $ systemctl list-timers --all --no-pager +NEXT LEFT LAST PASSED UNIT ACTIVATES +Sun 2026-07-26 16:43:25 CDT 13min Sat 2026-07-25 16:43:25 CDT 23h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-07-26 18:22:03 CDT 1h 51min Sun 2026-07-26 08:40:25 CDT 7h ago apt-daily.timer apt-daily.service +Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:25 CDT 16h ago dpkg-db-backup.timer dpkg-db-backup.service +Mon 2026-07-27 00:00:53 CDT 7h Sun 2026-07-26 00:34:32 CDT 15h ago logrotate.timer logrotate.service +Mon 2026-07-27 01:06:04 CDT 8h Sun 2026-07-26 02:11:25 CDT 14h ago beszel-agent-update.timer beszel-agent-update.service +Mon 2026-07-27 01:28:45 CDT 8h Sun 2026-07-26 01:24:25 CDT 15h ago pve-daily-update.timer pve-daily-update.service +Mon 2026-07-27 01:35:33 CDT 9h Mon 2026-07-20 00:55:34 CDT - fstrim.timer fstrim.service +Mon 2026-07-27 06:45:01 CDT 14h Sun 2026-07-26 06:00:25 CDT 10h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Mon 2026-07-27 09:20:25 CDT 16h Sun 2026-07-26 05:35:25 CDT 10h ago man-db.timer man-db.service +Sun 2026-08-02 03:10:25 CDT 6 days Sun 2026-07-26 03:10:33 CDT 13h ago e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:30 CDT 6 days Sun 2026-07-26 03:11:25 CDT 13h ago xfs_scrub_all.timer xfs_scrub_all.service + +11 timers listed. + +--- /etc/cron.d +total 20 +drwxr-xr-x 2 root root 4096 Jul 19 15:04 . +drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +lrwxrwxrwx 1 root root 20 Feb 10 14:49 vzdump -> /etc/pve/vzdump.cron +-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux + +--- /etc/cron.daily +total 28 +drwxr-xr-x 2 root root 4096 Apr 6 10:07 . +drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat +-rwxr-xr-x 1 root root 123 May 27 2025 dpkg +-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate +-rwxr-xr-x 1 root root 1395 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.hourly +total 12 +drwxr-xr-x 2 root root 4096 Feb 10 14:47 . +drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.weekly +total 16 +drwxr-xr-x 2 root root 4096 Feb 10 14:47 . +drwxr-xr-x 109 root root 4096 Jul 26 16:29 .. +-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 +0.49 0.25 0.19 1/308 775469 + +--- vmstat 1 3 + $ vmstat 1 3 +procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- + r b swpd free buff cache si so bi bo in cs us sy id wa st gu + 0 0 8 29346732 23012 495664 0 0 142 46 2609 3 0 1 93 3 0 2 + 0 0 8 29377740 23012 495844 0 0 0 100 1210 1403 0 1 95 4 0 0 + 0 0 8 29408492 23012 495844 0 0 0 0 439 651 0 0 100 0 0 0 + +--- mpstat 1 3 (per-cpu) + $ mpstat 1 3 +/root/check.sh: line 45: mpstat: command not found + [exit=127 / not installed or not permitted] + +--- iostat -xz 1 3 + $ iostat -xz 1 3 +/root/check.sh: line 45: iostat: command not found + [exit=127 / not installed or not permitted] + +--- sar -dp 1 2 + $ sar -dp 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n DEV 1 2 + $ sar -n DEV 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n NFS,NFSD 1 2 + $ sar -n NFS,NFSD 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n SOCK 1 1 + $ sar -n SOCK 1 1 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n TCP,ETCP 1 2 + $ sar -n TCP,ETCP 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -d 1 2 (top disk) + $ pidstat -d 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -u 1 2 (top cpu) + $ pidstat -u 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- top (single snapshot, top 30) + $ top -b -n 1 +top - 16:30:12 up 2 days, 3 min, 1 user, load average: 0.49, 0.25, 0.19 +Tasks: 234 total, 1 running, 233 sleeping, 0 stopped, 0 zombie +%Cpu(s): 0.0 us, 0.0 sy, 0.0 ni, 98.9 id, 1.1 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 31806.7 total, 28718.0 free, 2989.0 used, 506.9 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 28817.7 avail Mem + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 775504 root 20 0 10424 5492 3408 R 9.1 0.0 0:00.01 top + 1 root 20 0 25080 15412 10336 S 0.0 0.0 0:30.85 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.03 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:04.01 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 2:32.26 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.01 rcu_exp+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:01.00 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:01.00 migrati+ + 25 root 20 0 0 0 0 S 0.0 0.0 0:01.40 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:01.02 migrati+ + 31 root 20 0 0 0 0 S 0.0 0.0 0:00.59 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:01.06 migrati+ + 37 root 20 0 0 0 0 S 0.0 0.0 0:00.34 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.96 migrati+ + 43 root 20 0 0 0 0 S 0.0 0.0 0:41.57 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.85 migrati+ + 49 root 20 0 0 0 0 S 0.0 0.0 0:00.23 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.92 migrati+ + 55 root 20 0 0 0 0 S 0.0 0.0 4:55.16 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.83 migrati+ + 61 root 20 0 0 0 0 S 0.0 0.0 0:00.22 ksoftir+ + 63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 65 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.06 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.13 khungta+ + 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:08.23 kcompac+ + 75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 76 root 39 19 0 0 0 S 0.0 0.0 0:01.34 khugepa+ + 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 81 root -51 0 0 0 0 S 0.0 0.0 0:09.63 irq/9-a+ + 85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 90 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 91 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 93 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 94 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 96 root 20 0 0 0 0 S 0.0 0.0 0:02.35 kswapd0 + 97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 99 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/121+ + 100 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/122+ + 101 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/123+ + 102 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/123+ + 103 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/124+ + 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 107 root 20 0 0 0 0 S 0.0 0.0 0:02.26 hwrng + 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 109 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 113 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 125 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 183 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 184 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 185 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 186 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 187 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 188 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 189 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 190 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 191 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 218 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 219 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 220 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 221 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 229 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 230 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 242 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 243 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 263 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 264 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 265 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 266 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 303 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 316 root 20 0 0 0 0 S 0.0 0.0 0:04.75 jbd2/dm+ + 317 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 366 root 20 0 43280 22500 20972 S 0.0 0.1 0:09.61 systemd+ + 379 root 20 0 77296 22188 9012 S 0.0 0.1 0:15.97 dmeventd + 383 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 386 root 0 -20 0 0 0 I 0.0 0.0 0:00.36 kworker+ + 389 root 20 0 37116 10440 7740 S 0.0 0.0 0:01.63 systemd+ + 390 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 393 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 414 root 0 -20 0 0 0 I 0.0 0.0 0:00.25 kworker+ + 417 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 491 root 0 -20 0 0 0 I 0.0 0.0 0:00.25 kworker+ + 492 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/31-+ + 495 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/144+ + 496 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 497 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 498 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 499 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 500 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 501 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 502 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 503 root 20 0 0 0 0 S 0.0 0.0 0:04.83 arc_evi+ + 504 root 39 19 0 0 0 S 0.0 0.0 0:04.95 arc_reap + 505 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 506 root 39 19 0 0 0 S 0.0 0.0 0:04.81 dbuf_ev+ + 511 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 538 root 20 0 0 0 0 S 0.0 0.0 0:03.58 l2arc_f+ + 649 _rpc 20 0 6568 3864 3456 S 0.0 0.0 0:00.40 rpcbind + 706 _chrony 20 0 19940 5596 4824 S 0.0 0.0 0:00.73 chronyd + 707 message+ 20 0 8688 5412 4364 S 0.0 0.0 0:28.02 dbus-da+ + 708 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 709 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 715 root 20 0 276136 3492 3200 S 0.0 0.0 0:00.03 pve-lxc+ + 720 root 20 0 691580 8280 6968 S 0.0 0.0 0:46.08 rrdcach+ + 721 root 20 0 9724 5812 4772 S 0.0 0.0 0:00.26 smartd + 731 root 20 0 19096 9016 7644 S 0.0 0.0 0:05.58 systemd+ + 732 root 20 0 1553696 110472 25880 S 0.0 0.3 33:30.65 tailsca+ + 736 root 20 0 7216 2280 1932 S 0.0 0.0 0:04.71 ksmtuned + 744 root 20 0 104420 5880 4732 S 0.0 0.0 0:00.05 zed + 753 root 20 0 159036 2536 2164 S 0.0 0.0 0:00.04 lxcfs + 789 root 20 0 5264 1672 1440 S 0.0 0.0 0:00.00 blkmapd + 795 root 0 -20 0 0 0 I 0.0 0.0 0:00.26 kworker+ + 797 _chrony 20 0 11612 2248 1616 S 0.0 0.0 0:00.00 chronyd + 825 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 987 root 20 0 5980 3436 2588 S 0.0 0.0 0:02.60 dhclient + 995 root 0 -20 0 0 0 I 0.0 0.0 0:00.23 kworker+ + 1095 beszel 20 0 2231060 17756 10188 S 0.0 0.1 2:06.90 beszel-+ + 1096 _lldpd 20 0 21376 6232 5064 S 0.0 0.0 0:00.37 lldpd + 1097 root 20 0 5520 2676 2428 S 0.0 0.0 0:00.02 lxc-mon+ + 1107 root 20 0 340044 32100 14732 S 0.0 0.1 0:50.38 tuned + 1117 _lldpd 20 0 21376 2792 1652 S 0.0 0.0 0:09.64 lldpd + 1118 root 20 0 602856 49604 36264 S 0.0 0.2 2:42.33 pmxcfs + 1123 root 20 0 0 0 0 I 0.0 0.0 0:06.82 kworker+ + 1124 root 20 0 8168 2788 2556 S 0.0 0.0 0:00.04 agetty + 1130 root 20 0 11776 7436 6208 S 0.0 0.0 0:00.24 sshd + 1378 root 20 0 6864 2944 2692 S 0.0 0.0 0:00.70 cron + 1381 root 20 0 13584 5712 4760 S 0.0 0.0 0:28.45 proxmox+ + 1652 polkitd 20 0 306704 8208 7044 S 0.0 0.0 0:06.96 polkitd + 1663 root 0 -20 0 0 0 I 0.0 0.0 0:00.28 kworker+ + 1664 root 20 0 43984 4644 4004 S 0.0 0.0 0:01.41 master + 1667 postfix 20 0 44524 7480 6780 S 0.0 0.0 0:00.26 qmgr + 1686 root 20 0 187792 143960 31756 S 0.0 0.4 51:25.32 pvestatd + 1687 root 20 0 186388 112780 7348 S 0.0 0.3 14:11.77 pve-fir+ + 1713 root 20 0 230024 181396 31136 S 0.0 0.6 0:05.36 pvedaem+ + 1725 www-data 20 0 231180 182616 31244 S 0.0 0.6 0:07.29 pveproxy + 1733 www-data 20 0 99288 68976 16896 S 0.0 0.2 0:04.74 spicepr+ + 1782 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1790 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 2161 root 20 0 209764 154420 31308 S 0.0 0.5 0:35.66 pvesche+ + 2268 root 0 -20 0 0 0 I 0.0 0.0 0:00.21 kworker+ + 168332 root 20 0 0 0 0 I 0.0 0.0 0:07.39 kworker+ + 485977 root 20 0 79620 2264 2052 S 0.0 0.0 0:12.63 pvefw-l+ + 642745 root 20 0 0 0 0 I 0.0 0.0 1:11.91 kworker+ + 667532 root 20 0 0 0 0 I 0.0 0.0 0:58.90 kworker+ + 679203 root 20 0 5748 2144 1956 S 0.0 0.0 0:00.01 qmeventd + 679386 www-data 20 0 99388 56136 3908 S 0.0 0.2 0:00.85 spicepr+ + 706312 root 20 0 0 0 0 I 0.0 0.0 0:01.11 kworker+ + 706532 root 20 0 0 0 0 I 0.0 0.0 0:01.62 kworker+ + 708096 root 20 0 0 0 0 I 0.0 0.0 0:00.64 kworker+ + 711993 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 716864 root 20 0 20.6g 1.0g 13364 S 0.0 3.3 6:39.46 kvm + 716936 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 717537 root 20 0 239336 164544 12112 S 0.0 0.5 0:08.71 pvedaem+ + 731253 www-data 20 0 247208 173624 13344 S 0.0 0.5 0:07.92 pveprox+ + 731613 www-data 20 0 249552 173088 13340 S 0.0 0.5 0:07.54 pveprox+ + 734896 root 20 0 238824 162944 11032 S 0.0 0.5 0:01.28 pvedaem+ + 736437 root 20 0 238872 163100 11160 S 0.0 0.5 0:00.94 pvedaem+ + 736829 www-data 20 0 247064 172252 12164 S 0.0 0.5 0:01.84 pveprox+ + 741633 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+ + 744297 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 749306 root 20 0 0 0 0 I 0.0 0.0 0:00.46 kworker+ + 749381 postfix 20 0 44472 7660 6980 S 0.0 0.0 0:00.03 pickup + 752112 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ + 755079 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 760679 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 765632 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 765875 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 767575 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 768570 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 770241 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 770305 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 770318 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 770333 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 770367 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 770428 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 772070 root 20 0 22228 12664 10272 S 0.0 0.0 0:00.25 systemd + 772071 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 772073 root 20 0 24404 3820 2024 S 0.0 0.0 0:00.00 (sd-pam) + 772078 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 772118 root 20 0 19652 11716 9944 S 0.0 0.0 0:00.01 sshd-se+ + 772125 root 20 0 19908 7428 5380 S 0.0 0.0 0:00.00 sshd-se+ + 772126 root 20 0 7316 3788 3256 S 0.0 0.0 0:00.37 bash + 774430 root 20 0 5580 2132 2020 S 0.0 0.0 0:00.00 sleep + 775502 root 20 0 7316 2400 1868 S 0.0 0.0 0:00.00 bash + 775503 root 20 0 5588 2096 1980 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 +16:30:13 0 0 0 0 0 0 0 1.9K 994M 27.0G +16:30:14 0 0 0 0 0 0 0 1.9K 994M 27.1G + +--- /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: +enx8cae4ccda774: +tailscale0: +vmbr0: +datanet: +tap313i0: +fwbr313i0: +fwpr313p0: +fwln313i0: +--- t0 --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 36927861 162418 0 0 0 0 0 0 36927861 162418 0 0 0 0 0 0 + nic0: 8313051667 25640733 0 6020 0 0 0 4334273 63689933466 56718145 0 0 0 0 0 0 +enx8cae4ccda774: 146830477089 102231971 0 5767 0 0 0 0 17469841627 43483049 0 0 0 0 0 0 +tailscale0: 259361875 3732994 0 0 0 0 0 0 52454766611 2705764 0 0 0 0 0 0 + vmbr0: 1269092771 8752631 0 0 0 0 0 3741543 56146846800 3488482 0 0 0 0 0 0 +datanet: 146808609241 102207360 0 10 0 0 0 145724 17468371552 43477284 0 0 0 0 0 0 +tap313i0: 7755050 36803 0 0 0 0 0 0 55749941 441882 0 0 0 0 0 0 +fwbr313i0: 31853797 377059 0 422 0 0 0 238955 0 0 0 0 0 0 0 0 +fwpr313p0: 7844441 37162 0 359 0 0 0 0 55772553 442006 0 0 0 0 0 0 +fwln313i0: 55772553 442006 0 359 0 0 0 0 7844441 37162 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: 36927861 162418 0 0 0 0 0 0 36927861 162418 0 0 0 0 0 0 + nic0: 8313054116 25640759 0 6020 0 0 0 4334281 63689934336 56718152 0 0 0 0 0 0 +enx8cae4ccda774: 146830478962 102231989 0 5767 0 0 0 0 17469860223 43483067 0 0 0 0 0 0 +tailscale0: 259361875 3732994 0 0 0 0 0 0 52454766611 2705764 0 0 0 0 0 0 + vmbr0: 1269094551 8752655 0 0 0 0 0 3741550 56146847520 3488488 0 0 0 0 0 0 +datanet: 146808611114 102207378 0 10 0 0 0 145725 17468390148 43477302 0 0 0 0 0 0 +tap313i0: 7755136 36804 0 0 0 0 0 0 55751387 441901 0 0 0 0 0 0 +fwbr313i0: 31854905 377077 0 422 0 0 0 238962 0 0 0 0 0 0 0 0 +fwpr313p0: 7844527 37163 0 359 0 0 0 0 55773999 442025 0 0 0 0 0 0 +fwln313i0: 55773999 442025 0 359 0 0 0 0 7844527 37163 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-tsys3.knel.net pfv-tsys3 + +# The following lines are desirable for IPv6 capable hosts + +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +10.100.100.4 pfv-tsys4-nfs-stor +10.100.100.5 pfv-tsys5-nfs-stor + + +--- /etc/ntp.conf + [missing: /etc/ntp.conf] + +--- /etc/chrony/chrony.conf + --- /etc/chrony/chrony.conf --- +# Welcome to the chrony configuration file. See chrony.conf(5) for more +# information about usable directives. + +# Use Debian vendor zone. +pool 2.debian.pool.ntp.org iburst + +# Use time sources from DHCP. +sourcedir /run/chrony-dhcp + +# Use NTP sources found in /etc/chrony/sources.d. +sourcedir /etc/chrony/sources.d + +# This directive specifies the location of the file containing ID/key pairs for +# NTP authentication. +keyfile /etc/chrony/chrony.keys + +# This directive specifies the file into which chronyd will store the rate +# information. +driftfile /var/lib/chrony/chrony.drift + +# Save NTS keys and cookies. +ntsdumpdir /var/lib/chrony + +# Uncomment the following line to turn logging on. +#log tracking measurements statistics + +# Log files location. +logdir /var/log/chrony + +# Stop bad estimates upsetting machine clock. +maxupdateskew 100.0 + +# This directive enables kernel synchronisation (every 11 minutes) of the +# real-time clock. Note that it can't be used along with the 'rtcfile' directive. +rtcsync + +# Step the system clock instead of slewing it if the adjustment is larger than +# one second, but only in the first three clock updates. +makestep 1 3 + +# Get TAI-UTC offset and leap seconds from the system tz database. +# This directive must be commented out when using time sources serving +# leap-smeared time. +leapseclist /usr/share/zoneinfo/leap-seconds.list + +# Include configuration files found in /etc/chrony/conf.d. +confdir /etc/chrony/conf.d + +--- timedatectl + $ timedatectl + Local time: Sun 2026-07-26 16:30:15 CDT + Universal time: Sun 2026-07-26 21:30:15 UTC + RTC time: Sun 2026-07-26 21:30:15 + Time zone: America/Chicago (CDT, -0500) +System clock synchronized: yes + NTP service: active + RTC in local TZ: no + +--- chronyc tracking + $ chronyc tracking +Reference ID : 1796297B (s2-a.time.mci1.us.rozint.net) +Stratum : 3 +Ref time (UTC) : Sun Jul 26 21:18:34 2026 +System time : 0.000362114 seconds fast of NTP time +Last offset : -0.000098743 seconds +RMS offset : 0.000940303 seconds +Frequency : 5.030 ppm slow +Residual freq : +0.005 ppm +Skew : 0.215 ppm +Root delay : 0.036824852 seconds +Root dispersion : 0.002414962 seconds +Update interval : 1032.6 seconds +Leap status : Normal + +--- chronyc sources + $ chronyc sources +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^- ip212-227-240-160.pbiaas> 3 10 377 528 -4262us[-4262us] +/- 85ms +^+ as393746.mci.trtnw.net 2 10 377 531 +437us[ +437us] +/- 25ms +^+ ntp.maxhost.io 2 10 377 1010 +1158us[+1043us] +/- 52ms +^* s2-a.time.mci1.us.rozint> 2 10 377 701 -2952us[-3051us] +/- 19ms + +--- ntpq peers + $ ntpq -pn +/root/check.sh: line 45: ntpq: command not found + [exit=127 / not installed or not permitted] + +############################################################################### +# 28. FIREWALL / SECURITY +############################################################################### + +--- pve-firewall status + $ pve-firewall status +Status: disabled/running + +--- nft ruleset (count) + $ nft list ruleset + +--- nft ruleset (head) + $ nft list ruleset + +--- iptables-save (legacy) + $ iptables-save +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 +*raw +:PREROUTING ACCEPT [117526039:148922694827] +:OUTPUT ACCEPT [41795273:125032592604] +COMMIT +# Completed on Sun Jul 26 16:30:16 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 +*mangle +:PREROUTING ACCEPT [117526480:148922807645] +:INPUT ACCEPT [109331173:147898115673] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [41795684:125032646545] +:POSTROUTING ACCEPT [41795684:125032646545] +-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 +-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 +COMMIT +# Completed on Sun Jul 26 16:30:16 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 +*nat +:PREROUTING ACCEPT [7858043:956073935] +:INPUT ACCEPT [135309:36979847] +:OUTPUT ACCEPT [261402:17210211] +:POSTROUTING ACCEPT [261402:17210211] +:ts-postrouting - [0:0] +-A POSTROUTING -j ts-postrouting +-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE +COMMIT +# Completed on Sun Jul 26 16:30:16 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:16 2026 +*filter +:INPUT ACCEPT [103029487:147119876316] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [41795684:125032646545] +: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.66.186.10/32 -i lo -j ACCEPT +-A ts-input -i tailscale0 -j ACCEPT +-A ts-input -p udp -m udp --dport 41641 -j ACCEPT +-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN +-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP +COMMIT +# Completed on Sun Jul 26 16:30:16 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 (706) + /usr/sbin/chronyd (797) + /usr/sbin/dhclient (987) /{,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 + 716864 root 1066996 21615300 3.7 3.2 kvm + 1725 www-data 182616 231180 0.0 0.5 pveproxy + 1713 root 181396 230024 0.0 0.5 pvedaemon + 731253 www-data 173624 247208 0.1 0.5 pveproxy worker + 731613 www-data 173088 249552 0.0 0.5 pveproxy worker + 736829 www-data 172252 247064 0.0 0.5 pveproxy worker + 717537 root 164544 239336 0.0 0.5 pvedaemon worke + 736437 root 163100 238872 0.0 0.5 pvedaemon worke + 734896 root 162944 238824 0.0 0.5 pvedaemon worke + 2161 root 154420 209764 0.0 0.4 pvescheduler + +--- top 10 CPU hogs + $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 + PID USER %CPU %MEM RSS COMMAND + 775518 root 5.5 0.0 7920 systemd-timedat + 716864 root 3.7 3.2 1066996 kvm + 1686 root 1.7 0.4 143960 pvestatd + 732 root 1.1 0.3 110488 tailscaled + 1687 root 0.4 0.3 112780 pve-firewall + 667532 root 0.2 0.0 0 kworker/u32:3-nfsiod + 642745 root 0.2 0.0 0 kworker/u32:5-nfsiod + 55 root 0.1 0.0 0 ksoftirqd/6 + 772126 root 0.1 0.0 3788 bash + 731253 www-data 0.1 0.5 173624 pveproxy worker + +--- 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=175 systemd +716864 fd=141 kvm + 1664 fd=94 master + 707 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 128M Mar 30 05:39 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-000000000017b01a-00064e1f72436721.journal +-rw-r-----+ 1 root systemd-journal 128M Mar 28 20:13 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-0000000000127e8a-00064e036ad4670e.journal +-rw-r-----+ 1 root systemd-journal 128M Mar 27 10:47 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-00000000000d4c98-00064de75196aec3.journal +-rw-r-----+ 1 root systemd-journal 128M Mar 26 01:16 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-0000000000087da6-00064d3dd61a4af3.journal +-rw-r-----+ 1 root systemd-journal 64M Mar 17 15:04 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-000000000006ea65-00064c2914c2a3f9.journal +-rw-r-----+ 1 root systemd-journal 56M Mar 3 19:53 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-000000000005e23c-00064b6a0170420a.journal +-rw-r-----+ 1 root systemd-journal 48M May 6 21:32 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-00000000001dde2f-00064eccc1ac4a57.journal +-rw-r-----+ 1 root systemd-journal 48M Feb 22 07:55 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-000000000004ceb2-00064b5a94994f38.journal +-rw-r-----+ 1 root systemd-journal 48M Feb 21 13:31 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-000000000003bb25-00064b4b28aff7a6.journal +-rw-r-----+ 1 root systemd-journal 48M Feb 20 19:07 /var/log/journal/289f28e06a34426b800c8a3e665f3843/system@fd7c48f99f404a0d8fe3a1f48380d645-000000000002a7ac-00064b3bb99d678f.journal + +############################################################################### +# 30. QUICK-LOOK SUSPECT SUMMARY +############################################################################### + +Auto-detected performance anti-patterns (verify against full data above): + + +--- [A] Network interfaces < 10 Gbps and up + $ hits=0 +for ifc in $NETIFS; do + s=$(cat "/sys/class/net/$ifc/speed" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + case "$s" in + 10|100|1000) + if [ "$c" = "1" ]; then + printf ' %s : %s Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration\n' "$ifc" "$s" + hits=$((hits+1)) + fi + ;; + esac +done +[ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)" + nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + [exit=1] + + +--- [B] MTU not jumbo on carrier-up interfaces + $ hits=0 +for ifc in $NETIFS; do + m=$(cat "/sys/class/net/$ifc/mtu" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + [ "$c" = "1" ] || continue + if [ -n "$m" ] && [ "$m" != "9000" ]; then + printf ' %s : mtu=%s\n' "$ifc" "$m" + hits=$((hits+1)) + fi +done +[ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)" + datanet : mtu=1500 + enx8cae4ccda774 : mtu=1500 + fwbr313i0 : mtu=1500 + fwln313i0 : mtu=1500 + fwpr313p0 : mtu=1500 + nic0 : mtu=1500 + tap313i0 : mtu=1500 + vmbr0 : mtu=1500 + [exit=1] + + +--- [C] CPU governor != performance + $ g=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null) +if [ -z "$g" ]; then + echo " cpufreq driver not loaded (governor unknown)" +elif [ "$g" = "performance" ]; then + echo " OK: performance governor" +else + echo " <-- governor=$g (recommend 'performance')" +fi + OK: performance governor + + +--- [D] EPB / EPP not performance-bias + $ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null) +epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null) +echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)" + EPB=0 EPP=performance (0=performance, 15=max-power on EPB; 'performance' on EPP) + + +--- [E] vm.swappiness and dirty ratios + $ sw=$(sysctl -n vm.swappiness 2>/dev/null) +dr=$(sysctl -n vm.dirty_ratio 2>/dev/null) +dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null) +echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr" +[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)" + swappiness=10 dirty_ratio=40 dirty_background_ratio=5 + [exit=1] + + +--- [F] TCP congestion control + $ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null) +avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null) +echo " active: $cc" +echo " available: $avail" +[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths" + active: bbr + available: reno cubic bbr + [exit=1] + + +--- [G] ZFS dataset red flags + $ if ! command -v zfs >/dev/null 2>&1; then + echo " ZFS not present" +else + zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \ + | awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"} + $2=="atime" && $3=="on" {print " <-- "$1" has atime=on"} + $2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"} + $2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}' +fi + + +--- [H] ARC size vs RAM + $ if [ -r /proc/spl/kstat/zfs/arcstats ]; then + arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo) + echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes" + if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then + pct=$((cmax * 100 / ram)) + echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)" + fi + hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then + hr=$((hits * 100 / (hits + miss))) + echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)" + fi +else + echo " ZFS ARC stats not available (ZFS not loaded?)" +fi + ARC current=1920 bytes ARC max=3331325952 bytes RAM total=33351725056 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 313: ide-disk + VM 3000: 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)" + cpu4: dropped=12573 time_squeezed=0 + (also check ethtool -S sections above for rx_dropped/rx_missed_errors) + + +--- [L] Failed systemd services + $ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10) +if [ -n "$failed" ]; then + echo "$failed" | sed 's/^/ /' +else + echo " no failed services" +fi + no failed services + + +--- [M] Filesystem usage > 80% + $ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}' + + +--- [N] SMART / NVMe health warnings + $ if command -v nvme >/dev/null 2>&1; then + for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5) + [ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' ' + done +fi +if command -v smartctl >/dev/null 2>&1; then + for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed') + echo "$chk" | grep -qi fail && echo " $dev: $chk" + done +fi +echo " (see section 20 for full smartctl/nvme output)" + (see section 20 for full smartctl/nvme output) + +############################################################################### +# Collection complete: pfv-tsys3 +# Output: /root/pfv-tsys3.log +# Size: 725143 bytes / 10084 lines +# Elapsed: 261 seconds +############################################################################### diff --git a/returned-logs/pfv-tsys4.log b/returned-logs/pfv-tsys4.log new file mode 100644 index 0000000..db6959d --- /dev/null +++ b/returned-logs/pfv-tsys4.log @@ -0,0 +1,11030 @@ +############################################################################### +# Proxmox VE host performance assessment (READ-ONLY) +# Host: pfv-tsys4 (pfv-tsys4.knel.net) +# FQDN: pfv-tsys4.knel.net +# All IPs: 100.70.77.93 192.168.3.191 10.100.100.4 fd7a:115c:a1e0::3f3b:4d5d +# Collected: 2026-07-26T21:25:59Z (UTC) +# Kernel: 6.17.9-1-pve +# Machine: x86_64 GNU/Linux +# Caller: root (uid=0) +# Script: check.sh - strictly READ-ONLY +############################################################################### + +############################################################################### +# 1. TOOL AVAILABILITY MATRIX +############################################################################### + +--- command presence + path + version + $ # Each line: name | present? | path | version +printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE" +printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------" +for t in \ + pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \ + ip ss ethtool bridge brctl nmcli \ + tcpdump mtr nstat netstat nicstat ifstat \ + dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \ + cpupower turbostat x86_energy_perf_policy rdmsr \ + tuned-adm irqbalance \ + zpool zfs zdb arcstat arc_summary \ + lsblk blkid blockdev findmnt smartctl nvme hdparm \ + storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \ + sas2ircu sas3ircu hpssacli ssacli perccli \ + multipath pvs vgs lvs lvdisplay \ + xfs_info dumpe2fs btrfs \ + fio iperf iperf3 sysbench bonnie++ iozone \ + iostat mpstat pidstat sar vmstat \ + top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \ + perf strace lsof fatrace \ + dig host nslookup \ + chronyc ntpq timedatectl \ + nft iptables iptables-save ipset ufw \ + jq bc awk smartctl nvme \ + apt dpkg +do + p="$(command -v "$t" 2>/dev/null)" + if [ -n "$p" ]; then + v="" + case "$t" in + zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;; + iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower) + v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;; + pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;; + storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli) + v="(storage HBA CLI - present)" ;; + esac + printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v" + else + printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-" + fi +done +TOOL PRESENT PATH VERSION/NOTE +---- ------- ---- ------------ +pveversion yes /usr/bin/pveversion pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve) +pvecm yes /usr/bin/pvecm +qm yes /usr/sbin/qm +pct yes /usr/sbin/pct +pvesm yes /usr/sbin/pvesm +pvesh yes /usr/bin/pvesh +pveperf yes /usr/bin/pveperf +proxmox-backup-client yes /usr/bin/proxmox-backup-client +ip yes /usr/sbin/ip +ss yes /usr/bin/ss +ethtool yes /usr/sbin/ethtool ethtool version 6.14.2 +bridge yes /usr/sbin/bridge +brctl yes /usr/sbin/brctl +nmcli no - - +tcpdump yes /usr/bin/tcpdump +mtr no - - +nstat yes /usr/bin/nstat +netstat yes /usr/bin/netstat +nicstat no - - +ifstat no - - +dmidecode yes /usr/sbin/dmidecode +lscpu yes /usr/bin/lscpu +lshw yes /usr/bin/lshw +hwinfo no - - +inxi no - - +lspci yes /usr/bin/lspci +lsusb yes /usr/bin/lsusb +numactl no - - +numastat no - - +cpupower yes /usr/bin/cpupower cpupower 6.12 +turbostat yes /usr/sbin/turbostat +x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy +rdmsr no - - +tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 +irqbalance no - - +zpool yes /usr/sbin/zpool zfs-2.4.0-pve1 zfs-kmod-2.4.0-pve1 +zfs yes /usr/sbin/zfs zfs-2.4.0-pve1 zfs-kmod-2.4.0-pve1 +zdb yes /usr/sbin/zdb +arcstat no - - +arc_summary no - - +lsblk yes /usr/bin/lsblk +blkid yes /usr/sbin/blkid +blockdev yes /usr/sbin/blockdev +findmnt yes /usr/bin/findmnt +smartctl yes /usr/sbin/smartctl smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +nvme no - - +hdparm yes /usr/sbin/hdparm +storcli no - - +storcli64 no - - +MegaCli no - - +MegaCli64 no - - +tw-cli no - - +arcconf no - - +sas2ircu no - - +sas3ircu no - - +hpssacli no - - +ssacli no - - +perccli no - - +multipath no - - +pvs yes /usr/sbin/pvs +vgs yes /usr/sbin/vgs +lvs yes /usr/sbin/lvs +lvdisplay yes /usr/sbin/lvdisplay +xfs_info yes /usr/sbin/xfs_info +dumpe2fs yes /usr/sbin/dumpe2fs +btrfs yes /usr/bin/btrfs +fio no - - +iperf no - - +iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15) +sysbench no - - +bonnie++ no - - +iozone no - - +iostat yes /usr/bin/iostat +mpstat yes /usr/bin/mpstat +pidstat yes /usr/bin/pidstat +sar yes /usr/bin/sar +vmstat yes /usr/bin/vmstat +top yes /usr/bin/top +htop yes /usr/bin/htop +atop no - - +glances yes /usr/bin/glances +dstat no - - +nethogs no - - +iftop no - - +iotop yes /usr/sbin/iotop +smem no - - +pmap yes /usr/bin/pmap +slabtop yes /usr/bin/slabtop +perf yes /usr/bin/perf +strace yes /usr/bin/strace +lsof yes /usr/bin/lsof +fatrace no - - +dig yes /usr/bin/dig +host yes /usr/bin/host +nslookup yes /usr/bin/nslookup +chronyc yes /usr/bin/chronyc +ntpq no - - +timedatectl yes /usr/bin/timedatectl +nft yes /usr/sbin/nft +iptables yes /usr/sbin/iptables +iptables-save yes /usr/sbin/iptables-save +ipset yes /usr/sbin/ipset +ufw no - - +jq no - - +bc yes /usr/bin/bc +awk yes /usr/bin/awk +smartctl yes /usr/sbin/smartctl smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +nvme no - - +apt yes /usr/bin/apt +dpkg yes /usr/bin/dpkg + +--- Debian packages relevant to perf/storage/net + $ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80 +bridge-utils 1.7.1-4+b1 +ceph-common 19.2.3-pve2 +ceph-fuse 19.2.3-pve2 +corosync 3.1.9-pve2 +ethtool 1:6.14.2-1 +glances 4.3.1+dfsg-1 +htop 3.4.1-5 +ifenslave 2.14 +iperf3 3.18-2+deb13u2 +libvirt-common 11.3.0-3+deb13u2 +libvirt0:amd64 11.3.0-3+deb13u2 +nfs-common 1:2.8.3-1 +nfs-kernel-server 1:2.8.3-1 +open-iscsi 2.1.11-1+deb13u1 +proxmox-archive-keyring 4.0 +proxmox-backup-client 4.1.2-1 +proxmox-backup-file-restore 4.1.2-1 +proxmox-backup-restore-image 1.0.0 +proxmox-default-kernel 2.0.2 +proxmox-firewall 1.2.1 +proxmox-kernel-6.17 6.17.9-1 +proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 +proxmox-kernel-6.17.9-1-pve-signed 6.17.9-1 +proxmox-kernel-helper 9.0.4 +proxmox-mail-forward 1.0.2 +proxmox-mini-journalreader 1.6 +proxmox-offline-mirror-docs 0.7.3 +proxmox-offline-mirror-helper 0.7.3 +proxmox-termproxy 2.0.3 +proxmox-ve 9.1.0 +proxmox-websocket-tunnel 1.0.0 +proxmox-widget-toolkit 5.1.5 +pve-cluster 9.0.7 +pve-container 6.1.1 +pve-docs 9.1.2 +pve-edk2-firmware 4.2025.05-2 +pve-edk2-firmware-legacy 4.2025.05-2 +pve-edk2-firmware-ovmf 4.2025.05-2 +pve-esxi-import-tools 1.0.1 +pve-firewall 6.0.4 +pve-firmware 3.17-2 +pve-ha-manager 5.1.0 +pve-i18n 3.6.6 +pve-lxc-syscalld 2.0.2 +pve-manager 9.1.5 +pve-nvidia-vgpu-helper 0.3.0 +pve-qemu-kvm 10.1.2-6 +pve-xtermjs 5.5.0-3 +pve-yew-mobile-gui 0.6.4 +pve-yew-mobile-i18n 3.6.6 +qemu-server 9.1.4 +smartmontools 7.4-pve1 +sysstat 12.7.5-2 +tuned 2.25.1-1 +zfs-initramfs 2.4.0-pve1 +zfs-zed 2.4.0-pve1 +zfsutils-linux 2.4.0-pve1 + +--- kernel modules available (relevant to perf) + $ for m in kvm_intel kvm_amd \ + ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \ + nvme nvme-tcp nvme-fabrics sd_mod sr_mod \ + zfs spl znvpair zcommon zunicode zavl icp zlua \ + megaraid_sas mpt3sas hpsa aacraid smartpqi isci \ + dm_multipath multipath \ + tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \ + 8021q bonding bridge br_netfilter \ + vhost_net vhost_scsi target_core_mod \ + nfsv4 nfsv3 rpcsec_gss_krb5 +do + modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)" +done +available : kvm_intel () +available : kvm_amd () +available : ixgbe () +available : i40e () +available : i40iw () +available : ice () +available : igb () +available : igc () +available : mlx4_en (4.0-0) +available : mlx5_core () +available : mlx4_core (4.0-0) +available : bnx2x () +available : bnx2 () +available : tg3 () +available : be2net () +available : qed () +available : qede () +available : virtio_net () +available : nvme (1.0) +available : nvme-tcp () +available : nvme-fabrics () +available : sd_mod () +available : sr_mod () +available : zfs (2.4.0-pve1) +available : spl (2.4.0-pve1) +available : znvpair (2.4.0-pve1) +available : zcommon (2.4.0-pve1) +available : zunicode (2.4.0-pve1) +available : zavl (2.4.0-pve1) +available : icp (2.4.0-pve1) +available : zlua (2.4.0-pve1) +available : megaraid_sas (07.734.00.00-rc1) +available : mpt3sas (52.100.00.00) +available : hpsa (3.4.20-200) +available : aacraid (1.2.1[50983]-custom) +available : smartpqi (2.1.34-035) +available : isci (1.2.0) +available : dm_multipath () +available : tcp_dctcp () +available : tcp_bbr () +available : tcp_cubic (2.3) +available : tcp_htcp () +available : 8021q (1.8) +available : bonding () +available : bridge (2.3) +available : br_netfilter () +available : vhost_net (0.0.1) +available : vhost_scsi () +available : target_core_mod () +available : nfsv4 () +available : nfsv3 () +available : rpcsec_gss_krb5 () + +--- currently loaded modules (filtered) + $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' +Module Size Used by +tcp_diag 12288 0 +tcp_bbr 20480 32 +bonding 245760 0 +kvm_intel 532480 4 +kvm 1376256 3 kvm_intel +sunrpc 786432 37 nfsd,auth_rpcgss,lockd,nfs_acl +zfs 6234112 6 +spl 151552 1 zfs +vhost_net 32768 1 +vhost 69632 1 vhost_net +vhost_iotlb 16384 1 vhost +dm_thin_pool 94208 2 +dm_persistent_data 114688 1 dm_thin_pool +dm_bio_prison 24576 1 dm_thin_pool +dm_bufio 53248 1 dm_persistent_data + +############################################################################### +# 2. OS / DISTRO / UPTIME +############################################################################### + +--- os-release + --- /etc/os-release --- +PRETTY_NAME="Debian GNU/Linux 13 (trixie)" +NAME="Debian GNU/Linux" +VERSION_ID="13" +VERSION="13 (trixie)" +VERSION_CODENAME=trixie +DEBIAN_VERSION_FULL=13.3 +ID=debian +HOME_URL="https://www.debian.org/" +SUPPORT_URL="https://www.debian.org/support" +BUG_REPORT_URL="https://bugs.debian.org/" + +--- debian version + $ cat /etc/debian_version +13.3 + +--- uptime + $ uptime + 16:26:02 up 2 days, 27 min, 2 users, load average: 0.76, 1.86, 2.54 + +--- uptime raw (since boot) + $ cat /proc/uptime +174478.41 1108729.02 + +--- last reboot + $ last -x reboot +reboot system boot 6.17.9-1-pve Fri Jul 24 15:58 - still running +reboot system boot 6.17.9-1-pve Fri Jul 24 13:35 - 15:56 (02:20) +shutdown system down 6.17.9-1-pve Fri Jul 24 15:56 - 15:58 (00:01) +reboot system boot 6.17.9-1-pve Fri Jul 24 13:26 - 13:34 (00:08) +shutdown system down 6.17.9-1-pve Fri Jul 24 13:34 - 13:35 (00:00) +reboot system boot 6.17.9-1-pve Fri Jul 24 11:58 - 12:02 (00:03) +shutdown system down 6.17.9-1-pve Fri Jul 24 12:02 - 13:26 (01:24) +reboot system boot 6.17.9-1-pve Fri Apr 24 08:17 - 11:08 (91+02:50) +shutdown system down 6.17.9-1-pve Fri Jul 24 11:08 - 11:58 (00:49) +reboot system boot 6.17.9-1-pve Tue Apr 7 12:19 - 08:17 (16+19:57) +shutdown system down 6.17.9-1-pve Fri Apr 24 08:17 - 08:17 (00:00) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:57 - 12:18 (3+02:21) +shutdown system down 6.17.9-1-pve Tue Apr 7 12:18 - 12:19 (00:01) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:53 - 09:56 (00:02) +shutdown system down 6.17.9-1-pve Sat Apr 4 09:56 - 09:57 (00:00) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:46 - crash +reboot system boot 6.17.9-1-pve Sat Apr 4 09:42 - crash +reboot system boot 6.17.9-1-pve Mon Mar 30 16:51 - 09:41 (4+16:49) +shutdown system down 6.17.9-1-pve Sat Apr 4 09:41 - 09:42 (00:01) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:42 - 16:51 (00:08) +shutdown system down 6.17.9-1-pve Mon Mar 30 16:51 - 16:51 (00:00) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:27 - 16:42 (00:14) +shutdown system down 6.17.9-1-pve Mon Mar 30 16:42 - 16:42 (00:00) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:20 - 16:26 (00:05) +shutdown system down 6.17.9-1-pve Mon Mar 30 16:26 - 16:27 (00:00) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:03 - 16:20 (00:17) +shutdown system down 6.17.9-1-pve Mon Mar 30 16:20 - 16:20 (00:00) +reboot system boot 6.17.9-1-pve Tue Mar 24 19:57 - 14:45 (5+18:48) +shutdown system down 6.17.9-1-pve Mon Mar 30 14:45 - 16:03 (01:17) +reboot system boot 6.17.9-1-pve Sun Mar 8 14:24 - crash +reboot system boot 6.17.9-1-pve Fri Mar 6 13:02 - 14:23 (2+00:21) +shutdown system down 6.17.9-1-pve Sun Mar 8 14:23 - 14:24 (00:00) +reboot system boot 6.17.9-1-pve Fri Mar 6 12:40 - crash +reboot system boot 6.17.9-1-pve Fri Mar 6 11:09 - 12:39 (01:30) +shutdown system down 6.17.9-1-pve Fri Mar 6 12:39 - 12:40 (00:00) +reboot system boot 6.17.9-1-pve Thu Mar 5 12:27 - 11:06 (22:39) +shutdown system down 6.17.9-1-pve Fri Mar 6 11:06 - 11:09 (00:02) +reboot system boot 6.17.9-1-pve Thu Mar 5 12:23 - 12:26 (00:02) +shutdown system down 6.17.9-1-pve Thu Mar 5 12:26 - 12:27 (00:00) +reboot system boot 6.17.9-1-pve Thu Mar 5 10:05 - 11:58 (01:53) +shutdown system down 6.17.9-1-pve Thu Mar 5 11:58 - 12:23 (00:25) +reboot system boot 6.17.9-1-pve Thu Mar 5 09:55 - 10:00 (00:05) +shutdown system down 6.17.9-1-pve Thu Mar 5 10:00 - 10:05 (00:04) +reboot system boot 6.17.9-1-pve Wed Mar 4 10:51 - 09:55 (23:03) +shutdown system down 6.17.9-1-pve Thu Mar 5 09:55 - 09:55 (00:00) +reboot system boot 6.17.2-1-pve Mon Feb 23 12:07 - 20:54 (8+08:46) +shutdown system down 6.17.2-1-pve Tue Mar 3 20:54 - 10:51 (13:57) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:48 - 12:07 (00:18) +shutdown system down 6.17.2-1-pve Mon Feb 23 12:07 - 12:07 (00:00) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:38 - 11:46 (00:07) +shutdown system down 6.17.2-1-pve Mon Feb 23 11:46 - 11:48 (00:02) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:36 - 11:37 (00:01) +shutdown system down 6.17.2-1-pve Mon Feb 23 11:37 - 11:38 (00:00) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:19 - 11:31 (00:11) +shutdown system down 6.17.2-1-pve Mon Feb 23 11:31 - 11:36 (00:04) +reboot system boot 6.17.2-1-pve Mon Feb 23 10:52 - 11:14 (00:21) +shutdown system down 6.17.2-1-pve Mon Feb 23 11:14 - 11:19 (00:05) + +wtmpdb begins Mon Feb 23 10:52:50 2026 + +--- last logins + $ last +root pts/0 100.87.49.37 Sun Jul 26 15:45 - 15:45 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 15:11 - 15:39 (00:27) +root pts/1 100.87.49.37 Sun Jul 26 14:41 - 14:54 (00:12) +root pts/0 100.87.49.37 Sun Jul 26 14:28 - 15:06 (00:37) +root pts/0 100.87.49.37 Sun Jul 26 13:20 - 13:33 (00:12) +root pts/0 100.87.49.37 Sun Jul 26 12:24 - 12:24 (00:00) +root pts/0 100.87.49.37 Sat Jul 25 11:25 - 11:32 (00:07) +root pts/0 100.87.49.37 Sat Jul 25 10:42 - 10:43 (00:01) +root pts/0 100.87.49.37 Fri Jul 24 22:47 - 22:51 (00:04) +root pts/1 100.87.49.37 Fri Jul 24 22:16 - 22:17 (00:01) +root pts/0 100.87.49.37 Fri Jul 24 22:15 - 22:18 (00:02) +root pts/0 100.87.49.37 Fri Jul 24 18:14 - 18:22 (00:07) +root pts/0 100.87.49.37 Fri Jul 24 17:35 - 17:38 (00:02) +root pts/0 100.87.49.37 Fri Jul 24 17:35 - 17:35 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 17:19 - 17:19 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 17:03 - 17:08 (00:05) +root pts/0 100.87.49.37 Fri Jul 24 16:31 - 16:31 (00:00) +root tty1 Fri Jul 24 16:09 - 16:10 (00:00) +reboot system boot 6.17.9-1-pve Fri Jul 24 15:58 - still running +root pts/0 100.87.49.37 Fri Jul 24 15:23 - 15:30 (00:07) +root pts/0 100.87.49.37 Fri Jul 24 13:52 - 13:59 (00:06) +root tty1 Fri Jul 24 13:36 - 13:37 (00:00) +reboot system boot 6.17.9-1-pve Fri Jul 24 13:35 - 15:56 (02:20) +root tty1 Fri Jul 24 13:28 - 13:34 (00:06) +reboot system boot 6.17.9-1-pve Fri Jul 24 13:26 - 13:34 (00:08) +reboot system boot 6.17.9-1-pve Fri Jul 24 11:58 - 12:02 (00:03) +root pts/0 100.87.49.37 Thu Jul 23 13:07 - 13:18 (00:11) +root pts/1 100.87.49.37 Wed Jul 22 20:08 - 20:08 (00:00) +root pts/1 100.87.49.37 Wed Jul 22 19:04 - 19:16 (00:11) +root pts/1 100.87.49.37 Wed Jul 22 18:39 - 18:51 (00:12) +root pts/1 100.87.49.37 Wed Jul 22 18:34 - 18:37 (00:02) +root pts/0 100.87.49.37 Wed Jul 22 18:26 - 20:30 (02:03) +root pts/0 100.87.49.37 Wed Jul 22 17:48 - 17:52 (00:03) +root pts/0 100.87.49.37 Wed Jul 22 17:45 - 17:47 (00:01) +root pts/1 100.87.49.37 Mon Jul 20 20:03 - 20:05 (00:02) +root pts/0 100.87.49.37 Mon Jul 20 20:02 - 20:05 (00:03) +root pts/0 100.87.49.37 Mon Jul 20 20:02 - 20:02 (00:00) +root pts/0 100.87.49.37 Mon Jul 20 19:17 - 19:19 (00:02) +root pts/0 100.87.49.37 Mon Jul 20 19:06 - 19:16 (00:10) +root pts/1 100.87.49.37 Mon Jul 20 19:02 - 19:17 (00:15) +root pts/1 100.87.49.37 Mon Jul 20 18:40 - 19:02 (00:21) +root pts/3 100.87.49.37 Mon Jul 20 12:27 - 12:28 (00:00) +root pts/1 100.109.70.137 Mon Jul 20 12:26 - 17:16 (04:50) +root pts/1 100.87.49.37 Mon Jul 20 11:28 - 11:29 (00:00) +root pts/1 100.87.49.37 Mon Jul 20 11:12 - 11:13 (00:00) +root pts/1 100.87.49.37 Mon Jul 20 10:53 - 10:54 (00:00) +root pts/1 100.87.49.37 Sun Jul 19 18:03 - 18:04 (00:00) +root pts/1 100.87.49.37 Sun Jul 19 17:52 - 18:02 (00:10) +root pts/1 100.87.49.37 Sun Jul 19 17:50 - 17:52 (00:01) +root pts/1 Sat Jul 11 12:44 - 12:45 (00:00) +root pts/5 Fri Jun 26 11:23 - 11:23 (00:00) +root pts/4 Fri Jun 26 11:23 - 11:23 (00:00) +root pts/3 Fri Jun 26 11:23 - 11:23 (00:00) +root pts/1 Fri Jun 26 11:22 - 11:23 (00:01) +root pts/1 100.118.91.16 Mon Apr 27 13:45 - 13:52 (00:06) +root pts/1 100.118.91.16 Mon Apr 27 13:26 - 13:40 (00:13) +root pts/1 100.118.91.16 Mon Apr 27 13:23 - 13:26 (00:02) +root pts/1 100.118.91.16 Mon Apr 27 12:49 - 12:56 (00:06) +root pts/1 100.118.91.16 Sat Apr 25 16:21 - 17:26 (01:04) +root pts/2 100.118.91.16 Sat Apr 25 16:11 - 16:13 (00:01) +root pts/2 100.118.91.16 Sat Apr 25 16:07 - 16:07 (00:00) +root pts/2 100.118.91.16 Sat Apr 25 16:06 - 16:06 (00:00) +root pts/1 100.118.91.16 Sat Apr 25 16:04 - 16:20 (00:16) +reboot system boot 6.17.9-1-pve Fri Apr 24 08:17 - 11:08 (91+02:50) +root pts/0 100.118.91.16 Mon Apr 13 11:10 - 11:15 (00:05) +reboot system boot 6.17.9-1-pve Tue Apr 7 12:19 - 08:17 (16+19:57) +root pts/0 100.118.91.16 Mon Apr 6 08:43 - 08:44 (00:00) +root pts/0 100.118.91.16 Sun Apr 5 11:26 - 11:28 (00:02) +root pts/0 100.118.91.16 Sun Apr 5 11:06 - 11:20 (00:14) +root pts/0 100.118.91.16 Sun Apr 5 10:59 - 11:02 (00:03) +root pts/0 100.118.91.16 Sun Apr 5 10:40 - 10:46 (00:05) +root pts/0 100.118.91.16 Sun Apr 5 08:20 - 08:51 (00:30) +root pts/0 100.118.91.16 Sun Apr 5 07:07 - 07:24 (00:16) +root pts/0 100.118.91.16 Sun Apr 5 06:21 - 07:03 (00:42) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:57 - 12:18 (3+02:21) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:53 - 09:56 (00:02) +reboot system boot 6.17.9-1-pve Sat Apr 4 09:46 - crash +reboot system boot 6.17.9-1-pve Sat Apr 4 09:42 - crash +root pts/0 100.118.91.16 Sat Apr 4 09:11 - 09:31 (00:19) +root pts/0 100.118.91.16 Sat Apr 4 02:06 - 02:22 (00:15) +root pts/0 100.118.91.16 Sat Apr 4 01:55 - 02:05 (00:10) +root pts/0 100.118.91.16 Sat Apr 4 01:49 - 01:52 (00:03) +root pts/0 100.118.91.16 Sat Apr 4 01:48 - 01:48 (00:00) +root pts/0 100.109.70.137 Fri Apr 3 00:04 - 18:05 (18:01) +root pts/0 100.118.91.16 Mon Mar 30 17:05 - 17:12 (00:06) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:51 - 09:41 (4+16:49) +root tty1 Mon Mar 30 16:46 - 16:51 (00:05) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:42 - 16:51 (00:08) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:27 - 16:42 (00:14) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:20 - 16:26 (00:05) +reboot system boot 6.17.9-1-pve Mon Mar 30 16:03 - 16:20 (00:17) +root pts/0 100.118.91.16 Mon Mar 30 10:44 - 10:49 (00:04) +reboot system boot 6.17.9-1-pve Tue Mar 24 19:57 - 14:45 (5+18:48) +root pts/0 100.109.70.137 Fri Mar 20 11:06 - crash +root pts/2 100.118.91.16 Wed Mar 18 14:04 - 14:05 (00:01) +root pts/2 100.118.91.16 Wed Mar 18 14:04 - 14:04 (00:00) +root pts/2 100.118.91.16 Wed Mar 18 13:52 - 14:03 (00:11) +root pts/1 100.109.70.137 Tue Mar 17 13:42 - 11:06 (2+21:23) +root pts/0 100.109.70.137 Tue Mar 17 13:22 - 11:06 (2+21:43) +reboot system boot 6.17.9-1-pve Sun Mar 8 14:24 - crash +root pts/0 100.109.70.137 Fri Mar 6 13:09 - 14:23 (2+00:14) +reboot system boot 6.17.9-1-pve Fri Mar 6 13:02 - 14:23 (2+00:21) +root pts/0 100.109.70.137 Fri Mar 6 12:47 - 13:01 (00:13) +reboot system boot 6.17.9-1-pve Fri Mar 6 12:40 - crash +root pts/0 100.78.152.116 Fri Mar 6 11:15 - 11:16 (00:01) +reboot system boot 6.17.9-1-pve Fri Mar 6 11:09 - 12:39 (01:30) +root pts/3 100.78.152.116 Fri Mar 6 10:41 - 11:06 (00:25) +root pts/2 100.109.70.137 Fri Mar 6 10:26 - 11:06 (00:40) +root pts/1 100.109.70.137 Thu Mar 5 13:00 - 11:06 (22:06) +root pts/0 100.109.70.137 Thu Mar 5 13:00 - 11:06 (22:06) +reboot system boot 6.17.9-1-pve Thu Mar 5 12:27 - 11:06 (22:39) +reboot system boot 6.17.9-1-pve Thu Mar 5 12:23 - 12:26 (00:02) +root pts/1 100.109.70.137 Thu Mar 5 11:28 - 11:58 (00:29) +root pts/0 100.109.70.137 Thu Mar 5 10:32 - 11:58 (01:25) +root pts/0 10.100.100.1 Thu Mar 5 10:06 - 10:19 (00:12) +reboot system boot 6.17.9-1-pve Thu Mar 5 10:05 - 11:58 (01:53) +root pts/0 10.100.100.1 Thu Mar 5 09:57 - 10:00 (00:03) +reboot system boot 6.17.9-1-pve Thu Mar 5 09:55 - 10:00 (00:05) +root pts/0 10.100.100.1 Thu Mar 5 09:51 - 09:55 (00:03) +reboot system boot 6.17.9-1-pve Wed Mar 4 10:51 - 09:55 (23:03) +root pts/0 100.109.70.137 Tue Mar 3 19:49 - 20:54 (01:04) +root pts/3 100.78.152.116 Thu Feb 26 18:44 - 18:46 (00:02) +root pts/2 100.78.152.116 Thu Feb 26 18:22 - 18:46 (00:24) +root pts/1 100.78.152.116 Thu Feb 26 09:52 - 18:46 (08:54) +root pts/0 100.78.152.116 Thu Feb 26 09:41 - 18:46 (09:05) +root pts/0 100.78.152.116 Thu Feb 26 09:06 - 09:37 (00:30) +root pts/1 100.109.70.137 Wed Feb 25 20:32 - 20:39 (00:07) +root pts/0 100.109.70.137 Wed Feb 25 20:28 - 20:39 (00:10) +root pts/2 100.109.70.137 Wed Feb 25 16:59 - 20:25 (03:26) +root pts/1 100.109.70.137 Wed Feb 25 16:56 - 18:38 (01:41) +root pts/0 100.109.70.137 Wed Feb 25 16:56 - 20:25 (03:29) +root pts/1 100.109.70.137 Wed Feb 25 16:55 - 16:55 (00:00) +root pts/0 100.109.70.137 Wed Feb 25 16:49 - 16:55 (00:06) +root pts/0 100.109.70.137 Tue Feb 24 15:54 - 16:18 (00:24) +root pts/0 100.109.70.137 Tue Feb 24 10:26 - 10:54 (00:27) +root pts/1 100.109.70.137 Tue Feb 24 09:52 - 09:53 (00:01) +root pts/1 Tue Feb 24 07:29 - 07:29 (00:00) +root pts/1 Tue Feb 24 07:29 - 07:29 (00:00) +root pts/1 Tue Feb 24 07:24 - 07:25 (00:00) +root pts/0 100.109.70.137 Tue Feb 24 07:24 - 10:09 (02:45) +root pts/0 Tue Feb 24 07:19 - 07:21 (00:02) +root pts/0 Mon Feb 23 22:23 - 06:54 (08:31) +root pts/1 Mon Feb 23 21:28 - 22:08 (00:39) +root pts/0 Mon Feb 23 21:12 - 22:08 (00:55) +root pts/0 100.109.70.137 Mon Feb 23 17:36 - crash +root pts/1 100.109.70.137 Mon Feb 23 12:18 - 17:34 (05:15) +root pts/0 100.109.70.137 Mon Feb 23 12:14 - 17:01 (04:47) +reboot system boot 6.17.2-1-pve Mon Feb 23 12:07 - 20:54 (8+08:46) +root pts/0 100.109.70.137 Mon Feb 23 11:50 - 12:07 (00:16) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:48 - 12:07 (00:18) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:38 - 11:46 (00:07) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:36 - 11:37 (00:01) +root pts/0 100.109.70.137 Mon Feb 23 11:22 - 11:31 (00:08) +reboot system boot 6.17.2-1-pve Mon Feb 23 11:19 - 11:31 (00:11) +root pts/1 100.109.70.137 Mon Feb 23 11:13 - 11:14 (00:00) +root pts/0 192.168.3.36 Mon Feb 23 11:02 - 11:14 (00:11) +root tty1 Mon Feb 23 10:54 - 11:10 (00:16) +reboot system boot 6.17.2-1-pve Mon Feb 23 10:52 - 11:14 (00:21) + +wtmpdb begins Mon Feb 23 10:52:50 2026 + +--- uname + $ uname -a +Linux pfv-tsys4 6.17.9-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.9-1 (2026-01-12T16:25Z) x86_64 GNU/Linux + +--- /proc/cmdline (boot args) + $ cat /proc/cmdline +BOOT_IMAGE=/boot/vmlinuz-6.17.9-1-pve root=/dev/mapper/pve-root ro quiet + +############################################################################### +# 3. HARDWARE INVENTORY +############################################################################### + +--- dmidecode -t system + $ dmidecode -t system +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0001, DMI type 1, 27 bytes +System Information + Manufacturer: Dell Inc. + Product Name: Precision T1700 + Version: 01 + Serial Number: C9PBB42 + UUID: 4c4c4544-0039-5010-8042-c3c04f423432 + Wake-up Type: Power Switch + SKU Number: Precision T1700 + Family: Not Specified + +Handle 0x0026, DMI type 12, 5 bytes +System Configuration Options + Option 1: To Be Filled By O.E.M. + +Handle 0x0027, DMI type 15, 35 bytes +System Event Log + Area Length: 4 bytes + Header Start Offset: 0x0000 + Header Length: 2 bytes + Data Start Offset: 0x0002 + Access Method: Indexed I/O, one 16-bit index port, one 8-bit data port + Access Address: Index 0x046A, Data 0x046C + Status: Invalid, Not Full + Change Token: 0x00000000 + Header Format: No Header + Supported Log Type Descriptors: 6 + Descriptor 1: End of log + Data Format 1: OEM-specific + Descriptor 2: End of log + Data Format 2: OEM-specific + Descriptor 3: End of log + Data Format 3: OEM-specific + Descriptor 4: End of log + Data Format 4: OEM-specific + Descriptor 5: End of log + Data Format 5: OEM-specific + Descriptor 6: End of log + Data Format 6: OEM-specific + +Handle 0x002A, DMI type 32, 20 bytes +System Boot Information + Status: No errors detected + + +--- dmidecode -t baseboard + $ dmidecode -t baseboard +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0002, DMI type 2, 15 bytes +Base Board Information + Manufacturer: Dell Inc. + Product Name: 048DY8 + Version: A00 + Serial Number: /C9PBB42/CN7220051D007C/ + Asset Tag: Not Specified + Features: + Board is a hosting board + Board is replaceable + Location In Chassis: Not Specified + Chassis Handle: 0x0003 + Type: Motherboard + Contained Object Handles: 0 + +Handle 0x0024, DMI type 10, 8 bytes +On Board Device 1 Information + Type: Video + Status: Enabled + Description: "Intel HD Graphics" +On Board Device 2 Information + Type: Ethernet + Status: Enabled + Description: NETWORK_NAME_STRING + +Handle 0x0034, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard IGD + Type: Video + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:02.0 + +Handle 0x0035, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard LAN + Type: Ethernet + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:19.0 + +Handle 0x0036, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard 1394 + Type: Other + Status: Enabled + Type Instance: 1 + Bus Address: 0000:03:1c.2 + + +--- dmidecode -t bios + $ dmidecode -t bios +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0000, DMI type 0, 24 bytes +BIOS Information + Vendor: Dell Inc. + Version: A13 + Release Date: 12/19/2014 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 12 MB + Characteristics: + PCI is supported + PNP is supported + BIOS is upgradeable + BIOS shadowing is allowed + Boot from CD is supported + Selectable boot is supported + EDD is supported + 5.25"/1.2 MB floppy services are supported (int 13h) + 3.5"/720 kB floppy services are supported (int 13h) + 3.5"/2.88 MB floppy services are supported (int 13h) + Print screen service is supported (int 5h) + 8042 keyboard services are supported (int 9h) + Serial services are supported (int 14h) + Printer services are supported (int 17h) + ACPI is supported + USB legacy is supported + BIOS boot specification is supported + Function key-initiated network boot is supported + Targeted content distribution is supported + UEFI is supported + BIOS Revision: 4.6 + +Handle 0xDEE1, DMI type 13, 22 bytes +BIOS Language Information + Language Description Format: Long + Installable Languages: 1 + en|US|iso8859-1 + Currently Installed Language: en|US|iso8859-1 + + +--- dmidecode -t chassis + $ dmidecode -t chassis +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0003, DMI type 3, 22 bytes +Chassis Information + Manufacturer: Dell Inc. + Type: Mini Tower + Lock: Not Present + Version: + Serial Number: C9PBB42 + Asset Tag: Not Specified + Boot-up State: Safe + Power Supply State: Safe + Thermal State: Safe + Security Status: None + OEM Information: 0x00000000 + Height: Unspecified + Number Of Power Cords: 1 + Contained Elements: 0 + SKU Number: To be filled by O.E.M. + + +--- dmidecode -t processor + $ dmidecode -t processor +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x003A, DMI type 4, 42 bytes +Processor Information + Socket Designation: SOCKET 0 + Type: Central Processor + Family: Xeon + Manufacturer: Intel + ID: C3 06 03 00 FF FB EB BF + Signature: Type 0, Family 6, Model 60, Stepping 3 + Flags: + FPU (Floating-point unit on-chip) + VME (Virtual mode extension) + DE (Debugging extension) + PSE (Page size extension) + TSC (Time stamp counter) + MSR (Model specific registers) + PAE (Physical address extension) + MCE (Machine check exception) + CX8 (CMPXCHG8 instruction supported) + APIC (On-chip APIC hardware supported) + SEP (Fast system call) + MTRR (Memory type range registers) + PGE (Page global enable) + MCA (Machine check architecture) + CMOV (Conditional move instruction supported) + PAT (Page attribute table) + PSE-36 (36-bit page size extension) + CLFSH (CLFLUSH instruction supported) + DS (Debug store) + ACPI (ACPI supported) + MMX (MMX technology supported) + FXSR (FXSAVE and FXSTOR instructions supported) + SSE (Streaming SIMD extensions) + SSE2 (Streaming SIMD extensions 2) + SS (Self-snoop) + HTT (Multi-threading) + TM (Thermal monitor supported) + PBE (Pending break enabled) + Version: Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz + Voltage: 1.2 V + External Clock: 100 MHz + Max Speed: 3800 MHz + Current Speed: 3500 MHz + Status: Populated, Enabled + Upgrade: Other + L1 Cache Handle: 0x003B + L2 Cache Handle: 0x003C + L3 Cache Handle: 0x003D + Serial Number: Not Specified + Asset Tag: Fill By OEM + Part Number: Fill By OEM + Core Count: 4 + Core Enabled: 4 + Thread Count: 8 + Characteristics: + 64-bit capable + + +--- dmidecode -t memory + $ dmidecode -t memory +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x003E, DMI type 16, 23 bytes +Physical Memory Array + Location: System Board Or Motherboard + Use: System Memory + Error Correction Type: Single-bit ECC + Maximum Capacity: 32 GB + Error Information Handle: Not Provided + Number Of Devices: 4 + +Handle 0x003F, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 72 bits + Data Width: 64 bits + Size: 4 GB + Form Factor: DIMM + Set: None + Locator: DIMM3 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: Hynix/Hyundai + Serial Number: 0D30D903604B + Asset Tag: 01132700 + Part Number: HMT351U7EFR8A-PB + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x0041, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 72 bits + Data Width: 64 bits + Size: 4 GB + Form Factor: DIMM + Set: None + Locator: DIMM1 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: Hynix/Hyundai + Serial Number: 0D00D902604B + Asset Tag: 01132700 + Part Number: HMT351U7EFR8A-PB + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x0043, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 72 bits + Data Width: 64 bits + Size: 4 GB + Form Factor: DIMM + Set: None + Locator: DIMM4 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: Hynix/Hyundai + Serial Number: 0D303306903C + Asset Tag: 01124600 + Part Number: HMT351U7CFR8C-PB + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x0045, DMI type 17, 34 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 72 bits + Data Width: 64 bits + Size: 4 GB + Form Factor: DIMM + Set: None + Locator: DIMM2 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MT/s + Manufacturer: Hynix/Hyundai + Serial Number: 0280530C1028 + Asset Tag: 01131200 + Part Number: HMT351U7CFR8C-PB + Rank: 2 + Configured Memory Speed: 1600 MT/s + + +--- dmidecode -t cache + $ dmidecode -t cache +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x003B, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L1 + Configuration: Enabled, Not Socketed, Level 1 + Operational Mode: Write Back + Location: Internal + Installed Size: 256 kB + Maximum Size: 256 kB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Other + Associativity: 8-way Set-associative + +Handle 0x003C, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L2 + Configuration: Enabled, Not Socketed, Level 2 + Operational Mode: Write Back + Location: Internal + Installed Size: 1 MB + Maximum Size: 1 MB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 8-way Set-associative + +Handle 0x003D, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L3 + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Write Back + Location: Internal + Installed Size: 8 MB + Maximum Size: 8 MB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 16-way Set-associative + + +--- dmidecode -t connector + $ dmidecode -t connector +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0004, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1A1 + Internal Connector Type: None + External Reference Designator: PS2Mouse + External Connector Type: PS/2 + Port Type: Mouse Port + +Handle 0x0005, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1A1 + Internal Connector Type: None + External Reference Designator: Keyboard + External Connector Type: PS/2 + Port Type: Keyboard Port + +Handle 0x0006, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J6A2A + Internal Connector Type: None + External Reference Designator: COM A + External Connector Type: DB-9 male + Port Type: Serial Port 16550A Compatible + +Handle 0x0007, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J6A2B + Internal Connector Type: None + External Reference Designator: Video + External Connector Type: DB-15 female + Port Type: Video Port + +Handle 0x0008, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: USB1 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0009, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: USB2 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB3 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB4 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB5 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J5A1 + Internal Connector Type: None + External Reference Designator: USB6 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB7 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB8 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0010, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB9 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0011, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8A1 + Internal Connector Type: None + External Reference Designator: USB10 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0012, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: LAN + External Connector Type: RJ-45 + Port Type: Network Port + +Handle 0x0013, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: Display Port1 + External Connector Type: Other + Port Type: Video Port + +Handle 0x0014, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J3A1 + Internal Connector Type: None + External Reference Designator: Display Port2 + External Connector Type: Other + Port Type: Video Port + +Handle 0x0015, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: MIC-IN + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0016, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: HP-OUT + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0017, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: LINE-OUT + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0018, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7A1 + Internal Connector Type: None + External Reference Designator: LINE-IN + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0019, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7J3 - SATA PORT1 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8J1 - SATA PORT0 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2B3 - CPU FAN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7H1 - SATA PORT2 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J7H2 - SATA PORT3 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1D1 - INTRUDER + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2D3 - INTERNAL USB + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0020, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2D4 - INTERNAL USB + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0021, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2B3 - SYSTEM_FAN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0022, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9E5 - INT_SPKR + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + + +--- dmidecode -t slot + $ dmidecode -t slot +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0023, DMI type 9, 17 bytes +System Slot Information + Designation: X16 + Type: PCI Express 3 x16 + Data Bus Width: 16x or x16 + Current Usage: Available + Length: Long + ID: 1 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:01.0 + +Handle 0xDED2, DMI type 9, 17 bytes +System Slot Information + Designation: X1 + Type: PCI Express 2 x1 + Data Bus Width: 1x or x1 + Current Usage: Available + Length: Short + ID: 2 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.2 + +Handle 0xDED7, DMI type 9, 17 bytes +System Slot Information + Designation: PCI + Type: PCI + Data Bus Width: 32 bit + Current Usage: Available + Length: Short + ID: 3 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:03:02.0 + +Handle 0xDEDC, DMI type 9, 17 bytes +System Slot Information + Designation: X4 + Type: PCI Express 2 x4 + Data Bus Width: 4x or x4 + Current Usage: Available + Length: Short + ID: 4 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.4 + + +--- lscpu + $ lscpu +Architecture: x86_64 +CPU op-mode(s): 32-bit, 64-bit +Address sizes: 39 bits physical, 48 bits virtual +Byte Order: Little Endian +CPU(s): 8 +On-line CPU(s) list: 0-7 +Vendor ID: GenuineIntel +Model name: Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz +CPU family: 6 +Model: 60 +Thread(s) per core: 2 +Core(s) per socket: 4 +Socket(s): 1 +Stepping: 3 +CPU(s) scaling MHz: 98% +CPU max MHz: 3900.0000 +CPU min MHz: 800.0000 +BogoMIPS: 6983.74 +Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d +Virtualization: VT-x +L1d cache: 128 KiB (4 instances) +L1i cache: 128 KiB (4 instances) +L2 cache: 1 MiB (4 instances) +L3 cache: 8 MiB (1 instance) +NUMA node(s): 1 +NUMA node0 CPU(s): 0-7 +Vulnerability Gather data sampling: Not affected +Vulnerability Ghostwrite: Not affected +Vulnerability Indirect target selection: Not affected +Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages +Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable +Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable +Vulnerability Meltdown: Mitigation; PTI +Vulnerability Mmio stale data: Not affected +Vulnerability Old microcode: Not affected +Vulnerability Reg file data sampling: Not affected +Vulnerability Retbleed: Not affected +Vulnerability Spec rstack overflow: Not affected +Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl +Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization +Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected +Vulnerability Srbds: Mitigation; Microcode +Vulnerability Tsa: Not affected +Vulnerability Tsx async abort: Not affected +Vulnerability Vmscape: Mitigation; IBPB before exit to userspace + +--- lscpu cache + $ lscpu -C +NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE +L1d 32K 128K 8 Data 1 64 1 64 +L1i 32K 128K 8 Instruction 1 64 1 64 +L2 256K 1M 8 Unified 2 512 1 64 +L3 8M 8M 16 Unified 3 8192 1 64 + +--- numactl --hardware + $ numactl --hardware +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- numactl --show + $ numactl --show +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- lspci -nnvv (verbose) + $ lspci -nnvv +00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller [8086:0c08] (rev 06) + Subsystem: Dell Device [1028:05a6] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: ie31200_edac + Kernel modules: ie31200_edac + +00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3 Processor Integrated Graphics Controller [8086:041a] (rev 06) (prog-if 00 [VGA controller]) + DeviceName: Onboard IGD + Subsystem: Dell Device [1028:05a6] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot-), IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ TEE-IO- + DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- + LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp- + LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x0 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+ + 10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd- + AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00218 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:05a6] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + Kernel driver in use: pcieport + +00:1c.1 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 [8086:8c12] (rev d4) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:05a6] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ TEE-IO- + DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- + LnkCap: Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp- + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #1, PowerLimit 10W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- + Changed: MRL- PresDet- LinkState- + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+ + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd- + AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00258 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:05a6] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + Kernel driver in use: pcieport + +00:1c.4 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 [8086:8c18] (rev d4) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:05a6] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ TEE-IO- + DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- + LnkCap: Port #5, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us + ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp- + LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x0 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ + Slot #4, PowerLimit 25W; Interlock- NoCompl+ + SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- + Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- + SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- + Changed: MRL- PresDet- LinkState- + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+ + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd- + AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00278 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:05a6] + Capabilities: [a0] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + Kernel driver in use: pcieport + +00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 04) (prog-if 20 [EHCI]) + Subsystem: Dell Device [1028:05a6] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- + Kernel driver in use: lpc_ich + Kernel modules: lpc_ich + +00:1f.2 IDE interface [0101]: Intel Corporation 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode] [8086:8c00] (rev 04) (prog-if 8f [PCI native mode controller, supports both channels switched to ISA compatibility mode, supports bus mastering]) + Subsystem: Dell Device [1028:05a6] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:05a6] + Capabilities: [48] Power Management version 3 + Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) + Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- + Bridge: PM- B3- + Capabilities: [50] MSI: Enable- Count=1/16 Maskable- 64bit+ + Address: 0000000000000000 Data: 0000 + Capabilities: [70] Express (v2) PCI-Express to PCI/PCI-X Bridge, IntMsgNum 0 + DevCap: MaxPayload 512 bytes, PhantFunc 0 + ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 10W TEE-IO- + DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- BrConfRtry- + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend- + LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us + ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp- + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [100 v1] Advanced Error Reporting + UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- + ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr- + PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked- + UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- + ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr- + PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked- + UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ + ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr- + PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked- + CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF- + CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF- + AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn- + MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- + HeaderLog: 00000000 00000000 00000000 00000000 + + +--- lspci -tv (tree) + $ lspci -tv +-[0000:00]-+-00.0 Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller + +-02.0 Intel Corporation Xeon E3-1200 v3 Processor Integrated Graphics Controller + +-03.0 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller + +-14.0 Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI + +-16.0 Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 + +-19.0 Intel Corporation Ethernet Connection I217-LM + +-1a.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 + +-1c.0-[01]-- + +-1c.1-[02-03]----00.0-[03]-- + +-1c.4-[04]-- + +-1d.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 + +-1f.0 Intel Corporation C226 Series Chipset Family Server Advanced SKU LPC Controller + +-1f.2 Intel Corporation 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode] + \-1f.3 Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller + +--- lspci numa nodes + $ cat /sys/bus/pci/devices/0000:00:00.0/numa_node /sys/bus/pci/devices/0000:00:02.0/numa_node /sys/bus/pci/devices/0000:00:03.0/numa_node /sys/bus/pci/devices/0000:00:14.0/numa_node /sys/bus/pci/devices/0000:00:16.0/numa_node /sys/bus/pci/devices/0000:00:19.0/numa_node /sys/bus/pci/devices/0000:00:1a.0/numa_node /sys/bus/pci/devices/0000:00:1c.0/numa_node /sys/bus/pci/devices/0000:00:1c.1/numa_node /sys/bus/pci/devices/0000:00:1c.4/numa_node /sys/bus/pci/devices/0000:00:1d.0/numa_node /sys/bus/pci/devices/0000:00:1f.0/numa_node /sys/bus/pci/devices/0000:00:1f.2/numa_node /sys/bus/pci/devices/0000:00:1f.3/numa_node /sys/bus/pci/devices/0000:02:00.0/numa_node +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 +-1 + +--- lsusb + $ lsusb +Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub +Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub +Bus 001 Device 004: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub +Bus 001 Device 005: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub +Bus 001 Device 006: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub +Bus 001 Device 007: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub +Bus 001 Device 008: ID 2109:2815 VIA Labs, Inc. USB2.0 Hub +Bus 001 Device 009: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 010: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 011: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 012: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 013: ID 2109:2815 VIA Labs, Inc. USB2.0 Hub +Bus 001 Device 014: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 016: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 017: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 018: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 001 Device 019: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable +Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub +Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub +Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub +Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub +Bus 004 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub +Bus 004 Device 003: ID 0bda:0411 Realtek Semiconductor Corp. Hub +Bus 004 Device 004: ID 0bda:0411 Realtek Semiconductor Corp. Hub +Bus 004 Device 005: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub +Bus 004 Device 006: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet +Bus 004 Device 007: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge +Bus 004 Device 008: ID 2109:0815 VIA Labs, Inc. USB3.0 Hub +Bus 004 Device 009: ID 1058:2647 Western Digital Technologies, Inc. easystore 2647 +Bus 004 Device 010: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet +Bus 004 Device 011: ID 2109:0815 VIA Labs, Inc. USB3.0 Hub + +--- lshw -short + $ lshw -short +H/W path Device Class Description +====================================================================== + system Precision T1700 (Precision T1700) +/0 bus 048DY8 +/0/0 memory 64KiB BIOS +/0/3a processor Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz +/0/3a/3b memory 256KiB L1 cache +/0/3a/3c memory 1MiB L2 cache +/0/3a/3d memory 8MiB L3 cache +/0/3e memory 16GiB System Memory +/0/3e/0 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +/0/3e/1 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +/0/3e/2 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +/0/3e/3 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +/0/100 bridge Xeon E3-1200 v3 Processor DRAM Controller +/0/100/2 /dev/fb0 display Xeon E3-1200 v3 Processor Integrated Graphics Controller +/0/100/3 card0 multimedia Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller +/0/100/3/0 input4 input HDA Intel HDMI HDMI/DP,pcm=3 +/0/100/3/1 input5 input HDA Intel HDMI HDMI/DP,pcm=7 +/0/100/3/2 input6 input HDA Intel HDMI HDMI/DP,pcm=8 +/0/100/14 bus 8 Series/C220 Series Chipset Family USB xHCI +/0/100/14/0 usb3 bus xHCI Host Controller +/0/100/14/1 usb4 bus xHCI Host Controller +/0/100/14/1/1 bus USB3.0 Hub +/0/100/14/1/1/4 bus USB3.0 Hub +/0/100/14/1/1/4/2 scsi3 storage easystore 2647 +/0/100/14/1/1/4/2/0.0.0 /dev/sdf disk 5TB easystore 2647 +/0/100/14/1/1/4/2/0.0.0/1 /dev/sdf1 volume 4657GiB EXT4 volume +/0/100/14/1/1/4/2/0.0.1 generic SES Device +/0/100/14/1/2 bus USB3.2 Hub +/0/100/14/1/2/1 bus USB3.2 Hub +/0/100/14/1/2/1/3 scsi2 storage ThinkPlus +/0/100/14/1/2/1/3/0.0.0 /dev/sde disk 512GB ThinkPlus +/0/100/14/1/2/1/3/0.0.0/1 /dev/sde1 volume 476GiB EXT4 volume +/0/100/14/1/2/2 communication AX88179A +/0/100/14/1/2/3 bus USB3.0 Hub +/0/100/14/1/2/3/3 bus USB3.0 Hub +/0/100/14/1/2/4 communication AX88179B +/0/100/16 communication 8 Series/C220 Series Chipset Family MEI Controller #1 +/0/100/19 nic0 network Ethernet Connection I217-LM +/0/100/1a bus 8 Series/C220 Series Chipset Family USB EHCI #2 +/0/100/1a/1 usb1 bus EHCI Host Controller +/0/100/1a/1/1 bus Integrated Rate Matching Hub +/0/100/1a/1/1/5 bus USB2.0 Hub +/0/100/1a/1/1/5/4 bus USB2.0 Hub +/0/100/1a/1/1/5/4/1 generic USB-Serial Controller D +/0/100/1a/1/1/5/4/4 generic USB-Serial Controller +/0/100/1a/1/1/6 bus USB2.1 Hub +/0/100/1a/1/1/6/1 bus USB2.1 Hub +/0/100/1a/1/1/6/3 bus USB2.0 Hub +/0/100/1a/1/1/6/3/1 generic USB-Serial Controller D +/0/100/1a/1/1/6/3/2 generic USB-Serial Controller +/0/100/1a/1/1/6/3/3 bus USB2.0 Hub +/0/100/1a/1/1/6/3/3/1 generic USB-Serial Controller +/0/100/1a/1/1/6/3/3/2 generic USB-Serial Controller D +/0/100/1a/1/1/6/3/3/3 generic USB-Serial Controller D +/0/100/1a/1/1/6/3/3/4 generic USB-Serial Controller +/0/100/1a/1/1/6/3/4 generic USB-Serial Controller +/0/100/1c bridge 8 Series/C220 Series Chipset Family PCI Express Root Port #1 +/0/100/1c.1 bridge 8 Series/C220 Series Chipset Family PCI Express Root Port #2 +/0/100/1c.1/0 bridge XIO2001 PCI Express-to-PCI Bridge +/0/100/1c.4 bridge 8 Series/C220 Series Chipset Family PCI Express Root Port #5 +/0/100/1d bus 8 Series/C220 Series Chipset Family USB EHCI #1 +/0/100/1d/1 usb2 bus EHCI Host Controller +/0/100/1d/1/1 bus Integrated Rate Matching Hub +/0/100/1f bridge C226 Series Chipset Family Server Advanced SKU LPC Controller +/0/100/1f/0 system PnP device PNP0c01 +/0/100/1f/1 system PnP device PNP0c02 +/0/100/1f/2 system PnP device PNP0b00 +/0/100/1f/3 system PnP device PNP0c02 +/0/100/1f/4 system PnP device PNP0c02 +/0/100/1f/5 communication PnP device PNP0501 +/0/100/1f/6 system PnP device PNP0c02 +/0/100/1f.2 scsi0 storage 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode] +/0/100/1f.2/0 /dev/sda disk 2TB Hitachi HDS72302 +/0/100/1f.2/0/1 /dev/sda1 volume 1863GiB EXT4 volume +/0/100/1f.2/1 /dev/sdb volume 1863GiB HITACHI HUA72302 +/0/100/1f.2/2 /dev/sdc disk 3TB WDC WD30EFRX-68E +/0/100/1f.2/2/1 /dev/sdc1 volume 2794GiB EXT4 volume +/0/100/1f.2/3 /dev/sdd disk 1TB WDC WD10EZRX-00A +/0/100/1f.2/3/1 /dev/sdd1 volume 1006KiB BIOS Boot partition +/0/100/1f.2/3/2 /dev/sdd2 volume 1023MiB Windows FAT volume +/0/100/1f.2/3/3 /dev/sdd3 volume 930GiB LVM Physical Volume +/0/100/1f.3 bus 8 Series/C220 Series Chipset Family SMBus Controller +/1 input0 input Power Button +/2 input1 input Power Button +/3 input2 input PC Speaker +/4 input3 input Video Bus +/5 enx8cae4ccda926 network Ethernet interface +/6 enx80ae4ccdec03 network Ethernet interface + +--- PCIe AER errors + [missing: /sys/bus/pci/devices/0000:02:00.0/aer_dev_correctable] + +--- PCIe AER summary (errors matter for NIC/NVMe stability) + $ found=0 +for d in /sys/bus/pci/devices/*; do + [ -d "$d" ] || continue + addr="$(basename "$d")" + class="$(cat "$d/class" 2>/dev/null)" + case "$class" in + 0x020000|0x010802|0x010700) ;; # ethernet, nvme, raid + *) continue ;; + esac + for f in "$d"/aer_dev_*; do + [ -r "$f" ] || continue + val="$(cat "$f" 2>/dev/null)" + [ "$val" = "0" ] && continue + [ "$val" = "" ] && continue + printf '%s %s = %s\n' "$addr" "$(basename "$f")" "$val" + found=1 + done +done +[ "$found" = "0" ] && echo " no AER errors on NIC/NVMe/RAID devices" + no AER errors on NIC/NVMe/RAID devices + +############################################################################### +# 4. CPU POWER / FREQUENCY / IDLE STATES +############################################################################### + +--- scaling_governor per cpu (counts) + $ for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do + [ -e "$c" ] || continue + cat "$c" +done | sort | uniq -c + 8 performance + +--- scaling_driver / available governors / freq limits + $ for f in /sys/devices/system/cpu/cpu0/cpufreq/*; do + [ -r "$f" ] || continue + [ -d "$f" ] && continue + printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" +done +affected_cpus = 0 +cpuinfo_avg_freq = 3846680 +cpuinfo_max_freq = 3900000 +cpuinfo_min_freq = 800000 +cpuinfo_transition_latency = 20000 +related_cpus = 0 +scaling_available_governors = conservative ondemand userspace powersave performance schedutil +scaling_cur_freq = 3790325 +scaling_driver = intel_cpufreq +scaling_governor = performance +scaling_max_freq = 3900000 +scaling_min_freq = 3900000 +scaling_setspeed = + +--- EPP / EPB / intel_pstate + $ echo "intel_pstate status: $(cat /sys/devices/system/cpu/intel_pstate/status 2>/dev/null)" +echo "intel_pstate no_turbo: $(cat /sys/devices/system/cpu/intel_pstate/no_turbo 2>/dev/null)" +echo "intel_pstate turbo_pct: $(cat /sys/devices/system/cpu/intel_pstate/turbo_pct 2>/dev/null)" +echo "intel_pstate max_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct 2>/dev/null)" +echo "intel_pstate min_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/min_perf_pct 2>/dev/null)" +echo "EPB (energy_perf_bias) per cpu:" +for c in /sys/devices/system/cpu/cpu*/power/energy_perf_bias; do + [ -r "$c" ] || continue + printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)" +done | sort | uniq -c +echo "EPP (energy_performance_preference) per cpu:" +for c in /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference; do + [ -r "$c" ] || continue + printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)" +done | sort | uniq -c +echo "available EPP:" +cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences 2>/dev/null +intel_pstate status: passive +intel_pstate no_turbo: 0 +intel_pstate turbo_pct: 13 +intel_pstate max_perf_pct: 100 +intel_pstate min_perf_pct: 100 +EPB (energy_perf_bias) per cpu: + 8 cpu : 0 +EPP (energy_performance_preference) per cpu: +available EPP: + [exit=1] + +--- cpupower frequency-info + $ cpupower frequency-info +analyzing CPU 5: + driver: intel_cpufreq + CPUs which run at the same hardware frequency: 5 + CPUs which need to have their frequency coordinated by software: 5 + maximum transition latency: 20.0 us + hardware limits: 800 MHz - 3.90 GHz + available cpufreq governors: conservative ondemand userspace powersave performance schedutil + current policy: frequency should be within 3.90 GHz and 3.90 GHz. + The governor "performance" may decide which speed to use + within this range. + current CPU frequency: Unable to call hardware + current CPU frequency: 3.83 GHz (asserted by call to kernel) + boost state support: + Supported: yes + Active: yes + +--- turbostat snapshot + $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 +1.001322 sec +Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp +- - 0.84 3829 3492 2953 35 35 +0 0 0.55 3802 3492 313 33 35 +0 4 1.72 3854 3492 769 +1 1 0.77 3837 3492 415 33 +1 5 0.47 3782 3492 226 +2 2 0.25 3797 3492 128 32 +2 6 0.60 3814 3492 295 +3 3 0.89 3822 3492 340 35 +3 7 1.46 3834 3492 467 + +--- x86_energy_perf_policy -r + $ x86_energy_perf_policy -r +cpu0: EPB 0 +cpu1: EPB 0 +cpu2: EPB 0 +cpu3: EPB 0 +cpu4: EPB 0 +cpu5: EPB 0 +cpu6: EPB 0 +cpu7: EPB 0 + +--- C-states (idle) enabled per cpu0 + $ for s in /sys/devices/system/cpu/cpu0/cpuidle/state*; do + [ -d "$s" ] || continue + printf ' %s : %s disabled=%s latency=%sus residency=%sus\n' \ + "$(cat "$s/name" 2>/dev/null)" \ + "$(cat "$s/desc" 2>/dev/null)" \ + "$(cat "$s/disable" 2>/dev/null)" \ + "$(cat "$s/latency" 2>/dev/null)" \ + "$(cat "$s/time" 2>/dev/null)" +done + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=5266992us + C1 : MWAIT 0x00 disabled=0 latency=2us residency=205821145us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=959008935us + C3 : MWAIT 0x10 disabled=0 latency=33us residency=2680474217us + C6 : MWAIT 0x20 disabled=0 latency=133us residency=828810527us + C7s : MWAIT 0x32 disabled=0 latency=166us residency=168173475769us + +--- THP enabled + $ cat /sys/kernel/mm/transparent_hugepage/enabled +always [madvise] never + +--- THP defrag + $ cat /sys/kernel/mm/transparent_hugepage/defrag +always defer defer+madvise [madvise] never + +--- THP khugepaged pages_to_scan + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan +4096 + +--- THP khugepaged defrag + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag +1 + +--- microcode + $ dmesg +[ 0.000000] Linux version 6.17.9-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.9-1 (2026-01-12T16:25Z) () +[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.9-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.000000] KERNEL supported cpus: +[ 0.000000] Intel GenuineIntel +[ 0.000000] AMD AuthenticAMD +[ 0.000000] Hygon HygonGenuine +[ 0.000000] Centaur CentaurHauls +[ 0.000000] zhaoxin Shanghai +[ 0.000000] BIOS-provided physical RAM map: +[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable +[ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d1a67fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d1a68000-0x00000000d1a6efff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x00000000d1a6f000-0x00000000d1ea0fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d1ea1000-0x00000000d2331fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000d2332000-0x00000000d7edafff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d7edb000-0x00000000d7ffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d875ffff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d8760000-0x00000000d87fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fadfff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000d8fae000-0x00000000d8ffffff] ACPI data +[ 0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da71bfff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000da71c000-0x00000000da7fffff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbe0cfff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000dbe0d000-0x00000000dbffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041edfffff] usable +[ 0.000000] NX (Execute Disable) protection: active +[ 0.000000] APIC: Static calls initialized +[ 0.000000] SMBIOS 2.7 present. +[ 0.000000] DMI: Dell Inc. Precision T1700/048DY8, BIOS A13 12/19/2014 +[ 0.000000] DMI: Memory slots populated: 4/4 +[ 0.000000] tsc: Fast TSC calibration using PIT +[ 0.000000] tsc: Detected 3491.870 MHz processor +[ 0.000721] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved +[ 0.000723] e820: remove [mem 0x000a0000-0x000fffff] usable +[ 0.000733] last_pfn = 0x41ee00 max_arch_pfn = 0x400000000 +[ 0.000739] total RAM covered: 16318M +[ 0.000886] gran_size: 64K chunk_size: 64K num_reg: 10 lose cover RAM: 110M +[ 0.000887] gran_size: 64K chunk_size: 128K num_reg: 10 lose cover RAM: 110M +[ 0.000889] gran_size: 64K chunk_size: 256K num_reg: 10 lose cover RAM: 110M +[ 0.000890] gran_size: 64K chunk_size: 512K num_reg: 10 lose cover RAM: 110M +[ 0.000891] gran_size: 64K chunk_size: 1M num_reg: 10 lose cover RAM: 110M +[ 0.000892] gran_size: 64K chunk_size: 2M num_reg: 10 lose cover RAM: 110M +[ 0.000893] gran_size: 64K chunk_size: 4M num_reg: 10 lose cover RAM: 110M +[ 0.000894] gran_size: 64K chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000895] gran_size: 64K chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000896] *BAD*gran_size: 64K chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000897] gran_size: 64K chunk_size: 64M num_reg: 10 lose cover RAM: 0G +[ 0.000899] gran_size: 64K chunk_size: 128M num_reg: 10 lose cover RAM: 0G +[ 0.000900] gran_size: 64K chunk_size: 256M num_reg: 10 lose cover RAM: 0G +[ 0.000901] gran_size: 64K chunk_size: 512M num_reg: 10 lose cover RAM: 0G +[ 0.000902] gran_size: 64K chunk_size: 1G num_reg: 10 lose cover RAM: 0G +[ 0.000903] *BAD*gran_size: 64K chunk_size: 2G num_reg: 10 lose cover RAM: -1G +[ 0.000904] gran_size: 128K chunk_size: 128K num_reg: 10 lose cover RAM: 110M +[ 0.000905] gran_size: 128K chunk_size: 256K num_reg: 10 lose cover RAM: 110M +[ 0.000906] gran_size: 128K chunk_size: 512K num_reg: 10 lose cover RAM: 110M +[ 0.000907] gran_size: 128K chunk_size: 1M num_reg: 10 lose cover RAM: 110M +[ 0.000908] gran_size: 128K chunk_size: 2M num_reg: 10 lose cover RAM: 110M +[ 0.000909] gran_size: 128K chunk_size: 4M num_reg: 10 lose cover RAM: 110M +[ 0.000910] gran_size: 128K chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000911] gran_size: 128K chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000912] *BAD*gran_size: 128K chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000913] gran_size: 128K chunk_size: 64M num_reg: 10 lose cover RAM: 0G +[ 0.000914] gran_size: 128K chunk_size: 128M num_reg: 10 lose cover RAM: 0G +[ 0.000915] gran_size: 128K chunk_size: 256M num_reg: 10 lose cover RAM: 0G +[ 0.000916] gran_size: 128K chunk_size: 512M num_reg: 10 lose cover RAM: 0G +[ 0.000918] gran_size: 128K chunk_size: 1G num_reg: 10 lose cover RAM: 0G +[ 0.000919] *BAD*gran_size: 128K chunk_size: 2G num_reg: 10 lose cover RAM: -1G +[ 0.000920] gran_size: 256K chunk_size: 256K num_reg: 10 lose cover RAM: 110M +[ 0.000921] gran_size: 256K chunk_size: 512K num_reg: 10 lose cover RAM: 110M +[ 0.000922] gran_size: 256K chunk_size: 1M num_reg: 10 lose cover RAM: 110M +[ 0.000923] gran_size: 256K chunk_size: 2M num_reg: 10 lose cover RAM: 110M +[ 0.000924] gran_size: 256K chunk_size: 4M num_reg: 10 lose cover RAM: 110M +[ 0.000925] gran_size: 256K chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000926] gran_size: 256K chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000927] *BAD*gran_size: 256K chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000928] gran_size: 256K chunk_size: 64M num_reg: 10 lose cover RAM: 0G +[ 0.000929] gran_size: 256K chunk_size: 128M num_reg: 10 lose cover RAM: 0G +[ 0.000930] gran_size: 256K chunk_size: 256M num_reg: 10 lose cover RAM: 0G +[ 0.000931] gran_size: 256K chunk_size: 512M num_reg: 10 lose cover RAM: 0G +[ 0.000932] gran_size: 256K chunk_size: 1G num_reg: 10 lose cover RAM: 0G +[ 0.000933] *BAD*gran_size: 256K chunk_size: 2G num_reg: 10 lose cover RAM: -1G +[ 0.000934] gran_size: 512K chunk_size: 512K num_reg: 10 lose cover RAM: 110M +[ 0.000935] gran_size: 512K chunk_size: 1M num_reg: 10 lose cover RAM: 110M +[ 0.000936] gran_size: 512K chunk_size: 2M num_reg: 10 lose cover RAM: 110M +[ 0.000937] gran_size: 512K chunk_size: 4M num_reg: 10 lose cover RAM: 110M +[ 0.000938] gran_size: 512K chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000939] gran_size: 512K chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000940] *BAD*gran_size: 512K chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000942] gran_size: 512K chunk_size: 64M num_reg: 10 lose cover RAM: 0G +[ 0.000943] gran_size: 512K chunk_size: 128M num_reg: 10 lose cover RAM: 0G +[ 0.000944] gran_size: 512K chunk_size: 256M num_reg: 10 lose cover RAM: 0G +[ 0.000945] gran_size: 512K chunk_size: 512M num_reg: 10 lose cover RAM: 0G +[ 0.000946] gran_size: 512K chunk_size: 1G num_reg: 10 lose cover RAM: 0G +[ 0.000947] *BAD*gran_size: 512K chunk_size: 2G num_reg: 10 lose cover RAM: -1G +[ 0.000948] gran_size: 1M chunk_size: 1M num_reg: 10 lose cover RAM: 110M +[ 0.000949] gran_size: 1M chunk_size: 2M num_reg: 10 lose cover RAM: 110M +[ 0.000950] gran_size: 1M chunk_size: 4M num_reg: 10 lose cover RAM: 110M +[ 0.000951] gran_size: 1M chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000952] gran_size: 1M chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000953] *BAD*gran_size: 1M chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000954] gran_size: 1M chunk_size: 64M num_reg: 10 lose cover RAM: 0G +[ 0.000955] gran_size: 1M chunk_size: 128M num_reg: 10 lose cover RAM: 0G +[ 0.000956] gran_size: 1M chunk_size: 256M num_reg: 10 lose cover RAM: 0G +[ 0.000957] gran_size: 1M chunk_size: 512M num_reg: 10 lose cover RAM: 0G +[ 0.000958] gran_size: 1M chunk_size: 1G num_reg: 10 lose cover RAM: 0G +[ 0.000959] *BAD*gran_size: 1M chunk_size: 2G num_reg: 10 lose cover RAM: -1G +[ 0.000960] gran_size: 2M chunk_size: 2M num_reg: 10 lose cover RAM: 110M +[ 0.000961] gran_size: 2M chunk_size: 4M num_reg: 10 lose cover RAM: 110M +[ 0.000962] gran_size: 2M chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000963] gran_size: 2M chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000964] *BAD*gran_size: 2M chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000965] gran_size: 2M chunk_size: 64M num_reg: 10 lose cover RAM: 0G +[ 0.000966] gran_size: 2M chunk_size: 128M num_reg: 10 lose cover RAM: 0G +[ 0.000967] gran_size: 2M chunk_size: 256M num_reg: 10 lose cover RAM: 0G +[ 0.000968] gran_size: 2M chunk_size: 512M num_reg: 10 lose cover RAM: 0G +[ 0.000969] gran_size: 2M chunk_size: 1G num_reg: 10 lose cover RAM: 0G +[ 0.000970] *BAD*gran_size: 2M chunk_size: 2G num_reg: 10 lose cover RAM: -1G +[ 0.000971] gran_size: 4M chunk_size: 4M num_reg: 10 lose cover RAM: 110M +[ 0.000972] gran_size: 4M chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000973] gran_size: 4M chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000974] *BAD*gran_size: 4M chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000976] gran_size: 4M chunk_size: 64M num_reg: 10 lose cover RAM: 2M +[ 0.000977] gran_size: 4M chunk_size: 128M num_reg: 10 lose cover RAM: 2M +[ 0.000978] gran_size: 4M chunk_size: 256M num_reg: 10 lose cover RAM: 2M +[ 0.000979] gran_size: 4M chunk_size: 512M num_reg: 10 lose cover RAM: 2M +[ 0.000980] gran_size: 4M chunk_size: 1G num_reg: 10 lose cover RAM: 2M +[ 0.000981] *BAD*gran_size: 4M chunk_size: 2G num_reg: 10 lose cover RAM: -1022M +[ 0.000982] gran_size: 8M chunk_size: 8M num_reg: 10 lose cover RAM: 110M +[ 0.000983] gran_size: 8M chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000984] *BAD*gran_size: 8M chunk_size: 32M num_reg: 10 lose cover RAM: -18M +[ 0.000985] gran_size: 8M chunk_size: 64M num_reg: 10 lose cover RAM: 6M +[ 0.000986] gran_size: 8M chunk_size: 128M num_reg: 10 lose cover RAM: 6M +[ 0.000987] gran_size: 8M chunk_size: 256M num_reg: 10 lose cover RAM: 6M +[ 0.000988] gran_size: 8M chunk_size: 512M num_reg: 10 lose cover RAM: 6M +[ 0.000989] gran_size: 8M chunk_size: 1G num_reg: 10 lose cover RAM: 6M +[ 0.000990] *BAD*gran_size: 8M chunk_size: 2G num_reg: 10 lose cover RAM: -1018M +[ 0.000991] gran_size: 16M chunk_size: 16M num_reg: 10 lose cover RAM: 110M +[ 0.000992] gran_size: 16M chunk_size: 32M num_reg: 10 lose cover RAM: 238M +[ 0.000993] gran_size: 16M chunk_size: 64M num_reg: 9 lose cover RAM: 14M +[ 0.000994] gran_size: 16M chunk_size: 128M num_reg: 9 lose cover RAM: 14M +[ 0.000995] gran_size: 16M chunk_size: 256M num_reg: 9 lose cover RAM: 14M +[ 0.000996] gran_size: 16M chunk_size: 512M num_reg: 9 lose cover RAM: 14M +[ 0.000997] gran_size: 16M chunk_size: 1G num_reg: 9 lose cover RAM: 14M +[ 0.000998] gran_size: 16M chunk_size: 2G num_reg: 10 lose cover RAM: 14M +[ 0.000999] gran_size: 32M chunk_size: 32M num_reg: 10 lose cover RAM: 62M +[ 0.001000] gran_size: 32M chunk_size: 64M num_reg: 9 lose cover RAM: 30M +[ 0.001001] gran_size: 32M chunk_size: 128M num_reg: 8 lose cover RAM: 30M +[ 0.001002] gran_size: 32M chunk_size: 256M num_reg: 8 lose cover RAM: 30M +[ 0.001003] gran_size: 32M chunk_size: 512M num_reg: 8 lose cover RAM: 30M +[ 0.001004] gran_size: 32M chunk_size: 1G num_reg: 8 lose cover RAM: 30M +[ 0.001005] gran_size: 32M chunk_size: 2G num_reg: 9 lose cover RAM: 30M +[ 0.001007] gran_size: 64M chunk_size: 64M num_reg: 10 lose cover RAM: 62M +[ 0.001008] gran_size: 64M chunk_size: 128M num_reg: 8 lose cover RAM: 62M +[ 0.001009] gran_size: 64M chunk_size: 256M num_reg: 8 lose cover RAM: 62M +[ 0.001010] gran_size: 64M chunk_size: 512M num_reg: 8 lose cover RAM: 62M +[ 0.001011] gran_size: 64M chunk_size: 1G num_reg: 8 lose cover RAM: 62M +[ 0.001012] gran_size: 64M chunk_size: 2G num_reg: 9 lose cover RAM: 62M +[ 0.001013] gran_size: 128M chunk_size: 128M num_reg: 8 lose cover RAM: 190M +[ 0.001014] gran_size: 128M chunk_size: 256M num_reg: 8 lose cover RAM: 190M +[ 0.001015] gran_size: 128M chunk_size: 512M num_reg: 8 lose cover RAM: 190M +[ 0.001016] gran_size: 128M chunk_size: 1G num_reg: 8 lose cover RAM: 190M +[ 0.001017] gran_size: 128M chunk_size: 2G num_reg: 9 lose cover RAM: 190M +[ 0.001018] gran_size: 256M chunk_size: 256M num_reg: 6 lose cover RAM: 446M +[ 0.001019] gran_size: 256M chunk_size: 512M num_reg: 8 lose cover RAM: 446M +[ 0.001020] gran_size: 256M chunk_size: 1G num_reg: 8 lose cover RAM: 446M +[ 0.001021] gran_size: 256M chunk_size: 2G num_reg: 9 lose cover RAM: 446M +[ 0.001022] gran_size: 512M chunk_size: 512M num_reg: 4 lose cover RAM: 958M +[ 0.001023] gran_size: 512M chunk_size: 1G num_reg: 4 lose cover RAM: 958M +[ 0.001024] gran_size: 512M chunk_size: 2G num_reg: 4 lose cover RAM: 958M +[ 0.001025] gran_size: 1G chunk_size: 1G num_reg: 4 lose cover RAM: 958M +[ 0.001026] gran_size: 1G chunk_size: 2G num_reg: 4 lose cover RAM: 958M +[ 0.001027] gran_size: 2G chunk_size: 2G num_reg: 3 lose cover RAM: 1982M +[ 0.001028] mtrr_cleanup: can not find optimal value +[ 0.001029] please specify mtrr_gran_size/mtrr_chunk_size +[ 0.001030] MTRR map: 9 entries (5 fixed + 4 variable; max 25), built from 10 variable MTRRs +[ 0.001032] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT +[ 0.001327] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved +[ 0.001331] last_pfn = 0xdbe0d max_arch_pfn = 0x400000000 +[ 0.007284] found SMP MP-table at [mem 0x000fd970-0x000fd97f] +[ 0.007300] Using GB pages for direct mapping +[ 0.007908] RAMDISK: [mem 0x2d651000-0x32b1ffff] +[ 0.007917] ACPI: Early table checksum verification disabled +[ 0.007920] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL ) +[ 0.007923] ACPI: XSDT 0x00000000D8FED098 0000B4 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.007929] ACPI: FACP 0x00000000D8FF8D18 00010C (v05 DELL CBX3 01072009 AMI 00010013) +[ 0.007933] ACPI: DSDT 0x00000000D8FED1E0 00BB35 (v02 DELL CBX3 00000014 INTL 20091112) +[ 0.007936] ACPI: FACS 0x00000000DA7FE080 000040 +[ 0.007938] ACPI: APIC 0x00000000D8FF8E28 000092 (v03 DELL CBX3 01072009 AMI 00010013) +[ 0.007941] ACPI: FPDT 0x00000000D8FF8EC0 000044 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.007943] ACPI: SLIC 0x00000000D8FF8F08 000176 (v03 DELL CBX3 01072009 MSFT 00010013) +[ 0.007946] ACPI: LPIT 0x00000000D8FF9080 00005C (v01 DELL CBX3 00000000 AMI. 00000005) +[ 0.007948] ACPI: SSDT 0x00000000D8FF90E0 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) +[ 0.007951] ACPI: SSDT 0x00000000D8FF9620 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) +[ 0.007954] ACPI: HPET 0x00000000D8FFA0F8 000038 (v01 DELL CBX3 01072009 AMI. 00000005) +[ 0.007956] ACPI: SSDT 0x00000000D8FFA130 000495 (v01 IdeRef IdeTable 00001000 INTL 20120711) +[ 0.007959] ACPI: MCFG 0x00000000D8FFA5C8 00003C (v01 DELL CBX3 01072009 MSFT 00000097) +[ 0.007961] ACPI: SSDT 0x00000000D8FFA608 0034D6 (v01 SaSsdt SaSsdt 00003000 INTL 20091112) +[ 0.007964] ACPI: ASF! 0x00000000D8FFDAE0 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) +[ 0.007966] ACPI: MSDM 0x00000000D8FFDB88 000055 (v03 DELL CBX3 06222004 AMI 00010013) +[ 0.007969] ACPI: DMAR 0x00000000D8FFDBE0 0000B8 (v01 INTEL HSW 00000001 INTL 00000001) +[ 0.007972] ACPI: EINJ 0x00000000D8FFDC98 000130 (v01 AMI AMI EINJ 00000000 00000000) +[ 0.007974] ACPI: ERST 0x00000000D8FFDDC8 000230 (v01 AMIER AMI ERST 00000000 00000000) +[ 0.007978] ACPI: HEST 0x00000000D8FFDFF8 0000A8 (v01 AMI AMI HEST 00000000 00000000) +[ 0.007980] ACPI: BERT 0x00000000D8FFE0A0 000030 (v01 AMI AMI BERT 00000000 00000000) +[ 0.007982] ACPI: Reserving FACP table memory at [mem 0xd8ff8d18-0xd8ff8e23] +[ 0.007983] ACPI: Reserving DSDT table memory at [mem 0xd8fed1e0-0xd8ff8d14] +[ 0.007984] ACPI: Reserving FACS table memory at [mem 0xda7fe080-0xda7fe0bf] +[ 0.007985] ACPI: Reserving APIC table memory at [mem 0xd8ff8e28-0xd8ff8eb9] +[ 0.007985] ACPI: Reserving FPDT table memory at [mem 0xd8ff8ec0-0xd8ff8f03] +[ 0.007986] ACPI: Reserving SLIC table memory at [mem 0xd8ff8f08-0xd8ff907d] +[ 0.007986] ACPI: Reserving LPIT table memory at [mem 0xd8ff9080-0xd8ff90db] +[ 0.007987] ACPI: Reserving SSDT table memory at [mem 0xd8ff90e0-0xd8ff9618] +[ 0.007988] ACPI: Reserving SSDT table memory at [mem 0xd8ff9620-0xd8ffa0f7] +[ 0.007988] ACPI: Reserving HPET table memory at [mem 0xd8ffa0f8-0xd8ffa12f] +[ 0.007989] ACPI: Reserving SSDT table memory at [mem 0xd8ffa130-0xd8ffa5c4] +[ 0.007990] ACPI: Reserving MCFG table memory at [mem 0xd8ffa5c8-0xd8ffa603] +[ 0.007990] ACPI: Reserving SSDT table memory at [mem 0xd8ffa608-0xd8ffdadd] +[ 0.007991] ACPI: Reserving ASF! table memory at [mem 0xd8ffdae0-0xd8ffdb84] +[ 0.007991] ACPI: Reserving MSDM table memory at [mem 0xd8ffdb88-0xd8ffdbdc] +[ 0.007992] ACPI: Reserving DMAR table memory at [mem 0xd8ffdbe0-0xd8ffdc97] +[ 0.007993] ACPI: Reserving EINJ table memory at [mem 0xd8ffdc98-0xd8ffddc7] +[ 0.007993] ACPI: Reserving ERST table memory at [mem 0xd8ffddc8-0xd8ffdff7] +[ 0.007994] ACPI: Reserving HEST table memory at [mem 0xd8ffdff8-0xd8ffe09f] +[ 0.007995] ACPI: Reserving BERT table memory at [mem 0xd8ffe0a0-0xd8ffe0cf] +[ 0.008043] No NUMA configuration found +[ 0.008044] Faking a node at [mem 0x0000000000000000-0x000000041edfffff] +[ 0.008051] NODE_DATA(0) allocated [mem 0x41edd52c0-0x41edfffff] +[ 0.008232] Zone ranges: +[ 0.008232] DMA [mem 0x0000000000001000-0x0000000000ffffff] +[ 0.008234] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +[ 0.008235] Normal [mem 0x0000000100000000-0x000000041edfffff] +[ 0.008236] Device empty +[ 0.008237] Movable zone start for each node +[ 0.008239] Early memory node ranges +[ 0.008240] node 0: [mem 0x0000000000001000-0x000000000009dfff] +[ 0.008241] node 0: [mem 0x0000000000100000-0x00000000d1a67fff] +[ 0.008242] node 0: [mem 0x00000000d1a6f000-0x00000000d1ea0fff] +[ 0.008242] node 0: [mem 0x00000000d2332000-0x00000000d7edafff] +[ 0.008243] node 0: [mem 0x00000000d8000000-0x00000000d875ffff] +[ 0.008244] node 0: [mem 0x00000000d8800000-0x00000000d8fadfff] +[ 0.008244] node 0: [mem 0x00000000d9000000-0x00000000da71bfff] +[ 0.008245] node 0: [mem 0x00000000da800000-0x00000000dbe0cfff] +[ 0.008245] node 0: [mem 0x0000000100000000-0x000000041edfffff] +[ 0.008248] Initmem setup node 0 [mem 0x0000000000001000-0x000000041edfffff] +[ 0.008252] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.008272] On node 0, zone DMA: 98 pages in unavailable ranges +[ 0.013315] On node 0, zone DMA32: 7 pages in unavailable ranges +[ 0.013479] On node 0, zone DMA32: 1169 pages in unavailable ranges +[ 0.013496] On node 0, zone DMA32: 293 pages in unavailable ranges +[ 0.013511] On node 0, zone DMA32: 160 pages in unavailable ranges +[ 0.013551] On node 0, zone DMA32: 82 pages in unavailable ranges +[ 0.013591] On node 0, zone DMA32: 228 pages in unavailable ranges +[ 0.033764] On node 0, zone Normal: 16883 pages in unavailable ranges +[ 0.033800] On node 0, zone Normal: 4608 pages in unavailable ranges +[ 0.033807] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff] +[ 0.033980] ACPI: PM-Timer IO Port: 0x1808 +[ 0.033989] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) +[ 0.033999] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 +[ 0.034002] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +[ 0.034003] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +[ 0.034007] ACPI: Using ACPI (MADT) for SMP configuration information +[ 0.034008] ACPI: HPET id: 0x8086a701 base: 0xfed00000 +[ 0.034013] TSC deadline timer available +[ 0.034017] CPU topo: Max. logical packages: 1 +[ 0.034017] CPU topo: Max. logical dies: 1 +[ 0.034018] CPU topo: Max. dies per package: 1 +[ 0.034022] CPU topo: Max. threads per core: 2 +[ 0.034023] CPU topo: Num. cores per package: 4 +[ 0.034023] CPU topo: Num. threads per package: 8 +[ 0.034024] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs +[ 0.034043] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] +[ 0.034044] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff] +[ 0.034046] PM: hibernation: Registered nosave memory: [mem 0xd1a68000-0xd1a6efff] +[ 0.034047] PM: hibernation: Registered nosave memory: [mem 0xd1ea1000-0xd2331fff] +[ 0.034049] PM: hibernation: Registered nosave memory: [mem 0xd7edb000-0xd7ffffff] +[ 0.034050] PM: hibernation: Registered nosave memory: [mem 0xd8760000-0xd87fffff] +[ 0.034052] PM: hibernation: Registered nosave memory: [mem 0xd8fae000-0xd8ffffff] +[ 0.034053] PM: hibernation: Registered nosave memory: [mem 0xda71c000-0xda7fffff] +[ 0.034055] PM: hibernation: Registered nosave memory: [mem 0xdbe0d000-0xffffffff] +[ 0.034056] [mem 0xdf200000-0xf7ffffff] available for PCI devices +[ 0.034057] Booting paravirtualized kernel on bare hardware +[ 0.034059] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns +[ 0.034066] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 +[ 0.034549] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 +[ 0.034555] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 +[ 0.034557] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 +[ 0.034577] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.9-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.034626] random: crng init done +[ 0.034627] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes +[ 0.036303] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) +[ 0.037159] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) +[ 0.037288] software IO TLB: area num 8. +[ 0.050573] Fallback order for Node 0: 0 +[ 0.050578] Built 1 zonelists, mobility grouping on. Total pages: 4170775 +[ 0.050579] Policy zone: Normal +[ 0.050588] mem auto-init: stack:all(zero), heap alloc:on, heap free:off +[ 0.088542] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 +[ 0.088570] Kernel/User page tables isolation: enabled +[ 0.097396] ftrace: allocating 58414 entries in 230 pages +[ 0.097398] ftrace: allocated 230 pages with 5 groups +[ 0.098209] Dynamic Preempt: voluntary +[ 0.098279] rcu: Preemptible hierarchical RCU implementation. +[ 0.098279] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. +[ 0.098281] Trampoline variant of Tasks RCU enabled. +[ 0.098281] Rude variant of Tasks RCU enabled. +[ 0.098281] Tracing variant of Tasks RCU enabled. +[ 0.098282] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. +[ 0.098282] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 +[ 0.098291] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.098293] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.098295] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. +[ 0.102576] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16 +[ 0.102772] rcu: srcu_init: Setting srcu_struct sizes based on contention. +[ 0.104227] Console: colour VGA+ 80x25 +[ 0.104230] printk: legacy console [tty0] enabled +[ 0.104284] ACPI: Core revision 20250404 +[ 0.104384] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns +[ 0.104398] APIC: Switch to symmetric I/O mode setup +[ 0.104400] DMAR: Host address width 39 +[ 0.104401] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 +[ 0.104409] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a +[ 0.104411] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 +[ 0.104414] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da +[ 0.104415] DMAR: RMRR base: 0x000000dbf7e000 end: 0x000000dbf8bfff +[ 0.104417] DMAR: RMRR base: 0x000000dd000000 end: 0x000000df1fffff +[ 0.104419] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1 +[ 0.104421] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 +[ 0.104422] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. +[ 0.104907] DMAR-IR: Enabled IRQ remapping in x2apic mode +[ 0.104909] x2apic enabled +[ 0.104963] APIC: Switched APIC routing to: cluster x2apic +[ 0.105374] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 +[ 0.109398] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns +[ 0.109402] Calibrating delay loop (skipped), value calculated using timer frequency.. 6983.74 BogoMIPS (lpj=3491870) +[ 0.109425] CPU0: Thermal monitoring enabled (TM1) +[ 0.109457] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 +[ 0.109459] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 +[ 0.109462] process: using mwait in idle threads +[ 0.109464] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto +[ 0.109468] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl +[ 0.109470] SRBDS: Mitigation: Microcode +[ 0.109471] Spectre V2 : Mitigation: Retpolines +[ 0.109472] Spectre V2 : User space: Mitigation: STIBP via prctl +[ 0.109472] MDS: Mitigation: Clear CPU buffers +[ 0.109473] VMSCAPE: Mitigation: IBPB before exit to userspace +[ 0.109474] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization +[ 0.109475] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT +[ 0.109476] Spectre V2 : Enabling Restricted Speculation for firmware calls +[ 0.109477] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier +[ 0.109483] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' +[ 0.109485] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' +[ 0.109486] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' +[ 0.109487] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 +[ 0.109488] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. +[ 0.129518] Freeing SMP alternatives memory: 52K +[ 0.129523] pid_max: default: 32768 minimum: 301 +[ 0.129570] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm +[ 0.129588] Yama: becoming mindful. +[ 0.129618] AppArmor: AppArmor initialized +[ 0.129667] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) +[ 0.129680] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) +[ 0.130042] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3) +[ 0.130207] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver. +[ 0.130237] ... version: 3 +[ 0.130238] ... bit width: 48 +[ 0.130239] ... generic registers: 4 +[ 0.130240] ... value mask: 0000ffffffffffff +[ 0.130241] ... max period: 00007fffffffffff +[ 0.130242] ... fixed-purpose events: 3 +[ 0.130242] ... event mask: 000000070000000f +[ 0.130391] signal: max sigframe size: 1776 +[ 0.130400] Estimated ratio of average max frequency by base frequency (times 1024): 1082 +[ 0.131553] rcu: Hierarchical SRCU implementation. +[ 0.131556] rcu: Max phase no-delay instances is 400. +[ 0.131602] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level +[ 0.132160] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. +[ 0.132226] smp: Bringing up secondary CPUs ... +[ 0.132328] smpboot: x86: Booting SMP configuration: +[ 0.132329] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 +[ 0.134813] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. +[ 0.134813] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details. +[ 0.134813] smp: Brought up 1 node, 8 CPUs +[ 0.134813] smpboot: Total of 8 processors activated (55869.92 BogoMIPS) +[ 0.136476] Memory: 16167948K/16683100K available (21402K kernel code, 3801K rwdata, 14948K rodata, 4948K init, 5380K bss, 496760K reserved, 0K cma-reserved) +[ 0.136946] devtmpfs: initialized +[ 0.136946] x86/mm: Memory block size: 128MB +[ 0.138336] ACPI: PM: Registering ACPI NVS region [mem 0xd1a68000-0xd1a6efff] (28672 bytes) +[ 0.138336] ACPI: PM: Registering ACPI NVS region [mem 0xda71c000-0xda7fffff] (933888 bytes) +[ 0.138418] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns +[ 0.138418] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear) +[ 0.138426] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear). +[ 0.138484] pinctrl core: initialized pinctrl subsystem +[ 0.138572] PM: RTC time: 20:58:04, date: 2026-07-24 +[ 0.138970] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[ 0.139143] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations +[ 0.139240] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations +[ 0.139404] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations +[ 0.139420] audit: initializing netlink subsys (disabled) +[ 0.139431] audit: type=2000 audit(1784926684.035:1): state=initialized audit_enabled=0 res=1 +[ 0.139515] thermal_sys: Registered thermal governor 'fair_share' +[ 0.139516] thermal_sys: Registered thermal governor 'bang_bang' +[ 0.139517] thermal_sys: Registered thermal governor 'step_wise' +[ 0.139518] thermal_sys: Registered thermal governor 'user_space' +[ 0.139519] thermal_sys: Registered thermal governor 'power_allocator' +[ 0.139531] cpuidle: using governor ladder +[ 0.139534] cpuidle: using governor menu +[ 0.139573] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 0.139653] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f] +[ 0.139657] PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as E820 entry +[ 0.139665] PCI: Using configuration type 1 for base access +[ 0.139704] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on +[ 0.139758] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. +[ 0.145432] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages +[ 0.145432] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page +[ 0.145432] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages +[ 0.145432] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page +[ 0.145703] ACPI: Added _OSI(Module Device) +[ 0.145705] ACPI: Added _OSI(Processor Device) +[ 0.145706] ACPI: Added _OSI(Processor Aggregator Device) +[ 0.153318] ACPI: 5 ACPI AML tables successfully acquired and loaded +[ 0.154819] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored +[ 0.168271] ACPI: Dynamic OEM Table Load: +[ 0.168271] ACPI: SSDT 0xFFFF8A5A811A8000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711) +[ 0.169686] ACPI: Interpreter enabled +[ 0.169710] ACPI: PM: (supports S0 S4 S5) +[ 0.169711] ACPI: Using IOAPIC for interrupt routing +[ 0.170319] HEST: Table parsing has been initialized. +[ 0.170400] GHES: APEI firmware first mode is enabled by WHEA _OSC. +[ 0.170404] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 0.170405] PCI: Using E820 reservations for host bridge windows +[ 0.170581] ACPI: Enabled 8 GPEs in block 00 to 3F +[ 0.182364] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) +[ 0.182370] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 0.182510] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME] +[ 0.182637] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC] +[ 0.183094] PCI host bridge to bus 0000:00 +[ 0.183098] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] +[ 0.183100] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] +[ 0.183101] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] +[ 0.183103] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000e7fff window] +[ 0.183104] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window] +[ 0.183105] pci_bus 0000:00: root bus resource [bus 00-3e] +[ 0.183117] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000 conventional PCI endpoint +[ 0.183181] pci 0000:00:02.0: [8086:041a] type 00 class 0x030000 conventional PCI endpoint +[ 0.183194] pci 0000:00:02.0: BAR 0 [mem 0xf7800000-0xf7bfffff 64bit] +[ 0.183196] pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref] +[ 0.183198] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f] +[ 0.183205] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] +[ 0.183287] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint +[ 0.183300] pci 0000:00:03.0: BAR 0 [mem 0xf7c30000-0xf7c33fff 64bit] +[ 0.183381] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint +[ 0.183413] pci 0000:00:14.0: BAR 0 [mem 0xf7c20000-0xf7c2ffff 64bit] +[ 0.183442] pci 0000:00:14.0: PME# supported from D3hot D3cold +[ 0.183534] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint +[ 0.183567] pci 0000:00:16.0: BAR 0 [mem 0xf7c3b000-0xf7c3b00f 64bit] +[ 0.183598] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold +[ 0.183653] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000 conventional PCI endpoint +[ 0.183683] pci 0000:00:19.0: BAR 0 [mem 0xf7c00000-0xf7c1ffff] +[ 0.183686] pci 0000:00:19.0: BAR 1 [mem 0xf7c38000-0xf7c38fff] +[ 0.183689] pci 0000:00:19.0: BAR 2 [io 0xf060-0xf07f] +[ 0.183721] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold +[ 0.183792] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint +[ 0.183830] pci 0000:00:1a.0: BAR 0 [mem 0xf7c37000-0xf7c373ff] +[ 0.183871] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold +[ 0.183947] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 PCIe Root Port +[ 0.183967] pci 0000:00:1c.0: PCI bridge to [bus 01] +[ 0.184023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold +[ 0.184044] pci 0000:00:1c.0: Enabling MPC IRBNCE +[ 0.184046] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled +[ 0.184308] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400 PCIe Root Port +[ 0.184329] pci 0000:00:1c.1: PCI bridge to [bus 02-03] +[ 0.184385] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold +[ 0.184407] pci 0000:00:1c.1: Enabling MPC IRBNCE +[ 0.184409] pci 0000:00:1c.1: Intel PCH root port ACS workaround enabled +[ 0.184669] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400 PCIe Root Port +[ 0.184691] pci 0000:00:1c.4: PCI bridge to [bus 04] +[ 0.184752] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold +[ 0.184774] pci 0000:00:1c.4: Enabling MPC IRBNCE +[ 0.184777] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled +[ 0.185030] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint +[ 0.185070] pci 0000:00:1d.0: BAR 0 [mem 0xf7c36000-0xf7c363ff] +[ 0.185110] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold +[ 0.185190] pci 0000:00:1f.0: [8086:8c56] type 00 class 0x060100 conventional PCI endpoint +[ 0.185337] pci 0000:00:1f.2: [8086:8c00] type 00 class 0x01018f conventional PCI endpoint +[ 0.185365] pci 0000:00:1f.2: BAR 0 [io 0xf0d0-0xf0d7] +[ 0.185367] pci 0000:00:1f.2: BAR 1 [io 0xf0c0-0xf0c3] +[ 0.185370] pci 0000:00:1f.2: BAR 2 [io 0xf0b0-0xf0b7] +[ 0.185373] pci 0000:00:1f.2: BAR 3 [io 0xf0a0-0xf0a3] +[ 0.185375] pci 0000:00:1f.2: BAR 4 [io 0xf090-0xf09f] +[ 0.185378] pci 0000:00:1f.2: BAR 5 [io 0xf080-0xf08f] +[ 0.185457] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint +[ 0.185488] pci 0000:00:1f.3: BAR 0 [mem 0xf7c35000-0xf7c350ff 64bit] +[ 0.185493] pci 0000:00:1f.3: BAR 4 [io 0xf040-0xf05f] +[ 0.185601] acpiphp: Slot [1] registered +[ 0.185607] pci 0000:00:1c.0: PCI bridge to [bus 01] +[ 0.185690] pci 0000:02:00.0: [104c:8240] type 01 class 0x060400 PCIe to PCI/PCI-X bridge +[ 0.185732] pci 0000:02:00.0: PCI bridge to [bus 03] +[ 0.185851] pci 0000:02:00.0: supports D1 D2 +[ 0.185976] pci 0000:00:1c.1: PCI bridge to [bus 02-03] +[ 0.186034] pci_bus 0000:03: extended config space not accessible +[ 0.186118] pci 0000:02:00.0: PCI bridge to [bus 03] +[ 0.186195] acpiphp: Slot [1-1] registered +[ 0.186200] pci 0000:00:1c.4: PCI bridge to [bus 04] +[ 0.186878] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 +[ 0.186923] ACPI: PCI: Interrupt link LNKB configured for IRQ 3 +[ 0.186965] ACPI: PCI: Interrupt link LNKC configured for IRQ 10 +[ 0.187006] ACPI: PCI: Interrupt link LNKD configured for IRQ 10 +[ 0.187048] ACPI: PCI: Interrupt link LNKE configured for IRQ 5 +[ 0.187088] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 +[ 0.187089] ACPI: PCI: Interrupt link LNKF disabled +[ 0.187129] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 +[ 0.187130] ACPI: PCI: Interrupt link LNKG disabled +[ 0.187171] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 +[ 0.187439] iommu: Default domain type: Translated +[ 0.187439] iommu: DMA domain TLB invalidation policy: lazy mode +[ 0.187558] SCSI subsystem initialized +[ 0.187565] libata version 3.00 loaded. +[ 0.187565] ACPI: bus type USB registered +[ 0.187565] usbcore: registered new interface driver usbfs +[ 0.187565] usbcore: registered new interface driver hub +[ 0.187565] usbcore: registered new device driver usb +[ 0.187565] pps_core: LinuxPPS API ver. 1 registered +[ 0.187565] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti +[ 0.187565] PTP clock support registered +[ 0.187565] EDAC MC: Ver: 3.0.0 +[ 0.187592] NetLabel: Initializing +[ 0.187593] NetLabel: domain hash size = 128 +[ 0.187594] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO +[ 0.187610] NetLabel: unlabeled traffic allowed by default +[ 0.187626] mctp: management component transport protocol core +[ 0.187626] NET: Registered PF_MCTP protocol family +[ 0.187626] PCI: Using ACPI for IRQ routing +[ 0.189385] PCI: pci_cache_line_size set to 64 bytes +[ 0.189416] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff] +[ 0.189418] e820: reserve RAM buffer [mem 0xd1a68000-0xd3ffffff] +[ 0.189419] e820: reserve RAM buffer [mem 0xd1ea1000-0xd3ffffff] +[ 0.189420] e820: reserve RAM buffer [mem 0xd7edb000-0xd7ffffff] +[ 0.189421] e820: reserve RAM buffer [mem 0xd8760000-0xdbffffff] +[ 0.189422] e820: reserve RAM buffer [mem 0xd8fae000-0xdbffffff] +[ 0.189423] e820: reserve RAM buffer [mem 0xda71c000-0xdbffffff] +[ 0.189424] e820: reserve RAM buffer [mem 0xdbe0d000-0xdbffffff] +[ 0.189425] e820: reserve RAM buffer [mem 0x41ee00000-0x41fffffff] +[ 0.189437] pci 0000:00:02.0: vgaarb: setting as boot VGA device +[ 0.189437] pci 0000:00:02.0: vgaarb: bridge control possible +[ 0.189437] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none +[ 0.189437] vgaarb: loaded +[ 0.189486] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 +[ 0.189486] hpet0: 8 comparators, 64-bit 14.318180 MHz counter +[ 0.191448] clocksource: Switched to clocksource tsc-early +[ 0.192023] VFS: Disk quotas dquot_6.6.0 +[ 0.192032] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 0.192212] AppArmor: AppArmor Filesystem Enabled +[ 0.192235] pnp: PnP ACPI init +[ 0.192288] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved +[ 0.192441] system 00:01: [io 0x0680-0x069f] has been reserved +[ 0.192444] system 00:01: [io 0xffff] has been reserved +[ 0.192445] system 00:01: [io 0xffff] has been reserved +[ 0.192446] system 00:01: [io 0xffff] has been reserved +[ 0.192447] system 00:01: [io 0x1c00-0x1cfe] has been reserved +[ 0.192449] system 00:01: [io 0x1d00-0x1dfe] has been reserved +[ 0.192450] system 00:01: [io 0x1e00-0x1efe] has been reserved +[ 0.192451] system 00:01: [io 0x1f00-0x1ffe] has been reserved +[ 0.192452] system 00:01: [io 0x1800-0x18fe] could not be reserved +[ 0.192454] system 00:01: [io 0x164e-0x164f] has been reserved +[ 0.192560] system 00:03: [io 0x0a00-0x0a0f] has been reserved +[ 0.192599] system 00:04: [io 0x04d0-0x04d1] has been reserved +[ 0.193047] pnp 00:05: [dma 0 disabled] +[ 0.193380] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved +[ 0.193383] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved +[ 0.193384] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved +[ 0.193385] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved +[ 0.193386] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved +[ 0.193388] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved +[ 0.193389] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved +[ 0.193390] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved +[ 0.193392] system 00:06: [mem 0xff000000-0xffffffff] has been reserved +[ 0.193393] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved +[ 0.193394] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved +[ 0.193395] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved +[ 0.193566] pnp: PnP ACPI: found 7 devices +[ 0.199139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +[ 0.199184] NET: Registered PF_INET protocol family +[ 0.199292] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.211560] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) +[ 0.211611] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) +[ 0.211698] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) +[ 0.211874] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) +[ 0.212055] TCP: Hash tables configured (established 131072 bind 65536) +[ 0.212137] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear) +[ 0.212207] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear) +[ 0.212280] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear) +[ 0.212367] NET: Registered PF_UNIX/PF_LOCAL protocol family +[ 0.212378] NET: Registered PF_XDP protocol family +[ 0.212394] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000 +[ 0.212398] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000 +[ 0.212400] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000 +[ 0.212408] pci 0000:00:1c.4: bridge window [mem 0xdf200000-0xdf3fffff]: assigned +[ 0.212410] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]: assigned +[ 0.212413] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]: assigned +[ 0.212416] pci 0000:00:1c.0: PCI bridge to [bus 01] +[ 0.212426] pci 0000:02:00.0: PCI bridge to [bus 03] +[ 0.212442] pci 0000:00:1c.1: PCI bridge to [bus 02-03] +[ 0.212450] pci 0000:00:1c.4: PCI bridge to [bus 04] +[ 0.212453] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff] +[ 0.212457] pci 0000:00:1c.4: bridge window [mem 0xdf200000-0xdf3fffff] +[ 0.212460] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf5fffff 64bit pref] +[ 0.212466] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] +[ 0.212467] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] +[ 0.212468] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] +[ 0.212469] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000e7fff window] +[ 0.212471] pci_bus 0000:00: resource 8 [mem 0xdf200000-0xfeafffff window] +[ 0.212472] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff] +[ 0.212473] pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf3fffff] +[ 0.212474] pci_bus 0000:04: resource 2 [mem 0xdf400000-0xdf5fffff 64bit pref] +[ 0.234686] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 15783 usecs +[ 0.250686] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x740 took 15607 usecs +[ 0.250704] PCI: CLS 64 bytes, default 64 +[ 0.250725] DMAR: No ATSR found +[ 0.250725] DMAR: No SATC found +[ 0.250726] DMAR: dmar0: Using Queued invalidation +[ 0.250731] DMAR: dmar1: Using Queued invalidation +[ 0.250776] Trying to unpack rootfs image as initramfs... +[ 0.250851] pci 0000:00:02.0: Adding to iommu group 0 +[ 0.251183] pci 0000:00:00.0: Adding to iommu group 1 +[ 0.251192] pci 0000:00:03.0: Adding to iommu group 2 +[ 0.251198] pci 0000:00:14.0: Adding to iommu group 3 +[ 0.251207] pci 0000:00:16.0: Adding to iommu group 4 +[ 0.251214] pci 0000:00:19.0: Adding to iommu group 5 +[ 0.251221] pci 0000:00:1a.0: Adding to iommu group 6 +[ 0.251228] pci 0000:00:1c.0: Adding to iommu group 7 +[ 0.251235] pci 0000:00:1c.1: Adding to iommu group 8 +[ 0.251242] pci 0000:00:1c.4: Adding to iommu group 9 +[ 0.251249] pci 0000:00:1d.0: Adding to iommu group 10 +[ 0.251261] pci 0000:00:1f.0: Adding to iommu group 11 +[ 0.251268] pci 0000:00:1f.2: Adding to iommu group 11 +[ 0.251275] pci 0000:00:1f.3: Adding to iommu group 11 +[ 0.251282] pci 0000:02:00.0: Adding to iommu group 12 +[ 0.252105] DMAR: Intel(R) Virtualization Technology for Directed I/O +[ 0.252107] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 0.252108] software IO TLB: mapped [mem 0x00000000d3edb000-0x00000000d7edb000] (64MB) +[ 0.270756] Initialise system trusted keyrings +[ 0.270767] Key type blacklist registered +[ 0.270870] workingset: timestamp_bits=36 max_order=22 bucket_order=0 +[ 0.271097] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[ 0.271238] fuse: init (API version 7.44) +[ 0.271417] integrity: Platform Keyring initialized +[ 0.271419] integrity: Machine keyring initialized +[ 0.281057] Key type asymmetric registered +[ 0.281060] Asymmetric key parser 'x509' registered +[ 0.281090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) +[ 0.281196] io scheduler mq-deadline registered +[ 0.282153] ledtrig-cpu: registered to indicate activity on CPUs +[ 0.282839] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 +[ 0.283084] ACPI: button: Power Button [PWRB] +[ 0.283111] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 +[ 0.283203] ACPI: button: Power Button [PWRF] +[ 0.284008] ACPI: \_TZ_.TZ00: _AL0 evaluation failure +[ 0.284086] thermal LNXTHERM:00: registered as thermal_zone0 +[ 0.284087] ACPI: thermal: Thermal Zone [TZ00] (28 C) +[ 0.284269] thermal LNXTHERM:01: registered as thermal_zone1 +[ 0.284270] ACPI: thermal: Thermal Zone [TZ01] (30 C) +[ 0.284324] ERST: Error Record Serialization Table (ERST) support is initialized. +[ 0.284347] pstore: Using crash dump compression: deflate +[ 0.284348] pstore: Registered erst as persistent store backend +[ 0.284461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 0.305351] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A +[ 0.307438] Linux agpgart interface v0.103 +[ 0.309059] loop: module loaded +[ 0.309262] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] +[ 0.309679] scsi host0: ata_piix +[ 0.309846] scsi host1: ata_piix +[ 0.309881] ata1: SATA max UDMA/133 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf090 irq 19 lpm-pol 0 +[ 0.309885] ata2: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf098 irq 19 lpm-pol 0 +[ 0.309983] ACPI: bus type drm_connector registered +[ 0.310260] tun: Universal TUN/TAP device driver, 1.6 +[ 0.310296] PPP generic driver version 2.4.2 +[ 0.310350] i8042: PNP: No PS/2 controller found. +[ 0.310385] mousedev: PS/2 mouse device common for all mice +[ 0.310452] rtc_cmos 00:02: RTC can wake from S4 +[ 0.310680] rtc_cmos 00:02: registered as rtc0 +[ 0.310711] rtc_cmos 00:02: setting system clock to 2026-07-24T20:58:04 UTC (1784926684) +[ 0.310735] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs +[ 0.310742] i2c_dev: i2c /dev entries driver +[ 0.310898] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. +[ 0.310911] device-mapper: uevent: version 1.0.3 +[ 0.310940] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev +[ 0.310948] intel_pstate: Intel P-state driver initializing +[ 0.311269] drop_monitor: Initializing network drop monitor service +[ 0.311348] NET: Registered PF_INET6 protocol family +[ 0.311579] Segment Routing with IPv6 +[ 0.311585] In-situ OAM (IOAM) with IPv6 +[ 0.311605] NET: Registered PF_PACKET protocol family +[ 0.311628] Bridge firewalling registered +[ 0.311656] Key type dns_resolver registered +[ 0.312158] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' +[ 0.312259] microcode: Current revision: 0x00000028 +[ 0.312269] microcode: Updated early from: 0x0000001c +[ 0.312495] IPI shorthand broadcast: enabled +[ 0.313942] sched_clock: Marking stable (312001439, 1599372)->(317354175, -3753364) +[ 0.314117] registered taskstats version 1 +[ 0.314685] Loading compiled-in X.509 certificates +[ 0.315188] Loaded X.509 cert 'Build time autogenerated kernel key: 845ea0f525f9596080363f3ae23afd7a64d308b0' +[ 0.318541] Demotion targets for Node 0: null +[ 0.318672] Key type .fscrypt registered +[ 0.318674] Key type fscrypt-provisioning registered +[ 0.318725] Key type big_key registered +[ 0.684824] Freeing initrd memory: 86844K +[ 0.698054] Key type encrypted registered +[ 0.698057] AppArmor: AppArmor sha256 policy hashing enabled +[ 0.698065] ima: No TPM chip found, activating TPM-bypass! +[ 0.698072] Loading compiled-in module X.509 certificates +[ 0.698508] Loaded X.509 cert 'Build time autogenerated kernel key: 845ea0f525f9596080363f3ae23afd7a64d308b0' +[ 0.698510] ima: Allocated hash algorithm: sha256 +[ 0.698520] ima: No architecture policies found +[ 0.698530] evm: Initialising EVM extended attributes: +[ 0.698531] evm: security.selinux +[ 0.698532] evm: security.SMACK64 +[ 0.698533] evm: security.SMACK64EXEC +[ 0.698533] evm: security.SMACK64TRANSMUTE +[ 0.698534] evm: security.SMACK64MMAP +[ 0.698535] evm: security.apparmor +[ 0.698535] evm: security.ima +[ 0.698536] evm: security.capability +[ 0.698537] evm: HMAC attrs: 0x1 +[ 0.698857] PM: Magic number: 2:376:1004 +[ 0.698881] input input1: hash matches +[ 0.698898] system 00:06: hash matches +[ 0.698933] memory memory43: hash matches +[ 0.700079] RAS: Correctable Errors collector initialized. +[ 0.704063] clk: Disabling unused clocks +[ 0.704064] PM: genpd: Disabling unused power domains +[ 1.071691] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +[ 1.071706] ata2.01: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +[ 1.071853] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +[ 1.071867] ata1.01: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +[ 1.076975] ata2.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133 +[ 1.076978] ata2.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 0/32) +[ 1.077080] ata1.00: ATA-8: Hitachi HDS723020BLA642, MN6OA580, max UDMA/133 +[ 1.077084] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32) +[ 1.077174] ata2.01: ATA-8: WDC WD10EZRX-00A8LB0, 01.01A01, max UDMA/133 +[ 1.077177] ata2.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32) +[ 1.077301] ata1.01: ATA-8: HITACHI HUA723020ALA640, MK7ONS00, max UDMA/133 +[ 1.077304] ata1.01: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32) +[ 1.079977] ata2.00: configured for UDMA/133 +[ 1.082102] ata1.00: configured for UDMA/133 +[ 1.082870] ata2.01: configured for UDMA/133 +[ 1.086903] ata1.01: configured for UDMA/133 +[ 1.087051] scsi 0:0:0:0: Direct-Access ATA Hitachi HDS72302 A580 PQ: 0 ANSI: 5 +[ 1.087260] sd 0:0:0:0: Attached scsi generic sg0 type 0 +[ 1.087278] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) +[ 1.087287] sd 0:0:0:0: [sda] Write Protect is off +[ 1.087289] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 +[ 1.087298] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 1.087313] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes +[ 1.087368] scsi 0:0:1:0: Direct-Access ATA HITACHI HUA72302 NS00 PQ: 0 ANSI: 5 +[ 1.087514] sd 0:0:1:0: Attached scsi generic sg1 type 0 +[ 1.087572] sd 0:0:1:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) +[ 1.087580] sd 0:0:1:0: [sdb] Write Protect is off +[ 1.087583] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 +[ 1.087591] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA +[ 1.087592] scsi 1:0:0:0: Direct-Access ATA WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5 +[ 1.087625] sd 0:0:1:0: [sdb] Preferred minimum I/O size 512 bytes +[ 1.087760] sd 1:0:0:0: Attached scsi generic sg2 type 0 +[ 1.087785] sd 1:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB) +[ 1.087788] sd 1:0:0:0: [sdc] 4096-byte physical blocks +[ 1.087795] sd 1:0:0:0: [sdc] Write Protect is off +[ 1.087799] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00 +[ 1.087819] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 1.087835] sd 1:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes +[ 1.087859] scsi 1:0:1:0: Direct-Access ATA WDC WD10EZRX-00A 1A01 PQ: 0 ANSI: 5 +[ 1.088040] scsi 1:0:1:0: Attached scsi generic sg3 type 0 +[ 1.088092] sd 1:0:1:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) +[ 1.088094] sd 1:0:1:0: [sdd] 4096-byte physical blocks +[ 1.088133] sd 1:0:1:0: [sdd] Write Protect is off +[ 1.088134] sd 1:0:1:0: [sdd] Mode Sense: 00 3a 00 00 +[ 1.088147] sd 1:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 1.088168] sd 1:0:1:0: [sdd] Preferred minimum I/O size 4096 bytes +[ 1.102673] sda: sda1 +[ 1.102730] sd 0:0:0:0: [sda] Attached SCSI disk +[ 1.105889] sd 0:0:1:0: [sdb] Attached SCSI disk +[ 1.244394] sdd: sdd1 sdd2 sdd3 +[ 1.244651] sd 1:0:1:0: [sdd] Attached SCSI disk +[ 1.244653] sdc: sdc1 +[ 1.244728] sd 1:0:0:0: [sdc] Attached SCSI disk +[ 1.245816] Freeing unused decrypted memory: 2028K +[ 1.246381] Freeing unused kernel image (initmem) memory: 4948K +[ 1.246444] Write protecting the kernel read-only data: 38912k +[ 1.246936] Freeing unused kernel image (text/rodata gap) memory: 1124K +[ 1.247260] Freeing unused kernel image (rodata/data gap) memory: 1436K +[ 1.283266] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 1.283267] x86/mm: Checking user space page tables +[ 1.317794] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 1.317804] tsc: Refined TSC clocksource calibration: 3491.913 MHz +[ 1.317809] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns +[ 1.317809] Run /init as init process +[ 1.317822] with arguments: +[ 1.317824] /init +[ 1.317826] with environment: +[ 1.317827] HOME=/ +[ 1.317828] TERM=linux +[ 1.317835] clocksource: Switched to clocksource tsc +[ 1.478452] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20250404/utaddress-204) +[ 1.478463] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 1.478466] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) +[ 1.478472] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 1.478474] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204) +[ 1.478478] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) +[ 1.478483] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 1.478485] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204) +[ 1.478490] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204) +[ 1.478494] ACPI: OSL: Resource conflict; ACPI support missing from driver? +[ 1.478495] lpc_ich: Resource conflict(s) found affecting gpio_ich +[ 1.480712] ehci-pci 0000:00:1a.0: EHCI Host Controller +[ 1.480720] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 +[ 1.480734] ehci-pci 0000:00:1a.0: debug port 2 +[ 1.483677] e1000e: Intel(R) PRO/1000 Network Driver +[ 1.483681] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. +[ 1.483891] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode +[ 1.484677] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c37000 +[ 1.490664] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 +[ 1.490734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 1.490738] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.490740] usb usb1: Product: EHCI Host Controller +[ 1.490742] usb usb1: Manufacturer: Linux 6.17.9-1-pve ehci_hcd +[ 1.490744] usb usb1: SerialNumber: 0000:00:1a.0 +[ 1.490883] hub 1-0:1.0: USB hub found +[ 1.490889] hub 1-0:1.0: 2 ports detected +[ 1.491105] ehci-pci 0000:00:1d.0: EHCI Host Controller +[ 1.491126] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 +[ 1.491138] ehci-pci 0000:00:1d.0: debug port 2 +[ 1.495214] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c36000 +[ 1.500616] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 +[ 1.502053] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 1.502058] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.502060] usb usb2: Product: EHCI Host Controller +[ 1.502063] usb usb2: Manufacturer: Linux 6.17.9-1-pve ehci_hcd +[ 1.502065] usb usb2: SerialNumber: 0000:00:1d.0 +[ 1.502248] hub 2-0:1.0: USB hub found +[ 1.502262] hub 2-0:1.0: 2 ports detected +[ 1.504051] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.504058] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 +[ 1.505143] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 +[ 1.505386] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 1.505389] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 +[ 1.505392] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed +[ 1.505455] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 1.505459] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.505462] usb usb3: Product: xHCI Host Controller +[ 1.505464] usb usb3: Manufacturer: Linux 6.17.9-1-pve xhci-hcd +[ 1.505465] usb usb3: SerialNumber: 0000:00:14.0 +[ 1.505590] hub 3-0:1.0: USB hub found +[ 1.505624] hub 3-0:1.0: 15 ports detected +[ 1.506711] i801_smbus 0000:00:1f.3: SPD Write Disable is set +[ 1.506732] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt +[ 1.511094] i2c i2c-0: Successfully instantiated SPD at 0x50 +[ 1.511369] i2c i2c-0: Successfully instantiated SPD at 0x51 +[ 1.511653] i2c i2c-0: Successfully instantiated SPD at 0x52 +[ 1.511988] i2c i2c-0: Successfully instantiated SPD at 0x53 +[ 1.513000] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17 +[ 1.513003] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 1.513004] usb usb4: Product: xHCI Host Controller +[ 1.513006] usb usb4: Manufacturer: Linux 6.17.9-1-pve xhci-hcd +[ 1.513007] usb usb4: SerialNumber: 0000:00:14.0 +[ 1.513121] hub 4-0:1.0: USB hub found +[ 1.513140] hub 4-0:1.0: 6 ports detected +[ 1.554276] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock +[ 1.618492] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 98:90:96:c4:96:9a +[ 1.618496] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection +[ 1.618540] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF +[ 1.619678] e1000e 0000:00:19.0 eno1: renamed from eth0 +[ 1.727652] usb 1-1: new high-speed USB device number 2 using ehci-pci +[ 1.735627] usb 2-1: new high-speed USB device number 2 using ehci-pci +[ 1.833841] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd +[ 1.847573] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.43 +[ 1.847577] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1.847578] usb 4-1: Product: USB3.0 Hub +[ 1.847579] usb 4-1: Manufacturer: VIA Labs, Inc. +[ 1.848866] hub 4-1:1.0: USB hub found +[ 1.849034] hub 4-1:1.0: 4 ports detected +[ 1.853110] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04 +[ 1.853113] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 1.853437] hub 1-1:1.0: USB hub found +[ 1.853596] hub 1-1:1.0: 6 ports detected +[ 1.862006] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04 +[ 1.862010] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 1.862297] hub 2-1:1.0: USB hub found +[ 1.862357] hub 2-1:1.0: 8 ports detected +[ 1.965444] usb 4-2: new SuperSpeed USB device number 3 using xhci_hcd +[ 1.988925] usb 4-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 0.01 +[ 1.988929] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1.988930] usb 4-2: Product: USB3.2 Hub +[ 1.988932] usb 4-2: Manufacturer: Generic +[ 1.992620] hub 4-2:1.0: USB hub found +[ 1.993785] hub 4-2:1.0: 4 ports detected +[ 2.137636] usb 1-1.2: new high-speed USB device number 3 using ehci-pci +[ 2.225252] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 2.225255] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 2.225256] usb 1-1.2: Product: USB 2.0 Hub +[ 2.225519] hub 1-1.2:1.0: USB hub found +[ 2.225594] hub 1-1.2:1.0: 4 ports detected +[ 2.283325] usb 4-2.1: new SuperSpeed USB device number 4 using xhci_hcd +[ 2.299639] usb 1-1.5: new high-speed USB device number 4 using ehci-pci +[ 2.307367] usb 4-2.1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 0.01 +[ 2.307371] usb 4-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.307372] usb 4-2.1: Product: USB3.2 Hub +[ 2.307374] usb 4-2.1: Manufacturer: Generic +[ 2.312380] hub 4-2.1:1.0: USB hub found +[ 2.314860] hub 4-2.1:1.0: 4 ports detected +[ 2.374864] usb 4-1.4: new SuperSpeed USB device number 5 using xhci_hcd +[ 2.377621] usb 1-1.5: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.43 +[ 2.377624] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.377626] usb 1-1.5: Product: USB2.0 Hub +[ 2.377627] usb 1-1.5: Manufacturer: VIA Labs, Inc. +[ 2.378021] hub 1-1.5:1.0: USB hub found +[ 2.378243] hub 1-1.5:1.0: 4 ports detected +[ 2.388330] usb 4-1.4: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.43 +[ 2.388333] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.388334] usb 4-1.4: Product: USB3.0 Hub +[ 2.388336] usb 4-1.4: Manufacturer: VIA Labs, Inc. +[ 2.450674] hub 4-1.4:1.0: USB hub found +[ 2.450892] hub 4-1.4:1.0: 4 ports detected +[ 2.458865] usb 4-2.2: new SuperSpeed USB device number 6 using xhci_hcd +[ 2.583642] usb 1-1.6: new high-speed USB device number 5 using ehci-pci +[ 2.609762] usb 4-2.1.3: new SuperSpeed USB device number 7 using xhci_hcd +[ 2.621660] usb 4-2.1.3: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00 +[ 2.621664] usb 4-2.1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1 +[ 2.621666] usb 4-2.1.3: Product: ThinkPlus +[ 2.621667] usb 4-2.1.3: Manufacturer: SSD +[ 2.621668] usb 4-2.1.3: SerialNumber: AAAABBBB000C +[ 2.626031] usbcore: registered new interface driver usb-storage +[ 2.630172] scsi host2: uas +[ 2.630241] usbcore: registered new interface driver uas +[ 2.630765] scsi 2:0:0:0: Direct-Access SSD ThinkPlus 0 PQ: 0 ANSI: 6 +[ 2.633469] sd 2:0:0:0: Attached scsi generic sg4 type 0 +[ 2.634254] sd 2:0:0:0: [sde] 1000215216 512-byte logical blocks: (512 GB/477 GiB) +[ 2.634386] sd 2:0:0:0: [sde] Write Protect is off +[ 2.634388] sd 2:0:0:0: [sde] Mode Sense: 43 00 00 00 +[ 2.634585] sd 2:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 2.662884] sd 2:0:0:0: [sde] Preferred minimum I/O size 512 bytes +[ 2.662898] sd 2:0:0:0: [sde] Optimal transfer size 33553920 bytes +[ 2.683252] usb 1-1.6: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 0.01 +[ 2.683257] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.683259] usb 1-1.6: Product: USB2.1 Hub +[ 2.683260] usb 1-1.6: Manufacturer: Generic +[ 2.684055] hub 1-1.6:1.0: USB hub found +[ 2.686250] hub 1-1.6:1.0: 4 ports detected +[ 2.690325] sde: sde1 +[ 2.690406] sd 2:0:0:0: [sde] Attached SCSI disk +[ 2.745953] usb 4-2.2: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 +[ 2.745968] usb 4-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 2.745970] usb 4-2.2: Product: AX88179A +[ 2.745971] usb 4-2.2: Manufacturer: ASIX +[ 2.745972] usb 4-2.2: SerialNumber: 00000000004885 +[ 2.811987] usbcore: registered new interface driver cdc_ether +[ 2.872834] usb 4-2.3: new SuperSpeed USB device number 8 using xhci_hcd +[ 2.912077] usb 4-2.3: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04 +[ 2.912080] usb 4-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.912082] usb 4-2.3: Product: USB3.0 Hub +[ 2.912083] usb 4-2.3: Manufacturer: VIA Labs, Inc. +[ 2.923620] hub 4-2.3:1.0: USB hub found +[ 2.923766] hub 4-2.3:1.0: 4 ports detected +[ 2.970622] usb 1-1.6.1: new high-speed USB device number 6 using ehci-pci +[ 2.974662] usb 4-1.4.2: new SuperSpeed USB device number 9 using xhci_hcd +[ 2.986269] usb 4-1.4.2: New USB device found, idVendor=1058, idProduct=2647, bcdDevice=10.23 +[ 2.986271] usb 4-1.4.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 +[ 2.986273] usb 4-1.4.2: Product: easystore 2647 +[ 2.986274] usb 4-1.4.2: Manufacturer: Western Digital +[ 2.986275] usb 4-1.4.2: SerialNumber: 57583532443431524C4B3846 +[ 2.988626] usb-storage 4-1.4.2:1.0: USB Mass Storage device detected +[ 2.988961] scsi host3: usb-storage 4-1.4.2:1.0 +[ 3.010813] cdc_ncm 4-2.2:2.0: MAC-Address: 8c:ae:4c:cd:a9:26 +[ 3.010816] cdc_ncm 4-2.2:2.0: setting rx_max = 16384 +[ 3.023828] cdc_ncm 4-2.2:2.0: setting tx_max = 16384 +[ 3.033975] cdc_ncm 4-2.2:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-2.2, CDC NCM (NO ZLP), 8c:ae:4c:cd:a9:26 +[ 3.048523] usbcore: registered new interface driver cdc_ncm +[ 3.050595] cdc_ncm 4-2.2:2.0 enx8cae4ccda926: renamed from eth0 +[ 3.053181] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown. +[ 3.070640] usb 1-1.6.1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 0.01 +[ 3.070644] usb 1-1.6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 3.070646] usb 1-1.6.1: Product: USB2.1 Hub +[ 3.070647] usb 1-1.6.1: Manufacturer: Generic +[ 3.071277] hub 1-1.6.1:1.0: USB hub found +[ 3.072252] hub 1-1.6.1:1.0: 4 ports detected +[ 3.093831] usb 4-2.4: new SuperSpeed USB device number 10 using xhci_hcd +[ 3.111932] usb 4-2.4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 +[ 3.111936] usb 4-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 3.111937] usb 4-2.4: Product: AX88179B +[ 3.111938] usb 4-2.4: Manufacturer: ASIX +[ 3.111940] usb 4-2.4: SerialNumber: 00000000000102 +[ 3.142622] raid6: avx2x4 gen() 36067 MB/s +[ 3.159620] raid6: avx2x2 gen() 34895 MB/s +[ 3.166232] cdc_ncm 4-2.4:2.0: MAC-Address: 80:ae:4c:cd:ec:03 +[ 3.166235] cdc_ncm 4-2.4:2.0: setting rx_max = 16384 +[ 3.166524] cdc_ncm 4-2.4:2.0: setting tx_max = 16384 +[ 3.166940] cdc_ncm 4-2.4:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-2.4, CDC NCM (NO ZLP), 80:ae:4c:cd:ec:03 +[ 3.171900] cdc_ncm 4-2.4:2.0 enx80ae4ccdec03: renamed from eth0 +[ 3.176617] raid6: avx2x1 gen() 30750 MB/s +[ 3.176619] raid6: using algorithm avx2x4 gen() 36067 MB/s +[ 3.190629] usb 1-1.5.4: new high-speed USB device number 7 using ehci-pci +[ 3.193621] raid6: .... xor() 12142 MB/s, rmw enabled +[ 3.193622] raid6: using avx2x2 recovery algorithm +[ 3.194673] xor: automatically using best checksumming function avx +[ 3.195515] async_tx: api initialized (async) +[ 3.332488] usb 1-1.5.4: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.43 +[ 3.332492] usb 1-1.5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 3.332494] usb 1-1.5.4: Product: USB2.0 Hub +[ 3.332495] usb 1-1.5.4: Manufacturer: VIA Labs, Inc. +[ 3.332899] hub 1-1.5.4:1.0: USB hub found +[ 3.333098] hub 1-1.5.4:1.0: 4 ports detected +[ 3.361443] Btrfs loaded, zoned=yes, fsverity=yes +[ 3.404627] usb 1-1.6.3: new high-speed USB device number 8 using ehci-pci +[ 3.493494] usb 1-1.6.3: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04 +[ 3.493499] usb 1-1.6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 3.493501] usb 1-1.6.3: Product: USB2.0 Hub +[ 3.493502] usb 1-1.6.3: Manufacturer: VIA Labs, Inc. +[ 3.493771] hub 1-1.6.3:1.0: USB hub found +[ 3.494000] hub 1-1.6.3:1.0: 4 ports detected +[ 3.534002] usb 1-1.2: USB disconnect, device number 3 +[ 3.544875] usb 4-2.3.3: new SuperSpeed USB device number 11 using xhci_hcd +[ 3.585054] usb 4-2.3.3: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04 +[ 3.585057] usb 4-2.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 3.585059] usb 4-2.3.3: Product: USB3.0 Hub +[ 3.585060] usb 4-2.3.3: Manufacturer: VIA Labs, Inc. +[ 3.586147] hub 4-2.3.3:1.0: USB hub found +[ 3.586323] hub 4-2.3.3:1.0: 4 ports detected +[ 3.654545] EXT4-fs (dm-1): orphan cleanup on readonly fs +[ 3.654924] EXT4-fs (dm-1): mounted filesystem fe418106-acca-4171-8fba-1f4fa2c48260 ro with ordered data mode. Quota mode: none. +[ 4.035661] usb 1-1.5.4.1: new full-speed USB device number 9 using ehci-pci +[ 4.040347] scsi 3:0:0:0: Direct-Access WD easystore 2647 1023 PQ: 0 ANSI: 6 +[ 4.040679] scsi 3:0:0:1: Enclosure WD SES Device 1023 PQ: 0 ANSI: 6 +[ 4.044024] sd 3:0:0:0: Attached scsi generic sg5 type 0 +[ 4.044161] sd 3:0:0:0: [sdf] Very big device. Trying to use READ CAPACITY(16). +[ 4.044183] scsi 3:0:0:1: Attached scsi generic sg6 type 13 +[ 4.044458] sd 3:0:0:0: [sdf] 9767475200 512-byte logical blocks: (5.00 TB/4.55 TiB) +[ 4.044460] sd 3:0:0:0: [sdf] 4096-byte physical blocks +[ 4.044737] sd 3:0:0:0: [sdf] Write Protect is off +[ 4.044739] sd 3:0:0:0: [sdf] Mode Sense: 47 00 10 08 +[ 4.045017] sd 3:0:0:0: [sdf] No Caching mode page found +[ 4.045019] sd 3:0:0:0: [sdf] Assuming drive cache: write through +[ 4.076295] sdf: sdf1 +[ 4.076359] sd 3:0:0:0: [sdf] Attached SCSI disk +[ 4.172503] usb 1-1.5.4.1: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00 +[ 4.172507] usb 1-1.5.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 4.172508] usb 1-1.5.4.1: Product: USB-Serial Controller D +[ 4.172510] usb 1-1.5.4.1: Manufacturer: Prolific Technology Inc. +[ 4.294658] usb 1-1.6.3.1: new full-speed USB device number 10 using ehci-pci +[ 4.432028] usb 1-1.6.3.1: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00 +[ 4.432032] usb 1-1.6.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 4.432044] usb 1-1.6.3.1: Product: USB-Serial Controller D +[ 4.432045] usb 1-1.6.3.1: Manufacturer: Prolific Technology Inc. +[ 4.443299] systemd[1]: Inserted module 'autofs4' +[ 4.545106] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) +[ 4.545112] systemd[1]: Detected architecture x86-64. +[ 4.554652] usb 1-1.5.4.4: new full-speed USB device number 11 using ehci-pci +[ 4.563595] systemd[1]: Hostname set to . +[ 4.637944] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. +[ 4.692879] usb 1-1.5.4.4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00 +[ 4.692883] usb 1-1.5.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 4.692885] usb 1-1.5.4.4: Product: USB-Serial Controller +[ 4.692886] usb 1-1.5.4.4: Manufacturer: Prolific Technology Inc. +[ 4.813665] usb 1-1.6.3.2: new full-speed USB device number 12 using ehci-pci +[ 4.952278] usb 1-1.6.3.2: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00 +[ 4.952282] usb 1-1.6.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 4.952294] usb 1-1.6.3.2: Product: USB-Serial Controller +[ 4.952295] usb 1-1.6.3.2: Manufacturer: Prolific Technology Inc. +[ 5.075624] usb 1-1.6.3.3: new high-speed USB device number 13 using ehci-pci +[ 5.213686] usb 1-1.6.3.3: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04 +[ 5.213690] usb 1-1.6.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 5.213691] usb 1-1.6.3.3: Product: USB2.0 Hub +[ 5.213693] usb 1-1.6.3.3: Manufacturer: VIA Labs, Inc. +[ 5.214193] hub 1-1.6.3.3:1.0: USB hub found +[ 5.214526] hub 1-1.6.3.3:1.0: 4 ports detected +[ 5.459660] usb 1-1.6.3.4: new full-speed USB device number 14 using ehci-pci +[ 5.598404] usb 1-1.6.3.4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00 +[ 5.598408] usb 1-1.6.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 5.598420] usb 1-1.6.3.4: Product: USB-Serial Controller +[ 5.598422] usb 1-1.6.3.4: Manufacturer: Prolific Technology Inc. +[ 5.621131] systemd[1]: Queued start job for default target graphical.target. +[ 5.643340] systemd[1]: Created slice system-getty.slice - Slice /system/getty. +[ 5.643760] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. +[ 5.644119] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. +[ 5.644631] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. +[ 5.644888] systemd[1]: Created slice user.slice - User and Session Slice. +[ 5.644941] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. +[ 5.644979] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. +[ 5.645122] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. +[ 5.645143] systemd[1]: Expecting device dev-disk-by\x2duuid-1bb5976a\x2da9b9\x2d467d\x2dbdc1\x2daecf3810590b.device - /dev/disk/by-uuid/1bb5976a-a9b9-467d-bdc1-aecf3810590b... +[ 5.645149] systemd[1]: Expecting device dev-disk-by\x2duuid-3898f700\x2d297d\x2d4a6b\x2da449\x2d71ccf7b22047.device - /dev/disk/by-uuid/3898f700-297d-4a6b-a449-71ccf7b22047... +[ 5.645155] systemd[1]: Expecting device dev-disk-by\x2duuid-49bd1b9e\x2df31c\x2d4f0a\x2d9790\x2d5b4b330c5708.device - /dev/disk/by-uuid/49bd1b9e-f31c-4f0a-9790-5b4b330c5708... +[ 5.645160] systemd[1]: Expecting device dev-disk-by\x2duuid-b53dcfc5\x2d02f4\x2d4b80\x2dbf72\x2d33feb8b03f09.device - /dev/disk/by-uuid/b53dcfc5-02f4-4b80-bf72-33feb8b03f09... +[ 5.645165] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... +[ 5.645174] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. +[ 5.645185] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. +[ 5.645211] systemd[1]: Reached target network-pre.target - Preparation for Network. +[ 5.645227] systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. +[ 5.645234] systemd[1]: Reached target paths.target - Path Units. +[ 5.645258] systemd[1]: Reached target slices.target - Slice Units. +[ 5.645339] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. +[ 5.645394] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. +[ 5.648253] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. +[ 5.649020] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. +[ 5.649101] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. +[ 5.649194] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). +[ 5.649288] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. +[ 5.649318] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). +[ 5.649332] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). +[ 5.649404] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. +[ 5.649454] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. +[ 5.657308] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... +[ 5.658012] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... +[ 5.658090] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. +[ 5.658786] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... +[ 5.659462] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... +[ 5.660475] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... +[ 5.660531] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). +[ 5.661849] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... +[ 5.663082] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... +[ 5.664314] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... +[ 5.665496] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... +[ 5.666701] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... +[ 5.667841] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... +[ 5.668612] usb 1-1.2: new high-speed USB device number 15 using ehci-pci +[ 5.668968] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... +[ 5.669324] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). +[ 5.669391] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). +[ 5.671962] systemd[1]: Starting systemd-journald.service - Journal Service... +[ 5.710757] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... +[ 5.710777] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). +[ 5.711665] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... +[ 5.711712] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). +[ 5.712494] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... +[ 5.713304] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... +[ 5.720018] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. +[ 5.720510] systemd[1]: modprobe@configfs.service: Deactivated successfully. +[ 5.720750] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. +[ 5.720990] systemd[1]: modprobe@drm.service: Deactivated successfully. +[ 5.721132] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. +[ 5.721328] systemd[1]: modprobe@fuse.service: Deactivated successfully. +[ 5.721443] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. +[ 5.722302] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... +[ 5.723002] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... +[ 5.723873] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... +[ 5.741489] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. +[ 5.741647] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. +[ 5.760224] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 5.760227] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 5.760229] usb 1-1.2: Product: USB 2.0 Hub +[ 5.760514] hub 1-1.2:1.0: USB hub found +[ 5.760597] hub 1-1.2:1.0: 4 ports detected +[ 5.909431] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. +[ 5.913517] systemd-journald[394]: Collecting audit messages is disabled. +[ 5.916630] usb 1-1.6.3.3.1: new full-speed USB device number 16 using ehci-pci +[ 6.020147] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. +[ 6.055625] usb 1-1.6.3.3.1: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00 +[ 6.055630] usb 1-1.6.3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 6.055633] usb 1-1.6.3.3.1: Product: USB-Serial Controller +[ 6.055635] usb 1-1.6.3.3.1: Manufacturer: Prolific Technology Inc. +[ 6.067271] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown... +[ 6.068155] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization... +[ 6.069075] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. +[ 6.069171] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. +[ 6.069242] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. +[ 6.069314] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. +[ 6.069381] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. +[ 6.069449] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. +[ 6.069515] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. +[ 6.085290] systemd[1]: Started systemd-journald.service - Journal Service. +[ 6.090526] EXT4-fs (dm-1): re-mounted fe418106-acca-4171-8fba-1f4fa2c48260 r/w. +[ 6.179681] usb 1-1.6.3.3.2: new full-speed USB device number 17 using ehci-pci +[ 6.196341] systemd-journald[394]: Received client request to flush runtime journal. +[ 6.317030] usb 1-1.6.3.3.2: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00 +[ 6.317034] usb 1-1.6.3.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 6.317046] usb 1-1.6.3.3.2: Product: USB-Serial Controller D +[ 6.317047] usb 1-1.6.3.3.2: Manufacturer: Prolific Technology Inc. +[ 6.440640] usb 1-1.6.3.3.3: new full-speed USB device number 18 using ehci-pci +[ 6.578023] usb 1-1.6.3.3.3: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00 +[ 6.578026] usb 1-1.6.3.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 6.578028] usb 1-1.6.3.3.3: Product: USB-Serial Controller D +[ 6.578029] usb 1-1.6.3.3.3: Manufacturer: Prolific Technology Inc. +[ 6.606007] usb 1-1.2: USB disconnect, device number 15 +[ 6.701659] usb 1-1.6.3.3.4: new full-speed USB device number 19 using ehci-pci +[ 6.830166] spl: loading out-of-tree module taints kernel. +[ 7.083638] usb 1-1.6.3.3.4: device descriptor read/64, error -32 +[ 7.127707] zfs: module license 'CDDL' taints kernel. +[ 7.127712] Disabling lock debugging due to kernel taint +[ 7.127729] zfs: module license taints kernel. +[ 7.329866] usb 1-1.6.3.3.4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00 +[ 7.329872] usb 1-1.6.3.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 7.329875] usb 1-1.6.3.3.4: Product: USB-Serial Controller +[ 7.329877] usb 1-1.6.3.3.4: Manufacturer: Prolific Technology Inc. +[ 7.711529] ZFS: Loaded module v2.4.0-pve1, ZFS pool version 5000, ZFS filesystem version 5 +[ 8.067618] RPC: Registered named UNIX socket transport module. +[ 8.067622] RPC: Registered udp transport module. +[ 8.067622] RPC: Registered tcp transport module. +[ 8.067623] RPC: Registered tcp-with-tls transport module. +[ 8.067624] RPC: Registered tcp NFSv4.1 backchannel transport module. +[ 10.167987] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED) +[ 10.220298] usbcore: registered new interface driver usbserial_generic +[ 10.220312] usbserial: USB Serial support registered for generic +[ 10.311918] usbcore: registered new interface driver cdc_wdm +[ 10.525433] usbcore: registered new interface driver pl2303 +[ 10.525444] usbserial: USB Serial support registered for pl2303 +[ 10.525464] pl2303 1-1.5.4.1:1.0: pl2303 converter detected +[ 10.527346] usb 1-1.5.4.1: pl2303 converter now attached to ttyUSB0 +[ 10.527381] pl2303 1-1.6.3.1:1.0: pl2303 converter detected +[ 10.528913] usb 1-1.6.3.1: pl2303 converter now attached to ttyUSB1 +[ 10.528930] pl2303 1-1.5.4.4:1.0: pl2303 converter detected +[ 10.530958] usb 1-1.5.4.4: pl2303 converter now attached to ttyUSB2 +[ 10.530977] pl2303 1-1.6.3.2:1.0: pl2303 converter detected +[ 10.532675] usb 1-1.6.3.2: pl2303 converter now attached to ttyUSB3 +[ 10.532692] pl2303 1-1.6.3.4:1.0: pl2303 converter detected +[ 10.534443] usb 1-1.6.3.4: pl2303 converter now attached to ttyUSB4 +[ 10.534459] pl2303 1-1.6.3.3.1:1.0: pl2303 converter detected +[ 10.536967] usb 1-1.6.3.3.1: pl2303 converter now attached to ttyUSB5 +[ 10.536988] pl2303 1-1.6.3.3.2:1.0: pl2303 converter detected +[ 10.539452] usb 1-1.6.3.3.2: pl2303 converter now attached to ttyUSB6 +[ 10.539471] pl2303 1-1.6.3.3.3:1.0: pl2303 converter detected +[ 10.541715] usb 1-1.6.3.3.3: pl2303 converter now attached to ttyUSB7 +[ 10.541735] pl2303 1-1.6.3.3.4:1.0: pl2303 converter detected +[ 10.544217] usb 1-1.6.3.3.4: pl2303 converter now attached to ttyUSB8 +[ 10.547566] at24 0-0050: supply vcc not found, using dummy regulator +[ 10.549040] at24 0-0050: 256 byte spd EEPROM, read-only +[ 10.549069] at24 0-0051: supply vcc not found, using dummy regulator +[ 10.550510] at24 0-0051: 256 byte spd EEPROM, read-only +[ 10.550528] at24 0-0052: supply vcc not found, using dummy regulator +[ 10.551998] at24 0-0052: 256 byte spd EEPROM, read-only +[ 10.552014] at24 0-0053: supply vcc not found, using dummy regulator +[ 10.553531] at24 0-0053: 256 byte spd EEPROM, read-only +[ 10.826298] usbcore: registered new interface driver cdc_mbim +[ 11.011635] e1000e 0000:00:19.0 nic0: renamed from eno1 +[ 11.140459] spi-nor spi0.0: supply vcc not found, using dummy regulator +[ 11.509064] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer +[ 11.509070] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules +[ 11.509072] RAPL PMU: hw unit of domain package 2^-14 Joules +[ 11.509073] RAPL PMU: hw unit of domain dram 2^-14 Joules +[ 11.509074] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules +[ 11.699694] Creating 1 MTD partitions on "intel-spi": +[ 11.699698] 0x000000000000-0x000000800000 : "BIOS" +[ 11.701466] spi-nor spi0.1: supply vcc not found, using dummy regulator +[ 11.702928] Creating 1 MTD partitions on "intel-spi-chip1": +[ 11.702931] 0x000000000000-0x000000400000 : "BIOS1" +[ 11.754617] scsi 3:0:0:1: Wrong diagnostic page; asked for 1 got 8 +[ 11.754621] scsi 3:0:0:1: Failed to get diagnostic page 0x1 +[ 11.754623] scsi 3:0:0:1: Failed to bind enclosure -19 +[ 11.754637] ses 3:0:0:1: Attached Enclosure device +[ 11.903642] usb 1-1.2: new high-speed USB device number 20 using ehci-pci +[ 11.991263] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 11.991267] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 11.991268] usb 1-1.2: Product: USB 2.0 Hub +[ 11.991663] hub 1-1.2:1.0: USB hub found +[ 11.991730] hub 1-1.2:1.0: 4 ports detected +[ 12.456612] input: PC Speaker as /devices/platform/pcspkr/input/input2 +[ 12.845593] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) +[ 14.784442] EXT4-fs (sde1): mounted filesystem b53dcfc5-02f4-4b80-bf72-33feb8b03f09 r/w with ordered data mode. Quota mode: none. +[ 14.830770] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k +[ 14.848288] i915 0000:00:02.0: [drm] Found haswell (device ID 041a) integrated display version 7.00 stepping N/A +[ 14.848524] i915 0000:00:02.0: [drm] VT-d active for gfx access +[ 14.848551] i915 0000:00:02.0: vgaarb: deactivate vga console +[ 14.848995] Console: switching to colour dummy device 80x25 +[ 14.849105] i915 0000:00:02.0: [drm] Using Transparent Hugepages +[ 14.849109] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory +[ 14.849720] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[ 14.866630] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic +[ 14.866634] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0 +[ 14.868112] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) +[ 14.868319] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3 +[ 14.891725] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 14.926937] intel_rapl_common: Found RAPL domain package +[ 14.926939] intel_rapl_common: Found RAPL domain core +[ 14.926940] intel_rapl_common: Found RAPL domain uncore +[ 14.926941] intel_rapl_common: Found RAPL domain dram +[ 14.926958] intel_rapl_common: package-0:package:long_term locked by BIOS +[ 14.926960] intel_rapl_common: package-0:package:short_term locked by BIOS +[ 14.931884] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915]) +[ 14.944745] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 14.957673] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes +[ 14.963820] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input4 +[ 14.963870] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input5 +[ 14.963904] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input6 +[ 14.991480] EXT4-fs (sdc1): mounted filesystem 1bb5976a-a9b9-467d-bdc1-aecf3810590b r/w with ordered data mode. Quota mode: none. +[ 15.152657] EXT4-fs (sdb): mounted filesystem 3898f700-297d-4a6b-a449-71ccf7b22047 r/w with ordered data mode. Quota mode: none. +[ 17.358019] usb 1-1.2: USB disconnect, device number 20 +[ 55.655103] EXT4-fs (sdf1): mounted filesystem 49bd1b9e-f31c-4f0a-9790-5b4b330c5708 r/w with ordered data mode. Quota mode: none. +[ 62.405642] vmbr0: port 1(nic0) entered blocking state +[ 62.405646] vmbr0: port 1(nic0) entered disabled state +[ 62.405662] e1000e 0000:00:19.0 nic0: entered allmulticast mode +[ 62.405701] e1000e 0000:00:19.0 nic0: entered promiscuous mode +[ 65.395789] e1000e 0000:00:19.0 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[ 65.395829] vmbr0: port 1(nic0) entered blocking state +[ 65.395832] vmbr0: port 1(nic0) entered forwarding state +[ 116.474471] datanet: port 1(enx8cae4ccda926) entered blocking state +[ 116.474475] datanet: port 1(enx8cae4ccda926) entered disabled state +[ 116.474488] cdc_ncm 4-2.2:2.0 enx8cae4ccda926: entered allmulticast mode +[ 116.474543] cdc_ncm 4-2.2:2.0 enx8cae4ccda926: entered promiscuous mode +[ 116.803095] datanet: port 1(enx8cae4ccda926) entered blocking state +[ 116.803101] datanet: port 1(enx8cae4ccda926) entered forwarding state +[ 118.981050] audit: type=1400 audit(1784926803.169:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-copy" pid=1262 comm="apparmor_parser" +[ 119.141724] audit: type=1400 audit(1784926803.330:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=1300 comm="apparmor_parser" +[ 119.554013] audit: type=1400 audit(1784926803.742:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=1318 comm="apparmor_parser" +[ 119.554019] audit: type=1400 audit(1784926803.742:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=1318 comm="apparmor_parser" +[ 119.554020] audit: type=1400 audit(1784926803.742:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=1318 comm="apparmor_parser" +[ 119.554021] audit: type=1400 audit(1784926803.742:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=1318 comm="apparmor_parser" +[ 127.558692] NFSD: Using nfsdcld client tracking operations. +[ 127.558696] NFSD: starting 90-second grace period (net effffff9) +[ 129.681303] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. +[ 130.289797] tap400i0: entered promiscuous mode +[ 130.362352] vmbr0: port 2(fwpr400p0) entered blocking state +[ 130.362357] vmbr0: port 2(fwpr400p0) entered disabled state +[ 130.362368] fwpr400p0: entered allmulticast mode +[ 130.362422] fwpr400p0: entered promiscuous mode +[ 130.362467] vmbr0: port 2(fwpr400p0) entered blocking state +[ 130.362470] vmbr0: port 2(fwpr400p0) entered forwarding state +[ 130.369811] fwbr400i0: port 1(fwln400i0) entered blocking state +[ 130.369815] fwbr400i0: port 1(fwln400i0) entered disabled state +[ 130.369831] fwln400i0: entered allmulticast mode +[ 130.369869] fwln400i0: entered promiscuous mode +[ 130.369940] fwbr400i0: port 1(fwln400i0) entered blocking state +[ 130.369943] fwbr400i0: port 1(fwln400i0) entered forwarding state +[ 130.377204] fwbr400i0: port 2(tap400i0) entered blocking state +[ 130.377208] fwbr400i0: port 2(tap400i0) entered disabled state +[ 130.377223] tap400i0: entered allmulticast mode +[ 130.377288] fwbr400i0: port 2(tap400i0) entered blocking state +[ 130.377290] fwbr400i0: port 2(tap400i0) entered forwarding state +[ 130.536262] NFSD: all clients done reclaiming, ending NFSv4 grace period (net effffff9) +[ 134.023890] WARNING! power/level is deprecated; use power/control instead +[ 290.175534] usb 1-1.2: new high-speed USB device number 21 using ehci-pci +[ 290.262185] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 290.262189] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 290.262190] usb 1-1.2: Product: USB 2.0 Hub +[ 290.262471] hub 1-1.2:1.0: USB hub found +[ 290.262619] hub 1-1.2:1.0: 4 ports detected +[ 293.582315] usb 1-1.2: USB disconnect, device number 21 +[ 440.704244] usb 1-1.2: new high-speed USB device number 22 using ehci-pci +[ 440.790859] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 440.790863] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 440.790865] usb 1-1.2: Product: USB 2.0 Hub +[ 440.791129] hub 1-1.2:1.0: USB hub found +[ 440.791213] hub 1-1.2:1.0: 4 ports detected +[ 445.390490] usb 1-1.2: USB disconnect, device number 22 +[ 446.847245] usb 1-1.2: new high-speed USB device number 23 using ehci-pci +[ 446.933868] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 446.933871] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 446.933872] usb 1-1.2: Product: USB 2.0 Hub +[ 446.934142] hub 1-1.2:1.0: USB hub found +[ 446.934209] hub 1-1.2:1.0: 4 ports detected +[ 573.390632] usb 1-1.2: USB disconnect, device number 23 +[ 575.104413] usb 1-1.2: new high-speed USB device number 24 using ehci-pci +[ 575.191133] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 575.191137] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 575.191138] usb 1-1.2: Product: USB 2.0 Hub +[ 575.191417] hub 1-1.2:1.0: USB hub found +[ 575.191476] hub 1-1.2:1.0: 4 ports detected +[ 649.046105] fbcon: i915drmfb (fb0) is primary device +[ 649.088982] Console: switching to colour frame buffer device 240x67 +[ 649.100025] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device +[ 671.743601] usb 1-1.2.2: new low-speed USB device number 25 using ehci-pci +[ 671.938115] usb 1-1.2.2: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10 +[ 671.938118] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 671.938120] usb 1-1.2.2: Product: USB Keyboard +[ 671.938121] usb 1-1.2.2: Manufacturer: SEM +[ 671.968458] hid: raw HID events driver (C) Jiri Kosina +[ 671.991996] usbcore: registered new interface driver usbhid +[ 671.991999] usbhid: USB HID core driver +[ 671.993721] usbcore: registered new interface driver usbkbd +[ 672.004969] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:1A2C:2124.0001/input/input7 +[ 672.055829] hid-generic 0003:1A2C:2124.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input0 +[ 672.055980] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0002/input/input8 +[ 672.106756] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0002/input/input9 +[ 672.106937] hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input1 +[ 790.990873] usb 1-1.2: USB disconnect, device number 24 +[ 790.990877] usb 1-1.2.2: USB disconnect, device number 25 +[ 1962.614544] usb 1-1.2: new high-speed USB device number 26 using ehci-pci +[ 1962.691136] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 1962.691140] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 1962.691142] usb 1-1.2: Product: USB 2.0 Hub +[ 1962.691458] hub 1-1.2:1.0: USB hub found +[ 1962.691510] hub 1-1.2:1.0: 4 ports detected +[ 1963.075538] usb 1-1.2.1: new low-speed USB device number 27 using ehci-pci +[ 1963.268667] usb 1-1.2.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00 +[ 1963.268670] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1963.268671] usb 1-1.2.1: Product: USB Optical Mouse +[ 1963.268672] usb 1-1.2.1: Manufacturer: Logitech +[ 1963.270595] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/0003:046D:C077.0003/input/input10 +[ 1963.270675] hid-generic 0003:046D:C077.0003: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.2.1/input0 +[ 1963.299679] usbcore: registered new interface driver usbmouse +[ 1963.443578] usb 1-1.2.2: new low-speed USB device number 28 using ehci-pci +[ 1963.639184] usb 1-1.2.2: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10 +[ 1963.639188] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1963.639189] usb 1-1.2.2: Product: USB Keyboard +[ 1963.639190] usb 1-1.2.2: Manufacturer: SEM +[ 1963.641754] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:1A2C:2124.0004/input/input11 +[ 1963.723657] hid-generic 0003:1A2C:2124.0004: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input0 +[ 1963.726119] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0005/input/input12 +[ 1963.776618] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0005/input/input13 +[ 1963.776667] hid-generic 0003:1A2C:2124.0005: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input1 +[ 1964.752169] usb 1-1.2: USB disconnect, device number 26 +[ 1964.752173] usb 1-1.2.1: USB disconnect, device number 27 +[ 1964.778760] usb 1-1.2.2: USB disconnect, device number 28 +[ 5839.723014] EXT4-fs (sda1): mounted filesystem 0510ec81-11e5-412d-8a33-56ee3bf8e8f5 r/w with ordered data mode. Quota mode: none. +[24623.023201] EXT4-fs (sda1): unmounting filesystem 0510ec81-11e5-412d-8a33-56ee3bf8e8f5. +[24628.551484] EXT4-fs (sda1): mounted filesystem 0510ec81-11e5-412d-8a33-56ee3bf8e8f5 r/w with ordered data mode. Quota mode: none. +[27473.641701] perf: interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 79000 +[40134.345575] perf: interrupt took too long (3166 > 3143), lowering kernel.perf_event_max_sample_rate to 63000 +[119162.807123] perf: interrupt took too long (3974 > 3957), lowering kernel.perf_event_max_sample_rate to 50000 +[169761.002378] Kernel: 'panic_print' sysctl interface will be obsoleted by both 'panic_sys_info' and 'panic_console_replay' +[169770.468961] sh (531834): drop_caches: 3 +[169774.032308] sh (531836): drop_caches: 3 +[169777.124410] sh (531850): drop_caches: 3 + +--- cpu MHz (live snapshot) + $ grep -c ^processor /proc/cpuinfo +8 + +############################################################################### +# 5. MEMORY / NUMA / SWAP +############################################################################### + +--- free -h + $ free -h + total used free shared buff/cache available +Mem: 15Gi 2.0Gi 6.2Gi 22Mi 7.7Gi 13Gi +Swap: 8.0Gi 1.0Gi 7.0Gi + +--- free -b + $ free -b + total used free shared buff/cache available +Mem: 16673505280 2094911488 6633435136 23977984 8290451456 14578593792 +Swap: 8589930496 1057845248 7532085248 + +--- swapon + $ swapon --show +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 1008.8M -2 + +--- /proc/meminfo highlights + $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo +MemTotal: 16282720 kB +MemFree: 6477964 kB +MemAvailable: 14236980 kB +Buffers: 161684 kB +Cached: 7827120 kB +SwapTotal: 8388604 kB +SwapFree: 7355552 kB +Dirty: 1172 kB +Writeback: 0 kB +AnonPages: 1311528 kB +Mapped: 103164 kB +Shmem: 23416 kB +Slab: 239452 kB +SReclaimable: 107428 kB +SUnreclaim: 132024 kB +KernelStack: 5324 kB +PageTables: 14344 kB +SecPageTables: 5496 kB +NFS_Unstable: 0 kB +WritebackTmp: 0 kB +AnonHugePages: 901120 kB +ShmemHugePages: 6144 kB +ShmemPmdMapped: 0 kB +FilePmdMapped: 0 kB +HugePages_Total: 0 +HugePages_Free: 0 +Hugepagesize: 2048 kB +DirectMap4k: 322024 kB +DirectMap2M: 7972864 kB +DirectMap1G: 9437184 kB + +--- numa stat + $ cat /proc/sys/vm/numa_stat +1 + +--- numa_balancing + $ cat /proc/sys/kernel/numa_balancing +0 + +--- zone reclaim + $ cat /proc/sys/vm/zone_reclaim_mode +0 + +--- slab top (top 20) + $ slabtop -o -s c + Active / Total Objects (% used) : 1046290 / 1077212 (97.1%) + Active / Total Slabs (% used) : 26829 / 26829 (100.0%) + Active / Total Caches (% used) : 371 / 472 (78.6%) + Active / Total Size (% used) : 181678.73K / 195624.88K (92.9%) + Minimum / Average / Maximum Object : 0.01K / 0.18K / 16.00K + + OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME + 62076 46425 74% 0.57K 2217 28 35472K radix_tree_node +286767 286767 100% 0.10K 7353 39 29412K buffer_head + 94172 94172 100% 0.15K 3622 26 14488K ext4_groupinfo_4k + 63840 63785 99% 0.13K 2128 30 8512K kernfs_node_cache + 6235 6235 100% 1.10K 215 29 6880K ext4_inode_cache + 30114 30114 100% 0.19K 1434 21 5736K dentry + 7981 7812 97% 0.69K 347 23 5552K proc_inode_cache + 417 398 95% 10.44K 139 3 4448K task_struct + 5925 5925 100% 0.62K 237 25 3792K inode_cache + 6112 3080 50% 0.50K 191 32 3056K kmalloc-rnd-05-512 + 14133 14121 99% 0.19K 673 21 2692K vm_area_struct + 59670 59670 100% 0.04K 585 102 2340K extent_status + 25760 25760 100% 0.09K 560 46 2240K lsm_inode_cache + 8608 2909 33% 0.25K 269 32 2152K kmalloc-rnd-05-256 + 520 476 91% 4.00K 65 8 2080K kmalloc-rnd-07-4k + 2580 2486 96% 0.77K 129 20 2064K shmem_inode_cache + 1728 1672 96% 1.00K 54 32 1728K iommu_iova_magazine + 22680 22353 98% 0.07K 405 56 1620K vmap_area + 2944 2833 96% 0.50K 92 32 1472K kmalloc-rnd-07-512 + 22784 22367 98% 0.06K 356 64 1424K dmaengine-unmap-2 + 2150 2150 100% 0.63K 86 25 1376K debugfs_inode_cache + 2528 2528 100% 0.50K 79 32 1264K kmalloc-rnd-14-512 + 592 553 93% 2.00K 37 16 1184K kmalloc-cg-2k + 272 272 100% 4.00K 34 8 1088K kmalloc-rnd-02-4k + 495 495 100% 2.06K 33 15 1056K sighand_cache + 15808 15793 99% 0.06K 247 64 988K kmalloc-cg-64 + 812 786 96% 1.12K 29 28 928K signal_cache + 208 180 86% 4.00K 26 8 832K biovec-max + 1014 1014 100% 0.81K 26 39 832K sock_inode_cache + 208 182 87% 4.00K 26 8 832K kmalloc-rnd-05-4k + 100 100 100% 8.00K 25 4 800K kmalloc-rnd-02-8k + 192 179 93% 4.00K 24 8 768K kmalloc-rnd-15-4k + 12032 11253 93% 0.06K 188 64 752K anon_vma_chain + 7137 6935 97% 0.10K 183 39 732K anon_vma + 2784 2219 79% 0.25K 87 32 696K maple_node + 3591 3424 95% 0.19K 171 21 684K kmalloc-rnd-05-192 + 588 588 100% 1.12K 21 28 672K drm_i915_gem_object + 168 161 95% 4.00K 21 8 672K kmalloc-cg-4k + 1344 1224 91% 0.50K 42 32 672K kmalloc-rnd-12-512 + 672 672 100% 1.00K 21 32 672K kmalloc-rnd-05-1k + 1280 1138 88% 0.50K 40 32 640K pool_workqueue + 304 304 100% 2.00K 19 16 608K kmalloc-rnd-08-2k + 608 608 100% 1.00K 19 32 608K kmalloc-rnd-04-1k + 144 144 100% 4.00K 18 8 576K kmalloc-rnd-06-4k + 2856 2822 98% 0.19K 136 21 544K filp + 544 510 93% 1.00K 17 32 544K kmalloc-cg-1k + 272 272 100% 2.00K 17 16 544K kmalloc-rnd-10-2k + 256 192 75% 2.00K 16 16 512K kmalloc-rnd-05-2k + 120 120 100% 4.00K 15 8 480K kmalloc-rnd-12-4k + 196 196 100% 2.19K 14 14 448K mem_cgroup + 112 112 100% 4.00K 14 8 448K names_cache + 4452 4186 94% 0.09K 106 42 424K trace_event_file + 7373 7373 100% 0.05K 101 73 404K ftrace_event_field + 48 48 100% 8.00K 12 4 384K kmalloc-rnd-10-8k + 506 506 100% 0.69K 22 23 352K skbuff_small_head + 187 187 100% 1.88K 11 17 352K mem_cgroup_per_node + 231 231 100% 1.50K 11 21 352K mm_struct + 352 352 100% 1.00K 11 32 352K kmalloc-rnd-03-1k + 44 44 100% 8.00K 11 4 352K kmalloc-rnd-01-8k + 176 176 100% 2.00K 11 16 352K kmalloc-rnd-01-2k + 1806 1806 100% 0.19K 86 21 344K kmalloc-rnd-01-192 + 1743 1699 97% 0.19K 83 21 332K pid + 1280 1139 88% 0.25K 40 32 320K nf_conntrack + 130 130 100% 2.38K 10 13 320K TCP + 240 240 100% 1.31K 10 24 320K perf_event + 320 320 100% 1.00K 10 32 320K kmalloc-rnd-13-1k + 80 80 100% 4.00K 10 8 320K kmalloc-rnd-11-4k + 80 80 100% 4.00K 10 8 320K kmalloc-rnd-09-4k + 320 320 100% 1.00K 10 32 320K kmalloc-rnd-09-1k + 40 40 100% 8.00K 10 4 320K kmalloc-rnd-05-8k + 160 160 100% 2.00K 10 16 320K kmalloc-rnd-02-2k + 320 320 100% 1.00K 10 32 320K kmalloc-1k + 1216 1092 89% 0.25K 38 32 304K skbuff_head_cache + 777 733 94% 0.38K 37 21 296K mnt_cache + 234 234 100% 1.19K 9 26 288K RAWv6 + 288 288 100% 1.00K 9 32 288K RAW + 36 36 100% 8.00K 9 4 288K kmalloc-rnd-14-8k + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-14-1k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-11-2k + 72 72 100% 4.00K 9 8 288K kmalloc-rnd-10-4k + 72 72 100% 4.00K 9 8 288K kmalloc-rnd-08-4k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-03-2k + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-02-1k + 36 36 100% 8.00K 9 4 288K kmalloc-8k + 72 72 100% 4.00K 9 8 288K kmalloc-4k + 6630 6630 100% 0.04K 65 102 260K khugepaged_mm_slot + 184 184 100% 1.38K 8 23 256K UDPv6 + 96 96 100% 2.56K 8 12 256K TCPv6 + 288 288 100% 0.88K 8 36 256K fuse_inode + 208 208 100% 1.19K 8 26 256K UDP + 128 128 100% 2.00K 8 16 256K biovec-128 + 64 64 100% 4.00K 8 8 256K memdup_user-4k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-15-8k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-15-2k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-14-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-14-2k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-13-2k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-12-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-12-1k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-11-1k + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-09-8k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-08-1k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-07-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-07-1k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-06-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-06-1k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-04-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-04-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-01-1k + 128 128 100% 2.00K 8 16 256K kmalloc-2k + 2688 2688 100% 0.09K 64 42 256K kmalloc-96 + 992 864 87% 0.25K 31 32 248K kmalloc-rnd-10-256 + 28 28 100% 8.00K 7 4 224K kmalloc-cg-8k + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-11-8k + 224 224 100% 1.00K 7 32 224K kmalloc-rnd-10-1k + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-03-8k + 625 500 80% 0.31K 25 25 200K bio-256 + 1600 1600 100% 0.12K 50 32 200K bio_integrity_data + 1056 1056 100% 0.18K 48 22 192K kvm_mmu_page_header + 144 144 100% 1.32K 6 24 192K nfs4_client + 114 114 100% 1.62K 6 19 192K bdev_cache + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-13-8k + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-09-2k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-07-8k + 384 384 100% 0.50K 12 32 192K kmalloc-rnd-06-512 + 736 736 100% 0.25K 23 32 184K kmalloc-rnd-14-256 + 1932 1699 87% 0.09K 46 42 184K kmalloc-rnd-13-96 + 1440 1387 96% 0.12K 45 32 180K eventpoll_epi + 924 924 100% 0.19K 44 21 176K proc_dir_entry + 253 253 100% 0.69K 11 23 176K files_cache + 352 352 100% 0.50K 11 32 176K kmalloc-rnd-15-512 + 882 882 100% 0.19K 42 21 168K kmalloc-cg-192 + 1764 1750 99% 0.09K 42 42 168K kmalloc-rnd-02-96 + 10752 10697 99% 0.02K 42 256 168K kmalloc-rnd-01-16 + 160 160 100% 0.98K 5 32 160K request_queue + 640 512 80% 0.25K 20 32 160K bio-200 + 20 20 100% 8.00K 5 4 160K memdup_user-8k + 80 80 100% 2.00K 5 16 160K memdup_user-2k + 240 240 100% 0.65K 10 24 160K tracefs_inode_cache + 250 250 100% 0.62K 10 25 160K task_group + 320 320 100% 0.50K 10 32 160K kmalloc-cg-512 + 160 160 100% 1.00K 5 32 160K kmalloc-rnd-15-1k + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-12-8k + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-06-8k + 40 40 100% 4.00K 5 8 160K kmalloc-rnd-01-4k + 320 320 100% 0.50K 10 32 160K kmalloc-rnd-01-512 + 640 640 100% 0.25K 20 32 160K kmem_cache + 4992 4949 99% 0.03K 39 128 156K kmalloc-rnd-01-32 + 1064 1064 100% 0.14K 38 28 152K nfsd_file + 2432 2244 92% 0.06K 38 64 152K kmalloc-rnd-11-64 + 608 523 86% 0.25K 19 32 152K kmalloc-rnd-07-256 + 288 288 100% 0.50K 9 32 144K kmalloc-rnd-04-512 + 288 288 100% 0.50K 9 32 144K kmalloc-rnd-03-512 + 2975 2975 100% 0.05K 35 85 140K shared_policy_node + 357 336 94% 0.38K 17 21 136K bio-320 + 1156 1156 100% 0.12K 34 34 136K jbd2_journal_head + 1428 1390 97% 0.09K 34 42 136K kmalloc-cg-96 + 4352 4352 100% 0.03K 34 128 136K kmalloc-rnd-08-32 + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-03-256 + 2176 2176 100% 0.06K 34 64 136K kmalloc-rnd-03-64 + 248 248 100% 0.51K 8 31 128K nfs4_delegation + 224 224 100% 0.56K 8 28 128K kioctx + 128 128 100% 1.00K 4 32 128K memdup_user-1k + 232 232 100% 0.55K 8 29 128K taskstats + 672 489 72% 0.19K 32 21 128K kmalloc-rnd-14-192 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-13-512 + 8192 8192 100% 0.02K 32 256 128K kmalloc-rnd-13-16 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-11-512 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-10-512 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-09-512 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-08-512 + 512 512 100% 0.25K 16 32 128K kmalloc-rnd-08-256 + 1024 1024 100% 0.12K 32 32 128K kmalloc-rnd-05-128 + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-04-8k + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-02-512 + 256 256 100% 0.50K 8 32 128K kmalloc-512 + 1302 1302 100% 0.09K 31 42 124K kmalloc-rnd-11-96 + 1080 938 86% 0.11K 30 36 120K ext4_prealloc_space + 1218 1218 100% 0.09K 29 42 116K kmalloc-rcl-96 + 161 161 100% 0.69K 7 23 112K rpc_inode_cache + 1792 1792 100% 0.06K 28 64 112K kmalloc-rnd-08-64 + 4420 4039 91% 0.02K 26 170 104K lsm_file_cache + 416 416 100% 0.25K 13 32 104K kmalloc-rnd-15-256 + 416 416 100% 0.25K 13 32 104K kmalloc-rnd-12-256 + 9 9 100% 9.00K 3 3 96K kvm_vcpu + 36 36 100% 2.61K 3 12 96K x86_emulator + 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 + 15 15 100% 5.81K 3 5 96K net_namespace + 222 222 100% 0.42K 6 37 96K uts_namespace + 504 504 100% 0.19K 24 21 96K kmalloc-rnd-15-192 + 384 384 100% 0.25K 12 32 96K kmalloc-rnd-13-256 + 504 504 100% 0.19K 24 21 96K kmalloc-192 + 1606 1241 77% 0.05K 22 73 88K mb_cache_entry + 704 610 86% 0.12K 22 32 88K kmalloc-cg-128 + 250 250 100% 0.31K 10 25 80K bio-264 + 130 130 100% 0.60K 5 26 80K user_namespace + 2560 2560 100% 0.03K 20 128 80K kmalloc-rnd-10-32 + 969 969 100% 0.08K 19 51 76K sigqueue + 288 288 100% 0.25K 9 32 72K kmalloc-cg-256 + 1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-15-64 + 288 288 100% 0.25K 9 32 72K kmalloc-rnd-04-256 + 2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-02-32 + 288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256 + 2176 2176 100% 0.03K 17 128 68K kmalloc-cg-32 + 2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-11-32 + 160 160 100% 0.39K 8 20 64K nfs4_openowner + 208 208 100% 0.30K 8 26 64K btrfs_delayed_node + 30 30 100% 2.06K 2 15 64K MPTCPv6 + 248 248 100% 0.26K 8 31 64K tw_sock_TCPv6 + 32 32 100% 1.94K 2 16 64K MPTCP + 64 64 100% 1.00K 2 32 64K PING + 248 248 100% 0.26K 8 31 64K tw_sock_TCP + 200 200 100% 0.31K 8 25 64K request_sock_TCP + 100 100 100% 0.62K 4 25 64K hugetlbfs_inode_cache + 78 78 100% 0.81K 2 39 64K dax_cache + 336 336 100% 0.19K 16 21 64K file_lock_cache + 256 256 100% 0.25K 8 32 64K task_delay_info + 816 816 100% 0.08K 16 51 64K Acpi-State + 512 512 100% 0.12K 16 32 64K kmalloc-rcl-128 + 16 16 100% 4.00K 2 8 64K kmalloc-rnd-13-4k + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-11-16 + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-09-256 + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256 + 336 336 100% 0.19K 16 21 64K kmalloc-rnd-03-192 + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-02-256 + 256 256 100% 0.25K 8 32 64K kmalloc-256 + 375 375 100% 0.16K 15 25 60K dm_bufio_buffer-16-1 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-10-128 + 960 960 100% 0.06K 15 64 60K kmalloc-rnd-07-64 + 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-01-8 + 588 588 100% 0.09K 14 42 56K kmalloc-rnd-06-96 + 896 896 100% 0.06K 14 64 56K kmalloc-rnd-04-64 + 896 896 100% 0.06K 14 64 56K kmalloc-rnd-02-64 + 546 546 100% 0.09K 13 42 52K kmalloc-rnd-15-96 + 546 546 100% 0.09K 13 42 52K kmalloc-rnd-14-96 + 273 273 100% 0.19K 13 21 52K kmalloc-rnd-02-192 + 192 192 100% 0.25K 6 32 48K io_kiocb + 96 96 100% 0.50K 3 32 48K memdup_user-512 + 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-14-32 + 384 384 100% 0.12K 12 32 48K kmalloc-rnd-11-128 + 768 768 100% 0.06K 12 64 48K kmalloc-rnd-10-64 + 384 384 100% 0.12K 12 32 48K kmalloc-rnd-03-128 + 768 768 100% 0.06K 12 64 48K kmem_cache_node + 352 352 100% 0.12K 11 32 44K kmalloc-rnd-13-128 + 704 704 100% 0.06K 11 64 44K kmalloc-rnd-13-64 + 231 231 100% 0.19K 11 21 44K kmalloc-rnd-12-192 + 462 462 100% 0.09K 11 42 44K kmalloc-rnd-09-96 + 704 704 100% 0.06K 11 64 44K kmalloc-64 + 1408 1408 100% 0.03K 11 128 44K kmalloc-32 + 1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-13-32 + 640 640 100% 0.06K 10 64 40K kmalloc-rnd-12-64 + 210 210 100% 0.19K 10 21 40K kmalloc-rnd-11-192 + 1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-06-32 + 2560 2560 100% 0.02K 10 256 40K kmalloc-rnd-04-16 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-04-96 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-03-96 + 288 288 100% 0.12K 9 32 36K scsi_sense_cache + 189 189 100% 0.19K 9 21 36K jbd2_transaction_s + 576 576 100% 0.06K 9 64 36K kmalloc-rnd-14-64 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-12-128 + 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-11-8 + 378 378 100% 0.09K 9 42 36K kmalloc-rnd-10-96 + 1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-09-32 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-08-128 + 576 576 100% 0.06K 9 64 36K kmalloc-rnd-06-64 + 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-04-8 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-01-128 + 576 576 100% 0.06K 9 64 36K kmalloc-rnd-01-64 + 176 176 100% 0.18K 8 22 32K ip6-frags + 10 10 100% 3.16K 1 10 32K kcopyd_job + 168 168 100% 0.19K 8 21 32K bio-136 + 34 34 100% 0.94K 1 34 32K mqueue_inode_cache + 184 184 100% 0.17K 8 23 32K fuse_request + 192 192 100% 0.16K 8 24 32K ext4_allocation_context + 512 512 100% 0.06K 8 64 32K ext4_io_end + 1024 1024 100% 0.03K 8 128 32K pending_reservation + 1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache + 160 80 50% 0.20K 8 20 32K ip4-frags + 2048 2048 100% 0.02K 8 256 32K ep_head + 512 512 100% 0.06K 8 64 32K memdup_user-64 + 1024 1024 100% 0.03K 8 128 32K memdup_user-32 + 2048 2048 100% 0.02K 8 256 32K memdup_user-16 + 4096 4096 100% 0.01K 8 512 32K memdup_user-8 + 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 + 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 + 200 200 100% 0.16K 8 25 32K file_lease_cache + 1024 1024 100% 0.03K 8 128 32K pidfs_attr_cache + 816 816 100% 0.04K 8 102 32K pde_opener + 272 272 100% 0.12K 8 34 32K seq_file + 448 448 100% 0.07K 8 56 32K nsproxy + 312 312 100% 0.10K 8 39 32K Acpi-ParseExt + 2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-15-128 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-15-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-15-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-15-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-14-128 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-14-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-14-8 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-13-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-13-192 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-12-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-12-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-12-8 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-12-96 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-10-192 + 512 512 100% 0.06K 8 64 32K kmalloc-rnd-09-64 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-09-8 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-08-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-08-8 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-08-96 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-07-128 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-07-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-07-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-07-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-07-192 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-07-96 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-06-128 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-06-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-06-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-06-192 + 512 512 100% 0.06K 8 64 32K kmalloc-rnd-05-64 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-05-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-05-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-05-8 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-05-96 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-04-128 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-04-32 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-04-192 + 8 8 100% 4.00K 1 8 32K kmalloc-rnd-03-4k + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-03-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-03-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-02-128 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-02-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-02-8 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-01-96 + 2048 2048 100% 0.02K 8 256 32K kmalloc-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-8 + 595 595 100% 0.05K 7 85 28K ip_fib_trie + 511 511 100% 0.05K 7 73 28K ip_fib_alias + 294 294 100% 0.09K 7 42 28K memdup_user-96 + 147 147 100% 0.19K 7 21 28K kmalloc-rcl-192 + 224 224 100% 0.12K 7 32 28K kmalloc-rnd-09-128 + 224 224 100% 0.12K 7 32 28K kmalloc-128 + 126 126 100% 0.19K 6 21 24K kmalloc-rnd-09-192 + 126 126 100% 0.19K 6 21 24K kmalloc-rnd-08-192 + 105 105 100% 0.19K 5 21 20K bio-176 + 1280 1280 100% 0.02K 5 256 20K jbd2_revoke_table_s + 23 23 100% 0.69K 1 23 16K i915_request + 21 21 100% 0.75K 1 21 16K intel_context + 36 36 100% 0.44K 1 36 16K bio-384 + 36 36 100% 0.44K 1 36 16K bio-400 + 32 32 100% 0.50K 1 32 16K bio-456 + 40 40 100% 0.38K 2 20 16K request_sock_subflow_v4 + 50 50 100% 0.31K 2 25 16K xfrm_dst + 50 50 100% 0.31K 2 25 16K bio-280 + 64 64 100% 0.25K 2 32 16K memdup_user-256 + 1024 1024 100% 0.02K 4 256 16K kmalloc-rnd-09-16 + 63 63 100% 0.19K 3 21 12K memdup_user-192 + 32 32 100% 0.25K 1 32 8K bio-240 + 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full + 170 170 100% 0.05K 2 85 8K bio_post_read_ctx + 30 30 100% 0.27K 1 30 8K numa_policy + 42 42 100% 0.09K 1 42 4K abd_t + 32 32 100% 0.12K 1 32 4K memdup_user-128 + 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.12K 0 32 0K i915_dependency + 0 0 0% 0.06K 0 64 0K execute_cb + 0 0 0% 0.35K 0 22 0K nfs4_lockowner + 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache + 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.03K 0 31 0K zap_attr_long_cache + 0 0 0% 1.07K 0 29 0K zap_name_long + 0 0 0% 0.28K 0 28 0K zap_attr_cache + 0 0 0% 0.32K 0 24 0K zap_name + 0 0 0% 0.16K 0 24 0K sio_cache_2 + 0 0 0% 0.15K 0 26 0K sio_cache_1 + 0 0 0% 0.13K 0 30 0K sio_cache_0 + 0 0 0% 0.15K 0 26 0K zil_zcw_cache + 0 0 0% 0.38K 0 20 0K zil_lwb_cache + 0 0 0% 0.37K 0 21 0K dbuf_dirty_record_t + 0 0 0% 0.36K 0 22 0K dmu_buf_impl_t + 0 0 0% 0.03K 0 128 0K arc_buf_t + 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only + 0 0 0% 0.91K 0 35 0K dnode_t + 0 0 0% 0.25K 0 32 0K sa_cache + 0 0 0% 16.00K 0 2 0K lz4_cache + 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 + 0 0 0% 8.00K 0 4 0K zio_buf_comb_8192 + 0 0 0% 6.00K 0 5 0K zio_buf_comb_6144 + 0 0 0% 4.00K 0 8 0K zio_buf_comb_4096 + 0 0 0% 3.00K 0 10 0K zio_buf_comb_3072 + 0 0 0% 2.00K 0 16 0K zio_buf_comb_2048 + 0 0 0% 1.50K 0 21 0K zio_buf_comb_1536 + 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 + 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 + 0 0 0% 0.05K 0 85 0K zio_link_cache + 0 0 0% 1.12K 0 28 0K zio_cache + 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache + 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache + 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache + 0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache + 0 0 0% 0.16K 0 24 0K brt_entry_cache + 0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache + 0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache + 0 0 0% 0.06K 0 64 0K kcf_context_cache + 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent + 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer + 0 0 0% 1.00K 0 32 0K btrfs_inode + 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 2.82K 0 11 0K dm_uevent + 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache + 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache + 0 0 0% 0.77K 0 20 0K fat_inode_cache + 0 0 0% 0.04K 0 102 0K fat_cache + 0 0 0% 0.69K 0 23 0K squashfs_inode_cache + 0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache + 0 0 0% 0.11K 0 36 0K fanotify_perm_event + 0 0 0% 0.03K 0 128 0K dnotify_struct + 0 0 0% 0.28K 0 28 0K pid_namespace + 0 0 0% 0.38K 0 20 0K request_sock_subflow_v6 + 0 0 0% 0.81K 0 39 0K xfrm_state + 0 0 0% 0.25K 0 32 0K dquot + 0 0 0% 8.00K 0 4 0K msg_msg-8k + 0 0 0% 4.00K 0 8 0K msg_msg-4k + 0 0 0% 2.00K 0 16 0K msg_msg-2k + 0 0 0% 1.00K 0 32 0K msg_msg-1k + 0 0 0% 0.50K 0 32 0K msg_msg-512 + 0 0 0% 0.25K 0 32 0K msg_msg-256 + 0 0 0% 0.12K 0 32 0K msg_msg-128 + 0 0 0% 0.06K 0 64 0K msg_msg-64 + 0 0 0% 0.03K 0 128 0K msg_msg-32 + 0 0 0% 0.02K 0 256 0K msg_msg-16 + 0 0 0% 0.01K 0 512 0K msg_msg-8 + 0 0 0% 0.19K 0 21 0K msg_msg-192 + 0 0 0% 0.09K 0 42 0K msg_msg-96 + 0 0 0% 0.78K 0 20 0K x86_lbr + 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache + 0 0 0% 0.25K 0 32 0K bfilp + 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k + 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k + 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k + 0 0 0% 1.00K 0 32 0K dma-kmalloc-1k + 0 0 0% 0.50K 0 32 0K dma-kmalloc-512 + 0 0 0% 0.25K 0 32 0K dma-kmalloc-256 + 0 0 0% 0.12K 0 32 0K dma-kmalloc-128 + 0 0 0% 0.06K 0 64 0K dma-kmalloc-64 + 0 0 0% 0.03K 0 128 0K dma-kmalloc-32 + 0 0 0% 0.02K 0 256 0K dma-kmalloc-16 + 0 0 0% 0.01K 0 512 0K dma-kmalloc-8 + 0 0 0% 0.19K 0 21 0K dma-kmalloc-192 + 0 0 0% 0.09K 0 42 0K dma-kmalloc-96 + 0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k + 0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k + 0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k + 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k + 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 + 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 + 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 + 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 + 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 + 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-08-8k + +--- kswapd stats + $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat +pgdemote_kswapd 0 +pgsteal_kswapd 161339987 +pgscan_kswapd 162560808 +kswapd_inodesteal 3 +kswapd_low_wmark_hit_quickly 1602 +kswapd_high_wmark_hit_quickly 13 +pgmigrate_success 10255252 +pgmigrate_fail 13407041 +compact_migrate_scanned 633257889 +compact_free_scanned 1382597670 +compact_isolated 35890616 +compact_stall 9979 +compact_fail 5633 +compact_success 4346 +compact_daemon_wake 6889 +compact_daemon_migrate_scanned 467754977 +compact_daemon_free_scanned 1380339706 + +############################################################################### +# 6. KERNEL TUNABLES / SYSCTL +############################################################################### + +--- vm.* tunables + $ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)' +vm.admin_reserve_kbytes = 8192 +vm.compact_unevictable_allowed = 1 +vm.dirty_background_bytes = 0 +vm.dirty_background_ratio = 10 +vm.dirty_bytes = 0 +vm.dirty_expire_centisecs = 3000 +vm.dirty_ratio = 40 +vm.dirty_writeback_centisecs = 500 +vm.min_free_kbytes = 67584 +vm.nr_hugepages = 0 +vm.nr_hugepages_mempolicy = 0 +vm.nr_overcommit_hugepages = 0 +vm.overcommit_memory = 0 +vm.overcommit_ratio = 50 +vm.stat_interval = 1 +vm.swappiness = 1 +vm.user_reserve_kbytes = 131072 +vm.vfs_cache_pressure = 50 +vm.vfs_cache_pressure_denom = 100 +vm.watermark_scale_factor = 10 +vm.zone_reclaim_mode = 0 + +--- fs.* tunables + $ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)' +fs.aio-max-nr = 1048576 +fs.aio-nr = 0 +fs.file-max = 1000000 +fs.file-nr = 2409 0 1000000 +fs.lease-break-time = 45 +fs.mqueue.msg_default = 10 +fs.mqueue.msg_max = 10 +fs.mqueue.msgsize_default = 8192 +fs.mqueue.msgsize_max = 8192 +fs.mqueue.queues_max = 256 +fs.nr_open = 1073741816 +fs.pipe-max-size = 1048576 + +--- kernel.* perf-relevant + $ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)' +kernel.hung_task_all_cpu_backtrace = 0 +kernel.hung_task_check_count = 4194304 +kernel.hung_task_check_interval_secs = 0 +kernel.hung_task_detect_count = 0 +kernel.hung_task_panic = 0 +kernel.hung_task_timeout_secs = 120 +kernel.hung_task_warnings = 10 +kernel.nmi_watchdog = 1 +kernel.numa_balancing = 0 +kernel.numa_balancing_promote_rate_limit_MBps = 65536 +kernel.randomize_va_space = 2 +kernel.sched_rt_period_us = 1000000 +kernel.sched_rt_runtime_us = 950000 +kernel.threads-max = 126451 +kernel.watchdog = 1 +kernel.watchdog_cpumask = 0-7 +kernel.watchdog_thresh = 10 + +############################################################################### +# 7. NETWORK SYSCTL / TCP +############################################################################### + +--- net.core.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)' +net.core.busy_poll = 0 +net.core.busy_read = 0 +net.core.default_qdisc = fq_codel +net.core.dev_weight = 64 +net.core.dev_weight_rx_bias = 1 +net.core.dev_weight_tx_bias = 1 +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.core.netdev_max_backlog = 5000 +net.core.netdev_tstamp_prequeue = 1 +net.core.optmem_max = 131072 +net.core.rmem_default = 262144 +net.core.rmem_max = 16777216 +net.core.somaxconn = 1024 +net.core.wmem_default = 262144 +net.core.wmem_max = 16777216 +net.core.xfrm_acq_expires = 30 +net.core.xfrm_aevent_etime = 10 +net.core.xfrm_aevent_rseqth = 2 +net.core.xfrm_larval_drop = 1 + +--- net.ipv4.tcp.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)' +net.ipv4.tcp_abort_on_overflow = 0 +net.ipv4.tcp_available_congestion_control = reno cubic bbr +net.ipv4.tcp_congestion_control = bbr +net.ipv4.tcp_ecn = 2 +net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_fastopen = 1 +net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 +net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 +net.ipv4.tcp_fin_timeout = 60 +net.ipv4.tcp_keepalive_intvl = 75 +net.ipv4.tcp_keepalive_probes = 9 +net.ipv4.tcp_keepalive_time = 7200 +net.ipv4.tcp_low_latency = 0 +net.ipv4.tcp_max_syn_backlog = 1024 +net.ipv4.tcp_mtu_probing = 0 +net.ipv4.tcp_no_metrics_save = 0 +net.ipv4.tcp_no_ssthresh_metrics_save = 1 +net.ipv4.tcp_pacing_ca_ratio = 120 +net.ipv4.tcp_pacing_ss_ratio = 200 +net.ipv4.tcp_rmem = 4096 87380 16777216 +net.ipv4.tcp_sack = 1 +net.ipv4.tcp_slow_start_after_idle = 1 +net.ipv4.tcp_syncookies = 1 +net.ipv4.tcp_timestamps = 1 +net.ipv4.tcp_tw_reuse = 2 +net.ipv4.tcp_tw_reuse_delay = 1000 +net.ipv4.tcp_window_scaling = 1 +net.ipv4.tcp_wmem = 4096 65536 16777216 + +--- other net.* sysctls + $ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)' +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.ipv4.conf.all.accept_redirects = 1 +net.ipv4.conf.all.rp_filter = 2 +net.ipv4.conf.all.send_redirects = 1 +net.ipv4.conf.default.forwarding = 0 +net.ipv4.ip_local_port_range = 32768 60999 +net.ipv4.ip_local_reserved_ports = +net.ipv4.ip_no_pmtu_disc = 0 +net.ipv6.conf.all.disable_ipv6 = 0 + +--- sysctl.d +total 12 +drwxr-xr-x 2 root root 4096 Nov 18 2025 . +drwxr-xr-x 110 root root 4096 Jul 26 16:23 .. +-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl + +--- /etc/sysctl.conf + --- /etc/sysctl.conf --- + +# pfv-tsys4 storage optimization +# VM tuning for storage server +vm.swappiness = 1 +vm.vfs_cache_pressure = 50 +vm.dirty_ratio = 40 +vm.dirty_background_ratio = 10 + +# Network tuning for NFS +net.core.rmem_max = 16777216 +net.core.wmem_max = 16777216 +net.core.rmem_default = 262144 +net.core.wmem_default = 262144 +net.core.netdev_max_backlog = 5000 +net.core.somaxconn = 1024 + +# TCP tuning +net.ipv4.tcp_rmem = 4096 87380 16777216 +net.ipv4.tcp_wmem = 4096 65536 16777216 +net.ipv4.tcp_congestion_control = bbr + +# RPC/NFS tuning +sunrpc.tcp_max_slot_table_entries = 128 +sunrpc.tcp_slot_table_entries = 128 +sunrpc.udp_slot_table_entries = 128 + +# File handle cache +fs.file-max = 1000000 + +--- non-default sysctl values (sorted, filtered) + $ # Show only sysctls that differ from running state vs an empty config; +# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content. +for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do + [ -r "$f" ] || continue + echo "=== $f ===" + grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null +done +=== /etc/sysctl.conf === +vm.swappiness = 1 +vm.vfs_cache_pressure = 50 +vm.dirty_ratio = 40 +vm.dirty_background_ratio = 10 +net.core.rmem_max = 16777216 +net.core.wmem_max = 16777216 +net.core.rmem_default = 262144 +net.core.wmem_default = 262144 +net.core.netdev_max_backlog = 5000 +net.core.somaxconn = 1024 +net.ipv4.tcp_rmem = 4096 87380 16777216 +net.ipv4.tcp_wmem = 4096 65536 16777216 +net.ipv4.tcp_congestion_control = bbr +sunrpc.tcp_max_slot_table_entries = 128 +sunrpc.tcp_slot_table_entries = 128 +sunrpc.udp_slot_table_entries = 128 +fs.file-max = 1000000 + +############################################################################### +# 8. tuned / irqbalance / udev +############################################################################### + +--- tuned-adm active + $ tuned-adm active +Current active profile: throughput-performance + +--- tuned-adm list + $ tuned-adm list +Available profiles: +- accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states +- atomic-guest - Optimize virtual guests based on the Atomic variant +- atomic-host - Optimize bare metal systems running the Atomic variant +- aws - Optimize for aws ec2 instances +- balanced - General non-specialized tuned profile +- balanced-battery - Balanced profile biased towards power savings changes for battery +- cpu-partitioning - Optimize for CPU partitioning +- cpu-partitioning-powersave - Optimize for CPU partitioning with additional powersave +- default - Legacy default tuned profile +- desktop - Optimize for the desktop use-case +- desktop-powersave - Optmize for the desktop use-case with power saving +- enterprise-storage - Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile +- hpc-compute - Optimize for HPC compute workloads +- intel-sst - Configure for Intel Speed Select Base Frequency +- laptop-ac-powersave - Optimize for laptop with power savings +- laptop-battery-powersave - Optimize laptop profile with more aggressive power saving +- latency-performance - Optimize for deterministic performance at the cost of increased power consumption +- mssql - Optimize for Microsoft SQL Server +- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance +- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks +- openshift - Optimize systems running OpenShift (parent profile) +- openshift-control-plane - Optimize systems running OpenShift control plane +- openshift-node - Optimize systems running OpenShift nodes +- optimize-serial-console - Optimize for serial console use. +- oracle - Optimize for Oracle RDBMS +- postgresql - Optimize for PostgreSQL server +- powersave - Optimize for low power consumption +- realtime - Optimize for realtime workloads +- realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest +- realtime-virtual-host - Optimize for KVM guests running realtime workloads +- sap-hana - Optimize for SAP HANA +- sap-hana-kvm-guest - Optimize for running SAP HANA on KVM inside a virtual guest +- sap-netweaver - Optimize for SAP NetWeaver +- server-powersave - Optimize for server power savings +- spectrumscale-ece - Optimized for Spectrum Scale Erasure Code Edition Servers +- spindown-disk - Optimize for power saving by spinning-down rotational disks +- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads +- virtual-guest - Optimize for running inside a virtual guest +- virtual-host - Optimize for running KVM guests +Current active profile: throughput-performance + +--- systemctl is-active tuned + $ systemctl is-active tuned +active + +--- irqbalance status + $ systemctl is-active irqbalance +inactive + [exit=4 / not installed or not permitted] + +--- irqbalance config + [missing: /etc/default/irqbalance] + [missing: /etc/irqbalance.conf] + +--- modprobe.d +total 24 +drwxr-xr-x 2 root root 4096 Mar 6 10:31 . +drwxr-xr-x 110 root root 4096 Jul 26 16:23 .. +-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf +-rw-r--r-- 1 root root 379 Mar 9 2025 mdadm.conf +-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf +-rw-r--r-- 1 root root 0 Mar 6 10:32 tuned.conf +-rw-r--r-- 1 root root 35 Feb 23 04:51 zfs.conf + +--- udev rules.d +total 8 +drwxr-xr-x 2 root root 4096 Feb 23 04:50 . +drwxr-xr-x 4 root root 4096 Nov 18 2025 .. +lrwxrwxrwx 1 root root 9 Feb 23 04:50 60-bridge-network-interface.rules -> /dev/null + +--- modprobe.d files + --- /etc/modprobe.d/intel-microcode-blacklist.conf --- +# The microcode module attempts to apply a microcode update when +# it autoloads. This is not always safe, so we block it by default. +blacklist microcode + --- /etc/modprobe.d/mdadm.conf --- +# mdadm module configuration file +# set start_ro=1 to make newly assembled arrays read-only initially, +# to prevent metadata writes. This is needed in order to allow +# resume-from-disk to work - new boot should not perform writes +# because it will be done behind the back of the system being +# resumed. See http://bugs.debian.org/415441 for details. + +options md_mod start_ro=1 + --- /etc/modprobe.d/pve-blacklist.conf --- +# This file contains a list of modules which are not supported by Proxmox VE + +# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701 +blacklist nvidiafb + --- /etc/modprobe.d/tuned.conf --- + --- /etc/modprobe.d/zfs.conf --- +options zfs zfs_arc_max=1667235840 + +--- module params: kvm_intel + $ for p in /sys/module/kvm_intel/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + allow_smaller_maxphyaddr = N + dump_invalid_vmcs = N + emulate_invalid_guest_state = Y + enable_apicv = N + enable_device_posted_irqs = N + enable_ipiv = N + enable_shadow_vmcs = Y + enlightened_vmcs = N + ept = Y + eptad = Y + error_on_inconsistent_vmcs_config = Y + fasteoi = Y + flexpriority = Y + nested = Y + nested_early_check = N + ple_gap = 128 + ple_window = 4096 + ple_window_grow = 2 + ple_window_max = 4294967295 + ple_window_shrink = 0 + pml = N + preemption_timer = Y + sgx = N + tdx = N + unrestricted_guest = Y + vmentry_l1d_flush = cond + vnmi = Y + vpid = Y + +--- module params: kvm_amd + $ for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + [exit=1] + +--- module params: relevant net drivers + $ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do + [ -d "/sys/module/$mod/parameters" ] || continue + echo "=== $mod ===" + for p in /sys/module/$mod/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" + done +done +=== virtio_net === + csum = Y + gso = Y + napi_tx = Y + napi_weight = 64 + +############################################################################### +# 9. PROXMOX VERSION & CLUSTER +############################################################################### + +--- pveversion + $ pveversion +pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve) + +--- pveversion -v + $ pveversion -v +proxmox-ve: 9.1.0 (running kernel: 6.17.9-1-pve) +pve-manager: 9.1.5 (running version: 9.1.5/80cf92a64bef6889) +proxmox-kernel-helper: 9.0.4 +proxmox-kernel-6.17.9-1-pve-signed: 6.17.9-1 +proxmox-kernel-6.17: 6.17.9-1 +proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 +ceph-fuse: 19.2.3-pve2 +corosync: 3.1.9-pve2 +criu: 4.1.1-1 +frr-pythontools: 10.4.1-1+pve1 +ifupdown2: 3.3.0-1+pmx12 +intel-microcode: 3.20251111.1~deb13u1 +ksm-control-daemon: 1.5-1 +libjs-extjs: 7.0.0-5 +libproxmox-acme-perl: 1.7.0 +libproxmox-backup-qemu0: 2.0.2 +libproxmox-rs-perl: 0.4.1 +libpve-access-control: 9.0.5 +libpve-apiclient-perl: 3.4.2 +libpve-cluster-api-perl: 9.0.7 +libpve-cluster-perl: 9.0.7 +libpve-common-perl: 9.1.7 +libpve-guest-common-perl: 6.0.2 +libpve-http-server-perl: 6.0.5 +libpve-network-perl: 1.2.5 +libpve-rs-perl: 0.11.4 +libpve-storage-perl: 9.1.0 +libspice-server1: 0.15.2-1+b1 +lvm2: 2.03.31-2+pmx1 +lxc-pve: 6.0.5-4 +lxcfs: 6.0.4-pve1 +novnc-pve: 1.6.0-3 +proxmox-backup-client: 4.1.2-1 +proxmox-backup-file-restore: 4.1.2-1 +proxmox-backup-restore-image: 1.0.0 +proxmox-firewall: 1.2.1 +proxmox-kernel-helper: 9.0.4 +proxmox-mail-forward: 1.0.2 +proxmox-mini-journalreader: 1.6 +proxmox-offline-mirror-helper: 0.7.3 +proxmox-widget-toolkit: 5.1.5 +pve-cluster: 9.0.7 +pve-container: 6.1.1 +pve-docs: 9.1.2 +pve-edk2-firmware: 4.2025.05-2 +pve-esxi-import-tools: 1.0.1 +pve-firewall: 6.0.4 +pve-firmware: 3.17-2 +pve-ha-manager: 5.1.0 +pve-i18n: 3.6.6 +pve-qemu-kvm: 10.1.2-6 +pve-xtermjs: 5.5.0-3 +qemu-server: 9.1.4 +smartmontools: 7.4-pve1 +spiceterm: 3.4.1 +swtpm: 0.8.0+pve3 +vncterm: 1.9.1 +zfsutils-linux: 2.4.0-pve1 + +--- pvecm status + $ pvecm status +Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster? + [exit=2 / not installed or not permitted] + +--- pvecm nodes + $ pvecm nodes +Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster? + [exit=2 / not installed or not permitted] + +--- pvecm expected + $ pvecm expected +400 not enough arguments +pvecm expected + [exit=255 / not installed or not permitted] + +--- pveperf + $ timeout 15 pveperf +CPU BOGOMIPS: 55869.92 +REGEX/SECOND: 3892854 +HD SIZE: 93.93 GB (/dev/mapper/pve-root) +BUFFERED READS: 128.50 MB/sec +AVERAGE SEEK TIME: 15.40 ms +FSYNCS/SECOND: 30.67 + [exit=124 / not installed or not permitted] + +--- corosync.conf + [missing: /etc/pve/corosync.conf] + +--- datacenter.cfg + --- /etc/pve/datacenter.cfg --- +keyboard: en-us + +--- storage.cfg + --- /etc/pve/storage.cfg --- +dir: local + path /var/lib/vz + content iso,vztmpl,import,backup + +lvmthin: local-lvm + thinpool data + vgname pve + content rootdir,images + +dir: D3 + path /mnt/tsys4/D3 + content images + prune-backups keep-all=1 + shared 0 + + +--- user.cfg + --- /etc/pve/user.cfg --- +user:root@pam:1:0:::coo@turnsys.com::x: +token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Mon, 23 Feb 2026 22%3A27%3A54 -0600: + + + + + +--- domains.cfg + [missing: /etc/pve/domains.cfg] + +--- cluster resources (compact) + $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ + | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ + || pvesh get /cluster/resources --type node 2>/dev/null +┌────────────────┬──────┬─────────────┬─────────┬───────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪═══════╪═══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪════════╪══════╪═══════════╡ +│ node/pfv-tsys4 │ node │ 2 │ │ 3.23% │ 10.20 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 15.53 GiB │ 1.92 GiB │ │ │ │ │ │ │ pfv-tsys4 │ │ │ │ │ online │ │ │ │ 2d 28m │ │ │ +└────────────────┴──────┴─────────────┴─────────┴───────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴────────┴──────┴───────────┘ + +############################################################################### +# 10. NETWORK: INTERFACES +############################################################################### + +--- ip -d link + $ ip -d link +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000 + bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:19.0 + altname enp0s25 + altname enx989096c4969a +3: enx8cae4ccda926: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500 + bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a9:26 designated_root 8000.8c:ae:4c:cd:a9:26 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 4-2.2:2.0 +4: enx80ae4ccdec03: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 + link/ether 80:ae:4c:cd:ec:03 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 0 maxmtu 1500 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 4-2.4:2.0 +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.18 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +7: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a9:26 designated_root 8000.8c:ae:4c:cd:a9:26 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 236.11 fdb_n_learned 8 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +8: tap400i0: mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +9: fwbr400i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 5.74 fdb_n_learned 85 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 11 mcast_querier_ipv4_other_timer 18.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +10: fwpr400p0@fwln400i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +11: fwln400i0@fwpr400p0: mtu 1500 qdisc noqueue master fwbr400i0 state UP mode DEFAULT group default qlen 1000 + link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 + +--- ip -o link + $ ip -o link +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff\ altname enp0s25\ altname enx989096c4969a +3: enx8cae4ccda926: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff +4: enx80ae4ccdec03: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 80:ae:4c:cd:ec:03 brd ff:ff:ff:ff:ff:ff +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none +6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff +7: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff +8: tap400i0: mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff +9: fwbr400i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff +10: fwpr400p0@fwln400i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff +11: fwln400i0@fwpr400p0: mtu 1500 qdisc noqueue master fwbr400i0 state UP mode DEFAULT group default qlen 1000\ link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff + +--- ip -o -4 addr + $ ip -o -4 addr +1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever +5: tailscale0 inet 100.70.77.93/32 scope global tailscale0\ valid_lft forever preferred_lft forever +6: vmbr0 inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 446sec preferred_lft 446sec +7: datanet inet 10.100.100.4/24 scope global datanet\ valid_lft forever preferred_lft forever + +--- ip -o -6 addr (link-local filter) + $ ip -o -6 addr +1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever +5: tailscale0 inet6 fd7a:115c:a1e0::3f3b:4d5d/128 scope global \ valid_lft forever preferred_lft forever +5: tailscale0 inet6 fe80::bcd2:a9d6:e5d0:8ba/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +6: vmbr0 inet6 fe80::9a90:96ff:fec4:969a/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +7: datanet inet6 fe80::8eae:4cff:fecd:a926/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever + +--- ip addr + $ ip addr +1: lo: 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: mtu 1500 qdisc fq_codel master vmbr0 state UP group default qlen 1000 + link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff + altname enp0s25 + altname enx989096c4969a +3: enx8cae4ccda926: mtu 1500 qdisc fq_codel master datanet state UP group default qlen 1000 + link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff +4: enx80ae4ccdec03: mtu 1500 qdisc noop state DOWN group default qlen 1000 + link/ether 80:ae:4c:cd:ec:03 brd ff:ff:ff:ff:ff:ff +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500 + link/none + inet 100.70.77.93/32 scope global tailscale0 + valid_lft forever preferred_lft forever + inet6 fd7a:115c:a1e0::3f3b:4d5d/128 scope global + valid_lft forever preferred_lft forever + inet6 fe80::bcd2:a9d6:e5d0:8ba/64 scope link stable-privacy proto kernel_ll + valid_lft forever preferred_lft forever +6: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff + inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0 + valid_lft 446sec preferred_lft 446sec + inet6 fe80::9a90:96ff:fec4:969a/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +7: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff + inet 10.100.100.4/24 scope global datanet + valid_lft forever preferred_lft forever + inet6 fe80::8eae:4cff:fecd:a926/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +8: tap400i0: mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN group default qlen 1000 + link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff +9: fwbr400i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff +10: fwpr400p0@fwln400i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff +11: fwln400i0@fwpr400p0: mtu 1500 qdisc noqueue master fwbr400i0 state UP group default qlen 1000 + link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff + +--- ip route + $ ip route +default via 192.168.3.254 dev vmbr0 +10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.4 +192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.191 + +--- ip rule + $ ip rule +0: from all lookup local +5210: from all fwmark 0x80000/0xff0000 lookup main +5230: from all fwmark 0x80000/0xff0000 lookup default +5250: from all fwmark 0x80000/0xff0000 unreachable +5270: from all lookup 52 +32766: from all lookup main +32767: from all lookup default + +--- ip -s -s link (counters/errors) + $ ip -s -s link +1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 + link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 + RX: bytes packets errors dropped missed mcast + 2674216 11501 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2674216 11501 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +2: nic0: mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1391622512 8298163 0 5817 0 4483765 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 353501826 1258907 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enp0s25 + altname enx989096c4969a +3: enx8cae4ccda926: mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 288574743776 311161480 0 5815 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 620177744379 458060671 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +4: enx80ae4ccdec03: mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 + link/ether 80:ae:4c:cd:ec:03 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 10152962 92565 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 84846825 118991 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 797660140 6639968 0 0 0 3798031 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 196748128 640978 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +7: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 288569563872 311151965 0 10 0 146994 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 620176262319 458054859 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +8: tap400i0: mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 144523130 532645 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 835391749 6467339 0 5168 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +9: fwbr400i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 504286178 5579525 0 7100 0 3796992 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +10: fwpr400p0@fwln400i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 145970318 538457 0 5812 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 835908906 6472507 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +11: fwln400i0@fwpr400p0: mtu 1500 qdisc noqueue master fwbr400i0 state UP mode DEFAULT group default qlen 1000 + link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 835908906 6472507 0 5812 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 145970318 538457 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + +--- ip neigh + $ ip neigh +192.168.1.164 dev vmbr0 FAILED +192.168.1.46 dev vmbr0 FAILED +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE +10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +192.168.1.45 dev vmbr0 FAILED +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE +10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE +fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE +fe80::fabc:12ff:fe34:e075 dev datanet lladdr f8:bc:12:34:e0:75 STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::be24:11ff:feeb:f00f dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::be24:11ff:fe6e:1269 dev vmbr0 lladdr bc:24:11:6e:12:69 STALE +fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE +fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE +fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::be24:11ff:fe74:d68a dev vmbr0 lladdr bc:24:11:74:d6:8a STALE +fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE +fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE +fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE +fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE +fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE +fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE +fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE +fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE +fe80::571e:6df3:f3d6:ad57 dev vmbr0 lladdr bc:24:11:6d:60:fb STALE +fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::11be:70aa:7f52:bcc4 dev vmbr0 lladdr bc:24:11:7a:44:5f STALE +fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE + +--- /proc/net/dev (counters) + $ cat /proc/net/dev +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 2674216 11501 0 0 0 0 0 0 2674216 11501 0 0 0 0 0 0 + nic0: 1391622512 8298163 0 5817 0 0 0 4483765 353501826 1258907 0 0 0 0 0 0 +enx8cae4ccda926: 288574743776 311161480 0 5815 0 0 0 0 620177744379 458060671 0 0 0 0 0 0 +enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tailscale0: 10152962 92565 0 0 0 0 0 0 84846825 118991 0 0 0 0 0 0 + vmbr0: 797660140 6639968 0 0 0 0 0 3798031 196748128 640978 0 0 0 0 0 0 +datanet: 288569563872 311151965 0 10 0 0 0 146994 620176262319 458054859 0 0 0 0 0 0 +tap400i0: 144523130 532645 0 0 0 0 0 0 835391749 6467339 0 5168 0 0 0 0 +fwbr400i0: 504286178 5579525 0 7100 0 0 0 3796992 0 0 0 0 0 0 0 0 +fwpr400p0: 145970318 538457 0 5812 0 0 0 0 835908906 6472507 0 0 0 0 0 0 +fwln400i0: 835908906 6472507 0 5812 0 0 0 0 145970318 538457 0 0 0 0 0 0 + +--- ip -6 route (brief) + $ ip -6 route +fd7a:115c:a1e0::3f3b:4d5d dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev vmbr0 proto kernel metric 256 pref medium +fe80::/64 dev datanet proto kernel metric 256 pref medium + +--- sysfs interface attributes + $ for ifc in $NETIFS; do + d="/sys/class/net/$ifc" + [ -d "$d" ] || continue + printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \ + "$ifc" \ + "$(cat "$d/speed" 2>/dev/null)" \ + "$(cat "$d/duplex" 2>/dev/null)" \ + "$(cat "$d/mtu" 2>/dev/null)" \ + "$(cat "$d/carrier" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/type" 2>/dev/null)" +done +datanet speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +enx80ae4ccdec03 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1 +enx8cae4ccda926 speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr400i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln400i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr400p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap400i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 + +--- ethtool per-interface deep dump + $ for ifc in $NETIFS; do + [ -e "/sys/class/net/$ifc" ] || continue + echo "" + echo "----- ethtool: $ifc -----" + echo "[driver/version/firmware/bus-info -i]" + ethtool -i "$ifc" 2>&1 + echo "[settings - speed/duplex/autoneg/port]" + ethtool "$ifc" 2>&1 + echo "[channels -l (RX/TX/combined queue counts)]" + ethtool -l "$ifc" 2>&1 + echo "[coalesce -c (interrupt moderation)]" + ethtool -c "$ifc" 2>&1 + echo "[ring -g (descriptor counts)]" + ethtool -g "$ifc" 2>&1 + echo "[pause / flow-control -a]" + ethtool -a "$ifc" 2>&1 + echo "[offload features -k]" + ethtool -k "$ifc" 2>&1 + echo "[private flags --show-priv-flags]" + ethtool --show-priv-flags "$ifc" 2>&1 + echo "[ntuple/RSS -n]" + ethtool -n "$ifc" 2>&1 | head -n 40 + echo "[SFP/DOM transceiver -m]" + ethtool -m "$ifc" 2>&1 + echo "[statistics -S (key error/drop counters only)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'drop|discard|error|crc|miss|pause|fifo|no_buff|rx_no_|_err|fw_|_bad|oversiz|undersize|frag|jabber|length_err|alignment' \ + | head -n 60 + echo "[statistics -S (throughput counters)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'rx_(octets|bytes|packets)|tx_(octets|bytes|packets)|rx_(unicast|multicast|broadcast)|tx_(unicast|multicast|broadcast)' \ + | head -n 30 +done + +----- ethtool: datanet ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for datanet: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: Unknown! + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for datanet: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [requested on] + tx-scatter-gather-fraglist: off [requested on] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [requested on] + tx-tcp-ecn-segmentation: off [requested on] + tx-tcp-mangleid-segmentation: off [requested on] + tx-tcp6-segmentation: off [requested on] + tx-tcp-accecn-segmentation: off [requested on] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [requested on] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: off [requested on] +tx-esp-segmentation: on +tx-udp-segmentation: off [requested on] +tx-gso-list: off [requested on] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: enx80ae4ccdec03 ----- +[driver/version/firmware/bus-info -i] +driver: cdc_ncm +version: 6.17.9-1-pve +firmware-version: CDC NCM (NO ZLP) +expansion-rom-version: +bus-info: usb-0000:00:14.0-2.4 +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for enx80ae4ccdec03: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: Unknown! + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000007 (7) + drv probe link + Link detected: no +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for enx80ae4ccdec03: +rx-checksumming: off [fixed] +tx-checksumming: off + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: off [fixed] + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [fixed] + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [fixed] + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off [fixed] + tx-tcp6-segmentation: off [fixed] + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: off [fixed] +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: enx8cae4ccda926 ----- +[driver/version/firmware/bus-info -i] +driver: cdc_ncm +version: 6.17.9-1-pve +firmware-version: CDC NCM (NO ZLP) +expansion-rom-version: +bus-info: usb-0000:00:14.0-2.2 +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for enx8cae4ccda926: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: Unknown! + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for enx8cae4ccda926: +rx-checksumming: off [fixed] +tx-checksumming: off + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: off [fixed] + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [fixed] + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [fixed] + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off [fixed] + tx-tcp6-segmentation: off [fixed] + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: off [fixed] +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr400i0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwbr400i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwbr400i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwln400i0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwln400i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwln400i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln400i0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: fwpr400p0 ----- +[driver/version/firmware/bus-info -i] +driver: veth +version: 1.0 +firmware-version: +expansion-rom-version: +bus-info: +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for fwpr400p0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for fwpr400p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr400p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: nic0 ----- +[driver/version/firmware/bus-info -i] +driver: e1000e +version: 6.17.9-1-pve +firmware-version: 0.13-4 +expansion-rom-version: +bus-info: 0000:00:19.0 +supports-statistics: yes +supports-test: yes +supports-eeprom-access: yes +supports-register-dump: yes +supports-priv-flags: yes +[settings - speed/duplex/autoneg/port] +Settings for nic0: + Supported ports: [ TP ] + Supported link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Supported pause frame use: Symmetric Receive-only + Supports auto-negotiation: Yes + Supported FEC modes: Not reported + Advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Advertised pause frame use: Symmetric Receive-only + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: on (auto) + Supports Wake-on: pumbg + Wake-on: g + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 3 +rx-frames: n/a +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +Ring parameters for nic0: +Pre-set maximums: +RX: 4096 +RX Mini: n/a +RX Jumbo: n/a +TX: 4096 +TX push buff len: n/a +Current hardware settings: +RX: 256 +RX Mini: n/a +RX Jumbo: n/a +TX: 256 +RX Buf Len: n/a +CQE Size: n/a +TX Push: off +RX Push: off +TX push buff len: n/a +TCP data split: n/a +[pause / flow-control -a] +Pause parameters for nic0: +Autonegotiate: on +RX: off +TX: off +RX negotiated: off +TX negotiated: off + +[offload features -k] +Features for nic0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: on +highdma: on [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off +rx-all: off +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +Private flags for nic0: +s0ix-enabled: off +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_errors: 0 + tx_errors: 0 + tx_dropped: 0 + rx_length_errors: 0 + rx_over_errors: 0 + rx_crc_errors: 0 + rx_frame_errors: 0 + rx_no_buffer_count: 0 + rx_missed_errors: 0 + tx_aborted_errors: 0 + tx_carrier_errors: 0 + tx_fifo_errors: 0 + tx_heartbeat_errors: 0 + tx_window_errors: 0 + rx_long_length_errors: 0 + rx_short_length_errors: 0 + rx_align_errors: 0 + rx_csum_offload_errors: 0 + dropped_smbus: 0 + uncorr_ecc_errors: 0 + corr_ecc_errors: 0 +[statistics -S (throughput counters)] + rx_packets: 8298183 + tx_packets: 1258919 + rx_bytes: 1391627645 + tx_bytes: 353503049 + rx_broadcast: 1781708 + tx_broadcast: 1280 + rx_multicast: 4483770 + tx_multicast: 32676 + +----- ethtool: tap400i0 ----- +[driver/version/firmware/bus-info -i] +driver: tun +version: 1.6 +firmware-version: +expansion-rom-version: +bus-info: tap +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for tap400i0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Full + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000000 (0) + + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for tap400i0: +Pre-set maximums: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +Current hardware settings: +RX: n/a +TX: n/a +Other: n/a +Combined: 1 +[coalesce -c (interrupt moderation)] +Coalesce parameters for tap400i0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: n/a +rx-frames: 0 +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for tap400i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: vmbr0 ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for vmbr0: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for vmbr0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +############################################################################### +# 11. NETWORK: BRIDGES / BONDS / VLANS +############################################################################### + +--- bridge link + $ bridge link +2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 +3: enx8cae4ccda926: mtu 1500 master datanet state forwarding priority 32 cost 100 +8: tap400i0: mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2 +10: fwpr400p0@fwln400i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +11: fwln400i0@fwpr400p0: mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2 + +--- bridge -d link + $ bridge -d link +2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 134 mcast_max_groups 0 +3: enx8cae4ccda926: mtu 1500 master datanet state forwarding priority 32 cost 100 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +8: tap400i0: mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +10: fwpr400p0@fwln400i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +11: fwln400i0@fwpr400p0: mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0 + +--- bridge vlan + $ bridge vlan +port vlan-id +nic0 1 PVID Egress Untagged +enx8cae4ccda926 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap400i0 1 PVID Egress Untagged +fwbr400i0 1 PVID Egress Untagged +fwpr400p0 1 PVID Egress Untagged +fwln400i0 1 PVID Egress Untagged + +--- bridge vlan show + $ bridge vlan show +port vlan-id +nic0 1 PVID Egress Untagged +enx8cae4ccda926 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap400i0 1 PVID Egress Untagged +fwbr400i0 1 PVID Egress Untagged +fwpr400p0 1 PVID Egress Untagged +fwln400i0 1 PVID Egress Untagged + +--- brctl show + $ brctl show +bridge name bridge id STP enabled interfaces +datanet 8000.8cae4ccda926 no enx8cae4ccda926 +fwbr400i0 8000.226fca7c5023 no fwln400i0 + tap400i0 +vmbr0 8000.989096c4969a no fwpr400p0 + nic0 + +--- bonding state + [missing: /proc/net/bonding/bond*] + +--- vlan config + $ cat /proc/net/vlan/config +cat: /proc/net/vlan/config: No such file or directory + [exit=1 / not installed or not permitted] + +--- /proc/net/vlan + [missing: /proc/net/vlan] + +--- /etc/network/interfaces + --- /etc/network/interfaces --- +auto lo +iface lo inet loopback + + +### mgmt net +iface nic0 inet manual + + +auto vmbr0 +iface vmbr0 inet dhcp + bridge-ports nic0 + bridge-stp off + bridge-fd 0 + + + +### datanet + +#auto enx8cae4ccda926 +#iface enx8cae4ccda926 inet manual +# bond-master bond0 + +#auto enx80ae4ccdec03 +#iface enx80ae4ccdec03 inet manual +# bond-master bond0 + +#auto bond0 +#iface bond0 inet manual +# bond-mode 802.3ad +# bond-miimon 100 +# bond-downdelay 200 +# bond-updelay 200 +# bond-lacp-rate fast +# bond-slaves enx8cae4ccda926 enx80ae4ccdec03 + + +auto datanet +iface datanet inet static + address 10.100.100.4 + netmask 255.255.255.0 + bridge-ports enx8cae4ccda926 + bridge-stp off + bridge-fd 0 + +source /etc/network/interfaces.d/* + + +--- interfaces.d (per file) + $ for f in /etc/network/interfaces.d/*; do + [ -r "$f" ] || continue + echo "--- $f ---" + cat "$f" +done + +############################################################################### +# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET +############################################################################### + +--- /proc/interrupts + $ cat /proc/interrupts + CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 + 0: 25 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 8: 1 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 + 9: 0 15565 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 16: 0 0 204584 0 0 0 0 0 IR-IO-APIC 16-fasteoi ehci_hcd:usb1 + 18: 0 0 0 0 11580 0 0 0 IR-IO-APIC 18-fasteoi i801_smbus + 19: 0 0 0 0 0 0 0 14781514 IR-IO-APIC 19-fasteoi ata_piix + 23: 0 0 0 47 0 0 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb2 + 24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 + 25: 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 + 26: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.0 0-edge PCIe bwctrl + 27: 0 0 0 0 0 1 0 0 IR-PCI-MSI-0000:00:1c.1 0-edge PCIe bwctrl + 28: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.4 0-edge PCIe bwctrl + 29: 0 8337455 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0 + 30: 0 0 0 0 147072614 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 38: 0 0 0 0 0 26 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me + 39: 0 0 0 0 0 0 95638 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 40: 0 0 0 0 0 0 0 256 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card0 +NMI: 244 230 180 205 534 167 158 177 Non-maskable interrupts +LOC: 35598712 49341069 31034492 36436127 82584426 36982422 34477997 24420801 Local timer interrupts +SPU: 0 0 0 0 0 0 0 0 Spurious interrupts +PMI: 244 230 180 205 534 167 158 177 Performance monitoring interrupts +IWI: 0 0 0 0 26 0 14 0 IRQ work interrupts +RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries +RES: 162370 126671 100273 185261 97817 168706 184774 60722 Rescheduling interrupts +CAL: 924949 635020 461438 460252 758786 429686 421204 358891 Function call interrupts +TLB: 117995 124373 128897 119135 121853 122050 115034 123246 TLB shootdowns +TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts +THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts +DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts +MCE: 0 0 0 0 0 0 0 0 Machine check exceptions +MCP: 533 534 534 534 534 534 534 534 Machine check polls +ERR: 0 +MIS: 0 +PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event +NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event +PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event + +--- NIC IRQ affinities (which CPUs handle which queue) + $ for ifc in $NETIFS; do + [ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue + echo "=== $ifc IRQ list (first 40) ===" + ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40 +done +=== nic0 IRQ list (first 40) === +29 + +--- RPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_cpus = 00 + /sys/class/net/enx80ae4ccdec03/queues/rx-0/rps_cpus = 00 + /sys/class/net/enx8cae4ccda926/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr400i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln400i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr400p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/lo/queues/rx-0/rps_cpus = 00 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap400i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 00 + +--- XPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 +cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/enx80ae4ccdec03/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/enx8cae4ccda926/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr400i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/nic0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap400i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory + /sys/class/net/datanet/queues/tx-0/xps_cpus = + /sys/class/net/enx80ae4ccdec03/queues/tx-0/xps_cpus = + /sys/class/net/enx8cae4ccda926/queues/tx-0/xps_cpus = + /sys/class/net/fwbr400i0/queues/tx-0/xps_cpus = + /sys/class/net/fwln400i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr400p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/lo/queues/tx-0/xps_cpus = + /sys/class/net/nic0/queues/tx-0/xps_cpus = + /sys/class/net/tailscale0/queues/tx-0/xps_cpus = + /sys/class/net/tap400i0/queues/tx-0/xps_cpus = + /sys/class/net/vmbr0/queues/tx-0/xps_cpus = + +--- RFS flow counts + $ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do + [ -e "$q" ] || continue + printf ' %s = %s\n' "$q" "$(cat "$q")" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/enx80ae4ccdec03/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/enx8cae4ccda926/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr400i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln400i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr400p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap400i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 + +--- /proc/net/softnet_stat (drops/backlog) + $ cat /proc/net/softnet_stat +00006307 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +019ea761 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00097e0f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +000207bf 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +2518a8a9 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00005c5d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +0000a038 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +00005c44 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 + +--- softnet_stat decoded + $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT +awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", + NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat +cpu0 total=00006307 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=019ea775 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00097e0f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=000207bf dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=2518a8bb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00005c5d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=0000a038 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00005c44 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 + +--- netstat drop counters (significant ones) + $ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \ +netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60 +IpReasmFails 895880 0.0 +IpFragFails 0 0.0 +TcpAttemptFails 8 0.0 +TcpRetransSegs 34835126 0.0 +TcpInErrs 0 0.0 +Ip6ReasmFails 0 0.0 +Ip6FragFails 0 0.0 +TcpExtSyncookiesFailed 0 0.0 +TcpExtEmbryonicRsts 0 0.0 +TcpExtLockDroppedIcmps 0 0.0 +TcpExtListenOverflows 0 0.0 +TcpExtListenDrops 0 0.0 +TcpExtTCPLossUndo 27 0.0 +TcpExtTCPLostRetransmit 210475 0.0 +TcpExtTCPRenoFailures 0 0.0 +TcpExtTCPSackFailures 0 0.0 +TcpExtTCPLossFailures 1 0.0 +TcpExtTCPFastRetrans 34832471 0.0 +TcpExtTCPSlowStartRetrans 133 0.0 +TcpExtTCPLossProbes 2488 0.0 +TcpExtTCPLossProbeRecovery 95 0.0 +TcpExtTCPRenoRecoveryFail 0 0.0 +TcpExtTCPSackRecoveryFail 2 0.0 +TcpExtTCPAbortOnData 1285 0.0 +TcpExtTCPAbortOnClose 6 0.0 +TcpExtTCPAbortOnMemory 0 0.0 +TcpExtTCPAbortOnTimeout 2 0.0 +TcpExtTCPAbortOnLinger 0 0.0 +TcpExtTCPAbortFailed 0 0.0 +TcpExtTCPMD5Failure 0 0.0 +TcpExtTCPBacklogDrop 0 0.0 +TcpExtPFMemallocDrop 0 0.0 +TcpExtTCPMinTTLDrop 0 0.0 +TcpExtTCPDeferAcceptDrop 0 0.0 +TcpExtTCPTimeWaitOverflow 0 0.0 +TcpExtTCPReqQFullDrop 0 0.0 +TcpExtTCPRetransFail 0 0.0 +TcpExtTCPOFODrop 0 0.0 +TcpExtTCPFastOpenActiveFail 0 0.0 +TcpExtTCPFastOpenPassiveFail 0 0.0 +TcpExtTCPFastOpenListenOverflow 0 0.0 +TcpExtTCPSynRetrans 75 0.0 +TcpExtTCPMTUPFail 0 0.0 +TcpExtTCPZeroWindowDrop 0 0.0 +TcpExtTCPRcvQDrop 0 0.0 +TcpExtTCPMigrateReqFailure 0 0.0 +TcpExtTCPAODroppedIcmps 0 0.0 +MPTcpExtMPCapableSYNTXDrop 0 0.0 +MPTcpExtMPTCPRetrans 0 0.0 +MPTcpExtMPJoinSynAckHMacFailure 0 0.0 +MPTcpExtMPJoinAckHMacFailure 0 0.0 +MPTcpExtAddAddrTxDrop 0 0.0 +MPTcpExtEchoAddTxDrop 0 0.0 +MPTcpExtAddAddrDrop 0 0.0 +MPTcpExtRmAddrDrop 0 0.0 +MPTcpExtRmAddrTxDrop 0 0.0 +MPTcpExtMPFailTx 0 0.0 +MPTcpExtMPFailRx 0 0.0 +MPTcpExtFallbackFailed 0 0.0 + +############################################################################### +# 13. NETWORK: SOCKET / TCP STATE +############################################################################### + +--- ss -s + $ ss -s +Total: 364 +TCP: 49 (estab 16, closed 3, orphaned 0, timewait 1) + +Transport Total IP IPv6 +RAW 0 0 0 +UDP 18 10 8 +TCP 46 31 15 +INET 64 41 23 +FRAG 0 0 0 + + +--- ss -t -m (top TCP with skmem/cwnd/rto) + $ ss -tno state established ( dport != :22 and sport != :22 ) -m +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 10.100.100.4:2049 10.100.100.5:946 + skmem:(r0,rb970643,t0,tb966144,f0,w0,o0,bl0,d2004) +0 0 10.100.100.4:2049 10.100.100.7:713 + skmem:(r0,rb1456272,t0,tb2297856,f0,w0,o0,bl0,d372) +0 0 192.168.3.191:47126 209.177.156.94:443 timer:(keepalive,,0) + skmem:(r0,rb132734,t0,tb130560,f0,w0,o0,bl0,d2) +0 0 10.100.100.4:2049 10.100.100.3:964 + skmem:(r0,rb7415820,t0,tb13578240,f0,w0,o0,bl0,d30484) +0 0 10.100.100.4:2049 10.100.100.6:975 + skmem:(r0,rb728280,t0,tb2963712,f0,w0,o0,bl0,d46) +0 0 192.168.3.191:59348 9.9.9.9:443 timer:(keepalive,20sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.191:38606 192.200.0.107:443 timer:(keepalive,4.813sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.4:2049 10.100.100.7:728 + skmem:(r0,rb2320396,t0,tb2376192,f0,w0,o0,bl0,d399) +0 0 10.100.100.4:2049 10.100.100.6:929 + skmem:(r0,rb1194899,t0,tb2532864,f0,w0,o0,bl0,d42) +0 0 10.100.100.4:2049 10.100.100.1:668 + skmem:(r0,rb16777216,t0,tb3081216,f0,w0,o0,bl0,d13277) +0 0 10.100.100.4:2049 10.100.100.7:743 + skmem:(r0,rb1532096,t0,tb2402304,f0,w0,o0,bl0,d373) +0 0 10.100.100.4:2049 10.100.100.7:757 + skmem:(r0,rb1997342,t0,tb2297856,f0,w0,o0,bl0,d375) +0 0 10.100.100.4:2049 10.100.100.6:704 + skmem:(r0,rb1239521,t0,tb2689536,f0,w0,o0,bl0,d56) +0 0 10.100.100.4:2049 10.100.100.6:913 + skmem:(r0,rb940501,t0,tb2676480,f0,w0,o0,bl0,d48) +0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:59682 timer:(keepalive,12sec,0) + skmem:(r0,rb439127,t0,tb130560,f0,w0,o0,bl0,d7236) + +--- ss -ti (TCP internals) + $ ss -ti +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 10.100.100.4:nfs 10.100.100.5:946 + bbr wscale:10,9 rto:217 rtt:16.363/18.323 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 bytes_sent:10000831600 bytes_retrans:543936 bytes_acked:10000287664 bytes_received:1555745840 segs_out:7565571 segs_in:4845066 data_segs_out:7186686 data_segs_in:1187647 bbr:(bw:58.7Mbps,mrtt:0.827,pacing_gain:1.25,cwnd_gain:2) send 21.2Mbps lastsnd:2568 lastrcv:2605 lastack:2526 pacing_rate 72.7Mbps delivery_rate 58.7Mbps delivered:7185986 app_limited busy:11280459ms retrans:0/1329 dsack_dups:1648 rcv_rtt:4.106 rcv_space:322284 rcv_ssthresh:644567 minrtt:0.668 rcv_ooopack:425 snd_wnd:370688 rcv_wnd:644608 rehash:12 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:713 + bbr wscale:12,9 rto:206 rtt:5.299/7.879 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:184 ssthresh:265 bytes_sent:416495400 bytes_retrans:43288 bytes_acked:416452112 bytes_received:60283220 segs_out:311778 segs_in:132004 data_segs_out:299079 data_segs_in:56913 bbr:(bw:944Mbps,mrtt:0.269,pacing_gain:1.25,cwnd_gain:2) send 402Mbps lastsnd:919 lastrcv:985 lastack:919 pacing_rate 1.17Gbps delivery_rate 393Mbps delivered:299041 app_limited busy:142895ms retrans:0/61 dsack_dups:22 rcv_rtt:17.376 rcv_space:483528 rcv_ssthresh:967055 minrtt:0.113 rcv_ooopack:585 snd_wnd:667648 rcv_wnd:967168 rehash:29 +ESTAB 0 0 192.168.3.191:47126 209.177.156.94:https + bbr wscale:7,9 rto:212 rtt:11.866/3.091 ato:45 mss:1448 pmtu:1500 rcvmss:700 advmss:1448 cwnd:69 bytes_sent:649634 bytes_acked:649635 bytes_received:984873 segs_out:13173 segs_in:11581 data_segs_out:3479 data_segs_in:6181 bbr:(bw:11.1Mbps,mrtt:12.801,pacing_gain:2.88672,cwnd_gain:2.88672) send 67.4Mbps lastsnd:9819 lastrcv:5098 lastack:5098 pacing_rate 35.3Mbps delivery_rate 11.1Mbps delivered:3480 app_limited busy:21569ms rcv_rtt:271403 rcv_space:44072 rcv_ssthresh:87506 minrtt:12.801 snd_wnd:280704 rcv_wnd:87552 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.3:964 + bbr wscale:10,9 rto:216 rtt:15.396/17.929 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:388 ssthresh:364 bytes_sent:141448328260 bytes_retrans:610284 bytes_acked:141447717976 bytes_received:14536070420 segs_out:101241157 segs_in:42237486 data_segs_out:99274701 data_segs_in:10599517 bbr:(bw:938Mbps,mrtt:1.531,pacing_gain:1.25,cwnd_gain:2) send 292Mbps lastsnd:1201 lastrcv:1264 lastack:1158 pacing_rate 1.16Gbps delivery_rate 938Mbps delivered:99274224 app_limited busy:11596520ms retrans:0/498 dsack_dups:156 rcv_rtt:2.424 rcv_space:1506338 rcv_ssthresh:4924567 minrtt:1.456 rcv_ooopack:21414 snd_wnd:3648512 rcv_wnd:4924928 rehash:7 +ESTAB 0 0 100.70.77.93:ssh 100.101.187.119:35880 + bbr wscale:7,9 rto:209 rtt:8.411/13.457 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:5597 bytes_acked:5597 bytes_received:3889 segs_out:22 segs_in:22 data_segs_out:15 data_segs_in:13 bbr:(bw:24.2Mbps,mrtt:0.537,pacing_gain:2.88672,cwnd_gain:2.88672) send 29.2Mbps lastsnd:6992 lastrcv:6992 lastack:6991 pacing_rate 523Mbps delivery_rate 24.2Mbps delivered:16 app_limited busy:105ms rcv_rtt:7 rcv_space:12400 rcv_ssthresh:78504 minrtt:0.537 snd_wnd:76928 rcv_wnd:78848 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:975 + bbr wscale:12,9 rto:204 rtt:3.691/4.997 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:190 ssthresh:152 bytes_sent:140291164 bytes_retrans:1044 bytes_acked:140290120 bytes_received:10157904 segs_out:102252 segs_in:22597 data_segs_out:99797 data_segs_in:10130 bbr:(bw:804Mbps,mrtt:0.361,pacing_gain:1.25,cwnd_gain:2) send 596Mbps lastsnd:1193 lastrcv:1210 lastack:1192 pacing_rate 994Mbps delivery_rate 617Mbps delivered:99797 app_limited busy:11443ms retrans:0/7 dsack_dups:7 rcv_rtt:9.529 rcv_space:241812 rcv_ssthresh:483623 minrtt:0.298 rcv_ooopack:380 snd_wnd:516096 rcv_wnd:483840 rehash:2 +ESTAB 0 0 192.168.3.191:59348 9.9.9.9:https + bbr wscale:11,9 rto:212 rtt:11.578/1.044 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:11207 bytes_acked:11208 bytes_received:19327 segs_out:179 segs_in:170 data_segs_out:168 data_segs_in:88 bbr:(bw:3.62Mbps,mrtt:10.158,pacing_gain:2.88672,cwnd_gain:2.88672) send 18Mbps lastsnd:8292 lastrcv:8273 lastack:8273 pacing_rate 24.8Mbps delivery_rate 3.62Mbps delivered:169 app_limited busy:954ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.158 snd_wnd:45056 rcv_wnd:57856 +ESTAB 0 0 192.168.3.191:38606 192.200.0.107:https + bbr wscale:10,9 rto:337 rtt:136.864/8.573 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:13055 bytes_acked:13056 bytes_received:456316 segs_out:6683 segs_in:6706 data_segs_out:77 data_segs_in:3481 bbr:(bw:346kbps,mrtt:129.907,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.52Mbps lastsnd:129467 lastrcv:25195 lastack:25195 pacing_rate 2.5Mbps delivery_rate 346kbps delivered:78 app_limited busy:9161ms rcv_rtt:10320 rcv_space:17260 rcv_ssthresh:57388 minrtt:129.907 snd_wnd:82944 rcv_wnd:57856 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:728 + bbr wscale:12,9 rto:204 rtt:3.749/4.891 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:194 ssthresh:150 bytes_sent:440356140 bytes_retrans:42980 bytes_acked:440313160 bytes_received:71850216 segs_out:330108 segs_in:144938 data_segs_out:316092 data_segs_in:65693 bbr:(bw:946Mbps,mrtt:0.324,pacing_gain:1.25,cwnd_gain:2) send 599Mbps lastsnd:920 lastrcv:967 lastack:920 pacing_rate 1.17Gbps delivery_rate 723Mbps delivered:316023 app_limited busy:122762ms retrans:0/71 dsack_dups:144 rcv_rtt:24.27 rcv_space:770444 rcv_ssthresh:1540887 minrtt:0.243 rcv_ooopack:643 snd_wnd:679936 rcv_wnd:1541120 rehash:20 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:929 + bbr wscale:12,9 rto:209 rtt:8.569/11.364 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:180 ssthresh:156 bytes_sent:142001152 bytes_acked:142001152 bytes_received:10414196 segs_out:103250 segs_in:22662 data_segs_out:100976 data_segs_in:10333 bbr:(bw:549Mbps,mrtt:0.427,pacing_gain:1.25,cwnd_gain:2) send 243Mbps lastsnd:2352 lastrcv:2372 lastack:2351 pacing_rate 679Mbps delivery_rate 549Mbps delivered:100977 app_limited busy:10703ms rwnd_limited:2ms(0.0%) rcv_rtt:12.561 rcv_space:396744 rcv_ssthresh:792850 minrtt:0.411 rcv_ooopack:161 snd_wnd:499712 rcv_wnd:793088 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.1:668 + bbr wscale:10,9 rto:205 rtt:4.134/3.369 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:42 ssthresh:166 bytes_sent:8739779616 bytes_retrans:715867816 bytes_acked:8023911800 bytes_received:54272742016 segs_out:15386034 segs_in:39650033 data_segs_out:6683266 data_segs_in:37752275 bbr:(bw:100Mbps,mrtt:0.443,pacing_gain:1.25,cwnd_gain:2) send 118Mbps lastsnd:4 pacing_rate 124Mbps delivery_rate 100Mbps delivered:6188989 app_limited busy:3458523ms rwnd_limited:4ms(0.0%) retrans:0/494686 dsack_dups:408 reordering:179 reord_seen:67 rcv_rtt:3.573 rcv_space:8388608 rcv_ssthresh:11141120 minrtt:0.443 rcv_ooopack:46652 snd_wnd:1248256 rcv_wnd:11141120 rehash:5 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:743 + bbr wscale:12,9 rto:207 rtt:6.768/10.479 ato:44 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:224 ssthresh:258 bytes_sent:446188468 bytes_retrans:26488 bytes_acked:446161980 bytes_received:65647152 segs_out:333657 segs_in:142060 data_segs_out:320103 data_segs_in:61226 bbr:(bw:992Mbps,mrtt:0.489,pacing_gain:1.25,cwnd_gain:2) send 383Mbps lastsnd:920 lastrcv:962 lastack:920 pacing_rate 1.23Gbps delivery_rate 675Mbps delivered:320058 busy:95001ms retrans:0/45 dsack_dups:90 rcv_rtt:15.383 rcv_space:508704 rcv_ssthresh:1017407 minrtt:0.251 rcv_ooopack:440 snd_wnd:626688 rcv_wnd:1017856 rehash:10 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:757 + bbr wscale:12,9 rto:205 rtt:4.24/5.813 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:254 ssthresh:157 bytes_sent:405341680 bytes_retrans:29908 bytes_acked:405311772 bytes_received:63535100 segs_out:304389 segs_in:133533 data_segs_out:291219 data_segs_in:59131 bbr:(bw:938Mbps,mrtt:0.703,pacing_gain:1.25,cwnd_gain:2) send 694Mbps lastsnd:920 lastrcv:986 lastack:920 pacing_rate 1.16Gbps delivery_rate 463Mbps delivered:291184 busy:114784ms retrans:0/37 dsack_dups:74 rcv_rtt:7.383 rcv_space:663180 rcv_ssthresh:1326359 minrtt:0.267 rcv_ooopack:558 snd_wnd:520192 rcv_wnd:1326592 rehash:11 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:704 + bbr wscale:12,9 rto:214 rtt:13.509/16.092 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:228 ssthresh:152 bytes_sent:132131688 bytes_retrans:116 bytes_acked:132131572 bytes_received:10258488 segs_out:96440 segs_in:21807 data_segs_out:94068 data_segs_in:10171 bbr:(bw:763Mbps,mrtt:0.663,pacing_gain:1.25,cwnd_gain:2) send 196Mbps lastsnd:2374 lastrcv:2390 lastack:2373 pacing_rate 944Mbps delivery_rate 763Mbps delivered:94069 app_limited busy:10594ms rwnd_limited:1ms(0.0%) retrans:0/1 dsack_dups:1 rcv_rtt:108.208 rcv_space:411560 rcv_ssthresh:823119 minrtt:0.252 rcv_ooopack:574 snd_wnd:507904 rcv_wnd:823296 +ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:913 + bbr wscale:12,9 rto:208 rtt:7.899/11.873 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:174 ssthresh:148 bytes_sent:134031312 bytes_acked:134031312 bytes_received:9770064 segs_out:97452 segs_in:21278 data_segs_out:95381 data_segs_in:9749 bbr:(bw:798Mbps,mrtt:0.25,pacing_gain:1.25,cwnd_gain:2) send 255Mbps lastsnd:1186 lastrcv:1192 lastack:1184 pacing_rate 987Mbps delivery_rate 775Mbps delivered:95382 app_limited busy:10800ms rcv_rtt:14.804 rcv_space:312276 rcv_ssthresh:624551 minrtt:0.25 rcv_ooopack:539 snd_wnd:532480 rcv_wnd:624640 +ESTAB 0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:59682 + bbr wscale:11,9 rto:245 rtt:44.991/0.94 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:24 bytes_sent:3945111 bytes_retrans:2152 bytes_acked:3942959 bytes_received:540139 segs_out:32372 segs_in:29349 data_segs_out:10586 data_segs_in:12271 bbr:(bw:1.02Mbps,mrtt:43.687,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.24Mbps lastsnd:2398 lastrcv:2355 lastack:2355 pacing_rate 5.76Mbps delivery_rate 1.02Mbps delivered:10574 app_limited busy:336635ms retrans:0/11 rcv_rtt:280080 rcv_space:65183 rcv_ssthresh:38912 minrtt:43.409 snd_wnd:49152 rcv_wnd:65024 rehash:5 + +--- /proc/net/snmp (TCP summary) + $ grep -A1 ^Tcp: /proc/net/snmp +Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors +Tcp: 1 200 120000 -1 1797 590199 8 26 16 310205879 423428465 34835126 0 4985 0 +Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors + +--- TCP retrans stats + $ grep -A1 ^Tcp: /proc/net/snmp +Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors +Tcp: 1 200 120000 -1 1797 590199 8 26 16 310205879 423428465 34835126 0 4985 0 +Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors + +--- nstat TCP summary + $ nstat -az Tcp_RetransSegs Tcp_InErrs Tcp_OutRsts Tcp_ActiveOpens Tcp_PassiveOpens +#kernel + +############################################################################### +# 14. STORAGE: BLOCK DEVICES +############################################################################### + +--- lsblk (key cols) + $ lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE,MODEL,SERIAL,STATE,ROTA,DISC-GRAN,DISC-MAX +NAME SIZE TYPE MOUNTPOINT FSTYPE MODEL SERIAL STATE ROTA DISC-GRAN DISC-MAX +sda 1.8T disk Hitachi HDS723020BLA642 MN1220F30H4AND running 1 0B 0B +└─sda1 1.8T part /mnt/albert ext4 1 0B 0B +sdb 1.8T disk /mnt/tsys4/D5 ext4 HITACHI HUA723020ALA640 YFJVEK7A running 1 0B 0B +sdc 2.7T disk WDC WD30EFRX-68EUZN0 WD-WCC4N3JUHH4F running 1 0B 0B +└─sdc1 2.7T part /mnt/tsys4/D2 ext4 1 0B 0B +sdd 931.5G disk WDC WD10EZRX-00A8LB0 WD-WMC1U9174429 running 1 0B 0B +├─sdd1 1007K part 1 0B 0B +├─sdd2 1G part vfat 1 0B 0B +└─sdd3 930.5G part LVM2_member 1 0B 0B + ├─pve-swap 8G lvm [SWAP] swap running 1 0B 0B + ├─pve-root 96G lvm / ext4 running 1 0B 0B + ├─pve-data_tmeta 8.1G lvm running 1 0B 0B + │ └─pve-data-tpool 794.3G lvm running 1 0B 0B + │ ├─pve-data 794.3G lvm running 1 0B 0B + │ └─pve-vm--400--disk--0 32G lvm running 1 64K 64M + └─pve-data_tdata 794.3G lvm running 1 0B 0B + └─pve-data-tpool 794.3G lvm running 1 0B 0B + ├─pve-data 794.3G lvm running 1 0B 0B + └─pve-vm--400--disk--0 32G lvm running 1 64K 64M +sde 476.9G disk SK hynix SC300B SATA 512GB EJ76N650710306R1N running 0 0B 0B +└─sde1 476.9G part /mnt/tsys4/D3 ext4 0 0B 0B +sdf 4.5T disk WDC WD50NDZW-11MR8S1 WD-WX52D41RLK8F running 1 4K 4G +└─sdf1 4.5T part /mnt/backup ext4 1 4K 4G + +--- lsblk -t + $ lsblk -t +NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME +sda 0 512 0 512 512 1 mq-deadline 2 8192 0B +└─sda1 0 512 0 512 512 1 mq-deadline 2 8192 0B +sdb 0 512 0 512 512 1 mq-deadline 2 8192 0B +sdc 0 4096 0 4096 512 1 mq-deadline 2 8192 0B +└─sdc1 0 4096 0 4096 512 1 mq-deadline 2 8192 0B +sdd 0 4096 0 4096 512 1 mq-deadline 2 8192 0B +├─sdd1 3072 4096 0 4096 512 1 mq-deadline 2 8192 0B +├─sdd2 0 4096 0 4096 512 1 mq-deadline 2 8192 0B +└─sdd3 0 4096 0 4096 512 1 mq-deadline 2 8192 0B + ├─pve-swap 0 4096 0 4096 512 1 8192 0B + ├─pve-root 0 4096 0 4096 512 1 8192 0B + ├─pve-data_tmeta 0 4096 0 4096 512 1 8192 0B + │ └─pve-data-tpool 0 65536 65536 4096 512 1 8192 0B + │ ├─pve-data 0 65536 65536 4096 512 1 8192 0B + │ └─pve-vm--400--disk--0 0 65536 65536 4096 512 1 8192 0B + └─pve-data_tdata 0 4096 0 4096 512 1 8192 0B + └─pve-data-tpool 0 65536 65536 4096 512 1 8192 0B + ├─pve-data 0 65536 65536 4096 512 1 8192 0B + └─pve-vm--400--disk--0 0 65536 65536 4096 512 1 8192 0B +sde 0 512 33553920 512 512 0 mq-deadline 60 65532 0B +└─sde1 0 512 33553920 512 512 0 mq-deadline 60 65532 0B +sdf 0 4096 0 4096 512 1 mq-deadline 2 4096 0B +└─sdf1 0 4096 0 4096 512 1 mq-deadline 2 4096 0B + +--- lsblk -O (everything, capped) + $ lsblk -O +ALIGNMENT ID-LINK ID DISC-ALN DAX DISC-GRAN DISK-SEQ DISC-MAX DISC-ZERO FSAVAIL FSROOTS FSSIZE FSTYPE FSUSED FSUSE% FSVER GROUP HCTL HOTPLUG KNAME LABEL LOG-SEC MAJ:MIN MAJ MIN MIN-IO MODE MODEL MQ NAME OPT-IO OWNER PARTFLAGS PARTLABEL PARTN PARTTYPE PARTTYPENAME PARTUUID PATH PHY-SEC PKNAME PTTYPE PTUUID RA RAND REV RM RO ROTA RQ-SIZE SCHED SERIAL SIZE START STATE SUBSYSTEMS MOUNTPOINT MOUNTPOINTS TRAN TYPE UUID VENDOR WSAME WWN ZONED ZONE-SZ ZONE-WGRAN ZONE-APP ZONE-NR ZONE-OMAX ZONE-AMAX + 0 wwn-0x5000cca369c6e1df 0x5000cca369c6e1df 0 0 0B 9 0B 0 disk 0:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- Hitachi HDS723020BLA642 1 sda 0 root /dev/sda 512 dos 7df370d5 8192 1 MN6OA580 0 0 1 2 mq-deadline MN1220F30H4AND 1.8T running block:scsi:pci ata disk ATA 0B 0x5000cca369c6e1df none 0B 0B 0B 0 0 0 + 0 wwn-0x5000cca369c6e1df-part1 0x5000cca369c6e1df-part1 0 0 0B 9 0B 0 1.7T / 1.8T ext4 2M 0% 1.0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 └─sda1 0 root 1 0x83 Linux 7df370d5-01 /dev/sda1 512 sda dos 7df370d5 8192 1 0 0 1 2 mq-deadline 1.8T 2048 block:scsi:pci /mnt/albert /mnt/albert part 0510ec81-11e5-412d-8a33-56ee3bf8e8f5 0B 0x5000cca369c6e1df none 0B 0B 0B 0 0 0 + 0 wwn-0x5000cca223e8338b 0x5000cca223e8338b 0 0 0B 10 0B 0 1.5T / 1.8T ext4 232.9G 13% 1.0 disk 0:0:1:0 0 sdb 512 8:16 8 16 512 brw-rw---- HITACHI HUA723020ALA640 1 sdb 0 root /dev/sdb 512 8192 1 MK7ONS00 0 0 1 2 mq-deadline YFJVEK7A 1.8T running block:scsi:pci /mnt/tsys4/D5 /mnt/tsys4/D5 ata disk 3898f700-297d-4a6b-a449-71ccf7b22047 ATA 0B 0x5000cca223e8338b none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee20e225e1d 0x50014ee20e225e1d 0 0 0B 11 0B 0 disk 1:0:0:0 0 sdc 512 8:32 8 32 4096 brw-rw---- WDC WD30EFRX-68EUZN0 1 sdc 0 root /dev/sdc 4096 gpt fb842831-6c68-11ea-af93-001c23c6347e 8192 1 82.00A82 0 0 1 2 mq-deadline WD-WCC4N3JUHH4F 2.7T running block:scsi:pci ata disk ATA 0B 0x50014ee20e225e1d none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee20e225e1d-part1 0x50014ee20e225e1d-part1 0 0 0B 11 0B 0 2.4T / 2.7T ext4 186.8G 7% 1.0 disk 0 sdc1 512 8:33 8 33 4096 brw-rw---- 1 └─sdc1 0 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 9ec59a48-1030-4f42-b19b-5c7d4dd1aea7 /dev/sdc1 4096 sdc gpt fb842831-6c68-11ea-af93-001c23c6347e 8192 1 0 0 1 2 mq-deadline 2.7T 2048 block:scsi:pci /mnt/tsys4/D2 /mnt/tsys4/D2 part 1bb5976a-a9b9-467d-bdc1-aecf3810590b 0B 0x50014ee20e225e1d none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee25d49f2d7 0x50014ee25d49f2d7 0 0 0B 12 0B 0 disk 1:0:1:0 0 sdd 512 8:48 8 48 4096 brw-rw---- WDC WD10EZRX-00A8LB0 1 sdd 0 root /dev/sdd 4096 gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 01.01A01 0 0 1 2 mq-deadline WD-WMC1U9174429 931.5G running block:scsi:pci ata disk ATA 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0 + 3072 wwn-0x50014ee25d49f2d7-part1 0x50014ee25d49f2d7-part1 0 0 0B 12 0B 0 disk 0 sdd1 512 8:49 8 49 4096 brw-rw---- 1 ├─sdd1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot e4095617-ba64-49ad-b559-e172d6271cc2 /dev/sdd1 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 1007K 34 block:scsi:pci part 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee25d49f2d7-part2 0x50014ee25d49f2d7-part2 0 0 0B 12 0B 0 vfat FAT32 disk 0 sdd2 512 8:50 8 50 4096 brw-rw---- 1 ├─sdd2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System d05e0a67-4fdf-455f-a47e-bb86fe8508b0 /dev/sdd2 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 1G 2048 block:scsi:pci part 0B43-A3C1 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee25d49f2d7-part3 0x50014ee25d49f2d7-part3 0 0 0B 12 0B 0 LVM2_member LVM2 001 disk 0 sdd3 512 8:51 8 51 4096 brw-rw---- 1 └─sdd3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM 318d51d7-692c-44bd-94f2-ae8634c84de1 /dev/sdd3 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 930.5G 2099200 block:scsi:pci part gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0 + 0 dm-name-pve-swap name-pve-swap 0 0 0B 13 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 4096 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 4096 sdd3 8192 0 0 0 1 8G running block [SWAP] [SWAP] lvm df0785c5-d395-43f5-aeab-0f74f50cf2b8 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 0B 14 0B 0 78.9G / 93.9G ext4 10.2G 11% 1.0 disk 0 dm-1 512 252:1 252 1 4096 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 4096 sdd3 8192 0 0 0 1 96G running block / / lvm fe418106-acca-4171-8fba-1f4fa2c48260 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 15 0B 0 disk 0 dm-2 512 252:2 252 2 4096 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 4096 sdd3 8192 0 0 0 1 8.1G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 18 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data-tpool 65536 root /dev/mapper/pve-data-tpool 4096 dm-2 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 19 0B 0 disk 0 dm-5 512 252:5 252 5 65536 brw-rw---- 1 │ ├─pve-data 65536 root /dev/mapper/pve-data 4096 dm-4 8192 0 0 1 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-vm--400--disk--0 name-pve-vm--400--disk--0 0 0 64K 21 64M 0 disk 0 dm-6 512 252:6 252 6 65536 brw-rw---- 1 │ └─pve-vm--400--disk--0 65536 root /dev/mapper/pve-vm--400--disk--0 4096 dm-4 gpt b4847a82-7c0b-4815-9650-c5568653da2d 8192 0 0 0 1 32G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 16 0B 0 disk 0 dm-3 512 252:3 252 3 4096 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 4096 sdd3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 18 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 └─pve-data-tpool 65536 root /dev/mapper/pve-data-tpool 4096 dm-3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 19 0B 0 disk 0 dm-5 512 252:5 252 5 65536 brw-rw---- 1 ├─pve-data 65536 root /dev/mapper/pve-data 4096 dm-4 8192 0 0 1 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-vm--400--disk--0 name-pve-vm--400--disk--0 0 0 64K 21 64M 0 disk 0 dm-6 512 252:6 252 6 65536 brw-rw---- 1 └─pve-vm--400--disk--0 65536 root /dev/mapper/pve-vm--400--disk--0 4096 dm-4 gpt b4847a82-7c0b-4815-9650-c5568653da2d 8192 0 0 0 1 32G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 usb-SSD_ThinkPlus_AAAABBBB000C-0:0 SSD_ThinkPlus_AAAABBBB000C-0:0 0 0 0B 17 0B 0 disk 2:0:0:0 1 sde 512 8:64 8 64 512 brw-rw---- SK hynix SC300B SATA 512GB 1 sde 33553920 root /dev/sde 512 gpt 41ce060d-9883-4aad-92ee-341bcbb44124 65532 0 20102P00 0 0 0 60 mq-deadline EJ76N650710306R1N 476.9G running block:scsi:usb:pci usb disk SSD 0B none 0B 0B 0B 0 0 0 + 0 usb-SSD_ThinkPlus_AAAABBBB000C-0:0-part1 SSD_ThinkPlus_AAAABBBB000C-0:0-part1 0 0 0B 17 0B 0 444.5G / 468.4G ext4 2M 0% 1.0 disk 1 sde1 512 8:65 8 65 512 brw-rw---- 1 └─sde1 33553920 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 5f9bc49e-11d9-4e6f-853a-03ed3864a7d1 /dev/sde1 512 sde gpt 41ce060d-9883-4aad-92ee-341bcbb44124 65532 0 0 0 0 60 mq-deadline 476.9G 2048 block:scsi:usb:pci /mnt/tsys4/D3 /mnt/tsys4/D3 part b53dcfc5-02f4-4b80-bf72-33feb8b03f09 0B none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee2bf38011d 0x50014ee2bf38011d 0 0 4K 20 4G 0 disk 3:0:0:0 1 sdf 512 8:80 8 80 4096 brw-rw---- WDC WD50NDZW-11MR8S1 1 sdf 0 root /dev/sdf 4096 gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 02.01A02 0 0 1 2 mq-deadline WD-WX52D41RLK8F 4.5T running block:scsi:usb:pci usb disk WD 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee2bf38011d-part1 0x50014ee2bf38011d-part1 0 0 4K 20 4G 0 4.3T / 4.5T ext4 2M 0% 1.0 disk 1 sdf1 512 8:81 8 81 4096 brw-rw---- 1 └─sdf1 0 root easystore 1 ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 Microsoft basic data afa5320c-682c-4c6a-8057-83cfab3fc015 /dev/sdf1 4096 sdf gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 0 0 1 2 mq-deadline 4.5T 2048 block:scsi:usb:pci /mnt/backup /mnt/backup part 49bd1b9e-f31c-4f0a-9790-5b4b330c5708 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0 + +--- blkid + $ blkid +/dev/mapper/pve-root: UUID="fe418106-acca-4171-8fba-1f4fa2c48260" BLOCK_SIZE="4096" TYPE="ext4" +/dev/sdd2: UUID="0B43-A3C1" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="d05e0a67-4fdf-455f-a47e-bb86fe8508b0" +/dev/sdd3: UUID="gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA" TYPE="LVM2_member" PARTUUID="318d51d7-692c-44bd-94f2-ae8634c84de1" +/dev/sdb: UUID="3898f700-297d-4a6b-a449-71ccf7b22047" BLOCK_SIZE="4096" TYPE="ext4" +/dev/mapper/pve-swap: UUID="df0785c5-d395-43f5-aeab-0f74f50cf2b8" TYPE="swap" +/dev/sde1: UUID="b53dcfc5-02f4-4b80-bf72-33feb8b03f09" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="5f9bc49e-11d9-4e6f-853a-03ed3864a7d1" +/dev/sdc1: UUID="1bb5976a-a9b9-467d-bdc1-aecf3810590b" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9ec59a48-1030-4f42-b19b-5c7d4dd1aea7" +/dev/sda1: UUID="0510ec81-11e5-412d-8a33-56ee3bf8e8f5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="7df370d5-01" +/dev/sdf1: UUID="49bd1b9e-f31c-4f0a-9790-5b4b330c5708" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="easystore" PARTUUID="afa5320c-682c-4c6a-8057-83cfab3fc015" +/dev/sdd1: PARTUUID="e4095617-ba64-49ad-b559-e172d6271cc2" +/dev/mapper/pve-vm--400--disk--0: PTUUID="b4847a82-7c0b-4815-9650-c5568653da2d" PTTYPE="gpt" + +--- /proc/partitions + $ cat /proc/partitions +major minor #blocks name + + 8 0 1953514584 sda + 8 1 1953513560 sda1 + 8 16 1953514584 sdb + 8 32 2930266584 sdc + 8 33 2930265088 sdc1 + 8 48 976762584 sdd + 8 49 1007 sdd1 + 8 50 1048576 sdd2 + 8 51 975712967 sdd3 + 252 0 8388608 dm-0 + 252 1 100663296 dm-1 + 252 2 8495104 dm-2 + 252 3 832888832 dm-3 + 8 64 500107608 sde + 8 65 500106240 sde1 + 252 4 832888832 dm-4 + 252 5 832888832 dm-5 + 8 80 4883737600 sdf + 8 81 4883735552 sdf1 + 252 6 33554432 dm-6 + +--- fdisk -l + $ fdisk -l +Disk /dev/sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors +Disk model: Hitachi HDS72302 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 512 bytes +Disklabel type: dos +Disk identifier: 0x7df370d5 + +Device Boot Start End Sectors Size Id Type +/dev/sda1 2048 3907029167 3907027120 1.8T 83 Linux + + +Disk /dev/sdb: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors +Disk model: HITACHI HUA72302 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 512 bytes + + +Disk /dev/sdc: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors +Disk model: WDC WD30EFRX-68E +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 4096 bytes +Disklabel type: gpt +Disk identifier: FB842831-6C68-11EA-AF93-001C23C6347E + +Device Start End Sectors Size Type +/dev/sdc1 2048 5860532223 5860530176 2.7T Linux filesystem + + +Disk /dev/sdd: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors +Disk model: WDC WD10EZRX-00A +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 4096 bytes +Disklabel type: gpt +Disk identifier: 9105C713-B781-48DA-A3BF-027455878851 + +Device Start End Sectors Size Type +/dev/sdd1 34 2047 2014 1007K BIOS boot +/dev/sdd2 2048 2099199 2097152 1G EFI System +/dev/sdd3 2099200 1953525134 1951425935 930.5G Linux LVM + +Partition 1 does not start on physical sector boundary. + + +Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 4096 bytes + + +Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 4096 bytes + + +Disk /dev/sde: 476.94 GiB, 512110190592 bytes, 1000215216 sectors +Disk model: ThinkPlus +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 33553920 bytes +Disklabel type: gpt +Disk identifier: 41CE060D-9883-4AAD-92EE-341BCBB44124 + +Device Start End Sectors Size Type +/dev/sde1 2048 1000214527 1000212480 476.9G Linux filesystem + + +Disk /dev/sdf: 4.55 TiB, 5000947302400 bytes, 9767475200 sectors +Disk model: easystore 2647 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 4096 bytes +Disklabel type: gpt +Disk identifier: 41A65CA1-39BC-40A3-AF44-5CEA1354952F + +Device Start End Sectors Size Type +/dev/sdf1 2048 9767473151 9767471104 4.5T Microsoft basic data + + +Disk /dev/mapper/pve-vm--400--disk--0: 32 GiB, 34359738368 bytes, 67108864 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 65536 bytes / 65536 bytes +Disklabel type: gpt +Disk identifier: B4847A82-7C0B-4815-9650-C5568653DA2D + +Device Start End Sectors Size Type +/dev/mapper/pve-vm--400--disk--0-part1 34 2047 2014 1007K BIOS boot +/dev/mapper/pve-vm--400--disk--0-part2 2048 1050623 1048576 512M EFI System +/dev/mapper/pve-vm--400--disk--0-part3 1050624 67108830 66058207 31.5G Linux LVM + +Partition 1 does not start on physical sector boundary. + +--- parted -l + $ parted -l +Warning: Not all of the space available to /dev/sdc appears to be used, you can +fix the GPT to use all of the space (an extra 7 blocks) or continue with the +current setting? +Error: The backup GPT table is corrupt, but the primary appears OK, so that will +be used. +Warning: Not all of the space available to /dev/mapper/pve-data appears to be +used, you can fix the GPT to use all of the space (an extra 1598668800 blocks) +or continue with the current setting? +Error: The backup GPT table is corrupt, but the primary appears OK, so that will +be used. +Warning: Not all of the space available to /dev/mapper/pve-data-tpool appears to +be used, you can fix the GPT to use all of the space (an extra 1598668800 +blocks) or continue with the current setting? +Error: The backup GPT table is corrupt, but the primary appears OK, so that will +be used. +Warning: Not all of the space available to /dev/mapper/pve-data_tdata appears to +be used, you can fix the GPT to use all of the space (an extra 1598668800 +blocks) or continue with the current setting? +Model: ATA Hitachi HDS72302 (scsi) +Disk /dev/sda: 2000GB +Sector size (logical/physical): 512B/512B +Partition Table: msdos +Disk Flags: + +Number Start End Size Type File system Flags + 1 1049kB 2000GB 2000GB primary ext4 + + +Model: ATA HITACHI HUA72302 (scsi) +Disk /dev/sdb: 2000GB +Sector size (logical/physical): 512B/512B +Partition Table: loop +Disk Flags: + +Number Start End Size File system Flags + 1 0.00B 2000GB 2000GB ext4 + + + Model: ATA WDC WD30EFRX-68E (scsi) +Disk /dev/sdc: 3001GB +Sector size (logical/physical): 512B/4096B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 1049kB 3001GB 3001GB ext4 + + +Model: ATA WDC WD10EZRX-00A (scsi) +Disk /dev/sdd: 1000GB +Sector size (logical/physical): 512B/4096B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 17.4kB 1049kB 1031kB bios_grub + 2 1049kB 1075MB 1074MB fat32 boot, esp + 3 1075MB 1000GB 999GB lvm + + +Model: SSD ThinkPlus (scsi) +Disk /dev/sde: 512GB +Sector size (logical/physical): 512B/512B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 1049kB 512GB 512GB ext4 + + +Model: WD easystore 2647 (scsi) +Disk /dev/sdf: 5001GB +Sector size (logical/physical): 512B/4096B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 1049kB 5001GB 5001GB ext4 easystore msftdata + + +Model: Linux device-mapper (thin) (dm) +Disk /dev/mapper/pve-vm--400--disk--0: 34.4GB +Sector size (logical/physical): 512B/4096B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 17.4kB 1049kB 1031kB bios_grub + 2 1049kB 538MB 537MB fat32 boot, esp + 3 538MB 34.4GB 33.8GB lvm + + + Model: Linux device-mapper (linear) (dm) +Disk /dev/mapper/pve-data: 853GB +Sector size (logical/physical): 512B/4096B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 17.4kB 1049kB 1031kB bios_grub + 2 1049kB 538MB 537MB boot, esp + 3 538MB 34.4GB 33.8GB lvm + + + Model: Linux device-mapper (thin-pool) (dm) +Disk /dev/mapper/pve-data-tpool: 853GB +Sector size (logical/physical): 512B/4096B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 17.4kB 1049kB 1031kB bios_grub + 2 1049kB 538MB 537MB boot, esp + 3 538MB 34.4GB 33.8GB lvm + + +Model: Linux device-mapper (linear) (dm) +Disk /dev/mapper/pve-root: 103GB +Sector size (logical/physical): 512B/4096B +Partition Table: loop +Disk Flags: + +Number Start End Size File system Flags + 1 0.00B 103GB 103GB ext4 + + +Model: Linux device-mapper (linear) (dm) +Disk /dev/mapper/pve-swap: 8590MB +Sector size (logical/physical): 512B/4096B +Partition Table: loop +Disk Flags: + +Number Start End Size File system Flags + 1 0.00B 8590MB 8590MB linux-swap(v1) + + + Model: Linux device-mapper (linear) (dm) +Disk /dev/mapper/pve-data_tdata: 853GB +Sector size (logical/physical): 512B/4096B +Partition Table: gpt +Disk Flags: + +Number Start End Size File system Name Flags + 1 17.4kB 1049kB 1031kB bios_grub + 2 1049kB 538MB 537MB boot, esp + 3 Error: /dev/mapper/pve-data_tmeta: unrecognised disk label + 538MB 34.4GB 33.8GB lvm + + + Model: Linux device-mapper (linear) (dm) +Disk /dev/mapper/pve-data_tmeta: 8699MB +Sector size (logical/physical): 512B/4096B +Partition Table: unknown +Disk Flags: + + +--- block device queue settings (per device) + $ for d in $(ls /sys/block/ 2>/dev/null | grep -vE '^(loop|ram|md|dm-|sr|fd)'); do + q="/sys/block/$d/queue" + [ -d "$q" ] || continue + printf '----- %s -----\n' "$d" + for k in scheduler rotational nr_requests read_ahead_kb max_sectors_kb max_hw_sectors_kb \ + logical_block_size physical_block_size discard_granularity discard_max_hw_bytes \ + rq_affinity nomerges wbt_lat_usec write_cache stable_writes io_poll io_poll_delay \ + fua rot_stable_writes add_random zoned dma_alignment iostats; + do + f="$q/$k" + [ -r "$f" ] && printf ' %-22s = %s\n' "$k" "$(cat "$f" 2>/dev/null)" + done + # NVMe-specific + for f in /sys/block/$d/device/model /sys/block/$d/device/serial /sys/block/$d/device/transport /sys/block/$d/device/queue_count; do + [ -r "$f" ] && printf ' %s = %s\n' "$(echo "$f" | sed "s|/sys/block/$d/device/||")" "$(cat "$f")" + done +done +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 2 + read_ahead_kb = 8192 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = Hitachi HDS72302 +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 2 + read_ahead_kb = 8192 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write through + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = HITACHI HUA72302 +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 2 + read_ahead_kb = 8192 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 4096 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = WDC WD30EFRX-68E +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 2 + read_ahead_kb = 8192 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 4096 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = WDC WD10EZRX-00A +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 0 + nr_requests = 60 + read_ahead_kb = 65532 + max_sectors_kb = 512 + max_hw_sectors_kb = 512 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 2000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 0 + zoned = none + dma_alignment = 511 + iostats = 1 + model = ThinkPlus +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 2 + read_ahead_kb = 4096 + max_sectors_kb = 1024 + max_hw_sectors_kb = 1024 + logical_block_size = 512 + physical_block_size = 4096 + discard_granularity = 4096 + discard_max_hw_bytes = 4294966784 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write through + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = easystore 2647 + [exit=1] + +--- df -h (filesystem usage) + $ df -h +Filesystem Size Used Avail Use% Mounted on +udev 7.8G 0 7.8G 0% /dev +tmpfs 1.6G 2.3M 1.6G 1% /run +/dev/mapper/pve-root 94G 11G 79G 12% / +tmpfs 7.8G 34M 7.8G 1% /dev/shm +tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service +tmpfs 5.0M 0 5.0M 0% /run/lock +/dev/sde1 469G 2.1M 445G 1% /mnt/tsys4/D3 +tmpfs 7.8G 28K 7.8G 1% /tmp +/dev/sdc1 2.7T 187G 2.4T 8% /mnt/tsys4/D2 +/dev/sdb 1.8T 233G 1.5T 14% /mnt/tsys4/D5 +/dev/sdf1 4.6T 2.1M 4.3T 1% /mnt/backup +/dev/fuse 128M 20K 128M 1% /etc/pve +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +tmpfs 1.6G 4.0K 1.6G 1% /run/user/0 +/dev/sda1 1.8T 2.1M 1.7T 1% /mnt/albert + +--- df -i (inode usage) + $ df -i +Filesystem Inodes IUsed IFree IUse% Mounted on +udev 2023292 791 2022501 1% /dev +tmpfs 2035340 1307 2034033 1% /run +/dev/mapper/pve-root 6291456 78647 6212809 2% / +tmpfs 2035340 79 2035261 1% /dev/shm +tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service +tmpfs 2035340 14 2035326 1% /run/lock +/dev/sde1 31260672 13 31260659 1% /mnt/tsys4/D3 +tmpfs 1048576 15 1048561 1% /tmp +/dev/sdc1 183148544 56 183148488 1% /mnt/tsys4/D2 +/dev/sdb 122101760 66 122101694 1% /mnt/tsys4/D5 +/dev/sdf1 152616960 12 152616948 1% /mnt/backup +/dev/fuse 262144 36 262108 1% /etc/pve +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +tmpfs 407068 26 407042 1% /run/user/0 +/dev/sda1 122101760 12 122101748 1% /mnt/albert + +############################################################################### +# 15. STORAGE: MOUNTS & FILESYSTEMS +############################################################################### + +--- mount (filtered) + $ mount +sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) +proc on /proc type proc (rw,relatime) +udev on /dev type devtmpfs (rw,nosuid,relatime,size=8093168k,nr_inodes=2023292,mode=755,inode64) +devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) +tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1628272k,mode=755,inode64) +/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) +securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) +bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10367) +tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +nfsd on /proc/fs/nfsd type nfsd (rw,relatime) +/dev/sde1 on /mnt/tsys4/D3 type ext4 (rw,relatime,errors=remount-ro,stripe=8191) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64) +/dev/sdc1 on /mnt/tsys4/D2 type ext4 (rw,relatime,errors=remount-ro) +/dev/sdb on /mnt/tsys4/D5 type ext4 (rw,relatime,errors=remount-ro,stripe=32) +/dev/sdf1 on /mnt/backup type ext4 (rw,relatime,errors=remount-ro) +binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) +lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=1628272k,nr_inodes=407068,mode=700,inode64) +/dev/sda1 on /mnt/albert type ext4 (rw,relatime,errors=remount-ro) + +--- findmnt (tree) + $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs +TARGET SOURCE FSTYPE OPTIONS +/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro +├─/mnt/tsys4/D3 /dev/sde1 ext4 rw,relatime,errors=remount-ro,stripe=8191 +├─/mnt/tsys4/D2 /dev/sdc1 ext4 rw,relatime,errors=remount-ro +├─/mnt/tsys4/D5 /dev/sdb ext4 rw,relatime,errors=remount-ro,stripe=32 +├─/mnt/backup /dev/sdf1 ext4 rw,relatime,errors=remount-ro +└─/mnt/albert /dev/sda1 ext4 rw,relatime,errors=remount-ro + +--- /etc/fstab + --- /etc/fstab --- +# +/dev/pve/root / ext4 errors=remount-ro 0 1 +/dev/pve/swap none swap sw 0 0 +proc /proc proc defaults 0 0 + +### D1 +# for later additon + +### D2 /dev/sdc1: BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9ec59a48-1030-4f42-b19b-5c7d4dd1aea7" +UUID="1bb5976a-a9b9-467d-bdc1-aecf3810590b" /mnt/tsys4/D2 ext4 errors=remount-ro 0 1 + +### D3 /dev/sdd1: BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="5f9bc49e-11d9-4e6f-853a-03ed3864a7d1" +### SSD drive on usb +UUID="b53dcfc5-02f4-4b80-bf72-33feb8b03f09" /mnt/tsys4/D3 ext4 errors=remount-ro 0 1 + +### D4 +# for later additon + +### D5 +#/dev/sdc: UUID="3898f700-297d-4a6b-a449-71ccf7b22047" BLOCK_SIZE="4096" TYPE="ext4" +UUID="3898f700-297d-4a6b-a449-71ccf7b22047" /mnt/tsys4/D5 ext4 errors=remount-ro 0 1 + +### D6 +# for later additon + +### D7 +# for later additon + +### /mnt/backup +#Backuo /dev/sdf1: UUID="49bd1b9e-f31c-4f0a-9790-5b4b330c5708" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="easystore" PARTUUID="afa5320c-682c-4c6a-8057-83cfab3fc015" +UUID="49bd1b9e-f31c-4f0a-9790-5b4b330c5708" /mnt/backup ext4 errors=remount-ro 0 1 + +### /mnt/albert +#/dev/sdf1: UUID="0510ec81-11e5-412d-8a33-56ee3bf8e8f5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="7df370d5-01" +UUID="0510ec81-11e5-412d-8a33-56ee3bf8e8f5" /mnt/albert ext4 errors=remount-ro 0 1 + + +--- ext4 reserved block % (per fs) + $ for dev in $(awk '$3=="ext4"{print $1}' /proc/mounts 2>/dev/null); do + echo "=== $dev ===" + dumpe2fs -h "$dev" 2>/dev/null | grep -E 'Reserved|Block count|Free blocks|Block size|Mount count|Maximum mount|Last' +done +=== /dev/mapper/pve-root === +Last mounted on: / +Block count: 25165824 +Reserved block count: 1258291 +Free blocks: 21950062 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 15:58:10 2026 +Last write time: Sun Jul 26 16:00:14 2026 +Mount count: 33 +Maximum mount count: -1 +Last checked: Mon Feb 23 04:49:24 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sde1 === +Last mounted on: /mnt/tsys4/D3 +Block count: 125026560 +Reserved block count: 6251328 +Free blocks: 122782942 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 15:58:18 2026 +Last write time: Fri Jul 24 15:58:18 2026 +Mount count: 23 +Maximum mount count: -1 +Last checked: Mon Feb 16 11:01:37 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sdc1 === +Last mounted on: /mnt/tsys4/D2 +Block count: 732566272 +Reserved block count: 36628313 +Free blocks: 671824256 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 15:58:18 2026 +Last write time: Sun Jul 26 15:58:27 2026 +Mount count: 25 +Maximum mount count: -1 +Last checked: Mon Feb 23 18:17:29 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sdb === +Last mounted on: /mnt/tsys4/D5 +Block count: 488378646 +Reserved block count: 24418932 +Free blocks: 419378817 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 15:58:19 2026 +Last write time: Sun Jul 26 15:59:40 2026 +Mount count: 26 +Maximum mount count: -1 +Last checked: Wed Feb 25 07:59:51 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sdf1 === +Last mounted on: +Block count: 1220933888 +Reserved block count: 61046694 +Free blocks: 1211022769 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 15:58:59 2026 +Last write time: Fri Jul 24 15:58:59 2026 +Mount count: 6 +Maximum mount count: -1 +Last checked: Sun Apr 5 10:41:36 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sda1 === +Last mounted on: +Block count: 488378390 +Reserved block count: 24418919 +Free blocks: 480430655 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 22:48:32 2026 +Last write time: Fri Jul 24 22:48:32 2026 +Mount count: 5 +Maximum mount count: -1 +Last checked: Fri Apr 24 08:31:43 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) + +--- xfs info (per fs) + $ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do + echo "=== $mp ===" + xfs_info "$mp" 2>/dev/null +done + +############################################################################### +# 16. STORAGE: NFS (CLIENT + SERVER) +############################################################################### + +--- nfsstat -m (mount options) + $ nfsstat -m + +--- nfsstat -c (client stats) + $ nfsstat -c +Error: No Client Stats (/proc/net/rpc/nfs: No such file or directory). + [exit=2 / not installed or not permitted] + +--- nfsstat -s (server stats) + $ nfsstat -s +Server rpc stats: +calls badcalls badfmt badauth badclnt +10602047 0 0 0 0 + +Server nfs v4: +null compound +11 0% 10602392 99% + +Server nfs v4 operations: +op0-unused op1-unused op2-future access close +0 0% 0 0% 0 0% 1334 0% 316 0% +commit create delegpurge delegreturn getattr +360405 1% 18 0% 0 0% 183 0% 1767001 5% +getfh link lock lockt locku +410 0% 0 0% 0 0% 0 0% 0 0% +lookup lookup_root nverify open openattr +382 0% 0 0% 0 0% 579 0% 0 0% +open_conf open_dgrd putfh putpubfh putrootfh +0 0% 0 0% 10601886 31% 0 0% 67 0% +read readdir readlink remove rename +1326365 3% 568 0% 0 0% 46 0% 6 0% +renew restorefh savefh secinfo setattr +0 0% 0 0% 6 0% 0 0% 64 0% +setcltid setcltidconf verify write rellockowner +0 0% 0 0% 0 0% 8073743 24% 0 0% +bc_ctl bind_conn exchange_id create_ses destroy_ses +0 0% 0 0% 22 0% 15 0% 9 0% +free_stateid getdirdeleg getdevinfo getdevlist layoutcommit +0 0% 35 0% 0 0% 0 0% 0 0% +layoutget layoutreturn secinfononam sequence set_ssv +0 0% 0 0% 32 0% 10602340 31% 0 0% +test_stateid want_deleg destroy_clid reclaim_comp allocate +0 0% 0 0% 6 0% 12 0% 9415 0% +copy copy_notify deallocate ioadvise layouterror +0 0% 0 0% 9556 0% 0 0% 0 0% +layoutstats offloadcancel offloadstatus readplus seek +0 0% 0 0% 0 0% 0 0% 443267 1% +write_same +0 0% + + +--- nfsstat -234 (version stats) + $ nfsstat -234 +Server rpc stats: +calls badcalls badfmt badauth badclnt +10602047 0 0 0 0 + +Server nfs v2: +null getattr setattr root lookup +0 0% 0 0% 0 0% 0 0% 0 0% +readlink read wrcache write create +0 0% 0 0% 0 0% 0 0% 0 0% +remove rename link symlink mkdir +0 0% 0 0% 0 0% 0 0% 0 0% +rmdir readdir fsstat +0 0% 0 0% 0 0% + +Server nfs v3: +null getattr setattr lookup access +0 0% 0 0% 0 0% 0 0% 0 0% +readlink read write create mkdir +0 0% 0 0% 0 0% 0 0% 0 0% +symlink mknod remove rmdir rename +0 0% 0 0% 0 0% 0 0% 0 0% +link readdir readdirplus fsstat fsinfo +0 0% 0 0% 0 0% 0 0% 0 0% +pathconf commit +0 0% 0 0% + +Server nfs v4: +null compound +11 0% 10602392 99% + +Server nfs v4 operations: +op0-unused op1-unused op2-future access close +0 0% 0 0% 0 0% 1334 0% 316 0% +commit create delegpurge delegreturn getattr +360405 1% 18 0% 0 0% 183 0% 1767001 5% +getfh link lock lockt locku +410 0% 0 0% 0 0% 0 0% 0 0% +lookup lookup_root nverify open openattr +382 0% 0 0% 0 0% 579 0% 0 0% +open_conf open_dgrd putfh putpubfh putrootfh +0 0% 0 0% 10601886 31% 0 0% 67 0% +read readdir readlink remove rename +1326365 3% 568 0% 0 0% 46 0% 6 0% +renew restorefh savefh secinfo setattr +0 0% 0 0% 6 0% 0 0% 64 0% +setcltid setcltidconf verify write rellockowner +0 0% 0 0% 0 0% 8073743 24% 0 0% +bc_ctl bind_conn exchange_id create_ses destroy_ses +0 0% 0 0% 22 0% 15 0% 9 0% +free_stateid getdirdeleg getdevinfo getdevlist layoutcommit +0 0% 35 0% 0 0% 0 0% 0 0% +layoutget layoutreturn secinfononam sequence set_ssv +0 0% 0 0% 32 0% 10602340 31% 0 0% +test_stateid want_deleg destroy_clid reclaim_comp allocate +0 0% 0 0% 6 0% 12 0% 9415 0% +copy copy_notify deallocate ioadvise layouterror +0 0% 0 0% 9556 0% 0 0% 0 0% +layoutstats offloadcancel offloadstatus readplus seek +0 0% 0 0% 0 0% 0 0% 443267 1% +write_same +0 0% + + +--- showmount -e (exports) + $ showmount -e +clnt_create: RPC: Timed out + [exit=1 / not installed or not permitted] + +--- /proc/net/rpc/nfs + $ cat /proc/net/rpc/nfs +cat: /proc/net/rpc/nfs: No such file or directory + [exit=1 / not installed or not permitted] + +--- /proc/net/rpc/nfsd + $ cat /proc/net/rpc/nfsd +rc 0 0 10610469 +fh 0 0 0 0 0 +io 530705764752 257088256304 +th 16 0 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 +ra 0 0 0 0 0 0 0 0 0 0 0 0 +net 10610360 0 10610492 19 +rpc 10610111 0 0 0 0 +proc3 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +proc4 2 11 10610458 +proc4ops 76 0 0 0 1582 392 360615 18 0 205 1769795 410 0 0 0 0 382 0 0 701 0 0 0 10609952 0 67 1326687 690 0 46 6 0 0 6 0 67 0 0 0 8080238 0 0 0 22 15 9 0 40 0 0 0 0 0 32 10610406 0 0 0 6 12 9416 0 0 9557 0 0 0 0 0 0 443267 0 0 0 0 0 0 +wdeleg_getattr 135 + +--- exports + --- /etc/exports --- +/mnt/tsys4/D1 *(rw,no_root_squash) +/mnt/tsys4/D2 *(rw,no_root_squash) +/mnt/tsys4/D3 *(rw,no_root_squash) +#/mnt/tsys4/D4 *(rw,no_root_squash) +/mnt/tsys4/D5 *(rw,no_root_squash) +/mnt/tsys4/D7 *(rw,no_root_squash) + [missing: /etc/exports.d/*.exports] + +--- nfs.conf + --- /etc/nfs.conf --- +# +# This is a general configuration for the +# NFS daemons and tools +# +[general] +pipefs-directory=/run/rpc_pipefs +# +[nfsrahead] +# nfs=15000 +# nfs4=16000 +# +[exports] +# rootdir=/export +# +[exportfs] +# debug=0 +# +[gssd] +# verbosity=0 +# rpc-verbosity=0 +# use-memcache=0 +# use-machine-creds=1 +# use-gss-proxy=0 +# avoid-dns=1 +# limit-to-legacy-enctypes=0 +# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96 +# context-timeout=0 +# rpc-timeout=5 +# keytab-file=/etc/krb5.keytab +# cred-cache-directory= +# preferred-realm= +# set-home=1 +# upcall-timeout=30 +# cancel-timed-out-upcalls=0 +# +[lockd] +# port=0 +# udp-port=0 +# +[exportd] +# debug="all|auth|call|general|parse" +# manage-gids=n +# state-directory-path=/var/lib/nfs +# threads=1 +# cache-use-ipaddr=n +# ttl=1800 +[mountd] +# debug="all|auth|call|general|parse" +manage-gids=y +# descriptors=0 +# port=0 +# threads=1 +# reverse-lookup=n +# state-directory-path=/var/lib/nfs +# ha-callout= +# cache-use-ipaddr=n +# ttl=1800 +# +[nfsdcld] +# debug=0 +# storagedir=/var/lib/nfs/nfsdcld +# +[nfsd] +# debug=0 +# threads=16 +host=0.0.0.0 +# port=0 +# grace-time=90 +# lease-time=90 +# udp=n +# tcp=y +# vers3=y +# vers4=y +# vers4.0=y +# vers4.1=y +# vers4.2=y +# rdma=n +# rdma-port=20049 + +[statd] +# debug=0 +# port=0 +# outgoing-port=0 +# name= +# state-directory-path=/var/lib/nfs/statd +# ha-callout= +# no-notify=0 +# +[sm-notify] +# debug=0 +# force=0 +# retry-time=900 +# outgoing-port= +# outgoing-addr= +# lift-grace=y +# +[svcgssd] +# principal= + [missing: /etc/nfs.conf.d/*.conf] + +--- nfs defaults + --- /etc/default/nfs-kernel-server --- +# Runtime priority of server (see nice(1)) +RPCNFSDPRIORITY=0 + +# Do you want to start the svcgssd daemon? It is only required for Kerberos +# exports. Valid alternatives are "yes" and "no"; the default is "no". +NEED_SVCGSSD="" +RPCNFSDCOUNT=64 + --- /etc/default/nfs-common --- +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD= + +--- idmapd.conf + --- /etc/idmapd.conf --- +[General] + +Verbosity = 0 +# set your own domain here, if it differs from FQDN minus hostname +# Domain = localdomain + +[Mapping] + +Nobody-User = nobody +Nobody-Group = nogroup + +--- pvesm status + $ pvesm status +Name Type Status Total (KiB) Used (KiB) Available (KiB) % +D3 dir active 491133848 2080 466110072 0.00% +local dir active 98497780 10697436 82750796 10.86% +local-lvm lvmthin active 832888832 33565419 799323412 4.03% + +--- pvesm list per storage + $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do + echo "--- storage: $s ---" + pvesm list "$s" 2>/dev/null | head -n 30 + echo "--- pvesm config $s ---" + pvesm config "$s" 2>/dev/null +done +--- storage: D3 --- +Volid Format Type Size VMID +--- pvesm config D3 --- +--- storage: local --- +Volid Format Type Size VMID +local:iso/debian-13.3.0-amd64-netinst.iso iso iso 790626304 +local:iso/proxmox-backup-server_4.1-1.iso iso iso 1514835968 +local:iso/UCS_5.2-4-amd64.iso iso iso 1677721600 +--- pvesm config local --- +--- storage: local-lvm --- +Volid Format Type Size VMID +local-lvm:vm-400-disk-0 raw images 34359738368 400 +--- pvesm config local-lvm --- + [exit=255] + +############################################################################### +# 17. STORAGE: LVM +############################################################################### + +--- pvs + $ pvs -v + PV VG Fmt Attr PSize PFree DevSize PV UUID + /dev/sdd3 pve lvm2 a-- <930.51g 16.00g 930.51g gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA + +--- vgs + $ vgs -v + VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile + pve wz--n- 4.00m 1 4 0 <930.51g 16.00g 6CZe57-z0H0-2hDF-SPIV-cuTK-BENb-vXuZDF + +--- lvs + $ lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b + LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout Role Pool Data% Meta% + data pve twi-aotz-- 852878163968B 4.03 0.34 thin,pool private 4.03 0.34 + root pve -wi-ao---- 103079215104B linear public + swap pve -wi-ao---- 8589934592B linear public + vm-400-disk-0 pve Vwi-aotz-- 34359738368B data 99.98 thin,sparse public data 99.98 + +--- pvdisplay + $ pvdisplay + --- Physical volume --- + PV Name /dev/sdd3 + VG Name pve + PV Size 930.51 GiB / not usable 4.69 MiB + Allocatable yes + PE Size 4.00 MiB + Total PE 238210 + Free PE 4096 + Allocated PE 234114 + PV UUID gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA + + +--- vgdisplay + $ vgdisplay + --- Volume group --- + VG Name pve + System ID + Format lvm2 + Metadata Areas 1 + Metadata Sequence No 15 + VG Access read/write + VG Status resizable + MAX LV 0 + Cur LV 4 + Open LV 3 + Max PV 0 + Cur PV 1 + Act PV 1 + VG Size <930.51 GiB + PE Size 4.00 MiB + Total PE 238210 + Alloc PE / Size 234114 / <914.51 GiB + Free PE / Size 4096 / 16.00 GiB + VG UUID 6CZe57-z0H0-2hDF-SPIV-cuTK-BENb-vXuZDF + + +--- lvdisplay + $ lvdisplay + --- Logical volume --- + LV Name data + VG Name pve + LV UUID KAKIp7-1tUx-SBL4-nItm-CDfE-xAvY-hlDljD + LV Write Access read/write (activated read only) + LV Creation host, time proxmox, 2026-02-23 04:45:41 -0600 + LV Pool metadata data_tmeta + LV Pool data data_tdata + LV Status available + # open 0 + LV Size 794.30 GiB + Allocated pool data 4.03% + Allocated metadata 0.34% + Current LE 203342 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 16384 + Block device 252:5 + + --- Logical volume --- + LV Path /dev/pve/swap + LV Name swap + VG Name pve + LV UUID V4WyMz-itd7-ssPF-OH67-hZBU-D7qV-tW8SX8 + LV Write Access read/write + LV Creation host, time proxmox, 2026-02-23 04:45:41 -0600 + LV Status available + # open 1 + LV Size 8.00 GiB + Current LE 2048 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 16384 + Block device 252:0 + + --- Logical volume --- + LV Path /dev/pve/root + LV Name root + VG Name pve + LV UUID Zv9Mnr-CsUh-5xFb-lAmQ-G1Gr-lGGo-zEaLhv + LV Write Access read/write + LV Creation host, time proxmox, 2026-02-23 04:45:41 -0600 + LV Status available + # open 1 + LV Size 96.00 GiB + Current LE 24576 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 16384 + Block device 252:1 + + --- Logical volume --- + LV Path /dev/pve/vm-400-disk-0 + LV Name vm-400-disk-0 + VG Name pve + LV UUID GBky6X-Pk3G-6qjk-alPF-bJhQ-abpz-jtWmle + LV Write Access read/write + LV Creation host, time pfv-tsys4, 2026-04-04 01:50:17 -0500 + LV Pool name data + LV Status available + # open 1 + LV Size 32.00 GiB + Mapped size 99.98% + Current LE 8192 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 16384 + Block device 252:6 + + +--- lvm/lvm.conf (filters only) + --- /etc/lvm/lvm.conf --- +# This is an example configuration file for the LVM2 system. +# It contains the default settings that would be used if there was no +# /etc/lvm/lvm.conf file. +# +# Refer to 'man lvm.conf' for further information including the file layout. +# +# Refer to 'man lvm.conf' for information about how settings configured in +# this file are combined with built-in values and command line options to +# arrive at the final values used by LVM. +# +# Refer to 'man lvmconfig' for information about displaying the built-in +# and configured values used by LVM. +# +# If a default value is set in this file (not commented out), then a +# new version of LVM using this file will continue using that value, +# even if the new version of LVM changes the built-in default value. +# +# To put this file in a different directory and override /etc/lvm set +# the environment variable LVM_SYSTEM_DIR before running the tools. +# +# N.B. Take care that each setting only appears once if uncommenting +# example settings in this file. + + +# Configuration section config. +# How LVM configuration settings are handled. +config { + + # Configuration option config/checks. + # If enabled, any LVM configuration mismatch is reported. + # This implies checking that the configuration key is understood by + # LVM and that the value of the key is the proper type. If disabled, + # any configuration mismatch is ignored and the default value is used + # without any warning (a message about the configuration key not being + # found is issued in verbose mode only). + # This configuration option has an automatic default value. + # checks = 1 + + # Configuration option config/validate_metadata. + # Allows to select the level of validation after metadata transformation. + # Validation takes extra CPU time to verify internal consistency. + # Accepted values: + # full + # Do a full metadata validation before disk write. + # none + # Skip any checks (unrecommended, slightly faster). + # + # This configuration option is advanced. + # This configuration option has an automatic default value. + # validate_metadata = "full" + + # Configuration option config/abort_on_errors. + # Abort the LVM process if a configuration mismatch is found. + # This configuration option has an automatic default value. + # abort_on_errors = 0 + + # Configuration option config/profile_dir. + # Directory where LVM looks for configuration profiles. + # This configuration option has an automatic default value. + # profile_dir = "/etc/lvm/profile" +} + +# Configuration section devices. +# How LVM uses block devices. +devices { + + # Configuration option devices/dir. + # Directory in which to create volume group device nodes. + # Commands also accept this as a prefix on volume group names. + # This configuration option is advanced. + # This configuration option has an automatic default value. + # dir = "/dev" + + # Configuration option devices/scan. + # Directories containing device nodes to use with LVM. + # This configuration option is advanced. + # This configuration option has an automatic default value. + # scan = [ "/dev" ] + + # Configuration option devices/obtain_device_list_from_udev. + # Obtain the list of available devices from udev. + # This avoids opening or using any inapplicable non-block devices or + # subdirectories found in the udev directory. Any device node or + # symlink not managed by udev in the udev directory is ignored. This + # setting applies only to the udev-managed device directory; other + # directories will be scanned fully. LVM needs to be compiled with + # udev support for this setting to apply. + # This configuration option has an automatic default value. + # obtain_device_list_from_udev = 0 + + # Configuration option devices/external_device_info_source. + # Enable device information from udev. + # If set to "udev", lvm will supplement its own native device information + # with information from libudev. This can potentially improve the detection + # of MD component devices and multipath component devices. + # This configuration option has an automatic default value. + # external_device_info_source = "none" + + # Configuration option devices/hints. + # Use a local file to remember which devices have PVs on them. + # Some commands will use this as an optimization to reduce device + # scanning, and will only scan the listed PVs. Removing the hint file + # will cause lvm to generate a new one. Disable hints if PVs will + # be copied onto devices using non-lvm commands, like dd. + # + # Accepted values: + # all + # Use all hints. + # none + # Use no hints. + # + # This configuration option has an automatic default value. + # hints = "all" + + # Configuration option devices/preferred_names. + # Select which path name to display for a block device. + # If multiple path names exist for a block device, and LVM needs to + # display a name for the device, the path names are matched against + # each item in this list of regular expressions. The first match is + # used. Try to avoid using undescriptive /dev/dm-N names, if present. + # If no preferred name matches, or if preferred_names are not defined, + # the following built-in preferences are applied in order until one + # produces a preferred name: + # Prefer names with path prefixes in the order of: + # /dev/mapper, /dev/disk, /dev/dm-*, /dev/block. + # Prefer the name with the least number of slashes. + # Prefer a name that is a symlink. + # Prefer the path with least value in lexicographical order. + # + # Example + # preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ] + # + # This configuration option does not have a default value defined. + + # Configuration option devices/use_devicesfile. + # Enable or disable the use of a devices file. + # When enabled, lvm will only use devices that + # are listed in the devices file. A devices file will + # be used, regardless of this setting, when the --devicesfile + # option is set to a specific file name. + # This configuration option has an automatic default value. + # use_devicesfile = 0 + + # Configuration option devices/devicesfile. + # The name of the system devices file, listing devices that LVM should use. + # This should not be used to select a non-system devices file. + # The --devicesfile option is intended for alternative devices files. + # This configuration option has an automatic default value. + # devicesfile = "system.devices" + + # Configuration option devices/devicesfile_backup_limit. + # The max number of backup files to keep in /etc/lvm/devices/backup. + # LVM creates a backup of the devices file each time a new + # version is created, or each time a modification is detected. + # When the max number of backups is reached, the oldest are + # removed to remain at the limit. Set to 0 to disable backups. + # Only the system devices file is backed up. + # This configuration option has an automatic default value. + # devicesfile_backup_limit = 50 + + # Configuration option devices/search_for_devnames. + # Look outside of the devices file for missing devname entries. + # A devname entry is used for a device that does not have a stable + # device id, e.g. wwid, so the unstable device name is used as + # the device id. After reboot, or if the device is reattached, + # the device name may change, in which case lvm will not find + # the expected PV on the device listed in the devices file. + # This setting controls whether lvm will search other devices, + # outside the devices file, to look for the missing PV on a + # renamed device. If "none", lvm will not look at other devices, + # and the PV may appear to be missing. If "auto", lvm will look + # at other devices, but only those that are likely to have the PV. + # If "all", lvm will look at all devices on the system. + # This configuration option has an automatic default value. + # search_for_devnames = "all" + + # Configuration option devices/device_ids_refresh. + # Find PVs on new devices and update the device IDs in the devices file. + # If PVs are restored or moved to a new system with new devices, but + # an old system.devices remains with old device IDs, then search for + # the PVIDs on new devices and update the device IDs in system.devices. + # The original device IDs must also not be found on the new system. + # See device_ids_refresh_check for conditions that trigger the refresh. + # This configuration option has an automatic default value. + # device_ids_refresh = 1 + + # Configuration option devices/device_ids_refresh_checks. + # Conditions that trigger device_ids_refresh to locate PVIDs on new devices. + # product_uuid: refresh if /sys/devices/virtual/dmi/id/product_uuid does not + # match the value saved in system.devices. + # hostname: refresh if hostname does not match the value saved in system.devices. + # (hostname is used if product_uuid is not available.) + # Remove values from this list to prevent lvm from using them. + # This configuration option has an automatic default value. + # device_ids_refresh_checks = [ "product_uuid", "hostname" ] + + # Configuration option devices/filter. + # Limit the block devices that are used by LVM commands. + # This is a list of regular expressions used to accept or reject block + # device path names. Each regex is delimited by a vertical bar '|' + # (or any character) and is preceded by 'a' to accept the path, or + # by 'r' to reject the path. The first regex in the list to match the + # path is used, producing the 'a' or 'r' result for the device. + # When multiple path names exist for a block device, if any path name + # matches an 'a' pattern before an 'r' pattern, then the device is + # accepted. If all the path names match an 'r' pattern first, then the + # device is rejected. Unmatching path names do not affect the accept + # or reject decision. If no path names for a device match a pattern, + # then the device is accepted. Be careful mixing 'a' and 'r' patterns, + # as the combination might produce unexpected results (test changes.) + # Run vgscan after changing the filter to regenerate the cache. + # + # Example + # Accept every block device: + # filter = [ "a|.*|" ] + # Reject the cdrom drive: + # filter = [ "r|/dev/cdrom|" ] + # Work with just loopback devices, e.g. for testing: + # filter = [ "a|loop|", "r|.*|" ] + # Accept all loop devices and ide drives except hdc: + # filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ] + # Use anchors to be very specific: + # filter = [ "a|^/dev/hda8$|", "r|.*|" ] + # + # This configuration option has an automatic default value. + # filter = [ "a|.*|" ] + + # Configuration option devices/global_filter. + # Limit the block devices that are used by LVM system components. + # Because devices/filter may be overridden from the command line, it is + # not suitable for system-wide device filtering, e.g. udev. + # Use global_filter to hide devices from these LVM system components. + # The syntax is the same as devices/filter. Devices rejected by + # global_filter are not opened by LVM. + # This configuration option has an automatic default value. + # global_filter = [ "a|.*|" ] + + # Configuration option devices/types. + # List of additional acceptable block device types. + # These are of device type names from /proc/devices, followed by the + # maximum number of partitions. + # + # Example + # types = [ "fd", 16 ] + # + # This configuration option is advanced. + # This configuration option does not have a default value defined. + + # Configuration option devices/sysfs_scan. + # Restrict device scanning to block devices appearing in sysfs. + # This is a quick way of filtering out block devices that are not + # present on the system. sysfs must be part of the kernel and mounted.) + # This configuration option has an automatic default value. + # sysfs_scan = 1 + + # Configuration option devices/scan_lvs. + # Allow LVM LVs to be used as PVs. When enabled, LVM commands will + # scan active LVs to look for other PVs. Caution is required to + # avoid using PVs that belong to guest images stored on LVs. + # When enabled, the LVs scanned should be restricted using the + # devices file or the filter. This option does not enable autoactivation + # of layered VGs, which requires editing LVM udev rules (see LVM_PVSCAN_ON_LVS.) + # This configuration option has an automatic default value. + # scan_lvs = 0 + + # Configuration option devices/multipath_component_detection. + # Ignore devices that are components of DM multipath devices. + # This configuration option has an automatic default value. + # multipath_component_detection = 1 + + # Configuration option devices/multipath_wwids_file. + # The path to the multipath wwids file used for multipath component detection. + # Set this to an empty string to disable the use of the multipath wwids file. + # This configuration option has an automatic default value. + # multipath_wwids_file = "/etc/multipath/wwids" + + # Configuration option devices/md_component_detection. + # Enable detection and exclusion of MD component devices. + # An MD component device is a block device that MD uses as part + # of a software RAID virtual device. When an LVM PV is created + # on an MD device, LVM must only use the top level MD device as + # the PV, and should ignore the underlying component devices. + # In cases where the MD superblock is located at the end of the + # component devices, it is more difficult for LVM to consistently + # identify an MD component, see the md_component_checks setting. + # This configuration option has an automatic default value. + # md_component_detection = 1 + + # Configuration option devices/md_component_checks. + # The checks LVM should use to detect MD component devices. + # MD component devices are block devices used by MD software RAID. + # + # Accepted values: + # auto + # LVM will skip scanning the end of devices when it has other + # indications that the device is not an MD component. + # start + # LVM will only scan the start of devices for MD superblocks. + # This does not incur extra I/O by LVM. + # full + +--- lvm.conf active filter + $ grep -E '^\s*(filter|global_filter|use_devicesfile|obtain_device_list_from_udev)' /etc/lvm/lvm.conf 2>/dev/null + global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|"] + +############################################################################### +# 18. STORAGE: MULTIPATH +############################################################################### + +--- multipath -ll + $ multipath -ll +/root/check.sh: line 45: multipath: command not found + [exit=127 / not installed or not permitted] + +--- multipath -v3 -ll (verbose, capped) + $ multipath -v3 -ll +/root/check.sh: line 45: multipath: command not found + [exit=127 / not installed or not permitted] + +--- multipath.conf + [missing: /etc/multipath.conf] + +--- systemctl is-active multipathd + $ systemctl is-active multipathd +inactive + [exit=4 / not installed or not permitted] + +############################################################################### +# 19. STORAGE: ZFS +############################################################################### + +--- zfs version (userland) + $ zfs version +zfs-2.4.0-pve1 +zfs-kmod-2.4.0-pve1 + +--- zpool version + $ zpool version +zfs-2.4.0-pve1 +zfs-kmod-2.4.0-pve1 + +--- zpool list -v + $ zpool list -v +no pools available + +--- zpool status -v + $ zpool status -v +no pools available + +--- zpool key properties + $ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly + +--- zfs per-dataset key properties + $ zfs get -r -o name,property,value,source \ + compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null + [exit=2] + +--- ARC stats + $ cat /proc/spl/kstat/zfs/arcstats +21 1 0x01 147 39984 7487916394 174709084196778 +name type data +hits 4 0 +iohits 4 0 +misses 4 0 +demand_data_hits 4 0 +demand_data_iohits 4 0 +demand_data_misses 4 0 +demand_metadata_hits 4 0 +demand_metadata_iohits 4 0 +demand_metadata_misses 4 0 +prefetch_data_hits 4 0 +prefetch_data_iohits 4 0 +prefetch_data_misses 4 0 +prefetch_metadata_hits 4 0 +prefetch_metadata_iohits 4 0 +prefetch_metadata_misses 4 0 +mru_hits 4 0 +mru_ghost_hits 4 0 +mfu_hits 4 0 +mfu_ghost_hits 4 0 +uncached_hits 4 0 +deleted 4 0 +mutex_miss 4 0 +access_skip 4 0 +evict_skip 4 0 +evict_not_enough 4 0 +evict_l2_cached 4 0 +evict_l2_eligible 4 0 +evict_l2_eligible_mfu 4 0 +evict_l2_eligible_mru 4 0 +evict_l2_ineligible 4 0 +evict_l2_skip 4 0 +hash_elements 4 0 +hash_elements_max 4 0 +hash_collisions 4 0 +hash_chains 4 0 +hash_chain_max 4 0 +meta 4 1073741824 +pd 4 2147483648 +pm 4 2147483648 +c 4 521047040 +c_min 4 521047040 +c_max 4 1667235840 +size 4 1920 +compressed_size 4 0 +uncompressed_size 4 0 +overhead_size 4 0 +hdr_size 4 1920 +data_size 4 0 +metadata_size 4 0 +dbuf_size 4 0 +dnode_size 4 0 +bonus_size 4 0 +anon_size 4 0 +anon_data 4 0 +anon_metadata 4 0 +anon_evictable_data 4 0 +anon_evictable_metadata 4 0 +mru_size 4 0 +mru_data 4 0 +mru_metadata 4 0 +mru_evictable_data 4 0 +mru_evictable_metadata 4 0 +mru_ghost_size 4 0 +mru_ghost_data 4 0 +mru_ghost_metadata 4 0 +mru_ghost_evictable_data 4 0 +mru_ghost_evictable_metadata 4 0 +mfu_size 4 0 +mfu_data 4 0 +mfu_metadata 4 0 +mfu_evictable_data 4 0 +mfu_evictable_metadata 4 0 +mfu_ghost_size 4 0 +mfu_ghost_data 4 0 +mfu_ghost_metadata 4 0 +mfu_ghost_evictable_data 4 0 +mfu_ghost_evictable_metadata 4 0 +uncached_size 4 0 +uncached_data 4 0 +uncached_metadata 4 0 +uncached_evictable_data 4 0 +uncached_evictable_metadata 4 0 +l2_hits 4 0 +l2_misses 4 0 +l2_prefetch_asize 4 0 +l2_mru_asize 4 0 +l2_mfu_asize 4 0 +l2_bufc_data_asize 4 0 +l2_bufc_metadata_asize 4 0 +l2_feeds 4 0 +l2_rw_clash 4 0 +l2_read_bytes 4 0 +l2_write_bytes 4 0 +l2_writes_sent 4 0 +l2_writes_done 4 0 +l2_writes_error 4 0 +l2_writes_lock_retry 4 0 +l2_evict_lock_retry 4 0 +l2_evict_reading 4 0 +l2_evict_l1cached 4 0 +l2_free_on_write 4 0 +l2_abort_lowmem 4 0 +l2_cksum_bad 4 0 +l2_io_error 4 0 +l2_size 4 0 +l2_asize 4 0 +l2_hdr_size 4 0 +l2_log_blk_writes 4 0 +l2_log_blk_avg_asize 4 0 +l2_log_blk_asize 4 0 +l2_log_blk_count 4 0 +l2_data_to_meta_ratio 4 0 +l2_rebuild_success 4 0 +l2_rebuild_unsupported 4 0 +l2_rebuild_io_errors 4 0 +l2_rebuild_dh_errors 4 0 +l2_rebuild_cksum_lb_errors 4 0 +l2_rebuild_lowmem 4 0 +l2_rebuild_size 4 0 +l2_rebuild_asize 4 0 +l2_rebuild_bufs 4 0 +l2_rebuild_bufs_precached 4 0 +l2_rebuild_log_blks 4 0 +memory_throttle_count 4 0 +memory_direct_count 4 0 +memory_indirect_count 4 0 +memory_all_bytes 4 16673505280 +memory_free_bytes 4 14503260160 +memory_available_bytes 3 13858257920 +arc_no_grow 4 0 +arc_tempreserve 4 0 +arc_loaned_bytes 4 0 +arc_prune 4 0 +arc_meta_used 4 1920 +arc_dnode_limit 4 166723584 +async_upgrade_sync 4 0 +predictive_prefetch 4 0 +demand_hit_predictive_prefetch 4 0 +demand_iohit_predictive_prefetch 4 0 +prescient_prefetch 4 0 +demand_hit_prescient_prefetch 4 0 +demand_iohit_prescient_prefetch 4 0 +arc_need_free 4 0 +arc_sys_free 4 645002240 +arc_raw_size 4 0 +cached_only_in_progress 4 0 +abd_chunk_waste_size 4 0 + +--- dmu_tx + $ cat /proc/spl/kstat/zfs/dmu_tx +17 1 0x01 13 3536 7486308075 174709085185471 +name type data +dmu_tx_assigned 4 0 +dmu_tx_delay 4 0 +dmu_tx_error 4 0 +dmu_tx_suspended 4 0 +dmu_tx_group 4 0 +dmu_tx_memory_reserve 4 0 +dmu_tx_memory_reclaim 4 0 +dmu_tx_dirty_throttle 4 0 +dmu_tx_dirty_delay 4 0 +dmu_tx_dirty_over_max 4 0 +dmu_tx_dirty_frees_delay 4 0 +dmu_tx_wrlog_delay 4 0 +dmu_tx_quota 4 0 + +--- zfetchstats + $ cat /proc/spl/kstat/zfs/zfetchstats +16 1 0x01 8 2176 7486307541 174709086047291 +name type data +hits 4 0 +future 4 0 +stride 4 0 +past 4 0 +misses 4 0 +max_streams 4 0 +io_issued 4 0 +io_active 4 0 + +--- vdev_cache_stats + $ cat /proc/spl/kstat/zfs/vdev_cache_stats +cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory + [exit=1 / not installed or not permitted] + +--- abdstats + $ cat /proc/spl/kstat/zfs/abdstats +14 1 0x01 20 5440 7486234986 174709087780269 +name type data +struct_size 4 96 +linear_cnt 4 0 +linear_data_size 4 0 +scatter_cnt 4 1 +scatter_data_size 4 4096 +scatter_chunk_waste 4 0 +scatter_order_0 4 0 +scatter_order_1 4 0 +scatter_order_2 4 0 +scatter_order_3 4 0 +scatter_order_4 4 0 +scatter_order_5 4 0 +scatter_order_6 4 0 +scatter_order_7 4 0 +scatter_order_8 4 0 +scatter_order_9 4 0 +scatter_page_multi_chunk 4 1 +scatter_page_multi_zone 4 0 +scatter_page_alloc_retry 4 0 +scatter_sg_table_retry 4 0 + +--- ZFS module parameters (perf-relevant) + $ for f in /sys/module/zfs/parameters/*; do + [ -r "$f" ] || continue + name="$(basename "$f")" + case "$name" in + zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;; + *) continue ;; + esac + printf ' %-50s = %s\n' "$name" "$(cat "$f")" +done + l2arc_exclude_special = 0 + l2arc_feed_again = 1 + l2arc_feed_min_ms = 200 + l2arc_feed_secs = 1 + l2arc_headroom = 8 + l2arc_headroom_boost = 200 + l2arc_meta_percent = 33 + l2arc_mfuonly = 0 + l2arc_noprefetch = 1 + l2arc_norw = 0 + l2arc_rebuild_blocks_min_l2size = 1073741824 + l2arc_rebuild_enabled = 1 + l2arc_trim_ahead = 0 + l2arc_write_boost = 33554432 + l2arc_write_max = 33554432 + zfs_abd_scatter_enabled = 1 + zfs_abd_scatter_max_order = 9 + zfs_abd_scatter_min_size = 1536 + zfs_arc_average_blocksize = 8192 + zfs_arc_dnode_limit = 0 + zfs_arc_dnode_limit_percent = 10 + zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batch_limit = 10 + zfs_arc_eviction_pct = 200 + zfs_arc_evict_threads = 3 + zfs_arc_grow_retry = 0 + zfs_arc_lotsfree_percent = 10 + zfs_arc_max = 1667235840 + zfs_arc_meta_balance = 500 + zfs_arc_min = 0 + zfs_arc_min_prefetch_ms = 0 + zfs_arc_min_prescient_prefetch_ms = 0 + zfs_arc_pc_percent = 0 + zfs_arc_prune_task_threads = 1 + zfs_arc_shrinker_limit = 0 + zfs_arc_shrinker_seeks = 2 + zfs_arc_shrink_shift = 0 + zfs_arc_sys_free = 0 + zfs_dbuf_state_index = 0 + zfs_dio_enabled = 1 + zfs_dio_strict = 0 + zfs_dio_write_verify_events_per_second = 20 + zfs_dirty_data_max = 1667350528 + zfs_dirty_data_max_max = 4168376320 + zfs_dirty_data_max_max_percent = 25 + zfs_dirty_data_max_percent = 10 + zfs_dirty_data_sync_percent = 20 + zfs_prefetch_disable = 0 + zfs_slow_io_events_per_second = 20 + zfs_sync_pass_deferred_free = 2 + zfs_sync_pass_dont_compress = 8 + zfs_sync_pass_rewrite = 2 + zfs_txg_history = 100 + zfs_txg_timeout = 5 + zfs_vdev_aggregation_limit = 1048576 + zfs_vdev_aggregation_limit_non_rotating = 131072 + zfs_vdev_async_read_max_active = 3 + zfs_vdev_async_read_min_active = 1 + zfs_vdev_async_write_active_max_dirty_percent = 60 + zfs_vdev_async_write_active_min_dirty_percent = 30 + zfs_vdev_async_write_max_active = 10 + zfs_vdev_async_write_min_active = 2 + zfs_vdev_default_ms_count = 200 + zfs_vdev_default_ms_shift = 29 + zfs_vdev_direct_write_verify = 1 + zfs_vdev_disk_max_segs = 0 + zfs_vdev_failfast_mask = 1 + zfs_vdev_initializing_max_active = 1 + zfs_vdev_initializing_min_active = 1 + zfs_vdev_max_active = 1000 + zfs_vdev_max_auto_ashift = 14 + zfs_vdev_max_ms_shift = 34 + zfs_vdev_min_auto_ashift = 9 + zfs_vdev_min_ms_count = 16 + zfs_vdev_mirror_non_rotating_inc = 0 + zfs_vdev_mirror_non_rotating_seek_inc = 1 + zfs_vdev_mirror_rotating_inc = 0 + zfs_vdev_mirror_rotating_seek_inc = 5 + zfs_vdev_mirror_rotating_seek_offset = 1048576 + zfs_vdev_ms_count_limit = 131072 + zfs_vdev_nia_credit = 5 + zfs_vdev_nia_delay = 5 + zfs_vdev_open_timeout_ms = 1000 + zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2 + zfs_vdev_read_gap_limit = 32768 + zfs_vdev_rebuild_max_active = 3 + zfs_vdev_rebuild_min_active = 1 + zfs_vdev_removal_max_active = 2 + zfs_vdev_removal_min_active = 1 + zfs_vdev_scrub_max_active = 3 + zfs_vdev_scrub_min_active = 1 + zfs_vdev_sync_read_max_active = 10 + zfs_vdev_sync_read_min_active = 10 + zfs_vdev_sync_write_max_active = 10 + zfs_vdev_sync_write_min_active = 10 + zfs_vdev_trim_max_active = 2 + zfs_vdev_trim_min_active = 1 + zfs_vdev_write_gap_limit = 4096 + zfs_zil_clean_taskq_maxalloc = 1048576 + zfs_zil_clean_taskq_minalloc = 1024 + zfs_zil_clean_taskq_nthr_pct = 100 + zvol_blk_mq_blocks_per_thread = 8 + zvol_blk_mq_queue_depth = 128 + zvol_enforce_quotas = 1 + zvol_inhibit_dev = 0 + zvol_major = 230 + zvol_max_discard_blocks = 16384 + zvol_num_taskqs = 0 + zvol_open_timeout_ms = 1000 + zvol_prefetch_bytes = 131072 + zvol_request_sync = 0 + zvol_threads = 0 + zvol_use_blk_mq = 0 + zvol_volmode = 1 + +--- zpool iostat snapshot + $ zpool iostat 1 1 +no pools available + +--- arc_summary (if present) + $ arc_summary +/root/check.sh: line 45: arc_summary: command not found + [exit=127 / not installed or not permitted] + +--- zpool events -v (recent) + $ zpool events -v +TIME CLASS + +--- zpool history (last 30 events) + $ zpool history -il 2>/dev/null | tail -n 30 + +############################################################################### +# 20. STORAGE: DRIVE HEALTH +############################################################################### + +--- nvme list + $ nvme list +/root/check.sh: line 45: nvme: command not found + [exit=127 / not installed or not permitted] + +--- nvme smart-log per device + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n smart-log ---" + nvme smart-log "$n" 2>&1 + echo "--- $n error-log (first 5) ---" + nvme error-log "$n" 2>&1 | head -n 80 +done + +--- nvme id-ctrl per device (key fields) + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n id-ctrl (filtered) ---" + nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)' +done + +--- smartctl -a per disk + $ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + echo "--- smartctl -a $dev ---" + smartctl -a "$dev" 2>&1 | head -n 200 +done +--- smartctl -a /dev/sda --- +smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Hitachi Deskstar 7K3000 +Device Model: Hitachi HDS723020BLA642 +Serial Number: MN1220F30H4AND +LU WWN Device Id: 5 000cca 369c6e1df +Firmware Version: MN6OA580 +User Capacity: 2,000,398,934,016 bytes [2.00 TB] +Sector Size: 512 bytes logical/physical +Rotation Rate: 7200 rpm +Form Factor: 3.5 inches +Device is: In smartctl database 7.3/5528 +ATA Version is: ATA8-ACS T13/1699-D revision 4 +SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s) +Local Time is: Sun Jul 26 16:29:55 2026 CDT +SMART support is: Available - device has SMART capability. +SMART support is: Enabled + +=== START OF READ SMART DATA SECTION === +SMART overall-health self-assessment test result: PASSED + +General SMART Values: +Offline data collection status: (0x00) Offline data collection activity + was never started. + Auto Offline Data Collection: Disabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: (19381) seconds. +Offline data collection +capabilities: (0x5b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + No Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 323) minutes. +SCT capabilities: (0x003d) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0 + 2 Throughput_Performance 0x0005 131 131 054 Pre-fail Offline - 97 + 3 Spin_Up_Time 0x0007 155 155 024 Pre-fail Always - 362 (Average 377) + 4 Start_Stop_Count 0x0012 087 087 000 Old_age Always - 52372 + 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 + 8 Seek_Time_Performance 0x0005 133 133 020 Pre-fail Offline - 27 + 9 Power_On_Hours 0x0012 090 090 000 Old_age Always - 74218 + 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 + 12 Power_Cycle_Count 0x0032 097 097 000 Old_age Always - 13303 +192 Power-Off_Retract_Count 0x0032 057 057 000 Old_age Always - 52475 +193 Load_Cycle_Count 0x0012 057 057 000 Old_age Always - 52475 +194 Temperature_Celsius 0x0002 139 139 000 Old_age Always - 43 (Min/Max 20/57) +196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error +# 1 Extended offline Completed without error 00% 6263 - +# 2 Short offline Completed without error 00% 6257 - +# 3 Extended offline Completed without error 00% 6257 - +# 4 Selective offline Completed without error 00% 6252 - +# 5 Short offline Completed without error 00% 23404 - + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 23441578 Not_testing + 2 970896897 994338475 Not_testing + 3 1941793794 1965235372 Not_testing + 4 2912690691 2936132269 Not_testing + 5 3883587589 3907029167 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdb --- +smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Device Model: HITACHI HUA723020ALA640 +Serial Number: YFJVEK7A +LU WWN Device Id: 5 000cca 223e8338b +Firmware Version: MK7ONS00 +User Capacity: 2,000,398,934,016 bytes [2.00 TB] +Sector Size: 512 bytes logical/physical +Rotation Rate: 7200 rpm +Form Factor: 3.5 inches +Device is: Not in smartctl database 7.3/5528 +ATA Version is: ATA8-ACS T13/1699-D revision 4 +SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s) +Local Time is: Sun Jul 26 16:29:56 2026 CDT +SMART support is: Available - device has SMART capability. +SMART support is: Enabled + +=== START OF READ SMART DATA SECTION === +SMART overall-health self-assessment test result: PASSED + +General SMART Values: +Offline data collection status: (0x00) Offline data collection activity + was never started. + Auto Offline Data Collection: Disabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: (20946) seconds. +Offline data collection +capabilities: (0x5b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + No Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 349) minutes. +SCT capabilities: (0x003d) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0 + 2 Throughput_Performance 0x0005 100 100 054 Pre-fail Offline - 0 + 3 Spin_Up_Time 0x0007 201 201 024 Pre-fail Always - 302 (Average 318) + 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 434 + 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 + 8 Seek_Time_Performance 0x0005 100 100 020 Pre-fail Offline - 0 + 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 80796 + 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 288 +192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 1716 +193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 1716 +194 Temperature_Celsius 0x0002 120 120 000 Old_age Always - 50 (Min/Max 18/56) +196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 6 + +SMART Error Log Version: 1 +ATA Error Count: 6 (device log contains only the most recent five errors) + CR = Command Register [HEX] + FR = Features Register [HEX] + SC = Sector Count Register [HEX] + SN = Sector Number Register [HEX] + CL = Cylinder Low Register [HEX] + CH = Cylinder High Register [HEX] + DH = Device/Head Register [HEX] + DC = Device Command Register [HEX] + ER = Error register [HEX] + ST = Status register [HEX] +Powered_Up_Time is measured from power on, and printed as +DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, +SS=sec, and sss=millisec. It "wraps" after 49.710 days. + +Error 6 occurred at disk power-on lifetime: 32366 hours (1348 days + 14 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 84 51 80 00 5e 00 02 Error: ICRC, ABRT at LBA = 0x02005e00 = 33578496 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 61 80 00 00 5e 00 40 00 00:03:56.692 WRITE FPDMA QUEUED + 61 80 08 80 5d 00 40 00 00:03:56.691 WRITE FPDMA QUEUED + 61 80 00 00 5d 00 40 00 00:03:56.690 WRITE FPDMA QUEUED + 61 80 08 80 5c 00 40 00 00:03:56.690 WRITE FPDMA QUEUED + 61 80 00 00 5c 00 40 00 00:03:56.689 WRITE FPDMA QUEUED + +Error 5 occurred at disk power-on lifetime: 32366 hours (1348 days + 14 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 84 51 67 19 5e 00 02 Error: ICRC, ABRT at LBA = 0x02005e19 = 33578521 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 61 80 00 00 5e 00 40 00 00:03:56.692 WRITE FPDMA QUEUED + 61 80 08 80 5d 00 40 00 00:03:56.691 WRITE FPDMA QUEUED + 61 80 00 00 5d 00 40 00 00:03:56.690 WRITE FPDMA QUEUED + 61 80 08 80 5c 00 40 00 00:03:56.690 WRITE FPDMA QUEUED + 61 80 00 00 5c 00 40 00 00:03:56.689 WRITE FPDMA QUEUED + +Error 4 occurred at disk power-on lifetime: 32354 hours (1348 days + 2 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 84 51 80 00 5d a9 0a Error: ICRC, ABRT at LBA = 0x0aa95d00 = 178871552 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 61 80 10 80 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED + 61 80 00 00 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED + 61 80 30 80 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED + 61 80 28 00 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED + 61 80 08 80 5d a9 40 00 00:36:15.995 WRITE FPDMA QUEUED + +Error 3 occurred at disk power-on lifetime: 32354 hours (1348 days + 2 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 84 51 7d 03 5d a9 0a Error: ICRC, ABRT at LBA = 0x0aa95d03 = 178871555 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 61 80 10 80 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED + 61 80 00 00 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED + 61 80 30 80 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED + 61 80 28 00 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED + 61 80 08 80 5d a9 40 00 00:36:15.995 WRITE FPDMA QUEUED + +Error 2 occurred at disk power-on lifetime: 32354 hours (1348 days + 2 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 84 51 80 80 a7 e5 07 Error: ICRC, ABRT at LBA = 0x07e5a780 = 132491136 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 61 80 18 00 a9 e5 40 00 00:31:45.204 WRITE FPDMA QUEUED + 61 80 10 80 a8 e5 40 00 00:31:45.203 WRITE FPDMA QUEUED + 61 80 00 00 a8 e5 40 00 00:31:45.203 WRITE FPDMA QUEUED + 61 80 08 80 a7 e5 40 00 00:31:45.202 WRITE FPDMA QUEUED + 61 80 20 00 a7 e5 40 00 00:31:45.202 WRITE FPDMA QUEUED + +SMART Self-test log structure revision number 1 +Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error +# 1 Short offline Completed without error 00% 32091 - + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdc --- +smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Western Digital Red +Device Model: WDC WD30EFRX-68EUZN0 +Serial Number: WD-WCC4N3JUHH4F +LU WWN Device Id: 5 0014ee 20e225e1d +Firmware Version: 82.00A82 +User Capacity: 3,000,592,982,016 bytes [3.00 TB] +Sector Sizes: 512 bytes logical, 4096 bytes physical +Rotation Rate: 5400 rpm +Device is: In smartctl database 7.3/5528 +ATA Version is: ACS-2 (minor revision not indicated) +SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s) +Local Time is: Sun Jul 26 16:29:57 2026 CDT +SMART support is: Available - device has SMART capability. +SMART support is: Enabled + +=== START OF READ SMART DATA SECTION === +SMART overall-health self-assessment test result: PASSED + +General SMART Values: +Offline data collection status: (0x84) Offline data collection activity + was suspended by an interrupting command from host. + Auto Offline Data Collection: Enabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: (39360) seconds. +Offline data collection +capabilities: (0x7b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 2) minutes. +Extended self-test routine +recommended polling time: ( 395) minutes. +Conveyance self-test routine +recommended polling time: ( 5) minutes. +SCT capabilities: (0x703d) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0 + 3 Spin_Up_Time 0x0027 190 179 021 Pre-fail Always - 5483 + 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 312 + 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 + 9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55444 + 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 + 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 257 +192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 191 +193 Load_Cycle_Count 0x0032 180 180 000 Old_age Always - 62341 +194 Temperature_Celsius 0x0022 109 090 000 Old_age Always - 41 +196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 1 +200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error +# 1 Short offline Completed without error 00% 1626 - + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdd --- +smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Western Digital Green +Device Model: WDC WD10EZRX-00A8LB0 +Serial Number: WD-WMC1U9174429 +LU WWN Device Id: 5 0014ee 25d49f2d7 +Firmware Version: 01.01A01 +User Capacity: 1,000,204,886,016 bytes [1.00 TB] +Sector Sizes: 512 bytes logical, 4096 bytes physical +Device is: In smartctl database 7.3/5528 +ATA Version is: ATA8-ACS (minor revision not indicated) +SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s) +Local Time is: Sun Jul 26 16:29:58 2026 CDT +SMART support is: Available - device has SMART capability. +SMART support is: Enabled + +=== START OF READ SMART DATA SECTION === +SMART overall-health self-assessment test result: PASSED + +General SMART Values: +Offline data collection status: (0x84) Offline data collection activity + was suspended by an interrupting command from host. + Auto Offline Data Collection: Enabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: (12360) seconds. +Offline data collection +capabilities: (0x7b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 2) minutes. +Extended self-test routine +recommended polling time: ( 142) minutes. +Conveyance self-test routine +recommended polling time: ( 5) minutes. +SCT capabilities: (0x30b5) SCT Status supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0 + 3 Spin_Up_Time 0x0027 141 127 021 Pre-fail Always - 3950 + 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 724 + 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 + 9 Power_On_Hours 0x0032 001 001 000 Old_age Always - 82192 + 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 + 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 720 +192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1408 +193 Load_Cycle_Count 0x0032 121 121 000 Old_age Always - 237800 +194 Temperature_Celsius 0x0022 102 078 000 Old_age Always - 41 +196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0 +200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +No self-tests have been logged. [To run self-tests, use: smartctl -t] + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sde --- +smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Device Model: SK hynix SC300B SATA 512GB +Serial Number: EJ76N650710306R1N +Firmware Version: 20102P00 +User Capacity: 512,110,190,592 bytes [512 GB] +Sector Size: 512 bytes logical/physical +Rotation Rate: Solid State Device +Form Factor: 2.5 inches +TRIM Command: Available +Device is: Not in smartctl database 7.3/5528 +ATA Version is: ATA8-ACS (minor revision not indicated) +SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) +Local Time is: Sun Jul 26 16:29:58 2026 CDT +SMART support is: Available - device has SMART capability. +SMART support is: Enabled + +=== START OF READ SMART DATA SECTION === +SMART overall-health self-assessment test result: PASSED + +General SMART Values: +Offline data collection status: (0x02) Offline data collection activity + was completed without error. + Auto Offline Data Collection: Disabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: ( 7) seconds. +Offline data collection +capabilities: (0x19) SMART execute Offline immediate. + No Auto Offline data collection support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + No Conveyance Self-test supported. + No Selective Self-test supported. +SMART capabilities: (0x0002) Does not save SMART data before + entering power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 60) minutes. + +SMART Attributes Data Structure revision number: 0 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000f 166 166 006 Pre-fail Always - 0 + 5 Reallocated_Sector_Ct 0x0032 253 253 036 Old_age Always - 0 + 9 Power_On_Hours 0x0032 079 079 000 Old_age Always - 18950 + 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 789 +100 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 13150021 +171 Unknown_Attribute 0x0032 253 253 000 Old_age Always - 0 +172 Unknown_Attribute 0x0032 253 253 000 Old_age Always - 0 +174 Unknown_Attribute 0x0030 100 100 000 Old_age Offline - 93 +175 Program_Fail_Count_Chip 0x0032 253 253 000 Old_age Always - 0 +176 Erase_Fail_Count_Chip 0x0032 253 253 000 Old_age Always - 0 +177 Wear_Leveling_Count 0x0032 097 097 000 Old_age Always - 100 +178 Used_Rsvd_Blk_Cnt_Chip 0x0032 100 100 000 Old_age Always - 19 +179 Used_Rsvd_Blk_Cnt_Tot 0x0032 100 100 000 Old_age Always - 117 +180 Unused_Rsvd_Blk_Cnt_Tot 0x0032 100 100 000 Old_age Always - 8715 +181 Program_Fail_Cnt_Total 0x0032 253 253 000 Old_age Always - 0 +182 Erase_Fail_Count_Total 0x0032 253 253 000 Old_age Always - 0 +183 Runtime_Bad_Block 0x0032 253 253 000 Old_age Always - 0 +187 Reported_Uncorrect 0x0032 253 253 000 Old_age Always - 0 +188 Command_Timeout 0x0032 253 253 000 Old_age Always - 0 +191 Unknown_SSD_Attribute 0x0032 253 253 000 Old_age Always - 0 +194 Temperature_Celsius 0x0002 033 000 000 Old_age Always - 33 (Min/Max 7/51) +195 Hardware_ECC_Recovered 0x0032 253 253 000 Old_age Always - 0 +201 Unknown_SSD_Attribute 0x000e 100 100 000 Old_age Always - 0 +204 Soft_ECC_Correction 0x000e 100 099 000 Old_age Always - 19 +231 Unknown_SSD_Attribute 0x0033 253 253 010 Pre-fail Always - 0 +234 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 51681 +241 Total_LBAs_Written 0x0032 100 100 000 Old_age Always - 7340 +242 Total_LBAs_Read 0x0032 100 100 000 Old_age Always - 8823 +250 Read_Error_Retry_Rate 0x0032 100 100 000 Old_age Always - 198354 + +SMART Error Log Version: 1 +ATA Error Count: 162 (device log contains only the most recent five errors) + CR = Command Register [HEX] + FR = Features Register [HEX] + SC = Sector Count Register [HEX] + SN = Sector Number Register [HEX] + CL = Cylinder Low Register [HEX] + CH = Cylinder High Register [HEX] + DH = Device/Head Register [HEX] + DC = Device Command Register [HEX] + ER = Error register [HEX] + ST = Status register [HEX] +Powered_Up_Time is measured from power on, and printed as +DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, +SS=sec, and sss=millisec. It "wraps" after 49.710 days. + +Error 162 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 40 51 00 00 a7 8d 00 Error: UNC at LBA = 0x008da700 = 9283328 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 25 03 08 00 a7 8d 40 40 18:05:13.330 READ DMA EXT + ef 03 46 00 a7 8d 00 00 18:05:13.330 SET FEATURES [Set transfer mode] + ef 03 0c 00 a7 8d 00 00 18:05:13.330 SET FEATURES [Set transfer mode] + ec 08 00 00 a7 8d 00 00 18:05:13.330 IDENTIFY DEVICE + 60 08 00 00 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED + +Error 161 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 40 41 00 00 00 00 00 Error: UNC at LBA = 0x00000000 = 0 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 60 08 00 00 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED + 60 08 00 c0 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED + 60 08 00 f8 a6 8d 40 40 18:05:13.300 READ FPDMA QUEUED + 60 08 00 f8 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED + 60 08 00 f0 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED + +Error 160 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 40 51 00 00 a7 8d 00 Error: UNC at LBA = 0x008da700 = 9283328 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 25 03 08 00 a7 8d 40 40 18:05:12.170 READ DMA EXT + ef 03 46 00 a7 8d 00 00 18:05:12.170 SET FEATURES [Set transfer mode] + ef 03 0c 00 a7 8d 00 00 18:05:12.170 SET FEATURES [Set transfer mode] + ec 08 00 00 a7 8d 00 00 18:05:12.170 IDENTIFY DEVICE + 60 08 00 00 a7 8d 40 40 18:05:11.380 READ FPDMA QUEUED + +Error 159 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 40 41 00 00 00 00 00 Error: UNC at LBA = 0x00000000 = 0 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 60 08 00 00 a7 8d 40 40 18:05:11.380 READ FPDMA QUEUED + 60 08 00 08 b0 11 40 40 18:05:11.380 READ FPDMA QUEUED + 60 08 00 f0 a6 8d 40 40 18:05:11.380 READ FPDMA QUEUED + 60 08 00 80 a6 8d 40 40 18:05:11.380 READ FPDMA QUEUED + 60 08 00 00 b0 11 40 40 18:05:11.380 READ FPDMA QUEUED + +Error 158 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours) + When the command that caused the error occurred, the device was active or idle. + + After command completion occurred, registers were: + ER ST SC SN CL CH DH + -- -- -- -- -- -- -- + 40 51 00 00 a7 8d 00 Error: UNC at LBA = 0x008da700 = 9283328 + + Commands leading to the command that caused the error were: + CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name + -- -- -- -- -- -- -- -- ---------------- -------------------- + 25 03 04 00 a7 8d 40 40 18:04:55.590 READ DMA EXT + ef 03 46 00 a7 8d 00 00 18:04:55.580 SET FEATURES [Set transfer mode] + ef 03 0c 00 a7 8d 00 00 18:04:55.580 SET FEATURES [Set transfer mode] + ec 04 00 00 a7 8d 00 00 18:04:55.580 IDENTIFY DEVICE + 60 04 00 00 a7 8d 40 40 18:04:55.540 READ FPDMA QUEUED + +SMART Self-test log structure revision number 1 +Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error +# 1 Short offline Completed without error 00% 5470 - +# 2 Short offline Completed without error 00% 95 - +# 3 Short offline Completed without error 00% 94 - +# 4 Short offline Completed without error 00% 90 - +# 5 Short offline Completed without error 00% 90 - +# 6 Short offline Completed without error 00% 89 - +# 7 Short offline Completed without error 00% 71 - +# 8 Short offline Completed without error 00% 70 - +# 9 Short offline Completed without error 00% 2 - + +Selective Self-tests/Logging not supported + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdf --- +smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build) +Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Western Digital Elements / My Passport (USB, AF) +Device Model: WDC WD50NDZW-11MR8S1 +Serial Number: WD-WX52D41RLK8F +LU WWN Device Id: 5 0014ee 2bf38011d +Firmware Version: 02.01A02 +User Capacity: 5,000,947,523,584 bytes [5.00 TB] +Sector Sizes: 512 bytes logical, 4096 bytes physical +Rotation Rate: 5400 rpm +Form Factor: 2.5 inches +TRIM Command: Available, deterministic +Device is: In smartctl database 7.3/5528 +ATA Version is: ACS-3 (minor revision not indicated) +SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) +Local Time is: Sun Jul 26 16:29:58 2026 CDT +SMART support is: Available - device has SMART capability. +SMART support is: Enabled + +=== START OF READ SMART DATA SECTION === +SMART overall-health self-assessment test result: PASSED + +General SMART Values: +Offline data collection status: (0x00) Offline data collection activity + was never started. + Auto Offline Data Collection: Disabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: ( 360) seconds. +Offline data collection +capabilities: (0x1b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + No Conveyance Self-test supported. + No Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 2) minutes. +Extended self-test routine +recommended polling time: ( 11) minutes. +SCT capabilities: (0x30b5) SCT Status supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x002f 100 253 051 Pre-fail Always - 0 + 3 Spin_Up_Time 0x0027 253 253 021 Pre-fail Always - 2883 + 4 Start_Stop_Count 0x0032 072 072 000 Old_age Always - 28977 + 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 + 9 Power_On_Hours 0x0032 071 071 000 Old_age Always - 21235 + 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 + 11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 66 +192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 29 +193 Load_Cycle_Count 0x0032 181 181 000 Old_age Always - 58115 +194 Temperature_Celsius 0x0022 115 106 000 Old_age Always - 37 +196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0 +200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +No self-tests have been logged. [To run self-tests, use: smartctl -t] + +Selective Self-tests/Logging not supported + +The above only provides legacy SMART information - try 'smartctl -x' for more + + +############################################################################### +# 21. STORAGE: HBA / RAID CONTROLLERS +############################################################################### + +############################################################################### +# 22. VIRTUAL MACHINES (qm) +############################################################################### + +--- qm list + $ qm list + VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID + 400 pfv-proxmox-backup-server running 2048 32.00 1622 + 4000 KNELTemplate stopped 2048 32.00 0 + +--- qm config per VM + $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- VM $vmid ---" + qm config "$vmid" 2>&1 + echo "" +done +--- VM 400 --- +boot: order=scsi0 +cores: 2 +cpu: host +ide2: local:iso/proxmox-backup-server_4.1-1.iso,media=cdrom,size=1479332K +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771895002 +name: pfv-proxmox-backup-server +net0: virtio=BC:24:11:6E:12:69,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: local-lvm:vm-400-disk-0,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=4659f1f3-292c-4951-817a-f5403fb1e979 +sockets: 1 +vmgenid: 7a8f6ed0-8980-4698-9859-7a5b568e863d + +--- VM 4000 --- +agent: 1 +balloon: 0 +boot: order=virtio0;ide2;net0 +cores: 2 +cpu: host +ide2: local:iso/debian-13.3.0-amd64-netinst.iso,media=cdrom,size=754M +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771939265 +name: KNELTemplate +net0: virtio=BC:24:11:80:1D:23,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsihw: virtio-scsi-single +smbios1: uuid=53b22660-3d36-41f6-bcea-66b1e0d7bbf9 +sockets: 1 +template: 1 +virtio0: D1:401/base-401-disk-0.qcow2,cache=writethrough,iothread=1,size=32G +vmgenid: 3fde3494-a706-4131-a054-8335786e4b22 + + +--- VM runtime status (qm guest agent if running) + $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- VM $vmid runtime ---" + qm guest cmd "$vmid" network-get-interfaces 2>/dev/null | head -n 40 || echo " [no agent or VM not running]" +done +--- VM 400 runtime --- +--- VM 4000 runtime --- + +--- /etc/pve/qemu-server +lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys4/qemu-server + +--- /etc/pve/firewall +total 0 +drwxr-xr-x 2 root www-data 0 Feb 23 10:53 . +drwxr-xr-x 2 root www-data 0 Dec 31 1969 .. + +############################################################################### +# 23. CONTAINERS (pct) +############################################################################### + +--- pct list + $ pct list + +--- pct config per CT + $ for ctid in $(pct list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- CT $ctid ---" + pct config "$ctid" 2>&1 + echo "" +done + +############################################################################### +# 24. SERVICES / FAILED UNITS +############################################################################### + +--- running services + $ systemctl list-units --type=service --state=running --no-pager + UNIT LOAD ACTIVE SUB DESCRIPTION + beszel-agent.service loaded active running Beszel Agent Service + chrony.service loaded active running chrony, an NTP client/server + cron.service loaded active running Regular background program processing daemon + dbus.service loaded active running D-Bus System Message Bus + dm-event.service loaded active running Device-mapper event daemon + fsidd.service loaded active running NFS FSID Daemon + getty@tty1.service loaded active running Getty on tty1 + glances.service loaded active running Glances + ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon + lldpd.service loaded active running LLDP daemon + lxc-monitord.service loaded active running LXC Container Monitoring Daemon + lxcfs.service loaded active running FUSE filesystem for LXC + nfs-blkmap.service loaded active running pNFS block layout mapping daemon + nfs-idmapd.service loaded active running NFSv4 ID-name mapping service + nfs-mountd.service loaded active running NFS Mount Daemon + nfsdcld.service loaded active running NFSv4 Client Tracking Daemon + polkit.service loaded active running Authorization Manager + postfix.service loaded active running Postfix Mail Transport Agent (main/default instance) + proxmox-firewall.service loaded active running Proxmox nftables firewall + pve-cluster.service loaded active running The Proxmox VE cluster filesystem + pve-firewall.service loaded active running Proxmox VE firewall + pve-lxc-syscalld.service loaded active running Proxmox VE LXC Syscall Daemon + pvedaemon.service loaded active running PVE API Daemon + pvefw-logger.service loaded active running Proxmox VE firewall logger + pveproxy.service loaded active running PVE API Proxy Server + pvescheduler.service loaded active running Proxmox VE scheduler + pvestatd.service loaded active running PVE Status Daemon + qmeventd.service loaded active running PVE Qemu Event Daemon + rpc-statd.service loaded active running NFS status monitor for NFSv2/3 locking. + rpcbind.service loaded active running RPC bind portmap service + rrdcached.service loaded active running Data caching daemon for rrdtool + ser2net.service loaded active running Serial port to network proxy + smartmontools.service loaded active running Self Monitoring and Reporting Technology (SMART) Daemon + spiceproxy.service loaded active running PVE SPICE Proxy Server + ssh.service loaded active running OpenBSD Secure Shell server + systemd-journald.service loaded active running Journal Service + systemd-logind.service loaded active running User Login Management + systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files + tailscaled.service loaded active running Tailscale node agent + tuned.service loaded active running Dynamic System Tuning Daemon + user@0.service loaded active running User Manager for UID 0 + zfs-zed.service loaded active running ZFS Event Daemon (zed) + +Legend: LOAD → Reflects whether the unit definition was properly loaded. + ACTIVE → The high-level unit activation state, i.e. generalization of SUB. + SUB → The low-level unit activation state, values depend on unit type. + +42 loaded units listed. + +--- failed services + $ systemctl --failed --no-pager + UNIT LOAD ACTIVE SUB DESCRIPTION +● conman.service loaded failed failed serial console management program + +Legend: LOAD → Reflects whether the unit definition was properly loaded. + ACTIVE → The high-level unit activation state, i.e. generalization of SUB. + SUB → The low-level unit activation state, values depend on unit type. + +1 loaded units listed. + +--- enabled services + $ systemctl list-unit-files --state=enabled --no-pager +UNIT FILE STATE PRESET +beszel-agent.service enabled enabled +blk-availability.service enabled enabled +chrony.service enabled enabled +conman.service enabled enabled +console-setup.service enabled enabled +cron.service enabled enabled +disable-usb-autosuspend.service enabled enabled +e2scrub_reap.service enabled enabled +fsidd.service enabled enabled +getty@.service enabled enabled +glances.service enabled enabled +grub-common.service enabled enabled +keyboard-setup.service enabled enabled +ksmtuned.service enabled enabled +lldpd.service enabled enabled +lvm2-monitor.service enabled enabled +lxc-monitord.service enabled enabled +lxc-net.service enabled enabled +lxc.service enabled enabled +lxcfs.service enabled enabled +netavark-dhcp-proxy.service enabled enabled +netavark-firewalld-reload.service enabled enabled +networking.service enabled enabled +nfs-blkmap.service enabled enabled +nfs-server.service enabled enabled +open-iscsi.service enabled enabled +postfix.service enabled enabled +proxmox-boot-cleanup.service enabled enabled +proxmox-firewall.service enabled enabled +pve-cluster.service enabled enabled +pve-firewall-commit.service enabled enabled +pve-firewall.service enabled enabled +pve-guests.service enabled enabled +pve-lxc-syscalld.service enabled enabled +pve-query-machine-capabilities.service enabled enabled +pve-sdn-commit.service enabled enabled +pvebanner.service enabled enabled +pvedaemon.service enabled enabled +pvefw-logger.service enabled enabled +pvenetcommit.service enabled enabled +pveproxy.service enabled enabled +pvescheduler.service enabled enabled +pvestatd.service enabled enabled +qmeventd.service enabled enabled +rbdmap.service enabled enabled +rpcbind.service enabled enabled +rrdcached.service enabled enabled +ser2net.service enabled enabled +smartmontools.service enabled enabled +spiceproxy.service enabled enabled +ssh.service enabled enabled +sshd-keygen.service enabled enabled +systemd-pstore.service enabled enabled +tailscaled.service enabled enabled +tuned.service enabled enabled +wtmpdb-update-boot.service enabled enabled +zfs-import-cache.service enabled enabled +zfs-mount.service enabled enabled +zfs-share.service enabled enabled +zfs-volume-wait.service enabled enabled +zfs-zed.service enabled enabled +system-xfs_scrub.slice enabled enabled +dm-event.socket enabled enabled +iscsid.socket enabled enabled +lvm2-lvmpolld.socket enabled enabled +netavark-dhcp-proxy.socket enabled enabled +rpcbind.socket enabled enabled +rrdcached.socket enabled enabled +uuidd.socket enabled enabled +ceph-fuse.target enabled enabled +ceph.target enabled enabled +nfs-client.target enabled enabled +remote-fs.target enabled enabled +zfs-import.target enabled enabled +zfs-volumes.target enabled enabled +zfs.target enabled enabled +apt-daily-upgrade.timer enabled enabled +apt-daily.timer enabled enabled +beszel-agent-update.timer enabled enabled +dpkg-db-backup.timer enabled enabled +e2scrub_all.timer enabled enabled +fstrim.timer enabled enabled +logrotate.timer enabled enabled +man-db.timer enabled enabled +mdcheck_continue.timer enabled enabled +mdcheck_start.timer enabled enabled +mdmonitor-oneshot.timer enabled enabled +pve-daily-update.timer enabled enabled +xfs_scrub_all.timer enabled enabled + +89 unit files listed. + +--- pve-* service status + $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 +● pve-cluster.service - The Proxmox VE cluster filesystem + Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:00:03 CDT; 2 days ago + Invocation: e453235c99b847bcbaf3fee923948434 + Main PID: 1245 (pmxcfs) + Tasks: 7 (limit: 18967) + Memory: 18.2M (peak: 58.1M, swap: 30.1M, swap peak: 33.2M) + CPU: 1min 14.309s + CGroup: /system.slice/pve-cluster.service + └─1245 /usr/bin/pmxcfs + +Jul 24 16:00:01 pfv-tsys4 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 24 16:00:01 pfv-tsys4 pmxcfs[1214]: [main] notice: resolved node name 'pfv-tsys4' to '192.168.100.2' for default node IP address +Jul 24 16:00:01 pfv-tsys4 pmxcfs[1214]: [main] notice: resolved node name 'pfv-tsys4' to '192.168.100.2' for default node IP address +Jul 24 16:00:03 pfv-tsys4 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. + +● pvedaemon.service - PVE API Daemon + Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:00:09 CDT; 2 days ago + Invocation: f51489cd36b04cccad4952818ae99b64 + Main PID: 1484 (pvedaemon) + Tasks: 4 (limit: 18967) + Memory: 27.4M (peak: 195.3M, swap: 153.6M, swap peak: 154.6M) + CPU: 16.017s + CGroup: /system.slice/pvedaemon.service + ├─1484 pvedaemon + ├─1485 "pvedaemon worker" + ├─1486 "pvedaemon worker" + └─1487 "pvedaemon worker" + +Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pvedaemon.service - PVE API Daemon... +Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: starting server +Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: starting 3 worker(s) +Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1485 started +Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1486 started +Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1487 started +Jul 24 16:00:09 pfv-tsys4 systemd[1]: Started pvedaemon.service - PVE API Daemon. + +● pveproxy.service - PVE API Proxy Server + Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:00:10 CDT; 2 days ago + Invocation: ad94467386064b43af42ee5db7a56e95 + Process: 366003 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Main PID: 1553 (pveproxy) + Tasks: 4 (limit: 18967) + Memory: 134.4M (peak: 358.7M, swap: 192.9M, swap peak: 226.9M) + CPU: 40.792s + CGroup: /system.slice/pveproxy.service + ├─ 1553 pveproxy + ├─366058 "pveproxy worker" + ├─366059 "pveproxy worker" + └─366060 "pveproxy worker" + +Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: starting 3 worker(s) +Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366058 started +Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366059 started +Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366060 started +Jul 26 00:25:47 pfv-tsys4 pveproxy[92399]: worker exit +Jul 26 00:25:47 pfv-tsys4 pveproxy[92397]: worker exit +Jul 26 00:25:47 pfv-tsys4 pveproxy[92398]: worker exit +Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92398 finished +Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92397 finished +Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92399 finished + +● pve-firewall.service - Proxmox VE firewall + Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 2 days ago + Invocation: 220e37055dfe450fbf381f28186dce38 + Main PID: 1449 (pve-firewall) + Tasks: 1 (limit: 18967) + Memory: 35.8M (peak: 128.3M, swap: 94.4M, swap peak: 94.5M) + CPU: 16min 36.980s + CGroup: /system.slice/pve-firewall.service + └─1449 pve-firewall + +Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 24 16:00:08 pfv-tsys4 pve-firewall[1449]: starting server +Jul 24 16:00:08 pfv-tsys4 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. +Jul 26 15:07:47 pfv-tsys4 pve-firewall[1449]: firewall update time (6.399 seconds) + +○ pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; disabled; preset: enabled) + Active: inactive (dead) + +○ pve-ha-lrm.service - PVE Local HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; disabled; preset: enabled) + Active: inactive (dead) + +● pvestatd.service - PVE Status Daemon + Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 2 days ago + Invocation: b089fe7463334022a4ae1aef6d822c5b + Main PID: 1465 (pvestatd) + Tasks: 1 (limit: 18967) + Memory: 44.7M (peak: 135.3M, swap: 86.6M, swap peak: 86.6M) + CPU: 17min 7.578s + CGroup: /system.slice/pvestatd.service + └─1465 pvestatd + +Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pvestatd.service - PVE Status Daemon... +Jul 24 16:00:08 pfv-tsys4 pvestatd[1465]: starting server +Jul 24 16:00:08 pfv-tsys4 systemd[1]: Started pvestatd.service - PVE Status Daemon. +Jul 25 10:56:39 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating.. +Jul 26 10:56:41 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating.. +Jul 26 15:07:47 pfv-tsys4 pvestatd[1465]: status update time (5.596 seconds) + +● pvebanner.service - Proxmox VE Login Banner + Loaded: loaded (/usr/lib/systemd/system/pvebanner.service; enabled; preset: enabled) + Active: active (exited) since Fri 2026-07-24 15:59:05 CDT; 2 days ago + Invocation: e0b579aa68ba4e269f0c85573fec88c3 + Main PID: 904 (code=exited, status=0/SUCCESS) + Mem peak: 34.8M + CPU: 224ms + +Jul 24 15:58:59 pfv-tsys4 systemd[1]: Starting pvebanner.service - Proxmox VE Login Banner... +Jul 24 15:59:05 pfv-tsys4 systemd[1]: Finished pvebanner.service - Proxmox VE Login Banner. + +--- storage-related service status + $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 +● nfs-server.service - NFS server and services + Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) + Drop-In: /run/systemd/generator/nfs-server.service.d + └─order-with-mounts.conf + Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 2 days ago + Invocation: 31e5f1e426a94cdc85e882117636b6f8 + Docs: man:rpc.nfsd(8) + man:exportfs(8) + Main PID: 1571 (code=exited, status=0/SUCCESS) + Mem peak: 1.8M + CPU: 15ms + +Jul 24 16:00:11 pfv-tsys4 systemd[1]: Starting nfs-server.service - NFS server and services... +Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D7: No such file or directory +Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D1: No such file or directory +Jul 24 16:00:11 pfv-tsys4 sh[1572]: nfsdctl: lockd configuration failure +Jul 24 16:00:11 pfv-tsys4 systemd[1]: Finished nfs-server.service - NFS server and services. + +● nfs-server.service - NFS server and services + Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) + Drop-In: /run/systemd/generator/nfs-server.service.d + └─order-with-mounts.conf + Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 2 days ago + Invocation: 31e5f1e426a94cdc85e882117636b6f8 + Docs: man:rpc.nfsd(8) + man:exportfs(8) + Main PID: 1571 (code=exited, status=0/SUCCESS) + Mem peak: 1.8M + CPU: 15ms + +Jul 24 16:00:11 pfv-tsys4 systemd[1]: Starting nfs-server.service - NFS server and services... +Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D7: No such file or directory +Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D1: No such file or directory +Jul 24 16:00:11 pfv-tsys4 sh[1572]: nfsdctl: lockd configuration failure +Jul 24 16:00:11 pfv-tsys4 systemd[1]: Finished nfs-server.service - NFS server and services. + +● rpcbind.service - RPC bind portmap service + Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 15:59:00 CDT; 2 days ago + Invocation: 5d2420eac98d451fb11735e771c51d2e +TriggeredBy: ● rpcbind.socket + Docs: man:rpcbind(8) + Main PID: 934 (rpcbind) + Tasks: 1 (limit: 18967) + Memory: 928K (peak: 2M, swap: 32K, swap peak: 32K) + CPU: 1min 34.814s + CGroup: /system.slice/rpcbind.service + └─934 /usr/sbin/rpcbind -f -w + +Jul 24 15:59:00 pfv-tsys4 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 24 15:59:00 pfv-tsys4 systemd[1]: Started rpcbind.service - RPC bind portmap service. + +● rpc-statd.service - NFS status monitor for NFSv2/3 locking. + Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) + Active: active (running) since Fri 2026-07-24 16:00:01 CDT; 2 days ago + Invocation: aadb1d67946d4092bcd32f76d3054e6d + Docs: man:rpc.statd(8) + Main PID: 1234 (rpc.statd) + Tasks: 1 (limit: 18967) + Memory: 400K (peak: 1.7M, swap: 96K, swap peak: 96K) + CPU: 7ms + CGroup: /system.slice/rpc-statd.service + └─1234 /usr/sbin/rpc.statd + +Jul 24 16:00:01 pfv-tsys4 systemd[1]: Starting rpc-statd.service - NFS status monitor for NFSv2/3 locking.... +Jul 24 16:00:01 pfv-tsys4 rpc.statd[1234]: Version 2.8.3 starting +Jul 24 16:00:01 pfv-tsys4 rpc.statd[1234]: Flags: TI-RPC +Jul 24 16:00:01 pfv-tsys4 systemd[1]: Started rpc-statd.service - NFS status monitor for NFSv2/3 locking.. + +○ zfs-import.service + Loaded: masked (Reason: Unit zfs-import.service is masked.) + Active: inactive (dead) + +● zfs-mount.service - Mount ZFS filesystems + Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) + Active: active (exited) since Fri 2026-07-24 15:58:19 CDT; 2 days ago + Invocation: b949855e4d8447c799c35c9e8f7d6df5 + Docs: man:zfs(8) + Main PID: 885 (code=exited, status=0/SUCCESS) + Mem peak: 1.6M + +############################################################################### +# 25. TIMERS / CRON +############################################################################### + +--- systemctl list-timers + $ systemctl list-timers --all --no-pager +NEXT LEFT LAST PASSED UNIT ACTIVATES +Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:19 CDT 16h ago dpkg-db-backup.timer dpkg-db-backup.service +Mon 2026-07-27 00:26:46 CDT 7h Sun 2026-07-26 02:26:26 CDT 14h ago beszel-agent-update.timer beszel-agent-update.service +Mon 2026-07-27 00:59:29 CDT 8h Sun 2026-07-26 00:25:29 CDT 16h ago logrotate.timer logrotate.service +Mon 2026-07-27 01:25:35 CDT 8h Mon 2026-07-20 00:34:10 CDT - fstrim.timer fstrim.service +Mon 2026-07-27 02:37:41 CDT 10h Sun 2026-07-26 01:53:29 CDT 14h ago pve-daily-update.timer pve-daily-update.service +Mon 2026-07-27 03:28:58 CDT 10h Sun 2026-07-26 15:48:33 CDT 41min ago apt-daily.timer apt-daily.service +Mon 2026-07-27 06:13:10 CDT 13h Sun 2026-07-26 06:07:29 CDT 10h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Mon 2026-07-27 11:34:31 CDT 19h Sun 2026-07-26 10:40:25 CDT 5h 49min ago man-db.timer man-db.service +Mon 2026-07-27 16:14:33 CDT 23h Sun 2026-07-26 16:14:33 CDT 15min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:03 CDT 6 days Sun 2026-07-26 03:10:21 CDT 13h ago e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:16 CDT 6 days Sun 2026-07-26 03:10:21 CDT 13h ago xfs_scrub_all.timer xfs_scrub_all.service + +11 timers listed. + +--- /etc/cron.d +total 24 +drwxr-xr-x 2 root root 4096 Mar 21 12:20 . +drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat +lrwxrwxrwx 1 root root 20 Feb 23 10:53 vzdump -> /etc/pve/vzdump.cron +-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux + +--- /etc/cron.daily +total 32 +drwxr-xr-x 2 root root 4096 Mar 21 12:20 . +drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat +-rwxr-xr-x 1 root root 123 May 27 2025 dpkg +-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate +-rwxr-xr-x 1 root root 1395 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat + +--- /etc/cron.hourly +total 12 +drwxr-xr-x 2 root root 4096 Feb 23 04:50 . +drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.weekly +total 16 +drwxr-xr-x 2 root root 4096 Feb 23 04:50 . +drwxr-xr-x 110 root root 4096 Jul 26 16:28 .. +-rwxr-xr-x 1 root root 1055 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- crontabs + --- /etc/crontab --- +# /etc/crontab: system-wide crontab +# Unlike any other crontab you don't have to run the `crontab' +# command to install the new version when you edit this file +# and files in /etc/cron.d. These files also have username fields, +# that none of the other crontabs do. + +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * user-name command to be executed +17 * * * * root cd / && run-parts --report /etc/cron.hourly +25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; } +47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; } +52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; } +# + +--- root crontab + $ crontab -l 2>/dev/null || echo " [no root crontab]" + [no root crontab] + +############################################################################### +# 26. LIVE PERFORMANCE SNAPSHOT +############################################################################### + +--- /proc/loadavg + $ cat /proc/loadavg +2.40 2.24 2.55 2/331 552459 + +--- vmstat 1 3 + $ vmstat 1 3 +procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- + r b swpd free buff cache si so bi bo in cs us sy id wa st gu + 1 0 1033008 13606776 86884 844028 3 9 1384 1525 2904 2 0 1 80 20 0 0 + 0 0 1033008 13598828 86924 844184 0 0 512 448 5225 11628 1 1 82 16 0 0 + 0 0 1033008 13605040 86924 844476 0 0 0 368 4630 9724 1 1 88 11 0 0 + +--- mpstat 1 3 (per-cpu) + $ mpstat 1 3 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:12 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +04:30:13 PM all 0.00 0.00 0.38 2.13 0.00 0.00 0.00 0.25 0.00 97.25 +04:30:14 PM all 0.00 0.00 0.13 0.38 0.00 0.00 0.00 0.00 0.00 99.50 +04:30:15 PM all 0.12 0.00 0.12 1.62 0.00 0.12 0.00 0.00 0.00 98.00 +Average: all 0.00 0.00 0.21 1.38 0.00 0.04 0.00 0.08 0.00 98.25 + +--- iostat -xz 1 3 + $ iostat -xz 1 3 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +avg-cpu: %user %nice %system %iowait %steal %idle + 0.14 0.00 0.55 19.55 0.00 79.77 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +dm-0 0.99 4.01 0.00 0.00 10.24 4.06 1.83 9.67 0.00 0.00 10.12 5.28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.90 +dm-1 0.46 24.42 0.00 0.00 13.26 53.48 1.97 9.51 0.00 0.00 6.52 4.83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.38 +dm-2 0.00 0.09 0.00 0.00 18.89 20.66 0.00 0.00 0.00 0.00 34.75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 +dm-3 0.11 3.90 0.00 0.00 25.26 35.38 1.52 9.07 0.00 0.00 12.31 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.91 +dm-4 0.11 3.85 0.00 0.00 25.27 35.03 1.52 9.07 0.00 0.00 12.32 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.90 +dm-5 0.00 0.04 0.00 0.00 11.36 277.14 0.00 0.00 0.00 0.00 17.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +dm-6 0.11 3.76 0.00 0.00 46.99 34.33 1.52 9.07 0.00 0.00 14.85 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.91 +sda 0.02 0.15 0.00 12.77 9.63 8.11 0.00 0.00 0.00 4.76 7.10 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 7.37 0.00 0.01 +sdb 0.97 529.28 19.42 95.23 15.34 544.19 14.59 489.24 2.60 15.14 14.96 33.54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.23 15.16 +sdc 2.05 770.50 12.92 86.29 12.41 375.25 58.22 1007.80 6.42 9.93 7.85 17.31 0.00 0.00 0.00 0.00 0.00 0.00 24.72 12.11 0.78 30.83 +sdd 1.47 83.82 0.50 25.21 8.45 56.92 3.04 28.25 2.28 42.83 6.27 9.28 0.00 0.00 0.00 0.00 0.00 0.00 0.71 13.59 0.04 2.49 +sde 0.01 0.19 0.00 36.96 0.71 26.78 0.00 0.00 0.00 5.88 1.38 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.67 0.00 0.00 +sdf 0.03 0.26 0.00 9.61 24.39 8.31 0.00 0.04 0.01 99.17 8.57 481.14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04 + + +avg-cpu: %user %nice %system %iowait %steal %idle + 0.13 0.00 0.13 1.88 0.00 97.87 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +sdb 0.00 0.00 0.00 0.00 0.00 0.00 5.00 20.00 0.00 0.00 11.80 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.06 3.20 +sdc 0.00 0.00 0.00 0.00 0.00 0.00 6.00 28.00 0.00 0.00 6.83 4.67 0.00 0.00 0.00 0.00 0.00 0.00 3.00 13.33 0.08 4.10 + + +avg-cpu: %user %nice %system %iowait %steal %idle + 0.13 0.00 0.13 2.00 0.00 97.75 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +sdc 0.00 0.00 0.00 0.00 0.00 0.00 18.00 160.00 4.00 18.18 8.83 8.89 0.00 0.00 0.00 0.00 0.00 0.00 9.00 13.44 0.28 12.20 + + + +--- sar -dp 1 2 + $ sar -dp 1 2 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:17 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +04:30:18 PM 2.00 0.00 8.00 0.00 4.00 0.03 14.00 1.70 sdb +04:30:18 PM 74.00 24.00 396.00 0.00 5.68 0.95 7.81 38.90 sdc +04:30:18 PM 18.00 0.00 76.00 0.00 4.22 0.04 2.28 2.40 sdd +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +04:30:18 PM 19.00 0.00 76.00 0.00 4.00 0.08 4.00 2.60 pve-root +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf +04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 + +04:30:18 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +04:30:19 PM 2.00 0.00 16.00 0.00 8.00 0.02 11.00 2.30 sdb +04:30:19 PM 90.00 4.00 260.00 0.00 2.93 0.78 5.38 30.60 sdc +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdd +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf +04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 + +Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +Average: 2.00 0.00 12.00 0.00 6.00 0.03 12.50 2.00 sdb +Average: 82.00 14.00 328.00 0.00 4.17 0.86 6.48 34.75 sdc +Average: 9.00 0.00 38.00 0.00 4.22 0.02 2.28 1.20 sdd +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +Average: 9.50 0.00 38.00 0.00 4.00 0.04 4.00 1.30 pve-root +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0 + +--- sar -n DEV 1 2 + $ sar -n DEV 1 2 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +04:30:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:30:20 PM nic0 74.00 20.00 14.66 2.25 0.00 0.00 22.00 0.01 +04:30:20 PM enx8cae4ccda926 203.00 118.00 228.15 12.86 0.00 0.00 0.00 0.00 +04:30:20 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:30:20 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:30:20 PM vmbr0 39.00 7.00 4.21 0.97 0.00 0.00 16.00 0.00 +04:30:20 PM datanet 203.00 118.00 228.15 12.86 0.00 0.00 1.00 0.00 +04:30:20 PM tap400i0 13.00 61.00 1.12 12.46 0.00 0.00 0.00 0.00 +04:30:20 PM fwbr400i0 32.00 0.00 3.31 0.00 0.00 0.00 16.00 0.00 +04:30:20 PM fwpr400p0 13.00 61.00 1.12 12.46 0.00 0.00 0.00 0.00 +04:30:20 PM fwln400i0 61.00 13.00 12.46 1.12 0.00 0.00 0.00 0.00 + +04:30:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +04:30:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:30:21 PM nic0 34.00 15.00 5.98 4.71 0.00 0.00 11.00 0.00 +04:30:21 PM enx8cae4ccda926 222.00 122.00 205.29 52.31 0.00 0.00 0.00 0.00 +04:30:21 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:30:21 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:30:21 PM vmbr0 19.00 2.00 1.15 0.31 0.00 0.00 8.00 0.00 +04:30:21 PM datanet 222.00 122.00 205.29 52.31 0.00 0.00 1.00 0.00 +04:30:21 PM tap400i0 13.00 29.00 4.32 5.09 0.00 0.00 0.00 0.00 +04:30:21 PM fwbr400i0 17.00 0.00 0.87 0.00 0.00 0.00 8.00 0.00 +04:30:21 PM fwpr400p0 13.00 29.00 4.32 5.09 0.00 0.00 0.00 0.00 +04:30:21 PM fwln400i0 29.00 13.00 5.09 4.32 0.00 0.00 0.00 0.00 + +Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: nic0 54.00 17.50 10.32 3.48 0.00 0.00 16.50 0.01 +Average: enx8cae4ccda926 212.50 120.00 216.72 32.58 0.00 0.00 0.00 0.00 +Average: enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: vmbr0 29.00 4.50 2.68 0.64 0.00 0.00 12.00 0.00 +Average: datanet 212.50 120.00 216.72 32.58 0.00 0.00 1.00 0.00 +Average: tap400i0 13.00 45.00 2.72 8.77 0.00 0.00 0.00 0.00 +Average: fwbr400i0 24.50 0.00 2.09 0.00 0.00 0.00 12.00 0.00 +Average: fwpr400p0 13.00 45.00 2.72 8.77 0.00 0.00 0.00 0.00 +Average: fwln400i0 45.00 13.00 8.77 2.72 0.00 0.00 0.00 0.00 + +--- sar -n NFS,NFSD 1 2 + $ sar -n NFS,NFSD 1 2 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:21 PM call/s retrans/s read/s write/s access/s getatt/s +04:30:22 PM 0.00 0.00 0.00 0.00 0.00 0.00 + +04:30:21 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +04:30:22 PM 9.00 0.00 9.00 0.00 9.00 0.00 0.00 0.00 8.00 0.00 3.00 + +04:30:22 PM call/s retrans/s read/s write/s access/s getatt/s +04:30:23 PM 0.00 0.00 0.00 0.00 0.00 0.00 + +04:30:22 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +04:30:23 PM 12.00 0.00 12.00 0.00 12.00 0.00 0.00 0.00 11.00 0.00 8.00 + +Average: call/s retrans/s read/s write/s access/s getatt/s +Average: 0.00 0.00 0.00 0.00 0.00 0.00 + +Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +Average: 10.50 0.00 10.50 0.00 10.50 0.00 0.00 0.00 9.50 0.00 5.50 + +--- sar -n SOCK 1 1 + $ sar -n SOCK 1 1 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:23 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +04:30:24 PM 370 31 10 0 0 1 +Average: 370 31 10 0 0 1 + +--- sar -n TCP,ETCP 1 2 + $ sar -n TCP,ETCP 1 2 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:24 PM active/s passive/s iseg/s oseg/s +04:30:25 PM 0.00 0.00 305.00 141.00 + +04:30:24 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +04:30:25 PM 0.00 0.00 1.00 0.00 0.00 + +04:30:25 PM active/s passive/s iseg/s oseg/s +04:30:26 PM 0.00 6.00 318.00 113.00 + +04:30:25 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +04:30:26 PM 0.00 0.00 0.00 0.00 0.00 + +Average: active/s passive/s iseg/s oseg/s +Average: 0.00 3.00 311.50 127.00 + +Average: atmptf/s estres/s retrans/s isegerr/s orsts/s +Average: 0.00 0.00 0.50 0.00 0.00 + +--- pidstat -d 1 2 (top disk) + $ pidstat -d 1 2 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:26 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +04:30:27 PM 0 1582 0.00 23.76 0.00 0 nfsd +04:30:27 PM 0 1584 0.00 3.96 0.00 0 nfsd +04:30:27 PM 0 1587 0.00 39.60 0.00 0 nfsd +04:30:27 PM 0 1589 0.00 55.45 0.00 0 nfsd +04:30:27 PM 0 1593 0.00 43.56 0.00 0 nfsd + +04:30:27 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +04:30:28 PM 0 1578 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1579 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1580 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1581 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1582 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1583 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1584 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1585 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1586 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1587 4.00 76.00 0.00 0 nfsd +04:30:28 PM 0 1589 0.00 100.00 0.00 0 nfsd +04:30:28 PM 0 1591 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1592 0.00 4.00 0.00 0 nfsd +04:30:28 PM 0 1593 8.00 20.00 0.00 0 nfsd + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 0 1578 0.00 1.99 0.00 0 nfsd +Average: 0 1579 0.00 1.99 0.00 0 nfsd +Average: 0 1580 0.00 1.99 0.00 0 nfsd +Average: 0 1581 0.00 1.99 0.00 0 nfsd +Average: 0 1582 0.00 13.93 0.00 0 nfsd +Average: 0 1583 0.00 1.99 0.00 0 nfsd +Average: 0 1584 0.00 3.98 0.00 0 nfsd +Average: 0 1585 0.00 1.99 0.00 0 nfsd +Average: 0 1586 0.00 1.99 0.00 0 nfsd +Average: 0 1587 1.99 57.71 0.00 0 nfsd +Average: 0 1589 0.00 77.61 0.00 0 nfsd +Average: 0 1591 0.00 1.99 0.00 0 nfsd +Average: 0 1592 0.00 1.99 0.00 0 nfsd +Average: 0 1593 3.98 31.84 0.00 0 nfsd + +--- pidstat -u 1 2 (top cpu) + $ pidstat -u 1 2 +Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU) + +04:30:28 PM UID PID %usr %system %guest %wait %CPU CPU Command +04:30:29 PM 0 1622 0.00 0.99 0.00 0.00 0.99 3 kvm +04:30:29 PM 0 552517 0.00 0.99 0.00 0.00 0.99 1 pidstat + +04:30:29 PM UID PID %usr %system %guest %wait %CPU CPU Command +04:30:30 PM 0 94 0.00 1.00 0.00 0.00 1.00 7 kworker/7:1H-kblockd +04:30:30 PM 0 961 1.00 1.00 0.00 0.00 2.00 6 tailscaled +04:30:30 PM 0 1449 0.00 1.00 0.00 0.00 1.00 6 pve-firewall +04:30:30 PM 0 1583 0.00 1.00 0.00 0.00 1.00 6 nfsd +04:30:30 PM 0 1622 0.00 1.00 1.00 0.00 1.00 3 kvm + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 0 94 0.00 0.50 0.00 0.00 0.50 - kworker/7:1H-kblockd +Average: 0 961 0.50 0.50 0.00 0.00 1.00 - tailscaled +Average: 0 1449 0.00 0.50 0.00 0.00 0.50 - pve-firewall +Average: 0 1583 0.00 0.50 0.00 0.00 0.50 - nfsd +Average: 0 1622 0.00 1.00 0.50 0.00 1.00 - kvm +Average: 0 552517 0.00 0.50 0.00 0.00 0.50 - pidstat + +--- top (single snapshot, top 30) + $ top -b -n 1 +top - 16:30:31 up 2 days, 32 min, 3 users, load average: 2.29, 2.22, 2.54 +Tasks: 268 total, 1 running, 267 sleeping, 0 stopped, 0 zombie +%Cpu(s): 1.9 us, 3.8 sy, 0.0 ni, 20.1 id, 74.2 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 15901.1 total, 13361.2 free, 1940.1 used, 913.4 buff/cache +MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 1622 root 20 0 2862928 914452 4308 S 9.1 5.6 25:08.57 kvm + 1 root 20 0 25816 12532 8024 S 0.0 0.1 0:11.43 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.09 kthreadd + 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ + 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:00.76 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 1:54.35 rcu_pre+ + 16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ + 17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ + 18 root rt 0 0 0 0 S 0.0 0.0 0:00.23 migrati+ + 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:00.75 ksoftir+ + 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:00.46 ksoftir+ + 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:00.40 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:00.42 ksoftir+ + 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:00.54 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:15.67 ksoftir+ + 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:00.36 ksoftir+ + 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.39 ksoftir+ + 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:00.47 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:00.69 ksoftir+ + 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.06 khungta+ + 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 74 root 20 0 0 0 0 S 0.0 0.0 1:04.27 kcompac+ + 75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 76 root 39 19 0 0 0 S 0.0 0.0 0:00.65 khugepa+ + 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:01.03 irq/9-a+ + 85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 90 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 91 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 94 root 0 -20 0 0 0 I 0.0 0.0 7:41.73 kworker+ + 96 root 20 0 0 0 0 S 0.0 0.0 0:26.16 kswapd0 + 97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 100 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 101 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 107 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 122 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 123 root 0 -20 0 0 0 I 0.0 0.0 0:18.44 kworker+ + 124 root 0 -20 0 0 0 I 0.0 0.0 0:16.89 kworker+ + 126 root 0 -20 0 0 0 I 0.0 0.0 0:18.31 kworker+ + 127 root 0 -20 0 0 0 I 0.0 0.0 0:16.33 kworker+ + 159 root 0 -20 0 0 0 I 0.0 0.0 0:30.29 kworker+ + 172 root 0 -20 0 0 0 I 0.0 0.0 0:18.30 kworker+ + 174 root 0 -20 0 0 0 I 0.0 0.0 0:17.52 kworker+ + 232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 233 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 241 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 243 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 244 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 268 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 269 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 270 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 279 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 280 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 281 root 20 0 0 0 0 S 0.0 0.0 0:00.18 usb-sto+ + 282 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 283 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 284 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 285 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 310 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 342 root 20 0 0 0 0 S 0.0 0.0 0:02.54 jbd2/dm+ + 343 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 394 root 20 0 51432 24860 23412 S 0.0 0.2 0:02.70 systemd+ + 433 root 20 0 77292 22296 9124 S 0.0 0.1 0:04.56 dmeventd + 434 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 435 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 436 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 437 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 445 root 20 0 36720 7564 4776 S 0.0 0.0 0:00.47 systemd+ + 446 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 447 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 448 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 449 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 450 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 451 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 452 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 453 root 20 0 0 0 0 S 0.0 0.0 0:01.23 arc_evi+ + 454 root 39 19 0 0 0 S 0.0 0.0 0:01.27 arc_reap + 455 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 456 root 39 19 0 0 0 S 0.0 0.0 0:01.21 dbuf_ev+ + 457 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 458 root 20 0 0 0 0 S 0.0 0.0 0:01.49 l2arc_f+ + 464 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 465 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 467 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 557 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/38-+ + 667 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 854 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+ + 855 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 858 root 20 0 0 0 0 S 0.0 0.0 0:35.95 jbd2/sd+ + 859 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 865 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 868 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 869 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 870 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 872 root 20 0 0 0 0 S 0.0 0.0 0:21.84 jbd2/sd+ + 876 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 897 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+ + 898 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 934 _rpc 20 0 6664 3288 2816 S 0.0 0.0 1:34.82 rpcbind + 937 message+ 20 0 8480 5016 4076 S 0.0 0.0 0:08.37 dbus-da+ + 939 root 20 0 5460 3576 3240 S 0.0 0.0 0:00.00 fsidd + 945 root 20 0 276136 3248 2956 S 0.0 0.0 0:00.00 pve-lxc+ + 948 root 20 0 404832 6560 5536 S 0.0 0.0 0:10.86 rrdcach+ + 951 root 20 0 10592 6596 4576 S 0.0 0.0 0:00.25 smartd + 952 root 20 0 19604 7104 5532 S 0.0 0.0 0:00.39 systemd+ + 961 root 20 0 1421644 94380 20004 S 0.0 0.6 5:03.81 tailsca+ + 964 root 20 0 104412 3876 2868 S 0.0 0.0 0:00.01 zed + 968 root 20 0 159068 2360 1988 S 0.0 0.0 0:00.00 lxcfs + 995 root 20 0 5748 1752 1608 S 0.0 0.0 0:00.00 qmeventd + 996 root 20 0 7224 2196 1872 S 0.0 0.0 0:02.12 ksmtuned + 998 root 20 0 5260 1604 1400 S 0.0 0.0 0:00.00 blkmapd + 1012 root 20 0 5660 2688 2244 S 0.0 0.0 0:00.00 nfsdcld + 1036 _chrony 20 0 19932 3624 2852 S 0.0 0.0 0:00.17 chronyd + 1041 _chrony 20 0 11604 2268 1636 S 0.0 0.0 0:00.00 chronyd + 1104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1144 root 20 0 5988 2856 2016 S 0.0 0.0 0:00.86 dhclient + 1206 beszel 20 0 2231516 14088 6436 S 0.0 0.1 0:29.31 beszel-+ + 1207 root 20 0 513512 16948 4708 S 0.0 0.1 0:00.45 glances + 1208 _lldpd 20 0 21372 4688 3520 S 0.0 0.0 0:00.09 lldpd + 1209 root 20 0 5520 2480 2236 S 0.0 0.0 0:00.00 lxc-mon+ + 1217 root 20 0 6356 3340 2896 S 0.0 0.0 0:00.08 ser2net + 1222 root 20 0 266300 23708 9296 S 0.0 0.1 0:16.17 tuned + 1233 root 20 0 2952 2108 1860 S 0.0 0.0 0:00.02 rpc.idm+ + 1234 statd 20 0 4560 1708 1460 S 0.0 0.0 0:00.00 rpc.sta+ + 1235 root 20 0 8832 3804 2856 S 0.0 0.0 0:49.12 rpc.mou+ + 1242 root 20 0 11772 5008 4308 S 0.0 0.0 0:00.12 sshd + 1245 root 20 0 535024 20224 16356 S 0.0 0.1 1:14.30 pmxcfs + 1261 _lldpd 20 0 21372 2716 1564 S 0.0 0.0 0:01.88 lldpd + 1287 root 20 0 6868 2776 2528 S 0.0 0.0 0:00.32 cron + 1288 root 20 0 13680 3096 2128 S 0.0 0.0 0:09.03 proxmox+ + 1411 root 20 0 43992 4816 4180 S 0.0 0.0 0:00.34 master + 1413 postfix 20 0 44524 7184 6488 S 0.0 0.0 0:00.06 qmgr + 1420 polkitd 20 0 306704 7532 6368 S 0.0 0.0 0:02.14 polkitd + 1449 root 20 0 177368 37128 6460 S 0.0 0.2 6:03.98 pve-fir+ + 1465 root 20 0 180508 48204 9272 S 0.0 0.3 8:20.73 pvestatd + 1484 root 20 0 219064 7780 3216 S 0.0 0.0 0:01.39 pvedaem+ + 1485 root 20 0 228440 16304 5856 S 0.0 0.1 0:04.55 pvedaem+ + 1486 root 20 0 228444 18584 5948 S 0.0 0.1 0:04.73 pvedaem+ + 1487 root 20 0 228440 16344 5880 S 0.0 0.1 0:04.30 pvedaem+ + 1553 www-data 20 0 220352 24032 16668 S 0.0 0.1 0:03.13 pveproxy + 1562 www-data 20 0 92064 25060 11792 S 0.0 0.2 0:01.89 spicepr+ + 1574 root 20 0 0 0 0 I 0.0 0.0 0:00.00 lockd + 1578 root 20 0 0 0 0 D 0.0 0.0 2:24.48 nfsd + 1579 root 20 0 0 0 0 D 0.0 0.0 2:29.64 nfsd + 1580 root 20 0 0 0 0 D 0.0 0.0 2:27.59 nfsd + 1581 root 20 0 0 0 0 D 0.0 0.0 2:27.58 nfsd + 1582 root 20 0 0 0 0 D 0.0 0.0 2:26.43 nfsd + 1583 root 20 0 0 0 0 D 0.0 0.0 2:28.95 nfsd + 1584 root 20 0 0 0 0 D 0.0 0.0 2:27.10 nfsd + 1585 root 20 0 0 0 0 D 0.0 0.0 2:28.83 nfsd + 1586 root 20 0 0 0 0 D 0.0 0.0 2:27.00 nfsd + 1587 root 20 0 0 0 0 D 0.0 0.0 2:25.65 nfsd + 1588 root 20 0 0 0 0 D 0.0 0.0 2:26.35 nfsd + 1589 root 20 0 0 0 0 D 0.0 0.0 2:28.76 nfsd + 1590 root 20 0 0 0 0 D 0.0 0.0 2:26.83 nfsd + 1591 root 20 0 0 0 0 D 0.0 0.0 2:27.02 nfsd + 1592 root 20 0 0 0 0 D 0.0 0.0 2:28.80 nfsd + 1593 root 20 0 0 0 0 D 0.0 0.0 2:27.11 nfsd + 1603 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1685 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1692 root 20 0 200848 15036 3372 S 0.0 0.1 0:10.34 pvesche+ + 3656 root 20 0 8164 2424 2196 S 0.0 0.0 0:00.00 agetty + 13588 root 20 0 22572 8816 6460 S 0.0 0.1 0:00.32 systemd + 13590 root 20 0 24372 2296 1632 S 0.0 0.0 0:00.00 (sd-pam) + 13595 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 13647 root 20 0 7308 2508 1860 S 0.0 0.0 0:00.12 screen + 13721 root 20 0 7308 2408 1752 S 0.0 0.0 0:00.11 screen + 78057 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 78155 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+ + 78156 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 366025 root 20 0 79616 2044 1836 S 0.0 0.0 0:02.88 pvefw-l+ + 366057 www-data 20 0 92196 17624 3976 S 0.0 0.1 0:01.08 spicepr+ + 366058 www-data 20 0 242752 39440 9820 S 0.0 0.2 0:03.51 pveprox+ + 366059 www-data 20 0 281012 56496 11960 S 0.0 0.3 0:05.06 pveprox+ + 366060 www-data 20 0 281084 82316 13028 S 0.0 0.5 0:04.90 pveprox+ + 509463 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ + 526292 root 20 0 0 0 0 I 0.0 0.0 0:00.62 kworker+ + 528559 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+ + 536157 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+ + 537079 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 538018 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+ + 540220 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 541601 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 543076 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 543106 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 543170 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 545021 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 546233 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 547166 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 547747 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 547758 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 547930 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 548364 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 548578 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 548703 postfix 20 0 44472 7776 7096 S 0.0 0.0 0:00.00 pickup + 549014 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 549507 root 20 0 19636 11700 9928 S 0.0 0.1 0:00.00 sshd-se+ + 549514 root 20 0 19892 7376 5328 S 0.0 0.0 0:00.00 sshd-se+ + 549515 root 20 0 7328 3896 3368 S 0.0 0.0 0:00.28 bash + 549725 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 550330 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 550386 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 550387 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 551232 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 551299 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 551682 root 20 0 19768 12880 10972 S 0.0 0.1 0:00.02 sshd-se+ + 551689 root 20 0 20156 8344 6080 S 0.0 0.1 0:00.26 sshd-se+ + 551690 root 20 0 9100 6056 3724 S 0.0 0.0 0:00.02 bash + 551760 root 20 0 5584 2196 2088 S 0.0 0.0 0:00.00 sleep + 551796 root 20 0 6872 3124 2884 S 0.0 0.0 0:00.00 screen + 551797 root 20 0 7176 2544 1852 S 0.0 0.0 0:00.16 screen + 552535 root 20 0 7328 2524 1996 S 0.0 0.0 0:00.00 bash + 552536 root 20 0 5592 2076 1960 S 0.0 0.0 0:00.00 head + 552537 root 20 0 10424 5464 3376 R 0.0 0.0 0:00.00 top + +--- zpool iostat 1 2 + $ zpool iostat 1 2 +no pools available +no pools available + +--- arcstat 1 2 + $ arcstat 1 2 +/root/check.sh: line 45: arcstat: command not found + [exit=127 / not installed or not permitted] + +--- /proc/net/dev delta (1s) + $ awk '{print $1}' /proc/net/dev +echo "--- t0 ---" +cat /proc/net/dev +sleep 1 +echo "--- t1 (1s later) ---" +cat /proc/net/dev +Inter-| +face +lo: +nic0: +enx8cae4ccda926: +enx80ae4ccdec03: +tailscale0: +vmbr0: +datanet: +tap400i0: +fwbr400i0: +fwpr400p0: +fwln400i0: +--- t0 --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 2680260 11544 0 0 0 0 0 0 2680260 11544 0 0 0 0 0 0 + nic0: 1393800052 8311831 0 5825 0 0 0 4488788 355333262 1267505 0 0 0 0 0 0 +enx8cae4ccda926: 288681923582 311250267 0 5823 0 0 0 0 620201546053 458110468 0 0 0 0 0 0 +enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tailscale0: 10293453 94884 0 0 0 0 0 0 85632909 125204 0 0 0 0 0 0 + vmbr0: 799026626 6651228 0 0 0 0 0 3802136 198282688 648563 0 0 0 0 0 0 +datanet: 288676743310 311240744 0 10 0 0 0 147172 620200061953 458104648 0 0 0 0 0 0 +tap400i0: 144769068 533411 0 0 0 0 0 0 836439165 6475689 0 5168 0 0 0 0 +fwbr400i0: 504864311 5586569 0 7108 0 0 0 3801097 0 0 0 0 0 0 0 0 +fwpr400p0: 146218248 539231 0 5820 0 0 0 0 836956330 6480857 0 0 0 0 0 0 +fwln400i0: 836956330 6480857 0 5820 0 0 0 0 146218248 539231 0 0 0 0 0 0 +--- t1 (1s later) --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 2680260 11544 0 0 0 0 0 0 2680260 11544 0 0 0 0 0 0 + nic0: 1393810736 8311915 0 5825 0 0 0 4488804 355356768 1267641 0 0 0 0 0 0 +enx8cae4ccda926: 288684160442 311251827 0 5823 0 0 0 0 620201615626 458110842 0 0 0 0 0 0 +enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +tailscale0: 10296037 94933 0 0 0 0 0 0 85644261 125333 0 0 0 0 0 0 + vmbr0: 799034937 6651306 0 0 0 0 0 3802146 198305320 648697 0 0 0 0 0 0 +datanet: 288678980170 311242304 0 10 0 0 0 147172 620200131271 458105021 0 0 0 0 0 0 +tap400i0: 144769154 533412 0 0 0 0 0 0 836440987 6475713 0 5168 0 0 0 0 +fwbr400i0: 504865797 5586593 0 7108 0 0 0 3801107 0 0 0 0 0 0 0 0 +fwpr400p0: 146218334 539232 0 5820 0 0 0 0 836958152 6480881 0 0 0 0 0 0 +fwln400i0: 836958152 6480881 0 5820 0 0 0 0 146218334 539232 0 0 0 0 0 0 + +############################################################################### +# 27. DNS / NTP / TIME +############################################################################### + +--- /etc/resolv.conf + --- /etc/resolv.conf --- +domain knel.net +search knel.net +nameserver 100.100.100.100 + +--- /etc/hosts + --- /etc/hosts --- +127.0.0.1 localhost.localdomain localhost +192.168.100.2 pfv-tsys4.knel.net pfv-tsys4 + +# The following lines are desirable for IPv6 capable hosts + +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +--- /etc/ntp.conf + [missing: /etc/ntp.conf] + +--- /etc/chrony/chrony.conf + --- /etc/chrony/chrony.conf --- +# Welcome to the chrony configuration file. See chrony.conf(5) for more +# information about usable directives. + +# Use Debian vendor zone. +pool 2.debian.pool.ntp.org iburst + +# Use time sources from DHCP. +sourcedir /run/chrony-dhcp + +# Use NTP sources found in /etc/chrony/sources.d. +sourcedir /etc/chrony/sources.d + +# This directive specifies the location of the file containing ID/key pairs for +# NTP authentication. +keyfile /etc/chrony/chrony.keys + +# This directive specifies the file into which chronyd will store the rate +# information. +driftfile /var/lib/chrony/chrony.drift + +# Save NTS keys and cookies. +ntsdumpdir /var/lib/chrony + +# Uncomment the following line to turn logging on. +#log tracking measurements statistics + +# Log files location. +logdir /var/log/chrony + +# Stop bad estimates upsetting machine clock. +maxupdateskew 100.0 + +# This directive enables kernel synchronisation (every 11 minutes) of the +# real-time clock. Note that it can't be used along with the 'rtcfile' directive. +rtcsync + +# Step the system clock instead of slewing it if the adjustment is larger than +# one second, but only in the first three clock updates. +makestep 1 3 + +# Get TAI-UTC offset and leap seconds from the system tz database. +# This directive must be commented out when using time sources serving +# leap-smeared time. +leapseclist /usr/share/zoneinfo/leap-seconds.list + +# Include configuration files found in /etc/chrony/conf.d. +confdir /etc/chrony/conf.d + +--- timedatectl + $ timedatectl + Local time: Sun 2026-07-26 16:30:33 CDT + Universal time: Sun 2026-07-26 21:30:33 UTC + RTC time: Sun 2026-07-26 21:30:33 + Time zone: America/Chicago (CDT, -0500) +System clock synchronized: yes + NTP service: active + RTC in local TZ: no + +--- chronyc tracking + $ chronyc tracking +Reference ID : 178FC4CC (time-usw7.crimpac.net) +Stratum : 3 +Ref time (UTC) : Sun Jul 26 21:16:15 2026 +System time : 0.000568948 seconds slow of NTP time +Last offset : +0.000224465 seconds +RMS offset : 0.000220616 seconds +Frequency : 10.199 ppm slow +Residual freq : +0.005 ppm +Skew : 0.053 ppm +Root delay : 0.047061872 seconds +Root dispersion : 0.001582184 seconds +Update interval : 1025.1 seconds +Leap status : Normal + +--- chronyc sources + $ chronyc sources +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^+ 66.85.78.80 2 10 377 685 +7171us[+7171us] +/- 67ms +^- 23.172.120.58 2 10 377 749 -6462us[-6462us] +/- 75ms +^+ ntp2.wiktel.com 1 10 377 810 +4726us[+4726us] +/- 31ms +^* time-usw7.crimpac.net 2 10 377 858 -5473us[-5248us] +/- 24ms + +--- ntpq peers + $ ntpq -pn +/root/check.sh: line 45: ntpq: command not found + [exit=127 / not installed or not permitted] + +############################################################################### +# 28. FIREWALL / SECURITY +############################################################################### + +--- pve-firewall status + $ pve-firewall status +Status: disabled/running + +--- nft ruleset (count) + $ nft list ruleset + +--- nft ruleset (head) + $ nft list ruleset + +--- iptables-save (legacy) + $ iptables-save +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +*mangle +:PREROUTING ACCEPT [314859153:288232653829] +:INPUT ACCEPT [311454757:287815144913] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [86254960:594685577127] +:POSTROUTING ACCEPT [86254960:594685577127] +-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 +-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 +COMMIT +# Completed on Sun Jul 26 16:30:34 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +*raw +:PREROUTING ACCEPT [314859203:288232675663] +:OUTPUT ACCEPT [86255029:594685583391] +COMMIT +# Completed on Sun Jul 26 16:30:34 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +*nat +:PREROUTING ACCEPT [3991374:463211346] +:INPUT ACCEPT [714531:74114380] +:OUTPUT ACCEPT [68262:5692552] +:POSTROUTING ACCEPT [68262:5692552] +:ts-postrouting - [0:0] +-A POSTROUTING -j ts-postrouting +-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE +COMMIT +# Completed on Sun Jul 26 16:30:34 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026 +*filter +:INPUT ACCEPT [311014587:287754858420] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [86256228:594685636610] +:ts-forward - [0:0] +:ts-input - [0:0] +-A INPUT -j ts-input +-A FORWARD -j ts-forward +-A ts-forward -i tailscale0 -j MARK --set-xmark 0x40000/0xff0000 +-A ts-forward -m mark --mark 0x40000/0xff0000 -j ACCEPT +-A ts-forward -s 100.64.0.0/10 -o tailscale0 -j DROP +-A ts-forward -o tailscale0 -j ACCEPT +-A ts-input -s 100.70.77.93/32 -i lo -j ACCEPT +-A ts-input -i tailscale0 -j ACCEPT +-A ts-input -p udp -m udp --dport 41641 -j ACCEPT +-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN +-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP +COMMIT +# Completed on Sun Jul 26 16:30:34 2026 + +--- ipset list (names) + $ ipset list -n + +--- apparmor status + $ aa-status +apparmor module is loaded. +6 profiles are loaded. +6 profiles are in enforce mode. + /usr/bin/lxc-copy + /usr/bin/lxc-start + lxc-container-default + lxc-container-default-cgns + lxc-container-default-with-mounting + lxc-container-default-with-nesting +0 profiles are in complain mode. +0 profiles are in prompt mode. +0 profiles are in kill mode. +0 profiles are in unconfined mode. +0 processes have profiles defined. +0 processes are in enforce mode. +0 processes are in complain mode. +0 processes are in prompt mode. +0 processes are in kill mode. +0 processes are unconfined but have a profile defined. +0 processes are in mixed mode. + +############################################################################### +# 29. TOP CONSUMERS +############################################################################### + +--- top 10 memory hogs + $ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 + PID USER RSS VSZ %CPU %MEM COMMAND + 1622 root 914452 2862928 0.8 5.6 kvm + 961 root 94380 1421644 0.1 0.5 tailscaled + 366060 www-data 82316 281084 0.0 0.5 pveproxy worker + 366059 www-data 56496 281012 0.0 0.3 pveproxy worker + 1465 root 48204 180508 0.2 0.2 pvestatd + 366058 www-data 39440 242752 0.0 0.2 pveproxy worker + 1449 root 37128 177368 0.2 0.2 pve-firewall + 1562 www-data 25060 92064 0.0 0.1 spiceproxy + 394 root 24860 51432 0.0 0.1 systemd-journal + 1553 www-data 24032 220352 0.0 0.1 pveproxy + +--- top 10 CPU hogs + $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 + PID USER %CPU %MEM RSS COMMAND + 552563 root 2.6 0.0 7968 systemd-timedat + 1622 root 0.8 5.6 914452 kvm + 551689 root 0.4 0.0 8344 sshd-session + 551797 root 0.3 0.0 2544 screen + 1465 root 0.2 0.2 48204 pvestatd + 94 root 0.2 0.0 0 kworker/7:1H-kblockd + 1449 root 0.2 0.2 37128 pve-firewall + 961 root 0.1 0.5 94380 tailscaled + 549515 root 0.1 0.0 3896 bash + 1579 root 0.0 0.0 0 nfsd + +--- top file-handle holders + $ for pid in $(ps -e -o pid= | head -n 200); do + n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)" + [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" +done | sort -k2 -t= -nr | head -n 15 + 1 fd=193 systemd + 1411 fd=94 master + 937 fd=58 dbus-daemon + +--- largest files in /var/log (top 10) + $ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 +-rw-r-----+ 1 root systemd-journal 72M May 5 12:03 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000000c198f-0006509d05c54c92.journal +-rw-r-----+ 1 root systemd-journal 72M May 29 05:57 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-0000000000132172-0006527b0796e828.journal +-rw-r-----+ 1 root systemd-journal 72M May 23 07:10 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000011647e-000652034bfe3eab.journal +-rw-r-----+ 1 root systemd-journal 72M May 17 08:19 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000000fa101-0006518bee28b2c8.journal +-rw-r-----+ 1 root systemd-journal 72M May 11 09:54 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000000dd53f-0006511506a65c06.journal +-rw-r-----+ 1 root systemd-journal 72M Jun 4 03:06 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000014dd9c-000652f2b69faaee.journal +-rw-r-----+ 1 root systemd-journal 72M Jun 27 16:46 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000001be603-000654ccc38f89f2.journal +-rw-r-----+ 1 root systemd-journal 72M Jun 21 19:31 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000001a260d-00065456241fdf96.journal +-rw-r-----+ 1 root systemd-journal 72M Jun 15 22:00 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000018639a-000653df589e3988.journal +-rw-r-----+ 1 root systemd-journal 72M Jun 10 00:16 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000016a0e9-00065369063b5267.journal + +############################################################################### +# 30. QUICK-LOOK SUSPECT SUMMARY +############################################################################### + +Auto-detected performance anti-patterns (verify against full data above): + + +--- [A] Network interfaces < 10 Gbps and up + $ hits=0 +for ifc in $NETIFS; do + s=$(cat "/sys/class/net/$ifc/speed" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + case "$s" in + 10|100|1000) + if [ "$c" = "1" ]; then + printf ' %s : %s Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration\n' "$ifc" "$s" + hits=$((hits+1)) + fi + ;; + esac +done +[ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)" + nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + [exit=1] + + +--- [B] MTU not jumbo on carrier-up interfaces + $ hits=0 +for ifc in $NETIFS; do + m=$(cat "/sys/class/net/$ifc/mtu" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + [ "$c" = "1" ] || continue + if [ -n "$m" ] && [ "$m" != "9000" ]; then + printf ' %s : mtu=%s\n' "$ifc" "$m" + hits=$((hits+1)) + fi +done +[ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)" + datanet : mtu=1500 + enx8cae4ccda926 : mtu=1500 + fwbr400i0 : mtu=1500 + fwln400i0 : mtu=1500 + fwpr400p0 : mtu=1500 + nic0 : mtu=1500 + tap400i0 : mtu=1500 + vmbr0 : mtu=1500 + [exit=1] + + +--- [C] CPU governor != performance + $ g=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null) +if [ -z "$g" ]; then + echo " cpufreq driver not loaded (governor unknown)" +elif [ "$g" = "performance" ]; then + echo " OK: performance governor" +else + echo " <-- governor=$g (recommend 'performance')" +fi + OK: performance governor + + +--- [D] EPB / EPP not performance-bias + $ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null) +epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null) +echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)" + EPB=0 EPP= (0=performance, 15=max-power on EPB; 'performance' on EPP) + + +--- [E] vm.swappiness and dirty ratios + $ sw=$(sysctl -n vm.swappiness 2>/dev/null) +dr=$(sysctl -n vm.dirty_ratio 2>/dev/null) +dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null) +echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr" +[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)" + swappiness=1 dirty_ratio=40 dirty_background_ratio=10 + <-- swappiness not 10 (Proxmox default) + + +--- [F] TCP congestion control + $ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null) +avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null) +echo " active: $cc" +echo " available: $avail" +[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths" + active: bbr + available: reno cubic bbr + [exit=1] + + +--- [G] ZFS dataset red flags + $ if ! command -v zfs >/dev/null 2>&1; then + echo " ZFS not present" +else + zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \ + | awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"} + $2=="atime" && $3=="on" {print " <-- "$1" has atime=on"} + $2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"} + $2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}' +fi + + +--- [H] ARC size vs RAM + $ if [ -r /proc/spl/kstat/zfs/arcstats ]; then + arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo) + echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes" + if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then + pct=$((cmax * 100 / ram)) + echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)" + fi + hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then + hr=$((hits * 100 / (hits + miss))) + echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)" + fi +else + echo " ZFS ARC stats not available (ZFS not loaded?)" +fi + ARC current=1920 bytes ARC max=1667235840 bytes RAM total=16673505280 bytes + ARC max is 9% of RAM (Proxmox default ~50%) + + +--- [I] VMs with non-optimal storage/NIC models + $ hits=0 +for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + cfg=$(qm config "$vmid" 2>/dev/null) + flags="" + echo "$cfg" | grep -qE '^ide[0-9]' && flags="${flags}ide-disk " + echo "$cfg" | grep -qE '^sata[0-9]' && flags="${flags}sata-disk " + echo "$cfg" | grep -qE '^scsi[0-9].*:,' && echo "$cfg" | grep -E '^scsi[0-9]' | grep -qv 'virtio-scsi' && flags="${flags}scsi-no-virtio-scsi " + echo "$cfg" | grep -qE '^scsihw: ' && ! echo "$cfg" | grep -qE '^scsihw: virtio-scsi-single' && flags="${flags}scsihw!=virtio-scsi-single " + echo "$cfg" | grep -qE '^cpu: .*kvm64' && flags="${flags}cpu=kvm64 " + echo "$cfg" | grep -q '^iothread: 1' || echo "$cfg" | grep -qE '^scsi[0-9].*iothread=1' || flags="${flags}no-iothread " + echo "$cfg" | grep -qE '^net[0-9].*model=(e1000|rtl8139|vmxnet)' && flags="${flags}legacy-nic " + echo "$cfg" | grep -qE '^net[0-9].*model=virtio' && ! echo "$cfg" | grep -qE 'multiqueue=|queues=' && flags="${flags}virtio-no-multiqueue " + if [ -n "$flags" ]; then + echo " VM $vmid: $flags" + hits=$((hits+1)) + fi +done +[ "$hits" = "0" ] && echo " no obvious VM storage/NIC anti-patterns" + VM 400: ide-disk + VM 4000: ide-disk no-iothread + [exit=1] + + +--- [J] NFS client mount option red flags + $ if ! command -v nfsstat >/dev/null 2>&1; then + echo " nfsstat not available" +else + nfsstat -m 2>/dev/null | awk ' + /^.*:/ {mp=$0; next} + /Flags:/ { + gsub(/Flags:|,/,"",$0) + line=$0 + if (line !~ /noatime/) print " "mp" : missing noatime" + if (line !~ /nconnect/) print " "mp" : missing nconnect (kernel >=5.3)" + if (line !~ /rsize=1048576/) print " "mp" : rsize<1M" + if (line !~ /wsize=1048576/) print " "mp" : wsize<1M" + if (line ~ /sync/) print " "mp" : sync mount (slow)" + } + ' +fi + + +--- [K] Softnet / NIC drops (non-zero) + $ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat +echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)" + (also check ethtool -S sections above for rx_dropped/rx_missed_errors) + + +--- [L] Failed systemd services + $ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10) +if [ -n "$failed" ]; then + echo "$failed" | sed 's/^/ /' +else + echo " no failed services" +fi + ● conman.service loaded failed failed serial console management program + + +--- [M] Filesystem usage > 80% + $ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}' + + +--- [N] SMART / NVMe health warnings + $ if command -v nvme >/dev/null 2>&1; then + for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5) + [ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' ' + done +fi +if command -v smartctl >/dev/null 2>&1; then + for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed') + echo "$chk" | grep -qi fail && echo " $dev: $chk" + done +fi +echo " (see section 20 for full smartctl/nvme output)" + (see section 20 for full smartctl/nvme output) + +############################################################################### +# Collection complete: pfv-tsys4 +# Output: /root/pfv-tsys4.log +# Size: 603239 bytes / 11023 lines +# Elapsed: 279 seconds +############################################################################### diff --git a/returned-logs/pfv-tsys5.log b/returned-logs/pfv-tsys5.log new file mode 100644 index 0000000..0a01301 --- /dev/null +++ b/returned-logs/pfv-tsys5.log @@ -0,0 +1,17559 @@ +############################################################################### +# Proxmox VE host performance assessment (READ-ONLY) +# Host: pfv-tsys5 (pfv-tsys5.knel.net) +# FQDN: pfv-tsys5.knel.net +# All IPs: 100.87.135.12 192.168.0.20 10.100.100.5 fd7a:115c:a1e0::da3b:870c +# Collected: 2026-07-26T21:25:59Z (UTC) +# Kernel: 6.17.2-1-pve +# Machine: x86_64 GNU/Linux +# Caller: root (uid=0) +# Script: check.sh - strictly READ-ONLY +############################################################################### + +############################################################################### +# 1. TOOL AVAILABILITY MATRIX +############################################################################### + +--- command presence + path + version + $ # Each line: name | present? | path | version +printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE" +printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------" +for t in \ + pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \ + ip ss ethtool bridge brctl nmcli \ + tcpdump mtr nstat netstat nicstat ifstat \ + dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \ + cpupower turbostat x86_energy_perf_policy rdmsr \ + tuned-adm irqbalance \ + zpool zfs zdb arcstat arc_summary \ + lsblk blkid blockdev findmnt smartctl nvme hdparm \ + storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \ + sas2ircu sas3ircu hpssacli ssacli perccli \ + multipath pvs vgs lvs lvdisplay \ + xfs_info dumpe2fs btrfs \ + fio iperf iperf3 sysbench bonnie++ iozone \ + iostat mpstat pidstat sar vmstat \ + top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \ + perf strace lsof fatrace \ + dig host nslookup \ + chronyc ntpq timedatectl \ + nft iptables iptables-save ipset ufw \ + jq bc awk smartctl nvme \ + apt dpkg +do + p="$(command -v "$t" 2>/dev/null)" + if [ -n "$p" ]; then + v="" + case "$t" in + zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;; + iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower) + v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;; + pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;; + storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli) + v="(storage HBA CLI - present)" ;; + esac + printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v" + else + printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-" + fi +done +TOOL PRESENT PATH VERSION/NOTE +---- ------- ---- ------------ +pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve) +pvecm yes /usr/bin/pvecm +qm yes /usr/sbin/qm +pct yes /usr/sbin/pct +pvesm yes /usr/sbin/pvesm +pvesh yes /usr/bin/pvesh +pveperf yes /usr/bin/pveperf +proxmox-backup-client yes /usr/bin/proxmox-backup-client +ip yes /usr/sbin/ip +ss yes /usr/bin/ss +ethtool yes /usr/sbin/ethtool ethtool version 6.14.2 +bridge yes /usr/sbin/bridge +brctl yes /usr/sbin/brctl +nmcli no - - +tcpdump yes /usr/bin/tcpdump +mtr no - - +nstat yes /usr/bin/nstat +netstat yes /usr/bin/netstat +nicstat no - - +ifstat no - - +dmidecode yes /usr/sbin/dmidecode +lscpu yes /usr/bin/lscpu +lshw yes /usr/bin/lshw +hwinfo no - - +inxi no - - +lspci yes /usr/bin/lspci +lsusb yes /usr/bin/lsusb +numactl no - - +numastat no - - +cpupower yes /usr/bin/cpupower cpupower 6.12 +turbostat yes /usr/sbin/turbostat +x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy +rdmsr no - - +tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 +irqbalance no - - +zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1 +zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1 +zdb yes /usr/sbin/zdb +arcstat yes /usr/sbin/arcstat +arc_summary yes /usr/sbin/arc_summary +lsblk yes /usr/bin/lsblk +blkid yes /usr/sbin/blkid +blockdev yes /usr/sbin/blockdev +findmnt yes /usr/bin/findmnt +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +hdparm yes /usr/sbin/hdparm +storcli no - - +storcli64 no - - +MegaCli no - - +MegaCli64 no - - +tw-cli no - - +arcconf no - - +sas2ircu no - - +sas3ircu no - - +hpssacli no - - +ssacli no - - +perccli no - - +multipath no - - +pvs yes /usr/sbin/pvs +vgs yes /usr/sbin/vgs +lvs yes /usr/sbin/lvs +lvdisplay yes /usr/sbin/lvdisplay +xfs_info yes /usr/sbin/xfs_info +dumpe2fs yes /usr/sbin/dumpe2fs +btrfs yes /usr/bin/btrfs +fio no - - +iperf no - - +iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15) +sysbench no - - +bonnie++ no - - +iozone no - - +iostat no - - +mpstat no - - +pidstat no - - +sar no - - +vmstat yes /usr/bin/vmstat +top yes /usr/bin/top +htop yes /usr/bin/htop +atop no - - +glances yes /usr/bin/glances +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 no - - +bc yes /usr/bin/bc +awk yes /usr/bin/awk +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +apt yes /usr/bin/apt +dpkg yes /usr/bin/dpkg + +--- Debian packages relevant to perf/storage/net + $ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80 +bridge-utils 1.7.1-4+b1 +ceph-common 19.2.3-pve2 +ceph-fuse 19.2.3-pve2 +corosync 3.1.10-pve3 +ethtool 1:6.14.2-1 +glances 4.3.1+dfsg-1 +htop 3.4.1-5 +ifenslave 2.14 +iperf3 3.18-2+deb13u2 +nfs-common 1:2.8.3-1 +nfs-kernel-server 1:2.8.3-1 +open-iscsi 2.1.11-1+deb13u2 +proxmox-archive-keyring 4.0 +proxmox-backup-client 4.2.3-1 +proxmox-backup-file-restore 4.2.3-1 +proxmox-backup-restore-image 1.0.0 +proxmox-default-kernel 2.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 +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.3.4-pve1) +available : spl (2.3.4-pve1) +available : znvpair (2.3.4-pve1) +available : zcommon (2.3.4-pve1) +available : zunicode (2.3.4-pve1) +available : zavl (2.3.4-pve1) +available : icp (2.3.4-pve1) +available : zlua (2.3.4-pve1) +available : megaraid_sas (07.734.00.00-rc1) +available : mpt3sas (52.100.00.00) +available : hpsa (3.4.20-200) +available : aacraid (1.2.1[50983]-custom) +available : smartpqi (2.1.34-035) +available : isci (1.2.0) +available : dm_multipath () +available : tcp_dctcp () +available : tcp_bbr () +available : tcp_cubic (2.3) +available : tcp_htcp () +available : 8021q (1.8) +available : bonding () +available : bridge (2.3) +available : br_netfilter () +available : vhost_net (0.0.1) +available : vhost_scsi () +available : target_core_mod () +available : nfsv4 () +available : nfsv3 () +available : rpcsec_gss_krb5 () + +--- currently loaded modules (filtered) + $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' +Module Size Used by +tcp_bbr 20480 11 +tcp_diag 12288 0 +rpcsec_gss_krb5 28672 0 +nfsv4 1175552 1 +bonding 245760 0 +sunrpc 786432 44 nfsd,nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs_acl,nfs +kvm_intel 532480 106 +kvm 1376256 73 kvm_intel +zfs 6344704 6 +spl 151552 1 zfs +vhost_net 32768 18 +vhost 69632 1 vhost_net +vhost_iotlb 16384 1 vhost +dm_thin_pool 94208 3 +dm_persistent_data 114688 1 dm_thin_pool +dm_bio_prison 24576 1 dm_thin_pool +dm_bufio 53248 1 dm_persistent_data +mptsas 69632 7 +mptscsih 49152 1 mptsas +mptbase 110592 2 mptsas,mptscsih +tg3 217088 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 + 16:26:03 up 1 day, 21:10, 2 users, load average: 0.43, 0.51, 0.73 + +--- uptime raw (since boot) + $ cat /proc/uptime +162642.46 1134445.76 + +--- last reboot + $ last -x reboot +reboot system boot 6.17.2-1-pve Fri Jul 24 19:15 - still running +reboot system boot 6.17.2-1-pve Fri Jul 24 19:03 - 19:13 (00:10) +shutdown system down 6.17.2-1-pve Fri Jul 24 19:13 - 19:15 (00:01) +reboot system boot 6.17.2-1-pve Fri Jul 24 16:23 - 18:41 (02:17) +shutdown system down 6.17.2-1-pve Fri Jul 24 18:41 - 19:03 (00:21) +reboot system boot 6.17.2-1-pve Tue Apr 7 12:15 - 10:41 (107+22:26) +shutdown system down 6.17.2-1-pve Fri Jul 24 10:41 - 16:23 (05:41) +reboot system boot 6.17.2-1-pve Sat Apr 4 10:28 - crash +reboot system boot 6.17.2-1-pve Mon Mar 30 10:27 - 10:23 (4+23:56) +shutdown system down 6.17.2-1-pve Sat Apr 4 10:23 - 10:28 (00:04) +reboot system boot 6.17.2-1-pve Wed Mar 18 14:50 - crash +reboot system boot 6.17.2-1-pve Thu Mar 5 11:12 - 14:45 (13+02:32) +shutdown system down 6.17.2-1-pve Wed Mar 18 14:45 - 14:50 (00:05) +reboot system boot 6.17.2-1-pve Thu Feb 26 09:24 - 20:50 (5+11:26) +shutdown system down 6.17.2-1-pve Tue Mar 3 20:50 - 11:12 (1+14:21) +reboot system boot 6.17.2-1-pve Thu Feb 26 09:05 - 09:22 (00:17) +shutdown system down 6.17.2-1-pve Thu Feb 26 09:22 - 09:24 (00:01) + +wtmpdb begins Thu Feb 26 09:05:33 2026 + +--- last logins + $ last +root pts/0 100.87.49.37 Sun Jul 26 12:24 - 12:25 (00:00) +root pts/0 100.87.49.37 Sat Jul 25 19:41 - 19:48 (00:06) +root pts/0 100.87.49.37 Sat Jul 25 11:24 - 11:35 (00:10) +root pts/0 100.87.49.37 Sat Jul 25 11:14 - 11:17 (00:02) +root pts/0 100.87.49.37 Sat Jul 25 10:38 - 10:41 (00:03) +root pts/0 100.87.49.37 Sat Jul 25 01:09 - 01:19 (00:10) +root pts/0 100.87.49.37 Fri Jul 24 22:54 - 23:25 (00:31) +root pts/0 100.87.49.37 Fri Jul 24 22:28 - 22:47 (00:18) +root pts/0 100.87.49.37 Fri Jul 24 22:17 - 22:18 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 22:07 - 22:15 (00:08) +reboot system boot 6.17.2-1-pve Fri Jul 24 19:15 - still running +root pts/0 100.87.49.37 Fri Jul 24 19:13 - 19:13 (00:00) +root tty1 Fri Jul 24 19:10 - 19:10 (00:00) +reboot system boot 6.17.2-1-pve Fri Jul 24 19:03 - 19:13 (00:10) +root pts/0 100.87.49.37 Fri Jul 24 18:22 - 18:33 (00:10) +root pts/0 100.87.49.37 Fri Jul 24 18:20 - 18:22 (00:01) +root tty1 Fri Jul 24 16:29 - 18:22 (01:52) +reboot system boot 6.17.2-1-pve Fri Jul 24 16:23 - 18:41 (02:17) +root pts/0 100.87.49.37 Fri Jul 24 10:41 - 10:41 (00:00) +root pts/0 100.87.49.37 Thu Jul 23 10:38 - 10:48 (00:09) +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:18 (04:52) +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:52 - 10:53 (00:00) +root pts/0 100.87.49.37 Sun Jul 19 17:52 - 18:02 (00:10) +root pts/0 100.87.49.37 Sun Jul 19 17:51 - 17:52 (00:01) +root pts/0 100.87.49.37 Sun Jul 19 15:54 - 15:56 (00:01) +root pts/0 100.87.49.37 Sun Jul 19 15:49 - 15:52 (00:02) +root pts/2 Mon Jul 13 21:10 - 21:10 (00:00) +root pts/1 Mon Jul 13 21:10 - 21:10 (00:00) +root pts/0 Mon Jul 13 21:09 - 21:10 (00:01) +root pts/1 Sat Jul 11 12:45 - 12:45 (00:00) +root pts/0 Sat Jul 11 12:44 - 12:45 (00:00) +root pts/5 Fri Jun 26 11:37 - 11:38 (00:00) +root pts/4 Fri Jun 26 11:37 - 11:38 (00:01) +root pts/3 Fri Jun 26 11:37 - 11:38 (00:01) +root pts/2 Fri Jun 26 11:36 - 11:38 (00:01) +root pts/1 Fri Jun 26 11:35 - 11:38 (00:02) +root pts/0 Fri Jun 26 11:35 - 11:38 (00:02) +root pts/0 100.118.91.16 Fri Apr 10 17:33 - 17:40 (00:07) +root pts/0 100.118.91.16 Fri Apr 10 14:28 - 14:57 (00:28) +root pts/0 100.118.91.16 Tue Apr 7 20:04 - 20:08 (00:04) +root pts/0 100.118.91.16 Tue Apr 7 12:22 - 12:24 (00:02) +reboot system boot 6.17.2-1-pve Tue Apr 7 12:15 - 10:41 (107+22:26) +root pts/0 100.109.70.137 Mon Apr 6 10:35 - crash +root pts/0 100.118.91.16 Mon Apr 6 09:44 - 09:51 (00:06) +root pts/0 Mon Apr 6 08:44 - 08:52 (00:07) +root pts/0 100.118.91.16 Mon Apr 6 08:44 - 08:52 (00:07) +root pts/1 100.118.91.16 Mon Apr 6 08:22 - 08:32 (00:10) +root pts/0 100.118.91.16 Mon Apr 6 08:19 - 08:32 (00:13) +reboot system boot 6.17.2-1-pve Sat Apr 4 10:28 - crash +root pts/1 100.118.91.16 Sat Apr 4 10:23 - 10:23 (00:00) +root pts/1 100.118.91.16 Sat Apr 4 09:11 - 09:19 (00:07) +root pts/0 100.109.70.137 Sat Apr 4 01:34 - 10:23 (08:49) +root pts/1 100.109.70.137 Thu Apr 2 23:57 - 18:01 (18:03) +root pts/0 100.109.70.137 Thu Apr 2 23:57 - 17:04 (17:07) +root pts/0 100.118.91.16 Mon Mar 30 10:46 - 10:49 (00:02) +reboot system boot 6.17.2-1-pve Mon Mar 30 10:27 - 10:23 (4+23:56) +root pts/5 100.109.70.137 Fri Mar 20 11:08 - crash +reboot system boot 6.17.2-1-pve Wed Mar 18 14:50 - crash +root pts/0 100.70.77.93 Wed Mar 18 14:23 - 14:45 (00:21) +root pts/1 100.109.70.137 Thu Mar 5 11:19 - 10:26 (23:06) +root pts/0 100.109.70.137 Thu Mar 5 11:17 - 10:25 (23:08) +reboot system boot 6.17.2-1-pve Thu Mar 5 11:12 - 14:45 (13+02:32) +root pts/3 100.78.152.116 Tue Mar 3 11:01 - 13:20 (02:19) +root pts/2 100.109.70.137 Thu Feb 26 22:08 - 19:49 (4+21:40) +root pts/1 100.109.70.137 Thu Feb 26 22:06 - 19:49 (4+21:42) +root pts/1 100.78.152.116 Thu Feb 26 18:21 - 18:46 (00:24) +root pts/0 100.109.70.137 Thu Feb 26 09:58 - 19:49 (5+09:50) +root pts/1 100.78.152.116 Thu Feb 26 09:41 - 09:52 (00:11) +root pts/0 192.168.3.16 Thu Feb 26 09:26 - 09:41 (00:14) +root tty1 Thu Feb 26 09:26 - 09:26 (00:00) +reboot system boot 6.17.2-1-pve Thu Feb 26 09:24 - 20:50 (5+11:26) +root tty1 Thu Feb 26 09:16 - 09:22 (00:06) +reboot system boot 6.17.2-1-pve Thu Feb 26 09:05 - 09:22 (00:17) + +wtmpdb begins Thu Feb 26 09:05:33 2026 + +--- uname + $ uname -a +Linux pfv-tsys5 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux + +--- /proc/cmdline (boot args) + $ cat /proc/cmdline +BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet + +############################################################################### +# 3. HARDWARE INVENTORY +############################################################################### + +--- dmidecode -t system + $ dmidecode -t system +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 present. + +Handle 0x0100, DMI type 1, 27 bytes +System Information + Manufacturer: Dell Inc. + Product Name: Precision WorkStation T7500 + Version: Not Specified + Serial Number: 4YXDYR1 + UUID: 44454c4c-5900-1058-8044-b4c04f595231 + Wake-up Type: Power Switch + SKU Number: Not Specified + Family: Not Specified + +Handle 0x0F00, DMI type 15, 33 bytes +System Event Log + Area Length: 2049 bytes + Header Start Offset: 0x0000 + Header Length: 16 bytes + Data Start Offset: 0x0010 + Access Method: Memory-mapped physical 32-bit address + Access Address: 0xFFE01000 + Status: Valid, Not Full + Change Token: 0x00000034 + Header Format: Type 1 + Supported Log Type Descriptors: 5 + Descriptor 1: POST error + Data Format 1: POST results bitmap + Descriptor 2: System limit exceeded + Data Format 2: System management + Descriptor 3: Log area reset/cleared + Data Format 3: None + Descriptor 4: Multi-bit ECC memory error + Data Format 4: Handle + Descriptor 5: Single-bit ECC memory error + Data Format 5: Handle + +Handle 0x2000, DMI type 32, 11 bytes +System Boot Information + Status: Firmware-detected hardware failure + + +--- dmidecode -t baseboard + $ dmidecode -t baseboard +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 present. + +Handle 0x0200, DMI type 2, 8 bytes +Base Board Information + Manufacturer: Dell Inc. + Product Name: 06FW8P + Version: A02 + Serial Number: ..CN722001A400R6. + +Handle 0x0A02, DMI type 10, 6 bytes +On Board Device Information + Type: Ethernet + Status: Enabled + Description: Intel Pro 1000 MT Network Connection + +Handle 0x0A03, DMI type 10, 6 bytes +On Board Device Information + Type: Sound + Status: Enabled + Description: Intel(R) High Definition Audio Controller + +Handle 0x0A05, DMI type 10, 6 bytes +On Board Device Information + Type: Other + Status: Enabled + Description: IEEE-1394 + +Handle 0x0A08, DMI type 10, 6 bytes +On Board Device Information + Type: SAS Controller + Status: Enabled + Description: SAS 6/iR + + +--- dmidecode -t bios + $ dmidecode -t bios +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 present. + +Handle 0x0000, DMI type 0, 24 bytes +BIOS Information + Vendor: Dell Inc. + Version: A10 + Release Date: 04/20/2011 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 2 MB + Characteristics: + PCI is supported + PNP is supported + APM is supported + BIOS is upgradeable + BIOS shadowing is allowed + ESCD support is available + Boot from CD is supported + Selectable boot is supported + EDD is supported + Japanese floppy for Toshiba 1.2 MB is supported (int 13h) + 3.5"/720 kB floppy services are supported (int 13h) + Print screen service is supported (int 5h) + 8042 keyboard services are supported (int 9h) + Serial services are supported (int 14h) + Printer services are supported (int 17h) + ACPI is supported + USB legacy is supported + BIOS boot specification is supported + Function key-initiated network boot is supported + Targeted content distribution is supported + BIOS Revision: 0.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.5 present. + +Handle 0x0300, DMI type 3, 13 bytes +Chassis Information + Manufacturer: Dell Inc. + Type: Tower + Lock: Not Present + Version: Not Specified + Serial Number: 4YXDYR1 + Asset Tag: + Boot-up State: Safe + Power Supply State: Safe + Thermal State: Safe + Security Status: None + + +--- dmidecode -t processor + $ dmidecode -t processor +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 present. + +Handle 0x0400, DMI type 4, 40 bytes +Processor Information + Socket Designation: CPU1 + Type: Central Processor + Family: Xeon + Manufacturer: Intel + ID: C2 06 02 00 FF FB EB BF + Signature: Type 0, Family 6, Model 44, Stepping 2 + 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: Not Specified + Voltage: Unknown + External Clock: 5860 MHz + Max Speed: 3800 MHz + Current Speed: 2400 MHz + Status: Populated, Enabled + Upgrade: Socket LGA771 + L1 Cache Handle: 0x0700 + L2 Cache Handle: 0x0701 + L3 Cache Handle: 0x0704 + Serial Number: Not Specified + Asset Tag: Not Specified + Part Number: Not Specified + Core Count: 4 + Core Enabled: 4 + Thread Count: 2 + Characteristics: + 64-bit capable + +Handle 0x0401, DMI type 4, 40 bytes +Processor Information + Socket Designation: CPU2 + Type: Central Processor + Family: Xeon + Manufacturer: Intel + ID: 00 00 00 00 00 00 00 00 + Signature: Type 0, Family 0, Model 0, Stepping 0 + Flags: None + Version: Not Specified + Voltage: Unknown + External Clock: 100 MHz + Max Speed: 3800 MHz + Current Speed: Unknown + Status: Unpopulated + Upgrade: Socket LGA771 + L1 Cache Handle: 0x0702 + L2 Cache Handle: 0x0703 + L3 Cache Handle: 0x0705 + Serial Number: Not Specified + Asset Tag: Not Specified + Part Number: Not Specified + Core Count: 1 + Core Enabled: 1 + Thread Count: 1 + Characteristics: None + + +--- dmidecode -t memory + $ dmidecode -t memory +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 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: 96 GB + Error Information Handle: Not Provided + Number Of Devices: 6 + +Handle 0x1100, DMI type 17, 27 bytes +Memory Device + Array Handle: 0x1000 + Error Information Handle: No Error + Total Width: 72 bits + Data Width: 64 bits + Size: 16 GB + Form Factor: DIMM + Set: None + Locator: DIMM 1 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 80AD04B380AD + Serial Number: C01C0087 + Asset Tag: 01154431 + Part Number: HMT42GR7BFR4A-PB + +Handle 0x1101, DMI type 17, 27 bytes +Memory Device + Array Handle: 0x1000 + Error Information Handle: No Error + Total Width: 72 bits + Data Width: 64 bits + Size: 16 GB + Form Factor: DIMM + Set: None + Locator: DIMM 2 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 80AD04B380AD + Serial Number: C01C12BB + Asset Tag: 01154431 + Part Number: HMT42GR7BFR4A-PB + +Handle 0x1102, DMI type 17, 27 bytes +Memory Device + Array Handle: 0x1000 + Error Information Handle: No Error + Total Width: 72 bits + Data Width: 64 bits + Size: 16 GB + Form Factor: DIMM + Set: None + Locator: DIMM 3 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 80AD04B380AD + Serial Number: C01C12C9 + Asset Tag: 01154431 + Part Number: HMT42GR7BFR4A-PB + +Handle 0x1103, DMI type 17, 27 bytes +Memory Device + Array Handle: 0x1000 + Error Information Handle: No Error + Total Width: 72 bits + Data Width: 64 bits + Size: 16 GB + Form Factor: DIMM + Set: None + Locator: DIMM 4 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 80AD04B380AD + Serial Number: C01C12A3 + Asset Tag: 01154431 + Part Number: HMT42GR7BFR4A-PB + +Handle 0x1104, DMI type 17, 27 bytes +Memory Device + Array Handle: 0x1000 + Error Information Handle: No Error + Total Width: 72 bits + Data Width: 64 bits + Size: 16 GB + Form Factor: DIMM + Set: None + Locator: DIMM 5 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 80AD04B380AD + Serial Number: C01C138D + Asset Tag: 01154431 + Part Number: HMT42GR7BFR4A-PB + +Handle 0x1105, DMI type 17, 27 bytes +Memory Device + Array Handle: 0x1000 + Error Information Handle: No Error + Total Width: 72 bits + Data Width: 64 bits + Size: 16 GB + Form Factor: DIMM + Set: None + Locator: DIMM 6 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 80AD04B380AD + Serial Number: C01C0039 + Asset Tag: 01154431 + Part Number: HMT42GR7BFR4A-PB + + +--- dmidecode -t cache + $ dmidecode -t cache +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 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: 256 kB + Maximum Size: 256 kB + Supported SRAM Types: + Other + Installed SRAM Type: Other + Speed: Unknown + Error Correction Type: None + System Type: Unified + Associativity: 16-way Set-associative + +Handle 0x0701, DMI type 7, 19 bytes +Cache Information + Socket Designation: Not Specified + Configuration: Enabled, Not Socketed, Level 2 + Operational Mode: Varies With Memory Address + Location: Internal + Installed Size: 1 MB + Maximum Size: 1 MB + Supported SRAM Types: + Other + Installed SRAM Type: Other + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 16-way Set-associative + +Handle 0x0704, DMI type 7, 19 bytes +Cache Information + Socket Designation: Not Specified + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Varies With Memory Address + Location: Internal + Installed Size: 12 MB + Maximum Size: 12 MB + Supported SRAM Types: + Other + Installed SRAM Type: Other + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: + +Handle 0x0702, 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: 256 kB + Maximum Size: 256 kB + Supported SRAM Types: + Other + Installed SRAM Type: Other + Speed: Unknown + Error Correction Type: None + 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 2 + Operational Mode: Varies With Memory Address + Location: Internal + Installed Size: 1 MB + Maximum Size: 1 MB + Supported SRAM Types: + Other + Installed SRAM Type: Other + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 16-way Set-associative + +Handle 0x0705, DMI type 7, 19 bytes +Cache Information + Socket Designation: Not Specified + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Varies With Memory Address + Location: Internal + Installed Size: 12 MB + Maximum Size: 12 MB + Supported SRAM Types: + Other + Installed SRAM Type: Other + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: + + +--- dmidecode -t connector + $ dmidecode -t connector +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 present. + +Handle 0x0800, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: PARALLEL + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: DB-25 female + Port Type: Parallel Port PS/2 + +Handle 0x0801, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: SERIAL1 + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: DB-9 male + Port Type: Serial Port 16550A Compatible + +Handle 0x0803, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: KYBD + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: PS/2 + Port Type: Keyboard Port + +Handle 0x0804, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: MOUSE + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: PS/2 + Port Type: Mouse Port + +Handle 0x0805, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: USB1 + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0806, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: USB2 + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0807, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: USB3 + 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: USB4 + 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: USB5 + 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: USB6 + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x080B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: USB7 + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x080C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: USB8 + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x080D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: ENET + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: RJ-45 + Port Type: Network Port + +Handle 0x080E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: MIC + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x080F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: LINE-OUT + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0810, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: LINE-IN + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0811, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: HP-OUT + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0814, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: IEEE-1394 Front + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: IEEE 1394 + Port Type: Firewire (IEEE P1394) + +Handle 0x0815, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: IEEE-1394 Back + Internal Connector Type: None + External Reference Designator: Not Specified + External Connector Type: IEEE 1394 + Port Type: Firewire (IEEE P1394) + + +--- dmidecode -t slot + $ dmidecode -t slot +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.5 present. + +Handle 0x0901, DMI type 9, 13 bytes +System Slot Information + Designation: SLOT1 + Type: PCI Express + Data Bus Width: 8x or x8 + Current Usage: In Use + Length: Long + ID: 1 + Characteristics: + 3.3 V is provided + PME signal is supported + +Handle 0x0902, DMI type 9, 13 bytes +System Slot Information + Designation: SLOT2 + Type: PCI Express + Data Bus Width: 16x or x16 + Current Usage: In Use + Length: Long + ID: 2 + Characteristics: + 3.3 V is provided + PME signal is supported + +Handle 0x0903, DMI type 9, 13 bytes +System Slot Information + Designation: SLOT3 + Type: PCI Express + Data Bus Width: 8x or x8 + Current Usage: In Use + Length: Long + ID: 3 + Characteristics: + 3.3 V is provided + PME signal is supported + +Handle 0x0904, DMI type 9, 13 bytes +System Slot Information + Designation: SLOT4 + Type: PCI Express + Data Bus Width: 16x or x16 + Current Usage: Available + Length: Long + ID: 4 + Characteristics: + 3.3 V is provided + PME signal is supported + +Handle 0x0905, DMI type 9, 13 bytes +System Slot Information + Designation: SLOT5 + Type: PCI + Data Bus Width: 32 bit + Current Usage: Available + Length: Long + ID: 5 + Characteristics: + 5.0 V is provided + 3.3 V is provided + PME signal is supported + +Handle 0x0906, DMI type 9, 13 bytes +System Slot Information + Designation: SLOT6 + Type: PCI Express + Data Bus Width: 4x or x4 + Current Usage: In Use + Length: Long + ID: 6 + Characteristics: + 3.3 V is provided + PME signal is supported + +Handle 0x0907, DMI type 9, 13 bytes +System Slot Information + Designation: SLOT7 + Type: PCI-X + Data Bus Width: 64 bit + Current Usage: Available + Length: Long + ID: 7 + 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): 8 +On-line CPU(s) list: 0-7 +Vendor ID: GenuineIntel +Model name: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz +CPU family: 6 +Model: 44 +Thread(s) per core: 2 +Core(s) per socket: 4 +Socket(s): 1 +Stepping: 2 +BogoMIPS: 4787.97 +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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d +Virtualization: VT-x +L1d cache: 128 KiB (4 instances) +L1i cache: 128 KiB (4 instances) +L2 cache: 1 MiB (4 instances) +L3 cache: 12 MiB (1 instance) +NUMA node(s): 1 +NUMA node0 CPU(s): 0-7 +Vulnerability Gather data sampling: Not affected +Vulnerability Ghostwrite: Not affected +Vulnerability Indirect target selection: Not affected +Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages +Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable +Vulnerability Mds: 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 128K 8 Data 1 64 1 64 +L1i 32K 128K 4 Instruction 1 128 1 64 +L2 256K 1M 8 Unified 2 512 1 64 +L3 12M 12M 16 Unified 3 12288 1 64 + +--- numactl --hardware + $ numactl --hardware +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- numactl --show + $ numactl --show +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- lspci -nnvv (verbose) + $ lspci -nnvv +00:00.0 Host bridge [0600]: Intel Corporation 5520 I/O Hub to ESI Port [8086:3406] (rev 22) + Subsystem: Dell Device [1028:026d] + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + +00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 22) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:026d] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00218 Data: 0000 + 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 #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, 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- + 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: 260ms to 900ms, 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 + +00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 22) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:026d] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00238 Data: 0000 + 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 #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <512ns, 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 x16 + TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #2, PowerLimit 300W; 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: 260ms to 900ms, 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 + +00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 22) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:026d] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00258 Data: 0000 + 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 #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <512ns, 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 x0 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #4, PowerLimit 225W; 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: 260ms to 900ms, 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 + Kernel driver in use: pcieport + +00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 22) (prog-if 00 [8259]) + Subsystem: Device [0028:006d] + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 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 L1, Exit Latency 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: 00000000 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:026d] + 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=01 + Status: NegoPending- InProgress- + Capabilities: [180 v1] Root Complex Link + Desc: PortNumber=01 ComponentID=00 EltType=Config + Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ + Addr: 00000000feda8000 + Kernel driver in use: pcieport + +00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6 [8086:3a4a] (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- 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 #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us + ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp- + LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + 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: 00000000 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:026d] + 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=06 ComponentID=00 EltType=Config + Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB- LinkType=MemMapped LinkValid+ + Addr: 00000000feda8000 + Kernel driver in use: pcieport + +00:1d.0 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 [8086:3a34] (prog-if 00 [UHCI]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [50] Subsystem: Dell Device [1028:026d] + +00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller [8086:3a16] + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- + Kernel driver in use: lpc_ich + Kernel modules: lpc_ich + +00:1f.2 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1 [8086:3a20] (prog-if 8f [PCI native mode controller, supports both channels switched to ISA compatibility mode, supports bus mastering]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [80] PCI-X bridge device + Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=100MHz + Status: Dev=01:00.0 64bit- 133MHz- SCD- USC- SCO- SRD- + Upstream: Capacity=16 CommitmentLimit=16 + Downstream: Capacity=16 CommitmentLimit=16 + Capabilities: [90] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [a8] Subsystem: Device [0000:0000] + Capabilities: [b0] Express (v1) PCI-Express to PCI/PCI-X Bridge, IntMsgNum 0 + DevCap: MaxPayload 512 bytes, PhantFunc 0 + ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0W TEE-IO- + DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- + RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- BrConfRtry- + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq- AuxPwr+ TransPend- + LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <1us + 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- + Capabilities: [f0] MSI: Enable- Count=1/1 Maskable- 64bit+ + Address: 0000000000000000 Data: 0000 + 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 + Capabilities: [150 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- + +03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF100GL [Quadro 4000] [10de:06dd] (rev a3) (prog-if 00 [VGA controller]) + Subsystem: NVIDIA Corporation Device [10de:0780] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Capabilities: [100 v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 + Status: NegoPending- InProgress- + Capabilities: [128 v1] Power Budgeting + Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 + Kernel driver in use: nouveau + Kernel modules: nvidiafb, nouveau + +03:00.1 Audio device [0403]: NVIDIA Corporation GF100 High Definition Audio Controller [10de:0be5] (rev a1) (prog-if 00 [HDA compatible]) + Subsystem: NVIDIA Corporation Device [10de:0780] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- + Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 00000000fee00398 Data: 0000 + Capabilities: [cc] Express (v2) Endpoint, IntMsgNum 0 + DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited + ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO- + DevCtl: CorrErr- NonFatalErr+ FatalErr+ UnsupReq- + RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- + LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <64us + ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp- + LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + 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: 50us to 50ms, 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] 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: [13c v1] Virtual Channel + Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 + Arb: Fixed- WRR32- WRR64- WRR128- + Ctrl: ArbSelect=Fixed + Status: InProgress- + VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- + Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- + Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 + Status: NegoPending- InProgress- + Capabilities: [160 v1] Device Serial Number 18-03-73-ff-fe-43-ce-de + Capabilities: [16c v1] Power Budgeting + Kernel driver in use: tg3 + Kernel modules: tg3 + +07:0a.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx] [104c:8023] (prog-if 10 [OHCI]) + Subsystem: Dell Device [1028:026d] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:026d] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00018 Data: 0000 + 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 #0, 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- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #6, 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: 260ms to 900ms, 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 + +20:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 22) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:026d] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00038 Data: 0000 + 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 #0, 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 5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #3, PowerLimit 40W; 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: 260ms to 900ms, 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 + +20:09.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 [8086:3410] (rev 22) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:026d] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:026d] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00058 Data: 0000 + 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 #0, 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 5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #1, PowerLimit 40W; 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: 260ms to 900ms, 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- + Kernel driver in use: pcieport + +20:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 22) (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- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- /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:06: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:06: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 +TOTAL_ERR_FATAL 0 +0000:06: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 +TOTAL_ERR_NONFATAL 0 +0000:22: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:22: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 +TOTAL_ERR_FATAL 0 +0000:22: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 +TOTAL_ERR_NONFATAL 0 +0000:22: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:22: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 +TOTAL_ERR_FATAL 0 +0000:22: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 +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 + +--- 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 + +--- 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: + 8 cpu : 0 +EPP (energy_performance_preference) per cpu: +available EPP: + [exit=1] + +--- cpupower frequency-info + $ cpupower frequency-info +analyzing CPU 6: + no or unknown cpufreq driver is active on this CPU + CPUs which run at the same hardware frequency: Not Available + CPUs which need to have their frequency coordinated by software: Not Available + maximum transition latency: Cannot determine or is not supported. +Not Available + available cpufreq governors: Not Available + Unable to determine current policy + current CPU frequency: Unable to call hardware + current CPU frequency: Unable to call to kernel + 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.002300 sec +Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp +- - 9.59 2127 2394 7662 40 +0 0 9.68 2128 2394 899 36 +0 4 10.47 2145 2394 1113 +1 1 8.39 2132 2394 797 40 +1 5 6.57 2048 2394 769 +9 2 12.06 2136 2394 1204 36 +9 6 8.97 2044 2394 1043 +10 3 8.31 2067 2394 879 28 +10 7 12.25 2240 2394 958 + +--- x86_energy_perf_policy -r + $ x86_energy_perf_policy -r +cpu0: EPB 0 +cpu1: EPB 0 +cpu2: EPB 0 +cpu3: EPB 0 +cpu4: EPB 0 +cpu5: EPB 0 +cpu6: EPB 0 +cpu7: EPB 0 + +--- C-states (idle) enabled per cpu0 + $ for s in /sys/devices/system/cpu/cpu0/cpuidle/state*; do + [ -d "$s" ] || continue + printf ' %s : %s disabled=%s latency=%sus residency=%sus\n' \ + "$(cat "$s/name" 2>/dev/null)" \ + "$(cat "$s/desc" 2>/dev/null)" \ + "$(cat "$s/disable" 2>/dev/null)" \ + "$(cat "$s/latency" 2>/dev/null)" \ + "$(cat "$s/time" 2>/dev/null)" +done + POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=13217805us + C1 : MWAIT 0x00 disabled=0 latency=3us residency=164561596us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=1355144971us + C3 : MWAIT 0x10 disabled=0 latency=20us residency=39498744118us + C6 : MWAIT 0x20 disabled=0 latency=200us residency=106391088057us + +--- 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 +[85470.710005] audit: type=1400 audit(1785023990.837:1119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85470.778032] audit: type=1400 audit(1785023990.905:1120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85722.781974] audit: type=1400 audit(1785024242.908:1121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85722.784837] audit: type=1400 audit(1785024242.911:1122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85722.847995] audit: type=1400 audit(1785024242.974:1123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85952.938113] audit: type=1400 audit(1785024473.063:1124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85952.939981] audit: type=1400 audit(1785024473.064:1125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[85953.009633] audit: type=1400 audit(1785024473.134:1126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86186.135293] audit: type=1400 audit(1785024706.259:1127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86186.137442] audit: type=1400 audit(1785024706.261:1128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86186.203746] audit: type=1400 audit(1785024706.327:1129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86422.009944] audit: type=1400 audit(1785024942.132:1130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86422.012058] audit: type=1400 audit(1785024942.133:1131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86422.074099] audit: type=1400 audit(1785024942.196:1132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86691.349470] audit: type=1400 audit(1785025211.470:1133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86691.351659] audit: type=1400 audit(1785025211.473:1134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86691.410784] audit: type=1400 audit(1785025211.532:1135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86957.545979] audit: type=1400 audit(1785025477.666:1136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86957.548123] audit: type=1400 audit(1785025477.668:1137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[86957.613568] audit: type=1400 audit(1785025477.733:1138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87218.146202] audit: type=1400 audit(1785025738.265:1139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87218.148436] audit: type=1400 audit(1785025738.267:1140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87218.214960] audit: type=1400 audit(1785025738.333:1141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87489.199128] audit: type=1400 audit(1785026009.316:1142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87489.201311] audit: type=1400 audit(1785026009.318:1143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87489.267487] audit: type=1400 audit(1785026009.384:1144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87736.240948] audit: type=1400 audit(1785026256.356:1145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87736.243072] audit: type=1400 audit(1785026256.359:1146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87736.303831] audit: type=1400 audit(1785026256.419:1147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87982.014896] audit: type=1400 audit(1785026502.129:1148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87982.017018] audit: type=1400 audit(1785026502.131:1149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[87982.091473] audit: type=1400 audit(1785026502.205:1150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88269.262622] audit: type=1400 audit(1785026789.375:1151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88269.264699] audit: type=1400 audit(1785026789.377:1152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88270.106231] audit: type=1400 audit(1785026790.218:1153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88498.790550] audit: type=1400 audit(1785027018.901:1154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88498.792231] audit: type=1400 audit(1785027018.903:1155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88498.856009] audit: type=1400 audit(1785027018.966:1156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88605.025342] DMAR: DRHD: handling fault status reg 2 +[88605.025353] DMAR: [DMA Write NO_PASID] Request device [05:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set +[88725.806818] audit: type=1400 audit(1785027245.916:1157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88725.808808] audit: type=1400 audit(1785027245.918:1158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[88725.879344] audit: type=1400 audit(1785027245.988:1159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89010.768829] audit: type=1400 audit(1785027530.876:1160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89010.770745] audit: type=1400 audit(1785027530.877:1161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89011.095528] audit: type=1400 audit(1785027531.202:1162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89283.220816] audit: type=1400 audit(1785027803.325:1163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89283.223624] audit: type=1400 audit(1785027803.328:1164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89283.284797] audit: type=1400 audit(1785027803.389:1165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89513.598706] audit: type=1400 audit(1785028033.702:1166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89513.600909] audit: type=1400 audit(1785028033.704:1167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89513.664813] audit: type=1400 audit(1785028033.768:1168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89757.721866] audit: type=1400 audit(1785028277.823:1169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89757.724184] audit: type=1400 audit(1785028277.825:1170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[89757.793522] audit: type=1400 audit(1785028277.895:1171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90016.777228] audit: type=1400 audit(1785028536.877:1172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90016.779273] audit: type=1400 audit(1785028536.879:1173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90016.840090] audit: type=1400 audit(1785028536.939:1174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90250.268687] audit: type=1400 audit(1785028770.366:1175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90250.270585] audit: type=1400 audit(1785028770.368:1176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90250.337012] audit: type=1400 audit(1785028770.435:1177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90550.895646] audit: type=1400 audit(1785029070.991:1178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90550.897099] audit: type=1400 audit(1785029070.993:1179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90550.957540] audit: type=1400 audit(1785029071.053:1180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90787.007862] audit: type=1400 audit(1785029307.102:1181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90787.009986] audit: type=1400 audit(1785029307.104:1182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[90787.070560] audit: type=1400 audit(1785029307.165:1183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91066.742140] audit: type=1400 audit(1785029586.835:1184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91066.744274] audit: type=1400 audit(1785029586.837:1185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91066.808278] audit: type=1400 audit(1785029586.901:1186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91326.334472] audit: type=1400 audit(1785029846.425:1187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91326.336182] audit: type=1400 audit(1785029846.427:1188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91326.396191] audit: type=1400 audit(1785029846.487:1189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91593.116391] audit: type=1400 audit(1785030113.206:1190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91593.118468] audit: type=1400 audit(1785030113.208:1191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91593.176178] audit: type=1400 audit(1785030113.265:1192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91893.093548] audit: type=1400 audit(1785030413.181:1193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91893.095730] audit: type=1400 audit(1785030413.183:1194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[91893.156801] audit: type=1400 audit(1785030413.244:1195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92124.533134] audit: type=1400 audit(1785030644.619:1196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92124.535347] audit: type=1400 audit(1785030644.621:1197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92124.594829] audit: type=1400 audit(1785030644.681:1198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92403.320314] audit: type=1400 audit(1785030923.404:1199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92403.322296] audit: type=1400 audit(1785030923.406:1200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92403.392502] audit: type=1400 audit(1785030923.476:1201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92637.049874] audit: type=1400 audit(1785031157.132:1202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92637.052043] audit: type=1400 audit(1785031157.135:1203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92637.129412] audit: type=1400 audit(1785031157.212:1204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92920.123283] audit: type=1400 audit(1785031440.204:1205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92920.127726] audit: type=1400 audit(1785031440.208:1206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[92920.258486] audit: type=1400 audit(1785031440.339:1207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93150.278440] audit: type=1400 audit(1785031670.358:1208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93150.293014] audit: type=1400 audit(1785031670.372:1209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93150.355327] audit: type=1400 audit(1785031670.434:1210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93410.162122] audit: type=1400 audit(1785031930.240:1211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93410.174705] audit: type=1400 audit(1785031930.252:1212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93410.234980] audit: type=1400 audit(1785031930.312:1213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93694.819462] audit: type=1400 audit(1785032214.896:1214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93694.830115] audit: type=1400 audit(1785032214.906:1215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93694.897045] audit: type=1400 audit(1785032214.973:1216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93991.869698] audit: type=1400 audit(1785032511.944:1217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93991.878136] audit: type=1400 audit(1785032511.952:1218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[93991.951471] audit: type=1400 audit(1785032512.025:1219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94267.127276] audit: type=1400 audit(1785032787.199:1220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94267.135968] audit: type=1400 audit(1785032787.208:1221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94267.206239] audit: type=1400 audit(1785032787.278:1222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94567.790789] audit: type=1400 audit(1785033087.861:1223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94567.800107] audit: type=1400 audit(1785033087.870:1224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94567.864143] audit: type=1400 audit(1785033087.934:1225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94831.767489] audit: type=1400 audit(1785033351.836:1226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94831.776471] audit: type=1400 audit(1785033351.845:1227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[94831.844020] audit: type=1400 audit(1785033351.912:1228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95109.702794] audit: type=1400 audit(1785033629.769:1229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95109.718029] audit: type=1400 audit(1785033629.785:1230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95109.798680] audit: type=1400 audit(1785033629.865:1231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95340.268896] audit: type=1400 audit(1785033860.334:1232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95340.277948] audit: type=1400 audit(1785033860.343:1233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95340.336825] audit: type=1400 audit(1785033860.402:1234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95624.896037] audit: type=1400 audit(1785034144.959:1235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95624.903849] audit: type=1400 audit(1785034144.967:1236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95624.966874] audit: type=1400 audit(1785034145.030:1237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95913.810938] audit: type=1400 audit(1785034433.872:1238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95913.827174] audit: type=1400 audit(1785034433.889:1239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[95913.894255] audit: type=1400 audit(1785034433.956:1240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96213.822906] audit: type=1400 audit(1785034733.883:1241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96213.838089] audit: type=1400 audit(1785034733.898:1242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96213.903480] audit: type=1400 audit(1785034733.963:1243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96458.239401] audit: type=1400 audit(1785034978.297:1244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96458.254388] audit: type=1400 audit(1785034978.312:1245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96458.323413] audit: type=1400 audit(1785034978.382:1246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96703.087555] audit: type=1400 audit(1785035223.145:1247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96703.096053] audit: type=1400 audit(1785035223.153:1248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96703.160128] audit: type=1400 audit(1785035223.217:1249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96984.647581] audit: type=1400 audit(1785035504.702:1250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96984.658538] audit: type=1400 audit(1785035504.713:1251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[96984.729413] audit: type=1400 audit(1785035504.784:1252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97213.703148] audit: type=1400 audit(1785035733.756:1253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97213.718163] audit: type=1400 audit(1785035733.771:1254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97213.782041] audit: type=1400 audit(1785035733.835:1255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97504.704706] audit: type=1400 audit(1785036024.756:1256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97504.720365] audit: type=1400 audit(1785036024.772:1257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97504.784495] audit: type=1400 audit(1785036024.836:1258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97748.530020] audit: type=1400 audit(1785036268.580:1259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97748.546125] audit: type=1400 audit(1785036268.596:1260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[97748.621156] audit: type=1400 audit(1785036268.671:1261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98041.011980] audit: type=1400 audit(1785036561.060:1262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98041.030153] audit: type=1400 audit(1785036561.078:1263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98041.098645] audit: type=1400 audit(1785036561.146:1264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98333.248103] audit: type=1400 audit(1785036853.294:1265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98333.256449] audit: type=1400 audit(1785036853.302:1266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98333.317362] audit: type=1400 audit(1785036853.363:1267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98627.185239] audit: type=1400 audit(1785037147.229:1268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98627.195884] audit: type=1400 audit(1785037147.240:1269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98627.261069] audit: type=1400 audit(1785037147.305:1270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98881.526948] audit: type=1400 audit(1785037401.569:1271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98881.542969] audit: type=1400 audit(1785037401.585:1272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[98881.604052] audit: type=1400 audit(1785037401.646:1273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99149.113927] audit: type=1400 audit(1785037669.154:1274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99149.122238] audit: type=1400 audit(1785037669.163:1275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99149.190180] audit: type=1400 audit(1785037669.231:1276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99432.455994] audit: type=1400 audit(1785037952.495:1277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99432.464477] audit: type=1400 audit(1785037952.503:1278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99432.534515] audit: type=1400 audit(1785037952.573:1279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99708.736516] audit: type=1400 audit(1785038228.773:1280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99708.751501] audit: type=1400 audit(1785038228.788:1281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99708.820222] audit: type=1400 audit(1785038228.857:1282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99991.631360] audit: type=1400 audit(1785038511.666:1283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99991.647375] audit: type=1400 audit(1785038511.682:1284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[99991.705281] audit: type=1400 audit(1785038511.740:1285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100292.842490] audit: type=1400 audit(1785038812.876:1286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100292.851058] audit: type=1400 audit(1785038812.884:1287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100292.923815] audit: type=1400 audit(1785038812.957:1288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100574.832124] audit: type=1400 audit(1785039094.863:1289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100574.844273] audit: type=1400 audit(1785039094.876:1290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100574.908261] audit: type=1400 audit(1785039094.940:1291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100825.943199] audit: type=1400 audit(1785039345.973:1292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100825.959116] audit: type=1400 audit(1785039345.989:1293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[100826.019126] audit: type=1400 audit(1785039346.049:1294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101059.328118] audit: type=1400 audit(1785039579.356:1295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101059.339441] audit: type=1400 audit(1785039579.368:1296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101059.406369] audit: type=1400 audit(1785039579.435:1297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101351.632774] audit: type=1400 audit(1785039871.659:1298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101351.644762] audit: type=1400 audit(1785039871.671:1299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101351.708428] audit: type=1400 audit(1785039871.735:1300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101634.965087] audit: type=1400 audit(1785040154.990:1301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101634.975286] audit: type=1400 audit(1785040155.000:1302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101635.043767] audit: type=1400 audit(1785040155.068:1303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101917.492856] audit: type=1400 audit(1785040437.516:1304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101917.508310] audit: type=1400 audit(1785040437.531:1305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[101917.694550] audit: type=1400 audit(1785040437.717:1306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102172.001588] audit: type=1400 audit(1785040692.023:1307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102172.018369] audit: type=1400 audit(1785040692.040:1308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102172.089456] audit: type=1400 audit(1785040692.111:1309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102440.062075] audit: type=1400 audit(1785040960.082:1310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102440.072816] audit: type=1400 audit(1785040960.092:1311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102440.141966] audit: type=1400 audit(1785040960.162:1312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102711.775881] audit: type=1400 audit(1785041231.794:1313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102711.791024] audit: type=1400 audit(1785041231.809:1314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102711.853284] audit: type=1400 audit(1785041231.871:1315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102986.224738] audit: type=1400 audit(1785041506.241:1316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102986.236697] audit: type=1400 audit(1785041506.253:1317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[102986.305816] audit: type=1400 audit(1785041506.322:1318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103278.806819] audit: type=1400 audit(1785041798.821:1319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103278.815186] audit: type=1400 audit(1785041798.830:1320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103278.881396] audit: type=1400 audit(1785041798.896:1321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103568.315254] audit: type=1400 audit(1785042088.328:1322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103568.330576] audit: type=1400 audit(1785042088.344:1323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103568.392392] audit: type=1400 audit(1785042088.405:1324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103814.562078] audit: type=1400 audit(1785042334.574:1325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103814.577219] audit: type=1400 audit(1785042334.589:1326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[103814.636689] audit: type=1400 audit(1785042334.648:1327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104112.002943] audit: type=1400 audit(1785042632.013:1328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104112.011546] audit: type=1400 audit(1785042632.022:1329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104112.080307] audit: type=1400 audit(1785042632.090:1330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104356.079833] audit: type=1400 audit(1785042876.089:1331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104356.095929] audit: type=1400 audit(1785042876.105:1332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104356.167229] audit: type=1400 audit(1785042876.176:1333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104583.764994] audit: type=1400 audit(1785043103.773:1334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104583.780499] audit: type=1400 audit(1785043103.789:1335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104583.848290] audit: type=1400 audit(1785043103.856:1336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104862.356039] audit: type=1400 audit(1785043382.362:1337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104862.365196] audit: type=1400 audit(1785043382.371:1338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[104862.433171] audit: type=1400 audit(1785043382.439:1339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105093.170205] audit: type=1400 audit(1785043613.175:1340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105093.178314] audit: type=1400 audit(1785043613.183:1341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105093.244744] audit: type=1400 audit(1785043613.250:1342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105370.887187] audit: type=1400 audit(1785043890.891:1343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105370.897785] audit: type=1400 audit(1785043890.901:1344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105370.972254] audit: type=1400 audit(1785043890.976:1345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105658.988387] audit: type=1400 audit(1785044178.991:1346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105658.998631] audit: type=1400 audit(1785044179.001:1347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105659.065649] audit: type=1400 audit(1785044179.068:1348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105936.298330] audit: type=1400 audit(1785044456.299:1349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105936.306459] audit: type=1400 audit(1785044456.307:1350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[105936.367850] audit: type=1400 audit(1785044456.368:1351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106194.790545] audit: type=1400 audit(1785044714.790:1352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106194.797399] audit: type=1400 audit(1785044714.797:1353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106194.894579] audit: type=1400 audit(1785044714.894:1354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106480.030027] audit: type=1400 audit(1785045000.028:1355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106480.044691] audit: type=1400 audit(1785045000.042:1356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106480.105394] audit: type=1400 audit(1785045000.103:1357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106750.967899] audit: type=1400 audit(1785045270.964:1358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106750.979016] audit: type=1400 audit(1785045270.975:1359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[106751.041631] audit: type=1400 audit(1785045271.038:1360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107044.356406] audit: type=1400 audit(1785045564.351:1361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107044.364572] audit: type=1400 audit(1785045564.359:1362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107044.427004] audit: type=1400 audit(1785045564.421:1363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107271.382240] audit: type=1400 audit(1785045791.375:1364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107271.393460] audit: type=1400 audit(1785045791.387:1365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107271.455481] audit: type=1400 audit(1785045791.449:1366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107550.572124] audit: type=1400 audit(1785046070.564:1367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107550.580474] audit: type=1400 audit(1785046070.572:1368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107550.639832] audit: type=1400 audit(1785046070.631:1369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107824.239773] audit: type=1400 audit(1785046344.230:1370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107824.254912] audit: type=1400 audit(1785046344.245:1371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[107824.384529] audit: type=1400 audit(1785046344.374:1372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108107.287609] audit: type=1400 audit(1785046627.275:1373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108107.296283] audit: type=1400 audit(1785046627.285:1374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108107.361699] audit: type=1400 audit(1785046627.350:1375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108334.921244] audit: type=1400 audit(1785046854.908:1376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108334.932144] audit: type=1400 audit(1785046854.919:1377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108335.000493] audit: type=1400 audit(1785046854.988:1378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108613.421466] audit: type=1400 audit(1785047133.407:1379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108613.432445] audit: type=1400 audit(1785047133.418:1380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108613.502673] audit: type=1400 audit(1785047133.488:1381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108877.695667] audit: type=1400 audit(1785047397.679:1382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108877.706817] audit: type=1400 audit(1785047397.691:1383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[108877.780239] audit: type=1400 audit(1785047397.764:1384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109154.708739] audit: type=1400 audit(1785047674.691:1385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109154.723875] audit: type=1400 audit(1785047674.706:1386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109154.781170] audit: type=1400 audit(1785047674.764:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109421.945807] audit: type=1400 audit(1785047941.927:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109421.960982] audit: type=1400 audit(1785047941.942:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109422.016829] audit: type=1400 audit(1785047941.998:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109699.679842] audit: type=1400 audit(1785048219.659:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109699.688841] audit: type=1400 audit(1785048219.668:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109699.752446] audit: type=1400 audit(1785048219.732:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109952.477425] audit: type=1400 audit(1785048472.455:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109952.492872] audit: type=1400 audit(1785048472.471:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[109952.555300] audit: type=1400 audit(1785048472.533:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110191.183363] audit: type=1400 audit(1785048711.160:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110191.192038] audit: type=1400 audit(1785048711.168:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110191.265903] audit: type=1400 audit(1785048711.242:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110468.367189] audit: type=1400 audit(1785048988.342:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110468.382907] audit: type=1400 audit(1785048988.358:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110468.451188] audit: type=1400 audit(1785048988.426:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110723.643121] audit: type=1400 audit(1785049243.617:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110723.658505] audit: type=1400 audit(1785049243.632:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[110723.720897] audit: type=1400 audit(1785049243.694:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111022.717664] audit: type=1400 audit(1785049542.689:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111022.729618] audit: type=1400 audit(1785049542.701:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111022.797668] audit: type=1400 audit(1785049542.769:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111289.506287] audit: type=1400 audit(1785049809.477:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111289.514399] audit: type=1400 audit(1785049809.485:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111289.582343] audit: type=1400 audit(1785049809.553:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111561.005230] audit: type=1400 audit(1785050080.974:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111561.019125] audit: type=1400 audit(1785050080.988:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111561.084367] audit: type=1400 audit(1785050081.053:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111842.744681] audit: type=1400 audit(1785050362.712:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111842.761196] audit: type=1400 audit(1785050362.728:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[111842.828502] audit: type=1400 audit(1785050362.796:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112127.936325] audit: type=1400 audit(1785050647.902:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112127.953001] audit: type=1400 audit(1785050647.918:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112128.022571] audit: type=1400 audit(1785050647.988:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112358.854439] audit: type=1400 audit(1785050878.819:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112358.862712] audit: type=1400 audit(1785050878.827:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112358.925681] audit: type=1400 audit(1785050878.890:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112640.602537] audit: type=1400 audit(1785051160.565:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112640.613287] audit: type=1400 audit(1785051160.576:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112640.685304] audit: type=1400 audit(1785051160.648:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112924.407660] audit: type=1400 audit(1785051444.369:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112924.423079] audit: type=1400 audit(1785051444.384:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[112924.495994] audit: type=1400 audit(1785051444.457:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113172.254026] audit: type=1400 audit(1785051692.214:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113172.262090] audit: type=1400 audit(1785051692.222:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113172.324052] audit: type=1400 audit(1785051692.284:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113432.592565] audit: type=1400 audit(1785051952.551:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113432.607586] audit: type=1400 audit(1785051952.566:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113432.668822] audit: type=1400 audit(1785051952.627:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113726.786238] audit: type=1400 audit(1785052246.743:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113726.792799] audit: type=1400 audit(1785052246.749:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113726.853792] audit: type=1400 audit(1785052246.810:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113989.829652] audit: type=1400 audit(1785052509.785:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113989.845106] audit: type=1400 audit(1785052509.800:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[113989.905289] audit: type=1400 audit(1785052509.860:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114260.166359] audit: type=1400 audit(1785052780.121:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114260.177183] audit: type=1400 audit(1785052780.131:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114260.232418] audit: type=1400 audit(1785052780.187:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114543.506445] audit: type=1400 audit(1785053063.458:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114543.516927] audit: type=1400 audit(1785053063.469:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114543.643659] audit: type=1400 audit(1785053063.595:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114799.241336] audit: type=1400 audit(1785053319.192:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114799.250215] audit: type=1400 audit(1785053319.200:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[114799.313224] audit: type=1400 audit(1785053319.264:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115069.466351] audit: type=1400 audit(1785053589.415:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115069.478841] audit: type=1400 audit(1785053589.428:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115069.540878] audit: type=1400 audit(1785053589.490:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115327.776329] audit: type=1400 audit(1785053847.724:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115327.791018] audit: type=1400 audit(1785053847.738:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115327.867781] audit: type=1400 audit(1785053847.815:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115590.996239] audit: type=1400 audit(1785054110.942:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115591.005045] audit: type=1400 audit(1785054110.951:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115591.070717] audit: type=1400 audit(1785054111.016:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115879.432479] audit: type=1400 audit(1785054399.377:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115879.440878] audit: type=1400 audit(1785054399.385:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[115879.497956] audit: type=1400 audit(1785054399.442:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116163.539165] audit: type=1400 audit(1785054683.482:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116163.550752] audit: type=1400 audit(1785054683.493:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116163.616562] audit: type=1400 audit(1785054683.559:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116456.803835] audit: type=1400 audit(1785054976.745:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116456.813199] audit: type=1400 audit(1785054976.754:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116456.877125] audit: type=1400 audit(1785054976.818:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116714.188949] audit: type=1400 audit(1785055234.128:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116714.197026] audit: type=1400 audit(1785055234.136:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116714.263611] audit: type=1400 audit(1785055234.204:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116996.790170] audit: type=1400 audit(1785055516.728:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116996.805938] audit: type=1400 audit(1785055516.744:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[116996.874182] audit: type=1400 audit(1785055516.812:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117239.950253] audit: type=1400 audit(1785055759.887:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117239.965088] audit: type=1400 audit(1785055759.901:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117240.026233] audit: type=1400 audit(1785055759.963:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117515.405460] audit: type=1400 audit(1785056035.340:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117515.419479] audit: type=1400 audit(1785056035.354:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117515.487116] audit: type=1400 audit(1785056035.422:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117764.104088] audit: type=1400 audit(1785056284.038:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117764.119904] audit: type=1400 audit(1785056284.053:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[117764.190500] audit: type=1400 audit(1785056284.124:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118025.998249] audit: type=1400 audit(1785056545.930:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118026.007061] audit: type=1400 audit(1785056545.939:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118026.083411] audit: type=1400 audit(1785056546.016:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118264.995944] audit: type=1400 audit(1785056784.927:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118265.006540] audit: type=1400 audit(1785056784.937:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118265.076745] audit: type=1400 audit(1785056785.008:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118538.728653] audit: type=1400 audit(1785057058.658:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118538.744272] audit: type=1400 audit(1785057058.674:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118538.820627] audit: type=1400 audit(1785057058.750:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118817.483477] audit: type=1400 audit(1785057337.411:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118817.490792] audit: type=1400 audit(1785057337.419:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[118817.564616] audit: type=1400 audit(1785057337.492:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119085.968185] audit: type=1400 audit(1785057605.895:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119085.975081] audit: type=1400 audit(1785057605.901:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119086.042725] audit: type=1400 audit(1785057605.969:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119328.679188] audit: type=1400 audit(1785057848.604:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119328.687666] audit: type=1400 audit(1785057848.613:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119328.746148] audit: type=1400 audit(1785057848.671:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119578.766899] audit: type=1400 audit(1785058098.691:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119578.779053] audit: type=1400 audit(1785058098.703:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119578.839653] audit: type=1400 audit(1785058098.763:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119819.354317] audit: type=1400 audit(1785058339.278:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119819.362286] audit: type=1400 audit(1785058339.286:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[119819.435008] audit: type=1400 audit(1785058339.358:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120105.419619] audit: type=1400 audit(1785058625.340:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120105.430353] audit: type=1400 audit(1785058625.351:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120105.494582] audit: type=1400 audit(1785058625.415:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120386.877619] audit: type=1400 audit(1785058906.797:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120386.888068] audit: type=1400 audit(1785058906.807:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120386.955131] audit: type=1400 audit(1785058906.874:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120671.490289] audit: type=1400 audit(1785059191.408:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120671.501437] audit: type=1400 audit(1785059191.419:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120671.564451] audit: type=1400 audit(1785059191.482:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120908.441808] audit: type=1400 audit(1785059428.358:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120908.452308] audit: type=1400 audit(1785059428.369:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[120908.518093] audit: type=1400 audit(1785059428.434:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121143.132230] audit: type=1400 audit(1785059663.047:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121143.141412] audit: type=1400 audit(1785059663.056:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121143.204880] audit: type=1400 audit(1785059663.120:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121429.929841] audit: type=1400 audit(1785059949.842:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121429.938824] audit: type=1400 audit(1785059949.852:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121430.014899] audit: type=1400 audit(1785059949.928:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121680.198060] audit: type=1400 audit(1785060200.110:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121680.206125] audit: type=1400 audit(1785060200.118:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121680.266705] audit: type=1400 audit(1785060200.179:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121980.628184] audit: type=1400 audit(1785060500.538:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121980.636658] audit: type=1400 audit(1785060500.547:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[121980.701660] audit: type=1400 audit(1785060500.612:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122258.361284] audit: type=1400 audit(1785060778.270:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122258.371614] audit: type=1400 audit(1785060778.280:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122258.445111] audit: type=1400 audit(1785060778.354:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122502.183254] audit: type=1400 audit(1785061022.090:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122502.194143] audit: type=1400 audit(1785061022.101:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122502.265019] audit: type=1400 audit(1785061022.172:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122795.511627] audit: type=1400 audit(1785061315.417:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122795.522781] audit: type=1400 audit(1785061315.428:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[122795.591660] audit: type=1400 audit(1785061315.497:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123041.620503] audit: type=1400 audit(1785061561.525:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123041.627257] audit: type=1400 audit(1785061561.531:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123041.693380] audit: type=1400 audit(1785061561.597:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123274.662267] audit: type=1400 audit(1785061794.565:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123274.669845] audit: type=1400 audit(1785061794.573:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123274.729421] audit: type=1400 audit(1785061794.632:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123557.071798] audit: type=1400 audit(1785062076.973:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123557.079968] audit: type=1400 audit(1785062076.981:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123557.139759] audit: type=1400 audit(1785062077.041:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123822.842673] audit: type=1400 audit(1785062342.742:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123822.852495] audit: type=1400 audit(1785062342.752:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[123822.916125] audit: type=1400 audit(1785062342.816:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124077.877193] audit: type=1400 audit(1785062597.775:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124077.891453] audit: type=1400 audit(1785062597.790:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124077.952040] audit: type=1400 audit(1785062597.850:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124330.593037] audit: type=1400 audit(1785062850.490:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124330.600245] audit: type=1400 audit(1785062850.497:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124330.662830] audit: type=1400 audit(1785062850.560:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124561.061801] audit: type=1400 audit(1785063080.957:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124561.077825] audit: type=1400 audit(1785063080.973:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124561.128054] audit: type=1400 audit(1785063081.023:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124828.975591] audit: type=1400 audit(1785063348.869:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124828.992302] audit: type=1400 audit(1785063348.886:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[124829.062258] audit: type=1400 audit(1785063348.956:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125091.270933] audit: type=1400 audit(1785063611.163:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125091.278352] audit: type=1400 audit(1785063611.171:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125091.348107] audit: type=1400 audit(1785063611.241:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125368.421213] audit: type=1400 audit(1785063888.312:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125368.432039] audit: type=1400 audit(1785063888.323:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125368.499821] audit: type=1400 audit(1785063888.391:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125619.262536] audit: type=1400 audit(1785064139.152:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125619.270925] audit: type=1400 audit(1785064139.160:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125619.352569] audit: type=1400 audit(1785064139.242:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125898.045317] audit: type=1400 audit(1785064417.933:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125898.060922] audit: type=1400 audit(1785064417.949:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[125898.120235] audit: type=1400 audit(1785064418.008:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126139.117246] audit: type=1400 audit(1785064659.004:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126139.127920] audit: type=1400 audit(1785064659.014:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126139.189849] audit: type=1400 audit(1785064659.076:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126376.412544] audit: type=1400 audit(1785064896.298:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126376.421911] audit: type=1400 audit(1785064896.307:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126376.493413] audit: type=1400 audit(1785064896.379:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126677.183910] audit: type=1400 audit(1785065197.067:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126677.194880] audit: type=1400 audit(1785065197.078:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126677.259941] audit: type=1400 audit(1785065197.143:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126951.030751] audit: type=1400 audit(1785065470.913:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126951.039078] audit: type=1400 audit(1785065470.921:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[126951.104546] audit: type=1400 audit(1785065470.986:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127220.627879] audit: type=1400 audit(1785065740.508:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127220.636781] audit: type=1400 audit(1785065740.517:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127220.697887] audit: type=1400 audit(1785065740.578:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127504.806258] audit: type=1400 audit(1785066024.685:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127504.824697] audit: type=1400 audit(1785066024.704:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127504.891274] audit: type=1400 audit(1785066024.770:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127751.723175] audit: type=1400 audit(1785066271.601:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127751.740776] audit: type=1400 audit(1785066271.618:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[127751.802552] audit: type=1400 audit(1785066271.680:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128007.480674] audit: type=1400 audit(1785066527.357:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128007.489027] audit: type=1400 audit(1785066527.365:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128007.553821] audit: type=1400 audit(1785066527.430:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128267.971904] audit: type=1400 audit(1785066787.846:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128267.979766] audit: type=1400 audit(1785066787.854:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128268.048120] audit: type=1400 audit(1785066787.923:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128551.055624] audit: type=1400 audit(1785067070.929:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128551.064161] audit: type=1400 audit(1785067070.937:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128551.141100] audit: type=1400 audit(1785067071.014:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128786.651120] audit: type=1400 audit(1785067306.523:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128786.659738] audit: type=1400 audit(1785067306.531:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[128786.717785] audit: type=1400 audit(1785067306.589:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129073.434380] audit: type=1400 audit(1785067593.304:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129073.443665] audit: type=1400 audit(1785067593.314:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129073.510712] audit: type=1400 audit(1785067593.381:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129313.236228] audit: type=1400 audit(1785067833.105:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129313.252909] audit: type=1400 audit(1785067833.122:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129313.321894] audit: type=1400 audit(1785067833.191:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129566.459422] audit: type=1400 audit(1785068086.327:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129566.475545] audit: type=1400 audit(1785068086.343:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129566.539843] audit: type=1400 audit(1785068086.407:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129839.419976] audit: type=1400 audit(1785068359.286:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129839.428409] audit: type=1400 audit(1785068359.294:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[129839.492496] audit: type=1400 audit(1785068359.358:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130126.754233] audit: type=1400 audit(1785068646.618:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130126.770539] audit: type=1400 audit(1785068646.635:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130126.835686] audit: type=1400 audit(1785068646.700:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130423.364785] audit: type=1400 audit(1785068943.227:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130423.372473] audit: type=1400 audit(1785068943.235:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130423.436978] audit: type=1400 audit(1785068943.299:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130685.996051] audit: type=1400 audit(1785069205.857:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130686.003656] audit: type=1400 audit(1785069205.865:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130686.072620] audit: type=1400 audit(1785069205.933:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130963.235976] audit: type=1400 audit(1785069483.096:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130963.251198] audit: type=1400 audit(1785069483.111:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[130963.314510] audit: type=1400 audit(1785069483.175:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131191.446960] audit: type=1400 audit(1785069711.305:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131191.455667] audit: type=1400 audit(1785069711.314:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131191.517929] audit: type=1400 audit(1785069711.376:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131446.312905] audit: type=1400 audit(1785069966.170:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131446.320248] audit: type=1400 audit(1785069966.177:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131446.387531] audit: type=1400 audit(1785069966.244:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131682.315634] audit: type=1400 audit(1785070202.171:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131682.322263] audit: type=1400 audit(1785070202.178:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131682.381291] audit: type=1400 audit(1785070202.237:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131947.940548] audit: type=1400 audit(1785070467.794:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131947.955806] audit: type=1400 audit(1785070467.810:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[131948.025133] audit: type=1400 audit(1785070467.879:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132244.268002] audit: type=1400 audit(1785070764.120:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132244.281753] audit: type=1400 audit(1785070764.134:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132244.351708] audit: type=1400 audit(1785070764.204:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132514.182095] audit: type=1400 audit(1785071034.033:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132514.189956] audit: type=1400 audit(1785071034.041:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132514.253811] audit: type=1400 audit(1785071034.104:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132769.244434] audit: type=1400 audit(1785071289.094:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132769.251974] audit: type=1400 audit(1785071289.101:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132769.322083] audit: type=1400 audit(1785071289.171:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132996.818657] audit: type=1400 audit(1785071516.667:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132996.835260] audit: type=1400 audit(1785071516.683:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[132996.900008] audit: type=1400 audit(1785071516.748:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133271.062481] audit: type=1400 audit(1785071790.909:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133271.077240] audit: type=1400 audit(1785071790.923:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133271.144329] audit: type=1400 audit(1785071790.990:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133527.890092] audit: type=1400 audit(1785072047.735:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133527.898772] audit: type=1400 audit(1785072047.744:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133527.962958] audit: type=1400 audit(1785072047.808:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133820.809915] audit: type=1400 audit(1785072340.653:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133820.834828] audit: type=1400 audit(1785072340.678:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[133820.897601] audit: type=1400 audit(1785072340.741:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134081.655112] audit: type=1400 audit(1785072601.497:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134081.665035] audit: type=1400 audit(1785072601.507:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134081.725305] audit: type=1400 audit(1785072601.567:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134360.683811] audit: type=1400 audit(1785072880.524:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134360.700243] audit: type=1400 audit(1785072880.540:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134360.760462] audit: type=1400 audit(1785072880.601:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134593.012376] audit: type=1400 audit(1785073112.851:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134593.019870] audit: type=1400 audit(1785073112.859:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134593.079176] audit: type=1400 audit(1785073112.918:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134827.148194] audit: type=1400 audit(1785073346.986:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134827.157139] audit: type=1400 audit(1785073346.995:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[134827.223401] audit: type=1400 audit(1785073347.061:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135081.460670] audit: type=1400 audit(1785073601.297:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135081.470222] audit: type=1400 audit(1785073601.306:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135081.534315] audit: type=1400 audit(1785073601.370:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135368.722236] audit: type=1400 audit(1785073888.556:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135368.737973] audit: type=1400 audit(1785073888.571:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135368.836748] audit: type=1400 audit(1785073888.671:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135662.186995] audit: type=1400 audit(1785074182.020:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135662.202637] audit: type=1400 audit(1785074182.035:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135662.262248] audit: type=1400 audit(1785074182.095:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135898.669310] audit: type=1400 audit(1785074418.501:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135898.678259] audit: type=1400 audit(1785074418.510:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[135898.740459] audit: type=1400 audit(1785074418.572:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136179.628571] audit: type=1400 audit(1785074699.458:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136179.630775] audit: type=1400 audit(1785074699.460:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136179.692310] audit: type=1400 audit(1785074699.522:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136449.532145] audit: type=1400 audit(1785074969.360:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136449.534358] audit: type=1400 audit(1785074969.362:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136449.594917] audit: type=1400 audit(1785074969.423:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136731.069127] audit: type=1400 audit(1785075250.896:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136731.071643] audit: type=1400 audit(1785075250.898:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[136731.146200] audit: type=1400 audit(1785075250.973:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137000.901271] audit: type=1400 audit(1785075520.726:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137000.903651] audit: type=1400 audit(1785075520.728:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137000.973818] audit: type=1400 audit(1785075520.799:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137229.717252] audit: type=1400 audit(1785075749.541:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137229.719414] audit: type=1400 audit(1785075749.543:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137229.777165] audit: type=1400 audit(1785075749.601:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137513.786737] audit: type=1400 audit(1785076033.608:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137513.788763] audit: type=1400 audit(1785076033.611:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137513.854144] audit: type=1400 audit(1785076033.676:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137804.203607] audit: type=1400 audit(1785076324.024:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137804.205966] audit: type=1400 audit(1785076324.026:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[137804.264405] audit: type=1400 audit(1785076324.085:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138095.401453] audit: type=1400 audit(1785076615.220:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138095.403673] audit: type=1400 audit(1785076615.222:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138095.473534] audit: type=1400 audit(1785076615.292:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138325.645667] audit: type=1400 audit(1785076845.463:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138325.647369] audit: type=1400 audit(1785076845.464:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138325.710338] audit: type=1400 audit(1785076845.527:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138610.340519] audit: type=1400 audit(1785077130.156:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138610.342733] audit: type=1400 audit(1785077130.158:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138610.403863] audit: type=1400 audit(1785077130.219:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138888.422463] audit: type=1400 audit(1785077408.236:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138888.425435] audit: type=1400 audit(1785077408.239:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[138888.489175] audit: type=1400 audit(1785077408.303:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139168.227273] audit: type=1400 audit(1785077688.039:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139168.229401] audit: type=1400 audit(1785077688.041:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139168.290001] audit: type=1400 audit(1785077688.102:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139408.379013] audit: type=1400 audit(1785077928.190:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139408.381062] audit: type=1400 audit(1785077928.192:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139408.443235] audit: type=1400 audit(1785077928.254:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139691.071861] audit: type=1400 audit(1785078210.881:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139691.074034] audit: type=1400 audit(1785078210.883:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139691.145030] audit: type=1400 audit(1785078210.954:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139952.489413] audit: type=1400 audit(1785078472.296:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139952.491507] audit: type=1400 audit(1785078472.299:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[139952.555640] audit: type=1400 audit(1785078472.363:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140189.858293] audit: type=1400 audit(1785078709.664:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140189.860492] audit: type=1400 audit(1785078709.666:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140189.932359] audit: type=1400 audit(1785078709.738:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140462.874146] audit: type=1400 audit(1785078982.678:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140462.876248] audit: type=1400 audit(1785078982.680:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140462.951248] audit: type=1400 audit(1785078982.755:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140749.885839] audit: type=1400 audit(1785079269.688:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140749.888864] audit: type=1400 audit(1785079269.691:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[140749.961612] audit: type=1400 audit(1785079269.764:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141002.971423] audit: type=1400 audit(1785079522.772:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141002.973616] audit: type=1400 audit(1785079522.774:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141003.047820] audit: type=1400 audit(1785079522.848:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141266.122373] audit: type=1400 audit(1785079785.922:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141266.124564] audit: type=1400 audit(1785079785.923:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141266.182411] audit: type=1400 audit(1785079785.981:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141504.418402] audit: type=1400 audit(1785080024.216:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141504.419986] audit: type=1400 audit(1785080024.217:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141504.493353] audit: type=1400 audit(1785080024.291:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141796.525545] audit: type=1400 audit(1785080316.321:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141796.527843] audit: type=1400 audit(1785080316.323:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[141796.594748] audit: type=1400 audit(1785080316.390:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142076.823064] audit: type=1400 audit(1785080596.617:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142076.825238] audit: type=1400 audit(1785080596.619:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142076.895686] audit: type=1400 audit(1785080596.689:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142335.341507] audit: type=1400 audit(1785080855.134:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142335.343760] audit: type=1400 audit(1785080855.136:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142335.407048] audit: type=1400 audit(1785080855.199:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142630.487114] audit: type=1400 audit(1785081150.277:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142630.489235] audit: type=1400 audit(1785081150.279:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142630.558265] audit: type=1400 audit(1785081150.348:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142929.672205] audit: type=1400 audit(1785081449.460:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142929.674614] audit: type=1400 audit(1785081449.463:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[142929.734647] audit: type=1400 audit(1785081449.523:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143173.652069] audit: type=1400 audit(1785081693.439:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143173.654233] audit: type=1400 audit(1785081693.441:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143173.719748] audit: type=1400 audit(1785081693.507:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143455.430739] audit: type=1400 audit(1785081975.216:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143455.432932] audit: type=1400 audit(1785081975.218:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143455.488390] audit: type=1400 audit(1785081975.273:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143726.427274] audit: type=1400 audit(1785082246.211:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143726.429273] audit: type=1400 audit(1785082246.213:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143726.498491] audit: type=1400 audit(1785082246.282:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143979.959924] audit: type=1400 audit(1785082499.742:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143979.962206] audit: type=1400 audit(1785082499.744:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[143980.026307] audit: type=1400 audit(1785082499.808:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144266.928147] audit: type=1400 audit(1785082786.708:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144266.930637] audit: type=1400 audit(1785082786.711:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144266.993957] audit: type=1400 audit(1785082786.774:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144530.435289] audit: type=1400 audit(1785083050.214:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144530.437529] audit: type=1400 audit(1785083050.216:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144530.512849] audit: type=1400 audit(1785083050.292:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144832.243078] audit: type=1400 audit(1785083352.020:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144832.245072] audit: type=1400 audit(1785083352.022:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[144832.306148] audit: type=1400 audit(1785083352.083:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145090.547314] audit: type=1400 audit(1785083610.322:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145090.549404] audit: type=1400 audit(1785083610.324:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145090.608775] audit: type=1400 audit(1785083610.384:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145335.256525] audit: type=1400 audit(1785083855.030:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145335.258721] audit: type=1400 audit(1785083855.032:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145335.327445] audit: type=1400 audit(1785083855.101:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145627.572323] audit: type=1400 audit(1785084147.345:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145627.574715] audit: type=1400 audit(1785084147.347:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145627.646183] audit: type=1400 audit(1785084147.418:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145885.135622] audit: type=1400 audit(1785084404.906:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145885.137749] audit: type=1400 audit(1785084404.908:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[145885.198727] audit: type=1400 audit(1785084404.969:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146161.193276] audit: type=1400 audit(1785084680.962:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146161.195410] audit: type=1400 audit(1785084680.964:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146161.269042] audit: type=1400 audit(1785084681.037:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146422.344137] audit: type=1400 audit(1785084942.111:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146422.346348] audit: type=1400 audit(1785084942.113:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146422.405929] audit: type=1400 audit(1785084942.173:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146652.757377] audit: type=1400 audit(1785085172.523:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146652.759473] audit: type=1400 audit(1785085172.525:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146652.819042] audit: type=1400 audit(1785085172.584:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146898.723833] audit: type=1400 audit(1785085418.488:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146898.726098] audit: type=1400 audit(1785085418.490:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[146898.788474] audit: type=1400 audit(1785085418.552:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147148.184660] audit: type=1400 audit(1785085667.947:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147148.186461] audit: type=1400 audit(1785085667.949:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147148.259273] audit: type=1400 audit(1785085668.021:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147420.186089] audit: type=1400 audit(1785085939.947:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147420.188196] audit: type=1400 audit(1785085939.949:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147420.246483] audit: type=1400 audit(1785085940.007:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147704.972018] audit: type=1400 audit(1785086224.731:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147704.974286] audit: type=1400 audit(1785086224.733:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147705.108227] audit: type=1400 audit(1785086224.867:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147966.136908] audit: type=1400 audit(1785086485.894:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147966.139060] audit: type=1400 audit(1785086485.896:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[147966.195419] audit: type=1400 audit(1785086485.953:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148231.000772] audit: type=1400 audit(1785086750.756:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148231.002892] audit: type=1400 audit(1785086750.758:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148231.077218] audit: type=1400 audit(1785086750.833:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148360.866560] audit: type=1400 audit(1785086880.621:1829): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/chronyd" pid=632151 comm="apparmor_parser" +[148410.958518] audit: type=1400 audit(1785086930.711:1830): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=645304 comm="apparmor_parser" +[148411.234107] audit: type=1400 audit(1785086930.987:1831): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=645307 comm="apparmor_parser" +[148411.241236] audit: type=1400 audit(1785086930.994:1832): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=645307 comm="apparmor_parser" +[148411.248037] audit: type=1400 audit(1785086931.001:1833): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=645307 comm="apparmor_parser" +[148411.260140] audit: type=1400 audit(1785086931.013:1834): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=645307 comm="apparmor_parser" +[148413.337033] audit: type=1400 audit(1785086933.090:1835): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=645493 comm="apparmor_parser" +[148413.350229] audit: type=1400 audit(1785086933.103:1836): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=645497 comm="apparmor_parser" +[148413.380101] audit: type=1400 audit(1785086933.133:1837): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=645501 comm="apparmor_parser" +[148413.380111] audit: type=1400 audit(1785086933.133:1838): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=645501 comm="apparmor_parser" +[148413.380114] audit: type=1400 audit(1785086933.133:1839): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=645501 comm="apparmor_parser" +[148442.545038] kauditd_printk_skb: 1 callbacks suppressed +[148442.545043] audit: type=1400 audit(1785086962.298:1841): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="pve-container-mounthotplug" pid=646305 comm="apparmor_parser" +[148459.316354] audit: type=1400 audit(1785086979.069:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148459.318060] audit: type=1400 audit(1785086979.071:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148459.389207] audit: type=1400 audit(1785086979.142:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148760.994460] audit: type=1400 audit(1785087280.745:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148760.996709] audit: type=1400 audit(1785087280.748:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[148761.060892] audit: type=1400 audit(1785087280.812:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149048.920124] audit: type=1400 audit(1785087568.669:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149048.922028] audit: type=1400 audit(1785087568.671:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149048.981520] audit: type=1400 audit(1785087568.730:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149277.968534] audit: type=1400 audit(1785087797.716:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149277.970618] audit: type=1400 audit(1785087797.718:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149278.035401] audit: type=1400 audit(1785087797.783:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149540.253893] audit: type=1400 audit(1785088060.000:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149540.255984] audit: type=1400 audit(1785088060.002:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149540.314545] audit: type=1400 audit(1785088060.060:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149813.671295] audit: type=1400 audit(1785088333.415:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149813.673331] audit: type=1400 audit(1785088333.417:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[149813.752387] audit: type=1400 audit(1785088333.496:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150077.024424] audit: type=1400 audit(1785088596.768:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150077.026406] audit: type=1400 audit(1785088596.769:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150077.098213] audit: type=1400 audit(1785088596.841:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150338.800303] audit: type=1400 audit(1785088858.541:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150338.802515] audit: type=1400 audit(1785088858.543:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150338.869489] audit: type=1400 audit(1785088858.610:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150572.337580] audit: type=1400 audit(1785089092.077:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150572.339787] audit: type=1400 audit(1785089092.079:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150572.399214] audit: type=1400 audit(1785089092.139:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150833.874816] audit: type=1400 audit(1785089353.613:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150833.876695] audit: type=1400 audit(1785089353.615:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[150833.945265] audit: type=1400 audit(1785089353.683:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151093.542705] audit: type=1400 audit(1785089613.279:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151093.544492] audit: type=1400 audit(1785089613.281:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151093.616242] audit: type=1400 audit(1785089613.353:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151337.242769] audit: type=1400 audit(1785089856.978:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151337.245118] audit: type=1400 audit(1785089856.980:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151337.304416] audit: type=1400 audit(1785089857.039:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151633.272407] audit: type=1400 audit(1785090153.006:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151633.274521] audit: type=1400 audit(1785090153.008:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151633.341511] audit: type=1400 audit(1785090153.075:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151860.128244] audit: type=1400 audit(1785090379.860:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151860.130686] audit: type=1400 audit(1785090379.863:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[151860.196569] audit: type=1400 audit(1785090379.928:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152154.210119] audit: type=1400 audit(1785090673.940:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152154.212236] audit: type=1400 audit(1785090673.942:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152154.275725] audit: type=1400 audit(1785090674.006:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152428.043218] audit: type=1400 audit(1785090947.772:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152428.045408] audit: type=1400 audit(1785090947.774:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152428.113262] audit: type=1400 audit(1785090947.842:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152660.028521] audit: type=1400 audit(1785091179.756:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152660.030819] audit: type=1400 audit(1785091179.758:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152660.092634] audit: type=1400 audit(1785091179.820:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152921.100036] audit: type=1400 audit(1785091440.826:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152921.103290] audit: type=1400 audit(1785091440.829:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[152921.188392] audit: type=1400 audit(1785091440.914:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153195.337719] audit: type=1400 audit(1785091715.062:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153195.339806] audit: type=1400 audit(1785091715.064:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153195.409464] audit: type=1400 audit(1785091715.133:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153481.969694] audit: type=1400 audit(1785092001.692:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153481.972003] audit: type=1400 audit(1785092001.694:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153482.038411] audit: type=1400 audit(1785092001.761:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153766.014111] audit: type=1400 audit(1785092285.735:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153766.016444] audit: type=1400 audit(1785092285.737:1903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[153766.084227] audit: type=1400 audit(1785092285.805:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154055.320740] audit: type=1400 audit(1785092575.039:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154055.322934] audit: type=1400 audit(1785092575.042:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154055.379423] audit: type=1400 audit(1785092575.098:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154338.859966] audit: type=1400 audit(1785092858.577:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154338.862149] audit: type=1400 audit(1785092858.579:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154338.924692] audit: type=1400 audit(1785092858.642:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154615.351123] audit: type=1400 audit(1785093135.067:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154615.353335] audit: type=1400 audit(1785093135.069:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154615.411726] audit: type=1400 audit(1785093135.127:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154876.382706] audit: type=1400 audit(1785093396.097:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154876.384763] audit: type=1400 audit(1785093396.099:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[154876.449267] audit: type=1400 audit(1785093396.163:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155153.075215] audit: type=1400 audit(1785093672.787:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155153.077547] audit: type=1400 audit(1785093672.790:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155153.136800] audit: type=1400 audit(1785093672.849:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155415.854845] audit: type=1400 audit(1785093935.566:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155415.856968] audit: type=1400 audit(1785093935.568:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155415.931948] audit: type=1400 audit(1785093935.643:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155647.008683] audit: type=1400 audit(1785094166.718:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155647.010677] audit: type=1400 audit(1785094166.720:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155647.112510] audit: type=1400 audit(1785094166.822:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155900.158855] audit: type=1400 audit(1785094419.867:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155900.160933] audit: type=1400 audit(1785094419.869:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[155900.225046] audit: type=1400 audit(1785094419.933:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156138.788209] audit: type=1400 audit(1785094658.495:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156138.790342] audit: type=1400 audit(1785094658.497:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156138.870917] audit: type=1400 audit(1785094658.577:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156393.605657] audit: type=1400 audit(1785094913.311:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156393.607850] audit: type=1400 audit(1785094913.313:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156393.673770] audit: type=1400 audit(1785094913.379:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156640.677194] audit: type=1400 audit(1785095160.381:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156640.679562] audit: type=1400 audit(1785095160.383:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156640.744810] audit: type=1400 audit(1785095160.448:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156908.988361] audit: type=1400 audit(1785095428.690:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156908.990565] audit: type=1400 audit(1785095428.693:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[156909.048238] audit: type=1400 audit(1785095428.750:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157137.217657] audit: type=1400 audit(1785095656.918:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157137.219724] audit: type=1400 audit(1785095656.920:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157137.286660] audit: type=1400 audit(1785095656.987:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157391.804956] audit: type=1400 audit(1785095911.504:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157391.807184] audit: type=1400 audit(1785095911.506:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157391.875232] audit: type=1400 audit(1785095911.574:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157645.831774] audit: type=1400 audit(1785096165.530:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157645.834030] audit: type=1400 audit(1785096165.532:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157645.896085] audit: type=1400 audit(1785096165.594:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157876.259648] audit: type=1400 audit(1785096395.956:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157876.261866] audit: type=1400 audit(1785096395.959:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[157876.325830] audit: type=1400 audit(1785096396.023:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158104.965379] audit: type=1400 audit(1785096624.661:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158104.968079] audit: type=1400 audit(1785096624.664:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158105.030936] audit: type=1400 audit(1785096624.727:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158213.861996] Kernel: 'panic_print' sysctl interface will be obsoleted by both 'panic_sys_info' and 'panic_console_replay' +[158225.026724] sh (694896): drop_caches: 3 +[158228.206674] sh (694918): drop_caches: 3 +[158231.244529] sh (694939): drop_caches: 3 +[158380.001990] audit: type=1400 audit(1785096899.696:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158380.004203] audit: type=1400 audit(1785096899.699:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158380.261263] audit: type=1400 audit(1785096899.956:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158659.114466] audit: type=1400 audit(1785097178.808:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158659.116542] audit: type=1400 audit(1785097178.810:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158659.184502] audit: type=1400 audit(1785097178.878:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158923.394047] audit: type=1400 audit(1785097443.086:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158923.396178] audit: type=1400 audit(1785097443.088:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[158923.455931] audit: type=1400 audit(1785097443.148:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159198.812501] audit: type=1400 audit(1785097718.503:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159198.814316] audit: type=1400 audit(1785097718.505:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159198.908396] audit: type=1400 audit(1785097718.599:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159447.911142] audit: type=1400 audit(1785097967.601:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159447.913160] audit: type=1400 audit(1785097967.603:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159447.985948] audit: type=1400 audit(1785097967.675:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159693.004287] audit: type=1400 audit(1785098212.693:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159693.006349] audit: type=1400 audit(1785098212.695:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159693.079268] audit: type=1400 audit(1785098212.768:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159928.173791] audit: type=1400 audit(1785098447.861:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159928.176105] audit: type=1400 audit(1785098447.863:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[159928.240295] audit: type=1400 audit(1785098447.927:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160157.990468] audit: type=1400 audit(1785098677.676:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160157.992698] audit: type=1400 audit(1785098677.679:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160158.060320] audit: type=1400 audit(1785098677.746:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160440.563364] audit: type=1400 audit(1785098960.248:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160440.565436] audit: type=1400 audit(1785098960.250:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160440.628145] audit: type=1400 audit(1785098960.313:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160738.292620] audit: type=1400 audit(1785099257.976:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160738.294704] audit: type=1400 audit(1785099257.978:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160738.346679] audit: type=1400 audit(1785099258.030:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160968.485264] audit: type=1400 audit(1785099488.167:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160968.487349] audit: type=1400 audit(1785099488.169:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[160968.550358] audit: type=1400 audit(1785099488.232:1988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161244.641370] audit: type=1400 audit(1785099764.322:1989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161244.642755] audit: type=1400 audit(1785099764.323:1990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161244.711014] audit: type=1400 audit(1785099764.391:1991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161481.335395] audit: type=1400 audit(1785100001.015:1992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161481.337671] audit: type=1400 audit(1785100001.017:1993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161481.398429] audit: type=1400 audit(1785100001.078:1994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161729.914785] audit: type=1400 audit(1785100249.593:1995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161729.916996] audit: type=1400 audit(1785100249.595:1996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161729.983847] audit: type=1400 audit(1785100249.662:1997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161980.849374] audit: type=1400 audit(1785100500.526:1998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161980.851298] audit: type=1400 audit(1785100500.528:1999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[161980.911831] audit: type=1400 audit(1785100500.588:2000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162258.611808] audit: type=1400 audit(1785100778.287:2001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162258.614069] audit: type=1400 audit(1785100778.289:2002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162258.673085] audit: type=1400 audit(1785100778.348:2003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162492.737799] audit: type=1400 audit(1785101012.412:2004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162492.739979] audit: type=1400 audit(1785101012.414:2005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[162492.810443] audit: type=1400 audit(1785101012.484:2006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1531 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none + +--- cpu MHz (live snapshot) + $ grep -c ^processor /proc/cpuinfo +8 + +############################################################################### +# 5. MEMORY / NUMA / SWAP +############################################################################### + +--- free -h + $ free -h + total used free shared buff/cache available +Mem: 94Gi 32Gi 62Gi 54Mi 635Mi 62Gi +Swap: 8.0Gi 0B 8.0Gi + +--- free -b + $ free -b + total used free shared buff/cache available +Mem: 101246885888 34586451968 66928066560 57647104 665911296 66660433920 +Swap: 8589930496 0 8589930496 + +--- swapon + $ swapon --show +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 0B -2 + +--- /proc/meminfo highlights + $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo +MemTotal: 98873912 kB +MemFree: 65359440 kB +MemAvailable: 65098080 kB +Buffers: 64684 kB +Cached: 529704 kB +SwapTotal: 8388604 kB +SwapFree: 8388604 kB +Dirty: 4568 kB +Writeback: 0 kB +AnonPages: 32151856 kB +Mapped: 216388 kB +Shmem: 56296 kB +Slab: 242996 kB +SReclaimable: 55916 kB +SUnreclaim: 187080 kB +KernelStack: 8956 kB +PageTables: 84844 kB +SecPageTables: 19632 kB +NFS_Unstable: 0 kB +WritebackTmp: 0 kB +AnonHugePages: 30382080 kB +ShmemHugePages: 0 kB +ShmemPmdMapped: 0 kB +FilePmdMapped: 0 kB +HugePages_Total: 0 +HugePages_Free: 0 +Hugepagesize: 2048 kB +DirectMap4k: 411620 kB +DirectMap2M: 24752128 kB +DirectMap1G: 75497472 kB + +--- numa stat + $ cat /proc/sys/vm/numa_stat +1 + +--- numa_balancing + $ cat /proc/sys/kernel/numa_balancing +0 + +--- zone reclaim + $ cat /proc/sys/vm/zone_reclaim_mode +0 + +--- slab top (top 20) + $ slabtop -o -s c + Active / Total Objects (% used) : 706436 / 824928 (85.6%) + Active / Total Slabs (% used) : 20787 / 20787 (100.0%) + Active / Total Caches (% used) : 371 / 471 (78.8%) + Active / Total Size (% used) : 145231.62K / 178298.26K (81.5%) + Minimum / Average / Maximum Object : 0.01K / 0.22K / 16.00K + + OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME + 25396 9009 35% 0.57K 907 28 14512K radix_tree_node + 26080 4254 16% 0.50K 815 32 13040K kmalloc-rnd-04-512 + 64020 63707 99% 0.13K 2134 30 8536K kernfs_node_cache + 70551 27296 38% 0.10K 1809 39 7236K buffer_head + 6438 4815 74% 1.10K 222 29 7104K ext4_inode_cache + 621 587 94% 10.12K 207 3 6624K task_struct + 33243 33243 100% 0.19K 1583 21 6332K dentry + 29883 29585 99% 0.19K 1423 21 5692K vm_area_struct + 8325 8325 100% 0.62K 333 25 5328K inode_cache + 28808 28808 100% 0.15K 1108 26 4432K ext4_groupinfo_4k + 6003 5897 98% 0.69K 261 23 4176K proc_inode_cache + 3456 3389 98% 1.00K 108 32 3456K iommu_iova_magazine + 31280 26318 84% 0.09K 680 46 2720K lsm_inode_cache + 3020 2691 89% 0.77K 151 20 2416K shmem_inode_cache + 3250 3210 98% 0.63K 130 25 2080K debugfs_inode_cache + 19890 19379 97% 0.10K 510 39 2040K anon_vma + 456 456 100% 4.00K 57 8 1824K kmalloc-rnd-04-4k + 880 773 87% 2.00K 55 16 1760K kmalloc-cg-2k + 27904 25792 92% 0.06K 436 64 1744K anon_vma_chain + 832 784 94% 2.00K 52 16 1664K kmalloc-rnd-12-2k + 5792 2464 42% 0.25K 181 32 1448K kmalloc-rnd-04-256 + 2880 2732 94% 0.50K 90 32 1440K kmalloc-512 + 5664 2516 44% 0.25K 177 32 1416K skbuff_head_cache + 7308 5027 68% 0.19K 348 21 1392K kmalloc-rnd-04-192 + 344 332 96% 4.00K 43 8 1376K kmalloc-cg-4k + 7119 6909 97% 0.19K 339 21 1356K filp + 555 495 89% 2.06K 37 15 1184K sighand_cache + 288 264 91% 4.00K 36 8 1152K kmalloc-rnd-14-4k + 4576 3668 80% 0.25K 143 32 1144K maple_node + 17920 15175 84% 0.06K 280 64 1120K dmaengine-unmap-2 + 6138 5628 91% 0.18K 279 22 1116K kvm_mmu_page_header + 1287 1103 85% 0.81K 33 39 1056K sock_inode_cache + 924 866 93% 1.12K 33 28 1056K signal_cache + 528 528 100% 2.00K 33 16 1056K kmalloc-2k + 96 96 100% 8.94K 32 3 1024K kvm_vcpu + 1472 1406 95% 0.69K 64 23 1024K skbuff_small_head + 240 196 81% 4.00K 30 8 960K biovec-max + 928 733 78% 1.00K 29 32 928K kmalloc-cg-1k + 22338 22338 100% 0.04K 219 102 876K extent_status + 216 216 100% 4.00K 27 8 864K kmalloc-rnd-07-4k + 12928 7954 61% 0.06K 202 64 808K kmalloc-cg-64 + 230 220 95% 3.16K 23 10 736K kcopyd_job + 88 88 100% 8.00K 22 4 704K kmalloc-rnd-11-8k + 1376 1285 93% 0.50K 43 32 688K pool_workqueue + 1344 1291 96% 0.50K 42 32 672K kmalloc-cg-512 + 168 160 95% 4.00K 21 8 672K kmalloc-rnd-15-4k + 168 168 100% 4.00K 21 8 672K kmalloc-rnd-12-4k + 680 544 80% 0.94K 20 34 640K nfs_read_data + 80 80 100% 8.00K 20 4 640K kmalloc-rnd-09-8k + 160 160 100% 4.00K 20 8 640K kmalloc-rnd-09-4k + 304 304 100% 2.00K 19 16 608K biovec-128 + 152 152 100% 4.00K 19 8 608K kmalloc-rnd-06-4k + 72 72 100% 8.00K 18 4 576K kmalloc-rnd-02-8k + 144 144 100% 4.00K 18 8 576K kmalloc-4k + 238 238 100% 2.19K 17 14 544K mem_cgroup + 136 82 60% 4.00K 17 8 544K kmalloc-rnd-13-4k + 68 68 100% 8.00K 17 4 544K kmalloc-rnd-12-8k + 7448 6369 85% 0.07K 133 56 532K vmap_area + 3872 3742 96% 0.12K 121 32 484K eventpoll_epi + 255 255 100% 1.88K 15 17 480K mem_cgroup_per_node + 120 120 100% 4.00K 15 8 480K names_cache + 60 60 100% 8.00K 15 4 480K kmalloc-cg-8k + 480 480 100% 1.00K 15 32 480K kmalloc-rnd-10-1k + 480 480 100% 1.00K 15 32 480K kmalloc-rnd-02-1k + 480 480 100% 1.00K 15 32 480K kmalloc-rnd-01-1k + 4788 4788 100% 0.09K 114 42 456K trace_event_file + 1792 1792 100% 0.25K 56 32 448K io_kiocb + 896 896 100% 0.50K 28 32 448K kmalloc-rnd-13-512 + 864 832 96% 0.50K 27 32 432K kmalloc-rnd-06-512 + 7811 7811 100% 0.05K 107 73 428K ftrace_event_field + 416 416 100% 1.00K 13 32 416K kmalloc-rnd-13-1k + 208 208 100% 2.00K 13 16 416K kmalloc-rnd-10-2k + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-06-8k + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-15-1k + 48 48 100% 8.00K 12 4 384K kmalloc-rnd-14-8k + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-07-2k + 231 231 100% 1.50K 11 21 352K mm_struct + 44 44 100% 8.00K 11 4 352K kmalloc-rnd-15-8k + 352 352 100% 1.00K 11 32 352K kmalloc-rnd-12-1k + 352 352 100% 1.00K 11 32 352K kmalloc-rnd-07-1k + 352 352 100% 1.00K 11 32 352K kmalloc-rnd-06-1k + 1806 1647 91% 0.19K 86 21 344K pid + 672 672 100% 0.50K 21 32 336K kmalloc-rnd-11-512 + 2952 2680 90% 0.11K 82 36 328K ext4_prealloc_space + 3402 3256 95% 0.09K 81 42 324K kmalloc-rnd-14-96 + 120 120 100% 2.61K 10 12 320K x86_emulator + 260 260 100% 1.19K 10 26 320K RAWv6 + 840 791 94% 0.38K 40 21 320K mnt_cache + 240 240 100% 1.31K 10 24 320K perf_event + 160 160 100% 2.00K 10 16 320K kmalloc-rnd-09-2k + 320 320 100% 1.00K 10 32 320K kmalloc-rnd-08-1k + 40 40 100% 8.00K 10 4 320K kmalloc-8k + 1248 1248 100% 0.25K 39 32 312K kmalloc-rnd-12-256 + 9856 9216 93% 0.03K 77 128 308K kmalloc-rnd-01-32 + 608 608 100% 0.50K 19 32 304K kmalloc-rnd-08-512 + 1184 1180 99% 0.25K 37 32 296K nf_conntrack + 288 288 100% 1.00K 9 32 288K RAW + 117 117 100% 2.38K 9 13 288K TCP + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-14-2k + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-14-1k + 36 36 100% 8.00K 9 4 288K kmalloc-rnd-13-8k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-13-2k + 72 72 100% 4.00K 9 8 288K kmalloc-rnd-11-4k + 36 36 100% 8.00K 9 4 288K kmalloc-rnd-10-8k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-03-2k + 288 288 100% 1.00K 9 32 288K kmalloc-rnd-03-1k + 72 72 100% 4.00K 9 8 288K kmalloc-rnd-02-4k + 1085 961 88% 0.26K 35 31 280K tw_sock_TCP + 2898 2898 100% 0.09K 69 42 276K kmalloc-rnd-01-96 + 544 544 100% 0.50K 17 32 272K kmalloc-rnd-02-512 + 2814 2814 100% 0.09K 67 42 268K kmalloc-rnd-06-96 + 1221 1221 100% 0.21K 33 37 264K nfs_direct_cache + 224 224 100% 1.14K 8 28 256K nfs_inode_cache + 184 184 100% 1.38K 8 23 256K UDPv6 + 96 96 100% 2.56K 8 12 256K TCPv6 + 288 288 100% 0.88K 8 36 256K fuse_inode + 208 208 100% 1.19K 8 26 256K UDP + 312 312 100% 0.81K 8 39 256K dax_cache + 256 256 100% 0.98K 8 32 256K request_queue + 64 64 100% 4.00K 8 8 256K memdup_user-4k + 128 128 100% 2.00K 8 16 256K memdup_user-2k + 256 256 100% 1.00K 8 32 256K memdup_user-1k + 152 152 100% 1.62K 8 19 256K bdev_cache + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-15-2k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-11-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-11-1k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-10-4k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-09-1k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-08-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-08-2k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-06-2k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-05-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-05-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-05-1k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-04-2k + 256 256 100% 1.00K 8 32 256K kmalloc-rnd-04-1k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-03-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-02-2k + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-01-4k + 128 128 100% 2.00K 8 16 256K kmalloc-rnd-01-2k + 256 256 100% 1.00K 8 32 256K kmalloc-1k + 1176 1176 100% 0.19K 56 21 224K proc_dir_entry + 896 896 100% 0.25K 28 32 224K kmalloc-rnd-14-256 + 896 849 94% 0.25K 28 32 224K kmalloc-rnd-08-256 + 896 896 100% 0.25K 28 32 224K kmalloc-rnd-05-256 + 1155 1155 100% 0.19K 55 21 220K kmalloc-cg-192 + 1155 1155 100% 0.19K 55 21 220K kmalloc-rnd-14-192 + 3456 3244 93% 0.06K 54 64 216K kmalloc-64 + 416 416 100% 0.50K 13 32 208K kmalloc-rnd-15-512 + 416 416 100% 0.50K 13 32 208K kmalloc-rnd-07-512 + 800 672 84% 0.25K 25 32 200K bio-200 + 8330 7740 92% 0.02K 49 170 196K lsm_file_cache + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-07-8k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-05-8k + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-03-8k + 3008 3008 100% 0.06K 47 64 188K kmalloc-rnd-15-64 + 575 550 95% 0.31K 23 25 184K bio-256 + 11520 11345 98% 0.02K 45 256 180K kmalloc-rnd-02-16 + 1408 1408 100% 0.12K 44 32 176K bio_integrity_data + 264 264 100% 0.65K 11 24 176K tracefs_inode_cache + 253 253 100% 0.69K 11 23 176K files_cache + 5632 5455 96% 0.03K 44 128 176K kmalloc-rnd-02-32 + 1806 1806 100% 0.09K 43 42 172K kmalloc-rcl-96 + 1344 1219 90% 0.12K 42 32 168K kmalloc-cg-128 + 1312 1312 100% 0.12K 41 32 164K scsi_sense_cache + 420 415 98% 0.38K 20 21 160K bio-320 + 500 375 75% 0.31K 20 25 160K bio-264 + 250 250 100% 0.62K 10 25 160K task_group + 320 320 100% 0.50K 10 32 160K kmalloc-rnd-12-512 + 320 320 100% 0.50K 10 32 160K kmalloc-rnd-09-512 + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-01-8k + 640 640 100% 0.25K 20 32 160K kmem_cache + 1184 1184 100% 0.12K 37 32 148K kmalloc-rnd-04-128 + 1512 1428 94% 0.09K 36 42 144K kmalloc-cg-96 + 288 288 100% 0.50K 9 32 144K kmalloc-rnd-10-512 + 576 576 100% 0.25K 18 32 144K kmalloc-rnd-02-256 + 1470 1470 100% 0.09K 35 42 140K kmalloc-96 + 850 850 100% 0.16K 34 25 136K dm_bufio_buffer-16-1 + 2176 2129 97% 0.06K 34 64 136K kmalloc-rnd-08-64 + 544 544 100% 0.25K 17 32 136K kmalloc-256 + 96 96 100% 1.32K 4 24 128K nfs4_client + 224 224 100% 0.56K 8 28 128K kioctx + 200 200 100% 0.62K 8 25 128K hugetlbfs_inode_cache + 256 256 100% 0.50K 8 32 128K memdup_user-512 + 232 232 100% 0.55K 8 29 128K taskstats + 1632 1378 84% 0.08K 32 51 128K sigqueue + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-14-512 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-05-512 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-03-512 + 256 256 100% 0.50K 8 32 128K kmalloc-rnd-01-512 + 630 630 100% 0.19K 30 21 120K kmalloc-rnd-06-192 + 1856 1856 100% 0.06K 29 64 116K kmalloc-rnd-05-64 + 161 161 100% 0.69K 7 23 112K rpc_inode_cache + 588 588 100% 0.19K 28 21 112K kmalloc-rnd-09-192 + 1971 1606 81% 0.05K 27 73 108K mb_cache_entry + 567 567 100% 0.19K 27 21 108K kmalloc-rnd-03-192 + 2652 2652 100% 0.04K 26 102 104K khugepaged_mm_slot + 3200 3036 94% 0.03K 25 128 100K kmalloc-cg-32 + 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 + 12 12 100% 8.00K 3 4 96K memdup_user-8k + 156 156 100% 0.60K 6 26 96K user_namespace + 384 384 100% 0.25K 12 32 96K kmalloc-cg-256 + 384 384 100% 0.25K 12 32 96K kmalloc-rnd-09-256 + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-04-8k + 352 352 100% 0.25K 11 32 88K bio-240 + 352 352 100% 0.25K 11 32 88K kmalloc-rnd-13-256 + 924 819 88% 0.09K 22 42 88K kmalloc-rnd-09-96 + 672 672 100% 0.12K 21 32 84K kmalloc-128 + 170 170 100% 0.46K 5 34 80K nfs4_delegation + 680 617 90% 0.12K 20 34 80K jbd2_journal_head + 420 420 100% 0.19K 20 21 80K file_lock_cache + 185 185 100% 0.42K 5 37 80K uts_namespace + 320 320 100% 0.25K 10 32 80K kmalloc-rnd-10-256 + 399 399 100% 0.19K 19 21 76K jbd2_transaction_s + 2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-09-32 + 576 576 100% 0.12K 18 32 72K kmalloc-rcl-128 + 288 288 100% 0.25K 9 32 72K kmalloc-rnd-07-256 + 9216 7680 83% 0.01K 18 512 72K kmalloc-rnd-03-8 + 288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256 + 2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-14-32 + 100 100 100% 0.62K 4 25 64K netfs_request + 248 248 100% 0.26K 8 31 64K tw_sock_TCPv6 + 200 200 100% 0.31K 8 25 64K request_sock_TCP + 256 256 100% 0.25K 8 32 64K task_delay_info + 10 10 100% 5.81K 2 5 64K net_namespace + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-15-256 + 336 336 100% 0.19K 16 21 64K kmalloc-rnd-12-192 + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-08-8k + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256 + 256 256 100% 0.25K 8 32 64K kmalloc-rnd-03-256 + 315 315 100% 0.19K 15 21 60K bio-136 + 765 765 100% 0.08K 15 51 60K Acpi-State + 1275 1275 100% 0.05K 15 85 60K shared_policy_node + 7680 7671 99% 0.01K 15 512 60K kmalloc-rnd-02-8 + 448 448 100% 0.12K 14 32 56K kmalloc-rnd-13-128 + 294 294 100% 0.19K 14 21 56K kmalloc-rnd-08-192 + 448 448 100% 0.12K 14 32 56K kmalloc-rnd-06-128 + 896 896 100% 0.06K 14 64 56K kmalloc-rnd-06-64 + 3584 3584 100% 0.02K 14 256 56K kmalloc-rnd-04-16 + 588 588 100% 0.09K 14 42 56K kmalloc-rnd-02-96 + 1664 1408 84% 0.03K 13 128 52K pending_reservation + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-13-64 + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-11-64 + 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-11-32 + 546 546 100% 0.09K 13 42 52K kmalloc-rnd-11-96 + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-07-64 + 273 273 100% 0.19K 13 21 52K kmalloc-rnd-07-192 + 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-06-32 + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-03-64 + 240 140 58% 0.20K 12 20 48K ip4-frags + 768 768 100% 0.06K 12 64 48K kmalloc-rnd-09-64 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-06-16 + 768 768 100% 0.06K 12 64 48K kmalloc-rnd-02-64 + 768 768 100% 0.06K 12 64 48K kmem_cache_node + 231 231 100% 0.19K 11 21 44K kmalloc-rnd-13-192 + 462 462 100% 0.09K 11 42 44K kmalloc-rnd-12-96 + 352 352 100% 0.12K 11 32 44K kmalloc-rnd-08-128 + 1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-04-32 + 231 231 100% 0.19K 11 21 44K kmalloc-rnd-01-192 + 1408 1408 100% 0.03K 11 128 44K kmalloc-32 + 231 231 100% 0.19K 11 21 44K kmalloc-192 + 100 100 100% 0.39K 5 20 40K nfs4_openowner + 130 130 100% 0.30K 5 26 40K btrfs_delayed_node + 160 160 100% 0.25K 5 32 40K memdup_user-256 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-15-96 + 1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-13-32 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-13-96 + 640 640 100% 0.06K 10 64 40K kmalloc-rnd-12-64 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-08-96 + 640 640 100% 0.06K 10 64 40K kmalloc-rnd-04-64 + 210 210 100% 0.19K 10 21 40K kmalloc-rnd-02-192 + 576 576 100% 0.06K 9 64 36K ext4_io_end + 189 189 100% 0.19K 9 21 36K kmalloc-rcl-192 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-07-128 + 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-06-8 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-05-128 + 378 378 100% 0.09K 9 42 36K kmalloc-rnd-04-96 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-02-128 + 2304 2304 100% 0.02K 9 256 36K kmalloc-rnd-01-16 + 15 15 100% 2.06K 1 15 32K MPTCPv6 + 34 34 100% 0.94K 1 34 32K mqueue_inode_cache + 184 184 100% 0.17K 8 23 32K fuse_request + 192 192 100% 0.16K 8 24 32K ext4_allocation_context + 1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache + 16 16 100% 1.94K 1 16 32K MPTCP + 2048 2048 100% 0.02K 8 256 32K ep_head + 512 512 100% 0.06K 8 64 32K memdup_user-64 + 1024 1024 100% 0.03K 8 128 32K memdup_user-32 + 2048 2048 100% 0.02K 8 256 32K memdup_user-16 + 4096 4096 100% 0.01K 8 512 32K memdup_user-8 + 168 168 100% 0.19K 8 21 32K memdup_user-192 + 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 + 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 + 200 200 100% 0.16K 8 25 32K file_lease_cache + 1024 1024 100% 0.03K 8 128 32K pidfs_attr_cache + 816 816 100% 0.04K 8 102 32K pde_opener + 272 272 100% 0.12K 8 34 32K seq_file + 448 448 100% 0.07K 8 56 32K nsproxy + 2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-15-128 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-15-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-15-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-15-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-15-192 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-14-128 + 512 512 100% 0.06K 8 64 32K kmalloc-rnd-14-64 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-14-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-14-8 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-13-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-13-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-12-128 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-12-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-12-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-12-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-11-128 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-11-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-11-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-11-192 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-10-128 + 512 512 100% 0.06K 8 64 32K kmalloc-rnd-10-64 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-10-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-10-192 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-10-96 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-09-128 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-09-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-09-8 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-08-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-08-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-08-8 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-07-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-07-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-07-8 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-07-96 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-05-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-05-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-05-8 + 168 168 100% 0.19K 8 21 32K kmalloc-rnd-05-192 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-05-96 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-04-8 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-03-128 + 1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-03-32 + 2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16 + 336 336 100% 0.09K 8 42 32K kmalloc-rnd-03-96 + 256 256 100% 0.12K 8 32 32K kmalloc-rnd-01-128 + 512 512 100% 0.06K 8 64 32K kmalloc-rnd-01-64 + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8 + 2048 2048 100% 0.02K 8 256 32K kmalloc-16 + 4096 4096 100% 0.01K 8 512 32K kmalloc-8 + 273 273 100% 0.10K 7 39 28K Acpi-ParseExt + 126 126 100% 0.19K 6 21 24K bio-176 + 510 510 100% 0.05K 6 85 24K ip_fib_trie + 438 438 100% 0.05K 6 73 24K ip_fib_alias + 252 252 100% 0.09K 6 42 24K memdup_user-96 + 110 110 100% 0.18K 5 22 20K ip6-frags + 1280 1280 100% 0.02K 5 256 20K jbd2_revoke_table_s + 21 21 100% 0.75K 1 21 16K nfs_commit_data + 36 36 100% 0.44K 1 36 16K bio-384 + 36 36 100% 0.44K 1 36 16K bio-400 + 32 32 100% 0.50K 1 32 16K bio-456 + 40 40 100% 0.38K 2 20 16K request_sock_subflow_v4 + 50 50 100% 0.31K 2 25 16K bio-280 + 126 126 100% 0.09K 3 42 12K abd_t + 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full + 170 170 100% 0.05K 2 85 8K bio_post_read_ctx + 30 30 100% 0.27K 1 30 8K numa_policy + 32 32 100% 0.12K 1 32 4K memdup_user-128 + 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 0 0 0% 0.35K 0 22 0K nfs4_lockowner + 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache + 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache + 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.03K 0 31 0K zap_attr_long_cache + 0 0 0% 1.07K 0 29 0K zap_name_long + 0 0 0% 0.28K 0 28 0K zap_attr_cache + 0 0 0% 0.32K 0 24 0K zap_name + 0 0 0% 0.16K 0 24 0K sio_cache_2 + 0 0 0% 0.15K 0 26 0K sio_cache_1 + 0 0 0% 0.13K 0 30 0K sio_cache_0 + 0 0 0% 0.15K 0 26 0K zil_zcw_cache + 0 0 0% 0.38K 0 20 0K zil_lwb_cache + 0 0 0% 0.36K 0 22 0K dbuf_dirty_record_t + 0 0 0% 0.36K 0 22 0K dmu_buf_impl_t + 0 0 0% 0.03K 0 128 0K arc_buf_t + 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only + 0 0 0% 0.93K 0 34 0K dnode_t + 0 0 0% 0.25K 0 32 0K sa_cache + 0 0 0% 16.00K 0 2 0K lz4_cache + 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 + 0 0 0% 8.00K 0 4 0K zio_buf_comb_8192 + 0 0 0% 6.00K 0 5 0K zio_buf_comb_6144 + 0 0 0% 4.00K 0 8 0K zio_buf_comb_4096 + 0 0 0% 3.00K 0 10 0K zio_buf_comb_3072 + 0 0 0% 2.00K 0 16 0K zio_buf_comb_2048 + 0 0 0% 1.50K 0 21 0K zio_buf_comb_1536 + 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 + 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 + 0 0 0% 0.05K 0 85 0K zio_link_cache + 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache + 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache + 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache + 0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache + 0 0 0% 0.16K 0 24 0K brt_entry_cache + 0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache + 0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache + 0 0 0% 0.06K 0 64 0K kcf_context_cache + 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent + 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer + 0 0 0% 1.00K 0 32 0K btrfs_inode + 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 2.82K 0 11 0K dm_uevent + 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache + 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache + 0 0 0% 0.77K 0 20 0K fat_inode_cache + 0 0 0% 0.04K 0 102 0K fat_cache + 0 0 0% 0.69K 0 23 0K squashfs_inode_cache + 0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache + 0 0 0% 0.11K 0 36 0K fanotify_perm_event + 0 0 0% 0.03K 0 128 0K dnotify_struct + 0 0 0% 0.28K 0 28 0K pid_namespace + 0 0 0% 0.38K 0 20 0K request_sock_subflow_v6 + 0 0 0% 0.31K 0 25 0K xfrm_dst + 0 0 0% 0.81K 0 39 0K xfrm_state + 0 0 0% 1.00K 0 32 0K PING + 0 0 0% 0.25K 0 32 0K dquot + 0 0 0% 8.00K 0 4 0K msg_msg-8k + 0 0 0% 4.00K 0 8 0K msg_msg-4k + 0 0 0% 2.00K 0 16 0K msg_msg-2k + 0 0 0% 1.00K 0 32 0K msg_msg-1k + 0 0 0% 0.50K 0 32 0K msg_msg-512 + 0 0 0% 0.25K 0 32 0K msg_msg-256 + 0 0 0% 0.12K 0 32 0K msg_msg-128 + 0 0 0% 0.06K 0 64 0K msg_msg-64 + 0 0 0% 0.03K 0 128 0K msg_msg-32 + 0 0 0% 0.02K 0 256 0K msg_msg-16 + 0 0 0% 0.01K 0 512 0K msg_msg-8 + 0 0 0% 0.19K 0 21 0K msg_msg-192 + 0 0 0% 0.09K 0 42 0K msg_msg-96 + 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache + 0 0 0% 0.25K 0 32 0K bfilp + 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k + 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k + 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k + 0 0 0% 1.00K 0 32 0K dma-kmalloc-1k + 0 0 0% 0.50K 0 32 0K dma-kmalloc-512 + 0 0 0% 0.25K 0 32 0K dma-kmalloc-256 + 0 0 0% 0.12K 0 32 0K dma-kmalloc-128 + 0 0 0% 0.06K 0 64 0K dma-kmalloc-64 + 0 0 0% 0.03K 0 128 0K dma-kmalloc-32 + 0 0 0% 0.02K 0 256 0K dma-kmalloc-16 + 0 0 0% 0.01K 0 512 0K dma-kmalloc-8 + 0 0 0% 0.19K 0 21 0K dma-kmalloc-192 + 0 0 0% 0.09K 0 42 0K dma-kmalloc-96 + 0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k + 0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k + 0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k + 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k + 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 + 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 + 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 + 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 + 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 + 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + +--- kswapd stats + $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat +pgdemote_kswapd 0 +pgsteal_kswapd 0 +pgscan_kswapd 0 +kswapd_inodesteal 0 +kswapd_low_wmark_hit_quickly 0 +kswapd_high_wmark_hit_quickly 0 +pgmigrate_success 0 +pgmigrate_fail 0 +compact_migrate_scanned 0 +compact_free_scanned 0 +compact_isolated 0 +compact_stall 0 +compact_fail 0 +compact_success 0 +compact_daemon_wake 0 +compact_daemon_migrate_scanned 0 +compact_daemon_free_scanned 0 + +############################################################################### +# 6. KERNEL TUNABLES / SYSCTL +############################################################################### + +--- vm.* tunables + $ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)' +vm.admin_reserve_kbytes = 8192 +vm.compact_unevictable_allowed = 1 +vm.dirty_background_bytes = 0 +vm.dirty_background_ratio = 10 +vm.dirty_bytes = 0 +vm.dirty_expire_centisecs = 3000 +vm.dirty_ratio = 40 +vm.dirty_writeback_centisecs = 500 +vm.min_free_kbytes = 67584 +vm.nr_hugepages = 0 +vm.nr_hugepages_mempolicy = 0 +vm.nr_overcommit_hugepages = 0 +vm.overcommit_memory = 0 +vm.overcommit_ratio = 50 +vm.stat_interval = 1 +vm.swappiness = 1 +vm.user_reserve_kbytes = 131072 +vm.vfs_cache_pressure = 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 = 6563 0 9223372036854775807 +fs.lease-break-time = 45 +fs.mqueue.msg_default = 10 +fs.mqueue.msg_max = 10 +fs.mqueue.msgsize_default = 8192 +fs.mqueue.msgsize_max = 8192 +fs.mqueue.queues_max = 256 +fs.nr_open = 1073741816 +fs.pipe-max-size = 1048576 + +--- kernel.* perf-relevant + $ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)' +kernel.hung_task_all_cpu_backtrace = 0 +kernel.hung_task_check_count = 4194304 +kernel.hung_task_check_interval_secs = 0 +kernel.hung_task_detect_count = 0 +kernel.hung_task_panic = 0 +kernel.hung_task_timeout_secs = 120 +kernel.hung_task_warnings = 10 +kernel.nmi_watchdog = 1 +kernel.numa_balancing = 0 +kernel.numa_balancing_promote_rate_limit_MBps = 65536 +kernel.randomize_va_space = 2 +kernel.sched_rt_period_us = 1000000 +kernel.sched_rt_runtime_us = 950000 +kernel.threads-max = 771699 +kernel.watchdog = 1 +kernel.watchdog_cpumask = 0-7 +kernel.watchdog_thresh = 10 + +############################################################################### +# 7. NETWORK SYSCTL / TCP +############################################################################### + +--- net.core.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)' +net.core.busy_poll = 0 +net.core.busy_read = 0 +net.core.default_qdisc = fq +net.core.dev_weight = 64 +net.core.dev_weight_rx_bias = 1 +net.core.dev_weight_tx_bias = 1 +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.core.netdev_max_backlog = 250000 +net.core.netdev_tstamp_prequeue = 1 +net.core.optmem_max = 131072 +net.core.rmem_default = 26214400 +net.core.rmem_max = 134217728 +net.core.somaxconn = 65535 +net.core.wmem_default = 26214400 +net.core.wmem_max = 134217728 +net.core.xfrm_acq_expires = 30 +net.core.xfrm_aevent_etime = 10 +net.core.xfrm_aevent_rseqth = 2 +net.core.xfrm_larval_drop = 1 + +--- net.ipv4.tcp.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)' +net.ipv4.tcp_abort_on_overflow = 0 +net.ipv4.tcp_available_congestion_control = reno cubic bbr +net.ipv4.tcp_congestion_control = bbr +net.ipv4.tcp_ecn = 2 +net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_fastopen = 1 +net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 +net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 +net.ipv4.tcp_fin_timeout = 60 +net.ipv4.tcp_keepalive_intvl = 75 +net.ipv4.tcp_keepalive_probes = 9 +net.ipv4.tcp_keepalive_time = 7200 +net.ipv4.tcp_low_latency = 0 +net.ipv4.tcp_max_syn_backlog = 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:48 . +drwxr-xr-x 106 root root 4096 Jul 26 16:23 .. +-rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf +-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl + +--- /etc/sysctl.conf + [missing: /etc/sysctl.conf] + +--- non-default sysctl values (sorted, filtered) + $ # Show only sysctls that differ from running state vs an empty config; +# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content. +for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do + [ -r "$f" ] || continue + echo "=== $f ===" + grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null +done +=== /etc/sysctl.d/99-perfopt.conf === +vm.swappiness = 1 +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: network-throughput + +--- 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: network-throughput + +--- 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 12:29 . +drwxr-xr-x 106 root root 4096 Jul 26 16:23 .. +-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf +-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf +-rw-r--r-- 1 root root 0 Apr 10 17:33 tuned.conf +-rw-r--r-- 1 root root 36 Feb 26 09:03 zfs.conf + +--- udev rules.d +total 8 +drwxr-xr-x 2 root root 4096 Feb 26 09:03 . +drwxr-xr-x 4 root root 4096 Jul 22 20:20 .. +lrwxrwxrwx 1 root root 9 Feb 26 09:03 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=10125049856 + +--- module params: kvm_intel + $ for p in /sys/module/kvm_intel/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + allow_smaller_maxphyaddr = N + dump_invalid_vmcs = N + emulate_invalid_guest_state = Y + enable_apicv = N + enable_device_posted_irqs = N + enable_ipiv = N + enable_shadow_vmcs = N + enlightened_vmcs = N + ept = Y + eptad = N + error_on_inconsistent_vmcs_config = Y + fasteoi = Y + flexpriority = Y + nested = Y + nested_early_check = N + ple_gap = 128 + ple_window = 4096 + ple_window_grow = 2 + ple_window_max = 4294967295 + ple_window_shrink = 0 + pml = N + preemption_timer = Y + sgx = N + tdx = N + unrestricted_guest = Y + vmentry_l1d_flush = cond + vnmi = Y + vpid = Y + +--- module params: kvm_amd + $ for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + [exit=1] + +--- module params: relevant net drivers + $ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do + [ -d "/sys/module/$mod/parameters" ] || continue + echo "=== $mod ===" + for p in /sys/module/$mod/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" + done +done +=== virtio_net === + csum = Y + gso = Y + napi_tx = Y + napi_weight = 64 + +############################################################################### +# 9. PROXMOX VERSION & CLUSTER +############################################################################### + +--- pveversion + $ pveversion +pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve) + +--- pveversion -v + $ pveversion -v +proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve) +pve-manager: 9.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 + [exit=255 / not installed or not permitted] + +--- pveperf + $ timeout 15 pveperf +CPU BOGOMIPS: 38303.76 +REGEX/SECOND: 1502629 +HD SIZE: 93.93 GB (/dev/mapper/pve-root) +BUFFERED READS: 119.91 MB/sec +AVERAGE SEEK TIME: 9.36 ms +FSYNCS/SECOND: 43.90 + [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 backup,iso,import,vztmpl + +lvmthin: local-lvm + thinpool data + vgname pve + content rootdir,images + +nfs: D2 + export /mnt/tsys4/D2 + path /mnt/pve/D2 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +nfs: D3 + export /mnt/tsys4/D3 + path /mnt/pve/D3 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +nfs: D5 + export /mnt/tsys4/D5 + path /mnt/pve/D5 + server pfv-tsys4-nfs-stor + content images + prune-backups keep-all=1 + +dir: SSD + path /mnt/pfv-tsys5/ssd + content images + prune-backups keep-all=1 + shared 0 + +dir: local-nonprod + path /mnt/pfv-tsys5/S1 + content images + prune-backups keep-all=1 + shared 0 + + +--- user.cfg + --- /etc/pve/user.cfg --- +user:root@pam:1:0:::coo@turnsys.com::x: +token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Thu, 26 Feb 2026 09%3A57%3A30 -0600: + + + + + +--- domains.cfg + [missing: /etc/pve/domains.cfg] + +--- cluster resources (compact) + $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ + | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ + || pvesh get /cluster/resources --type node 2>/dev/null +┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬────────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪═══════════╪═══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪════════════╪══════╪═══════════╡ +│ node/pfv-tsys5 │ node │ 2 │ │ 11.46% │ 17.11 GiB │ │ │ │ │ │ │ 8 │ 93.93 GiB │ 94.29 GiB │ 32.14 GiB │ │ │ │ │ │ │ pfv-tsys5 │ │ │ │ │ │ online │ │ │ │ 1d 21h 11m │ │ │ +└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴────────────┴──────┴───────────┘ + +############################################################################### +# 10. NETWORK: INTERFACES +############################################################################### + +--- ip -d link + $ ip -d link +1: lo: 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: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 60 maxmtu 1500 + 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.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 5 numrxqueues 5 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:06:00.0 + altname enx18037343cede +3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9212 + bond_slave state BACKUP mii_status DOWN link_failure_count 0 perm_hwaddr 00:1b:78:5c:e9:ce queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 71 ad_actor_oper_port_state_str ad_partner_oper_port_state 0 ad_partner_oper_port_state_str <> addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.0 + altname enx001b785ce9ce +4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf promiscuity 1 allmulti 1 minmtu 68 maxmtu 9212 + bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:1b:78:5c:e9:cf queue_id 0 prio 0 ad_aggregator_id 2 ad_actor_oper_port_state 79 ad_actor_oper_port_state_str ad_partner_oper_port_state 0 ad_partner_oper_port_state_str <> addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:22:00.1 + altname enx001b785ce9cf +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 18:03:73:43:ce:de 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.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 94.90 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +7: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + bond mode 802.3ad miimon 100 updelay 200 downdelay 200 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 layer2 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 fast coupled_control on ad_select stable ad_aggregator 2 ad_num_ports 1 ad_actor_key 5 ad_partner_key 1 ad_partner_mac 00:00:00:00:00:00 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 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.0:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce 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 +8: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce 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:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce 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 228.24 fdb_n_learned 10 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 +11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether fa:73:eb:05:e8:8c 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 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +12: tap5105i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether be:57:f2:9e:5b:e8 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 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +13: tap5106i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +14: tap5107i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 72:97:1e:b7:95:db 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 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +15: tap5108i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8008 port_no 0x8 designated_port 32776 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +16: tap5109i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 0e:5e:4f:06:1c:aa 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 0x8009 port_no 0x9 designated_port 32777 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +17: tap51010i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 56:03:33:09:8f:e9 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 0x800a port_no 0xa designated_port 32778 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +18: tap51011i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800b port_no 0xb designated_port 32779 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +19: tap51012i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800c port_no 0xc designated_port 32780 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +20: tap51013i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 82:5c:31:24:54:1d 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 0x800d port_no 0xd designated_port 32781 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +21: tap53100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether a6:67:6f:10:43:2f 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 0x800e port_no 0xe designated_port 32782 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +22: tap53101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 7a:d4:b7:9b:f5:a1 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 0x800f port_no 0xf designated_port 32783 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +23: tap53102i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether f2:2e:43:29:9b:ea 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 0x8010 port_no 0x10 designated_port 32784 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 46:21:88:e4:88:8f 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:c4:6:b8:e5:71 designated_root 8000.62:c4:6:b8:e5:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +26: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.62:c4:6:b8:e5:71 designated_root 8000.62:c4:6:b8:e5:71 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 99.95 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 28 mcast_querier_ipv4_other_timer 18.1us 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 +27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ca:aa:93:e0:42:9a 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 0x8012 port_no 0x12 designated_port 32786 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000 + link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.62:c4:6:b8:e5:71 designated_root 8000.62:c4:6:b8:e5:71 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether b6:c0:35:b0:04:59 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.72:0:ce:83:a6:89 designated_root 8000.72:0:ce:83:a6:89 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 +30: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 72:00:ce:83:a6:89 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.72:0:ce:83:a6:89 designated_root 8000.72:0:ce:83:a6:89 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 85.29 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether d6:51:80:15:1a:4a 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:1b:78:5c:e9:ce designated_root 8000.0:1b:78:5c:e9:ce hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000 + link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.72:0:ce:83:a6:89 designated_root 8000.72:0:ce:83:a6:89 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 66:12:8e:99:b0:0c 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 0x8011 port_no 0x11 designated_port 32785 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +37: tap5111i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2e:6c:ef:cd:c9:0d 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.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 +38: tap5112i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether e6:43:99:5f:34:c8 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 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.18:3:73:43:ce:de designated_root 8000.18:3:73:43:ce:de 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 + +--- ip -o link + $ ip -o link +1: lo: 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: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff\ altname enx18037343cede +3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff\ altname enx001b785ce9ce +4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf\ altname enx001b785ce9cf +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none +6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff +7: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff +8: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff +11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff +12: tap5105i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff +13: tap5106i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff +14: tap5107i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff +15: tap5108i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff +16: tap5109i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff +17: tap51010i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff +18: tap51011i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff +19: tap51012i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff +20: tap51013i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff +21: tap53100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff +22: tap53101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff +23: tap53102i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff +25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:21:88:e4:88:8f brd ff:ff:ff:ff:ff:ff +26: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff +27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ca:aa:93:e0:42:9a brd ff:ff:ff:ff:ff:ff +28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff +29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether b6:c0:35:b0:04:59 brd ff:ff:ff:ff:ff:ff +30: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff +31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether d6:51:80:15:1a:4a brd ff:ff:ff:ff:ff:ff +32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000\ link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff +35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff +37: tap5111i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff +38: tap5112i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff + +--- ip -o -4 addr + $ ip -o -4 addr +1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever +5: tailscale0 inet 100.87.135.12/32 scope global tailscale0\ valid_lft forever preferred_lft forever +6: vmbr0 inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 417sec preferred_lft 417sec +8: datanet inet 10.100.100.5/24 scope global datanet\ valid_lft forever preferred_lft forever + +--- ip -o -6 addr (link-local filter) + $ ip -o -6 addr +1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever +5: tailscale0 inet6 fd7a:115c:a1e0::da3b:870c/128 scope global \ valid_lft forever preferred_lft forever +5: tailscale0 inet6 fe80::81c6:df85:28c1:a303/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +6: vmbr0 inet6 fe80::1a03:73ff:fe43:cede/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +8: datanet inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever + +--- ip addr + $ ip addr +1: lo: 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: mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000 + link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff + altname enx18037343cede +3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + altname enx001b785ce9ce +4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf + altname enx001b785ce9cf +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500 + link/none + inet 100.87.135.12/32 scope global tailscale0 + valid_lft forever preferred_lft forever + inet6 fd7a:115c:a1e0::da3b:870c/128 scope global + valid_lft forever preferred_lft forever + inet6 fe80::81c6:df85:28c1:a303/64 scope link stable-privacy proto kernel_ll + valid_lft forever preferred_lft forever +6: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff + inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic vmbr0 + valid_lft 417sec preferred_lft 417sec + inet6 fe80::1a03:73ff:fe43:cede/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +7: bond0: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff +8: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + inet 10.100.100.5/24 scope global datanet + valid_lft forever preferred_lft forever + inet6 fe80::21b:78ff:fe5c:e9ce/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff +12: tap5105i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff +13: tap5106i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff +14: tap5107i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff +15: tap5108i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff +16: tap5109i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff +17: tap51010i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff +18: tap51011i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff +19: tap51012i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff +20: tap51013i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff +21: tap53100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff +22: tap53101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff +23: tap53102i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff +25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN group default qlen 1000 + link/ether 46:21:88:e4:88:8f brd ff:ff:ff:ff:ff:ff +26: fwbr509i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff +27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether ca:aa:93:e0:42:9a brd ff:ff:ff:ff:ff:ff +28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP group default qlen 1000 + link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff +29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN group default qlen 1000 + link/ether b6:c0:35:b0:04:59 brd ff:ff:ff:ff:ff:ff +30: fwbr509i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff +31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether d6:51:80:15:1a:4a brd ff:ff:ff:ff:ff:ff +32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP group default qlen 1000 + link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff +35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff +37: tap5111i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff +38: tap5112i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000 + link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff + +--- ip route + $ ip route +default via 192.168.3.254 dev vmbr0 +10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.5 +192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.0.20 + +--- 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: 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 + 66122302 212394 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 66122302 212394 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +2: nic0: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 27932239978 26921858 0 5421 31452 4084548 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1466197306 4227886 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 + altname enx18037343cede +3: nic1: mtu 1500 qdisc fq_codel master bond0 state DOWN mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 + altname enx001b785ce9ce +4: nic2: mtu 1500 qdisc fq_codel master bond0 state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff permaddr 00:1b:78:5c:e9:cf + RX: bytes packets errors dropped missed mcast + 13463973524 12262424 1 0 0 142279 + RX errors: length crc frame fifo overrun + 0 1 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2250444444 7932296 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enx001b785ce9cf +5: tailscale0: mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 140660038 484130 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 585590717 333553 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +6: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 18:03:73:43:ce:de brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1484645083 6665020 0 0 0 3499230 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 758309526 944030 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +7: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 13463973524 12262424 1 5419 0 142279 + RX errors: length crc frame fifo overrun + 0 1 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2250444444 7932296 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +8: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 00:1b:78:5c:e9:ce brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 13240431564 12251990 0 10 0 136859 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2172786492 7088553 0 1 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +11: tap5101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether fa:73:eb:05:e8:8c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1477962 15772 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 508513468 4796962 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +12: tap5105i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether be:57:f2:9e:5b:e8 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1209003 12475 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499768424 4793398 0 362 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +13: tap5106i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 46:da:12:aa:d2:f8 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1213247 12480 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499739220 4793156 0 483 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +14: tap5107i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 72:97:1e:b7:95:db brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1220322 12504 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499728705 4793020 0 525 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +15: tap5108i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 36:cb:6f:67:00:f3 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1203481 12423 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499662173 4792385 0 884 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +16: tap5109i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 0e:5e:4f:06:1c:aa brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1204631 12436 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499609856 4791916 0 1090 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +17: tap51010i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 56:03:33:09:8f:e9 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1201141 12427 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499597646 4791726 0 1138 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +18: tap51011i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ea:12:4a:67:52:bb brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1406777 15221 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 507847217 4793841 0 1404 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +19: tap51012i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 92:b0:9e:21:21:c0 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1276119 13202 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499768525 4791449 0 1091 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +20: tap51013i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 82:5c:31:24:54:1d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1207044 12408 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499487444 4790727 0 1439 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +21: tap53100i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether a6:67:6f:10:43:2f brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1197892 12379 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499442309 4790265 0 1634 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +22: tap53101i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 7a:d4:b7:9b:f5:a1 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1431635 15513 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 509109070 4792911 0 1701 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +23: tap53102i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether f2:2e:43:29:9b:ea brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1834544 15233 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 499904159 4792728 0 1596 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +25: tap509i0: mtu 1500 qdisc fq_codel master fwbr509i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 46:21:88:e4:88:8f brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 106186614 509204 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 750705851 5646568 0 4546 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +26: fwbr509i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 429444537 4769976 0 6109 0 3230109 + 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 +27: fwpr509p0@fwln509i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ca:aa:93:e0:42:9a brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 107435100 514218 0 5014 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 751207252 5651114 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +28: fwln509i0@fwpr509p0: mtu 1500 qdisc noqueue master fwbr509i0 state UP mode DEFAULT group default qlen 1000 + link/ether 62:c4:06:b8:e5:71 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 751207252 5651114 0 5014 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 107435100 514218 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +29: tap509i1: mtu 1500 qdisc fq_codel master fwbr509i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether b6:c0:35:b0:04: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 + 60 1 0 138624 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +30: fwbr509i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 10964417 134664 0 10 0 126817 + 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 +31: fwpr509p1@fwln509i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether d6:51:80:15:1a:4a brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1248486 5014 0 5014 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 14098897 139688 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +32: fwln509i1@fwpr509p1: mtu 1500 qdisc noqueue master fwbr509i1 state UP mode DEFAULT group default qlen 1000 + link/ether 72:00:ce:83:a6:89 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 14098897 139688 0 5014 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1248486 5014 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +35: tap6000i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 66:12:8e:99:b0:0c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 6474807 44833 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 701200759 4507099 0 35911 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +37: tap5111i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 2e:6c:ef:cd:c9:0d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 480127133 1488794 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 15964040465 7632342 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +38: tap5112i0: mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether e6:43:99:5f:34:c8 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 34117975 357757 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 6119796471 5143831 0 32 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 + +--- ip neigh + $ ip neigh +10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE +192.168.1.45 dev vmbr0 FAILED +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE +192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE +10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE +10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE +192.168.2.27 dev vmbr0 FAILED +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE +fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE +fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE +fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE +fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE +fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE +fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE +fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE +fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE +fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::fabc:12ff:fe34:e075 dev datanet lladdr f8:bc:12:34:e0:75 STALE +fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE +fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE +fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE +fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE +fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE +fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE +fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE +fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE +fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE +fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE +fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::571e:6df3:f3d6:ad57 dev vmbr0 lladdr bc:24:11:6d:60:fb STALE +fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE +fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::11be:70aa:7f52:bcc4 dev vmbr0 lladdr bc:24:11:7a:44:5f STALE +fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE +fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::be24:11ff:feeb:f00f dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE +fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d 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: 66122302 212394 0 0 0 0 0 0 66122302 212394 0 0 0 0 0 0 + nic0: 27932239978 26921858 0 36873 0 0 0 4084548 1466197306 4227886 0 0 0 0 0 0 + nic1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + nic2: 13463973524 12262424 1 0 0 1 0 142279 2250444444 7932296 0 0 0 0 0 0 +tailscale0: 140660038 484130 0 0 0 0 0 0 585590717 333553 0 0 0 0 0 0 + vmbr0: 1484645083 6665020 0 0 0 0 0 3499230 758309526 944030 0 0 0 0 0 0 + bond0: 13463973524 12262424 1 5419 0 1 0 142279 2250444444 7932296 0 0 0 0 0 0 +datanet: 13240431564 12251990 0 10 0 0 0 136859 2172786492 7088553 0 1 0 0 0 0 +tap5101i0: 1477962 15772 0 0 0 0 0 0 508513468 4796962 0 0 0 0 0 0 +tap5105i0: 1209003 12475 0 0 0 0 0 0 499768424 4793398 0 362 0 0 0 0 +tap5106i0: 1213247 12480 0 0 0 0 0 0 499739220 4793156 0 483 0 0 0 0 +tap5107i0: 1220322 12504 0 0 0 0 0 0 499728705 4793020 0 525 0 0 0 0 +tap5108i0: 1203481 12423 0 0 0 0 0 0 499662173 4792385 0 884 0 0 0 0 +tap5109i0: 1204631 12436 0 0 0 0 0 0 499609856 4791916 0 1090 0 0 0 0 +tap51010i0: 1201141 12427 0 0 0 0 0 0 499597646 4791726 0 1138 0 0 0 0 +tap51011i0: 1406777 15221 0 0 0 0 0 0 507847217 4793841 0 1404 0 0 0 0 +tap51012i0: 1276119 13202 0 0 0 0 0 0 499768525 4791449 0 1091 0 0 0 0 +tap51013i0: 1207044 12408 0 0 0 0 0 0 499487444 4790727 0 1439 0 0 0 0 +tap53100i0: 1197892 12379 0 0 0 0 0 0 499442309 4790265 0 1634 0 0 0 0 +tap53101i0: 1431635 15513 0 0 0 0 0 0 509109070 4792911 0 1701 0 0 0 0 +tap53102i0: 1834544 15233 0 0 0 0 0 0 499904159 4792728 0 1596 0 0 0 0 +tap509i0: 106186614 509204 0 0 0 0 0 0 750705851 5646568 0 4546 0 0 0 0 +fwbr509i0: 429444537 4769976 0 6109 0 0 0 3230109 0 0 0 0 0 0 0 0 +fwpr509p0: 107435100 514218 0 5014 0 0 0 0 751207252 5651114 0 0 0 0 0 0 +fwln509i0: 751207252 5651114 0 5014 0 0 0 0 107435100 514218 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 60 1 0 138624 0 0 0 0 +fwbr509i1: 10964417 134664 0 10 0 0 0 126817 0 0 0 0 0 0 0 0 +fwpr509p1: 1248486 5014 0 5014 0 0 0 0 14098897 139688 0 0 0 0 0 0 +fwln509i1: 14098897 139688 0 5014 0 0 0 0 1248486 5014 0 0 0 0 0 0 +tap6000i0: 6474807 44833 0 0 0 0 0 0 701200759 4507099 0 35911 0 0 0 0 +tap5111i0: 480127133 1488794 0 0 0 0 0 0 15964040465 7632342 0 0 0 0 0 0 +tap5112i0: 34117975 357757 0 0 0 0 0 0 6119796471 5143831 0 32 0 0 0 0 + +--- ip -6 route (brief) + $ ip -6 route +fd7a:115c:a1e0::da3b:870c dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev vmbr0 proto kernel metric 256 pref medium +fe80::/64 dev datanet proto kernel metric 256 pref medium + +--- sysfs interface attributes + $ for ifc in $NETIFS; do + d="/sys/class/net/$ifc" + [ -d "$d" ] || continue + printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \ + "$ifc" \ + "$(cat "$d/speed" 2>/dev/null)" \ + "$(cat "$d/duplex" 2>/dev/null)" \ + "$(cat "$d/mtu" 2>/dev/null)" \ + "$(cat "$d/carrier" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/type" 2>/dev/null)" +done +bond0 speed=10 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr509i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr509i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln509i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln509i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr509p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr509p1 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=-1 duplex=unknown mtu=1500 carrier=0 tx_queue_len=1000 qlen=1000 type=1 +nic2 speed=10 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap509i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap509i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap51010i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap51011i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap51012i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap51013i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5111i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap5112i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap53100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap53101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap53102i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap6000i0 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: 6.17.2-1-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: 10Mb/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: datanet ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for datanet: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for datanet: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr509i0 ----- +[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 fwbr509i0: + 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 fwbr509i0: +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: fwbr509i1 ----- +[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 fwbr509i1: + 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 fwbr509i1: +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: fwln509i0 ----- +[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 fwln509i0: + 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 fwln509i0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln509i0: +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: fwln509i1 ----- +[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 fwln509i1: + 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 fwln509i1: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwln509i1: +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: fwpr509p0 ----- +[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 fwpr509p0: + 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 fwpr509p0: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr509p0: +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: fwpr509p1 ----- +[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 fwpr509p1: + 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 fwpr509p1: +Pre-set maximums: +RX: 8 +TX: 8 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for fwpr509p1: +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: tg3 +version: 6.17.2-1-pve +firmware-version: 5761-v3.68 +expansion-rom-version: +bus-info: 0000:06: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/Half 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/Half 1000baseT/Full + Advertised pause frame use: No + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: on + Supports Wake-on: g + Wake-on: g + Current message level: 0x000000ff (255) + drv probe link timer ifdown ifup rx_err tx_err + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for nic0: +Pre-set maximums: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 1 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: 0 +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 20 +rx-frames: 5 +rx-usecs-irq: 0 +rx-frames-irq: 5 + +tx-usecs: 72 +tx-frames: 53 +tx-usecs-irq: 0 +tx-frames-irq: 5 + +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: 511 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +TX push buff len: n/a +Current hardware settings: +RX: 200 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +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: on +TX: on +RX negotiated: off +TX negotiated: 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 [fixed] +tx-vlan-offload: on [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 [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_fragments: 0 + rx_fcs_errors: 0 + rx_align_errors: 0 + rx_xon_pause_rcvd: 0 + rx_xoff_pause_rcvd: 0 + rx_frame_too_long_errors: 0 + rx_jabbers: 0 + rx_undersize_packets: 0 + rx_in_length_errors: 0 + rx_out_length_errors: 0 + tx_mac_errors: 0 + tx_carrier_sense_errors: 0 + tx_discards: 0 + tx_errors: 0 + rx_discards: 31452 + rx_errors: 0 +[statistics -S (throughput counters)] + rx_octets: 27932242545 + tx_octets: 1466198954 + +----- ethtool: nic1 ----- +[driver/version/firmware/bus-info -i] +driver: e1000e +version: 6.17.2-1-pve +firmware-version: 5.11-2 +expansion-rom-version: +bus-info: 0000:22:00.0 +supports-statistics: yes +supports-test: yes +supports-eeprom-access: yes +supports-register-dump: yes +supports-priv-flags: yes +[settings - speed/duplex/autoneg/port] +Settings for nic1: + Supported ports: [ TP ] + Supported link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Supported pause frame use: Symmetric Receive-only + Supports auto-negotiation: Yes + Supported FEC modes: Not reported + Advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Advertised pause frame use: Symmetric Receive-only + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Speed: Unknown! + Duplex: Unknown! (255) + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: Unknown + Supports Wake-on: pumbg + Wake-on: g + Current message level: 0x00000007 (7) + drv probe link + Link detected: no +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic1: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 3 +rx-frames: n/a +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +Ring parameters for nic1: +Pre-set maximums: +RX: 4096 +RX Mini: n/a +RX Jumbo: n/a +TX: 4096 +TX push buff len: n/a +Current hardware settings: +RX: 256 +RX Mini: n/a +RX Jumbo: n/a +TX: 256 +RX Buf Len: n/a +CQE Size: n/a +TX Push: off +RX Push: off +TX push buff len: n/a +TCP data split: n/a +[pause / flow-control -a] +Pause parameters for nic1: +Autonegotiate: on +RX: on +TX: on + +[offload features -k] +Features for nic1: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: on +highdma: on [fixed] +rx-vlan-filter: on [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off +rx-all: off +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +Private flags for nic1: +s0ix-enabled: off +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_errors: 0 + tx_errors: 0 + tx_dropped: 0 + rx_length_errors: 0 + rx_over_errors: 0 + rx_crc_errors: 0 + rx_frame_errors: 0 + rx_no_buffer_count: 0 + rx_missed_errors: 0 + tx_aborted_errors: 0 + tx_carrier_errors: 0 + tx_fifo_errors: 0 + tx_heartbeat_errors: 0 + tx_window_errors: 0 + rx_long_length_errors: 0 + rx_short_length_errors: 0 + rx_align_errors: 0 + rx_csum_offload_errors: 0 + dropped_smbus: 0 + uncorr_ecc_errors: 0 + corr_ecc_errors: 0 +[statistics -S (throughput counters)] + rx_packets: 0 + tx_packets: 0 + rx_bytes: 0 + tx_bytes: 0 + rx_broadcast: 0 + tx_broadcast: 0 + rx_multicast: 0 + tx_multicast: 0 + +----- ethtool: nic2 ----- +[driver/version/firmware/bus-info -i] +driver: e1000e +version: 6.17.2-1-pve +firmware-version: 5.11-2 +expansion-rom-version: +bus-info: 0000:22:00.1 +supports-statistics: yes +supports-test: yes +supports-eeprom-access: yes +supports-register-dump: yes +supports-priv-flags: yes +[settings - speed/duplex/autoneg/port] +Settings for nic2: + Supported ports: [ TP ] + Supported link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Supported pause frame use: Symmetric Receive-only + Supports auto-negotiation: Yes + Supported FEC modes: Not reported + Advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Advertised pause frame use: Symmetric Receive-only + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Full + 100baseT/Full + 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 10Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: on (auto) + Supports Wake-on: d + Wake-on: d + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic2: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 3 +rx-frames: n/a +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +Ring parameters for nic2: +Pre-set maximums: +RX: 4096 +RX Mini: n/a +RX Jumbo: n/a +TX: 4096 +TX push buff len: n/a +Current hardware settings: +RX: 256 +RX Mini: n/a +RX Jumbo: n/a +TX: 256 +RX Buf Len: n/a +CQE Size: n/a +TX Push: off +RX Push: off +TX push buff len: n/a +TCP data split: n/a +[pause / flow-control -a] +Pause parameters for nic2: +Autonegotiate: on +RX: off +TX: off +RX negotiated: off +TX negotiated: off + +[offload features -k] +Features for nic2: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: on +highdma: on [fixed] +rx-vlan-filter: on [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off +rx-all: off +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +Private flags for nic2: +s0ix-enabled: off +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_errors: 1 + tx_errors: 0 + tx_dropped: 0 + rx_length_errors: 0 + rx_over_errors: 0 + rx_crc_errors: 1 + rx_frame_errors: 0 + rx_no_buffer_count: 0 + rx_missed_errors: 0 + tx_aborted_errors: 0 + tx_carrier_errors: 0 + tx_fifo_errors: 0 + tx_heartbeat_errors: 0 + tx_window_errors: 0 + rx_long_length_errors: 0 + rx_short_length_errors: 0 + rx_align_errors: 0 + rx_csum_offload_errors: 0 + dropped_smbus: 0 + uncorr_ecc_errors: 0 + corr_ecc_errors: 0 +[statistics -S (throughput counters)] + rx_packets: 12262446 + tx_packets: 7932325 + rx_bytes: 13463975754 + tx_bytes: 2250463676 + rx_broadcast: 8463 + tx_broadcast: 18 + rx_multicast: 142280 + tx_multicast: 10636 + +----- ethtool: tap509i0 ----- +[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 tap509i0: + 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 tap509i0: +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 tap509i0: +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 tap509i0: +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: tap509i1 ----- +[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 tap509i1: + 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 tap509i1: +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 tap509i1: +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 tap509i1: +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: tap51010i0 ----- +[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 tap51010i0: + 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 tap51010i0: +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 tap51010i0: +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 tap51010i0: +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: tap51011i0 ----- +[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 tap51011i0: + 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 tap51011i0: +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 tap51011i0: +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 tap51011i0: +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: tap51012i0 ----- +[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 tap51012i0: + 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 tap51012i0: +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 tap51012i0: +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 tap51012i0: +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: tap51013i0 ----- +[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 tap51013i0: + 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 tap51013i0: +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 tap51013i0: +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 tap51013i0: +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: tap5101i0 ----- +[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 tap5101i0: + 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 tap5101i0: +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 tap5101i0: +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 tap5101i0: +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: tap5105i0 ----- +[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 tap5105i0: + 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 tap5105i0: +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 tap5105i0: +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 tap5105i0: +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: tap5106i0 ----- +[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 tap5106i0: + 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 tap5106i0: +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 tap5106i0: +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 tap5106i0: +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: tap5107i0 ----- +[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 tap5107i0: + 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 tap5107i0: +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 tap5107i0: +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 tap5107i0: +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: tap5108i0 ----- +[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 tap5108i0: + 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 tap5108i0: +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 tap5108i0: +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 tap5108i0: +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: tap5109i0 ----- +[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 tap5109i0: + 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 tap5109i0: +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 tap5109i0: +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 tap5109i0: +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: tap5111i0 ----- +[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 tap5111i0: + 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 tap5111i0: +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 tap5111i0: +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 tap5111i0: +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: tap5112i0 ----- +[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 tap5112i0: + 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 tap5112i0: +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 tap5112i0: +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 tap5112i0: +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: tap53100i0 ----- +[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 tap53100i0: + 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 tap53100i0: +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 tap53100i0: +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 tap53100i0: +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: tap53101i0 ----- +[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 tap53101i0: + 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 tap53101i0: +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 tap53101i0: +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 tap53101i0: +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: tap53102i0 ----- +[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 tap53102i0: + 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 tap53102i0: +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 tap53102i0: +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 tap53102i0: +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: tap6000i0 ----- +[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 tap6000i0: + 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 tap6000i0: +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 tap6000i0: +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 tap6000i0: +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: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 +7: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 +11: tap5101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +12: tap5105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +13: tap5106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +14: tap5107i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +15: tap5108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +16: tap5109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +17: tap51010i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +18: tap51011i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +19: tap51012i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +20: tap51013i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +21: tap53100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +22: tap53101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +23: tap53102i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +25: tap509i0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 +27: fwpr509p0@fwln509i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +28: fwln509i0@fwpr509p0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 +29: tap509i1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 +31: fwpr509p1@fwln509i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +32: fwln509i1@fwpr509p1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 +35: tap6000i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +37: tap5111i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +38: tap5112i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + +--- bridge -d link + $ bridge -d link +2: nic0: 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 84 mcast_max_groups 0 +7: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +11: tap5101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +12: tap5105i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +13: tap5106i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +14: tap5107i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +15: tap5108i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +16: tap5109i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +17: tap51010i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +18: tap51011i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +19: tap51012i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +20: tap51013i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +21: tap53100i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +22: tap53101i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +23: tap53102i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +25: tap509i0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +27: fwpr509p0@fwln509i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +28: fwln509i0@fwpr509p0: mtu 1500 master fwbr509i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +29: tap509i1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +31: fwpr509p1@fwln509i1: mtu 1500 master datanet state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +32: fwln509i1@fwpr509p1: mtu 1500 master fwbr509i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +35: tap6000i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +37: tap5111i0: 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 5 mcast_max_groups 0 +38: tap5112i0: 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 5 mcast_max_groups 0 + +--- bridge vlan + $ bridge vlan +port vlan-id +nic0 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +bond0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap5101i0 1 PVID Egress Untagged +tap5105i0 1 PVID Egress Untagged +tap5106i0 1 PVID Egress Untagged +tap5107i0 1 PVID Egress Untagged +tap5108i0 1 PVID Egress Untagged +tap5109i0 1 PVID Egress Untagged +tap51010i0 1 PVID Egress Untagged +tap51011i0 1 PVID Egress Untagged +tap51012i0 1 PVID Egress Untagged +tap51013i0 1 PVID Egress Untagged +tap53100i0 1 PVID Egress Untagged +tap53101i0 1 PVID Egress Untagged +tap53102i0 1 PVID Egress Untagged +tap509i0 1 PVID Egress Untagged +fwbr509i0 1 PVID Egress Untagged +fwpr509p0 1 PVID Egress Untagged +fwln509i0 1 PVID Egress Untagged +tap509i1 1 PVID Egress Untagged +fwbr509i1 1 PVID Egress Untagged +fwpr509p1 1 PVID Egress Untagged +fwln509i1 1 PVID Egress Untagged +tap6000i0 1 PVID Egress Untagged +tap5111i0 1 PVID Egress Untagged +tap5112i0 1 PVID Egress Untagged + +--- bridge vlan show + $ bridge vlan show +port vlan-id +nic0 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +bond0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap5101i0 1 PVID Egress Untagged +tap5105i0 1 PVID Egress Untagged +tap5106i0 1 PVID Egress Untagged +tap5107i0 1 PVID Egress Untagged +tap5108i0 1 PVID Egress Untagged +tap5109i0 1 PVID Egress Untagged +tap51010i0 1 PVID Egress Untagged +tap51011i0 1 PVID Egress Untagged +tap51012i0 1 PVID Egress Untagged +tap51013i0 1 PVID Egress Untagged +tap53100i0 1 PVID Egress Untagged +tap53101i0 1 PVID Egress Untagged +tap53102i0 1 PVID Egress Untagged +tap509i0 1 PVID Egress Untagged +fwbr509i0 1 PVID Egress Untagged +fwpr509p0 1 PVID Egress Untagged +fwln509i0 1 PVID Egress Untagged +tap509i1 1 PVID Egress Untagged +fwbr509i1 1 PVID Egress Untagged +fwpr509p1 1 PVID Egress Untagged +fwln509i1 1 PVID Egress Untagged +tap6000i0 1 PVID Egress Untagged +tap5111i0 1 PVID Egress Untagged +tap5112i0 1 PVID Egress Untagged + +--- brctl show + $ brctl show +bridge name bridge id STP enabled interfaces +datanet 8000.001b785ce9ce no bond0 + fwpr509p1 +fwbr509i0 8000.62c406b8e571 no fwln509i0 + tap509i0 +fwbr509i1 8000.7200ce83a689 no fwln509i1 + tap509i1 +vmbr0 8000.18037343cede no fwpr509p0 + nic0 + tap51010i0 + tap51011i0 + tap51012i0 + tap51013i0 + tap5101i0 + tap5105i0 + tap5106i0 + tap5107i0 + tap5108i0 + tap5109i0 + tap5111i0 + tap5112i0 + tap53100i0 + tap53101i0 + tap53102i0 + tap6000i0 + +--- bonding state + --- /proc/net/bonding/bond0 --- +Ethernet Channel Bonding Driver: v6.17.2-1-pve + +Bonding Mode: IEEE 802.3ad Dynamic link aggregation +Transmit Hash Policy: layer2 (0) +MII Status: up +MII Polling Interval (ms): 100 +Up Delay (ms): 200 +Down Delay (ms): 200 +Peer Notification Delay (ms): 0 + +802.3ad info +LACP active: on +LACP rate: fast +Min links: 0 +Aggregator selection policy (ad_select): stable +System priority: 65535 +System MAC address: 00:1b:78:5c:e9:ce +Active Aggregator Info: + Aggregator ID: 2 + Number of ports: 1 + Actor Key: 5 + Partner Key: 1 + Partner Mac Address: 00:00:00:00:00:00 + +Slave Interface: nic1 +MII Status: down +Speed: Unknown +Duplex: Unknown +Link Failure Count: 0 +Permanent HW addr: 00:1b:78:5c:e9:ce +Slave queue ID: 0 +Aggregator ID: 1 +Actor Churn State: churned +Partner Churn State: churned +Actor Churned Count: 1 +Partner Churned Count: 1 +details actor lacp pdu: + system priority: 65535 + system mac address: 00:1b:78:5c:e9:ce + port key: 0 + port priority: 255 + port number: 1 + port state: 71 +details partner lacp pdu: + system priority: 65535 + system mac address: 00:00:00:00:00:00 + oper key: 1 + port priority: 255 + port number: 1 + port state: 0 + +Slave Interface: nic2 +MII Status: up +Speed: 10 Mbps +Duplex: full +Link Failure Count: 0 +Permanent HW addr: 00:1b:78:5c:e9:cf +Slave queue ID: 0 +Aggregator ID: 2 +Actor Churn State: none +Partner Churn State: churned +Actor Churned Count: 0 +Partner Churned Count: 1 +details actor lacp pdu: + system priority: 65535 + system mac address: 00:1b:78:5c:e9:ce + port key: 5 + port priority: 255 + port number: 2 + port state: 79 +details partner lacp pdu: + system priority: 65535 + system mac address: 00:00:00:00:00:00 + oper key: 1 + port priority: 255 + port number: 1 + port state: 0 + +--- vlan config + $ cat /proc/net/vlan/config +cat: /proc/net/vlan/config: No such file or directory + [exit=1 / not installed or not permitted] + +--- /proc/net/vlan + [missing: /proc/net/vlan] + +--- /etc/network/interfaces + --- /etc/network/interfaces --- +auto lo +iface lo inet loopback + +### mgmt net +iface nic0 inet manual + +auto vmbr0 +iface vmbr0 inet dhcp + bridge-ports nic0 + bridge-stp off + bridge-fd 0 + + + +### datanet + + +### datanet (2gbps bond to pfv-r3-stor switch ports 13,14) + +### setup lacp + +# Datanet members +auto nic1 +iface nic1 inet manual + bond-master bond0 + +auto nic2 +iface nic2 inet manual + bond-master bond0 + +auto bond0 +iface bond0 inet manual + bond-mode 802.3ad + bond-miimon 100 + bond-downdelay 200 + bond-updelay 200 + bond-lacp-rate fast + bond-slaves nic1 nic2 + +### bring up bridge on lacp + +auto datanet +iface datanet inet static + address 10.100.100.5 + netmask 255.255.255.0 + 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 + +############################################################################### +# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET +############################################################################### + +--- /proc/interrupts + $ cat /proc/interrupts + CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 + 0: 142 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 1: 0 0 0 0 4 0 0 0 IR-IO-APIC 1-edge i8042 + 7: 0 0 0 0 0 0 0 0 IR-IO-APIC 7-edge parport0 + 8: 0 0 0 0 0 1 0 0 IR-IO-APIC 8-edge rtc0 + 9: 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 12: 0 0 0 6 0 0 0 0 IR-IO-APIC 12-edge i8042 + 16: 0 10256120 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi uhci_hcd:usb3, ioc0 + 17: 0 0 0 0 0 0 0 0 IR-IO-APIC 17-fasteoi uhci_hcd:usb4, uhci_hcd:usb8 + 18: 0 0 0 2 0 0 0 0 IR-IO-APIC 18-fasteoi uhci_hcd:usb9, firewire_ohci + 20: 0 0 66337 0 0 0 0 0 IR-IO-APIC 20-fasteoi ata_piix, ata_piix, i801_smbus + 22: 0 0 0 0 0 0 0 0 IR-IO-APIC 22-fasteoi ehci_hcd:usb2, uhci_hcd:usb5 + 23: 0 0 0 0 0 0 29 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1, uhci_hcd:usb7 + 24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 + 25: 0 0 0 1 0 0 0 0 DMAR-MSI 1-edge dmar1 + 26: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:01.0 0-edge PCIe bwctrl + 27: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:03.0 0-edge PCIe bwctrl + 28: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:07.0 0-edge PCIe bwctrl + 29: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:03.0 0-edge PCIe bwctrl + 30: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:07.0 0-edge PCIe bwctrl + 31: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:20:09.0 0-edge PCIe bwctrl + 33: 81272 0 0 0 0 0 0 0 IR-PCI-MSI-0000:22:00.0 0-edge nic1 + 35: 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:23:00.0 0-edge xhci_hcd + 45: 0 0 0 0 0 17807701 0 0 IR-PCI-MSI-0000:22:00.1 0-edge nic2 + 46: 0 0 0 0 0 0 161 0 IR-PCI-MSIX-0000:24:00.0 0-edge xhci_hcd + 54: 311 0 0 0 0 0 0 0 IR-IO-APIC 10-fasteoi snd_hda_intel:card1 + 55: 0 474 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card0 + 57: 0 0 10081137 0 0 0 0 0 IR-PCI-MSI-0000:03:00.0 0-edge nvkm + 58: 0 0 0 13475842 0 0 0 0 IR-PCI-MSI-0000:06:00.0 0-edge nic0 + NMI: 18280 18304 18123 15907 17996 18367 17703 19542 Non-maskable interrupts + LOC: 121787175 119637613 115477037 106267867 114543694 119052737 113702305 115768250 Local timer interrupts + SPU: 0 0 0 0 0 0 0 0 Spurious interrupts + PMI: 18280 18304 18123 15907 17996 18367 17703 19542 Performance monitoring interrupts + IWI: 0 1 3 3 0 0 0 0 IRQ work interrupts + RTR: 2 0 0 0 0 0 0 0 APIC ICR read retries + RES: 4052216 3837800 4680252 4307394 4246786 4447727 4761575 5188926 Rescheduling interrupts + CAL: 13441336 11842092 10674627 9202650 9958865 10235624 9940176 10051599 Function call interrupts + TLB: 63745 63241 62885 62788 60811 64185 61278 63617 TLB shootdowns + TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts + THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts + DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts + MCE: 0 0 0 0 0 0 0 0 Machine check exceptions + MCP: 497 498 498 498 498 498 498 498 Machine check polls + ERR: 0 + MIS: 0 + PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event + NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event + PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event + +--- NIC IRQ affinities (which CPUs handle which queue) + $ for ifc in $NETIFS; do + [ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue + echo "=== $ifc IRQ list (first 40) ===" + ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40 +done +=== nic0 IRQ list (first 40) === +58 +=== nic1 IRQ list (first 40) === +33 +=== nic2 IRQ list (first 40) === +45 + +--- 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 = 00 + /sys/class/net/bond0/queues/rx-10/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-11/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-12/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-13/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-14/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-15/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-1/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-2/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-3/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-4/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-5/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-6/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-7/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-8/rps_cpus = 00 + /sys/class/net/bond0/queues/rx-9/rps_cpus = 00 + /sys/class/net/datanet/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr509i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwbr509i1/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln509i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwln509i1/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr509p0/queues/rx-0/rps_cpus = 00 + /sys/class/net/fwpr509p1/queues/rx-0/rps_cpus = 00 + /sys/class/net/lo/queues/rx-0/rps_cpus = 00 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 00 + /sys/class/net/nic1/queues/rx-0/rps_cpus = 00 + /sys/class/net/nic2/queues/rx-0/rps_cpus = 00 + /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap509i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap509i1/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap51010i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap51011i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap51012i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap51013i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5105i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5106i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5107i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5108i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5109i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5111i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap5112i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap53100i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap53101i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap53102i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/tap6000i0/queues/rx-0/rps_cpus = 00 + /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 00 + +--- XPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 +cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr509i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr509i1/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/nic1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/nic2/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap509i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap509i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap51010i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap51011i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap51012i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap51013i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5101i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5105i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5106i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5107i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5108i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5109i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5111i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap5112i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap53100i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap53101i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap53102i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap6000i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory + /sys/class/net/bond0/queues/tx-0/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-10/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-11/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-12/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-13/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-14/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-15/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-1/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-2/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-3/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-4/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-5/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-6/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-7/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-8/xps_cpus = 00 + /sys/class/net/bond0/queues/tx-9/xps_cpus = 00 + /sys/class/net/datanet/queues/tx-0/xps_cpus = + /sys/class/net/fwbr509i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr509i1/queues/tx-0/xps_cpus = + /sys/class/net/fwln509i0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwln509i1/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr509p0/queues/tx-0/xps_cpus = 00 + /sys/class/net/fwpr509p1/queues/tx-0/xps_cpus = 00 + /sys/class/net/lo/queues/tx-0/xps_cpus = + /sys/class/net/nic0/queues/tx-0/xps_cpus = 00 + /sys/class/net/nic1/queues/tx-0/xps_cpus = + /sys/class/net/nic2/queues/tx-0/xps_cpus = + /sys/class/net/tailscale0/queues/tx-0/xps_cpus = + /sys/class/net/tap509i0/queues/tx-0/xps_cpus = + /sys/class/net/tap509i1/queues/tx-0/xps_cpus = + /sys/class/net/tap51010i0/queues/tx-0/xps_cpus = + /sys/class/net/tap51011i0/queues/tx-0/xps_cpus = + /sys/class/net/tap51012i0/queues/tx-0/xps_cpus = + /sys/class/net/tap51013i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5101i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5105i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5106i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5107i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5108i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5109i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5111i0/queues/tx-0/xps_cpus = + /sys/class/net/tap5112i0/queues/tx-0/xps_cpus = + /sys/class/net/tap53100i0/queues/tx-0/xps_cpus = + /sys/class/net/tap53101i0/queues/tx-0/xps_cpus = + /sys/class/net/tap53102i0/queues/tx-0/xps_cpus = + /sys/class/net/tap6000i0/queues/tx-0/xps_cpus = + /sys/class/net/vmbr0/queues/tx-0/xps_cpus = + +--- RFS flow counts + $ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do + [ -e "$q" ] || continue + printf ' %s = %s\n' "$q" "$(cat "$q")" +done | head -n 60 + /sys/class/net/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/datanet/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr509i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr509i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln509i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln509i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr509p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr509p1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic2/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap509i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap509i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap51010i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap51011i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap51012i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap51013i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5105i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5106i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5107i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5108i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5109i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5111i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap5112i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap53100i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap53101i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap53102i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap6000i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 + +--- /proc/net/softnet_stat (drops/backlog) + $ cat /proc/net/softnet_stat +000775c3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +0006ae70 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +000696f8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +01d2dcd1 00000000 00002f46 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0008d282 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +023cc74b 00000000 00000009 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00073443 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +000726b3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 + +--- softnet_stat decoded + $ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT +awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n", + NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat +cpu0 total=000775c3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=0006ae70 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=000696f8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=01d2dce7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0008d282 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=023cc74b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00073443 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=000726b3 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 8170 0.0 +IpFragFails 0 0.0 +TcpAttemptFails 62 0.0 +TcpRetransSegs 10403 0.0 +TcpInErrs 1 0.0 +Ip6ReasmFails 0 0.0 +Ip6FragFails 0 0.0 +TcpExtSyncookiesFailed 1 0.0 +TcpExtEmbryonicRsts 1 0.0 +TcpExtLockDroppedIcmps 0 0.0 +TcpExtListenOverflows 0 0.0 +TcpExtListenDrops 0 0.0 +TcpExtTCPLossUndo 4 0.0 +TcpExtTCPLostRetransmit 1523 0.0 +TcpExtTCPRenoFailures 0 0.0 +TcpExtTCPSackFailures 0 0.0 +TcpExtTCPLossFailures 16 0.0 +TcpExtTCPFastRetrans 7004 0.0 +TcpExtTCPSlowStartRetrans 724 0.0 +TcpExtTCPLossProbes 3438 0.0 +TcpExtTCPLossProbeRecovery 39 0.0 +TcpExtTCPRenoRecoveryFail 0 0.0 +TcpExtTCPSackRecoveryFail 81 0.0 +TcpExtTCPAbortOnData 1179 0.0 +TcpExtTCPAbortOnClose 4 0.0 +TcpExtTCPAbortOnMemory 0 0.0 +TcpExtTCPAbortOnTimeout 1 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 127 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: 517 +TCP: 87 (estab 18, closed 45, orphaned 0, timewait 43) + +Transport Total IP IPv6 +RAW 0 0 0 +UDP 18 10 8 +TCP 42 29 13 +INET 60 39 21 +FRAG 0 0 0 + + +--- ss -t -m (top TCP with skmem/cwnd/rto) + $ ss -tno state established ( dport != :22 and sport != :22 ) -m +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 10.100.100.5:2049 10.100.100.3:959 + skmem:(r0,rb259792,t0,tb87040,f0,w0,o0,bl0,d3) +0 0 10.100.100.5:2049 10.100.100.7:853 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d1) +0 0 192.168.0.20:39994 199.165.136.100:443 timer:(keepalive,20sec,0) + skmem:(r0,rb204874,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.6:888 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.20:50426 178.156.152.91:443 timer:(keepalive,1.255sec,0) + skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:946 10.100.100.4:2049 timer:(keepalive,1min,0) + skmem:(r0,rb558212,t0,tb696320,f0,w0,o0,bl0,d952) +0 0 192.168.0.20:35876 192.200.0.110:443 timer:(keepalive,828ms,0) + skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 192.168.0.20:33432 9.9.9.9:443 timer:(keepalive,18sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.7:734 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.6:698 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.1:922 + skmem:(r0,rb259936,t0,tb87040,f0,w0,o0,bl0,d6) +0 0 10.100.100.5:2049 10.100.100.6:810 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.20:44294 209.177.156.94:443 timer:(keepalive,18sec,0) + skmem:(r0,rb204970,t0,tb87040,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.6:694 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.5:2049 10.100.100.7:1007 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d2) +0 0 10.100.100.5:2049 10.100.100.7:749 + skmem:(r0,rb131072,t0,tb130560,f0,w0,o0,bl0,d1) +0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:41398 timer:(keepalive,5.138sec,0) + skmem:(r0,rb439424,t0,tb87040,f0,w0,o0,bl0,d8106) + +--- ss -ti (TCP internals) + $ ss -ti +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 10.100.100.5:nfs 10.100.100.3:959 + cubic wscale:10,10 rto:215 rtt:14.602/16.824 ato:44 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:10216584 bytes_retrans:1240 bytes_acked:10215344 bytes_received:9221016 segs_out:54641 segs_in:100994 data_segs_out:54634 data_segs_in:54569 send 1.59Mbps lastsnd:8948 lastrcv:8948 lastack:8906 pacing_rate 1.9Mbps delivery_rate 8.15Mbps delivered:54632 app_limited busy:629992ms retrans:0/7 dsack_dups:4 rcv_rtt:212619 rcv_space:64948 rcv_ssthresh:129416 minrtt:1.663 snd_wnd:1346560 rcv_wnd:130048 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:domain-s + bbr wscale:12,12 rto:213 rtt:12.12/17.805 ato:49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 bytes_sent:43132 bytes_retrans:328 bytes_acked:42804 bytes_received:37328 segs_out:224 segs_in:417 data_segs_out:221 data_segs_in:220 bbr:(bw:28.3Mbps,mrtt:0.41,pacing_gain:2.88672,cwnd_gain:2.88672) send 134Mbps lastsnd:7052 lastrcv:7052 lastack:7051 pacing_rate 687Mbps delivery_rate 28.3Mbps delivered:220 app_limited busy:3116ms retrans:0/2 rcv_space:14480 rcv_ssthresh:64088 minrtt:0.41 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 192.168.0.20:39994 199.165.136.100:https + cubic wscale:7,10 rto:265 rtt:64.756/15.869 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:4027371 bytes_acked:4027372 bytes_received:835181 segs_out:17122 segs_in:13244 data_segs_out:8575 data_segs_in:8565 send 1.79Mbps lastsnd:9392 lastrcv:9323 lastack:9323 pacing_rate 3.58Mbps delivery_rate 544kbps delivered:8576 app_limited busy:564285ms rcv_rtt:47144.2 rcv_space:66024 rcv_ssthresh:76654 minrtt:42.276 snd_wnd:80384 rcv_wnd:76800 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:888 + bbr wscale:12,12 rto:213 rtt:12.076/18.074 ato:49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:94 bytes_sent:17600 bytes_acked:17600 bytes_received:14532 segs_out:85 segs_in:150 data_segs_out:84 data_segs_in:84 bbr:(bw:28.5Mbps,mrtt:0.407,pacing_gain:2.88672,cwnd_gain:2.88672) send 90.2Mbps lastsnd:11240 lastrcv:11240 lastack:11199 pacing_rate 665Mbps delivery_rate 28.5Mbps delivered:85 app_limited busy:572ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.407 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 192.168.0.20:50426 178.156.152.91:https + cubic wscale:7,10 rto:244 rtt:43.999/0.706 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:168136 bytes_acked:168137 bytes_received:26183 segs_out:2516 segs_in:2513 data_segs_out:867 data_segs_in:816 send 2.63Mbps lastsnd:9577 lastrcv:59173 lastack:9533 pacing_rate 5.27Mbps delivery_rate 745kbps delivered:868 app_limited busy:37794ms retrans:0/1 rcv_space:14480 rcv_ssthresh:73200 minrtt:41.518 snd_wnd:197376 rcv_wnd:73728 rehash:1 +ESTAB 0 0 10.100.100.5:946 10.100.100.4:nfs + cubic wscale:9,10 rto:208 rtt:7.761/5.501 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 ssthresh:45 bytes_sent:1558098196 bytes_retrans:2266532 bytes_acked:1555831665 bytes_received:10000290128 segs_out:4845514 segs_in:7565131 data_segs_out:1188016 data_segs_in:7186304 send 26.9Mbps lastsnd:708 lastrcv:707 lastack:707 pacing_rate 53.7Mbps delivery_rate 8.59Mbps delivered:1187708 app_limited busy:2905606ms retrans:0/2310 dsack_dups:2001 rcv_rtt:7.757 rcv_space:143352 rcv_ssthresh:370687 minrtt:1.584 rcv_ooopack:3546 snd_wnd:644608 rcv_wnd:370688 rehash:74 +ESTAB 0 0 192.168.0.20:35876 192.200.0.110:https + cubic wscale:10,10 rto:342 rtt:141.752/1.402 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:20067 bytes_acked:20068 bytes_received:406619 segs_out:6330 segs_in:6340 data_segs_out:82 data_segs_in:3279 send 817kbps lastsnd:353567 lastrcv:29202 lastack:29202 pacing_rate 1.63Mbps delivery_rate 415kbps delivered:83 app_limited busy:9222ms rcv_rtt:643 rcv_space:16879 rcv_ssthresh:83861 minrtt:139.765 snd_wnd:76800 rcv_wnd:83968 +ESTAB 0 0 192.168.0.20:33432 9.9.9.9:https + bbr wscale:11,12 rto:212 rtt:11.812/0.903 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:7633 bytes_acked:7634 bytes_received:8105 segs_out:128 segs_in:117 data_segs_out:112 data_segs_in:61 bbr:(bw:2.38Mbps,mrtt:10.159,pacing_gain:2.88672,cwnd_gain:2.88672) send 17.7Mbps lastsnd:9128 lastrcv:9118 lastack:9118 pacing_rate 22.2Mbps delivery_rate 2.38Mbps delivered:113 app_limited busy:692ms rcv_space:14480 rcv_ssthresh:55081 minrtt:10.159 snd_wnd:45056 rcv_wnd:57344 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:734 + bbr wscale:12,12 rto:213 rtt:12.516/17.924 ato:60 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:40580 bytes_acked:40580 bytes_received:37396 segs_out:221 segs_in:414 data_segs_out:220 data_segs_in:220 bbr:(bw:28.5Mbps,mrtt:0.407,pacing_gain:2.88672,cwnd_gain:2.88672) send 128Mbps lastsnd:13374 lastrcv:13374 lastack:13373 pacing_rate 681Mbps delivery_rate 28.5Mbps delivered:221 app_limited busy:2587ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.407 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:698 + bbr wscale:12,12 rto:216 rtt:15.171/20.578 ato:47 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:111 bytes_sent:20168 bytes_acked:20168 bytes_received:17068 segs_out:104 segs_in:167 data_segs_out:101 data_segs_in:101 bbr:(bw:31.6Mbps,mrtt:0.367,pacing_gain:2.88672,cwnd_gain:2.88672) send 84.8Mbps lastsnd:11244 lastrcv:11244 lastack:11202 pacing_rate 680Mbps delivery_rate 31.6Mbps delivered:102 app_limited busy:677ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.367 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 100.87.135.12:ssh 100.101.187.119:56778 + bbr wscale:7,12 rto:202 rtt:1.659/1.717 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5449 bytes_retrans:8 bytes_acked:5441 bytes_received:3941 segs_out:25 segs_in:24 data_segs_out:18 data_segs_in:14 bbr:(bw:33.9Mbps,mrtt:0.54,pacing_gain:2.88672,cwnd_gain:2.88672) send 160Mbps lastsnd:1052 lastrcv:1052 lastack:1051 pacing_rate 520Mbps delivery_rate 33.9Mbps delivered:19 app_limited busy:31ms retrans:0/1 dsack_dups:1 rcv_rtt:9 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.54 snd_wnd:76544 rcv_wnd:81920 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.1:922 + cubic wscale:10,10 rto:214 rtt:13.619/14.829 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:2767368 bytes_retrans:1496 bytes_acked:2765872 bytes_received:2355180 segs_out:14075 segs_in:23438 data_segs_out:14058 data_segs_in:13933 send 1.7Mbps lastsnd:2245 lastrcv:2245 lastack:2202 pacing_rate 2.04Mbps delivery_rate 17.5Mbps delivered:14053 app_limited busy:264211ms retrans:0/8 dsack_dups:2 rcv_rtt:196090 rcv_space:64984 rcv_ssthresh:129488 minrtt:1.116 snd_wnd:169984 rcv_wnd:130048 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:810 + bbr wscale:12,12 rto:209 rtt:8.334/13.486 ato:48 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 bytes_sent:15844 bytes_acked:15844 bytes_received:15016 segs_out:89 segs_in:157 data_segs_out:88 data_segs_in:88 bbr:(bw:28.6Mbps,mrtt:0.405,pacing_gain:2.88672,cwnd_gain:2.88672) send 136Mbps lastsnd:5820 lastrcv:5820 lastack:5819 pacing_rate 728Mbps delivery_rate 28.6Mbps delivered:89 app_limited busy:525ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.405 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 192.168.0.20:44294 209.177.156.94:https + cubic wscale:7,10 rto:213 rtt:12.339/1.278 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:118725 bytes_acked:118726 bytes_received:208195 segs_out:3142 segs_in:2982 data_segs_out:682 data_segs_in:1391 send 9.39Mbps lastsnd:11400 lastrcv:11386 lastack:11386 pacing_rate 18.8Mbps delivery_rate 3.47Mbps delivered:683 app_limited busy:4565ms rcv_rtt:94004.2 rcv_space:66055 rcv_ssthresh:131490 minrtt:13.179 snd_wnd:197120 rcv_wnd:132096 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.6:694 + bbr wscale:12,12 rto:207 rtt:6.501/10.551 ato:45 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:97 bytes_sent:16656 bytes_acked:16656 bytes_received:14912 segs_out:88 segs_in:153 data_segs_out:87 data_segs_in:87 bbr:(bw:26.9Mbps,mrtt:0.43,pacing_gain:2.88672,cwnd_gain:2.88672) send 173Mbps lastsnd:5482 lastrcv:5482 lastack:5481 pacing_rate 720Mbps delivery_rate 26.9Mbps delivered:88 app_limited busy:735ms rcv_space:14480 rcv_ssthresh:64088 minrtt:0.43 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:1007 + bbr wscale:12,12 rto:213 rtt:12.328/17.89 ato:57 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:41548 bytes_retrans:328 bytes_acked:41220 bytes_received:37336 segs_out:227 segs_in:416 data_segs_out:222 data_segs_in:222 bbr:(bw:26.6Mbps,mrtt:0.436,pacing_gain:2.88672,cwnd_gain:2.88672) send 130Mbps lastsnd:7249 lastrcv:7249 lastack:7248 pacing_rate 698Mbps delivery_rate 26.6Mbps delivered:221 app_limited busy:3283ms retrans:0/2 rcv_space:14480 rcv_ssthresh:64088 minrtt:0.436 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 10.100.100.5:nfs 10.100.100.7:kerberos-adm + bbr wscale:12,12 rto:211 rtt:10.603/16.148 ato:59 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 bytes_sent:45016 bytes_retrans:328 bytes_acked:44688 bytes_received:39356 segs_out:240 segs_in:420 data_segs_out:235 data_segs_in:234 bbr:(bw:35.9Mbps,mrtt:0.422,pacing_gain:2.88672,cwnd_gain:2.88672) send 153Mbps lastsnd:13386 lastrcv:13387 lastack:13385 pacing_rate 669Mbps delivery_rate 35.9Mbps delivered:234 app_limited busy:3675ms retrans:0/2 rcv_space:14480 rcv_ssthresh:64088 minrtt:0.422 snd_wnd:45056 rcv_wnd:65536 +ESTAB 0 0 [::ffff:100.87.135.12]:45876 [::ffff:100.107.35.78]:41398 + cubic wscale:11,10 rto:245 rtt:44.915/1.212 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:7 ssthresh:7 bytes_sent:3398767 bytes_retrans:180 bytes_acked:3398587 bytes_received:605439 segs_out:38980 segs_in:32762 data_segs_out:14564 data_segs_in:13749 send 1.53Mbps lastsnd:25229 lastrcv:25185 lastack:9852 pacing_rate 1.84Mbps delivery_rate 1.36Mbps delivered:14562 app_limited busy:395483ms retrans:0/5 dsack_dups:2 rcv_rtt:400132 rcv_space:65183 rcv_ssthresh:40288 minrtt:43.293 rcv_ooopack:1 snd_wnd:528384 rcv_wnd:65536 rehash:4 + +--- /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 115588 389331 62 17 18 12960162 8971246 10403 1 3009 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 115588 389331 62 17 18 12960162 8971246 10403 1 3009 0 +Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors + +--- nstat TCP summary + $ nstat -az Tcp_RetransSegs Tcp_InErrs Tcp_OutRsts Tcp_ActiveOpens Tcp_PassiveOpens +#kernel + +############################################################################### +# 14. STORAGE: BLOCK DEVICES +############################################################################### + +--- lsblk (key cols) + $ lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE,MODEL,SERIAL,STATE,ROTA,DISC-GRAN,DISC-MAX +NAME SIZE TYPE MOUNTPOINT FSTYPE MODEL SERIAL STATE ROTA DISC-GRAN DISC-MAX +sda 931.5G disk /mnt/pfv-tsys5/S3 ext4 ST1000VN002-2EY102 Z9C13271 running 1 0B 0B +sdb 465.8G disk /mnt/pfv-tsys5/S4 ext4 TOSHIBA DT01ACA050 Z58M3U4KS running 1 0B 0B +sdc 238.5G disk Samsung SSD 860 PRO 256GB S45GNG0K805039L running 0 0B 0B +└─sdc1 238.5G part /mnt/pfv-tsys5/ssd ext4 0 0B 0B +sdd 1.8T disk HITACHI HUS724020ALA640 P2G2SZUJ running 1 0B 0B +├─sdd1 1007K part 1 0B 0B +├─sdd2 1G part vfat 1 0B 0B +└─sdd3 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-tpool 1.7T lvm running 1 0B 0B + │ ├─pve-data 1.7T lvm running 1 0B 0B + │ ├─pve-vm--5112--disk--0 288G lvm running 1 64K 64M + │ └─pve-base--5100--disk--0 32G lvm running 1 64K 64M + └─pve-data_tdata 1.7T lvm running 1 0B 0B + └─pve-data-tpool 1.7T lvm running 1 0B 0B + ├─pve-data 1.7T lvm running 1 0B 0B + ├─pve-vm--5112--disk--0 288G lvm running 1 64K 64M + └─pve-base--5100--disk--0 32G lvm running 1 64K 64M +sde 931.5G disk /mnt/pfv-tsys5/S1 ext4 ST1000VN002-2EY102 Z9C132K8 running 1 0B 0B +sdf 931.5G disk /mnt/pfv-tsys5/S2 ext4 ST1000VN002-2EY102 Z9C132TV 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 4096 0 4096 512 1 mq-deadline 2 8192 0B +sdb 0 4096 0 4096 512 1 mq-deadline 2 8192 0B +sdc 0 512 131072 512 512 0 mq-deadline 254 4096 0B +└─sdc1 0 512 131072 512 512 0 mq-deadline 254 4096 0B +sdd 0 512 131072 512 512 1 mq-deadline 254 4096 0B +├─sdd1 0 512 131072 512 512 1 mq-deadline 254 4096 0B +├─sdd2 0 512 131072 512 512 1 mq-deadline 254 4096 0B +└─sdd3 0 512 131072 512 512 1 mq-deadline 254 4096 0B + ├─pve-swap 0 512 131072 512 512 1 4096 0B + ├─pve-root 0 512 131072 512 512 1 4096 0B + ├─pve-data_tmeta 0 512 131072 512 512 1 4096 0B + │ └─pve-data-tpool 0 512 131072 512 512 1 4096 0B + │ ├─pve-data 0 512 131072 512 512 1 4096 0B + │ ├─pve-vm--5112--disk--0 0 512 131072 512 512 1 4096 0B + │ └─pve-base--5100--disk--0 0 512 131072 512 512 1 4096 0B + └─pve-data_tdata 0 512 131072 512 512 1 4096 0B + └─pve-data-tpool 0 512 131072 512 512 1 4096 0B + ├─pve-data 0 512 131072 512 512 1 4096 0B + ├─pve-vm--5112--disk--0 0 512 131072 512 512 1 4096 0B + └─pve-base--5100--disk--0 0 512 131072 512 512 1 4096 0B +sde 0 512 131072 512 512 1 mq-deadline 254 4096 0B +sdf 0 512 131072 512 512 1 mq-deadline 254 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-0x5000c500a1f41c72 0x5000c500a1f41c72 0 0 0B 9 0B 0 869.2G / 915.8G ext4 2M 0% 1.0 disk 0:0:0:0 0 sda 512 8:0 8 0 4096 brw-rw---- ST1000VN002-2EY102 1 sda 0 root /dev/sda 4096 8192 1 SC60 0 0 1 2 mq-deadline Z9C13271 931.5G running block:scsi:pci /mnt/pfv-tsys5/S3 /mnt/pfv-tsys5/S3 ata disk f0ce9391-a061-4c99-9257-3781dbfd0b63 ATA 0B 0x5000c500a1f41c72 none 0B 0B 0B 0 0 0 + 0 wwn-0x5000039fe4e4e05d 0x5000039fe4e4e05d 0 0 0B 10 0B 0 434.1G / 457.4G ext4 2M 0% 1.0 disk 1:0:0:0 0 sdb 512 8:16 8 16 4096 brw-rw---- TOSHIBA DT01ACA050 1 sdb 0 root /dev/sdb 4096 8192 1 MS1OA7S0 0 0 1 2 mq-deadline Z58M3U4KS 465.8G running block:scsi:pci /mnt/pfv-tsys5/S4 /mnt/pfv-tsys5/S4 ata disk 67accd89-6ff5-4560-8f07-47fbdf76db6d ATA 0B 0x5000039fe4e4e05d none 0B 0B 0B 0 0 0 + 0 wwn-0x5002538e70081ee4 0x5002538e70081ee4 0 0 0B 11 0B 0 disk 4:0:0:0 0 sdc 512 8:32 8 32 512 brw-rw---- Samsung SSD 860 PRO 256GB 1 sdc 131072 root /dev/sdc 512 gpt cf34f3d7-9bda-41db-b030-121fbe5c26fe 4096 0 RVM01B6Q 0 0 0 254 mq-deadline S45GNG0K805039L 238.5G running block:scsi:pci sas disk ATA 0B 0x5002538e70081ee4 none 0B 0B 0B 0 0 0 + 0 wwn-0x5002538e70081ee4-part1 0x5002538e70081ee4-part1 0 0 0B 11 0B 0 139.3G / 233.7G ext4 82.5G 35% 1.0 disk 0 sdc1 512 8:33 8 33 512 brw-rw---- 1 └─sdc1 131072 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 17c50b78-8d2b-4e65-9e45-88e9b1e994f4 /dev/sdc1 512 sdc gpt cf34f3d7-9bda-41db-b030-121fbe5c26fe 4096 0 0 0 0 254 mq-deadline 238.5G 2048 block:scsi:pci /mnt/pfv-tsys5/ssd /mnt/pfv-tsys5/ssd part d726f088-6424-4e42-ac47-d21ef3fc0963 0B 0x5002538e70081ee4 none 0B 0B 0B 0 0 0 + 0 wwn-0x5000cca24bc142d0 0x5000cca24bc142d0 0 0 0B 12 0B 0 disk 4:0:1:0 0 sdd 512 8:48 8 48 512 brw-rw---- HITACHI HUS724020ALA640 1 sdd 131072 root /dev/sdd 512 gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 MF6ONS00 0 0 1 254 mq-deadline P2G2SZUJ 1.8T running block:scsi:pci sas disk ATA 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0 + 0 wwn-0x5000cca24bc142d0-part1 0x5000cca24bc142d0-part1 0 0 0B 12 0B 0 disk 0 sdd1 512 8:49 8 49 512 brw-rw---- 1 ├─sdd1 131072 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot df406eb7-a6c7-4b08-8fe8-67746ad7e022 /dev/sdd1 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1007K 34 block:scsi:pci part 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0 + 0 wwn-0x5000cca24bc142d0-part2 0x5000cca24bc142d0-part2 0 0 0B 12 0B 0 vfat FAT32 disk 0 sdd2 512 8:50 8 50 512 brw-rw---- 1 ├─sdd2 131072 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 8f08a991-4a15-4cb4-883b-021f2dd29754 /dev/sdd2 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1G 2048 block:scsi:pci part 0268-2282 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0 + 0 wwn-0x5000cca24bc142d0-part3 0x5000cca24bc142d0-part3 0 0 0B 12 0B 0 LVM2_member LVM2 001 disk 0 sdd3 512 8:51 8 51 512 brw-rw---- 1 └─sdd3 131072 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM eb628765-b459-404f-acae-90a21227ef02 /dev/sdd3 512 sdd gpt de5fa9ee-aabe-43e7-9a03-99eb07728826 4096 1 0 0 1 254 mq-deadline 1.8T 2099200 block:scsi:pci part 3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor 0B 0x5000cca24bc142d0 none 0B 0B 0B 0 0 0 + 0 dm-name-pve-swap name-pve-swap 0 0 0B 15 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 131072 root /dev/mapper/pve-swap 512 sdd3 4096 0 0 0 1 8G running block [SWAP] [SWAP] lvm 23d797ce-6767-445f-8996-0e9dd3851a41 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 0B 16 0B 0 72G / 93.9G ext4 17.1G 18% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 131072 root /dev/mapper/pve-root 512 sdd3 4096 0 0 0 1 96G running block / / lvm b6e3c50b-ecb5-4003-bcca-80b041b80d9d 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 17 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 131072 root /dev/mapper/pve-data_tmeta 512 sdd3 4096 0 0 0 1 15.9G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 19 0B 0 disk 0 dm-4 512 252:4 252 4 512 brw-rw---- 1 │ └─pve-data-tpool 131072 root /dev/mapper/pve-data-tpool 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 20 0B 0 disk 0 dm-5 512 252:5 252 5 512 brw-rw---- 1 │ ├─pve-data 131072 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-vm--5112--disk--0 name-pve-vm--5112--disk--0 0 0 64K 22 64M 0 disk 0 dm-7 512 252:7 252 7 512 brw-rw---- 1 │ ├─pve-vm--5112--disk--0 131072 root /dev/mapper/pve-vm--5112--disk--0 512 dm-4 dos b4015da9 4096 0 0 0 1 288G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-base--5100--disk--0 name-pve-base--5100--disk--0 0 0 64K 38 64M 0 disk 0 dm-8 512 252:8 252 8 512 brw-rw---- 1 │ └─pve-base--5100--disk--0 131072 root /dev/mapper/pve-base--5100--disk--0 512 dm-4 4096 0 0 1 1 32G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 18 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 131072 root /dev/mapper/pve-data_tdata 512 sdd3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 19 0B 0 disk 0 dm-4 512 252:4 252 4 512 brw-rw---- 1 └─pve-data-tpool 131072 root /dev/mapper/pve-data-tpool 512 dm-3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 20 0B 0 disk 0 dm-5 512 252:5 252 5 512 brw-rw---- 1 ├─pve-data 131072 root /dev/mapper/pve-data 512 dm-4 4096 0 0 1 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-vm--5112--disk--0 name-pve-vm--5112--disk--0 0 0 64K 22 64M 0 disk 0 dm-7 512 252:7 252 7 512 brw-rw---- 1 ├─pve-vm--5112--disk--0 131072 root /dev/mapper/pve-vm--5112--disk--0 512 dm-4 dos b4015da9 4096 0 0 0 1 288G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-base--5100--disk--0 name-pve-base--5100--disk--0 0 0 64K 38 64M 0 disk 0 dm-8 512 252:8 252 8 512 brw-rw---- 1 └─pve-base--5100--disk--0 131072 root /dev/mapper/pve-base--5100--disk--0 512 dm-4 4096 0 0 1 1 32G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 wwn-0x5000c500a1f40e9b 0x5000c500a1f40e9b 0 0 0B 13 0B 0 816.4G / 915.8G ext4 52.9G 6% 1.0 disk 4:0:2:0 0 sde 512 8:64 8 64 512 brw-rw---- ST1000VN002-2EY102 1 sde 131072 root /dev/sde 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132K8 931.5G running block:scsi:pci /mnt/pfv-tsys5/S1 /mnt/pfv-tsys5/S1 sas disk 86a503f7-ccff-46eb-beef-f228c8f6a337 ATA 0B 0x5000c500a1f40e9b none 0B 0B 0B 0 0 0 + 0 wwn-0x5000c500a1f41e07 0x5000c500a1f41e07 0 0 0B 14 0B 0 869.2G / 915.8G ext4 2M 0% 1.0 disk 4:0:3:0 0 sdf 512 8:80 8 80 512 brw-rw---- ST1000VN002-2EY102 1 sdf 131072 root /dev/sdf 512 4096 1 SC60 0 0 1 254 mq-deadline Z9C132TV 931.5G running block:scsi:pci /mnt/pfv-tsys5/S2 /mnt/pfv-tsys5/S2 sas disk fa33da34-350d-42db-911e-43615dfa8e76 ATA 0B 0x5000c500a1f41e07 none 0B 0B 0B 0 0 0 + +--- blkid + $ blkid +/dev/mapper/pve-root: UUID="b6e3c50b-ecb5-4003-bcca-80b041b80d9d" BLOCK_SIZE="4096" TYPE="ext4" +/dev/sdd2: UUID="0268-2282" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8f08a991-4a15-4cb4-883b-021f2dd29754" +/dev/sdd3: UUID="3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor" TYPE="LVM2_member" PARTUUID="eb628765-b459-404f-acae-90a21227ef02" +/dev/mapper/pve-swap: UUID="23d797ce-6767-445f-8996-0e9dd3851a41" TYPE="swap" +/dev/sdc1: UUID="d726f088-6424-4e42-ac47-d21ef3fc0963" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="17c50b78-8d2b-4e65-9e45-88e9b1e994f4" +/dev/sde: UUID="86a503f7-ccff-46eb-beef-f228c8f6a337" BLOCK_SIZE="4096" TYPE="ext4" +/dev/sdf: UUID="fa33da34-350d-42db-911e-43615dfa8e76" BLOCK_SIZE="4096" TYPE="ext4" +/dev/sda: UUID="f0ce9391-a061-4c99-9257-3781dbfd0b63" BLOCK_SIZE="4096" TYPE="ext4" +/dev/sdb: UUID="67accd89-6ff5-4560-8f07-47fbdf76db6d" BLOCK_SIZE="4096" TYPE="ext4" +/dev/sdd1: PARTUUID="df406eb7-a6c7-4b08-8fe8-67746ad7e022" +/dev/mapper/pve-vm--5112--disk--0: PTUUID="b4015da9" PTTYPE="dos" + +--- /proc/partitions + $ cat /proc/partitions +major minor #blocks name + + 8 0 976762584 sda + 8 16 488386584 sdb + 8 32 250059096 sdc + 8 33 250057728 sdc1 + 8 64 976762584 sde + 8 80 976762584 sdf + 8 48 1953514584 sdd + 8 49 1007 sdd1 + 8 50 1048576 sdd2 + 8 51 1952464967 sdd3 + 252 0 8388608 dm-0 + 252 1 100663296 dm-1 + 252 2 16650240 dm-2 + 252 3 1793077248 dm-3 + 252 4 1793077248 dm-4 + 252 5 1793077248 dm-5 + 252 7 301989888 dm-7 + 252 8 33554432 dm-8 + +--- fdisk -l + $ fdisk -l +Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors +Disk model: ST1000VN002-2EY1 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 4096 bytes + + +Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors +Disk model: TOSHIBA DT01ACA0 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 4096 bytes + + +Disk /dev/sdc: 238.47 GiB, 256060514304 bytes, 500118192 sectors +Disk model: Samsung SSD 860 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 131072 bytes +Disklabel type: gpt +Disk identifier: CF34F3D7-9BDA-41DB-B030-121FBE5C26FE + +Device Start End Sectors Size Type +/dev/sdc1 2048 500117503 500115456 238.5G Linux filesystem + + +Disk /dev/sde: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors +Disk model: ST1000VN002-2EY1 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 131072 bytes + + +Disk /dev/sdf: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors +Disk model: ST1000VN002-2EY1 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 131072 bytes + + +Disk /dev/sdd: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors +Disk model: HITACHI HUS72402 +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 131072 bytes +Disklabel type: gpt +Disk identifier: DE5FA9EE-AABE-43E7-9A03-99EB07728826 + +Device Start End Sectors Size Type +/dev/sdd1 34 2047 2014 1007K BIOS boot +/dev/sdd2 2048 2099199 2097152 1G EFI System +/dev/sdd3 2099200 3907029134 3904929935 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 / 131072 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 / 131072 bytes + + +Disk /dev/mapper/pve-vm--5112--disk--0: 288 GiB, 309237645312 bytes, 603979776 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 131072 bytes +Disklabel type: dos +Disk identifier: 0xb4015da9 + +Device Boot Start End Sectors Size Id Type +/dev/mapper/pve-vm--5112--disk--0-part1 * 2048 591693823 591691776 282.1G 83 Linux +/dev/mapper/pve-vm--5112--disk--0-part2 591695870 603977727 12281858 5.9G f W95 Ext'd (LBA) +/dev/mapper/pve-vm--5112--disk--0-part5 591695872 603977727 12281856 5.9G 82 Linux swap / Solaris + + +Disk /dev/mapper/pve-base--5100--disk--0: 32 GiB, 34359738368 bytes, 67108864 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / 131072 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 = 8192 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 4096 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = ST1000VN002-2EY1 +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 2 + read_ahead_kb = 8192 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 4096 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = TOSHIBA DT01ACA0 +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 0 + nr_requests = 254 + read_ahead_kb = 4096 + max_sectors_kb = 4096 + max_hw_sectors_kb = 4096 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 2000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 0 + zoned = none + dma_alignment = 511 + iostats = 1 + model = Samsung SSD 860 +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 254 + read_ahead_kb = 4096 + max_sectors_kb = 4096 + max_hw_sectors_kb = 4096 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = HITACHI HUS72402 +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 254 + read_ahead_kb = 4096 + max_sectors_kb = 4096 + max_hw_sectors_kb = 4096 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = ST1000VN002-2EY1 +/root/check.sh: line 62: printf: --: invalid option +printf: usage: printf [-v var] format [arguments] + scheduler = none [mq-deadline] + rotational = 1 + nr_requests = 254 + read_ahead_kb = 4096 + max_sectors_kb = 4096 + max_hw_sectors_kb = 4096 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 0 + discard_max_hw_bytes = 0 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 75000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 1 + zoned = none + dma_alignment = 511 + iostats = 1 + model = ST1000VN002-2EY1 + [exit=1] + +--- df -h (filesystem usage) + $ df -h +Filesystem Size Used Avail Use% Mounted on +udev 48G 0 48G 0% /dev +tmpfs 9.5G 11M 9.5G 1% /run +/dev/mapper/pve-root 94G 18G 73G 20% / +tmpfs 48G 40M 48G 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 48G 32K 48G 1% /tmp +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +/dev/sde 916G 53G 817G 7% /mnt/pfv-tsys5/S1 +/dev/sdf 916G 2.1M 870G 1% /mnt/pfv-tsys5/S2 +/dev/sdc1 234G 83G 140G 38% /mnt/pfv-tsys5/ssd +/dev/sda 916G 2.1M 870G 1% /mnt/pfv-tsys5/S3 +/dev/sdb 458G 2.1M 435G 1% /mnt/pfv-tsys5/S4 +tmpfs 9.5G 4.0K 9.5G 1% /run/user/0 +/dev/fuse 128M 28K 128M 1% /etc/pve + +--- df -i (inode usage) + $ df -i +Filesystem Inodes IUsed IFree IUse% Mounted on +udev 12347242 724 12346518 1% /dev +tmpfs 12359239 1385 12357854 1% /run +/dev/mapper/pve-root 6291456 82045 6209411 2% / +tmpfs 12359239 93 12359146 1% /dev/shm +tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service +tmpfs 12359239 39 12359200 1% /run/lock +tmpfs 1048576 15 1048561 1% /tmp +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +/dev/sde 61054976 47 61054929 1% /mnt/pfv-tsys5/S1 +/dev/sdf 61054976 13 61054963 1% /mnt/pfv-tsys5/S2 +/dev/sdc1 15630336 15 15630321 1% /mnt/pfv-tsys5/ssd +/dev/sda 61054976 13 61054963 1% /mnt/pfv-tsys5/S3 +/dev/sdb 30531584 13 30531571 1% /mnt/pfv-tsys5/S4 +tmpfs 2471847 27 2471820 1% /run/user/0 +/dev/fuse 262144 60 262084 1% /etc/pve + +############################################################################### +# 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=49388968k,nr_inodes=12347242,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=9887392k,mode=755,inode64) +/dev/mapper/pve-root on / type ext4 (rw,noatime,errors=remount-ro,stripe=32) +securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) +bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1739) +tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) +mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64) +binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) +lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4) +/dev/sde on /mnt/pfv-tsys5/S1 type ext4 (rw,relatime,stripe=32) +/dev/sdf on /mnt/pfv-tsys5/S2 type ext4 (rw,relatime,stripe=32) +/dev/sdc1 on /mnt/pfv-tsys5/ssd type ext4 (rw,noatime,errors=remount-ro,stripe=32) +/dev/sda on /mnt/pfv-tsys5/S3 type ext4 (rw,noatime,errors=remount-ro) +/dev/sdb on /mnt/pfv-tsys5/S4 type ext4 (rw,noatime,errors=remount-ro) +nfsd on /proc/fs/nfsd type nfsd (rw,relatime) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=9887388k,nr_inodes=2471847,mode=700,inode64) +/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) + +--- findmnt (tree) + $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs +TARGET SOURCE FSTYPE OPTIONS +/ /dev/mapper/pve-root ext4 rw,noatime,errors=remount-ro,stripe=32 +├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4 +├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4 +├─/mnt/pfv-tsys5/S1 /dev/sde ext4 rw,relatime,stripe=32 +├─/mnt/pfv-tsys5/S2 /dev/sdf ext4 rw,relatime,stripe=32 +├─/mnt/pfv-tsys5/ssd /dev/sdc1 ext4 rw,noatime,errors=remount-ro,stripe=32 +├─/mnt/pfv-tsys5/S3 /dev/sda ext4 rw,noatime,errors=remount-ro +└─/mnt/pfv-tsys5/S4 /dev/sdb ext4 rw,noatime,errors=remount-ro + +--- /etc/fstab + --- /etc/fstab --- +# +/dev/pve/root / ext4 noatime,errors=remount-ro 0 1 +/dev/pve/swap none swap sw 0 0 +proc /proc proc defaults 0 0 + +# SSD + +#/dev/sdc1: UUID="d726f088-6424-4e42-ac47-d21ef3fc0963" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="17c50b78-8d2b-4e65-9e45-8 +UUID="d726f088-6424-4e42-ac47-d21ef3fc0963" /mnt/pfv-tsys5/ssd ext4 noatime,errors=remount-ro 0 1 + + + +#S1 +#/dev/sde: UUID="86a503f7-ccff-46eb-beef-f228c8f6a337" BLOCK_SIZE="4096" TYPE="ext4" +UUID="86a503f7-ccff-46eb-beef-f228c8f6a337" /mnt/pfv-tsys5/S1 ext4 noatime,errors=remount-ro 0 1 + +#S2 +#/dev/sdf: UUID="fa33da34-350d-42db-911e-43615dfa8e76" BLOCK_SIZE="4096" TYPE="ext4" +UUID="fa33da34-350d-42db-911e-43615dfa8e76" /mnt/pfv-tsys5/S2 ext4 noatime,errors=remount-ro 0 1 + +#S3 +# /dev/sda: UUID="f0ce9391-a061-4c99-9257-3781dbfd0b63" BLOCK_SIZE="4096" TYPE="ext4" +UUID="f0ce9391-a061-4c99-9257-3781dbfd0b63" /mnt/pfv-tsys5/S3 ext4 noatime,errors=remount-ro 0 1 + +#S4 +#/dev/sdb: UUID="67accd89-6ff5-4560-8f07-47fbdf76db6d" BLOCK_SIZE="4096" TYPE="ext4" +UUID="67accd89-6ff5-4560-8f07-47fbdf76db6d" /mnt/pfv-tsys5/S4 ext4 noatime,errors=remount-ro 0 1 + + + +--- ext4 reserved block % (per fs) + $ for dev in $(awk '$3=="ext4"{print $1}' /proc/mounts 2>/dev/null); do + echo "=== $dev ===" + dumpe2fs -h "$dev" 2>/dev/null | grep -E 'Reserved|Block count|Free blocks|Block size|Mount count|Maximum mount|Last' +done +=== /dev/mapper/pve-root === +Last mounted on: / +Block count: 25165824 +Reserved block count: 1258291 +Free blocks: 20139751 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 19:15:58 2026 +Last write time: Sun Jul 26 16:17:48 2026 +Mount count: 11 +Maximum mount count: -1 +Last checked: Thu Feb 26 09:00:54 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sde === +Last mounted on: /mnt/pfv-tsys5/S1 +Block count: 244190646 +Reserved block count: 12209532 +Free blocks: 226216625 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 22:31:31 2026 +Last write time: Sun Jul 26 15:32:50 2026 +Mount count: 1 +Maximum mount count: -1 +Last checked: Fri Jul 24 22:30:26 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sdf === +Last mounted on: +Block count: 244190646 +Reserved block count: 12209532 +Free blocks: 240075442 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 22:31:36 2026 +Last write time: Sat Jul 25 11:31:17 2026 +Mount count: 1 +Maximum mount count: -1 +Last checked: Fri Jul 24 22:30:39 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sdc1 === +Last mounted on: /mnt/pfv-tsys5/ssd +Block count: 62514432 +Reserved block count: 3125721 +Free blocks: 39639910 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 22:35:40 2026 +Last write time: Sun Jul 26 15:43:47 2026 +Mount count: 3 +Maximum mount count: -1 +Last checked: Mon Apr 6 08:20:57 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sda === +Last mounted on: /mnt/pfv-tsys5/S3 +Block count: 244190646 +Reserved block count: 12209532 +Free blocks: 240074223 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 22:41:55 2026 +Last write time: Sun Jul 26 13:46:29 2026 +Mount count: 1 +Maximum mount count: -1 +Last checked: Fri Jul 24 22:40:21 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) +=== /dev/sdb === +Last mounted on: +Block count: 122096646 +Reserved block count: 6104832 +Free blocks: 119898792 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Fri Jul 24 22:45:32 2026 +Last write time: Sat Jul 25 11:31:48 2026 +Mount count: 1 +Maximum mount count: -1 +Last checked: Fri Jul 24 22:43:10 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/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4 + +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4 + +/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3 + Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.5,local_lock=none,addr=10.100.100.4 + + +--- nfsstat -c (client stats) + $ nfsstat -c +Client rpc stats: +calls retrans authrefrsh +346109 0 346892 + +Client nfs v4: +null read write commit open +1 0% 26457 7% 239630 69% 0 0% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 64 0% 0 0% 44 0% 0 0% +fsinfo renew setclntid confirm lock +12 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 87 0% 15640 4% 31 0% +lookup_root remove rename link symlink +3 0% 2 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 12 0% 47753 13% 0 0% 50 0% +server_caps delegreturn getacl setacl fs_locations +24 0% 18 0% 0 0% 0 0% 0 0% +rel_lkowner secinfo fsid_present exchange_id create_session +0 0% 0 0% 0 0% 2 0% 2 0% +destroy_session sequence get_lease_time reclaim_comp layoutget +1 0% 3 0% 1 0% 1 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 3 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 16235 4% +allocate deallocate layoutstats clone +0 0% 0 0% 71 0% 0 0% + + +--- nfsstat -s (server stats) + $ nfsstat -s +Server rpc stats: +calls badcalls badfmt badauth badclnt +222295 0 0 0 0 + +Server nfs v4: +null compound +8 0% 222287 99% + +Server nfs v4 operations: +op0-unused op1-unused op2-future access close +0 0% 0 0% 0 0% 269 0% 12 0% +commit create delegpurge delegreturn getattr +1022 0% 4 0% 0 0% 1 0% 217853 32% +getfh link lock lockt locku +350 0% 0 0% 0 0% 0 0% 0 0% +lookup lookup_root nverify open openattr +315 0% 0 0% 0 0% 13 0% 0 0% +open_conf open_dgrd putfh putpubfh putrootfh +0 0% 0 0% 222175 33% 0 0% 70 0% +read readdir readlink remove rename +18 0% 27 0% 0 0% 2 0% 0 0% +renew restorefh savefh secinfo setattr +0 0% 0 0% 0 0% 0 0% 1 0% +setcltid setcltidconf verify write rellockowner +0 0% 0 0% 0 0% 3283 0% 0 0% +bc_ctl bind_conn exchange_id create_ses destroy_ses +0 0% 0 0% 16 0% 8 0% 4 0% +free_stateid getdirdeleg getdevinfo getdevlist layoutcommit +0 0% 16 0% 0 0% 0 0% 0 0% +layoutget layoutreturn secinfononam sequence set_ssv +0 0% 0 0% 35 0% 222255 33% 0 0% +test_stateid want_deleg destroy_clid reclaim_comp allocate +0 0% 0 0% 4 0% 8 0% 0 0% +copy copy_notify deallocate ioadvise layouterror +0 0% 0 0% 0 0% 0 0% 0 0% +layoutstats offloadcancel offloadstatus readplus seek +0 0% 0 0% 0 0% 0 0% 0 0% +write_same +0 0% + + +--- nfsstat -234 (version stats) + $ nfsstat -234 +Server rpc stats: +calls badcalls badfmt badauth badclnt +222295 0 0 0 0 + +Server nfs v2: +null getattr setattr root lookup +0 0% 0 0% 0 0% 0 0% 0 0% +readlink read wrcache write create +0 0% 0 0% 0 0% 0 0% 0 0% +remove rename link symlink mkdir +0 0% 0 0% 0 0% 0 0% 0 0% +rmdir readdir fsstat +0 0% 0 0% 0 0% + +Server nfs v3: +null getattr setattr lookup access +0 0% 0 0% 0 0% 0 0% 0 0% +readlink read write create mkdir +0 0% 0 0% 0 0% 0 0% 0 0% +symlink mknod remove rmdir rename +0 0% 0 0% 0 0% 0 0% 0 0% +link readdir readdirplus fsstat fsinfo +0 0% 0 0% 0 0% 0 0% 0 0% +pathconf commit +0 0% 0 0% + +Server nfs v4: +null compound +8 0% 222287 99% + +Server nfs v4 operations: +op0-unused op1-unused op2-future access close +0 0% 0 0% 0 0% 269 0% 12 0% +commit create delegpurge delegreturn getattr +1022 0% 4 0% 0 0% 1 0% 217853 32% +getfh link lock lockt locku +350 0% 0 0% 0 0% 0 0% 0 0% +lookup lookup_root nverify open openattr +315 0% 0 0% 0 0% 13 0% 0 0% +open_conf open_dgrd putfh putpubfh putrootfh +0 0% 0 0% 222175 33% 0 0% 70 0% +read readdir readlink remove rename +18 0% 27 0% 0 0% 2 0% 0 0% +renew restorefh savefh secinfo setattr +0 0% 0 0% 0 0% 0 0% 1 0% +setcltid setcltidconf verify write rellockowner +0 0% 0 0% 0 0% 3283 0% 0 0% +bc_ctl bind_conn exchange_id create_ses destroy_ses +0 0% 0 0% 16 0% 8 0% 4 0% +free_stateid getdirdeleg getdevinfo getdevlist layoutcommit +0 0% 16 0% 0 0% 0 0% 0 0% +layoutget layoutreturn secinfononam sequence set_ssv +0 0% 0 0% 35 0% 222255 33% 0 0% +test_stateid want_deleg destroy_clid reclaim_comp allocate +0 0% 0 0% 4 0% 8 0% 0 0% +copy copy_notify deallocate ioadvise layouterror +0 0% 0 0% 0 0% 0 0% 0 0% +layoutstats offloadcancel offloadstatus readplus seek +0 0% 0 0% 0 0% 0 0% 0 0% +write_same +0 0% + +Client rpc stats: +calls retrans authrefrsh +346109 0 346892 + +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 +1 0% 26457 7% 239630 69% 0 0% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 64 0% 0 0% 44 0% 0 0% +fsinfo renew setclntid confirm lock +12 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 87 0% 15640 4% 31 0% +lookup_root remove rename link symlink +3 0% 2 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 12 0% 47753 13% 0 0% 50 0% +server_caps delegreturn getacl setacl fs_locations +24 0% 18 0% 0 0% 0 0% 0 0% +rel_lkowner secinfo fsid_present exchange_id create_session +0 0% 0 0% 0 0% 2 0% 2 0% +destroy_session sequence get_lease_time reclaim_comp layoutget +1 0% 3 0% 1 0% 1 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 3 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 16235 4% +allocate deallocate layoutstats clone +0 0% 0 0% 71 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 346503 0 347286 +proc4 71 1 26457 239948 0 0 0 64 0 44 0 12 0 0 0 0 0 0 87 15658 31 3 2 0 0 0 0 12 47810 0 50 24 18 0 0 0 0 0 0 2 2 1 3 1 1 0 0 0 0 3 0 0 0 0 0 16235 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 + +--- /proc/net/rpc/nfsd + $ cat /proc/net/rpc/nfsd +rc 0 0 222781 +fh 0 0 0 0 0 +io 630784 2438537728 +th 16 0 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 +ra 0 0 0 0 0 0 0 0 0 0 0 0 +net 222781 0 222781 14 +rpc 222781 0 0 0 0 +proc3 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +proc4 2 8 222773 +proc4ops 76 0 0 0 290 14 1022 4 0 1 218329 350 0 0 0 0 315 0 0 15 0 0 0 222661 0 70 21 34 0 2 0 0 0 0 0 1 0 0 0 3283 0 0 0 16 8 4 0 20 0 0 0 0 0 35 222741 0 0 0 4 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +wdeleg_getattr 0 + +--- exports + --- /etc/exports --- +# /etc/exports: the access control list for filesystems which may be exported +# to NFS clients. See exports(5). +# +# Example for NFSv2 and NFSv3: +# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) +# +# Example for NFSv4: +# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) +# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) +# + +/mnt/pfv-tsys5/ssd *(rw,no_root_squash) + +#preprpod, not shared for now +#/mnt/pfv-tsys5/S1 *(rw,no_root_squash) + +/mnt/pfv-tsys5/S2 *(rw,no_root_squash) +/mnt/pfv-tsys5/S3 *(rw,no_root_squash) +/mnt/pfv-tsys5/S4 *(rw,no_root_squash) + + [missing: /etc/exports.d/*.exports] + +--- nfs.conf + --- /etc/nfs.conf --- +# +# This is a general configuration for the +# NFS daemons and tools +# +[general] +pipefs-directory=/run/rpc_pipefs +# +[nfsrahead] +# nfs=15000 +# nfs4=16000 +# +[exports] +# rootdir=/export +# +[exportfs] +# debug=0 +# +[gssd] +# verbosity=0 +# rpc-verbosity=0 +# use-memcache=0 +# use-machine-creds=1 +# use-gss-proxy=0 +# avoid-dns=1 +# limit-to-legacy-enctypes=0 +# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96 +# context-timeout=0 +# rpc-timeout=5 +# keytab-file=/etc/krb5.keytab +# cred-cache-directory= +# preferred-realm= +# set-home=1 +# upcall-timeout=30 +# cancel-timed-out-upcalls=0 +# +[lockd] +# port=0 +# udp-port=0 +# +[exportd] +# debug="all|auth|call|general|parse" +# manage-gids=n +# state-directory-path=/var/lib/nfs +# threads=1 +# cache-use-ipaddr=n +# ttl=1800 +[mountd] +# debug="all|auth|call|general|parse" +manage-gids=y +# descriptors=0 +# port=0 +# threads=1 +# reverse-lookup=n +# state-directory-path=/var/lib/nfs +# ha-callout= +# cache-use-ipaddr=n +# ttl=1800 +# +[nfsdcld] +# debug=0 +# storagedir=/var/lib/nfs/nfsdcld +# +[nfsd] +listen=0.0.0.0 +# 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 + --- /etc/default/nfs-kernel-server --- +# Runtime priority of server (see nice(1)) +RPCNFSDPRIORITY=0 + +# Do you want to start the svcgssd daemon? It is only required for Kerberos +# exports. Valid alternatives are "yes" and "no"; the default is "no". +NEED_SVCGSSD="" + --- /etc/default/nfs-common --- +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD= + +--- idmapd.conf + --- /etc/idmapd.conf --- +[General] + +Verbosity = 0 +# set your own domain here, if it differs from FQDN minus hostname +# Domain = localdomain + +[Mapping] + +Nobody-User = nobody +Nobody-Group = nogroup + +--- pvesm status + $ pvesm status +Name Type Status Total (KiB) Used (KiB) Available (KiB) % +D2 nfs active 2883130368 195840000 2540761088 6.79% +D3 nfs active 491133952 2048 466110464 0.00% +D5 nfs active 1921726464 244210688 1579823104 12.71% +SSD dir active 245023004 86468868 146034868 35.29% +local dir active 98497780 17938556 75509676 18.21% +local-lvm lvmthin active 1793077248 42316623 1750760624 2.36% +local-nonprod dir active 960303848 55442404 856006932 5.77% + +--- pvesm list per storage + $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do + echo "--- storage: $s ---" + pvesm list "$s" 2>/dev/null | head -n 30 + echo "--- pvesm config $s ---" + pvesm config "$s" 2>/dev/null +done +--- storage: D2 --- +Volid Format Type Size VMID +D2:100/vm-100-disk-0.raw raw images 34359738368 100 +D2:100/vm-100-disk-1.raw raw images 540672 100 +D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 +D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 +D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 +D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 +D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 +D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 +D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117 +D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000 +D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 +D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 +D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 +D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 +D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 +D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 +D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 +D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 +D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 +--- pvesm config D2 --- +--- storage: D3 --- +Volid Format Type Size VMID +--- pvesm config D3 --- +--- storage: D5 --- +Volid Format Type Size VMID +D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 +D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 +D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 +D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 +D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 +D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 +D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532 +D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533 +D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534 +D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535 +D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536 +D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 +D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 +D5:538/vm-812-disk-2.raw raw images 429496729600 538 +D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 +D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 +D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 +D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 +D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +--- pvesm config D5 --- +--- storage: SSD --- +Volid Format Type Size VMID +SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111 +--- pvesm config SSD --- +--- storage: local --- +Volid Format Type Size VMID +local:iso/debian13.iso iso iso 790626304 +local:iso/proxmox-backup-server_4.2-1.iso iso iso 1480032256 +local:iso/proxmox-datacenter-manager_1.1-1.iso iso iso 1458884608 +local:iso/proxmox-mail-gateway_9.1-1.iso iso iso 1694324736 +local:iso/proxmox-ve_9.2-1.iso iso iso 1706178560 +local:iso/ubuntur-24.04.4.iso iso iso 3303444480 +--- pvesm config local --- +--- storage: local-lvm --- +Volid Format Type Size VMID +local-lvm:base-5100-disk-0 raw images 34359738368 5100 +local-lvm:vm-5102-disk-0 raw images 34359738368 5102 +local-lvm:vm-5103-disk-0 raw images 34359738368 5103 +local-lvm:vm-5104-disk-0 raw images 34359738368 5104 +local-lvm:vm-5112-disk-0 raw images 309237645312 5112 +--- pvesm config local-lvm --- +--- storage: local-nonprod --- +Volid Format Type Size VMID +local-nonprod:5101/vm-5101-disk-0.qcow2 qcow2 images 141733920768 5101 +local-nonprod:51010/vm-51010-disk-0.qcow2 qcow2 images 34359738368 51010 +local-nonprod:51011/vm-51011-disk-0.qcow2 qcow2 images 34359738368 51011 +local-nonprod:51012/vm-51012-disk-0.qcow2 qcow2 images 34359738368 51012 +local-nonprod:51013/vm-51013-disk-0.qcow2 qcow2 images 34359738368 51013 +local-nonprod:51014/vm-51014-disk-0.qcow2 qcow2 images 34359738368 51014 +local-nonprod:5105/vm-5105-disk-0.qcow2 qcow2 images 309237645312 5105 +local-nonprod:5106/vm-5106-disk-0.qcow2 qcow2 images 34359738368 5106 +local-nonprod:5107/vm-5107-disk-0.qcow2 qcow2 images 34359738368 5107 +local-nonprod:5108/vm-5108-disk-0.qcow2 qcow2 images 34359738368 5108 +local-nonprod:5109/vm-5109-disk-0.qcow2 qcow2 images 34359738368 5109 +local-nonprod:515/vm-515-disk-0.qcow2 qcow2 images 107374182400 515 +local-nonprod:53100/vm-53100-disk-0.qcow2 qcow2 images 171798691840 53100 +local-nonprod:53101/vm-53101-disk-0.qcow2 qcow2 images 34359738368 53101 +local-nonprod:53102/vm-53102-disk-0.qcow2 qcow2 images 34359738368 53102 +local-nonprod:53103/vm-53103-disk-0.qcow2 qcow2 images 34359738368 53103 +local-nonprod:6000/vm-6000-disk-0.qcow2 qcow2 images 34359738368 6000 +--- pvesm config local-nonprod --- + [exit=255] + +############################################################################### +# 17. STORAGE: LVM +############################################################################### + +--- pvs + $ pvs -v + PV VG Fmt Attr PSize PFree DevSize PV UUID + /dev/sdd3 pve lvm2 a-- <1.82t 16.24g <1.82t 3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor + +--- vgs + $ vgs -v + VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile + pve wz--n- 4.00m 1 8 0 <1.82t 16.24g DQJIQ2-Hytg-wkk8-t8XN-ftB8-CSS3-PkAt5l + +--- 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% + base-5100-disk-0 pve Vri-a-tz-k 34359738368B data 0.00 thin,sparse public data 0.00 + data pve twi-aotz-- 1836111101952B 2.36 0.23 thin,pool private 2.36 0.23 + root pve -wi-ao---- 103079215104B linear public + swap pve -wi-ao---- 8589934592B linear public + vm-5102-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data + vm-5103-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data + vm-5104-disk-0 pve Vwi---tz-- 34359738368B data thin,sparse public data + vm-5112-disk-0 pve Vwi-aotz-- 309237645312B data 14.01 thin,sparse public data 14.01 + +--- pvdisplay + $ pvdisplay + --- Physical volume --- + PV Name /dev/sdd3 + VG Name pve + PV Size <1.82 TiB / not usable <4.07 MiB + Allocatable yes + PE Size 4.00 MiB + Total PE 476675 + Free PE 4158 + Allocated PE 472517 + PV UUID 3Hy2uS-bTVE-5CmV-fSUc-pJfB-6at7-XPIwor + + +--- vgdisplay + $ vgdisplay + --- Volume group --- + VG Name pve + System ID + Format lvm2 + Metadata Areas 1 + Metadata Sequence No 129 + VG Access read/write + VG Status resizable + MAX LV 0 + Cur LV 8 + Open LV 3 + Max PV 0 + Cur PV 1 + Act PV 1 + VG Size <1.82 TiB + PE Size 4.00 MiB + Total PE 476675 + Alloc PE / Size 472517 / 1.80 TiB + Free PE / Size 4158 / 16.24 GiB + VG UUID DQJIQ2-Hytg-wkk8-t8XN-ftB8-CSS3-PkAt5l + + +--- lvdisplay + $ lvdisplay + --- Logical volume --- + LV Name data + VG Name pve + LV UUID as93nk-voWB-8ldF-uixQ-dq5t-qQjc-a1PjX2 + LV Write Access read/write (activated read only) + LV Creation host, time proxmox, 2026-02-26 02:55:19 -0600 + LV Pool metadata data_tmeta + LV Pool data data_tdata + LV Status available + # open 0 + LV Size <1.67 TiB + Allocated pool data 2.36% + Allocated metadata 0.23% + Current LE 437763 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 8192 + Block device 252:5 + + --- Logical volume --- + LV Path /dev/pve/swap + LV Name swap + VG Name pve + LV UUID 09lGw1-urVX-Myv2-9Ig4-5aZf-f9ev-2MWD8d + LV Write Access read/write + LV Creation host, time proxmox, 2026-02-26 02:55:19 -0600 + LV Status available + # open 1 + LV Size 8.00 GiB + Current LE 2048 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 8192 + Block device 252:0 + + --- Logical volume --- + LV Path /dev/pve/root + LV Name root + VG Name pve + LV UUID eHzPs4-lmmu-f5vz-prX5-HBBJ-cOxr-uGzifs + LV Write Access read/write + LV Creation host, time proxmox, 2026-02-26 02:55:19 -0600 + LV Status available + # open 1 + LV Size 96.00 GiB + Current LE 24576 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 8192 + Block device 252:1 + + --- Logical volume --- + LV Path /dev/pve/base-5100-disk-0 + LV Name base-5100-disk-0 + VG Name pve + LV UUID Xti0mZ-RfJk-3kBx-kGep-bf6Y-o83w-SbQUgU + LV Write Access read only + LV Creation host, time pfv-tsys5, 2026-07-23 10:13:04 -0500 + LV Pool name data + LV Status available + # open 0 + LV Size 32.00 GiB + Mapped size 0.00% + Current LE 8192 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 8192 + Block device 252:8 + + --- Logical volume --- + LV Path /dev/pve/vm-5102-disk-0 + LV Name vm-5102-disk-0 + VG Name pve + LV UUID yr60b8-ndB7-YV5x-DkLj-T7C1-53me-fPbe3V + LV Write Access read/write + LV Creation host, time pfv-tsys5, 2026-07-23 10:14:53 -0500 + LV Pool name data + LV Status NOT available + LV Size 32.00 GiB + Current LE 8192 + Segments 1 + Allocation inherit + Read ahead sectors auto + + --- Logical volume --- + LV Path /dev/pve/vm-5103-disk-0 + LV Name vm-5103-disk-0 + VG Name pve + LV UUID 0hHhm5-bs1j-5jaC-4dOO-Uiyj-fZrU-LAlCLs + LV Write Access read/write + LV Creation host, time pfv-tsys5, 2026-07-23 10:15:12 -0500 + LV Pool name data + LV Status NOT available + LV Size 32.00 GiB + Current LE 8192 + Segments 1 + Allocation inherit + Read ahead sectors auto + + --- Logical volume --- + LV Path /dev/pve/vm-5104-disk-0 + LV Name vm-5104-disk-0 + VG Name pve + LV UUID aV3Ov4-Ourf-XXTA-kfoJ-LaXO-BKCx-3do310 + LV Write Access read/write + LV Creation host, time pfv-tsys5, 2026-07-23 10:15:32 -0500 + LV Pool name data + LV Status NOT available + LV Size 32.00 GiB + Current LE 8192 + Segments 1 + Allocation inherit + Read ahead sectors auto + + --- Logical volume --- + LV Path /dev/pve/vm-5112-disk-0 + LV Name vm-5112-disk-0 + VG Name pve + LV UUID I80n0e-Z2fQ-8F61-aSIW-rIT3-PYgE-zneTFu + LV Write Access read/write + LV Creation host, time pfv-tsys5, 2026-07-23 10:16:59 -0500 + LV Pool name data + LV Status available + # open 1 + LV Size 288.00 GiB + Mapped size 14.01% + Current LE 73728 + Segments 1 + Allocation inherit + Read ahead sectors auto + - currently set to 8192 + Block device 252:7 + + +--- 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.3.4-pve1 + +--- zpool version + $ zpool version +zfs-2.4.3-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool list -v + $ zpool list -v +no pools available + +--- zpool status -v + $ zpool status -v +no pools available + +--- zpool key properties + $ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly + +--- zfs per-dataset key properties + $ zfs get -r -o name,property,value,source \ + compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null + [exit=2] + +--- ARC stats + $ cat /proc/spl/kstat/zfs/arcstats +21 1 0x01 147 39984 38395389884 162897806159857 +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 3163965184 +c_min 4 3163965184 +c_max 4 10125049856 +size 4 1920 +compressed_size 4 0 +uncompressed_size 4 0 +overhead_size 4 0 +hdr_size 4 1920 +data_size 4 0 +metadata_size 4 0 +dbuf_size 4 0 +dnode_size 4 0 +bonus_size 4 0 +anon_size 4 0 +anon_data 4 0 +anon_metadata 4 0 +anon_evictable_data 4 0 +anon_evictable_metadata 4 0 +mru_size 4 0 +mru_data 4 0 +mru_metadata 4 0 +mru_evictable_data 4 0 +mru_evictable_metadata 4 0 +mru_ghost_size 4 0 +mru_ghost_data 4 0 +mru_ghost_metadata 4 0 +mru_ghost_evictable_data 4 0 +mru_ghost_evictable_metadata 4 0 +mfu_size 4 0 +mfu_data 4 0 +mfu_metadata 4 0 +mfu_evictable_data 4 0 +mfu_evictable_metadata 4 0 +mfu_ghost_size 4 0 +mfu_ghost_data 4 0 +mfu_ghost_metadata 4 0 +mfu_ghost_evictable_data 4 0 +mfu_ghost_evictable_metadata 4 0 +uncached_size 4 0 +uncached_data 4 0 +uncached_metadata 4 0 +uncached_evictable_data 4 0 +uncached_evictable_metadata 4 0 +l2_hits 4 0 +l2_misses 4 0 +l2_prefetch_asize 4 0 +l2_mru_asize 4 0 +l2_mfu_asize 4 0 +l2_bufc_data_asize 4 0 +l2_bufc_metadata_asize 4 0 +l2_feeds 4 0 +l2_rw_clash 4 0 +l2_read_bytes 4 0 +l2_write_bytes 4 0 +l2_writes_sent 4 0 +l2_writes_done 4 0 +l2_writes_error 4 0 +l2_writes_lock_retry 4 0 +l2_evict_lock_retry 4 0 +l2_evict_reading 4 0 +l2_evict_l1cached 4 0 +l2_free_on_write 4 0 +l2_abort_lowmem 4 0 +l2_cksum_bad 4 0 +l2_io_error 4 0 +l2_size 4 0 +l2_asize 4 0 +l2_hdr_size 4 0 +l2_log_blk_writes 4 0 +l2_log_blk_avg_asize 4 0 +l2_log_blk_asize 4 0 +l2_log_blk_count 4 0 +l2_data_to_meta_ratio 4 0 +l2_rebuild_success 4 0 +l2_rebuild_unsupported 4 0 +l2_rebuild_io_errors 4 0 +l2_rebuild_dh_errors 4 0 +l2_rebuild_cksum_lb_errors 4 0 +l2_rebuild_lowmem 4 0 +l2_rebuild_size 4 0 +l2_rebuild_asize 4 0 +l2_rebuild_bufs 4 0 +l2_rebuild_bufs_precached 4 0 +l2_rebuild_log_blks 4 0 +memory_throttle_count 4 0 +memory_direct_count 4 0 +memory_indirect_count 4 0 +memory_all_bytes 4 101246885888 +memory_free_bytes 4 67169845248 +memory_available_bytes 3 63700415744 +arc_no_grow 4 0 +arc_tempreserve 4 0 +arc_loaned_bytes 4 0 +arc_prune 4 0 +arc_meta_used 4 1920 +arc_dnode_limit 4 1012504985 +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 3469429504 +arc_raw_size 4 0 +cached_only_in_progress 4 0 +abd_chunk_waste_size 4 0 + +--- dmu_tx + $ cat /proc/spl/kstat/zfs/dmu_tx +17 1 0x01 13 3536 38375826540 162897807613626 +name type data +dmu_tx_assigned 4 0 +dmu_tx_delay 4 0 +dmu_tx_error 4 0 +dmu_tx_suspended 4 0 +dmu_tx_group 4 0 +dmu_tx_memory_reserve 4 0 +dmu_tx_memory_reclaim 4 0 +dmu_tx_dirty_throttle 4 0 +dmu_tx_dirty_delay 4 0 +dmu_tx_dirty_over_max 4 0 +dmu_tx_dirty_frees_delay 4 0 +dmu_tx_wrlog_delay 4 0 +dmu_tx_quota 4 0 + +--- zfetchstats + $ cat /proc/spl/kstat/zfs/zfetchstats +16 1 0x01 8 2176 38375825551 162897808945603 +name type data +hits 4 0 +future 4 0 +stride 4 0 +past 4 0 +misses 4 0 +max_streams 4 0 +io_issued 4 0 +io_active 4 0 + +--- vdev_cache_stats + $ cat /proc/spl/kstat/zfs/vdev_cache_stats +cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory + [exit=1 / not installed or not permitted] + +--- abdstats + $ cat /proc/spl/kstat/zfs/abdstats +14 1 0x01 20 5440 38375695230 162897811913320 +name type data +struct_size 4 96 +linear_cnt 4 0 +linear_data_size 4 0 +scatter_cnt 4 1 +scatter_data_size 4 4096 +scatter_chunk_waste 4 0 +scatter_order_0 4 0 +scatter_order_1 4 0 +scatter_order_2 4 0 +scatter_order_3 4 0 +scatter_order_4 4 0 +scatter_order_5 4 0 +scatter_order_6 4 0 +scatter_order_7 4 0 +scatter_order_8 4 0 +scatter_order_9 4 0 +scatter_page_multi_chunk 4 1 +scatter_page_multi_zone 4 0 +scatter_page_alloc_retry 4 0 +scatter_sg_table_retry 4 0 + +--- ZFS module parameters (perf-relevant) + $ for f in /sys/module/zfs/parameters/*; do + [ -r "$f" ] || continue + name="$(basename "$f")" + case "$name" in + zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;; + *) continue ;; + esac + printf ' %-50s = %s\n' "$name" "$(cat "$f")" +done + l2arc_exclude_special = 0 + l2arc_feed_again = 1 + l2arc_feed_min_ms = 200 + l2arc_feed_secs = 1 + l2arc_headroom = 8 + l2arc_headroom_boost = 200 + l2arc_meta_percent = 33 + l2arc_mfuonly = 0 + l2arc_noprefetch = 1 + l2arc_norw = 0 + l2arc_rebuild_blocks_min_l2size = 1073741824 + l2arc_rebuild_enabled = 1 + l2arc_trim_ahead = 0 + l2arc_write_boost = 33554432 + l2arc_write_max = 33554432 + zfs_abd_scatter_enabled = 1 + zfs_abd_scatter_max_order = 9 + zfs_abd_scatter_min_size = 1536 + zfs_arc_average_blocksize = 8192 + zfs_arc_dnode_limit = 0 + zfs_arc_dnode_limit_percent = 10 + zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batch_limit = 10 + zfs_arc_eviction_pct = 200 + zfs_arc_evict_threads = 3 + zfs_arc_grow_retry = 0 + zfs_arc_lotsfree_percent = 10 + zfs_arc_max = 10125049856 + zfs_arc_meta_balance = 500 + zfs_arc_min = 0 + zfs_arc_min_prefetch_ms = 0 + zfs_arc_min_prescient_prefetch_ms = 0 + zfs_arc_pc_percent = 0 + zfs_arc_prune_task_threads = 1 + zfs_arc_shrinker_limit = 0 + zfs_arc_shrinker_seeks = 2 + zfs_arc_shrink_shift = 0 + zfs_arc_sys_free = 0 + zfs_dbuf_state_index = 0 + zfs_dio_enabled = 1 + zfs_dio_write_verify_events_per_second = 20 + zfs_dirty_data_max = 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_def_queue_depth = 32 + zfs_vdev_direct_write_verify = 1 + zfs_vdev_disk_classic = 0 + zfs_vdev_disk_max_segs = 0 + zfs_vdev_failfast_mask = 1 + zfs_vdev_initializing_max_active = 1 + zfs_vdev_initializing_min_active = 1 + zfs_vdev_max_active = 1000 + zfs_vdev_max_auto_ashift = 14 + zfs_vdev_max_ms_shift = 34 + zfs_vdev_min_auto_ashift = 9 + zfs_vdev_min_ms_count = 16 + zfs_vdev_mirror_non_rotating_inc = 0 + zfs_vdev_mirror_non_rotating_seek_inc = 1 + zfs_vdev_mirror_rotating_inc = 0 + zfs_vdev_mirror_rotating_seek_inc = 5 + zfs_vdev_mirror_rotating_seek_offset = 1048576 + zfs_vdev_ms_count_limit = 131072 + zfs_vdev_nia_credit = 5 + zfs_vdev_nia_delay = 5 + zfs_vdev_open_timeout_ms = 1000 + zfs_vdev_queue_depth_pct = 1000 + zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 + zfs_vdev_read_gap_limit = 32768 + zfs_vdev_rebuild_max_active = 3 + zfs_vdev_rebuild_min_active = 1 + zfs_vdev_removal_max_active = 2 + zfs_vdev_removal_min_active = 1 + zfs_vdev_scheduler = unused + zfs_vdev_scrub_max_active = 3 + zfs_vdev_scrub_min_active = 1 + zfs_vdev_sync_read_max_active = 10 + zfs_vdev_sync_read_min_active = 10 + zfs_vdev_sync_write_max_active = 10 + zfs_vdev_sync_write_min_active = 10 + zfs_vdev_trim_max_active = 2 + zfs_vdev_trim_min_active = 1 + zfs_vdev_write_gap_limit = 4096 + zfs_zil_clean_taskq_maxalloc = 1048576 + zfs_zil_clean_taskq_minalloc = 1024 + zfs_zil_clean_taskq_nthr_pct = 100 + zvol_blk_mq_blocks_per_thread = 8 + zvol_blk_mq_queue_depth = 128 + zvol_enforce_quotas = 1 + zvol_inhibit_dev = 0 + zvol_major = 230 + zvol_max_discard_blocks = 16384 + zvol_num_taskqs = 0 + zvol_open_timeout_ms = 1000 + zvol_prefetch_bytes = 131072 + zvol_request_sync = 0 + zvol_threads = 0 + zvol_use_blk_mq = 0 + zvol_volmode = 1 + +--- zpool iostat snapshot + $ zpool iostat 1 1 +no pools available + +--- arc_summary (if present) + $ arc_summary + +------------------------------------------------------------------------ +ZFS Subsystem Report Sun Jul 26 16:30:19 2026 +Linux 6.17.2-1-pve 2.3.4-pve1 +Machine: pfv-tsys5 (x86_64) 2.3.4-pve1 + +ARC status: + Total memory size: 94.3 GiB + Min target size: 3.1 % 2.9 GiB + Max target size: 10.0 % 9.4 GiB + Target size (adaptive): < 0.1 % 2.9 GiB + Current size: < 0.1 % 1.9 KiB + Free memory size: 62.6 GiB + Available memory size: 59.3 GiB + +ARC structural breakdown (current size): 1.9 KiB + Compressed size: 0.0 % 0 Bytes + Overhead size: 0.0 % 0 Bytes + Bonus size: 0.0 % 0 Bytes + Dnode size: 0.0 % 0 Bytes + Dbuf size: 0.0 % 0 Bytes + Header size: 100.0 % 1.9 KiB + L2 header size: 0.0 % 0 Bytes + ABD chunk waste size: 0.0 % 0 Bytes + +ARC types breakdown (compressed + overhead): 0 Bytes + Data size: n/a 0 Bytes + Metadata size: n/a 0 Bytes + +ARC states breakdown (compressed + overhead): 0 Bytes + Anonymous data size: n/a 0 Bytes + Anonymous metadata size: n/a 0 Bytes + MFU data target: 37.5 % 0 Bytes + MFU data size: n/a 0 Bytes + MFU evictable data size: n/a 0 Bytes + MFU ghost data size: 0 Bytes + MFU metadata target: 12.5 % 0 Bytes + MFU metadata size: n/a 0 Bytes + MFU evictable metadata size: n/a 0 Bytes + MFU ghost metadata size: 0 Bytes + MRU data target: 37.5 % 0 Bytes + MRU data size: n/a 0 Bytes + MRU evictable data size: n/a 0 Bytes + MRU ghost data size: 0 Bytes + MRU metadata target: 12.5 % 0 Bytes + MRU metadata size: n/a 0 Bytes + MRU evictable metadata size: n/a 0 Bytes + MRU ghost metadata size: 0 Bytes + Uncached data size: n/a 0 Bytes + Uncached metadata size: n/a 0 Bytes + +ARC hash breakdown: + Elements: 0 + Collisions: 0 + Chain max: 0 + Chains: 0 + +ARC misc: + Uncompressed size: n/a 0 Bytes + Memory throttles: 0 + Memory direct reclaims: 0 + Memory indirect reclaims: 0 + Deleted: 0 + Mutex misses: 0 + Eviction skips: 0 + Eviction skips due to L2 writes: 0 + L2 cached evictions: 0 Bytes + L2 eligible evictions: 0 Bytes + L2 eligible MFU evictions: n/a 0 Bytes + L2 eligible MRU evictions: n/a 0 Bytes + L2 ineligible evictions: 0 Bytes + +ARC total accesses: 0 + Total hits: n/a 0 + Total I/O hits: n/a 0 + Total misses: n/a 0 + +ARC demand data accesses: n/a 0 + Demand data hits: n/a 0 + Demand data I/O hits: n/a 0 + Demand data misses: n/a 0 + +ARC demand metadata accesses: n/a 0 + Demand metadata hits: n/a 0 + Demand metadata I/O hits: n/a 0 + Demand metadata misses: n/a 0 + +ARC prefetch data accesses: n/a 0 + Prefetch data hits: n/a 0 + Prefetch data I/O hits: n/a 0 + Prefetch data misses: n/a 0 + +ARC prefetch metadata accesses: n/a 0 + Prefetch metadata hits: n/a 0 + Prefetch metadata I/O hits: n/a 0 + Prefetch metadata misses: n/a 0 + +ARC predictive prefetches: n/a 0 + Demand hits after predictive: n/a 0 + Demand I/O hits after predictive: n/a 0 + Never demanded after predictive: n/a 0 + +ARC prescient prefetches: n/a 0 + Demand hits after prescient: n/a 0 + Demand I/O hits after prescient: n/a 0 + Never demanded after prescient: n/a 0 + +ARC states hits of all accesses: + Most frequently used (MFU): n/a 0 + Most recently used (MRU): n/a 0 + Most frequently used (MFU) ghost: n/a 0 + Most recently used (MRU) ghost: n/a 0 + Uncached: n/a 0 + +DMU predictive prefetcher calls: 0 + Stream hits: n/a 0 + Hits ahead of stream: n/a 0 + Hits behind stream: n/a 0 + Stream misses: n/a 0 + Streams limit reached: n/a 0 + Stream strides: 0 + Prefetches issued 0 + +L2ARC not detected, skipping section + +Solaris Porting Layer (SPL): + spl_hostid 0 + spl_hostid_path /etc/hostid + spl_kmem_alloc_max 1048576 + spl_kmem_alloc_warn 65536 + spl_kmem_cache_kmem_threads 4 + spl_kmem_cache_magazine_size 0 + spl_kmem_cache_max_size 32 + spl_kmem_cache_obj_per_slab 8 + spl_kmem_cache_slab_limit 16384 + spl_panic_halt 0 + spl_schedule_hrtimeout_slack_us 0 + spl_taskq_kick 0 + spl_taskq_thread_bind 0 + spl_taskq_thread_dynamic 1 + spl_taskq_thread_priority 1 + spl_taskq_thread_sequential 4 + spl_taskq_thread_timeout_ms 5000 + +Tunables: + brt_zap_default_bs 12 + brt_zap_default_ibs 12 + brt_zap_prefetch 1 + dbuf_cache_hiwater_pct 10 + dbuf_cache_lowater_pct 10 + dbuf_cache_max_bytes 18446744073709551615 + dbuf_cache_shift 5 + dbuf_metadata_cache_max_bytes 18446744073709551615 + dbuf_metadata_cache_shift 6 + dbuf_mutex_cache_shift 0 + ddt_zap_default_bs 15 + ddt_zap_default_ibs 15 + dmu_ddt_copies 0 + dmu_object_alloc_chunk_shift 7 + dmu_prefetch_max 134217728 + icp_aes_impl cycle [fastest] generic x86_64 aesni + icp_gcm_avx_chunk_size 32736 + icp_gcm_impl cycle [fastest] generic pclmulqdq + l2arc_exclude_special 0 + l2arc_feed_again 1 + l2arc_feed_min_ms 200 + l2arc_feed_secs 1 + l2arc_headroom 8 + l2arc_headroom_boost 200 + l2arc_meta_percent 33 + l2arc_mfuonly 0 + l2arc_noprefetch 1 + l2arc_norw 0 + l2arc_rebuild_blocks_min_l2size 1073741824 + l2arc_rebuild_enabled 1 + l2arc_trim_ahead 0 + l2arc_write_boost 33554432 + l2arc_write_max 33554432 + metaslab_aliquot 1048576 + metaslab_bias_enabled 1 + metaslab_debug_load 0 + metaslab_debug_unload 0 + metaslab_df_max_search 16777216 + metaslab_df_use_largest_segment 0 + metaslab_force_ganging 16777217 + metaslab_force_ganging_pct 3 + metaslab_fragmentation_factor_enabled 1 + metaslab_lba_weighting_enabled 1 + metaslab_preload_enabled 1 + metaslab_preload_limit 10 + metaslab_preload_pct 50 + metaslab_unload_delay 32 + metaslab_unload_delay_ms 600000 + raidz_expand_max_copy_bytes 167772160 + raidz_expand_max_reflow_bytes 0 + raidz_io_aggregate_rows 4 + send_holes_without_birth_time 1 + spa_asize_inflation 24 + spa_config_path /etc/zfs/zpool.cache + spa_cpus_per_allocator 4 + spa_load_print_vdev_tree 0 + spa_load_verify_data 1 + spa_load_verify_metadata 1 + spa_load_verify_shift 4 + spa_num_allocators 4 + spa_slop_shift 5 + spa_upgrade_errlog_limit 0 + vdev_file_logical_ashift 9 + vdev_file_physical_ashift 9 + vdev_removal_max_span 32768 + vdev_validate_skip 0 + zap_iterate_prefetch 1 + zap_micro_max_size 131072 + zap_shrink_enabled 1 + zfetch_hole_shift 2 + zfetch_max_distance 67108864 + zfetch_max_idistance 134217728 + zfetch_max_reorder 16777216 + zfetch_max_sec_reap 2 + zfetch_max_streams 8 + zfetch_min_distance 4194304 + zfetch_min_sec_reap 1 + zfs_abd_scatter_enabled 1 + zfs_abd_scatter_max_order 9 + zfs_abd_scatter_min_size 1536 + zfs_active_allocator dynamic + zfs_admin_snapshot 0 + zfs_allow_redacted_dataset_mount 0 + zfs_arc_average_blocksize 8192 + zfs_arc_dnode_limit 0 + zfs_arc_dnode_limit_percent 10 + zfs_arc_dnode_reduce_percent 10 + zfs_arc_evict_batch_limit 10 + zfs_arc_evict_threads 3 + zfs_arc_eviction_pct 200 + zfs_arc_grow_retry 0 + zfs_arc_lotsfree_percent 10 + zfs_arc_max 10125049856 + zfs_arc_meta_balance 500 + zfs_arc_min 0 + zfs_arc_min_prefetch_ms 0 + zfs_arc_min_prescient_prefetch_ms 0 + zfs_arc_pc_percent 0 + zfs_arc_prune_task_threads 1 + zfs_arc_shrink_shift 0 + zfs_arc_shrinker_limit 0 + zfs_arc_shrinker_seeks 2 + zfs_arc_sys_free 0 + zfs_async_block_max_blocks 18446744073709551615 + zfs_autoimport_disable 1 + zfs_bclone_enabled 1 + zfs_bclone_wait_dirty 1 + zfs_blake3_impl cycle [fastest] generic sse2 sse41 + 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 1012468858 + zfs_dedup_log_mem_max_percent 1 + zfs_dedup_log_txg_max 8 + zfs_dedup_prefetch 0 + zfs_default_bs 9 + zfs_default_ibs 17 + zfs_delay_min_dirty_percent 60 + zfs_delay_scale 500000 + zfs_delete_blocks 20480 + zfs_dio_enabled 1 + zfs_dio_write_verify_events_per_second 20 + zfs_dirty_data_max 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 1000 + zfs_history_output_max 1048576 + zfs_immediate_write_sz 32768 + zfs_initialize_chunk_size 1048576 + zfs_initialize_value 16045690984833335022 + zfs_keep_log_spacemaps_at_export 0 + zfs_key_max_salt_uses 400000000 + zfs_livelist_condense_new_alloc 0 + zfs_livelist_condense_sync_cancel 0 + zfs_livelist_condense_sync_pause 0 + zfs_livelist_condense_zthr_cancel 0 + zfs_livelist_condense_zthr_pause 0 + zfs_livelist_max_entries 500000 + zfs_livelist_min_percent_shared 75 + zfs_lua_max_instrlimit 100000000 + zfs_lua_max_memlimit 104857600 + zfs_max_async_dedup_frees 100000 + zfs_max_dataset_nesting 50 + zfs_max_log_walking 5 + zfs_max_logsm_summary_length 10 + zfs_max_missing_tvds 0 + zfs_max_nvlist_src_size 0 + zfs_max_recordsize 16777216 + zfs_metaslab_find_max_tries 100 + zfs_metaslab_fragmentation_threshold 77 + zfs_metaslab_max_size_cache_sec 3600 + zfs_metaslab_mem_limit 25 + zfs_metaslab_segment_weight_enabled 1 + zfs_metaslab_switch_threshold 2 + zfs_metaslab_try_hard_before_gang 0 + zfs_mg_fragmentation_threshold 95 + zfs_mg_noalloc_threshold 0 + zfs_min_metaslabs_to_flush 1 + zfs_multihost_fail_intervals 10 + zfs_multihost_history 0 + zfs_multihost_import_intervals 20 + zfs_multihost_interval 1000 + zfs_multilist_num_sublists 0 + zfs_no_scrub_io 0 + zfs_no_scrub_prefetch 0 + zfs_nocacheflush 0 + zfs_nopwrite_enabled 1 + zfs_object_mutex_size 64 + zfs_obsolete_min_time_ms 500 + zfs_override_estimate_recordsize 0 + zfs_pd_bytes_max 52428800 + zfs_per_txg_dirty_frees_percent 30 + zfs_prefetch_disable 0 + zfs_read_history 0 + zfs_read_history_hits 0 + zfs_rebuild_max_segment 1048576 + zfs_rebuild_scrub_enabled 1 + zfs_rebuild_vdev_limit 67108864 + zfs_reconstruct_indirect_combinations_max 4096 + zfs_recover 0 + zfs_recv_best_effort_corrective 0 + zfs_recv_queue_ff 20 + zfs_recv_queue_length 16777216 + zfs_recv_write_batch_size 1048576 + zfs_removal_ignore_errors 0 + zfs_removal_suspend_progress 0 + zfs_remove_max_segment 16777216 + zfs_resilver_defer_percent 10 + zfs_resilver_disable_defer 0 + zfs_resilver_min_time_ms 3000 + zfs_scan_blkstats 0 + zfs_scan_checkpoint_intval 7200 + zfs_scan_fill_weight 3 + zfs_scan_ignore_errors 0 + zfs_scan_issue_strategy 0 + zfs_scan_legacy 0 + zfs_scan_max_ext_gap 2097152 + zfs_scan_mem_lim_fact 20 + zfs_scan_mem_lim_soft_fact 20 + zfs_scan_report_txgs 0 + zfs_scan_strict_mem_lim 0 + zfs_scan_suspend_progress 0 + zfs_scan_vdev_limit 16777216 + zfs_scrub_after_expand 1 + zfs_scrub_error_blocks_per_txg 4096 + zfs_scrub_min_time_ms 1000 + zfs_send_corrupt_data 0 + zfs_send_no_prefetch_queue_ff 20 + zfs_send_no_prefetch_queue_length 1048576 + zfs_send_queue_ff 20 + zfs_send_queue_length 16777216 + zfs_send_unmodified_spill_blocks 1 + zfs_sha256_impl cycle [fastest] generic x64 ssse3 + 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_def_queue_depth 32 + zfs_vdev_default_ms_count 200 + zfs_vdev_default_ms_shift 29 + zfs_vdev_direct_write_verify 1 + zfs_vdev_disk_classic 0 + zfs_vdev_disk_max_segs 0 + zfs_vdev_failfast_mask 1 + zfs_vdev_initializing_max_active 1 + zfs_vdev_initializing_min_active 1 + zfs_vdev_max_active 1000 + zfs_vdev_max_auto_ashift 14 + zfs_vdev_max_ms_shift 34 + zfs_vdev_min_auto_ashift 9 + zfs_vdev_min_ms_count 16 + zfs_vdev_mirror_non_rotating_inc 0 + zfs_vdev_mirror_non_rotating_seek_inc 1 + zfs_vdev_mirror_rotating_inc 0 + zfs_vdev_mirror_rotating_seek_inc 5 + zfs_vdev_mirror_rotating_seek_offset 1048576 + zfs_vdev_ms_count_limit 131072 + zfs_vdev_nia_credit 5 + zfs_vdev_nia_delay 5 + zfs_vdev_open_timeout_ms 1000 + zfs_vdev_queue_depth_pct 1000 + zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 + zfs_vdev_read_gap_limit 32768 + zfs_vdev_rebuild_max_active 3 + zfs_vdev_rebuild_min_active 1 + zfs_vdev_removal_max_active 2 + zfs_vdev_removal_min_active 1 + zfs_vdev_scheduler unused + zfs_vdev_scrub_max_active 3 + zfs_vdev_scrub_min_active 1 + zfs_vdev_sync_read_max_active 10 + zfs_vdev_sync_read_min_active 10 + zfs_vdev_sync_write_max_active 10 + zfs_vdev_sync_write_min_active 10 + zfs_vdev_trim_max_active 2 + zfs_vdev_trim_min_active 1 + zfs_vdev_write_gap_limit 4096 + zfs_vnops_read_chunk_size 33554432 + zfs_wrlog_data_max 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 + zio_deadman_log_all 0 + zio_dva_throttle_enabled 1 + zio_requeue_io_start_cut_in_line 1 + zio_slow_io_ms 30000 + zio_taskq_batch_pct 80 + zio_taskq_batch_tpq 0 + zio_taskq_read fixed,1,8 null scale null + zio_taskq_write sync null scale null + zio_taskq_write_tpq 16 + zstd_abort_size 131072 + zstd_earlyabort_pass 1 + zvol_blk_mq_blocks_per_thread 8 + zvol_blk_mq_queue_depth 128 + zvol_enforce_quotas 1 + zvol_inhibit_dev 0 + zvol_major 230 + zvol_max_discard_blocks 16384 + zvol_num_taskqs 0 + zvol_open_timeout_ms 1000 + zvol_prefetch_bytes 131072 + zvol_request_sync 0 + zvol_threads 0 + zvol_use_blk_mq 0 + zvol_volmode 1 + +ZIL committed transactions: 0 + Commit requests: 0 + Flushes to stable storage: 0 + Transactions to SLOG storage pool: 0 Bytes 0 + Transactions to non-SLOG storage pool: 0 Bytes 0 + + +--- zpool events -v (recent) + $ zpool events -v +TIME CLASS + +--- zpool history (last 30 events) + $ zpool history -il 2>/dev/null | tail -n 30 + +############################################################################### +# 20. STORAGE: DRIVE HEALTH +############################################################################### + +--- nvme list + $ nvme list +/root/check.sh: line 45: nvme: command not found + [exit=127 / not installed or not permitted] + +--- nvme smart-log per device + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n smart-log ---" + nvme smart-log "$n" 2>&1 + echo "--- $n error-log (first 5) ---" + nvme error-log "$n" 2>&1 | head -n 80 +done + +--- nvme id-ctrl per device (key fields) + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n id-ctrl (filtered) ---" + nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)' +done + +--- smartctl -a per disk + $ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + echo "--- smartctl -a $dev ---" + smartctl -a "$dev" 2>&1 | head -n 200 +done +--- smartctl -a /dev/sda --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Seagate IronWolf +Device Model: ST1000VN002-2EY102 +Serial Number: Z9C13271 +LU WWN Device Id: 5 000c50 0a1f41c72 +Firmware Version: SC60 +User Capacity: 1,000,204,886,016 bytes [1.00 TB] +Sector Sizes: 512 bytes logical, 4096 bytes physical +Rotation Rate: 5900 rpm +Form Factor: 3.5 inches +Device is: In smartctl database 7.5/5706 +ATA Version is: ATA8-ACS T13/1699-D revision 4 +SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s) +Local Time is: Sun Jul 26 16:30:19 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: (0x82) Offline data collection activity + was completed without error. + Auto Offline Data Collection: Enabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: ( 592) seconds. +Offline data collection +capabilities: (0x7b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 125) minutes. +Conveyance self-test routine +recommended polling time: ( 2) minutes. +SCT capabilities: (0x10bf) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 10 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000f 081 063 006 Pre-fail Always - 117604692 + 3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0 + 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 196 + 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 291395598 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38359 + 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182 +184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 +187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 +188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0 0 0 +189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 +190 Airflow_Temperature_Cel 0x0022 065 061 040 Old_age Always - 35 (Min/Max 26/35) +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1818 +194 Temperature_Celsius 0x0022 035 014 000 Old_age Always - 35 (0 14 0 0 0) +195 Hardware_ECC_Recovered 0x001a 024 003 000 Old_age Always - 117604692 +197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +No self-tests have been logged. [To run self-tests, use: smartctl -t] + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdb --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Toshiba 3.5" DT01ACA... Desktop HDD +Device Model: TOSHIBA DT01ACA050 +Serial Number: Z58M3U4KS +LU WWN Device Id: 5 000039 fe4e4e05d +Add. Product Id: DELL(tm) +Firmware Version: MS1OA7S0 +User Capacity: 500,107,862,016 bytes [500 GB] +Sector Sizes: 512 bytes logical, 4096 bytes physical +Rotation Rate: 7200 rpm +Form Factor: 3.5 inches +Device is: In smartctl database 7.5/5706 +ATA Version is: ATA8-ACS T13/1699-D revision 4 +SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) +Local Time is: Sun Jul 26 16:30:19 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: (0x82) Offline data collection activity + was completed without error. + Auto Offline Data Collection: Enabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: ( 3547) seconds. +Offline data collection +capabilities: (0x5b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + No Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 60) minutes. +SCT capabilities: (0x003d) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0 + 2 Throughput_Performance 0x0004 142 142 000 Old_age Offline - 69 + 3 Spin_Up_Time 0x0007 134 134 024 Pre-fail Always - 173 (Average 170) + 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 198 + 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x000a 100 100 000 Old_age Always - 0 + 8 Seek_Time_Performance 0x0004 108 108 000 Old_age Offline - 37 + 9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 82290 + 10 Spin_Retry_Count 0x0012 100 100 000 Old_age Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 197 +192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 294 +193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 294 +194 Temperature_Celsius 0x0002 141 141 000 Old_age Always - 39 (Min/Max 21/47) +196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0 +240 Head_Flying_Hours 0x0012 089 089 000 Old_age Always - 82281 +241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 171552874496 +242 Total_LBAs_Read 0x0012 100 100 000 Old_age Always - 131294831606 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error +# 1 Short offline Completed without error 00% 0 - + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdc --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Samsung based SSDs +Device Model: Samsung SSD 860 PRO 256GB +Serial Number: S45GNG0K805039L +LU WWN Device Id: 5 002538 e70081ee4 +Firmware Version: RVM01B6Q +User Capacity: 256,060,514,304 bytes [256 GB] +Sector Size: 512 bytes logical/physical +Rotation Rate: Solid State Device +Form Factor: 2.5 inches +TRIM Command: Available, deterministic, zeroed +Device is: In smartctl database 7.5/5706 +ATA Version is: ACS-4 T13/BSR INCITS 529 revision 5 +SATA Version is: SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s) +Local Time is: Sun Jul 26 16:30:21 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: ( 0) seconds. +Offline data collection +capabilities: (0x53) SMART execute Offline immediate. + Auto Offline data collection on/off 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: ( 85) minutes. +SCT capabilities: (0x003d) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 1 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 + 9 Power_On_Hours 0x0032 090 090 000 Old_age Always - 48644 + 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 165 +177 Wear_Leveling_Count 0x0013 083 083 000 Pre-fail Always - 375 +179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0 +181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0 +182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0 +183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0 +187 Uncorrectable_Error_Cnt 0x0032 100 100 000 Old_age Always - 0 +190 Airflow_Temperature_Cel 0x0032 062 049 000 Old_age Always - 38 +195 ECC_Error_Rate 0x001a 200 200 000 Old_age Always - 0 +199 CRC_Error_Count 0x003e 099 099 000 Old_age Always - 8 +235 POR_Recovery_Count 0x0012 099 099 000 Old_age Always - 162 +241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 71973678047 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +No self-tests have been logged. [To run self-tests, use: smartctl -t] + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdd --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Hitachi/HGST Ultrastar 7K4000 +Device Model: HITACHI HUS724020ALA640 +Serial Number: P2G2SZUJ +LU WWN Device Id: 5 000cca 24bc142d0 +Firmware Version: MF6ONS00 +User Capacity: 2,000,398,934,016 bytes [2.00 TB] +Sector Size: 512 bytes logical/physical +Rotation Rate: 7200 rpm +Form Factor: 3.5 inches +Device is: In smartctl database 7.5/5706 +ATA Version is: ATA8-ACS T13/1699-D revision 4 +SATA Version is: SATA 3.0, 6.0 Gb/s (current: 1.5 Gb/s) +Local Time is: Sun Jul 26 16:30:21 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: (19652) seconds. +Offline data collection +capabilities: (0x5b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + No Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 328) minutes. +SCT capabilities: (0x003d) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0 + 2 Throughput_Performance 0x0005 100 100 054 Pre-fail Offline - 0 + 3 Spin_Up_Time 0x0007 214 214 024 Pre-fail Always - 269 (Average 315) + 4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 107 + 5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0 + 8 Seek_Time_Performance 0x0005 100 100 020 Pre-fail Offline - 0 + 9 Power_On_Hours 0x0012 093 093 000 Old_age Always - 52220 + 10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 107 +192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 2001 +193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 2001 +194 Temperature_Celsius 0x0002 142 142 000 Old_age Always - 42 (Min/Max 18/50) +196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 +197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +No self-tests have been logged. [To run self-tests, use: smartctl -t] + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sde --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Seagate IronWolf +Device Model: ST1000VN002-2EY102 +Serial Number: Z9C132K8 +LU WWN Device Id: 5 000c50 0a1f40e9b +Firmware Version: SC60 +User Capacity: 1,000,204,886,016 bytes [1.00 TB] +Sector Sizes: 512 bytes logical, 4096 bytes physical +Rotation Rate: 5900 rpm +Form Factor: 3.5 inches +Device is: In smartctl database 7.5/5706 +ATA Version is: ATA8-ACS T13/1699-D revision 4 +SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s) +Local Time is: Sun Jul 26 16:30:22 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: (0x82) Offline data collection activity + was completed without error. + Auto Offline Data Collection: Enabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: ( 592) seconds. +Offline data collection +capabilities: (0x7b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 127) minutes. +Conveyance self-test routine +recommended polling time: ( 2) minutes. +SCT capabilities: (0x10bf) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 10 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000f 069 063 006 Pre-fail Always - 10165040 + 3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0 + 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 194 + 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 298847943 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38363 + 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182 +184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 +187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 +188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0 0 0 +189 High_Fly_Writes 0x003a 098 098 000 Old_age Always - 2 +190 Airflow_Temperature_Cel 0x0022 062 061 040 Old_age Always - 38 (Min/Max 26/39) +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1852 +194 Temperature_Celsius 0x0022 038 014 000 Old_age Always - 38 (0 14 0 0 0) +195 Hardware_ECC_Recovered 0x001a 034 013 000 Old_age Always - 10165040 +197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +No self-tests have been logged. [To run self-tests, use: smartctl -t] + +SMART Selective self-test log data structure revision number 1 + SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS + 1 0 0 Not_testing + 2 0 0 Not_testing + 3 0 0 Not_testing + 4 0 0 Not_testing + 5 0 0 Not_testing +Selective self-test flags (0x0): + After scanning selected spans, do NOT read-scan remainder of disk. +If Selective self-test is pending on power-up, resume after 0 minute delay. + +The above only provides legacy SMART information - try 'smartctl -x' for more + +--- smartctl -a /dev/sdf --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Model Family: Seagate IronWolf +Device Model: ST1000VN002-2EY102 +Serial Number: Z9C132TV +LU WWN Device Id: 5 000c50 0a1f41e07 +Firmware Version: SC60 +User Capacity: 1,000,204,886,016 bytes [1.00 TB] +Sector Sizes: 512 bytes logical, 4096 bytes physical +Rotation Rate: 5900 rpm +Form Factor: 3.5 inches +Device is: In smartctl database 7.5/5706 +ATA Version is: ATA8-ACS T13/1699-D revision 4 +SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s) +Local Time is: Sun Jul 26 16:30:22 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: (0x82) Offline data collection activity + was completed without error. + Auto Offline Data Collection: Enabled. +Self-test execution status: ( 0) The previous self-test routine completed + without error or no self-test has ever + been run. +Total time to complete Offline +data collection: ( 602) seconds. +Offline data collection +capabilities: (0x7b) SMART execute Offline immediate. + Auto Offline data collection on/off support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 1) minutes. +Extended self-test routine +recommended polling time: ( 129) minutes. +Conveyance self-test routine +recommended polling time: ( 2) minutes. +SCT capabilities: (0x10bf) SCT Status supported. + SCT Error Recovery Control supported. + SCT Feature Control supported. + SCT Data Table supported. + +SMART Attributes Data Structure revision number: 10 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000f 071 063 006 Pre-fail Always - 12623088 + 3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0 + 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 194 + 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 + 7 Seek_Error_Rate 0x000f 084 060 045 Pre-fail Always - 295452791 + 9 Power_On_Hours 0x0032 057 057 000 Old_age Always - 38348 + 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 + 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 182 +184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0 +187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 +188 Command_Timeout 0x0032 100 094 000 Old_age Always - 0 0 12 +189 High_Fly_Writes 0x003a 097 097 000 Old_age Always - 3 +190 Airflow_Temperature_Cel 0x0022 063 059 040 Old_age Always - 37 (Min/Max 26/38) +193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 1843 +194 Temperature_Celsius 0x0022 037 015 000 Old_age Always - 37 (0 15 0 0 0) +195 Hardware_ECC_Recovered 0x001a 056 013 000 Old_age Always - 12623088 +197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 +198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 +199 UDMA_CRC_Error_Count 0x003e 200 188 000 Old_age Always - 64 + +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 + 500 DellOpenManageEnterprise stopped 20000 415.00 0 + 509 pfv-k8s-wnode-tsys5 running 32000 32.00 49689 + 515 hfnoc-uisp-preprod stopped 2048 100.00 0 + 5100 sectestbed-template stopped 4096 32.00 0 + 5101 sectestbed-siem running 10000 132.00 47873 + 5102 sectestbed-proxmox-pve stopped 4096 32.00 0 + 5103 sectestbed-proxmox-datacenter stopped 4096 32.00 0 + 5104 sectestbed-proxmox-pbs stopped 4096 32.00 0 + 5105 sectestbed-awx running 4096 288.00 47937 + 5106 sectestbed-k8s-cnode running 4096 32.00 48034 + 5107 sectestbed-k8s-wnode running 4096 32.00 48099 + 5108 sectestbed-librenms running 4096 32.00 48205 + 5109 sectestbed-netinfra running 4096 32.00 48303 + 5111 ultix-streaming running 9000 288.00 113938 + 5112 ultix-offstage running 6000 288.00 115366 + 5500 RestoreTemplate stopped 2048 32.00 0 + 6000 sectestbed-sandbox running 4096 32.00 88433 + 51010 sectestbed-tctc running 4096 32.00 48397 + 51011 sectestbed-cloudron running 4096 32.00 48474 + 51012 sectestbed-hfnoc running 4096 32.00 48576 + 51013 sectestbed-rancherplatform running 4096 32.00 48691 + 51014 sectestbed-proxmox-mailgw stopped 4096 32.00 0 + 53100 tsys-preprod-awx running 9000 160.00 48805 + 53101 tsys-preprod-siem running 12000 32.00 48921 + 53102 tsys-preprod-rancherplatform running 8000 32.00 49002 + 53103 tsys-preprod-proxmoxmailgw stopped 4096 32.00 0 + +--- qm config per VM + $ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- VM $vmid ---" + qm config "$vmid" 2>&1 + echo "" +done +--- VM 500 --- +allow-ksm: 0 +balloon: 0 +bios: ovmf +boot: order=scsi0 +cores: 4 +cpu: host +efidisk0: D2:500/vm-500-disk-0.qcow2,efitype=4m,ms-cert=2023,pre-enrolled-keys=1,size=528K +ide2: none,media=cdrom +machine: q35 +memory: 20000 +meta: creation-qemu=10.1.2,ctime=1772164799 +name: DellOpenManageEnterprise +net0: virtio=BC:24:11:AC:F4:6B,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D7:500/vm-500-disk-0.raw,iothread=1,size=415G +scsi1: D7:500/vm-500-disk-1.raw,iothread=1,size=415G +scsihw: virtio-scsi-single +smbios1: uuid=181654ee-e956-4ba8-bfcf-39e056af9b40 +sockets: 1 +vmgenid: 78d17ab1-dab8-46b0-89dc-f8b0111921ca + +--- VM 509 --- +balloon: 0 +boot: order=virtio0;ide2;net0 +cores: 2 +cpu: host +ide2: none,media=cdrom +memory: 32000 +meta: creation-qemu=10.1.2,ctime=1770665145 +name: pfv-k8s-wnode-tsys5 +net0: virtio=BC:24:11:44:73:92,bridge=vmbr0,firewall=1 +net1: virtio=BC:24:11:24:6C:FA,bridge=datanet,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsihw: virtio-scsi-single +smbios1: uuid=7fc2e612-45f8-4d13-9db6-6159296a9043 +sockets: 4 +virtio0: D2:509/vm-509-disk-0.qcow2,iothread=1,size=32G +vmgenid: b91f02dc-84ee-42ba-8947-f3c02939656b + +--- VM 515 --- +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: host +ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1776451466 +name: hfnoc-uisp-preprod +net0: virtio=BC:24:11:74:D6:8A,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: local-nonprod:515/vm-515-disk-0.qcow2,iothread=1,size=100G +scsihw: virtio-scsi-single +smbios1: uuid=ec5d795e-6814-46e4-920b-bd473959bd5f +sockets: 2 +vmgenid: 18e1f03c-7660-428c-894f-c92c8c04f13e + +--- VM 5100 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-template +net0: virtio=BC:24:11:BB:73:31,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-lvm:base-5100-disk-0,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=c444ec6b-e601-46d9-a19f-204a91331f63 +sockets: 2 +template: 1 +vmgenid: eeecff9b-c423-4d67-aa31-2d0c5f87f962 + +--- VM 5101 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K +memory: 10000 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-siem +net0: virtio=BC:24:11:C7:11:71,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:5101/vm-5101-disk-0.qcow2,iothread=1,size=132G +scsihw: virtio-scsi-single +smbios1: uuid=79489ab0-c040-4479-b102-0f4772059356 +sockets: 2 +vmgenid: bc34e73d-14a5-4c4d-a91d-afc079b369d9 + +--- VM 5102 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-proxmox-pve +net0: virtio=BC:24:11:AC:1A:51,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-lvm:vm-5102-disk-0,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=4fd9e0f1-3139-4c10-b5b8-460865aa4ff5 +sockets: 2 +vmgenid: 3182fc1a-0109-4125-a326-9856ad7c7503 + +--- VM 5103 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-proxmox-datacenter +net0: virtio=BC:24:11:DC:45:D0,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-lvm:vm-5103-disk-0,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=58bdbcb6-19c9-488d-bcc1-c7270a683ce2 +sockets: 2 +vmgenid: 24a287c9-a823-4a87-a0d7-59b4aabc39b1 + +--- VM 5104 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-proxmox-pbs +net0: virtio=BC:24:11:8E:1B:23,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-lvm:vm-5104-disk-0,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=e2ec6afd-0ff0-4228-8735-602e9ee5709a +sockets: 2 +vmgenid: 5205599e-7b2b-4763-b796-6056338e7eca + +--- VM 5105 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-awx +net0: virtio=BC:24:11:1E:FE:57,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:5105/vm-5105-disk-0.qcow2,iothread=1,size=288G +scsihw: virtio-scsi-single +smbios1: uuid=02704679-75b0-4180-8906-071ca00a98a6 +sockets: 2 +vmgenid: 5106467f-6b7c-441a-8393-977045e0a36a + +--- VM 5106 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-k8s-cnode +net0: virtio=BC:24:11:CA:B0:CD,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:5106/vm-5106-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=0eff8d5d-b8f3-4fdc-92b5-f93a9eeecc5e +sockets: 2 +vmgenid: 5846c8f5-518f-4491-835c-a5df8ebae413 + +--- VM 5107 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-k8s-wnode +net0: virtio=BC:24:11:36:16:3C,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:5107/vm-5107-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=65d9c31b-b4db-4655-8ed9-5b58eb801b42 +sockets: 2 +vmgenid: 25a5ffef-5f47-4ef0-ac62-e158f09f7ca5 + +--- VM 5108 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-librenms +net0: virtio=BC:24:11:E2:1A:09,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:5108/vm-5108-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=0664920e-125a-4ef3-8505-56b8c4e0f31c +sockets: 2 +vmgenid: 8c8641b5-50d0-4d87-8817-9c79f19c1c9a + +--- VM 5109 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-netinfra +net0: virtio=BC:24:11:80:A1:3C,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:5109/vm-5109-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=f1664d3d-4dd1-451a-87b1-07724c12ca70 +sockets: 2 +vmgenid: 47f317dc-baaf-4aa7-832f-1d447d3f3392 + +--- VM 5111 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: x86-64-v2-AES,flags=+nested-virt +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 9000 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: ultix-streaming +net0: virtio=BC:24:11:1A:8F:6F,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: SSD:5111/vm-5111-disk-0.qcow2,iothread=1,size=288G +scsihw: virtio-scsi-single +smbios1: uuid=bc74eb91-b156-46e2-b946-808da9b4f037 +sockets: 2 +vmgenid: 06fc08de-c644-497a-a1e9-72304fefd32f + +--- VM 5112 --- +agent: 1 +balloon: 0 +boot: order=scsi0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 6000 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: ultix-offstage +net0: virtio=BC:24:11:1F:9D:83,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-lvm:vm-5112-disk-0,iothread=1,size=288G +scsihw: virtio-scsi-single +smbios1: uuid=8c783209-4cad-4b04-a66f-5b032ae902d5 +sockets: 2 +vmgenid: fa05fd3c-5f30-496c-9600-6335992cb45d + +--- VM 5500 --- +agent: 1 +allow-ksm: 0 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: host +ide2: none,media=cdrom +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1773957951 +name: RestoreTemplate +net0: virtio=BC:24:11:E8:78:F3,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D1:5500/base-5500-disk-0.qcow2,size=32G +scsihw: virtio-scsi-pci +smbios1: uuid=0d66e977-633a-4111-83a7-cc5d03c5c3b2 +sockets: 2 +template: 1 +vmgenid: c46b7a9e-6275-4ce9-811c-57380dbedbe9 + +--- VM 6000 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-sandbox +net0: virtio=BC:24:11:EB:F0:0F,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:6000/vm-6000-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=569a6be3-7977-40f5-a3f0-e05719d68f52 +sockets: 2 +vmgenid: 301382b6-e566-45ae-bc2e-c4f1cc36c299 + +--- VM 51010 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-tctc +net0: virtio=BC:24:11:6D:60:FB,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:51010/vm-51010-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=8c2d84f0-f416-436d-a0a1-df1453037d05 +sockets: 2 +vmgenid: 3f15c0ae-4c5c-457d-90e8-b9396b261209 + +--- VM 51011 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-cloudron +net0: virtio=BC:24:11:C3:DC:75,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:51011/vm-51011-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=d509a43d-a3d8-45e3-9e93-f6ddf148054e +sockets: 2 +vmgenid: 01694276-61da-4219-a665-5b114a6d7155 + +--- VM 51012 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-hfnoc +net0: virtio=BC:24:11:7A:44:5F,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:51012/vm-51012-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=f3f05416-829c-4cfa-9c15-09034cdc18b6 +sockets: 2 +vmgenid: 5ca81070-ed5e-4d1f-a23a-39f5bd613819 + +--- VM 51013 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-rancherplatform +net0: virtio=BC:24:11:78:11:AC,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:51013/vm-51013-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=94efa581-b963-4fdd-b36a-ddb1b2000860 +sockets: 2 +vmgenid: f4ef5349-ef23-4f86-b22b-9053bd172dc3 + +--- VM 51014 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: sectestbed-proxmox-mailgw +net0: virtio=BC:24:11:8D:C0:F6,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:51014/vm-51014-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=1d9e15da-16c0-4c9c-8a6a-6a6868e88485 +sockets: 2 +vmgenid: 928b7e49-2a7c-4482-ad29-7ccbf2cc8411 + +--- VM 53100 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 9000 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: tsys-preprod-awx +net0: virtio=BC:24:11:FB:7D:38,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:53100/vm-53100-disk-0.qcow2,iothread=1,size=160G +scsihw: virtio-scsi-single +smbios1: uuid=36763d6b-c72e-4207-975c-fc8c46aebc56 +sockets: 2 +vmgenid: 176bfe48-2e3c-488b-a9b6-bcc070d4b7b0 + +--- VM 53101 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/ubuntur-24.04.4.iso,media=cdrom,size=3226020K +memory: 12000 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: tsys-preprod-siem +net0: virtio=BC:24:11:CB:F7:AA,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:53101/vm-53101-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=e29825a2-eebb-444b-b590-46377075023b +sockets: 2 +vmgenid: 35ccbc15-72e2-465b-9890-784792df8412 + +--- VM 53102 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 8000 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: tsys-preprod-rancherplatform +net0: virtio=BC:24:11:6F:B0:06,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:53102/vm-53102-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=f3de9511-0212-4907-8d30-ef58891b5568 +sockets: 2 +vmgenid: 3654bc7e-8744-4561-ab07-a6c7aa357387 + +--- VM 53103 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian13.iso,media=cdrom,size=754M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1784819584 +name: tsys-preprod-proxmoxmailgw +net0: virtio=BC:24:11:EA:01:CD,bridge=vmbr0 +numa: 0 +ostype: l26 +scsi0: local-nonprod:53103/vm-53103-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=6cbc9c35-beed-4090-ad0f-8e80ac7bdc2c +sockets: 2 +vmgenid: b774c009-2573-4a34-87a1-caecb8e8fddd + + +--- 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 500 runtime --- +--- VM 509 runtime --- +--- VM 515 runtime --- +--- VM 5100 runtime --- +--- VM 5101 runtime --- +--- VM 5102 runtime --- +--- VM 5103 runtime --- +--- VM 5104 runtime --- +--- VM 5105 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:1e:fe:57", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.57", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::42", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 5106 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:ca:b0:cd", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.74", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::3d", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 5107 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:36:16:3c", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.56", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::35", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 5108 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:e2:1a:09", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.73", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::3c", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 5109 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:80:a1:3c", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.72", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::1a", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 5111 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" : 145240, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 943, + "tx-bytes" : 145240, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 943 + } + }, + { + "hardware-address" : "bc:24:11:1a:8f:6f", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.78", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00:5fe9:f442:d1df:2bb7", + "ip-address-type" : "ipv6", + "prefix" : 64 + }, +--- VM 5112 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" : 20606, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 164, + "tx-bytes" : 20606, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 164 + } + }, + { + "hardware-address" : "bc:24:11:1f:9d:83", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.79", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00:1fdf:55cf:7034:f5d2", + "ip-address-type" : "ipv6", + "prefix" : 64 + }, +--- VM 5500 runtime --- +--- VM 6000 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" : 0, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 0, + "tx-bytes" : 0, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 0 + } + }, + { + "hardware-address" : "bc:24:11:eb:f0:0f", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.50", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::10", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 51010 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:6d:60:fb", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.71", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::44", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 51011 runtime --- +--- VM 51012 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:7a:44:5f", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.59", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::32", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 51013 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:78:11:ac", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.70", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::23", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 51014 runtime --- +--- VM 53100 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:fb:7d:38", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.69", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::31", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 53101 runtime --- +--- VM 53102 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" : 6480, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 80, + "tx-bytes" : 6480, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 80 + } + }, + { + "hardware-address" : "bc:24:11:6f:b0:06", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.68", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::2e", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 53103 runtime --- + +--- /etc/pve/qemu-server +lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys5/qemu-server + +--- /etc/pve/firewall +total 0 +drwxr-xr-x 2 root www-data 0 Feb 26 09:06 . +drwxr-xr-x 2 root www-data 0 Dec 31 1969 .. + +############################################################################### +# 23. CONTAINERS (pct) +############################################################################### + +--- pct list + $ pct list + +--- pct config per CT + $ for ctid in $(pct list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- CT $ctid ---" + pct config "$ctid" 2>&1 + echo "" +done + +############################################################################### +# 24. SERVICES / FAILED UNITS +############################################################################### + +--- running services + $ systemctl list-units --type=service --state=running --no-pager + UNIT LOAD ACTIVE SUB DESCRIPTION + beszel-agent.service loaded active running Beszel Agent Service + chrony.service loaded active running chrony, an NTP client/server + cron.service loaded active running Regular background program processing daemon + dbus.service loaded active running D-Bus System Message Bus + dm-event.service loaded active running Device-mapper event daemon + fsidd.service loaded active running NFS FSID Daemon + getty@tty1.service loaded active running Getty on tty1 + glances.service loaded active running Glances + iperf3.service loaded active running iperf3 server + ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon + lldpd.service loaded active running LLDP daemon + lxc-monitord.service loaded active running LXC Container Monitoring Daemon + lxcfs.service loaded active running FUSE filesystem for LXC + nfs-blkmap.service loaded active running pNFS block layout mapping daemon + nfs-idmapd.service loaded active running NFSv4 ID-name mapping service + nfs-mountd.service loaded active running NFS Mount Daemon + nfsdcld.service loaded active running NFSv4 Client Tracking Daemon + polkit.service loaded active running Authorization Manager + postfix.service loaded active running Postfix Mail Transport Agent (main/default instance) + proxmox-firewall.service loaded active running Proxmox nftables firewall + pve-cluster.service loaded active running The Proxmox VE cluster filesystem + pve-firewall.service loaded active running Proxmox VE firewall + pve-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 + rpc-statd.service loaded active running NFS status monitor for NFSv2/3 locking. + rpcbind.service loaded active running RPC bind portmap service + rrdcached.service loaded active running Data caching daemon for rrdtool + 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. + +45 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 +fsidd.service enabled enabled +getty@.service enabled enabled +glances.service enabled enabled +grub-common.service enabled enabled +iperf3.service enabled enabled +keyboard-setup.service enabled enabled +ksmtuned.service enabled enabled +lldpd.service enabled enabled +lvm2-monitor.service enabled enabled +lxc-monitord.service enabled enabled +lxc-net.service enabled enabled +lxc.service enabled enabled +lxcfs.service enabled enabled +netavark-dhcp-proxy.service enabled enabled +netavark-firewalld-reload.service enabled enabled +networking.service enabled enabled +nfs-blkmap.service enabled enabled +nfs-server.service enabled enabled +open-iscsi.service enabled enabled +postfix.service enabled enabled +proxmox-boot-cleanup.service enabled enabled +proxmox-firewall.service enabled enabled +pve-cluster.service enabled enabled +pve-firewall-commit.service enabled enabled +pve-firewall.service enabled enabled +pve-guests.service enabled enabled +pve-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 +systemd-pstore.service enabled enabled +tailscaled.service enabled enabled +tuned.service enabled enabled +wtmpdb-update-boot.service enabled enabled +zfs-import-cache.service enabled enabled +zfs-mount.service enabled enabled +zfs-share.service enabled enabled +zfs-volume-wait.service enabled enabled +zfs-zed.service enabled enabled +system-xfs_scrub.slice enabled enabled +dm-event.socket enabled enabled +iscsid.socket enabled enabled +lvm2-lvmpolld.socket enabled enabled +netavark-dhcp-proxy.socket enabled enabled +rpcbind.socket enabled enabled +rrdcached.socket enabled enabled +ceph-fuse.target enabled enabled +ceph.target enabled enabled +nfs-client.target enabled enabled +remote-fs.target enabled enabled +zfs-import.target enabled enabled +zfs-volumes.target enabled enabled +zfs.target enabled enabled +apt-daily-upgrade.timer enabled enabled +apt-daily.timer enabled enabled +beszel-agent-update.timer enabled enabled +dpkg-db-backup.timer enabled enabled +e2scrub_all.timer enabled enabled +fstrim.timer enabled enabled +logrotate.timer enabled enabled +man-db.timer enabled enabled +pve-daily-update.timer enabled enabled +xfs_scrub_all.timer enabled enabled + +87 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 12:29:15 CDT; 4h 2min ago + Invocation: bca2beeb6a4f4d329bf280b314c421ea + Main PID: 645934 (pmxcfs) + Tasks: 7 (limit: 115754) + Memory: 58M (peak: 67M) + CPU: 25.479s + CGroup: /system.slice/pve-cluster.service + └─645934 /usr/bin/pmxcfs + +Jul 26 12:29:14 pfv-tsys5 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 26 12:29:14 pfv-tsys5 pmxcfs[645933]: [main] notice: resolved node name 'pfv-tsys5' to '192.168.100.2' for default node IP address +Jul 26 12:29:14 pfv-tsys5 pmxcfs[645933]: [main] notice: resolved node name 'pfv-tsys5' to '192.168.100.2' for default node IP address +Jul 26 12:29:15 pfv-tsys5 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem. + +● pvedaemon.service - PVE API Daemon + Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 19:17:43 CDT; 1 day 21h ago + Invocation: f312baf644aa409885b856e383af00cf + Process: 646772 ExecReload=/usr/bin/pvedaemon restart (code=exited, status=0/SUCCESS) + Main PID: 1910 (pvedaemon) + Tasks: 4 (limit: 115754) + Memory: 191.9M (peak: 50.9G) + CPU: 13min 15.696s + CGroup: /system.slice/pvedaemon.service + ├─ 1910 pvedaemon + ├─674904 "pvedaemon worker" + ├─675037 "pvedaemon worker" + └─678254 "pvedaemon worker" + +Jul 26 14:09:37 pfv-tsys5 pvedaemon[674904]: successful auth for user 'root@pam' +Jul 26 14:15:11 pfv-tsys5 pvedaemon[646829]: worker exit +Jul 26 14:15:11 pfv-tsys5 pvedaemon[1910]: worker 646829 finished +Jul 26 14:15:11 pfv-tsys5 pvedaemon[1910]: starting 1 worker(s) +Jul 26 14:15:11 pfv-tsys5 pvedaemon[1910]: worker 678254 started +Jul 26 14:25:37 pfv-tsys5 pvedaemon[678254]: successful auth for user 'root@pam' +Jul 26 14:40:37 pfv-tsys5 pvedaemon[674904]: successful auth for user 'root@pam' +Jul 26 14:56:37 pfv-tsys5 pvedaemon[678254]: successful auth for user 'root@pam' +Jul 26 15:11:37 pfv-tsys5 pvedaemon[674904]: successful auth for user 'root@pam' +Jul 26 16:19:27 pfv-tsys5 pvedaemon[674904]: 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 Sat 2026-07-25 01:10:35 CDT; 1 day 15h ago + Invocation: 268be364e92e441cb7609cbeaa9a7ef8 + Process: 646809 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Main PID: 86999 (pveproxy) + Tasks: 4 (limit: 115754) + Memory: 314.7M (peak: 507.5M) + CPU: 7min 47.060s + CGroup: /system.slice/pveproxy.service + ├─ 86999 pveproxy + ├─697082 "pveproxy worker" + ├─697593 "pveproxy worker" + └─698675 "pveproxy worker" + +Jul 26 15:15:00 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) +Jul 26 15:15:00 pfv-tsys5 pveproxy[86999]: worker 697082 started +Jul 26 15:16:19 pfv-tsys5 pveproxy[683623]: worker exit +Jul 26 15:16:19 pfv-tsys5 pveproxy[86999]: worker 683623 finished +Jul 26 15:16:19 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) +Jul 26 15:16:19 pfv-tsys5 pveproxy[86999]: worker 697593 started +Jul 26 15:18:01 pfv-tsys5 pveproxy[684579]: worker exit +Jul 26 15:18:01 pfv-tsys5 pveproxy[86999]: worker 684579 finished +Jul 26 15:18:01 pfv-tsys5 pveproxy[86999]: starting 1 worker(s) +Jul 26 15:18:01 pfv-tsys5 pveproxy[86999]: worker 698675 started + +● pve-firewall.service - Proxmox VE firewall + Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 19:17:42 CDT; 1 day 21h ago + Invocation: 3b6cc1c640c64ce9a42a74cfce5f3df5 + Main PID: 1884 (pve-firewall) + Tasks: 1 (limit: 115754) + Memory: 113.7M (peak: 217.5M) + CPU: 23min 9.290s + CGroup: /system.slice/pve-firewall.service + └─1884 pve-firewall + +Jul 24 19:17:38 pfv-tsys5 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 24 19:17:42 pfv-tsys5 pve-firewall[1884]: starting server +Jul 24 19:17:42 pfv-tsys5 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. +Jul 26 12:29:19 pfv-tsys5 systemd[1]: Reloading pve-firewall.service - Proxmox VE firewall... +Jul 26 12:29:20 pfv-tsys5 pve-firewall[646188]: send HUP to 1884 +Jul 26 12:29:20 pfv-tsys5 pve-firewall[1884]: received signal HUP +Jul 26 12:29:20 pfv-tsys5 pve-firewall[1884]: server shutdown (restart) +Jul 26 12:29:20 pfv-tsys5 systemd[1]: Reloaded pve-firewall.service - Proxmox VE firewall. +Jul 26 12:29:22 pfv-tsys5 pve-firewall[1884]: restarting server + +● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 12:29:34 CDT; 4h 2min ago + Invocation: 28417510bf604d3eb0bdb8127a4bda66 + Main PID: 646665 (pve-ha-crm) + Tasks: 1 (limit: 115754) + Memory: 118.1M (peak: 137.6M) + CPU: 3.145s + CGroup: /system.slice/pve-ha-crm.service + └─646665 pve-ha-crm + +Jul 26 12:29:32 pfv-tsys5 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 26 12:29:34 pfv-tsys5 pve-ha-crm[646665]: starting server +Jul 26 12:29:34 pfv-tsys5 pve-ha-crm[646665]: status change startup => wait_for_quorum +Jul 26 12:29:34 pfv-tsys5 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 12:29:29 CDT; 4h 2min ago + Invocation: 469bf827bee94a0d8e44358af268a847 + Main PID: 646555 (pve-ha-lrm) + Tasks: 1 (limit: 115754) + Memory: 117.1M (peak: 137M) + CPU: 3.986s + CGroup: /system.slice/pve-ha-lrm.service + └─646555 pve-ha-lrm + +Jul 26 12:29:27 pfv-tsys5 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... +Jul 26 12:29:29 pfv-tsys5 pve-ha-lrm[646555]: starting server +Jul 26 12:29:29 pfv-tsys5 pve-ha-lrm[646555]: status change startup => wait_for_agent_lock +Jul 26 12:29:29 pfv-tsys5 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. + +--- storage-related service status + $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 +Unit zfs-target.service could not be found. +● nfs-server.service - NFS server and services + Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) + Drop-In: /run/systemd/generator/nfs-server.service.d + └─order-with-mounts.conf + Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 1 day 5h ago + Invocation: b4f2507005fc4a0cb6b0829be9a29948 + Docs: man:rpc.nfsd(8) + man:exportfs(8) + Main PID: 253539 (code=exited, status=0/SUCCESS) + Mem peak: 2.2M + CPU: 24ms + +Jul 25 11:30:46 pfv-tsys5 systemd[1]: Starting nfs-server.service - NFS server and services... +Jul 25 11:30:47 pfv-tsys5 sh[253541]: nfsdctl: lockd configuration failure +Jul 25 11:30:47 pfv-tsys5 systemd[1]: Finished nfs-server.service - NFS server and services. + +● nfs-server.service - NFS server and services + Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled) + Drop-In: /run/systemd/generator/nfs-server.service.d + └─order-with-mounts.conf + Active: active (exited) since Sat 2026-07-25 11:30:47 CDT; 1 day 5h ago + Invocation: b4f2507005fc4a0cb6b0829be9a29948 + Docs: man:rpc.nfsd(8) + man:exportfs(8) + Main PID: 253539 (code=exited, status=0/SUCCESS) + Mem peak: 2.2M + CPU: 24ms + +Jul 25 11:30:46 pfv-tsys5 systemd[1]: Starting nfs-server.service - NFS server and services... +Jul 25 11:30:47 pfv-tsys5 sh[253541]: nfsdctl: lockd configuration failure +Jul 25 11:30:47 pfv-tsys5 systemd[1]: Finished nfs-server.service - NFS server and services. + +● rpcbind.service - RPC bind portmap service + Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) + Active: active (running) since Fri 2026-07-24 19:16:51 CDT; 1 day 21h ago + Invocation: d9e9d2199b934a0cafaf6e3a9acaae0d +TriggeredBy: ● rpcbind.socket + Docs: man:rpcbind(8) + Main PID: 1147 (rpcbind) + Tasks: 1 (limit: 115754) + Memory: 1.2M (peak: 2.8M) + CPU: 2min 19.741s + CGroup: /system.slice/rpcbind.service + └─1147 /usr/sbin/rpcbind -f -w + +Jul 24 19:16:51 pfv-tsys5 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 24 19:16:51 pfv-tsys5 systemd[1]: Started rpcbind.service - RPC bind portmap service. + +● rpc-statd.service - NFS status monitor for NFSv2/3 locking. + Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) + Active: active (running) since Sat 2026-07-25 11:25:54 CDT; 1 day 5h ago + Invocation: ad03f166ed574f71b952af3756ad6555 + Docs: man:rpc.statd(8) + Main PID: 251818 (rpc.statd) + Tasks: 1 (limit: 115754) + Memory: 580K (peak: 1.9M) + CPU: 13ms + CGroup: /system.slice/rpc-statd.service + └─251818 /usr/sbin/rpc.statd + +Jul 25 11:25:54 pfv-tsys5 systemd[1]: Starting rpc-statd.service - NFS status monitor for NFSv2/3 locking.... +Jul 25 11:25:54 pfv-tsys5 rpc.statd[251818]: Version 2.8.3 starting +Jul 25 11:25:54 pfv-tsys5 rpc.statd[251818]: Flags: TI-RPC +Jul 25 11:25:54 pfv-tsys5 systemd[1]: Started rpc-statd.service - NFS status monitor for NFSv2/3 locking.. + +○ zfs-import.service + Loaded: masked (Reason: Unit zfs-import.service is masked.) + Active: inactive (dead) + +● zfs-mount.service - Mount ZFS filesystems + Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) + Active: active (exited) since Fri 2026-07-24 19:16:50 CDT; 1 day 21h ago + Invocation: 1e162984cb5c4402be1795e71e0d324e + Docs: man:zfs(8) + Main PID: 1102 (code=exited, status=0/SUCCESS) + Mem peak: 1.7M + CPU: 14ms + +Jul 24 19:16:50 pfv-tsys5 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... + +############################################################################### +# 25. TIMERS / CRON +############################################################################### + +--- systemctl list-timers + $ systemctl list-timers --all --no-pager +NEXT LEFT LAST PASSED UNIT ACTIVATES +Sun 2026-07-26 19:31:33 CDT 2h 59min Sat 2026-07-25 19:31:33 CDT 21h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-07-26 20:42:10 CDT 4h 10min Sun 2026-07-26 09:42:15 CDT 6h ago apt-daily.timer apt-daily.service +Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:15 CDT 16h ago dpkg-db-backup.timer dpkg-db-backup.service +Mon 2026-07-27 00:05:35 CDT 7h Mon 2026-07-20 01:34:46 CDT - fstrim.timer fstrim.service +Mon 2026-07-27 00:46:36 CDT 8h Sun 2026-07-26 00:16:15 CDT 16h ago logrotate.timer logrotate.service +Mon 2026-07-27 01:34:01 CDT 9h Sun 2026-07-26 01:17:35 CDT 15h ago pve-daily-update.timer pve-daily-update.service +Mon 2026-07-27 02:13:38 CDT 9h Sun 2026-07-26 03:03:15 CDT 13h ago beszel-agent-update.timer beszel-agent-update.service +Mon 2026-07-27 06:15:22 CDT 13h Sun 2026-07-26 06:41:15 CDT 9h ago apt-daily-upgrade.timer apt-daily-upgrade.service +Mon 2026-07-27 07:08:37 CDT 14h Sun 2026-07-26 11:07:15 CDT 5h 24min ago man-db.timer man-db.service +Sun 2026-08-02 03:10:11 CDT 6 days Sun 2026-07-26 03:10:15 CDT 13h ago e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:20 CDT 6 days Sun 2026-07-26 03:11:15 CDT 13h ago xfs_scrub_all.timer xfs_scrub_all.service + +11 timers listed. + +--- /etc/cron.d +total 20 +drwxr-xr-x 2 root root 4096 Jul 26 12:28 . +drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +lrwxrwxrwx 1 root root 20 Feb 26 09:06 vzdump -> /etc/pve/vzdump.cron +-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux + +--- /etc/cron.daily +total 28 +drwxr-xr-x 2 root root 4096 Jul 22 20:18 . +drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat +-rwxr-xr-x 1 root root 123 May 27 2025 dpkg +-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate +-rwxr-xr-x 1 root root 1395 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.hourly +total 12 +drwxr-xr-x 2 root root 4096 Feb 26 09:02 . +drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.weekly +total 16 +drwxr-xr-x 2 root root 4096 Feb 26 09:03 . +drwxr-xr-x 106 root root 4096 Jul 26 16:28 .. +-rwxr-xr-x 1 root root 1055 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- crontabs + --- /etc/crontab --- +# /etc/crontab: system-wide crontab +# Unlike any other crontab you don't have to run the `crontab' +# command to install the new version when you edit this file +# and files in /etc/cron.d. These files also have username fields, +# that none of the other crontabs do. + +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * user-name command to be executed +17 * * * * root cd / && run-parts --report /etc/cron.hourly +25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; } +47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; } +52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; } +# + +--- root crontab + $ crontab -l 2>/dev/null || echo " [no root crontab]" + [no root crontab] + +############################################################################### +# 26. LIVE PERFORMANCE SNAPSHOT +############################################################################### + +--- /proc/loadavg + $ cat /proc/loadavg +1.37 1.37 1.09 2/546 722369 + +--- vmstat 1 3 + $ vmstat 1 3 +procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- + r b swpd free buff cache si so bi bo in cs us sy id wa st gu + 0 0 0 65413980 37512 455180 0 0 8552 2452 6760 11 1 2 88 4 0 5 + 0 0 0 65427032 37520 455304 0 0 792 76 7977 10856 4 4 90 1 0 2 + 0 0 0 65442316 37528 455304 0 0 0 64 7714 11187 0 1 97 0 0 2 + +--- mpstat 1 3 (per-cpu) + $ mpstat 1 3 +/root/check.sh: line 45: mpstat: command not found + [exit=127 / not installed or not permitted] + +--- iostat -xz 1 3 + $ iostat -xz 1 3 +/root/check.sh: line 45: iostat: command not found + [exit=127 / not installed or not permitted] + +--- sar -dp 1 2 + $ sar -dp 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n DEV 1 2 + $ sar -n DEV 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n NFS,NFSD 1 2 + $ sar -n NFS,NFSD 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n SOCK 1 1 + $ sar -n SOCK 1 1 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n TCP,ETCP 1 2 + $ sar -n TCP,ETCP 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -d 1 2 (top disk) + $ pidstat -d 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -u 1 2 (top cpu) + $ pidstat -u 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- top (single snapshot, top 30) + $ top -b -n 1 +top - 16:32:08 up 1 day, 21:16, 2 users, load average: 1.37, 1.37, 1.09 +Tasks: 305 total, 1 running, 304 sleeping, 0 stopped, 0 zombie +%Cpu(s): 2.8 us, 3.8 sy, 0.0 ni, 91.5 id, 1.9 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 96556.6 total, 63911.8 free, 33051.3 used, 481.4 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 63505.2 avail Mem + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 113938 root 20 0 13.1g 8.9g 17656 S 18.2 9.4 12,58 kvm + 48303 root 20 0 5050956 696832 13412 S 9.1 0.7 38:29.63 kvm + 1 root 20 0 25760 16396 10776 S 0.0 0.0 0:40.11 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.05 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+ + 11 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:04.34 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 1:27.48 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.57 migrati+ + 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:01.49 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:02.88 ksoftir+ + 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:01.49 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:00.99 ksoftir+ + 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:01.50 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:19.15 ksoftir+ + 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:01.42 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:00.65 ksoftir+ + 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:01.43 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:02.61 ksoftir+ + 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:01.42 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.54 ksoftir+ + 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:01.42 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:00.54 ksoftir+ + 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 68 root 20 0 0 0 0 S 0.0 0.0 0:00.04 kauditd + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.10 khungta+ + 71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 74 root 20 0 0 0 0 S 0.0 0.0 0:04.55 kcompac+ + 75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 76 root 39 19 0 0 0 S 0.0 0.0 0:00.72 khugepa+ + 77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 79 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 80 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+ + 84 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 90 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 91 root 0 -20 0 0 0 I 0.0 0.0 0:01.26 kworker+ + 92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 94 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 95 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 104 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 111 root 0 -20 0 0 0 I 0.0 0.0 0:05.28 kworker+ + 112 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 118 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 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:29.12 kworker+ + 158 root 0 -20 0 0 0 I 0.0 0.0 0:01.38 kworker+ + 162 root 0 -20 0 0 0 I 0.0 0.0 0:01.33 kworker+ + 173 root 0 -20 0 0 0 I 0.0 0.0 0:01.59 kworker+ + 184 root 0 -20 0 0 0 I 0.0 0.0 0:01.21 kworker+ + 194 root 0 -20 0 0 0 I 0.0 0.0 0:01.24 kworker+ + 207 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 208 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 209 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 210 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 211 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 220 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 231 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 259 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 267 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 269 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 270 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 295 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 296 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 297 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 298 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 337 root 20 0 0 0 0 S 0.0 0.0 0:04.63 jbd2/dm+ + 338 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 385 root 20 0 96916 68748 67148 S 0.0 0.1 0:05.21 systemd+ + 426 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 427 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 428 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 429 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 433 root 20 0 36724 10204 7828 S 0.0 0.0 0:01.11 systemd+ + 435 root 20 0 77296 22300 9124 S 0.0 0.0 0:08.38 dmeventd + 436 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 437 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 438 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 439 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 440 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 441 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 442 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 443 root 20 0 0 0 0 S 0.0 0.0 0:02.64 arc_evi+ + 444 root 39 19 0 0 0 S 0.0 0.0 0:02.68 arc_reap + 445 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 446 root 39 19 0 0 0 S 0.0 0.0 0:02.58 dbuf_ev+ + 447 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 448 root 20 0 0 0 0 S 0.0 0.0 0:02.25 l2arc_f+ + 449 root 20 0 0 0 0 I 0.0 0.0 0:26.61 kworker+ + 459 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 1080 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1088 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1089 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 1090 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+ + 1147 _rpc 20 0 6704 3920 3364 S 0.0 0.0 2:19.74 rpcbind + 1195 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1196 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1232 root 20 0 5256 1696 1468 S 0.0 0.0 0:00.00 blkmapd + 1263 message+ 20 0 8756 5348 4252 S 0.0 0.0 0:19.75 dbus-da+ + 1270 root 20 0 276136 3560 3268 S 0.0 0.0 0:00.00 pve-lxc+ + 1273 root 20 0 626044 8484 6924 S 0.0 0.0 0:51.06 rrdcach+ + 1278 root 20 0 19248 9172 7760 S 0.0 0.0 0:01.28 systemd+ + 1285 root 20 0 1421392 112636 26412 S 0.0 0.1 10:59.57 tailsca+ + 1286 root 20 0 7216 2324 1980 S 0.0 0.0 0:03.14 ksmtuned + 1288 root 20 0 2432 1564 1464 S 0.0 0.0 0:05.39 watchdo+ + 1296 root 20 0 159064 2508 2140 S 0.0 0.0 0:00.01 lxcfs + 1376 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1531 root 20 0 5984 3552 2712 S 0.0 0.0 0:01.33 dhclient + 1568 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1638 beszel 20 0 2231764 18188 10412 S 0.0 0.0 2:04.45 beszel-+ + 1639 root 20 0 506252 52696 17348 S 0.0 0.1 0:00.81 glances + 1641 _lldpd 20 0 21376 6572 5404 S 0.0 0.0 0:00.14 lldpd + 1642 root 20 0 5520 2548 2300 S 0.0 0.0 0:00.00 lxc-mon+ + 1652 root 20 0 340044 32872 15420 S 0.0 0.0 0:29.12 tuned + 1656 root 20 0 8168 2592 2364 S 0.0 0.0 0:00.01 agetty + 1680 root 20 0 11776 7764 6532 S 0.0 0.0 0:00.20 sshd + 1689 _lldpd 20 0 21504 2932 1736 S 0.0 0.0 0:06.67 lldpd + 1743 root 20 0 6864 2960 2712 S 0.0 0.0 0:00.37 cron + 1837 root 20 0 43984 4800 4156 S 0.0 0.0 0:00.62 master + 1839 postfix 20 0 44524 7700 7008 S 0.0 0.0 0:00.11 qmgr + 1843 polkitd 20 0 306704 8340 7176 S 0.0 0.0 0:03.81 polkitd + 1884 root 20 0 179208 135656 30152 S 0.0 0.1 8:34.70 pve-fir+ + 1893 root 20 0 207252 151800 33024 S 0.0 0.2 55:07.48 pvestatd + 1910 root 20 0 230080 182896 32672 S 0.0 0.2 0:04.56 pvedaem+ + 1933 www-data 20 0 99228 69624 17580 S 0.0 0.1 0:04.47 spicepr+ + 2049 root 20 0 209788 155832 32720 S 0.0 0.2 0:16.56 pvesche+ + 2079 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 2085 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 40515 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 46341 root 20 0 0 0 0 S 0.0 0.0 0:06.16 jbd2/sd+ + 46342 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 46364 root 20 0 0 0 0 S 0.0 0.0 0:00.07 jbd2/sd+ + 46365 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 47606 root 20 0 0 0 0 S 0.0 0.0 0:02.50 jbd2/sd+ + 47607 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 47873 root 20 0 10.7g 1.5g 11032 S 0.0 1.6 34:30.67 kvm + 47904 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 47937 root 20 0 5138104 717916 11080 S 0.0 0.7 39:30.73 kvm + 47969 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48034 root 20 0 5025420 700040 11084 S 0.0 0.7 38:12.89 kvm + 48066 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48099 root 20 0 5063460 676016 11028 S 0.0 0.7 38:19.64 kvm + 48130 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48205 root 20 0 5100464 682060 11148 S 0.0 0.7 39:21.36 kvm + 48238 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48337 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48397 root 20 0 5048036 686440 11100 S 0.0 0.7 38:35.36 kvm + 48440 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48474 root 20 0 5122800 1.3g 11352 S 0.0 1.4 34:05.75 kvm + 48522 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ + 48576 root 20 0 5032620 726320 11040 S 0.0 0.7 40:03.04 kvm + 48615 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48691 root 20 0 5098412 687100 11132 S 0.0 0.7 39:16.48 kvm + 48727 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ + 48805 root 20 0 9936.5m 807880 11084 S 0.0 0.8 39:52.69 kvm + 48850 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 48921 root 20 0 12.5g 1.5g 11008 S 0.0 1.6 36:08.23 kvm + 48953 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ + 49002 root 20 0 9059956 776132 13636 S 0.0 0.8 40:49.42 kvm + 49055 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ + 49689 root 20 0 32.6g 1.4g 11352 S 0.0 1.5 49:20.95 kvm + 49809 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kvm-pit+ + 50459 root 20 0 0 0 0 S 0.0 0.0 0:00.26 jbd2/sd+ + 50460 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 51445 root 20 0 0 0 0 S 0.0 0.0 0:00.06 jbd2/sd+ + 51446 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 54010 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 84667 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 86999 www-data 20 0 231368 184248 32752 S 0.0 0.2 0:06.47 pveproxy + 88433 root 20 0 6897740 2.2g 13640 S 0.0 2.4 53:31.25 kvm + 88471 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 111284 root 20 0 0 0 0 I 0.0 0.0 0:20.13 kworker+ + 113986 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 115366 root 20 0 7025332 5.9g 13392 S 0.0 6.3 93:52.28 kvm + 115416 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 246438 root 20 0 0 0 0 I 0.0 0.0 0:14.29 kworker+ + 251811 root 20 0 5464 3880 3540 S 0.0 0.0 0:00.00 fsidd + 251818 statd 20 0 4552 2028 1680 S 0.0 0.0 0:00.00 rpc.sta+ + 251827 root 20 0 5620 2956 2440 S 0.0 0.0 0:00.01 nfsdcld + 253532 root 20 0 2944 2472 2192 S 0.0 0.0 0:00.01 rpc.idm+ + 253535 root 20 0 8952 4276 3208 S 0.0 0.0 0:49.97 rpc.mou+ + 253543 root 20 0 0 0 0 I 0.0 0.0 0:00.00 lockd + 253544 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253545 root 20 0 0 0 0 I 0.0 0.0 0:00.72 nfsd + 253546 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253547 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253548 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253549 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253550 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253551 root 20 0 0 0 0 I 0.0 0.0 0:00.84 nfsd + 253552 root 20 0 0 0 0 I 0.0 0.0 0:00.07 nfsd + 253553 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253554 root 20 0 0 0 0 I 0.0 0.0 0:00.00 nfsd + 253555 root 20 0 0 0 0 I 0.0 0.0 0:03.79 nfsd + 253556 root 20 0 0 0 0 I 0.0 0.0 0:20.29 nfsd + 253557 root 20 0 0 0 0 I 0.0 0.0 0:33.91 nfsd + 253558 root 20 0 0 0 0 I 0.0 0.0 0:48.95 nfsd + 253559 root 20 0 0 0 0 I 0.0 0.0 0:54.45 nfsd + 341661 root 20 0 0 0 0 I 0.0 0.0 0:11.70 kworker+ + 358594 root 20 0 0 0 0 I 0.0 0.0 0:11.33 kworker+ + 385022 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 451802 root 20 0 0 0 0 I 0.0 0.0 0:13.41 kworker+ + 609934 root 20 0 0 0 0 I 0.0 0.0 0:02.18 kworker+ + 628773 root 20 0 22436 12688 10084 S 0.0 0.0 0:00.44 systemd + 628775 root 20 0 24404 3840 2040 S 0.0 0.0 0:00.00 (sd-pam) + 628783 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 628923 root 20 0 7168 2612 1920 S 0.0 0.0 0:00.03 screen + 628924 root 20 0 7448 4204 3516 S 0.0 0.0 0:00.00 bash + 631847 root 20 0 10736 6700 4752 S 0.0 0.0 0:00.15 smartd + 632292 _chrony 20 0 19940 5656 4888 S 0.0 0.0 0:00.11 chronyd + 632296 _chrony 20 0 11612 2308 1680 S 0.0 0.0 0:00.00 chronyd + 645851 root 20 0 104420 6340 5188 S 0.0 0.0 0:00.00 zed + 645934 root 20 0 547456 60232 45084 S 0.0 0.1 0:25.46 pmxcfs + 646054 root 20 0 79620 2304 2092 S 0.0 0.0 0:01.65 pvefw-l+ + 646280 root 20 0 13584 5580 4720 S 0.0 0.0 0:01.39 proxmox+ + 646391 root 20 0 5748 2276 2036 S 0.0 0.0 0:00.02 qmeventd + 646555 root 20 0 213188 124472 5220 S 0.0 0.1 0:02.42 pve-ha-+ + 646665 root 20 0 214172 125548 5260 S 0.0 0.1 0:01.56 pve-ha-+ + 646730 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 646842 www-data 20 0 99360 56224 4036 S 0.0 0.1 0:00.52 spicepr+ + 674904 root 20 0 239172 164272 11944 S 0.0 0.2 0:17.54 pvedaem+ + 675037 root 20 0 239200 163960 11692 S 0.0 0.2 0:17.02 pvedaem+ + 678254 root 20 0 239144 164108 11872 S 0.0 0.2 0:14.87 pvedaem+ + 690036 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+ + 697082 www-data 20 0 286316 212692 13252 S 0.0 0.2 0:04.15 pveprox+ + 697593 www-data 20 0 274716 200716 12948 S 0.0 0.2 0:02.91 pveprox+ + 698675 www-data 20 0 286232 212076 12784 S 0.0 0.2 0:03.01 pveprox+ + 705198 root 20 0 0 0 0 I 0.0 0.0 0:00.35 kworker+ + 709362 root 20 0 0 0 0 I 0.0 0.0 0:00.37 kworker+ + 711723 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+ + 711984 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 713683 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 713757 iperf3 20 0 11076 4456 3760 S 0.0 0.0 0:00.00 iperf3 + 715236 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+ + 715833 postfix 20 0 44472 7800 7080 S 0.0 0.0 0:00.00 pickup + 715992 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 716044 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 716059 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 716073 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 716170 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 716846 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 717520 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 717540 root 20 0 19652 11584 9816 S 0.0 0.0 0:00.02 sshd-se+ + 717547 root 20 0 19908 7380 5336 S 0.0 0.0 0:00.00 sshd-se+ + 717548 root 20 0 7316 3712 3180 S 0.0 0.0 0:00.72 bash + 720764 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 720765 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 722271 root 20 0 5580 2148 2036 S 0.0 0.0 0:00.00 sleep + 722322 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 722403 root 20 0 7316 2260 1728 S 0.0 0.0 0:00.00 bash + 722404 root 20 0 5588 2132 2020 S 0.0 0.0 0:00.00 head + 722405 root 20 0 10424 5440 3348 R 0.0 0.0 0:00.01 top + +--- zpool iostat 1 2 + $ zpool iostat 1 2 +no pools available +no pools available + +--- arcstat 1 2 + $ arcstat 1 2 + time read ddread ddh% dmread dmh% pread ph% size c avail +16:32:09 0 0 0 0 0 0 0 1.9K 2.9G 59.3G +16:32:10 0 0 0 0 0 0 0 1.9K 2.9G 59.3G + +--- /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: +tailscale0: +vmbr0: +bond0: +datanet: +tap5101i0: +tap5105i0: +tap5106i0: +tap5107i0: +tap5108i0: +tap5109i0: +tap51010i0: +tap51011i0: +tap51012i0: +tap51013i0: +tap53100i0: +tap53101i0: +tap53102i0: +tap509i0: +fwbr509i0: +fwpr509p0: +fwln509i0: +tap509i1: +fwbr509i1: +fwpr509p1: +fwln509i1: +tap6000i0: +tap5111i0: +tap5112i0: +--- t0 --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 66130558 212454 0 0 0 0 0 0 66130558 212454 0 0 0 0 0 0 + nic0: 27941517692 26953213 0 36910 0 0 0 4093194 1482873716 4246158 0 0 0 0 0 0 + nic1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + nic2: 13468623509 12276389 1 0 0 1 0 142567 2255164074 7943769 0 0 0 0 0 0 +tailscale0: 140701289 484518 0 0 0 0 0 0 587024386 333769 0 0 0 0 0 0 + vmbr0: 1486317725 6679543 0 0 0 0 0 3506707 760173625 945986 0 0 0 0 0 0 + bond0: 13468623509 12276389 1 5430 0 1 0 142567 2255164074 7943769 0 0 0 0 0 0 +datanet: 13244826557 12265915 0 10 0 0 0 137136 2177345494 7098328 0 1 0 0 0 0 +tap5101i0: 1480802 15798 0 0 0 0 0 0 509654336 4808675 0 0 0 0 0 0 +tap5105i0: 1210968 12495 0 0 0 0 0 0 500909066 4805111 0 362 0 0 0 0 +tap5106i0: 1215132 12499 0 0 0 0 0 0 500879784 4804868 0 483 0 0 0 0 +tap5107i0: 1222121 12522 0 0 0 0 0 0 500869191 4804731 0 525 0 0 0 0 +tap5108i0: 1205451 12443 0 0 0 0 0 0 500803064 4804099 0 884 0 0 0 0 +tap5109i0: 1206687 12457 0 0 0 0 0 0 500750576 4803630 0 1090 0 0 0 0 +tap51010i0: 1203107 12447 0 0 0 0 0 0 500738299 4803439 0 1138 0 0 0 0 +tap51011i0: 1408571 15240 0 0 0 0 0 0 508987754 4805552 0 1404 0 0 0 0 +tap51012i0: 1278258 13224 0 0 0 0 0 0 500909506 4803164 0 1091 0 0 0 0 +tap51013i0: 1209021 12428 0 0 0 0 0 0 500628097 4802440 0 1439 0 0 0 0 +tap53100i0: 1199945 12400 0 0 0 0 0 0 500583040 4801979 0 1634 0 0 0 0 +tap53101i0: 1433599 15534 0 0 0 0 0 0 510249763 4804624 0 1701 0 0 0 0 +tap53102i0: 1836437 15252 0 0 0 0 0 0 501044734 4804440 0 1596 0 0 0 0 +tap509i0: 106424948 510343 0 0 0 0 0 0 752424914 5660235 0 4546 0 0 0 0 +fwbr509i0: 430415505 4781650 0 6120 0 0 0 3237586 0 0 0 0 0 0 0 0 +fwpr509p0: 107676173 515368 0 5025 0 0 0 0 752926326 5664781 0 0 0 0 0 0 +fwln509i0: 752926326 5664781 0 5025 0 0 0 0 107676173 515368 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 60 1 0 138926 0 0 0 0 +fwbr509i1: 10987306 134955 0 10 0 0 0 127094 0 0 0 0 0 0 0 0 +fwpr509p1: 1251225 5025 0 5025 0 0 0 0 14128599 139990 0 0 0 0 0 0 +fwln509i1: 14128599 139990 0 5025 0 0 0 0 1251225 5025 0 0 0 0 0 0 +tap6000i0: 6487167 44904 0 0 0 0 0 0 702346522 4518859 0 35911 0 0 0 0 +tap5111i0: 493969798 1495624 0 0 0 0 0 0 15971521692 7655084 0 0 0 0 0 0 +tap5112i0: 34139107 357912 0 0 0 0 0 0 6120937702 5155565 0 32 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: 66130558 212454 0 0 0 0 0 0 66130558 212454 0 0 0 0 0 0 + nic0: 27941530711 26953267 0 36910 0 0 0 4093206 1482878815 4246174 0 0 0 0 0 0 + nic1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + nic2: 13468624371 12276398 1 0 0 1 0 142567 2255186144 7943786 0 0 0 0 0 0 +tailscale0: 140701289 484518 0 0 0 0 0 0 587024386 333769 0 0 0 0 0 0 + vmbr0: 1486319241 6679566 0 0 0 0 0 3506715 760173943 945988 0 0 0 0 0 0 + bond0: 13468624371 12276398 1 5430 0 1 0 142567 2255186144 7943786 0 0 0 0 0 0 +datanet: 13244827257 12265924 0 10 0 0 0 137136 2177366836 7098335 0 1 0 0 0 0 +tap5101i0: 1480802 15798 0 0 0 0 0 0 509655856 4808696 0 0 0 0 0 0 +tap5105i0: 1210968 12495 0 0 0 0 0 0 500910586 4805132 0 362 0 0 0 0 +tap5106i0: 1215132 12499 0 0 0 0 0 0 500881304 4804889 0 483 0 0 0 0 +tap5107i0: 1222121 12522 0 0 0 0 0 0 500870711 4804752 0 525 0 0 0 0 +tap5108i0: 1205451 12443 0 0 0 0 0 0 500804584 4804120 0 884 0 0 0 0 +tap5109i0: 1206687 12457 0 0 0 0 0 0 500752096 4803651 0 1090 0 0 0 0 +tap51010i0: 1203107 12447 0 0 0 0 0 0 500739819 4803460 0 1138 0 0 0 0 +tap51011i0: 1408571 15240 0 0 0 0 0 0 508989274 4805573 0 1404 0 0 0 0 +tap51012i0: 1278258 13224 0 0 0 0 0 0 500911026 4803185 0 1091 0 0 0 0 +tap51013i0: 1209021 12428 0 0 0 0 0 0 500629617 4802461 0 1439 0 0 0 0 +tap53100i0: 1199945 12400 0 0 0 0 0 0 500584560 4802000 0 1634 0 0 0 0 +tap53101i0: 1433599 15534 0 0 0 0 0 0 510251283 4804645 0 1701 0 0 0 0 +tap53102i0: 1836437 15252 0 0 0 0 0 0 501046254 4804461 0 1596 0 0 0 0 +tap509i0: 106424948 510343 0 0 0 0 0 0 752426434 5660256 0 4546 0 0 0 0 +fwbr509i0: 430416731 4781671 0 6120 0 0 0 3237594 0 0 0 0 0 0 0 0 +fwpr509p0: 107676173 515368 0 5025 0 0 0 0 752927846 5664802 0 0 0 0 0 0 +fwln509i0: 752927846 5664802 0 5025 0 0 0 0 107676173 515368 0 0 0 0 0 0 +tap509i1: 0 0 0 0 0 0 0 0 60 1 0 138926 0 0 0 0 +fwbr509i1: 10987306 134955 0 10 0 0 0 127094 0 0 0 0 0 0 0 0 +fwpr509p1: 1251225 5025 0 5025 0 0 0 0 14128599 139990 0 0 0 0 0 0 +fwln509i1: 14128599 139990 0 5025 0 0 0 0 1251225 5025 0 0 0 0 0 0 +tap6000i0: 6487339 44906 0 0 0 0 0 0 702348241 4518882 0 35911 0 0 0 0 +tap5111i0: 493972014 1495632 0 0 0 0 0 0 15971531300 7655129 0 0 0 0 0 0 +tap5112i0: 34139107 357912 0 0 0 0 0 0 6120939222 5155586 0 32 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-tsys5.knel.net pfv-tsys5 + +# 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 +r + + +--- /etc/ntp.conf + [missing: /etc/ntp.conf] + +--- /etc/chrony/chrony.conf + --- /etc/chrony/chrony.conf --- +# Welcome to the chrony configuration file. See chrony.conf(5) for more +# information about usable directives. + +# Use Debian vendor zone. +pool 2.debian.pool.ntp.org iburst + +# Use time sources from DHCP. +sourcedir /run/chrony-dhcp + +# Use NTP sources found in /etc/chrony/sources.d. +sourcedir /etc/chrony/sources.d + +# This directive specifies the location of the file containing ID/key pairs for +# NTP authentication. +keyfile /etc/chrony/chrony.keys + +# This directive specifies the file into which chronyd will store the rate +# information. +driftfile /var/lib/chrony/chrony.drift + +# Save NTS keys and cookies. +ntsdumpdir /var/lib/chrony + +# Uncomment the following line to turn logging on. +#log tracking measurements statistics + +# Log files location. +logdir /var/log/chrony + +# Stop bad estimates upsetting machine clock. +maxupdateskew 100.0 + +# This directive enables kernel synchronisation (every 11 minutes) of the +# real-time clock. Note that it can't be used along with the 'rtcfile' directive. +rtcsync + +# Step the system clock instead of slewing it if the adjustment is larger than +# one second, but only in the first three clock updates. +makestep 1 3 + +# Get TAI-UTC offset and leap seconds from the system tz database. +# This directive must be commented out when using time sources serving +# leap-smeared time. +leapseclist /usr/share/zoneinfo/leap-seconds.list + +# Include configuration files found in /etc/chrony/conf.d. +confdir /etc/chrony/conf.d + +--- timedatectl + $ timedatectl + Local time: Sun 2026-07-26 16:32:11 CDT + Universal time: Sun 2026-07-26 21:32:11 UTC + RTC time: Sun 2026-07-26 21:32:11 + Time zone: America/Chicago (CDT, -0500) +System clock synchronized: yes + NTP service: active + RTC in local TZ: no + +--- chronyc tracking + $ chronyc tracking +Reference ID : 95F80CA7 (149.248.12.167.vultrusercontent.com) +Stratum : 4 +Ref time (UTC) : Sun Jul 26 21:26:36 2026 +System time : 0.000408659 seconds slow of NTP time +Last offset : +0.000118423 seconds +RMS offset : 0.000465766 seconds +Frequency : 5.558 ppm fast +Residual freq : +0.007 ppm +Skew : 0.133 ppm +Root delay : 0.038353302 seconds +Root dispersion : 0.001228930 seconds +Update interval : 1030.6 seconds +Leap status : Normal + +--- chronyc sources + $ chronyc sources +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^+ arm1.maxhost.io 2 10 377 942 +1639us[+1728us] +/- 51ms +^* 149.248.12.167.vultruser> 3 10 377 335 -2403us[-2285us] +/- 19ms +^+ 172-104-209-204.ip.linod> 5 10 377 794 +2002us[+2098us] +/- 48ms +^- linode1.ernest-doss.org 3 10 377 128 -9317us[-9317us] +/- 94ms + +--- ntpq peers + $ ntpq -pn +/root/check.sh: line 45: ntpq: command not found + [exit=127 / not installed or not permitted] + +############################################################################### +# 28. FIREWALL / SECURITY +############################################################################### + +--- pve-firewall status + $ pve-firewall status +Status: disabled/running + +--- nft ruleset (count) + $ nft list ruleset + +--- nft ruleset (head) + $ nft list ruleset + +--- iptables-save (legacy) + $ iptables-save +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +*raw +:PREROUTING ACCEPT [17517187:14854209126] +:OUTPUT ACCEPT [8524299:3476189142] +COMMIT +# Completed on Sun Jul 26 16:32:13 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +*mangle +:PREROUTING ACCEPT [17517800:14854367425] +:INPUT ACCEPT [14426681:14478813976] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [8524797:3476260386] +:POSTROUTING ACCEPT [8524797:3476260386] +-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 +-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 +COMMIT +# Completed on Sun Jul 26 16:32:13 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +*nat +:PREROUTING ACCEPT [3466611:409010848] +:INPUT ACCEPT [486156:58020060] +:OUTPUT ACCEPT [177631:12168299] +:POSTROUTING ACCEPT [177631:12168299] +:ts-postrouting - [0:0] +-A POSTROUTING -j ts-postrouting +-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE +COMMIT +# Completed on Sun Jul 26 16:32:13 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:32:13 2026 +*filter +:INPUT ACCEPT [13242986:14130167405] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [8524797:3476260386] +: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.87.135.12/32 -i lo -j ACCEPT +-A ts-input -i tailscale0 -j ACCEPT +-A ts-input -p udp -m udp --dport 41641 -j ACCEPT +-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN +-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP +COMMIT +# Completed on Sun Jul 26 16:32:13 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 (632292) + /usr/sbin/chronyd (632296) + /usr/sbin/dhclient (1531) /{,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 + 113938 root 9283372 13691436 34.1 9.3 kvm + 115366 root 6202904 7025332 4.1 6.2 kvm + 88433 root 2339972 6897740 2.2 2.3 kvm + 48921 root 1583692 13122972 1.4 1.6 kvm + 47873 root 1573360 11255792 1.3 1.5 kvm + 49689 root 1472952 34193344 1.9 1.4 kvm + 48474 root 1384796 5122800 1.3 1.4 kvm + 48805 root 807880 10175008 1.5 0.8 kvm + 49002 root 776132 9059956 1.6 0.7 kvm + 48576 root 726320 5032620 1.5 0.7 kvm + +--- top 10 CPU hogs + $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 + PID USER %CPU %MEM RSS COMMAND + 722470 root 100 0.0 4424 ps + 113938 root 34.1 9.3 9283372 kvm + 115366 root 4.1 6.2 6202904 kvm + 722417 root 3.9 0.0 7720 systemd-timedat + 88433 root 2.2 2.3 2339972 kvm + 1893 root 2.0 0.1 151800 pvestatd + 49689 root 1.9 1.4 1472952 kvm + 49002 root 1.6 0.7 776132 kvm + 48576 root 1.5 0.7 726320 kvm + 48805 root 1.5 0.8 807880 kvm + +--- top file-handle holders + $ for pid in $(ps -e -o pid= | head -n 200); do + n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)" + [ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)" +done | sort -k2 -t= -nr | head -n 15 + 1 fd=215 systemd + 48397 fd=124 kvm + 48205 fd=124 kvm + 48099 fd=124 kvm + 48034 fd=124 kvm + 47937 fd=124 kvm + 47873 fd=124 kvm + 48303 fd=123 kvm + 1837 fd=94 master + 385 fd=60 systemd-journal + 1263 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 Mar 17 09:28 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000013798-00064cce94cc9a71.journal +-rw-r-----+ 1 root systemd-journal 48M Mar 12 02:20 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000000467b-00064c4a10ef1d68.journal +-rw-r-----+ 1 root systemd-journal 48M Jul 7 19:51 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000004efab-000653aa9998326e.journal +-rw-r-----+ 1 root systemd-journal 48M Jul 26 16:32 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system.journal +-rw-r-----+ 1 root systemd-journal 40M May 7 22:49 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-000000000003554c-00064ee1f0d36d1e.journal +-rw-r-----+ 1 root systemd-journal 40M Jun 7 09:20 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000041e97-000651464a0de8f7.journal +-rw-r-----+ 1 root systemd-journal 32M Mar 24 19:56 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@00064e3f7f0af53c-3a6be8acbb9c24a0.journal~ +-rw-r-----+ 1 root systemd-journal 32M Apr 6 10:57 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@00064ee1f0d9163d-f6d8187336fe6b43.journal~ +-rw-r-----+ 1 root systemd-journal 16M Mar 5 11:14 /var/log/journal/1033b7ad6caf44c09874b4bf08c7d334/system@5957d200c9d3431993ce31ca8d3cfe13-0000000000000001-00064bbb754fe33c.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)" + bond0 : 10 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + nic2 : 10 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 + datanet : mtu=1500 + fwbr509i0 : mtu=1500 + fwbr509i1 : mtu=1500 + fwln509i0 : mtu=1500 + fwln509i1 : mtu=1500 + fwpr509p0 : mtu=1500 + fwpr509p1 : mtu=1500 + nic0 : mtu=1500 + nic2 : mtu=1500 + tap509i0 : mtu=1500 + tap509i1 : mtu=1500 + tap51010i0 : mtu=1500 + tap51011i0 : mtu=1500 + tap51012i0 : mtu=1500 + tap51013i0 : mtu=1500 + tap5101i0 : mtu=1500 + tap5105i0 : mtu=1500 + tap5106i0 : mtu=1500 + tap5107i0 : mtu=1500 + tap5108i0 : mtu=1500 + tap5109i0 : mtu=1500 + tap5111i0 : mtu=1500 + tap5112i0 : mtu=1500 + tap53100i0 : mtu=1500 + tap53101i0 : mtu=1500 + tap53102i0 : mtu=1500 + tap6000i0 : 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 + cpufreq driver not loaded (governor unknown) + + +--- [D] EPB / EPP not performance-bias + $ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null) +epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null) +echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)" + EPB=0 EPP= (0=performance, 15=max-power on EPB; 'performance' on EPP) + + +--- [E] vm.swappiness and dirty ratios + $ sw=$(sysctl -n vm.swappiness 2>/dev/null) +dr=$(sysctl -n vm.dirty_ratio 2>/dev/null) +dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null) +echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr" +[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)" + swappiness=1 dirty_ratio=40 dirty_background_ratio=10 + <-- swappiness not 10 (Proxmox default) + + +--- [F] TCP congestion control + $ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null) +avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null) +echo " active: $cc" +echo " available: $avail" +[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths" + active: bbr + available: reno cubic bbr + [exit=1] + + +--- [G] ZFS dataset red flags + $ if ! command -v zfs >/dev/null 2>&1; then + echo " ZFS not present" +else + zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \ + | awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"} + $2=="atime" && $3=="on" {print " <-- "$1" has atime=on"} + $2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"} + $2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}' +fi + + +--- [H] ARC size vs RAM + $ if [ -r /proc/spl/kstat/zfs/arcstats ]; then + arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo) + echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes" + if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then + pct=$((cmax * 100 / ram)) + echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)" + fi + hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null) + if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then + hr=$((hits * 100 / (hits + miss))) + echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)" + fi +else + echo " ZFS ARC stats not available (ZFS not loaded?)" +fi + ARC current=1920 bytes ARC max=10125049856 bytes RAM total=101246885888 bytes + ARC max is 10% 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 500: ide-disk + VM 509: ide-disk no-iothread + VM 515: ide-disk + VM 5100: ide-disk + VM 5101: ide-disk + VM 5102: ide-disk + VM 5103: ide-disk + VM 5104: ide-disk + VM 5105: ide-disk + VM 5106: ide-disk + VM 5107: ide-disk + VM 5108: ide-disk + VM 5109: ide-disk + VM 5111: ide-disk + VM 5112: ide-disk + VM 5500: ide-disk scsihw!=virtio-scsi-single no-iothread + VM 6000: ide-disk + VM 51010: ide-disk + VM 51011: ide-disk + VM 51012: ide-disk + VM 51013: ide-disk + VM 51014: ide-disk + VM 53100: ide-disk + VM 53101: ide-disk + VM 53102: ide-disk + VM 53103: 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-tsys5 +# Output: /root/pfv-tsys5.log +# Size: 1047437 bytes / 17552 lines +# Elapsed: 419 seconds +############################################################################### diff --git a/returned-logs/pfv-tsys6.log b/returned-logs/pfv-tsys6.log new file mode 100644 index 0000000..6f53adc --- /dev/null +++ b/returned-logs/pfv-tsys6.log @@ -0,0 +1,14563 @@ +############################################################################### +# Proxmox VE host performance assessment (READ-ONLY) +# Host: pfv-tsys6 (pfv-tsys6.knel.net) +# FQDN: pfv-tsys6.knel.net +# All IPs: 100.73.35.111 192.168.3.169 10.251.2.6 10.100.100.6 fd7a:115c:a1e0::df3b:236f +# Collected: 2026-07-26T21:25:59Z (UTC) +# Kernel: 6.17.2-1-pve +# Machine: x86_64 GNU/Linux +# Caller: root (uid=0) +# Script: check.sh - strictly READ-ONLY +############################################################################### + +############################################################################### +# 1. TOOL AVAILABILITY MATRIX +############################################################################### + +--- command presence + path + version + $ # Each line: name | present? | path | version +printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE" +printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------" +for t in \ + pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \ + ip ss ethtool bridge brctl nmcli \ + tcpdump mtr nstat netstat nicstat ifstat \ + dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \ + cpupower turbostat x86_energy_perf_policy rdmsr \ + tuned-adm irqbalance \ + zpool zfs zdb arcstat arc_summary \ + lsblk blkid blockdev findmnt smartctl nvme hdparm \ + storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \ + sas2ircu sas3ircu hpssacli ssacli perccli \ + multipath pvs vgs lvs lvdisplay \ + xfs_info dumpe2fs btrfs \ + fio iperf iperf3 sysbench bonnie++ iozone \ + iostat mpstat pidstat sar vmstat \ + top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \ + perf strace lsof fatrace \ + dig host nslookup \ + chronyc ntpq timedatectl \ + nft iptables iptables-save ipset ufw \ + jq bc awk smartctl nvme \ + apt dpkg +do + p="$(command -v "$t" 2>/dev/null)" + if [ -n "$p" ]; then + v="" + case "$t" in + zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;; + iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower) + v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;; + pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;; + storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli) + v="(storage HBA CLI - present)" ;; + esac + printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v" + else + printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-" + fi +done +TOOL PRESENT PATH VERSION/NOTE +---- ------- ---- ------------ +pveversion yes /usr/bin/pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pvecm yes /usr/bin/pvecm +qm yes /usr/sbin/qm +pct yes /usr/sbin/pct +pvesm yes /usr/sbin/pvesm +pvesh yes /usr/bin/pvesh +pveperf yes /usr/bin/pveperf +proxmox-backup-client yes /usr/bin/proxmox-backup-client +ip yes /usr/sbin/ip +ss yes /usr/bin/ss +ethtool yes /usr/sbin/ethtool ethtool version 6.14.2 +bridge yes /usr/sbin/bridge +brctl yes /usr/sbin/brctl +nmcli no - - +tcpdump yes /usr/bin/tcpdump +mtr no - - +nstat yes /usr/bin/nstat +netstat no - - +nicstat no - - +ifstat no - - +dmidecode yes /usr/sbin/dmidecode +lscpu yes /usr/bin/lscpu +lshw no - - +hwinfo no - - +inxi no - - +lspci yes /usr/bin/lspci +lsusb yes /usr/bin/lsusb +numactl no - - +numastat no - - +cpupower yes /usr/bin/cpupower cpupower 6.12 +turbostat yes /usr/sbin/turbostat +x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy +rdmsr no - - +tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 +irqbalance no - - +zpool yes /usr/sbin/zpool zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zfs yes /usr/sbin/zfs zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zdb yes /usr/sbin/zdb +arcstat yes /usr/sbin/arcstat +arc_summary yes /usr/sbin/arc_summary +lsblk yes /usr/bin/lsblk +blkid yes /usr/sbin/blkid +blockdev yes /usr/sbin/blockdev +findmnt yes /usr/bin/findmnt +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +hdparm yes /usr/sbin/hdparm +storcli no - - +storcli64 no - - +MegaCli no - - +MegaCli64 no - - +tw-cli no - - +arcconf no - - +sas2ircu no - - +sas3ircu no - - +hpssacli no - - +ssacli no - - +perccli no - - +multipath no - - +pvs yes /usr/sbin/pvs +vgs yes /usr/sbin/vgs +lvs yes /usr/sbin/lvs +lvdisplay yes /usr/sbin/lvdisplay +xfs_info yes /usr/sbin/xfs_info +dumpe2fs yes /usr/sbin/dumpe2fs +btrfs yes /usr/bin/btrfs +fio no - - +iperf no - - +iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15) +sysbench no - - +bonnie++ no - - +iozone no - - +iostat no - - +mpstat no - - +pidstat no - - +sar no - - +vmstat yes /usr/bin/vmstat +top yes /usr/bin/top +htop 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 no - - +bc yes /usr/bin/bc +awk yes /usr/bin/awk +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +apt yes /usr/bin/apt +dpkg yes /usr/bin/dpkg + +--- Debian packages relevant to perf/storage/net + $ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80 +bridge-utils 1.7.1-4+b1 +ceph-common 19.2.3-pve2 +ceph-fuse 19.2.3-pve2 +corosync 3.1.10-pve3 +ethtool 1:6.14.2-1 +iperf3 3.18-2+deb13u2 +nfs-common 1:2.8.3-1 +open-iscsi 2.1.11-1+deb13u2 +proxmox-archive-keyring 4.0 +proxmox-backup-client 4.2.3-1 +proxmox-backup-file-restore 4.2.3-1 +proxmox-backup-restore-image 1.0.0 +proxmox-default-kernel 2.0.1 +proxmox-firewall 1.2.3 +proxmox-kernel-6.17 6.17.2-1 +proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 +proxmox-kernel-helper 9.2.0 +proxmox-mail-forward 1.0.3 +proxmox-mini-journalreader 1.7 +proxmox-offline-mirror-docs 0.7.4 +proxmox-offline-mirror-helper 0.7.4 +proxmox-termproxy 2.1.0 +proxmox-ve 9.2.0 +proxmox-websocket-tunnel 1.0.0 +proxmox-widget-toolkit 5.2.6 +pve-cluster 9.1.6 +pve-container 6.0.18 +pve-docs 9.2.3 +pve-edk2-firmware 4.2025.05-2 +pve-edk2-firmware-legacy 4.2025.05-2 +pve-edk2-firmware-ovmf 4.2025.05-2 +pve-esxi-import-tools 1.0.1 +pve-firewall 6.0.5 +pve-firmware 3.18-5 +pve-ha-manager 5.0.8 +pve-i18n 3.9.0 +pve-lxc-syscalld 2.0.2 +pve-manager 9.1.1 +pve-nvidia-vgpu-helper 0.3.1 +pve-qemu-kvm 11.0.2-2 +pve-xtermjs 6.0.0-2 +pve-yew-mobile-gui 0.7.0 +pve-yew-mobile-i18n 3.9.0 +qemu-server 9.0.30 +smartmontools 7.5-pve2 +tuned 2.25.1-1 +zfs-initramfs 2.3.4-pve1 +zfs-zed 2.3.4-pve1 +zfsutils-linux 2.3.4-pve1 + +--- kernel modules available (relevant to perf) + $ for m in kvm_intel kvm_amd \ + ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \ + nvme nvme-tcp nvme-fabrics sd_mod sr_mod \ + zfs spl znvpair zcommon zunicode zavl icp zlua \ + megaraid_sas mpt3sas hpsa aacraid smartpqi isci \ + dm_multipath multipath \ + tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \ + 8021q bonding bridge br_netfilter \ + vhost_net vhost_scsi target_core_mod \ + nfsv4 nfsv3 rpcsec_gss_krb5 +do + modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)" +done +available : kvm_intel () +available : kvm_amd () +available : ixgbe () +available : i40e () +available : i40iw () +available : ice () +available : igb () +available : igc () +available : mlx4_en (4.0-0) +available : mlx5_core () +available : mlx4_core (4.0-0) +available : bnx2x () +available : bnx2 () +available : tg3 () +available : be2net () +available : qed () +available : qede () +available : virtio_net () +available : nvme (1.0) +available : nvme-tcp () +available : nvme-fabrics () +available : sd_mod () +available : sr_mod () +available : zfs (2.3.4-pve1) +available : spl (2.3.4-pve1) +available : znvpair (2.3.4-pve1) +available : zcommon (2.3.4-pve1) +available : zunicode (2.3.4-pve1) +available : zavl (2.3.4-pve1) +available : icp (2.3.4-pve1) +available : zlua (2.3.4-pve1) +available : megaraid_sas (07.734.00.00-rc1) +available : mpt3sas (52.100.00.00) +available : hpsa (3.4.20-200) +available : aacraid (1.2.1[50983]-custom) +available : smartpqi (2.1.34-035) +available : isci (1.2.0) +available : dm_multipath () +available : tcp_dctcp () +available : tcp_bbr () +available : tcp_cubic (2.3) +available : tcp_htcp () +available : 8021q (1.8) +available : bonding () +available : bridge (2.3) +available : br_netfilter () +available : vhost_net (0.0.1) +available : vhost_scsi () +available : target_core_mod () +available : nfsv4 () +available : nfsv3 () +available : rpcsec_gss_krb5 () + +--- currently loaded modules (filtered) + $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' +Module Size Used by +tcp_diag 12288 0 +rpcsec_gss_krb5 28672 0 +nfsv4 1175552 2 +8021q 45056 0 +bonding 245760 0 +sunrpc 786432 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 532480 18 +kvm 1376256 13 kvm_intel +zfs 6344704 6 +spl 151552 1 zfs +vhost_net 32768 3 +vhost 69632 1 vhost_net +vhost_iotlb 16384 1 vhost +tcp_bbr 20480 25 +dm_thin_pool 94208 1 +dm_persistent_data 114688 1 dm_thin_pool +dm_bio_prison 24576 1 dm_thin_pool +dm_bufio 53248 1 dm_persistent_data +bnx2 110592 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 + 16:26:03 up 8 min, 1 user, load average: 0.45, 0.92, 0.64 + +--- uptime raw (since boot) + $ cat /proc/uptime +488.39 6978.69 + +--- last reboot + $ last -x reboot +reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - still running +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 +reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - still running +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 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux + +--- /proc/cmdline (boot args) + $ cat /proc/cmdline +BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro 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: 95% +CPU max MHz: 2395.0000 +CPU min MHz: 1596.0000 +BogoMIPS: 4787.80 +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 +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- numactl --show + $ numactl --show +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- lspci -nnvv (verbose) + $ lspci -nnvv +00:00.0 Host bridge [0600]: Intel Corporation 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- SERR- + +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- SERR- TAbort- 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 + +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- SERR- TAbort- 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 + +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- SERR- TAbort- 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 + +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- SERR- TAbort- 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 + +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- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 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 + +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- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- 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- SERR- + 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- SERR- + 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- SERR- + 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- SERR- + 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- SERR- + 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- SERR- + 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- SERR- + 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- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- /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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 = 1669372 +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 = 1595125 +scaling_driver = acpi-cpufreq +scaling_governor = performance +scaling_max_freq = 2395000 +scaling_min_freq = 1596000 +scaling_setspeed = + +--- 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.002740 sec +Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp +- - 0.36 1820 2394 1092 51 +0 1 0.04 1923 2394 11 51 +0 9 0.62 1824 2394 102 +1 3 0.64 1948 2394 94 47 +1 11 0.09 2023 2394 7 +2 5 0.13 1894 2394 11 49 +2 13 0.54 1814 2394 90 +3 7 0.14 1782 2394 62 51 +3 15 1.00 1782 2394 282 +0 0 0.13 1816 2394 43 49 +0 8 0.98 1765 2394 143 +1 2 0.38 1801 2394 47 50 +1 10 0.20 1781 2394 43 +2 4 0.43 1725 2394 51 48 +2 12 0.05 1868 2394 8 +3 6 0.23 1775 2394 55 47 +3 14 0.14 2161 2394 43 + +--- 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=106463us + C1 : MWAIT 0x00 disabled=0 latency=3us residency=1283644us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=410035836us + C3 : MWAIT 0x10 disabled=1 latency=20us residency=0us + C6 : MWAIT 0x20 disabled=0 latency=200us residency=62628633us + +--- THP enabled + $ cat /sys/kernel/mm/transparent_hugepage/enabled +always [madvise] never + +--- THP defrag + $ cat /sys/kernel/mm/transparent_hugepage/defrag +always defer defer+madvise [madvise] never + +--- THP khugepaged pages_to_scan + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan +4096 + +--- THP khugepaged defrag + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag +1 + +--- microcode + $ dmesg +[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () +[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet +[ 0.000000] KERNEL supported cpus: +[ 0.000000] Intel GenuineIntel +[ 0.000000] AMD AuthenticAMD +[ 0.000000] Hygon HygonGenuine +[ 0.000000] Centaur CentaurHauls +[ 0.000000] zhaoxin Shanghai +[ 0.000000] BIOS-provided physical RAM map: +[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cf678fff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000cf679000-0x00000000cf68efff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000cf68f000-0x00000000cf6cdfff] ACPI data +[ 0.000000] BIOS-e820: [mem 0x00000000cf6ce000-0x00000000cfffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000182fffffff] usable +[ 0.000000] NX (Execute Disable) protection: active +[ 0.000000] APIC: Static calls initialized +[ 0.000000] SMBIOS 2.6 present. +[ 0.000000] DMI: Dell Inc. PowerEdge R610/0XDN97, BIOS 2.0.13 04/06/2010 +[ 0.000000] DMI: Memory slots populated: 8/12 +[ 0.000000] tsc: Fast TSC calibration using PIT +[ 0.000000] tsc: Detected 2393.902 MHz processor +[ 0.001801] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved +[ 0.001805] e820: remove [mem 0x000a0000-0x000fffff] usable +[ 0.001813] last_pfn = 0x1830000 max_arch_pfn = 0x400000000 +[ 0.001822] total RAM covered: 98304M +[ 0.002027] gran_size: 64K chunk_size: 64K num_reg: 8 lose cover RAM: 768M +[ 0.002031] gran_size: 64K chunk_size: 128K num_reg: 8 lose cover RAM: 768M +[ 0.002034] gran_size: 64K chunk_size: 256K num_reg: 8 lose cover RAM: 768M +[ 0.002036] gran_size: 64K chunk_size: 512K num_reg: 8 lose cover RAM: 768M +[ 0.002039] gran_size: 64K chunk_size: 1M num_reg: 8 lose cover RAM: 768M +[ 0.002041] gran_size: 64K chunk_size: 2M num_reg: 8 lose cover RAM: 768M +[ 0.002044] gran_size: 64K chunk_size: 4M num_reg: 8 lose cover RAM: 768M +[ 0.002046] gran_size: 64K chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002049] gran_size: 64K chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002052] gran_size: 64K chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002054] gran_size: 64K chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002057] gran_size: 64K chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002059] gran_size: 64K chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002061] gran_size: 64K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002064] gran_size: 64K chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002067] gran_size: 64K chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002069] gran_size: 128K chunk_size: 128K num_reg: 8 lose cover RAM: 768M +[ 0.002072] gran_size: 128K chunk_size: 256K num_reg: 8 lose cover RAM: 768M +[ 0.002074] gran_size: 128K chunk_size: 512K num_reg: 8 lose cover RAM: 768M +[ 0.002077] gran_size: 128K chunk_size: 1M num_reg: 8 lose cover RAM: 768M +[ 0.002079] gran_size: 128K chunk_size: 2M num_reg: 8 lose cover RAM: 768M +[ 0.002082] gran_size: 128K chunk_size: 4M num_reg: 8 lose cover RAM: 768M +[ 0.002084] gran_size: 128K chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002086] gran_size: 128K chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002089] gran_size: 128K chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002091] gran_size: 128K chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002094] gran_size: 128K chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002096] gran_size: 128K chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002099] gran_size: 128K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002101] gran_size: 128K chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002104] gran_size: 128K chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002106] gran_size: 256K chunk_size: 256K num_reg: 8 lose cover RAM: 768M +[ 0.002109] gran_size: 256K chunk_size: 512K num_reg: 8 lose cover RAM: 768M +[ 0.002111] gran_size: 256K chunk_size: 1M num_reg: 8 lose cover RAM: 768M +[ 0.002114] gran_size: 256K chunk_size: 2M num_reg: 8 lose cover RAM: 768M +[ 0.002116] gran_size: 256K chunk_size: 4M num_reg: 8 lose cover RAM: 768M +[ 0.002119] gran_size: 256K chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002121] gran_size: 256K chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002123] gran_size: 256K chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002126] gran_size: 256K chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002128] gran_size: 256K chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002131] gran_size: 256K chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002133] gran_size: 256K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002136] gran_size: 256K chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002138] gran_size: 256K chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002141] gran_size: 512K chunk_size: 512K num_reg: 8 lose cover RAM: 768M +[ 0.002143] gran_size: 512K chunk_size: 1M num_reg: 8 lose cover RAM: 768M +[ 0.002146] gran_size: 512K chunk_size: 2M num_reg: 8 lose cover RAM: 768M +[ 0.002148] gran_size: 512K chunk_size: 4M num_reg: 8 lose cover RAM: 768M +[ 0.002150] gran_size: 512K chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002153] gran_size: 512K chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002155] gran_size: 512K chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002158] gran_size: 512K chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002160] gran_size: 512K chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002163] gran_size: 512K chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002165] gran_size: 512K chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002168] gran_size: 512K chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002170] gran_size: 512K chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002173] gran_size: 1M chunk_size: 1M num_reg: 8 lose cover RAM: 768M +[ 0.002175] gran_size: 1M chunk_size: 2M num_reg: 8 lose cover RAM: 768M +[ 0.002178] gran_size: 1M chunk_size: 4M num_reg: 8 lose cover RAM: 768M +[ 0.002180] gran_size: 1M chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002183] gran_size: 1M chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002185] gran_size: 1M chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002188] gran_size: 1M chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002190] gran_size: 1M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002193] gran_size: 1M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002195] gran_size: 1M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002198] gran_size: 1M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002200] gran_size: 1M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002202] gran_size: 2M chunk_size: 2M num_reg: 8 lose cover RAM: 768M +[ 0.002205] gran_size: 2M chunk_size: 4M num_reg: 8 lose cover RAM: 768M +[ 0.002207] gran_size: 2M chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002209] gran_size: 2M chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002212] gran_size: 2M chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002214] gran_size: 2M chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002217] gran_size: 2M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002219] gran_size: 2M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002222] gran_size: 2M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002224] gran_size: 2M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002227] gran_size: 2M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002229] gran_size: 4M chunk_size: 4M num_reg: 8 lose cover RAM: 768M +[ 0.002231] gran_size: 4M chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002234] gran_size: 4M chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002236] gran_size: 4M chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002239] gran_size: 4M chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002241] gran_size: 4M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002243] gran_size: 4M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002246] gran_size: 4M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002248] gran_size: 4M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002251] gran_size: 4M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002253] gran_size: 8M chunk_size: 8M num_reg: 8 lose cover RAM: 768M +[ 0.002255] gran_size: 8M chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002258] gran_size: 8M chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002260] gran_size: 8M chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002263] gran_size: 8M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002265] gran_size: 8M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002268] gran_size: 8M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002270] gran_size: 8M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002272] gran_size: 8M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002275] gran_size: 16M chunk_size: 16M num_reg: 8 lose cover RAM: 768M +[ 0.002277] gran_size: 16M chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002280] gran_size: 16M chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002282] gran_size: 16M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002285] gran_size: 16M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002287] gran_size: 16M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002290] gran_size: 16M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002292] gran_size: 16M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002295] gran_size: 32M chunk_size: 32M num_reg: 8 lose cover RAM: 768M +[ 0.002297] gran_size: 32M chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002300] gran_size: 32M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002302] gran_size: 32M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002305] gran_size: 32M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002307] gran_size: 32M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002310] gran_size: 32M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002312] gran_size: 64M chunk_size: 64M num_reg: 8 lose cover RAM: 768M +[ 0.002315] gran_size: 64M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002317] gran_size: 64M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002320] gran_size: 64M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002322] gran_size: 64M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002325] gran_size: 64M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002327] gran_size: 128M chunk_size: 128M num_reg: 8 lose cover RAM: 768M +[ 0.002330] gran_size: 128M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002332] gran_size: 128M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002335] gran_size: 128M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002337] gran_size: 128M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002340] gran_size: 256M chunk_size: 256M num_reg: 8 lose cover RAM: 768M +[ 0.002342] gran_size: 256M chunk_size: 512M num_reg: 8 lose cover RAM: 33536M +[ 0.002345] gran_size: 256M chunk_size: 1G num_reg: 8 lose cover RAM: 768M +[ 0.002347] gran_size: 256M chunk_size: 2G num_reg: 8 lose cover RAM: 768M +[ 0.002350] gran_size: 512M chunk_size: 512M num_reg: 8 lose cover RAM: 512M +[ 0.002352] *BAD*gran_size: 512M chunk_size: 1G num_reg: 8 lose cover RAM: -0G +[ 0.002355] *BAD*gran_size: 512M chunk_size: 2G num_reg: 8 lose cover RAM: -1G +[ 0.002357] gran_size: 1G chunk_size: 1G num_reg: 7 lose cover RAM: 1G +[ 0.002360] gran_size: 1G chunk_size: 2G num_reg: 7 lose cover RAM: 1G +[ 0.002362] gran_size: 2G chunk_size: 2G num_reg: 6 lose cover RAM: 2G +[ 0.002364] mtrr_cleanup: can not find optimal value +[ 0.002365] please specify mtrr_gran_size/mtrr_chunk_size +[ 0.002368] MTRR map: 8 entries (5 fixed + 3 variable; max 21), built from 8 variable MTRRs +[ 0.002371] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT +[ 0.003176] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved +[ 0.003186] last_pfn = 0xcf6ce max_arch_pfn = 0x400000000 +[ 0.016135] found SMP MP-table at [mem 0x000fe710-0x000fe71f] +[ 0.018948] RAMDISK: [mem 0x2d4c9000-0x32a5bfff] +[ 0.018968] ACPI: Early table checksum verification disabled +[ 0.018973] ACPI: RSDP 0x00000000000F0CD0 000024 (v02 DELL ) +[ 0.018979] ACPI: XSDT 0x00000000000F0DD4 00009C (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.018987] ACPI: FACP 0x00000000CF6B3F9C 0000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) +[ 0.018997] ACPI: DSDT 0x00000000CF68F000 003D5A (v01 DELL PE_SC3 00000001 INTL 20050624) +[ 0.019003] ACPI: FACS 0x00000000CF6B6000 000040 +[ 0.019008] ACPI: FACS 0x00000000CF6B6000 000040 +[ 0.019013] ACPI: APIC 0x00000000CF6B3478 00015E (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019018] ACPI: SPCR 0x00000000CF6B35D8 000050 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019024] ACPI: HPET 0x00000000CF6B362C 000038 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019030] ACPI: DMAR 0x00000000CF6B3668 000198 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019035] ACPI: MCFG 0x00000000CF6B38C4 00003C (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019041] ACPI: WD__ 0x00000000CF6B3904 000134 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019046] ACPI: SLIC 0x00000000CF6B3A3C 000024 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019052] ACPI: ERST 0x00000000CF692EDC 000270 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019057] ACPI: HEST 0x00000000CF69314C 0003A8 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019063] ACPI: BERT 0x00000000CF692D5C 000030 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019069] ACPI: EINJ 0x00000000CF692D8C 000150 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019074] ACPI: SRAT 0x00000000CF6B3BC0 000370 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019080] ACPI: TCPA 0x00000000CF6B3F34 000064 (v02 DELL PE_SC3 00000001 DELL 00000001) +[ 0.019085] ACPI: SSDT 0x00000000CF6B7000 0043F4 (v01 INTEL PPM RCM 80000001 INTL 20061109) +[ 0.019090] ACPI: Reserving FACP table memory at [mem 0xcf6b3f9c-0xcf6b408f] +[ 0.019092] ACPI: Reserving DSDT table memory at [mem 0xcf68f000-0xcf692d59] +[ 0.019093] ACPI: Reserving FACS table memory at [mem 0xcf6b6000-0xcf6b603f] +[ 0.019095] ACPI: Reserving FACS table memory at [mem 0xcf6b6000-0xcf6b603f] +[ 0.019096] ACPI: Reserving APIC table memory at [mem 0xcf6b3478-0xcf6b35d5] +[ 0.019098] ACPI: Reserving SPCR table memory at [mem 0xcf6b35d8-0xcf6b3627] +[ 0.019099] ACPI: Reserving HPET table memory at [mem 0xcf6b362c-0xcf6b3663] +[ 0.019100] ACPI: Reserving DMAR table memory at [mem 0xcf6b3668-0xcf6b37ff] +[ 0.019102] ACPI: Reserving MCFG table memory at [mem 0xcf6b38c4-0xcf6b38ff] +[ 0.019103] ACPI: Reserving WD__ table memory at [mem 0xcf6b3904-0xcf6b3a37] +[ 0.019105] ACPI: Reserving SLIC table memory at [mem 0xcf6b3a3c-0xcf6b3a5f] +[ 0.019106] ACPI: Reserving ERST table memory at [mem 0xcf692edc-0xcf69314b] +[ 0.019107] ACPI: Reserving HEST table memory at [mem 0xcf69314c-0xcf6934f3] +[ 0.019109] ACPI: Reserving BERT table memory at [mem 0xcf692d5c-0xcf692d8b] +[ 0.019110] ACPI: Reserving EINJ table memory at [mem 0xcf692d8c-0xcf692edb] +[ 0.019112] ACPI: Reserving SRAT table memory at [mem 0xcf6b3bc0-0xcf6b3f2f] +[ 0.019113] ACPI: Reserving TCPA table memory at [mem 0xcf6b3f34-0xcf6b3f97] +[ 0.019115] ACPI: Reserving SSDT table memory at [mem 0xcf6b7000-0xcf6bb3f3] +[ 0.019158] ACPI: SRAT: Node 0 PXM 1 [mem 0x00000000-0xcfffffff] +[ 0.019160] ACPI: SRAT: Node 0 PXM 1 [mem 0x100000000-0x182fffffff] +[ 0.019166] NUMA: Node 0 [mem 0x00001000-0xcfffffff] + [mem 0x100000000-0x182fffffff] -> [mem 0x00001000-0x182fffffff] +[ 0.019181] NODE_DATA(0) allocated [mem 0x182ff792c0-0x182ffa3fff] +[ 0.020008] Zone ranges: +[ 0.020010] DMA [mem 0x0000000000001000-0x0000000000ffffff] +[ 0.020012] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +[ 0.020014] Normal [mem 0x0000000100000000-0x000000182fffffff] +[ 0.020017] Device empty +[ 0.020018] Movable zone start for each node +[ 0.020022] Early memory node ranges +[ 0.020023] node 0: [mem 0x0000000000001000-0x000000000009ffff] +[ 0.020025] node 0: [mem 0x0000000000100000-0x00000000cf678fff] +[ 0.020027] node 0: [mem 0x0000000100000000-0x000000182fffffff] +[ 0.020059] Initmem setup node 0 [mem 0x0000000000001000-0x000000182fffffff] +[ 0.020083] Initmem setup node 1 as memoryless +[ 0.020088] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.020121] On node 0, zone DMA: 96 pages in unavailable ranges +[ 0.248664] On node 0, zone Normal: 2439 pages in unavailable ranges +[ 0.248864] ACPI: PM-Timer IO Port: 0x808 +[ 0.248887] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) +[ 0.248899] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 +[ 0.248906] IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55 +[ 0.248910] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +[ 0.248913] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +[ 0.248920] ACPI: Using ACPI (MADT) for SMP configuration information +[ 0.248922] ACPI: HPET id: 0x8086a301 base: 0xfed00000 +[ 0.248928] ACPI: SPCR: SPCR table version 1 +[ 0.248931] ACPI: SPCR: console: uart,io,0x2f8,115200 +[ 0.248943] CPU topo: Max. logical packages: 3 +[ 0.248945] CPU topo: Max. logical dies: 3 +[ 0.248946] CPU topo: Max. dies per package: 1 +[ 0.248957] CPU topo: Max. threads per core: 2 +[ 0.248958] CPU topo: Num. cores per package: 4 +[ 0.248959] CPU topo: Num. threads per package: 8 +[ 0.248961] CPU topo: Allowing 16 present CPUs plus 16 hotplug CPUs +[ 0.248978] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] +[ 0.248981] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] +[ 0.248983] PM: hibernation: Registered nosave memory: [mem 0xcf679000-0xffffffff] +[ 0.248986] [mem 0xd0000000-0xdfffffff] available for PCI devices +[ 0.248988] Booting paravirtualized kernel on bare hardware +[ 0.248991] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns +[ 0.249001] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:2 +[ 0.252328] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 +[ 0.252343] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 +[ 0.252347] pcpu-alloc: [0] 00 02 04 06 [0] 08 10 12 14 +[ 0.252356] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 +[ 0.252364] pcpu-alloc: [0] 24 25 26 27 [0] 28 29 30 31 +[ 0.252373] pcpu-alloc: [1] 01 03 05 07 [1] 09 11 13 15 +[ 0.252412] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet +[ 0.252505] DMAR: IOMMU disabled +[ 0.252537] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. +[ 0.252544] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes +[ 0.261633] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear) +[ 0.266190] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) +[ 0.267046] software IO TLB: area num 32. +[ 0.302406] Fallback order for Node 0: 0 +[ 0.302414] Fallback order for Node 1: 0 +[ 0.302425] Built 2 zonelists, mobility grouping on. Total pages: 25163288 +[ 0.302427] Policy zone: Normal +[ 0.302440] mem auto-init: stack:all(zero), heap alloc:on, heap free:off +[ 0.728604] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=2 +[ 0.728838] Kernel/User page tables isolation: enabled +[ 0.742471] ftrace: allocating 58381 entries in 230 pages +[ 0.742476] ftrace: allocated 230 pages with 5 groups +[ 0.743831] Dynamic Preempt: voluntary +[ 0.744377] rcu: Preemptible hierarchical RCU implementation. +[ 0.744379] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32. +[ 0.744382] Trampoline variant of Tasks RCU enabled. +[ 0.744382] Rude variant of Tasks RCU enabled. +[ 0.744383] Tracing variant of Tasks RCU enabled. +[ 0.744384] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. +[ 0.744386] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32 +[ 0.744451] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32. +[ 0.744457] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32. +[ 0.744464] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32. +[ 0.754562] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16 +[ 0.754945] rcu: srcu_init: Setting srcu_struct sizes based on contention. +[ 0.759468] Console: colour VGA+ 80x25 +[ 0.759472] printk: legacy console [tty0] enabled +[ 0.759884] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl +[ 0.759892] ACPI: Core revision 20250404 +[ 0.760257] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns +[ 0.760279] APIC: Switch to symmetric I/O mode setup +[ 0.760281] DMAR-IR: This system BIOS has enabled interrupt remapping + on a chipset that contains an erratum making that + feature unstable. To maintain system stability + interrupt remapping is being disabled. Please + contact your BIOS vendor for an update +[ 0.760856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 +[ 0.765277] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2281b6d4dcb, max_idle_ns: 440795270885 ns +[ 0.765284] Calibrating delay loop (skipped), value calculated using timer frequency.. 4787.80 BogoMIPS (lpj=2393902) +[ 0.765312] CPU0: Thermal monitoring enabled (TM1) +[ 0.765355] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 +[ 0.765358] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 +[ 0.765364] process: using mwait in idle threads +[ 0.765368] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto +[ 0.765378] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl +[ 0.765381] Spectre V2 : Mitigation: Retpolines +[ 0.765382] Spectre V2 : User space: Mitigation: STIBP via prctl +[ 0.765384] MDS: Vulnerable: Clear CPU buffers attempted, no microcode +[ 0.765386] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization +[ 0.765388] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT +[ 0.765390] Spectre V2 : Enabling Restricted Speculation for firmware calls +[ 0.765392] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier +[ 0.765397] x86/fpu: x87 FPU will use FXSAVE +[ 0.799321] Freeing SMP alternatives memory: 52K +[ 0.799350] pid_max: default: 32768 minimum: 301 +[ 0.800227] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm +[ 0.800708] Yama: becoming mindful. +[ 0.800799] AppArmor: AppArmor initialized +[ 0.801559] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) +[ 0.801726] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) +[ 0.906361] smpboot: CPU0: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz (family: 0x6, model: 0x1a, stepping: 0x5) +[ 0.906810] Performance Events: PEBS fmt1+, Nehalem events, 16-deep LBR, Intel PMU driver. +[ 0.906841] core: CPU erratum AAJ80 worked around +[ 0.906842] core: CPUID marked event: 'bus cycles' unavailable +[ 0.906845] ... version: 3 +[ 0.906846] ... bit width: 48 +[ 0.906847] ... generic registers: 4 +[ 0.906849] ... value mask: 0000ffffffffffff +[ 0.906850] ... max period: 000000007fffffff +[ 0.906852] ... fixed-purpose events: 3 +[ 0.906853] ... event mask: 000000070000000f +[ 0.907424] signal: max sigframe size: 1440 +[ 0.907457] Estimated ratio of average max frequency by base frequency (times 1024): 1080 +[ 0.911425] rcu: Hierarchical SRCU implementation. +[ 0.911429] rcu: Max phase no-delay instances is 400. +[ 0.911552] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level +[ 0.913122] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. +[ 0.913755] smp: Bringing up secondary CPUs ... +[ 0.913998] smpboot: x86: Booting SMP configuration: +[ 0.914001] .... node #1, CPUs: #1 +[ 0.914270] .... node #0, CPUs: #2 +[ 0.914832] .... node #1, CPUs: #3 +[ 0.915089] .... node #0, CPUs: #4 +[ 0.915612] .... node #1, CPUs: #5 +[ 0.915878] .... node #0, CPUs: #6 +[ 0.916257] .... node #1, CPUs: #7 +[ 0.924583] .... node #0, CPUs: #8 +[ 0.925965] .... node #1, CPUs: #9 +[ 0.926297] .... node #0, CPUs: #10 +[ 0.926802] .... node #1, CPUs: #11 +[ 0.927263] .... node #0, CPUs: #12 +[ 0.927791] .... node #1, CPUs: #13 +[ 0.928137] .... node #0, CPUs: #14 +[ 0.928677] .... node #1, CPUs: #15 +[ 0.929543] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. +[ 0.938418] smp: Brought up 2 nodes, 16 CPUs +[ 0.938418] smpboot: Total of 16 processors activated (76604.86 BogoMIPS) +[ 0.939709] Memory: 98735552K/100653152K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 1890860K reserved, 0K cma-reserved) +[ 0.945285] devtmpfs: initialized +[ 0.945412] x86/mm: Memory block size: 2048MB +[ 0.947479] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns +[ 0.947479] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear) +[ 0.947485] futex hash table entries: 4096 (262144 bytes on 2 NUMA nodes, total 512 KiB, linear). +[ 0.948161] pinctrl core: initialized pinctrl subsystem +[ 0.948488] PM: RTC time: 21:17:56, date: 2026-07-26 +[ 0.950697] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[ 0.951851] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations +[ 0.952747] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations +[ 0.953667] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations +[ 0.953719] audit: initializing netlink subsys (disabled) +[ 0.954328] audit: type=2000 audit(1785100676.194:1): state=initialized audit_enabled=0 res=1 +[ 0.954696] thermal_sys: Registered thermal governor 'fair_share' +[ 0.954700] thermal_sys: Registered thermal governor 'bang_bang' +[ 0.954702] thermal_sys: Registered thermal governor 'step_wise' +[ 0.954704] thermal_sys: Registered thermal governor 'user_space' +[ 0.954705] thermal_sys: Registered thermal governor 'power_allocator' +[ 0.954733] cpuidle: using governor ladder +[ 0.954733] cpuidle: using governor menu +[ 0.954733] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it +[ 0.954733] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 0.955586] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff] +[ 0.955595] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry +[ 0.955626] PCI: Using configuration type 1 for base access +[ 0.955811] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. +[ 0.961430] HugeTLB: allocation took 0ms with hugepage_allocation_threads=4 +[ 0.961430] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages +[ 0.961430] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page +[ 0.968624] ACPI: Added _OSI(Module Device) +[ 0.968629] ACPI: Added _OSI(Processor Device) +[ 0.968632] ACPI: Added _OSI(Processor Aggregator Device) +[ 0.974836] ACPI: 2 ACPI AML tables successfully acquired and loaded +[ 0.975489] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored +[ 1.000006] ACPI: Interpreter enabled +[ 1.000038] ACPI: PM: (supports S0 S4 S5) +[ 1.000040] ACPI: Using IOAPIC for interrupt routing +[ 1.000602] HEST: Table parsing has been initialized. +[ 1.000878] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. +[ 1.000884] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 1.000886] PCI: Using E820 reservations for host bridge windows +[ 1.001075] ACPI: Enabled 2 GPEs in block 00 to 3F +[ 1.012304] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) +[ 1.012315] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 1.012672] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] +[ 1.012675] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration +[ 1.013107] PCI host bridge to bus 0000:00 +[ 1.013111] pci_bus 0000:00: Unknown NUMA node; performance will be reduced +[ 1.013156] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] +[ 1.013160] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] +[ 1.013162] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] +[ 1.013165] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfdffffff window] +[ 1.013167] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] +[ 1.013171] pci_bus 0000:00: root bus resource [bus 00-ff] +[ 1.013210] pci 0000:00:00.0: [8086:3403] type 00 class 0x060000 PCIe Root Port +[ 1.013245] pci 0000:00:00.0: enabling Extended Tags +[ 1.013301] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold +[ 1.013443] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 PCIe Root Port +[ 1.013465] pci 0000:00:01.0: PCI bridge to [bus 01] +[ 1.013472] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd5ffffff] +[ 1.013486] pci 0000:00:01.0: enabling Extended Tags +[ 1.013533] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold +[ 1.013708] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 PCIe Root Port +[ 1.013729] pci 0000:00:03.0: PCI bridge to [bus 02] +[ 1.013735] pci 0000:00:03.0: bridge window [mem 0xd6000000-0xd9ffffff] +[ 1.013748] pci 0000:00:03.0: enabling Extended Tags +[ 1.013794] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold +[ 1.013953] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 PCIe Root Port +[ 1.013975] pci 0000:00:07.0: PCI bridge to [bus 04] +[ 1.013981] pci 0000:00:07.0: bridge window [mem 0xda000000-0xddffffff] +[ 1.013995] pci 0000:00:07.0: enabling Extended Tags +[ 1.014041] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold +[ 1.014194] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 PCIe Root Port +[ 1.014215] pci 0000:00:09.0: PCI bridge to [bus 05] +[ 1.014233] pci 0000:00:09.0: enabling Extended Tags +[ 1.014275] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold +[ 1.014423] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 PCIe Root Complex Integrated Endpoint +[ 1.014587] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 PCIe Root Complex Integrated Endpoint +[ 1.014744] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 PCIe Root Complex Integrated Endpoint +[ 1.014880] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300 conventional PCI endpoint +[ 1.014924] pci 0000:00:1a.0: BAR 4 [io 0xec40-0xec5f] +[ 1.015018] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300 conventional PCI endpoint +[ 1.015061] pci 0000:00:1a.1: BAR 4 [io 0xec60-0xec7f] +[ 1.015157] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320 conventional PCI endpoint +[ 1.015201] pci 0000:00:1a.7: BAR 0 [mem 0xdf0ff800-0xdf0ffbff] +[ 1.015249] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold +[ 1.015341] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400 PCIe Root Port +[ 1.015364] pci 0000:00:1c.0: PCI bridge to [bus 03] +[ 1.015370] pci 0000:00:1c.0: bridge window [io 0xf000-0xffff] +[ 1.015374] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf2fffff] +[ 1.015437] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold +[ 1.015578] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300 conventional PCI endpoint +[ 1.015621] pci 0000:00:1d.0: BAR 4 [io 0xec80-0xec9f] +[ 1.015713] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300 conventional PCI endpoint +[ 1.015758] pci 0000:00:1d.1: BAR 4 [io 0xeca0-0xecbf] +[ 1.015854] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320 conventional PCI endpoint +[ 1.015899] pci 0000:00:1d.7: BAR 0 [mem 0xdf0ffc00-0xdf0fffff] +[ 1.015948] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold +[ 1.016029] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge +[ 1.016053] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode) +[ 1.016060] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] +[ 1.016070] pci 0000:00:1e.0: bridge window [mem 0xd1800000-0xd1ffffff 64bit pref] +[ 1.016211] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 conventional PCI endpoint +[ 1.016279] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO +[ 1.016287] pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO +[ 1.016291] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) +[ 1.016295] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f) +[ 1.016299] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f) +[ 1.016502] pci 0000:01:00.0: [14e4:1639] type 00 class 0x020000 PCIe Endpoint +[ 1.016543] pci 0000:01:00.0: BAR 0 [mem 0xd2000000-0xd3ffffff 64bit] +[ 1.016622] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold +[ 1.016776] pci 0000:01:00.1: [14e4:1639] type 00 class 0x020000 PCIe Endpoint +[ 1.016816] pci 0000:01:00.1: BAR 0 [mem 0xd4000000-0xd5ffffff 64bit] +[ 1.016896] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold +[ 1.017035] pci 0000:00:01.0: PCI bridge to [bus 01] +[ 1.017101] pci 0000:02:00.0: [14e4:1639] type 00 class 0x020000 PCIe Endpoint +[ 1.017140] pci 0000:02:00.0: BAR 0 [mem 0xd6000000-0xd7ffffff 64bit] +[ 1.017220] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold +[ 1.017371] pci 0000:02:00.1: [14e4:1639] type 00 class 0x020000 PCIe Endpoint +[ 1.017411] pci 0000:02:00.1: BAR 0 [mem 0xd8000000-0xd9ffffff 64bit] +[ 1.017490] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold +[ 1.017625] pci 0000:00:03.0: PCI bridge to [bus 02] +[ 1.017690] pci 0000:04:00.0: [14e4:1639] type 00 class 0x020000 PCIe Endpoint +[ 1.017730] pci 0000:04:00.0: BAR 0 [mem 0xda000000-0xdbffffff 64bit] +[ 1.017808] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold +[ 1.017954] pci 0000:04:00.1: [14e4:1639] type 00 class 0x020000 PCIe Endpoint +[ 1.017994] pci 0000:04:00.1: BAR 0 [mem 0xdc000000-0xddffffff 64bit] +[ 1.018073] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold +[ 1.018208] pci 0000:00:07.0: PCI bridge to [bus 04] +[ 1.018259] pci 0000:00:09.0: PCI bridge to [bus 05] +[ 1.018316] pci 0000:00:1c.0: PCI bridge to [bus 03] +[ 1.018342] pci_bus 0000:06: extended config space not accessible +[ 1.018373] pci 0000:06:03.0: [102b:0532] type 00 class 0x030000 conventional PCI endpoint +[ 1.018417] pci 0000:06:03.0: BAR 0 [mem 0xd1800000-0xd1ffffff pref] +[ 1.018421] pci 0000:06:03.0: BAR 1 [mem 0xde7fc000-0xde7fffff] +[ 1.018425] pci 0000:06:03.0: BAR 2 [mem 0xde800000-0xdeffffff] +[ 1.018432] pci 0000:06:03.0: ROM [mem 0x00000000-0x0000ffff pref] +[ 1.018449] pci 0000:06:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] +[ 1.018562] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode) +[ 1.018573] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) +[ 1.018576] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) +[ 1.018579] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) +[ 1.018581] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xfdffffff window] (subtractive decode) +[ 1.018584] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode) +[ 1.020515] ACPI: PCI: Interrupt link LK00 configured for IRQ 15 +[ 1.020628] ACPI: PCI: Interrupt link LK01 configured for IRQ 14 +[ 1.020738] ACPI: PCI: Interrupt link LK02 configured for IRQ 11 +[ 1.020849] ACPI: PCI: Interrupt link LK03 configured for IRQ 10 +[ 1.020963] ACPI: PCI: Interrupt link LK04 configured for IRQ 5 +[ 1.021073] ACPI: PCI: Interrupt link LK05 configured for IRQ 6 +[ 1.021186] ACPI: PCI: Interrupt link LK06 configured for IRQ 0 +[ 1.021188] ACPI: PCI: Interrupt link LK06 disabled +[ 1.021302] ACPI: PCI: Interrupt link LK07 configured for IRQ 14 +[ 1.021616] iommu: Default domain type: Translated +[ 1.021616] iommu: DMA domain TLB invalidation policy: lazy mode +[ 1.022741] SCSI subsystem initialized +[ 1.022779] libata version 3.00 loaded. +[ 1.022779] ACPI: bus type USB registered +[ 1.022779] usbcore: registered new interface driver usbfs +[ 1.022779] usbcore: registered new interface driver hub +[ 1.022779] usbcore: registered new device driver usb +[ 1.022779] pps_core: LinuxPPS API ver. 1 registered +[ 1.022779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti +[ 1.022779] PTP clock support registered +[ 1.023345] EDAC MC: Ver: 3.0.0 +[ 1.023627] NetLabel: Initializing +[ 1.023629] NetLabel: domain hash size = 128 +[ 1.023631] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO +[ 1.023676] NetLabel: unlabeled traffic allowed by default +[ 1.024337] mctp: management component transport protocol core +[ 1.024337] NET: Registered PF_MCTP protocol family +[ 1.024342] PCI: Using ACPI for IRQ routing +[ 1.029719] PCI: Discovered peer bus fe +[ 1.029722] PCI: root bus fe: using default resources +[ 1.029724] PCI: Probing PCI hardware (bus fe) +[ 1.029779] PCI host bridge to bus 0000:fe +[ 1.029781] pci_bus 0000:fe: Unknown NUMA node; performance will be reduced +[ 1.029784] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff] +[ 1.029787] pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff] +[ 1.029790] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff] +[ 1.029793] pci_bus 0000:fe: busn_res: can not insert [bus fe-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) +[ 1.029812] pci 0000:fe:00.0: [8086:2c40] type 00 class 0x060000 conventional PCI endpoint +[ 1.029891] pci 0000:fe:00.1: [8086:2c01] type 00 class 0x060000 conventional PCI endpoint +[ 1.029961] pci 0000:fe:02.0: [8086:2c10] type 00 class 0x060000 conventional PCI endpoint +[ 1.030031] pci 0000:fe:02.1: [8086:2c11] type 00 class 0x060000 conventional PCI endpoint +[ 1.030098] pci 0000:fe:02.4: [8086:2c14] type 00 class 0x060000 conventional PCI endpoint +[ 1.030170] pci 0000:fe:02.5: [8086:2c15] type 00 class 0x060000 conventional PCI endpoint +[ 1.030239] pci 0000:fe:03.0: [8086:2c18] type 00 class 0x060000 conventional PCI endpoint +[ 1.030309] pci 0000:fe:03.1: [8086:2c19] type 00 class 0x060000 conventional PCI endpoint +[ 1.030383] pci 0000:fe:03.2: [8086:2c1a] type 00 class 0x060000 conventional PCI endpoint +[ 1.030452] pci 0000:fe:03.4: [8086:2c1c] type 00 class 0x060000 conventional PCI endpoint +[ 1.030519] pci 0000:fe:04.0: [8086:2c20] type 00 class 0x060000 conventional PCI endpoint +[ 1.030587] pci 0000:fe:04.1: [8086:2c21] type 00 class 0x060000 conventional PCI endpoint +[ 1.030656] pci 0000:fe:04.2: [8086:2c22] type 00 class 0x060000 conventional PCI endpoint +[ 1.030721] pci 0000:fe:04.3: [8086:2c23] type 00 class 0x060000 conventional PCI endpoint +[ 1.030789] pci 0000:fe:05.0: [8086:2c28] type 00 class 0x060000 conventional PCI endpoint +[ 1.030856] pci 0000:fe:05.1: [8086:2c29] type 00 class 0x060000 conventional PCI endpoint +[ 1.030930] pci 0000:fe:05.2: [8086:2c2a] type 00 class 0x060000 conventional PCI endpoint +[ 1.030996] pci 0000:fe:05.3: [8086:2c2b] type 00 class 0x060000 conventional PCI endpoint +[ 1.031066] pci 0000:fe:06.0: [8086:2c30] type 00 class 0x060000 conventional PCI endpoint +[ 1.031131] pci 0000:fe:06.1: [8086:2c31] type 00 class 0x060000 conventional PCI endpoint +[ 1.031196] pci 0000:fe:06.2: [8086:2c32] type 00 class 0x060000 conventional PCI endpoint +[ 1.031265] pci 0000:fe:06.3: [8086:2c33] type 00 class 0x060000 conventional PCI endpoint +[ 1.031348] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe +[ 1.031352] pci_bus 0000:fe: busn_res: can not insert [bus fe] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) +[ 1.031364] PCI: Discovered peer bus ff +[ 1.031366] PCI: root bus ff: using default resources +[ 1.031368] PCI: Probing PCI hardware (bus ff) +[ 1.031400] PCI host bridge to bus 0000:ff +[ 1.031402] pci_bus 0000:ff: Unknown NUMA node; performance will be reduced +[ 1.031404] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] +[ 1.031407] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff] +[ 1.031410] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] +[ 1.031412] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) +[ 1.031420] pci 0000:ff:00.0: [8086:2c40] type 00 class 0x060000 conventional PCI endpoint +[ 1.031488] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000 conventional PCI endpoint +[ 1.031565] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000 conventional PCI endpoint +[ 1.031628] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000 conventional PCI endpoint +[ 1.031695] pci 0000:ff:02.4: [8086:2c14] type 00 class 0x060000 conventional PCI endpoint +[ 1.031757] pci 0000:ff:02.5: [8086:2c15] type 00 class 0x060000 conventional PCI endpoint +[ 1.031819] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000 conventional PCI endpoint +[ 1.031885] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000 conventional PCI endpoint +[ 1.031947] pci 0000:ff:03.2: [8086:2c1a] type 00 class 0x060000 conventional PCI endpoint +[ 1.032008] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000 conventional PCI endpoint +[ 1.032084] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000 conventional PCI endpoint +[ 1.032150] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000 conventional PCI endpoint +[ 1.032212] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000 conventional PCI endpoint +[ 1.032277] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000 conventional PCI endpoint +[ 1.032345] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000 conventional PCI endpoint +[ 1.032408] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000 conventional PCI endpoint +[ 1.032473] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000 conventional PCI endpoint +[ 1.032539] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000 conventional PCI endpoint +[ 1.032614] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000 conventional PCI endpoint +[ 1.032680] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000 conventional PCI endpoint +[ 1.032742] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000 conventional PCI endpoint +[ 1.032804] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000 conventional PCI endpoint +[ 1.032880] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff +[ 1.032884] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) +[ 1.032896] PCI: pci_cache_line_size set to 64 bytes +[ 1.032981] e820: reserve RAM buffer [mem 0xcf679000-0xcfffffff] +[ 1.033298] pci 0000:06:03.0: vgaarb: setting as boot VGA device +[ 1.033302] pci 0000:06:03.0: vgaarb: bridge control possible +[ 1.033304] pci 0000:06:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none +[ 1.033315] vgaarb: loaded +[ 1.033392] Monitor-Mwait will be used to enter C-1 state +[ 1.033397] Monitor-Mwait will be used to enter C-3 state +[ 1.035362] hpet: 4 channels of 0 reserved for per-cpu timers +[ 1.035367] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 +[ 1.035375] hpet0: 4 comparators, 64-bit 14.318180 MHz counter +[ 1.037346] clocksource: Switched to clocksource tsc-early +[ 1.040267] VFS: Disk quotas dquot_6.6.0 +[ 1.040354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 1.040783] AppArmor: AppArmor Filesystem Enabled +[ 1.040812] pnp: PnP ACPI init +[ 1.043129] system 00:04: [io 0x0800-0x087f] has been reserved +[ 1.043135] system 00:04: [io 0x0880-0x08ff] could not be reserved +[ 1.043138] system 00:04: [io 0x0900-0x091f] has been reserved +[ 1.043141] system 00:04: [io 0x0920-0x0923] has been reserved +[ 1.043143] system 00:04: [io 0x0924] has been reserved +[ 1.043146] system 00:04: [io 0x0c00-0x0c7f] has been reserved +[ 1.043148] system 00:04: [io 0x0ca0-0x0ca7] has been reserved +[ 1.043151] system 00:04: [io 0x0ca9-0x0cab] has been reserved +[ 1.043154] system 00:04: [io 0x0cad-0x0caf] has been reserved +[ 1.043289] system 00:05: [io 0x0ca8] has been reserved +[ 1.043294] system 00:05: [io 0x0cac] has been reserved +[ 1.044291] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved +[ 1.044407] system 00:08: [mem 0xfed90000-0xfed91fff] has been reserved +[ 1.044673] pnp: PnP ACPI: found 9 devices +[ 1.051803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +[ 1.052206] NET: Registered PF_INET protocol family +[ 1.052678] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 1.080543] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear) +[ 1.080756] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) +[ 1.081588] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear) +[ 1.082962] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) +[ 1.083271] TCP: Hash tables configured (established 524288 bind 65536) +[ 1.084074] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear) +[ 1.085205] UDP hash table entries: 65536 (order: 10, 4194304 bytes, linear) +[ 1.086838] UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, linear) +[ 1.087917] NET: Registered PF_UNIX/PF_LOCAL protocol family +[ 1.087934] NET: Registered PF_XDP protocol family +[ 1.088197] pci 0000:00:01.0: PCI bridge to [bus 01] +[ 1.088207] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd5ffffff] +[ 1.088215] pci 0000:00:03.0: PCI bridge to [bus 02] +[ 1.088219] pci 0000:00:03.0: bridge window [mem 0xd6000000-0xd9ffffff] +[ 1.088227] pci 0000:00:07.0: PCI bridge to [bus 04] +[ 1.088231] pci 0000:00:07.0: bridge window [mem 0xda000000-0xddffffff] +[ 1.088238] pci 0000:00:09.0: PCI bridge to [bus 05] +[ 1.088248] pci 0000:00:1c.0: PCI bridge to [bus 03] +[ 1.088251] pci 0000:00:1c.0: bridge window [io 0xf000-0xffff] +[ 1.088256] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf2fffff] +[ 1.088266] pci 0000:00:1e.0: PCI bridge to [bus 06] +[ 1.088271] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] +[ 1.088275] pci 0000:00:1e.0: bridge window [mem 0xd1800000-0xd1ffffff 64bit pref] +[ 1.088283] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] +[ 1.088285] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] +[ 1.088288] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] +[ 1.088291] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfdffffff window] +[ 1.088294] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window] +[ 1.088297] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd5ffffff] +[ 1.088299] pci_bus 0000:02: resource 1 [mem 0xd6000000-0xd9ffffff] +[ 1.088302] pci_bus 0000:04: resource 1 [mem 0xda000000-0xddffffff] +[ 1.088305] pci_bus 0000:03: resource 0 [io 0xf000-0xffff] +[ 1.088307] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf2fffff] +[ 1.088309] pci_bus 0000:06: resource 1 [mem 0xde000000-0xdeffffff] +[ 1.088312] pci_bus 0000:06: resource 2 [mem 0xd1800000-0xd1ffffff 64bit pref] +[ 1.088314] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window] +[ 1.088317] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window] +[ 1.088319] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window] +[ 1.088321] pci_bus 0000:06: resource 7 [mem 0xd0000000-0xfdffffff window] +[ 1.088324] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff window] +[ 1.088378] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff] +[ 1.088382] pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff] +[ 1.088392] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] +[ 1.088395] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff] +[ 1.100647] pci 0000:00:1a.7: quirk_usb_early_handoff+0x0/0x740 took 10490 usecs +[ 1.102812] PCI: CLS 64 bytes, default 64 +[ 1.102836] DMAR: Host address width 40 +[ 1.102839] DMAR: DRHD base: 0x000000fed90000 flags: 0x1 +[ 1.102852] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c90780106f0462 ecap f020f6 +[ 1.102856] DMAR: RMRR base: 0x000000cf7c8000 end: 0x000000cf7dffff +[ 1.102859] DMAR: RMRR base: 0x000000cf7b1000 end: 0x000000cf7bffff +[ 1.102861] DMAR: RMRR base: 0x000000cf7a1000 end: 0x000000cf7a1fff +[ 1.102863] DMAR: RMRR base: 0x000000cf7a3000 end: 0x000000cf7a3fff +[ 1.102864] DMAR: RMRR base: 0x000000cf7a5000 end: 0x000000cf7a5fff +[ 1.102866] DMAR: RMRR base: 0x000000cf7a7000 end: 0x000000cf7a7fff +[ 1.102868] DMAR: RMRR base: 0x000000cf7c0000 end: 0x000000cf7c0fff +[ 1.102869] DMAR: RMRR base: 0x000000cf7c2000 end: 0x000000cf7c2fff +[ 1.102871] DMAR: ATSR flags: 0x0 +[ 1.102909] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 1.102911] software IO TLB: mapped [mem 0x00000000cb679000-0x00000000cf679000] (64MB) +[ 1.103011] Trying to unpack rootfs image as initramfs... +[ 1.147939] Initialise system trusted keyrings +[ 1.147966] Key type blacklist registered +[ 1.148196] workingset: timestamp_bits=36 max_order=25 bucket_order=0 +[ 1.150578] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[ 1.151555] fuse: init (API version 7.44) +[ 1.152283] integrity: Platform Keyring initialized +[ 1.152291] integrity: Machine keyring initialized +[ 1.172840] Key type asymmetric registered +[ 1.172850] Asymmetric key parser 'x509' registered +[ 1.172971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) +[ 1.173151] io scheduler mq-deadline registered +[ 1.176556] ledtrig-cpu: registered to indicate activity on CPUs +[ 1.177238] pcieport 0000:00:01.0: PME: Signaling with IRQ 25 +[ 1.177455] pcieport 0000:00:01.0: AER: enabled with IRQ 25 +[ 1.178000] pcieport 0000:00:03.0: PME: Signaling with IRQ 26 +[ 1.178182] pcieport 0000:00:03.0: AER: enabled with IRQ 26 +[ 1.178793] pcieport 0000:00:07.0: PME: Signaling with IRQ 27 +[ 1.178915] pcieport 0000:00:07.0: AER: enabled with IRQ 27 +[ 1.179470] pcieport 0000:00:09.0: PME: Signaling with IRQ 28 +[ 1.179588] pcieport 0000:00:09.0: AER: enabled with IRQ 28 +[ 1.179699] pcieport 0000:00:1c.0: enabling device (0140 -> 0143) +[ 1.180121] pcieport 0000:00:1c.0: PME: Signaling with IRQ 29 +[ 1.180601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 +[ 1.180714] ACPI: button: Power Button [PWRF] +[ 1.183443] ERST: Error Record Serialization Table (ERST) support is initialized. +[ 1.183551] pstore: Using crash dump compression: deflate +[ 1.183554] pstore: Registered erst as persistent store backend +[ 1.183867] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 1.204605] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A +[ 1.227046] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A +[ 1.232466] Linux agpgart interface v0.103 +[ 1.240475] loop: module loaded +[ 1.241044] ACPI: bus type drm_connector registered +[ 1.241469] tun: Universal TUN/TAP device driver, 1.6 +[ 1.241576] PPP generic driver version 2.4.2 +[ 1.241711] i8042: PNP: No PS/2 controller found. +[ 1.241713] i8042: Probing ports directly. +[ 1.244428] serio: i8042 KBD port at 0x60,0x64 irq 1 +[ 1.244442] serio: i8042 AUX port at 0x60,0x64 irq 12 +[ 1.244684] mousedev: PS/2 mouse device common for all mice +[ 1.244876] rtc_cmos 00:01: RTC can wake from S4 +[ 1.245258] rtc_cmos 00:01: registered as rtc0 +[ 1.245361] rtc_cmos 00:01: setting system clock to 2026-07-26T21:17:56 UTC (1785100676) +[ 1.245429] rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram, hpet irqs +[ 1.245451] i2c_dev: i2c /dev entries driver +[ 1.246132] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. +[ 1.246196] device-mapper: uevent: version 1.0.3 +[ 1.246377] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev +[ 1.246386] intel_pstate: CPU model not supported +[ 1.246604] drop_monitor: Initializing network drop monitor service +[ 1.247037] NET: Registered PF_INET6 protocol family +[ 1.248062] Segment Routing with IPv6 +[ 1.248078] In-situ OAM (IOAM) with IPv6 +[ 1.248125] NET: Registered PF_PACKET protocol family +[ 1.248191] Bridge firewalling registered +[ 1.248306] Key type dns_resolver registered +[ 1.249884] microcode: Current revision: 0x0000001d +[ 1.249888] microcode: Updated early from: 0x00000011 +[ 1.250318] IPI shorthand broadcast: enabled +[ 1.253494] sched_clock: Marking stable (1248038260, 5304736)->(1301406845, -48063849) +[ 1.253929] registered taskstats version 1 +[ 1.255653] Loading compiled-in X.509 certificates +[ 1.256928] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 1.265008] Demotion targets for Node 0: null +[ 1.265612] Key type .fscrypt registered +[ 1.265615] Key type fscrypt-provisioning registered +[ 1.265827] Key type big_key registered +[ 2.136376] tsc: Refined TSC clocksource calibration: 2393.999 MHz +[ 2.136400] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22821267f49, max_idle_ns: 440795240327 ns +[ 2.140634] clocksource: Switched to clocksource tsc +[ 2.182994] Freeing initrd memory: 87628K +[ 2.207149] Key type encrypted registered +[ 2.207155] AppArmor: AppArmor sha256 policy hashing enabled +[ 2.207187] ima: No TPM chip found, activating TPM-bypass! +[ 2.207197] Loading compiled-in module X.509 certificates +[ 2.208263] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 2.208268] ima: Allocated hash algorithm: sha256 +[ 2.208295] ima: No architecture policies found +[ 2.208327] evm: Initialising EVM extended attributes: +[ 2.208329] evm: security.selinux +[ 2.208330] evm: security.SMACK64 +[ 2.208332] evm: security.SMACK64EXEC +[ 2.208334] evm: security.SMACK64TRANSMUTE +[ 2.208335] evm: security.SMACK64MMAP +[ 2.208336] evm: security.apparmor +[ 2.208338] evm: security.ima +[ 2.208339] evm: security.capability +[ 2.208340] evm: HMAC attrs: 0x1 +[ 2.208900] PM: Magic number: 2:908:298 +[ 2.215249] RAS: Correctable Errors collector initialized. +[ 2.223785] clk: Disabling unused clocks +[ 2.223789] PM: genpd: Disabling unused power domains +[ 2.227018] Freeing unused decrypted memory: 2028K +[ 2.228784] Freeing unused kernel image (initmem) memory: 4948K +[ 2.229073] Write protecting the kernel read-only data: 38912k +[ 2.230345] Freeing unused kernel image (text/rodata gap) memory: 1140K +[ 2.231291] Freeing unused kernel image (rodata/data gap) memory: 1444K +[ 2.302600] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 2.302845] x86/mm: Checking user space page tables +[ 2.367408] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 2.367431] Run /init as init process +[ 2.367433] with arguments: +[ 2.367436] /init +[ 2.367438] with environment: +[ 2.367439] HOME=/ +[ 2.367440] TERM=linux +[ 2.367442] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve +[ 2.664751] bnx2 0000:01:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d2000000, IRQ 30, node addr 00:21:9b:a2:7c:53 +[ 2.666001] bnx2 0000:01:00.1 eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d4000000, IRQ 31, node addr 00:21:9b:a2:7c:55 +[ 2.666642] ehci-pci 0000:00:1a.7: EHCI Host Controller +[ 2.666663] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 +[ 2.666690] ehci-pci 0000:00:1a.7: debug port 1 +[ 2.667136] bnx2 0000:02:00.0 eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d6000000, IRQ 32, node addr 00:21:9b:a2:7c:57 +[ 2.667871] bnx2 0000:02:00.1 eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 33, node addr 00:21:9b:a2:7c:59 +[ 2.668664] bnx2 0000:04:00.0 eth4: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 34, node addr 00:10:18:72:16:40 +[ 2.669403] bnx2 0000:04:00.1 eth5: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 35, node addr 00:10:18:72:16:42 +[ 2.670671] ehci-pci 0000:00:1a.7: irq 19, io mem 0xdf0ff800 +[ 2.676318] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 +[ 2.676415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 2.676419] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.676422] usb usb1: Product: EHCI Host Controller +[ 2.676424] usb usb1: Manufacturer: Linux 6.17.2-1-pve ehci_hcd +[ 2.676426] usb usb1: SerialNumber: 0000:00:1a.7 +[ 2.676627] hub 1-0:1.0: USB hub found +[ 2.676650] hub 1-0:1.0: 4 ports detected +[ 2.676885] ehci-pci 0000:00:1d.7: EHCI Host Controller +[ 2.676904] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 +[ 2.676929] ehci-pci 0000:00:1d.7: debug port 1 +[ 2.680884] ehci-pci 0000:00:1d.7: irq 21, io mem 0xdf0ffc00 +[ 2.686397] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 +[ 2.686539] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 2.686543] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.686546] usb usb2: Product: EHCI Host Controller +[ 2.686547] usb usb2: Manufacturer: Linux 6.17.2-1-pve ehci_hcd +[ 2.686549] usb usb2: SerialNumber: 0000:00:1d.7 +[ 2.686822] hub 2-0:1.0: USB hub found +[ 2.686848] hub 2-0:1.0: 4 ports detected +[ 2.691975] uhci_hcd 0000:00:1a.0: UHCI Host Controller +[ 2.691985] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 +[ 2.691994] uhci_hcd 0000:00:1a.0: detected 2 ports +[ 2.692043] uhci_hcd 0000:00:1a.0: irq 17, io port 0x0000ec40 +[ 2.692137] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 +[ 2.692141] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.692143] usb usb3: Product: UHCI Host Controller +[ 2.692145] usb usb3: Manufacturer: Linux 6.17.2-1-pve uhci_hcd +[ 2.692147] usb usb3: SerialNumber: 0000:00:1a.0 +[ 2.692321] hub 3-0:1.0: USB hub found +[ 2.692341] hub 3-0:1.0: 2 ports detected +[ 2.692976] uhci_hcd 0000:00:1a.1: UHCI Host Controller +[ 2.692983] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 +[ 2.692990] uhci_hcd 0000:00:1a.1: detected 2 ports +[ 2.693034] uhci_hcd 0000:00:1a.1: irq 18, io port 0x0000ec60 +[ 2.693100] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 +[ 2.693104] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.693106] usb usb4: Product: UHCI Host Controller +[ 2.693108] usb usb4: Manufacturer: Linux 6.17.2-1-pve uhci_hcd +[ 2.693110] usb usb4: SerialNumber: 0000:00:1a.1 +[ 2.693242] hub 4-0:1.0: USB hub found +[ 2.693253] hub 4-0:1.0: 2 ports detected +[ 2.693736] uhci_hcd 0000:00:1d.0: UHCI Host Controller +[ 2.693744] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 +[ 2.693751] uhci_hcd 0000:00:1d.0: detected 2 ports +[ 2.693783] uhci_hcd 0000:00:1d.0: irq 21, io port 0x0000ec80 +[ 2.693855] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 +[ 2.693859] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.693861] usb usb5: Product: UHCI Host Controller +[ 2.693863] usb usb5: Manufacturer: Linux 6.17.2-1-pve uhci_hcd +[ 2.693865] usb usb5: SerialNumber: 0000:00:1d.0 +[ 2.694004] hub 5-0:1.0: USB hub found +[ 2.694021] hub 5-0:1.0: 2 ports detected +[ 2.694529] uhci_hcd 0000:00:1d.1: UHCI Host Controller +[ 2.694536] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 +[ 2.694543] uhci_hcd 0000:00:1d.1: detected 2 ports +[ 2.694592] uhci_hcd 0000:00:1d.1: irq 20, io port 0x0000eca0 +[ 2.694656] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17 +[ 2.694659] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.694661] usb usb6: Product: UHCI Host Controller +[ 2.694664] usb usb6: Manufacturer: Linux 6.17.2-1-pve uhci_hcd +[ 2.694665] usb usb6: SerialNumber: 0000:00:1d.1 +[ 2.694793] hub 6-0:1.0: USB hub found +[ 2.694805] hub 6-0:1.0: 2 ports detected +[ 2.703112] bnx2 0000:01:00.0 eno1: renamed from eth0 +[ 2.703786] bnx2 0000:01:00.1 eno2: renamed from eth1 +[ 2.706012] bnx2 0000:02:00.0 eno3: renamed from eth2 +[ 2.707521] bnx2 0000:02:00.1 eno4: renamed from eth3 +[ 2.708993] bnx2 0000:04:00.0 enp4s0f0: renamed from eth4 +[ 2.710440] bnx2 0000:04:00.1 enp4s0f1: renamed from eth5 +[ 2.710859] gpio_ich gpio_ich.2.auto: GPIO from 512 to 572 +[ 2.912428] usb 1-3: new high-speed USB device number 2 using ehci-pci +[ 2.983439] random: crng init done +[ 3.037900] usb 1-3: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.00 +[ 3.037908] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 3.038191] hub 1-3:1.0: USB hub found +[ 3.038469] hub 1-3:1.0: 3 ports detected +[ 3.048471] usb 5-1: new low-speed USB device number 2 using uhci_hcd +[ 3.090311] raid6: sse2x4 gen() 9594 MB/s +[ 3.107309] raid6: sse2x2 gen() 8657 MB/s +[ 3.124308] raid6: sse2x1 gen() 8153 MB/s +[ 3.124310] raid6: using algorithm sse2x4 gen() 9594 MB/s +[ 3.141309] raid6: .... xor() 4257 MB/s, rmw enabled +[ 3.141311] raid6: using ssse3x2 recovery algorithm +[ 3.145168] xor: measuring software checksum speed +[ 3.145419] prefetch64-sse : 13247 MB/sec +[ 3.145704] generic_sse : 11646 MB/sec +[ 3.145705] xor: using function: prefetch64-sse (13247 MB/sec) +[ 3.248447] usb 5-1: New USB device found, idVendor=10d5, idProduct=5a08, bcdDevice= 0.00 +[ 3.248459] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 3.248461] usb 5-1: Product: KVM +[ 3.248464] usb 5-1: Manufacturer: No brand +[ 3.318267] hid: raw HID events driver (C) Jiri Kosina +[ 3.321335] usb 1-3.2: new high-speed USB device number 3 using ehci-pci +[ 3.337965] Btrfs loaded, zoned=yes, fsverity=yes +[ 3.357644] usbcore: registered new interface driver usbhid +[ 3.357648] usbhid: USB HID core driver +[ 3.361319] usbcore: registered new interface driver usbkbd +[ 3.361648] usbcore: registered new interface driver usbmouse +[ 3.367106] input: No brand KVM as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:10D5:5A08.0001/input/input4 +[ 3.417746] hid-generic 0003:10D5:5A08.0001: input,hidraw0: USB HID v1.10 Keyboard [No brand KVM] on usb-0000:00:1d.0-1/input0 +[ 3.418011] input: No brand KVM Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.1/0003:10D5:5A08.0002/input/input5 +[ 3.418170] input: No brand KVM System Control as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.1/0003:10D5:5A08.0002/input/input6 +[ 3.463531] usb 1-3.2: New USB device found, idVendor=1058, idProduct=260d, bcdDevice=20.07 +[ 3.463539] usb 1-3.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 +[ 3.463544] usb 1-3.2: Product: My Passport 260D +[ 3.463547] usb 1-3.2: Manufacturer: Western Digital +[ 3.463550] usb 1-3.2: SerialNumber: 57584C324132333258355258 +[ 3.468550] input: No brand KVM Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.1/0003:10D5:5A08.0002/input/input7 +[ 3.468996] hid-generic 0003:10D5:5A08.0002: input,hidraw1: USB HID v1.10 Mouse [No brand KVM] on usb-0000:00:1d.0-1/input1 +[ 3.470985] usb-storage 1-3.2:1.0: USB Mass Storage device detected +[ 3.471296] scsi host0: usb-storage 1-3.2:1.0 +[ 3.471567] usbcore: registered new interface driver usb-storage +[ 3.474355] usbcore: registered new interface driver uas +[ 3.937453] usb 5-2: new full-speed USB device number 3 using uhci_hcd +[ 4.094508] usb 5-2: New USB device found, idVendor=0624, idProduct=0248, bcdDevice= 0.00 +[ 4.094517] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 4.094521] usb 5-2: Product: USB Composite Device-0 +[ 4.094525] usb 5-2: Manufacturer: Avocent +[ 4.094528] usb 5-2: SerialNumber: 20080519 +[ 4.113840] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:0624:0248.0003/input/input8 +[ 4.164954] hid-generic 0003:0624:0248.0003: input,hidraw2: USB HID v1.00 Keyboard [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input0 +[ 4.171772] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/0003:0624:0248.0004/input/input9 +[ 4.172459] hid-generic 0003:0624:0248.0004: input,hidraw3: USB HID v1.00 Mouse [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input1 +[ 4.506561] scsi 0:0:0:0: Direct-Access WD My Passport 260D 2007 PQ: 0 ANSI: 6 +[ 4.508185] scsi 0:0:0:1: Enclosure WD SES Device 2007 PQ: 0 ANSI: 6 +[ 4.522254] sd 0:0:0:0: Attached scsi generic sg0 type 0 +[ 4.522477] scsi 0:0:0:1: Attached scsi generic sg1 type 13 +[ 8.174880] sd 0:0:0:0: [sda] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB) +[ 8.176324] sd 0:0:0:0: [sda] Write Protect is off +[ 8.176329] sd 0:0:0:0: [sda] Mode Sense: 3f 00 10 00 +[ 8.177492] sd 0:0:0:0: [sda] No Caching mode page found +[ 8.177502] sd 0:0:0:0: [sda] Assuming drive cache: write through +[ 8.218132] sda: sda1 sda2 sda3 +[ 8.218609] sd 0:0:0:0: [sda] Attached SCSI disk +[ 9.921073] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown. +[ 10.375995] EXT4-fs (dm-1): orphan cleanup on readonly fs +[ 10.376489] EXT4-fs (dm-1): mounted filesystem 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 ro with ordered data mode. Quota mode: none. +[ 12.984065] systemd[1]: Inserted module 'autofs4' +[ 13.122197] ERST: NVRAM ERST Log Address Range not implemented yet. +[ 13.355412] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) +[ 13.355423] systemd[1]: Detected architecture x86-64. +[ 13.456668] systemd[1]: Hostname set to . +[ 13.642139] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. +[ 16.259531] systemd[1]: Queued start job for default target graphical.target. +[ 16.330467] systemd[1]: Created slice system-getty.slice - Slice /system/getty. +[ 16.331522] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. +[ 16.333360] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. +[ 16.334128] systemd[1]: Created slice user.slice - User and Session Slice. +[ 16.334231] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. +[ 16.334325] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. +[ 16.334651] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. +[ 16.334695] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... +[ 16.334721] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. +[ 16.334747] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. +[ 16.334796] systemd[1]: Reached target network-pre.target - Preparation for Network. +[ 16.334826] systemd[1]: Reached target paths.target - Path Units. +[ 16.334874] systemd[1]: Reached target slices.target - Slice Units. +[ 16.335702] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. +[ 16.335827] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. +[ 16.342087] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. +[ 16.344117] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. +[ 16.344258] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. +[ 16.344451] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). +[ 16.344624] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. +[ 16.344687] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki +[ 16.344720] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki +[ 16.344868] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. +[ 16.344977] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. +[ 16.360041] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... +[ 16.361741] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... +[ 16.361834] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. +[ 16.363268] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... +[ 16.364775] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... +[ 16.366259] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... +[ 16.366350] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab +[ 16.378667] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... +[ 16.398235] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... +[ 16.399982] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... +[ 16.401447] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... +[ 16.402936] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... +[ 16.404495] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... +[ 16.406066] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... +[ 16.406442] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root +[ 16.406500] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 +[ 16.410221] systemd[1]: Starting systemd-journald.service - Journal Service... +[ 16.582826] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... +[ 16.582868] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki +[ 16.584486] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... +[ 16.584558] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 16.585975] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... +[ 16.587660] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... +[ 16.610680] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. +[ 16.611289] systemd[1]: modprobe@configfs.service: Deactivated successfully. +[ 16.611594] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. +[ 16.612061] systemd[1]: modprobe@drm.service: Deactivated successfully. +[ 16.612348] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. +[ 16.613291] systemd[1]: modprobe@fuse.service: Deactivated successfully. +[ 16.613579] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. +[ 16.615570] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... +[ 16.617143] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... +[ 16.618878] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... +[ 16.622640] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. +[ 16.622938] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. +[ 17.053533] systemd-journald[443]: Collecting audit messages is disabled. +[ 17.321721] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. +[ 17.468705] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. +[ 17.468897] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. +[ 17.469054] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. +[ 17.469211] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. +[ 17.469394] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. +[ 17.469851] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. +[ 17.470053] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. +[ 17.470207] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. +[ 17.501590] EXT4-fs (dm-1): re-mounted 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 r/w. +[ 17.503009] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. +[ 17.512527] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc +[ 17.512599] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore +[ 17.514491] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... +[ 17.514521] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 17.519814] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. +[ 17.600470] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown... +[ 17.601911] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization... +[ 17.603323] systemd[1]: Started systemd-journald.service - Journal Service. +[ 17.746764] systemd-journald[443]: Received client request to flush runtime journal. +[ 18.632498] spl: loading out-of-tree module taints kernel. +[ 20.289638] zfs: module license 'CDDL' taints kernel. +[ 20.289646] Disabling lock debugging due to kernel taint +[ 20.289683] zfs: module license taints kernel. +[ 21.376243] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 +[ 22.517834] IPMI message handler: version 39.2 +[ 22.863567] ipmi device interface +[ 23.106205] ipmi_si: IPMI System Interface driver +[ 23.106245] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS +[ 23.106249] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0 +[ 23.106253] ipmi_si: Adding SMBIOS-specified kcs state machine +[ 23.106395] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0 +[ 23.198436] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) +[ 23.250467] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized +[ 23.416268] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:fe:03.0 (INTERRUPT) +[ 23.416312] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:fe:03.0 (POLLED) +[ 23.416398] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (INTERRUPT) +[ 23.416416] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED) +[ 23.416430] EDAC i7core: Driver loaded, 2 memory controller(s) found. +[ 23.846716] input: PC Speaker as /devices/platform/pcspkr/input/input10 +[ 23.860260] ipmi_ssif: IPMI SSIF Interface driver +[ 24.341903] bnx2 0000:01:00.1 nic1: renamed from eno2 +[ 24.342239] bnx2 0000:01:00.0 nic0: renamed from eno1 +[ 24.342571] bnx2 0000:02:00.1 nic3: renamed from eno4 +[ 24.342770] bnx2 0000:02:00.0 nic2: renamed from eno3 +[ 24.473859] bnx2 0000:04:00.1 nic5: renamed from enp4s0f1 +[ 24.474096] bnx2 0000:04:00.0 nic4: renamed from enp4s0f0 +[ 24.841346] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) +[ 25.100844] mgag200 0000:06:03.0: vgaarb: deactivate vga console +[ 25.102030] Console: switching to colour dummy device 80x25 +[ 25.105074] mgag200 0000:06:03.0: [drm] Registered 1 planes with drm panic +[ 25.105078] [drm] Initialized mgag200 1.0.0 for 0000:06:03.0 on minor 0 +[ 25.106767] i2c i2c-0: sendbytes: NAK bailout. +[ 25.140474] i2c i2c-0: sendbytes: NAK bailout. +[ 25.141292] i2c i2c-0: sendbytes: NAK bailout. +[ 25.173537] i2c i2c-0: sendbytes: NAK bailout. +[ 25.239867] EDID block 0 (tag 0x00) checksum is invalid, remainder is 81 +[ 25.239871] [00] BAD 00 ff ff ff ff ff ff 00 04 69 fd 22 3c 5a 01 01 +[ 25.239873] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff +[ 25.239875] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff +[ 25.239876] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff +[ 25.239877] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff +[ 25.239879] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff +[ 25.239880] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff +[ 25.239881] [00] BAD ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff +[ 25.241342] fbcon: mgag200drmfb (fb0) is primary device +[ 25.308016] Console: switching to colour frame buffer device 128x48 +[ 25.324433] CE: hpet increased min_delta_ns to 20115 nsec +[ 25.349486] CE: hpet increased min_delta_ns to 30172 nsec +[ 25.359963] mgag200 0000:06:03.0: [drm] fb0: mgag200drmfb frame buffer device +[ 25.375760] scsi 0:0:0:1: Wrong diagnostic page; asked for 1 got 8 +[ 25.375766] scsi 0:0:0:1: Failed to get diagnostic page 0x1 +[ 25.375771] scsi 0:0:0:1: Failed to bind enclosure -19 +[ 25.375810] ses 0:0:0:1: Attached Enclosure device +[ 25.408893] i2c i2c-0: sendbytes: NAK bailout. +[ 25.505883] i2c i2c-0: sendbytes: NAK bailout. +[ 25.537213] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 26.566371] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k +[ 26.584594] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout +[ 26.587732] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20250404/evregion-301) +[ 26.587744] ACPI Error: Region IPMI (ID=7) has no handler (20250404/exfldio-261) + +[ 26.587760] No Local Variables are initialized for Method [_GHL] + +[ 26.587764] No Arguments are initialized for method [_GHL] + +[ 26.587774] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20250404/psparse-529) +[ 26.588018] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20250404/psparse-529) +[ 26.588251] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST +[ 26.604340] kvm_intel: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround +[ 30.581145] audit: type=1400 audit(1785100705.835:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=721 comm="apparmor_parser" +[ 30.581157] audit: type=1400 audit(1785100705.835:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=712 comm="apparmor_parser" +[ 30.581182] audit: type=1400 audit(1785100705.835:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=720 comm="apparmor_parser" +[ 30.581283] audit: type=1400 audit(1785100705.835:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=713 comm="apparmor_parser" +[ 30.581356] audit: type=1400 audit(1785100705.835:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="crun" pid=726 comm="apparmor_parser" +[ 30.581433] audit: type=1400 audit(1785100705.835:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=724 comm="apparmor_parser" +[ 30.581494] audit: type=1400 audit(1785100705.835:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=722 comm="apparmor_parser" +[ 30.581548] audit: type=1400 audit(1785100705.835:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=718 comm="apparmor_parser" +[ 30.581610] audit: type=1400 audit(1785100705.835:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=714 comm="apparmor_parser" +[ 30.581694] audit: type=1400 audit(1785100705.835:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=716 comm="apparmor_parser" +[ 36.056843] i2c i2c-0: sendbytes: NAK bailout. +[ 36.188159] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[ 45.183313] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) +[ 45.183320] softdog: soft_reboot_cmd= soft_active_on_boot=0 +[ 45.435492] RPC: Registered named UNIX socket transport module. +[ 45.435497] RPC: Registered udp transport module. +[ 45.435499] RPC: Registered tcp transport module. +[ 45.435501] RPC: Registered tcp-with-tls transport module. +[ 45.435502] RPC: Registered tcp NFSv4.1 backchannel transport module. +[ 46.300014] i2c i2c-0: sendbytes: NAK bailout. +[ 46.394876] i2c i2c-0: sendbytes: NAK bailout. +[ 46.395404] i2c i2c-0: sendbytes: NAK bailout. +[ 46.426723] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 57.177011] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 57.284125] CE: hpet increased min_delta_ns to 45258 nsec +[ 58.000774] vmbr0: port 1(nic0) entered blocking state +[ 58.000781] vmbr0: port 1(nic0) entered disabled state +[ 58.000797] bnx2 0000:01:00.0 nic0: entered allmulticast mode +[ 58.000860] bnx2 0000:01:00.0 nic0: entered promiscuous mode +[ 58.269456] bnx2 0000:01:00.0 nic0: using MSIX +[ 58.273477] vmbr0: port 1(nic0) entered blocking state +[ 58.273483] vmbr0: port 1(nic0) entered forwarding state +[ 59.033494] vmbr0: port 1(nic0) entered disabled state +[ 59.381888] kauditd_printk_skb: 109 callbacks suppressed +[ 59.381894] audit: type=1400 audit(1785100734.636:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1056 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 59.403316] audit: type=1400 audit(1785100734.657:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 59.403323] audit: type=1400 audit(1785100734.657:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 59.546246] audit: type=1400 audit(1785100734.800:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" capability=21 capname="sys_admin" +[ 59.546359] audit: type=1400 audit(1785100734.800:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 61.487796] bnx2 0000:01:00.0 nic0: NIC Copper Link is Up, 1000 Mbps full duplex + +[ 61.487911] vmbr0: port 1(nic0) entered blocking state +[ 61.487918] vmbr0: port 1(nic0) entered forwarding state +[ 65.661839] audit: type=1400 audit(1785100740.916:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.665262] audit: type=1400 audit(1785100740.919:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.665272] audit: type=1400 audit(1785100740.919:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.667330] audit: type=1400 audit(1785100740.921:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.805308] audit: type=1400 audit(1785100741.059:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 65.862266] bnx2 0000:02:00.1 nic3: using MSIX +[ 65.970171] 8021q: 802.1Q VLAN Support v1.8 +[ 65.984777] br-rr-mgmt: port 1(nic3.2) entered blocking state +[ 65.984787] br-rr-mgmt: port 1(nic3.2) entered disabled state +[ 65.984811] nic3.2: entered allmulticast mode +[ 65.984817] bnx2 0000:02:00.1 nic3: entered allmulticast mode +[ 65.984897] nic3.2: entered promiscuous mode +[ 65.984900] bnx2 0000:02:00.1 nic3: entered promiscuous mode +[ 66.064136] bnx2 0000:01:00.1 nic1: using MSIX +[ 66.064441] bond0: (slave nic1): Enslaving as a backup interface with a down link +[ 66.117133] bnx2 0000:02:00.0 nic2: using MSIX +[ 66.117451] bond0: (slave nic2): Enslaving as a backup interface with a down link +[ 66.134617] storagenet: port 1(bond0) entered blocking state +[ 66.134624] storagenet: port 1(bond0) entered disabled state +[ 66.134648] bond0: entered allmulticast mode +[ 66.134653] bnx2 0000:01:00.1 nic1: entered allmulticast mode +[ 66.134658] bnx2 0000:02:00.0 nic2: entered allmulticast mode +[ 66.134770] bond0: entered promiscuous mode +[ 66.134775] bnx2 0000:01:00.1 nic1: entered promiscuous mode +[ 66.134798] bnx2 0000:02:00.0 nic2: entered promiscuous mode +[ 66.142644] 8021q: adding VLAN 0 to HW filter on device bond0 +[ 67.507390] bnx2 0000:02:00.1 nic3: NIC Copper Link is Up, 100 Mbps full duplex +[ 67.507401] , receive & transmit flow control ON +[ 67.507589] br-rr-mgmt: port 1(nic3.2) entered blocking state +[ 67.507596] br-rr-mgmt: port 1(nic3.2) entered forwarding state +[ 67.800390] i2c i2c-0: sendbytes: NAK bailout. +[ 67.929685] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 68.457804] audit: type=1400 audit(1785100743.712:131): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1213 comm="apparmor_parser" +[ 68.471215] audit: type=1400 audit(1785100743.725:132): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1217 comm="apparmor_parser" +[ 68.501875] audit: type=1400 audit(1785100743.756:133): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1221 comm="apparmor_parser" +[ 68.501886] audit: type=1400 audit(1785100743.756:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1221 comm="apparmor_parser" +[ 68.501890] audit: type=1400 audit(1785100743.756:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1221 comm="apparmor_parser" +[ 68.879918] bnx2 0000:02:00.0 nic2: NIC Copper Link is Up, 1000 Mbps full duplex + +[ 68.951766] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex +[ 68.951777] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[ 68.951787] bond0: active interface up! +[ 68.951827] storagenet: port 1(bond0) entered blocking state +[ 68.951834] storagenet: port 1(bond0) entered forwarding state +[ 69.463608] bnx2 0000:01:00.1 nic1: NIC Copper Link is Up, 1000 Mbps full duplex + +[ 69.471819] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex +[ 72.040900] CE: hpet increased min_delta_ns to 67887 nsec +[ 72.041346] CE: hpet increased min_delta_ns to 101830 nsec +[ 78.168208] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 88.576640] i2c i2c-0: sendbytes: NAK bailout. +[ 88.579221] i2c i2c-0: sendbytes: NAK bailout. +[ 88.703891] EDID has corrupt header +[ 90.599334] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. +[ 99.325221] i2c i2c-0: sendbytes: NAK bailout. +[ 99.356801] i2c i2c-0: sendbytes: NAK bailout. +[ 99.449453] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 104.354488] netfs: FS-Cache loaded +[ 104.875757] NFS: Registering the id_resolver key type +[ 104.875768] Key type id_resolver registered +[ 104.875770] Key type id_legacy registered +[ 107.057301] tap601i0: entered promiscuous mode +[ 107.169505] vmbr0: port 2(fwpr601p0) entered blocking state +[ 107.169514] vmbr0: port 2(fwpr601p0) entered disabled state +[ 107.169543] fwpr601p0: entered allmulticast mode +[ 107.169622] fwpr601p0: entered promiscuous mode +[ 107.169699] vmbr0: port 2(fwpr601p0) entered blocking state +[ 107.169704] vmbr0: port 2(fwpr601p0) entered forwarding state +[ 107.186763] fwbr601i0: port 1(fwln601i0) entered blocking state +[ 107.186773] fwbr601i0: port 1(fwln601i0) entered disabled state +[ 107.186804] fwln601i0: entered allmulticast mode +[ 107.186892] fwln601i0: entered promiscuous mode +[ 107.186973] fwbr601i0: port 1(fwln601i0) entered blocking state +[ 107.186988] fwbr601i0: port 1(fwln601i0) entered forwarding state +[ 107.201087] fwbr601i0: port 2(tap601i0) entered blocking state +[ 107.201095] fwbr601i0: port 2(tap601i0) entered disabled state +[ 107.201110] tap601i0: entered allmulticast mode +[ 107.201232] fwbr601i0: port 2(tap601i0) entered blocking state +[ 107.201238] fwbr601i0: port 2(tap601i0) entered forwarding state +[ 109.561400] i2c i2c-0: sendbytes: NAK bailout. +[ 109.565667] i2c i2c-0: sendbytes: NAK bailout. +[ 109.658737] i2c i2c-0: sendbytes: NAK bailout. +[ 109.689818] EDID block 0 (tag 0x00) checksum is invalid, remainder is 137 +[ 112.737504] tap602i0: entered promiscuous mode +[ 112.826532] vmbr0: port 3(fwpr602p0) entered blocking state +[ 112.826540] vmbr0: port 3(fwpr602p0) entered disabled state +[ 112.826569] fwpr602p0: entered allmulticast mode +[ 112.826643] fwpr602p0: entered promiscuous mode +[ 112.826703] vmbr0: port 3(fwpr602p0) entered blocking state +[ 112.826708] vmbr0: port 3(fwpr602p0) entered forwarding state +[ 112.839129] fwbr602i0: port 1(fwln602i0) entered blocking state +[ 112.839136] fwbr602i0: port 1(fwln602i0) entered disabled state +[ 112.839162] fwln602i0: entered allmulticast mode +[ 112.839227] fwln602i0: entered promiscuous mode +[ 112.839309] fwbr602i0: port 1(fwln602i0) entered blocking state +[ 112.839314] fwbr602i0: port 1(fwln602i0) entered forwarding state +[ 112.851475] fwbr602i0: port 2(tap602i0) entered blocking state +[ 112.851482] fwbr602i0: port 2(tap602i0) entered disabled state +[ 112.851502] tap602i0: entered allmulticast mode +[ 112.851618] fwbr602i0: port 2(tap602i0) entered blocking state +[ 112.851623] fwbr602i0: port 2(tap602i0) entered forwarding state +[ 117.806211] tap603i0: entered promiscuous mode +[ 117.910899] vmbr0: port 4(fwpr603p0) entered blocking state +[ 117.910907] vmbr0: port 4(fwpr603p0) entered disabled state +[ 117.910937] fwpr603p0: entered allmulticast mode +[ 117.911009] fwpr603p0: entered promiscuous mode +[ 117.911050] vmbr0: port 4(fwpr603p0) entered blocking state +[ 117.911054] vmbr0: port 4(fwpr603p0) entered forwarding state +[ 117.926312] fwbr603i0: port 1(fwln603i0) entered blocking state +[ 117.926319] fwbr603i0: port 1(fwln603i0) entered disabled state +[ 117.926349] fwln603i0: entered allmulticast mode +[ 117.926418] fwln603i0: entered promiscuous mode +[ 117.926498] fwbr603i0: port 1(fwln603i0) entered blocking state +[ 117.926503] fwbr603i0: port 1(fwln603i0) entered forwarding state +[ 117.941464] fwbr603i0: port 2(tap603i0) entered blocking state +[ 117.941472] fwbr603i0: port 2(tap603i0) entered disabled state +[ 117.941494] tap603i0: entered allmulticast mode +[ 117.941631] fwbr603i0: port 2(tap603i0) entered blocking state +[ 117.941636] fwbr603i0: port 2(tap603i0) entered forwarding state +[ 120.440606] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[ 131.190350] EDID block 0 (tag 0x00) checksum is invalid, remainder is 22 +[ 141.817203] i2c i2c-0: sendbytes: NAK bailout. +[ 141.817750] i2c i2c-0: sendbytes: NAK bailout. +[ 141.944074] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 152.633482] i2c i2c-0: sendbytes: NAK bailout. +[ 152.695485] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 163.446242] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[ 173.559697] i2c i2c-0: sendbytes: NAK bailout. +[ 173.594484] i2c i2c-0: sendbytes: NAK bailout. +[ 173.687203] EDID block 0 (tag 0x00) checksum is invalid, remainder is 94 +[ 184.376642] i2c i2c-0: sendbytes: NAK bailout. +[ 184.438197] EDID block 0 (tag 0x00) checksum is invalid, remainder is 174 +[ 195.066422] i2c i2c-0: sendbytes: NAK bailout. +[ 195.190360] EDID block 0 (tag 0x00) checksum is invalid, remainder is 246 +[ 205.815159] i2c i2c-0: sendbytes: NAK bailout. +[ 205.941406] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 216.059151] i2c i2c-0: sendbytes: NAK bailout. +[ 216.090815] i2c i2c-0: sendbytes: NAK bailout. +[ 216.183695] EDID block 0 (tag 0x00) checksum is invalid, remainder is 177 +[ 226.839601] i2c i2c-0: sendbytes: NAK bailout. +[ 226.932038] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 237.559952] i2c i2c-0: sendbytes: NAK bailout. +[ 237.621999] i2c i2c-0: sendbytes: NAK bailout. +[ 237.683540] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 247.797882] i2c i2c-0: sendbytes: NAK bailout. +[ 247.830362] i2c i2c-0: sendbytes: NAK bailout. +[ 247.922767] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 258.611949] i2c i2c-0: sendbytes: NAK bailout. +[ 258.673492] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 269.424119] EDID block 0 (tag 0x00) checksum is invalid, remainder is 14 +[ 280.049282] i2c i2c-0: sendbytes: NAK bailout. +[ 280.049814] i2c i2c-0: sendbytes: NAK bailout. +[ 280.084900] i2c i2c-0: sendbytes: NAK bailout. +[ 280.177910] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 290.928522] EDID block 0 (tag 0x00) checksum is invalid, remainder is 153 +[ 301.553797] i2c i2c-0: sendbytes: NAK bailout. +[ 301.558031] i2c i2c-0: sendbytes: NAK bailout. +[ 301.558554] i2c i2c-0: sendbytes: NAK bailout. +[ 301.589836] i2c i2c-0: sendbytes: NAK bailout. +[ 301.621143] i2c i2c-0: sendbytes: NAK bailout. +[ 301.621669] i2c i2c-0: sendbytes: NAK bailout. +[ 301.683512] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 307.123233] kauditd_printk_skb: 1 callbacks suppressed +[ 307.123240] audit: type=1400 audit(1785100982.608:137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 307.125330] audit: type=1400 audit(1785100982.610:138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 307.174234] audit: type=1400 audit(1785100982.659:139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1057 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 312.439831] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115 +[ 323.056977] i2c i2c-0: sendbytes: NAK bailout. +[ 323.059741] i2c i2c-0: sendbytes: NAK bailout. +[ 323.190577] EDID block 0 (tag 0x00) checksum is invalid, remainder is 120 +[ 333.946573] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 344.562343] i2c i2c-0: sendbytes: NAK bailout. +[ 344.595972] i2c i2c-0: sendbytes: NAK bailout. +[ 344.692212] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 355.448706] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[ 366.196633] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 376.815896] i2c i2c-0: sendbytes: NAK bailout. +[ 376.942165] EDID block 0 (tag 0x00) checksum is invalid, remainder is 48 +[ 387.566660] i2c i2c-0: sendbytes: NAK bailout. +[ 387.608581] i2c i2c-0: sendbytes: NAK bailout. +[ 387.646983] i2c i2c-0: sendbytes: NAK bailout. +[ 387.685338] i2c i2c-0: sendbytes: NAK bailout. +[ 387.722681] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 398.320186] i2c i2c-0: sendbytes: NAK bailout. +[ 398.322847] i2c i2c-0: sendbytes: NAK bailout. +[ 398.420266] i2c i2c-0: sendbytes: NAK bailout. +[ 398.452687] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 409.072698] i2c i2c-0: sendbytes: NAK bailout. +[ 409.198439] EDID block 0 (tag 0x00) checksum is invalid, remainder is 36 +[ 419.823303] i2c i2c-0: sendbytes: NAK bailout. +[ 419.825164] i2c i2c-0: sendbytes: NAK bailout. +[ 419.950059] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 430.186609] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 440.813478] i2c i2c-0: sendbytes: NAK bailout. +[ 440.939336] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 451.598552] i2c i2c-0: sendbytes: NAK bailout. +[ 451.691144] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 461.929940] EDID block 0 (tag 0x00) checksum is invalid, remainder is 109 +[ 472.043778] i2c i2c-0: sendbytes: NAK bailout. +[ 472.046677] i2c i2c-0: sendbytes: NAK bailout. +[ 472.078991] i2c i2c-0: sendbytes: NAK bailout. +[ 472.079512] i2c i2c-0: sendbytes: NAK bailout. +[ 472.172332] EDID block 0 (tag 0x00) checksum is invalid, remainder is 144 +[ 482.794776] i2c i2c-0: sendbytes: NAK bailout. +[ 482.921930] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125 +[ 488.490084] 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 +[ 488.616383] 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 + +--- 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: 94Gi 4.6Gi 89Gi 50Mi 1.0Gi 89Gi +Swap: 8.0Gi 0B 8.0Gi + +--- free -b + $ free -b + total used free shared buff/cache available +Mem: 101232107520 4939214848 96106070016 53252096 1108242432 96292892672 +Swap: 8589930496 0 8589930496 + +--- swapon + $ swapon --show +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 0B -2 + +--- /proc/meminfo highlights + $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo +MemTotal: 98859480 kB +MemFree: 93853836 kB +MemAvailable: 94036280 kB +Buffers: 26508 kB +Cached: 1016412 kB +SwapTotal: 8388604 kB +SwapFree: 8388604 kB +Dirty: 95540 kB +Writeback: 0 kB +AnonPages: 3177272 kB +Mapped: 191136 kB +Shmem: 52004 kB +Slab: 214880 kB +SReclaimable: 39348 kB +SUnreclaim: 175532 kB +KernelStack: 7072 kB +PageTables: 16464 kB +SecPageTables: 1568 kB +NFS_Unstable: 0 kB +WritebackTmp: 0 kB +AnonHugePages: 1970176 kB +ShmemHugePages: 0 kB +ShmemPmdMapped: 0 kB +FilePmdMapped: 0 kB +HugePages_Total: 0 +HugePages_Free: 0 +Hugepagesize: 2048 kB +DirectMap4k: 215524 kB +DirectMap2M: 100438016 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) : 738397 / 746649 (98.9%) + Active / Total Slabs (% used) : 14156 / 14156 (100.0%) + Active / Total Caches (% used) : 362 / 466 (77.7%) + Active / Total Size (% used) : 161035.71K / 164323.88K (98.0%) + Minimum / Average / Maximum Object : 0.01K / 0.22K / 16.00K + + OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME + 6352 5395 84% 2.00K 397 16 12704K kmalloc-rnd-04-2k + 8439 8439 100% 1.10K 291 29 9312K ext4_inode_cache + 56790 56706 99% 0.13K 1893 30 7572K kernfs_node_cache + 11050 11050 100% 0.62K 442 25 7072K inode_cache + 32592 32587 99% 0.19K 776 42 6208K dentry + 561 546 97% 10.12K 187 3 5984K task_struct + 8568 8568 100% 0.57K 306 28 4896K radix_tree_node + 8448 8352 98% 0.50K 264 32 4224K kmalloc-rnd-07-512 + 34827 34827 100% 0.10K 893 39 3572K buffer_head + 17136 17136 100% 0.19K 408 42 3264K vm_area_struct + 3818 3696 96% 0.69K 83 46 2656K proc_inode_cache + 28704 28671 99% 0.09K 624 46 2496K lsm_inode_cache + 1104 1050 95% 2.00K 69 16 2208K kmalloc-cg-2k + 2624 2592 98% 0.77K 64 41 2048K shmem_inode_cache + 4032 4032 100% 0.50K 126 32 2016K kmalloc-rnd-09-512 + 3616 3458 95% 0.50K 113 32 1808K pool_workqueue + 2600 2600 100% 0.63K 104 25 1664K debugfs_inode_cache + 660 660 100% 2.06K 44 15 1408K sighand_cache + 672 672 100% 2.00K 42 16 1344K kmalloc-rnd-02-2k + 328 308 93% 4.00K 41 8 1312K kmalloc-rnd-01-4k + 1840 1656 90% 0.69K 40 46 1280K skbuff_small_head + 1326 1326 100% 0.94K 39 34 1248K nfs_read_data + 1092 1078 98% 1.12K 39 28 1248K signal_cache + 156 156 100% 8.00K 39 4 1248K kmalloc-rnd-15-8k + 608 608 100% 2.00K 38 16 1216K kmalloc-rnd-08-2k + 280 280 100% 4.00K 35 8 1120K kmalloc-cg-4k + 264 216 81% 4.00K 33 8 1056K biovec-max + 16704 15968 95% 0.06K 261 64 1044K anon_vma_chain + 10179 10179 100% 0.10K 261 39 1044K anon_vma + 1248 1248 100% 0.81K 32 39 1024K sock_inode_cache + 232 232 100% 4.00K 29 8 928K kmalloc-rnd-13-4k + 216 216 100% 4.00K 27 8 864K kmalloc-rnd-12-4k + 108 108 100% 8.00K 27 4 864K kmalloc-rnd-08-8k + 3392 2880 84% 0.25K 106 32 848K maple_node + 442 442 100% 1.88K 26 17 832K mem_cgroup_per_node + 832 832 100% 1.00K 26 32 832K kmalloc-rnd-09-1k + 4200 4134 98% 0.19K 100 42 800K filp + 800 800 100% 1.00K 25 32 800K kmalloc-cg-1k + 800 800 100% 1.00K 25 32 800K kmalloc-rnd-02-1k + 368 368 100% 2.00K 23 16 736K kmalloc-rnd-15-2k + 672 672 100% 1.00K 21 32 672K kmalloc-rnd-06-1k + 160 160 100% 4.00K 20 8 640K names_cache + 420 420 100% 1.50K 20 21 640K mm_struct + 160 160 100% 4.00K 20 8 640K kmalloc-rnd-08-4k + 160 160 100% 4.00K 20 8 640K kmalloc-rnd-06-4k + 494 494 100% 1.19K 19 26 608K RAWv6 + 608 608 100% 1.00K 19 32 608K RAW + 266 266 100% 2.19K 19 14 608K mem_cgroup + 432 432 100% 1.31K 18 24 576K perf_event + 72 72 100% 8.00K 18 4 576K kmalloc-cg-8k + 576 576 100% 1.00K 18 32 576K kmalloc-rnd-15-1k + 2272 2045 90% 0.25K 71 32 568K skbuff_head_cache + 7672 7672 100% 0.07K 137 56 548K vmap_area + 272 272 100% 2.00K 17 16 544K biovec-128 + 782 782 100% 0.69K 17 46 544K files_cache + 68 68 100% 8.00K 17 4 544K kmalloc-rnd-13-8k + 544 544 100% 1.00K 17 32 544K kmalloc-rnd-08-1k + 544 544 100% 1.00K 17 32 544K kmalloc-rnd-07-1k + 68 68 100% 8.00K 17 4 544K kmalloc-rnd-02-8k + 2112 2112 100% 0.25K 66 32 528K kmalloc-rnd-09-256 + 672 672 100% 0.75K 16 42 512K nfs_commit_data + 368 368 100% 1.38K 16 23 512K UDPv6 + 416 416 100% 1.19K 16 26 512K UDP + 208 208 100% 2.38K 16 13 512K TCP + 512 512 100% 1.00K 16 32 512K iommu_iova_magazine + 128 128 100% 4.00K 16 8 512K kmalloc-rnd-15-4k + 256 256 100% 2.00K 16 16 512K kmalloc-rnd-13-2k + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-13-1k + 256 256 100% 2.00K 16 16 512K kmalloc-rnd-12-2k + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-12-1k + 256 256 100% 2.00K 16 16 512K kmalloc-rnd-11-2k + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-11-1k + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-10-1k + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-09-8k + 128 128 100% 4.00K 16 8 512K kmalloc-rnd-09-4k + 256 256 100% 2.00K 16 16 512K kmalloc-rnd-09-2k + 256 256 100% 2.00K 16 16 512K kmalloc-rnd-06-2k + 128 128 100% 4.00K 16 8 512K kmalloc-rnd-05-4k + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-04-1k + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-03-1k + 256 256 100% 2.00K 16 16 512K kmalloc-rnd-01-2k + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-01-1k + 128 128 100% 4.00K 16 8 512K kmalloc-4k + 512 512 100% 1.00K 16 32 512K kmalloc-1k + 180 180 100% 2.56K 15 12 480K TCPv6 + 120 120 100% 4.00K 15 8 480K kmalloc-rnd-10-4k + 240 240 100% 2.00K 15 16 480K kmalloc-rnd-03-2k + 120 120 100% 4.00K 15 8 480K kmalloc-rnd-02-4k + 56 56 100% 8.00K 14 4 448K kmalloc-rnd-12-8k + 224 224 100% 2.00K 14 16 448K kmalloc-rnd-07-2k + 448 448 100% 1.00K 14 32 448K kmalloc-rnd-05-1k + 104 104 100% 4.00K 13 8 416K memdup_user-4k + 416 416 100% 1.00K 13 32 416K kmalloc-rnd-14-1k + 104 104 100% 4.00K 13 8 416K kmalloc-rnd-04-4k + 104 104 100% 4.00K 13 8 416K kmalloc-rnd-03-4k + 7519 7519 100% 0.05K 103 73 412K ftrace_event_field + 1050 1050 100% 0.38K 25 42 400K mnt_cache + 552 552 100% 0.69K 12 46 384K rpc_inode_cache + 2016 2016 100% 0.19K 48 42 384K pid + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-07-4k + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-05-2k + 3780 3619 95% 0.09K 90 42 360K kmalloc-rnd-05-96 + 396 396 100% 0.88K 11 36 352K fuse_inode + 176 176 100% 2.00K 11 16 352K memdup_user-2k + 352 352 100% 1.00K 11 32 352K memdup_user-1k + 528 528 100% 0.65K 22 24 352K tracefs_inode_cache + 88 88 100% 4.00K 11 8 352K kmalloc-rnd-14-4k + 3612 3612 100% 0.09K 86 42 344K trace_event_file + 672 672 100% 0.50K 21 32 336K kmalloc-rnd-02-512 + 280 280 100% 1.14K 10 28 320K nfs_inode_cache + 160 160 100% 2.00K 10 16 320K kmalloc-rnd-14-2k + 160 160 100% 2.00K 10 16 320K kmalloc-2k + 975 850 87% 0.31K 39 25 312K bio-256 + 1638 1508 92% 0.19K 39 42 312K kmalloc-cg-192 + 608 608 100% 0.50K 19 32 304K kmalloc-cg-512 + 2368 2158 91% 0.12K 74 32 296K bio_integrity_data + 7446 7446 100% 0.04K 73 102 292K extent_status + 3066 3066 100% 0.09K 73 42 292K kmalloc-rnd-10-96 + 72 72 100% 4.00K 9 8 288K kmalloc-rnd-11-4k + 144 144 100% 2.00K 9 16 288K kmalloc-rnd-10-2k + 36 36 100% 8.00K 9 4 288K kmalloc-rnd-07-8k + 4416 4276 96% 0.06K 69 64 276K kmalloc-cg-64 + 1088 1088 100% 0.25K 34 32 272K kmalloc-rnd-13-256 + 544 544 100% 0.50K 17 32 272K kmalloc-rnd-06-512 + 544 544 100% 0.50K 17 32 272K kmalloc-rnd-04-512 + 1056 1056 100% 0.25K 33 32 264K bio-200 + 24 24 100% 8.94K 8 3 256K kvm_vcpu + 448 448 100% 0.56K 16 28 256K kioctx + 464 464 100% 0.55K 16 29 256K taskstats + 1344 1344 100% 0.19K 32 42 256K proc_dir_entry + 400 400 100% 0.62K 16 25 256K task_group + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-15-512 + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-14-512 + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-13-512 + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-12-512 + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-11-512 + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-10-512 + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-08-512 + 32 32 100% 8.00K 8 4 256K kmalloc-rnd-06-8k + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-03-512 + 32 32 100% 8.00K 8 4 256K kmalloc-8k + 512 512 100% 0.50K 16 32 256K kmalloc-512 + 1952 1952 100% 0.12K 61 32 244K eventpoll_epi + 84 84 100% 2.61K 7 12 224K x86_emulator + 2352 2184 92% 0.09K 56 42 224K kmalloc-cg-96 + 448 448 100% 0.50K 14 32 224K kmalloc-rnd-05-512 + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-01-8k + 1134 1134 100% 0.19K 27 42 216K kmalloc-rnd-05-192 + 832 832 100% 0.25K 26 32 208K nf_conntrack + 1632 1527 93% 0.12K 51 32 204K kmalloc-cg-128 + 1056 1056 100% 0.18K 24 44 192K kvm_mmu_page_header + 384 384 100% 0.50K 12 32 192K kmalloc-rnd-01-512 + 768 768 100% 0.25K 24 32 192K kmalloc-rnd-01-256 + 966 966 100% 0.19K 23 42 184K kmalloc-rnd-15-192 + 736 736 100% 0.25K 23 32 184K kmem_cache + 352 352 100% 0.50K 11 32 176K memdup_user-512 + 924 924 100% 0.19K 22 42 176K kmalloc-rnd-09-192 + 704 704 100% 0.25K 22 32 176K kmalloc-rnd-07-256 + 704 704 100% 0.25K 22 32 176K kmalloc-rnd-06-256 + 924 924 100% 0.19K 22 42 176K kmalloc-rnd-02-192 + 777 777 100% 0.21K 21 37 168K nfs_direct_cache + 1764 1764 100% 0.09K 42 42 168K kmalloc-rnd-03-96 + 640 640 100% 0.25K 20 32 160K kmalloc-cg-256 + 5120 5120 100% 0.03K 40 128 160K kmalloc-rnd-10-32 + 10240 10240 100% 0.02K 40 256 160K kmalloc-rnd-10-16 + 1248 1248 100% 0.12K 39 32 156K kmalloc-rnd-09-128 + 608 608 100% 0.25K 19 32 152K io_kiocb + 608 608 100% 0.25K 19 32 152K kmalloc-rnd-12-256 + 798 798 100% 0.19K 19 42 152K kmalloc-rnd-06-192 + 608 608 100% 0.25K 19 32 152K kmalloc-rnd-03-256 + 6120 6120 100% 0.02K 36 170 144K lsm_file_cache + 2304 2304 100% 0.06K 36 64 144K kmalloc-rnd-06-64 + 527 527 100% 0.26K 17 31 136K tw_sock_TCP + 714 714 100% 0.19K 17 42 136K file_lock_cache + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-15-256 + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-14-256 + 714 714 100% 0.19K 17 42 136K kmalloc-rnd-14-192 + 714 714 100% 0.19K 17 42 136K kmalloc-rnd-07-192 + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-05-256 + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-02-256 + 544 544 100% 0.25K 17 32 136K kmalloc-256 + 672 672 100% 0.19K 16 42 128K bio-136 + 400 400 100% 0.31K 16 25 128K bio-264 + 736 736 100% 0.17K 16 46 128K fuse_request + 400 400 100% 0.31K 16 25 128K request_sock_TCP + 16 16 100% 8.00K 4 4 128K memdup_user-8k + 512 512 100% 0.25K 16 32 128K task_delay_info + 76 76 100% 1.62K 4 19 128K bdev_cache + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-14-8k + 16384 12870 78% 0.01K 32 512 128K kmalloc-rnd-12-8 + 672 672 100% 0.19K 16 42 128K kmalloc-rnd-12-192 + 512 512 100% 0.25K 16 32 128K kmalloc-rnd-10-256 + 672 672 100% 0.19K 16 42 128K kmalloc-rnd-10-192 + 672 672 100% 0.19K 16 42 128K kmalloc-rnd-08-192 + 512 512 100% 0.25K 16 32 128K kmalloc-rnd-04-256 + 672 672 100% 0.19K 16 42 128K kmalloc-rnd-04-192 + 672 672 100% 0.19K 16 42 128K kmalloc-rnd-03-192 + 672 672 100% 0.19K 16 42 128K kmalloc-192 + 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k + 3840 3664 95% 0.03K 30 128 120K kmalloc-cg-32 + 480 480 100% 0.25K 15 32 120K kmalloc-rnd-11-256 + 630 630 100% 0.19K 15 42 120K kmalloc-rnd-11-192 + 182 182 100% 0.60K 7 26 112K user_namespace + 1792 1792 100% 0.06K 28 64 112K kmalloc-rnd-07-64 + 1134 1134 100% 0.09K 27 42 108K kmalloc-rnd-02-96 + 546 546 100% 0.19K 13 42 104K jbd2_transaction_s + 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-07-96 + 832 832 100% 0.12K 26 32 104K kmalloc-rnd-02-128 + 1600 1600 100% 0.06K 25 64 100K kmalloc-rnd-02-64 + 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 + 96 96 100% 0.98K 3 32 96K request_queue + 222 222 100% 0.42K 6 37 96K uts_namespace + 1008 1008 100% 0.09K 24 42 96K kmalloc-rcl-96 + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-11-8k + 384 384 100% 0.25K 12 32 96K kmalloc-rnd-08-256 + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-03-8k + 2944 2944 100% 0.03K 23 128 92K kmalloc-rnd-11-32 + 462 462 100% 0.19K 11 42 88K memdup_user-192 + 704 704 100% 0.12K 22 32 88K kmalloc-rcl-128 + 11264 11264 100% 0.01K 22 512 88K kmalloc-rnd-10-8 + 1408 1408 100% 0.06K 22 64 88K kmalloc-rnd-09-64 + 924 924 100% 0.09K 22 42 88K kmalloc-rnd-09-96 + 1344 1344 100% 0.06K 21 64 84K kmalloc-rnd-15-64 + 2688 2688 100% 0.03K 21 128 84K kmalloc-rnd-12-32 + 1344 1344 100% 0.06K 21 64 84K kmalloc-rnd-03-64 + 400 240 60% 0.20K 10 40 80K ip4-frags + 125 125 100% 0.62K 5 25 80K hugetlbfs_inode_cache + 1020 1020 100% 0.08K 20 51 80K sigqueue + 1280 1280 100% 0.06K 20 64 80K kmalloc-rnd-12-64 + 640 640 100% 0.12K 20 32 80K kmalloc-rnd-04-128 + 420 420 100% 0.19K 10 42 80K kmalloc-rnd-01-192 + 1280 1280 100% 0.06K 20 64 80K kmalloc-64 + 798 798 100% 0.09K 19 42 76K kmalloc-rnd-13-96 + 608 608 100% 0.12K 19 32 76K kmalloc-rnd-07-128 + 2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-05-32 + 612 612 100% 0.12K 18 34 72K jbd2_journal_head + 576 576 100% 0.12K 18 32 72K kmalloc-rnd-10-128 + 1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-08-64 + 2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-07-32 + 576 576 100% 0.12K 18 32 72K kmalloc-rnd-06-128 + 9216 9216 100% 0.01K 18 512 72K kmalloc-rnd-02-8 + 867 867 100% 0.08K 17 51 68K Acpi-State + 1088 1088 100% 0.06K 17 64 68K kmalloc-rnd-13-64 + 544 544 100% 0.12K 17 32 68K kmalloc-rnd-12-128 + 714 714 100% 0.09K 17 42 68K kmalloc-rnd-08-96 + 714 714 100% 0.09K 17 42 68K kmalloc-rnd-06-96 + 544 544 100% 0.12K 17 32 68K kmalloc-rnd-05-128 + 544 544 100% 0.12K 17 32 68K kmalloc-rnd-01-128 + 2176 2176 100% 0.03K 17 128 68K kmalloc-32 + 100 100 100% 0.62K 4 25 64K netfs_request + 30 30 100% 2.06K 2 15 64K MPTCPv6 + 384 384 100% 0.16K 16 24 64K ext4_allocation_context + 576 576 100% 0.11K 16 36 64K ext4_prealloc_space + 1024 1024 100% 0.06K 16 64 64K ext4_io_end + 1168 1168 100% 0.05K 16 73 64K mb_cache_entry + 2048 2048 100% 0.03K 16 128 64K xsk_generic_xmit_cache + 32 32 100% 1.94K 2 16 64K MPTCP + 4096 4096 100% 0.02K 16 256 64K ep_head + 78 78 100% 0.81K 2 39 64K dax_cache + 2048 2048 100% 0.03K 16 128 64K memdup_user-32 + 4096 4096 100% 0.02K 16 256 64K memdup_user-16 + 8192 8192 100% 0.01K 16 512 64K memdup_user-8 + 2048 2048 100% 0.03K 16 128 64K pidfs_attr_cache + 1632 1632 100% 0.04K 16 102 64K pde_opener + 544 544 100% 0.12K 16 34 64K seq_file + 10 10 100% 5.81K 2 5 64K net_namespace + 4096 4096 100% 0.02K 16 256 64K kmalloc-cg-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-cg-8 + 512 512 100% 0.12K 16 32 64K kmalloc-rnd-15-128 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-15-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-15-16 + 672 672 100% 0.09K 16 42 64K kmalloc-rnd-15-96 + 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-14-64 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-14-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-14-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-14-8 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-13-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-13-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-13-8 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-12-16 + 512 512 100% 0.12K 16 32 64K kmalloc-rnd-11-128 + 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-11-64 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-11-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-11-8 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-09-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-09-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-09-8 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-08-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-08-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-08-8 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-07-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-07-8 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-06-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-06-16 + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-05-8k + 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-05-64 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-05-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-rnd-05-8 + 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-04-64 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-04-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-04-16 + 672 672 100% 0.09K 16 42 64K kmalloc-rnd-04-96 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-03-32 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-02-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-02-16 + 1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-01-64 + 2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-01-32 + 4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-01-16 + 512 512 100% 0.12K 16 32 64K kmalloc-128 + 4096 4096 100% 0.02K 16 256 64K kmalloc-16 + 8192 8192 100% 0.01K 16 512 64K kmalloc-8 + 672 672 100% 0.09K 16 42 64K kmalloc-96 + 960 960 100% 0.06K 15 64 60K memdup_user-64 + 960 960 100% 0.06K 15 64 60K dmaengine-unmap-2 + 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-15-8 + 630 630 100% 0.09K 15 42 60K kmalloc-rnd-14-96 + 630 630 100% 0.09K 15 42 60K kmalloc-rnd-12-96 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-08-128 + 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-04-8 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-03-128 + 960 960 100% 0.06K 15 64 60K kmem_cache_node + 1190 1190 100% 0.05K 14 85 56K shared_policy_node + 7168 7168 100% 0.01K 14 512 56K kmalloc-rnd-03-8 + 546 546 100% 0.09K 13 42 52K kmalloc-rnd-11-96 + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-10-64 + 192 192 100% 0.25K 6 32 48K memdup_user-256 + 672 672 100% 0.07K 12 56 48K nsproxy + 384 384 100% 0.12K 12 32 48K kmalloc-rnd-14-128 + 252 252 100% 0.19K 6 42 48K kmalloc-rnd-13-192 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-06-8 + 2816 2816 100% 0.02K 11 256 44K kmalloc-rnd-03-16 + 210 210 100% 0.19K 5 42 40K kmalloc-rcl-192 + 420 420 100% 0.09K 10 42 40K kmalloc-rnd-01-96 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-13-128 + 10 10 100% 3.16K 1 10 32K kcopyd_job + 34 34 100% 0.94K 1 34 32K mqueue_inode_cache + 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 + 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 + 4 4 100% 8.00K 1 4 32K kmalloc-rnd-04-8k + 4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8 + 595 595 100% 0.05K 7 85 28K ip_fib_trie + 511 511 100% 0.05K 7 73 28K ip_fib_alias + 612 612 100% 0.04K 6 102 24K khugepaged_mm_slot + 234 234 100% 0.10K 6 39 24K Acpi-ParseExt + 210 210 100% 0.09K 5 42 20K memdup_user-96 + 84 84 100% 0.19K 2 42 16K bio-176 + 42 42 100% 0.38K 1 42 16K bio-320 + 36 36 100% 0.44K 1 36 16K bio-384 + 36 36 100% 0.44K 1 36 16K bio-400 + 32 32 100% 0.50K 1 32 16K bio-456 + 62 62 100% 0.26K 2 31 16K tw_sock_TCPv6 + 512 512 100% 0.03K 4 128 16K pending_reservation + 41 41 100% 0.38K 1 41 16K request_sock_subflow_v4 + 50 50 100% 0.31K 2 25 16K bio-280 + 60 60 100% 0.27K 2 30 16K numa_policy + 96 96 100% 0.12K 3 32 12K scsi_sense_cache + 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full + 170 170 100% 0.05K 2 85 8K bio_post_read_ctx + 42 42 100% 0.09K 1 42 4K abd_t + 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 + 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s + 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache + 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache + 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.03K 0 31 0K zap_attr_long_cache + 0 0 0% 1.07K 0 29 0K zap_name_long + 0 0 0% 0.28K 0 28 0K zap_attr_cache + 0 0 0% 0.32K 0 24 0K zap_name + 0 0 0% 0.16K 0 24 0K sio_cache_2 + 0 0 0% 0.15K 0 26 0K sio_cache_1 + 0 0 0% 0.13K 0 30 0K sio_cache_0 + 0 0 0% 0.15K 0 26 0K zil_zcw_cache + 0 0 0% 0.38K 0 41 0K zil_lwb_cache + 0 0 0% 0.36K 0 44 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.93K 0 34 0K dnode_t + 0 0 0% 0.25K 0 32 0K sa_cache + 0 0 0% 16.00K 0 2 0K lz4_cache + 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 + 0 0 0% 8.00K 0 4 0K zio_buf_comb_8192 + 0 0 0% 6.00K 0 5 0K zio_buf_comb_6144 + 0 0 0% 4.00K 0 8 0K zio_buf_comb_4096 + 0 0 0% 3.00K 0 10 0K zio_buf_comb_3072 + 0 0 0% 2.00K 0 16 0K zio_buf_comb_2048 + 0 0 0% 1.50K 0 21 0K zio_buf_comb_1536 + 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 + 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 + 0 0 0% 0.05K 0 85 0K zio_link_cache + 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache + 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache + 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache + 0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache + 0 0 0% 0.16K 0 24 0K brt_entry_cache + 0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache + 0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache + 0 0 0% 0.06K 0 64 0K kcf_context_cache + 0 0 0% 0.30K 0 26 0K btrfs_delayed_node + 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent + 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer + 0 0 0% 1.00K 0 32 0K btrfs_inode + 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.18K 0 44 0K ip6-frags + 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 2.82K 0 11 0K dm_uevent + 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache + 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache + 0 0 0% 0.77K 0 41 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.28K 0 28 0K pid_namespace + 0 0 0% 0.38K 0 41 0K request_sock_subflow_v6 + 0 0 0% 0.31K 0 25 0K xfrm_dst + 0 0 0% 0.81K 0 39 0K xfrm_state + 0 0 0% 1.00K 0 32 0K PING + 0 0 0% 0.25K 0 32 0K dquot + 0 0 0% 8.00K 0 4 0K msg_msg-8k + 0 0 0% 4.00K 0 8 0K msg_msg-4k + 0 0 0% 2.00K 0 16 0K msg_msg-2k + 0 0 0% 1.00K 0 32 0K msg_msg-1k + 0 0 0% 0.50K 0 32 0K msg_msg-512 + 0 0 0% 0.25K 0 32 0K msg_msg-256 + 0 0 0% 0.12K 0 32 0K msg_msg-128 + 0 0 0% 0.06K 0 64 0K msg_msg-64 + 0 0 0% 0.03K 0 128 0K msg_msg-32 + 0 0 0% 0.02K 0 256 0K msg_msg-16 + 0 0 0% 0.01K 0 512 0K msg_msg-8 + 0 0 0% 0.19K 0 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.02K 0 256 0K pidfs_xattr_cache + 0 0 0% 0.25K 0 32 0K bfilp + 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k + 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k + 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k + 0 0 0% 1.00K 0 32 0K dma-kmalloc-1k + 0 0 0% 0.50K 0 32 0K dma-kmalloc-512 + 0 0 0% 0.25K 0 32 0K dma-kmalloc-256 + 0 0 0% 0.12K 0 32 0K dma-kmalloc-128 + 0 0 0% 0.06K 0 64 0K dma-kmalloc-64 + 0 0 0% 0.03K 0 128 0K dma-kmalloc-32 + 0 0 0% 0.02K 0 256 0K dma-kmalloc-16 + 0 0 0% 0.01K 0 512 0K dma-kmalloc-8 + 0 0 0% 0.19K 0 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.06K 0 64 0K kmalloc-rcl-64 + 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 + 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 + 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-10-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 0 +pgmigrate_fail 0 +compact_migrate_scanned 0 +compact_free_scanned 0 +compact_isolated 0 +compact_stall 0 +compact_fail 0 +compact_success 0 +compact_daemon_wake 0 +compact_daemon_migrate_scanned 0 +compact_daemon_free_scanned 0 + +############################################################################### +# 6. KERNEL TUNABLES / SYSCTL +############################################################################### + +--- vm.* tunables + $ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)' +vm.admin_reserve_kbytes = 8192 +vm.compact_unevictable_allowed = 1 +vm.dirty_background_bytes = 0 +vm.dirty_background_ratio = 5 +vm.dirty_bytes = 0 +vm.dirty_expire_centisecs = 3000 +vm.dirty_ratio = 40 +vm.dirty_writeback_centisecs = 500 +vm.min_free_kbytes = 67584 +vm.nr_hugepages = 0 +vm.nr_hugepages_mempolicy = 0 +vm.nr_overcommit_hugepages = 0 +vm.overcommit_memory = 0 +vm.overcommit_ratio = 50 +vm.stat_interval = 1 +vm.swappiness = 10 +vm.user_reserve_kbytes = 131072 +vm.vfs_cache_pressure = 100 +vm.vfs_cache_pressure_denom = 100 +vm.watermark_scale_factor = 10 +vm.zone_reclaim_mode = 0 + +--- fs.* tunables + $ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)' +fs.aio-max-nr = 1048576 +fs.aio-nr = 0 +fs.file-max = 9223372036854775807 +fs.file-nr = 3027 0 9223372036854775807 +fs.lease-break-time = 45 +fs.mqueue.msg_default = 10 +fs.mqueue.msg_max = 10 +fs.mqueue.msgsize_default = 8192 +fs.mqueue.msgsize_max = 8192 +fs.mqueue.queues_max = 256 +fs.nr_open = 1073741816 +fs.pipe-max-size = 1048576 + +--- kernel.* perf-relevant + $ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)' +kernel.hung_task_all_cpu_backtrace = 0 +kernel.hung_task_check_count = 4194304 +kernel.hung_task_check_interval_secs = 0 +kernel.hung_task_detect_count = 0 +kernel.hung_task_panic = 0 +kernel.hung_task_timeout_secs = 120 +kernel.hung_task_warnings = 10 +kernel.nmi_watchdog = 1 +kernel.numa_balancing = 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 = 771576 +kernel.watchdog = 1 +kernel.watchdog_cpumask = 0-31 +kernel.watchdog_thresh = 10 + +############################################################################### +# 7. NETWORK SYSCTL / TCP +############################################################################### + +--- net.core.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)' +net.core.busy_poll = 0 +net.core.busy_read = 0 +net.core.default_qdisc = fq +net.core.dev_weight = 64 +net.core.dev_weight_rx_bias = 1 +net.core.dev_weight_tx_bias = 1 +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.core.netdev_max_backlog = 250000 +net.core.netdev_tstamp_prequeue = 1 +net.core.optmem_max = 131072 +net.core.rmem_default = 26214400 +net.core.rmem_max = 134217728 +net.core.somaxconn = 65535 +net.core.wmem_default = 26214400 +net.core.wmem_max = 134217728 +net.core.xfrm_acq_expires = 30 +net.core.xfrm_aevent_etime = 10 +net.core.xfrm_aevent_rseqth = 2 +net.core.xfrm_larval_drop = 1 + +--- net.ipv4.tcp.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)' +net.ipv4.tcp_abort_on_overflow = 0 +net.ipv4.tcp_available_congestion_control = reno cubic bbr +net.ipv4.tcp_congestion_control = bbr +net.ipv4.tcp_ecn = 2 +net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_fastopen = 1 +net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 +net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 +net.ipv4.tcp_fin_timeout = 60 +net.ipv4.tcp_keepalive_intvl = 75 +net.ipv4.tcp_keepalive_probes = 9 +net.ipv4.tcp_keepalive_time = 7200 +net.ipv4.tcp_low_latency = 0 +net.ipv4.tcp_max_syn_backlog = 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 104 root root 4096 Jul 26 16:23 .. +-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 11:25 . +drwxr-xr-x 104 root root 4096 Jul 26 16:23 .. +-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf +-rw-r--r-- 1 root root 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_shadow_vmcs = N + enlightened_vmcs = N + ept = Y + eptad = N + error_on_inconsistent_vmcs_config = Y + fasteoi = Y + flexpriority = Y + nested = Y + nested_early_check = N + 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 + +--- module params: kvm_amd + $ for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + [exit=1] + +--- module params: relevant net drivers + $ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do + [ -d "/sys/module/$mod/parameters" ] || continue + echo "=== $mod ===" + for p in /sys/module/$mod/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" + done +done +=== virtio_net === + csum = Y + gso = Y + napi_tx = Y + napi_weight = 64 + +############################################################################### +# 9. PROXMOX VERSION & CLUSTER +############################################################################### + +--- pveversion + $ pveversion +pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) + +--- pveversion -v + $ pveversion -v +proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve) +pve-manager: 9.1.1 (running version: 9.1.1/42db4a6cf33dac83) +proxmox-kernel-helper: 9.2.0 +proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 +proxmox-kernel-6.17: 6.17.2-1 +ceph-fuse: 19.2.3-pve2 +corosync: 3.1.10-pve3 +criu: 4.1.1-1 +frr-pythontools: 10.6.1-1+pve2 +ifupdown2: 3.3.0-1+pmx12 +intel-microcode: 3.20251111.1~deb13u1 +ksm-control-daemon: 1.5-1 +libjs-extjs: 7.0.0-5 +libproxmox-acme-perl: 1.7.1 +libproxmox-backup-qemu0: 2.0.2 +libproxmox-rs-perl: 0.4.1 +libpve-access-control: 9.0.4 +libpve-apiclient-perl: 3.4.2 +libpve-cluster-api-perl: 9.1.6 +libpve-cluster-perl: 9.1.6 +libpve-common-perl: 9.1.19 +libpve-guest-common-perl: 6.0.5 +libpve-http-server-perl: 6.0.5 +libpve-network-perl: 1.2.3 +libpve-rs-perl: 0.11.3 +libpve-storage-perl: 9.0.18 +libspice-server1: 0.15.2-1+b1 +lvm2: 2.03.31-2+pmx1 +lxc-pve: 7.0.0-2 +lxcfs: 7.0.0-pve1 +novnc-pve: 1.7.0-2 +proxmox-backup-client: 4.2.3-1 +proxmox-backup-file-restore: 4.2.3-1 +proxmox-backup-restore-image: 1.0.0 +proxmox-firewall: 1.2.3 +proxmox-kernel-helper: 9.2.0 +proxmox-mail-forward: 1.0.3 +proxmox-mini-journalreader: 1.7 +proxmox-offline-mirror-helper: 0.7.4 +proxmox-widget-toolkit: 5.2.6 +pve-cluster: 9.1.6 +pve-container: 6.0.18 +pve-docs: 9.2.3 +pve-edk2-firmware: 4.2025.05-2 +pve-esxi-import-tools: 1.0.1 +pve-firewall: 6.0.5 +pve-firmware: 3.18-5 +pve-ha-manager: 5.0.8 +pve-i18n: 3.9.0 +pve-qemu-kvm: 11.0.2-2 +pve-xtermjs: 6.0.0-2 +qemu-server: 9.0.30 +smartmontools: 7.5-pve2 +spiceterm: 3.4.2 +swtpm: 0.8.0+pve3 +vncterm: 1.9.2 +zfsutils-linux: 2.3.4-pve1 + +--- pvecm status + $ pvecm status +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 + [exit=255 / not installed or not permitted] + +--- pveperf + $ timeout 15 pveperf +CPU BOGOMIPS: 76604.80 +REGEX/SECOND: 1625402 +HD SIZE: 93.93 GB (/dev/mapper/pve-root) +BUFFERED READS: 17.65 MB/sec +AVERAGE SEEK TIME: 39.07 ms +FSYNCS/SECOND: 30.51 + [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 +┌────────────────┬──────┬─────────────┬─────────┬───────┬──────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪═══════╪══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪════════╪══════╪═══════════╡ +│ node/pfv-tsys6 │ node │ 2 │ │ 1.98% │ 8.90 GiB │ │ │ │ │ │ 16 │ 93.93 GiB │ 94.28 GiB │ 4.65 GiB │ │ │ │ │ │ │ pfv-tsys6 │ │ │ │ │ online │ │ │ │ 8m 46s │ │ │ +└────────────────┴──────┴─────────────┴─────────┴───────┴──────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴────────┴──────┴───────────┘ + +############################################################################### +# 10. NETWORK: INTERFACES +############################################################################### + +--- ip -d link + $ ip -d link +1: lo: 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: 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: 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 2 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str 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: 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 2 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str 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: 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: 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: 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: tailscale0: 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 +9: vmbr0: 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 86.34 fdb_n_learned 96 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 17.2us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +10: nic3.2@nic3: 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 + 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: 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 137.21 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: 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 2 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: 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 199.96 fdb_n_learned 8 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.46:ed:d2:a8:dc:9 designated_root 8000.46:ed:d2:a8:dc:9 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 +15: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.46:ed:d2:a8:dc:9 designated_root 8000.46:ed:d2:a8:dc:9 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 91.39 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 17 mcast_querier_ipv4_other_timer 17.2us 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 +16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 5e:65:d2:ab:e9:7f 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 32 numrxqueues 32 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 +17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000 + link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.46:ed:d2:a8:dc:9 designated_root 8000.46:ed:d2:a8:dc:9 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 32 numrxqueues 32 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 +18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.a6:89:25:3b:c6:fc designated_root 8000.a6:89:25:3b:c6:fc 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 +19: fwbr602i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a6:89:25:3b:c6:fc 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.a6:89:25:3b:c6:fc designated_root 8000.a6:89:25:3b:c6:fc 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 91.39 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 21 mcast_querier_ipv4_other_timer 17.2us 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 +20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 32:1c:fb:54:45:14 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 32 numrxqueues 32 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 +21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP mode DEFAULT group default qlen 1000 + link/ether a6:89:25:3b:c6:fc 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.a6:89:25:3b:c6:fc designated_root 8000.a6:89:25:3b:c6:fc 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 32 numrxqueues 32 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 +22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 22:57:be:50:ae:5b 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.a:2a:f4:1f:d9:7c designated_root 8000.a:2a:f4:1f:d9:7c 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 +23: fwbr603i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 0a:2a:f4:1f:d9:7c 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.a:2a:f4:1f:d9:7c designated_root 8000.a:2a:f4:1f:d9:7c 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 91.39 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 25 mcast_querier_ipv4_other_timer 17.2us 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 +24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 72:40:bb:3f:a8:04 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 32 numrxqueues 32 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 +25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP mode DEFAULT group default qlen 1000 + link/ether 0a:2a:f4:1f:d9:7c 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.a:2a:f4:1f:d9:7c designated_root 8000.a:2a:f4:1f:d9:7c 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 32 numrxqueues 32 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: 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: 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: 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: 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: 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: 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: 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: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none +9: vmbr0: 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 +10: nic3.2@nic3: 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: 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: 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: 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 +14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff +15: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff +16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5e:65:d2:ab:e9:7f brd ff:ff:ff:ff:ff:ff +17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000\ link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff +18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff +19: fwbr602i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff +20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 32:1c:fb:54:45:14 brd ff:ff:ff:ff:ff:ff +21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP mode DEFAULT group default qlen 1000\ link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff +22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 22:57:be:50:ae:5b brd ff:ff:ff:ff:ff:ff +23: fwbr603i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff +24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 72:40:bb:3f:a8:04 brd ff:ff:ff:ff:ff:ff +25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP mode DEFAULT group default qlen 1000\ link/ether 0a:2a:f4:1f:d9:7c 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: tailscale0 inet 100.73.35.111/32 scope global tailscale0\ valid_lft forever preferred_lft forever +9: vmbr0 inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 379sec preferred_lft 379sec +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: tailscale0 inet6 fd7a:115c:a1e0::df3b:236f/128 scope global \ valid_lft forever preferred_lft forever +8: tailscale0 inet6 fe80::2a4f:91e2:6204:d9e/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +9: vmbr0 inet6 fe80::221:9bff:fea2:7c53/64 scope link 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: 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: 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: 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: 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: 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: 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: 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: tailscale0: 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::2a4f:91e2:6204:d9e/64 scope link stable-privacy proto kernel_ll + valid_lft forever preferred_lft forever +9: vmbr0: 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 379sec preferred_lft 379sec + inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +10: nic3.2@nic3: 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: 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: 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: 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 +14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN group default qlen 1000 + link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff +15: fwbr601i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff +16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 5e:65:d2:ab:e9:7f brd ff:ff:ff:ff:ff:ff +17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP group default qlen 1000 + link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff +18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN group default qlen 1000 + link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff +19: fwbr602i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff +20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 32:1c:fb:54:45:14 brd ff:ff:ff:ff:ff:ff +21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP group default qlen 1000 + link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff +22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN group default qlen 1000 + link/ether 22:57:be:50:ae:5b brd ff:ff:ff:ff:ff:ff +23: fwbr603i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff +24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 72:40:bb:3f:a8:04 brd ff:ff:ff:ff:ff:ff +25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP group default qlen 1000 + link/ether 0a:2a:f4:1f:d9:7c 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: 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 + 41471 230 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 41471 230 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +2: nic0: 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 + 6063341 32438 0 16 0 13474 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2345846 8993 0 3 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enp1s0f0 + altname enx00219ba27c53 +3: nic1: 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 + 11845150212 8436178 0 0 0 372 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1643595843 1391301 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enp1s0f1 + altname enx00219ba27c55 +4: nic2: 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 + 576846772 402734 0 0 0 83 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2612365176 2147164 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enp2s0f0 + altname enx00219ba27c57 +5: nic3: 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 + 50662 512 0 0 0 459 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 9094 47 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enp2s0f1 + altname enx00219ba27c59 +6: nic4: 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: 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: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 452974 1617 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 735505 1460 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +9: vmbr0: 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 + 3088161 23256 0 0 0 11914 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1366675 4382 0 5 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 4 +10: nic3.2@nic3: 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: 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: 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 + 12421996984 8838912 0 30 0 455 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 4255961019 3538465 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +13: storagenet: 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 + 11925015565 2341421 0 0 0 388 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 4066397733 880036 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +14: tap601i0: mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 52:e4:72:50:7c:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 281408 1361 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2257962 18574 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +15: fwbr601i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1377911 16363 0 17 0 10948 + 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 +16: fwpr601p0@fwln601i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 5e:65:d2:ab:e9:7f brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 285143 1376 0 15 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2257977 18574 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +17: fwln601i0@fwpr601p0: mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000 + link/ether 46:ed:d2:a8:dc:09 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 2257977 18574 0 15 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 285143 1376 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +18: tap602i0: mtu 1500 qdisc fq master fwbr602i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1a:23:06:08:08:c0 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 352015 1733 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2391328 18888 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +19: fwbr602i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1362026 16163 0 17 0 10813 + 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 +20: fwpr602p0@fwln602i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 32:1c:fb:54:45:14 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 355501 1747 0 14 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2391342 18888 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +21: fwln602i0@fwpr602p0: mtu 1500 qdisc noqueue master fwbr602i0 state UP mode DEFAULT group default qlen 1000 + link/ether a6:89:25:3b:c6:fc brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 2391342 18888 0 14 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 355501 1747 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +22: tap603i0: mtu 1500 qdisc fq master fwbr603i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 22:57:be:50:ae:5b brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 286522 1380 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2265861 18022 0 410 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +23: fwbr603i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1349240 16024 0 17 0 10731 + 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 +24: fwpr603p0@fwln603i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 72:40:bb:3f:a8:04 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 290008 1394 0 14 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2302038 18432 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +25: fwln603i0@fwpr603p0: mtu 1500 qdisc noqueue master fwbr603i0 state UP mode DEFAULT group default qlen 1000 + link/ether 0a:2a:f4:1f:d9:7c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 2302038 18432 0 14 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 290008 1394 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + +--- ip neigh + $ ip neigh +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 +10.100.100.7 dev storagenet lladdr f8:bc:12:34:e0:75 STALE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +10.100.100.4 dev storagenet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +10.100.100.5 dev storagenet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 DELAY +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 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: 41471 230 0 0 0 0 0 0 41471 230 0 0 0 0 0 0 + nic0: 6063341 32438 0 16 0 0 0 13474 2345846 8993 0 3 0 0 0 0 + nic1: 11845150212 8436178 0 0 0 0 0 372 1643595843 1391301 0 0 0 0 0 0 + nic2: 576846772 402734 0 0 0 0 0 83 2612365176 2147164 0 0 0 0 0 0 + nic3: 50662 512 0 0 0 0 0 459 9094 47 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 +tailscale0: 452974 1617 0 0 0 0 0 0 735505 1460 0 0 0 0 0 0 + vmbr0: 3088351 23259 0 0 0 0 0 11916 1366675 4382 0 5 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: 12421996984 8838912 0 30 0 0 0 455 4255961019 3538465 0 0 0 0 0 0 +storagenet: 11925015565 2341421 0 0 0 0 0 388 4066397733 880036 0 0 0 0 0 0 +tap601i0: 281408 1361 0 0 0 0 0 0 2258194 18577 0 0 0 0 0 0 +fwbr601i0: 1378101 16366 0 17 0 0 0 10950 0 0 0 0 0 0 0 0 +fwpr601p0: 285143 1376 0 15 0 0 0 0 2258209 18577 0 0 0 0 0 0 +fwln601i0: 2258209 18577 0 15 0 0 0 0 285143 1376 0 0 0 0 0 0 +tap602i0: 352015 1733 0 0 0 0 0 0 2391560 18891 0 0 0 0 0 0 +fwbr602i0: 1362216 16166 0 17 0 0 0 10815 0 0 0 0 0 0 0 0 +fwpr602p0: 355501 1747 0 14 0 0 0 0 2391574 18891 0 0 0 0 0 0 +fwln602i0: 2391574 18891 0 14 0 0 0 0 355501 1747 0 0 0 0 0 0 +tap603i0: 286522 1380 0 0 0 0 0 0 2266093 18025 0 410 0 0 0 0 +fwbr603i0: 1349430 16027 0 17 0 0 0 10733 0 0 0 0 0 0 0 0 +fwpr603p0: 290008 1394 0 14 0 0 0 0 2302270 18435 0 0 0 0 0 0 +fwln603i0: 2302270 18435 0 14 0 0 0 0 290008 1394 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 tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev vmbr0 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 +fwbr601i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr602i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr603i0 speed=10000 duplex=unknown 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 +fwln602i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln603i0 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 +fwpr602p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr603p0 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 +tap601i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap602i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap603i0 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: 6.17.2-1-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: 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: fwbr602i0 ----- +[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 fwbr602i0: + 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 fwbr602i0: +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: fwbr603i0 ----- +[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 fwbr603i0: + 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 fwbr603i0: +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: 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: 32 +TX: 32 +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: fwln602i0 ----- +[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 fwln602i0: + 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 fwln602i0: +Pre-set maximums: +RX: 32 +TX: 32 +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 fwln602i0: +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: fwln603i0 ----- +[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 fwln603i0: + 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 fwln603i0: +Pre-set maximums: +RX: 32 +TX: 32 +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 fwln603i0: +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: 32 +TX: 32 +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: fwpr602p0 ----- +[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 fwpr602p0: + 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 fwpr602p0: +Pre-set maximums: +RX: 32 +TX: 32 +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 fwpr602p0: +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: fwpr603p0 ----- +[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 fwpr603p0: + 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 fwpr603p0: +Pre-set maximums: +RX: 32 +TX: 32 +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 fwpr603p0: +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: 6.17.2-1-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: on + 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: 0 +[statistics -S (throughput counters)] + rx_bytes: 6070415 + tx_bytes: 2346038 + +----- ethtool: nic1 ----- +[driver/version/firmware/bus-info -i] +driver: bnx2 +version: 6.17.2-1-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: 0 +[statistics -S (throughput counters)] + rx_bytes: 11845150212 + tx_bytes: 1643642455 + +----- ethtool: nic2 ----- +[driver/version/firmware/bus-info -i] +driver: bnx2 +version: 6.17.2-1-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: off + 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: 576851797 + tx_bytes: 2612379292 + +----- ethtool: nic3 ----- +[driver/version/firmware/bus-info -i] +driver: bnx2 +version: 6.17.2-1-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: 50662 + tx_bytes: 9094 + +----- 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: 6.17.2-1-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: 6.17.2-1-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: 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: tap602i0 ----- +[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 tap602i0: + 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 tap602i0: +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 tap602i0: +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 tap602i0: +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: tap603i0 ----- +[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 tap603i0: + 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 tap603i0: +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 tap603i0: +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 tap603i0: +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: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 +10: nic3.2@nic3: mtu 1500 master br-rr-mgmt state forwarding priority 32 cost 19 +12: bond0: mtu 1500 master storagenet state forwarding priority 32 cost 5 +14: tap601i0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 +16: fwpr601p0@fwln601i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +17: fwln601i0@fwpr601p0: mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2 +18: tap602i0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 +20: fwpr602p0@fwln602i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +21: fwln602i0@fwpr602p0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 +22: tap603i0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 +24: fwpr603p0@fwln603i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +25: fwln603i0@fwpr603p0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 + +--- bridge -d link + $ bridge -d link +2: nic0: 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 125 mcast_max_groups 0 +10: nic3.2@nic3: 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: 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 +14: tap601i0: 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 3 mcast_max_groups 0 +16: fwpr601p0@fwln601i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +17: fwln601i0@fwpr601p0: 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 126 mcast_max_groups 0 +18: tap602i0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +20: fwpr602p0@fwln602i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +21: fwln602i0@fwpr602p0: mtu 1500 master fwbr602i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +22: tap603i0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +24: fwpr603p0@fwln603i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +25: fwln603i0@fwpr603p0: mtu 1500 master fwbr603i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 + +--- bridge vlan + $ bridge vlan +port vlan-id +nic0 1 PVID Egress Untagged +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 +tap601i0 1 PVID Egress Untagged +fwbr601i0 1 PVID Egress Untagged +fwpr601p0 1 PVID Egress Untagged +fwln601i0 1 PVID Egress Untagged +tap602i0 1 PVID Egress Untagged +fwbr602i0 1 PVID Egress Untagged +fwpr602p0 1 PVID Egress Untagged +fwln602i0 1 PVID Egress Untagged +tap603i0 1 PVID Egress Untagged +fwbr603i0 1 PVID Egress Untagged +fwpr603p0 1 PVID Egress Untagged +fwln603i0 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 +tap601i0 1 PVID Egress Untagged +fwbr601i0 1 PVID Egress Untagged +fwpr601p0 1 PVID Egress Untagged +fwln601i0 1 PVID Egress Untagged +tap602i0 1 PVID Egress Untagged +fwbr602i0 1 PVID Egress Untagged +fwpr602p0 1 PVID Egress Untagged +fwln602i0 1 PVID Egress Untagged +tap603i0 1 PVID Egress Untagged +fwbr603i0 1 PVID Egress Untagged +fwpr603p0 1 PVID Egress Untagged +fwln603i0 1 PVID Egress Untagged + +--- brctl show + $ brctl show +bridge name bridge id STP enabled interfaces +br-rr-mgmt 8000.00219ba27c59 no nic3.2 +fwbr601i0 8000.46edd2a8dc09 no fwln601i0 + tap601i0 +fwbr602i0 8000.a689253bc6fc no fwln602i0 + tap602i0 +fwbr603i0 8000.0a2af41fd97c no fwln603i0 + tap603i0 +storagenet 8000.00219ba27c55 no bond0 +vmbr0 8000.00219ba27c53 no fwpr601p0 + fwpr602p0 + fwpr603p0 + nic0 + +--- bonding state + --- /proc/net/bonding/bond0 --- +Ethernet Channel Bonding Driver: v6.17.2-1-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: 2 + 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: 2 +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: 2 +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 26 16:26 . +dr-xr-xr-x 62 root root 0 Jul 26 16:26 .. +-rw------- 1 root root 0 Jul 26 16:26 config +-rw------- 1 root root 0 Jul 26 16:26 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: 31039 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 77307 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 88 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 15910 PCI-MSIX-0000:01:00.0 0-edge nic0-0 + 37: 4236 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 8230 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 6240 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 3615 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 496 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 4 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 11 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 4 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 47 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 56084 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 133375 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 451237 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 538574 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 441463 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 14001 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 100995 PCI-MSIX-0000:02:00.0 1-edge nic2-1 + 56: 294505 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 52371 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 12892 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 4-edge nic2-4 + NMI: 17 15 22 19 16 16 21 18 14 15 15 31 32 33 27 15 Non-maskable interrupts + LOC: 141567 88898 82161 91852 91452 75736 88917 92065 87329 80083 98838 181265 174082 169572 96328 140398 Local timer interrupts + SPU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts + PMI: 17 15 22 19 16 16 21 18 14 15 15 31 32 33 27 15 Performance monitoring interrupts + IWI: 0 0 0 0 5 0 0 0 0 2 0 0 0 1 0 2 IRQ work interrupts + RTR: 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries + RES: 2662 2354 1543 1053 1791 1231 1968 1318 4797 2044 1736 1850 2156 2394 1869 1262 Rescheduling interrupts + CAL: 29382 20625 17962 15916 18166 14280 16640 16511 16394 15161 16893 16434 16732 15134 17877 14872 Function call interrupts + TLB: 1166 571 785 764 1227 515 1146 584 670 614 1095 670 926 607 804 484 TLB shootdowns + TRM: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts + THR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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: 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 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 + +--- 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 = 00000000 + /sys/class/net/bond0/queues/rx-10/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-11/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-12/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-13/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-14/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-15/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-1/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-2/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-3/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-4/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-5/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-6/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-7/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-8/rps_cpus = 00000000 + /sys/class/net/bond0/queues/rx-9/rps_cpus = 00000000 + /sys/class/net/br-rr-mgmt/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwbr601i0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwbr602i0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwbr603i0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwln601i0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwln602i0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwln603i0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwpr601p0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwpr602p0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/fwpr603p0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/lo/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic0/queues/rx-1/rps_cpus = 00000000 + /sys/class/net/nic0/queues/rx-2/rps_cpus = 00000000 + /sys/class/net/nic0/queues/rx-3/rps_cpus = 00000000 + /sys/class/net/nic0/queues/rx-4/rps_cpus = 00000000 + /sys/class/net/nic1/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic1/queues/rx-1/rps_cpus = 00000000 + /sys/class/net/nic1/queues/rx-2/rps_cpus = 00000000 + /sys/class/net/nic1/queues/rx-3/rps_cpus = 00000000 + /sys/class/net/nic1/queues/rx-4/rps_cpus = 00000000 + /sys/class/net/nic2/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic2/queues/rx-1/rps_cpus = 00000000 + /sys/class/net/nic2/queues/rx-2/rps_cpus = 00000000 + /sys/class/net/nic2/queues/rx-3/rps_cpus = 00000000 + /sys/class/net/nic2/queues/rx-4/rps_cpus = 00000000 + /sys/class/net/nic3.2/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic3/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic3/queues/rx-1/rps_cpus = 00000000 + /sys/class/net/nic3/queues/rx-2/rps_cpus = 00000000 + /sys/class/net/nic3/queues/rx-3/rps_cpus = 00000000 + /sys/class/net/nic3/queues/rx-4/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-1/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-2/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-3/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-4/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-5/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-6/rps_cpus = 00000000 + /sys/class/net/nic4/queues/rx-7/rps_cpus = 00000000 + /sys/class/net/nic5/queues/rx-0/rps_cpus = 00000000 + /sys/class/net/nic5/queues/rx-1/rps_cpus = 00000000 + /sys/class/net/nic5/queues/rx-2/rps_cpus = 00000000 + /sys/class/net/nic5/queues/rx-3/rps_cpus = 00000000 + +--- 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/fwbr601i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr602i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr603i0/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 = 00000000 + /sys/class/net/bond0/queues/tx-10/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-11/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-12/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-13/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-14/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-15/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-1/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-2/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-4/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-5/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-6/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-7/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-8/xps_cpus = 00000000 + /sys/class/net/bond0/queues/tx-9/xps_cpus = 00000000 + /sys/class/net/br-rr-mgmt/queues/tx-0/xps_cpus = + /sys/class/net/fwbr601i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr602i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr603i0/queues/tx-0/xps_cpus = + /sys/class/net/fwln601i0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/fwln602i0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/fwln603i0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/fwpr601p0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/fwpr602p0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/fwpr603p0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/lo/queues/tx-0/xps_cpus = + /sys/class/net/nic0/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/nic0/queues/tx-1/xps_cpus = 00000000 + /sys/class/net/nic0/queues/tx-2/xps_cpus = 00000000 + /sys/class/net/nic0/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/nic1/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/nic1/queues/tx-1/xps_cpus = 00000000 + /sys/class/net/nic1/queues/tx-2/xps_cpus = 00000000 + /sys/class/net/nic1/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/nic2/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/nic2/queues/tx-1/xps_cpus = 00000000 + /sys/class/net/nic2/queues/tx-2/xps_cpus = 00000000 + /sys/class/net/nic2/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/nic3.2/queues/tx-0/xps_cpus = + /sys/class/net/nic3/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/nic3/queues/tx-1/xps_cpus = 00000000 + /sys/class/net/nic3/queues/tx-2/xps_cpus = 00000000 + /sys/class/net/nic3/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-1/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-2/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-4/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-5/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-6/xps_cpus = 00000000 + /sys/class/net/nic4/queues/tx-7/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-0/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-1/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-2/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-3/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-4/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-5/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-6/xps_cpus = 00000000 + /sys/class/net/nic5/queues/tx-7/xps_cpus = 00000000 +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/fwbr601i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr602i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr603i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln601i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln602i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln603i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr601p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr602p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr603p0/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 +0001c35d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +00012aa9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00014ee9 00000000 00000002 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00005990 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +00000473 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00000514 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +0000024e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +00000173 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +000001a8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +000005ec 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +000098e6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +003bc8d3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 +0016fb98 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 +0014cd9b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 +00000214 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 +0000f661 00000000 00000004 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=0001c35d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=00012aa9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00014ee9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00005990 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=00000473 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00000514 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=0000024e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=00000173 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=000001a8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=000005ec dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=000098e6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=003bc8d3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu12 total=0016fb98 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu13 total=0014cd9b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu14 total=00000214 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu15 total=0000f661 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 904926 0.0 +IpFragFails 0 0.0 +TcpAttemptFails 7 0.0 +TcpRetransSegs 144534 0.0 +TcpInErrs 0 0.0 +Ip6ReasmFails 0 0.0 +Ip6FragFails 0 0.0 +TcpExtSyncookiesFailed 37 0.0 +TcpExtEmbryonicRsts 1 0.0 +TcpExtLockDroppedIcmps 0 0.0 +TcpExtListenOverflows 0 0.0 +TcpExtListenDrops 0 0.0 +TcpExtTCPLossUndo 3 0.0 +TcpExtTCPLostRetransmit 36991 0.0 +TcpExtTCPRenoFailures 0 0.0 +TcpExtTCPSackFailures 0 0.0 +TcpExtTCPLossFailures 59 0.0 +TcpExtTCPFastRetrans 136157 0.0 +TcpExtTCPSlowStartRetrans 7839 0.0 +TcpExtTCPLossProbes 225 0.0 +TcpExtTCPLossProbeRecovery 1 0.0 +TcpExtTCPRenoRecoveryFail 0 0.0 +TcpExtTCPSackRecoveryFail 149 0.0 +TcpExtTCPAbortOnData 9 0.0 +TcpExtTCPAbortOnClose 3 0.0 +TcpExtTCPAbortOnMemory 0 0.0 +TcpExtTCPAbortOnTimeout 0 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 0 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: 356 +TCP: 113 (estab 13, closed 90, orphaned 0, timewait 89) + +Transport Total IP IPv6 +RAW 0 0 0 +UDP 7 4 3 +TCP 23 18 5 +INET 30 22 8 +FRAG 0 0 0 + + +--- ss -t -m (top TCP with skmem/cwnd/rto) + $ ss -tno state established ( dport != :22 and sport != :22 ) -m +Recv-Q Send-Q Local Address:Port Peer Address:Port +0 0 10.100.100.6:704 10.100.100.4:2049 timer:(keepalive,28sec,0) + skmem:(r0,rb810816,t0,tb757248,f0,w0,o0,bl0,d1) +0 0 10.100.100.6:913 10.100.100.4:2049 timer:(keepalive,27sec,0) + skmem:(r0,rb852966,t0,tb1175040,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:929 10.100.100.4:2049 timer:(keepalive,28sec,0) + skmem:(r0,rb798988,t0,tb1932288,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:975 10.100.100.4:2049 timer:(keepalive,23sec,0) + skmem:(r0,rb826137,t0,tb2010624,f0,w0,o0,bl0,d7) +0 0 192.168.3.169:60528 209.177.156.94:443 timer:(keepalive,270ms,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.169:55190 192.200.0.106:80 timer:(keepalive,1.806sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:694 10.100.100.5:2049 timer:(keepalive,15sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:698 10.100.100.5:2049 timer:(keepalive,1min10sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:810 10.100.100.5:2049 timer:(keepalive,1min15sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.6:888 10.100.100.5:2049 timer:(keepalive,5.816sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.169:43800 152.53.37.179:443 timer:(keepalive,3.340sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.169:51186 199.165.136.100:443 timer:(keepalive,1.540sec,0) + skmem:(r0,rb87380,t0,tb130560,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 100.73.35.111:ssh 100.101.187.119:41748 + bbr wscale:7,12 rto:205 rtt:4.651/7.267 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5397 bytes_acked:5397 bytes_received:3993 segs_out:24 segs_in:25 data_segs_out:17 data_segs_in:15 bbr:(bw:25.1Mbps,mrtt:0.548,pacing_gain:2.88672,cwnd_gain:2.88672) send 57Mbps lastsnd:554 lastrcv:554 lastack:554 pacing_rate 512Mbps delivery_rate 25.1Mbps delivered:18 app_limited busy:71ms rcv_rtt:7 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.548 snd_wnd:76544 rcv_wnd:61440 +ESTAB 0 0 10.100.100.6:704 10.100.100.4:nfs + bbr wscale:9,12 rto:209 rtt:8.742/12.245 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:64 ssthresh:136 bytes_sent:10536024 bytes_retrans:186060 bytes_acked:10349965 bytes_received:132135580 segs_out:22015 segs_in:96509 data_segs_out:10350 data_segs_in:94098 bbr:(bw:118Mbps,mrtt:1.054,pacing_gain:1.25,cwnd_gain:2) send 84.8Mbps lastsnd:1414 lastrcv:1414 lastack:1413 pacing_rate 146Mbps delivery_rate 118Mbps delivered:10247 app_limited busy:17146ms retrans:0/160 dsack_dups:56 rcv_rtt:5.081 rcv_space:253380 rcv_ssthresh:505560 minrtt:0.231 snd_wnd:823296 rcv_wnd:507904 +ESTAB 0 0 10.100.100.6:913 10.100.100.4:nfs + bbr wscale:9,12 rto:205 rtt:4.112/5.227 ato:40 mss:1448 pmtu:1500 rcvmss:256 advmss:1448 cwnd:182 ssthresh:136 bytes_sent:10027020 bytes_retrans:166456 bytes_acked:9860565 bytes_received:134034172 segs_out:21463 segs_in:97508 data_segs_out:9914 data_segs_in:95404 bbr:(bw:313Mbps,mrtt:1.316,pacing_gain:1.25,cwnd_gain:2) send 513Mbps lastsnd:1538 lastrcv:1537 lastack:1537 pacing_rate 387Mbps delivery_rate 275Mbps delivered:9818 app_limited busy:17738ms rwnd_limited:8ms(0.0%) retrans:0/145 dsack_dups:48 rcv_rtt:1.125 rcv_space:59974 rcv_ssthresh:93293 minrtt:0.297 snd_wnd:624640 rcv_wnd:532480 +ESTAB 0 0 10.100.100.6:929 10.100.100.4:nfs + bbr wscale:9,12 rto:204 rtt:3.563/4.274 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:222 ssthresh:175 bytes_sent:10671944 bytes_retrans:97024 bytes_acked:10574921 bytes_received:142004332 segs_out:22868 segs_in:103317 data_segs_out:10498 data_segs_in:101002 bbr:(bw:378Mbps,mrtt:1.344,pacing_gain:1.25,cwnd_gain:2) send 722Mbps lastsnd:1414 lastrcv:1413 lastack:1413 pacing_rate 468Mbps delivery_rate 133Mbps delivered:10452 app_limited busy:18734ms retrans:0/88 dsack_dups:42 rcv_rtt:1 rcv_space:249684 rcv_ssthresh:497927 minrtt:0.286 snd_wnd:793088 rcv_wnd:499712 +ESTAB 0 0 10.100.100.6:975 10.100.100.4:nfs + bbr wscale:9,12 rto:209 rtt:8.076/10.591 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:124 ssthresh:157 bytes_sent:10735304 bytes_retrans:453868 bytes_acked:10281437 bytes_received:140292976 segs_out:22998 segs_in:102309 data_segs_out:10505 data_segs_in:99821 bbr:(bw:201Mbps,mrtt:1.23,pacing_gain:1.25,cwnd_gain:2) send 178Mbps lastsnd:1413 lastrcv:1389 lastack:1389 pacing_rate 248Mbps delivery_rate 46.3Mbps delivered:10220 app_limited busy:19475ms rwnd_limited:63ms(0.3%) retrans:0/333 dsack_dups:47 rcv_rtt:1 rcv_space:258168 rcv_ssthresh:514895 minrtt:0.416 snd_wnd:483840 rcv_wnd:516096 rehash:2 +ESTAB 0 0 192.168.3.169:60528 209.177.156.94:https + bbr wscale:7,12 rto:214 rtt:13.929/1.131 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:6712 bytes_acked:6713 bytes_received:9006 segs_out:67 segs_in:59 data_segs_out:35 data_segs_in:26 bbr:(bw:2.44Mbps,mrtt:13.53,pacing_gain:2.88672,cwnd_gain:2.88672) send 15Mbps lastsnd:12227 lastrcv:9936 lastack:9936 pacing_rate 27.6Mbps delivery_rate 2.44Mbps delivered:36 app_limited busy:301ms rcv_space:14480 rcv_ssthresh:53172 minrtt:11.423 snd_wnd:64128 rcv_wnd:53248 +ESTAB 0 0 192.168.3.169:55190 192.200.0.106:http + bbr wscale:10,12 rto:360 rtt:145.284/16.46 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:6664 bytes_acked:6665 bytes_received:20994 segs_out:55 segs_in:56 data_segs_out:17 data_segs_in:40 bbr:(bw:327kbps,mrtt:138.485,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.44Mbps lastsnd:376136 lastrcv:43570 lastack:13086 pacing_rate 2.36Mbps delivery_rate 327kbps delivered:18 app_limited busy:1026ms rcv_rtt:140 rcv_space:16165 rcv_ssthresh:53172 minrtt:138.485 snd_wnd:68608 rcv_wnd:53248 +ESTAB 0 0 10.100.100.6:694 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.838/0.038 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 bytes_sent:15080 bytes_acked:15081 bytes_received:16820 segs_out:155 segs_in:90 data_segs_out:88 data_segs_in:88 bbr:(bw:19.2Mbps,mrtt:0.426,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.35Gbps lastsnd:3862 lastrcv:3861 lastack:3861 pacing_rate 777Mbps delivery_rate 19.2Mbps delivered:89 app_limited busy:73ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.426 snd_wnd:65536 rcv_wnd:45056 +ESTAB 0 0 10.100.100.6:698 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.917/0.099 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:111 bytes_sent:17068 bytes_acked:17069 bytes_received:20168 segs_out:167 segs_in:105 data_segs_out:101 data_segs_in:101 bbr:(bw:26.9Mbps,mrtt:0.43,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.4Gbps lastsnd:19755 lastrcv:19754 lastack:19754 pacing_rate 561Mbps delivery_rate 26.9Mbps delivered:102 app_limited busy:131ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.43 snd_wnd:65536 rcv_wnd:45056 +ESTAB 0 0 10.100.100.6:810 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.829/0.058 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:98 bytes_sent:15016 bytes_acked:15017 bytes_received:15844 segs_out:157 segs_in:90 data_segs_out:88 data_segs_in:88 bbr:(bw:19.6Mbps,mrtt:0.591,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.37Gbps lastsnd:14330 lastrcv:14329 lastack:14329 pacing_rate 558Mbps delivery_rate 19.6Mbps delivered:89 app_limited busy:71ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.591 snd_wnd:65536 rcv_wnd:45056 +ESTAB 0 0 10.100.100.6:888 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.88/0.073 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:97 bytes_sent:15036 bytes_acked:15037 bytes_received:18092 segs_out:156 segs_in:89 data_segs_out:87 data_segs_in:87 bbr:(bw:25.2Mbps,mrtt:0.459,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.28Gbps lastsnd:3579 lastrcv:3578 lastack:3578 pacing_rate 643Mbps delivery_rate 25.2Mbps delivered:88 app_limited busy:84ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.459 snd_wnd:65536 rcv_wnd:45056 +ESTAB 0 0 192.168.3.169:43800 152.53.37.179:https + bbr wscale:11,12 rto:247 rtt:46.95/5.471 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:19 bytes_sent:10969 bytes_acked:10970 bytes_received:4558 segs_out:48 segs_in:50 data_segs_out:17 data_segs_in:16 bbr:(bw:991kbps,mrtt:43.877,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.69Mbps lastsnd:42458 lastrcv:42463 lastack:11647 pacing_rate 7.51Mbps delivery_rate 991kbps delivered:18 app_limited busy:589ms rcv_space:14480 rcv_ssthresh:53172 minrtt:43.877 snd_wnd:40960 rcv_wnd:53248 +ESTAB 0 0 192.168.3.169:51186 199.165.136.100:https + bbr wscale:10,12 rto:265 rtt:64.425/13.971 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:26 bytes_sent:47126 bytes_acked:47127 bytes_received:11413 segs_out:154 segs_in:118 data_segs_out:79 data_segs_in:74 bbr:(bw:1.82Mbps,mrtt:40.706,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.67Mbps lastsnd:6448 lastrcv:6366 lastack:6366 pacing_rate 7.04Mbps delivery_rate 1.82Mbps delivered:80 app_limited busy:4516ms rcv_space:14480 rcv_ssthresh:50848 minrtt:40.672 snd_wnd:87040 rcv_wnd:53248 + +--- /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 688 122 7 3 13 1415684 3396466 144534 0 157 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 688 122 7 3 13 1415684 3396466 144534 0 157 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 80.2G / 93.9G ext4 8.9G 9% 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 48G 0 48G 0% /dev +tmpfs 9.5G 1.9M 9.5G 1% /run +/dev/mapper/pve-root 94G 8.9G 81G 10% / +tmpfs 48G 46M 48G 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 48G 24K 48G 1% /tmp +/dev/fuse 128M 20K 128M 1% /etc/pve +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 +tmpfs 9.5G 4.0K 9.5G 1% /run/user/0 + +--- df -i (inode usage) + $ df -i +Filesystem Inodes IUsed IFree IUse% Mounted on +udev 12345286 598 12344688 1% /dev +tmpfs 12357435 1096 12356339 1% /run +/dev/mapper/pve-root 6291456 65045 6226411 2% / +tmpfs 12357435 107 12357328 1% /dev/shm +tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service +tmpfs 12357435 18 12357417 1% /run/lock +tmpfs 1048576 14 1048562 1% /tmp +/dev/fuse 262144 39 262105 1% /etc/pve +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 +tmpfs 2471487 26 2471461 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=49381144k,nr_inodes=12345286,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=9885948k,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=6530) +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) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) +mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64) +binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) +lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4) +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4) +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-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/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/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) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=9885948k,nr_inodes=2471487,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/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 +├─/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/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/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/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/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 + +--- /etc/fstab + --- /etc/fstab --- +# +/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: 22292448 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Sun Jul 26 16:18:12 2026 +Last write time: Sun Jul 26 16:18:05 2026 +Mount count: 16 +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/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/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 + +/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/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/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/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 + + +--- nfsstat -c (client stats) + $ nfsstat -c +Client rpc stats: +calls retrans authrefrsh +17721 0 17726 + +Client nfs v4: +null read write commit open +3 0% 13046 73% 3779 21% 224 1% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 5 0% 0 0% 0 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% 38 0% 114 0% 58 0% +lookup_root remove rename link symlink +7 0% 0 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 28 0% 316 1% 0 0% 0 0% +server_caps delegreturn getacl setacl fs_locations +56 0% 2 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% 1 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 7 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 0 0% +allocate deallocate layoutstats clone +0 0% 0 0% 0 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 +17721 0 17726 + +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 +3 0% 13046 73% 3779 21% 224 1% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 5 0% 0 0% 0 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% 38 0% 114 0% 58 0% +lookup_root remove rename link symlink +7 0% 0 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 28 0% 316 1% 0 0% 0 0% +server_caps delegreturn getacl setacl fs_locations +56 0% 2 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% 1 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 7 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 0 0% +allocate deallocate layoutstats clone +0 0% 0 0% 0 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 18697 0 18705 +proc4 71 3 13046 4539 267 0 0 5 0 0 0 28 0 0 0 0 0 0 38 155 58 7 0 0 0 0 0 28 449 0 0 56 2 0 0 0 0 0 0 4 2 0 1 0 2 0 0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + +--- /proc/net/rpc/nfsd + $ cat /proc/net/rpc/nfsd +cat: /proc/net/rpc/nfsd: No such file or directory + [exit=1 / not installed or not permitted] + +--- exports + [missing: /etc/exports] + [missing: /etc/exports.d/*.exports] + +--- nfs.conf + --- /etc/nfs.conf --- +# +# This is a general configuration for the +# NFS daemons and tools +# +[general] +pipefs-directory=/run/rpc_pipefs +# +[nfsrahead] +# nfs=15000 +# nfs4=16000 +# +[exports] +# rootdir=/export +# +[exportfs] +# debug=0 +# +[gssd] +# verbosity=0 +# rpc-verbosity=0 +# use-memcache=0 +# use-machine-creds=1 +# use-gss-proxy=0 +# avoid-dns=1 +# limit-to-legacy-enctypes=0 +# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96 +# context-timeout=0 +# rpc-timeout=5 +# keytab-file=/etc/krb5.keytab +# cred-cache-directory= +# preferred-realm= +# set-home=1 +# upcall-timeout=30 +# cancel-timed-out-upcalls=0 +# +[lockd] +# port=0 +# udp-port=0 +# +[exportd] +# debug="all|auth|call|general|parse" +# manage-gids=n +# state-directory-path=/var/lib/nfs +# threads=1 +# cache-use-ipaddr=n +# ttl=1800 +[mountd] +# debug="all|auth|call|general|parse" +manage-gids=y +# descriptors=0 +# port=0 +# threads=1 +# reverse-lookup=n +# state-directory-path=/var/lib/nfs +# ha-callout= +# cache-use-ipaddr=n +# ttl=1800 +# +[nfsdcld] +# debug=0 +# storagedir=/var/lib/nfs/nfsdcld +# +[nfsd] +# debug=0 +# threads=16 +# host= +# port=0 +# grace-time=90 +# lease-time=90 +# udp=n +# tcp=y +# vers3=y +# vers4=y +# vers4.0=y +# vers4.1=y +# vers4.2=y +# rdma=n +# rdma-port=20049 + +[statd] +# debug=0 +# port=0 +# outgoing-port=0 +# name= +# state-directory-path=/var/lib/nfs/statd +# ha-callout= +# no-notify=0 +# +[sm-notify] +# debug=0 +# force=0 +# retry-time=900 +# outgoing-port= +# outgoing-addr= +# lift-grace=y +# +[svcgssd] +# principal= + [missing: /etc/nfs.conf.d/*.conf] + +--- nfs defaults + [missing: /etc/default/nfs-kernel-server] + --- /etc/default/nfs-common --- +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD= + +--- idmapd.conf + --- /etc/idmapd.conf --- +[General] + +Verbosity = 0 +# set your own domain here, if it differs from FQDN minus hostname +# Domain = localdomain + +[Mapping] + +Nobody-User = nobody +Nobody-Group = nogroup + +--- pvesm status + $ pvesm status +Name Type Status Total (KiB) Used (KiB) Available (KiB) % +D2 nfs active 2883130368 195840000 2540761088 6.79% +D3 nfs active 491133952 2048 466110464 0.00% +D5 nfs active 1921726464 244210688 1579823104 12.71% +S2 nfs active 960304128 2048 911448064 0.00% +S3 nfs active 960304128 2048 911448064 0.00% +S4 nfs active 479597568 2048 455159808 0.00% +T5-SSD nfs active 245023744 86468608 146035712 35.29% +local dir active 98497780 9337284 84110948 9.48% +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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 +D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 +D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 +D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117 +D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000 +D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 +D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 +D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 +D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 +D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 +D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 +D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 +D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 +D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 +--- pvesm config D2 --- +--- storage: D3 --- +Volid Format Type Size VMID +--- pvesm config D3 --- +--- storage: D5 --- +Volid Format Type Size VMID +D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 +D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 +D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 +D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 +D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 +D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 +D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532 +D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533 +D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534 +D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535 +D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536 +D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 +D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 +D5:538/vm-812-disk-2.raw raw images 429496729600 538 +D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 +D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 +D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 +D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 +D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +--- pvesm config D5 --- +--- storage: S2 --- +Volid Format Type Size VMID +--- pvesm config S2 --- +--- storage: S3 --- +Volid Format Type Size VMID +--- pvesm config S3 --- +--- storage: S4 --- +Volid Format Type Size VMID +--- pvesm config S4 --- +--- storage: T5-SSD --- +Volid Format Type Size VMID +T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111 +--- pvesm config T5-SSD --- +--- storage: local --- +Volid Format Type Size VMID +local:iso/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.3.4-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool version + $ zpool version +zfs-2.3.4-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool list -v + $ zpool list -v +no pools available + +--- zpool status -v + $ zpool status -v +no pools available + +--- zpool key properties + $ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly + +--- zfs per-dataset key properties + $ zfs get -r -o name,property,value,source \ + compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null + [exit=2] + +--- ARC stats + $ cat /proc/spl/kstat/zfs/arcstats +22 1 0x01 147 39984 20455017452 750684533879 +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 3163503360 +c_min 4 3163503360 +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_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 101232107520 +memory_free_bytes 4 96788582400 +memory_available_bytes 3 93319637760 +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 3468944640 +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 20430860345 750686016232 +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 20430859387 750687427612 +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 20430714428 750690294403 +name type data +struct_size 4 96 +linear_cnt 4 0 +linear_data_size 4 0 +scatter_cnt 4 1 +scatter_data_size 4 4096 +scatter_chunk_waste 4 0 +scatter_order_0 4 0 +scatter_order_1 4 0 +scatter_order_2 4 0 +scatter_order_3 4 0 +scatter_order_4 4 0 +scatter_order_5 4 0 +scatter_order_6 4 0 +scatter_order_7 4 0 +scatter_order_8 4 0 +scatter_order_9 4 0 +scatter_page_multi_chunk 4 1 +scatter_page_multi_zone 4 0 +scatter_page_alloc_retry 4 0 +scatter_sg_table_retry 4 0 + +--- ZFS module parameters (perf-relevant) + $ for f in /sys/module/zfs/parameters/*; do + [ -r "$f" ] || continue + name="$(basename "$f")" + case "$name" in + zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;; + *) continue ;; + esac + printf ' %-50s = %s\n' "$name" "$(cat "$f")" +done + l2arc_exclude_special = 0 + l2arc_feed_again = 1 + l2arc_feed_min_ms = 200 + l2arc_feed_secs = 1 + l2arc_headroom = 8 + l2arc_headroom_boost = 200 + l2arc_meta_percent = 33 + l2arc_mfuonly = 0 + l2arc_noprefetch = 1 + l2arc_norw = 0 + l2arc_rebuild_blocks_min_l2size = 1073741824 + l2arc_rebuild_enabled = 1 + l2arc_trim_ahead = 0 + l2arc_write_boost = 33554432 + l2arc_write_max = 33554432 + zfs_abd_scatter_enabled = 1 + zfs_abd_scatter_max_order = 9 + zfs_abd_scatter_min_size = 1536 + zfs_arc_average_blocksize = 8192 + zfs_arc_dnode_limit = 0 + zfs_arc_dnode_limit_percent = 10 + zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batch_limit = 10 + zfs_arc_eviction_pct = 200 + zfs_arc_evict_threads = 6 + 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_dbuf_state_index = 0 + zfs_dio_enabled = 1 + 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_def_queue_depth = 32 + zfs_vdev_direct_write_verify = 1 + zfs_vdev_disk_classic = 0 + zfs_vdev_disk_max_segs = 0 + zfs_vdev_failfast_mask = 1 + zfs_vdev_initializing_max_active = 1 + zfs_vdev_initializing_min_active = 1 + zfs_vdev_max_active = 1000 + zfs_vdev_max_auto_ashift = 14 + zfs_vdev_max_ms_shift = 34 + zfs_vdev_min_auto_ashift = 9 + zfs_vdev_min_ms_count = 16 + zfs_vdev_mirror_non_rotating_inc = 0 + zfs_vdev_mirror_non_rotating_seek_inc = 1 + zfs_vdev_mirror_rotating_inc = 0 + zfs_vdev_mirror_rotating_seek_inc = 5 + zfs_vdev_mirror_rotating_seek_offset = 1048576 + zfs_vdev_ms_count_limit = 131072 + zfs_vdev_nia_credit = 5 + zfs_vdev_nia_delay = 5 + zfs_vdev_open_timeout_ms = 1000 + zfs_vdev_queue_depth_pct = 1000 + zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 + zfs_vdev_read_gap_limit = 32768 + zfs_vdev_rebuild_max_active = 3 + zfs_vdev_rebuild_min_active = 1 + zfs_vdev_removal_max_active = 2 + zfs_vdev_removal_min_active = 1 + zfs_vdev_scheduler = unused + zfs_vdev_scrub_max_active = 3 + zfs_vdev_scrub_min_active = 1 + zfs_vdev_sync_read_max_active = 10 + zfs_vdev_sync_read_min_active = 10 + zfs_vdev_sync_write_max_active = 10 + zfs_vdev_sync_write_min_active = 10 + zfs_vdev_trim_max_active = 2 + zfs_vdev_trim_min_active = 1 + zfs_vdev_write_gap_limit = 4096 + zfs_zil_clean_taskq_maxalloc = 1048576 + zfs_zil_clean_taskq_minalloc = 1024 + zfs_zil_clean_taskq_nthr_pct = 100 + zvol_blk_mq_blocks_per_thread = 8 + zvol_blk_mq_queue_depth = 128 + zvol_enforce_quotas = 1 + zvol_inhibit_dev = 0 + zvol_major = 230 + zvol_max_discard_blocks = 16384 + zvol_num_taskqs = 0 + zvol_open_timeout_ms = 1000 + zvol_prefetch_bytes = 131072 + zvol_request_sync = 0 + zvol_threads = 0 + zvol_use_blk_mq = 0 + zvol_volmode = 1 + +--- zpool iostat snapshot + $ zpool iostat 1 1 +no pools available + +--- arc_summary (if present) + $ arc_summary + +------------------------------------------------------------------------ +ZFS Subsystem Report Sun Jul 26 16:30:27 2026 +Linux 6.17.2-1-pve 2.3.4-pve1 +Machine: pfv-tsys6 (x86_64) 2.3.4-pve1 + +ARC status: + Total memory size: 94.3 GiB + Min target size: 3.1 % 2.9 GiB + Max target size: 13.4 % 12.6 GiB + Target size (adaptive): < 0.1 % 2.9 GiB + Current size: < 0.1 % 3.8 KiB + Free memory size: 90.2 GiB + Available memory size: 86.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 12 + brt_zap_default_ibs 12 + brt_zap_prefetch 1 + dbuf_cache_hiwater_pct 10 + dbuf_cache_lowater_pct 10 + dbuf_cache_max_bytes 18446744073709551615 + dbuf_cache_shift 5 + dbuf_metadata_cache_max_bytes 18446744073709551615 + dbuf_metadata_cache_shift 6 + dbuf_mutex_cache_shift 0 + ddt_zap_default_bs 15 + ddt_zap_default_ibs 15 + dmu_ddt_copies 0 + dmu_object_alloc_chunk_shift 7 + dmu_prefetch_max 134217728 + icp_aes_impl cycle [fastest] generic x86_64 + 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 1048576 + metaslab_bias_enabled 1 + metaslab_debug_load 0 + metaslab_debug_unload 0 + metaslab_df_max_search 16777216 + metaslab_df_use_largest_segment 0 + metaslab_force_ganging 16777217 + metaslab_force_ganging_pct 3 + metaslab_fragmentation_factor_enabled 1 + metaslab_lba_weighting_enabled 1 + metaslab_preload_enabled 1 + metaslab_preload_limit 10 + metaslab_preload_pct 50 + metaslab_unload_delay 32 + metaslab_unload_delay_ms 600000 + raidz_expand_max_copy_bytes 167772160 + raidz_expand_max_reflow_bytes 0 + raidz_io_aggregate_rows 4 + send_holes_without_birth_time 1 + spa_asize_inflation 24 + spa_config_path /etc/zfs/zpool.cache + spa_cpus_per_allocator 4 + spa_load_print_vdev_tree 0 + spa_load_verify_data 1 + spa_load_verify_metadata 1 + spa_load_verify_shift 4 + spa_num_allocators 4 + spa_slop_shift 5 + spa_upgrade_errlog_limit 0 + vdev_file_logical_ashift 9 + vdev_file_physical_ashift 9 + vdev_removal_max_span 32768 + vdev_validate_skip 0 + zap_iterate_prefetch 1 + zap_micro_max_size 131072 + zap_shrink_enabled 1 + zfetch_hole_shift 2 + zfetch_max_distance 67108864 + zfetch_max_idistance 134217728 + zfetch_max_reorder 16777216 + zfetch_max_sec_reap 2 + zfetch_max_streams 8 + zfetch_min_distance 4194304 + zfetch_min_sec_reap 1 + zfs_abd_scatter_enabled 1 + zfs_abd_scatter_max_order 9 + zfs_abd_scatter_min_size 1536 + zfs_active_allocator dynamic + zfs_admin_snapshot 0 + zfs_allow_redacted_dataset_mount 0 + zfs_arc_average_blocksize 8192 + zfs_arc_dnode_limit 0 + zfs_arc_dnode_limit_percent 10 + zfs_arc_dnode_reduce_percent 10 + zfs_arc_evict_batch_limit 10 + zfs_arc_evict_threads 6 + 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_autoimport_disable 1 + 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 1012321075 + zfs_dedup_log_mem_max_percent 1 + zfs_dedup_log_txg_max 8 + zfs_dedup_prefetch 0 + zfs_default_bs 9 + zfs_default_ibs 17 + zfs_delay_min_dirty_percent 60 + zfs_delay_scale 500000 + zfs_delete_blocks 20480 + zfs_dio_enabled 1 + zfs_dio_write_verify_events_per_second 20 + zfs_dirty_data_max 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 1000 + zfs_history_output_max 1048576 + zfs_immediate_write_sz 32768 + zfs_initialize_chunk_size 1048576 + zfs_initialize_value 16045690984833335022 + zfs_keep_log_spacemaps_at_export 0 + zfs_key_max_salt_uses 400000000 + zfs_livelist_condense_new_alloc 0 + zfs_livelist_condense_sync_cancel 0 + zfs_livelist_condense_sync_pause 0 + zfs_livelist_condense_zthr_cancel 0 + zfs_livelist_condense_zthr_pause 0 + zfs_livelist_max_entries 500000 + zfs_livelist_min_percent_shared 75 + zfs_lua_max_instrlimit 100000000 + zfs_lua_max_memlimit 104857600 + zfs_max_async_dedup_frees 100000 + zfs_max_dataset_nesting 50 + zfs_max_log_walking 5 + zfs_max_logsm_summary_length 10 + zfs_max_missing_tvds 0 + zfs_max_nvlist_src_size 0 + zfs_max_recordsize 16777216 + zfs_metaslab_find_max_tries 100 + zfs_metaslab_fragmentation_threshold 77 + zfs_metaslab_max_size_cache_sec 3600 + zfs_metaslab_mem_limit 25 + zfs_metaslab_segment_weight_enabled 1 + zfs_metaslab_switch_threshold 2 + zfs_metaslab_try_hard_before_gang 0 + zfs_mg_fragmentation_threshold 95 + zfs_mg_noalloc_threshold 0 + zfs_min_metaslabs_to_flush 1 + zfs_multihost_fail_intervals 10 + zfs_multihost_history 0 + zfs_multihost_import_intervals 20 + zfs_multihost_interval 1000 + zfs_multilist_num_sublists 0 + zfs_no_scrub_io 0 + zfs_no_scrub_prefetch 0 + zfs_nocacheflush 0 + zfs_nopwrite_enabled 1 + zfs_object_mutex_size 64 + zfs_obsolete_min_time_ms 500 + zfs_override_estimate_recordsize 0 + zfs_pd_bytes_max 52428800 + zfs_per_txg_dirty_frees_percent 30 + zfs_prefetch_disable 0 + zfs_read_history 0 + zfs_read_history_hits 0 + zfs_rebuild_max_segment 1048576 + zfs_rebuild_scrub_enabled 1 + zfs_rebuild_vdev_limit 67108864 + zfs_reconstruct_indirect_combinations_max 4096 + zfs_recover 0 + zfs_recv_best_effort_corrective 0 + zfs_recv_queue_ff 20 + zfs_recv_queue_length 16777216 + zfs_recv_write_batch_size 1048576 + zfs_removal_ignore_errors 0 + zfs_removal_suspend_progress 0 + zfs_remove_max_segment 16777216 + zfs_resilver_defer_percent 10 + zfs_resilver_disable_defer 0 + zfs_resilver_min_time_ms 3000 + zfs_scan_blkstats 0 + zfs_scan_checkpoint_intval 7200 + zfs_scan_fill_weight 3 + zfs_scan_ignore_errors 0 + zfs_scan_issue_strategy 0 + zfs_scan_legacy 0 + zfs_scan_max_ext_gap 2097152 + zfs_scan_mem_lim_fact 20 + zfs_scan_mem_lim_soft_fact 20 + zfs_scan_report_txgs 0 + zfs_scan_strict_mem_lim 0 + zfs_scan_suspend_progress 0 + zfs_scan_vdev_limit 16777216 + zfs_scrub_after_expand 1 + zfs_scrub_error_blocks_per_txg 4096 + zfs_scrub_min_time_ms 1000 + zfs_send_corrupt_data 0 + zfs_send_no_prefetch_queue_ff 20 + zfs_send_no_prefetch_queue_length 1048576 + zfs_send_queue_ff 20 + zfs_send_queue_length 16777216 + zfs_send_unmodified_spill_blocks 1 + zfs_sha256_impl cycle [fastest] generic x64 ssse3 + 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_def_queue_depth 32 + zfs_vdev_default_ms_count 200 + zfs_vdev_default_ms_shift 29 + zfs_vdev_direct_write_verify 1 + zfs_vdev_disk_classic 0 + zfs_vdev_disk_max_segs 0 + zfs_vdev_failfast_mask 1 + zfs_vdev_initializing_max_active 1 + zfs_vdev_initializing_min_active 1 + zfs_vdev_max_active 1000 + zfs_vdev_max_auto_ashift 14 + zfs_vdev_max_ms_shift 34 + zfs_vdev_min_auto_ashift 9 + zfs_vdev_min_ms_count 16 + zfs_vdev_mirror_non_rotating_inc 0 + zfs_vdev_mirror_non_rotating_seek_inc 1 + zfs_vdev_mirror_rotating_inc 0 + zfs_vdev_mirror_rotating_seek_inc 5 + zfs_vdev_mirror_rotating_seek_offset 1048576 + zfs_vdev_ms_count_limit 131072 + zfs_vdev_nia_credit 5 + zfs_vdev_nia_delay 5 + zfs_vdev_open_timeout_ms 1000 + zfs_vdev_queue_depth_pct 1000 + zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 + zfs_vdev_read_gap_limit 32768 + zfs_vdev_rebuild_max_active 3 + zfs_vdev_rebuild_min_active 1 + zfs_vdev_removal_max_active 2 + zfs_vdev_removal_min_active 1 + zfs_vdev_scheduler unused + zfs_vdev_scrub_max_active 3 + zfs_vdev_scrub_min_active 1 + zfs_vdev_sync_read_max_active 10 + zfs_vdev_sync_read_min_active 10 + zfs_vdev_sync_write_max_active 10 + zfs_vdev_sync_write_min_active 10 + zfs_vdev_trim_max_active 2 + zfs_vdev_trim_min_active 1 + zfs_vdev_write_gap_limit 4096 + zfs_vnops_read_chunk_size 33554432 + zfs_wrlog_data_max 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 + zio_deadman_log_all 0 + zio_dva_throttle_enabled 1 + zio_requeue_io_start_cut_in_line 1 + zio_slow_io_ms 30000 + zio_taskq_batch_pct 80 + zio_taskq_batch_tpq 0 + zio_taskq_read fixed,1,8 null scale null + zio_taskq_write sync null scale null + zio_taskq_write_tpq 16 + zstd_abort_size 131072 + zstd_earlyabort_pass 1 + zvol_blk_mq_blocks_per_thread 8 + zvol_blk_mq_queue_depth 128 + zvol_enforce_quotas 1 + zvol_inhibit_dev 0 + zvol_major 230 + zvol_max_discard_blocks 16384 + zvol_num_taskqs 0 + zvol_open_timeout_ms 1000 + zvol_prefetch_bytes 131072 + zvol_request_sync 0 + zvol_threads 0 + zvol_use_blk_mq 0 + zvol_volmode 1 + +ZIL committed transactions: 0 + Commit requests: 0 + Flushes to stable storage: 0 + Transactions to SLOG storage pool: 0 Bytes 0 + Transactions to non-SLOG storage pool: 0 Bytes 0 + + +--- zpool events -v (recent) + $ zpool events -v +TIME CLASS + +--- zpool history (last 30 events) + $ zpool history -il 2>/dev/null | tail -n 30 + +############################################################################### +# 20. STORAGE: DRIVE HEALTH +############################################################################### + +--- nvme list + $ nvme list +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-6.17.2-1-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: Sun Jul 26 16:30:28 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: ( 1980) 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 195 190 021 Pre-fail Always - 3241 + 4 Start_Stop_Count 0x0032 094 094 000 Old_age Always - 6735 + 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 - 16289 + 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 - 30231 +194 Temperature_Celsius 0x0022 107 091 000 Old_age Always - 40 +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 stopped 32000 32.00 0 + 600 tsys-awx stopped 12000 32.00 0 + 601 pfv-k8s-cnode4 running 4096 32.00 1730 + 602 pfv-k8s-cnode5 running 4096 32.00 1918 + 603 pfv-k8s-cnode2 running 4096 32.00 2127 + +--- 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;ide2;net0 +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: D5: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 602 --- +agent: 1 +balloon: 0 +boot: order=scsi0 +cores: 4 +cpu: host +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: pfv-k8s-cnode5 +net0: virtio=BC:24:11:94:71:07,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D5:602/vm-602-disk-0.qcow2,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=186032bf-fc6e-45c1-a8f2-7d3fb8b26d54 +sockets: 1 +vmgenid: b5bf1594-fdfb-4b56-b455-9366fbd21c56 + +--- VM 603 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 4 +cpu: host +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: pfv-k8s-cnode2 +net0: virtio=BC:24:11:40:25:F8,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:603/vm-603-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=7b189aa1-9525-4366-b570-81e786de3351 +sockets: 1 +vmgenid: 1c296c7a-ffc3-4086-8390-85691f1ab104 + + +--- 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 --- +--- 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" : 12960, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 160, + "tx-bytes" : 12960, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 160 + } + }, + { + "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::d", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 602 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" : 8288, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 96, + "tx-bytes" : 8288, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 96 + } + }, + { + "hardware-address" : "bc:24:11:94:71:07", + "ip-addresses" : [ + { + "ip-address" : "192.168.3.180", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::b", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 603 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" : 12960, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 160, + "tx-bytes" : 12960, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 160 + } + }, + { + "hardware-address" : "bc:24:11:40:25:f8", + "ip-addresses" : [ + { + "ip-address" : "192.168.1.214", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::a", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, + +--- /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 16:19:04 CDT; 11min ago + Invocation: 06e68d32bce34b4d967ffb12b9bc0040 + Main PID: 1225 (pmxcfs) + Tasks: 6 (limit: 115736) + Memory: 57.5M (peak: 64.7M) + CPU: 945ms + CGroup: /system.slice/pve-cluster.service + └─1225 /usr/bin/pmxcfs + +Jul 26 16:19:02 pfv-tsys6 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 26 16:19:02 pfv-tsys6 pmxcfs[1188]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address +Jul 26 16:19:02 pfv-tsys6 pmxcfs[1188]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address +Jul 26 16:19:04 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 16:19:14 CDT; 12min ago + Invocation: 444c4af193194e7d9355c0679b68cb7e + Main PID: 1488 (pvedaemon) + Tasks: 4 (limit: 115736) + Memory: 178.8M (peak: 195.2M) + CPU: 2.378s + CGroup: /system.slice/pvedaemon.service + ├─1488 pvedaemon + ├─1489 "pvedaemon worker" + ├─1490 "pvedaemon worker" + └─1491 "pvedaemon worker" + +Jul 26 16:19:04 pfv-tsys6 systemd[1]: Starting pvedaemon.service - PVE API Daemon... +Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: starting server +Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: starting 3 worker(s) +Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: worker 1489 started +Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: worker 1490 started +Jul 26 16:19:13 pfv-tsys6 pvedaemon[1488]: worker 1491 started +Jul 26 16:19:14 pfv-tsys6 systemd[1]: Started pvedaemon.service - PVE API Daemon. +Jul 26 16:19:18 pfv-tsys6 pvedaemon[1491]: successful auth for user 'root@pam' +Jul 26 16:19:27 pfv-tsys6 pvedaemon[1490]: 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 16:19:17 CDT; 12min ago + Invocation: ee0b6bee858248c5a77e5181a9a3bbb0 + Main PID: 1512 (pveproxy) + Tasks: 4 (limit: 115736) + Memory: 204.4M (peak: 205.6M) + CPU: 3.818s + CGroup: /system.slice/pveproxy.service + ├─1512 pveproxy + ├─1513 "pveproxy worker" + ├─1514 "pveproxy worker" + └─1515 "pveproxy worker" + +Jul 26 16:19:14 pfv-tsys6 systemd[1]: Starting pveproxy.service - PVE API Proxy Server... +Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: starting server +Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: starting 3 worker(s) +Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: worker 1513 started +Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: worker 1514 started +Jul 26 16:19:17 pfv-tsys6 pveproxy[1512]: worker 1515 started +Jul 26 16:19:17 pfv-tsys6 systemd[1]: Started pveproxy.service - PVE API Proxy Server. + +● 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 16:19:12 CDT; 12min ago + Invocation: d9b3bf78833340a7ba3d0f86278ba61e + Main PID: 1399 (pve-firewall) + Tasks: 1 (limit: 115736) + Memory: 107.9M (peak: 133.9M) + CPU: 8.256s + CGroup: /system.slice/pve-firewall.service + └─1399 pve-firewall + +Jul 26 16:19:04 pfv-tsys6 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 26 16:19:12 pfv-tsys6 pve-firewall[1399]: starting server +Jul 26 16:19:12 pfv-tsys6 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. + +● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 16:19:15 CDT; 12min ago + Invocation: 206ff3191fb948b8846eb0aa63fbf758 + Main PID: 1499 (pve-ha-crm) + Tasks: 1 (limit: 115736) + Memory: 115.9M (peak: 135.3M) + CPU: 1.613s + CGroup: /system.slice/pve-ha-crm.service + └─1499 pve-ha-crm + +Jul 26 16:19:14 pfv-tsys6 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 26 16:19:15 pfv-tsys6 pve-ha-crm[1499]: starting server +Jul 26 16:19:15 pfv-tsys6 pve-ha-crm[1499]: status change startup => wait_for_quorum +Jul 26 16:19:15 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 16:19:18 CDT; 12min ago + Invocation: 517586c238044dc1921804c41903b415 + Main PID: 1560 (pve-ha-lrm) + Tasks: 1 (limit: 115736) + Memory: 115.3M (peak: 134.6M) + CPU: 1.711s + CGroup: /system.slice/pve-ha-lrm.service + └─1560 pve-ha-lrm + +Jul 26 16:19:17 pfv-tsys6 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... +Jul 26 16:19:18 pfv-tsys6 pve-ha-lrm[1560]: starting server +Jul 26 16:19:18 pfv-tsys6 pve-ha-lrm[1560]: status change startup => wait_for_agent_lock +Jul 26 16:19:18 pfv-tsys6 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. + +● pvestatd.service - PVE Status Daemon + Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 16:19:12 CDT; 12min ago + Invocation: 2831f5f068454cceb8c15847f0d95a82 + Main PID: 1414 (pvestatd) + Tasks: 1 (limit: 115736) + Memory: 122.8M (peak: 204.3M) + CPU: 20.666s + CGroup: /system.slice/pvestatd.service + └─1414 pvestatd + + +--- 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 16:18:39 CDT; 12min ago + Invocation: ed2b247a563d4814a058678c3c651ee2 +TriggeredBy: ● rpcbind.socket + Docs: man:rpcbind(8) + Main PID: 841 (rpcbind) + Tasks: 1 (limit: 115736) + Memory: 620K (peak: 1.7M) + CPU: 14ms + CGroup: /system.slice/rpcbind.service + └─841 /usr/sbin/rpcbind -f -w + +Jul 26 16:18:39 pfv-tsys6 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 26 16:18:39 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 16:18:23 CDT; 13min ago + Invocation: 53bddb8a7caf4143aedf1958631b5e17 + Docs: man:zfs(8) + Main PID: 678 (code=exited, status=0/SUCCESS) + Mem peak: 1.6M + CPU: 15ms + +Jul 26 16:18:22 pfv-tsys6 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 26 16:18:23 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 16:18:44 CDT; 12min ago + Invocation: 40eacc0ae7d043f0bfa57f9fe99e589b + Docs: man:smartd(8) + man:smartd.conf(5) + Main PID: 857 (smartd) + Status: "Next check of 1 device will start at 16:48:44" + Tasks: 1 (limit: 115736) + Memory: 3.5M (peak: 4.6M) + CPU: 52ms + CGroup: /system.slice/smartmontools.service + └─857 /usr/sbin/smartd -n -q never + +Jul 26 16:18:42 pfv-tsys6 smartd[857]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices +Jul 26 16:18:42 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], opened +Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], WDC WD20SDRM-59A4DS1, S/N:WD-WXL2A232X5RX, WWN:5-0014ee-215a96feb, FW:01.01A01, 2.00 TB +Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], not found in smartd database 7.5/5706. +Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. +Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD20SDRM_59A4DS1-WD_WXL2A232X5RX.ata.state +Jul 26 16:18:43 pfv-tsys6 smartd[857]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices +Jul 26 16:18:43 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], SMART Prefailure Attribute: 3 Spin_Up_Time changed from 194 to 195 +Jul 26 16:18:44 pfv-tsys6 smartd[857]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD20SDRM_59A4DS1-WD_WXL2A232X5RX.ata.state +Jul 26 16:18:44 pfv-tsys6 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. + +############################################################################### +# 25. TIMERS / CRON +############################################################################### + +--- systemctl list-timers + $ systemctl list-timers --all --no-pager +NEXT LEFT LAST PASSED UNIT ACTIVATES +Sun 2026-07-26 16:32:55 CDT 1min 22s - - systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-07-26 16:40:00 CDT 8min Sun 2026-07-26 16:30:03 CDT 1min 29s ago sysstat-collect.timer sysstat-collect.service +Sun 2026-07-26 21:32:37 CDT 5h 1min Sun 2026-07-26 11:24:32 CDT - apt-daily.timer apt-daily.service +Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:08 CDT - dpkg-db-backup.timer dpkg-db-backup.service +Mon 2026-07-27 00:00:00 CDT 7h - - sysstat-rotate.timer sysstat-rotate.service +Mon 2026-07-27 00:07:00 CDT 7h - - sysstat-summary.timer sysstat-summary.service +Mon 2026-07-27 00:27:03 CDT 7h Mon 2026-07-20 00:09:30 CDT - fstrim.timer fstrim.service +Mon 2026-07-27 00:31:55 CDT 8h Sun 2026-07-26 00:58:33 CDT - logrotate.timer logrotate.service +Mon 2026-07-27 01:15:29 CDT 8h Sun 2026-07-26 03:50:00 CDT - beszel-agent-update.timer beszel-agent-update.service +Mon 2026-07-27 02:09:57 CDT 9h Sun 2026-07-26 03:03:30 CDT - pve-daily-update.timer pve-daily-update.service +Mon 2026-07-27 06:06:03 CDT 13h Sun 2026-07-26 06:44:51 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service +Mon 2026-07-27 10:51:27 CDT 18h Sun 2026-07-26 01:32:41 CDT - man-db.timer man-db.service +Sun 2026-08-02 03:10:04 CDT 6 days Sun 2026-07-26 03:11:00 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Sun 2026-08-02 03:10:15 CDT 6 days Sun 2026-07-26 03:10:43 CDT - e2scrub_all.timer e2scrub_all.service + +14 timers listed. + +--- /etc/cron.d +total 24 +drwxr-xr-x 2 root root 4096 Jul 26 16:27 . +drwxr-xr-x 106 root root 4096 Jul 26 16:27 .. +-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 106 root root 4096 Jul 26 16:27 .. +-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 106 root root 4096 Jul 26 16:27 .. +-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 106 root root 4096 Jul 26 16:27 .. +-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.48 1.09 0.81 1/415 10058 + +--- vmstat 1 3 + $ vmstat 1 3 +procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- + r b swpd free buff cache si so bi bo in cs us sy id wa st gu + 0 0 0 93275596 23408 1692420 0 0 2209 352 6116 3 1 1 92 6 0 0 + 0 0 0 93276596 23408 1692516 0 0 0 0 2367 3188 0 1 99 0 0 0 + 0 0 0 93277592 23416 1692540 0 0 20 128 1549 2938 0 0 99 0 0 0 + +--- mpstat 1 3 (per-cpu) + $ mpstat 1 3 +Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:34 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +04:31:35 PM all 0.00 0.00 0.00 0.44 0.00 0.00 0.00 0.19 0.00 99.31 +04:31:36 PM all 0.00 0.00 0.06 0.00 0.00 0.00 0.00 0.06 0.00 99.81 +04:31:37 PM all 0.00 0.00 0.06 0.00 0.00 0.00 0.00 0.19 0.00 99.69 +Average: all 0.00 0.00 0.04 0.15 0.00 0.00 0.00 0.15 0.00 99.65 + +--- iostat -xz 1 3 + $ iostat -xz 1 3 +Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +avg-cpu: %user %nice %system %iowait %steal %idle + 1.40 0.00 1.26 5.75 0.00 91.59 + +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.16 2.68 0.00 0.00 39.72 16.92 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.01 0.61 +dm-1 28.64 2128.69 0.00 0.00 26.21 74.32 19.41 350.43 0.00 0.00 7.09 18.06 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.89 24.79 +dm-2 0.03 9.81 0.00 0.00 13.71 288.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 0.05 +sda 35.81 2196.08 8.89 19.88 9.34 61.33 14.37 350.43 7.10 33.07 3.81 24.39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.39 21.55 + + +avg-cpu: %user %nice %system %iowait %steal %idle + 0.13 0.00 0.06 1.25 0.00 98.56 + +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.13 0.00 1.25 8.52 0.00 90.10 + +Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util +dm-1 0.00 0.00 0.00 0.00 0.00 0.00 13.00 224.00 0.00 0.00 1.62 17.23 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.20 +sda 0.00 0.00 0.00 0.00 0.00 0.00 7.00 224.00 7.00 50.00 2.43 32.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.20 + + + +--- sar -dp 1 2 + $ sar -dp 1 2 +Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:39 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +04:31:40 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +04:31:40 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +04:31:41 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +04:31:41 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +04:31:41 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +04:31:41 PM 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: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 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 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +04:31:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:42 PM nic0 37.00 8.00 4.62 2.71 0.00 0.00 17.00 0.00 +04:31:42 PM nic1 51.00 52.00 5.65 4.62 0.00 0.00 0.00 0.00 +04:31:42 PM nic2 4.00 0.00 0.64 0.00 0.00 0.00 0.00 0.00 +04:31:42 PM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +04:31:42 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:42 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:42 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:42 PM vmbr0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 +04:31:42 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:42 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:42 PM bond0 55.00 52.00 6.29 4.62 0.00 0.00 0.00 0.00 +04:31:42 PM storagenet 64.00 98.00 6.33 8.78 0.00 0.00 0.00 0.00 +04:31:42 PM tap601i0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 +04:31:42 PM fwbr601i0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 +04:31:42 PM fwpr601p0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 +04:31:42 PM fwln601i0 28.00 2.00 2.27 0.35 0.00 0.00 0.00 0.00 +04:31:42 PM tap602i0 9.00 47.00 3.46 9.81 0.00 0.00 0.00 0.00 +04:31:42 PM fwbr602i0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 +04:31:42 PM fwpr602p0 9.00 47.00 3.46 9.81 0.00 0.00 0.00 0.00 +04:31:42 PM fwln602i0 47.00 9.00 9.81 3.46 0.00 0.00 0.00 0.00 +04:31:42 PM tap603i0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 +04:31:42 PM fwbr603i0 26.00 0.00 1.56 0.00 0.00 0.00 12.00 0.00 +04:31:42 PM fwpr603p0 2.00 28.00 0.35 2.27 0.00 0.00 0.00 0.00 +04:31:42 PM fwln603i0 28.00 2.00 2.27 0.35 0.00 0.00 0.00 0.00 + +04:31:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +04:31:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:43 PM nic0 58.00 14.00 11.88 3.90 0.00 0.00 17.00 0.01 +04:31:43 PM nic1 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +04:31:43 PM nic2 13.00 46.00 1.80 4.54 0.00 0.00 0.00 0.00 +04:31:43 PM nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00 +04:31:43 PM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:43 PM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:43 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:43 PM vmbr0 23.00 6.00 1.65 1.27 0.00 0.00 8.00 0.00 +04:31:43 PM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:43 PM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +04:31:43 PM bond0 14.00 46.00 1.86 4.54 0.00 0.00 1.00 0.00 +04:31:43 PM storagenet 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00 +04:31:43 PM tap601i0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 +04:31:43 PM fwbr601i0 18.00 0.00 0.94 0.00 0.00 0.00 8.00 0.00 +04:31:43 PM fwpr601p0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 +04:31:43 PM fwln601i0 18.00 0.00 1.18 0.00 0.00 0.00 0.00 0.00 +04:31:43 PM tap602i0 4.00 38.00 1.35 8.61 0.00 0.00 0.00 0.00 +04:31:43 PM fwbr602i0 18.00 0.00 0.94 0.00 0.00 0.00 8.00 0.00 +04:31:43 PM fwpr602p0 4.00 38.00 1.35 8.61 0.00 0.00 0.00 0.00 +04:31:43 PM fwln602i0 38.00 4.00 8.61 1.35 0.00 0.00 0.00 0.00 +04:31:43 PM tap603i0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 +04:31:43 PM fwbr603i0 18.00 0.00 0.94 0.00 0.00 0.00 8.00 0.00 +04:31:43 PM fwpr603p0 0.00 18.00 0.00 1.18 0.00 0.00 0.00 0.00 +04:31:43 PM fwln603i0 18.00 0.00 1.18 0.00 0.00 0.00 0.00 0.00 + +Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: nic0 47.50 11.00 8.25 3.31 0.00 0.00 17.00 0.01 +Average: nic1 26.00 26.00 2.86 2.31 0.00 0.00 0.50 0.00 +Average: nic2 8.50 23.00 1.22 2.27 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: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: vmbr0 24.50 3.00 1.60 0.63 0.00 0.00 10.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 34.50 49.00 4.08 4.58 0.00 0.00 0.50 0.00 +Average: storagenet 32.50 49.00 3.19 4.39 0.00 0.00 0.50 0.00 +Average: tap601i0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 +Average: fwbr601i0 22.00 0.00 1.25 0.00 0.00 0.00 10.00 0.00 +Average: fwpr601p0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 +Average: fwln601i0 23.00 1.00 1.72 0.17 0.00 0.00 0.00 0.00 +Average: tap602i0 6.50 42.50 2.41 9.21 0.00 0.00 0.00 0.00 +Average: fwbr602i0 22.00 0.00 1.25 0.00 0.00 0.00 10.00 0.00 +Average: fwpr602p0 6.50 42.50 2.41 9.21 0.00 0.00 0.00 0.00 +Average: fwln602i0 42.50 6.50 9.21 2.41 0.00 0.00 0.00 0.00 +Average: tap603i0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 +Average: fwbr603i0 22.00 0.00 1.25 0.00 0.00 0.00 10.00 0.00 +Average: fwpr603p0 1.00 23.00 0.17 1.72 0.00 0.00 0.00 0.00 +Average: fwln603i0 23.00 1.00 1.72 0.17 0.00 0.00 0.00 0.00 + +--- sar -n NFS,NFSD 1 2 + $ sar -n NFS,NFSD 1 2 +Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:43 PM call/s retrans/s read/s write/s access/s getatt/s +04:31:44 PM 5.00 0.00 0.00 4.00 0.00 0.00 + +04:31:43 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +04:31:44 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +04:31:44 PM call/s retrans/s read/s write/s access/s getatt/s +04:31:45 PM 1.00 0.00 0.00 1.00 0.00 0.00 + +04:31:44 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +04:31:45 PM 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: 3.00 0.00 0.00 2.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 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:45 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw +04:31:46 PM 357 18 4 0 0 85 +Average: 357 18 4 0 0 85 + +--- sar -n TCP,ETCP 1 2 + $ sar -n TCP,ETCP 1 2 +Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:46 PM active/s passive/s iseg/s oseg/s +04:31:47 PM 0.00 0.00 1.00 0.00 + +04:31:46 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +04:31:47 PM 0.00 0.00 0.00 0.00 0.00 + +04:31:47 PM active/s passive/s iseg/s oseg/s +04:31:48 PM 0.00 0.00 0.00 0.00 + +04:31:47 PM atmptf/s estres/s retrans/s isegerr/s orsts/s +04:31:48 PM 0.00 0.00 0.00 0.00 0.00 + +Average: active/s passive/s iseg/s oseg/s +Average: 0.00 0.00 0.50 0.00 + +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 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:48 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +04:31:49 PM 0 1225 15.53 23.30 0.00 0 pmxcfs +04:31:49 PM 0 1560 0.00 0.08 0.00 0 pve-ha-lrm + +04:31:49 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +04:31:50 PM 0 443 0.00 16.00 0.00 0 systemd-journal + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 0 443 0.00 7.88 0.00 0 systemd-journal +Average: 0 1225 7.88 11.82 0.00 0 pmxcfs +Average: 0 1560 0.00 0.04 0.00 0 pve-ha-lrm + +--- pidstat -u 1 2 (top cpu) + $ pidstat -u 1 2 +Linux 6.17.2-1-pve (pfv-tsys6) 07/26/2026 _x86_64_ (16 CPU) + +04:31:50 PM UID PID %usr %system %guest %wait %CPU CPU Command +04:31:51 PM 0 1730 0.00 0.00 3.92 0.00 0.98 4 kvm +04:31:51 PM 0 1918 0.00 0.98 0.98 0.00 0.98 14 kvm +04:31:51 PM 0 2127 0.00 0.00 0.98 0.00 0.98 12 kvm +04:31:51 PM 0 10155 0.98 0.98 0.00 0.00 1.96 8 pidstat + +04:31:51 PM UID PID %usr %system %guest %wait %CPU CPU Command +04:31:52 PM 0 1414 5.00 8.00 0.00 0.00 13.00 7 pvestatd +04:31:52 PM 0 1730 0.00 0.00 3.00 0.00 3.00 4 kvm +04:31:52 PM 0 1918 2.00 0.00 0.00 0.00 2.00 14 kvm +04:31:52 PM 0 2127 0.00 0.00 3.00 0.00 2.00 12 kvm +04:31:52 PM 0 10155 1.00 1.00 0.00 0.00 2.00 8 pidstat + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 0 1414 2.48 3.96 0.00 0.00 6.44 - pvestatd +Average: 0 1730 0.00 0.00 3.47 0.00 1.98 - kvm +Average: 0 1918 0.50 0.50 0.50 0.00 1.49 - kvm +Average: 0 2127 0.00 0.00 1.98 0.00 1.49 - kvm +Average: 0 10155 0.99 0.99 0.00 0.00 1.98 - pidstat + +--- top (single snapshot, top 30) + $ top -b -n 1 +top - 16:31:52 up 13 min, 1 user, load average: 1.06, 1.01, 0.79 +Tasks: 324 total, 1 running, 323 sleeping, 0 stopped, 0 zombie +%Cpu(s): 0.7 us, 1.0 sy, 0.0 ni, 95.9 id, 2.4 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 96542.5 total, 91082.9 free, 4661.2 used, 1676.2 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 91881.2 avail Mem + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 10183 root 20 0 10424 5500 3404 R 8.3 0.0 0:00.01 top + 1 root 20 0 25300 15828 10700 S 0.0 0.0 0:10.47 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd + 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ + 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 11 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 12 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:00.55 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.00 migrati+ + 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 25 root 20 0 0 0 0 I 0.0 0.0 0:00.29 kworker+ + 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:00.91 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 55 root 20 0 0 0 0 I 0.0 0.0 0:00.28 kworker+ + 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 + 64 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 65 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ + 66 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 68 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 + 70 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 71 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ + 72 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 74 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 75 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 + 76 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 77 root rt 0 0 0 0 S 0.0 0.0 0:00.92 migrati+ + 78 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 79 root 20 0 0 0 0 I 0.0 0.0 0:00.49 kworker+ + 80 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 81 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 + 82 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 83 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ + 84 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 87 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12 + 88 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 89 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ + 90 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 92 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13 + 94 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 95 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ + 96 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/14 + 100 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 101 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ + 102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 105 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15 + 106 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 107 root rt 0 0 0 0 S 0.0 0.0 0:00.93 migrati+ + 108 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 111 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 112 root 20 0 0 0 0 I 0.0 0.0 0:01.24 kworker+ + 113 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 114 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 115 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 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.00 kauditd + 119 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungta+ + 120 root 20 0 0 0 0 I 0.0 0.0 0:00.16 kworker+ + 121 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 122 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 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:00.01 kcompac+ + 125 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 126 root 39 19 0 0 0 S 0.0 0.0 0:00.00 khugepa+ + 127 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 128 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 130 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+ + 132 root 20 0 0 0 0 I 0.0 0.0 0:03.57 kworker+ + 133 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 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 -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 142 root 0 -20 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 143 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 144 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 145 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 146 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/25-+ + 147 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/26-+ + 148 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+ + 149 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+ + 150 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 152 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 153 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 154 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 155 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 156 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 157 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 158 root 20 0 0 0 0 I 0.0 0.0 0:01.55 kworker+ + 159 root 20 0 0 0 0 I 0.0 0.0 0:00.36 kworker+ + 161 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ + 162 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 165 root 20 0 0 0 0 I 0.0 0.0 0:00.93 kworker+ + 167 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+ + 169 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 180 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 181 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 209 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 213 root 20 0 0 0 0 I 0.0 0.0 0:00.36 kworker+ + 215 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 226 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 237 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 239 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 240 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 241 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 242 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 243 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 245 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 246 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 247 root 20 0 0 0 0 I 0.0 0.0 0:00.34 kworker+ + 249 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 253 root 20 0 0 0 0 I 0.0 0.0 0:01.31 kworker+ + 254 root 20 0 0 0 0 I 0.0 0.0 0:00.30 kworker+ + 256 root 20 0 0 0 0 I 0.0 0.0 0:00.37 kworker+ + 269 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 279 root 20 0 0 0 0 I 0.0 0.0 0:00.55 kworker+ + 280 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ + 289 root 20 0 0 0 0 I 0.0 0.0 0:02.48 kworker+ + 290 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 291 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 292 root 20 0 0 0 0 S 0.0 0.0 0:02.12 usb-sto+ + 293 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 330 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 331 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+ + 348 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 349 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 378 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 379 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 380 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 395 root 20 0 0 0 0 S 0.0 0.0 0:00.06 jbd2/dm+ + 396 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 443 root 20 0 75036 49760 48252 S 0.0 0.1 0:00.72 systemd+ + 451 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 455 root 20 0 0 0 0 I 0.0 0.0 0:02.29 kworker+ + 457 root 20 0 0 0 0 I 0.0 0.0 0:01.41 kworker+ + 483 root 20 0 0 0 0 I 0.0 0.0 0:00.98 kworker+ + 486 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 487 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 488 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 489 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 493 root 20 0 36732 10356 7884 S 0.0 0.0 0:00.85 systemd+ + 495 root 20 0 77296 22300 9124 S 0.0 0.0 0:00.06 dmeventd + 498 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 499 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 500 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 501 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 502 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 503 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 504 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 505 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 506 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 507 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 508 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 509 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 510 root 39 19 0 0 0 S 0.0 0.0 0:00.00 arc_reap + 511 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 512 root 39 19 0 0 0 S 0.0 0.0 0:00.00 dbuf_ev+ + 514 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 561 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 578 root 20 0 0 0 0 S 0.0 0.0 0:00.00 l2arc_f+ + 599 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 603 root 39 19 0 0 0 S 0.0 0.0 0:00.00 kipmi0 + 656 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 709 root 20 0 79620 2372 2160 S 0.0 0.0 0:00.08 pvefw-l+ + 841 _rpc 20 0 6568 3912 3496 S 0.0 0.0 0:00.00 rpcbind + 843 _chrony 20 0 19940 5464 4696 S 0.0 0.0 0:00.06 chronyd + 844 message+ 20 0 8472 5112 4236 S 0.0 0.0 0:01.10 dbus-da+ + 851 root 20 0 276136 3592 3296 S 0.0 0.0 0:00.00 pve-lxc+ + 854 root 20 0 404848 7784 6796 S 0.0 0.0 0:00.12 rrdcach+ + 857 root 20 0 10080 6296 4844 S 0.0 0.0 0:00.05 smartd + 858 root 20 0 19080 9120 7828 S 0.0 0.0 0:00.53 systemd+ + 865 root 20 0 1422736 63172 26704 S 0.0 0.1 0:07.21 tailsca+ + 871 root 20 0 5748 2044 1860 S 0.0 0.0 0:00.00 qmeventd + 872 root 20 0 7216 2344 2000 S 0.0 0.0 0:00.00 ksmtuned + 874 root 20 0 2432 1608 1508 S 0.0 0.0 0:00.02 watchdo+ + 877 root 20 0 104408 6376 5232 S 0.0 0.0 0:00.00 zed + 881 root 20 0 159036 2472 2104 S 0.0 0.0 0:00.00 lxcfs + 908 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 909 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 919 root 20 0 5256 1624 1400 S 0.0 0.0 0:00.00 blkmapd + 950 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+ + 951 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 952 _chrony 20 0 11612 2376 1744 S 0.0 0.0 0:00.00 chronyd + 1057 root 20 0 5972 3548 2704 S 0.0 0.0 0:00.00 dhclient + 1120 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1183 beszel 20 0 2223376 17544 10396 S 0.0 0.0 0:00.51 beszel-+ + 1184 _lldpd 20 0 21376 6584 5420 S 0.0 0.0 0:00.03 lldpd + 1185 root 20 0 5520 2592 2348 S 0.0 0.0 0:00.00 lxc-mon+ + 1193 root 20 0 266308 32352 15148 S 0.0 0.0 0:00.44 tuned + 1201 root 20 0 8168 2592 2364 S 0.0 0.0 0:00.33 agetty + 1204 root 20 0 11776 7712 6488 S 0.0 0.0 0:00.23 sshd + 1225 root 20 0 486116 58116 51032 S 0.0 0.1 0:00.96 pmxcfs + 1232 _lldpd 20 0 21376 2892 1748 S 0.0 0.0 0:00.03 lldpd + 1263 root 20 0 6864 2944 2692 S 0.0 0.0 0:00.00 cron + 1264 root 20 0 13584 6044 5132 S 0.0 0.0 0:00.08 proxmox+ + 1378 root 20 0 43984 4756 4112 S 0.0 0.0 0:00.00 master + 1379 postfix 20 0 44472 7688 7004 S 0.0 0.0 0:00.00 pickup + 1380 postfix 20 0 44524 7708 7016 S 0.0 0.0 0:00.00 qmgr + 1383 polkitd 20 0 306704 8176 7112 S 0.0 0.0 0:00.19 polkitd + 1399 root 20 0 177924 108936 5316 S 0.0 0.1 0:02.59 pve-fir+ + 1414 root 20 0 181428 116928 10684 S 0.0 0.1 0:10.18 pvestatd + 1415 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 1488 root 20 0 219500 149704 3372 S 0.0 0.2 0:00.02 pvedaem+ + 1489 root 20 0 227668 155868 8448 S 0.0 0.2 0:00.08 pvedaem+ + 1490 root 20 0 228040 156600 8984 S 0.0 0.2 0:00.10 pvedaem+ + 1491 root 20 0 228048 156608 9044 S 0.0 0.2 0:00.12 pvedaem+ + 1499 root 20 0 205240 122188 4344 S 0.0 0.1 0:00.06 pve-ha-+ + 1512 www-data 20 0 220892 151020 3476 S 0.0 0.2 0:00.01 pveproxy + 1513 www-data 20 0 230484 159848 9772 S 0.0 0.2 0:00.32 pveprox+ + 1514 www-data 20 0 242824 176248 13864 S 0.0 0.2 0:00.40 pveprox+ + 1515 www-data 20 0 233740 166964 13720 S 0.0 0.2 0:00.32 pveprox+ + 1548 www-data 20 0 92572 55296 3392 S 0.0 0.1 0:00.01 spicepr+ + 1549 www-data 20 0 92680 56032 3956 S 0.0 0.1 0:00.03 spicepr+ + 1559 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 1560 root 20 0 204552 121304 4116 S 0.0 0.1 0:00.14 pve-ha-+ + 1674 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1690 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 1730 root 20 0 4968180 680632 11500 S 0.0 0.7 0:31.59 kvm + 1855 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1918 root 20 0 4964060 702644 11344 S 0.0 0.7 0:36.75 kvm + 1973 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2127 root 20 0 4999016 686880 11364 S 0.0 0.7 0:33.92 kvm + 2212 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2224 root 20 0 201144 124592 3552 S 0.0 0.1 0:00.07 pvesche+ + 2304 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 2305 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 2306 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 2424 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 2466 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 2596 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 2712 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 3557 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 3709 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 3789 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 3837 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 3843 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 4068 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 4189 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 4239 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 4325 root 20 0 22244 12468 10068 S 0.0 0.0 0:00.34 systemd + 4329 root 20 0 24404 3820 2024 S 0.0 0.0 0:00.00 (sd-pam) + 4351 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 4384 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 4507 root 20 0 0 0 0 I 0.0 0.0 0:02.08 kworker+ + 4539 root 20 0 19648 11524 9756 S 0.0 0.0 0:00.02 sshd-se+ + 4548 root 20 0 19904 7456 5416 S 0.0 0.0 0:00.00 sshd-se+ + 4549 root 20 0 7316 3808 3276 S 0.0 0.0 0:00.64 bash + 5734 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 6974 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7768 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7769 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7770 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7771 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7976 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 7981 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 8582 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 8866 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 9150 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 9804 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 9921 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 10017 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10084 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10093 root 20 0 5580 2216 2104 S 0.0 0.0 0:00.00 sleep + 10151 root 20 0 36736 6092 3584 S 0.0 0.0 0:00.00 (udev-w+ + 10152 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10181 root 20 0 7316 2528 1996 S 0.0 0.0 0:00.00 bash + 10182 root 20 0 5588 2136 2016 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 +16:31:54 0 0 0 0 0 0 0 3.8K 2.9G 86.0G +16:31:55 0 0 0 0 0 0 0 3.8K 2.9G 86.0G + +--- /proc/net/dev delta (1s) + $ awk '{print $1}' /proc/net/dev +echo "--- t0 ---" +cat /proc/net/dev +sleep 1 +echo "--- t1 (1s later) ---" +cat /proc/net/dev +Inter-| +face +lo: +nic0: +nic1: +nic2: +nic3: +nic4: +nic5: +tailscale0: +vmbr0: +nic3.2: +br-rr-mgmt: +bond0: +storagenet: +tap601i0: +fwbr601i0: +fwpr601p0: +fwln601i0: +tap602i0: +fwbr602i0: +fwpr602p0: +fwln602i0: +tap603i0: +fwbr603i0: +fwpr603p0: +fwln603i0: +--- t0 --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 48351 280 0 0 0 0 0 0 48351 280 0 0 0 0 0 0 + nic0: 11848019 53590 0 26 0 0 0 21694 3810506 14227 0 3 0 0 0 0 + nic1: 11845197824 8436660 0 0 0 0 0 616 1650965209 1399232 0 0 0 0 0 0 + nic2: 581561737 411361 0 0 0 0 0 138 2614673586 2150975 0 0 0 0 0 0 + nic3: 85935 859 0 0 0 0 0 768 11976 58 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 +tailscale0: 512640 1965 0 0 0 0 0 0 1234488 1760 0 0 0 0 0 0 + vmbr0: 6943174 37193 0 0 0 0 0 18978 2241873 6601 0 5 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: 12426759561 8848021 0 50 0 0 0 754 4265638795 3550207 0 0 0 0 0 0 +storagenet: 11929485747 2348173 0 0 0 0 0 648 4075744027 887683 0 0 0 0 0 0 +tap601i0: 454168 2211 0 0 0 0 0 0 3763820 31078 0 0 0 0 0 0 +fwbr601i0: 2293871 27348 0 27 0 0 0 18012 0 0 0 0 0 0 0 0 +fwpr601p0: 460393 2236 0 25 0 0 0 0 3763845 31078 0 0 0 0 0 0 +fwln601i0: 3763845 31078 0 25 0 0 0 0 460393 2236 0 0 0 0 0 0 +tap602i0: 562905 2747 0 0 0 0 0 0 3961414 31610 0 0 0 0 0 0 +fwbr602i0: 2277986 27148 0 27 0 0 0 17877 0 0 0 0 0 0 0 0 +fwpr602p0: 569130 2772 0 25 0 0 0 0 3961439 31610 0 0 0 0 0 0 +fwln602i0: 3961439 31610 0 25 0 0 0 0 569130 2772 0 0 0 0 0 0 +tap603i0: 446170 2167 0 0 0 0 0 0 3716431 30333 0 410 0 0 0 0 +fwbr603i0: 2265200 27009 0 27 0 0 0 17795 0 0 0 0 0 0 0 0 +fwpr603p0: 452395 2192 0 25 0 0 0 0 3752619 30743 0 0 0 0 0 0 +fwln603i0: 3752619 30743 0 25 0 0 0 0 452395 2192 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: 48351 280 0 0 0 0 0 0 48351 280 0 0 0 0 0 0 + nic0: 11860992 53656 0 26 0 0 0 21706 3812677 14246 0 3 0 0 0 0 + nic1: 11845197888 8436661 0 0 0 0 0 617 1650983513 1399248 0 0 0 0 0 0 + nic2: 581563697 411377 0 0 0 0 0 138 2614704276 2150998 0 0 0 0 0 0 + nic3: 85999 860 0 0 0 0 0 769 11976 58 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 +tailscale0: 512796 1967 0 0 0 0 0 0 1234568 1761 0 0 0 0 0 0 + vmbr0: 6945080 37218 0 0 0 0 0 18984 2242345 6604 0 5 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: 12426761585 8848038 0 50 0 0 0 755 4265687789 3550246 0 0 0 0 0 0 +storagenet: 11929486940 2348180 0 0 0 0 0 649 4075753413 887692 0 0 0 0 0 0 +tap601i0: 454168 2211 0 0 0 0 0 0 3765545 31099 0 0 0 0 0 0 +fwbr601i0: 2295131 27368 0 27 0 0 0 18018 0 0 0 0 0 0 0 0 +fwpr601p0: 460393 2236 0 25 0 0 0 0 3765570 31099 0 0 0 0 0 0 +fwln601i0: 3765570 31099 0 25 0 0 0 0 460393 2236 0 0 0 0 0 0 +tap602i0: 562905 2747 0 0 0 0 0 0 3963139 31631 0 0 0 0 0 0 +fwbr602i0: 2279246 27168 0 27 0 0 0 17883 0 0 0 0 0 0 0 0 +fwpr602p0: 569130 2772 0 25 0 0 0 0 3963164 31631 0 0 0 0 0 0 +fwln602i0: 3963164 31631 0 25 0 0 0 0 569130 2772 0 0 0 0 0 0 +tap603i0: 449892 2187 0 0 0 0 0 0 3731433 30395 0 410 0 0 0 0 +fwbr603i0: 2266460 27029 0 27 0 0 0 17801 0 0 0 0 0 0 0 0 +fwpr603p0: 456117 2212 0 25 0 0 0 0 3767621 30805 0 0 0 0 0 0 +fwln603i0: 3767621 30805 0 25 0 0 0 0 456117 2212 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: Sun 2026-07-26 16:31:56 CDT + Universal time: Sun 2026-07-26 21:31:56 UTC + RTC time: Sun 2026-07-26 21:31:56 + Time zone: America/Chicago (CDT, -0500) +System clock synchronized: yes + NTP service: active + RTC in local TZ: no + +--- chronyc tracking + $ chronyc tracking +Reference ID : 4AD00E95 (ip74-208-14-149.pbiaas.com) +Stratum : 2 +Ref time (UTC) : Sun Jul 26 21:31:16 2026 +System time : 0.000252371 seconds fast of NTP time +Last offset : +0.000553723 seconds +RMS offset : 0.001378522 seconds +Frequency : 39.263 ppm slow +Residual freq : +0.026 ppm +Skew : 1.046 ppm +Root delay : 0.022815762 seconds +Root dispersion : 0.000465359 seconds +Update interval : 64.9 seconds +Leap status : Normal + +--- chronyc sources + $ chronyc sources +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^+ ntp.nyc.icanbwell.com 2 6 377 43 +247us[ +800us] +/- 23ms +^- pentane.latt.net 3 6 377 170 -1015us[ -776us] +/- 85ms +^* ip74-208-14-149.pbiaas.c> 1 6 377 40 +330us[ +884us] +/- 11ms +^- sensei.ruselabs.com 2 6 377 43 -18ms[ -18ms] +/- 39ms + +--- ntpq peers + $ ntpq -pn +/root/check.sh: line 45: ntpq: command not found + [exit=127 / not installed or not permitted] + +############################################################################### +# 28. FIREWALL / SECURITY +############################################################################### + +--- pve-firewall status + $ pve-firewall status +Status: disabled/running + +--- nft ruleset (count) + $ nft list ruleset + +--- nft ruleset (head) + $ nft list ruleset + +--- iptables-save (legacy) + $ iptables-save +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 +*mangle +:PREROUTING ACCEPT [1463373:10750894943] +:INPUT ACCEPT [1433911:10747462542] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [895686:4066743584] +:POSTROUTING ACCEPT [895686:4066743584] +-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 +-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 +COMMIT +# Completed on Sun Jul 26 16:31:57 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 +*raw +:PREROUTING ACCEPT [1463462:10750926746] +:OUTPUT ACCEPT [895776:4066753116] +COMMIT +# Completed on Sun Jul 26 16:31:57 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 +*nat +:PREROUTING ACCEPT [28560:3264330] +:INPUT ACCEPT [720:185114] +:OUTPUT ACCEPT [1750:120015] +:POSTROUTING ACCEPT [1750:120015] +:ts-postrouting - [0:0] +-A POSTROUTING -j ts-postrouting +-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE +COMMIT +# Completed on Sun Jul 26 16:31:57 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:31:57 2026 +*filter +:INPUT ACCEPT [1428267:10746075686] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [895811:4066755765] +: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 Sun Jul 26 16:31:57 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 (843) + /usr/sbin/chronyd (952) + /usr/sbin/dhclient (1057) /{,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 + 1918 root 702644 4964060 5.0 0.7 kvm + 2127 root 686880 4999016 4.6 0.6 kvm + 1730 root 680632 4968180 4.3 0.6 kvm + 1514 www-data 176248 242824 0.0 0.1 pveproxy worker + 1515 www-data 166964 233740 0.0 0.1 pveproxy worker + 1513 www-data 159848 230484 0.0 0.1 pveproxy worker + 1491 root 156608 228048 0.0 0.1 pvedaemon worke + 1490 root 156600 228040 0.0 0.1 pvedaemon worke + 1489 root 155868 227668 0.0 0.1 pvedaemon worke + 1512 www-data 151020 220892 0.0 0.1 pveproxy + +--- top 10 CPU hogs + $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 + PID USER %CPU %MEM RSS COMMAND + 1918 root 5.0 0.7 702644 kvm + 2127 root 4.6 0.6 686880 kvm + 1730 root 4.3 0.6 680632 kvm + 10214 root 3.7 0.0 7780 systemd-timedat + 1414 root 1.3 0.1 116928 pvestatd + 1 root 1.2 0.0 15828 systemd + 865 root 0.9 0.0 63184 tailscaled + 4507 root 0.5 0.0 0 kworker/15:0-events + 9921 root 0.4 0.0 0 kworker/12:1-events + 132 root 0.4 0.0 0 kworker/7:1-events + +--- 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 + +--- 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 40M Jun 30 19:37 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000038a442-0006557cf09641f4.journal +-rw-r-----+ 1 root systemd-journal 40M Jun 30 13:42 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000376a86-000655780da6f4c5.journal +-rw-r-----+ 1 root systemd-journal 40M Jun 30 07:52 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000362fde-000655734d2df63f.journal +-rw-r-----+ 1 root systemd-journal 40M Jun 30 02:12 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000034f5bb-0006556e8bddd9eb.journal +-rw-r-----+ 1 root systemd-journal 40M Jun 29 20:32 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000033bbf2-00065569a06bd630.journal +-rw-r-----+ 1 root systemd-journal 40M Jun 29 14:40 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000032826f-00065564cdc63e62.journal +-rw-r-----+ 1 root systemd-journal 40M Jun 29 08:54 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000003147da-00065560245e3f80.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 + +############################################################################### +# 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 + fwbr601i0 : mtu=1500 + fwbr602i0 : mtu=1500 + fwbr603i0 : mtu=1500 + fwln601i0 : mtu=1500 + fwln602i0 : mtu=1500 + fwln603i0 : mtu=1500 + fwpr601p0 : mtu=1500 + fwpr602p0 : mtu=1500 + fwpr603p0 : mtu=1500 + nic0 : mtu=1500 + nic1 : mtu=1500 + nic2 : mtu=1500 + nic3 : mtu=1500 + nic3.2 : mtu=1500 + storagenet : mtu=1500 + tap601i0 : mtu=1500 + tap602i0 : mtu=1500 + tap603i0 : 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=101232107520 bytes + ARC max is 13% 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: 743209 bytes / 14556 lines +# Elapsed: 369 seconds +############################################################################### diff --git a/returned-logs/pfv-tsys7.log b/returned-logs/pfv-tsys7.log new file mode 100644 index 0000000..be5c979 --- /dev/null +++ b/returned-logs/pfv-tsys7.log @@ -0,0 +1,17341 @@ +############################################################################### +# Proxmox VE host performance assessment (READ-ONLY) +# Host: pfv-tsys7 (pfv-tsys7.knel.net) +# FQDN: pfv-tsys7.knel.net +# All IPs: 100.110.146.27 192.168.0.250 10.100.100.7 fd7a:115c:a1e0::333b:921b +# Collected: 2026-07-26T21:25:59Z (UTC) +# Kernel: 6.17.2-1-pve +# Machine: x86_64 GNU/Linux +# Caller: root (uid=0) +# Script: check.sh - strictly READ-ONLY +############################################################################### + +############################################################################### +# 1. TOOL AVAILABILITY MATRIX +############################################################################### + +--- command presence + path + version + $ # Each line: name | present? | path | version +printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE" +printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------" +for t in \ + pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \ + ip ss ethtool bridge brctl nmcli \ + tcpdump mtr nstat netstat nicstat ifstat \ + dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \ + cpupower turbostat x86_energy_perf_policy rdmsr \ + tuned-adm irqbalance \ + zpool zfs zdb arcstat arc_summary \ + lsblk blkid blockdev findmnt smartctl nvme hdparm \ + storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \ + sas2ircu sas3ircu hpssacli ssacli perccli \ + multipath pvs vgs lvs lvdisplay \ + xfs_info dumpe2fs btrfs \ + fio iperf iperf3 sysbench bonnie++ iozone \ + iostat mpstat pidstat sar vmstat \ + top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \ + perf strace lsof fatrace \ + dig host nslookup \ + chronyc ntpq timedatectl \ + nft iptables iptables-save ipset ufw \ + jq bc awk smartctl nvme \ + apt dpkg +do + p="$(command -v "$t" 2>/dev/null)" + if [ -n "$p" ]; then + v="" + case "$t" in + zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;; + iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower) + v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;; + pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;; + storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli) + v="(storage HBA CLI - present)" ;; + esac + printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v" + else + printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-" + fi +done +TOOL PRESENT PATH VERSION/NOTE +---- ------- ---- ------------ +pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve) +pvecm yes /usr/bin/pvecm +qm yes /usr/sbin/qm +pct yes /usr/sbin/pct +pvesm yes /usr/sbin/pvesm +pvesh yes /usr/bin/pvesh +pveperf yes /usr/bin/pveperf +proxmox-backup-client yes /usr/bin/proxmox-backup-client +ip yes /usr/sbin/ip +ss yes /usr/bin/ss +ethtool yes /usr/sbin/ethtool ethtool version 6.14.2 +bridge yes /usr/sbin/bridge +brctl yes /usr/sbin/brctl +nmcli no - - +tcpdump yes /usr/bin/tcpdump +mtr no - - +nstat yes /usr/bin/nstat +netstat no - - +nicstat no - - +ifstat no - - +dmidecode yes /usr/sbin/dmidecode +lscpu yes /usr/bin/lscpu +lshw no - - +hwinfo no - - +inxi no - - +lspci yes /usr/bin/lspci +lsusb yes /usr/bin/lsusb +numactl no - - +numastat no - - +cpupower yes /usr/bin/cpupower cpupower 6.12 +turbostat yes /usr/sbin/turbostat +x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy +rdmsr no - - +tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1 +irqbalance no - - +zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1 +zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.3.4-pve1 +zdb yes /usr/sbin/zdb +arcstat yes /usr/sbin/arcstat +arc_summary yes /usr/sbin/arc_summary +lsblk yes /usr/bin/lsblk +blkid yes /usr/sbin/blkid +blockdev yes /usr/sbin/blockdev +findmnt yes /usr/bin/findmnt +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +hdparm yes /usr/sbin/hdparm +storcli no - - +storcli64 no - - +MegaCli no - - +MegaCli64 no - - +tw-cli no - - +arcconf no - - +sas2ircu no - - +sas3ircu no - - +hpssacli no - - +ssacli no - - +perccli no - - +multipath no - - +pvs yes /usr/sbin/pvs +vgs yes /usr/sbin/vgs +lvs yes /usr/sbin/lvs +lvdisplay yes /usr/sbin/lvdisplay +xfs_info yes /usr/sbin/xfs_info +dumpe2fs yes /usr/sbin/dumpe2fs +btrfs yes /usr/bin/btrfs +fio no - - +iperf no - - +iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15) +sysbench no - - +bonnie++ no - - +iozone no - - +iostat no - - +mpstat no - - +pidstat no - - +sar no - - +vmstat yes /usr/bin/vmstat +top yes /usr/bin/top +htop yes /usr/bin/htop +atop no - - +glances no - - +dstat no - - +nethogs no - - +iftop 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 no - - +bc yes /usr/bin/bc +awk yes /usr/bin/awk +smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +nvme no - - +apt yes /usr/bin/apt +dpkg yes /usr/bin/dpkg + +--- Debian packages relevant to perf/storage/net + $ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80 +bridge-utils 1.7.1-4+b1 +ceph-common 19.2.3-pve2 +ceph-fuse 19.2.3-pve2 +corosync 3.1.10-pve3 +ethtool 1:6.14.2-1 +htop 3.4.1-5 +iperf3 3.18-2+deb13u2 +nfs-common 1:2.8.3-1 +open-iscsi 2.1.11-1+deb13u2 +proxmox-archive-keyring 4.0 +proxmox-backup-client 4.2.3-1 +proxmox-backup-file-restore 4.2.3-1 +proxmox-backup-restore-image 1.0.0 +proxmox-default-kernel 2.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 +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.3.4-pve1) +available : spl (2.3.4-pve1) +available : znvpair (2.3.4-pve1) +available : zcommon (2.3.4-pve1) +available : zunicode (2.3.4-pve1) +available : zavl (2.3.4-pve1) +available : icp (2.3.4-pve1) +available : zlua (2.3.4-pve1) +available : megaraid_sas (07.734.00.00-rc1) +available : mpt3sas (52.100.00.00) +available : hpsa (3.4.20-200) +available : aacraid (1.2.1[50983]-custom) +available : smartpqi (2.1.34-035) +available : isci (1.2.0) +available : dm_multipath () +available : tcp_dctcp () +available : tcp_bbr () +available : tcp_cubic (2.3) +available : tcp_htcp () +available : 8021q (1.8) +available : bonding () +available : bridge (2.3) +available : br_netfilter () +available : vhost_net (0.0.1) +available : vhost_scsi () +available : target_core_mod () +available : nfsv4 () +available : nfsv3 () +available : rpcsec_gss_krb5 () + +--- currently loaded modules (filtered) + $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' +Module Size Used by +rpcsec_gss_krb5 28672 0 +nfsv4 1175552 2 +tcp_diag 12288 0 +bonding 245760 0 +sunrpc 786432 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 532480 22 +kvm 1376256 15 kvm_intel +zfs 6344704 6 +spl 151552 1 zfs +vhost_net 32768 6 +vhost 69632 1 vhost_net +vhost_iotlb 16384 1 vhost +tcp_bbr 20480 26 +dm_thin_pool 94208 1 +dm_persistent_data 114688 1 dm_thin_pool +dm_bio_prison 24576 1 dm_thin_pool +dm_bufio 53248 1 dm_persistent_data +tg3 217088 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 + 16:26:03 up 31 min, 2 users, load average: 0.67, 0.58, 0.82 + +--- uptime raw (since boot) + $ cat /proc/uptime +1872.11 42983.46 + +--- last reboot + $ last -x reboot +reboot system boot 6.17.2-1-pve Sun Jul 26 15:54 - still running +reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 15:50 (2+02:10) +shutdown system down 6.17.2-1-pve Sun Jul 26 15:50 - 15:54 (00:04) +reboot system boot 6.17.2-1-pve Thu Jul 23 20:49 - 10:45 (13:56) +shutdown system down 6.17.2-1-pve Fri Jul 24 10:45 - 13:39 (02:54) +reboot system boot 6.17.2-1-pve Thu Jul 23 13:38 - 20:46 (07:07) +shutdown system down 6.17.2-1-pve Thu Jul 23 20:46 - 20:49 (00:02) +reboot system boot 6.17.2-1-pve Fri Jun 19 03:05 - 18:06 (33+15:01) +shutdown system down 6.17.2-1-pve Wed Jul 22 18:06 - 13:38 (19:32) +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:40 - crash +reboot system boot 6.17.2-1-pve Sun May 10 22:00 - crash +reboot system boot 6.17.2-1-pve Sun May 10 21:55 - crash +reboot system boot 6.17.2-1-pve Sat Apr 4 17:01 - crash + +wtmpdb begins Sat Apr 4 17:01:39 2026 + +--- last logins + $ last +root pts/0 100.87.49.37 Sun Jul 26 16:14 - 16:14 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 16:14 - 16:14 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 16:04 - 16:10 (00:05) +reboot system boot 6.17.2-1-pve Sun Jul 26 15:54 - still running +root pts/1 100.87.49.37 Sun Jul 26 15:42 - 15:42 (00:00) +root pts/1 100.87.49.37 Sun Jul 26 15:39 - 15:40 (00:01) +root pts/1 100.87.49.37 Sun Jul 26 14:56 - 15:06 (00:10) +root pts/1 100.87.49.37 Sun Jul 26 14:41 - 14:54 (00:12) +root pts/1 100.87.49.37 Sun Jul 26 11:54 - 11:55 (00:01) +root pts/1 100.87.49.37 Sun Jul 26 11:52 - 11:53 (00:00) +root pts/0 100.87.49.37 Sun Jul 26 09:21 - 09:33 (00:12) +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:30 (00:05) +reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 15:50 (2+02:10) +root pts/0 100.87.49.37 Fri Jul 24 10:45 - 10:45 (00:00) +reboot system boot 6.17.2-1-pve Thu Jul 23 20:49 - 10:45 (13:56) +reboot system boot 6.17.2-1-pve Thu Jul 23 13:38 - 20:46 (07:07) +root pts/0 100.87.49.37 Wed Jul 22 17:58 - 18:06 (00:08) +root pts/0 100.87.49.37 Wed Jul 22 17:27 - 17:40 (00:12) +root pts/1 100.87.49.37 Wed Jul 22 17:20 - 17:25 (00:04) +root pts/0 100.87.49.37 Wed Jul 22 17:01 - 17:20 (00:18) +root pts/0 100.87.49.37 Mon Jul 20 19:02 - 19:02 (00:00) +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:25 - 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:13 - 11:14 (00:00) +root pts/0 100.87.49.37 Mon Jul 20 10:58 - 11:10 (00:11) +root pts/0 100.87.49.37 Mon Jul 20 10:49 - 10:49 (00:00) +root pts/0 Fri Jun 26 11:48 - 11:50 (00:01) +reboot system boot 6.17.2-1-pve Fri Jun 19 03:05 - 18:06 (33+15:01) +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:40 - crash +reboot system boot 6.17.2-1-pve Sun May 10 22:00 - 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:49 - 13:52 (00:02) +root pts/0 100.118.91.16 Mon Apr 27 13:47 - 13:48 (00:00) +root pts/0 100.118.91.16 Mon Apr 27 13:45 - 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 09:42 - 09:43 (00:00) +root pts/1 100.118.91.16 Sun Apr 5 11:23 - 11:23 (00:00) +root pts/1 100.118.91.16 Sun Apr 5 11:20 - 11:20 (00:00) +root pts/0 100.118.91.16 Sun Apr 5 11:20 - 11:26 (00:05) +root pts/0 100.118.91.16 Sun Apr 5 11:20 - 11:20 (00:00) +root pts/0 100.118.91.16 Sun Apr 5 11:17 - 11:17 (00:00) +root pts/0 100.118.91.16 Sun Apr 5 11:14 - 11:14 (00:00) +root pts/1 100.118.91.16 Sun Apr 5 11:14 - 11:14 (00:00) +root pts/0 100.118.91.16 Sun Apr 5 11:14 - 11:14 (00:00) +root pts/0 100.118.91.16 Sun Apr 5 10:13 - 10:13 (00:00) +root pts/1 100.118.91.16 Sun Apr 5 06:06 - 06:06 (00:00) +root pts/1 100.118.91.16 Sun Apr 5 06:05 - 06:06 (00:00) +root pts/0 192.168.3.32 Sun Apr 5 05:51 - 10:01 (04:10) +root tty1 Sat Apr 4 17:05 - 17:06 (00:00) +reboot system boot 6.17.2-1-pve Sat Apr 4 17:01 - crash + +wtmpdb begins Sat Apr 4 17:01:39 2026 + +--- uname + $ uname -a +Linux pfv-tsys7 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux + +--- /proc/cmdline (boot args) + $ cat /proc/cmdline +BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet + +############################################################################### +# 3. HARDWARE INVENTORY +############################################################################### + +--- dmidecode -t system + $ dmidecode -t system +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0100, DMI type 1, 27 bytes +System Information + Manufacturer: Dell Inc. + Product Name: PowerEdge R620 + Version: Not Specified + Serial Number: B8B8H02 + UUID: 4c4c4544-0038-4210-8038-c2c04f483032 + Wake-up Type: Power Switch + SKU Number: SKU=NotProvided;ModelName=PowerEdge R620 + 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.7 present. + +Handle 0x0200, DMI type 2, 9 bytes +Base Board Information + Manufacturer: Dell Inc. + Product Name: 01W23F + Version: A00 + Serial Number: ..CN747513CP0750. + Asset Tag: Not Specified + +Handle 0x2900, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Integrated 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: Integrated 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: Integrated 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: Integrated 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: Ethernet + Status: Disabled + Type Instance: 5 + +Handle 0x2905, DMI type 41, 11 bytes +Onboard Device + Reference Designation: + Type: Ethernet + Status: Disabled + Type Instance: 6 + +Handle 0x2906, DMI type 41, 11 bytes +Onboard Device + Reference Designation: + Type: Ethernet + Status: Disabled + Type Instance: 7 + +Handle 0x2907, DMI type 41, 11 bytes +Onboard Device + Reference Designation: + Type: Ethernet + Status: Disabled + Type Instance: 8 + +Handle 0x290A, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Embedded Video + Type: Video + Status: Enabled + Type Instance: 4 + Bus Address: 0000:0b:00.0 + +Handle 0x290B, DMI type 41, 11 bytes +Onboard Device + Reference Designation: + Type: SATA Controller + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:1f.2 + + +--- dmidecode -t bios + $ dmidecode -t bios +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0000, DMI type 0, 24 bytes +BIOS Information + Vendor: Dell Inc. + Version: 2.5.2 + Release Date: 01/28/2015 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 8 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 + UEFI is supported + BIOS Revision: 2.5 + +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.7 present. + +Handle 0x0300, DMI type 3, 22 bytes +Chassis Information + Manufacturer: Dell Inc. + Type: Rack Mount Chassis + Lock: Present + Version: Not Specified + Serial Number: B8B8H02 + Asset Tag: Not Specified + 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 + SKU Number: Not Specified + + +--- dmidecode -t processor + $ dmidecode -t processor +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x0400, DMI type 4, 40 bytes +Processor Information + Socket Designation: CPU1 + Type: Central Processor + Family: Xeon + Manufacturer: Intel + ID: E4 06 03 00 FF FB EB BF + Signature: Type 0, Family 6, Model 62, Stepping 4 + 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 E5-2630 v2 @ 2.60GHz + Voltage: 1.2 V + External Clock: 7200 MHz + Max Speed: 3600 MHz + Current Speed: 2600 MHz + Status: Populated, Enabled + Upgrade: Socket LGA2011 + 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: 6 + Core Enabled: 6 + Thread Count: 12 + Characteristics: + 64-bit capable + Multi-Core + Hardware Thread + Execute Protection + Enhanced Virtualization + Power/Performance Control + +Handle 0x0401, DMI type 4, 40 bytes +Processor Information + Socket Designation: CPU2 + Type: Central Processor + Family: Xeon + Manufacturer: Intel + ID: E4 06 03 00 FF FB EB BF + Signature: Type 0, Family 6, Model 62, Stepping 4 + 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 E5-2630 v2 @ 2.60GHz + Voltage: 1.2 V + External Clock: 7200 MHz + Max Speed: 3600 MHz + Current Speed: 2600 MHz + Status: Populated, Idle + Upgrade: Socket LGA2011 + 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: 6 + Core Enabled: 6 + Thread Count: 12 + Characteristics: + 64-bit capable + Multi-Core + Hardware Thread + Execute Protection + Enhanced Virtualization + Power/Performance Control + + +--- dmidecode -t memory + $ dmidecode -t memory +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 present. + +Handle 0x1000, DMI type 16, 23 bytes +Physical Memory Array + Location: System Board Or Motherboard + Use: System Memory + Error Correction Type: Multi-bit ECC + Maximum Capacity: 1536 GB + Error Information Handle: Not Provided + Number Of Devices: 24 + +Handle 0x1100, DMI type 17, 34 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: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F68086 + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1101, DMI type 17, 34 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: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F680DF + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1102, DMI type 17, 34 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_A3 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F680DA + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1103, DMI type 17, 34 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_A4 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F6710D + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1104, DMI type 17, 34 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_A5 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F68087 + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1105, DMI type 17, 34 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_A6 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F680AC + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1106, DMI type 17, 34 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: 2 + Locator: DIMM_A7 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1107, DMI type 17, 34 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: 2 + Locator: DIMM_A8 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1108, DMI type 17, 34 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: 3 + Locator: DIMM_A9 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1109, DMI type 17, 34 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: 3 + Locator: DIMM_A10 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x110A, DMI type 17, 34 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: 3 + Locator: DIMM_A11 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x110B, DMI type 17, 34 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: 3 + Locator: DIMM_A12 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x110C, DMI type 17, 34 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: 4 + Locator: DIMM_B1 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F68088 + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x110D, DMI type 17, 34 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: 4 + Locator: DIMM_B2 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F680D9 + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x110E, DMI type 17, 34 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: 4 + Locator: DIMM_B3 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F680DD + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x110F, DMI type 17, 34 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: 4 + Locator: DIMM_B4 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F68125 + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1110, DMI type 17, 34 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: 5 + Locator: DIMM_B5 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F680AD + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1111, DMI type 17, 34 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: 5 + Locator: DIMM_B6 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous Registered (Buffered) + Speed: 1600 MT/s + Manufacturer: 00CE00B300CE + Serial Number: 36F680A7 + Asset Tag: 02134463 + Part Number: M393B2G70QH0-YK0 + Rank: 2 + Configured Memory Speed: 1600 MT/s + +Handle 0x1112, DMI type 17, 34 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_B7 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1113, DMI type 17, 34 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_B8 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1114, DMI type 17, 34 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_B9 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1115, DMI type 17, 34 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_B10 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1116, DMI type 17, 34 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_B11 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + +Handle 0x1117, DMI type 17, 34 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_B12 + Bank Locator: Not Specified + Type: DDR3 + Type Detail: Synchronous + + +--- dmidecode -t cache + $ dmidecode -t cache +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 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: 192 kB + Maximum Size: 192 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: 1536 kB + Maximum Size: 1536 kB + 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: 15 MB + Maximum Size: 15 MB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 20-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: 192 kB + Maximum Size: 192 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: 1536 kB + Maximum Size: 1536 kB + 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: 15 MB + Maximum Size: 15 MB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 20-way Set-associative + + +--- dmidecode -t connector + $ dmidecode -t connector +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 2.7 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 0x0804, 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 0x0805, 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 0x0807, 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 0x0808, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: SD Card 1 + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: USB + +Handle 0x0809, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: SD Card 2 + 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.7 present. + +Handle 0x0900, DMI type 9, 17 bytes +System Slot Information + Designation: PCI1 + Type: PCI Express 3 x16 + Data Bus Width: 8x or x8 + Current Usage: Available + Length: Long + ID: 1 + Characteristics: + 3.3 V is provided + PME signal is supported + +Handle 0x0901, DMI type 9, 17 bytes +System Slot Information + Designation: PCI2 + Type: PCI Express 3 + Data Bus Width: 16x or x16 + Current Usage: Available + Length: Long + ID: 2 + Characteristics: + 3.3 V is provided + PME signal is supported + +Handle 0x0902, DMI type 9, 17 bytes +System Slot Information + Designation: PCI3 + Type: PCI Express 3 + Data Bus Width: 16x or x16 + Current Usage: Available + Length: Long + ID: 3 + 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: 46 bits physical, 48 bits virtual +Byte Order: Little Endian +CPU(s): 24 +On-line CPU(s) list: 0-23 +Vendor ID: GenuineIntel +Model name: Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz +CPU family: 6 +Model: 62 +Thread(s) per core: 2 +Core(s) per socket: 6 +Socket(s): 2 +Stepping: 4 +CPU(s) scaling MHz: 95% +CPU max MHz: 3100.0000 +CPU min MHz: 1200.0000 +BogoMIPS: 5199.70 +Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d +Virtualization: VT-x +L1d cache: 384 KiB (12 instances) +L1i cache: 384 KiB (12 instances) +L2 cache: 3 MiB (12 instances) +L3 cache: 30 MiB (2 instances) +NUMA node(s): 2 +NUMA node0 CPU(s): 0,2,4,6,8,10,12,14,16,18,20,22 +NUMA node1 CPU(s): 1,3,5,7,9,11,13,15,17,19,21,23 +Vulnerability Gather data sampling: Not affected +Vulnerability Ghostwrite: Not affected +Vulnerability Indirect target selection: Not affected +Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages +Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable +Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable +Vulnerability Meltdown: Mitigation; PTI +Vulnerability Mmio stale data: Not affected +Vulnerability Old microcode: Not affected +Vulnerability Reg file data sampling: Not affected +Vulnerability Retbleed: Not affected +Vulnerability Spec rstack overflow: Not affected +Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl +Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization +Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected +Vulnerability Srbds: Not affected +Vulnerability Tsa: Not affected +Vulnerability Tsx async abort: Not affected +Vulnerability Vmscape: Mitigation; IBPB before exit to userspace + +--- lscpu cache + $ lscpu -C +NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE +L1d 32K 384K 8 Data 1 64 1 64 +L1i 32K 384K 8 Instruction 1 64 1 64 +L2 256K 3M 8 Unified 2 512 1 64 +L3 15M 30M 20 Unified 3 12288 1 64 + +--- numactl --hardware + $ numactl --hardware +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- numactl --show + $ numactl --show +/root/check.sh: line 45: numactl: command not found + [exit=127 / not installed or not permitted] + +--- lspci -nnvv (verbose) + $ lspci -nnvv +00:00.0 Host bridge [0600]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 DMI2 [8086:0e00] (rev 04) + Subsystem: Dell Device [1028:04ce] + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Capabilities: [144 v1] Vendor Specific Information: ID=0004 Rev=1 Len=03c + Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + +00:01.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1a [8086:0e02] (rev 04) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:04ce] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00218 Data: 0000 + 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 8GT/s, Width x4, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 5GT/s, Width x1 + 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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] Vendor Specific Information: ID=0002 Rev=0 Len=00c + Capabilities: [110 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [250 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + Kernel driver in use: pcieport + +00:01.1 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1b [8086:0e03] (rev 04) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:04ce] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00238 Data: 0000 + 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 #2, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 5GT/s, Width x1 + 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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] Vendor Specific Information: ID=0002 Rev=0 Len=00c + Capabilities: [110 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [250 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + Kernel driver in use: pcieport + +00:02.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2a [8086:0e04] (rev 04) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:04ce] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00258 Data: 0000 + 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 #3, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x0 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + RootCap: CRSVisible+ + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+ + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c + Capabilities: [110 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [250 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + Kernel driver in use: pcieport + +00:02.2 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2c [8086:0e06] (rev 04) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:04ce] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00278 Data: 0000 + 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 #5, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x0 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + RootCap: CRSVisible+ + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+ + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c + Capabilities: [110 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [250 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + Kernel driver in use: pcieport + +00:03.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a [8086:0e08] (rev 04) (prog-if 00 [Normal decode]) + DeviceName: SLOT 3 + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:04ce] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00298 Data: 0000 + 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 #7, Speed 8GT/s, Width x16, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x0 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- + Slot #3, 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c + Capabilities: [110 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [250 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + Kernel driver in use: pcieport + +00:05.0 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc [8086:0e28] (rev 04) + Subsystem: Dell Device [1028:04ce] + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot-), IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ TEE-IO- + DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 512 bytes + DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- + LnkCap: Port #17, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us + ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd+ + AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5GT/s, Crosslink- Retimer- 2Retimers- DRS- + 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: [80] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [88] Subsystem: Dell Device [1028:04ce] + Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee002d8 Data: 0000 + 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: [138 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 + +00:16.0 Communication controller [0780]: Intel Corporation C600/X79 series chipset MEI Controller #1 [8086:1d3a] (rev 05) + Subsystem: Dell Device [1028:04ce] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot-), IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ TEE-IO- + DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- + LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, 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 x0 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + RootCap: CRSVisible- + RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- + RootSta: PME ReqID 0000, PMEStatus- PMEPending- + DevCap2: Completion Timeout: Range BC, 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee002f8 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:04ce] + Capabilities: [a0] Power Management version 2 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [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 + Kernel driver in use: pcieport + +00:1c.7 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 8 [8086:1d1e] (rev b5) (prog-if 00 [Normal decode]) + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Express (v2) Root Port (Slot-), IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag- RBE+ TEE-IO- + DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ + RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend- + LnkCap: Port #8, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, 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 x1 + 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 BC, 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00338 Data: 0000 + Capabilities: [90] Subsystem: Dell Device [1028:04ce] + 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] 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 + Kernel driver in use: pcieport + +00:1d.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26] (rev 05) (prog-if 20 [EHCI]) + Subsystem: Dell Device [1028:04ce] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [50] Subsystem: Dell Device [1028:04ce] + +00:1f.0 ISA bridge [0601]: Intel Corporation C600/X79 series chipset LPC Controller [8086:1d41] (rev 05) + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- + Kernel driver in use: lpc_ich + Kernel modules: lpc_ich + +00:1f.2 SATA controller [0106]: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller [8086:1d02] (rev 05) (prog-if 01 [AHCI 1.0]) + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- + 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: tg3 + Kernel modules: tg3 + +01:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe [14e4:165f] + DeviceName: NIC2 + Subsystem: Dell Device [1028:1f5b] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + 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: tg3 + Kernel modules: tg3 + +02:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe [14e4:165f] + DeviceName: NIC3 + Subsystem: Dell Device [1028:1f5b] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + 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: tg3 + Kernel modules: tg3 + +02:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe [14e4:165f] + DeviceName: NIC4 + Subsystem: Dell Device [1028:1f5b] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + 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: tg3 + Kernel modules: tg3 + +08:00.0 PCI bridge [0604]: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] (prog-if 00 [Normal decode]) + Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] 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: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ + Address: 0000000000000000 Data: 0000 + Capabilities: [70] Express (v2) Upstream Port, IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0W 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 x1, ASPM L0s, Exit Latency L0s unlimited + ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ + LnkCtl: ASPM Disabled; LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- + AtomicOpsCap: Routing- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- + AtomicOpsCtl: 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: [b0] Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] + 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 + Kernel driver in use: pcieport + +09:00.0 PCI bridge [0604]: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] (prog-if 00 [Normal decode]) + Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] 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: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ + Address: 0000000000000000 Data: 0000 + Capabilities: [70] Express (v2) Downstream 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 x1, ASPM not supported + ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ + LnkCtl: ASPM Disabled; LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- ARIFwd- + AtomicOpsCap: Routing- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB + 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: [b0] Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] + 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 + Kernel driver in use: pcieport + +09:01.0 PCI bridge [0604]: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] (prog-if 00 [Normal decode]) + Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Power Management version 3 + Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) + Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ + Address: 0000000000000000 Data: 0000 + Capabilities: [70] Express (v2) Downstream 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 x1, ASPM not supported + ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ + LnkCtl: ASPM Disabled; LnkDisable- CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- ARIFwd- + AtomicOpsCap: Routing- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB + 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: [b0] Subsystem: Renesas Electronics Corp. SH7757 PCIe Switch [PS] [1912:0013] + 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 + 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 + +0a:00.0 PCI bridge [0604]: Renesas Electronics Corp. SH7757 PCIe-PCI Bridge [PPB] [1912:0012] (prog-if 00 [Normal decode]) + Subsystem: Renesas Electronics Corp. SH7757 PCIe-PCI Bridge [PPB] [1912:0012] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] 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: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ + Address: 0000000000000000 Data: 0000 + Capabilities: [70] Express (v2) PCI-Express to PCI/PCI-X Bridge, IntMsgNum 0 + DevCap: MaxPayload 128 bytes, PhantFunc 0 + ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 0W TEE-IO- + DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+ + RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ BrConfRtry- + MaxPayload 128 bytes, MaxReadReq 128 bytes + DevSta: CorrErr+ NonFatalErr+ FatalErr- UnsupReq+ AuxPwr- TransPend- + LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM not supported + ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+ + ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- + LnkSta: Speed 2.5GT/s, Width x1 + TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- + DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR- + 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- + EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- + FRS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis- + Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- + Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot + LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1- + EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest- + Retimer- 2Retimers- CrosslinkRes: unsupported + Capabilities: [b0] Subsystem: Renesas Electronics Corp. SH7757 PCIe-PCI Bridge [PPB] [1912:0012] + 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 + +0b:00.0 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. G200eR2 [102b:0534] (prog-if 00 [VGA controller]) + DeviceName: Embedded Video + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:04ce] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00038 Data: 0000 + 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 #1, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width x0 + 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c + Capabilities: [110 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [250 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + Kernel driver in use: pcieport + +40:03.0 PCI bridge [0604]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a [8086:0e08] (rev 04) (prog-if 00 [Normal decode]) + DeviceName: SLOT 2 + Subsystem: Dell Device [1028:04ce] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- + PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- + Capabilities: [40] Subsystem: Dell Device [1028:04ce] + Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- + Address: fee00058 Data: 0000 + 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 #7, Speed 8GT/s, Width x16, ASPM L1, Exit Latency L1 <16us + ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+ + LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk- + ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ + LnkSta: Speed 2.5GT/s, Width 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: 65ms to 210ms, TimeoutDis- ARIFwd- + AtomicOpsCtl: ReqEn- EgressBlck- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- + LnkCtl2: Target Link Speed: 8GT/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: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME- + Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c + Capabilities: [110 v1] Access Control Services + ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- + Capabilities: [148 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: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a + Capabilities: [250 v1] Secondary PCI Express + LnkCtl3: LnkEquIntrruptEn- PerformEqu- + LaneErrStat: 0 + Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 + Kernel driver in use: pcieport + +40:05.0 System peripheral [0880]: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc [8086:0e28] (rev 04) + Subsystem: Dell Device [1028:04ce] + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- /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 +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 +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 +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 +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 +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 +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 +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 +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 + 24 performance + +--- scaling_driver / available governors / freq limits + $ for f in /sys/devices/system/cpu/cpu0/cpufreq/*; do + [ -r "$f" ] || continue + [ -d "$f" ] && continue + printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)" +done +affected_cpus = 0 +cpuinfo_avg_freq = 2899175 +cpuinfo_max_freq = 3100000 +cpuinfo_min_freq = 1200000 +cpuinfo_transition_latency = 20000 +related_cpus = 0 +scaling_available_governors = conservative ondemand userspace powersave performance schedutil +scaling_cur_freq = 2900155 +scaling_driver = intel_cpufreq +scaling_governor = performance +scaling_max_freq = 3100000 +scaling_min_freq = 3100000 +scaling_setspeed = + +--- EPP / EPB / intel_pstate + $ echo "intel_pstate status: $(cat /sys/devices/system/cpu/intel_pstate/status 2>/dev/null)" +echo "intel_pstate no_turbo: $(cat /sys/devices/system/cpu/intel_pstate/no_turbo 2>/dev/null)" +echo "intel_pstate turbo_pct: $(cat /sys/devices/system/cpu/intel_pstate/turbo_pct 2>/dev/null)" +echo "intel_pstate max_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct 2>/dev/null)" +echo "intel_pstate min_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/min_perf_pct 2>/dev/null)" +echo "EPB (energy_perf_bias) per cpu:" +for c in /sys/devices/system/cpu/cpu*/power/energy_perf_bias; do + [ -r "$c" ] || continue + printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)" +done | sort | uniq -c +echo "EPP (energy_performance_preference) per cpu:" +for c in /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference; do + [ -r "$c" ] || continue + printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)" +done | sort | uniq -c +echo "available EPP:" +cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences 2>/dev/null +intel_pstate status: passive +intel_pstate no_turbo: 0 +intel_pstate turbo_pct: 25 +intel_pstate max_perf_pct: 100 +intel_pstate min_perf_pct: 100 +EPB (energy_perf_bias) per cpu: +EPP (energy_performance_preference) per cpu: +available EPP: + [exit=1] + +--- cpupower frequency-info + $ cpupower frequency-info +analyzing CPU 0: + driver: intel_cpufreq + CPUs which run at the same hardware frequency: 0 + CPUs which need to have their frequency coordinated by software: 0 + maximum transition latency: 20.0 us + hardware limits: 1.20 GHz - 3.10 GHz + available cpufreq governors: conservative ondemand userspace powersave performance schedutil + current policy: frequency should be within 3.10 GHz and 3.10 GHz. + The governor "performance" may decide which speed to use + within this range. + current CPU frequency: Unable to call hardware + current CPU frequency: 2.90 GHz (asserted by call to kernel) + boost state support: + Supported: yes + Active: yes + 2900 MHz max turbo 4 active cores + 2900 MHz max turbo 3 active cores + 3000 MHz max turbo 2 active cores + 3100 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.003819 sec +Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp +- - 1.23 2850 2607 2200 45 45 +0 0 0.44 2620 2600 42 41 45 +0 12 0.47 2414 2600 46 +1 2 0.10 2673 2600 46 39 +1 14 3.14 2824 2600 307 +2 4 0.26 2503 2600 50 41 +2 16 0.43 2488 2600 64 +3 6 0.74 2567 2600 116 42 +3 18 3.56 2739 2600 495 +4 8 0.46 2560 2600 84 40 +4 20 0.32 2257 2600 62 +5 10 11.39 3003 2600 254 45 +5 22 0.22 2143 2600 84 +0 1 0.07 1949 2600 15 35 38 +0 13 0.58 2193 2600 67 +1 3 0.14 2679 2600 25 38 +1 15 6.83 2956 2600 269 +2 5 0.05 1825 2600 14 33 +2 17 0.12 2366 2600 25 +3 7 0.04 2563 2600 9 32 +3 19 0.03 2477 2600 11 +4 9 0.04 2210 2600 16 38 +4 21 0.03 2734 2600 7 +5 11 0.03 2909 2600 6 32 +5 23 0.20 2378 2600 86 + +--- 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=30615us + C1 : MWAIT 0x00 disabled=0 latency=1us residency=31342146us + C1E : MWAIT 0x01 disabled=0 latency=10us residency=17852443us + C3 : MWAIT 0x10 disabled=0 latency=59us residency=1718602017us + C6 : MWAIT 0x20 disabled=0 latency=82us residency=51482105us + +--- THP enabled + $ cat /sys/kernel/mm/transparent_hugepage/enabled +always [madvise] never + +--- THP defrag + $ cat /sys/kernel/mm/transparent_hugepage/defrag +always defer defer+madvise [madvise] never + +--- THP khugepaged pages_to_scan + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan +4096 + +--- THP khugepaged defrag + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag +1 + +--- microcode + $ dmesg +[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () +[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.000000] KERNEL supported cpus: +[ 0.000000] Intel GenuineIntel +[ 0.000000] AMD AuthenticAMD +[ 0.000000] Hygon HygonGenuine +[ 0.000000] Centaur CentaurHauls +[ 0.000000] zhaoxin Shanghai +[ 0.000000] BIOS-provided physical RAM map: +[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007d2effff] usable +[ 0.000000] BIOS-e820: [mem 0x000000007d2f0000-0x000000007d31bfff] reserved +[ 0.000000] BIOS-e820: [mem 0x000000007d31c000-0x000000007d35afff] ACPI data +[ 0.000000] BIOS-e820: [mem 0x000000007d35b000-0x000000007fffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000307fffffff] usable +[ 0.000000] NX (Execute Disable) protection: active +[ 0.000000] APIC: Static calls initialized +[ 0.000000] SMBIOS 2.7 present. +[ 0.000000] DMI: Dell Inc. PowerEdge R620/01W23F, BIOS 2.5.2 01/28/2015 +[ 0.000000] DMI: Memory slots populated: 12/24 +[ 0.000000] tsc: Fast TSC calibration using PIT +[ 0.000000] tsc: Detected 2599.853 MHz processor +[ 0.001126] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved +[ 0.001129] e820: remove [mem 0x000a0000-0x000fffff] usable +[ 0.001134] last_pfn = 0x3080000 max_arch_pfn = 0x400000000 +[ 0.001144] MTRR map: 7 entries (5 fixed + 2 variable; max 25), built from 10 variable MTRRs +[ 0.001147] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT +[ 0.001622] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved +[ 0.001627] last_pfn = 0x7d35b max_arch_pfn = 0x400000000 +[ 0.011677] found SMP MP-table at [mem 0x000fe710-0x000fe71f] +[ 0.011701] Using GB pages for direct mapping +[ 0.011871] RAMDISK: [mem 0x2d72f000-0x32b8efff] +[ 0.011885] ACPI: Early table checksum verification disabled +[ 0.011891] ACPI: RSDP 0x00000000000F0C70 000024 (v02 DELL ) +[ 0.011896] ACPI: XSDT 0x00000000000F0DB8 0000A4 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011904] ACPI: FACP 0x000000007D33534C 0000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011911] ACPI: DSDT 0x000000007D31C000 008029 (v01 DELL PE_SC3 00000001 INTL 20110211) +[ 0.011916] ACPI: FACS 0x000000007D337000 000040 +[ 0.011919] ACPI: FACS 0x000000007D337000 000040 +[ 0.011922] ACPI: APIC 0x000000007D334478 0001EA (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011926] ACPI: SPCR 0x000000007D334664 000050 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011930] ACPI: HPET 0x000000007D3346B8 000038 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011933] ACPI: DMAR 0x000000007D3346F4 000138 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011936] ACPI: MCFG 0x000000007D334A10 00003C (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011940] ACPI: WD__ 0x000000007D334A50 000134 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011944] ACPI: SLIC 0x000000007D334B88 000024 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011947] ACPI: ERST 0x000000007D3241EC 000270 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011951] ACPI: HEST 0x000000007D32445C 0005B0 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011954] ACPI: BERT 0x000000007D32402C 000030 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011958] ACPI: EINJ 0x000000007D32405C 000190 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011961] ACPI: TCPA 0x000000007D3352E4 000064 (v02 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011965] ACPI: PC__ 0x000000007D335274 00006E (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011968] ACPI: SRAT 0x000000007D334DB0 0004C0 (v01 DELL PE_SC3 00000001 DELL 00000001) +[ 0.011971] ACPI: SSDT 0x000000007D338000 0073B4 (v01 INTEL PPM RCM 80000001 INTL 20061109) +[ 0.011974] ACPI: Reserving FACP table memory at [mem 0x7d33534c-0x7d33543f] +[ 0.011976] ACPI: Reserving DSDT table memory at [mem 0x7d31c000-0x7d324028] +[ 0.011977] ACPI: Reserving FACS table memory at [mem 0x7d337000-0x7d33703f] +[ 0.011978] ACPI: Reserving FACS table memory at [mem 0x7d337000-0x7d33703f] +[ 0.011979] ACPI: Reserving APIC table memory at [mem 0x7d334478-0x7d334661] +[ 0.011980] ACPI: Reserving SPCR table memory at [mem 0x7d334664-0x7d3346b3] +[ 0.011980] ACPI: Reserving HPET table memory at [mem 0x7d3346b8-0x7d3346ef] +[ 0.011981] ACPI: Reserving DMAR table memory at [mem 0x7d3346f4-0x7d33482b] +[ 0.011982] ACPI: Reserving MCFG table memory at [mem 0x7d334a10-0x7d334a4b] +[ 0.011983] ACPI: Reserving WD__ table memory at [mem 0x7d334a50-0x7d334b83] +[ 0.011984] ACPI: Reserving SLIC table memory at [mem 0x7d334b88-0x7d334bab] +[ 0.011985] ACPI: Reserving ERST table memory at [mem 0x7d3241ec-0x7d32445b] +[ 0.011986] ACPI: Reserving HEST table memory at [mem 0x7d32445c-0x7d324a0b] +[ 0.011987] ACPI: Reserving BERT table memory at [mem 0x7d32402c-0x7d32405b] +[ 0.011987] ACPI: Reserving EINJ table memory at [mem 0x7d32405c-0x7d3241eb] +[ 0.011988] ACPI: Reserving TCPA table memory at [mem 0x7d3352e4-0x7d335347] +[ 0.011989] ACPI: Reserving PC__ table memory at [mem 0x7d335274-0x7d3352e1] +[ 0.011990] ACPI: Reserving SRAT table memory at [mem 0x7d334db0-0x7d33526f] +[ 0.011991] ACPI: Reserving SSDT table memory at [mem 0x7d338000-0x7d33f3b3] +[ 0.012048] ACPI: SRAT: Node 0 PXM 1 [mem 0x00000000-0x187fffffff] +[ 0.012051] ACPI: SRAT: Node 1 PXM 2 [mem 0x1880000000-0x307fffffff] +[ 0.012065] NODE_DATA(0) allocated [mem 0x187ffd52c0-0x187fffffff] +[ 0.012094] NODE_DATA(1) allocated [mem 0x307ffd52c0-0x307fffffff] +[ 0.012653] Zone ranges: +[ 0.012654] DMA [mem 0x0000000000001000-0x0000000000ffffff] +[ 0.012656] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +[ 0.012658] Normal [mem 0x0000000100000000-0x000000307fffffff] +[ 0.012659] Device empty +[ 0.012660] Movable zone start for each node +[ 0.012663] Early memory node ranges +[ 0.012664] node 0: [mem 0x0000000000001000-0x000000000009cfff] +[ 0.012665] node 0: [mem 0x0000000000100000-0x000000007d2effff] +[ 0.012667] node 0: [mem 0x0000000100000000-0x000000187fffffff] +[ 0.012679] node 1: [mem 0x0000001880000000-0x000000307fffffff] +[ 0.012693] Initmem setup node 0 [mem 0x0000000000001000-0x000000187fffffff] +[ 0.012697] Initmem setup node 1 [mem 0x0000001880000000-0x000000307fffffff] +[ 0.012702] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.012734] On node 0, zone DMA: 99 pages in unavailable ranges +[ 0.207020] On node 0, zone Normal: 11536 pages in unavailable ranges +[ 0.452167] ACPI: PM-Timer IO Port: 0x808 +[ 0.452197] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) +[ 0.452211] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 +[ 0.452217] IOAPIC[1]: apic_id 1, version 32, address 0xfec3f000, GSI 32-55 +[ 0.452222] IOAPIC[2]: apic_id 2, version 32, address 0xfec7f000, GSI 64-87 +[ 0.452225] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +[ 0.452228] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +[ 0.452234] ACPI: Using ACPI (MADT) for SMP configuration information +[ 0.452236] ACPI: HPET id: 0x8086a701 base: 0xfed00000 +[ 0.452243] ACPI: SPCR: SPCR table version 1 +[ 0.452246] ACPI: SPCR: console: uart,io,0x2f8,115200 +[ 0.452249] TSC deadline timer available +[ 0.452255] CPU topo: Max. logical packages: 4 +[ 0.452256] CPU topo: Max. logical dies: 4 +[ 0.452256] CPU topo: Max. dies per package: 1 +[ 0.452262] CPU topo: Max. threads per core: 2 +[ 0.452263] CPU topo: Num. cores per package: 6 +[ 0.452264] CPU topo: Num. threads per package: 12 +[ 0.452265] CPU topo: Allowing 24 present CPUs plus 24 hotplug CPUs +[ 0.452281] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] +[ 0.452283] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x000fffff] +[ 0.452284] PM: hibernation: Registered nosave memory: [mem 0x7d2f0000-0xffffffff] +[ 0.452287] [mem 0x80000000-0xdfffffff] available for PCI devices +[ 0.452289] Booting paravirtualized kernel on bare hardware +[ 0.452293] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns +[ 0.452303] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:48 nr_cpu_ids:48 nr_node_ids:2 +[ 0.457292] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 +[ 0.457309] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 +[ 0.457311] pcpu-alloc: [0] 00 02 04 06 [0] 08 10 12 14 +[ 0.457318] pcpu-alloc: [0] 16 18 20 22 [0] 24 26 28 30 +[ 0.457323] pcpu-alloc: [0] 32 34 36 38 [0] 40 42 44 46 +[ 0.457329] pcpu-alloc: [1] 01 03 05 07 [1] 09 11 13 15 +[ 0.457334] pcpu-alloc: [1] 17 19 21 23 [1] 25 27 29 31 +[ 0.457339] pcpu-alloc: [1] 33 35 37 39 [1] 41 43 45 47 +[ 0.457366] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.457446] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. +[ 0.457459] random: crng init done +[ 0.457460] printk: log_buf_len individual max cpu contribution: 4096 bytes +[ 0.457461] printk: log_buf_len total cpu_extra contributions: 192512 bytes +[ 0.457462] printk: log_buf_len min size: 262144 bytes +[ 0.457990] printk: log buffer data + meta data: 524288 + 1835008 = 2359296 bytes +[ 0.457991] printk: early log buf free: 253040(96%) +[ 0.458840] software IO TLB: area num 64. +[ 0.473362] Fallback order for Node 0: 0 1 +[ 0.473373] Fallback order for Node 1: 1 0 +[ 0.473392] Built 2 zonelists, mobility grouping on. Total pages: 50320012 +[ 0.473394] Policy zone: Normal +[ 0.473411] mem auto-init: stack:all(zero), heap alloc:on, heap free:off +[ 1.091340] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=48, Nodes=2 +[ 1.091471] Kernel/User page tables isolation: enabled +[ 1.105204] ftrace: allocating 58381 entries in 230 pages +[ 1.105206] ftrace: allocated 230 pages with 5 groups +[ 1.106733] Dynamic Preempt: voluntary +[ 1.107145] rcu: Preemptible hierarchical RCU implementation. +[ 1.107147] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=48. +[ 1.107149] Trampoline variant of Tasks RCU enabled. +[ 1.107150] Rude variant of Tasks RCU enabled. +[ 1.107151] Tracing variant of Tasks RCU enabled. +[ 1.107152] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. +[ 1.107153] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=48 +[ 1.107241] RCU Tasks: Setting shift to 6 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=48. +[ 1.107250] RCU Tasks Rude: Setting shift to 6 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=48. +[ 1.107264] RCU Tasks Trace: Setting shift to 6 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=48. +[ 1.113413] NR_IRQS: 524544, nr_irqs: 1896, preallocated irqs: 16 +[ 1.113705] rcu: srcu_init: Setting srcu_struct sizes based on contention. +[ 1.122717] Console: colour VGA+ 80x25 +[ 1.122721] printk: legacy console [tty0] enabled +[ 1.122877] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl +[ 1.122882] ACPI: Core revision 20250404 +[ 1.123031] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns +[ 1.123048] APIC: Switch to symmetric I/O mode setup +[ 1.123051] DMAR: Host address width 46 +[ 1.123053] DMAR: DRHD base: 0x000000d3000000 flags: 0x0 +[ 1.123062] DMAR: dmar0: reg_base_addr d3000000 ver 1:0 cap d2078c106f0466 ecap f020de +[ 1.123065] DMAR: DRHD base: 0x000000de900000 flags: 0x1 +[ 1.123070] DMAR: dmar1: reg_base_addr de900000 ver 1:0 cap d2078c106f0466 ecap f020de +[ 1.123073] DMAR: RMRR base: 0x0000007f458000 end: 0x0000007f46ffff +[ 1.123078] DMAR: RMRR base: 0x0000007f450000 end: 0x0000007f450fff +[ 1.123082] DMAR: RMRR base: 0x0000007f452000 end: 0x0000007f452fff +[ 1.123084] DMAR: ATSR flags: 0x0 +[ 1.123088] DMAR-IR: IOAPIC id 2 under DRHD base 0xd3000000 IOMMU 0 +[ 1.123090] DMAR-IR: IOAPIC id 0 under DRHD base 0xde900000 IOMMU 1 +[ 1.123092] DMAR-IR: IOAPIC id 1 under DRHD base 0xde900000 IOMMU 1 +[ 1.123093] DMAR-IR: HPET id 0 under DRHD base 0xde900000 +[ 1.123095] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. +[ 1.123096] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting. +[ 1.123872] DMAR-IR: Enabled IRQ remapping in xapic mode +[ 1.123875] x2apic: IRQ remapping doesn't support X2APIC mode +[ 1.124500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 +[ 1.129053] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2579b1533e5, max_idle_ns: 440795257441 ns +[ 1.129060] Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.70 BogoMIPS (lpj=2599853) +[ 1.129094] CPU0: Thermal monitoring enabled (TM1) +[ 1.129176] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 +[ 1.129178] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 4 +[ 1.129184] process: using mwait in idle threads +[ 1.129188] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto +[ 1.129196] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl +[ 1.129198] Spectre V2 : Mitigation: Retpolines +[ 1.129199] Spectre V2 : User space: Mitigation: STIBP via prctl +[ 1.129201] MDS: Mitigation: Clear CPU buffers +[ 1.129203] VMSCAPE: Mitigation: IBPB before exit to userspace +[ 1.129204] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization +[ 1.129206] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT +[ 1.129207] Spectre V2 : Enabling Restricted Speculation for firmware calls +[ 1.129209] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier +[ 1.129218] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' +[ 1.129220] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' +[ 1.129221] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' +[ 1.129223] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 +[ 1.129225] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. +[ 1.158980] Freeing SMP alternatives memory: 52K +[ 1.158987] pid_max: default: 49152 minimum: 384 +[ 1.159117] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm +[ 1.159152] Yama: becoming mindful. +[ 1.159218] AppArmor: AppArmor initialized +[ 1.191031] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc hugepage) +[ 1.206983] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage) +[ 1.207655] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage) +[ 1.208066] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage) +[ 1.209291] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz (family: 0x6, model: 0x3e, stepping: 0x4) +[ 1.209713] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver. +[ 1.209740] ... version: 3 +[ 1.209742] ... bit width: 48 +[ 1.209743] ... generic registers: 4 +[ 1.209744] ... value mask: 0000ffffffffffff +[ 1.209746] ... max period: 00007fffffffffff +[ 1.209747] ... fixed-purpose events: 3 +[ 1.209748] ... event mask: 000000070000000f +[ 1.210057] signal: max sigframe size: 1776 +[ 1.210057] Estimated ratio of average max frequency by base frequency (times 1024): 1142 +[ 1.212574] rcu: Hierarchical SRCU implementation. +[ 1.212577] rcu: Max phase no-delay instances is 400. +[ 1.212672] Timer migration: 3 hierarchy levels; 8 children per group; 2 crossnode level +[ 1.214780] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. +[ 1.215646] smp: Bringing up secondary CPUs ... +[ 1.215929] smpboot: x86: Booting SMP configuration: +[ 1.215931] .... node #1, CPUs: #1 +[ 1.216167] .... node #0, CPUs: #2 +[ 1.216561] .... node #1, CPUs: #3 +[ 1.216983] .... node #0, CPUs: #4 +[ 1.217724] .... node #1, CPUs: #5 +[ 1.217996] .... node #0, CPUs: #6 +[ 1.218344] .... node #1, CPUs: #7 +[ 1.218841] .... node #0, CPUs: #8 +[ 1.219127] .... node #1, CPUs: #9 +[ 1.219613] .... node #0, CPUs: #10 +[ 1.219975] .... node #1, CPUs: #11 +[ 1.231406] .... node #0, CPUs: #12 +[ 1.232424] .... node #1, CPUs: #13 +[ 1.232723] .... node #0, CPUs: #14 +[ 1.233096] .... node #1, CPUs: #15 +[ 1.233675] .... node #0, CPUs: #16 +[ 1.234005] .... node #1, CPUs: #17 +[ 1.234548] .... node #0, CPUs: #18 +[ 1.234975] .... node #1, CPUs: #19 +[ 1.235501] .... node #0, CPUs: #20 +[ 1.235905] .... node #1, CPUs: #21 +[ 1.236460] .... node #0, CPUs: #22 +[ 1.236752] .... node #1, CPUs: #23 +[ 1.237348] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. +[ 1.237348] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details. +[ 1.248163] smp: Brought up 2 nodes, 24 CPUs +[ 1.248163] smpboot: Total of 24 processors activated (124792.94 BogoMIPS) +[ 1.250093] Memory: 197661028K/201280048K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 3371720K reserved, 0K cma-reserved) +[ 1.261705] devtmpfs: initialized +[ 1.261705] x86/mm: Memory block size: 2048MB +[ 1.264139] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns +[ 1.264214] posixtimers hash table entries: 32768 (order: 7, 524288 bytes, vmalloc) +[ 1.264537] futex hash table entries: 8192 (524288 bytes on 2 NUMA nodes, total 1024 KiB, linear). +[ 1.264794] pinctrl core: initialized pinctrl subsystem +[ 1.265116] PM: RTC time: 20:54:52, date: 2026-07-26 +[ 1.266928] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[ 1.268244] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations +[ 1.269053] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations +[ 1.269855] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations +[ 1.269883] audit: initializing netlink subsys (disabled) +[ 1.269905] audit: type=2000 audit(1785099292.145:1): state=initialized audit_enabled=0 res=1 +[ 1.270225] thermal_sys: Registered thermal governor 'fair_share' +[ 1.270228] thermal_sys: Registered thermal governor 'bang_bang' +[ 1.270229] thermal_sys: Registered thermal governor 'step_wise' +[ 1.270231] thermal_sys: Registered thermal governor 'user_space' +[ 1.270233] thermal_sys: Registered thermal governor 'power_allocator' +[ 1.270246] cpuidle: using governor ladder +[ 1.270246] cpuidle: using governor menu +[ 1.270246] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it +[ 1.270246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 1.270309] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff] +[ 1.270316] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry +[ 1.270333] PCI: Using configuration type 1 for base access +[ 1.270346] PCI: Dell System detected, enabling pci=bfsort. +[ 1.270402] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on +[ 1.270404] mtrr: your CPUs had inconsistent variable MTRR settings +[ 1.270406] mtrr: probably your BIOS does not setup all CPUs. +[ 1.270407] mtrr: corrected configuration. +[ 1.270449] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. +[ 1.271127] HugeTLB: allocation took 0ms with hugepage_allocation_threads=6 +[ 1.271127] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages +[ 1.271127] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page +[ 1.271127] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages +[ 1.271127] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page +[ 1.273287] ACPI: Added _OSI(Module Device) +[ 1.273290] ACPI: Added _OSI(Processor Device) +[ 1.273293] ACPI: Added _OSI(Processor Aggregator Device) +[ 1.280449] ACPI: 2 ACPI AML tables successfully acquired and loaded +[ 1.281096] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored +[ 1.287132] ACPI: Interpreter enabled +[ 1.287154] ACPI: PM: (supports S0 S4 S5) +[ 1.287157] ACPI: Using IOAPIC for interrupt routing +[ 1.288016] HEST: Table parsing has been initialized. +[ 1.288415] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. +[ 1.288421] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 1.288424] PCI: Using E820 reservations for host bridge windows +[ 1.288759] ACPI: Enabled 4 GPEs in block 00 to 3F +[ 1.305913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3d]) +[ 1.305922] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 1.306171] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] +[ 1.306174] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration +[ 1.307145] PCI host bridge to bus 0000:00 +[ 1.307177] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] +[ 1.307180] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] +[ 1.307182] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] +[ 1.307184] pci_bus 0000:00: root bus resource [io 0x0d00-0x1fff window] +[ 1.307186] pci_bus 0000:00: root bus resource [io 0xe000-0xffff window] +[ 1.307188] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] +[ 1.307190] pci_bus 0000:00: root bus resource [mem 0xd8000000-0xdfffffff window] +[ 1.307192] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] +[ 1.307195] pci_bus 0000:00: root bus resource [bus 00-3d] +[ 1.307226] pci 0000:00:00.0: [8086:0e00] type 00 class 0x060000 PCIe Root Port +[ 1.307309] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold +[ 1.307423] pci 0000:00:01.0: [8086:0e02] type 01 class 0x060400 PCIe Root Port +[ 1.307445] pci 0000:00:01.0: PCI bridge to [bus 02] +[ 1.307452] pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdc7fffff] +[ 1.307461] pci 0000:00:01.0: bridge window [mem 0xd9000000-0xd90fffff 64bit pref] +[ 1.307525] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold +[ 1.307814] pci 0000:00:01.1: [8086:0e03] type 01 class 0x060400 PCIe Root Port +[ 1.307836] pci 0000:00:01.1: PCI bridge to [bus 01] +[ 1.307842] pci 0000:00:01.1: bridge window [mem 0xdc800000-0xdcffffff] +[ 1.307851] pci 0000:00:01.1: bridge window [mem 0xd9100000-0xd91fffff 64bit pref] +[ 1.307915] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold +[ 1.308407] pci 0000:00:02.0: [8086:0e04] type 01 class 0x060400 PCIe Root Port +[ 1.308430] pci 0000:00:02.0: PCI bridge to [bus 04] +[ 1.308505] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold +[ 1.309107] pci 0000:00:02.2: [8086:0e06] type 01 class 0x060400 PCIe Root Port +[ 1.309130] pci 0000:00:02.2: PCI bridge to [bus 03] +[ 1.309205] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold +[ 1.309364] pci 0000:00:03.0: [8086:0e08] type 01 class 0x060400 PCIe Root Port +[ 1.309387] pci 0000:00:03.0: PCI bridge to [bus 05] +[ 1.309406] pci 0000:00:03.0: enabling Extended Tags +[ 1.309467] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold +[ 1.309639] pci 0000:00:05.0: [8086:0e28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.309720] pci 0000:00:05.2: [8086:0e2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.309850] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400 PCIe Root Port +[ 1.309881] pci 0000:00:11.0: PCI bridge to [bus 06] +[ 1.309967] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold +[ 1.310089] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000 conventional PCI endpoint +[ 1.310127] pci 0000:00:16.0: BAR 0 [mem 0xde8fb000-0xde8fb00f 64bit] +[ 1.310163] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold +[ 1.310249] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000 conventional PCI endpoint +[ 1.310286] pci 0000:00:16.1: BAR 0 [mem 0xde8fc000-0xde8fc00f 64bit] +[ 1.310321] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold +[ 1.310417] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320 conventional PCI endpoint +[ 1.310460] pci 0000:00:1a.0: BAR 0 [mem 0xde8fd000-0xde8fd3ff] +[ 1.310505] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold +[ 1.310575] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400 PCIe Root Port +[ 1.310601] pci 0000:00:1c.0: PCI bridge to [bus 07] +[ 1.310672] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold +[ 1.310700] pci 0000:00:1c.0: Enabling MPC IRBNCE +[ 1.310703] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled +[ 1.310921] pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400 PCIe Root Port +[ 1.310948] pci 0000:00:1c.7: PCI bridge to [bus 08-0c] +[ 1.310956] pci 0000:00:1c.7: bridge window [mem 0xdd000000-0xde7fffff] +[ 1.310967] pci 0000:00:1c.7: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.311025] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold +[ 1.311050] pci 0000:00:1c.7: Enabling MPC IRBNCE +[ 1.311053] pci 0000:00:1c.7: Intel PCH root port ACS workaround enabled +[ 1.311165] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320 conventional PCI endpoint +[ 1.311208] pci 0000:00:1d.0: BAR 0 [mem 0xde8fe000-0xde8fe3ff] +[ 1.311254] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold +[ 1.311315] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge +[ 1.311338] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode) +[ 1.311423] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100 conventional PCI endpoint +[ 1.311600] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601 conventional PCI endpoint +[ 1.311633] pci 0000:00:1f.2: BAR 0 [io 0xfce8-0xfcef] +[ 1.311636] pci 0000:00:1f.2: BAR 1 [io 0xfcf8-0xfcfb] +[ 1.311639] pci 0000:00:1f.2: BAR 2 [io 0xfcf0-0xfcf7] +[ 1.311641] pci 0000:00:1f.2: BAR 3 [io 0xfcfc-0xfcff] +[ 1.311644] pci 0000:00:1f.2: BAR 4 [io 0xfcc0-0xfcdf] +[ 1.311647] pci 0000:00:1f.2: BAR 5 [mem 0xde8ff000-0xde8ff7ff] +[ 1.311682] pci 0000:00:1f.2: PME# supported from D3hot +[ 1.311845] pci 0000:02:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint +[ 1.311880] pci 0000:02:00.0: BAR 0 [mem 0xd90a0000-0xd90affff 64bit pref] +[ 1.311884] pci 0000:02:00.0: BAR 2 [mem 0xd90b0000-0xd90bffff 64bit pref] +[ 1.311887] pci 0000:02:00.0: BAR 4 [mem 0xd90c0000-0xd90cffff 64bit pref] +[ 1.311890] pci 0000:02:00.0: ROM [mem 0xdc000000-0xdc03ffff pref] +[ 1.311958] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold +[ 1.312006] pci 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:01.0 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) +[ 1.312327] pci 0000:02:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint +[ 1.312362] pci 0000:02:00.1: BAR 0 [mem 0xd90d0000-0xd90dffff 64bit pref] +[ 1.312366] pci 0000:02:00.1: BAR 2 [mem 0xd90e0000-0xd90effff 64bit pref] +[ 1.312370] pci 0000:02:00.1: BAR 4 [mem 0xd90f0000-0xd90fffff 64bit pref] +[ 1.312373] pci 0000:02:00.1: ROM [mem 0xdc000000-0xdc03ffff pref] +[ 1.312437] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold +[ 1.312788] pci 0000:00:01.0: PCI bridge to [bus 02] +[ 1.312866] pci 0000:01:00.0: [14e4:165f] type 00 class 0x020000 PCIe Endpoint +[ 1.312901] pci 0000:01:00.0: BAR 0 [mem 0xd91a0000-0xd91affff 64bit pref] +[ 1.312905] pci 0000:01:00.0: BAR 2 [mem 0xd91b0000-0xd91bffff 64bit pref] +[ 1.312909] pci 0000:01:00.0: BAR 4 [mem 0xd91c0000-0xd91cffff 64bit pref] +[ 1.312911] pci 0000:01:00.0: ROM [mem 0xdc800000-0xdc83ffff pref] +[ 1.312975] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold +[ 1.313023] pci 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:01.1 (capable of 8.000 Gb/s with 5.0 GT/s PCIe x2 link) +[ 1.313334] pci 0000:01:00.1: [14e4:165f] type 00 class 0x020000 PCIe Endpoint +[ 1.313369] pci 0000:01:00.1: BAR 0 [mem 0xd91d0000-0xd91dffff 64bit pref] +[ 1.313373] pci 0000:01:00.1: BAR 2 [mem 0xd91e0000-0xd91effff 64bit pref] +[ 1.313377] pci 0000:01:00.1: BAR 4 [mem 0xd91f0000-0xd91fffff 64bit pref] +[ 1.313380] pci 0000:01:00.1: ROM [mem 0xdc800000-0xdc83ffff pref] +[ 1.313444] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold +[ 1.313798] pci 0000:00:01.1: PCI bridge to [bus 01] +[ 1.313842] pci 0000:00:02.0: PCI bridge to [bus 04] +[ 1.313885] pci 0000:00:02.2: PCI bridge to [bus 03] +[ 1.313926] pci 0000:00:03.0: PCI bridge to [bus 05] +[ 1.313974] pci 0000:00:11.0: PCI bridge to [bus 06] +[ 1.314024] pci 0000:00:1c.0: PCI bridge to [bus 07] +[ 1.314575] pci 0000:08:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Upstream Port +[ 1.315445] pci 0000:08:00.0: PCI bridge to [bus 09-0c] +[ 1.315664] pci 0000:08:00.0: bridge window [mem 0xdd000000-0xde7fffff] +[ 1.315969] pci 0000:08:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.317621] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold +[ 1.319056] pci 0000:00:1c.7: PCI bridge to [bus 08-0c] +[ 1.320455] pci 0000:09:00.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port +[ 1.322420] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] +[ 1.322673] pci 0000:09:00.0: bridge window [mem 0xdd000000-0xddffffff] +[ 1.323022] pci 0000:09:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.324962] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold +[ 1.326950] pci 0000:09:01.0: [1912:0013] type 01 class 0x060400 PCIe Switch Downstream Port +[ 1.327933] pci 0000:09:01.0: PCI bridge to [bus 0c] +[ 1.328165] pci 0000:09:01.0: bridge window [mem 0xde700000-0xde7fffff] +[ 1.330679] pci 0000:09:01.0: PME# supported from D0 D3hot D3cold +[ 1.334168] pci 0000:08:00.0: PCI bridge to [bus 09-0c] +[ 1.335935] pci 0000:0a:00.0: [1912:0012] type 01 class 0x060400 PCIe to PCI/PCI-X bridge +[ 1.336932] pci 0000:0a:00.0: PCI bridge to [bus 0b] +[ 1.337165] pci 0000:0a:00.0: bridge window [mem 0xdd000000-0xddffffff] +[ 1.337516] pci 0000:0a:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.340982] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] +[ 1.342528] pci_bus 0000:0b: extended config space not accessible +[ 1.342767] pci 0000:0b:00.0: [102b:0534] type 00 class 0x030000 conventional PCI endpoint +[ 1.344169] pci 0000:0b:00.0: BAR 0 [mem 0xd8000000-0xd8ffffff pref] +[ 1.344206] pci 0000:0b:00.0: BAR 1 [mem 0xddffc000-0xddffffff] +[ 1.344243] pci 0000:0b:00.0: BAR 2 [mem 0xdd000000-0xdd7fffff] +[ 1.344681] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] +[ 1.347791] pci 0000:0a:00.0: PCI bridge to [bus 0b] +[ 1.349516] pci 0000:09:01.0: PCI bridge to [bus 0c] +[ 1.351075] pci_bus 0000:0d: extended config space not accessible +[ 1.351125] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode) +[ 1.351134] pci 0000:00:1e.0: bridge window [io 0x0000-0x03af window] (subtractive decode) +[ 1.351137] pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode) +[ 1.351139] pci 0000:00:1e.0: bridge window [io 0x03b0-0x03df window] (subtractive decode) +[ 1.351142] pci 0000:00:1e.0: bridge window [io 0x0d00-0x1fff window] (subtractive decode) +[ 1.351144] pci 0000:00:1e.0: bridge window [io 0xe000-0xffff window] (subtractive decode) +[ 1.351146] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) +[ 1.351148] pci 0000:00:1e.0: bridge window [mem 0xd8000000-0xdfffffff window] (subtractive decode) +[ 1.351149] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode) +[ 1.351192] pci_bus 0000:00: on NUMA node 0 +[ 1.352797] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 40-7e]) +[ 1.352804] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 1.353055] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] +[ 1.353057] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration +[ 1.353995] PCI host bridge to bus 0000:40 +[ 1.354030] pci_bus 0000:40: root bus resource [io 0x2000-0xdfff window] +[ 1.354033] pci_bus 0000:40: root bus resource [mem 0xd0000000-0xd7ffffff window] +[ 1.354036] pci_bus 0000:40: root bus resource [bus 40-7e] +[ 1.354068] pci 0000:40:01.0: [8086:0e02] type 01 class 0x060400 PCIe Root Port +[ 1.354092] pci 0000:40:01.0: PCI bridge to [bus 41] +[ 1.354174] pci 0000:40:01.0: PME# supported from D0 D3hot D3cold +[ 1.354855] pci 0000:40:03.0: [8086:0e08] type 01 class 0x060400 PCIe Root Port +[ 1.354879] pci 0000:40:03.0: PCI bridge to [bus 42] +[ 1.354900] pci 0000:40:03.0: enabling Extended Tags +[ 1.354966] pci 0000:40:03.0: PME# supported from D0 D3hot D3cold +[ 1.355628] pci 0000:40:05.0: [8086:0e28] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.355784] pci 0000:40:05.2: [8086:0e2a] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.355936] pci 0000:40:01.0: PCI bridge to [bus 41] +[ 1.355981] pci 0000:40:03.0: PCI bridge to [bus 42] +[ 1.356000] pci_bus 0000:40: on NUMA node 1 +[ 1.356101] ACPI: PCI Root Bridge [P0B1] (domain 0000 [bus 3f]) +[ 1.356107] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 1.356355] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] +[ 1.356357] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration +[ 1.356435] PCI host bridge to bus 0000:3f +[ 1.356440] pci_bus 0000:3f: root bus resource [bus 3f] +[ 1.356450] pci 0000:3f:08.0: [8086:0e80] type 00 class 0x088000 conventional PCI endpoint +[ 1.356512] pci 0000:3f:09.0: [8086:0e90] type 00 class 0x088000 conventional PCI endpoint +[ 1.356569] pci 0000:3f:0a.0: [8086:0ec0] type 00 class 0x088000 conventional PCI endpoint +[ 1.356621] pci 0000:3f:0a.1: [8086:0ec1] type 00 class 0x088000 conventional PCI endpoint +[ 1.356671] pci 0000:3f:0a.2: [8086:0ec2] type 00 class 0x088000 conventional PCI endpoint +[ 1.356722] pci 0000:3f:0a.3: [8086:0ec3] type 00 class 0x088000 conventional PCI endpoint +[ 1.356774] pci 0000:3f:0b.0: [8086:0e1e] type 00 class 0x088000 conventional PCI endpoint +[ 1.356832] pci 0000:3f:0b.3: [8086:0e1f] type 00 class 0x088000 conventional PCI endpoint +[ 1.356911] pci 0000:3f:0c.0: [8086:0ee0] type 00 class 0x088000 conventional PCI endpoint +[ 1.356959] pci 0000:3f:0c.1: [8086:0ee2] type 00 class 0x088000 conventional PCI endpoint +[ 1.357009] pci 0000:3f:0c.2: [8086:0ee4] type 00 class 0x088000 conventional PCI endpoint +[ 1.357057] pci 0000:3f:0d.0: [8086:0ee1] type 00 class 0x088000 conventional PCI endpoint +[ 1.357109] pci 0000:3f:0d.1: [8086:0ee3] type 00 class 0x088000 conventional PCI endpoint +[ 1.357158] pci 0000:3f:0d.2: [8086:0ee5] type 00 class 0x088000 conventional PCI endpoint +[ 1.357208] pci 0000:3f:0e.0: [8086:0ea0] type 00 class 0x088000 conventional PCI endpoint +[ 1.357268] pci 0000:3f:0e.1: [8086:0e30] type 00 class 0x110100 conventional PCI endpoint +[ 1.357327] pci 0000:3f:0f.0: [8086:0ea8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357401] pci 0000:3f:0f.1: [8086:0e71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357470] pci 0000:3f:0f.2: [8086:0eaa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357537] pci 0000:3f:0f.3: [8086:0eab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357606] pci 0000:3f:0f.4: [8086:0eac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357672] pci 0000:3f:0f.5: [8086:0ead] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357740] pci 0000:3f:10.0: [8086:0eb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357817] pci 0000:3f:10.1: [8086:0eb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357883] pci 0000:3f:10.2: [8086:0eb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.357951] pci 0000:3f:10.3: [8086:0eb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.358017] pci 0000:3f:10.4: [8086:0eb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.358088] pci 0000:3f:10.5: [8086:0eb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.358155] pci 0000:3f:10.7: [8086:0eb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.358222] pci 0000:3f:13.0: [8086:0e1d] type 00 class 0x088000 conventional PCI endpoint +[ 1.358270] pci 0000:3f:13.1: [8086:0e34] type 00 class 0x110100 conventional PCI endpoint +[ 1.358330] pci 0000:3f:13.4: [8086:0e81] type 00 class 0x088000 conventional PCI endpoint +[ 1.358381] pci 0000:3f:13.5: [8086:0e36] type 00 class 0x110100 conventional PCI endpoint +[ 1.358433] pci 0000:3f:16.0: [8086:0ec8] type 00 class 0x088000 conventional PCI endpoint +[ 1.358481] pci 0000:3f:16.1: [8086:0ec9] type 00 class 0x088000 conventional PCI endpoint +[ 1.358533] pci 0000:3f:16.2: [8086:0eca] type 00 class 0x088000 conventional PCI endpoint +[ 1.358587] pci_bus 0000:3f: on NUMA node 0 +[ 1.358674] ACPI: PCI Root Bridge [P1B1] (domain 0000 [bus 7f]) +[ 1.358680] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 1.358928] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] +[ 1.358930] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration +[ 1.358978] PCI host bridge to bus 0000:7f +[ 1.358982] pci_bus 0000:7f: root bus resource [bus 7f] +[ 1.358993] pci 0000:7f:08.0: [8086:0e80] type 00 class 0x088000 conventional PCI endpoint +[ 1.359055] pci 0000:7f:09.0: [8086:0e90] type 00 class 0x088000 conventional PCI endpoint +[ 1.359119] pci 0000:7f:0a.0: [8086:0ec0] type 00 class 0x088000 conventional PCI endpoint +[ 1.359183] pci 0000:7f:0a.1: [8086:0ec1] type 00 class 0x088000 conventional PCI endpoint +[ 1.359236] pci 0000:7f:0a.2: [8086:0ec2] type 00 class 0x088000 conventional PCI endpoint +[ 1.359291] pci 0000:7f:0a.3: [8086:0ec3] type 00 class 0x088000 conventional PCI endpoint +[ 1.359346] pci 0000:7f:0b.0: [8086:0e1e] type 00 class 0x088000 conventional PCI endpoint +[ 1.359396] pci 0000:7f:0b.3: [8086:0e1f] type 00 class 0x088000 conventional PCI endpoint +[ 1.359450] pci 0000:7f:0c.0: [8086:0ee0] type 00 class 0x088000 conventional PCI endpoint +[ 1.359501] pci 0000:7f:0c.1: [8086:0ee2] type 00 class 0x088000 conventional PCI endpoint +[ 1.359552] pci 0000:7f:0c.2: [8086:0ee4] type 00 class 0x088000 conventional PCI endpoint +[ 1.359614] pci 0000:7f:0d.0: [8086:0ee1] type 00 class 0x088000 conventional PCI endpoint +[ 1.359666] pci 0000:7f:0d.1: [8086:0ee3] type 00 class 0x088000 conventional PCI endpoint +[ 1.359718] pci 0000:7f:0d.2: [8086:0ee5] type 00 class 0x088000 conventional PCI endpoint +[ 1.359773] pci 0000:7f:0e.0: [8086:0ea0] type 00 class 0x088000 conventional PCI endpoint +[ 1.359828] pci 0000:7f:0e.1: [8086:0e30] type 00 class 0x110100 conventional PCI endpoint +[ 1.359889] pci 0000:7f:0f.0: [8086:0ea8] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.359963] pci 0000:7f:0f.1: [8086:0e71] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360035] pci 0000:7f:0f.2: [8086:0eaa] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360120] pci 0000:7f:0f.3: [8086:0eab] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360193] pci 0000:7f:0f.4: [8086:0eac] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360267] pci 0000:7f:0f.5: [8086:0ead] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360340] pci 0000:7f:10.0: [8086:0eb0] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360419] pci 0000:7f:10.1: [8086:0eb1] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360494] pci 0000:7f:10.2: [8086:0eb2] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360566] pci 0000:7f:10.3: [8086:0eb3] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360641] pci 0000:7f:10.4: [8086:0eb4] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360723] pci 0000:7f:10.5: [8086:0eb5] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360804] pci 0000:7f:10.7: [8086:0eb7] type 00 class 0x088000 PCIe Root Complex Integrated Endpoint +[ 1.360876] pci 0000:7f:13.0: [8086:0e1d] type 00 class 0x088000 conventional PCI endpoint +[ 1.360929] pci 0000:7f:13.1: [8086:0e34] type 00 class 0x110100 conventional PCI endpoint +[ 1.360983] pci 0000:7f:13.4: [8086:0e81] type 00 class 0x088000 conventional PCI endpoint +[ 1.361035] pci 0000:7f:13.5: [8086:0e36] type 00 class 0x110100 conventional PCI endpoint +[ 1.361095] pci 0000:7f:16.0: [8086:0ec8] type 00 class 0x088000 conventional PCI endpoint +[ 1.361150] pci 0000:7f:16.1: [8086:0ec9] type 00 class 0x088000 conventional PCI endpoint +[ 1.361215] pci 0000:7f:16.2: [8086:0eca] type 00 class 0x088000 conventional PCI endpoint +[ 1.361275] pci_bus 0000:7f: on NUMA node 1 +[ 1.361479] ACPI: PCI: Interrupt link LK00 configured for IRQ 15 +[ 1.361559] ACPI: PCI: Interrupt link LK01 configured for IRQ 14 +[ 1.361639] ACPI: PCI: Interrupt link LK02 configured for IRQ 0 +[ 1.361642] ACPI: PCI: Interrupt link LK02 disabled +[ 1.361718] ACPI: PCI: Interrupt link LK03 configured for IRQ 11 +[ 1.361794] ACPI: PCI: Interrupt link LK04 configured for IRQ 5 +[ 1.361873] ACPI: PCI: Interrupt link LK05 configured for IRQ 0 +[ 1.361875] ACPI: PCI: Interrupt link LK05 disabled +[ 1.361951] ACPI: PCI: Interrupt link LK06 configured for IRQ 6 +[ 1.362027] ACPI: PCI: Interrupt link LK07 configured for IRQ 14 +[ 1.362346] iommu: Default domain type: Translated +[ 1.362346] iommu: DMA domain TLB invalidation policy: lazy mode +[ 1.363089] SCSI subsystem initialized +[ 1.363123] libata version 3.00 loaded. +[ 1.363123] ACPI: bus type USB registered +[ 1.363132] usbcore: registered new interface driver usbfs +[ 1.363147] usbcore: registered new interface driver hub +[ 1.363170] usbcore: registered new device driver usb +[ 1.363201] pps_core: LinuxPPS API ver. 1 registered +[ 1.363203] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti +[ 1.363211] PTP clock support registered +[ 1.363264] EDAC MC: Ver: 3.0.0 +[ 1.364525] NetLabel: Initializing +[ 1.364527] NetLabel: domain hash size = 128 +[ 1.364528] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO +[ 1.364551] NetLabel: unlabeled traffic allowed by default +[ 1.365106] mctp: management component transport protocol core +[ 1.365106] NET: Registered PF_MCTP protocol family +[ 1.365117] PCI: Using ACPI for IRQ routing +[ 1.369943] PCI: pci_cache_line_size set to 64 bytes +[ 1.370391] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] +[ 1.370394] e820: reserve RAM buffer [mem 0x7d2f0000-0x7fffffff] +[ 1.371209] pci 0000:0b:00.0: vgaarb: setting as boot VGA device +[ 1.371212] pci 0000:0b:00.0: vgaarb: bridge control possible +[ 1.371214] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none +[ 1.371228] vgaarb: loaded +[ 1.372258] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 +[ 1.372258] hpet0: 8 comparators, 64-bit 14.318180 MHz counter +[ 1.374173] clocksource: Switched to clocksource tsc-early +[ 1.374530] VFS: Disk quotas dquot_6.6.0 +[ 1.374549] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 1.374707] AppArmor: AppArmor Filesystem Enabled +[ 1.374731] pnp: PnP ACPI init +[ 1.375898] system 00:04: [io 0x0800-0x087f] has been reserved +[ 1.375903] system 00:04: [io 0x0880-0x08ff] has been reserved +[ 1.375905] system 00:04: [io 0x0900-0x091f] has been reserved +[ 1.375907] system 00:04: [io 0x0920-0x0923] has been reserved +[ 1.375909] system 00:04: [io 0x0924] has been reserved +[ 1.375912] system 00:04: [io 0x0370-0x0377] has been reserved +[ 1.375914] system 00:04: [io 0x0ca0-0x0ca7] has been reserved +[ 1.375916] system 00:04: [io 0x0ca9-0x0cab] has been reserved +[ 1.375918] system 00:04: [io 0x0cad-0x0caf] has been reserved +[ 1.375920] system 00:04: [io 0x0cb0-0x0cbf] has been reserved +[ 1.375953] system 00:05: [io 0x0ca8] has been reserved +[ 1.375953] system 00:05: [io 0x0cac] has been reserved +[ 1.376464] system 00:06: [mem 0xe0000000-0xe3efffff] has been reserved +[ 1.376681] system 00:07: [mem 0xe4000000-0xe7ffffff] has been reserved +[ 1.376767] system 00:08: [mem 0xe3f00000-0xe3ffffff] has been reserved +[ 1.376877] system 00:09: [mem 0xde900000-0xde901fff] could not be reserved +[ 1.376996] system 00:0a: [mem 0xd3000000-0xd3001fff] could not be reserved +[ 1.377209] pnp: PnP ACPI: found 11 devices +[ 1.383670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +[ 1.383762] NET: Registered PF_INET protocol family +[ 1.384284] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc hugepage) +[ 1.405267] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc) +[ 1.405420] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc) +[ 1.406033] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage) +[ 1.407287] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc hugepage) +[ 1.407546] TCP: Hash tables configured (established 524288 bind 65536) +[ 1.408131] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc) +[ 1.409515] UDP hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage) +[ 1.411224] UDP-Lite hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc hugepage) +[ 1.411939] NET: Registered PF_UNIX/PF_LOCAL protocol family +[ 1.411953] NET: Registered PF_XDP protocol family +[ 1.411971] pci 0000:02:00.1: ROM [mem 0xdc000000-0xdc03ffff pref]: can't claim; address conflict with 0000:02:00.0 [mem 0xdc000000-0xdc03ffff pref] +[ 1.411978] pci 0000:01:00.1: ROM [mem 0xdc800000-0xdc83ffff pref]: can't claim; address conflict with 0000:01:00.0 [mem 0xdc800000-0xdc83ffff pref] +[ 1.412015] pci 0000:02:00.1: ROM [mem 0xdc040000-0xdc07ffff pref]: assigned +[ 1.412018] pci 0000:00:01.0: PCI bridge to [bus 02] +[ 1.412025] pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdc7fffff] +[ 1.412029] pci 0000:00:01.0: bridge window [mem 0xd9000000-0xd90fffff 64bit pref] +[ 1.412035] pci 0000:01:00.1: ROM [mem 0xdc840000-0xdc87ffff pref]: assigned +[ 1.412048] pci 0000:00:01.1: PCI bridge to [bus 01] +[ 1.412052] pci 0000:00:01.1: bridge window [mem 0xdc800000-0xdcffffff] +[ 1.412056] pci 0000:00:01.1: bridge window [mem 0xd9100000-0xd91fffff 64bit pref] +[ 1.412068] pci 0000:00:02.0: PCI bridge to [bus 04] +[ 1.412077] pci 0000:00:02.2: PCI bridge to [bus 03] +[ 1.412086] pci 0000:00:03.0: PCI bridge to [bus 05] +[ 1.412094] pci 0000:00:11.0: PCI bridge to [bus 06] +[ 1.412107] pci 0000:00:1c.0: PCI bridge to [bus 07] +[ 1.412123] pci 0000:0a:00.0: PCI bridge to [bus 0b] +[ 1.412265] pci 0000:0a:00.0: bridge window [mem 0xdd000000-0xddffffff] +[ 1.412372] pci 0000:0a:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.412562] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] +[ 1.412706] pci 0000:09:00.0: bridge window [mem 0xdd000000-0xddffffff] +[ 1.412800] pci 0000:09:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.412994] pci 0000:09:01.0: PCI bridge to [bus 0c] +[ 1.413147] pci 0000:09:01.0: bridge window [mem 0xde700000-0xde7fffff] +[ 1.413504] pci 0000:08:00.0: PCI bridge to [bus 09-0c] +[ 1.413634] pci 0000:08:00.0: bridge window [mem 0xdd000000-0xde7fffff] +[ 1.413718] pci 0000:08:00.0: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.413958] pci 0000:00:1c.7: PCI bridge to [bus 08-0c] +[ 1.413962] pci 0000:00:1c.7: bridge window [mem 0xdd000000-0xde7fffff] +[ 1.413966] pci 0000:00:1c.7: bridge window [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.413972] pci 0000:00:1e.0: PCI bridge to [bus 0d] +[ 1.413982] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] +[ 1.413985] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] +[ 1.413986] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] +[ 1.413988] pci_bus 0000:00: resource 7 [io 0x0d00-0x1fff window] +[ 1.413990] pci_bus 0000:00: resource 8 [io 0xe000-0xffff window] +[ 1.413992] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window] +[ 1.413993] pci_bus 0000:00: resource 10 [mem 0xd8000000-0xdfffffff window] +[ 1.413995] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed44fff window] +[ 1.413997] pci_bus 0000:02: resource 1 [mem 0xdc000000-0xdc7fffff] +[ 1.413999] pci_bus 0000:02: resource 2 [mem 0xd9000000-0xd90fffff 64bit pref] +[ 1.414001] pci_bus 0000:01: resource 1 [mem 0xdc800000-0xdcffffff] +[ 1.414002] pci_bus 0000:01: resource 2 [mem 0xd9100000-0xd91fffff 64bit pref] +[ 1.414005] pci_bus 0000:08: resource 1 [mem 0xdd000000-0xde7fffff] +[ 1.414006] pci_bus 0000:08: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.414008] pci_bus 0000:09: resource 1 [mem 0xdd000000-0xde7fffff] +[ 1.414009] pci_bus 0000:09: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.414011] pci_bus 0000:0a: resource 1 [mem 0xdd000000-0xddffffff] +[ 1.414013] pci_bus 0000:0a: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.414014] pci_bus 0000:0b: resource 1 [mem 0xdd000000-0xddffffff] +[ 1.414016] pci_bus 0000:0b: resource 2 [mem 0xd8000000-0xd8ffffff 64bit pref] +[ 1.414018] pci_bus 0000:0c: resource 1 [mem 0xde700000-0xde7fffff] +[ 1.414019] pci_bus 0000:0d: resource 4 [io 0x0000-0x03af window] +[ 1.414021] pci_bus 0000:0d: resource 5 [io 0x03e0-0x0cf7 window] +[ 1.414023] pci_bus 0000:0d: resource 6 [io 0x03b0-0x03df window] +[ 1.414025] pci_bus 0000:0d: resource 7 [io 0x0d00-0x1fff window] +[ 1.414026] pci_bus 0000:0d: resource 8 [io 0xe000-0xffff window] +[ 1.414028] pci_bus 0000:0d: resource 9 [mem 0x000a0000-0x000bffff window] +[ 1.414029] pci_bus 0000:0d: resource 10 [mem 0xd8000000-0xdfffffff window] +[ 1.414031] pci_bus 0000:0d: resource 11 [mem 0xfed40000-0xfed44fff window] +[ 1.414088] pci 0000:40:01.0: PCI bridge to [bus 41] +[ 1.414098] pci 0000:40:03.0: PCI bridge to [bus 42] +[ 1.414116] pci_bus 0000:40: resource 4 [io 0x2000-0xdfff window] +[ 1.414118] pci_bus 0000:40: resource 5 [mem 0xd0000000-0xd7ffffff window] +[ 1.414177] pci 0000:00:05.0: disabled boot interrupts on device [8086:0e28] +[ 1.425314] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 10860 usecs +[ 1.425957] pci 0000:40:05.0: disabled boot interrupts on device [8086:0e28] +[ 1.426026] PCI: CLS 64 bytes, default 64 +[ 1.426120] DMAR: No SATC found +[ 1.426122] DMAR: dmar0: Using Queued invalidation +[ 1.426131] DMAR: dmar1: Using Queued invalidation +[ 1.426172] Trying to unpack rootfs image as initramfs... +[ 1.426313] pci 0000:40:01.0: Adding to iommu group 0 +[ 1.426343] pci 0000:40:03.0: Adding to iommu group 1 +[ 1.426384] pci 0000:40:05.0: Adding to iommu group 2 +[ 1.426407] pci 0000:40:05.2: Adding to iommu group 3 +[ 1.428067] pci 0000:00:00.0: Adding to iommu group 4 +[ 1.428101] pci 0000:00:01.0: Adding to iommu group 5 +[ 1.428131] pci 0000:00:01.1: Adding to iommu group 6 +[ 1.428159] pci 0000:00:02.0: Adding to iommu group 7 +[ 1.428187] pci 0000:00:02.2: Adding to iommu group 8 +[ 1.428215] pci 0000:00:03.0: Adding to iommu group 9 +[ 1.428242] pci 0000:00:05.0: Adding to iommu group 10 +[ 1.428266] pci 0000:00:05.2: Adding to iommu group 11 +[ 1.428290] pci 0000:00:11.0: Adding to iommu group 12 +[ 1.428362] pci 0000:00:16.0: Adding to iommu group 13 +[ 1.428386] pci 0000:00:16.1: Adding to iommu group 13 +[ 1.428409] pci 0000:00:1a.0: Adding to iommu group 14 +[ 1.428440] pci 0000:00:1c.0: Adding to iommu group 15 +[ 1.428464] pci 0000:00:1c.7: Adding to iommu group 16 +[ 1.428490] pci 0000:00:1d.0: Adding to iommu group 17 +[ 1.428513] pci 0000:00:1e.0: Adding to iommu group 18 +[ 1.428568] pci 0000:00:1f.0: Adding to iommu group 19 +[ 1.428592] pci 0000:00:1f.2: Adding to iommu group 19 +[ 1.428657] pci 0000:01:00.0: Adding to iommu group 20 +[ 1.428689] pci 0000:01:00.1: Adding to iommu group 20 +[ 1.428751] pci 0000:02:00.0: Adding to iommu group 21 +[ 1.428784] pci 0000:02:00.1: Adding to iommu group 21 +[ 1.428807] pci 0000:08:00.0: Adding to iommu group 22 +[ 1.428862] pci 0000:09:00.0: Adding to iommu group 23 +[ 1.428912] pci 0000:09:01.0: Adding to iommu group 24 +[ 1.428950] pci 0000:0a:00.0: Adding to iommu group 23 +[ 1.428958] pci 0000:0b:00.0: Adding to iommu group 23 +[ 1.428999] pci 0000:3f:08.0: Adding to iommu group 25 +[ 1.429041] pci 0000:3f:09.0: Adding to iommu group 26 +[ 1.429149] pci 0000:3f:0a.0: Adding to iommu group 27 +[ 1.429177] pci 0000:3f:0a.1: Adding to iommu group 27 +[ 1.429204] pci 0000:3f:0a.2: Adding to iommu group 27 +[ 1.429231] pci 0000:3f:0a.3: Adding to iommu group 27 +[ 1.429289] pci 0000:3f:0b.0: Adding to iommu group 28 +[ 1.429318] pci 0000:3f:0b.3: Adding to iommu group 28 +[ 1.429401] pci 0000:3f:0c.0: Adding to iommu group 29 +[ 1.429428] pci 0000:3f:0c.1: Adding to iommu group 29 +[ 1.429455] pci 0000:3f:0c.2: Adding to iommu group 29 +[ 1.429527] pci 0000:3f:0d.0: Adding to iommu group 30 +[ 1.429555] pci 0000:3f:0d.1: Adding to iommu group 30 +[ 1.429582] pci 0000:3f:0d.2: Adding to iommu group 30 +[ 1.429636] pci 0000:3f:0e.0: Adding to iommu group 31 +[ 1.429664] pci 0000:3f:0e.1: Adding to iommu group 31 +[ 1.429693] pci 0000:3f:0f.0: Adding to iommu group 32 +[ 1.429717] pci 0000:3f:0f.1: Adding to iommu group 33 +[ 1.429748] pci 0000:3f:0f.2: Adding to iommu group 34 +[ 1.429773] pci 0000:3f:0f.3: Adding to iommu group 35 +[ 1.429799] pci 0000:3f:0f.4: Adding to iommu group 36 +[ 1.429823] pci 0000:3f:0f.5: Adding to iommu group 37 +[ 1.429848] pci 0000:3f:10.0: Adding to iommu group 38 +[ 1.429873] pci 0000:3f:10.1: Adding to iommu group 39 +[ 1.429899] pci 0000:3f:10.2: Adding to iommu group 40 +[ 1.429923] pci 0000:3f:10.3: Adding to iommu group 41 +[ 1.429949] pci 0000:3f:10.4: Adding to iommu group 42 +[ 1.429975] pci 0000:3f:10.5: Adding to iommu group 43 +[ 1.429999] pci 0000:3f:10.7: Adding to iommu group 44 +[ 1.430104] pci 0000:3f:13.0: Adding to iommu group 45 +[ 1.430145] pci 0000:3f:13.1: Adding to iommu group 45 +[ 1.430177] pci 0000:3f:13.4: Adding to iommu group 45 +[ 1.430209] pci 0000:3f:13.5: Adding to iommu group 45 +[ 1.430284] pci 0000:3f:16.0: Adding to iommu group 46 +[ 1.430317] pci 0000:3f:16.1: Adding to iommu group 46 +[ 1.430350] pci 0000:3f:16.2: Adding to iommu group 46 +[ 1.430411] pci 0000:7f:08.0: Adding to iommu group 47 +[ 1.430461] pci 0000:7f:09.0: Adding to iommu group 48 +[ 1.430549] pci 0000:7f:0a.0: Adding to iommu group 49 +[ 1.430582] pci 0000:7f:0a.1: Adding to iommu group 49 +[ 1.430615] pci 0000:7f:0a.2: Adding to iommu group 49 +[ 1.430649] pci 0000:7f:0a.3: Adding to iommu group 49 +[ 1.430703] pci 0000:7f:0b.0: Adding to iommu group 50 +[ 1.430741] pci 0000:7f:0b.3: Adding to iommu group 50 +[ 1.430812] pci 0000:7f:0c.0: Adding to iommu group 51 +[ 1.430845] pci 0000:7f:0c.1: Adding to iommu group 51 +[ 1.430878] pci 0000:7f:0c.2: Adding to iommu group 51 +[ 1.430948] pci 0000:7f:0d.0: Adding to iommu group 52 +[ 1.430985] pci 0000:7f:0d.1: Adding to iommu group 52 +[ 1.431019] pci 0000:7f:0d.2: Adding to iommu group 52 +[ 1.431092] pci 0000:7f:0e.0: Adding to iommu group 53 +[ 1.431129] pci 0000:7f:0e.1: Adding to iommu group 53 +[ 1.431153] pci 0000:7f:0f.0: Adding to iommu group 54 +[ 1.431182] pci 0000:7f:0f.1: Adding to iommu group 55 +[ 1.431207] pci 0000:7f:0f.2: Adding to iommu group 56 +[ 1.431232] pci 0000:7f:0f.3: Adding to iommu group 57 +[ 1.431257] pci 0000:7f:0f.4: Adding to iommu group 58 +[ 1.431284] pci 0000:7f:0f.5: Adding to iommu group 59 +[ 1.431309] pci 0000:7f:10.0: Adding to iommu group 60 +[ 1.431334] pci 0000:7f:10.1: Adding to iommu group 61 +[ 1.431379] pci 0000:7f:10.2: Adding to iommu group 62 +[ 1.431405] pci 0000:7f:10.3: Adding to iommu group 63 +[ 1.431442] pci 0000:7f:10.4: Adding to iommu group 64 +[ 1.431466] pci 0000:7f:10.5: Adding to iommu group 65 +[ 1.431493] pci 0000:7f:10.7: Adding to iommu group 66 +[ 1.431582] pci 0000:7f:13.0: Adding to iommu group 67 +[ 1.431619] pci 0000:7f:13.1: Adding to iommu group 67 +[ 1.431657] pci 0000:7f:13.4: Adding to iommu group 67 +[ 1.431695] pci 0000:7f:13.5: Adding to iommu group 67 +[ 1.431767] pci 0000:7f:16.0: Adding to iommu group 68 +[ 1.431807] pci 0000:7f:16.1: Adding to iommu group 68 +[ 1.431846] pci 0000:7f:16.2: Adding to iommu group 68 +[ 1.463849] DMAR: Intel(R) Virtualization Technology for Directed I/O +[ 1.463857] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 1.463858] software IO TLB: mapped [mem 0x00000000792f0000-0x000000007d2f0000] (64MB) +[ 1.493470] Initialise system trusted keyrings +[ 1.493505] Key type blacklist registered +[ 1.493770] workingset: timestamp_bits=36 max_order=26 bucket_order=0 +[ 1.494309] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[ 1.494604] fuse: init (API version 7.44) +[ 1.494928] integrity: Platform Keyring initialized +[ 1.494934] integrity: Machine keyring initialized +[ 1.508078] Key type asymmetric registered +[ 1.508083] Asymmetric key parser 'x509' registered +[ 1.508156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) +[ 1.508289] io scheduler mq-deadline registered +[ 1.512157] ledtrig-cpu: registered to indicate activity on CPUs +[ 1.512918] pcieport 0000:00:01.0: PME: Signaling with IRQ 27 +[ 1.513148] pcieport 0000:00:01.0: AER: enabled with IRQ 27 +[ 1.513824] pcieport 0000:00:01.1: PME: Signaling with IRQ 28 +[ 1.514023] pcieport 0000:00:01.1: AER: enabled with IRQ 28 +[ 1.514650] pcieport 0000:00:02.0: PME: Signaling with IRQ 29 +[ 1.514869] pcieport 0000:00:02.0: AER: enabled with IRQ 29 +[ 1.515533] pcieport 0000:00:02.2: PME: Signaling with IRQ 30 +[ 1.515739] pcieport 0000:00:02.2: AER: enabled with IRQ 30 +[ 1.516427] pcieport 0000:00:03.0: PME: Signaling with IRQ 31 +[ 1.516638] pcieport 0000:00:03.0: AER: enabled with IRQ 31 +[ 1.517263] pcieport 0000:00:11.0: PME: Signaling with IRQ 32 +[ 1.517415] pcieport 0000:00:11.0: AER: enabled with IRQ 32 +[ 1.517653] pcieport 0000:00:1c.0: PME: Signaling with IRQ 33 +[ 1.517829] pcieport 0000:00:1c.0: AER: enabled with IRQ 33 +[ 1.518368] pcieport 0000:00:1c.7: PME: Signaling with IRQ 34 +[ 1.518581] pcieport 0000:00:1c.7: AER: enabled with IRQ 34 +[ 1.523718] pcieport 0000:40:01.0: PME: Signaling with IRQ 36 +[ 1.523849] pcieport 0000:40:01.0: AER: enabled with IRQ 36 +[ 1.524275] pcieport 0000:40:03.0: PME: Signaling with IRQ 37 +[ 1.524365] pcieport 0000:40:03.0: AER: enabled with IRQ 37 +[ 1.525166] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 +[ 1.525256] ACPI: button: Power Button [PWRF] +[ 1.528229] ERST: Error Record Serialization Table (ERST) support is initialized. +[ 1.528332] pstore: Using crash dump compression: deflate +[ 1.528344] pstore: Registered erst as persistent store backend +[ 1.528601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 1.549317] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A +[ 1.570732] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A +[ 1.574784] Linux agpgart interface v0.103 +[ 1.581850] loop: module loaded +[ 1.582295] ACPI: bus type drm_connector registered +[ 1.582656] tun: Universal TUN/TAP device driver, 1.6 +[ 1.582773] PPP generic driver version 2.4.2 +[ 1.582908] i8042: PNP: No PS/2 controller found. +[ 1.582982] mousedev: PS/2 mouse device common for all mice +[ 1.583112] rtc_cmos 00:01: RTC can wake from S4 +[ 1.583437] rtc_cmos 00:01: registered as rtc0 +[ 1.583470] rtc_cmos 00:01: setting system clock to 2026-07-26T20:54:52 UTC (1785099292) +[ 1.583516] rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram +[ 1.583529] i2c_dev: i2c /dev entries driver +[ 1.585405] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. +[ 1.585435] device-mapper: uevent: version 1.0.3 +[ 1.585535] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev +[ 1.585567] intel_pstate: Intel P-state driver initializing +[ 1.586750] drop_monitor: Initializing network drop monitor service +[ 1.586957] NET: Registered PF_INET6 protocol family +[ 1.587665] Segment Routing with IPv6 +[ 1.587676] In-situ OAM (IOAM) with IPv6 +[ 1.587698] NET: Registered PF_PACKET protocol family +[ 1.587743] Bridge firewalling registered +[ 1.587820] Key type dns_resolver registered +[ 1.590616] microcode: Current revision: 0x0000042e +[ 1.590619] microcode: Updated early from: 0x00000428 +[ 1.591264] IPI shorthand broadcast: enabled +[ 1.593427] sched_clock: Marking stable (1582745662, 10313772)->(1658638393, -65578959) +[ 1.593828] registered taskstats version 1 +[ 1.595327] Loading compiled-in X.509 certificates +[ 1.596130] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 1.601154] Demotion targets for Node 0: null +[ 1.601157] Demotion targets for Node 1: null +[ 1.601396] Key type .fscrypt registered +[ 1.601398] Key type fscrypt-provisioning registered +[ 1.601520] Key type big_key registered +[ 2.175811] Freeing initrd memory: 86400K +[ 2.193364] Key type encrypted registered +[ 2.193370] AppArmor: AppArmor sha256 policy hashing enabled +[ 2.193385] ima: No TPM chip found, activating TPM-bypass! +[ 2.193392] Loading compiled-in module X.509 certificates +[ 2.194041] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 2.194044] ima: Allocated hash algorithm: sha256 +[ 2.194074] ima: No architecture policies found +[ 2.194100] evm: Initialising EVM extended attributes: +[ 2.194102] evm: security.selinux +[ 2.194104] evm: security.SMACK64 +[ 2.194105] evm: security.SMACK64EXEC +[ 2.194106] evm: security.SMACK64TRANSMUTE +[ 2.194107] evm: security.SMACK64MMAP +[ 2.194109] evm: security.apparmor +[ 2.194110] evm: security.ima +[ 2.194111] evm: security.capability +[ 2.194112] evm: HMAC attrs: 0x1 +[ 2.194509] PM: Magic number: 2:973:953 +[ 2.194567] clockevents clockevent38: hash matches +[ 2.194654] processor cpu8: hash matches +[ 2.194680] memory memory6: hash matches +[ 2.196393] RAS: Correctable Errors collector initialized. +[ 2.202688] clk: Disabling unused clocks +[ 2.202691] PM: genpd: Disabling unused power domains +[ 2.204992] Freeing unused decrypted memory: 2028K +[ 2.207313] Freeing unused kernel image (initmem) memory: 4948K +[ 2.207470] Write protecting the kernel read-only data: 38912k +[ 2.208310] Freeing unused kernel image (text/rodata gap) memory: 1140K +[ 2.209152] Freeing unused kernel image (rodata/data gap) memory: 1444K +[ 2.261226] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 2.261230] x86/mm: Checking user space page tables +[ 2.308903] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 2.308914] Run /init as init process +[ 2.308916] with arguments: +[ 2.308918] /init +[ 2.308919] with environment: +[ 2.308921] HOME=/ +[ 2.308922] TERM=linux +[ 2.308923] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve +[ 2.500371] tsc: Refined TSC clocksource calibration: 2599.999 MHz +[ 2.500390] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a3b2ad7e, max_idle_ns: 440795282337 ns +[ 2.500462] clocksource: Switched to clocksource tsc +[ 2.576427] ehci-pci 0000:00:1a.0: EHCI Host Controller +[ 2.576439] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 +[ 2.576454] ehci-pci 0000:00:1a.0: debug port 2 +[ 2.580537] ehci-pci 0000:00:1a.0: irq 23, io mem 0xde8fd000 +[ 2.587353] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 +[ 2.587489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 2.587495] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.587499] usb usb1: Product: EHCI Host Controller +[ 2.587503] usb usb1: Manufacturer: Linux 6.17.2-1-pve ehci_hcd +[ 2.587506] usb usb1: SerialNumber: 0000:00:1a.0 +[ 2.587772] hub 1-0:1.0: USB hub found +[ 2.587808] hub 1-0:1.0: 2 ports detected +[ 2.588333] ehci-pci 0000:00:1d.0: EHCI Host Controller +[ 2.588339] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 +[ 2.588360] ehci-pci 0000:00:1d.0: debug port 2 +[ 2.592417] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode +[ 2.592422] ahci 0000:00:1f.2: 6/6 ports implemented (port mask 0x3f) +[ 2.592424] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst +[ 2.592557] tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:74 +[ 2.592565] tg3 0000:01:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) +[ 2.592570] tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] +[ 2.592574] tg3 0000:01:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit] +[ 2.592651] ehci-pci 0000:00:1d.0: irq 22, io mem 0xde8fe000 +[ 2.599409] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 +[ 2.599484] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 2.599488] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 2.599491] usb usb2: Product: EHCI Host Controller +[ 2.599492] usb usb2: Manufacturer: Linux 6.17.2-1-pve ehci_hcd +[ 2.599494] usb usb2: SerialNumber: 0000:00:1d.0 +[ 2.599658] hub 2-0:1.0: USB hub found +[ 2.599687] hub 2-0:1.0: 2 ports detected +[ 2.602276] tg3 0000:01:00.1 eth1: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:75 +[ 2.602281] tg3 0000:01:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) +[ 2.602283] tg3 0000:01:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] +[ 2.602286] tg3 0000:01:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit] +[ 2.606012] scsi host0: ahci +[ 2.606247] scsi host1: ahci +[ 2.606483] scsi host2: ahci +[ 2.606729] scsi host3: ahci +[ 2.606913] scsi host4: ahci +[ 2.607125] scsi host5: ahci +[ 2.607201] ata1: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff100 irq 39 lpm-pol 1 ext +[ 2.607207] ata2: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff180 irq 39 lpm-pol 1 ext +[ 2.607210] ata3: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff200 irq 39 lpm-pol 1 ext +[ 2.607212] ata4: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff280 irq 39 lpm-pol 1 ext +[ 2.607214] ata5: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff300 irq 39 lpm-pol 4 +[ 2.607216] ata6: SATA max UDMA/133 abar m2048@0xde8ff000 port 0xde8ff380 irq 39 lpm-pol 4 +[ 2.613519] tg3 0000:02:00.0 eth2: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:76 +[ 2.613524] tg3 0000:02:00.0 eth2: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) +[ 2.613526] tg3 0000:02:00.0 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] +[ 2.613529] tg3 0000:02:00.0 eth2: dma_rwctrl[00000001] dma_mask[64-bit] +[ 2.624910] tg3 0000:02:00.1 eth3: Tigon3 [partno(BCM95720) rev 5720000] (PCI Express) MAC address f8:bc:12:34:e0:77 +[ 2.624915] tg3 0000:02:00.1 eth3: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1]) +[ 2.624918] tg3 0000:02:00.1 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1] +[ 2.624920] tg3 0000:02:00.1 eth3: dma_rwctrl[00000001] dma_mask[64-bit] +[ 2.828373] usb 1-1: new high-speed USB device number 2 using ehci-pci +[ 2.836411] usb 2-1: new high-speed USB device number 2 using ehci-pci +[ 2.914186] ata1: SATA link down (SStatus 0 SControl 300) +[ 2.914207] ata2: SATA link down (SStatus 0 SControl 300) +[ 2.914260] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300) +[ 2.914287] ata3: SATA link down (SStatus 0 SControl 300) +[ 2.914341] ata4: SATA link down (SStatus 0 SControl 300) +[ 2.914360] ata6: SATA link down (SStatus 0 SControl 300) +[ 2.918330] ata5.00: ATAPI: TSSTcorp DVD-ROM SU-108CB, D250, max UDMA/100 +[ 2.923225] ata5.00: configured for UDMA/100 +[ 2.942665] scsi 4:0:0:0: CD-ROM TSSTcorp DVD-ROM SU-108CB D250 PQ: 0 ANSI: 5 +[ 2.955711] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00 +[ 2.955716] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 2.956005] hub 1-1:1.0: USB hub found +[ 2.956092] hub 1-1:1.0: 6 ports detected +[ 2.963834] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00 +[ 2.963839] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 +[ 2.964115] hub 2-1:1.0: USB hub found +[ 2.964214] hub 2-1:1.0: 8 ports detected +[ 3.012161] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray +[ 3.012167] cdrom: Uniform CD-ROM driver Revision: 3.20 +[ 3.048492] sr 4:0:0:0: Attached scsi CD-ROM sr0 +[ 3.048604] sr 4:0:0:0: Attached scsi generic sg0 type 5 +[ 3.051107] tg3 0000:01:00.0 eno1: renamed from eth0 +[ 3.051280] tg3 0000:01:00.1 eno2: renamed from eth1 +[ 3.052202] tg3 0000:02:00.0 eno3: renamed from eth2 +[ 3.052760] tg3 0000:02:00.1 eno4: renamed from eth3 +[ 3.237369] usb 1-1.3: new high-speed USB device number 3 using ehci-pci +[ 3.325208] usb 1-1.3: New USB device found, idVendor=413c, idProduct=a101, bcdDevice= 1.10 +[ 3.325213] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 3.325215] usb 1-1.3: Product: Internal Dual SD +[ 3.325217] usb 1-1.3: Manufacturer: Dell Computer Corp. +[ 3.325219] usb 1-1.3: SerialNumber: 0123456789AB +[ 3.330479] usb-storage 1-1.3:1.0: USB Mass Storage device detected +[ 3.330702] scsi host6: usb-storage 1-1.3:1.0 +[ 3.330856] usbcore: registered new interface driver usb-storage +[ 3.332916] usbcore: registered new interface driver uas +[ 3.398384] usb 1-1.4: new low-speed USB device number 4 using ehci-pci +[ 3.478317] raid6: sse2x4 gen() 13374 MB/s +[ 3.480169] usb 1-1.4: New USB device found, idVendor=10d5, idProduct=5a08, bcdDevice= 0.00 +[ 3.480175] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 3.480177] usb 1-1.4: Product: KVM +[ 3.480179] usb 1-1.4: Manufacturer: No brand +[ 3.487775] hid: raw HID events driver (C) Jiri Kosina +[ 3.495319] raid6: sse2x2 gen() 9437 MB/s +[ 3.497953] usbcore: registered new interface driver usbhid +[ 3.497957] usbhid: USB HID core driver +[ 3.500016] usbcore: registered new interface driver usbkbd +[ 3.500227] usbcore: registered new interface driver usbmouse +[ 3.503576] input: No brand KVM as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:10D5:5A08.0001/input/input1 +[ 3.512319] raid6: sse2x1 gen() 9826 MB/s +[ 3.512322] raid6: using algorithm sse2x4 gen() 13374 MB/s +[ 3.529317] raid6: .... xor() 7776 MB/s, rmw enabled +[ 3.529319] raid6: using ssse3x2 recovery algorithm +[ 3.531049] xor: automatically using best checksumming function avx +[ 3.554526] hid-generic 0003:10D5:5A08.0001: input,hidraw0: USB HID v1.10 Keyboard [No brand KVM] on usb-0000:00:1a.0-1.4/input0 +[ 3.554747] input: No brand KVM Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:10D5:5A08.0002/input/input2 +[ 3.554942] input: No brand KVM System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:10D5:5A08.0002/input/input3 +[ 3.556364] usb 1-1.5: new high-speed USB device number 5 using ehci-pci +[ 3.605492] input: No brand KVM Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:10D5:5A08.0002/input/input4 +[ 3.605570] hid-generic 0003:10D5:5A08.0002: input,hidraw1: USB HID v1.10 Mouse [No brand KVM] on usb-0000:00:1a.0-1.4/input1 +[ 3.635460] usb 1-1.5: New USB device found, idVendor=1058, idProduct=2657, bcdDevice=10.34 +[ 3.635467] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 3.635471] usb 1-1.5: Product: Drive 2657 +[ 3.635474] usb 1-1.5: Manufacturer: Western Digital +[ 3.635477] usb 1-1.5: SerialNumber: 575853324142323254384844 +[ 3.635753] usb-storage 1-1.5:1.0: USB Mass Storage device detected +[ 3.636069] scsi host7: usb-storage 1-1.5:1.0 +[ 3.651357] Btrfs loaded, zoned=yes, fsverity=yes +[ 3.710364] usb 1-1.6: new high-speed USB device number 6 using ehci-pci +[ 3.797457] usb 1-1.6: New USB device found, idVendor=413c, idProduct=a001, bcdDevice= 0.00 +[ 3.797462] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 3.797465] usb 1-1.6: Product: Gadget USB HUB +[ 3.797467] usb 1-1.6: Manufacturer: no manufacturer +[ 3.797468] usb 1-1.6: SerialNumber: 0123456789 +[ 3.797758] hub 1-1.6:1.0: USB hub found +[ 3.797956] hub 1-1.6:1.0: 6 ports detected +[ 4.220371] usb 1-1.6.1: new high-speed USB device number 7 using ehci-pci +[ 4.321461] usb 1-1.6.1: New USB device found, idVendor=0624, idProduct=0249, bcdDevice= 0.00 +[ 4.321466] usb 1-1.6.1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 +[ 4.321468] usb 1-1.6.1: Product: Keyboard/Mouse Function +[ 4.321470] usb 1-1.6.1: Manufacturer: Avocent +[ 4.321471] usb 1-1.6.1: SerialNumber: 20121018 +[ 4.322623] input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.0/0003:0624:0249.0003/input/input5 +[ 4.357143] scsi 6:0:0:0: Direct-Access Dell Internal Dual SD 1.: PQ: 0 ANSI: 5 +[ 4.357423] sd 6:0:0:0: Attached scsi generic sg1 type 0 +[ 4.358985] sd 6:0:0:0: [sda] 3807232 512-byte logical blocks: (1.95 GB/1.82 GiB) +[ 4.359962] sd 6:0:0:0: [sda] Write Protect is off +[ 4.359966] sd 6:0:0:0: [sda] Mode Sense: 0b 00 00 08 +[ 4.360967] sd 6:0:0:0: [sda] No Caching mode page found +[ 4.360972] sd 6:0:0:0: [sda] Assuming drive cache: write through +[ 4.373506] hid-generic 0003:0624:0249.0003: input,hidraw2: USB HID v1.00 Keyboard [Avocent Keyboard/Mouse Function] on usb-0000:00:1a.0-1.6.1/input0 +[ 4.374309] input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.1/0003:0624:0249.0004/input/input6 +[ 4.374495] hid-generic 0003:0624:0249.0004: input,hidraw3: USB HID v1.00 Mouse [Avocent Keyboard/Mouse Function] on usb-0000:00:1a.0-1.6.1/input1 +[ 4.375243] input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.2/0003:0624:0249.0005/input/input7 +[ 4.375390] hid-generic 0003:0624:0249.0005: input,hidraw4: USB HID v1.00 Mouse [Avocent Keyboard/Mouse Function] on usb-0000:00:1a.0-1.6.1/input2 +[ 4.398742] sd 6:0:0:0: [sda] Attached SCSI disk +[ 4.677410] scsi 7:0:0:0: Direct-Access WD Drive 2657 1034 PQ: 0 ANSI: 6 +[ 4.677662] sd 7:0:0:0: Attached scsi generic sg2 type 0 +[ 7.009502] sd 7:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB) +[ 7.010499] sd 7:0:0:0: [sdb] Write Protect is off +[ 7.010504] sd 7:0:0:0: [sdb] Mode Sense: 47 00 10 08 +[ 7.011495] sd 7:0:0:0: [sdb] No Caching mode page found +[ 7.011499] sd 7:0:0:0: [sdb] Assuming drive cache: write through +[ 7.078899] sdb: sdb1 sdb2 sdb3 +[ 7.079062] sd 7:0:0:0: [sdb] Attached SCSI disk +[ 8.914423] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown. +[ 9.308263] EXT4-fs (dm-1): orphan cleanup on readonly fs +[ 9.308711] EXT4-fs (dm-1): mounted filesystem f84f4c3f-0766-4721-9855-055bfc03759e ro with ordered data mode. Quota mode: none. +[ 11.430139] systemd[1]: Inserted module 'autofs4' +[ 11.604245] ERST: NVRAM ERST Log Address Range not implemented yet. +[ 11.747024] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) +[ 11.747034] systemd[1]: Detected architecture x86-64. +[ 11.789609] systemd[1]: Hostname set to . +[ 11.939505] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. +[ 14.152435] systemd[1]: Queued start job for default target graphical.target. +[ 14.237223] systemd[1]: Created slice system-getty.slice - Slice /system/getty. +[ 14.238050] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. +[ 14.239019] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. +[ 14.239977] systemd[1]: Created slice user.slice - User and Session Slice. +[ 14.240069] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. +[ 14.240134] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. +[ 14.240403] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. +[ 14.240436] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... +[ 14.240463] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. +[ 14.240482] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. +[ 14.240518] systemd[1]: Reached target network-pre.target - Preparation for Network. +[ 14.240541] systemd[1]: Reached target paths.target - Path Units. +[ 14.240603] systemd[1]: Reached target slices.target - Slice Units. +[ 14.241279] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. +[ 14.241402] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. +[ 14.246951] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. +[ 14.248416] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. +[ 14.248542] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. +[ 14.248716] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). +[ 14.248842] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. +[ 14.248885] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki +[ 14.248906] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki +[ 14.249008] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. +[ 14.249094] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. +[ 14.264600] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... +[ 14.265839] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... +[ 14.265908] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. +[ 14.267285] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... +[ 14.268562] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... +[ 14.269724] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... +[ 14.269780] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab +[ 14.297344] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... +[ 14.315666] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... +[ 14.317237] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... +[ 14.318482] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... +[ 14.319636] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... +[ 14.320740] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... +[ 14.321827] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... +[ 14.322079] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root +[ 14.322119] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 +[ 14.324662] systemd[1]: Starting systemd-journald.service - Journal Service... +[ 14.451488] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... +[ 14.451516] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki +[ 14.452971] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... +[ 14.453055] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 14.454560] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... +[ 14.455993] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... +[ 14.470549] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. +[ 14.471007] systemd[1]: modprobe@configfs.service: Deactivated successfully. +[ 14.471275] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. +[ 14.471717] systemd[1]: modprobe@drm.service: Deactivated successfully. +[ 14.471974] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. +[ 14.472729] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. +[ 14.472948] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. +[ 14.473303] systemd[1]: modprobe@fuse.service: Deactivated successfully. +[ 14.473535] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. +[ 14.475116] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... +[ 14.476286] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... +[ 14.477539] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... +[ 14.911380] systemd-journald[539]: Collecting audit messages is disabled. +[ 14.993413] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. +[ 15.151952] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. +[ 15.152530] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. +[ 15.152680] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. +[ 15.152800] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. +[ 15.152916] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. +[ 15.153265] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. +[ 15.153441] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. +[ 15.153566] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. +[ 15.187554] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. +[ 15.200764] EXT4-fs (dm-1): re-mounted f84f4c3f-0766-4721-9855-055bfc03759e r/w. +[ 15.262387] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown... +[ 15.263650] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization... +[ 15.264056] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. +[ 15.281363] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc +[ 15.281425] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore +[ 15.282737] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... +[ 15.282762] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 15.429767] systemd[1]: Started systemd-journald.service - Journal Service. +[ 15.505572] systemd-journald[539]: Received client request to flush runtime journal. +[ 16.214449] spl: loading out-of-tree module taints kernel. +[ 17.935947] zfs: module license 'CDDL' taints kernel. +[ 17.935957] Disabling lock debugging due to kernel taint +[ 17.935984] zfs: module license taints kernel. +[ 18.782360] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 +[ 20.559435] IPMI message handler: version 39.2 +[ 20.868580] ipmi device interface +[ 21.131795] tg3 0000:02:00.1 nic3: renamed from eno4 +[ 21.132087] tg3 0000:01:00.1 nic1: renamed from eno2 +[ 21.132247] tg3 0000:01:00.0 nic0: renamed from eno1 +[ 21.132416] tg3 0000:02:00.0 nic2: renamed from eno3 +[ 21.239143] ipmi_si: IPMI System Interface driver +[ 21.239167] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS +[ 21.239170] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 10 +[ 21.239173] ipmi_si: Adding SMBIOS-specified kcs state machine +[ 21.239241] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10 +[ 21.336369] ipmi_si dmi-ipmi-si.0: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed. +[ 21.354423] ipmi_si dmi-ipmi-si.0: Using irq 10 +[ 21.371240] ipmi_si dmi-ipmi-si.0: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) +[ 21.390883] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized +[ 21.395181] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer +[ 21.395185] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules +[ 21.395186] RAPL PMU: hw unit of domain package 2^-16 Joules +[ 21.395188] RAPL PMU: hw unit of domain dram 2^-16 Joules +[ 21.473066] ipmi_ssif: IPMI SSIF Interface driver +[ 21.541449] input: PC Speaker as /devices/platform/pcspkr/input/input8 +[ 21.693096] mei_me 0000:00:16.0: Device doesn't have valid ME Interface +[ 21.986573] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) +[ 22.218777] mgag200 0000:0b:00.0: vgaarb: deactivate vga console +[ 22.220766] Console: switching to colour dummy device 80x25 +[ 22.232833] mgag200 0000:0b:00.0: [drm] Registered 1 planes with drm panic +[ 22.232836] [drm] Initialized mgag200 1.0.0 for 0000:0b:00.0 on minor 0 +[ 22.237415] fbcon: mgag200drmfb (fb0) is primary device +[ 22.291131] Console: switching to colour frame buffer device 128x48 +[ 22.326637] mgag200 0000:0b:00.0: [drm] fb0: mgag200drmfb frame buffer device +[ 23.015957] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k +[ 23.462366] EDAC sbridge: Seeking for: PCI ID 8086:0ea0 +[ 23.462396] EDAC sbridge: Seeking for: PCI ID 8086:0ea0 +[ 23.462406] EDAC sbridge: Seeking for: PCI ID 8086:0ea0 +[ 23.462412] EDAC sbridge: Seeking for: PCI ID 8086:0e60 +[ 23.462418] EDAC sbridge: Seeking for: PCI ID 8086:0ea8 +[ 23.462422] EDAC sbridge: Seeking for: PCI ID 8086:0ea8 +[ 23.462427] EDAC sbridge: Seeking for: PCI ID 8086:0ea8 +[ 23.462429] EDAC sbridge: Seeking for: PCI ID 8086:0e71 +[ 23.462434] EDAC sbridge: Seeking for: PCI ID 8086:0e71 +[ 23.462438] EDAC sbridge: Seeking for: PCI ID 8086:0e71 +[ 23.462440] EDAC sbridge: Seeking for: PCI ID 8086:0eaa +[ 23.462451] EDAC sbridge: Seeking for: PCI ID 8086:0eaa +[ 23.462455] EDAC sbridge: Seeking for: PCI ID 8086:0eaa +[ 23.462458] EDAC sbridge: Seeking for: PCI ID 8086:0eab +[ 23.462462] EDAC sbridge: Seeking for: PCI ID 8086:0eab +[ 23.462467] EDAC sbridge: Seeking for: PCI ID 8086:0eab +[ 23.462470] EDAC sbridge: Seeking for: PCI ID 8086:0eac +[ 23.462474] EDAC sbridge: Seeking for: PCI ID 8086:0eac +[ 23.462479] EDAC sbridge: Seeking for: PCI ID 8086:0eac +[ 23.462482] EDAC sbridge: Seeking for: PCI ID 8086:0ead +[ 23.462486] EDAC sbridge: Seeking for: PCI ID 8086:0ead +[ 23.462492] EDAC sbridge: Seeking for: PCI ID 8086:0ead +[ 23.462494] EDAC sbridge: Seeking for: PCI ID 8086:0e68 +[ 23.462500] EDAC sbridge: Seeking for: PCI ID 8086:0e79 +[ 23.462506] EDAC sbridge: Seeking for: PCI ID 8086:0e6a +[ 23.462511] EDAC sbridge: Seeking for: PCI ID 8086:0e6b +[ 23.462517] EDAC sbridge: Seeking for: PCI ID 8086:0e6c +[ 23.462522] EDAC sbridge: Seeking for: PCI ID 8086:0e6d +[ 23.462528] EDAC sbridge: Seeking for: PCI ID 8086:0eb8 +[ 23.462534] EDAC sbridge: Seeking for: PCI ID 8086:0ebc +[ 23.462539] EDAC sbridge: Seeking for: PCI ID 8086:0ec8 +[ 23.462544] EDAC sbridge: Seeking for: PCI ID 8086:0ec8 +[ 23.462549] EDAC sbridge: Seeking for: PCI ID 8086:0ec8 +[ 23.462551] EDAC sbridge: Seeking for: PCI ID 8086:0ec9 +[ 23.462556] EDAC sbridge: Seeking for: PCI ID 8086:0ec9 +[ 23.462561] EDAC sbridge: Seeking for: PCI ID 8086:0ec9 +[ 23.462563] EDAC sbridge: Seeking for: PCI ID 8086:0eca +[ 23.462569] EDAC sbridge: Seeking for: PCI ID 8086:0eca +[ 23.462573] EDAC sbridge: Seeking for: PCI ID 8086:0eca +[ 23.462699] EDAC MC0: Giving out device to module sb_edac controller Ivy Bridge SrcID#0_Ha#0: DEV 0000:3f:0e.0 (INTERRUPT) +[ 23.462817] EDAC MC1: Giving out device to module sb_edac controller Ivy Bridge SrcID#1_Ha#0: DEV 0000:7f:0e.0 (INTERRUPT) +[ 23.462819] EDAC sbridge: Ver: 1.1.2 +[ 23.562537] intel_rapl_common: Found RAPL domain package +[ 23.562542] intel_rapl_common: Found RAPL domain core +[ 23.562546] intel_rapl_common: Found RAPL domain dram +[ 23.562747] intel_rapl_common: Found RAPL domain package +[ 23.562752] intel_rapl_common: Found RAPL domain core +[ 23.562755] intel_rapl_common: Found RAPL domain dram +[ 23.684421] power_meter ACPI000D:00: Waiting for ACPI IPMI timeout +[ 23.684631] ACPI Error: AE_NOT_EXIST, Returned by Handler for [IPMI] (20250404/evregion-301) +[ 23.684646] ACPI Error: Region IPMI (ID=7) has no handler (20250404/exfldio-261) + +[ 23.684654] No Local Variables are initialized for Method [_GHL] + +[ 23.684657] No Arguments are initialized for method [_GHL] + +[ 23.684660] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20250404/psparse-529) +[ 23.684671] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20250404/psparse-529) +[ 23.684680] ACPI: \_SB_.PMI0: _PMC evaluation failed: AE_NOT_EXIST +[ 26.153282] audit: type=1400 audit(1785099317.068:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=845 comm="apparmor_parser" +[ 26.153327] audit: type=1400 audit(1785099317.068:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=836 comm="apparmor_parser" +[ 26.153396] audit: type=1400 audit(1785099317.068:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="flatpak" pid=857 comm="apparmor_parser" +[ 26.153468] audit: type=1400 audit(1785099317.068:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="evolution" pid=855 comm="apparmor_parser" +[ 26.153536] audit: type=1400 audit(1785099317.068:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=839 comm="apparmor_parser" +[ 26.153590] audit: type=1400 audit(1785099317.068:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="epiphany" pid=854 comm="apparmor_parser" +[ 26.153655] audit: type=1400 audit(1785099317.068:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="foliate" pid=858 comm="apparmor_parser" +[ 26.153716] audit: type=1400 audit(1785099317.068:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=842 comm="apparmor_parser" +[ 26.153772] audit: type=1400 audit(1785099317.068:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vscode" pid=850 comm="apparmor_parser" +[ 26.153827] audit: type=1400 audit(1785099317.068:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=844 comm="apparmor_parser" +[ 31.072837] RPC: Registered named UNIX socket transport module. +[ 31.072844] RPC: Registered udp transport module. +[ 31.072845] RPC: Registered tcp transport module. +[ 31.072847] RPC: Registered tcp-with-tls transport module. +[ 31.072848] RPC: Registered tcp NFSv4.1 backchannel transport module. +[ 31.495380] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) +[ 31.495387] softdog: soft_reboot_cmd= soft_active_on_boot=0 +[ 42.236009] vmbr0: port 1(nic0) entered blocking state +[ 42.236017] vmbr0: port 1(nic0) entered disabled state +[ 42.236043] tg3 0000:01:00.0 nic0: entered allmulticast mode +[ 42.236113] tg3 0000:01:00.0 nic0: entered promiscuous mode +[ 43.745987] tg3 0000:02:00.1 nic3: Link is up at 100 Mbps, full duplex +[ 43.746009] tg3 0000:02:00.1 nic3: Flow control is on for TX and on for RX +[ 43.746013] tg3 0000:02:00.1 nic3: EEE is disabled +[ 45.931956] tg3 0000:01:00.0 nic0: Link is up at 1000 Mbps, full duplex +[ 45.931980] tg3 0000:01:00.0 nic0: Flow control is off for TX and off for RX +[ 45.931983] tg3 0000:01:00.0 nic0: EEE is disabled +[ 45.932000] vmbr0: port 1(nic0) entered blocking state +[ 45.932007] vmbr0: port 1(nic0) entered forwarding state +[ 47.458116] kauditd_printk_skb: 109 callbacks suppressed +[ 47.458120] audit: type=1400 audit(1785099338.374:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1195 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 47.479634] audit: type=1400 audit(1785099338.395:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 47.479660] audit: type=1400 audit(1785099338.395:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 47.595196] audit: type=1400 audit(1785099338.511:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" capability=21 capname="sys_admin" +[ 47.595348] audit: type=1400 audit(1785099338.511:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 47.598175] audit: type=1400 audit(1785099338.514:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 47.598190] audit: type=1400 audit(1785099338.514:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 47.600373] audit: type=1400 audit(1785099338.516:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 47.675080] audit: type=1400 audit(1785099338.591:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 47.816480] bond0: (slave nic1): Enslaving as a backup interface with a down link +[ 47.939997] bond0: (slave nic2): Enslaving as a backup interface with a down link +[ 47.955039] datanet: port 1(bond0) entered blocking state +[ 47.955045] datanet: port 1(bond0) entered disabled state +[ 47.955068] bond0: entered allmulticast mode +[ 47.955072] tg3 0000:01:00.1 nic1: entered allmulticast mode +[ 47.955075] tg3 0000:02:00.0 nic2: entered allmulticast mode +[ 47.955143] bond0: entered promiscuous mode +[ 47.955146] tg3 0000:01:00.1 nic1: entered promiscuous mode +[ 47.955204] tg3 0000:02:00.0 nic2: entered promiscuous mode +[ 50.052654] audit: type=1400 audit(1785099340.968:130): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1328 comm="apparmor_parser" +[ 50.907313] tg3 0000:01:00.1 nic1: Link is up at 1000 Mbps, full duplex +[ 50.907327] tg3 0000:01:00.1 nic1: Flow control is off for TX and off for RX +[ 50.907329] tg3 0000:01:00.1 nic1: EEE is disabled +[ 50.980067] bond0: (slave nic1): link status definitely up, 1000 Mbps full duplex +[ 50.980075] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond +[ 50.980095] bond0: active interface up! +[ 50.980114] datanet: port 1(bond0) entered blocking state +[ 50.980119] datanet: port 1(bond0) entered forwarding state +[ 51.500974] tg3 0000:02:00.0 nic2: Link is up at 1000 Mbps, full duplex +[ 51.500977] bond0: (slave nic2): failed to get link speed/duplex +[ 51.500985] tg3 0000:02:00.0 nic2: Flow control is off for TX and off for RX +[ 51.500987] tg3 0000:02:00.0 nic2: EEE is disabled +[ 51.604064] bond0: (slave nic2): link status definitely up, 1000 Mbps full duplex +[ 70.805566] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. +[ 85.407175] netfs: FS-Cache loaded +[ 85.568954] nfs: Unknown parameter 'version' +[ 85.588745] nfs: Unknown parameter 'version' +[ 85.609962] nfs: Unknown parameter 'version' +[ 85.630744] nfs: Unknown parameter 'version' +[ 85.722508] nfs: Unknown parameter 'version' +[ 86.027527] nfs: Unknown parameter 'version' +[ 86.046418] nfs: Unknown parameter 'version' +[ 86.067429] nfs: Unknown parameter 'version' +[ 86.085991] nfs: Unknown parameter 'version' +[ 86.106529] nfs: Unknown parameter 'version' +[ 86.125822] nfs: Unknown parameter 'version' +[ 86.129460] nfs: Unknown parameter 'version' +[ 86.278393] nfs: Unknown parameter 'version' +[ 96.329948] nfs: Unknown parameter 'version' +[ 96.348787] nfs: Unknown parameter 'version' +[ 96.370178] nfs: Unknown parameter 'version' +[ 96.388479] nfs: Unknown parameter 'version' +[ 96.407150] nfs: Unknown parameter 'version' +[ 96.525134] nfs: Unknown parameter 'version' +[ 96.556086] nfs: Unknown parameter 'version' +[ 106.607481] nfs: Unknown parameter 'version' +[ 106.629039] nfs: Unknown parameter 'version' +[ 106.648222] nfs: Unknown parameter 'version' +[ 106.666982] nfs: Unknown parameter 'version' +[ 106.685135] nfs: Unknown parameter 'version' +[ 106.703321] nfs: Unknown parameter 'version' +[ 106.849926] nfs: Unknown parameter 'version' +[ 115.902300] nfs: Unknown parameter 'version' +[ 115.921808] nfs: Unknown parameter 'version' +[ 116.185435] nfs: Unknown parameter 'version' +[ 116.204094] nfs: Unknown parameter 'version' +[ 116.225215] nfs: Unknown parameter 'version' +[ 116.243938] nfs: Unknown parameter 'version' +[ 116.265123] nfs: Unknown parameter 'version' +[ 126.355922] nfs: Unknown parameter 'version' +[ 126.375007] nfs: Unknown parameter 'version' +[ 126.396250] nfs: Unknown parameter 'version' +[ 126.414652] nfs: Unknown parameter 'version' +[ 126.435715] nfs: Unknown parameter 'version' +[ 126.456557] nfs: Unknown parameter 'version' +[ 126.607099] nfs: Unknown parameter 'version' +[ 135.667502] nfs: Unknown parameter 'version' +[ 135.814392] nfs: Unknown parameter 'version' +[ 135.835735] nfs: Unknown parameter 'version' +[ 135.856845] nfs: Unknown parameter 'version' +[ 135.875600] nfs: Unknown parameter 'version' +[ 135.894113] nfs: Unknown parameter 'version' +[ 135.912584] nfs: Unknown parameter 'version' +[ 145.965014] nfs: Unknown parameter 'version' +[ 145.984430] nfs: Unknown parameter 'version' +[ 146.005592] nfs: Unknown parameter 'version' +[ 146.024190] nfs: Unknown parameter 'version' +[ 146.042612] nfs: Unknown parameter 'version' +[ 146.187750] nfs: Unknown parameter 'version' +[ 146.209082] nfs: Unknown parameter 'version' +[ 156.268402] nfs: Unknown parameter 'version' +[ 156.404381] nfs: Unknown parameter 'version' +[ 156.423331] nfs: Unknown parameter 'version' +[ 156.444302] nfs: Unknown parameter 'version' +[ 156.464774] nfs: Unknown parameter 'version' +[ 156.483373] nfs: Unknown parameter 'version' +[ 156.501731] nfs: Unknown parameter 'version' +[ 166.550938] nfs: Unknown parameter 'version' +[ 166.570017] nfs: Unknown parameter 'version' +[ 166.591239] nfs: Unknown parameter 'version' +[ 166.609670] nfs: Unknown parameter 'version' +[ 166.630804] nfs: Unknown parameter 'version' +[ 166.651777] nfs: Unknown parameter 'version' +[ 166.670302] nfs: Unknown parameter 'version' +[ 175.961905] nfs: Unknown parameter 'version' +[ 175.982969] nfs: Unknown parameter 'version' +[ 176.004140] nfs: Unknown parameter 'version' +[ 176.022791] nfs: Unknown parameter 'version' +[ 176.043596] nfs: Unknown parameter 'version' +[ 176.062200] nfs: Unknown parameter 'version' +[ 176.080787] nfs: Unknown parameter 'version' +[ 186.238773] nfs: Unknown parameter 'version' +[ 186.260191] nfs: Unknown parameter 'version' +[ 186.278988] nfs: Unknown parameter 'version' +[ 186.300126] nfs: Unknown parameter 'version' +[ 186.321641] nfs: Unknown parameter 'version' +[ 186.340128] nfs: Unknown parameter 'version' +[ 186.358544] nfs: Unknown parameter 'version' +[ 196.409178] nfs: Unknown parameter 'version' +[ 196.430728] nfs: Unknown parameter 'version' +[ 196.450003] nfs: Unknown parameter 'version' +[ 196.468664] nfs: Unknown parameter 'version' +[ 196.487673] nfs: Unknown parameter 'version' +[ 196.506321] nfs: Unknown parameter 'version' +[ 196.649754] nfs: Unknown parameter 'version' +[ 205.701499] nfs: Unknown parameter 'version' +[ 205.720135] nfs: Unknown parameter 'version' +[ 205.741481] nfs: Unknown parameter 'version' +[ 205.760141] nfs: Unknown parameter 'version' +[ 205.778476] nfs: Unknown parameter 'version' +[ 205.940890] nfs: Unknown parameter 'version' +[ 205.961930] nfs: Unknown parameter 'version' +[ 216.132743] nfs: Unknown parameter 'version' +[ 216.154224] nfs: Unknown parameter 'version' +[ 216.173466] nfs: Unknown parameter 'version' +[ 216.194598] nfs: Unknown parameter 'version' +[ 216.215857] nfs: Unknown parameter 'version' +[ 216.234495] nfs: Unknown parameter 'version' +[ 216.253324] nfs: Unknown parameter 'version' +[ 226.305177] nfs: Unknown parameter 'version' +[ 226.324324] nfs: Unknown parameter 'version' +[ 226.345856] nfs: Unknown parameter 'version' +[ 226.364052] nfs: Unknown parameter 'version' +[ 226.382276] nfs: Unknown parameter 'version' +[ 226.401014] nfs: Unknown parameter 'version' +[ 226.561584] nfs: Unknown parameter 'version' +[ 236.613999] nfs: Unknown parameter 'version' +[ 236.764201] nfs: Unknown parameter 'version' +[ 236.782848] nfs: Unknown parameter 'version' +[ 236.801547] nfs: Unknown parameter 'version' +[ 236.820316] nfs: Unknown parameter 'version' +[ 236.841587] nfs: Unknown parameter 'version' +[ 236.862810] nfs: Unknown parameter 'version' +[ 245.912224] nfs: Unknown parameter 'version' +[ 245.931132] nfs: Unknown parameter 'version' +[ 245.952632] nfs: Unknown parameter 'version' +[ 245.971322] nfs: Unknown parameter 'version' +[ 245.991914] nfs: Unknown parameter 'version' +[ 246.012721] nfs: Unknown parameter 'version' +[ 246.135628] nfs: Unknown parameter 'version' +[ 256.302959] nfs: Unknown parameter 'version' +[ 256.324277] nfs: Unknown parameter 'version' +[ 256.345287] nfs: Unknown parameter 'version' +[ 256.367387] nfs: Unknown parameter 'version' +[ 256.388726] nfs: Unknown parameter 'version' +[ 256.407170] nfs: Unknown parameter 'version' +[ 256.425557] nfs: Unknown parameter 'version' +[ 266.484502] nfs: Unknown parameter 'version' +[ 266.503640] nfs: Unknown parameter 'version' +[ 266.525001] nfs: Unknown parameter 'version' +[ 266.543363] nfs: Unknown parameter 'version' +[ 266.564320] nfs: Unknown parameter 'version' +[ 266.585745] nfs: Unknown parameter 'version' +[ 266.709549] nfs: Unknown parameter 'version' +[ 275.779508] nfs: Unknown parameter 'version' +[ 275.900454] nfs: Unknown parameter 'version' +[ 275.921730] nfs: Unknown parameter 'version' +[ 275.940633] nfs: Unknown parameter 'version' +[ 275.961920] nfs: Unknown parameter 'version' +[ 275.981173] nfs: Unknown parameter 'version' +[ 276.000438] nfs: Unknown parameter 'version' +[ 277.859638] kauditd_printk_skb: 5 callbacks suppressed +[ 277.859646] audit: type=1400 audit(1785099569.276:136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 277.861668] audit: type=1400 audit(1785099569.278:137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 277.893531] audit: type=1400 audit(1785099569.309:138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 286.052212] nfs: Unknown parameter 'version' +[ 286.070908] nfs: Unknown parameter 'version' +[ 286.092034] nfs: Unknown parameter 'version' +[ 286.110639] nfs: Unknown parameter 'version' +[ 286.129087] nfs: Unknown parameter 'version' +[ 286.157444] nfs: Unknown parameter 'version' +[ 286.299145] nfs: Unknown parameter 'version' +[ 296.351452] nfs: Unknown parameter 'version' +[ 296.368337] nfs: Unknown parameter 'version' +[ 296.514810] nfs: Unknown parameter 'version' +[ 296.531220] nfs: Unknown parameter 'version' +[ 296.550150] nfs: Unknown parameter 'version' +[ 296.569078] nfs: Unknown parameter 'version' +[ 296.585610] nfs: Unknown parameter 'version' +[ 298.959189] nfs: Unknown parameter 'version' +[ 301.678977] nfs: Unknown parameter 'version' +[ 304.466582] nfs: Unknown parameter 'version' +[ 305.634245] nfs: Unknown parameter 'version' +[ 305.653551] nfs: Unknown parameter 'version' +[ 305.672636] nfs: Unknown parameter 'version' +[ 305.689518] nfs: Unknown parameter 'version' +[ 305.705822] nfs: Unknown parameter 'version' +[ 305.730587] nfs: Unknown parameter 'version' +[ 305.873649] nfs: Unknown parameter 'version' +[ 307.166973] nfs: Unknown parameter 'version' +[ 315.922869] nfs: Unknown parameter 'version' +[ 315.941594] nfs: Unknown parameter 'version' +[ 315.962961] nfs: Unknown parameter 'version' +[ 315.984094] nfs: Unknown parameter 'version' +[ 316.002993] nfs: Unknown parameter 'version' +[ 316.024158] nfs: Unknown parameter 'version' +[ 316.173695] nfs: Unknown parameter 'version' +[ 325.146289] vmbr0: the hash_elasticity option has been deprecated and is always 16 +[ 325.179252] datanet: the hash_elasticity option has been deprecated and is always 16 +[ 326.235679] nfs: Unknown parameter 'version' +[ 326.254278] nfs: Unknown parameter 'version' +[ 326.411406] nfs: Unknown parameter 'version' +[ 326.429941] nfs: Unknown parameter 'version' +[ 326.451281] nfs: Unknown parameter 'version' +[ 326.472440] nfs: Unknown parameter 'version' +[ 326.491100] nfs: Unknown parameter 'version' +[ 336.540841] nfs: Unknown parameter 'version' +[ 336.562265] nfs: Unknown parameter 'version' +[ 336.583709] nfs: Unknown parameter 'version' +[ 336.602138] nfs: Unknown parameter 'version' +[ 336.621011] nfs: Unknown parameter 'version' +[ 336.648893] nfs: Unknown parameter 'version' +[ 336.788246] nfs: Unknown parameter 'version' +[ 345.838640] nfs: Unknown parameter 'version' +[ 345.857726] nfs: Unknown parameter 'version' +[ 345.878896] nfs: Unknown parameter 'version' +[ 345.897663] nfs: Unknown parameter 'version' +[ 345.916523] nfs: Unknown parameter 'version' +[ 346.050785] nfs: Unknown parameter 'version' +[ 346.081979] nfs: Unknown parameter 'version' +[ 348.089240] NFS: Registering the id_resolver key type +[ 348.089252] Key type id_resolver registered +[ 348.089254] Key type id_legacy registered +[ 356.133935] nfs: Unknown parameter 'version' +[ 356.153248] nfs: Unknown parameter 'version' +[ 356.198548] nfs: Unknown parameter 'version' +[ 356.217418] nfs: Unknown parameter 'version' +[ 356.327935] nfs: Unknown parameter 'version' +[ 356.359104] nfs: Unknown parameter 'version' +[ 366.510636] nfs: Unknown parameter 'version' +[ 366.530071] nfs: Unknown parameter 'version' +[ 366.571993] nfs: Unknown parameter 'version' +[ 366.590336] nfs: Unknown parameter 'version' +[ 366.804851] nfs: Unknown parameter 'version' +[ 366.836242] nfs: Unknown parameter 'version' +[ 375.888497] nfs: Unknown parameter 'version' +[ 375.907671] nfs: Unknown parameter 'version' +[ 376.206481] nfs: Unknown parameter 'version' +[ 376.225642] nfs: Unknown parameter 'version' +[ 376.245986] nfs: Unknown parameter 'version' +[ 376.288464] nfs: Unknown parameter 'version' +[ 386.363283] nfs: Unknown parameter 'version' +[ 386.385022] nfs: Unknown parameter 'version' +[ 386.404312] nfs: Unknown parameter 'version' +[ 386.423242] nfs: Unknown parameter 'version' +[ 386.582304] nfs: Unknown parameter 'version' +[ 386.603913] nfs: Unknown parameter 'version' +[ 395.656077] nfs: Unknown parameter 'version' +[ 395.684863] nfs: Unknown parameter 'version' +[ 395.829076] nfs: Unknown parameter 'version' +[ 395.848109] nfs: Unknown parameter 'version' +[ 395.890026] nfs: Unknown parameter 'version' +[ 395.911069] nfs: Unknown parameter 'version' +[ 405.959538] nfs: Unknown parameter 'version' +[ 406.004820] nfs: Unknown parameter 'version' +[ 406.023650] nfs: Unknown parameter 'version' +[ 406.042440] nfs: Unknown parameter 'version' +[ 406.070649] nfs: Unknown parameter 'version' +[ 406.193966] nfs: Unknown parameter 'version' +[ 416.245706] nfs: Unknown parameter 'version' +[ 416.344781] nfs: Unknown parameter 'version' +[ 416.373360] nfs: Unknown parameter 'version' +[ 416.392521] nfs: Unknown parameter 'version' +[ 416.413867] nfs: Unknown parameter 'version' +[ 416.456575] nfs: Unknown parameter 'version' +[ 426.505686] nfs: Unknown parameter 'version' +[ 426.633216] nfs: Unknown parameter 'version' +[ 426.654561] nfs: Unknown parameter 'version' +[ 426.673447] nfs: Unknown parameter 'version' +[ 426.715377] nfs: Unknown parameter 'version' +[ 426.734293] nfs: Unknown parameter 'version' +[ 435.890324] nfs: Unknown parameter 'version' +[ 435.921399] nfs: Unknown parameter 'version' +[ 435.943014] nfs: Unknown parameter 'version' +[ 435.961755] nfs: Unknown parameter 'version' +[ 436.004471] nfs: Unknown parameter 'version' +[ 436.023226] nfs: Unknown parameter 'version' +[ 445.885570] tap701i0: entered promiscuous mode +[ 446.081591] vmbr0: port 2(fwpr701p0) entered blocking state +[ 446.081599] vmbr0: port 2(fwpr701p0) entered disabled state +[ 446.081624] fwpr701p0: entered allmulticast mode +[ 446.081696] fwpr701p0: entered promiscuous mode +[ 446.081803] vmbr0: port 2(fwpr701p0) entered blocking state +[ 446.081808] vmbr0: port 2(fwpr701p0) entered forwarding state +[ 446.096360] fwbr701i0: port 1(fwln701i0) entered blocking state +[ 446.096365] fwbr701i0: port 1(fwln701i0) entered disabled state +[ 446.096390] fwln701i0: entered allmulticast mode +[ 446.096453] fwln701i0: entered promiscuous mode +[ 446.096525] fwbr701i0: port 1(fwln701i0) entered blocking state +[ 446.096537] fwbr701i0: port 1(fwln701i0) entered forwarding state +[ 446.110461] fwbr701i0: port 2(tap701i0) entered blocking state +[ 446.110466] fwbr701i0: port 2(tap701i0) entered disabled state +[ 446.110485] tap701i0: entered allmulticast mode +[ 446.110568] fwbr701i0: port 2(tap701i0) entered blocking state +[ 446.110571] fwbr701i0: port 2(tap701i0) entered forwarding state +[ 447.198280] tap701i1: entered promiscuous mode +[ 447.279623] datanet: port 2(fwpr701p1) entered blocking state +[ 447.279631] datanet: port 2(fwpr701p1) entered disabled state +[ 447.279663] fwpr701p1: entered allmulticast mode +[ 447.279788] fwpr701p1: entered promiscuous mode +[ 447.279871] datanet: port 2(fwpr701p1) entered blocking state +[ 447.279876] datanet: port 2(fwpr701p1) entered forwarding state +[ 447.293622] fwbr701i1: port 1(fwln701i1) entered blocking state +[ 447.293627] fwbr701i1: port 1(fwln701i1) entered disabled state +[ 447.293642] fwln701i1: entered allmulticast mode +[ 447.293723] fwln701i1: entered promiscuous mode +[ 447.293782] fwbr701i1: port 1(fwln701i1) entered blocking state +[ 447.293786] fwbr701i1: port 1(fwln701i1) entered forwarding state +[ 447.307541] fwbr701i1: port 2(tap701i1) entered blocking state +[ 447.307545] fwbr701i1: port 2(tap701i1) entered disabled state +[ 447.307566] tap701i1: entered allmulticast mode +[ 447.307652] fwbr701i1: port 2(tap701i1) entered blocking state +[ 447.307655] fwbr701i1: port 2(tap701i1) entered forwarding state +[ 451.651805] tap702i0: entered promiscuous mode +[ 451.725849] vmbr0: port 3(fwpr702p0) entered blocking state +[ 451.725858] vmbr0: port 3(fwpr702p0) entered disabled state +[ 451.725887] fwpr702p0: entered allmulticast mode +[ 451.725959] fwpr702p0: entered promiscuous mode +[ 451.726013] vmbr0: port 3(fwpr702p0) entered blocking state +[ 451.726017] vmbr0: port 3(fwpr702p0) entered forwarding state +[ 451.737141] fwbr702i0: port 1(fwln702i0) entered blocking state +[ 451.737148] fwbr702i0: port 1(fwln702i0) entered disabled state +[ 451.737180] fwln702i0: entered allmulticast mode +[ 451.737259] fwln702i0: entered promiscuous mode +[ 451.737336] fwbr702i0: port 1(fwln702i0) entered blocking state +[ 451.737339] fwbr702i0: port 1(fwln702i0) entered forwarding state +[ 451.747339] fwbr702i0: port 2(tap702i0) entered blocking state +[ 451.747344] fwbr702i0: port 2(tap702i0) entered disabled state +[ 451.747366] tap702i0: entered allmulticast mode +[ 451.747461] fwbr702i0: port 2(tap702i0) entered blocking state +[ 451.747464] fwbr702i0: port 2(tap702i0) entered forwarding state +[ 455.851085] tap703i0: entered promiscuous mode +[ 455.922264] vmbr0: port 4(fwpr703p0) entered blocking state +[ 455.922272] vmbr0: port 4(fwpr703p0) entered disabled state +[ 455.922307] fwpr703p0: entered allmulticast mode +[ 455.922380] fwpr703p0: entered promiscuous mode +[ 455.922454] vmbr0: port 4(fwpr703p0) entered blocking state +[ 455.922460] vmbr0: port 4(fwpr703p0) entered forwarding state +[ 455.933582] fwbr703i0: port 1(fwln703i0) entered blocking state +[ 455.933592] fwbr703i0: port 1(fwln703i0) entered disabled state +[ 455.933634] fwln703i0: entered allmulticast mode +[ 455.933912] fwln703i0: entered promiscuous mode +[ 455.934103] fwbr703i0: port 1(fwln703i0) entered blocking state +[ 455.934109] fwbr703i0: port 1(fwln703i0) entered forwarding state +[ 455.947775] fwbr703i0: port 2(tap703i0) entered blocking state +[ 455.947781] fwbr703i0: port 2(tap703i0) entered disabled state +[ 455.947803] tap703i0: entered allmulticast mode +[ 455.947932] fwbr703i0: port 2(tap703i0) entered blocking state +[ 455.947936] fwbr703i0: port 2(tap703i0) entered forwarding state +[ 460.082483] tap704i0: entered promiscuous mode +[ 460.157935] vmbr0: port 5(fwpr704p0) entered blocking state +[ 460.157943] vmbr0: port 5(fwpr704p0) entered disabled state +[ 460.157969] fwpr704p0: entered allmulticast mode +[ 460.158057] fwpr704p0: entered promiscuous mode +[ 460.158102] vmbr0: port 5(fwpr704p0) entered blocking state +[ 460.158106] vmbr0: port 5(fwpr704p0) entered forwarding state +[ 460.172692] fwbr704i0: port 1(fwln704i0) entered blocking state +[ 460.172705] fwbr704i0: port 1(fwln704i0) entered disabled state +[ 460.172750] fwln704i0: entered allmulticast mode +[ 460.173030] fwln704i0: entered promiscuous mode +[ 460.173140] fwbr704i0: port 1(fwln704i0) entered blocking state +[ 460.173146] fwbr704i0: port 1(fwln704i0) entered forwarding state +[ 460.185660] fwbr704i0: port 2(tap704i0) entered blocking state +[ 460.185667] fwbr704i0: port 2(tap704i0) entered disabled state +[ 460.185692] tap704i0: entered allmulticast mode +[ 460.185800] fwbr704i0: port 2(tap704i0) entered blocking state +[ 460.185804] fwbr704i0: port 2(tap704i0) entered forwarding state +[ 461.251172] tap704i1: entered promiscuous mode +[ 461.331589] datanet: port 3(fwpr704p1) entered blocking state +[ 461.331599] datanet: port 3(fwpr704p1) entered disabled state +[ 461.331635] fwpr704p1: entered allmulticast mode +[ 461.331734] fwpr704p1: entered promiscuous mode +[ 461.331787] datanet: port 3(fwpr704p1) entered blocking state +[ 461.331791] datanet: port 3(fwpr704p1) entered forwarding state +[ 461.342524] fwbr704i1: port 1(fwln704i1) entered blocking state +[ 461.342531] fwbr704i1: port 1(fwln704i1) entered disabled state +[ 461.342562] fwln704i1: entered allmulticast mode +[ 461.342653] fwln704i1: entered promiscuous mode +[ 461.342716] fwbr704i1: port 1(fwln704i1) entered blocking state +[ 461.342720] fwbr704i1: port 1(fwln704i1) entered forwarding state +[ 461.352699] fwbr704i1: port 2(tap704i1) entered blocking state +[ 461.352704] fwbr704i1: port 2(tap704i1) entered disabled state +[ 461.352724] tap704i1: entered allmulticast mode +[ 461.352809] fwbr704i1: port 2(tap704i1) entered blocking state +[ 461.352812] fwbr704i1: port 2(tap704i1) entered forwarding state +[ 578.801682] audit: type=1400 audit(1785099870.226:139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 578.803727] audit: type=1400 audit(1785099870.228:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 578.836935] audit: type=1400 audit(1785099870.261:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 832.227023] audit: type=1400 audit(1785100123.657:142): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/chronyd" pid=10119 comm="apparmor_parser" +[ 834.489780] audit: type=1400 audit(1785100125.920:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 834.491567] audit: type=1400 audit(1785100125.922:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 834.527700] audit: type=1400 audit(1785100125.958:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 884.120561] audit: type=1400 audit(1785100175.554:146): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=23361 comm="apparmor_parser" +[ 884.364910] audit: type=1400 audit(1785100175.798:147): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=23364 comm="apparmor_parser" +[ 884.369140] audit: type=1400 audit(1785100175.802:148): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=23364 comm="apparmor_parser" +[ 884.373009] audit: type=1400 audit(1785100175.806:149): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=23364 comm="apparmor_parser" +[ 884.380008] audit: type=1400 audit(1785100175.813:150): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=23364 comm="apparmor_parser" +[ 885.939185] audit: type=1400 audit(1785100177.372:151): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=23485 comm="apparmor_parser" +[ 885.950178] audit: type=1400 audit(1785100177.383:152): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=23489 comm="apparmor_parser" +[ 885.974369] audit: type=1400 audit(1785100177.407:153): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=23493 comm="apparmor_parser" +[ 885.974383] audit: type=1400 audit(1785100177.407:154): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=23493 comm="apparmor_parser" +[ 885.974399] audit: type=1400 audit(1785100177.407:155): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=23493 comm="apparmor_parser" +[ 898.516641] kauditd_printk_skb: 1 callbacks suppressed +[ 898.516646] audit: type=1400 audit(1785100189.950:157): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="pve-container-mounthotplug" pid=24120 comm="apparmor_parser" +[ 1121.807991] audit: type=1400 audit(1785100413.248:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1121.810223] audit: type=1400 audit(1785100413.251:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1121.845543] audit: type=1400 audit(1785100413.286:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1364.585870] audit: type=1400 audit(1785100656.031:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1364.587796] audit: type=1400 audit(1785100656.033:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1364.621574] audit: type=1400 audit(1785100656.067:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1652.856178] audit: type=1400 audit(1785100944.309:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1652.858212] audit: type=1400 audit(1785100944.310:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1653.088342] audit: type=1400 audit(1785100944.540:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1196 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none + +--- cpu MHz (live snapshot) + $ grep -c ^processor /proc/cpuinfo +24 + +############################################################################### +# 5. MEMORY / NUMA / SWAP +############################################################################### + +--- free -h + $ free -h + total used free shared buff/cache available +Mem: 188Gi 9.3Gi 175Gi 46Mi 5.0Gi 179Gi +Swap: 8.0Gi 0B 8.0Gi + +--- free -b + $ free -b + total used free shared buff/cache available +Mem: 202756390912 9958576128 188837216256 48787456 5321940992 192797814784 +Swap: 8589930496 0 8589930496 + +--- swapon + $ swapon --show +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 0B -2 + +--- /proc/meminfo highlights + $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo +MemTotal: 198004288 kB +MemFree: 184411344 kB +MemAvailable: 188279176 kB +Buffers: 81024 kB +Cached: 4905228 kB +SwapTotal: 8388604 kB +SwapFree: 8388604 kB +Dirty: 98024 kB +Writeback: 0 kB +AnonPages: 7111264 kB +Mapped: 187540 kB +Shmem: 47644 kB +Slab: 493176 kB +SReclaimable: 210956 kB +SUnreclaim: 282220 kB +KernelStack: 9200 kB +PageTables: 26184 kB +SecPageTables: 11136 kB +NFS_Unstable: 0 kB +WritebackTmp: 0 kB +AnonHugePages: 5826560 kB +ShmemHugePages: 0 kB +ShmemPmdMapped: 0 kB +FilePmdMapped: 0 kB +HugePages_Total: 0 +HugePages_Free: 0 +Hugepagesize: 2048 kB +DirectMap4k: 265152 kB +DirectMap2M: 7028736 kB +DirectMap1G: 196083712 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) : 2356433 / 2380398 (99.0%) + Active / Total Slabs (% used) : 52386 / 52386 (100.0%) + Active / Total Caches (% used) : 361 / 466 (77.5%) + Active / Total Size (% used) : 430494.47K / 435678.34K (98.8%) + Minimum / Average / Maximum Object : 0.01K / 0.18K / 16.00K + + OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME +1046097 1046097 100% 0.10K 26823 39 107292K buffer_head + 36917 36851 99% 1.10K 1273 29 40736K ext4_inode_cache + 40736 40699 99% 1.00K 1273 32 40736K iommu_iova_magazine + 39312 38261 97% 0.57K 1404 28 22464K radix_tree_node + 91098 91096 99% 0.19K 2169 42 17352K dentry + 33664 32120 95% 0.50K 1052 32 16832K kmalloc-rnd-08-512 + 68580 68580 100% 0.13K 2286 30 9144K kernfs_node_cache + 14050 14014 99% 0.62K 562 25 8992K inode_cache + 756 728 96% 10.44K 252 3 8064K task_struct + 12256 12129 98% 0.50K 383 32 6128K kmalloc-rnd-11-512 + 62100 62065 99% 0.09K 1350 46 5400K lsm_inode_cache + 64640 64573 99% 0.06K 1010 64 4040K dmaengine-unmap-2 + 19488 18882 96% 0.19K 464 42 3712K vm_area_struct + 4784 4568 95% 0.69K 104 46 3328K proc_inode_cache + 1504 1428 94% 2.00K 94 16 3008K kmalloc-cg-2k + 5568 5336 95% 0.50K 174 32 2784K pool_workqueue + 4025 4025 100% 0.63K 161 25 2576K debugfs_inode_cache + 1200 1197 99% 2.06K 80 15 2560K sighand_cache + 3198 3128 97% 0.77K 78 41 2496K shmem_inode_cache + 1184 1184 100% 2.00K 74 16 2368K kmalloc-rnd-11-2k + 3312 3067 92% 0.69K 72 46 2304K skbuff_small_head + 58650 57230 97% 0.04K 575 102 2300K extent_status + 1792 1726 96% 1.12K 64 28 2048K signal_cache + 504 487 96% 4.00K 63 8 2016K kmalloc-cg-4k + 928 739 79% 2.00K 58 16 1856K kmalloc-rnd-02-2k + 1938 1734 89% 0.94K 57 34 1824K nfs_read_data + 2223 2223 100% 0.81K 57 39 1824K sock_inode_cache + 1792 1610 89% 1.00K 56 32 1792K kmalloc-cg-1k + 23744 23744 100% 0.07K 424 56 1696K vmap_area + 416 368 88% 4.00K 52 8 1664K biovec-max + 408 394 96% 4.00K 51 8 1632K kmalloc-rnd-04-4k + 1568 1551 98% 1.00K 49 32 1568K kmalloc-rnd-07-1k + 5568 5568 100% 0.25K 174 32 1392K kmalloc-rnd-08-256 + 688 688 100% 2.00K 43 16 1376K kmalloc-rnd-06-2k + 312 312 100% 4.00K 39 8 1248K kmalloc-rnd-10-4k + 798 798 100% 1.50K 38 21 1216K mm_struct + 629 624 99% 1.88K 37 17 1184K mem_cgroup_per_node + 288 288 100% 4.00K 36 8 1152K kmalloc-rnd-12-4k + 4384 4150 94% 0.25K 137 32 1096K skbuff_head_cache + 10686 10254 95% 0.10K 274 39 1096K anon_vma + 4224 3584 84% 0.25K 132 32 1056K maple_node + 5418 5260 97% 0.19K 129 42 1032K filp + 1024 961 93% 1.00K 32 32 1024K kmalloc-1k + 15936 15142 95% 0.06K 249 64 996K anon_vma_chain + 992 992 100% 1.00K 31 32 992K kmalloc-rnd-10-1k + 232 232 100% 4.00K 29 8 928K names_cache + 1334 1334 100% 0.69K 29 46 928K files_cache + 696 624 89% 1.31K 29 24 928K perf_event + 116 116 100% 8.00K 29 4 928K kmalloc-rnd-10-8k + 464 450 96% 2.00K 29 16 928K kmalloc-rnd-08-2k + 116 116 100% 8.00K 29 4 928K kmalloc-rnd-01-8k + 728 728 100% 1.19K 28 26 896K RAWv6 + 896 896 100% 1.00K 28 32 896K RAW + 392 392 100% 2.19K 28 14 896K mem_cgroup + 896 843 94% 1.00K 28 32 896K kmalloc-rnd-08-1k + 224 224 100% 4.00K 28 8 896K kmalloc-rnd-07-4k + 832 832 100% 1.00K 26 32 832K kmalloc-rnd-15-1k + 208 208 100% 4.00K 26 8 832K kmalloc-rnd-13-4k + 104 104 100% 8.00K 26 4 832K kmalloc-rnd-08-8k + 832 832 100% 1.00K 26 32 832K kmalloc-rnd-06-1k + 832 832 100% 1.00K 26 32 832K kmalloc-rnd-01-1k + 400 400 100% 2.00K 25 16 800K biovec-128 + 100 100 100% 8.00K 25 4 800K kmalloc-cg-8k + 800 800 100% 1.00K 25 32 800K kmalloc-rnd-09-1k + 552 552 100% 1.38K 24 23 768K UDPv6 + 624 624 100% 1.19K 24 26 768K UDP + 312 312 100% 2.38K 24 13 768K TCP + 192 192 100% 4.00K 24 8 768K kmalloc-rnd-15-4k + 384 384 100% 2.00K 24 16 768K kmalloc-rnd-15-2k + 768 768 100% 1.00K 24 32 768K kmalloc-rnd-14-1k + 96 96 100% 8.00K 24 4 768K kmalloc-rnd-12-8k + 768 768 100% 1.00K 24 32 768K kmalloc-rnd-12-1k + 192 192 100% 4.00K 24 8 768K kmalloc-rnd-11-4k + 384 384 100% 2.00K 24 16 768K kmalloc-rnd-10-2k + 384 384 100% 2.00K 24 16 768K kmalloc-rnd-09-2k + 192 192 100% 4.00K 24 8 768K kmalloc-rnd-08-4k + 384 384 100% 2.00K 24 16 768K kmalloc-rnd-07-2k + 192 192 100% 4.00K 24 8 768K kmalloc-rnd-05-4k + 768 768 100% 1.00K 24 32 768K kmalloc-rnd-04-1k + 192 192 100% 4.00K 24 8 768K kmalloc-rnd-03-4k + 384 384 100% 2.00K 24 16 768K kmalloc-rnd-03-2k + 768 768 100% 1.00K 24 32 768K kmalloc-rnd-03-1k + 96 96 100% 8.00K 24 4 768K kmalloc-rnd-02-8k + 192 192 100% 4.00K 24 8 768K kmalloc-rnd-02-4k + 768 768 100% 1.00K 24 32 768K kmalloc-rnd-02-1k + 192 192 100% 4.00K 24 8 768K kmalloc-4k + 384 384 100% 2.00K 24 16 768K kmalloc-2k + 966 966 100% 0.75K 23 42 736K nfs_commit_data + 736 736 100% 1.00K 23 32 736K kmalloc-rnd-13-1k + 184 184 100% 4.00K 23 8 736K kmalloc-rnd-09-4k + 184 184 100% 4.00K 23 8 736K kmalloc-rnd-06-4k + 368 368 100% 2.00K 23 16 736K kmalloc-rnd-01-2k + 3738 3688 98% 0.19K 89 42 712K pid + 264 264 100% 2.56K 22 12 704K TCPv6 + 792 792 100% 0.88K 22 36 704K fuse_inode + 2175 2050 94% 0.31K 87 25 696K bio-256 + 168 168 100% 4.00K 21 8 672K memdup_user-4k + 336 336 100% 2.00K 21 16 672K kmalloc-rnd-14-2k + 336 336 100% 2.00K 21 16 672K kmalloc-rnd-12-2k + 1344 1344 100% 0.50K 42 32 672K kmalloc-rnd-10-512 + 20736 20736 100% 0.03K 162 128 648K kmalloc-rnd-05-32 + 320 320 100% 2.00K 20 16 640K memdup_user-2k + 3276 2918 89% 0.19K 78 42 624K kmalloc-cg-192 + 1248 1134 90% 0.50K 39 32 624K kmalloc-rnd-14-512 + 608 608 100% 1.00K 19 32 608K memdup_user-1k + 76 76 100% 8.00K 19 4 608K kmalloc-rnd-06-8k + 1512 1512 100% 0.38K 36 42 576K mnt_cache + 1088 1088 100% 0.50K 34 32 544K kmalloc-rnd-03-512 + 136 136 100% 4.00K 17 8 544K kmalloc-rnd-01-4k + 2368 2368 100% 0.21K 64 37 512K nfs_direct_cache + 2816 2816 100% 0.18K 64 44 512K kvm_mmu_page_header + 256 256 100% 2.00K 16 16 512K kmalloc-rnd-04-2k + 64 64 100% 8.00K 16 4 512K kmalloc-rnd-03-8k + 1984 1840 92% 0.25K 62 32 496K bio-200 + 696 696 100% 0.65K 29 24 464K tracefs_inode_cache + 928 781 84% 0.50K 29 32 464K kmalloc-rnd-05-512 + 2394 2394 100% 0.19K 57 42 456K kmalloc-rnd-15-192 + 8176 8176 100% 0.05K 112 73 448K ftrace_event_field + 896 896 100% 0.50K 28 32 448K kmalloc-cg-512 + 4578 4055 88% 0.09K 109 42 436K kmalloc-rnd-08-96 + 3392 3062 90% 0.12K 106 32 424K bio_integrity_data + 832 832 100% 0.50K 26 32 416K kmalloc-rnd-07-512 + 52 52 100% 8.00K 13 4 416K kmalloc-8k + 3296 3219 97% 0.12K 103 32 412K eventpoll_epi + 800 800 100% 0.50K 25 32 400K kmalloc-rnd-12-512 + 4074 3696 90% 0.09K 97 42 388K kmalloc-cg-96 + 36 36 100% 8.94K 12 3 384K kvm_vcpu + 144 144 100% 2.61K 12 12 384K x86_emulator + 672 672 100% 0.56K 24 28 384K kioctx + 696 696 100% 0.55K 24 29 384K taskstats + 600 600 100% 0.62K 24 25 384K task_group + 768 768 100% 0.50K 24 32 384K kmalloc-rnd-15-512 + 768 768 100% 0.50K 24 32 384K kmalloc-rnd-13-512 + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-11-1k + 768 768 100% 0.50K 24 32 384K kmalloc-rnd-09-512 + 48 48 100% 8.00K 12 4 384K kmalloc-rnd-07-8k + 768 768 100% 0.50K 24 32 384K kmalloc-rnd-04-512 + 768 768 100% 0.50K 24 32 384K kmalloc-rnd-02-512 + 768 768 100% 0.50K 24 32 384K kmalloc-rnd-01-512 + 768 768 100% 0.50K 24 32 384K kmalloc-512 + 1472 1440 97% 0.25K 46 32 368K nf_conntrack + 5696 5185 91% 0.06K 89 64 356K kmalloc-cg-64 + 308 308 100% 1.14K 11 28 352K nfs_inode_cache + 176 176 100% 2.00K 11 16 352K kmalloc-rnd-13-2k + 3696 3696 100% 0.09K 88 42 352K kmalloc-rnd-10-96 + 3654 3654 100% 0.09K 87 42 348K trace_event_file + 1376 1376 100% 0.25K 43 32 344K kmalloc-rnd-15-256 + 672 672 100% 0.50K 21 32 336K kmalloc-rnd-06-512 + 5120 4865 95% 0.06K 80 64 320K kmalloc-rnd-10-64 + 2496 2496 100% 0.12K 78 32 312K kmalloc-rnd-08-128 + 1248 1248 100% 0.25K 39 32 312K kmalloc-rnd-06-256 + 3276 3276 100% 0.09K 78 42 312K kmalloc-rnd-02-96 + 1184 1184 100% 0.25K 37 32 296K kmalloc-rnd-07-256 + 1512 1512 100% 0.19K 36 42 288K kmalloc-rnd-13-192 + 1470 1470 100% 0.19K 35 42 280K proc_dir_entry + 2240 1985 88% 0.12K 70 32 280K kmalloc-cg-128 + 2940 2868 97% 0.09K 70 42 280K kmalloc-rnd-15-96 + 3264 2925 89% 0.08K 64 51 256K sigqueue + 64 64 100% 4.00K 8 8 256K kmalloc-rnd-14-4k + 2074 2074 100% 0.12K 61 34 244K jbd2_journal_head + 480 480 100% 0.50K 15 32 240K memdup_user-512 + 960 960 100% 0.25K 30 32 240K kmalloc-cg-256 + 2478 2478 100% 0.09K 59 42 236K kmalloc-rnd-06-96 + 928 928 100% 0.25K 29 32 232K kmalloc-rnd-14-256 + 1218 1218 100% 0.19K 29 42 232K kmalloc-rnd-14-192 + 928 928 100% 0.25K 29 32 232K kmalloc-rnd-09-256 + 1218 1177 96% 0.19K 29 42 232K kmalloc-rnd-06-192 + 322 322 100% 0.69K 7 46 224K rpc_inode_cache + 868 868 100% 0.26K 28 31 224K tw_sock_TCP + 224 224 100% 1.00K 7 32 224K kmalloc-rnd-05-1k + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-04-8k + 7040 6774 96% 0.03K 55 128 220K kmalloc-rnd-04-32 + 9180 9139 99% 0.02K 54 170 216K lsm_file_cache + 864 864 100% 0.25K 27 32 216K kmalloc-rnd-01-256 + 1134 1134 100% 0.19K 27 42 216K kmalloc-192 + 1092 1092 100% 0.19K 26 42 208K jbd2_transaction_s + 832 832 100% 0.25K 26 32 208K kmalloc-rnd-10-256 + 1092 1059 96% 0.19K 26 42 208K kmalloc-rnd-08-192 + 1050 1050 100% 0.19K 25 42 200K file_lock_cache + 1050 1050 100% 0.19K 25 42 200K kmalloc-rnd-10-192 + 800 797 99% 0.25K 25 32 200K kmalloc-rnd-04-256 + 800 800 100% 0.25K 25 32 200K kmalloc-rnd-02-256 + 1050 1050 100% 0.19K 25 42 200K kmalloc-rnd-01-192 + 800 800 100% 0.25K 25 32 200K kmalloc-256 + 6272 5795 92% 0.03K 49 128 196K kmalloc-cg-32 + 12544 12544 100% 0.02K 49 256 196K kmalloc-rnd-04-16 + 1008 1008 100% 0.19K 24 42 192K bio-136 + 600 600 100% 0.31K 24 25 192K bio-264 + 1104 1104 100% 0.17K 24 46 192K fuse_request + 600 600 100% 0.31K 24 25 192K request_sock_TCP + 300 300 100% 0.62K 12 25 192K hugetlbfs_inode_cache + 768 768 100% 0.25K 24 32 192K task_delay_info + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-14-8k + 768 768 100% 0.25K 24 32 192K kmalloc-rnd-12-256 + 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-12-192 + 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-11-192 + 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-09-192 + 96 96 100% 2.00K 6 16 192K kmalloc-rnd-05-2k + 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-04-192 + 1008 1008 100% 0.19K 24 42 192K kmalloc-rnd-02-192 + 3008 3008 100% 0.06K 47 64 188K kmalloc-rnd-09-64 + 24064 19038 79% 0.01K 47 512 188K kmalloc-rnd-07-8 + 704 704 100% 0.25K 22 32 176K io_kiocb + 704 704 100% 0.25K 22 32 176K kmem_cache + 1806 1806 100% 0.09K 43 42 172K kmalloc-rcl-96 + 672 672 100% 0.25K 21 32 168K kmalloc-rnd-13-256 + 672 672 100% 0.25K 21 32 168K kmalloc-rnd-03-256 + 95 95 100% 1.62K 5 19 160K bdev_cache + 20 20 100% 8.00K 5 4 160K kmalloc-rnd-15-8k + 640 640 100% 0.25K 20 32 160K kmalloc-rnd-11-256 + 2496 2496 100% 0.06K 39 64 156K kmalloc-rnd-13-64 + 2432 2149 88% 0.06K 38 64 152K kmalloc-64 + 2701 2701 100% 0.05K 37 73 148K mb_cache_entry + 4480 3584 80% 0.03K 35 128 140K kmalloc-rnd-07-32 + 714 714 100% 0.19K 17 42 136K kmalloc-rnd-07-192 + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-05-256 + 2112 2072 98% 0.06K 33 64 132K kmalloc-rnd-07-64 + 128 128 100% 0.98K 4 32 128K request_queue + 208 208 100% 0.60K 8 26 128K user_namespace + 2048 2048 100% 0.06K 32 64 128K kmalloc-rnd-14-64 + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-11-8k + 2048 2048 100% 0.06K 32 64 128K kmalloc-rnd-11-64 + 2048 1696 82% 0.06K 32 64 128K kmalloc-rnd-04-64 + 15872 15840 99% 0.01K 31 512 124K kmalloc-rnd-04-8 + 780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k + 630 630 100% 0.19K 15 42 120K memdup_user-192 + 960 960 100% 0.12K 30 32 120K kmalloc-rnd-10-128 + 15360 14262 92% 0.01K 30 512 120K kmalloc-rnd-02-8 + 3840 3543 92% 0.03K 30 128 120K kmalloc-32 + 3712 3456 93% 0.03K 29 128 116K pending_reservation + 1218 1218 100% 0.09K 29 42 116K kmalloc-rnd-05-96 + 1856 1793 96% 0.06K 29 64 116K kmalloc-rnd-03-64 + 1218 1218 100% 0.09K 29 42 116K kmalloc-rnd-01-96 + 7424 6346 85% 0.02K 29 256 116K kmalloc-16 + 2380 2380 100% 0.05K 28 85 112K shared_policy_node + 3584 3584 100% 0.03K 28 128 112K kmalloc-rnd-13-32 + 3584 3584 100% 0.03K 28 128 112K kmalloc-rnd-12-32 + 3584 3474 96% 0.03K 28 128 112K kmalloc-rnd-09-32 + 3584 3463 96% 0.03K 28 128 112K kmalloc-rnd-08-32 + 1792 1667 93% 0.06K 28 64 112K kmalloc-rnd-01-64 + 864 864 100% 0.12K 27 32 108K kmalloc-rnd-14-128 + 1134 1134 100% 0.09K 27 42 108K kmalloc-rnd-04-96 + 1326 1326 100% 0.08K 26 51 104K Acpi-State + 832 832 100% 0.12K 26 32 104K kmalloc-rcl-128 + 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-14-96 + 1664 1664 100% 0.06K 26 64 104K kmalloc-rnd-12-64 + 832 832 100% 0.12K 26 32 104K kmalloc-rnd-11-128 + 3328 3328 100% 0.03K 26 128 104K kmalloc-rnd-11-32 + 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-09-96 + 1664 1664 100% 0.06K 26 64 104K kmalloc-rnd-06-64 + 546 546 100% 0.19K 13 42 104K kmalloc-rnd-03-192 + 1092 1092 100% 0.09K 26 42 104K kmalloc-rnd-03-96 + 832 832 100% 0.12K 26 32 104K kmalloc-rnd-01-128 + 1050 1050 100% 0.09K 25 42 100K kmalloc-rnd-12-96 + 6400 6400 100% 0.02K 25 256 100K kmalloc-rnd-07-16 + 800 800 100% 0.12K 25 32 100K kmalloc-rnd-06-128 + 6400 6400 100% 0.02K 25 256 100K kmalloc-rnd-06-16 + 3200 3200 100% 0.03K 25 128 100K kmalloc-rnd-03-32 + 800 800 100% 0.12K 25 32 100K kmalloc-128 + 1050 1050 100% 0.09K 25 42 100K kmalloc-96 + 6 6 100% 16.00K 3 2 96K zio_buf_comb_16384 + 576 576 100% 0.16K 24 24 96K ext4_allocation_context + 864 864 100% 0.11K 24 36 96K ext4_prealloc_space + 1536 1536 100% 0.06K 24 64 96K ext4_io_end + 3072 3072 100% 0.03K 24 128 96K xsk_generic_xmit_cache + 6144 6144 100% 0.02K 24 256 96K ep_head + 117 117 100% 0.81K 3 39 96K dax_cache + 12 12 100% 8.00K 3 4 96K memdup_user-8k + 1536 1536 100% 0.06K 24 64 96K memdup_user-64 + 3072 3072 100% 0.03K 24 128 96K memdup_user-32 + 6144 6144 100% 0.02K 24 256 96K memdup_user-16 + 12288 12288 100% 0.01K 24 512 96K memdup_user-8 + 3072 3072 100% 0.03K 24 128 96K pidfs_attr_cache + 2448 2448 100% 0.04K 24 102 96K pde_opener + 816 816 100% 0.12K 24 34 96K seq_file + 222 222 100% 0.42K 6 37 96K uts_namespace + 6144 6144 100% 0.02K 24 256 96K kmalloc-cg-16 + 12288 12288 100% 0.01K 24 512 96K kmalloc-cg-8 + 768 768 100% 0.12K 24 32 96K kmalloc-rnd-15-128 + 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-15-64 + 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-15-32 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-15-16 + 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-15-8 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-14-16 + 768 768 100% 0.12K 24 32 96K kmalloc-rnd-13-128 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-13-16 + 1008 1008 100% 0.09K 24 42 96K kmalloc-rnd-13-96 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-11-16 + 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-10-32 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-10-16 + 768 768 100% 0.12K 24 32 96K kmalloc-rnd-09-128 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-09-16 + 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-09-8 + 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-08-64 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-08-16 + 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-06-32 + 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-06-8 + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-05-8k + 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-05-64 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-05-16 + 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-05-8 + 768 768 100% 0.12K 24 32 96K kmalloc-rnd-04-128 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-03-16 + 1536 1536 100% 0.06K 24 64 96K kmalloc-rnd-02-64 + 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-02-32 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-02-16 + 3072 3072 100% 0.03K 24 128 96K kmalloc-rnd-01-32 + 6144 6144 100% 0.02K 24 256 96K kmalloc-rnd-01-16 + 12288 12288 100% 0.01K 24 512 96K kmalloc-rnd-01-8 + 12288 12288 100% 0.01K 24 512 96K kmalloc-8 + 1536 1490 97% 0.06K 24 64 96K kmem_cache_node + 1288 1288 100% 0.07K 23 56 92K nsproxy + 2944 2944 100% 0.03K 23 128 92K kmalloc-rnd-14-32 + 11776 11776 100% 0.01K 23 512 92K kmalloc-rnd-11-8 + 736 736 100% 0.12K 23 32 92K kmalloc-rnd-07-128 + 736 736 100% 0.12K 23 32 92K kmalloc-rnd-05-128 + 11776 11776 100% 0.01K 23 512 92K kmalloc-rnd-03-8 + 736 736 100% 0.12K 23 32 92K kmalloc-rnd-02-128 + 924 924 100% 0.09K 22 42 88K kmalloc-rnd-07-96 + 10752 10752 100% 0.01K 21 512 84K kmalloc-rnd-14-8 + 320 320 100% 0.25K 10 32 80K memdup_user-256 + 420 420 100% 0.19K 10 42 80K kmalloc-rnd-05-192 + 756 756 100% 0.09K 18 42 72K kmalloc-rnd-11-96 + 100 100 100% 0.62K 4 25 64K netfs_request + 30 30 100% 2.06K 2 15 64K MPTCPv6 + 32 32 100% 1.94K 2 16 64K MPTCP + 10 10 100% 5.81K 2 5 64K net_namespace + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-13-8k + 8 8 100% 8.00K 2 4 64K kmalloc-rnd-09-8k + 3840 3840 100% 0.02K 15 256 60K kmalloc-rnd-12-16 + 7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-10-8 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-03-128 + 294 294 100% 0.19K 7 42 56K kmalloc-rcl-192 + 416 416 100% 0.12K 13 32 52K scsi_sense_cache + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-13-8 + 1122 1122 100% 0.04K 11 102 44K khugepaged_mm_slot + 429 429 100% 0.10K 11 39 44K Acpi-ParseExt + 5120 5120 100% 0.01K 10 512 40K kmalloc-rnd-12-8 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-12-128 + 124 124 100% 0.26K 4 31 32K tw_sock_TCPv6 + 10 10 100% 3.16K 1 10 32K kcopyd_job + 34 34 100% 0.94K 1 34 32K mqueue_inode_cache + 680 680 100% 0.05K 8 85 32K ip_fib_trie + 584 584 100% 0.05K 8 73 32K ip_fib_alias + 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 + 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 + 294 294 100% 0.09K 7 42 28K memdup_user-96 + 3584 3076 85% 0.01K 7 512 28K kmalloc-rnd-08-8 + 126 126 100% 0.19K 3 42 24K bio-176 + 42 42 100% 0.38K 1 42 16K bio-320 + 36 36 100% 0.44K 1 36 16K bio-384 + 36 36 100% 0.44K 1 36 16K bio-400 + 32 32 100% 0.50K 1 32 16K bio-456 + 50 50 100% 0.31K 2 25 16K bio-280 + 60 60 100% 0.27K 2 30 16K numa_policy + 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full + 170 170 100% 0.05K 2 85 8K bio_post_read_ctx + 42 42 100% 0.09K 1 42 4K abd_t + 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 + 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s + 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache + 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache + 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.03K 0 31 0K zap_attr_long_cache + 0 0 0% 1.07K 0 29 0K zap_name_long + 0 0 0% 0.28K 0 28 0K zap_attr_cache + 0 0 0% 0.32K 0 24 0K zap_name + 0 0 0% 0.16K 0 24 0K sio_cache_2 + 0 0 0% 0.15K 0 26 0K sio_cache_1 + 0 0 0% 0.13K 0 30 0K sio_cache_0 + 0 0 0% 0.15K 0 26 0K zil_zcw_cache + 0 0 0% 0.38K 0 41 0K zil_lwb_cache + 0 0 0% 0.36K 0 44 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.93K 0 34 0K dnode_t + 0 0 0% 0.25K 0 32 0K sa_cache + 0 0 0% 16.00K 0 2 0K lz4_cache + 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 + 0 0 0% 8.00K 0 4 0K zio_buf_comb_8192 + 0 0 0% 6.00K 0 5 0K zio_buf_comb_6144 + 0 0 0% 4.00K 0 8 0K zio_buf_comb_4096 + 0 0 0% 3.00K 0 10 0K zio_buf_comb_3072 + 0 0 0% 2.00K 0 16 0K zio_buf_comb_2048 + 0 0 0% 1.50K 0 21 0K zio_buf_comb_1536 + 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 + 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 + 0 0 0% 0.05K 0 85 0K zio_link_cache + 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache + 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache + 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache + 0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache + 0 0 0% 0.16K 0 24 0K brt_entry_cache + 0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache + 0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache + 0 0 0% 0.06K 0 64 0K kcf_context_cache + 0 0 0% 0.30K 0 26 0K btrfs_delayed_node + 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent + 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer + 0 0 0% 1.00K 0 32 0K btrfs_inode + 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.18K 0 44 0K ip6-frags + 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 2.82K 0 11 0K dm_uevent + 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache + 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache + 0 0 0% 0.77K 0 41 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.28K 0 28 0K pid_namespace + 0 0 0% 0.20K 0 40 0K ip4-frags + 0 0 0% 0.38K 0 41 0K request_sock_subflow_v6 + 0 0 0% 0.38K 0 41 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.00K 0 32 0K PING + 0 0 0% 0.25K 0 32 0K dquot + 0 0 0% 8.00K 0 4 0K msg_msg-8k + 0 0 0% 4.00K 0 8 0K msg_msg-4k + 0 0 0% 2.00K 0 16 0K msg_msg-2k + 0 0 0% 1.00K 0 32 0K msg_msg-1k + 0 0 0% 0.50K 0 32 0K msg_msg-512 + 0 0 0% 0.25K 0 32 0K msg_msg-256 + 0 0 0% 0.12K 0 32 0K msg_msg-128 + 0 0 0% 0.06K 0 64 0K msg_msg-64 + 0 0 0% 0.03K 0 128 0K msg_msg-32 + 0 0 0% 0.02K 0 256 0K msg_msg-16 + 0 0 0% 0.01K 0 512 0K msg_msg-8 + 0 0 0% 0.19K 0 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.02K 0 256 0K pidfs_xattr_cache + 0 0 0% 0.25K 0 32 0K bfilp + 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k + 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k + 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k + 0 0 0% 1.00K 0 32 0K dma-kmalloc-1k + 0 0 0% 0.50K 0 32 0K dma-kmalloc-512 + 0 0 0% 0.25K 0 32 0K dma-kmalloc-256 + 0 0 0% 0.12K 0 32 0K dma-kmalloc-128 + 0 0 0% 0.06K 0 64 0K dma-kmalloc-64 + 0 0 0% 0.03K 0 128 0K dma-kmalloc-32 + 0 0 0% 0.02K 0 256 0K dma-kmalloc-16 + 0 0 0% 0.01K 0 512 0K dma-kmalloc-8 + 0 0 0% 0.19K 0 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.06K 0 64 0K kmalloc-rcl-64 + 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 + 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 + 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + +--- kswapd stats + $ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat +pgdemote_kswapd 0 +pgsteal_kswapd 0 +pgscan_kswapd 0 +kswapd_inodesteal 0 +kswapd_low_wmark_hit_quickly 0 +kswapd_high_wmark_hit_quickly 0 +pgmigrate_success 1332121 +pgmigrate_fail 2560 +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 = 3142 0 9223372036854775807 +fs.lease-break-time = 45 +fs.mqueue.msg_default = 10 +fs.mqueue.msg_max = 10 +fs.mqueue.msgsize_default = 8192 +fs.mqueue.msgsize_max = 8192 +fs.mqueue.queues_max = 256 +fs.nr_open = 1073741816 +fs.pipe-max-size = 1048576 + +--- kernel.* perf-relevant + $ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)' +kernel.hung_task_all_cpu_backtrace = 0 +kernel.hung_task_check_count = 4194304 +kernel.hung_task_check_interval_secs = 0 +kernel.hung_task_detect_count = 0 +kernel.hung_task_panic = 0 +kernel.hung_task_timeout_secs = 120 +kernel.hung_task_warnings = 10 +kernel.nmi_watchdog = 1 +kernel.numa_balancing = 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 = 1546154 +kernel.watchdog = 1 +kernel.watchdog_cpumask = 0-47 +kernel.watchdog_thresh = 10 + +############################################################################### +# 7. NETWORK SYSCTL / TCP +############################################################################### + +--- net.core.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)' +net.core.busy_poll = 0 +net.core.busy_read = 0 +net.core.default_qdisc = fq +net.core.dev_weight = 64 +net.core.dev_weight_rx_bias = 1 +net.core.dev_weight_tx_bias = 1 +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.core.netdev_max_backlog = 250000 +net.core.netdev_tstamp_prequeue = 1 +net.core.optmem_max = 131072 +net.core.rmem_default = 26214400 +net.core.rmem_max = 134217728 +net.core.somaxconn = 65535 +net.core.wmem_default = 26214400 +net.core.wmem_max = 134217728 +net.core.xfrm_acq_expires = 30 +net.core.xfrm_aevent_etime = 10 +net.core.xfrm_aevent_rseqth = 2 +net.core.xfrm_larval_drop = 1 + +--- net.ipv4.tcp.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)' +net.ipv4.tcp_abort_on_overflow = 0 +net.ipv4.tcp_available_congestion_control = reno cubic bbr +net.ipv4.tcp_congestion_control = bbr +net.ipv4.tcp_ecn = 2 +net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_fastopen = 1 +net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 +net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 +net.ipv4.tcp_fin_timeout = 60 +net.ipv4.tcp_keepalive_intvl = 75 +net.ipv4.tcp_keepalive_probes = 9 +net.ipv4.tcp_keepalive_time = 7200 +net.ipv4.tcp_low_latency = 0 +net.ipv4.tcp_max_syn_backlog = 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 105 root root 4096 Jul 26 16:22 .. +-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 16:09 . +drwxr-xr-x 105 root root 4096 Jul 26 16:22 .. +-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 16:53 zfs.conf + +--- udev rules.d +total 8 +drwxr-xr-x 2 root root 4096 Apr 4 16:52 . +drwxr-xr-x 4 root root 4096 Jul 26 11:28 .. +lrwxrwxrwx 1 root root 9 Apr 4 16:52 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=17179869184 + +--- 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 = Y + enable_device_posted_irqs = N + enable_ipiv = N + enable_shadow_vmcs = N + enlightened_vmcs = N + ept = Y + eptad = N + error_on_inconsistent_vmcs_config = Y + fasteoi = Y + flexpriority = Y + nested = Y + nested_early_check = N + ple_gap = 128 + ple_window = 4096 + ple_window_grow = 2 + ple_window_max = 4294967295 + ple_window_shrink = 0 + pml = N + preemption_timer = Y + sgx = N + tdx = N + unrestricted_guest = Y + vmentry_l1d_flush = cond + vnmi = Y + vpid = Y + +--- module params: kvm_amd + $ for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + [exit=1] + +--- module params: relevant net drivers + $ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do + [ -d "/sys/module/$mod/parameters" ] || continue + echo "=== $mod ===" + for p in /sys/module/$mod/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" + done +done +=== virtio_net === + csum = Y + gso = Y + napi_tx = Y + napi_weight = 64 + +############################################################################### +# 9. PROXMOX VERSION & CLUSTER +############################################################################### + +--- pveversion + $ pveversion +pve-manager/9.2.5/20242970da7fbcef (running kernel: 6.17.2-1-pve) + +--- pveversion -v + $ pveversion -v +proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve) +pve-manager: 9.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 + [exit=255 / not installed or not permitted] + +--- pveperf + $ timeout 15 pveperf +CPU BOGOMIPS: 124792.80 +REGEX/SECOND: 2103544 +HD SIZE: 93.93 GB (/dev/mapper/pve-root) +BUFFERED READS: 27.95 MB/sec +AVERAGE SEEK TIME: 34.01 ms +FSYNCS/SECOND: 78.64 + [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%3A35%3A23 -0500: + + + + + +--- domains.cfg + [missing: /etc/pve/domains.cfg] + +--- cluster resources (compact) + $ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \ + | jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \ + || pvesh get /cluster/resources --type node 2>/dev/null +┌────────────────┬──────┬─────────────┬─────────┬───────┬──────────┬──────────┬───────────┬─────────┬───────────┬───────┬──────┬────────┬───────────┬────────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬────────┬─────────┬──────┬──────────┬─────────┬──────┬───────────┐ +│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ host-arch │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ shared │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │ +╞════════════════╪══════╪═════════════╪═════════╪═══════╪══════════╪══════════╪═══════════╪═════════╪═══════════╪═══════╪══════╪════════╪═══════════╪════════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪════════╪═════════╪══════╪══════════╪═════════╪══════╪═══════════╡ +│ node/pfv-tsys7 │ node │ 2 │ │ 2.79% │ 7.86 GiB │ │ │ │ │ │ │ 24 │ 93.93 GiB │ 188.83 GiB │ 9.02 GiB │ │ │ │ │ │ │ pfv-tsys7 │ │ │ │ │ │ online │ │ │ │ 31m 38s │ │ │ +└────────────────┴──────┴─────────────┴─────────┴───────┴──────────┴──────────┴───────────┴─────────┴───────────┴───────┴──────┴────────┴───────────┴────────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴────────┴─────────┴──────┴──────────┴─────────┴──────┴───────────┘ + +############################################################################### +# 10. NETWORK: INTERFACES +############################################################################### + +--- ip -d link + $ ip -d link +1: lo: 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: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 60 maxmtu 9000 + bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 5 numrxqueues 5 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 enxf8bc1234e074 +3: nic1: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 60 maxmtu 9000 + bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr f8:bc:12:34:e0:75 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str addrgenmode eui64 numtxqueues 5 numrxqueues 5 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 enxf8bc1234e075 +4: nic2: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff permaddr f8:bc:12:34:e0:76 promiscuity 1 allmulti 1 minmtu 60 maxmtu 9000 + bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr f8:bc:12:34:e0:76 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str ad_partner_oper_port_state 61 ad_partner_oper_port_state_str addrgenmode eui64 numtxqueues 5 numrxqueues 5 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 enxf8bc1234e076 +5: nic3: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:77 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 60 maxmtu 9000 addrgenmode eui64 numtxqueues 5 numrxqueues 5 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 enxf8bc1234e077 +6: tailscale0: 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 +7: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 95.20 fdb_n_learned 97 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.1us mcast_hash_elasticity 16 mcast_hash_max 512 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +8: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 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 27 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 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 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 +9: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 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.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 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 208.45 fdb_n_learned 10 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 512 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ea:02:63:ef:c5:c7 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.6a:54:33:31:90:a1 designated_root 8000.6a:54:33:31:90:a1 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: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6a:54:33:31:90:a1 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.6a:54:33:31:90:a1 designated_root 8000.6a:54:33:31:90:a1 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 13 mcast_querier_ipv4_other_timer 18.1us 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: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 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 +13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6a:54:33:31:90:a1 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.6a:54:33:31:90:a1 designated_root 8000.6a:54:33:31:90:a1 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 48 numrxqueues 48 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 +14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether c2:27:e6:09:8d:17 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.42:fc:86:6e:2f:20 designated_root 8000.42:fc:86:6e:2f:20 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 +15: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:fc:86:6e:2f:20 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.42:fc:86:6e:2f:20 designated_root 8000.42:fc:86:6e:2f:20 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 85.59 fdb_n_learned 6 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 +16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 56:49:27:08:d8:d9 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.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 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 48 numrxqueues 48 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 +17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000 + link/ether 42:fc:86:6e:2f:20 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.42:fc:86:6e:2f:20 designated_root 8000.42:fc:86:6e:2f:20 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 48 numrxqueues 48 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 +18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1e:c0:60:6c:f3:d2 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.5a:c0:32:82:6a:11 designated_root 8000.5a:c0:32:82:6a:11 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 +19: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 5a:c0:32:82:6a:11 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.5a:c0:32:82:6a:11 designated_root 8000.5a:c0:32:82:6a:11 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 21 mcast_querier_ipv4_other_timer 18.1us 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 +20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 1e:3a:b8:c7:fb:a1 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.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 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 +21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000 + link/ether 5a:c0:32:82:6a:11 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.5a:c0:32:82:6a:11 designated_root 8000.5a:c0:32:82:6a:11 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 48 numrxqueues 48 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 +22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether d2:ac:e1:a0:8d:67 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.8e:5f:d3:dd:6a:4a designated_root 8000.8e:5f:d3:dd:6a:4a 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 +23: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8e:5f:d3:dd:6a:4a 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.8e:5f:d3:dd:6a:4a designated_root 8000.8e:5f:d3:dd:6a:4a root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 25 mcast_querier_ipv4_other_timer 18.1us 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 +24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 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 +25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000 + link/ether 8e:5f:d3:dd:6a:4a 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.8e:5f:d3:dd:6a:4a designated_root 8000.8e:5f:d3:dd:6a:4a 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 48 numrxqueues 48 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 +26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ba:e1:96:f0:38:e1 designated_root 8000.ba:e1:96:f0:38:e1 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 +27: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ba:e1:96:f0:38:e1 designated_root 8000.ba:e1:96:f0:38:e1 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 100.25 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 29 mcast_querier_ipv4_other_timer 18.1us 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 +28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.f8:bc:12:34:e0:74 designated_root 8000.f8:bc:12:34:e0:74 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 48 numrxqueues 48 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 +29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000 + link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ba:e1:96:f0:38:e1 designated_root 8000.ba:e1:96:f0:38:e1 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 48 numrxqueues 48 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 +30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ea:0f:74:65:9f:9c 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.a2:a9:ed:53:3e:75 designated_root 8000.a2:a9:ed:53:3e:75 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 +31: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a2:a9:ed:53:3e:75 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.a2:a9:ed:53:3e:75 designated_root 8000.a2:a9:ed:53:3e:75 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 85.59 fdb_n_learned 6 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 +32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 5e:aa:07:86:49:27 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.f8:bc:12:34:e0:75 designated_root 8000.f8:bc:12:34:e0:75 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 48 numrxqueues 48 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 +33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000 + link/ether a2:a9:ed:53:3e:75 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.a2:a9:ed:53:3e:75 designated_root 8000.a2:a9:ed:53:3e:75 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 48 numrxqueues 48 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: 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: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff\ altname enp1s0f0\ altname enxf8bc1234e074 +3: nic1: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff\ altname enp1s0f1\ altname enxf8bc1234e075 +4: nic2: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff permaddr f8:bc:12:34:e0:76\ altname enp2s0f0\ altname enxf8bc1234e076 +5: nic3: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:77 brd ff:ff:ff:ff:ff:ff\ altname enp2s0f1\ altname enxf8bc1234e077 +6: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none +7: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff +8: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff +9: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff +10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ea:02:63:ef:c5:c7 brd ff:ff:ff:ff:ff:ff +11: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff +12: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff +13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff +14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether c2:27:e6:09:8d:17 brd ff:ff:ff:ff:ff:ff +15: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff +16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 56:49:27:08:d8:d9 brd ff:ff:ff:ff:ff:ff +17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000\ link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff +18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1e:c0:60:6c:f3:d2 brd ff:ff:ff:ff:ff:ff +19: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff +20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 1e:3a:b8:c7:fb:a1 brd ff:ff:ff:ff:ff:ff +21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff +22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether d2:ac:e1:a0:8d:67 brd ff:ff:ff:ff:ff:ff +23: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff +24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff +25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000\ link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff +26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff +27: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff +28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff +29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000\ link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff +30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ea:0f:74:65:9f:9c brd ff:ff:ff:ff:ff:ff +31: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff +32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 5e:aa:07:86:49:27 brd ff:ff:ff:ff:ff:ff +33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000\ link/ether a2:a9:ed:53:3e:75 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 +6: tailscale0 inet 100.110.146.27/32 scope global tailscale0\ valid_lft forever preferred_lft forever +7: vmbr0 inet 192.168.0.250/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 349sec preferred_lft 349sec +9: datanet inet 10.100.100.7/24 scope global datanet\ valid_lft forever preferred_lft forever + +--- ip -o -6 addr (link-local filter) + $ ip -o -6 addr +1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever +5: nic3 inet6 fe80::fabc:12ff:fe34:e077/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +6: tailscale0 inet6 fd7a:115c:a1e0::333b:921b/128 scope global \ valid_lft forever preferred_lft forever +6: tailscale0 inet6 fe80::89bf:3115:94fc:9b90/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +7: vmbr0 inet6 fe80::fabc:12ff:fe34:e074/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +9: datanet inet6 fe80::fabc:12ff:fe34:e075/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever + +--- ip addr + $ ip addr +1: lo: 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: mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000 + link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff + altname enp1s0f0 + altname enxf8bc1234e074 +3: nic1: mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff + altname enp1s0f1 + altname enxf8bc1234e075 +4: nic2: mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff permaddr f8:bc:12:34:e0:76 + altname enp2s0f0 + altname enxf8bc1234e076 +5: nic3: mtu 1500 qdisc mq state UP group default qlen 1000 + link/ether f8:bc:12:34:e0:77 brd ff:ff:ff:ff:ff:ff + altname enp2s0f1 + altname enxf8bc1234e077 + inet6 fe80::fabc:12ff:fe34:e077/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +6: tailscale0: mtu 1280 qdisc fq state UNKNOWN group default qlen 500 + link/none + inet 100.110.146.27/32 scope global tailscale0 + valid_lft forever preferred_lft forever + inet6 fd7a:115c:a1e0::333b:921b/128 scope global + valid_lft forever preferred_lft forever + inet6 fe80::89bf:3115:94fc:9b90/64 scope link stable-privacy proto kernel_ll + valid_lft forever preferred_lft forever +7: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff + inet 192.168.0.250/22 brd 192.168.3.255 scope global dynamic vmbr0 + valid_lft 349sec preferred_lft 349sec + inet6 fe80::fabc:12ff:fe34:e074/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +8: bond0: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff +9: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff + inet 10.100.100.7/24 scope global datanet + valid_lft forever preferred_lft forever + inet6 fe80::fabc:12ff:fe34:e075/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN group default qlen 1000 + link/ether ea:02:63:ef:c5:c7 brd ff:ff:ff:ff:ff:ff +11: fwbr701i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff +12: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff +13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP group default qlen 1000 + link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff +14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN group default qlen 1000 + link/ether c2:27:e6:09:8d:17 brd ff:ff:ff:ff:ff:ff +15: fwbr701i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff +16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 56:49:27:08:d8:d9 brd ff:ff:ff:ff:ff:ff +17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP group default qlen 1000 + link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff +18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN group default qlen 1000 + link/ether 1e:c0:60:6c:f3:d2 brd ff:ff:ff:ff:ff:ff +19: fwbr702i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff +20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 1e:3a:b8:c7:fb:a1 brd ff:ff:ff:ff:ff:ff +21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP group default qlen 1000 + link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff +22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN group default qlen 1000 + link/ether d2:ac:e1:a0:8d:67 brd ff:ff:ff:ff:ff:ff +23: fwbr703i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff +24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff +25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP group default qlen 1000 + link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff +26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN group default qlen 1000 + link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff +27: fwbr704i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff +28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff +29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP group default qlen 1000 + link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff +30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN group default qlen 1000 + link/ether ea:0f:74:65:9f:9c brd ff:ff:ff:ff:ff:ff +31: fwbr704i1: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff +32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000 + link/ether 5e:aa:07:86:49:27 brd ff:ff:ff:ff:ff:ff +33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP group default qlen 1000 + link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff + +--- ip route + $ ip route +default via 192.168.3.254 dev vmbr0 +10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.7 +192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.0.250 + +--- 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: 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 + 58001 395 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 58001 395 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +2: nic0: mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 625089782 522553 0 62 0 52169 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 10761140 66048 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 + altname enp1s0f0 + altname enxf8bc1234e074 +3: nic1: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 5842795620 4994345 0 0 0 268 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 11990831818 8955498 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 + altname enp1s0f1 + altname enxf8bc1234e075 +4: nic2: mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff permaddr f8:bc:12:34:e0:76 + RX: bytes packets errors dropped missed mcast + 7957591007 6169227 0 0 0 1540 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 13985719873 11219884 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 + altname enp2s0f0 + altname enxf8bc1234e076 +5: nic3: mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:77 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 192580 2032 0 0 0 1864 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 33021 125 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 1 + altname enp2s0f1 + altname enxf8bc1234e077 +6: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 912446 4337 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 2329899 4404 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +7: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:74 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 589662694 181400 0 0 0 45858 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 6642913 46114 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +8: bond0: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 13800386627 11163572 0 122 0 1808 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 25976551691 20175382 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +9: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether f8:bc:12:34:e0:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 13344052955 6376586 0 0 0 1558 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 30277056579 10191024 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +10: tap701i0: mtu 1500 qdisc fq master fwbr701i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ea:02:63:ef:c5:c7 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 824893 4188 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 7192884 59666 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +11: fwbr701i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 4440575 52665 0 58 0 34528 + 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 +12: fwpr701p0@fwln701i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 06:69:93:dc:85:25 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 837094 4237 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 7192933 59666 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +13: fwln701i0@fwpr701p0: mtu 1500 qdisc noqueue master fwbr701i0 state UP mode DEFAULT group default qlen 1000 + link/ether 6a:54:33:31:90:a1 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 7192933 59666 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 837094 4237 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +14: tap701i1: mtu 1500 qdisc fq master fwbr701i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether c2:27:e6:09:8d:17 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 60 1 0 509 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +15: fwbr701i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 109121 1344 0 0 0 1262 + 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 +16: fwpr701p1@fwln701i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 56:49:27:08:d8:d9 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 12201 49 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 152538 1525 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +17: fwln701i1@fwpr701p1: mtu 1500 qdisc noqueue master fwbr701i1 state UP mode DEFAULT group default qlen 1000 + link/ether 42:fc:86:6e:2f:20 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 152538 1525 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 12201 49 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +18: tap702i0: mtu 1500 qdisc fq master fwbr702i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1e:c0:60:6c:f3:d2 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1136940 6005 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 8420157 62025 0 279 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +19: fwbr702i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 4429360 52501 0 58 0 34453 + 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 +20: fwpr702p0@fwln702i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 1e:3a:b8:c7:fb:a1 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1149141 6054 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 8449823 62304 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +21: fwln702i0@fwpr702p0: mtu 1500 qdisc noqueue master fwbr702i0 state UP mode DEFAULT group default qlen 1000 + link/ether 5a:c0:32:82:6a:11 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 8449823 62304 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1149141 6054 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +22: tap703i0: mtu 1500 qdisc fq master fwbr703i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether d2:ac:e1:a0:8d:67 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 998014 4742 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 7412887 59753 0 628 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +23: fwbr703i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 4414547 52334 0 58 0 34342 + 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 +24: fwpr703p0@fwln703i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ae:fe:84:d1:c2:37 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1010215 4791 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 7474620 60388 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +25: fwln703i0@fwpr703p0: mtu 1500 qdisc noqueue master fwbr703i0 state UP mode DEFAULT group default qlen 1000 + link/ether 8e:5f:d3:dd:6a:4a brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 7474620 60388 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1010215 4791 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +26: tap704i0: mtu 1500 qdisc fq master fwbr704i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether a6:3d:64:05:1a:6d brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 782296 3830 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 6790400 56751 0 1864 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +27: fwbr704i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 4400446 52174 0 58 0 34236 + 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 +28: fwpr704p0@fwln704i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 3e:13:81:61:ad:02 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 794497 3879 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 6967660 58615 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +29: fwln704i0@fwpr704p0: mtu 1500 qdisc noqueue master fwbr704i0 state UP mode DEFAULT group default qlen 1000 + link/ether ba:e1:96:f0:38:e1 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 6967660 58615 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 794497 3879 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +30: tap704i1: mtu 1500 qdisc fq master fwbr704i1 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether ea:0f:74:65:9f:9c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 60 1 0 491 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +31: fwbr704i1: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 107229 1326 0 0 0 1247 + 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 +32: fwpr704p1@fwln704i1: mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 5e:aa:07:86:49:27 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 12201 49 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 150394 1507 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +33: fwln704i1@fwpr704p1: mtu 1500 qdisc noqueue master fwbr704i1 state UP mode DEFAULT group default qlen 1000 + link/ether a2:a9:ed:53:3e:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 150394 1507 0 49 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 12201 49 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + +--- ip neigh + $ ip neigh +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.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 STALE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE +192.168.1.164 dev vmbr0 FAILED +10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d STALE +192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.3.11 dev vmbr0 lladdr 34:17:eb:b3:b1:2d STALE +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 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::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router REACHABLE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 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: 58001 395 0 0 0 0 0 0 58001 395 0 0 0 0 0 0 + nic0: 625089782 522553 0 62 0 0 0 52169 10761140 66048 0 0 0 0 0 0 + nic1: 5842795620 4994345 0 0 0 0 0 268 11990831818 8955498 0 0 0 0 0 0 + nic2: 7957591007 6169227 0 0 0 0 0 1540 13985719873 11219884 0 0 0 0 0 0 + nic3: 192580 2032 0 0 0 0 0 1864 33021 125 0 0 0 0 0 0 +tailscale0: 912446 4337 0 0 0 0 0 0 2329899 4404 0 0 0 0 0 0 + vmbr0: 589662694 181400 0 0 0 0 0 45858 6642913 46114 0 0 0 0 0 0 + bond0: 13800386627 11163572 0 122 0 0 0 1808 25976551691 20175382 0 0 0 0 0 0 +datanet: 13344052955 6376586 0 0 0 0 0 1558 30277056579 10191024 0 0 0 0 0 0 +tap701i0: 824893 4188 0 0 0 0 0 0 7192884 59666 0 0 0 0 0 0 +fwbr701i0: 4440575 52665 0 58 0 0 0 34528 0 0 0 0 0 0 0 0 +fwpr701p0: 837094 4237 0 49 0 0 0 0 7192933 59666 0 0 0 0 0 0 +fwln701i0: 7192933 59666 0 49 0 0 0 0 837094 4237 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 60 1 0 509 0 0 0 0 +fwbr701i1: 109121 1344 0 0 0 0 0 1262 0 0 0 0 0 0 0 0 +fwpr701p1: 12201 49 0 49 0 0 0 0 152538 1525 0 0 0 0 0 0 +fwln701i1: 152538 1525 0 49 0 0 0 0 12201 49 0 0 0 0 0 0 +tap702i0: 1136940 6005 0 0 0 0 0 0 8420157 62025 0 279 0 0 0 0 +fwbr702i0: 4429360 52501 0 58 0 0 0 34453 0 0 0 0 0 0 0 0 +fwpr702p0: 1149141 6054 0 49 0 0 0 0 8449823 62304 0 0 0 0 0 0 +fwln702i0: 8449823 62304 0 49 0 0 0 0 1149141 6054 0 0 0 0 0 0 +tap703i0: 998014 4742 0 0 0 0 0 0 7412887 59753 0 628 0 0 0 0 +fwbr703i0: 4414547 52334 0 58 0 0 0 34342 0 0 0 0 0 0 0 0 +fwpr703p0: 1010215 4791 0 49 0 0 0 0 7474620 60388 0 0 0 0 0 0 +fwln703i0: 7474620 60388 0 49 0 0 0 0 1010215 4791 0 0 0 0 0 0 +tap704i0: 782296 3830 0 0 0 0 0 0 6790400 56751 0 1864 0 0 0 0 +fwbr704i0: 4400446 52174 0 58 0 0 0 34236 0 0 0 0 0 0 0 0 +fwpr704p0: 794497 3879 0 49 0 0 0 0 6967660 58615 0 0 0 0 0 0 +fwln704i0: 6967660 58615 0 49 0 0 0 0 794497 3879 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 491 0 0 0 0 +fwbr704i1: 107229 1326 0 0 0 0 0 1247 0 0 0 0 0 0 0 0 +fwpr704p1: 12201 49 0 49 0 0 0 0 150394 1507 0 0 0 0 0 0 +fwln704i1: 150394 1507 0 49 0 0 0 0 12201 49 0 0 0 0 0 0 + +--- ip -6 route (brief) + $ ip -6 route +fd7a:115c:a1e0::333b:921b dev tailscale0 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 vmbr0 proto kernel metric 256 pref medium +fe80::/64 dev datanet proto kernel metric 256 pref medium + +--- sysfs interface attributes + $ for ifc in $NETIFS; do + d="/sys/class/net/$ifc" + [ -d "$d" ] || continue + printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \ + "$ifc" \ + "$(cat "$d/speed" 2>/dev/null)" \ + "$(cat "$d/duplex" 2>/dev/null)" \ + "$(cat "$d/mtu" 2>/dev/null)" \ + "$(cat "$d/carrier" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/type" 2>/dev/null)" +done +bond0 speed=2000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr701i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr701i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr702i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr703i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr704i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr704i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln701i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln701i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln702i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln703i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln704i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln704i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr701p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr701p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr702p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr703p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr704p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr704p1 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 +tap701i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap701i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap702i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap703i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap704i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap704i1 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: 6.17.2-1-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: datanet ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for datanet: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 10000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for datanet: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: on +tx-esp-segmentation: on +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr701i0 ----- +[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 fwbr701i0: + 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 fwbr701i0: +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: fwbr701i1 ----- +[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 fwbr701i1: + 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 fwbr701i1: +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: fwbr702i0 ----- +[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 fwbr702i0: + 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 fwbr702i0: +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: fwbr703i0 ----- +[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 fwbr703i0: + 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 fwbr703i0: +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: fwbr704i0 ----- +[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 fwbr704i0: + 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 fwbr704i0: +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: fwbr704i1 ----- +[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 fwbr704i1: + 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 fwbr704i1: +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: fwln701i0 ----- +[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 fwln701i0: + 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 fwln701i0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwln701i0: +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: fwln701i1 ----- +[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 fwln701i1: + 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 fwln701i1: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwln701i1: +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: fwln702i0 ----- +[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 fwln702i0: + 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 fwln702i0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwln702i0: +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: fwln703i0 ----- +[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 fwln703i0: + 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 fwln703i0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwln703i0: +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: fwln704i0 ----- +[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 fwln704i0: + 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 fwln704i0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwln704i0: +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: fwln704i1 ----- +[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 fwln704i1: + 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 fwln704i1: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwln704i1: +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: fwpr701p0 ----- +[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 fwpr701p0: + 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 fwpr701p0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwpr701p0: +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: fwpr701p1 ----- +[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 fwpr701p1: + 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 fwpr701p1: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwpr701p1: +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: fwpr702p0 ----- +[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 fwpr702p0: + 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 fwpr702p0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwpr702p0: +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: fwpr703p0 ----- +[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 fwpr703p0: + 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 fwpr703p0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwpr703p0: +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: fwpr704p0 ----- +[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 fwpr704p0: + 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 fwpr704p0: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwpr704p0: +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: fwpr704p1 ----- +[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 fwpr704p1: + 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 fwpr704p1: +Pre-set maximums: +RX: 48 +TX: 48 +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 fwpr704p1: +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: tg3 +version: 6.17.2-1-pve +firmware-version: FFV7.10.59 bc 5720-v1.36 +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/Half 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/Half 1000baseT/Full + Advertised pause frame use: No + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Half 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: off + Supports Wake-on: g + Wake-on: d + Current message level: 0x000000ff (255) + drv probe link timer ifdown ifup rx_err tx_err + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for nic0: +Pre-set maximums: +RX: 4 +TX: 4 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 4 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: 0 +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 20 +rx-frames: 5 +rx-usecs-irq: 0 +rx-frames-irq: 5 + +tx-usecs: 72 +tx-frames: 53 +tx-usecs-irq: 0 +tx-frames-irq: 5 + +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: 2047 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +TX push buff len: n/a +Current hardware settings: +RX: 200 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +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: on +TX: on +RX negotiated: off +TX negotiated: 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 [fixed] +tx-vlan-offload: on [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 [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] +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +4 RX rings available +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_fragments: 0 + rx_fcs_errors: 0 + rx_align_errors: 0 + rx_xon_pause_rcvd: 0 + rx_xoff_pause_rcvd: 0 + rx_frame_too_long_errors: 0 + rx_jabbers: 0 + rx_undersize_packets: 0 + rx_in_length_errors: 0 + rx_out_length_errors: 0 + tx_mac_errors: 0 + tx_carrier_sense_errors: 0 + tx_discards: 0 + tx_errors: 0 + rx_discards: 0 + rx_errors: 0 +[statistics -S (throughput counters)] + rx_octets: 625101884 + tx_octets: 10767218 + +----- ethtool: nic1 ----- +[driver/version/firmware/bus-info -i] +driver: tg3 +version: 6.17.2-1-pve +firmware-version: FFV7.10.59 bc 5720-v1.36 +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/Half 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/Half 1000baseT/Full + Advertised pause frame use: No + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Half 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 2 + Transceiver: internal + MDI-X: off + Supports Wake-on: g + Wake-on: d + Current message level: 0x000000ff (255) + drv probe link timer ifdown ifup rx_err tx_err + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for nic1: +Pre-set maximums: +RX: 4 +TX: 4 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 4 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic1: +Adaptive RX: n/a TX: n/a +stats-block-usecs: 0 +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 20 +rx-frames: 5 +rx-usecs-irq: 0 +rx-frames-irq: 5 + +tx-usecs: 72 +tx-frames: 53 +tx-usecs-irq: 0 +tx-frames-irq: 5 + +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: 2047 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +TX push buff len: n/a +Current hardware settings: +RX: 200 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +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: on +TX: on +RX negotiated: off +TX negotiated: 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 [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 [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] +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +4 RX rings available +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_fragments: 0 + rx_fcs_errors: 0 + rx_align_errors: 0 + rx_xon_pause_rcvd: 0 + rx_xoff_pause_rcvd: 0 + rx_frame_too_long_errors: 0 + rx_jabbers: 0 + rx_undersize_packets: 0 + rx_in_length_errors: 0 + rx_out_length_errors: 0 + tx_mac_errors: 0 + tx_carrier_sense_errors: 0 + tx_discards: 0 + tx_errors: 0 + rx_discards: 0 + rx_errors: 0 +[statistics -S (throughput counters)] + rx_octets: 5842795961 + tx_octets: 11990831818 + +----- ethtool: nic2 ----- +[driver/version/firmware/bus-info -i] +driver: tg3 +version: 6.17.2-1-pve +firmware-version: FFV7.10.59 bc 5720-v1.36 +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/Half 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/Half 1000baseT/Full + Advertised pause frame use: No + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Half 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: off + Supports Wake-on: g + Wake-on: d + Current message level: 0x000000ff (255) + drv probe link timer ifdown ifup rx_err tx_err + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for nic2: +Pre-set maximums: +RX: 4 +TX: 4 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 4 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic2: +Adaptive RX: n/a TX: n/a +stats-block-usecs: 0 +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 20 +rx-frames: 5 +rx-usecs-irq: 0 +rx-frames-irq: 5 + +tx-usecs: 72 +tx-frames: 53 +tx-usecs-irq: 0 +tx-frames-irq: 5 + +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: 2047 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +TX push buff len: n/a +Current hardware settings: +RX: 200 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +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: on +TX: on +RX negotiated: off +TX negotiated: 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 [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 [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] +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +4 RX rings available +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_fragments: 0 + rx_fcs_errors: 0 + rx_align_errors: 0 + rx_xon_pause_rcvd: 0 + rx_xoff_pause_rcvd: 0 + rx_frame_too_long_errors: 0 + rx_jabbers: 0 + rx_undersize_packets: 0 + rx_in_length_errors: 0 + rx_out_length_errors: 0 + tx_mac_errors: 0 + tx_carrier_sense_errors: 0 + tx_discards: 0 + tx_errors: 0 + rx_discards: 0 + rx_errors: 0 +[statistics -S (throughput counters)] + rx_octets: 7957591007 + tx_octets: 13985719873 + +----- ethtool: nic3 ----- +[driver/version/firmware/bus-info -i] +driver: tg3 +version: 6.17.2-1-pve +firmware-version: FFV7.10.59 bc 5720-v1.36 +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/Half 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/Half 1000baseT/Full + Advertised pause frame use: No + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + Link partner advertised pause frame use: Symmetric + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 100Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 2 + Transceiver: internal + MDI-X: off + Supports Wake-on: g + Wake-on: d + Current message level: 0x000000ff (255) + drv probe link timer ifdown ifup rx_err tx_err + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +Channel parameters for nic3: +Pre-set maximums: +RX: 4 +TX: 4 +Other: n/a +Combined: n/a +Current hardware settings: +RX: 4 +TX: 1 +Other: n/a +Combined: n/a +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic3: +Adaptive RX: n/a TX: n/a +stats-block-usecs: 0 +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 20 +rx-frames: 5 +rx-usecs-irq: 0 +rx-frames-irq: 5 + +tx-usecs: 72 +tx-frames: 53 +tx-usecs-irq: 0 +tx-frames-irq: 5 + +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: 2047 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +TX push buff len: n/a +Current hardware settings: +RX: 200 +RX Mini: n/a +RX Jumbo: n/a +TX: 511 +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 +RX negotiated: off +TX negotiated: off + +[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 [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 [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] +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +4 RX rings available +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_fragments: 0 + rx_fcs_errors: 0 + rx_align_errors: 0 + rx_xon_pause_rcvd: 0 + rx_xoff_pause_rcvd: 0 + rx_frame_too_long_errors: 0 + rx_jabbers: 0 + rx_undersize_packets: 0 + rx_in_length_errors: 0 + rx_out_length_errors: 0 + tx_mac_errors: 0 + tx_carrier_sense_errors: 0 + tx_discards: 0 + tx_errors: 0 + rx_discards: 0 + rx_errors: 0 +[statistics -S (throughput counters)] + rx_octets: 192580 + tx_octets: 33021 + +----- ethtool: tap701i0 ----- +[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 tap701i0: + 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 tap701i0: +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 tap701i0: +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 tap701i0: +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: tap701i1 ----- +[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 tap701i1: + 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 tap701i1: +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 tap701i1: +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 tap701i1: +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: tap702i0 ----- +[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 tap702i0: + 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 tap702i0: +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 tap702i0: +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 tap702i0: +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: tap703i0 ----- +[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 tap703i0: + 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 tap703i0: +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 tap703i0: +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 tap703i0: +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: tap704i0 ----- +[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 tap704i0: + 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 tap704i0: +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 tap704i0: +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 tap704i0: +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: tap704i1 ----- +[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 tap704i1: + 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 tap704i1: +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 tap704i1: +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 tap704i1: +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: mtu 1500 master vmbr0 state forwarding priority 32 cost 100 +8: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 +10: tap701i0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 +12: fwpr701p0@fwln701i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +13: fwln701i0@fwpr701p0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 +14: tap701i1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 +16: fwpr701p1@fwln701i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +17: fwln701i1@fwpr701p1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 +18: tap702i0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 +20: fwpr702p0@fwln702i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +21: fwln702i0@fwpr702p0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 +22: tap703i0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 +24: fwpr703p0@fwln703i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +25: fwln703i0@fwpr703p0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 +26: tap704i0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 +28: fwpr704p0@fwln704i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +29: fwln704i0@fwpr704p0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 +30: tap704i1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 +32: fwpr704p1@fwln704i1: mtu 1500 master datanet state forwarding priority 32 cost 2 +33: fwln704i1@fwpr704p1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 + +--- bridge -d link + $ bridge -d link +2: nic0: mtu 1500 master vmbr0 state forwarding priority 32 cost 100 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 123 mcast_max_groups 0 +8: bond0: mtu 1500 master datanet state forwarding priority 32 cost 100 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +10: tap701i0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +12: fwpr701p0@fwln701i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +13: fwln701i0@fwpr701p0: mtu 1500 master fwbr701i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +14: tap701i1: mtu 1500 master fwbr701i1 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 +16: fwpr701p1@fwln701i1: mtu 1500 master datanet state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +17: fwln701i1@fwpr701p1: mtu 1500 master fwbr701i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +18: tap702i0: mtu 1500 master fwbr702i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +20: fwpr702p0@fwln702i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 +21: fwln702i0@fwpr702p0: mtu 1500 master fwbr702i0 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 127 mcast_max_groups 0 +22: tap703i0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +24: fwpr703p0@fwln703i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +25: fwln703i0@fwpr703p0: mtu 1500 master fwbr703i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +26: tap704i0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +28: fwpr704p0@fwln704i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +29: fwln704i0@fwpr704p0: mtu 1500 master fwbr704i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0 +30: tap704i1: mtu 1500 master fwbr704i1 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 +32: fwpr704p1@fwln704i1: mtu 1500 master datanet state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0 +33: fwln704i1@fwpr704p1: mtu 1500 master fwbr704i1 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0 + +--- bridge vlan + $ bridge vlan +port vlan-id +nic0 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +bond0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap701i0 1 PVID Egress Untagged +fwbr701i0 1 PVID Egress Untagged +fwpr701p0 1 PVID Egress Untagged +fwln701i0 1 PVID Egress Untagged +tap701i1 1 PVID Egress Untagged +fwbr701i1 1 PVID Egress Untagged +fwpr701p1 1 PVID Egress Untagged +fwln701i1 1 PVID Egress Untagged +tap702i0 1 PVID Egress Untagged +fwbr702i0 1 PVID Egress Untagged +fwpr702p0 1 PVID Egress Untagged +fwln702i0 1 PVID Egress Untagged +tap703i0 1 PVID Egress Untagged +fwbr703i0 1 PVID Egress Untagged +fwpr703p0 1 PVID Egress Untagged +fwln703i0 1 PVID Egress Untagged +tap704i0 1 PVID Egress Untagged +fwbr704i0 1 PVID Egress Untagged +fwpr704p0 1 PVID Egress Untagged +fwln704i0 1 PVID Egress Untagged +tap704i1 1 PVID Egress Untagged +fwbr704i1 1 PVID Egress Untagged +fwpr704p1 1 PVID Egress Untagged +fwln704i1 1 PVID Egress Untagged + +--- bridge vlan show + $ bridge vlan show +port vlan-id +nic0 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +bond0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap701i0 1 PVID Egress Untagged +fwbr701i0 1 PVID Egress Untagged +fwpr701p0 1 PVID Egress Untagged +fwln701i0 1 PVID Egress Untagged +tap701i1 1 PVID Egress Untagged +fwbr701i1 1 PVID Egress Untagged +fwpr701p1 1 PVID Egress Untagged +fwln701i1 1 PVID Egress Untagged +tap702i0 1 PVID Egress Untagged +fwbr702i0 1 PVID Egress Untagged +fwpr702p0 1 PVID Egress Untagged +fwln702i0 1 PVID Egress Untagged +tap703i0 1 PVID Egress Untagged +fwbr703i0 1 PVID Egress Untagged +fwpr703p0 1 PVID Egress Untagged +fwln703i0 1 PVID Egress Untagged +tap704i0 1 PVID Egress Untagged +fwbr704i0 1 PVID Egress Untagged +fwpr704p0 1 PVID Egress Untagged +fwln704i0 1 PVID Egress Untagged +tap704i1 1 PVID Egress Untagged +fwbr704i1 1 PVID Egress Untagged +fwpr704p1 1 PVID Egress Untagged +fwln704i1 1 PVID Egress Untagged + +--- brctl show + $ brctl show +bridge name bridge id STP enabled interfaces +datanet 8000.f8bc1234e075 no bond0 + fwpr701p1 + fwpr704p1 +fwbr701i0 8000.6a54333190a1 no fwln701i0 + tap701i0 +fwbr701i1 8000.42fc866e2f20 no fwln701i1 + tap701i1 +fwbr702i0 8000.5ac032826a11 no fwln702i0 + tap702i0 +fwbr703i0 8000.8e5fd3dd6a4a no fwln703i0 + tap703i0 +fwbr704i0 8000.bae196f038e1 no fwln704i0 + tap704i0 +fwbr704i1 8000.a2a9ed533e75 no fwln704i1 + tap704i1 +vmbr0 8000.f8bc1234e074 no fwpr701p0 + fwpr702p0 + fwpr703p0 + fwpr704p0 + nic0 + +--- bonding state + --- /proc/net/bonding/bond0 --- +Ethernet Channel Bonding Driver: v6.17.2-1-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: f8:bc:12:34:e0:75 +Active Aggregator Info: + Aggregator ID: 1 + Number of ports: 2 + Actor Key: 9 + Partner Key: 27 + 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: f8:bc:12:34:e0:75 +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: f8:bc:12:34:e0:75 + 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: 27 + port priority: 1 + port number: 11 + port state: 61 + +Slave Interface: nic2 +MII Status: up +Speed: 1000 Mbps +Duplex: full +Link Failure Count: 0 +Permanent HW addr: f8:bc:12:34:e0:76 +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: f8:bc:12:34:e0:75 + 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: 27 + port priority: 1 + port number: 10 + port state: 61 + +--- vlan config + $ cat /proc/net/vlan/config +cat: /proc/net/vlan/config: No such file or directory + [exit=1 / not installed or not permitted] + +--- /proc/net/vlan + [missing: /proc/net/vlan] + +--- /etc/network/interfaces + --- /etc/network/interfaces --- +# 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 g11 + +auto nic2 +iface nic2 inet manual +#PortID: ifname g10 + +auto nic3 +iface nic3 inet manual +# connected to r2,sw-tor,port 3 + +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 datanet +iface datanet inet static + address 10.100.100.7/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 CPU16 CPU17 CPU18 CPU19 CPU20 CPU21 CPU22 CPU23 + 0: 85 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer + 8: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 + 9: 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 10: 0 0 0 0 285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 10-edge ipmi_si + 22: 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 22-fasteoi ehci_hcd:usb2 + 23: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 300759 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1 + 24: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 + 25: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 + 27: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:01.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 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:01.1 0-edge PCIe PME, aerdrv, PCIe bwctrl + 29: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 30: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:02.2 0-edge PCIe PME, aerdrv, PCIe bwctrl + 31: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:03.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 32: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:11.0 0-edge PCIe PME, aerdrv + 33: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.0 0-edge PCIe PME, aerdrv + 34: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.7 0-edge PCIe PME, aerdrv + 36: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:40:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 37: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:40:03.0 0-edge PCIe PME, aerdrv, PCIe bwctrl + 39: 1028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2] + 43: 0 0 0 0 0 0 77 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 0-edge nic3-tx-0 + 44: 0 0 0 0 0 0 0 0 1986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 1-edge nic3-rx-1 + 45: 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 2-edge nic3-rx-2 + 46: 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 3-edge nic3-rx-3 + 47: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.1 4-edge nic3-rx-4 + 48: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 44052 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 0-edge nic0-tx-0 + 49: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 54147 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 1-edge nic0-rx-1 + 50: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30093 0 0 0 IR-PCI-MSIX-0000:01:00.0 2-edge nic0-rx-2 + 51: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94365 0 IR-PCI-MSIX-0000:01:00.0 3-edge nic0-rx-3 + 52: 22288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.0 4-edge nic0-rx-4 + 53: 0 0 647186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 0-edge nic1-tx-0 + 54: 0 0 0 0 866976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 1-edge nic1-rx-1 + 55: 0 0 0 0 0 0 238888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 2-edge nic1-rx-2 + 56: 0 0 0 0 0 0 0 0 706579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 3-edge nic1-rx-3 + 57: 0 0 0 0 0 0 0 0 0 0 571466 0 0 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:01:00.1 4-edge nic1-rx-4 + 58: 0 0 0 0 0 0 0 0 0 0 0 0 518339 0 0 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 0-edge nic2-tx-0 + 59: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1036579 0 0 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 1-edge nic2-rx-1 + 60: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 694563 0 0 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 2-edge nic2-rx-2 + 61: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173062 0 0 0 0 0 IR-PCI-MSIX-0000:02:00.0 3-edge nic2-rx-3 + 62: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 188962 0 0 0 IR-PCI-MSIX-0000:02:00.0 4-edge nic2-rx-4 + NMI: 6 6 8 7 8 4 8 4 9 3 7 4 7 4 9 3 9 4 6 3 6 3 7 3 Non-maskable interrupts + LOC: 395066 275103 462707 305330 378347 234039 471179 217569 423923 265208 435314 221360 469042 188282 495233 194513 483142 195951 534425 195076 366743 168333 414610 160076 Local timer interrupts + SPU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts + PMI: 6 6 8 7 8 4 8 4 9 3 7 4 7 4 9 3 9 4 6 3 6 3 7 3 Performance monitoring interrupts + IWI: 0 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 IRQ work interrupts + RTR: 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries + RES: 1312 602 877 528 1516 847 1091 1118 1174 1439 1102 832 874 1104 1051 1259 992 989 1017 2137 1288 658 1870 427 Rescheduling interrupts + CAL: 79972 30815 35676 27117 61565 19623 29500 20725 46291 17945 50720 37338 31109 20048 48930 19438 27478 106372 25188 19833 23281 104086 55373 42801 Function call interrupts + TLB: 2561 2439 2619 2288 3195 2583 2068 3280 2512 2171 2599 1888 2419 3394 2742 2429 2789 2311 2544 2183 2875 2736 2871 2150 TLB shootdowns + TRM: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts + THR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Threshold APIC interrupts + DFR: 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 Machine check exceptions + MCP: 6 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 Machine check polls + ERR: 0 + MIS: 0 + PIN: 164 242 294 325 280 136 353 260 246 110 286 251 326 124 274 118 249 102 195 96 146 93 269 56 Posted-interrupt notification event + NPI: 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event + +--- NIC IRQ affinities (which CPUs handle which queue) + $ for ifc in $NETIFS; do + [ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue + echo "=== $ifc IRQ list (first 40) ===" + ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40 +done +=== nic0 IRQ list (first 40) === +48 +49 +50 +51 +52 +=== nic1 IRQ list (first 40) === +53 +54 +55 +56 +57 +=== nic2 IRQ list (first 40) === +58 +59 +60 +61 +62 +=== nic3 IRQ list (first 40) === +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,00000000 + /sys/class/net/bond0/queues/rx-10/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-11/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-12/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-13/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-14/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-15/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-1/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-2/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-3/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-4/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-5/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-6/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-7/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-8/rps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/rx-9/rps_cpus = 0000,00000000 + /sys/class/net/datanet/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwbr701i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwbr701i1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwbr702i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwbr703i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwbr704i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwbr704i1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwln701i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwln701i1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwln702i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwln703i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwln704i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwln704i1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwpr701p0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwpr701p1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwpr702p0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwpr703p0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwpr704p0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/fwpr704p1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/lo/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/nic0/queues/rx-1/rps_cpus = 0000,00000000 + /sys/class/net/nic0/queues/rx-2/rps_cpus = 0000,00000000 + /sys/class/net/nic0/queues/rx-3/rps_cpus = 0000,00000000 + /sys/class/net/nic1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/nic1/queues/rx-1/rps_cpus = 0000,00000000 + /sys/class/net/nic1/queues/rx-2/rps_cpus = 0000,00000000 + /sys/class/net/nic1/queues/rx-3/rps_cpus = 0000,00000000 + /sys/class/net/nic2/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/nic2/queues/rx-1/rps_cpus = 0000,00000000 + /sys/class/net/nic2/queues/rx-2/rps_cpus = 0000,00000000 + /sys/class/net/nic2/queues/rx-3/rps_cpus = 0000,00000000 + /sys/class/net/nic3/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/nic3/queues/rx-1/rps_cpus = 0000,00000000 + /sys/class/net/nic3/queues/rx-2/rps_cpus = 0000,00000000 + /sys/class/net/nic3/queues/rx-3/rps_cpus = 0000,00000000 + /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/tap701i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/tap701i1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/tap702i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/tap703i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/tap704i0/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/tap704i1/queues/rx-0/rps_cpus = 0000,00000000 + /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 0000,00000000 + +--- XPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 +cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr701i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr701i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr702i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr703i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr704i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr704i1/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/tailscale0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap701i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap701i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap702i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap703i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap704i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap704i1/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory + /sys/class/net/bond0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-10/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-11/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-12/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-13/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-14/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-15/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-1/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-2/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-3/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-4/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-5/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-6/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-7/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-8/xps_cpus = 0000,00000000 + /sys/class/net/bond0/queues/tx-9/xps_cpus = 0000,00000000 + /sys/class/net/datanet/queues/tx-0/xps_cpus = + /sys/class/net/fwbr701i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr701i1/queues/tx-0/xps_cpus = + /sys/class/net/fwbr702i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr703i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr704i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr704i1/queues/tx-0/xps_cpus = + /sys/class/net/fwln701i0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwln701i1/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwln702i0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwln703i0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwln704i0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwln704i1/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwpr701p0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwpr701p1/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwpr702p0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwpr703p0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwpr704p0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/fwpr704p1/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/lo/queues/tx-0/xps_cpus = + /sys/class/net/nic0/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/nic1/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/nic2/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/nic3/queues/tx-0/xps_cpus = 0000,00000000 + /sys/class/net/tailscale0/queues/tx-0/xps_cpus = + /sys/class/net/tap701i0/queues/tx-0/xps_cpus = + /sys/class/net/tap701i1/queues/tx-0/xps_cpus = + /sys/class/net/tap702i0/queues/tx-0/xps_cpus = + /sys/class/net/tap703i0/queues/tx-0/xps_cpus = + /sys/class/net/tap704i0/queues/tx-0/xps_cpus = + /sys/class/net/tap704i1/queues/tx-0/xps_cpus = + /sys/class/net/vmbr0/queues/tx-0/xps_cpus = + +--- RFS flow counts + $ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do + [ -e "$q" ] || continue + printf ' %s = %s\n' "$q" "$(cat "$q")" +done | head -n 60 + /sys/class/net/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/datanet/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr701i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr701i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr702i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr703i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr704i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr704i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln701i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln701i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln702i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln703i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln704i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln704i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr701p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr701p1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr702p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr703p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr704p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr704p1/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/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/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/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/tailscale0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap701i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap701i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap702i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap703i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap704i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap704i1/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 + +--- /proc/net/softnet_stat (drops/backlog) + $ cat /proc/net/softnet_stat +00029b0d 00000000 00000007 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +00000123 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +00001059 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00000132 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +002fbe5d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00000123 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00185c89 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0000015e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +003780e9 00000000 0000001d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +000000f6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +003dabd3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +00000104 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000 +000004b8 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000 +000001bc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000 +0032438d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000 +000001e1 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 00000000 00000000 +002325f6 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000010 00000000 00000000 +000000c3 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000011 00000000 00000000 +000cee52 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000012 00000000 00000000 +000001c8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000013 00000000 00000000 +000b2a1c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000014 00000000 00000000 +000001ed 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000015 00000000 00000000 +00042b67 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000016 00000000 00000000 +000000b6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000017 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=00029b0d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=00000123 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=00001059 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00000132 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=002fbe5d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00000123 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00185c89 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0000015e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=003780e9 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=000000f6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=003dabd3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=00000104 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu12 total=000004b8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu13 total=000001bc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu14 total=0032438d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu15 total=000001e1 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu16 total=002325f6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu17 total=000000c3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu18 total=000cee54 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu19 total=000001c8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu20 total=000b2a1e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu21 total=000001ed dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu22 total=00042b67 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu23 total=000000b6 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 6 0.0 +TcpRetransSegs 402734 0.0 +TcpInErrs 0 0.0 +Ip6ReasmFails 0 0.0 +Ip6FragFails 0 0.0 +TcpExtSyncookiesFailed 3 0.0 +TcpExtEmbryonicRsts 0 0.0 +TcpExtLockDroppedIcmps 0 0.0 +TcpExtListenOverflows 0 0.0 +TcpExtListenDrops 0 0.0 +TcpExtTCPLossUndo 1 0.0 +TcpExtTCPLostRetransmit 94694 0.0 +TcpExtTCPRenoFailures 0 0.0 +TcpExtTCPSackFailures 0 0.0 +TcpExtTCPLossFailures 307 0.0 +TcpExtTCPFastRetrans 377574 0.0 +TcpExtTCPSlowStartRetrans 22028 0.0 +TcpExtTCPLossProbes 1918 0.0 +TcpExtTCPLossProbeRecovery 36 0.0 +TcpExtTCPRenoRecoveryFail 0 0.0 +TcpExtTCPSackRecoveryFail 560 0.0 +TcpExtTCPAbortOnData 33 0.0 +TcpExtTCPAbortOnClose 18 0.0 +TcpExtTCPAbortOnMemory 0 0.0 +TcpExtTCPAbortOnTimeout 0 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 53 0.0 +TcpExtTCPMTUPFail 0 0.0 +TcpExtTCPZeroWindowDrop 0 0.0 +TcpExtTCPRcvQDrop 1 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: 377 +TCP: 114 (estab 14, closed 90, orphaned 0, timewait 89) + +Transport Total IP IPv6 +RAW 0 0 0 +UDP 9 6 3 +TCP 24 19 5 +INET 33 25 8 +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.0.250:39590 192.200.0.104:80 timer:(keepalive,,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.7:713 10.100.100.4:2049 timer:(keepalive,1min12sec,0) + skmem:(r0,rb983366,t0,tb1919232,f0,w0,o0,bl0,d61) +0 0 10.100.100.7:728 10.100.100.4:2049 timer:(keepalive,1min12sec,0) + skmem:(r0,rb1004827,t0,tb1462272,f0,w0,o0,bl0,d71) +0 0 10.100.100.7:743 10.100.100.4:2049 timer:(keepalive,1min12sec,0) + skmem:(r0,rb1091472,t0,tb1958400,f0,w0,o0,bl0,d45) +0 0 10.100.100.7:757 10.100.100.4:2049 timer:(keepalive,1min13sec,0) + skmem:(r0,rb764933,t0,tb1331712,f0,w0,o0,bl0,d37) +0 0 192.168.0.250:42658 209.177.156.94:443 timer:(keepalive,10sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.250:50612 152.53.37.179:443 timer:(keepalive,5.376sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.7:734 10.100.100.5:2049 timer:(keepalive,22sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.7:749 10.100.100.5:2049 timer:(keepalive,42sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d1) +0 0 10.100.100.7:853 10.100.100.5:2049 timer:(keepalive,1min2sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.7:1007 10.100.100.5:2049 timer:(keepalive,22sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.0.250:55968 199.165.136.100:443 timer:(keepalive,28sec,0) + skmem:(r0,rb87380,t0,tb130560,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.0.250:39590 192.200.0.104:http + bbr wscale:10,12 rto:354 rtt:145.675/13.989 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:6705 bytes_acked:6706 bytes_received:30791 segs_out:125 segs_in:127 data_segs_out:19 data_segs_in:83 bbr:(bw:327kbps,mrtt:138.244,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.43Mbps lastsnd:140854 lastrcv:30336 lastack:30336 pacing_rate 2.36Mbps delivery_rate 327kbps delivered:20 app_limited busy:1443ms rcv_rtt:139 rcv_space:14480 rcv_ssthresh:59076 minrtt:138.244 snd_wnd:68608 rcv_wnd:61440 +ESTAB 0 0 10.100.100.7:713 10.100.100.4:nfs + bbr wscale:9,12 rto:205 rtt:4.527/5.847 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:206 ssthresh:165 bytes_sent:61696244 bytes_retrans:1015668 bytes_acked:60680577 bytes_received:416716572 segs_out:133214 segs_in:312024 data_segs_out:57766 data_segs_in:299273 bbr:(bw:281Mbps,mrtt:0.439,pacing_gain:1,cwnd_gain:2) send 527Mbps lastsnd:2245 lastrcv:2226 lastack:2227 pacing_rate 278Mbps delivery_rate 281Mbps delivered:57205 app_limited busy:218295ms rwnd_limited:1ms(0.0%) retrans:0/934 dsack_dups:374 rcv_rtt:10 rcv_space:349556 rcv_ssthresh:664540 minrtt:0.254 snd_wnd:967168 rcv_wnd:667648 rehash:68 +ESTAB 0 0 10.100.100.7:728 10.100.100.4:nfs + bbr wscale:9,12 rto:205 rtt:4.167/5.162 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:33 ssthresh:225 bytes_sent:73127244 bytes_retrans:1231940 bytes_acked:71895305 bytes_received:440528444 segs_out:146155 segs_in:330287 data_segs_out:66423 data_segs_in:316251 bbr:(bw:125Mbps,mrtt:0.262,pacing_gain:1,cwnd_gain:2) send 91.7Mbps lastsnd:3116 lastrcv:3099 lastack:3099 pacing_rate 123Mbps delivery_rate 125Mbps delivered:65745 app_limited busy:197055ms rwnd_limited:60ms(0.0%) retrans:0/1073 dsack_dups:402 rcv_rtt:5 rcv_space:272092 rcv_ssthresh:678394 minrtt:0.25 snd_wnd:1541120 rcv_wnd:679936 rehash:57 +ESTAB 0 0 10.100.100.7:743 10.100.100.4:nfs + bbr wscale:9,12 rto:207 rtt:6.238/6.697 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:153 ssthresh:228 bytes_sent:66807948 bytes_retrans:1082156 bytes_acked:65725793 bytes_received:446639840 segs_out:143028 segs_in:334024 data_segs_out:61868 data_segs_in:320446 bbr:(bw:324Mbps,mrtt:0.284,pacing_gain:1.25,cwnd_gain:2) send 284Mbps lastsnd:3056 lastrcv:3043 lastack:3043 pacing_rate 401Mbps delivery_rate 324Mbps delivered:61302 app_limited busy:183439ms rwnd_limited:1ms(0.0%) retrans:0/940 dsack_dups:375 rcv_rtt:32.921 rcv_space:313372 rcv_ssthresh:626192 minrtt:0.284 snd_wnd:1017856 rcv_wnd:626688 rehash:63 +ESTAB 0 0 10.100.100.7:757 10.100.100.4:nfs + bbr wscale:9,12 rto:202 rtt:1.547/0.044 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:162 bytes_sent:65060480 bytes_retrans:1144232 bytes_acked:63916249 bytes_received:405764716 segs_out:134575 segs_in:304763 data_segs_out:60008 data_segs_in:291542 bbr:(bw:315Mbps,mrtt:0.23,pacing_gain:1.25,cwnd_gain:2) send 1.21Gbps lastsnd:3165 lastrcv:3121 lastack:3121 pacing_rate 390Mbps delivery_rate 143Mbps delivered:59416 busy:209649ms rwnd_limited:32ms(0.0%) retrans:0/967 dsack_dups:377 rcv_rtt:1 rcv_space:258464 rcv_ssthresh:516278 minrtt:0.23 snd_wnd:1326592 rcv_wnd:520192 rehash:62 +ESTAB 0 0 192.168.0.250:42658 209.177.156.94:https + bbr wscale:7,12 rto:214 rtt:13.297/1.209 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:22150 bytes_acked:22151 bytes_received:34644 segs_out:258 segs_in:238 data_segs_out:119 data_segs_in:125 bbr:(bw:2.91Mbps,mrtt:12.48,pacing_gain:2.88672,cwnd_gain:2.88672) send 15.7Mbps lastsnd:3768 lastrcv:34920 lastack:3753 pacing_rate 23.3Mbps delivery_rate 2.91Mbps delivered:120 app_limited busy:1074ms rcv_space:14480 rcv_ssthresh:55700 minrtt:11.221 snd_wnd:64128 rcv_wnd:57344 +ESTAB 0 0 192.168.0.250:50612 152.53.37.179:https + bbr wscale:11,12 rto:248 rtt:47.96/0.869 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:19 bytes_sent:40562 bytes_acked:40563 bytes_received:5420 segs_out:147 segs_in:169 data_segs_out:46 data_segs_in:39 bbr:(bw:956kbps,mrtt:46.917,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.59Mbps lastsnd:55609 lastrcv:55613 lastack:9603 pacing_rate 6.86Mbps delivery_rate 956kbps delivered:47 app_limited busy:1746ms rcv_space:14480 rcv_ssthresh:54875 minrtt:46.917 snd_wnd:45056 rcv_wnd:57344 +ESTAB 0 0 10.100.100.7:734 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.072/0.304 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:37396 bytes_acked:37397 bytes_received:40580 segs_out:414 segs_in:222 data_segs_out:220 data_segs_in:220 bbr:(bw:18.5Mbps,mrtt:0.604,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.49Gbps lastsnd:13156 lastrcv:13155 lastack:13155 pacing_rate 548Mbps delivery_rate 18.5Mbps delivered:221 app_limited busy:477ms rcv_space:14480 rcv_ssthresh:42242 minrtt:0.604 snd_wnd:65536 rcv_wnd:45056 +ESTAB 0 0 10.100.100.7:kerberos-adm 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.956/0.183 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:140 bytes_sent:39692 bytes_retrans:336 bytes_acked:39357 bytes_received:44688 segs_out:423 segs_in:240 data_segs_out:235 data_segs_in:234 bbr:(bw:26.3Mbps,mrtt:0.623,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.7Gbps lastsnd:13161 lastrcv:13160 lastack:13160 pacing_rate 709Mbps delivery_rate 26.3Mbps delivered:235 app_limited busy:1387ms retrans:0/2 dsack_dups:1 rcv_space:14480 rcv_ssthresh:42242 minrtt:0.623 snd_wnd:65536 rcv_wnd:45056 +ESTAB 0 0 10.100.100.7:domain-s 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.942/0.232 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:37848 bytes_retrans:520 bytes_acked:37329 bytes_received:42804 segs_out:419 segs_in:223 data_segs_out:222 data_segs_in:219 bbr:(bw:18.9Mbps,mrtt:0.626,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.7Gbps lastsnd:6837 lastrcv:6836 lastack:6836 pacing_rate 737Mbps delivery_rate 18.9Mbps delivered:221 app_limited busy:1558ms retrans:0/3 dsack_dups:1 rcv_space:14480 rcv_ssthresh:42242 minrtt:0.626 snd_wnd:65536 rcv_wnd:45056 rehash:1 +ESTAB 0 0 10.100.100.7:1007 10.100.100.5:nfs + bbr wscale:12,12 rto:201 rtt:0.867/0.079 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:138 bytes_sent:38008 bytes_retrans:672 bytes_acked:37337 bytes_received:41220 segs_out:418 segs_in:225 data_segs_out:224 data_segs_in:220 bbr:(bw:19.3Mbps,mrtt:0.619,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.84Gbps lastsnd:7024 lastrcv:7023 lastack:7023 pacing_rate 665Mbps delivery_rate 19.3Mbps delivered:223 app_limited busy:1610ms retrans:0/4 dsack_dups:2 rcv_space:14480 rcv_ssthresh:42242 minrtt:0.619 snd_wnd:65536 rcv_wnd:45056 rehash:1 +ESTAB 0 0 100.110.146.27:ssh 100.101.187.119:34530 + bbr wscale:7,12 rto:207 rtt:6.317/10.515 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:30 bytes_sent:4537 bytes_acked:4537 bytes_received:4473 segs_out:29 segs_in:19 data_segs_out:20 data_segs_in:11 bbr:(bw:58.1Mbps,mrtt:0.754,pacing_gain:2.88672,cwnd_gain:2.88672) send 46.7Mbps lastsnd:2171 lastrcv:2271 lastack:2130 pacing_rate 369Mbps delivery_rate 58.1Mbps delivered:21 app_limited busy:58ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:57825 minrtt:0.754 snd_wnd:74112 rcv_wnd:61440 +ESTAB 0 0 100.110.146.27:ssh 100.101.187.119:60700 + bbr wscale:7,12 rto:206 rtt:5.194/8.454 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5585 bytes_acked:5585 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:25.3Mbps,mrtt:0.66,pacing_gain:2.88672,cwnd_gain:2.88672) send 51.1Mbps lastsnd:2836 lastrcv:2837 lastack:2836 pacing_rate 425Mbps delivery_rate 25.3Mbps delivered:18 app_limited busy:59ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.66 snd_wnd:76800 rcv_wnd:61440 +ESTAB 0 0 192.168.0.250:55968 199.165.136.100:https + bbr wscale:10,12 rto:263 rtt:62.213/16.128 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:26 bytes_sent:151373 bytes_acked:151374 bytes_received:30231 segs_out:545 segs_in:409 data_segs_out:277 data_segs_in:268 bbr:(bw:1.73Mbps,mrtt:41.546,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.84Mbps lastsnd:1725 lastrcv:1657 lastack:1657 pacing_rate 7.62Mbps delivery_rate 1.73Mbps delivered:278 app_limited busy:17160ms rcv_space:14480 rcv_ssthresh:54875 minrtt:41.445 snd_wnd:87040 rcv_wnd:57344 + +--- /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 2724 209 6 34 14 6474366 17033844 402734 0 353 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 2724 209 6 34 14 6474366 17033844 402734 0 353 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.8G disk Internal Dual SD 0123456789AB running 1 0B 0B +sdb 1.8T disk WDC WD20SDRW-11VUUS0 WD-WXS2AB22T8HD running 1 0B 0B +├─sdb1 1007K part 1 0B 0B +├─sdb2 1G part vfat 1 0B 0B +└─sdb3 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 +sr0 1024M rom TSSTcorp DVD-ROM SU-108CB S10I6YIDC00487 running 0 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 +sdb 0 512 0 512 512 1 mq-deadline 2 4096 0B +├─sdb1 0 512 0 512 512 1 mq-deadline 2 4096 0B +├─sdb2 0 512 0 512 512 1 mq-deadline 2 4096 0B +└─sdb3 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 +sr0 0 512 0 512 512 0 mq-deadline 64 128 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 usb-Dell_Internal_Dual_SD_0123456789AB-0:0 Dell_Internal_Dual_SD_0123456789AB-0:0 0 0 0B 11 0B 0 disk 6:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- Internal Dual SD 1 sda 0 root /dev/sda 512 4096 1 1.: 0 0 1 2 mq-deadline 0123456789AB 1.8G running block:scsi:usb:pci usb disk Dell 0B none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee215a17c95 0x50014ee215a17c95 0 0 0B 12 0B 0 disk 7:0:0:0 0 sdb 512 8:16 8 16 512 brw-rw---- WDC WD20SDRW-11VUUS0 1 sdb 0 root /dev/sdb 512 gpt 50acba93-6eaf-416d-baac-07c2420573e5 4096 1 01.01A01 0 0 1 2 mq-deadline WD-WXS2AB22T8HD 1.8T running block:scsi:usb:pci usb disk WD 0B 0x50014ee215a17c95 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee215a17c95-part1 0x50014ee215a17c95-part1 0 0 0B 12 0B 0 disk 0 sdb1 512 8:17 8 17 512 brw-rw---- 1 ├─sdb1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot e5b5f15d-0b19-47c6-bdca-6a48ffe6430e /dev/sdb1 512 sdb gpt 50acba93-6eaf-416d-baac-07c2420573e5 4096 1 0 0 1 2 mq-deadline 1007K 34 block:scsi:usb:pci part 0B 0x50014ee215a17c95 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee215a17c95-part2 0x50014ee215a17c95-part2 0 0 0B 12 0B 0 vfat FAT32 disk 0 sdb2 512 8:18 8 18 512 brw-rw---- 1 ├─sdb2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System f2115f91-e69f-4e25-8dc6-cee72b54e691 /dev/sdb2 512 sdb gpt 50acba93-6eaf-416d-baac-07c2420573e5 4096 1 0 0 1 2 mq-deadline 1G 2048 block:scsi:usb:pci part 749D-7465 0B 0x50014ee215a17c95 none 0B 0B 0B 0 0 0 + 0 wwn-0x50014ee215a17c95-part3 0x50014ee215a17c95-part3 0 0 0B 12 0B 0 LVM2_member LVM2 001 disk 0 sdb3 512 8:19 8 19 512 brw-rw---- 1 └─sdb3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM c6fa0e75-e837-4cb0-8447-b01783d58e88 /dev/sdb3 512 sdb gpt 50acba93-6eaf-416d-baac-07c2420573e5 4096 1 0 0 1 2 mq-deadline 1.8T 2099200 block:scsi:usb:pci part 6NOPe4-xbYH-mYST-TOcr-xItw-d0YY-Ssoxl0 0B 0x50014ee215a17c95 none 0B 0B 0B 0 0 0 + 0 dm-name-pve-swap name-pve-swap 0 0 0B 13 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sdb3 4096 0 0 0 1 8G running block [SWAP] [SWAP] lvm cda2077f-8b6c-4b1d-94de-9244ff779211 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 0B 14 0B 0 81.3G / 93.9G ext4 7.9G 8% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sdb3 4096 0 0 0 1 96G running block / / lvm f84f4c3f-0766-4721-9855-055bfc03759e 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 15 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 sdb3 4096 0 0 0 1 15.9G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 17 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 16 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 sdb3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 0B 17 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 + 0 ata-TSSTcorp_DVD-ROM_SU-108CB_S10I6YIDC00487 TSSTcorp_DVD-ROM_SU-108CB_S10I6YIDC00487 0 0 0B 10 0B 0 cdrom 4:0:0:0 0 sr0 512 11:0 11 0 512 brw-rw---- TSSTcorp DVD-ROM SU-108CB 1 sr0 0 root /dev/sr0 512 128 0 D250 1 0 0 64 mq-deadline S10I6YIDC00487 1024M running block:scsi:pci sata rom TSSTcorp 0B none 0B 0B 0B 0 0 0 + +--- blkid + $ blkid +/dev/mapper/pve-root: UUID="f84f4c3f-0766-4721-9855-055bfc03759e" BLOCK_SIZE="4096" TYPE="ext4" +/dev/sdb2: UUID="749D-7465" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="f2115f91-e69f-4e25-8dc6-cee72b54e691" +/dev/sdb3: UUID="6NOPe4-xbYH-mYST-TOcr-xItw-d0YY-Ssoxl0" TYPE="LVM2_member" PARTUUID="c6fa0e75-e837-4cb0-8447-b01783d58e88" +/dev/sdb1: PARTUUID="e5b5f15d-0b19-47c6-bdca-6a48ffe6430e" +/dev/mapper/pve-swap: UUID="cda2077f-8b6c-4b1d-94de-9244ff779211" TYPE="swap" + +--- /proc/partitions + $ cat /proc/partitions +major minor #blocks name + + 11 0 1048575 sr0 + 8 0 1903616 sda + 8 16 1953481728 sdb + 8 17 1007 sdb1 + 8 18 1048576 sdb2 + 8 19 1951398912 sdb3 + 252 0 8388608 dm-0 + 252 1 100663296 dm-1 + 252 2 16650240 dm-2 + 252 3 1792008192 dm-3 + 252 4 1792008192 dm-4 + +--- fdisk -l + $ fdisk -l +Disk /dev/sda: 1.82 GiB, 1949302784 bytes, 3807232 sectors +Disk model: Internal Dual SD +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/sdb: 1.82 TiB, 2000365289472 bytes, 3906963456 sectors +Disk model: Drive 2657 +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: 50ACBA93-6EAF-416D-BAAC-07C2420573E5 + +Device Start End Sectors Size Type +/dev/sdb1 34 2047 2014 1007K BIOS boot +/dev/sdb2 2048 2099199 2097152 1G EFI System +/dev/sdb3 2099200 3904897024 3902797825 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 = Internal Dual SD +/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 = Drive 2657 + [exit=1] + +--- df -h (filesystem usage) + $ df -h +Filesystem Size Used Avail Use% Mounted on +udev 95G 0 95G 0% /dev +tmpfs 19G 3.7M 19G 1% /run +/dev/mapper/pve-root 94G 7.9G 82G 9% / +tmpfs 95G 40M 95G 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 95G 24K 95G 1% /tmp +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 +/dev/fuse 128M 20K 128M 1% /etc/pve +tmpfs 19G 4.0K 19G 1% /run/user/0 + +--- df -i (inode usage) + $ df -i +Filesystem Inodes IUsed IFree IUse% Mounted on +udev 24738541 651 24737890 1% /dev +tmpfs 24750536 1250 24749286 1% /run +/dev/mapper/pve-root 6291456 79070 6212386 2% / +tmpfs 24750536 93 24750443 1% /dev/shm +tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service +tmpfs 24750536 18 24750518 1% /run/lock +tmpfs 1048576 14 1048562 1% /tmp +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 +/dev/fuse 262144 37 262107 1% /etc/pve +tmpfs 4950107 26 4950081 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=98954164k,nr_inodes=24738541,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=19800432k,mode=755,inode64) +/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) +securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) +bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) +systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16421) +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) +mqueue on /dev/mqueue type mqueue (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) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64) +binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) +lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,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.7,local_lock=none,addr=10.100.100.4) +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.7,local_lock=none,addr=10.100.100.4) +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.7,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.7,local_lock=none,addr=10.100.100.4) +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.7,local_lock=none,addr=10.100.100.5) +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.7,local_lock=none,addr=10.100.100.5) +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.7,local_lock=none,addr=10.100.100.5) +/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=19800428k,nr_inodes=4950107,mode=700,inode64) + +--- findmnt (tree) + $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs +TARGET SOURCE FSTYPE OPTIONS +/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 +├─/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.7,local_lock=none,addr=10.100.100.4 +├─/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.7,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.7,local_lock=none,addr=10.100.100.4 +├─/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.7,local_lock=none,addr=10.100.100.5 +├─/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.7,local_lock=none,addr=10.100.100.5 +└─/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.7,local_lock=none,addr=10.100.100.5 + +--- /etc/fstab + --- /etc/fstab --- +# +/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: 23272866 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Sun Jul 26 15:55:06 2026 +Last write time: Sun Jul 26 15:54:59 2026 +Mount count: 14 +Maximum mount count: -1 +Last checked: Sat Apr 4 16:48:58 2026 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) + +--- xfs info (per fs) + $ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do + echo "=== $mp ===" + xfs_info "$mp" 2>/dev/null +done + +############################################################################### +# 16. STORAGE: NFS (CLIENT + SERVER) +############################################################################### + +--- nfsstat -m (mount options) + $ nfsstat -m +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.7,local_lock=none,addr=10.100.100.4 + +/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.7,local_lock=none,addr=10.100.100.4 + +/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.7,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.7,local_lock=none,addr=10.100.100.4 + +/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.7,local_lock=none,addr=10.100.100.5 + +/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.7,local_lock=none,addr=10.100.100.5 + +/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.7,local_lock=none,addr=10.100.100.5 + + +--- nfsstat -c (client stats) + $ nfsstat -c +Client rpc stats: +calls retrans authrefrsh +90794 0 90907 + +Client nfs v4: +null read write commit open +2 0% 67035 73% 21707 23% 313 0% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 4 0% 0 0% 0 0% 0 0% +fsinfo renew setclntid confirm lock +32 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 63 0% 350 0% 68 0% +lookup_root remove rename link symlink +8 0% 0 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 32 0% 1027 1% 0 0% 0 0% +server_caps delegreturn getacl setacl fs_locations +64 0% 0 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% 0 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 8 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 19 0% +allocate deallocate layoutstats clone +0 0% 0 0% 57 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 +90794 0 90907 + +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% 67035 73% 21707 23% 313 0% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 4 0% 0 0% 0 0% 0 0% +fsinfo renew setclntid confirm lock +32 0% 0 0% 0 0% 0 0% 0 0% +lockt locku access getattr lookup +0 0% 0 0% 63 0% 350 0% 68 0% +lookup_root remove rename link symlink +8 0% 0 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 32 0% 1027 1% 0 0% 0 0% +server_caps delegreturn getacl setacl fs_locations +64 0% 0 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% 0 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 8 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 19 0% +allocate deallocate layoutstats clone +0 0% 0 0% 57 0% 0 0% + + +--- showmount -e (exports) + $ showmount -e +clnt_create: RPC: Program not registered + [exit=1 / not installed or not permitted] + +--- /proc/net/rpc/nfs + $ cat /proc/net/rpc/nfs +net 0 0 0 0 +rpc 90794 0 90907 +proc4 71 2 67035 21707 313 0 0 4 0 0 0 32 0 0 0 0 0 0 63 350 68 8 0 0 0 0 0 32 1027 0 0 64 0 0 0 0 0 0 0 4 2 0 0 0 2 0 0 0 0 8 0 0 0 0 0 19 0 0 57 0 0 0 0 0 0 0 0 0 0 0 0 0 + +--- /proc/net/rpc/nfsd + $ cat /proc/net/rpc/nfsd +cat: /proc/net/rpc/nfsd: No such file or directory + [exit=1 / not installed or not permitted] + +--- exports + [missing: /etc/exports] + [missing: /etc/exports.d/*.exports] + +--- nfs.conf + --- /etc/nfs.conf --- +# +# This is a general configuration for the +# NFS daemons and tools +# +[general] +pipefs-directory=/run/rpc_pipefs +# +[nfsrahead] +# nfs=15000 +# nfs4=16000 +# +[exports] +# rootdir=/export +# +[exportfs] +# debug=0 +# +[gssd] +# verbosity=0 +# rpc-verbosity=0 +# use-memcache=0 +# use-machine-creds=1 +# use-gss-proxy=0 +# avoid-dns=1 +# limit-to-legacy-enctypes=0 +# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96 +# context-timeout=0 +# rpc-timeout=5 +# keytab-file=/etc/krb5.keytab +# cred-cache-directory= +# preferred-realm= +# set-home=1 +# upcall-timeout=30 +# cancel-timed-out-upcalls=0 +# +[lockd] +# port=0 +# udp-port=0 +# +[exportd] +# debug="all|auth|call|general|parse" +# manage-gids=n +# state-directory-path=/var/lib/nfs +# threads=1 +# cache-use-ipaddr=n +# ttl=1800 +[mountd] +# debug="all|auth|call|general|parse" +manage-gids=y +# descriptors=0 +# port=0 +# threads=1 +# reverse-lookup=n +# state-directory-path=/var/lib/nfs +# ha-callout= +# cache-use-ipaddr=n +# ttl=1800 +# +[nfsdcld] +# debug=0 +# storagedir=/var/lib/nfs/nfsdcld +# +[nfsd] +# debug=0 +# threads=16 +# host= +# port=0 +# grace-time=90 +# lease-time=90 +# udp=n +# tcp=y +# vers3=y +# vers4=y +# vers4.0=y +# vers4.1=y +# vers4.2=y +# rdma=n +# rdma-port=20049 + +[statd] +# debug=0 +# port=0 +# outgoing-port=0 +# name= +# state-directory-path=/var/lib/nfs/statd +# ha-callout= +# no-notify=0 +# +[sm-notify] +# debug=0 +# force=0 +# retry-time=900 +# outgoing-port= +# outgoing-addr= +# lift-grace=y +# +[svcgssd] +# principal= + [missing: /etc/nfs.conf.d/*.conf] + +--- nfs defaults + [missing: /etc/default/nfs-kernel-server] + --- /etc/default/nfs-common --- +# If you do not set values for the NEED_ options, they will be attempted +# autodetected; this should be sufficient for most people. Valid alternatives +# for the NEED_ options are "yes" and "no". + +# Do you want to start the statd daemon? It is not needed for NFSv4. +NEED_STATD= + +# Do you want to start the idmapd daemon? It is only needed for NFSv4. +NEED_IDMAPD= + +# Do you want to start the gssd daemon? It is required for Kerberos mounts. +NEED_GSSD= + +--- idmapd.conf + --- /etc/idmapd.conf --- +[General] + +Verbosity = 0 +# set your own domain here, if it differs from FQDN minus hostname +# Domain = localdomain + +[Mapping] + +Nobody-User = nobody +Nobody-Group = nogroup + +--- pvesm status + $ pvesm status +Name Type Status Total (KiB) Used (KiB) Available (KiB) % +D2 nfs active 2883130368 195840000 2540761088 6.79% +D3 nfs active 491133952 2048 466110464 0.00% +D5 nfs active 1921726464 244210688 1579823104 12.71% +S2 nfs active 960304128 2048 911448064 0.00% +S3 nfs active 960304128 2048 911448064 0.00% +S4 nfs active 479597568 2048 455159808 0.00% +T5-SSD nfs active 245023744 86468608 146035712 35.29% +local dir active 98497780 8240516 85207716 8.37% +local-lvm lvmthin active 1792008192 0 1792008192 0.00% + +--- pvesm list per storage + $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do + echo "--- storage: $s ---" + pvesm list "$s" 2>/dev/null | head -n 30 + echo "--- pvesm config $s ---" + pvesm config "$s" 2>/dev/null +done +--- storage: D2 --- +Volid Format Type Size VMID +D2:100/vm-100-disk-0.raw raw images 34359738368 100 +D2:100/vm-100-disk-1.raw raw images 540672 100 +D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 +D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 +D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 +D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 +D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 +D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 +D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117 +D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000 +D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 +D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 +D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 +D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 +D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 +D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 +D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 +D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 +D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 +--- pvesm config D2 --- +--- storage: D3 --- +Volid Format Type Size VMID +--- pvesm config D3 --- +--- storage: D5 --- +Volid Format Type Size VMID +D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 +D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 +D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 +D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 +D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 +D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 +D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532 +D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533 +D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534 +D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535 +D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536 +D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 +D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 +D5:538/vm-812-disk-2.raw raw images 429496729600 538 +D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 +D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 +D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 +D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 +D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +--- pvesm config D5 --- +--- storage: S2 --- +Volid Format Type Size VMID +--- pvesm config S2 --- +--- storage: S3 --- +Volid Format Type Size VMID +--- pvesm config S3 --- +--- storage: S4 --- +Volid Format Type Size VMID +--- pvesm config S4 --- +--- storage: T5-SSD --- +Volid Format Type Size VMID +T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111 +--- pvesm config T5-SSD --- +--- storage: local --- +Volid Format Type Size VMID +local:iso/debian13.iso iso iso 790626304 +--- 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/sdb3 pve lvm2 a-- <1.82t <16.25g <1.82t 6NOPe4-xbYH-mYST-TOcr-xItw-d0YY-Ssoxl0 + +--- 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.25g ZJzdG7-bFgL-X9dZ-NgjS-XKmi-5Rce-YuVOBh + +--- 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-- 1835016388608B 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/sdb3 + VG Name pve + PV Size <1.82 TiB / not usable 3.00 MiB + Allocatable yes + PE Size 4.00 MiB + Total PE 476415 + Free PE 4159 + Allocated PE 472256 + PV UUID 6NOPe4-xbYH-mYST-TOcr-xItw-d0YY-Ssoxl0 + + +--- 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 476415 + Alloc PE / Size 472256 / 1.80 TiB + Free PE / Size 4159 / <16.25 GiB + VG UUID ZJzdG7-bFgL-X9dZ-NgjS-XKmi-5Rce-YuVOBh + + +--- lvdisplay + $ lvdisplay + --- Logical volume --- + LV Name data + VG Name pve + LV UUID pybecr-i79R-9tQ9-nnXk-Dtjb-DYLi-e87Ygc + LV Write Access read/write + LV Creation host, time proxmox, 2026-04-04 16:34:06 -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 437502 + 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 5eHgXe-ak7O-rXLs-x1Tx-2q78-StNq-4UAmLX + LV Write Access read/write + LV Creation host, time proxmox, 2026-04-04 16:34:06 -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 MsXWQ3-oVZy-ooxq-FLWb-kPyt-aDIh-18yecN + LV Write Access read/write + LV Creation host, time proxmox, 2026-04-04 16:34:06 -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.3.4-pve1 + +--- zpool version + $ zpool version +zfs-2.4.3-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool list -v + $ zpool list -v +no pools available + +--- zpool status -v + $ zpool status -v +no pools available + +--- zpool key properties + $ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly + +--- zfs per-dataset key properties + $ zfs get -r -o name,property,value,source \ + compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null + [exit=2] + +--- ARC stats + $ cat /proc/spl/kstat/zfs/arcstats +24 1 0x01 147 39984 17523781887 1928889936019 +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 6336137216 +c_min 4 6336137216 +c_max 4 17179869184 +size 4 5760 +compressed_size 4 0 +uncompressed_size 4 0 +overhead_size 4 0 +hdr_size 4 5760 +data_size 4 0 +metadata_size 4 0 +dbuf_size 4 0 +dnode_size 4 0 +bonus_size 4 0 +anon_size 4 0 +anon_data 4 0 +anon_metadata 4 0 +anon_evictable_data 4 0 +anon_evictable_metadata 4 0 +mru_size 4 0 +mru_data 4 0 +mru_metadata 4 0 +mru_evictable_data 4 0 +mru_evictable_metadata 4 0 +mru_ghost_size 4 0 +mru_ghost_data 4 0 +mru_ghost_metadata 4 0 +mru_ghost_evictable_data 4 0 +mru_ghost_evictable_metadata 4 0 +mfu_size 4 0 +mfu_data 4 0 +mfu_metadata 4 0 +mfu_evictable_data 4 0 +mfu_evictable_metadata 4 0 +mfu_ghost_size 4 0 +mfu_ghost_data 4 0 +mfu_ghost_metadata 4 0 +mfu_ghost_evictable_data 4 0 +mfu_ghost_evictable_metadata 4 0 +uncached_size 4 0 +uncached_data 4 0 +uncached_metadata 4 0 +uncached_evictable_data 4 0 +uncached_evictable_metadata 4 0 +l2_hits 4 0 +l2_misses 4 0 +l2_prefetch_asize 4 0 +l2_mru_asize 4 0 +l2_mfu_asize 4 0 +l2_bufc_data_asize 4 0 +l2_bufc_metadata_asize 4 0 +l2_feeds 4 0 +l2_rw_clash 4 0 +l2_read_bytes 4 0 +l2_write_bytes 4 0 +l2_writes_sent 4 0 +l2_writes_done 4 0 +l2_writes_error 4 0 +l2_writes_lock_retry 4 0 +l2_evict_lock_retry 4 0 +l2_evict_reading 4 0 +l2_evict_l1cached 4 0 +l2_free_on_write 4 0 +l2_abort_lowmem 4 0 +l2_cksum_bad 4 0 +l2_io_error 4 0 +l2_size 4 0 +l2_asize 4 0 +l2_hdr_size 4 0 +l2_log_blk_writes 4 0 +l2_log_blk_avg_asize 4 0 +l2_log_blk_asize 4 0 +l2_log_blk_count 4 0 +l2_data_to_meta_ratio 4 0 +l2_rebuild_success 4 0 +l2_rebuild_unsupported 4 0 +l2_rebuild_io_errors 4 0 +l2_rebuild_dh_errors 4 0 +l2_rebuild_cksum_lb_errors 4 0 +l2_rebuild_lowmem 4 0 +l2_rebuild_size 4 0 +l2_rebuild_asize 4 0 +l2_rebuild_bufs 4 0 +l2_rebuild_bufs_precached 4 0 +l2_rebuild_log_blks 4 0 +memory_throttle_count 4 0 +memory_direct_count 4 0 +memory_indirect_count 4 0 +memory_all_bytes 4 202756390912 +memory_free_bytes 4 193717690368 +memory_available_bytes 3 186949284352 +arc_no_grow 4 0 +arc_tempreserve 4 0 +arc_loaned_bytes 4 0 +arc_prune 4 0 +arc_meta_used 4 5760 +arc_dnode_limit 4 1717986918 +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 6768406016 +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 +20 1 0x01 13 3536 17462996510 1928891225846 +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 +19 1 0x01 8 2176 17462995810 1928892387255 +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 +17 1 0x01 20 5440 17462851008 1928894774827 +name type data +struct_size 4 96 +linear_cnt 4 0 +linear_data_size 4 0 +scatter_cnt 4 1 +scatter_data_size 4 4096 +scatter_chunk_waste 4 0 +scatter_order_0 4 0 +scatter_order_1 4 0 +scatter_order_2 4 0 +scatter_order_3 4 0 +scatter_order_4 4 0 +scatter_order_5 4 0 +scatter_order_6 4 0 +scatter_order_7 4 0 +scatter_order_8 4 0 +scatter_order_9 4 0 +scatter_page_multi_chunk 4 1 +scatter_page_multi_zone 4 0 +scatter_page_alloc_retry 4 0 +scatter_sg_table_retry 4 0 + +--- ZFS module parameters (perf-relevant) + $ for f in /sys/module/zfs/parameters/*; do + [ -r "$f" ] || continue + name="$(basename "$f")" + case "$name" in + zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;; + *) continue ;; + esac + printf ' %-50s = %s\n' "$name" "$(cat "$f")" +done + l2arc_exclude_special = 0 + l2arc_feed_again = 1 + l2arc_feed_min_ms = 200 + l2arc_feed_secs = 1 + l2arc_headroom = 8 + l2arc_headroom_boost = 200 + l2arc_meta_percent = 33 + l2arc_mfuonly = 0 + l2arc_noprefetch = 1 + l2arc_norw = 0 + l2arc_rebuild_blocks_min_l2size = 1073741824 + l2arc_rebuild_enabled = 1 + l2arc_trim_ahead = 0 + l2arc_write_boost = 33554432 + l2arc_write_max = 33554432 + zfs_abd_scatter_enabled = 1 + zfs_abd_scatter_max_order = 9 + zfs_abd_scatter_min_size = 1536 + zfs_arc_average_blocksize = 8192 + zfs_arc_dnode_limit = 0 + zfs_arc_dnode_limit_percent = 10 + zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batch_limit = 10 + zfs_arc_eviction_pct = 200 + zfs_arc_evict_threads = 6 + zfs_arc_grow_retry = 0 + zfs_arc_lotsfree_percent = 10 + zfs_arc_max = 17179869184 + zfs_arc_meta_balance = 500 + zfs_arc_min = 0 + zfs_arc_min_prefetch_ms = 0 + zfs_arc_min_prescient_prefetch_ms = 0 + zfs_arc_pc_percent = 0 + zfs_arc_prune_task_threads = 1 + zfs_arc_shrinker_limit = 0 + zfs_arc_shrinker_seeks = 2 + zfs_arc_shrink_shift = 0 + zfs_arc_sys_free = 0 + zfs_dbuf_state_index = 0 + zfs_dio_enabled = 1 + zfs_dio_write_verify_events_per_second = 20 + zfs_dirty_data_max = 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_def_queue_depth = 32 + zfs_vdev_direct_write_verify = 1 + zfs_vdev_disk_classic = 0 + zfs_vdev_disk_max_segs = 0 + zfs_vdev_failfast_mask = 1 + zfs_vdev_initializing_max_active = 1 + zfs_vdev_initializing_min_active = 1 + zfs_vdev_max_active = 1000 + zfs_vdev_max_auto_ashift = 14 + zfs_vdev_max_ms_shift = 34 + zfs_vdev_min_auto_ashift = 9 + zfs_vdev_min_ms_count = 16 + zfs_vdev_mirror_non_rotating_inc = 0 + zfs_vdev_mirror_non_rotating_seek_inc = 1 + zfs_vdev_mirror_rotating_inc = 0 + zfs_vdev_mirror_rotating_seek_inc = 5 + zfs_vdev_mirror_rotating_seek_offset = 1048576 + zfs_vdev_ms_count_limit = 131072 + zfs_vdev_nia_credit = 5 + zfs_vdev_nia_delay = 5 + zfs_vdev_open_timeout_ms = 1000 + zfs_vdev_queue_depth_pct = 1000 + zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 + zfs_vdev_read_gap_limit = 32768 + zfs_vdev_rebuild_max_active = 3 + zfs_vdev_rebuild_min_active = 1 + zfs_vdev_removal_max_active = 2 + zfs_vdev_removal_min_active = 1 + zfs_vdev_scheduler = unused + zfs_vdev_scrub_max_active = 3 + zfs_vdev_scrub_min_active = 1 + zfs_vdev_sync_read_max_active = 10 + zfs_vdev_sync_read_min_active = 10 + zfs_vdev_sync_write_max_active = 10 + zfs_vdev_sync_write_min_active = 10 + zfs_vdev_trim_max_active = 2 + zfs_vdev_trim_min_active = 1 + zfs_vdev_write_gap_limit = 4096 + zfs_zil_clean_taskq_maxalloc = 1048576 + zfs_zil_clean_taskq_minalloc = 1024 + zfs_zil_clean_taskq_nthr_pct = 100 + zvol_blk_mq_blocks_per_thread = 8 + zvol_blk_mq_queue_depth = 128 + zvol_enforce_quotas = 1 + zvol_inhibit_dev = 0 + zvol_major = 230 + zvol_max_discard_blocks = 16384 + zvol_num_taskqs = 0 + zvol_open_timeout_ms = 1000 + zvol_prefetch_bytes = 131072 + zvol_request_sync = 0 + zvol_threads = 0 + zvol_use_blk_mq = 0 + zvol_volmode = 1 + +--- zpool iostat snapshot + $ zpool iostat 1 1 +no pools available + +--- arc_summary (if present) + $ arc_summary + +------------------------------------------------------------------------ +ZFS Subsystem Report Sun Jul 26 16:27:02 2026 +Linux 6.17.2-1-pve 2.3.4-pve1 +Machine: pfv-tsys7 (x86_64) 2.3.4-pve1 + +ARC status: + Total memory size: 188.8 GiB + Min target size: 3.1 % 5.9 GiB + Max target size: 8.5 % 16.0 GiB + Target size (adaptive): < 0.1 % 5.9 GiB + Current size: < 0.1 % 5.6 KiB + Free memory size: 180.5 GiB + Available memory size: 174.2 GiB + +ARC structural breakdown (current size): 5.6 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 % 5.6 KiB + L2 header size: 0.0 % 0 Bytes + ABD chunk waste size: 0.0 % 0 Bytes + +ARC types breakdown (compressed + overhead): 0 Bytes + Data size: n/a 0 Bytes + Metadata size: n/a 0 Bytes + +ARC states breakdown (compressed + overhead): 0 Bytes + Anonymous data size: n/a 0 Bytes + Anonymous metadata size: n/a 0 Bytes + MFU data target: 37.5 % 0 Bytes + MFU data size: n/a 0 Bytes + MFU evictable data size: n/a 0 Bytes + MFU ghost data size: 0 Bytes + MFU metadata target: 12.5 % 0 Bytes + MFU metadata size: n/a 0 Bytes + MFU evictable metadata size: n/a 0 Bytes + MFU ghost metadata size: 0 Bytes + MRU data target: 37.5 % 0 Bytes + MRU data size: n/a 0 Bytes + MRU evictable data size: n/a 0 Bytes + MRU ghost data size: 0 Bytes + MRU metadata target: 12.5 % 0 Bytes + MRU metadata size: n/a 0 Bytes + MRU evictable metadata size: n/a 0 Bytes + MRU ghost metadata size: 0 Bytes + Uncached data size: n/a 0 Bytes + Uncached metadata size: n/a 0 Bytes + +ARC hash breakdown: + Elements: 0 + Collisions: 0 + Chain max: 0 + Chains: 0 + +ARC misc: + Uncompressed size: n/a 0 Bytes + Memory throttles: 0 + Memory direct reclaims: 0 + Memory indirect reclaims: 0 + Deleted: 0 + Mutex misses: 0 + Eviction skips: 0 + Eviction skips due to L2 writes: 0 + L2 cached evictions: 0 Bytes + L2 eligible evictions: 0 Bytes + L2 eligible MFU evictions: n/a 0 Bytes + L2 eligible MRU evictions: n/a 0 Bytes + L2 ineligible evictions: 0 Bytes + +ARC total accesses: 0 + Total hits: n/a 0 + Total I/O hits: n/a 0 + Total misses: n/a 0 + +ARC demand data accesses: n/a 0 + Demand data hits: n/a 0 + Demand data I/O hits: n/a 0 + Demand data misses: n/a 0 + +ARC demand metadata accesses: n/a 0 + Demand metadata hits: n/a 0 + Demand metadata I/O hits: n/a 0 + Demand metadata misses: n/a 0 + +ARC prefetch data accesses: n/a 0 + Prefetch data hits: n/a 0 + Prefetch data I/O hits: n/a 0 + Prefetch data misses: n/a 0 + +ARC prefetch metadata accesses: n/a 0 + Prefetch metadata hits: n/a 0 + Prefetch metadata I/O hits: n/a 0 + Prefetch metadata misses: n/a 0 + +ARC predictive prefetches: n/a 0 + Demand hits after predictive: n/a 0 + Demand I/O hits after predictive: n/a 0 + Never demanded after predictive: n/a 0 + +ARC prescient prefetches: n/a 0 + Demand hits after prescient: n/a 0 + Demand I/O hits after prescient: n/a 0 + Never demanded after prescient: n/a 0 + +ARC states hits of all accesses: + Most frequently used (MFU): n/a 0 + Most recently used (MRU): n/a 0 + Most frequently used (MFU) ghost: n/a 0 + Most recently used (MRU) ghost: n/a 0 + Uncached: n/a 0 + +DMU predictive prefetcher calls: 0 + Stream hits: n/a 0 + Hits ahead of stream: n/a 0 + Hits behind stream: n/a 0 + Stream misses: n/a 0 + Streams limit reached: n/a 0 + Stream strides: 0 + Prefetches issued 0 + +L2ARC not detected, skipping section + +Solaris Porting Layer (SPL): + spl_hostid 0 + spl_hostid_path /etc/hostid + spl_kmem_alloc_max 1048576 + spl_kmem_alloc_warn 65536 + spl_kmem_cache_kmem_threads 4 + spl_kmem_cache_magazine_size 0 + spl_kmem_cache_max_size 32 + spl_kmem_cache_obj_per_slab 8 + spl_kmem_cache_slab_limit 16384 + spl_panic_halt 0 + spl_schedule_hrtimeout_slack_us 0 + spl_taskq_kick 0 + spl_taskq_thread_bind 0 + spl_taskq_thread_dynamic 1 + spl_taskq_thread_priority 1 + spl_taskq_thread_sequential 4 + spl_taskq_thread_timeout_ms 5000 + +Tunables: + brt_zap_default_bs 12 + brt_zap_default_ibs 12 + brt_zap_prefetch 1 + dbuf_cache_hiwater_pct 10 + dbuf_cache_lowater_pct 10 + dbuf_cache_max_bytes 18446744073709551615 + dbuf_cache_shift 5 + dbuf_metadata_cache_max_bytes 18446744073709551615 + dbuf_metadata_cache_shift 6 + dbuf_mutex_cache_shift 0 + ddt_zap_default_bs 15 + ddt_zap_default_ibs 15 + dmu_ddt_copies 0 + dmu_object_alloc_chunk_shift 7 + dmu_prefetch_max 134217728 + icp_aes_impl cycle [fastest] generic x86_64 aesni + icp_gcm_avx_chunk_size 32736 + icp_gcm_impl cycle [fastest] avx generic pclmulqdq + l2arc_exclude_special 0 + l2arc_feed_again 1 + l2arc_feed_min_ms 200 + l2arc_feed_secs 1 + l2arc_headroom 8 + l2arc_headroom_boost 200 + l2arc_meta_percent 33 + l2arc_mfuonly 0 + l2arc_noprefetch 1 + l2arc_norw 0 + l2arc_rebuild_blocks_min_l2size 1073741824 + l2arc_rebuild_enabled 1 + l2arc_trim_ahead 0 + l2arc_write_boost 33554432 + l2arc_write_max 33554432 + metaslab_aliquot 1048576 + metaslab_bias_enabled 1 + metaslab_debug_load 0 + metaslab_debug_unload 0 + metaslab_df_max_search 16777216 + metaslab_df_use_largest_segment 0 + metaslab_force_ganging 16777217 + metaslab_force_ganging_pct 3 + metaslab_fragmentation_factor_enabled 1 + metaslab_lba_weighting_enabled 1 + metaslab_preload_enabled 1 + metaslab_preload_limit 10 + metaslab_preload_pct 50 + metaslab_unload_delay 32 + metaslab_unload_delay_ms 600000 + raidz_expand_max_copy_bytes 167772160 + raidz_expand_max_reflow_bytes 0 + raidz_io_aggregate_rows 4 + send_holes_without_birth_time 1 + spa_asize_inflation 24 + spa_config_path /etc/zfs/zpool.cache + spa_cpus_per_allocator 4 + spa_load_print_vdev_tree 0 + spa_load_verify_data 1 + spa_load_verify_metadata 1 + spa_load_verify_shift 4 + spa_num_allocators 4 + spa_slop_shift 5 + spa_upgrade_errlog_limit 0 + vdev_file_logical_ashift 9 + vdev_file_physical_ashift 9 + vdev_removal_max_span 32768 + vdev_validate_skip 0 + zap_iterate_prefetch 1 + zap_micro_max_size 131072 + zap_shrink_enabled 1 + zfetch_hole_shift 2 + zfetch_max_distance 67108864 + zfetch_max_idistance 134217728 + zfetch_max_reorder 16777216 + zfetch_max_sec_reap 2 + zfetch_max_streams 8 + zfetch_min_distance 4194304 + zfetch_min_sec_reap 1 + zfs_abd_scatter_enabled 1 + zfs_abd_scatter_max_order 9 + zfs_abd_scatter_min_size 1536 + zfs_active_allocator dynamic + zfs_admin_snapshot 0 + zfs_allow_redacted_dataset_mount 0 + zfs_arc_average_blocksize 8192 + zfs_arc_dnode_limit 0 + zfs_arc_dnode_limit_percent 10 + zfs_arc_dnode_reduce_percent 10 + zfs_arc_evict_batch_limit 10 + zfs_arc_evict_threads 6 + zfs_arc_eviction_pct 200 + zfs_arc_grow_retry 0 + zfs_arc_lotsfree_percent 10 + zfs_arc_max 17179869184 + zfs_arc_meta_balance 500 + zfs_arc_min 0 + zfs_arc_min_prefetch_ms 0 + zfs_arc_min_prescient_prefetch_ms 0 + zfs_arc_pc_percent 0 + zfs_arc_prune_task_threads 1 + zfs_arc_shrink_shift 0 + zfs_arc_shrinker_limit 0 + zfs_arc_shrinker_seeks 2 + zfs_arc_sys_free 0 + zfs_async_block_max_blocks 18446744073709551615 + zfs_autoimport_disable 1 + zfs_bclone_enabled 1 + zfs_bclone_wait_dirty 1 + zfs_blake3_impl cycle [fastest] generic sse2 sse41 + 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 2027563909 + zfs_dedup_log_mem_max_percent 1 + zfs_dedup_log_txg_max 8 + zfs_dedup_prefetch 0 + zfs_default_bs 9 + zfs_default_ibs 17 + zfs_delay_min_dirty_percent 60 + zfs_delay_scale 500000 + zfs_delete_blocks 20480 + zfs_dio_enabled 1 + zfs_dio_write_verify_events_per_second 20 + zfs_dirty_data_max 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 1000 + zfs_history_output_max 1048576 + zfs_immediate_write_sz 32768 + zfs_initialize_chunk_size 1048576 + zfs_initialize_value 16045690984833335022 + zfs_keep_log_spacemaps_at_export 0 + zfs_key_max_salt_uses 400000000 + zfs_livelist_condense_new_alloc 0 + zfs_livelist_condense_sync_cancel 0 + zfs_livelist_condense_sync_pause 0 + zfs_livelist_condense_zthr_cancel 0 + zfs_livelist_condense_zthr_pause 0 + zfs_livelist_max_entries 500000 + zfs_livelist_min_percent_shared 75 + zfs_lua_max_instrlimit 100000000 + zfs_lua_max_memlimit 104857600 + zfs_max_async_dedup_frees 100000 + zfs_max_dataset_nesting 50 + zfs_max_log_walking 5 + zfs_max_logsm_summary_length 10 + zfs_max_missing_tvds 0 + zfs_max_nvlist_src_size 0 + zfs_max_recordsize 16777216 + zfs_metaslab_find_max_tries 100 + zfs_metaslab_fragmentation_threshold 77 + zfs_metaslab_max_size_cache_sec 3600 + zfs_metaslab_mem_limit 25 + zfs_metaslab_segment_weight_enabled 1 + zfs_metaslab_switch_threshold 2 + zfs_metaslab_try_hard_before_gang 0 + zfs_mg_fragmentation_threshold 95 + zfs_mg_noalloc_threshold 0 + zfs_min_metaslabs_to_flush 1 + zfs_multihost_fail_intervals 10 + zfs_multihost_history 0 + zfs_multihost_import_intervals 20 + zfs_multihost_interval 1000 + zfs_multilist_num_sublists 0 + zfs_no_scrub_io 0 + zfs_no_scrub_prefetch 0 + zfs_nocacheflush 0 + zfs_nopwrite_enabled 1 + zfs_object_mutex_size 64 + zfs_obsolete_min_time_ms 500 + zfs_override_estimate_recordsize 0 + zfs_pd_bytes_max 52428800 + zfs_per_txg_dirty_frees_percent 30 + zfs_prefetch_disable 0 + zfs_read_history 0 + zfs_read_history_hits 0 + zfs_rebuild_max_segment 1048576 + zfs_rebuild_scrub_enabled 1 + zfs_rebuild_vdev_limit 67108864 + zfs_reconstruct_indirect_combinations_max 4096 + zfs_recover 0 + zfs_recv_best_effort_corrective 0 + zfs_recv_queue_ff 20 + zfs_recv_queue_length 16777216 + zfs_recv_write_batch_size 1048576 + zfs_removal_ignore_errors 0 + zfs_removal_suspend_progress 0 + zfs_remove_max_segment 16777216 + zfs_resilver_defer_percent 10 + zfs_resilver_disable_defer 0 + zfs_resilver_min_time_ms 3000 + zfs_scan_blkstats 0 + zfs_scan_checkpoint_intval 7200 + zfs_scan_fill_weight 3 + zfs_scan_ignore_errors 0 + zfs_scan_issue_strategy 0 + zfs_scan_legacy 0 + zfs_scan_max_ext_gap 2097152 + zfs_scan_mem_lim_fact 20 + zfs_scan_mem_lim_soft_fact 20 + zfs_scan_report_txgs 0 + zfs_scan_strict_mem_lim 0 + zfs_scan_suspend_progress 0 + zfs_scan_vdev_limit 16777216 + zfs_scrub_after_expand 1 + zfs_scrub_error_blocks_per_txg 4096 + zfs_scrub_min_time_ms 1000 + zfs_send_corrupt_data 0 + zfs_send_no_prefetch_queue_ff 20 + zfs_send_no_prefetch_queue_length 1048576 + zfs_send_queue_ff 20 + zfs_send_queue_length 16777216 + zfs_send_unmodified_spill_blocks 1 + zfs_sha256_impl cycle [fastest] generic x64 ssse3 avx + zfs_sha512_impl cycle [fastest] generic x64 avx + zfs_slow_io_events_per_second 20 + zfs_snapshot_history_enabled 1 + zfs_snapshot_no_setuid 0 + zfs_spa_discard_memory_limit 16777216 + zfs_special_class_metadata_reserve_pct 25 + zfs_sync_pass_deferred_free 2 + zfs_sync_pass_dont_compress 8 + zfs_sync_pass_rewrite 2 + zfs_traverse_indirect_prefetch_limit 32 + zfs_trim_extent_bytes_max 134217728 + zfs_trim_extent_bytes_min 32768 + zfs_trim_metaslab_skip 0 + zfs_trim_queue_limit 10 + zfs_trim_txg_batch 32 + zfs_txg_history 100 + zfs_txg_timeout 5 + zfs_unflushed_log_block_max 131072 + zfs_unflushed_log_block_min 1000 + zfs_unflushed_log_block_pct 400 + zfs_unflushed_log_txg_max 1000 + zfs_unflushed_max_mem_amt 1073741824 + zfs_unflushed_max_mem_ppm 1000 + zfs_unlink_suspend_progress 0 + zfs_user_indirect_is_special 1 + zfs_vdev_aggregation_limit 1048576 + zfs_vdev_aggregation_limit_non_rotating 131072 + zfs_vdev_async_read_max_active 3 + zfs_vdev_async_read_min_active 1 + zfs_vdev_async_write_active_max_dirty_percent 60 + zfs_vdev_async_write_active_min_dirty_percent 30 + zfs_vdev_async_write_max_active 10 + zfs_vdev_async_write_min_active 2 + zfs_vdev_def_queue_depth 32 + zfs_vdev_default_ms_count 200 + zfs_vdev_default_ms_shift 29 + zfs_vdev_direct_write_verify 1 + zfs_vdev_disk_classic 0 + zfs_vdev_disk_max_segs 0 + zfs_vdev_failfast_mask 1 + zfs_vdev_initializing_max_active 1 + zfs_vdev_initializing_min_active 1 + zfs_vdev_max_active 1000 + zfs_vdev_max_auto_ashift 14 + zfs_vdev_max_ms_shift 34 + zfs_vdev_min_auto_ashift 9 + zfs_vdev_min_ms_count 16 + zfs_vdev_mirror_non_rotating_inc 0 + zfs_vdev_mirror_non_rotating_seek_inc 1 + zfs_vdev_mirror_rotating_inc 0 + zfs_vdev_mirror_rotating_seek_inc 5 + zfs_vdev_mirror_rotating_seek_offset 1048576 + zfs_vdev_ms_count_limit 131072 + zfs_vdev_nia_credit 5 + zfs_vdev_nia_delay 5 + zfs_vdev_open_timeout_ms 1000 + zfs_vdev_queue_depth_pct 1000 + zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 + zfs_vdev_read_gap_limit 32768 + zfs_vdev_rebuild_max_active 3 + zfs_vdev_rebuild_min_active 1 + zfs_vdev_removal_max_active 2 + zfs_vdev_removal_min_active 1 + zfs_vdev_scheduler unused + zfs_vdev_scrub_max_active 3 + zfs_vdev_scrub_min_active 1 + zfs_vdev_sync_read_max_active 10 + zfs_vdev_sync_read_min_active 10 + zfs_vdev_sync_write_max_active 10 + zfs_vdev_sync_write_min_active 10 + zfs_vdev_trim_max_active 2 + zfs_vdev_trim_min_active 1 + zfs_vdev_write_gap_limit 4096 + zfs_vnops_read_chunk_size 33554432 + zfs_wrlog_data_max 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 + zio_deadman_log_all 0 + zio_dva_throttle_enabled 1 + zio_requeue_io_start_cut_in_line 1 + zio_slow_io_ms 30000 + zio_taskq_batch_pct 80 + zio_taskq_batch_tpq 0 + zio_taskq_read fixed,1,8 null scale null + zio_taskq_write sync null scale null + zio_taskq_write_tpq 16 + zstd_abort_size 131072 + zstd_earlyabort_pass 1 + zvol_blk_mq_blocks_per_thread 8 + zvol_blk_mq_queue_depth 128 + zvol_enforce_quotas 1 + zvol_inhibit_dev 0 + zvol_major 230 + zvol_max_discard_blocks 16384 + zvol_num_taskqs 0 + zvol_open_timeout_ms 1000 + zvol_prefetch_bytes 131072 + zvol_request_sync 0 + zvol_threads 0 + zvol_use_blk_mq 0 + zvol_volmode 1 + +ZIL committed transactions: 0 + Commit requests: 0 + Flushes to stable storage: 0 + Transactions to SLOG storage pool: 0 Bytes 0 + Transactions to non-SLOG storage pool: 0 Bytes 0 + + +--- zpool events -v (recent) + $ zpool events -v +TIME CLASS + +--- zpool history (last 30 events) + $ zpool history -il 2>/dev/null | tail -n 30 + +############################################################################### +# 20. STORAGE: DRIVE HEALTH +############################################################################### + +--- nvme list + $ nvme list +/root/check.sh: line 45: nvme: command not found + [exit=127 / not installed or not permitted] + +--- nvme smart-log per device + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n smart-log ---" + nvme smart-log "$n" 2>&1 + echo "--- $n error-log (first 5) ---" + nvme error-log "$n" 2>&1 | head -n 80 +done + +--- nvme id-ctrl per device (key fields) + $ for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + echo "--- $n id-ctrl (filtered) ---" + nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)' +done + +--- smartctl -a per disk + $ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + echo "--- smartctl -a $dev ---" + smartctl -a "$dev" 2>&1 | head -n 200 +done +--- smartctl -a /dev/sda --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +/dev/sda: Unknown USB bridge [0x413c:0xa101 (0x110)] +Please specify device type with the -d option. + +Use smartctl -h to get a usage summary + +--- smartctl -a /dev/sdb --- +smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Device Model: WDC WD20SDRW-11VUUS0 +Serial Number: WD-WXS2AB22T8HD +LU WWN Device Id: 5 0014ee 215a17c95 +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: Sun Jul 26 16:27:03 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: ( 1920) 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: ( 94) 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 207 188 021 Pre-fail Always - 2608 + 4 Start_Stop_Count 0x0032 091 091 000 Old_age Always - 9227 + 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 072 072 000 Old_age Always - 21097 + 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 099 099 000 Old_age Always - 1665 +192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1477 +193 Load_Cycle_Count 0x0032 178 178 000 Old_age Always - 66023 +194 Temperature_Celsius 0x0022 113 097 000 Old_age Always - 34 +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 + 701 pfv-k8s-wnode-tsys7 running 32000 32.00 4431 + 702 hfnoc-uisp running 8000 100.00 4711 + 703 rr-middleware running 2048 32.00 4811 + 704 TCTC running 6000 32.00 5011 + +--- 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 701 --- +balloon: 0 +boot: order=virtio0;ide2;net0 +cores: 4 +cpu: host +ide2: none,media=cdrom +memory: 32000 +meta: creation-qemu=10.1.2,ctime=1770665145 +name: pfv-k8s-wnode-tsys7 +net0: virtio=BC:24:11:5E:DC:44,bridge=vmbr0,firewall=1 +net1: virtio=BC:24:11:A9:C0:EB,bridge=datanet,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsihw: virtio-scsi-single +smbios1: uuid=a1df4557-56ad-49b1-864e-8a7a984f8f4d +sockets: 1 +virtio0: D5:701/vm-701-disk-0.qcow2,format=qcow2,iothread=1,size=32G +vmgenid: f85a65bb-a3f5-4bea-abf6-e0221f765e1f + +--- VM 702 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +memory: 8000 +meta: creation-qemu=10.1.2,ctime=1776451550 +name: hfnoc-uisp +net0: virtio=BC:24:11:A3:87:61,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:702/vm-702-disk-0.qcow2,format=qcow2,iothread=1,size=100G +scsihw: virtio-scsi-single +smbios1: uuid=75622ed6-34db-40e4-8f77-fe104d9c1621 +sockets: 2 +vmgenid: 53bafc14-2a86-4d73-a590-c135b3e5f9d7 + +--- VM 703 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: rr-middleware +net0: virtio=BC:24:11:1E:61:CF,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:703/vm-703-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=5c8bd9e7-d9ba-4991-8493-1853e3d3c7ac +sockets: 1 +vmgenid: dea273a7-8de9-4fcd-983b-6550cbe5b098 + +--- VM 704 --- +balloon: 0 +boot: order=virtio0;ide2;net0 +cores: 4 +cpu: host +ide2: none,media=cdrom +memory: 6000 +meta: creation-qemu=10.1.2,ctime=1770665145 +name: TCTC +net0: virtio=BC:24:11:2E:5A:D6,bridge=vmbr0,firewall=1 +net1: virtio=BC:24:11:CF:CF:3A,bridge=datanet,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsihw: virtio-scsi-single +smbios1: uuid=1019a054-8704-4cd0-b57e-ff83d1a2887e +sockets: 1 +virtio0: D2:704/vm-704-disk-0.qcow2,format=qcow2,iothread=1,size=32G +vmgenid: 7cbefe0f-f42f-416b-b6e2-325adf6ca829 + + +--- 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 701 runtime --- +--- VM 702 runtime --- +--- VM 703 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" : 12960, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 160, + "tx-bytes" : 12960, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 160 + } + }, + { + "hardware-address" : "bc:24:11:1e:61:cf", + "ip-addresses" : [ + { + "ip-address" : "192.168.1.226", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::47", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 704 runtime --- + +--- /etc/pve/qemu-server +lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys7/qemu-server + +--- /etc/pve/firewall +total 0 +drwxr-xr-x 2 root www-data 0 Apr 4 17:02 . +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 +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 +systemd-pstore.service enabled enabled +tailscaled.service enabled enabled +tuned.service enabled enabled +wtmpdb-update-boot.service enabled enabled +zfs-import-cache.service enabled enabled +zfs-mount.service enabled enabled +zfs-share.service enabled enabled +zfs-volume-wait.service enabled enabled +zfs-zed.service enabled enabled +system-xfs_scrub.slice enabled enabled +dm-event.socket enabled enabled +iscsid.socket enabled enabled +lvm2-lvmpolld.socket enabled enabled +netavark-dhcp-proxy.socket enabled enabled +rpcbind.socket enabled enabled +rrdcached.socket enabled enabled +ceph-fuse.target enabled enabled +ceph.target enabled enabled +nfs-client.target enabled enabled +remote-fs.target enabled enabled +zfs-import.target enabled enabled +zfs-volumes.target enabled enabled +zfs.target enabled enabled +apt-daily-upgrade.timer enabled enabled +apt-daily.timer enabled enabled +beszel-agent-update.timer enabled enabled +dpkg-db-backup.timer enabled enabled +e2scrub_all.timer enabled enabled +fstrim.timer enabled enabled +logrotate.timer enabled enabled +man-db.timer enabled enabled +pve-daily-update.timer enabled enabled +xfs_scrub_all.timer enabled enabled + +83 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 16:09:45 CDT; 17min ago + Invocation: 61c33f0aaea943918db7fe999e82db04 + Main PID: 23840 (pmxcfs) + Tasks: 6 (limit: 231923) + Memory: 56.7M (peak: 66.6M) + CPU: 1.050s + CGroup: /system.slice/pve-cluster.service + └─23840 /usr/bin/pmxcfs + +Jul 26 16:09:44 pfv-tsys7 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 26 16:09:44 pfv-tsys7 pmxcfs[23838]: [main] notice: resolved node name 'pfv-tsys7' to '192.168.0.250' for default node IP address +Jul 26 16:09:44 pfv-tsys7 pmxcfs[23838]: [main] notice: resolved node name 'pfv-tsys7' to '192.168.0.250' for default node IP address +Jul 26 16:09:45 pfv-tsys7 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 15:55:50 CDT; 31min ago + Invocation: 7a8926b334584d0bbb012c77f3c85522 + Process: 24509 ExecReload=/usr/bin/pvedaemon restart (code=exited, status=0/SUCCESS) + Main PID: 1544 (pvedaemon) + Tasks: 4 (limit: 231923) + Memory: 187.1M (peak: 363.3M) + CPU: 6.618s + CGroup: /system.slice/pvedaemon.service + ├─ 1544 pvedaemon + ├─24533 "pvedaemon worker" + ├─24534 "pvedaemon worker" + └─24535 "pvedaemon worker" + +Jul 26 16:10:10 pfv-tsys7 pvedaemon[1546]: worker exit +Jul 26 16:10:10 pfv-tsys7 pvedaemon[1547]: worker exit +Jul 26 16:10:10 pfv-tsys7 pvedaemon[1545]: worker exit +Jul 26 16:10:10 pfv-tsys7 pvedaemon[1544]: worker 1546 finished +Jul 26 16:10:10 pfv-tsys7 pvedaemon[1544]: worker 1545 finished +Jul 26 16:10:10 pfv-tsys7 pvedaemon[1544]: worker 1547 finished +Jul 26 16:19:24 pfv-tsys7 pvedaemon[24533]: successful auth for user 'root@pam' +Jul 26 16:19:26 pfv-tsys7 pvedaemon[33170]: starting vnc proxy UPID:pfv-tsys7:00008192:00024048:6A6679DE:vncproxy:701:root@pam: +Jul 26 16:19:26 pfv-tsys7 pvedaemon[24535]: starting task UPID:pfv-tsys7:00008192:00024048:6A6679DE:vncproxy:701:root@pam: +Jul 26 16:19:29 pfv-tsys7 pvedaemon[24535]: end task UPID:pfv-tsys7:00008192:00024048:6A6679DE:vncproxy:701:root@pam: OK + +● 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 15:55:53 CDT; 31min ago + Invocation: f27a818a2aab4de0a5143575d0a25637 + Process: 24519 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS) + Main PID: 1647 (pveproxy) + Tasks: 4 (limit: 231923) + Memory: 210.9M (peak: 371M) + CPU: 6.505s + CGroup: /system.slice/pveproxy.service + ├─ 1647 pveproxy + ├─24547 "pveproxy worker" + ├─24548 "pveproxy worker" + └─24549 "pveproxy worker" + +Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: starting 3 worker(s) +Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: worker 24547 started +Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: worker 24548 started +Jul 26 16:10:06 pfv-tsys7 pveproxy[1647]: worker 24549 started +Jul 26 16:10:11 pfv-tsys7 pveproxy[1650]: worker exit +Jul 26 16:10:11 pfv-tsys7 pveproxy[1648]: worker exit +Jul 26 16:10:11 pfv-tsys7 pveproxy[1649]: worker exit +Jul 26 16:10:11 pfv-tsys7 pveproxy[1647]: worker 1650 finished +Jul 26 16:10:11 pfv-tsys7 pveproxy[1647]: worker 1648 finished +Jul 26 16:10:11 pfv-tsys7 pveproxy[1647]: worker 1649 finished + +● 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 15:55:48 CDT; 31min ago + Invocation: 4f4ed9219b154a149c88b3d967cd6d1a + Main PID: 1517 (pve-firewall) + Tasks: 1 (limit: 231923) + Memory: 111.9M (peak: 215.1M) + CPU: 18.897s + CGroup: /system.slice/pve-firewall.service + └─1517 pve-firewall + +Jul 26 15:55:42 pfv-tsys7 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 26 15:55:48 pfv-tsys7 pve-firewall[1517]: starting server +Jul 26 15:55:48 pfv-tsys7 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. +Jul 26 16:09:47 pfv-tsys7 systemd[1]: Reloading pve-firewall.service - Proxmox VE firewall... +Jul 26 16:09:48 pfv-tsys7 pve-firewall[24018]: send HUP to 1517 +Jul 26 16:09:48 pfv-tsys7 pve-firewall[1517]: received signal HUP +Jul 26 16:09:48 pfv-tsys7 pve-firewall[1517]: server shutdown (restart) +Jul 26 16:09:48 pfv-tsys7 systemd[1]: Reloaded pve-firewall.service - Proxmox VE firewall. +Jul 26 16:09:49 pfv-tsys7 pve-firewall[1517]: restarting server + +● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 16:09:59 CDT; 17min ago + Invocation: ca1f3c385bec43cabc96c111acf3ef6d + Main PID: 24399 (pve-ha-crm) + Tasks: 1 (limit: 231923) + Memory: 118.5M (peak: 138.3M) + CPU: 1.396s + CGroup: /system.slice/pve-ha-crm.service + └─24399 pve-ha-crm + +Jul 26 16:09:58 pfv-tsys7 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 26 16:09:59 pfv-tsys7 pve-ha-crm[24399]: starting server +Jul 26 16:09:59 pfv-tsys7 pve-ha-crm[24399]: status change startup => wait_for_quorum +Jul 26 16:09:59 pfv-tsys7 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 16:09:55 CDT; 17min ago + Invocation: ec80049700644307b54066f83c78a9cb + Main PID: 24317 (pve-ha-lrm) + Tasks: 1 (limit: 231923) + Memory: 117.5M (peak: 136.8M) + CPU: 1.350s + CGroup: /system.slice/pve-ha-lrm.service + └─24317 pve-ha-lrm + +Jul 26 16:09:54 pfv-tsys7 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... +Jul 26 16:09:55 pfv-tsys7 pve-ha-lrm[24317]: starting server +Jul 26 16:09:55 pfv-tsys7 pve-ha-lrm[24317]: status change startup => wait_for_agent_lock +Jul 26 16:09:55 pfv-tsys7 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. + +--- storage-related service status + $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 +Unit nfs-kernel-server.service could not be found. +Unit nfs-server.service could not be found. +Unit zfs-target.service could not be found. +Unit nvme-stat.service could not be found. +Unit multipathd.service could not be found. +● rpcbind.service - RPC bind portmap service + Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) + Active: active (running) since Sun 2026-07-26 15:55:22 CDT; 32min ago + Invocation: 828d700ffd7049a48c620662da4782fd +TriggeredBy: ● rpcbind.socket + Docs: man:rpcbind(8) + Main PID: 963 (rpcbind) + Tasks: 1 (limit: 231923) + Memory: 628K (peak: 1.7M) + CPU: 12ms + CGroup: /system.slice/rpcbind.service + └─963 /usr/sbin/rpcbind -f -w + +Jul 26 15:55:21 pfv-tsys7 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 26 15:55:22 pfv-tsys7 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 15:55:14 CDT; 32min ago + Invocation: d742ff3beba24bc4a103aff39a617b6a + Docs: man:zfs(8) + Main PID: 803 (code=exited, status=0/SUCCESS) + Mem peak: 1.7M + CPU: 12ms + +Jul 26 15:55:14 pfv-tsys7 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 26 15:55:14 pfv-tsys7 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 16:08:40 CDT; 18min ago + Invocation: f92033f042924f05b70b7708db246f7f + Docs: man:smartd(8) + man:smartd.conf(5) + Main PID: 9867 (smartd) + Status: "Next check of 1 device will start at 16:38:40" + Tasks: 1 (limit: 231923) + Memory: 1.4M (peak: 2M) + CPU: 39ms + CGroup: /system.slice/smartmontools.service + └─9867 /usr/sbin/smartd -n -q never + +Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices +Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], opened +Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], WDC WD20SDRW-11VUUS0, S/N:WD-WXS2AB22T8HD, WWN:5-0014ee-215a17c95, FW:01.01A01, 2.00 TB +Jul 26 16:08:39 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], not found in smartd database 7.5/5706. +Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list. +Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD20SDRW_11VUUS0-WD_WXS2AB22T8HD.ata.state +Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices +Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 111 +Jul 26 16:08:40 pfv-tsys7 smartd[9867]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD20SDRW_11VUUS0-WD_WXS2AB22T8HD.ata.state +Jul 26 16:08:40 pfv-tsys7 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. + +############################################################################### +# 25. TIMERS / CRON +############################################################################### + +--- systemctl list-timers + $ systemctl list-timers --all --no-pager +NEXT LEFT LAST PASSED UNIT ACTIVATES +Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:24 CDT - dpkg-db-backup.timer dpkg-db-backup.service +Mon 2026-07-27 00:19:13 CDT 7h Mon 2026-07-20 00:18:54 CDT - fstrim.timer fstrim.service +Mon 2026-07-27 00:49:33 CDT 8h Sun 2026-07-26 00:09:24 CDT - logrotate.timer logrotate.service +Mon 2026-07-27 02:19:40 CDT 9h Sun 2026-07-26 02:47:24 CDT - beszel-agent-update.timer beszel-agent-update.service +Mon 2026-07-27 02:35:10 CDT 10h Sun 2026-07-26 11:27:46 CDT - apt-daily.timer apt-daily.service +Mon 2026-07-27 02:36:44 CDT 10h Sun 2026-07-26 04:25:24 CDT - pve-daily-update.timer pve-daily-update.service +Mon 2026-07-27 02:57:05 CDT 10h Sun 2026-07-26 01:30:24 CDT - man-db.timer man-db.service +Mon 2026-07-27 06:12:44 CDT 13h Sun 2026-07-26 06:30:24 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service +Mon 2026-07-27 16:09:51 CDT 23h Sun 2026-07-26 16:09:51 CDT 17min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:07 CDT 6 days Sun 2026-07-26 03:10:24 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Sun 2026-08-02 03:10:20 CDT 6 days Sun 2026-07-26 03:11:13 CDT - e2scrub_all.timer e2scrub_all.service + +11 timers listed. + +--- /etc/cron.d +total 20 +drwxr-xr-x 2 root root 4096 Jul 26 16:09 . +drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder +lrwxrwxrwx 1 root root 20 Apr 4 17:02 vzdump -> /etc/pve/vzdump.cron +-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux + +--- /etc/cron.daily +total 28 +drwxr-xr-x 2 root root 4096 Jul 26 11:27 . +drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat +-rwxr-xr-x 1 root root 123 May 27 2025 dpkg +-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate +-rwxr-xr-x 1 root root 1395 May 2 2025 man-db +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.hourly +total 12 +drwxr-xr-x 2 root root 4096 Apr 4 16:52 . +drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +-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 16:52 . +drwxr-xr-x 105 root root 4096 Jul 26 16:27 .. +-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.68 0.98 0.94 1/537 39232 + +--- vmstat 1 3 + $ vmstat 1 3 +procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu------- + r b swpd free buff cache si so bi bo in cs us sy id wa st gu + 0 2 0 188936536 17660 383484 0 0 657 2471 7891 4 1 1 96 2 0 1 + 1 1 0 188889676 17660 412704 0 0 29196 0 4170 6319 1 0 93 3 0 3 + 1 1 0 188878916 17660 434660 0 0 21956 0 3773 5992 1 0 94 3 0 2 + +--- mpstat 1 3 (per-cpu) + $ mpstat 1 3 +/root/check.sh: line 45: mpstat: command not found + [exit=127 / not installed or not permitted] + +--- iostat -xz 1 3 + $ iostat -xz 1 3 +/root/check.sh: line 45: iostat: command not found + [exit=127 / not installed or not permitted] + +--- sar -dp 1 2 + $ sar -dp 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n DEV 1 2 + $ sar -n DEV 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n NFS,NFSD 1 2 + $ sar -n NFS,NFSD 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n SOCK 1 1 + $ sar -n SOCK 1 1 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- sar -n TCP,ETCP 1 2 + $ sar -n TCP,ETCP 1 2 +/root/check.sh: line 45: sar: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -d 1 2 (top disk) + $ pidstat -d 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- pidstat -u 1 2 (top cpu) + $ pidstat -u 1 2 +/root/check.sh: line 45: pidstat: command not found + [exit=127 / not installed or not permitted] + +--- top (single snapshot, top 30) + $ top -b -n 1 +top - 16:27:28 up 32 min, 2 users, load average: 2.03, 1.06, 0.97 +Tasks: 425 total, 2 running, 423 sleeping, 0 stopped, 0 zombie +%Cpu(s): 0.3 us, 0.3 sy, 0.0 ni, 93.2 id, 6.1 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 193363.6 total, 184456.9 free, 9568.6 used, 449.4 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 183794.9 avail Mem + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 39195 root 20 0 81172 64176 10872 D 25.0 0.0 0:00.76 apt-get + 39249 root 20 0 10428 5496 3388 R 8.3 0.0 0:00.02 top + 1 root 20 0 25260 15916 10736 S 0.0 0.0 0:12.85 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd + 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ + 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:00.06 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:01.61 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.00 migrati+ + 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:01.21 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:01.21 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 31 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:01.21 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 49 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 + 64 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 65 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 66 root 20 0 0 0 0 S 0.0 0.0 0:00.06 ksoftir+ + 68 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 + 70 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 71 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 72 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 74 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 75 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 + 76 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 77 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 78 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 79 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 80 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 81 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 + 82 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 83 root rt 0 0 0 0 S 0.0 0.0 0:01.22 migrati+ + 84 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 87 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12 + 88 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 89 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 90 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 92 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13 + 94 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 95 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 96 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 99 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/14 + 100 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 101 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 102 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 105 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15 + 106 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 107 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 108 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 111 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/16 + 112 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 113 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 114 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 116 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 117 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+ + 118 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/17 + 119 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 120 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 121 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 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:00.00 cpuhp/18 + 125 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 126 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 127 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 130 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/19 + 131 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 132 root rt 0 0 0 0 S 0.0 0.0 0:01.23 migrati+ + 133 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 136 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/20 + 137 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 138 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ + 139 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 141 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 142 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/21 + 143 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 144 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ + 145 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 147 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 148 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/22 + 149 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 150 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ + 151 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 153 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 154 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/23 + 155 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 156 root rt 0 0 0 0 S 0.0 0.0 0:01.24 migrati+ + 157 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 159 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 160 root 20 0 0 0 0 I 0.0 0.0 0:01.20 kworker+ + 161 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 162 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 163 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 164 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 165 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 166 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 167 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd + 168 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungta+ + 169 root 20 0 0 0 0 I 0.0 0.0 0:01.42 kworker+ + 170 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 172 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 173 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kcompac+ + 174 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kcompac+ + 175 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 176 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 177 root 39 19 0 0 0 S 0.0 0.0 0:00.01 khugepa+ + 178 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 179 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 180 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 181 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+ + 183 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 184 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 185 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 186 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 187 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 188 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 189 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 190 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 191 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 194 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 196 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 197 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd1 + 198 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 199 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 200 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+ + 201 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+ + 202 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/29-+ + 203 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/30-+ + 204 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/31-+ + 205 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/32-+ + 206 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/33-+ + 207 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/34-+ + 208 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+ + 209 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/37-+ + 210 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 212 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 213 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 214 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 216 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 217 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 218 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 220 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 222 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 227 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 228 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 229 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 235 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 245 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 246 root 0 -20 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 247 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 275 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 279 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 280 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 292 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 310 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 311 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 312 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 313 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 314 root 0 -20 0 0 0 I 0.0 0.0 0:00.19 kworker+ + 315 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 316 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 317 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 318 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 319 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 320 root 0 -20 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 322 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 326 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp0 + 335 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 336 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 337 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 338 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 339 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp1 + 340 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 341 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 342 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 343 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 344 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 345 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 346 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 347 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 348 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 349 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 350 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 351 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 352 root 20 0 0 0 0 I 0.0 0.0 0:00.84 kworker+ + 353 root 20 0 0 0 0 I 0.0 0.0 0:00.67 kworker+ + 354 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+ + 355 root 20 0 0 0 0 I 0.0 0.0 0:00.75 kworker+ + 356 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp2 + 357 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ptp3 + 360 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 361 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+ + 363 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 364 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 369 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 375 root 0 -20 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 377 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 378 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 379 root 20 0 0 0 0 S 0.0 0.0 0:00.00 usb-sto+ + 380 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 381 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 395 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 396 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 397 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 398 root 20 0 0 0 0 R 0.0 0.0 0:02.23 usb-sto+ + 432 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 433 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 442 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 444 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 445 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 473 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 474 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 475 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 490 root 20 0 0 0 0 S 0.0 0.0 0:00.28 jbd2/dm+ + 491 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 521 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 539 root 20 0 59540 36060 34456 S 0.0 0.0 0:00.95 systemd+ + 551 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 581 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 585 root 20 0 37336 10896 7872 S 0.0 0.0 0:00.62 systemd+ + 588 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 589 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 590 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 591 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 592 root 20 0 77296 22300 9124 S 0.0 0.0 0:00.11 dmeventd + 595 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 596 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 597 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 598 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 599 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 600 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 601 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 602 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 603 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 604 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 605 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 606 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 607 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 608 root 20 0 0 0 0 S 0.0 0.0 0:00.03 arc_evi+ + 609 root 39 19 0 0 0 S 0.0 0.0 0:00.02 arc_reap + 610 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 611 root 39 19 0 0 0 S 0.0 0.0 0:00.02 dbuf_ev+ + 612 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 613 root 20 0 0 0 0 S 0.0 0.0 0:00.03 l2arc_f+ + 619 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 704 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+ + 727 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 748 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 860 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ + 963 _rpc 20 0 6568 3784 3356 S 0.0 0.0 0:00.00 rpcbind + 965 message+ 20 0 8736 5360 4308 S 0.0 0.0 0:01.65 dbus-da+ + 973 root 20 0 276136 3656 3364 S 0.0 0.0 0:00.00 pve-lxc+ + 976 root 20 0 404848 7872 6868 S 0.0 0.0 0:00.27 rrdcach+ + 980 root 20 0 19108 9088 7756 S 0.0 0.0 0:00.83 systemd+ + 988 root 20 0 1423540 108904 26532 S 0.0 0.1 0:15.47 tailsca+ + 989 root 20 0 7216 2296 1948 S 0.0 0.0 0:00.04 ksmtuned + 991 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 992 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 997 root 20 0 2432 1536 1436 S 0.0 0.0 0:00.07 watchdo+ + 1004 root 20 0 159064 2500 2136 S 0.0 0.0 0:00.00 lxcfs + 1016 root 20 0 5256 1588 1368 S 0.0 0.0 0:00.00 blkmapd + 1096 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1196 root 20 0 5968 3512 2664 S 0.0 0.0 0:00.01 dhclient + 1232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1299 beszel 20 0 2379056 18600 10376 S 0.0 0.0 0:00.63 beszel-+ + 1300 _lldpd 20 0 21376 6576 5408 S 0.0 0.0 0:00.02 lldpd + 1301 root 20 0 5520 2552 2300 S 0.0 0.0 0:00.00 lxc-mon+ + 1309 root 20 0 266308 32436 15200 S 0.0 0.0 0:00.65 tuned + 1317 root 20 0 8168 2760 2532 S 0.0 0.0 0:00.05 agetty + 1324 root 20 0 11776 7788 6552 S 0.0 0.0 0:00.33 sshd + 1347 _lldpd 20 0 21376 2848 1680 S 0.0 0.0 0:00.08 lldpd + 1360 root 20 0 6864 2936 2684 S 0.0 0.0 0:00.00 cron + 1495 root 20 0 43984 4744 4104 S 0.0 0.0 0:00.00 master + 1496 postfix 20 0 44472 7692 7008 S 0.0 0.0 0:00.00 pickup + 1497 postfix 20 0 44524 7716 7028 S 0.0 0.0 0:00.00 qmgr + 1500 polkitd 20 0 306704 8152 7060 S 0.0 0.0 0:00.29 polkitd + 1512 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 1517 root 20 0 179212 134584 29116 S 0.0 0.1 0:06.88 pve-fir+ + 1532 root 20 0 184884 142296 32184 S 0.0 0.1 0:22.84 pvestatd + 1544 root 20 0 230076 182876 32640 S 0.0 0.1 0:01.62 pvedaem+ + 1647 www-data 20 0 231248 183964 32464 S 0.0 0.1 0:01.66 pveproxy + 1672 www-data 20 0 99264 69760 17700 S 0.0 0.0 0:00.57 spicepr+ + 1780 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 1785 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1854 root 20 0 209860 155600 32484 S 0.0 0.1 0:01.50 pvesche+ + 1898 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 3570 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+ + 3785 root 20 0 0 0 0 I 0.0 0.0 0:00.14 kworker+ + 3787 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 4431 root 20 0 32.1g 1.2g 13424 S 0.0 0.6 0:40.50 kvm + 4578 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 4606 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 4711 root 20 0 9.8g 3.3g 11236 S 0.0 1.8 9:01.52 kvm + 4756 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 4772 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 4811 root 20 0 2821480 496664 11428 S 0.0 0.3 0:37.24 kvm + 4930 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 5011 root 20 0 6987652 736032 11204 S 0.0 0.4 0:46.12 kvm + 5180 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 5234 root 20 0 0 0 0 I 0.0 0.0 0:00.63 kworker+ + 5367 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+ + 5504 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 5506 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 5558 root 20 0 0 0 0 I 0.0 0.0 0:00.86 kworker+ + 5844 root 20 0 0 0 0 I 0.0 0.0 0:00.18 kworker+ + 5951 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 6832 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 9456 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 9867 root 20 0 10076 6272 4828 S 0.0 0.0 0:00.03 smartd + 9869 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 9932 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10237 _chrony 20 0 19940 5660 4896 S 0.0 0.0 0:00.05 chronyd + 10248 _chrony 20 0 11612 2360 1732 S 0.0 0.0 0:00.00 chronyd + 23495 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 23775 root 20 0 104420 6376 5228 S 0.0 0.0 0:00.00 zed + 23840 root 20 0 473708 59148 45000 S 0.0 0.0 0:01.02 pmxcfs + 23917 root 20 0 79620 2384 2176 S 0.0 0.0 0:00.13 pvefw-l+ + 24112 root 20 0 13584 5616 4756 S 0.0 0.0 0:00.10 proxmox+ + 24121 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+ + 24196 root 20 0 5748 2140 1952 S 0.0 0.0 0:00.00 qmeventd + 24317 root 20 0 213244 123544 4304 S 0.0 0.1 0:00.13 pve-ha-+ + 24399 root 20 0 214204 124608 4356 S 0.0 0.1 0:00.11 pve-ha-+ + 24452 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 24533 root 20 0 238764 162616 10880 S 0.0 0.1 0:00.10 pvedaem+ + 24534 root 20 0 238596 162260 10664 S 0.0 0.1 0:00.08 pvedaem+ + 24535 root 20 0 238736 162532 10924 S 0.0 0.1 0:00.10 pvedaem+ + 24546 www-data 20 0 99364 56248 4048 S 0.0 0.0 0:00.03 spicepr+ + 24547 www-data 20 0 253808 181072 14140 S 0.0 0.1 0:00.30 pveprox+ + 24548 www-data 20 0 240100 162900 9860 S 0.0 0.1 0:00.19 pveprox+ + 24549 www-data 20 0 248300 173596 12108 S 0.0 0.1 0:00.25 pveprox+ + 30491 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+ + 30527 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 30589 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 30921 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 31749 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 31750 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 31753 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 31900 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 31902 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 31903 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 32621 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 32732 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 33361 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33450 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33491 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33521 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33589 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33591 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 34334 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 34415 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+ + 34416 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 34564 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 34835 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+ + 35038 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 35175 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 35326 root 20 0 22216 12644 10200 S 0.0 0.0 0:00.24 systemd + 35327 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 35329 root 20 0 24404 3828 2032 S 0.0 0.0 0:00.00 (sd-pam) + 35338 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 35391 root 20 0 19652 11516 9744 S 0.0 0.0 0:00.01 sshd-se+ + 35393 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 35404 root 20 0 19908 7472 5424 S 0.0 0.0 0:00.00 sshd-se+ + 35406 root 20 0 7320 3720 3188 S 0.0 0.0 0:00.65 bash + 35458 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 35560 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 35582 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 36097 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 36395 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39065 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39186 root 20 0 19652 11632 9860 S 0.0 0.0 0:00.01 sshd-se+ + 39193 root 20 0 19908 7424 5408 S 0.0 0.0 0:00.00 sshd-se+ + 39194 root 20 0 7084 3500 3248 S 0.0 0.0 0:00.00 bash + 39196 root 20 0 5616 2160 2040 S 0.0 0.0 0:00.00 tail + 39208 root 20 0 5580 2152 2040 S 0.0 0.0 0:00.00 sleep + 39247 root 20 0 7320 2288 1756 S 0.0 0.0 0:00.00 bash + 39248 root 20 0 5588 2160 2044 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 +16:27:30 0 0 0 0 0 0 0 5.6K 5.9G 174G +16:27:31 0 0 0 0 0 0 0 5.6K 5.9G 174G + +--- /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: +tailscale0: +vmbr0: +bond0: +datanet: +tap701i0: +fwbr701i0: +fwpr701p0: +fwln701i0: +tap701i1: +fwbr701i1: +fwpr701p1: +fwln701i1: +tap702i0: +fwbr702i0: +fwpr702p0: +fwln702i0: +tap703i0: +fwbr703i0: +fwpr703p0: +fwln703i0: +tap704i0: +fwbr704i0: +fwpr704p0: +fwln704i0: +tap704i1: +fwbr704i1: +fwpr704p1: +fwln704i1: +--- t0 --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 60217 417 0 0 0 0 0 0 60217 417 0 0 0 0 0 0 + nic0: 625915407 526432 0 64 0 0 0 53498 11011056 67329 0 0 0 0 0 0 + nic1: 5846774596 4999079 0 0 0 0 0 272 11994498274 8959384 0 0 0 0 0 0 + nic2: 7957595238 6169277 0 0 0 0 0 1590 13986741675 11221261 0 0 0 0 0 0 + nic3: 198139 2092 0 0 0 0 0 1920 34865 131 0 0 0 0 0 0 +tailscale0: 926121 4418 0 0 0 0 0 0 2342677 4476 0 0 0 0 0 0 + vmbr0: 592266668 184306 0 0 0 0 0 46991 6763158 46934 0 0 0 0 0 0 + bond0: 13804369834 11168356 0 126 0 0 0 1862 25981239949 20180645 0 0 0 0 0 0 +datanet: 13347854180 6379526 0 0 0 0 0 1605 30281594887 10194094 0 0 0 0 0 0 +tap701i0: 851607 4322 0 0 0 0 0 0 7452371 61712 0 0 0 0 0 0 +fwbr701i0: 4590739 54443 0 60 0 0 0 35661 0 0 0 0 0 0 0 0 +fwpr701p0: 864306 4373 0 51 0 0 0 0 7452422 61712 0 0 0 0 0 0 +fwln701i0: 7452422 61712 0 51 0 0 0 0 864306 4373 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 60 1 0 566 0 0 0 0 +fwbr701i1: 114770 1399 0 0 0 0 0 1309 0 0 0 0 0 0 0 0 +fwpr701p1: 12699 51 0 51 0 0 0 0 159455 1582 0 0 0 0 0 0 +fwln701i1: 159455 1582 0 51 0 0 0 0 12699 51 0 0 0 0 0 0 +tap702i0: 1180340 6244 0 0 0 0 0 0 8691525 64132 0 279 0 0 0 0 +fwbr702i0: 4579524 54279 0 60 0 0 0 35586 0 0 0 0 0 0 0 0 +fwpr702p0: 1193039 6295 0 51 0 0 0 0 8721193 64411 0 0 0 0 0 0 +fwln702i0: 8721193 64411 0 51 0 0 0 0 1193039 6295 0 0 0 0 0 0 +tap703i0: 1039045 4930 0 0 0 0 0 0 7694629 61876 0 628 0 0 0 0 +fwbr703i0: 4564711 54112 0 60 0 0 0 35475 0 0 0 0 0 0 0 0 +fwpr703p0: 1051744 4981 0 51 0 0 0 0 7756364 62511 0 0 0 0 0 0 +fwln703i0: 7756364 62511 0 51 0 0 0 0 1051744 4981 0 0 0 0 0 0 +tap704i0: 806319 3945 0 0 0 0 0 0 7037958 58761 0 1864 0 0 0 0 +fwbr704i0: 4550610 53952 0 60 0 0 0 35369 0 0 0 0 0 0 0 0 +fwpr704p0: 818769 3995 0 50 0 0 0 0 7215219 60625 0 0 0 0 0 0 +fwln704i0: 7215219 60625 0 50 0 0 0 0 818769 3995 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 547 0 0 0 0 +fwbr704i1: 112878 1381 0 0 0 0 0 1294 0 0 0 0 0 0 0 0 +fwpr704p1: 12450 50 0 50 0 0 0 0 157062 1563 0 0 0 0 0 0 +fwln704i1: 157062 1563 0 50 0 0 0 0 12450 50 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: 60217 417 0 0 0 0 0 0 60217 417 0 0 0 0 0 0 + nic0: 628254430 528197 0 64 0 0 0 53517 11031909 67577 0 0 0 0 0 0 + nic1: 5846775178 4999084 0 0 0 0 0 272 11994507156 8959391 0 0 0 0 0 0 + nic2: 7957595302 6169278 0 0 0 0 0 1591 13986750557 11221268 0 0 0 0 0 0 + nic3: 198139 2092 0 0 0 0 0 1920 34865 131 0 0 0 0 0 0 +tailscale0: 926121 4418 0 0 0 0 0 0 2342677 4476 0 0 0 0 0 0 + vmbr0: 592268804 184335 0 0 0 0 0 47001 6763284 46937 0 0 0 0 0 0 + bond0: 13804370480 11168362 0 126 0 0 0 1863 25981257713 20180659 0 0 0 0 0 0 +datanet: 13347854620 6379530 0 0 0 0 0 1605 30281612067 10194100 0 0 0 0 0 0 +tap701i0: 855407 4332 0 0 0 0 0 0 7458531 61749 0 0 0 0 0 0 +fwbr701i0: 4592737 54469 0 60 0 0 0 35671 0 0 0 0 0 0 0 0 +fwpr701p0: 868106 4383 0 51 0 0 0 0 7458582 61749 0 0 0 0 0 0 +fwln701i0: 7458582 61749 0 51 0 0 0 0 868106 4383 0 0 0 0 0 0 +tap701i1: 0 0 0 0 0 0 0 0 60 1 0 566 0 0 0 0 +fwbr701i1: 114770 1399 0 0 0 0 0 1309 0 0 0 0 0 0 0 0 +fwpr701p1: 12699 51 0 51 0 0 0 0 159455 1582 0 0 0 0 0 0 +fwln701i1: 159455 1582 0 51 0 0 0 0 12699 51 0 0 0 0 0 0 +tap702i0: 1180340 6244 0 0 0 0 0 0 8693887 64158 0 279 0 0 0 0 +fwbr702i0: 4581522 54305 0 60 0 0 0 35596 0 0 0 0 0 0 0 0 +fwpr702p0: 1193039 6295 0 51 0 0 0 0 8723555 64437 0 0 0 0 0 0 +fwln702i0: 8723555 64437 0 51 0 0 0 0 1193039 6295 0 0 0 0 0 0 +tap703i0: 1039303 4932 0 0 0 0 0 0 7697263 61904 0 628 0 0 0 0 +fwbr703i0: 4566709 54138 0 60 0 0 0 35485 0 0 0 0 0 0 0 0 +fwpr703p0: 1052002 4983 0 51 0 0 0 0 7758998 62539 0 0 0 0 0 0 +fwln703i0: 7758998 62539 0 51 0 0 0 0 1052002 4983 0 0 0 0 0 0 +tap704i0: 806319 3945 0 0 0 0 0 0 7040320 58787 0 1864 0 0 0 0 +fwbr704i0: 4552608 53978 0 60 0 0 0 35379 0 0 0 0 0 0 0 0 +fwpr704p0: 818769 3995 0 50 0 0 0 0 7217581 60651 0 0 0 0 0 0 +fwln704i0: 7217581 60651 0 50 0 0 0 0 818769 3995 0 0 0 0 0 0 +tap704i1: 0 0 0 0 0 0 0 0 60 1 0 547 0 0 0 0 +fwbr704i1: 112878 1381 0 0 0 0 0 1294 0 0 0 0 0 0 0 0 +fwpr704p1: 12450 50 0 50 0 0 0 0 157062 1563 0 0 0 0 0 0 +fwln704i1: 157062 1563 0 50 0 0 0 0 12450 50 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.0.250 pfv-tsys7.knel.net pfv-tsys7 + +# The following lines are desirable for IPv6 capable hosts + +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters +ff02::3 ip6-allhosts + +10.100.100.4 pfv-tsys4-nfs-stor +10.100.100.5 pfv-tsys5-nfs-stor + +--- /etc/ntp.conf + [missing: /etc/ntp.conf] + +--- /etc/chrony/chrony.conf + --- /etc/chrony/chrony.conf --- +# Welcome to the chrony configuration file. See chrony.conf(5) for more +# information about usable directives. + +# Use Debian vendor zone. +pool 2.debian.pool.ntp.org iburst + +# Use time sources from DHCP. +sourcedir /run/chrony-dhcp + +# Use NTP sources found in /etc/chrony/sources.d. +sourcedir /etc/chrony/sources.d + +# This directive specifies the location of the file containing ID/key pairs for +# NTP authentication. +keyfile /etc/chrony/chrony.keys + +# This directive specifies the file into which chronyd will store the rate +# information. +driftfile /var/lib/chrony/chrony.drift + +# Save NTS keys and cookies. +ntsdumpdir /var/lib/chrony + +# Uncomment the following line to turn logging on. +#log tracking measurements statistics + +# Log files location. +logdir /var/log/chrony + +# Stop bad estimates upsetting machine clock. +maxupdateskew 100.0 + +# This directive enables kernel synchronisation (every 11 minutes) of the +# real-time clock. Note that it can't be used along with the 'rtcfile' directive. +rtcsync + +# Step the system clock instead of slewing it if the adjustment is larger than +# one second, but only in the first three clock updates. +makestep 1 3 + +# Get TAI-UTC offset and leap seconds from the system tz database. +# This directive must be commented out when using time sources serving +# leap-smeared time. +leapseclist /usr/share/zoneinfo/leap-seconds.list + +# Include configuration files found in /etc/chrony/conf.d. +confdir /etc/chrony/conf.d + +--- timedatectl + $ timedatectl + Local time: Sun 2026-07-26 16:27:32 CDT + Universal time: Sun 2026-07-26 21:27:32 UTC + RTC time: Sun 2026-07-26 21:27:32 + Time zone: America/Chicago (CDT, -0500) +System clock synchronized: yes + NTP service: active + RTC in local TZ: no + +--- chronyc tracking + $ chronyc tracking +Reference ID : 40832FB2 (64-131-47-178.metronet.net) +Stratum : 2 +Ref time (UTC) : Sun Jul 26 21:27:08 2026 +System time : 0.000180375 seconds slow of NTP time +Last offset : +0.000134459 seconds +RMS offset : 0.000872636 seconds +Frequency : 25.071 ppm slow +Residual freq : +0.020 ppm +Skew : 1.241 ppm +Root delay : 0.031746965 seconds +Root dispersion : 0.001038373 seconds +Update interval : 128.9 seconds +Leap status : Normal + +--- chronyc sources + $ chronyc sources +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^+ sushi.ruselabs.com 2 7 377 20 -2104us[-2104us] +/- 19ms +^+ 216.82.35.115 2 7 377 21 +895us[ +895us] +/- 34ms +^* 64-131-47-178.metronet.n> 1 7 377 24 +1716us[+1850us] +/- 17ms +^+ 96-19-94-82.cpe.sparklig> 1 7 377 22 +654us[ +654us] +/- 17ms + +--- ntpq peers + $ ntpq -pn +/root/check.sh: line 45: ntpq: command not found + [exit=127 / not installed or not permitted] + +############################################################################### +# 28. FIREWALL / SECURITY +############################################################################### + +--- pve-firewall status + $ pve-firewall status +Status: disabled/running + +--- nft ruleset (count) + $ nft list ruleset + +--- nft ruleset (head) + $ nft list ruleset + +--- iptables-save (legacy) + $ iptables-save +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +*mangle +:PREROUTING ACCEPT [6573947:13944580785] +:INPUT ACCEPT [6496410:13935456995] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [4392964:30030606831] +:POSTROUTING ACCEPT [4392964:30030606831] +-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000 +-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000 +COMMIT +# Completed on Sun Jul 26 16:27:34 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +*raw +:PREROUTING ACCEPT [6574068:13944624055] +:OUTPUT ACCEPT [4393076:30030618149] +COMMIT +# Completed on Sun Jul 26 16:27:34 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +*nat +:PREROUTING ACCEPT [74544:8585960] +:INPUT ACCEPT [1626:437447] +:OUTPUT ACCEPT [4020:271026] +:POSTROUTING ACCEPT [4020:271026] +:ts-postrouting - [0:0] +-A POSTROUTING -j ts-postrouting +-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE +COMMIT +# Completed on Sun Jul 26 16:27:34 2026 +# Generated by iptables-save v1.8.11 on Sun Jul 26 16:27:34 2026 +*filter +:INPUT ACCEPT [6483536:13932755795] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [4393092:30030619209] +: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.110.146.27/32 -i lo -j ACCEPT +-A ts-input -i tailscale0 -j ACCEPT +-A ts-input -p udp -m udp --dport 41641 -j ACCEPT +-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN +-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP +COMMIT +# Completed on Sun Jul 26 16:27:34 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 (10237) + /usr/sbin/chronyd (10248) + /usr/sbin/dhclient (1196) /{,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 + 4711 root 3507976 10288716 35.9 1.7 kvm + 4431 root 1221196 33646680 2.6 0.6 kvm + 5011 root 736032 6987652 3.0 0.3 kvm + 4811 root 496664 2821480 2.4 0.2 kvm + 1647 www-data 183964 231248 0.0 0.0 pveproxy + 1544 root 182876 230076 0.0 0.0 pvedaemon + 24547 www-data 181072 253808 0.0 0.0 pveproxy worker + 24549 www-data 173596 248300 0.0 0.0 pveproxy worker + 24548 www-data 162900 240100 0.0 0.0 pveproxy worker + 24533 root 162616 238764 0.0 0.0 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 + 4711 root 35.9 1.7 3507976 kvm + 39294 root 13.2 0.0 76756 apt-get + 5011 root 3.0 0.3 736032 kvm + 39330 root 3.0 0.0 13508 dpkg + 4431 root 2.6 0.6 1221196 kvm + 39327 root 2.6 0.0 7720 systemd-timedat + 4811 root 2.4 0.2 496664 kvm + 1532 root 1.2 0.0 142312 pvestatd + 988 root 0.8 0.0 108904 tailscaled + 35406 root 0.7 0.0 3720 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=184 systemd + +--- 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 88M Jul 19 13:35 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@0ec05c42f3e446c09fa114ed8bf8bbde-0000000000029981-00065496c0fe843f.journal +-rw-r-----+ 1 root systemd-journal 48M Jun 19 03:02 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@00065496c109b687-b0a7b1eee6538ebe.journal~ +-rw-r-----+ 1 root systemd-journal 40M May 5 03:34 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@0ec05c42f3e446c09fa114ed8bf8bbde-0000000000000001-00064ea994b6f81f.journal +-rw-r-----+ 1 root systemd-journal 32M Jul 26 16:27 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system.journal +-rw-r-----+ 1 root systemd-journal 24M May 20 11:21 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@000652424b9ca9bb-f4ff275107ae8c03.journal~ +-rw-r-----+ 1 root systemd-journal 16M May 10 21:57 /var/log/journal/0e2091f0cca443c1a271a38629dbc5b5/system@00065181f2f29a40-c9d09f859e785b97.journal~ + +############################################################################### +# 30. QUICK-LOOK SUSPECT SUMMARY +############################################################################### + +Auto-detected performance anti-patterns (verify against full data above): + + +--- [A] Network interfaces < 10 Gbps and up + $ hits=0 +for ifc in $NETIFS; do + s=$(cat "/sys/class/net/$ifc/speed" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + case "$s" in + 10|100|1000) + if [ "$c" = "1" ]; then + printf ' %s : %s Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration\n' "$ifc" "$s" + hits=$((hits+1)) + fi + ;; + esac +done +[ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)" + nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + 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 + [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 + datanet : mtu=1500 + fwbr701i0 : mtu=1500 + fwbr701i1 : mtu=1500 + fwbr702i0 : mtu=1500 + fwbr703i0 : mtu=1500 + fwbr704i0 : mtu=1500 + fwbr704i1 : mtu=1500 + fwln701i0 : mtu=1500 + fwln701i1 : mtu=1500 + fwln702i0 : mtu=1500 + fwln703i0 : mtu=1500 + fwln704i0 : mtu=1500 + fwln704i1 : mtu=1500 + fwpr701p0 : mtu=1500 + fwpr701p1 : mtu=1500 + fwpr702p0 : mtu=1500 + fwpr703p0 : mtu=1500 + fwpr704p0 : mtu=1500 + fwpr704p1 : mtu=1500 + nic0 : mtu=1500 + nic1 : mtu=1500 + nic2 : mtu=1500 + nic3 : mtu=1500 + tap701i0 : mtu=1500 + tap701i1 : mtu=1500 + tap702i0 : mtu=1500 + tap703i0 : mtu=1500 + tap704i0 : mtu=1500 + tap704i1 : 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=5760 bytes ARC max=17179869184 bytes RAM total=202756390912 bytes + ARC max is 8% 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 701: ide-disk no-iothread + VM 704: ide-disk no-iothread + [exit=1] + + +--- [J] NFS client mount option red flags + $ if ! command -v nfsstat >/dev/null 2>&1; then + echo " nfsstat not available" +else + nfsstat -m 2>/dev/null | awk ' + /^.*:/ {mp=$0; next} + /Flags:/ { + gsub(/Flags:|,/,"",$0) + line=$0 + if (line !~ /noatime/) print " "mp" : missing noatime" + if (line !~ /nconnect/) print " "mp" : missing nconnect (kernel >=5.3)" + if (line !~ /rsize=1048576/) print " "mp" : rsize<1M" + if (line !~ /wsize=1048576/) print " "mp" : wsize<1M" + if (line ~ /sync/) print " "mp" : sync mount (slow)" + } + ' +fi + + +--- [K] Softnet / NIC drops (non-zero) + $ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat +echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)" + (also check ethtool -S sections above for rx_dropped/rx_missed_errors) + + +--- [L] Failed systemd services + $ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10) +if [ -n "$failed" ]; then + echo "$failed" | sed 's/^/ /' +else + echo " no failed services" +fi + no failed services + + +--- [M] Filesystem usage > 80% + $ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}' + + +--- [N] SMART / NVMe health warnings + $ if command -v nvme >/dev/null 2>&1; then + for n in /dev/nvme[0-9]*; do + [ -b "$n" ] || continue + crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5) + [ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' ' + done +fi +if command -v smartctl >/dev/null 2>&1; then + for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do + dev="/dev/$d" + [ -b "$dev" ] || continue + chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed') + echo "$chk" | grep -qi fail && echo " $dev: $chk" + done +fi +echo " (see section 20 for full smartctl/nvme output)" + (see section 20 for full smartctl/nvme output) + +############################################################################### +# Collection complete: pfv-tsys7 +# Output: /root/pfv-tsys7.log +# Size: 896062 bytes / 17334 lines +# Elapsed: 103 seconds +############################################################################### diff --git a/returned-logs/pfv-tsys9.log b/returned-logs/pfv-tsys9.log new file mode 100644 index 0000000..e20c2ce --- /dev/null +++ b/returned-logs/pfv-tsys9.log @@ -0,0 +1,12468 @@ +############################################################################### +# Proxmox VE host performance assessment (READ-ONLY) +# Host: pfv-tsys9 (pfv-tsys9.knel.net) +# FQDN: pfv-tsys9.knel.net +# All IPs: 100.101.158.76 192.168.3.58 10.100.100.9 fd7a:115c:a1e0::8c3b:9e4d +# Collected: 2026-07-27T15:20:56Z (UTC) +# Kernel: 6.17.2-1-pve +# Machine: x86_64 GNU/Linux +# Caller: root (uid=0) +# Script: check.sh - strictly READ-ONLY +############################################################################### + +############################################################################### +# 1. TOOL AVAILABILITY MATRIX +############################################################################### + +--- command presence + path + version + $ # Each line: name | present? | path | version +printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE" +printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------" +for t in \ + pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \ + ip ss ethtool bridge brctl nmcli \ + tcpdump mtr nstat netstat nicstat ifstat \ + dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \ + cpupower turbostat x86_energy_perf_policy rdmsr \ + tuned-adm irqbalance \ + zpool zfs zdb arcstat arc_summary \ + lsblk blkid blockdev findmnt smartctl nvme hdparm \ + storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \ + sas2ircu sas3ircu hpssacli ssacli perccli \ + multipath pvs vgs lvs lvdisplay \ + xfs_info dumpe2fs btrfs \ + fio iperf iperf3 sysbench bonnie++ iozone \ + iostat mpstat pidstat sar vmstat \ + top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \ + perf strace lsof fatrace \ + dig host nslookup \ + chronyc ntpq timedatectl \ + nft iptables iptables-save ipset ufw \ + jq bc awk smartctl nvme \ + apt dpkg +do + p="$(command -v "$t" 2>/dev/null)" + if [ -n "$p" ]; then + v="" + case "$t" in + zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;; + iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower) + v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;; + pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;; + storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli) + v="(storage HBA CLI - present)" ;; + esac + printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v" + else + printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-" + fi +done +TOOL PRESENT PATH VERSION/NOTE +---- ------- ---- ------------ +pveversion yes /usr/bin/pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) +pvecm yes /usr/bin/pvecm +qm yes /usr/sbin/qm +pct yes /usr/sbin/pct +pvesm yes /usr/sbin/pvesm +pvesh yes /usr/bin/pvesh +pveperf yes /usr/bin/pveperf +proxmox-backup-client yes /usr/bin/proxmox-backup-client +ip yes /usr/sbin/ip +ss yes /usr/bin/ss +ethtool yes /usr/sbin/ethtool ethtool version 6.14.2 +bridge yes /usr/sbin/bridge +brctl yes /usr/sbin/brctl +nmcli no - - +tcpdump yes /usr/bin/tcpdump +mtr 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.3.4-pve1 zfs-kmod-2.3.4-pve1 +zfs yes /usr/sbin/zfs zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1 +zdb yes /usr/sbin/zdb +arcstat yes /usr/sbin/arcstat +arc_summary yes /usr/sbin/arc_summary +lsblk yes /usr/bin/lsblk +blkid yes /usr/sbin/blkid +blockdev yes /usr/sbin/blockdev +findmnt yes /usr/bin/findmnt +smartctl yes /usr/sbin/smartctl smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.2-1-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 no - - +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.4 2024-10-15 r5620 [x86_64-linux-6.17.2-1-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.9-pve2 +ethtool 1:6.14.2-1 +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.0.20-1 +proxmox-backup-file-restore 4.0.20-1 +proxmox-backup-restore-image 1.0.0 +proxmox-default-kernel 2.0.1 +proxmox-firewall 1.2.1 +proxmox-grub 2.12-9+pmx2 +proxmox-kernel-6.17 6.17.2-1 +proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1 +proxmox-kernel-helper 9.0.4 +proxmox-mail-forward 1.0.2 +proxmox-mini-journalreader 1.6 +proxmox-offline-mirror-docs 0.7.3 +proxmox-offline-mirror-helper 0.7.3 +proxmox-termproxy 2.0.3 +proxmox-ve 9.1.0 +proxmox-websocket-tunnel 1.0.0 +proxmox-widget-toolkit 5.1.2 +pve-cluster 9.0.7 +pve-container 6.0.18 +pve-docs 9.1.0 +pve-edk2-firmware 4.2025.05-2 +pve-edk2-firmware-legacy 4.2025.05-2 +pve-edk2-firmware-ovmf 4.2025.05-2 +pve-esxi-import-tools 1.0.1 +pve-firewall 6.0.4 +pve-firmware 3.17-2 +pve-ha-manager 5.0.8 +pve-i18n 3.6.2 +pve-lxc-syscalld 2.0.2 +pve-manager 9.1.1 +pve-nvidia-vgpu-helper 0.2.0 +pve-qemu-kvm 10.1.2-3 +pve-xtermjs 5.5.0-3 +pve-yew-mobile-gui 0.6.4 +pve-yew-mobile-i18n 3.6.2 +qemu-server 9.0.30 +smartmontools 7.4-pve1 +sysstat 12.7.5-2 +tuned 2.25.1-1 +zfs-initramfs 2.3.4-pve1 +zfs-zed 2.3.4-pve1 +zfsutils-linux 2.3.4-pve1 + +--- kernel modules available (relevant to perf) + $ for m in kvm_intel kvm_amd \ + ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \ + nvme nvme-tcp nvme-fabrics sd_mod sr_mod \ + zfs spl znvpair zcommon zunicode zavl icp zlua \ + megaraid_sas mpt3sas hpsa aacraid smartpqi isci \ + dm_multipath multipath \ + tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \ + 8021q bonding bridge br_netfilter \ + vhost_net vhost_scsi target_core_mod \ + nfsv4 nfsv3 rpcsec_gss_krb5 +do + modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)" +done +available : kvm_intel () +available : kvm_amd () +available : ixgbe () +available : i40e () +available : i40iw () +available : ice () +available : igb () +available : igc () +available : mlx4_en (4.0-0) +available : mlx5_core () +available : mlx4_core (4.0-0) +available : bnx2x () +available : bnx2 () +available : tg3 () +available : be2net () +available : qed () +available : qede () +available : virtio_net () +available : nvme (1.0) +available : nvme-tcp () +available : nvme-fabrics () +available : sd_mod () +available : sr_mod () +available : zfs (2.3.4-pve1) +available : spl (2.3.4-pve1) +available : znvpair (2.3.4-pve1) +available : zcommon (2.3.4-pve1) +available : zunicode (2.3.4-pve1) +available : zavl (2.3.4-pve1) +available : icp (2.3.4-pve1) +available : zlua (2.3.4-pve1) +available : megaraid_sas (07.734.00.00-rc1) +available : mpt3sas (52.100.00.00) +available : hpsa (3.4.20-200) +available : aacraid (1.2.1[50983]-custom) +available : smartpqi (2.1.34-035) +available : isci (1.2.0) +available : dm_multipath () +available : tcp_dctcp () +available : tcp_bbr () +available : tcp_cubic (2.3) +available : tcp_htcp () +available : 8021q (1.8) +available : bonding () +available : bridge (2.3) +available : br_netfilter () +available : vhost_net (0.0.1) +available : vhost_scsi () +available : target_core_mod () +available : nfsv4 () +available : nfsv3 () +available : rpcsec_gss_krb5 () + +--- currently loaded modules (filtered) + $ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}' +Module Size Used by +tcp_diag 12288 0 +rpcsec_gss_krb5 28672 0 +nfsv4 1175552 2 +bonding 245760 0 +sunrpc 786432 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs +kvm_intel 532480 24 +kvm 1376256 15 kvm_intel +zfs 6344704 6 +spl 151552 1 zfs +vhost_net 32768 5 +vhost 69632 1 vhost_net +vhost_iotlb 16384 1 vhost +nvme_fabrics 36864 0 +nvme_core 229376 1 nvme_fabrics +tcp_bbr 20480 23 +nvme_keyring 20480 2 nvme_core,nvme_fabrics +nvme_auth 28672 1 nvme_core +dm_thin_pool 94208 1 +dm_persistent_data 114688 1 dm_thin_pool +dm_bio_prison 24576 1 dm_thin_pool +dm_bufio 53248 1 dm_persistent_data + +############################################################################### +# 2. OS / DISTRO / UPTIME +############################################################################### + +--- os-release + --- /etc/os-release --- +PRETTY_NAME="Debian GNU/Linux 13 (trixie)" +NAME="Debian GNU/Linux" +VERSION_ID="13" +VERSION="13 (trixie)" +VERSION_CODENAME=trixie +DEBIAN_VERSION_FULL=13.6 +ID=debian +HOME_URL="https://www.debian.org/" +SUPPORT_URL="https://www.debian.org/support" +BUG_REPORT_URL="https://bugs.debian.org/" + +--- debian version + $ cat /etc/debian_version +13.6 + +--- uptime + $ uptime + 10:20:57 up 2:00, 1 user, load average: 1.00, 1.02, 1.05 + +--- uptime raw (since boot) + $ cat /proc/uptime +7208.63 78150.97 + +--- last reboot + $ last -x reboot +reboot system boot 6.17.2-1-pve Mon Jul 27 08:20 - still running +reboot system boot 6.17.2-1-pve Sun Jul 26 18:05 - 08:17 (14:11) +shutdown system down 6.17.2-1-pve Mon Jul 27 08:17 - 08:20 (00:03) +reboot system boot 6.17.2-1-pve Fri Jul 24 17:06 - 11:15 (1+18:08) +shutdown system down 6.17.2-1-pve Sun Jul 26 11:15 - 18:05 (06:50) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 16:49 (03:10) +shutdown system down 6.17.2-1-pve Wed Sep 3 16:49 - 17:06 (324+00:17) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 13:38 (00:00) +shutdown system down 6.17.2-1-pve Wed Sep 3 13:38 - 13:38 (213503982+08:01) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 17:06 (324+03:27) +shutdown system down 6.17.2-1-pve Fri Jul 24 17:06 - 13:38 (213503658+04:33) + +wtmpdb begins Wed Sep 3 13:38:17 2025 + +--- last logins + $ last +root pts/0 100.87.49.37 Mon Jul 27 10:04 - 10:05 (00:00) +root pts/0 100.87.49.37 Mon Jul 27 08:42 - 08:42 (00:00) +reboot system boot 6.17.2-1-pve Mon Jul 27 08:20 - still running +root pts/0 10.100.100.3 Mon Jul 27 00:31 - 00:31 (00:00) +reboot system boot 6.17.2-1-pve Sun Jul 26 18:05 - 08:17 (14:11) +root pts/0 100.87.49.37 Sun Jul 26 11:12 - 11:13 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 22:28 - 22:28 (00:00) +root pts/0 100.87.49.37 Fri Jul 24 17:17 - 17:19 (00:02) +reboot system boot 6.17.2-1-pve Fri Jul 24 17:06 - 11:15 (1+18:08) +root pts/0 100.87.49.37 Fri Jul 24 17:00 - 17:06 (00:06) +root pts/0 192.168.3.153 Fri Jul 24 16:55 - 16:59 (00:04) +root tty1 Fri Jul 24 16:53 - 17:03 (00:09) +root tty1 Wed Sep 3 16:47 - 16:49 (00:01) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 16:49 (03:10) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 13:38 (00:00) +reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 17:06 (324+03:27) + +wtmpdb begins Wed Sep 3 13:38:17 2025 + +--- uname + $ uname -a +Linux pfv-tsys9 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux + +--- /proc/cmdline (boot args) + $ cat /proc/cmdline +BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet + +############################################################################### +# 3. HARDWARE INVENTORY +############################################################################### + +--- dmidecode -t system + $ dmidecode -t system +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.2.0 present. + +Handle 0x0001, DMI type 1, 27 bytes +System Information + Manufacturer: Dell Inc. + Product Name: OptiPlex 7080 + Version: Not Specified + Serial Number: FJS08B3 + UUID: 4c4c4544-004a-5310-8030-c6c04f384233 + Wake-up Type: Power Switch + SKU Number: 09A4 + Family: OptiPlex + +Handle 0x0005, DMI type 12, 5 bytes +System Configuration Options + Option 1: Default string + +Handle 0x0006, DMI type 15, 35 bytes +System Event Log + Area Length: 4 bytes + Header Start Offset: 0x0000 + Header Length: 2 bytes + Data Start Offset: 0x0002 + Access Method: Indexed I/O, one 16-bit index port, one 8-bit data port + Access Address: Index 0x046A, Data 0x046C + Status: Invalid, Not Full + Change Token: 0x00000000 + Header Format: No Header + Supported Log Type Descriptors: 6 + Descriptor 1: End of log + Data Format 1: OEM-specific + Descriptor 2: End of log + Data Format 2: OEM-specific + Descriptor 3: End of log + Data Format 3: OEM-specific + Descriptor 4: End of log + Data Format 4: OEM-specific + Descriptor 5: End of log + Data Format 5: OEM-specific + Descriptor 6: End of log + Data Format 6: OEM-specific + +Handle 0x0008, DMI type 32, 20 bytes +System Boot Information + Status: No errors detected + + +--- dmidecode -t baseboard + $ dmidecode -t baseboard +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.2.0 present. + +Handle 0x0002, DMI type 2, 15 bytes +Base Board Information + Manufacturer: Dell Inc. + Product Name: 0HV8FN + Version: A01 + Serial Number: /FJS08B3/CNFCW000B9031W/ + Asset Tag: Not Specified + Features: + Board is a hosting board + Board is replaceable + Location In Chassis: Not Specified + Chassis Handle: 0x0003 + Type: Motherboard + Contained Object Handles: 0 + +Handle 0x002E, DMI type 10, 6 bytes +On Board Device Information + Type: Video + Status: Enabled + Description: "Intel HD Graphics" + +Handle 0x002F, DMI type 10, 6 bytes +On Board Device Information + Type: Ethernet + Status: Enabled + Description: "Intel LOM" + +Handle 0x0030, DMI type 10, 6 bytes +On Board Device Information + Type: Sound + Status: Enabled + Description: "Realtek Audio" + +Handle 0xF036, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:00.0 + +Handle 0xF037, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Video + Type: Video + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:02.0 + +Handle 0xF038, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 2 + Bus Address: 0000:00:08.0 + +Handle 0xF039, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 3 + Bus Address: 0000:00:12.0 + +Handle 0xF03A, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 4 + Bus Address: 0000:00:14.0 + +Handle 0xF03B, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 5 + Bus Address: 0000:00:14.2 + +Handle 0xF03C, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 6 + Bus Address: 0000:00:15.0 + +Handle 0xF03D, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 7 + Bus Address: 0000:00:16.0 + +Handle 0xF03E, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 8 + Bus Address: 0000:00:16.3 + +Handle 0xF03F, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 9 + Bus Address: 0000:00:17.0 + +Handle 0xF040, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 10 + Bus Address: 0000:00:1f.0 + +Handle 0xF041, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Sound + Type: Sound + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:1f.3 + +Handle 0xF042, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 11 + Bus Address: 0000:00:1f.4 + +Handle 0xF043, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Other + Type: Other + Status: Enabled + Type Instance: 12 + Bus Address: 0000:00:1f.5 + +Handle 0xF044, DMI type 41, 11 bytes +Onboard Device + Reference Designation: Onboard - Ethernet + Type: Ethernet + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:1f.6 + + +--- dmidecode -t bios + $ dmidecode -t bios +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.2.0 present. + +Handle 0x0000, DMI type 0, 26 bytes +BIOS Information + Vendor: Dell Inc. + Version: 1.26.0 + Release Date: 04/17/2024 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 32 MB + Characteristics: + PCI is supported + PNP is supported + BIOS is upgradeable + BIOS shadowing is allowed + Boot from CD is supported + Selectable boot is supported + EDD is supported + 5.25"/1.2 MB floppy services are supported (int 13h) + 3.5"/720 kB floppy services are supported (int 13h) + 3.5"/2.88 MB floppy services are supported (int 13h) + Print screen service is supported (int 5h) + 8042 keyboard services are supported (int 9h) + Serial services are supported (int 14h) + Printer services are supported (int 17h) + ACPI is supported + USB legacy is supported + BIOS boot specification is supported + Function key-initiated network boot is supported + Targeted content distribution is supported + UEFI is supported + BIOS Revision: 1.26 + +Handle 0xF053, DMI type 13, 22 bytes +BIOS Language Information + Language Description Format: Long + Installable Languages: 2 + 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 3.2.0 present. + +Handle 0x0003, DMI type 3, 22 bytes +Chassis Information + Manufacturer: Dell Inc. + Type: Desktop + Lock: Not Present + Version: Not Specified + Serial Number: FJS08B3 + Asset Tag: Not Specified + Boot-up State: Safe + Power Supply State: Safe + Thermal State: Safe + Security Status: None + OEM Information: 0x00000000 + Height: Unspecified + Number Of Power Cords: 1 + Contained Elements: 0 + SKU Number: Desktop + + +--- dmidecode -t processor + $ dmidecode -t processor +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.2.0 present. + +Handle 0x003C, DMI type 4, 48 bytes +Processor Information + Socket Designation: U3E1 + Type: Central Processor + Family: Core i5 + Manufacturer: Intel(R) Corporation + ID: 53 06 0A 00 FF FB EB BF + Signature: Type 0, Family 6, Model 165, Stepping 3 + Flags: + FPU (Floating-point unit on-chip) + VME (Virtual mode extension) + DE (Debugging extension) + PSE (Page size extension) + TSC (Time stamp counter) + MSR (Model specific registers) + PAE (Physical address extension) + MCE (Machine check exception) + CX8 (CMPXCHG8 instruction supported) + APIC (On-chip APIC hardware supported) + SEP (Fast system call) + MTRR (Memory type range registers) + PGE (Page global enable) + MCA (Machine check architecture) + CMOV (Conditional move instruction supported) + PAT (Page attribute table) + PSE-36 (36-bit page size extension) + CLFSH (CLFLUSH instruction supported) + DS (Debug store) + ACPI (ACPI supported) + MMX (MMX technology supported) + FXSR (FXSAVE and FXSTOR instructions supported) + SSE (Streaming SIMD extensions) + SSE2 (Streaming SIMD extensions 2) + SS (Self-snoop) + HTT (Multi-threading) + TM (Thermal monitor supported) + PBE (Pending break enabled) + Version: Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz + Voltage: 0.8 V + External Clock: 100 MHz + Max Speed: 4200 MHz + Current Speed: 3069 MHz + Status: Populated, Enabled + Upgrade: Other + L1 Cache Handle: 0x0039 + L2 Cache Handle: 0x003A + L3 Cache Handle: 0x003B + Serial Number: Not Specified + Asset Tag: Not Specified + Part Number: Not Specified + Core Count: 6 + Core Enabled: 6 + Thread Count: 12 + Characteristics: + 64-bit capable + Multi-Core + Hardware Thread + Execute Protection + Enhanced Virtualization + Power/Performance Control + + +--- dmidecode -t memory + $ dmidecode -t memory +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.2.0 present. + +Handle 0x0009, DMI type 16, 23 bytes +Physical Memory Array + Location: System Board Or Motherboard + Use: System Memory + Error Correction Type: None + Maximum Capacity: 128 GB + Error Information Handle: Not Provided + Number Of Devices: 4 + +Handle 0x000A, DMI type 17, 84 bytes +Memory Device + Array Handle: 0x0009 + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: DIMM + Set: None + Locator: DIMM1 + Bank Locator: Not Specified + Type: DDR4 + Type Detail: Synchronous + Speed: 3200 MT/s + Manufacturer: 80AD000080AD + Serial Number: 3501A3C2 + Asset Tag: 01204400 + Part Number: HMA81GU6DJR8N-XN + Rank: 1 + Configured Memory Speed: 2666 MT/s + Minimum Voltage: Unknown + Maximum Voltage: Unknown + Configured Voltage: 1.2 V + Memory Technology: DRAM + Memory Operating Mode Capability: Volatile memory + Firmware Version: Not Specified + Module Manufacturer ID: Bank 1, Hex 0xAD + Module Product ID: Unknown + Memory Subsystem Controller Manufacturer ID: Unknown + Memory Subsystem Controller Product ID: Unknown + Non-Volatile Size: None + Volatile Size: 8 GB + Cache Size: None + Logical Size: None + +Handle 0x000B, DMI type 17, 84 bytes +Memory Device + Array Handle: 0x0009 + Error Information Handle: Not Provided + Total Width: Unknown + Data Width: Unknown + Size: No Module Installed + Form Factor: Unknown + Set: None + Locator: DIMM2 + Bank Locator: Not Specified + Type: Unknown + Type Detail: None + +Handle 0x000C, DMI type 17, 84 bytes +Memory Device + Array Handle: 0x0009 + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: DIMM + Set: None + Locator: DIMM3 + Bank Locator: Not Specified + Type: DDR4 + Type Detail: Synchronous + Speed: 3200 MT/s + Manufacturer: 80AD000080AD + Serial Number: 3501A3C4 + Asset Tag: 01204400 + Part Number: HMA81GU6DJR8N-XN + Rank: 1 + Configured Memory Speed: 2666 MT/s + Minimum Voltage: Unknown + Maximum Voltage: Unknown + Configured Voltage: 1.2 V + Memory Technology: DRAM + Memory Operating Mode Capability: Volatile memory + Firmware Version: Not Specified + Module Manufacturer ID: Bank 1, Hex 0xAD + Module Product ID: Unknown + Memory Subsystem Controller Manufacturer ID: Unknown + Memory Subsystem Controller Product ID: Unknown + Non-Volatile Size: None + Volatile Size: 8 GB + Cache Size: None + Logical Size: None + +Handle 0x000D, DMI type 17, 84 bytes +Memory Device + Array Handle: 0x0009 + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8 GB + Form Factor: DIMM + Set: None + Locator: DIMM4 + Bank Locator: Not Specified + Type: DDR4 + Type Detail: Synchronous + Speed: 3200 MT/s + Manufacturer: 80AD000080AD + Serial Number: 3501A332 + Asset Tag: 01204400 + Part Number: HMA81GU6DJR8N-XN + Rank: 1 + Configured Memory Speed: 2666 MT/s + Minimum Voltage: Unknown + Maximum Voltage: Unknown + Configured Voltage: 1.2 V + Memory Technology: DRAM + Memory Operating Mode Capability: Volatile memory + Firmware Version: Not Specified + Module Manufacturer ID: Bank 1, Hex 0xAD + Module Product ID: Unknown + Memory Subsystem Controller Manufacturer ID: Unknown + Memory Subsystem Controller Product ID: Unknown + Non-Volatile Size: None + Volatile Size: 8 GB + Cache Size: None + Logical Size: None + + +--- dmidecode -t cache + $ dmidecode -t cache +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.2.0 present. + +Handle 0x0039, DMI type 7, 27 bytes +Cache Information + Socket Designation: L1 Cache + Configuration: Enabled, Not Socketed, Level 1 + Operational Mode: Write Back + Location: Internal + Installed Size: 384 kB + Maximum Size: 384 kB + Supported SRAM Types: + Synchronous + Installed SRAM Type: Synchronous + Speed: Unknown + Error Correction Type: Parity + System Type: Unified + Associativity: 8-way Set-associative + +Handle 0x003A, DMI type 7, 27 bytes +Cache Information + Socket Designation: L2 Cache + Configuration: Enabled, Not Socketed, Level 2 + Operational Mode: Write Back + Location: Internal + Installed Size: 1536 kB + Maximum Size: 1536 kB + Supported SRAM Types: + Synchronous + Installed SRAM Type: Synchronous + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 4-way Set-associative + +Handle 0x003B, DMI type 7, 27 bytes +Cache Information + Socket Designation: L3 Cache + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Write Back + Location: Internal + Installed Size: 12 MB + Maximum Size: 12 MB + Supported SRAM Types: + Synchronous + Installed SRAM Type: Synchronous + Speed: Unknown + Error Correction Type: Multi-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 3.2.0 present. + +Handle 0x000F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: PS2Mouse + External Connector Type: PS/2 + Port Type: Mouse Port + +Handle 0x0010, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: PS2Keyboard + External Connector Type: PS/2 + Port Type: Keyboard Port + +Handle 0x0011, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: LAN + External Connector Type: RJ-45 + Port Type: Network Port + +Handle 0x0012, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: DisplayPort 2 + External Connector Type: Other + Port Type: Video Port + +Handle 0x0013, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: DisplayPort 1 + External Connector Type: Other + Port Type: Video Port + +Handle 0x0014, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Serial + External Connector Type: DB-9 male + Port Type: Serial Port 16550A Compatible + +Handle 0x0015, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Line-out + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0016, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Rear USB 2.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0017, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Rear USB 2.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0018, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Rear USB 3.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0019, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Rear USB 3.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x001A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Rear USB 3.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x001B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Not Specified + Internal Connector Type: None + External Reference Designator: Rear USB 3.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x001C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: SATA0 + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Not Specified + External Connector Type: None + Port Type: SATA + +Handle 0x001D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: SATA1 + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Not Specified + External Connector Type: None + Port Type: SATA + +Handle 0x001E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: SATA3 + Internal Connector Type: SAS/SATA Plug Receptacle + External Reference Designator: Not Specified + External Connector Type: None + Port Type: SATA + +Handle 0x001F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: FAN_CPU + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0020, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: INTRUDER + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0021, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: INT_SPKR + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0022, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: Optional Module + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0023, 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 0x0024, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: FRONT_UAJ + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: Mini Jack (headphones) + Port Type: Audio Port + +Handle 0x0025, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: FRONTPANEL + Internal Connector Type: Other + External Reference Designator: Front USB 2.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0026, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: FRONTPANEL + Internal Connector Type: Other + External Reference Designator: Front USB 2.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0027, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: USB3_FRONT + Internal Connector Type: Other + External Reference Designator: Front USB 3.0 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x0028, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: USB3_FRONT + Internal Connector Type: Other + External Reference Designator: Front USB 3.0 + External Connector Type: Access Bus (USB) + Port Type: USB + + +--- dmidecode -t slot + $ dmidecode -t slot +# dmidecode 3.6 +Getting SMBIOS data from sysfs. +SMBIOS 3.2.0 present. + +Handle 0x0029, DMI type 9, 17 bytes +System Slot Information + Designation: SLOT1 + Type: PCI Express 2 x4 + Data Bus Width: 4x or x4 + Current Usage: Available + Length: Short + ID: 1 + Characteristics: + 3.3 V is provided + PME signal is supported + Bus Address: 0000:ff:1f.7 + +Handle 0x002A, DMI type 9, 17 bytes +System Slot Information + Designation: SLOT2 + Type: PCI Express 3 + Data Bus Width: 16x or x16 + Current Usage: Available + Length: Long + ID: 2 + Characteristics: + 3.3 V is provided + PME signal is supported + Bus Address: 0000:ff:1f.7 + +Handle 0x002B, DMI type 9, 17 bytes +System Slot Information + Designation: SLOT3_M.2 + Type: M.2 Socket 3 + Data Bus Width: 4x or x4 + Current Usage: In Use + Length: Long + Characteristics: + 3.3 V is provided + PME signal is supported + Bus Address: 0000:ff:00.0 + +Handle 0x002C, DMI type 9, 17 bytes +System Slot Information + Designation: SLOT4_M.2 + Type: M.2 Socket 3 + Data Bus Width: 4x or x4 + Current Usage: In Use + Length: Long + Characteristics: + 3.3 V is provided + PME signal is supported + Bus Address: 0000:ff:00.0 + +Handle 0x002D, DMI type 9, 17 bytes +System Slot Information + Designation: SLOT5_M.2 + Type: M.2 Socket 1-SD + Data Bus Width: 1x or x1 + Current Usage: Available + Length: Short + Characteristics: + 3.3 V is provided + PME signal is supported + Bus Address: 0000:ff:1f.7 + + +--- lscpu + $ lscpu +Architecture: x86_64 +CPU op-mode(s): 32-bit, 64-bit +Address sizes: 39 bits physical, 48 bits virtual +Byte Order: Little Endian +CPU(s): 12 +On-line CPU(s) list: 0-11 +Vendor ID: GenuineIntel +Model name: Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz +CPU family: 6 +Model: 165 +Thread(s) per core: 2 +Core(s) per socket: 6 +Socket(s): 1 +Stepping: 3 +CPU(s) scaling MHz: 93% +CPU max MHz: 4500.0000 +CPU min MHz: 800.0000 +BogoMIPS: 6199.99 +Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities +Virtualization: VT-x +L1d cache: 192 KiB (6 instances) +L1i cache: 192 KiB (6 instances) +L2 cache: 1.5 MiB (6 instances) +L3 cache: 12 MiB (1 instance) +NUMA node(s): 1 +NUMA node0 CPU(s): 0-11 +Vulnerability Gather data sampling: Vulnerable +Vulnerability Ghostwrite: Not affected +Vulnerability Indirect target selection: Mitigation; Aligned branch/return thunks +Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages +Vulnerability L1tf: Not affected +Vulnerability Mds: Not affected +Vulnerability Meltdown: Not affected +Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable +Vulnerability Old microcode: Not affected +Vulnerability Reg file data sampling: Not affected +Vulnerability Retbleed: Mitigation; Enhanced IBRS +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; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW loop +Vulnerability Srbds: Mitigation; Microcode +Vulnerability Tsa: Not affected +Vulnerability Tsx async abort: Not affected +Vulnerability Vmscape: Mitigation; IBPB before exit to userspace + +--- lscpu cache + $ lscpu -C +NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE +L1d 32K 192K 8 Data 1 64 1 64 +L1i 32K 192K 8 Instruction 1 64 1 64 +L2 256K 1.5M 4 Unified 2 1024 1 64 +L3 12M 12M 16 Unified 3 12288 1 64 + +--- numactl --hardware + $ numactl --hardware +available: 1 nodes (0) +node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 +node 0 size: 23746 MB +node 0 free: 15245 MB +node distances: +node 0 + 0: 10 + +--- numactl --show + $ numactl --show +policy: default +preferred node: current +physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 +cpubind: 0 +nodebind: 0 +membind: 0 +preferred: + +--- lspci -nnvv (verbose) + $ lspci -nnvv +00:00.0 Host bridge [0600]: Intel Corporation Comet Lake-S 6c Host Bridge/DRAM Controller [8086:9b53] (rev 03) + DeviceName: Onboard - Other + Subsystem: Dell Device [1028:09a4] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: skl_uncore + +00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-S GT2 [UHD Graphics 630] [8086:9bc8] (rev 03) (prog-if 00 [VGA controller]) + DeviceName: Onboard - Video + Subsystem: Dell Device [1028:09a4] + Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Capabilities: [70] 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- FLReset- + 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- + AtomicOpsCap: 32bit- 64bit- 128bitCAS- + DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- + AtomicOpsCtl: ReqEn- + IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq- + 10BitTagReq- OBFF Disabled, EETLPPrefixBlk- + Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit- + Address: fee00018 Data: 0000 + Capabilities: [d0] Power Management version 2 + Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) + Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- + Capabilities: [100 v1] Process Address Space ID (PASID) + PASIDCap: Exec- Priv-, Max PASID Width: 14 + PASIDCtl: Enable- Exec- Priv- + Capabilities: [200 v1] Address Translation Service (ATS) + ATSCap: Invalidate Queue Depth: 00 + ATSCtl: Enable+, Smallest Translation Unit: 00 + Capabilities: [300 v1] Page Request Interface (PRI) + PRICtl: Enable- Reset- + PRISta: RF- UPRGI- Stopped+ PASID+ + Page Request Capacity: 00008000, Page Request Allocation: 00000000 + Kernel driver in use: i915 + Kernel modules: i915 + +00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:1911] + DeviceName: Onboard - Other + Subsystem: Dell Device [1028:09a4] + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- + Kernel driver in use: xhci_hcd + Kernel modules: xhci_pci + +00:14.2 RAM memory [0500]: Intel Corporation Comet Lake PCH Shared SRAM [8086:06ef] + DeviceName: Onboard - Other + Subsystem: Dell Device [1028:09a4] + Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- + Kernel driver in use: intel-lpss + Kernel modules: intel_lpss_pci + +00:16.0 Communication controller [0780]: Intel Corporation Comet Lake HECI Controller [8086:06e0] + DeviceName: Onboard - Other + Subsystem: Dell Device [1028:09a4] + Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ + Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- + Kernel driver in use: mei_me + Kernel modules: mei_me + +00:16.3 Serial controller [0700]: Intel Corporation Comet Lake Keyboard and Text (KT) Redirection [8086:06e3] (prog-if 02 [16550]) + DeviceName: Onboard - Other + Subsystem: Dell Device [1028:09a4] + Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- + Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- + Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+ + Address: 00000000fee00438 Data: 0000 + Kernel driver in use: snd_hda_intel + Kernel modules: snd_soc_avs, snd_sof_pci_intel_cnl, snd_hda_intel + +00:1f.4 SMBus [0c05]: Intel Corporation Comet Lake PCH SMBus Controller [8086:06a3] + DeviceName: Onboard - Other + Subsystem: Dell Device [1028:09a4] + Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- + Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- /dev/null)" + case "$class" in + 0x020000|0x010802|0x010700) ;; # ethernet, nvme, raid + *) continue ;; + esac + for f in "$d"/aer_dev_*; do + [ -r "$f" ] || continue + val="$(cat "$f" 2>/dev/null)" + [ "$val" = "0" ] && continue + [ "$val" = "" ] && continue + printf '%s %s = %s\n' "$addr" "$(basename "$f")" "$val" + found=1 + done +done +[ "$found" = "0" ] && echo " no AER errors on NIC/NVMe/RAID devices" + no AER errors on NIC/NVMe/RAID devices + +############################################################################### +# 4. CPU POWER / FREQUENCY / IDLE STATES +############################################################################### + +--- scaling_governor per cpu (counts) + $ for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do + [ -e "$c" ] || continue + cat "$c" +done | sort | uniq -c + 12 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 +base_frequency = 3100000 +cpuinfo_avg_freq = 4255839 +cpuinfo_max_freq = 4500000 +cpuinfo_min_freq = 800000 +cpuinfo_transition_latency = 0 +energy_performance_available_preferences = default performance balance_performance balance_power power +energy_performance_preference = performance +related_cpus = 0 +scaling_available_governors = performance powersave +scaling_cur_freq = 4205685 +scaling_driver = intel_pstate +scaling_governor = performance +scaling_max_freq = 4500000 +scaling_min_freq = 800000 +scaling_setspeed = + +--- 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: active +intel_pstate no_turbo: 0 +intel_pstate turbo_pct: 38 +intel_pstate max_perf_pct: 100 +intel_pstate min_perf_pct: 100 +EPB (energy_perf_bias) per cpu: + 12 cpu : 0 +EPP (energy_performance_preference) per cpu: + 12 cpu : performance +available EPP: +default performance balance_performance balance_power power + +--- cpupower frequency-info + $ cpupower frequency-info +analyzing CPU 6: + driver: intel_pstate + CPUs which run at the same hardware frequency: 6 + CPUs which need to have their frequency coordinated by software: 6 + maximum transition latency: Cannot determine or is not supported. + hardware limits: 800 MHz - 4.50 GHz + available cpufreq governors: performance powersave + current policy: frequency should be within 800 MHz and 4.50 GHz. + The governor "performance" may decide which speed to use + within this range. + current CPU frequency: Unable to call hardware + current CPU frequency: 4.20 GHz (asserted by call to kernel) + boost state support: + Supported: yes + Active: yes + +--- turbostat snapshot + $ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 +1.001261 sec +Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp +- - 8.52 4457 3096 2963 51 51 +0 0 0.13 4345 3096 27 43 51 +0 6 0.26 4346 3096 148 +1 1 0.07 4300 3096 12 43 +1 7 0.41 4384 3096 279 +2 2 98.54 4460 3096 1051 51 +2 8 0.01 4291 3096 9 +3 3 0.68 4401 3096 325 43 +3 9 0.66 4419 3096 384 +4 4 0.48 4384 3096 306 44 +4 10 0.22 4383 3096 64 +5 5 0.23 4335 3096 106 45 +5 11 0.54 4385 3096 252 + +--- x86_energy_perf_policy -r + $ x86_energy_perf_policy -r +cpu0: EPB 0 +cpu0: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu0: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu1: EPB 0 +cpu1: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu1: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu2: EPB 0 +cpu2: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu2: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu3: EPB 0 +cpu3: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu3: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu4: EPB 0 +cpu4: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu4: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu5: EPB 0 +cpu5: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu5: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu6: EPB 0 +cpu6: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu6: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu7: EPB 0 +cpu7: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu7: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu8: EPB 0 +cpu8: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu8: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu9: EPB 0 +cpu9: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu9: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu10: EPB 0 +cpu10: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu10: HWP_CAP: low 1 eff 18 guar 31 high 45 +cpu11: EPB 0 +cpu11: HWP_REQ: min 45 max 45 des 0 epp 0 window 0x0 (0*10^0us) use_pkg 0 +cpu11: HWP_CAP: low 1 eff 18 guar 31 high 45 + +--- 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=2238113us + C1_ACPI : ACPI FFH MWAIT 0x0 disabled=0 latency=1us residency=128758717us + C2_ACPI : ACPI FFH MWAIT 0x33 disabled=0 latency=151us residency=678250673us + C3_ACPI : ACPI FFH MWAIT 0x60 disabled=0 latency=1034us residency=6072735557us + +--- THP enabled + $ cat /sys/kernel/mm/transparent_hugepage/enabled +always [madvise] never + +--- THP defrag + $ cat /sys/kernel/mm/transparent_hugepage/defrag +always defer defer+madvise [madvise] never + +--- THP khugepaged pages_to_scan + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan +4096 + +--- THP khugepaged defrag + $ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag +1 + +--- microcode + $ dmesg +[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) () +[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.000000] KERNEL supported cpus: +[ 0.000000] Intel GenuineIntel +[ 0.000000] AMD AuthenticAMD +[ 0.000000] Hygon HygonGenuine +[ 0.000000] Centaur CentaurHauls +[ 0.000000] zhaoxin Shanghai +[ 0.000000] BIOS-provided physical RAM map: +[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable +[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved +[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable +[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000040400000-0x000000006658efff] usable +[ 0.000000] BIOS-e820: [mem 0x000000006658f000-0x000000006658ffff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x0000000066590000-0x0000000066590fff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000066591000-0x0000000070f7ffff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000070f80000-0x000000007808efff] reserved +[ 0.000000] BIOS-e820: [mem 0x000000007808f000-0x000000007811afff] ACPI data +[ 0.000000] BIOS-e820: [mem 0x000000007811b000-0x000000007825afff] ACPI NVS +[ 0.000000] BIOS-e820: [mem 0x000000007825b000-0x0000000078dfefff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000078dff000-0x0000000078dfffff] usable +[ 0.000000] BIOS-e820: [mem 0x0000000078e00000-0x000000007e7fffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved +[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved +[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000067d7fffff] usable +[ 0.000000] NX (Execute Disable) protection: active +[ 0.000000] APIC: Static calls initialized +[ 0.000000] efi: EFI v2.7 by American Megatrends +[ 0.000000] efi: ACPI=0x7811a000 ACPI 2.0=0x7811a014 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x781a0000 ESRT=0x7886d718 MEMATTR=0x6c60d018 MOKvar=0x7845b000 INITRD=0x666bca18 RNG=0x780ab018 TPMEventLog=0x780a0018 +[ 0.000000] random: crng init done +[ 0.000000] efi: Remove mem85: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map +[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved +[ 0.000000] efi: Not removing mem86: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map +[ 0.000000] efi: Not removing mem87: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map +[ 0.000000] efi: Not removing mem88: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map +[ 0.000000] efi: Remove mem89: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map +[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved +[ 0.000000] SMBIOS 3.2.0 present. +[ 0.000000] DMI: Dell Inc. OptiPlex 7080/0HV8FN, BIOS 1.26.0 04/17/2024 +[ 0.000000] DMI: Memory slots populated: 3/4 +[ 0.000000] secureboot: Secure boot disabled +[ 0.000000] tsc: Detected 3100.000 MHz processor +[ 0.000000] tsc: Detected 3099.999 MHz TSC +[ 0.001965] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved +[ 0.001968] e820: remove [mem 0x000a0000-0x000fffff] usable +[ 0.001978] last_pfn = 0x67d800 max_arch_pfn = 0x400000000 +[ 0.001983] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs +[ 0.001984] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT +[ 0.002430] last_pfn = 0x78e00 max_arch_pfn = 0x400000000 +[ 0.009810] esrt: Reserving ESRT space from 0x000000007886d718 to 0x000000007886d7a0. +[ 0.009825] Using GB pages for direct mapping +[ 0.010298] secureboot: Secure boot disabled +[ 0.010298] RAMDISK: [mem 0x5d2c5000-0x62724fff] +[ 0.010310] ACPI: Early table checksum verification disabled +[ 0.010312] ACPI: RSDP 0x000000007811A014 000024 (v02 DELL ) +[ 0.010316] ACPI: XSDT 0x0000000078119728 0000EC (v01 DELL CBX3 01072009 AMI 01000013) +[ 0.010321] ACPI: FACP 0x0000000078114000 000114 (v06 DELL CBX3 01072009 AMI 00010013) +[ 0.010326] ACPI: DSDT 0x00000000780C9000 04AD60 (v02 DELL CBX3 01072009 INTL 20160527) +[ 0.010329] ACPI: FACS 0x0000000078259000 000040 +[ 0.010332] ACPI: MCFG 0x0000000078118000 00003C (v01 DELL CBX3 01072009 MSFT 00000097) +[ 0.010334] ACPI: SSDT 0x0000000078115000 00203C (v02 CpuRef CpuSsdt 00003000 INTL 20160527) +[ 0.010337] ACPI: FIDT 0x00000000780C8000 00009C (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.010340] ACPI: BOOT 0x00000000780C7000 000028 (v01 DELL CBX3 01072009 AMI 00010013) +[ 0.010343] ACPI: SSDT 0x00000000780C3000 0031DA (v02 SaSsdt SaSsdt 00003000 INTL 20160527) +[ 0.010346] ACPI: HPET 0x00000000780C2000 000038 (v01 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010349] ACPI: SSDT 0x00000000780C0000 00135F (v02 DELL\x Ther_Rvp 00001000 INTL 20160527) +[ 0.010352] ACPI: SSDT 0x00000000780BF000 000A24 (v02 INTEL DELL_SFF 00000000 INTL 20160527) +[ 0.010354] ACPI: NHLT 0x00000000780BD000 001821 (v00 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010357] ACPI: LPIT 0x00000000780BC000 000094 (v01 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010360] ACPI: SSDT 0x00000000780B8000 002720 (v02 DELL\x PtidDevc 00001000 INTL 20160527) +[ 0.010363] ACPI: SSDT 0x00000000780B5000 0025B2 (v02 DELL\x TbtTypeC 00000000 INTL 20160527) +[ 0.010365] ACPI: DBGP 0x00000000780B4000 000034 (v01 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010368] ACPI: DBG2 0x00000000780B3000 000054 (v00 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010371] ACPI: MSDM 0x00000000780B2000 000055 (v03 DELL CBX3 06222004 AMI 00010013) +[ 0.010374] ACPI: SLIC 0x00000000780B1000 000176 (v03 DELL CBX3 01072009 MSFT 00010013) +[ 0.010376] ACPI: DMAR 0x00000000780B0000 0000C8 (v01 INTEL EDK2 00000002 01000013) +[ 0.010379] ACPI: BGRT 0x00000000780AF000 000038 (v00 DELL CBX3 01072009 AMI 00010013) +[ 0.010382] ACPI: UEFI 0x000000007819B000 00063A (v01 INTEL RstSataE 00000000 ?? 00000000) +[ 0.010385] ACPI: UEFI 0x000000007819A000 00005C (v01 INTEL RstSataV 00000000 ?? 00000000) +[ 0.010387] ACPI: TPM2 0x00000000780AE000 00004C (v04 DELL\x CBX3 00000001 AMI 00000000) +[ 0.010390] ACPI: ASF! 0x00000000780AD000 0000A0 (v32 DELL\x CBX3 01072009 AMI 01000013) +[ 0.010393] ACPI: APIC 0x00000000780AC000 0000F4 (v04 DELL CBX3 01072009 AMI 00010013) +[ 0.010396] ACPI: FPDT 0x00000000780BB000 000044 (v01 DELL\x CML 01072009 AMI 01000013) +[ 0.010398] ACPI: Reserving FACP table memory at [mem 0x78114000-0x78114113] +[ 0.010399] ACPI: Reserving DSDT table memory at [mem 0x780c9000-0x78113d5f] +[ 0.010400] ACPI: Reserving FACS table memory at [mem 0x78259000-0x7825903f] +[ 0.010401] ACPI: Reserving MCFG table memory at [mem 0x78118000-0x7811803b] +[ 0.010402] ACPI: Reserving SSDT table memory at [mem 0x78115000-0x7811703b] +[ 0.010403] ACPI: Reserving FIDT table memory at [mem 0x780c8000-0x780c809b] +[ 0.010404] ACPI: Reserving BOOT table memory at [mem 0x780c7000-0x780c7027] +[ 0.010404] ACPI: Reserving SSDT table memory at [mem 0x780c3000-0x780c61d9] +[ 0.010405] ACPI: Reserving HPET table memory at [mem 0x780c2000-0x780c2037] +[ 0.010406] ACPI: Reserving SSDT table memory at [mem 0x780c0000-0x780c135e] +[ 0.010407] ACPI: Reserving SSDT table memory at [mem 0x780bf000-0x780bfa23] +[ 0.010408] ACPI: Reserving NHLT table memory at [mem 0x780bd000-0x780be820] +[ 0.010408] ACPI: Reserving LPIT table memory at [mem 0x780bc000-0x780bc093] +[ 0.010409] ACPI: Reserving SSDT table memory at [mem 0x780b8000-0x780ba71f] +[ 0.010410] ACPI: Reserving SSDT table memory at [mem 0x780b5000-0x780b75b1] +[ 0.010411] ACPI: Reserving DBGP table memory at [mem 0x780b4000-0x780b4033] +[ 0.010412] ACPI: Reserving DBG2 table memory at [mem 0x780b3000-0x780b3053] +[ 0.010412] ACPI: Reserving MSDM table memory at [mem 0x780b2000-0x780b2054] +[ 0.010413] ACPI: Reserving SLIC table memory at [mem 0x780b1000-0x780b1175] +[ 0.010414] ACPI: Reserving DMAR table memory at [mem 0x780b0000-0x780b00c7] +[ 0.010415] ACPI: Reserving BGRT table memory at [mem 0x780af000-0x780af037] +[ 0.010416] ACPI: Reserving UEFI table memory at [mem 0x7819b000-0x7819b639] +[ 0.010417] ACPI: Reserving UEFI table memory at [mem 0x7819a000-0x7819a05b] +[ 0.010417] ACPI: Reserving TPM2 table memory at [mem 0x780ae000-0x780ae04b] +[ 0.010418] ACPI: Reserving ASF! table memory at [mem 0x780ad000-0x780ad09f] +[ 0.010419] ACPI: Reserving APIC table memory at [mem 0x780ac000-0x780ac0f3] +[ 0.010420] ACPI: Reserving FPDT table memory at [mem 0x780bb000-0x780bb043] +[ 0.010735] No NUMA configuration found +[ 0.010736] Faking a node at [mem 0x0000000000000000-0x000000067d7fffff] +[ 0.010746] NODE_DATA(0) allocated [mem 0x67d7d52c0-0x67d7fffff] +[ 0.011017] Zone ranges: +[ 0.011018] DMA [mem 0x0000000000001000-0x0000000000ffffff] +[ 0.011019] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] +[ 0.011021] Normal [mem 0x0000000100000000-0x000000067d7fffff] +[ 0.011022] Device empty +[ 0.011023] Movable zone start for each node +[ 0.011025] Early memory node ranges +[ 0.011026] node 0: [mem 0x0000000000001000-0x000000000009dfff] +[ 0.011027] node 0: [mem 0x000000000009f000-0x000000000009ffff] +[ 0.011028] node 0: [mem 0x0000000000100000-0x000000003fffffff] +[ 0.011029] node 0: [mem 0x0000000040400000-0x000000006658efff] +[ 0.011030] node 0: [mem 0x0000000066591000-0x0000000070f7ffff] +[ 0.011031] node 0: [mem 0x0000000078dff000-0x0000000078dfffff] +[ 0.011032] node 0: [mem 0x0000000100000000-0x000000067d7fffff] +[ 0.011036] Initmem setup node 0 [mem 0x0000000000001000-0x000000067d7fffff] +[ 0.011041] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.011042] On node 0, zone DMA: 1 pages in unavailable ranges +[ 0.011061] On node 0, zone DMA: 96 pages in unavailable ranges +[ 0.013056] On node 0, zone DMA32: 1024 pages in unavailable ranges +[ 0.013266] On node 0, zone DMA32: 2 pages in unavailable ranges +[ 0.013475] On node 0, zone DMA32: 32383 pages in unavailable ranges +[ 0.041454] On node 0, zone Normal: 29184 pages in unavailable ranges +[ 0.041520] On node 0, zone Normal: 10240 pages in unavailable ranges +[ 0.041535] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff] +[ 0.042000] ACPI: PM-Timer IO Port: 0x1808 +[ 0.042008] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) +[ 0.042010] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) +[ 0.042011] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) +[ 0.042011] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) +[ 0.042012] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) +[ 0.042013] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) +[ 0.042014] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) +[ 0.042014] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) +[ 0.042015] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) +[ 0.042016] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) +[ 0.042017] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) +[ 0.042017] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) +[ 0.042077] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 +[ 0.042080] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) +[ 0.042082] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) +[ 0.042086] ACPI: Using ACPI (MADT) for SMP configuration information +[ 0.042087] ACPI: HPET id: 0x8086a201 base: 0xfed00000 +[ 0.042094] e820: update [mem 0x6a315000-0x6a39dfff] usable ==> reserved +[ 0.042109] TSC deadline timer available +[ 0.042114] CPU topo: Max. logical packages: 1 +[ 0.042115] CPU topo: Max. logical dies: 1 +[ 0.042116] CPU topo: Max. dies per package: 1 +[ 0.042120] CPU topo: Max. threads per core: 2 +[ 0.042121] CPU topo: Num. cores per package: 6 +[ 0.042122] CPU topo: Num. threads per package: 12 +[ 0.042123] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs +[ 0.042146] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] +[ 0.042149] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff] +[ 0.042151] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] +[ 0.042153] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff] +[ 0.042155] PM: hibernation: Registered nosave memory: [mem 0x6658f000-0x66590fff] +[ 0.042157] PM: hibernation: Registered nosave memory: [mem 0x6a315000-0x6a39dfff] +[ 0.042158] PM: hibernation: Registered nosave memory: [mem 0x70f80000-0x78dfefff] +[ 0.042160] PM: hibernation: Registered nosave memory: [mem 0x78e00000-0xffffffff] +[ 0.042162] [mem 0x7e800000-0xfdffffff] available for PCI devices +[ 0.042163] Booting paravirtualized kernel on bare hardware +[ 0.042165] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns +[ 0.042171] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1 +[ 0.042807] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288 +[ 0.042815] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152 +[ 0.042817] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 +[ 0.042822] pcpu-alloc: [0] 08 09 10 11 +[ 0.042846] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet +[ 0.042898] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space. +[ 0.042916] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes +[ 0.045413] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) +[ 0.046654] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) +[ 0.046816] software IO TLB: area num 16. +[ 0.056905] Fallback order for Node 0: 0 +[ 0.056909] Built 1 zonelists, mobility grouping on. Total pages: 6218525 +[ 0.056910] Policy zone: Normal +[ 0.056916] mem auto-init: stack:all(zero), heap alloc:on, heap free:off +[ 0.107945] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1 +[ 0.118418] ftrace: allocating 58381 entries in 230 pages +[ 0.118420] ftrace: allocated 230 pages with 5 groups +[ 0.119267] Dynamic Preempt: voluntary +[ 0.119354] rcu: Preemptible hierarchical RCU implementation. +[ 0.119355] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12. +[ 0.119356] Trampoline variant of Tasks RCU enabled. +[ 0.119356] Rude variant of Tasks RCU enabled. +[ 0.119357] Tracing variant of Tasks RCU enabled. +[ 0.119358] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. +[ 0.119358] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12 +[ 0.119367] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. +[ 0.119369] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. +[ 0.119371] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12. +[ 0.125025] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16 +[ 0.125335] rcu: srcu_init: Setting srcu_struct sizes based on contention. +[ 0.125716] Console: colour dummy device 80x25 +[ 0.125719] printk: legacy console [tty0] enabled +[ 0.125773] ACPI: Core revision 20250404 +[ 0.126030] hpet: HPET dysfunctional in PC10. Force disabled. +[ 0.126130] APIC: Switch to symmetric I/O mode setup +[ 0.126132] DMAR: Host address width 39 +[ 0.126133] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 +[ 0.126146] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e +[ 0.126148] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 +[ 0.126152] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da +[ 0.126154] DMAR: RMRR base: 0x000000785f0000 end: 0x00000078839fff +[ 0.126157] DMAR: RMRR base: 0x0000007c000000 end: 0x0000007e7fffff +[ 0.126158] DMAR: RMRR base: 0x00000077fd1000 end: 0x00000078050fff +[ 0.126160] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 +[ 0.126161] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 +[ 0.126162] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. +[ 0.129372] DMAR-IR: Enabled IRQ remapping in x2apic mode +[ 0.129373] x2apic enabled +[ 0.129450] APIC: Switched APIC routing to: cluster x2apic +[ 0.138560] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2caf46e03c8, max_idle_ns: 440795329092 ns +[ 0.138566] Calibrating delay loop (skipped), value calculated using timer frequency.. 6199.99 BogoMIPS (lpj=3099999) +[ 0.138588] x86/cpu: SGX disabled or unsupported by BIOS. +[ 0.138593] CPU0: Thermal monitoring enabled (TM1) +[ 0.138642] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 +[ 0.138643] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4 +[ 0.138647] process: using mwait in idle threads +[ 0.138649] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto +[ 0.138654] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl +[ 0.138656] SRBDS: Mitigation: Microcode +[ 0.138657] Spectre V2 : Mitigation: Enhanced / Automatic IBRS +[ 0.138658] RETBleed: Mitigation: Enhanced IBRS +[ 0.138659] ITS: Mitigation: Aligned branch/return thunks +[ 0.138660] MMIO Stale Data: Mitigation: Clear CPU buffers +[ 0.138661] VMSCAPE: Mitigation: IBPB before exit to userspace +[ 0.138662] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization +[ 0.138663] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT +[ 0.138664] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier +[ 0.138670] GDS: Vulnerable +[ 0.138671] active return thunk: its_return_thunk +[ 0.138674] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit +[ 0.138680] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' +[ 0.138681] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' +[ 0.138682] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' +[ 0.138683] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' +[ 0.138684] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' +[ 0.138685] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 +[ 0.138687] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 +[ 0.138688] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 +[ 0.138689] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. +[ 0.139564] Freeing SMP alternatives memory: 52K +[ 0.139564] pid_max: default: 32768 minimum: 301 +[ 0.139564] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm +[ 0.139564] Yama: becoming mindful. +[ 0.139564] AppArmor: AppArmor initialized +[ 0.139564] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.139564] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) +[ 0.139564] smpboot: CPU0: Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz (family: 0x6, model: 0xa5, stepping: 0x3) +[ 0.139564] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. +[ 0.139564] ... version: 4 +[ 0.139564] ... bit width: 48 +[ 0.139564] ... generic registers: 4 +[ 0.139564] ... value mask: 0000ffffffffffff +[ 0.139564] ... max period: 00007fffffffffff +[ 0.139564] ... fixed-purpose events: 3 +[ 0.139564] ... event mask: 000000070000000f +[ 0.139564] signal: max sigframe size: 2032 +[ 0.139564] Estimated ratio of average max frequency by base frequency (times 1024): 1453 +[ 0.141133] rcu: Hierarchical SRCU implementation. +[ 0.141134] rcu: Max phase no-delay instances is 400. +[ 0.141180] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level +[ 0.142759] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. +[ 0.142852] smp: Bringing up secondary CPUs ... +[ 0.142948] smpboot: x86: Booting SMP configuration: +[ 0.142949] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 +[ 0.146769] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. +[ 0.146769] smp: Brought up 1 node, 12 CPUs +[ 0.146769] smpboot: Total of 12 processors activated (74399.97 BogoMIPS) +[ 0.147656] Memory: 24191748K/24874100K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 654024K reserved, 0K cma-reserved) +[ 0.148213] devtmpfs: initialized +[ 0.148213] x86/mm: Memory block size: 128MB +[ 0.150587] ACPI: PM: Registering ACPI NVS region [mem 0x6658f000-0x6658ffff] (4096 bytes) +[ 0.150587] ACPI: PM: Registering ACPI NVS region [mem 0x7811b000-0x7825afff] (1310720 bytes) +[ 0.150639] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns +[ 0.150639] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear) +[ 0.150639] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear). +[ 0.150677] pinctrl core: initialized pinctrl subsystem +[ 0.151012] PM: RTC time: 13:20:49, date: 2026-07-27 +[ 0.151631] NET: Registered PF_NETLINK/PF_ROUTE protocol family +[ 0.151982] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations +[ 0.152195] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations +[ 0.152414] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations +[ 0.152428] audit: initializing netlink subsys (disabled) +[ 0.152437] audit: type=2000 audit(1785158449.013:1): state=initialized audit_enabled=0 res=1 +[ 0.152588] thermal_sys: Registered thermal governor 'fair_share' +[ 0.152589] thermal_sys: Registered thermal governor 'bang_bang' +[ 0.152591] thermal_sys: Registered thermal governor 'step_wise' +[ 0.152592] thermal_sys: Registered thermal governor 'user_space' +[ 0.152592] thermal_sys: Registered thermal governor 'power_allocator' +[ 0.152604] cpuidle: using governor ladder +[ 0.152607] cpuidle: using governor menu +[ 0.152655] Simple Boot Flag at 0x47 set to 0x80 +[ 0.152655] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it +[ 0.152655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 +[ 0.152743] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f] +[ 0.152753] PCI: Using configuration type 1 for base access +[ 0.152858] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. +[ 0.152867] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3 +[ 0.152867] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages +[ 0.152867] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page +[ 0.152867] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages +[ 0.152867] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page +[ 0.154188] ACPI: Added _OSI(Module Device) +[ 0.154190] ACPI: Added _OSI(Processor Device) +[ 0.154192] ACPI: Added _OSI(Processor Aggregator Device) +[ 0.210284] ACPI: 7 ACPI AML tables successfully acquired and loaded +[ 0.215186] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored +[ 0.219621] ACPI: Dynamic OEM Table Load: +[ 0.219630] ACPI: SSDT 0xFFFF898F8287E000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527) +[ 0.220754] ACPI: Dynamic OEM Table Load: +[ 0.220761] ACPI: SSDT 0xFFFF898F80C2A000 000626 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) +[ 0.221941] ACPI: Dynamic OEM Table Load: +[ 0.221946] ACPI: SSDT 0xFFFF898F802CEA00 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527) +[ 0.223304] ACPI: Dynamic OEM Table Load: +[ 0.223311] ACPI: SSDT 0xFFFF898F80C2C800 000778 (v02 PmRef ApIst 00003000 INTL 20160527) +[ 0.224561] ACPI: Dynamic OEM Table Load: +[ 0.224568] ACPI: SSDT 0xFFFF898F8287D400 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527) +[ 0.225793] ACPI: Dynamic OEM Table Load: +[ 0.225800] ACPI: SSDT 0xFFFF898F823BD000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527) +[ 0.227751] ACPI: Dynamic OEM Table Load: +[ 0.227757] ACPI: SSDT 0xFFFF898F8287CC00 0003CA (v02 PmRef ApCst 00003000 INTL 20160527) +[ 0.234550] ACPI: Interpreter enabled +[ 0.234591] ACPI: PM: (supports S0 S3 S4 S5) +[ 0.234592] ACPI: Using IOAPIC for interrupt routing +[ 0.236045] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug +[ 0.236047] PCI: Ignoring E820 reservations for host bridge windows +[ 0.237246] ACPI: Enabled 10 GPEs in block 00 to 7F +[ 0.253409] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource +[ 0.256331] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource +[ 0.256560] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource +[ 0.256785] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource +[ 0.265205] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource +[ 0.271387] ACPI: \_TZ_.FN00: New power resource +[ 0.271470] ACPI: \_TZ_.FN01: New power resource +[ 0.271548] ACPI: \_TZ_.FN02: New power resource +[ 0.271628] ACPI: \_TZ_.FN03: New power resource +[ 0.271705] ACPI: \_TZ_.FN04: New power resource +[ 0.272236] ACPI: \PIN_: New power resource +[ 0.272694] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e]) +[ 0.272702] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] +[ 0.272806] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME] +[ 0.272990] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC] +[ 0.272992] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration +[ 0.274314] PCI host bridge to bus 0000:00 +[ 0.274318] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] +[ 0.274320] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] +[ 0.274322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window] +[ 0.274324] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000effff window] +[ 0.274325] pci_bus 0000:00: root bus resource [mem 0x7e800000-0xefffffff window] +[ 0.274327] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window] +[ 0.274328] pci_bus 0000:00: root bus resource [bus 00-7e] +[ 0.274418] pci 0000:00:00.0: [8086:9b53] type 00 class 0x060000 conventional PCI endpoint +[ 0.274503] pci 0000:00:02.0: [8086:9bc8] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint +[ 0.274517] pci 0000:00:02.0: BAR 0 [mem 0x90000000-0x90ffffff 64bit] +[ 0.274520] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x8fffffff 64bit pref] +[ 0.274522] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f] +[ 0.274534] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] +[ 0.274770] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint +[ 0.274786] pci 0000:00:08.0: BAR 0 [mem 0x911c5000-0x911c5fff 64bit] +[ 0.274954] pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000 conventional PCI endpoint +[ 0.275029] pci 0000:00:12.0: BAR 0 [mem 0x911c4000-0x911c4fff 64bit] +[ 0.275253] pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330 conventional PCI endpoint +[ 0.275331] pci 0000:00:14.0: BAR 0 [mem 0x911a0000-0x911affff 64bit] +[ 0.275409] pci 0000:00:14.0: PME# supported from D3hot D3cold +[ 0.276133] pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000 conventional PCI endpoint +[ 0.276206] pci 0000:00:14.2: BAR 0 [mem 0x911bc000-0x911bdfff 64bit] +[ 0.276212] pci 0000:00:14.2: BAR 2 [mem 0x911c3000-0x911c3fff 64bit] +[ 0.276768] pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000 conventional PCI endpoint +[ 0.278176] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit] +[ 0.288962] pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000 conventional PCI endpoint +[ 0.289037] pci 0000:00:16.0: BAR 0 [mem 0x911c1000-0x911c1fff 64bit] +[ 0.289117] pci 0000:00:16.0: PME# supported from D3hot +[ 0.289707] pci 0000:00:16.3: [8086:06e3] type 00 class 0x070002 conventional PCI endpoint +[ 0.289784] pci 0000:00:16.3: BAR 0 [io 0x30a0-0x30a7] +[ 0.289788] pci 0000:00:16.3: BAR 1 [mem 0x911c0000-0x911c0fff] +[ 0.290076] pci 0000:00:17.0: [8086:06d6] type 00 class 0x010400 conventional PCI endpoint +[ 0.290259] pci 0000:00:17.0: BAR 0 [mem 0x911b0000-0x911b7fff] +[ 0.290262] pci 0000:00:17.0: BAR 1 [mem 0x911bf000-0x911bf0ff] +[ 0.290266] pci 0000:00:17.0: BAR 2 [io 0x3090-0x3097] +[ 0.290269] pci 0000:00:17.0: BAR 3 [io 0x3080-0x3083] +[ 0.290272] pci 0000:00:17.0: BAR 4 [io 0x3060-0x307f] +[ 0.290276] pci 0000:00:17.0: BAR 5 [mem 0x91100000-0x9117ffff] +[ 0.290347] pci 0000:00:17.0: PME# supported from D3hot +[ 0.290865] pci 0000:00:1f.0: [8086:0687] type 00 class 0x060100 conventional PCI endpoint +[ 0.291306] pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300 conventional PCI endpoint +[ 0.291450] pci 0000:00:1f.3: BAR 0 [mem 0x911b8000-0x911bbfff 64bit] +[ 0.291467] pci 0000:00:1f.3: BAR 4 [mem 0x91000000-0x910fffff 64bit] +[ 0.291600] pci 0000:00:1f.3: PME# supported from D3hot D3cold +[ 0.293019] pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500 conventional PCI endpoint +[ 0.293411] pci 0000:00:1f.4: BAR 0 [mem 0x911be000-0x911be0ff 64bit] +[ 0.293443] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf] +[ 0.293836] pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000 conventional PCI endpoint +[ 0.293911] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff] +[ 0.294021] pci 0000:00:1f.6: [8086:0d4c] type 00 class 0x020000 conventional PCI endpoint +[ 0.294153] pci 0000:00:1f.6: BAR 0 [mem 0x91180000-0x9119ffff] +[ 0.294276] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold +[ 0.297989] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 +[ 0.298092] ACPI: PCI: Interrupt link LNKB configured for IRQ 1 +[ 0.298191] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 +[ 0.298290] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 +[ 0.298389] ACPI: PCI: Interrupt link LNKE configured for IRQ 1 +[ 0.298488] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 +[ 0.298594] ACPI: PCI: Interrupt link LNKG configured for IRQ 1 +[ 0.298695] ACPI: PCI: Interrupt link LNKH configured for IRQ 1 +[ 0.302687] iommu: Default domain type: Translated +[ 0.302687] iommu: DMA domain TLB invalidation policy: lazy mode +[ 0.302709] SCSI subsystem initialized +[ 0.302715] libata version 3.00 loaded. +[ 0.302715] ACPI: bus type USB registered +[ 0.302715] usbcore: registered new interface driver usbfs +[ 0.302715] usbcore: registered new interface driver hub +[ 0.302715] usbcore: registered new device driver usb +[ 0.302715] pps_core: LinuxPPS API ver. 1 registered +[ 0.302715] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti +[ 0.302715] PTP clock support registered +[ 0.302715] EDAC MC: Ver: 3.0.0 +[ 0.302757] efivars: Registered efivars operations +[ 0.303725] NetLabel: Initializing +[ 0.303727] NetLabel: domain hash size = 128 +[ 0.303728] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO +[ 0.303741] NetLabel: unlabeled traffic allowed by default +[ 0.303758] mctp: management component transport protocol core +[ 0.303758] NET: Registered PF_MCTP protocol family +[ 0.303758] PCI: Using ACPI for IRQ routing +[ 0.344829] PCI: pci_cache_line_size set to 64 bytes +[ 0.344906] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] +[ 0.344909] e820: reserve RAM buffer [mem 0x6658f000-0x67ffffff] +[ 0.344910] e820: reserve RAM buffer [mem 0x6a315000-0x6bffffff] +[ 0.344911] e820: reserve RAM buffer [mem 0x70f80000-0x73ffffff] +[ 0.344912] e820: reserve RAM buffer [mem 0x78e00000-0x7bffffff] +[ 0.344913] e820: reserve RAM buffer [mem 0x67d800000-0x67fffffff] +[ 0.344957] pci 0000:00:02.0: vgaarb: setting as boot VGA device +[ 0.344957] pci 0000:00:02.0: vgaarb: bridge control possible +[ 0.344957] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none +[ 0.344957] vgaarb: loaded +[ 0.344957] Monitor-Mwait will be used to enter C-1 state +[ 0.344957] Monitor-Mwait will be used to enter C-2 state +[ 0.344957] Monitor-Mwait will be used to enter C-3 state +[ 0.345668] clocksource: Switched to clocksource tsc-early +[ 0.346275] VFS: Disk quotas dquot_6.6.0 +[ 0.346285] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) +[ 0.346340] AppArmor: AppArmor Filesystem Enabled +[ 0.346369] pnp: PnP ACPI init +[ 0.346456] system 00:00: [mem 0x40000000-0x403fffff] has been reserved +[ 0.346900] system 00:01: [io 0x0900-0x090f] has been reserved +[ 0.346903] system 00:01: [io 0x0910-0x091f] has been reserved +[ 0.346904] system 00:01: [io 0x0920-0x093f] has been reserved +[ 0.346906] system 00:01: [io 0x0940-0x094f] has been reserved +[ 0.346907] system 00:01: [io 0x0950-0x096f] has been reserved +[ 0.346909] system 00:01: [io 0x0970-0x098f] has been reserved +[ 0.346910] system 00:01: [io 0x0990-0x09af] has been reserved +[ 0.347357] pnp 00:02: [dma 0 disabled] +[ 0.347541] system 00:03: [io 0x0680-0x069f] has been reserved +[ 0.347543] system 00:03: [io 0x164e-0x164f] has been reserved +[ 0.347737] system 00:05: [io 0x1800-0x18fe] could not be reserved +[ 0.347740] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved +[ 0.347742] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved +[ 0.347743] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved +[ 0.347745] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved +[ 0.347746] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved +[ 0.347748] system 00:05: [mem 0xff000000-0xffffffff] has been reserved +[ 0.348051] system 00:06: [io 0x2000-0x20fe] has been reserved +[ 0.348710] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved +[ 0.348713] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved +[ 0.348714] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved +[ 0.348716] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved +[ 0.348717] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved +[ 0.348719] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved +[ 0.348720] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved +[ 0.348722] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved +[ 0.349082] system 00:08: [mem 0xfe038000-0xfe038fff] has been reserved +[ 0.349790] pnp: PnP ACPI: found 9 devices +[ 0.355520] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns +[ 0.355573] NET: Registered PF_INET protocol family +[ 0.355699] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.369909] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) +[ 0.369948] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) +[ 0.370060] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) +[ 0.370370] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) +[ 0.370592] TCP: Hash tables configured (established 262144 bind 65536) +[ 0.370709] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear) +[ 0.370826] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.370984] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear) +[ 0.371128] NET: Registered PF_UNIX/PF_LOCAL protocol family +[ 0.371140] NET: Registered PF_XDP protocol family +[ 0.371160] pci 0000:00:15.0: BAR 0 [mem 0x7e800000-0x7e800fff 64bit]: assigned +[ 0.371193] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] +[ 0.371195] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] +[ 0.371196] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window] +[ 0.371198] pci_bus 0000:00: resource 7 [mem 0x000e4000-0x000effff window] +[ 0.371199] pci_bus 0000:00: resource 8 [mem 0x7e800000-0xefffffff window] +[ 0.371201] pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window] +[ 0.371683] PCI: CLS 64 bytes, default 64 +[ 0.371749] DMAR: No ATSR found +[ 0.371749] DMAR: No SATC found +[ 0.371751] DMAR: dmar0: Using Queued invalidation +[ 0.371753] DMAR: dmar1: Using Queued invalidation +[ 0.371820] Trying to unpack rootfs image as initramfs... +[ 0.372214] pci 0000:00:02.0: Adding to iommu group 0 +[ 0.372409] pci 0000:00:00.0: Adding to iommu group 1 +[ 0.372417] pci 0000:00:08.0: Adding to iommu group 2 +[ 0.372428] pci 0000:00:12.0: Adding to iommu group 3 +[ 0.372440] pci 0000:00:14.0: Adding to iommu group 4 +[ 0.372448] pci 0000:00:14.2: Adding to iommu group 4 +[ 0.372458] pci 0000:00:15.0: Adding to iommu group 5 +[ 0.372470] pci 0000:00:16.0: Adding to iommu group 6 +[ 0.372477] pci 0000:00:16.3: Adding to iommu group 6 +[ 0.372485] pci 0000:00:17.0: Adding to iommu group 7 +[ 0.372504] pci 0000:00:1f.0: Adding to iommu group 8 +[ 0.372512] pci 0000:00:1f.3: Adding to iommu group 8 +[ 0.372520] pci 0000:00:1f.4: Adding to iommu group 8 +[ 0.372528] pci 0000:00:1f.5: Adding to iommu group 8 +[ 0.372536] pci 0000:00:1f.6: Adding to iommu group 8 +[ 0.373203] DMAR: Intel(R) Virtualization Technology for Directed I/O +[ 0.373205] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) +[ 0.373206] software IO TLB: mapped [mem 0x00000000592c5000-0x000000005d2c5000] (64MB) +[ 0.396231] Initialise system trusted keyrings +[ 0.396241] Key type blacklist registered +[ 0.396361] workingset: timestamp_bits=36 max_order=23 bucket_order=0 +[ 0.396612] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[ 0.396765] fuse: init (API version 7.44) +[ 0.396970] integrity: Platform Keyring initialized +[ 0.396974] integrity: Machine keyring initialized +[ 0.408207] Key type asymmetric registered +[ 0.408210] Asymmetric key parser 'x509' registered +[ 0.408241] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) +[ 0.408358] io scheduler mq-deadline registered +[ 0.412043] ledtrig-cpu: registered to indicate activity on CPUs +[ 0.412254] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 +[ 0.412279] ACPI: button: Sleep Button [SLPB] +[ 0.412308] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 +[ 0.412327] ACPI: button: Power Button [PWRB] +[ 0.412354] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 +[ 0.412394] ACPI: button: Power Button [PWRF] +[ 0.413880] thermal LNXTHERM:00: registered as thermal_zone0 +[ 0.413883] ACPI: thermal: Thermal Zone [TZ00] (28 C) +[ 0.414108] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled +[ 0.436045] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A +[ 0.439184] serial 0000:00:16.3: enabling device (0001 -> 0003) +[ 0.460711] 0000:00:16.3: ttyS4 at I/O 0x30a0 (irq = 17, base_baud = 115200) is a 16550A +[ 0.461130] hpet_acpi_add: no address or irqs in _CRS +[ 0.461163] Linux agpgart interface v0.103 +[ 0.475081] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1) +[ 0.486841] loop: module loaded +[ 0.487094] ACPI: bus type drm_connector registered +[ 0.488405] tun: Universal TUN/TAP device driver, 1.6 +[ 0.488443] PPP generic driver version 2.4.2 +[ 0.488504] i8042: PNP: No PS/2 controller found. +[ 0.488547] mousedev: PS/2 mouse device common for all mice +[ 0.488645] rtc_cmos 00:04: RTC can wake from S4 +[ 0.490184] rtc_cmos 00:04: registered as rtc0 +[ 0.490488] rtc_cmos 00:04: setting system clock to 2026-07-27T13:20:49 UTC (1785158449) +[ 0.490524] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram +[ 0.490533] i2c_dev: i2c /dev entries driver +[ 0.490890] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. +[ 0.490906] device-mapper: uevent: version 1.0.3 +[ 0.490952] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev +[ 0.490957] intel_pstate: Intel P-state driver initializing +[ 0.491348] intel_pstate: HWP enabled +[ 0.491456] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic +[ 0.491458] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0 +[ 0.492703] fbcon: Deferring console take-over +[ 0.492704] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device +[ 0.492769] drop_monitor: Initializing network drop monitor service +[ 0.492849] NET: Registered PF_INET6 protocol family +[ 0.493148] Segment Routing with IPv6 +[ 0.493153] In-situ OAM (IOAM) with IPv6 +[ 0.493166] NET: Registered PF_PACKET protocol family +[ 0.493176] Bridge firewalling registered +[ 0.493236] Key type dns_resolver registered +[ 0.493952] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' +[ 0.494364] microcode: Current revision: 0x00000100 +[ 0.494365] microcode: Updated early from: 0x000000f8 +[ 0.494788] IPI shorthand broadcast: enabled +[ 0.496030] sched_clock: Marking stable (483001064, 12918423)->(538813876, -42894389) +[ 0.496188] registered taskstats version 1 +[ 0.496745] Loading compiled-in X.509 certificates +[ 0.497143] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 0.500165] Demotion targets for Node 0: null +[ 0.500219] Key type .fscrypt registered +[ 0.500220] Key type fscrypt-provisioning registered +[ 0.500252] Key type big_key registered +[ 0.500255] Key type trusted registered +[ 0.756792] Freeing initrd memory: 86400K +[ 0.765904] Key type encrypted registered +[ 0.765906] AppArmor: AppArmor sha256 policy hashing enabled +[ 0.766232] integrity: Loading X.509 certificate: UEFI:db +[ 0.766256] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7' +[ 0.766257] integrity: Loading X.509 certificate: UEFI:db +[ 0.766268] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' +[ 0.766269] integrity: Loading X.509 certificate: UEFI:db +[ 0.766277] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' +[ 0.766439] integrity: Revoking X.509 certificate: UEFI:dbx +[ 0.766450] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc' +[ 0.766848] Loading compiled-in module X.509 certificates +[ 0.767233] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05' +[ 0.767235] ima: Allocated hash algorithm: sha256 +[ 0.801181] ima: No architecture policies found +[ 0.801199] evm: Initialising EVM extended attributes: +[ 0.801200] evm: security.selinux +[ 0.801201] evm: security.SMACK64 +[ 0.801201] evm: security.SMACK64EXEC +[ 0.801202] evm: security.SMACK64TRANSMUTE +[ 0.801202] evm: security.SMACK64MMAP +[ 0.801203] evm: security.apparmor +[ 0.801203] evm: security.ima +[ 0.801204] evm: security.capability +[ 0.801204] evm: HMAC attrs: 0x1 +[ 0.801372] PM: Magic number: 2:685:332 +[ 0.801396] tty tty53: hash matches +[ 0.801427] memory memory182: hash matches +[ 0.802509] RAS: Correctable Errors collector initialized. +[ 0.806112] clk: Disabling unused clocks +[ 0.806114] PM: genpd: Disabling unused power domains +[ 0.807042] Freeing unused decrypted memory: 2028K +[ 0.807527] Freeing unused kernel image (initmem) memory: 4948K +[ 0.807541] Write protecting the kernel read-only data: 38912k +[ 0.807994] Freeing unused kernel image (text/rodata gap) memory: 1140K +[ 0.808300] Freeing unused kernel image (rodata/data gap) memory: 1444K +[ 0.818675] x86/mm: Checked W+X mappings: passed, no W+X pages found. +[ 0.818678] Run /init as init process +[ 0.818679] with arguments: +[ 0.818680] /init +[ 0.818681] with environment: +[ 0.818681] HOME=/ +[ 0.818682] TERM=linux +[ 0.818682] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve +[ 0.929001] wmi_bus wmi_bus-PNP0C14:04: [Firmware Bug]: WQBC data block query control method not found +[ 0.940817] intel-lpss 0000:00:15.0: enabling device (0104 -> 0106) +[ 0.941965] idma64 idma64.0: Found Intel integrated DMA 64-bit +[ 0.942822] ahci 0000:00:17.0: Found 1 remapped NVMe devices. +[ 0.942825] ahci 0000:00:17.0: Switch your BIOS from RAID to AHCI mode to use them. +[ 0.942914] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, RAID mode +[ 0.942917] ahci 0000:00:17.0: 3/4 ports implemented (port mask 0xb) +[ 0.942924] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst +[ 0.943769] e1000e: Intel(R) PRO/1000 Network Driver +[ 0.943770] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. +[ 0.943905] i801_smbus 0000:00:1f.4: SPD Write Disable is set +[ 0.943960] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt +[ 0.943990] scsi host0: ahci +[ 0.944107] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode +[ 0.944147] scsi host1: ahci +[ 0.944334] scsi host2: ahci +[ 0.944460] scsi host3: ahci +[ 0.944499] ata1: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100100 irq 22 lpm-pol 3 +[ 0.944504] ata2: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100180 irq 22 lpm-pol 3 +[ 0.944505] ata3: DUMMY +[ 0.944508] ata4: SATA max UDMA/133 abar m524288@0x91100000 port 0x91100280 irq 22 lpm-pol 3 +[ 0.953088] i2c i2c-0: Successfully instantiated SPD at 0x50 +[ 0.953435] i2c i2c-0: Successfully instantiated SPD at 0x51 +[ 0.953786] i2c i2c-0: Successfully instantiated SPD at 0x52 +[ 0.955603] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 0.955610] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 +[ 0.956726] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810 +[ 0.957000] xhci_hcd 0000:00:14.0: xHCI Host Controller +[ 0.957003] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 +[ 0.957005] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed +[ 0.957038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17 +[ 0.957040] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 0.957041] usb usb1: Product: xHCI Host Controller +[ 0.957042] usb usb1: Manufacturer: Linux 6.17.2-1-pve xhci-hcd +[ 0.957043] usb usb1: SerialNumber: 0000:00:14.0 +[ 0.957145] hub 1-0:1.0: USB hub found +[ 0.957166] hub 1-0:1.0: 16 ports detected +[ 0.959289] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17 +[ 0.959292] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 +[ 0.959293] usb usb2: Product: xHCI Host Controller +[ 0.959294] usb usb2: Manufacturer: Linux 6.17.2-1-pve xhci-hcd +[ 0.959295] usb usb2: SerialNumber: 0000:00:14.0 +[ 0.959354] hub 2-0:1.0: USB hub found +[ 0.959369] hub 2-0:1.0: 10 ports detected +[ 1.019404] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock +[ 1.084210] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) a4:bb:6d:e3:56:86 +[ 1.084229] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection +[ 1.084394] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF +[ 1.193973] usb 1-2: new high-speed USB device number 2 using xhci_hcd +[ 1.247225] ata2: SATA link down (SStatus 4 SControl 300) +[ 1.247258] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) +[ 1.247282] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) +[ 1.247557] ata1.00: ATA-11: PNY CS900 250GB SSD, CS900E12, max UDMA/133 +[ 1.247601] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32), AA +[ 1.248115] ata1.00: configured for UDMA/133 +[ 1.254315] ata4.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D1M, max UDMA/133 +[ 1.258454] scsi 0:0:0:0: Direct-Access ATA PNY CS900 250GB 0E12 PQ: 0 ANSI: 5 +[ 1.258637] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB) +[ 1.258643] sd 0:0:0:0: [sda] Write Protect is off +[ 1.258644] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 +[ 1.258650] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA +[ 1.258651] sd 0:0:0:0: Attached scsi generic sg0 type 0 +[ 1.258659] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes +[ 1.260486] ata4.00: configured for UDMA/133 +[ 1.268100] scsi 3:0:0:0: CD-ROM PLDS DVD+-RW DU-8A5LH 6D1M PQ: 0 ANSI: 5 +[ 1.274826] sda: sda1 sda2 sda3 +[ 1.275053] sd 0:0:0:0: [sda] Attached SCSI disk +[ 1.302695] sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray +[ 1.302699] cdrom: Uniform CD-ROM driver Revision: 3.20 +[ 1.321082] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=94.06 +[ 1.321086] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1.321087] usb 1-2: Product: USB2.1 Hub +[ 1.321088] usb 1-2: Manufacturer: GenesysLogic +[ 1.322317] hub 1-2:1.0: USB hub found +[ 1.322748] hub 1-2:1.0: 4 ports detected +[ 1.331214] sr 3:0:0:0: Attached scsi CD-ROM sr0 +[ 1.331326] sr 3:0:0:0: Attached scsi generic sg1 type 5 +[ 1.332732] e1000e 0000:00:1f.6 eno1: renamed from eth0 +[ 1.386087] tsc: Refined TSC clocksource calibration: 3095.998 MHz +[ 1.386096] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ca082f6619, max_idle_ns: 440795220240 ns +[ 1.386175] clocksource: Switched to clocksource tsc +[ 1.431132] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd +[ 1.448804] usb 2-4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00 +[ 1.448819] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 +[ 1.448826] usb 2-4: Product: AX88179B +[ 1.448831] usb 2-4: Manufacturer: ASIX +[ 1.448836] usb 2-4: SerialNumber: 006A5B6C +[ 1.556089] usb 1-12: new high-speed USB device number 3 using xhci_hcd +[ 1.679653] usb 1-12: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 1.679656] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 1.679658] usb 1-12: Product: USB 2.0 Hub +[ 1.681146] hub 1-12:1.0: USB hub found +[ 1.681193] hub 1-12:1.0: 4 ports detected +[ 1.768249] usb 1-2.3: new full-speed USB device number 4 using xhci_hcd +[ 1.873537] usb 1-2.3: New USB device found, idVendor=047d, idProduct=105e, bcdDevice= 0.00 +[ 1.873541] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 1.873542] usb 1-2.3: Product: Bluetooth EDR Dongle +[ 1.873544] usb 1-2.3: Manufacturer: Kensington +[ 1.980405] usb 2-2: new SuperSpeed Plus Gen 2x1 USB device number 3 using xhci_hcd +[ 2.021238] usb 2-2: New USB device found, idVendor=05e3, idProduct=0625, bcdDevice=94.06 +[ 2.021242] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.021243] usb 2-2: Product: USB3.2 Hub +[ 2.021244] usb 2-2: Manufacturer: GenesysLogic +[ 2.024574] hub 2-2:1.0: USB hub found +[ 2.025657] hub 2-2:1.0: 4 ports detected +[ 2.037180] usbcore: registered new interface driver cdc_ether +[ 2.078956] cdc_ncm 2-4:2.0: MAC-Address: 9c:69:d3:6a:5b:6c +[ 2.078959] cdc_ncm 2-4:2.0: setting rx_max = 16384 +[ 2.079320] cdc_ncm 2-4:2.0: setting tx_max = 16384 +[ 2.079742] cdc_ncm 2-4:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-4, CDC NCM (NO ZLP), 9c:69:d3:6a:5b:6c +[ 2.080102] usbcore: registered new interface driver cdc_ncm +[ 2.081520] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: renamed from eth0 +[ 2.081928] usb 1-2.4: new low-speed USB device number 5 using xhci_hcd +[ 2.188806] usb 1-2.4: New USB device found, idVendor=0c45, idProduct=7401, bcdDevice= 0.01 +[ 2.188810] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 +[ 2.188811] usb 1-2.4: Product: TEMPerV1.4 +[ 2.188812] usb 1-2.4: Manufacturer: RDing +[ 2.201608] hid: raw HID events driver (C) Jiri Kosina +[ 2.207610] usbcore: registered new interface driver usbhid +[ 2.207612] usbhid: USB HID core driver +[ 2.208533] usbcore: registered new interface driver usbkbd +[ 2.208551] usbcore: registered new interface driver usbmouse +[ 2.210139] input: RDing TEMPerV1.4 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.4/1-2.4:1.0/0003:0C45:7401.0001/input/input3 +[ 2.261405] hid-generic 0003:0C45:7401.0001: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPerV1.4] on usb-0000:00:14.0-2.4/input0 +[ 2.261506] hid-generic 0003:0C45:7401.0002: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPerV1.4] on usb-0000:00:14.0-2.4/input1 +[ 2.276001] fbcon: Taking over console +[ 2.276874] Console: switching to colour frame buffer device 240x67 +[ 2.366920] raid6: avx2x4 gen() 48824 MB/s +[ 2.383920] raid6: avx2x2 gen() 47399 MB/s +[ 2.400919] raid6: avx2x1 gen() 41323 MB/s +[ 2.400920] raid6: using algorithm avx2x4 gen() 48824 MB/s +[ 2.417920] raid6: .... xor() 17055 MB/s, rmw enabled +[ 2.417921] raid6: using avx2x2 recovery algorithm +[ 2.419053] xor: automatically using best checksumming function avx +[ 2.487132] Btrfs loaded, zoned=yes, fsverity=yes +[ 2.652112] EXT4-fs (dm-1): orphan cleanup on readonly fs +[ 2.652410] EXT4-fs (dm-1): mounted filesystem 7075f1aa-a72c-4278-8297-18a43cc655e8 ro with ordered data mode. Quota mode: none. +[ 2.830042] systemd[1]: Inserted module 'autofs4' +[ 2.886760] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) +[ 2.886765] systemd[1]: Detected architecture x86-64. +[ 2.888579] systemd[1]: Hostname set to . +[ 2.940373] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. +[ 3.110366] systemd[1]: Queued start job for default target graphical.target. +[ 3.125910] systemd[1]: Created slice system-getty.slice - Slice /system/getty. +[ 3.126238] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. +[ 3.126527] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. +[ 3.126896] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice. +[ 3.127117] systemd[1]: Created slice user.slice - User and Session Slice. +[ 3.127156] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. +[ 3.127183] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. +[ 3.127288] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. +[ 3.127302] systemd[1]: Expecting device dev-disk-by\x2duuid-846F\x2d2410.device - /dev/disk/by-uuid/846F-2410... +[ 3.127307] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap... +[ 3.127315] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once. +[ 3.127323] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once. +[ 3.127340] systemd[1]: Reached target network-pre.target - Preparation for Network. +[ 3.127351] systemd[1]: Reached target paths.target - Path Units. +[ 3.127367] systemd[1]: Reached target slices.target - Slice Units. +[ 3.127426] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. +[ 3.127468] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. +[ 3.129716] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. +[ 3.130412] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. +[ 3.130466] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. +[ 3.130525] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). +[ 3.130581] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. +[ 3.130610] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.130619] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.130665] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. +[ 3.130703] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. +[ 3.131623] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... +[ 3.132115] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... +[ 3.132145] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway. +[ 3.132642] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... +[ 3.133170] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... +[ 3.133653] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... +[ 3.133688] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab +[ 3.134515] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... +[ 3.135389] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... +[ 3.136260] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... +[ 3.137121] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... +[ 3.137914] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... +[ 3.138695] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... +[ 3.139470] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... +[ 3.140103] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics... +[ 3.140357] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root +[ 3.140398] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 +[ 3.142076] systemd[1]: Starting systemd-journald.service - Journal Service... +[ 3.149142] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... +[ 3.149156] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.149788] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... +[ 3.149820] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.150420] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... +[ 3.150947] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... +[ 3.152189] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. +[ 3.152473] systemd[1]: modprobe@configfs.service: Deactivated successfully. +[ 3.152625] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. +[ 3.153102] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. +[ 3.153164] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. +[ 3.153234] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. +[ 3.153294] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. +[ 3.153359] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. +[ 3.153374] pstore: Using crash dump compression: deflate +[ 3.153495] systemd[1]: modprobe@drm.service: Deactivated successfully. +[ 3.153601] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. +[ 3.153785] systemd[1]: modprobe@fuse.service: Deactivated successfully. +[ 3.153886] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. +[ 3.154541] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... +[ 3.155016] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... +[ 3.155713] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... +[ 3.157003] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. +[ 3.159175] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. +[ 3.160550] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. +[ 3.162172] Key type psk registered +[ 3.166293] pstore: Registered efi_pstore as persistent store backend +[ 3.166617] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. +[ 3.166732] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. +[ 3.176767] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. +[ 3.177526] systemd-journald[385]: Collecting audit messages is disabled. +[ 3.181033] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully. +[ 3.181139] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics. +[ 3.193442] EXT4-fs (dm-1): re-mounted 7075f1aa-a72c-4278-8297-18a43cc655e8 r/w. +[ 3.194046] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. +[ 3.195324] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc +[ 3.195354] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore +[ 3.196037] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... +[ 3.196052] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki +[ 3.209956] systemd[1]: Started systemd-journald.service - Journal Service. +[ 3.221099] systemd-journald[385]: Received client request to flush runtime journal. +[ 3.223394] spl: loading out-of-tree module taints kernel. +[ 3.297583] zfs: module license 'CDDL' taints kernel. +[ 3.297586] Disabling lock debugging due to kernel taint +[ 3.297602] zfs: module license taints kernel. +[ 3.460467] e1000e 0000:00:1f.6 nic0: renamed from eno1 +[ 3.536140] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k SS +[ 3.725316] intel_pch_thermal 0000:00:12.0: enabling device (0100 -> 0102) +[ 3.727674] usbcore: registered new interface driver cdc_wdm +[ 3.728755] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 3.730240] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 3.731696] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only +[ 3.740459] input: Dell AIO WMI hotkeys as /devices/virtual/input/input4 +[ 3.741126] Bluetooth: Core ver 2.22 +[ 3.741255] spi-nor spi0.0: supply vcc not found, using dummy regulator +[ 3.744294] usbcore: registered new interface driver cdc_mbim +[ 3.746980] NET: Registered PF_BLUETOOTH protocol family +[ 3.746984] Bluetooth: HCI device and connection manager initialized +[ 3.746990] Bluetooth: HCI socket layer initialized +[ 3.746992] Bluetooth: L2CAP socket layer initialized +[ 3.747001] Bluetooth: SCO socket layer initialized +[ 3.749870] input: PC Speaker as /devices/platform/pcspkr/input/input5 +[ 3.749992] mei_me 0000:00:16.0: enabling device (0000 -> 0002) +[ 3.751687] Creating 1 MTD partitions on "0000:00:1f.5": +[ 3.751691] 0x000000000000-0x000002000000 : "BIOS" +[ 3.763305] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4) +[ 3.763859] intel_pmc_core INT33A1:00: initialized +[ 3.764947] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer +[ 3.764950] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules +[ 3.764951] RAPL PMU: hw unit of domain package 2^-14 Joules +[ 3.764952] RAPL PMU: hw unit of domain dram 2^-14 Joules +[ 3.764952] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules +[ 3.879730] input: Dell WMI hotkeys as /devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input6 +[ 3.888682] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5 +[ 3.900452] usbcore: registered new interface driver btusb +[ 4.351128] i915 0000:00:02.0: [drm] Found cometlake (device ID 9bc8) integrated display version 9.00 stepping N/A +[ 4.351701] i915 0000:00:02.0: [drm] VT-d active for gfx access +[ 4.352390] intel_tcc_cooling: Programmable TCC Offset detected +[ 4.365985] Console: switching to colour dummy device 80x25 +[ 4.376486] i915 0000:00:02.0: vgaarb: deactivate vga console +[ 4.376522] i915 0000:00:02.0: [drm] Using Transparent Hugepages +[ 4.377902] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem +[ 4.383847] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) +[ 4.388678] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915]) +[ 4.401805] intel_rapl_common: Found RAPL domain package +[ 4.401807] intel_rapl_common: Found RAPL domain core +[ 4.401808] intel_rapl_common: Found RAPL domain uncore +[ 4.401809] intel_rapl_common: Found RAPL domain dram +[ 4.403069] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic +[ 4.403071] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1 +[ 4.407066] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) +[ 4.416287] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7 +[ 4.442486] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102) +[ 4.823845] fbcon: i915drmfb (fb0) is primary device +[ 5.218993] Console: switching to colour frame buffer device 240x67 +[ 5.236253] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device +[ 5.265476] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915]) +[ 5.302431] snd_hda_codec_alc269 hdaudioC0D0: ALC3246: picked fixup (pin match) +[ 5.334361] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line +[ 5.334366] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) +[ 5.334368] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) +[ 5.334369] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0 +[ 5.334370] snd_hda_codec_alc269 hdaudioC0D0: inputs: +[ 5.334372] snd_hda_codec_alc269 hdaudioC0D0: Headset Mic=0x19 +[ 5.334373] snd_hda_codec_alc269 hdaudioC0D0: Headphone Mic=0x1a +[ 5.434606] audit: type=1400 audit(1785158454.442:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=686 comm="apparmor_parser" +[ 5.434611] audit: type=1400 audit(1785158454.442:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=688 comm="apparmor_parser" +[ 5.434613] audit: type=1400 audit(1785158454.442:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=687 comm="apparmor_parser" +[ 5.434615] audit: type=1400 audit(1785158454.442:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=678 comm="apparmor_parser" +[ 5.434617] audit: type=1400 audit(1785158454.442:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=677 comm="apparmor_parser" +[ 5.434619] audit: type=1400 audit(1785158454.442:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=685 comm="apparmor_parser" +[ 5.434621] audit: type=1400 audit(1785158454.442:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=680 comm="apparmor_parser" +[ 5.434623] audit: type=1400 audit(1785158454.442:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=679 comm="apparmor_parser" +[ 5.434624] audit: type=1400 audit(1785158454.442:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=683 comm="apparmor_parser" +[ 5.434743] audit: type=1400 audit(1785158454.442:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=682 comm="apparmor_parser" +[ 5.446817] RPC: Registered named UNIX socket transport module. +[ 5.446820] RPC: Registered udp transport module. +[ 5.446821] RPC: Registered tcp transport module. +[ 5.446822] RPC: Registered tcp-with-tls transport module. +[ 5.446823] RPC: Registered tcp NFSv4.1 backchannel transport module. +[ 5.555580] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8 +[ 5.555654] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 +[ 5.555692] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 +[ 5.555726] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 +[ 5.555764] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 +[ 5.600149] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) +[ 5.600153] softdog: soft_reboot_cmd= soft_active_on_boot=0 +[ 6.409884] vmbr0: port 1(nic0) entered blocking state +[ 6.409888] vmbr0: port 1(nic0) entered disabled state +[ 6.409894] e1000e 0000:00:1f.6 nic0: entered allmulticast mode +[ 6.409933] e1000e 0000:00:1f.6 nic0: entered promiscuous mode +[ 10.330887] e1000e 0000:00:1f.6 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None +[ 10.330943] vmbr0: port 1(nic0) entered blocking state +[ 10.330948] vmbr0: port 1(nic0) entered forwarding state +[ 11.606093] kauditd_printk_skb: 109 callbacks suppressed +[ 11.606095] audit: type=1400 audit(1785158460.614:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1004 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 11.614798] audit: type=1400 audit(1785158460.622:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 11.614817] audit: type=1400 audit(1785158460.622:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none +[ 11.637201] audit: type=1400 audit(1785158460.645:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" capability=21 capname="sys_admin" +[ 11.637286] audit: type=1400 audit(1785158460.645:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 15.980310] platform INT3515:01: deferred probe pending: Serial bus multi instantiate pseudo device driver: Error creating i2c-client, idx 0 +[ 19.039022] audit: type=1400 audit(1785158468.047:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 27.827127] audit: type=1400 audit(1785158476.835:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 38.135866] audit: type=1400 audit(1785158487.144:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 49.982969] audit: type=1400 audit(1785158498.991:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 49.988324] audit: type=1400 audit(1785158498.996:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 49.988329] audit: type=1400 audit(1785158498.996:131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 49.990436] audit: type=1400 audit(1785158498.998:132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 50.013657] audit: type=1400 audit(1785158499.021:133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 50.022545] datanet: port 1(enx9c69d36a5b6c) entered blocking state +[ 50.022549] datanet: port 1(enx9c69d36a5b6c) entered disabled state +[ 50.022560] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: entered allmulticast mode +[ 50.022589] cdc_ncm 2-4:2.0 enx9c69d36a5b6c: entered promiscuous mode +[ 50.408131] audit: type=1400 audit(1785158499.415:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1104 comm="apparmor_parser" +[ 50.413618] audit: type=1400 audit(1785158499.421:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1109 comm="apparmor_parser" +[ 50.425297] audit: type=1400 audit(1785158499.433:136): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1113 comm="apparmor_parser" +[ 50.425301] audit: type=1400 audit(1785158499.433:137): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1113 comm="apparmor_parser" +[ 50.425303] audit: type=1400 audit(1785158499.433:138): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1113 comm="apparmor_parser" +[ 50.461368] datanet: port 1(enx9c69d36a5b6c) entered blocking state +[ 50.461372] datanet: port 1(enx9c69d36a5b6c) entered forwarding state +[ 54.858455] netfs: FS-Cache loaded +[ 54.995107] NFS: Registering the id_resolver key type +[ 54.995111] Key type id_resolver registered +[ 54.995112] Key type id_legacy registered +[ 56.241433] tap901i0: entered promiscuous mode +[ 56.282887] vmbr0: port 2(fwpr901p0) entered blocking state +[ 56.282891] vmbr0: port 2(fwpr901p0) entered disabled state +[ 56.282904] fwpr901p0: entered allmulticast mode +[ 56.282935] fwpr901p0: entered promiscuous mode +[ 56.282967] vmbr0: port 2(fwpr901p0) entered blocking state +[ 56.282969] vmbr0: port 2(fwpr901p0) entered forwarding state +[ 56.288779] fwbr901i0: port 1(fwln901i0) entered blocking state +[ 56.288782] fwbr901i0: port 1(fwln901i0) entered disabled state +[ 56.288790] fwln901i0: entered allmulticast mode +[ 56.288817] fwln901i0: entered promiscuous mode +[ 56.288845] fwbr901i0: port 1(fwln901i0) entered blocking state +[ 56.288847] fwbr901i0: port 1(fwln901i0) entered forwarding state +[ 56.294673] fwbr901i0: port 2(tap901i0) entered blocking state +[ 56.294675] fwbr901i0: port 2(tap901i0) entered disabled state +[ 56.294679] tap901i0: entered allmulticast mode +[ 56.294715] fwbr901i0: port 2(tap901i0) entered blocking state +[ 56.294718] fwbr901i0: port 2(tap901i0) entered forwarding state +[ 60.633751] tap902i0: entered promiscuous mode +[ 60.673252] vmbr0: port 3(fwpr902p0) entered blocking state +[ 60.673256] vmbr0: port 3(fwpr902p0) entered disabled state +[ 60.673268] fwpr902p0: entered allmulticast mode +[ 60.673300] fwpr902p0: entered promiscuous mode +[ 60.673317] vmbr0: port 3(fwpr902p0) entered blocking state +[ 60.673319] vmbr0: port 3(fwpr902p0) entered forwarding state +[ 60.679440] fwbr902i0: port 1(fwln902i0) entered blocking state +[ 60.679444] fwbr902i0: port 1(fwln902i0) entered disabled state +[ 60.679456] fwln902i0: entered allmulticast mode +[ 60.679486] fwln902i0: entered promiscuous mode +[ 60.679520] fwbr902i0: port 1(fwln902i0) entered blocking state +[ 60.679522] fwbr902i0: port 1(fwln902i0) entered forwarding state +[ 60.685653] fwbr902i0: port 2(tap902i0) entered blocking state +[ 60.685657] fwbr902i0: port 2(tap902i0) entered disabled state +[ 60.685662] tap902i0: entered allmulticast mode +[ 60.685702] fwbr902i0: port 2(tap902i0) entered blocking state +[ 60.685704] fwbr902i0: port 2(tap902i0) entered forwarding state +[ 64.541953] tap903i0: entered promiscuous mode +[ 64.583453] vmbr0: port 4(fwpr903p0) entered blocking state +[ 64.583457] vmbr0: port 4(fwpr903p0) entered disabled state +[ 64.583470] fwpr903p0: entered allmulticast mode +[ 64.583502] fwpr903p0: entered promiscuous mode +[ 64.583524] vmbr0: port 4(fwpr903p0) entered blocking state +[ 64.583526] vmbr0: port 4(fwpr903p0) entered forwarding state +[ 64.589421] fwbr903i0: port 1(fwln903i0) entered blocking state +[ 64.589425] fwbr903i0: port 1(fwln903i0) entered disabled state +[ 64.589436] fwln903i0: entered allmulticast mode +[ 64.589463] fwln903i0: entered promiscuous mode +[ 64.589487] fwbr903i0: port 1(fwln903i0) entered blocking state +[ 64.589489] fwbr903i0: port 1(fwln903i0) entered forwarding state +[ 64.596320] fwbr903i0: port 2(tap903i0) entered blocking state +[ 64.596324] fwbr903i0: port 2(tap903i0) entered disabled state +[ 64.596329] tap903i0: entered allmulticast mode +[ 64.596439] fwbr903i0: port 2(tap903i0) entered blocking state +[ 64.596441] fwbr903i0: port 2(tap903i0) entered forwarding state +[ 68.551529] tap904i0: entered promiscuous mode +[ 68.595719] vmbr0: port 5(fwpr904p0) entered blocking state +[ 68.595723] vmbr0: port 5(fwpr904p0) entered disabled state +[ 68.595737] fwpr904p0: entered allmulticast mode +[ 68.595770] fwpr904p0: entered promiscuous mode +[ 68.595790] vmbr0: port 5(fwpr904p0) entered blocking state +[ 68.595792] vmbr0: port 5(fwpr904p0) entered forwarding state +[ 68.603592] fwbr904i0: port 1(fwln904i0) entered blocking state +[ 68.603596] fwbr904i0: port 1(fwln904i0) entered disabled state +[ 68.603610] fwln904i0: entered allmulticast mode +[ 68.603643] fwln904i0: entered promiscuous mode +[ 68.603688] fwbr904i0: port 1(fwln904i0) entered blocking state +[ 68.603689] fwbr904i0: port 1(fwln904i0) entered forwarding state +[ 68.611961] fwbr904i0: port 2(tap904i0) entered blocking state +[ 68.611965] fwbr904i0: port 2(tap904i0) entered disabled state +[ 68.611974] tap904i0: entered allmulticast mode +[ 68.612028] fwbr904i0: port 2(tap904i0) entered blocking state +[ 68.612030] fwbr904i0: port 2(tap904i0) entered forwarding state +[ 72.633623] tap905i0: entered promiscuous mode +[ 72.680008] vmbr0: port 6(fwpr905p0) entered blocking state +[ 72.680012] vmbr0: port 6(fwpr905p0) entered disabled state +[ 72.680025] fwpr905p0: entered allmulticast mode +[ 72.680058] fwpr905p0: entered promiscuous mode +[ 72.680077] vmbr0: port 6(fwpr905p0) entered blocking state +[ 72.680078] vmbr0: port 6(fwpr905p0) entered forwarding state +[ 72.686358] fwbr905i0: port 1(fwln905i0) entered blocking state +[ 72.686362] fwbr905i0: port 1(fwln905i0) entered disabled state +[ 72.686373] fwln905i0: entered allmulticast mode +[ 72.686403] fwln905i0: entered promiscuous mode +[ 72.686452] fwbr905i0: port 1(fwln905i0) entered blocking state +[ 72.686454] fwbr905i0: port 1(fwln905i0) entered forwarding state +[ 72.692632] fwbr905i0: port 2(tap905i0) entered blocking state +[ 72.692636] fwbr905i0: port 2(tap905i0) entered disabled state +[ 72.692645] tap905i0: entered allmulticast mode +[ 72.692686] fwbr905i0: port 2(tap905i0) entered blocking state +[ 72.692687] fwbr905i0: port 2(tap905i0) entered forwarding state +[ 324.301730] kauditd_printk_skb: 1 callbacks suppressed +[ 324.301731] audit: type=1400 audit(1785158773.276:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 324.303839] audit: type=1400 audit(1785158773.278:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 324.324489] audit: type=1400 audit(1785158773.298:142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 587.215945] audit: type=1400 audit(1785159036.187:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 587.225358] audit: type=1400 audit(1785159036.196:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 587.248158] audit: type=1400 audit(1785159036.219:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 859.402040] audit: type=1400 audit(1785159308.370:146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 859.404173] audit: type=1400 audit(1785159308.372:147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 859.424750] audit: type=1400 audit(1785159308.393:148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 869.279004] usb 1-12: USB disconnect, device number 3 +[ 876.488377] usb 1-12: new high-speed USB device number 6 using xhci_hcd +[ 876.614562] usb 1-12: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 +[ 876.614566] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0 +[ 876.614567] usb 1-12: Product: USB 2.0 Hub +[ 876.615992] hub 1-12:1.0: USB hub found +[ 876.616019] hub 1-12:1.0: 4 ports detected +[ 1133.752309] audit: type=1400 audit(1785159582.719:149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1133.754199] audit: type=1400 audit(1785159582.721:150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1133.775075] audit: type=1400 audit(1785159582.741:151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1407.110789] audit: type=1400 audit(1785159856.075:152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1407.114253] audit: type=1400 audit(1785159856.079:153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1407.135241] audit: type=1400 audit(1785159856.100:154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1699.324916] audit: type=1400 audit(1785160148.289:155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1699.326991] audit: type=1400 audit(1785160148.291:156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1699.347045] audit: type=1400 audit(1785160148.311:157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1947.310962] audit: type=1400 audit(1785160396.272:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1947.313043] audit: type=1400 audit(1785160396.274:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 1947.337013] audit: type=1400 audit(1785160396.298:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2244.859351] audit: type=1400 audit(1785160693.819:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2244.861346] audit: type=1400 audit(1785160693.821:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2244.882708] audit: type=1400 audit(1785160693.842:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2470.514728] audit: type=1400 audit(1785160919.474:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2470.516645] audit: type=1400 audit(1785160919.475:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2470.537672] audit: type=1400 audit(1785160919.497:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2730.587419] audit: type=1400 audit(1785161179.544:167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2730.589590] audit: type=1400 audit(1785161179.546:168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 2730.610754] audit: type=1400 audit(1785161179.567:169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3011.458771] audit: type=1400 audit(1785161460.413:170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3011.460821] audit: type=1400 audit(1785161460.415:171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3011.483736] audit: type=1400 audit(1785161460.438:172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3286.310890] audit: type=1400 audit(1785161735.265:173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3286.312955] audit: type=1400 audit(1785161735.267:174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3286.334009] audit: type=1400 audit(1785161735.288:175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3544.040300] audit: type=1400 audit(1785161992.992:176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3544.042297] audit: type=1400 audit(1785161992.994:177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3544.065359] audit: type=1400 audit(1785161993.017:178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3778.546979] audit: type=1400 audit(1785162227.497:179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3778.548692] audit: type=1400 audit(1785162227.498:180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 3778.570248] audit: type=1400 audit(1785162227.520:181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4051.851268] audit: type=1400 audit(1785162500.800:182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4051.852394] audit: type=1400 audit(1785162500.801:183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4051.875021] audit: type=1400 audit(1785162500.824:184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4306.837120] audit: type=1400 audit(1785162755.783:185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4306.839239] audit: type=1400 audit(1785162755.785:186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4306.859735] audit: type=1400 audit(1785162755.806:187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4533.396837] audit: type=1400 audit(1785162982.343:188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4533.398861] audit: type=1400 audit(1785162982.345:189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4533.423123] audit: type=1400 audit(1785162982.369:190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4766.142599] audit: type=1400 audit(1785163215.086:191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4766.153600] audit: type=1400 audit(1785163215.097:192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 4766.176110] audit: type=1400 audit(1785163215.119:193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5022.790956] audit: type=1400 audit(1785163471.733:194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5022.792779] audit: type=1400 audit(1785163471.734:195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5022.815059] audit: type=1400 audit(1785163471.757:196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5259.202468] audit: type=1400 audit(1785163708.143:197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5259.204530] audit: type=1400 audit(1785163708.145:198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5259.225610] audit: type=1400 audit(1785163708.166:199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5493.025736] audit: type=1400 audit(1785163941.965:200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5493.027832] audit: type=1400 audit(1785163941.967:201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5493.050784] audit: type=1400 audit(1785163941.990:202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5779.262396] audit: type=1400 audit(1785164228.199:203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5779.264573] audit: type=1400 audit(1785164228.201:204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 5779.285543] audit: type=1400 audit(1785164228.222:205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6041.525402] audit: type=1400 audit(1785164490.460:206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6041.527464] audit: type=1400 audit(1785164490.462:207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6041.550273] audit: type=1400 audit(1785164490.485:208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6331.676719] audit: type=1400 audit(1785164780.610:209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6331.678781] audit: type=1400 audit(1785164780.612:210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6331.699301] audit: type=1400 audit(1785164780.633:211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6564.869094] audit: type=1400 audit(1785165013.800:212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6564.871149] audit: type=1400 audit(1785165013.802:213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6564.895469] audit: type=1400 audit(1785165013.827:214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6744.848316] perf: interrupt took too long (2652 > 2500), lowering kernel.perf_event_max_sample_rate to 75000 +[ 6839.784853] audit: type=1400 audit(1785165288.714:215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6839.786642] audit: type=1400 audit(1785165288.716:216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 6839.808586] audit: type=1400 audit(1785165288.738:217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7068.988586] audit: type=1400 audit(1785165517.918:218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7068.990724] audit: type=1400 audit(1785165517.920:219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none +[ 7069.011209] audit: type=1400 audit(1785165517.940:220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1005 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none + +--- cpu MHz (live snapshot) + $ grep -c ^processor /proc/cpuinfo +12 + +############################################################################### +# 5. MEMORY / NUMA / SWAP +############################################################################### + +--- free -h + $ free -h + total used free shared buff/cache available +Mem: 23Gi 7.2Gi 14Gi 47Mi 1.4Gi 15Gi +Swap: 8.0Gi 0B 8.0Gi + +--- free -b + $ free -b + total used free shared buff/cache available +Mem: 24899620864 7751663616 15992217600 49504256 1551777792 17147957248 +Swap: 8589930496 0 8589930496 + +--- swapon + $ swapon --show +NAME TYPE SIZE USED PRIO +/dev/dm-0 partition 8G 0B -2 + +--- /proc/meminfo highlights + $ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo +MemTotal: 24316036 kB +MemFree: 15617108 kB +MemAvailable: 16745760 kB +Buffers: 32616 kB +Cached: 1443976 kB +SwapTotal: 8388604 kB +SwapFree: 8388604 kB +Dirty: 1724 kB +Writeback: 0 kB +AnonPages: 6698160 kB +Mapped: 151084 kB +Shmem: 48344 kB +Slab: 212620 kB +SReclaimable: 38816 kB +SUnreclaim: 173804 kB +KernelStack: 6204 kB +PageTables: 26596 kB +SecPageTables: 6672 kB +NFS_Unstable: 0 kB +WritebackTmp: 0 kB +AnonHugePages: 5498880 kB +ShmemHugePages: 0 kB +ShmemPmdMapped: 0 kB +FilePmdMapped: 0 kB +HugePages_Total: 0 +HugePages_Free: 0 +Hugepagesize: 2048 kB +DirectMap4k: 241148 kB +DirectMap2M: 4710400 kB +DirectMap1G: 19922944 kB + +--- numa stat + $ cat /proc/sys/vm/numa_stat +1 + +--- numa_balancing + $ cat /proc/sys/kernel/numa_balancing +0 + +--- zone reclaim + $ cat /proc/sys/vm/zone_reclaim_mode +0 + +--- slab top (top 20) + $ slabtop -o -s c + Active / Total Objects (% used) : 711892 / 723332 (98.4%) + Active / Total Slabs (% used) : 15968 / 15968 (100.0%) + Active / Total Caches (% used) : 364 / 471 (77.3%) + Active / Total Size (% used) : 143689.05K / 145951.54K (98.4%) + Minimum / Average / Maximum Object : 0.01K / 0.20K / 16.00K + + OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME + 70680 70680 100% 0.13K 2356 30 9424K kernfs_node_cache + 8526 8526 100% 1.10K 294 29 9408K ext4_inode_cache + 12450 12450 100% 0.62K 498 25 7968K inode_cache + 12460 12460 100% 0.57K 445 28 7120K radix_tree_node + 32928 32928 100% 0.19K 1568 21 6272K dentry + 507 499 98% 10.56K 169 3 5408K task_struct + 18081 18081 100% 0.19K 861 21 3444K vm_area_struct + 36568 34963 95% 0.07K 653 56 2612K vmap_area + 29440 29440 100% 0.09K 640 46 2560K lsm_inode_cache + 2829 2631 93% 0.69K 123 23 1968K proc_inode_cache + 3936 3695 93% 0.50K 123 32 1968K kmalloc-rnd-02-512 + 2420 2400 99% 0.77K 121 20 1936K shmem_inode_cache + 928 928 100% 2.00K 58 16 1856K kmalloc-rnd-06-2k + 1760 1744 99% 1.00K 55 32 1760K iommu_iova_magazine + 880 829 94% 2.00K 55 16 1760K kmalloc-cg-2k + 2475 2475 100% 0.63K 99 25 1584K debugfs_inode_cache + 608 546 89% 2.00K 38 16 1216K kmalloc-rnd-05-2k + 11622 11622 100% 0.10K 298 39 1192K buffer_head + 296 280 94% 4.00K 37 8 1184K biovec-max + 555 555 100% 2.06K 37 15 1184K sighand_cache + 4640 2356 50% 0.25K 145 32 1160K skbuff_head_cache + 11154 11019 98% 0.10K 286 39 1144K anon_vma + 1190 1156 97% 0.94K 35 34 1120K nfs_read_data + 17728 16959 95% 0.06K 277 64 1108K anon_vma_chain + 952 900 94% 1.12K 34 28 1088K signal_cache + 17152 17152 100% 0.06K 268 64 1072K dmaengine-unmap-2 + 1472 1472 100% 0.69K 64 23 1024K skbuff_small_head + 4096 3673 89% 0.25K 128 32 1024K maple_node + 256 208 81% 4.00K 32 8 1024K kmalloc-rnd-05-4k + 256 256 100% 4.00K 32 8 1024K kmalloc-4k + 124 124 100% 8.00K 31 4 992K kmalloc-rnd-09-8k + 240 240 100% 4.00K 30 8 960K kmalloc-cg-4k + 240 199 82% 4.00K 30 8 960K kmalloc-rnd-15-4k + 1888 1796 95% 0.50K 59 32 944K pool_workqueue + 1856 1856 100% 0.50K 58 32 928K kmalloc-rnd-03-512 + 1092 1092 100% 0.81K 28 39 896K sock_inode_cache + 208 208 100% 4.00K 26 8 832K kmalloc-rnd-14-4k + 200 200 100% 4.00K 25 8 800K kmalloc-rnd-06-4k + 4053 3952 97% 0.19K 193 21 772K filp + 3990 3865 96% 0.19K 190 21 760K kmalloc-rnd-03-192 + 352 352 100% 2.00K 22 16 704K kmalloc-rnd-08-2k + 160 160 100% 4.00K 20 8 640K names_cache + 320 320 100% 2.00K 20 16 640K kmalloc-rnd-14-2k + 640 640 100% 1.00K 20 32 640K kmalloc-rnd-14-1k + 399 399 100% 1.50K 19 21 608K mm_struct + 252 252 100% 2.19K 18 14 576K mem_cgroup + 72 72 100% 8.00K 18 4 576K kmalloc-rnd-01-8k + 544 544 100% 1.00K 17 32 544K kmalloc-cg-1k + 544 544 100% 1.00K 17 32 544K kmalloc-rnd-08-1k + 256 256 100% 2.00K 16 16 512K biovec-128 + 272 272 100% 1.88K 16 17 512K mem_cgroup_per_node + 512 512 100% 1.00K 16 32 512K kmalloc-rnd-11-1k + 128 128 100% 4.00K 16 8 512K kmalloc-rnd-09-4k + 2048 2011 98% 0.25K 64 32 512K kmalloc-rnd-03-256 + 120 120 100% 4.00K 15 8 480K kmalloc-rnd-02-4k + 336 336 100% 1.31K 14 24 448K perf_event + 56 56 100% 8.00K 14 4 448K kmalloc-cg-8k + 448 448 100% 1.00K 14 32 448K kmalloc-rnd-15-1k + 448 448 100% 1.00K 14 32 448K kmalloc-rnd-10-1k + 56 56 100% 8.00K 14 4 448K kmalloc-rnd-06-8k + 448 448 100% 1.00K 14 32 448K kmalloc-rnd-06-1k + 448 448 100% 1.00K 14 32 448K kmalloc-rnd-04-1k + 224 224 100% 2.00K 14 16 448K kmalloc-rnd-03-2k + 448 448 100% 1.00K 14 32 448K kmalloc-rnd-03-1k + 224 224 100% 2.00K 14 16 448K kmalloc-rnd-02-2k + 224 224 100% 2.00K 14 16 448K kmalloc-2k + 448 448 100% 1.00K 14 32 448K kmalloc-1k + 1696 1668 98% 0.25K 53 32 424K kmalloc-rnd-10-256 + 7665 7665 100% 0.05K 105 73 420K ftrace_event_field + 338 338 100% 1.19K 13 26 416K RAWv6 + 416 416 100% 1.00K 13 32 416K RAW + 208 208 100% 2.00K 13 16 416K kmalloc-rnd-13-2k + 208 208 100% 2.00K 13 16 416K kmalloc-rnd-09-2k + 52 52 100% 8.00K 13 4 416K kmalloc-rnd-05-8k + 416 416 100% 1.00K 13 32 416K kmalloc-rnd-02-1k + 104 104 100% 4.00K 13 8 416K kmalloc-rnd-01-4k + 416 416 100% 1.00K 13 32 416K kmalloc-rnd-01-1k + 52 52 100% 8.00K 13 4 416K kmalloc-8k + 276 276 100% 1.38K 12 23 384K UDPv6 + 432 432 100% 0.88K 12 36 384K fuse_inode + 312 312 100% 1.19K 12 26 384K UDP + 156 156 100% 2.38K 12 13 384K TCP + 96 96 100% 4.00K 12 8 384K memdup_user-4k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-13-4k + 48 48 100% 8.00K 12 4 384K kmalloc-rnd-12-8k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-12-4k + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-12-1k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-11-4k + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-10-2k + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-09-1k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-08-4k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-07-4k + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-07-2k + 384 384 100% 1.00K 12 32 384K kmalloc-rnd-05-1k + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-04-2k + 96 96 100% 4.00K 12 8 384K kmalloc-rnd-03-4k + 192 192 100% 2.00K 12 16 384K kmalloc-rnd-01-2k + 1995 1995 100% 0.19K 95 21 380K pid + 2024 2006 99% 0.18K 92 22 368K kvm_mmu_page_header + 3864 3864 100% 0.09K 92 42 368K trace_event_file + 132 132 100% 2.56K 11 12 352K TCPv6 + 176 176 100% 2.00K 11 16 352K memdup_user-2k + 352 352 100% 1.00K 11 32 352K memdup_user-1k + 44 44 100% 8.00K 11 4 352K kmalloc-rnd-15-8k + 352 352 100% 1.00K 11 32 352K kmalloc-rnd-13-1k + 176 176 100% 2.00K 11 16 352K kmalloc-rnd-12-2k + 44 44 100% 8.00K 11 4 352K kmalloc-rnd-11-8k + 176 176 100% 2.00K 11 16 352K kmalloc-rnd-11-2k + 1591 1591 100% 0.21K 43 37 344K nfs_direct_cache + 1333 1209 90% 0.26K 43 31 344K tw_sock_TCP + 6800 6800 100% 0.05K 80 85 320K shared_policy_node + 40 40 100% 8.00K 10 4 320K kmalloc-rnd-10-8k + 80 80 100% 4.00K 10 8 320K kmalloc-rnd-04-4k + 1659 1659 100% 0.19K 79 21 316K kmalloc-rnd-11-192 + 3234 3234 100% 0.09K 77 42 308K kmalloc-rnd-04-96 + 1216 1111 91% 0.25K 38 32 304K nf_conntrack + 437 437 100% 0.69K 19 23 304K files_cache + 608 608 100% 0.50K 19 32 304K kmalloc-rnd-14-512 + 777 777 100% 0.38K 37 21 296K mnt_cache + 576 576 100% 0.50K 18 32 288K kmalloc-cg-512 + 36 36 100% 8.00K 9 4 288K kmalloc-rnd-07-8k + 2272 2222 97% 0.12K 71 32 284K bio_integrity_data + 2208 2208 100% 0.12K 69 32 276K eventpoll_epi + 544 544 100% 0.50K 17 32 272K kmalloc-rnd-06-512 + 825 800 96% 0.31K 33 25 264K bio-256 + 224 224 100% 1.14K 8 28 256K nfs_inode_cache + 512 512 100% 0.50K 16 32 256K kmalloc-rnd-13-512 + 7936 7912 99% 0.03K 62 128 248K kmalloc-rnd-06-32 + 3904 3878 99% 0.06K 61 64 244K kmalloc-cg-64 + 2520 2520 100% 0.09K 60 42 240K kmalloc-rnd-03-96 + 928 928 100% 0.25K 29 32 232K bio-200 + 2394 2238 93% 0.09K 57 42 228K kmalloc-cg-96 + 21 21 100% 8.94K 7 3 224K kvm_vcpu + 84 84 100% 2.61K 7 12 224K x86_emulator + 350 350 100% 0.62K 14 25 224K task_group + 28 28 100% 8.00K 7 4 224K kmalloc-rnd-13-8k + 3584 3397 94% 0.06K 56 64 224K kmalloc-rnd-12-64 + 14080 14080 100% 0.02K 55 256 220K kmalloc-rnd-06-16 + 2226 2226 100% 0.09K 53 42 212K kmalloc-rnd-09-96 + 416 416 100% 0.50K 13 32 208K kmalloc-rnd-12-512 + 416 416 100% 0.50K 13 32 208K kmalloc-rnd-10-512 + 416 416 100% 0.50K 13 32 208K kmalloc-rnd-09-512 + 832 832 100% 0.25K 26 32 208K kmalloc-rnd-09-256 + 416 416 100% 0.50K 13 32 208K kmalloc-rnd-08-512 + 416 416 100% 0.50K 13 32 208K kmalloc-rnd-01-512 + 416 416 100% 0.50K 13 32 208K kmalloc-512 + 5202 5202 100% 0.04K 51 102 204K extent_status + 252 252 100% 0.75K 12 21 192K intel_context + 336 336 100% 0.56K 12 28 192K kioctx + 288 288 100% 0.65K 12 24 192K tracefs_inode_cache + 348 348 100% 0.55K 12 29 192K taskstats + 384 384 100% 0.50K 12 32 192K kmalloc-rnd-11-512 + 48 48 100% 4.00K 6 8 192K kmalloc-rnd-10-4k + 384 384 100% 0.50K 12 32 192K kmalloc-rnd-05-512 + 2016 1916 95% 0.09K 48 42 192K kmalloc-rnd-05-96 + 384 384 100% 0.50K 12 32 192K kmalloc-rnd-04-512 + 24 24 100% 8.00K 6 4 192K kmalloc-rnd-02-8k + 352 352 100% 0.50K 11 32 176K kmalloc-rnd-15-512 + 1848 1680 90% 0.09K 44 42 176K kmalloc-rnd-11-96 + 704 704 100% 0.25K 22 32 176K kmalloc-rnd-08-256 + 903 903 100% 0.19K 43 21 172K kmalloc-rnd-06-192 + 672 672 100% 0.25K 21 32 168K kmalloc-rnd-12-256 + 861 777 90% 0.19K 41 21 164K kmalloc-cg-192 + 840 840 100% 0.19K 40 21 160K proc_dir_entry + 1280 1152 90% 0.12K 40 32 160K kmalloc-cg-128 + 160 160 100% 1.00K 5 32 160K kmalloc-rnd-07-1k + 320 320 100% 0.50K 10 32 160K kmalloc-rnd-07-512 + 640 640 100% 0.25K 20 32 160K kmem_cache + 2432 2432 100% 0.06K 38 64 152K kmalloc-rnd-15-64 + 608 608 100% 0.25K 19 32 152K kmalloc-rnd-14-256 + 1216 1216 100% 0.12K 38 32 152K kmalloc-rnd-03-128 + 576 576 100% 0.25K 18 32 144K io_kiocb + 288 288 100% 0.50K 9 32 144K memdup_user-512 + 576 576 100% 0.25K 18 32 144K kmalloc-rnd-13-256 + 544 544 100% 0.25K 17 32 136K kmalloc-rnd-04-256 + 5610 5536 98% 0.02K 33 170 132K lsm_file_cache + 184 184 100% 0.69K 8 23 128K rpc_inode_cache + 8 8 100% 16.00K 4 2 128K zio_buf_comb_16384 + 128 128 100% 0.98K 4 32 128K request_queue + 16 16 100% 8.00K 4 4 128K memdup_user-8k + 76 76 100% 1.62K 4 19 128K bdev_cache + 64 64 100% 2.00K 4 16 128K kmalloc-rnd-15-2k + 2048 2048 100% 0.06K 32 64 128K kmalloc-rnd-14-64 + 16 16 100% 8.00K 4 4 128K kmalloc-rnd-08-8k + 512 512 100% 0.25K 16 32 128K kmalloc-rnd-06-256 + 3840 3840 100% 0.03K 30 128 120K kmalloc-32 + 1218 1218 100% 0.09K 29 42 116K kmalloc-rnd-13-96 + 14848 11303 76% 0.01K 29 512 116K kmalloc-rnd-09-8 + 175 175 100% 0.62K 7 25 112K hugetlbfs_inode_cache + 182 182 100% 0.60K 7 26 112K user_namespace + 448 448 100% 0.25K 14 32 112K kmalloc-cg-256 + 448 448 100% 0.25K 14 32 112K kmalloc-rnd-15-256 + 1792 1792 100% 0.06K 28 64 112K kmalloc-rnd-13-64 + 448 448 100% 0.25K 14 32 112K kmalloc-rnd-07-256 + 448 448 100% 0.25K 14 32 112K kmalloc-rnd-05-256 + 448 448 100% 0.25K 14 32 112K kmalloc-rnd-01-256 + 546 546 100% 0.19K 26 21 104K file_lock_cache + 1326 1326 100% 0.08K 26 51 104K Acpi-State + 1092 1092 100% 0.09K 26 42 104K kmalloc-rcl-96 + 416 416 100% 0.25K 13 32 104K kmalloc-rnd-02-256 + 1600 1600 100% 0.06K 25 64 100K kmalloc-rnd-02-64 + 84 84 100% 1.12K 3 28 96K drm_i915_gem_object + 300 300 100% 0.31K 12 25 96K bio-264 + 117 117 100% 0.81K 3 39 96K dax_cache + 384 384 100% 0.25K 12 32 96K task_delay_info + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-14-8k + 384 384 100% 0.25K 12 32 96K kmalloc-rnd-11-256 + 12 12 100% 8.00K 3 4 96K kmalloc-rnd-03-8k + 384 384 100% 0.25K 12 32 96K kmalloc-256 + 2944 2718 92% 0.03K 23 128 92K kmalloc-cg-32 + 1472 1472 100% 0.06K 23 64 92K kmalloc-rnd-03-64 + 275 275 100% 0.31K 11 25 88K request_sock_TCP + 546 546 100% 0.15K 21 26 84K ext4_groupinfo_4k + 441 441 100% 0.19K 21 21 84K kmalloc-rnd-14-192 + 2688 2688 100% 0.03K 21 128 84K kmalloc-rnd-12-32 + 1344 1344 100% 0.06K 21 64 84K kmalloc-rnd-07-64 + 441 441 100% 0.19K 21 21 84K kmalloc-rnd-02-192 + 1280 1280 100% 0.06K 20 64 80K kmalloc-rnd-06-64 + 399 399 100% 0.19K 19 21 76K kmalloc-rnd-10-192 + 9728 9714 99% 0.01K 19 512 76K kmalloc-rnd-06-8 + 2432 2432 100% 0.03K 19 128 76K kmalloc-rnd-03-32 + 798 798 100% 0.09K 19 42 76K kmalloc-rnd-02-96 + 1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-10-64 + 2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-08-32 + 378 378 100% 0.19K 18 21 72K kmalloc-rnd-01-192 + 867 867 100% 0.08K 17 51 68K sigqueue + 357 357 100% 0.19K 17 21 68K kmalloc-rnd-15-192 + 1088 1088 100% 0.06K 17 64 68K kmalloc-rnd-11-64 + 544 544 100% 0.12K 17 32 68K kmalloc-rnd-05-128 + 100 100 100% 0.62K 4 25 64K netfs_request + 10 10 100% 5.81K 2 5 64K net_namespace + 148 148 100% 0.42K 4 37 64K uts_namespace + 512 512 100% 0.12K 16 32 64K kmalloc-rcl-128 + 512 512 100% 0.12K 16 32 64K kmalloc-rnd-02-128 + 336 336 100% 0.19K 16 21 64K kmalloc-192 + 630 630 100% 0.09K 15 42 60K kmalloc-rnd-15-96 + 480 480 100% 0.12K 15 32 60K kmalloc-rnd-06-128 + 630 630 100% 0.09K 15 42 60K kmalloc-rnd-06-96 + 1920 1920 100% 0.03K 15 128 60K kmalloc-rnd-05-32 + 3840 3840 100% 0.02K 15 256 60K kmalloc-rnd-05-16 + 960 960 100% 0.06K 15 64 60K kmalloc-rnd-01-64 + 588 588 100% 0.09K 14 42 56K kmalloc-rnd-12-96 + 448 448 100% 0.12K 14 32 56K kmalloc-rnd-11-128 + 588 588 100% 0.09K 14 42 56K kmalloc-rnd-10-96 + 3584 3584 100% 0.02K 14 256 56K kmalloc-rnd-09-16 + 448 448 100% 0.12K 14 32 56K kmalloc-rnd-08-128 + 3584 3584 100% 0.02K 14 256 56K kmalloc-rnd-07-16 + 1792 1792 100% 0.03K 14 128 56K kmalloc-rnd-01-32 + 896 896 100% 0.06K 14 64 56K kmem_cache_node + 442 442 100% 0.12K 13 34 52K jbd2_journal_head + 416 416 100% 0.12K 13 32 52K kmalloc-rnd-14-128 + 6656 6656 100% 0.01K 13 512 52K kmalloc-rnd-13-8 + 416 416 100% 0.12K 13 32 52K kmalloc-rnd-12-128 + 273 273 100% 0.19K 13 21 52K kmalloc-rnd-12-192 + 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-11-32 + 3328 3328 100% 0.02K 13 256 52K kmalloc-rnd-11-16 + 1664 1664 100% 0.03K 13 128 52K kmalloc-rnd-10-32 + 546 546 100% 0.09K 13 42 52K kmalloc-rnd-08-96 + 416 416 100% 0.12K 13 32 52K kmalloc-rnd-07-128 + 273 273 100% 0.19K 13 21 52K kmalloc-rnd-05-192 + 832 832 100% 0.06K 13 64 52K kmalloc-rnd-04-64 + 273 273 100% 0.19K 13 21 52K kmalloc-rnd-04-192 + 416 416 100% 0.12K 13 32 52K kmalloc-rnd-01-128 + 546 546 100% 0.09K 13 42 52K kmalloc-rnd-01-96 + 416 416 100% 0.12K 13 32 52K kmalloc-128 + 276 276 100% 0.17K 12 23 48K fuse_request + 252 252 100% 0.19K 12 21 48K jbd2_transaction_s + 288 288 100% 0.16K 12 24 48K ext4_allocation_context + 432 432 100% 0.11K 12 36 48K ext4_prealloc_space + 768 768 100% 0.06K 12 64 48K ext4_io_end + 876 876 100% 0.05K 12 73 48K mb_cache_entry + 1536 1536 100% 0.03K 12 128 48K xsk_generic_xmit_cache + 3072 3072 100% 0.02K 12 256 48K ep_head + 192 192 100% 0.25K 6 32 48K memdup_user-256 + 768 768 100% 0.06K 12 64 48K memdup_user-64 + 1536 1536 100% 0.03K 12 128 48K memdup_user-32 + 3072 3072 100% 0.02K 12 256 48K memdup_user-16 + 6144 6144 100% 0.01K 12 512 48K memdup_user-8 + 1536 1536 100% 0.03K 12 128 48K pidfs_attr_cache + 1224 1224 100% 0.04K 12 102 48K pde_opener + 408 408 100% 0.12K 12 34 48K seq_file + 468 468 100% 0.10K 12 39 48K Acpi-ParseExt + 3072 3072 100% 0.02K 12 256 48K kmalloc-cg-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-cg-8 + 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-15-32 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-15-16 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-14-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-14-8 + 504 504 100% 0.09K 12 42 48K kmalloc-rnd-14-96 + 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-13-32 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-13-16 + 252 252 100% 0.19K 12 21 48K kmalloc-rnd-13-192 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-12-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-12-8 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-11-8 + 384 384 100% 0.12K 12 32 48K kmalloc-rnd-10-128 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-10-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-10-8 + 384 384 100% 0.12K 12 32 48K kmalloc-rnd-09-128 + 768 768 100% 0.06K 12 64 48K kmalloc-rnd-09-64 + 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-09-32 + 252 252 100% 0.19K 12 21 48K kmalloc-rnd-09-192 + 768 768 100% 0.06K 12 64 48K kmalloc-rnd-08-64 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-08-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-08-8 + 252 252 100% 0.19K 12 21 48K kmalloc-rnd-08-192 + 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-07-32 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-07-8 + 252 252 100% 0.19K 12 21 48K kmalloc-rnd-07-192 + 504 504 100% 0.09K 12 42 48K kmalloc-rnd-07-96 + 768 768 100% 0.06K 12 64 48K kmalloc-rnd-05-64 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-05-8 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-04-16 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-03-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-03-8 + 1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-02-32 + 3072 3072 100% 0.02K 12 256 48K kmalloc-rnd-02-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-rnd-02-8 + 768 768 100% 0.06K 12 64 48K kmalloc-64 + 3072 3072 100% 0.02K 12 256 48K kmalloc-16 + 6144 6144 100% 0.01K 12 512 48K kmalloc-8 + 504 504 100% 0.09K 12 42 48K kmalloc-96 + 1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-14-32 + 352 352 100% 0.12K 11 32 44K kmalloc-rnd-04-128 + 5632 5632 100% 0.01K 11 512 44K kmalloc-rnd-04-8 + 320 320 100% 0.12K 10 32 40K scsi_sense_cache + 560 560 100% 0.07K 10 56 40K nsproxy + 320 320 100% 0.12K 10 32 40K kmalloc-rnd-13-128 + 2560 2560 100% 0.02K 10 256 40K kmalloc-rnd-01-16 + 189 189 100% 0.19K 9 21 36K bio-136 + 189 189 100% 0.19K 9 21 36K memdup_user-192 + 288 288 100% 0.12K 9 32 36K kmalloc-rnd-15-128 + 4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-15-8 + 1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-04-32 + 15 15 100% 2.06K 1 15 32K MPTCPv6 + 10 10 100% 3.16K 1 10 32K kcopyd_job + 34 34 100% 0.94K 1 34 32K mqueue_inode_cache + 16 16 100% 1.94K 1 16 32K MPTCP + 15 15 100% 2.06K 1 15 32K dmaengine-unmap-256 + 30 30 100% 1.06K 1 30 32K dmaengine-unmap-128 + 3584 3584 100% 0.01K 7 512 28K kmalloc-rnd-01-8 + 612 612 100% 0.04K 6 102 24K khugepaged_mm_slot + 105 105 100% 0.19K 5 21 20K bio-176 + 640 640 100% 0.03K 5 128 20K pending_reservation + 425 425 100% 0.05K 5 85 20K ip_fib_trie + 365 365 100% 0.05K 5 73 20K ip_fib_alias + 210 210 100% 0.09K 5 42 20K memdup_user-96 + 23 23 100% 0.69K 1 23 16K i915_request + 36 36 100% 0.44K 1 36 16K bio-384 + 36 36 100% 0.44K 1 36 16K bio-400 + 32 32 100% 0.50K 1 32 16K bio-456 + 62 62 100% 0.26K 2 31 16K tw_sock_TCPv6 + 20 20 100% 0.77K 1 20 16K fat_inode_cache + 50 50 100% 0.31K 2 25 16K xfrm_dst + 50 50 100% 0.31K 2 25 16K bio-280 + 126 126 100% 0.09K 3 42 12K abd_t + 34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full + 21 21 100% 0.38K 1 21 8K bio-320 + 170 170 100% 0.05K 2 85 8K bio_post_read_ctx + 30 30 100% 0.27K 1 30 8K numa_policy + 25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1 + 256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s + 36 36 100% 0.11K 1 36 4K kmalloc_buckets + 21 21 100% 0.19K 1 21 4K kmalloc-rcl-192 + 0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache + 0 0 0% 0.20K 0 39 0K nf_conntrack_expect + 0 0 0% 0.12K 0 32 0K i915_dependency + 0 0 0% 0.06K 0 64 0K execute_cb + 0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache + 0 0 0% 1.09K 0 29 0K zfs_znode_cache + 0 0 0% 1.03K 0 31 0K zap_attr_long_cache + 0 0 0% 1.07K 0 29 0K zap_name_long + 0 0 0% 0.28K 0 28 0K zap_attr_cache + 0 0 0% 0.32K 0 24 0K zap_name + 0 0 0% 0.16K 0 24 0K sio_cache_2 + 0 0 0% 0.15K 0 26 0K sio_cache_1 + 0 0 0% 0.13K 0 30 0K sio_cache_0 + 0 0 0% 0.15K 0 26 0K zil_zcw_cache + 0 0 0% 0.38K 0 20 0K zil_lwb_cache + 0 0 0% 0.36K 0 22 0K dbuf_dirty_record_t + 0 0 0% 0.36K 0 22 0K dmu_buf_impl_t + 0 0 0% 0.03K 0 128 0K arc_buf_t + 0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only + 0 0 0% 0.93K 0 34 0K dnode_t + 0 0 0% 0.25K 0 32 0K sa_cache + 0 0 0% 16.00K 0 2 0K lz4_cache + 0 0 0% 12.00K 0 2 0K zio_buf_comb_12288 + 0 0 0% 8.00K 0 4 0K zio_buf_comb_8192 + 0 0 0% 6.00K 0 5 0K zio_buf_comb_6144 + 0 0 0% 4.00K 0 8 0K zio_buf_comb_4096 + 0 0 0% 3.00K 0 10 0K zio_buf_comb_3072 + 0 0 0% 2.00K 0 16 0K zio_buf_comb_2048 + 0 0 0% 1.50K 0 21 0K zio_buf_comb_1536 + 0 0 0% 1.00K 0 32 0K zio_buf_comb_1024 + 0 0 0% 0.50K 0 32 0K zio_buf_comb_512 + 0 0 0% 0.05K 0 85 0K zio_link_cache + 0 0 0% 1.19K 0 26 0K zio_cache + 0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache + 0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache + 0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache + 0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache + 0 0 0% 0.16K 0 24 0K brt_entry_cache + 0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache + 0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache + 0 0 0% 0.06K 0 64 0K kcf_context_cache + 0 0 0% 0.30K 0 26 0K btrfs_delayed_node + 0 0 0% 0.41K 0 39 0K btrfs_ordered_extent + 0 0 0% 0.23K 0 34 0K btrfs_extent_buffer + 0 0 0% 1.00K 0 32 0K btrfs_inode + 0 0 0% 0.26K 0 31 0K fsverity_info + 0 0 0% 0.12K 0 32 0K fscrypt_inode_info + 0 0 0% 0.18K 0 22 0K ip6-frags + 0 0 0% 0.31K 0 25 0K request_sock_TCPv6 + 0 0 0% 2.82K 0 11 0K dm_uevent + 0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache + 0 0 0% 0.02K 0 256 0K ecryptfs_file_cache + 0 0 0% 0.04K 0 102 0K fat_cache + 0 0 0% 0.69K 0 23 0K squashfs_inode_cache + 0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache + 0 0 0% 0.11K 0 36 0K fanotify_perm_event + 0 0 0% 0.03K 0 128 0K dnotify_struct + 0 0 0% 0.28K 0 28 0K pid_namespace + 0 0 0% 0.20K 0 20 0K ip4-frags + 0 0 0% 0.38K 0 20 0K request_sock_subflow_v6 + 0 0 0% 0.38K 0 20 0K request_sock_subflow_v4 + 0 0 0% 0.81K 0 39 0K xfrm_state + 0 0 0% 1.00K 0 32 0K PING + 0 0 0% 0.25K 0 32 0K dquot + 0 0 0% 8.00K 0 4 0K msg_msg-8k + 0 0 0% 4.00K 0 8 0K msg_msg-4k + 0 0 0% 2.00K 0 16 0K msg_msg-2k + 0 0 0% 1.00K 0 32 0K msg_msg-1k + 0 0 0% 0.50K 0 32 0K msg_msg-512 + 0 0 0% 0.25K 0 32 0K msg_msg-256 + 0 0 0% 0.12K 0 32 0K msg_msg-128 + 0 0 0% 0.06K 0 64 0K msg_msg-64 + 0 0 0% 0.03K 0 128 0K msg_msg-32 + 0 0 0% 0.02K 0 256 0K msg_msg-16 + 0 0 0% 0.01K 0 512 0K msg_msg-8 + 0 0 0% 0.19K 0 21 0K msg_msg-192 + 0 0 0% 0.09K 0 42 0K msg_msg-96 + 0 0 0% 0.12K 0 32 0K memdup_user-128 + 0 0 0% 0.16K 0 25 0K file_lease_cache + 0 0 0% 0.78K 0 20 0K x86_lbr + 0 0 0% 0.02K 0 256 0K pidfs_xattr_cache + 0 0 0% 0.25K 0 32 0K bfilp + 0 0 0% 0.10K 0 39 0K ima_iint_cache + 0 0 0% 8.00K 0 4 0K dma-kmalloc-8k + 0 0 0% 4.00K 0 8 0K dma-kmalloc-4k + 0 0 0% 2.00K 0 16 0K dma-kmalloc-2k + 0 0 0% 1.00K 0 32 0K dma-kmalloc-1k + 0 0 0% 0.50K 0 32 0K dma-kmalloc-512 + 0 0 0% 0.25K 0 32 0K dma-kmalloc-256 + 0 0 0% 0.12K 0 32 0K dma-kmalloc-128 + 0 0 0% 0.06K 0 64 0K dma-kmalloc-64 + 0 0 0% 0.03K 0 128 0K dma-kmalloc-32 + 0 0 0% 0.02K 0 256 0K dma-kmalloc-16 + 0 0 0% 0.01K 0 512 0K dma-kmalloc-8 + 0 0 0% 0.19K 0 21 0K dma-kmalloc-192 + 0 0 0% 0.09K 0 42 0K dma-kmalloc-96 + 0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k + 0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k + 0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k + 0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k + 0 0 0% 0.50K 0 32 0K kmalloc-rcl-512 + 0 0 0% 0.25K 0 32 0K kmalloc-rcl-256 + 0 0 0% 0.06K 0 64 0K kmalloc-rcl-64 + 0 0 0% 0.03K 0 128 0K kmalloc-rcl-32 + 0 0 0% 0.02K 0 256 0K kmalloc-rcl-16 + 0 0 0% 0.01K 0 512 0K kmalloc-rcl-8 + 0 0 0% 8.00K 0 4 0K kmalloc-rnd-04-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 0 +pgmigrate_fail 0 +compact_migrate_scanned 0 +compact_free_scanned 0 +compact_isolated 0 +compact_stall 0 +compact_fail 0 +compact_success 0 +compact_daemon_wake 0 +compact_daemon_migrate_scanned 0 +compact_daemon_free_scanned 0 + +############################################################################### +# 6. KERNEL TUNABLES / SYSCTL +############################################################################### + +--- vm.* tunables + $ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)' +vm.admin_reserve_kbytes = 8192 +vm.compact_unevictable_allowed = 1 +vm.dirty_background_bytes = 0 +vm.dirty_background_ratio = 5 +vm.dirty_bytes = 0 +vm.dirty_expire_centisecs = 3000 +vm.dirty_ratio = 40 +vm.dirty_writeback_centisecs = 500 +vm.min_free_kbytes = 67584 +vm.nr_hugepages = 0 +vm.nr_hugepages_mempolicy = 0 +vm.nr_overcommit_hugepages = 0 +vm.overcommit_memory = 0 +vm.overcommit_ratio = 50 +vm.stat_interval = 1 +vm.swappiness = 10 +vm.user_reserve_kbytes = 131072 +vm.vfs_cache_pressure = 100 +vm.vfs_cache_pressure_denom = 100 +vm.watermark_scale_factor = 10 +vm.zone_reclaim_mode = 0 + +--- fs.* tunables + $ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)' +fs.aio-max-nr = 1048576 +fs.aio-nr = 0 +fs.file-max = 9223372036854775807 +fs.file-nr = 3260 0 9223372036854775807 +fs.lease-break-time = 45 +fs.mqueue.msg_default = 10 +fs.mqueue.msg_max = 10 +fs.mqueue.msgsize_default = 8192 +fs.mqueue.msgsize_max = 8192 +fs.mqueue.queues_max = 256 +fs.nr_open = 1073741816 +fs.pipe-max-size = 1048576 + +--- kernel.* perf-relevant + $ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)' +kernel.hung_task_all_cpu_backtrace = 0 +kernel.hung_task_check_count = 4194304 +kernel.hung_task_check_interval_secs = 0 +kernel.hung_task_detect_count = 0 +kernel.hung_task_panic = 0 +kernel.hung_task_timeout_secs = 120 +kernel.hung_task_warnings = 10 +kernel.nmi_watchdog = 1 +kernel.numa_balancing = 0 +kernel.numa_balancing_promote_rate_limit_MBps = 65536 +kernel.randomize_va_space = 2 +kernel.sched_rt_period_us = 1000000 +kernel.sched_rt_runtime_us = 950000 +kernel.threads-max = 188141 +kernel.watchdog = 1 +kernel.watchdog_cpumask = 0-11 +kernel.watchdog_thresh = 10 + +############################################################################### +# 7. NETWORK SYSCTL / TCP +############################################################################### + +--- net.core.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)' +net.core.busy_poll = 0 +net.core.busy_read = 0 +net.core.default_qdisc = fq +net.core.dev_weight = 64 +net.core.dev_weight_rx_bias = 1 +net.core.dev_weight_tx_bias = 1 +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.core.netdev_max_backlog = 250000 +net.core.netdev_tstamp_prequeue = 1 +net.core.optmem_max = 131072 +net.core.rmem_default = 26214400 +net.core.rmem_max = 134217728 +net.core.somaxconn = 65535 +net.core.wmem_default = 26214400 +net.core.wmem_max = 134217728 +net.core.xfrm_acq_expires = 30 +net.core.xfrm_aevent_etime = 10 +net.core.xfrm_aevent_rseqth = 2 +net.core.xfrm_larval_drop = 1 + +--- net.ipv4.tcp.* tunables + $ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)' +net.ipv4.tcp_abort_on_overflow = 0 +net.ipv4.tcp_available_congestion_control = reno cubic bbr +net.ipv4.tcp_congestion_control = bbr +net.ipv4.tcp_ecn = 2 +net.ipv4.tcp_ecn_fallback = 1 +net.ipv4.tcp_fastopen = 1 +net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0 +net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000 +net.ipv4.tcp_fin_timeout = 60 +net.ipv4.tcp_keepalive_intvl = 75 +net.ipv4.tcp_keepalive_probes = 9 +net.ipv4.tcp_keepalive_time = 7200 +net.ipv4.tcp_low_latency = 0 +net.ipv4.tcp_max_syn_backlog = 2048 +net.ipv4.tcp_mtu_probing = 0 +net.ipv4.tcp_no_metrics_save = 0 +net.ipv4.tcp_no_ssthresh_metrics_save = 1 +net.ipv4.tcp_pacing_ca_ratio = 120 +net.ipv4.tcp_pacing_ss_ratio = 200 +net.ipv4.tcp_rmem = 4096 87380 134217728 +net.ipv4.tcp_sack = 1 +net.ipv4.tcp_slow_start_after_idle = 1 +net.ipv4.tcp_syncookies = 1 +net.ipv4.tcp_timestamps = 1 +net.ipv4.tcp_tw_reuse = 2 +net.ipv4.tcp_tw_reuse_delay = 1000 +net.ipv4.tcp_window_scaling = 1 +net.ipv4.tcp_wmem = 4096 65536 134217728 + +--- other net.* sysctls + $ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)' +net.core.netdev_budget = 300 +net.core.netdev_budget_usecs = 2000 +net.ipv4.conf.all.accept_redirects = 1 +net.ipv4.conf.all.rp_filter = 2 +net.ipv4.conf.all.send_redirects = 1 +net.ipv4.conf.default.forwarding = 0 +net.ipv4.ip_local_port_range = 32768 60999 +net.ipv4.ip_local_reserved_ports = +net.ipv4.ip_no_pmtu_disc = 0 +net.ipv6.conf.all.disable_ipv6 = 0 + +--- sysctl.d +total 16 +drwxr-xr-x 2 root root 4096 Jul 27 08:16 . +drwxr-xr-x 104 root root 4096 Jul 27 10:18 .. +-rw-r--r-- 1 root root 500 Jul 27 08:16 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 27 08:16 . +drwxr-xr-x 104 root root 4096 Jul 27 10:18 .. +-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf +-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf +-rw-r--r-- 1 root root 0 Jul 27 08:16 tuned.conf +-rw-r--r-- 1 root root 35 Apr 16 2024 zfs.conf + +--- udev rules.d +total 8 +drwxr-xr-x 2 root root 4096 Apr 16 2024 . +drwxr-xr-x 4 root root 4096 Jul 26 11:10 .. +lrwxrwxrwx 1 root root 9 Apr 16 2024 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=2490368000 + +--- 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 = Y + enable_device_posted_irqs = N + enable_ipiv = N + enable_shadow_vmcs = Y + enlightened_vmcs = N + ept = Y + eptad = Y + error_on_inconsistent_vmcs_config = Y + fasteoi = Y + flexpriority = Y + nested = Y + nested_early_check = N + ple_gap = 128 + ple_window = 4096 + ple_window_grow = 2 + ple_window_max = 4294967295 + ple_window_shrink = 0 + pml = Y + preemption_timer = Y + sgx = N + tdx = N + unrestricted_guest = Y + vmentry_l1d_flush = not required + vnmi = Y + vpid = Y + +--- module params: kvm_amd + $ for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done + [exit=1] + +--- module params: relevant net drivers + $ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do + [ -d "/sys/module/$mod/parameters" ] || continue + echo "=== $mod ===" + for p in /sys/module/$mod/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" + done +done +=== virtio_net === + csum = Y + gso = Y + napi_tx = Y + napi_weight = 64 + +############################################################################### +# 9. PROXMOX VERSION & CLUSTER +############################################################################### + +--- pveversion + $ pveversion +pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve) + +--- pveversion -v + $ pveversion -v +proxmox-ve: 9.1.0 (running kernel: 6.17.2-1-pve) +pve-manager: 9.1.1 (running version: 9.1.1/42db4a6cf33dac83) +proxmox-kernel-helper: 9.0.4 +proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1 +proxmox-kernel-6.17: 6.17.2-1 +ceph-fuse: 19.2.3-pve2 +corosync: 3.1.9-pve2 +criu: 4.1.1-1 +frr-pythontools: 10.3.1-1+pve4 +ifupdown2: 3.3.0-1+pmx11 +intel-microcode: 3.20251111.1~deb13u1 +ksm-control-daemon: 1.5-1 +libjs-extjs: 7.0.0-5 +libproxmox-acme-perl: 1.7.0 +libproxmox-backup-qemu0: 2.0.1 +libproxmox-rs-perl: 0.4.1 +libpve-access-control: 9.0.4 +libpve-apiclient-perl: 3.4.2 +libpve-cluster-api-perl: 9.0.7 +libpve-cluster-perl: 9.0.7 +libpve-common-perl: 9.0.15 +libpve-guest-common-perl: 6.0.2 +libpve-http-server-perl: 6.0.5 +libpve-network-perl: 1.2.3 +libpve-rs-perl: 0.11.3 +libpve-storage-perl: 9.0.18 +libspice-server1: 0.15.2-1+b1 +lvm2: 2.03.31-2+pmx1 +lxc-pve: 6.0.5-3 +lxcfs: 6.0.4-pve1 +novnc-pve: 1.6.0-3 +proxmox-backup-client: 4.0.20-1 +proxmox-backup-file-restore: 4.0.20-1 +proxmox-backup-restore-image: 1.0.0 +proxmox-firewall: 1.2.1 +proxmox-kernel-helper: 9.0.4 +proxmox-mail-forward: 1.0.2 +proxmox-mini-journalreader: 1.6 +proxmox-offline-mirror-helper: 0.7.3 +proxmox-widget-toolkit: 5.1.2 +pve-cluster: 9.0.7 +pve-container: 6.0.18 +pve-docs: 9.1.0 +pve-edk2-firmware: 4.2025.05-2 +pve-esxi-import-tools: 1.0.1 +pve-firewall: 6.0.4 +pve-firmware: 3.17-2 +pve-ha-manager: 5.0.8 +pve-i18n: 3.6.2 +pve-qemu-kvm: 10.1.2-3 +pve-xtermjs: 5.5.0-3 +qemu-server: 9.0.30 +smartmontools: 7.4-pve1 +spiceterm: 3.4.1 +swtpm: 0.8.0+pve3 +vncterm: 1.9.1 +zfsutils-linux: 2.3.4-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 + [exit=255 / not installed or not permitted] + +--- pveperf + $ timeout 15 pveperf +CPU BOGOMIPS: 74399.88 +REGEX/SECOND: 4888970 +HD SIZE: 66.13 GB (/dev/mapper/pve-root) +BUFFERED READS: 297.86 MB/sec +AVERAGE SEEK TIME: 0.07 ms +FSYNCS/SECOND: 383.15 +DNS EXT: 20.62 ms +DNS INT: 1.13 ms (knel.net) + +--- 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 Sun, 26 Jul 2026 19%3A38%3A29 -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-tsys9 cpu=0.119954427083333 mem=7687532544 maxmem=24899620864 maxdisk=71008788480 status=online ssl_fingerprint=null + +############################################################################### +# 10. NETWORK: INTERFACES +############################################################################### + +--- ip -d link + $ ip -d link +1: lo: 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: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000 + bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:1f.6 + altname enp0s31f6 + altname enxa4bb6de35686 +3: enx9c69d36a5b6c: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500 + 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.9c:69:d3:6a:5b:6c designated_root 8000.9c:69:d3:6a:5b:6c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 2-4:2.0 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 + link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a4:bb:6d:e3:56:86 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.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 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 19.69 fdb_n_learned 90 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 9c:69:d3:6a:5b:6c 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.9c:69:d3:6a:5b:6c designated_root 8000.9c:69:d3:6a:5b:6c 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 64.60 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e6:eb:27:45:38:75 designated_root 8000.e6:eb:27:45:38:75 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +8: fwbr901i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e6:eb:27:45:38:75 designated_root 8000.e6:eb:27:45:38:75 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 7.17 fdb_n_learned 70 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 10 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:18:d3:3a:94:e6 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.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 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 12 numrxqueues 12 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 +10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP mode DEFAULT group default qlen 1000 + link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e6:eb:27:45:38:75 designated_root 8000.e6:eb:27:45:38:75 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 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1a:ea:cc:4b:7e:f2 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.42:6f:48:89:7f:83 designated_root 8000.42:6f:48:89:7f:83 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 +12: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:6f:48:89:7f:83 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.42:6f:48:89:7f:83 designated_root 8000.42:6f:48:89:7f:83 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 7.17 fdb_n_learned 71 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 14 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:c2:77:04:05: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 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 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 12 numrxqueues 12 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 +14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000 + link/ether 42:6f:48:89:7f:83 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.42:6f:48:89:7f:83 designated_root 8000.42:6f:48:89:7f:83 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 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether da:5c:1e:ef:b7:01 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.be:a7:2d:d6:ce:86 designated_root 8000.be:a7:2d:d6:ce:86 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 +16: fwbr903i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether be:a7:2d:d6:ce:86 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.be:a7:2d:d6:ce:86 designated_root 8000.be:a7:2d:d6:ce:86 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 7.17 fdb_n_learned 69 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 18 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 02:58:fd:e2:0d:01 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.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 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 12 numrxqueues 12 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 +18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP mode DEFAULT group default qlen 1000 + link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.be:a7:2d:d6:ce:86 designated_root 8000.be:a7:2d:d6:ce:86 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 12 numrxqueues 12 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e6:a9:1c:7d:83:ef designated_root 8000.e6:a9:1c:7d:83:ef 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 +20: fwbr904i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e6:a9:1c:7d:83:ef designated_root 8000.e6:a9:1c:7d:83:ef 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 7.17 fdb_n_learned 74 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 22 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 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 12 numrxqueues 12 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 +22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP mode DEFAULT group default qlen 1000 + link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e6:a9:1c:7d:83:ef designated_root 8000.e6:a9:1c:7d:83:ef 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 12 numrxqueues 12 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 +23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521 + tun type tap pi off vnet_hdr on persist off + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ce:b7:5b:d2:25:79 designated_root 8000.ce:b7:5b:d2:25:79 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 +24: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 + bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ce:b7:5b:d2:25:79 designated_root 8000.ce:b7:5b:d2:25:79 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 7.17 fdb_n_learned 69 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 26 mcast_querier_ipv4_other_timer 17.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 +25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ba:76:da:be:a2:d9 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.a4:bb:6d:e3:56:86 designated_root 8000.a4:bb:6d:e3:56:86 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 12 numrxqueues 12 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 +26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000 + link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535 + veth + bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ce:b7:5b:d2:25:79 designated_root 8000.ce:b7:5b:d2:25:79 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 12 numrxqueues 12 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: 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: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff\ altname enp0s31f6\ altname enxa4bb6de35686 +3: enx9c69d36a5b6c: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff +7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff +8: fwbr901i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff +9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:18:d3:3a:94:e6 brd ff:ff:ff:ff:ff:ff +10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP mode DEFAULT group default qlen 1000\ link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff +11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1a:ea:cc:4b:7e:f2 brd ff:ff:ff:ff:ff:ff +12: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff +13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:c2:77:04:05:9b brd ff:ff:ff:ff:ff:ff +14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000\ link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff +15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether da:5c:1e:ef:b7:01 brd ff:ff:ff:ff:ff:ff +16: fwbr903i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff +17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 02:58:fd:e2:0d:01 brd ff:ff:ff:ff:ff:ff +18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP mode DEFAULT group default qlen 1000\ link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff +19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff +20: fwbr904i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff +21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff +22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP mode DEFAULT group default qlen 1000\ link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff +23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff +24: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff +25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ba:76:da:be:a2:d9 brd ff:ff:ff:ff:ff:ff +26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000\ link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff + +--- ip -o -4 addr + $ ip -o -4 addr +1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever +4: tailscale0 inet 100.101.158.76/32 scope global tailscale0\ valid_lft forever preferred_lft forever +5: vmbr0 inet 192.168.3.58/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 442sec preferred_lft 442sec +6: datanet inet 10.100.100.9/24 scope global datanet\ valid_lft forever preferred_lft forever + +--- ip -o -6 addr (link-local filter) + $ ip -o -6 addr +1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fd7a:115c:a1e0::8c3b:9e4d/128 scope global \ valid_lft forever preferred_lft forever +4: tailscale0 inet6 fe80::d783:dc18:fdbf:2097/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever +5: vmbr0 inet6 fe80::a6bb:6dff:fee3:5686/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever +6: datanet inet6 fe80::9e69:d3ff:fe6a:5b6c/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever + +--- ip addr + $ ip addr +1: lo: 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: mtu 1500 qdisc fq master vmbr0 state UP group default qlen 1000 + link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff + altname enp0s31f6 + altname enxa4bb6de35686 +3: enx9c69d36a5b6c: mtu 1500 qdisc fq master datanet state UP group default qlen 1000 + link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN group default qlen 500 + link/none + inet 100.101.158.76/32 scope global tailscale0 + valid_lft forever preferred_lft forever + inet6 fd7a:115c:a1e0::8c3b:9e4d/128 scope global + valid_lft forever preferred_lft forever + inet6 fe80::d783:dc18:fdbf:2097/64 scope link stable-privacy proto kernel_ll + valid_lft forever preferred_lft forever +5: vmbr0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff + inet 192.168.3.58/22 brd 192.168.3.255 scope global dynamic vmbr0 + valid_lft 442sec preferred_lft 442sec + inet6 fe80::a6bb:6dff:fee3:5686/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +6: datanet: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff + inet 10.100.100.9/24 scope global datanet + valid_lft forever preferred_lft forever + inet6 fe80::9e69:d3ff:fe6a:5b6c/64 scope link proto kernel_ll + valid_lft forever preferred_lft forever +7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN group default qlen 1000 + link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff +8: fwbr901i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff +9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 6e:18:d3:3a:94:e6 brd ff:ff:ff:ff:ff:ff +10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP group default qlen 1000 + link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff +11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN group default qlen 1000 + link/ether 1a:ea:cc:4b:7e:f2 brd ff:ff:ff:ff:ff:ff +12: fwbr902i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff +13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 0e:c2:77:04:05:9b brd ff:ff:ff:ff:ff:ff +14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP group default qlen 1000 + link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff +15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN group default qlen 1000 + link/ether da:5c:1e:ef:b7:01 brd ff:ff:ff:ff:ff:ff +16: fwbr903i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff +17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether 02:58:fd:e2:0d:01 brd ff:ff:ff:ff:ff:ff +18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP group default qlen 1000 + link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff +19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN group default qlen 1000 + link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff +20: fwbr904i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff +21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff +22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP group default qlen 1000 + link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff +23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN group default qlen 1000 + link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff +24: fwbr905i0: mtu 1500 qdisc noqueue state UP group default qlen 1000 + link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff +25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000 + link/ether ba:76:da:be:a2:d9 brd ff:ff:ff:ff:ff:ff +26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP group default qlen 1000 + link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff + +--- ip route + $ ip route +default via 192.168.3.254 dev vmbr0 +10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.9 +192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.58 + +--- 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: 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 + 8976 64 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 8976 64 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +2: nic0: mtu 1500 qdisc fq master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 94971344 476819 0 240 0 191901 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 27252979 137397 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + altname enp0s31f6 + altname enxa4bb6de35686 +3: enx9c69d36a5b6c: mtu 1500 qdisc fq master datanet state UP mode DEFAULT group default qlen 1000 + link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1997272591 1573456 0 240 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 684432568 1078560 0 1 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +4: tailscale0: mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500 + link/none + RX: bytes packets errors dropped missed mcast + 206106 941 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 151931 885 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +5: vmbr0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether a4:bb:6d:e3:56:86 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 24021322 253180 0 0 0 164853 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 1001791 5431 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +6: datanet: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 9c:69:d3:6a:5b:6c brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 1997261551 1573216 0 0 0 6114 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 684718572 1078752 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +7: tap901i0: mtu 1500 qdisc fq master fwbr901i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 4a:a9:81:a0:d4:19 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 7203868 37540 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 40091404 300778 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +8: fwbr901i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 22068108 245027 0 289 0 164540 + 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 +9: fwpr901p0@fwln901i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 6e:18:d3:3a:94:e6 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 7203868 37540 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 40091404 300778 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +10: fwln901i0@fwpr901p0: mtu 1500 qdisc noqueue master fwbr901i0 state UP mode DEFAULT group default qlen 1000 + link/ether e6:eb:27:45:38:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 40091404 300778 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 7203868 37540 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +11: tap902i0: mtu 1500 qdisc fq master fwbr902i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 1a:ea:cc:4b:7e:f2 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 11563699 54479 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 43983767 305112 0 3817 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +12: fwbr902i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 22053984 244899 0 289 0 164449 + 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 +13: fwpr902p0@fwln902i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 0e:c2:77:04:05:9b brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 11563699 54479 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 44362486 308038 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +14: fwln902i0@fwpr902p0: mtu 1500 qdisc noqueue master fwbr902i0 state UP mode DEFAULT group default qlen 1000 + link/ether 42:6f:48:89:7f:83 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 44362486 308038 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 11563699 54479 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +15: tap903i0: mtu 1500 qdisc fq master fwbr903i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether da:5c:1e:ef:b7:01 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 72741 769 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 25300839 243189 0 2232 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +16: fwbr903i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 22040304 244798 0 289 0 164381 + 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 +17: fwpr903p0@fwln903i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether 02:58:fd:e2:0d:01 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 72741 769 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 25552299 245421 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +18: fwln903i0@fwpr903p0: mtu 1500 qdisc noqueue master fwbr903i0 state UP mode DEFAULT group default qlen 1000 + link/ether be:a7:2d:d6:ce:86 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 25552299 245421 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 72741 769 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +19: tap904i0: mtu 1500 qdisc fq master fwbr904i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether e2:c1:16:b6:0c:75 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 6585250 38078 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 51603803 318123 0 1863 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +20: fwbr904i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 22031882 244702 0 289 0 164325 + 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 +21: fwpr904p0@fwln904i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ae:4f:ef:9d:54:a4 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 6585250 38078 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 51815521 319987 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +22: fwln904i0@fwpr904p0: mtu 1500 qdisc noqueue master fwbr904i0 state UP mode DEFAULT group default qlen 1000 + link/ether e6:a9:1c:7d:83:ef brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 51815521 319987 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 6585250 38078 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +23: tap905i0: mtu 1500 qdisc fq master fwbr905i0 state UNKNOWN mode DEFAULT group default qlen 1000 + link/ether 52:6b:88:33:1d:d6 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 0 0 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 86 1 0 244044 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 0 +24: fwbr905i0: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 + link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 22023272 244604 0 289 0 164260 + 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 +25: fwpr905p0@fwln905i0: mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000 + link/ether ba:76:da:be:a2:d9 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 + 25515658 245044 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 +26: fwln905i0@fwpr905p0: mtu 1500 qdisc noqueue master fwbr905i0 state UP mode DEFAULT group default qlen 1000 + link/ether ce:b7:5b:d2:25:79 brd ff:ff:ff:ff:ff:ff + RX: bytes packets errors dropped missed mcast + 25515658 245044 0 0 0 0 + RX errors: length crc frame fifo overrun + 0 0 0 0 0 + TX: bytes packets errors dropped carrier collsns + 0 0 0 0 0 0 + TX errors: aborted fifo window heartbt transns + 0 0 0 0 2 + +--- ip neigh + $ ip neigh +10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 STALE +192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE +192.168.2.44 dev vmbr0 FAILED +192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 REACHABLE +192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE +192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE +10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE +192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE +192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE +192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE +192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE +192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE +192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE +192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 REACHABLE +192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e DELAY +10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE +fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE +fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE +fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE +fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE +fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE +fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE +fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE +fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE +fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE +fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE +fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE +fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE +fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE +fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE +fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE +fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE +fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE +fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE +fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE +fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE +fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE +fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b 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: 8976 64 0 0 0 0 0 0 8976 64 0 0 0 0 0 0 + nic0: 94971344 476819 0 240 0 0 0 191901 27252979 137397 0 0 0 0 0 0 +enx9c69d36a5b6c: 1997272591 1573456 0 240 0 0 0 0 684432568 1078560 0 1 0 0 0 0 +tailscale0: 206106 941 0 0 0 0 0 0 151931 885 0 0 0 0 0 0 + vmbr0: 24021322 253180 0 0 0 0 0 164853 1001791 5431 0 0 0 0 0 0 +datanet: 1997261551 1573216 0 0 0 0 0 6114 684718572 1078752 0 0 0 0 0 0 +tap901i0: 7203868 37540 0 0 0 0 0 0 40091404 300778 0 0 0 0 0 0 +fwbr901i0: 22068108 245027 0 289 0 0 0 164540 0 0 0 0 0 0 0 0 +fwpr901p0: 7203868 37540 0 0 0 0 0 0 40091404 300778 0 0 0 0 0 0 +fwln901i0: 40091404 300778 0 0 0 0 0 0 7203868 37540 0 0 0 0 0 0 +tap902i0: 11563699 54479 0 0 0 0 0 0 43983767 305112 0 3817 0 0 0 0 +fwbr902i0: 22053984 244899 0 289 0 0 0 164449 0 0 0 0 0 0 0 0 +fwpr902p0: 11563699 54479 0 0 0 0 0 0 44362486 308038 0 0 0 0 0 0 +fwln902i0: 44362486 308038 0 0 0 0 0 0 11563699 54479 0 0 0 0 0 0 +tap903i0: 72741 769 0 0 0 0 0 0 25300839 243189 0 2232 0 0 0 0 +fwbr903i0: 22040304 244798 0 289 0 0 0 164381 0 0 0 0 0 0 0 0 +fwpr903p0: 72741 769 0 0 0 0 0 0 25552299 245421 0 0 0 0 0 0 +fwln903i0: 25552299 245421 0 0 0 0 0 0 72741 769 0 0 0 0 0 0 +tap904i0: 6585250 38078 0 0 0 0 0 0 51603803 318123 0 1863 0 0 0 0 +fwbr904i0: 22031882 244702 0 289 0 0 0 164325 0 0 0 0 0 0 0 0 +fwpr904p0: 6585250 38078 0 0 0 0 0 0 51815521 319987 0 0 0 0 0 0 +fwln904i0: 51815521 319987 0 0 0 0 0 0 6585250 38078 0 0 0 0 0 0 +tap905i0: 0 0 0 0 0 0 0 0 86 1 0 244044 0 0 0 0 +fwbr905i0: 22023272 244604 0 289 0 0 0 164260 0 0 0 0 0 0 0 0 +fwpr905p0: 0 0 0 0 0 0 0 0 25515658 245044 0 0 0 0 0 0 +fwln905i0: 25515658 245044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + +--- ip -6 route (brief) + $ ip -6 route +fd7a:115c:a1e0::8c3b:9e4d dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev tailscale0 proto kernel metric 256 pref medium +fe80::/64 dev vmbr0 proto kernel metric 256 pref medium +fe80::/64 dev datanet proto kernel metric 256 pref medium + +--- sysfs interface attributes + $ for ifc in $NETIFS; do + d="/sys/class/net/$ifc" + [ -d "$d" ] || continue + printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \ + "$ifc" \ + "$(cat "$d/speed" 2>/dev/null)" \ + "$(cat "$d/duplex" 2>/dev/null)" \ + "$(cat "$d/mtu" 2>/dev/null)" \ + "$(cat "$d/carrier" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/tx_queue_len" 2>/dev/null)" \ + "$(cat "$d/type" 2>/dev/null)" +done +datanet speed=1000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +enx9c69d36a5b6c speed=1000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr901i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr902i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr903i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr904i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwbr905i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln901i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln902i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln903i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln904i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwln905i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr901p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr902p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr903p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr904p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +fwpr905p0 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 +tap901i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap902i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap903i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap904i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +tap905i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 +vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1 + +--- ethtool per-interface deep dump + $ for ifc in $NETIFS; do + [ -e "/sys/class/net/$ifc" ] || continue + echo "" + echo "----- ethtool: $ifc -----" + echo "[driver/version/firmware/bus-info -i]" + ethtool -i "$ifc" 2>&1 + echo "[settings - speed/duplex/autoneg/port]" + ethtool "$ifc" 2>&1 + echo "[channels -l (RX/TX/combined queue counts)]" + ethtool -l "$ifc" 2>&1 + echo "[coalesce -c (interrupt moderation)]" + ethtool -c "$ifc" 2>&1 + echo "[ring -g (descriptor counts)]" + ethtool -g "$ifc" 2>&1 + echo "[pause / flow-control -a]" + ethtool -a "$ifc" 2>&1 + echo "[offload features -k]" + ethtool -k "$ifc" 2>&1 + echo "[private flags --show-priv-flags]" + ethtool --show-priv-flags "$ifc" 2>&1 + echo "[ntuple/RSS -n]" + ethtool -n "$ifc" 2>&1 | head -n 40 + echo "[SFP/DOM transceiver -m]" + ethtool -m "$ifc" 2>&1 + echo "[statistics -S (key error/drop counters only)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'drop|discard|error|crc|miss|pause|fifo|no_buff|rx_no_|_err|fw_|_bad|oversiz|undersize|frag|jabber|length_err|alignment' \ + | head -n 60 + echo "[statistics -S (throughput counters)]" + ethtool -S "$ifc" 2>/dev/null \ + | grep -iE 'rx_(octets|bytes|packets)|tx_(octets|bytes|packets)|rx_(unicast|multicast|broadcast)|tx_(unicast|multicast|broadcast)' \ + | head -n 30 +done + +----- ethtool: datanet ----- +[driver/version/firmware/bus-info -i] +driver: bridge +version: 2.3 +firmware-version: N/A +expansion-rom-version: +bus-info: N/A +supports-statistics: no +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for datanet: + Supported ports: [ ] + Supported link modes: Not reported + Supported pause frame use: No + Supports auto-negotiation: No + Supported FEC modes: Not reported + Advertised link modes: Not reported + Advertised pause frame use: No + Advertised auto-negotiation: No + Advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Other + PHYAD: 0 + Transceiver: internal + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for datanet: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [requested on] + tx-scatter-gather-fraglist: off [requested on] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [requested on] + tx-tcp-ecn-segmentation: off [requested on] + tx-tcp-mangleid-segmentation: off [requested on] + tx-tcp6-segmentation: off [requested on] + tx-tcp-accecn-segmentation: off [requested on] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [requested on] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [requested on] +tx-fcoe-segmentation: off [requested on] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: on +tx-tunnel-remcsum-segmentation: on +tx-sctp-segmentation: off [requested on] +tx-esp-segmentation: on +tx-udp-segmentation: off [requested on] +tx-gso-list: off [requested on] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: enx9c69d36a5b6c ----- +[driver/version/firmware/bus-info -i] +driver: cdc_ncm +version: 6.17.2-1-pve +firmware-version: CDC NCM (NO ZLP) +expansion-rom-version: +bus-info: usb-0000:00:14.0-4 +supports-statistics: yes +supports-test: no +supports-eeprom-access: no +supports-register-dump: no +supports-priv-flags: no +[settings - speed/duplex/autoneg/port] +Settings for enx9c69d36a5b6c: + 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: 1000Mb/s + Duplex: Unknown! (255) + Auto-negotiation: off + Port: Twisted Pair + PHYAD: 0 + Transceiver: internal + MDI-X: Unknown + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +netlink error: Operation not supported +[ring -g (descriptor counts)] +netlink error: Operation not supported +[pause / flow-control -a] +netlink error: Operation not supported +[offload features -k] +Features for enx9c69d36a5b6c: +rx-checksumming: off [fixed] +tx-checksumming: off + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: off [fixed] + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: off + tx-scatter-gather: off [fixed] + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: off + tx-tcp-segmentation: off [fixed] + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off [fixed] + tx-tcp6-segmentation: off [fixed] + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: off [requested on] +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: off [fixed] +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: fwbr901i0 ----- +[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 fwbr901i0: + 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 fwbr901i0: +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: fwbr902i0 ----- +[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 fwbr902i0: + 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 fwbr902i0: +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: fwbr903i0 ----- +[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 fwbr903i0: + 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 fwbr903i0: +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: fwbr904i0 ----- +[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 fwbr904i0: + 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 fwbr904i0: +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: fwbr905i0 ----- +[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 fwbr905i0: + 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 fwbr905i0: +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: fwln901i0 ----- +[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 fwln901i0: + 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 fwln901i0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwln901i0: +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: fwln902i0 ----- +[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 fwln902i0: + 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 fwln902i0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwln902i0: +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: fwln903i0 ----- +[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 fwln903i0: + 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 fwln903i0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwln903i0: +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: fwln904i0 ----- +[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 fwln904i0: + 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 fwln904i0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwln904i0: +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: fwln905i0 ----- +[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 fwln905i0: + 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 fwln905i0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwln905i0: +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: fwpr901p0 ----- +[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 fwpr901p0: + 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 fwpr901p0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwpr901p0: +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: fwpr902p0 ----- +[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 fwpr902p0: + 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 fwpr902p0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwpr902p0: +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: fwpr903p0 ----- +[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 fwpr903p0: + 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 fwpr903p0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwpr903p0: +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: fwpr904p0 ----- +[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 fwpr904p0: + 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 fwpr904p0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwpr904p0: +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: fwpr905p0 ----- +[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 fwpr905p0: + 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 fwpr905p0: +Pre-set maximums: +RX: 12 +TX: 12 +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 fwpr905p0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: on +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: on + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: on +generic-segmentation-offload: on +generic-receive-offload: off +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: on +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: on +tx-gre-csum-segmentation: on +tx-ipxip4-segmentation: on +tx-ipxip6-segmentation: on +tx-udp_tnl-segmentation: on +tx-udp_tnl-csum-segmentation: on +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: on +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: on +tx-gso-list: on +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: on +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_queue_0_drops: 0 + rx_queue_0_xdp_drops: 0 + rx_queue_0_xdp_tx_errors: 0 + tx_queue_0_xdp_xmit_errors: 0 +[statistics -S (throughput counters)] + +----- ethtool: nic0 ----- +[driver/version/firmware/bus-info -i] +driver: e1000e +version: 6.17.2-1-pve +firmware-version: 0.4-4 +expansion-rom-version: +bus-info: 0000:00:1f.6 +supports-statistics: yes +supports-test: yes +supports-eeprom-access: yes +supports-register-dump: yes +supports-priv-flags: yes +[settings - speed/duplex/autoneg/port] +Settings for nic0: + Supported ports: [ TP ] + Supported link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Supported pause frame use: Symmetric Receive-only + Supports auto-negotiation: Yes + Supported FEC modes: Not reported + Advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Advertised pause frame use: Symmetric Receive-only + Advertised auto-negotiation: Yes + Advertised FEC modes: Not reported + Link partner advertised link modes: 10baseT/Half 10baseT/Full + 100baseT/Half 100baseT/Full + 1000baseT/Full + Link partner advertised pause frame use: No + Link partner advertised auto-negotiation: Yes + Link partner advertised FEC modes: Not reported + Speed: 1000Mb/s + Duplex: Full + Auto-negotiation: on + Port: Twisted Pair + PHYAD: 1 + Transceiver: internal + MDI-X: on (auto) + Supports Wake-on: pumbg + Wake-on: g + Current message level: 0x00000007 (7) + drv probe link + Link detected: yes +[channels -l (RX/TX/combined queue counts)] +netlink error: Operation not supported +[coalesce -c (interrupt moderation)] +Coalesce parameters for nic0: +Adaptive RX: n/a TX: n/a +stats-block-usecs: n/a +sample-interval: n/a +pkt-rate-low: n/a +pkt-rate-high: n/a + +rx-usecs: 3 +rx-frames: n/a +rx-usecs-irq: n/a +rx-frames-irq: n/a + +tx-usecs: n/a +tx-frames: n/a +tx-usecs-irq: n/a +tx-frames-irq: n/a + +rx-usecs-low: n/a +rx-frame-low: n/a +tx-usecs-low: n/a +tx-frame-low: n/a + +rx-usecs-high: n/a +rx-frame-high: n/a +tx-usecs-high: n/a +tx-frame-high: n/a + +CQE mode RX: n/a TX: n/a + +tx-aggr-max-bytes: n/a +tx-aggr-max-frames: n/a +tx-aggr-time-usecs: n/a + +[ring -g (descriptor counts)] +Ring parameters for nic0: +Pre-set maximums: +RX: 4096 +RX Mini: n/a +RX Jumbo: n/a +TX: 4096 +TX push buff len: n/a +Current hardware settings: +RX: 256 +RX Mini: n/a +RX Jumbo: n/a +TX: 256 +RX Buf Len: n/a +CQE Size: n/a +TX Push: off +RX Push: off +TX push buff len: n/a +TCP data split: n/a +[pause / flow-control -a] +Pause parameters for nic0: +Autonegotiate: on +RX: off +TX: off +RX negotiated: off +TX negotiated: off + +[offload features -k] +Features for nic0: +rx-checksumming: on +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: off [fixed] +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: off [fixed] + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: on +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: on +highdma: on [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off [fixed] +tx-udp_tnl-csum-segmentation: off [fixed] +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off [fixed] +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off +rx-all: off +tx-vlan-stag-hw-insert: off [fixed] +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +Private flags for nic0: +s0ix-enabled: on +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] + rx_errors: 0 + tx_errors: 0 + tx_dropped: 0 + rx_length_errors: 0 + rx_over_errors: 0 + rx_crc_errors: 0 + rx_frame_errors: 0 + rx_no_buffer_count: 0 + rx_missed_errors: 0 + tx_aborted_errors: 0 + tx_carrier_errors: 0 + tx_fifo_errors: 0 + tx_heartbeat_errors: 0 + tx_window_errors: 0 + rx_long_length_errors: 0 + rx_short_length_errors: 0 + rx_align_errors: 0 + rx_csum_offload_errors: 1 + dropped_smbus: 0 + uncorr_ecc_errors: 0 + corr_ecc_errors: 0 +[statistics -S (throughput counters)] + rx_packets: 476827 + tx_packets: 137402 + rx_bytes: 94973626 + tx_bytes: 27253709 + rx_broadcast: 80133 + tx_broadcast: 584 + rx_multicast: 191901 + tx_multicast: 2046 + +----- ethtool: tap901i0 ----- +[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 tap901i0: + 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 tap901i0: +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 tap901i0: +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 tap901i0: +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: tap902i0 ----- +[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 tap902i0: + 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 tap902i0: +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 tap902i0: +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 tap902i0: +rx-checksumming: off [fixed] +tx-checksumming: on + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: on + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: on + tx-tcp-segmentation: on + tx-tcp-ecn-segmentation: on + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: on + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: tap903i0 ----- +[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 tap903i0: + 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 tap903i0: +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 tap903i0: +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 tap903i0: +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: tap904i0 ----- +[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 tap904i0: + 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 tap904i0: +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 tap904i0: +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 tap904i0: +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: tap905i0 ----- +[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 tap905i0: + 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 tap905i0: +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 tap905i0: +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 tap905i0: +rx-checksumming: off [fixed] +tx-checksumming: off + tx-checksum-ipv4: off [fixed] + tx-checksum-ip-generic: off + tx-checksum-ipv6: off [fixed] + tx-checksum-fcoe-crc: off [fixed] + tx-checksum-sctp: off [fixed] +scatter-gather: on + tx-scatter-gather: on + tx-scatter-gather-fraglist: on +tcp-segmentation-offload: off + tx-tcp-segmentation: off + tx-tcp-ecn-segmentation: off + tx-tcp-mangleid-segmentation: off + tx-tcp6-segmentation: off + tx-tcp-accecn-segmentation: off [fixed] +generic-segmentation-offload: on +generic-receive-offload: on +large-receive-offload: off [fixed] +rx-vlan-offload: off [fixed] +tx-vlan-offload: on +ntuple-filters: off [fixed] +receive-hashing: off [fixed] +highdma: off [fixed] +rx-vlan-filter: off [fixed] +vlan-challenged: off [fixed] +tx-gso-robust: off [fixed] +tx-fcoe-segmentation: off [fixed] +tx-gre-segmentation: off [fixed] +tx-gre-csum-segmentation: off [fixed] +tx-ipxip4-segmentation: off [fixed] +tx-ipxip6-segmentation: off [fixed] +tx-udp_tnl-segmentation: off +tx-udp_tnl-csum-segmentation: off +tx-gso-partial: off [fixed] +tx-tunnel-remcsum-segmentation: off [fixed] +tx-sctp-segmentation: off [fixed] +tx-esp-segmentation: off [fixed] +tx-udp-segmentation: off +tx-gso-list: off [fixed] +tx-nocache-copy: off +loopback: off [fixed] +rx-fcs: off [fixed] +rx-all: off [fixed] +tx-vlan-stag-hw-insert: on +rx-vlan-stag-hw-parse: off [fixed] +rx-vlan-stag-filter: off [fixed] +l2-fwd-offload: off [fixed] +hw-tc-offload: off [fixed] +esp-hw-offload: off [fixed] +esp-tx-csum-hw-offload: off [fixed] +rx-udp_tunnel-port-offload: off [fixed] +tls-hw-tx-offload: off [fixed] +tls-hw-rx-offload: off [fixed] +rx-gro-hw: off [fixed] +tls-hw-record: off [fixed] +rx-gro-list: off +macsec-hw-offload: off [fixed] +rx-udp-gro-forwarding: off +hsr-tag-ins-offload: off [fixed] +hsr-tag-rm-offload: off [fixed] +hsr-fwd-offload: off [fixed] +hsr-dup-offload: off [fixed] +[private flags --show-priv-flags] +netlink error: Operation not supported +[ntuple/RSS -n] +Cannot get RX rings: Operation not supported +rxclass: Cannot get RX class rule count: Operation not supported +RX classification rule retrieval failed +[SFP/DOM transceiver -m] +netlink error: Operation not supported +[statistics -S (key error/drop counters only)] +[statistics -S (throughput counters)] + +----- ethtool: 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: mtu 1500 master vmbr0 state forwarding priority 32 cost 5 +3: enx9c69d36a5b6c: mtu 1500 master datanet state forwarding priority 32 cost 5 +7: tap901i0: mtu 1500 master fwbr901i0 state forwarding priority 32 cost 2 +9: fwpr901p0@fwln901i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +10: fwln901i0@fwpr901p0: mtu 1500 master fwbr901i0 state forwarding priority 32 cost 2 +11: tap902i0: mtu 1500 master fwbr902i0 state forwarding priority 32 cost 2 +13: fwpr902p0@fwln902i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +14: fwln902i0@fwpr902p0: mtu 1500 master fwbr902i0 state forwarding priority 32 cost 2 +15: tap903i0: mtu 1500 master fwbr903i0 state forwarding priority 32 cost 2 +17: fwpr903p0@fwln903i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +18: fwln903i0@fwpr903p0: mtu 1500 master fwbr903i0 state forwarding priority 32 cost 2 +19: tap904i0: mtu 1500 master fwbr904i0 state forwarding priority 32 cost 2 +21: fwpr904p0@fwln904i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +22: fwln904i0@fwpr904p0: mtu 1500 master fwbr904i0 state forwarding priority 32 cost 2 +23: tap905i0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 +25: fwpr905p0@fwln905i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 +26: fwln905i0@fwpr905p0: mtu 1500 master fwbr905i0 state forwarding priority 32 cost 2 + +--- bridge -d link + $ bridge -d link +2: nic0: 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 47 mcast_max_groups 0 +3: enx9c69d36a5b6c: mtu 1500 master datanet 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 +7: tap901i0: mtu 1500 master fwbr901i0 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 +9: fwpr901p0@fwln901i0: 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 +10: fwln901i0@fwpr901p0: mtu 1500 master fwbr901i0 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 45 mcast_max_groups 0 +11: tap902i0: mtu 1500 master fwbr902i0 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 +13: fwpr902p0@fwln902i0: 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 +14: fwln902i0@fwpr902p0: mtu 1500 master fwbr902i0 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 45 mcast_max_groups 0 +15: tap903i0: mtu 1500 master fwbr903i0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +17: fwpr903p0@fwln903i0: mtu 1500 master vmbr0 state forwarding priority 32 cost 2 + hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0 +18: fwln903i0@fwpr903p0: mtu 1500 master fwbr903i0 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 42 mcast_max_groups 0 +19: tap904i0: mtu 1500 master fwbr904i0 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 +21: fwpr904p0@fwln904i0: 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 +22: fwln904i0@fwpr904p0: mtu 1500 master fwbr904i0 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 45 mcast_max_groups 0 +23: tap905i0: mtu 1500 master fwbr905i0 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 +25: fwpr905p0@fwln905i0: 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 +26: fwln905i0@fwpr905p0: mtu 1500 master fwbr905i0 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 45 mcast_max_groups 0 + +--- bridge vlan + $ bridge vlan +port vlan-id +nic0 1 PVID Egress Untagged +enx9c69d36a5b6c 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap901i0 1 PVID Egress Untagged +fwbr901i0 1 PVID Egress Untagged +fwpr901p0 1 PVID Egress Untagged +fwln901i0 1 PVID Egress Untagged +tap902i0 1 PVID Egress Untagged +fwbr902i0 1 PVID Egress Untagged +fwpr902p0 1 PVID Egress Untagged +fwln902i0 1 PVID Egress Untagged +tap903i0 1 PVID Egress Untagged +fwbr903i0 1 PVID Egress Untagged +fwpr903p0 1 PVID Egress Untagged +fwln903i0 1 PVID Egress Untagged +tap904i0 1 PVID Egress Untagged +fwbr904i0 1 PVID Egress Untagged +fwpr904p0 1 PVID Egress Untagged +fwln904i0 1 PVID Egress Untagged +tap905i0 1 PVID Egress Untagged +fwbr905i0 1 PVID Egress Untagged +fwpr905p0 1 PVID Egress Untagged +fwln905i0 1 PVID Egress Untagged + +--- bridge vlan show + $ bridge vlan show +port vlan-id +nic0 1 PVID Egress Untagged +enx9c69d36a5b6c 1 PVID Egress Untagged +vmbr0 1 PVID Egress Untagged +datanet 1 PVID Egress Untagged +tap901i0 1 PVID Egress Untagged +fwbr901i0 1 PVID Egress Untagged +fwpr901p0 1 PVID Egress Untagged +fwln901i0 1 PVID Egress Untagged +tap902i0 1 PVID Egress Untagged +fwbr902i0 1 PVID Egress Untagged +fwpr902p0 1 PVID Egress Untagged +fwln902i0 1 PVID Egress Untagged +tap903i0 1 PVID Egress Untagged +fwbr903i0 1 PVID Egress Untagged +fwpr903p0 1 PVID Egress Untagged +fwln903i0 1 PVID Egress Untagged +tap904i0 1 PVID Egress Untagged +fwbr904i0 1 PVID Egress Untagged +fwpr904p0 1 PVID Egress Untagged +fwln904i0 1 PVID Egress Untagged +tap905i0 1 PVID Egress Untagged +fwbr905i0 1 PVID Egress Untagged +fwpr905p0 1 PVID Egress Untagged +fwln905i0 1 PVID Egress Untagged + +--- brctl show + $ brctl show +bridge name bridge id STP enabled interfaces +datanet 8000.9c69d36a5b6c no enx9c69d36a5b6c +fwbr901i0 8000.e6eb27453875 no fwln901i0 + tap901i0 +fwbr902i0 8000.426f48897f83 no fwln902i0 + tap902i0 +fwbr903i0 8000.bea72dd6ce86 no fwln903i0 + tap903i0 +fwbr904i0 8000.e6a91c7d83ef no fwln904i0 + tap904i0 +fwbr905i0 8000.ceb75bd22579 no fwln905i0 + tap905i0 +vmbr0 8000.a4bb6de35686 no fwpr901p0 + fwpr902p0 + fwpr903p0 + fwpr904p0 + fwpr905p0 + nic0 + +--- bonding state + [missing: /proc/net/bonding/bond*] + +--- vlan config + $ cat /proc/net/vlan/config +cat: /proc/net/vlan/config: No such file or directory + [exit=1 / not installed or not permitted] + +--- /proc/net/vlan + [missing: /proc/net/vlan] + +--- /etc/network/interfaces + --- /etc/network/interfaces --- +auto lo +iface lo inet loopback + +iface nic0 inet manual + +auto vmbr0 +iface vmbr0 inet dhcp + bridge-ports nic0 + bridge-stp off + bridge-fd 0 + +iface enx9c69d36a5b6c inet manual + +#### Data network +auto datanet +iface datanet inet static + address 10.100.100.9 + netmask 255.255.255.0 + bridge-ports enx9c69d36a5b6c + bridge-stp off + bridge-fd 0 + + +source /etc/network/interfaces.d/* + + + + +--- interfaces.d (per file) + $ for f in /etc/network/interfaces.d/*; do + [ -r "$f" ] || continue + echo "--- $f ---" + cat "$f" +done + +############################################################################### +# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET +############################################################################### + +--- /proc/interrupts + $ cat /proc/interrupts + CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 + 8: 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0 + 9: 346 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi + 14: 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 14-fasteoi INT3450:00 + 16: 0 0 0 0 0 0 0 0 0 0 0 0 IR-IO-APIC 16-fasteoi idma64.0, i2c_designware.0 + 21: 0 0 0 0 0 0 0 0 16 0 0 0 IR-IO-APIC 21-fasteoi i801_smbus + 22: 0 0 0 0 0 0 0 79366 0 0 0 0 IR-IO-APIC 22-fasteoi ahci[0000:00:17.0] + 120: 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 1024-edge dmar0-prq + 121: 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0 + 122: 0 0 0 0 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1 + 123: 0 0 0 0 0 0 0 0 0 552384 0 0 IR-PCI-MSI-0000:00:1f.6 0-edge nic0 + 124: 0 0 0 0 0 0 0 0 0 0 547285 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd + 132: 0 0 0 0 0 0 61 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me + 133: 0 0 0 0 0 0 0 3173 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915 + 134: 0 0 0 0 0 0 0 0 702 0 0 0 IR-PCI-MSI-0000:00:1f.3 0-edge snd_hda_intel:card0 + NMI: 47 76 148 118 41 82 33 71 141 219 53 75 Non-maskable interrupts + LOC: 1499762 1389817 1885667 1788728 1305683 1499849 1265423 1510315 1904638 2812323 1413178 1370283 Local timer interrupts + SPU: 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts + PMI: 47 76 148 118 41 82 33 71 141 219 53 75 Performance monitoring interrupts + IWI: 0 0 0 0 0 0 0 32 0 1 0 0 IRQ work interrupts + RTR: 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries + RES: 12930 14771 21582 17100 13643 12808 7731 9923 21052 29941 9046 12997 Rescheduling interrupts + CAL: 105342 54110 45028 33686 42157 37792 33518 34250 37435 35533 42614 44033 Function call interrupts + TLB: 1174 1892 1014 1207 1718 1736 1958 1986 1168 1147 1179 1189 TLB shootdowns + TRM: 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts + THR: 0 0 0 0 0 0 0 0 0 0 0 0 Threshold APIC interrupts + DFR: 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 Machine check exceptions + MCP: 23 24 24 24 24 24 24 24 24 24 24 24 Machine check polls + ERR: 0 + MIS: 0 + PIN: 272 295 503 425 425 548 538 402 331 237 218 357 Posted-interrupt notification event + NPI: 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 Posted-interrupt wakeup event + +--- NIC IRQ affinities (which CPUs handle which queue) + $ for ifc in $NETIFS; do + [ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue + echo "=== $ifc IRQ list (first 40) ===" + ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40 +done +=== nic0 IRQ list (first 40) === +123 + +--- RPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_cpus = 000 + /sys/class/net/enx9c69d36a5b6c/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwbr901i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwbr902i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwbr903i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwbr904i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwbr905i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwln901i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwln902i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwln903i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwln904i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwln905i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwpr901p0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwpr902p0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwpr903p0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwpr904p0/queues/rx-0/rps_cpus = 000 + /sys/class/net/fwpr905p0/queues/rx-0/rps_cpus = 000 + /sys/class/net/lo/queues/rx-0/rps_cpus = 000 + /sys/class/net/nic0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tailscale0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tap901i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tap902i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tap903i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tap904i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/tap905i0/queues/rx-0/rps_cpus = 000 + /sys/class/net/vmbr0/queues/rx-0/rps_cpus = 000 + +--- XPS masks (non-zero only) + $ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do + [ -e "$q" ] || continue + val=$(cat "$q") + [ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val" +done | head -n 60 +cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/enx9c69d36a5b6c/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr901i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr902i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr903i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr904i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/fwbr905i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/nic0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap901i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap902i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap903i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap904i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/tap905i0/queues/tx-0/xps_cpus: No such file or directory +cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory + /sys/class/net/datanet/queues/tx-0/xps_cpus = + /sys/class/net/enx9c69d36a5b6c/queues/tx-0/xps_cpus = + /sys/class/net/fwbr901i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr902i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr903i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr904i0/queues/tx-0/xps_cpus = + /sys/class/net/fwbr905i0/queues/tx-0/xps_cpus = + /sys/class/net/fwln901i0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwln902i0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwln903i0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwln904i0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwln905i0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwpr901p0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwpr902p0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwpr903p0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwpr904p0/queues/tx-0/xps_cpus = 000 + /sys/class/net/fwpr905p0/queues/tx-0/xps_cpus = 000 + /sys/class/net/lo/queues/tx-0/xps_cpus = + /sys/class/net/nic0/queues/tx-0/xps_cpus = + /sys/class/net/tailscale0/queues/tx-0/xps_cpus = + /sys/class/net/tap901i0/queues/tx-0/xps_cpus = + /sys/class/net/tap902i0/queues/tx-0/xps_cpus = + /sys/class/net/tap903i0/queues/tx-0/xps_cpus = + /sys/class/net/tap904i0/queues/tx-0/xps_cpus = + /sys/class/net/tap905i0/queues/tx-0/xps_cpus = + /sys/class/net/vmbr0/queues/tx-0/xps_cpus = + +--- RFS flow counts + $ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do + [ -e "$q" ] || continue + printf ' %s = %s\n' "$q" "$(cat "$q")" +done | head -n 60 + /sys/class/net/datanet/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/enx9c69d36a5b6c/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr901i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr902i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr903i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr904i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwbr905i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln901i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln902i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln903i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln904i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwln905i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr901p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr902p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr903p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr904p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/fwpr905p0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap901i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap902i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap903i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap904i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/tap905i0/queues/rx-0/rps_flow_cnt = 0 + /sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0 + +--- /proc/net/softnet_stat (drops/backlog) + $ cat /proc/net/softnet_stat +000079f6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 +000074ed 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000 +000065ac 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000 +00001f34 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000 +0000453c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000 +00004db8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000 +00003d25 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000 +0000358e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000 +00003745 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000 +0033c143 00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000 +00309500 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000 +00006d23 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 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=000079f6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu1 total=000074ed dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu2 total=000065ac dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu3 total=00001f34 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu4 total=0000453c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu5 total=00004db8 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu6 total=00003d25 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu7 total=0000358e dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu8 total=00003745 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu9 total=0033c143 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu10 total=00309500 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000 +cpu11 total=00006d23 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 0 0.0 +TcpRetransSegs 3307 0.0 +TcpInErrs 0 0.0 +Ip6ReasmFails 0 0.0 +Ip6FragFails 0 0.0 +TcpExtSyncookiesFailed 0 0.0 +TcpExtEmbryonicRsts 0 0.0 +TcpExtLockDroppedIcmps 0 0.0 +TcpExtListenOverflows 0 0.0 +TcpExtListenDrops 0 0.0 +TcpExtTCPLossUndo 0 0.0 +TcpExtTCPLostRetransmit 5 0.0 +TcpExtTCPRenoFailures 0 0.0 +TcpExtTCPSackFailures 0 0.0 +TcpExtTCPLossFailures 0 0.0 +TcpExtTCPFastRetrans 340 0.0 +TcpExtTCPSlowStartRetrans 0 0.0 +TcpExtTCPLossProbes 3099 0.0 +TcpExtTCPLossProbeRecovery 0 0.0 +TcpExtTCPRenoRecoveryFail 0 0.0 +TcpExtTCPSackRecoveryFail 0 0.0 +TcpExtTCPAbortOnData 2 0.0 +TcpExtTCPAbortOnClose 0 0.0 +TcpExtTCPAbortOnMemory 0 0.0 +TcpExtTCPAbortOnTimeout 0 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 0 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: 340 +TCP: 108 (estab 13, closed 85, orphaned 0, timewait 84) + +Transport Total IP IPv6 +RAW 0 0 0 +UDP 7 4 3 +TCP 23 18 5 +INET 30 22 8 +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.58:46286 9.9.9.9:443 timer:(keepalive,27sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:737 10.100.100.5:2049 timer:(keepalive,44sec,0) + skmem:(r0,rb180144,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:759 10.100.100.5:2049 timer:(keepalive,1min24sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:778 10.100.100.5:2049 timer:(keepalive,1min4sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:801 10.100.100.5:2049 timer:(keepalive,34sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.58:45264 192.200.0.111:443 timer:(keepalive,11sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.58:49718 209.177.156.94:443 timer:(keepalive,8.972sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 192.168.3.58:52334 199.165.136.100:443 timer:(keepalive,23sec,0) + skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0) +0 0 10.100.100.9:717 10.100.100.4:2049 timer:(keepalive,34sec,0) + skmem:(r0,rb785841,t0,tb6632448,f0,w0,o0,bl0,d4) +0 20676 10.100.100.9:757 10.100.100.4:2049 timer:(on,008ms,0) + skmem:(r0,rb1332284,t0,tb6188544,f1980,w22596,o0,bl0,d4) +0 0 10.100.100.9:822 10.100.100.4:2049 timer:(keepalive,26sec,0) + skmem:(r0,rb1016542,t0,tb12350976,f0,w0,o0,bl0,d8) +0 0 10.100.100.9:908 10.100.100.4:2049 timer:(keepalive,26sec,0) + skmem:(r0,rb834668,t0,tb7729152,f0,w0,o0,bl0,d10) + +--- ss -ti (TCP internals) + $ ss -ti +State Recv-Q Send-Q Local Address:Port Peer Address:Port +ESTAB 0 0 192.168.3.58:46286 9.9.9.9:https + bbr wscale:11,12 rto:213 rtt:12.07/0.817 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:4304 bytes_acked:4305 bytes_received:9464 segs_out:71 segs_in:65 data_segs_out:62 data_segs_in:35 bbr:(bw:3.43Mbps,mrtt:10.277,pacing_gain:2.88672,cwnd_gain:2.88672) send 17.3Mbps lastsnd:1720 lastrcv:1703 lastack:1703 pacing_rate 29.5Mbps delivery_rate 3.43Mbps delivered:63 app_limited busy:362ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.277 snd_wnd:45056 rcv_wnd:61440 +ESTAB 0 0 10.100.100.9:737 10.100.100.5:nfs + bbr wscale:12,12 rto:202 rtt:1.909/0.111 ato:40 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:82 bytes_sent:163080 bytes_acked:163081 bytes_received:177436 segs_out:1905 segs_in:966 data_segs_out:964 data_segs_in:964 bbr:(bw:12Mbps,mrtt:0.962,pacing_gain:2.88672,cwnd_gain:2.88672) send 498Mbps lastsnd:5763 lastrcv:5761 lastack:5761 pacing_rate 309Mbps delivery_rate 12Mbps delivered:965 app_limited busy:1939ms rcv_rtt:310033 rcv_space:45036 rcv_ssthresh:89592 minrtt:0.962 snd_wnd:131072 rcv_wnd:90112 +ESTAB 0 0 10.100.100.9:759 10.100.100.5:nfs + bbr wscale:12,12 rto:203 rtt:2.055/0.091 ato:40 mss:1448 pmtu:1500 rcvmss:620 advmss:1448 cwnd:94 bytes_sent:163284 bytes_acked:163285 bytes_received:181128 segs_out:1910 segs_in:966 data_segs_out:964 data_segs_in:964 bbr:(bw:16.6Mbps,mrtt:0.697,pacing_gain:2.88672,cwnd_gain:2.88672) send 530Mbps lastsnd:5761 lastrcv:5759 lastack:5759 pacing_rate 361Mbps delivery_rate 16.6Mbps delivered:965 app_limited busy:1972ms rcv_rtt:2 rcv_space:14480 rcv_ssthresh:40276 minrtt:0.697 snd_wnd:131072 rcv_wnd:45056 +ESTAB 0 0 10.100.100.9:778 10.100.100.5:nfs + bbr wscale:12,12 rto:203 rtt:2.008/0.068 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:82 bytes_sent:165624 bytes_acked:165625 bytes_received:249944 segs_out:1957 segs_in:1028 data_segs_out:980 data_segs_in:1026 bbr:(bw:14.4Mbps,mrtt:0.802,pacing_gain:2.88672,cwnd_gain:2.88672) send 473Mbps lastsnd:5757 lastrcv:5755 lastack:5755 pacing_rate 311Mbps delivery_rate 14.4Mbps delivered:981 app_limited busy:2024ms rcv_rtt:5.609 rcv_space:14480 rcv_ssthresh:57388 minrtt:0.802 snd_wnd:131072 rcv_wnd:61440 +ESTAB 0 0 10.100.100.9:801 10.100.100.5:nfs + bbr wscale:12,12 rto:203 rtt:2.003/0.094 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:70 bytes_sent:163128 bytes_acked:163129 bytes_received:244036 segs_out:1928 segs_in:1012 data_segs_out:964 data_segs_in:1010 bbr:(bw:11.9Mbps,mrtt:0.972,pacing_gain:2.88672,cwnd_gain:2.88672) send 405Mbps lastsnd:16080 lastrcv:16078 lastack:16078 pacing_rate 263Mbps delivery_rate 11.9Mbps delivered:965 app_limited busy:1994ms rcv_rtt:5.5 rcv_space:14480 rcv_ssthresh:57388 minrtt:0.972 snd_wnd:131072 rcv_wnd:61440 +ESTAB 0 0 192.168.3.58:45264 192.200.0.111:https + bbr wscale:10,12 rto:343 rtt:142.125/7.268 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:20 bytes_sent:35976 bytes_acked:35977 bytes_received:73457 segs_out:429 segs_in:418 data_segs_out:68 data_segs_in:251 bbr:(bw:354kbps,mrtt:138.6,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.63Mbps lastsnd:19248 lastrcv:18073 lastack:18073 pacing_rate 2.52Mbps delivery_rate 354kbps delivered:69 app_limited busy:4525ms rcv_rtt:132 rcv_space:20280 rcv_ssthresh:54012 minrtt:138.6 snd_wnd:78848 rcv_wnd:57344 +ESTAB 0 0 192.168.3.58:49718 209.177.156.94:https + bbr wscale:7,12 rto:216 rtt:15.816/6.756 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:17 bytes_sent:9928 bytes_acked:9929 bytes_received:15013 segs_out:426 segs_in:403 data_segs_out:55 data_segs_in:159 bbr:(bw:2.94Mbps,mrtt:11.733,pacing_gain:2.88672,cwnd_gain:2.88672) send 12.5Mbps lastsnd:1700 lastrcv:1678 lastack:1678 pacing_rate 24.1Mbps delivery_rate 2.94Mbps delivered:56 app_limited busy:703ms rcv_space:14480 rcv_ssthresh:54012 minrtt:11.733 snd_wnd:64128 rcv_wnd:57344 +ESTAB 0 0 192.168.3.58:52334 199.165.136.100:https + bbr wscale:10,12 rto:268 rtt:67.217/11.133 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:31 bytes_sent:126172 bytes_acked:126173 bytes_received:20187 segs_out:521 segs_in:443 data_segs_out:178 data_segs_in:163 bbr:(bw:1.88Mbps,mrtt:41.888,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.34Mbps lastsnd:1002 lastrcv:651 lastack:651 pacing_rate 7.43Mbps delivery_rate 1.88Mbps delivered:179 app_limited busy:10155ms rcv_space:14480 rcv_ssthresh:57198 minrtt:41.888 snd_wnd:87040 rcv_wnd:57344 +ESTAB 0 4292 10.100.100.9:717 10.100.100.4:nfs + bbr wscale:9,12 rto:206 rtt:5.235/5.902 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:243 bytes_sent:160350268 bytes_retrans:886288 bytes_acked:159459689 bytes_received:493999752 segs_out:258243 segs_in:393313 data_segs_out:122334 data_segs_in:358194 bbr:(bw:423Mbps,mrtt:1.698,pacing_gain:1.25,cwnd_gain:2) send 538Mbps lastsnd:1 lastrcv:5068 lastack:5068 pacing_rate 419Mbps delivery_rate 423Mbps delivered:122226 app_limited busy:115489ms rwnd_limited:114ms(0.1%) unacked:3 retrans:0/825 dsack_dups:719 rcv_rtt:2 rcv_space:260924 rcv_ssthresh:521210 minrtt:0.551 snd_wnd:2770944 rcv_wnd:524288 +ESTAB 0 0 10.100.100.9:757 10.100.100.4:nfs + bbr wscale:9,12 rto:203 rtt:2.897/1.126 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:151 bytes_sent:152151012 bytes_retrans:884592 bytes_acked:151266421 bytes_received:468248016 segs_out:260283 segs_in:372693 data_segs_out:116112 data_segs_in:339963 bbr:(bw:220Mbps,mrtt:2.051,pacing_gain:1.25,cwnd_gain:2) send 604Mbps lastsnd:11 lastrcv:1 lastack:1 pacing_rate 273Mbps delivery_rate 220Mbps delivered:116042 app_limited busy:117198ms rwnd_limited:738ms(0.6%) retrans:0/817 dsack_dups:746 rcv_rtt:5.83 rcv_space:442360 rcv_ssthresh:884082 minrtt:0.681 snd_wnd:5253632 rcv_wnd:884736 +ESTAB 0 0 10.100.100.9:822 10.100.100.4:nfs + bbr wscale:9,12 rto:207 rtt:6.981/8.548 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:38 bytes_sent:150364972 bytes_retrans:847112 bytes_acked:149517861 bytes_received:479905620 segs_out:249338 segs_in:381906 data_segs_out:115377 data_segs_in:348288 bbr:(bw:66.6Mbps,mrtt:1.148,pacing_gain:1.25,cwnd_gain:2) send 63.1Mbps lastsnd:2784 lastrcv:2736 lastack:2736 pacing_rate 82.5Mbps delivery_rate 66.6Mbps delivered:115302 app_limited busy:116541ms rwnd_limited:231ms(0.2%) retrans:0/813 dsack_dups:780 rcv_rtt:1.89 rcv_space:337524 rcv_ssthresh:674409 minrtt:0.395 snd_wnd:2622464 rcv_wnd:675840 +ESTAB 0 0 10.100.100.9:908 10.100.100.4:nfs + bbr wscale:9,12 rto:207 rtt:6.517/7.963 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:70 bytes_sent:149058644 bytes_retrans:892688 bytes_acked:148165957 bytes_received:470751928 segs_out:242903 segs_in:374649 data_segs_out:114050 data_segs_in:341687 bbr:(bw:86.8Mbps,mrtt:1.459,pacing_gain:1.25,cwnd_gain:2) send 124Mbps lastsnd:4619 lastrcv:4598 lastack:4598 pacing_rate 107Mbps delivery_rate 72.1Mbps delivered:113955 app_limited busy:114716ms rwnd_limited:355ms(0.3%) retrans:0/850 dsack_dups:754 rcv_rtt:1 rcv_space:277136 rcv_ssthresh:553634 minrtt:0.466 snd_wnd:4883968 rcv_wnd:557056 +ESTAB 0 0 100.101.158.76:ssh 100.101.187.119:35528 + bbr wscale:7,12 rto:207 rtt:6.263/10.521 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:5825 bytes_acked:5825 bytes_received:3837 segs_out:22 segs_in:19 data_segs_out:15 data_segs_in:12 bbr:(bw:25Mbps,mrtt:0.544,pacing_gain:2.88672,cwnd_gain:2.88672) send 39.2Mbps lastsnd:9002 lastrcv:9002 lastack:8960 pacing_rate 516Mbps delivery_rate 25Mbps delivered:16 app_limited busy:56ms rcv_rtt:5 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.544 snd_wnd:77440 rcv_wnd:61440 + +--- /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 10071 29 0 0 13 1568851 1077692 3307 0 12 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 10071 29 0 0 13 1568851 1077692 3307 0 12 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 232.9G disk PNY CS900 250GB SSD PNY35192273900103DB7 running 0 512B 2G +├─sda1 1007K part 0 512B 2G +├─sda2 1G part /boot/efi vfat 0 512B 2G +└─sda3 231G part LVM2_member 0 512B 2G + ├─pve-swap 8G lvm [SWAP] swap running 0 512B 2G + ├─pve-root 67.7G lvm / ext4 running 0 512B 2G + ├─pve-data_tmeta 1.4G lvm running 0 512B 2G + │ └─pve-data 136.5G lvm running 0 512B 2G + └─pve-data_tdata 136.5G lvm running 0 512B 2G + └─pve-data 136.5G lvm running 0 512B 2G +sr0 1024M rom PLDS DVD+/-RW DU-8A5LH PNDVVPLC0008O545SA00 running 0 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 0 mq-deadline 64 4096 0B +├─sda1 0 512 0 512 512 0 mq-deadline 64 4096 0B +├─sda2 0 512 0 512 512 0 mq-deadline 64 4096 0B +└─sda3 0 512 0 512 512 0 mq-deadline 64 4096 0B + ├─pve-swap 0 512 0 512 512 0 4096 0B + ├─pve-root 0 512 0 512 512 0 4096 0B + ├─pve-data_tmeta 0 512 0 512 512 0 4096 0B + │ └─pve-data 0 65536 65536 512 512 0 4096 0B + └─pve-data_tdata 0 512 0 512 512 0 4096 0B + └─pve-data 0 65536 65536 512 512 0 4096 0B +sr0 0 512 0 512 512 0 mq-deadline 64 128 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-0x5f8db4c351903db7 0x5f8db4c351903db7 0 0 512B 9 2G 0 disk 0:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- PNY CS900 250GB SSD 1 sda 0 root /dev/sda 512 gpt b0d61276-ccf6-4a5d-93d1-f641340718ed 4096 0 CS900E12 0 0 0 64 mq-deadline PNY35192273900103DB7 232.9G running block:scsi:pci sata disk ATA 0B 0x5f8db4c351903db7 none 0B 0B 0B 0 0 0 + 0 wwn-0x5f8db4c351903db7-part1 0x5f8db4c351903db7-part1 0 0 512B 9 2G 0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 ├─sda1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot c8186301-4f3e-4ec1-908c-45d417868c82 /dev/sda1 512 sda gpt b0d61276-ccf6-4a5d-93d1-f641340718ed 4096 0 0 0 0 64 mq-deadline 1007K 34 block:scsi:pci part 0B 0x5f8db4c351903db7 none 0B 0B 0B 0 0 0 + 0 wwn-0x5f8db4c351903db7-part2 0x5f8db4c351903db7-part2 0 0 512B 9 2G 0 1012.9M / 1022M vfat 9M 1% FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 39f83a0d-730b-4a07-ba36-da8042efe71a /dev/sda2 512 sda gpt b0d61276-ccf6-4a5d-93d1-f641340718ed 4096 0 0 0 0 64 mq-deadline 1G 2048 block:scsi:pci /boot/efi /boot/efi part 846F-2410 0B 0x5f8db4c351903db7 none 0B 0B 0B 0 0 0 + 0 wwn-0x5f8db4c351903db7-part3 0x5f8db4c351903db7-part3 0 0 512B 9 2G 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 d88ca077-05e0-4bf3-b039-43fe58cf8ffb /dev/sda3 512 sda gpt b0d61276-ccf6-4a5d-93d1-f641340718ed 4096 0 0 0 0 64 mq-deadline 231G 2099200 block:scsi:pci part qwbHlo-ztQM-Cjd1-vVv6-hfhS-w1eP-1HkmlI 0B 0x5f8db4c351903db7 none 0B 0B 0B 0 0 0 + 0 dm-name-pve-swap name-pve-swap 0 0 512B 12 2G 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 0 8G running block [SWAP] [SWAP] lvm 9cd9c667-b5c3-47b3-a8c6-650d98d9c4cc 0B none 0B 0B 0B 0 0 0 + 0 dm-name-pve-root name-pve-root 0 0 512B 13 2G 0 57.9G / 66.1G ext4 4.9G 7% 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 0 67.7G running block / / lvm 7075f1aa-a72c-4278-8297-18a43cc655e8 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 14 2G 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 0 1.4G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 16 2G 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 0 136.5G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 15 2G 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 0 136.5G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 0 0 512B 16 2G 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 0 136.5G running block lvm 0B none 0B 0B 0B 0 0 0 + 0 ata-PLDS_DVD+_-RW_DU-8A5LH_PNDVVPLC0008O545SA00 PLDS_DVD+_-RW_DU-8A5LH_PNDVVPLC0008O545SA00 0 0 0B 11 0B 0 cdrom 3:0:0:0 0 sr0 512 11:0 11 0 512 brw-rw---- PLDS DVD+/-RW DU-8A5LH 1 sr0 0 root /dev/sr0 512 128 0 6D1M 1 0 0 64 mq-deadline PNDVVPLC0008O545SA00 1024M running block:scsi:pci sata rom PLDS 0B none 0B 0B 0B 0 0 0 + +--- blkid + $ blkid +/dev/mapper/pve-root: UUID="7075f1aa-a72c-4278-8297-18a43cc655e8" BLOCK_SIZE="4096" TYPE="ext4" +/dev/mapper/pve-swap: UUID="9cd9c667-b5c3-47b3-a8c6-650d98d9c4cc" TYPE="swap" +/dev/sda2: UUID="846F-2410" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="39f83a0d-730b-4a07-ba36-da8042efe71a" +/dev/sda3: UUID="qwbHlo-ztQM-Cjd1-vVv6-hfhS-w1eP-1HkmlI" TYPE="LVM2_member" PARTUUID="d88ca077-05e0-4bf3-b039-43fe58cf8ffb" +/dev/sda1: PARTUUID="c8186301-4f3e-4ec1-908c-45d417868c82" + +--- /proc/partitions + $ cat /proc/partitions +major minor #blocks name + + 8 0 244198584 sda + 8 1 1007 sda1 + 8 2 1048576 sda2 + 8 3 242220032 sda3 + 11 0 1048575 sr0 + 252 0 8388608 dm-0 + 252 1 71036928 dm-1 + 252 2 1458176 dm-2 + 252 3 143093760 dm-3 + 252 4 143093760 dm-4 + +--- fdisk -l + $ fdisk -l +Disk /dev/sda: 232.89 GiB, 250059350016 bytes, 488397168 sectors +Disk model: PNY CS900 250GB +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: B0D61276-CCF6-4A5D-93D1-F641340718ED + +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 486539264 484440065 231G 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: 67.75 GiB, 72741814272 bytes, 142073856 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 = 0 + nr_requests = 64 + read_ahead_kb = 4096 + max_sectors_kb = 4096 + max_hw_sectors_kb = 32767 + logical_block_size = 512 + physical_block_size = 512 + discard_granularity = 512 + discard_max_hw_bytes = 2147450880 + rq_affinity = 1 + nomerges = 0 + wbt_lat_usec = 2000 + write_cache = write back + stable_writes = 0 + io_poll = 0 + io_poll_delay = -1 + fua = 0 + add_random = 0 + zoned = none + dma_alignment = 511 + iostats = 1 + model = PNY CS900 250GB + [exit=1] + +--- df -h (filesystem usage) + $ df -h +Filesystem Size Used Avail Use% Mounted on +udev 12G 0 12G 0% /dev +tmpfs 2.4G 4.0M 2.4G 1% /run +/dev/mapper/pve-root 67G 4.9G 58G 8% / +tmpfs 12G 43M 12G 1% /dev/shm +efivarfs 384K 88K 292K 24% /sys/firmware/efi/efivars +tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service +tmpfs 5.0M 0 5.0M 0% /run/lock +tmpfs 12G 24K 12G 1% /tmp +/dev/sda2 1022M 9.1M 1013M 1% /boot/efi +/dev/fuse 128M 20K 128M 1% /etc/pve +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 186G 2.4T 8% /mnt/pve/D2 +tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 236G 1.5T 14% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 121G 101G 55% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.6G 867G 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4 +tmpfs 2.4G 4.0K 2.4G 1% /run/user/0 + +--- df -i (inode usage) + $ df -i +Filesystem Inodes IUsed IFree IUse% Mounted on +udev 3027509 633 3026876 1% /dev +tmpfs 3039504 1131 3038373 1% /run +/dev/mapper/pve-root 4440064 62399 4377665 2% / +tmpfs 3039504 99 3039405 1% /dev/shm +efivarfs 0 0 0 - /sys/firmware/efi/efivars +tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service +tmpfs 3039504 18 3039486 1% /run/lock +tmpfs 1048576 12 1048564 1% /tmp +/dev/sda2 0 0 0 - /boot/efi +/dev/fuse 262144 38 262106 1% /etc/pve +pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2 +tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service +pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 17 61054959 1% /mnt/pve/S3 +pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2 +pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4 +tmpfs 607900 26 607874 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=12110036k,nr_inodes=3027509,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=2431604k,mode=755,inode64) +/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro) +securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) +cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime) +none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) +efivarfs on /sys/firmware/efi/efivars type efivarfs (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=4695) +tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) +mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) +tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) +hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) +tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64) +fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) +configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) +tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=12158020k,nr_inodes=1048576,inode64) +/dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) +binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) +sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) +lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) +/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) +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.9,local_lock=none,addr=10.100.100.4) +tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) +pfv-tsys4-nfs-stor:/mnt/tsys4/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.9,local_lock=none,addr=10.100.100.4) +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.9,local_lock=none,addr=10.100.100.5) +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.9,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.9,local_lock=none,addr=10.100.100.4) +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.9,local_lock=none,addr=10.100.100.5) +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.9,local_lock=none,addr=10.100.100.5) +tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=2431600k,nr_inodes=607900,mode=700,inode64) + +--- findmnt (tree) + $ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs +TARGET SOURCE FSTYPE OPTIONS +/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro +├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4 +├─/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.9,local_lock=none,addr=10.100.100.4 +├─/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.9,local_lock=none,addr=10.100.100.5 +├─/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.9,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.9,local_lock=none,addr=10.100.100.4 +├─/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.9,local_lock=none,addr=10.100.100.5 +└─/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.9,local_lock=none,addr=10.100.100.5 + +--- /etc/fstab + --- /etc/fstab --- +# +/dev/pve/root / ext4 errors=remount-ro 0 1 +UUID=846F-2410 /boot/efi vfat defaults 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: 17759232 +Reserved block count: 887961 +Free blocks: 16058951 +Block size: 4096 +Reserved GDT blocks: 1024 +Last mount time: Mon Jul 27 08:20:52 2026 +Last write time: Mon Jul 27 10:20:59 2026 +Mount count: 7 +Maximum mount count: -1 +Last checked: Tue Apr 16 19:31:03 2024 +Reserved blocks uid: 0 (user root) +Reserved blocks gid: 0 (group root) + +--- xfs info (per fs) + $ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do + echo "=== $mp ===" + xfs_info "$mp" 2>/dev/null +done + +############################################################################### +# 16. STORAGE: NFS (CLIENT + SERVER) +############################################################################### + +--- nfsstat -m (mount options) + $ nfsstat -m +/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2 + Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.9,local_lock=none,addr=10.100.100.4 + +/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.9,local_lock=none,addr=10.100.100.4 + +/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.9,local_lock=none,addr=10.100.100.5 + +/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.9,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.9,local_lock=none,addr=10.100.100.4 + +/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.9,local_lock=none,addr=10.100.100.5 + +/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.9,local_lock=none,addr=10.100.100.5 + + +--- nfsstat -c (client stats) + $ nfsstat -c +Client rpc stats: +calls retrans authrefrsh +91406 0 91746 + +Client nfs v4: +null read write commit open +2 0% 41706 45% 41433 45% 1417 1% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 5 0% 0 0% 0 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% 43 0% 1520 1% 63 0% +lookup_root remove rename link symlink +7 0% 0 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 28 0% 5034 5% 0 0% 0 0% +server_caps delegreturn getacl setacl fs_locations +56 0% 0 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% 0 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 7 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 2 0% +allocate deallocate layoutstats clone +0 0% 0 0% 38 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 +91406 0 91746 + +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% 41706 45% 41433 45% 1417 1% 0 0% +open_conf open_noat open_dgrd close setattr +0 0% 5 0% 0 0% 0 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% 43 0% 1520 1% 63 0% +lookup_root remove rename link symlink +7 0% 0 0% 0 0% 0 0% 0 0% +create pathconf statfs readlink readdir +0 0% 28 0% 5034 5% 0 0% 0 0% +server_caps delegreturn getacl setacl fs_locations +56 0% 0 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% 0 0% 0 0% 2 0% 0 0% +getdevinfo layoutcommit layoutreturn secinfo_no test_stateid +0 0% 0 0% 0 0% 7 0% 0 0% +free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek +0 0% 0 0% 0 0% 0 0% 2 0% +allocate deallocate layoutstats clone +0 0% 0 0% 38 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 92646 0 92994 +proc4 71 2 41707 42484 1437 0 0 5 0 0 0 28 0 0 0 0 0 0 43 1555 63 7 0 0 0 0 0 28 5167 0 0 56 0 0 0 0 0 0 0 4 2 0 0 0 2 0 0 0 0 7 0 0 0 0 0 2 0 0 38 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 194760704 2541840384 6.76% +D3 nfs active 491133952 2048 466110464 0.00% +D5 nfs active 1921726464 247015424 1577019392 12.85% +S2 nfs active 960304128 2048 911448064 0.00% +S3 nfs active 960304128 2665472 908784640 0.28% +S4 nfs active 479597568 2048 455159808 0.00% +T5-SSD nfs active 245023744 126868480 105635840 51.78% +local dir active 69344520 5109240 60667052 7.37% +local-lvm lvmthin active 143093760 0 143093760 0.00% + +--- pvesm list per storage + $ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do + echo "--- storage: $s ---" + pvesm list "$s" 2>/dev/null | head -n 30 + echo "--- pvesm config $s ---" + pvesm config "$s" 2>/dev/null +done +--- storage: D2 --- +Volid Format Type Size VMID +D2:100/vm-100-disk-0.raw raw images 34359738368 100 +D2:100/vm-100-disk-1.raw raw images 540672 100 +D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101 +D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104 +D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105 +D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106 +D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108 +D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109 +D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114 +D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117 +D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000 +D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500 +D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509 +D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600 +D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601 +D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603 +D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702 +D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703 +D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704 +D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901 +D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904 +--- pvesm config D2 --- +--- storage: D3 --- +Volid Format Type Size VMID +--- pvesm config D3 --- +--- storage: D5 --- +Volid Format Type Size VMID +D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100 +D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103 +D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107 +D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313 +D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530 +D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531 +D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532 +D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533 +D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534 +D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535 +D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536 +D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537 +D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538 +D5:538/vm-812-disk-2.raw raw images 429496729600 538 +D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541 +D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602 +D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701 +D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902 +D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903 +--- pvesm config D5 --- +--- storage: S2 --- +Volid Format Type Size VMID +--- pvesm config S2 --- +--- storage: S3 --- +Volid Format Type Size VMID +S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102 +S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905 +--- pvesm config S3 --- +--- storage: S4 --- +Volid Format Type Size VMID +--- pvesm config S4 --- +--- storage: T5-SSD --- +Volid Format Type Size VMID +T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111 +--- pvesm config T5-SSD --- +--- storage: local --- +Volid Format Type Size VMID +local:iso/debian-13.6.0-amd64-netinst.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-- <231.00g 16.00g <231.00g qwbHlo-ztQM-Cjd1-vVv6-hfhS-w1eP-1HkmlI + +--- vgs + $ vgs -v + VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile + pve wz--n- 4.00m 1 3 0 <231.00g 16.00g kZ95Qc-0pd1-7wcg-vykE-n2FC-eU8D-XBgUHm + +--- 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-- 146528010240B 0.00 1.17 thin,pool private 0.00 1.17 + root pve -wi-ao---- 72741814272B linear public + swap pve -wi-ao---- 8589934592B linear public + +--- pvdisplay + $ pvdisplay + --- Physical volume --- + PV Name /dev/sda3 + VG Name pve + PV Size <231.00 GiB / not usable 3.00 MiB + Allocatable yes + PE Size 4.00 MiB + Total PE 59135 + Free PE 4097 + Allocated PE 55038 + PV UUID qwbHlo-ztQM-Cjd1-vVv6-hfhS-w1eP-1HkmlI + + +--- 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 <231.00 GiB + PE Size 4.00 MiB + Total PE 59135 + Alloc PE / Size 55038 / 214.99 GiB + Free PE / Size 4097 / 16.00 GiB + VG UUID kZ95Qc-0pd1-7wcg-vykE-n2FC-eU8D-XBgUHm + + +--- lvdisplay + $ lvdisplay + --- Logical volume --- + LV Name data + VG Name pve + LV UUID oMZFnA-Chq0-6h2s-NYIT-8QFG-G6ad-jCfgNL + LV Write Access read/write + LV Creation host, time proxmox, 2024-04-16 19:30:55 -0500 + LV Pool metadata data_tmeta + LV Pool data data_tdata + LV Status available + # open 0 + LV Size 136.46 GiB + Allocated pool data 0.00% + Allocated metadata 1.17% + Current LE 34935 + 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 BmpRpn-DPJA-D9rg-xZiX-voA0-048U-3L2oCB + LV Write Access read/write + LV Creation host, time proxmox, 2024-04-16 19:30:55 -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 vEPX0v-B3DP-b5GL-2N6b-VeeP-RSYv-fG8Urd + LV Write Access read/write + LV Creation host, time proxmox, 2024-04-16 19:30:55 -0500 + LV Status available + # open 1 + LV Size <67.75 GiB + Current LE 17343 + 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.3.4-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool version + $ zpool version +zfs-2.3.4-pve1 +zfs-kmod-2.3.4-pve1 + +--- zpool list -v + $ zpool list -v +no pools available + +--- zpool status -v + $ zpool status -v +no pools available + +--- zpool key properties + $ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly + +--- zfs per-dataset key properties + $ zfs get -r -o name,property,value,source \ + compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null + [exit=2] + +--- ARC stats + $ cat /proc/spl/kstat/zfs/arcstats +22 1 0x01 147 39984 3611002539 7434877821405 +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 778113152 +c_min 4 778113152 +c_max 4 2490368000 +size 4 2880 +compressed_size 4 0 +uncompressed_size 4 0 +overhead_size 4 0 +hdr_size 4 2880 +data_size 4 0 +metadata_size 4 0 +dbuf_size 4 0 +dnode_size 4 0 +bonus_size 4 0 +anon_size 4 0 +anon_data 4 0 +anon_metadata 4 0 +anon_evictable_data 4 0 +anon_evictable_metadata 4 0 +mru_size 4 0 +mru_data 4 0 +mru_metadata 4 0 +mru_evictable_data 4 0 +mru_evictable_metadata 4 0 +mru_ghost_size 4 0 +mru_ghost_data 4 0 +mru_ghost_metadata 4 0 +mru_ghost_evictable_data 4 0 +mru_ghost_evictable_metadata 4 0 +mfu_size 4 0 +mfu_data 4 0 +mfu_metadata 4 0 +mfu_evictable_data 4 0 +mfu_evictable_metadata 4 0 +mfu_ghost_size 4 0 +mfu_ghost_data 4 0 +mfu_ghost_metadata 4 0 +mfu_ghost_evictable_data 4 0 +mfu_ghost_evictable_metadata 4 0 +uncached_size 4 0 +uncached_data 4 0 +uncached_metadata 4 0 +uncached_evictable_data 4 0 +uncached_evictable_metadata 4 0 +l2_hits 4 0 +l2_misses 4 0 +l2_prefetch_asize 4 0 +l2_mru_asize 4 0 +l2_mfu_asize 4 0 +l2_bufc_data_asize 4 0 +l2_bufc_metadata_asize 4 0 +l2_feeds 4 0 +l2_rw_clash 4 0 +l2_read_bytes 4 0 +l2_write_bytes 4 0 +l2_writes_sent 4 0 +l2_writes_done 4 0 +l2_writes_error 4 0 +l2_writes_lock_retry 4 0 +l2_evict_lock_retry 4 0 +l2_evict_reading 4 0 +l2_evict_l1cached 4 0 +l2_free_on_write 4 0 +l2_abort_lowmem 4 0 +l2_cksum_bad 4 0 +l2_io_error 4 0 +l2_size 4 0 +l2_asize 4 0 +l2_hdr_size 4 0 +l2_log_blk_writes 4 0 +l2_log_blk_avg_asize 4 0 +l2_log_blk_asize 4 0 +l2_log_blk_count 4 0 +l2_data_to_meta_ratio 4 0 +l2_rebuild_success 4 0 +l2_rebuild_unsupported 4 0 +l2_rebuild_io_errors 4 0 +l2_rebuild_dh_errors 4 0 +l2_rebuild_cksum_lb_errors 4 0 +l2_rebuild_lowmem 4 0 +l2_rebuild_size 4 0 +l2_rebuild_asize 4 0 +l2_rebuild_bufs 4 0 +l2_rebuild_bufs_precached 4 0 +l2_rebuild_log_blks 4 0 +memory_throttle_count 4 0 +memory_direct_count 4 0 +memory_indirect_count 4 0 +memory_all_bytes 4 24899620864 +memory_free_bytes 4 17001410560 +memory_available_bytes 3 16071817088 +arc_no_grow 4 0 +arc_tempreserve 4 0 +arc_loaned_bytes 4 0 +arc_prune 4 0 +arc_meta_used 4 2880 +arc_dnode_limit 4 249036800 +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 929593472 +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 3608218723 7434878398218 +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 3608218186 7434878979196 +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 3608162485 7434880125548 +name type data +struct_size 4 96 +linear_cnt 4 0 +linear_data_size 4 0 +scatter_cnt 4 1 +scatter_data_size 4 4096 +scatter_chunk_waste 4 0 +scatter_order_0 4 0 +scatter_order_1 4 0 +scatter_order_2 4 0 +scatter_order_3 4 0 +scatter_order_4 4 0 +scatter_order_5 4 0 +scatter_order_6 4 0 +scatter_order_7 4 0 +scatter_order_8 4 0 +scatter_order_9 4 0 +scatter_page_multi_chunk 4 1 +scatter_page_multi_zone 4 0 +scatter_page_alloc_retry 4 0 +scatter_sg_table_retry 4 0 + +--- ZFS module parameters (perf-relevant) + $ for f in /sys/module/zfs/parameters/*; do + [ -r "$f" ] || continue + name="$(basename "$f")" + case "$name" in + zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;; + *) continue ;; + esac + printf ' %-50s = %s\n' "$name" "$(cat "$f")" +done + l2arc_exclude_special = 0 + l2arc_feed_again = 1 + l2arc_feed_min_ms = 200 + l2arc_feed_secs = 1 + l2arc_headroom = 8 + l2arc_headroom_boost = 200 + l2arc_meta_percent = 33 + l2arc_mfuonly = 0 + l2arc_noprefetch = 1 + l2arc_norw = 0 + l2arc_rebuild_blocks_min_l2size = 1073741824 + l2arc_rebuild_enabled = 1 + l2arc_trim_ahead = 0 + l2arc_write_boost = 33554432 + l2arc_write_max = 33554432 + zfs_abd_scatter_enabled = 1 + zfs_abd_scatter_max_order = 9 + zfs_abd_scatter_min_size = 1536 + zfs_arc_average_blocksize = 8192 + zfs_arc_dnode_limit = 0 + zfs_arc_dnode_limit_percent = 10 + zfs_arc_dnode_reduce_percent = 10 + zfs_arc_evict_batch_limit = 10 + zfs_arc_eviction_pct = 200 + zfs_arc_evict_threads = 3 + zfs_arc_grow_retry = 0 + zfs_arc_lotsfree_percent = 10 + zfs_arc_max = 2490368000 + zfs_arc_meta_balance = 500 + zfs_arc_min = 0 + zfs_arc_min_prefetch_ms = 0 + zfs_arc_min_prescient_prefetch_ms = 0 + zfs_arc_pc_percent = 0 + zfs_arc_prune_task_threads = 1 + zfs_arc_shrinker_limit = 0 + zfs_arc_shrinker_seeks = 2 + zfs_arc_shrink_shift = 0 + zfs_arc_sys_free = 0 + zfs_dbuf_state_index = 0 + zfs_dio_enabled = 1 + zfs_dio_write_verify_events_per_second = 20 + zfs_dirty_data_max = 2489962086 + zfs_dirty_data_max_max = 4294967296 + zfs_dirty_data_max_max_percent = 25 + zfs_dirty_data_max_percent = 10 + zfs_dirty_data_sync_percent = 20 + zfs_prefetch_disable = 0 + zfs_slow_io_events_per_second = 20 + zfs_sync_pass_deferred_free = 2 + zfs_sync_pass_dont_compress = 8 + zfs_sync_pass_rewrite = 2 + zfs_txg_history = 100 + zfs_txg_timeout = 5 + zfs_vdev_aggregation_limit = 1048576 + zfs_vdev_aggregation_limit_non_rotating = 131072 + zfs_vdev_async_read_max_active = 3 + zfs_vdev_async_read_min_active = 1 + zfs_vdev_async_write_active_max_dirty_percent = 60 + zfs_vdev_async_write_active_min_dirty_percent = 30 + zfs_vdev_async_write_max_active = 10 + zfs_vdev_async_write_min_active = 2 + zfs_vdev_default_ms_count = 200 + zfs_vdev_default_ms_shift = 29 + zfs_vdev_def_queue_depth = 32 + zfs_vdev_direct_write_verify = 1 + zfs_vdev_disk_classic = 0 + zfs_vdev_disk_max_segs = 0 + zfs_vdev_failfast_mask = 1 + zfs_vdev_initializing_max_active = 1 + zfs_vdev_initializing_min_active = 1 + zfs_vdev_max_active = 1000 + zfs_vdev_max_auto_ashift = 14 + zfs_vdev_max_ms_shift = 34 + zfs_vdev_min_auto_ashift = 9 + zfs_vdev_min_ms_count = 16 + zfs_vdev_mirror_non_rotating_inc = 0 + zfs_vdev_mirror_non_rotating_seek_inc = 1 + zfs_vdev_mirror_rotating_inc = 0 + zfs_vdev_mirror_rotating_seek_inc = 5 + zfs_vdev_mirror_rotating_seek_offset = 1048576 + zfs_vdev_ms_count_limit = 131072 + zfs_vdev_nia_credit = 5 + zfs_vdev_nia_delay = 5 + zfs_vdev_open_timeout_ms = 1000 + zfs_vdev_queue_depth_pct = 1000 + zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2 + zfs_vdev_read_gap_limit = 32768 + zfs_vdev_rebuild_max_active = 3 + zfs_vdev_rebuild_min_active = 1 + zfs_vdev_removal_max_active = 2 + zfs_vdev_removal_min_active = 1 + zfs_vdev_scheduler = unused + zfs_vdev_scrub_max_active = 3 + zfs_vdev_scrub_min_active = 1 + zfs_vdev_sync_read_max_active = 10 + zfs_vdev_sync_read_min_active = 10 + zfs_vdev_sync_write_max_active = 10 + zfs_vdev_sync_write_min_active = 10 + zfs_vdev_trim_max_active = 2 + zfs_vdev_trim_min_active = 1 + zfs_vdev_write_gap_limit = 4096 + zfs_zil_clean_taskq_maxalloc = 1048576 + zfs_zil_clean_taskq_minalloc = 1024 + zfs_zil_clean_taskq_nthr_pct = 100 + zvol_blk_mq_blocks_per_thread = 8 + zvol_blk_mq_queue_depth = 128 + zvol_enforce_quotas = 1 + zvol_inhibit_dev = 0 + zvol_major = 230 + zvol_max_discard_blocks = 16384 + zvol_num_taskqs = 0 + zvol_open_timeout_ms = 1000 + zvol_prefetch_bytes = 131072 + zvol_request_sync = 0 + zvol_threads = 0 + zvol_use_blk_mq = 0 + zvol_volmode = 1 + +--- zpool iostat snapshot + $ zpool iostat 1 1 +no pools available + +--- arc_summary (if present) + $ arc_summary + +------------------------------------------------------------------------ +ZFS Subsystem Report Mon Jul 27 10:24:44 2026 +Linux 6.17.2-1-pve 2.3.4-pve1 +Machine: pfv-tsys9 (x86_64) 2.3.4-pve1 + +ARC status: + Total memory size: 23.2 GiB + Min target size: 3.1 % 742.1 MiB + Max target size: 10.0 % 2.3 GiB + Target size (adaptive): < 0.1 % 742.1 MiB + Current size: < 0.1 % 2.8 KiB + Free memory size: 15.8 GiB + Available memory size: 15.0 GiB + +ARC structural breakdown (current size): 2.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 % 2.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 12 + brt_zap_default_ibs 12 + brt_zap_prefetch 1 + dbuf_cache_hiwater_pct 10 + dbuf_cache_lowater_pct 10 + dbuf_cache_max_bytes 18446744073709551615 + dbuf_cache_shift 5 + dbuf_metadata_cache_max_bytes 18446744073709551615 + dbuf_metadata_cache_shift 6 + dbuf_mutex_cache_shift 0 + ddt_zap_default_bs 15 + ddt_zap_default_ibs 15 + dmu_ddt_copies 0 + dmu_object_alloc_chunk_shift 7 + dmu_prefetch_max 134217728 + icp_aes_impl cycle [fastest] generic x86_64 aesni + icp_gcm_avx_chunk_size 32736 + icp_gcm_impl cycle [fastest] avx generic pclmulqdq + l2arc_exclude_special 0 + l2arc_feed_again 1 + l2arc_feed_min_ms 200 + l2arc_feed_secs 1 + l2arc_headroom 8 + l2arc_headroom_boost 200 + l2arc_meta_percent 33 + l2arc_mfuonly 0 + l2arc_noprefetch 1 + l2arc_norw 0 + l2arc_rebuild_blocks_min_l2size 1073741824 + l2arc_rebuild_enabled 1 + l2arc_trim_ahead 0 + l2arc_write_boost 33554432 + l2arc_write_max 33554432 + metaslab_aliquot 1048576 + metaslab_bias_enabled 1 + metaslab_debug_load 0 + metaslab_debug_unload 0 + metaslab_df_max_search 16777216 + metaslab_df_use_largest_segment 0 + metaslab_force_ganging 16777217 + metaslab_force_ganging_pct 3 + metaslab_fragmentation_factor_enabled 1 + metaslab_lba_weighting_enabled 1 + metaslab_preload_enabled 1 + metaslab_preload_limit 10 + metaslab_preload_pct 50 + metaslab_unload_delay 32 + metaslab_unload_delay_ms 600000 + raidz_expand_max_copy_bytes 167772160 + raidz_expand_max_reflow_bytes 0 + raidz_io_aggregate_rows 4 + send_holes_without_birth_time 1 + spa_asize_inflation 24 + spa_config_path /etc/zfs/zpool.cache + spa_cpus_per_allocator 4 + spa_load_print_vdev_tree 0 + spa_load_verify_data 1 + spa_load_verify_metadata 1 + spa_load_verify_shift 4 + spa_num_allocators 4 + spa_slop_shift 5 + spa_upgrade_errlog_limit 0 + vdev_file_logical_ashift 9 + vdev_file_physical_ashift 9 + vdev_removal_max_span 32768 + vdev_validate_skip 0 + zap_iterate_prefetch 1 + zap_micro_max_size 131072 + zap_shrink_enabled 1 + zfetch_hole_shift 2 + zfetch_max_distance 67108864 + zfetch_max_idistance 134217728 + zfetch_max_reorder 16777216 + zfetch_max_sec_reap 2 + zfetch_max_streams 8 + zfetch_min_distance 4194304 + zfetch_min_sec_reap 1 + zfs_abd_scatter_enabled 1 + zfs_abd_scatter_max_order 9 + zfs_abd_scatter_min_size 1536 + zfs_active_allocator dynamic + zfs_admin_snapshot 0 + zfs_allow_redacted_dataset_mount 0 + zfs_arc_average_blocksize 8192 + zfs_arc_dnode_limit 0 + zfs_arc_dnode_limit_percent 10 + zfs_arc_dnode_reduce_percent 10 + zfs_arc_evict_batch_limit 10 + zfs_arc_evict_threads 3 + zfs_arc_eviction_pct 200 + zfs_arc_grow_retry 0 + zfs_arc_lotsfree_percent 10 + zfs_arc_max 2490368000 + zfs_arc_meta_balance 500 + zfs_arc_min 0 + zfs_arc_min_prefetch_ms 0 + zfs_arc_min_prescient_prefetch_ms 0 + zfs_arc_pc_percent 0 + zfs_arc_prune_task_threads 1 + zfs_arc_shrink_shift 0 + zfs_arc_shrinker_limit 0 + zfs_arc_shrinker_seeks 2 + zfs_arc_sys_free 0 + zfs_async_block_max_blocks 18446744073709551615 + zfs_autoimport_disable 1 + zfs_bclone_enabled 1 + zfs_bclone_wait_dirty 1 + zfs_blake3_impl cycle [fastest] generic sse2 sse41 avx2 + zfs_btree_verify_intensity 0 + zfs_checksum_events_per_second 20 + zfs_commit_timeout_pct 10 + zfs_compressed_arc_enabled 1 + zfs_condense_indirect_commit_entry_delay_ms 0 + zfs_condense_indirect_obsolete_pct 25 + zfs_condense_indirect_vdevs_enable 1 + zfs_condense_max_obsolete_bytes 1073741824 + zfs_condense_min_mapping_bytes 131072 + zfs_dbgmsg_enable 1 + zfs_dbgmsg_maxsize 4194304 + zfs_dbuf_state_index 0 + zfs_ddt_data_is_special 1 + zfs_deadman_checktime_ms 60000 + zfs_deadman_enabled 1 + zfs_deadman_events_per_second 1 + zfs_deadman_failmode wait + zfs_deadman_synctime_ms 600000 + zfs_deadman_ziotime_ms 300000 + zfs_dedup_log_cap 4294967295 + zfs_dedup_log_flush_entries_max 4294967295 + zfs_dedup_log_flush_entries_min 200 + zfs_dedup_log_flush_flow_rate_txgs 10 + zfs_dedup_log_flush_min_time_ms 1000 + zfs_dedup_log_flush_txgs 100 + zfs_dedup_log_hard_cap 0 + zfs_dedup_log_mem_max 248996208 + zfs_dedup_log_mem_max_percent 1 + zfs_dedup_log_txg_max 8 + zfs_dedup_prefetch 0 + zfs_default_bs 9 + zfs_default_ibs 17 + zfs_delay_min_dirty_percent 60 + zfs_delay_scale 500000 + zfs_delete_blocks 20480 + zfs_dio_enabled 1 + zfs_dio_write_verify_events_per_second 20 + zfs_dirty_data_max 2489962086 + zfs_dirty_data_max_max 4294967296 + zfs_dirty_data_max_max_percent 25 + zfs_dirty_data_max_percent 10 + zfs_dirty_data_sync_percent 20 + zfs_disable_ivset_guid_check 0 + zfs_dmu_offset_next_sync 1 + zfs_embedded_slog_min_ms 64 + zfs_expire_snapshot 300 + zfs_fallocate_reserve_percent 110 + zfs_flags 0 + zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2 + zfs_free_bpobj_enabled 1 + zfs_free_leak_on_eio 0 + zfs_free_min_time_ms 1000 + zfs_history_output_max 1048576 + zfs_immediate_write_sz 32768 + zfs_initialize_chunk_size 1048576 + zfs_initialize_value 16045690984833335022 + zfs_keep_log_spacemaps_at_export 0 + zfs_key_max_salt_uses 400000000 + zfs_livelist_condense_new_alloc 0 + zfs_livelist_condense_sync_cancel 0 + zfs_livelist_condense_sync_pause 0 + zfs_livelist_condense_zthr_cancel 0 + zfs_livelist_condense_zthr_pause 0 + zfs_livelist_max_entries 500000 + zfs_livelist_min_percent_shared 75 + zfs_lua_max_instrlimit 100000000 + zfs_lua_max_memlimit 104857600 + zfs_max_async_dedup_frees 100000 + zfs_max_dataset_nesting 50 + zfs_max_log_walking 5 + zfs_max_logsm_summary_length 10 + zfs_max_missing_tvds 0 + zfs_max_nvlist_src_size 0 + zfs_max_recordsize 16777216 + zfs_metaslab_find_max_tries 100 + zfs_metaslab_fragmentation_threshold 77 + zfs_metaslab_max_size_cache_sec 3600 + zfs_metaslab_mem_limit 25 + zfs_metaslab_segment_weight_enabled 1 + zfs_metaslab_switch_threshold 2 + zfs_metaslab_try_hard_before_gang 0 + zfs_mg_fragmentation_threshold 95 + zfs_mg_noalloc_threshold 0 + zfs_min_metaslabs_to_flush 1 + zfs_multihost_fail_intervals 10 + zfs_multihost_history 0 + zfs_multihost_import_intervals 20 + zfs_multihost_interval 1000 + zfs_multilist_num_sublists 0 + zfs_no_scrub_io 0 + zfs_no_scrub_prefetch 0 + zfs_nocacheflush 0 + zfs_nopwrite_enabled 1 + zfs_object_mutex_size 64 + zfs_obsolete_min_time_ms 500 + zfs_override_estimate_recordsize 0 + zfs_pd_bytes_max 52428800 + zfs_per_txg_dirty_frees_percent 30 + zfs_prefetch_disable 0 + zfs_read_history 0 + zfs_read_history_hits 0 + zfs_rebuild_max_segment 1048576 + zfs_rebuild_scrub_enabled 1 + zfs_rebuild_vdev_limit 67108864 + zfs_reconstruct_indirect_combinations_max 4096 + zfs_recover 0 + zfs_recv_best_effort_corrective 0 + zfs_recv_queue_ff 20 + zfs_recv_queue_length 16777216 + zfs_recv_write_batch_size 1048576 + zfs_removal_ignore_errors 0 + zfs_removal_suspend_progress 0 + zfs_remove_max_segment 16777216 + zfs_resilver_defer_percent 10 + zfs_resilver_disable_defer 0 + zfs_resilver_min_time_ms 3000 + zfs_scan_blkstats 0 + zfs_scan_checkpoint_intval 7200 + zfs_scan_fill_weight 3 + zfs_scan_ignore_errors 0 + zfs_scan_issue_strategy 0 + zfs_scan_legacy 0 + zfs_scan_max_ext_gap 2097152 + zfs_scan_mem_lim_fact 20 + zfs_scan_mem_lim_soft_fact 20 + zfs_scan_report_txgs 0 + zfs_scan_strict_mem_lim 0 + zfs_scan_suspend_progress 0 + zfs_scan_vdev_limit 16777216 + zfs_scrub_after_expand 1 + zfs_scrub_error_blocks_per_txg 4096 + zfs_scrub_min_time_ms 1000 + zfs_send_corrupt_data 0 + zfs_send_no_prefetch_queue_ff 20 + zfs_send_no_prefetch_queue_length 1048576 + zfs_send_queue_ff 20 + zfs_send_queue_length 16777216 + zfs_send_unmodified_spill_blocks 1 + zfs_sha256_impl cycle [fastest] generic x64 ssse3 avx avx2 + zfs_sha512_impl cycle [fastest] generic x64 avx avx2 + zfs_slow_io_events_per_second 20 + zfs_snapshot_history_enabled 1 + zfs_snapshot_no_setuid 0 + zfs_spa_discard_memory_limit 16777216 + zfs_special_class_metadata_reserve_pct 25 + zfs_sync_pass_deferred_free 2 + zfs_sync_pass_dont_compress 8 + zfs_sync_pass_rewrite 2 + zfs_traverse_indirect_prefetch_limit 32 + zfs_trim_extent_bytes_max 134217728 + zfs_trim_extent_bytes_min 32768 + zfs_trim_metaslab_skip 0 + zfs_trim_queue_limit 10 + zfs_trim_txg_batch 32 + zfs_txg_history 100 + zfs_txg_timeout 5 + zfs_unflushed_log_block_max 131072 + zfs_unflushed_log_block_min 1000 + zfs_unflushed_log_block_pct 400 + zfs_unflushed_log_txg_max 1000 + zfs_unflushed_max_mem_amt 1073741824 + zfs_unflushed_max_mem_ppm 1000 + zfs_unlink_suspend_progress 0 + zfs_user_indirect_is_special 1 + zfs_vdev_aggregation_limit 1048576 + zfs_vdev_aggregation_limit_non_rotating 131072 + zfs_vdev_async_read_max_active 3 + zfs_vdev_async_read_min_active 1 + zfs_vdev_async_write_active_max_dirty_percent 60 + zfs_vdev_async_write_active_min_dirty_percent 30 + zfs_vdev_async_write_max_active 10 + zfs_vdev_async_write_min_active 2 + zfs_vdev_def_queue_depth 32 + zfs_vdev_default_ms_count 200 + zfs_vdev_default_ms_shift 29 + zfs_vdev_direct_write_verify 1 + zfs_vdev_disk_classic 0 + zfs_vdev_disk_max_segs 0 + zfs_vdev_failfast_mask 1 + zfs_vdev_initializing_max_active 1 + zfs_vdev_initializing_min_active 1 + zfs_vdev_max_active 1000 + zfs_vdev_max_auto_ashift 14 + zfs_vdev_max_ms_shift 34 + zfs_vdev_min_auto_ashift 9 + zfs_vdev_min_ms_count 16 + zfs_vdev_mirror_non_rotating_inc 0 + zfs_vdev_mirror_non_rotating_seek_inc 1 + zfs_vdev_mirror_rotating_inc 0 + zfs_vdev_mirror_rotating_seek_inc 5 + zfs_vdev_mirror_rotating_seek_offset 1048576 + zfs_vdev_ms_count_limit 131072 + zfs_vdev_nia_credit 5 + zfs_vdev_nia_delay 5 + zfs_vdev_open_timeout_ms 1000 + zfs_vdev_queue_depth_pct 1000 + zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 avx2 + zfs_vdev_read_gap_limit 32768 + zfs_vdev_rebuild_max_active 3 + zfs_vdev_rebuild_min_active 1 + zfs_vdev_removal_max_active 2 + zfs_vdev_removal_min_active 1 + zfs_vdev_scheduler unused + zfs_vdev_scrub_max_active 3 + zfs_vdev_scrub_min_active 1 + zfs_vdev_sync_read_max_active 10 + zfs_vdev_sync_read_min_active 10 + zfs_vdev_sync_write_max_active 10 + zfs_vdev_sync_write_min_active 10 + zfs_vdev_trim_max_active 2 + zfs_vdev_trim_min_active 1 + zfs_vdev_write_gap_limit 4096 + zfs_vnops_read_chunk_size 33554432 + zfs_wrlog_data_max 4979924172 + zfs_xattr_compat 0 + zfs_zevent_len_max 512 + zfs_zevent_retain_expire_secs 900 + zfs_zevent_retain_max 2000 + zfs_zil_clean_taskq_maxalloc 1048576 + zfs_zil_clean_taskq_minalloc 1024 + zfs_zil_clean_taskq_nthr_pct 100 + zfs_zil_saxattr 1 + zil_maxblocksize 131072 + zil_maxcopied 7680 + zil_nocacheflush 0 + zil_replay_disable 0 + zil_slog_bulk 67108864 + zio_deadman_log_all 0 + zio_dva_throttle_enabled 1 + zio_requeue_io_start_cut_in_line 1 + zio_slow_io_ms 30000 + zio_taskq_batch_pct 80 + zio_taskq_batch_tpq 0 + zio_taskq_read fixed,1,8 null scale null + zio_taskq_write sync null scale null + zio_taskq_write_tpq 16 + zstd_abort_size 131072 + zstd_earlyabort_pass 1 + zvol_blk_mq_blocks_per_thread 8 + zvol_blk_mq_queue_depth 128 + zvol_enforce_quotas 1 + zvol_inhibit_dev 0 + zvol_major 230 + zvol_max_discard_blocks 16384 + zvol_num_taskqs 0 + zvol_open_timeout_ms 1000 + zvol_prefetch_bytes 131072 + zvol_request_sync 0 + zvol_threads 0 + zvol_use_blk_mq 0 + zvol_volmode 1 + +ZIL committed transactions: 0 + Commit requests: 0 + Flushes to stable storage: 0 + Transactions to SLOG storage pool: 0 Bytes 0 + Transactions to non-SLOG storage pool: 0 Bytes 0 + + +--- zpool events -v (recent) + $ zpool events -v +TIME CLASS + +--- zpool history (last 30 events) + $ zpool history -il 2>/dev/null | tail -n 30 + +############################################################################### +# 20. STORAGE: DRIVE HEALTH +############################################################################### + +--- nvme list + $ nvme list +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.4 2024-10-15 r5620 [x86_64-linux-6.17.2-1-pve] (local build) +Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org + +=== START OF INFORMATION SECTION === +Device Model: PNY CS900 250GB SSD +Serial Number: PNY35192273900103DB7 +LU WWN Device Id: 5 f8db4c 351903db7 +Firmware Version: CS900E12 +User Capacity: 250,059,350,016 bytes [250 GB] +Sector Size: 512 bytes logical/physical +Rotation Rate: Solid State Device +Form Factor: 2.5 inches +TRIM Command: Available +Device is: Not in smartctl database 7.3/5528 +ATA Version is: ACS-4 (minor revision not indicated) +SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s) +Local Time is: Mon Jul 27 10:24:44 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: (65535) seconds. +Offline data collection +capabilities: (0x79) SMART execute Offline immediate. + No Auto Offline data collection support. + Suspend Offline collection upon new + command. + Offline surface scan supported. + Self-test supported. + Conveyance Self-test supported. + Selective Self-test supported. +SMART capabilities: (0x0003) Saves SMART data before entering + power-saving mode. + Supports SMART auto save timer. +Error logging capability: (0x01) Error logging supported. + General Purpose Logging supported. +Short self-test routine +recommended polling time: ( 2) minutes. +Extended self-test routine +recommended polling time: ( 30) minutes. +Conveyance self-test routine +recommended polling time: ( 6) minutes. + +SMART Attributes Data Structure revision number: 16 +Vendor Specific SMART Attributes with Thresholds: +ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE + 1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0 + 9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 9899 + 12 Power_Cycle_Count 0x0012 100 100 000 Old_age Always - 152 +168 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 0 +170 Unknown_Attribute 0x0003 098 098 010 Pre-fail Always - 2 +173 Unknown_Attribute 0x0012 100 100 000 Old_age Always - 4456517 +192 Power-Off_Retract_Count 0x0012 100 100 000 Old_age Always - 141 +194 Temperature_Celsius 0x0023 067 067 000 Pre-fail Always - 33 (Min/Max 33/33) +218 Unknown_Attribute 0x000b 100 100 050 Pre-fail Always - 0 +231 Unknown_SSD_Attribute 0x0013 100 100 000 Pre-fail Always - 93 +241 Total_LBAs_Written 0x0012 100 100 000 Old_age Always - 7620 + +SMART Error Log Version: 1 +No Errors Logged + +SMART Self-test log structure revision number 1 +Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error +# 1 Short offline Completed without error 00% 9270 - +# 2 Short offline Completed without error 00% 6665 - +# 3 Short offline Completed without error 00% 5969 - +# 4 Short offline Completed without error 00% 5201 - +# 5 Short offline Completed without error 00% 3121 - + +SMART Selective self-test log data structure revision number 0 +Note: revision number not 1 implies that no selective self-test has ever been run + 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 + 901 tsys-siem running 8000 132.00 1418 + 902 tsys-ucs-02 running 8000 50.00 1519 + 903 kali-rd running 2048 32.00 1764 + 904 pfv-netinfra-02 running 4000 32.00 1851 + 905 pfv-k8s-wnode-tsys9 running 4096 32.00 1949 + +--- 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 901 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +memory: 8000 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: tsys-siem +net0: virtio=BC:24:11:EE:67:E2,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:901/vm-901-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=132G +scsihw: virtio-scsi-single +smbios1: uuid=58e55474-15f9-4e67-ac87-c84d80792f70 +sockets: 1 +vmgenid: 05e911de-43fd-4680-96c6-07667247a4f5 + +--- VM 902 --- +agent: 1 +balloon: 0 +boot: order=scsi0 +cores: 2 +cpu: host +memory: 8000 +meta: creation-qemu=10.1.2,ctime=1771939265 +name: tsys-ucs-02 +net0: virtio=BC:24:11:C8:DA:34,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D5:902/vm-902-disk-0.qcow2,format=qcow2,iothread=1,size=50G +scsihw: virtio-scsi-single +smbios1: uuid=6fb5cbbe-5328-4857-be51-3cf7abf0aa2d +sockets: 2 +vmgenid: 18a9912f-773f-4d83-8f9b-87070bbd3f30 + +--- VM 903 --- +agent: 1 +balloon: 0 +boot: order=scsi0;net0 +cores: 2 +cpu: host +memory: 2048 +meta: creation-qemu=10.1.2,ctime=1771904766 +name: kali-rd +net0: virtio=BC:24:11:9E:1C:E9,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D5:903/vm-903-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=44967fa1-eb3b-4d64-8509-d0431fb49af3 +sockets: 1 +vmgenid: 7394ba29-7fb4-4793-8013-9a0d779c792f + +--- VM 904 --- +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 2 +cpu: x86-64-v2-AES +ide2: local:iso/debian-13.6.0-amd64-netinst.iso,media=cdrom,size=755M +memory: 4000 +meta: creation-qemu=10.1.2,ctime=1784949113 +name: pfv-netinfra-02 +net0: virtio=BC:24:11:E4:37:53,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: D2:904/vm-904-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=3468bff3-bd1e-48c4-8054-86f0355e8d77 +sockets: 1 +vmgenid: cc2e3bf6-5eb7-42e8-b8c3-812579748533 + +--- VM 905 --- +agent: 1 +balloon: 0 +boot: order=scsi0;ide2;net0 +cores: 4 +cpu: x86-64-v2-AES +ide2: local:iso/debian-13.6.0-amd64-netinst.iso,media=cdrom,size=755M +memory: 4096 +meta: creation-qemu=10.1.2,ctime=1785115155 +name: pfv-k8s-wnode-tsys9 +net0: virtio=BC:24:11:EE:2B:B6,bridge=vmbr0,firewall=1 +numa: 0 +onboot: 1 +ostype: l26 +scsi0: S3:905/vm-905-disk-0.qcow2,iothread=1,size=32G +scsihw: virtio-scsi-single +smbios1: uuid=c5025710-226b-488b-ab82-996ee779a205 +sockets: 1 +vmgenid: 0a62bd9c-d621-43b1-a9a8-404d3ca10cf3 + + +--- 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 901 runtime --- +--- VM 902 runtime --- +--- VM 903 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" : 0, + "rx-dropped" : 0, + "rx-errs" : 0, + "rx-packets" : 0, + "tx-bytes" : 0, + "tx-dropped" : 0, + "tx-errs" : 0, + "tx-packets" : 0 + } + }, + { + "hardware-address" : "bc:24:11:9e:1c:e9", + "ip-addresses" : [ + { + "ip-address" : "192.168.2.37", + "ip-address-type" : "ipv4", + "prefix" : 22 + }, + { + "ip-address" : "2600:1700:1d1:eb00::b", + "ip-address-type" : "ipv6", + "prefix" : 128 + }, +--- VM 904 runtime --- +--- VM 905 runtime --- + +--- /etc/pve/qemu-server +lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys9/qemu-server + +--- /etc/pve/firewall +total 0 +drwxr-xr-x 2 root www-data 0 Sep 3 2025 . +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 + 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 + 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. + +36 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 +blk-availability.service enabled enabled +chrony.service enabled enabled +console-setup.service enabled enabled +corosync.service enabled enabled +cron.service enabled enabled +e2scrub_reap.service enabled enabled +getty@.service enabled enabled +grub-common.service enabled enabled +keyboard-setup.service enabled enabled +ksmtuned.service enabled enabled +lvm2-monitor.service enabled enabled +lxc-monitord.service enabled enabled +lxc-net.service enabled enabled +lxc.service enabled enabled +lxcfs.service enabled enabled +netavark-dhcp-proxy.service enabled enabled +netavark-firewalld-reload.service enabled enabled +networking.service enabled enabled +nfs-blkmap.service enabled enabled +nvmefc-boot-connections.service enabled enabled +nvmf-autoconnect.service enabled enabled +open-iscsi.service enabled enabled +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 +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 + +87 unit files listed. + +--- pve-* service status + $ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 +● pve-cluster.service - The Proxmox VE cluster filesystem + Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled) + Active: active (running) since Mon 2026-07-27 08:21:40 CDT; 2h 3min ago + Invocation: 2d1c8c9b3a5b4e1a937df504777495f1 + Process: 1078 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS) + Main PID: 1089 (pmxcfs) + Tasks: 7 (limit: 28221) + Memory: 58.6M (peak: 67.5M) + CPU: 3.975s + CGroup: /system.slice/pve-cluster.service + └─1089 /usr/bin/pmxcfs + +Jul 27 08:21:39 pfv-tsys9 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem... +Jul 27 08:21:39 pfv-tsys9 pmxcfs[1078]: [main] notice: resolved node name 'pfv-tsys9' to '192.168.100.2' for default node IP address +Jul 27 08:21:39 pfv-tsys9 pmxcfs[1078]: [main] notice: resolved node name 'pfv-tsys9' to '192.168.100.2' for default node IP address +Jul 27 08:21:40 pfv-tsys9 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 Mon 2026-07-27 08:21:41 CDT; 2h 3min ago + Invocation: 3d0527ec26d64f7d842901f425560184 + Process: 1255 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS) + Main PID: 1358 (pvedaemon) + Tasks: 4 (limit: 28221) + Memory: 162.7M (peak: 204.4M) + CPU: 1.166s + CGroup: /system.slice/pvedaemon.service + ├─1358 pvedaemon + ├─1359 "pvedaemon worker" + ├─1360 "pvedaemon worker" + └─1361 "pvedaemon worker" + +Jul 27 08:21:40 pfv-tsys9 systemd[1]: Starting pvedaemon.service - PVE API Daemon... +Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: starting server +Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: starting 3 worker(s) +Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: worker 1359 started +Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: worker 1360 started +Jul 27 08:21:41 pfv-tsys9 pvedaemon[1358]: worker 1361 started +Jul 27 08:21:41 pfv-tsys9 systemd[1]: Started pvedaemon.service - PVE API Daemon. + +● pveproxy.service - PVE API Proxy Server + Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled) + Active: active (running) since Mon 2026-07-27 08:21:42 CDT; 2h 3min ago + Invocation: 3e6b3b3d36e344ab9e6ee99302dd721f + Process: 1364 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS) + Process: 1367 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS) + Process: 1374 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE) + Main PID: 1370 (pveproxy) + Tasks: 4 (limit: 28221) + Memory: 172.2M (peak: 185M) + CPU: 1.364s + CGroup: /system.slice/pveproxy.service + ├─1370 pveproxy + ├─1371 "pveproxy worker" + ├─1372 "pveproxy worker" + └─1373 "pveproxy worker" + +Jul 27 08:21:41 pfv-tsys9 systemd[1]: Starting pveproxy.service - PVE API Proxy Server... +Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: starting server +Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: starting 3 worker(s) +Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: worker 1371 started +Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: worker 1372 started +Jul 27 08:21:42 pfv-tsys9 pveproxy[1370]: worker 1373 started +Jul 27 08:21:42 pfv-tsys9 systemd[1]: Started pveproxy.service - PVE API Proxy Server. + +● pve-firewall.service - Proxmox VE firewall + Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled) + Active: active (running) since Mon 2026-07-27 08:21:41 CDT; 2h 3min ago + Invocation: 1d73013e3fc0406fbb21fa02b4b76970 + Process: 1253 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS) + Process: 1261 ExecStartPre=/usr/bin/update-alternatives --set iptables /usr/sbin/iptables-legacy (code=exited, status=0/SUCCESS) + Process: 1264 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS) + Process: 1267 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS) + Main PID: 1332 (pve-firewall) + Tasks: 1 (limit: 28221) + Memory: 104.8M (peak: 122.4M) + CPU: 29.382s + CGroup: /system.slice/pve-firewall.service + └─1332 pve-firewall + +Jul 27 08:21:40 pfv-tsys9 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall... +Jul 27 08:21:41 pfv-tsys9 pve-firewall[1332]: starting server +Jul 27 08:21:41 pfv-tsys9 systemd[1]: Started pve-firewall.service - Proxmox VE firewall. + +● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled) + Active: active (running) since Mon 2026-07-27 08:21:41 CDT; 2h 3min ago + Invocation: 61a05cd3e6dd4744b26679f317b915d2 + Process: 1363 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=0/SUCCESS) + Main PID: 1368 (pve-ha-crm) + Tasks: 1 (limit: 28221) + Memory: 115.1M (peak: 134.5M) + CPU: 911ms + CGroup: /system.slice/pve-ha-crm.service + └─1368 pve-ha-crm + +Jul 27 08:21:41 pfv-tsys9 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon... +Jul 27 08:21:41 pfv-tsys9 pve-ha-crm[1368]: starting server +Jul 27 08:21:41 pfv-tsys9 pve-ha-crm[1368]: status change startup => wait_for_quorum +Jul 27 08:21:41 pfv-tsys9 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon. + +● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon + Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled) + Active: active (running) since Mon 2026-07-27 08:21:42 CDT; 2h 3min ago + Invocation: 313d830f8f624415ab98c7d3201399d8 + Process: 1378 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS) + Main PID: 1383 (pve-ha-lrm) + Tasks: 1 (limit: 28221) + Memory: 114.9M (peak: 134M) + CPU: 1.104s + CGroup: /system.slice/pve-ha-lrm.service + └─1383 pve-ha-lrm + +Jul 27 08:21:42 pfv-tsys9 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon... +Jul 27 08:21:42 pfv-tsys9 pve-ha-lrm[1383]: starting server +Jul 27 08:21:42 pfv-tsys9 pve-ha-lrm[1383]: status change startup => wait_for_agent_lock +Jul 27 08:21:42 pfv-tsys9 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon. + +● pvestatd.service - PVE Status Daemon + Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled) + +--- storage-related service status + $ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80 +Unit nfs-kernel-server.service could not be found. +Unit nfs-server.service could not be found. +Unit zfs-target.service could not be found. +Unit nvme-stat.service could not be found. +Unit multipathd.service could not be found. +● rpcbind.service - RPC bind portmap service + Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled) + Active: active (running) since Mon 2026-07-27 08:20:54 CDT; 2h 4min ago + Invocation: 18a73216e55343a98837fd903f781865 +TriggeredBy: ● rpcbind.socket + Docs: man:rpcbind(8) + Main PID: 673 (rpcbind) + Tasks: 1 (limit: 28221) + Memory: 608K (peak: 2.2M) + CPU: 9ms + CGroup: /system.slice/rpcbind.service + └─673 /usr/sbin/rpcbind -f -w + +Jul 27 08:20:54 pfv-tsys9 systemd[1]: Starting rpcbind.service - RPC bind portmap service... +Jul 27 08:20:54 pfv-tsys9 systemd[1]: Started rpcbind.service - RPC bind portmap service. + +○ rpc-statd.service - NFS status monitor for NFSv2/3 locking. + Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static) + Active: inactive (dead) + Docs: man:rpc.statd(8) + +○ zfs-import.service + Loaded: masked (Reason: Unit zfs-import.service is masked.) + Active: inactive (dead) + +● zfs-mount.service - Mount ZFS filesystems + Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled) + Active: active (exited) since Mon 2026-07-27 08:20:54 CDT; 2h 4min ago + Invocation: 84cf50c8f101494d87e31e2d3216c548 + Docs: man:zfs(8) + Process: 626 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS) + Main PID: 626 (code=exited, status=0/SUCCESS) + Mem peak: 1.7M + CPU: 7ms + +Jul 27 08:20:54 pfv-tsys9 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems... +Jul 27 08:20:54 pfv-tsys9 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems. + +● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon + Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled) + Active: active (running) since Mon 2026-07-27 08:20:54 CDT; 2h 4min ago + Invocation: 112705f553bc47a28931f41e1f0198c4 + Docs: man:smartd(8) + man:smartd.conf(5) + Main PID: 805 (smartd) + Status: "Next check of 1 device will start at 10:50:54" + Tasks: 1 (limit: 28221) + Memory: 3.2M (peak: 4.4M) + CPU: 26ms + CGroup: /system.slice/smartmontools.service + └─805 /usr/sbin/smartd -n -q never + +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], opened +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], PNY CS900 250GB SSD, S/N:PNY35192273900103DB7, WWN:5-f8db4c-351903db7, FW:CS900E12, 250 GB +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], not found in smartd database 7.3/5528. +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], can't monitor Current_Pending_Sector count - no Attribute 197 +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198 +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list. +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.PNY_CS900_250GB_SSD-PNY35192273900103DB7.ata.state +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices +Jul 27 08:20:54 pfv-tsys9 smartd[805]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.PNY_CS900_250GB_SSD-PNY35192273900103DB7.ata.state +Jul 27 08:20:54 pfv-tsys9 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon. + +############################################################################### +# 25. TIMERS / CRON +############################################################################### + +--- systemctl list-timers + $ systemctl list-timers --all --no-pager +NEXT LEFT LAST PASSED UNIT ACTIVATES +Mon 2026-07-27 10:30:00 CDT 4min 57s Mon 2026-07-27 10:20:47 CDT 4min 14s ago sysstat-collect.timer sysstat-collect.service +Tue 2026-07-28 00:00:00 CDT 13h Mon 2026-07-27 00:00:02 CDT - dpkg-db-backup.timer dpkg-db-backup.service +Tue 2026-07-28 00:00:00 CDT 13h - - sysstat-rotate.timer sysstat-rotate.service +Tue 2026-07-28 00:07:00 CDT 13h - - sysstat-summary.timer sysstat-summary.service +Tue 2026-07-28 00:14:35 CDT 13h Mon 2026-07-27 08:16:32 CDT - apt-daily.timer apt-daily.service +Tue 2026-07-28 00:35:29 CDT 14h Mon 2026-07-27 00:24:02 CDT - logrotate.timer logrotate.service +Tue 2026-07-28 02:25:53 CDT 16h Mon 2026-07-27 08:16:30 CDT - man-db.timer man-db.service +Tue 2026-07-28 05:05:08 CDT 18h Mon 2026-07-27 03:39:02 CDT - pve-daily-update.timer pve-daily-update.service +Tue 2026-07-28 06:35:52 CDT 20h Mon 2026-07-27 06:50:45 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service +Tue 2026-07-28 08:36:36 CDT 22h Mon 2026-07-27 08:36:36 CDT 1h 48min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service +Sun 2026-08-02 03:10:24 CDT 5 days Sun 2026-07-26 03:11:47 CDT - e2scrub_all.timer e2scrub_all.service +Sun 2026-08-02 03:10:30 CDT 5 days Sun 2026-07-26 03:10:47 CDT - xfs_scrub_all.timer xfs_scrub_all.service +Mon 2026-08-03 00:44:33 CDT 6 days Mon 2026-07-27 00:48:16 CDT - fstrim.timer fstrim.service + +13 timers listed. + +--- /etc/cron.d +total 24 +drwxr-xr-x 2 root root 4096 Jul 27 08:16 . +drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +-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 Sep 3 2025 vzdump -> /etc/pve/vzdump.cron +-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux + +--- /etc/cron.daily +total 32 +drwxr-xr-x 2 root root 4096 Jul 27 08:16 . +drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +-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 16 2024 . +drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder + +--- /etc/cron.weekly +total 16 +drwxr-xr-x 2 root root 4096 Apr 16 2024 . +drwxr-xr-x 104 root root 4096 Jul 27 10:22 .. +-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.30 1.16 1.10 3/375 40916 + +--- 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 + 3 0 0 16474800 26036 319608 0 0 280 23 2985 2 0 0 90 1 0 9 + 1 0 0 16504732 26036 319756 0 0 0 0 3113 2831 0 0 91 0 0 8 + 1 0 0 16528568 26044 319760 0 0 0 316 3228 2819 0 0 91 0 0 9 + +--- mpstat 1 3 (per-cpu) + $ mpstat 1 3 +Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:04 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle +10:25:05 AM all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 8.35 0.00 91.65 +10:25:06 AM all 0.08 0.00 0.00 0.08 0.00 0.00 0.00 8.41 0.00 91.42 +10:25:07 AM all 0.00 0.00 0.00 0.50 0.00 0.00 0.00 8.37 0.00 91.13 +Average: all 0.03 0.00 0.00 0.19 0.00 0.00 0.00 8.38 0.00 91.40 + +--- iostat -xz 1 3 + $ iostat -xz 1 3 +Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +avg-cpu: %user %nice %system %iowait %steal %idle + 8.63 0.00 0.24 0.71 0.00 90.43 + +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.02 0.37 0.00 0.00 0.92 16.12 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 8.14 227.17 0.00 0.00 0.66 27.91 3.88 23.27 0.00 0.00 1.16 6.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.44 +dm-2 0.00 0.10 0.00 0.00 0.59 42.82 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 7.87 280.57 1.03 11.63 0.51 35.67 2.46 23.27 1.42 36.69 1.28 9.48 0.00 0.00 0.00 0.00 0.00 0.00 0.89 1.11 0.01 0.33 + + +avg-cpu: %user %nice %system %iowait %steal %idle + 8.43 0.00 0.00 0.00 0.00 91.57 + +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 + 8.42 0.00 0.08 0.08 0.00 91.42 + +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 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:09 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda +10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root +10:25:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta + +10:25:10 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV +10:25:11 AM 6.00 24.00 0.00 0.00 4.00 0.00 0.50 0.40 sda +10:25:11 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +10:25:11 AM 6.00 24.00 0.00 0.00 4.00 0.00 0.67 0.40 pve-root +10:25:11 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: 3.00 12.00 0.00 0.00 4.00 0.00 0.50 0.20 sda +Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap +Average: 3.00 12.00 0.00 0.00 4.00 0.00 0.67 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 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:11 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +10:25:12 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +10:25:12 AM nic0 116.00 20.00 15.44 4.54 0.00 0.00 81.00 0.01 +10:25:12 AM enx9c69d36a5b6c 83.00 147.00 8.07 69.26 0.00 0.00 0.00 0.00 +10:25:12 AM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +10:25:12 AM vmbr0 92.00 1.00 7.25 0.04 0.00 0.00 77.00 0.00 +10:25:12 AM datanet 83.00 147.00 8.07 69.26 0.00 0.00 1.00 0.00 +10:25:12 AM tap901i0 4.00 93.00 0.84 8.81 0.00 0.00 0.00 0.00 +10:25:12 AM fwbr901i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 +10:25:12 AM fwpr901p0 4.00 93.00 0.84 8.81 0.00 0.00 0.00 0.00 +10:25:12 AM fwln901i0 93.00 4.00 8.81 0.84 0.00 0.00 0.00 0.00 +10:25:12 AM tap902i0 2.00 93.00 0.27 8.69 0.00 0.00 0.00 0.00 +10:25:12 AM fwbr902i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 +10:25:12 AM fwpr902p0 2.00 92.00 0.27 8.65 0.00 0.00 0.00 0.00 +10:25:12 AM fwln902i0 92.00 2.00 8.65 0.27 0.00 0.00 0.00 0.00 +10:25:12 AM tap903i0 1.00 91.00 0.08 8.45 0.00 0.00 0.00 0.00 +10:25:12 AM fwbr903i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 +10:25:12 AM fwpr903p0 1.00 91.00 0.08 8.45 0.00 0.00 0.00 0.00 +10:25:12 AM fwln903i0 91.00 1.00 8.45 0.08 0.00 0.00 0.00 0.00 +10:25:12 AM tap904i0 12.00 107.00 3.18 13.72 0.00 0.00 0.00 0.00 +10:25:12 AM fwbr904i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 +10:25:12 AM fwpr904p0 12.00 107.00 3.18 13.72 0.00 0.00 0.00 0.00 +10:25:12 AM fwln904i0 107.00 12.00 13.72 3.18 0.00 0.00 0.00 0.00 +10:25:12 AM tap905i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +10:25:12 AM fwbr905i0 91.00 0.00 7.21 0.00 0.00 0.00 77.00 0.00 +10:25:12 AM fwpr905p0 0.00 91.00 0.00 8.45 0.00 0.00 0.00 0.00 +10:25:12 AM fwln905i0 91.00 0.00 8.45 0.00 0.00 0.00 0.00 0.00 + +10:25:12 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +10:25:13 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +10:25:13 AM nic0 62.00 20.00 18.38 5.37 0.00 0.00 10.00 0.02 +10:25:13 AM enx9c69d36a5b6c 12.00 20.00 1.18 22.25 0.00 0.00 0.00 0.00 +10:25:13 AM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +10:25:13 AM vmbr0 17.00 3.00 2.21 0.47 0.00 0.00 6.00 0.00 +10:25:13 AM datanet 12.00 20.00 1.18 22.25 0.00 0.00 0.00 0.00 +10:25:13 AM tap901i0 5.00 18.00 0.84 2.64 0.00 0.00 0.00 0.00 +10:25:13 AM fwbr901i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 +10:25:13 AM fwpr901p0 5.00 18.00 0.84 2.64 0.00 0.00 0.00 0.00 +10:25:13 AM fwln901i0 18.00 5.00 2.64 0.84 0.00 0.00 0.00 0.00 +10:25:13 AM tap902i0 2.00 16.00 0.31 2.29 0.00 0.00 0.00 0.00 +10:25:13 AM fwbr902i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 +10:25:13 AM fwpr902p0 2.00 16.00 0.31 2.29 0.00 0.00 0.00 0.00 +10:25:13 AM fwln902i0 16.00 2.00 2.29 0.31 0.00 0.00 0.00 0.00 +10:25:13 AM tap903i0 0.00 14.00 0.00 1.98 0.00 0.00 0.00 0.00 +10:25:13 AM fwbr903i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 +10:25:13 AM fwpr903p0 0.00 14.00 0.00 1.98 0.00 0.00 0.00 0.00 +10:25:13 AM fwln903i0 14.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 +10:25:13 AM tap904i0 10.00 49.00 3.67 16.10 0.00 0.00 0.00 0.00 +10:25:13 AM fwbr904i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 +10:25:13 AM fwpr904p0 10.00 49.00 3.67 16.10 0.00 0.00 0.00 0.00 +10:25:13 AM fwln904i0 49.00 10.00 16.10 3.67 0.00 0.00 0.00 0.00 +10:25:13 AM tap905i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +10:25:13 AM fwbr905i0 14.00 0.00 1.79 0.00 0.00 0.00 6.00 0.00 +10:25:13 AM fwpr905p0 0.00 14.00 0.00 1.98 0.00 0.00 0.00 0.00 +10:25:13 AM fwln905i0 14.00 0.00 1.98 0.00 0.00 0.00 0.00 0.00 + +Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil +Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: nic0 89.00 20.00 16.91 4.96 0.00 0.00 45.50 0.01 +Average: enx9c69d36a5b6c 47.50 83.50 4.62 45.75 0.00 0.00 0.00 0.00 +Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: vmbr0 54.50 2.00 4.73 0.26 0.00 0.00 41.50 0.00 +Average: datanet 47.50 83.50 4.62 45.75 0.00 0.00 0.50 0.00 +Average: tap901i0 4.50 55.50 0.84 5.73 0.00 0.00 0.00 0.00 +Average: fwbr901i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 +Average: fwpr901p0 4.50 55.50 0.84 5.73 0.00 0.00 0.00 0.00 +Average: fwln901i0 55.50 4.50 5.73 0.84 0.00 0.00 0.00 0.00 +Average: tap902i0 2.00 54.50 0.29 5.49 0.00 0.00 0.00 0.00 +Average: fwbr902i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 +Average: fwpr902p0 2.00 54.00 0.29 5.47 0.00 0.00 0.00 0.00 +Average: fwln902i0 54.00 2.00 5.47 0.29 0.00 0.00 0.00 0.00 +Average: tap903i0 0.50 52.50 0.04 5.22 0.00 0.00 0.00 0.00 +Average: fwbr903i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 +Average: fwpr903p0 0.50 52.50 0.04 5.22 0.00 0.00 0.00 0.00 +Average: fwln903i0 52.50 0.50 5.22 0.04 0.00 0.00 0.00 0.00 +Average: tap904i0 11.00 78.00 3.42 14.91 0.00 0.00 0.00 0.00 +Average: fwbr904i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 +Average: fwpr904p0 11.00 78.00 3.42 14.91 0.00 0.00 0.00 0.00 +Average: fwln904i0 78.00 11.00 14.91 3.42 0.00 0.00 0.00 0.00 +Average: tap905i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +Average: fwbr905i0 52.50 0.00 4.50 0.00 0.00 0.00 41.50 0.00 +Average: fwpr905p0 0.00 52.50 0.00 5.22 0.00 0.00 0.00 0.00 +Average: fwln905i0 52.50 0.00 5.22 0.00 0.00 0.00 0.00 0.00 + +--- sar -n NFS,NFSD 1 2 + $ sar -n NFS,NFSD 1 2 +Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:13 AM call/s retrans/s read/s write/s access/s getatt/s +10:25:14 AM 2.00 0.00 0.00 2.00 0.00 0.00 + +10:25:13 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +10:25:14 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 + +10:25:14 AM call/s retrans/s read/s write/s access/s getatt/s +10:25:15 AM 51.00 0.00 0.00 51.00 0.00 0.00 + +10:25:14 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s +10:25:15 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: 26.50 0.00 0.00 26.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 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:15 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw +10:25:16 AM 339 17 4 0 0 126 +Average: 339 17 4 0 0 126 + +--- sar -n TCP,ETCP 1 2 + $ sar -n TCP,ETCP 1 2 +Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:16 AM active/s passive/s iseg/s oseg/s +10:25:17 AM 0.00 0.00 39.00 161.00 + +10:25:16 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +10:25:17 AM 0.00 0.00 0.00 0.00 0.00 + +10:25:17 AM active/s passive/s iseg/s oseg/s +10:25:18 AM 0.00 0.00 9.00 12.00 + +10:25:17 AM atmptf/s estres/s retrans/s isegerr/s orsts/s +10:25:18 AM 0.00 0.00 0.00 0.00 0.00 + +Average: active/s passive/s iseg/s oseg/s +Average: 0.00 0.00 24.00 86.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 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:18 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +10:25:19 AM 0 1519 0.00 4.00 0.00 0 kvm + +10:25:19 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +10:25:20 AM 0 810 0.00 0.00 4.00 0 tailscaled +10:25:20 AM 0 1519 0.00 20.00 0.00 0 kvm + +Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command +Average: 0 810 0.00 0.00 2.00 0 tailscaled +Average: 0 1519 0.00 12.00 0.00 0 kvm + +--- pidstat -u 1 2 (top cpu) + $ pidstat -u 1 2 +Linux 6.17.2-1-pve (pfv-tsys9) 07/27/2026 _x86_64_ (12 CPU) + +10:25:20 AM UID PID %usr %system %guest %wait %CPU CPU Command +10:25:21 AM 0 1089 0.00 0.99 0.00 0.00 0.99 3 pmxcfs +10:25:21 AM 0 1519 0.99 0.99 0.00 0.00 1.98 10 kvm +10:25:21 AM 0 1949 0.00 0.00 99.01 0.00 99.01 2 kvm + +10:25:21 AM UID PID %usr %system %guest %wait %CPU CPU Command +10:25:22 AM 0 803 0.00 1.00 0.00 0.00 1.00 5 rrdcached +10:25:22 AM 0 1332 0.00 1.00 0.00 0.00 1.00 3 pve-firewall +10:25:22 AM 0 1334 2.00 4.00 0.00 0.00 6.00 5 pvestatd +10:25:22 AM 0 1418 1.00 1.00 0.00 0.00 2.00 11 kvm +10:25:22 AM 0 1519 0.00 0.00 2.00 0.00 2.00 10 kvm +10:25:22 AM 0 1764 0.00 0.00 1.00 0.00 1.00 4 kvm +10:25:22 AM 0 1851 1.00 0.00 0.00 0.00 1.00 3 kvm +10:25:22 AM 0 1949 0.00 1.00 100.00 0.00 101.00 2 kvm +10:25:22 AM 0 32296 0.00 1.00 0.00 0.00 1.00 6 kworker/6:2-events +10:25:22 AM 0 40996 0.00 1.00 0.00 0.00 1.00 8 pidstat + +Average: UID PID %usr %system %guest %wait %CPU CPU Command +Average: 0 803 0.00 0.50 0.00 0.00 0.50 - rrdcached +Average: 0 1089 0.00 0.50 0.00 0.00 0.50 - pmxcfs +Average: 0 1332 0.00 0.50 0.00 0.00 0.50 - pve-firewall +Average: 0 1334 1.00 1.99 0.00 0.00 2.99 - pvestatd +Average: 0 1418 0.50 0.50 0.00 0.00 1.00 - kvm +Average: 0 1519 0.50 0.50 1.00 0.00 1.99 - kvm +Average: 0 1764 0.00 0.00 0.50 0.00 0.50 - kvm +Average: 0 1851 0.00 0.00 0.50 0.00 0.50 - kvm +Average: 0 1949 0.00 0.50 99.50 0.00 100.00 - kvm +Average: 0 32296 0.00 0.50 0.00 0.00 0.50 - kworker/6:2-events +Average: 0 40996 0.00 0.50 0.00 0.00 0.50 - pidstat + +--- top (single snapshot, top 30) + $ top -b -n 1 +top - 10:25:22 up 2:04, 1 user, load average: 1.22, 1.15, 1.10 +Tasks: 280 total, 1 running, 279 sleeping, 0 stopped, 0 zombie +%Cpu(s): 8.6 us, 10.0 sy, 0.0 ni, 80.7 id, 0.7 wa, 0.0 hi, 0.0 si, 0.0 st +MiB Mem : 23746.1 total, 16428.2 free, 7350.3 used, 339.1 buff/cache +MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 16395.9 avail Mem + + PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND + 1949 root 20 0 4899584 40752 11144 S 90.9 0.2 123:20.42 kvm + 1 root 20 0 25008 15604 10680 S 0.0 0.1 0:01.59 systemd + 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd + 3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+ + 4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 14 root 20 0 0 0 0 S 0.0 0.0 0:00.02 ksoftir+ + 15 root 20 0 0 0 0 I 0.0 0.0 0:01.64 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.00 migrati+ + 19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0 + 21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1 + 22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 23 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ + 24 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2 + 28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 29 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ + 30 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3 + 34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 35 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ + 36 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4 + 40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 41 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ + 42 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5 + 46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 47 root rt 0 0 0 0 S 0.0 0.0 0:00.13 migrati+ + 48 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6 + 52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 53 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 54 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7 + 58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 59 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 60 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8 + 64 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 65 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 66 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ksoftir+ + 67 root 20 0 0 0 0 I 0.0 0.0 0:00.71 kworker+ + 68 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 69 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9 + 70 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 71 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 72 root 20 0 0 0 0 S 0.0 0.0 0:00.03 ksoftir+ + 74 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 75 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10 + 76 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 77 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 78 root 20 0 0 0 0 S 0.0 0.0 0:00.08 ksoftir+ + 80 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 81 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11 + 82 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+ + 83 root rt 0 0 0 0 S 0.0 0.0 0:00.14 migrati+ + 84 root 20 0 0 0 0 S 0.0 0.0 0:00.01 ksoftir+ + 85 root 20 0 0 0 0 I 0.0 0.0 0:00.35 kworker+ + 86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 87 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+ + 88 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 89 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 90 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 91 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+ + 92 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd + 93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungta+ + 94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+ + 97 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 98 root 20 0 0 0 0 S 0.0 0.0 0:00.05 kcompac+ + 99 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd + 100 root 39 19 0 0 0 S 0.0 0.0 0:00.01 khugepa+ + 101 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 102 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 104 root -51 0 0 0 0 S 0.0 0.0 0:00.08 irq/9-a+ + 105 root 20 0 0 0 0 I 0.0 0.0 0:00.43 kworker+ + 107 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 109 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 110 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 112 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 113 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+ + 115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 116 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/120+ + 117 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 + 118 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+ + 119 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 121 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 122 root 20 0 0 0 0 S 0.0 0.0 0:00.08 hwrng + 123 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 124 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 125 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 126 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 128 root 20 0 0 0 0 I 0.0 0.0 0:00.54 kworker+ + 132 root 20 0 0 0 0 I 0.0 0.0 0:00.38 kworker+ + 134 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 145 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 146 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 175 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 178 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 179 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 191 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 215 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 216 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 217 root 0 -20 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 218 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 230 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 231 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 232 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 233 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 234 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 235 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 236 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+ + 237 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 261 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 262 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 270 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 272 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 273 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 296 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 302 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 303 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 304 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 336 root 20 0 0 0 0 S 0.0 0.0 0:00.10 jbd2/dm+ + 337 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 367 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 385 root 20 0 51312 28596 27176 S 0.0 0.1 0:00.24 systemd+ + 401 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 402 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 403 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 404 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 405 root 20 0 0 0 0 I 0.0 0.0 0:00.74 kworker+ + 427 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+ + 428 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+ + 429 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+ + 430 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+ + 432 root 20 0 36964 10408 7692 S 0.0 0.0 0:00.18 systemd+ + 437 root 20 0 77296 22300 9124 S 0.0 0.1 0:00.14 dmeventd + 440 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 535 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 536 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 537 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+ + 538 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+ + 539 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 540 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 541 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+ + 542 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+ + 544 root 20 0 0 0 0 S 0.0 0.0 0:00.02 arc_evi+ + 545 root 39 19 0 0 0 S 0.0 0.0 0:00.03 arc_reap + 547 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+ + 548 root 39 19 0 0 0 S 0.0 0.0 0:00.03 dbuf_ev+ + 549 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/132+ + 587 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+ + 602 root 20 0 0 0 0 S 0.0 0.0 0:00.03 l2arc_f+ + 605 root 20 0 0 0 0 I 0.0 0.0 0:00.81 kworker+ + 606 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 616 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 619 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card1-c+ + 620 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card1-c+ + 621 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card1-c+ + 672 root 20 0 0 0 0 I 0.0 0.0 0:00.92 kworker+ + 673 _rpc 20 0 6568 4040 3632 S 0.0 0.0 0:00.00 rpcbind + 675 root 20 0 79620 2348 2140 S 0.0 0.0 0:00.25 pvefw-l+ + 734 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 735 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 767 root 20 0 5256 1624 1404 S 0.0 0.0 0:00.00 blkmapd + 792 message+ 20 0 8484 5056 4240 S 0.0 0.0 0:00.12 dbus-da+ + 799 root 20 0 276136 3588 3296 S 0.0 0.0 0:00.00 pve-lxc+ + 803 root 20 0 404848 7668 6628 S 0.0 0.0 0:00.38 rrdcach+ + 805 root 20 0 9996 6144 4712 S 0.0 0.0 0:00.02 smartd + 808 root 20 0 19104 9112 7804 S 0.0 0.0 0:00.08 systemd+ + 810 root 20 0 1422128 94728 25868 S 0.0 0.4 0:07.65 tailsca+ + 815 root 20 0 2432 1528 1436 S 0.0 0.0 0:00.09 watchdo+ + 823 root 20 0 104404 6220 5072 S 0.0 0.0 0:00.00 zed + 825 root 20 0 159064 2568 2204 S 0.0 0.0 0:00.00 lxcfs + 826 root 20 0 7216 2248 1904 S 0.0 0.0 0:00.05 ksmtuned + 828 root 20 0 5748 2132 1940 S 0.0 0.0 0:00.00 qmeventd + 886 _chrony 20 0 19932 3780 3012 S 0.0 0.0 0:00.02 chronyd + 890 _chrony 20 0 11604 2284 1656 S 0.0 0.0 0:00.00 chronyd + 913 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1005 root 20 0 5984 3468 2624 S 0.0 0.0 0:00.03 dhclient + 1072 root 20 0 5520 2700 2448 S 0.0 0.0 0:00.00 lxc-mon+ + 1082 root 20 0 266312 32280 15068 S 0.0 0.1 0:00.60 tuned + 1089 root 20 0 553784 60376 48212 S 0.0 0.2 0:03.97 pmxcfs + 1096 root 20 0 11776 7724 6492 S 0.0 0.0 0:00.02 sshd + 1103 root 20 0 8168 2724 2492 S 0.0 0.0 0:00.00 agetty + 1159 polkitd 20 0 306704 8084 7024 S 0.0 0.0 0:00.11 polkitd + 1241 root 20 0 43984 4640 4004 S 0.0 0.0 0:00.01 master + 1243 postfix 20 0 44524 7604 6912 S 0.0 0.0 0:00.00 qmgr + 1250 root 20 0 6864 2912 2660 S 0.0 0.0 0:00.00 cron + 1251 root 20 0 13680 6212 5300 S 0.0 0.0 0:00.28 proxmox+ + 1332 root 20 0 177276 109236 6288 S 0.0 0.4 0:10.56 pve-fir+ + 1334 root 20 0 185512 119688 11900 S 0.0 0.5 0:43.83 pvestatd + 1358 root 20 0 218816 149008 3400 S 0.0 0.6 0:00.03 pvedaem+ + 1359 root 20 0 226712 152632 6264 S 0.0 0.6 0:00.13 pvedaem+ + 1360 root 20 0 226716 152632 6260 S 0.0 0.6 0:00.12 pvedaem+ + 1361 root 20 0 218948 149708 3944 S 0.0 0.6 0:00.10 pvedaem+ + 1368 root 20 0 204656 122412 5168 S 0.0 0.5 0:00.35 pve-ha-+ + 1370 www-data 20 0 220076 150124 3256 S 0.0 0.6 0:00.04 pveproxy + 1371 www-data 20 0 228376 157192 9212 S 0.0 0.6 0:00.13 pveprox+ + 1372 www-data 20 0 228376 157188 9224 S 0.0 0.6 0:00.10 pveprox+ + 1373 www-data 20 0 228380 157184 9216 S 0.0 0.6 0:00.11 pveprox+ + 1380 www-data 20 0 91984 54680 3336 S 0.0 0.2 0:00.02 spicepr+ + 1381 www-data 20 0 92116 55436 3928 S 0.0 0.2 0:00.10 spicepr+ + 1383 root 20 0 203836 121584 5064 S 0.0 0.5 0:00.55 pve-ha-+ + 1394 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 1399 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+ + 1418 root 20 0 9.9g 996736 11120 S 0.0 4.1 0:52.66 kvm + 1491 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1519 root 20 0 9051352 2.6g 11164 S 0.0 11.4 2:52.92 kvm + 1595 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1764 root 20 0 2779616 986.8m 11204 S 0.0 4.2 0:58.19 kvm + 1816 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 1851 root 20 0 4761664 846092 11020 S 0.0 3.5 1:10.53 kvm + 1926 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+ + 2058 root 20 0 0 0 0 S 0.0 0.0 0:00.45 kvm-pit+ + 2090 root 20 0 200492 123780 3376 S 0.0 0.5 0:00.40 pvesche+ + 2324 root 20 0 0 0 0 I 0.0 0.0 0:00.54 kworker+ + 4741 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+ + 6095 root 20 0 0 0 0 I 0.0 0.0 0:00.28 kworker+ + 10324 root 20 0 0 0 0 I 0.0 0.0 0:00.65 kworker+ + 10327 root 20 0 0 0 0 I 0.0 0.0 0:00.52 kworker+ + 10706 root 20 0 0 0 0 I 0.0 0.0 0:00.73 kworker+ + 17465 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ + 21622 root 20 0 0 0 0 I 0.0 0.0 0:00.59 kworker+ + 23663 root 20 0 0 0 0 I 0.0 0.0 0:00.10 kworker+ + 24960 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+ + 25699 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 25986 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+ + 27335 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+ + 27635 root 20 0 0 0 0 I 0.0 0.0 0:00.51 kworker+ + 29081 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+ + 30963 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 31056 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ + 31405 postfix 20 0 44472 7588 6876 S 0.0 0.0 0:00.00 pickup + 31554 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+ + 32296 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 32453 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 32454 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+ + 33100 root 20 0 0 0 0 I 0.0 0.0 0:00.21 kworker+ + 33147 root 20 0 0 0 0 I 0.0 0.0 0:00.39 kworker+ + 35333 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+ + 36968 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 36969 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 37023 root 20 0 22220 12632 10216 S 0.0 0.1 0:00.12 systemd + 37025 root 20 0 24404 3784 1988 S 0.0 0.0 0:00.00 (sd-pam) + 37030 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon + 37059 root 20 0 19652 11632 9860 S 0.0 0.0 0:00.00 sshd-se+ + 37066 root 20 0 19908 7436 5388 S 0.0 0.0 0:00.00 sshd-se+ + 37067 root 20 0 7316 3752 3228 S 0.0 0.0 0:00.21 bash + 37428 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 39043 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39189 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+ + 39285 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 39405 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+ + 39871 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 40094 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+ + 40778 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 40847 root 20 0 5580 2156 2044 S 0.0 0.0 0:00.00 sleep + 40983 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+ + 41025 root 20 0 7316 2260 1736 S 0.0 0.0 0:00.00 bash + 41026 root 20 0 5588 2040 1924 S 0.0 0.0 0:00.00 head + 41027 root 20 0 10424 5448 3356 R 0.0 0.0 0:00.00 top + +--- zpool iostat 1 2 + $ zpool iostat 1 2 +no pools available +no pools available + +--- arcstat 1 2 + $ arcstat 1 2 + time read ddread ddh% dmread dmh% pread ph% size c avail +10:25:23 0 0 0 0 0 0 0 2.8K 742M 15.2G +10:25:24 0 0 0 0 0 0 0 2.8K 742M 15.2G + +--- /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: +enx9c69d36a5b6c: +tailscale0: +vmbr0: +datanet: +tap901i0: +fwbr901i0: +fwpr901p0: +fwln901i0: +tap902i0: +fwbr902i0: +fwpr902p0: +fwln902i0: +tap903i0: +fwbr903i0: +fwpr903p0: +fwln903i0: +tap904i0: +fwbr904i0: +fwpr904p0: +fwln904i0: +tap905i0: +fwbr905i0: +fwpr905p0: +fwln905i0: +--- t0 --- +Inter-| Receive | Transmit + face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed + lo: 8976 64 0 0 0 0 0 0 8976 64 0 0 0 0 0 0 + nic0: 98756121 494336 0 248 0 0 0 198066 28387235 143233 0 0 0 0 0 0 +enx9c69d36a5b6c: 2001827491 1582428 0 249 0 0 0 0 695897364 1091684 0 1 0 0 0 0 +tailscale0: 210738 997 0 0 0 0 0 0 154407 918 0 0 0 0 0 0 + vmbr0: 25166759 262399 0 0 0 0 0 170055 1199171 6476 0 0 0 0 0 0 +datanet: 2001816037 1582179 0 0 0 0 0 6275 696183368 1091876 0 0 0 0 0 0 +tap901i0: 7453157 38794 0 0 0 0 0 0 41397214 310250 0 0 0 0 0 0 +fwbr901i0: 22786035 252638 0 298 0 0 0 169742 0 0 0 0 0 0 0 0 +fwpr901p0: 7453157 38794 0 0 0 0 0 0 41397214 310250 0 0 0 0 0 0 +fwln901i0: 41397214 310250 0 0 0 0 0 0 7453157 38794 0 0 0 0 0 0 +tap902i0: 11951952 56471 0 0 0 0 0 0 45488560 315092 0 3817 0 0 0 0 +fwbr902i0: 22771911 252510 0 298 0 0 0 169651 0 0 0 0 0 0 0 0 +fwpr902p0: 11951952 56471 0 0 0 0 0 0 45865347 317972 0 0 0 0 0 0 +fwln902i0: 45865347 317972 0 0 0 0 0 0 11951952 56471 0 0 0 0 0 0 +tap903i0: 75152 794 0 0 0 0 0 0 26126942 250813 0 2232 0 0 0 0 +fwbr903i0: 22758231 252409 0 298 0 0 0 169583 0 0 0 0 0 0 0 0 +fwpr903p0: 75152 794 0 0 0 0 0 0 26378402 253045 0 0 0 0 0 0 +fwln903i0: 26378402 253045 0 0 0 0 0 0 75152 794 0 0 0 0 0 0 +tap904i0: 6847529 39573 0 0 0 0 0 0 53506581 328789 0 1863 0 0 0 0 +fwbr904i0: 22749809 252313 0 298 0 0 0 169527 0 0 0 0 0 0 0 0 +fwpr904p0: 6847529 39573 0 0 0 0 0 0 53718299 330653 0 0 0 0 0 0 +fwln904i0: 53718299 330653 0 0 0 0 0 0 6847529 39573 0 0 0 0 0 0 +tap905i0: 0 0 0 0 0 0 0 0 86 1 0 251663 0 0 0 0 +fwbr905i0: 22741199 252215 0 298 0 0 0 169462 0 0 0 0 0 0 0 0 +fwpr905p0: 0 0 0 0 0 0 0 0 26341327 252663 0 0 0 0 0 0 +fwln905i0: 26341327 252663 0 0 0 0 0 0 0 0 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: 8976 64 0 0 0 0 0 0 8976 64 0 0 0 0 0 0 + nic0: 98767294 494383 0 248 0 0 0 198082 28390095 143253 0 0 0 0 0 0 +enx9c69d36a5b6c: 2001827537 1582429 0 249 0 0 0 0 695897364 1091684 0 1 0 0 0 0 +tailscale0: 210738 997 0 0 0 0 0 0 154407 918 0 0 0 0 0 0 + vmbr0: 25168778 262413 0 0 0 0 0 170061 1199213 6477 0 0 0 0 0 0 +datanet: 2001816083 1582180 0 0 0 0 0 6276 696183368 1091876 0 0 0 0 0 0 +tap901i0: 7453833 38798 0 0 0 0 0 0 41400065 310267 0 0 0 0 0 0 +fwbr901i0: 22787870 252650 0 298 0 0 0 169748 0 0 0 0 0 0 0 0 +fwpr901p0: 7453833 38798 0 0 0 0 0 0 41400065 310267 0 0 0 0 0 0 +fwln901i0: 41400065 310267 0 0 0 0 0 0 7453833 38798 0 0 0 0 0 0 +tap902i0: 11952672 56478 0 0 0 0 0 0 45491613 315113 0 3817 0 0 0 0 +fwbr902i0: 22773746 252522 0 298 0 0 0 169657 0 0 0 0 0 0 0 0 +fwpr902p0: 11952672 56478 0 0 0 0 0 0 45868400 317993 0 0 0 0 0 0 +fwln902i0: 45868400 317993 0 0 0 0 0 0 11952672 56478 0 0 0 0 0 0 +tap903i0: 75152 794 0 0 0 0 0 0 26128945 250825 0 2232 0 0 0 0 +fwbr903i0: 22760066 252421 0 298 0 0 0 169589 0 0 0 0 0 0 0 0 +fwpr903p0: 75152 794 0 0 0 0 0 0 26380405 253057 0 0 0 0 0 0 +fwln903i0: 26380405 253057 0 0 0 0 0 0 75152 794 0 0 0 0 0 0 +tap904i0: 6848799 39581 0 0 0 0 0 0 53511059 328810 0 1863 0 0 0 0 +fwbr904i0: 22751644 252325 0 298 0 0 0 169533 0 0 0 0 0 0 0 0 +fwpr904p0: 6848799 39581 0 0 0 0 0 0 53722777 330674 0 0 0 0 0 0 +fwln904i0: 53722777 330674 0 0 0 0 0 0 6848799 39581 0 0 0 0 0 0 +tap905i0: 0 0 0 0 0 0 0 0 86 1 0 251675 0 0 0 0 +fwbr905i0: 22743034 252227 0 298 0 0 0 169468 0 0 0 0 0 0 0 0 +fwpr905p0: 0 0 0 0 0 0 0 0 26343330 252675 0 0 0 0 0 0 +fwln905i0: 26343330 252675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + +############################################################################### +# 27. DNS / NTP / TIME +############################################################################### + +--- /etc/resolv.conf + --- /etc/resolv.conf --- +# resolv.conf(5) file generated by tailscale +# For more info, see https://tailscale.com/s/resolvconf-overwrite +# DO NOT EDIT THIS FILE BY HAND -- CHANGES WILL BE OVERWRITTEN + +nameserver 100.100.100.100 +nameserver fd7a:115c:a1e0::53 +search knel.net + +--- /etc/hosts + --- /etc/hosts --- +127.0.0.1 localhost.localdomain localhost +192.168.100.2 pfv-tsys9.knel.net pfv-tsys9 + +# 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: Mon 2026-07-27 10:25:25 CDT + Universal time: Mon 2026-07-27 15:25:25 UTC + RTC time: Mon 2026-07-27 15:25:25 + Time zone: America/Chicago (CDT, -0500) +System clock synchronized: yes + NTP service: active + RTC in local TZ: no + +--- chronyc tracking + $ chronyc tracking +Reference ID : 176FBABA (us-east-2.clearnet.pw) +Stratum : 3 +Ref time (UTC) : Mon Jul 27 15:23:17 2026 +System time : 0.000340162 seconds fast of NTP time +Last offset : +0.000605104 seconds +RMS offset : 0.000816734 seconds +Frequency : 6.468 ppm fast +Residual freq : +0.005 ppm +Skew : 0.079 ppm +Root delay : 0.053870346 seconds +Root dispersion : 0.016805481 seconds +Update interval : 1027.5 seconds +Leap status : Normal + +--- chronyc sources + $ chronyc sources +MS Name/IP address Stratum Poll Reach LastRx Last sample +=============================================================================== +^+ 172-234-44-141.ip.linode> 2 6 377 45 -4872us[-4872us] +/- 79ms +^+ ntp.maxhost.io 2 10 377 129 +4780us[+5385us] +/- 53ms +^* us-east-2.clearnet.pw 2 10 377 127 -770us[ -164us] +/- 43ms +^+ ntp6.kernfusion.at 2 10 377 119 +974us[ +974us] +/- 68ms + +--- 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 Mon Jul 27 10:25:26 2026 +*raw +:PREROUTING ACCEPT [2069362:2064348020] +:OUTPUT ACCEPT [745670:663810483] +COMMIT +# Completed on Mon Jul 27 10:25:26 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 10:25:26 2026 +*mangle +:PREROUTING ACCEPT [2069399:2064355686] +:INPUT ACCEPT [1593762:2005520824] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [745695:663813237] +:POSTROUTING ACCEPT [745695:663813237] +-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 Mon Jul 27 10:25:26 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 10:25:26 2026 +*nat +:PREROUTING ACCEPT [448172:52873303] +:INPUT ACCEPT [3439:923606] +:OUTPUT ACCEPT [11720:732989] +:POSTROUTING ACCEPT [11720:732989] +:ts-postrouting - [0:0] +-A POSTROUTING -j ts-postrouting +-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE +COMMIT +# Completed on Mon Jul 27 10:25:26 2026 +# Generated by iptables-save v1.8.11 on Mon Jul 27 10:25:26 2026 +*filter +:INPUT ACCEPT [1590516:2004920733] +:FORWARD ACCEPT [0:0] +:OUTPUT ACCEPT [745798:663825889] +: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.101.158.76/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 Mon Jul 27 10:25:26 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 (886) + /usr/sbin/chronyd (890) + /usr/sbin/dhclient (1005) /{,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 + 1519 root 2763672 9051352 2.3 11.3 kvm + 1764 root 1010500 2779616 0.7 4.1 kvm + 1418 root 996736 10344824 0.7 4.0 kvm + 1851 root 846092 4761664 0.9 3.4 kvm + 1371 www-data 157192 228376 0.0 0.6 pveproxy worker + 1372 www-data 157188 228376 0.0 0.6 pveproxy worker + 1373 www-data 157184 228380 0.0 0.6 pveproxy worker + 1359 root 152632 226712 0.0 0.6 pvedaemon worke + 1360 root 152632 226716 0.0 0.6 pvedaemon worke + 1370 www-data 150124 220076 0.0 0.6 pveproxy + +--- top 10 CPU hogs + $ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 + PID USER %CPU %MEM RSS COMMAND + 1949 root 99.9 0.1 40752 kvm + 41055 root 3.0 0.0 7736 systemd-timedat + 1519 root 2.3 11.3 2763672 kvm + 1851 root 0.9 3.4 846092 kvm + 1764 root 0.7 4.1 1010500 kvm + 1418 root 0.7 4.0 996736 kvm + 1334 root 0.5 0.4 119688 pvestatd + 1332 root 0.1 0.4 109236 pve-firewall + 810 root 0.1 0.3 94740 tailscaled + 40094 root 0.0 0.0 0 kworker/5:0-events + +--- 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=179 systemd + +--- 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 16M Jul 27 10:25 /var/log/journal/2760053104da43f0ab6c097be4c15b53/system.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)" + datanet : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + enx9c69d36a5b6c : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration + [exit=1] + + +--- [B] MTU not jumbo on carrier-up interfaces + $ hits=0 +for ifc in $NETIFS; do + m=$(cat "/sys/class/net/$ifc/mtu" 2>/dev/null) + c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null) + [ "$c" = "1" ] || continue + if [ -n "$m" ] && [ "$m" != "9000" ]; then + printf ' %s : mtu=%s\n' "$ifc" "$m" + hits=$((hits+1)) + fi +done +[ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)" + datanet : mtu=1500 + enx9c69d36a5b6c : mtu=1500 + fwbr901i0 : mtu=1500 + fwbr902i0 : mtu=1500 + fwbr903i0 : mtu=1500 + fwbr904i0 : mtu=1500 + fwbr905i0 : mtu=1500 + fwln901i0 : mtu=1500 + fwln902i0 : mtu=1500 + fwln903i0 : mtu=1500 + fwln904i0 : mtu=1500 + fwln905i0 : mtu=1500 + fwpr901p0 : mtu=1500 + fwpr902p0 : mtu=1500 + fwpr903p0 : mtu=1500 + fwpr904p0 : mtu=1500 + fwpr905p0 : mtu=1500 + nic0 : mtu=1500 + tap901i0 : mtu=1500 + tap902i0 : mtu=1500 + tap903i0 : mtu=1500 + tap904i0 : mtu=1500 + tap905i0 : mtu=1500 + vmbr0 : mtu=1500 + [exit=1] + + +--- [C] CPU governor != performance + $ g=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null) +if [ -z "$g" ]; then + echo " cpufreq driver not loaded (governor unknown)" +elif [ "$g" = "performance" ]; then + echo " OK: performance governor" +else + echo " <-- governor=$g (recommend 'performance')" +fi + OK: performance governor + + +--- [D] EPB / EPP not performance-bias + $ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null) +epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null) +echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)" + EPB=0 EPP=performance (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=2880 bytes ARC max=2490368000 bytes RAM total=24899620864 bytes + ARC max is 10% 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 904: ide-disk + VM 905: 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-tsys9 +# Output: /root/pfv-tsys9.log +# Size: 653333 bytes / 12461 lines +# Elapsed: 274 seconds +############################################################################### diff --git a/scripts/__pycache__/sw-capture.cpython-313.pyc b/scripts/__pycache__/sw-capture.cpython-313.pyc new file mode 100644 index 0000000000000000000000000000000000000000..061b0db2cc2149927071dbab4b9efec632f2ca2d GIT binary patch literal 12595 zcmcgSTW}Lsmfce8)sih)mY)P@8yj0-`GIl3fDL|u4Ok*-E08h7$Wq%VktI#H9Aiyp zN14p*$iNIDFonrdh1sGOXE#+tYEup!dz|KtNXZDU&`v> zYhg_+EtQtBddQcvC9FZpSFlBpuRLAF7VkSn5N<6&oUW`TIx^@PVp1`wu$tZftsn?m zn6Y`>q3|@%HHT&y8{_4D?{SQq>F4}@Mws!1J?EI}H@e#R3F2thx<1iXwt zILWvHFgP6!O^2Il+R3@SwqU?N+sv?Bz$-8g`|-D!@Hq~eO-(@)f${rD}`NFld}Yi4@JgM3(E zJbum%q%#2J4$ML$L6`~hUOL1Fr$S+-afV|89P&aUdY19Gs0}ZbB+%Nd=W0qwk*7N znwNO#ewV{m?F4s!u3Hr&l*86=a! z1%QA6j2v1vx{;?aA2jU}+>@L%C=jSM(q{8=@A*6&(*kizI6UiOdv`H5+qiq$%XGfp z+RB{9p4J7MO_G$*#CtXmPOmW2+Ljg`n+-{A;e)|&%i3xvr@uz|w+pZuh|%tCXHE+{ z>V#s**ldtQL4n9-6Ht?ko(P@EO#VKEv#LZ2=@C_Jox3n<-@6;5jy+hYZfom+QV%Sr zY|ubT3BPBT;PXpjG+W`!hsu;XRoUunf+byKF~KTa1bmh4Sq;Rz3>WsiF66Cz!b;gi za`aop8Ac>&DS96u2Zgv{u}W!v zcJzazE0iTkS>oTHFPqoQ^9$P+$`-~GW!7bC#~Oeysq$ygj99~JWS+$8*C6#WR@V}) zd{4_okl?&_ z1-7odTJu_rm_r)!AS^G1D1RwLfh}!aF9o)@br1!%x^)l*wmpQf5;jKa40HMGo zssNXmjbqr*PF0{??Z$R_ysO(-yN>4Vg&|(4@5YU7^ZMSgv36bGO@$$BFyndLQWqF? z^Tw8WJ-2SGUDxxjmqP4*Da7lAA=Yw^#Z{qMw<7j#Y>AS=QUzf56^0!>AeTE2%BfsD z+9Ri3q`W@mI6%2556I(apA5rlQ5CmmS29PQ>SJ|C5yUjcdA#kHTjgTZ0(lUJb2W0x zrR+cr27v+CI-({Yqaj_B|J4v~kO77mHOi&ZHbJ&4ScR;e5R;(TO4Jb(M3-_aF+p1O zk$y*r%h+9MV=l7+^Jr0oC4&r25>B$va2sx7_S)N;z@%U%{J|N<6XyNR5r**zl9l0R zGG-3$>bM&)X?!Aevd3xXQBQu27Wmgv3WxYL>ePsNI)EmWWFRou%|7O9RK;JTAXw`} zMNkl_Ado7m9b?Y^lTK0V7_&S2Mn>KeHJL6&UDz|ph27yW>|3yT1$k+25!FLS?7hxo zq8dI!_7PEiqQ^Om`5|`1Idno)4cU+PIUzb?m!dwW{kTXCopRVkmE(ki9T8Q1?9lfH zq=p0bUQyl0jyO*AipoBAFVr~)ditU4xTCKJ+70v#Iz%;o0gHO5ug4B}s3CUf2;>G% zjSN8U&EX-y{pQHf@PMf5?Q!+9q7o>FtrtkA*;!!r6k2~cA|W#(%}5^$xK4uQp_X}y zj1mQ)5s&+Xs6(EOAz%3c$m2Q}Z~~&lW1aqT#f6G^`Aze!svA{z zoOefWk0z^Hmvn8>-X{u5WnMK^te9$kZ>m|ST{6|jR8I_qijLKMIC!n$dh?a$JA3YS z-|kMD+dezl7^ju$7XEgud(qI8+wq5YkPyUn+o zljhdX_k7X)8IaMFF!d&>-VX;;88FRt{T2Pq$y-x5rjn+epHBWN@JS$PI*_Ce*ZFCP{62tS!2%o6}v}7WZDYE@@wj_M|l04`x@3D-)Y+i{8aI z6IHvHiaQe84j8kk1hJ)zCX7}o{R&m~d#WrxezW0L%Z--Bj%BJXr7wyO{rUNR!ccm- zYp&}V@XNfa)yLk8olBIzo-pjWU%sq8lrolF&^=K>-M2ysO!@utp>4$Pw$&fiEB}oq z;k(9M(gB2IF8u-o1J2!KK#^ziK;`<7J2|>Y8&n3ATVRuZ)iyRTi%_MqihZD}-Jl3i z!HuFqkU}AQ7>%?RvV~|NMp3|}02>7*tF{i*6%eLj903(W1k^5-yw`g5*n^yt`x^#w z!C1>0bk3~Vmd1o%?3K;-5zx3aG8S)!>QfE2BIxmz`NgWz{2IPNpi0jgh@ie%01?dO}2j;VQDuXlG*=ACX;XOL&Bf!l3L%S4~4qDYBg{Z*rmky_3==%cvW&jo`uLikl4GLEb8b5Du5`$f^b&m1s)1Da&g&!?$KXp8dNYBrQ8)x|H5B zPhRX!m6peju9_>a+di@_m=~yp@x|ItJ@>ZVn_X(|Su*#|X<}roE#`h`G(9w$Qx(;5 z`hmgnM4{AGtXj&iANlCWeD4CaWT}r0{83Gq$|QU#t$xlBQ$8-OxZe3u=hgiSrODE| znD*&5LT~)@^K!ye@r)pK6##qT=o2NRz7g`G`0qjC6xO1}7$s7MqUZpye$`MO=aYt= zF%r0#Dy@tiPic#;mB!z=T0Uotsh;Y9Es~V287}r94L1S_IEiHk>LPOsUS7oVkli4d zF0#-OSU$D}$d@hLQ>2U)oLj^vq#d?R+9&t|;5rI;I3A5bQH|~iIOd|5^I+g1*CgR4 zh0NhL%^3>aL;P6)cn^L;J$&Gtsws)rTw_->RY^@1aOv{k+~CEdF>;ks|7`HbgE8k% z9cg}K6&5tpz)#{wIVccm`c<#0HeCuyb*Nt%UcC?G(Y*w`eC0NhYS!clTE4nfxHK|P zStSUm)}_tP*iXUoJtYaF%B5l{Rz(p39i-G!iiVU%O6hZg?XCkWIj4Sc6IvHsI$6xK z{eZ%BDN!xUH4HI)0m`T>#CE`%RjbZISZTR!whh?RE();bxm18+?QYnXKn@Gx&~Ly2 zk`8Tj*ygXCA&`V&oFx@YV{5RgC-1)Q2lpFl6p!d;n8g@fPa6(Fh z_MPDPCUn!!nf05*s;PQ@*BxQ8{hn^AVPDd;Kc;%9H>C{5x#O|ER9WSG>AWTWR_t(o zvb<`(ZoWSLPVC4-WBJWJx4Lh1FK%Di)Rx@T_P|szuehdvV5)p*EW5e=mhFaZQN2># zlB{ldU@DIb*YvQ#%n!sP2~$nVXu16U-23xKR*ZG9hhas3d^TZXo^J(pDbxHV%{*ZU zgE6j)btkB*wAO&pW&@ZQX|3T0$$s1XcIn%emwUCcx)N4PAzg}BCAf~67u8d_)ycw2 z?o_@IQu7i_+LzSpa%W+d{?4BCd60(hge=N~EY3oLDY!ml`2^-A7;?yKDZt9dEn!`d z*S!LaUYD|z7<8tMStpv=>jG<(p`E4csvw)~7c^#86MSgl0`Lt}HC-jUIqk zI4d^7=j*azSb=(ifeSVKlXW=w3aaFGY{}>*Ii2%Qf}7b~mR8Ez;N_UfNIb2C;rz|5DxQ?qB&H4zP1$==3Q7MlbsHtkt8a@mmwXX*H7@6{1 z46vJ^rZ!h1r=aGw7mbPC`~og)ffle^tq*`}YkPJl06w7OM+$|hDol|)9|3jVd@zME zK#w(ru|Q4jnk#`EU$ZHhIy~59rBB0dn=-R?)dcM4W|w8Rg008-3Ft-9;WGuN@vSakDC17}EJbKBN`3*?BflVK|45Nrf3P4|Dj=nscXu+-v zAW>FXqF~1IaqP&$(Iz(o+i91aW_O;NW1Biv)3EYF4^jSHMLArqV%8>It{xzWky5A3 zV7W2GauM{K^@KWi=K*ArfLEQvJDT-jvkOR<7k)6WtW0& zkZA(#{SCMbU{nE9pyZW#p+PGdB)eP2nTz*b1B)AUcpeX4U&8~C8Fo*OHimF~K4O-+ ziLMDK`KP?rdtD}&wayplrG2gv(8T$&k|)ou5_Ugk<ltN*7`oLil}Fbf5CPUyW4X;`z{zC<4YS1pnbfZ1U!IsQx%Y=3^PhG-&W z$@9Xwd;%=Ntss94afGrLXYL0E>=CUkb01zZT;rL@b4ALsD)UM5Ocb=HW!)YiMo1@cetpP4u}%{FX{ZOc%o&IzR|Nky zrqJF57eqfqA_Z6D6KO9*G<_x_XG9~q)|wCagC2Nb(%n4s2|x;P;wAnJ{s?_p+?FbikQWGKZLm z7B7q#xKBD|4xK47=j6g;k1Rr9uqxI%E-(+?WF)_#@p55!N`Vh(xPWw{ z21k7m4qw0ukF%sVH6Y#l@j@=|^-=mk61<`kRRd0^!zrMTiyl4E!?GtG&VJ^E(=mKv z1Q7J}I-DZ|{by(^DKX8el+N#PqlB+@`18mRoCGGC7DN6W$cUB=+=GMvzaT6w6_Cb9 zCQD2OEQA}AqV1`M=I7ucZT%0eF1GEG`hixLpqswb+9Y}8k3b6^k1*2YDJMU^f#G)t zrEF1p-4ohFK$smNarPu4cn_xV+`@a|6R~8TKjA|s;Ffy=t_7Kh9&Rz=HZ2rx6s$rS zz|o_2$GYL4p(FLczD)Zpzw_QjfxA864bJdC!ro9(N9r@WX$*7|!=3kV@bJqE{1n2$ zPzaw>f#1YGD}XToJ+cEVJLIsB4fmV^5WGA*L-RVQ63G@GtOmm z0)7xa5t^13F1R9@2+d4@{{&u_!AjJ6@wpbP02phon8(e<%7|JwKPf3nvABnyoW@6V zCs1$lqQUL;jzO(dCMtb_Fh27My2BzZHNZN7$6ZpSaLtQq9SAyJi%Xz3LmJ_rQ& zkQ-jwfsa&LcBhc!A#A4w$O#+~e+bKZu*|qlWk~mulGj-@;6@;;5^429Uw)1YNnRjP zmlj%dOQ}5mAdEqB+@c3bq&VrilncOUc(^JN^?CDSEfW>)kVr`bx`g25gs23K#E&6a zxOl}P8D1JyPRhUoCdrdnBoUXr=g?%tD!p3Zxs*FREr?oqT7aM4^P&>?#z(P_8T?3# z31v`rcIDzjhYn?Y&A77oe*mDX@DoO0r}`F@k*;J#$NXN$Ea_^ay(w@pJ3es4k1krG zjwIDA=Lhe!-=nakBU`c%#(a~UKe9HTurz$i-5)^^8EL{&x4tOufD#u1^}+QcUOQeq z80~)qHlSO0`le|A|4>R*`BR!usT11Do0eOfKi-^Z*tb-*KT&z$ z{*i>bf0-J1K&fIHXa^Uwd*43txtgF$cl6Tn zo3*zZKW<#ub+hSH<*&5=sJ&P6sUBfQ;D)WNDt36)U`&{|FU&0X7Jra1?O!$=fWbW9 zl=Ea3eM#5<@ioF=mNb0bvbJ8@MBDG3T-J7F?2t=_Yvb3?eROV~zvjQwcX#mb2N&PC za||xiO(oI6RmW6Bu23Qp3_3!NAD&x293ebKUF?Mzxbm-L-TifPaN zie*F314B`w*t%@k@xV|5eqH$DeYiWWj7`UTu6gF`uKMDm3yOvIh5Ce{aan6k^QJT& zzEZuceJ#VFRAbXhNGGu@r8%%L?{N%D>^D46V!qK>J$+2oEiPy$GAo4b%tl?=Z$Zbr2 zt^fM)N5hHQjwQ?MiPAkFjeE^0b9KCWehuE zT*8qK52;9bgfR1C&)^w_B@4&DfYX=ouU1{}#&9H^T~^+}PMB@c13;!R-N?&Vi|*ciPW&^ZyK4G_M3q03%8A zDOE~R&l(BR^cA6#{)@gM=&y+4uL%7kL$NeT?=KnZqPkQ%m#DBV8FoZ9+3e0GLsL|Z z@>+5EhjTwn8OtyK&D`H?jD9rtqo;bcP7zf-H!H}BZ|GXG_?x3-8Cn0lRZUiYV^)%u k=LQQ|{Y~>Zl5BkPrjnoxvB;9L>H($w>ES1kt(FG$zqDAO%K!iX literal 0 HcmV?d00001 diff --git a/scripts/apply-bond-hash.sh b/scripts/apply-bond-hash.sh new file mode 100755 index 0000000..eab0156 --- /dev/null +++ b/scripts/apply-bond-hash.sh @@ -0,0 +1,141 @@ +#!/bin/bash +############################################################################### +# apply-bond-hash.sh +# +# Adds bond-xmit-hash-policy layer3+4 to bond0 in /etc/network/interfaces, +# then reloads networking with ifreload -a. +# +# SSH survivability: this is safe IF your SSH session is on vmbr0/nic0 +# (management network), NOT on bond0/datanet (storage network). +# tsys7's topology confirms this: SSH comes in on vmbr0 (nic0). +# +# Safety: +# - Dry-run by default (--apply to commit) +# - Full backup of /etc/network/interfaces +# - Generates rollback script +# - Does NOT reboot — uses ifreload -a which is hot-reload +############################################################################### +set -euo pipefail + +HOST="$(hostname -s)" +TS_SHORT="$(date +%Y%m%d-%H%M%S)" +BACKUP_DIR="/root/perfopt-backup-${TS_SHORT}" +ROLLBACK="/root/perfopt-bond-rollback-${TS_SHORT}.sh" +ACTION="${1:-dryrun}" + +[ "$ACTION" = "--apply" ] && ACTION="apply" || ACTION="dryrun" + +mkdir -p "$BACKUP_DIR" + +echo "===================================================================" +echo " apply-bond-hash — $HOST" +echo " mode: $ACTION" +echo "===================================================================" + +if [ ! -r /etc/network/interfaces ]; then + echo "FATAL: /etc/network/interfaces not readable" + exit 1 +fi + +# Check if bond0 exists in the config +if ! grep -q 'bond0' /etc/network/interfaces; then + echo "No bond0 found in /etc/network/interfaces — nothing to do." + exit 0 +fi + +# Check if the hash policy is already set +if grep -q 'bond-xmit-hash-policy\|xmit_hash_policy' /etc/network/interfaces; then + echo "bond-xmit-hash-policy already present:" + grep 'bond-xmit-hash-policy\|xmit_hash_policy' /etc/network/interfaces + echo "Checking value..." + if grep -q 'layer3+4' /etc/network/interfaces; then + echo "Already set to layer3+4 — nothing to do." + exit 0 + fi +fi + +# Show current bond state +echo "" +echo "--- Current bond0 state ---" +cat /proc/net/bonding/bond0 2>/dev/null | head -15 || echo "(bond0 not up or not present)" + +# Back up +cp -a /etc/network/interfaces "$BACKUP_DIR/interfaces" + +# Generate rollback script +cat > "$ROLLBACK" <&1 || systemctl restart networking 2>&1 || true +echo "Done. bond0 hash policy reverted to original." +EOF +chmod +x "$ROLLBACK" + +echo "" +echo "--- Proposed change ---" +echo "Add line ' bond-xmit-hash-policy layer3+4' to the bond0 stanza." +echo "" + +if [ "$ACTION" != "apply" ]; then + echo "DRY RUN — no changes made." + echo "To commit: bash $0 --apply" + echo "Rollback script (pre-generated): $ROLLBACK" + exit 0 +fi + +# Apply: use sed to insert bond-xmit-hash-policy after bond-mode line +# The bond0 stanza looks like: +# auto bond0 +# iface bond0 inet manual +# bond-slaves nic1 nic2 +# bond-miimon 100 +# bond-mode 802.3ad +# +# We insert after the bond-mode line. +echo "Applying..." + +# Check if bond-mode line exists (various formats) +if grep -qE '^\s*bond-mode\s+802.3ad' /etc/network/interfaces; then + # Insert after bond-mode 802.3ad line + sed -i '/^\s*bond-mode\s+802\.3ad/a\\tbond-xmit-hash-policy layer3+4' /etc/network/interfaces + echo "Inserted bond-xmit-hash-policy layer3+4 after bond-mode line." +elif grep -qE '^\s*bond-mode\s+4' /etc/network/interfaces; then + sed -i '/^\s*bond-mode\s+4/a\\tbond-xmit-hash-policy layer3+4' /etc/network/interfaces + echo "Inserted bond-xmit-hash-policy layer3+4 after bond-mode 4 line." +else + echo "Could not find bond-mode line — inserting after bond-slaves line instead." + sed -i '/^\s*bond-slaves/a\\tbond-xmit-hash-policy layer3+4' /etc/network/interfaces +fi + +# Show the result +echo "" +echo "--- Updated bond0 stanza ---" +awk '/^auto bond0/,/^$/' /etc/network/interfaces + +echo "" +echo "--- Reloading networking (ifreload -a) ---" +echo "SSH should survive (it's on vmbr0/nic0, not bond0)..." +ifreload -a 2>&1 || { + echo "ifreload failed, trying systemctl restart networking..." + systemctl restart networking 2>&1 +} + +# Wait a moment for bond to renegotiate +echo "Waiting 5s for LACP to renegotiate..." +sleep 5 + +echo "" +echo "--- Post-change bond0 state ---" +cat /proc/net/bonding/bond0 2>/dev/null | head -20 + +echo "" +echo "===================================================================" +echo " DONE." +echo " Backup: $BACKUP_DIR/interfaces" +echo " Rollback: bash $ROLLBACK" +echo "===================================================================" diff --git a/scripts/apply-tunings.sh b/scripts/apply-tunings.sh new file mode 100755 index 0000000..f029f79 --- /dev/null +++ b/scripts/apply-tunings.sh @@ -0,0 +1,439 @@ +#!/bin/bash +############################################################################### +# apply-tunings.sh +# +# Applies the Tier 0 host-side tunings identified in FINDINGS.md: +# 1. Sets scaling_governor=performance on every CPU +# 2. Sets vm.swappiness appropriately (1 on storage hosts, 10 on VM hosts) +# 3. Enables tcp_bbr module + sets congestion control +# 4. Sets net.core.rmem_max/wmem_max + tcp_rmem/wmem for high-BDP NFS +# 5. Sets the recommended tuned-adm profile (network-throughput or virtual-host) +# 6. Adds nconnect=4 + noatime to NFS client mounts (edits /etc/pve/storage.cfg) +# 7. (does NOT touch bond0 xmit-hash — that requires ifreload/network +# restart which drops the host. Provided as a separate --emit-bond-patch +# flag that PRINTS the change but does not apply it.) +# +# Safety features: +# - Dry-run mode by default (--apply to commit) +# - Full backup of every modified file to /root/perfopt-backup-/ +# - Per-host behaviour: detects storage hosts by hostname and applies the +# right profile (tsys4, tsys5 = storage; others = VM hosts). +# - Generates a /root/perfopt-rollback.sh that undoes everything. +# - Does NOT reboot, does NOT restart networking, does NOT touch hardware. +# +# Usage: +# bash apply-tunings.sh # dry run, show what would change +# bash apply-tunings.sh --apply # commit changes +# bash apply-tunings.sh --rollback # restore from latest backup +# bash apply-tunings.sh --emit-bond-patch # show bond0 hash change (no apply) +############################################################################### +set -u +umask 022 + +HOST="$(hostname -s)" +TS="$(date -u +%Y-%m-%dT%H:%M:%SZ)" +TS_SHORT="$(date +%Y%m%d-%H%M%S)" +BACKUP_DIR="/root/perfopt-backup-${TS_SHORT}" +ROLLBACK_SCRIPT="/root/perfopt-rollback-${TS_SHORT}.sh" +ACTION="dryrun" +SKIP_NFS=0 + +while [ $# -gt 0 ]; do + case "$1" in + --apply) ACTION="apply" ;; + --rollback) ACTION="rollback" ;; + --emit-bond-patch) ACTION="bond-patch" ;; + --no-nfs) SKIP_NFS=1 ;; + -h|--help) sed -n '2,35p' "$0"; exit 0 ;; + *) echo "unknown arg: $1" >&2; exit 2 ;; + esac + shift +done + +# Detect host role from hostname +case "$HOST" in + pfv-tsys4|pfv-tsys5) + HOST_ROLE="storage" + TUNED_PROFILE="network-throughput" + SWAPPINESS="1" + ;; + pfv-tsys1|pfv-tsys3|pfv-tsys6|pfv-tsys7) + HOST_ROLE="vmhost" + TUNED_PROFILE="virtual-host" + SWAPPINESS="10" + ;; + *) + HOST_ROLE="unknown" + TUNED_PROFILE="virtual-host" + SWAPPINESS="10" + ;; +esac + +# --- rollback path --------------------------------------------------------- +if [ "$ACTION" = "rollback" ]; then + echo "Looking for latest backup under /root/perfopt-backup-* ..." + latest="" + while IFS= read -r d; do + latest="$d" + done < <(find /root -maxdepth 1 -type d -name 'perfopt-backup-*' 2>/dev/null | sort | tail -n1) + if [ -z "$latest" ]; then + echo "No backup found under /root/perfopt-backup-*" >&2 + exit 1 + fi + rb="$latest/perfopt-rollback.sh" + if [ ! -x "$rb" ] && [ ! -r "$rb" ]; then + echo "Rollback script missing in $latest" >&2 + exit 1 + fi + echo "Rolling back using: $rb" + bash "$rb" + exit $? +fi + +# --- bond patch print-only path ------------------------------------------- +if [ "$ACTION" = "bond-patch" ]; then + echo "===================================================================" + echo " Proposed bond0 xmit_hash_policy change" + echo "===================================================================" + echo + if [ ! -r /etc/network/interfaces ]; then + echo "/etc/network/interfaces not readable" + exit 1 + fi + if ! grep -q 'bond-mode 802.3ad\|bond-mode 4\|bond-slaves' /etc/network/interfaces; then + echo "No bond0 detected on this host — nothing to patch." + exit 0 + fi + cat < "$ROLLBACK_SCRIPT" <> "$ROLLBACK_SCRIPT" <> "$ROLLBACK_SCRIPT" </dev/null && echo "restored $key=$orig_val" +EOF +} + +# Helper: append a tuned-adm restore +rb_tuned_restore() { + local profile="$1" + cat >> "$ROLLBACK_SCRIPT" </dev/null && echo "restored tuned profile: $profile" +EOF +} + +echo "===================================================================" +echo " perfopt apply-tunings — $HOST" +echo " mode: $ACTION" +echo " role: $HOST_ROLE (tuned=$TUNED_PROFILE, swappiness=$SWAPPINESS)" +echo " backup: $BACKUP_DIR" +echo " rollback: $ROLLBACK_SCRIPT" +echo "===================================================================" +echo + +# =========================================================================== +# 1. scaling_governor → performance +# =========================================================================== +echo "--- 1. CPU scaling_governor → performance" +if [ -r /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ]; then + cur=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor) + echo " current: $cur" + if [ "$ACTION" = "apply" ]; then + if [ "$cur" != "performance" ]; then + for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do + echo performance > "$c" 2>/dev/null || true + done + # Persist via systemd tmpfiles / sysctl fallback + cat > /etc/systemd/system/perfopt-cpu-performance.service < "\$c" 2>/dev/null || true; done' +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target +EOF + systemctl daemon-reload + systemctl enable perfopt-cpu-performance.service 2>/dev/null + systemctl start perfopt-cpu-performance.service 2>/dev/null + echo " applied + persisted via systemd unit" + # Rollback + cat >> "$ROLLBACK_SCRIPT" < "\$c" 2>/dev/null || true; done +systemctl disable --now perfopt-cpu-performance.service 2>/dev/null || true +rm -f /etc/systemd/system/perfopt-cpu-performance.service +systemctl daemon-reload +echo "restored scaling_governor=$cur (best-effort; original may have been dynamic)" +EOF + else + echo " already performance — no change" + fi + fi +else + echo " cpufreq driver not loaded — nothing to do (typical on BIOS-locked servers)" +fi + +# =========================================================================== +# 2. vm.swappiness +# =========================================================================== +echo "--- 2. vm.swappiness → $SWAPPINESS (role=$HOST_ROLE)" +cur_swappiness=$(sysctl -n vm.swappiness 2>/dev/null || echo "?") +echo " current: $cur_swappiness" +if [ "$ACTION" = "apply" ] && [ "$cur_swappiness" != "$SWAPPINESS" ]; then + # Persist via sysctl.d + backup_file /etc/sysctl.d/99-perfopt.conf + cat > /etc/sysctl.d/99-perfopt.conf </dev/null + echo " applied (persisted to /etc/sysctl.d/99-perfopt.conf)" + rb_restore /etc/sysctl.d/99-perfopt.conf + cat >> "$ROLLBACK_SCRIPT" </dev/null +echo "restored vm.swappiness=$cur_swappiness" +EOF +else + echo " no change" +fi + +# =========================================================================== +# 3. TCP BBR + buffers (single sysctl.d file) +# =========================================================================== +echo "--- 3. TCP BBR + socket buffers" +cur_cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null || echo "?") +cur_avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null || echo "?") +echo " current: $cur_cc (available: $cur_avail)" + +# Decide sysctl values (these are the consensus values for a 1-10 GbE NFS host) +TARGET_RMEM_MAX=134217728 # 128 MB +TARGET_WMEM_MAX=134217728 +TARGET_RMEM_DEFAULT=26214400 # 25 MB +TARGET_WMEM_DEFAULT=26214400 +TARGET_TCP_RMEM="4096 87380 $TARGET_RMEM_MAX" +TARGET_TCP_WMEM="4096 65536 $TARGET_RMEM_MAX" +TARGET_NETDEV_MAX_BACKLOG=250000 +TARGET_SOMAXCONN=65535 + +if [ "$ACTION" = "apply" ]; then + # Ensure tcp_bbr module loads at boot + if ! grep -q '^tcp_bbr' /etc/modules-load.d/modules.conf 2>/dev/null; then + backup_file /etc/modules-load.d/modules.conf + mkdir -p /etc/modules-load.d + cat >> /etc/modules-load.d/modules.conf </dev/null || true + rb_restore /etc/modules-load.d/modules.conf + fi + + backup_file /etc/sysctl.d/99-perfopt.conf + cat > /etc/sysctl.d/99-perfopt.conf </dev/null 2>&1 + echo " applied (written to /etc/sysctl.d/99-perfopt.conf + sysctl --system)" + # Rebuild rollback for sysctl + cat >> "$ROLLBACK_SCRIPT" <> "$ROLLBACK_SCRIPT" </dev/null 2>&1 || true +EOF +fi + +# =========================================================================== +# 4. tuned-adm profile +# =========================================================================== +echo "--- 4. tuned-adm profile → $TUNED_PROFILE" +if command -v tuned-adm >/dev/null 2>&1; then + cur_profile=$(tuned-adm active 2>/dev/null | awk -F: '/Current active profile/{gsub(/^[ \t]+/,"",$2); print $2}') + echo " current: $cur_profile" + if [ "$ACTION" = "apply" ] && [ "$cur_profile" != "$TUNED_PROFILE" ]; then + tuned-adm profile "$TUNED_PROFILE" 2>&1 | sed 's/^/ /' + rb_tuned_restore "$cur_profile" + else + echo " no change" + fi +else + echo " tuned-adm not installed — skipping" +fi + +# =========================================================================== +# 5. NFS mount option hardening +# Edit /etc/pve/storage.cfg to add nconnect=4 + noatime to NFS plugins. +# Proxmox applies these on next mount/remount. +# Skipped with --no-nfs (for NFS servers where we don't want to remount). +# =========================================================================== +echo "--- 5. NFS mount options: add nconnect=4, noatime" +if [ "$SKIP_NFS" -eq 1 ]; then + echo " SKIPPED (--no-nfs specified)" + echo " Note: storage.cfg is cluster-wide; if edited on another host," + echo " the options are already staged here and activate on next reboot." +else +if [ -r /etc/pve/storage.cfg ]; then + backup_file /etc/pve/storage.cfg + if grep -q '^nfs:' /etc/pve/storage.cfg; then + # Count how many nfs: stanzas lack the options + while IFS= read -r line; do + if echo "$line" | grep -q '^nfs:'; then + cur_stanza=$(echo "$line" | awk '{print $2}') + # Look ahead for the next few lines to see if options already set + echo " nfs stanza: $cur_stanza" + fi + done < /etc/pve/storage.cfg + + # Check whether any nfs stanza already has options + if grep -A1 '^nfs:' /etc/pve/storage.cfg | grep -q 'options.*nconnect=4'; then + echo " some stanzas already have nconnect=4 — check manually" + else + echo " proposed change: add 'options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2' to each nfs stanza" + if [ "$ACTION" = "apply" ]; then + # Apply via perl for safety (in-place edit with backup) + if cp -a /etc/pve/storage.cfg "$BACKUP_DIR/etc__pve__storage.cfg"; then + # Use a python helper for robust PVE storage.cfg editing + python3 - </dev/null && echo " remounted $mp" || echo " FAILED to remount $mp (will pick up on next mount)" + done < <(awk '$3 ~ /^nfs/{print $2}' /proc/mounts 2>/dev/null | sort -u) + rb_restore /etc/pve/storage.cfg + cat >> "$ROLLBACK_SCRIPT" </dev/null +done < <(awk '\$3 ~ /^nfs/{print \$2}' /proc/mounts 2>/dev/null | sort -u) +echo "restored NFS mount options" +EOF + else + echo " ERROR: could not back up storage.cfg — aborting NFS patch" + fi + fi + fi + else + echo " no NFS stanzas in storage.cfg — skipping" + fi +else + echo " /etc/pve/storage.cfg not readable — skipping" +fi +fi + +# =========================================================================== +# 6. Summary +# =========================================================================== +echo +echo "===================================================================" +if [ "$ACTION" = "apply" ]; then + echo " DONE. Backups in: $BACKUP_DIR" + echo " Rollback: bash $ROLLBACK_SCRIPT" + echo + echo " Next steps:" + echo " - Verify with 'sysctl net.ipv4.tcp_congestion_control vm.swappiness'" + echo " - Verify NFS mounts with 'nfsstat -m' (look for nconnect=4)" + echo " - Run 'bash apply-tunings.sh --emit-bond-patch' for the bond0" + echo " xmit_hash_policy change (requires network restart, do in" + echo " maintenance window)" +else + echo " DRY RUN — no changes made." + echo " To commit: bash apply-tunings.sh --apply" +fi +echo "===================================================================" diff --git a/scripts/check.sh b/scripts/check.sh new file mode 100755 index 0000000..c45e3df --- /dev/null +++ b/scripts/check.sh @@ -0,0 +1,1138 @@ +#!/bin/bash +############################################################################### +# check.sh +# +# READ-ONLY, comprehensive Proxmox host assessment. +# - Installs NOTHING. Modifies NOTHING. Writes only its own log. +# - Detects what is/is isn't installed so the next step can be informed. +# - Runtime ~30-60 seconds on a busy node. +# +# Output: /root/.log +# +# Usage (as root): +# bash check.sh +############################################################################### +set -u +umask 077 + +HOST="$(hostname -s)" +OUT="/root/${HOST}.log" +: > "$OUT" +TS="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" +START_EPOCH="$(date +%s)" + +# =========================================================================== +# Helpers (pattern from project memory) +# =========================================================================== +blank(){ printf '\n' >> "$OUT"; } + +hdr() { + { + printf '\n' + printf '###############################################################################\n' + printf '# %s\n' "$1" + printf '###############################################################################\n' + } >> "$OUT" +} + +# cmd LABEL CMD [ARGS...] - simple commands only (no pipes/loops/&&) +cmd() { + local label="$1"; shift + { + printf '\n--- %s\n' "$label" + printf ' $ %s\n' "$*" + } >> "$OUT" + "$@" >> "$OUT" 2>&1 || printf ' [exit=%s / not installed or not permitted]\n' "$?" >> "$OUT" +} + +# cmdsh LABEL <<'EOF' ... EOF - arbitrary shell snippet (pipes, loops OK). +# Heredoc body MUST use quoted 'EOF' so $vars pass through to eval literally; +# export any outer-scope vars the body needs before the call. +# shellcheck disable=SC2310 +cmdsh() { + local label="$1" snippet + snippet=$(cat) + { + printf '\n--- %s\n' "$label" + printf ' $ %s\n' "$snippet" + } >> "$OUT" + eval "$snippet" >> "$OUT" 2>&1 || printf ' [exit=%s]\n' "$?" >> "$OUT" +} + +# filecat LABEL PATH [PATH...] - dump file contents (cap 300 lines each) +filecat() { + local label="$1"; shift + printf '\n--- %s\n' "$label" >> "$OUT" + local f + for f in "$@"; do + if [ -r "$f" ]; then + printf ' --- %s ---\n' "$f" >> "$OUT" + sed -n '1,300p' "$f" >> "$OUT" + else + printf ' [missing: %s]\n' "$f" >> "$OUT" + fi + done +} + +# dirlist LABEL PATH - list directory contents (existence + sizes) +dirlist() { + local label="$1" d="$2" + printf '\n--- %s\n' "$label" >> "$OUT" + if [ -d "$d" ]; then + ls -la "$d" >> "$OUT" 2>&1 + else + printf ' [missing: %s]\n' "$d" >> "$OUT" + fi +} + +# =========================================================================== +# Header +# =========================================================================== +{ + printf '###############################################################################\n' + printf '# Proxmox VE host performance assessment (READ-ONLY)\n' + printf '# Host: %s (%s)\n' "$HOST" "$(hostname -f 2>/dev/null)" + printf '# FQDN: %s\n' "$(hostname -f 2>/dev/null)" + printf '# All IPs: %s\n' "$(hostname -I 2>/dev/null)" + printf '# Collected: %s (UTC)\n' "$TS" + printf '# Kernel: %s\n' "$(uname -r)" + printf '# Machine: %s %s\n' "$(uname -m)" "$(uname -o)" + printf '# Caller: %s (uid=%s)\n' "$(whoami)" "$(id -u)" + printf '# Script: check.sh - strictly READ-ONLY\n' + printf '###############################################################################\n' +} >> "$OUT" + +# =========================================================================== +# 1. TOOL AVAILABILITY MATRIX +# (most important section: tells us what is/isn't installed) +# =========================================================================== +hdr "1. TOOL AVAILABILITY MATRIX" + +cmdsh "command presence + path + version" <<'EOF' +# 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 +EOF + +cmdsh "Debian packages relevant to perf/storage/net" <<'EOF' +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 +EOF + +cmdsh "kernel modules available (relevant to perf)" <<'EOF' +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 +EOF + +cmdsh "currently loaded modules (filtered)" <<'EOF' +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}' +EOF + +# =========================================================================== +# 2. OS / DISTRO / UPTIME +# =========================================================================== +hdr "2. OS / DISTRO / UPTIME" +filecat "os-release" /etc/os-release +cmd "debian version" cat /etc/debian_version +cmd "uptime" uptime +cmd "uptime raw (since boot)" cat /proc/uptime +cmd "last reboot" last -x reboot 2>/dev/null | head -n 5 +cmd "last logins" last 2>/dev/null | head -n 10 +cmd "uname" uname -a +cmd "/proc/cmdline (boot args)" cat /proc/cmdline + +# =========================================================================== +# 3. HARDWARE INVENTORY +# =========================================================================== +hdr "3. HARDWARE INVENTORY" +cmd "dmidecode -t system" dmidecode -t system +cmd "dmidecode -t baseboard" dmidecode -t baseboard +cmd "dmidecode -t bios" dmidecode -t bios +cmd "dmidecode -t chassis" dmidecode -t chassis +cmd "dmidecode -t processor" dmidecode -t processor +cmd "dmidecode -t memory" dmidecode -t memory +cmd "dmidecode -t cache" dmidecode -t cache +cmd "dmidecode -t connector" dmidecode -t connector +cmd "dmidecode -t slot" dmidecode -t slot +cmd "lscpu" lscpu +cmd "lscpu cache" lscpu -C +cmd "numactl --hardware" numactl --hardware +cmd "numactl --show" numactl --show +cmd "lspci -nnvv (verbose)" lspci -nnvv +cmd "lspci -tv (tree)" lspci -tv +cmd "lspci numa nodes" cat /sys/bus/pci/devices/*/numa_node 2>/dev/null | sort | uniq -c +cmd "lsusb" lsusb +cmd "lshw -short" lshw -short 2>/dev/null +dirlist "PCIe AER errors" /sys/bus/pci/devices/*/aer_dev_correctable +cmdsh "PCIe AER summary (errors matter for NIC/NVMe stability)" <<'EOF' +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" +EOF + +# =========================================================================== +# 4. CPU POWER / IDLE / MICROCODE +# =========================================================================== +hdr "4. CPU POWER / FREQUENCY / IDLE STATES" + +cmdsh "scaling_governor per cpu (counts)" <<'EOF' +for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do + [ -e "$c" ] || continue + cat "$c" +done | sort | uniq -c +EOF + +cmdsh "scaling_driver / available governors / freq limits" <<'EOF' +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 +EOF + +cmdsh "EPP / EPB / intel_pstate" <<'EOF' +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 +EOF + +cmd "cpupower frequency-info" cpupower frequency-info 2>/dev/null +cmd "turbostat snapshot" timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1 2>/dev/null +cmd "x86_energy_perf_policy -r" x86_energy_perf_policy -r 2>/dev/null + +cmdsh "C-states (idle) enabled per cpu0" <<'EOF' +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 +EOF + +cmd "THP enabled" cat /sys/kernel/mm/transparent_hugepage/enabled +cmd "THP defrag" cat /sys/kernel/mm/transparent_hugepage/defrag +cmd "THP khugepaged pages_to_scan" cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan +cmd "THP khugepaged defrag" cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag +cmd "microcode" dmesg 2>/dev/null | grep -i microcode | tail -n 5 +cmd "cpu MHz (live snapshot)" grep -c '^processor' /proc/cpuinfo; head -n 30 /proc/cpuinfo + +# =========================================================================== +# 5. MEMORY / NUMA / SWAP +# =========================================================================== +hdr "5. MEMORY / NUMA / SWAP" +cmd "free -h" free -h +cmd "free -b" free -b +cmd "swapon" swapon --show +cmd "/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 +cmd "numa stat" cat /proc/sys/vm/numa_stat 2>/dev/null +cmd "numa_balancing" cat /proc/sys/kernel/numa_balancing 2>/dev/null +cmd "zone reclaim" cat /proc/sys/vm/zone_reclaim_mode 2>/dev/null +cmd "slab top (top 20)" slabtop -o -s c 2>/dev/null | head -n 25 +cmd "kswapd stats" grep -E 'kswapd|pgmigrate|pgmigrate_failed|compact_' /proc/vmstat 2>/dev/null | head -n 30 + +# =========================================================================== +# 6. KERNEL TUNABLES +# =========================================================================== +hdr "6. KERNEL TUNABLES / SYSCTL" + +cmdsh "vm.* tunables" <<'EOF' +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)' +EOF + +cmdsh "fs.* tunables" <<'EOF' +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)' +EOF + +cmdsh "kernel.* perf-relevant" <<'EOF' +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)' +EOF + +# =========================================================================== +# 7. NETWORK SYSCTL / TCP +# =========================================================================== +hdr "7. NETWORK SYSCTL / TCP" +cmdsh "net.core.* tunables" <<'EOF' +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)' +EOF + +cmdsh "net.ipv4.tcp.* tunables" <<'EOF' +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)' +EOF + +cmdsh "other net.* sysctls" <<'EOF' +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)' +EOF + +dirlist "sysctl.d" /etc/sysctl.d +filecat "/etc/sysctl.conf" /etc/sysctl.conf +cmdsh "non-default sysctl values (sorted, filtered)" <<'EOF' +# 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 +EOF + +# =========================================================================== +# 8. tuned / irqbalance / udev +# =========================================================================== +hdr "8. tuned / irqbalance / udev" +cmd "tuned-adm active" tuned-adm active 2>/dev/null +cmd "tuned-adm list" tuned-adm list 2>/dev/null +cmd "systemctl is-active tuned" systemctl is-active tuned 2>/dev/null +cmd "irqbalance status" systemctl is-active irqbalance 2>/dev/null +filecat "irqbalance config" /etc/default/irqbalance /etc/irqbalance.conf +dirlist "modprobe.d" /etc/modprobe.d +dirlist "udev rules.d" /etc/udev/rules.d +filecat "modprobe.d files" /etc/modprobe.d/*.conf +cmdsh "module params: kvm_intel" <<'EOF' +for p in /sys/module/kvm_intel/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done +EOF +cmdsh "module params: kvm_amd" <<'EOF' +for p in /sys/module/kvm_amd/parameters/*; do + [ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)" +done +EOF +cmdsh "module params: relevant net drivers" <<'EOF' +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 +EOF + +# =========================================================================== +# 9. PROXMOX / CLUSTER +# =========================================================================== +hdr "9. PROXMOX VERSION & CLUSTER" +cmd "pveversion" pveversion +cmd "pveversion -v" pveversion -v +cmd "pvecm status" pvecm status +cmd "pvecm nodes" pvecm nodes +cmd "pvecm expected" pvecm expected 2>/dev/null +cmd "pveperf" timeout 15 pveperf 2>/dev/null +filecat "corosync.conf" /etc/pve/corosync.conf +filecat "datacenter.cfg" /etc/pve/datacenter.cfg +filecat "storage.cfg" /etc/pve/storage.cfg +filecat "user.cfg" /etc/pve/user.cfg 2>/dev/null +filecat "domains.cfg" /etc/pve/domains.cfg 2>/dev/null +cmdsh "cluster resources (compact)" <<'EOF' +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 +EOF + +# =========================================================================== +# 10. NETWORK: INTERFACES +# =========================================================================== +hdr "10. NETWORK: INTERFACES" +cmd "ip -d link" ip -d link +cmd "ip -o link" ip -o link +cmd "ip -o -4 addr" ip -o -4 addr +cmd "ip -o -6 addr (link-local filter)" ip -o -6 addr 2>/dev/null | grep -v 'scope link' +cmd "ip addr" ip addr +cmd "ip route" ip route +cmd "ip rule" ip rule +cmd "ip -s -s link (counters/errors)" ip -s -s link +cmd "ip neigh" ip neigh +cmd "/proc/net/dev (counters)" cat /proc/net/dev +cmd "ip -6 route (brief)" ip -6 route 2>/dev/null | head -n 20 + +# Build NETIFS list once, export for use in heredoc snippets +NETIFS="" +for _n in /sys/class/net/*; do + _n="$(basename "$_n")" + case "$_n" in + lo|sit0|ip6tnl0|gre0|gretap0|erspan0|bonding_masters|tailscale0|wg0|tunl0) continue ;; + esac + NETIFS="${NETIFS:+$NETIFS }$_n" +done +export NETIFS + +cmdsh "sysfs interface attributes" <<'EOF' +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 +EOF + +# Per-interface deep ethtool dump +cmdsh "ethtool per-interface deep dump" <<'EOF' +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 +EOF + +# =========================================================================== +# 11. NETWORK: BRIDGES / BONDS / VLANS +# =========================================================================== +hdr "11. NETWORK: BRIDGES / BONDS / VLANS" +cmd "bridge link" bridge link 2>/dev/null +cmd "bridge -d link" bridge -d link 2>/dev/null +cmd "bridge vlan" bridge vlan 2>/dev/null +cmd "bridge vlan show" bridge vlan show 2>/dev/null +cmd "brctl show" brctl show 2>/dev/null +filecat "bonding state" /proc/net/bonding/bond* +cmd "vlan config" cat /proc/net/vlan/config 2>/dev/null +dirlist "/proc/net/vlan" /proc/net/vlan +filecat "/etc/network/interfaces" /etc/network/interfaces +cmdsh "interfaces.d (per file)" <<'EOF' +for f in /etc/network/interfaces.d/*; do + [ -r "$f" ] || continue + echo "--- $f ---" + cat "$f" +done +EOF + +# =========================================================================== +# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET +# =========================================================================== +hdr "12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET" +cmd "/proc/interrupts" cat /proc/interrupts + +cmdsh "NIC IRQ affinities (which CPUs handle which queue)" <<'EOF' +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 +EOF + +cmdsh "RPS masks (non-zero only)" <<'EOF' +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 +EOF + +cmdsh "XPS masks (non-zero only)" <<'EOF' +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 +EOF + +cmdsh "RFS flow counts" <<'EOF' +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 +EOF + +cmd "/proc/net/softnet_stat (drops/backlog)" cat /proc/net/softnet_stat +cmdsh "softnet_stat decoded" <<'EOF' +# 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 +EOF + +cmdsh "netstat drop counters (significant ones)" <<'EOF' +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 +EOF + +# =========================================================================== +# 13. NETWORK: SOCKET / TCP STATE +# =========================================================================== +hdr "13. NETWORK: SOCKET / TCP STATE" +cmd "ss -s" ss -s +cmd "ss -t -m (top TCP with skmem/cwnd/rto)" ss -tno state established '( dport != :22 and sport != :22 )' -m 2>/dev/null | head -n 40 +cmd "ss -ti (TCP internals)" ss -ti 2>/dev/null | head -n 80 +cmd "/proc/net/snmp (TCP summary)" grep -A1 '^Tcp:' /proc/net/snmp 2>/dev/null +cmd "TCP retrans stats" grep -A1 '^Tcp:' /proc/net/snmp 2>/dev/null | tail -n 1 | awk '{print "RetransSegs="$13}' +cmd "nstat TCP summary" nstat -az Tcp_RetransSegs Tcp_InErrs Tcp_OutRsts Tcp_ActiveOpens Tcp_PassiveOpens 2>/dev/null + +# =========================================================================== +# 14. STORAGE: BLOCK DEVICES +# =========================================================================== +hdr "14. STORAGE: BLOCK DEVICES" +cmd "lsblk (key cols)" lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE,MODEL,SERIAL,STATE,ROTA,DISC-GRAN,DISC-MAX +cmd "lsblk -t" lsblk -t +cmd "lsblk -O (everything, capped)" lsblk -O | head -n 200 +cmd "blkid" blkid 2>/dev/null +cmd "/proc/partitions" cat /proc/partitions +cmd "fdisk -l" fdisk -l 2>/dev/null +cmd "parted -l" parted -l 2>/dev/null + +cmdsh "block device queue settings (per device)" <<'EOF' +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 +EOF + +cmd "df -h (filesystem usage)" df -h +cmd "df -i (inode usage)" df -i + +# =========================================================================== +# 15. STORAGE: MOUNTS & FILESYSTEMS +# =========================================================================== +hdr "15. STORAGE: MOUNTS & FILESYSTEMS" +cmd "mount (filtered)" mount | grep -vE 'proc|sysfs|cgroup|tmpfs|devpts|mqueue|pstore|bpf|tracefs|debugfs|configfs|fusectl|securityfs|hugetlbfs|autofs|systemd|mtd|rpc_pipefs|binfmt' +cmd "findmnt (tree)" findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs 2>/dev/null +filecat "/etc/fstab" /etc/fstab +cmdsh "ext4 reserved block % (per fs)" <<'EOF' +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 +EOF +cmdsh "xfs info (per fs)" <<'EOF' +for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do + echo "=== $mp ===" + xfs_info "$mp" 2>/dev/null +done +EOF + +# =========================================================================== +# 16. STORAGE: NFS (client + server) - critical for this cluster +# =========================================================================== +hdr "16. STORAGE: NFS (CLIENT + SERVER)" +cmd "nfsstat -m (mount options)" nfsstat -m 2>/dev/null +cmd "nfsstat -c (client stats)" nfsstat -c 2>/dev/null +cmd "nfsstat -s (server stats)" nfsstat -s 2>/dev/null +cmd "nfsstat -234 (version stats)" nfsstat -234 2>/dev/null +cmd "showmount -e (exports)" showmount -e 2>/dev/null +cmd "/proc/net/rpc/nfs" cat /proc/net/rpc/nfs 2>/dev/null | head -n 60 +cmd "/proc/net/rpc/nfsd" cat /proc/net/rpc/nfsd 2>/dev/null | head -n 60 +filecat "exports" /etc/exports /etc/exports.d/*.exports +filecat "nfs.conf" /etc/nfs.conf /etc/nfs.conf.d/*.conf +filecat "nfs defaults" /etc/default/nfs-kernel-server /etc/default/nfs-common +filecat "idmapd.conf" /etc/idmapd.conf + +cmd "pvesm status" pvesm status +cmdsh "pvesm list per storage" <<'EOF' +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 +EOF + +# =========================================================================== +# 17. STORAGE: LVM +# =========================================================================== +hdr "17. STORAGE: LVM" +cmd "pvs" pvs -v +cmd "vgs" vgs -v +cmd "lvs" lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b +cmd "pvdisplay" pvdisplay +cmd "vgdisplay" vgdisplay +cmd "lvdisplay" lvdisplay +filecat "lvm/lvm.conf (filters only)" /etc/lvm/lvm.conf +cmdsh "lvm.conf active filter" <<'EOF' +grep -E '^\s*(filter|global_filter|use_devicesfile|obtain_device_list_from_udev)' /etc/lvm/lvm.conf 2>/dev/null +EOF + +# =========================================================================== +# 18. STORAGE: MULTIPATH +# =========================================================================== +hdr "18. STORAGE: MULTIPATH" +cmd "multipath -ll" multipath -ll +cmd "multipath -v3 -ll (verbose, capped)" multipath -v3 -ll 2>/dev/null | head -n 100 +filecat "multipath.conf" /etc/multipath.conf +cmd "systemctl is-active multipathd" systemctl is-active multipathd 2>/dev/null + +# =========================================================================== +# 19. STORAGE: ZFS +# =========================================================================== +hdr "19. STORAGE: ZFS" +if command -v zpool >/dev/null 2>&1; then + cmd "zfs version (userland)" zfs version 2>/dev/null + cmd "zpool version" zpool version 2>/dev/null + cmd "zpool list -v" zpool list -v + cmd "zpool status -v" zpool status -v + cmdsh "zpool key properties" <<'EOF' +zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly +EOF + cmdsh "zfs per-dataset key properties" <<'EOF' +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 +EOF + cmd "ARC stats" cat /proc/spl/kstat/zfs/arcstats + cmd "dmu_tx" cat /proc/spl/kstat/zfs/dmu_tx 2>/dev/null + cmd "zfetchstats" cat /proc/spl/kstat/zfs/zfetchstats 2>/dev/null + cmd "vdev_cache_stats" cat /proc/spl/kstat/zfs/vdev_cache_stats 2>/dev/null + cmd "abdstats" cat /proc/spl/kstat/zfs/abdstats 2>/dev/null + cmdsh "ZFS module parameters (perf-relevant)" <<'EOF' +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 +EOF + cmd "zpool iostat snapshot" zpool iostat 1 1 2>/dev/null + cmd "arc_summary (if present)" arc_summary 2>/dev/null | head -n 80 + cmd "zpool events -v (recent)" zpool events -v 2>/dev/null | tail -n 50 + cmdsh "zpool history (last 30 events)" <<'EOF' +zpool history -il 2>/dev/null | tail -n 30 +EOF +else + printf '\nZFS not present on this host.\n' >> "$OUT" +fi + +# =========================================================================== +# 20. STORAGE: DRIVE HEALTH (SMART / NVMe) +# =========================================================================== +hdr "20. STORAGE: DRIVE HEALTH" +cmd "nvme list" nvme list 2>/dev/null +cmdsh "nvme smart-log per device" <<'EOF' +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 +EOF +cmdsh "nvme id-ctrl per device (key fields)" <<'EOF' +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 +EOF +if command -v smartctl >/dev/null 2>&1; then + cmdsh "smartctl -a per disk" <<'EOF' +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 +EOF +fi + +# =========================================================================== +# 21. STORAGE: HBA / RAID CONTROLLERS +# =========================================================================== +hdr "21. STORAGE: HBA / RAID CONTROLLERS" +for cli in storcli64 storcli MegaCli64 MegaCli perccli; do + if command -v "$cli" >/dev/null 2>&1; then + printf '\n--- %s found ---\n' "$cli" >> "$OUT" + case "$cli" in + storcli*|perccli) + cmd "$cli /call show all" "$cli" /call show all + cmd "$cli /call/vall show all" "$cli" /call/vall show all 2>/dev/null + ;; + MegaCli*) + cmd "MegaCli adapter info" "$cli" -AdpAllInfo -aALL + cmd "MegaCli physical drives" "$cli" -PDList -aALL + cmd "MegaCli logical drives" "$cli" -LDInfo -Lall -aALL + cmd "MegaCli BBUs" "$cli" -AdpBbuCmd -aALL + ;; + esac + break + fi +done +for cli in sas2ircu sas3ircu; do + if command -v "$cli" >/dev/null 2>&1; then + cmd "$cli list" "$cli" list + cmd "$cli 0 display" "$cli" 0 display 2>/dev/null + fi +done +command -v arcconf >/dev/null 2>&1 && cmd "arcconf list" arcconf list +command -v ssacli >/dev/null 2>&1 && cmd "ssacli ctrl all show config" ssacli ctrl all show config +command -v hpssacli >/dev/null 2>&1 && cmd "hpssacli ctrl all show config" hpssacli ctrl all show config + +# =========================================================================== +# 22. VIRTUAL MACHINES (qm) +# =========================================================================== +hdr "22. VIRTUAL MACHINES (qm)" +cmd "qm list" qm list +cmdsh "qm config per VM" <<'EOF' +for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- VM $vmid ---" + qm config "$vmid" 2>&1 + echo "" +done +EOF +cmdsh "VM runtime status (qm guest agent if running)" <<'EOF' +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 +EOF +dirlist "/etc/pve/qemu-server" /etc/pve/qemu-server +dirlist "/etc/pve/firewall" /etc/pve/firewall + +# =========================================================================== +# 23. CONTAINERS (pct) +# =========================================================================== +hdr "23. CONTAINERS (pct)" +cmd "pct list" pct list +cmdsh "pct config per CT" <<'EOF' +for ctid in $(pct list 2>/dev/null | awk 'NR>1{print $1}'); do + echo "--- CT $ctid ---" + pct config "$ctid" 2>&1 + echo "" +done +EOF + +# =========================================================================== +# 24. SERVICES / FAILED UNITS +# =========================================================================== +hdr "24. SERVICES / FAILED UNITS" +cmd "running services" systemctl list-units --type=service --state=running --no-pager +cmd "failed services" systemctl --failed --no-pager +cmd "enabled services" systemctl list-unit-files --state=enabled --no-pager | head -n 80 +cmdsh "pve-* service status" <<'EOF' +systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120 +EOF +cmdsh "storage-related service status" <<'EOF' +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 +EOF + +# =========================================================================== +# 25. TIMERS / CRON (could cause load spikes during work hours) +# =========================================================================== +hdr "25. TIMERS / CRON" +cmd "systemctl list-timers" systemctl list-timers --all --no-pager | head -n 40 +dirlist "/etc/cron.d" /etc/cron.d +dirlist "/etc/cron.daily" /etc/cron.daily +dirlist "/etc/cron.hourly" /etc/cron.hourly +dirlist "/etc/cron.weekly" /etc/cron.weekly +filecat "crontabs" /etc/crontab +cmdsh "root crontab" <<'EOF' +crontab -l 2>/dev/null || echo " [no root crontab]" +EOF + +# =========================================================================== +# 26. LIVE PERFORMANCE SNAPSHOT +# =========================================================================== +hdr "26. LIVE PERFORMANCE SNAPSHOT" +cmd "/proc/loadavg" cat /proc/loadavg +cmd "vmstat 1 3" vmstat 1 3 +cmd "mpstat 1 3 (per-cpu)" mpstat 1 3 2>/dev/null +cmd "iostat -xz 1 3" iostat -xz 1 3 2>/dev/null +cmd "sar -dp 1 2" sar -dp 1 2 2>/dev/null +cmd "sar -n DEV 1 2" sar -n DEV 1 2 2>/dev/null +cmd "sar -n NFS,NFSD 1 2" sar -n NFS,NFSD 1 2 2>/dev/null +cmd "sar -n SOCK 1 1" sar -n SOCK 1 1 2>/dev/null +cmd "sar -n TCP,ETCP 1 2" sar -n TCP,ETCP 1 2 2>/dev/null +cmd "pidstat -d 1 2 (top disk)" pidstat -d 1 2 2>/dev/null | head -n 40 +cmd "pidstat -u 1 2 (top cpu)" pidstat -u 1 2 2>/dev/null | head -n 40 +cmd "top (single snapshot, top 30)" top -b -n 1 | head -n 35 +cmd "zpool iostat 1 2" zpool iostat 1 2 2>/dev/null +cmd "arcstat 1 2" arcstat 1 2 2>/dev/null + +# /proc/net/dev snapshot twice for delta +cmdsh "/proc/net/dev delta (1s)" <<'EOF' +awk '{print $1}' /proc/net/dev +echo "--- t0 ---" +cat /proc/net/dev +sleep 1 +echo "--- t1 (1s later) ---" +cat /proc/net/dev +EOF + +# =========================================================================== +# 27. DNS / NTP / TIME +# =========================================================================== +hdr "27. DNS / NTP / TIME" +filecat "/etc/resolv.conf" /etc/resolv.conf +filecat "/etc/hosts" /etc/hosts +filecat "/etc/ntp.conf" /etc/ntp.conf 2>/dev/null +filecat "/etc/chrony/chrony.conf" /etc/chrony/chrony.conf 2>/dev/null +cmd "timedatectl" timedatectl 2>/dev/null +cmd "chronyc tracking" chronyc tracking 2>/dev/null +cmd "chronyc sources" chronyc sources 2>/dev/null +cmd "ntpq peers" ntpq -pn 2>/dev/null + +# =========================================================================== +# 28. FIREWALL +# =========================================================================== +hdr "28. FIREWALL / SECURITY" +cmd "pve-firewall status" pve-firewall status 2>/dev/null +cmd "nft ruleset (count)" nft list ruleset 2>/dev/null | wc -l +cmd "nft ruleset (head)" nft list ruleset 2>/dev/null | head -n 60 +cmd "iptables-save (legacy)" iptables-save 2>/dev/null | head -n 60 +cmd "ipset list (names)" ipset list -n 2>/dev/null +cmd "apparmor status" aa-status 2>/dev/null | head -n 20 + +# =========================================================================== +# 29. TOP CONSUMERS (memory + disk + file handles) +# =========================================================================== +hdr "29. TOP CONSUMERS" +cmdsh "top 10 memory hogs" <<'EOF' +ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11 +EOF +cmdsh "top 10 CPU hogs" <<'EOF' +ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11 +EOF +cmdsh "top file-handle holders" <<'EOF' +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 +EOF +cmdsh "largest files in /var/log (top 10)" <<'EOF' +find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10 +EOF + +# =========================================================================== +# 30. QUICK-LOOK SUSPECT SUMMARY (auto-detect common issues) +# =========================================================================== +hdr "30. QUICK-LOOK SUSPECT SUMMARY" +blank +printf 'Auto-detected performance anti-patterns (verify against full data above):\n' >> "$OUT" +blank + +cmdsh "[A] Network interfaces < 10 Gbps and up" <<'EOF' +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)" +EOF + +blank +cmdsh "[B] MTU not jumbo on carrier-up interfaces" <<'EOF' +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)" +EOF + +blank +cmdsh "[C] CPU governor != performance" <<'EOF' +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 +EOF + +blank +cmdsh "[D] EPB / EPP not performance-bias" <<'EOF' +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)" +EOF + +blank +cmdsh "[E] vm.swappiness and dirty ratios" <<'EOF' +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)" +EOF + +blank +cmdsh "[F] TCP congestion control" <<'EOF' +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" +EOF + +blank +cmdsh "[G] ZFS dataset red flags" <<'EOF' +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 +EOF + +blank +cmdsh "[H] ARC size vs RAM" <<'EOF' +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 +EOF + +blank +cmdsh "[I] VMs with non-optimal storage/NIC models" <<'EOF' +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" +EOF + +blank +cmdsh "[J] NFS client mount option red flags" <<'EOF' +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 +EOF + +blank +cmdsh "[K] Softnet / NIC drops (non-zero)" <<'EOF' +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)" +EOF + +blank +cmdsh "[L] Failed systemd services" <<'EOF' +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 +EOF + +blank +cmdsh "[M] Filesystem usage > 80%" <<'EOF' +df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}' +EOF + +blank +cmdsh "[N] SMART / NVMe health warnings" <<'EOF' +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)" +EOF + +# =========================================================================== +# Footer +# =========================================================================== +END_EPOCH="$(date +%s)" +DUR=$((END_EPOCH - START_EPOCH)) +BYTES="$(wc -c < "$OUT")" +LINES="$(wc -l < "$OUT")" +{ + printf '\n###############################################################################\n' + printf '# Collection complete: %s\n' "$HOST" + printf '# Output: %s\n' "$OUT" + printf '# Size: %s bytes / %s lines\n' "$BYTES" "$LINES" + printf '# Elapsed: %s seconds\n' "$DUR" + printf '###############################################################################\n' +} >> "$OUT" + +chmod 600 "$OUT" +echo +echo "================================================================" +echo " check.sh done. Wrote: ${OUT}" +echo " Size: $(du -h "$OUT" | cut -f1) (${LINES} lines)" +echo " Elapsed: ${DUR}s" +echo " Please copy ${OUT} back for analysis." +echo "================================================================" diff --git a/scripts/fix-bond-nfs.sh b/scripts/fix-bond-nfs.sh new file mode 100755 index 0000000..47bd947 --- /dev/null +++ b/scripts/fix-bond-nfs.sh @@ -0,0 +1,86 @@ +#!/bin/bash +# fix-tsys7.sh - fixes the two issues found: NFS options string + bond hash +# Runs on the target host directly. +set -euo pipefail + +echo "===================================================================" +echo " FIX: NFS options + bond hash policy" +echo "===================================================================" + +# --- FIX 1: Simplify NFS options in storage.cfg --------------------------- +echo "" +echo "--- FIX 1: Simplify NFS options (remove version=4.2 conflict) ---" +# Replace the overly-complex options line with a minimal one +# PVE handles vers/rsize/wsize/hard/etc internally; we only need nconnect + noatime +if grep -q 'options.*nconnect=4.*version=4.2' /etc/pve/storage.cfg; then + # Use sed to replace each options line + sed -i 's/options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2/options nconnect=4,noatime/' /etc/pve/storage.cfg + echo "Fixed: simplified NFS options to 'nconnect=4,noatime'" +else + echo "Options line already simplified or not present" +fi + +echo "" +echo "--- Verify storage.cfg NFS stanzas ---" +grep -A 2 "^nfs: D2" /etc/pve/storage.cfg | head -3 +echo "..." +grep -c "options nconnect" /etc/pve/storage.cfg +echo " NFS stanzas with options" + +# --- FIX 2: Bond hash policy (force via sysfs + persist in interfaces) ---- +echo "" +echo "--- FIX 2: Apply bond xmit_hash_policy=layer3+4 ---" + +# 2a: Apply LIVE via sysfs (takes effect immediately, no network reload) +echo "Applying live via sysfs..." +if echo "layer3+4" > /sys/class/net/bond0/bonding/xmit_hash_policy 2>/dev/null; then + echo "Live sysfs apply: SUCCESS" +else + echo "Live sysfs apply: FAILED (will persist in config and apply on ifreload)" +fi + +# Verify live state +echo "" +echo "Live bond0 hash policy:" +cat /proc/net/bonding/bond0 | grep "Transmit Hash" + +# 2b: Persist in /etc/network/interfaces (fix the sed that failed before) +echo "" +echo "Persisting in /etc/network/interfaces..." + +# Backup +cp -a /etc/network/interfaces "/root/interfaces.bondfix.$(date +%Y%m%d%H%M%S)" + +# Check if already present +if grep -q 'bond-xmit-hash-policy' /etc/network/interfaces; then + echo "bond-xmit-hash-policy already in interfaces file" +else + # Use awk to insert after the bond-mode line (more reliable than sed) + # Match any line containing 'bond-mode' (regardless of indentation) + awk ' + /bond-mode/ && !done { + print + print "\tbond-xmit-hash-policy layer3+4" + done=1 + next + } + { print } + ' /etc/network/interfaces > /etc/network/interfaces.new + + mv /etc/network/interfaces.new /etc/network/interfaces + echo "Inserted bond-xmit-hash-policy layer3+4" +fi + +echo "" +echo "--- Updated bond0 stanza ---" +awk '/^auto bond0/,/^$/' /etc/network/interfaces + +# Final verify +echo "" +echo "--- Final bond0 running state ---" +cat /proc/net/bonding/bond0 | head -20 + +echo "" +echo "===================================================================" +echo " FIX COMPLETE" +echo "===================================================================" diff --git a/scripts/lacp-retrans-cause.sh b/scripts/lacp-retrans-cause.sh new file mode 100644 index 0000000..1efcb46 --- /dev/null +++ b/scripts/lacp-retrans-cause.sh @@ -0,0 +1,217 @@ +#!/usr/bin/env bash +############################################################################### +# lacp-retrans-cause.sh (HOST-NATIVE) +# +# Runs on tsys6 (receiver) or tsys7 (sender). Auto-detects role. +# +# Question this answers: are the ~56K retransmits we see on 8-stream iperf +# between tsys6 and tsys7 fixable (NIC ring drops, softnet drops, CPU +# saturation) or just unavoidable LACP reordering overhead? +# +# Method: snapshot drop/error counters + softnet_stat + TCP SNMP before and +# after a 12s iperf3 run, then print the deltas. The decisive columns are: +# - NIC rx_dropped / rx_missed_errors / rx_no_dma_resources -> ring too small +# - /proc/net/softnet_stat drops -> ksoftirq starved +# - /proc/net/snmp TCP retranst -> TCP-level retrans +# If NIC drop counters do NOT climb but TCP retrans does, the retrans are +# coming from LACP reordering (out-of-order segments triggering fast +# retransmit), not packet loss — and are NOT fixable by tuning. +############################################################################### +set -uo pipefail + +DURATION="${LACP_TEST_SECS:-12}" +STREAMS="${LACP_STREAMS:-8}" +PEER_RX_IP="10.100.100.6" # tsys6 storage IP (receiver) +PEER_TX_IP="10.100.100.7" # tsys7 storage IP (sender) +LOG_DIR="/root" +BOND="bond0" + +HOST="$(uname -n)"; HOST="${HOST%%.*}" +case "$HOST" in + *tsys6) ROLE="receiver"; LOG="$LOG_DIR/lacp-retrans-receiver.log" ;; + *tsys7) ROLE="sender"; LOG="$LOG_DIR/lacp-retrans-sender.log" ;; + *) echo "ERROR: not on tsys6 or tsys7 (host=$HOST)"; exit 2 ;; +esac + +TMP="$(mktemp -d)" +trap 'rm -rf "$TMP"' EXIT + +# ---- per-slave NIC counter snapshot ----------------------------------------- +# Captures rx_dropped, rx_missed_errors, rx_no_dma_resources, tx_retrans, +# plus all error-like counters. Falls back gracefully if a counter doesn't +# exist (different NIC drivers expose different names). +nic_snapshot() { + for s in $(awk '/^Slave Interface:/{print $3}' "/proc/net/bonding/$BOND"); do + [ -n "$s" ] || continue + echo "[$s]" + # ethtool -S may exist; show only drop/error/retrans lines + if command -v ethtool >/dev/null 2>&1; then + ethtool -S "$s" 2>/dev/null \ + | grep -iE 'drop|miss|error|no_dma|fifo|retrans|overflow' \ + || echo "(ethtool -S: no matching counters or unsupported)" + else + echo "(ethtool not installed)" + fi + # /sys counters (always available, driver-agnostic) + for c in rx_dropped tx_dropped rx_errors tx_errors rx_missed_errors \ + rx_length_errors rx_crc_errors rx_fifo_errors tx_fifo_errors \ + multicast collisions; do + v=$(cat "/sys/class/net/$s/statistics/$c" 2>/dev/null) + [ -n "$v" ] && printf ' sysfs %-22s = %s\n' "$c" "$v" + done + done +} + +# ---- softnet_stat snapshot (per-CPU RX softirq drops) ----------------------- +# /proc/net/softnet_stat columns are HEX. Col1=processed, col2=dropped, +# col3=time_squeeze. We only care about dropped + squeeze (small numbers that +# look identical in hex and decimal). Processed is informational only and we +# don't try to delta it (hex arithmetic is awk-version-dependent). +softnet_snapshot() { + awk '{ printf "cpu%s processed=%s dropped=%s squeezed=%s\n", \ + NR-1, $1, $2, $3 }' /proc/net/softnet_stat +} + +# ---- TCP SNMP snapshot (the source of iperf's retransmit number) ----------- +tcp_snapshot() { + awk '/^Tcp:/{ + if (!seen) { + seen=1 + # /proc/net/snmp Tcp line 1 = names, line 2 = values + n=split($0, names, " ") + # re-find the values line + getline + vals=$0 + split(vals, v, " ") + for (i=1;i<=n;i++) printf " %-22s = %s\n", names[i], v[i] + } + }' /proc/net/snmp +} + +# ---- print deltas for selected counters ------------------------------------ +# $1 = before file, $2 = after file +# softnet_snapshot output: "cpuN processed=HEX dropped=HEX squeezed=HEX" +# /proc/net/softnet_stat is hex, but dropped/squeezed are always small +# integers (typically 0 on a healthy host), so +0 coercion is correct for +# the values we care about. We deliberately DON'T report `processed` deltas +# because hex arithmetic on large numbers is awk-version-dependent. +softnet_delta() { + awk ' + FNR==NR { if (match($0,/cpu[0-9]+/)) { id=substr($0,RSTART,RLENGTH); + split($0, p, /[= ]+/); drop[id]=p[5]+0; sqz[id]=p[7]+0 } + next } + { if (match($0,/cpu[0-9]+/)) { id=substr($0,RSTART,RLENGTH); + split($0, q, /[= ]+/); + dd = (q[5]+0) - drop[id] + sd = (q[7]+0) - sqz[id] + if (dd != 0 || sd != 0) + printf " %-8s dropped_delta=%-6s squeezed_delta=%-6s\n", id, dd, sd } } + ' "$1" "$2" | sort +} + +# $1 = before file, $2 = after file, $3 = section label prefix +# File format: slave header line "[nic1]", then " counter_name = value" lines. +# Output only counters whose value changed. +nic_delta() { + awk ' + FNR==NR { if ($0 ~ /^\[/) slave=$0 + else if ($0 ~ /=/) { + # Everything before " = " is the counter name (trim spaces) + pos = index($0, "=") + name = substr($0, 1, pos-1) + gsub(/^ +| +$/, "", name) + val = substr($0, pos+1); gsub(/^ +| +$/, "", val) + before[slave SUBSEP name] = val + } + next } + { if ($0 ~ /^\[/) slave=$0 + else if ($0 ~ /=/) { + pos = index($0, "=") + name = substr($0, 1, pos-1); gsub(/^ +| +$/, "", name) + val = substr($0, pos+1); gsub(/^ +| +$/, "", val) + b = before[slave SUBSEP name]+0 + d = val+0 - b + if (d != 0) printf " %-8s %-30s %12s -> %12s delta=%d\n", slave, name, b, val, d + } } + ' "$1" "$2" +} + +{ +echo "=== LACP retransmit cause investigation ($ROLE) ===" +echo "Host: $HOST Role: $ROLE" +echo "Date: $(date -u +%Y-%m-%dT%H:%M:%SZ)" +echo "Bond: $BOND" +echo "" +echo "--- bond0 hash + driver ---" +grep -E "Bonding Mode|Transmit Hash|Number of ports|Partner Mac" /proc/net/bonding/$BOND +for s in $(awk '/^Slave Interface:/{print $3}' /proc/net/bonding/$BOND); do + drv=$(ethtool -i "$s" 2>/dev/null | awk -F: '/^driver:/{print $2}' | sed 's/^ *//') + speed=$(cat /sys/class/net/$s/speed 2>/dev/null) + ring=$(ethtool -g "$s" 2>/dev/null | awk '/RX:/{print $2; exit}') + printf " %-8s driver=%-20s speed=%-6s current RX ring=%s\n" "$s" "$drv" "$speed" "$ring" +done +echo "" +} | tee "$LOG" + +echo "--- BEFORE snapshots ---" +nic_snapshot > "$TMP/nic_before" +softnet_snapshot > "$TMP/softnet_before" +tcp_snapshot > "$TMP/tcp_before" + +if [ "$ROLE" = "receiver" ]; then + echo "[receiver] starting iperf3 -s -1 on $PEER_RX_IP ..." + pkill -x iperf3 2>/dev/null; sleep 0.5 + nohup iperf3 -s -1 -B "$PEER_RX_IP" > "$TMP/iperf.out" 2>&1 & + SRV_PID=$! + for _ in $(seq 1 60); do kill -0 "$SRV_PID" 2>/dev/null || break; sleep 1; done + wait "$SRV_PID" 2>/dev/null +else + echo "[sender] waiting 3s for receiver to listen, then running iperf3 -P $STREAMS -t $DURATION ..." + sleep 3 + iperf3 -c "$PEER_RX_IP" -B "$PEER_TX_IP" -P "$STREAMS" -t "$DURATION" -l 128k -O 2 \ + > "$TMP/iperf.out" 2>&1 +fi + +echo "--- AFTER snapshots ---" +nic_snapshot > "$TMP/nic_after" +softnet_snapshot > "$TMP/softnet_after" +tcp_snapshot > "$TMP/tcp_after" + +{ +echo "" +echo "--- iperf3 summary ---" +grep -E '\[SUM\].*(sender|receiver)' "$TMP/iperf.out" | tail -2 +echo "" +echo "--- TCP SNMP deltas (/proc/net/snmp) ---" +# Show only the counters that changed +paste "$TMP/tcp_before" "$TMP/tcp_after" \ + | awk '{ + a=$3; b=$(NF) + if (a+0 != b+0) printf " %-22s %12s -> %12s delta=%d\n", $1, a, b, b-a + }' +echo "" +echo "--- softnet_stat deltas (look for non-zero dropped_delta/squeezed_delta) ---" +softnet_delta "$TMP/softnet_before" "$TMP/softnet_after" +echo "" +echo "--- NIC counter deltas (only non-zero) ---" +nic_delta "$TMP/nic_before" "$TMP/nic_after" "$HOST" +echo "" +echo "--- raw iperf3 tail (last 12 lines) ---" +tail -12 "$TMP/iperf.out" +echo "" +echo "===================================================================" +echo " HOW TO READ THIS" +echo "===================================================================" +echo " - If NIC rx_dropped / rx_missed_errors / rx_fifo_errors climbed:" +echo " -> ring buffers too small. Fix: ethtool -G \$IF rx 4096 (or max)." +echo " - If softnet_stat 'dropped' or 'squeezed' climbed on any CPU:" +echo " -> softirq starvation. Fix: increase net.core.netdev_budget," +echo " check IRQ affinity, consider RPS." +echo " - If NEITHER of the above climbed but TCP RetransSegs did:" +echo " -> the retransmits are LACP reordering (out-of-order segments" +echo " triggering fast retransmit), NOT packet loss. NOT fixable." +echo "===================================================================" +} | tee -a "$LOG" + +echo "" +echo "Log: $LOG" diff --git a/scripts/lacp-rx-distribution.sh b/scripts/lacp-rx-distribution.sh new file mode 100755 index 0000000..19381d0 --- /dev/null +++ b/scripts/lacp-rx-distribution.sh @@ -0,0 +1,153 @@ +#!/usr/bin/env bash +############################################################################### +# lacp-rx-distribution.sh (HOST-NATIVE version) +# +# Runs ON a host (tsys6 or tsys7). Auto-detects role by hostname: +# - On tsys6 (receiver): starts iperf3 -s -1 (one-shot), snapshots local +# bond0 slave RX counters before+after, writes verdict + log. +# - On tsys7 (sender): snapshots local bond0 slave TX counters before+ +# after, runs iperf3 -c -P 8 -t 12. +# +# Each side writes only its own counters. No inter-host SSH required. +# iperf3 -s -1 (one-shot) handles client/server coordination. +# +# Output: /root/lacp-rx-{receiver,sender}.log +############################################################################### +set -uo pipefail + +DURATION="${LACP_TEST_SECS:-12}" +STREAMS="${LACP_STREAMS:-8}" +PEER_RX_IP="10.100.100.6" # tsys6 storage IP (receiver) +PEER_TX_IP="10.100.100.7" # tsys7 storage IP (sender) +LOG_DIR="/root" +BOND="bond0" + +# Snapshot per-slave byte counters from $BOND. Output: " rx tx\n" sorted. +snapshot() { + awk '/^Slave Interface:/{print $3}' "/proc/net/bonding/$BOND" | while read -r s; do + [ -n "$s" ] || continue + rx=$(cat "/sys/class/net/$s/statistics/rx_bytes" 2>/dev/null || echo 0) + tx=$(cat "/sys/class/net/$s/statistics/tx_bytes" 2>/dev/null || echo 0) + printf '%s %s %s\n' "$s" "$rx" "$tx" + done | sort +} + +# Compute per-slave deltas. $1=label, $2=col(2=rx,3=tx), $3=before, $4=after. +analyze() { + local label="$1" col="$2" before="$3" after="$4" + join "$before" "$after" | awk -v col="$col" -v lbl="$label" ' + { + slave=$1 + b = (col==2 ? $2 : $3)+0 + a = (col==2 ? $4 : $5)+0 + d = a - b; if (d < 0) d = 0 + delta[slave]=d; bef[slave]=b; aft[slave]=a + order[++n]=slave; total+=d + } + END { + printf "\n--- %s (bytes) ---\n", lbl + printf " %-12s %14s %14s %14s %8s\n", "SLAVE", "BEFORE", "AFTER", "DELTA", "PCT" + for (i=1;i<=n;i++){ + s=order[i] + pct = (total>0 ? 100*delta[s]/total : 0) + printf " %-12s %14d %14d %14d %7.1f%%\n", s, bef[s], aft[s], delta[s], pct + } + printf " %-12s %14s %14s %14d %8s\n", "TOTAL", "", "", total, "100.0%" + }' +} + +# Dominant-slave pct for the verdict line. $1=col, $2=before, $3=after. +dominant() { + join "$2" "$3" | awk -v col="$1" ' + { b=(col==2?$2:$3)+0; a=(col==2?$4:$5)+0; d=a-b; if(d<0)d=0; tot+=d; delta[$1]=d } + END { m=0; ms=""; for (s in delta){ if (delta[s]>m){m=delta[s]; ms=s} } + printf "%.1f %s", (tot>0?100*m/tot:0), ms }' +} + +HOST="$(uname -n)" +HOST="${HOST%%.*}" +case "$HOST" in + *tsys6) ROLE="receiver"; LOG="$LOG_DIR/lacp-rx-receiver.log" ;; + *tsys7) ROLE="sender"; LOG="$LOG_DIR/lacp-rx-sender.log" ;; + *) echo "ERROR: not running on tsys6 or tsys7 (hostname=$HOST)"; exit 2 ;; +esac + +TMP="$(mktemp -d)" +trap 'rm -rf "$TMP"' EXIT + +{ +echo "=== LACP per-slave distribution ($ROLE) ===" +echo "Host: $HOST Role: $ROLE" +echo "Date: $(date -u +%Y-%m-%dT%H:%M:%SZ)" +echo "Bond: $BOND" +echo "" +echo "--- $BOND state ---" +grep -E "Bonding Mode|Transmit Hash|Number of ports|Partner Mac|Slave Interface|Link" \ + "/proc/net/bonding/$BOND" 2>&1 +echo "" +} | tee "$LOG" + +snapshot > "$TMP/before" + +if [ "$ROLE" = "receiver" ]; then + echo "[receiver] starting one-shot iperf3 server on $PEER_RX_IP ..." + pkill -x iperf3 2>/dev/null; sleep 0.5 + nohup iperf3 -s -1 -B "$PEER_RX_IP" > "$TMP/iperf.out" 2>&1 & + SRV_PID=$! + # Wait for the server to be ready (brief), then wait for it to exit + # (one-shot server exits after serving one client). + for _ in $(seq 1 60); do + kill -0 "$SRV_PID" 2>/dev/null || break + sleep 1 + done + wait "$SRV_PID" 2>/dev/null + echo "[receiver] iperf3 server finished." +else + # sender: wait briefly for receiver to be listening, then run client. + echo "[sender] waiting 3s for receiver to listen, then running iperf3 client..." + sleep 3 + iperf3 -c "$PEER_RX_IP" -B "$PEER_TX_IP" -P "$STREAMS" -t "$DURATION" -l 128k -O 2 \ + > "$TMP/iperf.out" 2>&1 + echo "[sender] iperf3 client finished (exit=$?)." +fi + +snapshot > "$TMP/after" + +{ +echo "" +echo "--- iperf3 output (raw tail) ---" +tail -25 "$TMP/iperf.out" +echo "" +if [ "$ROLE" = "receiver" ]; then + analyze "Receiver RX (THE key column)" 2 "$TMP/before" "$TMP/after" + dom="$(dominant 2 "$TMP/before" "$TMP/after")" + pct=${dom%% *}; top=${dom##* } + echo "" + echo "===================================================================" + if awk -v p="$pct" 'BEGIN{exit !(p>=90)}'; then + echo " VERDICT: SWITCH NOT distributing across $HOST's two ports" + echo " Dominant slave '$top' = ${pct}% of RX -> hash not effective" + echo " on this LAG. Action: verify/bounce pfv-r3-tor-stor port-channel." + else + echo " VERDICT: switch IS distributing (top slave '$top' = ${pct}%)." + echo " Cap is host-side: softirq/CPU/bridge/NIC coalescing." + fi + echo "===================================================================" +else + analyze "Sender TX (control: should split if host hash=layer3+4)" 3 "$TMP/before" "$TMP/after" + dom="$(dominant 3 "$TMP/before" "$TMP/after")" + pct=${dom%% *}; top=${dom##* } + echo "" + echo "===================================================================" + if awk -v p="$pct" 'BEGIN{exit !(p>=90)}'; then + echo " VERDICT: host TX NOT distributing (top slave '$top' = ${pct}%)." + echo " Host xmit_hash_policy is NOT effective despite /proc/net/bonding." + else + echo " VERDICT: host TX distributing OK (top slave '$top' = ${pct}%)." + fi + echo "===================================================================" +fi +} | tee -a "$LOG" + +echo "" +echo "Log written: $LOG" diff --git a/scripts/run-lacp-retrans-cause.sh b/scripts/run-lacp-retrans-cause.sh new file mode 100644 index 0000000..e67dbfd --- /dev/null +++ b/scripts/run-lacp-retrans-cause.sh @@ -0,0 +1,91 @@ +#!/usr/bin/env bash +############################################################################### +# run-lacp-retrans-cause.sh (workstation wrapper) +# +# Deploys scripts/lacp-retrans-cause.sh to BOTH hosts, runs them in the +# right order, scps logs back, prints them. +############################################################################### +set -uo pipefail + +SSH=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 \ + -o StrictHostKeyChecking=accept-new) +SCP=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +RECV="pfv-tsys6"; SEND="pfv-tsys7" +LOCAL_LOG_DIR="/home/reachableceo/projects/perfopt/returned-logs/iperf" +SCRIPT="lacp-retrans-cause.sh" +LOCAL_SCRIPT="/home/reachableceo/projects/perfopt/scripts/${SCRIPT}" +REMOTE_SCRIPT="/root/${SCRIPT}" +mkdir -p "$LOCAL_LOG_DIR" + +echo "===================================================================" +echo " LACP retransmit-cause investigation" +echo " Receiver: $RECV Sender: $SEND" +echo "===================================================================" +echo "" + +echo "--- preflight ---" +for h in "$RECV" "$SEND"; do + printf ' %-12s ' "$h" + ssh "${SSH[@]}" "root@$h" \ + 'command -v ethtool >/dev/null && e=OK || e=MISSING + command -v iperf3 >/dev/null && i=OK || i=MISSING + printf "ethtool=%s iperf3=%s host=%s\n" "$e" "$i" "$(uname -n)"' 2>&1 | head -1 +done +echo "" + +echo "--- deploy ---" +for h in "$RECV" "$SEND"; do + printf ' %-12s ' "$h" + scp "${SCP[@]}" "$LOCAL_SCRIPT" "root@$h:$REMOTE_SCRIPT" >/dev/null 2>&1 \ + && ssh "${SSH[@]}" "root@$h" "chmod +x $REMOTE_SCRIPT" \ + && echo "deployed" || echo "FAILED" +done +echo "" + +echo "--- cleanup stale iperf3 ---" +for h in "$RECV" "$SEND"; do + ssh "${SSH[@]}" "root@$h" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null +done +echo "" + +echo "--- launching receiver on $RECV (background) ---" +ssh "${SSH[@]}" "root@$RECV" \ + "nohup bash $REMOTE_SCRIPT > /root/lacp-retrans-receiver.console 2>&1 &" 2>/dev/null +sleep 5 +echo "" + +echo "--- running sender on $SEND (foreground, ~20s) ---" +ssh "${SSH[@]}" "root@$SEND" "bash $REMOTE_SCRIPT" 2>&1 | sed 's/^/ [sender] /' +echo "" +sleep 3 + +echo "--- fetching logs ---" +for f in lacp-retrans-receiver.log lacp-retrans-receiver.console lacp-retrans-sender.log; do + src="" + case "$f" in + *receiver*) src="$RECV" ;; + *sender*) src="$SEND" ;; + esac + printf ' %-32s <- %s : ' "$f" "$src" + if scp "${SCP[@]}" "root@$src:/root/$f" "$LOCAL_LOG_DIR/$f" >/dev/null 2>&1; then + echo "OK ($(wc -c < "$LOCAL_LOG_DIR/$f" 2>/dev/null) bytes)" + else + echo "MISSING" + fi +done +echo "" + +echo "===================================================================" +echo " RECEIVER LOG ($RECV)" +echo "===================================================================" +cat "$LOCAL_LOG_DIR/lacp-retrans-receiver.log" 2>/dev/null || echo "(missing)" +echo "" +echo "===================================================================" +echo " SENDER LOG ($SEND)" +echo "===================================================================" +cat "$LOCAL_LOG_DIR/lacp-retrans-sender.log" 2>/dev/null || echo "(missing)" +echo "" +echo "===================================================================" +echo " Local copies in: $LOCAL_LOG_DIR/" +echo "===================================================================" diff --git a/scripts/run-lacp-rx-distribution.sh b/scripts/run-lacp-rx-distribution.sh new file mode 100755 index 0000000..3f057da --- /dev/null +++ b/scripts/run-lacp-rx-distribution.sh @@ -0,0 +1,112 @@ +#!/usr/bin/env bash +############################################################################### +# run-lacp-rx-distribution.sh (workstation wrapper) +# +# One-shot orchestrator: deploys scripts/lacp-rx-distribution.sh to BOTH +# tsys6 (receiver) and tsys7 (sender), runs them in the right order, then +# scps both logs back to returned-logs/iperf/. +# +# Run from the workstation: +# bash scripts/run-lacp-rx-distribution.sh +# +# Idempotent: safe to re-run. iperf3 is killed on both hosts first. +############################################################################### +set -uo pipefail + +SSH=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 \ + -o StrictHostKeyChecking=accept-new) +SCP=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +RECV="pfv-tsys6" # receiver (we care most about its RX split) +SEND="pfv-tsys7" # sender (control: its TX split) +LOCAL_LOG_DIR="/home/reachableceo/projects/perfopt/returned-logs/iperf" +SCRIPT="lacp-rx-distribution.sh" +LOCAL_SCRIPT="/home/reachableceo/projects/perfopt/scripts/${SCRIPT}" +REMOTE_SCRIPT="/root/${SCRIPT}" + +mkdir -p "$LOCAL_LOG_DIR" + +echo "===================================================================" +echo " LACP per-slave RX/TX distribution test" +echo " Receiver: $RECV (10.100.100.6) Sender: $SEND (10.100.100.7)" +echo "===================================================================" +echo "" + +# 0. Preflight: confirm SSH and iperf3 on both hosts +echo "--- preflight (ssh + iperf3 + bond0) ---" +for h in "$RECV" "$SEND"; do + printf ' %-12s ' "$h" + ssh "${SSH[@]}" "root@$h" \ + 'command -v iperf3 >/dev/null && ip=$(command -v iperf3) || ip=MISSING + [ -r /proc/net/bonding/bond0 ] && b=OK || b=NO-BOND0 + printf "iperf3=%s bond0=%s host=%s\n" "$ip" "$b" "$(uname -n)"' \ + 2>&1 | head -1 +done +echo "" + +# 1. Copy the script to both hosts + chmod +echo "--- deploy $SCRIPT to both hosts ---" +for h in "$RECV" "$SEND"; do + printf ' %-12s ' "$h" + scp "${SCP[@]}" "$LOCAL_SCRIPT" "root@$h:$REMOTE_SCRIPT" >/dev/null 2>&1 \ + && ssh "${SSH[@]}" "root@$h" "chmod +x $REMOTE_SCRIPT" \ + && echo "deployed + chmod +x" \ + || echo "DEPLOY FAILED" +done +echo "" + +# 2. Kill any stale iperf3 on both hosts +echo "--- cleanup stale iperf3 ---" +for h in "$RECV" "$SEND"; do + ssh "${SSH[@]}" "root@$h" 'pkill -x iperf3 2>/dev/null; true' 2>/dev/null +done +echo "" + +# 3. Start RECEIVER in background (one-shot server, writes /root/lacp-rx-receiver.log) +echo "--- starting receiver on $RECV (background) ---" +ssh "${SSH[@]}" "root@$RECV" \ + "nohup bash $REMOTE_SCRIPT > /root/lacp-rx-receiver.console 2>&1 &" 2>/dev/null +echo " receiver launched; waiting 5s for it to start iperf3 -s -1 ..." +sleep 5 +echo "" + +# 4. Run SENDER (foreground; ~15s with the default 12s test + 3s pre-sleep) +echo "--- running sender on $SEND (foreground, ~20s) ---" +ssh "${SSH[@]}" "root@$SEND" \ + "bash $REMOTE_SCRIPT" 2>&1 | sed 's/^/ [sender] /' +echo "" + +# 5. Give receiver a moment to finish writing its log +sleep 3 + +# 6. Fetch logs back +echo "--- fetching logs ---" +for f in lacp-rx-receiver.log lacp-rx-receiver.console lacp-rx-sender.log; do + src="" + case "$f" in + lacp-rx-receiver*) src="$RECV" ;; + lacp-rx-sender*) src="$SEND" ;; + esac + printf ' %-28s <- %s : ' "$f" "$src" + if scp "${SCP[@]}" "root@$src:/root/$f" "$LOCAL_LOG_DIR/$f" >/dev/null 2>&1; then + echo "OK ($(wc -c < "$LOCAL_LOG_DIR/$f" 2>/dev/null) bytes)" + else + echo "MISSING" + fi +done +echo "" + +# 7. Show the receiver log (the decisive one) +echo "===================================================================" +echo " RECEIVER LOG ($RECV — the decisive side)" +echo "===================================================================" +cat "$LOCAL_LOG_DIR/lacp-rx-receiver.log" 2>/dev/null || echo "(no log)" +echo "" +echo "===================================================================" +echo " SENDER LOG ($SEND — control)" +echo "===================================================================" +cat "$LOCAL_LOG_DIR/lacp-rx-sender.log" 2>/dev/null || echo "(no log)" +echo "" +echo "===================================================================" +echo " Local copies in: $LOCAL_LOG_DIR/" +echo "===================================================================" diff --git a/scripts/sw-capture-remote.sh b/scripts/sw-capture-remote.sh new file mode 100755 index 0000000..95bd5d8 --- /dev/null +++ b/scripts/sw-capture-remote.sh @@ -0,0 +1,127 @@ +#!/usr/bin/env bash +# sw-capture-remote.sh - orchestrate a serial capture from this workstation. +# +# Flow: +# 1. De-conflict: abort if any local ssh to pfv-tsys4 is in flight +# (other agent could be there). +# 2. Free the serial port: kill whatever holds /dev/ttyUSBx +# (typically a screen session). Targeted, not blanket. +# 3. scp driver + .cmds to pfv-tsys4. +# 4. Run driver over ssh, capture stderr to console. +# 5. scp the resulting log back to returned-logs/. +# +# Usage: +# sw-capture-remote.sh [device] +# +# e.g. pfv-core-sw01 (must have switches/.cmds) +# [device] /dev/ttyUSBx on pfv-tsys4. Defaults per switch map below. +# +# Currently scoped to pfv-core-sw01 only (per user direction). The other +# two switches are deferred; their defaults are placeholders. +set -u + +SWITCH=${1:-} +DEVICE=${2:-} + +if [ -z "$SWITCH" ]; then + echo "Usage: $0 [device]" >&2 + echo " e.g. $0 pfv-core-sw01 /dev/ttyUSB2" >&2 + exit 2 +fi + +# Switch -> default device map (ttyUSB2 = core-sw01 confirmed by user). +case "$SWITCH" in + pfv-core-sw01) + [ -z "$DEVICE" ] && DEVICE=/dev/ttyUSB2 ;; + pfv-r3-tor-mgmt) + [ -z "$DEVICE" ] && DEVICE=/dev/ttyUSB0 # TENTATIVE - unconfirmed + if [ "${2:-}" = "" ]; then + echo "NOTE: pfv-r3-tor-mgmt device is tentative (/dev/ttyUSB0)." >&2 + echo " Pass the device explicitly if different." >&2 + fi ;; + pfv-r3-tor-stor) + [ -z "$DEVICE" ] && DEVICE=/dev/ttyUSB1 # TENTATIVE - unconfirmed + if [ "${2:-}" = "" ]; then + echo "NOTE: pfv-r3-tor-stor device is tentative (/dev/ttyUSB1)." >&2 + echo " Pass the device explicitly if different." >&2 + fi ;; + *) + echo "unknown switch: $SWITCH" >&2; exit 2 ;; +esac + +BAUD=9600 +HOST=root@pfv-tsys4 +HERE=/home/reachableceo/projects/perfopt +LOCAL_DRIVER=$HERE/scripts/sw-capture.py +LOCAL_CMDS=$HERE/switches/$SWITCH.cmds +LOCAL_LOG=$HERE/returned-logs/$SWITCH.log +REMOTE_DRIVER=/root/sw-capture.py +REMOTE_CMDS=/root/$SWITCH.cmds +REMOTE_LOG=/root/$SWITCH.log + +[ -f "$LOCAL_DRIVER" ] || { echo "missing $LOCAL_DRIVER" >&2; exit 2; } +[ -f "$LOCAL_CMDS" ] || { echo "missing $LOCAL_CMDS" >&2; exit 2; } + +ts() { date +%H:%M:%S; } + +echo "[$(ts)] switch=$SWITCH device=$DEVICE baud=$BAUD host=$HOST" + +# 1. De-conflict: any local ssh to pfv-tsys4 in flight? +echo "[$(ts)] checking for in-flight ssh to pfv-tsys4..." +if ps -eo pid,etime,args | grep -E 'ssh.*pfv-tsys4|scp.*pfv-tsys4' | grep -v grep >/tmp/.swcap.ps 2>&1; then + cat /tmp/.swcap.ps + echo "[$(ts)] ABORT: another ssh/scp to pfv-tsys4 is running (other agent?)." >&2 + exit 1 +fi +echo "[$(ts)] clear." +rm -f /tmp/.swcap.ps + +# 2. Free the serial port: kill whatever holds $DEVICE. +echo "[$(ts)] freeing $DEVICE on $HOST (targeted; other screen sessions untouched)..." +ssh -o BatchMode=yes -o ConnectTimeout=8 "$HOST" \ + "fuser -v $DEVICE 2>&1 | tee /dev/stderr; \ + fuser -k -TERM $DEVICE 2>/dev/null; sleep 1; \ + if fuser $DEVICE 2>/dev/null; then \ + echo 'still held after SIGTERM, escalating to SIGKILL'; \ + fuser -k -KILL $DEVICE 2>/dev/null; sleep 1; \ + fi; \ + fuser $DEVICE 2>/dev/null && echo 'STILL HELD' || echo 'FREE'" + +# Re-check; abort if still held. +HELD=$(ssh -o BatchMode=yes "$HOST" "fuser $DEVICE 2>/dev/null && echo HELD || echo FREE") +if [ "$HELD" = "HELD" ]; then + echo "[$(ts)] ABORT: $DEVICE still held on $HOST." >&2 + exit 1 +fi + +# 3. Copy driver + cmds. +echo "[$(ts)] copying driver + cmds to $HOST..." +scp -q "$LOCAL_DRIVER" "$HOST:$REMOTE_DRIVER" +scp -q "$LOCAL_CMDS" "$HOST:$REMOTE_CMDS" + +# 4. Run the capture on pfv-tsys4. Stream stderr (progress) to console. +echo "[$(ts)] running capture..." +ssh -o BatchMode=yes -o ServerAliveInterval=10 "$HOST" \ + "python3 $REMOTE_DRIVER \ + --device $DEVICE --baud $BAUD \ + --cmds $REMOTE_CMDS --log $REMOTE_LOG" +RC=$? +echo "[$(ts)] capture exit code: $RC" + +# 5. Pull log back. +echo "[$(ts)] pulling log back to $LOCAL_LOG..." +mkdir -p "$(dirname "$LOCAL_LOG")" +scp -q "$HOST:$REMOTE_LOG" "$LOCAL_LOG" +if [ -f "$LOCAL_LOG" ]; then + SZ=$(wc -c < "$LOCAL_LOG") + echo "[$(ts)] OK: $LOCAL_LOG ($SZ bytes)" + echo "----- head -----" + head -30 "$LOCAL_LOG" + echo "----- tail -----" + tail -10 "$LOCAL_LOG" +else + echo "[$(ts)] ERROR: log not pulled back." >&2 + exit 1 +fi + +exit $RC diff --git a/scripts/sw-capture.py b/scripts/sw-capture.py new file mode 100644 index 0000000..c9a3668 --- /dev/null +++ b/scripts/sw-capture.py @@ -0,0 +1,255 @@ +#!/usr/bin/env python3 +""" +sw-capture.py - drive a Dell switch over a serial console and log all output. + +Read-only. Sends ONLY the commands listed in the supplied .cmds file +(comment lines starting with '!' and blank lines are skipped). Handles +`--More--` pagination by sending a space. Aborts cleanly on any password +prompt (we never supply credentials). + +Pure stdlib (termios + select). No pyserial/expect required. + +Exit codes: + 0 clean run, every command saw a prompt again + 2 could not synchronize with a prompt during wake + 3 one or more commands timed out (log still written) + 4 password prompt encountered (aborted) + +Usage: + sw-capture.py --device /dev/ttyUSB2 --baud 9600 \\ + --cmds pfv-core-sw01.cmds --log /root/pfv-core-sw01.log +""" +import argparse +import os +import re +import select +import sys +import termios +import time + +PROMPT_RE = re.compile(rb'[>#]\s*$') # ends in # or > + spaces +MORE_RE = re.compile(rb'--\s*More\s*--') # pagination prompt +PWD_RE = re.compile(rb'[Pp]assword:\s*$') # enable / login password + +BAUDS = { + '9600': termios.B9600, + '19200': termios.B19200, + '38400': termios.B38400, + '57600': termios.B57600, + '115200': termios.B115200, +} + + +def log(msg, level='INFO'): + sys.stderr.write(f'[{level}] {msg}\n') + sys.stderr.flush() + + +def open_port(device, baud): + """Open the serial device raw at the requested baud, 8N1, no flow ctrl.""" + fd = os.open(device, os.O_RDWR | os.O_NOCTTY) + try: + attrs = termios.tcgetattr(fd) + except termios.error: + log(f'{device} is not a termios-capable device', 'WARN') + return fd + + # raw input + attrs[0] &= ~(termios.IGNBRK | termios.BRKINT | termios.PARMRK | + termios.ISTRIP | termios.INLCR | termios.IGNCR | + termios.ICRNL | termios.IXON) + # raw output + attrs[1] &= ~termios.OPOST + # 8N1, enable receiver, ignore modem control lines + attrs[2] &= ~(termios.CSIZE | termios.PARENB | termios.CSTOPB) + attrs[2] |= termios.CS8 | termios.CREAD | termios.CLOCAL + # raw local + attrs[3] &= ~(termios.ECHO | termios.ECHONL | termios.ICANON | + termios.ISIG | termios.IEXTEN) + # non-blocking-ish reads (select is the primary gate) + attrs[6][termios.VMIN] = 0 + attrs[6][termios.VTIME] = 1 + + b = BAUDS.get(str(baud)) + if b is None: + raise SystemExit(f'unsupported baud: {baud}') + # Set ispeed/ospeed directly on the attribute list. (Equivalent to + # termios.cfsetispeed/cfsetospeed, which are missing on some Python + # builds — e.g. the one on pfv-tsys4.) + attrs[4] = b # ispeed + attrs[5] = b # ospeed + termios.tcsetattr(fd, termios.TCSANOW, attrs) + return fd + + +def read_chunk(fd, timeout): + """Read whatever arrives within `timeout`. Extends briefly on activity.""" + buf = b'' + deadline = time.time() + timeout + while True: + remaining = deadline - time.time() + if remaining <= 0: + return buf + r, _, _ = select.select([fd], [], [], min(0.5, remaining)) + if not r: + if buf: + return buf + continue + try: + chunk = os.read(fd, 4096) + except OSError: + return buf + if not chunk: + return buf + buf += chunk + # keep collecting as long as bytes are flowing + deadline = time.time() + 0.3 + + +def drain(fd, timeout=1.0): + total = 0 + while True: + b = read_chunk(fd, timeout=timeout) + if not b: + return total + total += len(b) + + +def send(fd, s): + if isinstance(s, str): + s = s.encode() + os.write(fd, s) + + +def wait_for(fd, regex, timeout, on_more=None, on_pwd=None): + """Read until `regex` matches the tail of the buffer, or timeout.""" + buf = b'' + deadline = time.time() + timeout + while time.time() < deadline: + remaining = deadline - time.time() + chunk = read_chunk(fd, timeout=min(1.0, remaining)) + if chunk: + buf += chunk + tail64 = buf[-64:] + tail32 = buf[-32:] + tail128 = buf[-128:] + if on_more and MORE_RE.search(tail64): + on_more(fd) + continue + if on_pwd and PWD_RE.search(tail32): + on_pwd(buf) + return buf, 'pwd' + if regex.search(tail128): + return buf, 'ok' + return buf, 'timeout' + + +def main(): + ap = argparse.ArgumentParser() + ap.add_argument('--device', required=True) + ap.add_argument('--baud', type=int, default=9600) + ap.add_argument('--cmds', required=True) + ap.add_argument('--log', required=True) + ap.add_argument('--per-cmd-timeout', type=float, default=45.0) + ap.add_argument('--wake-timeout', type=float, default=15.0) + ap.add_argument('--session-max', type=float, default=600.0) + args = ap.parse_args() + + cmds = [] + with open(args.cmds) as f: + for raw in f: + s = raw.rstrip('\n').strip() + if not s or s.startswith('!'): + continue + cmds.append(s) + log(f'parsed {len(cmds)} commands from {args.cmds}') + + logf = open(args.log, 'wb', buffering=0) + + def w(b): + if isinstance(b, str): + b = b.encode() + logf.write(b) + + w(f'==== sw-capture {time.strftime("%Y-%m-%d %H:%M:%S")} ====\n') + w(f'device={args.device} baud={args.baud} cmds={args.cmds} ' + f'n={len(cmds)} per_cmd_timeout={args.per_cmd_timeout}\n\n') + + fd = open_port(args.device, args.baud) + log(f'opened {args.device} @ {args.baud} 8N1 raw') + + session_start = time.time() + abort = False + + def on_more(fd_): + log('--More-- -> space') + send(fd_, b' ') + + def on_pwd(buf): + nonlocal abort + abort = True + log('password prompt detected (enable or login) - aborting; ' + 'no credentials supplied', 'ERROR') + w(buf) + w(b'\n[PASSWORD PROMPT - ABORTED]\n') + + # WAKE: nudge with Ctrl-C + Enter, look for any prompt + drain(fd, 0.5) + synced = False + wake_deadline = time.time() + args.wake_timeout + attempt = 0 + while time.time() < wake_deadline: + attempt += 1 + send(fd, b'\x03') + time.sleep(0.2) + send(fd, b'\r') + buf, status = wait_for(fd, PROMPT_RE, timeout=3.0, + on_more=on_more, on_pwd=on_pwd) + w(buf) + if status == 'pwd': + logf.close(); os.close(fd); sys.exit(4) + if status == 'ok': + synced = True + log(f'prompt synced after {attempt} attempt(s)') + break + if not synced: + w(b'\n[NO PROMPT - ABORT]\n') + log('no prompt detected during wake window', 'ERROR') + logf.close(); os.close(fd); sys.exit(2) + + # RUN commands verbatim from the .cmds list + failures = 0 + for idx, cmd in enumerate(cmds, 1): + if time.time() - session_start > args.session_max: + log('session_max exceeded - stopping early', 'ERROR') + w(b'\n[SESSION_MAX - STOP]\n') + break + if abort: + break + log(f'[{idx}/{len(cmds)}] {cmd}') + send(fd, cmd + '\r') + buf, status = wait_for(fd, PROMPT_RE, + timeout=args.per_cmd_timeout, + on_more=on_more, on_pwd=on_pwd) + w(buf) + if status == 'pwd': + failures += 1 + break + if status == 'timeout': + log(f'timeout after: {cmd}', 'WARN') + failures += 1 + # try to resync: Ctrl-C + drain + send(fd, b'\x03') + time.sleep(0.3) + drain(fd, 0.5) + + w(f'\n==== end {time.strftime("%Y-%m-%d %H:%M:%S")} ' + f'failures={failures} ====\n') + logf.close() + os.close(fd) + log(f'done -> {args.log} failures={failures}') + sys.exit(0 if failures == 0 else 3) + + +if __name__ == '__main__': + main() diff --git a/scripts/sw-conman-probe.sh b/scripts/sw-conman-probe.sh new file mode 100644 index 0000000..dac7bed --- /dev/null +++ b/scripts/sw-conman-probe.sh @@ -0,0 +1,55 @@ +#!/usr/bin/env bash +# Probe conman state + expect availability on pfv-tsys4. +# Read-only. Decides whether we drive via conman+expect or expect-only. +set -u + +# De-conflict: any ssh to pfv-tsys4 right now? +echo "===== LOCAL ssh activity =====" +ps -eo pid,etime,args | grep -E 'ssh.*pfv-tsys' | grep -v grep || echo "(none to pfv-tsys4)" + +echo +echo "===== pfv-tsys4: conman + expect state =====" +ssh -o BatchMode=yes -o ConnectTimeout=5 root@pfv-tsys4 'bash -s' <<'REMOTE' +echo "--- conmand service ---" +systemctl is-active conmand 2>&1 || true +systemctl is-enabled conmand 2>&1 || true +systemctl status conmand --no-pager 2>&1 | head -15 || true + +echo +echo "--- conman binary ---" +command -v conman && conman --version 2>&1 | head -2 || echo "conman: MISSING" +command -v conmand && echo "conmand present" || echo "conmand: MISSING" + +echo +echo "--- /etc/conman.conf: ttyUSB2 entries ---" +grep -nE "ttyUSB2|core-sw|CONSOLE|LOG|SERIAL|BAUD" /etc/conman.conf 2>/dev/null | head -40 || echo "(no matches / no file)" + +echo +echo "--- conman log dir ---" +ls -la /var/log/conman/ 2>&1 | head -20 || echo "(no /var/log/conman)" +ls -la /var/consoles/ 2>&1 | head -20 || echo "(no /var/consoles)" + +echo +echo "--- expect availability ---" +command -v expect && expect -v 2>&1 || echo "expect: NOT installed" +echo "apt-cache policy expect:" +apt-cache policy expect 2>/dev/null | head -10 || echo "(apt-cache failed)" + +echo +echo "--- other useful drivers ---" +for t in tclsh socat cu tip; do + command -v "$t" 2>/dev/null && echo " $t: present" || true +done + +echo +echo "--- apt network reachability (quick) ---" +timeout 5 bash -c 'echo > /dev/tcp/deb.debian.org/80' 2>&1 && echo "apt network: OK" || echo "apt network: UNREACHABLE" + +echo +echo "--- disk space for log ---" +df -h /root 2>&1 | tail -2 + +echo +echo "--- screen sessions (still 3?) ---" +screen -ls 2>&1 || true +REMOTE diff --git a/scripts/sw-probe.sh b/scripts/sw-probe.sh new file mode 100644 index 0000000..8d80541 --- /dev/null +++ b/scripts/sw-probe.sh @@ -0,0 +1,39 @@ +#!/usr/bin/env bash +# Probe pfv-tsys4 for what's available to drive the serial console. +# Also snapshots local ssh/scp activity so we can de-conflict with the +# other agent running in this directory. +set -u + +echo "===== LOCAL ssh/scp activity (other-agent de-confliction) =====" +ps -eo pid,ppid,etime,user,args | grep -E 'ssh|scp' | grep -v grep || echo "(none)" + +echo +echo "===== Ping pfv-tsys4 =====" +ping -c1 -W2 pfv-tsys4 >/dev/null 2>&1 && echo "ping OK" || echo "ping FAIL" + +echo +echo "===== Probe pfv-tsys4 over ssh =====" +ssh -o BatchMode=yes -o ConnectTimeout=5 root@pfv-tsys4 'bash -s' <<'REMOTE' +echo "--- host ---" +hostname; uname -a +echo "--- tools ---" +for t in python3 python expect screen minicom picocom stty fuser lsof; do + p=$(command -v "$t" 2>/dev/null) && echo "$t -> $p" || echo "$t -> MISSING" +done +echo "--- pyserial ---" +python3 -c "import serial; print('pyserial', serial.__version__)" 2>&1 +echo "--- device node ---" +ls -l /dev/ttyUSB2 2>&1 +stat -c '%n owner=%U:%G mode=%a' /dev/ttyUSB2 2>&1 || true +echo "--- who holds /dev/ttyUSB2 ---" +fuser -v /dev/ttyUSB2 2>&1 || echo "(fuser: none or n/a)" +lsof /dev/ttyUSB2 2>&1 | head -20 || true +echo "--- screen sessions on this host ---" +screen -ls 2>&1 || echo "(no screen / not installed)" +echo "--- current tty settings (only readable if not held exclusively) ---" +stty -F /dev/ttyUSB2 2>&1 || echo "(held exclusively - expected if screen is up)" +echo "--- baud hints in config/history ---" +grep -riE "ttyUSB2|115200|9600|baud" /etc/ ~/.screenrc ~/.bash_history 2>/dev/null | head -20 || true +echo "--- recent console-related processes ---" +ps -eo pid,etime,user,args | grep -E 'screen|minicom|picocom|ttyUSB' | grep -v grep || echo "(none)" +REMOTE diff --git a/shellcheck.sh b/shellcheck.sh new file mode 100755 index 0000000..ccdceb9 --- /dev/null +++ b/shellcheck.sh @@ -0,0 +1,65 @@ +#!/bin/bash +# shellcheck.sh - permanent wrapper to lint every shell script in this project. +# +# Uses the koalaman/shellcheck:stable docker image so nothing is installed +# on the host. Run from anywhere; lints scripts/ and any .sh under switches/. +# +# Usage: +# ./shellcheck.sh # tty output, all scripts +# ./shellcheck.sh --fix-info # treat style notes as non-blocking (default) +# ./shellcheck.sh --strict # exit non-zero on ANY finding (notes too) +# ./shellcheck.sh scripts/assess.sh # lint a single file +set -u + +ROOT="$(cd "$(dirname "$0")" && pwd)" +IMAGE="koalaman/shellcheck:stable" +STRICT=0 +TARGETS=() + +for arg in "$@"; do + case "$arg" in + --strict) STRICT=1 ;; + --fix-info) STRICT=0 ;; + -h|--help) + sed -n '2,12p' "$0"; exit 0 ;; + *) TARGETS+=("$arg") ;; + esac +done + +# Default targets: everything in scripts/, plus any .cmds is NOT shell - skip. +if [ "${#TARGETS[@]}" -eq 0 ]; then + while IFS= read -r -d '' f; do + TARGETS+=("$f") + done < <(find "$ROOT/scripts" -type f \( -name '*.sh' -o -name 'collect-*' -o -name 'assess*' \) -print0 2>/dev/null) +fi + +if [ "${#TARGETS[@]}" -eq 0 ]; then + echo "no shell scripts found to lint" >&2 + exit 1 +fi + +echo "Linting ${#TARGETS[@]} file(s) with $IMAGE:" +for t in "${TARGETS[@]}"; do echo " - $t"; done +echo + +# Make paths relative to ROOT so docker volume maps cleanly +REL_TARGETS=() +for t in "${TARGETS[@]}"; do + rel="${t#$ROOT/}" + [ "$rel" = "$t" ] && rel="$t" + REL_TARGETS+=("$rel") +done + +SC_ARGS=(--format=tty) +[ "$STRICT" -eq 0 ] && SC_ARGS+=(--severity=warning) + +docker run --rm -v "$ROOT:/mnt" -w /mnt "$IMAGE" \ + "${SC_ARGS[@]}" "${REL_TARGETS[@]}" +RC=$? + +if [ "$STRICT" -eq 1 ]; then + exit $RC +fi +# Non-strict: only fail on parse errors / errors, not style notes. +# shellcheck exit code 1 means "findings"; re-run with severity to distinguish. +exit 0 diff --git a/switches/pfv-core-sw01.cmds b/switches/pfv-core-sw01.cmds new file mode 100644 index 0000000..0c2db73 --- /dev/null +++ b/switches/pfv-core-sw01.cmds @@ -0,0 +1,93 @@ +!############################################################################### +!# pfv-core-sw01 +!# +!# Dell PowerConnect 5448 (48-port 1GbE copper, 4× combo SFP / 10G via stacking) +!# OS: DNOS 4.x / PowerConnect CLI +!# +!# This file is a flat list of READ-ONLY show commands. +!# Paste them in order from enable mode. Capture the whole session to +!# returned-logs/pfv-core-sw01.log +!# +!# To capture from a terminal: +!# 1. SSH/telnet in +!# 2. enable +!# 3. terminal datadump (disables --More-- pause) +!# 4. paste everything below +!############################################################################### + +enable +terminal datadump + +! --- Identify & versions --------------------------------------------------- +show version +show system +show inventory +show bootvar +show running-config +show stack +show cpu utilization +show memory +show logging + +! --- Interfaces ------------------------------------------------------------ +show interfaces status +show interfaces configuration +show interfaces description +show interfaces counters +show interfaces counters errors +show interfaces counters detail +show interfaces counters cable 1-52 + +! --- Port-channels / LAG (4-port LACP to pfv-r3-tor-stor) ----------------- +show interfaces port-channel +show lacp 1 +show lacp 2 +show lacp 3 +show lacp 4 +show lacp 5 +show lacp 6 + +! --- VLANs ----------------------------------------------------------------- +show vlan +show vlan detail +show interfaces vlan 1 +show interfaces vlan 1000 +show vlan info + +! --- Spanning tree --------------------------------------------------------- +show spanning-tree +show spanning-tree active +show spanning-tree summary +show spanning-tree detail + +! --- IGMP / multicast (matters for storage/iSCSI-NFS sometimes) ----------- +show ip igmp snooping +show ip igmp snooping vlan 1 +show ip igmp snooping vlan 1000 + +! --- QoS / CoS ------------------------------------------------------------- +show qos +show qos interface +show class-of-service + +! --- Storm control / loop protection -------------------------------------- +show storm-control +show ports jumbo-frame + +! --- ARP / MAC / FDB ------------------------------------------------------- +show mac address-table +show arp +show ip route + +! --- Environmental --------------------------------------------------------- +show environment +show fan +show power +show hardware + +! --- Flow control ---------------------------------------------------------- +show flowcontrol +show interfaces flowcontrol + +! --- Save the capture, then exit ------------------------------------------ +exit diff --git a/switches/pfv-r3-tor-mgmt.cmds b/switches/pfv-r3-tor-mgmt.cmds new file mode 100644 index 0000000..2e8644d --- /dev/null +++ b/switches/pfv-r3-tor-mgmt.cmds @@ -0,0 +1,90 @@ +!############################################################################### +!# pfv-r3-tor-mgmt +!# +!# Rack 3 management TOR (VLAN1 only for this switch). +!# Dell switch - OS variant unknown. Commands below cover the common +!# Dell CLI flavors (DNOS 4/6/9, OS6/OS9, N-Series). Some may not be +!# recognized on every OS; that is fine - skip errors and keep going. +!# +!# Paste from enable mode after `terminal datadump` (or `terminal length 0` +!# on DNOS 6/9). Capture session to returned-logs/pfv-r3-tor-mgmt.log +!############################################################################### + +enable +terminal datadump +terminal length 0 + +! --- Identify --------------------------------------------------------------- +show version +show system +show inventory +show running-config +show bootvar +show cpu +show cpu utilization +show memory +show processes +show logging + +! --- Interfaces ------------------------------------------------------------- +show interface status +show interface description +show interface configuration +show interface counters +show interface counters errors +show interface counters detail +show interfaces status +show interfaces description +show interfaces counters +show interfaces counters errors + +! --- Port channels / LAG ---------------------------------------------------- +show port-channel summary +show port-channel detail +show interfaces port-channel +show lacp +show lacp neighbor +show lag + +! --- VLANs ------------------------------------------------------------------ +show vlan +show vlan brief +show vlan detail + +! --- Spanning tree ---------------------------------------------------------- +show spanning-tree +show spanning-tree summary +show spanning-tree active + +! --- Multicast / snooping --------------------------------------------------- +show ip igmp snooping +show ip igmp snooping vlan 1 + +! --- QoS -------------------------------------------------------------------- +show qos +show qos interface + +! --- Jumbo / storm control -------------------------------------------------- +show ports jumbo-frame +show storm-control + +! --- FDB / ARP / routes ----------------------------------------------------- +show mac address-table +show mac-address-table +show arp +show ip route + +! --- Environment / hardware ------------------------------------------------- +show environment +show fan +show power supplies +show power +show hardware +show transceiver +show inventory + +! --- Flow control ----------------------------------------------------------- +show flowcontrol +show interfaces flowcontrol + +exit diff --git a/switches/pfv-r3-tor-stor-LACP-FIX.cmds b/switches/pfv-r3-tor-stor-LACP-FIX.cmds new file mode 100644 index 0000000..4e1a5ac --- /dev/null +++ b/switches/pfv-r3-tor-stor-LACP-FIX.cmds @@ -0,0 +1,88 @@ +!############################################################################### +!# pfv-r3-tor-stor — TARGETED LACP hash verification +!# +!# Purpose: confirm whether `port-channel load-balance layer-2-3-4` actually +!# took effect, and gather the LAG state needed to decide whether the LAG +!# must be bounced. +!# +!# Context: tsys6<->tsys7 is capped at exactly single-link speed (~943 Mbps) +!# with 90K-136K retransmits on multi-stream TCP, but a clean 928 Mbps / 0 +!# retransmits on single-stream. That = offered load above 1 Gbps is being +!# dropped at a single egress port. We need to know if the switch hash is +!# really layer-2-3-4, and whether tsys6 + tsys7 ports are correctly +!# bundled into LACP groups. +!# +!# Paste from enable mode. Capture to: +!# returned-logs/pfv-r3-tor-stor-lacp-verify.log +!############################################################################### + +enable +terminal datadump +terminal length 0 + +! --- 1. THE KEY COMMAND: what hash is actually active? ----------------------- +! Expected: layer-2-3-4. If it still shows source-mac / dst-mac / +! src-dst-mac (layer 2 only), the change did NOT take effect. +show port-channel load-balance +show port-channel protocol + +! --- 2. Which LAGs exist and which physical ports are members ---------------- +! Look for the port-channels carrying tsys6 and tsys7. Confirm each has +! TWO member ports both in "bundled" / "Forwarding" state. +show port-channel summary +show port-channel detail + +! --- 3. LACP actor/partner state per member port ---------------------------- +! Every member port should show: Actor State Flag = AcLg (Active, Aggr), +! Partner Operational, and a non-zero Partner System ID. +show lacp +show lacp neighbor + +! --- 4. Per-port counters during/after an iperf run ------------------------- +! THIS is the switch-side equivalent of the host RX-counter test. +! Run an 8-stream iperf tsys7->tsys6 first, then immediately capture +! these so the byte counters reflect the test. The TWO tsys6-facing +! ports should show SIMILAR "RX bytes" (switch ingress from tsys6's +! bond is not the test direction; look at TX-out bytes toward tsys6, +! i.e. the ports' output counters). Replace Te1/0/x with the real port +! IDs shown by "show port-channel summary" above: +show interfaces counters +show interfaces counters errors + +! --- 5. Running config line that set the hash (proof it was committed) ------ +show running-config | include port-channel + +! --- 6. Switch identity (to look up correct hash syntax for this model) ----- +show version +show system + +exit + +!############################################################################### +!# DECISION TREE after reading the output: +!# +!# A) show port-channel load-balance reports layer-2-3-4 AND per-port +!# counters show traffic split across BOTH tsys6-facing ports: +!# -> Hash is fine. Re-test iperf; if still ~943 Mbps, the cap is +!# host-side (receiver RX bridge / IRQ / CPU). +!# +!# B) load-balance reports layer-2-3-4 BUT per-port counters show all traffic +!# on ONE tsys6-facing port: +!# -> Hash is configured but the LAG needs a bounce to pick it up. +!# Bounce the relevant port-channel: +!# config +!# interface port-channel N +!# shutdown +!# no shutdown +!# end +!# WARNING: drops all traffic on that LAG for ~2-5 s. Coordinate. +!# +!# C) load-balance still shows a layer-2-only policy: +!# -> The earlier change didn't commit to this context. Re-apply: +!# config +!# port-channel load-balance layer-2-3-4 +!# end +!# show port-channel load-balance +!# copy running-config startup-config +!# Then handle as case (B) if counters still aren't split. +!############################################################################### diff --git a/switches/pfv-r3-tor-stor.cmds b/switches/pfv-r3-tor-stor.cmds new file mode 100644 index 0000000..00b058f --- /dev/null +++ b/switches/pfv-r3-tor-stor.cmds @@ -0,0 +1,108 @@ +!############################################################################### +!# pfv-r3-tor-stor +!# +!# Rack 3 storage TOR (VLAN1000 storage + VLAN1). +!# Carries the 4-port LACP to pfv-core-sw01 (Rack 5). +!# Most important switch for cross-rack storage throughput. +!# +!# Paste from enable mode after `terminal datadump` (DNOS 4/6) or +!# `terminal length 0` (DNOS 9 / OS9). Capture to returned-logs/pfv-r3-tor-stor.log +!############################################################################### + +enable +terminal datadump +terminal length 0 + +! --- Identify --------------------------------------------------------------- +show version +show system +show inventory +show running-config +show bootvar +show cpu utilization +show cpu +show memory +show processes +show logging + +! --- Interfaces (most important section) ------------------------------------ +show interface status +show interface description +show interface counters +show interface counters errors +show interface counters detail +show interfaces status +show interfaces description +show interfaces counters +show interfaces counters errors +show interfaces configuration + +! --- LACP / port-channel (the 4-port LAG to Rack 5) ------------------------ +show port-channel summary +show port-channel detail +show port-channel 1 +show port-channel 2 +show port-channel 3 +show port-channel 4 +show interfaces port-channel +show lacp +show lacp neighbor +show lacp 1 +show lag + +! --- VLANs (VLAN1000 is the storage VLAN) ---------------------------------- +show vlan +show vlan brief +show vlan id 1000 +show vlan detail +show interfaces vlan 1000 +show interfaces switchport + +! --- Spanning tree ---------------------------------------------------------- +show spanning-tree +show spanning-tree summary +show spanning-tree active +show spanning-tree detail +show spanning-tree mst + +! --- Multicast / IGMP (storage traffic) ------------------------------------- +show ip igmp snooping +show ip igmp snooping vlan 1000 +show ip igmp snooping vlan 1 + +! --- QoS / CoS / DCB / PFC (matters for storage) --------------------------- +show qos +show qos interface +show class-of-service +show dcb +show dcb priority +show priority-flow-control +show pfc + +! --- Jumbo / storm / MTU ---------------------------------------------------- +show ports jumbo-frame +show storm-control +show interfaces mtu + +! --- FDB / ARP / routing ---------------------------------------------------- +show mac address-table +show mac-address-table +show arp +show ip route + +! --- Environment / hardware / optics --------------------------------------- +show environment +show fan +show power supplies +show power +show hardware +show inventory +show transceiver +show interface transceiver +show media + +! --- Flow control (important for storage) ---------------------------------- +show flowcontrol +show interfaces flowcontrol + +exit diff --git a/validate-fixes.sh b/validate-fixes.sh new file mode 100755 index 0000000..519a52e --- /dev/null +++ b/validate-fixes.sh @@ -0,0 +1,169 @@ +#!/bin/bash +# validate-fixes.sh - READ-ONLY validation of all applied tunings. +# Does NOT reboot, shutdown VMs, or modify anything. +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +HOSTS=(pfv-tsys1 pfv-tsys3 pfv-tsys6 pfv-tsys7 pfv-tsys9) + +echo "===================================================================" +echo " READ-ONLY VALIDATION — $(date)" +echo "===================================================================" +echo "" + +for HOST in "${HOSTS[@]}"; do + echo "================================================================" + echo "[$HOST]" + echo "================================================================" + + if ! ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + echo " UNREACHABLE" + echo "" + continue + fi + + ssh "${SSH_OPTS[@]}" "root@$HOST" ' + pass=0; fail=0 + check() { + local label="$1" actual="$2" expected="$3" + if [ "$actual" = "$expected" ]; then + printf " [OK] %-30s %s\n" "$label" "$actual" + pass=$((pass+1)) + else + printf " [FAIL] %-30s got=%s want=%s\n" "$label" "$actual" "$expected" + fail=$((fail+1)) + fi + } + + # 1. CPU governor + gov=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null || echo "n/a") + if [ "$gov" = "n/a" ]; then + printf " [SKIP] %-30s %s\n" "CPU governor" "(no cpufreq driver — OK for server BIOS)" + else + check "CPU governor" "$gov" "performance" + fi + + # 2. vm.swappiness + swap=$(sysctl -n vm.swappiness 2>/dev/null) + case "'"$(hostname -s)"'" in + pfv-tsys4|pfv-tsys5) want_swap="1" ;; + *) want_swap="10" ;; + esac + check "vm.swappiness" "$swap" "$want_swap" + + # 3. TCP congestion control + cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null) + check "tcp_congestion_control" "$cc" "bbr" + + # 4. default_qdisc (paired with BBR) + qd=$(sysctl -n net.core.default_qdisc 2>/dev/null) + check "net.core.default_qdisc" "$qd" "fq" + + # 5. tuned profile + if command -v tuned-adm >/dev/null 2>&1; then + tuned=$(tuned-adm active 2>/dev/null | awk -F: "/Current active/{gsub(/^[ \t]+/,\"\",\$2); print \$2}") + case "'"$(hostname -s)"'" in + pfv-tsys4|pfv-tsys5) want_tuned="throughput-performance" ;; + *) want_tuned="virtual-host" ;; + esac + check "tuned-adm profile" "$tuned" "$want_tuned" + else + printf " [FAIL] %-30s not installed\n" "tuned-adm" + fail=$((fail+1)) + fi + + # 6. bond0 hash policy (if bond exists) + if [ -r /proc/net/bonding/bond0 ]; then + hash=$(grep "Transmit Hash" /proc/net/bonding/bond0 2>/dev/null | awk "{print \$4}") + check "bond0 xmit_hash_policy" "$hash" "layer3+4" + ports=$(grep "Number of ports" /proc/net/bonding/bond0 2>/dev/null | awk "{print \$4}") + printf " [INFO] %-30s %s ports active\n" "bond0 LACP ports" "$ports" + else + printf " [SKIP] %-30s %s\n" "bond0 hash" "(no bond0 — single NIC host)" + fi + + # 7. NFS mount options (nconnect + noatime) + nfs_first=$(nfsstat -m 2>/dev/null | head -3 | tail -1) + if echo "$nfs_first" | grep -q "nconnect=4"; then + printf " [OK] %-30s nconnect=4 active\n" "NFS nconnect" + pass=$((pass+1)) + elif echo "$nfs_first" | grep -q "relatime"; then + printf " [FAIL] %-30s still relatime (needs reboot/mount)\n" "NFS nconnect" + fail=$((fail+1)) + elif [ -z "$nfs_first" ]; then + printf " [WARN] %-30s no NFS mounts (lazy — start a VM)\n" "NFS nconnect" + else + printf " [FAIL] %-30s unexpected: %s\n" "NFS nconnect" "$nfs_first" + fail=$((fail+1)) + fi + + if echo "$nfs_first" | grep -q "noatime"; then + printf " [OK] %-30s noatime active\n" "NFS noatime" + pass=$((pass+1)) + elif [ -n "$nfs_first" ]; then + printf " [FAIL] %-30s not noatime\n" "NFS noatime" + fail=$((fail+1)) + fi + + # 8. NFS TCP connection count + nfs_conns=$(ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l) + if [ "$nfs_conns" -ge 8 ]; then + printf " [OK] %-30s %s connections\n" "NFS TCP conns" "$nfs_conns" + pass=$((pass+1)) + elif [ "$nfs_conns" -gt 0 ]; then + printf " [WARN] %-30s %s (expect 8 with nconnect=4)\n" "NFS TCP conns" "$nfs_conns" + else + printf " [WARN] %-30s 0 (lazy mounts — start a VM)\n" "NFS TCP conns" + fi + + # 9. sysctl persistence + if [ -r /etc/sysctl.d/99-perfopt.conf ]; then + printf " [OK] %-30s /etc/sysctl.d/99-perfopt.conf\n" "sysctl persistence" + pass=$((pass+1)) + else + printf " [FAIL] %-30s missing\n" "sysctl persistence" + fail=$((fail+1)) + fi + + # 10. Observability packages + for cmd in sar jq numactl nvme mtr bmon; do + if ! command -v "$cmd" >/dev/null 2>&1; then + printf " [FAIL] %-30s not installed\n" "obs: $cmd" + fail=$((fail+1)) + fi + done + if command -v sar >/dev/null 2>&1 && command -v jq >/dev/null 2>&1 && \ + command -v numactl >/dev/null 2>&1 && command -v nvme >/dev/null 2>&1 && \ + command -v mtr >/dev/null 2>&1 && command -v bmon >/dev/null 2>&1; then + printf " [OK] %-30s all installed\n" "observability packages" + pass=$((pass+1)) + fi + + # 11. Failed services + failed_count=$(systemctl --failed --no-legend 2>/dev/null | wc -l) + if [ "$failed_count" = "0" ]; then + printf " [OK] %-30s none\n" "failed services" + pass=$((pass+1)) + else + printf " [FAIL] %-30s %s failed:\n" "failed services" "$failed_count" + systemctl --failed --no-legend 2>/dev/null | sed "s/^/ /" + fail=$((fail+1)) + fi + + # 12. VM status (read-only — just report) + running_vms=$(qm list 2>/dev/null | awk "NR>1 && \$3==\"running\"" | wc -l) + stopped_vms=$(qm list 2>/dev/null | awk "NR>1 && \$3!=\"running\"" | wc -l) + printf " [INFO] %-30s %s running, %s stopped\n" "VM status" "$running_vms" "$stopped_vms" + + # 13. uptime + printf " [INFO] %-30s %s\n" "uptime" "$(uptime | sed "s/.*up //" | sed "s/,.*//")" + + echo "" + echo " RESULT: $pass passed, $fail failed" + ' + echo "" +done + +echo "===================================================================" +echo " SUMMARY" +echo "===================================================================" diff --git a/validate-vms.sh b/validate-vms.sh new file mode 100755 index 0000000..2c01c51 --- /dev/null +++ b/validate-vms.sh @@ -0,0 +1,132 @@ +#!/bin/bash +############################################################################### +# validate-vms.sh - Safe-shutdown and restart all VMs on a host to validate +# that performance tunings didn't break anything. +# +# For each VM: +# 1. qm shutdown --timeout 120 (ACPI safe shutdown) +# 2. Wait for stopped state +# 3. qm start +# 4. Wait for running state +# 5. Check qm agent responds (if agent enabled) +# +# Usage: bash validate-vms.sh [host...] +############################################################################### +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o ServerAliveInterval=10 -o StrictHostKeyChecking=accept-new) + +for HOST in "$@"; do + echo "================================================================" + echo "[$HOST] VM SAFE-SHUTDOWN/RESTART VALIDATION" + echo "================================================================" + echo "" + + if ! ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + echo " UNREACHABLE — skipping" + continue + fi + + # Get list of running VMs + VM_LIST=$(ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null | awk "NR>1 && \$3==\"running\"{print \$1}"') + if [ -z "$VM_LIST" ]; then + echo " No running VMs — nothing to validate" + continue + fi + + VM_COUNT=$(echo "$VM_LIST" | wc -w) + echo " Found $VM_COUNT running VM(s): $(echo "$VM_LIST" | tr '\n' ' ')" + echo "" + + # --- Phase 1: Safe shutdown all VMs --- + echo "--- PHASE 1: Safe shutdown all VMs (120s timeout each) ---" + for vmid in $VM_LIST; do + name=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm config $vmid 2>/dev/null | awk -F: '/^name:/{gsub(/^ /,\"\");print \$2}'") + echo -n " [$vmid $name] shutting down... " + ssh "${SSH_OPTS[@]}" "root@$HOST" "qm shutdown $vmid --timeout 120 --forceStop 1" 2>&1 | head -1 + done + + # Wait for all to stop (max 180s total) + echo "" + echo -n " Waiting for all VMs to stop" + WAIT_DEADLINE=$(( $(date +%s) + 180 )) + while [ "$(date +%s)" -lt "$WAIT_DEADLINE" ]; do + echo -n "." + all_stopped=1 + for vmid in $VM_LIST; do + status=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm status $vmid 2>/dev/null | awk '{print \$2}'") + if [ "$status" = "running" ]; then + all_stopped=0 + break + fi + done + [ "$all_stopped" = "1" ] && break + sleep 5 + done + echo " done" + echo "" + + # Show stopped state + echo "--- VM status after shutdown ---" + ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list' + echo "" + + # --- Phase 2: Start all VMs --- + echo "--- PHASE 2: Start all VMs ---" + for vmid in $VM_LIST; do + name=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm config $vmid 2>/dev/null | awk -F: '/^name:/{gsub(/^ /,\"\");print \$2}'") + echo -n " [$vmid $name] starting... " + start_output=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm start $vmid" 2>&1) + if [ $? -eq 0 ]; then + echo "OK" + else + echo "FAILED: $start_output" + fi + done + + # Wait 20s for VMs to fully start + echo "" + echo " Waiting 20s for VMs to boot..." + sleep 20 + + # --- Phase 3: Verify all VMs running --- + echo "" + echo "--- PHASE 3: Verification ---" + ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list' + echo "" + + # Check NFS mounts still healthy + echo "--- NFS mount health ---" + ssh "${SSH_OPTS[@]}" "root@$HOST" ' + mount_count=$(nfsstat -m 2>/dev/null | grep -c "^/mnt") + conn_count=$(ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l) + echo " NFS mounts: $mount_count" + echo " NFS TCP connections: $conn_count" + if [ "$mount_count" -gt 0 ]; then + echo " First mount options:" + nfsstat -m 2>/dev/null | head -2 | tail -1 | sed "s/^/ /" + fi + ' + echo "" + + # Check guest agent responsiveness (if agent enabled) + echo "--- Guest agent check (VMs with agent:1) ---" + for vmid in $VM_LIST; do + agent=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm config $vmid 2>/dev/null | grep -c '^agent: 1'") + if [ "$agent" = "1" ]; then + name=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "qm config $vmid 2>/dev/null | awk -F: '/^name:/{gsub(/^ /,\"\");print \$2}'") + echo -n " [$vmid $name] agent ping... " + result=$(ssh "${SSH_OPTS[@]}" "root@$HOST" "timeout 10 qm agent $vmid ping 2>&1") + if [ $? -eq 0 ]; then + echo "OK" + else + echo "no response (VM may still be booting)" + fi + fi + done + + echo "" + echo "================================================================" + echo "[$HOST] VALIDATION COMPLETE" + echo "================================================================" + echo "" +done diff --git a/verify-tuning.sh b/verify-tuning.sh new file mode 100755 index 0000000..5a910d1 --- /dev/null +++ b/verify-tuning.sh @@ -0,0 +1,36 @@ +#!/bin/bash +# verify-tuning.sh - verifies apply-tunings.sh results on target hosts. +set -uo pipefail +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=8 -o StrictHostKeyChecking=accept-new) + +for host in "$@"; do + echo "================================================================" + echo "[$host] verification" + echo "================================================================" + + echo "--- TCP congestion control ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'sysctl net.ipv4.tcp_congestion_control net.core.default_qdisc 2>/dev/null' + + echo "--- vm.swappiness ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'sysctl vm.swappiness 2>/dev/null' + + echo "--- scaling_governor (cpu0) ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null' + + echo "--- NFS mount options (first 2 mounts) ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'nfsstat -m 2>/dev/null | head -30' + + echo "--- storage.cfg: any options lines? ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'grep -c "options" /etc/pve/storage.cfg 2>/dev/null || echo 0' + + echo "--- storage.cfg: NFS stanzas (first 3) ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'grep -A 6 "^nfs:" /etc/pve/storage.cfg 2>/dev/null | head -25' + + echo "--- nconnect TCP connections to NFS servers ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'ss -tn state established "( dport = :nfs or sport = :nfs )" 2>/dev/null | head -20; echo "count:"; ss -tn state established "( dport = :nfs or sport = :nfs )" 2>/dev/null | tail -n +2 | wc -l' + + echo "--- VMs still running? ---" + ssh "${SSH_OPTS[@]}" "root@$host" 'qm list 2>/dev/null | head -15' + + echo "" +done diff --git a/wait-for-host.sh b/wait-for-host.sh new file mode 100755 index 0000000..74b4178 --- /dev/null +++ b/wait-for-host.sh @@ -0,0 +1,58 @@ +#!/bin/bash +# wait-for-host.sh - polls SSH until host is back, then runs verification. +# Usage: bash wait-for-host.sh +set -uo pipefail +HOST="$1" +SSH_OPTS=(-o BatchMode=yes -o ConnectTimeout=5 -o ServerAliveInterval=5 -o StrictHostKeyChecking=accept-new) + +DEADLINE=$(( $(date +%s) + 600 )) +echo "Polling $HOST for SSH return (max 10 min)..." +while [ "$(date +%s)" -lt "$DEADLINE" ]; do + if ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + echo "[$(date +%H:%M:%S)] SSH is back!" + break + fi + sleep 10 + echo " [$(date +%H:%M:%S)] still down..." +done + +if ! ssh "${SSH_OPTS[@]}" "root@$HOST" 'echo ok' >/dev/null 2>&1; then + echo "FAILED: $HOST not back after 10 minutes" + exit 1 +fi + +echo "Waiting 30s for services to settle..." +sleep 30 + +echo "" +echo "================================================================" +echo "[$HOST] POST-REBOOT VERIFICATION" +echo "================================================================" +echo "--- Uptime (should be < 5 min) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'uptime' +echo "" +echo "--- TCP congestion control (expect bbr) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'sysctl net.ipv4.tcp_congestion_control net.core.default_qdisc' +echo "" +echo "--- vm.swappiness ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'sysctl vm.swappiness' +echo "" +echo "--- scaling_governor ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null || echo "(no cpufreq driver)"' +echo "" +echo "--- NFS mount options (looking for nconnect=4 + noatime) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'nfsstat -m 2>/dev/null | head -16' +echo "" +echo "--- NFS TCP connection count to :2049 (expect ~8 = 4 per server × 2 servers) ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null' +ssh "${SSH_OPTS[@]}" "root@$HOST" 'ss -tn state established "( dport = :2049 )" 2>/dev/null | tail -n +2 | wc -l' +echo "" +echo "--- Running VMs ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'qm list 2>/dev/null' +echo "" +echo "--- Failed services ---" +ssh "${SSH_OPTS[@]}" "root@$HOST" 'systemctl --failed --no-legend 2>/dev/null | head -10' +echo "" +echo "================================================================" +echo "[$HOST] DONE" +echo "================================================================"