chore: initialize repo with full project state
Performance optimization engagement for a 7-host Proxmox R&D cluster.
Captures the accumulated work across host tuning, network analysis,
fleet assessment, and kubernetes architecture planning.
Contents:
- Host-side tunings (scripts/): CPU governor, swappiness, BBR, NFS
nconnect, tuned profiles -- complete on 5 of 7 hosts
- Validation + benchmarking scripts: iperf matrix, bond/NFS fixes
- Collected host data (returned-logs/): check.sh output from all 7
hosts + iperf results, including newly-validated pfv-tsys9
- AGENTS.md: operating context for AI agents
- PROJECT.md: board-ready fleet assessment with VM placement and
storage redundancy analysis (40 VMs across 7 hosts)
- K8S.md: kubernetes architecture deep-dive covering cnode/wnode
distribution, StorageClass design, and ETL/HPC workload planning
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
# Crush internal state
|
||||
.crush/
|
||||
|
||||
# OS/editor
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.log.tmp
|
||||
@@ -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 |
|
||||
@@ -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.
|
||||
+724
@@ -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 |
|
||||
Executable
+29
@@ -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
|
||||
Executable
+41
@@ -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
|
||||
Executable
+51
@@ -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'
|
||||
Executable
+169
@@ -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
|
||||
Executable
+56
@@ -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> [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> [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
|
||||
@@ -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'
|
||||
Executable
+128
@@ -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 <host> [--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 <host> [--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 "==================================================================="
|
||||
Executable
+37
@@ -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
|
||||
Executable
+60
@@ -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
|
||||
Executable
+293
@@ -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/"
|
||||
Executable
+184
@@ -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 "==================================================================="
|
||||
Executable
+119
@@ -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"
|
||||
Executable
+88
@@ -0,0 +1,88 @@
|
||||
#!/bin/bash
|
||||
# reboot-and-verify.sh - reboots a host and verifies NFS nconnect activates.
|
||||
# Usage: bash reboot-and-verify.sh <host>
|
||||
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 "================================================================"
|
||||
Executable
+91
@@ -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 <host>
|
||||
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 "================================================================"
|
||||
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
running
|
||||
ok pfv-tsys1.log 911607 17324
|
||||
@@ -0,0 +1,2 @@
|
||||
running
|
||||
ok pfv-tsys3.log 725429 10091
|
||||
@@ -0,0 +1,2 @@
|
||||
running
|
||||
ok pfv-tsys4.log 603525 11030
|
||||
@@ -0,0 +1,2 @@
|
||||
running
|
||||
ok pfv-tsys5.log 1047724 17559
|
||||
@@ -0,0 +1,2 @@
|
||||
running
|
||||
ok pfv-tsys6.log 743495 14563
|
||||
@@ -0,0 +1,2 @@
|
||||
running
|
||||
ok pfv-tsys7.log 896348 17341
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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
|
||||
@@ -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.
|
||||
===================================================================
|
||||
@@ -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.
|
||||
===================================================================
|
||||
@@ -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
|
||||
@@ -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.
|
||||
===================================================================
|
||||
@@ -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%).
|
||||
===================================================================
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -0,0 +1 @@
|
||||
iperf3: error - the server is busy running a test. try again later
|
||||
@@ -0,0 +1 @@
|
||||
iperf3: error - the server is busy running a test. try again later
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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 ===
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
[Kpfv-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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Executable
+141
@@ -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" <<EOF
|
||||
#!/bin/bash
|
||||
# Rollback for bond-xmit-hash-policy change
|
||||
# Restores original /etc/network/interfaces and reloads
|
||||
set -euo pipefail
|
||||
cp -a "$BACKUP_DIR/interfaces" /etc/network/interfaces
|
||||
echo "Restored /etc/network/interfaces"
|
||||
echo "Reloading networking..."
|
||||
ifreload -a 2>&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 "==================================================================="
|
||||
Executable
+439
@@ -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-<timestamp>/
|
||||
# - 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 <<EOF
|
||||
A manual edit to /etc/network/interfaces is required. The bond0 stanza
|
||||
needs this line added (it defaults to layer2, which is wrong for storage):
|
||||
|
||||
bond-xmit-hash-policy layer3+4
|
||||
|
||||
After editing, you MUST reload networking for it to take effect:
|
||||
ifreload -a # safe, brings interfaces down/up
|
||||
# OR
|
||||
systemctl restart networking # heavier, briefly drops connections
|
||||
|
||||
WARNING: applying this on a remote host over bond0 will briefly drop your
|
||||
SSH session. Run from console/IPMI, or schedule a maintenance window.
|
||||
|
||||
The change is reversible by removing the line and reloading again.
|
||||
EOF
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# --- main path (dryrun or apply) ------------------------------------------
|
||||
mkdir -p "$BACKUP_DIR"
|
||||
|
||||
# Emit the rollback script header
|
||||
cat > "$ROLLBACK_SCRIPT" <<EOF
|
||||
#!/bin/bash
|
||||
# Auto-generated rollback for perfopt apply-tunings.sh
|
||||
# Backup timestamp: $TS
|
||||
# Backup dir: $BACKUP_DIR
|
||||
# Generated on: $HOST
|
||||
set -u
|
||||
EOF
|
||||
chmod +x "$ROLLBACK_SCRIPT"
|
||||
|
||||
backup_file() {
|
||||
local f="$1"
|
||||
if [ -e "$f" ]; then
|
||||
cp -a "$f" "$BACKUP_DIR/$(echo "$f" | sed 's|^/||; s|/|__|g')"
|
||||
fi
|
||||
}
|
||||
|
||||
# Helper: append a restore command to the rollback script
|
||||
rb_restore() {
|
||||
local f="$1"
|
||||
local bk
|
||||
bk="$BACKUP_DIR/$(echo "$f" | sed 's|^/||; s|/|__|g')"
|
||||
cat >> "$ROLLBACK_SCRIPT" <<EOF
|
||||
if [ -r "$bk" ]; then
|
||||
cp -a "$bk" "$f" && echo "restored $f"
|
||||
else
|
||||
echo "WARN: backup $bk missing — $f left as-is"
|
||||
fi
|
||||
EOF
|
||||
}
|
||||
|
||||
# Helper: append a sysctl restore command
|
||||
rb_sysctl_restore() {
|
||||
local key="$1" orig_val="$2"
|
||||
cat >> "$ROLLBACK_SCRIPT" <<EOF
|
||||
sysctl -w "$key=$orig_val" >/dev/null && echo "restored $key=$orig_val"
|
||||
EOF
|
||||
}
|
||||
|
||||
# Helper: append a tuned-adm restore
|
||||
rb_tuned_restore() {
|
||||
local profile="$1"
|
||||
cat >> "$ROLLBACK_SCRIPT" <<EOF
|
||||
tuned-adm profile "$profile" 2>/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 <<EOF
|
||||
[Unit]
|
||||
Description=Set CPU scaling_governor=performance (perfopt)
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo performance > "\$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" <<EOF
|
||||
for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "$cur" > "\$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 <<EOF
|
||||
# perfopt apply-tunings.sh — $TS — host=$HOST role=$HOST_ROLE
|
||||
vm.swappiness = $SWAPPINESS
|
||||
EOF
|
||||
sysctl -w "vm.swappiness=$SWAPPINESS" >/dev/null
|
||||
echo " applied (persisted to /etc/sysctl.d/99-perfopt.conf)"
|
||||
rb_restore /etc/sysctl.d/99-perfopt.conf
|
||||
cat >> "$ROLLBACK_SCRIPT" <<EOF
|
||||
rm -f /etc/sysctl.d/99-perfopt.conf
|
||||
sysctl -w "vm.swappiness=$cur_swappiness" >/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 <<EOF
|
||||
# perfopt apply-tunings.sh — $TS
|
||||
tcp_bbr
|
||||
EOF
|
||||
modprobe tcp_bbr 2>/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 <<EOF
|
||||
# perfopt apply-tunings.sh — $TS — host=$HOST role=$HOST_ROLE
|
||||
vm.swappiness = $SWAPPINESS
|
||||
|
||||
# TCP BBR + high-BDP buffers (good for NFS over 1-10 GbE)
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
net.core.default_qdisc = fq
|
||||
net.core.rmem_max = $TARGET_RMEM_MAX
|
||||
net.core.wmem_max = $TARGET_WMEM_MAX
|
||||
net.core.rmem_default = $TARGET_RMEM_DEFAULT
|
||||
net.core.wmem_default = $TARGET_WMEM_DEFAULT
|
||||
net.core.netdev_max_backlog = $TARGET_NETDEV_MAX_BACKLOG
|
||||
net.core.somaxconn = $TARGET_SOMAXCONN
|
||||
net.ipv4.tcp_rmem = $TARGET_TCP_RMEM
|
||||
net.ipv4.tcp_wmem = $TARGET_TCP_WMEM
|
||||
EOF
|
||||
sysctl --system >/dev/null 2>&1
|
||||
echo " applied (written to /etc/sysctl.d/99-perfopt.conf + sysctl --system)"
|
||||
# Rebuild rollback for sysctl
|
||||
cat >> "$ROLLBACK_SCRIPT" <<EOF
|
||||
# Restore original sysctl state
|
||||
rm -f /etc/sysctl.d/99-perfopt.conf
|
||||
EOF
|
||||
rb_sysctl_restore "net.ipv4.tcp_congestion_control" "$cur_cc"
|
||||
rb_sysctl_restore "vm.swappiness" "$cur_swappiness"
|
||||
# Note: original buffer sizes not all captured; restoration is best-effort.
|
||||
cat >> "$ROLLBACK_SCRIPT" <<EOF
|
||||
echo "Note: net buffers restored to kernel defaults (original values not captured)."
|
||||
echo "Run 'sysctl --system' to apply."
|
||||
sysctl --system >/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 - <<PYEOF
|
||||
import re, pathlib
|
||||
p = pathlib.Path("/etc/pve/storage.cfg")
|
||||
text = p.read_text()
|
||||
pattern = re.compile(r'(^nfs:\s*\S+\n(?:[ \t]+[^\n]+\n)+)', re.MULTILINE)
|
||||
modified = 0
|
||||
def fix(m):
|
||||
global modified
|
||||
block = m.group(1)
|
||||
if 'options' in block:
|
||||
return block
|
||||
lines = block.rstrip('\n').split('\n')
|
||||
lines.insert(1, '\toptions nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2')
|
||||
modified += 1
|
||||
return '\n'.join(lines) + '\n'
|
||||
new_text = pattern.sub(fix, text)
|
||||
if modified:
|
||||
p.write_text(new_text)
|
||||
print(f" patched {modified} NFS stanzas with options line")
|
||||
else:
|
||||
print(" no NFS stanza needed patching (all already had options or no nfs: found)")
|
||||
PYEOF
|
||||
# Remount existing NFS mounts to pick up new options
|
||||
echo " remounting NFS mounts to apply new options..."
|
||||
while IFS= read -r mp; do
|
||||
mount -o remount "$mp" 2>/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" <<EOF
|
||||
# To fully undo NFS options, also remount:
|
||||
while IFS= read -r mp; do
|
||||
mount -o remount "\$mp" 2>/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 "==================================================================="
|
||||
Executable
+1138
File diff suppressed because it is too large
Load Diff
Executable
+86
@@ -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 "==================================================================="
|
||||
@@ -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"
|
||||
Executable
+153
@@ -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 <peer> -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: "<slave> 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"
|
||||
@@ -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 "==================================================================="
|
||||
Executable
+112
@@ -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 "==================================================================="
|
||||
Executable
+127
@@ -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 <switch-name> [device]
|
||||
#
|
||||
# <switch-name> e.g. pfv-core-sw01 (must have switches/<name>.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 <switch-name> [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
|
||||
@@ -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()
|
||||
@@ -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
|
||||
@@ -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
|
||||
Executable
+65
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user