01JH9SGVVE53WAWAVAGDAK9X4B: bench

BasicConfig {
    output_rules: [
        "=/work/bench-results.tgz",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/bench-results.tgz",
            series: "benchmark",
            name: "bench-results.tgz",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JH9SHCYY6NTKSSERJ9ENDHBD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-11T04:28:19.486Zjob dependencies complete; ready to run (waiting for 6 m 35 s)
22025-01-11T04:29:05.569Zjob assigned to worker 01JH9SXHY4GKBCXVSZ0ZVC9B2P [factory aws, i-0fef42055ac1e3a36] (queued for 46 s)
32025-01-11T04:29:13.220Zdownloading input: /input/xde/work/debug/xde.dbg
42025-01-11T04:29:13.910Zdownloaded input: /input/xde/work/debug/xde.dbg
52025-01-11T04:29:13.910Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62025-01-11T04:29:13.922Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72025-01-11T04:29:13.922Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82025-01-11T04:29:13.940Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92025-01-11T04:29:13.940Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102025-01-11T04:29:13.952Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112025-01-11T04:29:13.952Zdownloading input: /input/xde/work/release/xde
122025-01-11T04:29:14.392Zdownloaded input: /input/xde/work/release/xde
132025-01-11T04:29:14.392Zdownloading input: /input/xde/work/release/xde.sha256
142025-01-11T04:29:14.405Zdownloaded input: /input/xde/work/release/xde.sha256
152025-01-11T04:29:14.405Zdownloading input: /input/xde/work/release/xde_link.so
162025-01-11T04:29:14.425Zdownloaded input: /input/xde/work/release/xde_link.so
172025-01-11T04:29:14.425Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182025-01-11T04:29:14.439Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192025-01-11T04:29:14.441Zdownloading input: /input/xde/work/test/loopback
202025-01-11T04:29:15.311Zdownloaded input: /input/xde/work/test/loopback
212025-01-11T04:29:15.311Zdownloading input: /input/xde/work/xde.conf
222025-01-11T04:29:15.325Zdownloaded input: /input/xde/work/xde.conf
 
232025-01-11T04:29:15.325Zstarting task 0: "setup"
242025-01-11T04:29:15.338Z++ uname -s
252025-01-11T04:29:15.341Z+ kern=SunOS
262025-01-11T04:29:15.341Z+ case "$kern" in
272025-01-11T04:29:15.341Z+ groupadd -g 12345 build
282025-01-11T04:29:15.343Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
292025-01-11T04:29:17.350Z+ zfs create -o mountpoint=/work rpool/work
302025-01-11T04:29:17.468Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
312025-01-11T04:29:17.471Z+ home_fs=zfs
322025-01-11T04:29:17.471Z+ [[ zfs == autofs ]]
332025-01-11T04:29:17.471Z+ mkdir -p /home/build
342025-01-11T04:29:17.475Z+ chown build:build /home/build /work
352025-01-11T04:29:19.475Z+ chmod 0700 /home/build /work
362025-01-11T04:29:19.478Zprocess exited: duration 4152 ms, exit code 0
 
372025-01-11T04:29:19.483Zstarting task 1: "rust-toolchain"
382025-01-11T04:29:19.493Z+ printf ' * toolchain channel = "%s"
392025-01-11T04:29:19.493Z' stable
402025-01-11T04:29:19.493Z * toolchain channel = "stable"
412025-01-11T04:29:19.493Z * toolchain profile = "default"
422025-01-11T04:29:19.493Z+ printf ' * toolchain profile = "%s"
432025-01-11T04:29:19.493Z' default
442025-01-11T04:29:19.493Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
452025-01-11T04:29:19.494Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
462025-01-11T04:29:19.610Zinfo: downloading installer
472025-01-11T04:29:20.801Zinfo: profile set to 'default'
482025-01-11T04:29:20.801Zinfo: default host triple is x86_64-unknown-illumos
492025-01-11T04:29:20.801Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
502025-01-11T04:29:20.947Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
512025-01-11T04:29:20.947Zinfo: downloading component 'cargo'
522025-01-11T04:29:21.712Zinfo: downloading component 'clippy'
532025-01-11T04:29:22.001Zinfo: downloading component 'rust-docs'
542025-01-11T04:29:23.031Zinfo: downloading component 'rust-std'
552025-01-11T04:29:24.559Zinfo: downloading component 'rustc'
562025-01-11T04:29:30.517Zinfo: downloading component 'rustfmt'
572025-01-11T04:29:30.742Zinfo: installing component 'cargo'
582025-01-11T04:29:31.561Zinfo: installing component 'clippy'
592025-01-11T04:29:31.944Zinfo: installing component 'rust-docs'
602025-01-11T04:29:33.572Zinfo: installing component 'rust-std'
612025-01-11T04:29:35.299Zinfo: installing component 'rustc'
622025-01-11T04:29:41.240Zinfo: installing component 'rustfmt'
632025-01-11T04:29:41.577Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
642025-01-11T04:29:41.578Z
652025-01-11T04:29:41.970Z stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
662025-01-11T04:29:41.970Z
672025-01-11T04:29:41.973Z
682025-01-11T04:29:41.973ZRust is installed now. Great!
692025-01-11T04:29:41.973Z
702025-01-11T04:29:41.973ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
712025-01-11T04:29:41.973Zenvironment variable. This has not been done automatically.
722025-01-11T04:29:41.973Z
732025-01-11T04:29:41.973ZTo configure your current shell, you need to source
742025-01-11T04:29:41.973Zthe corresponding env file under $HOME/.cargo.
752025-01-11T04:29:41.973Z
762025-01-11T04:29:41.973ZThis is usually done by running one of the following (note the leading DOT):
772025-01-11T04:29:41.973Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
782025-01-11T04:29:41.973Zsource "$HOME/.cargo/env.fish" # For fish
792025-01-11T04:29:42.047Z+ rustc --version
802025-01-11T04:29:42.115Zrustc 1.84.0 (9fc6b4312 2025-01-07)
812025-01-11T04:29:42.118Zprocess exited: duration 22633 ms, exit code 0
 
822025-01-11T04:29:42.123Zstarting task 2: "authentication"
832025-01-11T04:29:42.145Zprocess exited: duration 21 ms, exit code 0
 
842025-01-11T04:29:42.151Zstarting task 3: "clone repository"
852025-01-11T04:29:42.156Z+ mkdir -p /work/oxidecomputer/opte
862025-01-11T04:29:42.158Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872025-01-11T04:29:42.199ZCloning into '/work/oxidecomputer/opte'...
882025-01-11T04:29:42.940Z+ cd /work/oxidecomputer/opte
892025-01-11T04:29:42.940Z+ git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253
902025-01-11T04:29:43.221ZFrom https://github.com/oxidecomputer/opte
912025-01-11T04:29:43.221Z * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD
922025-01-11T04:29:43.229Z+ [[ -n renovate/thiserror-2.x-lockfile ]]
932025-01-11T04:29:43.232Z++ git branch --show-current
942025-01-11T04:29:43.235Z+ current=master
952025-01-11T04:29:43.235Z+ [[ master != renovate/thiserror-2.x-lockfile ]]
962025-01-11T04:29:43.235Z+ git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253
972025-01-11T04:29:43.237Z+ git checkout -f renovate/thiserror-2.x-lockfile
982025-01-11T04:29:43.259ZSwitched to branch 'renovate/thiserror-2.x-lockfile'
992025-01-11T04:29:43.261Z+ git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253
1002025-01-11T04:29:43.265ZHEAD is now at d97d263 Update Rust crate thiserror to v2.0.11
1012025-01-11T04:29:43.269Zprocess exited: duration 1114 ms, exit code 0
 
1022025-01-11T04:29:43.274Zstarting task 4: "build"
1032025-01-11T04:29:43.279Z+ pfexec pkg install brand/sparse opte iperf demangle flamegraph
1042025-01-11T04:29:49.725Z Startup: Refreshing catalog 'helios-dev' ... Done
1052025-01-11T04:29:53.774Z Startup: Caching catalogs ... Done
1062025-01-11T04:30:05.601ZPlanning: Solver setup ... Done
1072025-01-11T04:30:05.763ZPlanning: Running solver ... Done
1082025-01-11T04:30:05.878ZPlanning: Finding local manifests ... Done
1092025-01-11T04:30:05.891ZPlanning: Fetching manifests: 0/6 0% complete
1102025-01-11T04:30:06.002ZPlanning: Fetching manifests: 6/6 100% complete
1112025-01-11T04:30:06.078ZPlanning: Package planning ... Done
1122025-01-11T04:30:06.084ZPlanning: Merging actions ... Done
1132025-01-11T04:30:06.382ZPlanning: Checking for conflicting actions ... Done
1142025-01-11T04:30:08.404ZPlanning: Consolidating action changes ... Done
1152025-01-11T04:30:08.835ZPlanning: Evaluating mediators ... Done
1162025-01-11T04:30:08.904ZPlanning: Planning completed in 15.03 seconds
1172025-01-11T04:30:08.919Z Packages to install: 4
1182025-01-11T04:30:08.922Z Packages to update: 2
1192025-01-11T04:30:08.922Z Services to change: 1
1202025-01-11T04:30:08.922Z Create boot environment: No
1212025-01-11T04:30:08.922ZCreate backup boot environment: Yes
1222025-01-11T04:30:08.996Z
1232025-01-11T04:30:08.996ZDownload: 0/1024 items 0.0/18.4MB 0% complete
1242025-01-11T04:30:12.692ZDownload: Completed 18.37 MB in 3.69 seconds (5.0M/s)
1252025-01-11T04:30:14.698Z Actions: 1/1482 actions (Removing old actions)
1262025-01-11T04:30:14.718Z Actions: 199/1482 actions (Installing new actions)
1272025-01-11T04:30:15.283Z Actions: 642/1482 actions (Updating modified actions)
1282025-01-11T04:30:15.596Z Actions: Completed 1482 actions in 0.90 seconds.
1292025-01-11T04:30:15.982Z Done
1302025-01-11T04:30:15.985Z Done
1312025-01-11T04:30:16.509Z Done
1322025-01-11T04:30:20.820Z Done
1332025-01-11T04:30:20.903Z Done
1342025-01-11T04:30:20.905Z Done
1352025-01-11T04:30:26.785Z Done
1362025-01-11T04:30:27.185Z+ [[ -z 01JH9SHCYY6NTKSSERJ9ENDHBD ]]
1372025-01-11T04:30:27.187Z+ trap cleanup EXIT
1382025-01-11T04:30:27.187Z+ OUT_DIR=/work/bench-results
1392025-01-11T04:30:27.187Z+ mkdir -p /work/bench-results
1402025-01-11T04:30:27.187Z+ mkdir -p target/criterion
1412025-01-11T04:30:27.190Z+ mkdir -p target/xde-bench
1422025-01-11T04:30:27.193Z+ banner collect
1432025-01-11T04:30:27.195Z
1442025-01-11T04:30:27.195Z #### #### # # ###### #### #####
1452025-01-11T04:30:27.195Z # # # # # # # # # #
1462025-01-11T04:30:27.195Z # # # # # ##### # #
1472025-01-11T04:30:27.195Z # # # # # # # #
1482025-01-11T04:30:27.195Z # # # # # # # # # #
1492025-01-11T04:30:27.195Z #### #### ###### ###### ###### #### #
1502025-01-11T04:30:27.195Z
1512025-01-11T04:30:27.196Z++ cat .git/refs/heads/master
1522025-01-11T04:30:27.198Z+ BASELINE_COMMIT=e4b312a4dd455c759a6df5a45dab2c4347754c32
1532025-01-11T04:30:27.198Z+ [[ renovate/thiserror-2.x-lockfile == \m\a\s\t\e\r ]]
1542025-01-11T04:30:27.198Z+ get_artifact opte benchmark e4b312a4dd455c759a6df5a45dab2c4347754c32 bench-results.tgz
1552025-01-11T04:30:27.198Z+ local curl_res
1562025-01-11T04:30:27.198Z+ repo=opte
1572025-01-11T04:30:27.198Z+ series=benchmark
1582025-01-11T04:30:27.198Z+ commit=e4b312a4dd455c759a6df5a45dab2c4347754c32
1592025-01-11T04:30:27.198Z+ name=bench-results.tgz
1602025-01-11T04:30:27.198Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1612025-01-11T04:30:27.199Z+ mkdir -p download
1622025-01-11T04:30:27.199Z+ pushd download
1632025-01-11T04:30:27.199Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
1642025-01-11T04:30:27.199Z+ [[ ! -f bench-results.tgz ]]
1652025-01-11T04:30:27.199Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/e4b312a4dd455c759a6df5a45dab2c4347754c32/bench-results.tgz
1662025-01-11T04:30:27.206Z % Total % Received % Xferd Average Speed Time Time Time Current
1672025-01-11T04:30:27.208Z Dload Upload Total Spent Left Speed
1682025-01-11T04:30:27.504Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3593k 100 3593k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 11.8M
1692025-01-11T04:30:27.507Z+ curl_res=0
1702025-01-11T04:30:27.507Z+ popd
1712025-01-11T04:30:27.507Z/work/oxidecomputer/opte
1722025-01-11T04:30:27.507Z+ return 0
1732025-01-11T04:30:27.507Z+ tar -xf download/bench-results.tgz -C target
1742025-01-11T04:30:27.820Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
1752025-01-11T04:30:27.822Z+ rm -r target/bench-results
1762025-01-11T04:30:27.826Z+ [[ '' -eq 1 ]]
1772025-01-11T04:30:27.826Z+ uname -a
1782025-01-11T04:30:27.829ZSunOS w-01JH9SXHY4GKBCXVSZ0ZVC9B2P 5.11 helios-2.0.22827 i86pc i386 i86pc
1792025-01-11T04:30:27.829Z+ cat /etc/versions/build
1802025-01-11T04:30:27.829Zheads/stlouis-0-g60122b5709
1812025-01-11T04:30:27.829Z+ dladm
1822025-01-11T04:30:27.831ZLINK CLASS MTU STATE BRIDGE OVER
1832025-01-11T04:30:27.831Zena0 phys 9216 up -- --
1842025-01-11T04:30:27.831Z+ ipadm
1852025-01-11T04:30:27.834ZADDROBJ TYPE STATE ADDR
1862025-01-11T04:30:27.834Zlo0/v4 static ok 127.0.0.1/8
1872025-01-11T04:30:27.834Zena0/dhcp dhcp ok 10.150.1.217/24
1882025-01-11T04:30:27.834Zlo0/v6 static ok ::1/128
1892025-01-11T04:30:27.836Z+ pfexec rem_drv xde
1902025-01-11T04:30:27.844Z+ set -o errexit
1912025-01-11T04:30:27.844Z+ set -o pipefail
1922025-01-11T04:30:27.847Z+ banner prepare
1932025-01-11T04:30:27.847Z
1942025-01-11T04:30:27.847Z ##### ##### ###### ##### ## ##### ######
1952025-01-11T04:30:27.847Z # # # # # # # # # # # #
1962025-01-11T04:30:27.847Z # # # # ##### # # # # # # #####
1972025-01-11T04:30:27.847Z ##### ##### # ##### ###### ##### #
1982025-01-11T04:30:27.847Z # # # # # # # # # #
1992025-01-11T04:30:27.847Z # # # ###### # # # # # ######
2002025-01-11T04:30:27.847Z
2012025-01-11T04:30:27.847Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2022025-01-11T04:30:27.850Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2032025-01-11T04:30:27.918Z+ pfexec add_drv xde
2042025-01-11T04:30:28.084Z+ banner bench
2052025-01-11T04:30:28.087Z
2062025-01-11T04:30:28.087Z ##### ###### # # #### # #
2072025-01-11T04:30:28.087Z # # # ## # # # # #
2082025-01-11T04:30:28.087Z ##### ##### # # # # ######
2092025-01-11T04:30:28.087Z # # # # # # # # #
2102025-01-11T04:30:28.087Z # # # # ## # # # #
2112025-01-11T04:30:28.087Z ##### ###### # # #### # #
2122025-01-11T04:30:28.087Z
2132025-01-11T04:30:28.087Z+ cargo kbench local
2142025-01-11T04:30:28.091Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
2152025-01-11T04:30:28.276Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
2162025-01-11T04:30:28.276Zinfo: downloading component 'cargo'
2172025-01-11T04:30:29.028Zinfo: downloading component 'clippy'
2182025-01-11T04:30:29.317Zinfo: downloading component 'rust-docs'
2192025-01-11T04:30:30.364Zinfo: downloading component 'rust-std'
2202025-01-11T04:30:31.879Zinfo: downloading component 'rustc'
2212025-01-11T04:30:37.583Zinfo: downloading component 'rustfmt'
2222025-01-11T04:30:37.804Zinfo: installing component 'cargo'
2232025-01-11T04:30:38.628Zinfo: installing component 'clippy'
2242025-01-11T04:30:39.006Zinfo: installing component 'rust-docs'
2252025-01-11T04:30:40.657Zinfo: installing component 'rust-std'
2262025-01-11T04:30:42.317Zinfo: installing component 'rustc'
2272025-01-11T04:30:47.975Zinfo: installing component 'rustfmt'
2282025-01-11T04:30:48.483Z Updating crates.io index
2292025-01-11T04:30:48.569Z Updating git repository `https://github.com/oxidecomputer/falcon`
2302025-01-11T04:30:49.362Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2312025-01-11T04:30:49.908Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2322025-01-11T04:30:50.173Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2332025-01-11T04:30:50.496Z Updating git repository `https://github.com/oxidecomputer/zone`
2342025-01-11T04:30:50.779Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2352025-01-11T04:30:51.035Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362025-01-11T04:30:51.442Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2372025-01-11T04:30:51.700Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2382025-01-11T04:30:52.651Z Downloading crates ...
2392025-01-11T04:30:52.749Z Downloaded anstyle v1.0.10
2402025-01-11T04:30:52.753Z Downloaded anes v0.1.6
2412025-01-11T04:30:52.759Z Downloaded anyhow v1.0.95
2422025-01-11T04:30:52.766Z Downloaded pin-utils v0.1.0
2432025-01-11T04:30:52.769Z Downloaded cfg_aliases v0.2.1
2442025-01-11T04:30:52.771Z Downloaded equivalent v1.0.1
2452025-01-11T04:30:52.774Z Downloaded proc-macro-error v1.0.4
2462025-01-11T04:30:52.777Z Downloaded ciborium-io v0.2.2
2472025-01-11T04:30:52.779Z Downloaded pcap-parser v0.16.0
2482025-01-11T04:30:52.783Z Downloaded time-core v0.1.2
2492025-01-11T04:30:52.785Z Downloaded anstyle-query v1.1.2
2502025-01-11T04:30:52.785Z Downloaded foreign-types-macros v0.2.3
2512025-01-11T04:30:52.790Z Downloaded cstr-argument v0.1.2
2522025-01-11T04:30:52.792Z Downloaded ppv-lite86 v0.2.20
2532025-01-11T04:30:52.795Z Downloaded proc-macro-error-attr v1.0.4
2542025-01-11T04:30:52.797Z Downloaded take_mut v0.2.2
2552025-01-11T04:30:52.802Z Downloaded darling_macro v0.20.10
2562025-01-11T04:30:52.804Z Downloaded plotters-svg v0.3.7
2572025-01-11T04:30:52.807Z Downloaded num-conv v0.1.0
2582025-01-11T04:30:52.809Z Downloaded schemars_derive v0.8.21
2592025-01-11T04:30:52.809Z Downloaded powerfmt v0.2.0
2602025-01-11T04:30:52.812Z Downloaded foreign-types-shared v0.3.1
2612025-01-11T04:30:52.812Z Downloaded circular v0.3.0
2622025-01-11T04:30:52.812Z Downloaded ident_case v1.0.1
2632025-01-11T04:30:52.814Z Downloaded tokio-macros v2.4.0
2642025-01-11T04:30:52.814Z Downloaded slog-envlogger v2.2.0
2652025-01-11T04:30:52.817Z Downloaded is-terminal v0.4.13
2662025-01-11T04:30:52.817Z Downloaded dirs-next v2.0.0
2672025-01-11T04:30:52.819Z Downloaded autocfg v1.4.0
2682025-01-11T04:30:52.822Z Downloaded scopeguard v1.2.0
2692025-01-11T04:30:52.822Z Downloaded rand_chacha v0.3.1
2702025-01-11T04:30:52.824Z Downloaded same-file v1.0.6
2712025-01-11T04:30:52.824Z Downloaded rusticata-macros v4.1.0
2722025-01-11T04:30:52.827Z Downloaded either v1.13.0
2732025-01-11T04:30:52.829Z Downloaded deranged v0.3.11
2742025-01-11T04:30:52.829Z Downloaded slog-scope v4.4.0
2752025-01-11T04:30:52.832Z Downloaded utf8parse v0.2.2
2762025-01-11T04:30:52.832Z Downloaded futures-executor v0.3.31
2772025-01-11T04:30:52.834Z Downloaded futures-core v0.3.31
2782025-01-11T04:30:52.836Z Downloaded foreign-types v0.5.0
2792025-01-11T04:30:52.836Z Downloaded embedded-io v0.6.1
2802025-01-11T04:30:52.839Z Downloaded rand_core v0.6.4
2812025-01-11T04:30:52.839Z Downloaded dyn-clone v1.0.17
2822025-01-11T04:30:52.842Z Downloaded clap_lex v0.7.4
2832025-01-11T04:30:52.842Z Downloaded ciborium-ll v0.2.2
2842025-01-11T04:30:52.844Z Downloaded cookie-factory v0.3.3
2852025-01-11T04:30:52.846Z Downloaded quote v1.0.38
2862025-01-11T04:30:52.849Z Downloaded cast v0.3.0
2872025-01-11T04:30:52.849Z Downloaded terminal_size v0.4.1
2882025-01-11T04:30:52.851Z Downloaded thread_local v1.1.8
2892025-01-11T04:30:52.853Z Downloaded oorandom v11.1.4
2902025-01-11T04:30:52.853Z Downloaded walkdir v2.5.0
2912025-01-11T04:30:52.856Z Downloaded managed v0.8.0
2922025-01-11T04:30:52.856Z Downloaded futures-sink v0.3.31
2932025-01-11T04:30:52.859Z Downloaded futures-macro v0.3.31
2942025-01-11T04:30:52.859Z Downloaded hash32 v0.3.1
2952025-01-11T04:30:52.861Z Downloaded crossbeam-deque v0.8.6
2962025-01-11T04:30:52.861Z Downloaded lazy_static v1.5.0
2972025-01-11T04:30:52.864Z Downloaded futures-task v0.3.31
2982025-01-11T04:30:52.864Z Downloaded colorchoice v1.0.3
2992025-01-11T04:30:52.866Z Downloaded cfg-if v1.0.0
3002025-01-11T04:30:52.866Z Downloaded strsim v0.11.1
3012025-01-11T04:30:52.869Z Downloaded thiserror-impl v1.0.69
3022025-01-11T04:30:52.871Z Downloaded tabwriter v1.4.1
3032025-01-11T04:30:52.871Z Downloaded embedded-io v0.4.0
3042025-01-11T04:30:52.873Z Downloaded proc-macro-error2 v2.0.1
3052025-01-11T04:30:52.876Z Downloaded zerocopy-derive v0.7.35
3062025-01-11T04:30:52.879Z Downloaded pin-project-lite v0.2.15
3072025-01-11T04:30:52.885Z Downloaded postcard v1.1.1
3082025-01-11T04:30:52.888Z Downloaded num_enum v0.5.11
3092025-01-11T04:30:52.892Z Downloaded tracing-attributes v0.1.28
3102025-01-11T04:30:52.894Z Downloaded lock_api v0.4.12
3112025-01-11T04:30:52.897Z Downloaded uuid v1.11.0
3122025-01-11T04:30:52.899Z Downloaded smallvec v1.13.2
3132025-01-11T04:30:52.902Z Downloaded criterion-plot v0.5.0
3142025-01-11T04:30:52.905Z Downloaded toml_datetime v0.6.8
3152025-01-11T04:30:52.905Z Downloaded plotters-backend v0.3.7
3162025-01-11T04:30:52.907Z Downloaded proc-macro2 v1.0.92
3172025-01-11T04:30:52.910Z Downloaded defmt v0.3.10
3182025-01-11T04:30:52.912Z Downloaded unicode-ident v1.0.14
3192025-01-11T04:30:52.915Z Downloaded parking_lot_core v0.9.10
3202025-01-11T04:30:52.925Z Downloaded version_check v0.9.5
3212025-01-11T04:30:52.927Z Downloaded ryu v1.0.18
3222025-01-11T04:30:52.929Z Downloaded num-traits v0.2.19
3232025-01-11T04:30:52.932Z Downloaded schemars v0.8.21
3242025-01-11T04:30:52.944Z Downloaded tinytemplate v1.2.1
3252025-01-11T04:30:52.947Z Downloaded colored v2.2.0
3262025-01-11T04:30:52.949Z Downloaded clap v4.5.23
3272025-01-11T04:30:52.957Z Downloaded serde_derive v1.0.217
3282025-01-11T04:30:52.960Z Downloaded rayon-core v1.12.1
3292025-01-11T04:30:52.964Z Downloaded tracing-core v0.1.33
3302025-01-11T04:30:52.967Z Downloaded tracing v0.1.41
3312025-01-11T04:30:52.971Z Downloaded heapless v0.8.0
3322025-01-11T04:30:52.975Z Downloaded ciborium v0.2.2
3332025-01-11T04:30:52.978Z Downloaded slog-async v2.8.0
3342025-01-11T04:30:52.980Z Downloaded serde v1.0.217
3352025-01-11T04:30:52.983Z Downloaded rand v0.8.5
3362025-01-11T04:30:52.986Z Downloaded toml_edit v0.19.15
3372025-01-11T04:30:53.004Z Downloaded thiserror v1.0.69
3382025-01-11T04:30:53.008Z Downloaded crossbeam-channel v0.5.14
3392025-01-11T04:30:53.012Z Downloaded zerocopy-derive v0.8.14
3402025-01-11T04:30:53.018Z Downloaded memchr v2.7.4
3412025-01-11T04:30:53.024Z Downloaded time v0.3.37
3422025-01-11T04:30:53.032Z Downloaded itertools v0.10.5
3432025-01-11T04:30:53.038Z Downloaded clap_builder v4.5.23
3442025-01-11T04:30:53.045Z Downloaded hashbrown v0.15.2
3452025-01-11T04:30:53.050Z Downloaded itertools v0.13.0
3462025-01-11T04:30:53.056Z Downloaded zerocopy v0.7.35
3472025-01-11T04:30:53.071Z Downloaded winnow v0.6.22
3482025-01-11T04:30:53.079Z Downloaded rayon v1.10.0
3492025-01-11T04:30:53.088Z Downloaded winnow v0.5.40
3502025-01-11T04:30:53.096Z Downloaded plotters v0.3.7
3512025-01-11T04:30:53.104Z Downloaded serde_json v1.0.134
3522025-01-11T04:30:53.111Z Downloaded futures-util v0.3.31
3532025-01-11T04:30:53.122Z Downloaded nix v0.29.0
3542025-01-11T04:30:53.133Z Downloaded syn v1.0.109
3552025-01-11T04:30:53.142Z Downloaded zerocopy v0.8.14
3562025-01-11T04:30:53.165Z Downloaded regex v1.11.1
3572025-01-11T04:30:53.176Z Downloaded unicode-width v0.2.0
3582025-01-11T04:30:53.181Z Downloaded syn v2.0.95
3592025-01-11T04:30:53.192Z Downloaded smoltcp v0.11.0
3602025-01-11T04:30:53.203Z Downloaded regex-syntax v0.8.5
3612025-01-11T04:30:53.211Z Downloaded rustix v0.38.42
3622025-01-11T04:30:53.231Z Downloaded itertools v0.12.1
3632025-01-11T04:30:53.237Z Downloaded criterion v0.5.1
3642025-01-11T04:30:53.243Z Downloaded nom v7.1.3
3652025-01-11T04:30:53.248Z Downloaded mio v1.0.3
3662025-01-11T04:30:53.253Z Downloaded half v2.4.1
3672025-01-11T04:30:53.255Z Downloaded aho-corasick v1.1.3
3682025-01-11T04:30:53.261Z Downloaded minimal-lexical v0.2.1
3692025-01-11T04:30:53.265Z Downloaded stable_deref_trait v1.2.0
3702025-01-11T04:30:53.267Z Downloaded indexmap v2.7.0
3712025-01-11T04:30:53.270Z Downloaded darling_core v0.20.10
3722025-01-11T04:30:53.274Z Downloaded regex-automata v0.4.9
3732025-01-11T04:30:53.289Z Downloaded log v0.4.22
3742025-01-11T04:30:53.292Z Downloaded bytes v1.9.0
3752025-01-11T04:30:53.295Z Downloaded arc-swap v1.7.1
3762025-01-11T04:30:53.298Z Downloaded proc-macro-error-attr2 v2.0.0
3772025-01-11T04:30:53.301Z Downloaded parking_lot v0.12.3
3782025-01-11T04:30:53.301Z Downloaded crossbeam-utils v0.8.21
3792025-01-11T04:30:53.303Z Downloaded crossbeam-epoch v0.9.18
3802025-01-11T04:30:53.306Z Downloaded crc32fast v1.4.2
3812025-01-11T04:30:53.308Z Downloaded futures v0.3.31
3822025-01-11T04:30:53.311Z Downloaded libc v0.2.169
3832025-01-11T04:30:53.333Z Downloaded socket2 v0.5.8
3842025-01-11T04:30:53.336Z Downloaded slog-term v2.9.1
3852025-01-11T04:30:53.338Z Downloaded slog v2.7.0
3862025-01-11T04:30:53.340Z Downloaded bitflags v2.6.0
3872025-01-11T04:30:53.343Z Downloaded anstream v0.6.18
3882025-01-11T04:30:53.345Z Downloaded time-macros v0.2.19
3892025-01-11T04:30:53.348Z Downloaded thiserror v2.0.11
3902025-01-11T04:30:53.351Z Downloaded once_cell v1.20.2
3912025-01-11T04:30:53.354Z Downloaded cobs v0.2.3
3922025-01-11T04:30:53.356Z Downloaded tokio v1.42.0
3932025-01-11T04:30:53.388Z Downloaded clap_derive v4.5.18
3942025-01-11T04:30:53.391Z Downloaded getrandom v0.2.15
3952025-01-11T04:30:53.393Z Downloaded darling v0.20.10
3962025-01-11T04:30:53.396Z Downloaded futures-channel v0.3.31
3972025-01-11T04:30:53.398Z Downloaded bitflags v1.3.2
3982025-01-11T04:30:53.401Z Downloaded thiserror-impl v2.0.11
3992025-01-11T04:30:53.403Z Downloaded term v0.7.0
4002025-01-11T04:30:53.405Z Downloaded signal-hook-registry v1.4.2
4012025-01-11T04:30:53.405Z Downloaded serde_derive_internals v0.29.1
4022025-01-11T04:30:53.408Z Downloaded ctor v0.2.9
4032025-01-11T04:30:53.408Z Downloaded macaddr v1.0.1
4042025-01-11T04:30:53.410Z Downloaded itoa v1.0.14
4052025-01-11T04:30:53.411Z Downloaded pretty-hex v0.2.1
4062025-01-11T04:30:53.411Z Downloaded futures-io v0.3.31
4072025-01-11T04:30:53.413Z Downloaded slog-stdlog v4.1.1
4082025-01-11T04:30:53.413Z Downloaded slab v0.4.9
4092025-01-11T04:30:53.413Z Downloaded is_terminal_polyfill v1.70.1
4102025-01-11T04:30:53.416Z Downloaded ipnetwork v0.20.0
4112025-01-11T04:30:53.416Z Downloaded heck v0.5.0
4122025-01-11T04:30:53.418Z Downloaded dirs-sys-next v0.1.2
4132025-01-11T04:30:53.418Z Downloaded defmt-macros v0.4.0
4142025-01-11T04:30:53.421Z Downloaded heck v0.4.1
4152025-01-11T04:30:53.421Z Downloaded defmt-parser v0.4.1
4162025-01-11T04:30:53.423Z Downloaded fnv v1.0.7
4172025-01-11T04:30:53.423Z Downloaded errno v0.3.10
4182025-01-11T04:30:53.423Z Downloaded byteorder v1.5.0
4192025-01-11T04:30:53.425Z Downloaded anstyle-parse v0.2.6
4202025-01-11T04:30:53.428Z Downloaded proc-macro-crate v1.3.1
4212025-01-11T04:30:53.428Z Downloaded num_enum_derive v0.5.11
4222025-01-11T04:30:53.594Z Compiling proc-macro2 v1.0.92
4232025-01-11T04:30:53.594Z Compiling unicode-ident v1.0.14
4242025-01-11T04:30:53.597Z Compiling libc v0.2.169
4252025-01-11T04:30:53.597Z Compiling cfg-if v1.0.0
4262025-01-11T04:30:53.597Z Compiling autocfg v1.4.0
4272025-01-11T04:30:53.611Z Compiling memchr v2.7.4
4282025-01-11T04:30:53.613Z Compiling serde v1.0.217
4292025-01-11T04:30:53.613Z Compiling byteorder v1.5.0
4302025-01-11T04:30:53.718Z Compiling version_check v0.9.5
4312025-01-11T04:30:53.776Z Compiling syn v1.0.109
4322025-01-11T04:30:53.934Z Compiling pin-project-lite v0.2.15
4332025-01-11T04:30:54.040Z Compiling bitflags v2.6.0
4342025-01-11T04:30:54.253Z Compiling fnv v1.0.7
4352025-01-11T04:30:54.264Z Compiling itoa v1.0.14
4362025-01-11T04:30:54.336Z Compiling strsim v0.11.1
4372025-01-11T04:30:54.347Z Compiling either v1.13.0
4382025-01-11T04:30:54.359Z Compiling ident_case v1.0.1
4392025-01-11T04:30:54.427Z Compiling once_cell v1.20.2
4402025-01-11T04:30:54.552Z Compiling equivalent v1.0.1
4412025-01-11T04:30:54.651Z Compiling anyhow v1.0.95
4422025-01-11T04:30:54.761Z Compiling hashbrown v0.15.2
4432025-01-11T04:30:54.845Z Compiling serde_json v1.0.134
4442025-01-11T04:30:54.963Z Compiling regex-syntax v0.8.5
4452025-01-11T04:30:55.224Z Compiling lock_api v0.4.12
4462025-01-11T04:30:55.247Z Compiling parking_lot_core v0.9.10
4472025-01-11T04:30:55.588Z Compiling quote v1.0.38
4482025-01-11T04:30:55.698Z Compiling aho-corasick v1.1.3
4492025-01-11T04:30:55.755Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4502025-01-11T04:30:55.788Z Compiling zerocopy v0.8.14
4512025-01-11T04:30:55.824Z Compiling indexmap v2.7.0
4522025-01-11T04:30:55.842Z Compiling winnow v0.5.40
4532025-01-11T04:30:55.881Z Compiling dyn-clone v1.0.17
4542025-01-11T04:30:56.079Z Compiling syn v2.0.95
4552025-01-11T04:30:56.119Z Compiling crossbeam-utils v0.8.21
4562025-01-11T04:30:56.616Z Compiling ryu v1.0.18
4572025-01-11T04:30:56.842Z Compiling toml_datetime v0.6.8
4582025-01-11T04:30:56.962Z Compiling itertools v0.13.0
4592025-01-11T04:30:57.149Z Compiling scopeguard v1.2.0
4602025-01-11T04:30:57.256Z Compiling heapless v0.8.0
4612025-01-11T04:30:57.281Z Compiling thiserror v1.0.69
4622025-01-11T04:30:57.815Z Compiling smallvec v1.13.2
4632025-01-11T04:30:58.146Z Compiling lazy_static v1.5.0
4642025-01-11T04:30:58.247Z Compiling regex-automata v0.4.9
4652025-01-11T04:30:58.985Z Compiling toml_edit v0.19.15
4662025-01-11T04:30:59.686Z Compiling getrandom v0.2.15
4672025-01-11T04:30:59.723Z Compiling hash32 v0.3.1
4682025-01-11T04:30:59.927Z Compiling smoltcp v0.11.0
4692025-01-11T04:30:59.995Z Compiling macaddr v1.0.1
4702025-01-11T04:31:00.214Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4712025-01-11T04:31:00.429Z Compiling schemars v0.8.21
4722025-01-11T04:31:00.489Z Compiling stable_deref_trait v1.2.0
4732025-01-11T04:31:00.579Z Compiling rand_core v0.6.4
4742025-01-11T04:31:00.827Z Compiling parking_lot v0.12.3
4752025-01-11T04:31:00.993Z Compiling mio v1.0.3
4762025-01-11T04:31:01.012Z Compiling socket2 v0.5.8
4772025-01-11T04:31:01.546Z Compiling proc-macro-crate v1.3.1
4782025-01-11T04:31:02.100Z Compiling regex v1.11.1
4792025-01-11T04:31:02.134Z Compiling signal-hook-registry v1.4.2
4802025-01-11T04:31:02.251Z Compiling darling_core v0.20.10
4812025-01-11T04:31:02.389Z Compiling serde_derive_internals v0.29.1
4822025-01-11T04:31:02.944Z Compiling slab v0.4.9
4832025-01-11T04:31:03.259Z Compiling cobs v0.2.3
4842025-01-11T04:31:03.311Z Compiling foreign-types-shared v0.3.1
4852025-01-11T04:31:03.422Z Compiling managed v0.8.0
4862025-01-11T04:31:03.581Z Compiling bytes v1.9.0
4872025-01-11T04:31:03.855Z Compiling slog v2.7.0
4882025-01-11T04:31:04.256Z Compiling bitflags v1.3.2
4892025-01-11T04:31:04.262Z Compiling rustix v0.38.42
4902025-01-11T04:31:04.797Z Compiling errno v0.3.10
4912025-01-11T04:31:04.987Z Compiling tracing-core v0.1.33
4922025-01-11T04:31:05.019Z Compiling cstr-argument v0.1.2
4932025-01-11T04:31:05.089Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4942025-01-11T04:31:05.201Z Compiling proc-macro-error-attr v1.0.4
4952025-01-11T04:31:05.253Z Compiling futures-core v0.3.31
4962025-01-11T04:31:05.453Z Compiling pretty-hex v0.2.1
4972025-01-11T04:31:05.465Z Compiling futures-sink v0.3.31
4982025-01-11T04:31:05.563Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4992025-01-11T04:31:05.604Z Compiling unicode-width v0.2.0
5002025-01-11T04:31:05.641Z Compiling utf8parse v0.2.2
5012025-01-11T04:31:05.673Z Compiling num_enum_derive v0.5.11
5022025-01-11T04:31:05.703Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5032025-01-11T04:31:05.777Z Compiling anstyle-parse v0.2.6
5042025-01-11T04:31:06.121Z Compiling tabwriter v1.4.1
5052025-01-11T04:31:06.145Z Compiling futures-channel v0.3.31
5062025-01-11T04:31:06.581Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5072025-01-11T04:31:06.605Z Compiling serde_derive v1.0.217
5082025-01-11T04:31:06.650Z Compiling zerocopy-derive v0.7.35
5092025-01-11T04:31:06.732Z Compiling zerocopy-derive v0.8.14
5102025-01-11T04:31:06.749Z Compiling thiserror-impl v1.0.69
5112025-01-11T04:31:06.761Z Compiling tokio-macros v2.4.0
5122025-01-11T04:31:07.469Z Compiling darling_macro v0.20.10
5132025-01-11T04:31:07.761Z Compiling schemars_derive v0.8.21
5142025-01-11T04:31:08.183Z Compiling foreign-types-macros v0.2.3
5152025-01-11T04:31:08.430Z Compiling zerocopy v0.7.35
5162025-01-11T04:31:08.443Z Compiling darling v0.20.10
5172025-01-11T04:31:08.540Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5182025-01-11T04:31:09.371Z Compiling foreign-types v0.5.0
5192025-01-11T04:31:09.529Z Compiling tokio v1.42.0
5202025-01-11T04:31:09.552Z Compiling num_enum v0.5.11
5212025-01-11T04:31:09.718Z Compiling tracing-attributes v0.1.28
5222025-01-11T04:31:09.843Z Compiling ppv-lite86 v0.2.20
5232025-01-11T04:31:10.403Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5242025-01-11T04:31:10.584Z Compiling rand_chacha v0.3.1
5252025-01-11T04:31:10.615Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5262025-01-11T04:31:11.058Z Compiling rand v0.8.5
5272025-01-11T04:31:11.725Z Compiling futures-macro v0.3.31
5282025-01-11T04:31:12.217Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292025-01-11T04:31:12.649Z Compiling tracing v0.1.41
5302025-01-11T04:31:13.404Z Compiling colored v2.2.0
5312025-01-11T04:31:13.777Z Compiling proc-macro-error v1.0.4
5322025-01-11T04:31:13.962Z Compiling crc32fast v1.4.2
5332025-01-11T04:31:14.141Z Compiling anstyle-query v1.1.2
5342025-01-11T04:31:14.271Z Compiling winnow v0.6.22
5352025-01-11T04:31:14.274Z Compiling anstyle v1.0.10
5362025-01-11T04:31:14.301Z Compiling is_terminal_polyfill v1.70.1
5372025-01-11T04:31:14.413Z Compiling futures-task v0.3.31
5382025-01-11T04:31:14.426Z Compiling colorchoice v1.0.3
5392025-01-11T04:31:14.589Z Compiling futures-io v0.3.31
5402025-01-11T04:31:14.592Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5412025-01-11T04:31:14.707Z Compiling pin-utils v0.1.0
5422025-01-11T04:31:14.758Z Compiling anstream v0.6.18
5432025-01-11T04:31:14.793Z Compiling futures-util v0.3.31
5442025-01-11T04:31:15.053Z Compiling terminal_size v0.4.1
5452025-01-11T04:31:15.336Z Compiling dirs-sys-next v0.1.2
5462025-01-11T04:31:16.005Z Compiling thiserror v2.0.11
5472025-01-11T04:31:16.200Z Compiling num-conv v0.1.0
5482025-01-11T04:31:16.451Z Compiling powerfmt v0.2.0
5492025-01-11T04:31:16.665Z Compiling heck v0.5.0
5502025-01-11T04:31:16.821Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5512025-01-11T04:31:17.164Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5522025-01-11T04:31:17.497Z Compiling clap_lex v0.7.4
5532025-01-11T04:31:18.054Z Compiling time-core v0.1.2
5542025-01-11T04:31:18.079Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
5552025-01-11T04:31:18.210Z Compiling time-macros v0.2.19
5562025-01-11T04:31:18.448Z Compiling clap_builder v4.5.23
5572025-01-11T04:31:18.470Z Compiling clap_derive v4.5.18
5582025-01-11T04:31:19.158Z Compiling ipnetwork v0.20.0
5592025-01-11T04:31:20.511Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5602025-01-11T04:31:20.991Z Compiling postcard v1.1.1
5612025-01-11T04:31:21.636Z Compiling uuid v1.11.0
5622025-01-11T04:31:23.255Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5632025-01-11T04:31:24.018Z Compiling futures-executor v0.3.31
5642025-01-11T04:31:24.559Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
5652025-01-11T04:31:25.758Z Compiling deranged v0.3.11
5662025-01-11T04:31:27.571Z Compiling dirs-next v2.0.0
5672025-01-11T04:31:27.787Z Compiling thiserror-impl v2.0.11
5682025-01-11T04:31:27.799Z Compiling crossbeam-epoch v0.9.18
5692025-01-11T04:31:28.009Z Compiling is-terminal v0.4.13
5702025-01-11T04:31:28.128Z Compiling thread_local v1.1.8
5712025-01-11T04:31:28.699Z Compiling num-traits v0.2.19
5722025-01-11T04:31:28.719Z Compiling minimal-lexical v0.2.1
5732025-01-11T04:31:29.187Z Compiling slog-async v2.8.0
5742025-01-11T04:31:29.255Z Compiling rayon-core v1.12.1
5752025-01-11T04:31:29.301Z Compiling heck v0.4.1
5762025-01-11T04:31:29.606Z Compiling arc-swap v1.7.1
5772025-01-11T04:31:29.697Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
5782025-01-11T04:31:29.835Z Compiling time v0.3.37
5792025-01-11T04:31:30.056Z Compiling slog-scope v4.4.0
5802025-01-11T04:31:30.263Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
5812025-01-11T04:31:30.298Z Compiling nom v7.1.3
5822025-01-11T04:31:30.791Z Compiling crossbeam-deque v0.8.6
5832025-01-11T04:31:30.941Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5842025-01-11T04:31:31.145Z Compiling term v0.7.0
5852025-01-11T04:31:33.702Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5862025-01-11T04:31:34.082Z Compiling futures v0.3.31
5872025-01-11T04:31:34.103Z Compiling clap v4.5.23
5882025-01-11T04:31:34.181Z Compiling crossbeam-channel v0.5.14
5892025-01-11T04:31:34.198Z Compiling itertools v0.12.1
5902025-01-11T04:31:35.440Z Compiling half v2.4.1
5912025-01-11T04:31:35.519Z Compiling take_mut v0.2.2
5922025-01-11T04:31:35.673Z Compiling plotters-backend v0.3.7
5932025-01-11T04:31:35.742Z Compiling ciborium-io v0.2.2
5942025-01-11T04:31:35.861Z Compiling log v0.4.22
5952025-01-11T04:31:36.027Z Compiling cfg_aliases v0.2.1
5962025-01-11T04:31:36.124Z Compiling nix v0.29.0
5972025-01-11T04:31:36.259Z Compiling slog-stdlog v4.1.1
5982025-01-11T04:31:36.299Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5992025-01-11T04:31:36.899Z Compiling plotters-svg v0.3.7
6002025-01-11T04:31:36.916Z Compiling ciborium-ll v0.2.2
6012025-01-11T04:31:37.474Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
6022025-01-11T04:31:37.587Z Compiling cookie-factory v0.3.3
6032025-01-11T04:31:37.689Z Compiling rusticata-macros v4.1.0
6042025-01-11T04:31:38.151Z Compiling slog-term v2.9.1
6052025-01-11T04:31:39.912Z Compiling itertools v0.10.5
6062025-01-11T04:31:39.998Z Compiling same-file v1.0.6
6072025-01-11T04:31:40.236Z Compiling cast v0.3.0
6082025-01-11T04:31:40.586Z Compiling circular v0.3.0
6092025-01-11T04:31:40.702Z Compiling plotters v0.3.7
6102025-01-11T04:31:40.819Z Compiling pcap-parser v0.16.0
6112025-01-11T04:31:40.831Z Compiling walkdir v2.5.0
6122025-01-11T04:31:40.957Z Compiling rayon v1.10.0
6132025-01-11T04:31:40.971Z Compiling slog-envlogger v2.2.0
6142025-01-11T04:31:42.026Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
6152025-01-11T04:31:42.741Z Compiling criterion-plot v0.5.0
6162025-01-11T04:31:43.334Z Compiling ciborium v0.2.2
6172025-01-11T04:31:43.931Z Compiling tinytemplate v1.2.1
6182025-01-11T04:31:44.166Z Compiling anes v0.1.6
6192025-01-11T04:31:44.522Z Compiling oorandom v11.1.4
6202025-01-11T04:31:44.716Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
6212025-01-11T04:31:44.998Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6222025-01-11T04:31:45.091Z Compiling ctor v0.2.9
6232025-01-11T04:31:45.992Z Compiling criterion v0.5.1
6242025-01-11T04:31:48.747Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
6252025-01-11T04:33:07.416Z Finished `bench` profile [optimized + debuginfo] target(s) in 2m 19s
6262025-01-11T04:33:07.557Z Running benches/xde.rs (target/release/deps/xde-a5df542c024bdf51)
6272025-01-11T04:33:07.644Z###--------------------------------###
6282025-01-11T04:33:07.644Z:::Building test topology... (120s):::
6292025-01-11T04:33:07.644Z###--------------------------------###
6302025-01-11T04:33:07.651Zadding underlay route 0
6312025-01-11T04:33:07.653Zadding underlay route 1
6322025-01-11T04:33:07.814Zstart zone a
6332025-01-11T04:33:07.814Zconfigure zone
6342025-01-11T04:33:07.831Zinstall zone
6352025-01-11T04:35:14.011Zboot zone
6362025-01-11T04:35:14.793Zstart zone b
6372025-01-11T04:35:14.794Zconfigure zone
6382025-01-11T04:35:14.801Zinstall zone
6392025-01-11T04:37:14.017Zboot zone
6402025-01-11T04:37:14.906Zsetup zone a
6412025-01-11T04:37:14.906Z[a] svcs milestone/network
6422025-01-11T04:37:14.937ZSTATE STIME FMRI
6432025-01-11T04:37:14.937Zonline 20:35:32 svc:/milestone/network:default
6442025-01-11T04:37:14.937Z[a] ipadm create-addr -t -T dhcp opte0/test
6452025-01-11T04:37:20.671Z
6462025-01-11T04:37:20.671Z[a] route add -iface 10.0.0.254 10.0.0.1
6472025-01-11T04:37:20.690Zadd host 10.0.0.254: gateway 10.0.0.1
6482025-01-11T04:37:20.690Z[a] route add 10.0.0.0/24 10.0.0.254
6492025-01-11T04:37:20.708Zadd net 10.0.0.0/24: gateway 10.0.0.254
6502025-01-11T04:37:20.708Zsetup zone b
6512025-01-11T04:37:20.708Z[b] svcs milestone/network
6522025-01-11T04:37:20.726ZSTATE STIME FMRI
6532025-01-11T04:37:20.726Z- - svc:/milestone/network:default
6542025-01-11T04:37:21.727Z[b] svcs milestone/network
6552025-01-11T04:37:21.746ZSTATE STIME FMRI
6562025-01-11T04:37:21.746Z- - svc:/milestone/network:default
6572025-01-11T04:37:22.746Z[b] svcs milestone/network
6582025-01-11T04:37:22.765ZSTATE STIME FMRI
6592025-01-11T04:37:22.765Z- - svc:/milestone/network:default
6602025-01-11T04:37:23.765Z[b] svcs milestone/network
6612025-01-11T04:37:23.786ZSTATE STIME FMRI
6622025-01-11T04:37:23.786Z- - svc:/milestone/network:default
6632025-01-11T04:37:24.786Z[b] svcs milestone/network
6642025-01-11T04:37:24.805ZSTATE STIME FMRI
6652025-01-11T04:37:24.806Z- - svc:/milestone/network:default
6662025-01-11T04:37:25.806Z[b] svcs milestone/network
6672025-01-11T04:37:25.827ZSTATE STIME FMRI
6682025-01-11T04:37:25.827Z- - svc:/milestone/network:default
6692025-01-11T04:37:26.827Z[b] svcs milestone/network
6702025-01-11T04:37:26.846ZSTATE STIME FMRI
6712025-01-11T04:37:26.846Z- - svc:/milestone/network:default
6722025-01-11T04:37:27.847Z[b] svcs milestone/network
6732025-01-11T04:37:27.867ZSTATE STIME FMRI
6742025-01-11T04:37:27.867Z- - svc:/milestone/network:default
6752025-01-11T04:37:28.867Z[b] svcs milestone/network
6762025-01-11T04:37:28.887ZSTATE STIME FMRI
6772025-01-11T04:37:28.887Z- - svc:/milestone/network:default
6782025-01-11T04:37:29.887Z[b] svcs milestone/network
6792025-01-11T04:37:29.907ZSTATE STIME FMRI
6802025-01-11T04:37:29.907Z- - svc:/milestone/network:default
6812025-01-11T04:37:30.907Z[b] svcs milestone/network
6822025-01-11T04:37:30.927ZSTATE STIME FMRI
6832025-01-11T04:37:30.928Z- - svc:/milestone/network:default
6842025-01-11T04:37:31.928Z[b] svcs milestone/network
6852025-01-11T04:37:31.947ZSTATE STIME FMRI
6862025-01-11T04:37:31.947Z- - svc:/milestone/network:default
6872025-01-11T04:37:32.948Z[b] svcs milestone/network
6882025-01-11T04:37:32.968ZSTATE STIME FMRI
6892025-01-11T04:37:32.969Zoffline 20:37:31 svc:/milestone/network:default
6902025-01-11T04:37:33.969Z[b] svcs milestone/network
6912025-01-11T04:37:33.990ZSTATE STIME FMRI
6922025-01-11T04:37:33.991Zonline 20:37:32 svc:/milestone/network:default
6932025-01-11T04:37:33.991Z[b] ipadm create-addr -t -T dhcp opte1/test
6942025-01-11T04:37:40.248Z
6952025-01-11T04:37:40.248Z[b] route add -iface 10.0.0.254 10.0.0.2
6962025-01-11T04:37:40.268Zadd host 10.0.0.254: gateway 10.0.0.2
6972025-01-11T04:37:40.268Z[b] route add 10.0.0.0/24 10.0.0.254
6982025-01-11T04:37:40.286Zadd net 10.0.0.0/24: gateway 10.0.0.254
6992025-01-11T04:37:40.286Z###---------------###
7002025-01-11T04:37:40.286Z:::Topology built!:::
7012025-01-11T04:37:40.286Z###---------------###
7022025-01-11T04:37:40.289Z###----------------###
7032025-01-11T04:37:40.289Z::: iPerf spawned! :::
7042025-01-11T04:37:40.289Z:::Waiting... (10s):::
7052025-01-11T04:37:40.289Z###----------------###
7062025-01-11T04:37:50.288Z###---###
7072025-01-11T04:37:50.290Z:::Go!:::
7082025-01-11T04:37:50.290Z###---###
7092025-01-11T04:37:50.290Z[a] ping 10.0.0.2
7102025-01-11T04:37:50.310Z10.0.0.2 is alive
7112025-01-11T04:37:50.310Z###-------------------###
7122025-01-11T04:37:50.310Z:::Running experiment :::
7132025-01-11T04:37:50.310Z:::iperf-tcp/local/c2s:::
7142025-01-11T04:37:50.310Z###-------------------###
7152025-01-11T04:37:57.338Z-----------------------------------------------------------
7162025-01-11T04:37:57.338ZServer listening on 5201
7172025-01-11T04:37:57.338Z-----------------------------------------------------------
7182025-01-11T04:37:57.338ZAccepted connection from 10.0.0.1, port 54325
7192025-01-11T04:37:57.338Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50474
7202025-01-11T04:37:57.338Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45932
7212025-01-11T04:37:57.338Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46488
7222025-01-11T04:37:57.338Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46010
7232025-01-11T04:37:57.338Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44970
7242025-01-11T04:37:57.338Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40281
7252025-01-11T04:37:57.338Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39878
7262025-01-11T04:37:57.338Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56897
7272025-01-11T04:37:57.339Z[ ID] Interval Transfer Bandwidth
7282025-01-11T04:37:57.339Z[ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec
7292025-01-11T04:37:57.339Z[ 7] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
7302025-01-11T04:37:57.339Z[ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
7312025-01-11T04:37:57.339Z[ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
7322025-01-11T04:37:57.339Z[ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
7332025-01-11T04:37:57.339Z[ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
7342025-01-11T04:37:57.339Z[ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
7352025-01-11T04:37:57.339Z[ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
7362025-01-11T04:37:57.339Z[SUM] 0.00-1.00 sec 159 MBytes 1.34 Gbits/sec
7372025-01-11T04:37:57.339Z- - - - - - - - - - - - - - - - - - - - - - - - -
7382025-01-11T04:37:57.339Z[ 5] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7392025-01-11T04:37:57.339Z[ 7] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7402025-01-11T04:37:57.339Z[ 9] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7412025-01-11T04:37:57.339Z[ 11] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7422025-01-11T04:37:57.339Z[ 13] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7432025-01-11T04:37:57.339Z[ 15] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7442025-01-11T04:37:57.339Z[ 17] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7452025-01-11T04:37:57.340Z[ 19] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
7462025-01-11T04:37:57.340Z[SUM] 1.00-2.00 sec 180 MBytes 1.51 Gbits/sec
7472025-01-11T04:37:57.340Z- - - - - - - - - - - - - - - - - - - - - - - - -
7482025-01-11T04:37:57.340Z[ 5] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
7492025-01-11T04:37:57.340Z[ 7] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
7502025-01-11T04:37:57.340Z[ 9] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
7512025-01-11T04:37:57.340Z[ 11] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
7522025-01-11T04:37:57.340Z[ 13] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
7532025-01-11T04:37:57.340Z[ 15] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
7542025-01-11T04:37:57.340Z[ 17] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
7552025-01-11T04:37:57.340Z[ 19] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
7562025-01-11T04:37:57.340Z[SUM] 2.00-3.00 sec 175 MBytes 1.47 Gbits/sec
7572025-01-11T04:37:57.340Z- - - - - - - - - - - - - - - - - - - - - - - - -
7582025-01-11T04:37:57.340Z[ 5] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec
7592025-01-11T04:37:57.340Z[ 7] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
7602025-01-11T04:37:57.340Z[ 9] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
7612025-01-11T04:37:57.340Z[ 11] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
7622025-01-11T04:37:57.340Z[ 13] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec
7632025-01-11T04:37:57.340Z[ 15] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
7642025-01-11T04:37:57.341Z[ 17] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
7652025-01-11T04:37:57.341Z[ 19] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
7662025-01-11T04:37:57.341Z[SUM] 3.00-4.00 sec 175 MBytes 1.47 Gbits/sec
7672025-01-11T04:37:57.341Z- - - - - - - - - - - - - - - - - - - - - - - - -
7682025-01-11T04:37:57.341Z[ 5] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
7692025-01-11T04:37:57.341Z[ 7] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
7702025-01-11T04:37:57.341Z[ 9] 4.00-5.00 sec 20.9 MBytes 176 Mbits/sec
7712025-01-11T04:37:57.341Z[ 11] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
7722025-01-11T04:37:57.341Z[ 13] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
7732025-01-11T04:37:57.341Z[ 15] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
7742025-01-11T04:37:57.341Z[ 17] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
7752025-01-11T04:37:57.341Z[ 19] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
7762025-01-11T04:37:57.341Z[SUM] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
7772025-01-11T04:37:57.341Z- - - - - - - - - - - - - - - - - - - - - - - - -
7782025-01-11T04:37:57.341Z[ 5] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
7792025-01-11T04:37:57.341Z[ 7] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
7802025-01-11T04:37:57.341Z[ 9] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
7812025-01-11T04:37:57.341Z[ 11] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
7822025-01-11T04:37:57.341Z[ 13] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec
7832025-01-11T04:37:57.341Z[ 15] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
7842025-01-11T04:37:57.341Z[ 17] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
7852025-01-11T04:37:57.341Z[ 19] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
7862025-01-11T04:37:57.341Z[SUM] 5.00-6.00 sec 173 MBytes 1.45 Gbits/sec
7872025-01-11T04:37:57.341Z- - - - - - - - - - - - - - - - - - - - - - - - -
7882025-01-11T04:37:57.341Z[ 5] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
7892025-01-11T04:37:57.341Z[ 7] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
7902025-01-11T04:37:57.341Z[ 9] 6.00-7.00 sec 22.1 MBytes 185 Mbits/sec
7912025-01-11T04:38:00.452Z[ 11] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
7922025-01-11T04:38:00.452Z[ 13] 6.00-7.00 sec 22.1 MBytes 185 Mbits/sec
7932025-01-11T04:38:00.452Z[ 15] 6.00-7.00 sec 22.1 MBytes 186 Mbits/sec
7942025-01-11T04:38:00.452Z[ 17] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
7952025-01-11T04:38:00.452Z[ 19] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
7962025-01-11T04:38:00.452Z[SUM] 6.00-7.00 sec 176 MBytes 1.48 Gbits/sec
7972025-01-11T04:38:00.452Z- - - - - - - - - - - - - - - - - - - - - - - - -
7982025-01-11T04:38:00.452Z[ 5] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
7992025-01-11T04:38:00.452Z[ 7] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
8002025-01-11T04:38:00.452Z[ 9] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
8012025-01-11T04:38:00.452Z[ 11] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
8022025-01-11T04:38:00.452Z[ 13] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
8032025-01-11T04:38:00.452Z[ 15] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
8042025-01-11T04:38:00.453Z[ 17] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
8052025-01-11T04:38:00.453Z[ 19] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
8062025-01-11T04:38:00.453Z[SUM] 7.00-8.00 sec 176 MBytes 1.48 Gbits/sec
8072025-01-11T04:38:00.453Z- - - - - - - - - - - - - - - - - - - - - - - - -
8082025-01-11T04:38:00.453Z[ 5] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
8092025-01-11T04:38:00.453Z[ 7] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec
8102025-01-11T04:38:00.453Z[ 9] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
8112025-01-11T04:38:00.453Z[ 11] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
8122025-01-11T04:38:00.453Z[ 13] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
8132025-01-11T04:38:00.453Z[ 15] 8.00-9.00 sec 22.0 MBytes 185 Mbits/sec
8142025-01-11T04:38:00.453Z[ 17] 8.00-9.00 sec 22.1 MBytes 185 Mbits/sec
8152025-01-11T04:38:00.453Z[ 19] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
8162025-01-11T04:38:00.453Z[SUM] 8.00-9.00 sec 176 MBytes 1.48 Gbits/sec
8172025-01-11T04:38:00.453Z- - - - - - - - - - - - - - - - - - - - - - - - -
8182025-01-11T04:38:00.453Z[ 5] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec
8192025-01-11T04:38:00.453Z[ 7] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
8202025-01-11T04:38:00.453Z[ 9] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
8212025-01-11T04:38:00.453Z[ 11] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
8222025-01-11T04:38:00.454Z[ 13] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
8232025-01-11T04:38:00.454Z[ 15] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec
8242025-01-11T04:38:00.454Z[ 17] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
8252025-01-11T04:38:00.454Z[ 19] 9.00-10.00 sec 22.1 MBytes 186 Mbits/sec
8262025-01-11T04:38:00.454Z[SUM] 9.00-10.00 sec 178 MBytes 1.49 Gbits/sec
8272025-01-11T04:38:00.454Z- - - - - - - - - - - - - - - - - - - - - - - - -
8282025-01-11T04:38:00.454Z[ 5] 10.00-10.00 sec 124 KBytes 398 Mbits/sec
8292025-01-11T04:38:00.454Z[ 7] 10.00-10.00 sec 124 KBytes 398 Mbits/sec
8302025-01-11T04:38:00.454Z[ 9] 10.00-10.00 sec 122 KBytes 389 Mbits/sec
8312025-01-11T04:38:00.454Z[ 11] 10.00-10.00 sec 124 KBytes 398 Mbits/sec
8322025-01-11T04:38:00.454Z[ 13] 10.00-10.00 sec 70.7 KBytes 226 Mbits/sec
8332025-01-11T04:38:00.454Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
8342025-01-11T04:38:00.454Z[ 17] 10.00-10.00 sec 28.3 KBytes 90.9 Mbits/sec
8352025-01-11T04:38:00.454Z[ 19] 10.00-10.00 sec 124 KBytes 400 Mbits/sec
8362025-01-11T04:38:00.454Z[SUM] 10.00-10.00 sec 718 KBytes 2.30 Gbits/sec
8372025-01-11T04:38:00.454Z- - - - - - - - - - - - - - - - - - - - - - - - -
8382025-01-11T04:38:00.454Z[ ID] Interval Transfer Bandwidth
8392025-01-11T04:38:00.454Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8402025-01-11T04:38:00.454Z[ 5] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8412025-01-11T04:38:00.454Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8422025-01-11T04:38:00.454Z[ 7] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8432025-01-11T04:38:00.454Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8442025-01-11T04:38:00.454Z[ 9] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8452025-01-11T04:38:00.454Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8462025-01-11T04:38:00.454Z[ 11] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8472025-01-11T04:38:00.454Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8482025-01-11T04:38:00.455Z[ 13] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8492025-01-11T04:38:00.455Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8502025-01-11T04:38:00.455Z[ 15] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8512025-01-11T04:38:00.455Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8522025-01-11T04:38:00.455Z[ 17] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8532025-01-11T04:38:00.455Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8542025-01-11T04:38:00.455Z[ 19] 0.00-10.00 sec 217 MBytes 182 Mbits/sec receiver
8552025-01-11T04:38:00.456Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8562025-01-11T04:38:00.456Z[SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver
8572025-01-11T04:38:00.459ZRun 1/5...1456.632Mbps
8582025-01-11T04:38:07.488Z-----------------------------------------------------------
8592025-01-11T04:38:07.488ZServer listening on 5201
8602025-01-11T04:38:07.488Z-----------------------------------------------------------
8612025-01-11T04:38:07.488ZAccepted connection from 10.0.0.1, port 44722
8622025-01-11T04:38:07.488Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47301
8632025-01-11T04:38:07.488Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57919
8642025-01-11T04:38:07.488Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44794
8652025-01-11T04:38:07.488Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59856
8662025-01-11T04:38:07.488Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48290
8672025-01-11T04:38:07.488Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38577
8682025-01-11T04:38:07.488Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40870
8692025-01-11T04:38:07.488Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42248
8702025-01-11T04:38:07.488Z[ ID] Interval Transfer Bandwidth
8712025-01-11T04:38:07.488Z[ 5] 0.00-1.00 sec 19.4 MBytes 163 Mbits/sec
8722025-01-11T04:38:07.488Z[ 7] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec
8732025-01-11T04:38:07.488Z[ 9] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
8742025-01-11T04:38:07.488Z[ 11] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
8752025-01-11T04:38:07.490Z[ 13] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
8762025-01-11T04:38:07.490Z[ 15] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
8772025-01-11T04:38:07.490Z[ 17] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
8782025-01-11T04:38:07.490Z[ 19] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
8792025-01-11T04:38:07.490Z[SUM] 0.00-1.00 sec 153 MBytes 1.29 Gbits/sec
8802025-01-11T04:38:07.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
8812025-01-11T04:38:07.490Z[ 5] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8822025-01-11T04:38:07.490Z[ 7] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8832025-01-11T04:38:07.490Z[ 9] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8842025-01-11T04:38:07.490Z[ 11] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec
8852025-01-11T04:38:07.490Z[ 13] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8862025-01-11T04:38:07.490Z[ 15] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8872025-01-11T04:38:07.490Z[ 17] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8882025-01-11T04:38:07.490Z[ 19] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
8892025-01-11T04:38:07.490Z[SUM] 1.00-2.00 sec 176 MBytes 1.48 Gbits/sec
8902025-01-11T04:38:07.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
8912025-01-11T04:38:07.490Z[ 5] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
8922025-01-11T04:38:07.490Z[ 7] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
8932025-01-11T04:38:07.490Z[ 9] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
8942025-01-11T04:38:07.490Z[ 11] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
8952025-01-11T04:38:07.490Z[ 13] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
8962025-01-11T04:38:07.490Z[ 15] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
8972025-01-11T04:38:07.490Z[ 17] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
8982025-01-11T04:38:07.490Z[ 19] 2.00-3.00 sec 21.7 MBytes 182 Mbits/sec
8992025-01-11T04:38:07.490Z[SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
9002025-01-11T04:38:07.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
9012025-01-11T04:38:07.490Z[ 5] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
9022025-01-11T04:38:07.490Z[ 7] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec
9032025-01-11T04:38:07.490Z[ 9] 3.00-4.00 sec 22.3 MBytes 187 Mbits/sec
9042025-01-11T04:38:07.490Z[ 11] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
9052025-01-11T04:38:07.490Z[ 13] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
9062025-01-11T04:38:07.490Z[ 15] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
9072025-01-11T04:38:07.491Z[ 17] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
9082025-01-11T04:38:07.491Z[ 19] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
9092025-01-11T04:38:07.491Z[SUM] 3.00-4.00 sec 178 MBytes 1.49 Gbits/sec
9102025-01-11T04:38:07.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
9112025-01-11T04:38:07.491Z[ 5] 4.00-5.00 sec 22.4 MBytes 187 Mbits/sec
9122025-01-11T04:38:07.491Z[ 7] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
9132025-01-11T04:38:07.491Z[ 9] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
9142025-01-11T04:38:07.491Z[ 11] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
9152025-01-11T04:38:07.491Z[ 13] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
9162025-01-11T04:38:07.491Z[ 15] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
9172025-01-11T04:38:07.491Z[ 17] 4.00-5.00 sec 22.2 MBytes 187 Mbits/sec
9182025-01-11T04:38:07.491Z[ 19] 4.00-5.00 sec 22.2 MBytes 187 Mbits/sec
9192025-01-11T04:38:07.491Z[SUM] 4.00-5.00 sec 178 MBytes 1.50 Gbits/sec
9202025-01-11T04:38:07.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
9212025-01-11T04:38:07.491Z[ 5] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec
9222025-01-11T04:38:07.491Z[ 7] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec
9232025-01-11T04:38:07.491Z[ 9] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec
9242025-01-11T04:38:07.491Z[ 11] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec
9252025-01-11T04:38:07.491Z[ 13] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec
9262025-01-11T04:38:07.491Z[ 15] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
9272025-01-11T04:38:07.491Z[ 17] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec
9282025-01-11T04:38:07.491Z[ 19] 5.00-6.00 sec 22.0 MBytes 184 Mbits/sec
9292025-01-11T04:38:07.491Z[SUM] 5.00-6.00 sec 176 MBytes 1.48 Gbits/sec
9302025-01-11T04:38:07.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
9312025-01-11T04:38:07.491Z[ 5] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
9322025-01-11T04:38:07.491Z[ 7] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9332025-01-11T04:38:07.491Z[ 9] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9342025-01-11T04:38:10.703Z[ 11] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9352025-01-11T04:38:10.703Z[ 13] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec
9362025-01-11T04:38:10.703Z[ 15] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
9372025-01-11T04:38:10.703Z[ 17] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9382025-01-11T04:38:10.703Z[ 19] 6.00-7.00 sec 22.0 MBytes 185 Mbits/sec
9392025-01-11T04:38:10.703Z[SUM] 6.00-7.00 sec 176 MBytes 1.47 Gbits/sec
9402025-01-11T04:38:10.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
9412025-01-11T04:38:10.704Z[ 5] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9422025-01-11T04:38:10.704Z[ 7] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9432025-01-11T04:38:10.704Z[ 9] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9442025-01-11T04:38:10.704Z[ 11] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9452025-01-11T04:38:10.704Z[ 13] 7.00-8.00 sec 22.1 MBytes 186 Mbits/sec
9462025-01-11T04:38:10.704Z[ 15] 7.00-8.00 sec 22.1 MBytes 185 Mbits/sec
9472025-01-11T04:38:10.704Z[ 17] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9482025-01-11T04:38:10.704Z[ 19] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
9492025-01-11T04:38:10.704Z[SUM] 7.00-8.00 sec 176 MBytes 1.48 Gbits/sec
9502025-01-11T04:38:10.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
9512025-01-11T04:38:10.704Z[ 5] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec
9522025-01-11T04:38:10.704Z[ 7] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec
9532025-01-11T04:38:10.704Z[ 9] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec
9542025-01-11T04:38:10.704Z[ 11] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
9552025-01-11T04:38:10.704Z[ 13] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
9562025-01-11T04:38:10.704Z[ 15] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec
9572025-01-11T04:38:10.704Z[ 17] 8.00-9.00 sec 22.2 MBytes 187 Mbits/sec
9582025-01-11T04:38:10.704Z[ 19] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec
9592025-01-11T04:38:10.704Z[SUM] 8.00-9.00 sec 177 MBytes 1.49 Gbits/sec
9602025-01-11T04:38:10.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
9612025-01-11T04:38:10.704Z[ 5] 9.00-10.00 sec 22.0 MBytes 184 Mbits/sec
9622025-01-11T04:38:10.705Z[ 7] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec
9632025-01-11T04:38:10.705Z[ 9] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec
9642025-01-11T04:38:10.705Z[ 11] 9.00-10.00 sec 22.0 MBytes 184 Mbits/sec
9652025-01-11T04:38:10.705Z[ 13] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9662025-01-11T04:38:10.705Z[ 15] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9672025-01-11T04:38:10.705Z[ 17] 9.00-10.00 sec 22.0 MBytes 185 Mbits/sec
9682025-01-11T04:38:10.705Z[ 19] 9.00-10.00 sec 21.9 MBytes 184 Mbits/sec
9692025-01-11T04:38:10.705Z[SUM] 9.00-10.00 sec 176 MBytes 1.47 Gbits/sec
9702025-01-11T04:38:10.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
9712025-01-11T04:38:10.705Z[ 5] 10.00-10.00 sec 124 KBytes 397 Mbits/sec
9722025-01-11T04:38:10.705Z[ 7] 10.00-10.00 sec 82.0 KBytes 262 Mbits/sec
9732025-01-11T04:38:10.705Z[ 9] 10.00-10.00 sec 82.0 KBytes 262 Mbits/sec
9742025-01-11T04:38:10.705Z[ 11] 10.00-10.00 sec 124 KBytes 397 Mbits/sec
9752025-01-11T04:38:10.705Z[ 13] 10.00-10.00 sec 84.8 KBytes 271 Mbits/sec
9762025-01-11T04:38:10.705Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
9772025-01-11T04:38:10.705Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
9782025-01-11T04:38:10.705Z[ 19] 10.00-10.00 sec 84.8 KBytes 271 Mbits/sec
9792025-01-11T04:38:10.705Z[SUM] 10.00-10.00 sec 583 KBytes 1.86 Gbits/sec
9802025-01-11T04:38:10.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
9812025-01-11T04:38:10.705Z[ ID] Interval Transfer Bandwidth
9822025-01-11T04:38:10.705Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9832025-01-11T04:38:10.705Z[ 5] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
9842025-01-11T04:38:10.705Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9852025-01-11T04:38:10.705Z[ 7] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
9862025-01-11T04:38:10.705Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9872025-01-11T04:38:10.705Z[ 9] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
9882025-01-11T04:38:10.705Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9892025-01-11T04:38:10.705Z[ 11] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
9902025-01-11T04:38:10.705Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9912025-01-11T04:38:10.705Z[ 13] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
9922025-01-11T04:38:10.705Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9932025-01-11T04:38:10.705Z[ 15] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
9942025-01-11T04:38:10.707Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9952025-01-11T04:38:10.707Z[ 17] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
9962025-01-11T04:38:10.707Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9972025-01-11T04:38:10.707Z[ 19] 0.00-10.00 sec 218 MBytes 182 Mbits/sec receiver
9982025-01-11T04:38:10.707Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
9992025-01-11T04:38:10.707Z[SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver
10002025-01-11T04:38:10.710ZRun 2/5...1460.797Mbps
10012025-01-11T04:38:17.733Z-----------------------------------------------------------
10022025-01-11T04:38:17.733ZServer listening on 5201
10032025-01-11T04:38:17.733Z-----------------------------------------------------------
10042025-01-11T04:38:17.733ZAccepted connection from 10.0.0.1, port 35821
10052025-01-11T04:38:17.733Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52915
10062025-01-11T04:38:17.733Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44477
10072025-01-11T04:38:17.733Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34517
10082025-01-11T04:38:17.733Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39161
10092025-01-11T04:38:17.733Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50070
10102025-01-11T04:38:17.733Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44088
10112025-01-11T04:38:17.733Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36172
10122025-01-11T04:38:17.733Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65084
10132025-01-11T04:38:17.733Z[ ID] Interval Transfer Bandwidth
10142025-01-11T04:38:17.733Z[ 5] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
10152025-01-11T04:38:17.733Z[ 7] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
10162025-01-11T04:38:17.733Z[ 9] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
10172025-01-11T04:38:17.733Z[ 11] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
10182025-01-11T04:38:17.733Z[ 13] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10192025-01-11T04:38:17.733Z[ 15] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10202025-01-11T04:38:17.733Z[ 17] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10212025-01-11T04:38:17.733Z[ 19] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
10222025-01-11T04:38:17.733Z[SUM] 0.00-1.00 sec 158 MBytes 1.33 Gbits/sec
10232025-01-11T04:38:17.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
10242025-01-11T04:38:17.733Z[ 5] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
10252025-01-11T04:38:17.733Z[ 7] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
10262025-01-11T04:38:17.733Z[ 9] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
10272025-01-11T04:38:17.734Z[ 11] 1.00-2.00 sec 22.0 MBytes 184 Mbits/sec
10282025-01-11T04:38:17.734Z[ 13] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
10292025-01-11T04:38:17.734Z[ 15] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
10302025-01-11T04:38:17.734Z[ 17] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
10312025-01-11T04:38:17.734Z[ 19] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
10322025-01-11T04:38:17.734Z[SUM] 1.00-2.00 sec 176 MBytes 1.48 Gbits/sec
10332025-01-11T04:38:17.734Z- - - - - - - - - - - - - - - - - - - - - - - - -
10342025-01-11T04:38:17.735Z[ 5] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
10352025-01-11T04:38:17.735Z[ 7] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec
10362025-01-11T04:38:17.735Z[ 9] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
10372025-01-11T04:38:17.735Z[ 11] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec
10382025-01-11T04:38:17.735Z[ 13] 2.00-3.00 sec 22.0 MBytes 184 Mbits/sec
10392025-01-11T04:38:17.735Z[ 15] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec
10402025-01-11T04:38:17.737Z[ 17] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
10412025-01-11T04:38:17.737Z[ 19] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
10422025-01-11T04:38:17.737Z[SUM] 2.00-3.00 sec 175 MBytes 1.47 Gbits/sec
10432025-01-11T04:38:17.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
10442025-01-11T04:38:17.737Z[ 5] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
10452025-01-11T04:38:17.737Z[ 7] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
10462025-01-11T04:38:17.737Z[ 9] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
10472025-01-11T04:38:17.737Z[ 11] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
10482025-01-11T04:38:17.737Z[ 13] 3.00-4.00 sec 22.2 MBytes 186 Mbits/sec
10492025-01-11T04:38:17.737Z[ 15] 3.00-4.00 sec 22.2 MBytes 186 Mbits/sec
10502025-01-11T04:38:17.737Z[ 17] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
10512025-01-11T04:38:17.737Z[ 19] 3.00-4.00 sec 22.2 MBytes 187 Mbits/sec
10522025-01-11T04:38:17.737Z[SUM] 3.00-4.00 sec 178 MBytes 1.49 Gbits/sec
10532025-01-11T04:38:17.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
10542025-01-11T04:38:17.737Z[ 5] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
10552025-01-11T04:38:17.737Z[ 7] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
10562025-01-11T04:38:17.737Z[ 9] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
10572025-01-11T04:38:17.737Z[ 11] 4.00-5.00 sec 22.2 MBytes 187 Mbits/sec
10582025-01-11T04:38:17.737Z[ 13] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
10592025-01-11T04:38:17.737Z[ 15] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
10602025-01-11T04:38:17.737Z[ 17] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
10612025-01-11T04:38:17.740Z[ 19] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
10622025-01-11T04:38:17.740Z[SUM] 4.00-5.00 sec 178 MBytes 1.50 Gbits/sec
10632025-01-11T04:38:17.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
10642025-01-11T04:38:17.740Z[ 5] 5.00-6.00 sec 22.3 MBytes 187 Mbits/sec
10652025-01-11T04:38:17.740Z[ 7] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10662025-01-11T04:38:17.740Z[ 9] 5.00-6.00 sec 22.3 MBytes 187 Mbits/sec
10672025-01-11T04:38:17.740Z[ 11] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10682025-01-11T04:38:17.740Z[ 13] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10692025-01-11T04:38:17.740Z[ 15] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10702025-01-11T04:38:17.740Z[ 17] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10712025-01-11T04:38:17.740Z[ 19] 5.00-6.00 sec 22.2 MBytes 187 Mbits/sec
10722025-01-11T04:38:17.740Z[SUM] 5.00-6.00 sec 178 MBytes 1.49 Gbits/sec
10732025-01-11T04:38:17.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
10742025-01-11T04:38:17.740Z[ 5] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
10752025-01-11T04:38:17.740Z[ 7] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
10762025-01-11T04:38:17.740Z[ 9] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
10772025-01-11T04:38:20.954Z[ 11] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
10782025-01-11T04:38:20.954Z[ 13] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
10792025-01-11T04:38:20.954Z[ 15] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
10802025-01-11T04:38:20.954Z[ 17] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
10812025-01-11T04:38:20.954Z[ 19] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
10822025-01-11T04:38:20.954Z[SUM] 6.00-7.00 sec 179 MBytes 1.50 Gbits/sec
10832025-01-11T04:38:20.954Z- - - - - - - - - - - - - - - - - - - - - - - - -
10842025-01-11T04:38:20.954Z[ 5] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec
10852025-01-11T04:38:20.954Z[ 7] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec
10862025-01-11T04:38:20.954Z[ 9] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec
10872025-01-11T04:38:20.954Z[ 11] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec
10882025-01-11T04:38:20.954Z[ 13] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec
10892025-01-11T04:38:20.954Z[ 15] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec
10902025-01-11T04:38:20.954Z[ 17] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec
10912025-01-11T04:38:20.954Z[ 19] 7.00-8.00 sec 22.2 MBytes 187 Mbits/sec
10922025-01-11T04:38:20.954Z[SUM] 7.00-8.00 sec 178 MBytes 1.49 Gbits/sec
10932025-01-11T04:38:20.954Z- - - - - - - - - - - - - - - - - - - - - - - - -
10942025-01-11T04:38:20.954Z[ 5] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec
10952025-01-11T04:38:20.954Z[ 7] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
10962025-01-11T04:38:20.954Z[ 9] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
10972025-01-11T04:38:20.954Z[ 11] 8.00-9.00 sec 22.2 MBytes 187 Mbits/sec
10982025-01-11T04:38:20.954Z[ 13] 8.00-9.00 sec 22.2 MBytes 186 Mbits/sec
10992025-01-11T04:38:20.954Z[ 15] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
11002025-01-11T04:38:20.954Z[ 17] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
11012025-01-11T04:38:20.954Z[ 19] 8.00-9.00 sec 22.1 MBytes 186 Mbits/sec
11022025-01-11T04:38:20.955Z[SUM] 8.00-9.00 sec 177 MBytes 1.49 Gbits/sec
11032025-01-11T04:38:20.955Z- - - - - - - - - - - - - - - - - - - - - - - - -
11042025-01-11T04:38:20.955Z[ 5] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
11052025-01-11T04:38:20.955Z[ 7] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
11062025-01-11T04:38:20.955Z[ 9] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
11072025-01-11T04:38:20.955Z[ 11] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec
11082025-01-11T04:38:20.955Z[ 13] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
11092025-01-11T04:38:20.955Z[ 15] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
11102025-01-11T04:38:20.955Z[ 17] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
11112025-01-11T04:38:20.955Z[ 19] 9.00-10.00 sec 21.9 MBytes 183 Mbits/sec
11122025-01-11T04:38:20.956Z[SUM] 9.00-10.00 sec 175 MBytes 1.46 Gbits/sec
11132025-01-11T04:38:20.956Z- - - - - - - - - - - - - - - - - - - - - - - - -
11142025-01-11T04:38:20.956Z[ 5] 10.00-10.00 sec 93.3 KBytes 318 Mbits/sec
11152025-01-11T04:38:20.956Z[ 7] 10.00-10.00 sec 8.48 KBytes 28.9 Mbits/sec
11162025-01-11T04:38:20.956Z[ 9] 10.00-10.00 sec 119 KBytes 404 Mbits/sec
11172025-01-11T04:38:20.956Z[ 11] 10.00-10.00 sec 124 KBytes 424 Mbits/sec
11182025-01-11T04:38:20.956Z[ 13] 10.00-10.00 sec 22.6 KBytes 77.0 Mbits/sec
11192025-01-11T04:38:20.956Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11202025-01-11T04:38:20.956Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11212025-01-11T04:38:20.956Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11222025-01-11T04:38:20.956Z[SUM] 10.00-10.00 sec 368 KBytes 1.25 Gbits/sec
11232025-01-11T04:38:20.956Z- - - - - - - - - - - - - - - - - - - - - - - - -
11242025-01-11T04:38:20.956Z[ ID] Interval Transfer Bandwidth
11252025-01-11T04:38:20.956Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11262025-01-11T04:38:20.956Z[ 5] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11272025-01-11T04:38:20.957Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11282025-01-11T04:38:20.957Z[ 7] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11292025-01-11T04:38:20.957Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11302025-01-11T04:38:20.957Z[ 9] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11312025-01-11T04:38:20.957Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11322025-01-11T04:38:20.957Z[ 11] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11332025-01-11T04:38:20.960Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11342025-01-11T04:38:20.960Z[ 13] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11352025-01-11T04:38:20.960Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11362025-01-11T04:38:20.960Z[ 15] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11372025-01-11T04:38:20.961Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11382025-01-11T04:38:20.961Z[ 17] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11392025-01-11T04:38:20.961Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11402025-01-11T04:38:20.961Z[ 19] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
11412025-01-11T04:38:20.961Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11422025-01-11T04:38:20.961Z[SUM] 0.00-10.00 sec 1.71 GBytes 1.47 Gbits/sec receiver
11432025-01-11T04:38:20.961ZRun 3/5...1470.355Mbps
11442025-01-11T04:38:27.985Z-----------------------------------------------------------
11452025-01-11T04:38:27.985ZServer listening on 5201
11462025-01-11T04:38:27.985Z-----------------------------------------------------------
11472025-01-11T04:38:27.985ZAccepted connection from 10.0.0.1, port 35695
11482025-01-11T04:38:27.985Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47485
11492025-01-11T04:38:27.985Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43402
11502025-01-11T04:38:27.985Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54675
11512025-01-11T04:38:27.985Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59455
11522025-01-11T04:38:27.985Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48821
11532025-01-11T04:38:27.985Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32833
11542025-01-11T04:38:27.985Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47915
11552025-01-11T04:38:27.986Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47619
11562025-01-11T04:38:27.986Z[ ID] Interval Transfer Bandwidth
11572025-01-11T04:38:27.986Z[ 5] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec
11582025-01-11T04:38:27.986Z[ 7] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
11592025-01-11T04:38:27.986Z[ 9] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
11602025-01-11T04:38:27.986Z[ 11] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
11612025-01-11T04:38:27.986Z[ 13] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
11622025-01-11T04:38:27.986Z[ 15] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
11632025-01-11T04:38:27.986Z[ 17] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
11642025-01-11T04:38:27.986Z[ 19] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
11652025-01-11T04:38:27.986Z[SUM] 0.00-1.00 sec 153 MBytes 1.29 Gbits/sec
11662025-01-11T04:38:27.986Z- - - - - - - - - - - - - - - - - - - - - - - - -
11672025-01-11T04:38:27.986Z[ 5] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
11682025-01-11T04:38:27.986Z[ 7] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
11692025-01-11T04:38:27.986Z[ 9] 1.00-2.00 sec 22.1 MBytes 185 Mbits/sec
11702025-01-11T04:38:27.986Z[ 11] 1.00-2.00 sec 22.0 MBytes 185 Mbits/sec
11712025-01-11T04:38:27.986Z[ 13] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
11722025-01-11T04:38:27.986Z[ 15] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
11732025-01-11T04:38:27.986Z[ 17] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
11742025-01-11T04:38:27.986Z[ 19] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
11752025-01-11T04:38:27.986Z[SUM] 1.00-2.00 sec 177 MBytes 1.48 Gbits/sec
11762025-01-11T04:38:27.986Z- - - - - - - - - - - - - - - - - - - - - - - - -
11772025-01-11T04:38:27.986Z[ 5] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
11782025-01-11T04:38:27.986Z[ 7] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
11792025-01-11T04:38:27.986Z[ 9] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
11802025-01-11T04:38:27.986Z[ 11] 2.00-3.00 sec 21.8 MBytes 183 Mbits/sec
11812025-01-11T04:38:27.987Z[ 13] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
11822025-01-11T04:38:27.987Z[ 15] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
11832025-01-11T04:38:27.987Z[ 17] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
11842025-01-11T04:38:27.987Z[ 19] 2.00-3.00 sec 21.8 MBytes 182 Mbits/sec
11852025-01-11T04:38:27.987Z[SUM] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
11862025-01-11T04:38:27.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
11872025-01-11T04:38:27.987Z[ 5] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec
11882025-01-11T04:38:27.987Z[ 7] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
11892025-01-11T04:38:27.987Z[ 9] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
11902025-01-11T04:38:27.987Z[ 11] 3.00-4.00 sec 21.8 MBytes 183 Mbits/sec
11912025-01-11T04:38:27.987Z[ 13] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
11922025-01-11T04:38:27.987Z[ 15] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
11932025-01-11T04:38:27.987Z[ 17] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
11942025-01-11T04:38:27.987Z[ 19] 3.00-4.00 sec 21.9 MBytes 183 Mbits/sec
11952025-01-11T04:38:27.987Z[SUM] 3.00-4.00 sec 175 MBytes 1.47 Gbits/sec
11962025-01-11T04:38:27.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
11972025-01-11T04:38:27.987Z[ 5] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
11982025-01-11T04:38:27.987Z[ 7] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
11992025-01-11T04:38:27.987Z[ 9] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
12002025-01-11T04:38:27.987Z[ 11] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
12012025-01-11T04:38:27.987Z[ 13] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
12022025-01-11T04:38:27.987Z[ 15] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
12032025-01-11T04:38:27.987Z[ 17] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
12042025-01-11T04:38:27.990Z[ 19] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
12052025-01-11T04:38:27.991Z[SUM] 4.00-5.00 sec 179 MBytes 1.50 Gbits/sec
12062025-01-11T04:38:27.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
12072025-01-11T04:38:27.991Z[ 5] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
12082025-01-11T04:38:27.991Z[ 7] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
12092025-01-11T04:38:27.991Z[ 9] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
12102025-01-11T04:38:27.991Z[ 11] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
12112025-01-11T04:38:27.991Z[ 13] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
12122025-01-11T04:38:27.991Z[ 15] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
12132025-01-11T04:38:27.991Z[ 17] 5.00-6.00 sec 22.5 MBytes 188 Mbits/sec
12142025-01-11T04:38:27.991Z[ 19] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
12152025-01-11T04:38:27.991Z[SUM] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec
12162025-01-11T04:38:27.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
12172025-01-11T04:38:27.991Z[ 5] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
12182025-01-11T04:38:27.991Z[ 7] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12192025-01-11T04:38:27.991Z[ 9] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
12202025-01-11T04:38:31.205Z[ 11] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
12212025-01-11T04:38:31.205Z[ 13] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
12222025-01-11T04:38:31.205Z[ 15] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12232025-01-11T04:38:31.205Z[ 17] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12242025-01-11T04:38:31.205Z[ 19] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
12252025-01-11T04:38:31.206Z[SUM] 6.00-7.00 sec 179 MBytes 1.50 Gbits/sec
12262025-01-11T04:38:31.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
12272025-01-11T04:38:31.206Z[ 5] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
12282025-01-11T04:38:31.206Z[ 7] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
12292025-01-11T04:38:31.206Z[ 9] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
12302025-01-11T04:38:31.206Z[ 11] 7.00-8.00 sec 21.6 MBytes 182 Mbits/sec
12312025-01-11T04:38:31.206Z[ 13] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
12322025-01-11T04:38:31.206Z[ 15] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
12332025-01-11T04:38:31.206Z[ 17] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
12342025-01-11T04:38:31.207Z[ 19] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
12352025-01-11T04:38:31.207Z[SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec
12362025-01-11T04:38:31.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
12372025-01-11T04:38:31.207Z[ 5] 8.00-9.00 sec 21.6 MBytes 182 Mbits/sec
12382025-01-11T04:38:31.207Z[ 7] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
12392025-01-11T04:38:31.207Z[ 9] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
12402025-01-11T04:38:31.207Z[ 11] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
12412025-01-11T04:38:31.207Z[ 13] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
12422025-01-11T04:38:31.207Z[ 15] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
12432025-01-11T04:38:31.207Z[ 17] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
12442025-01-11T04:38:31.207Z[ 19] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
12452025-01-11T04:38:31.207Z[SUM] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec
12462025-01-11T04:38:31.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
12472025-01-11T04:38:31.207Z[ 5] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12482025-01-11T04:38:31.207Z[ 7] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12492025-01-11T04:38:31.207Z[ 9] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12502025-01-11T04:38:31.207Z[ 11] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12512025-01-11T04:38:31.207Z[ 13] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12522025-01-11T04:38:31.207Z[ 15] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12532025-01-11T04:38:31.207Z[ 17] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12542025-01-11T04:38:31.207Z[ 19] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
12552025-01-11T04:38:31.207Z[SUM] 9.00-10.00 sec 179 MBytes 1.50 Gbits/sec
12562025-01-11T04:38:31.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
12572025-01-11T04:38:31.208Z[ 5] 10.00-10.00 sec 39.6 KBytes 135 Mbits/sec
12582025-01-11T04:38:31.208Z[ 7] 10.00-10.00 sec 105 KBytes 356 Mbits/sec
12592025-01-11T04:38:31.208Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12602025-01-11T04:38:31.208Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12612025-01-11T04:38:31.208Z[ 13] 10.00-10.00 sec 124 KBytes 424 Mbits/sec
12622025-01-11T04:38:31.208Z[ 15] 10.00-10.00 sec 124 KBytes 424 Mbits/sec
12632025-01-11T04:38:31.208Z[ 17] 10.00-10.00 sec 124 KBytes 424 Mbits/sec
12642025-01-11T04:38:31.208Z[ 19] 10.00-10.00 sec 124 KBytes 424 Mbits/sec
12652025-01-11T04:38:31.208Z[SUM] 10.00-10.00 sec 642 KBytes 2.19 Gbits/sec
12662025-01-11T04:38:31.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
12672025-01-11T04:38:31.208Z[ ID] Interval Transfer Bandwidth
12682025-01-11T04:38:31.208Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12692025-01-11T04:38:31.208Z[ 5] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12702025-01-11T04:38:31.208Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12712025-01-11T04:38:31.208Z[ 7] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12722025-01-11T04:38:31.208Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12732025-01-11T04:38:31.208Z[ 9] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12742025-01-11T04:38:31.208Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12752025-01-11T04:38:31.208Z[ 11] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12762025-01-11T04:38:31.208Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12772025-01-11T04:38:31.208Z[ 13] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12782025-01-11T04:38:31.208Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12792025-01-11T04:38:31.208Z[ 15] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12802025-01-11T04:38:31.208Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12812025-01-11T04:38:31.208Z[ 17] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12822025-01-11T04:38:31.209Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12832025-01-11T04:38:31.209Z[ 19] 0.00-10.00 sec 218 MBytes 183 Mbits/sec receiver
12842025-01-11T04:38:31.209Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12852025-01-11T04:38:31.209Z[SUM] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec receiver
12862025-01-11T04:38:31.211ZRun 4/5...1461.811Mbps
12872025-01-11T04:38:38.234Z-----------------------------------------------------------
12882025-01-11T04:38:38.234ZServer listening on 5201
12892025-01-11T04:38:38.234Z-----------------------------------------------------------
12902025-01-11T04:38:38.235ZAccepted connection from 10.0.0.1, port 55703
12912025-01-11T04:38:38.235Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48186
12922025-01-11T04:38:38.235Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34711
12932025-01-11T04:38:38.235Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50446
12942025-01-11T04:38:38.235Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59643
12952025-01-11T04:38:38.235Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59085
12962025-01-11T04:38:38.235Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62990
12972025-01-11T04:38:38.235Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55987
12982025-01-11T04:38:38.235Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55180
12992025-01-11T04:38:38.235Z[ ID] Interval Transfer Bandwidth
13002025-01-11T04:38:38.238Z[ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec
13012025-01-11T04:38:38.238Z[ 7] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13022025-01-11T04:38:38.238Z[ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13032025-01-11T04:38:38.238Z[ 11] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13042025-01-11T04:38:38.238Z[ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13052025-01-11T04:38:38.238Z[ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13062025-01-11T04:38:38.238Z[ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
13072025-01-11T04:38:38.238Z[ 19] 0.00-1.00 sec 19.8 MBytes 166 Mbits/sec
13082025-01-11T04:38:38.238Z[SUM] 0.00-1.00 sec 159 MBytes 1.34 Gbits/sec
13092025-01-11T04:38:38.238Z- - - - - - - - - - - - - - - - - - - - - - - - -
13102025-01-11T04:38:38.239Z[ 5] 1.00-2.00 sec 22.2 MBytes 186 Mbits/sec
13112025-01-11T04:38:38.239Z[ 7] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec
13122025-01-11T04:38:38.239Z[ 9] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
13132025-01-11T04:38:38.239Z[ 11] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
13142025-01-11T04:38:38.239Z[ 13] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
13152025-01-11T04:38:38.239Z[ 15] 1.00-2.00 sec 22.1 MBytes 186 Mbits/sec
13162025-01-11T04:38:38.239Z[ 17] 1.00-2.00 sec 22.2 MBytes 186 Mbits/sec
13172025-01-11T04:38:38.239Z[ 19] 1.00-2.00 sec 22.2 MBytes 187 Mbits/sec
13182025-01-11T04:38:38.239Z[SUM] 1.00-2.00 sec 177 MBytes 1.49 Gbits/sec
13192025-01-11T04:38:38.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
13202025-01-11T04:38:38.239Z[ 5] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec
13212025-01-11T04:38:38.239Z[ 7] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
13222025-01-11T04:38:38.239Z[ 9] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
13232025-01-11T04:38:38.239Z[ 11] 2.00-3.00 sec 22.0 MBytes 185 Mbits/sec
13242025-01-11T04:38:38.239Z[ 13] 2.00-3.00 sec 22.0 MBytes 184 Mbits/sec
13252025-01-11T04:38:38.239Z[ 15] 2.00-3.00 sec 21.9 MBytes 184 Mbits/sec
13262025-01-11T04:38:38.239Z[ 17] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
13272025-01-11T04:38:38.239Z[ 19] 2.00-3.00 sec 21.9 MBytes 183 Mbits/sec
13282025-01-11T04:38:38.239Z[SUM] 2.00-3.00 sec 175 MBytes 1.47 Gbits/sec
13292025-01-11T04:38:38.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
13302025-01-11T04:38:38.239Z[ 5] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13312025-01-11T04:38:38.239Z[ 7] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13322025-01-11T04:38:38.239Z[ 9] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
13332025-01-11T04:38:38.239Z[ 11] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
13342025-01-11T04:38:38.239Z[ 13] 3.00-4.00 sec 21.6 MBytes 182 Mbits/sec
13352025-01-11T04:38:38.239Z[ 15] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
13362025-01-11T04:38:38.239Z[ 17] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13372025-01-11T04:38:38.239Z[ 19] 3.00-4.00 sec 21.8 MBytes 182 Mbits/sec
13382025-01-11T04:38:38.239Z[SUM] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec
13392025-01-11T04:38:38.239Z- - - - - - - - - - - - - - - - - - - - - - - - -
13402025-01-11T04:38:38.239Z[ 5] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
13412025-01-11T04:38:38.239Z[ 7] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
13422025-01-11T04:38:38.239Z[ 9] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
13432025-01-11T04:38:38.239Z[ 11] 4.00-5.00 sec 22.2 MBytes 186 Mbits/sec
13442025-01-11T04:38:38.239Z[ 13] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
13452025-01-11T04:38:38.239Z[ 15] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
13462025-01-11T04:38:38.240Z[ 17] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
13472025-01-11T04:38:38.240Z[ 19] 4.00-5.00 sec 22.1 MBytes 186 Mbits/sec
13482025-01-11T04:38:38.240Z[SUM] 4.00-5.00 sec 177 MBytes 1.48 Gbits/sec
13492025-01-11T04:38:38.240Z- - - - - - - - - - - - - - - - - - - - - - - - -
13502025-01-11T04:38:38.240Z[ 5] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
13512025-01-11T04:38:38.240Z[ 7] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
13522025-01-11T04:38:38.240Z[ 9] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
13532025-01-11T04:38:38.240Z[ 11] 5.00-6.00 sec 22.6 MBytes 189 Mbits/sec
13542025-01-11T04:38:38.240Z[ 13] 5.00-6.00 sec 22.6 MBytes 189 Mbits/sec
13552025-01-11T04:38:38.240Z[ 15] 5.00-6.00 sec 22.6 MBytes 189 Mbits/sec
13562025-01-11T04:38:38.240Z[ 17] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
13572025-01-11T04:38:38.240Z[ 19] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
13582025-01-11T04:38:38.240Z[SUM] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec
13592025-01-11T04:38:38.240Z- - - - - - - - - - - - - - - - - - - - - - - - -
13602025-01-11T04:38:38.240Z[ 5] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
13612025-01-11T04:38:38.240Z[ 7] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
13622025-01-11T04:38:38.240Z[ 9] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
13632025-01-11T04:38:41.455Z[ 11] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
13642025-01-11T04:38:41.455Z[ 13] 6.00-7.00 sec 22.2 MBytes 186 Mbits/sec
13652025-01-11T04:38:41.455Z[ 15] 6.00-7.00 sec 22.2 MBytes 186 Mbits/sec
13662025-01-11T04:38:41.455Z[ 17] 6.00-7.00 sec 22.2 MBytes 186 Mbits/sec
13672025-01-11T04:38:41.455Z[ 19] 6.00-7.00 sec 22.2 MBytes 187 Mbits/sec
13682025-01-11T04:38:41.455Z[SUM] 6.00-7.00 sec 178 MBytes 1.49 Gbits/sec
13692025-01-11T04:38:41.455Z- - - - - - - - - - - - - - - - - - - - - - - - -
13702025-01-11T04:38:41.456Z[ 5] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13712025-01-11T04:38:41.456Z[ 7] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13722025-01-11T04:38:41.456Z[ 9] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13732025-01-11T04:38:41.456Z[ 11] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13742025-01-11T04:38:41.456Z[ 13] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13752025-01-11T04:38:41.456Z[ 15] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13762025-01-11T04:38:41.456Z[ 17] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13772025-01-11T04:38:41.456Z[ 19] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
13782025-01-11T04:38:41.456Z[SUM] 7.00-8.00 sec 179 MBytes 1.50 Gbits/sec
13792025-01-11T04:38:41.456Z- - - - - - - - - - - - - - - - - - - - - - - - -
13802025-01-11T04:38:41.456Z[ 5] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
13812025-01-11T04:38:41.456Z[ 7] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
13822025-01-11T04:38:41.456Z[ 9] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
13832025-01-11T04:38:41.456Z[ 11] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
13842025-01-11T04:38:41.456Z[ 13] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
13852025-01-11T04:38:41.456Z[ 15] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
13862025-01-11T04:38:41.456Z[ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
13872025-01-11T04:38:41.456Z[ 19] 8.00-9.00 sec 21.8 MBytes 182 Mbits/sec
13882025-01-11T04:38:41.457Z[SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec
13892025-01-11T04:38:41.457Z- - - - - - - - - - - - - - - - - - - - - - - - -
13902025-01-11T04:38:41.457Z[ 5] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec
13912025-01-11T04:38:41.457Z[ 7] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec
13922025-01-11T04:38:41.457Z[ 9] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec
13932025-01-11T04:38:41.457Z[ 11] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
13942025-01-11T04:38:41.457Z[ 13] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
13952025-01-11T04:38:41.457Z[ 15] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
13962025-01-11T04:38:41.457Z[ 17] 9.00-10.00 sec 22.5 MBytes 188 Mbits/sec
13972025-01-11T04:38:41.457Z[ 19] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec
13982025-01-11T04:38:41.457Z[SUM] 9.00-10.00 sec 180 MBytes 1.51 Gbits/sec
13992025-01-11T04:38:41.457Z- - - - - - - - - - - - - - - - - - - - - - - - -
14002025-01-11T04:38:41.457Z[ 5] 10.00-10.00 sec 53.7 KBytes 159 Mbits/sec
14012025-01-11T04:38:41.457Z[ 7] 10.00-10.00 sec 124 KBytes 367 Mbits/sec
14022025-01-11T04:38:41.457Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14032025-01-11T04:38:41.457Z[ 11] 10.00-10.00 sec 102 KBytes 300 Mbits/sec
14042025-01-11T04:38:41.457Z[ 13] 10.00-10.00 sec 124 KBytes 367 Mbits/sec
14052025-01-11T04:38:41.458Z[ 15] 10.00-10.00 sec 124 KBytes 367 Mbits/sec
14062025-01-11T04:38:41.458Z[ 17] 10.00-10.00 sec 124 KBytes 367 Mbits/sec
14072025-01-11T04:38:41.465Z[ 19] 10.00-10.00 sec 105 KBytes 309 Mbits/sec
14082025-01-11T04:38:41.465Z[SUM] 10.00-10.00 sec 758 KBytes 2.24 Gbits/sec
14092025-01-11T04:38:41.465Z- - - - - - - - - - - - - - - - - - - - - - - - -
14102025-01-11T04:38:41.465Z[ ID] Interval Transfer Bandwidth
14112025-01-11T04:38:41.465Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14122025-01-11T04:38:41.465Z[ 5] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14132025-01-11T04:38:41.465Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14142025-01-11T04:38:41.466Z[ 7] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14152025-01-11T04:38:41.466Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14162025-01-11T04:38:41.466Z[ 9] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14172025-01-11T04:38:41.466Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14182025-01-11T04:38:41.466Z[ 11] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14192025-01-11T04:38:41.466Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14202025-01-11T04:38:41.466Z[ 13] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14212025-01-11T04:38:41.466Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14222025-01-11T04:38:41.466Z[ 15] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14232025-01-11T04:38:41.466Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14242025-01-11T04:38:41.466Z[ 17] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14252025-01-11T04:38:41.466Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14262025-01-11T04:38:41.466Z[ 19] 0.00-10.00 sec 219 MBytes 184 Mbits/sec receiver
14272025-01-11T04:38:41.466Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14282025-01-11T04:38:41.466Z[SUM] 0.00-10.00 sec 1.71 GBytes 1.47 Gbits/sec receiver
14292025-01-11T04:38:41.466ZRun 5/5...1471.665Mbps
14302025-01-11T04:38:41.466Z###---------------------###
14312025-01-11T04:38:41.466Z::: iPerf done... :::
14322025-01-11T04:38:41.466Z:::Awaiting out files...:::
14332025-01-11T04:38:41.466Z###---------------------###
14342025-01-11T04:38:41.467Z###-----###
14352025-01-11T04:38:41.467Z:::done!:::
14362025-01-11T04:38:41.467Z###-----###
14372025-01-11T04:38:41.467Z###-------------------###
14382025-01-11T04:38:41.467Z:::Running experiment :::
14392025-01-11T04:38:41.467Z:::iperf-tcp/local/s2c:::
14402025-01-11T04:38:41.467Z###-------------------###
14412025-01-11T04:38:48.489Z-----------------------------------------------------------
14422025-01-11T04:38:48.489ZServer listening on 5201
14432025-01-11T04:38:48.489Z-----------------------------------------------------------
14442025-01-11T04:38:48.489ZAccepted connection from 10.0.0.1, port 62122
14452025-01-11T04:38:48.489Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45598
14462025-01-11T04:38:48.489Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54672
14472025-01-11T04:38:48.489Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44494
14482025-01-11T04:38:48.489Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49798
14492025-01-11T04:38:48.489Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51971
14502025-01-11T04:38:48.489Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55148
14512025-01-11T04:38:48.489Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55565
14522025-01-11T04:38:48.489Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52046
14532025-01-11T04:38:48.489Z[ ID] Interval Transfer Bandwidth
14542025-01-11T04:38:48.489Z[ 5] 0.00-1.00 sec 19.7 MBytes 165 Mbits/sec
14552025-01-11T04:38:48.489Z[ 7] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
14562025-01-11T04:38:48.489Z[ 9] 0.00-1.00 sec 19.5 MBytes 164 Mbits/sec
14572025-01-11T04:38:48.489Z[ 11] 0.00-1.00 sec 19.5 MBytes 164 Mbits/sec
14582025-01-11T04:38:48.489Z[ 13] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
14592025-01-11T04:38:48.489Z[ 15] 0.00-1.00 sec 19.5 MBytes 164 Mbits/sec
14602025-01-11T04:38:48.491Z[ 17] 0.00-1.00 sec 19.6 MBytes 164 Mbits/sec
14612025-01-11T04:38:48.491Z[ 19] 0.00-1.00 sec 19.5 MBytes 164 Mbits/sec
14622025-01-11T04:38:48.491Z[SUM] 0.00-1.00 sec 156 MBytes 1.31 Gbits/sec
14632025-01-11T04:38:48.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
14642025-01-11T04:38:48.491Z[ 5] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec
14652025-01-11T04:38:48.491Z[ 7] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec
14662025-01-11T04:38:48.491Z[ 9] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14672025-01-11T04:38:48.491Z[ 11] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14682025-01-11T04:38:48.491Z[ 13] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec
14692025-01-11T04:38:48.491Z[ 15] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
14702025-01-11T04:38:48.491Z[ 17] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec
14712025-01-11T04:38:48.491Z[ 19] 1.00-2.00 sec 21.6 MBytes 181 Mbits/sec
14722025-01-11T04:38:48.491Z[SUM] 1.00-2.00 sec 173 MBytes 1.45 Gbits/sec
14732025-01-11T04:38:48.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
14742025-01-11T04:38:48.491Z[ 5] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec
14752025-01-11T04:38:48.491Z[ 7] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec
14762025-01-11T04:38:48.491Z[ 9] 2.00-3.00 sec 20.9 MBytes 176 Mbits/sec
14772025-01-11T04:38:48.491Z[ 11] 2.00-3.00 sec 20.9 MBytes 176 Mbits/sec
14782025-01-11T04:38:48.491Z[ 13] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec
14792025-01-11T04:38:48.491Z[ 15] 2.00-3.00 sec 20.9 MBytes 176 Mbits/sec
14802025-01-11T04:38:48.491Z[ 17] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec
14812025-01-11T04:38:48.491Z[ 19] 2.00-3.00 sec 21.0 MBytes 176 Mbits/sec
14822025-01-11T04:38:48.494Z[SUM] 2.00-3.00 sec 168 MBytes 1.41 Gbits/sec
14832025-01-11T04:38:48.494Z- - - - - - - - - - - - - - - - - - - - - - - - -
14842025-01-11T04:38:48.494Z[ 5] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
14852025-01-11T04:38:48.494Z[ 7] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
14862025-01-11T04:38:48.494Z[ 9] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
14872025-01-11T04:38:48.494Z[ 11] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
14882025-01-11T04:38:48.494Z[ 13] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
14892025-01-11T04:38:48.494Z[ 15] 3.00-4.00 sec 21.5 MBytes 181 Mbits/sec
14902025-01-11T04:38:48.494Z[ 17] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
14912025-01-11T04:38:48.494Z[ 19] 3.00-4.00 sec 21.5 MBytes 180 Mbits/sec
14922025-01-11T04:38:48.494Z[SUM] 3.00-4.00 sec 172 MBytes 1.44 Gbits/sec
14932025-01-11T04:38:48.494Z- - - - - - - - - - - - - - - - - - - - - - - - -
14942025-01-11T04:38:48.494Z[ 5] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
14952025-01-11T04:38:48.494Z[ 7] 4.00-5.00 sec 22.0 MBytes 184 Mbits/sec
14962025-01-11T04:38:48.494Z[ 9] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
14972025-01-11T04:38:48.494Z[ 11] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec
14982025-01-11T04:38:48.495Z[ 13] 4.00-5.00 sec 22.1 MBytes 185 Mbits/sec
14992025-01-11T04:38:48.495Z[ 15] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
15002025-01-11T04:38:48.495Z[ 17] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
15012025-01-11T04:38:48.495Z[ 19] 4.00-5.00 sec 22.0 MBytes 185 Mbits/sec
15022025-01-11T04:38:48.495Z[SUM] 4.00-5.00 sec 176 MBytes 1.48 Gbits/sec
15032025-01-11T04:38:48.495Z- - - - - - - - - - - - - - - - - - - - - - - - -
15042025-01-11T04:38:48.495Z[ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
15052025-01-11T04:38:48.495Z[ 7] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
15062025-01-11T04:38:48.495Z[ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
15072025-01-11T04:38:48.495Z[ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
15082025-01-11T04:38:48.495Z[ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
15092025-01-11T04:38:48.495Z[ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
15102025-01-11T04:38:48.496Z[ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
15112025-01-11T04:38:48.496Z[ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
15122025-01-11T04:38:48.496Z[SUM] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec
15132025-01-11T04:38:48.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
15142025-01-11T04:38:48.497Z[ 5] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15152025-01-11T04:38:48.497Z[ 7] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15162025-01-11T04:38:48.497Z[ 9] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15172025-01-11T04:38:51.706Z[ 11] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15182025-01-11T04:38:51.706Z[ 13] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15192025-01-11T04:38:51.706Z[ 15] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15202025-01-11T04:38:51.707Z[ 17] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15212025-01-11T04:38:51.707Z[ 19] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
15222025-01-11T04:38:51.707Z[SUM] 6.00-7.00 sec 170 MBytes 1.42 Gbits/sec
15232025-01-11T04:38:51.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
15242025-01-11T04:38:51.707Z[ 5] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec
15252025-01-11T04:38:51.707Z[ 7] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec
15262025-01-11T04:38:51.707Z[ 9] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec
15272025-01-11T04:38:51.707Z[ 11] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec
15282025-01-11T04:38:51.707Z[ 13] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec
15292025-01-11T04:38:51.707Z[ 15] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec
15302025-01-11T04:38:51.707Z[ 17] 7.00-8.00 sec 21.8 MBytes 182 Mbits/sec
15312025-01-11T04:38:51.707Z[ 19] 7.00-8.00 sec 21.8 MBytes 183 Mbits/sec
15322025-01-11T04:38:51.707Z[SUM] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec
15332025-01-11T04:38:51.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
15342025-01-11T04:38:51.707Z[ 5] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
15352025-01-11T04:38:51.707Z[ 7] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
15362025-01-11T04:38:51.707Z[ 9] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
15372025-01-11T04:38:51.707Z[ 11] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
15382025-01-11T04:38:51.707Z[ 13] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
15392025-01-11T04:38:51.707Z[ 15] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
15402025-01-11T04:38:51.707Z[ 17] 8.00-9.00 sec 21.4 MBytes 180 Mbits/sec
15412025-01-11T04:38:51.707Z[ 19] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
15422025-01-11T04:38:51.707Z[SUM] 8.00-9.00 sec 171 MBytes 1.44 Gbits/sec
15432025-01-11T04:38:51.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
15442025-01-11T04:38:51.707Z[ 5] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
15452025-01-11T04:38:51.707Z[ 7] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
15462025-01-11T04:38:51.707Z[ 9] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
15472025-01-11T04:38:51.707Z[ 11] 9.00-10.00 sec 21.2 MBytes 177 Mbits/sec
15482025-01-11T04:38:51.707Z[ 13] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec
15492025-01-11T04:38:51.707Z[ 15] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
15502025-01-11T04:38:51.707Z[ 17] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
15512025-01-11T04:38:51.707Z[ 19] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
15522025-01-11T04:38:51.707Z[SUM] 9.00-10.00 sec 170 MBytes 1.42 Gbits/sec
15532025-01-11T04:38:51.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
15542025-01-11T04:38:51.707Z[ 5] 10.00-10.00 sec 56.6 KBytes 211 Mbits/sec
15552025-01-11T04:38:51.710Z[ 7] 10.00-10.00 sec 56.6 KBytes 211 Mbits/sec
15562025-01-11T04:38:51.710Z[ 9] 10.00-10.00 sec 56.6 KBytes 211 Mbits/sec
15572025-01-11T04:38:51.710Z[ 11] 10.00-10.00 sec 113 KBytes 421 Mbits/sec
15582025-01-11T04:38:51.710Z[ 13] 10.00-10.00 sec 113 KBytes 421 Mbits/sec
15592025-01-11T04:38:51.710Z[ 15] 10.00-10.00 sec 56.6 KBytes 211 Mbits/sec
15602025-01-11T04:38:51.710Z[ 17] 10.00-10.00 sec 56.6 KBytes 211 Mbits/sec
15612025-01-11T04:38:51.711Z[ 19] 10.00-10.00 sec 56.6 KBytes 211 Mbits/sec
15622025-01-11T04:38:51.711Z[SUM] 10.00-10.00 sec 566 KBytes 2.11 Gbits/sec
15632025-01-11T04:38:51.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
15642025-01-11T04:38:51.711Z[ ID] Interval Transfer Bandwidth
15652025-01-11T04:38:51.711Z[ 5] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15662025-01-11T04:38:51.711Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15672025-01-11T04:38:51.711Z[ 7] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15682025-01-11T04:38:51.711Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15692025-01-11T04:38:51.711Z[ 9] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15702025-01-11T04:38:51.711Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15712025-01-11T04:38:51.711Z[ 11] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15722025-01-11T04:38:51.711Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15732025-01-11T04:38:51.711Z[ 13] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15742025-01-11T04:38:51.711Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15752025-01-11T04:38:51.711Z[ 15] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15762025-01-11T04:38:51.711Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15772025-01-11T04:38:51.711Z[ 17] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15782025-01-11T04:38:51.711Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15792025-01-11T04:38:51.711Z[ 19] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
15802025-01-11T04:38:51.711Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15812025-01-11T04:38:51.711Z[SUM] 0.00-10.00 sec 1.67 GBytes 1.43 Gbits/sec sender
15822025-01-11T04:38:51.711Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
15832025-01-11T04:38:51.711ZRun 1/5...1430.491Mbps
15842025-01-11T04:38:58.737Z-----------------------------------------------------------
15852025-01-11T04:38:58.738ZServer listening on 5201
15862025-01-11T04:38:58.738Z-----------------------------------------------------------
15872025-01-11T04:38:58.738ZAccepted connection from 10.0.0.1, port 48711
15882025-01-11T04:38:58.738Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56180
15892025-01-11T04:38:58.738Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58135
15902025-01-11T04:38:58.738Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58619
15912025-01-11T04:38:58.738Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36427
15922025-01-11T04:38:58.738Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62384
15932025-01-11T04:38:58.738Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56164
15942025-01-11T04:38:58.738Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38211
15952025-01-11T04:38:58.738Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36900
15962025-01-11T04:38:58.738Z[ ID] Interval Transfer Bandwidth
15972025-01-11T04:38:58.738Z[ 5] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
15982025-01-11T04:38:58.738Z[ 7] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec
15992025-01-11T04:38:58.738Z[ 9] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec
16002025-01-11T04:38:58.738Z[ 11] 0.00-1.00 sec 20.0 MBytes 168 Mbits/sec
16012025-01-11T04:38:58.738Z[ 13] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec
16022025-01-11T04:38:58.738Z[ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
16032025-01-11T04:38:58.738Z[ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
16042025-01-11T04:38:58.738Z[ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
16052025-01-11T04:38:58.738Z[SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec
16062025-01-11T04:38:58.738Z- - - - - - - - - - - - - - - - - - - - - - - - -
16072025-01-11T04:38:58.738Z[ 5] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
16082025-01-11T04:38:58.738Z[ 7] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
16092025-01-11T04:38:58.738Z[ 9] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
16102025-01-11T04:38:58.738Z[ 11] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
16112025-01-11T04:38:58.738Z[ 13] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
16122025-01-11T04:38:58.738Z[ 15] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
16132025-01-11T04:38:58.738Z[ 17] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
16142025-01-11T04:38:58.738Z[ 19] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
16152025-01-11T04:38:58.738Z[SUM] 1.00-2.00 sec 171 MBytes 1.44 Gbits/sec
16162025-01-11T04:38:58.738Z- - - - - - - - - - - - - - - - - - - - - - - - -
16172025-01-11T04:38:58.738Z[ 5] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec
16182025-01-11T04:38:58.738Z[ 7] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec
16192025-01-11T04:38:58.738Z[ 9] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec
16202025-01-11T04:38:58.739Z[ 11] 2.00-3.00 sec 21.6 MBytes 181 Mbits/sec
16212025-01-11T04:38:58.739Z[ 13] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec
16222025-01-11T04:38:58.739Z[ 15] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec
16232025-01-11T04:38:58.739Z[ 17] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec
16242025-01-11T04:38:58.739Z[ 19] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec
16252025-01-11T04:38:58.739Z[SUM] 2.00-3.00 sec 172 MBytes 1.45 Gbits/sec
16262025-01-11T04:38:58.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
16272025-01-11T04:38:58.739Z[ 5] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
16282025-01-11T04:38:58.739Z[ 7] 3.00-4.00 sec 21.2 MBytes 177 Mbits/sec
16292025-01-11T04:38:58.739Z[ 9] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
16302025-01-11T04:38:58.739Z[ 11] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
16312025-01-11T04:38:58.739Z[ 13] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
16322025-01-11T04:38:58.739Z[ 15] 3.00-4.00 sec 21.2 MBytes 177 Mbits/sec
16332025-01-11T04:38:58.739Z[ 17] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
16342025-01-11T04:38:58.739Z[ 19] 3.00-4.00 sec 21.1 MBytes 177 Mbits/sec
16352025-01-11T04:38:58.739Z[SUM] 3.00-4.00 sec 169 MBytes 1.42 Gbits/sec
16362025-01-11T04:38:58.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
16372025-01-11T04:38:58.739Z[ 5] 4.00-5.00 sec 21.3 MBytes 178 Mbits/sec
16382025-01-11T04:38:58.742Z[ 7] 4.00-5.00 sec 21.3 MBytes 178 Mbits/sec
16392025-01-11T04:38:58.742Z[ 9] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
16402025-01-11T04:38:58.742Z[ 11] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
16412025-01-11T04:38:58.742Z[ 13] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
16422025-01-11T04:38:58.742Z[ 15] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
16432025-01-11T04:38:58.742Z[ 17] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
16442025-01-11T04:38:58.742Z[ 19] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
16452025-01-11T04:38:58.742Z[SUM] 4.00-5.00 sec 171 MBytes 1.43 Gbits/sec
16462025-01-11T04:38:58.742Z- - - - - - - - - - - - - - - - - - - - - - - - -
16472025-01-11T04:38:58.742Z[ 5] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
16482025-01-11T04:38:58.742Z[ 7] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
16492025-01-11T04:38:58.742Z[ 9] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
16502025-01-11T04:38:58.742Z[ 11] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
16512025-01-11T04:38:58.742Z[ 13] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
16522025-01-11T04:38:58.743Z[ 15] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
16532025-01-11T04:38:58.743Z[ 17] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
16542025-01-11T04:38:58.743Z[ 19] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
16552025-01-11T04:38:58.743Z[SUM] 5.00-6.00 sec 172 MBytes 1.45 Gbits/sec
16562025-01-11T04:38:58.743Z- - - - - - - - - - - - - - - - - - - - - - - - -
16572025-01-11T04:38:58.743Z[ 5] 6.00-7.00 sec 21.4 MBytes 179 Mbits/sec
16582025-01-11T04:38:58.743Z[ 7] 6.00-7.00 sec 21.4 MBytes 180 Mbits/sec
16592025-01-11T04:38:58.743Z[ 9] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec
16602025-01-11T04:39:01.958Z[ 11] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec
16612025-01-11T04:39:01.958Z[ 13] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec
16622025-01-11T04:39:01.958Z[ 15] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec
16632025-01-11T04:39:01.958Z[ 17] 6.00-7.00 sec 21.3 MBytes 179 Mbits/sec
16642025-01-11T04:39:01.958Z[ 19] 6.00-7.00 sec 21.4 MBytes 180 Mbits/sec
16652025-01-11T04:39:01.958Z[SUM] 6.00-7.00 sec 171 MBytes 1.43 Gbits/sec
16662025-01-11T04:39:01.958Z- - - - - - - - - - - - - - - - - - - - - - - - -
16672025-01-11T04:39:01.958Z[ 5] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
16682025-01-11T04:39:01.959Z[ 7] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
16692025-01-11T04:39:01.959Z[ 9] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
16702025-01-11T04:39:01.959Z[ 11] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
16712025-01-11T04:39:01.959Z[ 13] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
16722025-01-11T04:39:01.959Z[ 15] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
16732025-01-11T04:39:01.959Z[ 17] 7.00-8.00 sec 21.2 MBytes 177 Mbits/sec
16742025-01-11T04:39:01.959Z[ 19] 7.00-8.00 sec 21.2 MBytes 177 Mbits/sec
16752025-01-11T04:39:01.959Z[SUM] 7.00-8.00 sec 169 MBytes 1.42 Gbits/sec
16762025-01-11T04:39:01.960Z- - - - - - - - - - - - - - - - - - - - - - - - -
16772025-01-11T04:39:01.960Z[ 5] 8.00-9.00 sec 20.9 MBytes 175 Mbits/sec
16782025-01-11T04:39:01.960Z[ 7] 8.00-9.00 sec 20.9 MBytes 175 Mbits/sec
16792025-01-11T04:39:01.960Z[ 9] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
16802025-01-11T04:39:01.960Z[ 11] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
16812025-01-11T04:39:01.960Z[ 13] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
16822025-01-11T04:39:01.960Z[ 15] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
16832025-01-11T04:39:01.960Z[ 17] 8.00-9.00 sec 20.9 MBytes 175 Mbits/sec
16842025-01-11T04:39:01.960Z[ 19] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
16852025-01-11T04:39:01.960Z[SUM] 8.00-9.00 sec 167 MBytes 1.40 Gbits/sec
16862025-01-11T04:39:01.960Z- - - - - - - - - - - - - - - - - - - - - - - - -
16872025-01-11T04:39:01.960Z[ 5] 9.00-10.00 sec 20.8 MBytes 175 Mbits/sec
16882025-01-11T04:39:01.960Z[ 7] 9.00-10.00 sec 20.8 MBytes 175 Mbits/sec
16892025-01-11T04:39:01.960Z[ 9] 9.00-10.00 sec 20.8 MBytes 175 Mbits/sec
16902025-01-11T04:39:01.960Z[ 11] 9.00-10.00 sec 20.8 MBytes 175 Mbits/sec
16912025-01-11T04:39:01.960Z[ 13] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec
16922025-01-11T04:39:01.960Z[ 15] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec
16932025-01-11T04:39:01.960Z[ 17] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec
16942025-01-11T04:39:01.960Z[ 19] 9.00-10.00 sec 20.9 MBytes 175 Mbits/sec
16952025-01-11T04:39:01.960Z[SUM] 9.00-10.00 sec 167 MBytes 1.40 Gbits/sec
16962025-01-11T04:39:01.960Z- - - - - - - - - - - - - - - - - - - - - - - - -
16972025-01-11T04:39:01.960Z[ 5] 10.00-10.00 sec 113 KBytes 441 Mbits/sec
16982025-01-11T04:39:01.961Z[ 7] 10.00-10.00 sec 113 KBytes 441 Mbits/sec
16992025-01-11T04:39:01.962Z[ 9] 10.00-10.00 sec 113 KBytes 441 Mbits/sec
17002025-01-11T04:39:01.962Z[ 11] 10.00-10.00 sec 56.6 KBytes 220 Mbits/sec
17012025-01-11T04:39:01.962Z[ 13] 10.00-10.00 sec 56.6 KBytes 220 Mbits/sec
17022025-01-11T04:39:01.962Z[ 15] 10.00-10.00 sec 56.6 KBytes 220 Mbits/sec
17032025-01-11T04:39:01.962Z[ 17] 10.00-10.00 sec 56.6 KBytes 220 Mbits/sec
17042025-01-11T04:39:01.962Z[ 19] 10.00-10.00 sec 56.6 KBytes 220 Mbits/sec
17052025-01-11T04:39:01.962Z[SUM] 10.00-10.00 sec 622 KBytes 2.42 Gbits/sec
17062025-01-11T04:39:01.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
17072025-01-11T04:39:01.962Z[ ID] Interval Transfer Bandwidth
17082025-01-11T04:39:01.962Z[ 5] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17092025-01-11T04:39:01.962Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17102025-01-11T04:39:01.962Z[ 7] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17112025-01-11T04:39:01.962Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17122025-01-11T04:39:01.962Z[ 9] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17132025-01-11T04:39:01.962Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17142025-01-11T04:39:01.962Z[ 11] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17152025-01-11T04:39:01.962Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17162025-01-11T04:39:01.963Z[ 13] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17172025-01-11T04:39:01.963Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17182025-01-11T04:39:01.963Z[ 15] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17192025-01-11T04:39:01.963Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17202025-01-11T04:39:01.963Z[ 17] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17212025-01-11T04:39:01.963Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17222025-01-11T04:39:01.963Z[ 19] 0.00-10.00 sec 211 MBytes 177 Mbits/sec sender
17232025-01-11T04:39:01.963Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17242025-01-11T04:39:01.963Z[SUM] 0.00-10.00 sec 1.65 GBytes 1.42 Gbits/sec sender
17252025-01-11T04:39:01.963Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17262025-01-11T04:39:01.966ZRun 2/5...1417.365Mbps
17272025-01-11T04:39:08.989Z-----------------------------------------------------------
17282025-01-11T04:39:08.989ZServer listening on 5201
17292025-01-11T04:39:08.990Z-----------------------------------------------------------
17302025-01-11T04:39:08.990ZAccepted connection from 10.0.0.1, port 37986
17312025-01-11T04:39:08.990Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39966
17322025-01-11T04:39:08.990Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46952
17332025-01-11T04:39:08.990Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34227
17342025-01-11T04:39:08.990Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39914
17352025-01-11T04:39:08.990Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49632
17362025-01-11T04:39:08.990Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45206
17372025-01-11T04:39:08.990Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45433
17382025-01-11T04:39:08.990Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40336
17392025-01-11T04:39:08.990Z[ ID] Interval Transfer Bandwidth
17402025-01-11T04:39:08.990Z[ 5] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
17412025-01-11T04:39:08.990Z[ 7] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
17422025-01-11T04:39:08.990Z[ 9] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
17432025-01-11T04:39:08.990Z[ 11] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
17442025-01-11T04:39:08.990Z[ 13] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
17452025-01-11T04:39:08.990Z[ 15] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
17462025-01-11T04:39:08.990Z[ 17] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
17472025-01-11T04:39:08.990Z[ 19] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
17482025-01-11T04:39:08.990Z[SUM] 0.00-1.00 sec 153 MBytes 1.29 Gbits/sec
17492025-01-11T04:39:08.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
17502025-01-11T04:39:08.990Z[ 5] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
17512025-01-11T04:39:08.990Z[ 7] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17522025-01-11T04:39:08.990Z[ 9] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17532025-01-11T04:39:08.990Z[ 11] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
17542025-01-11T04:39:08.990Z[ 13] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
17552025-01-11T04:39:08.990Z[ 15] 1.00-2.00 sec 21.4 MBytes 180 Mbits/sec
17562025-01-11T04:39:08.990Z[ 17] 1.00-2.00 sec 21.4 MBytes 179 Mbits/sec
17572025-01-11T04:39:08.990Z[ 19] 1.00-2.00 sec 21.5 MBytes 180 Mbits/sec
17582025-01-11T04:39:08.990Z[SUM] 1.00-2.00 sec 171 MBytes 1.44 Gbits/sec
17592025-01-11T04:39:08.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
17602025-01-11T04:39:08.990Z[ 5] 2.00-3.00 sec 20.9 MBytes 176 Mbits/sec
17612025-01-11T04:39:08.990Z[ 7] 2.00-3.00 sec 20.9 MBytes 175 Mbits/sec
17622025-01-11T04:39:08.990Z[ 9] 2.00-3.00 sec 20.9 MBytes 176 Mbits/sec
17632025-01-11T04:39:08.991Z[ 11] 2.00-3.00 sec 20.9 MBytes 175 Mbits/sec
17642025-01-11T04:39:08.991Z[ 13] 2.00-3.00 sec 20.9 MBytes 176 Mbits/sec
17652025-01-11T04:39:08.991Z[ 15] 2.00-3.00 sec 20.9 MBytes 175 Mbits/sec
17662025-01-11T04:39:08.991Z[ 17] 2.00-3.00 sec 20.9 MBytes 175 Mbits/sec
17672025-01-11T04:39:08.991Z[ 19] 2.00-3.00 sec 20.9 MBytes 175 Mbits/sec
17682025-01-11T04:39:08.991Z[SUM] 2.00-3.00 sec 167 MBytes 1.40 Gbits/sec
17692025-01-11T04:39:08.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
17702025-01-11T04:39:08.991Z[ 5] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
17712025-01-11T04:39:08.991Z[ 7] 3.00-4.00 sec 20.9 MBytes 176 Mbits/sec
17722025-01-11T04:39:08.991Z[ 9] 3.00-4.00 sec 20.8 MBytes 175 Mbits/sec
17732025-01-11T04:39:08.991Z[ 11] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
17742025-01-11T04:39:08.991Z[ 13] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
17752025-01-11T04:39:08.991Z[ 15] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
17762025-01-11T04:39:08.991Z[ 17] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
17772025-01-11T04:39:08.991Z[ 19] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
17782025-01-11T04:39:08.991Z[SUM] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec
17792025-01-11T04:39:08.992Z- - - - - - - - - - - - - - - - - - - - - - - - -
17802025-01-11T04:39:08.992Z[ 5] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
17812025-01-11T04:39:08.992Z[ 7] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
17822025-01-11T04:39:08.992Z[ 9] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
17832025-01-11T04:39:08.992Z[ 11] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
17842025-01-11T04:39:08.992Z[ 13] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
17852025-01-11T04:39:08.992Z[ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
17862025-01-11T04:39:08.992Z[ 17] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
17872025-01-11T04:39:08.992Z[ 19] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
17882025-01-11T04:39:08.992Z[SUM] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec
17892025-01-11T04:39:08.992Z- - - - - - - - - - - - - - - - - - - - - - - - -
17902025-01-11T04:39:08.992Z[ 5] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17912025-01-11T04:39:08.992Z[ 7] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17922025-01-11T04:39:08.992Z[ 9] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17932025-01-11T04:39:08.992Z[ 11] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
17942025-01-11T04:39:08.992Z[ 13] 5.00-6.00 sec 21.5 MBytes 181 Mbits/sec
17952025-01-11T04:39:08.992Z[ 15] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec
17962025-01-11T04:39:08.992Z[ 17] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17972025-01-11T04:39:08.996Z[ 19] 5.00-6.00 sec 21.6 MBytes 181 Mbits/sec
17982025-01-11T04:39:08.996Z[SUM] 5.00-6.00 sec 172 MBytes 1.45 Gbits/sec
17992025-01-11T04:39:08.996Z- - - - - - - - - - - - - - - - - - - - - - - - -
18002025-01-11T04:39:08.996Z[ 5] 6.00-7.00 sec 21.5 MBytes 180 Mbits/sec
18012025-01-11T04:39:08.996Z[ 7] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
18022025-01-11T04:39:08.996Z[ 9] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
18032025-01-11T04:39:12.209Z[ 11] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
18042025-01-11T04:39:12.209Z[ 13] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
18052025-01-11T04:39:12.209Z[ 15] 6.00-7.00 sec 21.6 MBytes 181 Mbits/sec
18062025-01-11T04:39:12.209Z[ 17] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
18072025-01-11T04:39:12.209Z[ 19] 6.00-7.00 sec 21.5 MBytes 181 Mbits/sec
18082025-01-11T04:39:12.209Z[SUM] 6.00-7.00 sec 172 MBytes 1.45 Gbits/sec
18092025-01-11T04:39:12.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
18102025-01-11T04:39:12.209Z[ 5] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
18112025-01-11T04:39:12.209Z[ 7] 7.00-8.00 sec 21.7 MBytes 182 Mbits/sec
18122025-01-11T04:39:12.209Z[ 9] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
18132025-01-11T04:39:12.209Z[ 11] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
18142025-01-11T04:39:12.209Z[ 13] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
18152025-01-11T04:39:12.209Z[ 15] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec
18162025-01-11T04:39:12.209Z[ 17] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
18172025-01-11T04:39:12.209Z[ 19] 7.00-8.00 sec 21.6 MBytes 181 Mbits/sec
18182025-01-11T04:39:12.209Z[SUM] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec
18192025-01-11T04:39:12.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
18202025-01-11T04:39:12.209Z[ 5] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
18212025-01-11T04:39:12.209Z[ 7] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
18222025-01-11T04:39:12.209Z[ 9] 8.00-9.00 sec 21.6 MBytes 181 Mbits/sec
18232025-01-11T04:39:12.209Z[ 11] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
18242025-01-11T04:39:12.209Z[ 13] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
18252025-01-11T04:39:12.209Z[ 15] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
18262025-01-11T04:39:12.209Z[ 17] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
18272025-01-11T04:39:12.209Z[ 19] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
18282025-01-11T04:39:12.209Z[SUM] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec
18292025-01-11T04:39:12.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
18302025-01-11T04:39:12.209Z[ 5] 9.00-10.00 sec 21.4 MBytes 179 Mbits/sec
18312025-01-11T04:39:12.209Z[ 7] 9.00-10.00 sec 21.3 MBytes 179 Mbits/sec
18322025-01-11T04:39:12.209Z[ 9] 9.00-10.00 sec 21.4 MBytes 180 Mbits/sec
18332025-01-11T04:39:12.209Z[ 11] 9.00-10.00 sec 21.4 MBytes 179 Mbits/sec
18342025-01-11T04:39:12.209Z[ 13] 9.00-10.00 sec 21.4 MBytes 179 Mbits/sec
18352025-01-11T04:39:12.209Z[ 15] 9.00-10.00 sec 21.4 MBytes 179 Mbits/sec
18362025-01-11T04:39:12.209Z[ 17] 9.00-10.00 sec 21.4 MBytes 179 Mbits/sec
18372025-01-11T04:39:12.210Z[ 19] 9.00-10.00 sec 21.4 MBytes 179 Mbits/sec
18382025-01-11T04:39:12.210Z[SUM] 9.00-10.00 sec 171 MBytes 1.44 Gbits/sec
18392025-01-11T04:39:12.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
18402025-01-11T04:39:12.210Z[ 5] 10.00-10.00 sec 113 KBytes 431 Mbits/sec
18412025-01-11T04:39:12.210Z[ 7] 10.00-10.00 sec 113 KBytes 431 Mbits/sec
18422025-01-11T04:39:12.210Z[ 9] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
18432025-01-11T04:39:12.210Z[ 11] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
18442025-01-11T04:39:12.210Z[ 13] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
18452025-01-11T04:39:12.210Z[ 15] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
18462025-01-11T04:39:12.210Z[ 17] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
18472025-01-11T04:39:12.210Z[ 19] 10.00-10.00 sec 56.6 KBytes 216 Mbits/sec
18482025-01-11T04:39:12.210Z[SUM] 10.00-10.00 sec 566 KBytes 2.15 Gbits/sec
18492025-01-11T04:39:12.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
18502025-01-11T04:39:12.210Z[ ID] Interval Transfer Bandwidth
18512025-01-11T04:39:12.210Z[ 5] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18522025-01-11T04:39:12.210Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18532025-01-11T04:39:12.210Z[ 7] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18542025-01-11T04:39:12.211Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18552025-01-11T04:39:12.211Z[ 9] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18562025-01-11T04:39:12.211Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18572025-01-11T04:39:12.211Z[ 11] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18582025-01-11T04:39:12.211Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18592025-01-11T04:39:12.211Z[ 13] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18602025-01-11T04:39:12.211Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18612025-01-11T04:39:12.211Z[ 15] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18622025-01-11T04:39:12.211Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18632025-01-11T04:39:12.211Z[ 17] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18642025-01-11T04:39:12.211Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18652025-01-11T04:39:12.211Z[ 19] 0.00-10.00 sec 212 MBytes 178 Mbits/sec sender
18662025-01-11T04:39:12.211Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18672025-01-11T04:39:12.211Z[SUM] 0.00-10.00 sec 1.65 GBytes 1.42 Gbits/sec sender
18682025-01-11T04:39:12.211Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18692025-01-11T04:39:12.213ZRun 3/5...1421.366Mbps
18702025-01-11T04:39:19.240Z-----------------------------------------------------------
18712025-01-11T04:39:19.240ZServer listening on 5201
18722025-01-11T04:39:19.240Z-----------------------------------------------------------
18732025-01-11T04:39:19.240ZAccepted connection from 10.0.0.1, port 45867
18742025-01-11T04:39:19.240Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59602
18752025-01-11T04:39:19.240Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45792
18762025-01-11T04:39:19.240Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57364
18772025-01-11T04:39:19.240Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46165
18782025-01-11T04:39:19.240Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61149
18792025-01-11T04:39:19.240Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49810
18802025-01-11T04:39:19.240Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52713
18812025-01-11T04:39:19.240Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61145
18822025-01-11T04:39:19.240Z[ ID] Interval Transfer Bandwidth
18832025-01-11T04:39:19.240Z[ 5] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
18842025-01-11T04:39:19.240Z[ 7] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
18852025-01-11T04:39:19.240Z[ 9] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
18862025-01-11T04:39:19.240Z[ 11] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
18872025-01-11T04:39:19.240Z[ 13] 0.00-1.00 sec 19.0 MBytes 160 Mbits/sec
18882025-01-11T04:39:19.240Z[ 15] 0.00-1.00 sec 19.0 MBytes 160 Mbits/sec
18892025-01-11T04:39:19.241Z[ 17] 0.00-1.00 sec 19.0 MBytes 160 Mbits/sec
18902025-01-11T04:39:19.241Z[ 19] 0.00-1.00 sec 19.1 MBytes 160 Mbits/sec
18912025-01-11T04:39:19.241Z[SUM] 0.00-1.00 sec 153 MBytes 1.28 Gbits/sec
18922025-01-11T04:39:19.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
18932025-01-11T04:39:19.241Z[ 5] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
18942025-01-11T04:39:19.241Z[ 7] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
18952025-01-11T04:39:19.241Z[ 9] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
18962025-01-11T04:39:19.241Z[ 11] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
18972025-01-11T04:39:19.241Z[ 13] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec
18982025-01-11T04:39:19.241Z[ 15] 1.00-2.00 sec 21.8 MBytes 183 Mbits/sec
18992025-01-11T04:39:19.241Z[ 17] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
19002025-01-11T04:39:19.241Z[ 19] 1.00-2.00 sec 21.7 MBytes 182 Mbits/sec
19012025-01-11T04:39:19.241Z[SUM] 1.00-2.00 sec 174 MBytes 1.46 Gbits/sec
19022025-01-11T04:39:19.241Z- - - - - - - - - - - - - - - - - - - - - - - - -
19032025-01-11T04:39:19.241Z[ 5] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
19042025-01-11T04:39:19.241Z[ 7] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec
19052025-01-11T04:39:19.241Z[ 9] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
19062025-01-11T04:39:19.244Z[ 11] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
19072025-01-11T04:39:19.244Z[ 13] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
19082025-01-11T04:39:19.244Z[ 15] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
19092025-01-11T04:39:19.244Z[ 17] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
19102025-01-11T04:39:19.244Z[ 19] 2.00-3.00 sec 21.5 MBytes 181 Mbits/sec
19112025-01-11T04:39:19.244Z[SUM] 2.00-3.00 sec 172 MBytes 1.44 Gbits/sec
19122025-01-11T04:39:19.244Z- - - - - - - - - - - - - - - - - - - - - - - - -
19132025-01-11T04:39:19.245Z[ 5] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
19142025-01-11T04:39:19.245Z[ 7] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
19152025-01-11T04:39:19.245Z[ 9] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
19162025-01-11T04:39:19.245Z[ 11] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
19172025-01-11T04:39:19.245Z[ 13] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
19182025-01-11T04:39:19.245Z[ 15] 3.00-4.00 sec 21.7 MBytes 182 Mbits/sec
19192025-01-11T04:39:19.245Z[ 17] 3.00-4.00 sec 21.6 MBytes 182 Mbits/sec
19202025-01-11T04:39:19.245Z[ 19] 3.00-4.00 sec 21.6 MBytes 181 Mbits/sec
19212025-01-11T04:39:19.245Z[SUM] 3.00-4.00 sec 173 MBytes 1.45 Gbits/sec
19222025-01-11T04:39:19.245Z- - - - - - - - - - - - - - - - - - - - - - - - -
19232025-01-11T04:39:19.246Z[ 5] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
19242025-01-11T04:39:19.246Z[ 7] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
19252025-01-11T04:39:19.246Z[ 9] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
19262025-01-11T04:39:19.246Z[ 11] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
19272025-01-11T04:39:19.246Z[ 13] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
19282025-01-11T04:39:19.246Z[ 15] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
19292025-01-11T04:39:19.246Z[ 17] 4.00-5.00 sec 21.7 MBytes 182 Mbits/sec
19302025-01-11T04:39:19.246Z[ 19] 4.00-5.00 sec 21.8 MBytes 183 Mbits/sec
19312025-01-11T04:39:19.246Z[SUM] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec
19322025-01-11T04:39:19.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
19332025-01-11T04:39:19.246Z[ 5] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19342025-01-11T04:39:19.246Z[ 7] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19352025-01-11T04:39:19.246Z[ 9] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19362025-01-11T04:39:19.246Z[ 11] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19372025-01-11T04:39:19.246Z[ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19382025-01-11T04:39:19.246Z[ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19392025-01-11T04:39:19.246Z[ 17] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19402025-01-11T04:39:19.246Z[ 19] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
19412025-01-11T04:39:19.246Z[SUM] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec
19422025-01-11T04:39:19.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
19432025-01-11T04:39:19.246Z[ 5] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
19442025-01-11T04:39:19.246Z[ 7] 6.00-7.00 sec 21.3 MBytes 178 Mbits/sec
19452025-01-11T04:39:19.246Z[ 9] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
19462025-01-11T04:39:22.460Z[ 11] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
19472025-01-11T04:39:22.460Z[ 13] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
19482025-01-11T04:39:22.460Z[ 15] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
19492025-01-11T04:39:22.460Z[ 17] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
19502025-01-11T04:39:22.460Z[ 19] 6.00-7.00 sec 21.2 MBytes 178 Mbits/sec
19512025-01-11T04:39:22.460Z[SUM] 6.00-7.00 sec 170 MBytes 1.42 Gbits/sec
19522025-01-11T04:39:22.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
19532025-01-11T04:39:22.460Z[ 5] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec
19542025-01-11T04:39:22.460Z[ 7] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec
19552025-01-11T04:39:22.460Z[ 9] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec
19562025-01-11T04:39:22.460Z[ 11] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec
19572025-01-11T04:39:22.460Z[ 13] 7.00-8.00 sec 21.5 MBytes 181 Mbits/sec
19582025-01-11T04:39:22.460Z[ 15] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec
19592025-01-11T04:39:22.460Z[ 17] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec
19602025-01-11T04:39:22.460Z[ 19] 7.00-8.00 sec 21.5 MBytes 180 Mbits/sec
19612025-01-11T04:39:22.460Z[SUM] 7.00-8.00 sec 172 MBytes 1.44 Gbits/sec
19622025-01-11T04:39:22.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
19632025-01-11T04:39:22.460Z[ 5] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
19642025-01-11T04:39:22.460Z[ 7] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
19652025-01-11T04:39:22.460Z[ 9] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19662025-01-11T04:39:22.460Z[ 11] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
19672025-01-11T04:39:22.460Z[ 13] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
19682025-01-11T04:39:22.460Z[ 15] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
19692025-01-11T04:39:22.460Z[ 17] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
19702025-01-11T04:39:22.460Z[ 19] 8.00-9.00 sec 21.4 MBytes 179 Mbits/sec
19712025-01-11T04:39:22.460Z[SUM] 8.00-9.00 sec 171 MBytes 1.43 Gbits/sec
19722025-01-11T04:39:22.460Z- - - - - - - - - - - - - - - - - - - - - - - - -
19732025-01-11T04:39:22.460Z[ 5] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
19742025-01-11T04:39:22.460Z[ 7] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
19752025-01-11T04:39:22.460Z[ 9] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec
19762025-01-11T04:39:22.461Z[ 11] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
19772025-01-11T04:39:22.461Z[ 13] 9.00-10.00 sec 21.8 MBytes 182 Mbits/sec
19782025-01-11T04:39:22.461Z[ 15] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
19792025-01-11T04:39:22.461Z[ 17] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
19802025-01-11T04:39:22.461Z[ 19] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
19812025-01-11T04:39:22.461Z[SUM] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec
19822025-01-11T04:39:22.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
19832025-01-11T04:39:22.461Z[ 5] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19842025-01-11T04:39:22.461Z[ 7] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19852025-01-11T04:39:22.461Z[ 9] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19862025-01-11T04:39:22.461Z[ 11] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19872025-01-11T04:39:22.461Z[ 13] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19882025-01-11T04:39:22.461Z[ 15] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19892025-01-11T04:39:22.461Z[ 17] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19902025-01-11T04:39:22.461Z[ 19] 10.00-10.00 sec 56.6 KBytes 244 Mbits/sec
19912025-01-11T04:39:22.461Z[SUM] 10.00-10.00 sec 452 KBytes 1.95 Gbits/sec
19922025-01-11T04:39:22.461Z- - - - - - - - - - - - - - - - - - - - - - - - -
19932025-01-11T04:39:22.461Z[ ID] Interval Transfer Bandwidth
19942025-01-11T04:39:22.461Z[ 5] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
19952025-01-11T04:39:22.461Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19962025-01-11T04:39:22.461Z[ 7] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
19972025-01-11T04:39:22.462Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19982025-01-11T04:39:22.462Z[ 9] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
19992025-01-11T04:39:22.462Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20002025-01-11T04:39:22.462Z[ 11] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20012025-01-11T04:39:22.462Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20022025-01-11T04:39:22.462Z[ 13] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20032025-01-11T04:39:22.462Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20042025-01-11T04:39:22.462Z[ 15] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20052025-01-11T04:39:22.462Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20062025-01-11T04:39:22.462Z[ 17] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20072025-01-11T04:39:22.462Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20082025-01-11T04:39:22.462Z[ 19] 0.00-10.00 sec 213 MBytes 179 Mbits/sec sender
20092025-01-11T04:39:22.462Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20102025-01-11T04:39:22.462Z[SUM] 0.00-10.00 sec 1.67 GBytes 1.43 Gbits/sec sender
20112025-01-11T04:39:22.462Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20122025-01-11T04:39:22.465ZRun 4/5...1431.604Mbps
20132025-01-11T04:39:29.490Z-----------------------------------------------------------
20142025-01-11T04:39:29.490ZServer listening on 5201
20152025-01-11T04:39:29.490Z-----------------------------------------------------------
20162025-01-11T04:39:29.490ZAccepted connection from 10.0.0.1, port 64560
20172025-01-11T04:39:29.490Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39520
20182025-01-11T04:39:29.490Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47272
20192025-01-11T04:39:29.490Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50585
20202025-01-11T04:39:29.490Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50842
20212025-01-11T04:39:29.490Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33546
20222025-01-11T04:39:29.490Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58426
20232025-01-11T04:39:29.490Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50153
20242025-01-11T04:39:29.490Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43326
20252025-01-11T04:39:29.490Z[ ID] Interval Transfer Bandwidth
20262025-01-11T04:39:29.490Z[ 5] 0.00-1.00 sec 20.1 MBytes 168 Mbits/sec
20272025-01-11T04:39:29.490Z[ 7] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec
20282025-01-11T04:39:29.491Z[ 9] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20292025-01-11T04:39:29.491Z[ 11] 0.00-1.00 sec 20.0 MBytes 167 Mbits/sec
20302025-01-11T04:39:29.491Z[ 13] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20312025-01-11T04:39:29.491Z[ 15] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20322025-01-11T04:39:29.491Z[ 17] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20332025-01-11T04:39:29.491Z[ 19] 0.00-1.00 sec 19.9 MBytes 167 Mbits/sec
20342025-01-11T04:39:29.491Z[SUM] 0.00-1.00 sec 160 MBytes 1.34 Gbits/sec
20352025-01-11T04:39:29.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
20362025-01-11T04:39:29.491Z[ 5] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
20372025-01-11T04:39:29.491Z[ 7] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
20382025-01-11T04:39:29.491Z[ 9] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
20392025-01-11T04:39:29.491Z[ 11] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec
20402025-01-11T04:39:29.491Z[ 13] 1.00-2.00 sec 21.2 MBytes 178 Mbits/sec
20412025-01-11T04:39:29.491Z[ 15] 1.00-2.00 sec 21.3 MBytes 179 Mbits/sec
20422025-01-11T04:39:29.491Z[ 17] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
20432025-01-11T04:39:29.494Z[ 19] 1.00-2.00 sec 21.3 MBytes 178 Mbits/sec
20442025-01-11T04:39:29.494Z[SUM] 1.00-2.00 sec 170 MBytes 1.43 Gbits/sec
20452025-01-11T04:39:29.494Z- - - - - - - - - - - - - - - - - - - - - - - - -
20462025-01-11T04:39:29.494Z[ 5] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec
20472025-01-11T04:39:29.494Z[ 7] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
20482025-01-11T04:39:29.494Z[ 9] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
20492025-01-11T04:39:29.494Z[ 11] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
20502025-01-11T04:39:29.494Z[ 13] 2.00-3.00 sec 21.5 MBytes 180 Mbits/sec
20512025-01-11T04:39:29.494Z[ 15] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
20522025-01-11T04:39:29.494Z[ 17] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
20532025-01-11T04:39:29.494Z[ 19] 2.00-3.00 sec 21.4 MBytes 180 Mbits/sec
20542025-01-11T04:39:29.494Z[SUM] 2.00-3.00 sec 171 MBytes 1.44 Gbits/sec
20552025-01-11T04:39:29.494Z- - - - - - - - - - - - - - - - - - - - - - - - -
20562025-01-11T04:39:29.494Z[ 5] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec
20572025-01-11T04:39:29.494Z[ 7] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
20582025-01-11T04:39:29.495Z[ 9] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec
20592025-01-11T04:39:29.495Z[ 11] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
20602025-01-11T04:39:29.495Z[ 13] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
20612025-01-11T04:39:29.495Z[ 15] 3.00-4.00 sec 21.4 MBytes 179 Mbits/sec
20622025-01-11T04:39:29.495Z[ 17] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
20632025-01-11T04:39:29.495Z[ 19] 3.00-4.00 sec 21.3 MBytes 179 Mbits/sec
20642025-01-11T04:39:29.495Z[SUM] 3.00-4.00 sec 171 MBytes 1.43 Gbits/sec
20652025-01-11T04:39:29.495Z- - - - - - - - - - - - - - - - - - - - - - - - -
20662025-01-11T04:39:29.495Z[ 5] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
20672025-01-11T04:39:29.495Z[ 7] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
20682025-01-11T04:39:29.495Z[ 9] 4.00-5.00 sec 21.5 MBytes 180 Mbits/sec
20692025-01-11T04:39:29.495Z[ 11] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
20702025-01-11T04:39:29.495Z[ 13] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
20712025-01-11T04:39:29.496Z[ 15] 4.00-5.00 sec 21.6 MBytes 181 Mbits/sec
20722025-01-11T04:39:29.496Z[ 17] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
20732025-01-11T04:39:29.496Z[ 19] 4.00-5.00 sec 21.5 MBytes 181 Mbits/sec
20742025-01-11T04:39:29.496Z[SUM] 4.00-5.00 sec 172 MBytes 1.45 Gbits/sec
20752025-01-11T04:39:29.496Z- - - - - - - - - - - - - - - - - - - - - - - - -
20762025-01-11T04:39:29.496Z[ 5] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
20772025-01-11T04:39:29.496Z[ 7] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
20782025-01-11T04:39:29.496Z[ 9] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
20792025-01-11T04:39:29.496Z[ 11] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
20802025-01-11T04:39:29.496Z[ 13] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20812025-01-11T04:39:29.496Z[ 15] 5.00-6.00 sec 21.8 MBytes 183 Mbits/sec
20822025-01-11T04:39:29.497Z[ 17] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
20832025-01-11T04:39:29.497Z[ 19] 5.00-6.00 sec 21.9 MBytes 184 Mbits/sec
20842025-01-11T04:39:29.497Z[SUM] 5.00-6.00 sec 175 MBytes 1.47 Gbits/sec
20852025-01-11T04:39:29.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
20862025-01-11T04:39:29.497Z[ 5] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
20872025-01-11T04:39:29.497Z[ 7] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
20882025-01-11T04:39:29.497Z[ 9] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
20892025-01-11T04:39:32.710Z[ 11] 6.00-7.00 sec 21.9 MBytes 184 Mbits/sec
20902025-01-11T04:39:32.710Z[ 13] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
20912025-01-11T04:39:32.711Z[ 15] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
20922025-01-11T04:39:32.711Z[ 17] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
20932025-01-11T04:39:32.711Z[ 19] 6.00-7.00 sec 22.0 MBytes 184 Mbits/sec
20942025-01-11T04:39:32.711Z[SUM] 6.00-7.00 sec 176 MBytes 1.47 Gbits/sec
20952025-01-11T04:39:32.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
20962025-01-11T04:39:32.711Z[ 5] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
20972025-01-11T04:39:32.711Z[ 7] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
20982025-01-11T04:39:32.711Z[ 9] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
20992025-01-11T04:39:32.711Z[ 11] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
21002025-01-11T04:39:32.711Z[ 13] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
21012025-01-11T04:39:32.711Z[ 15] 7.00-8.00 sec 22.0 MBytes 185 Mbits/sec
21022025-01-11T04:39:32.711Z[ 17] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
21032025-01-11T04:39:32.711Z[ 19] 7.00-8.00 sec 22.0 MBytes 184 Mbits/sec
21042025-01-11T04:39:32.711Z[SUM] 7.00-8.00 sec 176 MBytes 1.48 Gbits/sec
21052025-01-11T04:39:32.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
21062025-01-11T04:39:32.711Z[ 5] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
21072025-01-11T04:39:32.711Z[ 7] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
21082025-01-11T04:39:32.712Z[ 9] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
21092025-01-11T04:39:32.712Z[ 11] 8.00-9.00 sec 21.7 MBytes 182 Mbits/sec
21102025-01-11T04:39:32.712Z[ 13] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
21112025-01-11T04:39:32.712Z[ 15] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
21122025-01-11T04:39:32.712Z[ 17] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
21132025-01-11T04:39:32.712Z[ 19] 8.00-9.00 sec 21.8 MBytes 183 Mbits/sec
21142025-01-11T04:39:32.712Z[SUM] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec
21152025-01-11T04:39:32.712Z- - - - - - - - - - - - - - - - - - - - - - - - -
21162025-01-11T04:39:32.712Z[ 5] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21172025-01-11T04:39:32.712Z[ 7] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21182025-01-11T04:39:32.712Z[ 9] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
21192025-01-11T04:39:32.712Z[ 11] 9.00-10.00 sec 21.8 MBytes 183 Mbits/sec
21202025-01-11T04:39:32.712Z[ 13] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21212025-01-11T04:39:32.712Z[ 15] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21222025-01-11T04:39:32.712Z[ 17] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21232025-01-11T04:39:32.712Z[ 19] 9.00-10.00 sec 21.7 MBytes 182 Mbits/sec
21242025-01-11T04:39:32.712Z[SUM] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec
21252025-01-11T04:39:32.712Z- - - - - - - - - - - - - - - - - - - - - - - - -
21262025-01-11T04:39:32.713Z[ 5] 10.00-10.00 sec 56.6 KBytes 233 Mbits/sec
21272025-01-11T04:39:32.713Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21282025-01-11T04:39:32.713Z[ 9] 10.00-10.00 sec 56.6 KBytes 233 Mbits/sec
21292025-01-11T04:39:32.713Z[ 11] 10.00-10.00 sec 56.6 KBytes 233 Mbits/sec
21302025-01-11T04:39:32.713Z[ 13] 10.00-10.00 sec 56.6 KBytes 233 Mbits/sec
21312025-01-11T04:39:32.713Z[ 15] 10.00-10.00 sec 113 KBytes 465 Mbits/sec
21322025-01-11T04:39:32.713Z[ 17] 10.00-10.00 sec 113 KBytes 465 Mbits/sec
21332025-01-11T04:39:32.713Z[ 19] 10.00-10.00 sec 113 KBytes 465 Mbits/sec
21342025-01-11T04:39:32.713Z[SUM] 10.00-10.00 sec 566 KBytes 2.33 Gbits/sec
21352025-01-11T04:39:32.713Z- - - - - - - - - - - - - - - - - - - - - - - - -
21362025-01-11T04:39:32.713Z[ ID] Interval Transfer Bandwidth
21372025-01-11T04:39:32.713Z[ 5] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21382025-01-11T04:39:32.713Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21392025-01-11T04:39:32.713Z[ 7] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21402025-01-11T04:39:32.713Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21412025-01-11T04:39:32.713Z[ 9] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21422025-01-11T04:39:32.713Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21432025-01-11T04:39:32.713Z[ 11] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21442025-01-11T04:39:32.713Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21452025-01-11T04:39:32.713Z[ 13] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21462025-01-11T04:39:32.713Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21472025-01-11T04:39:32.713Z[ 15] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21482025-01-11T04:39:32.713Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21492025-01-11T04:39:32.714Z[ 17] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21502025-01-11T04:39:32.714Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21512025-01-11T04:39:32.714Z[ 19] 0.00-10.00 sec 215 MBytes 180 Mbits/sec sender
21522025-01-11T04:39:32.714Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21532025-01-11T04:39:32.714Z[SUM] 0.00-10.00 sec 1.68 GBytes 1.44 Gbits/sec sender
21542025-01-11T04:39:32.714Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21552025-01-11T04:39:32.717ZRun 5/5...1442.414Mbps
21562025-01-11T04:39:32.717Z###---------------------###
21572025-01-11T04:39:32.717Z::: iPerf done... :::
21582025-01-11T04:39:32.717Z:::Awaiting out files...:::
21592025-01-11T04:39:32.717Z###---------------------###
21602025-01-11T04:39:32.717Z###-----###
21612025-01-11T04:39:32.717Z:::done!:::
21622025-01-11T04:39:32.717Z###-----###
21632025-01-11T04:39:32.717Z###-------------------###
21642025-01-11T04:39:32.718Z:::Running experiment :::
21652025-01-11T04:39:32.718Z:::iperf-tcp/local/c2s:::
21662025-01-11T04:39:32.718Z###-------------------###
21672025-01-11T04:39:33.194Zdtrace: description 'profile-201us ' matched 2 probes
21682025-01-11T04:39:39.743Z-----------------------------------------------------------
21692025-01-11T04:39:39.743ZServer listening on 5201
21702025-01-11T04:39:39.743Z-----------------------------------------------------------
21712025-01-11T04:39:39.743ZAccepted connection from 10.0.0.1, port 42763
21722025-01-11T04:39:39.743Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34868
21732025-01-11T04:39:39.743Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59128
21742025-01-11T04:39:39.743Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43795
21752025-01-11T04:39:39.743Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64585
21762025-01-11T04:39:39.743Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62875
21772025-01-11T04:39:39.743Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42423
21782025-01-11T04:39:39.743Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53772
21792025-01-11T04:39:39.743Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60952
21802025-01-11T04:39:39.743Z[ ID] Interval Transfer Bandwidth
21812025-01-11T04:39:39.743Z[ 5] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec
21822025-01-11T04:39:39.743Z[ 7] 0.00-1.00 sec 15.2 MBytes 128 Mbits/sec
21832025-01-11T04:39:39.743Z[ 9] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec
21842025-01-11T04:39:39.743Z[ 11] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec
21852025-01-11T04:39:39.743Z[ 13] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec
21862025-01-11T04:39:39.743Z[ 15] 0.00-1.00 sec 15.2 MBytes 127 Mbits/sec
21872025-01-11T04:39:39.743Z[ 17] 0.00-1.00 sec 15.1 MBytes 127 Mbits/sec
21882025-01-11T04:39:39.744Z[ 19] 0.00-1.00 sec 15.1 MBytes 126 Mbits/sec
21892025-01-11T04:39:39.744Z[SUM] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21902025-01-11T04:39:39.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
21912025-01-11T04:39:39.744Z[ 5] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
21922025-01-11T04:39:39.744Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21932025-01-11T04:39:39.744Z[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21942025-01-11T04:39:39.744Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
21952025-01-11T04:39:39.744Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
21962025-01-11T04:39:39.744Z[ 15] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
21972025-01-11T04:39:39.744Z[ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21982025-01-11T04:39:39.744Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
21992025-01-11T04:39:39.744Z[SUM] 1.00-2.00 sec 106 MBytes 885 Mbits/sec
22002025-01-11T04:39:39.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
22012025-01-11T04:39:39.744Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22022025-01-11T04:39:39.744Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22032025-01-11T04:39:39.744Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22042025-01-11T04:39:39.744Z[ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22052025-01-11T04:39:39.744Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22062025-01-11T04:39:39.744Z[ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22072025-01-11T04:39:39.744Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22082025-01-11T04:39:39.744Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
22092025-01-11T04:39:39.744Z[SUM] 2.00-3.00 sec 105 MBytes 881 Mbits/sec
22102025-01-11T04:39:39.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
22112025-01-11T04:39:39.744Z[ 5] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
22122025-01-11T04:39:39.744Z[ 7] 3.00-4.00 sec 13.3 MBytes 112 Mbits/sec
22132025-01-11T04:39:39.744Z[ 9] 3.00-4.00 sec 13.3 MBytes 111 Mbits/sec
22142025-01-11T04:39:39.745Z[ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
22152025-01-11T04:39:39.745Z[ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
22162025-01-11T04:39:39.745Z[ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
22172025-01-11T04:39:39.745Z[ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
22182025-01-11T04:39:39.745Z[ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
22192025-01-11T04:39:39.745Z[SUM] 3.00-4.00 sec 107 MBytes 896 Mbits/sec
22202025-01-11T04:39:39.745Z- - - - - - - - - - - - - - - - - - - - - - - - -
22212025-01-11T04:39:39.745Z[ 5] 4.00-5.00 sec 13.4 MBytes 113 Mbits/sec
22222025-01-11T04:39:39.745Z[ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
22232025-01-11T04:39:39.745Z[ 9] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec
22242025-01-11T04:39:39.745Z[ 11] 4.00-5.00 sec 13.5 MBytes 113 Mbits/sec
22252025-01-11T04:39:39.745Z[ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
22262025-01-11T04:39:39.745Z[ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
22272025-01-11T04:39:39.745Z[ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
22282025-01-11T04:39:39.745Z[ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
22292025-01-11T04:39:39.745Z[SUM] 4.00-5.00 sec 107 MBytes 900 Mbits/sec
22302025-01-11T04:39:39.745Z- - - - - - - - - - - - - - - - - - - - - - - - -
22312025-01-11T04:39:39.745Z[ 5] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec
22322025-01-11T04:39:39.746Z[ 7] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
22332025-01-11T04:39:39.746Z[ 9] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
22342025-01-11T04:39:39.746Z[ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
22352025-01-11T04:39:39.746Z[ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
22362025-01-11T04:39:39.746Z[ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
22372025-01-11T04:39:39.746Z[ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
22382025-01-11T04:39:39.746Z[ 19] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
22392025-01-11T04:39:39.746Z[SUM] 5.00-6.00 sec 107 MBytes 901 Mbits/sec
22402025-01-11T04:39:39.746Z- - - - - - - - - - - - - - - - - - - - - - - - -
22412025-01-11T04:39:39.746Z[ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
22422025-01-11T04:39:39.746Z[ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
22432025-01-11T04:39:39.746Z[ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
22442025-01-11T04:39:42.962Z[ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
22452025-01-11T04:39:42.962Z[ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
22462025-01-11T04:39:42.962Z[ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
22472025-01-11T04:39:42.962Z[ 17] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
22482025-01-11T04:39:42.962Z[ 19] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
22492025-01-11T04:39:42.962Z[SUM] 6.00-7.00 sec 107 MBytes 896 Mbits/sec
22502025-01-11T04:39:42.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
22512025-01-11T04:39:42.962Z[ 5] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22522025-01-11T04:39:42.962Z[ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22532025-01-11T04:39:42.962Z[ 9] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22542025-01-11T04:39:42.962Z[ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22552025-01-11T04:39:42.962Z[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22562025-01-11T04:39:42.962Z[ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22572025-01-11T04:39:42.962Z[ 17] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec
22582025-01-11T04:39:42.962Z[ 19] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
22592025-01-11T04:39:42.962Z[SUM] 7.00-8.00 sec 107 MBytes 898 Mbits/sec
22602025-01-11T04:39:42.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
22612025-01-11T04:39:42.962Z[ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22622025-01-11T04:39:42.962Z[ 7] 8.00-9.00 sec 13.4 MBytes 113 Mbits/sec
22632025-01-11T04:39:42.962Z[ 9] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
22642025-01-11T04:39:42.962Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22652025-01-11T04:39:42.962Z[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22662025-01-11T04:39:42.962Z[ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22672025-01-11T04:39:42.962Z[ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
22682025-01-11T04:39:42.963Z[ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
22692025-01-11T04:39:42.963Z[SUM] 8.00-9.00 sec 107 MBytes 900 Mbits/sec
22702025-01-11T04:39:42.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
22712025-01-11T04:39:42.963Z[ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
22722025-01-11T04:39:42.963Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
22732025-01-11T04:39:42.963Z[ 9] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec
22742025-01-11T04:39:42.963Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
22752025-01-11T04:39:42.963Z[ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
22762025-01-11T04:39:42.963Z[ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
22772025-01-11T04:39:42.963Z[ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
22782025-01-11T04:39:42.963Z[ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
22792025-01-11T04:39:42.963Z[SUM] 9.00-10.00 sec 106 MBytes 888 Mbits/sec
22802025-01-11T04:39:42.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
22812025-01-11T04:39:42.963Z[ 5] 10.00-10.00 sec 119 KBytes 283 Mbits/sec
22822025-01-11T04:39:42.963Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22832025-01-11T04:39:42.963Z[ 9] 10.00-10.00 sec 83.4 KBytes 199 Mbits/sec
22842025-01-11T04:39:42.963Z[ 11] 10.00-10.00 sec 124 KBytes 296 Mbits/sec
22852025-01-11T04:39:42.963Z[ 13] 10.00-10.00 sec 21.2 KBytes 50.5 Mbits/sec
22862025-01-11T04:39:42.963Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22872025-01-11T04:39:42.963Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22882025-01-11T04:39:42.964Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22892025-01-11T04:39:42.964Z[SUM] 10.00-10.00 sec 348 KBytes 828 Mbits/sec
22902025-01-11T04:39:42.964Z- - - - - - - - - - - - - - - - - - - - - - - - -
22912025-01-11T04:39:42.964Z[ ID] Interval Transfer Bandwidth
22922025-01-11T04:39:42.964Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22932025-01-11T04:39:42.964Z[ 5] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
22942025-01-11T04:39:42.964Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22952025-01-11T04:39:42.964Z[ 7] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
22962025-01-11T04:39:42.964Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22972025-01-11T04:39:42.964Z[ 9] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
22982025-01-11T04:39:42.964Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
22992025-01-11T04:39:42.964Z[ 11] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
23002025-01-11T04:39:42.964Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23012025-01-11T04:39:42.964Z[ 13] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
23022025-01-11T04:39:42.964Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23032025-01-11T04:39:42.964Z[ 15] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
23042025-01-11T04:39:42.964Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23052025-01-11T04:39:42.964Z[ 17] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
23062025-01-11T04:39:42.964Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23072025-01-11T04:39:42.964Z[ 19] 0.00-10.00 sec 135 MBytes 113 Mbits/sec receiver
23082025-01-11T04:39:42.964Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23092025-01-11T04:39:42.964Z[SUM] 0.00-10.00 sec 1.06 GBytes 906 Mbits/sec receiver
23102025-01-11T04:39:42.967ZRun 1/10...906.856800378173Mbps
23112025-01-11T04:39:49.996Z-----------------------------------------------------------
23122025-01-11T04:39:49.996ZServer listening on 5201
23132025-01-11T04:39:49.996Z-----------------------------------------------------------
23142025-01-11T04:39:49.996ZAccepted connection from 10.0.0.1, port 56468
23152025-01-11T04:39:49.996Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50637
23162025-01-11T04:39:49.996Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32877
23172025-01-11T04:39:49.996Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55139
23182025-01-11T04:39:49.996Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50758
23192025-01-11T04:39:49.996Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59270
23202025-01-11T04:39:49.996Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35923
23212025-01-11T04:39:49.996Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47494
23222025-01-11T04:39:49.996Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60285
23232025-01-11T04:39:49.996Z[ ID] Interval Transfer Bandwidth
23242025-01-11T04:39:49.996Z[ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec
23252025-01-11T04:39:49.996Z[ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
23262025-01-11T04:39:49.996Z[ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23272025-01-11T04:39:49.996Z[ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23282025-01-11T04:39:49.996Z[ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23292025-01-11T04:39:49.997Z[ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23302025-01-11T04:39:49.997Z[ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23312025-01-11T04:39:49.997Z[ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
23322025-01-11T04:39:49.997Z[SUM] 0.00-1.00 sec 98.6 MBytes 827 Mbits/sec
23332025-01-11T04:39:49.997Z- - - - - - - - - - - - - - - - - - - - - - - - -
23342025-01-11T04:39:49.997Z[ 5] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23352025-01-11T04:39:49.997Z[ 7] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23362025-01-11T04:39:49.997Z[ 9] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23372025-01-11T04:39:49.997Z[ 11] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23382025-01-11T04:39:49.997Z[ 13] 1.00-2.00 sec 13.7 MBytes 115 Mbits/sec
23392025-01-11T04:39:49.997Z[ 15] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
23402025-01-11T04:39:49.997Z[ 17] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
23412025-01-11T04:39:49.997Z[ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
23422025-01-11T04:39:49.997Z[SUM] 1.00-2.00 sec 109 MBytes 918 Mbits/sec
23432025-01-11T04:39:49.997Z- - - - - - - - - - - - - - - - - - - - - - - - -
23442025-01-11T04:39:49.997Z[ 5] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec
23452025-01-11T04:39:49.997Z[ 7] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec
23462025-01-11T04:39:49.997Z[ 9] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec
23472025-01-11T04:39:49.997Z[ 11] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec
23482025-01-11T04:39:49.997Z[ 13] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
23492025-01-11T04:39:49.997Z[ 15] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec
23502025-01-11T04:39:49.998Z[ 17] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec
23512025-01-11T04:39:49.998Z[ 19] 2.00-3.00 sec 13.7 MBytes 115 Mbits/sec
23522025-01-11T04:39:49.998Z[SUM] 2.00-3.00 sec 110 MBytes 919 Mbits/sec
23532025-01-11T04:39:49.998Z- - - - - - - - - - - - - - - - - - - - - - - - -
23542025-01-11T04:39:49.998Z[ 5] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec
23552025-01-11T04:39:49.999Z[ 7] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec
23562025-01-11T04:39:49.999Z[ 9] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
23572025-01-11T04:39:49.999Z[ 11] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
23582025-01-11T04:39:49.999Z[ 13] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec
23592025-01-11T04:39:49.999Z[ 15] 3.00-4.00 sec 13.9 MBytes 116 Mbits/sec
23602025-01-11T04:39:49.999Z[ 17] 3.00-4.00 sec 13.8 MBytes 116 Mbits/sec
23612025-01-11T04:39:49.999Z[ 19] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
23622025-01-11T04:39:49.999Z[SUM] 3.00-4.00 sec 110 MBytes 926 Mbits/sec
23632025-01-11T04:39:49.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
23642025-01-11T04:39:49.999Z[ 5] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
23652025-01-11T04:39:49.999Z[ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
23662025-01-11T04:39:49.999Z[ 9] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
23672025-01-11T04:39:49.999Z[ 11] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
23682025-01-11T04:39:49.999Z[ 13] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
23692025-01-11T04:39:49.999Z[ 15] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
23702025-01-11T04:39:49.999Z[ 17] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
23712025-01-11T04:39:49.999Z[ 19] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
23722025-01-11T04:39:49.999Z[SUM] 4.00-5.00 sec 109 MBytes 918 Mbits/sec
23732025-01-11T04:39:49.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
23742025-01-11T04:39:49.999Z[ 5] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
23752025-01-11T04:39:49.999Z[ 7] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
23762025-01-11T04:39:49.999Z[ 9] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
23772025-01-11T04:39:50.000Z[ 11] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
23782025-01-11T04:39:50.000Z[ 13] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
23792025-01-11T04:39:50.000Z[ 15] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
23802025-01-11T04:39:50.000Z[ 17] 5.00-6.00 sec 13.7 MBytes 115 Mbits/sec
23812025-01-11T04:39:50.000Z[ 19] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
23822025-01-11T04:39:50.000Z[SUM] 5.00-6.00 sec 109 MBytes 917 Mbits/sec
23832025-01-11T04:39:50.000Z- - - - - - - - - - - - - - - - - - - - - - - - -
23842025-01-11T04:39:50.000Z[ 5] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
23852025-01-11T04:39:50.000Z[ 7] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
23862025-01-11T04:39:50.000Z[ 9] 6.00-7.00 sec 13.7 MBytes 115 Mbits/sec
23872025-01-11T04:39:53.212Z[ 11] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
23882025-01-11T04:39:53.212Z[ 13] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
23892025-01-11T04:39:53.212Z[ 15] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
23902025-01-11T04:39:53.212Z[ 17] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
23912025-01-11T04:39:53.212Z[ 19] 6.00-7.00 sec 13.7 MBytes 115 Mbits/sec
23922025-01-11T04:39:53.212Z[SUM] 6.00-7.00 sec 109 MBytes 916 Mbits/sec
23932025-01-11T04:39:53.212Z- - - - - - - - - - - - - - - - - - - - - - - - -
23942025-01-11T04:39:53.212Z[ 5] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec
23952025-01-11T04:39:53.213Z[ 7] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec
23962025-01-11T04:39:53.213Z[ 9] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
23972025-01-11T04:39:53.213Z[ 11] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec
23982025-01-11T04:39:53.213Z[ 13] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec
23992025-01-11T04:39:53.213Z[ 15] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec
24002025-01-11T04:39:53.213Z[ 17] 7.00-8.00 sec 13.7 MBytes 115 Mbits/sec
24012025-01-11T04:39:53.213Z[ 19] 7.00-8.00 sec 13.6 MBytes 114 Mbits/sec
24022025-01-11T04:39:53.213Z[SUM] 7.00-8.00 sec 110 MBytes 920 Mbits/sec
24032025-01-11T04:39:53.213Z- - - - - - - - - - - - - - - - - - - - - - - - -
24042025-01-11T04:39:53.213Z[ 5] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
24052025-01-11T04:39:53.213Z[ 7] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
24062025-01-11T04:39:53.213Z[ 9] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
24072025-01-11T04:39:53.213Z[ 11] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
24082025-01-11T04:39:53.213Z[ 13] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
24092025-01-11T04:39:53.213Z[ 15] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
24102025-01-11T04:39:53.213Z[ 17] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
24112025-01-11T04:39:53.213Z[ 19] 8.00-9.00 sec 13.7 MBytes 115 Mbits/sec
24122025-01-11T04:39:53.213Z[SUM] 8.00-9.00 sec 109 MBytes 915 Mbits/sec
24132025-01-11T04:39:53.213Z- - - - - - - - - - - - - - - - - - - - - - - - -
24142025-01-11T04:39:53.213Z[ 5] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24152025-01-11T04:39:53.213Z[ 7] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24162025-01-11T04:39:53.213Z[ 9] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24172025-01-11T04:39:53.213Z[ 11] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24182025-01-11T04:39:53.213Z[ 13] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24192025-01-11T04:39:53.213Z[ 15] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24202025-01-11T04:39:53.213Z[ 17] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24212025-01-11T04:39:53.213Z[ 19] 9.00-10.00 sec 13.7 MBytes 115 Mbits/sec
24222025-01-11T04:39:53.214Z[SUM] 9.00-10.00 sec 110 MBytes 921 Mbits/sec
24232025-01-11T04:39:53.214Z- - - - - - - - - - - - - - - - - - - - - - - - -
24242025-01-11T04:39:53.214Z[ 5] 10.00-10.00 sec 2.83 KBytes 6.74 Mbits/sec
24252025-01-11T04:39:53.214Z[ 7] 10.00-10.00 sec 87.7 KBytes 209 Mbits/sec
24262025-01-11T04:39:53.214Z[ 9] 10.00-10.00 sec 113 KBytes 270 Mbits/sec
24272025-01-11T04:39:53.214Z[ 11] 10.00-10.00 sec 124 KBytes 297 Mbits/sec
24282025-01-11T04:39:53.214Z[ 13] 10.00-10.00 sec 36.8 KBytes 87.7 Mbits/sec
24292025-01-11T04:39:53.214Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24302025-01-11T04:39:53.214Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24312025-01-11T04:39:53.214Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24322025-01-11T04:39:53.214Z[SUM] 10.00-10.00 sec 365 KBytes 870 Mbits/sec
24332025-01-11T04:39:53.214Z- - - - - - - - - - - - - - - - - - - - - - - - -
24342025-01-11T04:39:53.214Z[ ID] Interval Transfer Bandwidth
24352025-01-11T04:39:53.214Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24362025-01-11T04:39:53.214Z[ 5] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver
24372025-01-11T04:39:53.214Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24382025-01-11T04:39:53.214Z[ 7] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver
24392025-01-11T04:39:53.214Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24402025-01-11T04:39:53.214Z[ 9] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver
24412025-01-11T04:39:53.214Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24422025-01-11T04:39:53.214Z[ 11] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver
24432025-01-11T04:39:53.215Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24442025-01-11T04:39:53.216Z[ 13] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver
24452025-01-11T04:39:53.216Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24462025-01-11T04:39:53.216Z[ 15] 0.00-10.00 sec 135 MBytes 114 Mbits/sec receiver
24472025-01-11T04:39:53.216Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24482025-01-11T04:39:53.216Z[ 17] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver
24492025-01-11T04:39:53.216Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24502025-01-11T04:39:53.216Z[ 19] 0.00-10.00 sec 136 MBytes 114 Mbits/sec receiver
24512025-01-11T04:39:53.216Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24522025-01-11T04:39:53.216Z[SUM] 0.00-10.00 sec 1.06 GBytes 910 Mbits/sec receiver
24532025-01-11T04:39:53.219ZRun 2/10...910.20172599655Mbps
24542025-01-11T04:40:00.246Z-----------------------------------------------------------
24552025-01-11T04:40:00.246ZServer listening on 5201
24562025-01-11T04:40:00.246Z-----------------------------------------------------------
24572025-01-11T04:40:00.246ZAccepted connection from 10.0.0.1, port 57541
24582025-01-11T04:40:00.246Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56365
24592025-01-11T04:40:00.246Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43445
24602025-01-11T04:40:00.246Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33310
24612025-01-11T04:40:00.246Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46362
24622025-01-11T04:40:00.246Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35430
24632025-01-11T04:40:00.246Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45450
24642025-01-11T04:40:00.246Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64555
24652025-01-11T04:40:00.247Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62456
24662025-01-11T04:40:00.247Z[ ID] Interval Transfer Bandwidth
24672025-01-11T04:40:00.247Z[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
24682025-01-11T04:40:00.247Z[ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
24692025-01-11T04:40:00.247Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24702025-01-11T04:40:00.247Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24712025-01-11T04:40:00.247Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24722025-01-11T04:40:00.247Z[ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
24732025-01-11T04:40:00.247Z[ 17] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
24742025-01-11T04:40:00.247Z[ 19] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
24752025-01-11T04:40:00.247Z[SUM] 0.00-1.00 sec 97.6 MBytes 818 Mbits/sec
24762025-01-11T04:40:00.247Z- - - - - - - - - - - - - - - - - - - - - - - - -
24772025-01-11T04:40:00.247Z[ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
24782025-01-11T04:40:00.247Z[ 7] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
24792025-01-11T04:40:00.247Z[ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
24802025-01-11T04:40:00.247Z[ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
24812025-01-11T04:40:00.247Z[ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
24822025-01-11T04:40:00.247Z[ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
24832025-01-11T04:40:00.247Z[ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
24842025-01-11T04:40:00.247Z[ 19] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
24852025-01-11T04:40:00.247Z[SUM] 1.00-2.00 sec 108 MBytes 908 Mbits/sec
24862025-01-11T04:40:00.248Z- - - - - - - - - - - - - - - - - - - - - - - - -
24872025-01-11T04:40:00.248Z[ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
24882025-01-11T04:40:00.248Z[ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24892025-01-11T04:40:00.248Z[ 9] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
24902025-01-11T04:40:00.248Z[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
24912025-01-11T04:40:00.248Z[ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
24922025-01-11T04:40:00.248Z[ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
24932025-01-11T04:40:00.249Z[ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
24942025-01-11T04:40:00.249Z[ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
24952025-01-11T04:40:00.249Z[SUM] 2.00-3.00 sec 108 MBytes 903 Mbits/sec
24962025-01-11T04:40:00.249Z- - - - - - - - - - - - - - - - - - - - - - - - -
24972025-01-11T04:40:00.249Z[ 5] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
24982025-01-11T04:40:00.249Z[ 7] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
24992025-01-11T04:40:00.249Z[ 9] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
25002025-01-11T04:40:00.249Z[ 11] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
25012025-01-11T04:40:00.249Z[ 13] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
25022025-01-11T04:40:00.249Z[ 15] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
25032025-01-11T04:40:00.249Z[ 17] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
25042025-01-11T04:40:00.249Z[ 19] 3.00-4.00 sec 13.5 MBytes 114 Mbits/sec
25052025-01-11T04:40:00.249Z[SUM] 3.00-4.00 sec 109 MBytes 913 Mbits/sec
25062025-01-11T04:40:00.249Z- - - - - - - - - - - - - - - - - - - - - - - - -
25072025-01-11T04:40:00.249Z[ 5] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
25082025-01-11T04:40:00.249Z[ 7] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
25092025-01-11T04:40:00.249Z[ 9] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
25102025-01-11T04:40:00.251Z[ 11] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
25112025-01-11T04:40:00.251Z[ 13] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
25122025-01-11T04:40:00.251Z[ 15] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
25132025-01-11T04:40:00.251Z[ 17] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
25142025-01-11T04:40:00.251Z[ 19] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
25152025-01-11T04:40:00.251Z[SUM] 4.00-5.00 sec 109 MBytes 915 Mbits/sec
25162025-01-11T04:40:00.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
25172025-01-11T04:40:00.251Z[ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
25182025-01-11T04:40:00.251Z[ 7] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
25192025-01-11T04:40:00.251Z[ 9] 5.00-6.00 sec 13.5 MBytes 114 Mbits/sec
25202025-01-11T04:40:00.251Z[ 11] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
25212025-01-11T04:40:00.251Z[ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
25222025-01-11T04:40:00.251Z[ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
25232025-01-11T04:40:00.254Z[ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
25242025-01-11T04:40:00.254Z[ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
25252025-01-11T04:40:00.254Z[SUM] 5.00-6.00 sec 108 MBytes 907 Mbits/sec
25262025-01-11T04:40:00.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
25272025-01-11T04:40:00.254Z[ 5] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
25282025-01-11T04:40:00.254Z[ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
25292025-01-11T04:40:00.254Z[ 9] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
25302025-01-11T04:40:03.462Z[ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
25312025-01-11T04:40:03.463Z[ 13] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
25322025-01-11T04:40:03.463Z[ 15] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
25332025-01-11T04:40:03.463Z[ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
25342025-01-11T04:40:03.463Z[ 19] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
25352025-01-11T04:40:03.463Z[SUM] 6.00-7.00 sec 108 MBytes 903 Mbits/sec
25362025-01-11T04:40:03.463Z- - - - - - - - - - - - - - - - - - - - - - - - -
25372025-01-11T04:40:03.463Z[ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
25382025-01-11T04:40:03.463Z[ 7] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec
25392025-01-11T04:40:03.463Z[ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
25402025-01-11T04:40:03.463Z[ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
25412025-01-11T04:40:03.463Z[ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
25422025-01-11T04:40:03.463Z[ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
25432025-01-11T04:40:03.463Z[ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
25442025-01-11T04:40:03.463Z[ 19] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
25452025-01-11T04:40:03.463Z[SUM] 7.00-8.00 sec 108 MBytes 903 Mbits/sec
25462025-01-11T04:40:03.463Z- - - - - - - - - - - - - - - - - - - - - - - - -
25472025-01-11T04:40:03.463Z[ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25482025-01-11T04:40:03.463Z[ 7] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25492025-01-11T04:40:03.463Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25502025-01-11T04:40:03.463Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25512025-01-11T04:40:03.464Z[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25522025-01-11T04:40:03.464Z[ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
25532025-01-11T04:40:03.464Z[ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
25542025-01-11T04:40:03.464Z[ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
25552025-01-11T04:40:03.464Z[SUM] 8.00-9.00 sec 107 MBytes 900 Mbits/sec
25562025-01-11T04:40:03.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
25572025-01-11T04:40:03.464Z[ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25582025-01-11T04:40:03.464Z[ 7] 9.00-10.00 sec 13.4 MBytes 113 Mbits/sec
25592025-01-11T04:40:03.464Z[ 9] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
25602025-01-11T04:40:03.464Z[ 11] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25612025-01-11T04:40:03.464Z[ 13] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25622025-01-11T04:40:03.464Z[ 15] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25632025-01-11T04:40:03.464Z[ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25642025-01-11T04:40:03.464Z[ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
25652025-01-11T04:40:03.464Z[SUM] 9.00-10.00 sec 107 MBytes 899 Mbits/sec
25662025-01-11T04:40:03.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
25672025-01-11T04:40:03.464Z[ 5] 10.00-10.00 sec 124 KBytes 245 Mbits/sec
25682025-01-11T04:40:03.464Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25692025-01-11T04:40:03.464Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25702025-01-11T04:40:03.464Z[ 11] 10.00-10.00 sec 116 KBytes 229 Mbits/sec
25712025-01-11T04:40:03.464Z[ 13] 10.00-10.00 sec 124 KBytes 245 Mbits/sec
25722025-01-11T04:40:03.464Z[ 15] 10.00-10.00 sec 124 KBytes 245 Mbits/sec
25732025-01-11T04:40:03.464Z[ 17] 10.00-10.00 sec 90.5 KBytes 178 Mbits/sec
25742025-01-11T04:40:03.464Z[ 19] 10.00-10.00 sec 25.5 KBytes 50.2 Mbits/sec
25752025-01-11T04:40:03.464Z[SUM] 10.00-10.00 sec 605 KBytes 1.19 Gbits/sec
25762025-01-11T04:40:03.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
25772025-01-11T04:40:03.465Z[ ID] Interval Transfer Bandwidth
25782025-01-11T04:40:03.465Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25792025-01-11T04:40:03.465Z[ 5] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25802025-01-11T04:40:03.465Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25812025-01-11T04:40:03.465Z[ 7] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25822025-01-11T04:40:03.465Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25832025-01-11T04:40:03.465Z[ 9] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25842025-01-11T04:40:03.465Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25852025-01-11T04:40:03.465Z[ 11] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25862025-01-11T04:40:03.465Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25872025-01-11T04:40:03.465Z[ 13] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25882025-01-11T04:40:03.465Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25892025-01-11T04:40:03.465Z[ 15] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25902025-01-11T04:40:03.465Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25912025-01-11T04:40:03.465Z[ 17] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25922025-01-11T04:40:03.465Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25932025-01-11T04:40:03.465Z[ 19] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
25942025-01-11T04:40:03.465Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25952025-01-11T04:40:03.465Z[SUM] 0.00-10.00 sec 1.04 GBytes 897 Mbits/sec receiver
25962025-01-11T04:40:03.468ZRun 3/10...897.570321480618Mbps
25972025-01-11T04:40:10.497Z-----------------------------------------------------------
25982025-01-11T04:40:10.497ZServer listening on 5201
25992025-01-11T04:40:10.497Z-----------------------------------------------------------
26002025-01-11T04:40:10.497ZAccepted connection from 10.0.0.1, port 64936
26012025-01-11T04:40:10.497Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37687
26022025-01-11T04:40:10.497Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54815
26032025-01-11T04:40:10.497Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40999
26042025-01-11T04:40:10.497Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51377
26052025-01-11T04:40:10.497Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38162
26062025-01-11T04:40:10.497Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49969
26072025-01-11T04:40:10.497Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35592
26082025-01-11T04:40:10.497Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55808
26092025-01-11T04:40:10.497Z[ ID] Interval Transfer Bandwidth
26102025-01-11T04:40:10.497Z[ 5] 0.00-1.00 sec 11.8 MBytes 99.3 Mbits/sec
26112025-01-11T04:40:10.497Z[ 7] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
26122025-01-11T04:40:10.497Z[ 9] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec
26132025-01-11T04:40:10.497Z[ 11] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec
26142025-01-11T04:40:10.497Z[ 13] 0.00-1.00 sec 11.7 MBytes 97.9 Mbits/sec
26152025-01-11T04:40:10.497Z[ 15] 0.00-1.00 sec 11.6 MBytes 97.3 Mbits/sec
26162025-01-11T04:40:10.497Z[ 17] 0.00-1.00 sec 11.6 MBytes 96.9 Mbits/sec
26172025-01-11T04:40:10.497Z[ 19] 0.00-1.00 sec 11.6 MBytes 96.9 Mbits/sec
26182025-01-11T04:40:10.497Z[SUM] 0.00-1.00 sec 93.3 MBytes 783 Mbits/sec
26192025-01-11T04:40:10.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
26202025-01-11T04:40:10.497Z[ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
26212025-01-11T04:40:10.497Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
26222025-01-11T04:40:10.497Z[ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
26232025-01-11T04:40:10.497Z[ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
26242025-01-11T04:40:10.497Z[ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
26252025-01-11T04:40:10.497Z[ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
26262025-01-11T04:40:10.497Z[ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
26272025-01-11T04:40:10.497Z[ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
26282025-01-11T04:40:10.497Z[SUM] 1.00-2.00 sec 104 MBytes 872 Mbits/sec
26292025-01-11T04:40:10.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
26302025-01-11T04:40:10.497Z[ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
26312025-01-11T04:40:10.497Z[ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
26322025-01-11T04:40:10.498Z[ 9] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
26332025-01-11T04:40:10.498Z[ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
26342025-01-11T04:40:10.498Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
26352025-01-11T04:40:10.498Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
26362025-01-11T04:40:10.498Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
26372025-01-11T04:40:10.498Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
26382025-01-11T04:40:10.498Z[SUM] 2.00-3.00 sec 104 MBytes 869 Mbits/sec
26392025-01-11T04:40:10.498Z- - - - - - - - - - - - - - - - - - - - - - - - -
26402025-01-11T04:40:10.498Z[ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26412025-01-11T04:40:10.498Z[ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26422025-01-11T04:40:10.498Z[ 9] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26432025-01-11T04:40:10.498Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26442025-01-11T04:40:10.498Z[ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26452025-01-11T04:40:10.498Z[ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26462025-01-11T04:40:10.501Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26472025-01-11T04:40:10.501Z[ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
26482025-01-11T04:40:10.501Z[SUM] 3.00-4.00 sec 103 MBytes 864 Mbits/sec
26492025-01-11T04:40:10.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
26502025-01-11T04:40:10.501Z[ 5] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
26512025-01-11T04:40:10.501Z[ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
26522025-01-11T04:40:10.501Z[ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
26532025-01-11T04:40:10.501Z[ 11] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
26542025-01-11T04:40:10.501Z[ 13] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
26552025-01-11T04:40:10.501Z[ 15] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
26562025-01-11T04:40:10.501Z[ 17] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
26572025-01-11T04:40:10.501Z[ 19] 4.00-5.00 sec 12.7 MBytes 107 Mbits/sec
26582025-01-11T04:40:10.501Z[SUM] 4.00-5.00 sec 102 MBytes 856 Mbits/sec
26592025-01-11T04:40:10.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
26602025-01-11T04:40:10.501Z[ 5] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec
26612025-01-11T04:40:10.502Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
26622025-01-11T04:40:10.502Z[ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
26632025-01-11T04:40:10.502Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
26642025-01-11T04:40:10.502Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
26652025-01-11T04:40:10.502Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
26662025-01-11T04:40:10.502Z[ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
26672025-01-11T04:40:10.502Z[ 19] 5.00-6.00 sec 12.9 MBytes 109 Mbits/sec
26682025-01-11T04:40:10.502Z[SUM] 5.00-6.00 sec 104 MBytes 870 Mbits/sec
26692025-01-11T04:40:10.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
26702025-01-11T04:40:10.502Z[ 5] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec
26712025-01-11T04:40:10.502Z[ 7] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
26722025-01-11T04:40:10.502Z[ 9] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
26732025-01-11T04:40:13.713Z[ 11] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
26742025-01-11T04:40:13.713Z[ 13] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
26752025-01-11T04:40:13.713Z[ 15] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
26762025-01-11T04:40:13.713Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
26772025-01-11T04:40:13.713Z[ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
26782025-01-11T04:40:13.713Z[SUM] 6.00-7.00 sec 103 MBytes 866 Mbits/sec
26792025-01-11T04:40:13.713Z- - - - - - - - - - - - - - - - - - - - - - - - -
26802025-01-11T04:40:13.713Z[ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
26812025-01-11T04:40:13.713Z[ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
26822025-01-11T04:40:13.713Z[ 9] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
26832025-01-11T04:40:13.713Z[ 11] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
26842025-01-11T04:40:13.713Z[ 13] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
26852025-01-11T04:40:13.713Z[ 15] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
26862025-01-11T04:40:13.713Z[ 17] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
26872025-01-11T04:40:13.713Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
26882025-01-11T04:40:13.713Z[SUM] 7.00-8.00 sec 102 MBytes 857 Mbits/sec
26892025-01-11T04:40:13.713Z- - - - - - - - - - - - - - - - - - - - - - - - -
26902025-01-11T04:40:13.713Z[ 5] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
26912025-01-11T04:40:13.713Z[ 7] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
26922025-01-11T04:40:13.713Z[ 9] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
26932025-01-11T04:40:13.713Z[ 11] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
26942025-01-11T04:40:13.713Z[ 13] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
26952025-01-11T04:40:13.713Z[ 15] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
26962025-01-11T04:40:13.714Z[ 17] 8.00-9.00 sec 12.8 MBytes 107 Mbits/sec
26972025-01-11T04:40:13.714Z[ 19] 8.00-9.00 sec 12.7 MBytes 106 Mbits/sec
26982025-01-11T04:40:13.714Z[SUM] 8.00-9.00 sec 102 MBytes 855 Mbits/sec
26992025-01-11T04:40:13.714Z- - - - - - - - - - - - - - - - - - - - - - - - -
27002025-01-11T04:40:13.714Z[ 5] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
27012025-01-11T04:40:13.714Z[ 7] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
27022025-01-11T04:40:13.714Z[ 9] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
27032025-01-11T04:40:13.714Z[ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
27042025-01-11T04:40:13.714Z[ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
27052025-01-11T04:40:13.714Z[ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
27062025-01-11T04:40:13.714Z[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
27072025-01-11T04:40:13.714Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
27082025-01-11T04:40:13.714Z[SUM] 9.00-10.00 sec 103 MBytes 865 Mbits/sec
27092025-01-11T04:40:13.714Z- - - - - - - - - - - - - - - - - - - - - - - - -
27102025-01-11T04:40:13.714Z[ 5] 10.00-10.00 sec 42.4 KBytes 96.9 Mbits/sec
27112025-01-11T04:40:13.714Z[ 7] 10.00-10.00 sec 124 KBytes 284 Mbits/sec
27122025-01-11T04:40:13.714Z[ 9] 10.00-10.00 sec 124 KBytes 284 Mbits/sec
27132025-01-11T04:40:13.714Z[ 11] 10.00-10.00 sec 124 KBytes 284 Mbits/sec
27142025-01-11T04:40:13.714Z[ 13] 10.00-10.00 sec 36.8 KBytes 83.9 Mbits/sec
27152025-01-11T04:40:13.714Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27162025-01-11T04:40:13.714Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27172025-01-11T04:40:13.714Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27182025-01-11T04:40:13.714Z[SUM] 10.00-10.00 sec 452 KBytes 1.03 Gbits/sec
27192025-01-11T04:40:13.714Z- - - - - - - - - - - - - - - - - - - - - - - - -
27202025-01-11T04:40:13.714Z[ ID] Interval Transfer Bandwidth
27212025-01-11T04:40:13.714Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27222025-01-11T04:40:13.715Z[ 5] 0.00-10.00 sec 128 MBytes 107 Mbits/sec receiver
27232025-01-11T04:40:13.715Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27242025-01-11T04:40:13.715Z[ 7] 0.00-10.00 sec 128 MBytes 107 Mbits/sec receiver
27252025-01-11T04:40:13.715Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27262025-01-11T04:40:13.715Z[ 9] 0.00-10.00 sec 128 MBytes 107 Mbits/sec receiver
27272025-01-11T04:40:13.715Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27282025-01-11T04:40:13.715Z[ 11] 0.00-10.00 sec 128 MBytes 107 Mbits/sec receiver
27292025-01-11T04:40:13.715Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27302025-01-11T04:40:13.715Z[ 13] 0.00-10.00 sec 128 MBytes 107 Mbits/sec receiver
27312025-01-11T04:40:13.718Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27322025-01-11T04:40:13.718Z[ 15] 0.00-10.00 sec 127 MBytes 107 Mbits/sec receiver
27332025-01-11T04:40:13.718Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27342025-01-11T04:40:13.718Z[ 17] 0.00-10.00 sec 127 MBytes 107 Mbits/sec receiver
27352025-01-11T04:40:13.718Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27362025-01-11T04:40:13.718Z[ 19] 0.00-10.00 sec 127 MBytes 107 Mbits/sec receiver
27372025-01-11T04:40:13.718Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27382025-01-11T04:40:13.718Z[SUM] 0.00-10.00 sec 1021 MBytes 856 Mbits/sec receiver
27392025-01-11T04:40:13.718ZRun 4/10...856.322681577387Mbps
27402025-01-11T04:40:20.747Z-----------------------------------------------------------
27412025-01-11T04:40:20.747ZServer listening on 5201
27422025-01-11T04:40:20.747Z-----------------------------------------------------------
27432025-01-11T04:40:20.747ZAccepted connection from 10.0.0.1, port 57262
27442025-01-11T04:40:20.747Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63034
27452025-01-11T04:40:20.747Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42729
27462025-01-11T04:40:20.747Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42469
27472025-01-11T04:40:20.747Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51784
27482025-01-11T04:40:20.747Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56787
27492025-01-11T04:40:20.747Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56665
27502025-01-11T04:40:20.747Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53597
27512025-01-11T04:40:20.747Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43861
27522025-01-11T04:40:20.747Z[ ID] Interval Transfer Bandwidth
27532025-01-11T04:40:20.747Z[ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
27542025-01-11T04:40:20.747Z[ 7] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
27552025-01-11T04:40:20.748Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
27562025-01-11T04:40:20.748Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
27572025-01-11T04:40:20.748Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
27582025-01-11T04:40:20.748Z[ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
27592025-01-11T04:40:20.748Z[ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
27602025-01-11T04:40:20.748Z[ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
27612025-01-11T04:40:20.748Z[SUM] 0.00-1.00 sec 97.6 MBytes 818 Mbits/sec
27622025-01-11T04:40:20.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
27632025-01-11T04:40:20.748Z[ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27642025-01-11T04:40:20.748Z[ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27652025-01-11T04:40:20.748Z[ 9] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27662025-01-11T04:40:20.748Z[ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27672025-01-11T04:40:20.748Z[ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27682025-01-11T04:40:20.748Z[ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27692025-01-11T04:40:20.748Z[ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27702025-01-11T04:40:20.748Z[ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
27712025-01-11T04:40:20.748Z[SUM] 1.00-2.00 sec 108 MBytes 905 Mbits/sec
27722025-01-11T04:40:20.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
27732025-01-11T04:40:20.748Z[ 5] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27742025-01-11T04:40:20.748Z[ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27752025-01-11T04:40:20.748Z[ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27762025-01-11T04:40:20.748Z[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27772025-01-11T04:40:20.748Z[ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27782025-01-11T04:40:20.748Z[ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27792025-01-11T04:40:20.748Z[ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27802025-01-11T04:40:20.748Z[ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
27812025-01-11T04:40:20.748Z[SUM] 2.00-3.00 sec 108 MBytes 905 Mbits/sec
27822025-01-11T04:40:20.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
27832025-01-11T04:40:20.748Z[ 5] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27842025-01-11T04:40:20.748Z[ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27852025-01-11T04:40:20.748Z[ 9] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27862025-01-11T04:40:20.748Z[ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27872025-01-11T04:40:20.748Z[ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27882025-01-11T04:40:20.748Z[ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27892025-01-11T04:40:20.748Z[ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27902025-01-11T04:40:20.748Z[ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
27912025-01-11T04:40:20.748Z[SUM] 3.00-4.00 sec 107 MBytes 898 Mbits/sec
27922025-01-11T04:40:20.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
27932025-01-11T04:40:20.751Z[ 5] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
27942025-01-11T04:40:20.751Z[ 7] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
27952025-01-11T04:40:20.751Z[ 9] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
27962025-01-11T04:40:20.751Z[ 11] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
27972025-01-11T04:40:20.751Z[ 13] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
27982025-01-11T04:40:20.751Z[ 15] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
27992025-01-11T04:40:20.751Z[ 17] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
28002025-01-11T04:40:20.751Z[ 19] 4.00-5.00 sec 13.4 MBytes 112 Mbits/sec
28012025-01-11T04:40:20.751Z[SUM] 4.00-5.00 sec 107 MBytes 897 Mbits/sec
28022025-01-11T04:40:20.751Z- - - - - - - - - - - - - - - - - - - - - - - - -
28032025-01-11T04:40:20.752Z[ 5] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
28042025-01-11T04:40:20.752Z[ 7] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
28052025-01-11T04:40:20.752Z[ 9] 5.00-6.00 sec 13.3 MBytes 112 Mbits/sec
28062025-01-11T04:40:20.752Z[ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
28072025-01-11T04:40:20.752Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
28082025-01-11T04:40:20.752Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
28092025-01-11T04:40:20.752Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
28102025-01-11T04:40:20.752Z[ 19] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
28112025-01-11T04:40:20.752Z[SUM] 5.00-6.00 sec 106 MBytes 891 Mbits/sec
28122025-01-11T04:40:20.752Z- - - - - - - - - - - - - - - - - - - - - - - - -
28132025-01-11T04:40:20.752Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28142025-01-11T04:40:20.752Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28152025-01-11T04:40:20.753Z[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28162025-01-11T04:40:23.864Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28172025-01-11T04:40:23.864Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28182025-01-11T04:40:23.864Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28192025-01-11T04:40:23.864Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28202025-01-11T04:40:23.864Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
28212025-01-11T04:40:23.864Z[SUM] 6.00-7.00 sec 105 MBytes 881 Mbits/sec
28222025-01-11T04:40:23.864Z- - - - - - - - - - - - - - - - - - - - - - - - -
28232025-01-11T04:40:23.864Z[ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
28242025-01-11T04:40:23.864Z[ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
28252025-01-11T04:40:23.864Z[ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
28262025-01-11T04:40:23.864Z[ 11] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
28272025-01-11T04:40:23.864Z[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
28282025-01-11T04:40:23.864Z[ 15] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
28292025-01-11T04:40:23.864Z[ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
28302025-01-11T04:40:23.864Z[ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
28312025-01-11T04:40:23.864Z[SUM] 7.00-8.00 sec 106 MBytes 890 Mbits/sec
28322025-01-11T04:40:23.864Z- - - - - - - - - - - - - - - - - - - - - - - - -
28332025-01-11T04:40:23.864Z[ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28342025-01-11T04:40:23.864Z[ 7] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28352025-01-11T04:40:23.864Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28362025-01-11T04:40:23.864Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28372025-01-11T04:40:23.865Z[ 13] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28382025-01-11T04:40:23.865Z[ 15] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28392025-01-11T04:40:23.865Z[ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28402025-01-11T04:40:23.865Z[ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
28412025-01-11T04:40:23.865Z[SUM] 8.00-9.00 sec 107 MBytes 897 Mbits/sec
28422025-01-11T04:40:23.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
28432025-01-11T04:40:23.865Z[ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
28442025-01-11T04:40:23.865Z[ 7] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
28452025-01-11T04:40:23.865Z[ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
28462025-01-11T04:40:23.865Z[ 11] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
28472025-01-11T04:40:23.865Z[ 13] 9.00-10.00 sec 13.3 MBytes 111 Mbits/sec
28482025-01-11T04:40:23.865Z[ 15] 9.00-10.00 sec 13.3 MBytes 112 Mbits/sec
28492025-01-11T04:40:23.865Z[ 17] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
28502025-01-11T04:40:23.865Z[ 19] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
28512025-01-11T04:40:23.865Z[SUM] 9.00-10.00 sec 107 MBytes 896 Mbits/sec
28522025-01-11T04:40:23.865Z- - - - - - - - - - - - - - - - - - - - - - - - -
28532025-01-11T04:40:23.865Z[ 5] 10.00-10.00 sec 5.66 KBytes 10.8 Mbits/sec
28542025-01-11T04:40:23.865Z[ 7] 10.00-10.00 sec 124 KBytes 238 Mbits/sec
28552025-01-11T04:40:23.865Z[ 9] 10.00-10.00 sec 31.1 KBytes 59.5 Mbits/sec
28562025-01-11T04:40:23.865Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28572025-01-11T04:40:23.865Z[ 13] 10.00-10.00 sec 107 KBytes 206 Mbits/sec
28582025-01-11T04:40:23.865Z[ 15] 10.00-10.00 sec 124 KBytes 238 Mbits/sec
28592025-01-11T04:40:23.865Z[ 17] 10.00-10.00 sec 124 KBytes 238 Mbits/sec
28602025-01-11T04:40:23.868Z[ 19] 10.00-10.00 sec 82.0 KBytes 157 Mbits/sec
28612025-01-11T04:40:23.868Z[SUM] 10.00-10.00 sec 600 KBytes 1.15 Gbits/sec
28622025-01-11T04:40:23.869Z- - - - - - - - - - - - - - - - - - - - - - - - -
28632025-01-11T04:40:23.869Z[ ID] Interval Transfer Bandwidth
28642025-01-11T04:40:23.869Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28652025-01-11T04:40:23.869Z[ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28662025-01-11T04:40:23.869Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28672025-01-11T04:40:23.869Z[ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28682025-01-11T04:40:23.869Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28692025-01-11T04:40:23.869Z[ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28702025-01-11T04:40:23.869Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28712025-01-11T04:40:23.869Z[ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28722025-01-11T04:40:23.869Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28732025-01-11T04:40:23.869Z[ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28742025-01-11T04:40:23.869Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28752025-01-11T04:40:23.869Z[ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28762025-01-11T04:40:23.869Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28772025-01-11T04:40:23.869Z[ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28782025-01-11T04:40:23.869Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28792025-01-11T04:40:23.869Z[ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
28802025-01-11T04:40:23.869Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28812025-01-11T04:40:23.869Z[SUM] 0.00-10.00 sec 1.03 GBytes 888 Mbits/sec receiver
28822025-01-11T04:40:23.869ZRun 5/10...888.526353386629Mbps
28832025-01-11T04:40:30.898Z-----------------------------------------------------------
28842025-01-11T04:40:30.898ZServer listening on 5201
28852025-01-11T04:40:30.898Z-----------------------------------------------------------
28862025-01-11T04:40:30.898ZAccepted connection from 10.0.0.1, port 38905
28872025-01-11T04:40:30.898Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48930
28882025-01-11T04:40:30.898Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43202
28892025-01-11T04:40:30.898Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55395
28902025-01-11T04:40:30.898Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45637
28912025-01-11T04:40:30.898Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53599
28922025-01-11T04:40:30.898Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51812
28932025-01-11T04:40:30.898Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60673
28942025-01-11T04:40:30.898Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56178
28952025-01-11T04:40:30.898Z[ ID] Interval Transfer Bandwidth
28962025-01-11T04:40:30.898Z[ 5] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
28972025-01-11T04:40:30.899Z[ 7] 0.00-1.00 sec 11.8 MBytes 99.4 Mbits/sec
28982025-01-11T04:40:30.899Z[ 9] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
28992025-01-11T04:40:30.899Z[ 11] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
29002025-01-11T04:40:30.899Z[ 13] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
29012025-01-11T04:40:30.899Z[ 15] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
29022025-01-11T04:40:30.899Z[ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
29032025-01-11T04:40:30.899Z[ 19] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
29042025-01-11T04:40:30.900Z[SUM] 0.00-1.00 sec 94.5 MBytes 793 Mbits/sec
29052025-01-11T04:40:30.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
29062025-01-11T04:40:30.900Z[ 5] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
29072025-01-11T04:40:30.900Z[ 7] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
29082025-01-11T04:40:30.900Z[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
29092025-01-11T04:40:30.900Z[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
29102025-01-11T04:40:30.900Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29112025-01-11T04:40:30.900Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29122025-01-11T04:40:30.900Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29132025-01-11T04:40:30.900Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
29142025-01-11T04:40:30.900Z[SUM] 1.00-2.00 sec 105 MBytes 884 Mbits/sec
29152025-01-11T04:40:30.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
29162025-01-11T04:40:30.900Z[ 5] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec
29172025-01-11T04:40:30.900Z[ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
29182025-01-11T04:40:30.900Z[ 9] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec
29192025-01-11T04:40:30.900Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
29202025-01-11T04:40:30.900Z[ 13] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
29212025-01-11T04:40:30.901Z[ 15] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
29222025-01-11T04:40:30.901Z[ 17] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
29232025-01-11T04:40:30.901Z[ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
29242025-01-11T04:40:30.901Z[SUM] 2.00-3.00 sec 107 MBytes 895 Mbits/sec
29252025-01-11T04:40:30.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
29262025-01-11T04:40:30.901Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
29272025-01-11T04:40:30.901Z[ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29282025-01-11T04:40:30.901Z[ 9] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
29292025-01-11T04:40:30.901Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
29302025-01-11T04:40:30.901Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
29312025-01-11T04:40:30.901Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
29322025-01-11T04:40:30.901Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29332025-01-11T04:40:30.901Z[ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
29342025-01-11T04:40:30.901Z[SUM] 3.00-4.00 sec 104 MBytes 869 Mbits/sec
29352025-01-11T04:40:30.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
29362025-01-11T04:40:30.901Z[ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
29372025-01-11T04:40:30.901Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
29382025-01-11T04:40:30.901Z[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
29392025-01-11T04:40:30.901Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
29402025-01-11T04:40:30.901Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
29412025-01-11T04:40:30.901Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
29422025-01-11T04:40:30.904Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
29432025-01-11T04:40:30.904Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
29442025-01-11T04:40:30.904Z[SUM] 4.00-5.00 sec 106 MBytes 887 Mbits/sec
29452025-01-11T04:40:30.904Z- - - - - - - - - - - - - - - - - - - - - - - - -
29462025-01-11T04:40:30.904Z[ 5] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
29472025-01-11T04:40:30.904Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
29482025-01-11T04:40:30.904Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
29492025-01-11T04:40:30.904Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
29502025-01-11T04:40:30.904Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
29512025-01-11T04:40:30.904Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
29522025-01-11T04:40:30.904Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
29532025-01-11T04:40:30.904Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
29542025-01-11T04:40:30.904Z[SUM] 5.00-6.00 sec 105 MBytes 884 Mbits/sec
29552025-01-11T04:40:30.904Z- - - - - - - - - - - - - - - - - - - - - - - - -
29562025-01-11T04:40:30.904Z[ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
29572025-01-11T04:40:30.904Z[ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
29582025-01-11T04:40:30.904Z[ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
29592025-01-11T04:40:34.115Z[ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
29602025-01-11T04:40:34.115Z[ 13] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
29612025-01-11T04:40:34.115Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
29622025-01-11T04:40:34.115Z[ 17] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec
29632025-01-11T04:40:34.115Z[ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
29642025-01-11T04:40:34.115Z[SUM] 6.00-7.00 sec 106 MBytes 887 Mbits/sec
29652025-01-11T04:40:34.115Z- - - - - - - - - - - - - - - - - - - - - - - - -
29662025-01-11T04:40:34.115Z[ 5] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec
29672025-01-11T04:40:34.115Z[ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
29682025-01-11T04:40:34.115Z[ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
29692025-01-11T04:40:34.115Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
29702025-01-11T04:40:34.116Z[ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
29712025-01-11T04:40:34.116Z[ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
29722025-01-11T04:40:34.116Z[ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
29732025-01-11T04:40:34.116Z[ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
29742025-01-11T04:40:34.116Z[SUM] 7.00-8.00 sec 106 MBytes 886 Mbits/sec
29752025-01-11T04:40:34.116Z- - - - - - - - - - - - - - - - - - - - - - - - -
29762025-01-11T04:40:34.116Z[ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
29772025-01-11T04:40:34.116Z[ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
29782025-01-11T04:40:34.116Z[ 9] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
29792025-01-11T04:40:34.116Z[ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
29802025-01-11T04:40:34.116Z[ 13] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
29812025-01-11T04:40:34.116Z[ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
29822025-01-11T04:40:34.116Z[ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
29832025-01-11T04:40:34.116Z[ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
29842025-01-11T04:40:34.116Z[SUM] 8.00-9.00 sec 106 MBytes 889 Mbits/sec
29852025-01-11T04:40:34.116Z- - - - - - - - - - - - - - - - - - - - - - - - -
29862025-01-11T04:40:34.116Z[ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
29872025-01-11T04:40:34.116Z[ 7] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec
29882025-01-11T04:40:34.116Z[ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
29892025-01-11T04:40:34.116Z[ 11] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
29902025-01-11T04:40:34.116Z[ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
29912025-01-11T04:40:34.116Z[ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
29922025-01-11T04:40:34.116Z[ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
29932025-01-11T04:40:34.116Z[ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
29942025-01-11T04:40:34.116Z[SUM] 9.00-10.00 sec 106 MBytes 887 Mbits/sec
29952025-01-11T04:40:34.116Z- - - - - - - - - - - - - - - - - - - - - - - - -
29962025-01-11T04:40:34.116Z[ 5] 10.00-10.00 sec 124 KBytes 236 Mbits/sec
29972025-01-11T04:40:34.116Z[ 7] 10.00-10.00 sec 82.0 KBytes 155 Mbits/sec
29982025-01-11T04:40:34.116Z[ 9] 10.00-10.00 sec 124 KBytes 236 Mbits/sec
29992025-01-11T04:40:34.116Z[ 11] 10.00-10.00 sec 124 KBytes 236 Mbits/sec
30002025-01-11T04:40:34.116Z[ 13] 10.00-10.00 sec 22.6 KBytes 42.9 Mbits/sec
30012025-01-11T04:40:34.117Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30022025-01-11T04:40:34.117Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30032025-01-11T04:40:34.117Z[ 19] 10.00-10.00 sec 42.4 KBytes 80.4 Mbits/sec
30042025-01-11T04:40:34.117Z[SUM] 10.00-10.00 sec 520 KBytes 986 Mbits/sec
30052025-01-11T04:40:34.117Z- - - - - - - - - - - - - - - - - - - - - - - - -
30062025-01-11T04:40:34.117Z[ ID] Interval Transfer Bandwidth
30072025-01-11T04:40:34.117Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30082025-01-11T04:40:34.117Z[ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
30092025-01-11T04:40:34.117Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30102025-01-11T04:40:34.118Z[ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
30112025-01-11T04:40:34.118Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30122025-01-11T04:40:34.118Z[ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
30132025-01-11T04:40:34.118Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30142025-01-11T04:40:34.118Z[ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
30152025-01-11T04:40:34.118Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30162025-01-11T04:40:34.118Z[ 13] 0.00-10.00 sec 131 MBytes 109 Mbits/sec receiver
30172025-01-11T04:40:34.118Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30182025-01-11T04:40:34.118Z[ 15] 0.00-10.00 sec 131 MBytes 109 Mbits/sec receiver
30192025-01-11T04:40:34.118Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30202025-01-11T04:40:34.118Z[ 17] 0.00-10.00 sec 131 MBytes 109 Mbits/sec receiver
30212025-01-11T04:40:34.118Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30222025-01-11T04:40:34.119Z[ 19] 0.00-10.00 sec 131 MBytes 109 Mbits/sec receiver
30232025-01-11T04:40:34.119Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30242025-01-11T04:40:34.119Z[SUM] 0.00-10.00 sec 1.02 GBytes 876 Mbits/sec receiver
30252025-01-11T04:40:34.121ZRun 6/10...876.625219860682Mbps
30262025-01-11T04:40:41.150Z-----------------------------------------------------------
30272025-01-11T04:40:41.150ZServer listening on 5201
30282025-01-11T04:40:41.150Z-----------------------------------------------------------
30292025-01-11T04:40:41.150ZAccepted connection from 10.0.0.1, port 48771
30302025-01-11T04:40:41.150Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56815
30312025-01-11T04:40:41.151Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47716
30322025-01-11T04:40:41.151Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46577
30332025-01-11T04:40:41.151Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54401
30342025-01-11T04:40:41.151Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45126
30352025-01-11T04:40:41.151Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44518
30362025-01-11T04:40:41.151Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39867
30372025-01-11T04:40:41.151Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49498
30382025-01-11T04:40:41.151Z[ ID] Interval Transfer Bandwidth
30392025-01-11T04:40:41.152Z[ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
30402025-01-11T04:40:41.152Z[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
30412025-01-11T04:40:41.152Z[ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
30422025-01-11T04:40:41.152Z[ 11] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
30432025-01-11T04:40:41.152Z[ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
30442025-01-11T04:40:41.152Z[ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
30452025-01-11T04:40:41.152Z[ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
30462025-01-11T04:40:41.152Z[ 19] 0.00-1.00 sec 11.8 MBytes 99.0 Mbits/sec
30472025-01-11T04:40:41.152Z[SUM] 0.00-1.00 sec 95.4 MBytes 800 Mbits/sec
30482025-01-11T04:40:41.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
30492025-01-11T04:40:41.152Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
30502025-01-11T04:40:41.152Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
30512025-01-11T04:40:41.152Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
30522025-01-11T04:40:41.152Z[ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
30532025-01-11T04:40:41.152Z[ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
30542025-01-11T04:40:41.152Z[ 15] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
30552025-01-11T04:40:41.152Z[ 17] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
30562025-01-11T04:40:41.152Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
30572025-01-11T04:40:41.152Z[SUM] 1.00-2.00 sec 104 MBytes 876 Mbits/sec
30582025-01-11T04:40:41.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
30592025-01-11T04:40:41.152Z[ 5] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
30602025-01-11T04:40:41.152Z[ 7] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
30612025-01-11T04:40:41.152Z[ 9] 2.00-3.00 sec 13.4 MBytes 113 Mbits/sec
30622025-01-11T04:40:41.152Z[ 11] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
30632025-01-11T04:40:41.152Z[ 13] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
30642025-01-11T04:40:41.152Z[ 15] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
30652025-01-11T04:40:41.152Z[ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
30662025-01-11T04:40:41.152Z[ 19] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
30672025-01-11T04:40:41.152Z[SUM] 2.00-3.00 sec 108 MBytes 903 Mbits/sec
30682025-01-11T04:40:41.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
30692025-01-11T04:40:41.152Z[ 5] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
30702025-01-11T04:40:41.152Z[ 7] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
30712025-01-11T04:40:41.152Z[ 9] 3.00-4.00 sec 13.5 MBytes 113 Mbits/sec
30722025-01-11T04:40:41.152Z[ 11] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
30732025-01-11T04:40:41.152Z[ 13] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
30742025-01-11T04:40:41.152Z[ 15] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
30752025-01-11T04:40:41.152Z[ 17] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
30762025-01-11T04:40:41.152Z[ 19] 3.00-4.00 sec 13.4 MBytes 112 Mbits/sec
30772025-01-11T04:40:41.152Z[SUM] 3.00-4.00 sec 107 MBytes 900 Mbits/sec
30782025-01-11T04:40:41.153Z- - - - - - - - - - - - - - - - - - - - - - - - -
30792025-01-11T04:40:41.153Z[ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
30802025-01-11T04:40:41.153Z[ 7] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30812025-01-11T04:40:41.153Z[ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
30822025-01-11T04:40:41.153Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30832025-01-11T04:40:41.153Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30842025-01-11T04:40:41.153Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30852025-01-11T04:40:41.153Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30862025-01-11T04:40:41.153Z[ 19] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
30872025-01-11T04:40:41.153Z[SUM] 4.00-5.00 sec 106 MBytes 887 Mbits/sec
30882025-01-11T04:40:41.153Z- - - - - - - - - - - - - - - - - - - - - - - - -
30892025-01-11T04:40:41.153Z[ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
30902025-01-11T04:40:41.153Z[ 7] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
30912025-01-11T04:40:41.153Z[ 9] 5.00-6.00 sec 13.4 MBytes 113 Mbits/sec
30922025-01-11T04:40:41.153Z[ 11] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
30932025-01-11T04:40:41.153Z[ 13] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
30942025-01-11T04:40:41.154Z[ 15] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
30952025-01-11T04:40:41.154Z[ 17] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
30962025-01-11T04:40:41.154Z[ 19] 5.00-6.00 sec 13.4 MBytes 112 Mbits/sec
30972025-01-11T04:40:41.154Z[SUM] 5.00-6.00 sec 107 MBytes 899 Mbits/sec
30982025-01-11T04:40:41.154Z- - - - - - - - - - - - - - - - - - - - - - - - -
30992025-01-11T04:40:41.154Z[ 5] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
31002025-01-11T04:40:41.154Z[ 7] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
31012025-01-11T04:40:41.154Z[ 9] 6.00-7.00 sec 13.3 MBytes 112 Mbits/sec
31022025-01-11T04:40:44.266Z[ 11] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
31032025-01-11T04:40:44.266Z[ 13] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
31042025-01-11T04:40:44.266Z[ 15] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
31052025-01-11T04:40:44.266Z[ 17] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
31062025-01-11T04:40:44.266Z[ 19] 6.00-7.00 sec 13.4 MBytes 112 Mbits/sec
31072025-01-11T04:40:44.266Z[SUM] 6.00-7.00 sec 107 MBytes 897 Mbits/sec
31082025-01-11T04:40:44.266Z- - - - - - - - - - - - - - - - - - - - - - - - -
31092025-01-11T04:40:44.267Z[ 5] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
31102025-01-11T04:40:44.267Z[ 7] 7.00-8.00 sec 13.3 MBytes 112 Mbits/sec
31112025-01-11T04:40:44.267Z[ 9] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
31122025-01-11T04:40:44.267Z[ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
31132025-01-11T04:40:44.267Z[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
31142025-01-11T04:40:44.267Z[ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
31152025-01-11T04:40:44.267Z[ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
31162025-01-11T04:40:44.267Z[ 19] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
31172025-01-11T04:40:44.267Z[SUM] 7.00-8.00 sec 107 MBytes 895 Mbits/sec
31182025-01-11T04:40:44.267Z- - - - - - - - - - - - - - - - - - - - - - - - -
31192025-01-11T04:40:44.267Z[ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
31202025-01-11T04:40:44.267Z[ 7] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
31212025-01-11T04:40:44.267Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
31222025-01-11T04:40:44.267Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
31232025-01-11T04:40:44.267Z[ 13] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
31242025-01-11T04:40:44.267Z[ 15] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
31252025-01-11T04:40:44.267Z[ 17] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
31262025-01-11T04:40:44.267Z[ 19] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
31272025-01-11T04:40:44.267Z[SUM] 8.00-9.00 sec 107 MBytes 894 Mbits/sec
31282025-01-11T04:40:44.267Z- - - - - - - - - - - - - - - - - - - - - - - - -
31292025-01-11T04:40:44.267Z[ 5] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
31302025-01-11T04:40:44.267Z[ 7] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
31312025-01-11T04:40:44.267Z[ 9] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
31322025-01-11T04:40:44.267Z[ 11] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
31332025-01-11T04:40:44.268Z[ 13] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
31342025-01-11T04:40:44.268Z[ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
31352025-01-11T04:40:44.268Z[ 17] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
31362025-01-11T04:40:44.268Z[ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
31372025-01-11T04:40:44.268Z[SUM] 9.00-10.00 sec 107 MBytes 901 Mbits/sec
31382025-01-11T04:40:44.268Z- - - - - - - - - - - - - - - - - - - - - - - - -
31392025-01-11T04:40:44.268Z[ 5] 10.00-10.00 sec 119 KBytes 233 Mbits/sec
31402025-01-11T04:40:44.268Z[ 7] 10.00-10.00 sec 17.0 KBytes 33.4 Mbits/sec
31412025-01-11T04:40:44.268Z[ 9] 10.00-10.00 sec 124 KBytes 245 Mbits/sec
31422025-01-11T04:40:44.268Z[ 11] 10.00-10.00 sec 124 KBytes 245 Mbits/sec
31432025-01-11T04:40:44.268Z[ 13] 10.00-10.00 sec 48.1 KBytes 94.5 Mbits/sec
31442025-01-11T04:40:44.268Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31452025-01-11T04:40:44.268Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31462025-01-11T04:40:44.268Z[ 19] 10.00-10.00 sec 2.83 KBytes 5.56 Mbits/sec
31472025-01-11T04:40:44.268Z[SUM] 10.00-10.00 sec 436 KBytes 856 Mbits/sec
31482025-01-11T04:40:44.268Z- - - - - - - - - - - - - - - - - - - - - - - - -
31492025-01-11T04:40:44.268Z[ ID] Interval Transfer Bandwidth
31502025-01-11T04:40:44.268Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31512025-01-11T04:40:44.268Z[ 5] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31522025-01-11T04:40:44.268Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31532025-01-11T04:40:44.268Z[ 7] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31542025-01-11T04:40:44.268Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31552025-01-11T04:40:44.268Z[ 9] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31562025-01-11T04:40:44.269Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31572025-01-11T04:40:44.269Z[ 11] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31582025-01-11T04:40:44.269Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31592025-01-11T04:40:44.269Z[ 13] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31602025-01-11T04:40:44.269Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31612025-01-11T04:40:44.269Z[ 15] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31622025-01-11T04:40:44.269Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31632025-01-11T04:40:44.269Z[ 17] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31642025-01-11T04:40:44.269Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31652025-01-11T04:40:44.269Z[ 19] 0.00-10.00 sec 132 MBytes 111 Mbits/sec receiver
31662025-01-11T04:40:44.269Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31672025-01-11T04:40:44.271Z[SUM] 0.00-10.00 sec 1.03 GBytes 885 Mbits/sec receiver
31682025-01-11T04:40:44.272ZRun 7/10...885.582074244075Mbps
31692025-01-11T04:40:51.300Z-----------------------------------------------------------
31702025-01-11T04:40:51.300ZServer listening on 5201
31712025-01-11T04:40:51.300Z-----------------------------------------------------------
31722025-01-11T04:40:51.300ZAccepted connection from 10.0.0.1, port 37947
31732025-01-11T04:40:51.300Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50049
31742025-01-11T04:40:51.300Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41472
31752025-01-11T04:40:51.300Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43009
31762025-01-11T04:40:51.300Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40862
31772025-01-11T04:40:51.300Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36615
31782025-01-11T04:40:51.300Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65021
31792025-01-11T04:40:51.300Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35489
31802025-01-11T04:40:51.300Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37539
31812025-01-11T04:40:51.300Z[ ID] Interval Transfer Bandwidth
31822025-01-11T04:40:51.300Z[ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
31832025-01-11T04:40:51.300Z[ 7] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
31842025-01-11T04:40:51.300Z[ 9] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
31852025-01-11T04:40:51.300Z[ 11] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
31862025-01-11T04:40:51.300Z[ 13] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
31872025-01-11T04:40:51.300Z[ 15] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
31882025-01-11T04:40:51.300Z[ 17] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
31892025-01-11T04:40:51.300Z[ 19] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
31902025-01-11T04:40:51.300Z[SUM] 0.00-1.00 sec 95.9 MBytes 804 Mbits/sec
31912025-01-11T04:40:51.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
31922025-01-11T04:40:51.300Z[ 5] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
31932025-01-11T04:40:51.300Z[ 7] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
31942025-01-11T04:40:51.301Z[ 9] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
31952025-01-11T04:40:51.301Z[ 11] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
31962025-01-11T04:40:51.301Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
31972025-01-11T04:40:51.301Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
31982025-01-11T04:40:51.301Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
31992025-01-11T04:40:51.301Z[ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
32002025-01-11T04:40:51.301Z[SUM] 1.00-2.00 sec 104 MBytes 875 Mbits/sec
32012025-01-11T04:40:51.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
32022025-01-11T04:40:51.301Z[ 5] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec
32032025-01-11T04:40:51.301Z[ 7] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
32042025-01-11T04:40:51.301Z[ 9] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec
32052025-01-11T04:40:51.301Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32062025-01-11T04:40:51.301Z[ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32072025-01-11T04:40:51.301Z[ 15] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
32082025-01-11T04:40:51.301Z[ 17] 2.00-3.00 sec 13.3 MBytes 112 Mbits/sec
32092025-01-11T04:40:51.301Z[ 19] 2.00-3.00 sec 13.4 MBytes 112 Mbits/sec
32102025-01-11T04:40:51.301Z[SUM] 2.00-3.00 sec 106 MBytes 893 Mbits/sec
32112025-01-11T04:40:51.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
32122025-01-11T04:40:51.301Z[ 5] 3.00-4.00 sec 13.2 MBytes 110 Mbits/sec
32132025-01-11T04:40:51.301Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
32142025-01-11T04:40:51.301Z[ 9] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
32152025-01-11T04:40:51.301Z[ 11] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
32162025-01-11T04:40:51.301Z[ 13] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
32172025-01-11T04:40:51.301Z[ 15] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
32182025-01-11T04:40:51.301Z[ 17] 3.00-4.00 sec 13.2 MBytes 111 Mbits/sec
32192025-01-11T04:40:51.301Z[ 19] 3.00-4.00 sec 13.2 MBytes 110 Mbits/sec
32202025-01-11T04:40:51.301Z[SUM] 3.00-4.00 sec 106 MBytes 886 Mbits/sec
32212025-01-11T04:40:51.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
32222025-01-11T04:40:51.301Z[ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32232025-01-11T04:40:51.301Z[ 7] 4.00-5.00 sec 13.3 MBytes 112 Mbits/sec
32242025-01-11T04:40:51.301Z[ 9] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32252025-01-11T04:40:51.301Z[ 11] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32262025-01-11T04:40:51.301Z[ 13] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32272025-01-11T04:40:51.301Z[ 15] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32282025-01-11T04:40:51.301Z[ 17] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
32292025-01-11T04:40:51.301Z[ 19] 4.00-5.00 sec 13.3 MBytes 111 Mbits/sec
32302025-01-11T04:40:51.301Z[SUM] 4.00-5.00 sec 106 MBytes 890 Mbits/sec
32312025-01-11T04:40:51.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
32322025-01-11T04:40:51.304Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32332025-01-11T04:40:51.304Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32342025-01-11T04:40:51.304Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32352025-01-11T04:40:51.304Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32362025-01-11T04:40:51.304Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32372025-01-11T04:40:51.304Z[ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32382025-01-11T04:40:51.305Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32392025-01-11T04:40:51.305Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
32402025-01-11T04:40:51.305Z[SUM] 5.00-6.00 sec 105 MBytes 880 Mbits/sec
32412025-01-11T04:40:51.305Z- - - - - - - - - - - - - - - - - - - - - - - - -
32422025-01-11T04:40:51.305Z[ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32432025-01-11T04:40:51.305Z[ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32442025-01-11T04:40:51.305Z[ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32452025-01-11T04:40:54.517Z[ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32462025-01-11T04:40:54.517Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
32472025-01-11T04:40:54.517Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
32482025-01-11T04:40:54.517Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
32492025-01-11T04:40:54.517Z[ 19] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
32502025-01-11T04:40:54.517Z[SUM] 6.00-7.00 sec 105 MBytes 885 Mbits/sec
32512025-01-11T04:40:54.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
32522025-01-11T04:40:54.517Z[ 5] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32532025-01-11T04:40:54.517Z[ 7] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32542025-01-11T04:40:54.517Z[ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32552025-01-11T04:40:54.518Z[ 11] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec
32562025-01-11T04:40:54.518Z[ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32572025-01-11T04:40:54.518Z[ 15] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32582025-01-11T04:40:54.518Z[ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32592025-01-11T04:40:54.518Z[ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
32602025-01-11T04:40:54.518Z[SUM] 7.00-8.00 sec 106 MBytes 888 Mbits/sec
32612025-01-11T04:40:54.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
32622025-01-11T04:40:54.518Z[ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
32632025-01-11T04:40:54.518Z[ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
32642025-01-11T04:40:54.518Z[ 9] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
32652025-01-11T04:40:54.518Z[ 11] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
32662025-01-11T04:40:54.518Z[ 13] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
32672025-01-11T04:40:54.518Z[ 15] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
32682025-01-11T04:40:54.518Z[ 17] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
32692025-01-11T04:40:54.518Z[ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
32702025-01-11T04:40:54.518Z[SUM] 8.00-9.00 sec 106 MBytes 890 Mbits/sec
32712025-01-11T04:40:54.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
32722025-01-11T04:40:54.518Z[ 5] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
32732025-01-11T04:40:54.518Z[ 7] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
32742025-01-11T04:40:54.519Z[ 9] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
32752025-01-11T04:40:54.519Z[ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
32762025-01-11T04:40:54.519Z[ 13] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
32772025-01-11T04:40:54.519Z[ 15] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
32782025-01-11T04:40:54.519Z[ 17] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
32792025-01-11T04:40:54.519Z[ 19] 9.00-10.00 sec 13.2 MBytes 111 Mbits/sec
32802025-01-11T04:40:54.519Z[SUM] 9.00-10.00 sec 106 MBytes 887 Mbits/sec
32812025-01-11T04:40:54.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
32822025-01-11T04:40:54.519Z[ 5] 10.00-10.00 sec 11.3 KBytes 25.9 Mbits/sec
32832025-01-11T04:40:54.519Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32842025-01-11T04:40:54.519Z[ 9] 10.00-10.00 sec 58.0 KBytes 133 Mbits/sec
32852025-01-11T04:40:54.519Z[ 11] 10.00-10.00 sec 124 KBytes 285 Mbits/sec
32862025-01-11T04:40:54.519Z[ 13] 10.00-10.00 sec 124 KBytes 285 Mbits/sec
32872025-01-11T04:40:54.519Z[ 15] 10.00-10.00 sec 59.4 KBytes 136 Mbits/sec
32882025-01-11T04:40:54.519Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32892025-01-11T04:40:54.519Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32902025-01-11T04:40:54.519Z[SUM] 10.00-10.00 sec 378 KBytes 863 Mbits/sec
32912025-01-11T04:40:54.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
32922025-01-11T04:40:54.520Z[ ID] Interval Transfer Bandwidth
32932025-01-11T04:40:54.520Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32942025-01-11T04:40:54.520Z[ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
32952025-01-11T04:40:54.520Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32962025-01-11T04:40:54.520Z[ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
32972025-01-11T04:40:54.520Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32982025-01-11T04:40:54.520Z[ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
32992025-01-11T04:40:54.520Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33002025-01-11T04:40:54.520Z[ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
33012025-01-11T04:40:54.520Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33022025-01-11T04:40:54.520Z[ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
33032025-01-11T04:40:54.520Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33042025-01-11T04:40:54.520Z[ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
33052025-01-11T04:40:54.520Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33062025-01-11T04:40:54.520Z[ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
33072025-01-11T04:40:54.520Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33082025-01-11T04:40:54.520Z[ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
33092025-01-11T04:40:54.520Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33102025-01-11T04:40:54.520Z[SUM] 0.00-10.00 sec 1.02 GBytes 878 Mbits/sec receiver
33112025-01-11T04:40:54.524ZRun 8/10...878.410761783476Mbps
33122025-01-11T04:41:01.552Z-----------------------------------------------------------
33132025-01-11T04:41:01.552ZServer listening on 5201
33142025-01-11T04:41:01.552Z-----------------------------------------------------------
33152025-01-11T04:41:01.552ZAccepted connection from 10.0.0.1, port 56646
33162025-01-11T04:41:01.552Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48260
33172025-01-11T04:41:01.552Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53454
33182025-01-11T04:41:01.552Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57523
33192025-01-11T04:41:01.552Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61693
33202025-01-11T04:41:01.552Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46201
33212025-01-11T04:41:01.552Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54894
33222025-01-11T04:41:01.552Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42010
33232025-01-11T04:41:01.552Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56862
33242025-01-11T04:41:01.552Z[ ID] Interval Transfer Bandwidth
33252025-01-11T04:41:01.552Z[ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec
33262025-01-11T04:41:01.552Z[ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
33272025-01-11T04:41:01.552Z[ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
33282025-01-11T04:41:01.552Z[ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
33292025-01-11T04:41:01.552Z[ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
33302025-01-11T04:41:01.552Z[ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
33312025-01-11T04:41:01.552Z[ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
33322025-01-11T04:41:01.552Z[ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
33332025-01-11T04:41:01.552Z[SUM] 0.00-1.00 sec 98.6 MBytes 827 Mbits/sec
33342025-01-11T04:41:01.552Z- - - - - - - - - - - - - - - - - - - - - - - - -
33352025-01-11T04:41:01.552Z[ 5] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
33362025-01-11T04:41:01.552Z[ 7] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
33372025-01-11T04:41:01.552Z[ 9] 1.00-2.00 sec 13.6 MBytes 114 Mbits/sec
33382025-01-11T04:41:01.552Z[ 11] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
33392025-01-11T04:41:01.552Z[ 13] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
33402025-01-11T04:41:01.552Z[ 15] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
33412025-01-11T04:41:01.552Z[ 17] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
33422025-01-11T04:41:01.552Z[ 19] 1.00-2.00 sec 13.5 MBytes 113 Mbits/sec
33432025-01-11T04:41:01.552Z[SUM] 1.00-2.00 sec 108 MBytes 906 Mbits/sec
33442025-01-11T04:41:01.552Z- - - - - - - - - - - - - - - - - - - - - - - - -
33452025-01-11T04:41:01.552Z[ 5] 2.00-3.00 sec 13.5 MBytes 114 Mbits/sec
33462025-01-11T04:41:01.552Z[ 7] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
33472025-01-11T04:41:01.552Z[ 9] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
33482025-01-11T04:41:01.553Z[ 11] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
33492025-01-11T04:41:01.553Z[ 13] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
33502025-01-11T04:41:01.553Z[ 15] 2.00-3.00 sec 13.6 MBytes 114 Mbits/sec
33512025-01-11T04:41:01.553Z[ 17] 2.00-3.00 sec 13.5 MBytes 113 Mbits/sec
33522025-01-11T04:41:01.553Z[ 19] 2.00-3.00 sec 13.5 MBytes 114 Mbits/sec
33532025-01-11T04:41:01.553Z[SUM] 2.00-3.00 sec 108 MBytes 910 Mbits/sec
33542025-01-11T04:41:01.553Z- - - - - - - - - - - - - - - - - - - - - - - - -
33552025-01-11T04:41:01.553Z[ 5] 3.00-4.00 sec 13.7 MBytes 115 Mbits/sec
33562025-01-11T04:41:01.553Z[ 7] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33572025-01-11T04:41:01.553Z[ 9] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33582025-01-11T04:41:01.553Z[ 11] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33592025-01-11T04:41:01.553Z[ 13] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33602025-01-11T04:41:01.554Z[ 15] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33612025-01-11T04:41:01.554Z[ 17] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33622025-01-11T04:41:01.554Z[ 19] 3.00-4.00 sec 13.6 MBytes 114 Mbits/sec
33632025-01-11T04:41:01.554Z[SUM] 3.00-4.00 sec 109 MBytes 914 Mbits/sec
33642025-01-11T04:41:01.554Z- - - - - - - - - - - - - - - - - - - - - - - - -
33652025-01-11T04:41:01.554Z[ 5] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
33662025-01-11T04:41:01.554Z[ 7] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
33672025-01-11T04:41:01.554Z[ 9] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
33682025-01-11T04:41:01.554Z[ 11] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
33692025-01-11T04:41:01.554Z[ 13] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
33702025-01-11T04:41:01.554Z[ 15] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
33712025-01-11T04:41:01.554Z[ 17] 4.00-5.00 sec 13.7 MBytes 115 Mbits/sec
33722025-01-11T04:41:01.557Z[ 19] 4.00-5.00 sec 13.6 MBytes 114 Mbits/sec
33732025-01-11T04:41:01.557Z[SUM] 4.00-5.00 sec 109 MBytes 914 Mbits/sec
33742025-01-11T04:41:01.557Z- - - - - - - - - - - - - - - - - - - - - - - - -
33752025-01-11T04:41:01.557Z[ 5] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
33762025-01-11T04:41:01.557Z[ 7] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
33772025-01-11T04:41:01.557Z[ 9] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
33782025-01-11T04:41:01.557Z[ 11] 5.00-6.00 sec 13.6 MBytes 114 Mbits/sec
33792025-01-11T04:41:01.557Z[ 13] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
33802025-01-11T04:41:01.557Z[ 15] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
33812025-01-11T04:41:01.557Z[ 17] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
33822025-01-11T04:41:01.557Z[ 19] 5.00-6.00 sec 13.5 MBytes 113 Mbits/sec
33832025-01-11T04:41:01.557Z[SUM] 5.00-6.00 sec 108 MBytes 907 Mbits/sec
33842025-01-11T04:41:01.557Z- - - - - - - - - - - - - - - - - - - - - - - - -
33852025-01-11T04:41:01.557Z[ 5] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
33862025-01-11T04:41:01.557Z[ 7] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
33872025-01-11T04:41:01.557Z[ 9] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
33882025-01-11T04:41:04.668Z[ 11] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
33892025-01-11T04:41:04.668Z[ 13] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
33902025-01-11T04:41:04.668Z[ 15] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
33912025-01-11T04:41:04.668Z[ 17] 6.00-7.00 sec 13.5 MBytes 113 Mbits/sec
33922025-01-11T04:41:04.668Z[ 19] 6.00-7.00 sec 13.6 MBytes 114 Mbits/sec
33932025-01-11T04:41:04.668Z[SUM] 6.00-7.00 sec 108 MBytes 910 Mbits/sec
33942025-01-11T04:41:04.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
33952025-01-11T04:41:04.669Z[ 5] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33962025-01-11T04:41:04.669Z[ 7] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33972025-01-11T04:41:04.669Z[ 9] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec
33982025-01-11T04:41:04.669Z[ 11] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
33992025-01-11T04:41:04.669Z[ 13] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
34002025-01-11T04:41:04.669Z[ 15] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
34012025-01-11T04:41:04.669Z[ 17] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
34022025-01-11T04:41:04.669Z[ 19] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec
34032025-01-11T04:41:04.669Z[SUM] 7.00-8.00 sec 107 MBytes 899 Mbits/sec
34042025-01-11T04:41:04.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
34052025-01-11T04:41:04.669Z[ 5] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34062025-01-11T04:41:04.669Z[ 7] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34072025-01-11T04:41:04.669Z[ 9] 8.00-9.00 sec 13.5 MBytes 114 Mbits/sec
34082025-01-11T04:41:04.669Z[ 11] 8.00-9.00 sec 13.6 MBytes 114 Mbits/sec
34092025-01-11T04:41:04.669Z[ 13] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34102025-01-11T04:41:04.669Z[ 15] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34112025-01-11T04:41:04.669Z[ 17] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34122025-01-11T04:41:04.669Z[ 19] 8.00-9.00 sec 13.5 MBytes 113 Mbits/sec
34132025-01-11T04:41:04.669Z[SUM] 8.00-9.00 sec 108 MBytes 907 Mbits/sec
34142025-01-11T04:41:04.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
34152025-01-11T04:41:04.669Z[ 5] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34162025-01-11T04:41:04.669Z[ 7] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34172025-01-11T04:41:04.669Z[ 9] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34182025-01-11T04:41:04.669Z[ 11] 9.00-10.00 sec 13.4 MBytes 112 Mbits/sec
34192025-01-11T04:41:04.669Z[ 13] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34202025-01-11T04:41:04.669Z[ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34212025-01-11T04:41:04.669Z[ 17] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34222025-01-11T04:41:04.669Z[ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
34232025-01-11T04:41:04.669Z[SUM] 9.00-10.00 sec 108 MBytes 904 Mbits/sec
34242025-01-11T04:41:04.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
34252025-01-11T04:41:04.669Z[ 5] 10.00-10.00 sec 42.4 KBytes 93.4 Mbits/sec
34262025-01-11T04:41:04.669Z[ 7] 10.00-10.00 sec 124 KBytes 274 Mbits/sec
34272025-01-11T04:41:04.669Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34282025-01-11T04:41:04.669Z[ 11] 10.00-10.00 sec 124 KBytes 274 Mbits/sec
34292025-01-11T04:41:04.669Z[ 13] 10.00-10.00 sec 124 KBytes 274 Mbits/sec
34302025-01-11T04:41:04.669Z[ 15] 10.00-10.00 sec 76.4 KBytes 168 Mbits/sec
34312025-01-11T04:41:04.669Z[ 17] 10.00-10.00 sec 17.0 KBytes 37.4 Mbits/sec
34322025-01-11T04:41:04.669Z[ 19] 10.00-10.00 sec 12.7 KBytes 28.0 Mbits/sec
34332025-01-11T04:41:04.669Z[SUM] 10.00-10.00 sec 522 KBytes 1.15 Gbits/sec
34342025-01-11T04:41:04.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
34352025-01-11T04:41:04.670Z[ ID] Interval Transfer Bandwidth
34362025-01-11T04:41:04.670Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34372025-01-11T04:41:04.670Z[ 5] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
34382025-01-11T04:41:04.670Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34392025-01-11T04:41:04.670Z[ 7] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
34402025-01-11T04:41:04.670Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34412025-01-11T04:41:04.670Z[ 9] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
34422025-01-11T04:41:04.670Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34432025-01-11T04:41:04.670Z[ 11] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
34442025-01-11T04:41:04.670Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34452025-01-11T04:41:04.670Z[ 13] 0.00-10.00 sec 134 MBytes 113 Mbits/sec receiver
34462025-01-11T04:41:04.670Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34472025-01-11T04:41:04.670Z[ 15] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
34482025-01-11T04:41:04.670Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34492025-01-11T04:41:04.670Z[ 17] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
34502025-01-11T04:41:04.670Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34512025-01-11T04:41:04.670Z[ 19] 0.00-10.00 sec 134 MBytes 112 Mbits/sec receiver
34522025-01-11T04:41:04.670Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34532025-01-11T04:41:04.671Z[SUM] 0.00-10.00 sec 1.05 GBytes 900 Mbits/sec receiver
34542025-01-11T04:41:04.673ZRun 9/10...900.542181999647Mbps
34552025-01-11T04:41:11.703Z-----------------------------------------------------------
34562025-01-11T04:41:11.703ZServer listening on 5201
34572025-01-11T04:41:11.703Z-----------------------------------------------------------
34582025-01-11T04:41:11.703ZAccepted connection from 10.0.0.1, port 60968
34592025-01-11T04:41:11.704Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43030
34602025-01-11T04:41:11.704Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34577
34612025-01-11T04:41:11.704Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41893
34622025-01-11T04:41:11.704Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34298
34632025-01-11T04:41:11.704Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35774
34642025-01-11T04:41:11.704Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45084
34652025-01-11T04:41:11.704Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49013
34662025-01-11T04:41:11.704Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52120
34672025-01-11T04:41:11.704Z[ ID] Interval Transfer Bandwidth
34682025-01-11T04:41:11.704Z[ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
34692025-01-11T04:41:11.704Z[ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
34702025-01-11T04:41:11.704Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
34712025-01-11T04:41:11.704Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
34722025-01-11T04:41:11.704Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
34732025-01-11T04:41:11.704Z[ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
34742025-01-11T04:41:11.704Z[ 17] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
34752025-01-11T04:41:11.704Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
34762025-01-11T04:41:11.704Z[SUM] 0.00-1.00 sec 97.0 MBytes 814 Mbits/sec
34772025-01-11T04:41:11.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
34782025-01-11T04:41:11.705Z[ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34792025-01-11T04:41:11.705Z[ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34802025-01-11T04:41:11.705Z[ 9] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34812025-01-11T04:41:11.705Z[ 11] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34822025-01-11T04:41:11.705Z[ 13] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34832025-01-11T04:41:11.706Z[ 15] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
34842025-01-11T04:41:11.706Z[ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34852025-01-11T04:41:11.706Z[ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
34862025-01-11T04:41:11.706Z[SUM] 1.00-2.00 sec 107 MBytes 897 Mbits/sec
34872025-01-11T04:41:11.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
34882025-01-11T04:41:11.706Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
34892025-01-11T04:41:11.706Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
34902025-01-11T04:41:11.706Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
34912025-01-11T04:41:11.706Z[ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
34922025-01-11T04:41:11.706Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
34932025-01-11T04:41:11.706Z[ 15] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
34942025-01-11T04:41:11.706Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
34952025-01-11T04:41:11.706Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
34962025-01-11T04:41:11.707Z[SUM] 2.00-3.00 sec 105 MBytes 879 Mbits/sec
34972025-01-11T04:41:11.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
34982025-01-11T04:41:11.707Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
34992025-01-11T04:41:11.707Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
35002025-01-11T04:41:11.707Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
35012025-01-11T04:41:11.707Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
35022025-01-11T04:41:11.707Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
35032025-01-11T04:41:11.707Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
35042025-01-11T04:41:11.707Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
35052025-01-11T04:41:11.707Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
35062025-01-11T04:41:11.707Z[SUM] 3.00-4.00 sec 105 MBytes 880 Mbits/sec
35072025-01-11T04:41:11.709Z- - - - - - - - - - - - - - - - - - - - - - - - -
35082025-01-11T04:41:11.709Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
35092025-01-11T04:41:11.709Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
35102025-01-11T04:41:11.709Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
35112025-01-11T04:41:11.709Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
35122025-01-11T04:41:11.709Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
35132025-01-11T04:41:11.709Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
35142025-01-11T04:41:11.709Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
35152025-01-11T04:41:11.709Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
35162025-01-11T04:41:11.709Z[SUM] 4.00-5.00 sec 105 MBytes 877 Mbits/sec
35172025-01-11T04:41:11.709Z- - - - - - - - - - - - - - - - - - - - - - - - -
35182025-01-11T04:41:11.709Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
35192025-01-11T04:41:11.709Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
35202025-01-11T04:41:11.709Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
35212025-01-11T04:41:11.710Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
35222025-01-11T04:41:11.710Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
35232025-01-11T04:41:11.710Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
35242025-01-11T04:41:11.710Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
35252025-01-11T04:41:11.710Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
35262025-01-11T04:41:11.710Z[SUM] 5.00-6.00 sec 104 MBytes 876 Mbits/sec
35272025-01-11T04:41:11.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
35282025-01-11T04:41:11.710Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
35292025-01-11T04:41:11.710Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
35302025-01-11T04:41:11.710Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
35312025-01-11T04:41:14.819Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
35322025-01-11T04:41:14.819Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
35332025-01-11T04:41:14.819Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
35342025-01-11T04:41:14.819Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
35352025-01-11T04:41:14.819Z[ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
35362025-01-11T04:41:14.819Z[SUM] 6.00-7.00 sec 105 MBytes 878 Mbits/sec
35372025-01-11T04:41:14.819Z- - - - - - - - - - - - - - - - - - - - - - - - -
35382025-01-11T04:41:14.819Z[ 5] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
35392025-01-11T04:41:14.819Z[ 7] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec
35402025-01-11T04:41:14.819Z[ 9] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
35412025-01-11T04:41:14.819Z[ 11] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
35422025-01-11T04:41:14.819Z[ 13] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
35432025-01-11T04:41:14.819Z[ 15] 7.00-8.00 sec 13.5 MBytes 113 Mbits/sec
35442025-01-11T04:41:14.819Z[ 17] 7.00-8.00 sec 13.4 MBytes 112 Mbits/sec
35452025-01-11T04:41:14.819Z[ 19] 7.00-8.00 sec 13.4 MBytes 113 Mbits/sec
35462025-01-11T04:41:14.819Z[SUM] 7.00-8.00 sec 108 MBytes 903 Mbits/sec
35472025-01-11T04:41:14.819Z- - - - - - - - - - - - - - - - - - - - - - - - -
35482025-01-11T04:41:14.819Z[ 5] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35492025-01-11T04:41:14.819Z[ 7] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35502025-01-11T04:41:14.819Z[ 9] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35512025-01-11T04:41:14.819Z[ 11] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35522025-01-11T04:41:14.820Z[ 13] 8.00-9.00 sec 13.3 MBytes 112 Mbits/sec
35532025-01-11T04:41:14.820Z[ 15] 8.00-9.00 sec 13.3 MBytes 111 Mbits/sec
35542025-01-11T04:41:14.820Z[ 17] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35552025-01-11T04:41:14.820Z[ 19] 8.00-9.00 sec 13.4 MBytes 112 Mbits/sec
35562025-01-11T04:41:14.820Z[SUM] 8.00-9.00 sec 107 MBytes 896 Mbits/sec
35572025-01-11T04:41:14.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
35582025-01-11T04:41:14.820Z[ 5] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
35592025-01-11T04:41:14.820Z[ 7] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
35602025-01-11T04:41:14.820Z[ 9] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
35612025-01-11T04:41:14.820Z[ 11] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
35622025-01-11T04:41:14.820Z[ 13] 9.00-10.00 sec 13.4 MBytes 113 Mbits/sec
35632025-01-11T04:41:14.820Z[ 15] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
35642025-01-11T04:41:14.820Z[ 17] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
35652025-01-11T04:41:14.820Z[ 19] 9.00-10.00 sec 13.5 MBytes 113 Mbits/sec
35662025-01-11T04:41:14.820Z[SUM] 9.00-10.00 sec 108 MBytes 905 Mbits/sec
35672025-01-11T04:41:14.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
35682025-01-11T04:41:14.820Z[ 5] 10.00-10.00 sec 70.7 KBytes 123 Mbits/sec
35692025-01-11T04:41:14.820Z[ 7] 10.00-10.00 sec 124 KBytes 216 Mbits/sec
35702025-01-11T04:41:14.820Z[ 9] 10.00-10.00 sec 48.1 KBytes 83.6 Mbits/sec
35712025-01-11T04:41:14.820Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35722025-01-11T04:41:14.820Z[ 13] 10.00-10.00 sec 87.7 KBytes 152 Mbits/sec
35732025-01-11T04:41:14.820Z[ 15] 10.00-10.00 sec 124 KBytes 216 Mbits/sec
35742025-01-11T04:41:14.820Z[ 17] 10.00-10.00 sec 124 KBytes 216 Mbits/sec
35752025-01-11T04:41:14.820Z[ 19] 10.00-10.00 sec 124 KBytes 216 Mbits/sec
35762025-01-11T04:41:14.820Z[SUM] 10.00-10.00 sec 704 KBytes 1.22 Gbits/sec
35772025-01-11T04:41:14.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
35782025-01-11T04:41:14.820Z[ ID] Interval Transfer Bandwidth
35792025-01-11T04:41:14.820Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35802025-01-11T04:41:14.820Z[ 5] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35812025-01-11T04:41:14.820Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35822025-01-11T04:41:14.820Z[ 7] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35832025-01-11T04:41:14.820Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35842025-01-11T04:41:14.820Z[ 9] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35852025-01-11T04:41:14.820Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35862025-01-11T04:41:14.820Z[ 11] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35872025-01-11T04:41:14.820Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35882025-01-11T04:41:14.821Z[ 13] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35892025-01-11T04:41:14.821Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35902025-01-11T04:41:14.821Z[ 15] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35912025-01-11T04:41:14.821Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35922025-01-11T04:41:14.823Z[ 17] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35932025-01-11T04:41:14.823Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35942025-01-11T04:41:14.823Z[ 19] 0.00-10.00 sec 131 MBytes 110 Mbits/sec receiver
35952025-01-11T04:41:14.823Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35962025-01-11T04:41:14.823Z[SUM] 0.00-10.00 sec 1.03 GBytes 881 Mbits/sec receiver
35972025-01-11T04:41:14.824ZRun 10/10...881.295545937523Mbps
35982025-01-11T04:41:14.824Z###---------------------###
35992025-01-11T04:41:14.824Z::: iPerf done... :::
36002025-01-11T04:41:14.824Z:::Awaiting out files...:::
36012025-01-11T04:41:14.824Z###---------------------###
36022025-01-11T04:41:14.824Z###-----###
36032025-01-11T04:41:14.824Z:::done!:::
36042025-01-11T04:41:14.824Z###-----###
36052025-01-11T04:41:16.612ZGnuplot not found, using plotters backend
36062025-01-11T04:41:16.838ZBenchmarking iperf-tcp/local/c2s/tx
36072025-01-11T04:41:16.838ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
36082025-01-11T04:41:21.475ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (579M iterations)
36092025-01-11T04:41:41.437ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
36102025-01-11T04:41:41.594Ziperf-tcp/local/c2s/tx time: [1.6334 µs 1.6335 µs 1.6336 µs]
36112025-01-11T04:41:41.594Z change: [-3.1657% -3.1556% -3.1440%] (p = 0.00 < 0.05)
36122025-01-11T04:41:41.594Z Performance has improved.
36132025-01-11T04:41:41.594ZFound 7 outliers among 100 measurements (7.00%)
36142025-01-11T04:41:41.594Z 1 (1.00%) low severe
36152025-01-11T04:41:41.594Z 3 (3.00%) low mild
36162025-01-11T04:41:41.594Z 2 (2.00%) high mild
36172025-01-11T04:41:41.594Z 1 (1.00%) high severe
36182025-01-11T04:41:43.177Z
36192025-01-11T04:41:43.180ZBenchmarking iperf-tcp/local/c2s/rx
36202025-01-11T04:41:43.180ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
36212025-01-11T04:41:47.797ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (581M iterations)
36222025-01-11T04:42:07.767ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
36232025-01-11T04:42:07.917Ziperf-tcp/local/c2s/rx time: [5.6867 µs 5.6870 µs 5.6873 µs]
36242025-01-11T04:42:07.917Z change: [-3.0924% -3.0801% -3.0678%] (p = 0.00 < 0.05)
36252025-01-11T04:42:07.917Z Performance has improved.
36262025-01-11T04:42:07.917ZFound 6 outliers among 100 measurements (6.00%)
36272025-01-11T04:42:07.917Z 3 (3.00%) high mild
36282025-01-11T04:42:07.917Z 3 (3.00%) high severe
36292025-01-11T04:42:09.503Z
36302025-01-11T04:42:09.505Z###-------------------###
36312025-01-11T04:42:09.506Z:::Running experiment :::
36322025-01-11T04:42:09.506Z:::iperf-tcp/local/s2c:::
36332025-01-11T04:42:09.506Z###-------------------###
36342025-01-11T04:42:10.030Zdtrace: description 'profile-201us ' matched 2 probes
36352025-01-11T04:42:16.550Z-----------------------------------------------------------
36362025-01-11T04:42:16.550ZServer listening on 5201
36372025-01-11T04:42:16.550Z-----------------------------------------------------------
36382025-01-11T04:42:16.550ZAccepted connection from 10.0.0.1, port 40085
36392025-01-11T04:42:16.550Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47139
36402025-01-11T04:42:16.550Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33230
36412025-01-11T04:42:16.550Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49032
36422025-01-11T04:42:16.550Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40716
36432025-01-11T04:42:16.550Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59726
36442025-01-11T04:42:16.550Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50228
36452025-01-11T04:42:16.550Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41715
36462025-01-11T04:42:16.550Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38292
36472025-01-11T04:42:16.550Z[ ID] Interval Transfer Bandwidth
36482025-01-11T04:42:16.550Z[ 5] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36492025-01-11T04:42:16.550Z[ 7] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36502025-01-11T04:42:16.550Z[ 9] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36512025-01-11T04:42:16.550Z[ 11] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36522025-01-11T04:42:16.550Z[ 13] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36532025-01-11T04:42:16.550Z[ 15] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36542025-01-11T04:42:16.550Z[ 17] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36552025-01-11T04:42:16.551Z[ 19] 0.00-1.00 sec 15.5 MBytes 130 Mbits/sec
36562025-01-11T04:42:16.551Z[SUM] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
36572025-01-11T04:42:16.551Z- - - - - - - - - - - - - - - - - - - - - - - - -
36582025-01-11T04:42:16.551Z[ 5] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
36592025-01-11T04:42:16.551Z[ 7] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
36602025-01-11T04:42:16.551Z[ 9] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
36612025-01-11T04:42:16.551Z[ 11] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
36622025-01-11T04:42:16.551Z[ 13] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
36632025-01-11T04:42:16.551Z[ 15] 1.00-2.00 sec 13.3 MBytes 112 Mbits/sec
36642025-01-11T04:42:16.551Z[ 17] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
36652025-01-11T04:42:16.551Z[ 19] 1.00-2.00 sec 13.4 MBytes 112 Mbits/sec
36662025-01-11T04:42:16.551Z[SUM] 1.00-2.00 sec 107 MBytes 895 Mbits/sec
36672025-01-11T04:42:16.551Z- - - - - - - - - - - - - - - - - - - - - - - - -
36682025-01-11T04:42:16.551Z[ 5] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
36692025-01-11T04:42:16.551Z[ 7] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
36702025-01-11T04:42:16.551Z[ 9] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
36712025-01-11T04:42:16.551Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
36722025-01-11T04:42:16.551Z[ 13] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
36732025-01-11T04:42:16.551Z[ 15] 2.00-3.00 sec 13.3 MBytes 111 Mbits/sec
36742025-01-11T04:42:16.551Z[ 17] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
36752025-01-11T04:42:16.551Z[ 19] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
36762025-01-11T04:42:16.551Z[SUM] 2.00-3.00 sec 106 MBytes 887 Mbits/sec
36772025-01-11T04:42:16.551Z- - - - - - - - - - - - - - - - - - - - - - - - -
36782025-01-11T04:42:16.551Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
36792025-01-11T04:42:16.551Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
36802025-01-11T04:42:16.551Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
36812025-01-11T04:42:16.551Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
36822025-01-11T04:42:16.552Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
36832025-01-11T04:42:16.552Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
36842025-01-11T04:42:16.552Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
36852025-01-11T04:42:16.552Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
36862025-01-11T04:42:16.552Z[SUM] 3.00-4.00 sec 105 MBytes 879 Mbits/sec
36872025-01-11T04:42:16.552Z- - - - - - - - - - - - - - - - - - - - - - - - -
36882025-01-11T04:42:16.555Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36892025-01-11T04:42:16.555Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36902025-01-11T04:42:16.555Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36912025-01-11T04:42:16.555Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36922025-01-11T04:42:16.555Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36932025-01-11T04:42:16.555Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36942025-01-11T04:42:16.555Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36952025-01-11T04:42:16.555Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
36962025-01-11T04:42:16.555Z[SUM] 4.00-5.00 sec 104 MBytes 873 Mbits/sec
36972025-01-11T04:42:16.555Z- - - - - - - - - - - - - - - - - - - - - - - - -
36982025-01-11T04:42:16.555Z[ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
36992025-01-11T04:42:16.555Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
37002025-01-11T04:42:16.555Z[ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
37012025-01-11T04:42:16.555Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
37022025-01-11T04:42:16.555Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
37032025-01-11T04:42:16.555Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
37042025-01-11T04:42:16.555Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
37052025-01-11T04:42:16.555Z[ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
37062025-01-11T04:42:16.555Z[SUM] 5.00-6.00 sec 104 MBytes 872 Mbits/sec
37072025-01-11T04:42:16.555Z- - - - - - - - - - - - - - - - - - - - - - - - -
37082025-01-11T04:42:16.555Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37092025-01-11T04:42:16.555Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
37102025-01-11T04:42:16.555Z[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
37112025-01-11T04:42:19.664Z[ 11] 6.00-7.00 sec 13.0 MBytes 110 Mbits/sec
37122025-01-11T04:42:19.664Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
37132025-01-11T04:42:19.664Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
37142025-01-11T04:42:19.664Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
37152025-01-11T04:42:19.664Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
37162025-01-11T04:42:19.664Z[SUM] 6.00-7.00 sec 105 MBytes 878 Mbits/sec
37172025-01-11T04:42:19.664Z- - - - - - - - - - - - - - - - - - - - - - - - -
37182025-01-11T04:42:19.664Z[ 5] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
37192025-01-11T04:42:19.664Z[ 7] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
37202025-01-11T04:42:19.664Z[ 9] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
37212025-01-11T04:42:19.664Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
37222025-01-11T04:42:19.664Z[ 13] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
37232025-01-11T04:42:19.664Z[ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
37242025-01-11T04:42:19.664Z[ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
37252025-01-11T04:42:19.664Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
37262025-01-11T04:42:19.664Z[SUM] 7.00-8.00 sec 104 MBytes 874 Mbits/sec
37272025-01-11T04:42:19.665Z- - - - - - - - - - - - - - - - - - - - - - - - -
37282025-01-11T04:42:19.665Z[ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37292025-01-11T04:42:19.665Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37302025-01-11T04:42:19.665Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37312025-01-11T04:42:19.665Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37322025-01-11T04:42:19.665Z[ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37332025-01-11T04:42:19.665Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37342025-01-11T04:42:19.665Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37352025-01-11T04:42:19.665Z[ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
37362025-01-11T04:42:19.665Z[SUM] 8.00-9.00 sec 104 MBytes 872 Mbits/sec
37372025-01-11T04:42:19.665Z- - - - - - - - - - - - - - - - - - - - - - - - -
37382025-01-11T04:42:19.665Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37392025-01-11T04:42:19.665Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37402025-01-11T04:42:19.665Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37412025-01-11T04:42:19.665Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37422025-01-11T04:42:19.665Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37432025-01-11T04:42:19.666Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37442025-01-11T04:42:19.666Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37452025-01-11T04:42:19.666Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
37462025-01-11T04:42:19.666Z[SUM] 9.00-10.00 sec 104 MBytes 873 Mbits/sec
37472025-01-11T04:42:19.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
37482025-01-11T04:42:19.666Z[ 5] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
37492025-01-11T04:42:19.666Z[ 7] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
37502025-01-11T04:42:19.666Z[ 9] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
37512025-01-11T04:42:19.666Z[ 11] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
37522025-01-11T04:42:19.666Z[ 13] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
37532025-01-11T04:42:19.666Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37542025-01-11T04:42:19.666Z[ 17] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
37552025-01-11T04:42:19.666Z[ 19] 10.00-10.00 sec 56.6 KBytes 133 Mbits/sec
37562025-01-11T04:42:19.666Z[SUM] 10.00-10.00 sec 396 KBytes 934 Mbits/sec
37572025-01-11T04:42:19.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
37582025-01-11T04:42:19.666Z[ ID] Interval Transfer Bandwidth
37592025-01-11T04:42:19.666Z[ 5] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37602025-01-11T04:42:19.666Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37612025-01-11T04:42:19.666Z[ 7] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37622025-01-11T04:42:19.666Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37632025-01-11T04:42:19.669Z[ 9] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37642025-01-11T04:42:19.670Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37652025-01-11T04:42:19.670Z[ 11] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37662025-01-11T04:42:19.670Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37672025-01-11T04:42:19.670Z[ 13] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37682025-01-11T04:42:19.670Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37692025-01-11T04:42:19.670Z[ 15] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37702025-01-11T04:42:19.670Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37712025-01-11T04:42:19.670Z[ 17] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37722025-01-11T04:42:19.670Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37732025-01-11T04:42:19.670Z[ 19] 0.00-10.00 sec 133 MBytes 112 Mbits/sec sender
37742025-01-11T04:42:19.670Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37752025-01-11T04:42:19.670Z[SUM] 0.00-10.00 sec 1.04 GBytes 894 Mbits/sec sender
37762025-01-11T04:42:19.670Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37772025-01-11T04:42:19.670ZRun 1/10...894.7126486917109Mbps
37782025-01-11T04:42:26.701Z-----------------------------------------------------------
37792025-01-11T04:42:26.701ZServer listening on 5201
37802025-01-11T04:42:26.701Z-----------------------------------------------------------
37812025-01-11T04:42:26.701ZAccepted connection from 10.0.0.1, port 52392
37822025-01-11T04:42:26.701Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47481
37832025-01-11T04:42:26.701Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54314
37842025-01-11T04:42:26.701Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56411
37852025-01-11T04:42:26.701Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47443
37862025-01-11T04:42:26.701Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39800
37872025-01-11T04:42:26.701Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63978
37882025-01-11T04:42:26.701Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35196
37892025-01-11T04:42:26.701Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40694
37902025-01-11T04:42:26.701Z[ ID] Interval Transfer Bandwidth
37912025-01-11T04:42:26.701Z[ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
37922025-01-11T04:42:26.701Z[ 7] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37932025-01-11T04:42:26.701Z[ 9] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37942025-01-11T04:42:26.701Z[ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
37952025-01-11T04:42:26.701Z[ 13] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37962025-01-11T04:42:26.701Z[ 15] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37972025-01-11T04:42:26.701Z[ 17] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
37982025-01-11T04:42:26.701Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
37992025-01-11T04:42:26.701Z[SUM] 0.00-1.00 sec 97.0 MBytes 813 Mbits/sec
38002025-01-11T04:42:26.701Z- - - - - - - - - - - - - - - - - - - - - - - - -
38012025-01-11T04:42:26.701Z[ 5] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
38022025-01-11T04:42:26.701Z[ 7] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
38032025-01-11T04:42:26.701Z[ 9] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
38042025-01-11T04:42:26.701Z[ 11] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
38052025-01-11T04:42:26.702Z[ 13] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
38062025-01-11T04:42:26.702Z[ 15] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec
38072025-01-11T04:42:26.702Z[ 17] 1.00-2.00 sec 12.9 MBytes 108 Mbits/sec
38082025-01-11T04:42:26.702Z[ 19] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
38092025-01-11T04:42:26.702Z[SUM] 1.00-2.00 sec 103 MBytes 866 Mbits/sec
38102025-01-11T04:42:26.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
38112025-01-11T04:42:26.702Z[ 5] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
38122025-01-11T04:42:26.702Z[ 7] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
38132025-01-11T04:42:26.702Z[ 9] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
38142025-01-11T04:42:26.702Z[ 11] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
38152025-01-11T04:42:26.702Z[ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
38162025-01-11T04:42:26.702Z[ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
38172025-01-11T04:42:26.702Z[ 17] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
38182025-01-11T04:42:26.702Z[ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
38192025-01-11T04:42:26.702Z[SUM] 2.00-3.00 sec 103 MBytes 863 Mbits/sec
38202025-01-11T04:42:26.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
38212025-01-11T04:42:26.702Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38222025-01-11T04:42:26.702Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38232025-01-11T04:42:26.702Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38242025-01-11T04:42:26.702Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38252025-01-11T04:42:26.702Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38262025-01-11T04:42:26.702Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38272025-01-11T04:42:26.702Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
38282025-01-11T04:42:26.705Z[ 19] 3.00-4.00 sec 13.0 MBytes 110 Mbits/sec
38292025-01-11T04:42:26.705Z[SUM] 3.00-4.00 sec 105 MBytes 879 Mbits/sec
38302025-01-11T04:42:26.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
38312025-01-11T04:42:26.705Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
38322025-01-11T04:42:26.705Z[ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
38332025-01-11T04:42:26.705Z[ 9] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
38342025-01-11T04:42:26.705Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
38352025-01-11T04:42:26.705Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
38362025-01-11T04:42:26.705Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
38372025-01-11T04:42:26.705Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
38382025-01-11T04:42:26.705Z[ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
38392025-01-11T04:42:26.705Z[SUM] 4.00-5.00 sec 105 MBytes 878 Mbits/sec
38402025-01-11T04:42:26.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
38412025-01-11T04:42:26.705Z[ 5] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
38422025-01-11T04:42:26.705Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
38432025-01-11T04:42:26.705Z[ 9] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
38442025-01-11T04:42:26.705Z[ 11] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
38452025-01-11T04:42:26.705Z[ 13] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
38462025-01-11T04:42:26.706Z[ 15] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
38472025-01-11T04:42:26.706Z[ 17] 5.00-6.00 sec 13.2 MBytes 111 Mbits/sec
38482025-01-11T04:42:26.706Z[ 19] 5.00-6.00 sec 13.3 MBytes 111 Mbits/sec
38492025-01-11T04:42:26.706Z[SUM] 5.00-6.00 sec 106 MBytes 886 Mbits/sec
38502025-01-11T04:42:26.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
38512025-01-11T04:42:26.706Z[ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
38522025-01-11T04:42:26.706Z[ 7] 6.00-7.00 sec 13.3 MBytes 111 Mbits/sec
38532025-01-11T04:42:26.706Z[ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
38542025-01-11T04:42:29.816Z[ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
38552025-01-11T04:42:29.816Z[ 13] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec
38562025-01-11T04:42:29.816Z[ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
38572025-01-11T04:42:29.816Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
38582025-01-11T04:42:29.816Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
38592025-01-11T04:42:29.816Z[SUM] 6.00-7.00 sec 106 MBytes 885 Mbits/sec
38602025-01-11T04:42:29.816Z- - - - - - - - - - - - - - - - - - - - - - - - -
38612025-01-11T04:42:29.816Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
38622025-01-11T04:42:29.816Z[ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
38632025-01-11T04:42:29.816Z[ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
38642025-01-11T04:42:29.816Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
38652025-01-11T04:42:29.816Z[ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
38662025-01-11T04:42:29.816Z[ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
38672025-01-11T04:42:29.817Z[ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
38682025-01-11T04:42:29.817Z[ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
38692025-01-11T04:42:29.817Z[SUM] 7.00-8.00 sec 105 MBytes 881 Mbits/sec
38702025-01-11T04:42:29.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
38712025-01-11T04:42:29.817Z[ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
38722025-01-11T04:42:29.817Z[ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
38732025-01-11T04:42:29.817Z[ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
38742025-01-11T04:42:29.817Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
38752025-01-11T04:42:29.817Z[ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
38762025-01-11T04:42:29.817Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
38772025-01-11T04:42:29.817Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
38782025-01-11T04:42:29.817Z[ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
38792025-01-11T04:42:29.817Z[SUM] 8.00-9.00 sec 104 MBytes 876 Mbits/sec
38802025-01-11T04:42:29.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
38812025-01-11T04:42:29.817Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
38822025-01-11T04:42:29.817Z[ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
38832025-01-11T04:42:29.817Z[ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
38842025-01-11T04:42:29.817Z[ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
38852025-01-11T04:42:29.817Z[ 13] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec
38862025-01-11T04:42:29.817Z[ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
38872025-01-11T04:42:29.817Z[ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
38882025-01-11T04:42:29.817Z[ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
38892025-01-11T04:42:29.817Z[SUM] 9.00-10.00 sec 105 MBytes 880 Mbits/sec
38902025-01-11T04:42:29.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
38912025-01-11T04:42:29.819Z[ 5] 10.00-10.00 sec 56.6 KBytes 137 Mbits/sec
38922025-01-11T04:42:29.819Z[ 7] 10.00-10.00 sec 56.6 KBytes 137 Mbits/sec
38932025-01-11T04:42:29.819Z[ 9] 10.00-10.00 sec 56.6 KBytes 137 Mbits/sec
38942025-01-11T04:42:29.819Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38952025-01-11T04:42:29.819Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38962025-01-11T04:42:29.819Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38972025-01-11T04:42:29.819Z[ 17] 10.00-10.00 sec 56.6 KBytes 137 Mbits/sec
38982025-01-11T04:42:29.819Z[ 19] 10.00-10.00 sec 56.6 KBytes 137 Mbits/sec
38992025-01-11T04:42:29.819Z[SUM] 10.00-10.00 sec 283 KBytes 687 Mbits/sec
39002025-01-11T04:42:29.819Z- - - - - - - - - - - - - - - - - - - - - - - - -
39012025-01-11T04:42:29.819Z[ ID] Interval Transfer Bandwidth
39022025-01-11T04:42:29.819Z[ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39032025-01-11T04:42:29.819Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39042025-01-11T04:42:29.819Z[ 7] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39052025-01-11T04:42:29.819Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39062025-01-11T04:42:29.819Z[ 9] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39072025-01-11T04:42:29.820Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39082025-01-11T04:42:29.820Z[ 11] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39092025-01-11T04:42:29.820Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39102025-01-11T04:42:29.820Z[ 13] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39112025-01-11T04:42:29.820Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39122025-01-11T04:42:29.820Z[ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39132025-01-11T04:42:29.820Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39142025-01-11T04:42:29.820Z[ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39152025-01-11T04:42:29.820Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39162025-01-11T04:42:29.820Z[ 19] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
39172025-01-11T04:42:29.820Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39182025-01-11T04:42:29.820Z[SUM] 0.00-10.00 sec 1.01 GBytes 871 Mbits/sec sender
39192025-01-11T04:42:29.820Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39202025-01-11T04:42:29.823ZRun 2/10...870.964899181234Mbps
39212025-01-11T04:42:36.851Z-----------------------------------------------------------
39222025-01-11T04:42:36.851ZServer listening on 5201
39232025-01-11T04:42:36.851Z-----------------------------------------------------------
39242025-01-11T04:42:36.851ZAccepted connection from 10.0.0.1, port 46501
39252025-01-11T04:42:36.851Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52692
39262025-01-11T04:42:36.851Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54823
39272025-01-11T04:42:36.852Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47620
39282025-01-11T04:42:36.852Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44009
39292025-01-11T04:42:36.852Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47013
39302025-01-11T04:42:36.852Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58212
39312025-01-11T04:42:36.852Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39929
39322025-01-11T04:42:36.852Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61286
39332025-01-11T04:42:36.852Z[ ID] Interval Transfer Bandwidth
39342025-01-11T04:42:36.852Z[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
39352025-01-11T04:42:36.852Z[ 7] 0.00-1.00 sec 12.3 MBytes 104 Mbits/sec
39362025-01-11T04:42:36.852Z[ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
39372025-01-11T04:42:36.852Z[ 11] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
39382025-01-11T04:42:36.852Z[ 13] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
39392025-01-11T04:42:36.852Z[ 15] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
39402025-01-11T04:42:36.852Z[ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
39412025-01-11T04:42:36.852Z[ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
39422025-01-11T04:42:36.852Z[SUM] 0.00-1.00 sec 98.7 MBytes 828 Mbits/sec
39432025-01-11T04:42:36.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
39442025-01-11T04:42:36.852Z[ 5] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
39452025-01-11T04:42:36.852Z[ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
39462025-01-11T04:42:36.852Z[ 9] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
39472025-01-11T04:42:36.852Z[ 11] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
39482025-01-11T04:42:36.852Z[ 13] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
39492025-01-11T04:42:36.852Z[ 15] 1.00-2.00 sec 12.8 MBytes 108 Mbits/sec
39502025-01-11T04:42:36.852Z[ 17] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
39512025-01-11T04:42:36.852Z[ 19] 1.00-2.00 sec 12.7 MBytes 107 Mbits/sec
39522025-01-11T04:42:36.852Z[SUM] 1.00-2.00 sec 102 MBytes 857 Mbits/sec
39532025-01-11T04:42:36.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
39542025-01-11T04:42:36.852Z[ 5] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
39552025-01-11T04:42:36.852Z[ 7] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
39562025-01-11T04:42:36.852Z[ 9] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
39572025-01-11T04:42:36.852Z[ 11] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
39582025-01-11T04:42:36.852Z[ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
39592025-01-11T04:42:36.852Z[ 15] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
39602025-01-11T04:42:36.852Z[ 17] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
39612025-01-11T04:42:36.852Z[ 19] 2.00-3.00 sec 12.8 MBytes 108 Mbits/sec
39622025-01-11T04:42:36.852Z[SUM] 2.00-3.00 sec 102 MBytes 859 Mbits/sec
39632025-01-11T04:42:36.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
39642025-01-11T04:42:36.852Z[ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
39652025-01-11T04:42:36.852Z[ 7] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
39662025-01-11T04:42:36.853Z[ 9] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
39672025-01-11T04:42:36.853Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
39682025-01-11T04:42:36.853Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
39692025-01-11T04:42:36.853Z[ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
39702025-01-11T04:42:36.853Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
39712025-01-11T04:42:36.853Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
39722025-01-11T04:42:36.854Z[SUM] 3.00-4.00 sec 104 MBytes 869 Mbits/sec
39732025-01-11T04:42:36.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
39742025-01-11T04:42:36.854Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
39752025-01-11T04:42:36.854Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
39762025-01-11T04:42:36.854Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
39772025-01-11T04:42:36.854Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
39782025-01-11T04:42:36.854Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
39792025-01-11T04:42:36.854Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
39802025-01-11T04:42:36.855Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
39812025-01-11T04:42:36.855Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
39822025-01-11T04:42:36.855Z[SUM] 4.00-5.00 sec 104 MBytes 874 Mbits/sec
39832025-01-11T04:42:36.855Z- - - - - - - - - - - - - - - - - - - - - - - - -
39842025-01-11T04:42:36.855Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
39852025-01-11T04:42:36.857Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
39862025-01-11T04:42:36.857Z[ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
39872025-01-11T04:42:36.857Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
39882025-01-11T04:42:36.857Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
39892025-01-11T04:42:36.858Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
39902025-01-11T04:42:36.858Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
39912025-01-11T04:42:36.858Z[ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
39922025-01-11T04:42:36.858Z[SUM] 5.00-6.00 sec 104 MBytes 874 Mbits/sec
39932025-01-11T04:42:36.858Z- - - - - - - - - - - - - - - - - - - - - - - - -
39942025-01-11T04:42:36.858Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
39952025-01-11T04:42:36.858Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
39962025-01-11T04:42:36.858Z[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
39972025-01-11T04:42:39.966Z[ 11] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
39982025-01-11T04:42:39.966Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
39992025-01-11T04:42:39.966Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
40002025-01-11T04:42:39.966Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
40012025-01-11T04:42:39.966Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
40022025-01-11T04:42:39.967Z[SUM] 6.00-7.00 sec 105 MBytes 882 Mbits/sec
40032025-01-11T04:42:39.967Z- - - - - - - - - - - - - - - - - - - - - - - - -
40042025-01-11T04:42:39.967Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
40052025-01-11T04:42:39.967Z[ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
40062025-01-11T04:42:39.967Z[ 9] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
40072025-01-11T04:42:39.968Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
40082025-01-11T04:42:39.968Z[ 13] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
40092025-01-11T04:42:39.968Z[ 15] 7.00-8.00 sec 13.3 MBytes 111 Mbits/sec
40102025-01-11T04:42:39.968Z[ 17] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
40112025-01-11T04:42:39.968Z[ 19] 7.00-8.00 sec 13.2 MBytes 111 Mbits/sec
40122025-01-11T04:42:39.968Z[SUM] 7.00-8.00 sec 106 MBytes 885 Mbits/sec
40132025-01-11T04:42:39.968Z- - - - - - - - - - - - - - - - - - - - - - - - -
40142025-01-11T04:42:39.968Z[ 5] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
40152025-01-11T04:42:39.968Z[ 7] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
40162025-01-11T04:42:39.968Z[ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
40172025-01-11T04:42:39.968Z[ 11] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
40182025-01-11T04:42:39.968Z[ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
40192025-01-11T04:42:39.968Z[ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
40202025-01-11T04:42:39.968Z[ 17] 8.00-9.00 sec 13.2 MBytes 110 Mbits/sec
40212025-01-11T04:42:39.968Z[ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
40222025-01-11T04:42:39.968Z[SUM] 8.00-9.00 sec 105 MBytes 883 Mbits/sec
40232025-01-11T04:42:39.968Z- - - - - - - - - - - - - - - - - - - - - - - - -
40242025-01-11T04:42:39.969Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
40252025-01-11T04:42:39.969Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
40262025-01-11T04:42:39.969Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
40272025-01-11T04:42:39.969Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
40282025-01-11T04:42:39.969Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
40292025-01-11T04:42:39.969Z[ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
40302025-01-11T04:42:39.969Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
40312025-01-11T04:42:39.971Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
40322025-01-11T04:42:39.971Z[SUM] 9.00-10.00 sec 104 MBytes 874 Mbits/sec
40332025-01-11T04:42:39.971Z- - - - - - - - - - - - - - - - - - - - - - - - -
40342025-01-11T04:42:39.971Z[ 5] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
40352025-01-11T04:42:39.971Z[ 7] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
40362025-01-11T04:42:39.971Z[ 9] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
40372025-01-11T04:42:39.971Z[ 11] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
40382025-01-11T04:42:39.971Z[ 13] 10.00-10.00 sec 56.6 KBytes 156 Mbits/sec
40392025-01-11T04:42:39.971Z[ 15] 10.00-10.00 sec 99.0 KBytes 273 Mbits/sec
40402025-01-11T04:42:39.971Z[ 17] 10.00-10.00 sec 113 KBytes 312 Mbits/sec
40412025-01-11T04:42:39.971Z[ 19] 10.00-10.00 sec 113 KBytes 312 Mbits/sec
40422025-01-11T04:42:39.971Z[SUM] 10.00-10.00 sec 608 KBytes 1.68 Gbits/sec
40432025-01-11T04:42:39.971Z- - - - - - - - - - - - - - - - - - - - - - - - -
40442025-01-11T04:42:39.971Z[ ID] Interval Transfer Bandwidth
40452025-01-11T04:42:39.971Z[ 5] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
40462025-01-11T04:42:39.971Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40472025-01-11T04:42:39.971Z[ 7] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
40482025-01-11T04:42:39.971Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40492025-01-11T04:42:39.971Z[ 9] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
40502025-01-11T04:42:39.971Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40512025-01-11T04:42:39.971Z[ 11] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
40522025-01-11T04:42:39.971Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40532025-01-11T04:42:39.971Z[ 13] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
40542025-01-11T04:42:39.973Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40552025-01-11T04:42:39.973Z[ 15] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
40562025-01-11T04:42:39.973Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40572025-01-11T04:42:39.973Z[ 17] 0.00-10.00 sec 130 MBytes 109 Mbits/sec sender
40582025-01-11T04:42:39.973Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40592025-01-11T04:42:39.973Z[ 19] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
40602025-01-11T04:42:39.973Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40612025-01-11T04:42:39.973Z[SUM] 0.00-10.00 sec 1.01 GBytes 869 Mbits/sec sender
40622025-01-11T04:42:39.976Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40632025-01-11T04:42:39.976ZRun 3/10...869.063303984914Mbps
40642025-01-11T04:42:47.002Z-----------------------------------------------------------
40652025-01-11T04:42:47.002ZServer listening on 5201
40662025-01-11T04:42:47.002Z-----------------------------------------------------------
40672025-01-11T04:42:47.002ZAccepted connection from 10.0.0.1, port 55698
40682025-01-11T04:42:47.002Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63445
40692025-01-11T04:42:47.002Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33138
40702025-01-11T04:42:47.002Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42398
40712025-01-11T04:42:47.002Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40870
40722025-01-11T04:42:47.002Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60378
40732025-01-11T04:42:47.002Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52795
40742025-01-11T04:42:47.002Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64588
40752025-01-11T04:42:47.002Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48206
40762025-01-11T04:42:47.002Z[ ID] Interval Transfer Bandwidth
40772025-01-11T04:42:47.002Z[ 5] 0.00-1.00 sec 11.8 MBytes 99.4 Mbits/sec
40782025-01-11T04:42:47.002Z[ 7] 0.00-1.00 sec 11.8 MBytes 99.2 Mbits/sec
40792025-01-11T04:42:47.002Z[ 9] 0.00-1.00 sec 11.8 MBytes 99.0 Mbits/sec
40802025-01-11T04:42:47.003Z[ 11] 0.00-1.00 sec 11.7 MBytes 98.3 Mbits/sec
40812025-01-11T04:42:47.003Z[ 13] 0.00-1.00 sec 11.8 MBytes 98.7 Mbits/sec
40822025-01-11T04:42:47.003Z[ 15] 0.00-1.00 sec 11.7 MBytes 98.5 Mbits/sec
40832025-01-11T04:42:47.003Z[ 17] 0.00-1.00 sec 11.7 MBytes 98.0 Mbits/sec
40842025-01-11T04:42:47.003Z[ 19] 0.00-1.00 sec 11.7 MBytes 98.1 Mbits/sec
40852025-01-11T04:42:47.003Z[SUM] 0.00-1.00 sec 94.1 MBytes 789 Mbits/sec
40862025-01-11T04:42:47.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
40872025-01-11T04:42:47.004Z[ 5] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40882025-01-11T04:42:47.004Z[ 7] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40892025-01-11T04:42:47.004Z[ 9] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40902025-01-11T04:42:47.004Z[ 11] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40912025-01-11T04:42:47.004Z[ 13] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40922025-01-11T04:42:47.004Z[ 15] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40932025-01-11T04:42:47.004Z[ 17] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40942025-01-11T04:42:47.004Z[ 19] 1.00-2.00 sec 12.8 MBytes 107 Mbits/sec
40952025-01-11T04:42:47.004Z[SUM] 1.00-2.00 sec 102 MBytes 857 Mbits/sec
40962025-01-11T04:42:47.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
40972025-01-11T04:42:47.004Z[ 5] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec
40982025-01-11T04:42:47.004Z[ 7] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec
40992025-01-11T04:42:47.004Z[ 9] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
41002025-01-11T04:42:47.004Z[ 11] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec
41012025-01-11T04:42:47.004Z[ 13] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec
41022025-01-11T04:42:47.004Z[ 15] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec
41032025-01-11T04:42:47.004Z[ 17] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
41042025-01-11T04:42:47.004Z[ 19] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
41052025-01-11T04:42:47.004Z[SUM] 2.00-3.00 sec 102 MBytes 853 Mbits/sec
41062025-01-11T04:42:47.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
41072025-01-11T04:42:47.004Z[ 5] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
41082025-01-11T04:42:47.004Z[ 7] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
41092025-01-11T04:42:47.004Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
41102025-01-11T04:42:47.005Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
41112025-01-11T04:42:47.005Z[ 13] 3.00-4.00 sec 12.8 MBytes 108 Mbits/sec
41122025-01-11T04:42:47.005Z[ 15] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
41132025-01-11T04:42:47.005Z[ 17] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
41142025-01-11T04:42:47.005Z[ 19] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
41152025-01-11T04:42:47.005Z[SUM] 3.00-4.00 sec 103 MBytes 866 Mbits/sec
41162025-01-11T04:42:47.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
41172025-01-11T04:42:47.005Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
41182025-01-11T04:42:47.005Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
41192025-01-11T04:42:47.005Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
41202025-01-11T04:42:47.005Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
41212025-01-11T04:42:47.005Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
41222025-01-11T04:42:47.005Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
41232025-01-11T04:42:47.005Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
41242025-01-11T04:42:47.005Z[ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
41252025-01-11T04:42:47.006Z[SUM] 4.00-5.00 sec 105 MBytes 878 Mbits/sec
41262025-01-11T04:42:47.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
41272025-01-11T04:42:47.006Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
41282025-01-11T04:42:47.006Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
41292025-01-11T04:42:47.006Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
41302025-01-11T04:42:47.006Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
41312025-01-11T04:42:47.006Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
41322025-01-11T04:42:47.006Z[ 15] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
41332025-01-11T04:42:47.006Z[ 17] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
41342025-01-11T04:42:47.006Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
41352025-01-11T04:42:47.006Z[SUM] 5.00-6.00 sec 105 MBytes 880 Mbits/sec
41362025-01-11T04:42:47.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
41372025-01-11T04:42:47.006Z[ 5] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
41382025-01-11T04:42:47.006Z[ 7] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
41392025-01-11T04:42:47.006Z[ 9] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
41402025-01-11T04:42:50.117Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
41412025-01-11T04:42:50.117Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
41422025-01-11T04:42:50.117Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
41432025-01-11T04:42:50.117Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
41442025-01-11T04:42:50.117Z[ 19] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec
41452025-01-11T04:42:50.117Z[SUM] 6.00-7.00 sec 105 MBytes 883 Mbits/sec
41462025-01-11T04:42:50.117Z- - - - - - - - - - - - - - - - - - - - - - - - -
41472025-01-11T04:42:50.117Z[ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
41482025-01-11T04:42:50.117Z[ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
41492025-01-11T04:42:50.117Z[ 9] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec
41502025-01-11T04:42:50.118Z[ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
41512025-01-11T04:42:50.118Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
41522025-01-11T04:42:50.118Z[ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
41532025-01-11T04:42:50.118Z[ 17] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
41542025-01-11T04:42:50.118Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
41552025-01-11T04:42:50.118Z[SUM] 7.00-8.00 sec 103 MBytes 864 Mbits/sec
41562025-01-11T04:42:50.118Z- - - - - - - - - - - - - - - - - - - - - - - - -
41572025-01-11T04:42:50.118Z[ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
41582025-01-11T04:42:50.118Z[ 7] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
41592025-01-11T04:42:50.118Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
41602025-01-11T04:42:50.118Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
41612025-01-11T04:42:50.118Z[ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
41622025-01-11T04:42:50.118Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
41632025-01-11T04:42:50.118Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
41642025-01-11T04:42:50.118Z[ 19] 8.00-9.00 sec 12.9 MBytes 109 Mbits/sec
41652025-01-11T04:42:50.118Z[SUM] 8.00-9.00 sec 104 MBytes 870 Mbits/sec
41662025-01-11T04:42:50.118Z- - - - - - - - - - - - - - - - - - - - - - - - -
41672025-01-11T04:42:50.118Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
41682025-01-11T04:42:50.118Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
41692025-01-11T04:42:50.118Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
41702025-01-11T04:42:50.118Z[ 11] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
41712025-01-11T04:42:50.119Z[ 13] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
41722025-01-11T04:42:50.119Z[ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
41732025-01-11T04:42:50.119Z[ 17] 9.00-10.00 sec 12.9 MBytes 109 Mbits/sec
41742025-01-11T04:42:50.119Z[ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
41752025-01-11T04:42:50.122Z[SUM] 9.00-10.00 sec 104 MBytes 869 Mbits/sec
41762025-01-11T04:42:50.123Z- - - - - - - - - - - - - - - - - - - - - - - - -
41772025-01-11T04:42:50.123Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41782025-01-11T04:42:50.123Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41792025-01-11T04:42:50.123Z[ 9] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec
41802025-01-11T04:42:50.123Z[ 11] 10.00-10.00 sec 113 KBytes 246 Mbits/sec
41812025-01-11T04:42:50.123Z[ 13] 10.00-10.00 sec 113 KBytes 246 Mbits/sec
41822025-01-11T04:42:50.123Z[ 15] 10.00-10.00 sec 113 KBytes 246 Mbits/sec
41832025-01-11T04:42:50.123Z[ 17] 10.00-10.00 sec 113 KBytes 246 Mbits/sec
41842025-01-11T04:42:50.123Z[ 19] 10.00-10.00 sec 56.6 KBytes 123 Mbits/sec
41852025-01-11T04:42:50.123Z[SUM] 10.00-10.00 sec 566 KBytes 1.23 Gbits/sec
41862025-01-11T04:42:50.123Z- - - - - - - - - - - - - - - - - - - - - - - - -
41872025-01-11T04:42:50.123Z[ ID] Interval Transfer Bandwidth
41882025-01-11T04:42:50.123Z[ 5] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
41892025-01-11T04:42:50.123Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41902025-01-11T04:42:50.123Z[ 7] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
41912025-01-11T04:42:50.123Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41922025-01-11T04:42:50.123Z[ 9] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
41932025-01-11T04:42:50.123Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41942025-01-11T04:42:50.123Z[ 11] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
41952025-01-11T04:42:50.123Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41962025-01-11T04:42:50.123Z[ 13] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
41972025-01-11T04:42:50.124Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
41982025-01-11T04:42:50.124Z[ 15] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
41992025-01-11T04:42:50.124Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42002025-01-11T04:42:50.124Z[ 17] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
42012025-01-11T04:42:50.124Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42022025-01-11T04:42:50.124Z[ 19] 0.00-10.00 sec 128 MBytes 108 Mbits/sec sender
42032025-01-11T04:42:50.124Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42042025-01-11T04:42:50.124Z[SUM] 0.00-10.00 sec 1.00 GBytes 861 Mbits/sec sender
42052025-01-11T04:42:50.124Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42062025-01-11T04:42:50.124ZRun 4/10...861.430595793591Mbps
42072025-01-11T04:42:57.154Z-----------------------------------------------------------
42082025-01-11T04:42:57.154ZServer listening on 5201
42092025-01-11T04:42:57.154Z-----------------------------------------------------------
42102025-01-11T04:42:57.155ZAccepted connection from 10.0.0.1, port 34560
42112025-01-11T04:42:57.155Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48289
42122025-01-11T04:42:57.155Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62416
42132025-01-11T04:42:57.155Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36175
42142025-01-11T04:42:57.155Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55616
42152025-01-11T04:42:57.155Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60785
42162025-01-11T04:42:57.155Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48589
42172025-01-11T04:42:57.155Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59136
42182025-01-11T04:42:57.155Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37483
42192025-01-11T04:42:57.155Z[ ID] Interval Transfer Bandwidth
42202025-01-11T04:42:57.155Z[ 5] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
42212025-01-11T04:42:57.156Z[ 7] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
42222025-01-11T04:42:57.156Z[ 9] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
42232025-01-11T04:42:57.156Z[ 11] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
42242025-01-11T04:42:57.156Z[ 13] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
42252025-01-11T04:42:57.156Z[ 15] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
42262025-01-11T04:42:57.156Z[ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
42272025-01-11T04:42:57.156Z[ 19] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
42282025-01-11T04:42:57.156Z[SUM] 0.00-1.00 sec 97.9 MBytes 821 Mbits/sec
42292025-01-11T04:42:57.156Z- - - - - - - - - - - - - - - - - - - - - - - - -
42302025-01-11T04:42:57.156Z[ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
42312025-01-11T04:42:57.156Z[ 7] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
42322025-01-11T04:42:57.156Z[ 9] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
42332025-01-11T04:42:57.156Z[ 11] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
42342025-01-11T04:42:57.156Z[ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
42352025-01-11T04:42:57.156Z[ 15] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
42362025-01-11T04:42:57.156Z[ 17] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
42372025-01-11T04:42:57.157Z[ 19] 1.00-2.00 sec 13.2 MBytes 111 Mbits/sec
42382025-01-11T04:42:57.157Z[SUM] 1.00-2.00 sec 106 MBytes 887 Mbits/sec
42392025-01-11T04:42:57.157Z- - - - - - - - - - - - - - - - - - - - - - - - -
42402025-01-11T04:42:57.157Z[ 5] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
42412025-01-11T04:42:57.157Z[ 7] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec
42422025-01-11T04:42:57.157Z[ 9] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
42432025-01-11T04:42:57.157Z[ 11] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
42442025-01-11T04:42:57.157Z[ 13] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
42452025-01-11T04:42:57.157Z[ 15] 2.00-3.00 sec 12.8 MBytes 107 Mbits/sec
42462025-01-11T04:42:57.157Z[ 17] 2.00-3.00 sec 12.7 MBytes 107 Mbits/sec
42472025-01-11T04:42:57.157Z[ 19] 2.00-3.00 sec 12.6 MBytes 106 Mbits/sec
42482025-01-11T04:42:57.157Z[SUM] 2.00-3.00 sec 102 MBytes 854 Mbits/sec
42492025-01-11T04:42:57.157Z- - - - - - - - - - - - - - - - - - - - - - - - -
42502025-01-11T04:42:57.157Z[ 5] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec
42512025-01-11T04:42:57.157Z[ 7] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec
42522025-01-11T04:42:57.157Z[ 9] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec
42532025-01-11T04:42:57.157Z[ 11] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec
42542025-01-11T04:42:57.158Z[ 13] 3.00-4.00 sec 12.6 MBytes 106 Mbits/sec
42552025-01-11T04:42:57.158Z[ 15] 3.00-4.00 sec 12.7 MBytes 106 Mbits/sec
42562025-01-11T04:42:57.158Z[ 17] 3.00-4.00 sec 12.7 MBytes 106 Mbits/sec
42572025-01-11T04:42:57.158Z[ 19] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec
42582025-01-11T04:42:57.158Z[SUM] 3.00-4.00 sec 101 MBytes 850 Mbits/sec
42592025-01-11T04:42:57.158Z- - - - - - - - - - - - - - - - - - - - - - - - -
42602025-01-11T04:42:57.158Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42612025-01-11T04:42:57.158Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42622025-01-11T04:42:57.158Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42632025-01-11T04:42:57.158Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42642025-01-11T04:42:57.158Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42652025-01-11T04:42:57.158Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42662025-01-11T04:42:57.158Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42672025-01-11T04:42:57.158Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
42682025-01-11T04:42:57.158Z[SUM] 4.00-5.00 sec 104 MBytes 873 Mbits/sec
42692025-01-11T04:42:57.158Z- - - - - - - - - - - - - - - - - - - - - - - - -
42702025-01-11T04:42:57.158Z[ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
42712025-01-11T04:42:57.158Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
42722025-01-11T04:42:57.158Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
42732025-01-11T04:42:57.158Z[ 11] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
42742025-01-11T04:42:57.158Z[ 13] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
42752025-01-11T04:42:57.158Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
42762025-01-11T04:42:57.158Z[ 17] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
42772025-01-11T04:42:57.158Z[ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
42782025-01-11T04:42:57.158Z[SUM] 5.00-6.00 sec 105 MBytes 877 Mbits/sec
42792025-01-11T04:42:57.158Z- - - - - - - - - - - - - - - - - - - - - - - - -
42802025-01-11T04:42:57.158Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
42812025-01-11T04:42:57.158Z[ 7] 6.00-7.00 sec 13.2 MBytes 110 Mbits/sec
42822025-01-11T04:42:57.158Z[ 9] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
42832025-01-11T04:43:00.378Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
42842025-01-11T04:43:00.378Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
42852025-01-11T04:43:00.378Z[ 15] 6.00-7.00 sec 13.2 MBytes 111 Mbits/sec
42862025-01-11T04:43:00.378Z[ 17] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
42872025-01-11T04:43:00.378Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
42882025-01-11T04:43:00.378Z[SUM] 6.00-7.00 sec 105 MBytes 883 Mbits/sec
42892025-01-11T04:43:00.380Z- - - - - - - - - - - - - - - - - - - - - - - - -
42902025-01-11T04:43:00.380Z[ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
42912025-01-11T04:43:00.380Z[ 7] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
42922025-01-11T04:43:00.380Z[ 9] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
42932025-01-11T04:43:00.380Z[ 11] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
42942025-01-11T04:43:00.380Z[ 13] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
42952025-01-11T04:43:00.380Z[ 15] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
42962025-01-11T04:43:00.380Z[ 17] 7.00-8.00 sec 13.2 MBytes 110 Mbits/sec
42972025-01-11T04:43:00.380Z[ 19] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
42982025-01-11T04:43:00.380Z[SUM] 7.00-8.00 sec 105 MBytes 880 Mbits/sec
42992025-01-11T04:43:00.380Z- - - - - - - - - - - - - - - - - - - - - - - - -
43002025-01-11T04:43:00.380Z[ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
43012025-01-11T04:43:00.380Z[ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
43022025-01-11T04:43:00.380Z[ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
43032025-01-11T04:43:00.381Z[ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
43042025-01-11T04:43:00.381Z[ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
43052025-01-11T04:43:00.381Z[ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
43062025-01-11T04:43:00.381Z[ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
43072025-01-11T04:43:00.381Z[ 19] 8.00-9.00 sec 13.2 MBytes 111 Mbits/sec
43082025-01-11T04:43:00.381Z[SUM] 8.00-9.00 sec 105 MBytes 882 Mbits/sec
43092025-01-11T04:43:00.381Z- - - - - - - - - - - - - - - - - - - - - - - - -
43102025-01-11T04:43:00.381Z[ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
43112025-01-11T04:43:00.381Z[ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
43122025-01-11T04:43:00.381Z[ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
43132025-01-11T04:43:00.381Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
43142025-01-11T04:43:00.381Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
43152025-01-11T04:43:00.381Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
43162025-01-11T04:43:00.381Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
43172025-01-11T04:43:00.381Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
43182025-01-11T04:43:00.381Z[SUM] 9.00-10.00 sec 105 MBytes 877 Mbits/sec
43192025-01-11T04:43:00.381Z- - - - - - - - - - - - - - - - - - - - - - - - -
43202025-01-11T04:43:00.381Z[ 5] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec
43212025-01-11T04:43:00.381Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43222025-01-11T04:43:00.381Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43232025-01-11T04:43:00.381Z[ 11] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec
43242025-01-11T04:43:00.381Z[ 13] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec
43252025-01-11T04:43:00.381Z[ 15] 10.00-10.00 sec 113 KBytes 248 Mbits/sec
43262025-01-11T04:43:00.381Z[ 17] 10.00-10.00 sec 113 KBytes 248 Mbits/sec
43272025-01-11T04:43:00.381Z[ 19] 10.00-10.00 sec 113 KBytes 248 Mbits/sec
43282025-01-11T04:43:00.381Z[SUM] 10.00-10.00 sec 509 KBytes 1.11 Gbits/sec
43292025-01-11T04:43:00.381Z- - - - - - - - - - - - - - - - - - - - - - - - -
43302025-01-11T04:43:00.381Z[ ID] Interval Transfer Bandwidth
43312025-01-11T04:43:00.381Z[ 5] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43322025-01-11T04:43:00.381Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43332025-01-11T04:43:00.381Z[ 7] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43342025-01-11T04:43:00.381Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43352025-01-11T04:43:00.381Z[ 9] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43362025-01-11T04:43:00.381Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43372025-01-11T04:43:00.382Z[ 11] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43382025-01-11T04:43:00.382Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43392025-01-11T04:43:00.382Z[ 13] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43402025-01-11T04:43:00.382Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43412025-01-11T04:43:00.382Z[ 15] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43422025-01-11T04:43:00.382Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43432025-01-11T04:43:00.382Z[ 17] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43442025-01-11T04:43:00.382Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43452025-01-11T04:43:00.382Z[ 19] 0.00-10.00 sec 129 MBytes 109 Mbits/sec sender
43462025-01-11T04:43:00.382Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43472025-01-11T04:43:00.382Z[SUM] 0.00-10.00 sec 1.01 GBytes 868 Mbits/sec sender
43482025-01-11T04:43:00.382Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43492025-01-11T04:43:00.385ZRun 5/10...868.762555321258Mbps
43502025-01-11T04:43:07.414Z-----------------------------------------------------------
43512025-01-11T04:43:07.414ZServer listening on 5201
43522025-01-11T04:43:07.414Z-----------------------------------------------------------
43532025-01-11T04:43:07.414ZAccepted connection from 10.0.0.1, port 49405
43542025-01-11T04:43:07.414Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59292
43552025-01-11T04:43:07.415Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50685
43562025-01-11T04:43:07.415Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59038
43572025-01-11T04:43:07.415Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33535
43582025-01-11T04:43:07.415Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61652
43592025-01-11T04:43:07.415Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44196
43602025-01-11T04:43:07.415Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63170
43612025-01-11T04:43:07.415Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44757
43622025-01-11T04:43:07.415Z[ ID] Interval Transfer Bandwidth
43632025-01-11T04:43:07.415Z[ 5] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
43642025-01-11T04:43:07.415Z[ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
43652025-01-11T04:43:07.415Z[ 9] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
43662025-01-11T04:43:07.415Z[ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
43672025-01-11T04:43:07.415Z[ 13] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
43682025-01-11T04:43:07.415Z[ 15] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
43692025-01-11T04:43:07.415Z[ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
43702025-01-11T04:43:07.415Z[ 19] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
43712025-01-11T04:43:07.415Z[SUM] 0.00-1.00 sec 98.8 MBytes 828 Mbits/sec
43722025-01-11T04:43:07.415Z- - - - - - - - - - - - - - - - - - - - - - - - -
43732025-01-11T04:43:07.416Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
43742025-01-11T04:43:07.416Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
43752025-01-11T04:43:07.416Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
43762025-01-11T04:43:07.416Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
43772025-01-11T04:43:07.416Z[ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
43782025-01-11T04:43:07.416Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
43792025-01-11T04:43:07.416Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
43802025-01-11T04:43:07.416Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
43812025-01-11T04:43:07.416Z[SUM] 1.00-2.00 sec 105 MBytes 881 Mbits/sec
43822025-01-11T04:43:07.416Z- - - - - - - - - - - - - - - - - - - - - - - - -
43832025-01-11T04:43:07.416Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43842025-01-11T04:43:07.416Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43852025-01-11T04:43:07.416Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43862025-01-11T04:43:07.416Z[ 11] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43872025-01-11T04:43:07.416Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43882025-01-11T04:43:07.416Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
43892025-01-11T04:43:07.416Z[ 17] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43902025-01-11T04:43:07.416Z[ 19] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
43912025-01-11T04:43:07.416Z[SUM] 2.00-3.00 sec 105 MBytes 880 Mbits/sec
43922025-01-11T04:43:07.416Z- - - - - - - - - - - - - - - - - - - - - - - - -
43932025-01-11T04:43:07.416Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43942025-01-11T04:43:07.416Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43952025-01-11T04:43:07.416Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43962025-01-11T04:43:07.417Z[ 11] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43972025-01-11T04:43:07.419Z[ 13] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
43982025-01-11T04:43:07.419Z[ 15] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
43992025-01-11T04:43:07.419Z[ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
44002025-01-11T04:43:07.419Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
44012025-01-11T04:43:07.419Z[SUM] 3.00-4.00 sec 104 MBytes 875 Mbits/sec
44022025-01-11T04:43:07.419Z- - - - - - - - - - - - - - - - - - - - - - - - -
44032025-01-11T04:43:07.419Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
44042025-01-11T04:43:07.419Z[ 7] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
44052025-01-11T04:43:07.419Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
44062025-01-11T04:43:07.419Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
44072025-01-11T04:43:07.419Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
44082025-01-11T04:43:07.419Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
44092025-01-11T04:43:07.419Z[ 17] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
44102025-01-11T04:43:07.419Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
44112025-01-11T04:43:07.419Z[SUM] 4.00-5.00 sec 104 MBytes 874 Mbits/sec
44122025-01-11T04:43:07.419Z- - - - - - - - - - - - - - - - - - - - - - - - -
44132025-01-11T04:43:07.419Z[ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44142025-01-11T04:43:07.419Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44152025-01-11T04:43:07.419Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
44162025-01-11T04:43:07.419Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44172025-01-11T04:43:07.419Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44182025-01-11T04:43:07.419Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44192025-01-11T04:43:07.419Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44202025-01-11T04:43:07.419Z[ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
44212025-01-11T04:43:07.419Z[SUM] 5.00-6.00 sec 104 MBytes 873 Mbits/sec
44222025-01-11T04:43:07.419Z- - - - - - - - - - - - - - - - - - - - - - - - -
44232025-01-11T04:43:07.419Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
44242025-01-11T04:43:07.419Z[ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
44252025-01-11T04:43:07.420Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
44262025-01-11T04:43:10.529Z[ 11] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44272025-01-11T04:43:10.529Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
44282025-01-11T04:43:10.529Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44292025-01-11T04:43:10.529Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
44302025-01-11T04:43:10.529Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
44312025-01-11T04:43:10.529Z[SUM] 6.00-7.00 sec 104 MBytes 875 Mbits/sec
44322025-01-11T04:43:10.529Z- - - - - - - - - - - - - - - - - - - - - - - - -
44332025-01-11T04:43:10.529Z[ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
44342025-01-11T04:43:10.529Z[ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
44352025-01-11T04:43:10.529Z[ 9] 7.00-8.00 sec 12.6 MBytes 106 Mbits/sec
44362025-01-11T04:43:10.529Z[ 11] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec
44372025-01-11T04:43:10.529Z[ 13] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
44382025-01-11T04:43:10.529Z[ 15] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
44392025-01-11T04:43:10.529Z[ 17] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
44402025-01-11T04:43:10.529Z[ 19] 7.00-8.00 sec 12.7 MBytes 106 Mbits/sec
44412025-01-11T04:43:10.529Z[SUM] 7.00-8.00 sec 102 MBytes 853 Mbits/sec
44422025-01-11T04:43:10.529Z- - - - - - - - - - - - - - - - - - - - - - - - -
44432025-01-11T04:43:10.529Z[ 5] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec
44442025-01-11T04:43:10.530Z[ 7] 8.00-9.00 sec 12.5 MBytes 105 Mbits/sec
44452025-01-11T04:43:10.530Z[ 9] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec
44462025-01-11T04:43:10.530Z[ 11] 8.00-9.00 sec 12.7 MBytes 106 Mbits/sec
44472025-01-11T04:43:10.530Z[ 13] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec
44482025-01-11T04:43:10.530Z[ 15] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec
44492025-01-11T04:43:10.530Z[ 17] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec
44502025-01-11T04:43:10.530Z[ 19] 8.00-9.00 sec 12.6 MBytes 106 Mbits/sec
44512025-01-11T04:43:10.530Z[SUM] 8.00-9.00 sec 101 MBytes 846 Mbits/sec
44522025-01-11T04:43:10.530Z- - - - - - - - - - - - - - - - - - - - - - - - -
44532025-01-11T04:43:10.530Z[ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
44542025-01-11T04:43:10.530Z[ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
44552025-01-11T04:43:10.530Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44562025-01-11T04:43:10.530Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44572025-01-11T04:43:10.530Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44582025-01-11T04:43:10.531Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44592025-01-11T04:43:10.531Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44602025-01-11T04:43:10.531Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
44612025-01-11T04:43:10.531Z[SUM] 9.00-10.00 sec 104 MBytes 875 Mbits/sec
44622025-01-11T04:43:10.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
44632025-01-11T04:43:10.531Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44642025-01-11T04:43:10.531Z[ 7] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec
44652025-01-11T04:43:10.531Z[ 9] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec
44662025-01-11T04:43:10.531Z[ 11] 10.00-10.00 sec 113 KBytes 252 Mbits/sec
44672025-01-11T04:43:10.531Z[ 13] 10.00-10.00 sec 113 KBytes 252 Mbits/sec
44682025-01-11T04:43:10.531Z[ 15] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec
44692025-01-11T04:43:10.531Z[ 17] 10.00-10.00 sec 56.6 KBytes 126 Mbits/sec
44702025-01-11T04:43:10.531Z[ 19] 10.00-10.00 sec 113 KBytes 252 Mbits/sec
44712025-01-11T04:43:10.531Z[SUM] 10.00-10.00 sec 566 KBytes 1.26 Gbits/sec
44722025-01-11T04:43:10.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
44732025-01-11T04:43:10.531Z[ ID] Interval Transfer Bandwidth
44742025-01-11T04:43:10.531Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44752025-01-11T04:43:10.531Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44762025-01-11T04:43:10.531Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44772025-01-11T04:43:10.531Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44782025-01-11T04:43:10.531Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44792025-01-11T04:43:10.531Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44802025-01-11T04:43:10.531Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44812025-01-11T04:43:10.532Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44822025-01-11T04:43:10.532Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44832025-01-11T04:43:10.532Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44842025-01-11T04:43:10.532Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44852025-01-11T04:43:10.532Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44862025-01-11T04:43:10.532Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44872025-01-11T04:43:10.532Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44882025-01-11T04:43:10.532Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
44892025-01-11T04:43:10.532Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44902025-01-11T04:43:10.532Z[SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender
44912025-01-11T04:43:10.532Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44922025-01-11T04:43:10.535ZRun 6/10...866.4363319740389Mbps
44932025-01-11T04:43:17.564Z-----------------------------------------------------------
44942025-01-11T04:43:17.564ZServer listening on 5201
44952025-01-11T04:43:17.564Z-----------------------------------------------------------
44962025-01-11T04:43:17.564ZAccepted connection from 10.0.0.1, port 46446
44972025-01-11T04:43:17.564Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45869
44982025-01-11T04:43:17.564Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35107
44992025-01-11T04:43:17.564Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56215
45002025-01-11T04:43:17.564Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50895
45012025-01-11T04:43:17.564Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33296
45022025-01-11T04:43:17.564Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57721
45032025-01-11T04:43:17.564Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58290
45042025-01-11T04:43:17.564Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62014
45052025-01-11T04:43:17.564Z[ ID] Interval Transfer Bandwidth
45062025-01-11T04:43:17.564Z[ 5] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
45072025-01-11T04:43:17.564Z[ 7] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
45082025-01-11T04:43:17.564Z[ 9] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
45092025-01-11T04:43:17.564Z[ 11] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
45102025-01-11T04:43:17.564Z[ 13] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
45112025-01-11T04:43:17.564Z[ 15] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
45122025-01-11T04:43:17.565Z[ 17] 0.00-1.00 sec 12.1 MBytes 101 Mbits/sec
45132025-01-11T04:43:17.565Z[ 19] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
45142025-01-11T04:43:17.565Z[SUM] 0.00-1.00 sec 96.7 MBytes 811 Mbits/sec
45152025-01-11T04:43:17.565Z- - - - - - - - - - - - - - - - - - - - - - - - -
45162025-01-11T04:43:17.565Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45172025-01-11T04:43:17.565Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45182025-01-11T04:43:17.565Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45192025-01-11T04:43:17.565Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45202025-01-11T04:43:17.565Z[ 13] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
45212025-01-11T04:43:17.565Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45222025-01-11T04:43:17.565Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45232025-01-11T04:43:17.565Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
45242025-01-11T04:43:17.565Z[SUM] 1.00-2.00 sec 105 MBytes 881 Mbits/sec
45252025-01-11T04:43:17.565Z- - - - - - - - - - - - - - - - - - - - - - - - -
45262025-01-11T04:43:17.565Z[ 5] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
45272025-01-11T04:43:17.568Z[ 7] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
45282025-01-11T04:43:17.568Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45292025-01-11T04:43:17.568Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45302025-01-11T04:43:17.568Z[ 13] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
45312025-01-11T04:43:17.568Z[ 15] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
45322025-01-11T04:43:17.568Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
45332025-01-11T04:43:17.568Z[ 19] 2.00-3.00 sec 12.9 MBytes 108 Mbits/sec
45342025-01-11T04:43:17.568Z[SUM] 2.00-3.00 sec 103 MBytes 868 Mbits/sec
45352025-01-11T04:43:17.568Z- - - - - - - - - - - - - - - - - - - - - - - - -
45362025-01-11T04:43:17.568Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45372025-01-11T04:43:17.568Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45382025-01-11T04:43:17.568Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45392025-01-11T04:43:17.568Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
45402025-01-11T04:43:17.568Z[ 13] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
45412025-01-11T04:43:17.568Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
45422025-01-11T04:43:17.568Z[ 17] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
45432025-01-11T04:43:17.568Z[ 19] 3.00-4.00 sec 12.9 MBytes 109 Mbits/sec
45442025-01-11T04:43:17.568Z[SUM] 3.00-4.00 sec 104 MBytes 870 Mbits/sec
45452025-01-11T04:43:17.568Z- - - - - - - - - - - - - - - - - - - - - - - - -
45462025-01-11T04:43:17.568Z[ 5] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
45472025-01-11T04:43:17.568Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45482025-01-11T04:43:17.568Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
45492025-01-11T04:43:17.569Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
45502025-01-11T04:43:17.569Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
45512025-01-11T04:43:17.569Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
45522025-01-11T04:43:17.569Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
45532025-01-11T04:43:17.569Z[ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
45542025-01-11T04:43:17.569Z[SUM] 4.00-5.00 sec 105 MBytes 879 Mbits/sec
45552025-01-11T04:43:17.569Z- - - - - - - - - - - - - - - - - - - - - - - - -
45562025-01-11T04:43:17.569Z[ 5] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
45572025-01-11T04:43:17.569Z[ 7] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
45582025-01-11T04:43:17.569Z[ 9] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
45592025-01-11T04:43:17.569Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
45602025-01-11T04:43:17.569Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
45612025-01-11T04:43:17.569Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
45622025-01-11T04:43:17.569Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
45632025-01-11T04:43:17.569Z[ 19] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
45642025-01-11T04:43:17.569Z[SUM] 5.00-6.00 sec 104 MBytes 876 Mbits/sec
45652025-01-11T04:43:17.569Z- - - - - - - - - - - - - - - - - - - - - - - - -
45662025-01-11T04:43:17.569Z[ 5] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45672025-01-11T04:43:17.569Z[ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45682025-01-11T04:43:17.569Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45692025-01-11T04:43:20.680Z[ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45702025-01-11T04:43:20.680Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45712025-01-11T04:43:20.680Z[ 15] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45722025-01-11T04:43:20.680Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45732025-01-11T04:43:20.680Z[ 19] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
45742025-01-11T04:43:20.680Z[SUM] 6.00-7.00 sec 104 MBytes 872 Mbits/sec
45752025-01-11T04:43:20.681Z- - - - - - - - - - - - - - - - - - - - - - - - -
45762025-01-11T04:43:20.681Z[ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45772025-01-11T04:43:20.681Z[ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45782025-01-11T04:43:20.681Z[ 9] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45792025-01-11T04:43:20.681Z[ 11] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45802025-01-11T04:43:20.681Z[ 13] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45812025-01-11T04:43:20.681Z[ 15] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45822025-01-11T04:43:20.681Z[ 17] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45832025-01-11T04:43:20.681Z[ 19] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
45842025-01-11T04:43:20.681Z[SUM] 7.00-8.00 sec 102 MBytes 857 Mbits/sec
45852025-01-11T04:43:20.681Z- - - - - - - - - - - - - - - - - - - - - - - - -
45862025-01-11T04:43:20.681Z[ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45872025-01-11T04:43:20.682Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45882025-01-11T04:43:20.682Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45892025-01-11T04:43:20.682Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45902025-01-11T04:43:20.682Z[ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45912025-01-11T04:43:20.682Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45922025-01-11T04:43:20.682Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45932025-01-11T04:43:20.682Z[ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
45942025-01-11T04:43:20.682Z[SUM] 8.00-9.00 sec 104 MBytes 872 Mbits/sec
45952025-01-11T04:43:20.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
45962025-01-11T04:43:20.682Z[ 5] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
45972025-01-11T04:43:20.682Z[ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
45982025-01-11T04:43:20.682Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
45992025-01-11T04:43:20.682Z[ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
46002025-01-11T04:43:20.682Z[ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
46012025-01-11T04:43:20.682Z[ 15] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
46022025-01-11T04:43:20.682Z[ 17] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
46032025-01-11T04:43:20.682Z[ 19] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
46042025-01-11T04:43:20.682Z[SUM] 9.00-10.00 sec 105 MBytes 879 Mbits/sec
46052025-01-11T04:43:20.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
46062025-01-11T04:43:20.682Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46072025-01-11T04:43:20.683Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46082025-01-11T04:43:20.683Z[ 9] 10.00-10.00 sec 113 KBytes 276 Mbits/sec
46092025-01-11T04:43:20.683Z[ 11] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec
46102025-01-11T04:43:20.683Z[ 13] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec
46112025-01-11T04:43:20.683Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46122025-01-11T04:43:20.683Z[ 17] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec
46132025-01-11T04:43:20.683Z[ 19] 10.00-10.00 sec 56.6 KBytes 138 Mbits/sec
46142025-01-11T04:43:20.683Z[SUM] 10.00-10.00 sec 339 KBytes 829 Mbits/sec
46152025-01-11T04:43:20.683Z- - - - - - - - - - - - - - - - - - - - - - - - -
46162025-01-11T04:43:20.683Z[ ID] Interval Transfer Bandwidth
46172025-01-11T04:43:20.683Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46182025-01-11T04:43:20.683Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46192025-01-11T04:43:20.683Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46202025-01-11T04:43:20.683Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46212025-01-11T04:43:20.683Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46222025-01-11T04:43:20.683Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46232025-01-11T04:43:20.683Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46242025-01-11T04:43:20.683Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46252025-01-11T04:43:20.683Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46262025-01-11T04:43:20.683Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46272025-01-11T04:43:20.683Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46282025-01-11T04:43:20.683Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46292025-01-11T04:43:20.683Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46302025-01-11T04:43:20.683Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46312025-01-11T04:43:20.683Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
46322025-01-11T04:43:20.683Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46332025-01-11T04:43:20.683Z[SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender
46342025-01-11T04:43:20.683Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46352025-01-11T04:43:20.686ZRun 7/10...866.804080075088Mbps
46362025-01-11T04:43:27.716Z-----------------------------------------------------------
46372025-01-11T04:43:27.716ZServer listening on 5201
46382025-01-11T04:43:27.716Z-----------------------------------------------------------
46392025-01-11T04:43:27.716ZAccepted connection from 10.0.0.1, port 60654
46402025-01-11T04:43:27.716Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40406
46412025-01-11T04:43:27.716Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63674
46422025-01-11T04:43:27.716Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32963
46432025-01-11T04:43:27.716Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58297
46442025-01-11T04:43:27.716Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65437
46452025-01-11T04:43:27.716Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46912
46462025-01-11T04:43:27.716Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64741
46472025-01-11T04:43:27.716Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52333
46482025-01-11T04:43:27.716Z[ ID] Interval Transfer Bandwidth
46492025-01-11T04:43:27.717Z[ 5] 0.00-1.00 sec 12.5 MBytes 105 Mbits/sec
46502025-01-11T04:43:27.717Z[ 7] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
46512025-01-11T04:43:27.717Z[ 9] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
46522025-01-11T04:43:27.717Z[ 11] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
46532025-01-11T04:43:27.717Z[ 13] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
46542025-01-11T04:43:27.717Z[ 15] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
46552025-01-11T04:43:27.717Z[ 17] 0.00-1.00 sec 12.3 MBytes 103 Mbits/sec
46562025-01-11T04:43:27.717Z[ 19] 0.00-1.00 sec 12.4 MBytes 104 Mbits/sec
46572025-01-11T04:43:27.717Z[SUM] 0.00-1.00 sec 99.1 MBytes 831 Mbits/sec
46582025-01-11T04:43:27.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
46592025-01-11T04:43:27.717Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46602025-01-11T04:43:27.717Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46612025-01-11T04:43:27.717Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46622025-01-11T04:43:27.717Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46632025-01-11T04:43:27.717Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46642025-01-11T04:43:27.717Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46652025-01-11T04:43:27.717Z[ 17] 1.00-2.00 sec 13.2 MBytes 110 Mbits/sec
46662025-01-11T04:43:27.717Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
46672025-01-11T04:43:27.717Z[SUM] 1.00-2.00 sec 105 MBytes 880 Mbits/sec
46682025-01-11T04:43:27.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
46692025-01-11T04:43:27.717Z[ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
46702025-01-11T04:43:27.717Z[ 7] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
46712025-01-11T04:43:27.717Z[ 9] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
46722025-01-11T04:43:27.717Z[ 11] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
46732025-01-11T04:43:27.717Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
46742025-01-11T04:43:27.717Z[ 15] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
46752025-01-11T04:43:27.717Z[ 17] 2.00-3.00 sec 13.2 MBytes 110 Mbits/sec
46762025-01-11T04:43:27.717Z[ 19] 2.00-3.00 sec 13.2 MBytes 111 Mbits/sec
46772025-01-11T04:43:27.717Z[SUM] 2.00-3.00 sec 105 MBytes 883 Mbits/sec
46782025-01-11T04:43:27.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
46792025-01-11T04:43:27.717Z[ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
46802025-01-11T04:43:27.717Z[ 7] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
46812025-01-11T04:43:27.717Z[ 9] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
46822025-01-11T04:43:27.717Z[ 11] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
46832025-01-11T04:43:27.717Z[ 13] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
46842025-01-11T04:43:27.717Z[ 15] 3.00-4.00 sec 13.2 MBytes 110 Mbits/sec
46852025-01-11T04:43:27.718Z[ 17] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
46862025-01-11T04:43:27.718Z[ 19] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
46872025-01-11T04:43:27.718Z[SUM] 3.00-4.00 sec 105 MBytes 881 Mbits/sec
46882025-01-11T04:43:27.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
46892025-01-11T04:43:27.718Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
46902025-01-11T04:43:27.718Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
46912025-01-11T04:43:27.718Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
46922025-01-11T04:43:27.718Z[ 11] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
46932025-01-11T04:43:27.718Z[ 13] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
46942025-01-11T04:43:27.718Z[ 15] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
46952025-01-11T04:43:27.718Z[ 17] 4.00-5.00 sec 13.0 MBytes 110 Mbits/sec
46962025-01-11T04:43:27.721Z[ 19] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
46972025-01-11T04:43:27.721Z[SUM] 4.00-5.00 sec 104 MBytes 874 Mbits/sec
46982025-01-11T04:43:27.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
46992025-01-11T04:43:27.721Z[ 5] 5.00-6.00 sec 12.8 MBytes 107 Mbits/sec
47002025-01-11T04:43:27.721Z[ 7] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
47012025-01-11T04:43:27.721Z[ 9] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec
47022025-01-11T04:43:27.721Z[ 11] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec
47032025-01-11T04:43:27.721Z[ 13] 5.00-6.00 sec 12.6 MBytes 106 Mbits/sec
47042025-01-11T04:43:27.721Z[ 15] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
47052025-01-11T04:43:27.721Z[ 17] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
47062025-01-11T04:43:27.721Z[ 19] 5.00-6.00 sec 12.7 MBytes 107 Mbits/sec
47072025-01-11T04:43:27.721Z[SUM] 5.00-6.00 sec 102 MBytes 852 Mbits/sec
47082025-01-11T04:43:27.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
47092025-01-11T04:43:27.721Z[ 5] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
47102025-01-11T04:43:27.721Z[ 7] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
47112025-01-11T04:43:27.723Z[ 9] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec
47122025-01-11T04:43:30.941Z[ 11] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
47132025-01-11T04:43:30.941Z[ 13] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec
47142025-01-11T04:43:30.941Z[ 15] 6.00-7.00 sec 12.7 MBytes 107 Mbits/sec
47152025-01-11T04:43:30.942Z[ 17] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
47162025-01-11T04:43:30.942Z[ 19] 6.00-7.00 sec 12.6 MBytes 106 Mbits/sec
47172025-01-11T04:43:30.942Z[SUM] 6.00-7.00 sec 101 MBytes 850 Mbits/sec
47182025-01-11T04:43:30.942Z- - - - - - - - - - - - - - - - - - - - - - - - -
47192025-01-11T04:43:30.942Z[ 5] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
47202025-01-11T04:43:30.942Z[ 7] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
47212025-01-11T04:43:30.942Z[ 9] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
47222025-01-11T04:43:30.942Z[ 11] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
47232025-01-11T04:43:30.942Z[ 13] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
47242025-01-11T04:43:30.942Z[ 15] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
47252025-01-11T04:43:30.942Z[ 17] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
47262025-01-11T04:43:30.942Z[ 19] 7.00-8.00 sec 12.7 MBytes 107 Mbits/sec
47272025-01-11T04:43:30.942Z[SUM] 7.00-8.00 sec 102 MBytes 854 Mbits/sec
47282025-01-11T04:43:30.942Z- - - - - - - - - - - - - - - - - - - - - - - - -
47292025-01-11T04:43:30.942Z[ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47302025-01-11T04:43:30.942Z[ 7] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47312025-01-11T04:43:30.942Z[ 9] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47322025-01-11T04:43:30.942Z[ 11] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47332025-01-11T04:43:30.942Z[ 13] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47342025-01-11T04:43:30.942Z[ 15] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47352025-01-11T04:43:30.942Z[ 17] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47362025-01-11T04:43:30.942Z[ 19] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
47372025-01-11T04:43:30.942Z[SUM] 8.00-9.00 sec 105 MBytes 880 Mbits/sec
47382025-01-11T04:43:30.942Z- - - - - - - - - - - - - - - - - - - - - - - - -
47392025-01-11T04:43:30.942Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
47402025-01-11T04:43:30.942Z[ 7] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
47412025-01-11T04:43:30.942Z[ 9] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
47422025-01-11T04:43:30.942Z[ 11] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
47432025-01-11T04:43:30.942Z[ 13] 9.00-10.00 sec 13.1 MBytes 110 Mbits/sec
47442025-01-11T04:43:30.942Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
47452025-01-11T04:43:30.942Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
47462025-01-11T04:43:30.942Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
47472025-01-11T04:43:30.942Z[SUM] 9.00-10.00 sec 105 MBytes 877 Mbits/sec
47482025-01-11T04:43:30.942Z- - - - - - - - - - - - - - - - - - - - - - - - -
47492025-01-11T04:43:30.942Z[ 5] 10.00-10.00 sec 113 KBytes 236 Mbits/sec
47502025-01-11T04:43:30.942Z[ 7] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
47512025-01-11T04:43:30.942Z[ 9] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
47522025-01-11T04:43:30.943Z[ 11] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
47532025-01-11T04:43:30.943Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47542025-01-11T04:43:30.943Z[ 15] 10.00-10.00 sec 113 KBytes 236 Mbits/sec
47552025-01-11T04:43:30.943Z[ 17] 10.00-10.00 sec 56.6 KBytes 118 Mbits/sec
47562025-01-11T04:43:30.943Z[ 19] 10.00-10.00 sec 113 KBytes 236 Mbits/sec
47572025-01-11T04:43:30.943Z[SUM] 10.00-10.00 sec 566 KBytes 1.18 Gbits/sec
47582025-01-11T04:43:30.943Z- - - - - - - - - - - - - - - - - - - - - - - - -
47592025-01-11T04:43:30.943Z[ ID] Interval Transfer Bandwidth
47602025-01-11T04:43:30.943Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47612025-01-11T04:43:30.943Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47622025-01-11T04:43:30.943Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47632025-01-11T04:43:30.943Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47642025-01-11T04:43:30.943Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47652025-01-11T04:43:30.943Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47662025-01-11T04:43:30.943Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47672025-01-11T04:43:30.943Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47682025-01-11T04:43:30.943Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47692025-01-11T04:43:30.943Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47702025-01-11T04:43:30.943Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47712025-01-11T04:43:30.943Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47722025-01-11T04:43:30.943Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47732025-01-11T04:43:30.943Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47742025-01-11T04:43:30.943Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
47752025-01-11T04:43:30.943Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47762025-01-11T04:43:30.943Z[SUM] 0.00-10.00 sec 1.01 GBytes 866 Mbits/sec sender
47772025-01-11T04:43:30.943Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47782025-01-11T04:43:30.947ZRun 8/10...866.817216282986Mbps
47792025-01-11T04:43:37.976Z-----------------------------------------------------------
47802025-01-11T04:43:37.976ZServer listening on 5201
47812025-01-11T04:43:37.976Z-----------------------------------------------------------
47822025-01-11T04:43:37.976ZAccepted connection from 10.0.0.1, port 45935
47832025-01-11T04:43:37.976Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38694
47842025-01-11T04:43:37.976Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44246
47852025-01-11T04:43:37.976Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39670
47862025-01-11T04:43:37.976Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58715
47872025-01-11T04:43:37.976Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33969
47882025-01-11T04:43:37.976Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44156
47892025-01-11T04:43:37.976Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63064
47902025-01-11T04:43:37.976Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39396
47912025-01-11T04:43:37.976Z[ ID] Interval Transfer Bandwidth
47922025-01-11T04:43:37.976Z[ 5] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
47932025-01-11T04:43:37.976Z[ 7] 0.00-1.00 sec 11.9 MBytes 100 Mbits/sec
47942025-01-11T04:43:37.976Z[ 9] 0.00-1.00 sec 11.9 MBytes 99.9 Mbits/sec
47952025-01-11T04:43:37.976Z[ 11] 0.00-1.00 sec 11.9 MBytes 99.8 Mbits/sec
47962025-01-11T04:43:37.977Z[ 13] 0.00-1.00 sec 11.9 MBytes 99.4 Mbits/sec
47972025-01-11T04:43:37.977Z[ 15] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
47982025-01-11T04:43:37.977Z[ 17] 0.00-1.00 sec 11.8 MBytes 98.9 Mbits/sec
47992025-01-11T04:43:37.977Z[ 19] 0.00-1.00 sec 11.8 MBytes 99.3 Mbits/sec
48002025-01-11T04:43:37.977Z[SUM] 0.00-1.00 sec 95.0 MBytes 796 Mbits/sec
48012025-01-11T04:43:37.977Z- - - - - - - - - - - - - - - - - - - - - - - - -
48022025-01-11T04:43:37.977Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48032025-01-11T04:43:37.977Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48042025-01-11T04:43:37.977Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48052025-01-11T04:43:37.977Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48062025-01-11T04:43:37.977Z[ 13] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48072025-01-11T04:43:37.977Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48082025-01-11T04:43:37.977Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48092025-01-11T04:43:37.977Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
48102025-01-11T04:43:37.977Z[SUM] 1.00-2.00 sec 105 MBytes 881 Mbits/sec
48112025-01-11T04:43:37.977Z- - - - - - - - - - - - - - - - - - - - - - - - -
48122025-01-11T04:43:37.977Z[ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48132025-01-11T04:43:37.977Z[ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48142025-01-11T04:43:37.977Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48152025-01-11T04:43:37.977Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48162025-01-11T04:43:37.977Z[ 13] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48172025-01-11T04:43:37.977Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48182025-01-11T04:43:37.977Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48192025-01-11T04:43:37.977Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
48202025-01-11T04:43:37.977Z[SUM] 2.00-3.00 sec 104 MBytes 874 Mbits/sec
48212025-01-11T04:43:37.977Z- - - - - - - - - - - - - - - - - - - - - - - - -
48222025-01-11T04:43:37.977Z[ 5] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48232025-01-11T04:43:37.977Z[ 7] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48242025-01-11T04:43:37.977Z[ 9] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48252025-01-11T04:43:37.977Z[ 11] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48262025-01-11T04:43:37.977Z[ 13] 3.00-4.00 sec 12.9 MBytes 108 Mbits/sec
48272025-01-11T04:43:37.977Z[ 15] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48282025-01-11T04:43:37.977Z[ 17] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48292025-01-11T04:43:37.977Z[ 19] 3.00-4.00 sec 13.0 MBytes 109 Mbits/sec
48302025-01-11T04:43:37.977Z[SUM] 3.00-4.00 sec 104 MBytes 872 Mbits/sec
48312025-01-11T04:43:37.977Z- - - - - - - - - - - - - - - - - - - - - - - - -
48322025-01-11T04:43:37.977Z[ 5] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
48332025-01-11T04:43:37.977Z[ 7] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
48342025-01-11T04:43:37.977Z[ 9] 4.00-5.00 sec 13.0 MBytes 109 Mbits/sec
48352025-01-11T04:43:37.978Z[ 11] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
48362025-01-11T04:43:37.978Z[ 13] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
48372025-01-11T04:43:37.978Z[ 15] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
48382025-01-11T04:43:37.978Z[ 17] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
48392025-01-11T04:43:37.978Z[ 19] 4.00-5.00 sec 13.1 MBytes 110 Mbits/sec
48402025-01-11T04:43:37.980Z[SUM] 4.00-5.00 sec 105 MBytes 877 Mbits/sec
48412025-01-11T04:43:37.981Z- - - - - - - - - - - - - - - - - - - - - - - - -
48422025-01-11T04:43:37.981Z[ 5] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
48432025-01-11T04:43:37.981Z[ 7] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48442025-01-11T04:43:37.981Z[ 9] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48452025-01-11T04:43:37.981Z[ 11] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48462025-01-11T04:43:37.981Z[ 13] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48472025-01-11T04:43:37.981Z[ 15] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48482025-01-11T04:43:37.981Z[ 17] 5.00-6.00 sec 13.0 MBytes 109 Mbits/sec
48492025-01-11T04:43:37.981Z[ 19] 5.00-6.00 sec 13.1 MBytes 110 Mbits/sec
48502025-01-11T04:43:37.981Z[SUM] 5.00-6.00 sec 104 MBytes 874 Mbits/sec
48512025-01-11T04:43:37.982Z- - - - - - - - - - - - - - - - - - - - - - - - -
48522025-01-11T04:43:37.982Z[ 5] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec
48532025-01-11T04:43:37.982Z[ 7] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
48542025-01-11T04:43:37.982Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
48552025-01-11T04:43:41.092Z[ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
48562025-01-11T04:43:41.093Z[ 13] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
48572025-01-11T04:43:41.093Z[ 15] 6.00-7.00 sec 12.9 MBytes 109 Mbits/sec
48582025-01-11T04:43:41.093Z[ 17] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48592025-01-11T04:43:41.093Z[ 19] 6.00-7.00 sec 12.9 MBytes 108 Mbits/sec
48602025-01-11T04:43:41.093Z[SUM] 6.00-7.00 sec 104 MBytes 870 Mbits/sec
48612025-01-11T04:43:41.093Z- - - - - - - - - - - - - - - - - - - - - - - - -
48622025-01-11T04:43:41.093Z[ 5] 7.00-8.00 sec 12.8 MBytes 108 Mbits/sec
48632025-01-11T04:43:41.093Z[ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48642025-01-11T04:43:41.093Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48652025-01-11T04:43:41.094Z[ 11] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48662025-01-11T04:43:41.094Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48672025-01-11T04:43:41.094Z[ 15] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48682025-01-11T04:43:41.094Z[ 17] 7.00-8.00 sec 12.8 MBytes 107 Mbits/sec
48692025-01-11T04:43:41.094Z[ 19] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
48702025-01-11T04:43:41.094Z[SUM] 7.00-8.00 sec 103 MBytes 863 Mbits/sec
48712025-01-11T04:43:41.094Z- - - - - - - - - - - - - - - - - - - - - - - - -
48722025-01-11T04:43:41.094Z[ 5] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
48732025-01-11T04:43:41.094Z[ 7] 8.00-9.00 sec 12.8 MBytes 108 Mbits/sec
48742025-01-11T04:43:41.094Z[ 9] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
48752025-01-11T04:43:41.094Z[ 11] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
48762025-01-11T04:43:41.094Z[ 13] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
48772025-01-11T04:43:41.094Z[ 15] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48782025-01-11T04:43:41.094Z[ 17] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
48792025-01-11T04:43:41.094Z[ 19] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
48802025-01-11T04:43:41.094Z[SUM] 8.00-9.00 sec 103 MBytes 867 Mbits/sec
48812025-01-11T04:43:41.094Z- - - - - - - - - - - - - - - - - - - - - - - - -
48822025-01-11T04:43:41.094Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48832025-01-11T04:43:41.094Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48842025-01-11T04:43:41.094Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48852025-01-11T04:43:41.094Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48862025-01-11T04:43:41.094Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
48872025-01-11T04:43:41.094Z[ 15] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
48882025-01-11T04:43:41.094Z[ 17] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
48892025-01-11T04:43:41.094Z[ 19] 9.00-10.00 sec 12.9 MBytes 108 Mbits/sec
48902025-01-11T04:43:41.094Z[SUM] 9.00-10.00 sec 104 MBytes 871 Mbits/sec
48912025-01-11T04:43:41.094Z- - - - - - - - - - - - - - - - - - - - - - - - -
48922025-01-11T04:43:41.094Z[ 5] 10.00-10.00 sec 56.6 KBytes 124 Mbits/sec
48932025-01-11T04:43:41.094Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48942025-01-11T04:43:41.095Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48952025-01-11T04:43:41.095Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48962025-01-11T04:43:41.095Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48972025-01-11T04:43:41.095Z[ 15] 10.00-10.00 sec 113 KBytes 247 Mbits/sec
48982025-01-11T04:43:41.095Z[ 17] 10.00-10.00 sec 113 KBytes 247 Mbits/sec
48992025-01-11T04:43:41.095Z[ 19] 10.00-10.00 sec 170 KBytes 371 Mbits/sec
49002025-01-11T04:43:41.095Z[SUM] 10.00-10.00 sec 452 KBytes 990 Mbits/sec
49012025-01-11T04:43:41.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
49022025-01-11T04:43:41.095Z[ ID] Interval Transfer Bandwidth
49032025-01-11T04:43:41.095Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49042025-01-11T04:43:41.095Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49052025-01-11T04:43:41.095Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49062025-01-11T04:43:41.095Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49072025-01-11T04:43:41.095Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49082025-01-11T04:43:41.095Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49092025-01-11T04:43:41.095Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49102025-01-11T04:43:41.095Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49112025-01-11T04:43:41.095Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49122025-01-11T04:43:41.095Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49132025-01-11T04:43:41.095Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49142025-01-11T04:43:41.095Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49152025-01-11T04:43:41.095Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49162025-01-11T04:43:41.095Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49172025-01-11T04:43:41.096Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
49182025-01-11T04:43:41.096Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49192025-01-11T04:43:41.096Z[SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender
49202025-01-11T04:43:41.096Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49212025-01-11T04:43:41.099ZRun 9/10...864.7901215981179Mbps
49222025-01-11T04:43:48.129Z-----------------------------------------------------------
49232025-01-11T04:43:48.129ZServer listening on 5201
49242025-01-11T04:43:48.129Z-----------------------------------------------------------
49252025-01-11T04:43:48.129ZAccepted connection from 10.0.0.1, port 42767
49262025-01-11T04:43:48.129Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39411
49272025-01-11T04:43:48.129Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50822
49282025-01-11T04:43:48.129Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53983
49292025-01-11T04:43:48.129Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55277
49302025-01-11T04:43:48.129Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42009
49312025-01-11T04:43:48.129Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58045
49322025-01-11T04:43:48.129Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63480
49332025-01-11T04:43:48.129Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36999
49342025-01-11T04:43:48.129Z[ ID] Interval Transfer Bandwidth
49352025-01-11T04:43:48.130Z[ 5] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
49362025-01-11T04:43:48.130Z[ 7] 0.00-1.00 sec 12.2 MBytes 103 Mbits/sec
49372025-01-11T04:43:48.130Z[ 9] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
49382025-01-11T04:43:48.130Z[ 11] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
49392025-01-11T04:43:48.130Z[ 13] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
49402025-01-11T04:43:48.130Z[ 15] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
49412025-01-11T04:43:48.130Z[ 17] 0.00-1.00 sec 12.2 MBytes 102 Mbits/sec
49422025-01-11T04:43:48.130Z[ 19] 0.00-1.00 sec 12.1 MBytes 102 Mbits/sec
49432025-01-11T04:43:48.130Z[SUM] 0.00-1.00 sec 97.5 MBytes 818 Mbits/sec
49442025-01-11T04:43:48.130Z- - - - - - - - - - - - - - - - - - - - - - - - -
49452025-01-11T04:43:48.130Z[ 5] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
49462025-01-11T04:43:48.130Z[ 7] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
49472025-01-11T04:43:48.130Z[ 9] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
49482025-01-11T04:43:48.130Z[ 11] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
49492025-01-11T04:43:48.130Z[ 13] 1.00-2.00 sec 13.0 MBytes 109 Mbits/sec
49502025-01-11T04:43:48.130Z[ 15] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
49512025-01-11T04:43:48.130Z[ 17] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
49522025-01-11T04:43:48.130Z[ 19] 1.00-2.00 sec 13.1 MBytes 110 Mbits/sec
49532025-01-11T04:43:48.130Z[SUM] 1.00-2.00 sec 105 MBytes 879 Mbits/sec
49542025-01-11T04:43:48.131Z- - - - - - - - - - - - - - - - - - - - - - - - -
49552025-01-11T04:43:48.131Z[ 5] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
49562025-01-11T04:43:48.131Z[ 7] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
49572025-01-11T04:43:48.131Z[ 9] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
49582025-01-11T04:43:48.131Z[ 11] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
49592025-01-11T04:43:48.131Z[ 13] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
49602025-01-11T04:43:48.132Z[ 15] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
49612025-01-11T04:43:48.132Z[ 17] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
49622025-01-11T04:43:48.132Z[ 19] 2.00-3.00 sec 13.0 MBytes 109 Mbits/sec
49632025-01-11T04:43:48.132Z[SUM] 2.00-3.00 sec 104 MBytes 875 Mbits/sec
49642025-01-11T04:43:48.132Z- - - - - - - - - - - - - - - - - - - - - - - - -
49652025-01-11T04:43:48.132Z[ 5] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec
49662025-01-11T04:43:48.132Z[ 7] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec
49672025-01-11T04:43:48.132Z[ 9] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec
49682025-01-11T04:43:48.132Z[ 11] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec
49692025-01-11T04:43:48.132Z[ 13] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec
49702025-01-11T04:43:48.132Z[ 15] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec
49712025-01-11T04:43:48.132Z[ 17] 3.00-4.00 sec 12.7 MBytes 107 Mbits/sec
49722025-01-11T04:43:48.132Z[ 19] 3.00-4.00 sec 12.8 MBytes 107 Mbits/sec
49732025-01-11T04:43:48.132Z[SUM] 3.00-4.00 sec 102 MBytes 855 Mbits/sec
49742025-01-11T04:43:48.132Z- - - - - - - - - - - - - - - - - - - - - - - - -
49752025-01-11T04:43:48.133Z[ 5] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
49762025-01-11T04:43:48.133Z[ 7] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
49772025-01-11T04:43:48.133Z[ 9] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
49782025-01-11T04:43:48.133Z[ 11] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
49792025-01-11T04:43:48.133Z[ 13] 4.00-5.00 sec 12.8 MBytes 107 Mbits/sec
49802025-01-11T04:43:48.133Z[ 15] 4.00-5.00 sec 12.8 MBytes 108 Mbits/sec
49812025-01-11T04:43:48.133Z[ 17] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
49822025-01-11T04:43:48.133Z[ 19] 4.00-5.00 sec 12.9 MBytes 108 Mbits/sec
49832025-01-11T04:43:48.133Z[SUM] 4.00-5.00 sec 103 MBytes 860 Mbits/sec
49842025-01-11T04:43:48.133Z- - - - - - - - - - - - - - - - - - - - - - - - -
49852025-01-11T04:43:48.133Z[ 5] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49862025-01-11T04:43:48.133Z[ 7] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49872025-01-11T04:43:48.133Z[ 9] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49882025-01-11T04:43:48.133Z[ 11] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49892025-01-11T04:43:48.133Z[ 13] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49902025-01-11T04:43:48.133Z[ 15] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49912025-01-11T04:43:48.133Z[ 17] 5.00-6.00 sec 12.9 MBytes 108 Mbits/sec
49922025-01-11T04:43:48.133Z[ 19] 5.00-6.00 sec 12.8 MBytes 108 Mbits/sec
49932025-01-11T04:43:48.133Z[SUM] 5.00-6.00 sec 103 MBytes 865 Mbits/sec
49942025-01-11T04:43:48.133Z- - - - - - - - - - - - - - - - - - - - - - - - -
49952025-01-11T04:43:48.133Z[ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
49962025-01-11T04:43:48.134Z[ 7] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
49972025-01-11T04:43:48.134Z[ 9] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
49982025-01-11T04:43:51.353Z[ 11] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
49992025-01-11T04:43:51.353Z[ 13] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
50002025-01-11T04:43:51.353Z[ 15] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
50012025-01-11T04:43:51.353Z[ 17] 6.00-7.00 sec 13.0 MBytes 109 Mbits/sec
50022025-01-11T04:43:51.353Z[ 19] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
50032025-01-11T04:43:51.353Z[SUM] 6.00-7.00 sec 105 MBytes 877 Mbits/sec
50042025-01-11T04:43:51.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
50052025-01-11T04:43:51.354Z[ 5] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
50062025-01-11T04:43:51.354Z[ 7] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
50072025-01-11T04:43:51.354Z[ 9] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
50082025-01-11T04:43:51.354Z[ 11] 7.00-8.00 sec 12.9 MBytes 109 Mbits/sec
50092025-01-11T04:43:51.354Z[ 13] 7.00-8.00 sec 12.9 MBytes 108 Mbits/sec
50102025-01-11T04:43:51.354Z[ 15] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50112025-01-11T04:43:51.354Z[ 17] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50122025-01-11T04:43:51.354Z[ 19] 7.00-8.00 sec 13.0 MBytes 109 Mbits/sec
50132025-01-11T04:43:51.354Z[SUM] 7.00-8.00 sec 103 MBytes 868 Mbits/sec
50142025-01-11T04:43:51.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
50152025-01-11T04:43:51.354Z[ 5] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
50162025-01-11T04:43:51.354Z[ 7] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
50172025-01-11T04:43:51.354Z[ 9] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
50182025-01-11T04:43:51.354Z[ 11] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
50192025-01-11T04:43:51.354Z[ 13] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
50202025-01-11T04:43:51.354Z[ 15] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
50212025-01-11T04:43:51.354Z[ 17] 8.00-9.00 sec 12.9 MBytes 108 Mbits/sec
50222025-01-11T04:43:51.354Z[ 19] 8.00-9.00 sec 13.0 MBytes 109 Mbits/sec
50232025-01-11T04:43:51.354Z[SUM] 8.00-9.00 sec 104 MBytes 870 Mbits/sec
50242025-01-11T04:43:51.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
50252025-01-11T04:43:51.354Z[ 5] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50262025-01-11T04:43:51.354Z[ 7] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50272025-01-11T04:43:51.354Z[ 9] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50282025-01-11T04:43:51.354Z[ 11] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50292025-01-11T04:43:51.354Z[ 13] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50302025-01-11T04:43:51.354Z[ 15] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50312025-01-11T04:43:51.354Z[ 17] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50322025-01-11T04:43:51.354Z[ 19] 9.00-10.00 sec 13.0 MBytes 109 Mbits/sec
50332025-01-11T04:43:51.354Z[SUM] 9.00-10.00 sec 104 MBytes 872 Mbits/sec
50342025-01-11T04:43:51.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
50352025-01-11T04:43:51.354Z[ 5] 10.00-10.00 sec 170 KBytes 341 Mbits/sec
50362025-01-11T04:43:51.354Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50372025-01-11T04:43:51.354Z[ 9] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
50382025-01-11T04:43:51.354Z[ 11] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
50392025-01-11T04:43:51.354Z[ 13] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
50402025-01-11T04:43:51.355Z[ 15] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
50412025-01-11T04:43:51.355Z[ 17] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
50422025-01-11T04:43:51.355Z[ 19] 10.00-10.00 sec 56.6 KBytes 114 Mbits/sec
50432025-01-11T04:43:51.355Z[SUM] 10.00-10.00 sec 509 KBytes 1.02 Gbits/sec
50442025-01-11T04:43:51.355Z- - - - - - - - - - - - - - - - - - - - - - - - -
50452025-01-11T04:43:51.355Z[ ID] Interval Transfer Bandwidth
50462025-01-11T04:43:51.355Z[ 5] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50472025-01-11T04:43:51.356Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50482025-01-11T04:43:51.356Z[ 7] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50492025-01-11T04:43:51.356Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50502025-01-11T04:43:51.356Z[ 9] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50512025-01-11T04:43:51.356Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50522025-01-11T04:43:51.356Z[ 11] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50532025-01-11T04:43:51.356Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50542025-01-11T04:43:51.356Z[ 13] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50552025-01-11T04:43:51.356Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50562025-01-11T04:43:51.356Z[ 15] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50572025-01-11T04:43:51.356Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50582025-01-11T04:43:51.356Z[ 17] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50592025-01-11T04:43:51.356Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50602025-01-11T04:43:51.356Z[ 19] 0.00-10.00 sec 129 MBytes 108 Mbits/sec sender
50612025-01-11T04:43:51.356Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50622025-01-11T04:43:51.356Z[SUM] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec sender
50632025-01-11T04:43:51.359Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50642025-01-11T04:43:51.359ZRun 10/10...864.316196330318Mbps
50652025-01-11T04:43:51.359Z###---------------------###
50662025-01-11T04:43:51.359Z::: iPerf done... :::
50672025-01-11T04:43:51.359Z:::Awaiting out files...:::
50682025-01-11T04:43:51.359Z###---------------------###
50692025-01-11T04:43:51.359Z###-----###
50702025-01-11T04:43:51.359Z:::done!:::
50712025-01-11T04:43:51.359Z###-----###
50722025-01-11T04:43:53.136ZBenchmarking iperf-tcp/local/s2c/tx
50732025-01-11T04:43:53.136ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
50742025-01-11T04:43:57.770ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (579M iterations)
50752025-01-11T04:44:17.773ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
50762025-01-11T04:44:17.926Ziperf-tcp/local/s2c/tx time: [1.6350 µs 1.6351 µs 1.6351 µs]
50772025-01-11T04:44:17.926Z change: [-3.4987% -3.4869% -3.4755%] (p = 0.00 < 0.05)
50782025-01-11T04:44:17.926Z Performance has improved.
50792025-01-11T04:44:17.926ZFound 7 outliers among 100 measurements (7.00%)
50802025-01-11T04:44:17.926Z 3 (3.00%) low mild
50812025-01-11T04:44:17.926Z 1 (1.00%) high mild
50822025-01-11T04:44:17.926Z 3 (3.00%) high severe
50832025-01-11T04:44:19.513Z
50842025-01-11T04:44:19.515ZBenchmarking iperf-tcp/local/s2c/rx
50852025-01-11T04:44:19.515ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
50862025-01-11T04:44:24.128ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (582M iterations)
50872025-01-11T04:44:44.119ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
50882025-01-11T04:44:44.269Ziperf-tcp/local/s2c/rx time: [5.9160 µs 5.9163 µs 5.9166 µs]
50892025-01-11T04:44:44.269Z change: [-2.2487% -2.2357% -2.2224%] (p = 0.00 < 0.05)
50902025-01-11T04:44:44.269Z Performance has improved.
50912025-01-11T04:44:44.269ZFound 6 outliers among 100 measurements (6.00%)
50922025-01-11T04:44:44.269Z 1 (1.00%) low mild
50932025-01-11T04:44:44.269Z 3 (3.00%) high mild
50942025-01-11T04:44:44.269Z 2 (2.00%) high severe
50952025-01-11T04:44:45.852Z
50962025-01-11T04:44:50.908Z+ cargo ubench
50972025-01-11T04:44:51.121Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
50982025-01-11T04:46:42.162Z Finished `bench` profile [optimized + debuginfo] target(s) in 1m 51s
50992025-01-11T04:46:42.204Z Running benches/userland.rs (target/release/deps/userland-b09646b7fa0484d4)
51002025-01-11T04:46:42.228ZGnuplot not found, using plotters backend
51012025-01-11T04:46:42.440ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
51022025-01-11T04:46:42.440ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
51032025-01-11T04:46:46.992ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0003 s (9.2M iterations)
51042025-01-11T04:46:51.595ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
51052025-01-11T04:46:51.753Zparse/Hairpin-DHCPv4/wallclock/Discover
51062025-01-11T04:46:51.753Z time: [74.583 ns 74.634 ns 74.679 ns]
51072025-01-11T04:46:51.753Z change: [+3.4381% +4.4052% +5.6648%] (p = 0.00 < 0.05)
51082025-01-11T04:46:51.753Z Performance has regressed.
51092025-01-11T04:46:51.753ZFound 7 outliers among 100 measurements (7.00%)
51102025-01-11T04:46:51.753Z 1 (1.00%) low mild
51112025-01-11T04:46:51.753Z 1 (1.00%) high mild
51122025-01-11T04:46:51.753Z 5 (5.00%) high severe
51132025-01-11T04:46:53.336Z
51142025-01-11T04:46:53.339ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
51152025-01-11T04:46:53.339ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
51162025-01-11T04:46:59.102ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0046 s (3.6M iterations)
51172025-01-11T04:47:04.109ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
51182025-01-11T04:47:04.256Zprocess/Hairpin-DHCPv4/wallclock/Discover
51192025-01-11T04:47:04.257Z time: [946.80 ns 946.98 ns 947.17 ns]
51202025-01-11T04:47:04.257Z change: [-0.3482% -0.1071% +0.1373%] (p = 0.42 > 0.05)
51212025-01-11T04:47:04.257Z No change in performance detected.
51222025-01-11T04:47:04.257ZFound 9 outliers among 100 measurements (9.00%)
51232025-01-11T04:47:04.257Z 2 (2.00%) high mild
51242025-01-11T04:47:04.257Z 7 (7.00%) high severe
51252025-01-11T04:47:05.846Z
51262025-01-11T04:47:05.846ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
51272025-01-11T04:47:05.849ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
51282025-01-11T04:47:10.840ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0013 s (8.4M iterations)
51292025-01-11T04:47:16.164ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
51302025-01-11T04:47:16.313Zparse/Hairpin-DHCPv4/wallclock/Request
51312025-01-11T04:47:16.313Z time: [75.548 ns 75.700 ns 75.932 ns]
51322025-01-11T04:47:16.313Z change: [+3.6115% +4.3744% +5.2674%] (p = 0.00 < 0.05)
51332025-01-11T04:47:16.313Z Performance has regressed.
51342025-01-11T04:47:16.313ZFound 15 outliers among 100 measurements (15.00%)
51352025-01-11T04:47:16.313Z 5 (5.00%) low mild
51362025-01-11T04:47:16.313Z 4 (4.00%) high mild
51372025-01-11T04:47:16.313Z 6 (6.00%) high severe
51382025-01-11T04:47:17.894Z
51392025-01-11T04:47:17.897ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
51402025-01-11T04:47:17.898ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
51412025-01-11T04:47:23.500ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0006 s (3.7M iterations)
51422025-01-11T04:47:28.484ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
51432025-01-11T04:47:28.632Zprocess/Hairpin-DHCPv4/wallclock/Request
51442025-01-11T04:47:28.632Z time: [904.51 ns 905.25 ns 906.04 ns]
51452025-01-11T04:47:28.632Z change: [-1.0124% -0.7092% -0.4098%] (p = 0.00 < 0.05)
51462025-01-11T04:47:28.632Z Change within noise threshold.
51472025-01-11T04:47:28.632ZFound 5 outliers among 100 measurements (5.00%)
51482025-01-11T04:47:28.632Z 2 (2.00%) low mild
51492025-01-11T04:47:28.632Z 3 (3.00%) high severe
51502025-01-11T04:47:30.217Z
51512025-01-11T04:47:30.219ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
51522025-01-11T04:47:30.219ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
51532025-01-11T04:47:33.289ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0006 s (6.8M iterations)
51542025-01-11T04:47:38.015ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
51552025-01-11T04:47:38.163Zparse/Hairpin-DHCPv6/wallclock/Solicit
51562025-01-11T04:47:38.163Z time: [74.580 ns 74.874 ns 75.118 ns]
51572025-01-11T04:47:38.163Z change: [+3.7163% +4.7582% +5.7901%] (p = 0.00 < 0.05)
51582025-01-11T04:47:38.163Z Performance has regressed.
51592025-01-11T04:47:38.163ZFound 3 outliers among 100 measurements (3.00%)
51602025-01-11T04:47:38.163Z 1 (1.00%) high mild
51612025-01-11T04:47:38.163Z 2 (2.00%) high severe
51622025-01-11T04:47:39.743Z
51632025-01-11T04:47:39.746ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
51642025-01-11T04:47:39.746ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
51652025-01-11T04:47:43.687ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0048 s (2.7M iterations)
51662025-01-11T04:47:49.130ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
51672025-01-11T04:47:49.278Zprocess/Hairpin-DHCPv6/wallclock/Solicit
51682025-01-11T04:47:49.278Z time: [1.2699 µs 1.2702 µs 1.2705 µs]
51692025-01-11T04:47:49.278Z change: [-1.4600% -1.2327% -1.0130%] (p = 0.00 < 0.05)
51702025-01-11T04:47:49.278Z Performance has improved.
51712025-01-11T04:47:49.278ZFound 11 outliers among 100 measurements (11.00%)
51722025-01-11T04:47:49.278Z 4 (4.00%) high mild
51732025-01-11T04:47:49.278Z 7 (7.00%) high severe
51742025-01-11T04:47:50.861Z
51752025-01-11T04:47:50.865ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
51762025-01-11T04:47:50.865ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
51772025-01-11T04:47:54.302ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0040 s (6.1M iterations)
51782025-01-11T04:47:59.018ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
51792025-01-11T04:47:59.166Zparse/Hairpin-DHCPv6/wallclock/Request
51802025-01-11T04:47:59.166Z time: [73.819 ns 74.040 ns 74.241 ns]
51812025-01-11T04:47:59.166Z change: [+1.8443% +2.7821% +3.6621%] (p = 0.00 < 0.05)
51822025-01-11T04:47:59.166Z Performance has regressed.
51832025-01-11T04:47:59.166ZFound 5 outliers among 100 measurements (5.00%)
51842025-01-11T04:47:59.166Z 3 (3.00%) high mild
51852025-01-11T04:47:59.166Z 2 (2.00%) high severe
51862025-01-11T04:48:00.750Z
51872025-01-11T04:48:00.752ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
51882025-01-11T04:48:00.752ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
51892025-01-11T04:48:04.982ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0032 s (2.5M iterations)
51902025-01-11T04:48:10.412ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
51912025-01-11T04:48:10.561Zprocess/Hairpin-DHCPv6/wallclock/Request
51922025-01-11T04:48:10.561Z time: [1.3247 µs 1.3252 µs 1.3257 µs]
51932025-01-11T04:48:10.561Z change: [-2.4890% -2.1944% -1.9305%] (p = 0.00 < 0.05)
51942025-01-11T04:48:10.561Z Performance has improved.
51952025-01-11T04:48:10.561ZFound 11 outliers among 100 measurements (11.00%)
51962025-01-11T04:48:10.561Z 6 (6.00%) high mild
51972025-01-11T04:48:10.561Z 5 (5.00%) high severe
51982025-01-11T04:48:12.146Z
51992025-01-11T04:48:12.149ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
52002025-01-11T04:48:12.150ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
52012025-01-11T04:48:17.584ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0016 s (7.7M iterations)
52022025-01-11T04:48:22.395ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
52032025-01-11T04:48:22.542Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
52042025-01-11T04:48:22.542Z time: [74.345 ns 74.478 ns 74.593 ns]
52052025-01-11T04:48:22.542Z change: [+2.2192% +3.0488% +3.7669%] (p = 0.00 < 0.05)
52062025-01-11T04:48:22.542Z Performance has regressed.
52072025-01-11T04:48:22.542ZFound 5 outliers among 100 measurements (5.00%)
52082025-01-11T04:48:22.542Z 2 (2.00%) high mild
52092025-01-11T04:48:22.542Z 3 (3.00%) high severe
52102025-01-11T04:48:24.127Z
52112025-01-11T04:48:24.130ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
52122025-01-11T04:48:24.130ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
52132025-01-11T04:48:28.883ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0041 s (4.4M iterations)
52142025-01-11T04:48:33.618ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
52152025-01-11T04:48:33.766Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
52162025-01-11T04:48:33.766Z time: [629.04 ns 630.71 ns 632.20 ns]
52172025-01-11T04:48:33.766Z change: [-0.0257% +0.4493% +0.8838%] (p = 0.06 > 0.05)
52182025-01-11T04:48:33.766Z No change in performance detected.
52192025-01-11T04:48:33.766ZFound 11 outliers among 100 measurements (11.00%)
52202025-01-11T04:48:33.766Z 3 (3.00%) low severe
52212025-01-11T04:48:33.766Z 3 (3.00%) high mild
52222025-01-11T04:48:33.766Z 5 (5.00%) high severe
52232025-01-11T04:48:35.349Z
52242025-01-11T04:48:35.354ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
52252025-01-11T04:48:35.354ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
52262025-01-11T04:48:39.207ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0024 s (5.4M iterations)
52272025-01-11T04:48:42.708ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
52282025-01-11T04:48:42.856Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
52292025-01-11T04:48:42.856Z time: [108.95 ns 109.20 ns 109.39 ns]
52302025-01-11T04:48:42.856Z change: [+1.4171% +2.4295% +3.3644%] (p = 0.00 < 0.05)
52312025-01-11T04:48:42.856Z Performance has regressed.
52322025-01-11T04:48:42.856ZFound 1 outliers among 100 measurements (1.00%)
52332025-01-11T04:48:42.856Z 1 (1.00%) high severe
52342025-01-11T04:48:44.444Z
52352025-01-11T04:48:44.446ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
52362025-01-11T04:48:44.446ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
52372025-01-11T04:48:50.795ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0011 s (3.3M iterations)
52382025-01-11T04:48:54.667ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
52392025-01-11T04:48:54.818Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
52402025-01-11T04:48:54.818Z time: [693.24 ns 693.36 ns 693.48 ns]
52412025-01-11T04:48:54.818Z change: [-2.0345% -1.7273% -1.4101%] (p = 0.00 < 0.05)
52422025-01-11T04:48:54.818Z Performance has improved.
52432025-01-11T04:48:54.818ZFound 27 outliers among 100 measurements (27.00%)
52442025-01-11T04:48:54.818Z 3 (3.00%) low severe
52452025-01-11T04:48:54.818Z 13 (13.00%) low mild
52462025-01-11T04:48:54.818Z 2 (2.00%) high mild
52472025-01-11T04:48:54.818Z 9 (9.00%) high severe
52482025-01-11T04:48:56.405Z
52492025-01-11T04:48:56.405ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
52502025-01-11T04:48:56.405ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
52512025-01-11T04:49:01.674ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0015 s (8.0M iterations)
52522025-01-11T04:49:05.688ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
52532025-01-11T04:49:05.836Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
52542025-01-11T04:49:05.836Z time: [74.306 ns 74.431 ns 74.535 ns]
52552025-01-11T04:49:05.836Z change: [+2.1438% +2.8602% +3.5432%] (p = 0.00 < 0.05)
52562025-01-11T04:49:05.836Z Performance has regressed.
52572025-01-11T04:49:05.836ZFound 4 outliers among 100 measurements (4.00%)
52582025-01-11T04:49:05.836Z 2 (2.00%) high mild
52592025-01-11T04:49:05.836Z 2 (2.00%) high severe
52602025-01-11T04:49:07.420Z
52612025-01-11T04:49:07.423ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
52622025-01-11T04:49:07.423ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
52632025-01-11T04:49:13.407ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0023 s (3.5M iterations)
52642025-01-11T04:49:18.059ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
52652025-01-11T04:49:18.207Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
52662025-01-11T04:49:18.207Z time: [895.68 ns 896.00 ns 896.29 ns]
52672025-01-11T04:49:18.207Z change: [+0.0212% +0.3454% +0.6450%] (p = 0.03 < 0.05)
52682025-01-11T04:49:18.207Z Change within noise threshold.
52692025-01-11T04:49:18.208ZFound 11 outliers among 100 measurements (11.00%)
52702025-01-11T04:49:18.208Z 2 (2.00%) high mild
52712025-01-11T04:49:18.208Z 9 (9.00%) high severe
52722025-01-11T04:49:19.796Z
52732025-01-11T04:49:19.796ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
52742025-01-11T04:49:19.796ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
52752025-01-11T04:49:25.017ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0005 s (8.0M iterations)
52762025-01-11T04:49:30.101ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
52772025-01-11T04:49:30.249Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
52782025-01-11T04:49:30.249Z time: [73.656 ns 73.766 ns 73.856 ns]
52792025-01-11T04:49:30.249Z change: [+4.8269% +5.6180% +6.4117%] (p = 0.00 < 0.05)
52802025-01-11T04:49:30.250Z Performance has regressed.
52812025-01-11T04:49:30.250ZFound 3 outliers among 100 measurements (3.00%)
52822025-01-11T04:49:30.250Z 3 (3.00%) high severe
52832025-01-11T04:49:31.837Z
52842025-01-11T04:49:31.840ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
52852025-01-11T04:49:31.840ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
52862025-01-11T04:49:34.906ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0015 s (3.4M iterations)
52872025-01-11T04:49:39.539ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
52882025-01-11T04:49:39.668Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
52892025-01-11T04:49:39.669Z time: [871.11 ns 871.47 ns 871.92 ns]
52902025-01-11T04:49:39.669Z change: [-0.5592% -0.1878% +0.1754%] (p = 0.33 > 0.05)
52912025-01-11T04:49:39.669Z No change in performance detected.
52922025-01-11T04:49:39.669ZFound 8 outliers among 100 measurements (8.00%)
52932025-01-11T04:49:39.669Z 1 (1.00%) high mild
52942025-01-11T04:49:39.669Z 7 (7.00%) high severe
52952025-01-11T04:49:41.312Z
52962025-01-11T04:49:41.314ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
52972025-01-11T04:49:41.314ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
52982025-01-11T04:49:45.371ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0016 s (10M iterations)
52992025-01-11T04:49:48.897ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
53002025-01-11T04:49:49.045Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53012025-01-11T04:49:49.045Z time: [85.805 ns 85.889 ns 85.971 ns]
53022025-01-11T04:49:49.045Z change: [+4.5726% +5.1238% +5.6240%] (p = 0.00 < 0.05)
53032025-01-11T04:49:49.045Z Performance has regressed.
53042025-01-11T04:49:49.045ZFound 6 outliers among 100 measurements (6.00%)
53052025-01-11T04:49:49.045Z 6 (6.00%) high severe
53062025-01-11T04:49:50.627Z
53072025-01-11T04:49:50.630ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53082025-01-11T04:49:50.630ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
53092025-01-11T04:49:55.271ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0034 s (4.5M iterations)
53102025-01-11T04:49:59.709ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
53112025-01-11T04:49:59.856Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
53122025-01-11T04:49:59.856Z time: [245.41 ns 245.51 ns 245.62 ns]
53132025-01-11T04:49:59.856Z change: [+0.0901% +0.9383% +1.7643%] (p = 0.03 < 0.05)
53142025-01-11T04:49:59.856Z Change within noise threshold.
53152025-01-11T04:49:59.856ZFound 15 outliers among 100 measurements (15.00%)
53162025-01-11T04:49:59.856Z 5 (5.00%) high mild
53172025-01-11T04:49:59.856Z 10 (10.00%) high severe
53182025-01-11T04:50:01.439Z
53192025-01-11T04:50:01.442ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53202025-01-11T04:50:01.442ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
53212025-01-11T04:50:05.643ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0045 s (5.0M iterations)
53222025-01-11T04:50:10.234ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
53232025-01-11T04:50:10.381Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53242025-01-11T04:50:10.381Z time: [111.05 ns 111.13 ns 111.21 ns]
53252025-01-11T04:50:10.381Z change: [+2.5391% +3.5162% +4.3906%] (p = 0.00 < 0.05)
53262025-01-11T04:50:10.382Z Performance has regressed.
53272025-01-11T04:50:10.382ZFound 15 outliers among 100 measurements (15.00%)
53282025-01-11T04:50:10.382Z 1 (1.00%) low severe
53292025-01-11T04:50:10.382Z 8 (8.00%) low mild
53302025-01-11T04:50:10.382Z 1 (1.00%) high mild
53312025-01-11T04:50:10.382Z 5 (5.00%) high severe
53322025-01-11T04:50:11.963Z
53332025-01-11T04:50:11.966ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53342025-01-11T04:50:11.966ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
53352025-01-11T04:50:16.564ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0070 s (2.3M iterations)
53362025-01-11T04:50:21.483ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
53372025-01-11T04:50:21.630Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
53382025-01-11T04:50:21.630Z time: [275.28 ns 275.48 ns 275.71 ns]
53392025-01-11T04:50:21.630Z change: [-4.9442% -4.2222% -3.4485%] (p = 0.00 < 0.05)
53402025-01-11T04:50:21.630Z Performance has improved.
53412025-01-11T04:50:21.630ZFound 11 outliers among 100 measurements (11.00%)
53422025-01-11T04:50:21.630Z 2 (2.00%) high mild
53432025-01-11T04:50:21.631Z 9 (9.00%) high severe
53442025-01-11T04:50:23.214Z
53452025-01-11T04:50:23.217ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53462025-01-11T04:50:23.217ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
53472025-01-11T04:50:26.376ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.6M iterations)
53482025-01-11T04:50:29.592ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
53492025-01-11T04:50:29.739Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53502025-01-11T04:50:29.739Z time: [102.23 ns 102.42 ns 102.59 ns]
53512025-01-11T04:50:29.739Z change: [+4.2272% +5.1159% +6.2300%] (p = 0.00 < 0.05)
53522025-01-11T04:50:29.739Z Performance has regressed.
53532025-01-11T04:50:29.739ZFound 7 outliers among 100 measurements (7.00%)
53542025-01-11T04:50:29.739Z 4 (4.00%) low mild
53552025-01-11T04:50:29.739Z 3 (3.00%) high severe
53562025-01-11T04:50:31.324Z
53572025-01-11T04:50:31.327ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53582025-01-11T04:50:31.327ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
53592025-01-11T04:50:37.211ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0036 s (3.6M iterations)
53602025-01-11T04:50:41.181ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
53612025-01-11T04:50:41.329Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
53622025-01-11T04:50:41.329Z time: [222.89 ns 222.99 ns 223.08 ns]
53632025-01-11T04:50:41.329Z change: [-1.7474% -0.6459% +0.3025%] (p = 0.24 > 0.05)
53642025-01-11T04:50:41.329Z No change in performance detected.
53652025-01-11T04:50:41.329ZFound 13 outliers among 100 measurements (13.00%)
53662025-01-11T04:50:41.329Z 2 (2.00%) low mild
53672025-01-11T04:50:41.329Z 3 (3.00%) high mild
53682025-01-11T04:50:41.330Z 8 (8.00%) high severe
53692025-01-11T04:50:42.917Z
53702025-01-11T04:50:42.920ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53712025-01-11T04:50:42.920ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
53722025-01-11T04:50:48.425ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0002 s (3.8M iterations)
53732025-01-11T04:50:52.452ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
53742025-01-11T04:50:52.600Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53752025-01-11T04:50:52.600Z time: [126.34 ns 126.56 ns 126.76 ns]
53762025-01-11T04:50:52.600Z change: [-1.4463% -0.6152% +0.1792%] (p = 0.14 > 0.05)
53772025-01-11T04:50:52.600Z No change in performance detected.
53782025-01-11T04:50:52.600ZFound 6 outliers among 100 measurements (6.00%)
53792025-01-11T04:50:52.600Z 3 (3.00%) high mild
53802025-01-11T04:50:52.600Z 3 (3.00%) high severe
53812025-01-11T04:50:54.183Z
53822025-01-11T04:50:54.185ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53832025-01-11T04:50:54.185ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
53842025-01-11T04:50:59.400ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0119 s (2.0M iterations)
53852025-01-11T04:51:03.964ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
53862025-01-11T04:51:04.112Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
53872025-01-11T04:51:04.112Z time: [250.03 ns 250.30 ns 250.57 ns]
53882025-01-11T04:51:04.112Z change: [-3.6572% -2.5009% -1.3860%] (p = 0.00 < 0.05)
53892025-01-11T04:51:04.112Z Performance has improved.
53902025-01-11T04:51:04.112ZFound 11 outliers among 100 measurements (11.00%)
53912025-01-11T04:51:04.112Z 1 (1.00%) high mild
53922025-01-11T04:51:04.112Z 10 (10.00%) high severe
53932025-01-11T04:51:05.701Z
53942025-01-11T04:51:05.701ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53952025-01-11T04:51:05.701ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
53962025-01-11T04:51:09.479ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0022 s (11M iterations)
53972025-01-11T04:51:13.004ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
53982025-01-11T04:51:13.150Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
53992025-01-11T04:51:13.150Z time: [74.723 ns 74.877 ns 75.008 ns]
54002025-01-11T04:51:13.150Z change: [+2.7170% +3.2428% +3.7112%] (p = 0.00 < 0.05)
54012025-01-11T04:51:13.150Z Performance has regressed.
54022025-01-11T04:51:13.150ZFound 2 outliers among 100 measurements (2.00%)
54032025-01-11T04:51:13.151Z 1 (1.00%) high mild
54042025-01-11T04:51:13.151Z 1 (1.00%) high severe
54052025-01-11T04:51:14.735Z
54062025-01-11T04:51:14.738ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54072025-01-11T04:51:14.738ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
54082025-01-11T04:51:19.003ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0040 s (4.9M iterations)
54092025-01-11T04:51:23.527ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
54102025-01-11T04:51:23.675Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
54112025-01-11T04:51:23.675Z time: [216.13 ns 216.38 ns 216.59 ns]
54122025-01-11T04:51:23.675Z change: [+0.2691% +1.2570% +2.2401%] (p = 0.01 < 0.05)
54132025-01-11T04:51:23.675Z Change within noise threshold.
54142025-01-11T04:51:23.675ZFound 9 outliers among 100 measurements (9.00%)
54152025-01-11T04:51:23.675Z 2 (2.00%) high mild
54162025-01-11T04:51:23.675Z 7 (7.00%) high severe
54172025-01-11T04:51:25.263Z
54182025-01-11T04:51:25.266ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54192025-01-11T04:51:25.266ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
54202025-01-11T04:51:29.416ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0040 s (5.1M iterations)
54212025-01-11T04:51:33.934ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
54222025-01-11T04:51:34.082Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54232025-01-11T04:51:34.082Z time: [100.11 ns 100.24 ns 100.35 ns]
54242025-01-11T04:51:34.082Z change: [+2.5538% +3.1522% +3.8005%] (p = 0.00 < 0.05)
54252025-01-11T04:51:34.082Z Performance has regressed.
54262025-01-11T04:51:34.082ZFound 5 outliers among 100 measurements (5.00%)
54272025-01-11T04:51:34.082Z 1 (1.00%) low mild
54282025-01-11T04:51:34.082Z 4 (4.00%) high severe
54292025-01-11T04:51:35.669Z
54302025-01-11T04:51:35.672ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54312025-01-11T04:51:35.672ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
54322025-01-11T04:51:40.173ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0099 s (2.3M iterations)
54332025-01-11T04:51:45.035ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
54342025-01-11T04:51:45.182Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
54352025-01-11T04:51:45.182Z time: [246.30 ns 246.38 ns 246.46 ns]
54362025-01-11T04:51:45.182Z change: [-2.3624% -1.4410% -0.4521%] (p = 0.00 < 0.05)
54372025-01-11T04:51:45.182Z Change within noise threshold.
54382025-01-11T04:51:45.182ZFound 30 outliers among 100 measurements (30.00%)
54392025-01-11T04:51:45.182Z 12 (12.00%) low mild
54402025-01-11T04:51:45.182Z 3 (3.00%) high mild
54412025-01-11T04:51:45.182Z 15 (15.00%) high severe
54422025-01-11T04:51:46.769Z
54432025-01-11T04:51:46.771ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
54442025-01-11T04:51:46.771ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
54452025-01-11T04:51:49.781ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0019 s (7.0M iterations)
54462025-01-11T04:51:53.006ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
54472025-01-11T04:51:53.153Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
54482025-01-11T04:51:53.153Z time: [97.345 ns 97.516 ns 97.668 ns]
54492025-01-11T04:51:53.153Z change: [+0.2839% +0.9649% +1.6640%] (p = 0.00 < 0.05)
54502025-01-11T04:51:53.153Z Change within noise threshold.
54512025-01-11T04:51:53.153ZFound 2 outliers among 100 measurements (2.00%)
54522025-01-11T04:51:53.153Z 2 (2.00%) high severe
54532025-01-11T04:51:54.734Z
54542025-01-11T04:51:54.737ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
54552025-01-11T04:51:54.737ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
54562025-01-11T04:52:00.313ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0039 s (3.8M iterations)
54572025-01-11T04:52:04.270ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
54582025-01-11T04:52:04.418Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
54592025-01-11T04:52:04.418Z time: [191.55 ns 191.75 ns 191.96 ns]
54602025-01-11T04:52:04.418Z change: [-3.0816% -1.9967% -0.9370%] (p = 0.00 < 0.05)
54612025-01-11T04:52:04.418Z Change within noise threshold.
54622025-01-11T04:52:04.418ZFound 26 outliers among 100 measurements (26.00%)
54632025-01-11T04:52:04.418Z 1 (1.00%) low severe
54642025-01-11T04:52:04.418Z 14 (14.00%) low mild
54652025-01-11T04:52:04.418Z 3 (3.00%) high mild
54662025-01-11T04:52:04.418Z 8 (8.00%) high severe
54672025-01-11T04:52:06.007Z
54682025-01-11T04:52:06.009ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54692025-01-11T04:52:06.009ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
54702025-01-11T04:52:11.433ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (3.9M iterations)
54712025-01-11T04:52:15.558ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
54722025-01-11T04:52:15.707Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54732025-01-11T04:52:15.707Z time: [119.96 ns 120.04 ns 120.12 ns]
54742025-01-11T04:52:15.707Z change: [+1.9832% +2.9763% +3.8101%] (p = 0.00 < 0.05)
54752025-01-11T04:52:15.707Z Performance has regressed.
54762025-01-11T04:52:15.707ZFound 12 outliers among 100 measurements (12.00%)
54772025-01-11T04:52:15.707Z 6 (6.00%) high mild
54782025-01-11T04:52:15.707Z 6 (6.00%) high severe
54792025-01-11T04:52:17.295Z
54802025-01-11T04:52:17.297ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54812025-01-11T04:52:17.297ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
54822025-01-11T04:52:22.360ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0003 s (2.1M iterations)
54832025-01-11T04:52:26.978ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
54842025-01-11T04:52:27.125Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
54852025-01-11T04:52:27.125Z time: [220.66 ns 220.91 ns 221.21 ns]
54862025-01-11T04:52:27.126Z change: [-3.4811% -2.0517% -0.5894%] (p = 0.00 < 0.05)
54872025-01-11T04:52:27.126Z Change within noise threshold.
54882025-01-11T04:52:27.126ZFound 12 outliers among 100 measurements (12.00%)
54892025-01-11T04:52:27.126Z 1 (1.00%) high mild
54902025-01-11T04:52:27.126Z 11 (11.00%) high severe
54912025-01-11T04:52:28.711Z
54922025-01-11T04:52:28.714ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
54932025-01-11T04:52:28.714ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
54942025-01-11T04:52:33.340ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (9.1M iterations)
54952025-01-11T04:52:37.171ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
54962025-01-11T04:52:37.318Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
54972025-01-11T04:52:37.318Z time: [85.430 ns 85.555 ns 85.716 ns]
54982025-01-11T04:52:37.318Z change: [+5.3248% +6.0149% +6.7525%] (p = 0.00 < 0.05)
54992025-01-11T04:52:37.319Z Performance has regressed.
55002025-01-11T04:52:37.319ZFound 7 outliers among 100 measurements (7.00%)
55012025-01-11T04:52:37.319Z 2 (2.00%) high mild
55022025-01-11T04:52:37.319Z 5 (5.00%) high severe
55032025-01-11T04:52:38.902Z
55042025-01-11T04:52:38.905ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55052025-01-11T04:52:38.905ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
55062025-01-11T04:52:44.346ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (3.9M iterations)
55072025-01-11T04:52:48.899ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
55082025-01-11T04:52:49.046Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
55092025-01-11T04:52:49.046Z time: [254.08 ns 254.40 ns 254.73 ns]
55102025-01-11T04:52:49.046Z change: [+0.5803% +1.5415% +2.4536%] (p = 0.00 < 0.05)
55112025-01-11T04:52:49.047Z Change within noise threshold.
55122025-01-11T04:52:49.047ZFound 13 outliers among 100 measurements (13.00%)
55132025-01-11T04:52:49.047Z 1 (1.00%) low mild
55142025-01-11T04:52:49.047Z 2 (2.00%) high mild
55152025-01-11T04:52:49.047Z 10 (10.00%) high severe
55162025-01-11T04:52:50.637Z
55172025-01-11T04:52:50.637ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55182025-01-11T04:52:50.637ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
55192025-01-11T04:52:55.224ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0038 s (4.6M iterations)
55202025-01-11T04:52:59.842ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
55212025-01-11T04:52:59.988Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55222025-01-11T04:52:59.988Z time: [108.63 ns 108.74 ns 108.85 ns]
55232025-01-11T04:52:59.988Z change: [+1.9647% +3.0814% +3.9662%] (p = 0.00 < 0.05)
55242025-01-11T04:52:59.988Z Performance has regressed.
55252025-01-11T04:52:59.988ZFound 14 outliers among 100 measurements (14.00%)
55262025-01-11T04:52:59.989Z 5 (5.00%) high mild
55272025-01-11T04:52:59.989Z 9 (9.00%) high severe
55282025-01-11T04:53:01.574Z
55292025-01-11T04:53:01.576ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55302025-01-11T04:53:01.576ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
55312025-01-11T04:53:06.647ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0082 s (2.1M iterations)
55322025-01-11T04:53:11.570ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
55332025-01-11T04:53:11.716Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
55342025-01-11T04:53:11.717Z time: [286.29 ns 286.48 ns 286.70 ns]
55352025-01-11T04:53:11.717Z change: [+0.6811% +1.7593% +2.7683%] (p = 0.00 < 0.05)
55362025-01-11T04:53:11.717Z Change within noise threshold.
55372025-01-11T04:53:11.717ZFound 13 outliers among 100 measurements (13.00%)
55382025-01-11T04:53:11.717Z 4 (4.00%) high mild
55392025-01-11T04:53:11.717Z 9 (9.00%) high severe
55402025-01-11T04:53:13.299Z
55412025-01-11T04:53:13.302ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55422025-01-11T04:53:13.302ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
55432025-01-11T04:53:16.839ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0035 s (5.9M iterations)
55442025-01-11T04:53:20.274ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
55452025-01-11T04:53:20.421Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55462025-01-11T04:53:20.421Z time: [102.40 ns 102.55 ns 102.71 ns]
55472025-01-11T04:53:20.422Z change: [+4.4274% +5.2177% +5.9430%] (p = 0.00 < 0.05)
55482025-01-11T04:53:20.422Z Performance has regressed.
55492025-01-11T04:53:20.422ZFound 12 outliers among 100 measurements (12.00%)
55502025-01-11T04:53:20.422Z 6 (6.00%) low mild
55512025-01-11T04:53:20.422Z 3 (3.00%) high mild
55522025-01-11T04:53:20.422Z 3 (3.00%) high severe
55532025-01-11T04:53:22.002Z
55542025-01-11T04:53:22.004ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55552025-01-11T04:53:22.004ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
55562025-01-11T04:53:25.253ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0033 s (3.2M iterations)
55572025-01-11T04:53:29.528ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
55582025-01-11T04:53:29.678Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
55592025-01-11T04:53:29.678Z time: [230.01 ns 230.18 ns 230.35 ns]
55602025-01-11T04:53:29.678Z change: [-3.1951% -1.9882% -0.8541%] (p = 0.00 < 0.05)
55612025-01-11T04:53:29.678Z Change within noise threshold.
55622025-01-11T04:53:29.678ZFound 9 outliers among 100 measurements (9.00%)
55632025-01-11T04:53:29.678Z 2 (2.00%) high mild
55642025-01-11T04:53:29.678Z 7 (7.00%) high severe
55652025-01-11T04:53:31.263Z
55662025-01-11T04:53:31.265ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55672025-01-11T04:53:31.265ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
55682025-01-11T04:53:37.133ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0035 s (3.6M iterations)
55692025-01-11T04:53:41.303ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
55702025-01-11T04:53:41.450Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55712025-01-11T04:53:41.450Z time: [125.86 ns 126.02 ns 126.19 ns]
55722025-01-11T04:53:41.451Z change: [+0.0243% +0.6809% +1.3302%] (p = 0.04 < 0.05)
55732025-01-11T04:53:41.451Z Change within noise threshold.
55742025-01-11T04:53:41.451ZFound 8 outliers among 100 measurements (8.00%)
55752025-01-11T04:53:41.451Z 2 (2.00%) high mild
55762025-01-11T04:53:41.451Z 6 (6.00%) high severe
55772025-01-11T04:53:43.035Z
55782025-01-11T04:53:43.038ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55792025-01-11T04:53:43.038ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
55802025-01-11T04:53:48.657ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0082 s (1.9M iterations)
55812025-01-11T04:53:53.328ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
55822025-01-11T04:53:53.476Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
55832025-01-11T04:53:53.476Z time: [262.06 ns 262.23 ns 262.45 ns]
55842025-01-11T04:53:53.476Z change: [-1.9178% -0.7031% +0.4988%] (p = 0.26 > 0.05)
55852025-01-11T04:53:53.476Z No change in performance detected.
55862025-01-11T04:53:53.476ZFound 15 outliers among 100 measurements (15.00%)
55872025-01-11T04:53:53.476Z 4 (4.00%) high mild
55882025-01-11T04:53:53.476Z 11 (11.00%) high severe
55892025-01-11T04:53:55.057Z
55902025-01-11T04:53:55.059ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
55912025-01-11T04:53:55.059ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
55922025-01-11T04:53:59.654ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (9.1M iterations)
55932025-01-11T04:54:03.418ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
55942025-01-11T04:54:03.566Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
55952025-01-11T04:54:03.566Z time: [75.041 ns 75.191 ns 75.311 ns]
55962025-01-11T04:54:03.566Z change: [+4.2661% +4.9982% +5.8392%] (p = 0.00 < 0.05)
55972025-01-11T04:54:03.566Z Performance has regressed.
55982025-01-11T04:54:03.566ZFound 4 outliers among 100 measurements (4.00%)
55992025-01-11T04:54:03.566Z 3 (3.00%) high mild
56002025-01-11T04:54:03.566Z 1 (1.00%) high severe
56012025-01-11T04:54:05.149Z
56022025-01-11T04:54:05.152ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56032025-01-11T04:54:05.152ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
56042025-01-11T04:54:10.406ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0056 s (4.0M iterations)
56052025-01-11T04:54:14.934ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
56062025-01-11T04:54:15.081Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
56072025-01-11T04:54:15.081Z time: [226.92 ns 227.06 ns 227.20 ns]
56082025-01-11T04:54:15.081Z change: [+1.3989% +2.4207% +3.3967%] (p = 0.00 < 0.05)
56092025-01-11T04:54:15.081Z Performance has regressed.
56102025-01-11T04:54:15.081ZFound 15 outliers among 100 measurements (15.00%)
56112025-01-11T04:54:15.081Z 6 (6.00%) low mild
56122025-01-11T04:54:15.081Z 2 (2.00%) high mild
56132025-01-11T04:54:15.081Z 7 (7.00%) high severe
56142025-01-11T04:54:16.668Z
56152025-01-11T04:54:16.671ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56162025-01-11T04:54:16.671ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
56172025-01-11T04:54:21.192ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0050 s (4.6M iterations)
56182025-01-11T04:54:25.797ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
56192025-01-11T04:54:25.943Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56202025-01-11T04:54:25.943Z time: [97.830 ns 97.906 ns 97.983 ns]
56212025-01-11T04:54:25.943Z change: [+1.2032% +2.0567% +2.9738%] (p = 0.00 < 0.05)
56222025-01-11T04:54:25.943Z Performance has regressed.
56232025-01-11T04:54:25.943ZFound 14 outliers among 100 measurements (14.00%)
56242025-01-11T04:54:25.943Z 4 (4.00%) high mild
56252025-01-11T04:54:25.943Z 10 (10.00%) high severe
56262025-01-11T04:54:27.529Z
56272025-01-11T04:54:27.531ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56282025-01-11T04:54:27.531ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
56292025-01-11T04:54:32.493ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0082 s (2.1M iterations)
56302025-01-11T04:54:37.384ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
56312025-01-11T04:54:37.532Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
56322025-01-11T04:54:37.532Z time: [258.20 ns 258.33 ns 258.49 ns]
56332025-01-11T04:54:37.532Z change: [+2.2864% +3.3572% +4.3155%] (p = 0.00 < 0.05)
56342025-01-11T04:54:37.532Z Performance has regressed.
56352025-01-11T04:54:37.532ZFound 12 outliers among 100 measurements (12.00%)
56362025-01-11T04:54:37.532Z 1 (1.00%) high mild
56372025-01-11T04:54:37.532Z 11 (11.00%) high severe
56382025-01-11T04:54:39.118Z
56392025-01-11T04:54:39.120ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
56402025-01-11T04:54:39.120ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
56412025-01-11T04:54:42.592ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0022 s (6.0M iterations)
56422025-01-11T04:54:46.040ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
56432025-01-11T04:54:46.187Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
56442025-01-11T04:54:46.188Z time: [97.870 ns 97.999 ns 98.118 ns]
56452025-01-11T04:54:46.188Z change: [+3.1950% +3.8761% +4.5914%] (p = 0.00 < 0.05)
56462025-01-11T04:54:46.188Z Performance has regressed.
56472025-01-11T04:54:46.188ZFound 12 outliers among 100 measurements (12.00%)
56482025-01-11T04:54:46.188Z 7 (7.00%) low mild
56492025-01-11T04:54:46.188Z 1 (1.00%) high mild
56502025-01-11T04:54:46.188Z 4 (4.00%) high severe
56512025-01-11T04:54:47.772Z
56522025-01-11T04:54:47.775ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
56532025-01-11T04:54:47.775ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
56542025-01-11T04:54:50.824ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0057 s (3.4M iterations)
56552025-01-11T04:54:55.158ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
56562025-01-11T04:54:55.305Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
56572025-01-11T04:54:55.305Z time: [201.19 ns 201.26 ns 201.32 ns]
56582025-01-11T04:54:55.305Z change: [-7.0404% -6.1476% -5.1978%] (p = 0.00 < 0.05)
56592025-01-11T04:54:55.305Z Performance has improved.
56602025-01-11T04:54:55.305ZFound 21 outliers among 100 measurements (21.00%)
56612025-01-11T04:54:55.306Z 9 (9.00%) low mild
56622025-01-11T04:54:55.306Z 2 (2.00%) high mild
56632025-01-11T04:54:55.306Z 10 (10.00%) high severe
56642025-01-11T04:54:56.890Z
56652025-01-11T04:54:56.893ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56662025-01-11T04:54:56.893ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
56672025-01-11T04:55:02.676ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0012 s (3.6M iterations)
56682025-01-11T04:55:06.854ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
56692025-01-11T04:55:07.003Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56702025-01-11T04:55:07.003Z time: [121.59 ns 121.65 ns 121.71 ns]
56712025-01-11T04:55:07.003Z change: [+1.6494% +2.3851% +3.1816%] (p = 0.00 < 0.05)
56722025-01-11T04:55:07.003Z Performance has regressed.
56732025-01-11T04:55:07.003ZFound 16 outliers among 100 measurements (16.00%)
56742025-01-11T04:55:07.003Z 7 (7.00%) low mild
56752025-01-11T04:55:07.003Z 3 (3.00%) high mild
56762025-01-11T04:55:07.003Z 6 (6.00%) high severe
56772025-01-11T04:55:08.593Z
56782025-01-11T04:55:08.596ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56792025-01-11T04:55:08.596ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
56802025-01-11T04:55:14.054ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0101 s (1.9M iterations)
56812025-01-11T04:55:18.775ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
56822025-01-11T04:55:18.921Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
56832025-01-11T04:55:18.922Z time: [230.89 ns 231.23 ns 231.62 ns]
56842025-01-11T04:55:18.922Z change: [-3.4718% -2.1460% -0.8462%] (p = 0.00 < 0.05)
56852025-01-11T04:55:18.922Z Change within noise threshold.
56862025-01-11T04:55:18.922ZFound 13 outliers among 100 measurements (13.00%)
56872025-01-11T04:55:18.922Z 3 (3.00%) high mild
56882025-01-11T04:55:18.922Z 10 (10.00%) high severe
56892025-01-11T04:55:20.511Z
56902025-01-11T04:55:20.513ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
56912025-01-11T04:55:20.513ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
56922025-01-11T04:55:24.533ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0016 s (10M iterations)
56932025-01-11T04:55:28.148ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
56942025-01-11T04:55:28.296Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
56952025-01-11T04:55:28.296Z time: [86.911 ns 87.010 ns 87.095 ns]
56962025-01-11T04:55:28.296Z change: [+4.4903% +4.9440% +5.4112%] (p = 0.00 < 0.05)
56972025-01-11T04:55:28.296Z Performance has regressed.
56982025-01-11T04:55:28.297ZFound 5 outliers among 100 measurements (5.00%)
56992025-01-11T04:55:28.297Z 3 (3.00%) high mild
57002025-01-11T04:55:28.297Z 2 (2.00%) high severe
57012025-01-11T04:55:29.876Z
57022025-01-11T04:55:29.878ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57032025-01-11T04:55:29.878ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57042025-01-11T04:55:34.511ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0055 s (4.5M iterations)
57052025-01-11T04:55:39.477ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
57062025-01-11T04:55:39.624Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57072025-01-11T04:55:39.624Z time: [278.79 ns 280.86 ns 283.57 ns]
57082025-01-11T04:55:39.624Z change: [-16.181% -0.6193% +18.590%] (p = 0.95 > 0.05)
57092025-01-11T04:55:39.624Z No change in performance detected.
57102025-01-11T04:55:39.624ZFound 13 outliers among 100 measurements (13.00%)
57112025-01-11T04:55:39.624Z 5 (5.00%) high mild
57122025-01-11T04:55:39.624Z 8 (8.00%) high severe
57132025-01-11T04:55:41.213Z
57142025-01-11T04:55:41.216ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57152025-01-11T04:55:41.216ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57162025-01-11T04:55:45.141ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0023 s (5.3M iterations)
57172025-01-11T04:55:49.978ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57182025-01-11T04:55:50.125Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57192025-01-11T04:55:50.125Z time: [111.42 ns 111.52 ns 111.61 ns]
57202025-01-11T04:55:50.125Z change: [+3.0042% +3.4361% +3.8517%] (p = 0.00 < 0.05)
57212025-01-11T04:55:50.125Z Performance has regressed.
57222025-01-11T04:55:50.125ZFound 12 outliers among 100 measurements (12.00%)
57232025-01-11T04:55:50.125Z 5 (5.00%) low mild
57242025-01-11T04:55:50.125Z 4 (4.00%) high mild
57252025-01-11T04:55:50.125Z 3 (3.00%) high severe
57262025-01-11T04:55:51.710Z
57272025-01-11T04:55:51.712ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57282025-01-11T04:55:51.712ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57292025-01-11T04:55:56.388ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0014 s (2.2M iterations)
57302025-01-11T04:56:01.567ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57312025-01-11T04:56:01.715Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
57322025-01-11T04:56:01.716Z time: [337.53 ns 341.69 ns 347.17 ns]
57332025-01-11T04:56:01.716Z change: [-17.410% -1.6606% +18.283%] (p = 0.86 > 0.05)
57342025-01-11T04:56:01.716Z No change in performance detected.
57352025-01-11T04:56:01.716ZFound 13 outliers among 100 measurements (13.00%)
57362025-01-11T04:56:01.716Z 4 (4.00%) high mild
57372025-01-11T04:56:01.716Z 9 (9.00%) high severe
57382025-01-11T04:56:03.303Z
57392025-01-11T04:56:03.303ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57402025-01-11T04:56:03.303ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
57412025-01-11T04:56:09.496ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0029 s (6.8M iterations)
57422025-01-11T04:56:12.897ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
57432025-01-11T04:56:13.044Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57442025-01-11T04:56:13.044Z time: [105.03 ns 105.13 ns 105.21 ns]
57452025-01-11T04:56:13.044Z change: [+3.1045% +3.6593% +4.2625%] (p = 0.00 < 0.05)
57462025-01-11T04:56:13.044Z Performance has regressed.
57472025-01-11T04:56:13.044ZFound 10 outliers among 100 measurements (10.00%)
57482025-01-11T04:56:13.044Z 8 (8.00%) low mild
57492025-01-11T04:56:13.044Z 1 (1.00%) high mild
57502025-01-11T04:56:13.044Z 1 (1.00%) high severe
57512025-01-11T04:56:14.624Z
57522025-01-11T04:56:14.626ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57532025-01-11T04:56:14.627ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
57542025-01-11T04:56:20.350ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0051 s (3.7M iterations)
57552025-01-11T04:56:24.879ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
57562025-01-11T04:56:25.025Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
57572025-01-11T04:56:25.025Z time: [258.74 ns 260.06 ns 261.46 ns]
57582025-01-11T04:56:25.025Z change: [-10.043% +1.5108% +14.901%] (p = 0.83 > 0.05)
57592025-01-11T04:56:25.025Z No change in performance detected.
57602025-01-11T04:56:25.025ZFound 15 outliers among 100 measurements (15.00%)
57612025-01-11T04:56:25.025Z 6 (6.00%) high mild
57622025-01-11T04:56:25.025Z 9 (9.00%) high severe
57632025-01-11T04:56:26.610Z
57642025-01-11T04:56:26.613ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57652025-01-11T04:56:26.613ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
57662025-01-11T04:56:31.691ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (4.1M iterations)
57672025-01-11T04:56:36.017ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
57682025-01-11T04:56:36.165Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57692025-01-11T04:56:36.165Z time: [125.73 ns 125.78 ns 125.84 ns]
57702025-01-11T04:56:36.165Z change: [-1.5619% -0.9585% -0.3488%] (p = 0.00 < 0.05)
57712025-01-11T04:56:36.165Z Change within noise threshold.
57722025-01-11T04:56:36.165ZFound 15 outliers among 100 measurements (15.00%)
57732025-01-11T04:56:36.165Z 5 (5.00%) high mild
57742025-01-11T04:56:36.165Z 10 (10.00%) high severe
57752025-01-11T04:56:37.755Z
57762025-01-11T04:56:37.758ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57772025-01-11T04:56:37.758ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
57782025-01-11T04:56:42.852ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0072 s (2.1M iterations)
57792025-01-11T04:56:47.816ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
57802025-01-11T04:56:47.961Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
57812025-01-11T04:56:47.961Z time: [294.04 ns 296.74 ns 300.22 ns]
57822025-01-11T04:56:47.961Z change: [-15.766% -4.2128% +7.9376%] (p = 0.53 > 0.05)
57832025-01-11T04:56:47.961Z No change in performance detected.
57842025-01-11T04:56:47.961ZFound 12 outliers among 100 measurements (12.00%)
57852025-01-11T04:56:47.961Z 5 (5.00%) high mild
57862025-01-11T04:56:47.961Z 7 (7.00%) high severe
57872025-01-11T04:56:49.546Z
57882025-01-11T04:56:49.549ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
57892025-01-11T04:56:49.549ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
57902025-01-11T04:56:52.972ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0000 s (12M iterations)
57912025-01-11T04:56:57.025ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
57922025-01-11T04:56:57.172Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
57932025-01-11T04:56:57.172Z time: [74.579 ns 74.703 ns 74.806 ns]
57942025-01-11T04:56:57.172Z change: [+2.2115% +2.7483% +3.2911%] (p = 0.00 < 0.05)
57952025-01-11T04:56:57.172Z Performance has regressed.
57962025-01-11T04:56:57.174ZFound 3 outliers among 100 measurements (3.00%)
57972025-01-11T04:56:57.174Z 2 (2.00%) high mild
57982025-01-11T04:56:57.174Z 1 (1.00%) high severe
57992025-01-11T04:56:58.753Z
58002025-01-11T04:56:58.755ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58012025-01-11T04:56:58.755ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58022025-01-11T04:57:03.178ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0022 s (4.7M iterations)
58032025-01-11T04:57:08.188ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
58042025-01-11T04:57:08.336Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58052025-01-11T04:57:08.336Z time: [248.75 ns 250.70 ns 253.23 ns]
58062025-01-11T04:57:08.337Z change: [-17.021% +0.5141% +21.003%] (p = 0.96 > 0.05)
58072025-01-11T04:57:08.337Z No change in performance detected.
58082025-01-11T04:57:08.337ZFound 12 outliers among 100 measurements (12.00%)
58092025-01-11T04:57:08.337Z 4 (4.00%) high mild
58102025-01-11T04:57:08.337Z 8 (8.00%) high severe
58112025-01-11T04:57:09.920Z
58122025-01-11T04:57:09.920ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58132025-01-11T04:57:09.920ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58142025-01-11T04:57:13.879ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0042 s (5.3M iterations)
58152025-01-11T04:57:18.586ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58162025-01-11T04:57:18.733Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58172025-01-11T04:57:18.733Z time: [99.461 ns 99.570 ns 99.685 ns]
58182025-01-11T04:57:18.733Z change: [+1.7580% +2.2091% +2.6256%] (p = 0.00 < 0.05)
58192025-01-11T04:57:18.733Z Performance has regressed.
58202025-01-11T04:57:18.733ZFound 13 outliers among 100 measurements (13.00%)
58212025-01-11T04:57:18.733Z 4 (4.00%) low mild
58222025-01-11T04:57:18.733Z 4 (4.00%) high mild
58232025-01-11T04:57:18.733Z 5 (5.00%) high severe
58242025-01-11T04:57:20.322Z
58252025-01-11T04:57:20.324ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58262025-01-11T04:57:20.324ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58272025-01-11T04:57:24.968ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0103 s (2.3M iterations)
58282025-01-11T04:57:30.100ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58292025-01-11T04:57:30.247Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58302025-01-11T04:57:30.247Z time: [320.88 ns 324.70 ns 329.73 ns]
58312025-01-11T04:57:30.247Z change: [-15.039% +2.4756% +21.648%] (p = 0.80 > 0.05)
58322025-01-11T04:57:30.247Z No change in performance detected.
58332025-01-11T04:57:30.247ZFound 13 outliers among 100 measurements (13.00%)
58342025-01-11T04:57:30.247Z 5 (5.00%) high mild
58352025-01-11T04:57:30.247Z 8 (8.00%) high severe
58362025-01-11T04:57:31.837Z
58372025-01-11T04:57:31.839ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58382025-01-11T04:57:31.839ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58392025-01-11T04:57:37.763ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0014 s (7.1M iterations)
58402025-01-11T04:57:41.039ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
58412025-01-11T04:57:41.185Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58422025-01-11T04:57:41.185Z time: [98.434 ns 98.557 ns 98.675 ns]
58432025-01-11T04:57:41.185Z change: [+4.6546% +5.3621% +6.0639%] (p = 0.00 < 0.05)
58442025-01-11T04:57:41.185Z Performance has regressed.
58452025-01-11T04:57:41.185ZFound 13 outliers among 100 measurements (13.00%)
58462025-01-11T04:57:41.185Z 10 (10.00%) low mild
58472025-01-11T04:57:41.185Z 1 (1.00%) high mild
58482025-01-11T04:57:41.186Z 2 (2.00%) high severe
58492025-01-11T04:57:42.771Z
58502025-01-11T04:57:42.773ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58512025-01-11T04:57:42.773ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58522025-01-11T04:57:48.245ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0022 s (3.8M iterations)
58532025-01-11T04:57:52.775ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
58542025-01-11T04:57:52.898Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
58552025-01-11T04:57:52.898Z time: [212.53 ns 213.94 ns 215.76 ns]
58562025-01-11T04:57:52.898Z change: [-14.029% -2.4729% +11.056%] (p = 0.73 > 0.05)
58572025-01-11T04:57:52.898Z No change in performance detected.
58582025-01-11T04:57:52.898ZFound 13 outliers among 100 measurements (13.00%)
58592025-01-11T04:57:52.898Z 6 (6.00%) high mild
58602025-01-11T04:57:52.898Z 7 (7.00%) high severe
58612025-01-11T04:57:54.483Z
58622025-01-11T04:57:54.486ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58632025-01-11T04:57:54.486ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
58642025-01-11T04:57:59.492ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0009 s (4.2M iterations)
58652025-01-11T04:58:03.827ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
58662025-01-11T04:58:03.971Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58672025-01-11T04:58:03.971Z time: [120.69 ns 120.75 ns 120.82 ns]
58682025-01-11T04:58:03.971Z change: [+0.2150% +0.8257% +1.4590%] (p = 0.01 < 0.05)
58692025-01-11T04:58:03.971Z Change within noise threshold.
58702025-01-11T04:58:03.971ZFound 12 outliers among 100 measurements (12.00%)
58712025-01-11T04:58:03.971Z 4 (4.00%) low mild
58722025-01-11T04:58:03.971Z 4 (4.00%) high mild
58732025-01-11T04:58:03.971Z 4 (4.00%) high severe
58742025-01-11T04:58:05.560Z
58752025-01-11T04:58:05.562ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58762025-01-11T04:58:05.563ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
58772025-01-11T04:58:10.563ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0118 s (2.1M iterations)
58782025-01-11T04:58:15.525ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
58792025-01-11T04:58:15.674Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
58802025-01-11T04:58:15.674Z time: [256.93 ns 259.37 ns 262.58 ns]
58812025-01-11T04:58:15.674Z change: [-14.801% -1.8868% +11.422%] (p = 0.80 > 0.05)
58822025-01-11T04:58:15.674Z No change in performance detected.
58832025-01-11T04:58:15.674ZFound 12 outliers among 100 measurements (12.00%)
58842025-01-11T04:58:15.674Z 5 (5.00%) high mild
58852025-01-11T04:58:15.674Z 7 (7.00%) high severe
58862025-01-11T04:58:17.257Z
58872025-01-11T04:58:17.259ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
58882025-01-11T04:58:17.259ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
58892025-01-11T04:58:21.570ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (9.7M iterations)
58902025-01-11T04:58:25.684ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
58912025-01-11T04:58:25.833Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
58922025-01-11T04:58:25.833Z time: [85.544 ns 85.655 ns 85.746 ns]
58932025-01-11T04:58:25.833Z change: [+5.3588% +6.0287% +6.7169%] (p = 0.00 < 0.05)
58942025-01-11T04:58:25.833Z Performance has regressed.
58952025-01-11T04:58:25.833ZFound 4 outliers among 100 measurements (4.00%)
58962025-01-11T04:58:25.833Z 1 (1.00%) high mild
58972025-01-11T04:58:25.833Z 3 (3.00%) high severe
58982025-01-11T04:58:27.418Z
58992025-01-11T04:58:27.421ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59002025-01-11T04:58:27.421ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59012025-01-11T04:58:32.924ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0047 s (3.8M iterations)
59022025-01-11T04:58:37.948ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59032025-01-11T04:58:38.094Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59042025-01-11T04:58:38.094Z time: [301.26 ns 304.11 ns 307.84 ns]
59052025-01-11T04:58:38.094Z change: [-15.552% +1.0180% +21.802%] (p = 0.92 > 0.05)
59062025-01-11T04:58:38.094Z No change in performance detected.
59072025-01-11T04:58:38.094ZFound 13 outliers among 100 measurements (13.00%)
59082025-01-11T04:58:38.094Z 6 (6.00%) high mild
59092025-01-11T04:58:38.094Z 7 (7.00%) high severe
59102025-01-11T04:58:39.679Z
59112025-01-11T04:58:39.681ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59122025-01-11T04:58:39.681ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59132025-01-11T04:58:44.150ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0012 s (4.7M iterations)
59142025-01-11T04:58:48.886ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59152025-01-11T04:58:49.033Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59162025-01-11T04:58:49.033Z time: [109.02 ns 109.12 ns 109.23 ns]
59172025-01-11T04:58:49.034Z change: [+2.7681% +3.5993% +4.4593%] (p = 0.00 < 0.05)
59182025-01-11T04:58:49.034Z Performance has regressed.
59192025-01-11T04:58:49.034ZFound 15 outliers among 100 measurements (15.00%)
59202025-01-11T04:58:49.034Z 3 (3.00%) low mild
59212025-01-11T04:58:49.034Z 1 (1.00%) high mild
59222025-01-11T04:58:49.034Z 11 (11.00%) high severe
59232025-01-11T04:58:50.616Z
59242025-01-11T04:58:50.619ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59252025-01-11T04:58:50.619ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59262025-01-11T04:58:55.784ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0014 s (2.0M iterations)
59272025-01-11T04:59:00.989ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59282025-01-11T04:59:01.136Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59292025-01-11T04:59:01.136Z time: [366.68 ns 371.95 ns 378.73 ns]
59302025-01-11T04:59:01.136Z change: [-18.448% -1.5164% +18.278%] (p = 0.88 > 0.05)
59312025-01-11T04:59:01.136Z No change in performance detected.
59322025-01-11T04:59:01.136ZFound 12 outliers among 100 measurements (12.00%)
59332025-01-11T04:59:01.136Z 5 (5.00%) high mild
59342025-01-11T04:59:01.136Z 7 (7.00%) high severe
59352025-01-11T04:59:02.724Z
59362025-01-11T04:59:02.727ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59372025-01-11T04:59:02.727ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59382025-01-11T04:59:05.954ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0009 s (6.5M iterations)
59392025-01-11T04:59:09.717ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
59402025-01-11T04:59:09.864Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59412025-01-11T04:59:09.864Z time: [102.67 ns 102.93 ns 103.15 ns]
59422025-01-11T04:59:09.864Z change: [+2.3676% +3.2446% +4.0421%] (p = 0.00 < 0.05)
59432025-01-11T04:59:09.864Z Performance has regressed.
59442025-01-11T04:59:09.864ZFound 3 outliers among 100 measurements (3.00%)
59452025-01-11T04:59:09.864Z 3 (3.00%) high severe
59462025-01-11T04:59:11.447Z
59472025-01-11T04:59:11.449ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59482025-01-11T04:59:11.449ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59492025-01-11T04:59:14.571ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0023 s (3.4M iterations)
59502025-01-11T04:59:19.375ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
59512025-01-11T04:59:19.522Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59522025-01-11T04:59:19.522Z time: [257.23 ns 259.18 ns 261.67 ns]
59532025-01-11T04:59:19.522Z change: [-11.835% +0.8441% +16.050%] (p = 0.90 > 0.05)
59542025-01-11T04:59:19.522Z No change in performance detected.
59552025-01-11T04:59:19.522ZFound 12 outliers among 100 measurements (12.00%)
59562025-01-11T04:59:19.522Z 5 (5.00%) high mild
59572025-01-11T04:59:19.522Z 7 (7.00%) high severe
59582025-01-11T04:59:21.109Z
59592025-01-11T04:59:21.112ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59602025-01-11T04:59:21.112ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
59612025-01-11T04:59:26.744ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0062 s (3.7M iterations)
59622025-01-11T04:59:31.055ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
59632025-01-11T04:59:31.204Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59642025-01-11T04:59:31.204Z time: [125.84 ns 125.91 ns 125.99 ns]
59652025-01-11T04:59:31.204Z change: [+0.0995% +0.7229% +1.3921%] (p = 0.01 < 0.05)
59662025-01-11T04:59:31.204Z Change within noise threshold.
59672025-01-11T04:59:31.204ZFound 9 outliers among 100 measurements (9.00%)
59682025-01-11T04:59:31.204Z 2 (2.00%) low mild
59692025-01-11T04:59:31.204Z 1 (1.00%) high mild
59702025-01-11T04:59:31.204Z 6 (6.00%) high severe
59712025-01-11T04:59:32.787Z
59722025-01-11T04:59:32.790ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59732025-01-11T04:59:32.790ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
59742025-01-11T04:59:38.362ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0069 s (1.9M iterations)
59752025-01-11T04:59:43.412ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
59762025-01-11T04:59:43.559Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
59772025-01-11T04:59:43.559Z time: [313.55 ns 316.57 ns 320.54 ns]
59782025-01-11T04:59:43.559Z change: [-12.523% -0.1988% +14.425%] (p = 0.98 > 0.05)
59792025-01-11T04:59:43.559Z No change in performance detected.
59802025-01-11T04:59:43.559ZFound 13 outliers among 100 measurements (13.00%)
59812025-01-11T04:59:43.559Z 5 (5.00%) high mild
59822025-01-11T04:59:43.559Z 8 (8.00%) high severe
59832025-01-11T04:59:45.143Z
59842025-01-11T04:59:45.145ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
59852025-01-11T04:59:45.146ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
59862025-01-11T04:59:49.417ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (9.8M iterations)
59872025-01-11T04:59:53.463ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
59882025-01-11T04:59:53.612Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
59892025-01-11T04:59:53.612Z time: [75.109 ns 75.260 ns 75.378 ns]
59902025-01-11T04:59:53.612Z change: [+4.3787% +5.0404% +5.7218%] (p = 0.00 < 0.05)
59912025-01-11T04:59:53.612Z Performance has regressed.
59922025-01-11T04:59:53.612ZFound 2 outliers among 100 measurements (2.00%)
59932025-01-11T04:59:53.612Z 1 (1.00%) high mild
59942025-01-11T04:59:53.612Z 1 (1.00%) high severe
59952025-01-11T04:59:55.194Z
59962025-01-11T04:59:55.196ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
59972025-01-11T04:59:55.196ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
59982025-01-11T05:00:00.428ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0037 s (4.0M iterations)
59992025-01-11T05:00:05.449ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60002025-01-11T05:00:05.597Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60012025-01-11T05:00:05.597Z time: [263.95 ns 266.59 ns 269.97 ns]
60022025-01-11T05:00:05.597Z change: [-18.751% -0.6380% +22.520%] (p = 0.96 > 0.05)
60032025-01-11T05:00:05.597Z No change in performance detected.
60042025-01-11T05:00:05.597ZFound 12 outliers among 100 measurements (12.00%)
60052025-01-11T05:00:05.597Z 4 (4.00%) high mild
60062025-01-11T05:00:05.597Z 8 (8.00%) high severe
60072025-01-11T05:00:07.185Z
60082025-01-11T05:00:07.187ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60092025-01-11T05:00:07.187ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60102025-01-11T05:00:11.489ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (4.9M iterations)
60112025-01-11T05:00:16.338ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60122025-01-11T05:00:16.486Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60132025-01-11T05:00:16.486Z time: [97.787 ns 97.907 ns 98.054 ns]
60142025-01-11T05:00:16.486Z change: [+1.6794% +2.5521% +3.5142%] (p = 0.00 < 0.05)
60152025-01-11T05:00:16.486Z Performance has regressed.
60162025-01-11T05:00:16.486ZFound 10 outliers among 100 measurements (10.00%)
60172025-01-11T05:00:16.486Z 2 (2.00%) high mild
60182025-01-11T05:00:16.486Z 8 (8.00%) high severe
60192025-01-11T05:00:18.069Z
60202025-01-11T05:00:18.072ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60212025-01-11T05:00:18.072ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60222025-01-11T05:00:23.208ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0106 s (2.0M iterations)
60232025-01-11T05:00:28.410ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60242025-01-11T05:00:28.556Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60252025-01-11T05:00:28.559Z time: [342.44 ns 347.56 ns 354.23 ns]
60262025-01-11T05:00:28.559Z change: [-14.231% +4.1199% +25.208%] (p = 0.69 > 0.05)
60272025-01-11T05:00:28.559Z No change in performance detected.
60282025-01-11T05:00:28.559ZFound 12 outliers among 100 measurements (12.00%)
60292025-01-11T05:00:28.559Z 5 (5.00%) high mild
60302025-01-11T05:00:28.559Z 7 (7.00%) high severe
60312025-01-11T05:00:30.146Z
60322025-01-11T05:00:30.149ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60332025-01-11T05:00:30.149ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60342025-01-11T05:00:33.257ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.7M iterations)
60352025-01-11T05:00:37.095ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60362025-01-11T05:00:37.242Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60372025-01-11T05:00:37.242Z time: [98.860 ns 98.947 ns 99.017 ns]
60382025-01-11T05:00:37.242Z change: [+3.2702% +3.8128% +4.3389%] (p = 0.00 < 0.05)
60392025-01-11T05:00:37.242Z Performance has regressed.
60402025-01-11T05:00:37.242ZFound 5 outliers among 100 measurements (5.00%)
60412025-01-11T05:00:37.242Z 3 (3.00%) low mild
60422025-01-11T05:00:37.242Z 2 (2.00%) high severe
60432025-01-11T05:00:38.819Z
60442025-01-11T05:00:38.822ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60452025-01-11T05:00:38.822ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60462025-01-11T05:00:41.843ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0022 s (3.5M iterations)
60472025-01-11T05:00:46.665ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60482025-01-11T05:00:46.812Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60492025-01-11T05:00:46.812Z time: [227.37 ns 228.94 ns 230.99 ns]
60502025-01-11T05:00:46.812Z change: [-15.546% -2.7172% +10.694%] (p = 0.71 > 0.05)
60512025-01-11T05:00:46.812Z No change in performance detected.
60522025-01-11T05:00:46.812ZFound 13 outliers among 100 measurements (13.00%)
60532025-01-11T05:00:46.812Z 5 (5.00%) high mild
60542025-01-11T05:00:46.812Z 8 (8.00%) high severe
60552025-01-11T05:00:48.398Z
60562025-01-11T05:00:48.400ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60572025-01-11T05:00:48.400ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
60582025-01-11T05:00:53.919ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0051 s (3.8M iterations)
60592025-01-11T05:00:58.298ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
60602025-01-11T05:00:58.445Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60612025-01-11T05:00:58.445Z time: [121.34 ns 121.38 ns 121.43 ns]
60622025-01-11T05:00:58.445Z change: [+0.2421% +1.0634% +1.8045%] (p = 0.00 < 0.05)
60632025-01-11T05:00:58.445Z Change within noise threshold.
60642025-01-11T05:00:58.445ZFound 11 outliers among 100 measurements (11.00%)
60652025-01-11T05:00:58.445Z 2 (2.00%) low mild
60662025-01-11T05:00:58.448Z 1 (1.00%) high mild
60672025-01-11T05:00:58.448Z 8 (8.00%) high severe
60682025-01-11T05:01:00.029Z
60692025-01-11T05:01:00.032ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60702025-01-11T05:01:00.033ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
60712025-01-11T05:01:05.476ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0095 s (1.9M iterations)
60722025-01-11T05:01:10.473ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
60732025-01-11T05:01:10.619Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60742025-01-11T05:01:10.619Z time: [272.54 ns 275.56 ns 279.46 ns]
60752025-01-11T05:01:10.619Z change: [-15.096% -2.2898% +12.617%] (p = 0.76 > 0.05)
60762025-01-11T05:01:10.619Z No change in performance detected.
60772025-01-11T05:01:10.619ZFound 13 outliers among 100 measurements (13.00%)
60782025-01-11T05:01:10.619Z 6 (6.00%) high mild
60792025-01-11T05:01:10.619Z 7 (7.00%) high severe
60802025-01-11T05:01:12.207Z
60812025-01-11T05:01:12.210ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
60822025-01-11T05:01:12.210ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
60832025-01-11T05:01:12.210ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0086 ms (550 iterations)
60842025-01-11T05:01:12.210ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
60852025-01-11T05:01:12.210Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
60862025-01-11T05:01:12.210Z time: [19.000 19.000 19.000 ]
60872025-01-11T05:01:12.210Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
60882025-01-11T05:01:12.210Z No change in performance detected.
60892025-01-11T05:01:12.213Z
60902025-01-11T05:01:12.213ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
60912025-01-11T05:01:12.213ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
60922025-01-11T05:01:12.213ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0638 ms (715 iterations)
60932025-01-11T05:01:12.213ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
60942025-01-11T05:01:12.213Zprocess/Hairpin-DHCPv4/alloc_ct/Request
60952025-01-11T05:01:12.213Z time: [19.000 19.000 19.000 ]
60962025-01-11T05:01:12.213Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
60972025-01-11T05:01:12.213Z No change in performance detected.
60982025-01-11T05:01:12.216Z
60992025-01-11T05:01:12.216ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
61002025-01-11T05:01:12.216ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
61012025-01-11T05:01:12.216ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1028 ms (495 iterations)
61022025-01-11T05:01:12.216ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
61032025-01-11T05:01:12.216Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
61042025-01-11T05:01:12.216Z time: [21.000 21.000 21.000 ]
61052025-01-11T05:01:12.216Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61062025-01-11T05:01:12.216Z No change in performance detected.
61072025-01-11T05:01:12.219Z
61082025-01-11T05:01:12.219ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
61092025-01-11T05:01:12.219ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
61102025-01-11T05:01:12.219ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0829 ms (440 iterations)
61112025-01-11T05:01:12.219ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
61122025-01-11T05:01:12.221Zprocess/Hairpin-DHCPv6/alloc_ct/Request
61132025-01-11T05:01:12.221Z time: [22.000 22.000 22.000 ]
61142025-01-11T05:01:12.221Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61152025-01-11T05:01:12.221Z No change in performance detected.
61162025-01-11T05:01:12.221Z
61172025-01-11T05:01:12.221ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
61182025-01-11T05:01:12.221ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
61192025-01-11T05:01:12.221ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0468 ms (880 iterations)
61202025-01-11T05:01:12.221ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
61212025-01-11T05:01:12.224Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
61222025-01-11T05:01:12.224Z time: [13.000 13.000 13.000 ]
61232025-01-11T05:01:12.224Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61242025-01-11T05:01:12.224Z No change in performance detected.
61252025-01-11T05:01:12.224Z
61262025-01-11T05:01:12.224ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
61272025-01-11T05:01:12.224ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
61282025-01-11T05:01:12.224ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0175 ms (770 iterations)
61292025-01-11T05:01:12.224ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
61302025-01-11T05:01:12.227Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
61312025-01-11T05:01:12.227Z time: [12.000 12.000 12.000 ]
61322025-01-11T05:01:12.227Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61332025-01-11T05:01:12.227Z No change in performance detected.
61342025-01-11T05:01:12.228Z
61352025-01-11T05:01:12.228ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61362025-01-11T05:01:12.228ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
61372025-01-11T05:01:12.228ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0624 ms (715 iterations)
61382025-01-11T05:01:12.228ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
61392025-01-11T05:01:12.230Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61402025-01-11T05:01:12.231Z time: [14.000 14.000 14.000 ]
61412025-01-11T05:01:12.231Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61422025-01-11T05:01:12.231Z No change in performance detected.
61432025-01-11T05:01:12.231Z
61442025-01-11T05:01:12.231ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61452025-01-11T05:01:12.231ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
61462025-01-11T05:01:12.231ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0328 ms (715 iterations)
61472025-01-11T05:01:12.231ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
61482025-01-11T05:01:12.231Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61492025-01-11T05:01:12.231Z time: [14.000 14.000 14.000 ]
61502025-01-11T05:01:12.231Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61512025-01-11T05:01:12.231Z No change in performance detected.
61522025-01-11T05:01:12.233Z
61532025-01-11T05:01:12.233ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
61542025-01-11T05:01:12.233ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
61552025-01-11T05:01:12.233ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0011 ms (825 iterations)
61562025-01-11T05:01:12.233ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
61572025-01-11T05:01:12.233Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
61582025-01-11T05:01:12.233Z time: [3.0000 3.0000 3.0000 ]
61592025-01-11T05:01:12.233Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61602025-01-11T05:01:12.233Z No change in performance detected.
61612025-01-11T05:01:12.233Z
61622025-01-11T05:01:12.236ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
61632025-01-11T05:01:12.236ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
61642025-01-11T05:01:12.236ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0612 ms (440 iterations)
61652025-01-11T05:01:12.236ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
61662025-01-11T05:01:12.236Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
61672025-01-11T05:01:12.236Z time: [3.0000 3.0000 3.0000 ]
61682025-01-11T05:01:12.236Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61692025-01-11T05:01:12.236Z No change in performance detected.
61702025-01-11T05:01:12.236Z
61712025-01-11T05:01:12.237ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
61722025-01-11T05:01:12.237ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
61732025-01-11T05:01:12.240ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0623 ms (440 iterations)
61742025-01-11T05:01:12.240ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
61752025-01-11T05:01:12.240ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
61762025-01-11T05:01:12.240Z
61772025-01-11T05:01:12.240ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
61782025-01-11T05:01:12.240ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
61792025-01-11T05:01:12.240ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1305 ms (440 iterations)
61802025-01-11T05:01:12.240ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
61812025-01-11T05:01:12.240ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
61822025-01-11T05:01:12.241Z
61832025-01-11T05:01:12.241ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
61842025-01-11T05:01:12.241ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
61852025-01-11T05:01:12.241ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0535 ms (990 iterations)
61862025-01-11T05:01:12.241ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
61872025-01-11T05:01:12.243Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
61882025-01-11T05:01:12.243Z time: [3.0000 3.0000 3.0000 ]
61892025-01-11T05:01:12.243Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61902025-01-11T05:01:12.243Z No change in performance detected.
61912025-01-11T05:01:12.243Z
61922025-01-11T05:01:12.243ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
61932025-01-11T05:01:12.243ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
61942025-01-11T05:01:12.243ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0194 ms (440 iterations)
61952025-01-11T05:01:12.243ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
61962025-01-11T05:01:12.246Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
61972025-01-11T05:01:12.246Z time: [3.0000 3.0000 3.0000 ]
61982025-01-11T05:01:12.246Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
61992025-01-11T05:01:12.246Z No change in performance detected.
62002025-01-11T05:01:12.246Z
62012025-01-11T05:01:12.246ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
62022025-01-11T05:01:12.246ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
62032025-01-11T05:01:12.246ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0243 ms (770 iterations)
62042025-01-11T05:01:12.246ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
62052025-01-11T05:01:12.246ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62062025-01-11T05:01:12.246Z
62072025-01-11T05:01:12.246ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
62082025-01-11T05:01:12.246ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
62092025-01-11T05:01:12.247ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0696 ms (440 iterations)
62102025-01-11T05:01:12.249ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
62112025-01-11T05:01:12.249ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62122025-01-11T05:01:12.249Z
62132025-01-11T05:01:12.249ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62142025-01-11T05:01:12.249ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
62152025-01-11T05:01:12.249ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0697 ms (825 iterations)
62162025-01-11T05:01:12.249ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
62172025-01-11T05:01:12.250Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62182025-01-11T05:01:12.250Z time: [3.0000 3.0000 3.0000 ]
62192025-01-11T05:01:12.250Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62202025-01-11T05:01:12.250Z No change in performance detected.
62212025-01-11T05:01:12.250Z
62222025-01-11T05:01:12.250ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62232025-01-11T05:01:12.250ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
62242025-01-11T05:01:12.250ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0043 ms (385 iterations)
62252025-01-11T05:01:12.253ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
62262025-01-11T05:01:12.253Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62272025-01-11T05:01:12.253Z time: [3.0000 3.0000 3.0000 ]
62282025-01-11T05:01:12.253Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62292025-01-11T05:01:12.253Z No change in performance detected.
62302025-01-11T05:01:12.253Z
62312025-01-11T05:01:12.253ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
62322025-01-11T05:01:12.253ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
62332025-01-11T05:01:12.253ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0546 ms (550 iterations)
62342025-01-11T05:01:12.253ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
62352025-01-11T05:01:12.253ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62362025-01-11T05:01:12.254Z
62372025-01-11T05:01:12.254ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
62382025-01-11T05:01:12.254ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
62392025-01-11T05:01:12.254ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1618 ms (330 iterations)
62402025-01-11T05:01:12.256ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
62412025-01-11T05:01:12.256ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62422025-01-11T05:01:12.257Z
62432025-01-11T05:01:12.257ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62442025-01-11T05:01:12.257ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
62452025-01-11T05:01:12.257ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0171 ms (825 iterations)
62462025-01-11T05:01:12.257ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
62472025-01-11T05:01:12.260Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62482025-01-11T05:01:12.260Z time: [3.0000 3.0000 3.0000 ]
62492025-01-11T05:01:12.260Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62502025-01-11T05:01:12.260Z No change in performance detected.
62512025-01-11T05:01:12.260Z
62522025-01-11T05:01:12.260ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62532025-01-11T05:01:12.260ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
62542025-01-11T05:01:12.260ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0454 ms (385 iterations)
62552025-01-11T05:01:12.260ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
62562025-01-11T05:01:12.261Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62572025-01-11T05:01:12.261Z time: [3.0000 3.0000 3.0000 ]
62582025-01-11T05:01:12.261Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62592025-01-11T05:01:12.261Z No change in performance detected.
62602025-01-11T05:01:12.261Z
62612025-01-11T05:01:12.261ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
62622025-01-11T05:01:12.261ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
62632025-01-11T05:01:12.264ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0345 ms (715 iterations)
62642025-01-11T05:01:12.264ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
62652025-01-11T05:01:12.264ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62662025-01-11T05:01:12.264Z
62672025-01-11T05:01:12.264ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
62682025-01-11T05:01:12.264ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
62692025-01-11T05:01:12.264ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0262 ms (385 iterations)
62702025-01-11T05:01:12.264ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
62712025-01-11T05:01:12.264ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
62722025-01-11T05:01:12.264Z
62732025-01-11T05:01:12.264ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
62742025-01-11T05:01:12.264ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
62752025-01-11T05:01:12.264ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0232 ms (275 iterations)
62762025-01-11T05:01:12.264ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
62772025-01-11T05:01:12.267Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
62782025-01-11T05:01:12.267Z time: [42.000 42.000 42.000 ]
62792025-01-11T05:01:12.267Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62802025-01-11T05:01:12.267Z No change in performance detected.
62812025-01-11T05:01:12.267Z
62822025-01-11T05:01:12.267ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
62832025-01-11T05:01:12.267ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
62842025-01-11T05:01:12.267ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0759 ms (220 iterations)
62852025-01-11T05:01:12.267ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
62862025-01-11T05:01:12.269Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
62872025-01-11T05:01:12.269Z time: [42.000 42.000 42.000 ]
62882025-01-11T05:01:12.269Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62892025-01-11T05:01:12.269Z No change in performance detected.
62902025-01-11T05:01:12.270Z
62912025-01-11T05:01:12.270ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
62922025-01-11T05:01:12.270ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
62932025-01-11T05:01:12.270ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0765 ms (385 iterations)
62942025-01-11T05:01:12.270ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
62952025-01-11T05:01:12.272Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
62962025-01-11T05:01:12.272Z time: [20.000 20.000 20.000 ]
62972025-01-11T05:01:12.272Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62982025-01-11T05:01:12.272Z No change in performance detected.
62992025-01-11T05:01:12.272Z
63002025-01-11T05:01:12.272ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63012025-01-11T05:01:12.272ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63022025-01-11T05:01:12.272ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1418 ms (275 iterations)
63032025-01-11T05:01:12.272ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63042025-01-11T05:01:12.276Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63052025-01-11T05:01:12.276Z time: [20.000 20.000 20.000 ]
63062025-01-11T05:01:12.276Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63072025-01-11T05:01:12.276Z No change in performance detected.
63082025-01-11T05:01:12.277Z
63092025-01-11T05:01:12.277ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63102025-01-11T05:01:12.277ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
63112025-01-11T05:01:12.277ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0759 ms (275 iterations)
63122025-01-11T05:01:12.277ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
63132025-01-11T05:01:12.280Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63142025-01-11T05:01:12.280Z time: [42.000 42.000 42.000 ]
63152025-01-11T05:01:12.280Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63162025-01-11T05:01:12.280Z No change in performance detected.
63172025-01-11T05:01:12.280Z
63182025-01-11T05:01:12.280ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63192025-01-11T05:01:12.280ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
63202025-01-11T05:01:12.280ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1424 ms (220 iterations)
63212025-01-11T05:01:12.280ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
63222025-01-11T05:01:12.280Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63232025-01-11T05:01:12.280Z time: [42.000 42.000 42.000 ]
63242025-01-11T05:01:12.280Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63252025-01-11T05:01:12.280Z No change in performance detected.
63262025-01-11T05:01:12.280Z
63272025-01-11T05:01:12.280ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63282025-01-11T05:01:12.280ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
63292025-01-11T05:01:12.280ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0876 ms (385 iterations)
63302025-01-11T05:01:12.283ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
63312025-01-11T05:01:12.283Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63322025-01-11T05:01:12.283Z time: [20.000 20.000 20.000 ]
63332025-01-11T05:01:12.283Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63342025-01-11T05:01:12.283Z No change in performance detected.
63352025-01-11T05:01:12.283Z
63362025-01-11T05:01:12.283ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63372025-01-11T05:01:12.283ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
63382025-01-11T05:01:12.283ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1089 ms (275 iterations)
63392025-01-11T05:01:12.283ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
63402025-01-11T05:01:12.286Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63412025-01-11T05:01:12.286Z time: [20.000 20.000 20.000 ]
63422025-01-11T05:01:12.286Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63432025-01-11T05:01:12.286Z No change in performance detected.
63442025-01-11T05:01:12.286Z
63452025-01-11T05:01:12.286ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63462025-01-11T05:01:12.286ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
63472025-01-11T05:01:12.286ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1694 ms (275 iterations)
63482025-01-11T05:01:12.286ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
63492025-01-11T05:01:12.290Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63502025-01-11T05:01:12.290Z time: [42.000 42.000 42.000 ]
63512025-01-11T05:01:12.290Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63522025-01-11T05:01:12.290Z No change in performance detected.
63532025-01-11T05:01:12.290Z
63542025-01-11T05:01:12.290ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63552025-01-11T05:01:12.290ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
63562025-01-11T05:01:12.290ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1939 ms (220 iterations)
63572025-01-11T05:01:12.290ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
63582025-01-11T05:01:12.292Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63592025-01-11T05:01:12.292Z time: [42.000 42.000 42.000 ]
63602025-01-11T05:01:12.292Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63612025-01-11T05:01:12.292Z No change in performance detected.
63622025-01-11T05:01:12.292Z
63632025-01-11T05:01:12.292ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63642025-01-11T05:01:12.292ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
63652025-01-11T05:01:12.292ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0776 ms (330 iterations)
63662025-01-11T05:01:12.293ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
63672025-01-11T05:01:12.295Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63682025-01-11T05:01:12.295Z time: [20.000 20.000 20.000 ]
63692025-01-11T05:01:12.295Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63702025-01-11T05:01:12.295Z No change in performance detected.
63712025-01-11T05:01:12.295Z
63722025-01-11T05:01:12.295ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
63732025-01-11T05:01:12.295ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
63742025-01-11T05:01:12.295ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2322 ms (275 iterations)
63752025-01-11T05:01:12.295ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
63762025-01-11T05:01:12.298Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
63772025-01-11T05:01:12.298Z time: [20.000 20.000 20.000 ]
63782025-01-11T05:01:12.298Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63792025-01-11T05:01:12.298Z No change in performance detected.
63802025-01-11T05:01:12.298Z
63812025-01-11T05:01:12.298ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
63822025-01-11T05:01:12.298ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
63832025-01-11T05:01:12.298ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1164 ms (275 iterations)
63842025-01-11T05:01:12.298ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
63852025-01-11T05:01:12.301Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
63862025-01-11T05:01:12.301Z time: [42.000 42.000 42.000 ]
63872025-01-11T05:01:12.301Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63882025-01-11T05:01:12.301Z No change in performance detected.
63892025-01-11T05:01:12.301Z
63902025-01-11T05:01:12.301ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
63912025-01-11T05:01:12.301ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
63922025-01-11T05:01:12.301ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1586 ms (220 iterations)
63932025-01-11T05:01:12.301ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
63942025-01-11T05:01:12.304Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
63952025-01-11T05:01:12.304Z time: [42.000 42.000 42.000 ]
63962025-01-11T05:01:12.304Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63972025-01-11T05:01:12.304Z No change in performance detected.
63982025-01-11T05:01:12.304Z
63992025-01-11T05:01:12.304ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64002025-01-11T05:01:12.304ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64012025-01-11T05:01:12.304ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0006 ms (330 iterations)
64022025-01-11T05:01:12.304ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64032025-01-11T05:01:12.304Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64042025-01-11T05:01:12.304Z time: [20.000 20.000 20.000 ]
64052025-01-11T05:01:12.304Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64062025-01-11T05:01:12.304Z No change in performance detected.
64072025-01-11T05:01:12.304Z
64082025-01-11T05:01:12.304ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64092025-01-11T05:01:12.304ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64102025-01-11T05:01:12.307ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0375 ms (220 iterations)
64112025-01-11T05:01:12.307ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64122025-01-11T05:01:12.307Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64132025-01-11T05:01:12.307Z time: [20.000 20.000 20.000 ]
64142025-01-11T05:01:12.307Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64152025-01-11T05:01:12.307Z No change in performance detected.
64162025-01-11T05:01:12.307Z
64172025-01-11T05:01:12.307ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
64182025-01-11T05:01:12.307ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
64192025-01-11T05:01:12.307ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0506 ms (660 iterations)
64202025-01-11T05:01:12.310ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
64212025-01-11T05:01:12.310Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
64222025-01-11T05:01:12.310Z time: [3239.0 B 3239.0 B 3239.0 B]
64232025-01-11T05:01:12.312Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64242025-01-11T05:01:12.312Z No change in performance detected.
64252025-01-11T05:01:12.312Z
64262025-01-11T05:01:12.312ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
64272025-01-11T05:01:12.312ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
64282025-01-11T05:01:12.312ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0019 ms (605 iterations)
64292025-01-11T05:01:12.315ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
64302025-01-11T05:01:12.315Zprocess/Hairpin-DHCPv4/alloc_sz/Request
64312025-01-11T05:01:12.315Z time: [3239.0 B 3239.0 B 3239.0 B]
64322025-01-11T05:01:12.315Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64332025-01-11T05:01:12.315Z No change in performance detected.
64342025-01-11T05:01:12.315Z
64352025-01-11T05:01:12.315ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
64362025-01-11T05:01:12.315ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
64372025-01-11T05:01:12.315ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0327 ms (440 iterations)
64382025-01-11T05:01:12.315ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
64392025-01-11T05:01:12.315Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
64402025-01-11T05:01:12.315Z time: [3303.0 B 3303.0 B 3303.0 B]
64412025-01-11T05:01:12.315Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64422025-01-11T05:01:12.316Z No change in performance detected.
64432025-01-11T05:01:12.318Z
64442025-01-11T05:01:12.318ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
64452025-01-11T05:01:12.319ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
64462025-01-11T05:01:12.319ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0862 ms (440 iterations)
64472025-01-11T05:01:12.319ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
64482025-01-11T05:01:12.319Zprocess/Hairpin-DHCPv6/alloc_sz/Request
64492025-01-11T05:01:12.319Z time: [3701.0 B 3701.0 B 3701.0 B]
64502025-01-11T05:01:12.319Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64512025-01-11T05:01:12.319Z No change in performance detected.
64522025-01-11T05:01:12.319Z
64532025-01-11T05:01:12.319ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
64542025-01-11T05:01:12.319ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
64552025-01-11T05:01:12.319ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0411 ms (880 iterations)
64562025-01-11T05:01:12.321ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
64572025-01-11T05:01:12.321Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
64582025-01-11T05:01:12.321Z time: [2168.0 B 2168.0 B 2168.0 B]
64592025-01-11T05:01:12.321Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64602025-01-11T05:01:12.321Z No change in performance detected.
64612025-01-11T05:01:12.321Z
64622025-01-11T05:01:12.322ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
64632025-01-11T05:01:12.322ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
64642025-01-11T05:01:12.322ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0077 ms (770 iterations)
64652025-01-11T05:01:12.324ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
64662025-01-11T05:01:12.324Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
64672025-01-11T05:01:12.324Z time: [2153.0 B 2153.0 B 2153.0 B]
64682025-01-11T05:01:12.324Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64692025-01-11T05:01:12.325Z No change in performance detected.
64702025-01-11T05:01:12.325Z
64712025-01-11T05:01:12.325ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64722025-01-11T05:01:12.325ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
64732025-01-11T05:01:12.325ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0555 ms (715 iterations)
64742025-01-11T05:01:12.328ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
64752025-01-11T05:01:12.328Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64762025-01-11T05:01:12.328Z time: [2206.0 B 2206.0 B 2206.0 B]
64772025-01-11T05:01:12.328Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64782025-01-11T05:01:12.328Z No change in performance detected.
64792025-01-11T05:01:12.328Z
64802025-01-11T05:01:12.328ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64812025-01-11T05:01:12.328ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
64822025-01-11T05:01:12.328ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0274 ms (715 iterations)
64832025-01-11T05:01:12.328ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
64842025-01-11T05:01:12.330Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64852025-01-11T05:01:12.330Z time: [2190.0 B 2190.0 B 2190.0 B]
64862025-01-11T05:01:12.331Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64872025-01-11T05:01:12.331Z No change in performance detected.
64882025-01-11T05:01:12.331Z
64892025-01-11T05:01:12.331ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
64902025-01-11T05:01:12.331ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64912025-01-11T05:01:12.331ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0102 ms (880 iterations)
64922025-01-11T05:01:12.331ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
64932025-01-11T05:01:12.334Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
64942025-01-11T05:01:12.334Z time: [248.00 B 248.00 B 248.00 B]
64952025-01-11T05:01:12.334Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64962025-01-11T05:01:12.334Z No change in performance detected.
64972025-01-11T05:01:12.334Z
64982025-01-11T05:01:12.334ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
64992025-01-11T05:01:12.334ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65002025-01-11T05:01:12.334ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0484 ms (440 iterations)
65012025-01-11T05:01:12.334ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
65022025-01-11T05:01:12.337Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
65032025-01-11T05:01:12.337Z time: [248.00 B 248.00 B 248.00 B]
65042025-01-11T05:01:12.337Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65052025-01-11T05:01:12.337Z No change in performance detected.
65062025-01-11T05:01:12.337Z
65072025-01-11T05:01:12.337ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
65082025-01-11T05:01:12.337ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
65092025-01-11T05:01:12.337ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0629 ms (825 iterations)
65102025-01-11T05:01:12.337ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
65112025-01-11T05:01:12.337ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65122025-01-11T05:01:12.337Z
65132025-01-11T05:01:12.337ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
65142025-01-11T05:01:12.337ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65152025-01-11T05:01:12.337ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1084 ms (440 iterations)
65162025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
65172025-01-11T05:01:12.340ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65182025-01-11T05:01:12.340Z
65192025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65202025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
65212025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0307 ms (990 iterations)
65222025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
65232025-01-11T05:01:12.340Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65242025-01-11T05:01:12.340Z time: [248.00 B 248.00 B 248.00 B]
65252025-01-11T05:01:12.340Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65262025-01-11T05:01:12.340Z No change in performance detected.
65272025-01-11T05:01:12.340Z
65282025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65292025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65302025-01-11T05:01:12.340ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0030 ms (440 iterations)
65312025-01-11T05:01:12.343ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
65322025-01-11T05:01:12.343Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65332025-01-11T05:01:12.343Z time: [248.00 B 248.00 B 248.00 B]
65342025-01-11T05:01:12.343Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65352025-01-11T05:01:12.343Z No change in performance detected.
65362025-01-11T05:01:12.343Z
65372025-01-11T05:01:12.343ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
65382025-01-11T05:01:12.343ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
65392025-01-11T05:01:12.343ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0034 ms (825 iterations)
65402025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
65412025-01-11T05:01:12.346ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65422025-01-11T05:01:12.346Z
65432025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
65442025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
65452025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0725 ms (440 iterations)
65462025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
65472025-01-11T05:01:12.346ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65482025-01-11T05:01:12.346Z
65492025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65502025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65512025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0653 ms (825 iterations)
65522025-01-11T05:01:12.346ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
65532025-01-11T05:01:12.349Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65542025-01-11T05:01:12.349Z time: [248.00 B 248.00 B 248.00 B]
65552025-01-11T05:01:12.349Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65562025-01-11T05:01:12.349Z No change in performance detected.
65572025-01-11T05:01:12.349Z
65582025-01-11T05:01:12.349ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65592025-01-11T05:01:12.349ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65602025-01-11T05:01:12.349ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0010 ms (385 iterations)
65612025-01-11T05:01:12.349ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
65622025-01-11T05:01:12.352Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65632025-01-11T05:01:12.352Z time: [248.00 B 248.00 B 248.00 B]
65642025-01-11T05:01:12.352Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65652025-01-11T05:01:12.352Z No change in performance detected.
65662025-01-11T05:01:12.352Z
65672025-01-11T05:01:12.352ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
65682025-01-11T05:01:12.352ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
65692025-01-11T05:01:12.352ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0004 ms (605 iterations)
65702025-01-11T05:01:12.352ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
65712025-01-11T05:01:12.352ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65722025-01-11T05:01:12.352Z
65732025-01-11T05:01:12.352ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
65742025-01-11T05:01:12.352ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65752025-01-11T05:01:12.352ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0701 ms (385 iterations)
65762025-01-11T05:01:12.355ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
65772025-01-11T05:01:12.355ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
65782025-01-11T05:01:12.355Z
65792025-01-11T05:01:12.355ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65802025-01-11T05:01:12.355ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
65812025-01-11T05:01:12.355ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0037 ms (825 iterations)
65822025-01-11T05:01:12.356ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
65832025-01-11T05:01:12.358Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65842025-01-11T05:01:12.358Z time: [248.00 B 248.00 B 248.00 B]
65852025-01-11T05:01:12.358Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65862025-01-11T05:01:12.358Z No change in performance detected.
65872025-01-11T05:01:12.358Z
65882025-01-11T05:01:12.358ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65892025-01-11T05:01:12.358ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
65902025-01-11T05:01:12.358ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1070 ms (440 iterations)
65912025-01-11T05:01:12.358ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
65922025-01-11T05:01:12.359Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65932025-01-11T05:01:12.359Z time: [248.00 B 248.00 B 248.00 B]
65942025-01-11T05:01:12.359Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65952025-01-11T05:01:12.359Z No change in performance detected.
65962025-01-11T05:01:12.359Z
65972025-01-11T05:01:12.359ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
65982025-01-11T05:01:12.359ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
65992025-01-11T05:01:12.359ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0237 ms (715 iterations)
66002025-01-11T05:01:12.362ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
66012025-01-11T05:01:12.362ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
66022025-01-11T05:01:12.362Z
66032025-01-11T05:01:12.362ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
66042025-01-11T05:01:12.362ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
66052025-01-11T05:01:12.362ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0324 ms (385 iterations)
66062025-01-11T05:01:12.362ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
66072025-01-11T05:01:12.362ZCriterion.rs ERROR: At least one measurement of benchmark process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B took zero time per iteration. This should not be possible. If using iter_custom, please verify that your routine is correctly measured.
66082025-01-11T05:01:12.362Z
66092025-01-11T05:01:12.362ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
66102025-01-11T05:01:12.362ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66112025-01-11T05:01:12.362ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0096 ms (275 iterations)
66122025-01-11T05:01:12.362ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
66132025-01-11T05:01:12.364Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
66142025-01-11T05:01:12.364Z time: [6708.0 B 6708.0 B 6708.0 B]
66152025-01-11T05:01:12.364Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66162025-01-11T05:01:12.365Z No change in performance detected.
66172025-01-11T05:01:12.365Z
66182025-01-11T05:01:12.365ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66192025-01-11T05:01:12.365ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66202025-01-11T05:01:12.365ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0886 ms (220 iterations)
66212025-01-11T05:01:12.368ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
66222025-01-11T05:01:12.368Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66232025-01-11T05:01:12.368Z time: [6708.0 B 6708.0 B 6708.0 B]
66242025-01-11T05:01:12.368Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66252025-01-11T05:01:12.368Z No change in performance detected.
66262025-01-11T05:01:12.368Z
66272025-01-11T05:01:12.368ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66282025-01-11T05:01:12.368ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
66292025-01-11T05:01:12.368ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0887 ms (385 iterations)
66302025-01-11T05:01:12.368ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
66312025-01-11T05:01:12.371Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66322025-01-11T05:01:12.371Z time: [5144.0 B 5144.0 B 5144.0 B]
66332025-01-11T05:01:12.371Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66342025-01-11T05:01:12.371Z No change in performance detected.
66352025-01-11T05:01:12.371Z
66362025-01-11T05:01:12.371ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66372025-01-11T05:01:12.371ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66382025-01-11T05:01:12.371ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1508 ms (275 iterations)
66392025-01-11T05:01:12.371ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
66402025-01-11T05:01:12.374Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66412025-01-11T05:01:12.374Z time: [5144.0 B 5144.0 B 5144.0 B]
66422025-01-11T05:01:12.374Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66432025-01-11T05:01:12.374Z No change in performance detected.
66442025-01-11T05:01:12.374Z
66452025-01-11T05:01:12.374ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66462025-01-11T05:01:12.374ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
66472025-01-11T05:01:12.374ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1200 ms (275 iterations)
66482025-01-11T05:01:12.374ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
66492025-01-11T05:01:12.377Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66502025-01-11T05:01:12.377Z time: [6708.0 B 6708.0 B 6708.0 B]
66512025-01-11T05:01:12.377Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66522025-01-11T05:01:12.377Z No change in performance detected.
66532025-01-11T05:01:12.377Z
66542025-01-11T05:01:12.377ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66552025-01-11T05:01:12.377ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66562025-01-11T05:01:12.377ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0536 ms (220 iterations)
66572025-01-11T05:01:12.377ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
66582025-01-11T05:01:12.379Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66592025-01-11T05:01:12.379Z time: [6708.0 B 6708.0 B 6708.0 B]
66602025-01-11T05:01:12.379Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66612025-01-11T05:01:12.380Z No change in performance detected.
66622025-01-11T05:01:12.380Z
66632025-01-11T05:01:12.380ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66642025-01-11T05:01:12.380ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
66652025-01-11T05:01:12.380ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0314 ms (385 iterations)
66662025-01-11T05:01:12.380ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
66672025-01-11T05:01:12.383Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66682025-01-11T05:01:12.383Z time: [5144.0 B 5144.0 B 5144.0 B]
66692025-01-11T05:01:12.383Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66702025-01-11T05:01:12.383Z No change in performance detected.
66712025-01-11T05:01:12.383Z
66722025-01-11T05:01:12.383ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66732025-01-11T05:01:12.383ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
66742025-01-11T05:01:12.383ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2230 ms (275 iterations)
66752025-01-11T05:01:12.383ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
66762025-01-11T05:01:12.386Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66772025-01-11T05:01:12.386Z time: [5144.0 B 5144.0 B 5144.0 B]
66782025-01-11T05:01:12.386Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66792025-01-11T05:01:12.386Z No change in performance detected.
66802025-01-11T05:01:12.386Z
66812025-01-11T05:01:12.386ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66822025-01-11T05:01:12.386ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66832025-01-11T05:01:12.386ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1600 ms (275 iterations)
66842025-01-11T05:01:12.386ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
66852025-01-11T05:01:12.389Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66862025-01-11T05:01:12.389Z time: [6708.0 B 6708.0 B 6708.0 B]
66872025-01-11T05:01:12.389Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66882025-01-11T05:01:12.390Z No change in performance detected.
66892025-01-11T05:01:12.390Z
66902025-01-11T05:01:12.390ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
66912025-01-11T05:01:12.390ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66922025-01-11T05:01:12.390ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2178 ms (220 iterations)
66932025-01-11T05:01:12.390ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
66942025-01-11T05:01:12.393Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
66952025-01-11T05:01:12.393Z time: [6708.0 B 6708.0 B 6708.0 B]
66962025-01-11T05:01:12.393Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66972025-01-11T05:01:12.393Z No change in performance detected.
66982025-01-11T05:01:12.393Z
66992025-01-11T05:01:12.393ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
67002025-01-11T05:01:12.393ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
67012025-01-11T05:01:12.393ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0770 ms (330 iterations)
67022025-01-11T05:01:12.393ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
67032025-01-11T05:01:12.393Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
67042025-01-11T05:01:12.393Z time: [5144.0 B 5144.0 B 5144.0 B]
67052025-01-11T05:01:12.393Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67062025-01-11T05:01:12.393Z No change in performance detected.
67072025-01-11T05:01:12.393Z
67082025-01-11T05:01:12.393ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
67092025-01-11T05:01:12.393ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67102025-01-11T05:01:12.393ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1524 ms (220 iterations)
67112025-01-11T05:01:12.396ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
67122025-01-11T05:01:12.396Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
67132025-01-11T05:01:12.396Z time: [5144.0 B 5144.0 B 5144.0 B]
67142025-01-11T05:01:12.396Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67152025-01-11T05:01:12.396Z No change in performance detected.
67162025-01-11T05:01:12.396Z
67172025-01-11T05:01:12.396ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
67182025-01-11T05:01:12.396ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
67192025-01-11T05:01:12.396ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1266 ms (275 iterations)
67202025-01-11T05:01:12.397ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
67212025-01-11T05:01:12.399Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
67222025-01-11T05:01:12.399Z time: [6708.0 B 6708.0 B 6708.0 B]
67232025-01-11T05:01:12.400Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67242025-01-11T05:01:12.400Z No change in performance detected.
67252025-01-11T05:01:12.400Z
67262025-01-11T05:01:12.400ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
67272025-01-11T05:01:12.400ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67282025-01-11T05:01:12.400ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1520 ms (165 iterations)
67292025-01-11T05:01:12.400ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
67302025-01-11T05:01:12.402Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
67312025-01-11T05:01:12.402Z time: [6708.0 B 6708.0 B 6708.0 B]
67322025-01-11T05:01:12.402Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67332025-01-11T05:01:12.404Z No change in performance detected.
67342025-01-11T05:01:12.404Z
67352025-01-11T05:01:12.404ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
67362025-01-11T05:01:12.404ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
67372025-01-11T05:01:12.404ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1613 ms (385 iterations)
67382025-01-11T05:01:12.404ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
67392025-01-11T05:01:12.408Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
67402025-01-11T05:01:12.408Z time: [5144.0 B 5144.0 B 5144.0 B]
67412025-01-11T05:01:12.408Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67422025-01-11T05:01:12.408Z No change in performance detected.
67432025-01-11T05:01:12.408Z
67442025-01-11T05:01:12.408ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67452025-01-11T05:01:12.408ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
67462025-01-11T05:01:12.408ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1838 ms (275 iterations)
67472025-01-11T05:01:12.408ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
67482025-01-11T05:01:12.408Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67492025-01-11T05:01:12.408Z time: [5144.0 B 5144.0 B 5144.0 B]
67502025-01-11T05:01:12.408Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67512025-01-11T05:01:12.408Z No change in performance detected.
67522025-01-11T05:01:12.408Z
67532025-01-11T05:01:12.449Z+ cp -r target/criterion /work/bench-results
67542025-01-11T05:01:12.613Z+ cp -r target/xde-bench /work/bench-results
67552025-01-11T05:01:12.652Z+ pushd /work
67562025-01-11T05:01:12.652Z/work /work/oxidecomputer/opte
67572025-01-11T05:01:12.652Z+ tar -caf bench-results.tgz bench-results
67582025-01-11T05:01:13.413Z+ popd
67592025-01-11T05:01:13.415Z/work/oxidecomputer/opte
67602025-01-11T05:01:13.415Z+ cleanup
67612025-01-11T05:01:13.415Z++ id -un
67622025-01-11T05:01:13.419Z++ id -gn
67632025-01-11T05:01:13.421Z+ pfexec chown -R build:build .
67642025-01-11T05:01:13.477Z+ [[ -z 01JH9SHCYY6NTKSSERJ9ENDHBD ]]
67652025-01-11T05:01:13.480Zprocess exited: duration 1890039 ms, exit code 0
 
67662025-01-11T05:01:13.492Zfound 1 output files
67672025-01-11T05:01:13.492Zuploading: /work/bench-results.tgz (4847446 bytes)
67682025-01-11T05:01:14.598Zuploaded: /work/bench-results.tgz