01KXZH3CBV3QNJ1089GA0EAT9V: bench

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

Buildomat Job: 01KXZH4NXXD07RS0QHCFPTH4FX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:34:26.159Zjob dependencies complete; ready to run (waiting for 5 m 29 s)
22026-07-20T10:35:13.416Zjob assigned to worker 01KXZHESQJQXHQQ0RWAE9Y2ZBG [factory aws, i-0f3296d385da0fb12] (queued for 47 s)
32026-07-20T10:35:19.546Zdownloading input: /input/xde/work/debug/xde.dbg
42026-07-20T10:35:20.510Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-07-20T10:35:20.515Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-07-20T10:35:20.537Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-07-20T10:35:20.542Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-07-20T10:35:20.583Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-07-20T10:35:20.587Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-07-20T10:35:20.611Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-07-20T10:35:20.614Zdownloading input: /input/xde/work/release/xde
122026-07-20T10:35:21.136Zdownloaded input: /input/xde/work/release/xde
132026-07-20T10:35:21.136Zdownloading input: /input/xde/work/release/xde.sha256
142026-07-20T10:35:21.164Zdownloaded input: /input/xde/work/release/xde.sha256
152026-07-20T10:35:21.167Zdownloading input: /input/xde/work/release/xde_link.so
162026-07-20T10:35:21.189Zdownloaded input: /input/xde/work/release/xde_link.so
172026-07-20T10:35:21.192Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-07-20T10:35:21.216Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-07-20T10:35:21.219Zdownloading input: /input/xde/work/test/loopback
202026-07-20T10:35:21.736Zdownloaded input: /input/xde/work/test/loopback
212026-07-20T10:35:21.739Zdownloading input: /input/xde/work/test/multicast_rx
222026-07-20T10:35:22.260Zdownloaded input: /input/xde/work/test/multicast_rx
232026-07-20T10:35:22.263Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-07-20T10:35:22.832Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-07-20T10:35:22.835Zdownloading input: /input/xde/work/test/multicast_validation
262026-07-20T10:35:23.432Zdownloaded input: /input/xde/work/test/multicast_validation
272026-07-20T10:35:23.436Zdownloading input: /input/xde/work/test/multicast_source_filter
282026-07-20T10:35:23.964Zdownloaded input: /input/xde/work/test/multicast_source_filter
292026-07-20T10:35:23.967Zdownloading input: /input/xde/work/xde.conf
302026-07-20T10:35:23.994Zdownloaded input: /input/xde/work/xde.conf
 
312026-07-20T10:35:23.997Zstarting task 0: "setup"
322026-07-20T10:35:24.002Z++ uname -s
332026-07-20T10:35:24.002Z+ kern=SunOS
342026-07-20T10:35:24.002Z+ build_user=build
352026-07-20T10:35:24.002Z+ build_uid=12345
362026-07-20T10:35:24.002Z+ work_dir=/work
372026-07-20T10:35:24.002Z+ input_dir=/input
382026-07-20T10:35:24.002Z+ [[ 0 == 12345 ]]
392026-07-20T10:35:24.002Z+ case "$kern" in
402026-07-20T10:35:24.003Z+ groupadd -g 12345 build
412026-07-20T10:35:24.005Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
422026-07-20T10:35:26.011Z+ zfs create -o mountpoint=/work rpool/work
432026-07-20T10:35:26.170Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
442026-07-20T10:35:26.174Z+ home_fs=zfs
452026-07-20T10:35:26.174Z+ [[ zfs == autofs ]]
462026-07-20T10:35:26.175Z+ mkdir -p /home/build
472026-07-20T10:35:26.175Z+ chown build:build /home/build /work
482026-07-20T10:35:28.175Z+ chmod 0700 /home/build /work
492026-07-20T10:35:28.178Zprocess exited: duration 4183 ms, exit code 0
 
502026-07-20T10:35:28.184Zstarting task 1: "rust-toolchain"
512026-07-20T10:35:28.189Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
522026-07-20T10:35:28.189Z+ printf ' * rust toolchain profile = "%s"\n' default
532026-07-20T10:35:28.189Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-07-20T10:35:28.189Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-07-20T10:35:28.189Z * rust toolchain channel = "1.96.1"
562026-07-20T10:35:28.189Z * rust toolchain profile = "default"
572026-07-20T10:35:28.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
582026-07-20T10:35:28.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
592026-07-20T10:35:28.287Zinfo: downloading installer
602026-07-20T10:35:29.739Zwarn: It looks like you have an existing rustup settings file at:
612026-07-20T10:35:29.739Zwarn: /home/build/.rustup/settings.toml
622026-07-20T10:35:29.739Zwarn: Rustup will install the default toolchain as specified in the settings file,
632026-07-20T10:35:29.739Zwarn: instead of the one inferred from the default host triple.
642026-07-20T10:35:29.747Zinfo: profile set to default
652026-07-20T10:35:29.748Zinfo: default host triple is x86_64-unknown-illumos
662026-07-20T10:35:29.751Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
672026-07-20T10:35:29.889Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
682026-07-20T10:35:29.892Zinfo: downloading 6 components
692026-07-20T10:35:45.346Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
702026-07-20T10:35:45.347Z
712026-07-20T10:35:45.376Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
722026-07-20T10:35:45.376Z
732026-07-20T10:35:45.379Z
742026-07-20T10:35:45.380ZRust is installed now. Great!
752026-07-20T10:35:45.380Z
762026-07-20T10:35:45.380ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
772026-07-20T10:35:45.380Zenvironment variable. This has not been done automatically.
782026-07-20T10:35:45.380Z
792026-07-20T10:35:45.380ZTo configure your current shell, you need to source
802026-07-20T10:35:45.380Zthe corresponding env file under $HOME/.cargo.
812026-07-20T10:35:45.380Z
822026-07-20T10:35:45.380ZThis is usually done by running one of the following (note the leading DOT):
832026-07-20T10:35:45.380Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
842026-07-20T10:35:45.380Zsource "$HOME/.cargo/env.fish" # For fish
852026-07-20T10:35:45.380Zsource "~/.cargo/env.nu" # For nushell
862026-07-20T10:35:45.380Zsource "$HOME/.cargo/env.tcsh" # For tcsh
872026-07-20T10:35:45.380Z. "$HOME/.cargo/env.ps1" # For pwsh
882026-07-20T10:35:45.380Zsource "$HOME/.cargo/env.xsh" # For xonsh
892026-07-20T10:35:45.380Zwarn: no default linker (`cc`) was found in your PATH
902026-07-20T10:35:45.380Zwarn: many Rust crates require a system C toolchain to build
912026-07-20T10:35:45.485Z+ rustup --version
922026-07-20T10:35:45.494Zrustup 1.29.0 (28d1352db 2026-03-05)
932026-07-20T10:35:45.497Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
942026-07-20T10:35:45.515Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
952026-07-20T10:35:45.519Z+ cargo --version
962026-07-20T10:35:45.533Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-20T10:35:45.536Z+ rustc --version
982026-07-20T10:35:45.553Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-20T10:35:45.557Zprocess exited: duration 17371 ms, exit code 0
 
1002026-07-20T10:35:45.563Zstarting task 2: "authentication"
1012026-07-20T10:35:45.580Zprocess exited: duration 16 ms, exit code 0
 
1022026-07-20T10:35:45.586Zstarting task 3: "clone repository"
1032026-07-20T10:35:45.590Z+ mkdir -p /work/oxidecomputer/opte
1042026-07-20T10:35:45.593Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1052026-07-20T10:35:45.622ZCloning into '/work/oxidecomputer/opte'...
1062026-07-20T10:35:46.496Z+ cd /work/oxidecomputer/opte
1072026-07-20T10:35:46.497Z+ git fetch origin d3f36470356b9c31a84696419ba42162edd29294
1082026-07-20T10:35:46.727ZFrom https://github.com/oxidecomputer/opte
1092026-07-20T10:35:46.727Z * branch d3f36470356b9c31a84696419ba42162edd29294 -> FETCH_HEAD
1102026-07-20T10:35:46.734Z+ [[ -n renovate/bitflags-2.x-lockfile ]]
1112026-07-20T10:35:46.739Z++ git branch --show-current
1122026-07-20T10:35:46.739Z+ current=master
1132026-07-20T10:35:46.739Z+ [[ master != renovate/bitflags-2.x-lockfile ]]
1142026-07-20T10:35:46.739Z+ git branch -f renovate/bitflags-2.x-lockfile d3f36470356b9c31a84696419ba42162edd29294
1152026-07-20T10:35:46.742Z+ git checkout -f renovate/bitflags-2.x-lockfile
1162026-07-20T10:35:46.757ZSwitched to branch 'renovate/bitflags-2.x-lockfile'
1172026-07-20T10:35:46.761Z+ git reset --hard d3f36470356b9c31a84696419ba42162edd29294
1182026-07-20T10:35:46.764ZHEAD is now at d3f3647 Update Rust crate bitflags to v2.13.1
1192026-07-20T10:35:46.764Zprocess exited: duration 1175 ms, exit code 0
 
1202026-07-20T10:35:46.770Zstarting task 4: "build"
1212026-07-20T10:35:46.774Z+ source .github/buildomat/common.sh
1222026-07-20T10:35:46.777Z++ rustup show active-toolchain
1232026-07-20T10:35:46.781Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1242026-07-20T10:35:46.781Z++ pushd xde
1252026-07-20T10:35:46.781Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1262026-07-20T10:35:46.781Z++ rustup show active-toolchain
1272026-07-20T10:35:46.785Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
1282026-07-20T10:35:46.934Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1292026-07-20T10:35:46.938Zinfo: downloading 6 components
1302026-07-20T10:36:01.069Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1312026-07-20T10:36:01.161Z+++ rustup show active-toolchain -v
1322026-07-20T10:36:01.165Z+++ head -n 1
1332026-07-20T10:36:01.166Z+++ cut '-d ' -f1
1342026-07-20T10:36:01.216Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1352026-07-20T10:36:01.216Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1362026-07-20T10:36:01.216Z++ popd
1372026-07-20T10:36:01.219Z/work/oxidecomputer/opte
1382026-07-20T10:36:01.219Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1392026-07-20T10:36:02.360Z Startup: Refreshing catalog 'helios' ... Done
1402026-07-20T10:36:02.545Z Startup: Caching catalogs ... Done
1412026-07-20T10:36:03.430ZPlanning: Solver setup ... Done
1422026-07-20T10:36:03.467ZPlanning: Running solver ... Done
1432026-07-20T10:36:03.489ZPlanning: Finding local manifests ... Done
1442026-07-20T10:36:03.504ZPlanning: Fetching manifests: 0/6 0% complete
1452026-07-20T10:36:03.536ZPlanning: Fetching manifests: 6/6 100% complete
1462026-07-20T10:36:03.550ZPlanning: Package planning ... Done
1472026-07-20T10:36:03.553ZPlanning: Merging actions ... Done
1482026-07-20T10:36:03.806ZPlanning: Checking for conflicting actions ... Done
1492026-07-20T10:36:03.810ZPlanning: Consolidating action changes ... Done
1502026-07-20T10:36:04.593ZPlanning: Evaluating mediators ... Done
1512026-07-20T10:36:04.596ZPlanning: Planning completed in 2.02 seconds
1522026-07-20T10:36:04.602Z Packages to install: 6
1532026-07-20T10:36:04.604Z Services to change: 2
1542026-07-20T10:36:04.605Z Create boot environment: No
1552026-07-20T10:36:04.605ZCreate backup boot environment: No
1562026-07-20T10:36:04.626Z
1572026-07-20T10:36:04.626ZDownload: 0/22 items 0.0/15.3MB 0% complete
1582026-07-20T10:36:05.110ZDownload: Completed 15.34 MB in 0.48 seconds (31.7M/s)
1592026-07-20T10:36:05.225Z Actions: 1/110 actions (Installing new actions)
1602026-07-20T10:36:05.626Z Actions: Completed 110 actions in 0.40 seconds.
1612026-07-20T10:36:05.643ZFinalize: Updating package state database ... Done
1622026-07-20T10:36:05.646ZFinalize: Updating package cache ... Done
1632026-07-20T10:36:05.688ZFinalize: Updating image state ... Done
1642026-07-20T10:36:08.350ZFinalize: Creating fast lookup database ... Done
1652026-07-20T10:36:08.419ZFinalize: Reading search index ... Done
1662026-07-20T10:36:08.422ZFinalize: Updating search index ... Done
1672026-07-20T10:36:13.191ZFinalize: Updating package cache ... Done
1682026-07-20T10:36:13.315Z+ [[ -z 01KXZH4NXXD07RS0QHCFPTH4FX ]]
1692026-07-20T10:36:13.315Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1702026-07-20T10:36:14.268Zincorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23972:20260505T184707Z
1712026-07-20T10:36:14.268Zentire = pkg://helios/entire@3-3.0:20260212T145552Z
1722026-07-20T10:36:14.268Zinstall = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
1732026-07-20T10:36:14.268Zinstall = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
1742026-07-20T10:36:14.272Ztempdir @ "/tmp/.tmp2d4FIT/tmp"
1752026-07-20T10:36:14.272Zimage root @ "/tmp/.tmp2d4FIT/tmp/root"
1762026-07-20T10:36:14.272Zcreating image...
1772026-07-20T10:36:14.572Zcopying publishers...
1782026-07-20T10:36:15.354Zadding properties...
1792026-07-20T10:36:16.109Zinstalling packages...
1802026-07-20T10:36:26.921Zseeding SMF database...
1812026-07-20T10:36:31.230Zconfiguring SMF profile...
1822026-07-20T10:36:31.230Zmodifying shadow(5)...
1832026-07-20T10:36:31.234Zloading user and group database...
1842026-07-20T10:36:31.234Zloading facet selections...
1852026-07-20T10:36:31.519Z devel -> true
1862026-07-20T10:36:31.519Z doc.man -> true
1872026-07-20T10:36:31.519Z entire.service/hal -> true
1882026-07-20T10:36:31.519Z entire.service/network/smtp/dma -> true
1892026-07-20T10:36:31.519Z locale.ar -> true
1902026-07-20T10:36:31.519Z locale.ca -> true
1912026-07-20T10:36:31.519Z locale.cs -> true
1922026-07-20T10:36:31.520Z locale.de -> true
1932026-07-20T10:36:31.520Z locale.es -> true
1942026-07-20T10:36:31.520Z locale.fr -> true
1952026-07-20T10:36:31.520Z locale.he -> true
1962026-07-20T10:36:31.520Z locale.hu -> true
1972026-07-20T10:36:31.520Z locale.id -> true
1982026-07-20T10:36:31.520Z locale.it -> true
1992026-07-20T10:36:31.520Z locale.ja -> true
2002026-07-20T10:36:31.520Z locale.ko -> true
2012026-07-20T10:36:31.520Z locale.nl -> true
2022026-07-20T10:36:31.520Z locale.pl -> true
2032026-07-20T10:36:31.520Z locale.pt_BR -> true
2042026-07-20T10:36:31.520Z locale.ru -> true
2052026-07-20T10:36:31.520Z locale.sk -> true
2062026-07-20T10:36:31.520Z locale.sv -> true
2072026-07-20T10:36:31.520Z locale.zh_CN -> true
2082026-07-20T10:36:31.520Z locale.zh_HK -> true
2092026-07-20T10:36:31.520Z locale.zh_TW -> true
2102026-07-20T10:36:31.521Z onu.ooceonly -> true
2112026-07-20T10:36:31.521Z version-lock.shell/ksh93 -> true
2122026-07-20T10:36:31.521Z version-lock.system/data/hardware-registry -> true
2132026-07-20T10:36:31.521Z version-lock.system/data/zoneinfo -> true
2142026-07-20T10:36:31.521Z version-lock.system/microcode/amd -> true
2152026-07-20T10:36:31.521Z version-lock.system/microcode/intel -> true
2162026-07-20T10:36:31.521Z version-lock.system/microcode/oxide -> true
2172026-07-20T10:36:31.521Zassessing packaged files...
2182026-07-20T10:36:32.992Zcreating archive...
2192026-07-20T10:36:33.015Zmissing from packaging:
2202026-07-20T10:36:33.015Z "etc/.pwd.lock"
2212026-07-20T10:36:33.019Z "etc/svc/profile/generic.xml"
2222026-07-20T10:36:33.019Z "etc/svc/profile/inetd_services.xml"
2232026-07-20T10:36:33.019Z "etc/svc/profile/name_service.xml"
2242026-07-20T10:36:33.019Z "etc/svc/profile/platform.xml"
2252026-07-20T10:36:33.019Z "etc/svc/profile/platform_omicron1.xml"
2262026-07-20T10:36:33.019Z "etc/svc/repository.db"
2272026-07-20T10:36:33.023Z
2282026-07-20T10:36:33.027Z
2292026-07-20T10:36:33.027Zfinishing archive...
2302026-07-20T10:36:33.668Zcreating gzonly manifest...
2312026-07-20T10:36:33.672Zok
2322026-07-20T10:36:33.739Z+ trap cleanup EXIT
2332026-07-20T10:36:33.742Z+ OUT_DIR=/work/bench-results
2342026-07-20T10:36:33.742Z+ mkdir -p /work/bench-results
2352026-07-20T10:36:33.742Z+ mkdir -p target/criterion
2362026-07-20T10:36:33.746Z+ mkdir -p target/xde-bench
2372026-07-20T10:36:33.746Z+ banner collect
2382026-07-20T10:36:33.749Z
2392026-07-20T10:36:33.749Z #### #### # # ###### #### #####
2402026-07-20T10:36:33.749Z # # # # # # # # # #
2412026-07-20T10:36:33.749Z # # # # # ##### # #
2422026-07-20T10:36:33.749Z # # # # # # # #
2432026-07-20T10:36:33.749Z # # # # # # # # # #
2442026-07-20T10:36:33.749Z #### #### ###### ###### ###### #### #
2452026-07-20T10:36:33.749Z
2462026-07-20T10:36:33.751Z++ cat .git/refs/heads/master
2472026-07-20T10:36:33.752Z+ BASELINE_COMMIT=ba40b8fc27c6233dbc3942b0df73d250eb74c077
2482026-07-20T10:36:33.752Z+ [[ renovate/bitflags-2.x-lockfile == \m\a\s\t\e\r ]]
2492026-07-20T10:36:33.753Z+ get_artifact opte benchmark ba40b8fc27c6233dbc3942b0df73d250eb74c077 bench-results.tgz
2502026-07-20T10:36:33.753Z+ local curl_res
2512026-07-20T10:36:33.753Z+ repo=opte
2522026-07-20T10:36:33.753Z+ series=benchmark
2532026-07-20T10:36:33.753Z+ commit=ba40b8fc27c6233dbc3942b0df73d250eb74c077
2542026-07-20T10:36:33.753Z+ name=bench-results.tgz
2552026-07-20T10:36:33.753Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2562026-07-20T10:36:33.753Z+ mkdir -p download
2572026-07-20T10:36:33.757Z+ pushd download
2582026-07-20T10:36:33.757Z+ [[ ! -f bench-results.tgz ]]
2592026-07-20T10:36:33.757Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2602026-07-20T10:36:33.757Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/ba40b8fc27c6233dbc3942b0df73d250eb74c077/bench-results.tgz
2612026-07-20T10:36:33.760Z % Total % Received % Xferd Average Speed Time Time Time Current
2622026-07-20T10:36:33.760Z Dload Upload Total Spent Left Speed
2632026-07-20T10:36:34.057Z 0 0 0 0 0 0 0 0 0
2642026-07-20T10:36:34.057Zcurl: (22) The requested URL returned error: 404
2652026-07-20T10:36:34.062Z+ curl_res=22
2662026-07-20T10:36:34.062Z+ popd
2672026-07-20T10:36:34.065Z+ return 22
2682026-07-20T10:36:34.065Z/work/oxidecomputer/opte
2692026-07-20T10:36:34.065Z+ echo 'Baseline results not found for branch '\''master'\''. Running without comparison.'
2702026-07-20T10:36:34.068ZBaseline results not found for branch 'master'. Running without comparison.
2712026-07-20T10:36:34.068Z+ [[ '' -eq 1 ]]
2722026-07-20T10:36:34.068Z+ uname -a
2732026-07-20T10:36:34.068ZSunOS w-01KXZHESQJQXHQQ0RWAE9Y2ZBG 5.11 helios-3.0.23972 i86pc i386 i86pc
2742026-07-20T10:36:34.068Z+ cat /etc/versions/build
2752026-07-20T10:36:34.071Zheads/stlouis-0-gd5af107c55
2762026-07-20T10:36:34.071Z+ dladm
2772026-07-20T10:36:34.071ZLINK CLASS MTU STATE BRIDGE OVER
2782026-07-20T10:36:34.071Zena0 phys 9216 up -- --
2792026-07-20T10:36:34.071Z+ ipadm
2802026-07-20T10:36:34.071ZADDROBJ TYPE STATE ADDR
2812026-07-20T10:36:34.071Zlo0/v4 static ok 127.0.0.1/8
2822026-07-20T10:36:34.072Zena0/dhcp dhcp ok 10.150.1.76/24
2832026-07-20T10:36:34.072Zlo0/v6 static ok ::1/128
2842026-07-20T10:36:34.075Z+ pfexec rem_drv xde
2852026-07-20T10:36:34.080Z+ set -o errexit
2862026-07-20T10:36:34.080Z+ set -o pipefail
2872026-07-20T10:36:34.080Z+ banner prepare
2882026-07-20T10:36:34.084Z
2892026-07-20T10:36:34.084Z ##### ##### ###### ##### ## ##### ######
2902026-07-20T10:36:34.084Z # # # # # # # # # # # #
2912026-07-20T10:36:34.084Z # # # # ##### # # # # # # #####
2922026-07-20T10:36:34.084Z ##### ##### # ##### ###### ##### #
2932026-07-20T10:36:34.084Z # # # # # # # # # #
2942026-07-20T10:36:34.084Z # # # ###### # # # # # ######
2952026-07-20T10:36:34.084Z
2962026-07-20T10:36:34.084Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2972026-07-20T10:36:34.089Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2982026-07-20T10:36:34.153Z+ pfexec add_drv xde
2992026-07-20T10:36:34.461Z+ banner bench
3002026-07-20T10:36:34.464Z
3012026-07-20T10:36:34.464Z ##### ###### # # #### # #
3022026-07-20T10:36:34.464Z # # # ## # # # # #
3032026-07-20T10:36:34.464Z ##### ##### # # # # ######
3042026-07-20T10:36:34.465Z # # # # # # # # #
3052026-07-20T10:36:34.465Z # # # # ## # # # #
3062026-07-20T10:36:34.465Z ##### ###### # # #### # #
3072026-07-20T10:36:34.465Z
3082026-07-20T10:36:34.465Z+ cargo kbench local
3092026-07-20T10:36:34.578Z Updating crates.io index
3102026-07-20T10:36:34.581Z Updating git repository `https://github.com/oxidecomputer/falcon`
3112026-07-20T10:36:35.515Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122026-07-20T10:36:35.755Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-07-20T10:36:36.175Z Updating git repository `https://github.com/oxidecomputer/zone`
3142026-07-20T10:36:36.409Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-07-20T10:36:36.645Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-07-20T10:36:36.928Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-07-20T10:36:38.851Z Downloading crates ...
3182026-07-20T10:36:38.907Z Downloaded anstyle v1.0.14
3192026-07-20T10:36:38.910Z Downloaded alloca v0.4.0
3202026-07-20T10:36:38.914Z Downloaded cstr-argument v0.1.2
3212026-07-20T10:36:38.918Z Downloaded clap_lex v1.1.0
3222026-07-20T10:36:38.918Z Downloaded autocfg v1.5.1
3232026-07-20T10:36:38.923Z Downloaded cobs v0.3.0
3242026-07-20T10:36:38.925Z Downloaded darling_macro v0.21.3
3252026-07-20T10:36:38.925Z Downloaded cast v0.3.0
3262026-07-20T10:36:38.925Z Downloaded anstyle-query v1.1.5
3272026-07-20T10:36:38.928Z Downloaded log v0.4.33
3282026-07-20T10:36:38.931Z Downloaded macaddr v1.0.1
3292026-07-20T10:36:38.931Z Downloaded proc-macro-crate v3.5.0
3302026-07-20T10:36:38.934Z Downloaded cfg_aliases v0.2.1
3312026-07-20T10:36:38.934Z Downloaded postcard v1.1.3
3322026-07-20T10:36:38.939Z Downloaded circular v0.3.0
3332026-07-20T10:36:38.942Z Downloaded ciborium-ll v0.2.2
3342026-07-20T10:36:38.944Z Downloaded page_size v0.6.0
3352026-07-20T10:36:38.947Z Downloaded defmt v0.3.100
3362026-07-20T10:36:38.947Z Downloaded ctor-proc-macro v0.0.13
3372026-07-20T10:36:38.950Z Downloaded colorchoice v1.0.5
3382026-07-20T10:36:38.950Z Downloaded serde_core v1.0.228
3392026-07-20T10:36:38.950Z Downloaded plotters-backend v0.3.7
3402026-07-20T10:36:38.953Z Downloaded cfg-if v1.0.4
3412026-07-20T10:36:38.953Z Downloaded pretty-hex v0.4.2
3422026-07-20T10:36:38.956Z Downloaded plotters-svg v0.3.7
3432026-07-20T10:36:38.959Z Downloaded num-conv v0.2.2
3442026-07-20T10:36:38.959Z Downloaded bitflags v1.3.2
3452026-07-20T10:36:38.962Z Downloaded same-file v1.0.6
3462026-07-20T10:36:38.962Z Downloaded anstyle-parse v1.0.0
3472026-07-20T10:36:38.962Z Downloaded cpufeatures v0.3.0
3482026-07-20T10:36:38.965Z Downloaded ref-cast v1.0.25
3492026-07-20T10:36:38.965Z Downloaded rusticata-macros v5.0.0
3502026-07-20T10:36:38.968Z Downloaded proc-macro-error-attr v1.0.4
3512026-07-20T10:36:38.968Z Downloaded powerfmt v0.2.0
3522026-07-20T10:36:38.968Z Downloaded darling_macro v0.23.0
3532026-07-20T10:36:38.971Z Downloaded crossbeam-deque v0.8.7
3542026-07-20T10:36:38.974Z Downloaded is_terminal_polyfill v1.70.2
3552026-07-20T10:36:38.977Z Downloaded foreign-types-macros v0.2.3
3562026-07-20T10:36:38.977Z Downloaded equivalent v1.0.2
3572026-07-20T10:36:38.977Z Downloaded strsim v0.11.1
3582026-07-20T10:36:38.980Z Downloaded lazy_static v1.5.0
3592026-07-20T10:36:38.980Z Downloaded defmt-parser v1.0.0
3602026-07-20T10:36:38.983Z Downloaded heck v0.5.0
3612026-07-20T10:36:38.983Z Downloaded dtor v0.8.1
3622026-07-20T10:36:38.984Z Downloaded foreign-types-shared v0.3.1
3632026-07-20T10:36:38.984Z Downloaded ciborium-io v0.2.2
3642026-07-20T10:36:38.987Z Downloaded futures-sink v0.3.32
3652026-07-20T10:36:38.987Z Downloaded version_check v0.9.5
3662026-07-20T10:36:38.987Z Downloaded time-core v0.1.9
3672026-07-20T10:36:38.990Z Downloaded futures-io v0.3.32
3682026-07-20T10:36:38.990Z Downloaded defmt-macros v1.1.1
3692026-07-20T10:36:38.993Z Downloaded ctor v0.10.1
3702026-07-20T10:36:38.993Z Downloaded criterion-plot v0.8.2
3712026-07-20T10:36:38.993Z Downloaded stable_deref_trait v1.2.1
3722026-07-20T10:36:38.996Z Downloaded anstream v1.0.0
3732026-07-20T10:36:38.996Z Downloaded tabwriter v1.4.1
3742026-07-20T10:36:38.996Z Downloaded managed v0.8.0
3752026-07-20T10:36:38.998Z Downloaded link-section v0.2.1
3762026-07-20T10:36:38.998Z Downloaded thread_local v1.1.10
3772026-07-20T10:36:39.002Z Downloaded dtor-proc-macro v0.0.13
3782026-07-20T10:36:39.002Z Downloaded futures-macro v0.3.32
3792026-07-20T10:36:39.002Z Downloaded embedded-io v0.4.0
3802026-07-20T10:36:39.005Z Downloaded slog-envlogger v2.2.0
3812026-07-20T10:36:39.005Z Downloaded itoa v1.0.18
3822026-07-20T10:36:39.008Z Downloaded ident_case v1.0.1
3832026-07-20T10:36:39.008Z Downloaded foreign-types v0.5.0
3842026-07-20T10:36:39.008Z Downloaded hash32 v0.3.1
3852026-07-20T10:36:39.008Z Downloaded heck v0.4.1
3862026-07-20T10:36:39.011Z Downloaded futures-core v0.3.32
3872026-07-20T10:36:39.011Z Downloaded embedded-io v0.6.1
3882026-07-20T10:36:39.014Z Downloaded is-terminal v0.4.17
3892026-07-20T10:36:39.014Z Downloaded futures-task v0.3.32
3902026-07-20T10:36:39.014Z Downloaded take_mut v0.2.2
3912026-07-20T10:36:39.019Z Downloaded errno v0.3.14
3922026-07-20T10:36:39.019Z Downloaded dyn-clone v1.0.20
3932026-07-20T10:36:39.021Z Downloaded ciborium v0.2.2
3942026-07-20T10:36:39.024Z Downloaded slab v0.4.12
3952026-07-20T10:36:39.024Z Downloaded darling v0.21.3
3962026-07-20T10:36:39.027Z Downloaded ref-cast-impl v1.0.25
3972026-07-20T10:36:39.027Z Downloaded rand_core v0.10.1
3982026-07-20T10:36:39.027Z Downloaded num_enum_derive v0.7.6
3992026-07-20T10:36:39.030Z Downloaded fnv v1.0.7
4002026-07-20T10:36:39.030Z Downloaded once_cell v1.21.4
4012026-07-20T10:36:39.033Z Downloaded clap_derive v4.6.1
4022026-07-20T10:36:39.033Z Downloaded bitflags v2.13.1
4032026-07-20T10:36:39.036Z Downloaded rustversion v1.0.23
4042026-07-20T10:36:39.039Z Downloaded slog-stdlog v4.1.1
4052026-07-20T10:36:39.039Z Downloaded cookie-factory v0.3.3
4062026-07-20T10:36:39.042Z Downloaded aho-corasick v1.1.4
4072026-07-20T10:36:39.045Z Downloaded ingot v0.1.1
4082026-07-20T10:36:39.045Z Downloaded oorandom v11.1.5
4092026-07-20T10:36:39.045Z Downloaded terminal_size v0.4.4
4102026-07-20T10:36:39.048Z Downloaded slog-async v2.8.0
4112026-07-20T10:36:39.048Z Downloaded ingot-types v0.1.2
4122026-07-20T10:36:39.048Z Downloaded num_enum v0.7.6
4132026-07-20T10:36:39.051Z Downloaded thiserror v2.0.18
4142026-07-20T10:36:39.054Z Downloaded crossbeam-epoch v0.9.20
4152026-07-20T10:36:39.056Z Downloaded walkdir v2.5.0
4162026-07-20T10:36:39.056Z Downloaded utf8parse v0.2.2
4172026-07-20T10:36:39.057Z Downloaded thiserror-impl v2.0.18
4182026-07-20T10:36:39.057Z Downloaded crc32fast v1.5.0
4192026-07-20T10:36:39.060Z Downloaded proc-macro-error v1.0.4
4202026-07-20T10:36:39.060Z Downloaded find-msvc-tools v0.1.9
4212026-07-20T10:36:39.060Z Downloaded pin-project-lite v0.2.17
4222026-07-20T10:36:39.063Z Downloaded either v1.16.0
4232026-07-20T10:36:39.066Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4242026-07-20T10:36:39.066Z Downloaded slog-scope v4.4.1
4252026-07-20T10:36:39.066Z Downloaded colored v3.1.1
4262026-07-20T10:36:39.069Z Downloaded oxnet v0.1.6
4272026-07-20T10:36:39.069Z Downloaded zmij v1.0.22
4282026-07-20T10:36:39.069Z Downloaded ipnetwork v0.21.1
4292026-07-20T10:36:39.072Z Downloaded chacha20 v0.10.1
4302026-07-20T10:36:39.072Z Downloaded deranged v0.5.8
4312026-07-20T10:36:39.075Z Downloaded anes v0.1.6
4322026-07-20T10:36:39.078Z Downloaded slog-term v2.9.2
4332026-07-20T10:36:39.078Z Downloaded futures-executor v0.3.32
4342026-07-20T10:36:39.078Z Downloaded crossbeam-utils v0.8.22
4352026-07-20T10:36:39.081Z Downloaded byteorder v1.5.0
4362026-07-20T10:36:39.081Z Downloaded anyhow v1.0.103
4372026-07-20T10:36:39.085Z Downloaded quote v1.0.46
4382026-07-20T10:36:39.087Z Downloaded futures-channel v0.3.32
4392026-07-20T10:36:39.087Z Downloaded defmt v1.1.1
4402026-07-20T10:36:39.090Z Downloaded iana-time-zone v0.1.65
4412026-07-20T10:36:39.093Z Downloaded ingot-macros v0.1.1
4422026-07-20T10:36:39.093Z Downloaded darling_core v0.21.3
4432026-07-20T10:36:39.096Z Downloaded darling v0.23.0
4442026-07-20T10:36:39.099Z Downloaded time-macros v0.2.31
4452026-07-20T10:36:39.100Z Downloaded erased-serde v0.3.31
4462026-07-20T10:36:39.103Z Downloaded shlex v2.0.1
4472026-07-20T10:36:39.103Z Downloaded clap v4.6.1
4482026-07-20T10:36:39.106Z Downloaded tinytemplate v1.2.1
4492026-07-20T10:36:39.106Z Downloaded thiserror v1.0.69
4502026-07-20T10:36:39.109Z Downloaded tracing-attributes v0.1.31
4512026-07-20T10:36:39.112Z Downloaded thiserror-impl v1.0.69
4522026-07-20T10:36:39.112Z Downloaded serde_derive v1.0.228
4532026-07-20T10:36:39.166Z Downloaded serde_json v1.0.150
4542026-07-20T10:36:39.166Z Downloaded half v2.7.1
4552026-07-20T10:36:39.166Z Downloaded getrandom v0.4.3
4562026-07-20T10:36:39.166Z Downloaded cc v1.2.67
4572026-07-20T10:36:39.166Z Downloaded futures v0.3.32
4582026-07-20T10:36:39.166Z Downloaded toml_parser v1.1.2+spec-1.1.0
4592026-07-20T10:36:39.166Z Downloaded term v1.2.1
4602026-07-20T10:36:39.166Z Downloaded slog v2.8.2
4612026-07-20T10:36:39.166Z Downloaded darling_core v0.23.0
4622026-07-20T10:36:39.166Z Downloaded unicode-ident v1.0.24
4632026-07-20T10:36:39.166Z Downloaded heapless v0.8.0
4642026-07-20T10:36:39.167Z Downloaded arc-swap v1.9.2
4652026-07-20T10:36:39.167Z Downloaded socket2 v0.6.4
4662026-07-20T10:36:39.167Z Downloaded tracing-core v0.1.36
4672026-07-20T10:36:39.167Z Downloaded proc-macro2 v1.0.106
4682026-07-20T10:36:39.167Z Downloaded crossbeam-channel v0.5.16
4692026-07-20T10:36:39.167Z Downloaded rayon-core v1.13.0
4702026-07-20T10:36:39.167Z Downloaded toml_edit v0.25.12+spec-1.1.0
4712026-07-20T10:36:39.167Z Downloaded criterion v0.8.2
4722026-07-20T10:36:39.171Z Downloaded indexmap v2.14.0
4732026-07-20T10:36:39.172Z Downloaded num-traits v0.2.19
4742026-07-20T10:36:39.179Z Downloaded rand v0.10.2
4752026-07-20T10:36:39.182Z Downloaded uuid v1.23.5
4762026-07-20T10:36:39.182Z Downloaded itertools v0.12.1
4772026-07-20T10:36:39.187Z Downloaded hashbrown v0.17.1
4782026-07-20T10:36:39.191Z Downloaded clap_builder v4.6.0
4792026-07-20T10:36:39.195Z Downloaded serde v1.0.228
4802026-07-20T10:36:39.197Z Downloaded itertools v0.13.0
4812026-07-20T10:36:39.200Z Downloaded itertools v0.15.0
4822026-07-20T10:36:39.204Z Downloaded itertools v0.14.0
4832026-07-20T10:36:39.207Z Downloaded zerocopy-derive v0.8.54
4842026-07-20T10:36:39.211Z Downloaded memchr v2.8.3
4852026-07-20T10:36:39.214Z Downloaded chrono v0.4.45
4862026-07-20T10:36:39.218Z Downloaded futures-util v0.3.32
4872026-07-20T10:36:39.245Z Downloaded nom v8.0.0
4882026-07-20T10:36:39.247Z Downloaded libc v0.2.186
4892026-07-20T10:36:39.265Z Downloaded plotters v0.3.7
4902026-07-20T10:36:39.287Z Downloaded rayon v1.12.0
4912026-07-20T10:36:39.292Z Downloaded regex v1.13.0
4922026-07-20T10:36:39.295Z Downloaded pcap-parser v0.17.0
4932026-07-20T10:36:39.301Z Downloaded winnow v1.0.3
4942026-07-20T10:36:39.331Z Downloaded syn v1.0.109
4952026-07-20T10:36:39.347Z Downloaded time v0.3.53
4962026-07-20T10:36:39.360Z Downloaded unicode-width v0.2.2
4972026-07-20T10:36:39.363Z Downloaded zerocopy v0.8.54
4982026-07-20T10:36:39.374Z Downloaded syn v2.0.118
4992026-07-20T10:36:39.379Z Downloaded smoltcp v0.11.0
5002026-07-20T10:36:39.385Z Downloaded nix v0.31.3
5012026-07-20T10:36:39.391Z Downloaded regex-syntax v0.8.11
5022026-07-20T10:36:39.395Z Downloaded rustix v1.1.4
5032026-07-20T10:36:39.407Z Downloaded tracing v0.1.44
5042026-07-20T10:36:39.417Z Downloaded regex-automata v0.4.15
5052026-07-20T10:36:39.489Z Compiling proc-macro2 v1.0.106
5062026-07-20T10:36:39.489Z Compiling unicode-ident v1.0.24
5072026-07-20T10:36:39.489Z Compiling quote v1.0.46
5082026-07-20T10:36:39.492Z Compiling serde_core v1.0.228
5092026-07-20T10:36:39.492Z Compiling cfg-if v1.0.4
5102026-07-20T10:36:39.492Z Compiling libc v0.2.186
5112026-07-20T10:36:39.492Z Compiling memchr v2.8.3
5122026-07-20T10:36:39.492Z Compiling serde v1.0.228
5132026-07-20T10:36:39.642Z Compiling rustversion v1.0.23
5142026-07-20T10:36:39.710Z Compiling ident_case v1.0.1
5152026-07-20T10:36:39.832Z Compiling version_check v0.9.5
5162026-07-20T10:36:40.008Z Compiling strsim v0.11.1
5172026-07-20T10:36:40.016Z Compiling zerocopy v0.8.54
5182026-07-20T10:36:40.111Z Compiling thiserror v2.0.18
5192026-07-20T10:36:40.308Z Compiling either v1.16.0
5202026-07-20T10:36:40.529Z Compiling fnv v1.0.7
5212026-07-20T10:36:40.550Z Compiling pin-project-lite v0.2.17
5222026-07-20T10:36:40.560Z Compiling regex-syntax v0.8.11
5232026-07-20T10:36:40.621Z Compiling crossbeam-utils v0.8.22
5242026-07-20T10:36:40.638Z Compiling syn v1.0.109
5252026-07-20T10:36:40.656Z Compiling equivalent v1.0.2
5262026-07-20T10:36:40.664Z Compiling winnow v1.0.3
5272026-07-20T10:36:40.889Z Compiling aho-corasick v1.1.4
5282026-07-20T10:36:40.962Z Compiling syn v2.0.118
5292026-07-20T10:36:41.037Z Compiling hashbrown v0.17.1
5302026-07-20T10:36:41.278Z Compiling itertools v0.14.0
5312026-07-20T10:36:41.601Z Compiling indexmap v2.14.0
5322026-07-20T10:36:41.746Z Compiling toml_parser v1.1.2+spec-1.1.0
5332026-07-20T10:36:42.112Z Compiling bitflags v2.13.1
5342026-07-20T10:36:42.222Z Compiling regex-automata v0.4.15
5352026-07-20T10:36:42.288Z Compiling autocfg v1.5.1
5362026-07-20T10:36:42.302Z Compiling toml_datetime v1.1.1+spec-1.1.0
5372026-07-20T10:36:42.459Z Compiling heapless v0.8.0
5382026-07-20T10:36:42.498Z Compiling byteorder v1.5.0
5392026-07-20T10:36:42.523Z Compiling toml_edit v0.25.12+spec-1.1.0
5402026-07-20T10:36:42.631Z Compiling num-traits v0.2.19
5412026-07-20T10:36:42.692Z Compiling hash32 v0.3.1
5422026-07-20T10:36:42.732Z Compiling slog v2.8.2
5432026-07-20T10:36:42.831Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5442026-07-20T10:36:42.877Z Compiling stable_deref_trait v1.2.1
5452026-07-20T10:36:42.935Z Compiling smoltcp v0.11.0
5462026-07-20T10:36:42.951Z Compiling macaddr v1.0.1
5472026-07-20T10:36:42.977Z Compiling futures-core v0.3.32
5482026-07-20T10:36:43.085Z Compiling futures-sink v0.3.32
5492026-07-20T10:36:43.145Z Compiling proc-macro-crate v3.5.0
5502026-07-20T10:36:43.164Z Compiling futures-channel v0.3.32
5512026-07-20T10:36:43.425Z Compiling proc-macro-error-attr v1.0.4
5522026-07-20T10:36:43.445Z Compiling crc32fast v1.5.0
5532026-07-20T10:36:43.470Z Compiling rand_core v0.10.1
5542026-07-20T10:36:43.566Z Compiling darling_core v0.21.3
5552026-07-20T10:36:43.633Z Compiling darling_core v0.23.0
5562026-07-20T10:36:43.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5572026-07-20T10:36:43.703Z Compiling managed v0.8.0
5582026-07-20T10:36:43.751Z Compiling anyhow v1.0.103
5592026-07-20T10:36:43.906Z Compiling getrandom v0.4.3
5602026-07-20T10:36:43.957Z Compiling regex v1.13.0
5612026-07-20T10:36:44.094Z Compiling futures-io v0.3.32
5622026-07-20T10:36:44.206Z Compiling slab v0.4.12
5632026-07-20T10:36:44.292Z Compiling futures-task v0.3.32
5642026-07-20T10:36:44.375Z Compiling ref-cast v1.0.25
5652026-07-20T10:36:44.408Z Compiling bitflags v1.3.2
5662026-07-20T10:36:44.808Z Compiling serde_derive v1.0.228
5672026-07-20T10:36:44.812Z Compiling zerocopy-derive v0.8.54
5682026-07-20T10:36:44.838Z Compiling thiserror-impl v2.0.18
5692026-07-20T10:36:44.847Z Compiling futures-macro v0.3.32
5702026-07-20T10:36:45.179Z Compiling ref-cast-impl v1.0.25
5712026-07-20T10:36:45.677Z Compiling futures-util v0.3.32
5722026-07-20T10:36:45.770Z Compiling darling_macro v0.21.3
5732026-07-20T10:36:45.811Z Compiling num_enum_derive v0.7.6
5742026-07-20T10:36:45.823Z Compiling darling_macro v0.23.0
5752026-07-20T10:36:46.192Z Compiling cobs v0.3.0
5762026-07-20T10:36:46.337Z Compiling darling v0.21.3
5772026-07-20T10:36:46.398Z Compiling darling v0.23.0
5782026-07-20T10:36:46.415Z Compiling ingot-macros v0.1.1
5792026-07-20T10:36:46.423Z Compiling foreign-types-macros v0.2.3
5802026-07-20T10:36:46.827Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5812026-07-20T10:36:47.074Z Compiling proc-macro-error v1.0.4
5822026-07-20T10:36:47.210Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5832026-07-20T10:36:47.245Z Compiling crossbeam-epoch v0.9.20
5842026-07-20T10:36:47.291Z Compiling rustix v1.1.4
5852026-07-20T10:36:47.343Z Compiling foreign-types-shared v0.3.1
5862026-07-20T10:36:47.439Z Compiling unicode-width v0.2.2
5872026-07-20T10:36:47.455Z Compiling cpufeatures v0.3.0
5882026-07-20T10:36:47.600Z Compiling once_cell v1.21.4
5892026-07-20T10:36:47.605Z Compiling ipnetwork v0.21.1
5902026-07-20T10:36:47.740Z Compiling tracing-core v0.1.36
5912026-07-20T10:36:47.756Z Compiling tabwriter v1.4.1
5922026-07-20T10:36:47.889Z Compiling chacha20 v0.10.1
5932026-07-20T10:36:47.973Z Compiling foreign-types v0.5.0
5942026-07-20T10:36:48.052Z Compiling erased-serde v0.3.31
5952026-07-20T10:36:48.101Z Compiling postcard v1.1.3
5962026-07-20T10:36:48.167Z Compiling futures-executor v0.3.32
5972026-07-20T10:36:48.275Z Compiling num_enum v0.7.6
5982026-07-20T10:36:48.398Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5992026-07-20T10:36:48.462Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6002026-07-20T10:36:48.612Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6012026-07-20T10:36:48.801Z Compiling tracing-attributes v0.1.31
6022026-07-20T10:36:49.062Z Compiling itertools v0.15.0
6032026-07-20T10:36:49.118Z Compiling errno v0.3.14
6042026-07-20T10:36:49.146Z Compiling cstr-argument v0.1.2
6052026-07-20T10:36:49.207Z Compiling time-core v0.1.9
6062026-07-20T10:36:49.271Z Compiling zmij v1.0.22
6072026-07-20T10:36:49.306Z Compiling find-msvc-tools v0.1.9
6082026-07-20T10:36:49.397Z Compiling crossbeam-deque v0.8.7
6092026-07-20T10:36:49.572Z Compiling ingot-types v0.1.2
6102026-07-20T10:36:49.631Z Compiling thiserror v1.0.69
6112026-07-20T10:36:49.640Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6122026-07-20T10:36:49.668Z Compiling pretty-hex v0.4.2
6132026-07-20T10:36:49.699Z Compiling num-conv v0.2.2
6142026-07-20T10:36:49.805Z Compiling utf8parse v0.2.2
6152026-07-20T10:36:49.874Z Compiling shlex v2.0.1
6162026-07-20T10:36:49.913Z Compiling dyn-clone v1.0.20
6172026-07-20T10:36:49.961Z Compiling ingot v0.1.1
6182026-07-20T10:36:50.019Z Compiling cc v1.2.67
6192026-07-20T10:36:50.058Z Compiling anstyle-parse v1.0.0
6202026-07-20T10:36:50.123Z Compiling tracing v0.1.44
6212026-07-20T10:36:50.295Z Compiling time-macros v0.2.31
6222026-07-20T10:36:50.304Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6232026-07-20T10:36:50.513Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6242026-07-20T10:36:50.806Z Compiling rand v0.10.2
6252026-07-20T10:36:51.159Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6262026-07-20T10:36:51.210Z Compiling futures v0.3.32
6272026-07-20T10:36:51.291Z Compiling thiserror-impl v1.0.69
6282026-07-20T10:36:51.416Z Compiling uuid v1.23.5
6292026-07-20T10:36:51.641Z Compiling arc-swap v1.9.2
6302026-07-20T10:36:51.740Z Compiling socket2 v0.6.4
6312026-07-20T10:36:51.861Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6322026-07-20T10:36:51.994Z Compiling nom v8.0.0
6332026-07-20T10:36:52.143Z Compiling thread_local v1.1.10
6342026-07-20T10:36:52.459Z Compiling deranged v0.5.8
6352026-07-20T10:36:52.469Z Compiling heck v0.4.1
6362026-07-20T10:36:52.498Z Compiling lazy_static v1.5.0
6372026-07-20T10:36:52.604Z Compiling iana-time-zone v0.1.65
6382026-07-20T10:36:52.667Z Compiling colored v3.1.1
6392026-07-20T10:36:52.906Z Compiling anstyle v1.0.14
6402026-07-20T10:36:53.162Z Compiling anstyle-query v1.1.5
6412026-07-20T10:36:53.241Z Compiling slog-async v2.8.0
6422026-07-20T10:36:53.430Z Compiling colorchoice v1.0.5
6432026-07-20T10:36:53.543Z Compiling serde_json v1.0.150
6442026-07-20T10:36:53.551Z Compiling rayon-core v1.13.0
6452026-07-20T10:36:53.583Z Compiling powerfmt v0.2.0
6462026-07-20T10:36:53.797Z Compiling is_terminal_polyfill v1.70.2
6472026-07-20T10:36:53.816Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6482026-07-20T10:36:53.887Z Compiling oxnet v0.1.6
6492026-07-20T10:36:53.981Z Compiling time v0.3.53
6502026-07-20T10:36:54.032Z Compiling anstream v1.0.0
6512026-07-20T10:36:54.693Z Compiling rusticata-macros v5.0.0
6522026-07-20T10:36:54.762Z Compiling chrono v0.4.45
6532026-07-20T10:36:54.783Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6542026-07-20T10:36:54.965Z Compiling slog-scope v4.4.1
6552026-07-20T10:36:55.411Z Compiling cookie-factory v0.3.3
6562026-07-20T10:36:55.470Z Compiling alloca v0.4.0
6572026-07-20T10:36:55.596Z Compiling terminal_size v0.4.4
6582026-07-20T10:36:55.765Z Compiling half v2.7.1
6592026-07-20T10:36:55.769Z Compiling crossbeam-channel v0.5.16
6602026-07-20T10:36:55.895Z Compiling itertools v0.12.1
6612026-07-20T10:36:56.056Z Compiling is-terminal v0.4.17
6622026-07-20T10:36:56.082Z Compiling cfg_aliases v0.2.1
6632026-07-20T10:36:56.153Z Compiling take_mut v0.2.2
6642026-07-20T10:36:56.163Z Compiling clap_lex v1.1.0
6652026-07-20T10:36:56.271Z Compiling plotters-backend v0.3.7
6662026-07-20T10:36:56.425Z Compiling log v0.4.33
6672026-07-20T10:36:56.480Z Compiling itoa v1.0.18
6682026-07-20T10:36:56.605Z Compiling ciborium-io v0.2.2
6692026-07-20T10:36:56.700Z Compiling circular v0.3.0
6702026-07-20T10:36:56.700Z Compiling term v1.2.1
6712026-07-20T10:36:56.930Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6722026-07-20T10:36:57.251Z Compiling heck v0.5.0
6732026-07-20T10:36:57.335Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6742026-07-20T10:36:57.390Z Compiling slog-term v2.9.2
6752026-07-20T10:36:57.409Z Compiling clap_builder v4.6.0
6762026-07-20T10:36:57.453Z Compiling clap_derive v4.6.1
6772026-07-20T10:36:57.998Z Compiling pcap-parser v0.17.0
6782026-07-20T10:36:58.545Z Compiling ciborium-ll v0.2.2
6792026-07-20T10:36:58.788Z Compiling slog-stdlog v4.1.1
6802026-07-20T10:36:59.056Z Compiling plotters-svg v0.3.7
6812026-07-20T10:36:59.136Z Compiling nix v0.31.3
6822026-07-20T10:36:59.752Z Compiling itertools v0.13.0
6832026-07-20T10:36:59.972Z Compiling cast v0.3.0
6842026-07-20T10:37:00.153Z Compiling same-file v1.0.6
6852026-07-20T10:37:00.153Z Compiling rayon v1.12.0
6862026-07-20T10:37:00.328Z Compiling walkdir v2.5.0
6872026-07-20T10:37:00.585Z Compiling tinytemplate v1.2.1
6882026-07-20T10:37:00.883Z Compiling clap v4.6.1
6892026-07-20T10:37:00.942Z Compiling slog-envlogger v2.2.0
6902026-07-20T10:37:00.965Z Compiling plotters v0.3.7
6912026-07-20T10:37:01.317Z Compiling criterion-plot v0.8.2
6922026-07-20T10:37:01.615Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6932026-07-20T10:37:01.624Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6942026-07-20T10:37:01.911Z Compiling ciborium v0.2.2
6952026-07-20T10:37:02.123Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
6962026-07-20T10:37:02.196Z Compiling page_size v0.6.0
6972026-07-20T10:37:02.314Z Compiling oorandom v11.1.5
6982026-07-20T10:37:02.379Z Compiling anes v0.1.6
6992026-07-20T10:37:02.444Z Compiling dtor-proc-macro v0.0.13
7002026-07-20T10:37:02.632Z Compiling criterion v0.8.2
7012026-07-20T10:37:02.702Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7022026-07-20T10:37:02.816Z Compiling dtor v0.8.1
7032026-07-20T10:37:03.049Z Compiling link-section v0.2.1
7042026-07-20T10:37:03.194Z Compiling ctor-proc-macro v0.0.13
7052026-07-20T10:37:03.566Z Compiling ctor v0.10.1
7062026-07-20T10:37:04.803Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7072026-07-20T10:37:18.880Z Finished `bench` profile [optimized + debuginfo] target(s) in 44.40s
7082026-07-20T10:37:18.973Z Running benches/xde.rs (target/release/deps/xde-8ac94090e28093ca)
7092026-07-20T10:37:18.983Z###--------------------------------###
7102026-07-20T10:37:18.983Z:::Building test topology... (120s):::
7112026-07-20T10:37:18.983Z###--------------------------------###
7122026-07-20T10:37:18.989Zadding underlay route 0
7132026-07-20T10:37:18.992Zadding underlay route 1
7142026-07-20T10:37:19.104Zstart zones a, b
7152026-07-20T10:37:29.201Zconfigure zone
7162026-07-20T10:37:29.204Zconfigure zone
7172026-07-20T10:37:29.220Zinstall zone
7182026-07-20T10:37:29.223Zinstall zone
7192026-07-20T10:37:39.143Zboot zone
7202026-07-20T10:37:39.143Zboot zone
7212026-07-20T10:37:39.223Zsetup zones a, b
7222026-07-20T10:37:39.223Z[a] svcs -a
7232026-07-20T10:37:39.223Z[b] svcs -a
7242026-07-20T10:37:39.244ZFailed to parse command output: exit code 1
7252026-07-20T10:37:39.244Zstdout:
7262026-07-20T10:37:39.244Z
7272026-07-20T10:37:39.244Zstderr:
7282026-07-20T10:37:39.244Zsvcs: Could not bind to repository server: repository server unavailable. Exiting.
7292026-07-20T10:37:39.244ZFailed to parse command output: exit code 1
7302026-07-20T10:37:39.244Zstdout:
7312026-07-20T10:37:39.244Z
7322026-07-20T10:37:39.244Zstderr:
7332026-07-20T10:37:39.244Zsvcs: Could not bind to repository server: repository server unavailable. Exiting.
7342026-07-20T10:37:39.444Z[b] svcs -a
7352026-07-20T10:37:39.444Z[a] svcs -a
7362026-07-20T10:37:39.554ZSTATE STIME FMRI
7372026-07-20T10:37:39.554Zonline 10:37:37 svc:/system/svc/restarter:default
7382026-07-20T10:37:39.554Zoffline 10:37:37 svc:/system/early-manifest-import:default
7392026-07-20T10:37:39.554Z- - svc:/application/management/net-snmp:default
7402026-07-20T10:37:39.554Z- - svc:/application/pkg/dynamic-mirror:default
7412026-07-20T10:37:39.554Z- - svc:/application/pkg/mirror:default
7422026-07-20T10:37:39.554Z- - svc:/application/pkg/repositories-setup:default
7432026-07-20T10:37:39.554Z- - svc:/application/pkg/server:default
7442026-07-20T10:37:39.554Z- - svc:/application/security/tcsd:default
7452026-07-20T10:37:39.555Z- - svc:/milestone/devices:default
7462026-07-20T10:37:39.555Z- - svc:/milestone/multi-user-server:default
7472026-07-20T10:37:39.555Z- - svc:/milestone/multi-user:default
7482026-07-20T10:37:39.555Z- - svc:/milestone/name-services:default
7492026-07-20T10:37:39.555Z- - svc:/milestone/network:default
7502026-07-20T10:37:39.555Z- - svc:/milestone/single-user:default
7512026-07-20T10:37:39.555Z- - svc:/milestone/sysconfig:default
7522026-07-20T10:37:39.555Z- - svc:/network/chrony:default
7532026-07-20T10:37:39.555Z- - svc:/network/datalink-management:default
7542026-07-20T10:37:39.555Z- - svc:/network/dns/client:default
7552026-07-20T10:37:39.555Z- - svc:/network/dns/install:default
7562026-07-20T10:37:39.555Z- - svc:/network/dns/multicast:default
7572026-07-20T10:37:39.555Z- - svc:/network/inetd-upgrade:default
7582026-07-20T10:37:39.555Z- - svc:/network/inetd:default
7592026-07-20T10:37:39.556Z- - svc:/network/initial:default
7602026-07-20T10:37:39.556Z- - svc:/network/install:default
7612026-07-20T10:37:39.556Z- - svc:/network/ip-interface-management:default
7622026-07-20T10:37:39.556Z- - svc:/network/ipmp:default
7632026-07-20T10:37:39.556Z- - svc:/network/ipqos:default
7642026-07-20T10:37:39.556Z- - svc:/network/ipsec/ike:default
7652026-07-20T10:37:39.556Z- - svc:/network/ipsec/ipsecalgs:default
7662026-07-20T10:37:39.556Z- - svc:/network/ipsec/manual-key:default
7672026-07-20T10:37:39.556Z- - svc:/network/ipsec/policy:default
7682026-07-20T10:37:39.556Z- - svc:/network/iptun:default
7692026-07-20T10:37:39.557Z- - svc:/network/ipv4-forwarding:default
7702026-07-20T10:37:39.557Z- - svc:/network/ipv6-forwarding:default
7712026-07-20T10:37:39.557Z- - svc:/network/ldap/client:default
7722026-07-20T10:37:39.557Z- - svc:/network/location:default
7732026-07-20T10:37:39.557Z- - svc:/network/loopback:default
7742026-07-20T10:37:39.557Z- - svc:/network/netcfg:default
7752026-07-20T10:37:39.557Z- - svc:/network/netmask:default
7762026-07-20T10:37:39.557Z- - svc:/network/nfs/cbd:default
7772026-07-20T10:37:39.557Z- - svc:/network/nfs/client:default
7782026-07-20T10:37:39.557Z- - svc:/network/nfs/log:default
7792026-07-20T10:37:39.557Z- - svc:/network/nfs/mapid:default
7802026-07-20T10:37:39.557Z- - svc:/network/nfs/nlockmgr:default
7812026-07-20T10:37:39.557Z- - svc:/network/nfs/rquota:default
7822026-07-20T10:37:39.557Z- - svc:/network/nfs/server:default
7832026-07-20T10:37:39.557Z- - svc:/network/nfs/status:default
7842026-07-20T10:37:39.557Z- - svc:/network/nis/client:default
7852026-07-20T10:37:39.557Z- - svc:/network/physical:default
7862026-07-20T10:37:39.557Z- - svc:/network/physical:nwam
7872026-07-20T10:37:39.557Z- - svc:/network/routing-setup:default
7882026-07-20T10:37:39.557Z- - svc:/network/routing/legacy-routing:ipv4
7892026-07-20T10:37:39.557Z- - svc:/network/routing/legacy-routing:ipv6
7902026-07-20T10:37:39.557Z- - svc:/network/routing/ndp:default
7912026-07-20T10:37:39.557Z- - svc:/network/routing/rdisc:default
7922026-07-20T10:37:39.557Z- - svc:/network/routing/ripng:default
7932026-07-20T10:37:39.557Z- - svc:/network/routing/route:default
7942026-07-20T10:37:39.557Z- - svc:/network/rpc/bind:default
7952026-07-20T10:37:39.557Z- - svc:/network/rpc/gss:default
7962026-07-20T10:37:39.558Z- - svc:/network/rpc/keyserv:default
7972026-07-20T10:37:39.558Z- - svc:/network/security/kadmin:default
7982026-07-20T10:37:39.558Z- - svc:/network/security/krb5kdc:default
7992026-07-20T10:37:39.558Z- - svc:/network/security/ktkt_warn:default
8002026-07-20T10:37:39.558Z- - svc:/network/service:default
8012026-07-20T10:37:39.558Z- - svc:/network/shares/group:default
8022026-07-20T10:37:39.558Z- - svc:/network/smb/client:default
8032026-07-20T10:37:39.558Z- - svc:/network/smb/server:default
8042026-07-20T10:37:39.558Z- - svc:/network/ssh:default
8052026-07-20T10:37:39.558Z- - svc:/network/tcpkey:default
8062026-07-20T10:37:39.558Z- - svc:/system/auditd:default
8072026-07-20T10:37:39.558Z- - svc:/system/auditset:default
8082026-07-20T10:37:39.558Z- - svc:/system/boot-archive-update:default
8092026-07-20T10:37:39.558Z- - svc:/system/boot-archive:default
8102026-07-20T10:37:39.558Z- - svc:/system/boot-config:default
8112026-07-20T10:37:39.558Z- - svc:/system/consadm:default
8122026-07-20T10:37:39.558Z- - svc:/system/console-login:default
8132026-07-20T10:37:39.558Z- - svc:/system/console-login:vt2
8142026-07-20T10:37:39.558Z- - svc:/system/console-login:vt3
8152026-07-20T10:37:39.558Z- - svc:/system/console-login:vt4
8162026-07-20T10:37:39.558Z- - svc:/system/console-login:vt5
8172026-07-20T10:37:39.559Z- - svc:/system/console-login:vt6
8182026-07-20T10:37:39.559Z- - svc:/system/coreadm:default
8192026-07-20T10:37:39.559Z- - svc:/system/cron:default
8202026-07-20T10:37:39.559Z- - svc:/system/cryptosvc:default
8212026-07-20T10:37:39.559Z- - svc:/system/device/allocate:default
8222026-07-20T10:37:39.559Z- - svc:/system/device/audio:default
8232026-07-20T10:37:39.559Z- - svc:/system/device/local:default
8242026-07-20T10:37:39.559Z- - svc:/system/device/mpxio-upgrade:default
8252026-07-20T10:37:39.559Z- - svc:/system/extended-accounting:flow
8262026-07-20T10:37:39.559Z- - svc:/system/extended-accounting:net
8272026-07-20T10:37:39.559Z- - svc:/system/extended-accounting:process
8282026-07-20T10:37:39.559Z- - svc:/system/extended-accounting:task
8292026-07-20T10:37:39.559Z- - svc:/system/filesystem/local:default
8302026-07-20T10:37:39.559Z- - svc:/system/filesystem/minimal:default
8312026-07-20T10:37:39.559Z- - svc:/system/filesystem/reparse:default
8322026-07-20T10:37:39.559Z- - svc:/system/filesystem/root:default
8332026-07-20T10:37:39.559Z- - svc:/system/filesystem/usr:default
8342026-07-20T10:37:39.559Z- - svc:/system/fm/notify-params:default
8352026-07-20T10:37:39.559Z- - svc:/system/fmd:default
8362026-07-20T10:37:39.563Z- - svc:/system/hostid:default
8372026-07-20T10:37:39.563Z- - svc:/system/hotplug:default
8382026-07-20T10:37:39.563Z- - svc:/system/identity:domain
8392026-07-20T10:37:39.563Z- - svc:/system/identity:node
8402026-07-20T10:37:39.563Z- - svc:/system/idmap:default
8412026-07-20T10:37:39.565Z- - svc:/system/keymap:default
8422026-07-20T10:37:39.565Z- - svc:/system/logadm-upgrade:default
8432026-07-20T10:37:39.565Z- - svc:/system/manifest-import:default
8442026-07-20T10:37:39.565Z- - svc:/system/name-service-cache:default
8452026-07-20T10:37:39.565Z- - svc:/system/pfexec:default
8462026-07-20T10:37:39.565Z- - svc:/system/pkgserv:default
8472026-07-20T10:37:39.565Z- - svc:/system/process-security:default
8482026-07-20T10:37:39.565Z- - svc:/system/rbac:default
8492026-07-20T10:37:39.565Z- - svc:/system/rmtmpfiles:default
8502026-07-20T10:37:39.565Z- - svc:/system/sac:default
8512026-07-20T10:37:39.565Z- - svc:/system/sar:default
8522026-07-20T10:37:39.565Z- - svc:/system/svc/global:default
8532026-07-20T10:37:39.566Z- - svc:/system/system-log:default
8542026-07-20T10:37:39.566Z- - svc:/system/update-man-index:default
8552026-07-20T10:37:39.566Z- - svc:/system/utmp:default
8562026-07-20T10:37:39.566Z- - svc:/system/vtdaemon:default
8572026-07-20T10:37:39.566Z[a] svcs milestone/network
8582026-07-20T10:37:39.566ZSTATE STIME FMRI
8592026-07-20T10:37:39.566Zonline 10:37:37 svc:/system/svc/restarter:default
8602026-07-20T10:37:39.566Zoffline 10:37:37 svc:/system/early-manifest-import:default
8612026-07-20T10:37:39.566Z- - svc:/application/management/net-snmp:default
8622026-07-20T10:37:39.566Z- - svc:/application/pkg/dynamic-mirror:default
8632026-07-20T10:37:39.566Z- - svc:/application/pkg/mirror:default
8642026-07-20T10:37:39.566Z- - svc:/application/pkg/repositories-setup:default
8652026-07-20T10:37:39.567Z- - svc:/application/pkg/server:default
8662026-07-20T10:37:39.567Z- - svc:/application/security/tcsd:default
8672026-07-20T10:37:39.567Z- - svc:/milestone/devices:default
8682026-07-20T10:37:39.567Z- - svc:/milestone/multi-user-server:default
8692026-07-20T10:37:39.567Z- - svc:/milestone/multi-user:default
8702026-07-20T10:37:39.567Z- - svc:/milestone/name-services:default
8712026-07-20T10:37:39.567Z- - svc:/milestone/network:default
8722026-07-20T10:37:39.567Z- - svc:/milestone/single-user:default
8732026-07-20T10:37:39.567Z- - svc:/milestone/sysconfig:default
8742026-07-20T10:37:39.567Z- - svc:/network/chrony:default
8752026-07-20T10:37:39.567Z- - svc:/network/datalink-management:default
8762026-07-20T10:37:39.567Z- - svc:/network/dns/client:default
8772026-07-20T10:37:39.567Z- - svc:/network/dns/install:default
8782026-07-20T10:37:39.567Z- - svc:/network/dns/multicast:default
8792026-07-20T10:37:39.567Z- - svc:/network/inetd-upgrade:default
8802026-07-20T10:37:39.568Z- - svc:/network/inetd:default
8812026-07-20T10:37:39.568Z- - svc:/network/initial:default
8822026-07-20T10:37:39.568Z- - svc:/network/install:default
8832026-07-20T10:37:39.568Z- - svc:/network/ip-interface-management:default
8842026-07-20T10:37:39.568Z- - svc:/network/ipmp:default
8852026-07-20T10:37:39.568Z- - svc:/network/ipqos:default
8862026-07-20T10:37:39.568Z- - svc:/network/ipsec/ike:default
8872026-07-20T10:37:39.568Z- - svc:/network/ipsec/ipsecalgs:default
8882026-07-20T10:37:39.568Z- - svc:/network/ipsec/manual-key:default
8892026-07-20T10:37:39.568Z- - svc:/network/ipsec/policy:default
8902026-07-20T10:37:39.568Z- - svc:/network/iptun:default
8912026-07-20T10:37:39.568Z- - svc:/network/ipv4-forwarding:default
8922026-07-20T10:37:39.568Z- - svc:/network/ipv6-forwarding:default
8932026-07-20T10:37:39.568Z- - svc:/network/ldap/client:default
8942026-07-20T10:37:39.568Z- - svc:/network/location:default
8952026-07-20T10:37:39.568Z- - svc:/network/loopback:default
8962026-07-20T10:37:39.568Z- - svc:/network/netcfg:default
8972026-07-20T10:37:39.568Z- - svc:/network/netmask:default
8982026-07-20T10:37:39.568Z- - svc:/network/nfs/cbd:default
8992026-07-20T10:37:39.568Z- - svc:/network/nfs/client:default
9002026-07-20T10:37:39.568Z- - svc:/network/nfs/log:default
9012026-07-20T10:37:39.568Z- - svc:/network/nfs/mapid:default
9022026-07-20T10:37:39.568Z- - svc:/network/nfs/nlockmgr:default
9032026-07-20T10:37:39.568Z- - svc:/network/nfs/rquota:default
9042026-07-20T10:37:39.568Z- - svc:/network/nfs/server:default
9052026-07-20T10:37:39.568Z- - svc:/network/nfs/status:default
9062026-07-20T10:37:39.568Z- - svc:/network/nis/client:default
9072026-07-20T10:37:39.568Z- - svc:/network/physical:default
9082026-07-20T10:37:39.568Z- - svc:/network/physical:nwam
9092026-07-20T10:37:39.568Z- - svc:/network/routing-setup:default
9102026-07-20T10:37:39.568Z- - svc:/network/routing/legacy-routing:ipv4
9112026-07-20T10:37:39.568Z- - svc:/network/routing/legacy-routing:ipv6
9122026-07-20T10:37:39.568Z- - svc:/network/routing/ndp:default
9132026-07-20T10:37:39.569Z- - svc:/network/routing/rdisc:default
9142026-07-20T10:37:39.569Z- - svc:/network/routing/ripng:default
9152026-07-20T10:37:39.569Z- - svc:/network/routing/route:default
9162026-07-20T10:37:39.569Z- - svc:/network/rpc/bind:default
9172026-07-20T10:37:39.569Z- - svc:/network/rpc/gss:default
9182026-07-20T10:37:39.569Z- - svc:/network/rpc/keyserv:default
9192026-07-20T10:37:39.569Z- - svc:/network/security/kadmin:default
9202026-07-20T10:37:39.569Z- - svc:/network/security/krb5kdc:default
9212026-07-20T10:37:39.569Z- - svc:/network/security/ktkt_warn:default
9222026-07-20T10:37:39.569Z- - svc:/network/service:default
9232026-07-20T10:37:39.569Z- - svc:/network/shares/group:default
9242026-07-20T10:37:39.569Z- - svc:/network/smb/client:default
9252026-07-20T10:37:39.569Z- - svc:/network/smb/server:default
9262026-07-20T10:37:39.569Z- - svc:/network/ssh:default
9272026-07-20T10:37:39.569Z- - svc:/network/tcpkey:default
9282026-07-20T10:37:39.569Z- - svc:/system/auditd:default
9292026-07-20T10:37:39.569Z- - svc:/system/auditset:default
9302026-07-20T10:37:39.569Z- - svc:/system/boot-archive-update:default
9312026-07-20T10:37:39.569Z- - svc:/system/boot-archive:default
9322026-07-20T10:37:39.569Z- - svc:/system/boot-config:default
9332026-07-20T10:37:39.569Z- - svc:/system/consadm:default
9342026-07-20T10:37:39.569Z- - svc:/system/console-login:default
9352026-07-20T10:37:39.569Z- - svc:/system/console-login:vt2
9362026-07-20T10:37:39.573Z- - svc:/system/console-login:vt3
9372026-07-20T10:37:39.574Z- - svc:/system/console-login:vt4
9382026-07-20T10:37:39.574Z- - svc:/system/console-login:vt5
9392026-07-20T10:37:39.574Z- - svc:/system/console-login:vt6
9402026-07-20T10:37:39.574Z- - svc:/system/coreadm:default
9412026-07-20T10:37:39.574Z- - svc:/system/cron:default
9422026-07-20T10:37:39.574Z- - svc:/system/cryptosvc:default
9432026-07-20T10:37:39.574Z- - svc:/system/device/allocate:default
9442026-07-20T10:37:39.574Z- - svc:/system/device/audio:default
9452026-07-20T10:37:39.574Z- - svc:/system/device/local:default
9462026-07-20T10:37:39.574Z- - svc:/system/device/mpxio-upgrade:default
9472026-07-20T10:37:39.574Z- - svc:/system/extended-accounting:flow
9482026-07-20T10:37:39.574Z- - svc:/system/extended-accounting:net
9492026-07-20T10:37:39.574Z- - svc:/system/extended-accounting:process
9502026-07-20T10:37:39.574Z- - svc:/system/extended-accounting:task
9512026-07-20T10:37:39.574Z- - svc:/system/filesystem/local:default
9522026-07-20T10:37:39.574Z- - svc:/system/filesystem/minimal:default
9532026-07-20T10:37:39.574Z- - svc:/system/filesystem/reparse:default
9542026-07-20T10:37:39.574Z- - svc:/system/filesystem/root:default
9552026-07-20T10:37:39.574Z- - svc:/system/filesystem/usr:default
9562026-07-20T10:37:39.574Z- - svc:/system/fm/notify-params:default
9572026-07-20T10:37:39.574Z- - svc:/system/fmd:default
9582026-07-20T10:37:39.574Z- - svc:/system/hostid:default
9592026-07-20T10:37:39.574Z- - svc:/system/hotplug:default
9602026-07-20T10:37:39.574Z- - svc:/system/identity:domain
9612026-07-20T10:37:39.575Z- - svc:/system/identity:node
9622026-07-20T10:37:39.575Z- - svc:/system/idmap:default
9632026-07-20T10:37:39.575Z- - svc:/system/keymap:default
9642026-07-20T10:37:39.575Z- - svc:/system/logadm-upgrade:default
9652026-07-20T10:37:39.575Z- - svc:/system/manifest-import:default
9662026-07-20T10:37:39.575Z- - svc:/system/name-service-cache:default
9672026-07-20T10:37:39.575Z- - svc:/system/pfexec:default
9682026-07-20T10:37:39.575Z- - svc:/system/pkgserv:default
9692026-07-20T10:37:39.575Z- - svc:/system/process-security:default
9702026-07-20T10:37:39.575Z- - svc:/system/rbac:default
9712026-07-20T10:37:39.575Z- - svc:/system/rmtmpfiles:default
9722026-07-20T10:37:39.575Z- - svc:/system/sac:default
9732026-07-20T10:37:39.575Z- - svc:/system/sar:default
9742026-07-20T10:37:39.575Z- - svc:/system/svc/global:default
9752026-07-20T10:37:39.575Z- - svc:/system/system-log:default
9762026-07-20T10:37:39.575Z- - svc:/system/update-man-index:default
9772026-07-20T10:37:39.575Z- - svc:/system/utmp:default
9782026-07-20T10:37:39.575Z- - svc:/system/vtdaemon:default
9792026-07-20T10:37:39.575Z[b] svcs milestone/network
9802026-07-20T10:37:39.575ZSTATE STIME FMRI
9812026-07-20T10:37:39.575Z- - svc:/milestone/network:default
9822026-07-20T10:37:39.575ZSTATE STIME FMRI
9832026-07-20T10:37:39.575Z- - svc:/milestone/network:default
9842026-07-20T10:37:40.565Z[a] svcs milestone/network
9852026-07-20T10:37:40.565Z[b] svcs milestone/network
9862026-07-20T10:37:40.581ZSTATE STIME FMRI
9872026-07-20T10:37:40.581Zonline 10:37:38 svc:/milestone/network:default
9882026-07-20T10:37:40.581Z[b] ipadm create-addr -t -T dhcp opte1/test
9892026-07-20T10:37:40.585ZSTATE STIME FMRI
9902026-07-20T10:37:40.585Zonline 10:37:38 svc:/milestone/network:default
9912026-07-20T10:37:40.585Z[a] ipadm create-addr -t -T dhcp opte0/test
9922026-07-20T10:37:45.448Z
9932026-07-20T10:37:45.448Z[a] route add -iface 10.0.0.254 10.0.0.1
9942026-07-20T10:37:45.463Zadd host 10.0.0.254: gateway 10.0.0.1
9952026-07-20T10:37:45.463Z[a] route add 10.0.0.0/24 10.0.0.254
9962026-07-20T10:37:45.474Zadd net 10.0.0.0/24: gateway 10.0.0.254
9972026-07-20T10:37:45.474Z[a] route add 224.0.0.0/4 10.0.0.254
9982026-07-20T10:37:45.485Zadd net 224.0.0.0/4: gateway 10.0.0.254
9992026-07-20T10:37:48.395Z
10002026-07-20T10:37:48.395Z[b] route add -iface 10.0.0.254 10.0.0.2
10012026-07-20T10:37:48.410Zadd host 10.0.0.254: gateway 10.0.0.2
10022026-07-20T10:37:48.411Z[b] route add 10.0.0.0/24 10.0.0.254
10032026-07-20T10:37:48.421Zadd net 10.0.0.0/24: gateway 10.0.0.254
10042026-07-20T10:37:48.421Z[b] route add 224.0.0.0/4 10.0.0.254
10052026-07-20T10:37:48.432Zadd net 224.0.0.0/4: gateway 10.0.0.254
10062026-07-20T10:37:48.435Z###---------------###
10072026-07-20T10:37:48.435Z:::Topology built!:::
10082026-07-20T10:37:48.435Z###---------------###
10092026-07-20T10:37:48.435Z###----------------###
10102026-07-20T10:37:48.435Z::: iPerf spawned! :::
10112026-07-20T10:37:48.435Z:::Waiting... (10s):::
10122026-07-20T10:37:48.435Z###----------------###
10132026-07-20T10:37:58.432Z###---###
10142026-07-20T10:37:58.433Z:::Go!:::
10152026-07-20T10:37:58.433Z###---###
10162026-07-20T10:37:58.433Z[a] ping 10.0.0.2
10172026-07-20T10:37:58.452Z10.0.0.2 is alive
10182026-07-20T10:37:58.452Z###-------------------###
10192026-07-20T10:37:58.452Z:::Running experiment :::
10202026-07-20T10:37:58.452Z:::iperf-tcp/local/c2s:::
10212026-07-20T10:37:58.452Z###-------------------###
10222026-07-20T10:38:05.849Z-----------------------------------------------------------
10232026-07-20T10:38:05.849ZServer listening on 5201 (test #1)
10242026-07-20T10:38:05.849Z-----------------------------------------------------------
10252026-07-20T10:38:05.849ZAccepted connection from 10.0.0.1, port 57887
10262026-07-20T10:38:05.850Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39412
10272026-07-20T10:38:05.850Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45026
10282026-07-20T10:38:05.850Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50058
10292026-07-20T10:38:05.850Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46093
10302026-07-20T10:38:05.850Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33891
10312026-07-20T10:38:05.850Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33471
10322026-07-20T10:38:05.850Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57825
10332026-07-20T10:38:05.850Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47871
10342026-07-20T10:38:05.850Z[ ID] Interval Transfer Bitrate
10352026-07-20T10:38:05.850Z[ 5] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
10362026-07-20T10:38:05.850Z[ 8] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
10372026-07-20T10:38:05.850Z[ 10] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
10382026-07-20T10:38:05.850Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
10392026-07-20T10:38:05.850Z[ 14] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
10402026-07-20T10:38:05.850Z[ 16] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
10412026-07-20T10:38:05.850Z[ 18] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
10422026-07-20T10:38:05.852Z[ 20] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
10432026-07-20T10:38:05.852Z[SUM] 0.00-1.00 sec 957 MBytes 8.03 Gbits/sec
10442026-07-20T10:38:05.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
10452026-07-20T10:38:05.852Z[ 5] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10462026-07-20T10:38:05.852Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10472026-07-20T10:38:05.852Z[ 10] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10482026-07-20T10:38:05.852Z[ 12] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10492026-07-20T10:38:05.852Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10502026-07-20T10:38:05.852Z[ 16] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10512026-07-20T10:38:05.852Z[ 18] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10522026-07-20T10:38:05.852Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
10532026-07-20T10:38:05.852Z[SUM] 1.00-2.00 sec 1.19 GBytes 10.3 Gbits/sec
10542026-07-20T10:38:05.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
10552026-07-20T10:38:05.852Z[ 5] 2.00-3.00 sec 148 MBytes 1.25 Gbits/sec
10562026-07-20T10:38:05.852Z[ 8] 2.00-3.00 sec 148 MBytes 1.25 Gbits/sec
10572026-07-20T10:38:05.852Z[ 10] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
10582026-07-20T10:38:05.852Z[ 12] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
10592026-07-20T10:38:05.852Z[ 14] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
10602026-07-20T10:38:05.852Z[ 16] 2.00-3.00 sec 148 MBytes 1.25 Gbits/sec
10612026-07-20T10:38:05.852Z[ 18] 2.00-3.00 sec 148 MBytes 1.25 Gbits/sec
10622026-07-20T10:38:05.852Z[ 20] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
10632026-07-20T10:38:05.852Z[SUM] 2.00-3.00 sec 1.16 GBytes 9.96 Gbits/sec
10642026-07-20T10:38:05.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
10652026-07-20T10:38:05.855Z[ 5] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
10662026-07-20T10:38:05.855Z[ 8] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
10672026-07-20T10:38:05.855Z[ 10] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
10682026-07-20T10:38:05.855Z[ 12] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
10692026-07-20T10:38:05.855Z[ 14] 3.00-4.00 sec 150 MBytes 1.25 Gbits/sec
10702026-07-20T10:38:05.856Z[ 16] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
10712026-07-20T10:38:05.856Z[ 18] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
10722026-07-20T10:38:05.856Z[ 20] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
10732026-07-20T10:38:05.856Z[SUM] 3.00-4.00 sec 1.17 GBytes 10.1 Gbits/sec
10742026-07-20T10:38:05.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
10752026-07-20T10:38:05.856Z[ 5] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
10762026-07-20T10:38:05.856Z[ 8] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
10772026-07-20T10:38:05.856Z[ 10] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
10782026-07-20T10:38:05.856Z[ 12] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
10792026-07-20T10:38:05.856Z[ 14] 4.00-5.00 sec 150 MBytes 1.26 Gbits/sec
10802026-07-20T10:38:05.856Z[ 16] 4.00-5.00 sec 152 MBytes 1.27 Gbits/sec
10812026-07-20T10:38:05.856Z[ 18] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
10822026-07-20T10:38:05.856Z[ 20] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
10832026-07-20T10:38:05.856Z[SUM] 4.00-5.00 sec 1.19 GBytes 10.2 Gbits/sec
10842026-07-20T10:38:05.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
10852026-07-20T10:38:05.856Z[ 5] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
10862026-07-20T10:38:05.856Z[ 8] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
10872026-07-20T10:38:05.856Z[ 10] 5.00-6.00 sec 152 MBytes 1.28 Gbits/sec
10882026-07-20T10:38:05.856Z[ 12] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
10892026-07-20T10:38:05.856Z[ 14] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
10902026-07-20T10:38:05.857Z[ 16] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
10912026-07-20T10:38:05.857Z[ 18] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
10922026-07-20T10:38:05.857Z[ 20] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
10932026-07-20T10:38:05.857Z[SUM] 5.00-6.00 sec 1.19 GBytes 10.2 Gbits/sec
10942026-07-20T10:38:05.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
10952026-07-20T10:38:05.857Z[ 5] 6.00-7.00 sec 150 MBytes 1.26 Gbits/sec
10962026-07-20T10:38:05.857Z[ 8] 6.00-7.00 sec 150 MBytes 1.26 Gbits/sec
10972026-07-20T10:38:05.857Z[ 10] 6.00-7.00 sec 150 MBytes 1.26 Gbits/sec
10982026-07-20T10:38:08.848Z[ 12] 6.00-7.00 sec 150 MBytes 1.26 Gbits/sec
10992026-07-20T10:38:08.848Z[ 14] 6.00-7.00 sec 150 MBytes 1.26 Gbits/sec
11002026-07-20T10:38:08.848Z[ 16] 6.00-7.00 sec 150 MBytes 1.26 Gbits/sec
11012026-07-20T10:38:08.848Z[ 18] 6.00-7.00 sec 150 MBytes 1.26 Gbits/sec
11022026-07-20T10:38:08.848Z[ 20] 6.00-7.00 sec 151 MBytes 1.26 Gbits/sec
11032026-07-20T10:38:08.848Z[SUM] 6.00-7.00 sec 1.18 GBytes 10.1 Gbits/sec
11042026-07-20T10:38:08.848Z- - - - - - - - - - - - - - - - - - - - - - - - -
11052026-07-20T10:38:08.848Z[ 5] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
11062026-07-20T10:38:08.848Z[ 8] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11072026-07-20T10:38:08.848Z[ 10] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11082026-07-20T10:38:08.849Z[ 12] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
11092026-07-20T10:38:08.849Z[ 14] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
11102026-07-20T10:38:08.849Z[ 16] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
11112026-07-20T10:38:08.849Z[ 18] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
11122026-07-20T10:38:08.849Z[ 20] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
11132026-07-20T10:38:08.849Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.2 Gbits/sec
11142026-07-20T10:38:08.849Z- - - - - - - - - - - - - - - - - - - - - - - - -
11152026-07-20T10:38:08.849Z[ 5] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
11162026-07-20T10:38:08.849Z[ 8] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
11172026-07-20T10:38:08.849Z[ 10] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
11182026-07-20T10:38:08.849Z[ 12] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
11192026-07-20T10:38:08.849Z[ 14] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
11202026-07-20T10:38:08.849Z[ 16] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
11212026-07-20T10:38:08.849Z[ 18] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
11222026-07-20T10:38:08.849Z[ 20] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
11232026-07-20T10:38:08.849Z[SUM] 8.00-9.00 sec 1.18 GBytes 10.1 Gbits/sec
11242026-07-20T10:38:08.849Z- - - - - - - - - - - - - - - - - - - - - - - - -
11252026-07-20T10:38:08.849Z[ 5] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11262026-07-20T10:38:08.849Z[ 8] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11272026-07-20T10:38:08.849Z[ 10] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11282026-07-20T10:38:08.849Z[ 12] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11292026-07-20T10:38:08.849Z[ 14] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11302026-07-20T10:38:08.850Z[ 16] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11312026-07-20T10:38:08.850Z[ 18] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11322026-07-20T10:38:08.850Z[ 20] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
11332026-07-20T10:38:08.850Z[SUM] 9.00-10.00 sec 1.17 GBytes 10.1 Gbits/sec
11342026-07-20T10:38:08.850Z- - - - - - - - - - - - - - - - - - - - - - - - -
11352026-07-20T10:38:08.850Z[ 5] 10.00-10.00 sec 128 KBytes 1.96 Gbits/sec
11362026-07-20T10:38:08.850Z[ 8] 10.00-10.00 sec 128 KBytes 1.96 Gbits/sec
11372026-07-20T10:38:08.850Z[ 10] 10.00-10.00 sec 128 KBytes 1.96 Gbits/sec
11382026-07-20T10:38:08.850Z[ 12] 10.00-10.00 sec 128 KBytes 1.95 Gbits/sec
11392026-07-20T10:38:08.850Z[ 14] 10.00-10.00 sec 128 KBytes 1.95 Gbits/sec
11402026-07-20T10:38:08.850Z[ 16] 10.00-10.00 sec 128 KBytes 1.95 Gbits/sec
11412026-07-20T10:38:08.850Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11422026-07-20T10:38:08.850Z[ 20] 10.00-10.00 sec 128 KBytes 1.96 Gbits/sec
11432026-07-20T10:38:08.850Z[SUM] 10.00-10.00 sec 896 KBytes 13.7 Gbits/sec
11442026-07-20T10:38:08.850Z- - - - - - - - - - - - - - - - - - - - - - - - -
11452026-07-20T10:38:08.850Z[ ID] Interval Transfer Bitrate
11462026-07-20T10:38:08.850Z[ 5] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
11472026-07-20T10:38:08.850Z[ 8] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
11482026-07-20T10:38:08.850Z[ 10] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
11492026-07-20T10:38:08.850Z[ 12] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
11502026-07-20T10:38:08.850Z[ 14] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
11512026-07-20T10:38:08.850Z[ 16] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
11522026-07-20T10:38:08.850Z[ 18] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec receiver
11532026-07-20T10:38:08.851Z[ 20] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
11542026-07-20T10:38:08.851Z[SUM] 0.00-10.00 sec 11.5 GBytes 9.91 Gbits/sec receiver
11552026-07-20T10:38:08.855ZRun 1/5...9914.577375431676Mbps
11562026-07-20T10:38:16.241Z-----------------------------------------------------------
11572026-07-20T10:38:16.241ZServer listening on 5201 (test #2)
11582026-07-20T10:38:16.242Z-----------------------------------------------------------
11592026-07-20T10:38:16.242ZAccepted connection from 10.0.0.1, port 58735
11602026-07-20T10:38:16.242Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51034
11612026-07-20T10:38:16.242Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54607
11622026-07-20T10:38:16.242Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35721
11632026-07-20T10:38:16.242Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54981
11642026-07-20T10:38:16.242Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55578
11652026-07-20T10:38:16.242Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43336
11662026-07-20T10:38:16.242Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43275
11672026-07-20T10:38:16.243Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55579
11682026-07-20T10:38:16.243Z[ ID] Interval Transfer Bitrate
11692026-07-20T10:38:16.243Z[ 5] 0.00-1.00 sec 116 MBytes 972 Mbits/sec
11702026-07-20T10:38:16.243Z[ 8] 0.00-1.00 sec 116 MBytes 971 Mbits/sec
11712026-07-20T10:38:16.243Z[ 10] 0.00-1.00 sec 116 MBytes 973 Mbits/sec
11722026-07-20T10:38:16.243Z[ 12] 0.00-1.00 sec 116 MBytes 972 Mbits/sec
11732026-07-20T10:38:16.243Z[ 14] 0.00-1.00 sec 116 MBytes 972 Mbits/sec
11742026-07-20T10:38:16.243Z[ 16] 0.00-1.00 sec 116 MBytes 972 Mbits/sec
11752026-07-20T10:38:16.243Z[ 18] 0.00-1.00 sec 116 MBytes 971 Mbits/sec
11762026-07-20T10:38:16.243Z[ 20] 0.00-1.00 sec 116 MBytes 972 Mbits/sec
11772026-07-20T10:38:16.243Z[SUM] 0.00-1.00 sec 927 MBytes 7.78 Gbits/sec
11782026-07-20T10:38:16.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
11792026-07-20T10:38:16.243Z[ 5] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
11802026-07-20T10:38:16.243Z[ 8] 1.00-2.00 sec 151 MBytes 1.26 Gbits/sec
11812026-07-20T10:38:16.243Z[ 10] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
11822026-07-20T10:38:16.244Z[ 12] 1.00-2.00 sec 151 MBytes 1.26 Gbits/sec
11832026-07-20T10:38:16.244Z[ 14] 1.00-2.00 sec 151 MBytes 1.26 Gbits/sec
11842026-07-20T10:38:16.244Z[ 16] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
11852026-07-20T10:38:16.244Z[ 18] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
11862026-07-20T10:38:16.244Z[ 20] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
11872026-07-20T10:38:16.244Z[SUM] 1.00-2.00 sec 1.18 GBytes 10.1 Gbits/sec
11882026-07-20T10:38:16.244Z- - - - - - - - - - - - - - - - - - - - - - - - -
11892026-07-20T10:38:16.244Z[ 5] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11902026-07-20T10:38:16.244Z[ 8] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11912026-07-20T10:38:16.244Z[ 10] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11922026-07-20T10:38:16.244Z[ 12] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11932026-07-20T10:38:16.244Z[ 14] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11942026-07-20T10:38:16.244Z[ 16] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11952026-07-20T10:38:16.244Z[ 18] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11962026-07-20T10:38:16.245Z[ 20] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
11972026-07-20T10:38:16.245Z[SUM] 2.00-3.00 sec 1.15 GBytes 9.92 Gbits/sec
11982026-07-20T10:38:16.245Z- - - - - - - - - - - - - - - - - - - - - - - - -
11992026-07-20T10:38:16.245Z[ 5] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
12002026-07-20T10:38:16.245Z[ 8] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
12012026-07-20T10:38:16.245Z[ 10] 3.00-4.00 sec 151 MBytes 1.27 Gbits/sec
12022026-07-20T10:38:16.248Z[ 12] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
12032026-07-20T10:38:16.248Z[ 14] 3.00-4.00 sec 151 MBytes 1.27 Gbits/sec
12042026-07-20T10:38:16.248Z[ 16] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
12052026-07-20T10:38:16.248Z[ 18] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
12062026-07-20T10:38:16.249Z[ 20] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
12072026-07-20T10:38:16.249Z[SUM] 3.00-4.00 sec 1.18 GBytes 10.1 Gbits/sec
12082026-07-20T10:38:16.249Z- - - - - - - - - - - - - - - - - - - - - - - - -
12092026-07-20T10:38:16.249Z[ 5] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
12102026-07-20T10:38:16.249Z[ 8] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
12112026-07-20T10:38:16.249Z[ 10] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
12122026-07-20T10:38:16.249Z[ 12] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
12132026-07-20T10:38:16.249Z[ 14] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
12142026-07-20T10:38:16.249Z[ 16] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
12152026-07-20T10:38:16.249Z[ 18] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
12162026-07-20T10:38:16.249Z[ 20] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
12172026-07-20T10:38:16.249Z[SUM] 4.00-5.00 sec 1.18 GBytes 10.1 Gbits/sec
12182026-07-20T10:38:16.249Z- - - - - - - - - - - - - - - - - - - - - - - - -
12192026-07-20T10:38:16.249Z[ 5] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12202026-07-20T10:38:16.249Z[ 8] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12212026-07-20T10:38:16.249Z[ 10] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12222026-07-20T10:38:16.249Z[ 12] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12232026-07-20T10:38:16.249Z[ 14] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12242026-07-20T10:38:16.249Z[ 16] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12252026-07-20T10:38:16.249Z[ 18] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12262026-07-20T10:38:16.249Z[ 20] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
12272026-07-20T10:38:16.249Z[SUM] 5.00-6.00 sec 1.18 GBytes 10.1 Gbits/sec
12282026-07-20T10:38:16.249Z- - - - - - - - - - - - - - - - - - - - - - - - -
12292026-07-20T10:38:16.249Z[ 5] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12302026-07-20T10:38:16.249Z[ 8] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12312026-07-20T10:38:16.250Z[ 10] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12322026-07-20T10:38:19.242Z[ 12] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12332026-07-20T10:38:19.242Z[ 14] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12342026-07-20T10:38:19.242Z[ 16] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12352026-07-20T10:38:19.242Z[ 18] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12362026-07-20T10:38:19.242Z[ 20] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
12372026-07-20T10:38:19.242Z[SUM] 6.00-7.00 sec 1.18 GBytes 10.1 Gbits/sec
12382026-07-20T10:38:19.245Z- - - - - - - - - - - - - - - - - - - - - - - - -
12392026-07-20T10:38:19.245Z[ 5] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
12402026-07-20T10:38:19.245Z[ 8] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
12412026-07-20T10:38:19.245Z[ 10] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
12422026-07-20T10:38:19.245Z[ 12] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
12432026-07-20T10:38:19.245Z[ 14] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
12442026-07-20T10:38:19.245Z[ 16] 7.00-8.00 sec 151 MBytes 1.26 Gbits/sec
12452026-07-20T10:38:19.245Z[ 18] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
12462026-07-20T10:38:19.245Z[ 20] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
12472026-07-20T10:38:19.245Z[SUM] 7.00-8.00 sec 1.18 GBytes 10.1 Gbits/sec
12482026-07-20T10:38:19.245Z- - - - - - - - - - - - - - - - - - - - - - - - -
12492026-07-20T10:38:19.245Z[ 5] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12502026-07-20T10:38:19.245Z[ 8] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12512026-07-20T10:38:19.245Z[ 10] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12522026-07-20T10:38:19.245Z[ 12] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12532026-07-20T10:38:19.246Z[ 14] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12542026-07-20T10:38:19.246Z[ 16] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12552026-07-20T10:38:19.246Z[ 18] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12562026-07-20T10:38:19.246Z[ 20] 8.00-9.00 sec 149 MBytes 1.25 Gbits/sec
12572026-07-20T10:38:19.246Z[SUM] 8.00-9.00 sec 1.16 GBytes 9.99 Gbits/sec
12582026-07-20T10:38:19.246Z- - - - - - - - - - - - - - - - - - - - - - - - -
12592026-07-20T10:38:19.246Z[ 5] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
12602026-07-20T10:38:19.246Z[ 8] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
12612026-07-20T10:38:19.246Z[ 10] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
12622026-07-20T10:38:19.247Z[ 12] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
12632026-07-20T10:38:19.248Z[ 14] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
12642026-07-20T10:38:19.248Z[ 16] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
12652026-07-20T10:38:19.248Z[ 18] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
12662026-07-20T10:38:19.248Z[ 20] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
12672026-07-20T10:38:19.248Z[SUM] 9.00-10.00 sec 1.18 GBytes 10.1 Gbits/sec
12682026-07-20T10:38:19.248Z- - - - - - - - - - - - - - - - - - - - - - - - -
12692026-07-20T10:38:19.248Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12702026-07-20T10:38:19.248Z[ 8] 10.00-10.00 sec 128 KBytes 2.05 Gbits/sec
12712026-07-20T10:38:19.248Z[ 10] 10.00-10.00 sec 128 KBytes 2.04 Gbits/sec
12722026-07-20T10:38:19.248Z[ 12] 10.00-10.00 sec 128 KBytes 2.05 Gbits/sec
12732026-07-20T10:38:19.248Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12742026-07-20T10:38:19.248Z[ 16] 10.00-10.00 sec 128 KBytes 2.05 Gbits/sec
12752026-07-20T10:38:19.248Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12762026-07-20T10:38:19.248Z[ 20] 10.00-10.00 sec 128 KBytes 2.05 Gbits/sec
12772026-07-20T10:38:19.248Z[SUM] 10.00-10.00 sec 640 KBytes 10.2 Gbits/sec
12782026-07-20T10:38:19.248Z- - - - - - - - - - - - - - - - - - - - - - - - -
12792026-07-20T10:38:19.252Z[ ID] Interval Transfer Bitrate
12802026-07-20T10:38:19.252Z[ 5] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12812026-07-20T10:38:19.252Z[ 8] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12822026-07-20T10:38:19.252Z[ 10] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12832026-07-20T10:38:19.252Z[ 12] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12842026-07-20T10:38:19.252Z[ 14] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12852026-07-20T10:38:19.252Z[ 16] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12862026-07-20T10:38:19.253Z[ 18] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12872026-07-20T10:38:19.253Z[ 20] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
12882026-07-20T10:38:19.253Z[SUM] 0.00-10.00 sec 11.5 GBytes 9.86 Gbits/sec receiver
12892026-07-20T10:38:19.253ZRun 2/5...9855.692153079879Mbps
12902026-07-20T10:38:26.632Z-----------------------------------------------------------
12912026-07-20T10:38:26.632ZServer listening on 5201 (test #3)
12922026-07-20T10:38:26.632Z-----------------------------------------------------------
12932026-07-20T10:38:26.632ZAccepted connection from 10.0.0.1, port 38763
12942026-07-20T10:38:26.632Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56499
12952026-07-20T10:38:26.632Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53252
12962026-07-20T10:38:26.632Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32941
12972026-07-20T10:38:26.632Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62333
12982026-07-20T10:38:26.632Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39108
12992026-07-20T10:38:26.632Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35391
13002026-07-20T10:38:26.632Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43370
13012026-07-20T10:38:26.632Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45889
13022026-07-20T10:38:26.632Z[ ID] Interval Transfer Bitrate
13032026-07-20T10:38:26.632Z[ 5] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
13042026-07-20T10:38:26.632Z[ 8] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
13052026-07-20T10:38:26.632Z[ 10] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
13062026-07-20T10:38:26.632Z[ 12] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
13072026-07-20T10:38:26.632Z[ 14] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
13082026-07-20T10:38:26.632Z[ 16] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
13092026-07-20T10:38:26.632Z[ 18] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
13102026-07-20T10:38:26.632Z[ 20] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
13112026-07-20T10:38:26.632Z[SUM] 0.00-1.00 sec 933 MBytes 7.82 Gbits/sec
13122026-07-20T10:38:26.633Z- - - - - - - - - - - - - - - - - - - - - - - - -
13132026-07-20T10:38:26.633Z[ 5] 1.00-2.00 sec 151 MBytes 1.26 Gbits/sec
13142026-07-20T10:38:26.633Z[ 8] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
13152026-07-20T10:38:26.633Z[ 10] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
13162026-07-20T10:38:26.633Z[ 12] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
13172026-07-20T10:38:26.633Z[ 14] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
13182026-07-20T10:38:26.633Z[ 16] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
13192026-07-20T10:38:26.633Z[ 18] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
13202026-07-20T10:38:26.633Z[ 20] 1.00-2.00 sec 150 MBytes 1.26 Gbits/sec
13212026-07-20T10:38:26.633Z[SUM] 1.00-2.00 sec 1.18 GBytes 10.1 Gbits/sec
13222026-07-20T10:38:26.633Z- - - - - - - - - - - - - - - - - - - - - - - - -
13232026-07-20T10:38:26.633Z[ 5] 2.00-3.00 sec 150 MBytes 1.26 Gbits/sec
13242026-07-20T10:38:26.633Z[ 8] 2.00-3.00 sec 151 MBytes 1.26 Gbits/sec
13252026-07-20T10:38:26.633Z[ 10] 2.00-3.00 sec 150 MBytes 1.26 Gbits/sec
13262026-07-20T10:38:26.633Z[ 12] 2.00-3.00 sec 151 MBytes 1.26 Gbits/sec
13272026-07-20T10:38:26.633Z[ 14] 2.00-3.00 sec 150 MBytes 1.26 Gbits/sec
13282026-07-20T10:38:26.633Z[ 16] 2.00-3.00 sec 151 MBytes 1.26 Gbits/sec
13292026-07-20T10:38:26.633Z[ 18] 2.00-3.00 sec 151 MBytes 1.26 Gbits/sec
13302026-07-20T10:38:26.633Z[ 20] 2.00-3.00 sec 151 MBytes 1.26 Gbits/sec
13312026-07-20T10:38:26.633Z[SUM] 2.00-3.00 sec 1.18 GBytes 10.1 Gbits/sec
13322026-07-20T10:38:26.633Z- - - - - - - - - - - - - - - - - - - - - - - - -
13332026-07-20T10:38:26.633Z[ 5] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13342026-07-20T10:38:26.633Z[ 8] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13352026-07-20T10:38:26.633Z[ 10] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13362026-07-20T10:38:26.634Z[ 12] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13372026-07-20T10:38:26.634Z[ 14] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13382026-07-20T10:38:26.634Z[ 16] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13392026-07-20T10:38:26.634Z[ 18] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13402026-07-20T10:38:26.634Z[ 20] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
13412026-07-20T10:38:26.634Z[SUM] 3.00-4.00 sec 1.18 GBytes 10.1 Gbits/sec
13422026-07-20T10:38:26.634Z- - - - - - - - - - - - - - - - - - - - - - - - -
13432026-07-20T10:38:26.634Z[ 5] 4.00-5.00 sec 149 MBytes 1.25 Gbits/sec
13442026-07-20T10:38:26.634Z[ 8] 4.00-5.00 sec 149 MBytes 1.25 Gbits/sec
13452026-07-20T10:38:26.634Z[ 10] 4.00-5.00 sec 149 MBytes 1.25 Gbits/sec
13462026-07-20T10:38:26.634Z[ 12] 4.00-5.00 sec 150 MBytes 1.25 Gbits/sec
13472026-07-20T10:38:26.634Z[ 14] 4.00-5.00 sec 149 MBytes 1.25 Gbits/sec
13482026-07-20T10:38:26.635Z[ 16] 4.00-5.00 sec 149 MBytes 1.25 Gbits/sec
13492026-07-20T10:38:26.635Z[ 18] 4.00-5.00 sec 150 MBytes 1.25 Gbits/sec
13502026-07-20T10:38:26.635Z[ 20] 4.00-5.00 sec 149 MBytes 1.25 Gbits/sec
13512026-07-20T10:38:26.635Z[SUM] 4.00-5.00 sec 1.17 GBytes 10.0 Gbits/sec
13522026-07-20T10:38:26.635Z- - - - - - - - - - - - - - - - - - - - - - - - -
13532026-07-20T10:38:26.635Z[ 5] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
13542026-07-20T10:38:26.635Z[ 8] 5.00-6.00 sec 150 MBytes 1.25 Gbits/sec
13552026-07-20T10:38:26.635Z[ 10] 5.00-6.00 sec 150 MBytes 1.25 Gbits/sec
13562026-07-20T10:38:26.635Z[ 12] 5.00-6.00 sec 149 MBytes 1.25 Gbits/sec
13572026-07-20T10:38:26.635Z[ 14] 5.00-6.00 sec 150 MBytes 1.25 Gbits/sec
13582026-07-20T10:38:26.635Z[ 16] 5.00-6.00 sec 149 MBytes 1.25 Gbits/sec
13592026-07-20T10:38:26.635Z[ 18] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
13602026-07-20T10:38:26.635Z[ 20] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
13612026-07-20T10:38:26.636Z[SUM] 5.00-6.00 sec 1.17 GBytes 10.0 Gbits/sec
13622026-07-20T10:38:26.636Z- - - - - - - - - - - - - - - - - - - - - - - - -
13632026-07-20T10:38:26.639Z[ 5] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13642026-07-20T10:38:26.639Z[ 8] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13652026-07-20T10:38:26.639Z[ 10] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13662026-07-20T10:38:29.632Z[ 12] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13672026-07-20T10:38:29.632Z[ 14] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13682026-07-20T10:38:29.632Z[ 16] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13692026-07-20T10:38:29.632Z[ 18] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13702026-07-20T10:38:29.632Z[ 20] 6.00-7.00 sec 149 MBytes 1.25 Gbits/sec
13712026-07-20T10:38:29.632Z[SUM] 6.00-7.00 sec 1.16 GBytes 10.0 Gbits/sec
13722026-07-20T10:38:29.632Z- - - - - - - - - - - - - - - - - - - - - - - - -
13732026-07-20T10:38:29.632Z[ 5] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13742026-07-20T10:38:29.632Z[ 8] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13752026-07-20T10:38:29.632Z[ 10] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13762026-07-20T10:38:29.632Z[ 12] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13772026-07-20T10:38:29.632Z[ 14] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13782026-07-20T10:38:29.636Z[ 16] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13792026-07-20T10:38:29.636Z[ 18] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13802026-07-20T10:38:29.636Z[ 20] 7.00-8.00 sec 149 MBytes 1.25 Gbits/sec
13812026-07-20T10:38:29.636Z[SUM] 7.00-8.00 sec 1.17 GBytes 10.0 Gbits/sec
13822026-07-20T10:38:29.636Z- - - - - - - - - - - - - - - - - - - - - - - - -
13832026-07-20T10:38:29.636Z[ 5] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
13842026-07-20T10:38:29.636Z[ 8] 8.00-9.00 sec 150 MBytes 1.25 Gbits/sec
13852026-07-20T10:38:29.636Z[ 10] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
13862026-07-20T10:38:29.636Z[ 12] 8.00-9.00 sec 150 MBytes 1.25 Gbits/sec
13872026-07-20T10:38:29.636Z[ 14] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
13882026-07-20T10:38:29.637Z[ 16] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
13892026-07-20T10:38:29.637Z[ 18] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
13902026-07-20T10:38:29.638Z[ 20] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
13912026-07-20T10:38:29.638Z[SUM] 8.00-9.00 sec 1.17 GBytes 10.0 Gbits/sec
13922026-07-20T10:38:29.638Z- - - - - - - - - - - - - - - - - - - - - - - - -
13932026-07-20T10:38:29.638Z[ 5] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
13942026-07-20T10:38:29.638Z[ 8] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
13952026-07-20T10:38:29.638Z[ 10] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
13962026-07-20T10:38:29.638Z[ 12] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
13972026-07-20T10:38:29.638Z[ 14] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
13982026-07-20T10:38:29.638Z[ 16] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
13992026-07-20T10:38:29.638Z[ 18] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
14002026-07-20T10:38:29.639Z[ 20] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
14012026-07-20T10:38:29.639Z[SUM] 9.00-10.00 sec 1.18 GBytes 10.1 Gbits/sec
14022026-07-20T10:38:29.639Z- - - - - - - - - - - - - - - - - - - - - - - - -
14032026-07-20T10:38:29.639Z[ 5] 10.00-10.00 sec 128 KBytes 1.72 Gbits/sec
14042026-07-20T10:38:29.639Z[ 8] 10.00-10.00 sec 128 KBytes 1.72 Gbits/sec
14052026-07-20T10:38:29.639Z[ 10] 10.00-10.00 sec 128 KBytes 1.72 Gbits/sec
14062026-07-20T10:38:29.639Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14072026-07-20T10:38:29.639Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14082026-07-20T10:38:29.639Z[ 16] 10.00-10.00 sec 128 KBytes 1.73 Gbits/sec
14092026-07-20T10:38:29.639Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14102026-07-20T10:38:29.639Z[ 20] 10.00-10.00 sec 128 KBytes 1.73 Gbits/sec
14112026-07-20T10:38:29.639Z[SUM] 10.00-10.00 sec 640 KBytes 8.62 Gbits/sec
14122026-07-20T10:38:29.639Z- - - - - - - - - - - - - - - - - - - - - - - - -
14132026-07-20T10:38:29.639Z[ ID] Interval Transfer Bitrate
14142026-07-20T10:38:29.639Z[ 5] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14152026-07-20T10:38:29.640Z[ 8] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14162026-07-20T10:38:29.641Z[ 10] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14172026-07-20T10:38:29.641Z[ 12] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14182026-07-20T10:38:29.641Z[ 14] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14192026-07-20T10:38:29.641Z[ 16] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14202026-07-20T10:38:29.641Z[ 18] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14212026-07-20T10:38:29.641Z[ 20] 0.00-10.00 sec 1.43 GBytes 1.23 Gbits/sec receiver
14222026-07-20T10:38:29.641Z[SUM] 0.00-10.00 sec 11.4 GBytes 9.83 Gbits/sec receiver
14232026-07-20T10:38:29.641ZRun 3/5...9834.595525774856Mbps
14242026-07-20T10:38:37.033Z-----------------------------------------------------------
14252026-07-20T10:38:37.034ZServer listening on 5201 (test #4)
14262026-07-20T10:38:37.034Z-----------------------------------------------------------
14272026-07-20T10:38:37.034ZAccepted connection from 10.0.0.1, port 40723
14282026-07-20T10:38:37.034Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32967
14292026-07-20T10:38:37.034Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63419
14302026-07-20T10:38:37.034Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49718
14312026-07-20T10:38:37.034Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36508
14322026-07-20T10:38:37.034Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43560
14332026-07-20T10:38:37.034Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34987
14342026-07-20T10:38:37.034Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45763
14352026-07-20T10:38:37.034Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51403
14362026-07-20T10:38:37.034Z[ ID] Interval Transfer Bitrate
14372026-07-20T10:38:37.034Z[ 5] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
14382026-07-20T10:38:37.034Z[ 8] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
14392026-07-20T10:38:37.034Z[ 10] 0.00-1.00 sec 117 MBytes 981 Mbits/sec
14402026-07-20T10:38:37.034Z[ 12] 0.00-1.00 sec 117 MBytes 979 Mbits/sec
14412026-07-20T10:38:37.035Z[ 14] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
14422026-07-20T10:38:37.035Z[ 16] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
14432026-07-20T10:38:37.035Z[ 18] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
14442026-07-20T10:38:37.035Z[ 20] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
14452026-07-20T10:38:37.035Z[SUM] 0.00-1.00 sec 933 MBytes 7.83 Gbits/sec
14462026-07-20T10:38:37.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
14472026-07-20T10:38:37.035Z[ 5] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
14482026-07-20T10:38:37.035Z[ 8] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
14492026-07-20T10:38:37.035Z[ 10] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
14502026-07-20T10:38:37.035Z[ 12] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
14512026-07-20T10:38:37.035Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
14522026-07-20T10:38:37.035Z[ 16] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
14532026-07-20T10:38:37.035Z[ 18] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
14542026-07-20T10:38:37.035Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
14552026-07-20T10:38:37.035Z[SUM] 1.00-2.00 sec 1.19 GBytes 10.2 Gbits/sec
14562026-07-20T10:38:37.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
14572026-07-20T10:38:37.036Z[ 5] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
14582026-07-20T10:38:37.036Z[ 8] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
14592026-07-20T10:38:37.036Z[ 10] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
14602026-07-20T10:38:37.036Z[ 12] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
14612026-07-20T10:38:37.036Z[ 14] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
14622026-07-20T10:38:37.036Z[ 16] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
14632026-07-20T10:38:37.036Z[ 18] 2.00-3.00 sec 151 MBytes 1.26 Gbits/sec
14642026-07-20T10:38:37.036Z[ 20] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
14652026-07-20T10:38:37.036Z[SUM] 2.00-3.00 sec 1.18 GBytes 10.1 Gbits/sec
14662026-07-20T10:38:37.036Z- - - - - - - - - - - - - - - - - - - - - - - - -
14672026-07-20T10:38:37.036Z[ 5] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14682026-07-20T10:38:37.036Z[ 8] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14692026-07-20T10:38:37.036Z[ 10] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14702026-07-20T10:38:37.036Z[ 12] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14712026-07-20T10:38:37.036Z[ 14] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14722026-07-20T10:38:37.036Z[ 16] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14732026-07-20T10:38:37.037Z[ 18] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14742026-07-20T10:38:37.037Z[ 20] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
14752026-07-20T10:38:37.037Z[SUM] 3.00-4.00 sec 1.19 GBytes 10.2 Gbits/sec
14762026-07-20T10:38:37.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
14772026-07-20T10:38:37.037Z[ 5] 4.00-5.00 sec 152 MBytes 1.27 Gbits/sec
14782026-07-20T10:38:37.037Z[ 8] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
14792026-07-20T10:38:37.037Z[ 10] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
14802026-07-20T10:38:37.037Z[ 12] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
14812026-07-20T10:38:37.037Z[ 14] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
14822026-07-20T10:38:37.037Z[ 16] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
14832026-07-20T10:38:37.037Z[ 18] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
14842026-07-20T10:38:37.037Z[ 20] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
14852026-07-20T10:38:37.037Z[SUM] 4.00-5.00 sec 1.18 GBytes 10.1 Gbits/sec
14862026-07-20T10:38:37.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
14872026-07-20T10:38:37.037Z[ 5] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
14882026-07-20T10:38:37.037Z[ 8] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
14892026-07-20T10:38:37.037Z[ 10] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
14902026-07-20T10:38:37.037Z[ 12] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
14912026-07-20T10:38:37.037Z[ 14] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
14922026-07-20T10:38:37.037Z[ 16] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
14932026-07-20T10:38:37.037Z[ 18] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
14942026-07-20T10:38:37.037Z[ 20] 5.00-6.00 sec 151 MBytes 1.27 Gbits/sec
14952026-07-20T10:38:37.037Z[SUM] 5.00-6.00 sec 1.18 GBytes 10.2 Gbits/sec
14962026-07-20T10:38:37.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
14972026-07-20T10:38:37.038Z[ 5] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
14982026-07-20T10:38:37.038Z[ 8] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
14992026-07-20T10:38:37.038Z[ 10] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
15002026-07-20T10:38:40.033Z[ 12] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
15012026-07-20T10:38:40.033Z[ 14] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
15022026-07-20T10:38:40.033Z[ 16] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
15032026-07-20T10:38:40.033Z[ 18] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
15042026-07-20T10:38:40.033Z[ 20] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
15052026-07-20T10:38:40.033Z[SUM] 6.00-7.00 sec 1.18 GBytes 10.2 Gbits/sec
15062026-07-20T10:38:40.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
15072026-07-20T10:38:40.033Z[ 5] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
15082026-07-20T10:38:40.034Z[ 8] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15092026-07-20T10:38:40.034Z[ 10] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
15102026-07-20T10:38:40.034Z[ 12] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
15112026-07-20T10:38:40.034Z[ 14] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
15122026-07-20T10:38:40.034Z[ 16] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15132026-07-20T10:38:40.034Z[ 18] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
15142026-07-20T10:38:40.034Z[ 20] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
15152026-07-20T10:38:40.035Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.2 Gbits/sec
15162026-07-20T10:38:40.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
15172026-07-20T10:38:40.035Z[ 5] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
15182026-07-20T10:38:40.035Z[ 8] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
15192026-07-20T10:38:40.035Z[ 10] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
15202026-07-20T10:38:40.035Z[ 12] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
15212026-07-20T10:38:40.035Z[ 14] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
15222026-07-20T10:38:40.035Z[ 16] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
15232026-07-20T10:38:40.035Z[ 18] 8.00-9.00 sec 151 MBytes 1.26 Gbits/sec
15242026-07-20T10:38:40.035Z[ 20] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
15252026-07-20T10:38:40.035Z[SUM] 8.00-9.00 sec 1.18 GBytes 10.1 Gbits/sec
15262026-07-20T10:38:40.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
15272026-07-20T10:38:40.035Z[ 5] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
15282026-07-20T10:38:40.035Z[ 8] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
15292026-07-20T10:38:40.035Z[ 10] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
15302026-07-20T10:38:40.035Z[ 12] 9.00-10.00 sec 150 MBytes 1.26 Gbits/sec
15312026-07-20T10:38:40.035Z[ 14] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
15322026-07-20T10:38:40.036Z[ 16] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
15332026-07-20T10:38:40.037Z[ 18] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
15342026-07-20T10:38:40.037Z[ 20] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
15352026-07-20T10:38:40.037Z[SUM] 9.00-10.00 sec 1.18 GBytes 10.1 Gbits/sec
15362026-07-20T10:38:40.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
15372026-07-20T10:38:40.037Z[ 5] 10.00-10.00 sec 128 KBytes 1.86 Gbits/sec
15382026-07-20T10:38:40.037Z[ 8] 10.00-10.00 sec 128 KBytes 1.86 Gbits/sec
15392026-07-20T10:38:40.037Z[ 10] 10.00-10.00 sec 128 KBytes 1.86 Gbits/sec
15402026-07-20T10:38:40.037Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15412026-07-20T10:38:40.037Z[ 14] 10.00-10.00 sec 128 KBytes 1.86 Gbits/sec
15422026-07-20T10:38:40.041Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15432026-07-20T10:38:40.041Z[ 18] 10.00-10.00 sec 128 KBytes 1.86 Gbits/sec
15442026-07-20T10:38:40.041Z[ 20] 10.00-10.00 sec 128 KBytes 1.87 Gbits/sec
15452026-07-20T10:38:40.041Z[SUM] 10.00-10.00 sec 768 KBytes 11.2 Gbits/sec
15462026-07-20T10:38:40.041Z- - - - - - - - - - - - - - - - - - - - - - - - -
15472026-07-20T10:38:40.041Z[ ID] Interval Transfer Bitrate
15482026-07-20T10:38:40.041Z[ 5] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15492026-07-20T10:38:40.041Z[ 8] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15502026-07-20T10:38:40.041Z[ 10] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15512026-07-20T10:38:40.041Z[ 12] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15522026-07-20T10:38:40.041Z[ 14] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15532026-07-20T10:38:40.041Z[ 16] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15542026-07-20T10:38:40.041Z[ 18] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15552026-07-20T10:38:40.041Z[ 20] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
15562026-07-20T10:38:40.041Z[SUM] 0.00-10.00 sec 11.6 GBytes 9.93 Gbits/sec receiver
15572026-07-20T10:38:40.041ZRun 4/5...9925.51506299573Mbps
15582026-07-20T10:38:47.422Z-----------------------------------------------------------
15592026-07-20T10:38:47.422ZServer listening on 5201 (test #5)
15602026-07-20T10:38:47.422Z-----------------------------------------------------------
15612026-07-20T10:38:47.422ZAccepted connection from 10.0.0.1, port 34251
15622026-07-20T10:38:47.422Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56705
15632026-07-20T10:38:47.422Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46490
15642026-07-20T10:38:47.422Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46701
15652026-07-20T10:38:47.422Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50571
15662026-07-20T10:38:47.422Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34891
15672026-07-20T10:38:47.422Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49637
15682026-07-20T10:38:47.422Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39730
15692026-07-20T10:38:47.423Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61470
15702026-07-20T10:38:47.423Z[ ID] Interval Transfer Bitrate
15712026-07-20T10:38:47.423Z[ 5] 0.00-1.00 sec 116 MBytes 976 Mbits/sec
15722026-07-20T10:38:47.423Z[ 8] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
15732026-07-20T10:38:47.423Z[ 10] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
15742026-07-20T10:38:47.423Z[ 12] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
15752026-07-20T10:38:47.423Z[ 14] 0.00-1.00 sec 116 MBytes 976 Mbits/sec
15762026-07-20T10:38:47.423Z[ 16] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
15772026-07-20T10:38:47.423Z[ 18] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
15782026-07-20T10:38:47.423Z[ 20] 0.00-1.00 sec 116 MBytes 976 Mbits/sec
15792026-07-20T10:38:47.423Z[SUM] 0.00-1.00 sec 932 MBytes 7.82 Gbits/sec
15802026-07-20T10:38:47.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
15812026-07-20T10:38:47.423Z[ 5] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
15822026-07-20T10:38:47.423Z[ 8] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
15832026-07-20T10:38:47.423Z[ 10] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
15842026-07-20T10:38:47.423Z[ 12] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
15852026-07-20T10:38:47.423Z[ 14] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
15862026-07-20T10:38:47.423Z[ 16] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
15872026-07-20T10:38:47.423Z[ 18] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
15882026-07-20T10:38:47.423Z[ 20] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
15892026-07-20T10:38:47.423Z[SUM] 1.00-2.00 sec 1.19 GBytes 10.2 Gbits/sec
15902026-07-20T10:38:47.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
15912026-07-20T10:38:47.424Z[ 5] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15922026-07-20T10:38:47.424Z[ 8] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15932026-07-20T10:38:47.424Z[ 10] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15942026-07-20T10:38:47.424Z[ 12] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15952026-07-20T10:38:47.424Z[ 14] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15962026-07-20T10:38:47.424Z[ 16] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15972026-07-20T10:38:47.424Z[ 18] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
15982026-07-20T10:38:47.424Z[ 20] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
15992026-07-20T10:38:47.424Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.2 Gbits/sec
16002026-07-20T10:38:47.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
16012026-07-20T10:38:47.424Z[ 5] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16022026-07-20T10:38:47.424Z[ 8] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16032026-07-20T10:38:47.424Z[ 10] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16042026-07-20T10:38:47.424Z[ 12] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16052026-07-20T10:38:47.424Z[ 14] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16062026-07-20T10:38:47.428Z[ 16] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16072026-07-20T10:38:47.428Z[ 18] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16082026-07-20T10:38:47.428Z[ 20] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
16092026-07-20T10:38:47.428Z[SUM] 3.00-4.00 sec 1.17 GBytes 10.1 Gbits/sec
16102026-07-20T10:38:47.428Z- - - - - - - - - - - - - - - - - - - - - - - - -
16112026-07-20T10:38:47.428Z[ 5] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16122026-07-20T10:38:47.428Z[ 8] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16132026-07-20T10:38:47.428Z[ 10] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16142026-07-20T10:38:47.428Z[ 12] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16152026-07-20T10:38:47.428Z[ 14] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16162026-07-20T10:38:47.428Z[ 16] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16172026-07-20T10:38:47.428Z[ 18] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16182026-07-20T10:38:47.428Z[ 20] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
16192026-07-20T10:38:47.428Z[SUM] 4.00-5.00 sec 1.18 GBytes 10.1 Gbits/sec
16202026-07-20T10:38:47.428Z- - - - - - - - - - - - - - - - - - - - - - - - -
16212026-07-20T10:38:47.428Z[ 5] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16222026-07-20T10:38:47.428Z[ 8] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16232026-07-20T10:38:47.428Z[ 10] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16242026-07-20T10:38:47.428Z[ 12] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16252026-07-20T10:38:47.428Z[ 14] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16262026-07-20T10:38:47.428Z[ 16] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16272026-07-20T10:38:47.428Z[ 18] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16282026-07-20T10:38:47.428Z[ 20] 5.00-6.00 sec 150 MBytes 1.26 Gbits/sec
16292026-07-20T10:38:47.428Z[SUM] 5.00-6.00 sec 1.17 GBytes 10.1 Gbits/sec
16302026-07-20T10:38:47.429Z- - - - - - - - - - - - - - - - - - - - - - - - -
16312026-07-20T10:38:47.429Z[ 5] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
16322026-07-20T10:38:47.429Z[ 8] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
16332026-07-20T10:38:47.429Z[ 10] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
16342026-07-20T10:38:50.423Z[ 12] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
16352026-07-20T10:38:50.423Z[ 14] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
16362026-07-20T10:38:50.423Z[ 16] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
16372026-07-20T10:38:50.423Z[ 18] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
16382026-07-20T10:38:50.423Z[ 20] 6.00-7.00 sec 151 MBytes 1.26 Gbits/sec
16392026-07-20T10:38:50.423Z[SUM] 6.00-7.00 sec 1.18 GBytes 10.1 Gbits/sec
16402026-07-20T10:38:50.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
16412026-07-20T10:38:50.423Z[ 5] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16422026-07-20T10:38:50.423Z[ 8] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16432026-07-20T10:38:50.423Z[ 10] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16442026-07-20T10:38:50.423Z[ 12] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16452026-07-20T10:38:50.423Z[ 14] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16462026-07-20T10:38:50.423Z[ 16] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16472026-07-20T10:38:50.424Z[ 18] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16482026-07-20T10:38:50.424Z[ 20] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
16492026-07-20T10:38:50.424Z[SUM] 7.00-8.00 sec 1.18 GBytes 10.2 Gbits/sec
16502026-07-20T10:38:50.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
16512026-07-20T10:38:50.424Z[ 5] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
16522026-07-20T10:38:50.424Z[ 8] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
16532026-07-20T10:38:50.424Z[ 10] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
16542026-07-20T10:38:50.424Z[ 12] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
16552026-07-20T10:38:50.424Z[ 14] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
16562026-07-20T10:38:50.424Z[ 16] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
16572026-07-20T10:38:50.424Z[ 18] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
16582026-07-20T10:38:50.424Z[ 20] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
16592026-07-20T10:38:50.424Z[SUM] 8.00-9.00 sec 1.19 GBytes 10.2 Gbits/sec
16602026-07-20T10:38:50.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
16612026-07-20T10:38:50.425Z[ 5] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16622026-07-20T10:38:50.425Z[ 8] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16632026-07-20T10:38:50.425Z[ 10] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16642026-07-20T10:38:50.425Z[ 12] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16652026-07-20T10:38:50.425Z[ 14] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16662026-07-20T10:38:50.425Z[ 16] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16672026-07-20T10:38:50.425Z[ 18] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16682026-07-20T10:38:50.425Z[ 20] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
16692026-07-20T10:38:50.425Z[SUM] 9.00-10.00 sec 1.19 GBytes 10.2 Gbits/sec
16702026-07-20T10:38:50.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
16712026-07-20T10:38:50.426Z[ 5] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16722026-07-20T10:38:50.426Z[ 8] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16732026-07-20T10:38:50.426Z[ 10] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16742026-07-20T10:38:50.426Z[ 12] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16752026-07-20T10:38:50.426Z[ 14] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16762026-07-20T10:38:50.426Z[ 16] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16772026-07-20T10:38:50.426Z[ 18] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16782026-07-20T10:38:50.426Z[ 20] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
16792026-07-20T10:38:50.426Z[SUM] 10.00-10.00 sec 1.00 MBytes 16.6 Gbits/sec
16802026-07-20T10:38:50.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
16812026-07-20T10:38:50.426Z[ ID] Interval Transfer Bitrate
16822026-07-20T10:38:50.426Z[ 5] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16832026-07-20T10:38:50.426Z[ 8] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16842026-07-20T10:38:50.428Z[ 10] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16852026-07-20T10:38:50.428Z[ 12] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16862026-07-20T10:38:50.428Z[ 14] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16872026-07-20T10:38:50.428Z[ 16] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16882026-07-20T10:38:50.428Z[ 18] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16892026-07-20T10:38:50.428Z[ 20] 0.00-10.00 sec 1.44 GBytes 1.24 Gbits/sec receiver
16902026-07-20T10:38:50.428Z[SUM] 0.00-10.00 sec 11.6 GBytes 9.92 Gbits/sec receiver
16912026-07-20T10:38:50.432ZRun 5/5...9924.894862329156Mbps
16922026-07-20T10:38:50.432Z###---------------------###
16932026-07-20T10:38:50.432Z::: iPerf done... :::
16942026-07-20T10:38:50.432Z:::Awaiting out files...:::
16952026-07-20T10:38:50.432Z###---------------------###
16962026-07-20T10:38:50.432Z###-----###
16972026-07-20T10:38:50.432Z:::done!:::
16982026-07-20T10:38:50.432Z###-----###
16992026-07-20T10:38:50.432Z###-------------------###
17002026-07-20T10:38:50.432Z:::Running experiment :::
17012026-07-20T10:38:50.432Z:::iperf-tcp/local/s2c:::
17022026-07-20T10:38:50.432Z###-------------------###
17032026-07-20T10:38:57.819Z-----------------------------------------------------------
17042026-07-20T10:38:57.819ZServer listening on 5201 (test #6)
17052026-07-20T10:38:57.819Z-----------------------------------------------------------
17062026-07-20T10:38:57.819ZAccepted connection from 10.0.0.1, port 43644
17072026-07-20T10:38:57.819Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37809
17082026-07-20T10:38:57.819Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33411
17092026-07-20T10:38:57.820Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63184
17102026-07-20T10:38:57.820Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63078
17112026-07-20T10:38:57.820Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41925
17122026-07-20T10:38:57.820Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45168
17132026-07-20T10:38:57.820Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63353
17142026-07-20T10:38:57.820Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39569
17152026-07-20T10:38:57.820Z[ ID] Interval Transfer Bitrate
17162026-07-20T10:38:57.820Z[ 5] 0.00-1.00 sec 143 MBytes 1.20 Gbits/sec
17172026-07-20T10:38:57.820Z[ 8] 0.00-1.00 sec 142 MBytes 1.19 Gbits/sec
17182026-07-20T10:38:57.820Z[ 10] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
17192026-07-20T10:38:57.820Z[ 12] 0.00-1.00 sec 128 MBytes 1.08 Gbits/sec
17202026-07-20T10:38:57.820Z[ 14] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
17212026-07-20T10:38:57.820Z[ 16] 0.00-1.00 sec 128 MBytes 1.08 Gbits/sec
17222026-07-20T10:38:57.820Z[ 18] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
17232026-07-20T10:38:57.820Z[ 20] 0.00-1.00 sec 141 MBytes 1.18 Gbits/sec
17242026-07-20T10:38:57.820Z[SUM] 0.00-1.00 sec 1.01 GBytes 8.71 Gbits/sec
17252026-07-20T10:38:57.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
17262026-07-20T10:38:57.820Z[ 5] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec
17272026-07-20T10:38:57.820Z[ 8] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec
17282026-07-20T10:38:57.820Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
17292026-07-20T10:38:57.820Z[ 12] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec
17302026-07-20T10:38:57.820Z[ 14] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
17312026-07-20T10:38:57.820Z[ 16] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec
17322026-07-20T10:38:57.820Z[ 18] 1.00-2.00 sec 153 MBytes 1.29 Gbits/sec
17332026-07-20T10:38:57.820Z[ 20] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
17342026-07-20T10:38:57.820Z[SUM] 1.00-2.00 sec 1.25 GBytes 10.7 Gbits/sec
17352026-07-20T10:38:57.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
17362026-07-20T10:38:57.820Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
17372026-07-20T10:38:57.820Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
17382026-07-20T10:38:57.820Z[ 10] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
17392026-07-20T10:38:57.820Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17402026-07-20T10:38:57.820Z[ 14] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
17412026-07-20T10:38:57.820Z[ 16] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17422026-07-20T10:38:57.820Z[ 18] 2.00-3.00 sec 152 MBytes 1.27 Gbits/sec
17432026-07-20T10:38:57.820Z[ 20] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
17442026-07-20T10:38:57.820Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
17452026-07-20T10:38:57.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
17462026-07-20T10:38:57.821Z[ 5] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
17472026-07-20T10:38:57.821Z[ 8] 3.00-4.00 sec 165 MBytes 1.38 Gbits/sec
17482026-07-20T10:38:57.821Z[ 10] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
17492026-07-20T10:38:57.821Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
17502026-07-20T10:38:57.821Z[ 14] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
17512026-07-20T10:38:57.821Z[ 16] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
17522026-07-20T10:38:57.821Z[ 18] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
17532026-07-20T10:38:57.821Z[ 20] 3.00-4.00 sec 165 MBytes 1.38 Gbits/sec
17542026-07-20T10:38:57.821Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.6 Gbits/sec
17552026-07-20T10:38:57.821Z- - - - - - - - - - - - - - - - - - - - - - - - -
17562026-07-20T10:38:57.822Z[ 5] 4.00-5.00 sec 163 MBytes 1.37 Gbits/sec
17572026-07-20T10:38:57.822Z[ 8] 4.00-5.00 sec 162 MBytes 1.36 Gbits/sec
17582026-07-20T10:38:57.822Z[ 10] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
17592026-07-20T10:38:57.822Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
17602026-07-20T10:38:57.822Z[ 14] 4.00-5.00 sec 151 MBytes 1.26 Gbits/sec
17612026-07-20T10:38:57.822Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
17622026-07-20T10:38:57.822Z[ 18] 4.00-5.00 sec 151 MBytes 1.27 Gbits/sec
17632026-07-20T10:38:57.822Z[ 20] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
17642026-07-20T10:38:57.822Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
17652026-07-20T10:38:57.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
17662026-07-20T10:38:57.822Z[ 5] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
17672026-07-20T10:38:57.825Z[ 8] 5.00-6.00 sec 172 MBytes 1.45 Gbits/sec
17682026-07-20T10:38:57.825Z[ 10] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17692026-07-20T10:38:57.825Z[ 12] 5.00-6.00 sec 159 MBytes 1.34 Gbits/sec
17702026-07-20T10:38:57.825Z[ 14] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17712026-07-20T10:38:57.826Z[ 16] 5.00-6.00 sec 159 MBytes 1.34 Gbits/sec
17722026-07-20T10:38:57.826Z[ 18] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
17732026-07-20T10:38:57.826Z[ 20] 5.00-6.00 sec 170 MBytes 1.43 Gbits/sec
17742026-07-20T10:38:57.826Z[SUM] 5.00-6.00 sec 1.25 GBytes 10.7 Gbits/sec
17752026-07-20T10:38:57.826Z- - - - - - - - - - - - - - - - - - - - - - - - -
17762026-07-20T10:38:57.826Z[ 5] 6.00-7.00 sec 161 MBytes 1.35 Gbits/sec
17772026-07-20T10:38:57.826Z[ 8] 6.00-7.00 sec 172 MBytes 1.44 Gbits/sec
17782026-07-20T10:38:57.826Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
17792026-07-20T10:39:00.818Z[ 12] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17802026-07-20T10:39:00.819Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
17812026-07-20T10:39:00.819Z[ 16] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17822026-07-20T10:39:00.819Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
17832026-07-20T10:39:00.823Z[ 20] 6.00-7.00 sec 166 MBytes 1.39 Gbits/sec
17842026-07-20T10:39:00.823Z[SUM] 6.00-7.00 sec 1.25 GBytes 10.8 Gbits/sec
17852026-07-20T10:39:00.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
17862026-07-20T10:39:00.823Z[ 5] 7.00-8.00 sec 164 MBytes 1.38 Gbits/sec
17872026-07-20T10:39:00.823Z[ 8] 7.00-8.00 sec 159 MBytes 1.33 Gbits/sec
17882026-07-20T10:39:00.823Z[ 10] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
17892026-07-20T10:39:00.823Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17902026-07-20T10:39:00.823Z[ 14] 7.00-8.00 sec 151 MBytes 1.27 Gbits/sec
17912026-07-20T10:39:00.823Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17922026-07-20T10:39:00.823Z[ 18] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
17932026-07-20T10:39:00.823Z[ 20] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
17942026-07-20T10:39:00.823Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
17952026-07-20T10:39:00.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
17962026-07-20T10:39:00.823Z[ 5] 8.00-9.00 sec 164 MBytes 1.38 Gbits/sec
17972026-07-20T10:39:00.823Z[ 8] 8.00-9.00 sec 164 MBytes 1.38 Gbits/sec
17982026-07-20T10:39:00.823Z[ 10] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
17992026-07-20T10:39:00.823Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
18002026-07-20T10:39:00.823Z[ 14] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
18012026-07-20T10:39:00.823Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
18022026-07-20T10:39:00.823Z[ 18] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
18032026-07-20T10:39:00.823Z[ 20] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
18042026-07-20T10:39:00.823Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
18052026-07-20T10:39:00.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
18062026-07-20T10:39:00.823Z[ 5] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec
18072026-07-20T10:39:00.823Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
18082026-07-20T10:39:00.823Z[ 10] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18092026-07-20T10:39:00.823Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
18102026-07-20T10:39:00.823Z[ 14] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18112026-07-20T10:39:00.823Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
18122026-07-20T10:39:00.823Z[ 18] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
18132026-07-20T10:39:00.823Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
18142026-07-20T10:39:00.823Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
18152026-07-20T10:39:00.824Z- - - - - - - - - - - - - - - - - - - - - - - - -
18162026-07-20T10:39:00.824Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18172026-07-20T10:39:00.824Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18182026-07-20T10:39:00.824Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18192026-07-20T10:39:00.824Z[ 12] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18202026-07-20T10:39:00.824Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18212026-07-20T10:39:00.824Z[ 16] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18222026-07-20T10:39:00.824Z[ 18] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18232026-07-20T10:39:00.824Z[ 20] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18242026-07-20T10:39:00.824Z[SUM] 10.00-10.00 sec 512 KBytes 9.14 Gbits/sec
18252026-07-20T10:39:00.824Z- - - - - - - - - - - - - - - - - - - - - - - - -
18262026-07-20T10:39:00.824Z[ ID] Interval Transfer Bitrate
18272026-07-20T10:39:00.824Z[ 5] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
18282026-07-20T10:39:00.824Z[ 8] 0.00-10.00 sec 1.58 GBytes 1.35 Gbits/sec sender
18292026-07-20T10:39:00.824Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18302026-07-20T10:39:00.824Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
18312026-07-20T10:39:00.824Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18322026-07-20T10:39:00.824Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
18332026-07-20T10:39:00.824Z[ 18] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
18342026-07-20T10:39:00.824Z[ 20] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
18352026-07-20T10:39:00.824Z[SUM] 0.00-10.00 sec 12.1 GBytes 10.4 Gbits/sec sender
18362026-07-20T10:39:00.824ZRun 1/5...10359.22806554408Mbps
18372026-07-20T10:39:08.213Z-----------------------------------------------------------
18382026-07-20T10:39:08.213ZServer listening on 5201 (test #7)
18392026-07-20T10:39:08.213Z-----------------------------------------------------------
18402026-07-20T10:39:08.213ZAccepted connection from 10.0.0.1, port 35059
18412026-07-20T10:39:08.213Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61703
18422026-07-20T10:39:08.213Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47746
18432026-07-20T10:39:08.213Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59784
18442026-07-20T10:39:08.213Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62203
18452026-07-20T10:39:08.213Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50280
18462026-07-20T10:39:08.213Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54036
18472026-07-20T10:39:08.213Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43690
18482026-07-20T10:39:08.214Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33730
18492026-07-20T10:39:08.214Z[ ID] Interval Transfer Bitrate
18502026-07-20T10:39:08.214Z[ 5] 0.00-1.00 sec 126 MBytes 1.05 Gbits/sec
18512026-07-20T10:39:08.214Z[ 8] 0.00-1.00 sec 116 MBytes 975 Mbits/sec
18522026-07-20T10:39:08.214Z[ 10] 0.00-1.00 sec 113 MBytes 948 Mbits/sec
18532026-07-20T10:39:08.214Z[ 12] 0.00-1.00 sec 113 MBytes 948 Mbits/sec
18542026-07-20T10:39:08.214Z[ 14] 0.00-1.00 sec 125 MBytes 1.05 Gbits/sec
18552026-07-20T10:39:08.214Z[ 16] 0.00-1.00 sec 126 MBytes 1.05 Gbits/sec
18562026-07-20T10:39:08.214Z[ 18] 0.00-1.00 sec 116 MBytes 977 Mbits/sec
18572026-07-20T10:39:08.215Z[ 20] 0.00-1.00 sec 113 MBytes 947 Mbits/sec
18582026-07-20T10:39:08.215Z[SUM] 0.00-1.00 sec 948 MBytes 7.95 Gbits/sec
18592026-07-20T10:39:08.215Z- - - - - - - - - - - - - - - - - - - - - - - - -
18602026-07-20T10:39:08.215Z[ 5] 1.00-2.00 sec 164 MBytes 1.37 Gbits/sec
18612026-07-20T10:39:08.215Z[ 8] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
18622026-07-20T10:39:08.215Z[ 10] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
18632026-07-20T10:39:08.215Z[ 12] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
18642026-07-20T10:39:08.215Z[ 14] 1.00-2.00 sec 168 MBytes 1.41 Gbits/sec
18652026-07-20T10:39:08.215Z[ 16] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec
18662026-07-20T10:39:08.215Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
18672026-07-20T10:39:08.215Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
18682026-07-20T10:39:08.215Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.6 Gbits/sec
18692026-07-20T10:39:08.215Z- - - - - - - - - - - - - - - - - - - - - - - - -
18702026-07-20T10:39:08.215Z[ 5] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
18712026-07-20T10:39:08.215Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18722026-07-20T10:39:08.216Z[ 10] 2.00-3.00 sec 150 MBytes 1.26 Gbits/sec
18732026-07-20T10:39:08.216Z[ 12] 2.00-3.00 sec 150 MBytes 1.26 Gbits/sec
18742026-07-20T10:39:08.216Z[ 14] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec
18752026-07-20T10:39:08.216Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
18762026-07-20T10:39:08.216Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18772026-07-20T10:39:08.216Z[ 20] 2.00-3.00 sec 150 MBytes 1.26 Gbits/sec
18782026-07-20T10:39:08.216Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
18792026-07-20T10:39:08.216Z- - - - - - - - - - - - - - - - - - - - - - - - -
18802026-07-20T10:39:08.216Z[ 5] 3.00-4.00 sec 164 MBytes 1.37 Gbits/sec
18812026-07-20T10:39:08.217Z[ 8] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18822026-07-20T10:39:08.217Z[ 10] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
18832026-07-20T10:39:08.217Z[ 12] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
18842026-07-20T10:39:08.217Z[ 14] 3.00-4.00 sec 165 MBytes 1.38 Gbits/sec
18852026-07-20T10:39:08.217Z[ 16] 3.00-4.00 sec 162 MBytes 1.35 Gbits/sec
18862026-07-20T10:39:08.217Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18872026-07-20T10:39:08.217Z[ 20] 3.00-4.00 sec 151 MBytes 1.26 Gbits/sec
18882026-07-20T10:39:08.217Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
18892026-07-20T10:39:08.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
18902026-07-20T10:39:08.217Z[ 5] 4.00-5.00 sec 169 MBytes 1.41 Gbits/sec
18912026-07-20T10:39:08.217Z[ 8] 4.00-5.00 sec 161 MBytes 1.35 Gbits/sec
18922026-07-20T10:39:08.217Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18932026-07-20T10:39:08.218Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18942026-07-20T10:39:08.218Z[ 14] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
18952026-07-20T10:39:08.218Z[ 16] 4.00-5.00 sec 166 MBytes 1.39 Gbits/sec
18962026-07-20T10:39:08.218Z[ 18] 4.00-5.00 sec 161 MBytes 1.35 Gbits/sec
18972026-07-20T10:39:08.218Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18982026-07-20T10:39:08.218Z[SUM] 4.00-5.00 sec 1.26 GBytes 10.8 Gbits/sec
18992026-07-20T10:39:08.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
19002026-07-20T10:39:08.218Z[ 5] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
19012026-07-20T10:39:08.218Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19022026-07-20T10:39:08.218Z[ 10] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
19032026-07-20T10:39:08.218Z[ 12] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
19042026-07-20T10:39:08.218Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
19052026-07-20T10:39:08.218Z[ 16] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19062026-07-20T10:39:08.218Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19072026-07-20T10:39:08.218Z[ 20] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
19082026-07-20T10:39:08.218Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
19092026-07-20T10:39:08.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
19102026-07-20T10:39:08.218Z[ 5] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19112026-07-20T10:39:08.218Z[ 8] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19122026-07-20T10:39:08.218Z[ 10] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19132026-07-20T10:39:11.214Z[ 12] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19142026-07-20T10:39:11.214Z[ 14] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19152026-07-20T10:39:11.214Z[ 16] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19162026-07-20T10:39:11.214Z[ 18] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
19172026-07-20T10:39:11.214Z[ 20] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
19182026-07-20T10:39:11.214Z[SUM] 6.00-7.00 sec 1.19 GBytes 10.2 Gbits/sec
19192026-07-20T10:39:11.214Z- - - - - - - - - - - - - - - - - - - - - - - - -
19202026-07-20T10:39:11.214Z[ 5] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
19212026-07-20T10:39:11.215Z[ 8] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
19222026-07-20T10:39:11.215Z[ 10] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
19232026-07-20T10:39:11.215Z[ 12] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
19242026-07-20T10:39:11.215Z[ 14] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
19252026-07-20T10:39:11.215Z[ 16] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
19262026-07-20T10:39:11.215Z[ 18] 7.00-8.00 sec 153 MBytes 1.28 Gbits/sec
19272026-07-20T10:39:11.215Z[ 20] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
19282026-07-20T10:39:11.215Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.3 Gbits/sec
19292026-07-20T10:39:11.215Z- - - - - - - - - - - - - - - - - - - - - - - - -
19302026-07-20T10:39:11.215Z[ 5] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
19312026-07-20T10:39:11.215Z[ 8] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
19322026-07-20T10:39:11.216Z[ 10] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
19332026-07-20T10:39:11.216Z[ 12] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
19342026-07-20T10:39:11.216Z[ 14] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
19352026-07-20T10:39:11.216Z[ 16] 8.00-9.00 sec 153 MBytes 1.29 Gbits/sec
19362026-07-20T10:39:11.216Z[ 18] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
19372026-07-20T10:39:11.216Z[ 20] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
19382026-07-20T10:39:11.216Z[SUM] 8.00-9.00 sec 1.19 GBytes 10.2 Gbits/sec
19392026-07-20T10:39:11.216Z- - - - - - - - - - - - - - - - - - - - - - - - -
19402026-07-20T10:39:11.216Z[ 5] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19412026-07-20T10:39:11.216Z[ 8] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19422026-07-20T10:39:11.216Z[ 10] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19432026-07-20T10:39:11.216Z[ 12] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19442026-07-20T10:39:11.216Z[ 14] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19452026-07-20T10:39:11.216Z[ 16] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19462026-07-20T10:39:11.216Z[ 18] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19472026-07-20T10:39:11.216Z[ 20] 9.00-10.00 sec 151 MBytes 1.27 Gbits/sec
19482026-07-20T10:39:11.216Z[SUM] 9.00-10.00 sec 1.18 GBytes 10.2 Gbits/sec
19492026-07-20T10:39:11.216Z- - - - - - - - - - - - - - - - - - - - - - - - -
19502026-07-20T10:39:11.216Z[ 5] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
19512026-07-20T10:39:11.216Z[ 8] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
19522026-07-20T10:39:11.217Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19532026-07-20T10:39:11.217Z[ 12] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
19542026-07-20T10:39:11.217Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19552026-07-20T10:39:11.217Z[ 16] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
19562026-07-20T10:39:11.217Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19572026-07-20T10:39:11.217Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19582026-07-20T10:39:11.217Z[SUM] 10.00-10.00 sec 512 KBytes 8.98 Gbits/sec
19592026-07-20T10:39:11.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
19602026-07-20T10:39:11.217Z[ ID] Interval Transfer Bitrate
19612026-07-20T10:39:11.217Z[ 5] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
19622026-07-20T10:39:11.217Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
19632026-07-20T10:39:11.217Z[ 10] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
19642026-07-20T10:39:11.217Z[ 12] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
19652026-07-20T10:39:11.217Z[ 14] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
19662026-07-20T10:39:11.217Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
19672026-07-20T10:39:11.217Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
19682026-07-20T10:39:11.217Z[ 20] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
19692026-07-20T10:39:11.217Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec sender
19702026-07-20T10:39:11.220ZRun 2/5...10143.645015510252Mbps
19712026-07-20T10:39:18.641Z-----------------------------------------------------------
19722026-07-20T10:39:18.641ZServer listening on 5201 (test #8)
19732026-07-20T10:39:18.641Z-----------------------------------------------------------
19742026-07-20T10:39:18.641ZAccepted connection from 10.0.0.1, port 35648
19752026-07-20T10:39:18.641Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52556
19762026-07-20T10:39:18.641Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43811
19772026-07-20T10:39:18.641Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48285
19782026-07-20T10:39:18.641Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64518
19792026-07-20T10:39:18.641Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34742
19802026-07-20T10:39:18.641Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35633
19812026-07-20T10:39:18.641Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42256
19822026-07-20T10:39:18.643Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46926
19832026-07-20T10:39:18.644Z[ ID] Interval Transfer Bitrate
19842026-07-20T10:39:18.644Z[ 5] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
19852026-07-20T10:39:18.644Z[ 8] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
19862026-07-20T10:39:18.644Z[ 10] 0.00-1.00 sec 118 MBytes 986 Mbits/sec
19872026-07-20T10:39:18.644Z[ 12] 0.00-1.00 sec 118 MBytes 990 Mbits/sec
19882026-07-20T10:39:18.644Z[ 14] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
19892026-07-20T10:39:18.644Z[ 16] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
19902026-07-20T10:39:18.644Z[ 18] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
19912026-07-20T10:39:18.644Z[ 20] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
19922026-07-20T10:39:18.644Z[SUM] 0.00-1.00 sec 943 MBytes 7.91 Gbits/sec
19932026-07-20T10:39:18.644Z- - - - - - - - - - - - - - - - - - - - - - - - -
19942026-07-20T10:39:18.644Z[ 5] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
19952026-07-20T10:39:18.644Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
19962026-07-20T10:39:18.645Z[ 10] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
19972026-07-20T10:39:18.645Z[ 12] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
19982026-07-20T10:39:18.645Z[ 14] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
19992026-07-20T10:39:18.645Z[ 16] 1.00-2.00 sec 152 MBytes 1.28 Gbits/sec
20002026-07-20T10:39:18.645Z[ 18] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
20012026-07-20T10:39:18.645Z[ 20] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
20022026-07-20T10:39:18.645Z[SUM] 1.00-2.00 sec 1.19 GBytes 10.2 Gbits/sec
20032026-07-20T10:39:18.645Z- - - - - - - - - - - - - - - - - - - - - - - - -
20042026-07-20T10:39:18.645Z[ 5] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20052026-07-20T10:39:18.645Z[ 8] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20062026-07-20T10:39:18.646Z[ 10] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20072026-07-20T10:39:18.646Z[ 12] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20082026-07-20T10:39:18.646Z[ 14] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20092026-07-20T10:39:18.646Z[ 16] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20102026-07-20T10:39:18.646Z[ 18] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20112026-07-20T10:39:18.646Z[ 20] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
20122026-07-20T10:39:18.646Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.2 Gbits/sec
20132026-07-20T10:39:18.646Z- - - - - - - - - - - - - - - - - - - - - - - - -
20142026-07-20T10:39:18.646Z[ 5] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
20152026-07-20T10:39:18.646Z[ 8] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20162026-07-20T10:39:18.646Z[ 10] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
20172026-07-20T10:39:18.646Z[ 12] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20182026-07-20T10:39:18.646Z[ 14] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20192026-07-20T10:39:18.646Z[ 16] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20202026-07-20T10:39:18.646Z[ 18] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
20212026-07-20T10:39:18.646Z[ 20] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
20222026-07-20T10:39:18.646Z[SUM] 3.00-4.00 sec 1.19 GBytes 10.3 Gbits/sec
20232026-07-20T10:39:18.646Z- - - - - - - - - - - - - - - - - - - - - - - - -
20242026-07-20T10:39:18.646Z[ 5] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
20252026-07-20T10:39:18.647Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20262026-07-20T10:39:18.647Z[ 10] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
20272026-07-20T10:39:18.647Z[ 12] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
20282026-07-20T10:39:18.647Z[ 14] 4.00-5.00 sec 152 MBytes 1.28 Gbits/sec
20292026-07-20T10:39:18.647Z[ 16] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
20302026-07-20T10:39:18.648Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
20312026-07-20T10:39:18.648Z[ 20] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
20322026-07-20T10:39:18.648Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
20332026-07-20T10:39:18.648Z- - - - - - - - - - - - - - - - - - - - - - - - -
20342026-07-20T10:39:18.648Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20352026-07-20T10:39:18.651Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20362026-07-20T10:39:18.652Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20372026-07-20T10:39:18.652Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20382026-07-20T10:39:18.652Z[ 14] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20392026-07-20T10:39:18.652Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20402026-07-20T10:39:18.652Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20412026-07-20T10:39:18.652Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
20422026-07-20T10:39:18.652Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
20432026-07-20T10:39:18.652Z- - - - - - - - - - - - - - - - - - - - - - - - -
20442026-07-20T10:39:18.652Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20452026-07-20T10:39:18.652Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20462026-07-20T10:39:18.652Z[ 10] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
20472026-07-20T10:39:21.642Z[ 12] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
20482026-07-20T10:39:21.643Z[ 14] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
20492026-07-20T10:39:21.643Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
20502026-07-20T10:39:21.643Z[ 18] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
20512026-07-20T10:39:21.643Z[ 20] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
20522026-07-20T10:39:21.643Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
20532026-07-20T10:39:21.643Z- - - - - - - - - - - - - - - - - - - - - - - - -
20542026-07-20T10:39:21.643Z[ 5] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
20552026-07-20T10:39:21.643Z[ 8] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
20562026-07-20T10:39:21.643Z[ 10] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
20572026-07-20T10:39:21.643Z[ 12] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
20582026-07-20T10:39:21.643Z[ 14] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
20592026-07-20T10:39:21.643Z[ 16] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
20602026-07-20T10:39:21.643Z[ 18] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
20612026-07-20T10:39:21.643Z[ 20] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
20622026-07-20T10:39:21.644Z[SUM] 7.00-8.00 sec 1.19 GBytes 10.2 Gbits/sec
20632026-07-20T10:39:21.644Z- - - - - - - - - - - - - - - - - - - - - - - - -
20642026-07-20T10:39:21.644Z[ 5] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
20652026-07-20T10:39:21.644Z[ 8] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
20662026-07-20T10:39:21.644Z[ 10] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
20672026-07-20T10:39:21.644Z[ 12] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
20682026-07-20T10:39:21.644Z[ 14] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
20692026-07-20T10:39:21.644Z[ 16] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
20702026-07-20T10:39:21.644Z[ 18] 8.00-9.00 sec 153 MBytes 1.28 Gbits/sec
20712026-07-20T10:39:21.645Z[ 20] 8.00-9.00 sec 152 MBytes 1.28 Gbits/sec
20722026-07-20T10:39:21.645Z[SUM] 8.00-9.00 sec 1.19 GBytes 10.2 Gbits/sec
20732026-07-20T10:39:21.645Z- - - - - - - - - - - - - - - - - - - - - - - - -
20742026-07-20T10:39:21.645Z[ 5] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
20752026-07-20T10:39:21.645Z[ 8] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
20762026-07-20T10:39:21.645Z[ 10] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
20772026-07-20T10:39:21.645Z[ 12] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
20782026-07-20T10:39:21.645Z[ 14] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
20792026-07-20T10:39:21.645Z[ 16] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
20802026-07-20T10:39:21.645Z[ 18] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
20812026-07-20T10:39:21.645Z[ 20] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
20822026-07-20T10:39:21.645Z[SUM] 9.00-10.00 sec 1.19 GBytes 10.2 Gbits/sec
20832026-07-20T10:39:21.645Z- - - - - - - - - - - - - - - - - - - - - - - - -
20842026-07-20T10:39:21.645Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20852026-07-20T10:39:21.646Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20862026-07-20T10:39:21.646Z[ 10] 10.00-10.00 sec 128 KBytes 2.61 Gbits/sec
20872026-07-20T10:39:21.646Z[ 12] 10.00-10.00 sec 128 KBytes 2.61 Gbits/sec
20882026-07-20T10:39:21.646Z[ 14] 10.00-10.00 sec 128 KBytes 2.61 Gbits/sec
20892026-07-20T10:39:21.646Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20902026-07-20T10:39:21.646Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20912026-07-20T10:39:21.646Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20922026-07-20T10:39:21.646Z[SUM] 10.00-10.00 sec 384 KBytes 7.81 Gbits/sec
20932026-07-20T10:39:21.646Z- - - - - - - - - - - - - - - - - - - - - - - - -
20942026-07-20T10:39:21.646Z[ ID] Interval Transfer Bitrate
20952026-07-20T10:39:21.646Z[ 5] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
20962026-07-20T10:39:21.646Z[ 8] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
20972026-07-20T10:39:21.646Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
20982026-07-20T10:39:21.646Z[ 12] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
20992026-07-20T10:39:21.646Z[ 14] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
21002026-07-20T10:39:21.646Z[ 16] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
21012026-07-20T10:39:21.646Z[ 18] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
21022026-07-20T10:39:21.646Z[ 20] 0.00-10.00 sec 1.46 GBytes 1.25 Gbits/sec sender
21032026-07-20T10:39:21.646Z[SUM] 0.00-10.00 sec 11.7 GBytes 10.0 Gbits/sec sender
21042026-07-20T10:39:21.649ZRun 3/5...10016.639218224156Mbps
21052026-07-20T10:39:29.030Z-----------------------------------------------------------
21062026-07-20T10:39:29.031ZServer listening on 5201 (test #9)
21072026-07-20T10:39:29.031Z-----------------------------------------------------------
21082026-07-20T10:39:29.031ZAccepted connection from 10.0.0.1, port 56356
21092026-07-20T10:39:29.031Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42576
21102026-07-20T10:39:29.031Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46364
21112026-07-20T10:39:29.031Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59504
21122026-07-20T10:39:29.031Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44574
21132026-07-20T10:39:29.031Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55232
21142026-07-20T10:39:29.031Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54108
21152026-07-20T10:39:29.031Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53135
21162026-07-20T10:39:29.031Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56738
21172026-07-20T10:39:29.031Z[ ID] Interval Transfer Bitrate
21182026-07-20T10:39:29.031Z[ 5] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
21192026-07-20T10:39:29.031Z[ 8] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
21202026-07-20T10:39:29.031Z[ 10] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
21212026-07-20T10:39:29.031Z[ 12] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
21222026-07-20T10:39:29.031Z[ 14] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
21232026-07-20T10:39:29.031Z[ 16] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
21242026-07-20T10:39:29.031Z[ 18] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
21252026-07-20T10:39:29.031Z[ 20] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
21262026-07-20T10:39:29.031Z[SUM] 0.00-1.00 sec 948 MBytes 7.95 Gbits/sec
21272026-07-20T10:39:29.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
21282026-07-20T10:39:29.031Z[ 5] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
21292026-07-20T10:39:29.031Z[ 8] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
21302026-07-20T10:39:29.034Z[ 10] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
21312026-07-20T10:39:29.034Z[ 12] 1.00-2.00 sec 151 MBytes 1.27 Gbits/sec
21322026-07-20T10:39:29.034Z[ 14] 1.00-2.00 sec 151 MBytes 1.27 Gbits/sec
21332026-07-20T10:39:29.034Z[ 16] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
21342026-07-20T10:39:29.034Z[ 18] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
21352026-07-20T10:39:29.034Z[ 20] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
21362026-07-20T10:39:29.034Z[SUM] 1.00-2.00 sec 1.18 GBytes 10.2 Gbits/sec
21372026-07-20T10:39:29.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
21382026-07-20T10:39:29.034Z[ 5] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21392026-07-20T10:39:29.034Z[ 8] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21402026-07-20T10:39:29.034Z[ 10] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21412026-07-20T10:39:29.034Z[ 12] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21422026-07-20T10:39:29.034Z[ 14] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21432026-07-20T10:39:29.034Z[ 16] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21442026-07-20T10:39:29.034Z[ 18] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21452026-07-20T10:39:29.034Z[ 20] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
21462026-07-20T10:39:29.034Z[SUM] 2.00-3.00 sec 1.18 GBytes 10.1 Gbits/sec
21472026-07-20T10:39:29.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
21482026-07-20T10:39:29.034Z[ 5] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21492026-07-20T10:39:29.034Z[ 8] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21502026-07-20T10:39:29.034Z[ 10] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21512026-07-20T10:39:29.034Z[ 12] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21522026-07-20T10:39:29.034Z[ 14] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21532026-07-20T10:39:29.034Z[ 16] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21542026-07-20T10:39:29.036Z[ 18] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21552026-07-20T10:39:29.036Z[ 20] 3.00-4.00 sec 152 MBytes 1.27 Gbits/sec
21562026-07-20T10:39:29.036Z[SUM] 3.00-4.00 sec 1.18 GBytes 10.2 Gbits/sec
21572026-07-20T10:39:29.036Z- - - - - - - - - - - - - - - - - - - - - - - - -
21582026-07-20T10:39:29.036Z[ 5] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
21592026-07-20T10:39:29.036Z[ 8] 4.00-5.00 sec 153 MBytes 1.29 Gbits/sec
21602026-07-20T10:39:29.036Z[ 10] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
21612026-07-20T10:39:29.036Z[ 12] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
21622026-07-20T10:39:29.036Z[ 14] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
21632026-07-20T10:39:29.036Z[ 16] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
21642026-07-20T10:39:29.036Z[ 18] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
21652026-07-20T10:39:29.036Z[ 20] 4.00-5.00 sec 153 MBytes 1.28 Gbits/sec
21662026-07-20T10:39:29.036Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
21672026-07-20T10:39:29.036Z- - - - - - - - - - - - - - - - - - - - - - - - -
21682026-07-20T10:39:29.036Z[ 5] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21692026-07-20T10:39:29.036Z[ 8] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21702026-07-20T10:39:29.036Z[ 10] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21712026-07-20T10:39:29.036Z[ 12] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21722026-07-20T10:39:29.036Z[ 14] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21732026-07-20T10:39:29.040Z[ 16] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21742026-07-20T10:39:29.040Z[ 18] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21752026-07-20T10:39:29.040Z[ 20] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
21762026-07-20T10:39:29.040Z[SUM] 5.00-6.00 sec 1.18 GBytes 10.2 Gbits/sec
21772026-07-20T10:39:29.040Z- - - - - - - - - - - - - - - - - - - - - - - - -
21782026-07-20T10:39:29.041Z[ 5] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
21792026-07-20T10:39:29.041Z[ 8] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
21802026-07-20T10:39:29.041Z[ 10] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
21812026-07-20T10:39:32.031Z[ 12] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
21822026-07-20T10:39:32.032Z[ 14] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
21832026-07-20T10:39:32.032Z[ 16] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
21842026-07-20T10:39:32.032Z[ 18] 6.00-7.00 sec 152 MBytes 1.27 Gbits/sec
21852026-07-20T10:39:32.032Z[ 20] 6.00-7.00 sec 151 MBytes 1.27 Gbits/sec
21862026-07-20T10:39:32.032Z[SUM] 6.00-7.00 sec 1.18 GBytes 10.2 Gbits/sec
21872026-07-20T10:39:32.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
21882026-07-20T10:39:32.033Z[ 5] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21892026-07-20T10:39:32.033Z[ 8] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21902026-07-20T10:39:32.034Z[ 10] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21912026-07-20T10:39:32.034Z[ 12] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21922026-07-20T10:39:32.034Z[ 14] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21932026-07-20T10:39:32.034Z[ 16] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21942026-07-20T10:39:32.034Z[ 18] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21952026-07-20T10:39:32.034Z[ 20] 7.00-8.00 sec 150 MBytes 1.26 Gbits/sec
21962026-07-20T10:39:32.034Z[SUM] 7.00-8.00 sec 1.18 GBytes 10.1 Gbits/sec
21972026-07-20T10:39:32.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
21982026-07-20T10:39:32.034Z[ 5] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
21992026-07-20T10:39:32.034Z[ 8] 8.00-9.00 sec 152 MBytes 1.27 Gbits/sec
22002026-07-20T10:39:32.034Z[ 10] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
22012026-07-20T10:39:32.034Z[ 12] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
22022026-07-20T10:39:32.034Z[ 14] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
22032026-07-20T10:39:32.034Z[ 16] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
22042026-07-20T10:39:32.034Z[ 18] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
22052026-07-20T10:39:32.034Z[ 20] 8.00-9.00 sec 151 MBytes 1.27 Gbits/sec
22062026-07-20T10:39:32.034Z[SUM] 8.00-9.00 sec 1.18 GBytes 10.2 Gbits/sec
22072026-07-20T10:39:32.034Z- - - - - - - - - - - - - - - - - - - - - - - - -
22082026-07-20T10:39:32.034Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22092026-07-20T10:39:32.034Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22102026-07-20T10:39:32.034Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22112026-07-20T10:39:32.034Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22122026-07-20T10:39:32.035Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22132026-07-20T10:39:32.035Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22142026-07-20T10:39:32.035Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22152026-07-20T10:39:32.035Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
22162026-07-20T10:39:32.035Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
22172026-07-20T10:39:32.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
22182026-07-20T10:39:32.035Z[ 5] 10.00-10.00 sec 128 KBytes 2.50 Gbits/sec
22192026-07-20T10:39:32.035Z[ 8] 10.00-10.00 sec 128 KBytes 2.51 Gbits/sec
22202026-07-20T10:39:32.035Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22212026-07-20T10:39:32.035Z[ 12] 10.00-10.00 sec 128 KBytes 2.51 Gbits/sec
22222026-07-20T10:39:32.035Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22232026-07-20T10:39:32.035Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22242026-07-20T10:39:32.035Z[ 18] 10.00-10.00 sec 128 KBytes 2.51 Gbits/sec
22252026-07-20T10:39:32.035Z[ 20] 10.00-10.00 sec 128 KBytes 2.51 Gbits/sec
22262026-07-20T10:39:32.035Z[SUM] 10.00-10.00 sec 640 KBytes 12.5 Gbits/sec
22272026-07-20T10:39:32.035Z- - - - - - - - - - - - - - - - - - - - - - - - -
22282026-07-20T10:39:32.038Z[ ID] Interval Transfer Bitrate
22292026-07-20T10:39:32.038Z[ 5] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec sender
22302026-07-20T10:39:32.038Z[ 8] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec sender
22312026-07-20T10:39:32.038Z[ 10] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
22322026-07-20T10:39:32.039Z[ 12] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
22332026-07-20T10:39:32.039Z[ 14] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
22342026-07-20T10:39:32.039Z[ 16] 0.00-10.00 sec 1.45 GBytes 1.25 Gbits/sec sender
22352026-07-20T10:39:32.039Z[ 18] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
22362026-07-20T10:39:32.039Z[ 20] 0.00-10.00 sec 1.45 GBytes 1.24 Gbits/sec sender
22372026-07-20T10:39:32.039Z[SUM] 0.00-10.00 sec 11.6 GBytes 9.96 Gbits/sec sender
22382026-07-20T10:39:32.039ZRun 4/5...9960.107521993856Mbps
22392026-07-20T10:39:39.419Z-----------------------------------------------------------
22402026-07-20T10:39:39.419ZServer listening on 5201 (test #10)
22412026-07-20T10:39:39.419Z-----------------------------------------------------------
22422026-07-20T10:39:39.419ZAccepted connection from 10.0.0.1, port 35281
22432026-07-20T10:39:39.419Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65380
22442026-07-20T10:39:39.419Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49014
22452026-07-20T10:39:39.419Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54653
22462026-07-20T10:39:39.419Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41775
22472026-07-20T10:39:39.419Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59875
22482026-07-20T10:39:39.419Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38459
22492026-07-20T10:39:39.419Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61200
22502026-07-20T10:39:39.419Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56366
22512026-07-20T10:39:39.419Z[ ID] Interval Transfer Bitrate
22522026-07-20T10:39:39.419Z[ 5] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
22532026-07-20T10:39:39.419Z[ 8] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
22542026-07-20T10:39:39.419Z[ 10] 0.00-1.00 sec 112 MBytes 942 Mbits/sec
22552026-07-20T10:39:39.419Z[ 12] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
22562026-07-20T10:39:39.419Z[ 14] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
22572026-07-20T10:39:39.419Z[ 16] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
22582026-07-20T10:39:39.419Z[ 18] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
22592026-07-20T10:39:39.420Z[ 20] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
22602026-07-20T10:39:39.420Z[SUM] 0.00-1.00 sec 993 MBytes 8.33 Gbits/sec
22612026-07-20T10:39:39.420Z- - - - - - - - - - - - - - - - - - - - - - - - -
22622026-07-20T10:39:39.420Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22632026-07-20T10:39:39.420Z[ 8] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
22642026-07-20T10:39:39.420Z[ 10] 1.00-2.00 sec 152 MBytes 1.27 Gbits/sec
22652026-07-20T10:39:39.420Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22662026-07-20T10:39:39.420Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
22672026-07-20T10:39:39.420Z[ 16] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
22682026-07-20T10:39:39.420Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
22692026-07-20T10:39:39.420Z[ 20] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
22702026-07-20T10:39:39.420Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
22712026-07-20T10:39:39.420Z- - - - - - - - - - - - - - - - - - - - - - - - -
22722026-07-20T10:39:39.420Z[ 5] 2.00-3.00 sec 148 MBytes 1.24 Gbits/sec
22732026-07-20T10:39:39.420Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22742026-07-20T10:39:39.420Z[ 10] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
22752026-07-20T10:39:39.420Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22762026-07-20T10:39:39.420Z[ 14] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
22772026-07-20T10:39:39.420Z[ 16] 2.00-3.00 sec 145 MBytes 1.22 Gbits/sec
22782026-07-20T10:39:39.420Z[ 18] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
22792026-07-20T10:39:39.420Z[ 20] 2.00-3.00 sec 151 MBytes 1.27 Gbits/sec
22802026-07-20T10:39:39.420Z[SUM] 2.00-3.00 sec 1.19 GBytes 10.2 Gbits/sec
22812026-07-20T10:39:39.420Z- - - - - - - - - - - - - - - - - - - - - - - - -
22822026-07-20T10:39:39.420Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22832026-07-20T10:39:39.420Z[ 8] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22842026-07-20T10:39:39.420Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22852026-07-20T10:39:39.420Z[ 12] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22862026-07-20T10:39:39.420Z[ 14] 3.00-4.00 sec 153 MBytes 1.28 Gbits/sec
22872026-07-20T10:39:39.424Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22882026-07-20T10:39:39.424Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22892026-07-20T10:39:39.424Z[ 20] 3.00-4.00 sec 152 MBytes 1.28 Gbits/sec
22902026-07-20T10:39:39.424Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
22912026-07-20T10:39:39.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
22922026-07-20T10:39:39.424Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
22932026-07-20T10:39:39.424Z[ 8] 4.00-5.00 sec 169 MBytes 1.42 Gbits/sec
22942026-07-20T10:39:39.424Z[ 10] 4.00-5.00 sec 165 MBytes 1.38 Gbits/sec
22952026-07-20T10:39:39.424Z[ 12] 4.00-5.00 sec 148 MBytes 1.25 Gbits/sec
22962026-07-20T10:39:39.424Z[ 14] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
22972026-07-20T10:39:39.424Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
22982026-07-20T10:39:39.424Z[ 18] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
22992026-07-20T10:39:39.424Z[ 20] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
23002026-07-20T10:39:39.424Z[SUM] 4.00-5.00 sec 1.25 GBytes 10.7 Gbits/sec
23012026-07-20T10:39:39.424Z- - - - - - - - - - - - - - - - - - - - - - - - -
23022026-07-20T10:39:39.424Z[ 5] 5.00-6.00 sec 152 MBytes 1.27 Gbits/sec
23032026-07-20T10:39:39.424Z[ 8] 5.00-6.00 sec 153 MBytes 1.28 Gbits/sec
23042026-07-20T10:39:39.424Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
23052026-07-20T10:39:39.424Z[ 12] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
23062026-07-20T10:39:39.424Z[ 14] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
23072026-07-20T10:39:39.424Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23082026-07-20T10:39:39.424Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
23092026-07-20T10:39:39.424Z[ 20] 5.00-6.00 sec 153 MBytes 1.29 Gbits/sec
23102026-07-20T10:39:39.426Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
23112026-07-20T10:39:39.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
23122026-07-20T10:39:39.426Z[ 5] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
23132026-07-20T10:39:39.426Z[ 8] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
23142026-07-20T10:39:39.426Z[ 10] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
23152026-07-20T10:39:42.421Z[ 12] 6.00-7.00 sec 152 MBytes 1.28 Gbits/sec
23162026-07-20T10:39:42.421Z[ 14] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
23172026-07-20T10:39:42.421Z[ 16] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
23182026-07-20T10:39:42.421Z[ 18] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
23192026-07-20T10:39:42.421Z[ 20] 6.00-7.00 sec 153 MBytes 1.28 Gbits/sec
23202026-07-20T10:39:42.421Z[SUM] 6.00-7.00 sec 1.19 GBytes 10.3 Gbits/sec
23212026-07-20T10:39:42.421Z- - - - - - - - - - - - - - - - - - - - - - - - -
23222026-07-20T10:39:42.421Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23232026-07-20T10:39:42.421Z[ 8] 7.00-8.00 sec 152 MBytes 1.27 Gbits/sec
23242026-07-20T10:39:42.421Z[ 10] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
23252026-07-20T10:39:42.421Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23262026-07-20T10:39:42.421Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23272026-07-20T10:39:42.421Z[ 16] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
23282026-07-20T10:39:42.421Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23292026-07-20T10:39:42.421Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23302026-07-20T10:39:42.421Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
23312026-07-20T10:39:42.421Z- - - - - - - - - - - - - - - - - - - - - - - - -
23322026-07-20T10:39:42.421Z[ 5] 8.00-9.00 sec 164 MBytes 1.38 Gbits/sec
23332026-07-20T10:39:42.421Z[ 8] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
23342026-07-20T10:39:42.421Z[ 10] 8.00-9.00 sec 146 MBytes 1.22 Gbits/sec
23352026-07-20T10:39:42.421Z[ 12] 8.00-9.00 sec 162 MBytes 1.36 Gbits/sec
23362026-07-20T10:39:42.421Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
23372026-07-20T10:39:42.421Z[ 16] 8.00-9.00 sec 150 MBytes 1.26 Gbits/sec
23382026-07-20T10:39:42.421Z[ 18] 8.00-9.00 sec 159 MBytes 1.33 Gbits/sec
23392026-07-20T10:39:42.422Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
23402026-07-20T10:39:42.422Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.4 Gbits/sec
23412026-07-20T10:39:42.422Z- - - - - - - - - - - - - - - - - - - - - - - - -
23422026-07-20T10:39:42.422Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
23432026-07-20T10:39:42.422Z[ 8] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
23442026-07-20T10:39:42.422Z[ 10] 9.00-10.00 sec 149 MBytes 1.25 Gbits/sec
23452026-07-20T10:39:42.422Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23462026-07-20T10:39:42.422Z[ 14] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
23472026-07-20T10:39:42.422Z[ 16] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23482026-07-20T10:39:42.423Z[ 18] 9.00-10.00 sec 151 MBytes 1.26 Gbits/sec
23492026-07-20T10:39:42.423Z[ 20] 9.00-10.00 sec 152 MBytes 1.28 Gbits/sec
23502026-07-20T10:39:42.423Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
23512026-07-20T10:39:42.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
23522026-07-20T10:39:42.423Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23532026-07-20T10:39:42.423Z[ 8] 10.00-10.00 sec 128 KBytes 2.31 Gbits/sec
23542026-07-20T10:39:42.423Z[ 10] 10.00-10.00 sec 128 KBytes 2.31 Gbits/sec
23552026-07-20T10:39:42.423Z[ 12] 10.00-10.00 sec 128 KBytes 2.31 Gbits/sec
23562026-07-20T10:39:42.423Z[ 14] 10.00-10.00 sec 128 KBytes 2.31 Gbits/sec
23572026-07-20T10:39:42.423Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23582026-07-20T10:39:42.423Z[ 18] 10.00-10.00 sec 128 KBytes 2.31 Gbits/sec
23592026-07-20T10:39:42.423Z[ 20] 10.00-10.00 sec 128 KBytes 2.31 Gbits/sec
23602026-07-20T10:39:42.423Z[SUM] 10.00-10.00 sec 768 KBytes 13.9 Gbits/sec
23612026-07-20T10:39:42.423Z- - - - - - - - - - - - - - - - - - - - - - - - -
23622026-07-20T10:39:42.423Z[ ID] Interval Transfer Bitrate
23632026-07-20T10:39:42.423Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
23642026-07-20T10:39:42.424Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23652026-07-20T10:39:42.424Z[ 10] 0.00-10.00 sec 1.46 GBytes 1.26 Gbits/sec sender
23662026-07-20T10:39:42.424Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
23672026-07-20T10:39:42.424Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23682026-07-20T10:39:42.424Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
23692026-07-20T10:39:42.424Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
23702026-07-20T10:39:42.424Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23712026-07-20T10:39:42.424Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.2 Gbits/sec sender
23722026-07-20T10:39:42.427ZRun 5/5...10159.597841180817Mbps
23732026-07-20T10:39:42.427Z###---------------------###
23742026-07-20T10:39:42.427Z::: iPerf done... :::
23752026-07-20T10:39:42.427Z:::Awaiting out files...:::
23762026-07-20T10:39:42.427Z###---------------------###
23772026-07-20T10:39:42.427Z###-----###
23782026-07-20T10:39:42.427Z:::done!:::
23792026-07-20T10:39:42.427Z###-----###
23802026-07-20T10:39:42.427Z###-------------------###
23812026-07-20T10:39:42.427Z:::Running experiment :::
23822026-07-20T10:39:42.427Z:::iperf-tcp/local/c2s:::
23832026-07-20T10:39:42.427Z###-------------------###
23842026-07-20T10:39:42.769Zdtrace: description 'profile-201us ' matched 2 probes
23852026-07-20T10:39:49.817Z-----------------------------------------------------------
23862026-07-20T10:39:49.817ZServer listening on 5201 (test #11)
23872026-07-20T10:39:49.817Z-----------------------------------------------------------
23882026-07-20T10:39:49.817ZAccepted connection from 10.0.0.1, port 42462
23892026-07-20T10:39:49.817Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49151
23902026-07-20T10:39:49.817Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44929
23912026-07-20T10:39:49.817Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44168
23922026-07-20T10:39:49.817Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33070
23932026-07-20T10:39:49.817Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37987
23942026-07-20T10:39:49.817Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33884
23952026-07-20T10:39:49.817Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46994
23962026-07-20T10:39:49.817Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42486
23972026-07-20T10:39:49.818Z[ ID] Interval Transfer Bitrate
23982026-07-20T10:39:49.818Z[ 5] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
23992026-07-20T10:39:49.818Z[ 8] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
24002026-07-20T10:39:49.818Z[ 10] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
24012026-07-20T10:39:49.818Z[ 12] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
24022026-07-20T10:39:49.818Z[ 14] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
24032026-07-20T10:39:49.818Z[ 16] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
24042026-07-20T10:39:49.818Z[ 18] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
24052026-07-20T10:39:49.818Z[ 20] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
24062026-07-20T10:39:49.818Z[SUM] 0.00-1.00 sec 344 MBytes 2.89 Gbits/sec
24072026-07-20T10:39:49.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
24082026-07-20T10:39:49.818Z[ 5] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24092026-07-20T10:39:49.818Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24102026-07-20T10:39:49.818Z[ 10] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
24112026-07-20T10:39:49.818Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24122026-07-20T10:39:49.818Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
24132026-07-20T10:39:49.818Z[ 16] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24142026-07-20T10:39:49.818Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
24152026-07-20T10:39:49.818Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
24162026-07-20T10:39:49.818Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
24172026-07-20T10:39:49.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
24182026-07-20T10:39:49.818Z[ 5] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24192026-07-20T10:39:49.818Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
24202026-07-20T10:39:49.818Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24212026-07-20T10:39:49.818Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
24222026-07-20T10:39:49.818Z[ 14] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
24232026-07-20T10:39:49.818Z[ 16] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
24242026-07-20T10:39:49.818Z[ 18] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
24252026-07-20T10:39:49.819Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
24262026-07-20T10:39:49.819Z[SUM] 2.00-3.00 sec 421 MBytes 3.53 Gbits/sec
24272026-07-20T10:39:49.819Z- - - - - - - - - - - - - - - - - - - - - - - - -
24282026-07-20T10:39:49.819Z[ 5] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24292026-07-20T10:39:49.819Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24302026-07-20T10:39:49.819Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
24312026-07-20T10:39:49.819Z[ 12] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24322026-07-20T10:39:49.819Z[ 14] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24332026-07-20T10:39:49.819Z[ 16] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24342026-07-20T10:39:49.819Z[ 18] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
24352026-07-20T10:39:49.819Z[ 20] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24362026-07-20T10:39:49.820Z[SUM] 3.00-4.00 sec 432 MBytes 3.62 Gbits/sec
24372026-07-20T10:39:49.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
24382026-07-20T10:39:49.820Z[ 5] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
24392026-07-20T10:39:49.820Z[ 8] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
24402026-07-20T10:39:49.820Z[ 10] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
24412026-07-20T10:39:49.820Z[ 12] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
24422026-07-20T10:39:49.820Z[ 14] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
24432026-07-20T10:39:49.820Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
24442026-07-20T10:39:49.820Z[ 18] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
24452026-07-20T10:39:49.820Z[ 20] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
24462026-07-20T10:39:49.820Z[SUM] 4.00-5.00 sec 430 MBytes 3.60 Gbits/sec
24472026-07-20T10:39:49.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
24482026-07-20T10:39:49.820Z[ 5] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
24492026-07-20T10:39:49.820Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
24502026-07-20T10:39:49.820Z[ 10] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
24512026-07-20T10:39:49.820Z[ 12] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
24522026-07-20T10:39:49.820Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
24532026-07-20T10:39:49.820Z[ 16] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
24542026-07-20T10:39:49.820Z[ 18] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
24552026-07-20T10:39:49.820Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
24562026-07-20T10:39:49.820Z[SUM] 5.00-6.00 sec 428 MBytes 3.59 Gbits/sec
24572026-07-20T10:39:49.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
24582026-07-20T10:39:49.821Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24592026-07-20T10:39:49.821Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
24602026-07-20T10:39:49.821Z[ 10] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
24612026-07-20T10:39:52.819Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
24622026-07-20T10:39:52.819Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
24632026-07-20T10:39:52.819Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
24642026-07-20T10:39:52.819Z[ 18] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
24652026-07-20T10:39:52.819Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24662026-07-20T10:39:52.819Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
24672026-07-20T10:39:52.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
24682026-07-20T10:39:52.820Z[ 5] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
24692026-07-20T10:39:52.820Z[ 8] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
24702026-07-20T10:39:52.820Z[ 10] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
24712026-07-20T10:39:52.820Z[ 12] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
24722026-07-20T10:39:52.820Z[ 14] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
24732026-07-20T10:39:52.820Z[ 16] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
24742026-07-20T10:39:52.820Z[ 18] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
24752026-07-20T10:39:52.820Z[ 20] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
24762026-07-20T10:39:52.820Z[SUM] 7.00-8.00 sec 432 MBytes 3.63 Gbits/sec
24772026-07-20T10:39:52.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
24782026-07-20T10:39:52.820Z[ 5] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
24792026-07-20T10:39:52.820Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
24802026-07-20T10:39:52.820Z[ 10] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
24812026-07-20T10:39:52.820Z[ 12] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
24822026-07-20T10:39:52.820Z[ 14] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
24832026-07-20T10:39:52.820Z[ 16] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
24842026-07-20T10:39:52.820Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
24852026-07-20T10:39:52.820Z[ 20] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
24862026-07-20T10:39:52.820Z[SUM] 8.00-9.00 sec 428 MBytes 3.59 Gbits/sec
24872026-07-20T10:39:52.820Z- - - - - - - - - - - - - - - - - - - - - - - - -
24882026-07-20T10:39:52.820Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
24892026-07-20T10:39:52.820Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
24902026-07-20T10:39:52.820Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
24912026-07-20T10:39:52.820Z[ 12] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
24922026-07-20T10:39:52.820Z[ 14] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
24932026-07-20T10:39:52.821Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
24942026-07-20T10:39:52.821Z[ 18] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
24952026-07-20T10:39:52.821Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
24962026-07-20T10:39:52.821Z[SUM] 9.00-10.00 sec 427 MBytes 3.58 Gbits/sec
24972026-07-20T10:39:52.822Z- - - - - - - - - - - - - - - - - - - - - - - - -
24982026-07-20T10:39:52.822Z[ 5] 10.00-10.00 sec 128 KBytes 786 Mbits/sec
24992026-07-20T10:39:52.823Z[ 8] 10.00-10.00 sec 128 KBytes 787 Mbits/sec
25002026-07-20T10:39:52.823Z[ 10] 10.00-10.00 sec 128 KBytes 787 Mbits/sec
25012026-07-20T10:39:52.823Z[ 12] 10.00-10.00 sec 128 KBytes 787 Mbits/sec
25022026-07-20T10:39:52.823Z[ 14] 10.00-10.00 sec 128 KBytes 787 Mbits/sec
25032026-07-20T10:39:52.823Z[ 16] 10.00-10.00 sec 128 KBytes 787 Mbits/sec
25042026-07-20T10:39:52.823Z[ 18] 10.00-10.00 sec 128 KBytes 787 Mbits/sec
25052026-07-20T10:39:52.823Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25062026-07-20T10:39:52.823Z[SUM] 10.00-10.00 sec 896 KBytes 5.50 Gbits/sec
25072026-07-20T10:39:52.823Z- - - - - - - - - - - - - - - - - - - - - - - - -
25082026-07-20T10:39:52.823Z[ ID] Interval Transfer Bitrate
25092026-07-20T10:39:52.823Z[ 5] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25102026-07-20T10:39:52.823Z[ 8] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25112026-07-20T10:39:52.823Z[ 10] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25122026-07-20T10:39:52.823Z[ 12] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25132026-07-20T10:39:52.823Z[ 14] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25142026-07-20T10:39:52.823Z[ 16] 0.00-10.00 sec 525 MBytes 441 Mbits/sec receiver
25152026-07-20T10:39:52.823Z[ 18] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25162026-07-20T10:39:52.823Z[ 20] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
25172026-07-20T10:39:52.823Z[SUM] 0.00-10.00 sec 4.10 GBytes 3.52 Gbits/sec receiver
25182026-07-20T10:39:52.826ZRun 1/10...3521.7624062586406Mbps
25192026-07-20T10:40:00.245Z-----------------------------------------------------------
25202026-07-20T10:40:00.247ZServer listening on 5201 (test #12)
25212026-07-20T10:40:00.247Z-----------------------------------------------------------
25222026-07-20T10:40:00.247ZAccepted connection from 10.0.0.1, port 53651
25232026-07-20T10:40:00.247Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60823
25242026-07-20T10:40:00.247Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46877
25252026-07-20T10:40:00.247Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37893
25262026-07-20T10:40:00.247Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36816
25272026-07-20T10:40:00.247Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49126
25282026-07-20T10:40:00.247Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48704
25292026-07-20T10:40:00.247Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56416
25302026-07-20T10:40:00.247Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43115
25312026-07-20T10:40:00.247Z[ ID] Interval Transfer Bitrate
25322026-07-20T10:40:00.247Z[ 5] 0.00-1.00 sec 35.1 MBytes 295 Mbits/sec
25332026-07-20T10:40:00.247Z[ 8] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
25342026-07-20T10:40:00.247Z[ 10] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
25352026-07-20T10:40:00.248Z[ 12] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
25362026-07-20T10:40:00.248Z[ 14] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
25372026-07-20T10:40:00.248Z[ 16] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
25382026-07-20T10:40:00.248Z[ 18] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
25392026-07-20T10:40:00.252Z[ 20] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
25402026-07-20T10:40:00.252Z[SUM] 0.00-1.00 sec 344 MBytes 2.89 Gbits/sec
25412026-07-20T10:40:00.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
25422026-07-20T10:40:00.252Z[ 5] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
25432026-07-20T10:40:00.252Z[ 8] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
25442026-07-20T10:40:00.253Z[ 10] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
25452026-07-20T10:40:00.253Z[ 12] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
25462026-07-20T10:40:00.253Z[ 14] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
25472026-07-20T10:40:00.253Z[ 16] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
25482026-07-20T10:40:00.253Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
25492026-07-20T10:40:00.253Z[ 20] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
25502026-07-20T10:40:00.253Z[SUM] 1.00-2.00 sec 434 MBytes 3.64 Gbits/sec
25512026-07-20T10:40:00.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
25522026-07-20T10:40:00.253Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
25532026-07-20T10:40:00.254Z[ 8] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
25542026-07-20T10:40:00.254Z[ 10] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
25552026-07-20T10:40:00.254Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
25562026-07-20T10:40:00.254Z[ 14] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
25572026-07-20T10:40:00.254Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
25582026-07-20T10:40:00.254Z[ 18] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
25592026-07-20T10:40:00.254Z[ 20] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
25602026-07-20T10:40:00.254Z[SUM] 2.00-3.00 sec 432 MBytes 3.63 Gbits/sec
25612026-07-20T10:40:00.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
25622026-07-20T10:40:00.254Z[ 5] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
25632026-07-20T10:40:00.254Z[ 8] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
25642026-07-20T10:40:00.254Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
25652026-07-20T10:40:00.254Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
25662026-07-20T10:40:00.254Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
25672026-07-20T10:40:00.254Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
25682026-07-20T10:40:00.255Z[ 18] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
25692026-07-20T10:40:00.255Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
25702026-07-20T10:40:00.255Z[SUM] 3.00-4.00 sec 426 MBytes 3.58 Gbits/sec
25712026-07-20T10:40:00.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
25722026-07-20T10:40:00.255Z[ 5] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
25732026-07-20T10:40:00.255Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
25742026-07-20T10:40:00.255Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
25752026-07-20T10:40:00.255Z[ 12] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
25762026-07-20T10:40:00.255Z[ 14] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
25772026-07-20T10:40:00.255Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
25782026-07-20T10:40:00.255Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
25792026-07-20T10:40:00.255Z[ 20] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
25802026-07-20T10:40:00.255Z[SUM] 4.00-5.00 sec 429 MBytes 3.60 Gbits/sec
25812026-07-20T10:40:00.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
25822026-07-20T10:40:00.255Z[ 5] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
25832026-07-20T10:40:00.255Z[ 8] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25842026-07-20T10:40:00.255Z[ 10] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25852026-07-20T10:40:00.255Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25862026-07-20T10:40:00.255Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
25872026-07-20T10:40:00.255Z[ 16] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
25882026-07-20T10:40:00.256Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
25892026-07-20T10:40:00.256Z[ 20] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
25902026-07-20T10:40:00.256Z[SUM] 5.00-6.00 sec 424 MBytes 3.56 Gbits/sec
25912026-07-20T10:40:00.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
25922026-07-20T10:40:00.256Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
25932026-07-20T10:40:00.256Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25942026-07-20T10:40:00.257Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25952026-07-20T10:40:03.249Z[ 12] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
25962026-07-20T10:40:03.249Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25972026-07-20T10:40:03.249Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
25982026-07-20T10:40:03.249Z[ 18] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25992026-07-20T10:40:03.249Z[ 20] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
26002026-07-20T10:40:03.249Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
26012026-07-20T10:40:03.249Z- - - - - - - - - - - - - - - - - - - - - - - - -
26022026-07-20T10:40:03.249Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26032026-07-20T10:40:03.250Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26042026-07-20T10:40:03.250Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26052026-07-20T10:40:03.250Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26062026-07-20T10:40:03.250Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26072026-07-20T10:40:03.251Z[ 16] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26082026-07-20T10:40:03.251Z[ 18] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26092026-07-20T10:40:03.251Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26102026-07-20T10:40:03.251Z[SUM] 7.00-8.00 sec 430 MBytes 3.60 Gbits/sec
26112026-07-20T10:40:03.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
26122026-07-20T10:40:03.251Z[ 5] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26132026-07-20T10:40:03.251Z[ 8] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26142026-07-20T10:40:03.251Z[ 10] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
26152026-07-20T10:40:03.251Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26162026-07-20T10:40:03.251Z[ 14] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
26172026-07-20T10:40:03.251Z[ 16] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26182026-07-20T10:40:03.251Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
26192026-07-20T10:40:03.251Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
26202026-07-20T10:40:03.251Z[SUM] 8.00-9.00 sec 432 MBytes 3.62 Gbits/sec
26212026-07-20T10:40:03.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
26222026-07-20T10:40:03.251Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
26232026-07-20T10:40:03.251Z[ 8] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
26242026-07-20T10:40:03.251Z[ 10] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26252026-07-20T10:40:03.251Z[ 12] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
26262026-07-20T10:40:03.251Z[ 14] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26272026-07-20T10:40:03.252Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26282026-07-20T10:40:03.252Z[ 18] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
26292026-07-20T10:40:03.252Z[ 20] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
26302026-07-20T10:40:03.252Z[SUM] 9.00-10.00 sec 430 MBytes 3.61 Gbits/sec
26312026-07-20T10:40:03.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
26322026-07-20T10:40:03.252Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26332026-07-20T10:40:03.252Z[ 8] 10.00-10.00 sec 128 KBytes 789 Mbits/sec
26342026-07-20T10:40:03.252Z[ 10] 10.00-10.00 sec 128 KBytes 789 Mbits/sec
26352026-07-20T10:40:03.252Z[ 12] 10.00-10.00 sec 128 KBytes 789 Mbits/sec
26362026-07-20T10:40:03.252Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26372026-07-20T10:40:03.252Z[ 16] 10.00-10.00 sec 128 KBytes 790 Mbits/sec
26382026-07-20T10:40:03.252Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26392026-07-20T10:40:03.252Z[ 20] 10.00-10.00 sec 128 KBytes 789 Mbits/sec
26402026-07-20T10:40:03.252Z[SUM] 10.00-10.00 sec 640 KBytes 3.94 Gbits/sec
26412026-07-20T10:40:03.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
26422026-07-20T10:40:03.252Z[ ID] Interval Transfer Bitrate
26432026-07-20T10:40:03.252Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
26442026-07-20T10:40:03.252Z[ 8] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26452026-07-20T10:40:03.252Z[ 10] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
26462026-07-20T10:40:03.252Z[ 12] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
26472026-07-20T10:40:03.252Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26482026-07-20T10:40:03.252Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26492026-07-20T10:40:03.252Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26502026-07-20T10:40:03.254Z[ 20] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26512026-07-20T10:40:03.254Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
26522026-07-20T10:40:03.258ZRun 2/10...3530.6877851375057Mbps
26532026-07-20T10:40:10.665Z-----------------------------------------------------------
26542026-07-20T10:40:10.665ZServer listening on 5201 (test #13)
26552026-07-20T10:40:10.665Z-----------------------------------------------------------
26562026-07-20T10:40:10.667ZAccepted connection from 10.0.0.1, port 48527
26572026-07-20T10:40:10.667Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56155
26582026-07-20T10:40:10.667Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32889
26592026-07-20T10:40:10.667Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37196
26602026-07-20T10:40:10.667Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57389
26612026-07-20T10:40:10.667Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53553
26622026-07-20T10:40:10.667Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47557
26632026-07-20T10:40:10.667Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48575
26642026-07-20T10:40:10.667Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48136
26652026-07-20T10:40:10.668Z[ ID] Interval Transfer Bitrate
26662026-07-20T10:40:10.668Z[ 5] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26672026-07-20T10:40:10.668Z[ 8] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26682026-07-20T10:40:10.668Z[ 10] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26692026-07-20T10:40:10.668Z[ 12] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26702026-07-20T10:40:10.668Z[ 14] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26712026-07-20T10:40:10.668Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26722026-07-20T10:40:10.668Z[ 18] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
26732026-07-20T10:40:10.668Z[ 20] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26742026-07-20T10:40:10.668Z[SUM] 0.00-1.00 sec 339 MBytes 2.84 Gbits/sec
26752026-07-20T10:40:10.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
26762026-07-20T10:40:10.668Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
26772026-07-20T10:40:10.668Z[ 8] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
26782026-07-20T10:40:10.668Z[ 10] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
26792026-07-20T10:40:10.668Z[ 12] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
26802026-07-20T10:40:10.669Z[ 14] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
26812026-07-20T10:40:10.669Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
26822026-07-20T10:40:10.669Z[ 18] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
26832026-07-20T10:40:10.669Z[ 20] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
26842026-07-20T10:40:10.669Z[SUM] 1.00-2.00 sec 420 MBytes 3.53 Gbits/sec
26852026-07-20T10:40:10.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
26862026-07-20T10:40:10.669Z[ 5] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
26872026-07-20T10:40:10.669Z[ 8] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
26882026-07-20T10:40:10.669Z[ 10] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
26892026-07-20T10:40:10.669Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
26902026-07-20T10:40:10.673Z[ 14] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
26912026-07-20T10:40:10.673Z[ 16] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
26922026-07-20T10:40:10.673Z[ 18] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
26932026-07-20T10:40:10.673Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
26942026-07-20T10:40:10.673Z[SUM] 2.00-3.00 sec 420 MBytes 3.52 Gbits/sec
26952026-07-20T10:40:10.674Z- - - - - - - - - - - - - - - - - - - - - - - - -
26962026-07-20T10:40:10.674Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
26972026-07-20T10:40:10.674Z[ 8] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
26982026-07-20T10:40:10.674Z[ 10] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
26992026-07-20T10:40:10.674Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
27002026-07-20T10:40:10.674Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
27012026-07-20T10:40:10.674Z[ 16] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
27022026-07-20T10:40:10.674Z[ 18] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
27032026-07-20T10:40:10.674Z[ 20] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
27042026-07-20T10:40:10.676Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
27052026-07-20T10:40:10.676Z- - - - - - - - - - - - - - - - - - - - - - - - -
27062026-07-20T10:40:10.676Z[ 5] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
27072026-07-20T10:40:10.676Z[ 8] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
27082026-07-20T10:40:10.676Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
27092026-07-20T10:40:10.676Z[ 12] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
27102026-07-20T10:40:10.676Z[ 14] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
27112026-07-20T10:40:10.676Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
27122026-07-20T10:40:10.676Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
27132026-07-20T10:40:10.676Z[ 20] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
27142026-07-20T10:40:10.676Z[SUM] 4.00-5.00 sec 429 MBytes 3.60 Gbits/sec
27152026-07-20T10:40:10.676Z- - - - - - - - - - - - - - - - - - - - - - - - -
27162026-07-20T10:40:10.676Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
27172026-07-20T10:40:10.677Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
27182026-07-20T10:40:10.677Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
27192026-07-20T10:40:10.677Z[ 12] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
27202026-07-20T10:40:10.677Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
27212026-07-20T10:40:10.677Z[ 16] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
27222026-07-20T10:40:10.677Z[ 18] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
27232026-07-20T10:40:10.677Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
27242026-07-20T10:40:10.677Z[SUM] 5.00-6.00 sec 428 MBytes 3.59 Gbits/sec
27252026-07-20T10:40:10.677Z- - - - - - - - - - - - - - - - - - - - - - - - -
27262026-07-20T10:40:10.677Z[ 5] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27272026-07-20T10:40:10.677Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
27282026-07-20T10:40:10.679Z[ 10] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
27292026-07-20T10:40:13.669Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
27302026-07-20T10:40:13.669Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
27312026-07-20T10:40:13.669Z[ 16] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27322026-07-20T10:40:13.669Z[ 18] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27332026-07-20T10:40:13.669Z[ 20] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27342026-07-20T10:40:13.669Z[SUM] 6.00-7.00 sec 429 MBytes 3.60 Gbits/sec
27352026-07-20T10:40:13.669Z- - - - - - - - - - - - - - - - - - - - - - - - -
27362026-07-20T10:40:13.669Z[ 5] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
27372026-07-20T10:40:13.669Z[ 8] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
27382026-07-20T10:40:13.669Z[ 10] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
27392026-07-20T10:40:13.669Z[ 12] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
27402026-07-20T10:40:13.669Z[ 14] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
27412026-07-20T10:40:13.669Z[ 16] 7.00-8.00 sec 52.2 MBytes 438 Mbits/sec
27422026-07-20T10:40:13.669Z[ 18] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
27432026-07-20T10:40:13.669Z[ 20] 7.00-8.00 sec 52.1 MBytes 437 Mbits/sec
27442026-07-20T10:40:13.670Z[SUM] 7.00-8.00 sec 418 MBytes 3.51 Gbits/sec
27452026-07-20T10:40:13.670Z- - - - - - - - - - - - - - - - - - - - - - - - -
27462026-07-20T10:40:13.670Z[ 5] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27472026-07-20T10:40:13.670Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
27482026-07-20T10:40:13.671Z[ 10] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
27492026-07-20T10:40:13.671Z[ 12] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27502026-07-20T10:40:13.671Z[ 14] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
27512026-07-20T10:40:13.671Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27522026-07-20T10:40:13.671Z[ 18] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
27532026-07-20T10:40:13.671Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
27542026-07-20T10:40:13.671Z[SUM] 8.00-9.00 sec 425 MBytes 3.56 Gbits/sec
27552026-07-20T10:40:13.671Z- - - - - - - - - - - - - - - - - - - - - - - - -
27562026-07-20T10:40:13.671Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
27572026-07-20T10:40:13.671Z[ 8] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27582026-07-20T10:40:13.671Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
27592026-07-20T10:40:13.671Z[ 12] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27602026-07-20T10:40:13.671Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
27612026-07-20T10:40:13.671Z[ 16] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27622026-07-20T10:40:13.671Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
27632026-07-20T10:40:13.671Z[ 20] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
27642026-07-20T10:40:13.671Z[SUM] 9.00-10.00 sec 426 MBytes 3.57 Gbits/sec
27652026-07-20T10:40:13.672Z- - - - - - - - - - - - - - - - - - - - - - - - -
27662026-07-20T10:40:13.672Z[ 5] 10.00-10.00 sec 128 KBytes 440 Mbits/sec
27672026-07-20T10:40:13.672Z[ 8] 10.00-10.00 sec 128 KBytes 440 Mbits/sec
27682026-07-20T10:40:13.672Z[ 10] 10.00-10.00 sec 256 KBytes 880 Mbits/sec
27692026-07-20T10:40:13.672Z[ 12] 10.00-10.00 sec 128 KBytes 440 Mbits/sec
27702026-07-20T10:40:13.672Z[ 14] 10.00-10.00 sec 128 KBytes 440 Mbits/sec
27712026-07-20T10:40:13.672Z[ 16] 10.00-10.00 sec 256 KBytes 880 Mbits/sec
27722026-07-20T10:40:13.672Z[ 18] 10.00-10.00 sec 256 KBytes 880 Mbits/sec
27732026-07-20T10:40:13.673Z[ 20] 10.00-10.00 sec 128 KBytes 440 Mbits/sec
27742026-07-20T10:40:13.673Z[SUM] 10.00-10.00 sec 1.38 MBytes 4.84 Gbits/sec
27752026-07-20T10:40:13.673Z- - - - - - - - - - - - - - - - - - - - - - - - -
27762026-07-20T10:40:13.673Z[ ID] Interval Transfer Bitrate
27772026-07-20T10:40:13.673Z[ 5] 0.00-10.00 sec 520 MBytes 437 Mbits/sec receiver
27782026-07-20T10:40:13.673Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
27792026-07-20T10:40:13.673Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
27802026-07-20T10:40:13.673Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
27812026-07-20T10:40:13.673Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
27822026-07-20T10:40:13.673Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
27832026-07-20T10:40:13.673Z[ 18] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
27842026-07-20T10:40:13.673Z[ 20] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
27852026-07-20T10:40:13.673Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec receiver
27862026-07-20T10:40:13.676ZRun 3/10...3490.8483549783937Mbps
27872026-07-20T10:40:21.071Z-----------------------------------------------------------
27882026-07-20T10:40:21.071ZServer listening on 5201 (test #14)
27892026-07-20T10:40:21.071Z-----------------------------------------------------------
27902026-07-20T10:40:21.071ZAccepted connection from 10.0.0.1, port 56627
27912026-07-20T10:40:21.071Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63167
27922026-07-20T10:40:21.071Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41305
27932026-07-20T10:40:21.071Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43930
27942026-07-20T10:40:21.071Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57774
27952026-07-20T10:40:21.071Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35952
27962026-07-20T10:40:21.071Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35132
27972026-07-20T10:40:21.071Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58830
27982026-07-20T10:40:21.071Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48944
27992026-07-20T10:40:21.072Z[ ID] Interval Transfer Bitrate
28002026-07-20T10:40:21.072Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
28012026-07-20T10:40:21.072Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
28022026-07-20T10:40:21.072Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
28032026-07-20T10:40:21.072Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
28042026-07-20T10:40:21.072Z[ 14] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
28052026-07-20T10:40:21.072Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
28062026-07-20T10:40:21.072Z[ 18] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
28072026-07-20T10:40:21.073Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
28082026-07-20T10:40:21.073Z[SUM] 0.00-1.00 sec 332 MBytes 2.79 Gbits/sec
28092026-07-20T10:40:21.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
28102026-07-20T10:40:21.073Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
28112026-07-20T10:40:21.073Z[ 8] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
28122026-07-20T10:40:21.073Z[ 10] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
28132026-07-20T10:40:21.073Z[ 12] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
28142026-07-20T10:40:21.073Z[ 14] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
28152026-07-20T10:40:21.073Z[ 16] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
28162026-07-20T10:40:21.073Z[ 18] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
28172026-07-20T10:40:21.073Z[ 20] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
28182026-07-20T10:40:21.073Z[SUM] 1.00-2.00 sec 430 MBytes 3.61 Gbits/sec
28192026-07-20T10:40:21.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
28202026-07-20T10:40:21.073Z[ 5] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28212026-07-20T10:40:21.073Z[ 8] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28222026-07-20T10:40:21.073Z[ 10] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28232026-07-20T10:40:21.073Z[ 12] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28242026-07-20T10:40:21.073Z[ 14] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28252026-07-20T10:40:21.073Z[ 16] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28262026-07-20T10:40:21.073Z[ 18] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28272026-07-20T10:40:21.073Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
28282026-07-20T10:40:21.073Z[SUM] 2.00-3.00 sec 423 MBytes 3.55 Gbits/sec
28292026-07-20T10:40:21.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
28302026-07-20T10:40:21.073Z[ 5] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
28312026-07-20T10:40:21.074Z[ 8] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
28322026-07-20T10:40:21.074Z[ 10] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
28332026-07-20T10:40:21.074Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28342026-07-20T10:40:21.074Z[ 14] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28352026-07-20T10:40:21.074Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28362026-07-20T10:40:21.074Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
28372026-07-20T10:40:21.074Z[ 20] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
28382026-07-20T10:40:21.074Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
28392026-07-20T10:40:21.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
28402026-07-20T10:40:21.074Z[ 5] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28412026-07-20T10:40:21.074Z[ 8] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28422026-07-20T10:40:21.074Z[ 10] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28432026-07-20T10:40:21.074Z[ 12] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28442026-07-20T10:40:21.074Z[ 14] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28452026-07-20T10:40:21.075Z[ 16] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
28462026-07-20T10:40:21.075Z[ 18] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28472026-07-20T10:40:21.075Z[ 20] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28482026-07-20T10:40:21.075Z[SUM] 4.00-5.00 sec 423 MBytes 3.55 Gbits/sec
28492026-07-20T10:40:21.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
28502026-07-20T10:40:21.075Z[ 5] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
28512026-07-20T10:40:21.075Z[ 8] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
28522026-07-20T10:40:21.075Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
28532026-07-20T10:40:21.075Z[ 12] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
28542026-07-20T10:40:21.075Z[ 14] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
28552026-07-20T10:40:21.075Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
28562026-07-20T10:40:21.075Z[ 18] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
28572026-07-20T10:40:21.075Z[ 20] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
28582026-07-20T10:40:21.075Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
28592026-07-20T10:40:21.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
28602026-07-20T10:40:21.075Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
28612026-07-20T10:40:21.075Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
28622026-07-20T10:40:21.075Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
28632026-07-20T10:40:24.073Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
28642026-07-20T10:40:24.073Z[ 14] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
28652026-07-20T10:40:24.074Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
28662026-07-20T10:40:24.074Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
28672026-07-20T10:40:24.074Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
28682026-07-20T10:40:24.074Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
28692026-07-20T10:40:24.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
28702026-07-20T10:40:24.074Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
28712026-07-20T10:40:24.074Z[ 8] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
28722026-07-20T10:40:24.074Z[ 10] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
28732026-07-20T10:40:24.074Z[ 12] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
28742026-07-20T10:40:24.074Z[ 14] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
28752026-07-20T10:40:24.076Z[ 16] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
28762026-07-20T10:40:24.076Z[ 18] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
28772026-07-20T10:40:24.076Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
28782026-07-20T10:40:24.076Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
28792026-07-20T10:40:24.076Z- - - - - - - - - - - - - - - - - - - - - - - - -
28802026-07-20T10:40:24.076Z[ 5] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
28812026-07-20T10:40:24.076Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
28822026-07-20T10:40:24.076Z[ 10] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
28832026-07-20T10:40:24.076Z[ 12] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
28842026-07-20T10:40:24.076Z[ 14] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
28852026-07-20T10:40:24.076Z[ 16] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
28862026-07-20T10:40:24.076Z[ 18] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
28872026-07-20T10:40:24.076Z[ 20] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
28882026-07-20T10:40:24.076Z[SUM] 8.00-9.00 sec 429 MBytes 3.60 Gbits/sec
28892026-07-20T10:40:24.076Z- - - - - - - - - - - - - - - - - - - - - - - - -
28902026-07-20T10:40:24.076Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
28912026-07-20T10:40:24.076Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
28922026-07-20T10:40:24.076Z[ 10] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
28932026-07-20T10:40:24.076Z[ 12] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
28942026-07-20T10:40:24.076Z[ 14] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
28952026-07-20T10:40:24.076Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
28962026-07-20T10:40:24.076Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
28972026-07-20T10:40:24.076Z[ 20] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
28982026-07-20T10:40:24.076Z[SUM] 9.00-10.00 sec 429 MBytes 3.60 Gbits/sec
28992026-07-20T10:40:24.076Z- - - - - - - - - - - - - - - - - - - - - - - - -
29002026-07-20T10:40:24.076Z[ 5] 10.00-10.00 sec 128 KBytes 1.03 Gbits/sec
29012026-07-20T10:40:24.076Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29022026-07-20T10:40:24.077Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29032026-07-20T10:40:24.077Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29042026-07-20T10:40:24.077Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29052026-07-20T10:40:24.077Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29062026-07-20T10:40:24.077Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29072026-07-20T10:40:24.077Z[ 20] 10.00-10.00 sec 128 KBytes 1.03 Gbits/sec
29082026-07-20T10:40:24.077Z[SUM] 10.00-10.00 sec 256 KBytes 2.06 Gbits/sec
29092026-07-20T10:40:24.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
29102026-07-20T10:40:24.077Z[ ID] Interval Transfer Bitrate
29112026-07-20T10:40:24.077Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29122026-07-20T10:40:24.077Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29132026-07-20T10:40:24.077Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29142026-07-20T10:40:24.077Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29152026-07-20T10:40:24.077Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29162026-07-20T10:40:24.077Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29172026-07-20T10:40:24.077Z[ 18] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29182026-07-20T10:40:24.077Z[ 20] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
29192026-07-20T10:40:24.077Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec receiver
29202026-07-20T10:40:24.081ZRun 4/10...3490.734423781696Mbps
29212026-07-20T10:40:31.482Z-----------------------------------------------------------
29222026-07-20T10:40:31.482ZServer listening on 5201 (test #15)
29232026-07-20T10:40:31.482Z-----------------------------------------------------------
29242026-07-20T10:40:31.482ZAccepted connection from 10.0.0.1, port 33591
29252026-07-20T10:40:31.482Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57996
29262026-07-20T10:40:31.482Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41576
29272026-07-20T10:40:31.482Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44914
29282026-07-20T10:40:31.482Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57951
29292026-07-20T10:40:31.482Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51689
29302026-07-20T10:40:31.482Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42613
29312026-07-20T10:40:31.482Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49614
29322026-07-20T10:40:31.482Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56552
29332026-07-20T10:40:31.482Z[ ID] Interval Transfer Bitrate
29342026-07-20T10:40:31.482Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29352026-07-20T10:40:31.482Z[ 8] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
29362026-07-20T10:40:31.482Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29372026-07-20T10:40:31.482Z[ 12] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
29382026-07-20T10:40:31.482Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29392026-07-20T10:40:31.482Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29402026-07-20T10:40:31.482Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
29412026-07-20T10:40:31.482Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29422026-07-20T10:40:31.482Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
29432026-07-20T10:40:31.482Z- - - - - - - - - - - - - - - - - - - - - - - - -
29442026-07-20T10:40:31.482Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29452026-07-20T10:40:31.484Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29462026-07-20T10:40:31.484Z[ 10] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29472026-07-20T10:40:31.484Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29482026-07-20T10:40:31.484Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29492026-07-20T10:40:31.484Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29502026-07-20T10:40:31.484Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29512026-07-20T10:40:31.484Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29522026-07-20T10:40:31.484Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
29532026-07-20T10:40:31.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
29542026-07-20T10:40:31.484Z[ 5] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29552026-07-20T10:40:31.484Z[ 8] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29562026-07-20T10:40:31.484Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
29572026-07-20T10:40:31.484Z[ 12] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
29582026-07-20T10:40:31.484Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
29592026-07-20T10:40:31.484Z[ 16] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29602026-07-20T10:40:31.484Z[ 18] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
29612026-07-20T10:40:31.484Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
29622026-07-20T10:40:31.484Z[SUM] 2.00-3.00 sec 422 MBytes 3.54 Gbits/sec
29632026-07-20T10:40:31.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
29642026-07-20T10:40:31.484Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
29652026-07-20T10:40:31.484Z[ 8] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
29662026-07-20T10:40:31.484Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
29672026-07-20T10:40:31.484Z[ 12] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
29682026-07-20T10:40:31.484Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
29692026-07-20T10:40:31.485Z[ 16] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
29702026-07-20T10:40:31.485Z[ 18] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
29712026-07-20T10:40:31.485Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
29722026-07-20T10:40:31.485Z[SUM] 3.00-4.00 sec 421 MBytes 3.53 Gbits/sec
29732026-07-20T10:40:31.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
29742026-07-20T10:40:31.485Z[ 5] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
29752026-07-20T10:40:31.485Z[ 8] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
29762026-07-20T10:40:31.485Z[ 10] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
29772026-07-20T10:40:31.485Z[ 12] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
29782026-07-20T10:40:31.485Z[ 14] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
29792026-07-20T10:40:31.485Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
29802026-07-20T10:40:31.485Z[ 18] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
29812026-07-20T10:40:31.485Z[ 20] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
29822026-07-20T10:40:31.485Z[SUM] 4.00-5.00 sec 430 MBytes 3.60 Gbits/sec
29832026-07-20T10:40:31.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
29842026-07-20T10:40:31.485Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
29852026-07-20T10:40:31.485Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
29862026-07-20T10:40:31.485Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
29872026-07-20T10:40:31.485Z[ 12] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
29882026-07-20T10:40:31.485Z[ 14] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
29892026-07-20T10:40:31.485Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
29902026-07-20T10:40:31.486Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
29912026-07-20T10:40:31.486Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
29922026-07-20T10:40:31.486Z[SUM] 5.00-6.00 sec 420 MBytes 3.53 Gbits/sec
29932026-07-20T10:40:31.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
29942026-07-20T10:40:31.486Z[ 5] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
29952026-07-20T10:40:31.486Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
29962026-07-20T10:40:31.486Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
29972026-07-20T10:40:34.484Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
29982026-07-20T10:40:34.484Z[ 14] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
29992026-07-20T10:40:34.484Z[ 16] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
30002026-07-20T10:40:34.484Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
30012026-07-20T10:40:34.484Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
30022026-07-20T10:40:34.484Z[SUM] 6.00-7.00 sec 424 MBytes 3.56 Gbits/sec
30032026-07-20T10:40:34.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
30042026-07-20T10:40:34.484Z[ 5] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30052026-07-20T10:40:34.484Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30062026-07-20T10:40:34.484Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30072026-07-20T10:40:34.484Z[ 12] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30082026-07-20T10:40:34.484Z[ 14] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30092026-07-20T10:40:34.484Z[ 16] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30102026-07-20T10:40:34.484Z[ 18] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
30112026-07-20T10:40:34.484Z[ 20] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
30122026-07-20T10:40:34.484Z[SUM] 7.00-8.00 sec 425 MBytes 3.57 Gbits/sec
30132026-07-20T10:40:34.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
30142026-07-20T10:40:34.484Z[ 5] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
30152026-07-20T10:40:34.485Z[ 8] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
30162026-07-20T10:40:34.485Z[ 10] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
30172026-07-20T10:40:34.485Z[ 12] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
30182026-07-20T10:40:34.485Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
30192026-07-20T10:40:34.486Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
30202026-07-20T10:40:34.486Z[ 18] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
30212026-07-20T10:40:34.486Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
30222026-07-20T10:40:34.486Z[SUM] 8.00-9.00 sec 425 MBytes 3.57 Gbits/sec
30232026-07-20T10:40:34.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
30242026-07-20T10:40:34.486Z[ 5] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30252026-07-20T10:40:34.486Z[ 8] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30262026-07-20T10:40:34.486Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
30272026-07-20T10:40:34.486Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30282026-07-20T10:40:34.486Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
30292026-07-20T10:40:34.486Z[ 16] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
30302026-07-20T10:40:34.486Z[ 18] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30312026-07-20T10:40:34.486Z[ 20] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
30322026-07-20T10:40:34.486Z[SUM] 9.00-10.00 sec 422 MBytes 3.54 Gbits/sec
30332026-07-20T10:40:34.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
30342026-07-20T10:40:34.486Z[ 5] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
30352026-07-20T10:40:34.486Z[ 8] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
30362026-07-20T10:40:34.486Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30372026-07-20T10:40:34.486Z[ 12] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
30382026-07-20T10:40:34.486Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30392026-07-20T10:40:34.486Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30402026-07-20T10:40:34.486Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30412026-07-20T10:40:34.486Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30422026-07-20T10:40:34.486Z[SUM] 10.00-10.00 sec 384 KBytes 3.04 Gbits/sec
30432026-07-20T10:40:34.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
30442026-07-20T10:40:34.489Z[ ID] Interval Transfer Bitrate
30452026-07-20T10:40:34.489Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30462026-07-20T10:40:34.489Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30472026-07-20T10:40:34.489Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30482026-07-20T10:40:34.489Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30492026-07-20T10:40:34.489Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30502026-07-20T10:40:34.489Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30512026-07-20T10:40:34.489Z[ 18] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30522026-07-20T10:40:34.489Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
30532026-07-20T10:40:34.489Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec receiver
30542026-07-20T10:40:34.493ZRun 5/10...3483.2921429144267Mbps
30552026-07-20T10:40:41.891Z-----------------------------------------------------------
30562026-07-20T10:40:41.893ZServer listening on 5201 (test #16)
30572026-07-20T10:40:41.893Z-----------------------------------------------------------
30582026-07-20T10:40:41.893ZAccepted connection from 10.0.0.1, port 59859
30592026-07-20T10:40:41.893Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39424
30602026-07-20T10:40:41.893Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64587
30612026-07-20T10:40:41.893Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51026
30622026-07-20T10:40:41.893Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48573
30632026-07-20T10:40:41.893Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47262
30642026-07-20T10:40:41.893Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53795
30652026-07-20T10:40:41.894Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38367
30662026-07-20T10:40:41.894Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53529
30672026-07-20T10:40:41.894Z[ ID] Interval Transfer Bitrate
30682026-07-20T10:40:41.894Z[ 5] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
30692026-07-20T10:40:41.894Z[ 8] 0.00-1.00 sec 41.0 MBytes 344 Mbits/sec
30702026-07-20T10:40:41.894Z[ 10] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
30712026-07-20T10:40:41.894Z[ 12] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
30722026-07-20T10:40:41.894Z[ 14] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
30732026-07-20T10:40:41.894Z[ 16] 0.00-1.00 sec 41.0 MBytes 344 Mbits/sec
30742026-07-20T10:40:41.894Z[ 18] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
30752026-07-20T10:40:41.894Z[ 20] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
30762026-07-20T10:40:41.894Z[SUM] 0.00-1.00 sec 327 MBytes 2.75 Gbits/sec
30772026-07-20T10:40:41.894Z- - - - - - - - - - - - - - - - - - - - - - - - -
30782026-07-20T10:40:41.894Z[ 5] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
30792026-07-20T10:40:41.894Z[ 8] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
30802026-07-20T10:40:41.895Z[ 10] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
30812026-07-20T10:40:41.895Z[ 12] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
30822026-07-20T10:40:41.895Z[ 14] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
30832026-07-20T10:40:41.895Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
30842026-07-20T10:40:41.895Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
30852026-07-20T10:40:41.895Z[ 20] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
30862026-07-20T10:40:41.895Z[SUM] 1.00-2.00 sec 421 MBytes 3.53 Gbits/sec
30872026-07-20T10:40:41.895Z- - - - - - - - - - - - - - - - - - - - - - - - -
30882026-07-20T10:40:41.895Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
30892026-07-20T10:40:41.895Z[ 8] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
30902026-07-20T10:40:41.895Z[ 10] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
30912026-07-20T10:40:41.895Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
30922026-07-20T10:40:41.895Z[ 14] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
30932026-07-20T10:40:41.895Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
30942026-07-20T10:40:41.895Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
30952026-07-20T10:40:41.895Z[ 20] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
30962026-07-20T10:40:41.895Z[SUM] 2.00-3.00 sec 426 MBytes 3.57 Gbits/sec
30972026-07-20T10:40:41.895Z- - - - - - - - - - - - - - - - - - - - - - - - -
30982026-07-20T10:40:41.895Z[ 5] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
30992026-07-20T10:40:41.895Z[ 8] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
31002026-07-20T10:40:41.895Z[ 10] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
31012026-07-20T10:40:41.895Z[ 12] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
31022026-07-20T10:40:41.895Z[ 14] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
31032026-07-20T10:40:41.895Z[ 16] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
31042026-07-20T10:40:41.897Z[ 18] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
31052026-07-20T10:40:41.897Z[ 20] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
31062026-07-20T10:40:41.897Z[SUM] 3.00-4.00 sec 418 MBytes 3.51 Gbits/sec
31072026-07-20T10:40:41.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
31082026-07-20T10:40:41.897Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
31092026-07-20T10:40:41.897Z[ 8] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
31102026-07-20T10:40:41.897Z[ 10] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
31112026-07-20T10:40:41.897Z[ 12] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
31122026-07-20T10:40:41.897Z[ 14] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
31132026-07-20T10:40:41.897Z[ 16] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
31142026-07-20T10:40:41.897Z[ 18] 4.00-5.00 sec 52.8 MBytes 443 Mbits/sec
31152026-07-20T10:40:41.897Z[ 20] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
31162026-07-20T10:40:41.897Z[SUM] 4.00-5.00 sec 423 MBytes 3.55 Gbits/sec
31172026-07-20T10:40:41.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
31182026-07-20T10:40:41.898Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
31192026-07-20T10:40:41.898Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
31202026-07-20T10:40:41.898Z[ 10] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
31212026-07-20T10:40:41.898Z[ 12] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
31222026-07-20T10:40:41.898Z[ 14] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
31232026-07-20T10:40:41.898Z[ 16] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
31242026-07-20T10:40:41.898Z[ 18] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
31252026-07-20T10:40:41.898Z[ 20] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
31262026-07-20T10:40:41.898Z[SUM] 5.00-6.00 sec 428 MBytes 3.59 Gbits/sec
31272026-07-20T10:40:41.898Z- - - - - - - - - - - - - - - - - - - - - - - - -
31282026-07-20T10:40:41.898Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31292026-07-20T10:40:41.898Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31302026-07-20T10:40:41.898Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31312026-07-20T10:40:44.893Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31322026-07-20T10:40:44.893Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
31332026-07-20T10:40:44.893Z[ 16] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
31342026-07-20T10:40:44.893Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31352026-07-20T10:40:44.893Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31362026-07-20T10:40:44.893Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
31372026-07-20T10:40:44.893Z- - - - - - - - - - - - - - - - - - - - - - - - -
31382026-07-20T10:40:44.893Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31392026-07-20T10:40:44.893Z[ 8] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
31402026-07-20T10:40:44.893Z[ 10] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31412026-07-20T10:40:44.896Z[ 12] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
31422026-07-20T10:40:44.896Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31432026-07-20T10:40:44.896Z[ 16] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
31442026-07-20T10:40:44.896Z[ 18] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31452026-07-20T10:40:44.896Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31462026-07-20T10:40:44.896Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
31472026-07-20T10:40:44.896Z- - - - - - - - - - - - - - - - - - - - - - - - -
31482026-07-20T10:40:44.896Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
31492026-07-20T10:40:44.896Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
31502026-07-20T10:40:44.896Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
31512026-07-20T10:40:44.896Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
31522026-07-20T10:40:44.896Z[ 14] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
31532026-07-20T10:40:44.896Z[ 16] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
31542026-07-20T10:40:44.896Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
31552026-07-20T10:40:44.896Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
31562026-07-20T10:40:44.896Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
31572026-07-20T10:40:44.896Z- - - - - - - - - - - - - - - - - - - - - - - - -
31582026-07-20T10:40:44.896Z[ 5] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
31592026-07-20T10:40:44.896Z[ 8] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
31602026-07-20T10:40:44.897Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
31612026-07-20T10:40:44.897Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
31622026-07-20T10:40:44.901Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
31632026-07-20T10:40:44.901Z[ 16] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
31642026-07-20T10:40:44.901Z[ 18] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
31652026-07-20T10:40:44.902Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
31662026-07-20T10:40:44.902Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
31672026-07-20T10:40:44.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
31682026-07-20T10:40:44.902Z[ 5] 10.00-10.00 sec 128 KBytes 864 Mbits/sec
31692026-07-20T10:40:44.902Z[ 8] 10.00-10.00 sec 128 KBytes 864 Mbits/sec
31702026-07-20T10:40:44.902Z[ 10] 10.00-10.00 sec 128 KBytes 864 Mbits/sec
31712026-07-20T10:40:44.902Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31722026-07-20T10:40:44.902Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31732026-07-20T10:40:44.902Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31742026-07-20T10:40:44.902Z[ 18] 10.00-10.00 sec 128 KBytes 865 Mbits/sec
31752026-07-20T10:40:44.902Z[ 20] 10.00-10.00 sec 128 KBytes 865 Mbits/sec
31762026-07-20T10:40:44.902Z[SUM] 10.00-10.00 sec 640 KBytes 4.32 Gbits/sec
31772026-07-20T10:40:44.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
31782026-07-20T10:40:44.902Z[ ID] Interval Transfer Bitrate
31792026-07-20T10:40:44.902Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31802026-07-20T10:40:44.902Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31812026-07-20T10:40:44.902Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31822026-07-20T10:40:44.903Z[ 12] 0.00-10.00 sec 519 MBytes 436 Mbits/sec receiver
31832026-07-20T10:40:44.903Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31842026-07-20T10:40:44.903Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31852026-07-20T10:40:44.903Z[ 18] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31862026-07-20T10:40:44.903Z[ 20] 0.00-10.00 sec 519 MBytes 436 Mbits/sec receiver
31872026-07-20T10:40:44.903Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.48 Gbits/sec receiver
31882026-07-20T10:40:44.905ZRun 6/10...3483.3990881796954Mbps
31892026-07-20T10:40:52.298Z-----------------------------------------------------------
31902026-07-20T10:40:52.298ZServer listening on 5201 (test #17)
31912026-07-20T10:40:52.298Z-----------------------------------------------------------
31922026-07-20T10:40:52.298ZAccepted connection from 10.0.0.1, port 64520
31932026-07-20T10:40:52.298Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35165
31942026-07-20T10:40:52.298Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50050
31952026-07-20T10:40:52.298Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53277
31962026-07-20T10:40:52.298Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50447
31972026-07-20T10:40:52.298Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38994
31982026-07-20T10:40:52.298Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57869
31992026-07-20T10:40:52.298Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52656
32002026-07-20T10:40:52.298Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37426
32012026-07-20T10:40:52.298Z[ ID] Interval Transfer Bitrate
32022026-07-20T10:40:52.298Z[ 5] 0.00-1.00 sec 42.5 MBytes 356 Mbits/sec
32032026-07-20T10:40:52.298Z[ 8] 0.00-1.00 sec 42.5 MBytes 356 Mbits/sec
32042026-07-20T10:40:52.298Z[ 10] 0.00-1.00 sec 42.5 MBytes 356 Mbits/sec
32052026-07-20T10:40:52.298Z[ 12] 0.00-1.00 sec 42.6 MBytes 357 Mbits/sec
32062026-07-20T10:40:52.298Z[ 14] 0.00-1.00 sec 42.5 MBytes 356 Mbits/sec
32072026-07-20T10:40:52.299Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
32082026-07-20T10:40:52.299Z[ 18] 0.00-1.00 sec 42.6 MBytes 357 Mbits/sec
32092026-07-20T10:40:52.299Z[ 20] 0.00-1.00 sec 42.5 MBytes 356 Mbits/sec
32102026-07-20T10:40:52.299Z[SUM] 0.00-1.00 sec 340 MBytes 2.85 Gbits/sec
32112026-07-20T10:40:52.299Z- - - - - - - - - - - - - - - - - - - - - - - - -
32122026-07-20T10:40:52.299Z[ 5] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
32132026-07-20T10:40:52.299Z[ 8] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32142026-07-20T10:40:52.299Z[ 10] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32152026-07-20T10:40:52.299Z[ 12] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32162026-07-20T10:40:52.299Z[ 14] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
32172026-07-20T10:40:52.299Z[ 16] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
32182026-07-20T10:40:52.299Z[ 18] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
32192026-07-20T10:40:52.299Z[ 20] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
32202026-07-20T10:40:52.299Z[SUM] 1.00-2.00 sec 433 MBytes 3.63 Gbits/sec
32212026-07-20T10:40:52.299Z- - - - - - - - - - - - - - - - - - - - - - - - -
32222026-07-20T10:40:52.299Z[ 5] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
32232026-07-20T10:40:52.299Z[ 8] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
32242026-07-20T10:40:52.299Z[ 10] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
32252026-07-20T10:40:52.300Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
32262026-07-20T10:40:52.300Z[ 14] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
32272026-07-20T10:40:52.300Z[ 16] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
32282026-07-20T10:40:52.300Z[ 18] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
32292026-07-20T10:40:52.301Z[ 20] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
32302026-07-20T10:40:52.301Z[SUM] 2.00-3.00 sec 434 MBytes 3.64 Gbits/sec
32312026-07-20T10:40:52.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
32322026-07-20T10:40:52.301Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
32332026-07-20T10:40:52.301Z[ 8] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32342026-07-20T10:40:52.301Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
32352026-07-20T10:40:52.301Z[ 12] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
32362026-07-20T10:40:52.301Z[ 14] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
32372026-07-20T10:40:52.301Z[ 16] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
32382026-07-20T10:40:52.301Z[ 18] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
32392026-07-20T10:40:52.301Z[ 20] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
32402026-07-20T10:40:52.301Z[SUM] 3.00-4.00 sec 428 MBytes 3.59 Gbits/sec
32412026-07-20T10:40:52.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
32422026-07-20T10:40:52.301Z[ 5] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
32432026-07-20T10:40:52.301Z[ 8] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
32442026-07-20T10:40:52.301Z[ 10] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
32452026-07-20T10:40:52.301Z[ 12] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
32462026-07-20T10:40:52.301Z[ 14] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
32472026-07-20T10:40:52.301Z[ 16] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
32482026-07-20T10:40:52.301Z[ 18] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
32492026-07-20T10:40:52.301Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
32502026-07-20T10:40:52.301Z[SUM] 4.00-5.00 sec 427 MBytes 3.58 Gbits/sec
32512026-07-20T10:40:52.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
32522026-07-20T10:40:52.301Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32532026-07-20T10:40:52.302Z[ 8] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32542026-07-20T10:40:52.302Z[ 10] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
32552026-07-20T10:40:52.302Z[ 12] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32562026-07-20T10:40:52.302Z[ 14] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
32572026-07-20T10:40:52.302Z[ 16] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32582026-07-20T10:40:52.302Z[ 18] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
32592026-07-20T10:40:52.302Z[ 20] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32602026-07-20T10:40:52.302Z[SUM] 5.00-6.00 sec 434 MBytes 3.64 Gbits/sec
32612026-07-20T10:40:52.302Z- - - - - - - - - - - - - - - - - - - - - - - - -
32622026-07-20T10:40:52.302Z[ 5] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32632026-07-20T10:40:52.302Z[ 8] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32642026-07-20T10:40:52.302Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
32652026-07-20T10:40:55.300Z[ 12] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32662026-07-20T10:40:55.300Z[ 14] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32672026-07-20T10:40:55.300Z[ 16] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32682026-07-20T10:40:55.300Z[ 18] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
32692026-07-20T10:40:55.300Z[ 20] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32702026-07-20T10:40:55.300Z[SUM] 6.00-7.00 sec 430 MBytes 3.61 Gbits/sec
32712026-07-20T10:40:55.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
32722026-07-20T10:40:55.300Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
32732026-07-20T10:40:55.300Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
32742026-07-20T10:40:55.301Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
32752026-07-20T10:40:55.301Z[ 12] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
32762026-07-20T10:40:55.301Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
32772026-07-20T10:40:55.301Z[ 16] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
32782026-07-20T10:40:55.301Z[ 18] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
32792026-07-20T10:40:55.301Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
32802026-07-20T10:40:55.301Z[SUM] 7.00-8.00 sec 429 MBytes 3.60 Gbits/sec
32812026-07-20T10:40:55.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
32822026-07-20T10:40:55.301Z[ 5] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
32832026-07-20T10:40:55.301Z[ 8] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
32842026-07-20T10:40:55.301Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
32852026-07-20T10:40:55.301Z[ 12] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
32862026-07-20T10:40:55.301Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
32872026-07-20T10:40:55.302Z[ 16] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
32882026-07-20T10:40:55.302Z[ 18] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
32892026-07-20T10:40:55.302Z[ 20] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
32902026-07-20T10:40:55.302Z[SUM] 8.00-9.00 sec 424 MBytes 3.56 Gbits/sec
32912026-07-20T10:40:55.302Z- - - - - - - - - - - - - - - - - - - - - - - - -
32922026-07-20T10:40:55.302Z[ 5] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32932026-07-20T10:40:55.302Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32942026-07-20T10:40:55.302Z[ 10] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32952026-07-20T10:40:55.302Z[ 12] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32962026-07-20T10:40:55.302Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32972026-07-20T10:40:55.302Z[ 16] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
32982026-07-20T10:40:55.302Z[ 18] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32992026-07-20T10:40:55.302Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
33002026-07-20T10:40:55.302Z[SUM] 9.00-10.00 sec 427 MBytes 3.58 Gbits/sec
33012026-07-20T10:40:55.302Z- - - - - - - - - - - - - - - - - - - - - - - - -
33022026-07-20T10:40:55.302Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33032026-07-20T10:40:55.302Z[ 8] 10.00-10.00 sec 128 KBytes 914 Mbits/sec
33042026-07-20T10:40:55.302Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33052026-07-20T10:40:55.302Z[ 12] 10.00-10.00 sec 128 KBytes 915 Mbits/sec
33062026-07-20T10:40:55.302Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33072026-07-20T10:40:55.302Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33082026-07-20T10:40:55.302Z[ 18] 10.00-10.00 sec 128 KBytes 914 Mbits/sec
33092026-07-20T10:40:55.304Z[ 20] 10.00-10.00 sec 128 KBytes 914 Mbits/sec
33102026-07-20T10:40:55.304Z[SUM] 10.00-10.00 sec 512 KBytes 3.65 Gbits/sec
33112026-07-20T10:40:55.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
33122026-07-20T10:40:55.305Z[ ID] Interval Transfer Bitrate
33132026-07-20T10:40:55.305Z[ 5] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33142026-07-20T10:40:55.305Z[ 8] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33152026-07-20T10:40:55.305Z[ 10] 0.00-10.00 sec 525 MBytes 441 Mbits/sec receiver
33162026-07-20T10:40:55.305Z[ 12] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33172026-07-20T10:40:55.305Z[ 14] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33182026-07-20T10:40:55.305Z[ 16] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33192026-07-20T10:40:55.305Z[ 18] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33202026-07-20T10:40:55.305Z[ 20] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33212026-07-20T10:40:55.305Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
33222026-07-20T10:40:55.308ZRun 7/10...3528.1663185247785Mbps
33232026-07-20T10:41:02.704Z-----------------------------------------------------------
33242026-07-20T10:41:02.704ZServer listening on 5201 (test #18)
33252026-07-20T10:41:02.704Z-----------------------------------------------------------
33262026-07-20T10:41:02.704ZAccepted connection from 10.0.0.1, port 55651
33272026-07-20T10:41:02.704Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47891
33282026-07-20T10:41:02.704Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42752
33292026-07-20T10:41:02.704Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60388
33302026-07-20T10:41:02.704Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63333
33312026-07-20T10:41:02.704Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47384
33322026-07-20T10:41:02.704Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49800
33332026-07-20T10:41:02.705Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63500
33342026-07-20T10:41:02.705Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34654
33352026-07-20T10:41:02.705Z[ ID] Interval Transfer Bitrate
33362026-07-20T10:41:02.705Z[ 5] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
33372026-07-20T10:41:02.705Z[ 8] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33382026-07-20T10:41:02.705Z[ 10] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
33392026-07-20T10:41:02.705Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
33402026-07-20T10:41:02.705Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
33412026-07-20T10:41:02.705Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33422026-07-20T10:41:02.705Z[ 18] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
33432026-07-20T10:41:02.705Z[ 20] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
33442026-07-20T10:41:02.705Z[SUM] 0.00-1.00 sec 338 MBytes 2.83 Gbits/sec
33452026-07-20T10:41:02.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
33462026-07-20T10:41:02.705Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
33472026-07-20T10:41:02.705Z[ 8] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
33482026-07-20T10:41:02.705Z[ 10] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
33492026-07-20T10:41:02.705Z[ 12] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
33502026-07-20T10:41:02.705Z[ 14] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
33512026-07-20T10:41:02.706Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
33522026-07-20T10:41:02.706Z[ 18] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
33532026-07-20T10:41:02.706Z[ 20] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
33542026-07-20T10:41:02.706Z[SUM] 1.00-2.00 sec 431 MBytes 3.61 Gbits/sec
33552026-07-20T10:41:02.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
33562026-07-20T10:41:02.706Z[ 5] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
33572026-07-20T10:41:02.706Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
33582026-07-20T10:41:02.706Z[ 10] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33592026-07-20T10:41:02.706Z[ 12] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
33602026-07-20T10:41:02.706Z[ 14] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
33612026-07-20T10:41:02.706Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
33622026-07-20T10:41:02.706Z[ 18] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
33632026-07-20T10:41:02.706Z[ 20] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
33642026-07-20T10:41:02.706Z[SUM] 2.00-3.00 sec 428 MBytes 3.59 Gbits/sec
33652026-07-20T10:41:02.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
33662026-07-20T10:41:02.706Z[ 5] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
33672026-07-20T10:41:02.706Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
33682026-07-20T10:41:02.706Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
33692026-07-20T10:41:02.706Z[ 12] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
33702026-07-20T10:41:02.706Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
33712026-07-20T10:41:02.706Z[ 16] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
33722026-07-20T10:41:02.706Z[ 18] 3.00-4.00 sec 52.8 MBytes 443 Mbits/sec
33732026-07-20T10:41:02.706Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
33742026-07-20T10:41:02.706Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
33752026-07-20T10:41:02.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
33762026-07-20T10:41:02.706Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
33772026-07-20T10:41:02.706Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
33782026-07-20T10:41:02.706Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
33792026-07-20T10:41:02.706Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
33802026-07-20T10:41:02.706Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
33812026-07-20T10:41:02.706Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
33822026-07-20T10:41:02.706Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
33832026-07-20T10:41:02.706Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
33842026-07-20T10:41:02.706Z[SUM] 4.00-5.00 sec 425 MBytes 3.57 Gbits/sec
33852026-07-20T10:41:02.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
33862026-07-20T10:41:02.706Z[ 5] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33872026-07-20T10:41:02.706Z[ 8] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33882026-07-20T10:41:02.706Z[ 10] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
33892026-07-20T10:41:02.706Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33902026-07-20T10:41:02.706Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33912026-07-20T10:41:02.707Z[ 16] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33922026-07-20T10:41:02.707Z[ 18] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33932026-07-20T10:41:02.707Z[ 20] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33942026-07-20T10:41:02.707Z[SUM] 5.00-6.00 sec 425 MBytes 3.57 Gbits/sec
33952026-07-20T10:41:02.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
33962026-07-20T10:41:02.707Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
33972026-07-20T10:41:02.707Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
33982026-07-20T10:41:02.707Z[ 10] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
33992026-07-20T10:41:05.705Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
34002026-07-20T10:41:05.705Z[ 14] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
34012026-07-20T10:41:05.705Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
34022026-07-20T10:41:05.705Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
34032026-07-20T10:41:05.705Z[ 20] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
34042026-07-20T10:41:05.705Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
34052026-07-20T10:41:05.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
34062026-07-20T10:41:05.706Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
34072026-07-20T10:41:05.706Z[ 8] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34082026-07-20T10:41:05.706Z[ 10] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34092026-07-20T10:41:05.706Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34102026-07-20T10:41:05.706Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34112026-07-20T10:41:05.707Z[ 16] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
34122026-07-20T10:41:05.707Z[ 18] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34132026-07-20T10:41:05.707Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34142026-07-20T10:41:05.707Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
34152026-07-20T10:41:05.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
34162026-07-20T10:41:05.707Z[ 5] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34172026-07-20T10:41:05.707Z[ 8] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
34182026-07-20T10:41:05.707Z[ 10] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34192026-07-20T10:41:05.707Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
34202026-07-20T10:41:05.707Z[ 14] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
34212026-07-20T10:41:05.707Z[ 16] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
34222026-07-20T10:41:05.707Z[ 18] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
34232026-07-20T10:41:05.707Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34242026-07-20T10:41:05.707Z[SUM] 8.00-9.00 sec 432 MBytes 3.62 Gbits/sec
34252026-07-20T10:41:05.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
34262026-07-20T10:41:05.707Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
34272026-07-20T10:41:05.707Z[ 8] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
34282026-07-20T10:41:05.707Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
34292026-07-20T10:41:05.707Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
34302026-07-20T10:41:05.707Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
34312026-07-20T10:41:05.708Z[ 16] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
34322026-07-20T10:41:05.708Z[ 18] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
34332026-07-20T10:41:05.708Z[ 20] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
34342026-07-20T10:41:05.708Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
34352026-07-20T10:41:05.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
34362026-07-20T10:41:05.708Z[ 5] 10.00-10.00 sec 128 KBytes 995 Mbits/sec
34372026-07-20T10:41:05.708Z[ 8] 10.00-10.00 sec 128 KBytes 995 Mbits/sec
34382026-07-20T10:41:05.708Z[ 10] 10.00-10.00 sec 128 KBytes 995 Mbits/sec
34392026-07-20T10:41:05.708Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34402026-07-20T10:41:05.708Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34412026-07-20T10:41:05.708Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34422026-07-20T10:41:05.708Z[ 18] 10.00-10.00 sec 128 KBytes 996 Mbits/sec
34432026-07-20T10:41:05.708Z[ 20] 10.00-10.00 sec 128 KBytes 996 Mbits/sec
34442026-07-20T10:41:05.708Z[SUM] 10.00-10.00 sec 640 KBytes 4.97 Gbits/sec
34452026-07-20T10:41:05.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
34462026-07-20T10:41:05.708Z[ ID] Interval Transfer Bitrate
34472026-07-20T10:41:05.708Z[ 5] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
34482026-07-20T10:41:05.708Z[ 8] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
34492026-07-20T10:41:05.708Z[ 10] 0.00-10.00 sec 523 MBytes 438 Mbits/sec receiver
34502026-07-20T10:41:05.708Z[ 12] 0.00-10.00 sec 523 MBytes 438 Mbits/sec receiver
34512026-07-20T10:41:05.708Z[ 14] 0.00-10.00 sec 523 MBytes 438 Mbits/sec receiver
34522026-07-20T10:41:05.708Z[ 16] 0.00-10.00 sec 523 MBytes 438 Mbits/sec receiver
34532026-07-20T10:41:05.708Z[ 18] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
34542026-07-20T10:41:05.709Z[ 20] 0.00-10.00 sec 523 MBytes 438 Mbits/sec receiver
34552026-07-20T10:41:05.709Z[SUM] 0.00-10.00 sec 4.08 GBytes 3.51 Gbits/sec receiver
34562026-07-20T10:41:05.713ZRun 8/10...3507.3015451946153Mbps
34572026-07-20T10:41:13.109Z-----------------------------------------------------------
34582026-07-20T10:41:13.109ZServer listening on 5201 (test #19)
34592026-07-20T10:41:13.109Z-----------------------------------------------------------
34602026-07-20T10:41:13.109ZAccepted connection from 10.0.0.1, port 64039
34612026-07-20T10:41:13.109Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40480
34622026-07-20T10:41:13.109Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60218
34632026-07-20T10:41:13.109Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37805
34642026-07-20T10:41:13.109Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53893
34652026-07-20T10:41:13.109Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50743
34662026-07-20T10:41:13.109Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58238
34672026-07-20T10:41:13.109Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41578
34682026-07-20T10:41:13.109Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55105
34692026-07-20T10:41:13.109Z[ ID] Interval Transfer Bitrate
34702026-07-20T10:41:13.109Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
34712026-07-20T10:41:13.109Z[ 8] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
34722026-07-20T10:41:13.109Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34732026-07-20T10:41:13.109Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
34742026-07-20T10:41:13.109Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
34752026-07-20T10:41:13.109Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
34762026-07-20T10:41:13.109Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
34772026-07-20T10:41:13.109Z[ 20] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
34782026-07-20T10:41:13.109Z[SUM] 0.00-1.00 sec 334 MBytes 2.80 Gbits/sec
34792026-07-20T10:41:13.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
34802026-07-20T10:41:13.109Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34812026-07-20T10:41:13.109Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
34822026-07-20T10:41:13.109Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
34832026-07-20T10:41:13.110Z[ 12] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
34842026-07-20T10:41:13.110Z[ 14] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
34852026-07-20T10:41:13.110Z[ 16] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34862026-07-20T10:41:13.110Z[ 18] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
34872026-07-20T10:41:13.110Z[ 20] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
34882026-07-20T10:41:13.110Z[SUM] 1.00-2.00 sec 429 MBytes 3.60 Gbits/sec
34892026-07-20T10:41:13.110Z- - - - - - - - - - - - - - - - - - - - - - - - -
34902026-07-20T10:41:13.110Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
34912026-07-20T10:41:13.110Z[ 8] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
34922026-07-20T10:41:13.110Z[ 10] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
34932026-07-20T10:41:13.110Z[ 12] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
34942026-07-20T10:41:13.110Z[ 14] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
34952026-07-20T10:41:13.110Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
34962026-07-20T10:41:13.110Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
34972026-07-20T10:41:13.111Z[ 20] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
34982026-07-20T10:41:13.111Z[SUM] 2.00-3.00 sec 427 MBytes 3.58 Gbits/sec
34992026-07-20T10:41:13.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
35002026-07-20T10:41:13.111Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
35012026-07-20T10:41:13.111Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
35022026-07-20T10:41:13.111Z[ 10] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
35032026-07-20T10:41:13.111Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
35042026-07-20T10:41:13.111Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
35052026-07-20T10:41:13.111Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
35062026-07-20T10:41:13.111Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
35072026-07-20T10:41:13.111Z[ 20] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
35082026-07-20T10:41:13.112Z[SUM] 3.00-4.00 sec 425 MBytes 3.56 Gbits/sec
35092026-07-20T10:41:13.112Z- - - - - - - - - - - - - - - - - - - - - - - - -
35102026-07-20T10:41:13.112Z[ 5] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
35112026-07-20T10:41:13.112Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
35122026-07-20T10:41:13.112Z[ 10] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
35132026-07-20T10:41:13.112Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
35142026-07-20T10:41:13.112Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
35152026-07-20T10:41:13.112Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
35162026-07-20T10:41:13.112Z[ 18] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
35172026-07-20T10:41:13.112Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
35182026-07-20T10:41:13.112Z[SUM] 4.00-5.00 sec 426 MBytes 3.57 Gbits/sec
35192026-07-20T10:41:13.112Z- - - - - - - - - - - - - - - - - - - - - - - - -
35202026-07-20T10:41:13.113Z[ 5] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
35212026-07-20T10:41:13.113Z[ 8] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
35222026-07-20T10:41:13.113Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
35232026-07-20T10:41:13.113Z[ 12] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
35242026-07-20T10:41:13.113Z[ 14] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
35252026-07-20T10:41:13.113Z[ 16] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
35262026-07-20T10:41:13.114Z[ 18] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
35272026-07-20T10:41:13.114Z[ 20] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
35282026-07-20T10:41:13.114Z[SUM] 5.00-6.00 sec 429 MBytes 3.60 Gbits/sec
35292026-07-20T10:41:13.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
35302026-07-20T10:41:13.114Z[ 5] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
35312026-07-20T10:41:13.114Z[ 8] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
35322026-07-20T10:41:13.114Z[ 10] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
35332026-07-20T10:41:16.111Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
35342026-07-20T10:41:16.111Z[ 14] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
35352026-07-20T10:41:16.111Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
35362026-07-20T10:41:16.111Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
35372026-07-20T10:41:16.111Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
35382026-07-20T10:41:16.111Z[SUM] 6.00-7.00 sec 425 MBytes 3.57 Gbits/sec
35392026-07-20T10:41:16.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
35402026-07-20T10:41:16.111Z[ 5] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35412026-07-20T10:41:16.111Z[ 8] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35422026-07-20T10:41:16.111Z[ 10] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35432026-07-20T10:41:16.111Z[ 12] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35442026-07-20T10:41:16.111Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35452026-07-20T10:41:16.111Z[ 16] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35462026-07-20T10:41:16.111Z[ 18] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35472026-07-20T10:41:16.111Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
35482026-07-20T10:41:16.112Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
35492026-07-20T10:41:16.112Z- - - - - - - - - - - - - - - - - - - - - - - - -
35502026-07-20T10:41:16.112Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
35512026-07-20T10:41:16.112Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
35522026-07-20T10:41:16.112Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
35532026-07-20T10:41:16.112Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
35542026-07-20T10:41:16.112Z[ 14] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
35552026-07-20T10:41:16.112Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
35562026-07-20T10:41:16.112Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
35572026-07-20T10:41:16.112Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
35582026-07-20T10:41:16.112Z[SUM] 8.00-9.00 sec 426 MBytes 3.57 Gbits/sec
35592026-07-20T10:41:16.112Z- - - - - - - - - - - - - - - - - - - - - - - - -
35602026-07-20T10:41:16.112Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
35612026-07-20T10:41:16.112Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
35622026-07-20T10:41:16.112Z[ 10] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
35632026-07-20T10:41:16.112Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
35642026-07-20T10:41:16.112Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
35652026-07-20T10:41:16.112Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
35662026-07-20T10:41:16.112Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
35672026-07-20T10:41:16.112Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
35682026-07-20T10:41:16.116Z[SUM] 9.00-10.00 sec 429 MBytes 3.60 Gbits/sec
35692026-07-20T10:41:16.116Z- - - - - - - - - - - - - - - - - - - - - - - - -
35702026-07-20T10:41:16.116Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35712026-07-20T10:41:16.116Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35722026-07-20T10:41:16.116Z[ 10] 10.00-10.00 sec 128 KBytes 1.07 Gbits/sec
35732026-07-20T10:41:16.118Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35742026-07-20T10:41:16.118Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35752026-07-20T10:41:16.118Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35762026-07-20T10:41:16.118Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35772026-07-20T10:41:16.118Z[ 20] 10.00-10.00 sec 128 KBytes 1.07 Gbits/sec
35782026-07-20T10:41:16.118Z[SUM] 10.00-10.00 sec 256 KBytes 2.14 Gbits/sec
35792026-07-20T10:41:16.118Z- - - - - - - - - - - - - - - - - - - - - - - - -
35802026-07-20T10:41:16.118Z[ ID] Interval Transfer Bitrate
35812026-07-20T10:41:16.118Z[ 5] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35822026-07-20T10:41:16.118Z[ 8] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35832026-07-20T10:41:16.118Z[ 10] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35842026-07-20T10:41:16.118Z[ 12] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35852026-07-20T10:41:16.118Z[ 14] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35862026-07-20T10:41:16.118Z[ 16] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35872026-07-20T10:41:16.118Z[ 18] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35882026-07-20T10:41:16.118Z[ 20] 0.00-10.00 sec 522 MBytes 438 Mbits/sec receiver
35892026-07-20T10:41:16.118Z[SUM] 0.00-10.00 sec 4.08 GBytes 3.50 Gbits/sec receiver
35902026-07-20T10:41:16.118ZRun 9/10...3504.275812469888Mbps
35912026-07-20T10:41:23.514Z-----------------------------------------------------------
35922026-07-20T10:41:23.514ZServer listening on 5201 (test #20)
35932026-07-20T10:41:23.514Z-----------------------------------------------------------
35942026-07-20T10:41:23.514ZAccepted connection from 10.0.0.1, port 56608
35952026-07-20T10:41:23.515Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62419
35962026-07-20T10:41:23.515Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42628
35972026-07-20T10:41:23.515Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48574
35982026-07-20T10:41:23.515Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35682
35992026-07-20T10:41:23.515Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36312
36002026-07-20T10:41:23.515Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59911
36012026-07-20T10:41:23.515Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55951
36022026-07-20T10:41:23.515Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46305
36032026-07-20T10:41:23.515Z[ ID] Interval Transfer Bitrate
36042026-07-20T10:41:23.515Z[ 5] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
36052026-07-20T10:41:23.515Z[ 8] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
36062026-07-20T10:41:23.515Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
36072026-07-20T10:41:23.515Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
36082026-07-20T10:41:23.515Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
36092026-07-20T10:41:23.515Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
36102026-07-20T10:41:23.515Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
36112026-07-20T10:41:23.515Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
36122026-07-20T10:41:23.515Z[SUM] 0.00-1.00 sec 333 MBytes 2.79 Gbits/sec
36132026-07-20T10:41:23.515Z- - - - - - - - - - - - - - - - - - - - - - - - -
36142026-07-20T10:41:23.515Z[ 5] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
36152026-07-20T10:41:23.518Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
36162026-07-20T10:41:23.518Z[ 10] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
36172026-07-20T10:41:23.518Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
36182026-07-20T10:41:23.518Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36192026-07-20T10:41:23.518Z[ 16] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
36202026-07-20T10:41:23.518Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36212026-07-20T10:41:23.518Z[ 20] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
36222026-07-20T10:41:23.518Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
36232026-07-20T10:41:23.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
36242026-07-20T10:41:23.518Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36252026-07-20T10:41:23.518Z[ 8] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
36262026-07-20T10:41:23.518Z[ 10] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
36272026-07-20T10:41:23.518Z[ 12] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36282026-07-20T10:41:23.518Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
36292026-07-20T10:41:23.518Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
36302026-07-20T10:41:23.518Z[ 18] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36312026-07-20T10:41:23.518Z[ 20] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36322026-07-20T10:41:23.518Z[SUM] 2.00-3.00 sec 432 MBytes 3.62 Gbits/sec
36332026-07-20T10:41:23.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
36342026-07-20T10:41:23.518Z[ 5] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
36352026-07-20T10:41:23.518Z[ 8] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
36362026-07-20T10:41:23.518Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
36372026-07-20T10:41:23.518Z[ 12] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
36382026-07-20T10:41:23.518Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
36392026-07-20T10:41:23.518Z[ 16] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
36402026-07-20T10:41:23.518Z[ 18] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
36412026-07-20T10:41:23.518Z[ 20] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
36422026-07-20T10:41:23.518Z[SUM] 3.00-4.00 sec 420 MBytes 3.52 Gbits/sec
36432026-07-20T10:41:23.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
36442026-07-20T10:41:23.518Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
36452026-07-20T10:41:23.518Z[ 8] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
36462026-07-20T10:41:23.518Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
36472026-07-20T10:41:23.518Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
36482026-07-20T10:41:23.518Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
36492026-07-20T10:41:23.518Z[ 16] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
36502026-07-20T10:41:23.519Z[ 18] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
36512026-07-20T10:41:23.519Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
36522026-07-20T10:41:23.519Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
36532026-07-20T10:41:23.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
36542026-07-20T10:41:23.519Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
36552026-07-20T10:41:23.519Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
36562026-07-20T10:41:23.519Z[ 10] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
36572026-07-20T10:41:23.519Z[ 12] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
36582026-07-20T10:41:23.519Z[ 14] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
36592026-07-20T10:41:23.519Z[ 16] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
36602026-07-20T10:41:23.519Z[ 18] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
36612026-07-20T10:41:23.519Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
36622026-07-20T10:41:23.519Z[SUM] 5.00-6.00 sec 418 MBytes 3.51 Gbits/sec
36632026-07-20T10:41:23.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
36642026-07-20T10:41:23.520Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36652026-07-20T10:41:23.520Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36662026-07-20T10:41:23.520Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36672026-07-20T10:41:26.517Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36682026-07-20T10:41:26.517Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36692026-07-20T10:41:26.517Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36702026-07-20T10:41:26.517Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36712026-07-20T10:41:26.517Z[ 20] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36722026-07-20T10:41:26.519Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
36732026-07-20T10:41:26.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
36742026-07-20T10:41:26.519Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
36752026-07-20T10:41:26.519Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
36762026-07-20T10:41:26.519Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
36772026-07-20T10:41:26.519Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
36782026-07-20T10:41:26.519Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
36792026-07-20T10:41:26.519Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
36802026-07-20T10:41:26.519Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
36812026-07-20T10:41:26.519Z[ 20] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
36822026-07-20T10:41:26.519Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
36832026-07-20T10:41:26.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
36842026-07-20T10:41:26.519Z[ 5] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
36852026-07-20T10:41:26.519Z[ 8] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
36862026-07-20T10:41:26.519Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
36872026-07-20T10:41:26.519Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
36882026-07-20T10:41:26.519Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
36892026-07-20T10:41:26.519Z[ 16] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
36902026-07-20T10:41:26.519Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
36912026-07-20T10:41:26.519Z[ 20] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
36922026-07-20T10:41:26.519Z[SUM] 8.00-9.00 sec 424 MBytes 3.55 Gbits/sec
36932026-07-20T10:41:26.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
36942026-07-20T10:41:26.519Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36952026-07-20T10:41:26.519Z[ 8] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36962026-07-20T10:41:26.519Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36972026-07-20T10:41:26.519Z[ 12] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36982026-07-20T10:41:26.519Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36992026-07-20T10:41:26.519Z[ 16] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
37002026-07-20T10:41:26.519Z[ 18] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
37012026-07-20T10:41:26.519Z[ 20] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
37022026-07-20T10:41:26.519Z[SUM] 9.00-10.00 sec 426 MBytes 3.57 Gbits/sec
37032026-07-20T10:41:26.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
37042026-07-20T10:41:26.520Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37052026-07-20T10:41:26.520Z[ 8] 10.00-10.00 sec 128 KBytes 848 Mbits/sec
37062026-07-20T10:41:26.520Z[ 10] 10.00-10.00 sec 128 KBytes 848 Mbits/sec
37072026-07-20T10:41:26.520Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37082026-07-20T10:41:26.520Z[ 14] 10.00-10.00 sec 128 KBytes 848 Mbits/sec
37092026-07-20T10:41:26.520Z[ 16] 10.00-10.00 sec 128 KBytes 848 Mbits/sec
37102026-07-20T10:41:26.520Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37112026-07-20T10:41:26.520Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37122026-07-20T10:41:26.520Z[SUM] 10.00-10.00 sec 512 KBytes 3.39 Gbits/sec
37132026-07-20T10:41:26.520Z- - - - - - - - - - - - - - - - - - - - - - - - -
37142026-07-20T10:41:26.520Z[ ID] Interval Transfer Bitrate
37152026-07-20T10:41:26.520Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
37162026-07-20T10:41:26.520Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
37172026-07-20T10:41:26.520Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
37182026-07-20T10:41:26.520Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
37192026-07-20T10:41:26.520Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
37202026-07-20T10:41:26.521Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
37212026-07-20T10:41:26.521Z[ 18] 0.00-10.00 sec 519 MBytes 436 Mbits/sec receiver
37222026-07-20T10:41:26.521Z[ 20] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
37232026-07-20T10:41:26.521Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec receiver
37242026-07-20T10:41:26.524ZRun 10/10...3486.856873491721Mbps
37252026-07-20T10:41:26.524Z###---------------------###
37262026-07-20T10:41:26.524Z::: iPerf done... :::
37272026-07-20T10:41:26.524Z:::Awaiting out files...:::
37282026-07-20T10:41:26.524Z###---------------------###
37292026-07-20T10:41:26.524Z###-----###
37302026-07-20T10:41:26.524Z:::done!:::
37312026-07-20T10:41:26.524Z###-----###
37322026-07-20T10:41:27.467ZGnuplot not found, using plotters backend
37332026-07-20T10:41:27.601ZBenchmarking iperf-tcp/local/c2s/tx
37342026-07-20T10:41:27.601ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
37352026-07-20T10:41:31.854ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
37362026-07-20T10:41:51.810ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
37372026-07-20T10:41:51.867Ziperf-tcp/local/c2s/tx time: [3.5233 µs 3.5234 µs 3.5235 µs]
37382026-07-20T10:41:51.868ZFound 5 outliers among 100 measurements (5.00%)
37392026-07-20T10:41:51.868Z 1 (1.00%) low mild
37402026-07-20T10:41:51.868Z 3 (3.00%) high mild
37412026-07-20T10:41:51.868Z 1 (1.00%) high severe
37422026-07-20T10:41:52.496Z
37432026-07-20T10:41:52.500ZBenchmarking iperf-tcp/local/c2s/rx
37442026-07-20T10:41:52.500ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
37452026-07-20T10:41:56.738ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
37462026-07-20T10:42:16.814ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
37472026-07-20T10:42:16.867Ziperf-tcp/local/c2s/rx time: [6.6641 µs 6.6643 µs 6.6644 µs]
37482026-07-20T10:42:16.867ZFound 4 outliers among 100 measurements (4.00%)
37492026-07-20T10:42:16.867Z 2 (2.00%) low mild
37502026-07-20T10:42:16.867Z 1 (1.00%) high mild
37512026-07-20T10:42:16.867Z 1 (1.00%) high severe
37522026-07-20T10:42:17.508Z
37532026-07-20T10:42:17.511Z###-------------------###
37542026-07-20T10:42:17.511Z:::Running experiment :::
37552026-07-20T10:42:17.511Z:::iperf-tcp/local/s2c:::
37562026-07-20T10:42:17.511Z###-------------------###
37572026-07-20T10:42:17.842Zdtrace: description 'profile-201us ' matched 2 probes
37582026-07-20T10:42:24.907Z-----------------------------------------------------------
37592026-07-20T10:42:24.907ZServer listening on 5201 (test #21)
37602026-07-20T10:42:24.907Z-----------------------------------------------------------
37612026-07-20T10:42:24.907ZAccepted connection from 10.0.0.1, port 44839
37622026-07-20T10:42:24.907Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34845
37632026-07-20T10:42:24.908Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59055
37642026-07-20T10:42:24.908Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65368
37652026-07-20T10:42:24.908Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37272
37662026-07-20T10:42:24.908Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38673
37672026-07-20T10:42:24.908Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56682
37682026-07-20T10:42:24.908Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64830
37692026-07-20T10:42:24.908Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42720
37702026-07-20T10:42:24.908Z[ ID] Interval Transfer Bitrate
37712026-07-20T10:42:24.908Z[ 5] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
37722026-07-20T10:42:24.908Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
37732026-07-20T10:42:24.908Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
37742026-07-20T10:42:24.908Z[ 12] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
37752026-07-20T10:42:24.908Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
37762026-07-20T10:42:24.908Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
37772026-07-20T10:42:24.908Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
37782026-07-20T10:42:24.908Z[ 20] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
37792026-07-20T10:42:24.908Z[SUM] 0.00-1.00 sec 333 MBytes 2.80 Gbits/sec
37802026-07-20T10:42:24.908Z- - - - - - - - - - - - - - - - - - - - - - - - -
37812026-07-20T10:42:24.908Z[ 5] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37822026-07-20T10:42:24.908Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
37832026-07-20T10:42:24.908Z[ 10] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
37842026-07-20T10:42:24.908Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37852026-07-20T10:42:24.909Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
37862026-07-20T10:42:24.909Z[ 16] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37872026-07-20T10:42:24.911Z[ 18] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37882026-07-20T10:42:24.911Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37892026-07-20T10:42:24.911Z[SUM] 1.00-2.00 sec 425 MBytes 3.57 Gbits/sec
37902026-07-20T10:42:24.911Z- - - - - - - - - - - - - - - - - - - - - - - - -
37912026-07-20T10:42:24.911Z[ 5] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
37922026-07-20T10:42:24.911Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37932026-07-20T10:42:24.911Z[ 10] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37942026-07-20T10:42:24.911Z[ 12] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
37952026-07-20T10:42:24.911Z[ 14] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
37962026-07-20T10:42:24.911Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
37972026-07-20T10:42:24.911Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37982026-07-20T10:42:24.911Z[ 20] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37992026-07-20T10:42:24.911Z[SUM] 2.00-3.00 sec 426 MBytes 3.57 Gbits/sec
38002026-07-20T10:42:24.911Z- - - - - - - - - - - - - - - - - - - - - - - - -
38012026-07-20T10:42:24.911Z[ 5] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38022026-07-20T10:42:24.911Z[ 8] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
38032026-07-20T10:42:24.911Z[ 10] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38042026-07-20T10:42:24.911Z[ 12] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38052026-07-20T10:42:24.911Z[ 14] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38062026-07-20T10:42:24.911Z[ 16] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38072026-07-20T10:42:24.911Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38082026-07-20T10:42:24.911Z[ 20] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38092026-07-20T10:42:24.911Z[SUM] 3.00-4.00 sec 429 MBytes 3.60 Gbits/sec
38102026-07-20T10:42:24.912Z- - - - - - - - - - - - - - - - - - - - - - - - -
38112026-07-20T10:42:24.912Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
38122026-07-20T10:42:24.912Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38132026-07-20T10:42:24.912Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38142026-07-20T10:42:24.912Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
38152026-07-20T10:42:24.912Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
38162026-07-20T10:42:24.912Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
38172026-07-20T10:42:24.912Z[ 18] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38182026-07-20T10:42:24.912Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
38192026-07-20T10:42:24.913Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
38202026-07-20T10:42:24.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
38212026-07-20T10:42:24.913Z[ 5] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
38222026-07-20T10:42:24.913Z[ 8] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38232026-07-20T10:42:24.913Z[ 10] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38242026-07-20T10:42:24.913Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
38252026-07-20T10:42:24.913Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
38262026-07-20T10:42:24.913Z[ 16] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38272026-07-20T10:42:24.913Z[ 18] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38282026-07-20T10:42:24.913Z[ 20] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38292026-07-20T10:42:24.913Z[SUM] 5.00-6.00 sec 426 MBytes 3.57 Gbits/sec
38302026-07-20T10:42:24.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
38312026-07-20T10:42:24.913Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
38322026-07-20T10:42:24.913Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
38332026-07-20T10:42:24.913Z[ 10] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
38342026-07-20T10:42:27.912Z[ 12] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
38352026-07-20T10:42:27.912Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
38362026-07-20T10:42:27.912Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
38372026-07-20T10:42:27.912Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
38382026-07-20T10:42:27.912Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
38392026-07-20T10:42:27.912Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
38402026-07-20T10:42:27.912Z- - - - - - - - - - - - - - - - - - - - - - - - -
38412026-07-20T10:42:27.912Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
38422026-07-20T10:42:27.912Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
38432026-07-20T10:42:27.912Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
38442026-07-20T10:42:27.912Z[ 12] 7.00-8.00 sec 52.8 MBytes 443 Mbits/sec
38452026-07-20T10:42:27.912Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
38462026-07-20T10:42:27.912Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
38472026-07-20T10:42:27.912Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
38482026-07-20T10:42:27.912Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
38492026-07-20T10:42:27.912Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
38502026-07-20T10:42:27.912Z- - - - - - - - - - - - - - - - - - - - - - - - -
38512026-07-20T10:42:27.913Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
38522026-07-20T10:42:27.914Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
38532026-07-20T10:42:27.914Z[ 10] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
38542026-07-20T10:42:27.914Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
38552026-07-20T10:42:27.914Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
38562026-07-20T10:42:27.914Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
38572026-07-20T10:42:27.914Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
38582026-07-20T10:42:27.914Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
38592026-07-20T10:42:27.914Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
38602026-07-20T10:42:27.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
38612026-07-20T10:42:27.914Z[ 5] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
38622026-07-20T10:42:27.914Z[ 8] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
38632026-07-20T10:42:27.914Z[ 10] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
38642026-07-20T10:42:27.914Z[ 12] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
38652026-07-20T10:42:27.914Z[ 14] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
38662026-07-20T10:42:27.914Z[ 16] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
38672026-07-20T10:42:27.914Z[ 18] 9.00-10.00 sec 52.2 MBytes 438 Mbits/sec
38682026-07-20T10:42:27.914Z[ 20] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
38692026-07-20T10:42:27.914Z[SUM] 9.00-10.00 sec 418 MBytes 3.51 Gbits/sec
38702026-07-20T10:42:27.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
38712026-07-20T10:42:27.914Z[ 5] 10.00-10.00 sec 128 KBytes 930 Mbits/sec
38722026-07-20T10:42:27.914Z[ 8] 10.00-10.00 sec 128 KBytes 930 Mbits/sec
38732026-07-20T10:42:27.914Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38742026-07-20T10:42:27.914Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38752026-07-20T10:42:27.914Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38762026-07-20T10:42:27.916Z[ 16] 10.00-10.00 sec 128 KBytes 930 Mbits/sec
38772026-07-20T10:42:27.916Z[ 18] 10.00-10.00 sec 128 KBytes 930 Mbits/sec
38782026-07-20T10:42:27.916Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38792026-07-20T10:42:27.916Z[SUM] 10.00-10.00 sec 512 KBytes 3.72 Gbits/sec
38802026-07-20T10:42:27.916Z- - - - - - - - - - - - - - - - - - - - - - - - -
38812026-07-20T10:42:27.920Z[ ID] Interval Transfer Bitrate
38822026-07-20T10:42:27.920Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38832026-07-20T10:42:27.920Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38842026-07-20T10:42:27.920Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38852026-07-20T10:42:27.920Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38862026-07-20T10:42:27.920Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38872026-07-20T10:42:27.920Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38882026-07-20T10:42:27.920Z[ 18] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38892026-07-20T10:42:27.920Z[ 20] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38902026-07-20T10:42:27.920Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec sender
38912026-07-20T10:42:27.920ZRun 1/10...3488.2136491798983Mbps
38922026-07-20T10:42:35.314Z-----------------------------------------------------------
38932026-07-20T10:42:35.314ZServer listening on 5201 (test #22)
38942026-07-20T10:42:35.314Z-----------------------------------------------------------
38952026-07-20T10:42:35.314ZAccepted connection from 10.0.0.1, port 35178
38962026-07-20T10:42:35.314Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55102
38972026-07-20T10:42:35.314Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52679
38982026-07-20T10:42:35.315Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47858
38992026-07-20T10:42:35.315Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38503
39002026-07-20T10:42:35.315Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38379
39012026-07-20T10:42:35.315Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41789
39022026-07-20T10:42:35.315Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61257
39032026-07-20T10:42:35.315Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51020
39042026-07-20T10:42:35.315Z[ ID] Interval Transfer Bitrate
39052026-07-20T10:42:35.315Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
39062026-07-20T10:42:35.315Z[ 8] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39072026-07-20T10:42:35.315Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
39082026-07-20T10:42:35.315Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39092026-07-20T10:42:35.315Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39102026-07-20T10:42:35.315Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
39112026-07-20T10:42:35.315Z[ 18] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39122026-07-20T10:42:35.315Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
39132026-07-20T10:42:35.315Z[SUM] 0.00-1.00 sec 338 MBytes 2.83 Gbits/sec
39142026-07-20T10:42:35.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
39152026-07-20T10:42:35.316Z[ 5] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
39162026-07-20T10:42:35.316Z[ 8] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
39172026-07-20T10:42:35.316Z[ 10] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
39182026-07-20T10:42:35.316Z[ 12] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
39192026-07-20T10:42:35.316Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
39202026-07-20T10:42:35.316Z[ 16] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
39212026-07-20T10:42:35.316Z[ 18] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
39222026-07-20T10:42:35.316Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
39232026-07-20T10:42:35.316Z[SUM] 1.00-2.00 sec 424 MBytes 3.55 Gbits/sec
39242026-07-20T10:42:35.316Z- - - - - - - - - - - - - - - - - - - - - - - - -
39252026-07-20T10:42:35.316Z[ 5] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
39262026-07-20T10:42:35.316Z[ 8] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39272026-07-20T10:42:35.316Z[ 10] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
39282026-07-20T10:42:35.316Z[ 12] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39292026-07-20T10:42:35.316Z[ 14] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39302026-07-20T10:42:35.316Z[ 16] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
39312026-07-20T10:42:35.316Z[ 18] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39322026-07-20T10:42:35.316Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39332026-07-20T10:42:35.316Z[SUM] 2.00-3.00 sec 423 MBytes 3.55 Gbits/sec
39342026-07-20T10:42:35.316Z- - - - - - - - - - - - - - - - - - - - - - - - -
39352026-07-20T10:42:35.316Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39362026-07-20T10:42:35.316Z[ 8] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39372026-07-20T10:42:35.316Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
39382026-07-20T10:42:35.316Z[ 12] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39392026-07-20T10:42:35.316Z[ 14] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39402026-07-20T10:42:35.316Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39412026-07-20T10:42:35.316Z[ 18] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
39422026-07-20T10:42:35.316Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39432026-07-20T10:42:35.316Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
39442026-07-20T10:42:35.316Z- - - - - - - - - - - - - - - - - - - - - - - - -
39452026-07-20T10:42:35.316Z[ 5] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
39462026-07-20T10:42:35.316Z[ 8] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
39472026-07-20T10:42:35.316Z[ 10] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
39482026-07-20T10:42:35.316Z[ 12] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
39492026-07-20T10:42:35.316Z[ 14] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
39502026-07-20T10:42:35.316Z[ 16] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
39512026-07-20T10:42:35.316Z[ 18] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
39522026-07-20T10:42:35.316Z[ 20] 4.00-5.00 sec 52.2 MBytes 438 Mbits/sec
39532026-07-20T10:42:35.317Z[SUM] 4.00-5.00 sec 419 MBytes 3.51 Gbits/sec
39542026-07-20T10:42:35.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
39552026-07-20T10:42:35.317Z[ 5] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
39562026-07-20T10:42:35.317Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
39572026-07-20T10:42:35.317Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
39582026-07-20T10:42:35.317Z[ 12] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
39592026-07-20T10:42:35.317Z[ 14] 5.00-6.00 sec 52.8 MBytes 443 Mbits/sec
39602026-07-20T10:42:35.317Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
39612026-07-20T10:42:35.317Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
39622026-07-20T10:42:35.317Z[ 20] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
39632026-07-20T10:42:35.317Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
39642026-07-20T10:42:35.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
39652026-07-20T10:42:35.317Z[ 5] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39662026-07-20T10:42:35.317Z[ 8] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39672026-07-20T10:42:35.317Z[ 10] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39682026-07-20T10:42:38.320Z[ 12] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
39692026-07-20T10:42:38.320Z[ 14] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
39702026-07-20T10:42:38.320Z[ 16] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
39712026-07-20T10:42:38.320Z[ 18] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39722026-07-20T10:42:38.320Z[ 20] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39732026-07-20T10:42:38.320Z[SUM] 6.00-7.00 sec 431 MBytes 3.62 Gbits/sec
39742026-07-20T10:42:38.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
39752026-07-20T10:42:38.320Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39762026-07-20T10:42:38.320Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
39772026-07-20T10:42:38.320Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
39782026-07-20T10:42:38.320Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
39792026-07-20T10:42:38.320Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
39802026-07-20T10:42:38.320Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
39812026-07-20T10:42:38.320Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
39822026-07-20T10:42:38.320Z[ 20] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
39832026-07-20T10:42:38.320Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
39842026-07-20T10:42:38.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
39852026-07-20T10:42:38.320Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
39862026-07-20T10:42:38.320Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
39872026-07-20T10:42:38.320Z[ 10] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
39882026-07-20T10:42:38.320Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
39892026-07-20T10:42:38.320Z[ 14] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
39902026-07-20T10:42:38.320Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
39912026-07-20T10:42:38.320Z[ 18] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
39922026-07-20T10:42:38.320Z[ 20] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
39932026-07-20T10:42:38.321Z[SUM] 8.00-9.00 sec 426 MBytes 3.58 Gbits/sec
39942026-07-20T10:42:38.321Z- - - - - - - - - - - - - - - - - - - - - - - - -
39952026-07-20T10:42:38.321Z[ 5] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
39962026-07-20T10:42:38.321Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
39972026-07-20T10:42:38.321Z[ 10] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
39982026-07-20T10:42:38.321Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
39992026-07-20T10:42:38.321Z[ 14] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
40002026-07-20T10:42:38.321Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
40012026-07-20T10:42:38.321Z[ 18] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
40022026-07-20T10:42:38.321Z[ 20] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
40032026-07-20T10:42:38.321Z[SUM] 9.00-10.00 sec 421 MBytes 3.53 Gbits/sec
40042026-07-20T10:42:38.321Z- - - - - - - - - - - - - - - - - - - - - - - - -
40052026-07-20T10:42:38.321Z[ 5] 10.00-10.00 sec 128 KBytes 875 Mbits/sec
40062026-07-20T10:42:38.321Z[ 8] 10.00-10.00 sec 128 KBytes 876 Mbits/sec
40072026-07-20T10:42:38.321Z[ 10] 10.00-10.00 sec 128 KBytes 876 Mbits/sec
40082026-07-20T10:42:38.321Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40092026-07-20T10:42:38.321Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40102026-07-20T10:42:38.321Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40112026-07-20T10:42:38.321Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40122026-07-20T10:42:38.321Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40132026-07-20T10:42:38.322Z[SUM] 10.00-10.00 sec 384 KBytes 2.63 Gbits/sec
40142026-07-20T10:42:38.322Z- - - - - - - - - - - - - - - - - - - - - - - - -
40152026-07-20T10:42:38.322Z[ ID] Interval Transfer Bitrate
40162026-07-20T10:42:38.322Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40172026-07-20T10:42:38.322Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40182026-07-20T10:42:38.322Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40192026-07-20T10:42:38.322Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40202026-07-20T10:42:38.322Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40212026-07-20T10:42:38.322Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40222026-07-20T10:42:38.322Z[ 18] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40232026-07-20T10:42:38.323Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
40242026-07-20T10:42:38.325Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
40252026-07-20T10:42:38.329ZRun 2/10...3481.584007059944Mbps
40262026-07-20T10:42:45.737Z-----------------------------------------------------------
40272026-07-20T10:42:45.737ZServer listening on 5201 (test #23)
40282026-07-20T10:42:45.737Z-----------------------------------------------------------
40292026-07-20T10:42:45.738ZAccepted connection from 10.0.0.1, port 51210
40302026-07-20T10:42:45.738Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49405
40312026-07-20T10:42:45.738Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48715
40322026-07-20T10:42:45.738Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56006
40332026-07-20T10:42:45.738Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40654
40342026-07-20T10:42:45.738Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62381
40352026-07-20T10:42:45.738Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41648
40362026-07-20T10:42:45.738Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42862
40372026-07-20T10:42:45.738Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37224
40382026-07-20T10:42:45.739Z[ ID] Interval Transfer Bitrate
40392026-07-20T10:42:45.739Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40402026-07-20T10:42:45.739Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
40412026-07-20T10:42:45.739Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40422026-07-20T10:42:45.739Z[ 12] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
40432026-07-20T10:42:45.739Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40442026-07-20T10:42:45.739Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40452026-07-20T10:42:45.739Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40462026-07-20T10:42:45.739Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
40472026-07-20T10:42:45.739Z[SUM] 0.00-1.00 sec 333 MBytes 2.79 Gbits/sec
40482026-07-20T10:42:45.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
40492026-07-20T10:42:45.739Z[ 5] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
40502026-07-20T10:42:45.739Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
40512026-07-20T10:42:45.739Z[ 10] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
40522026-07-20T10:42:45.739Z[ 12] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
40532026-07-20T10:42:45.739Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
40542026-07-20T10:42:45.739Z[ 16] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
40552026-07-20T10:42:45.739Z[ 18] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
40562026-07-20T10:42:45.740Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
40572026-07-20T10:42:45.740Z[SUM] 1.00-2.00 sec 423 MBytes 3.55 Gbits/sec
40582026-07-20T10:42:45.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
40592026-07-20T10:42:45.740Z[ 5] 2.00-3.00 sec 52.8 MBytes 443 Mbits/sec
40602026-07-20T10:42:45.740Z[ 8] 2.00-3.00 sec 52.8 MBytes 443 Mbits/sec
40612026-07-20T10:42:45.740Z[ 10] 2.00-3.00 sec 52.8 MBytes 443 Mbits/sec
40622026-07-20T10:42:45.740Z[ 12] 2.00-3.00 sec 52.8 MBytes 443 Mbits/sec
40632026-07-20T10:42:45.740Z[ 14] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
40642026-07-20T10:42:45.740Z[ 16] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
40652026-07-20T10:42:45.740Z[ 18] 2.00-3.00 sec 52.8 MBytes 443 Mbits/sec
40662026-07-20T10:42:45.740Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
40672026-07-20T10:42:45.740Z[SUM] 2.00-3.00 sec 422 MBytes 3.54 Gbits/sec
40682026-07-20T10:42:45.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
40692026-07-20T10:42:45.740Z[ 5] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
40702026-07-20T10:42:45.740Z[ 8] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
40712026-07-20T10:42:45.740Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
40722026-07-20T10:42:45.740Z[ 12] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
40732026-07-20T10:42:45.740Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
40742026-07-20T10:42:45.740Z[ 16] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
40752026-07-20T10:42:45.740Z[ 18] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
40762026-07-20T10:42:45.740Z[ 20] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
40772026-07-20T10:42:45.740Z[SUM] 3.00-4.00 sec 420 MBytes 3.53 Gbits/sec
40782026-07-20T10:42:45.740Z- - - - - - - - - - - - - - - - - - - - - - - - -
40792026-07-20T10:42:45.740Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40802026-07-20T10:42:45.740Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40812026-07-20T10:42:45.740Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40822026-07-20T10:42:45.740Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
40832026-07-20T10:42:45.740Z[ 14] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
40842026-07-20T10:42:45.740Z[ 16] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40852026-07-20T10:42:45.740Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
40862026-07-20T10:42:45.741Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40872026-07-20T10:42:45.741Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
40882026-07-20T10:42:45.741Z- - - - - - - - - - - - - - - - - - - - - - - - -
40892026-07-20T10:42:45.741Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40902026-07-20T10:42:45.741Z[ 8] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40912026-07-20T10:42:45.741Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40922026-07-20T10:42:45.741Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
40932026-07-20T10:42:45.741Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40942026-07-20T10:42:45.741Z[ 16] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40952026-07-20T10:42:45.741Z[ 18] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40962026-07-20T10:42:45.741Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
40972026-07-20T10:42:45.741Z[SUM] 5.00-6.00 sec 419 MBytes 3.52 Gbits/sec
40982026-07-20T10:42:45.741Z- - - - - - - - - - - - - - - - - - - - - - - - -
40992026-07-20T10:42:45.741Z[ 5] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
41002026-07-20T10:42:45.741Z[ 8] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
41012026-07-20T10:42:45.741Z[ 10] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
41022026-07-20T10:42:48.743Z[ 12] 6.00-7.00 sec 51.8 MBytes 434 Mbits/sec
41032026-07-20T10:42:48.743Z[ 14] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
41042026-07-20T10:42:48.744Z[ 16] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
41052026-07-20T10:42:48.744Z[ 18] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
41062026-07-20T10:42:48.744Z[ 20] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
41072026-07-20T10:42:48.744Z[SUM] 6.00-7.00 sec 415 MBytes 3.48 Gbits/sec
41082026-07-20T10:42:48.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
41092026-07-20T10:42:48.744Z[ 5] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
41102026-07-20T10:42:48.744Z[ 8] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
41112026-07-20T10:42:48.744Z[ 10] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
41122026-07-20T10:42:48.744Z[ 12] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
41132026-07-20T10:42:48.744Z[ 14] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
41142026-07-20T10:42:48.744Z[ 16] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
41152026-07-20T10:42:48.744Z[ 18] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
41162026-07-20T10:42:48.744Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
41172026-07-20T10:42:48.744Z[SUM] 7.00-8.00 sec 420 MBytes 3.53 Gbits/sec
41182026-07-20T10:42:48.744Z- - - - - - - - - - - - - - - - - - - - - - - - -
41192026-07-20T10:42:48.744Z[ 5] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
41202026-07-20T10:42:48.744Z[ 8] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
41212026-07-20T10:42:48.744Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
41222026-07-20T10:42:48.744Z[ 12] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
41232026-07-20T10:42:48.744Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
41242026-07-20T10:42:48.745Z[ 16] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
41252026-07-20T10:42:48.746Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
41262026-07-20T10:42:48.746Z[ 20] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
41272026-07-20T10:42:48.746Z[SUM] 8.00-9.00 sec 424 MBytes 3.55 Gbits/sec
41282026-07-20T10:42:48.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
41292026-07-20T10:42:48.747Z[ 5] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
41302026-07-20T10:42:48.747Z[ 8] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41312026-07-20T10:42:48.747Z[ 10] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41322026-07-20T10:42:48.747Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
41332026-07-20T10:42:48.747Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41342026-07-20T10:42:48.747Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41352026-07-20T10:42:48.748Z[ 18] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41362026-07-20T10:42:48.748Z[ 20] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41372026-07-20T10:42:48.748Z[SUM] 9.00-10.00 sec 424 MBytes 3.56 Gbits/sec
41382026-07-20T10:42:48.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
41392026-07-20T10:42:48.748Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41402026-07-20T10:42:48.748Z[ 8] 10.00-10.00 sec 128 KBytes 842 Mbits/sec
41412026-07-20T10:42:48.748Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41422026-07-20T10:42:48.748Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41432026-07-20T10:42:48.748Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41442026-07-20T10:42:48.748Z[ 16] 10.00-10.00 sec 128 KBytes 842 Mbits/sec
41452026-07-20T10:42:48.748Z[ 18] 10.00-10.00 sec 128 KBytes 842 Mbits/sec
41462026-07-20T10:42:48.748Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41472026-07-20T10:42:48.748Z[SUM] 10.00-10.00 sec 384 KBytes 2.52 Gbits/sec
41482026-07-20T10:42:48.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
41492026-07-20T10:42:48.748Z[ ID] Interval Transfer Bitrate
41502026-07-20T10:42:48.748Z[ 5] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
41512026-07-20T10:42:48.748Z[ 8] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
41522026-07-20T10:42:48.748Z[ 10] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
41532026-07-20T10:42:48.748Z[ 12] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
41542026-07-20T10:42:48.748Z[ 14] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
41552026-07-20T10:42:48.748Z[ 16] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
41562026-07-20T10:42:48.748Z[ 18] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
41572026-07-20T10:42:48.748Z[ 20] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
41582026-07-20T10:42:48.748Z[SUM] 0.00-10.00 sec 4.03 GBytes 3.46 Gbits/sec sender
41592026-07-20T10:42:48.752ZRun 3/10...3460.178698248281Mbps
41602026-07-20T10:42:56.145Z-----------------------------------------------------------
41612026-07-20T10:42:56.145ZServer listening on 5201 (test #24)
41622026-07-20T10:42:56.145Z-----------------------------------------------------------
41632026-07-20T10:42:56.145ZAccepted connection from 10.0.0.1, port 56734
41642026-07-20T10:42:56.145Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59885
41652026-07-20T10:42:56.145Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58082
41662026-07-20T10:42:56.145Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47512
41672026-07-20T10:42:56.145Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48382
41682026-07-20T10:42:56.145Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43750
41692026-07-20T10:42:56.145Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57037
41702026-07-20T10:42:56.145Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37794
41712026-07-20T10:42:56.145Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35267
41722026-07-20T10:42:56.145Z[ ID] Interval Transfer Bitrate
41732026-07-20T10:42:56.145Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41742026-07-20T10:42:56.145Z[ 8] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41752026-07-20T10:42:56.145Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
41762026-07-20T10:42:56.145Z[ 12] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
41772026-07-20T10:42:56.145Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41782026-07-20T10:42:56.146Z[ 16] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
41792026-07-20T10:42:56.146Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
41802026-07-20T10:42:56.146Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41812026-07-20T10:42:56.147Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
41822026-07-20T10:42:56.147Z- - - - - - - - - - - - - - - - - - - - - - - - -
41832026-07-20T10:42:56.147Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
41842026-07-20T10:42:56.147Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
41852026-07-20T10:42:56.147Z[ 10] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
41862026-07-20T10:42:56.147Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
41872026-07-20T10:42:56.147Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
41882026-07-20T10:42:56.147Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
41892026-07-20T10:42:56.147Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
41902026-07-20T10:42:56.147Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
41912026-07-20T10:42:56.147Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
41922026-07-20T10:42:56.147Z- - - - - - - - - - - - - - - - - - - - - - - - -
41932026-07-20T10:42:56.147Z[ 5] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
41942026-07-20T10:42:56.147Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
41952026-07-20T10:42:56.147Z[ 10] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
41962026-07-20T10:42:56.147Z[ 12] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
41972026-07-20T10:42:56.147Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
41982026-07-20T10:42:56.147Z[ 16] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
41992026-07-20T10:42:56.147Z[ 18] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
42002026-07-20T10:42:56.148Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
42012026-07-20T10:42:56.148Z[SUM] 2.00-3.00 sec 420 MBytes 3.53 Gbits/sec
42022026-07-20T10:42:56.148Z- - - - - - - - - - - - - - - - - - - - - - - - -
42032026-07-20T10:42:56.148Z[ 5] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
42042026-07-20T10:42:56.148Z[ 8] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
42052026-07-20T10:42:56.148Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
42062026-07-20T10:42:56.148Z[ 12] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
42072026-07-20T10:42:56.148Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
42082026-07-20T10:42:56.148Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
42092026-07-20T10:42:56.148Z[ 18] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
42102026-07-20T10:42:56.148Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
42112026-07-20T10:42:56.148Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
42122026-07-20T10:42:56.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
42132026-07-20T10:42:56.152Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42142026-07-20T10:42:56.152Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42152026-07-20T10:42:56.152Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
42162026-07-20T10:42:56.152Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42172026-07-20T10:42:56.152Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
42182026-07-20T10:42:56.152Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
42192026-07-20T10:42:56.152Z[ 18] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
42202026-07-20T10:42:56.152Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
42212026-07-20T10:42:56.152Z[SUM] 4.00-5.00 sec 426 MBytes 3.57 Gbits/sec
42222026-07-20T10:42:56.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
42232026-07-20T10:42:56.152Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
42242026-07-20T10:42:56.153Z[ 8] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
42252026-07-20T10:42:56.153Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
42262026-07-20T10:42:56.153Z[ 12] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
42272026-07-20T10:42:56.153Z[ 14] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
42282026-07-20T10:42:56.153Z[ 16] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
42292026-07-20T10:42:56.154Z[ 18] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
42302026-07-20T10:42:56.154Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
42312026-07-20T10:42:56.154Z[SUM] 5.00-6.00 sec 428 MBytes 3.59 Gbits/sec
42322026-07-20T10:42:56.154Z- - - - - - - - - - - - - - - - - - - - - - - - -
42332026-07-20T10:42:56.154Z[ 5] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
42342026-07-20T10:42:56.154Z[ 8] 6.00-7.00 sec 52.2 MBytes 438 Mbits/sec
42352026-07-20T10:42:56.154Z[ 10] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
42362026-07-20T10:42:59.150Z[ 12] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
42372026-07-20T10:42:59.150Z[ 14] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
42382026-07-20T10:42:59.150Z[ 16] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
42392026-07-20T10:42:59.150Z[ 18] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
42402026-07-20T10:42:59.150Z[ 20] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
42412026-07-20T10:42:59.150Z[SUM] 6.00-7.00 sec 419 MBytes 3.52 Gbits/sec
42422026-07-20T10:42:59.150Z- - - - - - - - - - - - - - - - - - - - - - - - -
42432026-07-20T10:42:59.150Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42442026-07-20T10:42:59.150Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
42452026-07-20T10:42:59.151Z[ 10] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
42462026-07-20T10:42:59.151Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
42472026-07-20T10:42:59.151Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
42482026-07-20T10:42:59.151Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
42492026-07-20T10:42:59.151Z[ 18] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
42502026-07-20T10:42:59.151Z[ 20] 7.00-8.00 sec 52.8 MBytes 443 Mbits/sec
42512026-07-20T10:42:59.151Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
42522026-07-20T10:42:59.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
42532026-07-20T10:42:59.151Z[ 5] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
42542026-07-20T10:42:59.151Z[ 8] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
42552026-07-20T10:42:59.151Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
42562026-07-20T10:42:59.151Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
42572026-07-20T10:42:59.151Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
42582026-07-20T10:42:59.151Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
42592026-07-20T10:42:59.151Z[ 18] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
42602026-07-20T10:42:59.152Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
42612026-07-20T10:42:59.152Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
42622026-07-20T10:42:59.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
42632026-07-20T10:42:59.152Z[ 5] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42642026-07-20T10:42:59.152Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42652026-07-20T10:42:59.152Z[ 10] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42662026-07-20T10:42:59.152Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
42672026-07-20T10:42:59.152Z[ 14] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42682026-07-20T10:42:59.152Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42692026-07-20T10:42:59.152Z[ 18] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42702026-07-20T10:42:59.152Z[ 20] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42712026-07-20T10:42:59.152Z[SUM] 9.00-10.00 sec 421 MBytes 3.53 Gbits/sec
42722026-07-20T10:42:59.153Z- - - - - - - - - - - - - - - - - - - - - - - - -
42732026-07-20T10:42:59.153Z[ 5] 10.00-10.00 sec 128 KBytes 920 Mbits/sec
42742026-07-20T10:42:59.153Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42752026-07-20T10:42:59.153Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42762026-07-20T10:42:59.153Z[ 12] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
42772026-07-20T10:42:59.153Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42782026-07-20T10:42:59.153Z[ 16] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
42792026-07-20T10:42:59.153Z[ 18] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
42802026-07-20T10:42:59.153Z[ 20] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
42812026-07-20T10:42:59.153Z[SUM] 10.00-10.00 sec 640 KBytes 4.60 Gbits/sec
42822026-07-20T10:42:59.153Z- - - - - - - - - - - - - - - - - - - - - - - - -
42832026-07-20T10:42:59.153Z[ ID] Interval Transfer Bitrate
42842026-07-20T10:42:59.153Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42852026-07-20T10:42:59.153Z[ 8] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42862026-07-20T10:42:59.153Z[ 10] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42872026-07-20T10:42:59.153Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42882026-07-20T10:42:59.153Z[ 14] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42892026-07-20T10:42:59.153Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42902026-07-20T10:42:59.153Z[ 18] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42912026-07-20T10:42:59.153Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42922026-07-20T10:42:59.154Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
42932026-07-20T10:42:59.157ZRun 4/10...3479.297945017145Mbps
42942026-07-20T10:43:06.551Z-----------------------------------------------------------
42952026-07-20T10:43:06.551ZServer listening on 5201 (test #25)
42962026-07-20T10:43:06.551Z-----------------------------------------------------------
42972026-07-20T10:43:06.551ZAccepted connection from 10.0.0.1, port 55940
42982026-07-20T10:43:06.551Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45161
42992026-07-20T10:43:06.551Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33532
43002026-07-20T10:43:06.551Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58543
43012026-07-20T10:43:06.551Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47881
43022026-07-20T10:43:06.551Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50838
43032026-07-20T10:43:06.551Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65512
43042026-07-20T10:43:06.551Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59990
43052026-07-20T10:43:06.551Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52211
43062026-07-20T10:43:06.551Z[ ID] Interval Transfer Bitrate
43072026-07-20T10:43:06.551Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43082026-07-20T10:43:06.551Z[ 8] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
43092026-07-20T10:43:06.551Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43102026-07-20T10:43:06.551Z[ 12] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
43112026-07-20T10:43:06.551Z[ 14] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
43122026-07-20T10:43:06.551Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
43132026-07-20T10:43:06.551Z[ 18] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
43142026-07-20T10:43:06.551Z[ 20] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43152026-07-20T10:43:06.551Z[SUM] 0.00-1.00 sec 332 MBytes 2.79 Gbits/sec
43162026-07-20T10:43:06.551Z- - - - - - - - - - - - - - - - - - - - - - - - -
43172026-07-20T10:43:06.551Z[ 5] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
43182026-07-20T10:43:06.551Z[ 8] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
43192026-07-20T10:43:06.551Z[ 10] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
43202026-07-20T10:43:06.551Z[ 12] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
43212026-07-20T10:43:06.551Z[ 14] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
43222026-07-20T10:43:06.551Z[ 16] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
43232026-07-20T10:43:06.551Z[ 18] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
43242026-07-20T10:43:06.551Z[ 20] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
43252026-07-20T10:43:06.551Z[SUM] 1.00-2.00 sec 419 MBytes 3.52 Gbits/sec
43262026-07-20T10:43:06.552Z- - - - - - - - - - - - - - - - - - - - - - - - -
43272026-07-20T10:43:06.552Z[ 5] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
43282026-07-20T10:43:06.552Z[ 8] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
43292026-07-20T10:43:06.552Z[ 10] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
43302026-07-20T10:43:06.552Z[ 12] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
43312026-07-20T10:43:06.552Z[ 14] 2.00-3.00 sec 52.0 MBytes 436 Mbits/sec
43322026-07-20T10:43:06.552Z[ 16] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
43332026-07-20T10:43:06.552Z[ 18] 2.00-3.00 sec 52.1 MBytes 437 Mbits/sec
43342026-07-20T10:43:06.552Z[ 20] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
43352026-07-20T10:43:06.552Z[SUM] 2.00-3.00 sec 416 MBytes 3.49 Gbits/sec
43362026-07-20T10:43:06.553Z- - - - - - - - - - - - - - - - - - - - - - - - -
43372026-07-20T10:43:06.553Z[ 5] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
43382026-07-20T10:43:06.553Z[ 8] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
43392026-07-20T10:43:06.553Z[ 10] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
43402026-07-20T10:43:06.553Z[ 12] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
43412026-07-20T10:43:06.553Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
43422026-07-20T10:43:06.553Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
43432026-07-20T10:43:06.553Z[ 18] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
43442026-07-20T10:43:06.553Z[ 20] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
43452026-07-20T10:43:06.553Z[SUM] 3.00-4.00 sec 421 MBytes 3.53 Gbits/sec
43462026-07-20T10:43:06.553Z- - - - - - - - - - - - - - - - - - - - - - - - -
43472026-07-20T10:43:06.553Z[ 5] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
43482026-07-20T10:43:06.553Z[ 8] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
43492026-07-20T10:43:06.553Z[ 10] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
43502026-07-20T10:43:06.553Z[ 12] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
43512026-07-20T10:43:06.553Z[ 14] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
43522026-07-20T10:43:06.553Z[ 16] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
43532026-07-20T10:43:06.553Z[ 18] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
43542026-07-20T10:43:06.553Z[ 20] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
43552026-07-20T10:43:06.553Z[SUM] 4.00-5.00 sec 423 MBytes 3.55 Gbits/sec
43562026-07-20T10:43:06.553Z- - - - - - - - - - - - - - - - - - - - - - - - -
43572026-07-20T10:43:06.553Z[ 5] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43582026-07-20T10:43:06.553Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43592026-07-20T10:43:06.553Z[ 10] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43602026-07-20T10:43:06.553Z[ 12] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43612026-07-20T10:43:06.553Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
43622026-07-20T10:43:06.553Z[ 16] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
43632026-07-20T10:43:06.553Z[ 18] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43642026-07-20T10:43:06.553Z[ 20] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
43652026-07-20T10:43:06.553Z[SUM] 5.00-6.00 sec 418 MBytes 3.51 Gbits/sec
43662026-07-20T10:43:06.553Z- - - - - - - - - - - - - - - - - - - - - - - - -
43672026-07-20T10:43:06.553Z[ 5] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
43682026-07-20T10:43:06.553Z[ 8] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
43692026-07-20T10:43:06.553Z[ 10] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
43702026-07-20T10:43:09.556Z[ 12] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
43712026-07-20T10:43:09.556Z[ 14] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
43722026-07-20T10:43:09.556Z[ 16] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
43732026-07-20T10:43:09.556Z[ 18] 6.00-7.00 sec 51.9 MBytes 435 Mbits/sec
43742026-07-20T10:43:09.556Z[ 20] 6.00-7.00 sec 52.0 MBytes 436 Mbits/sec
43752026-07-20T10:43:09.556Z[SUM] 6.00-7.00 sec 415 MBytes 3.48 Gbits/sec
43762026-07-20T10:43:09.557Z- - - - - - - - - - - - - - - - - - - - - - - - -
43772026-07-20T10:43:09.557Z[ 5] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43782026-07-20T10:43:09.557Z[ 8] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43792026-07-20T10:43:09.557Z[ 10] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43802026-07-20T10:43:09.557Z[ 12] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43812026-07-20T10:43:09.557Z[ 14] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
43822026-07-20T10:43:09.557Z[ 16] 7.00-8.00 sec 51.9 MBytes 435 Mbits/sec
43832026-07-20T10:43:09.557Z[ 18] 7.00-8.00 sec 52.0 MBytes 436 Mbits/sec
43842026-07-20T10:43:09.557Z[ 20] 7.00-8.00 sec 51.6 MBytes 433 Mbits/sec
43852026-07-20T10:43:09.557Z[SUM] 7.00-8.00 sec 414 MBytes 3.47 Gbits/sec
43862026-07-20T10:43:09.557Z- - - - - - - - - - - - - - - - - - - - - - - - -
43872026-07-20T10:43:09.557Z[ 5] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
43882026-07-20T10:43:09.557Z[ 8] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
43892026-07-20T10:43:09.557Z[ 10] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
43902026-07-20T10:43:09.557Z[ 12] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43912026-07-20T10:43:09.557Z[ 14] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43922026-07-20T10:43:09.557Z[ 16] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43932026-07-20T10:43:09.557Z[ 18] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43942026-07-20T10:43:09.558Z[ 20] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
43952026-07-20T10:43:09.558Z[SUM] 8.00-9.00 sec 418 MBytes 3.51 Gbits/sec
43962026-07-20T10:43:09.558Z- - - - - - - - - - - - - - - - - - - - - - - - -
43972026-07-20T10:43:09.558Z[ 5] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
43982026-07-20T10:43:09.558Z[ 8] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
43992026-07-20T10:43:09.558Z[ 10] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
44002026-07-20T10:43:09.558Z[ 12] 9.00-10.00 sec 51.5 MBytes 432 Mbits/sec
44012026-07-20T10:43:09.558Z[ 14] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
44022026-07-20T10:43:09.558Z[ 16] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
44032026-07-20T10:43:09.558Z[ 18] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
44042026-07-20T10:43:09.558Z[ 20] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
44052026-07-20T10:43:09.559Z[SUM] 9.00-10.00 sec 413 MBytes 3.47 Gbits/sec
44062026-07-20T10:43:09.559Z- - - - - - - - - - - - - - - - - - - - - - - - -
44072026-07-20T10:43:09.559Z[ 5] 10.00-10.00 sec 128 KBytes 877 Mbits/sec
44082026-07-20T10:43:09.559Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44092026-07-20T10:43:09.559Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44102026-07-20T10:43:09.559Z[ 12] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
44112026-07-20T10:43:09.559Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44122026-07-20T10:43:09.559Z[ 16] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
44132026-07-20T10:43:09.559Z[ 18] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
44142026-07-20T10:43:09.559Z[ 20] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
44152026-07-20T10:43:09.559Z[SUM] 10.00-10.00 sec 640 KBytes 4.39 Gbits/sec
44162026-07-20T10:43:09.559Z- - - - - - - - - - - - - - - - - - - - - - - - -
44172026-07-20T10:43:09.559Z[ ID] Interval Transfer Bitrate
44182026-07-20T10:43:09.559Z[ 5] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
44192026-07-20T10:43:09.559Z[ 8] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44202026-07-20T10:43:09.559Z[ 10] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44212026-07-20T10:43:09.559Z[ 12] 0.00-10.00 sec 511 MBytes 429 Mbits/sec sender
44222026-07-20T10:43:09.559Z[ 14] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
44232026-07-20T10:43:09.559Z[ 16] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
44242026-07-20T10:43:09.560Z[ 18] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
44252026-07-20T10:43:09.560Z[ 20] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
44262026-07-20T10:43:09.560Z[SUM] 0.00-10.00 sec 4.00 GBytes 3.43 Gbits/sec sender
44272026-07-20T10:43:09.563ZRun 5/10...3431.574713774576Mbps
44282026-07-20T10:43:16.968Z-----------------------------------------------------------
44292026-07-20T10:43:16.968ZServer listening on 5201 (test #26)
44302026-07-20T10:43:16.968Z-----------------------------------------------------------
44312026-07-20T10:43:16.968ZAccepted connection from 10.0.0.1, port 54501
44322026-07-20T10:43:16.968Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47600
44332026-07-20T10:43:16.968Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49541
44342026-07-20T10:43:16.968Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58947
44352026-07-20T10:43:16.968Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59929
44362026-07-20T10:43:16.968Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50779
44372026-07-20T10:43:16.968Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43185
44382026-07-20T10:43:16.968Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33626
44392026-07-20T10:43:16.969Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53330
44402026-07-20T10:43:16.969Z[ ID] Interval Transfer Bitrate
44412026-07-20T10:43:16.969Z[ 5] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44422026-07-20T10:43:16.969Z[ 8] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44432026-07-20T10:43:16.969Z[ 10] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44442026-07-20T10:43:16.969Z[ 12] 0.00-1.00 sec 41.4 MBytes 347 Mbits/sec
44452026-07-20T10:43:16.969Z[ 14] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44462026-07-20T10:43:16.969Z[ 16] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44472026-07-20T10:43:16.969Z[ 18] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44482026-07-20T10:43:16.969Z[ 20] 0.00-1.00 sec 41.5 MBytes 348 Mbits/sec
44492026-07-20T10:43:16.969Z[SUM] 0.00-1.00 sec 332 MBytes 2.78 Gbits/sec
44502026-07-20T10:43:16.969Z- - - - - - - - - - - - - - - - - - - - - - - - -
44512026-07-20T10:43:16.969Z[ 5] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
44522026-07-20T10:43:16.969Z[ 8] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
44532026-07-20T10:43:16.969Z[ 10] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
44542026-07-20T10:43:16.969Z[ 12] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
44552026-07-20T10:43:16.969Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
44562026-07-20T10:43:16.969Z[ 16] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
44572026-07-20T10:43:16.969Z[ 18] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44582026-07-20T10:43:16.969Z[ 20] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
44592026-07-20T10:43:16.969Z[SUM] 1.00-2.00 sec 424 MBytes 3.55 Gbits/sec
44602026-07-20T10:43:16.969Z- - - - - - - - - - - - - - - - - - - - - - - - -
44612026-07-20T10:43:16.969Z[ 5] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
44622026-07-20T10:43:16.969Z[ 8] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
44632026-07-20T10:43:16.969Z[ 10] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
44642026-07-20T10:43:16.969Z[ 12] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44652026-07-20T10:43:16.969Z[ 14] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
44662026-07-20T10:43:16.970Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
44672026-07-20T10:43:16.970Z[ 18] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
44682026-07-20T10:43:16.970Z[ 20] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
44692026-07-20T10:43:16.970Z[SUM] 2.00-3.00 sec 424 MBytes 3.56 Gbits/sec
44702026-07-20T10:43:16.970Z- - - - - - - - - - - - - - - - - - - - - - - - -
44712026-07-20T10:43:16.970Z[ 5] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44722026-07-20T10:43:16.970Z[ 8] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44732026-07-20T10:43:16.970Z[ 10] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44742026-07-20T10:43:16.970Z[ 12] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44752026-07-20T10:43:16.970Z[ 14] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
44762026-07-20T10:43:16.970Z[ 16] 3.00-4.00 sec 52.1 MBytes 437 Mbits/sec
44772026-07-20T10:43:16.970Z[ 18] 3.00-4.00 sec 52.2 MBytes 438 Mbits/sec
44782026-07-20T10:43:16.970Z[ 20] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
44792026-07-20T10:43:16.971Z[SUM] 3.00-4.00 sec 418 MBytes 3.51 Gbits/sec
44802026-07-20T10:43:16.971Z- - - - - - - - - - - - - - - - - - - - - - - - -
44812026-07-20T10:43:16.971Z[ 5] 4.00-5.00 sec 51.8 MBytes 434 Mbits/sec
44822026-07-20T10:43:16.971Z[ 8] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
44832026-07-20T10:43:16.971Z[ 10] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
44842026-07-20T10:43:16.971Z[ 12] 4.00-5.00 sec 51.8 MBytes 434 Mbits/sec
44852026-07-20T10:43:16.971Z[ 14] 4.00-5.00 sec 51.8 MBytes 434 Mbits/sec
44862026-07-20T10:43:16.971Z[ 16] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
44872026-07-20T10:43:16.971Z[ 18] 4.00-5.00 sec 52.0 MBytes 436 Mbits/sec
44882026-07-20T10:43:16.971Z[ 20] 4.00-5.00 sec 51.9 MBytes 435 Mbits/sec
44892026-07-20T10:43:16.971Z[SUM] 4.00-5.00 sec 415 MBytes 3.48 Gbits/sec
44902026-07-20T10:43:16.972Z- - - - - - - - - - - - - - - - - - - - - - - - -
44912026-07-20T10:43:16.972Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44922026-07-20T10:43:16.972Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
44932026-07-20T10:43:16.972Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
44942026-07-20T10:43:16.972Z[ 12] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
44952026-07-20T10:43:16.972Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
44962026-07-20T10:43:16.972Z[ 16] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
44972026-07-20T10:43:16.972Z[ 18] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44982026-07-20T10:43:16.972Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
44992026-07-20T10:43:16.972Z[SUM] 5.00-6.00 sec 419 MBytes 3.52 Gbits/sec
45002026-07-20T10:43:16.972Z- - - - - - - - - - - - - - - - - - - - - - - - -
45012026-07-20T10:43:16.972Z[ 5] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45022026-07-20T10:43:16.972Z[ 8] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
45032026-07-20T10:43:16.972Z[ 10] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45042026-07-20T10:43:19.973Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
45052026-07-20T10:43:19.973Z[ 14] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45062026-07-20T10:43:19.973Z[ 16] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45072026-07-20T10:43:19.973Z[ 18] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45082026-07-20T10:43:19.973Z[ 20] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
45092026-07-20T10:43:19.973Z[SUM] 6.00-7.00 sec 422 MBytes 3.54 Gbits/sec
45102026-07-20T10:43:19.973Z- - - - - - - - - - - - - - - - - - - - - - - - -
45112026-07-20T10:43:19.973Z[ 5] 7.00-8.00 sec 51.6 MBytes 433 Mbits/sec
45122026-07-20T10:43:19.973Z[ 8] 7.00-8.00 sec 51.5 MBytes 432 Mbits/sec
45132026-07-20T10:43:19.973Z[ 10] 7.00-8.00 sec 51.6 MBytes 433 Mbits/sec
45142026-07-20T10:43:19.973Z[ 12] 7.00-8.00 sec 51.6 MBytes 433 Mbits/sec
45152026-07-20T10:43:19.973Z[ 14] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
45162026-07-20T10:43:19.973Z[ 16] 7.00-8.00 sec 51.6 MBytes 433 Mbits/sec
45172026-07-20T10:43:19.973Z[ 18] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
45182026-07-20T10:43:19.973Z[ 20] 7.00-8.00 sec 51.8 MBytes 434 Mbits/sec
45192026-07-20T10:43:19.973Z[SUM] 7.00-8.00 sec 413 MBytes 3.47 Gbits/sec
45202026-07-20T10:43:19.973Z- - - - - - - - - - - - - - - - - - - - - - - - -
45212026-07-20T10:43:19.973Z[ 5] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45222026-07-20T10:43:19.973Z[ 8] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
45232026-07-20T10:43:19.973Z[ 10] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45242026-07-20T10:43:19.973Z[ 12] 8.00-9.00 sec 52.0 MBytes 436 Mbits/sec
45252026-07-20T10:43:19.974Z[ 14] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45262026-07-20T10:43:19.974Z[ 16] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45272026-07-20T10:43:19.974Z[ 18] 8.00-9.00 sec 51.9 MBytes 435 Mbits/sec
45282026-07-20T10:43:19.974Z[ 20] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
45292026-07-20T10:43:19.974Z[SUM] 8.00-9.00 sec 416 MBytes 3.49 Gbits/sec
45302026-07-20T10:43:19.974Z- - - - - - - - - - - - - - - - - - - - - - - - -
45312026-07-20T10:43:19.974Z[ 5] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
45322026-07-20T10:43:19.974Z[ 8] 9.00-10.00 sec 51.9 MBytes 435 Mbits/sec
45332026-07-20T10:43:19.974Z[ 10] 9.00-10.00 sec 51.9 MBytes 435 Mbits/sec
45342026-07-20T10:43:19.974Z[ 12] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
45352026-07-20T10:43:19.974Z[ 14] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
45362026-07-20T10:43:19.974Z[ 16] 9.00-10.00 sec 51.8 MBytes 434 Mbits/sec
45372026-07-20T10:43:19.974Z[ 18] 9.00-10.00 sec 51.9 MBytes 435 Mbits/sec
45382026-07-20T10:43:19.974Z[ 20] 9.00-10.00 sec 51.6 MBytes 433 Mbits/sec
45392026-07-20T10:43:19.975Z[SUM] 9.00-10.00 sec 414 MBytes 3.47 Gbits/sec
45402026-07-20T10:43:19.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
45412026-07-20T10:43:19.975Z[ 5] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
45422026-07-20T10:43:19.975Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45432026-07-20T10:43:19.975Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45442026-07-20T10:43:19.975Z[ 12] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
45452026-07-20T10:43:19.975Z[ 14] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
45462026-07-20T10:43:19.975Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45472026-07-20T10:43:19.975Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45482026-07-20T10:43:19.975Z[ 20] 10.00-10.00 sec 128 KBytes 953 Mbits/sec
45492026-07-20T10:43:19.975Z[SUM] 10.00-10.00 sec 512 KBytes 3.81 Gbits/sec
45502026-07-20T10:43:19.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
45512026-07-20T10:43:19.976Z[ ID] Interval Transfer Bitrate
45522026-07-20T10:43:19.976Z[ 5] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
45532026-07-20T10:43:19.976Z[ 8] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
45542026-07-20T10:43:19.976Z[ 10] 0.00-10.00 sec 513 MBytes 430 Mbits/sec sender
45552026-07-20T10:43:19.976Z[ 12] 0.00-10.00 sec 512 MBytes 429 Mbits/sec sender
45562026-07-20T10:43:19.976Z[ 14] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
45572026-07-20T10:43:19.976Z[ 16] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
45582026-07-20T10:43:19.976Z[ 18] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
45592026-07-20T10:43:19.976Z[ 20] 0.00-10.00 sec 512 MBytes 430 Mbits/sec sender
45602026-07-20T10:43:19.976Z[SUM] 0.00-10.00 sec 4.00 GBytes 3.44 Gbits/sec sender
45612026-07-20T10:43:19.979ZRun 6/10...3437.3724614960506Mbps
45622026-07-20T10:43:27.377Z-----------------------------------------------------------
45632026-07-20T10:43:27.377ZServer listening on 5201 (test #27)
45642026-07-20T10:43:27.377Z-----------------------------------------------------------
45652026-07-20T10:43:27.377ZAccepted connection from 10.0.0.1, port 47186
45662026-07-20T10:43:27.377Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47039
45672026-07-20T10:43:27.377Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60861
45682026-07-20T10:43:27.377Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55608
45692026-07-20T10:43:27.377Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43012
45702026-07-20T10:43:27.377Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43445
45712026-07-20T10:43:27.377Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49381
45722026-07-20T10:43:27.377Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33574
45732026-07-20T10:43:27.377Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40136
45742026-07-20T10:43:27.377Z[ ID] Interval Transfer Bitrate
45752026-07-20T10:43:27.377Z[ 5] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
45762026-07-20T10:43:27.377Z[ 8] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
45772026-07-20T10:43:27.377Z[ 10] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45782026-07-20T10:43:27.377Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45792026-07-20T10:43:27.377Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45802026-07-20T10:43:27.377Z[ 16] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45812026-07-20T10:43:27.377Z[ 18] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45822026-07-20T10:43:27.377Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
45832026-07-20T10:43:27.377Z[SUM] 0.00-1.00 sec 338 MBytes 2.84 Gbits/sec
45842026-07-20T10:43:27.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
45852026-07-20T10:43:27.378Z[ 5] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
45862026-07-20T10:43:27.378Z[ 8] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
45872026-07-20T10:43:27.378Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
45882026-07-20T10:43:27.378Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
45892026-07-20T10:43:27.378Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
45902026-07-20T10:43:27.378Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
45912026-07-20T10:43:27.378Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
45922026-07-20T10:43:27.378Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
45932026-07-20T10:43:27.378Z[SUM] 1.00-2.00 sec 426 MBytes 3.58 Gbits/sec
45942026-07-20T10:43:27.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
45952026-07-20T10:43:27.378Z[ 5] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
45962026-07-20T10:43:27.378Z[ 8] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
45972026-07-20T10:43:27.378Z[ 10] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
45982026-07-20T10:43:27.378Z[ 12] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
45992026-07-20T10:43:27.378Z[ 14] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
46002026-07-20T10:43:27.378Z[ 16] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
46012026-07-20T10:43:27.378Z[ 18] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
46022026-07-20T10:43:27.378Z[ 20] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
46032026-07-20T10:43:27.378Z[SUM] 2.00-3.00 sec 428 MBytes 3.59 Gbits/sec
46042026-07-20T10:43:27.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
46052026-07-20T10:43:27.378Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
46062026-07-20T10:43:27.378Z[ 8] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
46072026-07-20T10:43:27.378Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
46082026-07-20T10:43:27.378Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
46092026-07-20T10:43:27.378Z[ 14] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
46102026-07-20T10:43:27.378Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
46112026-07-20T10:43:27.378Z[ 18] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
46122026-07-20T10:43:27.378Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
46132026-07-20T10:43:27.378Z[SUM] 3.00-4.00 sec 426 MBytes 3.57 Gbits/sec
46142026-07-20T10:43:27.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
46152026-07-20T10:43:27.378Z[ 5] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
46162026-07-20T10:43:27.378Z[ 8] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46172026-07-20T10:43:27.378Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46182026-07-20T10:43:27.378Z[ 12] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46192026-07-20T10:43:27.378Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
46202026-07-20T10:43:27.378Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46212026-07-20T10:43:27.379Z[ 18] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46222026-07-20T10:43:27.379Z[ 20] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
46232026-07-20T10:43:27.379Z[SUM] 4.00-5.00 sec 426 MBytes 3.58 Gbits/sec
46242026-07-20T10:43:27.379Z- - - - - - - - - - - - - - - - - - - - - - - - -
46252026-07-20T10:43:27.379Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
46262026-07-20T10:43:27.379Z[ 8] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
46272026-07-20T10:43:27.379Z[ 10] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
46282026-07-20T10:43:27.379Z[ 12] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
46292026-07-20T10:43:27.379Z[ 14] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
46302026-07-20T10:43:27.379Z[ 16] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
46312026-07-20T10:43:27.379Z[ 18] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
46322026-07-20T10:43:27.379Z[ 20] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
46332026-07-20T10:43:27.379Z[SUM] 5.00-6.00 sec 434 MBytes 3.64 Gbits/sec
46342026-07-20T10:43:27.379Z- - - - - - - - - - - - - - - - - - - - - - - - -
46352026-07-20T10:43:27.380Z[ 5] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
46362026-07-20T10:43:27.380Z[ 8] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
46372026-07-20T10:43:27.380Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
46382026-07-20T10:43:30.382Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
46392026-07-20T10:43:30.382Z[ 14] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
46402026-07-20T10:43:30.383Z[ 16] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
46412026-07-20T10:43:30.383Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
46422026-07-20T10:43:30.383Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
46432026-07-20T10:43:30.383Z[SUM] 6.00-7.00 sec 426 MBytes 3.57 Gbits/sec
46442026-07-20T10:43:30.383Z- - - - - - - - - - - - - - - - - - - - - - - - -
46452026-07-20T10:43:30.383Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
46462026-07-20T10:43:30.383Z[ 8] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46472026-07-20T10:43:30.383Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
46482026-07-20T10:43:30.385Z[ 12] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46492026-07-20T10:43:30.385Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
46502026-07-20T10:43:30.385Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46512026-07-20T10:43:30.385Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46522026-07-20T10:43:30.385Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
46532026-07-20T10:43:30.385Z[SUM] 7.00-8.00 sec 424 MBytes 3.55 Gbits/sec
46542026-07-20T10:43:30.385Z- - - - - - - - - - - - - - - - - - - - - - - - -
46552026-07-20T10:43:30.385Z[ 5] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
46562026-07-20T10:43:30.385Z[ 8] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
46572026-07-20T10:43:30.385Z[ 10] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
46582026-07-20T10:43:30.385Z[ 12] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
46592026-07-20T10:43:30.385Z[ 14] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
46602026-07-20T10:43:30.385Z[ 16] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
46612026-07-20T10:43:30.385Z[ 18] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
46622026-07-20T10:43:30.385Z[ 20] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
46632026-07-20T10:43:30.385Z[SUM] 8.00-9.00 sec 419 MBytes 3.52 Gbits/sec
46642026-07-20T10:43:30.385Z- - - - - - - - - - - - - - - - - - - - - - - - -
46652026-07-20T10:43:30.385Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
46662026-07-20T10:43:30.385Z[ 8] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
46672026-07-20T10:43:30.385Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
46682026-07-20T10:43:30.385Z[ 12] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
46692026-07-20T10:43:30.385Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
46702026-07-20T10:43:30.385Z[ 16] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
46712026-07-20T10:43:30.385Z[ 18] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
46722026-07-20T10:43:30.385Z[ 20] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
46732026-07-20T10:43:30.385Z[SUM] 9.00-10.00 sec 426 MBytes 3.57 Gbits/sec
46742026-07-20T10:43:30.385Z- - - - - - - - - - - - - - - - - - - - - - - - -
46752026-07-20T10:43:30.386Z[ 5] 10.00-10.00 sec 128 KBytes 901 Mbits/sec
46762026-07-20T10:43:30.386Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46772026-07-20T10:43:30.386Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46782026-07-20T10:43:30.386Z[ 12] 10.00-10.00 sec 128 KBytes 902 Mbits/sec
46792026-07-20T10:43:30.386Z[ 14] 10.00-10.00 sec 128 KBytes 902 Mbits/sec
46802026-07-20T10:43:30.386Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46812026-07-20T10:43:30.386Z[ 18] 10.00-10.00 sec 128 KBytes 902 Mbits/sec
46822026-07-20T10:43:30.386Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46832026-07-20T10:43:30.386Z[SUM] 10.00-10.00 sec 512 KBytes 3.60 Gbits/sec
46842026-07-20T10:43:30.386Z- - - - - - - - - - - - - - - - - - - - - - - - -
46852026-07-20T10:43:30.386Z[ ID] Interval Transfer Bitrate
46862026-07-20T10:43:30.386Z[ 5] 0.00-10.00 sec 522 MBytes 438 Mbits/sec sender
46872026-07-20T10:43:30.386Z[ 8] 0.00-10.00 sec 522 MBytes 438 Mbits/sec sender
46882026-07-20T10:43:30.386Z[ 10] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
46892026-07-20T10:43:30.386Z[ 12] 0.00-10.00 sec 522 MBytes 438 Mbits/sec sender
46902026-07-20T10:43:30.386Z[ 14] 0.00-10.00 sec 522 MBytes 438 Mbits/sec sender
46912026-07-20T10:43:30.386Z[ 16] 0.00-10.00 sec 522 MBytes 437 Mbits/sec sender
46922026-07-20T10:43:30.386Z[ 18] 0.00-10.00 sec 522 MBytes 438 Mbits/sec sender
46932026-07-20T10:43:30.386Z[ 20] 0.00-10.00 sec 522 MBytes 437 Mbits/sec sender
46942026-07-20T10:43:30.386Z[SUM] 0.00-10.00 sec 4.07 GBytes 3.50 Gbits/sec sender
46952026-07-20T10:43:30.488ZRun 7/10...3499.944109783868Mbps
46962026-07-20T10:43:37.789Z-----------------------------------------------------------
46972026-07-20T10:43:37.790ZServer listening on 5201 (test #28)
46982026-07-20T10:43:37.790Z-----------------------------------------------------------
46992026-07-20T10:43:37.790ZAccepted connection from 10.0.0.1, port 60542
47002026-07-20T10:43:37.790Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55192
47012026-07-20T10:43:37.790Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43899
47022026-07-20T10:43:37.790Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45707
47032026-07-20T10:43:37.790Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50635
47042026-07-20T10:43:37.790Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58480
47052026-07-20T10:43:37.790Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49967
47062026-07-20T10:43:37.790Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36259
47072026-07-20T10:43:37.790Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50463
47082026-07-20T10:43:37.790Z[ ID] Interval Transfer Bitrate
47092026-07-20T10:43:37.790Z[ 5] 0.00-1.00 sec 41.0 MBytes 344 Mbits/sec
47102026-07-20T10:43:37.790Z[ 8] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
47112026-07-20T10:43:37.790Z[ 10] 0.00-1.00 sec 40.8 MBytes 342 Mbits/sec
47122026-07-20T10:43:37.790Z[ 12] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
47132026-07-20T10:43:37.790Z[ 14] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
47142026-07-20T10:43:37.790Z[ 16] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
47152026-07-20T10:43:37.790Z[ 18] 0.00-1.00 sec 41.0 MBytes 344 Mbits/sec
47162026-07-20T10:43:37.790Z[ 20] 0.00-1.00 sec 40.9 MBytes 343 Mbits/sec
47172026-07-20T10:43:37.790Z[SUM] 0.00-1.00 sec 327 MBytes 2.74 Gbits/sec
47182026-07-20T10:43:37.790Z- - - - - - - - - - - - - - - - - - - - - - - - -
47192026-07-20T10:43:37.790Z[ 5] 1.00-2.00 sec 51.8 MBytes 434 Mbits/sec
47202026-07-20T10:43:37.790Z[ 8] 1.00-2.00 sec 51.8 MBytes 434 Mbits/sec
47212026-07-20T10:43:37.790Z[ 10] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
47222026-07-20T10:43:37.790Z[ 12] 1.00-2.00 sec 51.9 MBytes 435 Mbits/sec
47232026-07-20T10:43:37.790Z[ 14] 1.00-2.00 sec 51.9 MBytes 435 Mbits/sec
47242026-07-20T10:43:37.790Z[ 16] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
47252026-07-20T10:43:37.791Z[ 18] 1.00-2.00 sec 52.0 MBytes 436 Mbits/sec
47262026-07-20T10:43:37.791Z[ 20] 1.00-2.00 sec 51.9 MBytes 435 Mbits/sec
47272026-07-20T10:43:37.791Z[SUM] 1.00-2.00 sec 415 MBytes 3.48 Gbits/sec
47282026-07-20T10:43:37.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
47292026-07-20T10:43:37.791Z[ 5] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
47302026-07-20T10:43:37.791Z[ 8] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
47312026-07-20T10:43:37.791Z[ 10] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
47322026-07-20T10:43:37.791Z[ 12] 2.00-3.00 sec 52.2 MBytes 438 Mbits/sec
47332026-07-20T10:43:37.791Z[ 14] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
47342026-07-20T10:43:37.791Z[ 16] 2.00-3.00 sec 52.4 MBytes 439 Mbits/sec
47352026-07-20T10:43:37.791Z[ 18] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
47362026-07-20T10:43:37.791Z[ 20] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
47372026-07-20T10:43:37.792Z[SUM] 2.00-3.00 sec 419 MBytes 3.52 Gbits/sec
47382026-07-20T10:43:37.792Z- - - - - - - - - - - - - - - - - - - - - - - - -
47392026-07-20T10:43:37.792Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
47402026-07-20T10:43:37.792Z[ 8] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
47412026-07-20T10:43:37.792Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
47422026-07-20T10:43:37.792Z[ 12] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
47432026-07-20T10:43:37.792Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
47442026-07-20T10:43:37.792Z[ 16] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
47452026-07-20T10:43:37.792Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
47462026-07-20T10:43:37.792Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
47472026-07-20T10:43:37.792Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
47482026-07-20T10:43:37.792Z- - - - - - - - - - - - - - - - - - - - - - - - -
47492026-07-20T10:43:37.793Z[ 5] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
47502026-07-20T10:43:37.793Z[ 8] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
47512026-07-20T10:43:37.793Z[ 10] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
47522026-07-20T10:43:37.793Z[ 12] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
47532026-07-20T10:43:37.793Z[ 14] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
47542026-07-20T10:43:37.793Z[ 16] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
47552026-07-20T10:43:37.793Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
47562026-07-20T10:43:37.793Z[ 20] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
47572026-07-20T10:43:37.793Z[SUM] 4.00-5.00 sec 420 MBytes 3.52 Gbits/sec
47582026-07-20T10:43:37.793Z- - - - - - - - - - - - - - - - - - - - - - - - -
47592026-07-20T10:43:37.793Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47602026-07-20T10:43:37.793Z[ 8] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47612026-07-20T10:43:37.793Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47622026-07-20T10:43:37.793Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47632026-07-20T10:43:37.793Z[ 14] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47642026-07-20T10:43:37.793Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47652026-07-20T10:43:37.797Z[ 18] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47662026-07-20T10:43:37.797Z[ 20] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47672026-07-20T10:43:37.797Z[SUM] 5.00-6.00 sec 420 MBytes 3.52 Gbits/sec
47682026-07-20T10:43:37.797Z- - - - - - - - - - - - - - - - - - - - - - - - -
47692026-07-20T10:43:37.797Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
47702026-07-20T10:43:37.797Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47712026-07-20T10:43:37.797Z[ 10] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
47722026-07-20T10:43:40.795Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47732026-07-20T10:43:40.795Z[ 14] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
47742026-07-20T10:43:40.795Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
47752026-07-20T10:43:40.795Z[ 18] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
47762026-07-20T10:43:40.795Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47772026-07-20T10:43:40.795Z[SUM] 6.00-7.00 sec 425 MBytes 3.57 Gbits/sec
47782026-07-20T10:43:40.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
47792026-07-20T10:43:40.795Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47802026-07-20T10:43:40.795Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47812026-07-20T10:43:40.795Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47822026-07-20T10:43:40.795Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47832026-07-20T10:43:40.796Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
47842026-07-20T10:43:40.796Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47852026-07-20T10:43:40.796Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47862026-07-20T10:43:40.796Z[ 20] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47872026-07-20T10:43:40.796Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
47882026-07-20T10:43:40.796Z- - - - - - - - - - - - - - - - - - - - - - - - -
47892026-07-20T10:43:40.796Z[ 5] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
47902026-07-20T10:43:40.796Z[ 8] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
47912026-07-20T10:43:40.796Z[ 10] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
47922026-07-20T10:43:40.796Z[ 12] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
47932026-07-20T10:43:40.796Z[ 14] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
47942026-07-20T10:43:40.796Z[ 16] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
47952026-07-20T10:43:40.796Z[ 18] 8.00-9.00 sec 52.1 MBytes 437 Mbits/sec
47962026-07-20T10:43:40.796Z[ 20] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
47972026-07-20T10:43:40.796Z[SUM] 8.00-9.00 sec 418 MBytes 3.50 Gbits/sec
47982026-07-20T10:43:40.796Z- - - - - - - - - - - - - - - - - - - - - - - - -
47992026-07-20T10:43:40.796Z[ 5] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
48002026-07-20T10:43:40.796Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
48012026-07-20T10:43:40.796Z[ 10] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
48022026-07-20T10:43:40.797Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
48032026-07-20T10:43:40.797Z[ 14] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
48042026-07-20T10:43:40.797Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
48052026-07-20T10:43:40.797Z[ 18] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
48062026-07-20T10:43:40.797Z[ 20] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
48072026-07-20T10:43:40.797Z[SUM] 9.00-10.00 sec 422 MBytes 3.54 Gbits/sec
48082026-07-20T10:43:40.797Z- - - - - - - - - - - - - - - - - - - - - - - - -
48092026-07-20T10:43:40.797Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48102026-07-20T10:43:40.797Z[ 8] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
48112026-07-20T10:43:40.797Z[ 10] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
48122026-07-20T10:43:40.797Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48132026-07-20T10:43:40.797Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48142026-07-20T10:43:40.797Z[ 16] 10.00-10.00 sec 128 KBytes 880 Mbits/sec
48152026-07-20T10:43:40.797Z[ 18] 10.00-10.00 sec 128 KBytes 880 Mbits/sec
48162026-07-20T10:43:40.797Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48172026-07-20T10:43:40.797Z[SUM] 10.00-10.00 sec 512 KBytes 3.51 Gbits/sec
48182026-07-20T10:43:40.797Z- - - - - - - - - - - - - - - - - - - - - - - - -
48192026-07-20T10:43:40.797Z[ ID] Interval Transfer Bitrate
48202026-07-20T10:43:40.797Z[ 5] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
48212026-07-20T10:43:40.797Z[ 8] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
48222026-07-20T10:43:40.797Z[ 10] 0.00-10.00 sec 514 MBytes 432 Mbits/sec sender
48232026-07-20T10:43:40.797Z[ 12] 0.00-10.00 sec 514 MBytes 431 Mbits/sec sender
48242026-07-20T10:43:40.797Z[ 14] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
48252026-07-20T10:43:40.797Z[ 16] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
48262026-07-20T10:43:40.797Z[ 18] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
48272026-07-20T10:43:40.800Z[ 20] 0.00-10.00 sec 514 MBytes 432 Mbits/sec sender
48282026-07-20T10:43:40.800Z[SUM] 0.00-10.00 sec 4.02 GBytes 3.45 Gbits/sec sender
48292026-07-20T10:43:40.800ZRun 8/10...3452.124320982025Mbps
48302026-07-20T10:43:48.201Z-----------------------------------------------------------
48312026-07-20T10:43:48.201ZServer listening on 5201 (test #29)
48322026-07-20T10:43:48.201Z-----------------------------------------------------------
48332026-07-20T10:43:48.201ZAccepted connection from 10.0.0.1, port 49918
48342026-07-20T10:43:48.201Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56923
48352026-07-20T10:43:48.201Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37951
48362026-07-20T10:43:48.201Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35024
48372026-07-20T10:43:48.201Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37463
48382026-07-20T10:43:48.201Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58644
48392026-07-20T10:43:48.201Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52297
48402026-07-20T10:43:48.201Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38711
48412026-07-20T10:43:48.201Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61397
48422026-07-20T10:43:48.201Z[ ID] Interval Transfer Bitrate
48432026-07-20T10:43:48.201Z[ 5] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
48442026-07-20T10:43:48.201Z[ 8] 0.00-1.00 sec 41.2 MBytes 346 Mbits/sec
48452026-07-20T10:43:48.201Z[ 10] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
48462026-07-20T10:43:48.202Z[ 12] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
48472026-07-20T10:43:48.202Z[ 14] 0.00-1.00 sec 41.2 MBytes 346 Mbits/sec
48482026-07-20T10:43:48.202Z[ 16] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
48492026-07-20T10:43:48.202Z[ 18] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
48502026-07-20T10:43:48.202Z[ 20] 0.00-1.00 sec 41.1 MBytes 345 Mbits/sec
48512026-07-20T10:43:48.202Z[SUM] 0.00-1.00 sec 329 MBytes 2.76 Gbits/sec
48522026-07-20T10:43:48.202Z- - - - - - - - - - - - - - - - - - - - - - - - -
48532026-07-20T10:43:48.202Z[ 5] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
48542026-07-20T10:43:48.202Z[ 8] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
48552026-07-20T10:43:48.202Z[ 10] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
48562026-07-20T10:43:48.202Z[ 12] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
48572026-07-20T10:43:48.202Z[ 14] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
48582026-07-20T10:43:48.202Z[ 16] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
48592026-07-20T10:43:48.202Z[ 18] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
48602026-07-20T10:43:48.202Z[ 20] 1.00-2.00 sec 52.4 MBytes 439 Mbits/sec
48612026-07-20T10:43:48.202Z[SUM] 1.00-2.00 sec 420 MBytes 3.53 Gbits/sec
48622026-07-20T10:43:48.202Z- - - - - - - - - - - - - - - - - - - - - - - - -
48632026-07-20T10:43:48.203Z[ 5] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
48642026-07-20T10:43:48.203Z[ 8] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
48652026-07-20T10:43:48.203Z[ 10] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
48662026-07-20T10:43:48.203Z[ 12] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
48672026-07-20T10:43:48.203Z[ 14] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
48682026-07-20T10:43:48.203Z[ 16] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
48692026-07-20T10:43:48.203Z[ 18] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
48702026-07-20T10:43:48.205Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
48712026-07-20T10:43:48.205Z[SUM] 2.00-3.00 sec 423 MBytes 3.55 Gbits/sec
48722026-07-20T10:43:48.205Z- - - - - - - - - - - - - - - - - - - - - - - - -
48732026-07-20T10:43:48.205Z[ 5] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
48742026-07-20T10:43:48.205Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
48752026-07-20T10:43:48.205Z[ 10] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
48762026-07-20T10:43:48.205Z[ 12] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
48772026-07-20T10:43:48.205Z[ 14] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
48782026-07-20T10:43:48.205Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
48792026-07-20T10:43:48.205Z[ 18] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
48802026-07-20T10:43:48.205Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
48812026-07-20T10:43:48.205Z[SUM] 3.00-4.00 sec 423 MBytes 3.55 Gbits/sec
48822026-07-20T10:43:48.205Z- - - - - - - - - - - - - - - - - - - - - - - - -
48832026-07-20T10:43:48.205Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48842026-07-20T10:43:48.205Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
48852026-07-20T10:43:48.205Z[ 10] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48862026-07-20T10:43:48.205Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48872026-07-20T10:43:48.205Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48882026-07-20T10:43:48.205Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48892026-07-20T10:43:48.205Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48902026-07-20T10:43:48.205Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
48912026-07-20T10:43:48.205Z[SUM] 4.00-5.00 sec 425 MBytes 3.57 Gbits/sec
48922026-07-20T10:43:48.205Z- - - - - - - - - - - - - - - - - - - - - - - - -
48932026-07-20T10:43:48.205Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
48942026-07-20T10:43:48.206Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
48952026-07-20T10:43:48.206Z[ 10] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
48962026-07-20T10:43:48.206Z[ 12] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
48972026-07-20T10:43:48.206Z[ 14] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
48982026-07-20T10:43:48.206Z[ 16] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
48992026-07-20T10:43:48.206Z[ 18] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
49002026-07-20T10:43:48.206Z[ 20] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
49012026-07-20T10:43:48.206Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
49022026-07-20T10:43:48.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
49032026-07-20T10:43:48.206Z[ 5] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
49042026-07-20T10:43:48.206Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49052026-07-20T10:43:48.206Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49062026-07-20T10:43:51.206Z[ 12] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
49072026-07-20T10:43:51.206Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49082026-07-20T10:43:51.206Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49092026-07-20T10:43:51.206Z[ 18] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
49102026-07-20T10:43:51.206Z[ 20] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
49112026-07-20T10:43:51.206Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
49122026-07-20T10:43:51.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
49132026-07-20T10:43:51.207Z[ 5] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
49142026-07-20T10:43:51.207Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49152026-07-20T10:43:51.207Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49162026-07-20T10:43:51.207Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49172026-07-20T10:43:51.207Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
49182026-07-20T10:43:51.207Z[ 16] 7.00-8.00 sec 52.8 MBytes 443 Mbits/sec
49192026-07-20T10:43:51.207Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49202026-07-20T10:43:51.207Z[ 20] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
49212026-07-20T10:43:51.207Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
49222026-07-20T10:43:51.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
49232026-07-20T10:43:51.207Z[ 5] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49242026-07-20T10:43:51.207Z[ 8] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49252026-07-20T10:43:51.207Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49262026-07-20T10:43:51.207Z[ 12] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
49272026-07-20T10:43:51.207Z[ 14] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
49282026-07-20T10:43:51.207Z[ 16] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
49292026-07-20T10:43:51.207Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49302026-07-20T10:43:51.207Z[ 20] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
49312026-07-20T10:43:51.207Z[SUM] 8.00-9.00 sec 422 MBytes 3.54 Gbits/sec
49322026-07-20T10:43:51.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
49332026-07-20T10:43:51.207Z[ 5] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49342026-07-20T10:43:51.207Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49352026-07-20T10:43:51.207Z[ 10] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49362026-07-20T10:43:51.208Z[ 12] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49372026-07-20T10:43:51.208Z[ 14] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49382026-07-20T10:43:51.208Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49392026-07-20T10:43:51.208Z[ 18] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49402026-07-20T10:43:51.208Z[ 20] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
49412026-07-20T10:43:51.208Z[SUM] 9.00-10.00 sec 421 MBytes 3.53 Gbits/sec
49422026-07-20T10:43:51.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
49432026-07-20T10:43:51.208Z[ 5] 10.00-10.00 sec 128 KBytes 963 Mbits/sec
49442026-07-20T10:43:51.208Z[ 8] 10.00-10.00 sec 128 KBytes 964 Mbits/sec
49452026-07-20T10:43:51.208Z[ 10] 10.00-10.00 sec 128 KBytes 963 Mbits/sec
49462026-07-20T10:43:51.208Z[ 12] 10.00-10.00 sec 128 KBytes 964 Mbits/sec
49472026-07-20T10:43:51.208Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49482026-07-20T10:43:51.208Z[ 16] 10.00-10.00 sec 128 KBytes 964 Mbits/sec
49492026-07-20T10:43:51.208Z[ 18] 10.00-10.00 sec 128 KBytes 964 Mbits/sec
49502026-07-20T10:43:51.208Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49512026-07-20T10:43:51.208Z[SUM] 10.00-10.00 sec 768 KBytes 5.78 Gbits/sec
49522026-07-20T10:43:51.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
49532026-07-20T10:43:51.208Z[ ID] Interval Transfer Bitrate
49542026-07-20T10:43:51.208Z[ 5] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
49552026-07-20T10:43:51.208Z[ 8] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
49562026-07-20T10:43:51.208Z[ 10] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
49572026-07-20T10:43:51.208Z[ 12] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
49582026-07-20T10:43:51.208Z[ 14] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
49592026-07-20T10:43:51.208Z[ 16] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
49602026-07-20T10:43:51.208Z[ 18] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
49612026-07-20T10:43:51.208Z[ 20] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
49622026-07-20T10:43:51.208Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec sender
49632026-07-20T10:43:51.211ZRun 9/10...3471.347735879506Mbps
49642026-07-20T10:43:58.609Z-----------------------------------------------------------
49652026-07-20T10:43:58.609ZServer listening on 5201 (test #30)
49662026-07-20T10:43:58.610Z-----------------------------------------------------------
49672026-07-20T10:43:58.610ZAccepted connection from 10.0.0.1, port 59819
49682026-07-20T10:43:58.610Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49776
49692026-07-20T10:43:58.610Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57018
49702026-07-20T10:43:58.610Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36813
49712026-07-20T10:43:58.610Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52612
49722026-07-20T10:43:58.610Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61295
49732026-07-20T10:43:58.610Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45778
49742026-07-20T10:43:58.610Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63849
49752026-07-20T10:43:58.610Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56294
49762026-07-20T10:43:58.610Z[ ID] Interval Transfer Bitrate
49772026-07-20T10:43:58.610Z[ 5] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
49782026-07-20T10:43:58.610Z[ 8] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49792026-07-20T10:43:58.610Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49802026-07-20T10:43:58.610Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49812026-07-20T10:43:58.610Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49822026-07-20T10:43:58.610Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49832026-07-20T10:43:58.610Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49842026-07-20T10:43:58.610Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49852026-07-20T10:43:58.610Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
49862026-07-20T10:43:58.610Z- - - - - - - - - - - - - - - - - - - - - - - - -
49872026-07-20T10:43:58.610Z[ 5] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
49882026-07-20T10:43:58.610Z[ 8] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
49892026-07-20T10:43:58.610Z[ 10] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
49902026-07-20T10:43:58.613Z[ 12] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
49912026-07-20T10:43:58.613Z[ 14] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
49922026-07-20T10:43:58.613Z[ 16] 1.00-2.00 sec 52.2 MBytes 438 Mbits/sec
49932026-07-20T10:43:58.613Z[ 18] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
49942026-07-20T10:43:58.613Z[ 20] 1.00-2.00 sec 52.1 MBytes 437 Mbits/sec
49952026-07-20T10:43:58.613Z[SUM] 1.00-2.00 sec 418 MBytes 3.50 Gbits/sec
49962026-07-20T10:43:58.613Z- - - - - - - - - - - - - - - - - - - - - - - - -
49972026-07-20T10:43:58.613Z[ 5] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
49982026-07-20T10:43:58.613Z[ 8] 2.00-3.00 sec 52.5 MBytes 440 Mbits/sec
49992026-07-20T10:43:58.613Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
50002026-07-20T10:43:58.613Z[ 12] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
50012026-07-20T10:43:58.613Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
50022026-07-20T10:43:58.614Z[ 16] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
50032026-07-20T10:43:58.614Z[ 18] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
50042026-07-20T10:43:58.614Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
50052026-07-20T10:43:58.614Z[SUM] 2.00-3.00 sec 421 MBytes 3.53 Gbits/sec
50062026-07-20T10:43:58.614Z- - - - - - - - - - - - - - - - - - - - - - - - -
50072026-07-20T10:43:58.614Z[ 5] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
50082026-07-20T10:43:58.614Z[ 8] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
50092026-07-20T10:43:58.614Z[ 10] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
50102026-07-20T10:43:58.614Z[ 12] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
50112026-07-20T10:43:58.614Z[ 14] 3.00-4.00 sec 52.4 MBytes 439 Mbits/sec
50122026-07-20T10:43:58.614Z[ 16] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
50132026-07-20T10:43:58.614Z[ 18] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
50142026-07-20T10:43:58.615Z[ 20] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
50152026-07-20T10:43:58.615Z[SUM] 3.00-4.00 sec 420 MBytes 3.52 Gbits/sec
50162026-07-20T10:43:58.615Z- - - - - - - - - - - - - - - - - - - - - - - - -
50172026-07-20T10:43:58.615Z[ 5] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
50182026-07-20T10:43:58.615Z[ 8] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
50192026-07-20T10:43:58.616Z[ 10] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
50202026-07-20T10:43:58.616Z[ 12] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
50212026-07-20T10:43:58.616Z[ 14] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
50222026-07-20T10:43:58.616Z[ 16] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
50232026-07-20T10:43:58.616Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
50242026-07-20T10:43:58.616Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
50252026-07-20T10:43:58.616Z[SUM] 4.00-5.00 sec 420 MBytes 3.52 Gbits/sec
50262026-07-20T10:43:58.616Z- - - - - - - - - - - - - - - - - - - - - - - - -
50272026-07-20T10:43:58.616Z[ 5] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
50282026-07-20T10:43:58.616Z[ 8] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
50292026-07-20T10:43:58.616Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
50302026-07-20T10:43:58.616Z[ 12] 5.00-6.00 sec 52.8 MBytes 443 Mbits/sec
50312026-07-20T10:43:58.616Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
50322026-07-20T10:43:58.616Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
50332026-07-20T10:43:58.616Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
50342026-07-20T10:43:58.616Z[ 20] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
50352026-07-20T10:43:58.616Z[SUM] 5.00-6.00 sec 422 MBytes 3.54 Gbits/sec
50362026-07-20T10:43:58.616Z- - - - - - - - - - - - - - - - - - - - - - - - -
50372026-07-20T10:43:58.616Z[ 5] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
50382026-07-20T10:43:58.618Z[ 8] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
50392026-07-20T10:43:58.618Z[ 10] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
50402026-07-20T10:44:01.614Z[ 12] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
50412026-07-20T10:44:01.614Z[ 14] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
50422026-07-20T10:44:01.614Z[ 16] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
50432026-07-20T10:44:01.614Z[ 18] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
50442026-07-20T10:44:01.614Z[ 20] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
50452026-07-20T10:44:01.616Z[SUM] 6.00-7.00 sec 420 MBytes 3.52 Gbits/sec
50462026-07-20T10:44:01.616Z- - - - - - - - - - - - - - - - - - - - - - - - -
50472026-07-20T10:44:01.616Z[ 5] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
50482026-07-20T10:44:01.616Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
50492026-07-20T10:44:01.616Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
50502026-07-20T10:44:01.616Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
50512026-07-20T10:44:01.616Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
50522026-07-20T10:44:01.616Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
50532026-07-20T10:44:01.616Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
50542026-07-20T10:44:01.616Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
50552026-07-20T10:44:01.616Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
50562026-07-20T10:44:01.616Z- - - - - - - - - - - - - - - - - - - - - - - - -
50572026-07-20T10:44:01.616Z[ 5] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
50582026-07-20T10:44:01.616Z[ 8] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
50592026-07-20T10:44:01.616Z[ 10] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
50602026-07-20T10:44:01.616Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50612026-07-20T10:44:01.616Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50622026-07-20T10:44:01.616Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
50632026-07-20T10:44:01.616Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50642026-07-20T10:44:01.616Z[ 20] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
50652026-07-20T10:44:01.616Z[SUM] 8.00-9.00 sec 424 MBytes 3.55 Gbits/sec
50662026-07-20T10:44:01.616Z- - - - - - - - - - - - - - - - - - - - - - - - -
50672026-07-20T10:44:01.616Z[ 5] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50682026-07-20T10:44:01.616Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
50692026-07-20T10:44:01.617Z[ 10] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50702026-07-20T10:44:01.617Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50712026-07-20T10:44:01.617Z[ 14] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50722026-07-20T10:44:01.617Z[ 16] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50732026-07-20T10:44:01.617Z[ 18] 9.00-10.00 sec 52.8 MBytes 443 Mbits/sec
50742026-07-20T10:44:01.617Z[ 20] 9.00-10.00 sec 52.8 MBytes 443 Mbits/sec
50752026-07-20T10:44:01.617Z[SUM] 9.00-10.00 sec 422 MBytes 3.54 Gbits/sec
50762026-07-20T10:44:01.617Z- - - - - - - - - - - - - - - - - - - - - - - - -
50772026-07-20T10:44:01.617Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50782026-07-20T10:44:01.617Z[ 8] 10.00-10.00 sec 128 KBytes 871 Mbits/sec
50792026-07-20T10:44:01.617Z[ 10] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
50802026-07-20T10:44:01.617Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50812026-07-20T10:44:01.617Z[ 14] 10.00-10.00 sec 128 KBytes 871 Mbits/sec
50822026-07-20T10:44:01.617Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50832026-07-20T10:44:01.618Z[ 18] 10.00-10.00 sec 128 KBytes 871 Mbits/sec
50842026-07-20T10:44:01.618Z[ 20] 10.00-10.00 sec 128 KBytes 871 Mbits/sec
50852026-07-20T10:44:01.618Z[SUM] 10.00-10.00 sec 640 KBytes 4.35 Gbits/sec
50862026-07-20T10:44:01.618Z- - - - - - - - - - - - - - - - - - - - - - - - -
50872026-07-20T10:44:01.618Z[ ID] Interval Transfer Bitrate
50882026-07-20T10:44:01.618Z[ 5] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
50892026-07-20T10:44:01.618Z[ 8] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
50902026-07-20T10:44:01.618Z[ 10] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
50912026-07-20T10:44:01.618Z[ 12] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
50922026-07-20T10:44:01.618Z[ 14] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
50932026-07-20T10:44:01.618Z[ 16] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
50942026-07-20T10:44:01.618Z[ 18] 0.00-10.00 sec 515 MBytes 432 Mbits/sec sender
50952026-07-20T10:44:01.618Z[ 20] 0.00-10.00 sec 516 MBytes 432 Mbits/sec sender
50962026-07-20T10:44:01.618Z[SUM] 0.00-10.00 sec 4.03 GBytes 3.46 Gbits/sec sender
50972026-07-20T10:44:01.621ZRun 10/10...3458.7257477313515Mbps
50982026-07-20T10:44:01.621Z###---------------------###
50992026-07-20T10:44:01.621Z::: iPerf done... :::
51002026-07-20T10:44:01.621Z:::Awaiting out files...:::
51012026-07-20T10:44:01.621Z###---------------------###
51022026-07-20T10:44:01.621Z###-----###
51032026-07-20T10:44:01.621Z:::done!:::
51042026-07-20T10:44:01.621Z###-----###
51052026-07-20T10:44:02.581ZBenchmarking iperf-tcp/local/s2c/tx
51062026-07-20T10:44:02.581ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51072026-07-20T10:44:06.849ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
51082026-07-20T10:44:26.775ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51092026-07-20T10:44:26.830Ziperf-tcp/local/s2c/tx time: [3.5173 µs 3.5174 µs 3.5175 µs]
51102026-07-20T10:44:26.830ZFound 8 outliers among 100 measurements (8.00%)
51112026-07-20T10:44:26.830Z 4 (4.00%) low severe
51122026-07-20T10:44:26.830Z 2 (2.00%) low mild
51132026-07-20T10:44:26.831Z 1 (1.00%) high mild
51142026-07-20T10:44:26.831Z 1 (1.00%) high severe
51152026-07-20T10:44:27.479Z
51162026-07-20T10:44:27.563ZBenchmarking iperf-tcp/local/s2c/rx
51172026-07-20T10:44:27.563ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51182026-07-20T10:44:31.731ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
51192026-07-20T10:44:51.706ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51202026-07-20T10:44:51.757Ziperf-tcp/local/s2c/rx time: [6.6430 µs 6.6432 µs 6.6433 µs]
51212026-07-20T10:44:51.757ZFound 4 outliers among 100 measurements (4.00%)
51222026-07-20T10:44:51.757Z 3 (3.00%) high mild
51232026-07-20T10:44:51.757Z 1 (1.00%) high severe
51242026-07-20T10:44:52.388Z
51252026-07-20T10:44:56.748Z+ cargo ubench
51262026-07-20T10:44:56.875Z Compiling proc-macro2 v1.0.106
51272026-07-20T10:44:56.875Z Compiling quote v1.0.46
51282026-07-20T10:44:56.875Z Compiling unicode-ident v1.0.24
51292026-07-20T10:44:56.875Z Compiling serde_core v1.0.228
51302026-07-20T10:44:56.878Z Compiling cfg-if v1.0.4
51312026-07-20T10:44:56.878Z Compiling libc v0.2.186
51322026-07-20T10:44:56.878Z Compiling memchr v2.8.3
51332026-07-20T10:44:56.878Z Compiling serde v1.0.228
51342026-07-20T10:44:56.979Z Compiling rustversion v1.0.23
51352026-07-20T10:44:57.035Z Compiling version_check v0.9.5
51362026-07-20T10:44:57.265Z Compiling ident_case v1.0.1
51372026-07-20T10:44:57.268Z Compiling strsim v0.11.1
51382026-07-20T10:44:57.303Z Compiling zerocopy v0.8.54
51392026-07-20T10:44:57.372Z Compiling thiserror v2.0.18
51402026-07-20T10:44:57.542Z Compiling either v1.16.0
51412026-07-20T10:44:57.760Z Compiling fnv v1.0.7
51422026-07-20T10:44:57.853Z Compiling pin-project-lite v0.2.17
51432026-07-20T10:44:57.858Z Compiling crossbeam-utils v0.8.22
51442026-07-20T10:44:57.863Z Compiling regex-syntax v0.8.11
51452026-07-20T10:44:57.905Z Compiling syn v1.0.109
51462026-07-20T10:44:57.925Z Compiling equivalent v1.0.2
51472026-07-20T10:44:58.149Z Compiling syn v2.0.118
51482026-07-20T10:44:58.188Z Compiling aho-corasick v1.1.4
51492026-07-20T10:44:58.219Z Compiling winnow v1.0.3
51502026-07-20T10:44:58.327Z Compiling hashbrown v0.17.1
51512026-07-20T10:44:58.376Z Compiling itertools v0.14.0
51522026-07-20T10:44:58.835Z Compiling indexmap v2.14.0
51532026-07-20T10:44:59.299Z Compiling bitflags v2.13.1
51542026-07-20T10:44:59.392Z Compiling regex-automata v0.4.15
51552026-07-20T10:44:59.462Z Compiling toml_parser v1.1.2+spec-1.1.0
51562026-07-20T10:44:59.635Z Compiling autocfg v1.5.1
51572026-07-20T10:44:59.651Z Compiling byteorder v1.5.0
51582026-07-20T10:44:59.850Z Compiling toml_datetime v1.1.1+spec-1.1.0
51592026-07-20T10:44:59.988Z Compiling heapless v0.8.0
51602026-07-20T10:44:59.991Z Compiling num-traits v0.2.19
51612026-07-20T10:45:00.021Z Compiling toml_edit v0.25.12+spec-1.1.0
51622026-07-20T10:45:00.074Z Compiling hash32 v0.3.1
51632026-07-20T10:45:00.215Z Compiling slog v2.8.2
51642026-07-20T10:45:00.230Z Compiling smoltcp v0.11.0
51652026-07-20T10:45:00.309Z Compiling macaddr v1.0.1
51662026-07-20T10:45:00.461Z Compiling futures-sink v0.3.32
51672026-07-20T10:45:00.466Z Compiling stable_deref_trait v1.2.1
51682026-07-20T10:45:00.517Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51692026-07-20T10:45:00.535Z Compiling futures-core v0.3.32
51702026-07-20T10:45:00.562Z Compiling proc-macro-crate v3.5.0
51712026-07-20T10:45:00.682Z Compiling futures-channel v0.3.32
51722026-07-20T10:45:00.770Z Compiling darling_core v0.21.3
51732026-07-20T10:45:00.920Z Compiling darling_core v0.23.0
51742026-07-20T10:45:00.982Z Compiling proc-macro-error-attr v1.0.4
51752026-07-20T10:45:01.076Z Compiling bitflags v1.3.2
51762026-07-20T10:45:01.122Z Compiling regex v1.13.0
51772026-07-20T10:45:01.144Z Compiling getrandom v0.4.3
51782026-07-20T10:45:01.223Z Compiling slab v0.4.12
51792026-07-20T10:45:01.426Z Compiling managed v0.8.0
51802026-07-20T10:45:01.431Z Compiling futures-task v0.3.32
51812026-07-20T10:45:01.518Z Compiling futures-io v0.3.32
51822026-07-20T10:45:01.649Z Compiling rand_core v0.10.1
51832026-07-20T10:45:01.724Z Compiling anyhow v1.0.103
51842026-07-20T10:45:01.737Z Compiling ref-cast v1.0.25
51852026-07-20T10:45:01.812Z Compiling crc32fast v1.5.0
51862026-07-20T10:45:01.883Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
51872026-07-20T10:45:02.035Z Compiling serde_derive v1.0.228
51882026-07-20T10:45:02.051Z Compiling zerocopy-derive v0.8.54
51892026-07-20T10:45:02.054Z Compiling thiserror-impl v2.0.18
51902026-07-20T10:45:02.108Z Compiling futures-macro v0.3.32
51912026-07-20T10:45:02.406Z Compiling num_enum_derive v0.7.6
51922026-07-20T10:45:02.942Z Compiling futures-util v0.3.32
51932026-07-20T10:45:02.948Z Compiling darling_macro v0.21.3
51942026-07-20T10:45:03.101Z Compiling darling_macro v0.23.0
51952026-07-20T10:45:03.378Z Compiling cobs v0.3.0
51962026-07-20T10:45:03.419Z Compiling foreign-types-macros v0.2.3
51972026-07-20T10:45:03.521Z Compiling darling v0.21.3
51982026-07-20T10:45:03.598Z Compiling ingot-macros v0.1.1
51992026-07-20T10:45:03.603Z Compiling ref-cast-impl v1.0.25
52002026-07-20T10:45:03.680Z Compiling darling v0.23.0
52012026-07-20T10:45:04.085Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
52022026-07-20T10:45:04.236Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
52032026-07-20T10:45:04.483Z Compiling proc-macro-error v1.0.4
52042026-07-20T10:45:04.486Z Compiling crossbeam-epoch v0.9.20
52052026-07-20T10:45:04.544Z Compiling foreign-types-shared v0.3.1
52062026-07-20T10:45:04.637Z Compiling ipnetwork v0.21.1
52072026-07-20T10:45:04.736Z Compiling once_cell v1.21.4
52082026-07-20T10:45:04.769Z Compiling cpufeatures v0.3.0
52092026-07-20T10:45:04.838Z Compiling rustix v1.1.4
52102026-07-20T10:45:04.972Z Compiling unicode-width v0.2.2
52112026-07-20T10:45:05.014Z Compiling tracing-core v0.1.36
52122026-07-20T10:45:05.080Z Compiling chacha20 v0.10.1
52132026-07-20T10:45:05.269Z Compiling erased-serde v0.3.31
52142026-07-20T10:45:05.365Z Compiling postcard v1.1.3
52152026-07-20T10:45:05.381Z Compiling futures-executor v0.3.32
52162026-07-20T10:45:05.413Z Compiling tabwriter v1.4.1
52172026-07-20T10:45:05.748Z Compiling foreign-types v0.5.0
52182026-07-20T10:45:05.822Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
52192026-07-20T10:45:05.899Z Compiling num_enum v0.7.6
52202026-07-20T10:45:06.111Z Compiling tracing-attributes v0.1.31
52212026-07-20T10:45:06.207Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52222026-07-20T10:45:06.210Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52232026-07-20T10:45:06.329Z Compiling errno v0.3.14
52242026-07-20T10:45:06.344Z Compiling itertools v0.15.0
52252026-07-20T10:45:06.475Z Compiling cstr-argument v0.1.2
52262026-07-20T10:45:06.480Z Compiling time-core v0.1.9
52272026-07-20T10:45:06.699Z Compiling ingot-types v0.1.2
52282026-07-20T10:45:06.718Z Compiling thiserror v1.0.69
52292026-07-20T10:45:06.748Z Compiling pretty-hex v0.4.2
52302026-07-20T10:45:06.811Z Compiling dyn-clone v1.0.20
52312026-07-20T10:45:06.881Z Compiling find-msvc-tools v0.1.9
52322026-07-20T10:45:06.954Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
52332026-07-20T10:45:07.045Z Compiling utf8parse v0.2.2
52342026-07-20T10:45:07.123Z Compiling ingot v0.1.1
52352026-07-20T10:45:07.129Z Compiling crossbeam-deque v0.8.7
52362026-07-20T10:45:07.149Z Compiling shlex v2.0.1
52372026-07-20T10:45:07.190Z Compiling zmij v1.0.22
52382026-07-20T10:45:07.335Z Compiling num-conv v0.2.2
52392026-07-20T10:45:07.422Z Compiling cc v1.2.67
52402026-07-20T10:45:07.437Z Compiling tracing v0.1.44
52412026-07-20T10:45:07.490Z Compiling time-macros v0.2.31
52422026-07-20T10:45:07.556Z Compiling anstyle-parse v1.0.0
52432026-07-20T10:45:07.777Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
52442026-07-20T10:45:07.948Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52452026-07-20T10:45:07.983Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52462026-07-20T10:45:08.346Z Compiling rand v0.10.2
52472026-07-20T10:45:08.741Z Compiling futures v0.3.32
52482026-07-20T10:45:08.809Z Compiling thiserror-impl v1.0.69
52492026-07-20T10:45:08.816Z Compiling uuid v1.23.5
52502026-07-20T10:45:08.961Z Compiling arc-swap v1.9.2
52512026-07-20T10:45:09.155Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52522026-07-20T10:45:09.246Z Compiling socket2 v0.6.4
52532026-07-20T10:45:09.305Z Compiling nom v8.0.0
52542026-07-20T10:45:09.369Z Compiling thread_local v1.1.10
52552026-07-20T10:45:09.709Z Compiling lazy_static v1.5.0
52562026-07-20T10:45:09.813Z Compiling serde_json v1.0.150
52572026-07-20T10:45:09.847Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
52582026-07-20T10:45:09.988Z Compiling anstyle v1.0.14
52592026-07-20T10:45:10.059Z Compiling is_terminal_polyfill v1.70.2
52602026-07-20T10:45:10.062Z Compiling powerfmt v0.2.0
52612026-07-20T10:45:10.235Z Compiling colored v3.1.1
52622026-07-20T10:45:10.297Z Compiling anstyle-query v1.1.5
52632026-07-20T10:45:10.406Z Compiling slog-async v2.8.0
52642026-07-20T10:45:10.551Z Compiling heck v0.4.1
52652026-07-20T10:45:10.761Z Compiling deranged v0.5.8
52662026-07-20T10:45:10.818Z Compiling oxnet v0.1.6
52672026-07-20T10:45:10.875Z Compiling iana-time-zone v0.1.65
52682026-07-20T10:45:11.100Z Compiling rayon-core v1.13.0
52692026-07-20T10:45:11.136Z Compiling colorchoice v1.0.5
52702026-07-20T10:45:11.245Z Compiling anstream v1.0.0
52712026-07-20T10:45:11.346Z Compiling chrono v0.4.45
52722026-07-20T10:45:11.695Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52732026-07-20T10:45:11.906Z Compiling rusticata-macros v5.0.0
52742026-07-20T10:45:12.071Z Compiling time v0.3.53
52752026-07-20T10:45:12.505Z Compiling slog-scope v4.4.1
52762026-07-20T10:45:12.640Z Compiling cookie-factory v0.3.3
52772026-07-20T10:45:12.895Z Compiling terminal_size v0.4.4
52782026-07-20T10:45:13.046Z Compiling alloca v0.4.0
52792026-07-20T10:45:13.195Z Compiling half v2.7.1
52802026-07-20T10:45:13.349Z Compiling crossbeam-channel v0.5.16
52812026-07-20T10:45:13.523Z Compiling is-terminal v0.4.17
52822026-07-20T10:45:13.537Z Compiling itertools v0.12.1
52832026-07-20T10:45:13.623Z Compiling cfg_aliases v0.2.1
52842026-07-20T10:45:13.696Z Compiling ciborium-io v0.2.2
52852026-07-20T10:45:13.793Z Compiling log v0.4.33
52862026-07-20T10:45:13.909Z Compiling clap_lex v1.1.0
52872026-07-20T10:45:14.021Z Compiling itoa v1.0.18
52882026-07-20T10:45:14.030Z Compiling plotters-backend v0.3.7
52892026-07-20T10:45:14.243Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52902026-07-20T10:45:14.365Z Compiling take_mut v0.2.2
52912026-07-20T10:45:14.481Z Compiling term v1.2.1
52922026-07-20T10:45:14.514Z Compiling heck v0.5.0
52932026-07-20T10:45:14.721Z Compiling circular v0.3.0
52942026-07-20T10:45:14.947Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52952026-07-20T10:45:14.986Z Compiling pcap-parser v0.17.0
52962026-07-20T10:45:15.036Z Compiling slog-term v2.9.2
52972026-07-20T10:45:15.498Z Compiling clap_derive v4.6.1
52982026-07-20T10:45:16.285Z Compiling clap_builder v4.6.0
52992026-07-20T10:45:16.307Z Compiling plotters-svg v0.3.7
53002026-07-20T10:45:16.755Z Compiling slog-stdlog v4.1.1
53012026-07-20T10:45:16.956Z Compiling ciborium-ll v0.2.2
53022026-07-20T10:45:17.100Z Compiling nix v0.31.3
53032026-07-20T10:45:17.257Z Compiling itertools v0.13.0
53042026-07-20T10:45:17.315Z Compiling same-file v1.0.6
53052026-07-20T10:45:17.483Z Compiling cast v0.3.0
53062026-07-20T10:45:17.516Z Compiling tinytemplate v1.2.1
53072026-07-20T10:45:17.664Z Compiling walkdir v2.5.0
53082026-07-20T10:45:18.231Z Compiling rayon v1.12.0
53092026-07-20T10:45:18.498Z Compiling clap v4.6.1
53102026-07-20T10:45:18.654Z Compiling criterion-plot v0.8.2
53112026-07-20T10:45:18.681Z Compiling ciborium v0.2.2
53122026-07-20T10:45:18.704Z Compiling slog-envlogger v2.2.0
53132026-07-20T10:45:18.799Z Compiling plotters v0.3.7
53142026-07-20T10:45:19.417Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
53152026-07-20T10:45:19.444Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
53162026-07-20T10:45:19.606Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
53172026-07-20T10:45:20.042Z Compiling page_size v0.6.0
53182026-07-20T10:45:20.157Z Compiling dtor-proc-macro v0.0.13
53192026-07-20T10:45:20.283Z Compiling anes v0.1.6
53202026-07-20T10:45:20.464Z Compiling oorandom v11.1.5
53212026-07-20T10:45:20.529Z Compiling dtor v0.8.1
53222026-07-20T10:45:20.534Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53232026-07-20T10:45:20.592Z Compiling criterion v0.8.2
53242026-07-20T10:45:20.619Z Compiling ctor-proc-macro v0.0.13
53252026-07-20T10:45:20.989Z Compiling link-section v0.2.1
53262026-07-20T10:45:21.134Z Compiling ctor v0.10.1
53272026-07-20T10:45:22.732Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53282026-07-20T10:46:44.333Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 47s
53292026-07-20T10:46:44.360Z Running benches/userland.rs (target/release-lto/deps/userland-8796109d561825ac)
53302026-07-20T10:46:44.365ZGnuplot not found, using plotters backend
53312026-07-20T10:46:44.497ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53322026-07-20T10:46:44.497ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53332026-07-20T10:46:50.088ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0016 s (7.5M iterations)
53342026-07-20T10:46:54.943ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53352026-07-20T10:46:54.999Zparse/Hairpin-DHCPv4/wallclock/Discover
53362026-07-20T10:46:54.999Z time: [62.663 ns 62.956 ns 63.295 ns]
53372026-07-20T10:46:54.999ZFound 2 outliers among 100 measurements (2.00%)
53382026-07-20T10:46:54.999Z 1 (1.00%) high mild
53392026-07-20T10:46:54.999Z 1 (1.00%) high severe
53402026-07-20T10:46:55.644Z
53412026-07-20T10:46:55.647ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53422026-07-20T10:46:55.647ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53432026-07-20T10:47:01.564ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0033 s (3.5M iterations)
53442026-07-20T10:47:06.553ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53452026-07-20T10:47:06.605Zprocess/Hairpin-DHCPv4/wallclock/Discover
53462026-07-20T10:47:06.605Z time: [828.41 ns 829.24 ns 830.11 ns]
53472026-07-20T10:47:06.605ZFound 6 outliers among 100 measurements (6.00%)
53482026-07-20T10:47:06.605Z 3 (3.00%) high mild
53492026-07-20T10:47:06.605Z 3 (3.00%) high severe
53502026-07-20T10:47:07.240Z
53512026-07-20T10:47:07.244ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53522026-07-20T10:47:07.244ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53532026-07-20T10:47:13.037ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0007 s (7.2M iterations)
53542026-07-20T10:47:17.681ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53552026-07-20T10:47:17.734Zparse/Hairpin-DHCPv4/wallclock/Request
53562026-07-20T10:47:17.734Z time: [62.596 ns 62.859 ns 63.171 ns]
53572026-07-20T10:47:17.734ZFound 2 outliers among 100 measurements (2.00%)
53582026-07-20T10:47:17.734Z 2 (2.00%) high severe
53592026-07-20T10:47:18.369Z
53602026-07-20T10:47:18.372ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53612026-07-20T10:47:18.372ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53622026-07-20T10:47:24.244ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0004 s (3.6M iterations)
53632026-07-20T10:47:29.192ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53642026-07-20T10:47:29.243Zprocess/Hairpin-DHCPv4/wallclock/Request
53652026-07-20T10:47:29.243Z time: [806.09 ns 807.54 ns 809.32 ns]
53662026-07-20T10:47:29.243ZFound 8 outliers among 100 measurements (8.00%)
53672026-07-20T10:47:29.244Z 6 (6.00%) high mild
53682026-07-20T10:47:29.244Z 2 (2.00%) high severe
53692026-07-20T10:47:29.878Z
53702026-07-20T10:47:29.882ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
53712026-07-20T10:47:29.882ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53722026-07-20T10:47:33.366ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0020 s (6.0M iterations)
53732026-07-20T10:47:38.185ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53742026-07-20T10:47:38.237Zparse/Hairpin-DHCPv6/wallclock/Solicit
53752026-07-20T10:47:38.237Z time: [61.730 ns 62.016 ns 62.354 ns]
53762026-07-20T10:47:38.237ZFound 2 outliers among 100 measurements (2.00%)
53772026-07-20T10:47:38.237Z 2 (2.00%) high severe
53782026-07-20T10:47:38.873Z
53792026-07-20T10:47:38.876ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
53802026-07-20T10:47:38.876ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53812026-07-20T10:47:42.611ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0043 s (2.8M iterations)
53822026-07-20T10:47:47.637ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53832026-07-20T10:47:47.689Zprocess/Hairpin-DHCPv6/wallclock/Solicit
53842026-07-20T10:47:47.689Z time: [1.0453 µs 1.0464 µs 1.0478 µs]
53852026-07-20T10:47:47.689ZFound 3 outliers among 100 measurements (3.00%)
53862026-07-20T10:47:47.689Z 3 (3.00%) high mild
53872026-07-20T10:47:48.325Z
53882026-07-20T10:47:48.328ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
53892026-07-20T10:47:48.329ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
53902026-07-20T10:47:52.145ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0026 s (5.5M iterations)
53912026-07-20T10:47:56.880ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
53922026-07-20T10:47:56.932Zparse/Hairpin-DHCPv6/wallclock/Request
53932026-07-20T10:47:56.932Z time: [61.961 ns 62.284 ns 62.670 ns]
53942026-07-20T10:47:56.932ZFound 3 outliers among 100 measurements (3.00%)
53952026-07-20T10:47:56.932Z 1 (1.00%) high mild
53962026-07-20T10:47:56.933Z 2 (2.00%) high severe
53972026-07-20T10:47:57.566Z
53982026-07-20T10:47:57.569ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
53992026-07-20T10:47:57.570ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54002026-07-20T10:48:01.564ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0051 s (2.6M iterations)
54012026-07-20T10:48:06.500ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54022026-07-20T10:48:06.551Zprocess/Hairpin-DHCPv6/wallclock/Request
54032026-07-20T10:48:06.551Z time: [1.0782 µs 1.0799 µs 1.0819 µs]
54042026-07-20T10:48:06.551ZFound 15 outliers among 100 measurements (15.00%)
54052026-07-20T10:48:06.552Z 2 (2.00%) low mild
54062026-07-20T10:48:06.552Z 3 (3.00%) high mild
54072026-07-20T10:48:06.552Z 10 (10.00%) high severe
54082026-07-20T10:48:07.183Z
54092026-07-20T10:48:07.186ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54102026-07-20T10:48:07.186ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54112026-07-20T10:48:13.372ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0034 s (6.8M iterations)
54122026-07-20T10:48:17.851ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54132026-07-20T10:48:17.903Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54142026-07-20T10:48:17.903Z time: [61.821 ns 62.095 ns 62.421 ns]
54152026-07-20T10:48:17.903ZFound 2 outliers among 100 measurements (2.00%)
54162026-07-20T10:48:17.903Z 2 (2.00%) high severe
54172026-07-20T10:48:18.538Z
54182026-07-20T10:48:18.542ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54192026-07-20T10:48:18.542ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54202026-07-20T10:48:23.817ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0011 s (4.0M iterations)
54212026-07-20T10:48:28.681ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54222026-07-20T10:48:28.734Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54232026-07-20T10:48:28.734Z time: [623.27 ns 624.11 ns 625.08 ns]
54242026-07-20T10:48:28.734ZFound 8 outliers among 100 measurements (8.00%)
54252026-07-20T10:48:28.734Z 5 (5.00%) high mild
54262026-07-20T10:48:28.734Z 3 (3.00%) high severe
54272026-07-20T10:48:29.387Z
54282026-07-20T10:48:29.392ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54292026-07-20T10:48:29.392ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54302026-07-20T10:48:33.786ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0047 s (4.8M iterations)
54312026-07-20T10:48:37.638ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54322026-07-20T10:48:37.689Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54332026-07-20T10:48:37.689Z time: [122.71 ns 123.04 ns 123.44 ns]
54342026-07-20T10:48:37.690ZFound 3 outliers among 100 measurements (3.00%)
54352026-07-20T10:48:37.690Z 3 (3.00%) high severe
54362026-07-20T10:48:38.333Z
54372026-07-20T10:48:38.336ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54382026-07-20T10:48:38.336ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54392026-07-20T10:48:41.593ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0011 s (3.2M iterations)
54402026-07-20T10:48:46.088ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54412026-07-20T10:48:46.139Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54422026-07-20T10:48:46.139Z time: [709.73 ns 710.66 ns 711.75 ns]
54432026-07-20T10:48:46.139ZFound 5 outliers among 100 measurements (5.00%)
54442026-07-20T10:48:46.139Z 4 (4.00%) high mild
54452026-07-20T10:48:46.139Z 1 (1.00%) high severe
54462026-07-20T10:48:46.771Z
54472026-07-20T10:48:46.775ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54482026-07-20T10:48:46.775ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54492026-07-20T10:48:52.993ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0004 s (6.7M iterations)
54502026-07-20T10:48:57.474ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54512026-07-20T10:48:57.526Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54522026-07-20T10:48:57.526Z time: [61.585 ns 61.921 ns 62.323 ns]
54532026-07-20T10:48:57.526ZFound 5 outliers among 100 measurements (5.00%)
54542026-07-20T10:48:57.526Z 3 (3.00%) high mild
54552026-07-20T10:48:57.526Z 2 (2.00%) high severe
54562026-07-20T10:48:58.173Z
54572026-07-20T10:48:58.176ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54582026-07-20T10:48:58.176ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54592026-07-20T10:49:04.259ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0050 s (3.4M iterations)
54602026-07-20T10:49:09.124ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54612026-07-20T10:49:09.175Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54622026-07-20T10:49:09.175Z time: [799.35 ns 800.95 ns 802.87 ns]
54632026-07-20T10:49:09.175ZFound 2 outliers among 100 measurements (2.00%)
54642026-07-20T10:49:09.176Z 2 (2.00%) high mild
54652026-07-20T10:49:09.816Z
54662026-07-20T10:49:09.819ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
54672026-07-20T10:49:09.819ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54682026-07-20T10:49:12.836ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0035 s (6.9M iterations)
54692026-07-20T10:49:17.473ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54702026-07-20T10:49:17.523Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
54712026-07-20T10:49:17.524Z time: [62.168 ns 62.433 ns 62.724 ns]
54722026-07-20T10:49:17.524ZFound 3 outliers among 100 measurements (3.00%)
54732026-07-20T10:49:17.524Z 1 (1.00%) high mild
54742026-07-20T10:49:17.524Z 2 (2.00%) high severe
54752026-07-20T10:49:18.165Z
54762026-07-20T10:49:18.169ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
54772026-07-20T10:49:18.169ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54782026-07-20T10:49:24.170ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0034 s (3.5M iterations)
54792026-07-20T10:49:28.976ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54802026-07-20T10:49:29.027Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
54812026-07-20T10:49:29.027Z time: [767.11 ns 769.13 ns 771.36 ns]
54822026-07-20T10:49:29.027ZFound 6 outliers among 100 measurements (6.00%)
54832026-07-20T10:49:29.027Z 5 (5.00%) high mild
54842026-07-20T10:49:29.027Z 1 (1.00%) high severe
54852026-07-20T10:49:29.672Z
54862026-07-20T10:49:29.676ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54872026-07-20T10:49:29.676ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
54882026-07-20T10:49:33.138ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (12M iterations)
54892026-07-20T10:49:36.960ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
54902026-07-20T10:49:37.012Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54912026-07-20T10:49:37.012Z time: [62.795 ns 63.019 ns 63.267 ns]
54922026-07-20T10:49:37.012ZFound 2 outliers among 100 measurements (2.00%)
54932026-07-20T10:49:37.012Z 1 (1.00%) high mild
54942026-07-20T10:49:37.012Z 1 (1.00%) high severe
54952026-07-20T10:49:37.644Z
54962026-07-20T10:49:37.647ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54972026-07-20T10:49:37.647ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
54982026-07-20T10:49:42.899ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0043 s (4.0M iterations)
54992026-07-20T10:49:47.605ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55002026-07-20T10:49:47.658Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55012026-07-20T10:49:47.658Z time: [254.82 ns 255.27 ns 255.77 ns]
55022026-07-20T10:49:47.658ZFound 4 outliers among 100 measurements (4.00%)
55032026-07-20T10:49:47.658Z 2 (2.00%) high mild
55042026-07-20T10:49:47.658Z 2 (2.00%) high severe
55052026-07-20T10:49:48.301Z
55062026-07-20T10:49:48.305ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55072026-07-20T10:49:48.305ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55082026-07-20T10:49:51.424ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0001 s (6.7M iterations)
55092026-07-20T10:49:56.094ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55102026-07-20T10:49:56.145Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55112026-07-20T10:49:56.145Z time: [90.397 ns 90.683 ns 91.012 ns]
55122026-07-20T10:49:56.145ZFound 4 outliers among 100 measurements (4.00%)
55132026-07-20T10:49:56.145Z 3 (3.00%) high mild
55142026-07-20T10:49:56.145Z 1 (1.00%) high severe
55152026-07-20T10:49:56.783Z
55162026-07-20T10:49:56.786ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55172026-07-20T10:49:56.786ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55182026-07-20T10:50:00.877ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0084 s (2.6M iterations)
55192026-07-20T10:50:05.857ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55202026-07-20T10:50:05.910Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55212026-07-20T10:50:05.910Z time: [283.73 ns 284.19 ns 284.70 ns]
55222026-07-20T10:50:05.910ZFound 6 outliers among 100 measurements (6.00%)
55232026-07-20T10:50:05.910Z 5 (5.00%) high mild
55242026-07-20T10:50:05.910Z 1 (1.00%) high severe
55252026-07-20T10:50:06.558Z
55262026-07-20T10:50:06.562ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55272026-07-20T10:50:06.562ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55282026-07-20T10:50:12.831ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.7M iterations)
55292026-07-20T10:50:16.399ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55302026-07-20T10:50:16.450Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55312026-07-20T10:50:16.450Z time: [99.147 ns 99.369 ns 99.599 ns]
55322026-07-20T10:50:16.450ZFound 5 outliers among 100 measurements (5.00%)
55332026-07-20T10:50:16.450Z 2 (2.00%) high mild
55342026-07-20T10:50:16.450Z 3 (3.00%) high severe
55352026-07-20T10:50:17.091Z
55362026-07-20T10:50:17.095ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55372026-07-20T10:50:17.095ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55382026-07-20T10:50:20.137ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0012 s (3.4M iterations)
55392026-07-20T10:50:24.726ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55402026-07-20T10:50:24.778Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55412026-07-20T10:50:24.778Z time: [227.14 ns 227.54 ns 227.99 ns]
55422026-07-20T10:50:24.778ZFound 2 outliers among 100 measurements (2.00%)
55432026-07-20T10:50:24.778Z 1 (1.00%) high mild
55442026-07-20T10:50:24.778Z 1 (1.00%) high severe
55452026-07-20T10:50:25.427Z
55462026-07-20T10:50:25.430ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55472026-07-20T10:50:25.430ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55482026-07-20T10:50:29.880ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (4.7M iterations)
55492026-07-20T10:50:34.166ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55502026-07-20T10:50:34.218Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55512026-07-20T10:50:34.218Z time: [126.90 ns 127.18 ns 127.44 ns]
55522026-07-20T10:50:34.218ZFound 20 outliers among 100 measurements (20.00%)
55532026-07-20T10:50:34.219Z 13 (13.00%) low mild
55542026-07-20T10:50:34.219Z 5 (5.00%) high mild
55552026-07-20T10:50:34.219Z 2 (2.00%) high severe
55562026-07-20T10:50:34.863Z
55572026-07-20T10:50:34.866ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55582026-07-20T10:50:34.866ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55592026-07-20T10:50:39.407ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0011 s (2.3M iterations)
55602026-07-20T10:50:44.203ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55612026-07-20T10:50:44.255Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55622026-07-20T10:50:44.255Z time: [255.46 ns 256.00 ns 256.59 ns]
55632026-07-20T10:50:44.255ZFound 1 outliers among 100 measurements (1.00%)
55642026-07-20T10:50:44.255Z 1 (1.00%) high mild
55652026-07-20T10:50:44.896Z
55662026-07-20T10:50:44.899ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55672026-07-20T10:50:44.899ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
55682026-07-20T10:50:48.196ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (13M iterations)
55692026-07-20T10:50:52.133ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
55702026-07-20T10:50:52.184Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55712026-07-20T10:50:52.184Z time: [61.315 ns 61.550 ns 61.805 ns]
55722026-07-20T10:50:52.184ZFound 3 outliers among 100 measurements (3.00%)
55732026-07-20T10:50:52.184Z 2 (2.00%) high mild
55742026-07-20T10:50:52.184Z 1 (1.00%) high severe
55752026-07-20T10:50:52.828Z
55762026-07-20T10:50:52.831ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55772026-07-20T10:50:52.831ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
55782026-07-20T10:50:57.691ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0053 s (4.3M iterations)
55792026-07-20T10:51:02.441ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
55802026-07-20T10:51:02.493Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55812026-07-20T10:51:02.493Z time: [217.46 ns 218.04 ns 218.73 ns]
55822026-07-20T10:51:02.493ZFound 5 outliers among 100 measurements (5.00%)
55832026-07-20T10:51:02.493Z 3 (3.00%) high mild
55842026-07-20T10:51:02.493Z 2 (2.00%) high severe
55852026-07-20T10:51:03.124Z
55862026-07-20T10:51:03.127ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55872026-07-20T10:51:03.127ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
55882026-07-20T10:51:06.211ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0005 s (6.8M iterations)
55892026-07-20T10:51:10.896ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
55902026-07-20T10:51:10.947Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55912026-07-20T10:51:10.947Z time: [89.393 ns 89.707 ns 90.078 ns]
55922026-07-20T10:51:10.947ZFound 9 outliers among 100 measurements (9.00%)
55932026-07-20T10:51:10.947Z 9 (9.00%) high mild
55942026-07-20T10:51:11.587Z
55952026-07-20T10:51:11.591ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55962026-07-20T10:51:11.591ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
55972026-07-20T10:51:15.536ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0018 s (2.7M iterations)
55982026-07-20T10:51:20.517ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
55992026-07-20T10:51:20.567Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56002026-07-20T10:51:20.567Z time: [246.34 ns 246.78 ns 247.28 ns]
56012026-07-20T10:51:20.567ZFound 3 outliers among 100 measurements (3.00%)
56022026-07-20T10:51:20.567Z 3 (3.00%) high mild
56032026-07-20T10:51:21.207Z
56042026-07-20T10:51:21.210ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56052026-07-20T10:51:21.210ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56062026-07-20T10:51:27.354ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0034 s (6.8M iterations)
56072026-07-20T10:51:30.945ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56082026-07-20T10:51:30.996Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56092026-07-20T10:51:30.996Z time: [98.066 ns 98.317 ns 98.566 ns]
56102026-07-20T10:51:30.996ZFound 2 outliers among 100 measurements (2.00%)
56112026-07-20T10:51:30.996Z 2 (2.00%) high severe
56122026-07-20T10:51:31.633Z
56132026-07-20T10:51:31.636ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56142026-07-20T10:51:31.636ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56152026-07-20T10:51:37.528ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0034 s (3.6M iterations)
56162026-07-20T10:51:41.958ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56172026-07-20T10:51:42.009Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56182026-07-20T10:51:42.009Z time: [187.53 ns 187.85 ns 188.20 ns]
56192026-07-20T10:51:42.009ZFound 2 outliers among 100 measurements (2.00%)
56202026-07-20T10:51:42.009Z 1 (1.00%) high mild
56212026-07-20T10:51:42.009Z 1 (1.00%) high severe
56222026-07-20T10:51:42.644Z
56232026-07-20T10:51:42.647ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56242026-07-20T10:51:42.647ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56252026-07-20T10:51:47.028ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0042 s (4.8M iterations)
56262026-07-20T10:51:51.410ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56272026-07-20T10:51:51.460Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56282026-07-20T10:51:51.460Z time: [127.68 ns 127.94 ns 128.23 ns]
56292026-07-20T10:51:51.460ZFound 5 outliers among 100 measurements (5.00%)
56302026-07-20T10:51:51.460Z 4 (4.00%) high mild
56312026-07-20T10:51:51.460Z 1 (1.00%) high severe
56322026-07-20T10:51:52.108Z
56332026-07-20T10:51:52.111ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56342026-07-20T10:51:52.111ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56352026-07-20T10:51:56.536ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0004 s (2.4M iterations)
56362026-07-20T10:52:01.303ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56372026-07-20T10:52:01.354Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56382026-07-20T10:52:01.354Z time: [216.37 ns 217.00 ns 217.73 ns]
56392026-07-20T10:52:01.354ZFound 4 outliers among 100 measurements (4.00%)
56402026-07-20T10:52:01.354Z 2 (2.00%) high mild
56412026-07-20T10:52:01.354Z 2 (2.00%) high severe
56422026-07-20T10:52:01.997Z
56432026-07-20T10:52:02.002ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56442026-07-20T10:52:02.002ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56452026-07-20T10:52:05.640ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (12M iterations)
56462026-07-20T10:52:09.659ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56472026-07-20T10:52:09.713Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56482026-07-20T10:52:09.713Z time: [62.581 ns 62.836 ns 63.134 ns]
56492026-07-20T10:52:09.714ZFound 3 outliers among 100 measurements (3.00%)
56502026-07-20T10:52:09.714Z 2 (2.00%) high mild
56512026-07-20T10:52:09.714Z 1 (1.00%) high severe
56522026-07-20T10:52:10.358Z
56532026-07-20T10:52:10.362ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56542026-07-20T10:52:10.362ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56552026-07-20T10:52:15.761ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0018 s (3.9M iterations)
56562026-07-20T10:52:20.602ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56572026-07-20T10:52:20.653Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56582026-07-20T10:52:20.653Z time: [251.69 ns 252.47 ns 253.31 ns]
56592026-07-20T10:52:20.653ZFound 2 outliers among 100 measurements (2.00%)
56602026-07-20T10:52:20.653Z 2 (2.00%) high severe
56612026-07-20T10:52:21.295Z
56622026-07-20T10:52:21.299ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56632026-07-20T10:52:21.299ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
56642026-07-20T10:52:24.545ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0001 s (6.5M iterations)
56652026-07-20T10:52:29.275ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
56662026-07-20T10:52:29.325Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56672026-07-20T10:52:29.325Z time: [84.390 ns 84.637 ns 84.936 ns]
56682026-07-20T10:52:29.973Z
56692026-07-20T10:52:29.976ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56702026-07-20T10:52:29.976ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
56712026-07-20T10:52:34.218ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0081 s (2.5M iterations)
56722026-07-20T10:52:39.187ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
56732026-07-20T10:52:39.238Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56742026-07-20T10:52:39.238Z time: [270.47 ns 270.88 ns 271.38 ns]
56752026-07-20T10:52:39.238ZFound 5 outliers among 100 measurements (5.00%)
56762026-07-20T10:52:39.238Z 3 (3.00%) high mild
56772026-07-20T10:52:39.238Z 2 (2.00%) high severe
56782026-07-20T10:52:39.876Z
56792026-07-20T10:52:39.879ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
56802026-07-20T10:52:39.879ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
56812026-07-20T10:52:42.945ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0031 s (6.8M iterations)
56822026-07-20T10:52:46.806ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
56832026-07-20T10:52:46.857Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
56842026-07-20T10:52:46.857Z time: [99.406 ns 99.678 ns 99.964 ns]
56852026-07-20T10:52:46.857ZFound 6 outliers among 100 measurements (6.00%)
56862026-07-20T10:52:46.857Z 4 (4.00%) high mild
56872026-07-20T10:52:46.857Z 2 (2.00%) high severe
56882026-07-20T10:52:47.506Z
56892026-07-20T10:52:47.509ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
56902026-07-20T10:52:47.509ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
56912026-07-20T10:52:50.640ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0010 s (3.3M iterations)
56922026-07-20T10:52:55.305ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
56932026-07-20T10:52:55.356Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
56942026-07-20T10:52:55.356Z time: [222.09 ns 222.37 ns 222.70 ns]
56952026-07-20T10:52:55.356ZFound 4 outliers among 100 measurements (4.00%)
56962026-07-20T10:52:55.356Z 3 (3.00%) high mild
56972026-07-20T10:52:55.356Z 1 (1.00%) high severe
56982026-07-20T10:52:55.992Z
56992026-07-20T10:52:55.995ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57002026-07-20T10:52:55.995ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57012026-07-20T10:53:00.510ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0042 s (4.6M iterations)
57022026-07-20T10:53:04.886ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57032026-07-20T10:53:04.938Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57042026-07-20T10:53:04.938Z time: [117.77 ns 118.03 ns 118.28 ns]
57052026-07-20T10:53:04.938ZFound 6 outliers among 100 measurements (6.00%)
57062026-07-20T10:53:04.938Z 3 (3.00%) high mild
57072026-07-20T10:53:04.939Z 3 (3.00%) high severe
57082026-07-20T10:53:05.570Z
57092026-07-20T10:53:05.574ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57102026-07-20T10:53:05.574ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57112026-07-20T10:53:10.265ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0080 s (2.2M iterations)
57122026-07-20T10:53:15.099ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57132026-07-20T10:53:15.150Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57142026-07-20T10:53:15.150Z time: [241.37 ns 241.70 ns 242.07 ns]
57152026-07-20T10:53:15.150ZFound 4 outliers among 100 measurements (4.00%)
57162026-07-20T10:53:15.150Z 1 (1.00%) high mild
57172026-07-20T10:53:15.150Z 3 (3.00%) high severe
57182026-07-20T10:53:15.784Z
57192026-07-20T10:53:15.788ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57202026-07-20T10:53:15.788ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57212026-07-20T10:53:19.413ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (12M iterations)
57222026-07-20T10:53:23.380ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57232026-07-20T10:53:23.431Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57242026-07-20T10:53:23.431Z time: [61.353 ns 61.612 ns 61.911 ns]
57252026-07-20T10:53:23.431ZFound 1 outliers among 100 measurements (1.00%)
57262026-07-20T10:53:23.431Z 1 (1.00%) high mild
57272026-07-20T10:53:24.063Z
57282026-07-20T10:53:24.067ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57292026-07-20T10:53:24.067ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57302026-07-20T10:53:29.155ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (4.1M iterations)
57312026-07-20T10:53:33.969ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57322026-07-20T10:53:34.022Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57332026-07-20T10:53:34.022Z time: [219.29 ns 219.76 ns 220.31 ns]
57342026-07-20T10:53:34.022ZFound 5 outliers among 100 measurements (5.00%)
57352026-07-20T10:53:34.022Z 2 (2.00%) high mild
57362026-07-20T10:53:34.022Z 3 (3.00%) high severe
57372026-07-20T10:53:34.673Z
57382026-07-20T10:53:34.676ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57392026-07-20T10:53:34.676ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57402026-07-20T10:53:37.800ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (6.7M iterations)
57412026-07-20T10:53:42.570ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57422026-07-20T10:53:42.623Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57432026-07-20T10:53:42.623Z time: [79.282 ns 79.557 ns 79.884 ns]
57442026-07-20T10:53:42.623ZFound 2 outliers among 100 measurements (2.00%)
57452026-07-20T10:53:42.623Z 2 (2.00%) high mild
57462026-07-20T10:53:43.265Z
57472026-07-20T10:53:43.268ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57482026-07-20T10:53:43.268ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57492026-07-20T10:53:47.321ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0096 s (2.6M iterations)
57502026-07-20T10:53:52.328ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57512026-07-20T10:53:52.379Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57522026-07-20T10:53:52.379Z time: [237.94 ns 238.40 ns 238.93 ns]
57532026-07-20T10:53:52.379ZFound 8 outliers among 100 measurements (8.00%)
57542026-07-20T10:53:52.380Z 5 (5.00%) high mild
57552026-07-20T10:53:52.380Z 3 (3.00%) high severe
57562026-07-20T10:53:53.012Z
57572026-07-20T10:53:53.015ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57582026-07-20T10:53:53.016ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
57592026-07-20T10:53:56.027ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0012 s (7.0M iterations)
57602026-07-20T10:53:59.911ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
57612026-07-20T10:53:59.962Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57622026-07-20T10:53:59.962Z time: [98.232 ns 98.369 ns 98.524 ns]
57632026-07-20T10:53:59.962ZFound 7 outliers among 100 measurements (7.00%)
57642026-07-20T10:53:59.962Z 5 (5.00%) high mild
57652026-07-20T10:53:59.962Z 2 (2.00%) high severe
57662026-07-20T10:54:00.592Z
57672026-07-20T10:54:00.595ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
57682026-07-20T10:54:00.596ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
57692026-07-20T10:54:06.745ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0006 s (3.4M iterations)
57702026-07-20T10:54:11.290ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
57712026-07-20T10:54:11.341Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
57722026-07-20T10:54:11.341Z time: [190.45 ns 190.84 ns 191.30 ns]
57732026-07-20T10:54:11.341ZFound 2 outliers among 100 measurements (2.00%)
57742026-07-20T10:54:11.341Z 1 (1.00%) high mild
57752026-07-20T10:54:11.341Z 1 (1.00%) high severe
57762026-07-20T10:54:11.982Z
57772026-07-20T10:54:11.986ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57782026-07-20T10:54:11.986ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
57792026-07-20T10:54:16.462ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0052 s (4.7M iterations)
57802026-07-20T10:54:20.884ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
57812026-07-20T10:54:20.936Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57822026-07-20T10:54:20.936Z time: [117.31 ns 117.55 ns 117.78 ns]
57832026-07-20T10:54:20.936ZFound 7 outliers among 100 measurements (7.00%)
57842026-07-20T10:54:20.936Z 4 (4.00%) high mild
57852026-07-20T10:54:20.936Z 3 (3.00%) high severe
57862026-07-20T10:54:21.575Z
57872026-07-20T10:54:21.578ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57882026-07-20T10:54:21.578ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
57892026-07-20T10:54:26.099ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0092 s (2.3M iterations)
57902026-07-20T10:54:30.967ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
57912026-07-20T10:54:31.020Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57922026-07-20T10:54:31.020Z time: [209.47 ns 209.85 ns 210.27 ns]
57932026-07-20T10:54:31.020ZFound 5 outliers among 100 measurements (5.00%)
57942026-07-20T10:54:31.020Z 1 (1.00%) high mild
57952026-07-20T10:54:31.020Z 4 (4.00%) high severe
57962026-07-20T10:54:31.656Z
57972026-07-20T10:54:31.660ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
57982026-07-20T10:54:31.660ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57992026-07-20T10:54:34.967ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (13M iterations)
58002026-07-20T10:54:38.963ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58012026-07-20T10:54:39.014Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58022026-07-20T10:54:39.014Z time: [62.450 ns 62.701 ns 62.998 ns]
58032026-07-20T10:54:39.014ZFound 1 outliers among 100 measurements (1.00%)
58042026-07-20T10:54:39.014Z 1 (1.00%) high mild
58052026-07-20T10:54:39.646Z
58062026-07-20T10:54:39.649ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58072026-07-20T10:54:39.649ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58082026-07-20T10:54:44.597ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (4.2M iterations)
58092026-07-20T10:54:49.675ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58102026-07-20T10:54:49.727Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58112026-07-20T10:54:49.727Z time: [290.00 ns 292.57 ns 295.90 ns]
58122026-07-20T10:54:49.727ZFound 13 outliers among 100 measurements (13.00%)
58132026-07-20T10:54:49.727Z 5 (5.00%) high mild
58142026-07-20T10:54:49.727Z 8 (8.00%) high severe
58152026-07-20T10:54:50.371Z
58162026-07-20T10:54:50.374ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58172026-07-20T10:54:50.374ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58182026-07-20T10:54:56.351ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0022 s (7.0M iterations)
58192026-07-20T10:55:01.070ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58202026-07-20T10:55:01.122Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58212026-07-20T10:55:01.122Z time: [80.630 ns 80.965 ns 81.357 ns]
58222026-07-20T10:55:01.122ZFound 2 outliers among 100 measurements (2.00%)
58232026-07-20T10:55:01.122Z 1 (1.00%) high mild
58242026-07-20T10:55:01.122Z 1 (1.00%) high severe
58252026-07-20T10:55:01.766Z
58262026-07-20T10:55:01.769ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58272026-07-20T10:55:01.769ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58282026-07-20T10:55:05.727ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0067 s (2.7M iterations)
58292026-07-20T10:55:10.887ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58302026-07-20T10:55:10.939Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58312026-07-20T10:55:10.939Z time: [329.78 ns 333.79 ns 339.04 ns]
58322026-07-20T10:55:10.939ZFound 11 outliers among 100 measurements (11.00%)
58332026-07-20T10:55:10.939Z 4 (4.00%) high mild
58342026-07-20T10:55:10.939Z 7 (7.00%) high severe
58352026-07-20T10:55:11.576Z
58362026-07-20T10:55:11.579ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58372026-07-20T10:55:11.579ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58382026-07-20T10:55:17.504ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0030 s (7.1M iterations)
58392026-07-20T10:55:21.246ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58402026-07-20T10:55:21.298Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58412026-07-20T10:55:21.298Z time: [98.247 ns 98.488 ns 98.714 ns]
58422026-07-20T10:55:21.298ZFound 6 outliers among 100 measurements (6.00%)
58432026-07-20T10:55:21.298Z 2 (2.00%) low mild
58442026-07-20T10:55:21.298Z 1 (1.00%) high mild
58452026-07-20T10:55:21.298Z 3 (3.00%) high severe
58462026-07-20T10:55:21.941Z
58472026-07-20T10:55:21.944ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58482026-07-20T10:55:21.944ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58492026-07-20T10:55:27.875ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0010 s (3.5M iterations)
58502026-07-20T10:55:32.623ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58512026-07-20T10:55:32.673Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58522026-07-20T10:55:32.673Z time: [256.78 ns 258.94 ns 261.80 ns]
58532026-07-20T10:55:32.673ZFound 12 outliers among 100 measurements (12.00%)
58542026-07-20T10:55:32.673Z 4 (4.00%) high mild
58552026-07-20T10:55:32.673Z 8 (8.00%) high severe
58562026-07-20T10:55:33.314Z
58572026-07-20T10:55:33.317ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58582026-07-20T10:55:33.317ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58592026-07-20T10:55:37.437ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0030 s (5.1M iterations)
58602026-07-20T10:55:42.005ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58612026-07-20T10:55:42.056Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58622026-07-20T10:55:42.056Z time: [117.63 ns 117.90 ns 118.14 ns]
58632026-07-20T10:55:42.056ZFound 14 outliers among 100 measurements (14.00%)
58642026-07-20T10:55:42.056Z 7 (7.00%) low mild
58652026-07-20T10:55:42.056Z 3 (3.00%) high mild
58662026-07-20T10:55:42.056Z 4 (4.00%) high severe
58672026-07-20T10:55:42.692Z
58682026-07-20T10:55:42.695ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58692026-07-20T10:55:42.695ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58702026-07-20T10:55:47.022ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0046 s (2.4M iterations)
58712026-07-20T10:55:52.085ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58722026-07-20T10:55:52.135Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58732026-07-20T10:55:52.136Z time: [289.69 ns 292.94 ns 297.21 ns]
58742026-07-20T10:55:52.136ZFound 12 outliers among 100 measurements (12.00%)
58752026-07-20T10:55:52.136Z 4 (4.00%) high mild
58762026-07-20T10:55:52.136Z 8 (8.00%) high severe
58772026-07-20T10:55:52.772Z
58782026-07-20T10:55:52.775ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58792026-07-20T10:55:52.775ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58802026-07-20T10:55:55.854ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (14M iterations)
58812026-07-20T10:56:00.080ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
58822026-07-20T10:56:00.133Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58832026-07-20T10:56:00.133Z time: [61.646 ns 61.888 ns 62.158 ns]
58842026-07-20T10:56:00.133ZFound 4 outliers among 100 measurements (4.00%)
58852026-07-20T10:56:00.133Z 3 (3.00%) high mild
58862026-07-20T10:56:00.134Z 1 (1.00%) high severe
58872026-07-20T10:56:00.784Z
58882026-07-20T10:56:00.787ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58892026-07-20T10:56:00.787ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58902026-07-20T10:56:05.559ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0040 s (4.4M iterations)
58912026-07-20T10:56:10.635ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
58922026-07-20T10:56:10.684Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58932026-07-20T10:56:10.684Z time: [247.40 ns 249.92 ns 253.13 ns]
58942026-07-20T10:56:10.684ZFound 12 outliers among 100 measurements (12.00%)
58952026-07-20T10:56:10.684Z 4 (4.00%) high mild
58962026-07-20T10:56:10.684Z 8 (8.00%) high severe
58972026-07-20T10:56:11.324Z
58982026-07-20T10:56:11.329ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
58992026-07-20T10:56:11.329ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59002026-07-20T10:56:17.305ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0013 s (7.0M iterations)
59012026-07-20T10:56:22.059ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59022026-07-20T10:56:22.110Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59032026-07-20T10:56:22.110Z time: [79.662 ns 79.967 ns 80.318 ns]
59042026-07-20T10:56:22.110ZFound 2 outliers among 100 measurements (2.00%)
59052026-07-20T10:56:22.111Z 1 (1.00%) high mild
59062026-07-20T10:56:22.111Z 1 (1.00%) high severe
59072026-07-20T10:56:22.752Z
59082026-07-20T10:56:22.755ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59092026-07-20T10:56:22.755ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59102026-07-20T10:56:26.568ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0075 s (2.8M iterations)
59112026-07-20T10:56:31.757ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59122026-07-20T10:56:31.809Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59132026-07-20T10:56:31.809Z time: [281.59 ns 284.87 ns 289.12 ns]
59142026-07-20T10:56:31.809ZFound 12 outliers among 100 measurements (12.00%)
59152026-07-20T10:56:31.809Z 3 (3.00%) high mild
59162026-07-20T10:56:31.809Z 9 (9.00%) high severe
59172026-07-20T10:56:32.441Z
59182026-07-20T10:56:32.444ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59192026-07-20T10:56:32.444ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59202026-07-20T10:56:38.266ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0004 s (7.2M iterations)
59212026-07-20T10:56:42.066ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59222026-07-20T10:56:42.117Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59232026-07-20T10:56:42.117Z time: [98.501 ns 98.687 ns 98.879 ns]
59242026-07-20T10:56:42.117ZFound 8 outliers among 100 measurements (8.00%)
59252026-07-20T10:56:42.117Z 6 (6.00%) high mild
59262026-07-20T10:56:42.117Z 2 (2.00%) high severe
59272026-07-20T10:56:42.746Z
59282026-07-20T10:56:42.748ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59292026-07-20T10:56:42.749ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59302026-07-20T10:56:48.425ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0024 s (3.7M iterations)
59312026-07-20T10:56:53.191ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59322026-07-20T10:56:53.241Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59332026-07-20T10:56:53.241Z time: [211.21 ns 212.82 ns 214.88 ns]
59342026-07-20T10:56:53.241ZFound 13 outliers among 100 measurements (13.00%)
59352026-07-20T10:56:53.241Z 5 (5.00%) high mild
59362026-07-20T10:56:53.241Z 8 (8.00%) high severe
59372026-07-20T10:56:53.877Z
59382026-07-20T10:56:53.880ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59392026-07-20T10:56:53.880ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59402026-07-20T10:56:58.013ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0042 s (5.1M iterations)
59412026-07-20T10:57:02.548ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59422026-07-20T10:57:02.601Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59432026-07-20T10:57:02.601Z time: [117.38 ns 117.74 ns 118.07 ns]
59442026-07-20T10:57:02.601ZFound 17 outliers among 100 measurements (17.00%)
59452026-07-20T10:57:02.601Z 11 (11.00%) low mild
59462026-07-20T10:57:02.601Z 3 (3.00%) high mild
59472026-07-20T10:57:02.601Z 3 (3.00%) high severe
59482026-07-20T10:57:03.262Z
59492026-07-20T10:57:03.266ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59502026-07-20T10:57:03.266ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59512026-07-20T10:57:07.484ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0010 s (2.5M iterations)
59522026-07-20T10:57:12.518ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59532026-07-20T10:57:12.569Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59542026-07-20T10:57:12.569Z time: [240.59 ns 242.85 ns 245.83 ns]
59552026-07-20T10:57:12.569ZFound 12 outliers among 100 measurements (12.00%)
59562026-07-20T10:57:12.569Z 4 (4.00%) high mild
59572026-07-20T10:57:12.569Z 8 (8.00%) high severe
59582026-07-20T10:57:13.206Z
59592026-07-20T10:57:13.209ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59602026-07-20T10:57:13.209ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59612026-07-20T10:57:16.615ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (12M iterations)
59622026-07-20T10:57:20.883ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59632026-07-20T10:57:20.934Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59642026-07-20T10:57:20.934Z time: [62.301 ns 62.507 ns 62.740 ns]
59652026-07-20T10:57:20.934ZFound 2 outliers among 100 measurements (2.00%)
59662026-07-20T10:57:20.934Z 2 (2.00%) high mild
59672026-07-20T10:57:21.571Z
59682026-07-20T10:57:21.575ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59692026-07-20T10:57:21.575ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59702026-07-20T10:57:26.691ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (4.1M iterations)
59712026-07-20T10:57:31.866ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59722026-07-20T10:57:31.916Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59732026-07-20T10:57:31.916Z time: [289.87 ns 292.78 ns 296.54 ns]
59742026-07-20T10:57:31.916ZFound 13 outliers among 100 measurements (13.00%)
59752026-07-20T10:57:31.916Z 5 (5.00%) high mild
59762026-07-20T10:57:31.916Z 8 (8.00%) high severe
59772026-07-20T10:57:32.549Z
59782026-07-20T10:57:32.552ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59792026-07-20T10:57:32.552ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59802026-07-20T10:57:35.637ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (6.8M iterations)
59812026-07-20T10:57:40.510ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59822026-07-20T10:57:40.562Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59832026-07-20T10:57:40.562Z time: [80.243 ns 80.559 ns 80.943 ns]
59842026-07-20T10:57:40.562ZFound 2 outliers among 100 measurements (2.00%)
59852026-07-20T10:57:40.562Z 1 (1.00%) high mild
59862026-07-20T10:57:40.562Z 1 (1.00%) high severe
59872026-07-20T10:57:41.210Z
59882026-07-20T10:57:41.213ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59892026-07-20T10:57:41.213ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59902026-07-20T10:57:45.347ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0013 s (2.5M iterations)
59912026-07-20T10:57:50.565ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59922026-07-20T10:57:50.616Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59932026-07-20T10:57:50.616Z time: [332.07 ns 336.54 ns 342.29 ns]
59942026-07-20T10:57:50.619ZFound 11 outliers among 100 measurements (11.00%)
59952026-07-20T10:57:50.619Z 4 (4.00%) high mild
59962026-07-20T10:57:50.619Z 7 (7.00%) high severe
59972026-07-20T10:57:51.252Z
59982026-07-20T10:57:51.255ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
59992026-07-20T10:57:51.255ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60002026-07-20T10:57:57.450ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0034 s (6.8M iterations)
60012026-07-20T10:58:01.241ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60022026-07-20T10:58:01.292Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60032026-07-20T10:58:01.292Z time: [98.491 ns 98.603 ns 98.724 ns]
60042026-07-20T10:58:01.292ZFound 5 outliers among 100 measurements (5.00%)
60052026-07-20T10:58:01.292Z 3 (3.00%) high mild
60062026-07-20T10:58:01.295Z 2 (2.00%) high severe
60072026-07-20T10:58:01.941Z
60082026-07-20T10:58:01.943ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60092026-07-20T10:58:01.944ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60102026-07-20T10:58:08.076ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0072 s (3.4M iterations)
60112026-07-20T10:58:12.917ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60122026-07-20T10:58:12.968Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60132026-07-20T10:58:12.968Z time: [255.95 ns 258.35 ns 261.50 ns]
60142026-07-20T10:58:12.968ZFound 13 outliers among 100 measurements (13.00%)
60152026-07-20T10:58:12.968Z 5 (5.00%) high mild
60162026-07-20T10:58:12.968Z 8 (8.00%) high severe
60172026-07-20T10:58:13.604Z
60182026-07-20T10:58:13.607ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60192026-07-20T10:58:13.607ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60202026-07-20T10:58:17.991ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0021 s (4.8M iterations)
60212026-07-20T10:58:22.526ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60222026-07-20T10:58:22.577Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60232026-07-20T10:58:22.577Z time: [117.83 ns 118.26 ns 118.71 ns]
60242026-07-20T10:58:22.577ZFound 4 outliers among 100 measurements (4.00%)
60252026-07-20T10:58:22.577Z 2 (2.00%) high mild
60262026-07-20T10:58:22.577Z 2 (2.00%) high severe
60272026-07-20T10:58:23.223Z
60282026-07-20T10:58:23.225ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60292026-07-20T10:58:23.226ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60302026-07-20T10:58:27.787ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (2.3M iterations)
60312026-07-20T10:58:32.877ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60322026-07-20T10:58:32.927Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60332026-07-20T10:58:32.927Z time: [292.37 ns 295.88 ns 300.44 ns]
60342026-07-20T10:58:32.927ZFound 12 outliers among 100 measurements (12.00%)
60352026-07-20T10:58:32.927Z 4 (4.00%) high mild
60362026-07-20T10:58:32.927Z 8 (8.00%) high severe
60372026-07-20T10:58:33.560Z
60382026-07-20T10:58:33.563ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60392026-07-20T10:58:33.563ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60402026-07-20T10:58:36.965ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (12M iterations)
60412026-07-20T10:58:41.203ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60422026-07-20T10:58:41.255Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60432026-07-20T10:58:41.255Z time: [61.864 ns 62.123 ns 62.418 ns]
60442026-07-20T10:58:41.256ZFound 6 outliers among 100 measurements (6.00%)
60452026-07-20T10:58:41.256Z 5 (5.00%) high mild
60462026-07-20T10:58:41.256Z 1 (1.00%) high severe
60472026-07-20T10:58:41.898Z
60482026-07-20T10:58:41.902ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60492026-07-20T10:58:41.902ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60502026-07-20T10:58:46.861ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (4.2M iterations)
60512026-07-20T10:58:52.034ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60522026-07-20T10:58:52.086Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60532026-07-20T10:58:52.086Z time: [252.33 ns 254.87 ns 258.11 ns]
60542026-07-20T10:58:52.087ZFound 13 outliers among 100 measurements (13.00%)
60552026-07-20T10:58:52.087Z 4 (4.00%) high mild
60562026-07-20T10:58:52.087Z 9 (9.00%) high severe
60572026-07-20T10:58:52.719Z
60582026-07-20T10:58:52.724ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60592026-07-20T10:58:52.724ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60602026-07-20T10:58:55.771ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (6.9M iterations)
60612026-07-20T10:59:00.715ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60622026-07-20T10:59:00.770Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60632026-07-20T10:59:00.770Z time: [79.506 ns 79.804 ns 80.151 ns]
60642026-07-20T10:59:00.770ZFound 2 outliers among 100 measurements (2.00%)
60652026-07-20T10:59:00.770Z 1 (1.00%) high mild
60662026-07-20T10:59:00.771Z 1 (1.00%) high severe
60672026-07-20T10:59:01.405Z
60682026-07-20T10:59:01.408ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60692026-07-20T10:59:01.408ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60702026-07-20T10:59:05.477ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0012 s (2.6M iterations)
60712026-07-20T10:59:10.687ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60722026-07-20T10:59:10.738Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60732026-07-20T10:59:10.738Z time: [292.66 ns 296.32 ns 301.11 ns]
60742026-07-20T10:59:10.738ZFound 13 outliers among 100 measurements (13.00%)
60752026-07-20T10:59:10.738Z 6 (6.00%) high mild
60762026-07-20T10:59:10.738Z 7 (7.00%) high severe
60772026-07-20T10:59:11.380Z
60782026-07-20T10:59:11.383ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60792026-07-20T10:59:11.383ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60802026-07-20T10:59:17.509ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0037 s (6.8M iterations)
60812026-07-20T10:59:21.329ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60822026-07-20T10:59:21.380Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60832026-07-20T10:59:21.380Z time: [98.247 ns 98.407 ns 98.567 ns]
60842026-07-20T10:59:21.380ZFound 6 outliers among 100 measurements (6.00%)
60852026-07-20T10:59:21.380Z 3 (3.00%) high mild
60862026-07-20T10:59:21.380Z 3 (3.00%) high severe
60872026-07-20T10:59:22.026Z
60882026-07-20T10:59:22.029ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60892026-07-20T10:59:22.029ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60902026-07-20T10:59:28.001ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0070 s (3.5M iterations)
60912026-07-20T10:59:32.826ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60922026-07-20T10:59:32.878Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60932026-07-20T10:59:32.878Z time: [216.14 ns 217.96 ns 220.34 ns]
60942026-07-20T10:59:32.878ZFound 12 outliers among 100 measurements (12.00%)
60952026-07-20T10:59:32.878Z 4 (4.00%) high mild
60962026-07-20T10:59:32.878Z 8 (8.00%) high severe
60972026-07-20T10:59:33.520Z
60982026-07-20T10:59:33.523ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
60992026-07-20T10:59:33.523ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61002026-07-20T10:59:37.818ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0032 s (4.9M iterations)
61012026-07-20T10:59:42.397ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61022026-07-20T10:59:42.448Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61032026-07-20T10:59:42.448Z time: [117.03 ns 117.27 ns 117.51 ns]
61042026-07-20T10:59:42.448ZFound 5 outliers among 100 measurements (5.00%)
61052026-07-20T10:59:42.448Z 1 (1.00%) high mild
61062026-07-20T10:59:42.448Z 4 (4.00%) high severe
61072026-07-20T10:59:43.084Z
61082026-07-20T10:59:43.087ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61092026-07-20T10:59:43.087ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61102026-07-20T10:59:47.528ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0097 s (2.4M iterations)
61112026-07-20T10:59:52.619ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61122026-07-20T10:59:52.671Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61132026-07-20T10:59:52.671Z time: [245.47 ns 248.13 ns 251.61 ns]
61142026-07-20T10:59:52.671ZFound 12 outliers among 100 measurements (12.00%)
61152026-07-20T10:59:52.671Z 4 (4.00%) high mild
61162026-07-20T10:59:52.671Z 8 (8.00%) high severe
61172026-07-20T10:59:53.309Z
61182026-07-20T10:59:53.311ZBenchmarking source_filter/allows/exclude_empty_v4
61192026-07-20T10:59:53.311ZBenchmarking source_filter/allows/exclude_empty_v4: Warming up for 3.0000 s
61202026-07-20T10:59:57.135ZBenchmarking source_filter/allows/exclude_empty_v4: Collecting 100 samples in estimated 5.0000 s (5.6B iterations)
61212026-07-20T11:00:02.156ZBenchmarking source_filter/allows/exclude_empty_v4: Analyzing
61222026-07-20T11:00:02.206Zsource_filter/allows/exclude_empty_v4
61232026-07-20T11:00:02.208Z time: [893.08 ps 895.74 ps 898.50 ps]
61242026-07-20T11:00:02.208Z thrpt: [1.1130 Gelem/s 1.1164 Gelem/s 1.1197 Gelem/s]
61252026-07-20T11:00:02.208ZFound 8 outliers among 100 measurements (8.00%)
61262026-07-20T11:00:02.208Z 4 (4.00%) high mild
61272026-07-20T11:00:02.208Z 4 (4.00%) high severe
61282026-07-20T11:00:02.853ZBenchmarking source_filter/allows/exclude_empty_v6
61292026-07-20T11:00:02.854ZBenchmarking source_filter/allows/exclude_empty_v6: Warming up for 3.0000 s
61302026-07-20T11:00:06.805ZBenchmarking source_filter/allows/exclude_empty_v6: Collecting 100 samples in estimated 5.0000 s (5.4B iterations)
61312026-07-20T11:00:11.810ZBenchmarking source_filter/allows/exclude_empty_v6: Analyzing
61322026-07-20T11:00:11.847Zsource_filter/allows/exclude_empty_v6
61332026-07-20T11:00:11.847Z time: [912.71 ps 915.69 ps 918.69 ps]
61342026-07-20T11:00:11.847Z thrpt: [1.0885 Gelem/s 1.0921 Gelem/s 1.0956 Gelem/s]
61352026-07-20T11:00:11.847ZFound 1 outliers among 100 measurements (1.00%)
61362026-07-20T11:00:11.847Z 1 (1.00%) high mild
61372026-07-20T11:00:12.515ZBenchmarking source_filter/allows/exclude_miss_v4/1
61382026-07-20T11:00:12.515ZBenchmarking source_filter/allows/exclude_miss_v4/1: Warming up for 3.0000 s
61392026-07-20T11:00:16.527ZBenchmarking source_filter/allows/exclude_miss_v4/1: Collecting 100 samples in estimated 5.0000 s (2.7B iterations)
61402026-07-20T11:00:21.435ZBenchmarking source_filter/allows/exclude_miss_v4/1: Analyzing
61412026-07-20T11:00:21.478Zsource_filter/allows/exclude_miss_v4/1
61422026-07-20T11:00:21.478Z time: [1.8277 ns 1.8343 ns 1.8412 ns]
61432026-07-20T11:00:21.478Z thrpt: [543.13 Melem/s 545.16 Melem/s 547.13 Melem/s]
61442026-07-20T11:00:22.124ZBenchmarking source_filter/allows/exclude_hit_v4/1
61452026-07-20T11:00:22.124ZBenchmarking source_filter/allows/exclude_hit_v4/1: Warming up for 3.0000 s
61462026-07-20T11:00:25.990ZBenchmarking source_filter/allows/exclude_hit_v4/1: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
61472026-07-20T11:00:30.955ZBenchmarking source_filter/allows/exclude_hit_v4/1: Analyzing
61482026-07-20T11:00:31.007Zsource_filter/allows/exclude_hit_v4/1
61492026-07-20T11:00:31.007Z time: [1.7829 ns 1.7909 ns 1.7988 ns]
61502026-07-20T11:00:31.007Z thrpt: [555.94 Melem/s 558.38 Melem/s 560.87 Melem/s]
61512026-07-20T11:00:31.007ZFound 4 outliers among 100 measurements (4.00%)
61522026-07-20T11:00:31.007Z 3 (3.00%) high mild
61532026-07-20T11:00:31.007Z 1 (1.00%) high severe
61542026-07-20T11:00:31.665ZBenchmarking source_filter/allows/exclude_miss_v6/1
61552026-07-20T11:00:31.665ZBenchmarking source_filter/allows/exclude_miss_v6/1: Warming up for 3.0000 s
61562026-07-20T11:00:36.565ZBenchmarking source_filter/allows/exclude_miss_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
61572026-07-20T11:00:41.620ZBenchmarking source_filter/allows/exclude_miss_v6/1: Analyzing
61582026-07-20T11:00:41.671Zsource_filter/allows/exclude_miss_v6/1
61592026-07-20T11:00:41.671Z time: [4.5747 ns 4.6014 ns 4.6318 ns]
61602026-07-20T11:00:41.671Z thrpt: [215.90 Melem/s 217.33 Melem/s 218.60 Melem/s]
61612026-07-20T11:00:41.671ZFound 3 outliers among 100 measurements (3.00%)
61622026-07-20T11:00:41.671Z 3 (3.00%) high mild
61632026-07-20T11:00:42.320ZBenchmarking source_filter/allows/exclude_hit_v6/1
61642026-07-20T11:00:42.320ZBenchmarking source_filter/allows/exclude_hit_v6/1: Warming up for 3.0000 s
61652026-07-20T11:00:47.560ZBenchmarking source_filter/allows/exclude_hit_v6/1: Collecting 100 samples in estimated 5.0000 s (1.0B iterations)
61662026-07-20T11:00:52.522ZBenchmarking source_filter/allows/exclude_hit_v6/1: Analyzing
61672026-07-20T11:00:52.575Zsource_filter/allows/exclude_hit_v6/1
61682026-07-20T11:00:52.575Z time: [4.8124 ns 4.8375 ns 4.8646 ns]
61692026-07-20T11:00:52.575Z thrpt: [205.57 Melem/s 206.72 Melem/s 207.80 Melem/s]
61702026-07-20T11:00:53.232ZBenchmarking source_filter/allows/exclude_miss_v4/5
61712026-07-20T11:00:53.232ZBenchmarking source_filter/allows/exclude_miss_v4/5: Warming up for 3.0000 s
61722026-07-20T11:00:57.181ZBenchmarking source_filter/allows/exclude_miss_v4/5: Collecting 100 samples in estimated 5.0000 s (1.4B iterations)
61732026-07-20T11:01:02.130ZBenchmarking source_filter/allows/exclude_miss_v4/5: Analyzing
61742026-07-20T11:01:02.183Zsource_filter/allows/exclude_miss_v4/5
61752026-07-20T11:01:02.183Z time: [3.6113 ns 3.6283 ns 3.6464 ns]
61762026-07-20T11:01:02.183Z thrpt: [274.24 Melem/s 275.61 Melem/s 276.90 Melem/s]
61772026-07-20T11:01:02.183ZFound 2 outliers among 100 measurements (2.00%)
61782026-07-20T11:01:02.183Z 2 (2.00%) high mild
61792026-07-20T11:01:02.834ZBenchmarking source_filter/allows/exclude_hit_v4/5
61802026-07-20T11:01:02.834ZBenchmarking source_filter/allows/exclude_hit_v4/5: Warming up for 3.0000 s
61812026-07-20T11:01:06.763ZBenchmarking source_filter/allows/exclude_hit_v4/5: Collecting 100 samples in estimated 5.0000 s (2.7B iterations)
61822026-07-20T11:01:11.777ZBenchmarking source_filter/allows/exclude_hit_v4/5: Analyzing
61832026-07-20T11:01:11.830Zsource_filter/allows/exclude_hit_v4/5
61842026-07-20T11:01:11.830Z time: [1.8267 ns 1.8320 ns 1.8374 ns]
61852026-07-20T11:01:11.830Z thrpt: [544.26 Melem/s 545.86 Melem/s 547.43 Melem/s]
61862026-07-20T11:01:12.481ZBenchmarking source_filter/allows/exclude_miss_v6/5
61872026-07-20T11:01:12.481ZBenchmarking source_filter/allows/exclude_miss_v6/5: Warming up for 3.0000 s
61882026-07-20T11:01:16.143ZBenchmarking source_filter/allows/exclude_miss_v6/5: Collecting 100 samples in estimated 5.0000 s (733M iterations)
61892026-07-20T11:01:21.188ZBenchmarking source_filter/allows/exclude_miss_v6/5: Analyzing
61902026-07-20T11:01:21.240Zsource_filter/allows/exclude_miss_v6/5
61912026-07-20T11:01:21.240Z time: [6.8486 ns 6.8798 ns 6.9119 ns]
61922026-07-20T11:01:21.240Z thrpt: [144.68 Melem/s 145.35 Melem/s 146.02 Melem/s]
61932026-07-20T11:01:21.890ZBenchmarking source_filter/allows/exclude_hit_v6/5
61942026-07-20T11:01:21.890ZBenchmarking source_filter/allows/exclude_hit_v6/5: Warming up for 3.0000 s
61952026-07-20T11:01:27.038ZBenchmarking source_filter/allows/exclude_hit_v6/5: Collecting 100 samples in estimated 5.0000 s (1.0B iterations)
61962026-07-20T11:01:31.991ZBenchmarking source_filter/allows/exclude_hit_v6/5: Analyzing
61972026-07-20T11:01:32.042Zsource_filter/allows/exclude_hit_v6/5
61982026-07-20T11:01:32.042Z time: [4.7179 ns 4.7419 ns 4.7698 ns]
61992026-07-20T11:01:32.042Z thrpt: [209.65 Melem/s 210.88 Melem/s 211.96 Melem/s]
62002026-07-20T11:01:32.042ZFound 16 outliers among 100 measurements (16.00%)
62012026-07-20T11:01:32.042Z 14 (14.00%) high mild
62022026-07-20T11:01:32.045Z 2 (2.00%) high severe
62032026-07-20T11:01:32.679ZBenchmarking source_filter/allows/exclude_miss_v4/10
62042026-07-20T11:01:32.680ZBenchmarking source_filter/allows/exclude_miss_v4/10: Warming up for 3.0000 s
62052026-07-20T11:01:36.213ZBenchmarking source_filter/allows/exclude_miss_v4/10: Collecting 100 samples in estimated 5.0000 s (760M iterations)
62062026-07-20T11:01:41.177ZBenchmarking source_filter/allows/exclude_miss_v4/10: Analyzing
62072026-07-20T11:01:41.229Zsource_filter/allows/exclude_miss_v4/10
62082026-07-20T11:01:41.229Z time: [6.4958 ns 6.5356 ns 6.5762 ns]
62092026-07-20T11:01:41.229Z thrpt: [152.06 Melem/s 153.01 Melem/s 153.95 Melem/s]
62102026-07-20T11:01:41.229ZFound 5 outliers among 100 measurements (5.00%)
62112026-07-20T11:01:41.229Z 2 (2.00%) low mild
62122026-07-20T11:01:41.229Z 1 (1.00%) high mild
62132026-07-20T11:01:41.230Z 2 (2.00%) high severe
62142026-07-20T11:01:41.876ZBenchmarking source_filter/allows/exclude_hit_v4/10
62152026-07-20T11:01:41.877ZBenchmarking source_filter/allows/exclude_hit_v4/10: Warming up for 3.0000 s
62162026-07-20T11:01:45.691ZBenchmarking source_filter/allows/exclude_hit_v4/10: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
62172026-07-20T11:01:50.689ZBenchmarking source_filter/allows/exclude_hit_v4/10: Analyzing
62182026-07-20T11:01:50.743Zsource_filter/allows/exclude_hit_v4/10
62192026-07-20T11:01:50.743Z time: [1.7722 ns 1.7783 ns 1.7842 ns]
62202026-07-20T11:01:50.743Z thrpt: [560.49 Melem/s 562.35 Melem/s 564.29 Melem/s]
62212026-07-20T11:01:51.383ZBenchmarking source_filter/allows/exclude_miss_v6/10
62222026-07-20T11:01:51.383ZBenchmarking source_filter/allows/exclude_miss_v6/10: Warming up for 3.0000 s
62232026-07-20T11:01:56.652ZBenchmarking source_filter/allows/exclude_miss_v6/10: Collecting 100 samples in estimated 5.0000 s (509M iterations)
62242026-07-20T11:02:01.644ZBenchmarking source_filter/allows/exclude_miss_v6/10: Analyzing
62252026-07-20T11:02:01.695Zsource_filter/allows/exclude_miss_v6/10
62262026-07-20T11:02:01.695Z time: [9.7910 ns 9.8508 ns 9.9065 ns]
62272026-07-20T11:02:01.695Z thrpt: [100.94 Melem/s 101.51 Melem/s 102.13 Melem/s]
62282026-07-20T11:02:02.335ZBenchmarking source_filter/allows/exclude_hit_v6/10
62292026-07-20T11:02:02.335ZBenchmarking source_filter/allows/exclude_hit_v6/10: Warming up for 3.0000 s
62302026-07-20T11:02:07.405ZBenchmarking source_filter/allows/exclude_hit_v6/10: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
62312026-07-20T11:02:12.463ZBenchmarking source_filter/allows/exclude_hit_v6/10: Analyzing
62322026-07-20T11:02:12.514Zsource_filter/allows/exclude_hit_v6/10
62332026-07-20T11:02:12.514Z time: [4.7446 ns 4.7650 ns 4.7878 ns]
62342026-07-20T11:02:12.514Z thrpt: [208.86 Melem/s 209.86 Melem/s 210.76 Melem/s]
62352026-07-20T11:02:13.163ZBenchmarking source_filter/allows/exclude_miss_v4/50
62362026-07-20T11:02:13.163ZBenchmarking source_filter/allows/exclude_miss_v4/50: Warming up for 3.0000 s
62372026-07-20T11:02:16.529ZBenchmarking source_filter/allows/exclude_miss_v4/50: Collecting 100 samples in estimated 5.0000 s (798M iterations)
62382026-07-20T11:02:21.031ZBenchmarking source_filter/allows/exclude_miss_v4/50: Analyzing
62392026-07-20T11:02:21.083Zsource_filter/allows/exclude_miss_v4/50
62402026-07-20T11:02:21.084Z time: [5.6314 ns 5.6412 ns 5.6514 ns]
62412026-07-20T11:02:21.084Z thrpt: [176.95 Melem/s 177.27 Melem/s 177.58 Melem/s]
62422026-07-20T11:02:21.084ZFound 7 outliers among 100 measurements (7.00%)
62432026-07-20T11:02:21.084Z 1 (1.00%) high mild
62442026-07-20T11:02:21.084Z 6 (6.00%) high severe
62452026-07-20T11:02:21.730ZBenchmarking source_filter/allows/exclude_hit_v4/50
62462026-07-20T11:02:21.730ZBenchmarking source_filter/allows/exclude_hit_v4/50: Warming up for 3.0000 s
62472026-07-20T11:02:27.081ZBenchmarking source_filter/allows/exclude_hit_v4/50: Collecting 100 samples in estimated 5.0000 s (2.0B iterations)
62482026-07-20T11:02:32.066ZBenchmarking source_filter/allows/exclude_hit_v4/50: Analyzing
62492026-07-20T11:02:32.117Zsource_filter/allows/exclude_hit_v4/50
62502026-07-20T11:02:32.121Z time: [2.4773 ns 2.4853 ns 2.4932 ns]
62512026-07-20T11:02:32.121Z thrpt: [401.10 Melem/s 402.37 Melem/s 403.66 Melem/s]
62522026-07-20T11:02:32.121ZFound 3 outliers among 100 measurements (3.00%)
62532026-07-20T11:02:32.121Z 2 (2.00%) high mild
62542026-07-20T11:02:32.121Z 1 (1.00%) high severe
62552026-07-20T11:02:32.750ZBenchmarking source_filter/allows/exclude_miss_v6/50
62562026-07-20T11:02:32.750ZBenchmarking source_filter/allows/exclude_miss_v6/50: Warming up for 3.0000 s
62572026-07-20T11:02:37.865ZBenchmarking source_filter/allows/exclude_miss_v6/50: Collecting 100 samples in estimated 5.0000 s (525M iterations)
62582026-07-20T11:02:42.923ZBenchmarking source_filter/allows/exclude_miss_v6/50: Analyzing
62592026-07-20T11:02:42.975Zsource_filter/allows/exclude_miss_v6/50
62602026-07-20T11:02:42.975Z time: [9.5744 ns 9.6461 ns 9.7202 ns]
62612026-07-20T11:02:42.975Z thrpt: [102.88 Melem/s 103.67 Melem/s 104.45 Melem/s]
62622026-07-20T11:02:42.975ZFound 2 outliers among 100 measurements (2.00%)
62632026-07-20T11:02:42.975Z 1 (1.00%) high mild
62642026-07-20T11:02:42.975Z 1 (1.00%) high severe
62652026-07-20T11:02:43.612ZBenchmarking source_filter/allows/exclude_hit_v6/50
62662026-07-20T11:02:43.612ZBenchmarking source_filter/allows/exclude_hit_v6/50: Warming up for 3.0000 s
62672026-07-20T11:02:46.644ZBenchmarking source_filter/allows/exclude_hit_v6/50: Collecting 100 samples in estimated 5.0000 s (886M iterations)
62682026-07-20T11:02:51.652ZBenchmarking source_filter/allows/exclude_hit_v6/50: Analyzing
62692026-07-20T11:02:51.702Zsource_filter/allows/exclude_hit_v6/50
62702026-07-20T11:02:51.702Z time: [5.6174 ns 5.6393 ns 5.6647 ns]
62712026-07-20T11:02:51.702Z thrpt: [176.53 Melem/s 177.33 Melem/s 178.02 Melem/s]
62722026-07-20T11:02:51.702ZFound 2 outliers among 100 measurements (2.00%)
62732026-07-20T11:02:51.703Z 2 (2.00%) high mild
62742026-07-20T11:02:52.334ZBenchmarking source_filter/allows/exclude_miss_v4/100
62752026-07-20T11:02:52.334ZBenchmarking source_filter/allows/exclude_miss_v4/100: Warming up for 3.0000 s
62762026-07-20T11:02:56.788ZBenchmarking source_filter/allows/exclude_miss_v4/100: Collecting 100 samples in estimated 5.0000 s (603M iterations)
62772026-07-20T11:03:01.475ZBenchmarking source_filter/allows/exclude_miss_v4/100: Analyzing
62782026-07-20T11:03:01.523Zsource_filter/allows/exclude_miss_v4/100
62792026-07-20T11:03:01.524Z time: [7.7639 ns 7.9202 ns 8.0555 ns]
62802026-07-20T11:03:01.524Z thrpt: [124.14 Melem/s 126.26 Melem/s 128.80 Melem/s]
62812026-07-20T11:03:01.524ZFound 22 outliers among 100 measurements (22.00%)
62822026-07-20T11:03:01.524Z 1 (1.00%) high mild
62832026-07-20T11:03:01.524Z 21 (21.00%) high severe
62842026-07-20T11:03:02.162ZBenchmarking source_filter/allows/exclude_hit_v4/100
62852026-07-20T11:03:02.162ZBenchmarking source_filter/allows/exclude_hit_v4/100: Warming up for 3.0000 s
62862026-07-20T11:03:07.685ZBenchmarking source_filter/allows/exclude_hit_v4/100: Collecting 100 samples in estimated 5.0000 s (1.9B iterations)
62872026-07-20T11:03:12.691ZBenchmarking source_filter/allows/exclude_hit_v4/100: Analyzing
62882026-07-20T11:03:12.743Zsource_filter/allows/exclude_hit_v4/100
62892026-07-20T11:03:12.743Z time: [2.5665 ns 2.5764 ns 2.5866 ns]
62902026-07-20T11:03:12.743Z thrpt: [386.61 Melem/s 388.13 Melem/s 389.64 Melem/s]
62912026-07-20T11:03:12.743ZFound 2 outliers among 100 measurements (2.00%)
62922026-07-20T11:03:12.743Z 2 (2.00%) high mild
62932026-07-20T11:03:13.379ZBenchmarking source_filter/allows/exclude_miss_v6/100
62942026-07-20T11:03:13.379ZBenchmarking source_filter/allows/exclude_miss_v6/100: Warming up for 3.0000 s
62952026-07-20T11:03:16.726ZBenchmarking source_filter/allows/exclude_miss_v6/100: Collecting 100 samples in estimated 5.0000 s (401M iterations)
62962026-07-20T11:03:21.649ZBenchmarking source_filter/allows/exclude_miss_v6/100: Analyzing
62972026-07-20T11:03:21.701Zsource_filter/allows/exclude_miss_v6/100
62982026-07-20T11:03:21.701Z time: [12.263 ns 12.360 ns 12.451 ns]
62992026-07-20T11:03:21.701Z thrpt: [80.317 Melem/s 80.905 Melem/s 81.547 Melem/s]
63002026-07-20T11:03:21.701ZFound 12 outliers among 100 measurements (12.00%)
63012026-07-20T11:03:21.701Z 10 (10.00%) high mild
63022026-07-20T11:03:21.701Z 2 (2.00%) high severe
63032026-07-20T11:03:22.340ZBenchmarking source_filter/allows/exclude_hit_v6/100
63042026-07-20T11:03:22.340ZBenchmarking source_filter/allows/exclude_hit_v6/100: Warming up for 3.0000 s
63052026-07-20T11:03:25.343ZBenchmarking source_filter/allows/exclude_hit_v6/100: Collecting 100 samples in estimated 5.0000 s (894M iterations)
63062026-07-20T11:03:30.457ZBenchmarking source_filter/allows/exclude_hit_v6/100: Analyzing
63072026-07-20T11:03:30.460Zsource_filter/allows/exclude_hit_v6/100
63082026-07-20T11:03:30.460Z time: [5.5967 ns 5.6164 ns 5.6396 ns]
63092026-07-20T11:03:30.460Z thrpt: [177.32 Melem/s 178.05 Melem/s 178.68 Melem/s]
63102026-07-20T11:03:30.461ZFound 2 outliers among 100 measurements (2.00%)
63112026-07-20T11:03:30.461Z 2 (2.00%) high mild
63122026-07-20T11:03:31.051ZBenchmarking source_filter/allows/include_hit_v4/1
63132026-07-20T11:03:31.052ZBenchmarking source_filter/allows/include_hit_v4/1: Warming up for 3.0000 s
63142026-07-20T11:03:34.839ZBenchmarking source_filter/allows/include_hit_v4/1: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
63152026-07-20T11:03:39.816ZBenchmarking source_filter/allows/include_hit_v4/1: Analyzing
63162026-07-20T11:03:39.868Zsource_filter/allows/include_hit_v4/1
63172026-07-20T11:03:39.868Z time: [1.7523 ns 1.7549 ns 1.7576 ns]
63182026-07-20T11:03:39.868Z thrpt: [568.95 Melem/s 569.84 Melem/s 570.69 Melem/s]
63192026-07-20T11:03:40.490ZBenchmarking source_filter/allows/include_miss_v4/1
63202026-07-20T11:03:40.490ZBenchmarking source_filter/allows/include_miss_v4/1: Warming up for 3.0000 s
63212026-07-20T11:03:44.358ZBenchmarking source_filter/allows/include_miss_v4/1: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
63222026-07-20T11:03:49.360ZBenchmarking source_filter/allows/include_miss_v4/1: Analyzing
63232026-07-20T11:03:49.412Zsource_filter/allows/include_miss_v4/1
63242026-07-20T11:03:49.412Z time: [1.7982 ns 1.8034 ns 1.8086 ns]
63252026-07-20T11:03:49.412Z thrpt: [552.90 Melem/s 554.52 Melem/s 556.12 Melem/s]
63262026-07-20T11:03:49.412ZFound 5 outliers among 100 measurements (5.00%)
63272026-07-20T11:03:49.412Z 3 (3.00%) high mild
63282026-07-20T11:03:49.412Z 2 (2.00%) high severe
63292026-07-20T11:03:50.043ZBenchmarking source_filter/allows/include_hit_v6/1
63302026-07-20T11:03:50.043ZBenchmarking source_filter/allows/include_hit_v6/1: Warming up for 3.0000 s
63312026-07-20T11:03:55.188ZBenchmarking source_filter/allows/include_hit_v6/1: Collecting 100 samples in estimated 5.0000 s (1.0B iterations)
63322026-07-20T11:04:00.118ZBenchmarking source_filter/allows/include_hit_v6/1: Analyzing
63332026-07-20T11:04:00.167Zsource_filter/allows/include_hit_v6/1
63342026-07-20T11:04:00.167Z time: [4.6912 ns 4.7223 ns 4.7603 ns]
63352026-07-20T11:04:00.167Z thrpt: [210.07 Melem/s 211.76 Melem/s 213.17 Melem/s]
63362026-07-20T11:04:00.167ZFound 19 outliers among 100 measurements (19.00%)
63372026-07-20T11:04:00.168Z 19 (19.00%) high severe
63382026-07-20T11:04:00.798ZBenchmarking source_filter/allows/include_miss_v6/1
63392026-07-20T11:04:00.798ZBenchmarking source_filter/allows/include_miss_v6/1: Warming up for 3.0000 s
63402026-07-20T11:04:05.575ZBenchmarking source_filter/allows/include_miss_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
63412026-07-20T11:04:10.616ZBenchmarking source_filter/allows/include_miss_v6/1: Analyzing
63422026-07-20T11:04:10.667Zsource_filter/allows/include_miss_v6/1
63432026-07-20T11:04:10.668Z time: [4.4616 ns 4.4813 ns 4.5048 ns]
63442026-07-20T11:04:10.668Z thrpt: [221.98 Melem/s 223.15 Melem/s 224.13 Melem/s]
63452026-07-20T11:04:10.668ZFound 19 outliers among 100 measurements (19.00%)
63462026-07-20T11:04:10.668Z 19 (19.00%) high severe
63472026-07-20T11:04:11.298ZBenchmarking source_filter/allows/include_hit_v4/5
63482026-07-20T11:04:11.298ZBenchmarking source_filter/allows/include_hit_v4/5: Warming up for 3.0000 s
63492026-07-20T11:04:15.157ZBenchmarking source_filter/allows/include_hit_v4/5: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
63502026-07-20T11:04:20.169ZBenchmarking source_filter/allows/include_hit_v4/5: Analyzing
63512026-07-20T11:04:20.220Zsource_filter/allows/include_hit_v4/5
63522026-07-20T11:04:20.220Z time: [1.7995 ns 1.8014 ns 1.8035 ns]
63532026-07-20T11:04:20.220Z thrpt: [554.49 Melem/s 555.11 Melem/s 555.72 Melem/s]
63542026-07-20T11:04:20.220ZFound 4 outliers among 100 measurements (4.00%)
63552026-07-20T11:04:20.220Z 4 (4.00%) high mild
63562026-07-20T11:04:20.851ZBenchmarking source_filter/allows/include_miss_v4/5
63572026-07-20T11:04:20.851ZBenchmarking source_filter/allows/include_miss_v4/5: Warming up for 3.0000 s
63582026-07-20T11:04:24.652ZBenchmarking source_filter/allows/include_miss_v4/5: Collecting 100 samples in estimated 5.0000 s (1.4B iterations)
63592026-07-20T11:04:29.722ZBenchmarking source_filter/allows/include_miss_v4/5: Analyzing
63602026-07-20T11:04:29.775Zsource_filter/allows/include_miss_v4/5
63612026-07-20T11:04:29.775Z time: [3.5672 ns 3.5793 ns 3.5925 ns]
63622026-07-20T11:04:29.775Z thrpt: [278.36 Melem/s 279.39 Melem/s 280.33 Melem/s]
63632026-07-20T11:04:29.775ZFound 1 outliers among 100 measurements (1.00%)
63642026-07-20T11:04:29.775Z 1 (1.00%) low mild
63652026-07-20T11:04:30.404ZBenchmarking source_filter/allows/include_hit_v6/5
63662026-07-20T11:04:30.404ZBenchmarking source_filter/allows/include_hit_v6/5: Warming up for 3.0000 s
63672026-07-20T11:04:35.443ZBenchmarking source_filter/allows/include_hit_v6/5: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
63682026-07-20T11:04:40.476ZBenchmarking source_filter/allows/include_hit_v6/5: Analyzing
63692026-07-20T11:04:40.526Zsource_filter/allows/include_hit_v6/5
63702026-07-20T11:04:40.526Z time: [4.6886 ns 4.7136 ns 4.7436 ns]
63712026-07-20T11:04:40.526Z thrpt: [210.81 Melem/s 212.15 Melem/s 213.29 Melem/s]
63722026-07-20T11:04:40.526ZFound 20 outliers among 100 measurements (20.00%)
63732026-07-20T11:04:40.526Z 1 (1.00%) high mild
63742026-07-20T11:04:40.526Z 19 (19.00%) high severe
63752026-07-20T11:04:41.158ZBenchmarking source_filter/allows/include_miss_v6/5
63762026-07-20T11:04:41.158ZBenchmarking source_filter/allows/include_miss_v6/5: Warming up for 3.0000 s
63772026-07-20T11:04:44.732ZBenchmarking source_filter/allows/include_miss_v6/5: Collecting 100 samples in estimated 5.0000 s (751M iterations)
63782026-07-20T11:04:49.775ZBenchmarking source_filter/allows/include_miss_v6/5: Analyzing
63792026-07-20T11:04:49.826Zsource_filter/allows/include_miss_v6/5
63802026-07-20T11:04:49.826Z time: [6.6850 ns 6.7098 ns 6.7406 ns]
63812026-07-20T11:04:49.826Z thrpt: [148.36 Melem/s 149.04 Melem/s 149.59 Melem/s]
63822026-07-20T11:04:49.826ZFound 20 outliers among 100 measurements (20.00%)
63832026-07-20T11:04:49.826Z 13 (13.00%) high mild
63842026-07-20T11:04:49.826Z 7 (7.00%) high severe
63852026-07-20T11:04:50.451ZBenchmarking source_filter/allows/include_hit_v4/10
63862026-07-20T11:04:50.451ZBenchmarking source_filter/allows/include_hit_v4/10: Warming up for 3.0000 s
63872026-07-20T11:04:54.218ZBenchmarking source_filter/allows/include_hit_v4/10: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
63882026-07-20T11:04:59.232ZBenchmarking source_filter/allows/include_hit_v4/10: Analyzing
63892026-07-20T11:04:59.281Zsource_filter/allows/include_hit_v4/10
63902026-07-20T11:04:59.281Z time: [1.7552 ns 1.7576 ns 1.7601 ns]
63912026-07-20T11:04:59.281Z thrpt: [568.16 Melem/s 568.97 Melem/s 569.74 Melem/s]
63922026-07-20T11:04:59.282ZFound 4 outliers among 100 measurements (4.00%)
63932026-07-20T11:04:59.282Z 3 (3.00%) high mild
63942026-07-20T11:04:59.282Z 1 (1.00%) high severe
63952026-07-20T11:04:59.911ZBenchmarking source_filter/allows/include_miss_v4/10
63962026-07-20T11:04:59.912ZBenchmarking source_filter/allows/include_miss_v4/10: Warming up for 3.0000 s
63972026-07-20T11:05:03.045ZBenchmarking source_filter/allows/include_miss_v4/10: Collecting 100 samples in estimated 5.0000 s (857M iterations)
63982026-07-20T11:05:08.047ZBenchmarking source_filter/allows/include_miss_v4/10: Analyzing
63992026-07-20T11:05:08.099Zsource_filter/allows/include_miss_v4/10
64002026-07-20T11:05:08.099Z time: [5.8351 ns 5.8388 ns 5.8430 ns]
64012026-07-20T11:05:08.099Z thrpt: [171.14 Melem/s 171.27 Melem/s 171.38 Melem/s]
64022026-07-20T11:05:08.099ZFound 7 outliers among 100 measurements (7.00%)
64032026-07-20T11:05:08.099Z 5 (5.00%) high mild
64042026-07-20T11:05:08.099Z 2 (2.00%) high severe
64052026-07-20T11:05:08.729ZBenchmarking source_filter/allows/include_hit_v6/10
64062026-07-20T11:05:08.729ZBenchmarking source_filter/allows/include_hit_v6/10: Warming up for 3.0000 s
64072026-07-20T11:05:13.750ZBenchmarking source_filter/allows/include_hit_v6/10: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
64082026-07-20T11:05:18.807ZBenchmarking source_filter/allows/include_hit_v6/10: Analyzing
64092026-07-20T11:05:18.857Zsource_filter/allows/include_hit_v6/10
64102026-07-20T11:05:18.857Z time: [4.6977 ns 4.7237 ns 4.7547 ns]
64112026-07-20T11:05:18.857Z thrpt: [210.32 Melem/s 211.70 Melem/s 212.87 Melem/s]
64122026-07-20T11:05:18.857ZFound 20 outliers among 100 measurements (20.00%)
64132026-07-20T11:05:18.857Z 20 (20.00%) high severe
64142026-07-20T11:05:19.493ZBenchmarking source_filter/allows/include_miss_v6/10
64152026-07-20T11:05:19.493ZBenchmarking source_filter/allows/include_miss_v6/10: Warming up for 3.0000 s
64162026-07-20T11:05:24.735ZBenchmarking source_filter/allows/include_miss_v6/10: Collecting 100 samples in estimated 5.0000 s (512M iterations)
64172026-07-20T11:05:29.680ZBenchmarking source_filter/allows/include_miss_v6/10: Analyzing
64182026-07-20T11:05:29.730Zsource_filter/allows/include_miss_v6/10
64192026-07-20T11:05:29.730Z time: [9.6132 ns 9.6647 ns 9.7158 ns]
64202026-07-20T11:05:29.730Z thrpt: [102.92 Melem/s 103.47 Melem/s 104.02 Melem/s]
64212026-07-20T11:05:30.371ZBenchmarking source_filter/allows/include_hit_v4/50
64222026-07-20T11:05:30.371ZBenchmarking source_filter/allows/include_hit_v4/50: Warming up for 3.0000 s
64232026-07-20T11:05:35.977ZBenchmarking source_filter/allows/include_hit_v4/50: Collecting 100 samples in estimated 5.0000 s (1.9B iterations)
64242026-07-20T11:05:41.056ZBenchmarking source_filter/allows/include_hit_v4/50: Analyzing
64252026-07-20T11:05:41.107Zsource_filter/allows/include_hit_v4/50
64262026-07-20T11:05:41.107Z time: [2.6494 ns 2.6514 ns 2.6533 ns]
64272026-07-20T11:05:41.107Z thrpt: [376.89 Melem/s 377.17 Melem/s 377.45 Melem/s]
64282026-07-20T11:05:41.107ZFound 3 outliers among 100 measurements (3.00%)
64292026-07-20T11:05:41.107Z 1 (1.00%) low mild
64302026-07-20T11:05:41.107Z 1 (1.00%) high mild
64312026-07-20T11:05:41.107Z 1 (1.00%) high severe
64322026-07-20T11:05:41.740ZBenchmarking source_filter/allows/include_miss_v4/50
64332026-07-20T11:05:41.740ZBenchmarking source_filter/allows/include_miss_v4/50: Warming up for 3.0000 s
64342026-07-20T11:05:45.047ZBenchmarking source_filter/allows/include_miss_v4/50: Collecting 100 samples in estimated 5.0000 s (812M iterations)
64352026-07-20T11:05:50.055ZBenchmarking source_filter/allows/include_miss_v4/50: Analyzing
64362026-07-20T11:05:50.105Zsource_filter/allows/include_miss_v4/50
64372026-07-20T11:05:50.105Z time: [6.1272 ns 6.1545 ns 6.1814 ns]
64382026-07-20T11:05:50.106Z thrpt: [161.78 Melem/s 162.48 Melem/s 163.21 Melem/s]
64392026-07-20T11:05:50.106ZFound 4 outliers among 100 measurements (4.00%)
64402026-07-20T11:05:50.106Z 4 (4.00%) low mild
64412026-07-20T11:05:50.737ZBenchmarking source_filter/allows/include_hit_v6/50
64422026-07-20T11:05:50.737ZBenchmarking source_filter/allows/include_hit_v6/50: Warming up for 3.0000 s
64432026-07-20T11:05:56.718ZBenchmarking source_filter/allows/include_hit_v6/50: Collecting 100 samples in estimated 5.0000 s (898M iterations)
64442026-07-20T11:06:01.753ZBenchmarking source_filter/allows/include_hit_v6/50: Analyzing
64452026-07-20T11:06:01.803Zsource_filter/allows/include_hit_v6/50
64462026-07-20T11:06:01.803Z time: [5.5842 ns 5.6054 ns 5.6303 ns]
64472026-07-20T11:06:01.803Z thrpt: [177.61 Melem/s 178.40 Melem/s 179.08 Melem/s]
64482026-07-20T11:06:01.803ZFound 19 outliers among 100 measurements (19.00%)
64492026-07-20T11:06:01.804Z 19 (19.00%) high severe
64502026-07-20T11:06:02.434ZBenchmarking source_filter/allows/include_miss_v6/50
64512026-07-20T11:06:02.434ZBenchmarking source_filter/allows/include_miss_v6/50: Warming up for 3.0000 s
64522026-07-20T11:06:07.480ZBenchmarking source_filter/allows/include_miss_v6/50: Collecting 100 samples in estimated 5.0000 s (532M iterations)
64532026-07-20T11:06:12.540ZBenchmarking source_filter/allows/include_miss_v6/50: Analyzing
64542026-07-20T11:06:12.591Zsource_filter/allows/include_miss_v6/50
64552026-07-20T11:06:12.591Z time: [9.4521 ns 9.5232 ns 9.5967 ns]
64562026-07-20T11:06:12.591Z thrpt: [104.20 Melem/s 105.01 Melem/s 105.80 Melem/s]
64572026-07-20T11:06:13.225ZBenchmarking source_filter/allows/include_hit_v4/100
64582026-07-20T11:06:13.225ZBenchmarking source_filter/allows/include_hit_v4/100: Warming up for 3.0000 s
64592026-07-20T11:06:18.592ZBenchmarking source_filter/allows/include_hit_v4/100: Collecting 100 samples in estimated 5.0000 s (2.0B iterations)
64602026-07-20T11:06:23.577ZBenchmarking source_filter/allows/include_hit_v4/100: Analyzing
64612026-07-20T11:06:23.629Zsource_filter/allows/include_hit_v4/100
64622026-07-20T11:06:23.629Z time: [2.4781 ns 2.4838 ns 2.4904 ns]
64632026-07-20T11:06:23.629Z thrpt: [401.55 Melem/s 402.61 Melem/s 403.53 Melem/s]
64642026-07-20T11:06:23.629ZFound 6 outliers among 100 measurements (6.00%)
64652026-07-20T11:06:23.629Z 6 (6.00%) high mild
64662026-07-20T11:06:24.258ZBenchmarking source_filter/allows/include_miss_v4/100
64672026-07-20T11:06:24.258ZBenchmarking source_filter/allows/include_miss_v4/100: Warming up for 3.0000 s
64682026-07-20T11:06:28.735ZBenchmarking source_filter/allows/include_miss_v4/100: Collecting 100 samples in estimated 5.0000 s (600M iterations)
64692026-07-20T11:06:33.724ZBenchmarking source_filter/allows/include_miss_v4/100: Analyzing
64702026-07-20T11:06:33.774Zsource_filter/allows/include_miss_v4/100
64712026-07-20T11:06:33.775Z time: [8.2517 ns 8.3147 ns 8.3796 ns]
64722026-07-20T11:06:33.775Z thrpt: [119.34 Melem/s 120.27 Melem/s 121.19 Melem/s]
64732026-07-20T11:06:33.775ZFound 4 outliers among 100 measurements (4.00%)
64742026-07-20T11:06:33.775Z 3 (3.00%) low mild
64752026-07-20T11:06:33.776Z 1 (1.00%) high mild
64762026-07-20T11:06:34.404ZBenchmarking source_filter/allows/include_hit_v6/100
64772026-07-20T11:06:34.404ZBenchmarking source_filter/allows/include_hit_v6/100: Warming up for 3.0000 s
64782026-07-20T11:06:40.374ZBenchmarking source_filter/allows/include_hit_v6/100: Collecting 100 samples in estimated 5.0000 s (899M iterations)
64792026-07-20T11:06:45.416ZBenchmarking source_filter/allows/include_hit_v6/100: Analyzing
64802026-07-20T11:06:45.467Zsource_filter/allows/include_hit_v6/100
64812026-07-20T11:06:45.467Z time: [5.5820 ns 5.6018 ns 5.6251 ns]
64822026-07-20T11:06:45.467Z thrpt: [177.77 Melem/s 178.51 Melem/s 179.15 Melem/s]
64832026-07-20T11:06:45.467ZFound 21 outliers among 100 measurements (21.00%)
64842026-07-20T11:06:45.467Z 1 (1.00%) high mild
64852026-07-20T11:06:45.467Z 20 (20.00%) high severe
64862026-07-20T11:06:46.099ZBenchmarking source_filter/allows/include_miss_v6/100
64872026-07-20T11:06:46.099ZBenchmarking source_filter/allows/include_miss_v6/100: Warming up for 3.0000 s
64882026-07-20T11:06:49.406ZBenchmarking source_filter/allows/include_miss_v6/100: Collecting 100 samples in estimated 5.0001 s (406M iterations)
64892026-07-20T11:06:54.389ZBenchmarking source_filter/allows/include_miss_v6/100: Analyzing
64902026-07-20T11:06:54.439Zsource_filter/allows/include_miss_v6/100
64912026-07-20T11:06:54.439Z time: [12.168 ns 12.238 ns 12.317 ns]
64922026-07-20T11:06:54.439Z thrpt: [81.185 Melem/s 81.711 Melem/s 82.185 Melem/s]
64932026-07-20T11:06:54.439ZFound 4 outliers among 100 measurements (4.00%)
64942026-07-20T11:06:54.439Z 3 (3.00%) high mild
64952026-07-20T11:06:54.439Z 1 (1.00%) high severe
64962026-07-20T11:06:55.069ZBenchmarking source_filter/allows/include_empty_v4
64972026-07-20T11:06:55.069ZBenchmarking source_filter/allows/include_empty_v4: Warming up for 3.0000 s
64982026-07-20T11:06:58.904ZBenchmarking source_filter/allows/include_empty_v4: Collecting 100 samples in estimated 5.0000 s (5.6B iterations)
64992026-07-20T11:07:03.885ZBenchmarking source_filter/allows/include_empty_v4: Analyzing
65002026-07-20T11:07:03.936Zsource_filter/allows/include_empty_v4
65012026-07-20T11:07:03.937Z time: [888.76 ps 889.46 ps 890.32 ps]
65022026-07-20T11:07:03.937Z thrpt: [1.1232 Gelem/s 1.1243 Gelem/s 1.1252 Gelem/s]
65032026-07-20T11:07:03.937ZFound 7 outliers among 100 measurements (7.00%)
65042026-07-20T11:07:03.937Z 4 (4.00%) high mild
65052026-07-20T11:07:03.937Z 3 (3.00%) high severe
65062026-07-20T11:07:04.574ZBenchmarking source_filter/allows/include_empty_v6
65072026-07-20T11:07:04.574ZBenchmarking source_filter/allows/include_empty_v6: Warming up for 3.0000 s
65082026-07-20T11:07:08.397ZBenchmarking source_filter/allows/include_empty_v6: Collecting 100 samples in estimated 5.0000 s (5.6B iterations)
65092026-07-20T11:07:13.391ZBenchmarking source_filter/allows/include_empty_v6: Analyzing
65102026-07-20T11:07:13.441Zsource_filter/allows/include_empty_v6
65112026-07-20T11:07:13.442Z time: [888.36 ps 888.69 ps 889.07 ps]
65122026-07-20T11:07:13.442Z thrpt: [1.1248 Gelem/s 1.1253 Gelem/s 1.1257 Gelem/s]
65132026-07-20T11:07:13.442ZFound 4 outliers among 100 measurements (4.00%)
65142026-07-20T11:07:13.442Z 3 (3.00%) high mild
65152026-07-20T11:07:13.442Z 1 (1.00%) high severe
65162026-07-20T11:07:14.091Z
65172026-07-20T11:07:14.095ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
65182026-07-20T11:07:14.095ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
65192026-07-20T11:07:14.095ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0516 ms (605 iterations)
65202026-07-20T11:07:14.095ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
65212026-07-20T11:07:14.095Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
65222026-07-20T11:07:14.095Z time: [18.000 18.000 18.000 ]
65232026-07-20T11:07:14.095Z
65242026-07-20T11:07:14.095ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
65252026-07-20T11:07:14.096ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
65262026-07-20T11:07:14.096ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0423 ms (715 iterations)
65272026-07-20T11:07:14.096ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
65282026-07-20T11:07:14.099Zprocess/Hairpin-DHCPv4/alloc_ct/Request
65292026-07-20T11:07:14.099Z time: [18.000 18.000 18.000 ]
65302026-07-20T11:07:14.099Z
65312026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
65322026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
65332026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0255 ms (495 iterations)
65342026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
65352026-07-20T11:07:14.100Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
65362026-07-20T11:07:14.100Z time: [20.000 20.000 20.000 ]
65372026-07-20T11:07:14.100Z
65382026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
65392026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
65402026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0222 ms (495 iterations)
65412026-07-20T11:07:14.100ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
65422026-07-20T11:07:14.100Zprocess/Hairpin-DHCPv6/alloc_ct/Request
65432026-07-20T11:07:14.100Z time: [21.000 21.000 21.000 ]
65442026-07-20T11:07:14.100Z
65452026-07-20T11:07:14.100ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
65462026-07-20T11:07:14.100ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
65472026-07-20T11:07:14.100ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0507 ms (825 iterations)
65482026-07-20T11:07:14.104ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
65492026-07-20T11:07:14.104Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
65502026-07-20T11:07:14.104Z time: [13.000 13.000 13.000 ]
65512026-07-20T11:07:14.104Z
65522026-07-20T11:07:14.104ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
65532026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
65542026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0313 ms (715 iterations)
65552026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
65562026-07-20T11:07:14.105Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
65572026-07-20T11:07:14.105Z time: [12.000 12.000 12.000 ]
65582026-07-20T11:07:14.105Z
65592026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
65602026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
65612026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0158 ms (660 iterations)
65622026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
65632026-07-20T11:07:14.105Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
65642026-07-20T11:07:14.105Z time: [14.000 14.000 14.000 ]
65652026-07-20T11:07:14.105Z
65662026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
65672026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
65682026-07-20T11:07:14.105ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0048 ms (715 iterations)
65692026-07-20T11:07:14.108ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
65702026-07-20T11:07:14.108Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
65712026-07-20T11:07:14.109Z time: [14.000 14.000 14.000 ]
65722026-07-20T11:07:14.109Z
65732026-07-20T11:07:14.109ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
65742026-07-20T11:07:14.109ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
65752026-07-20T11:07:14.109ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0608 ms (605 iterations)
65762026-07-20T11:07:14.109ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
65772026-07-20T11:07:14.109Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
65782026-07-20T11:07:14.109Z time: [3.0000 3.0000 3.0000 ]
65792026-07-20T11:07:14.109Z
65802026-07-20T11:07:14.109ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
65812026-07-20T11:07:14.109ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65822026-07-20T11:07:14.109ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1051 ms (550 iterations)
65832026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
65842026-07-20T11:07:14.113Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
65852026-07-20T11:07:14.113Z time: [3.0000 3.0000 3.0000 ]
65862026-07-20T11:07:14.113Z
65872026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
65882026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
65892026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0533 ms (605 iterations)
65902026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
65912026-07-20T11:07:14.113ZCriterion.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.
65922026-07-20T11:07:14.113Z
65932026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
65942026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65952026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0461 ms (495 iterations)
65962026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
65972026-07-20T11:07:14.113ZCriterion.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.
65982026-07-20T11:07:14.113Z
65992026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66002026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
66012026-07-20T11:07:14.113ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0519 ms (935 iterations)
66022026-07-20T11:07:14.116ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
66032026-07-20T11:07:14.116Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66042026-07-20T11:07:14.116Z time: [3.0000 3.0000 3.0000 ]
66052026-07-20T11:07:14.116Z
66062026-07-20T11:07:14.116ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66072026-07-20T11:07:14.116ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66082026-07-20T11:07:14.117ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0552 ms (550 iterations)
66092026-07-20T11:07:14.117ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
66102026-07-20T11:07:14.117Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66112026-07-20T11:07:14.117Z time: [3.0000 3.0000 3.0000 ]
66122026-07-20T11:07:14.117Z
66132026-07-20T11:07:14.117ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
66142026-07-20T11:07:14.117ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
66152026-07-20T11:07:14.117ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0091 ms (770 iterations)
66162026-07-20T11:07:14.117ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
66172026-07-20T11:07:14.118ZCriterion.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.
66182026-07-20T11:07:14.118Z
66192026-07-20T11:07:14.118ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
66202026-07-20T11:07:14.118ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
66212026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1051 ms (550 iterations)
66222026-07-20T11:07:14.121ZCriterion.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.
66232026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
66242026-07-20T11:07:14.121Z
66252026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66262026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66272026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0640 ms (825 iterations)
66282026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
66292026-07-20T11:07:14.121Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66302026-07-20T11:07:14.121Z time: [3.0000 3.0000 3.0000 ]
66312026-07-20T11:07:14.121Z
66322026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
66332026-07-20T11:07:14.121ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66342026-07-20T11:07:14.122ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0391 ms (495 iterations)
66352026-07-20T11:07:14.122ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
66362026-07-20T11:07:14.122Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
66372026-07-20T11:07:14.122Z time: [3.0000 3.0000 3.0000 ]
66382026-07-20T11:07:14.126Z
66392026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
66402026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
66412026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0249 ms (605 iterations)
66422026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
66432026-07-20T11:07:14.126ZCriterion.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.
66442026-07-20T11:07:14.126Z
66452026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
66462026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
66472026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0045 ms (440 iterations)
66482026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
66492026-07-20T11:07:14.126ZCriterion.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.
66502026-07-20T11:07:14.126Z
66512026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
66522026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
66532026-07-20T11:07:14.126ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0502 ms (880 iterations)
66542026-07-20T11:07:14.127ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
66552026-07-20T11:07:14.128Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
66562026-07-20T11:07:14.128Z time: [3.0000 3.0000 3.0000 ]
66572026-07-20T11:07:14.128Z
66582026-07-20T11:07:14.128ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
66592026-07-20T11:07:14.128ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66602026-07-20T11:07:14.128ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0976 ms (550 iterations)
66612026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
66622026-07-20T11:07:14.131Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
66632026-07-20T11:07:14.131Z time: [3.0000 3.0000 3.0000 ]
66642026-07-20T11:07:14.131Z
66652026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
66662026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
66672026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0678 ms (770 iterations)
66682026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
66692026-07-20T11:07:14.131ZCriterion.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.
66702026-07-20T11:07:14.131Z
66712026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
66722026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
66732026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0835 ms (495 iterations)
66742026-07-20T11:07:14.131ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
66752026-07-20T11:07:14.131ZCriterion.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.
66762026-07-20T11:07:14.131Z
66772026-07-20T11:07:14.131ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
66782026-07-20T11:07:14.131ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66792026-07-20T11:07:14.131ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0972 ms (275 iterations)
66802026-07-20T11:07:14.131ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
66812026-07-20T11:07:14.135Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
66822026-07-20T11:07:14.135Z time: [44.000 44.000 44.000 ]
66832026-07-20T11:07:14.135Z
66842026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
66852026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66862026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0157 ms (220 iterations)
66872026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
66882026-07-20T11:07:14.135Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
66892026-07-20T11:07:14.135Z time: [44.000 44.000 44.000 ]
66902026-07-20T11:07:14.135Z
66912026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
66922026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
66932026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0994 ms (330 iterations)
66942026-07-20T11:07:14.135ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
66952026-07-20T11:07:14.135Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
66962026-07-20T11:07:14.135Z time: [29.000 29.000 29.000 ]
66972026-07-20T11:07:14.136Z
66982026-07-20T11:07:14.136ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
66992026-07-20T11:07:14.136ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67002026-07-20T11:07:14.136ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0898 ms (275 iterations)
67012026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
67022026-07-20T11:07:14.140Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67032026-07-20T11:07:14.140Z time: [29.000 29.000 29.000 ]
67042026-07-20T11:07:14.140Z
67052026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67062026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
67072026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0249 ms (275 iterations)
67082026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
67092026-07-20T11:07:14.140Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67102026-07-20T11:07:14.140Z time: [43.000 43.000 43.000 ]
67112026-07-20T11:07:14.140Z
67122026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
67132026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67142026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1539 ms (275 iterations)
67152026-07-20T11:07:14.140ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
67162026-07-20T11:07:14.143Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
67172026-07-20T11:07:14.143Z time: [43.000 43.000 43.000 ]
67182026-07-20T11:07:14.143Z
67192026-07-20T11:07:14.143ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
67202026-07-20T11:07:14.143ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
67212026-07-20T11:07:14.143ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0036 ms (330 iterations)
67222026-07-20T11:07:14.143ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
67232026-07-20T11:07:14.143Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
67242026-07-20T11:07:14.143Z time: [28.000 28.000 28.000 ]
67252026-07-20T11:07:14.143Z
67262026-07-20T11:07:14.143ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
67272026-07-20T11:07:14.143ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
67282026-07-20T11:07:14.143ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0753 ms (275 iterations)
67292026-07-20T11:07:14.146ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
67302026-07-20T11:07:14.147Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
67312026-07-20T11:07:14.147Z time: [28.000 28.000 28.000 ]
67322026-07-20T11:07:14.147Z
67332026-07-20T11:07:14.147ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
67342026-07-20T11:07:14.147ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67352026-07-20T11:07:14.147ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1847 ms (275 iterations)
67362026-07-20T11:07:14.147ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
67372026-07-20T11:07:14.147Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
67382026-07-20T11:07:14.147Z time: [44.000 44.000 44.000 ]
67392026-07-20T11:07:14.147Z
67402026-07-20T11:07:14.147ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
67412026-07-20T11:07:14.147ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67422026-07-20T11:07:14.147ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0725 ms (220 iterations)
67432026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
67442026-07-20T11:07:14.150Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
67452026-07-20T11:07:14.150Z time: [44.000 44.000 44.000 ]
67462026-07-20T11:07:14.150Z
67472026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
67482026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
67492026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0567 ms (275 iterations)
67502026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
67512026-07-20T11:07:14.150Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
67522026-07-20T11:07:14.150Z time: [29.000 29.000 29.000 ]
67532026-07-20T11:07:14.150Z
67542026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
67552026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67562026-07-20T11:07:14.150ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1404 ms (275 iterations)
67572026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
67582026-07-20T11:07:14.154Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
67592026-07-20T11:07:14.154Z time: [29.000 29.000 29.000 ]
67602026-07-20T11:07:14.154Z
67612026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
67622026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
67632026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0987 ms (275 iterations)
67642026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
67652026-07-20T11:07:14.154Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
67662026-07-20T11:07:14.154Z time: [43.000 43.000 43.000 ]
67672026-07-20T11:07:14.154Z
67682026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
67692026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67702026-07-20T11:07:14.154ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2272 ms (275 iterations)
67712026-07-20T11:07:14.157ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
67722026-07-20T11:07:14.157Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
67732026-07-20T11:07:14.157Z time: [43.000 43.000 43.000 ]
67742026-07-20T11:07:14.157Z
67752026-07-20T11:07:14.157ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
67762026-07-20T11:07:14.157ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
67772026-07-20T11:07:14.158ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1057 ms (330 iterations)
67782026-07-20T11:07:14.158ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
67792026-07-20T11:07:14.158Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
67802026-07-20T11:07:14.158Z time: [28.000 28.000 28.000 ]
67812026-07-20T11:07:14.158Z
67822026-07-20T11:07:14.158ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
67832026-07-20T11:07:14.158ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
67842026-07-20T11:07:14.158ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1069 ms (275 iterations)
67852026-07-20T11:07:14.161ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
67862026-07-20T11:07:14.161Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
67872026-07-20T11:07:14.162Z time: [28.000 28.000 28.000 ]
67882026-07-20T11:07:14.162Z
67892026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
67902026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
67912026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0478 ms (715 iterations)
67922026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
67932026-07-20T11:07:14.162Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
67942026-07-20T11:07:14.162Z time: [3924.0 B 3924.0 B 3924.0 B]
67952026-07-20T11:07:14.162Z
67962026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
67972026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
67982026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0072 ms (715 iterations)
67992026-07-20T11:07:14.162ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
68002026-07-20T11:07:14.162Zprocess/Hairpin-DHCPv4/alloc_sz/Request
68012026-07-20T11:07:14.162Z time: [3924.0 B 3924.0 B 3924.0 B]
68022026-07-20T11:07:14.165Z
68032026-07-20T11:07:14.165ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
68042026-07-20T11:07:14.165ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
68052026-07-20T11:07:14.165ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0481 ms (550 iterations)
68062026-07-20T11:07:14.165ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
68072026-07-20T11:07:14.165Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
68082026-07-20T11:07:14.165Z time: [3988.0 B 3988.0 B 3988.0 B]
68092026-07-20T11:07:14.165Z
68102026-07-20T11:07:14.165ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
68112026-07-20T11:07:14.165ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
68122026-07-20T11:07:14.165ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0656 ms (550 iterations)
68132026-07-20T11:07:14.166ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
68142026-07-20T11:07:14.166Zprocess/Hairpin-DHCPv6/alloc_sz/Request
68152026-07-20T11:07:14.166Z time: [4386.0 B 4386.0 B 4386.0 B]
68162026-07-20T11:07:14.166Z
68172026-07-20T11:07:14.166ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
68182026-07-20T11:07:14.166ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
68192026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0278 ms (825 iterations)
68202026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
68212026-07-20T11:07:14.169Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
68222026-07-20T11:07:14.169Z time: [2888.0 B 2888.0 B 2888.0 B]
68232026-07-20T11:07:14.169Z
68242026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
68252026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
68262026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0148 ms (715 iterations)
68272026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
68282026-07-20T11:07:14.169Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
68292026-07-20T11:07:14.169Z time: [2873.0 B 2873.0 B 2873.0 B]
68302026-07-20T11:07:14.169Z
68312026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
68322026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
68332026-07-20T11:07:14.169ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0232 ms (715 iterations)
68342026-07-20T11:07:14.172ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
68352026-07-20T11:07:14.172Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
68362026-07-20T11:07:14.172Z time: [2926.0 B 2926.0 B 2926.0 B]
68372026-07-20T11:07:14.172Z
68382026-07-20T11:07:14.172ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
68392026-07-20T11:07:14.172ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
68402026-07-20T11:07:14.172ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0687 ms (770 iterations)
68412026-07-20T11:07:14.172ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
68422026-07-20T11:07:14.172Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
68432026-07-20T11:07:14.173Z time: [2910.0 B 2910.0 B 2910.0 B]
68442026-07-20T11:07:14.173Z
68452026-07-20T11:07:14.173ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
68462026-07-20T11:07:14.173ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
68472026-07-20T11:07:14.173ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0440 ms (825 iterations)
68482026-07-20T11:07:14.176ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
68492026-07-20T11:07:14.176Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
68502026-07-20T11:07:14.176Z time: [264.00 B 264.00 B 264.00 B]
68512026-07-20T11:07:14.176Z
68522026-07-20T11:07:14.176ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
68532026-07-20T11:07:14.176ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
68542026-07-20T11:07:14.176ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0895 ms (550 iterations)
68552026-07-20T11:07:14.176ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
68562026-07-20T11:07:14.176Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
68572026-07-20T11:07:14.176Z time: [264.00 B 264.00 B 264.00 B]
68582026-07-20T11:07:14.176Z
68592026-07-20T11:07:14.177ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
68602026-07-20T11:07:14.177ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
68612026-07-20T11:07:14.177ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0741 ms (770 iterations)
68622026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
68632026-07-20T11:07:14.180ZCriterion.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.
68642026-07-20T11:07:14.180Z
68652026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
68662026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
68672026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0466 ms (495 iterations)
68682026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
68692026-07-20T11:07:14.180ZCriterion.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.
68702026-07-20T11:07:14.180Z
68712026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
68722026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
68732026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0416 ms (935 iterations)
68742026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
68752026-07-20T11:07:14.180Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
68762026-07-20T11:07:14.180Z time: [264.00 B 264.00 B 264.00 B]
68772026-07-20T11:07:14.180Z
68782026-07-20T11:07:14.180ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
68792026-07-20T11:07:14.181ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68802026-07-20T11:07:14.181ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0299 ms (550 iterations)
68812026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
68822026-07-20T11:07:14.185Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
68832026-07-20T11:07:14.185Z time: [264.00 B 264.00 B 264.00 B]
68842026-07-20T11:07:14.185Z
68852026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
68862026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
68872026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0682 ms (825 iterations)
68882026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
68892026-07-20T11:07:14.185ZCriterion.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.
68902026-07-20T11:07:14.185Z
68912026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
68922026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
68932026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1094 ms (550 iterations)
68942026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
68952026-07-20T11:07:14.185ZCriterion.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.
68962026-07-20T11:07:14.185Z
68972026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
68982026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68992026-07-20T11:07:14.185ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0565 ms (825 iterations)
69002026-07-20T11:07:14.188ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
69012026-07-20T11:07:14.188Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
69022026-07-20T11:07:14.188Z time: [264.00 B 264.00 B 264.00 B]
69032026-07-20T11:07:14.188Z
69042026-07-20T11:07:14.188ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
69052026-07-20T11:07:14.188ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
69062026-07-20T11:07:14.188ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0351 ms (495 iterations)
69072026-07-20T11:07:14.188ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
69082026-07-20T11:07:14.188Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
69092026-07-20T11:07:14.188Z time: [264.00 B 264.00 B 264.00 B]
69102026-07-20T11:07:14.188Z
69112026-07-20T11:07:14.188ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
69122026-07-20T11:07:14.189ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
69132026-07-20T11:07:14.189ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0406 ms (715 iterations)
69142026-07-20T11:07:14.191ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
69152026-07-20T11:07:14.192ZCriterion.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.
69162026-07-20T11:07:14.192Z
69172026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
69182026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
69192026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1084 ms (495 iterations)
69202026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
69212026-07-20T11:07:14.192ZCriterion.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.
69222026-07-20T11:07:14.192Z
69232026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
69242026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
69252026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0439 ms (880 iterations)
69262026-07-20T11:07:14.192ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
69272026-07-20T11:07:14.196Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
69282026-07-20T11:07:14.196Z time: [264.00 B 264.00 B 264.00 B]
69292026-07-20T11:07:14.196Z
69302026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
69312026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
69322026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1031 ms (550 iterations)
69332026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
69342026-07-20T11:07:14.196Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
69352026-07-20T11:07:14.196Z time: [264.00 B 264.00 B 264.00 B]
69362026-07-20T11:07:14.196Z
69372026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
69382026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
69392026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0541 ms (770 iterations)
69402026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
69412026-07-20T11:07:14.196ZCriterion.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.
69422026-07-20T11:07:14.196Z
69432026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
69442026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
69452026-07-20T11:07:14.196ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0558 ms (495 iterations)
69462026-07-20T11:07:14.200ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
69472026-07-20T11:07:14.200ZCriterion.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.
69482026-07-20T11:07:14.200Z
69492026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
69502026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
69512026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0516 ms (275 iterations)
69522026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
69532026-07-20T11:07:14.200Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
69542026-07-20T11:07:14.200Z time: [8507.0 B 8507.0 B 8507.0 B]
69552026-07-20T11:07:14.200Z
69562026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
69572026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
69582026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2256 ms (275 iterations)
69592026-07-20T11:07:14.200ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
69602026-07-20T11:07:14.203Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
69612026-07-20T11:07:14.205Z time: [8507.0 B 8507.0 B 8507.0 B]
69622026-07-20T11:07:14.205Z
69632026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
69642026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
69652026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0967 ms (330 iterations)
69662026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
69672026-07-20T11:07:14.205Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
69682026-07-20T11:07:14.205Z time: [7016.0 B 7016.0 B 7016.0 B]
69692026-07-20T11:07:14.205Z
69702026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
69712026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
69722026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1061 ms (275 iterations)
69732026-07-20T11:07:14.205ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
69742026-07-20T11:07:14.205Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
69752026-07-20T11:07:14.205Z time: [7016.0 B 7016.0 B 7016.0 B]
69762026-07-20T11:07:14.208Z
69772026-07-20T11:07:14.208ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
69782026-07-20T11:07:14.208ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
69792026-07-20T11:07:14.208ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0101 ms (275 iterations)
69802026-07-20T11:07:14.208ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
69812026-07-20T11:07:14.209Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
69822026-07-20T11:07:14.209Z time: [8475.0 B 8475.0 B 8475.0 B]
69832026-07-20T11:07:14.209Z
69842026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
69852026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
69862026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1534 ms (275 iterations)
69872026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
69882026-07-20T11:07:14.209Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
69892026-07-20T11:07:14.209Z time: [8475.0 B 8475.0 B 8475.0 B]
69902026-07-20T11:07:14.209Z
69912026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
69922026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
69932026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1532 ms (385 iterations)
69942026-07-20T11:07:14.209ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
69952026-07-20T11:07:14.213Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
69962026-07-20T11:07:14.213Z time: [6984.0 B 6984.0 B 6984.0 B]
69972026-07-20T11:07:14.213Z
69982026-07-20T11:07:14.213ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
69992026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
70002026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0188 ms (275 iterations)
70012026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
70022026-07-20T11:07:14.214Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
70032026-07-20T11:07:14.214Z time: [6984.0 B 6984.0 B 6984.0 B]
70042026-07-20T11:07:14.214Z
70052026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
70062026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
70072026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.2004 ms (275 iterations)
70082026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
70092026-07-20T11:07:14.214Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
70102026-07-20T11:07:14.214Z time: [8507.0 B 8507.0 B 8507.0 B]
70112026-07-20T11:07:14.214Z
70122026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
70132026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
70142026-07-20T11:07:14.214ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0446 ms (220 iterations)
70152026-07-20T11:07:14.217ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
70162026-07-20T11:07:14.217Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
70172026-07-20T11:07:14.217Z time: [8507.0 B 8507.0 B 8507.0 B]
70182026-07-20T11:07:14.217Z
70192026-07-20T11:07:14.218ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
70202026-07-20T11:07:14.218ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
70212026-07-20T11:07:14.218ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1489 ms (330 iterations)
70222026-07-20T11:07:14.218ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
70232026-07-20T11:07:14.218Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
70242026-07-20T11:07:14.218Z time: [7016.0 B 7016.0 B 7016.0 B]
70252026-07-20T11:07:14.218Z
70262026-07-20T11:07:14.218ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
70272026-07-20T11:07:14.218ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
70282026-07-20T11:07:14.219ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1457 ms (275 iterations)
70292026-07-20T11:07:14.219ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
70302026-07-20T11:07:14.222Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
70312026-07-20T11:07:14.222Z time: [7016.0 B 7016.0 B 7016.0 B]
70322026-07-20T11:07:14.222Z
70332026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
70342026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
70352026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1318 ms (275 iterations)
70362026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
70372026-07-20T11:07:14.222Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
70382026-07-20T11:07:14.222Z time: [8475.0 B 8475.0 B 8475.0 B]
70392026-07-20T11:07:14.222Z
70402026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
70412026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
70422026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2204 ms (275 iterations)
70432026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
70442026-07-20T11:07:14.222Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
70452026-07-20T11:07:14.222Z time: [8475.0 B 8475.0 B 8475.0 B]
70462026-07-20T11:07:14.222Z
70472026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
70482026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
70492026-07-20T11:07:14.222ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0309 ms (330 iterations)
70502026-07-20T11:07:14.226ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
70512026-07-20T11:07:14.226Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
70522026-07-20T11:07:14.226Z time: [6984.0 B 6984.0 B 6984.0 B]
70532026-07-20T11:07:14.226Z
70542026-07-20T11:07:14.226ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
70552026-07-20T11:07:14.226ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
70562026-07-20T11:07:14.226ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1217 ms (275 iterations)
70572026-07-20T11:07:14.226ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
70582026-07-20T11:07:14.226Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
70592026-07-20T11:07:14.226Z time: [6984.0 B 6984.0 B 6984.0 B]
70602026-07-20T11:07:14.226Z
70612026-07-20T11:07:14.261Z+ cp -r target/criterion /work/bench-results
70622026-07-20T11:07:14.369Z+ cp -r target/xde-bench /work/bench-results
70632026-07-20T11:07:14.404Z+ pushd /work
70642026-07-20T11:07:14.404Z/work /work/oxidecomputer/opte
70652026-07-20T11:07:14.404Z+ tar -caf bench-results.tgz bench-results
70662026-07-20T11:07:14.785Z+ popd
70672026-07-20T11:07:14.785Z/work/oxidecomputer/opte
70682026-07-20T11:07:14.785Z+ cleanup
70692026-07-20T11:07:14.788Z++ id -un
70702026-07-20T11:07:14.791Z++ id -gn
70712026-07-20T11:07:14.791Z+ pfexec chown -R build:build .
70722026-07-20T11:07:14.850Z+ [[ -z 01KXZH4NXXD07RS0QHCFPTH4FX ]]
70732026-07-20T11:07:14.853Zprocess exited: duration 1888071 ms, exit code 0
 
70742026-07-20T11:07:14.866Zfound 1 output files
70752026-07-20T11:07:14.896Zuploading: /work/bench-results.tgz (4535069 bytes)
70762026-07-20T11:07:15.904Zuploaded: /work/bench-results.tgz