01JTRV1EA9AK1GBNHZVRT2V9R2: bench

BasicConfig {
    output_rules: [
        "=/work/bench-results.tgz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    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: 01JTRV2DRNWRVKFHC9P7E7NMW5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-08T21:05:06.410Zjob dependencies complete; ready to run (waiting for 6 m 43 s)
22025-05-08T21:06:22.213Zjob assigned to worker 01JTRVEYEVB32Z89HC84Z1229B [factory aws, i-01668244fa9a3e47d] (queued for 1 m 15 s)
32025-05-08T21:06:30.247Zdownloading input: /input/xde/work/debug/xde.dbg
42025-05-08T21:06:31.615Zdownloaded input: /input/xde/work/debug/xde.dbg
52025-05-08T21:06:31.615Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62025-05-08T21:06:31.644Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72025-05-08T21:06:31.644Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82025-05-08T21:06:31.672Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92025-05-08T21:06:31.672Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102025-05-08T21:06:31.688Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112025-05-08T21:06:31.692Zdownloading input: /input/xde/work/release/xde
122025-05-08T21:06:32.374Zdownloaded input: /input/xde/work/release/xde
132025-05-08T21:06:32.374Zdownloading input: /input/xde/work/release/xde.sha256
142025-05-08T21:06:32.389Zdownloaded input: /input/xde/work/release/xde.sha256
152025-05-08T21:06:32.389Zdownloading input: /input/xde/work/release/xde_link.so
162025-05-08T21:06:32.412Zdownloaded input: /input/xde/work/release/xde_link.so
172025-05-08T21:06:32.412Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182025-05-08T21:06:32.426Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192025-05-08T21:06:32.432Zdownloading input: /input/xde/work/test/loopback
202025-05-08T21:06:32.990Zdownloaded input: /input/xde/work/test/loopback
212025-05-08T21:06:32.990Zdownloading input: /input/xde/work/xde.conf
222025-05-08T21:06:33.005Zdownloaded input: /input/xde/work/xde.conf
 
232025-05-08T21:06:33.005Zstarting task 0: "setup"
242025-05-08T21:06:33.013Z++ uname -s
252025-05-08T21:06:33.016Z+ kern=SunOS
262025-05-08T21:06:33.016Z+ build_user=build
272025-05-08T21:06:33.016Z+ build_uid=12345
282025-05-08T21:06:33.016Z+ work_dir=/work
292025-05-08T21:06:33.016Z+ input_dir=/input
302025-05-08T21:06:33.016Z+ [[ 0 == 12345 ]]
312025-05-08T21:06:33.016Z+ case "$kern" in
322025-05-08T21:06:33.016Z+ groupadd -g 12345 build
332025-05-08T21:06:33.019Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
342025-05-08T21:06:35.027Z+ zfs create -o mountpoint=/work rpool/work
352025-05-08T21:06:35.138Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
362025-05-08T21:06:35.141Z+ home_fs=zfs
372025-05-08T21:06:35.142Z+ [[ zfs == autofs ]]
382025-05-08T21:06:35.142Z+ mkdir -p /home/build
392025-05-08T21:06:35.145Z+ chown build:build /home/build /work
402025-05-08T21:06:37.145Z+ chmod 0700 /home/build /work
412025-05-08T21:06:37.148Zprocess exited: duration 4142 ms, exit code 0
 
422025-05-08T21:06:37.154Zstarting task 1: "rust-toolchain"
432025-05-08T21:06:37.160Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
442025-05-08T21:06:37.160Z * rust toolchain channel = "1.86.0"
452025-05-08T21:06:37.160Z * rust toolchain profile = "default"
462025-05-08T21:06:37.160Z+ printf ' * rust toolchain profile = "%s"\n' default
472025-05-08T21:06:37.160Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
482025-05-08T21:06:37.160Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
492025-05-08T21:06:37.163Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
502025-05-08T21:06:37.163Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
512025-05-08T21:06:37.265Zinfo: downloading installer
522025-05-08T21:06:38.935Zwarn: It looks like you have an existing installation of Rust at:
532025-05-08T21:06:38.936Zwarn: /opt/ooce/bin
542025-05-08T21:06:38.936Zwarn: It is recommended that rustup be the primary Rust installation.
552025-05-08T21:06:38.936Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
562025-05-08T21:06:38.936Zwarn: If you are sure that you want both rustup and your already installed Rust
572025-05-08T21:06:38.936Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
582025-05-08T21:06:38.936Zwarn: or pass `-y' to ignore all ignorable checks.
592025-05-08T21:06:38.936Zerror: cannot install while Rust is installed
602025-05-08T21:06:38.936Zwarn: continuing (because the -y flag is set and the error is ignorable)
612025-05-08T21:06:38.951Zinfo: profile set to 'default'
622025-05-08T21:06:38.951Zinfo: default host triple is x86_64-unknown-illumos
632025-05-08T21:06:38.955Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
642025-05-08T21:06:39.133Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
652025-05-08T21:06:39.133Zinfo: downloading component 'cargo'
662025-05-08T21:06:40.073Zinfo: downloading component 'clippy'
672025-05-08T21:06:43.070Zinfo: downloading component 'rust-docs'
682025-05-08T21:06:43.121Zinfo: downloading component 'rust-std'
692025-05-08T21:06:44.310Zinfo: downloading component 'rustc'
702025-05-08T21:06:50.946Zinfo: downloading component 'rustfmt'
712025-05-08T21:06:51.234Zinfo: installing component 'cargo'
722025-05-08T21:06:52.061Zinfo: installing component 'clippy'
732025-05-08T21:06:52.450Zinfo: installing component 'rust-docs'
742025-05-08T21:06:54.342Zinfo: installing component 'rust-std'
752025-05-08T21:06:56.050Zinfo: installing component 'rustc'
762025-05-08T21:07:02.488Zinfo: installing component 'rustfmt'
772025-05-08T21:07:02.819Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
782025-05-08T21:07:02.819Z
792025-05-08T21:07:03.236Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
802025-05-08T21:07:03.236Z
812025-05-08T21:07:03.239Z
822025-05-08T21:07:03.239ZRust is installed now. Great!
832025-05-08T21:07:03.239Z
842025-05-08T21:07:03.239ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
852025-05-08T21:07:03.239Zenvironment variable. This has not been done automatically.
862025-05-08T21:07:03.239Z
872025-05-08T21:07:03.239ZTo configure your current shell, you need to source
882025-05-08T21:07:03.239Zthe corresponding env file under $HOME/.cargo.
892025-05-08T21:07:03.239Z
902025-05-08T21:07:03.239ZThis is usually done by running one of the following (note the leading DOT):
912025-05-08T21:07:03.239Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
922025-05-08T21:07:03.239Zsource "$HOME/.cargo/env.fish" # For fish
932025-05-08T21:07:03.239Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
942025-05-08T21:07:03.318Z+ rustup --version
952025-05-08T21:07:03.330Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
962025-05-08T21:07:03.333Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
972025-05-08T21:07:03.410Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
982025-05-08T21:07:03.413Z+ cargo --version
992025-05-08T21:07:03.477Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1002025-05-08T21:07:03.480Z+ rustc --version
1012025-05-08T21:07:03.548Zrustc 1.86.0 (05f9846f8 2025-03-31)
1022025-05-08T21:07:03.551Zprocess exited: duration 26392 ms, exit code 0
 
1032025-05-08T21:07:03.557Zstarting task 2: "authentication"
1042025-05-08T21:07:03.579Zprocess exited: duration 21 ms, exit code 0
 
1052025-05-08T21:07:03.588Zstarting task 3: "clone repository"
1062025-05-08T21:07:03.591Z+ mkdir -p /work/oxidecomputer/opte
1072025-05-08T21:07:03.594Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1082025-05-08T21:07:04.323ZCloning into '/work/oxidecomputer/opte'...
1092025-05-08T21:07:05.806Z+ cd /work/oxidecomputer/opte
1102025-05-08T21:07:05.809Z+ git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27
1112025-05-08T21:07:06.109ZFrom https://github.com/oxidecomputer/opte
1122025-05-08T21:07:06.109Z * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD
1132025-05-08T21:07:06.117Z+ [[ -n various-mtu-fixes ]]
1142025-05-08T21:07:06.120Z++ git branch --show-current
1152025-05-08T21:07:06.123Z+ current=master
1162025-05-08T21:07:06.123Z+ [[ master != various-mtu-fixes ]]
1172025-05-08T21:07:06.123Z+ git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27
1182025-05-08T21:07:06.126Z+ git checkout -f various-mtu-fixes
1192025-05-08T21:07:06.148ZSwitched to branch 'various-mtu-fixes'
1202025-05-08T21:07:06.151Z+ git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27
1212025-05-08T21:07:06.170ZHEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒
1222025-05-08T21:07:06.173Zprocess exited: duration 2585 ms, exit code 0
 
1232025-05-08T21:07:06.180Zstarting task 4: "build"
1242025-05-08T21:07:06.186Z+ source .github/buildomat/common.sh
1252025-05-08T21:07:06.189Z++ rustup show active-toolchain
1262025-05-08T21:07:06.233Z1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1272025-05-08T21:07:06.236Z++ pushd xde
1282025-05-08T21:07:06.240Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1292025-05-08T21:07:06.240Z++ rustup show active-toolchain
1302025-05-08T21:07:06.244Zinfo: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos'
1312025-05-08T21:07:06.437Zinfo: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19)
1322025-05-08T21:07:06.441Zinfo: downloading component 'cargo'
1332025-05-08T21:07:07.411Zinfo: downloading component 'clippy'
1342025-05-08T21:07:07.795Zinfo: downloading component 'rust-src'
1352025-05-08T21:07:08.108Zinfo: downloading component 'rust-std'
1362025-05-08T21:07:10.258Zinfo: downloading component 'rustc'
1372025-05-08T21:07:16.431Zinfo: downloading component 'rustfmt'
1382025-05-08T21:07:16.705Zinfo: installing component 'cargo'
1392025-05-08T21:07:17.574Zinfo: installing component 'clippy'
1402025-05-08T21:07:17.957Zinfo: installing component 'rust-src'
1412025-05-08T21:07:18.286Zinfo: installing component 'rust-std'
1422025-05-08T21:07:19.960Zinfo: installing component 'rustc'
1432025-05-08T21:07:26.354Zinfo: installing component 'rustfmt'
1442025-05-08T21:07:26.683Znightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1452025-05-08T21:07:26.771Z+++ rustup show active-toolchain -v
1462025-05-08T21:07:26.774Z+++ head -n 1
1472025-05-08T21:07:26.774Z+++ cut '-d ' -f1
1482025-05-08T21:07:26.876Z++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1492025-05-08T21:07:26.876Z++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1502025-05-08T21:07:26.876Z++ popd
1512025-05-08T21:07:26.879Z/work/oxidecomputer/opte
1522025-05-08T21:07:26.879Z+ pfexec pkg install brand/sparse opte iperf demangle flamegraph
1532025-05-08T21:07:40.761Z Startup: Refreshing catalog 'helios-dev' ... Done
1542025-05-08T21:07:46.149Z Startup: Caching catalogs ... Done
1552025-05-08T21:07:50.420ZPlanning: Solver setup ... Done
1562025-05-08T21:07:50.465ZPlanning: Running solver ... Done
1572025-05-08T21:07:50.544ZPlanning: Finding local manifests ... Done
1582025-05-08T21:07:50.557ZPlanning: Fetching manifests: 0/4 0% complete
1592025-05-08T21:07:50.584ZPlanning: Fetching manifests: 4/4 100% complete
1602025-05-08T21:07:50.604ZPlanning: Package planning ... Done
1612025-05-08T21:07:50.607ZPlanning: Merging actions ... Done
1622025-05-08T21:07:51.000ZPlanning: Checking for conflicting actions ... Done
1632025-05-08T21:07:51.004ZPlanning: Consolidating action changes ... Done
1642025-05-08T21:07:51.865ZPlanning: Evaluating mediators ... Done
1652025-05-08T21:07:51.868ZPlanning: Planning completed in 5.60 seconds
1662025-05-08T21:07:51.881Z Packages to install: 4
1672025-05-08T21:07:51.881Z Services to change: 1
1682025-05-08T21:07:51.884Z Create boot environment: No
1692025-05-08T21:07:51.884ZCreate backup boot environment: No
1702025-05-08T21:07:51.928Z
1712025-05-08T21:07:51.928ZDownload: 0/31 items 0.0/17.4MB 0% complete
1722025-05-08T21:07:52.645ZDownload: Completed 17.37 MB in 0.72 seconds (24.2M/s)
1732025-05-08T21:07:52.767Z Actions: 1/95 actions (Installing new actions)
1742025-05-08T21:07:53.329Z Actions: Completed 95 actions in 0.56 seconds.
1752025-05-08T21:07:53.802Z Done
1762025-05-08T21:07:53.802Z Done
1772025-05-08T21:07:54.466Z Done
1782025-05-08T21:07:58.976Z Done
1792025-05-08T21:07:59.067Z Done
1802025-05-08T21:07:59.070Z Done
1812025-05-08T21:08:04.860Z Done
1822025-05-08T21:08:05.338Z+ [[ -z 01JTRV2DRNWRVKFHC9P7E7NMW5 ]]
1832025-05-08T21:08:05.338Z+ trap cleanup EXIT
1842025-05-08T21:08:05.341Z+ OUT_DIR=/work/bench-results
1852025-05-08T21:08:05.341Z+ mkdir -p /work/bench-results
1862025-05-08T21:08:05.341Z+ mkdir -p target/criterion
1872025-05-08T21:08:05.343Z+ mkdir -p target/xde-bench
1882025-05-08T21:08:05.346Z+ banner collect
1892025-05-08T21:08:05.348Z
1902025-05-08T21:08:05.348Z #### #### # # ###### #### #####
1912025-05-08T21:08:05.348Z # # # # # # # # # #
1922025-05-08T21:08:05.348Z # # # # # ##### # #
1932025-05-08T21:08:05.348Z # # # # # # # #
1942025-05-08T21:08:05.348Z # # # # # # # # # #
1952025-05-08T21:08:05.348Z #### #### ###### ###### ###### #### #
1962025-05-08T21:08:05.348Z
1972025-05-08T21:08:05.348Z++ cat .git/refs/heads/master
1982025-05-08T21:08:05.351Z+ BASELINE_COMMIT=080db8bb996f6464b44f3f34ed328ad528229d62
1992025-05-08T21:08:05.351Z+ [[ various-mtu-fixes == \m\a\s\t\e\r ]]
2002025-05-08T21:08:05.351Z+ get_artifact opte benchmark 080db8bb996f6464b44f3f34ed328ad528229d62 bench-results.tgz
2012025-05-08T21:08:05.351Z+ local curl_res
2022025-05-08T21:08:05.351Z+ repo=opte
2032025-05-08T21:08:05.352Z+ series=benchmark
2042025-05-08T21:08:05.352Z+ commit=080db8bb996f6464b44f3f34ed328ad528229d62
2052025-05-08T21:08:05.352Z+ name=bench-results.tgz
2062025-05-08T21:08:05.352Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2072025-05-08T21:08:05.352Z+ mkdir -p download
2082025-05-08T21:08:05.352Z+ pushd download
2092025-05-08T21:08:05.352Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2102025-05-08T21:08:05.352Z+ [[ ! -f bench-results.tgz ]]
2112025-05-08T21:08:05.352Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/080db8bb996f6464b44f3f34ed328ad528229d62/bench-results.tgz
2122025-05-08T21:08:05.359Z % Total % Received % Xferd Average Speed Time Time Time Current
2132025-05-08T21:08:05.359Z Dload Upload Total Spent Left Speed
2142025-05-08T21:08:05.421Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2152025-05-08T21:08:05.421Zcurl: (22) The requested URL returned error: 404
2162025-05-08T21:08:05.424Z+ curl_res=22
2172025-05-08T21:08:05.424Z+ popd
2182025-05-08T21:08:05.424Z/work/oxidecomputer/opte
2192025-05-08T21:08:05.424Z+ return 22
2202025-05-08T21:08:05.424Z+ echo 'Baseline results not found for branch '\''master'\''. Running without comparison.'
2212025-05-08T21:08:05.424ZBaseline results not found for branch 'master'. Running without comparison.
2222025-05-08T21:08:05.424Z+ [[ '' -eq 1 ]]
2232025-05-08T21:08:05.424Z+ uname -a
2242025-05-08T21:08:05.427ZSunOS w-01JTRVEYEVB32Z89HC84Z1229B 5.11 helios-2.0.23359 i86pc i386 i86pc
2252025-05-08T21:08:05.427Z+ cat /etc/versions/build
2262025-05-08T21:08:05.427Zheads/stlouis-0-g361574b73e
2272025-05-08T21:08:05.430Z+ dladm
2282025-05-08T21:08:05.433ZLINK CLASS MTU STATE BRIDGE OVER
2292025-05-08T21:08:05.433Zena0 phys 9216 up -- --
2302025-05-08T21:08:05.433Z+ ipadm
2312025-05-08T21:08:05.436ZADDROBJ TYPE STATE ADDR
2322025-05-08T21:08:05.436Zlo0/v4 static ok 127.0.0.1/8
2332025-05-08T21:08:05.436Zena0/dhcp dhcp ok 10.150.1.67/24
2342025-05-08T21:08:05.436Zlo0/v6 static ok ::1/128
2352025-05-08T21:08:05.436Z+ pfexec rem_drv xde
2362025-05-08T21:08:05.446Z+ set -o errexit
2372025-05-08T21:08:05.446Z+ set -o pipefail
2382025-05-08T21:08:05.446Z+ banner prepare
2392025-05-08T21:08:05.448Z
2402025-05-08T21:08:05.448Z ##### ##### ###### ##### ## ##### ######
2412025-05-08T21:08:05.449Z # # # # # # # # # # # #
2422025-05-08T21:08:05.449Z # # # # ##### # # # # # # #####
2432025-05-08T21:08:05.449Z ##### ##### # ##### ###### ##### #
2442025-05-08T21:08:05.449Z # # # # # # # # # #
2452025-05-08T21:08:05.449Z # # # ###### # # # # # ######
2462025-05-08T21:08:05.449Z
2472025-05-08T21:08:05.449Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2482025-05-08T21:08:05.451Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2492025-05-08T21:08:05.551Z+ pfexec add_drv xde
2502025-05-08T21:08:05.715Z+ banner bench
2512025-05-08T21:08:05.718Z
2522025-05-08T21:08:05.718Z ##### ###### # # #### # #
2532025-05-08T21:08:05.718Z # # # ## # # # # #
2542025-05-08T21:08:05.718Z ##### ##### # # # # ######
2552025-05-08T21:08:05.718Z # # # # # # # # #
2562025-05-08T21:08:05.718Z # # # # ## # # # #
2572025-05-08T21:08:05.718Z ##### ###### # # #### # #
2582025-05-08T21:08:05.718Z
2592025-05-08T21:08:05.718Z+ cargo kbench local
2602025-05-08T21:08:05.899Z Updating crates.io index
2612025-05-08T21:08:05.903Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622025-05-08T21:08:06.753Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2632025-05-08T21:08:07.113Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2642025-05-08T21:08:07.581Z Updating git repository `https://github.com/oxidecomputer/zone`
2652025-05-08T21:08:07.895Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2662025-05-08T21:08:08.301Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2672025-05-08T21:08:08.614Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2682025-05-08T21:08:09.548Z Downloading crates ...
2692025-05-08T21:08:09.633Z Downloaded anstyle-query v1.1.2
2702025-05-08T21:08:09.639Z Downloaded num-conv v0.1.0
2712025-05-08T21:08:09.642Z Downloaded ppv-lite86 v0.2.21
2722025-05-08T21:08:09.645Z Downloaded anyhow v1.0.98
2732025-05-08T21:08:09.648Z Downloaded pin-project-lite v0.2.16
2742025-05-08T21:08:09.653Z Downloaded powerfmt v0.2.0
2752025-05-08T21:08:09.656Z Downloaded pin-utils v0.1.0
2762025-05-08T21:08:09.659Z Downloaded anstyle v1.0.10
2772025-05-08T21:08:09.662Z Downloaded ctor-proc-macro v0.0.5
2782025-05-08T21:08:09.662Z Downloaded pretty-hex v0.4.1
2792025-05-08T21:08:09.662Z Downloaded anstyle-parse v0.2.6
2802025-05-08T21:08:09.665Z Downloaded colored v3.0.0
2812025-05-08T21:08:09.668Z Downloaded darling_macro v0.20.11
2822025-05-08T21:08:09.668Z Downloaded colorchoice v1.0.3
2832025-05-08T21:08:09.671Z Downloaded take_mut v0.2.2
2842025-05-08T21:08:09.671Z Downloaded defmt v0.3.100
2852025-05-08T21:08:09.674Z Downloaded crossbeam-deque v0.8.6
2862025-05-08T21:08:09.674Z Downloaded circular v0.3.0
2872025-05-08T21:08:09.674Z Downloaded byteorder v1.5.0
2882025-05-08T21:08:09.677Z Downloaded cstr-argument v0.1.2
2892025-05-08T21:08:09.677Z Downloaded clap_derive v4.5.32
2902025-05-08T21:08:09.681Z Downloaded ciborium-ll v0.2.2
2912025-05-08T21:08:09.684Z Downloaded deranged v0.4.0
2922025-05-08T21:08:09.684Z Downloaded clap_lex v0.7.4
2932025-05-08T21:08:09.688Z Downloaded ciborium-io v0.2.2
2942025-05-08T21:08:09.688Z Downloaded cast v0.3.0
2952025-05-08T21:08:09.688Z Downloaded defmt-parser v1.0.0
2962025-05-08T21:08:09.691Z Downloaded proc-macro-error-attr2 v2.0.0
2972025-05-08T21:08:09.691Z Downloaded bitflags v1.3.2
2982025-05-08T21:08:09.695Z Downloaded slog-envlogger v2.2.0
2992025-05-08T21:08:09.695Z Downloaded proc-macro-error-attr v1.0.4
3002025-05-08T21:08:09.695Z Downloaded clap v4.5.37
3012025-05-08T21:08:09.703Z Downloaded strsim v0.11.1
3022025-05-08T21:08:09.705Z Downloaded proc-macro-crate v3.3.0
3032025-05-08T21:08:09.706Z Downloaded plotters-backend v0.3.7
3042025-05-08T21:08:09.709Z Downloaded cfg_aliases v0.2.1
3052025-05-08T21:08:09.709Z Downloaded oxnet v0.1.1
3062025-05-08T21:08:09.711Z Downloaded time-core v0.1.4
3072025-05-08T21:08:09.714Z Downloaded scopeguard v1.2.0
3082025-05-08T21:08:09.714Z Downloaded num_enum_derive v0.7.3
3092025-05-08T21:08:09.717Z Downloaded slog-scope v4.4.0
3102025-05-08T21:08:09.717Z Downloaded utf8parse v0.2.2
3112025-05-08T21:08:09.720Z Downloaded criterion-plot v0.5.0
3122025-05-08T21:08:09.720Z Downloaded toml_datetime v0.6.9
3132025-05-08T21:08:09.723Z Downloaded terminal_size v0.4.2
3142025-05-08T21:08:09.723Z Downloaded cfg-if v1.0.0
3152025-05-08T21:08:09.726Z Downloaded thiserror-impl v2.0.12
3162025-05-08T21:08:09.726Z Downloaded num_enum v0.7.3
3172025-05-08T21:08:09.730Z Downloaded thiserror-impl v1.0.69
3182025-05-08T21:08:09.733Z Downloaded thread_local v1.1.8
3192025-05-08T21:08:09.736Z Downloaded rusticata-macros v4.1.0
3202025-05-08T21:08:09.736Z Downloaded rand_chacha v0.9.0
3212025-05-08T21:08:09.739Z Downloaded slog-async v2.8.0
3222025-05-08T21:08:09.739Z Downloaded proc-macro-error2 v2.0.1
3232025-05-08T21:08:09.742Z Downloaded thiserror v1.0.69
3242025-05-08T21:08:09.746Z Downloaded walkdir v2.5.0
3252025-05-08T21:08:09.749Z Downloaded version_check v0.9.5
3262025-05-08T21:08:09.752Z Downloaded defmt-macros v1.0.1
3272025-05-08T21:08:09.755Z Downloaded itoa v1.0.15
3282025-05-08T21:08:09.755Z Downloaded tracing-attributes v0.1.28
3292025-05-08T21:08:09.758Z Downloaded tinytemplate v1.2.1
3302025-05-08T21:08:09.758Z Downloaded tokio-macros v2.5.0
3312025-05-08T21:08:09.761Z Downloaded time-macros v0.2.22
3322025-05-08T21:08:09.761Z Downloaded slog-term v2.9.1
3332025-05-08T21:08:09.764Z Downloaded rand_core v0.9.3
3342025-05-08T21:08:09.766Z Downloaded ident_case v1.0.1
3352025-05-08T21:08:09.766Z Downloaded futures-io v0.3.31
3362025-05-08T21:08:09.766Z Downloaded foreign-types-shared v0.3.1
3372025-05-08T21:08:09.769Z Downloaded smallvec v1.15.0
3382025-05-08T21:08:09.769Z Downloaded term v0.7.0
3392025-05-08T21:08:09.772Z Downloaded parking_lot v0.12.3
3402025-05-08T21:08:09.775Z Downloaded stable_deref_trait v1.2.0
3412025-05-08T21:08:09.778Z Downloaded ryu v1.0.20
3422025-05-08T21:08:09.781Z Downloaded num-traits v0.2.19
3432025-05-08T21:08:09.781Z Downloaded hash32 v0.3.1
3442025-05-08T21:08:09.784Z Downloaded is_terminal_polyfill v1.70.1
3452025-05-08T21:08:09.784Z Downloaded futures-core v0.3.31
3462025-05-08T21:08:09.787Z Downloaded fnv v1.0.7
3472025-05-08T21:08:09.787Z Downloaded foreign-types v0.5.0
3482025-05-08T21:08:09.787Z Downloaded either v1.15.0
3492025-05-08T21:08:09.790Z Downloaded futures-sink v0.3.31
3502025-05-08T21:08:09.790Z Downloaded thiserror v2.0.12
3512025-05-08T21:08:09.794Z Downloaded futures-macro v0.3.31
3522025-05-08T21:08:09.797Z Downloaded arc-swap v1.7.1
3532025-05-08T21:08:09.800Z Downloaded uuid v1.16.0
3542025-05-08T21:08:09.803Z Downloaded ingot-types v0.1.0
3552025-05-08T21:08:09.806Z Downloaded lazy_static v1.5.0
3562025-05-08T21:08:09.806Z Downloaded dyn-clone v1.0.19
3572025-05-08T21:08:09.809Z Downloaded ipnetwork v0.21.1
3582025-05-08T21:08:09.809Z Downloaded darling_core v0.20.11
3592025-05-08T21:08:09.813Z Downloaded unicode-ident v1.0.18
3602025-05-08T21:08:09.816Z Downloaded slog v2.7.0
3612025-05-08T21:08:09.819Z Downloaded rayon-core v1.12.1
3622025-05-08T21:08:09.822Z Downloaded tracing-core v0.1.33
3632025-05-08T21:08:09.824Z Downloaded ingot v0.1.0
3642025-05-08T21:08:09.827Z Downloaded crossbeam-epoch v0.9.18
3652025-05-08T21:08:09.830Z Downloaded serde_derive v1.0.219
3662025-05-08T21:08:09.835Z Downloaded futures-channel v0.3.31
3672025-05-08T21:08:09.835Z Downloaded managed v0.8.0
3682025-05-08T21:08:09.837Z Downloaded macaddr v1.0.1
3692025-05-08T21:08:09.837Z Downloaded lock_api v0.4.12
3702025-05-08T21:08:09.837Z Downloaded serde v1.0.219
3712025-05-08T21:08:09.840Z Downloaded pcap-parser v0.16.0
3722025-05-08T21:08:09.843Z Downloaded tracing v0.1.41
3732025-05-08T21:08:09.847Z Downloaded socket2 v0.5.9
3742025-05-08T21:08:09.850Z Downloaded ciborium v0.2.2
3752025-05-08T21:08:09.853Z Downloaded rand v0.9.1
3762025-05-08T21:08:09.856Z Downloaded ingot-macros v0.1.0
3772025-05-08T21:08:09.859Z Downloaded zerocopy-derive v0.8.25
3782025-05-08T21:08:09.863Z Downloaded getrandom v0.3.2
3792025-05-08T21:08:09.866Z Downloaded toml_edit v0.22.26
3802025-05-08T21:08:09.897Z Downloaded futures v0.3.31
3812025-05-08T21:08:09.901Z Downloaded criterion v0.5.1
3822025-05-08T21:08:09.908Z Downloaded log v0.4.27
3832025-05-08T21:08:09.911Z Downloaded crossbeam-channel v0.5.15
3842025-05-08T21:08:09.914Z Downloaded bytes v1.10.1
3852025-05-08T21:08:09.918Z Downloaded time v0.3.41
3862025-05-08T21:08:09.926Z Downloaded serde_json v1.0.140
3872025-05-08T21:08:09.932Z Downloaded winnow v0.7.9
3882025-05-08T21:08:09.941Z Downloaded rayon v1.10.0
3892025-05-08T21:08:09.949Z Downloaded mio v1.0.3
3902025-05-08T21:08:09.955Z Downloaded itertools v0.10.5
3912025-05-08T21:08:09.960Z Downloaded itertools v0.12.1
3922025-05-08T21:08:09.967Z Downloaded hashbrown v0.15.3
3932025-05-08T21:08:09.972Z Downloaded memchr v2.7.4
3942025-05-08T21:08:09.977Z Downloaded clap_builder v4.5.37
3952025-05-08T21:08:09.983Z Downloaded zerocopy v0.8.25
3962025-05-08T21:08:10.005Z Downloaded regex v1.11.1
3972025-05-08T21:08:10.017Z Downloaded syn v2.0.101
3982025-05-08T21:08:10.027Z Downloaded syn v1.0.109
3992025-05-08T21:08:10.036Z Downloaded itertools v0.13.0
4002025-05-08T21:08:10.043Z Downloaded unicode-width v0.2.0
4012025-05-08T21:08:10.048Z Downloaded futures-util v0.3.31
4022025-05-08T21:08:10.058Z Downloaded nom v7.1.3
4032025-05-08T21:08:10.063Z Downloaded smoltcp v0.11.0
4042025-05-08T21:08:10.074Z Downloaded nix v0.29.0
4052025-05-08T21:08:10.084Z Downloaded itertools v0.14.0
4062025-05-08T21:08:10.091Z Downloaded minimal-lexical v0.2.1
4072025-05-08T21:08:10.095Z Downloaded rustix v1.0.7
4082025-05-08T21:08:10.116Z Downloaded regex-syntax v0.8.5
4092025-05-08T21:08:10.123Z Downloaded indexmap v2.9.0
4102025-05-08T21:08:10.126Z Downloaded heapless v0.8.0
4112025-05-08T21:08:10.130Z Downloaded half v2.6.0
4122025-05-08T21:08:10.133Z Downloaded plotters v0.3.7
4132025-05-08T21:08:10.140Z Downloaded crc32fast v1.4.2
4142025-05-08T21:08:10.143Z Downloaded proc-macro2 v1.0.95
4152025-05-08T21:08:10.146Z Downloaded defmt v1.0.1
4162025-05-08T21:08:10.149Z Downloaded darling v0.20.11
4172025-05-08T21:08:10.152Z Downloaded is-terminal v0.4.16
4182025-05-08T21:08:10.154Z Downloaded futures-executor v0.3.31
4192025-05-08T21:08:10.154Z Downloaded regex-automata v0.4.9
4202025-05-08T21:08:10.168Z Downloaded errno v0.3.11
4212025-05-08T21:08:10.172Z Downloaded embedded-io v0.4.0
4222025-05-08T21:08:10.172Z Downloaded quote v1.0.40
4232025-05-08T21:08:10.175Z Downloaded heck v0.5.0
4242025-05-08T21:08:10.175Z Downloaded heck v0.4.1
4252025-05-08T21:08:10.178Z Downloaded futures-task v0.3.31
4262025-05-08T21:08:10.178Z Downloaded dtor v0.0.6
4272025-05-08T21:08:10.178Z Downloaded dirs-sys-next v0.1.2
4282025-05-08T21:08:10.178Z Downloaded dirs-next v2.0.0
4292025-05-08T21:08:10.181Z Downloaded ctor v0.4.2
4302025-05-08T21:08:10.181Z Downloaded equivalent v1.0.2
4312025-05-08T21:08:10.181Z Downloaded embedded-io v0.6.1
4322025-05-08T21:08:10.186Z Downloaded postcard v1.1.1
4332025-05-08T21:08:10.186Z Downloaded once_cell v1.21.3
4342025-05-08T21:08:10.189Z Downloaded foreign-types-macros v0.2.3
4352025-05-08T21:08:10.189Z Downloaded cobs v0.2.3
4362025-05-08T21:08:10.189Z Downloaded autocfg v1.4.0
4372025-05-08T21:08:10.189Z Downloaded proc-macro-error v1.0.4
4382025-05-08T21:08:10.192Z Downloaded parking_lot_core v0.9.10
4392025-05-08T21:08:10.195Z Downloaded dtor-proc-macro v0.0.5
4402025-05-08T21:08:10.195Z Downloaded libc v0.2.172
4412025-05-08T21:08:10.217Z Downloaded tokio v1.44.2
4422025-05-08T21:08:10.252Z Downloaded signal-hook-registry v1.4.5
4432025-05-08T21:08:10.255Z Downloaded tabwriter v1.4.1
4442025-05-08T21:08:10.255Z Downloaded slab v0.4.9
4452025-05-08T21:08:10.255Z Downloaded same-file v1.0.6
4462025-05-08T21:08:10.258Z Downloaded slog-stdlog v4.1.1
4472025-05-08T21:08:10.258Z Downloaded cookie-factory v0.3.3
4482025-05-08T21:08:10.258Z Downloaded bitflags v2.9.0
4492025-05-08T21:08:10.266Z Downloaded crossbeam-utils v0.8.21
4502025-05-08T21:08:10.266Z Downloaded anstream v0.6.18
4512025-05-08T21:08:10.266Z Downloaded aho-corasick v1.1.3
4522025-05-08T21:08:10.271Z Downloaded oorandom v11.1.5
4532025-05-08T21:08:10.274Z Downloaded plotters-svg v0.3.7
4542025-05-08T21:08:10.274Z Downloaded anes v0.1.6
4552025-05-08T21:08:10.427Z Compiling proc-macro2 v1.0.95
4562025-05-08T21:08:10.427Z Compiling unicode-ident v1.0.18
4572025-05-08T21:08:10.430Z Compiling cfg-if v1.0.0
4582025-05-08T21:08:10.430Z Compiling libc v0.2.172
4592025-05-08T21:08:10.430Z Compiling autocfg v1.4.0
4602025-05-08T21:08:10.430Z Compiling serde v1.0.219
4612025-05-08T21:08:10.430Z Compiling memchr v2.7.4
4622025-05-08T21:08:10.430Z Compiling version_check v0.9.5
4632025-05-08T21:08:10.575Z Compiling zerocopy v0.8.25
4642025-05-08T21:08:10.656Z Compiling strsim v0.11.1
4652025-05-08T21:08:11.077Z Compiling fnv v1.0.7
4662025-05-08T21:08:11.179Z Compiling ident_case v1.0.1
4672025-05-08T21:08:11.205Z Compiling either v1.15.0
4682025-05-08T21:08:11.231Z Compiling pin-project-lite v0.2.16
4692025-05-08T21:08:11.358Z Compiling syn v1.0.109
4702025-05-08T21:08:11.369Z Compiling once_cell v1.21.3
4712025-05-08T21:08:11.436Z Compiling regex-syntax v0.8.5
4722025-05-08T21:08:11.635Z Compiling anyhow v1.0.98
4732025-05-08T21:08:11.853Z Compiling equivalent v1.0.2
4742025-05-08T21:08:11.964Z Compiling crossbeam-utils v0.8.21
4752025-05-08T21:08:11.995Z Compiling hashbrown v0.15.3
4762025-05-08T21:08:12.275Z Compiling aho-corasick v1.1.3
4772025-05-08T21:08:12.539Z Compiling quote v1.0.40
4782025-05-08T21:08:12.835Z Compiling lock_api v0.4.12
4792025-05-08T21:08:12.994Z Compiling syn v2.0.101
4802025-05-08T21:08:13.084Z Compiling indexmap v2.9.0
4812025-05-08T21:08:13.127Z Compiling itertools v0.13.0
4822025-05-08T21:08:13.224Z Compiling winnow v0.7.9
4832025-05-08T21:08:13.717Z Compiling parking_lot_core v0.9.10
4842025-05-08T21:08:14.146Z Compiling toml_datetime v0.6.9
4852025-05-08T21:08:14.343Z Compiling getrandom v0.3.2
4862025-05-08T21:08:14.510Z Compiling byteorder v1.5.0
4872025-05-08T21:08:14.889Z Compiling heapless v0.8.0
4882025-05-08T21:08:14.956Z Compiling regex-automata v0.4.9
4892025-05-08T21:08:15.775Z Compiling hash32 v0.3.1
4902025-05-08T21:08:16.023Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912025-05-08T21:08:16.073Z Compiling smallvec v1.15.0
4922025-05-08T21:08:16.424Z Compiling toml_edit v0.22.26
4932025-05-08T21:08:16.551Z Compiling stable_deref_trait v1.2.0
4942025-05-08T21:08:16.593Z Compiling smoltcp v0.11.0
4952025-05-08T21:08:16.662Z Compiling macaddr v1.0.1
4962025-05-08T21:08:16.715Z Compiling scopeguard v1.2.0
4972025-05-08T21:08:17.738Z Compiling slab v0.4.9
4982025-05-08T21:08:18.149Z Compiling bitflags v1.3.2
4992025-05-08T21:08:18.250Z Compiling cobs v0.2.3
5002025-05-08T21:08:18.261Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
5012025-05-08T21:08:18.264Z Compiling managed v0.8.0
5022025-05-08T21:08:18.287Z Compiling thiserror v2.0.12
5032025-05-08T21:08:18.638Z Compiling rustix v1.0.7
5042025-05-08T21:08:18.746Z Compiling slog v2.7.0
5052025-05-08T21:08:18.891Z Compiling regex v1.11.1
5062025-05-08T21:08:19.259Z Compiling proc-macro-crate v3.3.0
5072025-05-08T21:08:19.787Z Compiling darling_core v0.20.11
5082025-05-08T21:08:20.027Z Compiling parking_lot v0.12.3
5092025-05-08T21:08:20.239Z Compiling rand_core v0.9.3
5102025-05-08T21:08:20.819Z Compiling mio v1.0.3
5112025-05-08T21:08:21.598Z Compiling signal-hook-registry v1.4.5
5122025-05-08T21:08:21.656Z Compiling errno v0.3.11
5132025-05-08T21:08:21.949Z Compiling socket2 v0.5.9
5142025-05-08T21:08:22.530Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5152025-05-08T21:08:22.810Z Compiling proc-macro-error-attr v1.0.4
5162025-05-08T21:08:22.868Z Compiling foreign-types-shared v0.3.1
5172025-05-08T21:08:22.928Z Compiling utf8parse v0.2.2
5182025-05-08T21:08:23.006Z Compiling futures-core v0.3.31
5192025-05-08T21:08:23.095Z Compiling unicode-width v0.2.0
5202025-05-08T21:08:23.207Z Compiling itoa v1.0.15
5212025-05-08T21:08:23.279Z Compiling futures-sink v0.3.31
5222025-05-08T21:08:23.439Z Compiling ipnetwork v0.21.1
5232025-05-08T21:08:23.455Z Compiling bytes v1.10.1
5242025-05-08T21:08:23.582Z Compiling serde_derive v1.0.219
5252025-05-08T21:08:23.597Z Compiling zerocopy-derive v0.8.25
5262025-05-08T21:08:23.690Z Compiling tokio-macros v2.5.0
5272025-05-08T21:08:24.204Z Compiling num_enum_derive v0.7.3
5282025-05-08T21:08:24.603Z Compiling thiserror-impl v2.0.12
5292025-05-08T21:08:25.177Z Compiling foreign-types-macros v0.2.3
5302025-05-08T21:08:25.248Z Compiling darling_macro v0.20.11
5312025-05-08T21:08:26.106Z Compiling tokio v1.44.2
5322025-05-08T21:08:26.280Z Compiling darling v0.20.11
5332025-05-08T21:08:26.393Z Compiling ingot-macros v0.1.0
5342025-05-08T21:08:26.447Z Compiling foreign-types v0.5.0
5352025-05-08T21:08:26.490Z Compiling num_enum v0.7.3
5362025-05-08T21:08:26.557Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5372025-05-08T21:08:26.678Z Compiling tracing-attributes v0.1.28
5382025-05-08T21:08:27.581Z Compiling futures-macro v0.3.31
5392025-05-08T21:08:27.660Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5402025-05-08T21:08:28.543Z Compiling tabwriter v1.4.1
5412025-05-08T21:08:28.581Z Compiling futures-channel v0.3.31
5422025-05-08T21:08:29.129Z Compiling anstyle-parse v0.2.6
5432025-05-08T21:08:29.509Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442025-05-08T21:08:29.877Z Compiling tracing-core v0.1.33
5452025-05-08T21:08:30.239Z Compiling ppv-lite86 v0.2.21
5462025-05-08T21:08:30.266Z Compiling itertools v0.14.0
5472025-05-08T21:08:30.369Z Compiling cstr-argument v0.1.2
5482025-05-08T21:08:30.549Z Compiling proc-macro-error v1.0.4
5492025-05-08T21:08:30.688Z Compiling crc32fast v1.4.2
5502025-05-08T21:08:31.015Z Compiling futures-io v0.3.31
5512025-05-08T21:08:31.130Z Compiling rand_chacha v0.9.0
5522025-05-08T21:08:31.237Z Compiling colorchoice v1.0.3
5532025-05-08T21:08:31.420Z Compiling is_terminal_polyfill v1.70.1
5542025-05-08T21:08:31.430Z Compiling dyn-clone v1.0.19
5552025-05-08T21:08:31.564Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1)
5562025-05-08T21:08:31.704Z Compiling pretty-hex v0.4.1
5572025-05-08T21:08:31.964Z Compiling futures-task v0.3.31
5582025-05-08T21:08:31.975Z Compiling pin-utils v0.1.0
5592025-05-08T21:08:32.076Z Compiling anstyle-query v1.1.2
5602025-05-08T21:08:32.248Z Compiling anstyle v1.0.10
5612025-05-08T21:08:32.277Z Compiling futures-util v0.3.31
5622025-05-08T21:08:32.690Z Compiling anstream v0.6.18
5632025-05-08T21:08:32.796Z Compiling rand v0.9.1
5642025-05-08T21:08:32.828Z Compiling ingot-types v0.1.0
5652025-05-08T21:08:33.282Z Compiling tracing v0.1.41
5662025-05-08T21:08:33.787Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5672025-05-08T21:08:33.790Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5682025-05-08T21:08:34.054Z Compiling dirs-sys-next v0.1.2
5692025-05-08T21:08:34.831Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5702025-05-08T21:08:34.994Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
5712025-05-08T21:08:35.285Z Compiling powerfmt v0.2.0
5722025-05-08T21:08:35.462Z Compiling colored v3.0.0
5732025-05-08T21:08:35.557Z Compiling time-core v0.1.4
5742025-05-08T21:08:35.885Z Compiling thiserror v1.0.69
5752025-05-08T21:08:36.482Z Compiling bitflags v2.9.0
5762025-05-08T21:08:36.689Z Compiling postcard v1.1.1
5772025-05-08T21:08:37.195Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5782025-05-08T21:08:37.408Z Compiling ingot v0.1.0
5792025-05-08T21:08:38.220Z Compiling uuid v1.16.0
5802025-05-08T21:08:38.311Z Compiling heck v0.5.0
5812025-05-08T21:08:38.717Z Compiling num-conv v0.1.0
5822025-05-08T21:08:38.868Z Compiling terminal_size v0.4.2
5832025-05-08T21:08:39.004Z Compiling oxnet v0.1.1
5842025-05-08T21:08:39.454Z Compiling clap_lex v0.7.4
5852025-05-08T21:08:39.811Z Compiling clap_builder v4.5.37
5862025-05-08T21:08:40.338Z Compiling time-macros v0.2.22
5872025-05-08T21:08:40.407Z Compiling clap_derive v4.5.32
5882025-05-08T21:08:42.312Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5892025-05-08T21:08:46.044Z Compiling futures-executor v0.3.31
5902025-05-08T21:08:47.876Z Compiling deranged v0.4.0
5912025-05-08T21:08:50.863Z Compiling dirs-next v2.0.0
5922025-05-08T21:08:51.167Z Compiling thiserror-impl v1.0.69
5932025-05-08T21:08:52.483Z Compiling crossbeam-epoch v0.9.18
5942025-05-08T21:08:53.816Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5952025-05-08T21:08:53.927Z Compiling is-terminal v0.4.16
5962025-05-08T21:08:54.074Z Compiling thread_local v1.1.8
5972025-05-08T21:08:54.302Z Compiling num-traits v0.2.19
5982025-05-08T21:08:54.692Z Compiling arc-swap v1.7.1
5992025-05-08T21:08:55.021Z Compiling lazy_static v1.5.0
6002025-05-08T21:08:55.175Z Compiling minimal-lexical v0.2.1
6012025-05-08T21:08:55.446Z Compiling slog-async v2.8.0
6022025-05-08T21:08:55.855Z Compiling rayon-core v1.12.1
6032025-05-08T21:08:56.230Z Compiling heck v0.4.1
6042025-05-08T21:08:56.471Z Compiling serde_json v1.0.140
6052025-05-08T21:08:56.578Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6062025-05-08T21:08:56.904Z Compiling time v0.3.41
6072025-05-08T21:08:57.991Z Compiling nom v7.1.3
6082025-05-08T21:09:02.057Z Compiling slog-scope v4.4.0
6092025-05-08T21:09:02.610Z Compiling crossbeam-deque v0.8.6
6102025-05-08T21:09:03.007Z Compiling term v0.7.0
6112025-05-08T21:09:03.130Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6122025-05-08T21:09:06.052Z Compiling futures v0.3.31
6132025-05-08T21:09:06.164Z Compiling clap v4.5.37
6142025-05-08T21:09:06.281Z Compiling crossbeam-channel v0.5.15
6152025-05-08T21:09:08.077Z Compiling itertools v0.12.1
6162025-05-08T21:09:08.127Z Compiling half v2.6.0
6172025-05-08T21:09:08.813Z Compiling ryu v1.0.20
6182025-05-08T21:09:08.833Z Compiling ciborium-io v0.2.2
6192025-05-08T21:09:08.884Z Compiling log v0.4.27
6202025-05-08T21:09:08.964Z Compiling plotters-backend v0.3.7
6212025-05-08T21:09:09.435Z Compiling take_mut v0.2.2
6222025-05-08T21:09:09.469Z Compiling cfg_aliases v0.2.1
6232025-05-08T21:09:09.579Z Compiling nix v0.29.0
6242025-05-08T21:09:09.747Z Compiling plotters-svg v0.3.7
6252025-05-08T21:09:10.434Z Compiling slog-stdlog v4.1.1
6262025-05-08T21:09:11.416Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6272025-05-08T21:09:11.567Z Compiling ciborium-ll v0.2.2
6282025-05-08T21:09:12.106Z Compiling cookie-factory v0.3.3
6292025-05-08T21:09:12.864Z Compiling slog-term v2.9.1
6302025-05-08T21:09:16.154Z Compiling rusticata-macros v4.1.0
6312025-05-08T21:09:16.479Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6322025-05-08T21:09:16.516Z Compiling itertools v0.10.5
6332025-05-08T21:09:16.776Z Compiling same-file v1.0.6
6342025-05-08T21:09:17.087Z Compiling circular v0.3.0
6352025-05-08T21:09:17.628Z Compiling cast v0.3.0
6362025-05-08T21:09:17.993Z Compiling pcap-parser v0.16.0
6372025-05-08T21:09:18.124Z Compiling walkdir v2.5.0
6382025-05-08T21:09:18.696Z Compiling plotters v0.3.7
6392025-05-08T21:09:18.791Z Compiling rayon v1.10.0
6402025-05-08T21:09:19.540Z Compiling criterion-plot v0.5.0
6412025-05-08T21:09:20.331Z Compiling slog-envlogger v2.2.0
6422025-05-08T21:09:20.846Z Compiling tinytemplate v1.2.1
6432025-05-08T21:09:22.163Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1dfdfd99)
6442025-05-08T21:09:22.224Z Compiling ciborium v0.2.2
6452025-05-08T21:09:22.487Z Compiling oorandom v11.1.5
6462025-05-08T21:09:22.741Z Compiling anes v0.1.6
6472025-05-08T21:09:23.357Z Compiling dtor-proc-macro v0.0.5
6482025-05-08T21:09:24.018Z Compiling dtor v0.0.6
6492025-05-08T21:09:24.132Z Compiling criterion v0.5.1
6502025-05-08T21:09:24.470Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
6512025-05-08T21:09:24.524Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6522025-05-08T21:09:25.062Z Compiling ctor-proc-macro v0.0.5
6532025-05-08T21:09:25.732Z Compiling ctor v0.4.2
6542025-05-08T21:09:29.419Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
6552025-05-08T21:09:50.131Z Finished `bench` profile [optimized + debuginfo] target(s) in 1m 44s
6562025-05-08T21:09:50.250Z Running benches/xde.rs (target/release/deps/xde-6b68e7d4fa485572)
6572025-05-08T21:09:50.411Z###--------------------------------###
6582025-05-08T21:09:50.411Z:::Building test topology... (120s):::
6592025-05-08T21:09:50.411Z###--------------------------------###
6602025-05-08T21:09:50.418Zadding underlay route 0
6612025-05-08T21:09:50.422Zadding underlay route 1
6622025-05-08T21:09:50.614Zstart zone a
6632025-05-08T21:09:50.614Zconfigure zone
6642025-05-08T21:09:50.630Zinstall zone
6652025-05-08T21:12:52.786Zboot zone
6662025-05-08T21:12:53.651Zstart zone b
6672025-05-08T21:12:53.651Zconfigure zone
6682025-05-08T21:12:53.658Zinstall zone
6692025-05-08T21:15:54.827Zboot zone
6702025-05-08T21:15:55.591Zsetup zone a
6712025-05-08T21:15:55.591Z[a] svcs milestone/network
6722025-05-08T21:15:55.620ZSTATE STIME FMRI
6732025-05-08T21:15:55.620Zonline 14:13:11 svc:/milestone/network:default
6742025-05-08T21:15:55.620Z[a] ipadm create-addr -t -T dhcp opte0/test
6752025-05-08T21:16:00.495Z
6762025-05-08T21:16:00.495Z[a] route add -iface 10.0.0.254 10.0.0.1
6772025-05-08T21:16:00.515Zadd host 10.0.0.254: gateway 10.0.0.1
6782025-05-08T21:16:00.516Z[a] route add 10.0.0.0/24 10.0.0.254
6792025-05-08T21:16:00.534Zadd net 10.0.0.0/24: gateway 10.0.0.254
6802025-05-08T21:16:00.534Zsetup zone b
6812025-05-08T21:16:00.534Z[b] svcs milestone/network
6822025-05-08T21:16:00.553ZSTATE STIME FMRI
6832025-05-08T21:16:00.553Z- - svc:/milestone/network:default
6842025-05-08T21:16:01.553Z[b] svcs milestone/network
6852025-05-08T21:16:01.574ZSTATE STIME FMRI
6862025-05-08T21:16:01.574Z- - svc:/milestone/network:default
6872025-05-08T21:16:02.575Z[b] svcs milestone/network
6882025-05-08T21:16:02.596ZSTATE STIME FMRI
6892025-05-08T21:16:02.596Z- - svc:/milestone/network:default
6902025-05-08T21:16:03.596Z[b] svcs milestone/network
6912025-05-08T21:16:03.618ZSTATE STIME FMRI
6922025-05-08T21:16:03.618Z- - svc:/milestone/network:default
6932025-05-08T21:16:04.618Z[b] svcs milestone/network
6942025-05-08T21:16:04.639ZSTATE STIME FMRI
6952025-05-08T21:16:04.639Z- - svc:/milestone/network:default
6962025-05-08T21:16:05.640Z[b] svcs milestone/network
6972025-05-08T21:16:05.661ZSTATE STIME FMRI
6982025-05-08T21:16:05.661Z- - svc:/milestone/network:default
6992025-05-08T21:16:06.661Z[b] svcs milestone/network
7002025-05-08T21:16:06.683ZSTATE STIME FMRI
7012025-05-08T21:16:06.683Z- - svc:/milestone/network:default
7022025-05-08T21:16:07.683Z[b] svcs milestone/network
7032025-05-08T21:16:07.704ZSTATE STIME FMRI
7042025-05-08T21:16:07.705Z- - svc:/milestone/network:default
7052025-05-08T21:16:08.705Z[b] svcs milestone/network
7062025-05-08T21:16:08.726ZSTATE STIME FMRI
7072025-05-08T21:16:08.726Z- - svc:/milestone/network:default
7082025-05-08T21:16:09.727Z[b] svcs milestone/network
7092025-05-08T21:16:09.748ZSTATE STIME FMRI
7102025-05-08T21:16:09.748Z- - svc:/milestone/network:default
7112025-05-08T21:16:10.748Z[b] svcs milestone/network
7122025-05-08T21:16:10.769ZSTATE STIME FMRI
7132025-05-08T21:16:10.769Z- - svc:/milestone/network:default
7142025-05-08T21:16:11.770Z[b] svcs milestone/network
7152025-05-08T21:16:11.792ZSTATE STIME FMRI
7162025-05-08T21:16:11.792Z- - svc:/milestone/network:default
7172025-05-08T21:16:12.792Z[b] svcs milestone/network
7182025-05-08T21:16:12.814ZSTATE STIME FMRI
7192025-05-08T21:16:12.814Z- - svc:/milestone/network:default
7202025-05-08T21:16:13.815Z[b] svcs milestone/network
7212025-05-08T21:16:13.837ZSTATE STIME FMRI
7222025-05-08T21:16:13.837Zoffline 14:16:12 svc:/milestone/network:default
7232025-05-08T21:16:14.837Z[b] svcs milestone/network
7242025-05-08T21:16:14.860ZSTATE STIME FMRI
7252025-05-08T21:16:14.860Zonline 14:16:12 svc:/milestone/network:default
7262025-05-08T21:16:14.860Z[b] ipadm create-addr -t -T dhcp opte1/test
7272025-05-08T21:16:20.990Z
7282025-05-08T21:16:20.990Z[b] route add -iface 10.0.0.254 10.0.0.2
7292025-05-08T21:16:21.010Zadd host 10.0.0.254: gateway 10.0.0.2
7302025-05-08T21:16:21.011Z[b] route add 10.0.0.0/24 10.0.0.254
7312025-05-08T21:16:21.029Zadd net 10.0.0.0/24: gateway 10.0.0.254
7322025-05-08T21:16:21.029Z###---------------###
7332025-05-08T21:16:21.029Z:::Topology built!:::
7342025-05-08T21:16:21.029Z###---------------###
7352025-05-08T21:16:21.032Z###----------------###
7362025-05-08T21:16:21.032Z::: iPerf spawned! :::
7372025-05-08T21:16:21.032Z:::Waiting... (10s):::
7382025-05-08T21:16:21.032Z###----------------###
7392025-05-08T21:16:31.032Z###---###
7402025-05-08T21:16:31.032Z:::Go!:::
7412025-05-08T21:16:31.032Z###---###
7422025-05-08T21:16:31.032Z[a] ping 10.0.0.2
7432025-05-08T21:16:31.057Z10.0.0.2 is alive
7442025-05-08T21:16:31.057Z###-------------------###
7452025-05-08T21:16:31.057Z:::Running experiment :::
7462025-05-08T21:16:31.057Z:::iperf-tcp/local/c2s:::
7472025-05-08T21:16:31.057Z###-------------------###
7482025-05-08T21:16:38.089Z-----------------------------------------------------------
7492025-05-08T21:16:38.089ZServer listening on 5201
7502025-05-08T21:16:38.089Z-----------------------------------------------------------
7512025-05-08T21:16:38.089ZAccepted connection from 10.0.0.1, port 40544
7522025-05-08T21:16:38.089Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40472
7532025-05-08T21:16:38.089Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44575
7542025-05-08T21:16:38.089Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35024
7552025-05-08T21:16:38.089Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52031
7562025-05-08T21:16:38.089Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37952
7572025-05-08T21:16:38.089Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35915
7582025-05-08T21:16:38.089Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57026
7592025-05-08T21:16:38.089Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51828
7602025-05-08T21:16:38.089Z[ ID] Interval Transfer Bandwidth
7612025-05-08T21:16:38.089Z[ 5] 0.00-1.00 sec 47.4 MBytes 398 Mbits/sec
7622025-05-08T21:16:38.089Z[ 7] 0.00-1.00 sec 47.3 MBytes 397 Mbits/sec
7632025-05-08T21:16:38.089Z[ 9] 0.00-1.00 sec 47.2 MBytes 396 Mbits/sec
7642025-05-08T21:16:38.089Z[ 11] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec
7652025-05-08T21:16:38.089Z[ 13] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec
7662025-05-08T21:16:38.089Z[ 15] 0.00-1.00 sec 47.0 MBytes 394 Mbits/sec
7672025-05-08T21:16:38.089Z[ 17] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec
7682025-05-08T21:16:38.089Z[ 19] 0.00-1.00 sec 47.1 MBytes 395 Mbits/sec
7692025-05-08T21:16:38.089Z[SUM] 0.00-1.00 sec 377 MBytes 3.17 Gbits/sec
7702025-05-08T21:16:38.089Z- - - - - - - - - - - - - - - - - - - - - - - - -
7712025-05-08T21:16:38.089Z[ 5] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec
7722025-05-08T21:16:38.089Z[ 7] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec
7732025-05-08T21:16:38.089Z[ 9] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec
7742025-05-08T21:16:38.089Z[ 11] 1.00-2.00 sec 68.7 MBytes 577 Mbits/sec
7752025-05-08T21:16:38.089Z[ 13] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec
7762025-05-08T21:16:38.089Z[ 15] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec
7772025-05-08T21:16:38.089Z[ 17] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec
7782025-05-08T21:16:38.089Z[ 19] 1.00-2.00 sec 68.8 MBytes 577 Mbits/sec
7792025-05-08T21:16:38.089Z[SUM] 1.00-2.00 sec 550 MBytes 4.62 Gbits/sec
7802025-05-08T21:16:38.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
7812025-05-08T21:16:38.090Z[ 5] 2.00-3.00 sec 68.8 MBytes 577 Mbits/sec
7822025-05-08T21:16:38.090Z[ 7] 2.00-3.00 sec 68.8 MBytes 577 Mbits/sec
7832025-05-08T21:16:38.090Z[ 9] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec
7842025-05-08T21:16:38.090Z[ 11] 2.00-3.00 sec 68.7 MBytes 577 Mbits/sec
7852025-05-08T21:16:38.090Z[ 13] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec
7862025-05-08T21:16:38.090Z[ 15] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec
7872025-05-08T21:16:38.090Z[ 17] 2.00-3.00 sec 68.7 MBytes 576 Mbits/sec
7882025-05-08T21:16:38.090Z[ 19] 2.00-3.00 sec 68.8 MBytes 577 Mbits/sec
7892025-05-08T21:16:38.090Z[SUM] 2.00-3.00 sec 550 MBytes 4.61 Gbits/sec
7902025-05-08T21:16:38.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
7912025-05-08T21:16:38.090Z[ 5] 3.00-4.00 sec 70.6 MBytes 593 Mbits/sec
7922025-05-08T21:16:38.090Z[ 7] 3.00-4.00 sec 70.7 MBytes 593 Mbits/sec
7932025-05-08T21:16:38.090Z[ 9] 3.00-4.00 sec 70.6 MBytes 593 Mbits/sec
7942025-05-08T21:16:38.090Z[ 11] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
7952025-05-08T21:16:38.090Z[ 13] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec
7962025-05-08T21:16:38.090Z[ 15] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
7972025-05-08T21:16:38.090Z[ 17] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
7982025-05-08T21:16:38.090Z[ 19] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
7992025-05-08T21:16:38.090Z[SUM] 3.00-4.00 sec 565 MBytes 4.74 Gbits/sec
8002025-05-08T21:16:38.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
8012025-05-08T21:16:38.090Z[ 5] 4.00-5.00 sec 69.0 MBytes 578 Mbits/sec
8022025-05-08T21:16:38.090Z[ 7] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec
8032025-05-08T21:16:38.090Z[ 9] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec
8042025-05-08T21:16:38.090Z[ 11] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec
8052025-05-08T21:16:38.090Z[ 13] 4.00-5.00 sec 68.8 MBytes 577 Mbits/sec
8062025-05-08T21:16:38.090Z[ 15] 4.00-5.00 sec 68.8 MBytes 577 Mbits/sec
8072025-05-08T21:16:38.090Z[ 17] 4.00-5.00 sec 68.9 MBytes 578 Mbits/sec
8082025-05-08T21:16:38.090Z[ 19] 4.00-5.00 sec 68.8 MBytes 577 Mbits/sec
8092025-05-08T21:16:38.090Z[SUM] 4.00-5.00 sec 551 MBytes 4.62 Gbits/sec
8102025-05-08T21:16:38.090Z- - - - - - - - - - - - - - - - - - - - - - - - -
8112025-05-08T21:16:38.090Z[ 5] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec
8122025-05-08T21:16:38.090Z[ 7] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
8132025-05-08T21:16:38.090Z[ 9] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
8142025-05-08T21:16:38.090Z[ 11] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
8152025-05-08T21:16:38.090Z[ 13] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
8162025-05-08T21:16:38.090Z[ 15] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
8172025-05-08T21:16:38.090Z[ 17] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
8182025-05-08T21:16:38.090Z[ 19] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
8192025-05-08T21:16:38.091Z[SUM] 5.00-6.00 sec 560 MBytes 4.70 Gbits/sec
8202025-05-08T21:16:38.091Z- - - - - - - - - - - - - - - - - - - - - - - - -
8212025-05-08T21:16:38.091Z[ 5] 6.00-7.00 sec 70.4 MBytes 590 Mbits/sec
8222025-05-08T21:16:38.091Z[ 7] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec
8232025-05-08T21:16:38.091Z[ 9] 6.00-7.00 sec 70.2 MBytes 589 Mbits/sec
8242025-05-08T21:16:41.309Z[ 11] 6.00-7.00 sec 70.2 MBytes 589 Mbits/sec
8252025-05-08T21:16:41.309Z[ 13] 6.00-7.00 sec 70.2 MBytes 589 Mbits/sec
8262025-05-08T21:16:41.309Z[ 15] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec
8272025-05-08T21:16:41.309Z[ 17] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec
8282025-05-08T21:16:41.310Z[ 19] 6.00-7.00 sec 70.3 MBytes 589 Mbits/sec
8292025-05-08T21:16:41.310Z[SUM] 6.00-7.00 sec 562 MBytes 4.72 Gbits/sec
8302025-05-08T21:16:41.310Z- - - - - - - - - - - - - - - - - - - - - - - - -
8312025-05-08T21:16:41.310Z[ 5] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
8322025-05-08T21:16:41.310Z[ 7] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec
8332025-05-08T21:16:41.310Z[ 9] 7.00-8.00 sec 71.5 MBytes 600 Mbits/sec
8342025-05-08T21:16:41.310Z[ 11] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec
8352025-05-08T21:16:41.310Z[ 13] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec
8362025-05-08T21:16:41.310Z[ 15] 7.00-8.00 sec 71.2 MBytes 598 Mbits/sec
8372025-05-08T21:16:41.310Z[ 17] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
8382025-05-08T21:16:41.310Z[ 19] 7.00-8.00 sec 71.4 MBytes 599 Mbits/sec
8392025-05-08T21:16:41.310Z[SUM] 7.00-8.00 sec 571 MBytes 4.79 Gbits/sec
8402025-05-08T21:16:41.310Z- - - - - - - - - - - - - - - - - - - - - - - - -
8412025-05-08T21:16:41.310Z[ 5] 8.00-9.00 sec 70.5 MBytes 592 Mbits/sec
8422025-05-08T21:16:41.310Z[ 7] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec
8432025-05-08T21:16:41.310Z[ 9] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec
8442025-05-08T21:16:41.310Z[ 11] 8.00-9.00 sec 70.6 MBytes 592 Mbits/sec
8452025-05-08T21:16:41.310Z[ 13] 8.00-9.00 sec 70.5 MBytes 592 Mbits/sec
8462025-05-08T21:16:41.310Z[ 15] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec
8472025-05-08T21:16:41.310Z[ 17] 8.00-9.00 sec 70.5 MBytes 592 Mbits/sec
8482025-05-08T21:16:41.310Z[ 19] 8.00-9.00 sec 70.4 MBytes 590 Mbits/sec
8492025-05-08T21:16:41.310Z[SUM] 8.00-9.00 sec 564 MBytes 4.73 Gbits/sec
8502025-05-08T21:16:41.310Z- - - - - - - - - - - - - - - - - - - - - - - - -
8512025-05-08T21:16:41.310Z[ 5] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec
8522025-05-08T21:16:41.310Z[ 7] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec
8532025-05-08T21:16:41.310Z[ 9] 9.00-10.00 sec 71.3 MBytes 598 Mbits/sec
8542025-05-08T21:16:41.310Z[ 11] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec
8552025-05-08T21:16:41.310Z[ 13] 9.00-10.00 sec 71.3 MBytes 598 Mbits/sec
8562025-05-08T21:16:41.310Z[ 15] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec
8572025-05-08T21:16:41.310Z[ 17] 9.00-10.00 sec 71.2 MBytes 597 Mbits/sec
8582025-05-08T21:16:41.310Z[ 19] 9.00-10.00 sec 71.1 MBytes 597 Mbits/sec
8592025-05-08T21:16:41.310Z[SUM] 9.00-10.00 sec 570 MBytes 4.78 Gbits/sec
8602025-05-08T21:16:41.310Z- - - - - - - - - - - - - - - - - - - - - - - - -
8612025-05-08T21:16:41.310Z[ 5] 10.00-10.00 sec 21.0 KBytes 241 Mbits/sec
8622025-05-08T21:16:41.310Z[ 7] 10.00-10.00 sec 35.5 KBytes 408 Mbits/sec
8632025-05-08T21:16:41.310Z[ 9] 10.00-10.00 sec 99.4 KBytes 1.14 Gbits/sec
8642025-05-08T21:16:41.310Z[ 11] 10.00-10.00 sec 14.1 KBytes 162 Mbits/sec
8652025-05-08T21:16:41.310Z[ 13] 10.00-10.00 sec 22.0 KBytes 252 Mbits/sec
8662025-05-08T21:16:41.311Z[ 15] 10.00-10.00 sec 126 KBytes 1.47 Gbits/sec
8672025-05-08T21:16:41.311Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
8682025-05-08T21:16:41.311Z[ 19] 10.00-10.00 sec 108 KBytes 1.26 Gbits/sec
8692025-05-08T21:16:41.311Z[SUM] 10.00-10.00 sec 426 KBytes 4.88 Gbits/sec
8702025-05-08T21:16:41.311Z- - - - - - - - - - - - - - - - - - - - - - - - -
8712025-05-08T21:16:41.311Z[ ID] Interval Transfer Bandwidth
8722025-05-08T21:16:41.311Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8732025-05-08T21:16:41.311Z[ 5] 0.00-10.00 sec 678 MBytes 569 Mbits/sec receiver
8742025-05-08T21:16:41.311Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8752025-05-08T21:16:41.311Z[ 7] 0.00-10.00 sec 678 MBytes 569 Mbits/sec receiver
8762025-05-08T21:16:41.311Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8772025-05-08T21:16:41.311Z[ 9] 0.00-10.00 sec 678 MBytes 569 Mbits/sec receiver
8782025-05-08T21:16:41.311Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8792025-05-08T21:16:41.311Z[ 11] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver
8802025-05-08T21:16:41.311Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8812025-05-08T21:16:41.311Z[ 13] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver
8822025-05-08T21:16:41.311Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8832025-05-08T21:16:41.311Z[ 15] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver
8842025-05-08T21:16:41.311Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8852025-05-08T21:16:41.311Z[ 17] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver
8862025-05-08T21:16:41.311Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8872025-05-08T21:16:41.311Z[ 19] 0.00-10.00 sec 677 MBytes 568 Mbits/sec receiver
8882025-05-08T21:16:41.311Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
8892025-05-08T21:16:41.311Z[SUM] 0.00-10.00 sec 5.29 GBytes 4.55 Gbits/sec receiver
8902025-05-08T21:16:41.315ZRun 1/5...4547.085Mbps
8912025-05-08T21:16:48.340Z-----------------------------------------------------------
8922025-05-08T21:16:48.340ZServer listening on 5201
8932025-05-08T21:16:48.340Z-----------------------------------------------------------
8942025-05-08T21:16:48.340ZAccepted connection from 10.0.0.1, port 54806
8952025-05-08T21:16:48.340Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34025
8962025-05-08T21:16:48.340Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62995
8972025-05-08T21:16:48.340Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56121
8982025-05-08T21:16:48.340Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49119
8992025-05-08T21:16:48.340Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36862
9002025-05-08T21:16:48.340Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59984
9012025-05-08T21:16:48.340Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54976
9022025-05-08T21:16:48.340Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55075
9032025-05-08T21:16:48.340Z[ ID] Interval Transfer Bandwidth
9042025-05-08T21:16:48.340Z[ 5] 0.00-1.00 sec 49.3 MBytes 413 Mbits/sec
9052025-05-08T21:16:48.340Z[ 7] 0.00-1.00 sec 49.1 MBytes 412 Mbits/sec
9062025-05-08T21:16:48.341Z[ 9] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec
9072025-05-08T21:16:48.341Z[ 11] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec
9082025-05-08T21:16:48.341Z[ 13] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec
9092025-05-08T21:16:48.341Z[ 15] 0.00-1.00 sec 49.2 MBytes 413 Mbits/sec
9102025-05-08T21:16:48.341Z[ 17] 0.00-1.00 sec 49.2 MBytes 412 Mbits/sec
9112025-05-08T21:16:48.341Z[ 19] 0.00-1.00 sec 49.2 MBytes 412 Mbits/sec
9122025-05-08T21:16:48.341Z[SUM] 0.00-1.00 sec 394 MBytes 3.30 Gbits/sec
9132025-05-08T21:16:48.345Z- - - - - - - - - - - - - - - - - - - - - - - - -
9142025-05-08T21:16:48.345Z[ 5] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec
9152025-05-08T21:16:48.345Z[ 7] 1.00-2.00 sec 72.0 MBytes 604 Mbits/sec
9162025-05-08T21:16:48.345Z[ 9] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec
9172025-05-08T21:16:48.345Z[ 11] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec
9182025-05-08T21:16:48.345Z[ 13] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec
9192025-05-08T21:16:48.345Z[ 15] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec
9202025-05-08T21:16:48.345Z[ 17] 1.00-2.00 sec 72.1 MBytes 605 Mbits/sec
9212025-05-08T21:16:48.345Z[ 19] 1.00-2.00 sec 72.0 MBytes 604 Mbits/sec
9222025-05-08T21:16:48.345Z[SUM] 1.00-2.00 sec 577 MBytes 4.84 Gbits/sec
9232025-05-08T21:16:48.345Z- - - - - - - - - - - - - - - - - - - - - - - - -
9242025-05-08T21:16:48.345Z[ 5] 2.00-3.00 sec 71.6 MBytes 600 Mbits/sec
9252025-05-08T21:16:48.345Z[ 7] 2.00-3.00 sec 71.4 MBytes 599 Mbits/sec
9262025-05-08T21:16:48.345Z[ 9] 2.00-3.00 sec 71.5 MBytes 600 Mbits/sec
9272025-05-08T21:16:48.345Z[ 11] 2.00-3.00 sec 71.6 MBytes 600 Mbits/sec
9282025-05-08T21:16:48.345Z[ 13] 2.00-3.00 sec 71.5 MBytes 599 Mbits/sec
9292025-05-08T21:16:48.345Z[ 15] 2.00-3.00 sec 71.6 MBytes 600 Mbits/sec
9302025-05-08T21:16:48.345Z[ 17] 2.00-3.00 sec 71.5 MBytes 600 Mbits/sec
9312025-05-08T21:16:48.345Z[ 19] 2.00-3.00 sec 71.5 MBytes 600 Mbits/sec
9322025-05-08T21:16:48.345Z[SUM] 2.00-3.00 sec 572 MBytes 4.80 Gbits/sec
9332025-05-08T21:16:48.345Z- - - - - - - - - - - - - - - - - - - - - - - - -
9342025-05-08T21:16:48.345Z[ 5] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
9352025-05-08T21:16:48.345Z[ 7] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec
9362025-05-08T21:16:48.345Z[ 9] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec
9372025-05-08T21:16:48.345Z[ 11] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec
9382025-05-08T21:16:48.345Z[ 13] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
9392025-05-08T21:16:48.346Z[ 15] 3.00-4.00 sec 70.6 MBytes 592 Mbits/sec
9402025-05-08T21:16:48.346Z[ 17] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec
9412025-05-08T21:16:48.346Z[ 19] 3.00-4.00 sec 70.5 MBytes 591 Mbits/sec
9422025-05-08T21:16:48.346Z[SUM] 3.00-4.00 sec 564 MBytes 4.73 Gbits/sec
9432025-05-08T21:16:48.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
9442025-05-08T21:16:48.346Z[ 5] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec
9452025-05-08T21:16:48.346Z[ 7] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec
9462025-05-08T21:16:48.346Z[ 9] 4.00-5.00 sec 71.5 MBytes 599 Mbits/sec
9472025-05-08T21:16:48.346Z[ 11] 4.00-5.00 sec 71.7 MBytes 601 Mbits/sec
9482025-05-08T21:16:48.346Z[ 13] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec
9492025-05-08T21:16:48.346Z[ 15] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec
9502025-05-08T21:16:48.346Z[ 17] 4.00-5.00 sec 71.4 MBytes 599 Mbits/sec
9512025-05-08T21:16:48.346Z[ 19] 4.00-5.00 sec 71.5 MBytes 600 Mbits/sec
9522025-05-08T21:16:48.346Z[SUM] 4.00-5.00 sec 572 MBytes 4.80 Gbits/sec
9532025-05-08T21:16:48.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
9542025-05-08T21:16:48.346Z[ 5] 5.00-6.00 sec 71.8 MBytes 602 Mbits/sec
9552025-05-08T21:16:48.346Z[ 7] 5.00-6.00 sec 71.7 MBytes 602 Mbits/sec
9562025-05-08T21:16:48.346Z[ 9] 5.00-6.00 sec 71.7 MBytes 601 Mbits/sec
9572025-05-08T21:16:48.346Z[ 11] 5.00-6.00 sec 71.6 MBytes 601 Mbits/sec
9582025-05-08T21:16:48.346Z[ 13] 5.00-6.00 sec 71.7 MBytes 601 Mbits/sec
9592025-05-08T21:16:48.346Z[ 15] 5.00-6.00 sec 71.7 MBytes 602 Mbits/sec
9602025-05-08T21:16:48.346Z[ 17] 5.00-6.00 sec 71.6 MBytes 601 Mbits/sec
9612025-05-08T21:16:48.346Z[ 19] 5.00-6.00 sec 71.6 MBytes 601 Mbits/sec
9622025-05-08T21:16:48.346Z[SUM] 5.00-6.00 sec 574 MBytes 4.81 Gbits/sec
9632025-05-08T21:16:48.346Z- - - - - - - - - - - - - - - - - - - - - - - - -
9642025-05-08T21:16:48.346Z[ 5] 6.00-7.00 sec 70.0 MBytes 588 Mbits/sec
9652025-05-08T21:16:48.346Z[ 7] 6.00-7.00 sec 69.9 MBytes 586 Mbits/sec
9662025-05-08T21:16:48.346Z[ 9] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec
9672025-05-08T21:16:51.560Z[ 11] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec
9682025-05-08T21:16:51.560Z[ 13] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec
9692025-05-08T21:16:51.560Z[ 15] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec
9702025-05-08T21:16:51.560Z[ 17] 6.00-7.00 sec 70.1 MBytes 588 Mbits/sec
9712025-05-08T21:16:51.560Z[ 19] 6.00-7.00 sec 70.0 MBytes 587 Mbits/sec
9722025-05-08T21:16:51.560Z[SUM] 6.00-7.00 sec 560 MBytes 4.70 Gbits/sec
9732025-05-08T21:16:51.560Z- - - - - - - - - - - - - - - - - - - - - - - - -
9742025-05-08T21:16:51.560Z[ 5] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec
9752025-05-08T21:16:51.560Z[ 7] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec
9762025-05-08T21:16:51.560Z[ 9] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec
9772025-05-08T21:16:51.560Z[ 11] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec
9782025-05-08T21:16:51.560Z[ 13] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec
9792025-05-08T21:16:51.561Z[ 15] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec
9802025-05-08T21:16:51.561Z[ 17] 7.00-8.00 sec 71.6 MBytes 600 Mbits/sec
9812025-05-08T21:16:51.561Z[ 19] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec
9822025-05-08T21:16:51.561Z[SUM] 7.00-8.00 sec 574 MBytes 4.81 Gbits/sec
9832025-05-08T21:16:51.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
9842025-05-08T21:16:51.561Z[ 5] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
9852025-05-08T21:16:51.561Z[ 7] 8.00-9.00 sec 70.7 MBytes 593 Mbits/sec
9862025-05-08T21:16:51.561Z[ 9] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
9872025-05-08T21:16:51.561Z[ 11] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
9882025-05-08T21:16:51.561Z[ 13] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
9892025-05-08T21:16:51.561Z[ 15] 8.00-9.00 sec 70.7 MBytes 593 Mbits/sec
9902025-05-08T21:16:51.561Z[ 17] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
9912025-05-08T21:16:51.561Z[ 19] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
9922025-05-08T21:16:51.561Z[SUM] 8.00-9.00 sec 566 MBytes 4.75 Gbits/sec
9932025-05-08T21:16:51.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
9942025-05-08T21:16:51.561Z[ 5] 9.00-10.00 sec 71.9 MBytes 603 Mbits/sec
9952025-05-08T21:16:51.561Z[ 7] 9.00-10.00 sec 72.1 MBytes 605 Mbits/sec
9962025-05-08T21:16:51.561Z[ 9] 9.00-10.00 sec 72.1 MBytes 605 Mbits/sec
9972025-05-08T21:16:51.561Z[ 11] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec
9982025-05-08T21:16:51.561Z[ 13] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec
9992025-05-08T21:16:51.561Z[ 15] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec
10002025-05-08T21:16:51.561Z[ 17] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec
10012025-05-08T21:16:51.561Z[ 19] 9.00-10.00 sec 72.0 MBytes 604 Mbits/sec
10022025-05-08T21:16:51.561Z[SUM] 9.00-10.00 sec 576 MBytes 4.83 Gbits/sec
10032025-05-08T21:16:51.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
10042025-05-08T21:16:51.561Z[ 5] 10.00-10.00 sec 126 KBytes 1.16 Gbits/sec
10052025-05-08T21:16:51.561Z[ 7] 10.00-10.00 sec 125 KBytes 1.15 Gbits/sec
10062025-05-08T21:16:51.561Z[ 9] 10.00-10.00 sec 78.8 KBytes 725 Mbits/sec
10072025-05-08T21:16:51.561Z[ 11] 10.00-10.00 sec 56.2 KBytes 517 Mbits/sec
10082025-05-08T21:16:51.561Z[ 13] 10.00-10.00 sec 125 KBytes 1.15 Gbits/sec
10092025-05-08T21:16:51.561Z[ 15] 10.00-10.00 sec 98.2 KBytes 904 Mbits/sec
10102025-05-08T21:16:51.561Z[ 17] 10.00-10.00 sec 58.3 KBytes 537 Mbits/sec
10112025-05-08T21:16:51.561Z[ 19] 10.00-10.00 sec 125 KBytes 1.15 Gbits/sec
10122025-05-08T21:16:51.561Z[SUM] 10.00-10.00 sec 792 KBytes 7.28 Gbits/sec
10132025-05-08T21:16:51.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
10142025-05-08T21:16:51.561Z[ ID] Interval Transfer Bandwidth
10152025-05-08T21:16:51.561Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10162025-05-08T21:16:51.561Z[ 5] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver
10172025-05-08T21:16:51.561Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10182025-05-08T21:16:51.561Z[ 7] 0.00-10.00 sec 691 MBytes 579 Mbits/sec receiver
10192025-05-08T21:16:51.562Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10202025-05-08T21:16:51.562Z[ 9] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver
10212025-05-08T21:16:51.562Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10222025-05-08T21:16:51.562Z[ 11] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver
10232025-05-08T21:16:51.562Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10242025-05-08T21:16:51.562Z[ 13] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver
10252025-05-08T21:16:51.562Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10262025-05-08T21:16:51.562Z[ 15] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver
10272025-05-08T21:16:51.562Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10282025-05-08T21:16:51.562Z[ 17] 0.00-10.00 sec 691 MBytes 580 Mbits/sec receiver
10292025-05-08T21:16:51.562Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10302025-05-08T21:16:51.562Z[ 19] 0.00-10.00 sec 691 MBytes 579 Mbits/sec receiver
10312025-05-08T21:16:51.562Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
10322025-05-08T21:16:51.562Z[SUM] 0.00-10.00 sec 5.40 GBytes 4.64 Gbits/sec receiver
10332025-05-08T21:16:51.565ZRun 2/5...4638.046Mbps
10342025-05-08T21:16:58.592Z-----------------------------------------------------------
10352025-05-08T21:16:58.592ZServer listening on 5201
10362025-05-08T21:16:58.592Z-----------------------------------------------------------
10372025-05-08T21:16:58.592ZAccepted connection from 10.0.0.1, port 43518
10382025-05-08T21:16:58.592Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40033
10392025-05-08T21:16:58.592Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61501
10402025-05-08T21:16:58.592Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60788
10412025-05-08T21:16:58.592Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47758
10422025-05-08T21:16:58.592Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42665
10432025-05-08T21:16:58.592Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49653
10442025-05-08T21:16:58.592Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46434
10452025-05-08T21:16:58.593Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34480
10462025-05-08T21:16:58.593Z[ ID] Interval Transfer Bandwidth
10472025-05-08T21:16:58.593Z[ 5] 0.00-1.00 sec 46.8 MBytes 393 Mbits/sec
10482025-05-08T21:16:58.593Z[ 7] 0.00-1.00 sec 46.9 MBytes 393 Mbits/sec
10492025-05-08T21:16:58.593Z[ 9] 0.00-1.00 sec 46.8 MBytes 393 Mbits/sec
10502025-05-08T21:16:58.593Z[ 11] 0.00-1.00 sec 46.7 MBytes 392 Mbits/sec
10512025-05-08T21:16:58.593Z[ 13] 0.00-1.00 sec 46.6 MBytes 391 Mbits/sec
10522025-05-08T21:16:58.593Z[ 15] 0.00-1.00 sec 46.7 MBytes 391 Mbits/sec
10532025-05-08T21:16:58.593Z[ 17] 0.00-1.00 sec 46.6 MBytes 391 Mbits/sec
10542025-05-08T21:16:58.593Z[ 19] 0.00-1.00 sec 46.7 MBytes 391 Mbits/sec
10552025-05-08T21:16:58.593Z[SUM] 0.00-1.00 sec 374 MBytes 3.13 Gbits/sec
10562025-05-08T21:16:58.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
10572025-05-08T21:16:58.593Z[ 5] 1.00-2.00 sec 73.0 MBytes 613 Mbits/sec
10582025-05-08T21:16:58.593Z[ 7] 1.00-2.00 sec 72.9 MBytes 611 Mbits/sec
10592025-05-08T21:16:58.593Z[ 9] 1.00-2.00 sec 72.9 MBytes 611 Mbits/sec
10602025-05-08T21:16:58.593Z[ 11] 1.00-2.00 sec 72.9 MBytes 612 Mbits/sec
10612025-05-08T21:16:58.593Z[ 13] 1.00-2.00 sec 72.9 MBytes 612 Mbits/sec
10622025-05-08T21:16:58.593Z[ 15] 1.00-2.00 sec 72.9 MBytes 612 Mbits/sec
10632025-05-08T21:16:58.593Z[ 17] 1.00-2.00 sec 73.0 MBytes 612 Mbits/sec
10642025-05-08T21:16:58.593Z[ 19] 1.00-2.00 sec 72.8 MBytes 611 Mbits/sec
10652025-05-08T21:16:58.593Z[SUM] 1.00-2.00 sec 583 MBytes 4.89 Gbits/sec
10662025-05-08T21:16:58.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
10672025-05-08T21:16:58.593Z[ 5] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec
10682025-05-08T21:16:58.593Z[ 7] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec
10692025-05-08T21:16:58.593Z[ 9] 2.00-3.00 sec 73.4 MBytes 616 Mbits/sec
10702025-05-08T21:16:58.593Z[ 11] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec
10712025-05-08T21:16:58.593Z[ 13] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec
10722025-05-08T21:16:58.593Z[ 15] 2.00-3.00 sec 73.5 MBytes 616 Mbits/sec
10732025-05-08T21:16:58.593Z[ 17] 2.00-3.00 sec 73.3 MBytes 615 Mbits/sec
10742025-05-08T21:16:58.593Z[ 19] 2.00-3.00 sec 73.2 MBytes 614 Mbits/sec
10752025-05-08T21:16:58.593Z[SUM] 2.00-3.00 sec 587 MBytes 4.92 Gbits/sec
10762025-05-08T21:16:58.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
10772025-05-08T21:16:58.593Z[ 5] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec
10782025-05-08T21:16:58.593Z[ 7] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec
10792025-05-08T21:16:58.593Z[ 9] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec
10802025-05-08T21:16:58.593Z[ 11] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec
10812025-05-08T21:16:58.593Z[ 13] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec
10822025-05-08T21:16:58.593Z[ 15] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec
10832025-05-08T21:16:58.594Z[ 17] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec
10842025-05-08T21:16:58.594Z[ 19] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec
10852025-05-08T21:16:58.594Z[SUM] 3.00-4.00 sec 576 MBytes 4.84 Gbits/sec
10862025-05-08T21:16:58.594Z- - - - - - - - - - - - - - - - - - - - - - - - -
10872025-05-08T21:16:58.594Z[ 5] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec
10882025-05-08T21:16:58.594Z[ 7] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
10892025-05-08T21:16:58.594Z[ 9] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
10902025-05-08T21:16:58.594Z[ 11] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
10912025-05-08T21:16:58.594Z[ 13] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
10922025-05-08T21:16:58.594Z[ 15] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec
10932025-05-08T21:16:58.594Z[ 17] 4.00-5.00 sec 70.6 MBytes 593 Mbits/sec
10942025-05-08T21:16:58.594Z[ 19] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec
10952025-05-08T21:16:58.594Z[SUM] 4.00-5.00 sec 566 MBytes 4.75 Gbits/sec
10962025-05-08T21:16:58.594Z- - - - - - - - - - - - - - - - - - - - - - - - -
10972025-05-08T21:16:58.594Z[ 5] 5.00-6.00 sec 71.9 MBytes 604 Mbits/sec
10982025-05-08T21:16:58.594Z[ 7] 5.00-6.00 sec 71.9 MBytes 603 Mbits/sec
10992025-05-08T21:16:58.594Z[ 9] 5.00-6.00 sec 72.1 MBytes 604 Mbits/sec
11002025-05-08T21:16:58.594Z[ 11] 5.00-6.00 sec 72.0 MBytes 604 Mbits/sec
11012025-05-08T21:16:58.594Z[ 13] 5.00-6.00 sec 72.1 MBytes 604 Mbits/sec
11022025-05-08T21:16:58.594Z[ 15] 5.00-6.00 sec 72.0 MBytes 604 Mbits/sec
11032025-05-08T21:16:58.594Z[ 17] 5.00-6.00 sec 71.9 MBytes 603 Mbits/sec
11042025-05-08T21:16:58.594Z[ 19] 5.00-6.00 sec 71.9 MBytes 603 Mbits/sec
11052025-05-08T21:16:58.594Z[SUM] 5.00-6.00 sec 576 MBytes 4.83 Gbits/sec
11062025-05-08T21:16:58.594Z- - - - - - - - - - - - - - - - - - - - - - - - -
11072025-05-08T21:16:58.594Z[ 5] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec
11082025-05-08T21:16:58.594Z[ 7] 6.00-7.00 sec 73.8 MBytes 619 Mbits/sec
11092025-05-08T21:16:58.594Z[ 9] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec
11102025-05-08T21:17:01.811Z[ 11] 6.00-7.00 sec 73.7 MBytes 619 Mbits/sec
11112025-05-08T21:17:01.811Z[ 13] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec
11122025-05-08T21:17:01.811Z[ 15] 6.00-7.00 sec 73.8 MBytes 619 Mbits/sec
11132025-05-08T21:17:01.811Z[ 17] 6.00-7.00 sec 73.9 MBytes 620 Mbits/sec
11142025-05-08T21:17:01.811Z[ 19] 6.00-7.00 sec 73.8 MBytes 619 Mbits/sec
11152025-05-08T21:17:01.811Z[SUM] 6.00-7.00 sec 591 MBytes 4.96 Gbits/sec
11162025-05-08T21:17:01.811Z- - - - - - - - - - - - - - - - - - - - - - - - -
11172025-05-08T21:17:01.811Z[ 5] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec
11182025-05-08T21:17:01.811Z[ 7] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec
11192025-05-08T21:17:01.811Z[ 9] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec
11202025-05-08T21:17:01.811Z[ 11] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec
11212025-05-08T21:17:01.811Z[ 13] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec
11222025-05-08T21:17:01.811Z[ 15] 7.00-8.00 sec 71.8 MBytes 602 Mbits/sec
11232025-05-08T21:17:01.811Z[ 17] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec
11242025-05-08T21:17:01.811Z[ 19] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec
11252025-05-08T21:17:01.811Z[SUM] 7.00-8.00 sec 574 MBytes 4.81 Gbits/sec
11262025-05-08T21:17:01.811Z- - - - - - - - - - - - - - - - - - - - - - - - -
11272025-05-08T21:17:01.811Z[ 5] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec
11282025-05-08T21:17:01.811Z[ 7] 8.00-9.00 sec 71.7 MBytes 602 Mbits/sec
11292025-05-08T21:17:01.811Z[ 9] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec
11302025-05-08T21:17:01.811Z[ 11] 8.00-9.00 sec 71.6 MBytes 601 Mbits/sec
11312025-05-08T21:17:01.812Z[ 13] 8.00-9.00 sec 71.6 MBytes 601 Mbits/sec
11322025-05-08T21:17:01.812Z[ 15] 8.00-9.00 sec 71.7 MBytes 602 Mbits/sec
11332025-05-08T21:17:01.812Z[ 17] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec
11342025-05-08T21:17:01.812Z[ 19] 8.00-9.00 sec 71.7 MBytes 601 Mbits/sec
11352025-05-08T21:17:01.812Z[SUM] 8.00-9.00 sec 573 MBytes 4.81 Gbits/sec
11362025-05-08T21:17:01.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
11372025-05-08T21:17:01.812Z[ 5] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
11382025-05-08T21:17:01.812Z[ 7] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
11392025-05-08T21:17:01.812Z[ 9] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
11402025-05-08T21:17:01.812Z[ 11] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
11412025-05-08T21:17:01.812Z[ 13] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
11422025-05-08T21:17:01.812Z[ 15] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
11432025-05-08T21:17:01.812Z[ 17] 9.00-10.00 sec 69.6 MBytes 584 Mbits/sec
11442025-05-08T21:17:01.812Z[ 19] 9.00-10.00 sec 69.5 MBytes 583 Mbits/sec
11452025-05-08T21:17:01.812Z[SUM] 9.00-10.00 sec 557 MBytes 4.67 Gbits/sec
11462025-05-08T21:17:01.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
11472025-05-08T21:17:01.812Z[ 5] 10.00-10.00 sec 19.5 KBytes 199 Mbits/sec
11482025-05-08T21:17:01.812Z[ 7] 10.00-10.00 sec 121 KBytes 1.24 Gbits/sec
11492025-05-08T21:17:01.812Z[ 9] 10.00-10.00 sec 84.8 KBytes 868 Mbits/sec
11502025-05-08T21:17:01.816Z[ 11] 10.00-10.00 sec 61.5 KBytes 629 Mbits/sec
11512025-05-08T21:17:01.816Z[ 13] 10.00-10.00 sec 116 KBytes 1.18 Gbits/sec
11522025-05-08T21:17:01.816Z[ 15] 10.00-10.00 sec 89.8 KBytes 917 Mbits/sec
11532025-05-08T21:17:01.816Z[ 17] 10.00-10.00 sec 103 KBytes 1.05 Gbits/sec
11542025-05-08T21:17:01.816Z[ 19] 10.00-10.00 sec 68.1 KBytes 695 Mbits/sec
11552025-05-08T21:17:01.816Z[SUM] 10.00-10.00 sec 663 KBytes 6.76 Gbits/sec
11562025-05-08T21:17:01.816Z- - - - - - - - - - - - - - - - - - - - - - - - -
11572025-05-08T21:17:01.816Z[ ID] Interval Transfer Bandwidth
11582025-05-08T21:17:01.816Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11592025-05-08T21:17:01.816Z[ 5] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver
11602025-05-08T21:17:01.816Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11612025-05-08T21:17:01.816Z[ 7] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver
11622025-05-08T21:17:01.816Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11632025-05-08T21:17:01.816Z[ 9] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver
11642025-05-08T21:17:01.816Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11652025-05-08T21:17:01.816Z[ 11] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver
11662025-05-08T21:17:01.816Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11672025-05-08T21:17:01.816Z[ 13] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver
11682025-05-08T21:17:01.816Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11692025-05-08T21:17:01.816Z[ 15] 0.00-10.00 sec 695 MBytes 583 Mbits/sec receiver
11702025-05-08T21:17:01.816Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11712025-05-08T21:17:01.816Z[ 17] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver
11722025-05-08T21:17:01.816Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11732025-05-08T21:17:01.816Z[ 19] 0.00-10.00 sec 694 MBytes 582 Mbits/sec receiver
11742025-05-08T21:17:01.816Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11752025-05-08T21:17:01.816Z[SUM] 0.00-10.00 sec 5.43 GBytes 4.66 Gbits/sec receiver
11762025-05-08T21:17:01.816ZRun 3/5...4661.64Mbps
11772025-05-08T21:17:08.844Z-----------------------------------------------------------
11782025-05-08T21:17:08.844ZServer listening on 5201
11792025-05-08T21:17:08.844Z-----------------------------------------------------------
11802025-05-08T21:17:08.844ZAccepted connection from 10.0.0.1, port 52182
11812025-05-08T21:17:08.844Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45144
11822025-05-08T21:17:08.844Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60685
11832025-05-08T21:17:08.844Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50239
11842025-05-08T21:17:08.844Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58004
11852025-05-08T21:17:08.844Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41668
11862025-05-08T21:17:08.844Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50508
11872025-05-08T21:17:08.844Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39950
11882025-05-08T21:17:08.844Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56308
11892025-05-08T21:17:08.844Z[ ID] Interval Transfer Bandwidth
11902025-05-08T21:17:08.844Z[ 5] 0.00-1.00 sec 47.8 MBytes 401 Mbits/sec
11912025-05-08T21:17:08.844Z[ 7] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec
11922025-05-08T21:17:08.845Z[ 9] 0.00-1.00 sec 47.6 MBytes 400 Mbits/sec
11932025-05-08T21:17:08.845Z[ 11] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec
11942025-05-08T21:17:08.845Z[ 13] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec
11952025-05-08T21:17:08.845Z[ 15] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec
11962025-05-08T21:17:08.845Z[ 17] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec
11972025-05-08T21:17:08.845Z[ 19] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec
11982025-05-08T21:17:08.845Z[SUM] 0.00-1.00 sec 381 MBytes 3.20 Gbits/sec
11992025-05-08T21:17:08.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
12002025-05-08T21:17:08.845Z[ 5] 1.00-2.00 sec 71.8 MBytes 603 Mbits/sec
12012025-05-08T21:17:08.845Z[ 7] 1.00-2.00 sec 71.9 MBytes 603 Mbits/sec
12022025-05-08T21:17:08.845Z[ 9] 1.00-2.00 sec 71.8 MBytes 602 Mbits/sec
12032025-05-08T21:17:08.845Z[ 11] 1.00-2.00 sec 71.7 MBytes 602 Mbits/sec
12042025-05-08T21:17:08.845Z[ 13] 1.00-2.00 sec 71.7 MBytes 602 Mbits/sec
12052025-05-08T21:17:08.845Z[ 15] 1.00-2.00 sec 71.7 MBytes 601 Mbits/sec
12062025-05-08T21:17:08.845Z[ 17] 1.00-2.00 sec 71.8 MBytes 602 Mbits/sec
12072025-05-08T21:17:08.845Z[ 19] 1.00-2.00 sec 71.7 MBytes 601 Mbits/sec
12082025-05-08T21:17:08.845Z[SUM] 1.00-2.00 sec 574 MBytes 4.81 Gbits/sec
12092025-05-08T21:17:08.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
12102025-05-08T21:17:08.845Z[ 5] 2.00-3.00 sec 72.2 MBytes 605 Mbits/sec
12112025-05-08T21:17:08.845Z[ 7] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec
12122025-05-08T21:17:08.845Z[ 9] 2.00-3.00 sec 72.0 MBytes 604 Mbits/sec
12132025-05-08T21:17:08.845Z[ 11] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec
12142025-05-08T21:17:08.845Z[ 13] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec
12152025-05-08T21:17:08.845Z[ 15] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec
12162025-05-08T21:17:08.845Z[ 17] 2.00-3.00 sec 72.1 MBytes 605 Mbits/sec
12172025-05-08T21:17:08.845Z[ 19] 2.00-3.00 sec 72.0 MBytes 604 Mbits/sec
12182025-05-08T21:17:08.845Z[SUM] 2.00-3.00 sec 577 MBytes 4.84 Gbits/sec
12192025-05-08T21:17:08.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
12202025-05-08T21:17:08.845Z[ 5] 3.00-4.00 sec 71.8 MBytes 602 Mbits/sec
12212025-05-08T21:17:08.845Z[ 7] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec
12222025-05-08T21:17:08.845Z[ 9] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec
12232025-05-08T21:17:08.845Z[ 11] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec
12242025-05-08T21:17:08.845Z[ 13] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec
12252025-05-08T21:17:08.845Z[ 15] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec
12262025-05-08T21:17:08.845Z[ 17] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec
12272025-05-08T21:17:08.845Z[ 19] 3.00-4.00 sec 71.9 MBytes 603 Mbits/sec
12282025-05-08T21:17:08.845Z[SUM] 3.00-4.00 sec 575 MBytes 4.82 Gbits/sec
12292025-05-08T21:17:08.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
12302025-05-08T21:17:08.845Z[ 5] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec
12312025-05-08T21:17:08.845Z[ 7] 4.00-5.00 sec 70.6 MBytes 592 Mbits/sec
12322025-05-08T21:17:08.846Z[ 9] 4.00-5.00 sec 70.6 MBytes 593 Mbits/sec
12332025-05-08T21:17:08.846Z[ 11] 4.00-5.00 sec 70.8 MBytes 594 Mbits/sec
12342025-05-08T21:17:08.846Z[ 13] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
12352025-05-08T21:17:08.846Z[ 15] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
12362025-05-08T21:17:08.846Z[ 17] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
12372025-05-08T21:17:08.846Z[ 19] 4.00-5.00 sec 70.7 MBytes 593 Mbits/sec
12382025-05-08T21:17:08.846Z[SUM] 4.00-5.00 sec 566 MBytes 4.74 Gbits/sec
12392025-05-08T21:17:08.846Z- - - - - - - - - - - - - - - - - - - - - - - - -
12402025-05-08T21:17:08.846Z[ 5] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec
12412025-05-08T21:17:08.846Z[ 7] 5.00-6.00 sec 71.1 MBytes 597 Mbits/sec
12422025-05-08T21:17:08.846Z[ 9] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
12432025-05-08T21:17:08.846Z[ 11] 5.00-6.00 sec 71.1 MBytes 597 Mbits/sec
12442025-05-08T21:17:08.846Z[ 13] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
12452025-05-08T21:17:08.846Z[ 15] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec
12462025-05-08T21:17:08.846Z[ 17] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
12472025-05-08T21:17:08.846Z[ 19] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec
12482025-05-08T21:17:08.846Z[SUM] 5.00-6.00 sec 569 MBytes 4.77 Gbits/sec
12492025-05-08T21:17:08.846Z- - - - - - - - - - - - - - - - - - - - - - - - -
12502025-05-08T21:17:08.846Z[ 5] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec
12512025-05-08T21:17:08.846Z[ 7] 6.00-7.00 sec 69.6 MBytes 584 Mbits/sec
12522025-05-08T21:17:08.846Z[ 9] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec
12532025-05-08T21:17:12.063Z[ 11] 6.00-7.00 sec 69.6 MBytes 583 Mbits/sec
12542025-05-08T21:17:12.063Z[ 13] 6.00-7.00 sec 69.7 MBytes 585 Mbits/sec
12552025-05-08T21:17:12.063Z[ 15] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec
12562025-05-08T21:17:12.063Z[ 17] 6.00-7.00 sec 69.6 MBytes 584 Mbits/sec
12572025-05-08T21:17:12.063Z[ 19] 6.00-7.00 sec 69.5 MBytes 583 Mbits/sec
12582025-05-08T21:17:12.063Z[SUM] 6.00-7.00 sec 556 MBytes 4.67 Gbits/sec
12592025-05-08T21:17:12.063Z- - - - - - - - - - - - - - - - - - - - - - - - -
12602025-05-08T21:17:12.063Z[ 5] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
12612025-05-08T21:17:12.063Z[ 7] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
12622025-05-08T21:17:12.063Z[ 9] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec
12632025-05-08T21:17:12.063Z[ 11] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
12642025-05-08T21:17:12.063Z[ 13] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec
12652025-05-08T21:17:12.063Z[ 15] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec
12662025-05-08T21:17:12.063Z[ 17] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
12672025-05-08T21:17:12.063Z[ 19] 7.00-8.00 sec 71.3 MBytes 598 Mbits/sec
12682025-05-08T21:17:12.063Z[SUM] 7.00-8.00 sec 570 MBytes 4.78 Gbits/sec
12692025-05-08T21:17:12.063Z- - - - - - - - - - - - - - - - - - - - - - - - -
12702025-05-08T21:17:12.063Z[ 5] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec
12712025-05-08T21:17:12.063Z[ 7] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec
12722025-05-08T21:17:12.063Z[ 9] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec
12732025-05-08T21:17:12.063Z[ 11] 8.00-9.00 sec 70.5 MBytes 591 Mbits/sec
12742025-05-08T21:17:12.063Z[ 13] 8.00-9.00 sec 70.4 MBytes 590 Mbits/sec
12752025-05-08T21:17:12.063Z[ 15] 8.00-9.00 sec 70.4 MBytes 591 Mbits/sec
12762025-05-08T21:17:12.063Z[ 17] 8.00-9.00 sec 70.4 MBytes 590 Mbits/sec
12772025-05-08T21:17:12.064Z[ 19] 8.00-9.00 sec 70.3 MBytes 590 Mbits/sec
12782025-05-08T21:17:12.064Z[SUM] 8.00-9.00 sec 563 MBytes 4.73 Gbits/sec
12792025-05-08T21:17:12.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
12802025-05-08T21:17:12.064Z[ 5] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec
12812025-05-08T21:17:12.064Z[ 7] 9.00-10.00 sec 70.4 MBytes 591 Mbits/sec
12822025-05-08T21:17:12.064Z[ 9] 9.00-10.00 sec 70.4 MBytes 590 Mbits/sec
12832025-05-08T21:17:12.064Z[ 11] 9.00-10.00 sec 70.4 MBytes 590 Mbits/sec
12842025-05-08T21:17:12.064Z[ 13] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec
12852025-05-08T21:17:12.064Z[ 15] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec
12862025-05-08T21:17:12.064Z[ 17] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec
12872025-05-08T21:17:12.064Z[ 19] 9.00-10.00 sec 70.3 MBytes 590 Mbits/sec
12882025-05-08T21:17:12.064Z[SUM] 9.00-10.00 sec 563 MBytes 4.72 Gbits/sec
12892025-05-08T21:17:12.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
12902025-05-08T21:17:12.064Z[ 5] 10.00-10.00 sec 123 KBytes 1.31 Gbits/sec
12912025-05-08T21:17:12.064Z[ 7] 10.00-10.00 sec 11.9 KBytes 127 Mbits/sec
12922025-05-08T21:17:12.064Z[ 9] 10.00-10.00 sec 56.2 KBytes 602 Mbits/sec
12932025-05-08T21:17:12.064Z[ 11] 10.00-10.00 sec 75.6 KBytes 810 Mbits/sec
12942025-05-08T21:17:12.064Z[ 13] 10.00-10.00 sec 45.4 KBytes 486 Mbits/sec
12952025-05-08T21:17:12.064Z[ 15] 10.00-10.00 sec 126 KBytes 1.34 Gbits/sec
12962025-05-08T21:17:12.064Z[ 17] 10.00-10.00 sec 54.0 KBytes 578 Mbits/sec
12972025-05-08T21:17:12.064Z[ 19] 10.00-10.00 sec 93.0 KBytes 994 Mbits/sec
12982025-05-08T21:17:12.064Z[SUM] 10.00-10.00 sec 584 KBytes 6.24 Gbits/sec
12992025-05-08T21:17:12.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
13002025-05-08T21:17:12.064Z[ ID] Interval Transfer Bandwidth
13012025-05-08T21:17:12.064Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13022025-05-08T21:17:12.064Z[ 5] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13032025-05-08T21:17:12.064Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13042025-05-08T21:17:12.064Z[ 7] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13052025-05-08T21:17:12.064Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13062025-05-08T21:17:12.064Z[ 9] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13072025-05-08T21:17:12.064Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13082025-05-08T21:17:12.064Z[ 11] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13092025-05-08T21:17:12.064Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13102025-05-08T21:17:12.064Z[ 13] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13112025-05-08T21:17:12.064Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13122025-05-08T21:17:12.064Z[ 15] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13132025-05-08T21:17:12.064Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13142025-05-08T21:17:12.064Z[ 17] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13152025-05-08T21:17:12.064Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13162025-05-08T21:17:12.064Z[ 19] 0.00-10.00 sec 687 MBytes 576 Mbits/sec receiver
13172025-05-08T21:17:12.065Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13182025-05-08T21:17:12.065Z[SUM] 0.00-10.00 sec 5.37 GBytes 4.61 Gbits/sec receiver
13192025-05-08T21:17:12.068ZRun 4/5...4608.966Mbps
13202025-05-08T21:17:19.096Z-----------------------------------------------------------
13212025-05-08T21:17:19.096ZServer listening on 5201
13222025-05-08T21:17:19.096Z-----------------------------------------------------------
13232025-05-08T21:17:19.096ZAccepted connection from 10.0.0.1, port 52166
13242025-05-08T21:17:19.096Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57878
13252025-05-08T21:17:19.096Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37779
13262025-05-08T21:17:19.096Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44636
13272025-05-08T21:17:19.096Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40026
13282025-05-08T21:17:19.096Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62428
13292025-05-08T21:17:19.096Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43418
13302025-05-08T21:17:19.096Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47532
13312025-05-08T21:17:19.096Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54037
13322025-05-08T21:17:19.096Z[ ID] Interval Transfer Bandwidth
13332025-05-08T21:17:19.096Z[ 5] 0.00-1.00 sec 47.6 MBytes 400 Mbits/sec
13342025-05-08T21:17:19.096Z[ 7] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec
13352025-05-08T21:17:19.096Z[ 9] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec
13362025-05-08T21:17:19.096Z[ 11] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec
13372025-05-08T21:17:19.096Z[ 13] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec
13382025-05-08T21:17:19.096Z[ 15] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec
13392025-05-08T21:17:19.096Z[ 17] 0.00-1.00 sec 47.6 MBytes 399 Mbits/sec
13402025-05-08T21:17:19.096Z[ 19] 0.00-1.00 sec 47.7 MBytes 400 Mbits/sec
13412025-05-08T21:17:19.096Z[SUM] 0.00-1.00 sec 381 MBytes 3.20 Gbits/sec
13422025-05-08T21:17:19.096Z- - - - - - - - - - - - - - - - - - - - - - - - -
13432025-05-08T21:17:19.096Z[ 5] 1.00-2.00 sec 69.7 MBytes 585 Mbits/sec
13442025-05-08T21:17:19.096Z[ 7] 1.00-2.00 sec 69.7 MBytes 585 Mbits/sec
13452025-05-08T21:17:19.096Z[ 9] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
13462025-05-08T21:17:19.096Z[ 11] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
13472025-05-08T21:17:19.096Z[ 13] 1.00-2.00 sec 69.7 MBytes 585 Mbits/sec
13482025-05-08T21:17:19.096Z[ 15] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
13492025-05-08T21:17:19.096Z[ 17] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
13502025-05-08T21:17:19.096Z[ 19] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
13512025-05-08T21:17:19.096Z[SUM] 1.00-2.00 sec 557 MBytes 4.67 Gbits/sec
13522025-05-08T21:17:19.096Z- - - - - - - - - - - - - - - - - - - - - - - - -
13532025-05-08T21:17:19.096Z[ 5] 2.00-3.00 sec 69.3 MBytes 582 Mbits/sec
13542025-05-08T21:17:19.096Z[ 7] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec
13552025-05-08T21:17:19.096Z[ 9] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec
13562025-05-08T21:17:19.097Z[ 11] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec
13572025-05-08T21:17:19.097Z[ 13] 2.00-3.00 sec 69.3 MBytes 582 Mbits/sec
13582025-05-08T21:17:19.097Z[ 15] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec
13592025-05-08T21:17:19.097Z[ 17] 2.00-3.00 sec 69.4 MBytes 582 Mbits/sec
13602025-05-08T21:17:19.097Z[ 19] 2.00-3.00 sec 69.3 MBytes 582 Mbits/sec
13612025-05-08T21:17:19.097Z[SUM] 2.00-3.00 sec 555 MBytes 4.65 Gbits/sec
13622025-05-08T21:17:19.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
13632025-05-08T21:17:19.097Z[ 5] 3.00-4.00 sec 69.8 MBytes 586 Mbits/sec
13642025-05-08T21:17:19.097Z[ 7] 3.00-4.00 sec 69.8 MBytes 586 Mbits/sec
13652025-05-08T21:17:19.097Z[ 9] 3.00-4.00 sec 69.9 MBytes 586 Mbits/sec
13662025-05-08T21:17:19.097Z[ 11] 3.00-4.00 sec 69.8 MBytes 585 Mbits/sec
13672025-05-08T21:17:19.097Z[ 13] 3.00-4.00 sec 69.8 MBytes 585 Mbits/sec
13682025-05-08T21:17:19.097Z[ 15] 3.00-4.00 sec 69.9 MBytes 586 Mbits/sec
13692025-05-08T21:17:19.097Z[ 17] 3.00-4.00 sec 69.9 MBytes 586 Mbits/sec
13702025-05-08T21:17:19.097Z[ 19] 3.00-4.00 sec 69.9 MBytes 587 Mbits/sec
13712025-05-08T21:17:19.097Z[SUM] 3.00-4.00 sec 559 MBytes 4.69 Gbits/sec
13722025-05-08T21:17:19.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
13732025-05-08T21:17:19.097Z[ 5] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
13742025-05-08T21:17:19.097Z[ 7] 4.00-5.00 sec 69.3 MBytes 582 Mbits/sec
13752025-05-08T21:17:19.097Z[ 9] 4.00-5.00 sec 69.4 MBytes 582 Mbits/sec
13762025-05-08T21:17:19.097Z[ 11] 4.00-5.00 sec 69.4 MBytes 582 Mbits/sec
13772025-05-08T21:17:19.097Z[ 13] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
13782025-05-08T21:17:19.097Z[ 15] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
13792025-05-08T21:17:19.097Z[ 17] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec
13802025-05-08T21:17:19.097Z[ 19] 4.00-5.00 sec 69.4 MBytes 582 Mbits/sec
13812025-05-08T21:17:19.097Z[SUM] 4.00-5.00 sec 555 MBytes 4.66 Gbits/sec
13822025-05-08T21:17:19.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
13832025-05-08T21:17:19.097Z[ 5] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec
13842025-05-08T21:17:19.097Z[ 7] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec
13852025-05-08T21:17:19.097Z[ 9] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
13862025-05-08T21:17:19.097Z[ 11] 5.00-6.00 sec 71.0 MBytes 595 Mbits/sec
13872025-05-08T21:17:19.097Z[ 13] 5.00-6.00 sec 71.0 MBytes 595 Mbits/sec
13882025-05-08T21:17:19.097Z[ 15] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec
13892025-05-08T21:17:19.097Z[ 17] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec
13902025-05-08T21:17:19.097Z[ 19] 5.00-6.00 sec 71.0 MBytes 595 Mbits/sec
13912025-05-08T21:17:19.097Z[SUM] 5.00-6.00 sec 568 MBytes 4.76 Gbits/sec
13922025-05-08T21:17:19.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
13932025-05-08T21:17:19.097Z[ 5] 6.00-7.00 sec 71.1 MBytes 596 Mbits/sec
13942025-05-08T21:17:19.097Z[ 7] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
13952025-05-08T21:17:19.097Z[ 9] 6.00-7.00 sec 71.2 MBytes 597 Mbits/sec
13962025-05-08T21:17:22.314Z[ 11] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
13972025-05-08T21:17:22.315Z[ 13] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
13982025-05-08T21:17:22.315Z[ 15] 6.00-7.00 sec 71.0 MBytes 595 Mbits/sec
13992025-05-08T21:17:22.315Z[ 17] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
14002025-05-08T21:17:22.315Z[ 19] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
14012025-05-08T21:17:22.315Z[SUM] 6.00-7.00 sec 568 MBytes 4.77 Gbits/sec
14022025-05-08T21:17:22.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
14032025-05-08T21:17:22.315Z[ 5] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec
14042025-05-08T21:17:22.315Z[ 7] 7.00-8.00 sec 71.2 MBytes 597 Mbits/sec
14052025-05-08T21:17:22.315Z[ 9] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec
14062025-05-08T21:17:22.315Z[ 11] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec
14072025-05-08T21:17:22.315Z[ 13] 7.00-8.00 sec 71.1 MBytes 597 Mbits/sec
14082025-05-08T21:17:22.315Z[ 15] 7.00-8.00 sec 71.0 MBytes 596 Mbits/sec
14092025-05-08T21:17:22.315Z[ 17] 7.00-8.00 sec 71.1 MBytes 596 Mbits/sec
14102025-05-08T21:17:22.315Z[ 19] 7.00-8.00 sec 71.1 MBytes 596 Mbits/sec
14112025-05-08T21:17:22.315Z[SUM] 7.00-8.00 sec 569 MBytes 4.77 Gbits/sec
14122025-05-08T21:17:22.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
14132025-05-08T21:17:22.315Z[ 5] 8.00-9.00 sec 71.0 MBytes 595 Mbits/sec
14142025-05-08T21:17:22.315Z[ 7] 8.00-9.00 sec 70.9 MBytes 594 Mbits/sec
14152025-05-08T21:17:22.315Z[ 9] 8.00-9.00 sec 70.9 MBytes 594 Mbits/sec
14162025-05-08T21:17:22.315Z[ 11] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
14172025-05-08T21:17:22.315Z[ 13] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec
14182025-05-08T21:17:22.315Z[ 15] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
14192025-05-08T21:17:22.315Z[ 17] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec
14202025-05-08T21:17:22.315Z[ 19] 8.00-9.00 sec 70.8 MBytes 594 Mbits/sec
14212025-05-08T21:17:22.315Z[SUM] 8.00-9.00 sec 567 MBytes 4.76 Gbits/sec
14222025-05-08T21:17:22.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
14232025-05-08T21:17:22.315Z[ 5] 9.00-10.00 sec 70.6 MBytes 592 Mbits/sec
14242025-05-08T21:17:22.315Z[ 7] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
14252025-05-08T21:17:22.315Z[ 9] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
14262025-05-08T21:17:22.315Z[ 11] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
14272025-05-08T21:17:22.315Z[ 13] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
14282025-05-08T21:17:22.315Z[ 15] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
14292025-05-08T21:17:22.315Z[ 17] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
14302025-05-08T21:17:22.315Z[ 19] 9.00-10.00 sec 70.6 MBytes 592 Mbits/sec
14312025-05-08T21:17:22.315Z[SUM] 9.00-10.00 sec 565 MBytes 4.74 Gbits/sec
14322025-05-08T21:17:22.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
14332025-05-08T21:17:22.316Z[ 5] 10.00-10.00 sec 61.0 KBytes 615 Mbits/sec
14342025-05-08T21:17:22.316Z[ 7] 10.00-10.00 sec 48.1 KBytes 485 Mbits/sec
14352025-05-08T21:17:22.316Z[ 9] 10.00-10.00 sec 56.6 KBytes 571 Mbits/sec
14362025-05-08T21:17:22.316Z[ 11] 10.00-10.00 sec 106 KBytes 1.07 Gbits/sec
14372025-05-08T21:17:22.316Z[ 13] 10.00-10.00 sec 124 KBytes 1.26 Gbits/sec
14382025-05-08T21:17:22.316Z[ 15] 10.00-10.00 sec 86.4 KBytes 873 Mbits/sec
14392025-05-08T21:17:22.316Z[ 17] 10.00-10.00 sec 72.3 KBytes 730 Mbits/sec
14402025-05-08T21:17:22.316Z[ 19] 10.00-10.00 sec 94.6 KBytes 955 Mbits/sec
14412025-05-08T21:17:22.316Z[SUM] 10.00-10.00 sec 649 KBytes 6.54 Gbits/sec
14422025-05-08T21:17:22.316Z- - - - - - - - - - - - - - - - - - - - - - - - -
14432025-05-08T21:17:22.316Z[ ID] Interval Transfer Bandwidth
14442025-05-08T21:17:22.316Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14452025-05-08T21:17:22.316Z[ 5] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver
14462025-05-08T21:17:22.316Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14472025-05-08T21:17:22.316Z[ 7] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver
14482025-05-08T21:17:22.316Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14492025-05-08T21:17:22.316Z[ 9] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver
14502025-05-08T21:17:22.316Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14512025-05-08T21:17:22.316Z[ 11] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver
14522025-05-08T21:17:22.316Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14532025-05-08T21:17:22.316Z[ 13] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver
14542025-05-08T21:17:22.316Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14552025-05-08T21:17:22.316Z[ 15] 0.00-10.00 sec 680 MBytes 571 Mbits/sec receiver
14562025-05-08T21:17:22.316Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14572025-05-08T21:17:22.316Z[ 17] 0.00-10.00 sec 680 MBytes 571 Mbits/sec receiver
14582025-05-08T21:17:22.316Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14592025-05-08T21:17:22.316Z[ 19] 0.00-10.00 sec 681 MBytes 571 Mbits/sec receiver
14602025-05-08T21:17:22.316Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14612025-05-08T21:17:22.316Z[SUM] 0.00-10.00 sec 5.32 GBytes 4.57 Gbits/sec receiver
14622025-05-08T21:17:22.320ZRun 5/5...4567.806Mbps
14632025-05-08T21:17:22.320Z###---------------------###
14642025-05-08T21:17:22.320Z::: iPerf done... :::
14652025-05-08T21:17:22.320Z:::Awaiting out files...:::
14662025-05-08T21:17:22.320Z###---------------------###
14672025-05-08T21:17:22.320Z###-----###
14682025-05-08T21:17:22.320Z:::done!:::
14692025-05-08T21:17:22.320Z###-----###
14702025-05-08T21:17:22.320Z###-------------------###
14712025-05-08T21:17:22.320Z:::Running experiment :::
14722025-05-08T21:17:22.320Z:::iperf-tcp/local/s2c:::
14732025-05-08T21:17:22.320Z###-------------------###
14742025-05-08T21:17:29.350Z-----------------------------------------------------------
14752025-05-08T21:17:29.350ZServer listening on 5201
14762025-05-08T21:17:29.350Z-----------------------------------------------------------
14772025-05-08T21:17:29.350ZAccepted connection from 10.0.0.1, port 59977
14782025-05-08T21:17:29.350Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49733
14792025-05-08T21:17:29.350Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40012
14802025-05-08T21:17:29.350Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47355
14812025-05-08T21:17:29.350Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45594
14822025-05-08T21:17:29.350Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40881
14832025-05-08T21:17:29.350Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33867
14842025-05-08T21:17:29.350Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38499
14852025-05-08T21:17:29.350Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35915
14862025-05-08T21:17:29.350Z[ ID] Interval Transfer Bandwidth
14872025-05-08T21:17:29.350Z[ 5] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec
14882025-05-08T21:17:29.350Z[ 7] 0.00-1.00 sec 55.3 MBytes 464 Mbits/sec
14892025-05-08T21:17:29.350Z[ 9] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec
14902025-05-08T21:17:29.350Z[ 11] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec
14912025-05-08T21:17:29.350Z[ 13] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec
14922025-05-08T21:17:29.350Z[ 15] 0.00-1.00 sec 55.3 MBytes 464 Mbits/sec
14932025-05-08T21:17:29.350Z[ 17] 0.00-1.00 sec 55.4 MBytes 464 Mbits/sec
14942025-05-08T21:17:29.350Z[ 19] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec
14952025-05-08T21:17:29.350Z[SUM] 0.00-1.00 sec 442 MBytes 3.71 Gbits/sec
14962025-05-08T21:17:29.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
14972025-05-08T21:17:29.350Z[ 5] 1.00-2.00 sec 69.2 MBytes 580 Mbits/sec
14982025-05-08T21:17:29.350Z[ 7] 1.00-2.00 sec 69.2 MBytes 581 Mbits/sec
14992025-05-08T21:17:29.350Z[ 9] 1.00-2.00 sec 69.1 MBytes 579 Mbits/sec
15002025-05-08T21:17:29.350Z[ 11] 1.00-2.00 sec 69.1 MBytes 580 Mbits/sec
15012025-05-08T21:17:29.350Z[ 13] 1.00-2.00 sec 69.1 MBytes 580 Mbits/sec
15022025-05-08T21:17:29.350Z[ 15] 1.00-2.00 sec 69.0 MBytes 579 Mbits/sec
15032025-05-08T21:17:29.350Z[ 17] 1.00-2.00 sec 69.1 MBytes 580 Mbits/sec
15042025-05-08T21:17:29.350Z[ 19] 1.00-2.00 sec 69.0 MBytes 579 Mbits/sec
15052025-05-08T21:17:29.350Z[SUM] 1.00-2.00 sec 553 MBytes 4.64 Gbits/sec
15062025-05-08T21:17:29.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
15072025-05-08T21:17:29.350Z[ 5] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec
15082025-05-08T21:17:29.350Z[ 7] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec
15092025-05-08T21:17:29.351Z[ 9] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec
15102025-05-08T21:17:29.351Z[ 11] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec
15112025-05-08T21:17:29.351Z[ 13] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec
15122025-05-08T21:17:29.351Z[ 15] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec
15132025-05-08T21:17:29.351Z[ 17] 2.00-3.00 sec 70.2 MBytes 589 Mbits/sec
15142025-05-08T21:17:29.351Z[ 19] 2.00-3.00 sec 70.1 MBytes 588 Mbits/sec
15152025-05-08T21:17:29.351Z[SUM] 2.00-3.00 sec 561 MBytes 4.71 Gbits/sec
15162025-05-08T21:17:29.351Z- - - - - - - - - - - - - - - - - - - - - - - - -
15172025-05-08T21:17:29.351Z[ 5] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec
15182025-05-08T21:17:29.351Z[ 7] 3.00-4.00 sec 70.5 MBytes 591 Mbits/sec
15192025-05-08T21:17:29.351Z[ 9] 3.00-4.00 sec 70.4 MBytes 591 Mbits/sec
15202025-05-08T21:17:29.351Z[ 11] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec
15212025-05-08T21:17:29.351Z[ 13] 3.00-4.00 sec 70.4 MBytes 591 Mbits/sec
15222025-05-08T21:17:29.351Z[ 15] 3.00-4.00 sec 70.4 MBytes 590 Mbits/sec
15232025-05-08T21:17:29.351Z[ 17] 3.00-4.00 sec 70.5 MBytes 591 Mbits/sec
15242025-05-08T21:17:29.351Z[ 19] 3.00-4.00 sec 70.5 MBytes 592 Mbits/sec
15252025-05-08T21:17:29.351Z[SUM] 3.00-4.00 sec 563 MBytes 4.73 Gbits/sec
15262025-05-08T21:17:29.351Z- - - - - - - - - - - - - - - - - - - - - - - - -
15272025-05-08T21:17:29.351Z[ 5] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec
15282025-05-08T21:17:29.351Z[ 7] 4.00-5.00 sec 69.2 MBytes 580 Mbits/sec
15292025-05-08T21:17:29.351Z[ 9] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec
15302025-05-08T21:17:29.351Z[ 11] 4.00-5.00 sec 69.3 MBytes 582 Mbits/sec
15312025-05-08T21:17:29.351Z[ 13] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec
15322025-05-08T21:17:29.351Z[ 15] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec
15332025-05-08T21:17:29.351Z[ 17] 4.00-5.00 sec 69.2 MBytes 580 Mbits/sec
15342025-05-08T21:17:29.351Z[ 19] 4.00-5.00 sec 69.3 MBytes 581 Mbits/sec
15352025-05-08T21:17:29.351Z[SUM] 4.00-5.00 sec 554 MBytes 4.65 Gbits/sec
15362025-05-08T21:17:29.351Z- - - - - - - - - - - - - - - - - - - - - - - - -
15372025-05-08T21:17:29.351Z[ 5] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec
15382025-05-08T21:17:29.351Z[ 7] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec
15392025-05-08T21:17:29.351Z[ 9] 5.00-6.00 sec 69.1 MBytes 579 Mbits/sec
15402025-05-08T21:17:29.351Z[ 11] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec
15412025-05-08T21:17:29.351Z[ 13] 5.00-6.00 sec 69.1 MBytes 579 Mbits/sec
15422025-05-08T21:17:29.351Z[ 15] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec
15432025-05-08T21:17:29.351Z[ 17] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec
15442025-05-08T21:17:29.351Z[ 19] 5.00-6.00 sec 69.0 MBytes 579 Mbits/sec
15452025-05-08T21:17:29.351Z[SUM] 5.00-6.00 sec 552 MBytes 4.63 Gbits/sec
15462025-05-08T21:17:29.351Z- - - - - - - - - - - - - - - - - - - - - - - - -
15472025-05-08T21:17:29.351Z[ 5] 6.00-7.00 sec 70.5 MBytes 591 Mbits/sec
15482025-05-08T21:17:29.351Z[ 7] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec
15492025-05-08T21:17:29.352Z[ 9] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec
15502025-05-08T21:17:32.566Z[ 11] 6.00-7.00 sec 70.3 MBytes 590 Mbits/sec
15512025-05-08T21:17:32.566Z[ 13] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec
15522025-05-08T21:17:32.566Z[ 15] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec
15532025-05-08T21:17:32.566Z[ 17] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec
15542025-05-08T21:17:32.566Z[ 19] 6.00-7.00 sec 70.4 MBytes 591 Mbits/sec
15552025-05-08T21:17:32.566Z[SUM] 6.00-7.00 sec 563 MBytes 4.72 Gbits/sec
15562025-05-08T21:17:32.566Z- - - - - - - - - - - - - - - - - - - - - - - - -
15572025-05-08T21:17:32.566Z[ 5] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec
15582025-05-08T21:17:32.566Z[ 7] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec
15592025-05-08T21:17:32.566Z[ 9] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec
15602025-05-08T21:17:32.566Z[ 11] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec
15612025-05-08T21:17:32.566Z[ 13] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec
15622025-05-08T21:17:32.566Z[ 15] 7.00-8.00 sec 69.4 MBytes 583 Mbits/sec
15632025-05-08T21:17:32.566Z[ 17] 7.00-8.00 sec 69.3 MBytes 581 Mbits/sec
15642025-05-08T21:17:32.566Z[ 19] 7.00-8.00 sec 69.3 MBytes 582 Mbits/sec
15652025-05-08T21:17:32.566Z[SUM] 7.00-8.00 sec 555 MBytes 4.66 Gbits/sec
15662025-05-08T21:17:32.566Z- - - - - - - - - - - - - - - - - - - - - - - - -
15672025-05-08T21:17:32.566Z[ 5] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec
15682025-05-08T21:17:32.566Z[ 7] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec
15692025-05-08T21:17:32.566Z[ 9] 8.00-9.00 sec 71.0 MBytes 596 Mbits/sec
15702025-05-08T21:17:32.566Z[ 11] 8.00-9.00 sec 71.0 MBytes 595 Mbits/sec
15712025-05-08T21:17:32.566Z[ 13] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec
15722025-05-08T21:17:32.566Z[ 15] 8.00-9.00 sec 71.0 MBytes 595 Mbits/sec
15732025-05-08T21:17:32.566Z[ 17] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec
15742025-05-08T21:17:32.566Z[ 19] 8.00-9.00 sec 70.9 MBytes 595 Mbits/sec
15752025-05-08T21:17:32.567Z[SUM] 8.00-9.00 sec 568 MBytes 4.76 Gbits/sec
15762025-05-08T21:17:32.567Z- - - - - - - - - - - - - - - - - - - - - - - - -
15772025-05-08T21:17:32.567Z[ 5] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
15782025-05-08T21:17:32.567Z[ 7] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
15792025-05-08T21:17:32.567Z[ 9] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
15802025-05-08T21:17:32.567Z[ 11] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
15812025-05-08T21:17:32.567Z[ 13] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec
15822025-05-08T21:17:32.567Z[ 15] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
15832025-05-08T21:17:32.567Z[ 17] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec
15842025-05-08T21:17:32.567Z[ 19] 9.00-10.00 sec 70.9 MBytes 595 Mbits/sec
15852025-05-08T21:17:32.567Z[SUM] 9.00-10.00 sec 567 MBytes 4.75 Gbits/sec
15862025-05-08T21:17:32.567Z- - - - - - - - - - - - - - - - - - - - - - - - -
15872025-05-08T21:17:32.567Z[ 5] 10.00-10.00 sec 96.2 KBytes 873 Mbits/sec
15882025-05-08T21:17:32.567Z[ 7] 10.00-10.00 sec 96.2 KBytes 874 Mbits/sec
15892025-05-08T21:17:32.567Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15902025-05-08T21:17:32.567Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15912025-05-08T21:17:32.567Z[ 13] 10.00-10.00 sec 48.1 KBytes 438 Mbits/sec
15922025-05-08T21:17:32.567Z[ 15] 10.00-10.00 sec 96.2 KBytes 875 Mbits/sec
15932025-05-08T21:17:32.567Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15942025-05-08T21:17:32.567Z[ 19] 10.00-10.00 sec 48.1 KBytes 437 Mbits/sec
15952025-05-08T21:17:32.567Z[SUM] 10.00-10.00 sec 385 KBytes 3.49 Gbits/sec
15962025-05-08T21:17:32.567Z- - - - - - - - - - - - - - - - - - - - - - - - -
15972025-05-08T21:17:32.567Z[ ID] Interval Transfer Bandwidth
15982025-05-08T21:17:32.567Z[ 5] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender
15992025-05-08T21:17:32.567Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16002025-05-08T21:17:32.567Z[ 7] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender
16012025-05-08T21:17:32.567Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16022025-05-08T21:17:32.567Z[ 9] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender
16032025-05-08T21:17:32.567Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16042025-05-08T21:17:32.567Z[ 11] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender
16052025-05-08T21:17:32.567Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16062025-05-08T21:17:32.567Z[ 13] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender
16072025-05-08T21:17:32.567Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16082025-05-08T21:17:32.567Z[ 15] 0.00-10.00 sec 685 MBytes 575 Mbits/sec sender
16092025-05-08T21:17:32.567Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16102025-05-08T21:17:32.567Z[ 17] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender
16112025-05-08T21:17:32.567Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16122025-05-08T21:17:32.568Z[ 19] 0.00-10.00 sec 685 MBytes 574 Mbits/sec sender
16132025-05-08T21:17:32.568Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16142025-05-08T21:17:32.568Z[SUM] 0.00-10.00 sec 5.35 GBytes 4.60 Gbits/sec sender
16152025-05-08T21:17:32.568Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
16162025-05-08T21:17:32.571ZRun 1/5...4596.446Mbps
16172025-05-08T21:17:39.599Z-----------------------------------------------------------
16182025-05-08T21:17:39.599ZServer listening on 5201
16192025-05-08T21:17:39.599Z-----------------------------------------------------------
16202025-05-08T21:17:39.599ZAccepted connection from 10.0.0.1, port 62260
16212025-05-08T21:17:39.599Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40185
16222025-05-08T21:17:39.599Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55072
16232025-05-08T21:17:39.599Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62761
16242025-05-08T21:17:39.599Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61908
16252025-05-08T21:17:39.599Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49545
16262025-05-08T21:17:39.599Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46137
16272025-05-08T21:17:39.599Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50371
16282025-05-08T21:17:39.599Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41430
16292025-05-08T21:17:39.599Z[ ID] Interval Transfer Bandwidth
16302025-05-08T21:17:39.599Z[ 5] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec
16312025-05-08T21:17:39.599Z[ 7] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec
16322025-05-08T21:17:39.599Z[ 9] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec
16332025-05-08T21:17:39.599Z[ 11] 0.00-1.00 sec 55.2 MBytes 463 Mbits/sec
16342025-05-08T21:17:39.599Z[ 13] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec
16352025-05-08T21:17:39.599Z[ 15] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec
16362025-05-08T21:17:39.599Z[ 17] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec
16372025-05-08T21:17:39.599Z[ 19] 0.00-1.00 sec 55.1 MBytes 462 Mbits/sec
16382025-05-08T21:17:39.599Z[SUM] 0.00-1.00 sec 441 MBytes 3.70 Gbits/sec
16392025-05-08T21:17:39.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
16402025-05-08T21:17:39.599Z[ 5] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec
16412025-05-08T21:17:39.599Z[ 7] 1.00-2.00 sec 71.0 MBytes 595 Mbits/sec
16422025-05-08T21:17:39.599Z[ 9] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec
16432025-05-08T21:17:39.599Z[ 11] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec
16442025-05-08T21:17:39.599Z[ 13] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec
16452025-05-08T21:17:39.599Z[ 15] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec
16462025-05-08T21:17:39.599Z[ 17] 1.00-2.00 sec 70.8 MBytes 594 Mbits/sec
16472025-05-08T21:17:39.599Z[ 19] 1.00-2.00 sec 70.9 MBytes 595 Mbits/sec
16482025-05-08T21:17:39.599Z[SUM] 1.00-2.00 sec 567 MBytes 4.76 Gbits/sec
16492025-05-08T21:17:39.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
16502025-05-08T21:17:39.599Z[ 5] 2.00-3.00 sec 71.2 MBytes 597 Mbits/sec
16512025-05-08T21:17:39.599Z[ 7] 2.00-3.00 sec 71.1 MBytes 596 Mbits/sec
16522025-05-08T21:17:39.599Z[ 9] 2.00-3.00 sec 71.2 MBytes 597 Mbits/sec
16532025-05-08T21:17:39.599Z[ 11] 2.00-3.00 sec 71.1 MBytes 596 Mbits/sec
16542025-05-08T21:17:39.600Z[ 13] 2.00-3.00 sec 71.0 MBytes 596 Mbits/sec
16552025-05-08T21:17:39.600Z[ 15] 2.00-3.00 sec 71.0 MBytes 596 Mbits/sec
16562025-05-08T21:17:39.600Z[ 17] 2.00-3.00 sec 71.2 MBytes 597 Mbits/sec
16572025-05-08T21:17:39.600Z[ 19] 2.00-3.00 sec 71.1 MBytes 596 Mbits/sec
16582025-05-08T21:17:39.600Z[SUM] 2.00-3.00 sec 569 MBytes 4.77 Gbits/sec
16592025-05-08T21:17:39.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
16602025-05-08T21:17:39.600Z[ 5] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec
16612025-05-08T21:17:39.600Z[ 7] 3.00-4.00 sec 72.2 MBytes 606 Mbits/sec
16622025-05-08T21:17:39.600Z[ 9] 3.00-4.00 sec 72.0 MBytes 604 Mbits/sec
16632025-05-08T21:17:39.600Z[ 11] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec
16642025-05-08T21:17:39.600Z[ 13] 3.00-4.00 sec 72.2 MBytes 605 Mbits/sec
16652025-05-08T21:17:39.600Z[ 15] 3.00-4.00 sec 72.2 MBytes 606 Mbits/sec
16662025-05-08T21:17:39.600Z[ 17] 3.00-4.00 sec 72.2 MBytes 605 Mbits/sec
16672025-05-08T21:17:39.600Z[ 19] 3.00-4.00 sec 72.1 MBytes 605 Mbits/sec
16682025-05-08T21:17:39.600Z[SUM] 3.00-4.00 sec 577 MBytes 4.84 Gbits/sec
16692025-05-08T21:17:39.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
16702025-05-08T21:17:39.600Z[ 5] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec
16712025-05-08T21:17:39.600Z[ 7] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
16722025-05-08T21:17:39.600Z[ 9] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
16732025-05-08T21:17:39.600Z[ 11] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec
16742025-05-08T21:17:39.600Z[ 13] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
16752025-05-08T21:17:39.600Z[ 15] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec
16762025-05-08T21:17:39.600Z[ 17] 4.00-5.00 sec 69.6 MBytes 584 Mbits/sec
16772025-05-08T21:17:39.600Z[ 19] 4.00-5.00 sec 69.5 MBytes 583 Mbits/sec
16782025-05-08T21:17:39.600Z[SUM] 4.00-5.00 sec 556 MBytes 4.67 Gbits/sec
16792025-05-08T21:17:39.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
16802025-05-08T21:17:39.600Z[ 5] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec
16812025-05-08T21:17:39.600Z[ 7] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
16822025-05-08T21:17:39.600Z[ 9] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
16832025-05-08T21:17:39.600Z[ 11] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec
16842025-05-08T21:17:39.600Z[ 13] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
16852025-05-08T21:17:39.600Z[ 15] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec
16862025-05-08T21:17:39.600Z[ 17] 5.00-6.00 sec 70.0 MBytes 587 Mbits/sec
16872025-05-08T21:17:39.600Z[ 19] 5.00-6.00 sec 69.9 MBytes 586 Mbits/sec
16882025-05-08T21:17:39.600Z[SUM] 5.00-6.00 sec 559 MBytes 4.69 Gbits/sec
16892025-05-08T21:17:39.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
16902025-05-08T21:17:39.600Z[ 5] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec
16912025-05-08T21:17:39.600Z[ 7] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec
16922025-05-08T21:17:39.600Z[ 9] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec
16932025-05-08T21:17:42.817Z[ 11] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec
16942025-05-08T21:17:42.817Z[ 13] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec
16952025-05-08T21:17:42.817Z[ 15] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec
16962025-05-08T21:17:42.817Z[ 17] 6.00-7.00 sec 70.6 MBytes 592 Mbits/sec
16972025-05-08T21:17:42.817Z[ 19] 6.00-7.00 sec 70.7 MBytes 593 Mbits/sec
16982025-05-08T21:17:42.817Z[SUM] 6.00-7.00 sec 565 MBytes 4.74 Gbits/sec
16992025-05-08T21:17:42.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
17002025-05-08T21:17:42.817Z[ 5] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
17012025-05-08T21:17:42.817Z[ 7] 7.00-8.00 sec 72.0 MBytes 604 Mbits/sec
17022025-05-08T21:17:42.818Z[ 9] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
17032025-05-08T21:17:42.818Z[ 11] 7.00-8.00 sec 72.2 MBytes 605 Mbits/sec
17042025-05-08T21:17:42.818Z[ 13] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
17052025-05-08T21:17:42.818Z[ 15] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
17062025-05-08T21:17:42.818Z[ 17] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
17072025-05-08T21:17:42.818Z[ 19] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
17082025-05-08T21:17:42.818Z[SUM] 7.00-8.00 sec 577 MBytes 4.84 Gbits/sec
17092025-05-08T21:17:42.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
17102025-05-08T21:17:42.818Z[ 5] 8.00-9.00 sec 68.4 MBytes 574 Mbits/sec
17112025-05-08T21:17:42.818Z[ 7] 8.00-9.00 sec 68.3 MBytes 573 Mbits/sec
17122025-05-08T21:17:42.818Z[ 9] 8.00-9.00 sec 68.4 MBytes 574 Mbits/sec
17132025-05-08T21:17:42.818Z[ 11] 8.00-9.00 sec 68.4 MBytes 573 Mbits/sec
17142025-05-08T21:17:42.818Z[ 13] 8.00-9.00 sec 68.3 MBytes 573 Mbits/sec
17152025-05-08T21:17:42.818Z[ 15] 8.00-9.00 sec 68.4 MBytes 573 Mbits/sec
17162025-05-08T21:17:42.818Z[ 17] 8.00-9.00 sec 68.4 MBytes 573 Mbits/sec
17172025-05-08T21:17:42.818Z[ 19] 8.00-9.00 sec 68.3 MBytes 573 Mbits/sec
17182025-05-08T21:17:42.818Z[SUM] 8.00-9.00 sec 547 MBytes 4.59 Gbits/sec
17192025-05-08T21:17:42.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
17202025-05-08T21:17:42.818Z[ 5] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec
17212025-05-08T21:17:42.818Z[ 7] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec
17222025-05-08T21:17:42.818Z[ 9] 9.00-10.00 sec 68.2 MBytes 572 Mbits/sec
17232025-05-08T21:17:42.818Z[ 11] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec
17242025-05-08T21:17:42.818Z[ 13] 9.00-10.00 sec 68.2 MBytes 572 Mbits/sec
17252025-05-08T21:17:42.818Z[ 15] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec
17262025-05-08T21:17:42.818Z[ 17] 9.00-10.00 sec 68.1 MBytes 571 Mbits/sec
17272025-05-08T21:17:42.818Z[ 19] 9.00-10.00 sec 68.0 MBytes 571 Mbits/sec
17282025-05-08T21:17:42.818Z[SUM] 9.00-10.00 sec 545 MBytes 4.57 Gbits/sec
17292025-05-08T21:17:42.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
17302025-05-08T21:17:42.818Z[ 5] 10.00-10.00 sec 48.1 KBytes 479 Mbits/sec
17312025-05-08T21:17:42.818Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
17322025-05-08T21:17:42.818Z[ 9] 10.00-10.00 sec 48.1 KBytes 480 Mbits/sec
17332025-05-08T21:17:42.818Z[ 11] 10.00-10.00 sec 48.1 KBytes 480 Mbits/sec
17342025-05-08T21:17:42.818Z[ 13] 10.00-10.00 sec 96.2 KBytes 960 Mbits/sec
17352025-05-08T21:17:42.818Z[ 15] 10.00-10.00 sec 96.2 KBytes 960 Mbits/sec
17362025-05-08T21:17:42.818Z[ 17] 10.00-10.00 sec 48.1 KBytes 480 Mbits/sec
17372025-05-08T21:17:42.818Z[ 19] 10.00-10.00 sec 96.2 KBytes 961 Mbits/sec
17382025-05-08T21:17:42.818Z[SUM] 10.00-10.00 sec 481 KBytes 4.79 Gbits/sec
17392025-05-08T21:17:42.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
17402025-05-08T21:17:42.818Z[ ID] Interval Transfer Bandwidth
17412025-05-08T21:17:42.819Z[ 5] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17422025-05-08T21:17:42.819Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17432025-05-08T21:17:42.819Z[ 7] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17442025-05-08T21:17:42.819Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17452025-05-08T21:17:42.819Z[ 9] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17462025-05-08T21:17:42.819Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17472025-05-08T21:17:42.819Z[ 11] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17482025-05-08T21:17:42.819Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17492025-05-08T21:17:42.819Z[ 13] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17502025-05-08T21:17:42.819Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17512025-05-08T21:17:42.819Z[ 15] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17522025-05-08T21:17:42.819Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17532025-05-08T21:17:42.819Z[ 17] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17542025-05-08T21:17:42.819Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17552025-05-08T21:17:42.819Z[ 19] 0.00-10.00 sec 688 MBytes 577 Mbits/sec sender
17562025-05-08T21:17:42.819Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17572025-05-08T21:17:42.819Z[SUM] 0.00-10.00 sec 5.38 GBytes 4.62 Gbits/sec sender
17582025-05-08T21:17:42.819Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
17592025-05-08T21:17:42.823ZRun 2/5...4617.389Mbps
17602025-05-08T21:17:49.852Z-----------------------------------------------------------
17612025-05-08T21:17:49.852ZServer listening on 5201
17622025-05-08T21:17:49.852Z-----------------------------------------------------------
17632025-05-08T21:17:49.853ZAccepted connection from 10.0.0.1, port 41401
17642025-05-08T21:17:49.853Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59889
17652025-05-08T21:17:49.853Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39886
17662025-05-08T21:17:49.853Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48718
17672025-05-08T21:17:49.853Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36830
17682025-05-08T21:17:49.853Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43440
17692025-05-08T21:17:49.853Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61381
17702025-05-08T21:17:49.853Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49372
17712025-05-08T21:17:49.853Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58358
17722025-05-08T21:17:49.853Z[ ID] Interval Transfer Bandwidth
17732025-05-08T21:17:49.853Z[ 5] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec
17742025-05-08T21:17:49.853Z[ 7] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec
17752025-05-08T21:17:49.853Z[ 9] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec
17762025-05-08T21:17:49.853Z[ 11] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec
17772025-05-08T21:17:49.853Z[ 13] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec
17782025-05-08T21:17:49.853Z[ 15] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec
17792025-05-08T21:17:49.853Z[ 17] 0.00-1.00 sec 56.3 MBytes 472 Mbits/sec
17802025-05-08T21:17:49.853Z[ 19] 0.00-1.00 sec 56.2 MBytes 471 Mbits/sec
17812025-05-08T21:17:49.853Z[SUM] 0.00-1.00 sec 450 MBytes 3.77 Gbits/sec
17822025-05-08T21:17:49.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
17832025-05-08T21:17:49.853Z[ 5] 1.00-2.00 sec 71.1 MBytes 596 Mbits/sec
17842025-05-08T21:17:49.853Z[ 7] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec
17852025-05-08T21:17:49.853Z[ 9] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec
17862025-05-08T21:17:49.853Z[ 11] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec
17872025-05-08T21:17:49.853Z[ 13] 1.00-2.00 sec 71.0 MBytes 596 Mbits/sec
17882025-05-08T21:17:49.853Z[ 15] 1.00-2.00 sec 71.1 MBytes 597 Mbits/sec
17892025-05-08T21:17:49.853Z[ 17] 1.00-2.00 sec 71.1 MBytes 597 Mbits/sec
17902025-05-08T21:17:49.853Z[ 19] 1.00-2.00 sec 71.2 MBytes 597 Mbits/sec
17912025-05-08T21:17:49.853Z[SUM] 1.00-2.00 sec 569 MBytes 4.77 Gbits/sec
17922025-05-08T21:17:49.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
17932025-05-08T21:17:49.853Z[ 5] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec
17942025-05-08T21:17:49.853Z[ 7] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec
17952025-05-08T21:17:49.853Z[ 9] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec
17962025-05-08T21:17:49.853Z[ 11] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec
17972025-05-08T21:17:49.853Z[ 13] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec
17982025-05-08T21:17:49.853Z[ 15] 2.00-3.00 sec 69.6 MBytes 584 Mbits/sec
17992025-05-08T21:17:49.853Z[ 17] 2.00-3.00 sec 69.5 MBytes 583 Mbits/sec
18002025-05-08T21:17:49.853Z[ 19] 2.00-3.00 sec 69.7 MBytes 585 Mbits/sec
18012025-05-08T21:17:49.854Z[SUM] 2.00-3.00 sec 557 MBytes 4.68 Gbits/sec
18022025-05-08T21:17:49.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
18032025-05-08T21:17:49.854Z[ 5] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec
18042025-05-08T21:17:49.854Z[ 7] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec
18052025-05-08T21:17:49.854Z[ 9] 3.00-4.00 sec 69.2 MBytes 580 Mbits/sec
18062025-05-08T21:17:49.854Z[ 11] 3.00-4.00 sec 69.2 MBytes 580 Mbits/sec
18072025-05-08T21:17:49.854Z[ 13] 3.00-4.00 sec 69.2 MBytes 580 Mbits/sec
18082025-05-08T21:17:49.854Z[ 15] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec
18092025-05-08T21:17:49.854Z[ 17] 3.00-4.00 sec 69.3 MBytes 581 Mbits/sec
18102025-05-08T21:17:49.854Z[ 19] 3.00-4.00 sec 69.3 MBytes 582 Mbits/sec
18112025-05-08T21:17:49.854Z[SUM] 3.00-4.00 sec 554 MBytes 4.65 Gbits/sec
18122025-05-08T21:17:49.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
18132025-05-08T21:17:49.854Z[ 5] 4.00-5.00 sec 70.5 MBytes 592 Mbits/sec
18142025-05-08T21:17:49.854Z[ 7] 4.00-5.00 sec 70.5 MBytes 592 Mbits/sec
18152025-05-08T21:17:49.854Z[ 9] 4.00-5.00 sec 70.5 MBytes 591 Mbits/sec
18162025-05-08T21:17:49.854Z[ 11] 4.00-5.00 sec 70.4 MBytes 591 Mbits/sec
18172025-05-08T21:17:49.854Z[ 13] 4.00-5.00 sec 70.4 MBytes 591 Mbits/sec
18182025-05-08T21:17:49.854Z[ 15] 4.00-5.00 sec 70.6 MBytes 592 Mbits/sec
18192025-05-08T21:17:49.854Z[ 17] 4.00-5.00 sec 70.5 MBytes 592 Mbits/sec
18202025-05-08T21:17:49.854Z[ 19] 4.00-5.00 sec 70.4 MBytes 590 Mbits/sec
18212025-05-08T21:17:49.854Z[SUM] 4.00-5.00 sec 564 MBytes 4.73 Gbits/sec
18222025-05-08T21:17:49.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
18232025-05-08T21:17:49.854Z[ 5] 5.00-6.00 sec 68.8 MBytes 577 Mbits/sec
18242025-05-08T21:17:49.854Z[ 7] 5.00-6.00 sec 68.8 MBytes 577 Mbits/sec
18252025-05-08T21:17:49.854Z[ 9] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec
18262025-05-08T21:17:49.854Z[ 11] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec
18272025-05-08T21:17:49.854Z[ 13] 5.00-6.00 sec 68.8 MBytes 577 Mbits/sec
18282025-05-08T21:17:49.854Z[ 15] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec
18292025-05-08T21:17:49.854Z[ 17] 5.00-6.00 sec 68.7 MBytes 577 Mbits/sec
18302025-05-08T21:17:49.854Z[ 19] 5.00-6.00 sec 68.9 MBytes 578 Mbits/sec
18312025-05-08T21:17:49.854Z[SUM] 5.00-6.00 sec 551 MBytes 4.62 Gbits/sec
18322025-05-08T21:17:49.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
18332025-05-08T21:17:49.854Z[ 5] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec
18342025-05-08T21:17:49.854Z[ 7] 6.00-7.00 sec 70.8 MBytes 594 Mbits/sec
18352025-05-08T21:17:49.854Z[ 9] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec
18362025-05-08T21:17:53.068Z[ 11] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec
18372025-05-08T21:17:53.068Z[ 13] 6.00-7.00 sec 70.8 MBytes 594 Mbits/sec
18382025-05-08T21:17:53.068Z[ 15] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec
18392025-05-08T21:17:53.068Z[ 17] 6.00-7.00 sec 71.0 MBytes 595 Mbits/sec
18402025-05-08T21:17:53.068Z[ 19] 6.00-7.00 sec 70.9 MBytes 595 Mbits/sec
18412025-05-08T21:17:53.068Z[SUM] 6.00-7.00 sec 567 MBytes 4.76 Gbits/sec
18422025-05-08T21:17:53.068Z- - - - - - - - - - - - - - - - - - - - - - - - -
18432025-05-08T21:17:53.068Z[ 5] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec
18442025-05-08T21:17:53.068Z[ 7] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec
18452025-05-08T21:17:53.068Z[ 9] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec
18462025-05-08T21:17:53.069Z[ 11] 7.00-8.00 sec 70.4 MBytes 590 Mbits/sec
18472025-05-08T21:17:53.069Z[ 13] 7.00-8.00 sec 70.2 MBytes 589 Mbits/sec
18482025-05-08T21:17:53.069Z[ 15] 7.00-8.00 sec 70.4 MBytes 590 Mbits/sec
18492025-05-08T21:17:53.069Z[ 17] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec
18502025-05-08T21:17:53.069Z[ 19] 7.00-8.00 sec 70.3 MBytes 590 Mbits/sec
18512025-05-08T21:17:53.069Z[SUM] 7.00-8.00 sec 562 MBytes 4.72 Gbits/sec
18522025-05-08T21:17:53.069Z- - - - - - - - - - - - - - - - - - - - - - - - -
18532025-05-08T21:17:53.069Z[ 5] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec
18542025-05-08T21:17:53.069Z[ 7] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec
18552025-05-08T21:17:53.069Z[ 9] 8.00-9.00 sec 72.4 MBytes 607 Mbits/sec
18562025-05-08T21:17:53.069Z[ 11] 8.00-9.00 sec 72.2 MBytes 605 Mbits/sec
18572025-05-08T21:17:53.069Z[ 13] 8.00-9.00 sec 72.1 MBytes 605 Mbits/sec
18582025-05-08T21:17:53.069Z[ 15] 8.00-9.00 sec 72.1 MBytes 605 Mbits/sec
18592025-05-08T21:17:53.069Z[ 17] 8.00-9.00 sec 72.2 MBytes 606 Mbits/sec
18602025-05-08T21:17:53.069Z[ 19] 8.00-9.00 sec 72.3 MBytes 606 Mbits/sec
18612025-05-08T21:17:53.069Z[SUM] 8.00-9.00 sec 578 MBytes 4.85 Gbits/sec
18622025-05-08T21:17:53.069Z- - - - - - - - - - - - - - - - - - - - - - - - -
18632025-05-08T21:17:53.069Z[ 5] 9.00-10.00 sec 73.6 MBytes 618 Mbits/sec
18642025-05-08T21:17:53.069Z[ 7] 9.00-10.00 sec 73.6 MBytes 618 Mbits/sec
18652025-05-08T21:17:53.069Z[ 9] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec
18662025-05-08T21:17:53.069Z[ 11] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec
18672025-05-08T21:17:53.069Z[ 13] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec
18682025-05-08T21:17:53.069Z[ 15] 9.00-10.00 sec 73.8 MBytes 619 Mbits/sec
18692025-05-08T21:17:53.069Z[ 17] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec
18702025-05-08T21:17:53.069Z[ 19] 9.00-10.00 sec 73.7 MBytes 618 Mbits/sec
18712025-05-08T21:17:53.069Z[SUM] 9.00-10.00 sec 589 MBytes 4.94 Gbits/sec
18722025-05-08T21:17:53.069Z- - - - - - - - - - - - - - - - - - - - - - - - -
18732025-05-08T21:17:53.069Z[ 5] 10.00-10.00 sec 96.2 KBytes 989 Mbits/sec
18742025-05-08T21:17:53.069Z[ 7] 10.00-10.00 sec 144 KBytes 1.49 Gbits/sec
18752025-05-08T21:17:53.069Z[ 9] 10.00-10.00 sec 144 KBytes 1.49 Gbits/sec
18762025-05-08T21:17:53.069Z[ 11] 10.00-10.00 sec 96.2 KBytes 991 Mbits/sec
18772025-05-08T21:17:53.069Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18782025-05-08T21:17:53.069Z[ 15] 10.00-10.00 sec 48.1 KBytes 495 Mbits/sec
18792025-05-08T21:17:53.069Z[ 17] 10.00-10.00 sec 48.1 KBytes 495 Mbits/sec
18802025-05-08T21:17:53.069Z[ 19] 10.00-10.00 sec 48.1 KBytes 495 Mbits/sec
18812025-05-08T21:17:53.069Z[SUM] 10.00-10.00 sec 625 KBytes 6.43 Gbits/sec
18822025-05-08T21:17:53.069Z- - - - - - - - - - - - - - - - - - - - - - - - -
18832025-05-08T21:17:53.069Z[ ID] Interval Transfer Bandwidth
18842025-05-08T21:17:53.069Z[ 5] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender
18852025-05-08T21:17:53.069Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18862025-05-08T21:17:53.070Z[ 7] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender
18872025-05-08T21:17:53.070Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18882025-05-08T21:17:53.070Z[ 9] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender
18892025-05-08T21:17:53.070Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18902025-05-08T21:17:53.070Z[ 11] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender
18912025-05-08T21:17:53.070Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18922025-05-08T21:17:53.070Z[ 13] 0.00-10.00 sec 692 MBytes 581 Mbits/sec sender
18932025-05-08T21:17:53.070Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18942025-05-08T21:17:53.070Z[ 15] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender
18952025-05-08T21:17:53.070Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18962025-05-08T21:17:53.070Z[ 17] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender
18972025-05-08T21:17:53.070Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18982025-05-08T21:17:53.070Z[ 19] 0.00-10.00 sec 693 MBytes 581 Mbits/sec sender
18992025-05-08T21:17:53.070Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19002025-05-08T21:17:53.070Z[SUM] 0.00-10.00 sec 5.41 GBytes 4.65 Gbits/sec sender
19012025-05-08T21:17:53.070Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
19022025-05-08T21:17:53.074ZRun 3/5...4649.388Mbps
19032025-05-08T21:18:00.101Z-----------------------------------------------------------
19042025-05-08T21:18:00.101ZServer listening on 5201
19052025-05-08T21:18:00.101Z-----------------------------------------------------------
19062025-05-08T21:18:00.101ZAccepted connection from 10.0.0.1, port 41831
19072025-05-08T21:18:00.101Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35228
19082025-05-08T21:18:00.101Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57135
19092025-05-08T21:18:00.101Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55883
19102025-05-08T21:18:00.101Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63454
19112025-05-08T21:18:00.102Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39246
19122025-05-08T21:18:00.102Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53754
19132025-05-08T21:18:00.102Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36427
19142025-05-08T21:18:00.102Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42322
19152025-05-08T21:18:00.102Z[ ID] Interval Transfer Bandwidth
19162025-05-08T21:18:00.102Z[ 5] 0.00-1.00 sec 55.6 MBytes 466 Mbits/sec
19172025-05-08T21:18:00.102Z[ 7] 0.00-1.00 sec 55.6 MBytes 466 Mbits/sec
19182025-05-08T21:18:00.102Z[ 9] 0.00-1.00 sec 55.4 MBytes 465 Mbits/sec
19192025-05-08T21:18:00.102Z[ 11] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec
19202025-05-08T21:18:00.102Z[ 13] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec
19212025-05-08T21:18:00.102Z[ 15] 0.00-1.00 sec 55.4 MBytes 465 Mbits/sec
19222025-05-08T21:18:00.102Z[ 17] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec
19232025-05-08T21:18:00.102Z[ 19] 0.00-1.00 sec 55.5 MBytes 466 Mbits/sec
19242025-05-08T21:18:00.102Z[SUM] 0.00-1.00 sec 444 MBytes 3.72 Gbits/sec
19252025-05-08T21:18:00.102Z- - - - - - - - - - - - - - - - - - - - - - - - -
19262025-05-08T21:18:00.102Z[ 5] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
19272025-05-08T21:18:00.102Z[ 7] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
19282025-05-08T21:18:00.102Z[ 9] 1.00-2.00 sec 69.8 MBytes 585 Mbits/sec
19292025-05-08T21:18:00.102Z[ 11] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
19302025-05-08T21:18:00.102Z[ 13] 1.00-2.00 sec 69.7 MBytes 584 Mbits/sec
19312025-05-08T21:18:00.102Z[ 15] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
19322025-05-08T21:18:00.102Z[ 17] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
19332025-05-08T21:18:00.102Z[ 19] 1.00-2.00 sec 69.6 MBytes 584 Mbits/sec
19342025-05-08T21:18:00.102Z[SUM] 1.00-2.00 sec 557 MBytes 4.67 Gbits/sec
19352025-05-08T21:18:00.102Z- - - - - - - - - - - - - - - - - - - - - - - - -
19362025-05-08T21:18:00.102Z[ 5] 2.00-3.00 sec 68.5 MBytes 574 Mbits/sec
19372025-05-08T21:18:00.102Z[ 7] 2.00-3.00 sec 68.4 MBytes 574 Mbits/sec
19382025-05-08T21:18:00.102Z[ 9] 2.00-3.00 sec 68.4 MBytes 573 Mbits/sec
19392025-05-08T21:18:00.102Z[ 11] 2.00-3.00 sec 68.4 MBytes 574 Mbits/sec
19402025-05-08T21:18:00.102Z[ 13] 2.00-3.00 sec 68.3 MBytes 573 Mbits/sec
19412025-05-08T21:18:00.102Z[ 15] 2.00-3.00 sec 68.4 MBytes 573 Mbits/sec
19422025-05-08T21:18:00.102Z[ 17] 2.00-3.00 sec 68.4 MBytes 573 Mbits/sec
19432025-05-08T21:18:00.102Z[ 19] 2.00-3.00 sec 68.3 MBytes 573 Mbits/sec
19442025-05-08T21:18:00.102Z[SUM] 2.00-3.00 sec 547 MBytes 4.59 Gbits/sec
19452025-05-08T21:18:00.102Z- - - - - - - - - - - - - - - - - - - - - - - - -
19462025-05-08T21:18:00.102Z[ 5] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
19472025-05-08T21:18:00.102Z[ 7] 3.00-4.00 sec 71.4 MBytes 599 Mbits/sec
19482025-05-08T21:18:00.102Z[ 9] 3.00-4.00 sec 71.4 MBytes 599 Mbits/sec
19492025-05-08T21:18:00.102Z[ 11] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
19502025-05-08T21:18:00.103Z[ 13] 3.00-4.00 sec 71.5 MBytes 599 Mbits/sec
19512025-05-08T21:18:00.103Z[ 15] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
19522025-05-08T21:18:00.103Z[ 17] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
19532025-05-08T21:18:00.103Z[ 19] 3.00-4.00 sec 71.3 MBytes 598 Mbits/sec
19542025-05-08T21:18:00.103Z[SUM] 3.00-4.00 sec 571 MBytes 4.79 Gbits/sec
19552025-05-08T21:18:00.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
19562025-05-08T21:18:00.103Z[ 5] 4.00-5.00 sec 70.9 MBytes 595 Mbits/sec
19572025-05-08T21:18:00.103Z[ 7] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
19582025-05-08T21:18:00.103Z[ 9] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
19592025-05-08T21:18:00.103Z[ 11] 4.00-5.00 sec 71.1 MBytes 597 Mbits/sec
19602025-05-08T21:18:00.103Z[ 13] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
19612025-05-08T21:18:00.103Z[ 15] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
19622025-05-08T21:18:00.103Z[ 17] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
19632025-05-08T21:18:00.103Z[ 19] 4.00-5.00 sec 70.9 MBytes 595 Mbits/sec
19642025-05-08T21:18:00.103Z[SUM] 4.00-5.00 sec 568 MBytes 4.77 Gbits/sec
19652025-05-08T21:18:00.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
19662025-05-08T21:18:00.103Z[ 5] 5.00-6.00 sec 70.2 MBytes 589 Mbits/sec
19672025-05-08T21:18:00.103Z[ 7] 5.00-6.00 sec 70.3 MBytes 590 Mbits/sec
19682025-05-08T21:18:00.103Z[ 9] 5.00-6.00 sec 70.3 MBytes 590 Mbits/sec
19692025-05-08T21:18:00.103Z[ 11] 5.00-6.00 sec 70.2 MBytes 589 Mbits/sec
19702025-05-08T21:18:00.103Z[ 13] 5.00-6.00 sec 70.4 MBytes 590 Mbits/sec
19712025-05-08T21:18:00.103Z[ 15] 5.00-6.00 sec 70.2 MBytes 589 Mbits/sec
19722025-05-08T21:18:00.103Z[ 17] 5.00-6.00 sec 70.1 MBytes 588 Mbits/sec
19732025-05-08T21:18:00.103Z[ 19] 5.00-6.00 sec 70.3 MBytes 590 Mbits/sec
19742025-05-08T21:18:00.103Z[SUM] 5.00-6.00 sec 562 MBytes 4.72 Gbits/sec
19752025-05-08T21:18:00.103Z- - - - - - - - - - - - - - - - - - - - - - - - -
19762025-05-08T21:18:00.103Z[ 5] 6.00-7.00 sec 72.4 MBytes 607 Mbits/sec
19772025-05-08T21:18:00.103Z[ 7] 6.00-7.00 sec 72.3 MBytes 607 Mbits/sec
19782025-05-08T21:18:00.103Z[ 9] 6.00-7.00 sec 72.2 MBytes 605 Mbits/sec
19792025-05-08T21:18:03.325Z[ 11] 6.00-7.00 sec 72.3 MBytes 606 Mbits/sec
19802025-05-08T21:18:03.325Z[ 13] 6.00-7.00 sec 72.3 MBytes 607 Mbits/sec
19812025-05-08T21:18:03.325Z[ 15] 6.00-7.00 sec 72.3 MBytes 606 Mbits/sec
19822025-05-08T21:18:03.325Z[ 17] 6.00-7.00 sec 72.4 MBytes 607 Mbits/sec
19832025-05-08T21:18:03.325Z[ 19] 6.00-7.00 sec 72.2 MBytes 606 Mbits/sec
19842025-05-08T21:18:03.325Z[SUM] 6.00-7.00 sec 578 MBytes 4.85 Gbits/sec
19852025-05-08T21:18:03.325Z- - - - - - - - - - - - - - - - - - - - - - - - -
19862025-05-08T21:18:03.325Z[ 5] 7.00-8.00 sec 71.5 MBytes 599 Mbits/sec
19872025-05-08T21:18:03.325Z[ 7] 7.00-8.00 sec 71.6 MBytes 600 Mbits/sec
19882025-05-08T21:18:03.325Z[ 9] 7.00-8.00 sec 71.6 MBytes 600 Mbits/sec
19892025-05-08T21:18:03.325Z[ 11] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec
19902025-05-08T21:18:03.325Z[ 13] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec
19912025-05-08T21:18:03.325Z[ 15] 7.00-8.00 sec 71.7 MBytes 602 Mbits/sec
19922025-05-08T21:18:03.325Z[ 17] 7.00-8.00 sec 71.7 MBytes 601 Mbits/sec
19932025-05-08T21:18:03.325Z[ 19] 7.00-8.00 sec 71.6 MBytes 601 Mbits/sec
19942025-05-08T21:18:03.325Z[SUM] 7.00-8.00 sec 573 MBytes 4.81 Gbits/sec
19952025-05-08T21:18:03.325Z- - - - - - - - - - - - - - - - - - - - - - - - -
19962025-05-08T21:18:03.325Z[ 5] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec
19972025-05-08T21:18:03.325Z[ 7] 8.00-9.00 sec 69.5 MBytes 583 Mbits/sec
19982025-05-08T21:18:03.325Z[ 9] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec
19992025-05-08T21:18:03.325Z[ 11] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec
20002025-05-08T21:18:03.326Z[ 13] 8.00-9.00 sec 69.6 MBytes 584 Mbits/sec
20012025-05-08T21:18:03.326Z[ 15] 8.00-9.00 sec 69.5 MBytes 583 Mbits/sec
20022025-05-08T21:18:03.326Z[ 17] 8.00-9.00 sec 69.5 MBytes 583 Mbits/sec
20032025-05-08T21:18:03.326Z[ 19] 8.00-9.00 sec 69.4 MBytes 583 Mbits/sec
20042025-05-08T21:18:03.326Z[SUM] 8.00-9.00 sec 556 MBytes 4.67 Gbits/sec
20052025-05-08T21:18:03.326Z- - - - - - - - - - - - - - - - - - - - - - - - -
20062025-05-08T21:18:03.326Z[ 5] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
20072025-05-08T21:18:03.326Z[ 7] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
20082025-05-08T21:18:03.326Z[ 9] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
20092025-05-08T21:18:03.326Z[ 11] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
20102025-05-08T21:18:03.326Z[ 13] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
20112025-05-08T21:18:03.326Z[ 15] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
20122025-05-08T21:18:03.326Z[ 17] 9.00-10.00 sec 70.8 MBytes 594 Mbits/sec
20132025-05-08T21:18:03.326Z[ 19] 9.00-10.00 sec 70.7 MBytes 593 Mbits/sec
20142025-05-08T21:18:03.326Z[SUM] 9.00-10.00 sec 566 MBytes 4.75 Gbits/sec
20152025-05-08T21:18:03.326Z- - - - - - - - - - - - - - - - - - - - - - - - -
20162025-05-08T21:18:03.326Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec
20172025-05-08T21:18:03.326Z[ 7] 10.00-10.00 sec 48.1 KBytes 511 Mbits/sec
20182025-05-08T21:18:03.326Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec
20192025-05-08T21:18:03.326Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec
20202025-05-08T21:18:03.326Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.02 Gbits/sec
20212025-05-08T21:18:03.326Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20222025-05-08T21:18:03.326Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20232025-05-08T21:18:03.326Z[ 19] 10.00-10.00 sec 48.1 KBytes 511 Mbits/sec
20242025-05-08T21:18:03.326Z[SUM] 10.00-10.00 sec 481 KBytes 5.10 Gbits/sec
20252025-05-08T21:18:03.326Z- - - - - - - - - - - - - - - - - - - - - - - - -
20262025-05-08T21:18:03.326Z[ ID] Interval Transfer Bandwidth
20272025-05-08T21:18:03.326Z[ 5] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender
20282025-05-08T21:18:03.327Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20292025-05-08T21:18:03.327Z[ 7] 0.00-10.00 sec 691 MBytes 579 Mbits/sec sender
20302025-05-08T21:18:03.327Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20312025-05-08T21:18:03.327Z[ 9] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender
20322025-05-08T21:18:03.327Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20332025-05-08T21:18:03.327Z[ 11] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender
20342025-05-08T21:18:03.327Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20352025-05-08T21:18:03.327Z[ 13] 0.00-10.00 sec 691 MBytes 579 Mbits/sec sender
20362025-05-08T21:18:03.327Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20372025-05-08T21:18:03.327Z[ 15] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender
20382025-05-08T21:18:03.327Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20392025-05-08T21:18:03.327Z[ 17] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender
20402025-05-08T21:18:03.327Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20412025-05-08T21:18:03.327Z[ 19] 0.00-10.00 sec 690 MBytes 579 Mbits/sec sender
20422025-05-08T21:18:03.327Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20432025-05-08T21:18:03.327Z[SUM] 0.00-10.00 sec 5.39 GBytes 4.63 Gbits/sec sender
20442025-05-08T21:18:03.327Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20452025-05-08T21:18:03.333ZRun 4/5...4632.839Mbps
20462025-05-08T21:18:10.352Z-----------------------------------------------------------
20472025-05-08T21:18:10.352ZServer listening on 5201
20482025-05-08T21:18:10.352Z-----------------------------------------------------------
20492025-05-08T21:18:10.352ZAccepted connection from 10.0.0.1, port 45843
20502025-05-08T21:18:10.352Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60112
20512025-05-08T21:18:10.352Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43947
20522025-05-08T21:18:10.352Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41886
20532025-05-08T21:18:10.352Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56254
20542025-05-08T21:18:10.352Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45869
20552025-05-08T21:18:10.352Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32941
20562025-05-08T21:18:10.352Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50118
20572025-05-08T21:18:10.353Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51892
20582025-05-08T21:18:10.353Z[ ID] Interval Transfer Bandwidth
20592025-05-08T21:18:10.353Z[ 5] 0.00-1.00 sec 56.1 MBytes 470 Mbits/sec
20602025-05-08T21:18:10.353Z[ 7] 0.00-1.00 sec 56.0 MBytes 469 Mbits/sec
20612025-05-08T21:18:10.353Z[ 9] 0.00-1.00 sec 55.9 MBytes 469 Mbits/sec
20622025-05-08T21:18:10.353Z[ 11] 0.00-1.00 sec 55.8 MBytes 468 Mbits/sec
20632025-05-08T21:18:10.353Z[ 13] 0.00-1.00 sec 55.8 MBytes 468 Mbits/sec
20642025-05-08T21:18:10.353Z[ 15] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec
20652025-05-08T21:18:10.353Z[ 17] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec
20662025-05-08T21:18:10.353Z[ 19] 0.00-1.00 sec 55.7 MBytes 467 Mbits/sec
20672025-05-08T21:18:10.353Z[SUM] 0.00-1.00 sec 447 MBytes 3.75 Gbits/sec
20682025-05-08T21:18:10.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
20692025-05-08T21:18:10.353Z[ 5] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec
20702025-05-08T21:18:10.353Z[ 7] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec
20712025-05-08T21:18:10.353Z[ 9] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec
20722025-05-08T21:18:10.353Z[ 11] 1.00-2.00 sec 70.6 MBytes 592 Mbits/sec
20732025-05-08T21:18:10.353Z[ 13] 1.00-2.00 sec 70.5 MBytes 591 Mbits/sec
20742025-05-08T21:18:10.353Z[ 15] 1.00-2.00 sec 70.5 MBytes 592 Mbits/sec
20752025-05-08T21:18:10.353Z[ 17] 1.00-2.00 sec 70.5 MBytes 592 Mbits/sec
20762025-05-08T21:18:10.353Z[ 19] 1.00-2.00 sec 70.5 MBytes 591 Mbits/sec
20772025-05-08T21:18:10.353Z[SUM] 1.00-2.00 sec 564 MBytes 4.73 Gbits/sec
20782025-05-08T21:18:10.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
20792025-05-08T21:18:10.353Z[ 5] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec
20802025-05-08T21:18:10.353Z[ 7] 2.00-3.00 sec 70.5 MBytes 592 Mbits/sec
20812025-05-08T21:18:10.353Z[ 9] 2.00-3.00 sec 70.4 MBytes 591 Mbits/sec
20822025-05-08T21:18:10.353Z[ 11] 2.00-3.00 sec 70.5 MBytes 592 Mbits/sec
20832025-05-08T21:18:10.353Z[ 13] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec
20842025-05-08T21:18:10.353Z[ 15] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec
20852025-05-08T21:18:10.353Z[ 17] 2.00-3.00 sec 70.5 MBytes 591 Mbits/sec
20862025-05-08T21:18:10.353Z[ 19] 2.00-3.00 sec 70.5 MBytes 592 Mbits/sec
20872025-05-08T21:18:10.353Z[SUM] 2.00-3.00 sec 564 MBytes 4.73 Gbits/sec
20882025-05-08T21:18:10.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
20892025-05-08T21:18:10.353Z[ 5] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec
20902025-05-08T21:18:10.353Z[ 7] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec
20912025-05-08T21:18:10.353Z[ 9] 3.00-4.00 sec 70.2 MBytes 589 Mbits/sec
20922025-05-08T21:18:10.353Z[ 11] 3.00-4.00 sec 70.0 MBytes 587 Mbits/sec
20932025-05-08T21:18:10.353Z[ 13] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec
20942025-05-08T21:18:10.353Z[ 15] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec
20952025-05-08T21:18:10.353Z[ 17] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec
20962025-05-08T21:18:10.354Z[ 19] 3.00-4.00 sec 70.1 MBytes 588 Mbits/sec
20972025-05-08T21:18:10.354Z[SUM] 3.00-4.00 sec 561 MBytes 4.70 Gbits/sec
20982025-05-08T21:18:10.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
20992025-05-08T21:18:10.354Z[ 5] 4.00-5.00 sec 71.0 MBytes 595 Mbits/sec
21002025-05-08T21:18:10.354Z[ 7] 4.00-5.00 sec 71.0 MBytes 595 Mbits/sec
21012025-05-08T21:18:10.354Z[ 9] 4.00-5.00 sec 71.1 MBytes 596 Mbits/sec
21022025-05-08T21:18:10.354Z[ 11] 4.00-5.00 sec 70.9 MBytes 595 Mbits/sec
21032025-05-08T21:18:10.357Z[ 13] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
21042025-05-08T21:18:10.357Z[ 15] 4.00-5.00 sec 71.1 MBytes 596 Mbits/sec
21052025-05-08T21:18:10.357Z[ 17] 4.00-5.00 sec 71.1 MBytes 596 Mbits/sec
21062025-05-08T21:18:10.357Z[ 19] 4.00-5.00 sec 71.0 MBytes 596 Mbits/sec
21072025-05-08T21:18:10.357Z[SUM] 4.00-5.00 sec 568 MBytes 4.77 Gbits/sec
21082025-05-08T21:18:10.357Z- - - - - - - - - - - - - - - - - - - - - - - - -
21092025-05-08T21:18:10.357Z[ 5] 5.00-6.00 sec 71.1 MBytes 596 Mbits/sec
21102025-05-08T21:18:10.357Z[ 7] 5.00-6.00 sec 71.2 MBytes 597 Mbits/sec
21112025-05-08T21:18:10.357Z[ 9] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
21122025-05-08T21:18:10.357Z[ 11] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
21132025-05-08T21:18:10.357Z[ 13] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
21142025-05-08T21:18:10.357Z[ 15] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec
21152025-05-08T21:18:10.357Z[ 17] 5.00-6.00 sec 70.9 MBytes 595 Mbits/sec
21162025-05-08T21:18:10.357Z[ 19] 5.00-6.00 sec 71.0 MBytes 596 Mbits/sec
21172025-05-08T21:18:10.357Z[SUM] 5.00-6.00 sec 568 MBytes 4.77 Gbits/sec
21182025-05-08T21:18:10.358Z- - - - - - - - - - - - - - - - - - - - - - - - -
21192025-05-08T21:18:10.358Z[ 5] 6.00-7.00 sec 71.1 MBytes 596 Mbits/sec
21202025-05-08T21:18:10.358Z[ 7] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec
21212025-05-08T21:18:10.358Z[ 9] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec
21222025-05-08T21:18:13.571Z[ 11] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec
21232025-05-08T21:18:13.571Z[ 13] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
21242025-05-08T21:18:13.572Z[ 15] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec
21252025-05-08T21:18:13.572Z[ 17] 6.00-7.00 sec 71.0 MBytes 596 Mbits/sec
21262025-05-08T21:18:13.572Z[ 19] 6.00-7.00 sec 71.1 MBytes 597 Mbits/sec
21272025-05-08T21:18:13.572Z[SUM] 6.00-7.00 sec 569 MBytes 4.77 Gbits/sec
21282025-05-08T21:18:13.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
21292025-05-08T21:18:13.572Z[ 5] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
21302025-05-08T21:18:13.572Z[ 7] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
21312025-05-08T21:18:13.572Z[ 9] 7.00-8.00 sec 72.2 MBytes 606 Mbits/sec
21322025-05-08T21:18:13.572Z[ 11] 7.00-8.00 sec 72.2 MBytes 605 Mbits/sec
21332025-05-08T21:18:13.572Z[ 13] 7.00-8.00 sec 72.2 MBytes 606 Mbits/sec
21342025-05-08T21:18:13.572Z[ 15] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
21352025-05-08T21:18:13.572Z[ 17] 7.00-8.00 sec 72.2 MBytes 605 Mbits/sec
21362025-05-08T21:18:13.572Z[ 19] 7.00-8.00 sec 72.1 MBytes 605 Mbits/sec
21372025-05-08T21:18:13.572Z[SUM] 7.00-8.00 sec 577 MBytes 4.84 Gbits/sec
21382025-05-08T21:18:13.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
21392025-05-08T21:18:13.572Z[ 5] 8.00-9.00 sec 70.3 MBytes 590 Mbits/sec
21402025-05-08T21:18:13.572Z[ 7] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec
21412025-05-08T21:18:13.572Z[ 9] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec
21422025-05-08T21:18:13.572Z[ 11] 8.00-9.00 sec 70.3 MBytes 590 Mbits/sec
21432025-05-08T21:18:13.572Z[ 13] 8.00-9.00 sec 70.1 MBytes 588 Mbits/sec
21442025-05-08T21:18:13.572Z[ 15] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec
21452025-05-08T21:18:13.572Z[ 17] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec
21462025-05-08T21:18:13.572Z[ 19] 8.00-9.00 sec 70.2 MBytes 589 Mbits/sec
21472025-05-08T21:18:13.572Z[SUM] 8.00-9.00 sec 562 MBytes 4.71 Gbits/sec
21482025-05-08T21:18:13.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
21492025-05-08T21:18:13.572Z[ 5] 9.00-10.00 sec 73.0 MBytes 612 Mbits/sec
21502025-05-08T21:18:13.572Z[ 7] 9.00-10.00 sec 73.0 MBytes 612 Mbits/sec
21512025-05-08T21:18:13.572Z[ 9] 9.00-10.00 sec 72.9 MBytes 611 Mbits/sec
21522025-05-08T21:18:13.572Z[ 11] 9.00-10.00 sec 72.9 MBytes 611 Mbits/sec
21532025-05-08T21:18:13.572Z[ 13] 9.00-10.00 sec 72.9 MBytes 612 Mbits/sec
21542025-05-08T21:18:13.572Z[ 15] 9.00-10.00 sec 73.0 MBytes 612 Mbits/sec
21552025-05-08T21:18:13.572Z[ 17] 9.00-10.00 sec 72.9 MBytes 612 Mbits/sec
21562025-05-08T21:18:13.572Z[ 19] 9.00-10.00 sec 72.9 MBytes 611 Mbits/sec
21572025-05-08T21:18:13.572Z[SUM] 9.00-10.00 sec 583 MBytes 4.89 Gbits/sec
21582025-05-08T21:18:13.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
21592025-05-08T21:18:13.572Z[ 5] 10.00-10.00 sec 144 KBytes 1.50 Gbits/sec
21602025-05-08T21:18:13.572Z[ 7] 10.00-10.00 sec 48.1 KBytes 502 Mbits/sec
21612025-05-08T21:18:13.572Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.00 Gbits/sec
21622025-05-08T21:18:13.572Z[ 11] 10.00-10.00 sec 48.1 KBytes 502 Mbits/sec
21632025-05-08T21:18:13.573Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21642025-05-08T21:18:13.573Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21652025-05-08T21:18:13.573Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.00 Gbits/sec
21662025-05-08T21:18:13.573Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.00 Gbits/sec
21672025-05-08T21:18:13.573Z[SUM] 10.00-10.00 sec 529 KBytes 5.51 Gbits/sec
21682025-05-08T21:18:13.573Z- - - - - - - - - - - - - - - - - - - - - - - - -
21692025-05-08T21:18:13.573Z[ ID] Interval Transfer Bandwidth
21702025-05-08T21:18:13.573Z[ 5] 0.00-10.00 sec 696 MBytes 584 Mbits/sec sender
21712025-05-08T21:18:13.573Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21722025-05-08T21:18:13.573Z[ 7] 0.00-10.00 sec 696 MBytes 584 Mbits/sec sender
21732025-05-08T21:18:13.573Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21742025-05-08T21:18:13.573Z[ 9] 0.00-10.00 sec 696 MBytes 584 Mbits/sec sender
21752025-05-08T21:18:13.573Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21762025-05-08T21:18:13.573Z[ 11] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender
21772025-05-08T21:18:13.573Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21782025-05-08T21:18:13.573Z[ 13] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender
21792025-05-08T21:18:13.573Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21802025-05-08T21:18:13.573Z[ 15] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender
21812025-05-08T21:18:13.573Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21822025-05-08T21:18:13.573Z[ 17] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender
21832025-05-08T21:18:13.573Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21842025-05-08T21:18:13.573Z[ 19] 0.00-10.00 sec 695 MBytes 583 Mbits/sec sender
21852025-05-08T21:18:13.573Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21862025-05-08T21:18:13.573Z[SUM] 0.00-10.00 sec 5.43 GBytes 4.67 Gbits/sec sender
21872025-05-08T21:18:13.573Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21882025-05-08T21:18:13.578ZRun 5/5...4667.213Mbps
21892025-05-08T21:18:13.578Z###---------------------###
21902025-05-08T21:18:13.578Z::: iPerf done... :::
21912025-05-08T21:18:13.578Z:::Awaiting out files...:::
21922025-05-08T21:18:13.578Z###---------------------###
21932025-05-08T21:18:13.578Z###-----###
21942025-05-08T21:18:13.578Z:::done!:::
21952025-05-08T21:18:13.578Z###-----###
21962025-05-08T21:18:13.578Z###-------------------###
21972025-05-08T21:18:13.578Z:::Running experiment :::
21982025-05-08T21:18:13.578Z:::iperf-tcp/local/c2s:::
21992025-05-08T21:18:13.578Z###-------------------###
22002025-05-08T21:18:13.906Zdtrace: description 'profile-201us ' matched 2 probes
22012025-05-08T21:18:20.609Z-----------------------------------------------------------
22022025-05-08T21:18:20.609ZServer listening on 5201
22032025-05-08T21:18:20.609Z-----------------------------------------------------------
22042025-05-08T21:18:20.609ZAccepted connection from 10.0.0.1, port 56802
22052025-05-08T21:18:20.609Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44964
22062025-05-08T21:18:20.609Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47580
22072025-05-08T21:18:20.609Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58031
22082025-05-08T21:18:20.609Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65393
22092025-05-08T21:18:20.609Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57795
22102025-05-08T21:18:20.609Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43475
22112025-05-08T21:18:20.609Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54093
22122025-05-08T21:18:20.609Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55196
22132025-05-08T21:18:20.609Z[ ID] Interval Transfer Bandwidth
22142025-05-08T21:18:20.609Z[ 5] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec
22152025-05-08T21:18:20.609Z[ 7] 0.00-1.00 sec 15.4 MBytes 129 Mbits/sec
22162025-05-08T21:18:20.609Z[ 9] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec
22172025-05-08T21:18:20.609Z[ 11] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec
22182025-05-08T21:18:20.609Z[ 13] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec
22192025-05-08T21:18:20.609Z[ 15] 0.00-1.00 sec 15.2 MBytes 128 Mbits/sec
22202025-05-08T21:18:20.609Z[ 17] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec
22212025-05-08T21:18:20.609Z[ 19] 0.00-1.00 sec 15.3 MBytes 128 Mbits/sec
22222025-05-08T21:18:20.609Z[SUM] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
22232025-05-08T21:18:20.609Z- - - - - - - - - - - - - - - - - - - - - - - - -
22242025-05-08T21:18:20.609Z[ 5] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec
22252025-05-08T21:18:20.609Z[ 7] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec
22262025-05-08T21:18:20.609Z[ 9] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec
22272025-05-08T21:18:20.609Z[ 11] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec
22282025-05-08T21:18:20.609Z[ 13] 1.00-2.00 sec 20.7 MBytes 174 Mbits/sec
22292025-05-08T21:18:20.609Z[ 15] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec
22302025-05-08T21:18:20.610Z[ 17] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec
22312025-05-08T21:18:20.610Z[ 19] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec
22322025-05-08T21:18:20.610Z[SUM] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec
22332025-05-08T21:18:20.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
22342025-05-08T21:18:20.610Z[ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
22352025-05-08T21:18:20.610Z[ 7] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
22362025-05-08T21:18:20.610Z[ 9] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
22372025-05-08T21:18:20.610Z[ 11] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
22382025-05-08T21:18:20.610Z[ 13] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec
22392025-05-08T21:18:20.610Z[ 15] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec
22402025-05-08T21:18:20.610Z[ 17] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec
22412025-05-08T21:18:20.610Z[ 19] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
22422025-05-08T21:18:20.610Z[SUM] 2.00-3.00 sec 165 MBytes 1.38 Gbits/sec
22432025-05-08T21:18:20.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
22442025-05-08T21:18:20.610Z[ 5] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
22452025-05-08T21:18:20.610Z[ 7] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
22462025-05-08T21:18:20.610Z[ 9] 3.00-4.00 sec 20.8 MBytes 175 Mbits/sec
22472025-05-08T21:18:20.610Z[ 11] 3.00-4.00 sec 20.9 MBytes 175 Mbits/sec
22482025-05-08T21:18:20.610Z[ 13] 3.00-4.00 sec 20.8 MBytes 174 Mbits/sec
22492025-05-08T21:18:20.610Z[ 15] 3.00-4.00 sec 20.8 MBytes 174 Mbits/sec
22502025-05-08T21:18:20.610Z[ 17] 3.00-4.00 sec 20.8 MBytes 175 Mbits/sec
22512025-05-08T21:18:20.610Z[ 19] 3.00-4.00 sec 20.8 MBytes 174 Mbits/sec
22522025-05-08T21:18:20.610Z[SUM] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec
22532025-05-08T21:18:20.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
22542025-05-08T21:18:20.610Z[ 5] 4.00-5.00 sec 20.6 MBytes 172 Mbits/sec
22552025-05-08T21:18:20.610Z[ 7] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
22562025-05-08T21:18:20.610Z[ 9] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec
22572025-05-08T21:18:20.610Z[ 11] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
22582025-05-08T21:18:20.610Z[ 13] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec
22592025-05-08T21:18:20.610Z[ 15] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec
22602025-05-08T21:18:20.610Z[ 17] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec
22612025-05-08T21:18:20.610Z[ 19] 4.00-5.00 sec 20.6 MBytes 173 Mbits/sec
22622025-05-08T21:18:20.610Z[SUM] 4.00-5.00 sec 165 MBytes 1.38 Gbits/sec
22632025-05-08T21:18:20.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
22642025-05-08T21:18:20.610Z[ 5] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
22652025-05-08T21:18:20.610Z[ 7] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
22662025-05-08T21:18:20.610Z[ 9] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
22672025-05-08T21:18:20.610Z[ 11] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
22682025-05-08T21:18:20.610Z[ 13] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
22692025-05-08T21:18:20.611Z[ 15] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
22702025-05-08T21:18:20.611Z[ 17] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
22712025-05-08T21:18:20.611Z[ 19] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
22722025-05-08T21:18:20.611Z[SUM] 5.00-6.00 sec 166 MBytes 1.39 Gbits/sec
22732025-05-08T21:18:20.611Z- - - - - - - - - - - - - - - - - - - - - - - - -
22742025-05-08T21:18:20.611Z[ 5] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22752025-05-08T21:18:20.611Z[ 7] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22762025-05-08T21:18:20.611Z[ 9] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22772025-05-08T21:18:23.833Z[ 11] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22782025-05-08T21:18:23.833Z[ 13] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22792025-05-08T21:18:23.833Z[ 15] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22802025-05-08T21:18:23.833Z[ 17] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22812025-05-08T21:18:23.833Z[ 19] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
22822025-05-08T21:18:23.833Z[SUM] 6.00-7.00 sec 169 MBytes 1.42 Gbits/sec
22832025-05-08T21:18:23.833Z- - - - - - - - - - - - - - - - - - - - - - - - -
22842025-05-08T21:18:23.833Z[ 5] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
22852025-05-08T21:18:23.833Z[ 7] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
22862025-05-08T21:18:23.833Z[ 9] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
22872025-05-08T21:18:23.833Z[ 11] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
22882025-05-08T21:18:23.833Z[ 13] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec
22892025-05-08T21:18:23.833Z[ 15] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
22902025-05-08T21:18:23.833Z[ 17] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec
22912025-05-08T21:18:23.833Z[ 19] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec
22922025-05-08T21:18:23.833Z[SUM] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec
22932025-05-08T21:18:23.833Z- - - - - - - - - - - - - - - - - - - - - - - - -
22942025-05-08T21:18:23.833Z[ 5] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec
22952025-05-08T21:18:23.833Z[ 7] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec
22962025-05-08T21:18:23.833Z[ 9] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec
22972025-05-08T21:18:23.833Z[ 11] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec
22982025-05-08T21:18:23.833Z[ 13] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec
22992025-05-08T21:18:23.833Z[ 15] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
23002025-05-08T21:18:23.833Z[ 17] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
23012025-05-08T21:18:23.833Z[ 19] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec
23022025-05-08T21:18:23.833Z[SUM] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec
23032025-05-08T21:18:23.833Z- - - - - - - - - - - - - - - - - - - - - - - - -
23042025-05-08T21:18:23.833Z[ 5] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
23052025-05-08T21:18:23.833Z[ 7] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec
23062025-05-08T21:18:23.833Z[ 9] 9.00-10.00 sec 20.6 MBytes 172 Mbits/sec
23072025-05-08T21:18:23.833Z[ 11] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec
23082025-05-08T21:18:23.834Z[ 13] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec
23092025-05-08T21:18:23.834Z[ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
23102025-05-08T21:18:23.834Z[ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
23112025-05-08T21:18:23.834Z[ 19] 9.00-10.00 sec 20.6 MBytes 172 Mbits/sec
23122025-05-08T21:18:23.834Z[SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec
23132025-05-08T21:18:23.834Z- - - - - - - - - - - - - - - - - - - - - - - - -
23142025-05-08T21:18:23.834Z[ 5] 10.00-10.00 sec 126 KBytes 231 Mbits/sec
23152025-05-08T21:18:23.834Z[ 7] 10.00-10.00 sec 55.6 KBytes 102 Mbits/sec
23162025-05-08T21:18:23.834Z[ 9] 10.00-10.00 sec 101 KBytes 185 Mbits/sec
23172025-05-08T21:18:23.834Z[ 11] 10.00-10.00 sec 125 KBytes 229 Mbits/sec
23182025-05-08T21:18:23.834Z[ 13] 10.00-10.00 sec 122 KBytes 223 Mbits/sec
23192025-05-08T21:18:23.834Z[ 15] 10.00-10.00 sec 126 KBytes 231 Mbits/sec
23202025-05-08T21:18:23.834Z[ 17] 10.00-10.00 sec 126 KBytes 231 Mbits/sec
23212025-05-08T21:18:23.834Z[ 19] 10.00-10.00 sec 123 KBytes 225 Mbits/sec
23222025-05-08T21:18:23.834Z[SUM] 10.00-10.00 sec 903 KBytes 1.66 Gbits/sec
23232025-05-08T21:18:23.834Z- - - - - - - - - - - - - - - - - - - - - - - - -
23242025-05-08T21:18:23.834Z[ ID] Interval Transfer Bandwidth
23252025-05-08T21:18:23.834Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23262025-05-08T21:18:23.834Z[ 5] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver
23272025-05-08T21:18:23.834Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23282025-05-08T21:18:23.834Z[ 7] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver
23292025-05-08T21:18:23.834Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23302025-05-08T21:18:23.834Z[ 9] 0.00-10.00 sec 201 MBytes 168 Mbits/sec receiver
23312025-05-08T21:18:23.834Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23322025-05-08T21:18:23.834Z[ 11] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver
23332025-05-08T21:18:23.834Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23342025-05-08T21:18:23.834Z[ 13] 0.00-10.00 sec 201 MBytes 168 Mbits/sec receiver
23352025-05-08T21:18:23.834Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23362025-05-08T21:18:23.834Z[ 15] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver
23372025-05-08T21:18:23.834Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23382025-05-08T21:18:23.834Z[ 17] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver
23392025-05-08T21:18:23.834Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23402025-05-08T21:18:23.834Z[ 19] 0.00-10.00 sec 201 MBytes 169 Mbits/sec receiver
23412025-05-08T21:18:23.834Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
23422025-05-08T21:18:23.838Z[SUM] 0.00-10.00 sec 1.57 GBytes 1.35 Gbits/sec receiver
23432025-05-08T21:18:23.838ZRun 1/10...1348.931Mbps
23442025-05-08T21:18:30.870Z-----------------------------------------------------------
23452025-05-08T21:18:30.870ZServer listening on 5201
23462025-05-08T21:18:30.870Z-----------------------------------------------------------
23472025-05-08T21:18:30.870ZAccepted connection from 10.0.0.1, port 34369
23482025-05-08T21:18:30.870Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36281
23492025-05-08T21:18:30.870Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49800
23502025-05-08T21:18:30.870Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46777
23512025-05-08T21:18:30.870Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50271
23522025-05-08T21:18:30.870Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61357
23532025-05-08T21:18:30.870Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56853
23542025-05-08T21:18:30.870Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33021
23552025-05-08T21:18:30.870Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40968
23562025-05-08T21:18:30.870Z[ ID] Interval Transfer Bandwidth
23572025-05-08T21:18:30.870Z[ 5] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
23582025-05-08T21:18:30.870Z[ 7] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
23592025-05-08T21:18:30.870Z[ 9] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
23602025-05-08T21:18:30.870Z[ 11] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
23612025-05-08T21:18:30.870Z[ 13] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
23622025-05-08T21:18:30.870Z[ 15] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
23632025-05-08T21:18:30.871Z[ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
23642025-05-08T21:18:30.871Z[ 19] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
23652025-05-08T21:18:30.871Z[SUM] 0.00-1.00 sec 114 MBytes 955 Mbits/sec
23662025-05-08T21:18:30.871Z- - - - - - - - - - - - - - - - - - - - - - - - -
23672025-05-08T21:18:30.871Z[ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
23682025-05-08T21:18:30.871Z[ 7] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
23692025-05-08T21:18:30.871Z[ 9] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
23702025-05-08T21:18:30.871Z[ 11] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
23712025-05-08T21:18:30.871Z[ 13] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec
23722025-05-08T21:18:30.871Z[ 15] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec
23732025-05-08T21:18:30.871Z[ 17] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
23742025-05-08T21:18:30.871Z[ 19] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
23752025-05-08T21:18:30.871Z[SUM] 1.00-2.00 sec 159 MBytes 1.34 Gbits/sec
23762025-05-08T21:18:30.871Z- - - - - - - - - - - - - - - - - - - - - - - - -
23772025-05-08T21:18:30.871Z[ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
23782025-05-08T21:18:30.871Z[ 7] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
23792025-05-08T21:18:30.871Z[ 9] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
23802025-05-08T21:18:30.871Z[ 11] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
23812025-05-08T21:18:30.871Z[ 13] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
23822025-05-08T21:18:30.871Z[ 15] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
23832025-05-08T21:18:30.871Z[ 17] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec
23842025-05-08T21:18:30.871Z[ 19] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec
23852025-05-08T21:18:30.871Z[SUM] 2.00-3.00 sec 165 MBytes 1.38 Gbits/sec
23862025-05-08T21:18:30.871Z- - - - - - - - - - - - - - - - - - - - - - - - -
23872025-05-08T21:18:30.871Z[ 5] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
23882025-05-08T21:18:30.871Z[ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
23892025-05-08T21:18:30.872Z[ 9] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
23902025-05-08T21:18:30.872Z[ 11] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
23912025-05-08T21:18:30.872Z[ 13] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
23922025-05-08T21:18:30.872Z[ 15] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
23932025-05-08T21:18:30.872Z[ 17] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
23942025-05-08T21:18:30.872Z[ 19] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
23952025-05-08T21:18:30.872Z[SUM] 3.00-4.00 sec 161 MBytes 1.35 Gbits/sec
23962025-05-08T21:18:30.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
23972025-05-08T21:18:30.872Z[ 5] 4.00-5.00 sec 19.1 MBytes 160 Mbits/sec
23982025-05-08T21:18:30.872Z[ 7] 4.00-5.00 sec 19.2 MBytes 161 Mbits/sec
23992025-05-08T21:18:30.872Z[ 9] 4.00-5.00 sec 19.2 MBytes 161 Mbits/sec
24002025-05-08T21:18:30.872Z[ 11] 4.00-5.00 sec 19.1 MBytes 161 Mbits/sec
24012025-05-08T21:18:30.872Z[ 13] 4.00-5.00 sec 19.2 MBytes 161 Mbits/sec
24022025-05-08T21:18:30.872Z[ 15] 4.00-5.00 sec 19.1 MBytes 160 Mbits/sec
24032025-05-08T21:18:30.872Z[ 17] 4.00-5.00 sec 19.1 MBytes 161 Mbits/sec
24042025-05-08T21:18:30.872Z[ 19] 4.00-5.00 sec 19.0 MBytes 160 Mbits/sec
24052025-05-08T21:18:30.872Z[SUM] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
24062025-05-08T21:18:30.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
24072025-05-08T21:18:30.872Z[ 5] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec
24082025-05-08T21:18:30.872Z[ 7] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec
24092025-05-08T21:18:30.872Z[ 9] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec
24102025-05-08T21:18:30.872Z[ 11] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec
24112025-05-08T21:18:30.872Z[ 13] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec
24122025-05-08T21:18:30.872Z[ 15] 5.00-6.00 sec 19.4 MBytes 163 Mbits/sec
24132025-05-08T21:18:30.872Z[ 17] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec
24142025-05-08T21:18:30.873Z[ 19] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec
24152025-05-08T21:18:30.873Z[SUM] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
24162025-05-08T21:18:30.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
24172025-05-08T21:18:30.873Z[ 5] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec
24182025-05-08T21:18:30.873Z[ 7] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
24192025-05-08T21:18:30.873Z[ 9] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
24202025-05-08T21:18:33.985Z[ 11] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
24212025-05-08T21:18:33.985Z[ 13] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
24222025-05-08T21:18:33.985Z[ 15] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
24232025-05-08T21:18:33.985Z[ 17] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
24242025-05-08T21:18:33.985Z[ 19] 6.00-7.00 sec 19.8 MBytes 166 Mbits/sec
24252025-05-08T21:18:33.985Z[SUM] 6.00-7.00 sec 159 MBytes 1.34 Gbits/sec
24262025-05-08T21:18:33.985Z- - - - - - - - - - - - - - - - - - - - - - - - -
24272025-05-08T21:18:33.985Z[ 5] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
24282025-05-08T21:18:33.985Z[ 7] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
24292025-05-08T21:18:33.986Z[ 9] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
24302025-05-08T21:18:33.986Z[ 11] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
24312025-05-08T21:18:33.986Z[ 13] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
24322025-05-08T21:18:33.986Z[ 15] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
24332025-05-08T21:18:33.986Z[ 17] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
24342025-05-08T21:18:33.986Z[ 19] 7.00-8.00 sec 19.6 MBytes 165 Mbits/sec
24352025-05-08T21:18:33.986Z[SUM] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
24362025-05-08T21:18:33.986Z- - - - - - - - - - - - - - - - - - - - - - - - -
24372025-05-08T21:18:33.986Z[ 5] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
24382025-05-08T21:18:33.986Z[ 7] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
24392025-05-08T21:18:33.986Z[ 9] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
24402025-05-08T21:18:33.986Z[ 11] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
24412025-05-08T21:18:33.986Z[ 13] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
24422025-05-08T21:18:33.986Z[ 15] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
24432025-05-08T21:18:33.986Z[ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
24442025-05-08T21:18:33.986Z[ 19] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
24452025-05-08T21:18:33.987Z[SUM] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
24462025-05-08T21:18:33.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
24472025-05-08T21:18:33.987Z[ 5] 9.00-10.00 sec 20.0 MBytes 167 Mbits/sec
24482025-05-08T21:18:33.987Z[ 7] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec
24492025-05-08T21:18:33.987Z[ 9] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec
24502025-05-08T21:18:33.987Z[ 11] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
24512025-05-08T21:18:33.987Z[ 13] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec
24522025-05-08T21:18:33.987Z[ 15] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
24532025-05-08T21:18:33.987Z[ 17] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec
24542025-05-08T21:18:33.987Z[ 19] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec
24552025-05-08T21:18:33.987Z[SUM] 9.00-10.00 sec 159 MBytes 1.34 Gbits/sec
24562025-05-08T21:18:33.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
24572025-05-08T21:18:33.987Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24582025-05-08T21:18:33.987Z[ 7] 10.00-10.00 sec 10.3 KBytes 32.1 Mbits/sec
24592025-05-08T21:18:33.987Z[ 9] 10.00-10.00 sec 26.5 KBytes 82.8 Mbits/sec
24602025-05-08T21:18:33.987Z[ 11] 10.00-10.00 sec 34.0 KBytes 106 Mbits/sec
24612025-05-08T21:18:33.988Z[ 13] 10.00-10.00 sec 88.2 KBytes 276 Mbits/sec
24622025-05-08T21:18:33.988Z[ 15] 10.00-10.00 sec 119 KBytes 373 Mbits/sec
24632025-05-08T21:18:33.988Z[ 17] 10.00-10.00 sec 55.1 KBytes 172 Mbits/sec
24642025-05-08T21:18:33.988Z[ 19] 10.00-10.00 sec 29.7 KBytes 92.9 Mbits/sec
24652025-05-08T21:18:33.988Z[SUM] 10.00-10.00 sec 363 KBytes 1.13 Gbits/sec
24662025-05-08T21:18:33.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
24672025-05-08T21:18:33.988Z[ ID] Interval Transfer Bandwidth
24682025-05-08T21:18:33.988Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24692025-05-08T21:18:33.988Z[ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver
24702025-05-08T21:18:33.988Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24712025-05-08T21:18:33.988Z[ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver
24722025-05-08T21:18:33.988Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24732025-05-08T21:18:33.988Z[ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver
24742025-05-08T21:18:33.988Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24752025-05-08T21:18:33.988Z[ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver
24762025-05-08T21:18:33.988Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24772025-05-08T21:18:33.988Z[ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver
24782025-05-08T21:18:33.988Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24792025-05-08T21:18:33.988Z[ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver
24802025-05-08T21:18:33.988Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24812025-05-08T21:18:33.988Z[ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec receiver
24822025-05-08T21:18:33.988Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24832025-05-08T21:18:33.988Z[ 19] 0.00-10.00 sec 192 MBytes 161 Mbits/sec receiver
24842025-05-08T21:18:33.988Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
24852025-05-08T21:18:33.988Z[SUM] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec receiver
24862025-05-08T21:18:33.992ZRun 2/10...1293.32Mbps
24872025-05-08T21:18:41.021Z-----------------------------------------------------------
24882025-05-08T21:18:41.021ZServer listening on 5201
24892025-05-08T21:18:41.021Z-----------------------------------------------------------
24902025-05-08T21:18:41.021ZAccepted connection from 10.0.0.1, port 45645
24912025-05-08T21:18:41.021Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52219
24922025-05-08T21:18:41.021Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58695
24932025-05-08T21:18:41.021Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38691
24942025-05-08T21:18:41.021Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45502
24952025-05-08T21:18:41.021Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63061
24962025-05-08T21:18:41.021Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59314
24972025-05-08T21:18:41.021Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56646
24982025-05-08T21:18:41.021Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34077
24992025-05-08T21:18:41.022Z[ ID] Interval Transfer Bandwidth
25002025-05-08T21:18:41.022Z[ 5] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
25012025-05-08T21:18:41.022Z[ 7] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
25022025-05-08T21:18:41.022Z[ 9] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
25032025-05-08T21:18:41.022Z[ 11] 0.00-1.00 sec 14.1 MBytes 119 Mbits/sec
25042025-05-08T21:18:41.022Z[ 13] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
25052025-05-08T21:18:41.022Z[ 15] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
25062025-05-08T21:18:41.022Z[ 17] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
25072025-05-08T21:18:41.022Z[ 19] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
25082025-05-08T21:18:41.022Z[SUM] 0.00-1.00 sec 114 MBytes 954 Mbits/sec
25092025-05-08T21:18:41.022Z- - - - - - - - - - - - - - - - - - - - - - - - -
25102025-05-08T21:18:41.022Z[ 5] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
25112025-05-08T21:18:41.022Z[ 7] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
25122025-05-08T21:18:41.022Z[ 9] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
25132025-05-08T21:18:41.022Z[ 11] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
25142025-05-08T21:18:41.022Z[ 13] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec
25152025-05-08T21:18:41.022Z[ 15] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
25162025-05-08T21:18:41.022Z[ 17] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
25172025-05-08T21:18:41.022Z[ 19] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
25182025-05-08T21:18:41.022Z[SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec
25192025-05-08T21:18:41.022Z- - - - - - - - - - - - - - - - - - - - - - - - -
25202025-05-08T21:18:41.022Z[ 5] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
25212025-05-08T21:18:41.022Z[ 7] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec
25222025-05-08T21:18:41.022Z[ 9] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec
25232025-05-08T21:18:41.022Z[ 11] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
25242025-05-08T21:18:41.022Z[ 13] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
25252025-05-08T21:18:41.022Z[ 15] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
25262025-05-08T21:18:41.022Z[ 17] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
25272025-05-08T21:18:41.022Z[ 19] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
25282025-05-08T21:18:41.022Z[SUM] 2.00-3.00 sec 163 MBytes 1.37 Gbits/sec
25292025-05-08T21:18:41.022Z- - - - - - - - - - - - - - - - - - - - - - - - -
25302025-05-08T21:18:41.022Z[ 5] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec
25312025-05-08T21:18:41.022Z[ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
25322025-05-08T21:18:41.022Z[ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
25332025-05-08T21:18:41.022Z[ 11] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
25342025-05-08T21:18:41.022Z[ 13] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
25352025-05-08T21:18:41.022Z[ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
25362025-05-08T21:18:41.023Z[ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec
25372025-05-08T21:18:41.023Z[ 19] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec
25382025-05-08T21:18:41.023Z[SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
25392025-05-08T21:18:41.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
25402025-05-08T21:18:41.027Z[ 5] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
25412025-05-08T21:18:41.027Z[ 7] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
25422025-05-08T21:18:41.027Z[ 9] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
25432025-05-08T21:18:41.027Z[ 11] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
25442025-05-08T21:18:41.027Z[ 13] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
25452025-05-08T21:18:41.027Z[ 15] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
25462025-05-08T21:18:41.027Z[ 17] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
25472025-05-08T21:18:41.027Z[ 19] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
25482025-05-08T21:18:41.027Z[SUM] 4.00-5.00 sec 169 MBytes 1.41 Gbits/sec
25492025-05-08T21:18:41.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
25502025-05-08T21:18:41.027Z[ 5] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
25512025-05-08T21:18:41.027Z[ 7] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
25522025-05-08T21:18:41.027Z[ 9] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
25532025-05-08T21:18:41.027Z[ 11] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
25542025-05-08T21:18:41.027Z[ 13] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
25552025-05-08T21:18:41.027Z[ 15] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
25562025-05-08T21:18:41.027Z[ 17] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
25572025-05-08T21:18:41.027Z[ 19] 5.00-6.00 sec 19.7 MBytes 166 Mbits/sec
25582025-05-08T21:18:41.027Z[SUM] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
25592025-05-08T21:18:41.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
25602025-05-08T21:18:41.027Z[ 5] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
25612025-05-08T21:18:41.027Z[ 7] 6.00-7.00 sec 20.3 MBytes 171 Mbits/sec
25622025-05-08T21:18:41.027Z[ 9] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
25632025-05-08T21:18:44.245Z[ 11] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec
25642025-05-08T21:18:44.245Z[ 13] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
25652025-05-08T21:18:44.245Z[ 15] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
25662025-05-08T21:18:44.245Z[ 17] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
25672025-05-08T21:18:44.245Z[ 19] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
25682025-05-08T21:18:44.245Z[SUM] 6.00-7.00 sec 163 MBytes 1.37 Gbits/sec
25692025-05-08T21:18:44.245Z- - - - - - - - - - - - - - - - - - - - - - - - -
25702025-05-08T21:18:44.245Z[ 5] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec
25712025-05-08T21:18:44.245Z[ 7] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec
25722025-05-08T21:18:44.245Z[ 9] 7.00-8.00 sec 20.1 MBytes 168 Mbits/sec
25732025-05-08T21:18:44.245Z[ 11] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec
25742025-05-08T21:18:44.245Z[ 13] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec
25752025-05-08T21:18:44.246Z[ 15] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec
25762025-05-08T21:18:44.246Z[ 17] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec
25772025-05-08T21:18:44.246Z[ 19] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec
25782025-05-08T21:18:44.246Z[SUM] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec
25792025-05-08T21:18:44.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
25802025-05-08T21:18:44.246Z[ 5] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
25812025-05-08T21:18:44.246Z[ 7] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec
25822025-05-08T21:18:44.246Z[ 9] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
25832025-05-08T21:18:44.246Z[ 11] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec
25842025-05-08T21:18:44.246Z[ 13] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
25852025-05-08T21:18:44.246Z[ 15] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec
25862025-05-08T21:18:44.246Z[ 17] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec
25872025-05-08T21:18:44.246Z[ 19] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
25882025-05-08T21:18:44.246Z[SUM] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec
25892025-05-08T21:18:44.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
25902025-05-08T21:18:44.246Z[ 5] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec
25912025-05-08T21:18:44.246Z[ 7] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec
25922025-05-08T21:18:44.246Z[ 9] 9.00-10.00 sec 20.0 MBytes 167 Mbits/sec
25932025-05-08T21:18:44.246Z[ 11] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
25942025-05-08T21:18:44.246Z[ 13] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec
25952025-05-08T21:18:44.246Z[ 15] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec
25962025-05-08T21:18:44.246Z[ 17] 9.00-10.00 sec 19.9 MBytes 167 Mbits/sec
25972025-05-08T21:18:44.246Z[ 19] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec
25982025-05-08T21:18:44.246Z[SUM] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
25992025-05-08T21:18:44.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
26002025-05-08T21:18:44.246Z[ 5] 10.00-10.00 sec 58.8 KBytes 141 Mbits/sec
26012025-05-08T21:18:44.246Z[ 7] 10.00-10.00 sec 89.8 KBytes 214 Mbits/sec
26022025-05-08T21:18:44.246Z[ 9] 10.00-10.00 sec 126 KBytes 301 Mbits/sec
26032025-05-08T21:18:44.246Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26042025-05-08T21:18:44.246Z[ 13] 10.00-10.00 sec 126 KBytes 301 Mbits/sec
26052025-05-08T21:18:44.246Z[ 15] 10.00-10.00 sec 39.4 KBytes 94.1 Mbits/sec
26062025-05-08T21:18:44.246Z[ 17] 10.00-10.00 sec 126 KBytes 301 Mbits/sec
26072025-05-08T21:18:44.246Z[ 19] 10.00-10.00 sec 95.6 KBytes 228 Mbits/sec
26082025-05-08T21:18:44.246Z[SUM] 10.00-10.00 sec 661 KBytes 1.58 Gbits/sec
26092025-05-08T21:18:44.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
26102025-05-08T21:18:44.246Z[ ID] Interval Transfer Bandwidth
26112025-05-08T21:18:44.246Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26122025-05-08T21:18:44.246Z[ 5] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26132025-05-08T21:18:44.246Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26142025-05-08T21:18:44.247Z[ 7] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26152025-05-08T21:18:44.247Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26162025-05-08T21:18:44.247Z[ 9] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26172025-05-08T21:18:44.247Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26182025-05-08T21:18:44.247Z[ 11] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26192025-05-08T21:18:44.247Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26202025-05-08T21:18:44.247Z[ 13] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26212025-05-08T21:18:44.247Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26222025-05-08T21:18:44.247Z[ 15] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26232025-05-08T21:18:44.247Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26242025-05-08T21:18:44.247Z[ 17] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26252025-05-08T21:18:44.247Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26262025-05-08T21:18:44.247Z[ 19] 0.00-10.00 sec 196 MBytes 164 Mbits/sec receiver
26272025-05-08T21:18:44.247Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26282025-05-08T21:18:44.247Z[SUM] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec receiver
26292025-05-08T21:18:44.250ZRun 3/10...1313.928Mbps
26302025-05-08T21:18:51.281Z-----------------------------------------------------------
26312025-05-08T21:18:51.281ZServer listening on 5201
26322025-05-08T21:18:51.281Z-----------------------------------------------------------
26332025-05-08T21:18:51.281ZAccepted connection from 10.0.0.1, port 50943
26342025-05-08T21:18:51.281Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49158
26352025-05-08T21:18:51.281Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44522
26362025-05-08T21:18:51.281Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41464
26372025-05-08T21:18:51.281Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59044
26382025-05-08T21:18:51.281Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61734
26392025-05-08T21:18:51.281Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48116
26402025-05-08T21:18:51.281Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62783
26412025-05-08T21:18:51.281Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33931
26422025-05-08T21:18:51.281Z[ ID] Interval Transfer Bandwidth
26432025-05-08T21:18:51.281Z[ 5] 0.00-1.00 sec 14.2 MBytes 119 Mbits/sec
26442025-05-08T21:18:51.281Z[ 7] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
26452025-05-08T21:18:51.281Z[ 9] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
26462025-05-08T21:18:51.281Z[ 11] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
26472025-05-08T21:18:51.281Z[ 13] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
26482025-05-08T21:18:51.281Z[ 15] 0.00-1.00 sec 14.0 MBytes 118 Mbits/sec
26492025-05-08T21:18:51.281Z[ 17] 0.00-1.00 sec 14.0 MBytes 118 Mbits/sec
26502025-05-08T21:18:51.281Z[ 19] 0.00-1.00 sec 14.1 MBytes 118 Mbits/sec
26512025-05-08T21:18:51.281Z[SUM] 0.00-1.00 sec 113 MBytes 945 Mbits/sec
26522025-05-08T21:18:51.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
26532025-05-08T21:18:51.281Z[ 5] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
26542025-05-08T21:18:51.281Z[ 7] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec
26552025-05-08T21:18:51.281Z[ 9] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
26562025-05-08T21:18:51.281Z[ 11] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
26572025-05-08T21:18:51.281Z[ 13] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
26582025-05-08T21:18:51.281Z[ 15] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
26592025-05-08T21:18:51.281Z[ 17] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
26602025-05-08T21:18:51.281Z[ 19] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec
26612025-05-08T21:18:51.281Z[SUM] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
26622025-05-08T21:18:51.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
26632025-05-08T21:18:51.281Z[ 5] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
26642025-05-08T21:18:51.281Z[ 7] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
26652025-05-08T21:18:51.281Z[ 9] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
26662025-05-08T21:18:51.281Z[ 11] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
26672025-05-08T21:18:51.281Z[ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
26682025-05-08T21:18:51.282Z[ 15] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
26692025-05-08T21:18:51.282Z[ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
26702025-05-08T21:18:51.282Z[ 19] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
26712025-05-08T21:18:51.282Z[SUM] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec
26722025-05-08T21:18:51.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
26732025-05-08T21:18:51.282Z[ 5] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
26742025-05-08T21:18:51.282Z[ 7] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
26752025-05-08T21:18:51.282Z[ 9] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
26762025-05-08T21:18:51.282Z[ 11] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec
26772025-05-08T21:18:51.282Z[ 13] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
26782025-05-08T21:18:51.282Z[ 15] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
26792025-05-08T21:18:51.282Z[ 17] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec
26802025-05-08T21:18:51.282Z[ 19] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec
26812025-05-08T21:18:51.282Z[SUM] 3.00-4.00 sec 160 MBytes 1.35 Gbits/sec
26822025-05-08T21:18:51.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
26832025-05-08T21:18:51.282Z[ 5] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
26842025-05-08T21:18:51.282Z[ 7] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
26852025-05-08T21:18:51.282Z[ 9] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
26862025-05-08T21:18:51.282Z[ 11] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
26872025-05-08T21:18:51.282Z[ 13] 4.00-5.00 sec 20.6 MBytes 172 Mbits/sec
26882025-05-08T21:18:51.282Z[ 15] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
26892025-05-08T21:18:51.282Z[ 17] 4.00-5.00 sec 20.6 MBytes 172 Mbits/sec
26902025-05-08T21:18:51.282Z[ 19] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
26912025-05-08T21:18:51.282Z[SUM] 4.00-5.00 sec 164 MBytes 1.38 Gbits/sec
26922025-05-08T21:18:51.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
26932025-05-08T21:18:51.282Z[ 5] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
26942025-05-08T21:18:51.282Z[ 7] 5.00-6.00 sec 20.5 MBytes 172 Mbits/sec
26952025-05-08T21:18:51.282Z[ 9] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec
26962025-05-08T21:18:51.282Z[ 11] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
26972025-05-08T21:18:51.282Z[ 13] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
26982025-05-08T21:18:51.282Z[ 15] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
26992025-05-08T21:18:51.282Z[ 17] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
27002025-05-08T21:18:51.282Z[ 19] 5.00-6.00 sec 20.6 MBytes 172 Mbits/sec
27012025-05-08T21:18:51.282Z[SUM] 5.00-6.00 sec 165 MBytes 1.38 Gbits/sec
27022025-05-08T21:18:51.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
27032025-05-08T21:18:51.282Z[ 5] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
27042025-05-08T21:18:51.282Z[ 7] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
27052025-05-08T21:18:51.282Z[ 9] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
27062025-05-08T21:18:54.496Z[ 11] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
27072025-05-08T21:18:54.496Z[ 13] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
27082025-05-08T21:18:54.496Z[ 15] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
27092025-05-08T21:18:54.496Z[ 17] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
27102025-05-08T21:18:54.497Z[ 19] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
27112025-05-08T21:18:54.497Z[SUM] 6.00-7.00 sec 169 MBytes 1.41 Gbits/sec
27122025-05-08T21:18:54.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
27132025-05-08T21:18:54.497Z[ 5] 7.00-8.00 sec 20.7 MBytes 173 Mbits/sec
27142025-05-08T21:18:54.497Z[ 7] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec
27152025-05-08T21:18:54.497Z[ 9] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec
27162025-05-08T21:18:54.497Z[ 11] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec
27172025-05-08T21:18:54.497Z[ 13] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec
27182025-05-08T21:18:54.497Z[ 15] 7.00-8.00 sec 20.6 MBytes 173 Mbits/sec
27192025-05-08T21:18:54.497Z[ 17] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
27202025-05-08T21:18:54.497Z[ 19] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
27212025-05-08T21:18:54.497Z[SUM] 7.00-8.00 sec 165 MBytes 1.39 Gbits/sec
27222025-05-08T21:18:54.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
27232025-05-08T21:18:54.497Z[ 5] 8.00-9.00 sec 20.9 MBytes 176 Mbits/sec
27242025-05-08T21:18:54.497Z[ 7] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
27252025-05-08T21:18:54.497Z[ 9] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
27262025-05-08T21:18:54.497Z[ 11] 8.00-9.00 sec 20.9 MBytes 175 Mbits/sec
27272025-05-08T21:18:54.497Z[ 13] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
27282025-05-08T21:18:54.497Z[ 15] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
27292025-05-08T21:18:54.497Z[ 17] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
27302025-05-08T21:18:54.497Z[ 19] 8.00-9.00 sec 20.9 MBytes 175 Mbits/sec
27312025-05-08T21:18:54.497Z[SUM] 8.00-9.00 sec 168 MBytes 1.41 Gbits/sec
27322025-05-08T21:18:54.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
27332025-05-08T21:18:54.497Z[ 5] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
27342025-05-08T21:18:54.497Z[ 7] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
27352025-05-08T21:18:54.497Z[ 9] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
27362025-05-08T21:18:54.497Z[ 11] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec
27372025-05-08T21:18:54.497Z[ 13] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
27382025-05-08T21:18:54.497Z[ 15] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
27392025-05-08T21:18:54.497Z[ 17] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
27402025-05-08T21:18:54.497Z[ 19] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec
27412025-05-08T21:18:54.497Z[SUM] 9.00-10.00 sec 163 MBytes 1.36 Gbits/sec
27422025-05-08T21:18:54.497Z- - - - - - - - - - - - - - - - - - - - - - - - -
27432025-05-08T21:18:54.497Z[ 5] 10.00-10.00 sec 29.1 KBytes 83.9 Mbits/sec
27442025-05-08T21:18:54.497Z[ 7] 10.00-10.00 sec 38.9 KBytes 112 Mbits/sec
27452025-05-08T21:18:54.497Z[ 9] 10.00-10.00 sec 124 KBytes 358 Mbits/sec
27462025-05-08T21:18:54.497Z[ 11] 10.00-10.00 sec 43.8 KBytes 126 Mbits/sec
27472025-05-08T21:18:54.497Z[ 13] 10.00-10.00 sec 126 KBytes 363 Mbits/sec
27482025-05-08T21:18:54.497Z[ 15] 10.00-10.00 sec 55.7 KBytes 161 Mbits/sec
27492025-05-08T21:18:54.497Z[ 17] 10.00-10.00 sec 76.7 KBytes 221 Mbits/sec
27502025-05-08T21:18:54.498Z[ 19] 10.00-10.00 sec 116 KBytes 333 Mbits/sec
27512025-05-08T21:18:54.498Z[SUM] 10.00-10.00 sec 610 KBytes 1.76 Gbits/sec
27522025-05-08T21:18:54.498Z- - - - - - - - - - - - - - - - - - - - - - - - -
27532025-05-08T21:18:54.498Z[ ID] Interval Transfer Bandwidth
27542025-05-08T21:18:54.498Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27552025-05-08T21:18:54.498Z[ 5] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27562025-05-08T21:18:54.498Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27572025-05-08T21:18:54.498Z[ 7] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27582025-05-08T21:18:54.498Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27592025-05-08T21:18:54.498Z[ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27602025-05-08T21:18:54.498Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27612025-05-08T21:18:54.498Z[ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27622025-05-08T21:18:54.498Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27632025-05-08T21:18:54.498Z[ 13] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27642025-05-08T21:18:54.498Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27652025-05-08T21:18:54.498Z[ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27662025-05-08T21:18:54.498Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27672025-05-08T21:18:54.498Z[ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27682025-05-08T21:18:54.498Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27692025-05-08T21:18:54.498Z[ 19] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
27702025-05-08T21:18:54.498Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27712025-05-08T21:18:54.498Z[SUM] 0.00-10.00 sec 1.54 GBytes 1.33 Gbits/sec receiver
27722025-05-08T21:18:54.502ZRun 4/10...1326.972Mbps
27732025-05-08T21:19:01.533Z-----------------------------------------------------------
27742025-05-08T21:19:01.533ZServer listening on 5201
27752025-05-08T21:19:01.533Z-----------------------------------------------------------
27762025-05-08T21:19:01.533ZAccepted connection from 10.0.0.1, port 59680
27772025-05-08T21:19:01.533Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47335
27782025-05-08T21:19:01.533Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52902
27792025-05-08T21:19:01.533Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36169
27802025-05-08T21:19:01.533Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42960
27812025-05-08T21:19:01.533Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57225
27822025-05-08T21:19:01.533Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44659
27832025-05-08T21:19:01.533Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62372
27842025-05-08T21:19:01.533Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34279
27852025-05-08T21:19:01.533Z[ ID] Interval Transfer Bandwidth
27862025-05-08T21:19:01.533Z[ 5] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec
27872025-05-08T21:19:01.533Z[ 7] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
27882025-05-08T21:19:01.533Z[ 9] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
27892025-05-08T21:19:01.533Z[ 11] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec
27902025-05-08T21:19:01.534Z[ 13] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
27912025-05-08T21:19:01.534Z[ 15] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec
27922025-05-08T21:19:01.534Z[ 17] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
27932025-05-08T21:19:01.534Z[ 19] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
27942025-05-08T21:19:01.534Z[SUM] 0.00-1.00 sec 115 MBytes 963 Mbits/sec
27952025-05-08T21:19:01.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
27962025-05-08T21:19:01.534Z[ 5] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec
27972025-05-08T21:19:01.534Z[ 7] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec
27982025-05-08T21:19:01.534Z[ 9] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec
27992025-05-08T21:19:01.534Z[ 11] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec
28002025-05-08T21:19:01.534Z[ 13] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
28012025-05-08T21:19:01.534Z[ 15] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
28022025-05-08T21:19:01.534Z[ 17] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
28032025-05-08T21:19:01.534Z[ 19] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
28042025-05-08T21:19:01.534Z[SUM] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
28052025-05-08T21:19:01.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
28062025-05-08T21:19:01.534Z[ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
28072025-05-08T21:19:01.534Z[ 7] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
28082025-05-08T21:19:01.534Z[ 9] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
28092025-05-08T21:19:01.534Z[ 11] 2.00-3.00 sec 20.6 MBytes 172 Mbits/sec
28102025-05-08T21:19:01.534Z[ 13] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
28112025-05-08T21:19:01.534Z[ 15] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
28122025-05-08T21:19:01.534Z[ 17] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
28132025-05-08T21:19:01.534Z[ 19] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
28142025-05-08T21:19:01.534Z[SUM] 2.00-3.00 sec 164 MBytes 1.38 Gbits/sec
28152025-05-08T21:19:01.534Z- - - - - - - - - - - - - - - - - - - - - - - - -
28162025-05-08T21:19:01.535Z[ 5] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
28172025-05-08T21:19:01.535Z[ 7] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
28182025-05-08T21:19:01.535Z[ 9] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
28192025-05-08T21:19:01.535Z[ 11] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
28202025-05-08T21:19:01.535Z[ 13] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
28212025-05-08T21:19:01.535Z[ 15] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
28222025-05-08T21:19:01.535Z[ 17] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
28232025-05-08T21:19:01.535Z[ 19] 3.00-4.00 sec 20.3 MBytes 171 Mbits/sec
28242025-05-08T21:19:01.535Z[SUM] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
28252025-05-08T21:19:01.535Z- - - - - - - - - - - - - - - - - - - - - - - - -
28262025-05-08T21:19:01.535Z[ 5] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
28272025-05-08T21:19:01.535Z[ 7] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
28282025-05-08T21:19:01.535Z[ 9] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
28292025-05-08T21:19:01.535Z[ 11] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
28302025-05-08T21:19:01.535Z[ 13] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
28312025-05-08T21:19:01.535Z[ 15] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
28322025-05-08T21:19:01.535Z[ 17] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
28332025-05-08T21:19:01.535Z[ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
28342025-05-08T21:19:01.535Z[SUM] 4.00-5.00 sec 164 MBytes 1.37 Gbits/sec
28352025-05-08T21:19:01.535Z- - - - - - - - - - - - - - - - - - - - - - - - -
28362025-05-08T21:19:01.535Z[ 5] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
28372025-05-08T21:19:01.539Z[ 7] 5.00-6.00 sec 20.2 MBytes 170 Mbits/sec
28382025-05-08T21:19:01.539Z[ 9] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
28392025-05-08T21:19:01.539Z[ 11] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
28402025-05-08T21:19:01.539Z[ 13] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
28412025-05-08T21:19:01.539Z[ 15] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
28422025-05-08T21:19:01.539Z[ 17] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
28432025-05-08T21:19:01.539Z[ 19] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
28442025-05-08T21:19:01.539Z[SUM] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec
28452025-05-08T21:19:01.539Z- - - - - - - - - - - - - - - - - - - - - - - - -
28462025-05-08T21:19:01.539Z[ 5] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28472025-05-08T21:19:01.539Z[ 7] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28482025-05-08T21:19:01.539Z[ 9] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28492025-05-08T21:19:04.747Z[ 11] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28502025-05-08T21:19:04.747Z[ 13] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28512025-05-08T21:19:04.748Z[ 15] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28522025-05-08T21:19:04.748Z[ 17] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28532025-05-08T21:19:04.748Z[ 19] 6.00-7.00 sec 20.4 MBytes 171 Mbits/sec
28542025-05-08T21:19:04.748Z[SUM] 6.00-7.00 sec 163 MBytes 1.37 Gbits/sec
28552025-05-08T21:19:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
28562025-05-08T21:19:04.748Z[ 5] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
28572025-05-08T21:19:04.748Z[ 7] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
28582025-05-08T21:19:04.748Z[ 9] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec
28592025-05-08T21:19:04.748Z[ 11] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec
28602025-05-08T21:19:04.748Z[ 13] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec
28612025-05-08T21:19:04.748Z[ 15] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
28622025-05-08T21:19:04.748Z[ 17] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
28632025-05-08T21:19:04.748Z[ 19] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
28642025-05-08T21:19:04.748Z[SUM] 7.00-8.00 sec 166 MBytes 1.39 Gbits/sec
28652025-05-08T21:19:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
28662025-05-08T21:19:04.748Z[ 5] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
28672025-05-08T21:19:04.748Z[ 7] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
28682025-05-08T21:19:04.748Z[ 9] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
28692025-05-08T21:19:04.748Z[ 11] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
28702025-05-08T21:19:04.748Z[ 13] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec
28712025-05-08T21:19:04.748Z[ 15] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
28722025-05-08T21:19:04.748Z[ 17] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
28732025-05-08T21:19:04.748Z[ 19] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
28742025-05-08T21:19:04.748Z[SUM] 8.00-9.00 sec 166 MBytes 1.39 Gbits/sec
28752025-05-08T21:19:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
28762025-05-08T21:19:04.748Z[ 5] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
28772025-05-08T21:19:04.749Z[ 7] 9.00-10.00 sec 20.6 MBytes 172 Mbits/sec
28782025-05-08T21:19:04.749Z[ 9] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
28792025-05-08T21:19:04.749Z[ 11] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
28802025-05-08T21:19:04.749Z[ 13] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
28812025-05-08T21:19:04.749Z[ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
28822025-05-08T21:19:04.749Z[ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
28832025-05-08T21:19:04.749Z[ 19] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
28842025-05-08T21:19:04.749Z[SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec
28852025-05-08T21:19:04.752Z- - - - - - - - - - - - - - - - - - - - - - - - -
28862025-05-08T21:19:04.752Z[ 5] 10.00-10.00 sec 83.2 KBytes 366 Mbits/sec
28872025-05-08T21:19:04.752Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28882025-05-08T21:19:04.752Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28892025-05-08T21:19:04.752Z[ 11] 10.00-10.00 sec 56.1 KBytes 246 Mbits/sec
28902025-05-08T21:19:04.753Z[ 13] 10.00-10.00 sec 35.2 KBytes 155 Mbits/sec
28912025-05-08T21:19:04.753Z[ 15] 10.00-10.00 sec 48.1 KBytes 211 Mbits/sec
28922025-05-08T21:19:04.753Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28932025-05-08T21:19:04.753Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28942025-05-08T21:19:04.753Z[SUM] 10.00-10.00 sec 223 KBytes 978 Mbits/sec
28952025-05-08T21:19:04.753Z- - - - - - - - - - - - - - - - - - - - - - - - -
28962025-05-08T21:19:04.753Z[ ID] Interval Transfer Bandwidth
28972025-05-08T21:19:04.753Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28982025-05-08T21:19:04.753Z[ 5] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
28992025-05-08T21:19:04.753Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29002025-05-08T21:19:04.753Z[ 7] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
29012025-05-08T21:19:04.753Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29022025-05-08T21:19:04.753Z[ 9] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
29032025-05-08T21:19:04.753Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29042025-05-08T21:19:04.753Z[ 11] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
29052025-05-08T21:19:04.753Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29062025-05-08T21:19:04.753Z[ 13] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
29072025-05-08T21:19:04.753Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29082025-05-08T21:19:04.753Z[ 15] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
29092025-05-08T21:19:04.753Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29102025-05-08T21:19:04.753Z[ 17] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
29112025-05-08T21:19:04.753Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29122025-05-08T21:19:04.753Z[ 19] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
29132025-05-08T21:19:04.753Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29142025-05-08T21:19:04.753Z[SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver
29152025-05-08T21:19:04.753ZRun 5/10...1333.779Mbps
29162025-05-08T21:19:11.784Z-----------------------------------------------------------
29172025-05-08T21:19:11.784ZServer listening on 5201
29182025-05-08T21:19:11.784Z-----------------------------------------------------------
29192025-05-08T21:19:11.784ZAccepted connection from 10.0.0.1, port 64903
29202025-05-08T21:19:11.784Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60570
29212025-05-08T21:19:11.784Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53713
29222025-05-08T21:19:11.784Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35684
29232025-05-08T21:19:11.784Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35486
29242025-05-08T21:19:11.784Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61450
29252025-05-08T21:19:11.784Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33031
29262025-05-08T21:19:11.784Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48622
29272025-05-08T21:19:11.784Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34779
29282025-05-08T21:19:11.784Z[ ID] Interval Transfer Bandwidth
29292025-05-08T21:19:11.784Z[ 5] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
29302025-05-08T21:19:11.784Z[ 7] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
29312025-05-08T21:19:11.784Z[ 9] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
29322025-05-08T21:19:11.784Z[ 11] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
29332025-05-08T21:19:11.784Z[ 13] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
29342025-05-08T21:19:11.784Z[ 15] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
29352025-05-08T21:19:11.784Z[ 17] 0.00-1.00 sec 14.7 MBytes 124 Mbits/sec
29362025-05-08T21:19:11.784Z[ 19] 0.00-1.00 sec 14.8 MBytes 124 Mbits/sec
29372025-05-08T21:19:11.784Z[SUM] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
29382025-05-08T21:19:11.784Z- - - - - - - - - - - - - - - - - - - - - - - - -
29392025-05-08T21:19:11.784Z[ 5] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
29402025-05-08T21:19:11.784Z[ 7] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
29412025-05-08T21:19:11.784Z[ 9] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
29422025-05-08T21:19:11.784Z[ 11] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
29432025-05-08T21:19:11.784Z[ 13] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
29442025-05-08T21:19:11.784Z[ 15] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
29452025-05-08T21:19:11.784Z[ 17] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
29462025-05-08T21:19:11.784Z[ 19] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec
29472025-05-08T21:19:11.784Z[SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec
29482025-05-08T21:19:11.785Z- - - - - - - - - - - - - - - - - - - - - - - - -
29492025-05-08T21:19:11.785Z[ 5] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
29502025-05-08T21:19:11.785Z[ 7] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
29512025-05-08T21:19:11.785Z[ 9] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
29522025-05-08T21:19:11.785Z[ 11] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
29532025-05-08T21:19:11.785Z[ 13] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
29542025-05-08T21:19:11.785Z[ 15] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
29552025-05-08T21:19:11.785Z[ 17] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
29562025-05-08T21:19:11.785Z[ 19] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
29572025-05-08T21:19:11.785Z[SUM] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
29582025-05-08T21:19:11.785Z- - - - - - - - - - - - - - - - - - - - - - - - -
29592025-05-08T21:19:11.785Z[ 5] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
29602025-05-08T21:19:11.785Z[ 7] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
29612025-05-08T21:19:11.786Z[ 9] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
29622025-05-08T21:19:11.786Z[ 11] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
29632025-05-08T21:19:11.786Z[ 13] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
29642025-05-08T21:19:11.786Z[ 15] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec
29652025-05-08T21:19:11.786Z[ 17] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec
29662025-05-08T21:19:11.786Z[ 19] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec
29672025-05-08T21:19:11.786Z[SUM] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
29682025-05-08T21:19:11.786Z- - - - - - - - - - - - - - - - - - - - - - - - -
29692025-05-08T21:19:11.786Z[ 5] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
29702025-05-08T21:19:11.786Z[ 7] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
29712025-05-08T21:19:11.786Z[ 9] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
29722025-05-08T21:19:11.786Z[ 11] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
29732025-05-08T21:19:11.786Z[ 13] 4.00-5.00 sec 20.3 MBytes 171 Mbits/sec
29742025-05-08T21:19:11.786Z[ 15] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec
29752025-05-08T21:19:11.786Z[ 17] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec
29762025-05-08T21:19:11.786Z[ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
29772025-05-08T21:19:11.786Z[SUM] 4.00-5.00 sec 163 MBytes 1.37 Gbits/sec
29782025-05-08T21:19:11.786Z- - - - - - - - - - - - - - - - - - - - - - - - -
29792025-05-08T21:19:11.786Z[ 5] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
29802025-05-08T21:19:11.786Z[ 7] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec
29812025-05-08T21:19:11.786Z[ 9] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec
29822025-05-08T21:19:11.786Z[ 11] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
29832025-05-08T21:19:11.786Z[ 13] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec
29842025-05-08T21:19:11.786Z[ 15] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec
29852025-05-08T21:19:11.786Z[ 17] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec
29862025-05-08T21:19:11.786Z[ 19] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
29872025-05-08T21:19:11.786Z[SUM] 5.00-6.00 sec 165 MBytes 1.39 Gbits/sec
29882025-05-08T21:19:11.786Z- - - - - - - - - - - - - - - - - - - - - - - - -
29892025-05-08T21:19:11.786Z[ 5] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
29902025-05-08T21:19:11.786Z[ 7] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec
29912025-05-08T21:19:11.786Z[ 9] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
29922025-05-08T21:19:14.899Z[ 11] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec
29932025-05-08T21:19:14.899Z[ 13] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
29942025-05-08T21:19:14.899Z[ 15] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
29952025-05-08T21:19:14.899Z[ 17] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
29962025-05-08T21:19:14.899Z[ 19] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
29972025-05-08T21:19:14.899Z[SUM] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
29982025-05-08T21:19:14.899Z- - - - - - - - - - - - - - - - - - - - - - - - -
29992025-05-08T21:19:14.899Z[ 5] 7.00-8.00 sec 20.7 MBytes 173 Mbits/sec
30002025-05-08T21:19:14.899Z[ 7] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
30012025-05-08T21:19:14.900Z[ 9] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec
30022025-05-08T21:19:14.900Z[ 11] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec
30032025-05-08T21:19:14.900Z[ 13] 7.00-8.00 sec 20.8 MBytes 174 Mbits/sec
30042025-05-08T21:19:14.900Z[ 15] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
30052025-05-08T21:19:14.900Z[ 17] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
30062025-05-08T21:19:14.900Z[ 19] 7.00-8.00 sec 20.7 MBytes 174 Mbits/sec
30072025-05-08T21:19:14.900Z[SUM] 7.00-8.00 sec 166 MBytes 1.39 Gbits/sec
30082025-05-08T21:19:14.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
30092025-05-08T21:19:14.900Z[ 5] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec
30102025-05-08T21:19:14.900Z[ 7] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec
30112025-05-08T21:19:14.900Z[ 9] 8.00-9.00 sec 21.2 MBytes 177 Mbits/sec
30122025-05-08T21:19:14.900Z[ 11] 8.00-9.00 sec 21.2 MBytes 177 Mbits/sec
30132025-05-08T21:19:14.900Z[ 13] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec
30142025-05-08T21:19:14.900Z[ 15] 8.00-9.00 sec 21.3 MBytes 178 Mbits/sec
30152025-05-08T21:19:14.900Z[ 17] 8.00-9.00 sec 21.3 MBytes 179 Mbits/sec
30162025-05-08T21:19:14.900Z[ 19] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec
30172025-05-08T21:19:14.900Z[SUM] 8.00-9.00 sec 170 MBytes 1.42 Gbits/sec
30182025-05-08T21:19:14.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
30192025-05-08T21:19:14.900Z[ 5] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
30202025-05-08T21:19:14.900Z[ 7] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec
30212025-05-08T21:19:14.900Z[ 9] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
30222025-05-08T21:19:14.900Z[ 11] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
30232025-05-08T21:19:14.900Z[ 13] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
30242025-05-08T21:19:14.900Z[ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
30252025-05-08T21:19:14.900Z[ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
30262025-05-08T21:19:14.900Z[ 19] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
30272025-05-08T21:19:14.900Z[SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec
30282025-05-08T21:19:14.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
30292025-05-08T21:19:14.900Z[ 5] 10.00-10.00 sec 126 KBytes 241 Mbits/sec
30302025-05-08T21:19:14.900Z[ 7] 10.00-10.00 sec 110 KBytes 211 Mbits/sec
30312025-05-08T21:19:14.900Z[ 9] 10.00-10.00 sec 125 KBytes 239 Mbits/sec
30322025-05-08T21:19:14.900Z[ 11] 10.00-10.00 sec 100 KBytes 192 Mbits/sec
30332025-05-08T21:19:14.900Z[ 13] 10.00-10.00 sec 126 KBytes 241 Mbits/sec
30342025-05-08T21:19:14.900Z[ 15] 10.00-10.00 sec 126 KBytes 241 Mbits/sec
30352025-05-08T21:19:14.900Z[ 17] 10.00-10.00 sec 125 KBytes 239 Mbits/sec
30362025-05-08T21:19:14.900Z[ 19] 10.00-10.00 sec 126 KBytes 241 Mbits/sec
30372025-05-08T21:19:14.900Z[SUM] 10.00-10.00 sec 963 KBytes 1.84 Gbits/sec
30382025-05-08T21:19:14.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
30392025-05-08T21:19:14.900Z[ ID] Interval Transfer Bandwidth
30402025-05-08T21:19:14.901Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30412025-05-08T21:19:14.901Z[ 5] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
30422025-05-08T21:19:14.901Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30432025-05-08T21:19:14.901Z[ 7] 0.00-10.00 sec 199 MBytes 166 Mbits/sec receiver
30442025-05-08T21:19:14.901Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30452025-05-08T21:19:14.901Z[ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
30462025-05-08T21:19:14.901Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30472025-05-08T21:19:14.901Z[ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
30482025-05-08T21:19:14.901Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30492025-05-08T21:19:14.901Z[ 13] 0.00-10.00 sec 199 MBytes 166 Mbits/sec receiver
30502025-05-08T21:19:14.901Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30512025-05-08T21:19:14.901Z[ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
30522025-05-08T21:19:14.901Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30532025-05-08T21:19:14.901Z[ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
30542025-05-08T21:19:14.901Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30552025-05-08T21:19:14.901Z[ 19] 0.00-10.00 sec 199 MBytes 166 Mbits/sec receiver
30562025-05-08T21:19:14.901Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30572025-05-08T21:19:14.901Z[SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver
30582025-05-08T21:19:14.904ZRun 6/10...1332.199Mbps
30592025-05-08T21:19:21.936Z-----------------------------------------------------------
30602025-05-08T21:19:21.936ZServer listening on 5201
30612025-05-08T21:19:21.936Z-----------------------------------------------------------
30622025-05-08T21:19:21.936ZAccepted connection from 10.0.0.1, port 54622
30632025-05-08T21:19:21.936Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44589
30642025-05-08T21:19:21.936Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35683
30652025-05-08T21:19:21.936Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39204
30662025-05-08T21:19:21.936Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63661
30672025-05-08T21:19:21.936Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33779
30682025-05-08T21:19:21.936Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32979
30692025-05-08T21:19:21.936Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47999
30702025-05-08T21:19:21.936Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57585
30712025-05-08T21:19:21.936Z[ ID] Interval Transfer Bandwidth
30722025-05-08T21:19:21.936Z[ 5] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
30732025-05-08T21:19:21.936Z[ 7] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
30742025-05-08T21:19:21.936Z[ 9] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec
30752025-05-08T21:19:21.936Z[ 11] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
30762025-05-08T21:19:21.936Z[ 13] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
30772025-05-08T21:19:21.936Z[ 15] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
30782025-05-08T21:19:21.936Z[ 17] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
30792025-05-08T21:19:21.936Z[ 19] 0.00-1.00 sec 14.4 MBytes 120 Mbits/sec
30802025-05-08T21:19:21.936Z[SUM] 0.00-1.00 sec 115 MBytes 966 Mbits/sec
30812025-05-08T21:19:21.936Z- - - - - - - - - - - - - - - - - - - - - - - - -
30822025-05-08T21:19:21.936Z[ 5] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec
30832025-05-08T21:19:21.936Z[ 7] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec
30842025-05-08T21:19:21.936Z[ 9] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec
30852025-05-08T21:19:21.936Z[ 11] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec
30862025-05-08T21:19:21.936Z[ 13] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec
30872025-05-08T21:19:21.936Z[ 15] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec
30882025-05-08T21:19:21.936Z[ 17] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec
30892025-05-08T21:19:21.937Z[ 19] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec
30902025-05-08T21:19:21.937Z[SUM] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
30912025-05-08T21:19:21.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
30922025-05-08T21:19:21.937Z[ 5] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
30932025-05-08T21:19:21.937Z[ 7] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
30942025-05-08T21:19:21.937Z[ 9] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
30952025-05-08T21:19:21.937Z[ 11] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
30962025-05-08T21:19:21.937Z[ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
30972025-05-08T21:19:21.937Z[ 15] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
30982025-05-08T21:19:21.937Z[ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
30992025-05-08T21:19:21.937Z[ 19] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
31002025-05-08T21:19:21.937Z[SUM] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec
31012025-05-08T21:19:21.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
31022025-05-08T21:19:21.937Z[ 5] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
31032025-05-08T21:19:21.937Z[ 7] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
31042025-05-08T21:19:21.937Z[ 9] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
31052025-05-08T21:19:21.937Z[ 11] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
31062025-05-08T21:19:21.937Z[ 13] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
31072025-05-08T21:19:21.937Z[ 15] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
31082025-05-08T21:19:21.937Z[ 17] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
31092025-05-08T21:19:21.937Z[ 19] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
31102025-05-08T21:19:21.937Z[SUM] 3.00-4.00 sec 159 MBytes 1.33 Gbits/sec
31112025-05-08T21:19:21.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
31122025-05-08T21:19:21.937Z[ 5] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
31132025-05-08T21:19:21.937Z[ 7] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec
31142025-05-08T21:19:21.937Z[ 9] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec
31152025-05-08T21:19:21.937Z[ 11] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec
31162025-05-08T21:19:21.937Z[ 13] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
31172025-05-08T21:19:21.937Z[ 15] 4.00-5.00 sec 21.4 MBytes 179 Mbits/sec
31182025-05-08T21:19:21.937Z[ 17] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
31192025-05-08T21:19:21.937Z[ 19] 4.00-5.00 sec 21.3 MBytes 179 Mbits/sec
31202025-05-08T21:19:21.937Z[SUM] 4.00-5.00 sec 171 MBytes 1.43 Gbits/sec
31212025-05-08T21:19:21.937Z- - - - - - - - - - - - - - - - - - - - - - - - -
31222025-05-08T21:19:21.937Z[ 5] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec
31232025-05-08T21:19:21.937Z[ 7] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec
31242025-05-08T21:19:21.937Z[ 9] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
31252025-05-08T21:19:21.937Z[ 11] 5.00-6.00 sec 21.2 MBytes 177 Mbits/sec
31262025-05-08T21:19:21.937Z[ 13] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec
31272025-05-08T21:19:21.937Z[ 15] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
31282025-05-08T21:19:21.937Z[ 17] 5.00-6.00 sec 21.1 MBytes 177 Mbits/sec
31292025-05-08T21:19:21.938Z[ 19] 5.00-6.00 sec 21.2 MBytes 178 Mbits/sec
31302025-05-08T21:19:21.938Z[SUM] 5.00-6.00 sec 169 MBytes 1.42 Gbits/sec
31312025-05-08T21:19:21.938Z- - - - - - - - - - - - - - - - - - - - - - - - -
31322025-05-08T21:19:21.938Z[ 5] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
31332025-05-08T21:19:21.938Z[ 7] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec
31342025-05-08T21:19:21.938Z[ 9] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec
31352025-05-08T21:19:25.151Z[ 11] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec
31362025-05-08T21:19:25.151Z[ 13] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
31372025-05-08T21:19:25.151Z[ 15] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec
31382025-05-08T21:19:25.151Z[ 17] 6.00-7.00 sec 20.3 MBytes 170 Mbits/sec
31392025-05-08T21:19:25.151Z[ 19] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec
31402025-05-08T21:19:25.151Z[SUM] 6.00-7.00 sec 162 MBytes 1.36 Gbits/sec
31412025-05-08T21:19:25.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
31422025-05-08T21:19:25.151Z[ 5] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
31432025-05-08T21:19:25.151Z[ 7] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
31442025-05-08T21:19:25.151Z[ 9] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
31452025-05-08T21:19:25.151Z[ 11] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec
31462025-05-08T21:19:25.151Z[ 13] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
31472025-05-08T21:19:25.151Z[ 15] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
31482025-05-08T21:19:25.151Z[ 17] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
31492025-05-08T21:19:25.151Z[ 19] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
31502025-05-08T21:19:25.151Z[SUM] 7.00-8.00 sec 170 MBytes 1.43 Gbits/sec
31512025-05-08T21:19:25.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
31522025-05-08T21:19:25.151Z[ 5] 8.00-9.00 sec 20.4 MBytes 172 Mbits/sec
31532025-05-08T21:19:25.151Z[ 7] 8.00-9.00 sec 20.5 MBytes 172 Mbits/sec
31542025-05-08T21:19:25.151Z[ 9] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
31552025-05-08T21:19:25.151Z[ 11] 8.00-9.00 sec 20.5 MBytes 172 Mbits/sec
31562025-05-08T21:19:25.151Z[ 13] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
31572025-05-08T21:19:25.151Z[ 15] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
31582025-05-08T21:19:25.151Z[ 17] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
31592025-05-08T21:19:25.151Z[ 19] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
31602025-05-08T21:19:25.151Z[SUM] 8.00-9.00 sec 163 MBytes 1.37 Gbits/sec
31612025-05-08T21:19:25.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
31622025-05-08T21:19:25.151Z[ 5] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec
31632025-05-08T21:19:25.151Z[ 7] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
31642025-05-08T21:19:25.151Z[ 9] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
31652025-05-08T21:19:25.151Z[ 11] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
31662025-05-08T21:19:25.151Z[ 13] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
31672025-05-08T21:19:25.152Z[ 15] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec
31682025-05-08T21:19:25.152Z[ 17] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec
31692025-05-08T21:19:25.152Z[ 19] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
31702025-05-08T21:19:25.152Z[SUM] 9.00-10.00 sec 162 MBytes 1.36 Gbits/sec
31712025-05-08T21:19:25.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
31722025-05-08T21:19:25.152Z[ 5] 10.00-10.00 sec 56.2 KBytes 258 Mbits/sec
31732025-05-08T21:19:25.152Z[ 7] 10.00-10.00 sec 24.3 KBytes 112 Mbits/sec
31742025-05-08T21:19:25.152Z[ 9] 10.00-10.00 sec 27.6 KBytes 127 Mbits/sec
31752025-05-08T21:19:25.152Z[ 11] 10.00-10.00 sec 24.1 KBytes 111 Mbits/sec
31762025-05-08T21:19:25.152Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31772025-05-08T21:19:25.152Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31782025-05-08T21:19:25.152Z[ 17] 10.00-10.00 sec 81.6 KBytes 375 Mbits/sec
31792025-05-08T21:19:25.153Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31802025-05-08T21:19:25.153Z[SUM] 10.00-10.00 sec 214 KBytes 982 Mbits/sec
31812025-05-08T21:19:25.153Z- - - - - - - - - - - - - - - - - - - - - - - - -
31822025-05-08T21:19:25.153Z[ ID] Interval Transfer Bandwidth
31832025-05-08T21:19:25.153Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31842025-05-08T21:19:25.153Z[ 5] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31852025-05-08T21:19:25.153Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31862025-05-08T21:19:25.153Z[ 7] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31872025-05-08T21:19:25.153Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31882025-05-08T21:19:25.153Z[ 9] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31892025-05-08T21:19:25.153Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31902025-05-08T21:19:25.153Z[ 11] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31912025-05-08T21:19:25.153Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31922025-05-08T21:19:25.153Z[ 13] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31932025-05-08T21:19:25.153Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31942025-05-08T21:19:25.153Z[ 15] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31952025-05-08T21:19:25.153Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31962025-05-08T21:19:25.153Z[ 17] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31972025-05-08T21:19:25.153Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31982025-05-08T21:19:25.153Z[ 19] 0.00-10.00 sec 199 MBytes 167 Mbits/sec receiver
31992025-05-08T21:19:25.153Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
32002025-05-08T21:19:25.153Z[SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver
32012025-05-08T21:19:25.156ZRun 7/10...1333.254Mbps
32022025-05-08T21:19:32.187Z-----------------------------------------------------------
32032025-05-08T21:19:32.187ZServer listening on 5201
32042025-05-08T21:19:32.187Z-----------------------------------------------------------
32052025-05-08T21:19:32.187ZAccepted connection from 10.0.0.1, port 57232
32062025-05-08T21:19:32.187Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54727
32072025-05-08T21:19:32.187Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56889
32082025-05-08T21:19:32.187Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50974
32092025-05-08T21:19:32.187Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42387
32102025-05-08T21:19:32.187Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36663
32112025-05-08T21:19:32.187Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42465
32122025-05-08T21:19:32.187Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46969
32132025-05-08T21:19:32.187Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39093
32142025-05-08T21:19:32.187Z[ ID] Interval Transfer Bandwidth
32152025-05-08T21:19:32.187Z[ 5] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec
32162025-05-08T21:19:32.187Z[ 7] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec
32172025-05-08T21:19:32.187Z[ 9] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec
32182025-05-08T21:19:32.187Z[ 11] 0.00-1.00 sec 14.6 MBytes 122 Mbits/sec
32192025-05-08T21:19:32.187Z[ 13] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec
32202025-05-08T21:19:32.187Z[ 15] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec
32212025-05-08T21:19:32.187Z[ 17] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec
32222025-05-08T21:19:32.187Z[ 19] 0.00-1.00 sec 14.5 MBytes 122 Mbits/sec
32232025-05-08T21:19:32.187Z[SUM] 0.00-1.00 sec 116 MBytes 976 Mbits/sec
32242025-05-08T21:19:32.187Z- - - - - - - - - - - - - - - - - - - - - - - - -
32252025-05-08T21:19:32.187Z[ 5] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
32262025-05-08T21:19:32.187Z[ 7] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
32272025-05-08T21:19:32.187Z[ 9] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
32282025-05-08T21:19:32.187Z[ 11] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
32292025-05-08T21:19:32.188Z[ 13] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
32302025-05-08T21:19:32.188Z[ 15] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec
32312025-05-08T21:19:32.188Z[ 17] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec
32322025-05-08T21:19:32.188Z[ 19] 1.00-2.00 sec 20.1 MBytes 168 Mbits/sec
32332025-05-08T21:19:32.188Z[SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec
32342025-05-08T21:19:32.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
32352025-05-08T21:19:32.188Z[ 5] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
32362025-05-08T21:19:32.188Z[ 7] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
32372025-05-08T21:19:32.188Z[ 9] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
32382025-05-08T21:19:32.188Z[ 11] 2.00-3.00 sec 19.7 MBytes 166 Mbits/sec
32392025-05-08T21:19:32.188Z[ 13] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
32402025-05-08T21:19:32.188Z[ 15] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
32412025-05-08T21:19:32.188Z[ 17] 2.00-3.00 sec 19.7 MBytes 166 Mbits/sec
32422025-05-08T21:19:32.188Z[ 19] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
32432025-05-08T21:19:32.188Z[SUM] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
32442025-05-08T21:19:32.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
32452025-05-08T21:19:32.188Z[ 5] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
32462025-05-08T21:19:32.188Z[ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
32472025-05-08T21:19:32.188Z[ 9] 3.00-4.00 sec 20.1 MBytes 168 Mbits/sec
32482025-05-08T21:19:32.188Z[ 11] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
32492025-05-08T21:19:32.188Z[ 13] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
32502025-05-08T21:19:32.188Z[ 15] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
32512025-05-08T21:19:32.188Z[ 17] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
32522025-05-08T21:19:32.188Z[ 19] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
32532025-05-08T21:19:32.188Z[SUM] 3.00-4.00 sec 161 MBytes 1.35 Gbits/sec
32542025-05-08T21:19:32.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
32552025-05-08T21:19:32.188Z[ 5] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec
32562025-05-08T21:19:32.188Z[ 7] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
32572025-05-08T21:19:32.188Z[ 9] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
32582025-05-08T21:19:32.188Z[ 11] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
32592025-05-08T21:19:32.188Z[ 13] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
32602025-05-08T21:19:32.188Z[ 15] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
32612025-05-08T21:19:32.188Z[ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
32622025-05-08T21:19:32.188Z[ 19] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
32632025-05-08T21:19:32.188Z[SUM] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
32642025-05-08T21:19:32.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
32652025-05-08T21:19:32.188Z[ 5] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
32662025-05-08T21:19:32.188Z[ 7] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
32672025-05-08T21:19:32.188Z[ 9] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec
32682025-05-08T21:19:32.189Z[ 11] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
32692025-05-08T21:19:32.189Z[ 13] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
32702025-05-08T21:19:32.189Z[ 15] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
32712025-05-08T21:19:32.189Z[ 17] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
32722025-05-08T21:19:32.189Z[ 19] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
32732025-05-08T21:19:32.189Z[SUM] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec
32742025-05-08T21:19:32.189Z- - - - - - - - - - - - - - - - - - - - - - - - -
32752025-05-08T21:19:32.189Z[ 5] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec
32762025-05-08T21:19:32.189Z[ 7] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec
32772025-05-08T21:19:32.189Z[ 9] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec
32782025-05-08T21:19:35.302Z[ 11] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec
32792025-05-08T21:19:35.302Z[ 13] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec
32802025-05-08T21:19:35.302Z[ 15] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec
32812025-05-08T21:19:35.302Z[ 17] 6.00-7.00 sec 20.5 MBytes 172 Mbits/sec
32822025-05-08T21:19:35.302Z[ 19] 6.00-7.00 sec 20.6 MBytes 172 Mbits/sec
32832025-05-08T21:19:35.302Z[SUM] 6.00-7.00 sec 164 MBytes 1.38 Gbits/sec
32842025-05-08T21:19:35.302Z- - - - - - - - - - - - - - - - - - - - - - - - -
32852025-05-08T21:19:35.302Z[ 5] 7.00-8.00 sec 20.3 MBytes 171 Mbits/sec
32862025-05-08T21:19:35.302Z[ 7] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
32872025-05-08T21:19:35.302Z[ 9] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec
32882025-05-08T21:19:35.302Z[ 11] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
32892025-05-08T21:19:35.302Z[ 13] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
32902025-05-08T21:19:35.302Z[ 15] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
32912025-05-08T21:19:35.302Z[ 17] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
32922025-05-08T21:19:35.302Z[ 19] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
32932025-05-08T21:19:35.302Z[SUM] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec
32942025-05-08T21:19:35.302Z- - - - - - - - - - - - - - - - - - - - - - - - -
32952025-05-08T21:19:35.302Z[ 5] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
32962025-05-08T21:19:35.302Z[ 7] 8.00-9.00 sec 20.9 MBytes 176 Mbits/sec
32972025-05-08T21:19:35.302Z[ 9] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
32982025-05-08T21:19:35.302Z[ 11] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
32992025-05-08T21:19:35.302Z[ 13] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
33002025-05-08T21:19:35.302Z[ 15] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
33012025-05-08T21:19:35.302Z[ 17] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
33022025-05-08T21:19:35.302Z[ 19] 8.00-9.00 sec 21.0 MBytes 176 Mbits/sec
33032025-05-08T21:19:35.303Z[SUM] 8.00-9.00 sec 168 MBytes 1.41 Gbits/sec
33042025-05-08T21:19:35.303Z- - - - - - - - - - - - - - - - - - - - - - - - -
33052025-05-08T21:19:35.303Z[ 5] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
33062025-05-08T21:19:35.303Z[ 7] 9.00-10.00 sec 20.1 MBytes 169 Mbits/sec
33072025-05-08T21:19:35.303Z[ 9] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
33082025-05-08T21:19:35.303Z[ 11] 9.00-10.00 sec 20.1 MBytes 169 Mbits/sec
33092025-05-08T21:19:35.303Z[ 13] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
33102025-05-08T21:19:35.303Z[ 15] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
33112025-05-08T21:19:35.303Z[ 17] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec
33122025-05-08T21:19:35.303Z[ 19] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec
33132025-05-08T21:19:35.303Z[SUM] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec
33142025-05-08T21:19:35.303Z- - - - - - - - - - - - - - - - - - - - - - - - -
33152025-05-08T21:19:35.303Z[ 5] 10.00-10.00 sec 63.6 KBytes 139 Mbits/sec
33162025-05-08T21:19:35.303Z[ 7] 10.00-10.00 sec 72.3 KBytes 159 Mbits/sec
33172025-05-08T21:19:35.303Z[ 9] 10.00-10.00 sec 97.1 KBytes 213 Mbits/sec
33182025-05-08T21:19:35.303Z[ 11] 10.00-10.00 sec 84.3 KBytes 185 Mbits/sec
33192025-05-08T21:19:35.303Z[ 13] 10.00-10.00 sec 126 KBytes 276 Mbits/sec
33202025-05-08T21:19:35.303Z[ 15] 10.00-10.00 sec 126 KBytes 276 Mbits/sec
33212025-05-08T21:19:35.303Z[ 17] 10.00-10.00 sec 125 KBytes 274 Mbits/sec
33222025-05-08T21:19:35.303Z[ 19] 10.00-10.00 sec 124 KBytes 273 Mbits/sec
33232025-05-08T21:19:35.303Z[SUM] 10.00-10.00 sec 818 KBytes 1.79 Gbits/sec
33242025-05-08T21:19:35.303Z- - - - - - - - - - - - - - - - - - - - - - - - -
33252025-05-08T21:19:35.303Z[ ID] Interval Transfer Bandwidth
33262025-05-08T21:19:35.303Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33272025-05-08T21:19:35.303Z[ 5] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33282025-05-08T21:19:35.303Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33292025-05-08T21:19:35.303Z[ 7] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33302025-05-08T21:19:35.303Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33312025-05-08T21:19:35.303Z[ 9] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33322025-05-08T21:19:35.303Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33332025-05-08T21:19:35.303Z[ 11] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33342025-05-08T21:19:35.303Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33352025-05-08T21:19:35.303Z[ 13] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33362025-05-08T21:19:35.303Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33372025-05-08T21:19:35.303Z[ 15] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33382025-05-08T21:19:35.303Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33392025-05-08T21:19:35.303Z[ 17] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33402025-05-08T21:19:35.303Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33412025-05-08T21:19:35.303Z[ 19] 0.00-10.00 sec 197 MBytes 165 Mbits/sec receiver
33422025-05-08T21:19:35.304Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33432025-05-08T21:19:35.304Z[SUM] 0.00-10.00 sec 1.54 GBytes 1.32 Gbits/sec receiver
33442025-05-08T21:19:35.307ZRun 8/10...1320.627Mbps
33452025-05-08T21:19:42.337Z-----------------------------------------------------------
33462025-05-08T21:19:42.337ZServer listening on 5201
33472025-05-08T21:19:42.337Z-----------------------------------------------------------
33482025-05-08T21:19:42.337ZAccepted connection from 10.0.0.1, port 49291
33492025-05-08T21:19:42.337Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63222
33502025-05-08T21:19:42.337Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62522
33512025-05-08T21:19:42.337Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48178
33522025-05-08T21:19:42.337Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33347
33532025-05-08T21:19:42.337Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43184
33542025-05-08T21:19:42.337Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38843
33552025-05-08T21:19:42.337Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35908
33562025-05-08T21:19:42.337Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47276
33572025-05-08T21:19:42.337Z[ ID] Interval Transfer Bandwidth
33582025-05-08T21:19:42.337Z[ 5] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec
33592025-05-08T21:19:42.337Z[ 7] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec
33602025-05-08T21:19:42.337Z[ 9] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
33612025-05-08T21:19:42.337Z[ 11] 0.00-1.00 sec 14.5 MBytes 121 Mbits/sec
33622025-05-08T21:19:42.337Z[ 13] 0.00-1.00 sec 14.4 MBytes 121 Mbits/sec
33632025-05-08T21:19:42.337Z[ 15] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
33642025-05-08T21:19:42.337Z[ 17] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
33652025-05-08T21:19:42.337Z[ 19] 0.00-1.00 sec 14.3 MBytes 120 Mbits/sec
33662025-05-08T21:19:42.337Z[SUM] 0.00-1.00 sec 115 MBytes 966 Mbits/sec
33672025-05-08T21:19:42.337Z- - - - - - - - - - - - - - - - - - - - - - - - -
33682025-05-08T21:19:42.337Z[ 5] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
33692025-05-08T21:19:42.337Z[ 7] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
33702025-05-08T21:19:42.337Z[ 9] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
33712025-05-08T21:19:42.337Z[ 11] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec
33722025-05-08T21:19:42.338Z[ 13] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec
33732025-05-08T21:19:42.338Z[ 15] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec
33742025-05-08T21:19:42.338Z[ 17] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec
33752025-05-08T21:19:42.338Z[ 19] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
33762025-05-08T21:19:42.338Z[SUM] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
33772025-05-08T21:19:42.338Z- - - - - - - - - - - - - - - - - - - - - - - - -
33782025-05-08T21:19:42.338Z[ 5] 2.00-3.00 sec 20.2 MBytes 170 Mbits/sec
33792025-05-08T21:19:42.338Z[ 7] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec
33802025-05-08T21:19:42.338Z[ 9] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec
33812025-05-08T21:19:42.338Z[ 11] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
33822025-05-08T21:19:42.338Z[ 13] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec
33832025-05-08T21:19:42.342Z[ 15] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
33842025-05-08T21:19:42.342Z[ 17] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
33852025-05-08T21:19:42.342Z[ 19] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
33862025-05-08T21:19:42.342Z[SUM] 2.00-3.00 sec 163 MBytes 1.36 Gbits/sec
33872025-05-08T21:19:42.342Z- - - - - - - - - - - - - - - - - - - - - - - - -
33882025-05-08T21:19:42.342Z[ 5] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
33892025-05-08T21:19:42.342Z[ 7] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
33902025-05-08T21:19:42.342Z[ 9] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
33912025-05-08T21:19:42.342Z[ 11] 3.00-4.00 sec 19.7 MBytes 166 Mbits/sec
33922025-05-08T21:19:42.342Z[ 13] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
33932025-05-08T21:19:42.342Z[ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
33942025-05-08T21:19:42.342Z[ 17] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
33952025-05-08T21:19:42.342Z[ 19] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
33962025-05-08T21:19:42.342Z[SUM] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
33972025-05-08T21:19:42.342Z- - - - - - - - - - - - - - - - - - - - - - - - -
33982025-05-08T21:19:42.343Z[ 5] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
33992025-05-08T21:19:42.343Z[ 7] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
34002025-05-08T21:19:42.343Z[ 9] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
34012025-05-08T21:19:42.343Z[ 11] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
34022025-05-08T21:19:42.343Z[ 13] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
34032025-05-08T21:19:42.343Z[ 15] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
34042025-05-08T21:19:42.343Z[ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
34052025-05-08T21:19:42.343Z[ 19] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
34062025-05-08T21:19:42.343Z[SUM] 4.00-5.00 sec 159 MBytes 1.33 Gbits/sec
34072025-05-08T21:19:42.343Z- - - - - - - - - - - - - - - - - - - - - - - - -
34082025-05-08T21:19:42.343Z[ 5] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
34092025-05-08T21:19:42.343Z[ 7] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
34102025-05-08T21:19:42.343Z[ 9] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
34112025-05-08T21:19:42.343Z[ 11] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
34122025-05-08T21:19:42.343Z[ 13] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
34132025-05-08T21:19:42.343Z[ 15] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
34142025-05-08T21:19:42.343Z[ 17] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
34152025-05-08T21:19:42.343Z[ 19] 5.00-6.00 sec 20.7 MBytes 174 Mbits/sec
34162025-05-08T21:19:42.343Z[SUM] 5.00-6.00 sec 166 MBytes 1.39 Gbits/sec
34172025-05-08T21:19:42.343Z- - - - - - - - - - - - - - - - - - - - - - - - -
34182025-05-08T21:19:42.343Z[ 5] 6.00-7.00 sec 20.1 MBytes 168 Mbits/sec
34192025-05-08T21:19:42.343Z[ 7] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
34202025-05-08T21:19:42.343Z[ 9] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
34212025-05-08T21:19:45.453Z[ 11] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
34222025-05-08T21:19:45.454Z[ 13] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec
34232025-05-08T21:19:45.454Z[ 15] 6.00-7.00 sec 20.1 MBytes 168 Mbits/sec
34242025-05-08T21:19:45.454Z[ 17] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec
34252025-05-08T21:19:45.454Z[ 19] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec
34262025-05-08T21:19:45.454Z[SUM] 6.00-7.00 sec 161 MBytes 1.35 Gbits/sec
34272025-05-08T21:19:45.454Z- - - - - - - - - - - - - - - - - - - - - - - - -
34282025-05-08T21:19:45.454Z[ 5] 7.00-8.00 sec 20.9 MBytes 175 Mbits/sec
34292025-05-08T21:19:45.454Z[ 7] 7.00-8.00 sec 20.9 MBytes 176 Mbits/sec
34302025-05-08T21:19:45.454Z[ 9] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec
34312025-05-08T21:19:45.454Z[ 11] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec
34322025-05-08T21:19:45.455Z[ 13] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec
34332025-05-08T21:19:45.455Z[ 15] 7.00-8.00 sec 20.9 MBytes 175 Mbits/sec
34342025-05-08T21:19:45.455Z[ 17] 7.00-8.00 sec 20.8 MBytes 175 Mbits/sec
34352025-05-08T21:19:45.455Z[ 19] 7.00-8.00 sec 20.9 MBytes 175 Mbits/sec
34362025-05-08T21:19:45.456Z[SUM] 7.00-8.00 sec 167 MBytes 1.40 Gbits/sec
34372025-05-08T21:19:45.456Z- - - - - - - - - - - - - - - - - - - - - - - - -
34382025-05-08T21:19:45.456Z[ 5] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
34392025-05-08T21:19:45.456Z[ 7] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
34402025-05-08T21:19:45.456Z[ 9] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
34412025-05-08T21:19:45.456Z[ 11] 8.00-9.00 sec 20.8 MBytes 175 Mbits/sec
34422025-05-08T21:19:45.456Z[ 13] 8.00-9.00 sec 20.8 MBytes 174 Mbits/sec
34432025-05-08T21:19:45.456Z[ 15] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec
34442025-05-08T21:19:45.456Z[ 17] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec
34452025-05-08T21:19:45.456Z[ 19] 8.00-9.00 sec 20.7 MBytes 174 Mbits/sec
34462025-05-08T21:19:45.456Z[SUM] 8.00-9.00 sec 166 MBytes 1.39 Gbits/sec
34472025-05-08T21:19:45.456Z- - - - - - - - - - - - - - - - - - - - - - - - -
34482025-05-08T21:19:45.457Z[ 5] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
34492025-05-08T21:19:45.457Z[ 7] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
34502025-05-08T21:19:45.457Z[ 9] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
34512025-05-08T21:19:45.457Z[ 11] 9.00-10.00 sec 20.0 MBytes 168 Mbits/sec
34522025-05-08T21:19:45.457Z[ 13] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
34532025-05-08T21:19:45.457Z[ 15] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
34542025-05-08T21:19:45.457Z[ 17] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
34552025-05-08T21:19:45.457Z[ 19] 9.00-10.00 sec 20.1 MBytes 168 Mbits/sec
34562025-05-08T21:19:45.457Z[SUM] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec
34572025-05-08T21:19:45.457Z- - - - - - - - - - - - - - - - - - - - - - - - -
34582025-05-08T21:19:45.457Z[ 5] 10.00-10.00 sec 124 KBytes 295 Mbits/sec
34592025-05-08T21:19:45.458Z[ 7] 10.00-10.00 sec 20.4 KBytes 48.3 Mbits/sec
34602025-05-08T21:19:45.458Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34612025-05-08T21:19:45.458Z[ 11] 10.00-10.00 sec 126 KBytes 299 Mbits/sec
34622025-05-08T21:19:45.458Z[ 13] 10.00-10.00 sec 85.9 KBytes 204 Mbits/sec
34632025-05-08T21:19:45.458Z[ 15] 10.00-10.00 sec 126 KBytes 299 Mbits/sec
34642025-05-08T21:19:45.458Z[ 17] 10.00-10.00 sec 96.6 KBytes 229 Mbits/sec
34652025-05-08T21:19:45.458Z[ 19] 10.00-10.00 sec 122 KBytes 290 Mbits/sec
34662025-05-08T21:19:45.458Z[SUM] 10.00-10.00 sec 701 KBytes 1.66 Gbits/sec
34672025-05-08T21:19:45.465Z- - - - - - - - - - - - - - - - - - - - - - - - -
34682025-05-08T21:19:45.465Z[ ID] Interval Transfer Bandwidth
34692025-05-08T21:19:45.465Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34702025-05-08T21:19:45.465Z[ 5] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34712025-05-08T21:19:45.465Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34722025-05-08T21:19:45.466Z[ 7] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34732025-05-08T21:19:45.466Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34742025-05-08T21:19:45.466Z[ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34752025-05-08T21:19:45.466Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34762025-05-08T21:19:45.466Z[ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34772025-05-08T21:19:45.466Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34782025-05-08T21:19:45.467Z[ 13] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34792025-05-08T21:19:45.467Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34802025-05-08T21:19:45.467Z[ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34812025-05-08T21:19:45.467Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34822025-05-08T21:19:45.467Z[ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34832025-05-08T21:19:45.467Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34842025-05-08T21:19:45.467Z[ 19] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
34852025-05-08T21:19:45.467Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34862025-05-08T21:19:45.468Z[SUM] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec receiver
34872025-05-08T21:19:45.468ZRun 9/10...1327.762Mbps
34882025-05-08T21:19:52.489Z-----------------------------------------------------------
34892025-05-08T21:19:52.489ZServer listening on 5201
34902025-05-08T21:19:52.489Z-----------------------------------------------------------
34912025-05-08T21:19:52.489ZAccepted connection from 10.0.0.1, port 47508
34922025-05-08T21:19:52.489Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58776
34932025-05-08T21:19:52.489Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45500
34942025-05-08T21:19:52.489Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53016
34952025-05-08T21:19:52.489Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55442
34962025-05-08T21:19:52.489Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50401
34972025-05-08T21:19:52.489Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57185
34982025-05-08T21:19:52.489Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52699
34992025-05-08T21:19:52.489Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59932
35002025-05-08T21:19:52.489Z[ ID] Interval Transfer Bandwidth
35012025-05-08T21:19:52.489Z[ 5] 0.00-1.00 sec 13.8 MBytes 116 Mbits/sec
35022025-05-08T21:19:52.489Z[ 7] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec
35032025-05-08T21:19:52.489Z[ 9] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec
35042025-05-08T21:19:52.489Z[ 11] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec
35052025-05-08T21:19:52.489Z[ 13] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec
35062025-05-08T21:19:52.489Z[ 15] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec
35072025-05-08T21:19:52.490Z[ 17] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec
35082025-05-08T21:19:52.490Z[ 19] 0.00-1.00 sec 13.7 MBytes 115 Mbits/sec
35092025-05-08T21:19:52.490Z[SUM] 0.00-1.00 sec 110 MBytes 919 Mbits/sec
35102025-05-08T21:19:52.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
35112025-05-08T21:19:52.490Z[ 5] 1.00-2.00 sec 20.8 MBytes 174 Mbits/sec
35122025-05-08T21:19:52.490Z[ 7] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
35132025-05-08T21:19:52.490Z[ 9] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
35142025-05-08T21:19:52.490Z[ 11] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
35152025-05-08T21:19:52.490Z[ 13] 1.00-2.00 sec 20.9 MBytes 176 Mbits/sec
35162025-05-08T21:19:52.490Z[ 15] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
35172025-05-08T21:19:52.490Z[ 17] 1.00-2.00 sec 20.9 MBytes 175 Mbits/sec
35182025-05-08T21:19:52.490Z[ 19] 1.00-2.00 sec 20.8 MBytes 175 Mbits/sec
35192025-05-08T21:19:52.490Z[SUM] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
35202025-05-08T21:19:52.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
35212025-05-08T21:19:52.491Z[ 5] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
35222025-05-08T21:19:52.491Z[ 7] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
35232025-05-08T21:19:52.491Z[ 9] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
35242025-05-08T21:19:52.491Z[ 11] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
35252025-05-08T21:19:52.491Z[ 13] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
35262025-05-08T21:19:52.491Z[ 15] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
35272025-05-08T21:19:52.491Z[ 17] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
35282025-05-08T21:19:52.491Z[ 19] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
35292025-05-08T21:19:52.491Z[SUM] 2.00-3.00 sec 163 MBytes 1.37 Gbits/sec
35302025-05-08T21:19:52.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
35312025-05-08T21:19:52.491Z[ 5] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
35322025-05-08T21:19:52.491Z[ 7] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec
35332025-05-08T21:19:52.491Z[ 9] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
35342025-05-08T21:19:52.491Z[ 11] 3.00-4.00 sec 20.3 MBytes 171 Mbits/sec
35352025-05-08T21:19:52.491Z[ 13] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec
35362025-05-08T21:19:52.491Z[ 15] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
35372025-05-08T21:19:52.491Z[ 17] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
35382025-05-08T21:19:52.491Z[ 19] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
35392025-05-08T21:19:52.491Z[SUM] 3.00-4.00 sec 163 MBytes 1.36 Gbits/sec
35402025-05-08T21:19:52.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
35412025-05-08T21:19:52.491Z[ 5] 4.00-5.00 sec 20.7 MBytes 174 Mbits/sec
35422025-05-08T21:19:52.491Z[ 7] 4.00-5.00 sec 20.8 MBytes 175 Mbits/sec
35432025-05-08T21:19:52.491Z[ 9] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec
35442025-05-08T21:19:52.491Z[ 11] 4.00-5.00 sec 20.8 MBytes 174 Mbits/sec
35452025-05-08T21:19:52.491Z[ 13] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec
35462025-05-08T21:19:52.491Z[ 15] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec
35472025-05-08T21:19:52.491Z[ 17] 4.00-5.00 sec 20.9 MBytes 175 Mbits/sec
35482025-05-08T21:19:52.491Z[ 19] 4.00-5.00 sec 20.8 MBytes 175 Mbits/sec
35492025-05-08T21:19:52.491Z[SUM] 4.00-5.00 sec 167 MBytes 1.40 Gbits/sec
35502025-05-08T21:19:52.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
35512025-05-08T21:19:52.491Z[ 5] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
35522025-05-08T21:19:52.491Z[ 7] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
35532025-05-08T21:19:52.491Z[ 9] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec
35542025-05-08T21:19:52.491Z[ 11] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
35552025-05-08T21:19:52.492Z[ 13] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
35562025-05-08T21:19:52.492Z[ 15] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
35572025-05-08T21:19:52.492Z[ 17] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
35582025-05-08T21:19:52.492Z[ 19] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
35592025-05-08T21:19:52.492Z[SUM] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec
35602025-05-08T21:19:52.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
35612025-05-08T21:19:52.492Z[ 5] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
35622025-05-08T21:19:52.492Z[ 7] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
35632025-05-08T21:19:52.492Z[ 9] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
35642025-05-08T21:19:55.604Z[ 11] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
35652025-05-08T21:19:55.604Z[ 13] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
35662025-05-08T21:19:55.604Z[ 15] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
35672025-05-08T21:19:55.604Z[ 17] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec
35682025-05-08T21:19:55.604Z[ 19] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
35692025-05-08T21:19:55.604Z[SUM] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
35702025-05-08T21:19:55.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
35712025-05-08T21:19:55.604Z[ 5] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
35722025-05-08T21:19:55.604Z[ 7] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec
35732025-05-08T21:19:55.604Z[ 9] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec
35742025-05-08T21:19:55.604Z[ 11] 7.00-8.00 sec 20.2 MBytes 170 Mbits/sec
35752025-05-08T21:19:55.604Z[ 13] 7.00-8.00 sec 20.3 MBytes 170 Mbits/sec
35762025-05-08T21:19:55.604Z[ 15] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec
35772025-05-08T21:19:55.604Z[ 17] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec
35782025-05-08T21:19:55.604Z[ 19] 7.00-8.00 sec 20.2 MBytes 169 Mbits/sec
35792025-05-08T21:19:55.604Z[SUM] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec
35802025-05-08T21:19:55.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
35812025-05-08T21:19:55.604Z[ 5] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
35822025-05-08T21:19:55.605Z[ 7] 8.00-9.00 sec 20.4 MBytes 172 Mbits/sec
35832025-05-08T21:19:55.605Z[ 9] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
35842025-05-08T21:19:55.605Z[ 11] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
35852025-05-08T21:19:55.605Z[ 13] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
35862025-05-08T21:19:55.605Z[ 15] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
35872025-05-08T21:19:55.605Z[ 17] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
35882025-05-08T21:19:55.605Z[ 19] 8.00-9.00 sec 20.4 MBytes 171 Mbits/sec
35892025-05-08T21:19:55.605Z[SUM] 8.00-9.00 sec 163 MBytes 1.37 Gbits/sec
35902025-05-08T21:19:55.605Z- - - - - - - - - - - - - - - - - - - - - - - - -
35912025-05-08T21:19:55.605Z[ 5] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
35922025-05-08T21:19:55.605Z[ 7] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
35932025-05-08T21:19:55.605Z[ 9] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
35942025-05-08T21:19:55.605Z[ 11] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec
35952025-05-08T21:19:55.605Z[ 13] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
35962025-05-08T21:19:55.605Z[ 15] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
35972025-05-08T21:19:55.606Z[ 17] 9.00-10.00 sec 20.5 MBytes 172 Mbits/sec
35982025-05-08T21:19:55.606Z[ 19] 9.00-10.00 sec 20.6 MBytes 173 Mbits/sec
35992025-05-08T21:19:55.606Z[SUM] 9.00-10.00 sec 164 MBytes 1.38 Gbits/sec
36002025-05-08T21:19:55.606Z- - - - - - - - - - - - - - - - - - - - - - - - -
36012025-05-08T21:19:55.606Z[ 5] 10.00-10.00 sec 94.1 KBytes 211 Mbits/sec
36022025-05-08T21:19:55.606Z[ 7] 10.00-10.00 sec 125 KBytes 280 Mbits/sec
36032025-05-08T21:19:55.606Z[ 9] 10.00-10.00 sec 119 KBytes 266 Mbits/sec
36042025-05-08T21:19:55.606Z[ 11] 10.00-10.00 sec 116 KBytes 260 Mbits/sec
36052025-05-08T21:19:55.606Z[ 13] 10.00-10.00 sec 126 KBytes 282 Mbits/sec
36062025-05-08T21:19:55.606Z[ 15] 10.00-10.00 sec 126 KBytes 282 Mbits/sec
36072025-05-08T21:19:55.606Z[ 17] 10.00-10.00 sec 125 KBytes 281 Mbits/sec
36082025-05-08T21:19:55.606Z[ 19] 10.00-10.00 sec 107 KBytes 240 Mbits/sec
36092025-05-08T21:19:55.606Z[SUM] 10.00-10.00 sec 938 KBytes 2.10 Gbits/sec
36102025-05-08T21:19:55.606Z- - - - - - - - - - - - - - - - - - - - - - - - -
36112025-05-08T21:19:55.606Z[ ID] Interval Transfer Bandwidth
36122025-05-08T21:19:55.606Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36132025-05-08T21:19:55.606Z[ 5] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36142025-05-08T21:19:55.606Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36152025-05-08T21:19:55.606Z[ 7] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36162025-05-08T21:19:55.606Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36172025-05-08T21:19:55.606Z[ 9] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36182025-05-08T21:19:55.606Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36192025-05-08T21:19:55.606Z[ 11] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36202025-05-08T21:19:55.606Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36212025-05-08T21:19:55.606Z[ 13] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36222025-05-08T21:19:55.606Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36232025-05-08T21:19:55.606Z[ 15] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36242025-05-08T21:19:55.606Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36252025-05-08T21:19:55.606Z[ 17] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36262025-05-08T21:19:55.606Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36272025-05-08T21:19:55.606Z[ 19] 0.00-10.00 sec 198 MBytes 166 Mbits/sec receiver
36282025-05-08T21:19:55.606Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36292025-05-08T21:19:55.606Z[SUM] 0.00-10.00 sec 1.54 GBytes 1.33 Gbits/sec receiver
36302025-05-08T21:19:55.610ZRun 10/10...1327.238Mbps
36312025-05-08T21:19:55.610Z###---------------------###
36322025-05-08T21:19:55.610Z::: iPerf done... :::
36332025-05-08T21:19:55.610Z:::Awaiting out files...:::
36342025-05-08T21:19:55.610Z###---------------------###
36352025-05-08T21:19:55.610Z###-----###
36362025-05-08T21:19:55.610Z:::done!:::
36372025-05-08T21:19:55.610Z###-----###
36382025-05-08T21:19:57.715ZGnuplot not found, using plotters backend
36392025-05-08T21:19:57.939ZBenchmarking iperf-tcp/local/c2s/tx
36402025-05-08T21:19:57.939ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
36412025-05-08T21:20:02.617ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
36422025-05-08T21:20:22.589ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
36432025-05-08T21:20:22.689Ziperf-tcp/local/c2s/tx time: [6.7658 µs 6.7660 µs 6.7661 µs]
36442025-05-08T21:20:22.689ZFound 8 outliers among 100 measurements (8.00%)
36452025-05-08T21:20:22.689Z 4 (4.00%) low mild
36462025-05-08T21:20:22.689Z 4 (4.00%) high mild
36472025-05-08T21:20:23.712Z
36482025-05-08T21:20:23.715ZBenchmarking iperf-tcp/local/c2s/rx
36492025-05-08T21:20:23.715ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
36502025-05-08T21:20:28.383ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
36512025-05-08T21:20:48.376ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
36522025-05-08T21:20:48.470Ziperf-tcp/local/c2s/rx time: [15.015 µs 15.015 µs 15.015 µs]
36532025-05-08T21:20:48.470ZFound 3 outliers among 100 measurements (3.00%)
36542025-05-08T21:20:48.470Z 2 (2.00%) low mild
36552025-05-08T21:20:48.470Z 1 (1.00%) high mild
36562025-05-08T21:20:49.491Z
36572025-05-08T21:20:49.494Z###-------------------###
36582025-05-08T21:20:49.494Z:::Running experiment :::
36592025-05-08T21:20:49.494Z:::iperf-tcp/local/s2c:::
36602025-05-08T21:20:49.494Z###-------------------###
36612025-05-08T21:20:49.844Zdtrace: description 'profile-201us ' matched 2 probes
36622025-05-08T21:20:56.537Z-----------------------------------------------------------
36632025-05-08T21:20:56.537ZServer listening on 5201
36642025-05-08T21:20:56.537Z-----------------------------------------------------------
36652025-05-08T21:20:56.537ZAccepted connection from 10.0.0.1, port 46880
36662025-05-08T21:20:56.537Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45929
36672025-05-08T21:20:56.537Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55901
36682025-05-08T21:20:56.537Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45256
36692025-05-08T21:20:56.537Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59227
36702025-05-08T21:20:56.537Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52720
36712025-05-08T21:20:56.537Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46598
36722025-05-08T21:20:56.537Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45831
36732025-05-08T21:20:56.537Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60284
36742025-05-08T21:20:56.537Z[ ID] Interval Transfer Bandwidth
36752025-05-08T21:20:56.537Z[ 5] 0.00-1.00 sec 22.0 MBytes 184 Mbits/sec
36762025-05-08T21:20:56.537Z[ 7] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec
36772025-05-08T21:20:56.537Z[ 9] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec
36782025-05-08T21:20:56.537Z[ 11] 0.00-1.00 sec 21.9 MBytes 183 Mbits/sec
36792025-05-08T21:20:56.537Z[ 13] 0.00-1.00 sec 22.0 MBytes 184 Mbits/sec
36802025-05-08T21:20:56.537Z[ 15] 0.00-1.00 sec 22.0 MBytes 184 Mbits/sec
36812025-05-08T21:20:56.537Z[ 17] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec
36822025-05-08T21:20:56.537Z[ 19] 0.00-1.00 sec 21.9 MBytes 184 Mbits/sec
36832025-05-08T21:20:56.537Z[SUM] 0.00-1.00 sec 176 MBytes 1.47 Gbits/sec
36842025-05-08T21:20:56.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
36852025-05-08T21:20:56.538Z[ 5] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec
36862025-05-08T21:20:56.538Z[ 7] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec
36872025-05-08T21:20:56.538Z[ 9] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec
36882025-05-08T21:20:56.538Z[ 11] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec
36892025-05-08T21:20:56.538Z[ 13] 1.00-2.00 sec 19.3 MBytes 162 Mbits/sec
36902025-05-08T21:20:56.538Z[ 15] 1.00-2.00 sec 19.1 MBytes 160 Mbits/sec
36912025-05-08T21:20:56.538Z[ 17] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec
36922025-05-08T21:20:56.538Z[ 19] 1.00-2.00 sec 19.2 MBytes 161 Mbits/sec
36932025-05-08T21:20:56.538Z[SUM] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
36942025-05-08T21:20:56.538Z- - - - - - - - - - - - - - - - - - - - - - - - -
36952025-05-08T21:20:56.538Z[ 5] 2.00-3.00 sec 19.5 MBytes 163 Mbits/sec
36962025-05-08T21:20:56.538Z[ 7] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
36972025-05-08T21:20:56.538Z[ 9] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
36982025-05-08T21:20:56.538Z[ 11] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
36992025-05-08T21:20:56.538Z[ 13] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
37002025-05-08T21:20:56.538Z[ 15] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
37012025-05-08T21:20:56.538Z[ 17] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
37022025-05-08T21:20:56.538Z[ 19] 2.00-3.00 sec 19.4 MBytes 163 Mbits/sec
37032025-05-08T21:20:56.538Z[SUM] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
37042025-05-08T21:20:56.538Z- - - - - - - - - - - - - - - - - - - - - - - - -
37052025-05-08T21:20:56.538Z[ 5] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
37062025-05-08T21:20:56.538Z[ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
37072025-05-08T21:20:56.538Z[ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
37082025-05-08T21:20:56.538Z[ 11] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
37092025-05-08T21:20:56.538Z[ 13] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec
37102025-05-08T21:20:56.538Z[ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
37112025-05-08T21:20:56.538Z[ 17] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
37122025-05-08T21:20:56.538Z[ 19] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
37132025-05-08T21:20:56.538Z[SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
37142025-05-08T21:20:56.538Z- - - - - - - - - - - - - - - - - - - - - - - - -
37152025-05-08T21:20:56.538Z[ 5] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
37162025-05-08T21:20:56.538Z[ 7] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
37172025-05-08T21:20:56.538Z[ 9] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
37182025-05-08T21:20:56.538Z[ 11] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
37192025-05-08T21:20:56.538Z[ 13] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
37202025-05-08T21:20:56.538Z[ 15] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
37212025-05-08T21:20:56.538Z[ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
37222025-05-08T21:20:56.538Z[ 19] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
37232025-05-08T21:20:56.539Z[SUM] 4.00-5.00 sec 159 MBytes 1.33 Gbits/sec
37242025-05-08T21:20:56.539Z- - - - - - - - - - - - - - - - - - - - - - - - -
37252025-05-08T21:20:56.539Z[ 5] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec
37262025-05-08T21:20:56.539Z[ 7] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec
37272025-05-08T21:20:56.539Z[ 9] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec
37282025-05-08T21:20:56.539Z[ 11] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec
37292025-05-08T21:20:56.539Z[ 13] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec
37302025-05-08T21:20:56.539Z[ 15] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec
37312025-05-08T21:20:56.539Z[ 17] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec
37322025-05-08T21:20:56.539Z[ 19] 5.00-6.00 sec 20.1 MBytes 169 Mbits/sec
37332025-05-08T21:20:56.539Z[SUM] 5.00-6.00 sec 161 MBytes 1.35 Gbits/sec
37342025-05-08T21:20:56.539Z- - - - - - - - - - - - - - - - - - - - - - - - -
37352025-05-08T21:20:56.539Z[ 5] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
37362025-05-08T21:20:56.539Z[ 7] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
37372025-05-08T21:20:56.539Z[ 9] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
37382025-05-08T21:20:59.753Z[ 11] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
37392025-05-08T21:20:59.753Z[ 13] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
37402025-05-08T21:20:59.753Z[ 15] 6.00-7.00 sec 20.0 MBytes 168 Mbits/sec
37412025-05-08T21:20:59.753Z[ 17] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
37422025-05-08T21:20:59.753Z[ 19] 6.00-7.00 sec 20.0 MBytes 167 Mbits/sec
37432025-05-08T21:20:59.753Z[SUM] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
37442025-05-08T21:20:59.753Z- - - - - - - - - - - - - - - - - - - - - - - - -
37452025-05-08T21:20:59.754Z[ 5] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec
37462025-05-08T21:20:59.754Z[ 7] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec
37472025-05-08T21:20:59.754Z[ 9] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec
37482025-05-08T21:20:59.754Z[ 11] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec
37492025-05-08T21:20:59.754Z[ 13] 7.00-8.00 sec 20.0 MBytes 168 Mbits/sec
37502025-05-08T21:20:59.754Z[ 15] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec
37512025-05-08T21:20:59.754Z[ 17] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec
37522025-05-08T21:20:59.754Z[ 19] 7.00-8.00 sec 20.0 MBytes 167 Mbits/sec
37532025-05-08T21:20:59.754Z[SUM] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec
37542025-05-08T21:20:59.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
37552025-05-08T21:20:59.754Z[ 5] 8.00-9.00 sec 19.9 MBytes 167 Mbits/sec
37562025-05-08T21:20:59.754Z[ 7] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec
37572025-05-08T21:20:59.754Z[ 9] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
37582025-05-08T21:20:59.754Z[ 11] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
37592025-05-08T21:20:59.754Z[ 13] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec
37602025-05-08T21:20:59.754Z[ 15] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec
37612025-05-08T21:20:59.754Z[ 17] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
37622025-05-08T21:20:59.754Z[ 19] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
37632025-05-08T21:20:59.754Z[SUM] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
37642025-05-08T21:20:59.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
37652025-05-08T21:20:59.754Z[ 5] 9.00-10.00 sec 20.1 MBytes 169 Mbits/sec
37662025-05-08T21:20:59.754Z[ 7] 9.00-10.00 sec 20.3 MBytes 171 Mbits/sec
37672025-05-08T21:20:59.754Z[ 9] 9.00-10.00 sec 20.2 MBytes 169 Mbits/sec
37682025-05-08T21:20:59.754Z[ 11] 9.00-10.00 sec 20.2 MBytes 170 Mbits/sec
37692025-05-08T21:20:59.754Z[ 13] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
37702025-05-08T21:20:59.754Z[ 15] 9.00-10.00 sec 20.2 MBytes 169 Mbits/sec
37712025-05-08T21:20:59.754Z[ 17] 9.00-10.00 sec 20.2 MBytes 170 Mbits/sec
37722025-05-08T21:20:59.754Z[ 19] 9.00-10.00 sec 20.2 MBytes 169 Mbits/sec
37732025-05-08T21:20:59.754Z[SUM] 9.00-10.00 sec 162 MBytes 1.36 Gbits/sec
37742025-05-08T21:20:59.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
37752025-05-08T21:20:59.754Z[ 5] 10.00-10.00 sec 96.2 KBytes 397 Mbits/sec
37762025-05-08T21:20:59.754Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37772025-05-08T21:20:59.754Z[ 9] 10.00-10.00 sec 144 KBytes 595 Mbits/sec
37782025-05-08T21:20:59.754Z[ 11] 10.00-10.00 sec 48.1 KBytes 198 Mbits/sec
37792025-05-08T21:20:59.754Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37802025-05-08T21:20:59.754Z[ 15] 10.00-10.00 sec 48.1 KBytes 198 Mbits/sec
37812025-05-08T21:20:59.754Z[ 17] 10.00-10.00 sec 48.1 KBytes 198 Mbits/sec
37822025-05-08T21:20:59.754Z[ 19] 10.00-10.00 sec 96.2 KBytes 397 Mbits/sec
37832025-05-08T21:20:59.754Z[SUM] 10.00-10.00 sec 481 KBytes 1.98 Gbits/sec
37842025-05-08T21:20:59.754Z- - - - - - - - - - - - - - - - - - - - - - - - -
37852025-05-08T21:20:59.755Z[ ID] Interval Transfer Bandwidth
37862025-05-08T21:20:59.755Z[ 5] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
37872025-05-08T21:20:59.755Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37882025-05-08T21:20:59.755Z[ 7] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
37892025-05-08T21:20:59.755Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37902025-05-08T21:20:59.755Z[ 9] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
37912025-05-08T21:20:59.755Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37922025-05-08T21:20:59.755Z[ 11] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
37932025-05-08T21:20:59.755Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37942025-05-08T21:20:59.755Z[ 13] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
37952025-05-08T21:20:59.755Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37962025-05-08T21:20:59.755Z[ 15] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
37972025-05-08T21:20:59.755Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
37982025-05-08T21:20:59.755Z[ 17] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
37992025-05-08T21:20:59.755Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
38002025-05-08T21:20:59.755Z[ 19] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
38012025-05-08T21:20:59.755Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
38022025-05-08T21:20:59.755Z[SUM] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
38032025-05-08T21:20:59.755Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
38042025-05-08T21:20:59.758ZRun 1/10...1343.044Mbps
38052025-05-08T21:21:06.790Z-----------------------------------------------------------
38062025-05-08T21:21:06.790ZServer listening on 5201
38072025-05-08T21:21:06.790Z-----------------------------------------------------------
38082025-05-08T21:21:06.790ZAccepted connection from 10.0.0.1, port 46370
38092025-05-08T21:21:06.790Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48743
38102025-05-08T21:21:06.790Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47548
38112025-05-08T21:21:06.790Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56296
38122025-05-08T21:21:06.790Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62065
38132025-05-08T21:21:06.790Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36467
38142025-05-08T21:21:06.791Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39978
38152025-05-08T21:21:06.791Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34879
38162025-05-08T21:21:06.791Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51961
38172025-05-08T21:21:06.791Z[ ID] Interval Transfer Bandwidth
38182025-05-08T21:21:06.791Z[ 5] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
38192025-05-08T21:21:06.791Z[ 7] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
38202025-05-08T21:21:06.791Z[ 9] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
38212025-05-08T21:21:06.791Z[ 11] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
38222025-05-08T21:21:06.791Z[ 13] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
38232025-05-08T21:21:06.791Z[ 15] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
38242025-05-08T21:21:06.791Z[ 17] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
38252025-05-08T21:21:06.791Z[ 19] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
38262025-05-08T21:21:06.791Z[SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
38272025-05-08T21:21:06.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
38282025-05-08T21:21:06.791Z[ 5] 1.00-2.00 sec 20.6 MBytes 172 Mbits/sec
38292025-05-08T21:21:06.791Z[ 7] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec
38302025-05-08T21:21:06.791Z[ 9] 1.00-2.00 sec 20.6 MBytes 172 Mbits/sec
38312025-05-08T21:21:06.791Z[ 11] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec
38322025-05-08T21:21:06.791Z[ 13] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec
38332025-05-08T21:21:06.791Z[ 15] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec
38342025-05-08T21:21:06.791Z[ 17] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec
38352025-05-08T21:21:06.791Z[ 19] 1.00-2.00 sec 20.5 MBytes 172 Mbits/sec
38362025-05-08T21:21:06.791Z[SUM] 1.00-2.00 sec 164 MBytes 1.38 Gbits/sec
38372025-05-08T21:21:06.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
38382025-05-08T21:21:06.791Z[ 5] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
38392025-05-08T21:21:06.791Z[ 7] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec
38402025-05-08T21:21:06.791Z[ 9] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
38412025-05-08T21:21:06.791Z[ 11] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
38422025-05-08T21:21:06.795Z[ 13] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
38432025-05-08T21:21:06.795Z[ 15] 2.00-3.00 sec 20.7 MBytes 173 Mbits/sec
38442025-05-08T21:21:06.795Z[ 17] 2.00-3.00 sec 20.5 MBytes 172 Mbits/sec
38452025-05-08T21:21:06.795Z[ 19] 2.00-3.00 sec 20.6 MBytes 173 Mbits/sec
38462025-05-08T21:21:06.795Z[SUM] 2.00-3.00 sec 164 MBytes 1.38 Gbits/sec
38472025-05-08T21:21:06.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
38482025-05-08T21:21:06.795Z[ 5] 3.00-4.00 sec 20.5 MBytes 172 Mbits/sec
38492025-05-08T21:21:06.795Z[ 7] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec
38502025-05-08T21:21:06.795Z[ 9] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec
38512025-05-08T21:21:06.795Z[ 11] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec
38522025-05-08T21:21:06.795Z[ 13] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec
38532025-05-08T21:21:06.795Z[ 15] 3.00-4.00 sec 20.3 MBytes 171 Mbits/sec
38542025-05-08T21:21:06.795Z[ 17] 3.00-4.00 sec 20.4 MBytes 171 Mbits/sec
38552025-05-08T21:21:06.795Z[ 19] 3.00-4.00 sec 20.5 MBytes 172 Mbits/sec
38562025-05-08T21:21:06.795Z[SUM] 3.00-4.00 sec 163 MBytes 1.37 Gbits/sec
38572025-05-08T21:21:06.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
38582025-05-08T21:21:06.795Z[ 5] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec
38592025-05-08T21:21:06.795Z[ 7] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
38602025-05-08T21:21:06.795Z[ 9] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
38612025-05-08T21:21:06.795Z[ 11] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
38622025-05-08T21:21:06.795Z[ 13] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
38632025-05-08T21:21:06.795Z[ 15] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
38642025-05-08T21:21:06.795Z[ 17] 4.00-5.00 sec 20.5 MBytes 172 Mbits/sec
38652025-05-08T21:21:06.795Z[ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
38662025-05-08T21:21:06.795Z[SUM] 4.00-5.00 sec 163 MBytes 1.37 Gbits/sec
38672025-05-08T21:21:06.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
38682025-05-08T21:21:06.796Z[ 5] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
38692025-05-08T21:21:06.796Z[ 7] 5.00-6.00 sec 20.7 MBytes 173 Mbits/sec
38702025-05-08T21:21:06.796Z[ 9] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
38712025-05-08T21:21:06.796Z[ 11] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
38722025-05-08T21:21:06.796Z[ 13] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
38732025-05-08T21:21:06.796Z[ 15] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
38742025-05-08T21:21:06.796Z[ 17] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
38752025-05-08T21:21:06.796Z[ 19] 5.00-6.00 sec 20.6 MBytes 173 Mbits/sec
38762025-05-08T21:21:06.796Z[SUM] 5.00-6.00 sec 165 MBytes 1.38 Gbits/sec
38772025-05-08T21:21:06.796Z- - - - - - - - - - - - - - - - - - - - - - - - -
38782025-05-08T21:21:06.796Z[ 5] 6.00-7.00 sec 20.7 MBytes 174 Mbits/sec
38792025-05-08T21:21:06.796Z[ 7] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec
38802025-05-08T21:21:06.796Z[ 9] 6.00-7.00 sec 20.8 MBytes 174 Mbits/sec
38812025-05-08T21:21:09.905Z[ 11] 6.00-7.00 sec 20.8 MBytes 174 Mbits/sec
38822025-05-08T21:21:09.905Z[ 13] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec
38832025-05-08T21:21:09.905Z[ 15] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec
38842025-05-08T21:21:09.905Z[ 17] 6.00-7.00 sec 20.7 MBytes 173 Mbits/sec
38852025-05-08T21:21:09.905Z[ 19] 6.00-7.00 sec 20.8 MBytes 174 Mbits/sec
38862025-05-08T21:21:09.905Z[SUM] 6.00-7.00 sec 166 MBytes 1.39 Gbits/sec
38872025-05-08T21:21:09.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
38882025-05-08T21:21:09.905Z[ 5] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec
38892025-05-08T21:21:09.905Z[ 7] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec
38902025-05-08T21:21:09.905Z[ 9] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec
38912025-05-08T21:21:09.905Z[ 11] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
38922025-05-08T21:21:09.905Z[ 13] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
38932025-05-08T21:21:09.905Z[ 15] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec
38942025-05-08T21:21:09.905Z[ 17] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
38952025-05-08T21:21:09.905Z[ 19] 7.00-8.00 sec 21.0 MBytes 176 Mbits/sec
38962025-05-08T21:21:09.905Z[SUM] 7.00-8.00 sec 168 MBytes 1.41 Gbits/sec
38972025-05-08T21:21:09.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
38982025-05-08T21:21:09.905Z[ 5] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec
38992025-05-08T21:21:09.906Z[ 7] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec
39002025-05-08T21:21:09.906Z[ 9] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec
39012025-05-08T21:21:09.906Z[ 11] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec
39022025-05-08T21:21:09.906Z[ 13] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec
39032025-05-08T21:21:09.906Z[ 15] 8.00-9.00 sec 21.2 MBytes 178 Mbits/sec
39042025-05-08T21:21:09.906Z[ 17] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec
39052025-05-08T21:21:09.906Z[ 19] 8.00-9.00 sec 21.1 MBytes 177 Mbits/sec
39062025-05-08T21:21:09.906Z[SUM] 8.00-9.00 sec 169 MBytes 1.42 Gbits/sec
39072025-05-08T21:21:09.906Z- - - - - - - - - - - - - - - - - - - - - - - - -
39082025-05-08T21:21:09.906Z[ 5] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
39092025-05-08T21:21:09.906Z[ 7] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
39102025-05-08T21:21:09.906Z[ 9] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
39112025-05-08T21:21:09.906Z[ 11] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec
39122025-05-08T21:21:09.906Z[ 13] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
39132025-05-08T21:21:09.906Z[ 15] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
39142025-05-08T21:21:09.906Z[ 17] 9.00-10.00 sec 21.1 MBytes 177 Mbits/sec
39152025-05-08T21:21:09.906Z[ 19] 9.00-10.00 sec 21.2 MBytes 178 Mbits/sec
39162025-05-08T21:21:09.906Z[SUM] 9.00-10.00 sec 169 MBytes 1.42 Gbits/sec
39172025-05-08T21:21:09.906Z- - - - - - - - - - - - - - - - - - - - - - - - -
39182025-05-08T21:21:09.906Z[ 5] 10.00-10.00 sec 48.1 KBytes 160 Mbits/sec
39192025-05-08T21:21:09.906Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
39202025-05-08T21:21:09.906Z[ 9] 10.00-10.00 sec 96.2 KBytes 321 Mbits/sec
39212025-05-08T21:21:09.906Z[ 11] 10.00-10.00 sec 96.2 KBytes 321 Mbits/sec
39222025-05-08T21:21:09.906Z[ 13] 10.00-10.00 sec 96.2 KBytes 321 Mbits/sec
39232025-05-08T21:21:09.906Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
39242025-05-08T21:21:09.906Z[ 17] 10.00-10.00 sec 144 KBytes 481 Mbits/sec
39252025-05-08T21:21:09.906Z[ 19] 10.00-10.00 sec 48.1 KBytes 160 Mbits/sec
39262025-05-08T21:21:09.906Z[SUM] 10.00-10.00 sec 529 KBytes 1.76 Gbits/sec
39272025-05-08T21:21:09.906Z- - - - - - - - - - - - - - - - - - - - - - - - -
39282025-05-08T21:21:09.906Z[ ID] Interval Transfer Bandwidth
39292025-05-08T21:21:09.906Z[ 5] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39302025-05-08T21:21:09.906Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39312025-05-08T21:21:09.906Z[ 7] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39322025-05-08T21:21:09.906Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39332025-05-08T21:21:09.906Z[ 9] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39342025-05-08T21:21:09.906Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39352025-05-08T21:21:09.906Z[ 11] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39362025-05-08T21:21:09.906Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39372025-05-08T21:21:09.906Z[ 13] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39382025-05-08T21:21:09.906Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39392025-05-08T21:21:09.907Z[ 15] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39402025-05-08T21:21:09.907Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39412025-05-08T21:21:09.907Z[ 17] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39422025-05-08T21:21:09.907Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39432025-05-08T21:21:09.907Z[ 19] 0.00-10.00 sec 203 MBytes 170 Mbits/sec sender
39442025-05-08T21:21:09.907Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39452025-05-08T21:21:09.907Z[SUM] 0.00-10.00 sec 1.59 GBytes 1.36 Gbits/sec sender
39462025-05-08T21:21:09.907Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
39472025-05-08T21:21:09.910ZRun 2/10...1362.735Mbps
39482025-05-08T21:21:16.944Z-----------------------------------------------------------
39492025-05-08T21:21:16.944ZServer listening on 5201
39502025-05-08T21:21:16.944Z-----------------------------------------------------------
39512025-05-08T21:21:16.944ZAccepted connection from 10.0.0.1, port 33474
39522025-05-08T21:21:16.944Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42037
39532025-05-08T21:21:16.944Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40025
39542025-05-08T21:21:16.944Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49803
39552025-05-08T21:21:16.944Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60957
39562025-05-08T21:21:16.944Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44692
39572025-05-08T21:21:16.944Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47884
39582025-05-08T21:21:16.944Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55334
39592025-05-08T21:21:16.944Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47235
39602025-05-08T21:21:16.944Z[ ID] Interval Transfer Bandwidth
39612025-05-08T21:21:16.944Z[ 5] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
39622025-05-08T21:21:16.944Z[ 7] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
39632025-05-08T21:21:16.944Z[ 9] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
39642025-05-08T21:21:16.944Z[ 11] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
39652025-05-08T21:21:16.944Z[ 13] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
39662025-05-08T21:21:16.944Z[ 15] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
39672025-05-08T21:21:16.944Z[ 17] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
39682025-05-08T21:21:16.944Z[ 19] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec
39692025-05-08T21:21:16.944Z[SUM] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
39702025-05-08T21:21:16.944Z- - - - - - - - - - - - - - - - - - - - - - - - -
39712025-05-08T21:21:16.944Z[ 5] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec
39722025-05-08T21:21:16.944Z[ 7] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec
39732025-05-08T21:21:16.944Z[ 9] 1.00-2.00 sec 20.3 MBytes 171 Mbits/sec
39742025-05-08T21:21:16.944Z[ 11] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec
39752025-05-08T21:21:16.944Z[ 13] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
39762025-05-08T21:21:16.944Z[ 15] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec
39772025-05-08T21:21:16.944Z[ 17] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec
39782025-05-08T21:21:16.944Z[ 19] 1.00-2.00 sec 20.3 MBytes 170 Mbits/sec
39792025-05-08T21:21:16.944Z[SUM] 1.00-2.00 sec 162 MBytes 1.36 Gbits/sec
39802025-05-08T21:21:16.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
39812025-05-08T21:21:16.945Z[ 5] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
39822025-05-08T21:21:16.945Z[ 7] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec
39832025-05-08T21:21:16.945Z[ 9] 2.00-3.00 sec 20.2 MBytes 170 Mbits/sec
39842025-05-08T21:21:16.945Z[ 11] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec
39852025-05-08T21:21:16.945Z[ 13] 2.00-3.00 sec 20.4 MBytes 171 Mbits/sec
39862025-05-08T21:21:16.945Z[ 15] 2.00-3.00 sec 20.3 MBytes 171 Mbits/sec
39872025-05-08T21:21:16.945Z[ 17] 2.00-3.00 sec 20.3 MBytes 170 Mbits/sec
39882025-05-08T21:21:16.945Z[ 19] 2.00-3.00 sec 20.2 MBytes 170 Mbits/sec
39892025-05-08T21:21:16.945Z[SUM] 2.00-3.00 sec 162 MBytes 1.36 Gbits/sec
39902025-05-08T21:21:16.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
39912025-05-08T21:21:16.945Z[ 5] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
39922025-05-08T21:21:16.945Z[ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
39932025-05-08T21:21:16.945Z[ 9] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
39942025-05-08T21:21:16.945Z[ 11] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
39952025-05-08T21:21:16.945Z[ 13] 3.00-4.00 sec 20.2 MBytes 169 Mbits/sec
39962025-05-08T21:21:16.945Z[ 15] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec
39972025-05-08T21:21:16.945Z[ 17] 3.00-4.00 sec 20.2 MBytes 170 Mbits/sec
39982025-05-08T21:21:16.945Z[ 19] 3.00-4.00 sec 20.3 MBytes 170 Mbits/sec
39992025-05-08T21:21:16.945Z[SUM] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
40002025-05-08T21:21:16.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
40012025-05-08T21:21:16.945Z[ 5] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
40022025-05-08T21:21:16.945Z[ 7] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
40032025-05-08T21:21:16.945Z[ 9] 4.00-5.00 sec 20.1 MBytes 169 Mbits/sec
40042025-05-08T21:21:16.945Z[ 11] 4.00-5.00 sec 20.1 MBytes 169 Mbits/sec
40052025-05-08T21:21:16.945Z[ 13] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
40062025-05-08T21:21:16.945Z[ 15] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
40072025-05-08T21:21:16.945Z[ 17] 4.00-5.00 sec 20.1 MBytes 169 Mbits/sec
40082025-05-08T21:21:16.945Z[ 19] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
40092025-05-08T21:21:16.945Z[SUM] 4.00-5.00 sec 160 MBytes 1.35 Gbits/sec
40102025-05-08T21:21:16.945Z- - - - - - - - - - - - - - - - - - - - - - - - -
40112025-05-08T21:21:16.945Z[ 5] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
40122025-05-08T21:21:16.945Z[ 7] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
40132025-05-08T21:21:16.945Z[ 9] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec
40142025-05-08T21:21:16.945Z[ 11] 5.00-6.00 sec 20.3 MBytes 170 Mbits/sec
40152025-05-08T21:21:16.945Z[ 13] 5.00-6.00 sec 20.4 MBytes 171 Mbits/sec
40162025-05-08T21:21:16.946Z[ 15] 5.00-6.00 sec 20.5 MBytes 172 Mbits/sec
40172025-05-08T21:21:16.946Z[ 17] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec
40182025-05-08T21:21:16.946Z[ 19] 5.00-6.00 sec 20.3 MBytes 171 Mbits/sec
40192025-05-08T21:21:16.946Z[SUM] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec
40202025-05-08T21:21:16.946Z- - - - - - - - - - - - - - - - - - - - - - - - -
40212025-05-08T21:21:16.946Z[ 5] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
40222025-05-08T21:21:16.946Z[ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
40232025-05-08T21:21:16.946Z[ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
40242025-05-08T21:21:20.166Z[ 11] 6.00-7.00 sec 19.8 MBytes 166 Mbits/sec
40252025-05-08T21:21:20.166Z[ 13] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
40262025-05-08T21:21:20.166Z[ 15] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
40272025-05-08T21:21:20.166Z[ 17] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
40282025-05-08T21:21:20.166Z[ 19] 6.00-7.00 sec 19.9 MBytes 167 Mbits/sec
40292025-05-08T21:21:20.166Z[SUM] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
40302025-05-08T21:21:20.166Z- - - - - - - - - - - - - - - - - - - - - - - - -
40312025-05-08T21:21:20.166Z[ 5] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
40322025-05-08T21:21:20.166Z[ 7] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
40332025-05-08T21:21:20.166Z[ 9] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
40342025-05-08T21:21:20.166Z[ 11] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
40352025-05-08T21:21:20.166Z[ 13] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
40362025-05-08T21:21:20.166Z[ 15] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
40372025-05-08T21:21:20.166Z[ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
40382025-05-08T21:21:20.166Z[ 19] 7.00-8.00 sec 19.6 MBytes 165 Mbits/sec
40392025-05-08T21:21:20.166Z[SUM] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
40402025-05-08T21:21:20.167Z- - - - - - - - - - - - - - - - - - - - - - - - -
40412025-05-08T21:21:20.167Z[ 5] 8.00-9.00 sec 19.6 MBytes 165 Mbits/sec
40422025-05-08T21:21:20.167Z[ 7] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
40432025-05-08T21:21:20.167Z[ 9] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
40442025-05-08T21:21:20.167Z[ 11] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
40452025-05-08T21:21:20.167Z[ 13] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
40462025-05-08T21:21:20.167Z[ 15] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
40472025-05-08T21:21:20.167Z[ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
40482025-05-08T21:21:20.167Z[ 19] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
40492025-05-08T21:21:20.167Z[SUM] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
40502025-05-08T21:21:20.167Z- - - - - - - - - - - - - - - - - - - - - - - - -
40512025-05-08T21:21:20.167Z[ 5] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
40522025-05-08T21:21:20.167Z[ 7] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
40532025-05-08T21:21:20.167Z[ 9] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
40542025-05-08T21:21:20.167Z[ 11] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
40552025-05-08T21:21:20.167Z[ 13] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
40562025-05-08T21:21:20.167Z[ 15] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
40572025-05-08T21:21:20.167Z[ 17] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
40582025-05-08T21:21:20.167Z[ 19] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
40592025-05-08T21:21:20.167Z[SUM] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
40602025-05-08T21:21:20.167Z- - - - - - - - - - - - - - - - - - - - - - - - -
40612025-05-08T21:21:20.167Z[ 5] 10.00-10.00 sec 144 KBytes 499 Mbits/sec
40622025-05-08T21:21:20.167Z[ 7] 10.00-10.00 sec 96.2 KBytes 333 Mbits/sec
40632025-05-08T21:21:20.167Z[ 9] 10.00-10.00 sec 48.1 KBytes 166 Mbits/sec
40642025-05-08T21:21:20.167Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40652025-05-08T21:21:20.167Z[ 13] 10.00-10.00 sec 48.1 KBytes 166 Mbits/sec
40662025-05-08T21:21:20.167Z[ 15] 10.00-10.00 sec 96.2 KBytes 333 Mbits/sec
40672025-05-08T21:21:20.167Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40682025-05-08T21:21:20.167Z[ 19] 10.00-10.00 sec 48.1 KBytes 166 Mbits/sec
40692025-05-08T21:21:20.167Z[SUM] 10.00-10.00 sec 481 KBytes 1.66 Gbits/sec
40702025-05-08T21:21:20.167Z- - - - - - - - - - - - - - - - - - - - - - - - -
40712025-05-08T21:21:20.167Z[ ID] Interval Transfer Bandwidth
40722025-05-08T21:21:20.167Z[ 5] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40732025-05-08T21:21:20.167Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40742025-05-08T21:21:20.167Z[ 7] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40752025-05-08T21:21:20.167Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40762025-05-08T21:21:20.167Z[ 9] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40772025-05-08T21:21:20.167Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40782025-05-08T21:21:20.167Z[ 11] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40792025-05-08T21:21:20.167Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40802025-05-08T21:21:20.168Z[ 13] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40812025-05-08T21:21:20.168Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40822025-05-08T21:21:20.168Z[ 15] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40832025-05-08T21:21:20.168Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40842025-05-08T21:21:20.168Z[ 17] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40852025-05-08T21:21:20.168Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40862025-05-08T21:21:20.168Z[ 19] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
40872025-05-08T21:21:20.168Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40882025-05-08T21:21:20.168Z[SUM] 0.00-10.00 sec 1.53 GBytes 1.32 Gbits/sec sender
40892025-05-08T21:21:20.168Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40902025-05-08T21:21:20.171ZRun 3/10...1316.813Mbps
40912025-05-08T21:21:27.202Z-----------------------------------------------------------
40922025-05-08T21:21:27.203ZServer listening on 5201
40932025-05-08T21:21:27.203Z-----------------------------------------------------------
40942025-05-08T21:21:27.203ZAccepted connection from 10.0.0.1, port 48791
40952025-05-08T21:21:27.203Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32797
40962025-05-08T21:21:27.203Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35095
40972025-05-08T21:21:27.203Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45717
40982025-05-08T21:21:27.203Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42663
40992025-05-08T21:21:27.203Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45584
41002025-05-08T21:21:27.203Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64342
41012025-05-08T21:21:27.203Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61174
41022025-05-08T21:21:27.203Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37316
41032025-05-08T21:21:27.203Z[ ID] Interval Transfer Bandwidth
41042025-05-08T21:21:27.203Z[ 5] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
41052025-05-08T21:21:27.203Z[ 7] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
41062025-05-08T21:21:27.203Z[ 9] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
41072025-05-08T21:21:27.203Z[ 11] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
41082025-05-08T21:21:27.203Z[ 13] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
41092025-05-08T21:21:27.203Z[ 15] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
41102025-05-08T21:21:27.203Z[ 17] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
41112025-05-08T21:21:27.203Z[ 19] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
41122025-05-08T21:21:27.203Z[SUM] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec
41132025-05-08T21:21:27.203Z- - - - - - - - - - - - - - - - - - - - - - - - -
41142025-05-08T21:21:27.203Z[ 5] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
41152025-05-08T21:21:27.203Z[ 7] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
41162025-05-08T21:21:27.203Z[ 9] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
41172025-05-08T21:21:27.203Z[ 11] 1.00-2.00 sec 20.6 MBytes 172 Mbits/sec
41182025-05-08T21:21:27.203Z[ 13] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
41192025-05-08T21:21:27.203Z[ 15] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
41202025-05-08T21:21:27.203Z[ 17] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
41212025-05-08T21:21:27.203Z[ 19] 1.00-2.00 sec 20.4 MBytes 171 Mbits/sec
41222025-05-08T21:21:27.203Z[SUM] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
41232025-05-08T21:21:27.203Z- - - - - - - - - - - - - - - - - - - - - - - - -
41242025-05-08T21:21:27.203Z[ 5] 2.00-3.00 sec 19.6 MBytes 164 Mbits/sec
41252025-05-08T21:21:27.203Z[ 7] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec
41262025-05-08T21:21:27.203Z[ 9] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec
41272025-05-08T21:21:27.203Z[ 11] 2.00-3.00 sec 19.6 MBytes 165 Mbits/sec
41282025-05-08T21:21:27.203Z[ 13] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec
41292025-05-08T21:21:27.204Z[ 15] 2.00-3.00 sec 19.6 MBytes 164 Mbits/sec
41302025-05-08T21:21:27.204Z[ 17] 2.00-3.00 sec 19.5 MBytes 164 Mbits/sec
41312025-05-08T21:21:27.204Z[ 19] 2.00-3.00 sec 19.6 MBytes 165 Mbits/sec
41322025-05-08T21:21:27.204Z[SUM] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
41332025-05-08T21:21:27.204Z- - - - - - - - - - - - - - - - - - - - - - - - -
41342025-05-08T21:21:27.204Z[ 5] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec
41352025-05-08T21:21:27.204Z[ 7] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec
41362025-05-08T21:21:27.204Z[ 9] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec
41372025-05-08T21:21:27.204Z[ 11] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec
41382025-05-08T21:21:27.204Z[ 13] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec
41392025-05-08T21:21:27.207Z[ 15] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec
41402025-05-08T21:21:27.207Z[ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec
41412025-05-08T21:21:27.207Z[ 19] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec
41422025-05-08T21:21:27.207Z[SUM] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
41432025-05-08T21:21:27.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
41442025-05-08T21:21:27.207Z[ 5] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
41452025-05-08T21:21:27.207Z[ 7] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
41462025-05-08T21:21:27.207Z[ 9] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
41472025-05-08T21:21:27.207Z[ 11] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
41482025-05-08T21:21:27.207Z[ 13] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
41492025-05-08T21:21:27.207Z[ 15] 4.00-5.00 sec 19.6 MBytes 164 Mbits/sec
41502025-05-08T21:21:27.208Z[ 17] 4.00-5.00 sec 19.5 MBytes 164 Mbits/sec
41512025-05-08T21:21:27.208Z[ 19] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec
41522025-05-08T21:21:27.208Z[SUM] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
41532025-05-08T21:21:27.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
41542025-05-08T21:21:27.208Z[ 5] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec
41552025-05-08T21:21:27.208Z[ 7] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec
41562025-05-08T21:21:27.208Z[ 9] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec
41572025-05-08T21:21:27.208Z[ 11] 5.00-6.00 sec 19.6 MBytes 164 Mbits/sec
41582025-05-08T21:21:27.208Z[ 13] 5.00-6.00 sec 19.5 MBytes 164 Mbits/sec
41592025-05-08T21:21:27.208Z[ 15] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec
41602025-05-08T21:21:27.208Z[ 17] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec
41612025-05-08T21:21:27.208Z[ 19] 5.00-6.00 sec 19.6 MBytes 165 Mbits/sec
41622025-05-08T21:21:27.208Z[SUM] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
41632025-05-08T21:21:27.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
41642025-05-08T21:21:27.208Z[ 5] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec
41652025-05-08T21:21:27.208Z[ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
41662025-05-08T21:21:27.208Z[ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
41672025-05-08T21:21:30.316Z[ 11] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec
41682025-05-08T21:21:30.317Z[ 13] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec
41692025-05-08T21:21:30.317Z[ 15] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
41702025-05-08T21:21:30.317Z[ 17] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec
41712025-05-08T21:21:30.317Z[ 19] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec
41722025-05-08T21:21:30.317Z[SUM] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
41732025-05-08T21:21:30.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
41742025-05-08T21:21:30.317Z[ 5] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
41752025-05-08T21:21:30.317Z[ 7] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
41762025-05-08T21:21:30.317Z[ 9] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
41772025-05-08T21:21:30.317Z[ 11] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
41782025-05-08T21:21:30.317Z[ 13] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
41792025-05-08T21:21:30.317Z[ 15] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
41802025-05-08T21:21:30.317Z[ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
41812025-05-08T21:21:30.317Z[ 19] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
41822025-05-08T21:21:30.317Z[SUM] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
41832025-05-08T21:21:30.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
41842025-05-08T21:21:30.317Z[ 5] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec
41852025-05-08T21:21:30.317Z[ 7] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
41862025-05-08T21:21:30.317Z[ 9] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec
41872025-05-08T21:21:30.317Z[ 11] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
41882025-05-08T21:21:30.317Z[ 13] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
41892025-05-08T21:21:30.317Z[ 15] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
41902025-05-08T21:21:30.317Z[ 17] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
41912025-05-08T21:21:30.317Z[ 19] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
41922025-05-08T21:21:30.318Z[SUM] 8.00-9.00 sec 156 MBytes 1.30 Gbits/sec
41932025-05-08T21:21:30.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
41942025-05-08T21:21:30.318Z[ 5] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
41952025-05-08T21:21:30.321Z[ 7] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
41962025-05-08T21:21:30.321Z[ 9] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
41972025-05-08T21:21:30.321Z[ 11] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
41982025-05-08T21:21:30.321Z[ 13] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
41992025-05-08T21:21:30.321Z[ 15] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
42002025-05-08T21:21:30.321Z[ 17] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
42012025-05-08T21:21:30.321Z[ 19] 9.00-10.00 sec 19.1 MBytes 160 Mbits/sec
42022025-05-08T21:21:30.321Z[SUM] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
42032025-05-08T21:21:30.321Z- - - - - - - - - - - - - - - - - - - - - - - - -
42042025-05-08T21:21:30.321Z[ 5] 10.00-10.00 sec 48.1 KBytes 147 Mbits/sec
42052025-05-08T21:21:30.321Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42062025-05-08T21:21:30.321Z[ 9] 10.00-10.00 sec 48.1 KBytes 147 Mbits/sec
42072025-05-08T21:21:30.321Z[ 11] 10.00-10.00 sec 96.2 KBytes 294 Mbits/sec
42082025-05-08T21:21:30.321Z[ 13] 10.00-10.00 sec 96.2 KBytes 294 Mbits/sec
42092025-05-08T21:21:30.321Z[ 15] 10.00-10.00 sec 96.2 KBytes 294 Mbits/sec
42102025-05-08T21:21:30.321Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42112025-05-08T21:21:30.321Z[ 19] 10.00-10.00 sec 48.1 KBytes 147 Mbits/sec
42122025-05-08T21:21:30.321Z[SUM] 10.00-10.00 sec 433 KBytes 1.32 Gbits/sec
42132025-05-08T21:21:30.321Z- - - - - - - - - - - - - - - - - - - - - - - - -
42142025-05-08T21:21:30.321Z[ ID] Interval Transfer Bandwidth
42152025-05-08T21:21:30.321Z[ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42162025-05-08T21:21:30.321Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42172025-05-08T21:21:30.321Z[ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42182025-05-08T21:21:30.322Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42192025-05-08T21:21:30.322Z[ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42202025-05-08T21:21:30.322Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42212025-05-08T21:21:30.322Z[ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42222025-05-08T21:21:30.322Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42232025-05-08T21:21:30.322Z[ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42242025-05-08T21:21:30.322Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42252025-05-08T21:21:30.322Z[ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42262025-05-08T21:21:30.322Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42272025-05-08T21:21:30.322Z[ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42282025-05-08T21:21:30.322Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42292025-05-08T21:21:30.322Z[ 19] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
42302025-05-08T21:21:30.322Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42312025-05-08T21:21:30.322Z[SUM] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
42322025-05-08T21:21:30.322Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42332025-05-08T21:21:30.322ZRun 4/10...1296.726Mbps
42342025-05-08T21:21:37.356Z-----------------------------------------------------------
42352025-05-08T21:21:37.356ZServer listening on 5201
42362025-05-08T21:21:37.356Z-----------------------------------------------------------
42372025-05-08T21:21:37.356ZAccepted connection from 10.0.0.1, port 55169
42382025-05-08T21:21:37.356Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54283
42392025-05-08T21:21:37.356Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41755
42402025-05-08T21:21:37.356Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40826
42412025-05-08T21:21:37.356Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47540
42422025-05-08T21:21:37.356Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43457
42432025-05-08T21:21:37.356Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52068
42442025-05-08T21:21:37.356Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48037
42452025-05-08T21:21:37.356Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39551
42462025-05-08T21:21:37.356Z[ ID] Interval Transfer Bandwidth
42472025-05-08T21:21:37.356Z[ 5] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
42482025-05-08T21:21:37.356Z[ 7] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
42492025-05-08T21:21:37.356Z[ 9] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
42502025-05-08T21:21:37.356Z[ 11] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
42512025-05-08T21:21:37.356Z[ 13] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
42522025-05-08T21:21:37.356Z[ 15] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
42532025-05-08T21:21:37.356Z[ 17] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
42542025-05-08T21:21:37.356Z[ 19] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
42552025-05-08T21:21:37.356Z[SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
42562025-05-08T21:21:37.356Z- - - - - - - - - - - - - - - - - - - - - - - - -
42572025-05-08T21:21:37.356Z[ 5] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
42582025-05-08T21:21:37.356Z[ 7] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
42592025-05-08T21:21:37.356Z[ 9] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
42602025-05-08T21:21:37.356Z[ 11] 1.00-2.00 sec 20.2 MBytes 170 Mbits/sec
42612025-05-08T21:21:37.356Z[ 13] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
42622025-05-08T21:21:37.356Z[ 15] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
42632025-05-08T21:21:37.356Z[ 17] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
42642025-05-08T21:21:37.356Z[ 19] 1.00-2.00 sec 20.2 MBytes 169 Mbits/sec
42652025-05-08T21:21:37.357Z[SUM] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec
42662025-05-08T21:21:37.357Z- - - - - - - - - - - - - - - - - - - - - - - - -
42672025-05-08T21:21:37.357Z[ 5] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
42682025-05-08T21:21:37.357Z[ 7] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
42692025-05-08T21:21:37.357Z[ 9] 2.00-3.00 sec 20.1 MBytes 169 Mbits/sec
42702025-05-08T21:21:37.357Z[ 11] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
42712025-05-08T21:21:37.357Z[ 13] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
42722025-05-08T21:21:37.357Z[ 15] 2.00-3.00 sec 20.1 MBytes 169 Mbits/sec
42732025-05-08T21:21:37.357Z[ 17] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
42742025-05-08T21:21:37.357Z[ 19] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
42752025-05-08T21:21:37.357Z[SUM] 2.00-3.00 sec 160 MBytes 1.35 Gbits/sec
42762025-05-08T21:21:37.357Z- - - - - - - - - - - - - - - - - - - - - - - - -
42772025-05-08T21:21:37.357Z[ 5] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
42782025-05-08T21:21:37.357Z[ 7] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
42792025-05-08T21:21:37.357Z[ 9] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
42802025-05-08T21:21:37.357Z[ 11] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
42812025-05-08T21:21:37.357Z[ 13] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
42822025-05-08T21:21:37.357Z[ 15] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
42832025-05-08T21:21:37.357Z[ 17] 3.00-4.00 sec 20.1 MBytes 169 Mbits/sec
42842025-05-08T21:21:37.357Z[ 19] 3.00-4.00 sec 20.0 MBytes 168 Mbits/sec
42852025-05-08T21:21:37.357Z[SUM] 3.00-4.00 sec 160 MBytes 1.35 Gbits/sec
42862025-05-08T21:21:37.357Z- - - - - - - - - - - - - - - - - - - - - - - - -
42872025-05-08T21:21:37.357Z[ 5] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
42882025-05-08T21:21:37.357Z[ 7] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
42892025-05-08T21:21:37.357Z[ 9] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
42902025-05-08T21:21:37.357Z[ 11] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
42912025-05-08T21:21:37.358Z[ 13] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
42922025-05-08T21:21:37.358Z[ 15] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
42932025-05-08T21:21:37.358Z[ 17] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
42942025-05-08T21:21:37.358Z[ 19] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
42952025-05-08T21:21:37.358Z[SUM] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
42962025-05-08T21:21:37.358Z- - - - - - - - - - - - - - - - - - - - - - - - -
42972025-05-08T21:21:37.358Z[ 5] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
42982025-05-08T21:21:37.358Z[ 7] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec
42992025-05-08T21:21:37.358Z[ 9] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec
43002025-05-08T21:21:37.358Z[ 11] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec
43012025-05-08T21:21:37.358Z[ 13] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec
43022025-05-08T21:21:37.358Z[ 15] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec
43032025-05-08T21:21:37.358Z[ 17] 5.00-6.00 sec 20.0 MBytes 168 Mbits/sec
43042025-05-08T21:21:37.358Z[ 19] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec
43052025-05-08T21:21:37.358Z[SUM] 5.00-6.00 sec 160 MBytes 1.34 Gbits/sec
43062025-05-08T21:21:37.358Z- - - - - - - - - - - - - - - - - - - - - - - - -
43072025-05-08T21:21:37.358Z[ 5] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
43082025-05-08T21:21:37.358Z[ 7] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
43092025-05-08T21:21:37.358Z[ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
43102025-05-08T21:21:40.469Z[ 11] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
43112025-05-08T21:21:40.469Z[ 13] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
43122025-05-08T21:21:40.469Z[ 15] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec
43132025-05-08T21:21:40.469Z[ 17] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec
43142025-05-08T21:21:40.469Z[ 19] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
43152025-05-08T21:21:40.469Z[SUM] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
43162025-05-08T21:21:40.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
43172025-05-08T21:21:40.469Z[ 5] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
43182025-05-08T21:21:40.469Z[ 7] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
43192025-05-08T21:21:40.469Z[ 9] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
43202025-05-08T21:21:40.469Z[ 11] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
43212025-05-08T21:21:40.469Z[ 13] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
43222025-05-08T21:21:40.469Z[ 15] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
43232025-05-08T21:21:40.469Z[ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
43242025-05-08T21:21:40.469Z[ 19] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
43252025-05-08T21:21:40.469Z[SUM] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
43262025-05-08T21:21:40.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
43272025-05-08T21:21:40.469Z[ 5] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
43282025-05-08T21:21:40.469Z[ 7] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
43292025-05-08T21:21:40.469Z[ 9] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
43302025-05-08T21:21:40.469Z[ 11] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
43312025-05-08T21:21:40.469Z[ 13] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
43322025-05-08T21:21:40.469Z[ 15] 8.00-9.00 sec 19.9 MBytes 167 Mbits/sec
43332025-05-08T21:21:40.469Z[ 17] 8.00-9.00 sec 19.9 MBytes 167 Mbits/sec
43342025-05-08T21:21:40.470Z[ 19] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
43352025-05-08T21:21:40.470Z[SUM] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
43362025-05-08T21:21:40.470Z- - - - - - - - - - - - - - - - - - - - - - - - -
43372025-05-08T21:21:40.470Z[ 5] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
43382025-05-08T21:21:40.470Z[ 7] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
43392025-05-08T21:21:40.470Z[ 9] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
43402025-05-08T21:21:40.470Z[ 11] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
43412025-05-08T21:21:40.470Z[ 13] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
43422025-05-08T21:21:40.470Z[ 15] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
43432025-05-08T21:21:40.470Z[ 17] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
43442025-05-08T21:21:40.470Z[ 19] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
43452025-05-08T21:21:40.470Z[SUM] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
43462025-05-08T21:21:40.470Z- - - - - - - - - - - - - - - - - - - - - - - - -
43472025-05-08T21:21:40.470Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43482025-05-08T21:21:40.470Z[ 7] 10.00-10.00 sec 96.2 KBytes 308 Mbits/sec
43492025-05-08T21:21:40.470Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43502025-05-08T21:21:40.470Z[ 11] 10.00-10.00 sec 48.1 KBytes 154 Mbits/sec
43512025-05-08T21:21:40.470Z[ 13] 10.00-10.00 sec 48.1 KBytes 154 Mbits/sec
43522025-05-08T21:21:40.470Z[ 15] 10.00-10.00 sec 48.1 KBytes 154 Mbits/sec
43532025-05-08T21:21:40.470Z[ 17] 10.00-10.00 sec 96.2 KBytes 308 Mbits/sec
43542025-05-08T21:21:40.470Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43552025-05-08T21:21:40.470Z[SUM] 10.00-10.00 sec 337 KBytes 1.08 Gbits/sec
43562025-05-08T21:21:40.470Z- - - - - - - - - - - - - - - - - - - - - - - - -
43572025-05-08T21:21:40.470Z[ ID] Interval Transfer Bandwidth
43582025-05-08T21:21:40.470Z[ 5] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43592025-05-08T21:21:40.470Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43602025-05-08T21:21:40.470Z[ 7] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43612025-05-08T21:21:40.470Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43622025-05-08T21:21:40.470Z[ 9] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43632025-05-08T21:21:40.470Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43642025-05-08T21:21:40.470Z[ 11] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43652025-05-08T21:21:40.470Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43662025-05-08T21:21:40.470Z[ 13] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43672025-05-08T21:21:40.470Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43682025-05-08T21:21:40.470Z[ 15] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43692025-05-08T21:21:40.470Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43702025-05-08T21:21:40.470Z[ 17] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43712025-05-08T21:21:40.470Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43722025-05-08T21:21:40.470Z[ 19] 0.00-10.00 sec 195 MBytes 164 Mbits/sec sender
43732025-05-08T21:21:40.471Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43742025-05-08T21:21:40.471Z[SUM] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender
43752025-05-08T21:21:40.474Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43762025-05-08T21:21:40.474ZRun 5/10...1310.355Mbps
43772025-05-08T21:21:47.506Z-----------------------------------------------------------
43782025-05-08T21:21:47.506ZServer listening on 5201
43792025-05-08T21:21:47.506Z-----------------------------------------------------------
43802025-05-08T21:21:47.506ZAccepted connection from 10.0.0.1, port 40610
43812025-05-08T21:21:47.506Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53753
43822025-05-08T21:21:47.506Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44526
43832025-05-08T21:21:47.506Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35591
43842025-05-08T21:21:47.506Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61569
43852025-05-08T21:21:47.506Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57527
43862025-05-08T21:21:47.506Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36970
43872025-05-08T21:21:47.506Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54733
43882025-05-08T21:21:47.506Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36642
43892025-05-08T21:21:47.506Z[ ID] Interval Transfer Bandwidth
43902025-05-08T21:21:47.506Z[ 5] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
43912025-05-08T21:21:47.506Z[ 7] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
43922025-05-08T21:21:47.506Z[ 9] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
43932025-05-08T21:21:47.506Z[ 11] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
43942025-05-08T21:21:47.506Z[ 13] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
43952025-05-08T21:21:47.506Z[ 15] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
43962025-05-08T21:21:47.506Z[ 17] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
43972025-05-08T21:21:47.506Z[ 19] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
43982025-05-08T21:21:47.506Z[SUM] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec
43992025-05-08T21:21:47.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
44002025-05-08T21:21:47.506Z[ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
44012025-05-08T21:21:47.506Z[ 7] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
44022025-05-08T21:21:47.506Z[ 9] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
44032025-05-08T21:21:47.507Z[ 11] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
44042025-05-08T21:21:47.507Z[ 13] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
44052025-05-08T21:21:47.507Z[ 15] 1.00-2.00 sec 20.1 MBytes 169 Mbits/sec
44062025-05-08T21:21:47.507Z[ 17] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
44072025-05-08T21:21:47.507Z[ 19] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
44082025-05-08T21:21:47.507Z[SUM] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
44092025-05-08T21:21:47.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
44102025-05-08T21:21:47.507Z[ 5] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
44112025-05-08T21:21:47.507Z[ 7] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
44122025-05-08T21:21:47.507Z[ 9] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
44132025-05-08T21:21:47.507Z[ 11] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
44142025-05-08T21:21:47.507Z[ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
44152025-05-08T21:21:47.507Z[ 15] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
44162025-05-08T21:21:47.507Z[ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
44172025-05-08T21:21:47.507Z[ 19] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
44182025-05-08T21:21:47.507Z[SUM] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec
44192025-05-08T21:21:47.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
44202025-05-08T21:21:47.507Z[ 5] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
44212025-05-08T21:21:47.507Z[ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
44222025-05-08T21:21:47.507Z[ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
44232025-05-08T21:21:47.507Z[ 11] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
44242025-05-08T21:21:47.507Z[ 13] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
44252025-05-08T21:21:47.507Z[ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
44262025-05-08T21:21:47.507Z[ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec
44272025-05-08T21:21:47.507Z[ 19] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
44282025-05-08T21:21:47.507Z[SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
44292025-05-08T21:21:47.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
44302025-05-08T21:21:47.507Z[ 5] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
44312025-05-08T21:21:47.507Z[ 7] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec
44322025-05-08T21:21:47.507Z[ 9] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
44332025-05-08T21:21:47.507Z[ 11] 4.00-5.00 sec 21.0 MBytes 176 Mbits/sec
44342025-05-08T21:21:47.507Z[ 13] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
44352025-05-08T21:21:47.507Z[ 15] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
44362025-05-08T21:21:47.507Z[ 17] 4.00-5.00 sec 21.2 MBytes 178 Mbits/sec
44372025-05-08T21:21:47.507Z[ 19] 4.00-5.00 sec 21.1 MBytes 177 Mbits/sec
44382025-05-08T21:21:47.507Z[SUM] 4.00-5.00 sec 169 MBytes 1.42 Gbits/sec
44392025-05-08T21:21:47.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
44402025-05-08T21:21:47.507Z[ 5] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec
44412025-05-08T21:21:47.507Z[ 7] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
44422025-05-08T21:21:47.508Z[ 9] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
44432025-05-08T21:21:47.508Z[ 11] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
44442025-05-08T21:21:47.508Z[ 13] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec
44452025-05-08T21:21:47.508Z[ 15] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
44462025-05-08T21:21:47.508Z[ 17] 5.00-6.00 sec 20.0 MBytes 167 Mbits/sec
44472025-05-08T21:21:47.508Z[ 19] 5.00-6.00 sec 19.9 MBytes 167 Mbits/sec
44482025-05-08T21:21:47.508Z[SUM] 5.00-6.00 sec 159 MBytes 1.34 Gbits/sec
44492025-05-08T21:21:47.508Z- - - - - - - - - - - - - - - - - - - - - - - - -
44502025-05-08T21:21:47.508Z[ 5] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec
44512025-05-08T21:21:47.508Z[ 7] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec
44522025-05-08T21:21:47.508Z[ 9] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
44532025-05-08T21:21:50.620Z[ 11] 6.00-7.00 sec 20.3 MBytes 171 Mbits/sec
44542025-05-08T21:21:50.620Z[ 13] 6.00-7.00 sec 20.2 MBytes 170 Mbits/sec
44552025-05-08T21:21:50.620Z[ 15] 6.00-7.00 sec 20.1 MBytes 169 Mbits/sec
44562025-05-08T21:21:50.620Z[ 17] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
44572025-05-08T21:21:50.620Z[ 19] 6.00-7.00 sec 20.2 MBytes 169 Mbits/sec
44582025-05-08T21:21:50.620Z[SUM] 6.00-7.00 sec 162 MBytes 1.36 Gbits/sec
44592025-05-08T21:21:50.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
44602025-05-08T21:21:50.620Z[ 5] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
44612025-05-08T21:21:50.620Z[ 7] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec
44622025-05-08T21:21:50.620Z[ 9] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
44632025-05-08T21:21:50.620Z[ 11] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec
44642025-05-08T21:21:50.620Z[ 13] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
44652025-05-08T21:21:50.620Z[ 15] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
44662025-05-08T21:21:50.620Z[ 17] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
44672025-05-08T21:21:50.620Z[ 19] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
44682025-05-08T21:21:50.620Z[SUM] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
44692025-05-08T21:21:50.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
44702025-05-08T21:21:50.620Z[ 5] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec
44712025-05-08T21:21:50.620Z[ 7] 8.00-9.00 sec 19.3 MBytes 161 Mbits/sec
44722025-05-08T21:21:50.620Z[ 9] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec
44732025-05-08T21:21:50.620Z[ 11] 8.00-9.00 sec 19.3 MBytes 161 Mbits/sec
44742025-05-08T21:21:50.620Z[ 13] 8.00-9.00 sec 19.3 MBytes 161 Mbits/sec
44752025-05-08T21:21:50.620Z[ 15] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec
44762025-05-08T21:21:50.620Z[ 17] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec
44772025-05-08T21:21:50.620Z[ 19] 8.00-9.00 sec 19.3 MBytes 162 Mbits/sec
44782025-05-08T21:21:50.620Z[SUM] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
44792025-05-08T21:21:50.620Z- - - - - - - - - - - - - - - - - - - - - - - - -
44802025-05-08T21:21:50.620Z[ 5] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
44812025-05-08T21:21:50.620Z[ 7] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
44822025-05-08T21:21:50.620Z[ 9] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec
44832025-05-08T21:21:50.620Z[ 11] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
44842025-05-08T21:21:50.620Z[ 13] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
44852025-05-08T21:21:50.620Z[ 15] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec
44862025-05-08T21:21:50.621Z[ 17] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec
44872025-05-08T21:21:50.621Z[ 19] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec
44882025-05-08T21:21:50.621Z[SUM] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
44892025-05-08T21:21:50.621Z- - - - - - - - - - - - - - - - - - - - - - - - -
44902025-05-08T21:21:50.621Z[ 5] 10.00-10.00 sec 48.1 KBytes 137 Mbits/sec
44912025-05-08T21:21:50.621Z[ 7] 10.00-10.00 sec 48.1 KBytes 137 Mbits/sec
44922025-05-08T21:21:50.621Z[ 9] 10.00-10.00 sec 96.2 KBytes 275 Mbits/sec
44932025-05-08T21:21:50.621Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44942025-05-08T21:21:50.621Z[ 13] 10.00-10.00 sec 96.2 KBytes 275 Mbits/sec
44952025-05-08T21:21:50.621Z[ 15] 10.00-10.00 sec 48.1 KBytes 137 Mbits/sec
44962025-05-08T21:21:50.621Z[ 17] 10.00-10.00 sec 96.2 KBytes 275 Mbits/sec
44972025-05-08T21:21:50.621Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44982025-05-08T21:21:50.621Z[SUM] 10.00-10.00 sec 433 KBytes 1.24 Gbits/sec
44992025-05-08T21:21:50.621Z- - - - - - - - - - - - - - - - - - - - - - - - -
45002025-05-08T21:21:50.621Z[ ID] Interval Transfer Bandwidth
45012025-05-08T21:21:50.621Z[ 5] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
45022025-05-08T21:21:50.621Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45032025-05-08T21:21:50.621Z[ 7] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender
45042025-05-08T21:21:50.621Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45052025-05-08T21:21:50.621Z[ 9] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender
45062025-05-08T21:21:50.621Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45072025-05-08T21:21:50.621Z[ 11] 0.00-10.00 sec 196 MBytes 165 Mbits/sec sender
45082025-05-08T21:21:50.621Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45092025-05-08T21:21:50.621Z[ 13] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender
45102025-05-08T21:21:50.621Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45112025-05-08T21:21:50.621Z[ 15] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender
45122025-05-08T21:21:50.621Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45132025-05-08T21:21:50.621Z[ 17] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender
45142025-05-08T21:21:50.621Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45152025-05-08T21:21:50.621Z[ 19] 0.00-10.00 sec 196 MBytes 164 Mbits/sec sender
45162025-05-08T21:21:50.621Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45172025-05-08T21:21:50.621Z[SUM] 0.00-10.00 sec 1.53 GBytes 1.32 Gbits/sec sender
45182025-05-08T21:21:50.621Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45192025-05-08T21:21:50.625ZRun 6/10...1315.576Mbps
45202025-05-08T21:21:57.659Z-----------------------------------------------------------
45212025-05-08T21:21:57.659ZServer listening on 5201
45222025-05-08T21:21:57.659Z-----------------------------------------------------------
45232025-05-08T21:21:57.660ZAccepted connection from 10.0.0.1, port 34624
45242025-05-08T21:21:57.660Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60558
45252025-05-08T21:21:57.660Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35792
45262025-05-08T21:21:57.660Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59902
45272025-05-08T21:21:57.660Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42675
45282025-05-08T21:21:57.660Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34930
45292025-05-08T21:21:57.660Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44143
45302025-05-08T21:21:57.660Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34856
45312025-05-08T21:21:57.660Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37299
45322025-05-08T21:21:57.660Z[ ID] Interval Transfer Bandwidth
45332025-05-08T21:21:57.660Z[ 5] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
45342025-05-08T21:21:57.660Z[ 7] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
45352025-05-08T21:21:57.660Z[ 9] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
45362025-05-08T21:21:57.660Z[ 11] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
45372025-05-08T21:21:57.660Z[ 13] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
45382025-05-08T21:21:57.660Z[ 15] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
45392025-05-08T21:21:57.660Z[ 17] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
45402025-05-08T21:21:57.661Z[ 19] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
45412025-05-08T21:21:57.661Z[SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
45422025-05-08T21:21:57.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
45432025-05-08T21:21:57.661Z[ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
45442025-05-08T21:21:57.661Z[ 7] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec
45452025-05-08T21:21:57.661Z[ 9] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
45462025-05-08T21:21:57.661Z[ 11] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
45472025-05-08T21:21:57.661Z[ 13] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
45482025-05-08T21:21:57.661Z[ 15] 1.00-2.00 sec 20.0 MBytes 167 Mbits/sec
45492025-05-08T21:21:57.661Z[ 17] 1.00-2.00 sec 20.0 MBytes 168 Mbits/sec
45502025-05-08T21:21:57.661Z[ 19] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
45512025-05-08T21:21:57.661Z[SUM] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
45522025-05-08T21:21:57.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
45532025-05-08T21:21:57.661Z[ 5] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
45542025-05-08T21:21:57.661Z[ 7] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
45552025-05-08T21:21:57.661Z[ 9] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
45562025-05-08T21:21:57.661Z[ 11] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
45572025-05-08T21:21:57.661Z[ 13] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
45582025-05-08T21:21:57.661Z[ 15] 2.00-3.00 sec 20.0 MBytes 168 Mbits/sec
45592025-05-08T21:21:57.661Z[ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
45602025-05-08T21:21:57.661Z[ 19] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
45612025-05-08T21:21:57.661Z[SUM] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec
45622025-05-08T21:21:57.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
45632025-05-08T21:21:57.661Z[ 5] 3.00-4.00 sec 19.9 MBytes 167 Mbits/sec
45642025-05-08T21:21:57.661Z[ 7] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec
45652025-05-08T21:21:57.661Z[ 9] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec
45662025-05-08T21:21:57.661Z[ 11] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec
45672025-05-08T21:21:57.661Z[ 13] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec
45682025-05-08T21:21:57.661Z[ 15] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec
45692025-05-08T21:21:57.661Z[ 17] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec
45702025-05-08T21:21:57.661Z[ 19] 3.00-4.00 sec 20.0 MBytes 167 Mbits/sec
45712025-05-08T21:21:57.662Z[SUM] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
45722025-05-08T21:21:57.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
45732025-05-08T21:21:57.662Z[ 5] 4.00-5.00 sec 20.3 MBytes 171 Mbits/sec
45742025-05-08T21:21:57.662Z[ 7] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
45752025-05-08T21:21:57.662Z[ 9] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
45762025-05-08T21:21:57.662Z[ 11] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec
45772025-05-08T21:21:57.662Z[ 13] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
45782025-05-08T21:21:57.662Z[ 15] 4.00-5.00 sec 20.3 MBytes 170 Mbits/sec
45792025-05-08T21:21:57.662Z[ 17] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
45802025-05-08T21:21:57.662Z[ 19] 4.00-5.00 sec 20.4 MBytes 171 Mbits/sec
45812025-05-08T21:21:57.662Z[SUM] 4.00-5.00 sec 163 MBytes 1.37 Gbits/sec
45822025-05-08T21:21:57.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
45832025-05-08T21:21:57.662Z[ 5] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec
45842025-05-08T21:21:57.662Z[ 7] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
45852025-05-08T21:21:57.662Z[ 9] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec
45862025-05-08T21:21:57.662Z[ 11] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec
45872025-05-08T21:21:57.662Z[ 13] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec
45882025-05-08T21:21:57.662Z[ 15] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec
45892025-05-08T21:21:57.662Z[ 17] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
45902025-05-08T21:21:57.662Z[ 19] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec
45912025-05-08T21:21:57.662Z[SUM] 5.00-6.00 sec 167 MBytes 1.40 Gbits/sec
45922025-05-08T21:21:57.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
45932025-05-08T21:21:57.662Z[ 5] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
45942025-05-08T21:21:57.662Z[ 7] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
45952025-05-08T21:21:57.662Z[ 9] 6.00-7.00 sec 21.1 MBytes 177 Mbits/sec
45962025-05-08T21:22:00.882Z[ 11] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
45972025-05-08T21:22:00.882Z[ 13] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
45982025-05-08T21:22:00.882Z[ 15] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
45992025-05-08T21:22:00.882Z[ 17] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
46002025-05-08T21:22:00.882Z[ 19] 6.00-7.00 sec 21.0 MBytes 176 Mbits/sec
46012025-05-08T21:22:00.882Z[SUM] 6.00-7.00 sec 168 MBytes 1.41 Gbits/sec
46022025-05-08T21:22:00.882Z- - - - - - - - - - - - - - - - - - - - - - - - -
46032025-05-08T21:22:00.882Z[ 5] 7.00-8.00 sec 21.2 MBytes 178 Mbits/sec
46042025-05-08T21:22:00.882Z[ 7] 7.00-8.00 sec 21.3 MBytes 179 Mbits/sec
46052025-05-08T21:22:00.882Z[ 9] 7.00-8.00 sec 21.1 MBytes 177 Mbits/sec
46062025-05-08T21:22:00.882Z[ 11] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
46072025-05-08T21:22:00.882Z[ 13] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
46082025-05-08T21:22:00.882Z[ 15] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
46092025-05-08T21:22:00.882Z[ 17] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
46102025-05-08T21:22:00.882Z[ 19] 7.00-8.00 sec 21.3 MBytes 178 Mbits/sec
46112025-05-08T21:22:00.882Z[SUM] 7.00-8.00 sec 170 MBytes 1.43 Gbits/sec
46122025-05-08T21:22:00.882Z- - - - - - - - - - - - - - - - - - - - - - - - -
46132025-05-08T21:22:00.882Z[ 5] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec
46142025-05-08T21:22:00.882Z[ 7] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
46152025-05-08T21:22:00.882Z[ 9] 8.00-9.00 sec 20.2 MBytes 169 Mbits/sec
46162025-05-08T21:22:00.882Z[ 11] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec
46172025-05-08T21:22:00.882Z[ 13] 8.00-9.00 sec 20.1 MBytes 168 Mbits/sec
46182025-05-08T21:22:00.882Z[ 15] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec
46192025-05-08T21:22:00.882Z[ 17] 8.00-9.00 sec 20.1 MBytes 169 Mbits/sec
46202025-05-08T21:22:00.883Z[ 19] 8.00-9.00 sec 20.0 MBytes 168 Mbits/sec
46212025-05-08T21:22:00.883Z[SUM] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec
46222025-05-08T21:22:00.883Z- - - - - - - - - - - - - - - - - - - - - - - - -
46232025-05-08T21:22:00.883Z[ 5] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
46242025-05-08T21:22:00.883Z[ 7] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
46252025-05-08T21:22:00.883Z[ 9] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
46262025-05-08T21:22:00.883Z[ 11] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
46272025-05-08T21:22:00.883Z[ 13] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
46282025-05-08T21:22:00.883Z[ 15] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
46292025-05-08T21:22:00.883Z[ 17] 9.00-10.00 sec 20.3 MBytes 170 Mbits/sec
46302025-05-08T21:22:00.883Z[ 19] 9.00-10.00 sec 20.4 MBytes 171 Mbits/sec
46312025-05-08T21:22:00.883Z[SUM] 9.00-10.00 sec 163 MBytes 1.37 Gbits/sec
46322025-05-08T21:22:00.883Z- - - - - - - - - - - - - - - - - - - - - - - - -
46332025-05-08T21:22:00.883Z[ 5] 10.00-10.00 sec 48.1 KBytes 141 Mbits/sec
46342025-05-08T21:22:00.883Z[ 7] 10.00-10.00 sec 144 KBytes 424 Mbits/sec
46352025-05-08T21:22:00.883Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46362025-05-08T21:22:00.883Z[ 11] 10.00-10.00 sec 48.1 KBytes 141 Mbits/sec
46372025-05-08T21:22:00.883Z[ 13] 10.00-10.00 sec 144 KBytes 424 Mbits/sec
46382025-05-08T21:22:00.883Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46392025-05-08T21:22:00.883Z[ 17] 10.00-10.00 sec 144 KBytes 424 Mbits/sec
46402025-05-08T21:22:00.883Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46412025-05-08T21:22:00.883Z[SUM] 10.00-10.00 sec 529 KBytes 1.55 Gbits/sec
46422025-05-08T21:22:00.883Z- - - - - - - - - - - - - - - - - - - - - - - - -
46432025-05-08T21:22:00.883Z[ ID] Interval Transfer Bandwidth
46442025-05-08T21:22:00.883Z[ 5] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46452025-05-08T21:22:00.883Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46462025-05-08T21:22:00.883Z[ 7] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46472025-05-08T21:22:00.883Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46482025-05-08T21:22:00.883Z[ 9] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46492025-05-08T21:22:00.883Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46502025-05-08T21:22:00.883Z[ 11] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46512025-05-08T21:22:00.883Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46522025-05-08T21:22:00.883Z[ 13] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46532025-05-08T21:22:00.883Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46542025-05-08T21:22:00.883Z[ 15] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46552025-05-08T21:22:00.883Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46562025-05-08T21:22:00.883Z[ 17] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46572025-05-08T21:22:00.883Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46582025-05-08T21:22:00.884Z[ 19] 0.00-10.00 sec 200 MBytes 168 Mbits/sec sender
46592025-05-08T21:22:00.884Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46602025-05-08T21:22:00.884Z[SUM] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
46612025-05-08T21:22:00.884Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46622025-05-08T21:22:00.887ZRun 7/10...1344.018Mbps
46632025-05-08T21:22:07.919Z-----------------------------------------------------------
46642025-05-08T21:22:07.919ZServer listening on 5201
46652025-05-08T21:22:07.919Z-----------------------------------------------------------
46662025-05-08T21:22:07.919ZAccepted connection from 10.0.0.1, port 42029
46672025-05-08T21:22:07.919Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35814
46682025-05-08T21:22:07.919Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60889
46692025-05-08T21:22:07.919Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56093
46702025-05-08T21:22:07.919Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57669
46712025-05-08T21:22:07.919Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64316
46722025-05-08T21:22:07.919Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35697
46732025-05-08T21:22:07.919Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56519
46742025-05-08T21:22:07.919Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48326
46752025-05-08T21:22:07.919Z[ ID] Interval Transfer Bandwidth
46762025-05-08T21:22:07.919Z[ 5] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
46772025-05-08T21:22:07.920Z[ 7] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
46782025-05-08T21:22:07.920Z[ 9] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
46792025-05-08T21:22:07.920Z[ 11] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
46802025-05-08T21:22:07.920Z[ 13] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
46812025-05-08T21:22:07.920Z[ 15] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
46822025-05-08T21:22:07.920Z[ 17] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
46832025-05-08T21:22:07.920Z[ 19] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
46842025-05-08T21:22:07.920Z[SUM] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
46852025-05-08T21:22:07.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
46862025-05-08T21:22:07.920Z[ 5] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
46872025-05-08T21:22:07.920Z[ 7] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec
46882025-05-08T21:22:07.920Z[ 9] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec
46892025-05-08T21:22:07.920Z[ 11] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec
46902025-05-08T21:22:07.920Z[ 13] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
46912025-05-08T21:22:07.920Z[ 15] 1.00-2.00 sec 19.9 MBytes 167 Mbits/sec
46922025-05-08T21:22:07.920Z[ 17] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec
46932025-05-08T21:22:07.920Z[ 19] 1.00-2.00 sec 19.8 MBytes 166 Mbits/sec
46942025-05-08T21:22:07.920Z[SUM] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec
46952025-05-08T21:22:07.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
46962025-05-08T21:22:07.920Z[ 5] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
46972025-05-08T21:22:07.920Z[ 7] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
46982025-05-08T21:22:07.920Z[ 9] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
46992025-05-08T21:22:07.920Z[ 11] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
47002025-05-08T21:22:07.920Z[ 13] 2.00-3.00 sec 20.0 MBytes 167 Mbits/sec
47012025-05-08T21:22:07.920Z[ 15] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
47022025-05-08T21:22:07.920Z[ 17] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
47032025-05-08T21:22:07.920Z[ 19] 2.00-3.00 sec 19.9 MBytes 167 Mbits/sec
47042025-05-08T21:22:07.920Z[SUM] 2.00-3.00 sec 159 MBytes 1.34 Gbits/sec
47052025-05-08T21:22:07.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
47062025-05-08T21:22:07.920Z[ 5] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
47072025-05-08T21:22:07.920Z[ 7] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
47082025-05-08T21:22:07.920Z[ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
47092025-05-08T21:22:07.920Z[ 11] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
47102025-05-08T21:22:07.920Z[ 13] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec
47112025-05-08T21:22:07.920Z[ 15] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
47122025-05-08T21:22:07.920Z[ 17] 3.00-4.00 sec 19.6 MBytes 164 Mbits/sec
47132025-05-08T21:22:07.920Z[ 19] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
47142025-05-08T21:22:07.920Z[SUM] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
47152025-05-08T21:22:07.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
47162025-05-08T21:22:07.920Z[ 5] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
47172025-05-08T21:22:07.921Z[ 7] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
47182025-05-08T21:22:07.921Z[ 9] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
47192025-05-08T21:22:07.921Z[ 11] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec
47202025-05-08T21:22:07.921Z[ 13] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
47212025-05-08T21:22:07.921Z[ 15] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
47222025-05-08T21:22:07.921Z[ 17] 4.00-5.00 sec 19.8 MBytes 166 Mbits/sec
47232025-05-08T21:22:07.921Z[ 19] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec
47242025-05-08T21:22:07.921Z[SUM] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
47252025-05-08T21:22:07.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
47262025-05-08T21:22:07.921Z[ 5] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec
47272025-05-08T21:22:07.921Z[ 7] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec
47282025-05-08T21:22:07.921Z[ 9] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec
47292025-05-08T21:22:07.921Z[ 11] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec
47302025-05-08T21:22:07.921Z[ 13] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec
47312025-05-08T21:22:07.921Z[ 15] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec
47322025-05-08T21:22:07.921Z[ 17] 5.00-6.00 sec 19.2 MBytes 161 Mbits/sec
47332025-05-08T21:22:07.921Z[ 19] 5.00-6.00 sec 19.3 MBytes 162 Mbits/sec
47342025-05-08T21:22:07.921Z[SUM] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
47352025-05-08T21:22:07.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
47362025-05-08T21:22:07.921Z[ 5] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec
47372025-05-08T21:22:07.921Z[ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
47382025-05-08T21:22:07.921Z[ 9] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
47392025-05-08T21:22:11.032Z[ 11] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
47402025-05-08T21:22:11.032Z[ 13] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
47412025-05-08T21:22:11.032Z[ 15] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
47422025-05-08T21:22:11.032Z[ 17] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
47432025-05-08T21:22:11.032Z[ 19] 6.00-7.00 sec 19.6 MBytes 165 Mbits/sec
47442025-05-08T21:22:11.032Z[SUM] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
47452025-05-08T21:22:11.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
47462025-05-08T21:22:11.032Z[ 5] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec
47472025-05-08T21:22:11.032Z[ 7] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec
47482025-05-08T21:22:11.032Z[ 9] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec
47492025-05-08T21:22:11.032Z[ 11] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec
47502025-05-08T21:22:11.032Z[ 13] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec
47512025-05-08T21:22:11.032Z[ 15] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec
47522025-05-08T21:22:11.032Z[ 17] 7.00-8.00 sec 19.3 MBytes 162 Mbits/sec
47532025-05-08T21:22:11.032Z[ 19] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec
47542025-05-08T21:22:11.032Z[SUM] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
47552025-05-08T21:22:11.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
47562025-05-08T21:22:11.033Z[ 5] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
47572025-05-08T21:22:11.033Z[ 7] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec
47582025-05-08T21:22:11.033Z[ 9] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
47592025-05-08T21:22:11.033Z[ 11] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
47602025-05-08T21:22:11.033Z[ 13] 8.00-9.00 sec 19.6 MBytes 165 Mbits/sec
47612025-05-08T21:22:11.033Z[ 15] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
47622025-05-08T21:22:11.033Z[ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
47632025-05-08T21:22:11.033Z[ 19] 8.00-9.00 sec 19.5 MBytes 163 Mbits/sec
47642025-05-08T21:22:11.033Z[SUM] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
47652025-05-08T21:22:11.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
47662025-05-08T21:22:11.033Z[ 5] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
47672025-05-08T21:22:11.037Z[ 7] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
47682025-05-08T21:22:11.037Z[ 9] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
47692025-05-08T21:22:11.037Z[ 11] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec
47702025-05-08T21:22:11.037Z[ 13] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
47712025-05-08T21:22:11.037Z[ 15] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
47722025-05-08T21:22:11.037Z[ 17] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
47732025-05-08T21:22:11.037Z[ 19] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
47742025-05-08T21:22:11.037Z[SUM] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
47752025-05-08T21:22:11.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
47762025-05-08T21:22:11.037Z[ 5] 10.00-10.00 sec 96.2 KBytes 300 Mbits/sec
47772025-05-08T21:22:11.037Z[ 7] 10.00-10.00 sec 96.2 KBytes 301 Mbits/sec
47782025-05-08T21:22:11.037Z[ 9] 10.00-10.00 sec 96.2 KBytes 301 Mbits/sec
47792025-05-08T21:22:11.037Z[ 11] 10.00-10.00 sec 48.1 KBytes 150 Mbits/sec
47802025-05-08T21:22:11.037Z[ 13] 10.00-10.00 sec 144 KBytes 451 Mbits/sec
47812025-05-08T21:22:11.037Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47822025-05-08T21:22:11.037Z[ 17] 10.00-10.00 sec 144 KBytes 451 Mbits/sec
47832025-05-08T21:22:11.037Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47842025-05-08T21:22:11.037Z[SUM] 10.00-10.00 sec 625 KBytes 1.95 Gbits/sec
47852025-05-08T21:22:11.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
47862025-05-08T21:22:11.037Z[ ID] Interval Transfer Bandwidth
47872025-05-08T21:22:11.037Z[ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
47882025-05-08T21:22:11.037Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47892025-05-08T21:22:11.037Z[ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
47902025-05-08T21:22:11.037Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47912025-05-08T21:22:11.037Z[ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
47922025-05-08T21:22:11.037Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47932025-05-08T21:22:11.037Z[ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
47942025-05-08T21:22:11.037Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47952025-05-08T21:22:11.037Z[ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
47962025-05-08T21:22:11.037Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47972025-05-08T21:22:11.037Z[ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
47982025-05-08T21:22:11.037Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47992025-05-08T21:22:11.037Z[ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
48002025-05-08T21:22:11.037Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
48012025-05-08T21:22:11.037Z[ 19] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
48022025-05-08T21:22:11.037Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
48032025-05-08T21:22:11.037Z[SUM] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
48042025-05-08T21:22:11.037Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
48052025-05-08T21:22:11.038ZRun 8/10...1294.632Mbps
48062025-05-08T21:22:18.070Z-----------------------------------------------------------
48072025-05-08T21:22:18.070ZServer listening on 5201
48082025-05-08T21:22:18.071Z-----------------------------------------------------------
48092025-05-08T21:22:18.071ZAccepted connection from 10.0.0.1, port 44636
48102025-05-08T21:22:18.071Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34800
48112025-05-08T21:22:18.071Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54975
48122025-05-08T21:22:18.071Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38689
48132025-05-08T21:22:18.071Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58029
48142025-05-08T21:22:18.071Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50772
48152025-05-08T21:22:18.071Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65237
48162025-05-08T21:22:18.071Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63039
48172025-05-08T21:22:18.071Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59781
48182025-05-08T21:22:18.071Z[ ID] Interval Transfer Bandwidth
48192025-05-08T21:22:18.071Z[ 5] 0.00-1.00 sec 15.8 MBytes 132 Mbits/sec
48202025-05-08T21:22:18.071Z[ 7] 0.00-1.00 sec 15.9 MBytes 134 Mbits/sec
48212025-05-08T21:22:18.071Z[ 9] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec
48222025-05-08T21:22:18.071Z[ 11] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec
48232025-05-08T21:22:18.071Z[ 13] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec
48242025-05-08T21:22:18.071Z[ 15] 0.00-1.00 sec 15.9 MBytes 134 Mbits/sec
48252025-05-08T21:22:18.071Z[ 17] 0.00-1.00 sec 15.8 MBytes 133 Mbits/sec
48262025-05-08T21:22:18.071Z[ 19] 0.00-1.00 sec 15.8 MBytes 133 Mbits/sec
48272025-05-08T21:22:18.071Z[SUM] 0.00-1.00 sec 127 MBytes 1.06 Gbits/sec
48282025-05-08T21:22:18.071Z- - - - - - - - - - - - - - - - - - - - - - - - -
48292025-05-08T21:22:18.071Z[ 5] 1.00-2.00 sec 19.5 MBytes 164 Mbits/sec
48302025-05-08T21:22:18.071Z[ 7] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec
48312025-05-08T21:22:18.071Z[ 9] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec
48322025-05-08T21:22:18.071Z[ 11] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec
48332025-05-08T21:22:18.072Z[ 13] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec
48342025-05-08T21:22:18.072Z[ 15] 1.00-2.00 sec 19.7 MBytes 165 Mbits/sec
48352025-05-08T21:22:18.072Z[ 17] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec
48362025-05-08T21:22:18.072Z[ 19] 1.00-2.00 sec 19.6 MBytes 165 Mbits/sec
48372025-05-08T21:22:18.072Z[SUM] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
48382025-05-08T21:22:18.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
48392025-05-08T21:22:18.072Z[ 5] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
48402025-05-08T21:22:18.072Z[ 7] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
48412025-05-08T21:22:18.072Z[ 9] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
48422025-05-08T21:22:18.073Z[ 11] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
48432025-05-08T21:22:18.073Z[ 13] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
48442025-05-08T21:22:18.073Z[ 15] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
48452025-05-08T21:22:18.073Z[ 17] 2.00-3.00 sec 19.8 MBytes 166 Mbits/sec
48462025-05-08T21:22:18.073Z[ 19] 2.00-3.00 sec 19.7 MBytes 165 Mbits/sec
48472025-05-08T21:22:18.073Z[SUM] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
48482025-05-08T21:22:18.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
48492025-05-08T21:22:18.073Z[ 5] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
48502025-05-08T21:22:18.073Z[ 7] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
48512025-05-08T21:22:18.073Z[ 9] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
48522025-05-08T21:22:18.073Z[ 11] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
48532025-05-08T21:22:18.073Z[ 13] 3.00-4.00 sec 19.7 MBytes 165 Mbits/sec
48542025-05-08T21:22:18.073Z[ 15] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
48552025-05-08T21:22:18.073Z[ 17] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
48562025-05-08T21:22:18.073Z[ 19] 3.00-4.00 sec 19.8 MBytes 166 Mbits/sec
48572025-05-08T21:22:18.073Z[SUM] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
48582025-05-08T21:22:18.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
48592025-05-08T21:22:18.073Z[ 5] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
48602025-05-08T21:22:18.073Z[ 7] 4.00-5.00 sec 19.5 MBytes 164 Mbits/sec
48612025-05-08T21:22:18.073Z[ 9] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
48622025-05-08T21:22:18.073Z[ 11] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec
48632025-05-08T21:22:18.073Z[ 13] 4.00-5.00 sec 19.6 MBytes 165 Mbits/sec
48642025-05-08T21:22:18.073Z[ 15] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
48652025-05-08T21:22:18.073Z[ 17] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
48662025-05-08T21:22:18.073Z[ 19] 4.00-5.00 sec 19.7 MBytes 165 Mbits/sec
48672025-05-08T21:22:18.073Z[SUM] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
48682025-05-08T21:22:18.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
48692025-05-08T21:22:18.073Z[ 5] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec
48702025-05-08T21:22:18.073Z[ 7] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
48712025-05-08T21:22:18.073Z[ 9] 5.00-6.00 sec 19.7 MBytes 165 Mbits/sec
48722025-05-08T21:22:18.073Z[ 11] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
48732025-05-08T21:22:18.073Z[ 13] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
48742025-05-08T21:22:18.073Z[ 15] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
48752025-05-08T21:22:18.073Z[ 17] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
48762025-05-08T21:22:18.073Z[ 19] 5.00-6.00 sec 19.8 MBytes 166 Mbits/sec
48772025-05-08T21:22:18.073Z[SUM] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
48782025-05-08T21:22:18.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
48792025-05-08T21:22:18.074Z[ 5] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
48802025-05-08T21:22:18.074Z[ 7] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
48812025-05-08T21:22:18.074Z[ 9] 6.00-7.00 sec 19.8 MBytes 166 Mbits/sec
48822025-05-08T21:22:21.185Z[ 11] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
48832025-05-08T21:22:21.185Z[ 13] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
48842025-05-08T21:22:21.185Z[ 15] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
48852025-05-08T21:22:21.185Z[ 17] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
48862025-05-08T21:22:21.185Z[ 19] 6.00-7.00 sec 19.7 MBytes 165 Mbits/sec
48872025-05-08T21:22:21.185Z[SUM] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
48882025-05-08T21:22:21.185Z- - - - - - - - - - - - - - - - - - - - - - - - -
48892025-05-08T21:22:21.185Z[ 5] 7.00-8.00 sec 19.5 MBytes 163 Mbits/sec
48902025-05-08T21:22:21.185Z[ 7] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec
48912025-05-08T21:22:21.185Z[ 9] 7.00-8.00 sec 19.4 MBytes 163 Mbits/sec
48922025-05-08T21:22:21.185Z[ 11] 7.00-8.00 sec 19.5 MBytes 164 Mbits/sec
48932025-05-08T21:22:21.185Z[ 13] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec
48942025-05-08T21:22:21.185Z[ 15] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec
48952025-05-08T21:22:21.185Z[ 17] 7.00-8.00 sec 19.5 MBytes 163 Mbits/sec
48962025-05-08T21:22:21.185Z[ 19] 7.00-8.00 sec 19.6 MBytes 164 Mbits/sec
48972025-05-08T21:22:21.185Z[SUM] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
48982025-05-08T21:22:21.185Z- - - - - - - - - - - - - - - - - - - - - - - - -
48992025-05-08T21:22:21.185Z[ 5] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
49002025-05-08T21:22:21.185Z[ 7] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
49012025-05-08T21:22:21.185Z[ 9] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
49022025-05-08T21:22:21.185Z[ 11] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
49032025-05-08T21:22:21.185Z[ 13] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
49042025-05-08T21:22:21.185Z[ 15] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
49052025-05-08T21:22:21.185Z[ 17] 8.00-9.00 sec 19.5 MBytes 164 Mbits/sec
49062025-05-08T21:22:21.185Z[ 19] 8.00-9.00 sec 19.4 MBytes 163 Mbits/sec
49072025-05-08T21:22:21.185Z[SUM] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
49082025-05-08T21:22:21.185Z- - - - - - - - - - - - - - - - - - - - - - - - -
49092025-05-08T21:22:21.185Z[ 5] 9.00-10.00 sec 19.5 MBytes 163 Mbits/sec
49102025-05-08T21:22:21.185Z[ 7] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec
49112025-05-08T21:22:21.185Z[ 9] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec
49122025-05-08T21:22:21.185Z[ 11] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
49132025-05-08T21:22:21.186Z[ 13] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
49142025-05-08T21:22:21.186Z[ 15] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
49152025-05-08T21:22:21.186Z[ 17] 9.00-10.00 sec 19.5 MBytes 163 Mbits/sec
49162025-05-08T21:22:21.186Z[ 19] 9.00-10.00 sec 19.5 MBytes 164 Mbits/sec
49172025-05-08T21:22:21.186Z[SUM] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
49182025-05-08T21:22:21.186Z- - - - - - - - - - - - - - - - - - - - - - - - -
49192025-05-08T21:22:21.186Z[ 5] 10.00-10.00 sec 96.2 KBytes 335 Mbits/sec
49202025-05-08T21:22:21.186Z[ 7] 10.00-10.00 sec 96.2 KBytes 335 Mbits/sec
49212025-05-08T21:22:21.186Z[ 9] 10.00-10.00 sec 144 KBytes 503 Mbits/sec
49222025-05-08T21:22:21.186Z[ 11] 10.00-10.00 sec 48.1 KBytes 168 Mbits/sec
49232025-05-08T21:22:21.186Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49242025-05-08T21:22:21.186Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49252025-05-08T21:22:21.186Z[ 17] 10.00-10.00 sec 48.1 KBytes 168 Mbits/sec
49262025-05-08T21:22:21.186Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49272025-05-08T21:22:21.186Z[SUM] 10.00-10.00 sec 433 KBytes 1.51 Gbits/sec
49282025-05-08T21:22:21.186Z- - - - - - - - - - - - - - - - - - - - - - - - -
49292025-05-08T21:22:21.186Z[ ID] Interval Transfer Bandwidth
49302025-05-08T21:22:21.186Z[ 5] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
49312025-05-08T21:22:21.186Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49322025-05-08T21:22:21.186Z[ 7] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
49332025-05-08T21:22:21.186Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49342025-05-08T21:22:21.186Z[ 9] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
49352025-05-08T21:22:21.186Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49362025-05-08T21:22:21.186Z[ 11] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
49372025-05-08T21:22:21.186Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49382025-05-08T21:22:21.186Z[ 13] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
49392025-05-08T21:22:21.186Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49402025-05-08T21:22:21.186Z[ 15] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
49412025-05-08T21:22:21.186Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49422025-05-08T21:22:21.186Z[ 17] 0.00-10.00 sec 193 MBytes 162 Mbits/sec sender
49432025-05-08T21:22:21.186Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49442025-05-08T21:22:21.186Z[ 19] 0.00-10.00 sec 193 MBytes 161 Mbits/sec sender
49452025-05-08T21:22:21.186Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49462025-05-08T21:22:21.186Z[SUM] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
49472025-05-08T21:22:21.186Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49482025-05-08T21:22:21.190ZRun 9/10...1293.104Mbps
49492025-05-08T21:22:28.222Z-----------------------------------------------------------
49502025-05-08T21:22:28.222ZServer listening on 5201
49512025-05-08T21:22:28.222Z-----------------------------------------------------------
49522025-05-08T21:22:28.222ZAccepted connection from 10.0.0.1, port 42930
49532025-05-08T21:22:28.222Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64343
49542025-05-08T21:22:28.222Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35464
49552025-05-08T21:22:28.222Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39865
49562025-05-08T21:22:28.222Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53418
49572025-05-08T21:22:28.222Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55387
49582025-05-08T21:22:28.222Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35062
49592025-05-08T21:22:28.222Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54385
49602025-05-08T21:22:28.222Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40088
49612025-05-08T21:22:28.222Z[ ID] Interval Transfer Bandwidth
49622025-05-08T21:22:28.222Z[ 5] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec
49632025-05-08T21:22:28.222Z[ 7] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec
49642025-05-08T21:22:28.222Z[ 9] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec
49652025-05-08T21:22:28.222Z[ 11] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
49662025-05-08T21:22:28.222Z[ 13] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec
49672025-05-08T21:22:28.222Z[ 15] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec
49682025-05-08T21:22:28.222Z[ 17] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec
49692025-05-08T21:22:28.222Z[ 19] 0.00-1.00 sec 16.2 MBytes 135 Mbits/sec
49702025-05-08T21:22:28.222Z[SUM] 0.00-1.00 sec 129 MBytes 1.08 Gbits/sec
49712025-05-08T21:22:28.222Z- - - - - - - - - - - - - - - - - - - - - - - - -
49722025-05-08T21:22:28.222Z[ 5] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
49732025-05-08T21:22:28.222Z[ 7] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec
49742025-05-08T21:22:28.222Z[ 9] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
49752025-05-08T21:22:28.222Z[ 11] 1.00-2.00 sec 19.5 MBytes 163 Mbits/sec
49762025-05-08T21:22:28.222Z[ 13] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec
49772025-05-08T21:22:28.222Z[ 15] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec
49782025-05-08T21:22:28.222Z[ 17] 1.00-2.00 sec 19.6 MBytes 164 Mbits/sec
49792025-05-08T21:22:28.223Z[ 19] 1.00-2.00 sec 19.4 MBytes 163 Mbits/sec
49802025-05-08T21:22:28.223Z[SUM] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
49812025-05-08T21:22:28.223Z- - - - - - - - - - - - - - - - - - - - - - - - -
49822025-05-08T21:22:28.223Z[ 5] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec
49832025-05-08T21:22:28.223Z[ 7] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec
49842025-05-08T21:22:28.223Z[ 9] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec
49852025-05-08T21:22:28.223Z[ 11] 2.00-3.00 sec 19.3 MBytes 161 Mbits/sec
49862025-05-08T21:22:28.223Z[ 13] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec
49872025-05-08T21:22:28.223Z[ 15] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec
49882025-05-08T21:22:28.223Z[ 17] 2.00-3.00 sec 19.2 MBytes 161 Mbits/sec
49892025-05-08T21:22:28.223Z[ 19] 2.00-3.00 sec 19.3 MBytes 162 Mbits/sec
49902025-05-08T21:22:28.223Z[SUM] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
49912025-05-08T21:22:28.223Z- - - - - - - - - - - - - - - - - - - - - - - - -
49922025-05-08T21:22:28.224Z[ 5] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec
49932025-05-08T21:22:28.224Z[ 7] 3.00-4.00 sec 19.4 MBytes 163 Mbits/sec
49942025-05-08T21:22:28.224Z[ 9] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec
49952025-05-08T21:22:28.224Z[ 11] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec
49962025-05-08T21:22:28.224Z[ 13] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec
49972025-05-08T21:22:28.224Z[ 15] 3.00-4.00 sec 19.5 MBytes 163 Mbits/sec
49982025-05-08T21:22:28.224Z[ 17] 3.00-4.00 sec 19.6 MBytes 165 Mbits/sec
49992025-05-08T21:22:28.224Z[ 19] 3.00-4.00 sec 19.5 MBytes 164 Mbits/sec
50002025-05-08T21:22:28.224Z[SUM] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
50012025-05-08T21:22:28.224Z- - - - - - - - - - - - - - - - - - - - - - - - -
50022025-05-08T21:22:28.224Z[ 5] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec
50032025-05-08T21:22:28.224Z[ 7] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
50042025-05-08T21:22:28.224Z[ 9] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
50052025-05-08T21:22:28.224Z[ 11] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
50062025-05-08T21:22:28.224Z[ 13] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec
50072025-05-08T21:22:28.227Z[ 15] 4.00-5.00 sec 20.0 MBytes 168 Mbits/sec
50082025-05-08T21:22:28.228Z[ 17] 4.00-5.00 sec 19.9 MBytes 167 Mbits/sec
50092025-05-08T21:22:28.228Z[ 19] 4.00-5.00 sec 20.0 MBytes 167 Mbits/sec
50102025-05-08T21:22:28.228Z[SUM] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
50112025-05-08T21:22:28.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
50122025-05-08T21:22:28.228Z[ 5] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec
50132025-05-08T21:22:28.228Z[ 7] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
50142025-05-08T21:22:28.228Z[ 9] 5.00-6.00 sec 20.9 MBytes 176 Mbits/sec
50152025-05-08T21:22:28.228Z[ 11] 5.00-6.00 sec 20.8 MBytes 175 Mbits/sec
50162025-05-08T21:22:28.228Z[ 13] 5.00-6.00 sec 20.9 MBytes 176 Mbits/sec
50172025-05-08T21:22:28.228Z[ 15] 5.00-6.00 sec 20.8 MBytes 174 Mbits/sec
50182025-05-08T21:22:28.228Z[ 17] 5.00-6.00 sec 20.9 MBytes 176 Mbits/sec
50192025-05-08T21:22:28.228Z[ 19] 5.00-6.00 sec 20.9 MBytes 175 Mbits/sec
50202025-05-08T21:22:28.228Z[SUM] 5.00-6.00 sec 167 MBytes 1.40 Gbits/sec
50212025-05-08T21:22:28.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
50222025-05-08T21:22:28.228Z[ 5] 6.00-7.00 sec 19.5 MBytes 163 Mbits/sec
50232025-05-08T21:22:28.228Z[ 7] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec
50242025-05-08T21:22:28.228Z[ 9] 6.00-7.00 sec 19.4 MBytes 163 Mbits/sec
50252025-05-08T21:22:31.445Z[ 11] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec
50262025-05-08T21:22:31.446Z[ 13] 6.00-7.00 sec 19.5 MBytes 163 Mbits/sec
50272025-05-08T21:22:31.446Z[ 15] 6.00-7.00 sec 19.6 MBytes 164 Mbits/sec
50282025-05-08T21:22:31.446Z[ 17] 6.00-7.00 sec 19.5 MBytes 164 Mbits/sec
50292025-05-08T21:22:31.446Z[ 19] 6.00-7.00 sec 19.4 MBytes 163 Mbits/sec
50302025-05-08T21:22:31.446Z[SUM] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
50312025-05-08T21:22:31.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
50322025-05-08T21:22:31.446Z[ 5] 7.00-8.00 sec 19.9 MBytes 167 Mbits/sec
50332025-05-08T21:22:31.446Z[ 7] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
50342025-05-08T21:22:31.446Z[ 9] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
50352025-05-08T21:22:31.446Z[ 11] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
50362025-05-08T21:22:31.446Z[ 13] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
50372025-05-08T21:22:31.446Z[ 15] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
50382025-05-08T21:22:31.446Z[ 17] 7.00-8.00 sec 19.7 MBytes 165 Mbits/sec
50392025-05-08T21:22:31.446Z[ 19] 7.00-8.00 sec 19.8 MBytes 166 Mbits/sec
50402025-05-08T21:22:31.446Z[SUM] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
50412025-05-08T21:22:31.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
50422025-05-08T21:22:31.446Z[ 5] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec
50432025-05-08T21:22:31.446Z[ 7] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec
50442025-05-08T21:22:31.446Z[ 9] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
50452025-05-08T21:22:31.446Z[ 11] 8.00-9.00 sec 19.7 MBytes 165 Mbits/sec
50462025-05-08T21:22:31.446Z[ 13] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
50472025-05-08T21:22:31.446Z[ 15] 8.00-9.00 sec 19.6 MBytes 164 Mbits/sec
50482025-05-08T21:22:31.446Z[ 17] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
50492025-05-08T21:22:31.446Z[ 19] 8.00-9.00 sec 19.8 MBytes 166 Mbits/sec
50502025-05-08T21:22:31.446Z[SUM] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
50512025-05-08T21:22:31.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
50522025-05-08T21:22:31.446Z[ 5] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
50532025-05-08T21:22:31.446Z[ 7] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
50542025-05-08T21:22:31.446Z[ 9] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
50552025-05-08T21:22:31.446Z[ 11] 9.00-10.00 sec 19.7 MBytes 165 Mbits/sec
50562025-05-08T21:22:31.446Z[ 13] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec
50572025-05-08T21:22:31.446Z[ 15] 9.00-10.00 sec 19.8 MBytes 166 Mbits/sec
50582025-05-08T21:22:31.446Z[ 17] 9.00-10.00 sec 19.6 MBytes 164 Mbits/sec
50592025-05-08T21:22:31.446Z[ 19] 9.00-10.00 sec 19.6 MBytes 165 Mbits/sec
50602025-05-08T21:22:31.446Z[SUM] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
50612025-05-08T21:22:31.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
50622025-05-08T21:22:31.447Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50632025-05-08T21:22:31.447Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50642025-05-08T21:22:31.447Z[ 9] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec
50652025-05-08T21:22:31.447Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50662025-05-08T21:22:31.447Z[ 13] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec
50672025-05-08T21:22:31.447Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50682025-05-08T21:22:31.447Z[ 17] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec
50692025-05-08T21:22:31.447Z[ 19] 10.00-10.00 sec 96.2 KBytes 277 Mbits/sec
50702025-05-08T21:22:31.447Z[SUM] 10.00-10.00 sec 385 KBytes 1.11 Gbits/sec
50712025-05-08T21:22:31.447Z- - - - - - - - - - - - - - - - - - - - - - - - -
50722025-05-08T21:22:31.447Z[ ID] Interval Transfer Bandwidth
50732025-05-08T21:22:31.447Z[ 5] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender
50742025-05-08T21:22:31.447Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50752025-05-08T21:22:31.447Z[ 7] 0.00-10.00 sec 194 MBytes 162 Mbits/sec sender
50762025-05-08T21:22:31.447Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50772025-05-08T21:22:31.447Z[ 9] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender
50782025-05-08T21:22:31.447Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50792025-05-08T21:22:31.447Z[ 11] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender
50802025-05-08T21:22:31.447Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50812025-05-08T21:22:31.447Z[ 13] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender
50822025-05-08T21:22:31.447Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50832025-05-08T21:22:31.447Z[ 15] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender
50842025-05-08T21:22:31.447Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50852025-05-08T21:22:31.447Z[ 17] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender
50862025-05-08T21:22:31.447Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50872025-05-08T21:22:31.447Z[ 19] 0.00-10.00 sec 194 MBytes 163 Mbits/sec sender
50882025-05-08T21:22:31.447Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50892025-05-08T21:22:31.447Z[SUM] 0.00-10.00 sec 1.52 GBytes 1.30 Gbits/sec sender
50902025-05-08T21:22:31.447Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50912025-05-08T21:22:31.451ZRun 10/10...1301.768Mbps
50922025-05-08T21:22:31.451Z###---------------------###
50932025-05-08T21:22:31.451Z::: iPerf done... :::
50942025-05-08T21:22:31.451Z:::Awaiting out files...:::
50952025-05-08T21:22:31.451Z###---------------------###
50962025-05-08T21:22:31.452Z###-----###
50972025-05-08T21:22:31.453Z:::done!:::
50982025-05-08T21:22:31.453Z###-----###
50992025-05-08T21:22:33.619ZBenchmarking iperf-tcp/local/s2c/tx
51002025-05-08T21:22:33.619ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51012025-05-08T21:22:38.290ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
51022025-05-08T21:22:58.282ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51032025-05-08T21:22:58.379Ziperf-tcp/local/s2c/tx time: [6.6927 µs 6.6929 µs 6.6931 µs]
51042025-05-08T21:22:58.379ZFound 7 outliers among 100 measurements (7.00%)
51052025-05-08T21:22:58.379Z 1 (1.00%) low severe
51062025-05-08T21:22:58.379Z 3 (3.00%) low mild
51072025-05-08T21:22:58.379Z 1 (1.00%) high mild
51082025-05-08T21:22:58.379Z 2 (2.00%) high severe
51092025-05-08T21:22:59.395Z
51102025-05-08T21:22:59.395ZBenchmarking iperf-tcp/local/s2c/rx
51112025-05-08T21:22:59.395ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51122025-05-08T21:23:04.067ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
51132025-05-08T21:23:24.045ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51142025-05-08T21:23:24.137Ziperf-tcp/local/s2c/rx time: [15.452 µs 15.453 µs 15.453 µs]
51152025-05-08T21:23:24.138ZFound 10 outliers among 100 measurements (10.00%)
51162025-05-08T21:23:24.138Z 2 (2.00%) low severe
51172025-05-08T21:23:24.138Z 3 (3.00%) low mild
51182025-05-08T21:23:24.138Z 5 (5.00%) high mild
51192025-05-08T21:23:25.156Z
51202025-05-08T21:23:30.223Z+ cargo ubench
51212025-05-08T21:23:30.450Z Compiling proc-macro2 v1.0.95
51222025-05-08T21:23:30.450Z Compiling unicode-ident v1.0.18
51232025-05-08T21:23:30.453Z Compiling libc v0.2.172
51242025-05-08T21:23:30.453Z Compiling cfg-if v1.0.0
51252025-05-08T21:23:30.453Z Compiling autocfg v1.4.0
51262025-05-08T21:23:30.453Z Compiling serde v1.0.219
51272025-05-08T21:23:30.453Z Compiling memchr v2.7.4
51282025-05-08T21:23:30.453Z Compiling version_check v0.9.5
51292025-05-08T21:23:30.553Z Compiling zerocopy v0.8.25
51302025-05-08T21:23:30.648Z Compiling ident_case v1.0.1
51312025-05-08T21:23:30.817Z Compiling strsim v0.11.1
51322025-05-08T21:23:31.021Z Compiling either v1.15.0
51332025-05-08T21:23:31.049Z Compiling pin-project-lite v0.2.16
51342025-05-08T21:23:31.171Z Compiling fnv v1.0.7
51352025-05-08T21:23:31.289Z Compiling regex-syntax v0.8.5
51362025-05-08T21:23:31.306Z Compiling syn v1.0.109
51372025-05-08T21:23:31.406Z Compiling once_cell v1.21.3
51382025-05-08T21:23:31.431Z Compiling hashbrown v0.15.3
51392025-05-08T21:23:31.929Z Compiling equivalent v1.0.2
51402025-05-08T21:23:32.043Z Compiling crossbeam-utils v0.8.21
51412025-05-08T21:23:32.210Z Compiling quote v1.0.40
51422025-05-08T21:23:32.436Z Compiling aho-corasick v1.1.3
51432025-05-08T21:23:32.485Z Compiling anyhow v1.0.98
51442025-05-08T21:23:32.572Z Compiling syn v2.0.101
51452025-05-08T21:23:32.616Z Compiling indexmap v2.9.0
51462025-05-08T21:23:32.675Z Compiling itertools v0.13.0
51472025-05-08T21:23:32.741Z Compiling lock_api v0.4.12
51482025-05-08T21:23:33.066Z Compiling toml_datetime v0.6.9
51492025-05-08T21:23:33.091Z Compiling parking_lot_core v0.9.10
51502025-05-08T21:23:33.389Z Compiling byteorder v1.5.0
51512025-05-08T21:23:33.530Z Compiling getrandom v0.3.2
51522025-05-08T21:23:33.738Z Compiling heapless v0.8.0
51532025-05-08T21:23:33.867Z Compiling winnow v0.7.9
51542025-05-08T21:23:34.135Z Compiling hash32 v0.3.1
51552025-05-08T21:23:34.534Z Compiling scopeguard v1.2.0
51562025-05-08T21:23:34.672Z Compiling stable_deref_trait v1.2.0
51572025-05-08T21:23:34.773Z Compiling regex-automata v0.4.9
51582025-05-08T21:23:35.526Z Compiling smallvec v1.15.0
51592025-05-08T21:23:36.012Z Compiling smoltcp v0.11.0
51602025-05-08T21:23:36.051Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51612025-05-08T21:23:36.209Z Compiling macaddr v1.0.1
51622025-05-08T21:23:36.979Z Compiling slab v0.4.9
51632025-05-08T21:23:37.064Z Compiling toml_edit v0.22.26
51642025-05-08T21:23:37.228Z Compiling bitflags v1.3.2
51652025-05-08T21:23:37.266Z Compiling thiserror v2.0.12
51662025-05-08T21:23:37.322Z Compiling managed v0.8.0
51672025-05-08T21:23:37.377Z Compiling cobs v0.2.3
51682025-05-08T21:23:37.648Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
51692025-05-08T21:23:37.715Z Compiling rustix v1.0.7
51702025-05-08T21:23:37.793Z Compiling slog v2.7.0
51712025-05-08T21:23:38.342Z Compiling parking_lot v0.12.3
51722025-05-08T21:23:38.368Z Compiling rand_core v0.9.3
51732025-05-08T21:23:38.477Z Compiling signal-hook-registry v1.4.5
51742025-05-08T21:23:38.832Z Compiling regex v1.11.1
51752025-05-08T21:23:39.658Z Compiling darling_core v0.20.11
51762025-05-08T21:23:39.729Z Compiling proc-macro-crate v3.3.0
51772025-05-08T21:23:39.964Z Compiling errno v0.3.11
51782025-05-08T21:23:40.206Z Compiling mio v1.0.3
51792025-05-08T21:23:40.721Z Compiling socket2 v0.5.9
51802025-05-08T21:23:41.447Z Compiling proc-macro-error-attr v1.0.4
51812025-05-08T21:23:41.470Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
51822025-05-08T21:23:41.820Z Compiling futures-sink v0.3.31
51832025-05-08T21:23:41.857Z Compiling ipnetwork v0.21.1
51842025-05-08T21:23:41.980Z Compiling futures-core v0.3.31
51852025-05-08T21:23:42.002Z Compiling unicode-width v0.2.0
51862025-05-08T21:23:42.060Z Compiling utf8parse v0.2.2
51872025-05-08T21:23:42.207Z Compiling foreign-types-shared v0.3.1
51882025-05-08T21:23:42.228Z Compiling itoa v1.0.15
51892025-05-08T21:23:42.311Z Compiling bytes v1.10.1
51902025-05-08T21:23:42.329Z Compiling anstyle-parse v0.2.6
51912025-05-08T21:23:42.448Z Compiling tabwriter v1.4.1
51922025-05-08T21:23:42.544Z Compiling futures-channel v0.3.31
51932025-05-08T21:23:42.567Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
51942025-05-08T21:23:43.194Z Compiling serde_derive v1.0.219
51952025-05-08T21:23:43.234Z Compiling zerocopy-derive v0.8.25
51962025-05-08T21:23:43.321Z Compiling tokio-macros v2.5.0
51972025-05-08T21:23:43.435Z Compiling thiserror-impl v2.0.12
51982025-05-08T21:23:43.702Z Compiling num_enum_derive v0.7.3
51992025-05-08T21:23:44.059Z Compiling foreign-types-macros v0.2.3
52002025-05-08T21:23:44.377Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52012025-05-08T21:23:44.782Z Compiling tokio v1.44.2
52022025-05-08T21:23:45.034Z Compiling darling_macro v0.20.11
52032025-05-08T21:23:45.299Z Compiling futures-macro v0.3.31
52042025-05-08T21:23:45.361Z Compiling foreign-types v0.5.0
52052025-05-08T21:23:45.458Z Compiling tracing-attributes v0.1.28
52062025-05-08T21:23:45.899Z Compiling num_enum v0.7.3
52072025-05-08T21:23:46.000Z Compiling darling v0.20.11
52082025-05-08T21:23:46.108Z Compiling ingot-macros v0.1.0
52092025-05-08T21:23:46.400Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
52102025-05-08T21:23:46.432Z Compiling tracing-core v0.1.33
52112025-05-08T21:23:47.048Z Compiling cstr-argument v0.1.2
52122025-05-08T21:23:47.293Z Compiling itertools v0.14.0
52132025-05-08T21:23:47.531Z Compiling proc-macro-error v1.0.4
52142025-05-08T21:23:47.927Z Compiling crc32fast v1.4.2
52152025-05-08T21:23:48.188Z Compiling pretty-hex v0.4.1
52162025-05-08T21:23:48.280Z Compiling dyn-clone v1.0.19
52172025-05-08T21:23:48.291Z Compiling anstyle v1.0.10
52182025-05-08T21:23:48.413Z Compiling is_terminal_polyfill v1.70.1
52192025-05-08T21:23:48.505Z Compiling futures-io v0.3.31
52202025-05-08T21:23:48.541Z Compiling anstyle-query v1.1.2
52212025-05-08T21:23:48.690Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1)
52222025-05-08T21:23:48.741Z Compiling pin-utils v0.1.0
52232025-05-08T21:23:48.834Z Compiling colorchoice v1.0.3
52242025-05-08T21:23:48.840Z Compiling futures-task v0.3.31
52252025-05-08T21:23:48.996Z Compiling anstream v0.6.18
52262025-05-08T21:23:49.070Z Compiling futures-util v0.3.31
52272025-05-08T21:23:49.105Z Compiling tracing v0.1.41
52282025-05-08T21:23:49.721Z Compiling ppv-lite86 v0.2.21
52292025-05-08T21:23:49.861Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52302025-05-08T21:23:50.580Z Compiling rand_chacha v0.9.0
52312025-05-08T21:23:50.597Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52322025-05-08T21:23:51.149Z Compiling rand v0.9.1
52332025-05-08T21:23:51.185Z Compiling dirs-sys-next v0.1.2
52342025-05-08T21:23:52.065Z Compiling heck v0.5.0
52352025-05-08T21:23:52.155Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
52362025-05-08T21:23:52.518Z Compiling colored v3.0.0
52372025-05-08T21:23:52.587Z Compiling powerfmt v0.2.0
52382025-05-08T21:23:52.678Z Compiling ingot-types v0.1.0
52392025-05-08T21:23:52.969Z Compiling time-core v0.1.4
52402025-05-08T21:23:53.145Z Compiling oxnet v0.1.1
52412025-05-08T21:23:53.579Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
52422025-05-08T21:23:53.702Z Compiling clap_lex v0.7.4
52432025-05-08T21:23:53.968Z Compiling thiserror v1.0.69
52442025-05-08T21:23:54.524Z Compiling num-conv v0.1.0
52452025-05-08T21:23:54.798Z Compiling time-macros v0.2.22
52462025-05-08T21:23:55.475Z Compiling futures-executor v0.3.31
52472025-05-08T21:23:55.706Z Compiling bitflags v2.9.0
52482025-05-08T21:23:56.053Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
52492025-05-08T21:23:56.316Z Compiling ingot v0.1.0
52502025-05-08T21:23:56.392Z Compiling postcard v1.1.1
52512025-05-08T21:23:57.108Z Compiling uuid v1.16.0
52522025-05-08T21:23:57.863Z Compiling deranged v0.4.0
52532025-05-08T21:23:58.732Z Compiling terminal_size v0.4.2
52542025-05-08T21:23:58.966Z Compiling clap_builder v4.5.37
52552025-05-08T21:23:59.516Z Compiling clap_derive v4.5.32
52562025-05-08T21:24:00.686Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52572025-05-08T21:24:00.740Z Compiling dirs-next v2.0.0
52582025-05-08T21:24:01.623Z Compiling thiserror-impl v1.0.69
52592025-05-08T21:24:03.455Z Compiling crossbeam-epoch v0.9.18
52602025-05-08T21:24:03.765Z Compiling is-terminal v0.4.16
52612025-05-08T21:24:03.882Z Compiling thread_local v1.1.8
52622025-05-08T21:24:03.932Z Compiling num-traits v0.2.19
52632025-05-08T21:24:04.297Z Compiling serde_json v1.0.140
52642025-05-08T21:24:04.305Z Compiling minimal-lexical v0.2.1
52652025-05-08T21:24:04.313Z Compiling heck v0.4.1
52662025-05-08T21:24:04.686Z Compiling arc-swap v1.7.1
52672025-05-08T21:24:04.791Z Compiling lazy_static v1.5.0
52682025-05-08T21:24:04.806Z Compiling rayon-core v1.12.1
52692025-05-08T21:24:04.851Z Compiling slog-async v2.8.0
52702025-05-08T21:24:04.925Z Compiling time v0.3.41
52712025-05-08T21:24:05.211Z Compiling slog-scope v4.4.0
52722025-05-08T21:24:05.341Z Compiling nom v7.1.3
52732025-05-08T21:24:05.448Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52742025-05-08T21:24:06.331Z Compiling crossbeam-deque v0.8.6
52752025-05-08T21:24:06.697Z Compiling clap v4.5.37
52762025-05-08T21:24:06.797Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
52772025-05-08T21:24:06.818Z Compiling term v0.7.0
52782025-05-08T21:24:07.417Z Compiling futures v0.3.31
52792025-05-08T21:24:07.520Z Compiling crossbeam-channel v0.5.15
52802025-05-08T21:24:08.827Z Compiling itertools v0.12.1
52812025-05-08T21:24:08.901Z Compiling half v2.6.0
52822025-05-08T21:24:09.075Z Compiling plotters-backend v0.3.7
52832025-05-08T21:24:09.504Z Compiling ryu v1.0.20
52842025-05-08T21:24:09.722Z Compiling ciborium-io v0.2.2
52852025-05-08T21:24:09.816Z Compiling take_mut v0.2.2
52862025-05-08T21:24:09.848Z Compiling log v0.4.27
52872025-05-08T21:24:09.988Z Compiling cfg_aliases v0.2.1
52882025-05-08T21:24:10.080Z Compiling nix v0.29.0
52892025-05-08T21:24:10.297Z Compiling slog-stdlog v4.1.1
52902025-05-08T21:24:10.898Z Compiling ciborium-ll v0.2.2
52912025-05-08T21:24:10.950Z Compiling plotters-svg v0.3.7
52922025-05-08T21:24:11.327Z Compiling rusticata-macros v4.1.0
52932025-05-08T21:24:11.542Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52942025-05-08T21:24:11.828Z Compiling cookie-factory v0.3.3
52952025-05-08T21:24:12.116Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52962025-05-08T21:24:12.323Z Compiling slog-term v2.9.1
52972025-05-08T21:24:14.624Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
52982025-05-08T21:24:15.217Z Compiling itertools v0.10.5
52992025-05-08T21:24:15.361Z Compiling circular v0.3.0
53002025-05-08T21:24:15.400Z Compiling same-file v1.0.6
53012025-05-08T21:24:15.654Z Compiling cast v0.3.0
53022025-05-08T21:24:15.754Z Compiling walkdir v2.5.0
53032025-05-08T21:24:16.019Z Compiling plotters v0.3.7
53042025-05-08T21:24:16.222Z Compiling pcap-parser v0.16.0
53052025-05-08T21:24:16.995Z Compiling rayon v1.10.0
53062025-05-08T21:24:17.561Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1dfdfd99)
53072025-05-08T21:24:18.077Z Compiling criterion-plot v0.5.0
53082025-05-08T21:24:18.754Z Compiling slog-envlogger v2.2.0
53092025-05-08T21:24:19.573Z Compiling tinytemplate v1.2.1
53102025-05-08T21:24:19.616Z Compiling ciborium v0.2.2
53112025-05-08T21:24:20.010Z Compiling dtor-proc-macro v0.0.5
53122025-05-08T21:24:20.667Z Compiling oorandom v11.1.5
53132025-05-08T21:24:20.675Z Compiling anes v0.1.6
53142025-05-08T21:24:20.779Z Compiling dtor v0.0.6
53152025-05-08T21:24:20.881Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53162025-05-08T21:24:21.138Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
53172025-05-08T21:24:21.159Z Compiling ctor-proc-macro v0.0.5
53182025-05-08T21:24:21.813Z Compiling criterion v0.5.1
53192025-05-08T21:24:21.825Z Compiling ctor v0.4.2
53202025-05-08T21:24:25.424Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53212025-05-08T21:26:20.431Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 2m 50s
53222025-05-08T21:26:20.465Z Running benches/userland.rs (target/release-lto/deps/userland-221edb7e0cd37b21)
53232025-05-08T21:26:20.487ZGnuplot not found, using plotters backend
53242025-05-08T21:26:20.704ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53252025-05-08T21:26:20.704ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53262025-05-08T21:26:25.373ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0019 s (9.0M iterations)
53272025-05-08T21:26:29.886ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53282025-05-08T21:26:29.977Zparse/Hairpin-DHCPv4/wallclock/Discover
53292025-05-08T21:26:29.977Z time: [71.051 ns 71.086 ns 71.123 ns]
53302025-05-08T21:26:29.977ZFound 9 outliers among 100 measurements (9.00%)
53312025-05-08T21:26:29.977Z 2 (2.00%) low mild
53322025-05-08T21:26:29.977Z 1 (1.00%) high mild
53332025-05-08T21:26:29.977Z 6 (6.00%) high severe
53342025-05-08T21:26:31.092Z
53352025-05-08T21:26:31.097ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53362025-05-08T21:26:31.097ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53372025-05-08T21:26:36.843ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0026 s (3.7M iterations)
53382025-05-08T21:26:41.804ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53392025-05-08T21:26:41.888Zprocess/Hairpin-DHCPv4/wallclock/Discover
53402025-05-08T21:26:41.888Z time: [916.77 ns 916.96 ns 917.18 ns]
53412025-05-08T21:26:41.888ZFound 16 outliers among 100 measurements (16.00%)
53422025-05-08T21:26:41.888Z 2 (2.00%) low mild
53432025-05-08T21:26:41.888Z 4 (4.00%) high mild
53442025-05-08T21:26:41.888Z 10 (10.00%) high severe
53452025-05-08T21:26:43.001Z
53462025-05-08T21:26:43.004ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53472025-05-08T21:26:43.005ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53482025-05-08T21:26:47.717ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0013 s (8.9M iterations)
53492025-05-08T21:26:52.216ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53502025-05-08T21:26:52.298Zparse/Hairpin-DHCPv4/wallclock/Request
53512025-05-08T21:26:52.298Z time: [71.259 ns 71.348 ns 71.419 ns]
53522025-05-08T21:26:52.298ZFound 5 outliers among 100 measurements (5.00%)
53532025-05-08T21:26:52.298Z 1 (1.00%) high mild
53542025-05-08T21:26:52.298Z 4 (4.00%) high severe
53552025-05-08T21:26:53.415Z
53562025-05-08T21:26:53.418ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53572025-05-08T21:26:53.418ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53582025-05-08T21:26:59.046ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0033 s (3.7M iterations)
53592025-05-08T21:27:04.025ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53602025-05-08T21:27:04.107Zprocess/Hairpin-DHCPv4/wallclock/Request
53612025-05-08T21:27:04.107Z time: [888.80 ns 889.08 ns 889.40 ns]
53622025-05-08T21:27:04.107ZFound 9 outliers among 100 measurements (9.00%)
53632025-05-08T21:27:04.107Z 2 (2.00%) high mild
53642025-05-08T21:27:04.107Z 7 (7.00%) high severe
53652025-05-08T21:27:05.219Z
53662025-05-08T21:27:05.222ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
53672025-05-08T21:27:05.223ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53682025-05-08T21:27:08.393ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0002 s (6.6M iterations)
53692025-05-08T21:27:13.178ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53702025-05-08T21:27:13.260Zparse/Hairpin-DHCPv6/wallclock/Solicit
53712025-05-08T21:27:13.260Z time: [72.649 ns 72.917 ns 73.133 ns]
53722025-05-08T21:27:13.260ZFound 3 outliers among 100 measurements (3.00%)
53732025-05-08T21:27:13.261Z 2 (2.00%) high mild
53742025-05-08T21:27:13.261Z 1 (1.00%) high severe
53752025-05-08T21:27:14.380Z
53762025-05-08T21:27:14.386ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
53772025-05-08T21:27:14.387ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53782025-05-08T21:27:18.424ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0036 s (2.6M iterations)
53792025-05-08T21:27:23.456ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53802025-05-08T21:27:23.540Zprocess/Hairpin-DHCPv6/wallclock/Solicit
53812025-05-08T21:27:23.540Z time: [1.2833 µs 1.2835 µs 1.2838 µs]
53822025-05-08T21:27:23.540ZFound 12 outliers among 100 measurements (12.00%)
53832025-05-08T21:27:23.540Z 4 (4.00%) high mild
53842025-05-08T21:27:23.540Z 8 (8.00%) high severe
53852025-05-08T21:27:24.653Z
53862025-05-08T21:27:24.653ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
53872025-05-08T21:27:24.653ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
53882025-05-08T21:27:28.284ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0042 s (5.8M iterations)
53892025-05-08T21:27:32.859ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
53902025-05-08T21:27:32.941Zparse/Hairpin-DHCPv6/wallclock/Request
53912025-05-08T21:27:32.941Z time: [72.859 ns 72.937 ns 73.008 ns]
53922025-05-08T21:27:32.941ZFound 8 outliers among 100 measurements (8.00%)
53932025-05-08T21:27:32.941Z 3 (3.00%) low mild
53942025-05-08T21:27:32.941Z 1 (1.00%) high mild
53952025-05-08T21:27:32.941Z 4 (4.00%) high severe
53962025-05-08T21:27:34.054Z
53972025-05-08T21:27:34.058ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
53982025-05-08T21:27:34.058ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
53992025-05-08T21:27:38.402ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0041 s (2.4M iterations)
54002025-05-08T21:27:43.385ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54012025-05-08T21:27:43.468Zprocess/Hairpin-DHCPv6/wallclock/Request
54022025-05-08T21:27:43.468Z time: [1.3225 µs 1.3231 µs 1.3237 µs]
54032025-05-08T21:27:43.468ZFound 8 outliers among 100 measurements (8.00%)
54042025-05-08T21:27:43.468Z 3 (3.00%) high mild
54052025-05-08T21:27:43.468Z 5 (5.00%) high severe
54062025-05-08T21:27:44.585Z
54072025-05-08T21:27:44.585ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54082025-05-08T21:27:44.585ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54092025-05-08T21:27:49.728ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0010 s (8.2M iterations)
54102025-05-08T21:27:53.904ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54112025-05-08T21:27:53.986Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54122025-05-08T21:27:53.987Z time: [71.618 ns 71.742 ns 71.845 ns]
54132025-05-08T21:27:53.987ZFound 4 outliers among 100 measurements (4.00%)
54142025-05-08T21:27:53.987Z 2 (2.00%) high mild
54152025-05-08T21:27:53.987Z 2 (2.00%) high severe
54162025-05-08T21:27:55.101Z
54172025-05-08T21:27:55.104ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54182025-05-08T21:27:55.104ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54192025-05-08T21:27:59.753ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0015 s (4.5M iterations)
54202025-05-08T21:28:05.655ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54212025-05-08T21:28:05.671Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54222025-05-08T21:28:05.671Z time: [600.17 ns 600.42 ns 600.67 ns]
54232025-05-08T21:28:05.672ZFound 17 outliers among 100 measurements (17.00%)
54242025-05-08T21:28:05.672Z 1 (1.00%) low mild
54252025-05-08T21:28:05.672Z 6 (6.00%) high mild
54262025-05-08T21:28:05.672Z 10 (10.00%) high severe
54272025-05-08T21:28:05.700Z
54282025-05-08T21:28:05.704ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54292025-05-08T21:28:05.704ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54302025-05-08T21:28:09.746ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0008 s (5.5M iterations)
54312025-05-08T21:28:13.001ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54322025-05-08T21:28:13.005Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54332025-05-08T21:28:13.005Z time: [107.17 ns 107.41 ns 107.63 ns]
54342025-05-08T21:28:13.005ZFound 2 outliers among 100 measurements (2.00%)
54352025-05-08T21:28:13.005Z 1 (1.00%) high mild
54362025-05-08T21:28:13.005Z 1 (1.00%) high severe
54372025-05-08T21:28:14.095Z
54382025-05-08T21:28:14.099ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54392025-05-08T21:28:14.099ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54402025-05-08T21:28:20.352ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0017 s (3.4M iterations)
54412025-05-08T21:28:24.387ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54422025-05-08T21:28:24.469Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54432025-05-08T21:28:24.469Z time: [694.00 ns 694.36 ns 694.77 ns]
54442025-05-08T21:28:24.469ZFound 7 outliers among 100 measurements (7.00%)
54452025-05-08T21:28:24.469Z 1 (1.00%) high mild
54462025-05-08T21:28:24.469Z 6 (6.00%) high severe
54472025-05-08T21:28:25.585Z
54482025-05-08T21:28:25.589ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54492025-05-08T21:28:25.589ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54502025-05-08T21:28:30.695ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0010 s (8.2M iterations)
54512025-05-08T21:28:34.817ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54522025-05-08T21:28:34.901Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54532025-05-08T21:28:34.901Z time: [72.938 ns 73.066 ns 73.173 ns]
54542025-05-08T21:28:34.901ZFound 2 outliers among 100 measurements (2.00%)
54552025-05-08T21:28:34.901Z 2 (2.00%) high severe
54562025-05-08T21:28:36.016Z
54572025-05-08T21:28:36.019ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54582025-05-08T21:28:36.019ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54592025-05-08T21:28:42.028ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0010 s (3.5M iterations)
54602025-05-08T21:28:46.727ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54612025-05-08T21:28:46.809Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54622025-05-08T21:28:46.809Z time: [915.35 ns 915.63 ns 915.96 ns]
54632025-05-08T21:28:46.810ZFound 9 outliers among 100 measurements (9.00%)
54642025-05-08T21:28:46.810Z 4 (4.00%) high mild
54652025-05-08T21:28:46.810Z 5 (5.00%) high severe
54662025-05-08T21:28:47.923Z
54672025-05-08T21:28:47.926ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
54682025-05-08T21:28:47.926ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54692025-05-08T21:28:53.062ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0015 s (8.2M iterations)
54702025-05-08T21:28:57.101ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54712025-05-08T21:28:57.183Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
54722025-05-08T21:28:57.183Z time: [71.629 ns 71.756 ns 71.864 ns]
54732025-05-08T21:28:57.183ZFound 4 outliers among 100 measurements (4.00%)
54742025-05-08T21:28:57.183Z 1 (1.00%) high mild
54752025-05-08T21:28:57.183Z 3 (3.00%) high severe
54762025-05-08T21:28:58.298Z
54772025-05-08T21:28:58.301ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
54782025-05-08T21:28:58.301ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54792025-05-08T21:29:04.215ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0004 s (3.5M iterations)
54802025-05-08T21:29:08.902ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54812025-05-08T21:29:08.983Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
54822025-05-08T21:29:08.984Z time: [892.72 ns 893.05 ns 893.35 ns]
54832025-05-08T21:29:08.984ZFound 6 outliers among 100 measurements (6.00%)
54842025-05-08T21:29:08.984Z 2 (2.00%) high mild
54852025-05-08T21:29:08.984Z 4 (4.00%) high severe
54862025-05-08T21:29:10.098Z
54872025-05-08T21:29:10.101ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54882025-05-08T21:29:10.101ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
54892025-05-08T21:29:14.214ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (10M iterations)
54902025-05-08T21:29:17.823ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
54912025-05-08T21:29:17.906Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54922025-05-08T21:29:17.906Z time: [80.484 ns 80.539 ns 80.593 ns]
54932025-05-08T21:29:17.906ZFound 17 outliers among 100 measurements (17.00%)
54942025-05-08T21:29:17.906Z 5 (5.00%) low mild
54952025-05-08T21:29:17.906Z 5 (5.00%) high mild
54962025-05-08T21:29:17.906Z 7 (7.00%) high severe
54972025-05-08T21:29:19.018Z
54982025-05-08T21:29:19.022ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54992025-05-08T21:29:19.022ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55002025-05-08T21:29:23.889ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (4.3M iterations)
55012025-05-08T21:29:28.453ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55022025-05-08T21:29:28.535Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55032025-05-08T21:29:28.535Z time: [243.62 ns 243.81 ns 243.98 ns]
55042025-05-08T21:29:28.536ZFound 10 outliers among 100 measurements (10.00%)
55052025-05-08T21:29:28.536Z 2 (2.00%) high mild
55062025-05-08T21:29:28.536Z 8 (8.00%) high severe
55072025-05-08T21:29:29.650Z
55082025-05-08T21:29:29.650ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55092025-05-08T21:29:29.650ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55102025-05-08T21:29:33.945ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0043 s (4.9M iterations)
55112025-05-08T21:29:38.593ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55122025-05-08T21:29:38.676Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55132025-05-08T21:29:38.676Z time: [106.00 ns 106.10 ns 106.20 ns]
55142025-05-08T21:29:38.677ZFound 6 outliers among 100 measurements (6.00%)
55152025-05-08T21:29:38.677Z 1 (1.00%) high mild
55162025-05-08T21:29:38.677Z 5 (5.00%) high severe
55172025-05-08T21:29:39.790Z
55182025-05-08T21:29:39.793ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55192025-05-08T21:29:39.794ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55202025-05-08T21:29:44.573ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0095 s (2.2M iterations)
55212025-05-08T21:29:49.472ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55222025-05-08T21:29:49.556Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55232025-05-08T21:29:49.556Z time: [272.60 ns 272.89 ns 273.25 ns]
55242025-05-08T21:29:49.556ZFound 16 outliers among 100 measurements (16.00%)
55252025-05-08T21:29:49.556Z 3 (3.00%) low mild
55262025-05-08T21:29:49.556Z 3 (3.00%) high mild
55272025-05-08T21:29:49.556Z 10 (10.00%) high severe
55282025-05-08T21:29:50.672Z
55292025-05-08T21:29:50.675ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55302025-05-08T21:29:50.675ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55312025-05-08T21:29:53.767ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0003 s (6.8M iterations)
55322025-05-08T21:29:57.154ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55332025-05-08T21:29:57.236Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55342025-05-08T21:29:57.237Z time: [98.085 ns 98.227 ns 98.340 ns]
55352025-05-08T21:29:57.237ZFound 2 outliers among 100 measurements (2.00%)
55362025-05-08T21:29:57.237Z 1 (1.00%) high mild
55372025-05-08T21:29:57.237Z 1 (1.00%) high severe
55382025-05-08T21:29:58.352Z
55392025-05-08T21:29:58.355ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55402025-05-08T21:29:58.356ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55412025-05-08T21:30:04.386ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0043 s (3.5M iterations)
55422025-05-08T21:30:08.534ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55432025-05-08T21:30:08.617Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55442025-05-08T21:30:08.617Z time: [217.84 ns 218.02 ns 218.25 ns]
55452025-05-08T21:30:08.617ZFound 14 outliers among 100 measurements (14.00%)
55462025-05-08T21:30:08.617Z 1 (1.00%) low mild
55472025-05-08T21:30:08.617Z 3 (3.00%) high mild
55482025-05-08T21:30:08.617Z 10 (10.00%) high severe
55492025-05-08T21:30:09.733Z
55502025-05-08T21:30:09.736ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55512025-05-08T21:30:09.736ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55522025-05-08T21:30:15.250ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (3.8M iterations)
55532025-05-08T21:30:19.483ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55542025-05-08T21:30:19.566Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55552025-05-08T21:30:19.566Z time: [120.43 ns 120.49 ns 120.56 ns]
55562025-05-08T21:30:19.566ZFound 19 outliers among 100 measurements (19.00%)
55572025-05-08T21:30:19.566Z 12 (12.00%) low mild
55582025-05-08T21:30:19.566Z 7 (7.00%) high severe
55592025-05-08T21:30:20.687Z
55602025-05-08T21:30:20.690ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55612025-05-08T21:30:20.690ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55622025-05-08T21:30:25.955ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0103 s (2.0M iterations)
55632025-05-08T21:30:30.690ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55642025-05-08T21:30:30.772Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55652025-05-08T21:30:30.772Z time: [244.70 ns 244.90 ns 245.14 ns]
55662025-05-08T21:30:30.773ZFound 13 outliers among 100 measurements (13.00%)
55672025-05-08T21:30:30.773Z 3 (3.00%) high mild
55682025-05-08T21:30:30.773Z 10 (10.00%) high severe
55692025-05-08T21:30:31.885Z
55702025-05-08T21:30:31.885ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55712025-05-08T21:30:31.885ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
55722025-05-08T21:30:35.730ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (11M iterations)
55732025-05-08T21:30:39.460ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
55742025-05-08T21:30:39.543Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55752025-05-08T21:30:39.543Z time: [72.625 ns 72.730 ns 72.835 ns]
55762025-05-08T21:30:39.543ZFound 2 outliers among 100 measurements (2.00%)
55772025-05-08T21:30:39.543Z 1 (1.00%) high mild
55782025-05-08T21:30:39.543Z 1 (1.00%) high severe
55792025-05-08T21:30:40.663Z
55802025-05-08T21:30:40.666ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55812025-05-08T21:30:40.666ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
55822025-05-08T21:30:45.120ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (4.7M iterations)
55832025-05-08T21:30:49.661ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
55842025-05-08T21:30:49.743Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55852025-05-08T21:30:49.744Z time: [211.11 ns 211.22 ns 211.32 ns]
55862025-05-08T21:30:49.744ZFound 18 outliers among 100 measurements (18.00%)
55872025-05-08T21:30:49.744Z 1 (1.00%) low severe
55882025-05-08T21:30:49.744Z 8 (8.00%) low mild
55892025-05-08T21:30:49.744Z 1 (1.00%) high mild
55902025-05-08T21:30:49.744Z 8 (8.00%) high severe
55912025-05-08T21:30:50.860Z
55922025-05-08T21:30:50.864ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55932025-05-08T21:30:50.864ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
55942025-05-08T21:30:55.038ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0040 s (5.0M iterations)
55952025-05-08T21:30:59.660ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
55962025-05-08T21:30:59.743Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55972025-05-08T21:30:59.743Z time: [95.918 ns 96.002 ns 96.081 ns]
55982025-05-08T21:30:59.743ZFound 13 outliers among 100 measurements (13.00%)
55992025-05-08T21:30:59.743Z 7 (7.00%) low mild
56002025-05-08T21:30:59.743Z 1 (1.00%) high mild
56012025-05-08T21:30:59.743Z 5 (5.00%) high severe
56022025-05-08T21:31:00.856Z
56032025-05-08T21:31:00.859ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56042025-05-08T21:31:00.859ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56052025-05-08T21:31:05.455ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0044 s (2.3M iterations)
56062025-05-08T21:31:10.307ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56072025-05-08T21:31:10.390Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56082025-05-08T21:31:10.390Z time: [238.01 ns 238.12 ns 238.25 ns]
56092025-05-08T21:31:10.390ZFound 13 outliers among 100 measurements (13.00%)
56102025-05-08T21:31:10.390Z 2 (2.00%) high mild
56112025-05-08T21:31:10.390Z 11 (11.00%) high severe
56122025-05-08T21:31:11.503Z
56132025-05-08T21:31:11.507ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56142025-05-08T21:31:11.507ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56152025-05-08T21:31:14.566ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0003 s (6.8M iterations)
56162025-05-08T21:31:17.987ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56172025-05-08T21:31:18.069Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56182025-05-08T21:31:18.070Z time: [94.392 ns 94.536 ns 94.691 ns]
56192025-05-08T21:31:18.070ZFound 3 outliers among 100 measurements (3.00%)
56202025-05-08T21:31:18.070Z 1 (1.00%) low mild
56212025-05-08T21:31:18.070Z 2 (2.00%) high severe
56222025-05-08T21:31:19.181Z
56232025-05-08T21:31:19.185ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56242025-05-08T21:31:19.185ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56252025-05-08T21:31:24.825ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0007 s (3.7M iterations)
56262025-05-08T21:31:28.977ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56272025-05-08T21:31:29.059Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56282025-05-08T21:31:29.059Z time: [193.64 ns 193.70 ns 193.75 ns]
56292025-05-08T21:31:29.059ZFound 28 outliers among 100 measurements (28.00%)
56302025-05-08T21:31:29.059Z 14 (14.00%) low severe
56312025-05-08T21:31:29.059Z 5 (5.00%) low mild
56322025-05-08T21:31:29.059Z 1 (1.00%) high mild
56332025-05-08T21:31:29.059Z 8 (8.00%) high severe
56342025-05-08T21:31:30.176Z
56352025-05-08T21:31:30.179ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56362025-05-08T21:31:30.179ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56372025-05-08T21:31:35.684ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0064 s (3.8M iterations)
56382025-05-08T21:31:39.891ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56392025-05-08T21:31:39.974Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56402025-05-08T21:31:39.974Z time: [117.42 ns 117.51 ns 117.62 ns]
56412025-05-08T21:31:39.974ZFound 7 outliers among 100 measurements (7.00%)
56422025-05-08T21:31:39.974Z 3 (3.00%) low mild
56432025-05-08T21:31:39.974Z 1 (1.00%) high mild
56442025-05-08T21:31:39.974Z 3 (3.00%) high severe
56452025-05-08T21:31:41.084Z
56462025-05-08T21:31:41.087ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56472025-05-08T21:31:41.087ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56482025-05-08T21:31:46.195ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0084 s (2.1M iterations)
56492025-05-08T21:31:50.879ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56502025-05-08T21:31:50.961Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56512025-05-08T21:31:50.962Z time: [220.89 ns 221.03 ns 221.18 ns]
56522025-05-08T21:31:50.962ZFound 12 outliers among 100 measurements (12.00%)
56532025-05-08T21:31:50.962Z 3 (3.00%) high mild
56542025-05-08T21:31:50.962Z 9 (9.00%) high severe
56552025-05-08T21:31:52.078Z
56562025-05-08T21:31:52.078ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56572025-05-08T21:31:52.078ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56582025-05-08T21:31:56.860ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (8.8M iterations)
56592025-05-08T21:32:00.751ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56602025-05-08T21:32:00.834Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56612025-05-08T21:32:00.834Z time: [81.959 ns 82.008 ns 82.051 ns]
56622025-05-08T21:32:00.834ZFound 9 outliers among 100 measurements (9.00%)
56632025-05-08T21:32:00.834Z 3 (3.00%) low mild
56642025-05-08T21:32:00.834Z 1 (1.00%) high mild
56652025-05-08T21:32:00.834Z 5 (5.00%) high severe
56662025-05-08T21:32:01.947Z
56672025-05-08T21:32:01.951ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56682025-05-08T21:32:01.951ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56692025-05-08T21:32:07.552ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0067 s (3.7M iterations)
56702025-05-08T21:32:12.188ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56712025-05-08T21:32:12.270Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56722025-05-08T21:32:12.270Z time: [241.94 ns 242.03 ns 242.10 ns]
56732025-05-08T21:32:12.270ZFound 24 outliers among 100 measurements (24.00%)
56742025-05-08T21:32:12.270Z 10 (10.00%) low mild
56752025-05-08T21:32:12.270Z 1 (1.00%) high mild
56762025-05-08T21:32:12.270Z 13 (13.00%) high severe
56772025-05-08T21:32:13.385Z
56782025-05-08T21:32:13.385ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56792025-05-08T21:32:13.385ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
56802025-05-08T21:32:17.943ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0046 s (4.6M iterations)
56812025-05-08T21:32:22.596ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
56822025-05-08T21:32:22.679Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56832025-05-08T21:32:22.679Z time: [105.80 ns 105.90 ns 106.00 ns]
56842025-05-08T21:32:22.680ZFound 22 outliers among 100 measurements (22.00%)
56852025-05-08T21:32:22.680Z 2 (2.00%) low severe
56862025-05-08T21:32:22.680Z 9 (9.00%) low mild
56872025-05-08T21:32:22.680Z 5 (5.00%) high mild
56882025-05-08T21:32:22.680Z 6 (6.00%) high severe
56892025-05-08T21:32:23.793Z
56902025-05-08T21:32:23.797ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56912025-05-08T21:32:23.797ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
56922025-05-08T21:32:28.887ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (2.1M iterations)
56932025-05-08T21:32:33.809ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
56942025-05-08T21:32:33.891Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56952025-05-08T21:32:33.891Z time: [269.17 ns 269.32 ns 269.49 ns]
56962025-05-08T21:32:33.891ZFound 14 outliers among 100 measurements (14.00%)
56972025-05-08T21:32:33.891Z 2 (2.00%) high mild
56982025-05-08T21:32:33.891Z 12 (12.00%) high severe
56992025-05-08T21:32:35.006Z
57002025-05-08T21:32:35.006ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57012025-05-08T21:32:35.006ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57022025-05-08T21:32:38.470ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0039 s (6.1M iterations)
57032025-05-08T21:32:42.055ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57042025-05-08T21:32:42.138Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57052025-05-08T21:32:42.138Z time: [100.44 ns 100.52 ns 100.58 ns]
57062025-05-08T21:32:42.138ZFound 15 outliers among 100 measurements (15.00%)
57072025-05-08T21:32:42.138Z 2 (2.00%) low severe
57082025-05-08T21:32:42.138Z 10 (10.00%) low mild
57092025-05-08T21:32:42.138Z 1 (1.00%) high mild
57102025-05-08T21:32:42.138Z 2 (2.00%) high severe
57112025-05-08T21:32:43.249Z
57122025-05-08T21:32:43.254ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57132025-05-08T21:32:43.254ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57142025-05-08T21:32:46.492ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0054 s (3.2M iterations)
57152025-05-08T21:32:50.876ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57162025-05-08T21:32:50.960Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57172025-05-08T21:32:50.960Z time: [213.89 ns 214.05 ns 214.27 ns]
57182025-05-08T21:32:50.960ZFound 16 outliers among 100 measurements (16.00%)
57192025-05-08T21:32:50.960Z 1 (1.00%) low mild
57202025-05-08T21:32:50.960Z 3 (3.00%) high mild
57212025-05-08T21:32:50.960Z 12 (12.00%) high severe
57222025-05-08T21:32:52.073Z
57232025-05-08T21:32:52.081ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57242025-05-08T21:32:52.082ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57252025-05-08T21:32:57.889ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0063 s (3.6M iterations)
57262025-05-08T21:33:02.166ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57272025-05-08T21:33:02.248Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57282025-05-08T21:33:02.248Z time: [122.45 ns 122.53 ns 122.63 ns]
57292025-05-08T21:33:02.248ZFound 9 outliers among 100 measurements (9.00%)
57302025-05-08T21:33:02.248Z 2 (2.00%) low mild
57312025-05-08T21:33:02.248Z 4 (4.00%) high mild
57322025-05-08T21:33:02.248Z 3 (3.00%) high severe
57332025-05-08T21:33:03.367Z
57342025-05-08T21:33:03.372ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57352025-05-08T21:33:03.372ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57362025-05-08T21:33:08.988ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0071 s (1.9M iterations)
57372025-05-08T21:33:13.706ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57382025-05-08T21:33:13.788Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57392025-05-08T21:33:13.788Z time: [243.82 ns 244.00 ns 244.23 ns]
57402025-05-08T21:33:13.788ZFound 14 outliers among 100 measurements (14.00%)
57412025-05-08T21:33:13.789Z 6 (6.00%) high mild
57422025-05-08T21:33:13.789Z 8 (8.00%) high severe
57432025-05-08T21:33:14.902Z
57442025-05-08T21:33:14.912ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57452025-05-08T21:33:14.912ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57462025-05-08T21:33:22.932ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (9.1M iterations)
57472025-05-08T21:33:23.370ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57482025-05-08T21:33:23.454Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57492025-05-08T21:33:23.454Z time: [73.854 ns 73.913 ns 73.962 ns]
57502025-05-08T21:33:23.454ZFound 15 outliers among 100 measurements (15.00%)
57512025-05-08T21:33:23.454Z 3 (3.00%) low severe
57522025-05-08T21:33:23.454Z 8 (8.00%) low mild
57532025-05-08T21:33:23.454Z 1 (1.00%) high mild
57542025-05-08T21:33:23.454Z 3 (3.00%) high severe
57552025-05-08T21:33:24.569Z
57562025-05-08T21:33:24.573ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57572025-05-08T21:33:24.573ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57582025-05-08T21:33:29.810ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0040 s (4.0M iterations)
57592025-05-08T21:33:34.401ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57602025-05-08T21:33:34.483Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57612025-05-08T21:33:34.483Z time: [211.63 ns 211.77 ns 211.90 ns]
57622025-05-08T21:33:34.483ZFound 13 outliers among 100 measurements (13.00%)
57632025-05-08T21:33:34.483Z 4 (4.00%) high mild
57642025-05-08T21:33:34.483Z 9 (9.00%) high severe
57652025-05-08T21:33:35.599Z
57662025-05-08T21:33:35.602ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57672025-05-08T21:33:35.603ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57682025-05-08T21:33:40.012ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0048 s (4.8M iterations)
57692025-05-08T21:33:44.717ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57702025-05-08T21:33:44.798Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57712025-05-08T21:33:44.798Z time: [95.656 ns 95.738 ns 95.817 ns]
57722025-05-08T21:33:44.799ZFound 9 outliers among 100 measurements (9.00%)
57732025-05-08T21:33:44.799Z 2 (2.00%) high mild
57742025-05-08T21:33:44.799Z 7 (7.00%) high severe
57752025-05-08T21:33:45.920Z
57762025-05-08T21:33:45.923ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57772025-05-08T21:33:45.923ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57782025-05-08T21:33:50.797ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (2.2M iterations)
57792025-05-08T21:33:55.743ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57802025-05-08T21:33:55.825Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57812025-05-08T21:33:55.825Z time: [240.60 ns 240.93 ns 241.36 ns]
57822025-05-08T21:33:55.825ZFound 16 outliers among 100 measurements (16.00%)
57832025-05-08T21:33:55.825Z 2 (2.00%) high mild
57842025-05-08T21:33:55.825Z 14 (14.00%) high severe
57852025-05-08T21:33:56.940Z
57862025-05-08T21:33:56.943ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57872025-05-08T21:33:56.943ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
57882025-05-08T21:34:00.353ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0015 s (6.1M iterations)
57892025-05-08T21:34:03.912ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
57902025-05-08T21:34:03.994Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57912025-05-08T21:34:03.994Z time: [98.033 ns 98.123 ns 98.195 ns]
57922025-05-08T21:34:03.995ZFound 12 outliers among 100 measurements (12.00%)
57932025-05-08T21:34:03.995Z 10 (10.00%) low mild
57942025-05-08T21:34:03.995Z 2 (2.00%) high severe
57952025-05-08T21:34:05.116Z
57962025-05-08T21:34:05.120ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
57972025-05-08T21:34:05.120ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
57982025-05-08T21:34:08.157ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0070 s (3.5M iterations)
57992025-05-08T21:34:12.588ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58002025-05-08T21:34:12.671Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
58012025-05-08T21:34:12.671Z time: [187.50 ns 187.60 ns 187.71 ns]
58022025-05-08T21:34:12.671ZFound 22 outliers among 100 measurements (22.00%)
58032025-05-08T21:34:12.671Z 10 (10.00%) low mild
58042025-05-08T21:34:12.671Z 3 (3.00%) high mild
58052025-05-08T21:34:12.671Z 9 (9.00%) high severe
58062025-05-08T21:34:13.785Z
58072025-05-08T21:34:13.785ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58082025-05-08T21:34:13.786ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58092025-05-08T21:34:19.490ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0065 s (3.7M iterations)
58102025-05-08T21:34:23.752ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58112025-05-08T21:34:23.834Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58122025-05-08T21:34:23.834Z time: [118.83 ns 118.91 ns 119.00 ns]
58132025-05-08T21:34:23.834ZFound 16 outliers among 100 measurements (16.00%)
58142025-05-08T21:34:23.834Z 1 (1.00%) low severe
58152025-05-08T21:34:23.834Z 5 (5.00%) low mild
58162025-05-08T21:34:23.835Z 7 (7.00%) high mild
58172025-05-08T21:34:23.835Z 3 (3.00%) high severe
58182025-05-08T21:34:24.948Z
58192025-05-08T21:34:24.951ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58202025-05-08T21:34:24.951ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58212025-05-08T21:34:30.402ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0032 s (1.9M iterations)
58222025-05-08T21:34:35.101ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58232025-05-08T21:34:35.184Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58242025-05-08T21:34:35.184Z time: [214.66 ns 214.91 ns 215.19 ns]
58252025-05-08T21:34:35.184ZFound 14 outliers among 100 measurements (14.00%)
58262025-05-08T21:34:35.184Z 2 (2.00%) high mild
58272025-05-08T21:34:35.184Z 12 (12.00%) high severe
58282025-05-08T21:34:36.296Z
58292025-05-08T21:34:36.300ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58302025-05-08T21:34:36.300ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58312025-05-08T21:34:40.305ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0024 s (10M iterations)
58322025-05-08T21:34:44.041ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58332025-05-08T21:34:44.123Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58342025-05-08T21:34:44.123Z time: [81.816 ns 81.881 ns 81.938 ns]
58352025-05-08T21:34:44.123ZFound 8 outliers among 100 measurements (8.00%)
58362025-05-08T21:34:44.123Z 2 (2.00%) low mild
58372025-05-08T21:34:44.123Z 1 (1.00%) high mild
58382025-05-08T21:34:44.123Z 5 (5.00%) high severe
58392025-05-08T21:34:45.239Z
58402025-05-08T21:34:45.243ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58412025-05-08T21:34:45.243ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58422025-05-08T21:34:49.939ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (4.5M iterations)
58432025-05-08T21:34:54.829ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58442025-05-08T21:34:54.911Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58452025-05-08T21:34:54.911Z time: [280.85 ns 283.00 ns 285.86 ns]
58462025-05-08T21:34:54.911ZFound 13 outliers among 100 measurements (13.00%)
58472025-05-08T21:34:54.911Z 5 (5.00%) high mild
58482025-05-08T21:34:54.911Z 8 (8.00%) high severe
58492025-05-08T21:34:56.027Z
58502025-05-08T21:34:56.030ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58512025-05-08T21:34:56.030ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58522025-05-08T21:35:00.204ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0041 s (5.0M iterations)
58532025-05-08T21:35:04.937ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58542025-05-08T21:35:05.019Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58552025-05-08T21:35:05.019Z time: [105.90 ns 105.95 ns 106.00 ns]
58562025-05-08T21:35:05.019ZFound 15 outliers among 100 measurements (15.00%)
58572025-05-08T21:35:05.019Z 7 (7.00%) low mild
58582025-05-08T21:35:05.019Z 3 (3.00%) high mild
58592025-05-08T21:35:05.019Z 5 (5.00%) high severe
58602025-05-08T21:35:06.134Z
58612025-05-08T21:35:06.137ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58622025-05-08T21:35:06.137ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58632025-05-08T21:35:10.839ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0072 s (2.2M iterations)
58642025-05-08T21:35:16.022ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58652025-05-08T21:35:16.103Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58662025-05-08T21:35:16.103Z time: [339.64 ns 344.09 ns 349.87 ns]
58672025-05-08T21:35:16.103ZFound 13 outliers among 100 measurements (13.00%)
58682025-05-08T21:35:16.103Z 4 (4.00%) high mild
58692025-05-08T21:35:16.103Z 9 (9.00%) high severe
58702025-05-08T21:35:17.217Z
58712025-05-08T21:35:17.220ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58722025-05-08T21:35:17.220ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58732025-05-08T21:35:23.683ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0017 s (6.5M iterations)
58742025-05-08T21:35:26.925ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58752025-05-08T21:35:27.008Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58762025-05-08T21:35:27.008Z time: [98.938 ns 99.077 ns 99.202 ns]
58772025-05-08T21:35:27.009ZFound 16 outliers among 100 measurements (16.00%)
58782025-05-08T21:35:27.009Z 13 (13.00%) low mild
58792025-05-08T21:35:27.009Z 1 (1.00%) high mild
58802025-05-08T21:35:27.009Z 2 (2.00%) high severe
58812025-05-08T21:35:28.119Z
58822025-05-08T21:35:28.122ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58832025-05-08T21:35:28.122ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58842025-05-08T21:35:33.926ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0049 s (3.6M iterations)
58852025-05-08T21:35:38.286ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58862025-05-08T21:35:38.368Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58872025-05-08T21:35:38.368Z time: [246.68 ns 248.16 ns 250.09 ns]
58882025-05-08T21:35:38.368ZFound 12 outliers among 100 measurements (12.00%)
58892025-05-08T21:35:38.368Z 4 (4.00%) high mild
58902025-05-08T21:35:38.368Z 8 (8.00%) high severe
58912025-05-08T21:35:39.484Z
58922025-05-08T21:35:39.487ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58932025-05-08T21:35:39.487ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58942025-05-08T21:35:44.947ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0043 s (3.8M iterations)
58952025-05-08T21:35:49.196ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58962025-05-08T21:35:49.279Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58972025-05-08T21:35:49.279Z time: [120.78 ns 120.88 ns 120.98 ns]
58982025-05-08T21:35:49.279ZFound 18 outliers among 100 measurements (18.00%)
58992025-05-08T21:35:49.279Z 5 (5.00%) low mild
59002025-05-08T21:35:49.279Z 7 (7.00%) high mild
59012025-05-08T21:35:49.279Z 6 (6.00%) high severe
59022025-05-08T21:35:50.399Z
59032025-05-08T21:35:50.402ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59042025-05-08T21:35:50.402ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59052025-05-08T21:35:55.567ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0022 s (2.0M iterations)
59062025-05-08T21:36:00.489ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59072025-05-08T21:36:00.571Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59082025-05-08T21:36:00.571Z time: [288.09 ns 290.83 ns 294.37 ns]
59092025-05-08T21:36:00.572ZFound 12 outliers among 100 measurements (12.00%)
59102025-05-08T21:36:00.572Z 5 (5.00%) high mild
59112025-05-08T21:36:00.572Z 7 (7.00%) high severe
59122025-05-08T21:36:01.686Z
59132025-05-08T21:36:01.690ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59142025-05-08T21:36:01.690ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59152025-05-08T21:36:05.411ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (11M iterations)
59162025-05-08T21:36:09.238ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
59172025-05-08T21:36:09.321Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59182025-05-08T21:36:09.321Z time: [72.406 ns 72.496 ns 72.577 ns]
59192025-05-08T21:36:09.321ZFound 2 outliers among 100 measurements (2.00%)
59202025-05-08T21:36:09.321Z 1 (1.00%) high mild
59212025-05-08T21:36:09.321Z 1 (1.00%) high severe
59222025-05-08T21:36:10.436Z
59232025-05-08T21:36:10.439ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59242025-05-08T21:36:10.439ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59252025-05-08T21:36:14.949ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0037 s (4.7M iterations)
59262025-05-08T21:36:19.839ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
59272025-05-08T21:36:19.923Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59282025-05-08T21:36:19.923Z time: [243.99 ns 245.85 ns 248.30 ns]
59292025-05-08T21:36:19.923ZFound 13 outliers among 100 measurements (13.00%)
59302025-05-08T21:36:19.923Z 5 (5.00%) high mild
59312025-05-08T21:36:19.923Z 8 (8.00%) high severe
59322025-05-08T21:36:21.038Z
59332025-05-08T21:36:21.041ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59342025-05-08T21:36:21.041ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59352025-05-08T21:36:25.127ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0019 s (5.1M iterations)
59362025-05-08T21:36:29.848ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59372025-05-08T21:36:29.930Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59382025-05-08T21:36:29.930Z time: [96.277 ns 96.374 ns 96.460 ns]
59392025-05-08T21:36:29.930ZFound 12 outliers among 100 measurements (12.00%)
59402025-05-08T21:36:29.930Z 8 (8.00%) low mild
59412025-05-08T21:36:29.930Z 1 (1.00%) high mild
59422025-05-08T21:36:29.930Z 3 (3.00%) high severe
59432025-05-08T21:36:31.044Z
59442025-05-08T21:36:31.047ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59452025-05-08T21:36:31.047ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59462025-05-08T21:36:35.728ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0072 s (2.2M iterations)
59472025-05-08T21:36:40.892ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59482025-05-08T21:36:40.974Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59492025-05-08T21:36:40.974Z time: [311.83 ns 316.16 ns 321.74 ns]
59502025-05-08T21:36:40.974ZFound 13 outliers among 100 measurements (13.00%)
59512025-05-08T21:36:40.975Z 4 (4.00%) high mild
59522025-05-08T21:36:40.975Z 9 (9.00%) high severe
59532025-05-08T21:36:42.088Z
59542025-05-08T21:36:42.092ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59552025-05-08T21:36:42.092ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59562025-05-08T21:36:48.508ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0038 s (6.5M iterations)
59572025-05-08T21:36:51.832ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59582025-05-08T21:36:51.914Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59592025-05-08T21:36:51.914Z time: [97.554 ns 97.639 ns 97.712 ns]
59602025-05-08T21:36:51.914ZFound 17 outliers among 100 measurements (17.00%)
59612025-05-08T21:36:51.914Z 3 (3.00%) low severe
59622025-05-08T21:36:51.914Z 11 (11.00%) low mild
59632025-05-08T21:36:51.914Z 1 (1.00%) high mild
59642025-05-08T21:36:51.915Z 2 (2.00%) high severe
59652025-05-08T21:36:53.026Z
59662025-05-08T21:36:53.029ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59672025-05-08T21:36:53.029ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59682025-05-08T21:36:58.698ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0061 s (3.7M iterations)
59692025-05-08T21:37:03.109ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59702025-05-08T21:37:03.192Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59712025-05-08T21:37:03.192Z time: [220.26 ns 221.64 ns 223.44 ns]
59722025-05-08T21:37:03.192ZFound 13 outliers among 100 measurements (13.00%)
59732025-05-08T21:37:03.192Z 5 (5.00%) high mild
59742025-05-08T21:37:03.192Z 8 (8.00%) high severe
59752025-05-08T21:37:04.306Z
59762025-05-08T21:37:04.306ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59772025-05-08T21:37:04.306ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59782025-05-08T21:37:09.731ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0021 s (3.9M iterations)
59792025-05-08T21:37:14.034ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59802025-05-08T21:37:14.115Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59812025-05-08T21:37:14.116Z time: [119.43 ns 119.63 ns 119.83 ns]
59822025-05-08T21:37:14.116ZFound 7 outliers among 100 measurements (7.00%)
59832025-05-08T21:37:14.116Z 5 (5.00%) low mild
59842025-05-08T21:37:14.116Z 2 (2.00%) high severe
59852025-05-08T21:37:15.233Z
59862025-05-08T21:37:15.236ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59872025-05-08T21:37:15.237ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59882025-05-08T21:37:20.357ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0103 s (2.1M iterations)
59892025-05-08T21:37:25.248ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59902025-05-08T21:37:25.330Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59912025-05-08T21:37:25.331Z time: [261.51 ns 264.03 ns 267.32 ns]
59922025-05-08T21:37:25.331ZFound 12 outliers among 100 measurements (12.00%)
59932025-05-08T21:37:25.331Z 5 (5.00%) high mild
59942025-05-08T21:37:25.331Z 7 (7.00%) high severe
59952025-05-08T21:37:26.442Z
59962025-05-08T21:37:26.445ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59972025-05-08T21:37:26.445ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59982025-05-08T21:37:31.073ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (9.1M iterations)
59992025-05-08T21:37:35.102ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60002025-05-08T21:37:35.186Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60012025-05-08T21:37:35.186Z time: [82.206 ns 82.307 ns 82.412 ns]
60022025-05-08T21:37:35.186ZFound 6 outliers among 100 measurements (6.00%)
60032025-05-08T21:37:35.186Z 2 (2.00%) high mild
60042025-05-08T21:37:35.186Z 4 (4.00%) high severe
60052025-05-08T21:37:36.300Z
60062025-05-08T21:37:36.304ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60072025-05-08T21:37:36.304ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
60082025-05-08T21:37:41.758ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0059 s (3.8M iterations)
60092025-05-08T21:37:46.735ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60102025-05-08T21:37:46.817Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60112025-05-08T21:37:46.817Z time: [289.66 ns 292.99 ns 297.25 ns]
60122025-05-08T21:37:46.817ZFound 13 outliers among 100 measurements (13.00%)
60132025-05-08T21:37:46.817Z 6 (6.00%) high mild
60142025-05-08T21:37:46.817Z 7 (7.00%) high severe
60152025-05-08T21:37:47.931Z
60162025-05-08T21:37:47.934ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60172025-05-08T21:37:47.934ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60182025-05-08T21:37:52.453ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (4.6M iterations)
60192025-05-08T21:37:57.140ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60202025-05-08T21:37:57.222Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60212025-05-08T21:37:57.222Z time: [106.20 ns 106.28 ns 106.36 ns]
60222025-05-08T21:37:57.222ZFound 13 outliers among 100 measurements (13.00%)
60232025-05-08T21:37:57.222Z 1 (1.00%) low severe
60242025-05-08T21:37:57.222Z 6 (6.00%) low mild
60252025-05-08T21:37:57.222Z 1 (1.00%) high mild
60262025-05-08T21:37:57.222Z 5 (5.00%) high severe
60272025-05-08T21:37:58.334Z
60282025-05-08T21:37:58.337ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60292025-05-08T21:37:58.338ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60302025-05-08T21:38:03.435ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0105 s (2.1M iterations)
60312025-05-08T21:38:08.648ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60322025-05-08T21:38:08.731Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60332025-05-08T21:38:08.731Z time: [361.16 ns 366.54 ns 373.49 ns]
60342025-05-08T21:38:08.731ZFound 12 outliers among 100 measurements (12.00%)
60352025-05-08T21:38:08.731Z 5 (5.00%) high mild
60362025-05-08T21:38:08.731Z 7 (7.00%) high severe
60372025-05-08T21:38:09.844Z
60382025-05-08T21:38:09.844ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60392025-05-08T21:38:09.844ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60402025-05-08T21:38:13.229ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0008 s (6.2M iterations)
60412025-05-08T21:38:16.899ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60422025-05-08T21:38:16.982Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60432025-05-08T21:38:16.982Z time: [100.98 ns 101.08 ns 101.17 ns]
60442025-05-08T21:38:16.982ZFound 20 outliers among 100 measurements (20.00%)
60452025-05-08T21:38:16.982Z 9 (9.00%) low severe
60462025-05-08T21:38:16.982Z 8 (8.00%) low mild
60472025-05-08T21:38:16.982Z 3 (3.00%) high severe
60482025-05-08T21:38:18.098Z
60492025-05-08T21:38:18.102ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60502025-05-08T21:38:18.102ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60512025-05-08T21:38:21.229ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0050 s (3.4M iterations)
60522025-05-08T21:38:25.927ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60532025-05-08T21:38:26.010Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60542025-05-08T21:38:26.010Z time: [245.68 ns 247.58 ns 250.01 ns]
60552025-05-08T21:38:26.010ZFound 13 outliers among 100 measurements (13.00%)
60562025-05-08T21:38:26.010Z 4 (4.00%) high mild
60572025-05-08T21:38:26.010Z 9 (9.00%) high severe
60582025-05-08T21:38:27.128Z
60592025-05-08T21:38:27.128ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60602025-05-08T21:38:27.128ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60612025-05-08T21:38:32.879ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0054 s (3.7M iterations)
60622025-05-08T21:38:37.207ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60632025-05-08T21:38:37.289Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60642025-05-08T21:38:37.289Z time: [122.26 ns 122.32 ns 122.40 ns]
60652025-05-08T21:38:37.289ZFound 18 outliers among 100 measurements (18.00%)
60662025-05-08T21:38:37.289Z 3 (3.00%) low severe
60672025-05-08T21:38:37.289Z 9 (9.00%) low mild
60682025-05-08T21:38:37.290Z 2 (2.00%) high mild
60692025-05-08T21:38:37.290Z 4 (4.00%) high severe
60702025-05-08T21:38:38.403Z
60712025-05-08T21:38:38.407ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60722025-05-08T21:38:38.407ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60732025-05-08T21:38:43.933ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0054 s (1.9M iterations)
60742025-05-08T21:38:48.881ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60752025-05-08T21:38:48.963Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60762025-05-08T21:38:48.963Z time: [295.81 ns 298.95 ns 303.03 ns]
60772025-05-08T21:38:48.963ZFound 13 outliers among 100 measurements (13.00%)
60782025-05-08T21:38:48.963Z 6 (6.00%) high mild
60792025-05-08T21:38:48.963Z 7 (7.00%) high severe
60802025-05-08T21:38:50.075Z
60812025-05-08T21:38:50.078ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60822025-05-08T21:38:50.078ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60832025-05-08T21:38:54.626ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (9.2M iterations)
60842025-05-08T21:38:58.589ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60852025-05-08T21:38:58.671Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60862025-05-08T21:38:58.671Z time: [74.870 ns 74.965 ns 75.040 ns]
60872025-05-08T21:38:58.671ZFound 4 outliers among 100 measurements (4.00%)
60882025-05-08T21:38:58.671Z 3 (3.00%) high mild
60892025-05-08T21:38:58.671Z 1 (1.00%) high severe
60902025-05-08T21:38:59.783Z
60912025-05-08T21:38:59.787ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60922025-05-08T21:38:59.787ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60932025-05-08T21:39:05.112ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0038 s (3.9M iterations)
60942025-05-08T21:39:10.049ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60952025-05-08T21:39:10.132Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60962025-05-08T21:39:10.132Z time: [258.06 ns 260.85 ns 264.51 ns]
60972025-05-08T21:39:10.132ZFound 12 outliers among 100 measurements (12.00%)
60982025-05-08T21:39:10.132Z 5 (5.00%) high mild
60992025-05-08T21:39:10.132Z 7 (7.00%) high severe
61002025-05-08T21:39:11.246Z
61012025-05-08T21:39:11.250ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
61022025-05-08T21:39:11.250ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61032025-05-08T21:39:15.604ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0050 s (4.8M iterations)
61042025-05-08T21:39:20.363ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61052025-05-08T21:39:20.445Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
61062025-05-08T21:39:20.445Z time: [95.249 ns 95.324 ns 95.396 ns]
61072025-05-08T21:39:20.445ZFound 14 outliers among 100 measurements (14.00%)
61082025-05-08T21:39:20.445Z 5 (5.00%) low mild
61092025-05-08T21:39:20.445Z 1 (1.00%) high mild
61102025-05-08T21:39:20.445Z 8 (8.00%) high severe
61112025-05-08T21:39:21.558Z
61122025-05-08T21:39:21.562ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
61132025-05-08T21:39:21.562ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61142025-05-08T21:39:26.612ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0009 s (2.1M iterations)
61152025-05-08T21:39:31.783ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61162025-05-08T21:39:31.865Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
61172025-05-08T21:39:31.866Z time: [326.09 ns 331.42 ns 338.35 ns]
61182025-05-08T21:39:31.866ZFound 12 outliers among 100 measurements (12.00%)
61192025-05-08T21:39:31.866Z 4 (4.00%) high mild
61202025-05-08T21:39:31.866Z 8 (8.00%) high severe
61212025-05-08T21:39:32.984Z
61222025-05-08T21:39:32.984ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61232025-05-08T21:39:32.984ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61242025-05-08T21:39:36.330ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0035 s (6.3M iterations)
61252025-05-08T21:39:39.980ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
61262025-05-08T21:39:40.063Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61272025-05-08T21:39:40.063Z time: [99.450 ns 99.558 ns 99.643 ns]
61282025-05-08T21:39:40.063ZFound 20 outliers among 100 measurements (20.00%)
61292025-05-08T21:39:40.063Z 17 (17.00%) low mild
61302025-05-08T21:39:40.063Z 2 (2.00%) high mild
61312025-05-08T21:39:40.063Z 1 (1.00%) high severe
61322025-05-08T21:39:41.181Z
61332025-05-08T21:39:41.185ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61342025-05-08T21:39:41.185ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61352025-05-08T21:39:44.241ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0017 s (3.4M iterations)
61362025-05-08T21:39:48.942ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
61372025-05-08T21:39:49.023Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61382025-05-08T21:39:49.023Z time: [216.45 ns 218.22 ns 220.52 ns]
61392025-05-08T21:39:49.023ZFound 12 outliers among 100 measurements (12.00%)
61402025-05-08T21:39:49.023Z 5 (5.00%) high mild
61412025-05-08T21:39:49.023Z 7 (7.00%) high severe
61422025-05-08T21:39:50.142Z
61432025-05-08T21:39:50.145ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61442025-05-08T21:39:50.146ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61452025-05-08T21:39:55.835ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0028 s (3.7M iterations)
61462025-05-08T21:40:00.107ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61472025-05-08T21:40:00.190Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61482025-05-08T21:40:00.190Z time: [119.54 ns 119.62 ns 119.70 ns]
61492025-05-08T21:40:00.190ZFound 22 outliers among 100 measurements (22.00%)
61502025-05-08T21:40:00.190Z 9 (9.00%) low severe
61512025-05-08T21:40:00.190Z 8 (8.00%) low mild
61522025-05-08T21:40:00.190Z 1 (1.00%) high mild
61532025-05-08T21:40:00.190Z 4 (4.00%) high severe
61542025-05-08T21:40:01.304Z
61552025-05-08T21:40:01.308ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61562025-05-08T21:40:01.308ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61572025-05-08T21:40:06.762ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0063 s (1.9M iterations)
61582025-05-08T21:40:11.685ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61592025-05-08T21:40:11.767Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61602025-05-08T21:40:11.767Z time: [262.29 ns 265.40 ns 269.36 ns]
61612025-05-08T21:40:11.767ZFound 13 outliers among 100 measurements (13.00%)
61622025-05-08T21:40:11.767Z 6 (6.00%) high mild
61632025-05-08T21:40:11.767Z 7 (7.00%) high severe
61642025-05-08T21:40:12.883Z
61652025-05-08T21:40:12.886ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
61662025-05-08T21:40:12.886ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
61672025-05-08T21:40:12.886ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0365 ms (605 iterations)
61682025-05-08T21:40:12.886ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
61692025-05-08T21:40:12.886Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
61702025-05-08T21:40:12.886Z time: [19.000 19.000 19.000 ]
61712025-05-08T21:40:12.886Z
61722025-05-08T21:40:12.886ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
61732025-05-08T21:40:12.886ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
61742025-05-08T21:40:12.886ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0602 ms (715 iterations)
61752025-05-08T21:40:12.890ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
61762025-05-08T21:40:12.890Zprocess/Hairpin-DHCPv4/alloc_ct/Request
61772025-05-08T21:40:12.890Z time: [19.000 19.000 19.000 ]
61782025-05-08T21:40:12.890Z
61792025-05-08T21:40:12.890ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
61802025-05-08T21:40:12.890ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
61812025-05-08T21:40:12.890ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1157 ms (495 iterations)
61822025-05-08T21:40:12.890ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
61832025-05-08T21:40:12.893Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
61842025-05-08T21:40:12.894Z time: [21.000 21.000 21.000 ]
61852025-05-08T21:40:12.894Z
61862025-05-08T21:40:12.894ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
61872025-05-08T21:40:12.894ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
61882025-05-08T21:40:12.894ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0063 ms (385 iterations)
61892025-05-08T21:40:12.894ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
61902025-05-08T21:40:12.894Zprocess/Hairpin-DHCPv6/alloc_ct/Request
61912025-05-08T21:40:12.894Z time: [22.000 22.000 22.000 ]
61922025-05-08T21:40:12.894Z
61932025-05-08T21:40:12.894ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
61942025-05-08T21:40:12.894ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
61952025-05-08T21:40:12.894ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0553 ms (880 iterations)
61962025-05-08T21:40:12.897ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
61972025-05-08T21:40:12.897Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
61982025-05-08T21:40:12.897Z time: [13.000 13.000 13.000 ]
61992025-05-08T21:40:12.897Z
62002025-05-08T21:40:12.897ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
62012025-05-08T21:40:12.898ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
62022025-05-08T21:40:12.898ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0408 ms (770 iterations)
62032025-05-08T21:40:12.898ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
62042025-05-08T21:40:12.901Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
62052025-05-08T21:40:12.901Z time: [12.000 12.000 12.000 ]
62062025-05-08T21:40:12.901Z
62072025-05-08T21:40:12.901ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
62082025-05-08T21:40:12.901ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
62092025-05-08T21:40:12.901ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0599 ms (605 iterations)
62102025-05-08T21:40:12.901ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
62112025-05-08T21:40:12.901Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
62122025-05-08T21:40:12.901Z time: [14.000 14.000 14.000 ]
62132025-05-08T21:40:12.901Z
62142025-05-08T21:40:12.901ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
62152025-05-08T21:40:12.901ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
62162025-05-08T21:40:12.901ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0381 ms (605 iterations)
62172025-05-08T21:40:12.905ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
62182025-05-08T21:40:12.905Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
62192025-05-08T21:40:12.905Z time: [14.000 14.000 14.000 ]
62202025-05-08T21:40:12.905Z
62212025-05-08T21:40:12.905ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
62222025-05-08T21:40:12.905ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
62232025-05-08T21:40:12.905ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0389 ms (825 iterations)
62242025-05-08T21:40:12.905ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
62252025-05-08T21:40:12.905Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
62262025-05-08T21:40:12.905Z time: [3.0000 3.0000 3.0000 ]
62272025-05-08T21:40:12.905Z
62282025-05-08T21:40:12.908ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
62292025-05-08T21:40:12.908ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
62302025-05-08T21:40:12.908ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0843 ms (440 iterations)
62312025-05-08T21:40:12.908ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
62322025-05-08T21:40:12.908Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
62332025-05-08T21:40:12.908Z time: [3.0000 3.0000 3.0000 ]
62342025-05-08T21:40:12.908Z
62352025-05-08T21:40:12.908ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
62362025-05-08T21:40:12.908ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
62372025-05-08T21:40:12.908ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0607 ms (660 iterations)
62382025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
62392025-05-08T21:40:12.912ZCriterion.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.
62402025-05-08T21:40:12.912Z
62412025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
62422025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
62432025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0225 ms (385 iterations)
62442025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
62452025-05-08T21:40:12.912ZCriterion.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.
62462025-05-08T21:40:12.912Z
62472025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
62482025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
62492025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0333 ms (880 iterations)
62502025-05-08T21:40:12.912ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
62512025-05-08T21:40:12.912Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
62522025-05-08T21:40:12.912Z time: [3.0000 3.0000 3.0000 ]
62532025-05-08T21:40:12.915Z
62542025-05-08T21:40:12.915ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
62552025-05-08T21:40:12.915ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
62562025-05-08T21:40:12.915ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0335 ms (440 iterations)
62572025-05-08T21:40:12.915ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
62582025-05-08T21:40:12.916Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
62592025-05-08T21:40:12.916Z time: [3.0000 3.0000 3.0000 ]
62602025-05-08T21:40:12.916Z
62612025-05-08T21:40:12.916ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
62622025-05-08T21:40:12.916ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
62632025-05-08T21:40:12.916ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0504 ms (825 iterations)
62642025-05-08T21:40:12.916ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
62652025-05-08T21:40:12.916ZCriterion.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.
62662025-05-08T21:40:12.916Z
62672025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
62682025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
62692025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0626 ms (385 iterations)
62702025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
62712025-05-08T21:40:12.919ZCriterion.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.
62722025-05-08T21:40:12.919Z
62732025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62742025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
62752025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0524 ms (770 iterations)
62762025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
62772025-05-08T21:40:12.919Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62782025-05-08T21:40:12.919Z time: [3.0000 3.0000 3.0000 ]
62792025-05-08T21:40:12.919Z
62802025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62812025-05-08T21:40:12.919ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
62822025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0158 ms (275 iterations)
62832025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
62842025-05-08T21:40:12.923Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62852025-05-08T21:40:12.923Z time: [3.0000 3.0000 3.0000 ]
62862025-05-08T21:40:12.923Z
62872025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
62882025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
62892025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0418 ms (605 iterations)
62902025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
62912025-05-08T21:40:12.923ZCriterion.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.
62922025-05-08T21:40:12.923Z
62932025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
62942025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
62952025-05-08T21:40:12.923ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0780 ms (385 iterations)
62962025-05-08T21:40:12.926ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
62972025-05-08T21:40:12.927ZCriterion.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.
62982025-05-08T21:40:12.927Z
62992025-05-08T21:40:12.927ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
63002025-05-08T21:40:12.927ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
63012025-05-08T21:40:12.927ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0348 ms (825 iterations)
63022025-05-08T21:40:12.927ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
63032025-05-08T21:40:12.927Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
63042025-05-08T21:40:12.927Z time: [3.0000 3.0000 3.0000 ]
63052025-05-08T21:40:12.927Z
63062025-05-08T21:40:12.927ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
63072025-05-08T21:40:12.927ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
63082025-05-08T21:40:12.927ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0956 ms (440 iterations)
63092025-05-08T21:40:12.930ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
63102025-05-08T21:40:12.930Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
63112025-05-08T21:40:12.930Z time: [3.0000 3.0000 3.0000 ]
63122025-05-08T21:40:12.930Z
63132025-05-08T21:40:12.930ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
63142025-05-08T21:40:12.931ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
63152025-05-08T21:40:12.931ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0267 ms (715 iterations)
63162025-05-08T21:40:12.931ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
63172025-05-08T21:40:12.931ZCriterion.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.
63182025-05-08T21:40:12.931Z
63192025-05-08T21:40:12.931ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
63202025-05-08T21:40:12.931ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
63212025-05-08T21:40:12.931ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0200 ms (385 iterations)
63222025-05-08T21:40:12.934ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
63232025-05-08T21:40:12.934ZCriterion.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.
63242025-05-08T21:40:12.934Z
63252025-05-08T21:40:12.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
63262025-05-08T21:40:12.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
63272025-05-08T21:40:12.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0738 ms (275 iterations)
63282025-05-08T21:40:12.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
63292025-05-08T21:40:12.934Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
63302025-05-08T21:40:12.934Z time: [44.000 44.000 44.000 ]
63312025-05-08T21:40:12.934Z
63322025-05-08T21:40:12.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
63332025-05-08T21:40:12.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
63342025-05-08T21:40:12.934ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1178 ms (220 iterations)
63352025-05-08T21:40:12.938ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
63362025-05-08T21:40:12.938Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
63372025-05-08T21:40:12.938Z time: [44.000 44.000 44.000 ]
63382025-05-08T21:40:12.938Z
63392025-05-08T21:40:12.938ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
63402025-05-08T21:40:12.938ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
63412025-05-08T21:40:12.938ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1101 ms (330 iterations)
63422025-05-08T21:40:12.938ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
63432025-05-08T21:40:12.941Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
63442025-05-08T21:40:12.941Z time: [20.000 20.000 20.000 ]
63452025-05-08T21:40:12.941Z
63462025-05-08T21:40:12.941ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63472025-05-08T21:40:12.941ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63482025-05-08T21:40:12.941ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0347 ms (220 iterations)
63492025-05-08T21:40:12.941ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63502025-05-08T21:40:12.941Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63512025-05-08T21:40:12.941Z time: [20.000 20.000 20.000 ]
63522025-05-08T21:40:12.941Z
63532025-05-08T21:40:12.941ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63542025-05-08T21:40:12.941ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
63552025-05-08T21:40:12.942ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0243 ms (275 iterations)
63562025-05-08T21:40:12.945ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
63572025-05-08T21:40:12.945Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63582025-05-08T21:40:12.945Z time: [44.000 44.000 44.000 ]
63592025-05-08T21:40:12.945Z
63602025-05-08T21:40:12.945ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63612025-05-08T21:40:12.945ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
63622025-05-08T21:40:12.945ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0635 ms (220 iterations)
63632025-05-08T21:40:12.945ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
63642025-05-08T21:40:12.948Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63652025-05-08T21:40:12.948Z time: [44.000 44.000 44.000 ]
63662025-05-08T21:40:12.948Z
63672025-05-08T21:40:12.948ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63682025-05-08T21:40:12.948ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
63692025-05-08T21:40:12.948ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0462 ms (385 iterations)
63702025-05-08T21:40:12.949ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
63712025-05-08T21:40:12.949Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63722025-05-08T21:40:12.949Z time: [20.000 20.000 20.000 ]
63732025-05-08T21:40:12.949Z
63742025-05-08T21:40:12.949ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63752025-05-08T21:40:12.949ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
63762025-05-08T21:40:12.949ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.2201 ms (275 iterations)
63772025-05-08T21:40:12.952ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
63782025-05-08T21:40:12.952Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63792025-05-08T21:40:12.952Z time: [20.000 20.000 20.000 ]
63802025-05-08T21:40:12.952Z
63812025-05-08T21:40:12.952ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63822025-05-08T21:40:12.952ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
63832025-05-08T21:40:12.952ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1894 ms (275 iterations)
63842025-05-08T21:40:12.952ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
63852025-05-08T21:40:12.956Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63862025-05-08T21:40:12.956Z time: [44.000 44.000 44.000 ]
63872025-05-08T21:40:12.956Z
63882025-05-08T21:40:12.956ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63892025-05-08T21:40:12.956ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
63902025-05-08T21:40:12.956ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2351 ms (220 iterations)
63912025-05-08T21:40:12.956ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
63922025-05-08T21:40:12.956Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63932025-05-08T21:40:12.956Z time: [44.000 44.000 44.000 ]
63942025-05-08T21:40:12.960Z
63952025-05-08T21:40:12.960ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63962025-05-08T21:40:12.960ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
63972025-05-08T21:40:12.960ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0453 ms (275 iterations)
63982025-05-08T21:40:12.960ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
63992025-05-08T21:40:12.960Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
64002025-05-08T21:40:12.960Z time: [20.000 20.000 20.000 ]
64012025-05-08T21:40:12.960Z
64022025-05-08T21:40:12.960ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
64032025-05-08T21:40:12.960ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
64042025-05-08T21:40:12.960ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2280 ms (275 iterations)
64052025-05-08T21:40:12.963ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
64062025-05-08T21:40:12.963Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
64072025-05-08T21:40:12.963Z time: [20.000 20.000 20.000 ]
64082025-05-08T21:40:12.963Z
64092025-05-08T21:40:12.963ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
64102025-05-08T21:40:12.963ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
64112025-05-08T21:40:12.963ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1633 ms (275 iterations)
64122025-05-08T21:40:12.963ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
64132025-05-08T21:40:12.966Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
64142025-05-08T21:40:12.967Z time: [44.000 44.000 44.000 ]
64152025-05-08T21:40:12.967Z
64162025-05-08T21:40:12.967ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
64172025-05-08T21:40:12.967ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
64182025-05-08T21:40:12.967ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1803 ms (220 iterations)
64192025-05-08T21:40:12.967ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
64202025-05-08T21:40:12.967Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
64212025-05-08T21:40:12.967Z time: [44.000 44.000 44.000 ]
64222025-05-08T21:40:12.967Z
64232025-05-08T21:40:12.967ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64242025-05-08T21:40:12.967ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64252025-05-08T21:40:12.971ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0007 ms (330 iterations)
64262025-05-08T21:40:12.971ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64272025-05-08T21:40:12.971Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64282025-05-08T21:40:12.971Z time: [20.000 20.000 20.000 ]
64292025-05-08T21:40:12.971Z
64302025-05-08T21:40:12.971ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64312025-05-08T21:40:12.971ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64322025-05-08T21:40:12.971ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1865 ms (275 iterations)
64332025-05-08T21:40:12.971ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64342025-05-08T21:40:12.974Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64352025-05-08T21:40:12.974Z time: [20.000 20.000 20.000 ]
64362025-05-08T21:40:12.974Z
64372025-05-08T21:40:12.974ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
64382025-05-08T21:40:12.974ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
64392025-05-08T21:40:12.974ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0829 ms (715 iterations)
64402025-05-08T21:40:12.974ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
64412025-05-08T21:40:12.974Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
64422025-05-08T21:40:12.974Z time: [3255.0 B 3255.0 B 3255.0 B]
64432025-05-08T21:40:12.974Z
64442025-05-08T21:40:12.975ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
64452025-05-08T21:40:12.975ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
64462025-05-08T21:40:12.975ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0546 ms (715 iterations)
64472025-05-08T21:40:12.978ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
64482025-05-08T21:40:12.978Zprocess/Hairpin-DHCPv4/alloc_sz/Request
64492025-05-08T21:40:12.978Z time: [3255.0 B 3255.0 B 3255.0 B]
64502025-05-08T21:40:12.978Z
64512025-05-08T21:40:12.978ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
64522025-05-08T21:40:12.978ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
64532025-05-08T21:40:12.978ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.1151 ms (495 iterations)
64542025-05-08T21:40:12.978ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
64552025-05-08T21:40:12.981Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
64562025-05-08T21:40:12.981Z time: [3319.0 B 3319.0 B 3319.0 B]
64572025-05-08T21:40:12.981Z
64582025-05-08T21:40:12.981ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
64592025-05-08T21:40:12.981ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
64602025-05-08T21:40:12.981ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0096 ms (440 iterations)
64612025-05-08T21:40:12.981ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
64622025-05-08T21:40:12.981Zprocess/Hairpin-DHCPv6/alloc_sz/Request
64632025-05-08T21:40:12.981Z time: [3717.0 B 3717.0 B 3717.0 B]
64642025-05-08T21:40:12.985Z
64652025-05-08T21:40:12.985ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
64662025-05-08T21:40:12.985ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
64672025-05-08T21:40:12.985ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0517 ms (880 iterations)
64682025-05-08T21:40:12.985ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
64692025-05-08T21:40:12.985Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
64702025-05-08T21:40:12.985Z time: [2184.0 B 2184.0 B 2184.0 B]
64712025-05-08T21:40:12.985Z
64722025-05-08T21:40:12.985ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
64732025-05-08T21:40:12.985ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
64742025-05-08T21:40:12.985ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0368 ms (770 iterations)
64752025-05-08T21:40:12.990ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
64762025-05-08T21:40:12.990Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
64772025-05-08T21:40:12.990Z time: [2169.0 B 2169.0 B 2169.0 B]
64782025-05-08T21:40:12.990Z
64792025-05-08T21:40:12.990ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64802025-05-08T21:40:12.990ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
64812025-05-08T21:40:12.990ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0692 ms (715 iterations)
64822025-05-08T21:40:12.990ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
64832025-05-08T21:40:12.994Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64842025-05-08T21:40:12.994Z time: [2222.0 B 2222.0 B 2222.0 B]
64852025-05-08T21:40:12.994Z
64862025-05-08T21:40:12.994ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64872025-05-08T21:40:12.994ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
64882025-05-08T21:40:12.994ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0428 ms (715 iterations)
64892025-05-08T21:40:12.994ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
64902025-05-08T21:40:12.994Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64912025-05-08T21:40:12.994Z time: [2206.0 B 2206.0 B 2206.0 B]
64922025-05-08T21:40:12.994Z
64932025-05-08T21:40:12.994ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
64942025-05-08T21:40:12.994ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64952025-05-08T21:40:12.994ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0612 ms (880 iterations)
64962025-05-08T21:40:12.994ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
64972025-05-08T21:40:12.994Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
64982025-05-08T21:40:12.994Z time: [264.00 B 264.00 B 264.00 B]
64992025-05-08T21:40:12.994Z
65002025-05-08T21:40:12.994ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
65012025-05-08T21:40:12.994ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65022025-05-08T21:40:12.994ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1330 ms (330 iterations)
65032025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
65042025-05-08T21:40:12.998Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
65052025-05-08T21:40:12.998Z time: [264.00 B 264.00 B 264.00 B]
65062025-05-08T21:40:12.998Z
65072025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
65082025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
65092025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0528 ms (770 iterations)
65102025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
65112025-05-08T21:40:12.998ZCriterion.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-05-08T21:40:12.998Z
65132025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
65142025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65152025-05-08T21:40:12.998ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1404 ms (440 iterations)
65162025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
65172025-05-08T21:40:13.002ZCriterion.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-05-08T21:40:13.002Z
65192025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65202025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
65212025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0536 ms (990 iterations)
65222025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
65232025-05-08T21:40:13.002Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65242025-05-08T21:40:13.002Z time: [264.00 B 264.00 B 264.00 B]
65252025-05-08T21:40:13.002Z
65262025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65272025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65282025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0151 ms (440 iterations)
65292025-05-08T21:40:13.002ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
65302025-05-08T21:40:13.006Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65312025-05-08T21:40:13.006Z time: [264.00 B 264.00 B 264.00 B]
65322025-05-08T21:40:13.006Z
65332025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
65342025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
65352025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0426 ms (825 iterations)
65362025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
65372025-05-08T21:40:13.006ZCriterion.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.
65382025-05-08T21:40:13.006Z
65392025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
65402025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
65412025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0098 ms (385 iterations)
65422025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
65432025-05-08T21:40:13.006ZCriterion.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.
65442025-05-08T21:40:13.006Z
65452025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65462025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65472025-05-08T21:40:13.006ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0505 ms (770 iterations)
65482025-05-08T21:40:13.009ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
65492025-05-08T21:40:13.010Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65502025-05-08T21:40:13.010Z time: [264.00 B 264.00 B 264.00 B]
65512025-05-08T21:40:13.010Z
65522025-05-08T21:40:13.010ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65532025-05-08T21:40:13.010ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65542025-05-08T21:40:13.010ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0126 ms (385 iterations)
65552025-05-08T21:40:13.010ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
65562025-05-08T21:40:13.013Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65572025-05-08T21:40:13.013Z time: [264.00 B 264.00 B 264.00 B]
65582025-05-08T21:40:13.013Z
65592025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
65602025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
65612025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0325 ms (605 iterations)
65622025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
65632025-05-08T21:40:13.013ZCriterion.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.
65642025-05-08T21:40:13.013Z
65652025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
65662025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65672025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0840 ms (385 iterations)
65682025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
65692025-05-08T21:40:13.013ZCriterion.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.
65702025-05-08T21:40:13.013Z
65712025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65722025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
65732025-05-08T21:40:13.013ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0343 ms (825 iterations)
65742025-05-08T21:40:13.017ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
65752025-05-08T21:40:13.017Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65762025-05-08T21:40:13.017Z time: [264.00 B 264.00 B 264.00 B]
65772025-05-08T21:40:13.017Z
65782025-05-08T21:40:13.017ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65792025-05-08T21:40:13.017ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
65802025-05-08T21:40:13.017ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0912 ms (440 iterations)
65812025-05-08T21:40:13.017ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
65822025-05-08T21:40:13.017Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65832025-05-08T21:40:13.017Z time: [264.00 B 264.00 B 264.00 B]
65842025-05-08T21:40:13.021Z
65852025-05-08T21:40:13.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
65862025-05-08T21:40:13.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
65872025-05-08T21:40:13.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0380 ms (715 iterations)
65882025-05-08T21:40:13.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
65892025-05-08T21:40:13.021ZCriterion.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.
65902025-05-08T21:40:13.021Z
65912025-05-08T21:40:13.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
65922025-05-08T21:40:13.021ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
65932025-05-08T21:40:13.022ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0269 ms (385 iterations)
65942025-05-08T21:40:13.022ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
65952025-05-08T21:40:13.022ZCriterion.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.
65962025-05-08T21:40:13.022Z
65972025-05-08T21:40:13.022ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
65982025-05-08T21:40:13.022ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
65992025-05-08T21:40:13.022ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0468 ms (275 iterations)
66002025-05-08T21:40:13.025ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
66012025-05-08T21:40:13.025Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
66022025-05-08T21:40:13.025Z time: [6745.0 B 6745.0 B 6745.0 B]
66032025-05-08T21:40:13.025Z
66042025-05-08T21:40:13.026ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66052025-05-08T21:40:13.026ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66062025-05-08T21:40:13.026ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1030 ms (220 iterations)
66072025-05-08T21:40:13.026ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
66082025-05-08T21:40:13.026Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
66092025-05-08T21:40:13.026Z time: [6745.0 B 6745.0 B 6745.0 B]
66102025-05-08T21:40:13.026Z
66112025-05-08T21:40:13.026ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66122025-05-08T21:40:13.026ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
66132025-05-08T21:40:13.026ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0927 ms (385 iterations)
66142025-05-08T21:40:13.029ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
66152025-05-08T21:40:13.029Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
66162025-05-08T21:40:13.029Z time: [5144.0 B 5144.0 B 5144.0 B]
66172025-05-08T21:40:13.029Z
66182025-05-08T21:40:13.029ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66192025-05-08T21:40:13.029ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66202025-05-08T21:40:13.029ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1409 ms (275 iterations)
66212025-05-08T21:40:13.029ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
66222025-05-08T21:40:13.032Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66232025-05-08T21:40:13.032Z time: [5144.0 B 5144.0 B 5144.0 B]
66242025-05-08T21:40:13.032Z
66252025-05-08T21:40:13.032ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66262025-05-08T21:40:13.032ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
66272025-05-08T21:40:13.032ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0229 ms (275 iterations)
66282025-05-08T21:40:13.032ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
66292025-05-08T21:40:13.033Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66302025-05-08T21:40:13.033Z time: [6745.0 B 6745.0 B 6745.0 B]
66312025-05-08T21:40:13.033Z
66322025-05-08T21:40:13.033ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66332025-05-08T21:40:13.033ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66342025-05-08T21:40:13.033ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0677 ms (220 iterations)
66352025-05-08T21:40:13.036ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
66362025-05-08T21:40:13.036Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66372025-05-08T21:40:13.036Z time: [6745.0 B 6745.0 B 6745.0 B]
66382025-05-08T21:40:13.036Z
66392025-05-08T21:40:13.036ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66402025-05-08T21:40:13.036ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
66412025-05-08T21:40:13.036ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0394 ms (385 iterations)
66422025-05-08T21:40:13.036ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
66432025-05-08T21:40:13.039Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66442025-05-08T21:40:13.039Z time: [5144.0 B 5144.0 B 5144.0 B]
66452025-05-08T21:40:13.039Z
66462025-05-08T21:40:13.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66472025-05-08T21:40:13.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
66482025-05-08T21:40:13.039ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1062 ms (275 iterations)
66492025-05-08T21:40:13.040ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
66502025-05-08T21:40:13.040Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66512025-05-08T21:40:13.040Z time: [5144.0 B 5144.0 B 5144.0 B]
66522025-05-08T21:40:13.040Z
66532025-05-08T21:40:13.040ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66542025-05-08T21:40:13.040ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66552025-05-08T21:40:13.040ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1975 ms (275 iterations)
66562025-05-08T21:40:13.043ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
66572025-05-08T21:40:13.043Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66582025-05-08T21:40:13.043Z time: [6745.0 B 6745.0 B 6745.0 B]
66592025-05-08T21:40:13.043Z
66602025-05-08T21:40:13.043ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
66612025-05-08T21:40:13.043ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66622025-05-08T21:40:13.043ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2189 ms (220 iterations)
66632025-05-08T21:40:13.047ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
66642025-05-08T21:40:13.047Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
66652025-05-08T21:40:13.047Z time: [6745.0 B 6745.0 B 6745.0 B]
66662025-05-08T21:40:13.047Z
66672025-05-08T21:40:13.047ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
66682025-05-08T21:40:13.047ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
66692025-05-08T21:40:13.047ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0899 ms (330 iterations)
66702025-05-08T21:40:13.047ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
66712025-05-08T21:40:13.047Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
66722025-05-08T21:40:13.047Z time: [5144.0 B 5144.0 B 5144.0 B]
66732025-05-08T21:40:13.047Z
66742025-05-08T21:40:13.047ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
66752025-05-08T21:40:13.047ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
66762025-05-08T21:40:13.050ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2198 ms (275 iterations)
66772025-05-08T21:40:13.050ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
66782025-05-08T21:40:13.050Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
66792025-05-08T21:40:13.050Z time: [5144.0 B 5144.0 B 5144.0 B]
66802025-05-08T21:40:13.050Z
66812025-05-08T21:40:13.050ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
66822025-05-08T21:40:13.050ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
66832025-05-08T21:40:13.051ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1532 ms (275 iterations)
66842025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
66852025-05-08T21:40:13.055Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
66862025-05-08T21:40:13.055Z time: [6745.0 B 6745.0 B 6745.0 B]
66872025-05-08T21:40:13.055Z
66882025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
66892025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66902025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1794 ms (220 iterations)
66912025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
66922025-05-08T21:40:13.055Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
66932025-05-08T21:40:13.055Z time: [6745.0 B 6745.0 B 6745.0 B]
66942025-05-08T21:40:13.055Z
66952025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
66962025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
66972025-05-08T21:40:13.055ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1591 ms (385 iterations)
66982025-05-08T21:40:13.058ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
66992025-05-08T21:40:13.058Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
67002025-05-08T21:40:13.058Z time: [5144.0 B 5144.0 B 5144.0 B]
67012025-05-08T21:40:13.058Z
67022025-05-08T21:40:13.058ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67032025-05-08T21:40:13.058ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
67042025-05-08T21:40:13.058ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1879 ms (275 iterations)
67052025-05-08T21:40:13.061ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
67062025-05-08T21:40:13.061Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
67072025-05-08T21:40:13.062Z time: [5144.0 B 5144.0 B 5144.0 B]
67082025-05-08T21:40:13.062Z
67092025-05-08T21:40:13.098Z+ cp -r target/criterion /work/bench-results
67102025-05-08T21:40:13.215Z+ cp -r target/xde-bench /work/bench-results
67112025-05-08T21:40:13.280Z+ pushd /work
67122025-05-08T21:40:13.280Z/work /work/oxidecomputer/opte
67132025-05-08T21:40:13.280Z+ tar -caf bench-results.tgz bench-results
67142025-05-08T21:40:13.937Z+ popd
67152025-05-08T21:40:13.937Z/work/oxidecomputer/opte
67162025-05-08T21:40:13.941Z+ cleanup
67172025-05-08T21:40:13.941Z++ id -un
67182025-05-08T21:40:13.944Z++ id -gn
67192025-05-08T21:40:13.947Z+ pfexec chown -R build:build .
67202025-05-08T21:40:14.012Z+ [[ -z 01JTRV2DRNWRVKFHC9P7E7NMW5 ]]
67212025-05-08T21:40:14.015Zprocess exited: duration 1987568 ms, exit code 0
 
67222025-05-08T21:40:14.027Zfound 1 output files
67232025-05-08T21:40:14.027Zuploading: /work/bench-results.tgz (3938492 bytes)
67242025-05-08T21:40:15.081Zuploaded: /work/bench-results.tgz