01KXZGY6CEYRSK2A3FBWA2RSF0: 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: 01KXZGZ2N7M15F9ZAB3GSBZN36

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:31:09.329Zjob dependencies complete; ready to run (waiting for 5 m 16 s)
22026-07-20T10:31:50.499Zjob assigned to worker 01KXZH8CY4TK8PDSCGR053P33R [factory aws, i-0a0400d0fed777bf2] (queued for 41 s)
32026-07-20T10:31:56.729Zdownloading input: /input/xde/work/debug/xde.dbg
42026-07-20T10:31:57.675Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-07-20T10:31:57.678Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-07-20T10:31:57.701Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-07-20T10:31:57.704Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-07-20T10:31:57.741Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-07-20T10:31:57.744Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-07-20T10:31:57.768Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-07-20T10:31:57.771Zdownloading input: /input/xde/work/release/xde
122026-07-20T10:31:58.331Zdownloaded input: /input/xde/work/release/xde
132026-07-20T10:31:58.334Zdownloading input: /input/xde/work/release/xde.sha256
142026-07-20T10:31:58.359Zdownloaded input: /input/xde/work/release/xde.sha256
152026-07-20T10:31:58.359Zdownloading input: /input/xde/work/release/xde_link.so
162026-07-20T10:31:58.384Zdownloaded input: /input/xde/work/release/xde_link.so
172026-07-20T10:31:58.384Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-07-20T10:31:58.409Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-07-20T10:31:58.412Zdownloading input: /input/xde/work/test/loopback
202026-07-20T10:31:58.956Zdownloaded input: /input/xde/work/test/loopback
212026-07-20T10:31:58.961Zdownloading input: /input/xde/work/test/multicast_rx
222026-07-20T10:31:59.509Zdownloaded input: /input/xde/work/test/multicast_rx
232026-07-20T10:31:59.513Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-07-20T10:32:00.105Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-07-20T10:32:00.108Zdownloading input: /input/xde/work/test/multicast_validation
262026-07-20T10:32:00.662Zdownloaded input: /input/xde/work/test/multicast_validation
272026-07-20T10:32:00.666Zdownloading input: /input/xde/work/test/multicast_source_filter
282026-07-20T10:32:01.261Zdownloaded input: /input/xde/work/test/multicast_source_filter
292026-07-20T10:32:01.265Zdownloading input: /input/xde/work/xde.conf
302026-07-20T10:32:01.333Zdownloaded input: /input/xde/work/xde.conf
 
312026-07-20T10:32:01.336Zstarting task 0: "setup"
322026-07-20T10:32:01.339Z++ uname -s
332026-07-20T10:32:01.339Z+ kern=SunOS
342026-07-20T10:32:01.343Z+ build_user=build
352026-07-20T10:32:01.344Z+ build_uid=12345
362026-07-20T10:32:01.344Z+ work_dir=/work
372026-07-20T10:32:01.344Z+ input_dir=/input
382026-07-20T10:32:01.344Z+ [[ 0 == 12345 ]]
392026-07-20T10:32:01.344Z+ case "$kern" in
402026-07-20T10:32:01.344Z+ groupadd -g 12345 build
412026-07-20T10:32:01.344Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
422026-07-20T10:32:03.348Z+ zfs create -o mountpoint=/work rpool/work
432026-07-20T10:32:03.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
442026-07-20T10:32:03.495Z+ home_fs=zfs
452026-07-20T10:32:03.495Z+ [[ zfs == autofs ]]
462026-07-20T10:32:03.495Z+ mkdir -p /home/build
472026-07-20T10:32:03.495Z+ chown build:build /home/build /work
482026-07-20T10:32:05.496Z+ chmod 0700 /home/build /work
492026-07-20T10:32:05.500Zprocess exited: duration 4165 ms, exit code 0
 
502026-07-20T10:32:05.506Zstarting task 1: "rust-toolchain"
512026-07-20T10:32:05.509Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
522026-07-20T10:32:05.509Z * rust toolchain channel = "1.97.1"
532026-07-20T10:32:05.509Z * rust toolchain profile = "default"
542026-07-20T10:32:05.509Z+ printf ' * rust toolchain profile = "%s"\n' default
552026-07-20T10:32:05.509Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
562026-07-20T10:32:05.510Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
572026-07-20T10:32:05.513Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
582026-07-20T10:32:05.513Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
592026-07-20T10:32:05.613Zinfo: downloading installer
602026-07-20T10:32:07.025Zwarn: It looks like you have an existing rustup settings file at:
612026-07-20T10:32:07.025Zwarn: /home/build/.rustup/settings.toml
622026-07-20T10:32:07.025Zwarn: Rustup will install the default toolchain as specified in the settings file,
632026-07-20T10:32:07.027Zwarn: instead of the one inferred from the default host triple.
642026-07-20T10:32:07.033Zinfo: profile set to default
652026-07-20T10:32:07.033Zinfo: default host triple is x86_64-unknown-illumos
662026-07-20T10:32:07.036Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
672026-07-20T10:32:07.180Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
682026-07-20T10:32:07.184Zinfo: downloading 6 components
692026-07-20T10:32:22.178Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
702026-07-20T10:32:22.178Z
712026-07-20T10:32:22.209Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
722026-07-20T10:32:22.209Z
732026-07-20T10:32:22.209Z
742026-07-20T10:32:22.209ZRust is installed now. Great!
752026-07-20T10:32:22.209Z
762026-07-20T10:32:22.212ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
772026-07-20T10:32:22.213Zenvironment variable. This has not been done automatically.
782026-07-20T10:32:22.213Z
792026-07-20T10:32:22.213ZTo configure your current shell, you need to source
802026-07-20T10:32:22.213Zthe corresponding env file under $HOME/.cargo.
812026-07-20T10:32:22.213Z
822026-07-20T10:32:22.213ZThis is usually done by running one of the following (note the leading DOT):
832026-07-20T10:32:22.213Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
842026-07-20T10:32:22.213Zsource "$HOME/.cargo/env.fish" # For fish
852026-07-20T10:32:22.213Zsource "~/.cargo/env.nu" # For nushell
862026-07-20T10:32:22.213Zsource "$HOME/.cargo/env.tcsh" # For tcsh
872026-07-20T10:32:22.213Z. "$HOME/.cargo/env.ps1" # For pwsh
882026-07-20T10:32:22.213Zsource "$HOME/.cargo/env.xsh" # For xonsh
892026-07-20T10:32:22.213Zwarn: no default linker (`cc`) was found in your PATH
902026-07-20T10:32:22.213Zwarn: many Rust crates require a system C toolchain to build
912026-07-20T10:32:22.297Z+ rustup --version
922026-07-20T10:32:22.306Zrustup 1.29.0 (28d1352db 2026-03-05)
932026-07-20T10:32:22.309Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
942026-07-20T10:32:22.327Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
952026-07-20T10:32:22.330Z+ cargo --version
962026-07-20T10:32:22.344Zcargo 1.97.1 (c980f4866 2026-06-30)
972026-07-20T10:32:22.347Z+ rustc --version
982026-07-20T10:32:22.365Zrustc 1.97.1 (8bab26f4f 2026-07-14)
992026-07-20T10:32:22.368Zprocess exited: duration 16862 ms, exit code 0
 
1002026-07-20T10:32:22.374Zstarting task 2: "authentication"
1012026-07-20T10:32:22.390Zprocess exited: duration 16 ms, exit code 0
 
1022026-07-20T10:32:22.396Zstarting task 3: "clone repository"
1032026-07-20T10:32:22.399Z+ mkdir -p /work/oxidecomputer/opte
1042026-07-20T10:32:22.402Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1052026-07-20T10:32:22.430ZCloning into '/work/oxidecomputer/opte'...
1062026-07-20T10:32:23.395Z+ cd /work/oxidecomputer/opte
1072026-07-20T10:32:23.395Z+ git fetch origin f04c4146ba7ad7a4df970fd938a817569f0d2d47
1082026-07-20T10:32:23.627ZFrom https://github.com/oxidecomputer/opte
1092026-07-20T10:32:23.627Z * branch f04c4146ba7ad7a4df970fd938a817569f0d2d47 -> FETCH_HEAD
1102026-07-20T10:32:23.633Z+ [[ -n renovate/rust-1.x ]]
1112026-07-20T10:32:23.636Z++ git branch --show-current
1122026-07-20T10:32:23.636Z+ current=master
1132026-07-20T10:32:23.636Z+ [[ master != renovate/rust-1.x ]]
1142026-07-20T10:32:23.636Z+ git branch -f renovate/rust-1.x f04c4146ba7ad7a4df970fd938a817569f0d2d47
1152026-07-20T10:32:23.638Z+ git checkout -f renovate/rust-1.x
1162026-07-20T10:32:23.655ZSwitched to branch 'renovate/rust-1.x'
1172026-07-20T10:32:23.658Z+ git reset --hard f04c4146ba7ad7a4df970fd938a817569f0d2d47
1182026-07-20T10:32:23.672ZHEAD is now at f04c414 One (1) clippy fix
1192026-07-20T10:32:23.674Zprocess exited: duration 1276 ms, exit code 0
 
1202026-07-20T10:32:23.682Zstarting task 4: "build"
1212026-07-20T10:32:23.685Z+ source .github/buildomat/common.sh
1222026-07-20T10:32:23.685Z++ rustup show active-toolchain
1232026-07-20T10:32:23.690Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1242026-07-20T10:32:23.693Z++ pushd xde
1252026-07-20T10:32:23.693Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1262026-07-20T10:32:23.693Z++ rustup show active-toolchain
1272026-07-20T10:32:23.696Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1282026-07-20T10:32:23.841Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1292026-07-20T10:32:23.844Zinfo: downloading 6 components
1302026-07-20T10:32:38.382Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1312026-07-20T10:32:38.458Z+++ rustup show active-toolchain -v
1322026-07-20T10:32:38.461Z+++ head -n 1
1332026-07-20T10:32:38.462Z+++ cut '-d ' -f1
1342026-07-20T10:32:38.512Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1352026-07-20T10:32:38.512Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1362026-07-20T10:32:38.513Z++ popd
1372026-07-20T10:32:38.516Z/work/oxidecomputer/opte
1382026-07-20T10:32:38.516Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1392026-07-20T10:32:39.578Z Startup: Refreshing catalog 'helios' ... Done
1402026-07-20T10:32:39.755Z Startup: Caching catalogs ... Done
1412026-07-20T10:32:40.616ZPlanning: Solver setup ... Done
1422026-07-20T10:32:40.653ZPlanning: Running solver ... Done
1432026-07-20T10:32:40.674ZPlanning: Finding local manifests ... Done
1442026-07-20T10:32:40.686ZPlanning: Fetching manifests: 0/6 0% complete
1452026-07-20T10:32:40.709ZPlanning: Fetching manifests: 6/6 100% complete
1462026-07-20T10:32:40.721ZPlanning: Package planning ... Done
1472026-07-20T10:32:40.724ZPlanning: Merging actions ... Done
1482026-07-20T10:32:40.966ZPlanning: Checking for conflicting actions ... Done
1492026-07-20T10:32:40.968ZPlanning: Consolidating action changes ... Done
1502026-07-20T10:32:41.775ZPlanning: Evaluating mediators ... Done
1512026-07-20T10:32:41.778ZPlanning: Planning completed in 2.00 seconds
1522026-07-20T10:32:41.784Z Packages to install: 6
1532026-07-20T10:32:41.786Z Services to change: 2
1542026-07-20T10:32:41.787Z Create boot environment: No
1552026-07-20T10:32:41.790ZCreate backup boot environment: No
1562026-07-20T10:32:41.807Z
1572026-07-20T10:32:41.807ZDownload: 0/22 items 0.0/15.3MB 0% complete
1582026-07-20T10:32:41.956ZDownload: Completed 15.34 MB in 0.15 seconds (103M/s)
1592026-07-20T10:32:42.064Z Actions: 1/110 actions (Installing new actions)
1602026-07-20T10:32:42.474Z Actions: Completed 110 actions in 0.41 seconds.
1612026-07-20T10:32:42.491ZFinalize: Updating package state database ... Done
1622026-07-20T10:32:42.494ZFinalize: Updating package cache ... Done
1632026-07-20T10:32:42.537ZFinalize: Updating image state ... Done
1642026-07-20T10:32:45.120ZFinalize: Creating fast lookup database ... Done
1652026-07-20T10:32:45.188ZFinalize: Reading search index ... Done
1662026-07-20T10:32:45.191ZFinalize: Updating search index ... Done
1672026-07-20T10:32:49.864ZFinalize: Updating package cache ... Done
1682026-07-20T10:32:49.980Z+ [[ -z 01KXZGZ2N7M15F9ZAB3GSBZN36 ]]
1692026-07-20T10:32:49.980Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1702026-07-20T10:32:50.935Zincorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23972:20260505T184707Z
1712026-07-20T10:32:50.936Zentire = pkg://helios/entire@3-3.0:20260212T145552Z
1722026-07-20T10:32:50.936Zinstall = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
1732026-07-20T10:32:50.936Zinstall = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
1742026-07-20T10:32:50.940Ztempdir @ "/tmp/.tmpZnWF4C/tmp"
1752026-07-20T10:32:50.940Zimage root @ "/tmp/.tmpZnWF4C/tmp/root"
1762026-07-20T10:32:50.940Zcreating image...
1772026-07-20T10:32:51.218Zcopying publishers...
1782026-07-20T10:32:51.969Zadding properties...
1792026-07-20T10:32:52.673Zinstalling packages...
1802026-07-20T10:33:00.930Zseeding SMF database...
1812026-07-20T10:33:05.221Zconfiguring SMF profile...
1822026-07-20T10:33:05.221Zmodifying shadow(5)...
1832026-07-20T10:33:05.224Zloading user and group database...
1842026-07-20T10:33:05.224Zloading facet selections...
1852026-07-20T10:33:05.508Z devel -> true
1862026-07-20T10:33:05.508Z doc.man -> true
1872026-07-20T10:33:05.508Z entire.service/hal -> true
1882026-07-20T10:33:05.508Z entire.service/network/smtp/dma -> true
1892026-07-20T10:33:05.508Z locale.ar -> true
1902026-07-20T10:33:05.509Z locale.ca -> true
1912026-07-20T10:33:05.510Z locale.cs -> true
1922026-07-20T10:33:05.510Z locale.de -> true
1932026-07-20T10:33:05.510Z locale.es -> true
1942026-07-20T10:33:05.510Z locale.fr -> true
1952026-07-20T10:33:05.510Z locale.he -> true
1962026-07-20T10:33:05.510Z locale.hu -> true
1972026-07-20T10:33:05.510Z locale.id -> true
1982026-07-20T10:33:05.510Z locale.it -> true
1992026-07-20T10:33:05.510Z locale.ja -> true
2002026-07-20T10:33:05.510Z locale.ko -> true
2012026-07-20T10:33:05.510Z locale.nl -> true
2022026-07-20T10:33:05.510Z locale.pl -> true
2032026-07-20T10:33:05.510Z locale.pt_BR -> true
2042026-07-20T10:33:05.510Z locale.ru -> true
2052026-07-20T10:33:05.510Z locale.sk -> true
2062026-07-20T10:33:05.510Z locale.sv -> true
2072026-07-20T10:33:05.510Z locale.zh_CN -> true
2082026-07-20T10:33:05.510Z locale.zh_HK -> true
2092026-07-20T10:33:05.510Z locale.zh_TW -> true
2102026-07-20T10:33:05.510Z onu.ooceonly -> true
2112026-07-20T10:33:05.510Z version-lock.shell/ksh93 -> true
2122026-07-20T10:33:05.510Z version-lock.system/data/hardware-registry -> true
2132026-07-20T10:33:05.510Z version-lock.system/data/zoneinfo -> true
2142026-07-20T10:33:05.510Z version-lock.system/microcode/amd -> true
2152026-07-20T10:33:05.510Z version-lock.system/microcode/intel -> true
2162026-07-20T10:33:05.510Z version-lock.system/microcode/oxide -> true
2172026-07-20T10:33:05.510Zassessing packaged files...
2182026-07-20T10:33:06.972Zcreating archive...
2192026-07-20T10:33:06.998Zmissing from packaging:
2202026-07-20T10:33:06.998Z "etc/.pwd.lock"
2212026-07-20T10:33:07.003Z "etc/svc/profile/generic.xml"
2222026-07-20T10:33:07.003Z "etc/svc/profile/inetd_services.xml"
2232026-07-20T10:33:07.003Z "etc/svc/profile/name_service.xml"
2242026-07-20T10:33:07.006Z "etc/svc/profile/platform.xml"
2252026-07-20T10:33:07.006Z "etc/svc/profile/platform_omicron1.xml"
2262026-07-20T10:33:07.006Z "etc/svc/repository.db"
2272026-07-20T10:33:07.006Z
2282026-07-20T10:33:07.010Z
2292026-07-20T10:33:07.010Zfinishing archive...
2302026-07-20T10:33:07.652Zcreating gzonly manifest...
2312026-07-20T10:33:07.655Zok
2322026-07-20T10:33:07.717Z+ trap cleanup EXIT
2332026-07-20T10:33:07.720Z+ OUT_DIR=/work/bench-results
2342026-07-20T10:33:07.720Z+ mkdir -p /work/bench-results
2352026-07-20T10:33:07.720Z+ mkdir -p target/criterion
2362026-07-20T10:33:07.723Z+ mkdir -p target/xde-bench
2372026-07-20T10:33:07.723Z+ banner collect
2382026-07-20T10:33:07.726Z
2392026-07-20T10:33:07.726Z #### #### # # ###### #### #####
2402026-07-20T10:33:07.726Z # # # # # # # # # #
2412026-07-20T10:33:07.726Z # # # # # ##### # #
2422026-07-20T10:33:07.726Z # # # # # # # #
2432026-07-20T10:33:07.726Z # # # # # # # # # #
2442026-07-20T10:33:07.726Z #### #### ###### ###### ###### #### #
2452026-07-20T10:33:07.726Z
2462026-07-20T10:33:07.726Z++ cat .git/refs/heads/master
2472026-07-20T10:33:07.726Z+ BASELINE_COMMIT=ba40b8fc27c6233dbc3942b0df73d250eb74c077
2482026-07-20T10:33:07.726Z+ [[ renovate/rust-1.x == \m\a\s\t\e\r ]]
2492026-07-20T10:33:07.726Z+ get_artifact opte benchmark ba40b8fc27c6233dbc3942b0df73d250eb74c077 bench-results.tgz
2502026-07-20T10:33:07.726Z+ local curl_res
2512026-07-20T10:33:07.726Z+ repo=opte
2522026-07-20T10:33:07.726Z+ series=benchmark
2532026-07-20T10:33:07.726Z+ commit=ba40b8fc27c6233dbc3942b0df73d250eb74c077
2542026-07-20T10:33:07.726Z+ name=bench-results.tgz
2552026-07-20T10:33:07.726Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2562026-07-20T10:33:07.727Z+ mkdir -p download
2572026-07-20T10:33:07.730Z+ pushd download
2582026-07-20T10:33:07.730Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2592026-07-20T10:33:07.730Z+ [[ ! -f bench-results.tgz ]]
2602026-07-20T10:33:07.730Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/ba40b8fc27c6233dbc3942b0df73d250eb74c077/bench-results.tgz
2612026-07-20T10:33:07.733Z % Total % Received % Xferd Average Speed Time Time Time Current
2622026-07-20T10:33:07.736Z Dload Upload Total Spent Left Speed
2632026-07-20T10:33:07.772Z 0 0 0 0 0 0 0 0 0
2642026-07-20T10:33:07.772Zcurl: (22) The requested URL returned error: 404
2652026-07-20T10:33:07.775Z+ curl_res=22
2662026-07-20T10:33:07.775Z+ popd
2672026-07-20T10:33:07.775Z/work/oxidecomputer/opte
2682026-07-20T10:33:07.775Z+ return 22
2692026-07-20T10:33:07.775Z+ echo 'Baseline results not found for branch '\''master'\''. Running without comparison.'
2702026-07-20T10:33:07.775ZBaseline results not found for branch 'master'. Running without comparison.
2712026-07-20T10:33:07.775Z+ [[ '' -eq 1 ]]
2722026-07-20T10:33:07.775Z+ uname -a
2732026-07-20T10:33:07.776ZSunOS w-01KXZH8CY4TK8PDSCGR053P33R 5.11 helios-3.0.23972 i86pc i386 i86pc
2742026-07-20T10:33:07.776Z+ cat /etc/versions/build
2752026-07-20T10:33:07.779Zheads/stlouis-0-gd5af107c55
2762026-07-20T10:33:07.779Z+ dladm
2772026-07-20T10:33:07.779ZLINK CLASS MTU STATE BRIDGE OVER
2782026-07-20T10:33:07.779Zena0 phys 9216 up -- --
2792026-07-20T10:33:07.779Z+ ipadm
2802026-07-20T10:33:07.783ZADDROBJ TYPE STATE ADDR
2812026-07-20T10:33:07.783Zlo0/v4 static ok 127.0.0.1/8
2822026-07-20T10:33:07.783Zena0/dhcp dhcp ok 10.150.1.213/24
2832026-07-20T10:33:07.783Zlo0/v6 static ok ::1/128
2842026-07-20T10:33:07.783Z+ pfexec rem_drv xde
2852026-07-20T10:33:07.789Z+ set -o errexit
2862026-07-20T10:33:07.789Z+ set -o pipefail
2872026-07-20T10:33:07.792Z+ banner prepare
2882026-07-20T10:33:07.792Z
2892026-07-20T10:33:07.792Z ##### ##### ###### ##### ## ##### ######
2902026-07-20T10:33:07.792Z # # # # # # # # # # # #
2912026-07-20T10:33:07.792Z # # # # ##### # # # # # # #####
2922026-07-20T10:33:07.792Z ##### ##### # ##### ###### ##### #
2932026-07-20T10:33:07.792Z # # # # # # # # # #
2942026-07-20T10:33:07.792Z # # # ###### # # # # # ######
2952026-07-20T10:33:07.792Z
2962026-07-20T10:33:07.792Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2972026-07-20T10:33:07.795Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2982026-07-20T10:33:07.860Z+ pfexec add_drv xde
2992026-07-20T10:33:08.176Z+ banner bench
3002026-07-20T10:33:08.179Z
3012026-07-20T10:33:08.179Z ##### ###### # # #### # #
3022026-07-20T10:33:08.179Z # # # ## # # # # #
3032026-07-20T10:33:08.179Z ##### ##### # # # # ######
3042026-07-20T10:33:08.179Z # # # # # # # # #
3052026-07-20T10:33:08.179Z # # # # ## # # # #
3062026-07-20T10:33:08.179Z ##### ###### # # #### # #
3072026-07-20T10:33:08.179Z
3082026-07-20T10:33:08.179Z+ cargo kbench local
3092026-07-20T10:33:08.285Z Updating crates.io index
3102026-07-20T10:33:08.290Z Updating git repository `https://github.com/oxidecomputer/falcon`
3112026-07-20T10:33:09.244Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122026-07-20T10:33:09.499Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-07-20T10:33:09.840Z Updating git repository `https://github.com/oxidecomputer/zone`
3142026-07-20T10:33:10.116Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-07-20T10:33:10.364Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-07-20T10:33:10.612Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-07-20T10:33:12.354Z Downloading crates ...
3182026-07-20T10:33:12.397Z Downloaded bitflags v1.3.2
3192026-07-20T10:33:12.404Z Downloaded alloca v0.4.0
3202026-07-20T10:33:12.407Z Downloaded bitflags v2.13.0
3212026-07-20T10:33:12.409Z Downloaded autocfg v1.5.1
3222026-07-20T10:33:12.412Z Downloaded anes v0.1.6
3232026-07-20T10:33:12.424Z Downloaded cfg_aliases v0.2.1
3242026-07-20T10:33:12.426Z Downloaded darling_macro v0.21.3
3252026-07-20T10:33:12.426Z Downloaded aho-corasick v1.1.4
3262026-07-20T10:33:12.429Z Downloaded ciborium-io v0.2.2
3272026-07-20T10:33:12.429Z Downloaded darling v0.21.3
3282026-07-20T10:33:12.432Z Downloaded log v0.4.33
3292026-07-20T10:33:12.432Z Downloaded clap v4.6.1
3302026-07-20T10:33:12.436Z Downloaded cobs v0.3.0
3312026-07-20T10:33:12.440Z Downloaded once_cell v1.21.4
3322026-07-20T10:33:12.440Z Downloaded slab v0.4.12
3332026-07-20T10:33:12.440Z Downloaded terminal_size v0.4.4
3342026-07-20T10:33:12.440Z Downloaded embedded-io v0.4.0
3352026-07-20T10:33:12.440Z Downloaded num-conv v0.2.2
3362026-07-20T10:33:12.443Z Downloaded slog-async v2.8.0
3372026-07-20T10:33:12.443Z Downloaded ciborium-ll v0.2.2
3382026-07-20T10:33:12.443Z Downloaded cpufeatures v0.3.0
3392026-07-20T10:33:12.443Z Downloaded anstyle-query v1.1.5
3402026-07-20T10:33:12.443Z Downloaded cfg-if v1.0.4
3412026-07-20T10:33:12.446Z Downloaded num_enum v0.7.6
3422026-07-20T10:33:12.446Z Downloaded find-msvc-tools v0.1.9
3432026-07-20T10:33:12.449Z Downloaded cast v0.3.0
3442026-07-20T10:33:12.449Z Downloaded colorchoice v1.0.5
3452026-07-20T10:33:12.452Z Downloaded errno v0.3.14
3462026-07-20T10:33:12.457Z Downloaded plotters-svg v0.3.7
3472026-07-20T10:33:12.460Z Downloaded powerfmt v0.2.0
3482026-07-20T10:33:12.460Z Downloaded futures-io v0.3.32
3492026-07-20T10:33:12.463Z Downloaded foreign-types-shared v0.3.1
3502026-07-20T10:33:12.463Z Downloaded futures-macro v0.3.32
3512026-07-20T10:33:12.466Z Downloaded clap_lex v1.1.0
3522026-07-20T10:33:12.466Z Downloaded foreign-types-macros v0.2.3
3532026-07-20T10:33:12.466Z Downloaded dtor v0.8.1
3542026-07-20T10:33:12.466Z Downloaded rusticata-macros v5.0.0
3552026-07-20T10:33:12.466Z Downloaded proc-macro-crate v3.5.0
3562026-07-20T10:33:12.469Z Downloaded circular v0.3.0
3572026-07-20T10:33:12.469Z Downloaded darling_macro v0.23.0
3582026-07-20T10:33:12.469Z Downloaded futures-core v0.3.32
3592026-07-20T10:33:12.472Z Downloaded page_size v0.6.0
3602026-07-20T10:33:12.472Z Downloaded socket2 v0.6.4
3612026-07-20T10:33:12.475Z Downloaded ref-cast v1.0.25
3622026-07-20T10:33:12.478Z Downloaded same-file v1.0.6
3632026-07-20T10:33:12.485Z Downloaded defmt v0.3.100
3642026-07-20T10:33:12.487Z Downloaded fnv v1.0.7
3652026-07-20T10:33:12.488Z Downloaded futures-sink v0.3.32
3662026-07-20T10:33:12.488Z Downloaded ident_case v1.0.1
3672026-07-20T10:33:12.488Z Downloaded futures-task v0.3.32
3682026-07-20T10:33:12.490Z Downloaded cstr-argument v0.1.2
3692026-07-20T10:33:12.492Z Downloaded ctor-proc-macro v0.0.13
3702026-07-20T10:33:12.492Z Downloaded dtor-proc-macro v0.0.13
3712026-07-20T10:33:12.492Z Downloaded hash32 v0.3.1
3722026-07-20T10:33:12.495Z Downloaded ref-cast-impl v1.0.25
3732026-07-20T10:33:12.498Z Downloaded dyn-clone v1.0.20
3742026-07-20T10:33:12.498Z Downloaded foreign-types v0.5.0
3752026-07-20T10:33:12.501Z Downloaded slog-envlogger v2.2.0
3762026-07-20T10:33:12.501Z Downloaded is-terminal v0.4.17
3772026-07-20T10:33:12.501Z Downloaded proc-macro-error-attr v1.0.4
3782026-07-20T10:33:12.504Z Downloaded link-section v0.2.1
3792026-07-20T10:33:12.507Z Downloaded utf8parse v0.2.2
3802026-07-20T10:33:12.510Z Downloaded stable_deref_trait v1.2.1
3812026-07-20T10:33:12.510Z Downloaded strsim v0.11.1
3822026-07-20T10:33:12.511Z Downloaded pretty-hex v0.4.2
3832026-07-20T10:33:12.515Z Downloaded num-traits v0.2.19
3842026-07-20T10:33:12.515Z Downloaded defmt-parser v1.0.0
3852026-07-20T10:33:12.515Z Downloaded lazy_static v1.5.0
3862026-07-20T10:33:12.518Z Downloaded macaddr v1.0.1
3872026-07-20T10:33:12.518Z Downloaded equivalent v1.0.2
3882026-07-20T10:33:12.518Z Downloaded oorandom v11.1.5
3892026-07-20T10:33:12.518Z Downloaded proc-macro-error v1.0.4
3902026-07-20T10:33:12.521Z Downloaded rustversion v1.0.22
3912026-07-20T10:33:12.521Z Downloaded slog-stdlog v4.1.1
3922026-07-20T10:33:12.521Z Downloaded num_enum_derive v0.7.6
3932026-07-20T10:33:12.521Z Downloaded pin-project-lite v0.2.17
3942026-07-20T10:33:12.524Z Downloaded thread_local v1.1.9
3952026-07-20T10:33:12.526Z Downloaded embedded-io v0.6.1
3962026-07-20T10:33:12.526Z Downloaded is_terminal_polyfill v1.70.2
3972026-07-20T10:33:12.527Z Downloaded byteorder v1.5.0
3982026-07-20T10:33:12.527Z Downloaded itoa v1.0.18
3992026-07-20T10:33:12.529Z Downloaded quote v1.0.46
4002026-07-20T10:33:12.532Z Downloaded crossbeam-deque v0.8.6
4012026-07-20T10:33:12.532Z Downloaded ctor v0.10.1
4022026-07-20T10:33:12.537Z Downloaded either v1.16.0
4032026-07-20T10:33:12.537Z Downloaded heck v0.4.1
4042026-07-20T10:33:12.537Z Downloaded ingot-types v0.1.2
4052026-07-20T10:33:12.540Z Downloaded chacha20 v0.10.1
4062026-07-20T10:33:12.540Z Downloaded darling v0.23.0
4072026-07-20T10:33:12.540Z Downloaded time-core v0.1.9
4082026-07-20T10:33:12.542Z Downloaded take_mut v0.2.2
4092026-07-20T10:33:12.542Z Downloaded plotters-backend v0.3.7
4102026-07-20T10:33:12.542Z Downloaded slog-scope v4.4.1
4112026-07-20T10:33:12.542Z Downloaded version_check v0.9.5
4122026-07-20T10:33:12.542Z Downloaded zmij v1.0.21
4132026-07-20T10:33:12.545Z Downloaded defmt-macros v1.1.1
4142026-07-20T10:33:12.545Z Downloaded anstyle v1.0.14
4152026-07-20T10:33:12.548Z Downloaded anstyle-parse v1.0.0
4162026-07-20T10:33:12.548Z Downloaded cookie-factory v0.3.3
4172026-07-20T10:33:12.548Z Downloaded futures-executor v0.3.32
4182026-07-20T10:33:12.548Z Downloaded heck v0.5.0
4192026-07-20T10:33:12.550Z Downloaded tabwriter v1.4.1
4202026-07-20T10:33:12.553Z Downloaded slog-term v2.9.2
4212026-07-20T10:33:12.553Z Downloaded deranged v0.5.8
4222026-07-20T10:33:12.556Z Downloaded erased-serde v0.3.31
4232026-07-20T10:33:12.556Z Downloaded ipnetwork v0.21.1
4242026-07-20T10:33:12.557Z Downloaded walkdir v2.5.0
4252026-07-20T10:33:12.560Z Downloaded shlex v2.0.1
4262026-07-20T10:33:12.560Z Downloaded thiserror-impl v1.0.69
4272026-07-20T10:33:12.560Z Downloaded tinytemplate v1.2.1
4282026-07-20T10:33:12.560Z Downloaded thiserror v2.0.18
4292026-07-20T10:33:12.562Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4302026-07-20T10:33:12.565Z Downloaded ingot v0.1.1
4312026-07-20T10:33:12.565Z Downloaded managed v0.8.0
4322026-07-20T10:33:12.565Z Downloaded oxnet v0.1.6
4332026-07-20T10:33:12.565Z Downloaded thiserror v1.0.69
4342026-07-20T10:33:12.568Z Downloaded criterion-plot v0.8.2
4352026-07-20T10:33:12.571Z Downloaded thiserror-impl v2.0.18
4362026-07-20T10:33:12.574Z Downloaded crc32fast v1.5.0
4372026-07-20T10:33:12.574Z Downloaded defmt v1.1.1
4382026-07-20T10:33:12.577Z Downloaded rand_core v0.10.1
4392026-07-20T10:33:12.579Z Downloaded anyhow v1.0.103
4402026-07-20T10:33:12.582Z Downloaded postcard v1.1.3
4412026-07-20T10:33:12.585Z Downloaded anstream v1.0.0
4422026-07-20T10:33:12.585Z Downloaded colored v3.1.1
4432026-07-20T10:33:12.587Z Downloaded crossbeam-epoch v0.9.18
4442026-07-20T10:33:12.587Z Downloaded ciborium v0.2.2
4452026-07-20T10:33:12.590Z Downloaded clap_derive v4.6.1
4462026-07-20T10:33:12.590Z Downloaded futures-channel v0.3.32
4472026-07-20T10:33:12.590Z Downloaded term v1.2.1
4482026-07-20T10:33:12.593Z Downloaded time-macros v0.2.31
4492026-07-20T10:33:12.593Z Downloaded tracing-attributes v0.1.31
4502026-07-20T10:33:12.596Z Downloaded iana-time-zone v0.1.65
4512026-07-20T10:33:12.598Z Downloaded ingot-macros v0.1.1
4522026-07-20T10:33:12.602Z Downloaded serde_derive v1.0.228
4532026-07-20T10:33:12.604Z Downloaded crossbeam-utils v0.8.21
4542026-07-20T10:33:12.607Z Downloaded toml_parser v1.1.2+spec-1.1.0
4552026-07-20T10:33:12.610Z Downloaded uuid v1.23.4
4562026-07-20T10:33:12.610Z Downloaded getrandom v0.4.3
4572026-07-20T10:33:12.615Z Downloaded slog v2.8.2
4582026-07-20T10:33:12.618Z Downloaded futures v0.3.32
4592026-07-20T10:33:12.621Z Downloaded arc-swap v1.9.2
4602026-07-20T10:33:12.624Z Downloaded unicode-ident v1.0.24
4612026-07-20T10:33:12.627Z Downloaded darling_core v0.23.0
4622026-07-20T10:33:12.632Z Downloaded half v2.7.1
4632026-07-20T10:33:12.632Z Downloaded rayon-core v1.13.0
4642026-07-20T10:33:12.634Z Downloaded serde_core v1.0.228
4652026-07-20T10:33:12.636Z Downloaded heapless v0.8.0
4662026-07-20T10:33:12.639Z Downloaded darling_core v0.21.3
4672026-07-20T10:33:12.639Z Downloaded proc-macro2 v1.0.106
4682026-07-20T10:33:12.641Z Downloaded cc v1.2.66
4692026-07-20T10:33:12.645Z Downloaded tracing-core v0.1.36
4702026-07-20T10:33:12.651Z Downloaded crossbeam-channel v0.5.15
4712026-07-20T10:33:12.669Z Downloaded indexmap v2.14.0
4722026-07-20T10:33:12.678Z Downloaded toml_edit v0.25.12+spec-1.1.0
4732026-07-20T10:33:12.681Z Downloaded zerocopy-derive v0.8.52
4742026-07-20T10:33:12.687Z Downloaded serde v1.0.228
4752026-07-20T10:33:12.690Z Downloaded criterion v0.8.2
4762026-07-20T10:33:12.694Z Downloaded itertools v0.12.1
4772026-07-20T10:33:12.697Z Downloaded itertools v0.13.0
4782026-07-20T10:33:12.701Z Downloaded hashbrown v0.17.1
4792026-07-20T10:33:12.704Z Downloaded itertools v0.14.0
4802026-07-20T10:33:12.707Z Downloaded memchr v2.8.2
4812026-07-20T10:33:12.710Z Downloaded nom v8.0.0
4822026-07-20T10:33:12.712Z Downloaded clap_builder v4.6.0
4832026-07-20T10:33:12.715Z Downloaded futures-util v0.3.32
4842026-07-20T10:33:12.722Z Downloaded itertools v0.15.0
4852026-07-20T10:33:12.725Z Downloaded rand v0.10.2
4862026-07-20T10:33:12.728Z Downloaded chrono v0.4.45
4872026-07-20T10:33:12.742Z Downloaded plotters v0.3.7
4882026-07-20T10:33:12.753Z Downloaded libc v0.2.186
4892026-07-20T10:33:12.771Z Downloaded serde_json v1.0.150
4902026-07-20T10:33:12.775Z Downloaded regex v1.12.4
4912026-07-20T10:33:12.780Z Downloaded pcap-parser v0.17.0
4922026-07-20T10:33:12.790Z Downloaded rayon v1.12.0
4932026-07-20T10:33:12.811Z Downloaded winnow v1.0.3
4942026-07-20T10:33:12.859Z Downloaded syn v1.0.109
4952026-07-20T10:33:12.876Z Downloaded unicode-width v0.2.2
4962026-07-20T10:33:12.879Z Downloaded time v0.3.53
4972026-07-20T10:33:12.886Z Downloaded zerocopy v0.8.52
4982026-07-20T10:33:12.895Z Downloaded smoltcp v0.11.0
4992026-07-20T10:33:12.901Z Downloaded syn v2.0.118
5002026-07-20T10:33:12.907Z Downloaded nix v0.31.3
5012026-07-20T10:33:12.914Z Downloaded regex-syntax v0.8.11
5022026-07-20T10:33:12.917Z Downloaded rustix v1.1.4
5032026-07-20T10:33:12.930Z Downloaded tracing v0.1.44
5042026-07-20T10:33:12.940Z Downloaded regex-automata v0.4.14
5052026-07-20T10:33:13.006Z Compiling proc-macro2 v1.0.106
5062026-07-20T10:33:13.006Z Compiling quote v1.0.46
5072026-07-20T10:33:13.006Z Compiling unicode-ident v1.0.24
5082026-07-20T10:33:13.007Z Compiling serde_core v1.0.228
5092026-07-20T10:33:13.007Z Compiling cfg-if v1.0.4
5102026-07-20T10:33:13.007Z Compiling libc v0.2.186
5112026-07-20T10:33:13.009Z Compiling memchr v2.8.2
5122026-07-20T10:33:13.009Z Compiling serde v1.0.228
5132026-07-20T10:33:13.182Z Compiling rustversion v1.0.22
5142026-07-20T10:33:13.240Z Compiling ident_case v1.0.1
5152026-07-20T10:33:13.354Z Compiling strsim v0.11.1
5162026-07-20T10:33:13.483Z Compiling version_check v0.9.5
5172026-07-20T10:33:13.491Z Compiling zerocopy v0.8.52
5182026-07-20T10:33:13.643Z Compiling thiserror v2.0.18
5192026-07-20T10:33:13.768Z Compiling either v1.16.0
5202026-07-20T10:33:13.989Z Compiling fnv v1.0.7
5212026-07-20T10:33:14.048Z Compiling crossbeam-utils v0.8.21
5222026-07-20T10:33:14.058Z Compiling pin-project-lite v0.2.17
5232026-07-20T10:33:14.078Z Compiling syn v1.0.109
5242026-07-20T10:33:14.152Z Compiling regex-syntax v0.8.11
5252026-07-20T10:33:14.169Z Compiling hashbrown v0.17.1
5262026-07-20T10:33:14.333Z Compiling syn v2.0.118
5272026-07-20T10:33:14.345Z Compiling aho-corasick v1.1.4
5282026-07-20T10:33:14.433Z Compiling equivalent v1.0.2
5292026-07-20T10:33:14.481Z Compiling winnow v1.0.3
5302026-07-20T10:33:14.601Z Compiling itertools v0.14.0
5312026-07-20T10:33:14.710Z Compiling indexmap v2.14.0
5322026-07-20T10:33:15.480Z Compiling bitflags v2.13.0
5332026-07-20T10:33:15.510Z Compiling toml_parser v1.1.2+spec-1.1.0
5342026-07-20T10:33:15.666Z Compiling regex-automata v0.4.14
5352026-07-20T10:33:15.816Z Compiling heapless v0.8.0
5362026-07-20T10:33:15.825Z Compiling autocfg v1.5.1
5372026-07-20T10:33:15.970Z Compiling byteorder v1.5.0
5382026-07-20T10:33:16.036Z Compiling toml_datetime v1.1.1+spec-1.1.0
5392026-07-20T10:33:16.118Z Compiling hash32 v0.3.1
5402026-07-20T10:33:16.154Z Compiling slog v2.8.2
5412026-07-20T10:33:16.162Z Compiling num-traits v0.2.19
5422026-07-20T10:33:16.246Z Compiling toml_edit v0.25.12+spec-1.1.0
5432026-07-20T10:33:16.249Z Compiling futures-sink v0.3.32
5442026-07-20T10:33:16.260Z Compiling futures-core v0.3.32
5452026-07-20T10:33:16.347Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5462026-07-20T10:33:16.366Z Compiling macaddr v1.0.1
5472026-07-20T10:33:16.401Z Compiling smoltcp v0.11.0
5482026-07-20T10:33:16.404Z Compiling stable_deref_trait v1.2.1
5492026-07-20T10:33:16.613Z Compiling futures-channel v0.3.32
5502026-07-20T10:33:16.723Z Compiling proc-macro-error-attr v1.0.4
5512026-07-20T10:33:16.745Z Compiling futures-io v0.3.32
5522026-07-20T10:33:16.858Z Compiling darling_core v0.21.3
5532026-07-20T10:33:16.926Z Compiling darling_core v0.23.0
5542026-07-20T10:33:16.938Z Compiling proc-macro-crate v3.5.0
5552026-07-20T10:33:16.960Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5562026-07-20T10:33:17.118Z Compiling rand_core v0.10.1
5572026-07-20T10:33:17.174Z Compiling managed v0.8.0
5582026-07-20T10:33:17.275Z Compiling crc32fast v1.5.0
5592026-07-20T10:33:17.333Z Compiling regex v1.12.4
5602026-07-20T10:33:17.419Z Compiling anyhow v1.0.103
5612026-07-20T10:33:17.549Z Compiling bitflags v1.3.2
5622026-07-20T10:33:17.618Z Compiling slab v0.4.12
5632026-07-20T10:33:17.720Z Compiling futures-task v0.3.32
5642026-07-20T10:33:17.729Z Compiling ref-cast v1.0.25
5652026-07-20T10:33:17.791Z Compiling getrandom v0.4.3
5662026-07-20T10:33:17.979Z Compiling serde_derive v1.0.228
5672026-07-20T10:33:18.010Z Compiling zerocopy-derive v0.8.52
5682026-07-20T10:33:18.019Z Compiling thiserror-impl v2.0.18
5692026-07-20T10:33:18.047Z Compiling futures-macro v0.3.32
5702026-07-20T10:33:18.230Z Compiling foreign-types-macros v0.2.3
5712026-07-20T10:33:18.856Z Compiling num_enum_derive v0.7.6
5722026-07-20T10:33:18.900Z Compiling futures-util v0.3.32
5732026-07-20T10:33:18.930Z Compiling darling_macro v0.21.3
5742026-07-20T10:33:19.006Z Compiling darling_macro v0.23.0
5752026-07-20T10:33:19.371Z Compiling cobs v0.3.0
5762026-07-20T10:33:19.482Z Compiling darling v0.21.3
5772026-07-20T10:33:19.558Z Compiling ingot-macros v0.1.1
5782026-07-20T10:33:19.567Z Compiling darling v0.23.0
5792026-07-20T10:33:19.588Z Compiling ref-cast-impl v1.0.25
5802026-07-20T10:33:19.859Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5812026-07-20T10:33:20.186Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5822026-07-20T10:33:20.259Z Compiling proc-macro-error v1.0.4
5832026-07-20T10:33:20.405Z Compiling ipnetwork v0.21.1
5842026-07-20T10:33:20.431Z Compiling once_cell v1.21.4
5852026-07-20T10:33:20.481Z Compiling foreign-types-shared v0.3.1
5862026-07-20T10:33:20.572Z Compiling rustix v1.1.4
5872026-07-20T10:33:20.665Z Compiling unicode-width v0.2.2
5882026-07-20T10:33:20.676Z Compiling cpufeatures v0.3.0
5892026-07-20T10:33:20.749Z Compiling chacha20 v0.10.1
5902026-07-20T10:33:20.774Z Compiling tracing-core v0.1.36
5912026-07-20T10:33:20.951Z Compiling tabwriter v1.4.1
5922026-07-20T10:33:21.027Z Compiling foreign-types v0.5.0
5932026-07-20T10:33:21.201Z Compiling erased-serde v0.3.31
5942026-07-20T10:33:21.253Z Compiling postcard v1.1.3
5952026-07-20T10:33:21.283Z Compiling futures-executor v0.3.32
5962026-07-20T10:33:21.286Z Compiling num_enum v0.7.6
5972026-07-20T10:33:21.606Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5982026-07-20T10:33:21.785Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5992026-07-20T10:33:21.804Z Compiling tracing-attributes v0.1.31
6002026-07-20T10:33:21.912Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6012026-07-20T10:33:22.194Z Compiling errno v0.3.14
6022026-07-20T10:33:22.220Z Compiling itertools v0.15.0
6032026-07-20T10:33:22.267Z Compiling cstr-argument v0.1.2
6042026-07-20T10:33:22.288Z Compiling shlex v2.0.1
6052026-07-20T10:33:22.340Z Compiling num-conv v0.2.2
6062026-07-20T10:33:22.391Z Compiling utf8parse v0.2.2
6072026-07-20T10:33:22.423Z Compiling zmij v1.0.21
6082026-07-20T10:33:22.468Z Compiling time-core v0.1.9
6092026-07-20T10:33:22.485Z Compiling pretty-hex v0.4.2
6102026-07-20T10:33:22.493Z Compiling find-msvc-tools v0.1.9
6112026-07-20T10:33:22.621Z Compiling ingot-types v0.1.2
6122026-07-20T10:33:22.665Z Compiling dyn-clone v1.0.20
6132026-07-20T10:33:22.706Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
6142026-07-20T10:33:22.717Z Compiling thiserror v1.0.69
6152026-07-20T10:33:22.839Z Compiling time-macros v0.2.31
6162026-07-20T10:33:22.929Z Compiling cc v1.2.66
6172026-07-20T10:33:23.000Z Compiling ingot v0.1.1
6182026-07-20T10:33:23.046Z Compiling tracing v0.1.44
6192026-07-20T10:33:23.241Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
6202026-07-20T10:33:23.407Z Compiling anstyle-parse v1.0.0
6212026-07-20T10:33:23.442Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6222026-07-20T10:33:23.562Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6232026-07-20T10:33:23.880Z Compiling rand v0.10.2
6242026-07-20T10:33:24.036Z Compiling futures v0.3.32
6252026-07-20T10:33:24.074Z Compiling thiserror-impl v1.0.69
6262026-07-20T10:33:24.110Z Compiling crossbeam-epoch v0.9.18
6272026-07-20T10:33:24.179Z Compiling uuid v1.23.4
6282026-07-20T10:33:24.573Z Compiling arc-swap v1.9.2
6292026-07-20T10:33:24.618Z Compiling socket2 v0.6.4
6302026-07-20T10:33:24.650Z Compiling nom v8.0.0
6312026-07-20T10:33:24.913Z Compiling thread_local v1.1.9
6322026-07-20T10:33:25.200Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6332026-07-20T10:33:25.209Z Compiling deranged v0.5.8
6342026-07-20T10:33:25.248Z Compiling oxnet v0.1.6
6352026-07-20T10:33:25.706Z Compiling rayon-core v1.13.0
6362026-07-20T10:33:25.797Z Compiling slog-async v2.8.0
6372026-07-20T10:33:25.914Z Compiling anstyle-query v1.1.5
6382026-07-20T10:33:26.020Z Compiling colorchoice v1.0.5
6392026-07-20T10:33:26.077Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6402026-07-20T10:33:26.288Z Compiling anstyle v1.0.14
6412026-07-20T10:33:26.288Z Compiling powerfmt v0.2.0
6422026-07-20T10:33:26.534Z Compiling is_terminal_polyfill v1.70.2
6432026-07-20T10:33:26.598Z Compiling serde_json v1.0.150
6442026-07-20T10:33:26.624Z Compiling lazy_static v1.5.0
6452026-07-20T10:33:26.706Z Compiling colored v3.1.1
6462026-07-20T10:33:26.715Z Compiling iana-time-zone v0.1.65
6472026-07-20T10:33:26.722Z Compiling heck v0.4.1
6482026-07-20T10:33:26.837Z Compiling chrono v0.4.45
6492026-07-20T10:33:26.915Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6502026-07-20T10:33:27.247Z Compiling rusticata-macros v5.0.0
6512026-07-20T10:33:27.268Z Compiling slog-scope v4.4.1
6522026-07-20T10:33:27.448Z Compiling time v0.3.53
6532026-07-20T10:33:27.506Z Compiling anstream v1.0.0
6542026-07-20T10:33:27.801Z Compiling crossbeam-deque v0.8.6
6552026-07-20T10:33:27.918Z Compiling terminal_size v0.4.4
6562026-07-20T10:33:28.018Z Compiling cookie-factory v0.3.3
6572026-07-20T10:33:28.063Z Compiling alloca v0.4.0
6582026-07-20T10:33:28.386Z Compiling half v2.7.1
6592026-07-20T10:33:28.606Z Compiling crossbeam-channel v0.5.15
6602026-07-20T10:33:28.686Z Compiling is-terminal v0.4.17
6612026-07-20T10:33:28.712Z Compiling itertools v0.12.1
6622026-07-20T10:33:28.784Z Compiling log v0.4.33
6632026-07-20T10:33:29.018Z Compiling ciborium-io v0.2.2
6642026-07-20T10:33:29.114Z Compiling cfg_aliases v0.2.1
6652026-07-20T10:33:29.186Z Compiling circular v0.3.0
6662026-07-20T10:33:29.257Z Compiling heck v0.5.0
6672026-07-20T10:33:29.301Z Compiling term v1.2.1
6682026-07-20T10:33:29.400Z Compiling plotters-backend v0.3.7
6692026-07-20T10:33:29.451Z Compiling take_mut v0.2.2
6702026-07-20T10:33:29.562Z Compiling clap_lex v1.1.0
6712026-07-20T10:33:29.720Z Compiling itoa v1.0.18
6722026-07-20T10:33:29.793Z Compiling clap_builder v4.6.0
6732026-07-20T10:33:29.930Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6742026-07-20T10:33:30.110Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6752026-07-20T10:33:30.170Z Compiling plotters-svg v0.3.7
6762026-07-20T10:33:30.464Z Compiling slog-term v2.9.2
6772026-07-20T10:33:31.267Z Compiling clap_derive v4.6.1
6782026-07-20T10:33:31.548Z Compiling pcap-parser v0.17.0
6792026-07-20T10:33:31.583Z Compiling nix v0.31.3
6802026-07-20T10:33:31.738Z Compiling ciborium-ll v0.2.2
6812026-07-20T10:33:31.791Z Compiling slog-stdlog v4.1.1
6822026-07-20T10:33:32.119Z Compiling itertools v0.13.0
6832026-07-20T10:33:32.266Z Compiling cast v0.3.0
6842026-07-20T10:33:32.442Z Compiling same-file v1.0.6
6852026-07-20T10:33:32.614Z Compiling walkdir v2.5.0
6862026-07-20T10:33:32.869Z Compiling clap v4.6.1
6872026-07-20T10:33:32.948Z Compiling rayon v1.12.0
6882026-07-20T10:33:33.187Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6892026-07-20T10:33:33.265Z Compiling slog-envlogger v2.2.0
6902026-07-20T10:33:33.426Z Compiling ciborium v0.2.2
6912026-07-20T10:33:33.632Z Compiling criterion-plot v0.8.2
6922026-07-20T10:33:34.190Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6932026-07-20T10:33:34.199Z Compiling tinytemplate v1.2.1
6942026-07-20T10:33:34.424Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
6952026-07-20T10:33:34.657Z Compiling plotters v0.3.7
6962026-07-20T10:33:35.140Z Compiling page_size v0.6.0
6972026-07-20T10:33:35.167Z Compiling oorandom v11.1.5
6982026-07-20T10:33:35.249Z Compiling anes v0.1.6
6992026-07-20T10:33:35.292Z Compiling dtor-proc-macro v0.0.13
7002026-07-20T10:33:35.312Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7012026-07-20T10:33:35.633Z Compiling dtor v0.8.1
7022026-07-20T10:33:35.725Z Compiling criterion v0.8.2
7032026-07-20T10:33:35.851Z Compiling ctor-proc-macro v0.0.13
7042026-07-20T10:33:36.195Z Compiling link-section v0.2.1
7052026-07-20T10:33:36.336Z Compiling ctor v0.10.1
7062026-07-20T10:33:37.707Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7072026-07-20T10:33:51.384Z Finished `bench` profile [optimized + debuginfo] target(s) in 43.19s
7082026-07-20T10:33:51.472Z Running benches/xde.rs (target/release/deps/xde-70ec98b3ab3e6380)
7092026-07-20T10:33:51.481Z###--------------------------------###
7102026-07-20T10:33:51.481Z:::Building test topology... (120s):::
7112026-07-20T10:33:51.481Z###--------------------------------###
7122026-07-20T10:33:51.486Zadding underlay route 0
7132026-07-20T10:33:51.489Zadding underlay route 1
7142026-07-20T10:33:51.646Zstart zones a, b
7152026-07-20T10:34:01.699Zconfigure zone
7162026-07-20T10:34:01.708Zconfigure zone
7172026-07-20T10:34:01.719Zinstall zone
7182026-07-20T10:34:01.722Zinstall zone
7192026-07-20T10:34:11.344Zboot zone
7202026-07-20T10:34:11.344Zboot zone
7212026-07-20T10:34:11.424Zsetup zones a, b
7222026-07-20T10:34:11.424Z[a] svcs -a
7232026-07-20T10:34:11.424Z[b] svcs -a
7242026-07-20T10:34:11.441ZFailed to parse command output: exit code 1
7252026-07-20T10:34:11.441Zstdout:
7262026-07-20T10:34:11.441Z
7272026-07-20T10:34:11.441Zstderr:
7282026-07-20T10:34:11.441Zsvcs: Could not bind to repository server: repository server unavailable. Exiting.
7292026-07-20T10:34:11.444ZFailed to parse command output: exit code 1
7302026-07-20T10:34:11.444Zstdout:
7312026-07-20T10:34:11.444Z
7322026-07-20T10:34:11.444Zstderr:
7332026-07-20T10:34:11.444Zsvcs: Could not bind to repository server: repository server unavailable. Exiting.
7342026-07-20T10:34:11.641Z[a] svcs -a
7352026-07-20T10:34:11.641Z[b] svcs -a
7362026-07-20T10:34:11.748ZSTATE STIME FMRI
7372026-07-20T10:34:11.748Zonline 10:34:10 svc:/system/svc/restarter:default
7382026-07-20T10:34:11.748Zoffline 10:34:10 svc:/system/early-manifest-import:default
7392026-07-20T10:34:11.748Z- - svc:/application/management/net-snmp:default
7402026-07-20T10:34:11.748Z- - svc:/application/pkg/dynamic-mirror:default
7412026-07-20T10:34:11.748Z- - svc:/application/pkg/mirror:default
7422026-07-20T10:34:11.748Z- - svc:/application/pkg/repositories-setup:default
7432026-07-20T10:34:11.748Z- - svc:/application/pkg/server:default
7442026-07-20T10:34:11.748Z- - svc:/application/security/tcsd:default
7452026-07-20T10:34:11.748Z- - svc:/milestone/devices:default
7462026-07-20T10:34:11.748Z- - svc:/milestone/multi-user-server:default
7472026-07-20T10:34:11.748Z- - svc:/milestone/multi-user:default
7482026-07-20T10:34:11.748Z- - svc:/milestone/name-services:default
7492026-07-20T10:34:11.748Z- - svc:/milestone/network:default
7502026-07-20T10:34:11.748Z- - svc:/milestone/single-user:default
7512026-07-20T10:34:11.748Z- - svc:/milestone/sysconfig:default
7522026-07-20T10:34:11.748Z- - svc:/network/chrony:default
7532026-07-20T10:34:11.749Z- - svc:/network/datalink-management:default
7542026-07-20T10:34:11.749Z- - svc:/network/dns/client:default
7552026-07-20T10:34:11.749Z- - svc:/network/dns/install:default
7562026-07-20T10:34:11.749Z- - svc:/network/dns/multicast:default
7572026-07-20T10:34:11.749Z- - svc:/network/inetd-upgrade:default
7582026-07-20T10:34:11.749Z- - svc:/network/inetd:default
7592026-07-20T10:34:11.751Z- - svc:/network/initial:default
7602026-07-20T10:34:11.751Z- - svc:/network/install:default
7612026-07-20T10:34:11.751Z- - svc:/network/ip-interface-management:default
7622026-07-20T10:34:11.751Z- - svc:/network/ipmp:default
7632026-07-20T10:34:11.751Z- - svc:/network/ipqos:default
7642026-07-20T10:34:11.751Z- - svc:/network/ipsec/ike:default
7652026-07-20T10:34:11.751Z- - svc:/network/ipsec/ipsecalgs:default
7662026-07-20T10:34:11.751Z- - svc:/network/ipsec/manual-key:default
7672026-07-20T10:34:11.751Z- - svc:/network/ipsec/policy:default
7682026-07-20T10:34:11.751Z- - svc:/network/iptun:default
7692026-07-20T10:34:11.751Z- - svc:/network/ipv4-forwarding:default
7702026-07-20T10:34:11.751Z- - svc:/network/ipv6-forwarding:default
7712026-07-20T10:34:11.751Z- - svc:/network/ldap/client:default
7722026-07-20T10:34:11.751Z- - svc:/network/location:default
7732026-07-20T10:34:11.751Z- - svc:/network/loopback:default
7742026-07-20T10:34:11.751Z- - svc:/network/netcfg:default
7752026-07-20T10:34:11.751Z- - svc:/network/netmask:default
7762026-07-20T10:34:11.751Z- - svc:/network/nfs/cbd:default
7772026-07-20T10:34:11.751Z- - svc:/network/nfs/client:default
7782026-07-20T10:34:11.751Z- - svc:/network/nfs/log:default
7792026-07-20T10:34:11.751Z- - svc:/network/nfs/mapid:default
7802026-07-20T10:34:11.751Z- - svc:/network/nfs/nlockmgr:default
7812026-07-20T10:34:11.752Z- - svc:/network/nfs/rquota:default
7822026-07-20T10:34:11.752Z- - svc:/network/nfs/server:default
7832026-07-20T10:34:11.754Z- - svc:/network/nfs/status:default
7842026-07-20T10:34:11.754Z- - svc:/network/nis/client:default
7852026-07-20T10:34:11.754Z- - svc:/network/physical:default
7862026-07-20T10:34:11.754Z- - svc:/network/physical:nwam
7872026-07-20T10:34:11.754Z- - svc:/network/routing-setup:default
7882026-07-20T10:34:11.754Z- - svc:/network/routing/legacy-routing:ipv4
7892026-07-20T10:34:11.754Z- - svc:/network/routing/legacy-routing:ipv6
7902026-07-20T10:34:11.754Z- - svc:/network/routing/ndp:default
7912026-07-20T10:34:11.758Z- - svc:/network/routing/rdisc:default
7922026-07-20T10:34:11.758Z- - svc:/network/routing/ripng:default
7932026-07-20T10:34:11.758Z- - svc:/network/routing/route:default
7942026-07-20T10:34:11.758Z- - svc:/network/rpc/bind:default
7952026-07-20T10:34:11.758Z- - svc:/network/rpc/gss:default
7962026-07-20T10:34:11.758Z- - svc:/network/rpc/keyserv:default
7972026-07-20T10:34:11.758Z- - svc:/network/security/kadmin:default
7982026-07-20T10:34:11.758Z- - svc:/network/security/krb5kdc:default
7992026-07-20T10:34:11.758Z- - svc:/network/security/ktkt_warn:default
8002026-07-20T10:34:11.758Z- - svc:/network/service:default
8012026-07-20T10:34:11.758Z- - svc:/network/shares/group:default
8022026-07-20T10:34:11.758Z- - svc:/network/smb/client:default
8032026-07-20T10:34:11.758Z- - svc:/network/smb/server:default
8042026-07-20T10:34:11.758Z- - svc:/network/ssh:default
8052026-07-20T10:34:11.758Z- - svc:/network/tcpkey:default
8062026-07-20T10:34:11.758Z- - svc:/system/auditd:default
8072026-07-20T10:34:11.759Z- - svc:/system/auditset:default
8082026-07-20T10:34:11.759Z- - svc:/system/boot-archive-update:default
8092026-07-20T10:34:11.759Z- - svc:/system/boot-archive:default
8102026-07-20T10:34:11.759Z- - svc:/system/boot-config:default
8112026-07-20T10:34:11.759Z- - svc:/system/consadm:default
8122026-07-20T10:34:11.759Z- - svc:/system/console-login:default
8132026-07-20T10:34:11.759Z- - svc:/system/console-login:vt2
8142026-07-20T10:34:11.759Z- - svc:/system/console-login:vt3
8152026-07-20T10:34:11.759Z- - svc:/system/console-login:vt4
8162026-07-20T10:34:11.759Z- - svc:/system/console-login:vt5
8172026-07-20T10:34:11.760Z- - svc:/system/console-login:vt6
8182026-07-20T10:34:11.760Z- - svc:/system/coreadm:default
8192026-07-20T10:34:11.760Z- - svc:/system/cron:default
8202026-07-20T10:34:11.760Z- - svc:/system/cryptosvc:default
8212026-07-20T10:34:11.760Z- - svc:/system/device/allocate:default
8222026-07-20T10:34:11.760Z- - svc:/system/device/audio:default
8232026-07-20T10:34:11.760Z- - svc:/system/device/local:default
8242026-07-20T10:34:11.760Z- - svc:/system/device/mpxio-upgrade:default
8252026-07-20T10:34:11.760Z- - svc:/system/extended-accounting:flow
8262026-07-20T10:34:11.760Z- - svc:/system/extended-accounting:net
8272026-07-20T10:34:11.760Z- - svc:/system/extended-accounting:process
8282026-07-20T10:34:11.760Z- - svc:/system/extended-accounting:task
8292026-07-20T10:34:11.760Z- - svc:/system/filesystem/local:default
8302026-07-20T10:34:11.760Z- - svc:/system/filesystem/minimal:default
8312026-07-20T10:34:11.761Z- - svc:/system/filesystem/reparse:default
8322026-07-20T10:34:11.761Z- - svc:/system/filesystem/root:default
8332026-07-20T10:34:11.761Z- - svc:/system/filesystem/usr:default
8342026-07-20T10:34:11.761Z- - svc:/system/fm/notify-params:default
8352026-07-20T10:34:11.761Z- - svc:/system/fmd:default
8362026-07-20T10:34:11.761Z- - svc:/system/hostid:default
8372026-07-20T10:34:11.761Z- - svc:/system/hotplug:default
8382026-07-20T10:34:11.761Z- - svc:/system/identity:domain
8392026-07-20T10:34:11.761Z- - svc:/system/identity:node
8402026-07-20T10:34:11.761Z- - svc:/system/idmap:default
8412026-07-20T10:34:11.761Z- - svc:/system/keymap:default
8422026-07-20T10:34:11.761Z- - svc:/system/logadm-upgrade:default
8432026-07-20T10:34:11.761Z- - svc:/system/manifest-import:default
8442026-07-20T10:34:11.761Z- - svc:/system/name-service-cache:default
8452026-07-20T10:34:11.761Z- - svc:/system/pfexec:default
8462026-07-20T10:34:11.762Z- - svc:/system/pkgserv:default
8472026-07-20T10:34:11.762Z- - svc:/system/process-security:default
8482026-07-20T10:34:11.762Z- - svc:/system/rbac:default
8492026-07-20T10:34:11.762Z- - svc:/system/rmtmpfiles:default
8502026-07-20T10:34:11.762Z- - svc:/system/sac:default
8512026-07-20T10:34:11.762Z- - svc:/system/sar:default
8522026-07-20T10:34:11.762Z- - svc:/system/svc/global:default
8532026-07-20T10:34:11.762Z- - svc:/system/system-log:default
8542026-07-20T10:34:11.762Z- - svc:/system/update-man-index:default
8552026-07-20T10:34:11.763Z- - svc:/system/utmp:default
8562026-07-20T10:34:11.763Z- - svc:/system/vtdaemon:default
8572026-07-20T10:34:11.763Z[b] svcs milestone/network
8582026-07-20T10:34:11.763ZSTATE STIME FMRI
8592026-07-20T10:34:11.763Zonline 10:34:10 svc:/system/svc/restarter:default
8602026-07-20T10:34:11.763Zoffline 10:34:10 svc:/system/early-manifest-import:default
8612026-07-20T10:34:11.763Z- - svc:/application/management/net-snmp:default
8622026-07-20T10:34:11.763Z- - svc:/application/pkg/dynamic-mirror:default
8632026-07-20T10:34:11.763Z- - svc:/application/pkg/mirror:default
8642026-07-20T10:34:11.763Z- - svc:/application/pkg/repositories-setup:default
8652026-07-20T10:34:11.763Z- - svc:/application/pkg/server:default
8662026-07-20T10:34:11.763Z- - svc:/application/security/tcsd:default
8672026-07-20T10:34:11.763Z- - svc:/milestone/devices:default
8682026-07-20T10:34:11.763Z- - svc:/milestone/multi-user-server:default
8692026-07-20T10:34:11.763Z- - svc:/milestone/multi-user:default
8702026-07-20T10:34:11.763Z- - svc:/milestone/name-services:default
8712026-07-20T10:34:11.763Z- - svc:/milestone/network:default
8722026-07-20T10:34:11.763Z- - svc:/milestone/single-user:default
8732026-07-20T10:34:11.763Z- - svc:/milestone/sysconfig:default
8742026-07-20T10:34:11.763Z- - svc:/network/chrony:default
8752026-07-20T10:34:11.763Z- - svc:/network/datalink-management:default
8762026-07-20T10:34:11.763Z- - svc:/network/dns/client:default
8772026-07-20T10:34:11.763Z- - svc:/network/dns/install:default
8782026-07-20T10:34:11.763Z- - svc:/network/dns/multicast:default
8792026-07-20T10:34:11.764Z- - svc:/network/inetd-upgrade:default
8802026-07-20T10:34:11.764Z- - svc:/network/inetd:default
8812026-07-20T10:34:11.764Z- - svc:/network/initial:default
8822026-07-20T10:34:11.764Z- - svc:/network/install:default
8832026-07-20T10:34:11.764Z- - svc:/network/ip-interface-management:default
8842026-07-20T10:34:11.764Z- - svc:/network/ipmp:default
8852026-07-20T10:34:11.764Z- - svc:/network/ipqos:default
8862026-07-20T10:34:11.764Z- - svc:/network/ipsec/ike:default
8872026-07-20T10:34:11.764Z- - svc:/network/ipsec/ipsecalgs:default
8882026-07-20T10:34:11.764Z- - svc:/network/ipsec/manual-key:default
8892026-07-20T10:34:11.764Z- - svc:/network/ipsec/policy:default
8902026-07-20T10:34:11.764Z- - svc:/network/iptun:default
8912026-07-20T10:34:11.768Z- - svc:/network/ipv4-forwarding:default
8922026-07-20T10:34:11.768Z- - svc:/network/ipv6-forwarding:default
8932026-07-20T10:34:11.768Z- - svc:/network/ldap/client:default
8942026-07-20T10:34:11.768Z- - svc:/network/location:default
8952026-07-20T10:34:11.768Z- - svc:/network/loopback:default
8962026-07-20T10:34:11.768Z- - svc:/network/netcfg:default
8972026-07-20T10:34:11.768Z- - svc:/network/netmask:default
8982026-07-20T10:34:11.768Z- - svc:/network/nfs/cbd:default
8992026-07-20T10:34:11.768Z- - svc:/network/nfs/client:default
9002026-07-20T10:34:11.768Z- - svc:/network/nfs/log:default
9012026-07-20T10:34:11.768Z- - svc:/network/nfs/mapid:default
9022026-07-20T10:34:11.768Z- - svc:/network/nfs/nlockmgr:default
9032026-07-20T10:34:11.770Z- - svc:/network/nfs/rquota:default
9042026-07-20T10:34:11.770Z- - svc:/network/nfs/server:default
9052026-07-20T10:34:11.770Z- - svc:/network/nfs/status:default
9062026-07-20T10:34:11.770Z- - svc:/network/nis/client:default
9072026-07-20T10:34:11.770Z- - svc:/network/physical:default
9082026-07-20T10:34:11.770Z- - svc:/network/physical:nwam
9092026-07-20T10:34:11.770Z- - svc:/network/routing-setup:default
9102026-07-20T10:34:11.770Z- - svc:/network/routing/legacy-routing:ipv4
9112026-07-20T10:34:11.770Z- - svc:/network/routing/legacy-routing:ipv6
9122026-07-20T10:34:11.770Z- - svc:/network/routing/ndp:default
9132026-07-20T10:34:11.770Z- - svc:/network/routing/rdisc:default
9142026-07-20T10:34:11.770Z- - svc:/network/routing/ripng:default
9152026-07-20T10:34:11.770Z- - svc:/network/routing/route:default
9162026-07-20T10:34:11.770Z- - svc:/network/rpc/bind:default
9172026-07-20T10:34:11.770Z- - svc:/network/rpc/gss:default
9182026-07-20T10:34:11.770Z- - svc:/network/rpc/keyserv:default
9192026-07-20T10:34:11.770Z- - svc:/network/security/kadmin:default
9202026-07-20T10:34:11.770Z- - svc:/network/security/krb5kdc:default
9212026-07-20T10:34:11.770Z- - svc:/network/security/ktkt_warn:default
9222026-07-20T10:34:11.770Z- - svc:/network/service:default
9232026-07-20T10:34:11.770Z- - svc:/network/shares/group:default
9242026-07-20T10:34:11.770Z- - svc:/network/smb/client:default
9252026-07-20T10:34:11.770Z- - svc:/network/smb/server:default
9262026-07-20T10:34:11.770Z- - svc:/network/ssh:default
9272026-07-20T10:34:11.771Z- - svc:/network/tcpkey:default
9282026-07-20T10:34:11.771Z- - svc:/system/auditd:default
9292026-07-20T10:34:11.771Z- - svc:/system/auditset:default
9302026-07-20T10:34:11.771Z- - svc:/system/boot-archive-update:default
9312026-07-20T10:34:11.771Z- - svc:/system/boot-archive:default
9322026-07-20T10:34:11.771Z- - svc:/system/boot-config:default
9332026-07-20T10:34:11.771Z- - svc:/system/consadm:default
9342026-07-20T10:34:11.771Z- - svc:/system/console-login:default
9352026-07-20T10:34:11.771Z- - svc:/system/console-login:vt2
9362026-07-20T10:34:11.771Z- - svc:/system/console-login:vt3
9372026-07-20T10:34:11.771Z- - svc:/system/console-login:vt4
9382026-07-20T10:34:11.771Z- - svc:/system/console-login:vt5
9392026-07-20T10:34:11.772Z- - svc:/system/console-login:vt6
9402026-07-20T10:34:11.772Z- - svc:/system/coreadm:default
9412026-07-20T10:34:11.772Z- - svc:/system/cron:default
9422026-07-20T10:34:11.772Z- - svc:/system/cryptosvc:default
9432026-07-20T10:34:11.772Z- - svc:/system/device/allocate:default
9442026-07-20T10:34:11.772Z- - svc:/system/device/audio:default
9452026-07-20T10:34:11.772Z- - svc:/system/device/local:default
9462026-07-20T10:34:11.772Z- - svc:/system/device/mpxio-upgrade:default
9472026-07-20T10:34:11.772Z- - svc:/system/extended-accounting:flow
9482026-07-20T10:34:11.772Z- - svc:/system/extended-accounting:net
9492026-07-20T10:34:11.772Z- - svc:/system/extended-accounting:process
9502026-07-20T10:34:11.772Z- - svc:/system/extended-accounting:task
9512026-07-20T10:34:11.772Z- - svc:/system/filesystem/local:default
9522026-07-20T10:34:11.772Z- - svc:/system/filesystem/minimal:default
9532026-07-20T10:34:11.772Z- - svc:/system/filesystem/reparse:default
9542026-07-20T10:34:11.772Z- - svc:/system/filesystem/root:default
9552026-07-20T10:34:11.773Z- - svc:/system/filesystem/usr:default
9562026-07-20T10:34:11.773Z- - svc:/system/fm/notify-params:default
9572026-07-20T10:34:11.773Z- - svc:/system/fmd:default
9582026-07-20T10:34:11.773Z- - svc:/system/hostid:default
9592026-07-20T10:34:11.773Z- - svc:/system/hotplug:default
9602026-07-20T10:34:11.773Z- - svc:/system/identity:domain
9612026-07-20T10:34:11.773Z- - svc:/system/identity:node
9622026-07-20T10:34:11.773Z- - svc:/system/idmap:default
9632026-07-20T10:34:11.773Z- - svc:/system/keymap:default
9642026-07-20T10:34:11.773Z- - svc:/system/logadm-upgrade:default
9652026-07-20T10:34:11.773Z- - svc:/system/manifest-import:default
9662026-07-20T10:34:11.773Z- - svc:/system/name-service-cache:default
9672026-07-20T10:34:11.773Z- - svc:/system/pfexec:default
9682026-07-20T10:34:11.773Z- - svc:/system/pkgserv:default
9692026-07-20T10:34:11.773Z- - svc:/system/process-security:default
9702026-07-20T10:34:11.773Z- - svc:/system/rbac:default
9712026-07-20T10:34:11.773Z- - svc:/system/rmtmpfiles:default
9722026-07-20T10:34:11.773Z- - svc:/system/sac:default
9732026-07-20T10:34:11.773Z- - svc:/system/sar:default
9742026-07-20T10:34:11.773Z- - svc:/system/svc/global:default
9752026-07-20T10:34:11.774Z- - svc:/system/system-log:default
9762026-07-20T10:34:11.774Z- - svc:/system/update-man-index:default
9772026-07-20T10:34:11.774Z- - svc:/system/utmp:default
9782026-07-20T10:34:11.774Z- - svc:/system/vtdaemon:default
9792026-07-20T10:34:11.774Z[a] svcs milestone/network
9802026-07-20T10:34:11.774ZSTATE STIME FMRI
9812026-07-20T10:34:11.774Z- - svc:/milestone/network:default
9822026-07-20T10:34:11.775ZSTATE STIME FMRI
9832026-07-20T10:34:11.775Z- - svc:/milestone/network:default
9842026-07-20T10:34:12.764Z[a] svcs milestone/network
9852026-07-20T10:34:12.765Z[b] svcs milestone/network
9862026-07-20T10:34:12.836ZSTATE STIME FMRI
9872026-07-20T10:34:12.836Zonline 10:34:11 svc:/milestone/network:default
9882026-07-20T10:34:12.837ZSTATE STIME FMRI
9892026-07-20T10:34:12.837Zonline 10:34:11 svc:/milestone/network:default
9902026-07-20T10:34:12.837Z[b] ipadm create-addr -t -T dhcp opte1/test
9912026-07-20T10:34:12.837Z[a] ipadm create-addr -t -T dhcp opte0/test
9922026-07-20T10:34:17.605Z
9932026-07-20T10:34:17.605Z[b] route add -iface 10.0.0.254 10.0.0.2
9942026-07-20T10:34:17.618Zadd host 10.0.0.254: gateway 10.0.0.2
9952026-07-20T10:34:17.618Z[b] route add 10.0.0.0/24 10.0.0.254
9962026-07-20T10:34:17.630Zadd net 10.0.0.0/24: gateway 10.0.0.254
9972026-07-20T10:34:17.630Z[b] route add 224.0.0.0/4 10.0.0.254
9982026-07-20T10:34:17.640Zadd net 224.0.0.0/4: gateway 10.0.0.254
9992026-07-20T10:34:18.231Z
10002026-07-20T10:34:18.231Z[a] route add -iface 10.0.0.254 10.0.0.1
10012026-07-20T10:34:18.252Zadd host 10.0.0.254: gateway 10.0.0.1
10022026-07-20T10:34:18.252Z[a] route add 10.0.0.0/24 10.0.0.254
10032026-07-20T10:34:18.274Zadd net 10.0.0.0/24: gateway 10.0.0.254
10042026-07-20T10:34:18.274Z[a] route add 224.0.0.0/4 10.0.0.254
10052026-07-20T10:34:18.274Zadd net 224.0.0.0/4: gateway 10.0.0.254
10062026-07-20T10:34:18.274Z###---------------###
10072026-07-20T10:34:18.274Z:::Topology built!:::
10082026-07-20T10:34:18.274Z###---------------###
10092026-07-20T10:34:18.274Z###----------------###
10102026-07-20T10:34:18.274Z::: iPerf spawned! :::
10112026-07-20T10:34:18.274Z:::Waiting... (10s):::
10122026-07-20T10:34:18.274Z###----------------###
10132026-07-20T10:34:28.256Z###---###
10142026-07-20T10:34:28.256Z:::Go!:::
10152026-07-20T10:34:28.256Z###---###
10162026-07-20T10:34:28.256Z[a] ping 10.0.0.2
10172026-07-20T10:34:28.271Z10.0.0.2 is alive
10182026-07-20T10:34:28.271Z###-------------------###
10192026-07-20T10:34:28.271Z:::Running experiment :::
10202026-07-20T10:34:28.271Z:::iperf-tcp/local/c2s:::
10212026-07-20T10:34:28.271Z###-------------------###
10222026-07-20T10:34:35.658Z-----------------------------------------------------------
10232026-07-20T10:34:35.658ZServer listening on 5201 (test #1)
10242026-07-20T10:34:35.658Z-----------------------------------------------------------
10252026-07-20T10:34:35.658ZAccepted connection from 10.0.0.1, port 34768
10262026-07-20T10:34:35.658Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43323
10272026-07-20T10:34:35.658Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46644
10282026-07-20T10:34:35.659Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39286
10292026-07-20T10:34:35.659Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54645
10302026-07-20T10:34:35.659Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63054
10312026-07-20T10:34:35.659Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59624
10322026-07-20T10:34:35.659Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42729
10332026-07-20T10:34:35.659Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37349
10342026-07-20T10:34:35.659Z[ ID] Interval Transfer Bitrate
10352026-07-20T10:34:35.659Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10362026-07-20T10:34:35.659Z[ 8] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10372026-07-20T10:34:35.659Z[ 10] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10382026-07-20T10:34:35.659Z[ 12] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10392026-07-20T10:34:35.659Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10402026-07-20T10:34:35.659Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10412026-07-20T10:34:35.662Z[ 18] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10422026-07-20T10:34:35.663Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10432026-07-20T10:34:35.663Z[SUM] 0.00-1.00 sec 960 MBytes 8.05 Gbits/sec
10442026-07-20T10:34:35.663Z- - - - - - - - - - - - - - - - - - - - - - - - -
10452026-07-20T10:34:35.663Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10462026-07-20T10:34:35.663Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10472026-07-20T10:34:35.663Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10482026-07-20T10:34:35.663Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10492026-07-20T10:34:35.663Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10502026-07-20T10:34:35.663Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10512026-07-20T10:34:35.663Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10522026-07-20T10:34:35.663Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10532026-07-20T10:34:35.663Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
10542026-07-20T10:34:35.663Z- - - - - - - - - - - - - - - - - - - - - - - - -
10552026-07-20T10:34:35.663Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
10562026-07-20T10:34:35.663Z[ 8] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10572026-07-20T10:34:35.663Z[ 10] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
10582026-07-20T10:34:35.664Z[ 12] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10592026-07-20T10:34:35.664Z[ 14] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
10602026-07-20T10:34:35.664Z[ 16] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
10612026-07-20T10:34:35.664Z[ 18] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
10622026-07-20T10:34:35.664Z[ 20] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10632026-07-20T10:34:35.664Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
10642026-07-20T10:34:35.664Z- - - - - - - - - - - - - - - - - - - - - - - - -
10652026-07-20T10:34:35.665Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10662026-07-20T10:34:35.665Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10672026-07-20T10:34:35.666Z[ 10] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
10682026-07-20T10:34:35.666Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10692026-07-20T10:34:35.666Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10702026-07-20T10:34:35.666Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10712026-07-20T10:34:35.666Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10722026-07-20T10:34:35.666Z[ 20] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
10732026-07-20T10:34:35.666Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.4 Gbits/sec
10742026-07-20T10:34:35.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
10752026-07-20T10:34:35.666Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10762026-07-20T10:34:35.666Z[ 8] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10772026-07-20T10:34:35.666Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10782026-07-20T10:34:35.666Z[ 12] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
10792026-07-20T10:34:35.666Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10802026-07-20T10:34:35.666Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10812026-07-20T10:34:35.666Z[ 18] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
10822026-07-20T10:34:35.666Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10832026-07-20T10:34:35.666Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
10842026-07-20T10:34:35.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
10852026-07-20T10:34:35.666Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10862026-07-20T10:34:35.666Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10872026-07-20T10:34:35.666Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10882026-07-20T10:34:35.666Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10892026-07-20T10:34:35.667Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10902026-07-20T10:34:35.667Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10912026-07-20T10:34:35.667Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10922026-07-20T10:34:35.667Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10932026-07-20T10:34:35.668Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
10942026-07-20T10:34:35.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
10952026-07-20T10:34:35.668Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10962026-07-20T10:34:35.668Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10972026-07-20T10:34:35.668Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10982026-07-20T10:34:38.659Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10992026-07-20T10:34:38.659Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
11002026-07-20T10:34:38.659Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
11012026-07-20T10:34:38.659Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
11022026-07-20T10:34:38.659Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
11032026-07-20T10:34:38.659Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
11042026-07-20T10:34:38.659Z- - - - - - - - - - - - - - - - - - - - - - - - -
11052026-07-20T10:34:38.659Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11062026-07-20T10:34:38.659Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11072026-07-20T10:34:38.659Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11082026-07-20T10:34:38.659Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11092026-07-20T10:34:38.659Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11102026-07-20T10:34:38.659Z[ 16] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
11112026-07-20T10:34:38.659Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11122026-07-20T10:34:38.659Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11132026-07-20T10:34:38.659Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
11142026-07-20T10:34:38.659Z- - - - - - - - - - - - - - - - - - - - - - - - -
11152026-07-20T10:34:38.659Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11162026-07-20T10:34:38.660Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11172026-07-20T10:34:38.660Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11182026-07-20T10:34:38.660Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11192026-07-20T10:34:38.660Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11202026-07-20T10:34:38.660Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11212026-07-20T10:34:38.660Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11222026-07-20T10:34:38.660Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
11232026-07-20T10:34:38.660Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
11242026-07-20T10:34:38.660Z- - - - - - - - - - - - - - - - - - - - - - - - -
11252026-07-20T10:34:38.660Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11262026-07-20T10:34:38.660Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11272026-07-20T10:34:38.660Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11282026-07-20T10:34:38.660Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11292026-07-20T10:34:38.660Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11302026-07-20T10:34:38.660Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11312026-07-20T10:34:38.660Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11322026-07-20T10:34:38.661Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11332026-07-20T10:34:38.661Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
11342026-07-20T10:34:38.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
11352026-07-20T10:34:38.661Z[ 5] 10.00-10.00 sec 128 KBytes 2.13 Gbits/sec
11362026-07-20T10:34:38.661Z[ 8] 10.00-10.00 sec 128 KBytes 2.12 Gbits/sec
11372026-07-20T10:34:38.662Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11382026-07-20T10:34:38.663Z[ 12] 10.00-10.00 sec 128 KBytes 2.12 Gbits/sec
11392026-07-20T10:34:38.663Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11402026-07-20T10:34:38.663Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11412026-07-20T10:34:38.663Z[ 18] 10.00-10.00 sec 128 KBytes 2.13 Gbits/sec
11422026-07-20T10:34:38.663Z[ 20] 10.00-10.00 sec 128 KBytes 2.13 Gbits/sec
11432026-07-20T10:34:38.663Z[SUM] 10.00-10.00 sec 640 KBytes 10.6 Gbits/sec
11442026-07-20T10:34:38.663Z- - - - - - - - - - - - - - - - - - - - - - - - -
11452026-07-20T10:34:38.663Z[ ID] Interval Transfer Bitrate
11462026-07-20T10:34:38.663Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11472026-07-20T10:34:38.663Z[ 8] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11482026-07-20T10:34:38.663Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11492026-07-20T10:34:38.663Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11502026-07-20T10:34:38.663Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11512026-07-20T10:34:38.663Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11522026-07-20T10:34:38.663Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11532026-07-20T10:34:38.663Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11542026-07-20T10:34:38.664Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.2 Gbits/sec receiver
11552026-07-20T10:34:38.667ZRun 1/5...10152.65234172738Mbps
11562026-07-20T10:34:46.050Z-----------------------------------------------------------
11572026-07-20T10:34:46.050ZServer listening on 5201 (test #2)
11582026-07-20T10:34:46.050Z-----------------------------------------------------------
11592026-07-20T10:34:46.050ZAccepted connection from 10.0.0.1, port 55624
11602026-07-20T10:34:46.050Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52709
11612026-07-20T10:34:46.050Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46255
11622026-07-20T10:34:46.050Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47581
11632026-07-20T10:34:46.050Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37343
11642026-07-20T10:34:46.050Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46011
11652026-07-20T10:34:46.050Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57920
11662026-07-20T10:34:46.050Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63728
11672026-07-20T10:34:46.050Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62901
11682026-07-20T10:34:46.050Z[ ID] Interval Transfer Bitrate
11692026-07-20T10:34:46.050Z[ 5] 0.00-1.00 sec 119 MBytes 995 Mbits/sec
11702026-07-20T10:34:46.050Z[ 8] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
11712026-07-20T10:34:46.052Z[ 10] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
11722026-07-20T10:34:46.052Z[ 12] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
11732026-07-20T10:34:46.052Z[ 14] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
11742026-07-20T10:34:46.052Z[ 16] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
11752026-07-20T10:34:46.052Z[ 18] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
11762026-07-20T10:34:46.052Z[ 20] 0.00-1.00 sec 119 MBytes 996 Mbits/sec
11772026-07-20T10:34:46.052Z[SUM] 0.00-1.00 sec 950 MBytes 7.97 Gbits/sec
11782026-07-20T10:34:46.052Z- - - - - - - - - - - - - - - - - - - - - - - - -
11792026-07-20T10:34:46.052Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11802026-07-20T10:34:46.052Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11812026-07-20T10:34:46.052Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11822026-07-20T10:34:46.052Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11832026-07-20T10:34:46.052Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11842026-07-20T10:34:46.052Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11852026-07-20T10:34:46.052Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11862026-07-20T10:34:46.052Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
11872026-07-20T10:34:46.052Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
11882026-07-20T10:34:46.052Z- - - - - - - - - - - - - - - - - - - - - - - - -
11892026-07-20T10:34:46.052Z[ 5] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
11902026-07-20T10:34:46.053Z[ 8] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
11912026-07-20T10:34:46.053Z[ 10] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11922026-07-20T10:34:46.053Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11932026-07-20T10:34:46.053Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11942026-07-20T10:34:46.053Z[ 16] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
11952026-07-20T10:34:46.054Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11962026-07-20T10:34:46.054Z[ 20] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
11972026-07-20T10:34:46.054Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
11982026-07-20T10:34:46.054Z- - - - - - - - - - - - - - - - - - - - - - - - -
11992026-07-20T10:34:46.054Z[ 5] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
12002026-07-20T10:34:46.054Z[ 8] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
12012026-07-20T10:34:46.055Z[ 10] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
12022026-07-20T10:34:46.055Z[ 12] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
12032026-07-20T10:34:46.055Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12042026-07-20T10:34:46.055Z[ 16] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
12052026-07-20T10:34:46.055Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
12062026-07-20T10:34:46.055Z[ 20] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
12072026-07-20T10:34:46.055Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
12082026-07-20T10:34:46.055Z- - - - - - - - - - - - - - - - - - - - - - - - -
12092026-07-20T10:34:46.055Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12102026-07-20T10:34:46.055Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12112026-07-20T10:34:46.055Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12122026-07-20T10:34:46.055Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12132026-07-20T10:34:46.055Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12142026-07-20T10:34:46.055Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12152026-07-20T10:34:46.055Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12162026-07-20T10:34:46.055Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
12172026-07-20T10:34:46.055Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
12182026-07-20T10:34:46.055Z- - - - - - - - - - - - - - - - - - - - - - - - -
12192026-07-20T10:34:46.057Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12202026-07-20T10:34:46.058Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12212026-07-20T10:34:46.058Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12222026-07-20T10:34:46.058Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12232026-07-20T10:34:46.058Z[ 14] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12242026-07-20T10:34:46.058Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12252026-07-20T10:34:46.058Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12262026-07-20T10:34:46.058Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
12272026-07-20T10:34:46.058Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
12282026-07-20T10:34:46.058Z- - - - - - - - - - - - - - - - - - - - - - - - -
12292026-07-20T10:34:46.058Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12302026-07-20T10:34:46.058Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12312026-07-20T10:34:46.058Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12322026-07-20T10:34:49.049Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12332026-07-20T10:34:49.049Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12342026-07-20T10:34:49.049Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12352026-07-20T10:34:49.049Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12362026-07-20T10:34:49.049Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
12372026-07-20T10:34:49.049Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
12382026-07-20T10:34:49.049Z- - - - - - - - - - - - - - - - - - - - - - - - -
12392026-07-20T10:34:49.050Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12402026-07-20T10:34:49.050Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12412026-07-20T10:34:49.050Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12422026-07-20T10:34:49.050Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12432026-07-20T10:34:49.050Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12442026-07-20T10:34:49.050Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12452026-07-20T10:34:49.050Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12462026-07-20T10:34:49.050Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
12472026-07-20T10:34:49.052Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
12482026-07-20T10:34:49.052Z- - - - - - - - - - - - - - - - - - - - - - - - -
12492026-07-20T10:34:49.052Z[ 5] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
12502026-07-20T10:34:49.052Z[ 8] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
12512026-07-20T10:34:49.052Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12522026-07-20T10:34:49.052Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12532026-07-20T10:34:49.052Z[ 14] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
12542026-07-20T10:34:49.052Z[ 16] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
12552026-07-20T10:34:49.052Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12562026-07-20T10:34:49.056Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
12572026-07-20T10:34:49.056Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
12582026-07-20T10:34:49.056Z- - - - - - - - - - - - - - - - - - - - - - - - -
12592026-07-20T10:34:49.056Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12602026-07-20T10:34:49.056Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12612026-07-20T10:34:49.056Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12622026-07-20T10:34:49.056Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12632026-07-20T10:34:49.056Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12642026-07-20T10:34:49.056Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12652026-07-20T10:34:49.056Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12662026-07-20T10:34:49.056Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
12672026-07-20T10:34:49.056Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
12682026-07-20T10:34:49.056Z- - - - - - - - - - - - - - - - - - - - - - - - -
12692026-07-20T10:34:49.056Z[ 5] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12702026-07-20T10:34:49.056Z[ 8] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12712026-07-20T10:34:49.057Z[ 10] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12722026-07-20T10:34:49.057Z[ 12] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12732026-07-20T10:34:49.057Z[ 14] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12742026-07-20T10:34:49.057Z[ 16] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12752026-07-20T10:34:49.057Z[ 18] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12762026-07-20T10:34:49.057Z[ 20] 10.00-10.00 sec 128 KBytes 2.06 Gbits/sec
12772026-07-20T10:34:49.057Z[SUM] 10.00-10.00 sec 1.00 MBytes 16.4 Gbits/sec
12782026-07-20T10:34:49.057Z- - - - - - - - - - - - - - - - - - - - - - - - -
12792026-07-20T10:34:49.057Z[ ID] Interval Transfer Bitrate
12802026-07-20T10:34:49.057Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12812026-07-20T10:34:49.057Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12822026-07-20T10:34:49.058Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12832026-07-20T10:34:49.058Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12842026-07-20T10:34:49.058Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12852026-07-20T10:34:49.058Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12862026-07-20T10:34:49.058Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12872026-07-20T10:34:49.058Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
12882026-07-20T10:34:49.058Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
12892026-07-20T10:34:49.058ZRun 2/5...10101.088593709079Mbps
12902026-07-20T10:34:56.446Z-----------------------------------------------------------
12912026-07-20T10:34:56.446ZServer listening on 5201 (test #3)
12922026-07-20T10:34:56.446Z-----------------------------------------------------------
12932026-07-20T10:34:56.448ZAccepted connection from 10.0.0.1, port 46512
12942026-07-20T10:34:56.448Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38220
12952026-07-20T10:34:56.448Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46822
12962026-07-20T10:34:56.448Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44655
12972026-07-20T10:34:56.448Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44801
12982026-07-20T10:34:56.448Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33882
12992026-07-20T10:34:56.448Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65010
13002026-07-20T10:34:56.448Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35948
13012026-07-20T10:34:56.448Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45727
13022026-07-20T10:34:56.448Z[ ID] Interval Transfer Bitrate
13032026-07-20T10:34:56.448Z[ 5] 0.00-1.00 sec 118 MBytes 989 Mbits/sec
13042026-07-20T10:34:56.448Z[ 8] 0.00-1.00 sec 118 MBytes 989 Mbits/sec
13052026-07-20T10:34:56.448Z[ 10] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
13062026-07-20T10:34:56.448Z[ 12] 0.00-1.00 sec 118 MBytes 991 Mbits/sec
13072026-07-20T10:34:56.448Z[ 14] 0.00-1.00 sec 118 MBytes 989 Mbits/sec
13082026-07-20T10:34:56.448Z[ 16] 0.00-1.00 sec 118 MBytes 988 Mbits/sec
13092026-07-20T10:34:56.448Z[ 18] 0.00-1.00 sec 118 MBytes 989 Mbits/sec
13102026-07-20T10:34:56.448Z[ 20] 0.00-1.00 sec 118 MBytes 990 Mbits/sec
13112026-07-20T10:34:56.448Z[SUM] 0.00-1.00 sec 943 MBytes 7.91 Gbits/sec
13122026-07-20T10:34:56.448Z- - - - - - - - - - - - - - - - - - - - - - - - -
13132026-07-20T10:34:56.448Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13142026-07-20T10:34:56.448Z[ 8] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
13152026-07-20T10:34:56.448Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13162026-07-20T10:34:56.448Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13172026-07-20T10:34:56.450Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
13182026-07-20T10:34:56.450Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13192026-07-20T10:34:56.450Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13202026-07-20T10:34:56.450Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13212026-07-20T10:34:56.450Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
13222026-07-20T10:34:56.450Z- - - - - - - - - - - - - - - - - - - - - - - - -
13232026-07-20T10:34:56.450Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13242026-07-20T10:34:56.450Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
13252026-07-20T10:34:56.450Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13262026-07-20T10:34:56.450Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13272026-07-20T10:34:56.450Z[ 14] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
13282026-07-20T10:34:56.450Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13292026-07-20T10:34:56.451Z[ 18] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
13302026-07-20T10:34:56.451Z[ 20] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
13312026-07-20T10:34:56.451Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
13322026-07-20T10:34:56.452Z- - - - - - - - - - - - - - - - - - - - - - - - -
13332026-07-20T10:34:56.452Z[ 5] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
13342026-07-20T10:34:56.452Z[ 8] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
13352026-07-20T10:34:56.452Z[ 10] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
13362026-07-20T10:34:56.452Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13372026-07-20T10:34:56.456Z[ 14] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
13382026-07-20T10:34:56.456Z[ 16] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
13392026-07-20T10:34:56.456Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13402026-07-20T10:34:56.456Z[ 20] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
13412026-07-20T10:34:56.458Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
13422026-07-20T10:34:56.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
13432026-07-20T10:34:56.458Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13442026-07-20T10:34:56.458Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13452026-07-20T10:34:56.458Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13462026-07-20T10:34:56.458Z[ 12] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13472026-07-20T10:34:56.458Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13482026-07-20T10:34:56.458Z[ 16] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13492026-07-20T10:34:56.458Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
13502026-07-20T10:34:56.458Z[ 20] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13512026-07-20T10:34:56.458Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
13522026-07-20T10:34:56.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
13532026-07-20T10:34:56.458Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13542026-07-20T10:34:56.458Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13552026-07-20T10:34:56.458Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13562026-07-20T10:34:56.458Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13572026-07-20T10:34:56.458Z[ 14] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13582026-07-20T10:34:56.458Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13592026-07-20T10:34:56.458Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13602026-07-20T10:34:56.458Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
13612026-07-20T10:34:56.458Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
13622026-07-20T10:34:56.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
13632026-07-20T10:34:56.459Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13642026-07-20T10:34:56.459Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13652026-07-20T10:34:56.460Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13662026-07-20T10:34:59.446Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13672026-07-20T10:34:59.446Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13682026-07-20T10:34:59.446Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13692026-07-20T10:34:59.446Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13702026-07-20T10:34:59.446Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13712026-07-20T10:34:59.446Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
13722026-07-20T10:34:59.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
13732026-07-20T10:34:59.446Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13742026-07-20T10:34:59.446Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13752026-07-20T10:34:59.446Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13762026-07-20T10:34:59.446Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13772026-07-20T10:34:59.446Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13782026-07-20T10:34:59.446Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13792026-07-20T10:34:59.446Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13802026-07-20T10:34:59.446Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
13812026-07-20T10:34:59.446Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
13822026-07-20T10:34:59.446Z- - - - - - - - - - - - - - - - - - - - - - - - -
13832026-07-20T10:34:59.446Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13842026-07-20T10:34:59.446Z[ 8] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
13852026-07-20T10:34:59.446Z[ 10] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
13862026-07-20T10:34:59.446Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13872026-07-20T10:34:59.446Z[ 14] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
13882026-07-20T10:34:59.446Z[ 16] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
13892026-07-20T10:34:59.446Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13902026-07-20T10:34:59.450Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13912026-07-20T10:34:59.450Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
13922026-07-20T10:34:59.450Z- - - - - - - - - - - - - - - - - - - - - - - - -
13932026-07-20T10:34:59.450Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
13942026-07-20T10:34:59.450Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
13952026-07-20T10:34:59.450Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
13962026-07-20T10:34:59.450Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
13972026-07-20T10:34:59.450Z[ 14] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
13982026-07-20T10:34:59.450Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
13992026-07-20T10:34:59.450Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
14002026-07-20T10:34:59.450Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
14012026-07-20T10:34:59.450Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
14022026-07-20T10:34:59.450Z- - - - - - - - - - - - - - - - - - - - - - - - -
14032026-07-20T10:34:59.450Z[ 5] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14042026-07-20T10:34:59.450Z[ 8] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14052026-07-20T10:34:59.450Z[ 10] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14062026-07-20T10:34:59.450Z[ 12] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14072026-07-20T10:34:59.450Z[ 14] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14082026-07-20T10:34:59.450Z[ 16] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14092026-07-20T10:34:59.450Z[ 18] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14102026-07-20T10:34:59.450Z[ 20] 10.00-10.00 sec 128 KBytes 2.03 Gbits/sec
14112026-07-20T10:34:59.450Z[SUM] 10.00-10.00 sec 1.00 MBytes 16.2 Gbits/sec
14122026-07-20T10:34:59.451Z- - - - - - - - - - - - - - - - - - - - - - - - -
14132026-07-20T10:34:59.451Z[ ID] Interval Transfer Bitrate
14142026-07-20T10:34:59.451Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14152026-07-20T10:34:59.451Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14162026-07-20T10:34:59.451Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14172026-07-20T10:34:59.451Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14182026-07-20T10:34:59.451Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14192026-07-20T10:34:59.451Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14202026-07-20T10:34:59.451Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14212026-07-20T10:34:59.451Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
14222026-07-20T10:34:59.451Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
14232026-07-20T10:34:59.451ZRun 3/5...10105.460206802092Mbps
14242026-07-20T10:35:06.831Z-----------------------------------------------------------
14252026-07-20T10:35:06.831ZServer listening on 5201 (test #4)
14262026-07-20T10:35:06.831Z-----------------------------------------------------------
14272026-07-20T10:35:06.831ZAccepted connection from 10.0.0.1, port 38789
14282026-07-20T10:35:06.831Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60903
14292026-07-20T10:35:06.831Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33831
14302026-07-20T10:35:06.831Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40362
14312026-07-20T10:35:06.831Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36093
14322026-07-20T10:35:06.831Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42715
14332026-07-20T10:35:06.831Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37585
14342026-07-20T10:35:06.831Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43617
14352026-07-20T10:35:06.831Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33519
14362026-07-20T10:35:06.831Z[ ID] Interval Transfer Bitrate
14372026-07-20T10:35:06.831Z[ 5] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
14382026-07-20T10:35:06.831Z[ 8] 0.00-1.00 sec 118 MBytes 991 Mbits/sec
14392026-07-20T10:35:06.831Z[ 10] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
14402026-07-20T10:35:06.831Z[ 12] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
14412026-07-20T10:35:06.831Z[ 14] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
14422026-07-20T10:35:06.831Z[ 16] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
14432026-07-20T10:35:06.831Z[ 18] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
14442026-07-20T10:35:06.831Z[ 20] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
14452026-07-20T10:35:06.832Z[SUM] 0.00-1.00 sec 947 MBytes 7.94 Gbits/sec
14462026-07-20T10:35:06.832Z- - - - - - - - - - - - - - - - - - - - - - - - -
14472026-07-20T10:35:06.832Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14482026-07-20T10:35:06.832Z[ 8] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
14492026-07-20T10:35:06.832Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14502026-07-20T10:35:06.832Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14512026-07-20T10:35:06.832Z[ 14] 1.00-2.00 sec 154 MBytes 1.30 Gbits/sec
14522026-07-20T10:35:06.832Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14532026-07-20T10:35:06.835Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14542026-07-20T10:35:06.836Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
14552026-07-20T10:35:06.836Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
14562026-07-20T10:35:06.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
14572026-07-20T10:35:06.836Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14582026-07-20T10:35:06.837Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14592026-07-20T10:35:06.837Z[ 10] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14602026-07-20T10:35:06.837Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14612026-07-20T10:35:06.837Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14622026-07-20T10:35:06.837Z[ 16] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14632026-07-20T10:35:06.837Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14642026-07-20T10:35:06.837Z[ 20] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
14652026-07-20T10:35:06.837Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
14662026-07-20T10:35:06.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
14672026-07-20T10:35:06.837Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14682026-07-20T10:35:06.837Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14692026-07-20T10:35:06.837Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14702026-07-20T10:35:06.837Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14712026-07-20T10:35:06.837Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14722026-07-20T10:35:06.837Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14732026-07-20T10:35:06.837Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14742026-07-20T10:35:06.837Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
14752026-07-20T10:35:06.837Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
14762026-07-20T10:35:06.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
14772026-07-20T10:35:06.837Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14782026-07-20T10:35:06.838Z[ 8] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14792026-07-20T10:35:06.838Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14802026-07-20T10:35:06.838Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14812026-07-20T10:35:06.838Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14822026-07-20T10:35:06.838Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14832026-07-20T10:35:06.838Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14842026-07-20T10:35:06.838Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
14852026-07-20T10:35:06.838Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
14862026-07-20T10:35:06.838Z- - - - - - - - - - - - - - - - - - - - - - - - -
14872026-07-20T10:35:06.838Z[ 5] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14882026-07-20T10:35:06.838Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14892026-07-20T10:35:06.838Z[ 10] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14902026-07-20T10:35:06.838Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14912026-07-20T10:35:06.838Z[ 14] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14922026-07-20T10:35:06.838Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14932026-07-20T10:35:06.838Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14942026-07-20T10:35:06.838Z[ 20] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
14952026-07-20T10:35:06.838Z[SUM] 5.00-6.00 sec 1.20 GBytes 10.3 Gbits/sec
14962026-07-20T10:35:06.838Z- - - - - - - - - - - - - - - - - - - - - - - - -
14972026-07-20T10:35:06.838Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
14982026-07-20T10:35:06.838Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
14992026-07-20T10:35:06.838Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
15002026-07-20T10:35:09.833Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
15012026-07-20T10:35:09.833Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
15022026-07-20T10:35:09.833Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
15032026-07-20T10:35:09.835Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
15042026-07-20T10:35:09.835Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
15052026-07-20T10:35:09.835Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
15062026-07-20T10:35:09.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
15072026-07-20T10:35:09.836Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15082026-07-20T10:35:09.836Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15092026-07-20T10:35:09.836Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15102026-07-20T10:35:09.836Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15112026-07-20T10:35:09.836Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15122026-07-20T10:35:09.836Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15132026-07-20T10:35:09.836Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15142026-07-20T10:35:09.836Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
15152026-07-20T10:35:09.836Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
15162026-07-20T10:35:09.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
15172026-07-20T10:35:09.836Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15182026-07-20T10:35:09.836Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15192026-07-20T10:35:09.836Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15202026-07-20T10:35:09.836Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15212026-07-20T10:35:09.837Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15222026-07-20T10:35:09.837Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15232026-07-20T10:35:09.837Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15242026-07-20T10:35:09.837Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
15252026-07-20T10:35:09.837Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
15262026-07-20T10:35:09.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
15272026-07-20T10:35:09.838Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15282026-07-20T10:35:09.838Z[ 8] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
15292026-07-20T10:35:09.838Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15302026-07-20T10:35:09.838Z[ 12] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
15312026-07-20T10:35:09.838Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15322026-07-20T10:35:09.838Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15332026-07-20T10:35:09.838Z[ 18] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
15342026-07-20T10:35:09.838Z[ 20] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
15352026-07-20T10:35:09.838Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
15362026-07-20T10:35:09.838Z- - - - - - - - - - - - - - - - - - - - - - - - -
15372026-07-20T10:35:09.838Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15382026-07-20T10:35:09.838Z[ 8] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
15392026-07-20T10:35:09.838Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15402026-07-20T10:35:09.838Z[ 12] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
15412026-07-20T10:35:09.838Z[ 14] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
15422026-07-20T10:35:09.838Z[ 16] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
15432026-07-20T10:35:09.838Z[ 18] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
15442026-07-20T10:35:09.838Z[ 20] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
15452026-07-20T10:35:09.838Z[SUM] 10.00-10.00 sec 768 KBytes 14.3 Gbits/sec
15462026-07-20T10:35:09.838Z- - - - - - - - - - - - - - - - - - - - - - - - -
15472026-07-20T10:35:09.838Z[ ID] Interval Transfer Bitrate
15482026-07-20T10:35:09.842Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15492026-07-20T10:35:09.842Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15502026-07-20T10:35:09.842Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15512026-07-20T10:35:09.843Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15522026-07-20T10:35:09.843Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15532026-07-20T10:35:09.843Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15542026-07-20T10:35:09.843Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15552026-07-20T10:35:09.843Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
15562026-07-20T10:35:09.843Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
15572026-07-20T10:35:09.843ZRun 4/5...10108.50708472035Mbps
15582026-07-20T10:35:17.219Z-----------------------------------------------------------
15592026-07-20T10:35:17.219ZServer listening on 5201 (test #5)
15602026-07-20T10:35:17.219Z-----------------------------------------------------------
15612026-07-20T10:35:17.219ZAccepted connection from 10.0.0.1, port 45714
15622026-07-20T10:35:17.219Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41013
15632026-07-20T10:35:17.219Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37413
15642026-07-20T10:35:17.219Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65311
15652026-07-20T10:35:17.219Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44496
15662026-07-20T10:35:17.219Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41688
15672026-07-20T10:35:17.219Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53306
15682026-07-20T10:35:17.219Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56497
15692026-07-20T10:35:17.219Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39730
15702026-07-20T10:35:17.219Z[ ID] Interval Transfer Bitrate
15712026-07-20T10:35:17.219Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15722026-07-20T10:35:17.219Z[ 8] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15732026-07-20T10:35:17.220Z[ 10] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15742026-07-20T10:35:17.220Z[ 12] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15752026-07-20T10:35:17.220Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15762026-07-20T10:35:17.220Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15772026-07-20T10:35:17.221Z[ 18] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15782026-07-20T10:35:17.221Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15792026-07-20T10:35:17.221Z[SUM] 0.00-1.00 sec 961 MBytes 8.06 Gbits/sec
15802026-07-20T10:35:17.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
15812026-07-20T10:35:17.221Z[ 5] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15822026-07-20T10:35:17.221Z[ 8] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15832026-07-20T10:35:17.221Z[ 10] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15842026-07-20T10:35:17.221Z[ 12] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15852026-07-20T10:35:17.221Z[ 14] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15862026-07-20T10:35:17.221Z[ 16] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15872026-07-20T10:35:17.221Z[ 18] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15882026-07-20T10:35:17.221Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
15892026-07-20T10:35:17.221Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.5 Gbits/sec
15902026-07-20T10:35:17.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
15912026-07-20T10:35:17.221Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
15922026-07-20T10:35:17.221Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15932026-07-20T10:35:17.221Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
15942026-07-20T10:35:17.221Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15952026-07-20T10:35:17.222Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15962026-07-20T10:35:17.222Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15972026-07-20T10:35:17.223Z[ 18] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
15982026-07-20T10:35:17.226Z[ 20] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
15992026-07-20T10:35:17.227Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
16002026-07-20T10:35:17.227Z- - - - - - - - - - - - - - - - - - - - - - - - -
16012026-07-20T10:35:17.227Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
16022026-07-20T10:35:17.227Z[ 8] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
16032026-07-20T10:35:17.227Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
16042026-07-20T10:35:17.227Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
16052026-07-20T10:35:17.227Z[ 14] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
16062026-07-20T10:35:17.227Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
16072026-07-20T10:35:17.227Z[ 18] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
16082026-07-20T10:35:17.227Z[ 20] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
16092026-07-20T10:35:17.227Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.4 Gbits/sec
16102026-07-20T10:35:17.227Z- - - - - - - - - - - - - - - - - - - - - - - - -
16112026-07-20T10:35:17.227Z[ 5] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16122026-07-20T10:35:17.227Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16132026-07-20T10:35:17.227Z[ 10] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16142026-07-20T10:35:17.227Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16152026-07-20T10:35:17.227Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16162026-07-20T10:35:17.227Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16172026-07-20T10:35:17.228Z[ 18] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16182026-07-20T10:35:17.228Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
16192026-07-20T10:35:17.228Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
16202026-07-20T10:35:17.228Z- - - - - - - - - - - - - - - - - - - - - - - - -
16212026-07-20T10:35:17.229Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16222026-07-20T10:35:17.229Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16232026-07-20T10:35:17.229Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16242026-07-20T10:35:17.229Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16252026-07-20T10:35:17.229Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16262026-07-20T10:35:17.229Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16272026-07-20T10:35:17.229Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16282026-07-20T10:35:17.229Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16292026-07-20T10:35:17.229Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
16302026-07-20T10:35:17.229Z- - - - - - - - - - - - - - - - - - - - - - - - -
16312026-07-20T10:35:17.229Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16322026-07-20T10:35:17.230Z[ 8] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
16332026-07-20T10:35:17.230Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16342026-07-20T10:35:20.220Z[ 12] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
16352026-07-20T10:35:20.220Z[ 14] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
16362026-07-20T10:35:20.220Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16372026-07-20T10:35:20.220Z[ 18] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
16382026-07-20T10:35:20.220Z[ 20] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
16392026-07-20T10:35:20.220Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
16402026-07-20T10:35:20.220Z- - - - - - - - - - - - - - - - - - - - - - - - -
16412026-07-20T10:35:20.220Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16422026-07-20T10:35:20.220Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16432026-07-20T10:35:20.220Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16442026-07-20T10:35:20.220Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16452026-07-20T10:35:20.221Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16462026-07-20T10:35:20.221Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16472026-07-20T10:35:20.221Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16482026-07-20T10:35:20.221Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16492026-07-20T10:35:20.221Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
16502026-07-20T10:35:20.221Z- - - - - - - - - - - - - - - - - - - - - - - - -
16512026-07-20T10:35:20.222Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16522026-07-20T10:35:20.222Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16532026-07-20T10:35:20.222Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16542026-07-20T10:35:20.222Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16552026-07-20T10:35:20.222Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16562026-07-20T10:35:20.222Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16572026-07-20T10:35:20.222Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16582026-07-20T10:35:20.222Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16592026-07-20T10:35:20.222Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
16602026-07-20T10:35:20.222Z- - - - - - - - - - - - - - - - - - - - - - - - -
16612026-07-20T10:35:20.222Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16622026-07-20T10:35:20.222Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16632026-07-20T10:35:20.222Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16642026-07-20T10:35:20.222Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16652026-07-20T10:35:20.223Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16662026-07-20T10:35:20.223Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16672026-07-20T10:35:20.223Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16682026-07-20T10:35:20.223Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16692026-07-20T10:35:20.224Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
16702026-07-20T10:35:20.224Z- - - - - - - - - - - - - - - - - - - - - - - - -
16712026-07-20T10:35:20.224Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16722026-07-20T10:35:20.224Z[ 8] 10.00-10.00 sec 128 KBytes 2.01 Gbits/sec
16732026-07-20T10:35:20.224Z[ 10] 10.00-10.00 sec 128 KBytes 2.01 Gbits/sec
16742026-07-20T10:35:20.224Z[ 12] 10.00-10.00 sec 128 KBytes 2.01 Gbits/sec
16752026-07-20T10:35:20.224Z[ 14] 10.00-10.00 sec 128 KBytes 2.01 Gbits/sec
16762026-07-20T10:35:20.224Z[ 16] 10.00-10.00 sec 128 KBytes 2.01 Gbits/sec
16772026-07-20T10:35:20.224Z[ 18] 10.00-10.00 sec 128 KBytes 2.01 Gbits/sec
16782026-07-20T10:35:20.224Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16792026-07-20T10:35:20.224Z[SUM] 10.00-10.00 sec 768 KBytes 12.1 Gbits/sec
16802026-07-20T10:35:20.224Z- - - - - - - - - - - - - - - - - - - - - - - - -
16812026-07-20T10:35:20.224Z[ ID] Interval Transfer Bitrate
16822026-07-20T10:35:20.224Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16832026-07-20T10:35:20.224Z[ 8] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16842026-07-20T10:35:20.224Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16852026-07-20T10:35:20.224Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16862026-07-20T10:35:20.225Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16872026-07-20T10:35:20.225Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16882026-07-20T10:35:20.225Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16892026-07-20T10:35:20.225Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16902026-07-20T10:35:20.225Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec receiver
16912026-07-20T10:35:20.231ZRun 5/5...10191.861236222636Mbps
16922026-07-20T10:35:20.231Z###---------------------###
16932026-07-20T10:35:20.231Z::: iPerf done... :::
16942026-07-20T10:35:20.231Z:::Awaiting out files...:::
16952026-07-20T10:35:20.232Z###---------------------###
16962026-07-20T10:35:20.232Z###-----###
16972026-07-20T10:35:20.232Z:::done!:::
16982026-07-20T10:35:20.232Z###-----###
16992026-07-20T10:35:20.232Z###-------------------###
17002026-07-20T10:35:20.232Z:::Running experiment :::
17012026-07-20T10:35:20.232Z:::iperf-tcp/local/s2c:::
17022026-07-20T10:35:20.232Z###-------------------###
17032026-07-20T10:35:27.627Z-----------------------------------------------------------
17042026-07-20T10:35:27.627ZServer listening on 5201 (test #6)
17052026-07-20T10:35:27.627Z-----------------------------------------------------------
17062026-07-20T10:35:27.627ZAccepted connection from 10.0.0.1, port 62744
17072026-07-20T10:35:27.627Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35677
17082026-07-20T10:35:27.627Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37065
17092026-07-20T10:35:27.627Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58911
17102026-07-20T10:35:27.627Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39763
17112026-07-20T10:35:27.627Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61714
17122026-07-20T10:35:27.629Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50600
17132026-07-20T10:35:27.632Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32850
17142026-07-20T10:35:27.632Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62726
17152026-07-20T10:35:27.632Z[ ID] Interval Transfer Bitrate
17162026-07-20T10:35:27.632Z[ 5] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
17172026-07-20T10:35:27.632Z[ 8] 0.00-1.00 sec 127 MBytes 1.07 Gbits/sec
17182026-07-20T10:35:27.632Z[ 10] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec
17192026-07-20T10:35:27.632Z[ 12] 0.00-1.00 sec 145 MBytes 1.21 Gbits/sec
17202026-07-20T10:35:27.632Z[ 14] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
17212026-07-20T10:35:27.632Z[ 16] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
17222026-07-20T10:35:27.632Z[ 18] 0.00-1.00 sec 143 MBytes 1.20 Gbits/sec
17232026-07-20T10:35:27.632Z[ 20] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
17242026-07-20T10:35:27.632Z[SUM] 0.00-1.00 sec 1.01 GBytes 8.69 Gbits/sec
17252026-07-20T10:35:27.632Z- - - - - - - - - - - - - - - - - - - - - - - - -
17262026-07-20T10:35:27.632Z[ 5] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
17272026-07-20T10:35:27.632Z[ 8] 1.00-2.00 sec 164 MBytes 1.38 Gbits/sec
17282026-07-20T10:35:27.633Z[ 10] 1.00-2.00 sec 164 MBytes 1.38 Gbits/sec
17292026-07-20T10:35:27.633Z[ 12] 1.00-2.00 sec 172 MBytes 1.45 Gbits/sec
17302026-07-20T10:35:27.633Z[ 14] 1.00-2.00 sec 162 MBytes 1.36 Gbits/sec
17312026-07-20T10:35:27.633Z[ 16] 1.00-2.00 sec 170 MBytes 1.42 Gbits/sec
17322026-07-20T10:35:27.633Z[ 18] 1.00-2.00 sec 176 MBytes 1.48 Gbits/sec
17332026-07-20T10:35:27.633Z[ 20] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
17342026-07-20T10:35:27.633Z[SUM] 1.00-2.00 sec 1.30 GBytes 11.2 Gbits/sec
17352026-07-20T10:35:27.633Z- - - - - - - - - - - - - - - - - - - - - - - - -
17362026-07-20T10:35:27.634Z[ 5] 2.00-3.00 sec 172 MBytes 1.44 Gbits/sec
17372026-07-20T10:35:27.634Z[ 8] 2.00-3.00 sec 177 MBytes 1.49 Gbits/sec
17382026-07-20T10:35:27.634Z[ 10] 2.00-3.00 sec 177 MBytes 1.49 Gbits/sec
17392026-07-20T10:35:27.634Z[ 12] 2.00-3.00 sec 205 MBytes 1.72 Gbits/sec
17402026-07-20T10:35:27.634Z[ 14] 2.00-3.00 sec 176 MBytes 1.48 Gbits/sec
17412026-07-20T10:35:27.634Z[ 16] 2.00-3.00 sec 176 MBytes 1.47 Gbits/sec
17422026-07-20T10:35:27.634Z[ 18] 2.00-3.00 sec 186 MBytes 1.56 Gbits/sec
17432026-07-20T10:35:27.634Z[ 20] 2.00-3.00 sec 176 MBytes 1.47 Gbits/sec
17442026-07-20T10:35:27.634Z[SUM] 2.00-3.00 sec 1.41 GBytes 12.1 Gbits/sec
17452026-07-20T10:35:27.634Z- - - - - - - - - - - - - - - - - - - - - - - - -
17462026-07-20T10:35:27.634Z[ 5] 3.00-4.00 sec 150 MBytes 1.26 Gbits/sec
17472026-07-20T10:35:27.634Z[ 8] 3.00-4.00 sec 166 MBytes 1.39 Gbits/sec
17482026-07-20T10:35:27.634Z[ 10] 3.00-4.00 sec 166 MBytes 1.39 Gbits/sec
17492026-07-20T10:35:27.634Z[ 12] 3.00-4.00 sec 164 MBytes 1.38 Gbits/sec
17502026-07-20T10:35:27.634Z[ 14] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec
17512026-07-20T10:35:27.634Z[ 16] 3.00-4.00 sec 195 MBytes 1.64 Gbits/sec
17522026-07-20T10:35:27.634Z[ 18] 3.00-4.00 sec 186 MBytes 1.56 Gbits/sec
17532026-07-20T10:35:27.634Z[ 20] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec
17542026-07-20T10:35:27.634Z[SUM] 3.00-4.00 sec 1.33 GBytes 11.4 Gbits/sec
17552026-07-20T10:35:27.634Z- - - - - - - - - - - - - - - - - - - - - - - - -
17562026-07-20T10:35:27.634Z[ 5] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec
17572026-07-20T10:35:27.634Z[ 8] 4.00-5.00 sec 171 MBytes 1.44 Gbits/sec
17582026-07-20T10:35:27.634Z[ 10] 4.00-5.00 sec 171 MBytes 1.44 Gbits/sec
17592026-07-20T10:35:27.634Z[ 12] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
17602026-07-20T10:35:27.635Z[ 14] 4.00-5.00 sec 171 MBytes 1.43 Gbits/sec
17612026-07-20T10:35:27.635Z[ 16] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
17622026-07-20T10:35:27.635Z[ 18] 4.00-5.00 sec 198 MBytes 1.67 Gbits/sec
17632026-07-20T10:35:27.635Z[ 20] 4.00-5.00 sec 170 MBytes 1.43 Gbits/sec
17642026-07-20T10:35:27.635Z[SUM] 4.00-5.00 sec 1.35 GBytes 11.6 Gbits/sec
17652026-07-20T10:35:27.635Z- - - - - - - - - - - - - - - - - - - - - - - - -
17662026-07-20T10:35:27.635Z[ 5] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
17672026-07-20T10:35:27.643Z[ 8] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
17682026-07-20T10:35:27.643Z[ 10] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
17692026-07-20T10:35:27.643Z[ 12] 5.00-6.00 sec 167 MBytes 1.40 Gbits/sec
17702026-07-20T10:35:27.643Z[ 14] 5.00-6.00 sec 160 MBytes 1.34 Gbits/sec
17712026-07-20T10:35:27.643Z[ 16] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
17722026-07-20T10:35:27.643Z[ 18] 5.00-6.00 sec 171 MBytes 1.44 Gbits/sec
17732026-07-20T10:35:27.643Z[ 20] 5.00-6.00 sec 160 MBytes 1.34 Gbits/sec
17742026-07-20T10:35:27.643Z[SUM] 5.00-6.00 sec 1.26 GBytes 10.8 Gbits/sec
17752026-07-20T10:35:27.643Z- - - - - - - - - - - - - - - - - - - - - - - - -
17762026-07-20T10:35:27.643Z[ 5] 6.00-7.00 sec 173 MBytes 1.45 Gbits/sec
17772026-07-20T10:35:27.643Z[ 8] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec
17782026-07-20T10:35:27.643Z[ 10] 6.00-7.00 sec 175 MBytes 1.47 Gbits/sec
17792026-07-20T10:35:30.628Z[ 12] 6.00-7.00 sec 188 MBytes 1.57 Gbits/sec
17802026-07-20T10:35:30.628Z[ 14] 6.00-7.00 sec 174 MBytes 1.46 Gbits/sec
17812026-07-20T10:35:30.628Z[ 16] 6.00-7.00 sec 184 MBytes 1.55 Gbits/sec
17822026-07-20T10:35:30.628Z[ 18] 6.00-7.00 sec 187 MBytes 1.57 Gbits/sec
17832026-07-20T10:35:30.628Z[ 20] 6.00-7.00 sec 174 MBytes 1.46 Gbits/sec
17842026-07-20T10:35:30.628Z[SUM] 6.00-7.00 sec 1.40 GBytes 12.0 Gbits/sec
17852026-07-20T10:35:30.628Z- - - - - - - - - - - - - - - - - - - - - - - - -
17862026-07-20T10:35:30.628Z[ 5] 7.00-8.00 sec 214 MBytes 1.80 Gbits/sec
17872026-07-20T10:35:30.628Z[ 8] 7.00-8.00 sec 180 MBytes 1.51 Gbits/sec
17882026-07-20T10:35:30.628Z[ 10] 7.00-8.00 sec 180 MBytes 1.51 Gbits/sec
17892026-07-20T10:35:30.628Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17902026-07-20T10:35:30.628Z[ 14] 7.00-8.00 sec 180 MBytes 1.51 Gbits/sec
17912026-07-20T10:35:30.628Z[ 16] 7.00-8.00 sec 196 MBytes 1.64 Gbits/sec
17922026-07-20T10:35:30.628Z[ 18] 7.00-8.00 sec 200 MBytes 1.67 Gbits/sec
17932026-07-20T10:35:30.628Z[ 20] 7.00-8.00 sec 180 MBytes 1.51 Gbits/sec
17942026-07-20T10:35:30.628Z[SUM] 7.00-8.00 sec 1.45 GBytes 12.5 Gbits/sec
17952026-07-20T10:35:30.628Z- - - - - - - - - - - - - - - - - - - - - - - - -
17962026-07-20T10:35:30.628Z[ 5] 8.00-9.00 sec 164 MBytes 1.37 Gbits/sec
17972026-07-20T10:35:30.628Z[ 8] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec
17982026-07-20T10:35:30.628Z[ 10] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec
17992026-07-20T10:35:30.628Z[ 12] 8.00-9.00 sec 193 MBytes 1.62 Gbits/sec
18002026-07-20T10:35:30.628Z[ 14] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec
18012026-07-20T10:35:30.629Z[ 16] 8.00-9.00 sec 164 MBytes 1.38 Gbits/sec
18022026-07-20T10:35:30.629Z[ 18] 8.00-9.00 sec 208 MBytes 1.74 Gbits/sec
18032026-07-20T10:35:30.629Z[ 20] 8.00-9.00 sec 173 MBytes 1.45 Gbits/sec
18042026-07-20T10:35:30.629Z[SUM] 8.00-9.00 sec 1.39 GBytes 11.9 Gbits/sec
18052026-07-20T10:35:30.629Z- - - - - - - - - - - - - - - - - - - - - - - - -
18062026-07-20T10:35:30.629Z[ 5] 9.00-10.00 sec 234 MBytes 1.96 Gbits/sec
18072026-07-20T10:35:30.629Z[ 8] 9.00-10.00 sec 188 MBytes 1.58 Gbits/sec
18082026-07-20T10:35:30.629Z[ 10] 9.00-10.00 sec 188 MBytes 1.58 Gbits/sec
18092026-07-20T10:35:30.629Z[ 12] 9.00-10.00 sec 199 MBytes 1.67 Gbits/sec
18102026-07-20T10:35:30.629Z[ 14] 9.00-10.00 sec 186 MBytes 1.56 Gbits/sec
18112026-07-20T10:35:30.629Z[ 16] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec
18122026-07-20T10:35:30.629Z[ 18] 9.00-10.00 sec 186 MBytes 1.56 Gbits/sec
18132026-07-20T10:35:30.629Z[ 20] 9.00-10.00 sec 186 MBytes 1.56 Gbits/sec
18142026-07-20T10:35:30.629Z[SUM] 9.00-10.00 sec 1.51 GBytes 12.9 Gbits/sec
18152026-07-20T10:35:30.629Z- - - - - - - - - - - - - - - - - - - - - - - - -
18162026-07-20T10:35:30.629Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18172026-07-20T10:35:30.629Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18182026-07-20T10:35:30.629Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18192026-07-20T10:35:30.629Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18202026-07-20T10:35:30.630Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18212026-07-20T10:35:30.630Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18222026-07-20T10:35:30.630Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18232026-07-20T10:35:30.630Z[ 20] 10.00-10.00 sec 128 KBytes 8.00 Gbits/sec
18242026-07-20T10:35:30.630Z[SUM] 10.00-10.00 sec 128 KBytes 8.00 Gbits/sec
18252026-07-20T10:35:30.630Z- - - - - - - - - - - - - - - - - - - - - - - - -
18262026-07-20T10:35:30.630Z[ ID] Interval Transfer Bitrate
18272026-07-20T10:35:30.630Z[ 5] 0.00-10.00 sec 1.68 GBytes 1.45 Gbits/sec sender
18282026-07-20T10:35:30.630Z[ 8] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec sender
18292026-07-20T10:35:30.630Z[ 10] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec sender
18302026-07-20T10:35:30.630Z[ 12] 0.00-10.00 sec 1.71 GBytes 1.47 Gbits/sec sender
18312026-07-20T10:35:30.630Z[ 14] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec sender
18322026-07-20T10:35:30.630Z[ 16] 0.00-10.00 sec 1.66 GBytes 1.42 Gbits/sec sender
18332026-07-20T10:35:30.630Z[ 18] 0.00-10.00 sec 1.80 GBytes 1.54 Gbits/sec sender
18342026-07-20T10:35:30.630Z[ 20] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec sender
18352026-07-20T10:35:30.630Z[SUM] 0.00-10.00 sec 13.4 GBytes 11.5 Gbits/sec sender
18362026-07-20T10:35:30.633ZRun 1/5...11514.638037804873Mbps
18372026-07-20T10:35:38.015Z-----------------------------------------------------------
18382026-07-20T10:35:38.015ZServer listening on 5201 (test #7)
18392026-07-20T10:35:38.015Z-----------------------------------------------------------
18402026-07-20T10:35:38.015ZAccepted connection from 10.0.0.1, port 48361
18412026-07-20T10:35:38.015Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62768
18422026-07-20T10:35:38.015Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53294
18432026-07-20T10:35:38.015Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51328
18442026-07-20T10:35:38.015Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61385
18452026-07-20T10:35:38.015Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54258
18462026-07-20T10:35:38.015Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53766
18472026-07-20T10:35:38.015Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37628
18482026-07-20T10:35:38.015Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42290
18492026-07-20T10:35:38.015Z[ ID] Interval Transfer Bitrate
18502026-07-20T10:35:38.015Z[ 5] 0.00-1.00 sec 135 MBytes 1.13 Gbits/sec
18512026-07-20T10:35:38.015Z[ 8] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
18522026-07-20T10:35:38.015Z[ 10] 0.00-1.00 sec 135 MBytes 1.13 Gbits/sec
18532026-07-20T10:35:38.015Z[ 12] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
18542026-07-20T10:35:38.017Z[ 14] 0.00-1.00 sec 133 MBytes 1.11 Gbits/sec
18552026-07-20T10:35:38.017Z[ 16] 0.00-1.00 sec 134 MBytes 1.12 Gbits/sec
18562026-07-20T10:35:38.017Z[ 18] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
18572026-07-20T10:35:38.017Z[ 20] 0.00-1.00 sec 135 MBytes 1.13 Gbits/sec
18582026-07-20T10:35:38.017Z[SUM] 0.00-1.00 sec 1.00 GBytes 8.63 Gbits/sec
18592026-07-20T10:35:38.017Z- - - - - - - - - - - - - - - - - - - - - - - - -
18602026-07-20T10:35:38.017Z[ 5] 1.00-2.00 sec 173 MBytes 1.45 Gbits/sec
18612026-07-20T10:35:38.017Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
18622026-07-20T10:35:38.017Z[ 10] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec
18632026-07-20T10:35:38.017Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
18642026-07-20T10:35:38.017Z[ 14] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
18652026-07-20T10:35:38.017Z[ 16] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
18662026-07-20T10:35:38.017Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
18672026-07-20T10:35:38.017Z[ 20] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
18682026-07-20T10:35:38.017Z[SUM] 1.00-2.00 sec 1.26 GBytes 10.8 Gbits/sec
18692026-07-20T10:35:38.017Z- - - - - - - - - - - - - - - - - - - - - - - - -
18702026-07-20T10:35:38.017Z[ 5] 2.00-3.00 sec 152 MBytes 1.28 Gbits/sec
18712026-07-20T10:35:38.017Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18722026-07-20T10:35:38.017Z[ 10] 2.00-3.00 sec 167 MBytes 1.40 Gbits/sec
18732026-07-20T10:35:38.017Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18742026-07-20T10:35:38.018Z[ 14] 2.00-3.00 sec 168 MBytes 1.41 Gbits/sec
18752026-07-20T10:35:38.018Z[ 16] 2.00-3.00 sec 169 MBytes 1.42 Gbits/sec
18762026-07-20T10:35:38.018Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
18772026-07-20T10:35:38.018Z[ 20] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
18782026-07-20T10:35:38.018Z[SUM] 2.00-3.00 sec 1.24 GBytes 10.7 Gbits/sec
18792026-07-20T10:35:38.018Z- - - - - - - - - - - - - - - - - - - - - - - - -
18802026-07-20T10:35:38.018Z[ 5] 3.00-4.00 sec 176 MBytes 1.48 Gbits/sec
18812026-07-20T10:35:38.018Z[ 8] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18822026-07-20T10:35:38.018Z[ 10] 3.00-4.00 sec 183 MBytes 1.54 Gbits/sec
18832026-07-20T10:35:38.018Z[ 12] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18842026-07-20T10:35:38.018Z[ 14] 3.00-4.00 sec 177 MBytes 1.48 Gbits/sec
18852026-07-20T10:35:38.018Z[ 16] 3.00-4.00 sec 190 MBytes 1.59 Gbits/sec
18862026-07-20T10:35:38.018Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18872026-07-20T10:35:38.022Z[ 20] 3.00-4.00 sec 183 MBytes 1.53 Gbits/sec
18882026-07-20T10:35:38.023Z[SUM] 3.00-4.00 sec 1.34 GBytes 11.5 Gbits/sec
18892026-07-20T10:35:38.023Z- - - - - - - - - - - - - - - - - - - - - - - - -
18902026-07-20T10:35:38.023Z[ 5] 4.00-5.00 sec 179 MBytes 1.50 Gbits/sec
18912026-07-20T10:35:38.023Z[ 8] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18922026-07-20T10:35:38.023Z[ 10] 4.00-5.00 sec 172 MBytes 1.44 Gbits/sec
18932026-07-20T10:35:38.023Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18942026-07-20T10:35:38.023Z[ 14] 4.00-5.00 sec 164 MBytes 1.37 Gbits/sec
18952026-07-20T10:35:38.023Z[ 16] 4.00-5.00 sec 162 MBytes 1.36 Gbits/sec
18962026-07-20T10:35:38.023Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
18972026-07-20T10:35:38.023Z[ 20] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
18982026-07-20T10:35:38.023Z[SUM] 4.00-5.00 sec 1.27 GBytes 10.9 Gbits/sec
18992026-07-20T10:35:38.023Z- - - - - - - - - - - - - - - - - - - - - - - - -
19002026-07-20T10:35:38.023Z[ 5] 5.00-6.00 sec 165 MBytes 1.39 Gbits/sec
19012026-07-20T10:35:38.023Z[ 8] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
19022026-07-20T10:35:38.023Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19032026-07-20T10:35:38.024Z[ 12] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
19042026-07-20T10:35:38.024Z[ 14] 5.00-6.00 sec 160 MBytes 1.35 Gbits/sec
19052026-07-20T10:35:38.024Z[ 16] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19062026-07-20T10:35:38.024Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
19072026-07-20T10:35:38.024Z[ 20] 5.00-6.00 sec 161 MBytes 1.35 Gbits/sec
19082026-07-20T10:35:38.024Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.6 Gbits/sec
19092026-07-20T10:35:38.024Z- - - - - - - - - - - - - - - - - - - - - - - - -
19102026-07-20T10:35:38.024Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19112026-07-20T10:35:38.024Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19122026-07-20T10:35:38.024Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19132026-07-20T10:35:41.016Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19142026-07-20T10:35:41.016Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19152026-07-20T10:35:41.016Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19162026-07-20T10:35:41.016Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19172026-07-20T10:35:41.016Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19182026-07-20T10:35:41.016Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
19192026-07-20T10:35:41.016Z- - - - - - - - - - - - - - - - - - - - - - - - -
19202026-07-20T10:35:41.016Z[ 5] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
19212026-07-20T10:35:41.016Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19222026-07-20T10:35:41.016Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19232026-07-20T10:35:41.016Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19242026-07-20T10:35:41.016Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
19252026-07-20T10:35:41.016Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19262026-07-20T10:35:41.016Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19272026-07-20T10:35:41.016Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19282026-07-20T10:35:41.016Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
19292026-07-20T10:35:41.016Z- - - - - - - - - - - - - - - - - - - - - - - - -
19302026-07-20T10:35:41.016Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
19312026-07-20T10:35:41.017Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
19322026-07-20T10:35:41.017Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19332026-07-20T10:35:41.017Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
19342026-07-20T10:35:41.017Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19352026-07-20T10:35:41.017Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19362026-07-20T10:35:41.017Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
19372026-07-20T10:35:41.017Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19382026-07-20T10:35:41.017Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
19392026-07-20T10:35:41.017Z- - - - - - - - - - - - - - - - - - - - - - - - -
19402026-07-20T10:35:41.017Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
19412026-07-20T10:35:41.017Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19422026-07-20T10:35:41.017Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19432026-07-20T10:35:41.017Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19442026-07-20T10:35:41.017Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19452026-07-20T10:35:41.017Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
19462026-07-20T10:35:41.017Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
19472026-07-20T10:35:41.017Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19482026-07-20T10:35:41.017Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
19492026-07-20T10:35:41.018Z- - - - - - - - - - - - - - - - - - - - - - - - -
19502026-07-20T10:35:41.018Z[ 5] 10.00-10.00 sec 128 KBytes 2.35 Gbits/sec
19512026-07-20T10:35:41.018Z[ 8] 10.00-10.00 sec 128 KBytes 2.35 Gbits/sec
19522026-07-20T10:35:41.018Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19532026-07-20T10:35:41.018Z[ 12] 10.00-10.00 sec 128 KBytes 2.35 Gbits/sec
19542026-07-20T10:35:41.018Z[ 14] 10.00-10.00 sec 128 KBytes 2.35 Gbits/sec
19552026-07-20T10:35:41.019Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19562026-07-20T10:35:41.019Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19572026-07-20T10:35:41.019Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19582026-07-20T10:35:41.019Z[SUM] 10.00-10.00 sec 512 KBytes 9.40 Gbits/sec
19592026-07-20T10:35:41.019Z- - - - - - - - - - - - - - - - - - - - - - - - -
19602026-07-20T10:35:41.022Z[ ID] Interval Transfer Bitrate
19612026-07-20T10:35:41.022Z[ 5] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
19622026-07-20T10:35:41.022Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
19632026-07-20T10:35:41.022Z[ 10] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
19642026-07-20T10:35:41.022Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
19652026-07-20T10:35:41.022Z[ 14] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec sender
19662026-07-20T10:35:41.022Z[ 16] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
19672026-07-20T10:35:41.022Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
19682026-07-20T10:35:41.023Z[ 20] 0.00-10.00 sec 1.54 GBytes 1.32 Gbits/sec sender
19692026-07-20T10:35:41.023Z[SUM] 0.00-10.00 sec 12.2 GBytes 10.5 Gbits/sec sender
19702026-07-20T10:35:41.023ZRun 2/5...10474.686499352381Mbps
19712026-07-20T10:35:48.409Z-----------------------------------------------------------
19722026-07-20T10:35:48.409ZServer listening on 5201 (test #8)
19732026-07-20T10:35:48.409Z-----------------------------------------------------------
19742026-07-20T10:35:48.409ZAccepted connection from 10.0.0.1, port 56405
19752026-07-20T10:35:48.409Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48611
19762026-07-20T10:35:48.409Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50754
19772026-07-20T10:35:48.409Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38553
19782026-07-20T10:35:48.409Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65085
19792026-07-20T10:35:48.409Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40199
19802026-07-20T10:35:48.409Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34705
19812026-07-20T10:35:48.409Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37375
19822026-07-20T10:35:48.409Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47616
19832026-07-20T10:35:48.409Z[ ID] Interval Transfer Bitrate
19842026-07-20T10:35:48.409Z[ 5] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
19852026-07-20T10:35:48.409Z[ 8] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19862026-07-20T10:35:48.409Z[ 10] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19872026-07-20T10:35:48.409Z[ 12] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19882026-07-20T10:35:48.409Z[ 14] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
19892026-07-20T10:35:48.409Z[ 16] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
19902026-07-20T10:35:48.409Z[ 18] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
19912026-07-20T10:35:48.410Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
19922026-07-20T10:35:48.410Z[SUM] 0.00-1.00 sec 970 MBytes 8.13 Gbits/sec
19932026-07-20T10:35:48.410Z- - - - - - - - - - - - - - - - - - - - - - - - -
19942026-07-20T10:35:48.410Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19952026-07-20T10:35:48.410Z[ 8] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
19962026-07-20T10:35:48.410Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19972026-07-20T10:35:48.410Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19982026-07-20T10:35:48.410Z[ 14] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
19992026-07-20T10:35:48.410Z[ 16] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
20002026-07-20T10:35:48.410Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
20012026-07-20T10:35:48.411Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
20022026-07-20T10:35:48.411Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
20032026-07-20T10:35:48.411Z- - - - - - - - - - - - - - - - - - - - - - - - -
20042026-07-20T10:35:48.411Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
20052026-07-20T10:35:48.411Z[ 8] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
20062026-07-20T10:35:48.411Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
20072026-07-20T10:35:48.411Z[ 12] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
20082026-07-20T10:35:48.411Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
20092026-07-20T10:35:48.411Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
20102026-07-20T10:35:48.411Z[ 18] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
20112026-07-20T10:35:48.411Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
20122026-07-20T10:35:48.411Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
20132026-07-20T10:35:48.411Z- - - - - - - - - - - - - - - - - - - - - - - - -
20142026-07-20T10:35:48.411Z[ 5] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
20152026-07-20T10:35:48.412Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20162026-07-20T10:35:48.412Z[ 10] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
20172026-07-20T10:35:48.412Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20182026-07-20T10:35:48.412Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20192026-07-20T10:35:48.412Z[ 16] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
20202026-07-20T10:35:48.412Z[ 18] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
20212026-07-20T10:35:48.412Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20222026-07-20T10:35:48.412Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
20232026-07-20T10:35:48.412Z- - - - - - - - - - - - - - - - - - - - - - - - -
20242026-07-20T10:35:48.412Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
20252026-07-20T10:35:48.412Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20262026-07-20T10:35:48.412Z[ 10] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20272026-07-20T10:35:48.412Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20282026-07-20T10:35:48.412Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20292026-07-20T10:35:48.412Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
20302026-07-20T10:35:48.412Z[ 18] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20312026-07-20T10:35:48.412Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20322026-07-20T10:35:48.413Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.4 Gbits/sec
20332026-07-20T10:35:48.413Z- - - - - - - - - - - - - - - - - - - - - - - - -
20342026-07-20T10:35:48.413Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20352026-07-20T10:35:48.413Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
20362026-07-20T10:35:48.413Z[ 10] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
20372026-07-20T10:35:48.413Z[ 12] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
20382026-07-20T10:35:48.413Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
20392026-07-20T10:35:48.414Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20402026-07-20T10:35:48.414Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20412026-07-20T10:35:48.414Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
20422026-07-20T10:35:48.414Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
20432026-07-20T10:35:48.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
20442026-07-20T10:35:48.414Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20452026-07-20T10:35:48.414Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20462026-07-20T10:35:48.414Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20472026-07-20T10:35:51.411Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20482026-07-20T10:35:51.412Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20492026-07-20T10:35:51.412Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20502026-07-20T10:35:51.412Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20512026-07-20T10:35:51.412Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
20522026-07-20T10:35:51.412Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
20532026-07-20T10:35:51.412Z- - - - - - - - - - - - - - - - - - - - - - - - -
20542026-07-20T10:35:51.413Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20552026-07-20T10:35:51.413Z[ 8] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
20562026-07-20T10:35:51.413Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
20572026-07-20T10:35:51.413Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
20582026-07-20T10:35:51.413Z[ 14] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
20592026-07-20T10:35:51.413Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
20602026-07-20T10:35:51.413Z[ 18] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
20612026-07-20T10:35:51.413Z[ 20] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
20622026-07-20T10:35:51.413Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
20632026-07-20T10:35:51.413Z- - - - - - - - - - - - - - - - - - - - - - - - -
20642026-07-20T10:35:51.413Z[ 5] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
20652026-07-20T10:35:51.413Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20662026-07-20T10:35:51.413Z[ 10] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
20672026-07-20T10:35:51.413Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
20682026-07-20T10:35:51.413Z[ 14] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
20692026-07-20T10:35:51.413Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20702026-07-20T10:35:51.413Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
20712026-07-20T10:35:51.413Z[ 20] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
20722026-07-20T10:35:51.414Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
20732026-07-20T10:35:51.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
20742026-07-20T10:35:51.414Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
20752026-07-20T10:35:51.414Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
20762026-07-20T10:35:51.414Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
20772026-07-20T10:35:51.414Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
20782026-07-20T10:35:51.414Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
20792026-07-20T10:35:51.414Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
20802026-07-20T10:35:51.414Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
20812026-07-20T10:35:51.414Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
20822026-07-20T10:35:51.414Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
20832026-07-20T10:35:51.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
20842026-07-20T10:35:51.414Z[ 5] 10.00-10.00 sec 256 KBytes 2.19 Gbits/sec
20852026-07-20T10:35:51.414Z[ 8] 10.00-10.00 sec 128 KBytes 1.09 Gbits/sec
20862026-07-20T10:35:51.414Z[ 10] 10.00-10.00 sec 128 KBytes 1.09 Gbits/sec
20872026-07-20T10:35:51.414Z[ 12] 10.00-10.00 sec 128 KBytes 1.09 Gbits/sec
20882026-07-20T10:35:51.414Z[ 14] 10.00-10.00 sec 128 KBytes 1.09 Gbits/sec
20892026-07-20T10:35:51.414Z[ 16] 10.00-10.00 sec 128 KBytes 1.10 Gbits/sec
20902026-07-20T10:35:51.414Z[ 18] 10.00-10.00 sec 128 KBytes 1.10 Gbits/sec
20912026-07-20T10:35:51.414Z[ 20] 10.00-10.00 sec 128 KBytes 1.09 Gbits/sec
20922026-07-20T10:35:51.414Z[SUM] 10.00-10.00 sec 1.12 MBytes 9.84 Gbits/sec
20932026-07-20T10:35:51.414Z- - - - - - - - - - - - - - - - - - - - - - - - -
20942026-07-20T10:35:51.414Z[ ID] Interval Transfer Bitrate
20952026-07-20T10:35:51.414Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
20962026-07-20T10:35:51.415Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
20972026-07-20T10:35:51.415Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
20982026-07-20T10:35:51.415Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
20992026-07-20T10:35:51.415Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21002026-07-20T10:35:51.415Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21012026-07-20T10:35:51.415Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21022026-07-20T10:35:51.415Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
21032026-07-20T10:35:51.415Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec sender
21042026-07-20T10:35:51.419ZRun 3/5...10195.886271854373Mbps
21052026-07-20T10:35:58.798Z-----------------------------------------------------------
21062026-07-20T10:35:58.798ZServer listening on 5201 (test #9)
21072026-07-20T10:35:58.798Z-----------------------------------------------------------
21082026-07-20T10:35:58.798ZAccepted connection from 10.0.0.1, port 49306
21092026-07-20T10:35:58.798Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33074
21102026-07-20T10:35:58.798Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63215
21112026-07-20T10:35:58.798Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54582
21122026-07-20T10:35:58.798Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60862
21132026-07-20T10:35:58.798Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62763
21142026-07-20T10:35:58.798Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45148
21152026-07-20T10:35:58.798Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43997
21162026-07-20T10:35:58.798Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42593
21172026-07-20T10:35:58.798Z[ ID] Interval Transfer Bitrate
21182026-07-20T10:35:58.798Z[ 5] 0.00-1.00 sec 115 MBytes 967 Mbits/sec
21192026-07-20T10:35:58.798Z[ 8] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
21202026-07-20T10:35:58.798Z[ 10] 0.00-1.00 sec 115 MBytes 967 Mbits/sec
21212026-07-20T10:35:58.798Z[ 12] 0.00-1.00 sec 115 MBytes 968 Mbits/sec
21222026-07-20T10:35:58.798Z[ 14] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
21232026-07-20T10:35:58.798Z[ 16] 0.00-1.00 sec 144 MBytes 1.20 Gbits/sec
21242026-07-20T10:35:58.799Z[ 18] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
21252026-07-20T10:35:58.799Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21262026-07-20T10:35:58.799Z[SUM] 0.00-1.00 sec 980 MBytes 8.22 Gbits/sec
21272026-07-20T10:35:58.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
21282026-07-20T10:35:58.799Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21292026-07-20T10:35:58.800Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21302026-07-20T10:35:58.800Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21312026-07-20T10:35:58.800Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21322026-07-20T10:35:58.800Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21332026-07-20T10:35:58.801Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21342026-07-20T10:35:58.801Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21352026-07-20T10:35:58.801Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
21362026-07-20T10:35:58.801Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
21372026-07-20T10:35:58.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
21382026-07-20T10:35:58.801Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21392026-07-20T10:35:58.801Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21402026-07-20T10:35:58.801Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21412026-07-20T10:35:58.801Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21422026-07-20T10:35:58.801Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21432026-07-20T10:35:58.801Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21442026-07-20T10:35:58.801Z[ 18] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21452026-07-20T10:35:58.801Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
21462026-07-20T10:35:58.801Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.4 Gbits/sec
21472026-07-20T10:35:58.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
21482026-07-20T10:35:58.801Z[ 5] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21492026-07-20T10:35:58.801Z[ 8] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21502026-07-20T10:35:58.801Z[ 10] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21512026-07-20T10:35:58.801Z[ 12] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21522026-07-20T10:35:58.801Z[ 14] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21532026-07-20T10:35:58.802Z[ 16] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21542026-07-20T10:35:58.802Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21552026-07-20T10:35:58.802Z[ 20] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
21562026-07-20T10:35:58.802Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
21572026-07-20T10:35:58.802Z- - - - - - - - - - - - - - - - - - - - - - - - -
21582026-07-20T10:35:58.802Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21592026-07-20T10:35:58.802Z[ 8] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
21602026-07-20T10:35:58.802Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21612026-07-20T10:35:58.802Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21622026-07-20T10:35:58.802Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
21632026-07-20T10:35:58.802Z[ 16] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
21642026-07-20T10:35:58.802Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
21652026-07-20T10:35:58.806Z[ 20] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
21662026-07-20T10:35:58.806Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.4 Gbits/sec
21672026-07-20T10:35:58.806Z- - - - - - - - - - - - - - - - - - - - - - - - -
21682026-07-20T10:35:58.806Z[ 5] 5.00-6.00 sec 156 MBytes 1.30 Gbits/sec
21692026-07-20T10:35:58.806Z[ 8] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
21702026-07-20T10:35:58.806Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21712026-07-20T10:35:58.806Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21722026-07-20T10:35:58.806Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
21732026-07-20T10:35:58.806Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
21742026-07-20T10:35:58.807Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
21752026-07-20T10:35:58.807Z[ 20] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
21762026-07-20T10:35:58.807Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
21772026-07-20T10:35:58.808Z- - - - - - - - - - - - - - - - - - - - - - - - -
21782026-07-20T10:35:58.808Z[ 5] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
21792026-07-20T10:35:58.808Z[ 8] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
21802026-07-20T10:35:58.808Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21812026-07-20T10:36:01.798Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21822026-07-20T10:36:01.798Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21832026-07-20T10:36:01.798Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21842026-07-20T10:36:01.798Z[ 18] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
21852026-07-20T10:36:01.798Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
21862026-07-20T10:36:01.798Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
21872026-07-20T10:36:01.798Z- - - - - - - - - - - - - - - - - - - - - - - - -
21882026-07-20T10:36:01.798Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21892026-07-20T10:36:01.798Z[ 8] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
21902026-07-20T10:36:01.798Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
21912026-07-20T10:36:01.798Z[ 12] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
21922026-07-20T10:36:01.798Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
21932026-07-20T10:36:01.798Z[ 16] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
21942026-07-20T10:36:01.798Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
21952026-07-20T10:36:01.798Z[ 20] 7.00-8.00 sec 159 MBytes 1.33 Gbits/sec
21962026-07-20T10:36:01.798Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
21972026-07-20T10:36:01.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
21982026-07-20T10:36:01.799Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
21992026-07-20T10:36:01.799Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
22002026-07-20T10:36:01.799Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
22012026-07-20T10:36:01.799Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
22022026-07-20T10:36:01.799Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
22032026-07-20T10:36:01.799Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
22042026-07-20T10:36:01.799Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
22052026-07-20T10:36:01.799Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
22062026-07-20T10:36:01.799Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
22072026-07-20T10:36:01.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
22082026-07-20T10:36:01.799Z[ 5] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22092026-07-20T10:36:01.799Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
22102026-07-20T10:36:01.799Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22112026-07-20T10:36:01.799Z[ 12] 9.00-10.00 sec 156 MBytes 1.30 Gbits/sec
22122026-07-20T10:36:01.799Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22132026-07-20T10:36:01.802Z[ 16] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
22142026-07-20T10:36:01.803Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22152026-07-20T10:36:01.803Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22162026-07-20T10:36:01.803Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
22172026-07-20T10:36:01.803Z- - - - - - - - - - - - - - - - - - - - - - - - -
22182026-07-20T10:36:01.803Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22192026-07-20T10:36:01.803Z[ 8] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
22202026-07-20T10:36:01.803Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22212026-07-20T10:36:01.803Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22222026-07-20T10:36:01.803Z[ 14] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
22232026-07-20T10:36:01.803Z[ 16] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
22242026-07-20T10:36:01.803Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22252026-07-20T10:36:01.803Z[ 20] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
22262026-07-20T10:36:01.803Z[SUM] 10.00-10.00 sec 512 KBytes 9.16 Gbits/sec
22272026-07-20T10:36:01.803Z- - - - - - - - - - - - - - - - - - - - - - - - -
22282026-07-20T10:36:01.803Z[ ID] Interval Transfer Bitrate
22292026-07-20T10:36:01.803Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
22302026-07-20T10:36:01.803Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22312026-07-20T10:36:01.803Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
22322026-07-20T10:36:01.803Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
22332026-07-20T10:36:01.803Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
22342026-07-20T10:36:01.803Z[ 16] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
22352026-07-20T10:36:01.803Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
22362026-07-20T10:36:01.803Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22372026-07-20T10:36:01.804Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec sender
22382026-07-20T10:36:01.804ZRun 4/5...10222.504352194575Mbps
22392026-07-20T10:36:09.185Z-----------------------------------------------------------
22402026-07-20T10:36:09.185ZServer listening on 5201 (test #10)
22412026-07-20T10:36:09.185Z-----------------------------------------------------------
22422026-07-20T10:36:09.185ZAccepted connection from 10.0.0.1, port 34153
22432026-07-20T10:36:09.185Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51742
22442026-07-20T10:36:09.185Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46192
22452026-07-20T10:36:09.185Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44750
22462026-07-20T10:36:09.185Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47883
22472026-07-20T10:36:09.185Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52301
22482026-07-20T10:36:09.185Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47370
22492026-07-20T10:36:09.187Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56821
22502026-07-20T10:36:09.187Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35038
22512026-07-20T10:36:09.187Z[ ID] Interval Transfer Bitrate
22522026-07-20T10:36:09.187Z[ 5] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
22532026-07-20T10:36:09.187Z[ 8] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
22542026-07-20T10:36:09.187Z[ 10] 0.00-1.00 sec 118 MBytes 986 Mbits/sec
22552026-07-20T10:36:09.187Z[ 12] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
22562026-07-20T10:36:09.187Z[ 14] 0.00-1.00 sec 134 MBytes 1.12 Gbits/sec
22572026-07-20T10:36:09.187Z[ 16] 0.00-1.00 sec 135 MBytes 1.14 Gbits/sec
22582026-07-20T10:36:09.187Z[ 18] 0.00-1.00 sec 117 MBytes 985 Mbits/sec
22592026-07-20T10:36:09.187Z[ 20] 0.00-1.00 sec 135 MBytes 1.13 Gbits/sec
22602026-07-20T10:36:09.187Z[SUM] 0.00-1.00 sec 1003 MBytes 8.41 Gbits/sec
22612026-07-20T10:36:09.187Z- - - - - - - - - - - - - - - - - - - - - - - - -
22622026-07-20T10:36:09.187Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22632026-07-20T10:36:09.187Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22642026-07-20T10:36:09.187Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22652026-07-20T10:36:09.188Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22662026-07-20T10:36:09.188Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22672026-07-20T10:36:09.188Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22682026-07-20T10:36:09.188Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22692026-07-20T10:36:09.188Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22702026-07-20T10:36:09.188Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
22712026-07-20T10:36:09.188Z- - - - - - - - - - - - - - - - - - - - - - - - -
22722026-07-20T10:36:09.188Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22732026-07-20T10:36:09.189Z[ 8] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
22742026-07-20T10:36:09.189Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22752026-07-20T10:36:09.189Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22762026-07-20T10:36:09.189Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22772026-07-20T10:36:09.189Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22782026-07-20T10:36:09.189Z[ 18] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
22792026-07-20T10:36:09.189Z[ 20] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22802026-07-20T10:36:09.189Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
22812026-07-20T10:36:09.193Z- - - - - - - - - - - - - - - - - - - - - - - - -
22822026-07-20T10:36:09.193Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22832026-07-20T10:36:09.193Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22842026-07-20T10:36:09.193Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22852026-07-20T10:36:09.193Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22862026-07-20T10:36:09.193Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22872026-07-20T10:36:09.193Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22882026-07-20T10:36:09.193Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22892026-07-20T10:36:09.194Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
22902026-07-20T10:36:09.194Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
22912026-07-20T10:36:09.194Z- - - - - - - - - - - - - - - - - - - - - - - - -
22922026-07-20T10:36:09.194Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22932026-07-20T10:36:09.194Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22942026-07-20T10:36:09.194Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22952026-07-20T10:36:09.194Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22962026-07-20T10:36:09.194Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22972026-07-20T10:36:09.195Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22982026-07-20T10:36:09.195Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22992026-07-20T10:36:09.195Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
23002026-07-20T10:36:09.195Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
23012026-07-20T10:36:09.195Z- - - - - - - - - - - - - - - - - - - - - - - - -
23022026-07-20T10:36:09.195Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23032026-07-20T10:36:09.195Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23042026-07-20T10:36:09.195Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23052026-07-20T10:36:09.195Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23062026-07-20T10:36:09.195Z[ 14] 5.00-6.00 sec 156 MBytes 1.30 Gbits/sec
23072026-07-20T10:36:09.195Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23082026-07-20T10:36:09.195Z[ 18] 5.00-6.00 sec 154 MBytes 1.29 Gbits/sec
23092026-07-20T10:36:09.195Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23102026-07-20T10:36:09.195Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
23112026-07-20T10:36:09.195Z- - - - - - - - - - - - - - - - - - - - - - - - -
23122026-07-20T10:36:09.195Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23132026-07-20T10:36:09.195Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23142026-07-20T10:36:09.195Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23152026-07-20T10:36:12.185Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23162026-07-20T10:36:12.185Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23172026-07-20T10:36:12.186Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23182026-07-20T10:36:12.186Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23192026-07-20T10:36:12.186Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
23202026-07-20T10:36:12.186Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
23212026-07-20T10:36:12.186Z- - - - - - - - - - - - - - - - - - - - - - - - -
23222026-07-20T10:36:12.186Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23232026-07-20T10:36:12.186Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23242026-07-20T10:36:12.186Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23252026-07-20T10:36:12.186Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23262026-07-20T10:36:12.186Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
23272026-07-20T10:36:12.186Z[ 16] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
23282026-07-20T10:36:12.186Z[ 18] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
23292026-07-20T10:36:12.192Z[ 20] 7.00-8.00 sec 153 MBytes 1.29 Gbits/sec
23302026-07-20T10:36:12.192Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
23312026-07-20T10:36:12.192Z- - - - - - - - - - - - - - - - - - - - - - - - -
23322026-07-20T10:36:12.192Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23332026-07-20T10:36:12.192Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23342026-07-20T10:36:12.192Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23352026-07-20T10:36:12.192Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23362026-07-20T10:36:12.192Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23372026-07-20T10:36:12.192Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23382026-07-20T10:36:12.192Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23392026-07-20T10:36:12.192Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23402026-07-20T10:36:12.192Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
23412026-07-20T10:36:12.192Z- - - - - - - - - - - - - - - - - - - - - - - - -
23422026-07-20T10:36:12.192Z[ 5] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
23432026-07-20T10:36:12.193Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23442026-07-20T10:36:12.193Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23452026-07-20T10:36:12.193Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23462026-07-20T10:36:12.193Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23472026-07-20T10:36:12.193Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23482026-07-20T10:36:12.193Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23492026-07-20T10:36:12.193Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23502026-07-20T10:36:12.193Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
23512026-07-20T10:36:12.193Z- - - - - - - - - - - - - - - - - - - - - - - - -
23522026-07-20T10:36:12.193Z[ 5] 10.00-10.00 sec 128 KBytes 2.43 Gbits/sec
23532026-07-20T10:36:12.193Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23542026-07-20T10:36:12.193Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23552026-07-20T10:36:12.193Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23562026-07-20T10:36:12.193Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23572026-07-20T10:36:12.193Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23582026-07-20T10:36:12.193Z[ 18] 10.00-10.00 sec 128 KBytes 2.43 Gbits/sec
23592026-07-20T10:36:12.193Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23602026-07-20T10:36:12.194Z[SUM] 10.00-10.00 sec 256 KBytes 4.85 Gbits/sec
23612026-07-20T10:36:12.194Z- - - - - - - - - - - - - - - - - - - - - - - - -
23622026-07-20T10:36:12.194Z[ ID] Interval Transfer Bitrate
23632026-07-20T10:36:12.194Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
23642026-07-20T10:36:12.195Z[ 8] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
23652026-07-20T10:36:12.195Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23662026-07-20T10:36:12.195Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23672026-07-20T10:36:12.195Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23682026-07-20T10:36:12.195Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23692026-07-20T10:36:12.195Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec sender
23702026-07-20T10:36:12.195Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23712026-07-20T10:36:12.195Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.2 Gbits/sec sender
23722026-07-20T10:36:12.195ZRun 5/5...10167.272422122733Mbps
23732026-07-20T10:36:12.195Z###---------------------###
23742026-07-20T10:36:12.195Z::: iPerf done... :::
23752026-07-20T10:36:12.195Z:::Awaiting out files...:::
23762026-07-20T10:36:12.195Z###---------------------###
23772026-07-20T10:36:12.195Z###-----###
23782026-07-20T10:36:12.195Z:::done!:::
23792026-07-20T10:36:12.195Z###-----###
23802026-07-20T10:36:12.195Z###-------------------###
23812026-07-20T10:36:12.195Z:::Running experiment :::
23822026-07-20T10:36:12.195Z:::iperf-tcp/local/c2s:::
23832026-07-20T10:36:12.195Z###-------------------###
23842026-07-20T10:36:12.529Zdtrace: description 'profile-201us ' matched 2 probes
23852026-07-20T10:36:19.577Z-----------------------------------------------------------
23862026-07-20T10:36:19.577ZServer listening on 5201 (test #11)
23872026-07-20T10:36:19.577Z-----------------------------------------------------------
23882026-07-20T10:36:19.577ZAccepted connection from 10.0.0.1, port 49512
23892026-07-20T10:36:19.577Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56310
23902026-07-20T10:36:19.577Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35457
23912026-07-20T10:36:19.577Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51424
23922026-07-20T10:36:19.577Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46837
23932026-07-20T10:36:19.577Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50845
23942026-07-20T10:36:19.577Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34466
23952026-07-20T10:36:19.577Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55964
23962026-07-20T10:36:19.577Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56654
23972026-07-20T10:36:19.577Z[ ID] Interval Transfer Bitrate
23982026-07-20T10:36:19.577Z[ 5] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
23992026-07-20T10:36:19.577Z[ 8] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
24002026-07-20T10:36:19.577Z[ 10] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24012026-07-20T10:36:19.577Z[ 12] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24022026-07-20T10:36:19.577Z[ 14] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24032026-07-20T10:36:19.577Z[ 16] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
24042026-07-20T10:36:19.577Z[ 18] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
24052026-07-20T10:36:19.577Z[ 20] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
24062026-07-20T10:36:19.577Z[SUM] 0.00-1.00 sec 352 MBytes 2.95 Gbits/sec
24072026-07-20T10:36:19.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
24082026-07-20T10:36:19.577Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24092026-07-20T10:36:19.577Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24102026-07-20T10:36:19.577Z[ 10] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24112026-07-20T10:36:19.577Z[ 12] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24122026-07-20T10:36:19.577Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24132026-07-20T10:36:19.577Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
24142026-07-20T10:36:19.577Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24152026-07-20T10:36:19.577Z[ 20] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24162026-07-20T10:36:19.577Z[SUM] 1.00-2.00 sec 426 MBytes 3.58 Gbits/sec
24172026-07-20T10:36:19.578Z- - - - - - - - - - - - - - - - - - - - - - - - -
24182026-07-20T10:36:19.579Z[ 5] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
24192026-07-20T10:36:19.579Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
24202026-07-20T10:36:19.579Z[ 10] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
24212026-07-20T10:36:19.579Z[ 12] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
24222026-07-20T10:36:19.579Z[ 14] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
24232026-07-20T10:36:19.579Z[ 16] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
24242026-07-20T10:36:19.579Z[ 18] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
24252026-07-20T10:36:19.579Z[ 20] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
24262026-07-20T10:36:19.579Z[SUM] 2.00-3.00 sec 428 MBytes 3.59 Gbits/sec
24272026-07-20T10:36:19.579Z- - - - - - - - - - - - - - - - - - - - - - - - -
24282026-07-20T10:36:19.579Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
24292026-07-20T10:36:19.579Z[ 8] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
24302026-07-20T10:36:19.579Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
24312026-07-20T10:36:19.579Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
24322026-07-20T10:36:19.579Z[ 14] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
24332026-07-20T10:36:19.579Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
24342026-07-20T10:36:19.579Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
24352026-07-20T10:36:19.579Z[ 20] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
24362026-07-20T10:36:19.579Z[SUM] 3.00-4.00 sec 425 MBytes 3.57 Gbits/sec
24372026-07-20T10:36:19.579Z- - - - - - - - - - - - - - - - - - - - - - - - -
24382026-07-20T10:36:19.579Z[ 5] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
24392026-07-20T10:36:19.579Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
24402026-07-20T10:36:19.579Z[ 10] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
24412026-07-20T10:36:19.579Z[ 12] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
24422026-07-20T10:36:19.580Z[ 14] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
24432026-07-20T10:36:19.580Z[ 16] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
24442026-07-20T10:36:19.580Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
24452026-07-20T10:36:19.580Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
24462026-07-20T10:36:19.580Z[SUM] 4.00-5.00 sec 428 MBytes 3.59 Gbits/sec
24472026-07-20T10:36:19.580Z- - - - - - - - - - - - - - - - - - - - - - - - -
24482026-07-20T10:36:19.580Z[ 5] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
24492026-07-20T10:36:19.580Z[ 8] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
24502026-07-20T10:36:19.580Z[ 10] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
24512026-07-20T10:36:19.580Z[ 12] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
24522026-07-20T10:36:19.580Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
24532026-07-20T10:36:19.580Z[ 16] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
24542026-07-20T10:36:19.580Z[ 18] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
24552026-07-20T10:36:19.580Z[ 20] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
24562026-07-20T10:36:19.580Z[SUM] 5.00-6.00 sec 426 MBytes 3.57 Gbits/sec
24572026-07-20T10:36:19.581Z- - - - - - - - - - - - - - - - - - - - - - - - -
24582026-07-20T10:36:19.581Z[ 5] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
24592026-07-20T10:36:19.581Z[ 8] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
24602026-07-20T10:36:19.581Z[ 10] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
24612026-07-20T10:36:22.578Z[ 12] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
24622026-07-20T10:36:22.579Z[ 14] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
24632026-07-20T10:36:22.579Z[ 16] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
24642026-07-20T10:36:22.579Z[ 18] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
24652026-07-20T10:36:22.579Z[ 20] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
24662026-07-20T10:36:22.579Z[SUM] 6.00-7.00 sec 434 MBytes 3.64 Gbits/sec
24672026-07-20T10:36:22.579Z- - - - - - - - - - - - - - - - - - - - - - - - -
24682026-07-20T10:36:22.579Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
24692026-07-20T10:36:22.579Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
24702026-07-20T10:36:22.579Z[ 10] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
24712026-07-20T10:36:22.579Z[ 12] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
24722026-07-20T10:36:22.579Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
24732026-07-20T10:36:22.579Z[ 16] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
24742026-07-20T10:36:22.579Z[ 18] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
24752026-07-20T10:36:22.579Z[ 20] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
24762026-07-20T10:36:22.579Z[SUM] 7.00-8.00 sec 430 MBytes 3.60 Gbits/sec
24772026-07-20T10:36:22.581Z- - - - - - - - - - - - - - - - - - - - - - - - -
24782026-07-20T10:36:22.581Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24792026-07-20T10:36:22.581Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24802026-07-20T10:36:22.581Z[ 10] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
24812026-07-20T10:36:22.581Z[ 12] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
24822026-07-20T10:36:22.581Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24832026-07-20T10:36:22.581Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
24842026-07-20T10:36:22.581Z[ 18] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
24852026-07-20T10:36:22.582Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
24862026-07-20T10:36:22.582Z[SUM] 8.00-9.00 sec 426 MBytes 3.57 Gbits/sec
24872026-07-20T10:36:22.582Z- - - - - - - - - - - - - - - - - - - - - - - - -
24882026-07-20T10:36:22.582Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
24892026-07-20T10:36:22.582Z[ 8] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
24902026-07-20T10:36:22.582Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
24912026-07-20T10:36:22.582Z[ 12] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
24922026-07-20T10:36:22.582Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
24932026-07-20T10:36:22.582Z[ 16] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
24942026-07-20T10:36:22.582Z[ 18] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
24952026-07-20T10:36:22.582Z[ 20] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
24962026-07-20T10:36:22.582Z[SUM] 9.00-10.00 sec 426 MBytes 3.57 Gbits/sec
24972026-07-20T10:36:22.582Z- - - - - - - - - - - - - - - - - - - - - - - - -
24982026-07-20T10:36:22.582Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24992026-07-20T10:36:22.582Z[ 8] 10.00-10.00 sec 128 KBytes 991 Mbits/sec
25002026-07-20T10:36:22.582Z[ 10] 10.00-10.00 sec 128 KBytes 992 Mbits/sec
25012026-07-20T10:36:22.583Z[ 12] 10.00-10.00 sec 128 KBytes 992 Mbits/sec
25022026-07-20T10:36:22.583Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25032026-07-20T10:36:22.583Z[ 16] 10.00-10.00 sec 128 KBytes 992 Mbits/sec
25042026-07-20T10:36:22.583Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25052026-07-20T10:36:22.583Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25062026-07-20T10:36:22.583Z[SUM] 10.00-10.00 sec 512 KBytes 3.96 Gbits/sec
25072026-07-20T10:36:22.583Z- - - - - - - - - - - - - - - - - - - - - - - - -
25082026-07-20T10:36:22.583Z[ ID] Interval Transfer Bitrate
25092026-07-20T10:36:22.583Z[ 5] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25102026-07-20T10:36:22.583Z[ 8] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25112026-07-20T10:36:22.583Z[ 10] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25122026-07-20T10:36:22.583Z[ 12] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25132026-07-20T10:36:22.583Z[ 14] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25142026-07-20T10:36:22.583Z[ 16] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25152026-07-20T10:36:22.583Z[ 18] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
25162026-07-20T10:36:22.583Z[ 20] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
25172026-07-20T10:36:22.583Z[SUM] 0.00-10.00 sec 4.10 GBytes 3.52 Gbits/sec receiver
25182026-07-20T10:36:22.587ZRun 1/10...3523.142078644764Mbps
25192026-07-20T10:36:29.984Z-----------------------------------------------------------
25202026-07-20T10:36:29.984ZServer listening on 5201 (test #12)
25212026-07-20T10:36:29.984Z-----------------------------------------------------------
25222026-07-20T10:36:29.984ZAccepted connection from 10.0.0.1, port 42078
25232026-07-20T10:36:29.984Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47866
25242026-07-20T10:36:29.984Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46110
25252026-07-20T10:36:29.984Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34053
25262026-07-20T10:36:29.984Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39502
25272026-07-20T10:36:29.984Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34552
25282026-07-20T10:36:29.984Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34001
25292026-07-20T10:36:29.984Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40057
25302026-07-20T10:36:29.984Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37906
25312026-07-20T10:36:29.984Z[ ID] Interval Transfer Bitrate
25322026-07-20T10:36:29.984Z[ 5] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
25332026-07-20T10:36:29.984Z[ 8] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
25342026-07-20T10:36:29.984Z[ 10] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
25352026-07-20T10:36:29.985Z[ 12] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
25362026-07-20T10:36:29.985Z[ 14] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
25372026-07-20T10:36:29.985Z[ 16] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
25382026-07-20T10:36:29.985Z[ 18] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
25392026-07-20T10:36:29.985Z[ 20] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
25402026-07-20T10:36:29.986Z[SUM] 0.00-1.00 sec 344 MBytes 2.88 Gbits/sec
25412026-07-20T10:36:29.986Z- - - - - - - - - - - - - - - - - - - - - - - - -
25422026-07-20T10:36:29.986Z[ 5] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25432026-07-20T10:36:29.986Z[ 8] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25442026-07-20T10:36:29.986Z[ 10] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
25452026-07-20T10:36:29.986Z[ 12] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25462026-07-20T10:36:29.986Z[ 14] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
25472026-07-20T10:36:29.986Z[ 16] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
25482026-07-20T10:36:29.986Z[ 18] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
25492026-07-20T10:36:29.986Z[ 20] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
25502026-07-20T10:36:29.986Z[SUM] 1.00-2.00 sec 430 MBytes 3.60 Gbits/sec
25512026-07-20T10:36:29.986Z- - - - - - - - - - - - - - - - - - - - - - - - -
25522026-07-20T10:36:29.986Z[ 5] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25532026-07-20T10:36:29.986Z[ 8] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
25542026-07-20T10:36:29.986Z[ 10] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
25552026-07-20T10:36:29.986Z[ 12] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
25562026-07-20T10:36:29.986Z[ 14] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25572026-07-20T10:36:29.986Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25582026-07-20T10:36:29.986Z[ 18] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25592026-07-20T10:36:29.986Z[ 20] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25602026-07-20T10:36:29.986Z[SUM] 2.00-3.00 sec 427 MBytes 3.59 Gbits/sec
25612026-07-20T10:36:29.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
25622026-07-20T10:36:29.987Z[ 5] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
25632026-07-20T10:36:29.987Z[ 8] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
25642026-07-20T10:36:29.987Z[ 10] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
25652026-07-20T10:36:29.987Z[ 12] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
25662026-07-20T10:36:29.987Z[ 14] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
25672026-07-20T10:36:29.987Z[ 16] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
25682026-07-20T10:36:29.987Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
25692026-07-20T10:36:29.987Z[ 20] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
25702026-07-20T10:36:29.987Z[SUM] 3.00-4.00 sec 429 MBytes 3.60 Gbits/sec
25712026-07-20T10:36:29.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
25722026-07-20T10:36:29.987Z[ 5] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
25732026-07-20T10:36:29.987Z[ 8] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25742026-07-20T10:36:29.987Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
25752026-07-20T10:36:29.987Z[ 12] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25762026-07-20T10:36:29.987Z[ 14] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25772026-07-20T10:36:29.989Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
25782026-07-20T10:36:29.989Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
25792026-07-20T10:36:29.989Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25802026-07-20T10:36:29.990Z[SUM] 4.00-5.00 sec 426 MBytes 3.58 Gbits/sec
25812026-07-20T10:36:29.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
25822026-07-20T10:36:29.990Z[ 5] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
25832026-07-20T10:36:29.990Z[ 8] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
25842026-07-20T10:36:29.990Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
25852026-07-20T10:36:29.990Z[ 12] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
25862026-07-20T10:36:29.990Z[ 14] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
25872026-07-20T10:36:29.990Z[ 16] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
25882026-07-20T10:36:29.990Z[ 18] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
25892026-07-20T10:36:29.990Z[ 20] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
25902026-07-20T10:36:29.990Z[SUM] 5.00-6.00 sec 427 MBytes 3.58 Gbits/sec
25912026-07-20T10:36:29.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
25922026-07-20T10:36:29.990Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
25932026-07-20T10:36:29.990Z[ 8] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
25942026-07-20T10:36:29.990Z[ 10] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25952026-07-20T10:36:32.987Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
25962026-07-20T10:36:32.987Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
25972026-07-20T10:36:32.987Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
25982026-07-20T10:36:32.987Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
25992026-07-20T10:36:32.987Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
26002026-07-20T10:36:32.987Z[SUM] 6.00-7.00 sec 426 MBytes 3.57 Gbits/sec
26012026-07-20T10:36:32.987Z- - - - - - - - - - - - - - - - - - - - - - - - -
26022026-07-20T10:36:32.987Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26032026-07-20T10:36:32.987Z[ 8] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
26042026-07-20T10:36:32.987Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26052026-07-20T10:36:32.987Z[ 12] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26062026-07-20T10:36:32.987Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
26072026-07-20T10:36:32.987Z[ 16] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
26082026-07-20T10:36:32.988Z[ 18] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
26092026-07-20T10:36:32.988Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26102026-07-20T10:36:32.988Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
26112026-07-20T10:36:32.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
26122026-07-20T10:36:32.988Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26132026-07-20T10:36:32.988Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
26142026-07-20T10:36:32.988Z[ 10] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
26152026-07-20T10:36:32.989Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
26162026-07-20T10:36:32.989Z[ 14] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26172026-07-20T10:36:32.989Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26182026-07-20T10:36:32.989Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26192026-07-20T10:36:32.989Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
26202026-07-20T10:36:32.989Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
26212026-07-20T10:36:32.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
26222026-07-20T10:36:32.989Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26232026-07-20T10:36:32.989Z[ 8] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26242026-07-20T10:36:32.989Z[ 10] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26252026-07-20T10:36:32.989Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26262026-07-20T10:36:32.989Z[ 14] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
26272026-07-20T10:36:32.989Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26282026-07-20T10:36:32.989Z[ 18] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26292026-07-20T10:36:32.989Z[ 20] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26302026-07-20T10:36:32.989Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
26312026-07-20T10:36:32.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
26322026-07-20T10:36:32.989Z[ 5] 10.00-10.00 sec 128 KBytes 812 Mbits/sec
26332026-07-20T10:36:32.989Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26342026-07-20T10:36:32.989Z[ 10] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
26352026-07-20T10:36:32.989Z[ 12] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
26362026-07-20T10:36:32.989Z[ 14] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
26372026-07-20T10:36:32.989Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26382026-07-20T10:36:32.989Z[ 18] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
26392026-07-20T10:36:32.989Z[ 20] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
26402026-07-20T10:36:32.990Z[SUM] 10.00-10.00 sec 768 KBytes 4.87 Gbits/sec
26412026-07-20T10:36:32.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
26422026-07-20T10:36:32.990Z[ ID] Interval Transfer Bitrate
26432026-07-20T10:36:32.990Z[ 5] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
26442026-07-20T10:36:32.990Z[ 8] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
26452026-07-20T10:36:32.990Z[ 10] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
26462026-07-20T10:36:32.990Z[ 12] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
26472026-07-20T10:36:32.990Z[ 14] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
26482026-07-20T10:36:32.990Z[ 16] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
26492026-07-20T10:36:32.990Z[ 18] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
26502026-07-20T10:36:32.990Z[ 20] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
26512026-07-20T10:36:32.990Z[SUM] 0.00-10.00 sec 4.09 GBytes 3.52 Gbits/sec receiver
26522026-07-20T10:36:32.994ZRun 2/10...3517.166374889315Mbps
26532026-07-20T10:36:40.384Z-----------------------------------------------------------
26542026-07-20T10:36:40.384ZServer listening on 5201 (test #13)
26552026-07-20T10:36:40.384Z-----------------------------------------------------------
26562026-07-20T10:36:40.384ZAccepted connection from 10.0.0.1, port 34805
26572026-07-20T10:36:40.384Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34690
26582026-07-20T10:36:40.384Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38529
26592026-07-20T10:36:40.384Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38515
26602026-07-20T10:36:40.385Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64376
26612026-07-20T10:36:40.385Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56141
26622026-07-20T10:36:40.385Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50650
26632026-07-20T10:36:40.385Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62189
26642026-07-20T10:36:40.385Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50996
26652026-07-20T10:36:40.385Z[ ID] Interval Transfer Bitrate
26662026-07-20T10:36:40.385Z[ 5] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26672026-07-20T10:36:40.385Z[ 8] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
26682026-07-20T10:36:40.385Z[ 10] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
26692026-07-20T10:36:40.385Z[ 12] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
26702026-07-20T10:36:40.385Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
26712026-07-20T10:36:40.385Z[ 16] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
26722026-07-20T10:36:40.385Z[ 18] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
26732026-07-20T10:36:40.386Z[ 20] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
26742026-07-20T10:36:40.386Z[SUM] 0.00-1.00 sec 338 MBytes 2.84 Gbits/sec
26752026-07-20T10:36:40.387Z- - - - - - - - - - - - - - - - - - - - - - - - -
26762026-07-20T10:36:40.387Z[ 5] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
26772026-07-20T10:36:40.387Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26782026-07-20T10:36:40.387Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
26792026-07-20T10:36:40.387Z[ 12] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
26802026-07-20T10:36:40.387Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26812026-07-20T10:36:40.387Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
26822026-07-20T10:36:40.387Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26832026-07-20T10:36:40.387Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
26842026-07-20T10:36:40.387Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
26852026-07-20T10:36:40.387Z- - - - - - - - - - - - - - - - - - - - - - - - -
26862026-07-20T10:36:40.387Z[ 5] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26872026-07-20T10:36:40.387Z[ 8] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26882026-07-20T10:36:40.387Z[ 10] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
26892026-07-20T10:36:40.387Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
26902026-07-20T10:36:40.387Z[ 14] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26912026-07-20T10:36:40.387Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26922026-07-20T10:36:40.387Z[ 18] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26932026-07-20T10:36:40.387Z[ 20] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
26942026-07-20T10:36:40.387Z[SUM] 2.00-3.00 sec 425 MBytes 3.56 Gbits/sec
26952026-07-20T10:36:40.387Z- - - - - - - - - - - - - - - - - - - - - - - - -
26962026-07-20T10:36:40.387Z[ 5] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
26972026-07-20T10:36:40.387Z[ 8] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
26982026-07-20T10:36:40.387Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
26992026-07-20T10:36:40.388Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
27002026-07-20T10:36:40.388Z[ 14] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
27012026-07-20T10:36:40.388Z[ 16] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
27022026-07-20T10:36:40.389Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
27032026-07-20T10:36:40.389Z[ 20] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
27042026-07-20T10:36:40.389Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
27052026-07-20T10:36:40.389Z- - - - - - - - - - - - - - - - - - - - - - - - -
27062026-07-20T10:36:40.389Z[ 5] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
27072026-07-20T10:36:40.389Z[ 8] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
27082026-07-20T10:36:40.389Z[ 10] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
27092026-07-20T10:36:40.389Z[ 12] 4.00-5.00 sec 52.8 MBytes 443 Mbits/sec
27102026-07-20T10:36:40.389Z[ 14] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
27112026-07-20T10:36:40.389Z[ 16] 4.00-5.00 sec 52.8 MBytes 443 Mbits/sec
27122026-07-20T10:36:40.389Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
27132026-07-20T10:36:40.389Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
27142026-07-20T10:36:40.389Z[SUM] 4.00-5.00 sec 421 MBytes 3.53 Gbits/sec
27152026-07-20T10:36:40.389Z- - - - - - - - - - - - - - - - - - - - - - - - -
27162026-07-20T10:36:40.389Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27172026-07-20T10:36:40.392Z[ 8] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
27182026-07-20T10:36:40.393Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27192026-07-20T10:36:40.393Z[ 12] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
27202026-07-20T10:36:40.393Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27212026-07-20T10:36:40.393Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
27222026-07-20T10:36:40.393Z[ 18] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
27232026-07-20T10:36:40.393Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
27242026-07-20T10:36:40.393Z[SUM] 5.00-6.00 sec 419 MBytes 3.51 Gbits/sec
27252026-07-20T10:36:40.393Z- - - - - - - - - - - - - - - - - - - - - - - - -
27262026-07-20T10:36:40.393Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
27272026-07-20T10:36:40.393Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
27282026-07-20T10:36:40.393Z[ 10] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
27292026-07-20T10:36:43.386Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
27302026-07-20T10:36:43.386Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
27312026-07-20T10:36:43.386Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
27322026-07-20T10:36:43.386Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
27332026-07-20T10:36:43.387Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
27342026-07-20T10:36:43.387Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
27352026-07-20T10:36:43.387Z- - - - - - - - - - - - - - - - - - - - - - - - -
27362026-07-20T10:36:43.387Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
27372026-07-20T10:36:43.387Z[ 8] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
27382026-07-20T10:36:43.387Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
27392026-07-20T10:36:43.387Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
27402026-07-20T10:36:43.387Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
27412026-07-20T10:36:43.387Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
27422026-07-20T10:36:43.387Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
27432026-07-20T10:36:43.387Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
27442026-07-20T10:36:43.387Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
27452026-07-20T10:36:43.387Z- - - - - - - - - - - - - - - - - - - - - - - - -
27462026-07-20T10:36:43.387Z[ 5] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
27472026-07-20T10:36:43.387Z[ 8] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
27482026-07-20T10:36:43.387Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
27492026-07-20T10:36:43.387Z[ 12] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
27502026-07-20T10:36:43.387Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
27512026-07-20T10:36:43.387Z[ 16] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
27522026-07-20T10:36:43.387Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
27532026-07-20T10:36:43.387Z[ 20] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
27542026-07-20T10:36:43.387Z[SUM] 8.00-9.00 sec 422 MBytes 3.54 Gbits/sec
27552026-07-20T10:36:43.387Z- - - - - - - - - - - - - - - - - - - - - - - - -
27562026-07-20T10:36:43.387Z[ 5] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
27572026-07-20T10:36:43.387Z[ 8] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
27582026-07-20T10:36:43.387Z[ 10] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
27592026-07-20T10:36:43.387Z[ 12] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
27602026-07-20T10:36:43.387Z[ 14] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
27612026-07-20T10:36:43.387Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
27622026-07-20T10:36:43.387Z[ 18] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
27632026-07-20T10:36:43.387Z[ 20] 9.00-10.00 sec 52.4 MBytes 439 Mbits/sec
27642026-07-20T10:36:43.387Z[SUM] 9.00-10.00 sec 420 MBytes 3.52 Gbits/sec
27652026-07-20T10:36:43.387Z- - - - - - - - - - - - - - - - - - - - - - - - -
27662026-07-20T10:36:43.387Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27672026-07-20T10:36:43.387Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27682026-07-20T10:36:43.387Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27692026-07-20T10:36:43.387Z[ 12] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
27702026-07-20T10:36:43.388Z[ 14] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
27712026-07-20T10:36:43.388Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27722026-07-20T10:36:43.388Z[ 18] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
27732026-07-20T10:36:43.388Z[ 20] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
27742026-07-20T10:36:43.388Z[SUM] 10.00-10.00 sec 512 KBytes 4.32 Gbits/sec
27752026-07-20T10:36:43.388Z- - - - - - - - - - - - - - - - - - - - - - - - -
27762026-07-20T10:36:43.388Z[ ID] Interval Transfer Bitrate
27772026-07-20T10:36:43.388Z[ 5] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
27782026-07-20T10:36:43.388Z[ 8] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
27792026-07-20T10:36:43.388Z[ 10] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
27802026-07-20T10:36:43.388Z[ 12] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
27812026-07-20T10:36:43.388Z[ 14] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
27822026-07-20T10:36:43.389Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
27832026-07-20T10:36:43.389Z[ 18] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
27842026-07-20T10:36:43.389Z[ 20] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
27852026-07-20T10:36:43.389Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec receiver
27862026-07-20T10:36:43.392ZRun 3/10...3475.85158951662Mbps
27872026-07-20T10:36:50.800Z-----------------------------------------------------------
27882026-07-20T10:36:50.800ZServer listening on 5201 (test #14)
27892026-07-20T10:36:50.800Z-----------------------------------------------------------
27902026-07-20T10:36:50.800ZAccepted connection from 10.0.0.1, port 51855
27912026-07-20T10:36:50.800Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50257
27922026-07-20T10:36:50.800Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41554
27932026-07-20T10:36:50.800Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42031
27942026-07-20T10:36:50.800Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61387
27952026-07-20T10:36:50.800Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39956
27962026-07-20T10:36:50.800Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65126
27972026-07-20T10:36:50.800Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37905
27982026-07-20T10:36:50.800Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62035
27992026-07-20T10:36:50.800Z[ ID] Interval Transfer Bitrate
28002026-07-20T10:36:50.800Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28012026-07-20T10:36:50.800Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
28022026-07-20T10:36:50.801Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28032026-07-20T10:36:50.801Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28042026-07-20T10:36:50.801Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28052026-07-20T10:36:50.801Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
28062026-07-20T10:36:50.801Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
28072026-07-20T10:36:50.801Z[ 20] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
28082026-07-20T10:36:50.801Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
28092026-07-20T10:36:50.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
28102026-07-20T10:36:50.801Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
28112026-07-20T10:36:50.801Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
28122026-07-20T10:36:50.801Z[ 10] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
28132026-07-20T10:36:50.801Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
28142026-07-20T10:36:50.801Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
28152026-07-20T10:36:50.801Z[ 16] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
28162026-07-20T10:36:50.801Z[ 18] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
28172026-07-20T10:36:50.801Z[ 20] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
28182026-07-20T10:36:50.801Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
28192026-07-20T10:36:50.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
28202026-07-20T10:36:50.801Z[ 5] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
28212026-07-20T10:36:50.801Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
28222026-07-20T10:36:50.801Z[ 10] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
28232026-07-20T10:36:50.801Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
28242026-07-20T10:36:50.801Z[ 14] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
28252026-07-20T10:36:50.802Z[ 16] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
28262026-07-20T10:36:50.802Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
28272026-07-20T10:36:50.802Z[ 20] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
28282026-07-20T10:36:50.802Z[SUM] 2.00-3.00 sec 426 MBytes 3.57 Gbits/sec
28292026-07-20T10:36:50.802Z- - - - - - - - - - - - - - - - - - - - - - - - -
28302026-07-20T10:36:50.802Z[ 5] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
28312026-07-20T10:36:50.802Z[ 8] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
28322026-07-20T10:36:50.802Z[ 10] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28332026-07-20T10:36:50.803Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28342026-07-20T10:36:50.803Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
28352026-07-20T10:36:50.803Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
28362026-07-20T10:36:50.803Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
28372026-07-20T10:36:50.803Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28382026-07-20T10:36:50.803Z[SUM] 3.00-4.00 sec 425 MBytes 3.57 Gbits/sec
28392026-07-20T10:36:50.803Z- - - - - - - - - - - - - - - - - - - - - - - - -
28402026-07-20T10:36:50.803Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
28412026-07-20T10:36:50.803Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
28422026-07-20T10:36:50.803Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
28432026-07-20T10:36:50.803Z[ 12] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28442026-07-20T10:36:50.803Z[ 14] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
28452026-07-20T10:36:50.803Z[ 16] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
28462026-07-20T10:36:50.803Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
28472026-07-20T10:36:50.803Z[ 20] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
28482026-07-20T10:36:50.803Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
28492026-07-20T10:36:50.804Z- - - - - - - - - - - - - - - - - - - - - - - - -
28502026-07-20T10:36:50.804Z[ 5] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
28512026-07-20T10:36:50.804Z[ 8] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
28522026-07-20T10:36:50.804Z[ 10] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28532026-07-20T10:36:50.804Z[ 12] 5.00-6.00 sec 52.1 MBytes 437 Mbits/sec
28542026-07-20T10:36:50.804Z[ 14] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28552026-07-20T10:36:50.804Z[ 16] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28562026-07-20T10:36:50.804Z[ 18] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28572026-07-20T10:36:50.804Z[ 20] 5.00-6.00 sec 52.2 MBytes 438 Mbits/sec
28582026-07-20T10:36:50.804Z[SUM] 5.00-6.00 sec 418 MBytes 3.50 Gbits/sec
28592026-07-20T10:36:50.805Z- - - - - - - - - - - - - - - - - - - - - - - - -
28602026-07-20T10:36:50.805Z[ 5] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
28612026-07-20T10:36:50.805Z[ 8] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
28622026-07-20T10:36:50.805Z[ 10] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
28632026-07-20T10:36:53.800Z[ 12] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
28642026-07-20T10:36:53.800Z[ 14] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
28652026-07-20T10:36:53.800Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
28662026-07-20T10:36:53.800Z[ 18] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
28672026-07-20T10:36:53.800Z[ 20] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
28682026-07-20T10:36:53.800Z[SUM] 6.00-7.00 sec 429 MBytes 3.60 Gbits/sec
28692026-07-20T10:36:53.800Z- - - - - - - - - - - - - - - - - - - - - - - - -
28702026-07-20T10:36:53.800Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
28712026-07-20T10:36:53.800Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
28722026-07-20T10:36:53.800Z[ 10] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
28732026-07-20T10:36:53.800Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
28742026-07-20T10:36:53.800Z[ 14] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
28752026-07-20T10:36:53.800Z[ 16] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
28762026-07-20T10:36:53.800Z[ 18] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
28772026-07-20T10:36:53.801Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
28782026-07-20T10:36:53.801Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
28792026-07-20T10:36:53.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
28802026-07-20T10:36:53.801Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
28812026-07-20T10:36:53.801Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
28822026-07-20T10:36:53.801Z[ 10] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
28832026-07-20T10:36:53.801Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28842026-07-20T10:36:53.801Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
28852026-07-20T10:36:53.801Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
28862026-07-20T10:36:53.801Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28872026-07-20T10:36:53.801Z[ 20] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
28882026-07-20T10:36:53.801Z[SUM] 8.00-9.00 sec 426 MBytes 3.57 Gbits/sec
28892026-07-20T10:36:53.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
28902026-07-20T10:36:53.801Z[ 5] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
28912026-07-20T10:36:53.801Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
28922026-07-20T10:36:53.801Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
28932026-07-20T10:36:53.801Z[ 12] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
28942026-07-20T10:36:53.801Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
28952026-07-20T10:36:53.802Z[ 16] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
28962026-07-20T10:36:53.802Z[ 18] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
28972026-07-20T10:36:53.802Z[ 20] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
28982026-07-20T10:36:53.802Z[SUM] 9.00-10.00 sec 426 MBytes 3.58 Gbits/sec
28992026-07-20T10:36:53.802Z- - - - - - - - - - - - - - - - - - - - - - - - -
29002026-07-20T10:36:53.802Z[ 5] 10.00-10.00 sec 128 KBytes 1.04 Gbits/sec
29012026-07-20T10:36:53.802Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29022026-07-20T10:36:53.802Z[ 10] 10.00-10.00 sec 128 KBytes 1.04 Gbits/sec
29032026-07-20T10:36:53.802Z[ 12] 10.00-10.00 sec 128 KBytes 1.04 Gbits/sec
29042026-07-20T10:36:53.802Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29052026-07-20T10:36:53.802Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29062026-07-20T10:36:53.802Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29072026-07-20T10:36:53.802Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29082026-07-20T10:36:53.802Z[SUM] 10.00-10.00 sec 384 KBytes 3.11 Gbits/sec
29092026-07-20T10:36:53.802Z- - - - - - - - - - - - - - - - - - - - - - - - -
29102026-07-20T10:36:53.802Z[ ID] Interval Transfer Bitrate
29112026-07-20T10:36:53.802Z[ 5] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29122026-07-20T10:36:53.803Z[ 8] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29132026-07-20T10:36:53.803Z[ 10] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29142026-07-20T10:36:53.803Z[ 12] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29152026-07-20T10:36:53.803Z[ 14] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29162026-07-20T10:36:53.803Z[ 16] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29172026-07-20T10:36:53.803Z[ 18] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29182026-07-20T10:36:53.803Z[ 20] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
29192026-07-20T10:36:53.803Z[SUM] 0.00-10.00 sec 4.07 GBytes 3.50 Gbits/sec receiver
29202026-07-20T10:36:53.806ZRun 4/10...3496.205773198969Mbps
29212026-07-20T10:37:01.198Z-----------------------------------------------------------
29222026-07-20T10:37:01.198ZServer listening on 5201 (test #15)
29232026-07-20T10:37:01.198Z-----------------------------------------------------------
29242026-07-20T10:37:01.198ZAccepted connection from 10.0.0.1, port 39038
29252026-07-20T10:37:01.198Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61117
29262026-07-20T10:37:01.198Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36087
29272026-07-20T10:37:01.198Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60177
29282026-07-20T10:37:01.198Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46462
29292026-07-20T10:37:01.198Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39171
29302026-07-20T10:37:01.198Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50600
29312026-07-20T10:37:01.198Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58194
29322026-07-20T10:37:01.198Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60651
29332026-07-20T10:37:01.198Z[ ID] Interval Transfer Bitrate
29342026-07-20T10:37:01.198Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29352026-07-20T10:37:01.199Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
29362026-07-20T10:37:01.199Z[ 10] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
29372026-07-20T10:37:01.199Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29382026-07-20T10:37:01.199Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
29392026-07-20T10:37:01.199Z[ 16] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
29402026-07-20T10:37:01.199Z[ 18] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
29412026-07-20T10:37:01.199Z[ 20] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
29422026-07-20T10:37:01.199Z[SUM] 0.00-1.00 sec 336 MBytes 2.82 Gbits/sec
29432026-07-20T10:37:01.199Z- - - - - - - - - - - - - - - - - - - - - - - - -
29442026-07-20T10:37:01.199Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29452026-07-20T10:37:01.199Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29462026-07-20T10:37:01.199Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29472026-07-20T10:37:01.199Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29482026-07-20T10:37:01.199Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29492026-07-20T10:37:01.200Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29502026-07-20T10:37:01.200Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29512026-07-20T10:37:01.200Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29522026-07-20T10:37:01.200Z[SUM] 1.00-2.00 sec 427 MBytes 3.59 Gbits/sec
29532026-07-20T10:37:01.200Z- - - - - - - - - - - - - - - - - - - - - - - - -
29542026-07-20T10:37:01.200Z[ 5] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
29552026-07-20T10:37:01.200Z[ 8] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
29562026-07-20T10:37:01.200Z[ 10] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
29572026-07-20T10:37:01.200Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
29582026-07-20T10:37:01.200Z[ 14] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
29592026-07-20T10:37:01.200Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
29602026-07-20T10:37:01.201Z[ 18] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
29612026-07-20T10:37:01.201Z[ 20] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
29622026-07-20T10:37:01.201Z[SUM] 2.00-3.00 sec 424 MBytes 3.56 Gbits/sec
29632026-07-20T10:37:01.201Z- - - - - - - - - - - - - - - - - - - - - - - - -
29642026-07-20T10:37:01.201Z[ 5] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
29652026-07-20T10:37:01.201Z[ 8] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
29662026-07-20T10:37:01.201Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
29672026-07-20T10:37:01.201Z[ 12] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
29682026-07-20T10:37:01.201Z[ 14] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
29692026-07-20T10:37:01.201Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
29702026-07-20T10:37:01.204Z[ 18] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
29712026-07-20T10:37:01.204Z[ 20] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
29722026-07-20T10:37:01.204Z[SUM] 3.00-4.00 sec 431 MBytes 3.62 Gbits/sec
29732026-07-20T10:37:01.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
29742026-07-20T10:37:01.206Z[ 5] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
29752026-07-20T10:37:01.206Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
29762026-07-20T10:37:01.206Z[ 10] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
29772026-07-20T10:37:01.206Z[ 12] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
29782026-07-20T10:37:01.206Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
29792026-07-20T10:37:01.206Z[ 16] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
29802026-07-20T10:37:01.206Z[ 18] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
29812026-07-20T10:37:01.206Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
29822026-07-20T10:37:01.206Z[SUM] 4.00-5.00 sec 427 MBytes 3.58 Gbits/sec
29832026-07-20T10:37:01.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
29842026-07-20T10:37:01.206Z[ 5] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29852026-07-20T10:37:01.206Z[ 8] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
29862026-07-20T10:37:01.206Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
29872026-07-20T10:37:01.206Z[ 12] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
29882026-07-20T10:37:01.206Z[ 14] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29892026-07-20T10:37:01.206Z[ 16] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
29902026-07-20T10:37:01.207Z[ 18] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29912026-07-20T10:37:01.207Z[ 20] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29922026-07-20T10:37:01.207Z[SUM] 5.00-6.00 sec 430 MBytes 3.61 Gbits/sec
29932026-07-20T10:37:01.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
29942026-07-20T10:37:01.207Z[ 5] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
29952026-07-20T10:37:01.207Z[ 8] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
29962026-07-20T10:37:01.207Z[ 10] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
29972026-07-20T10:37:04.202Z[ 12] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
29982026-07-20T10:37:04.202Z[ 14] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
29992026-07-20T10:37:04.202Z[ 16] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
30002026-07-20T10:37:04.202Z[ 18] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
30012026-07-20T10:37:04.202Z[ 20] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
30022026-07-20T10:37:04.202Z[SUM] 6.00-7.00 sec 431 MBytes 3.61 Gbits/sec
30032026-07-20T10:37:04.202Z- - - - - - - - - - - - - - - - - - - - - - - - -
30042026-07-20T10:37:04.202Z[ 5] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
30052026-07-20T10:37:04.202Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30062026-07-20T10:37:04.202Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
30072026-07-20T10:37:04.202Z[ 12] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
30082026-07-20T10:37:04.202Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
30092026-07-20T10:37:04.202Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
30102026-07-20T10:37:04.203Z[ 18] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
30112026-07-20T10:37:04.203Z[ 20] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
30122026-07-20T10:37:04.203Z[SUM] 7.00-8.00 sec 424 MBytes 3.56 Gbits/sec
30132026-07-20T10:37:04.203Z- - - - - - - - - - - - - - - - - - - - - - - - -
30142026-07-20T10:37:04.203Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
30152026-07-20T10:37:04.203Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
30162026-07-20T10:37:04.203Z[ 10] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
30172026-07-20T10:37:04.203Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
30182026-07-20T10:37:04.203Z[ 14] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
30192026-07-20T10:37:04.203Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
30202026-07-20T10:37:04.203Z[ 18] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
30212026-07-20T10:37:04.204Z[ 20] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
30222026-07-20T10:37:04.204Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
30232026-07-20T10:37:04.204Z- - - - - - - - - - - - - - - - - - - - - - - - -
30242026-07-20T10:37:04.204Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
30252026-07-20T10:37:04.204Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
30262026-07-20T10:37:04.204Z[ 10] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
30272026-07-20T10:37:04.204Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
30282026-07-20T10:37:04.204Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
30292026-07-20T10:37:04.204Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
30302026-07-20T10:37:04.204Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
30312026-07-20T10:37:04.204Z[ 20] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
30322026-07-20T10:37:04.204Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
30332026-07-20T10:37:04.204Z- - - - - - - - - - - - - - - - - - - - - - - - -
30342026-07-20T10:37:04.204Z[ 5] 10.00-10.00 sec 128 KBytes 994 Mbits/sec
30352026-07-20T10:37:04.204Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30362026-07-20T10:37:04.204Z[ 10] 10.00-10.00 sec 128 KBytes 995 Mbits/sec
30372026-07-20T10:37:04.205Z[ 12] 10.00-10.00 sec 128 KBytes 995 Mbits/sec
30382026-07-20T10:37:04.205Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30392026-07-20T10:37:04.205Z[ 16] 10.00-10.00 sec 128 KBytes 995 Mbits/sec
30402026-07-20T10:37:04.205Z[ 18] 10.00-10.00 sec 128 KBytes 996 Mbits/sec
30412026-07-20T10:37:04.205Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30422026-07-20T10:37:04.205Z[SUM] 10.00-10.00 sec 640 KBytes 4.97 Gbits/sec
30432026-07-20T10:37:04.205Z- - - - - - - - - - - - - - - - - - - - - - - - -
30442026-07-20T10:37:04.205Z[ ID] Interval Transfer Bitrate
30452026-07-20T10:37:04.205Z[ 5] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
30462026-07-20T10:37:04.206Z[ 8] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
30472026-07-20T10:37:04.206Z[ 10] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
30482026-07-20T10:37:04.206Z[ 12] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
30492026-07-20T10:37:04.206Z[ 14] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
30502026-07-20T10:37:04.206Z[ 16] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
30512026-07-20T10:37:04.206Z[ 18] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
30522026-07-20T10:37:04.206Z[ 20] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
30532026-07-20T10:37:04.206Z[SUM] 0.00-10.00 sec 4.09 GBytes 3.51 Gbits/sec receiver
30542026-07-20T10:37:04.210ZRun 5/10...3511.7198612666084Mbps
30552026-07-20T10:37:11.599Z-----------------------------------------------------------
30562026-07-20T10:37:11.600ZServer listening on 5201 (test #16)
30572026-07-20T10:37:11.600Z-----------------------------------------------------------
30582026-07-20T10:37:11.600ZAccepted connection from 10.0.0.1, port 53425
30592026-07-20T10:37:11.600Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36771
30602026-07-20T10:37:11.600Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54903
30612026-07-20T10:37:11.600Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56045
30622026-07-20T10:37:11.600Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54479
30632026-07-20T10:37:11.601Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47011
30642026-07-20T10:37:11.601Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48454
30652026-07-20T10:37:11.601Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61522
30662026-07-20T10:37:11.601Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34846
30672026-07-20T10:37:11.601Z[ ID] Interval Transfer Bitrate
30682026-07-20T10:37:11.601Z[ 5] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30692026-07-20T10:37:11.601Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30702026-07-20T10:37:11.601Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
30712026-07-20T10:37:11.601Z[ 12] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30722026-07-20T10:37:11.601Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
30732026-07-20T10:37:11.601Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
30742026-07-20T10:37:11.601Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
30752026-07-20T10:37:11.601Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
30762026-07-20T10:37:11.601Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
30772026-07-20T10:37:11.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
30782026-07-20T10:37:11.601Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
30792026-07-20T10:37:11.601Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
30802026-07-20T10:37:11.602Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
30812026-07-20T10:37:11.602Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
30822026-07-20T10:37:11.602Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
30832026-07-20T10:37:11.602Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
30842026-07-20T10:37:11.602Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
30852026-07-20T10:37:11.602Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
30862026-07-20T10:37:11.602Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
30872026-07-20T10:37:11.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
30882026-07-20T10:37:11.602Z[ 5] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
30892026-07-20T10:37:11.602Z[ 8] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
30902026-07-20T10:37:11.602Z[ 10] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
30912026-07-20T10:37:11.602Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
30922026-07-20T10:37:11.602Z[ 14] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
30932026-07-20T10:37:11.602Z[ 16] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
30942026-07-20T10:37:11.602Z[ 18] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
30952026-07-20T10:37:11.602Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
30962026-07-20T10:37:11.602Z[SUM] 2.00-3.00 sec 424 MBytes 3.55 Gbits/sec
30972026-07-20T10:37:11.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
30982026-07-20T10:37:11.603Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
30992026-07-20T10:37:11.603Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
31002026-07-20T10:37:11.603Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
31012026-07-20T10:37:11.603Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
31022026-07-20T10:37:11.603Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
31032026-07-20T10:37:11.603Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
31042026-07-20T10:37:11.604Z[ 18] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
31052026-07-20T10:37:11.604Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
31062026-07-20T10:37:11.604Z[SUM] 3.00-4.00 sec 426 MBytes 3.57 Gbits/sec
31072026-07-20T10:37:11.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
31082026-07-20T10:37:11.604Z[ 5] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
31092026-07-20T10:37:11.604Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
31102026-07-20T10:37:11.604Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
31112026-07-20T10:37:11.604Z[ 12] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
31122026-07-20T10:37:11.604Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31132026-07-20T10:37:11.604Z[ 16] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
31142026-07-20T10:37:11.604Z[ 18] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
31152026-07-20T10:37:11.604Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
31162026-07-20T10:37:11.604Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
31172026-07-20T10:37:11.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
31182026-07-20T10:37:11.604Z[ 5] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
31192026-07-20T10:37:11.604Z[ 8] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
31202026-07-20T10:37:11.604Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
31212026-07-20T10:37:11.604Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
31222026-07-20T10:37:11.604Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
31232026-07-20T10:37:11.604Z[ 16] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
31242026-07-20T10:37:11.604Z[ 18] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
31252026-07-20T10:37:11.604Z[ 20] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
31262026-07-20T10:37:11.604Z[SUM] 5.00-6.00 sec 426 MBytes 3.57 Gbits/sec
31272026-07-20T10:37:11.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
31282026-07-20T10:37:11.605Z[ 5] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
31292026-07-20T10:37:11.605Z[ 8] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
31302026-07-20T10:37:11.605Z[ 10] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31312026-07-20T10:37:14.600Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
31322026-07-20T10:37:14.600Z[ 14] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
31332026-07-20T10:37:14.600Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31342026-07-20T10:37:14.600Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
31352026-07-20T10:37:14.601Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
31362026-07-20T10:37:14.601Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
31372026-07-20T10:37:14.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
31382026-07-20T10:37:14.601Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
31392026-07-20T10:37:14.601Z[ 8] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31402026-07-20T10:37:14.601Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
31412026-07-20T10:37:14.601Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
31422026-07-20T10:37:14.601Z[ 14] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31432026-07-20T10:37:14.601Z[ 16] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
31442026-07-20T10:37:14.601Z[ 18] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
31452026-07-20T10:37:14.601Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
31462026-07-20T10:37:14.601Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
31472026-07-20T10:37:14.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
31482026-07-20T10:37:14.601Z[ 5] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
31492026-07-20T10:37:14.601Z[ 8] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31502026-07-20T10:37:14.601Z[ 10] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31512026-07-20T10:37:14.601Z[ 12] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
31522026-07-20T10:37:14.601Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
31532026-07-20T10:37:14.601Z[ 16] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
31542026-07-20T10:37:14.601Z[ 18] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31552026-07-20T10:37:14.601Z[ 20] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
31562026-07-20T10:37:14.601Z[SUM] 8.00-9.00 sec 422 MBytes 3.54 Gbits/sec
31572026-07-20T10:37:14.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
31582026-07-20T10:37:14.601Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
31592026-07-20T10:37:14.601Z[ 8] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
31602026-07-20T10:37:14.601Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
31612026-07-20T10:37:14.601Z[ 12] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
31622026-07-20T10:37:14.601Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
31632026-07-20T10:37:14.601Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
31642026-07-20T10:37:14.601Z[ 18] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
31652026-07-20T10:37:14.601Z[ 20] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
31662026-07-20T10:37:14.601Z[SUM] 9.00-10.00 sec 425 MBytes 3.57 Gbits/sec
31672026-07-20T10:37:14.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
31682026-07-20T10:37:14.601Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31692026-07-20T10:37:14.601Z[ 8] 10.00-10.00 sec 128 KBytes 1.17 Gbits/sec
31702026-07-20T10:37:14.601Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31712026-07-20T10:37:14.602Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31722026-07-20T10:37:14.603Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31732026-07-20T10:37:14.603Z[ 16] 10.00-10.00 sec 128 KBytes 1.17 Gbits/sec
31742026-07-20T10:37:14.603Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31752026-07-20T10:37:14.603Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31762026-07-20T10:37:14.603Z[SUM] 10.00-10.00 sec 256 KBytes 2.34 Gbits/sec
31772026-07-20T10:37:14.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
31782026-07-20T10:37:14.603Z[ ID] Interval Transfer Bitrate
31792026-07-20T10:37:14.603Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec receiver
31802026-07-20T10:37:14.603Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31812026-07-20T10:37:14.603Z[ 10] 0.00-10.00 sec 519 MBytes 436 Mbits/sec receiver
31822026-07-20T10:37:14.603Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31832026-07-20T10:37:14.603Z[ 14] 0.00-10.00 sec 519 MBytes 436 Mbits/sec receiver
31842026-07-20T10:37:14.603Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31852026-07-20T10:37:14.603Z[ 18] 0.00-10.00 sec 519 MBytes 436 Mbits/sec receiver
31862026-07-20T10:37:14.603Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec receiver
31872026-07-20T10:37:14.603Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.48 Gbits/sec receiver
31882026-07-20T10:37:14.606ZRun 6/10...3484.4462477825487Mbps
31892026-07-20T10:37:22.002Z-----------------------------------------------------------
31902026-07-20T10:37:22.002ZServer listening on 5201 (test #17)
31912026-07-20T10:37:22.002Z-----------------------------------------------------------
31922026-07-20T10:37:22.002ZAccepted connection from 10.0.0.1, port 55602
31932026-07-20T10:37:22.002Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34251
31942026-07-20T10:37:22.002Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42285
31952026-07-20T10:37:22.002Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47234
31962026-07-20T10:37:22.002Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37501
31972026-07-20T10:37:22.002Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47631
31982026-07-20T10:37:22.002Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41593
31992026-07-20T10:37:22.002Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48858
32002026-07-20T10:37:22.002Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60991
32012026-07-20T10:37:22.002Z[ ID] Interval Transfer Bitrate
32022026-07-20T10:37:22.002Z[ 5] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
32032026-07-20T10:37:22.002Z[ 8] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
32042026-07-20T10:37:22.002Z[ 10] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
32052026-07-20T10:37:22.002Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
32062026-07-20T10:37:22.002Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
32072026-07-20T10:37:22.002Z[ 16] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
32082026-07-20T10:37:22.002Z[ 18] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
32092026-07-20T10:37:22.002Z[ 20] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
32102026-07-20T10:37:22.002Z[SUM] 0.00-1.00 sec 338 MBytes 2.83 Gbits/sec
32112026-07-20T10:37:22.002Z- - - - - - - - - - - - - - - - - - - - - - - - -
32122026-07-20T10:37:22.002Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
32132026-07-20T10:37:22.005Z[ 8] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
32142026-07-20T10:37:22.005Z[ 10] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
32152026-07-20T10:37:22.005Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
32162026-07-20T10:37:22.005Z[ 14] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
32172026-07-20T10:37:22.005Z[ 16] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
32182026-07-20T10:37:22.005Z[ 18] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
32192026-07-20T10:37:22.005Z[ 20] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
32202026-07-20T10:37:22.005Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
32212026-07-20T10:37:22.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
32222026-07-20T10:37:22.005Z[ 5] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32232026-07-20T10:37:22.005Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32242026-07-20T10:37:22.005Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
32252026-07-20T10:37:22.005Z[ 12] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32262026-07-20T10:37:22.005Z[ 14] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32272026-07-20T10:37:22.005Z[ 16] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32282026-07-20T10:37:22.005Z[ 18] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
32292026-07-20T10:37:22.005Z[ 20] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
32302026-07-20T10:37:22.005Z[SUM] 2.00-3.00 sec 429 MBytes 3.60 Gbits/sec
32312026-07-20T10:37:22.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
32322026-07-20T10:37:22.005Z[ 5] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
32332026-07-20T10:37:22.005Z[ 8] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
32342026-07-20T10:37:22.005Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
32352026-07-20T10:37:22.005Z[ 12] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
32362026-07-20T10:37:22.005Z[ 14] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
32372026-07-20T10:37:22.005Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
32382026-07-20T10:37:22.005Z[ 18] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
32392026-07-20T10:37:22.005Z[ 20] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
32402026-07-20T10:37:22.006Z[SUM] 3.00-4.00 sec 432 MBytes 3.62 Gbits/sec
32412026-07-20T10:37:22.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
32422026-07-20T10:37:22.006Z[ 5] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32432026-07-20T10:37:22.006Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32442026-07-20T10:37:22.006Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32452026-07-20T10:37:22.006Z[ 12] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32462026-07-20T10:37:22.009Z[ 14] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32472026-07-20T10:37:22.010Z[ 16] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32482026-07-20T10:37:22.010Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32492026-07-20T10:37:22.011Z[ 20] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32502026-07-20T10:37:22.011Z[SUM] 4.00-5.00 sec 428 MBytes 3.59 Gbits/sec
32512026-07-20T10:37:22.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
32522026-07-20T10:37:22.011Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
32532026-07-20T10:37:22.011Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
32542026-07-20T10:37:22.011Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
32552026-07-20T10:37:22.011Z[ 12] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
32562026-07-20T10:37:22.011Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
32572026-07-20T10:37:22.011Z[ 16] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
32582026-07-20T10:37:22.011Z[ 18] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
32592026-07-20T10:37:22.011Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
32602026-07-20T10:37:22.011Z[SUM] 5.00-6.00 sec 428 MBytes 3.59 Gbits/sec
32612026-07-20T10:37:22.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
32622026-07-20T10:37:22.011Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
32632026-07-20T10:37:22.011Z[ 8] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
32642026-07-20T10:37:22.011Z[ 10] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
32652026-07-20T10:37:25.003Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
32662026-07-20T10:37:25.003Z[ 14] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
32672026-07-20T10:37:25.003Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
32682026-07-20T10:37:25.003Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
32692026-07-20T10:37:25.003Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
32702026-07-20T10:37:25.004Z[SUM] 6.00-7.00 sec 426 MBytes 3.57 Gbits/sec
32712026-07-20T10:37:25.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
32722026-07-20T10:37:25.004Z[ 5] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
32732026-07-20T10:37:25.005Z[ 8] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
32742026-07-20T10:37:25.005Z[ 10] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32752026-07-20T10:37:25.005Z[ 12] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32762026-07-20T10:37:25.005Z[ 14] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32772026-07-20T10:37:25.005Z[ 16] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32782026-07-20T10:37:25.005Z[ 18] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32792026-07-20T10:37:25.005Z[ 20] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32802026-07-20T10:37:25.005Z[SUM] 7.00-8.00 sec 426 MBytes 3.57 Gbits/sec
32812026-07-20T10:37:25.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
32822026-07-20T10:37:25.005Z[ 5] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
32832026-07-20T10:37:25.005Z[ 8] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
32842026-07-20T10:37:25.005Z[ 10] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
32852026-07-20T10:37:25.005Z[ 12] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
32862026-07-20T10:37:25.005Z[ 14] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
32872026-07-20T10:37:25.005Z[ 16] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
32882026-07-20T10:37:25.006Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
32892026-07-20T10:37:25.006Z[ 20] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
32902026-07-20T10:37:25.006Z[SUM] 8.00-9.00 sec 429 MBytes 3.60 Gbits/sec
32912026-07-20T10:37:25.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
32922026-07-20T10:37:25.006Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32932026-07-20T10:37:25.006Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32942026-07-20T10:37:25.006Z[ 10] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32952026-07-20T10:37:25.006Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32962026-07-20T10:37:25.006Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32972026-07-20T10:37:25.007Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32982026-07-20T10:37:25.007Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
32992026-07-20T10:37:25.007Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
33002026-07-20T10:37:25.007Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
33012026-07-20T10:37:25.007Z- - - - - - - - - - - - - - - - - - - - - - - - -
33022026-07-20T10:37:25.007Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33032026-07-20T10:37:25.007Z[ 8] 10.00-10.00 sec 128 KBytes 1.06 Gbits/sec
33042026-07-20T10:37:25.007Z[ 10] 10.00-10.00 sec 128 KBytes 1.06 Gbits/sec
33052026-07-20T10:37:25.007Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33062026-07-20T10:37:25.007Z[ 14] 10.00-10.00 sec 128 KBytes 1.06 Gbits/sec
33072026-07-20T10:37:25.007Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33082026-07-20T10:37:25.007Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33092026-07-20T10:37:25.007Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33102026-07-20T10:37:25.007Z[SUM] 10.00-10.00 sec 384 KBytes 3.18 Gbits/sec
33112026-07-20T10:37:25.008Z- - - - - - - - - - - - - - - - - - - - - - - - -
33122026-07-20T10:37:25.008Z[ ID] Interval Transfer Bitrate
33132026-07-20T10:37:25.008Z[ 5] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
33142026-07-20T10:37:25.008Z[ 8] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
33152026-07-20T10:37:25.008Z[ 10] 0.00-10.00 sec 523 MBytes 438 Mbits/sec receiver
33162026-07-20T10:37:25.008Z[ 12] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
33172026-07-20T10:37:25.008Z[ 14] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
33182026-07-20T10:37:25.008Z[ 16] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
33192026-07-20T10:37:25.008Z[ 18] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
33202026-07-20T10:37:25.009Z[ 20] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
33212026-07-20T10:37:25.009Z[SUM] 0.00-10.00 sec 4.09 GBytes 3.51 Gbits/sec receiver
33222026-07-20T10:37:25.012ZRun 7/10...3510.7659795782433Mbps
33232026-07-20T10:37:32.400Z-----------------------------------------------------------
33242026-07-20T10:37:32.400ZServer listening on 5201 (test #18)
33252026-07-20T10:37:32.400Z-----------------------------------------------------------
33262026-07-20T10:37:32.400ZAccepted connection from 10.0.0.1, port 56093
33272026-07-20T10:37:32.400Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63952
33282026-07-20T10:37:32.400Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47880
33292026-07-20T10:37:32.400Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36885
33302026-07-20T10:37:32.400Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57834
33312026-07-20T10:37:32.400Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61048
33322026-07-20T10:37:32.400Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47035
33332026-07-20T10:37:32.400Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42843
33342026-07-20T10:37:32.400Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56240
33352026-07-20T10:37:32.400Z[ ID] Interval Transfer Bitrate
33362026-07-20T10:37:32.400Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33372026-07-20T10:37:32.400Z[ 8] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33382026-07-20T10:37:32.400Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33392026-07-20T10:37:32.400Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33402026-07-20T10:37:32.402Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
33412026-07-20T10:37:32.402Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33422026-07-20T10:37:32.402Z[ 18] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33432026-07-20T10:37:32.402Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
33442026-07-20T10:37:32.402Z[SUM] 0.00-1.00 sec 337 MBytes 2.83 Gbits/sec
33452026-07-20T10:37:32.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
33462026-07-20T10:37:32.402Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
33472026-07-20T10:37:32.402Z[ 8] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
33482026-07-20T10:37:32.402Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
33492026-07-20T10:37:32.402Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
33502026-07-20T10:37:32.402Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33512026-07-20T10:37:32.403Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
33522026-07-20T10:37:32.403Z[ 18] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33532026-07-20T10:37:32.403Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
33542026-07-20T10:37:32.403Z[SUM] 1.00-2.00 sec 427 MBytes 3.58 Gbits/sec
33552026-07-20T10:37:32.403Z- - - - - - - - - - - - - - - - - - - - - - - - -
33562026-07-20T10:37:32.403Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33572026-07-20T10:37:32.403Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
33582026-07-20T10:37:32.403Z[ 10] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33592026-07-20T10:37:32.403Z[ 12] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33602026-07-20T10:37:32.403Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33612026-07-20T10:37:32.403Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33622026-07-20T10:37:32.403Z[ 18] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33632026-07-20T10:37:32.403Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
33642026-07-20T10:37:32.403Z[SUM] 2.00-3.00 sec 431 MBytes 3.61 Gbits/sec
33652026-07-20T10:37:32.403Z- - - - - - - - - - - - - - - - - - - - - - - - -
33662026-07-20T10:37:32.403Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
33672026-07-20T10:37:32.403Z[ 8] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
33682026-07-20T10:37:32.403Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
33692026-07-20T10:37:32.403Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
33702026-07-20T10:37:32.403Z[ 14] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
33712026-07-20T10:37:32.403Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
33722026-07-20T10:37:32.403Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
33732026-07-20T10:37:32.403Z[ 20] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
33742026-07-20T10:37:32.403Z[SUM] 3.00-4.00 sec 425 MBytes 3.56 Gbits/sec
33752026-07-20T10:37:32.403Z- - - - - - - - - - - - - - - - - - - - - - - - -
33762026-07-20T10:37:32.403Z[ 5] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
33772026-07-20T10:37:32.403Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
33782026-07-20T10:37:32.403Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
33792026-07-20T10:37:32.403Z[ 12] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
33802026-07-20T10:37:32.404Z[ 14] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33812026-07-20T10:37:32.404Z[ 16] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33822026-07-20T10:37:32.404Z[ 18] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33832026-07-20T10:37:32.404Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33842026-07-20T10:37:32.404Z[SUM] 4.00-5.00 sec 427 MBytes 3.58 Gbits/sec
33852026-07-20T10:37:32.404Z- - - - - - - - - - - - - - - - - - - - - - - - -
33862026-07-20T10:37:32.404Z[ 5] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33872026-07-20T10:37:32.404Z[ 8] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
33882026-07-20T10:37:32.405Z[ 10] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
33892026-07-20T10:37:32.405Z[ 12] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
33902026-07-20T10:37:32.405Z[ 14] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
33912026-07-20T10:37:32.405Z[ 16] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33922026-07-20T10:37:32.405Z[ 18] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
33932026-07-20T10:37:32.405Z[ 20] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
33942026-07-20T10:37:32.405Z[SUM] 5.00-6.00 sec 425 MBytes 3.56 Gbits/sec
33952026-07-20T10:37:32.405Z- - - - - - - - - - - - - - - - - - - - - - - - -
33962026-07-20T10:37:32.405Z[ 5] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
33972026-07-20T10:37:32.405Z[ 8] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
33982026-07-20T10:37:32.405Z[ 10] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
33992026-07-20T10:37:35.402Z[ 12] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
34002026-07-20T10:37:35.402Z[ 14] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
34012026-07-20T10:37:35.402Z[ 16] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
34022026-07-20T10:37:35.402Z[ 18] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
34032026-07-20T10:37:35.402Z[ 20] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
34042026-07-20T10:37:35.402Z[SUM] 6.00-7.00 sec 431 MBytes 3.62 Gbits/sec
34052026-07-20T10:37:35.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
34062026-07-20T10:37:35.402Z[ 5] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
34072026-07-20T10:37:35.402Z[ 8] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
34082026-07-20T10:37:35.402Z[ 10] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
34092026-07-20T10:37:35.402Z[ 12] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
34102026-07-20T10:37:35.402Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
34112026-07-20T10:37:35.402Z[ 16] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
34122026-07-20T10:37:35.402Z[ 18] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
34132026-07-20T10:37:35.402Z[ 20] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
34142026-07-20T10:37:35.402Z[SUM] 7.00-8.00 sec 427 MBytes 3.59 Gbits/sec
34152026-07-20T10:37:35.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
34162026-07-20T10:37:35.402Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
34172026-07-20T10:37:35.403Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
34182026-07-20T10:37:35.403Z[ 10] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
34192026-07-20T10:37:35.403Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
34202026-07-20T10:37:35.403Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
34212026-07-20T10:37:35.403Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
34222026-07-20T10:37:35.403Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
34232026-07-20T10:37:35.403Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
34242026-07-20T10:37:35.403Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
34252026-07-20T10:37:35.403Z- - - - - - - - - - - - - - - - - - - - - - - - -
34262026-07-20T10:37:35.403Z[ 5] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
34272026-07-20T10:37:35.403Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
34282026-07-20T10:37:35.403Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
34292026-07-20T10:37:35.403Z[ 12] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
34302026-07-20T10:37:35.403Z[ 14] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
34312026-07-20T10:37:35.403Z[ 16] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
34322026-07-20T10:37:35.403Z[ 18] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
34332026-07-20T10:37:35.403Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
34342026-07-20T10:37:35.403Z[SUM] 9.00-10.00 sec 429 MBytes 3.60 Gbits/sec
34352026-07-20T10:37:35.403Z- - - - - - - - - - - - - - - - - - - - - - - - -
34362026-07-20T10:37:35.403Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34372026-07-20T10:37:35.403Z[ 8] 10.00-10.00 sec 128 KBytes 840 Mbits/sec
34382026-07-20T10:37:35.403Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34392026-07-20T10:37:35.403Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34402026-07-20T10:37:35.403Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34412026-07-20T10:37:35.405Z[ 16] 10.00-10.00 sec 128 KBytes 840 Mbits/sec
34422026-07-20T10:37:35.405Z[ 18] 10.00-10.00 sec 128 KBytes 840 Mbits/sec
34432026-07-20T10:37:35.406Z[ 20] 10.00-10.00 sec 128 KBytes 840 Mbits/sec
34442026-07-20T10:37:35.406Z[SUM] 10.00-10.00 sec 512 KBytes 3.36 Gbits/sec
34452026-07-20T10:37:35.406Z- - - - - - - - - - - - - - - - - - - - - - - - -
34462026-07-20T10:37:35.406Z[ ID] Interval Transfer Bitrate
34472026-07-20T10:37:35.406Z[ 5] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
34482026-07-20T10:37:35.406Z[ 8] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
34492026-07-20T10:37:35.406Z[ 10] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
34502026-07-20T10:37:35.406Z[ 12] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
34512026-07-20T10:37:35.406Z[ 14] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
34522026-07-20T10:37:35.406Z[ 16] 0.00-10.00 sec 523 MBytes 439 Mbits/sec receiver
34532026-07-20T10:37:35.406Z[ 18] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
34542026-07-20T10:37:35.406Z[ 20] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
34552026-07-20T10:37:35.406Z[SUM] 0.00-10.00 sec 4.09 GBytes 3.51 Gbits/sec receiver
34562026-07-20T10:37:35.409ZRun 8/10...3512.545710121522Mbps
34572026-07-20T10:37:42.802Z-----------------------------------------------------------
34582026-07-20T10:37:42.802ZServer listening on 5201 (test #19)
34592026-07-20T10:37:42.803Z-----------------------------------------------------------
34602026-07-20T10:37:42.803ZAccepted connection from 10.0.0.1, port 61859
34612026-07-20T10:37:42.803Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42900
34622026-07-20T10:37:42.803Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45625
34632026-07-20T10:37:42.803Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63859
34642026-07-20T10:37:42.803Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41454
34652026-07-20T10:37:42.803Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58473
34662026-07-20T10:37:42.803Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54960
34672026-07-20T10:37:42.803Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62006
34682026-07-20T10:37:42.803Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55038
34692026-07-20T10:37:42.803Z[ ID] Interval Transfer Bitrate
34702026-07-20T10:37:42.803Z[ 5] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
34712026-07-20T10:37:42.803Z[ 8] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
34722026-07-20T10:37:42.803Z[ 10] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
34732026-07-20T10:37:42.803Z[ 12] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
34742026-07-20T10:37:42.803Z[ 14] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
34752026-07-20T10:37:42.803Z[ 16] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
34762026-07-20T10:37:42.803Z[ 18] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
34772026-07-20T10:37:42.804Z[ 20] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
34782026-07-20T10:37:42.804Z[SUM] 0.00-1.00 sec 340 MBytes 2.85 Gbits/sec
34792026-07-20T10:37:42.804Z- - - - - - - - - - - - - - - - - - - - - - - - -
34802026-07-20T10:37:42.804Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
34812026-07-20T10:37:42.804Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34822026-07-20T10:37:42.804Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34832026-07-20T10:37:42.804Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
34842026-07-20T10:37:42.804Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
34852026-07-20T10:37:42.804Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
34862026-07-20T10:37:42.804Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
34872026-07-20T10:37:42.804Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
34882026-07-20T10:37:42.804Z[SUM] 1.00-2.00 sec 427 MBytes 3.58 Gbits/sec
34892026-07-20T10:37:42.804Z- - - - - - - - - - - - - - - - - - - - - - - - -
34902026-07-20T10:37:42.805Z[ 5] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
34912026-07-20T10:37:42.805Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
34922026-07-20T10:37:42.805Z[ 10] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
34932026-07-20T10:37:42.805Z[ 12] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
34942026-07-20T10:37:42.805Z[ 14] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
34952026-07-20T10:37:42.805Z[ 16] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
34962026-07-20T10:37:42.805Z[ 18] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
34972026-07-20T10:37:42.805Z[ 20] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
34982026-07-20T10:37:42.805Z[SUM] 2.00-3.00 sec 428 MBytes 3.59 Gbits/sec
34992026-07-20T10:37:42.805Z- - - - - - - - - - - - - - - - - - - - - - - - -
35002026-07-20T10:37:42.805Z[ 5] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
35012026-07-20T10:37:42.807Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
35022026-07-20T10:37:42.811Z[ 10] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
35032026-07-20T10:37:42.811Z[ 12] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
35042026-07-20T10:37:42.812Z[ 14] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
35052026-07-20T10:37:42.812Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
35062026-07-20T10:37:42.812Z[ 18] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
35072026-07-20T10:37:42.812Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
35082026-07-20T10:37:42.812Z[SUM] 3.00-4.00 sec 423 MBytes 3.55 Gbits/sec
35092026-07-20T10:37:42.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
35102026-07-20T10:37:42.812Z[ 5] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
35112026-07-20T10:37:42.812Z[ 8] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
35122026-07-20T10:37:42.812Z[ 10] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35132026-07-20T10:37:42.812Z[ 12] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35142026-07-20T10:37:42.812Z[ 14] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
35152026-07-20T10:37:42.812Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35162026-07-20T10:37:42.812Z[ 18] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
35172026-07-20T10:37:42.812Z[ 20] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
35182026-07-20T10:37:42.812Z[SUM] 4.00-5.00 sec 430 MBytes 3.60 Gbits/sec
35192026-07-20T10:37:42.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
35202026-07-20T10:37:42.812Z[ 5] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
35212026-07-20T10:37:42.812Z[ 8] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
35222026-07-20T10:37:42.812Z[ 10] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
35232026-07-20T10:37:42.812Z[ 12] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
35242026-07-20T10:37:42.812Z[ 14] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
35252026-07-20T10:37:42.814Z[ 16] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
35262026-07-20T10:37:42.814Z[ 18] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
35272026-07-20T10:37:42.814Z[ 20] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
35282026-07-20T10:37:42.814Z[SUM] 5.00-6.00 sec 424 MBytes 3.56 Gbits/sec
35292026-07-20T10:37:42.814Z- - - - - - - - - - - - - - - - - - - - - - - - -
35302026-07-20T10:37:42.814Z[ 5] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
35312026-07-20T10:37:42.814Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
35322026-07-20T10:37:42.814Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
35332026-07-20T10:37:45.805Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
35342026-07-20T10:37:45.806Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
35352026-07-20T10:37:45.806Z[ 16] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
35362026-07-20T10:37:45.806Z[ 18] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
35372026-07-20T10:37:45.806Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
35382026-07-20T10:37:45.807Z[SUM] 6.00-7.00 sec 424 MBytes 3.55 Gbits/sec
35392026-07-20T10:37:45.807Z- - - - - - - - - - - - - - - - - - - - - - - - -
35402026-07-20T10:37:45.807Z[ 5] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35412026-07-20T10:37:45.807Z[ 8] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35422026-07-20T10:37:45.807Z[ 10] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35432026-07-20T10:37:45.807Z[ 12] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
35442026-07-20T10:37:45.807Z[ 14] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35452026-07-20T10:37:45.807Z[ 16] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35462026-07-20T10:37:45.807Z[ 18] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35472026-07-20T10:37:45.807Z[ 20] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
35482026-07-20T10:37:45.807Z[SUM] 7.00-8.00 sec 427 MBytes 3.58 Gbits/sec
35492026-07-20T10:37:45.807Z- - - - - - - - - - - - - - - - - - - - - - - - -
35502026-07-20T10:37:45.807Z[ 5] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35512026-07-20T10:37:45.807Z[ 8] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
35522026-07-20T10:37:45.807Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35532026-07-20T10:37:45.807Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35542026-07-20T10:37:45.807Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35552026-07-20T10:37:45.807Z[ 16] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
35562026-07-20T10:37:45.807Z[ 18] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
35572026-07-20T10:37:45.807Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
35582026-07-20T10:37:45.807Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
35592026-07-20T10:37:45.807Z- - - - - - - - - - - - - - - - - - - - - - - - -
35602026-07-20T10:37:45.807Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
35612026-07-20T10:37:45.807Z[ 8] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
35622026-07-20T10:37:45.807Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
35632026-07-20T10:37:45.807Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
35642026-07-20T10:37:45.807Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
35652026-07-20T10:37:45.807Z[ 16] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
35662026-07-20T10:37:45.807Z[ 18] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
35672026-07-20T10:37:45.807Z[ 20] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
35682026-07-20T10:37:45.807Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
35692026-07-20T10:37:45.807Z- - - - - - - - - - - - - - - - - - - - - - - - -
35702026-07-20T10:37:45.807Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35712026-07-20T10:37:45.807Z[ 8] 10.00-10.00 sec 128 KBytes 772 Mbits/sec
35722026-07-20T10:37:45.807Z[ 10] 10.00-10.00 sec 128 KBytes 773 Mbits/sec
35732026-07-20T10:37:45.807Z[ 12] 10.00-10.00 sec 128 KBytes 773 Mbits/sec
35742026-07-20T10:37:45.807Z[ 14] 10.00-10.00 sec 128 KBytes 773 Mbits/sec
35752026-07-20T10:37:45.807Z[ 16] 10.00-10.00 sec 128 KBytes 773 Mbits/sec
35762026-07-20T10:37:45.807Z[ 18] 10.00-10.00 sec 128 KBytes 772 Mbits/sec
35772026-07-20T10:37:45.808Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35782026-07-20T10:37:45.808Z[SUM] 10.00-10.00 sec 768 KBytes 4.63 Gbits/sec
35792026-07-20T10:37:45.808Z- - - - - - - - - - - - - - - - - - - - - - - - -
35802026-07-20T10:37:45.808Z[ ID] Interval Transfer Bitrate
35812026-07-20T10:37:45.808Z[ 5] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35822026-07-20T10:37:45.808Z[ 8] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35832026-07-20T10:37:45.808Z[ 10] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35842026-07-20T10:37:45.808Z[ 12] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35852026-07-20T10:37:45.808Z[ 14] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35862026-07-20T10:37:45.808Z[ 16] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35872026-07-20T10:37:45.808Z[ 18] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35882026-07-20T10:37:45.808Z[ 20] 0.00-10.00 sec 521 MBytes 437 Mbits/sec receiver
35892026-07-20T10:37:45.808Z[SUM] 0.00-10.00 sec 4.07 GBytes 3.50 Gbits/sec receiver
35902026-07-20T10:37:45.811ZRun 9/10...3496.71571574054Mbps
35912026-07-20T10:37:53.202Z-----------------------------------------------------------
35922026-07-20T10:37:53.203ZServer listening on 5201 (test #20)
35932026-07-20T10:37:53.203Z-----------------------------------------------------------
35942026-07-20T10:37:53.203ZAccepted connection from 10.0.0.1, port 52437
35952026-07-20T10:37:53.203Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40735
35962026-07-20T10:37:53.203Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37128
35972026-07-20T10:37:53.203Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54920
35982026-07-20T10:37:53.203Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50169
35992026-07-20T10:37:53.203Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41691
36002026-07-20T10:37:53.204Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35651
36012026-07-20T10:37:53.204Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59071
36022026-07-20T10:37:53.204Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50942
36032026-07-20T10:37:53.204Z[ ID] Interval Transfer Bitrate
36042026-07-20T10:37:53.204Z[ 5] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36052026-07-20T10:37:53.204Z[ 8] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36062026-07-20T10:37:53.204Z[ 10] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36072026-07-20T10:37:53.204Z[ 12] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36082026-07-20T10:37:53.204Z[ 14] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36092026-07-20T10:37:53.204Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36102026-07-20T10:37:53.204Z[ 18] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36112026-07-20T10:37:53.204Z[ 20] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
36122026-07-20T10:37:53.204Z[SUM] 0.00-1.00 sec 339 MBytes 2.84 Gbits/sec
36132026-07-20T10:37:53.204Z- - - - - - - - - - - - - - - - - - - - - - - - -
36142026-07-20T10:37:53.204Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36152026-07-20T10:37:53.204Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36162026-07-20T10:37:53.204Z[ 10] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
36172026-07-20T10:37:53.204Z[ 12] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36182026-07-20T10:37:53.204Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36192026-07-20T10:37:53.205Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36202026-07-20T10:37:53.205Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36212026-07-20T10:37:53.205Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36222026-07-20T10:37:53.205Z[SUM] 1.00-2.00 sec 427 MBytes 3.58 Gbits/sec
36232026-07-20T10:37:53.205Z- - - - - - - - - - - - - - - - - - - - - - - - -
36242026-07-20T10:37:53.205Z[ 5] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
36252026-07-20T10:37:53.205Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
36262026-07-20T10:37:53.205Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
36272026-07-20T10:37:53.205Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
36282026-07-20T10:37:53.205Z[ 14] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
36292026-07-20T10:37:53.206Z[ 16] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
36302026-07-20T10:37:53.206Z[ 18] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
36312026-07-20T10:37:53.206Z[ 20] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
36322026-07-20T10:37:53.206Z[SUM] 2.00-3.00 sec 430 MBytes 3.60 Gbits/sec
36332026-07-20T10:37:53.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
36342026-07-20T10:37:53.207Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
36352026-07-20T10:37:53.207Z[ 8] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
36362026-07-20T10:37:53.207Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
36372026-07-20T10:37:53.207Z[ 12] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
36382026-07-20T10:37:53.207Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
36392026-07-20T10:37:53.207Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
36402026-07-20T10:37:53.207Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
36412026-07-20T10:37:53.207Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
36422026-07-20T10:37:53.207Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
36432026-07-20T10:37:53.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
36442026-07-20T10:37:53.208Z[ 5] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
36452026-07-20T10:37:53.208Z[ 8] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
36462026-07-20T10:37:53.208Z[ 10] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
36472026-07-20T10:37:53.208Z[ 12] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
36482026-07-20T10:37:53.208Z[ 14] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
36492026-07-20T10:37:53.208Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
36502026-07-20T10:37:53.208Z[ 18] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
36512026-07-20T10:37:53.208Z[ 20] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
36522026-07-20T10:37:53.208Z[SUM] 4.00-5.00 sec 431 MBytes 3.61 Gbits/sec
36532026-07-20T10:37:53.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
36542026-07-20T10:37:53.208Z[ 5] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
36552026-07-20T10:37:53.208Z[ 8] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
36562026-07-20T10:37:53.208Z[ 10] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
36572026-07-20T10:37:53.208Z[ 12] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
36582026-07-20T10:37:53.208Z[ 14] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
36592026-07-20T10:37:53.208Z[ 16] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
36602026-07-20T10:37:53.208Z[ 18] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
36612026-07-20T10:37:53.208Z[ 20] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
36622026-07-20T10:37:53.208Z[SUM] 5.00-6.00 sec 431 MBytes 3.62 Gbits/sec
36632026-07-20T10:37:53.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
36642026-07-20T10:37:53.208Z[ 5] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36652026-07-20T10:37:53.208Z[ 8] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
36662026-07-20T10:37:53.208Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36672026-07-20T10:37:56.205Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36682026-07-20T10:37:56.205Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36692026-07-20T10:37:56.205Z[ 16] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
36702026-07-20T10:37:56.206Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36712026-07-20T10:37:56.206Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36722026-07-20T10:37:56.206Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
36732026-07-20T10:37:56.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
36742026-07-20T10:37:56.206Z[ 5] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36752026-07-20T10:37:56.206Z[ 8] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36762026-07-20T10:37:56.206Z[ 10] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
36772026-07-20T10:37:56.207Z[ 12] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36782026-07-20T10:37:56.207Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36792026-07-20T10:37:56.207Z[ 16] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36802026-07-20T10:37:56.207Z[ 18] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
36812026-07-20T10:37:56.207Z[ 20] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36822026-07-20T10:37:56.207Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
36832026-07-20T10:37:56.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
36842026-07-20T10:37:56.207Z[ 5] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
36852026-07-20T10:37:56.207Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
36862026-07-20T10:37:56.207Z[ 10] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
36872026-07-20T10:37:56.207Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
36882026-07-20T10:37:56.207Z[ 14] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
36892026-07-20T10:37:56.207Z[ 16] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
36902026-07-20T10:37:56.207Z[ 18] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
36912026-07-20T10:37:56.207Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
36922026-07-20T10:37:56.207Z[SUM] 8.00-9.00 sec 432 MBytes 3.62 Gbits/sec
36932026-07-20T10:37:56.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
36942026-07-20T10:37:56.209Z[ 5] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
36952026-07-20T10:37:56.209Z[ 8] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
36962026-07-20T10:37:56.209Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
36972026-07-20T10:37:56.209Z[ 12] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36982026-07-20T10:37:56.209Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36992026-07-20T10:37:56.209Z[ 16] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
37002026-07-20T10:37:56.209Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
37012026-07-20T10:37:56.210Z[ 20] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
37022026-07-20T10:37:56.210Z[SUM] 9.00-10.00 sec 425 MBytes 3.57 Gbits/sec
37032026-07-20T10:37:56.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
37042026-07-20T10:37:56.210Z[ 5] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
37052026-07-20T10:37:56.210Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37062026-07-20T10:37:56.210Z[ 10] 10.00-10.00 sec 128 KBytes 880 Mbits/sec
37072026-07-20T10:37:56.210Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37082026-07-20T10:37:56.210Z[ 14] 10.00-10.00 sec 128 KBytes 880 Mbits/sec
37092026-07-20T10:37:56.210Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37102026-07-20T10:37:56.210Z[ 18] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
37112026-07-20T10:37:56.210Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37122026-07-20T10:37:56.210Z[SUM] 10.00-10.00 sec 512 KBytes 3.52 Gbits/sec
37132026-07-20T10:37:56.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
37142026-07-20T10:37:56.210Z[ ID] Interval Transfer Bitrate
37152026-07-20T10:37:56.210Z[ 5] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37162026-07-20T10:37:56.210Z[ 8] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37172026-07-20T10:37:56.210Z[ 10] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37182026-07-20T10:37:56.211Z[ 12] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37192026-07-20T10:37:56.212Z[ 14] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37202026-07-20T10:37:56.212Z[ 16] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
37212026-07-20T10:37:56.212Z[ 18] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
37222026-07-20T10:37:56.212Z[ 20] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
37232026-07-20T10:37:56.212Z[SUM] 0.00-10.00 sec 4.10 GBytes 3.52 Gbits/sec receiver
37242026-07-20T10:37:56.215ZRun 10/10...3521.0442660704125Mbps
37252026-07-20T10:37:56.215Z###---------------------###
37262026-07-20T10:37:56.216Z::: iPerf done... :::
37272026-07-20T10:37:56.216Z:::Awaiting out files...:::
37282026-07-20T10:37:56.216Z###---------------------###
37292026-07-20T10:37:56.216Z###-----###
37302026-07-20T10:37:56.216Z:::done!:::
37312026-07-20T10:37:56.216Z###-----###
37322026-07-20T10:37:57.193ZGnuplot not found, using plotters backend
37332026-07-20T10:37:57.329ZBenchmarking iperf-tcp/local/c2s/tx
37342026-07-20T10:37:57.329ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
37352026-07-20T10:38:01.226ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37362026-07-20T10:38:21.237ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
37372026-07-20T10:38:21.290Ziperf-tcp/local/c2s/tx time: [3.4907 µs 3.4908 µs 3.4909 µs]
37382026-07-20T10:38:21.290ZFound 6 outliers among 100 measurements (6.00%)
37392026-07-20T10:38:21.290Z 3 (3.00%) low mild
37402026-07-20T10:38:21.290Z 3 (3.00%) high mild
37412026-07-20T10:38:21.915Z
37422026-07-20T10:38:21.918ZBenchmarking iperf-tcp/local/c2s/rx
37432026-07-20T10:38:21.918ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
37442026-07-20T10:38:25.815ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37452026-07-20T10:38:45.827ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
37462026-07-20T10:38:45.876Ziperf-tcp/local/c2s/rx time: [6.5824 µs 6.5826 µs 6.5827 µs]
37472026-07-20T10:38:45.876ZFound 4 outliers among 100 measurements (4.00%)
37482026-07-20T10:38:45.876Z 1 (1.00%) low severe
37492026-07-20T10:38:45.876Z 2 (2.00%) low mild
37502026-07-20T10:38:45.877Z 1 (1.00%) high severe
37512026-07-20T10:38:46.504Z
37522026-07-20T10:38:46.507Z###-------------------###
37532026-07-20T10:38:46.507Z:::Running experiment :::
37542026-07-20T10:38:46.507Z:::iperf-tcp/local/s2c:::
37552026-07-20T10:38:46.507Z###-------------------###
37562026-07-20T10:38:46.840Zdtrace: description 'profile-201us ' matched 2 probes
37572026-07-20T10:38:53.900Z-----------------------------------------------------------
37582026-07-20T10:38:53.900ZServer listening on 5201 (test #21)
37592026-07-20T10:38:53.900Z-----------------------------------------------------------
37602026-07-20T10:38:53.900ZAccepted connection from 10.0.0.1, port 40134
37612026-07-20T10:38:53.900Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44631
37622026-07-20T10:38:53.900Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60717
37632026-07-20T10:38:53.900Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36354
37642026-07-20T10:38:53.900Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37420
37652026-07-20T10:38:53.900Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56701
37662026-07-20T10:38:53.900Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45319
37672026-07-20T10:38:53.900Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41958
37682026-07-20T10:38:53.900Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48553
37692026-07-20T10:38:53.900Z[ ID] Interval Transfer Bitrate
37702026-07-20T10:38:53.900Z[ 5] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
37712026-07-20T10:38:53.900Z[ 8] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
37722026-07-20T10:38:53.900Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37732026-07-20T10:38:53.900Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37742026-07-20T10:38:53.900Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37752026-07-20T10:38:53.900Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37762026-07-20T10:38:53.900Z[ 18] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37772026-07-20T10:38:53.900Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37782026-07-20T10:38:53.900Z[SUM] 0.00-1.00 sec 337 MBytes 2.83 Gbits/sec
37792026-07-20T10:38:53.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
37802026-07-20T10:38:53.901Z[ 5] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37812026-07-20T10:38:53.901Z[ 8] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
37822026-07-20T10:38:53.901Z[ 10] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37832026-07-20T10:38:53.901Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37842026-07-20T10:38:53.901Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
37852026-07-20T10:38:53.901Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
37862026-07-20T10:38:53.901Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
37872026-07-20T10:38:53.901Z[ 20] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
37882026-07-20T10:38:53.901Z[SUM] 1.00-2.00 sec 425 MBytes 3.57 Gbits/sec
37892026-07-20T10:38:53.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
37902026-07-20T10:38:53.901Z[ 5] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
37912026-07-20T10:38:53.901Z[ 8] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
37922026-07-20T10:38:53.901Z[ 10] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37932026-07-20T10:38:53.901Z[ 12] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37942026-07-20T10:38:53.901Z[ 14] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37952026-07-20T10:38:53.901Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37962026-07-20T10:38:53.901Z[ 18] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
37972026-07-20T10:38:53.901Z[ 20] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
37982026-07-20T10:38:53.901Z[SUM] 2.00-3.00 sec 428 MBytes 3.59 Gbits/sec
37992026-07-20T10:38:53.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
38002026-07-20T10:38:53.901Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
38012026-07-20T10:38:53.902Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
38022026-07-20T10:38:53.902Z[ 10] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
38032026-07-20T10:38:53.902Z[ 12] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
38042026-07-20T10:38:53.902Z[ 14] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
38052026-07-20T10:38:53.902Z[ 16] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
38062026-07-20T10:38:53.902Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
38072026-07-20T10:38:53.902Z[ 20] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
38082026-07-20T10:38:53.902Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
38092026-07-20T10:38:53.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
38102026-07-20T10:38:53.902Z[ 5] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38112026-07-20T10:38:53.902Z[ 8] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
38122026-07-20T10:38:53.902Z[ 10] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
38132026-07-20T10:38:53.903Z[ 12] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
38142026-07-20T10:38:53.903Z[ 14] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38152026-07-20T10:38:53.903Z[ 16] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
38162026-07-20T10:38:53.903Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38172026-07-20T10:38:53.903Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
38182026-07-20T10:38:53.903Z[SUM] 4.00-5.00 sec 427 MBytes 3.59 Gbits/sec
38192026-07-20T10:38:53.903Z- - - - - - - - - - - - - - - - - - - - - - - - -
38202026-07-20T10:38:53.903Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
38212026-07-20T10:38:53.903Z[ 8] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
38222026-07-20T10:38:53.903Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
38232026-07-20T10:38:53.903Z[ 12] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
38242026-07-20T10:38:53.903Z[ 14] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
38252026-07-20T10:38:53.904Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
38262026-07-20T10:38:53.904Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
38272026-07-20T10:38:53.904Z[ 20] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
38282026-07-20T10:38:53.904Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
38292026-07-20T10:38:53.904Z- - - - - - - - - - - - - - - - - - - - - - - - -
38302026-07-20T10:38:53.904Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38312026-07-20T10:38:53.904Z[ 8] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38322026-07-20T10:38:53.904Z[ 10] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38332026-07-20T10:38:56.904Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38342026-07-20T10:38:56.904Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
38352026-07-20T10:38:56.904Z[ 16] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
38362026-07-20T10:38:56.904Z[ 18] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
38372026-07-20T10:38:56.904Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
38382026-07-20T10:38:56.904Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
38392026-07-20T10:38:56.904Z- - - - - - - - - - - - - - - - - - - - - - - - -
38402026-07-20T10:38:56.904Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
38412026-07-20T10:38:56.904Z[ 8] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
38422026-07-20T10:38:56.904Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
38432026-07-20T10:38:56.904Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
38442026-07-20T10:38:56.904Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
38452026-07-20T10:38:56.904Z[ 16] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
38462026-07-20T10:38:56.904Z[ 18] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
38472026-07-20T10:38:56.904Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
38482026-07-20T10:38:56.904Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
38492026-07-20T10:38:56.904Z- - - - - - - - - - - - - - - - - - - - - - - - -
38502026-07-20T10:38:56.904Z[ 5] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
38512026-07-20T10:38:56.904Z[ 8] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
38522026-07-20T10:38:56.904Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
38532026-07-20T10:38:56.904Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
38542026-07-20T10:38:56.904Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
38552026-07-20T10:38:56.904Z[ 16] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
38562026-07-20T10:38:56.904Z[ 18] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
38572026-07-20T10:38:56.904Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
38582026-07-20T10:38:56.904Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
38592026-07-20T10:38:56.904Z- - - - - - - - - - - - - - - - - - - - - - - - -
38602026-07-20T10:38:56.904Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
38612026-07-20T10:38:56.904Z[ 8] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
38622026-07-20T10:38:56.904Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
38632026-07-20T10:38:56.904Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
38642026-07-20T10:38:56.904Z[ 14] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
38652026-07-20T10:38:56.904Z[ 16] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
38662026-07-20T10:38:56.904Z[ 18] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
38672026-07-20T10:38:56.904Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
38682026-07-20T10:38:56.905Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
38692026-07-20T10:38:56.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
38702026-07-20T10:38:56.905Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38712026-07-20T10:38:56.905Z[ 8] 10.00-10.00 sec 128 KBytes 862 Mbits/sec
38722026-07-20T10:38:56.905Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38732026-07-20T10:38:56.905Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38742026-07-20T10:38:56.905Z[ 14] 10.00-10.00 sec 128 KBytes 862 Mbits/sec
38752026-07-20T10:38:56.905Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38762026-07-20T10:38:56.905Z[ 18] 10.00-10.00 sec 128 KBytes 862 Mbits/sec
38772026-07-20T10:38:56.905Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38782026-07-20T10:38:56.905Z[SUM] 10.00-10.00 sec 384 KBytes 2.58 Gbits/sec
38792026-07-20T10:38:56.906Z- - - - - - - - - - - - - - - - - - - - - - - - -
38802026-07-20T10:38:56.906Z[ ID] Interval Transfer Bitrate
38812026-07-20T10:38:56.906Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38822026-07-20T10:38:56.906Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38832026-07-20T10:38:56.906Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38842026-07-20T10:38:56.906Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38852026-07-20T10:38:56.906Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38862026-07-20T10:38:56.906Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38872026-07-20T10:38:56.906Z[ 18] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38882026-07-20T10:38:56.906Z[ 20] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
38892026-07-20T10:38:56.906Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec sender
38902026-07-20T10:38:56.910ZRun 1/10...3488.3919484727535Mbps
38912026-07-20T10:39:04.303Z-----------------------------------------------------------
38922026-07-20T10:39:04.303ZServer listening on 5201 (test #22)
38932026-07-20T10:39:04.303Z-----------------------------------------------------------
38942026-07-20T10:39:04.303ZAccepted connection from 10.0.0.1, port 58043
38952026-07-20T10:39:04.303Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43542
38962026-07-20T10:39:04.303Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64169
38972026-07-20T10:39:04.303Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45404
38982026-07-20T10:39:04.303Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42800
38992026-07-20T10:39:04.303Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45006
39002026-07-20T10:39:04.303Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48289
39012026-07-20T10:39:04.303Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61040
39022026-07-20T10:39:04.303Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53041
39032026-07-20T10:39:04.303Z[ ID] Interval Transfer Bitrate
39042026-07-20T10:39:04.303Z[ 5] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
39052026-07-20T10:39:04.303Z[ 8] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
39062026-07-20T10:39:04.303Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
39072026-07-20T10:39:04.303Z[ 12] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
39082026-07-20T10:39:04.303Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
39092026-07-20T10:39:04.304Z[ 16] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
39102026-07-20T10:39:04.304Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
39112026-07-20T10:39:04.304Z[ 20] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
39122026-07-20T10:39:04.304Z[SUM] 0.00-1.00 sec 334 MBytes 2.80 Gbits/sec
39132026-07-20T10:39:04.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
39142026-07-20T10:39:04.304Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39152026-07-20T10:39:04.304Z[ 8] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
39162026-07-20T10:39:04.305Z[ 10] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
39172026-07-20T10:39:04.305Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39182026-07-20T10:39:04.305Z[ 14] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39192026-07-20T10:39:04.305Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
39202026-07-20T10:39:04.305Z[ 18] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39212026-07-20T10:39:04.306Z[ 20] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
39222026-07-20T10:39:04.306Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
39232026-07-20T10:39:04.306Z- - - - - - - - - - - - - - - - - - - - - - - - -
39242026-07-20T10:39:04.306Z[ 5] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39252026-07-20T10:39:04.306Z[ 8] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39262026-07-20T10:39:04.306Z[ 10] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39272026-07-20T10:39:04.306Z[ 12] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39282026-07-20T10:39:04.306Z[ 14] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
39292026-07-20T10:39:04.306Z[ 16] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39302026-07-20T10:39:04.306Z[ 18] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39312026-07-20T10:39:04.306Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
39322026-07-20T10:39:04.306Z[SUM] 2.00-3.00 sec 423 MBytes 3.55 Gbits/sec
39332026-07-20T10:39:04.307Z- - - - - - - - - - - - - - - - - - - - - - - - -
39342026-07-20T10:39:04.307Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39352026-07-20T10:39:04.307Z[ 8] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
39362026-07-20T10:39:04.307Z[ 10] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
39372026-07-20T10:39:04.307Z[ 12] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39382026-07-20T10:39:04.307Z[ 14] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39392026-07-20T10:39:04.307Z[ 16] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
39402026-07-20T10:39:04.307Z[ 18] 3.00-4.00 sec 52.5 MBytes 440 Mbits/sec
39412026-07-20T10:39:04.307Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
39422026-07-20T10:39:04.308Z[SUM] 3.00-4.00 sec 421 MBytes 3.53 Gbits/sec
39432026-07-20T10:39:04.308Z- - - - - - - - - - - - - - - - - - - - - - - - -
39442026-07-20T10:39:04.308Z[ 5] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
39452026-07-20T10:39:04.308Z[ 8] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
39462026-07-20T10:39:04.308Z[ 10] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
39472026-07-20T10:39:04.308Z[ 12] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
39482026-07-20T10:39:04.308Z[ 14] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
39492026-07-20T10:39:04.308Z[ 16] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
39502026-07-20T10:39:04.308Z[ 18] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
39512026-07-20T10:39:04.308Z[ 20] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
39522026-07-20T10:39:04.308Z[SUM] 4.00-5.00 sec 422 MBytes 3.54 Gbits/sec
39532026-07-20T10:39:04.308Z- - - - - - - - - - - - - - - - - - - - - - - - -
39542026-07-20T10:39:04.308Z[ 5] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
39552026-07-20T10:39:04.308Z[ 8] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
39562026-07-20T10:39:04.308Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
39572026-07-20T10:39:04.308Z[ 12] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
39582026-07-20T10:39:04.308Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
39592026-07-20T10:39:04.308Z[ 16] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
39602026-07-20T10:39:04.308Z[ 18] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
39612026-07-20T10:39:04.308Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
39622026-07-20T10:39:04.308Z[SUM] 5.00-6.00 sec 421 MBytes 3.53 Gbits/sec
39632026-07-20T10:39:04.308Z- - - - - - - - - - - - - - - - - - - - - - - - -
39642026-07-20T10:39:04.308Z[ 5] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39652026-07-20T10:39:04.308Z[ 8] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39662026-07-20T10:39:04.308Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
39672026-07-20T10:39:07.305Z[ 12] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
39682026-07-20T10:39:07.305Z[ 14] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39692026-07-20T10:39:07.305Z[ 16] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39702026-07-20T10:39:07.305Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
39712026-07-20T10:39:07.305Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
39722026-07-20T10:39:07.305Z[SUM] 6.00-7.00 sec 425 MBytes 3.57 Gbits/sec
39732026-07-20T10:39:07.305Z- - - - - - - - - - - - - - - - - - - - - - - - -
39742026-07-20T10:39:07.305Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39752026-07-20T10:39:07.305Z[ 8] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39762026-07-20T10:39:07.305Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39772026-07-20T10:39:07.305Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39782026-07-20T10:39:07.305Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39792026-07-20T10:39:07.305Z[ 16] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39802026-07-20T10:39:07.305Z[ 18] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39812026-07-20T10:39:07.305Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
39822026-07-20T10:39:07.305Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
39832026-07-20T10:39:07.305Z- - - - - - - - - - - - - - - - - - - - - - - - -
39842026-07-20T10:39:07.305Z[ 5] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
39852026-07-20T10:39:07.306Z[ 8] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
39862026-07-20T10:39:07.306Z[ 10] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
39872026-07-20T10:39:07.309Z[ 12] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
39882026-07-20T10:39:07.309Z[ 14] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
39892026-07-20T10:39:07.309Z[ 16] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
39902026-07-20T10:39:07.309Z[ 18] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
39912026-07-20T10:39:07.309Z[ 20] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
39922026-07-20T10:39:07.309Z[SUM] 8.00-9.00 sec 422 MBytes 3.54 Gbits/sec
39932026-07-20T10:39:07.309Z- - - - - - - - - - - - - - - - - - - - - - - - -
39942026-07-20T10:39:07.309Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
39952026-07-20T10:39:07.309Z[ 8] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
39962026-07-20T10:39:07.309Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
39972026-07-20T10:39:07.309Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
39982026-07-20T10:39:07.309Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
39992026-07-20T10:39:07.309Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
40002026-07-20T10:39:07.309Z[ 18] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
40012026-07-20T10:39:07.309Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
40022026-07-20T10:39:07.309Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
40032026-07-20T10:39:07.309Z- - - - - - - - - - - - - - - - - - - - - - - - -
40042026-07-20T10:39:07.309Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40052026-07-20T10:39:07.309Z[ 8] 10.00-10.00 sec 128 KBytes 842 Mbits/sec
40062026-07-20T10:39:07.309Z[ 10] 10.00-10.00 sec 128 KBytes 842 Mbits/sec
40072026-07-20T10:39:07.309Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40082026-07-20T10:39:07.309Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40092026-07-20T10:39:07.309Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40102026-07-20T10:39:07.309Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40112026-07-20T10:39:07.309Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40122026-07-20T10:39:07.309Z[SUM] 10.00-10.00 sec 256 KBytes 1.68 Gbits/sec
40132026-07-20T10:39:07.309Z- - - - - - - - - - - - - - - - - - - - - - - - -
40142026-07-20T10:39:07.310Z[ ID] Interval Transfer Bitrate
40152026-07-20T10:39:07.310Z[ 5] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
40162026-07-20T10:39:07.310Z[ 8] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
40172026-07-20T10:39:07.311Z[ 10] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
40182026-07-20T10:39:07.311Z[ 12] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
40192026-07-20T10:39:07.311Z[ 14] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
40202026-07-20T10:39:07.311Z[ 16] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
40212026-07-20T10:39:07.311Z[ 18] 0.00-10.00 sec 517 MBytes 433 Mbits/sec sender
40222026-07-20T10:39:07.311Z[ 20] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
40232026-07-20T10:39:07.311Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec sender
40242026-07-20T10:39:07.311ZRun 2/10...3468.249633946416Mbps
40252026-07-20T10:39:14.703Z-----------------------------------------------------------
40262026-07-20T10:39:14.703ZServer listening on 5201 (test #23)
40272026-07-20T10:39:14.703Z-----------------------------------------------------------
40282026-07-20T10:39:14.703ZAccepted connection from 10.0.0.1, port 34920
40292026-07-20T10:39:14.703Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54838
40302026-07-20T10:39:14.703Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58109
40312026-07-20T10:39:14.703Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42091
40322026-07-20T10:39:14.703Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38103
40332026-07-20T10:39:14.703Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56244
40342026-07-20T10:39:14.704Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34510
40352026-07-20T10:39:14.704Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63100
40362026-07-20T10:39:14.704Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51229
40372026-07-20T10:39:14.704Z[ ID] Interval Transfer Bitrate
40382026-07-20T10:39:14.704Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40392026-07-20T10:39:14.704Z[ 8] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40402026-07-20T10:39:14.704Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40412026-07-20T10:39:14.704Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40422026-07-20T10:39:14.704Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40432026-07-20T10:39:14.704Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40442026-07-20T10:39:14.704Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
40452026-07-20T10:39:14.704Z[ 20] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
40462026-07-20T10:39:14.704Z[SUM] 0.00-1.00 sec 333 MBytes 2.79 Gbits/sec
40472026-07-20T10:39:14.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
40482026-07-20T10:39:14.705Z[ 5] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
40492026-07-20T10:39:14.705Z[ 8] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
40502026-07-20T10:39:14.705Z[ 10] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
40512026-07-20T10:39:14.705Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
40522026-07-20T10:39:14.705Z[ 14] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
40532026-07-20T10:39:14.705Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
40542026-07-20T10:39:14.705Z[ 18] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
40552026-07-20T10:39:14.705Z[ 20] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
40562026-07-20T10:39:14.705Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
40572026-07-20T10:39:14.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
40582026-07-20T10:39:14.707Z[ 5] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
40592026-07-20T10:39:14.707Z[ 8] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
40602026-07-20T10:39:14.707Z[ 10] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
40612026-07-20T10:39:14.707Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
40622026-07-20T10:39:14.707Z[ 14] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
40632026-07-20T10:39:14.707Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
40642026-07-20T10:39:14.707Z[ 18] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
40652026-07-20T10:39:14.707Z[ 20] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
40662026-07-20T10:39:14.707Z[SUM] 2.00-3.00 sec 424 MBytes 3.56 Gbits/sec
40672026-07-20T10:39:14.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
40682026-07-20T10:39:14.707Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
40692026-07-20T10:39:14.707Z[ 8] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
40702026-07-20T10:39:14.707Z[ 10] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
40712026-07-20T10:39:14.707Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
40722026-07-20T10:39:14.707Z[ 14] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
40732026-07-20T10:39:14.707Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
40742026-07-20T10:39:14.708Z[ 18] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
40752026-07-20T10:39:14.708Z[ 20] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
40762026-07-20T10:39:14.708Z[SUM] 3.00-4.00 sec 425 MBytes 3.56 Gbits/sec
40772026-07-20T10:39:14.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
40782026-07-20T10:39:14.708Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
40792026-07-20T10:39:14.708Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40802026-07-20T10:39:14.708Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40812026-07-20T10:39:14.708Z[ 12] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40822026-07-20T10:39:14.710Z[ 14] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40832026-07-20T10:39:14.710Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
40842026-07-20T10:39:14.710Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
40852026-07-20T10:39:14.710Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
40862026-07-20T10:39:14.710Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
40872026-07-20T10:39:14.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
40882026-07-20T10:39:14.710Z[ 5] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
40892026-07-20T10:39:14.710Z[ 8] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
40902026-07-20T10:39:14.710Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
40912026-07-20T10:39:14.710Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
40922026-07-20T10:39:14.710Z[ 14] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
40932026-07-20T10:39:14.710Z[ 16] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
40942026-07-20T10:39:14.710Z[ 18] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
40952026-07-20T10:39:14.710Z[ 20] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
40962026-07-20T10:39:14.710Z[SUM] 5.00-6.00 sec 425 MBytes 3.57 Gbits/sec
40972026-07-20T10:39:14.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
40982026-07-20T10:39:14.710Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
40992026-07-20T10:39:14.710Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
41002026-07-20T10:39:14.711Z[ 10] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
41012026-07-20T10:39:17.708Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
41022026-07-20T10:39:17.708Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
41032026-07-20T10:39:17.708Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
41042026-07-20T10:39:17.708Z[ 18] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
41052026-07-20T10:39:17.708Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
41062026-07-20T10:39:17.708Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
41072026-07-20T10:39:17.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
41082026-07-20T10:39:17.708Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
41092026-07-20T10:39:17.708Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
41102026-07-20T10:39:17.708Z[ 10] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
41112026-07-20T10:39:17.708Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
41122026-07-20T10:39:17.708Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
41132026-07-20T10:39:17.710Z[ 16] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
41142026-07-20T10:39:17.710Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
41152026-07-20T10:39:17.710Z[ 20] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
41162026-07-20T10:39:17.710Z[SUM] 7.00-8.00 sec 424 MBytes 3.55 Gbits/sec
41172026-07-20T10:39:17.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
41182026-07-20T10:39:17.710Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
41192026-07-20T10:39:17.710Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
41202026-07-20T10:39:17.710Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
41212026-07-20T10:39:17.710Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
41222026-07-20T10:39:17.710Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
41232026-07-20T10:39:17.710Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
41242026-07-20T10:39:17.710Z[ 18] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
41252026-07-20T10:39:17.710Z[ 20] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
41262026-07-20T10:39:17.710Z[SUM] 8.00-9.00 sec 426 MBytes 3.57 Gbits/sec
41272026-07-20T10:39:17.710Z- - - - - - - - - - - - - - - - - - - - - - - - -
41282026-07-20T10:39:17.710Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41292026-07-20T10:39:17.710Z[ 8] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41302026-07-20T10:39:17.710Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
41312026-07-20T10:39:17.710Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41322026-07-20T10:39:17.710Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41332026-07-20T10:39:17.710Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41342026-07-20T10:39:17.710Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
41352026-07-20T10:39:17.711Z[ 20] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
41362026-07-20T10:39:17.711Z[SUM] 9.00-10.00 sec 424 MBytes 3.56 Gbits/sec
41372026-07-20T10:39:17.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
41382026-07-20T10:39:17.711Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41392026-07-20T10:39:17.711Z[ 8] 10.00-10.00 sec 128 KBytes 867 Mbits/sec
41402026-07-20T10:39:17.711Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41412026-07-20T10:39:17.711Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41422026-07-20T10:39:17.711Z[ 14] 10.00-10.00 sec 128 KBytes 868 Mbits/sec
41432026-07-20T10:39:17.711Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41442026-07-20T10:39:17.711Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41452026-07-20T10:39:17.711Z[ 20] 10.00-10.00 sec 128 KBytes 868 Mbits/sec
41462026-07-20T10:39:17.711Z[SUM] 10.00-10.00 sec 384 KBytes 2.60 Gbits/sec
41472026-07-20T10:39:17.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
41482026-07-20T10:39:17.711Z[ ID] Interval Transfer Bitrate
41492026-07-20T10:39:17.711Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41502026-07-20T10:39:17.711Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41512026-07-20T10:39:17.711Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41522026-07-20T10:39:17.711Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41532026-07-20T10:39:17.711Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41542026-07-20T10:39:17.711Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41552026-07-20T10:39:17.711Z[ 18] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41562026-07-20T10:39:17.711Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
41572026-07-20T10:39:17.711Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
41582026-07-20T10:39:17.714ZRun 3/10...3481.1601025714244Mbps
41592026-07-20T10:39:25.108Z-----------------------------------------------------------
41602026-07-20T10:39:25.108ZServer listening on 5201 (test #24)
41612026-07-20T10:39:25.108Z-----------------------------------------------------------
41622026-07-20T10:39:25.108ZAccepted connection from 10.0.0.1, port 54971
41632026-07-20T10:39:25.108Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43249
41642026-07-20T10:39:25.108Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37697
41652026-07-20T10:39:25.108Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36164
41662026-07-20T10:39:25.108Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46071
41672026-07-20T10:39:25.109Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35532
41682026-07-20T10:39:25.109Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63876
41692026-07-20T10:39:25.109Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34864
41702026-07-20T10:39:25.109Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63014
41712026-07-20T10:39:25.109Z[ ID] Interval Transfer Bitrate
41722026-07-20T10:39:25.109Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41732026-07-20T10:39:25.109Z[ 8] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41742026-07-20T10:39:25.109Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41752026-07-20T10:39:25.109Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41762026-07-20T10:39:25.109Z[ 14] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
41772026-07-20T10:39:25.109Z[ 16] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
41782026-07-20T10:39:25.109Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41792026-07-20T10:39:25.109Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41802026-07-20T10:39:25.109Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
41812026-07-20T10:39:25.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
41822026-07-20T10:39:25.109Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41832026-07-20T10:39:25.109Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
41842026-07-20T10:39:25.109Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
41852026-07-20T10:39:25.109Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41862026-07-20T10:39:25.109Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
41872026-07-20T10:39:25.109Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41882026-07-20T10:39:25.109Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41892026-07-20T10:39:25.109Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41902026-07-20T10:39:25.109Z[SUM] 1.00-2.00 sec 427 MBytes 3.58 Gbits/sec
41912026-07-20T10:39:25.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
41922026-07-20T10:39:25.109Z[ 5] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
41932026-07-20T10:39:25.109Z[ 8] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
41942026-07-20T10:39:25.109Z[ 10] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
41952026-07-20T10:39:25.109Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
41962026-07-20T10:39:25.109Z[ 14] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
41972026-07-20T10:39:25.109Z[ 16] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
41982026-07-20T10:39:25.109Z[ 18] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
41992026-07-20T10:39:25.109Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
42002026-07-20T10:39:25.109Z[SUM] 2.00-3.00 sec 423 MBytes 3.55 Gbits/sec
42012026-07-20T10:39:25.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
42022026-07-20T10:39:25.109Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42032026-07-20T10:39:25.109Z[ 8] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42042026-07-20T10:39:25.109Z[ 10] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42052026-07-20T10:39:25.110Z[ 12] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
42062026-07-20T10:39:25.110Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
42072026-07-20T10:39:25.110Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42082026-07-20T10:39:25.110Z[ 18] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42092026-07-20T10:39:25.110Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
42102026-07-20T10:39:25.110Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
42112026-07-20T10:39:25.110Z- - - - - - - - - - - - - - - - - - - - - - - - -
42122026-07-20T10:39:25.110Z[ 5] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42132026-07-20T10:39:25.110Z[ 8] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
42142026-07-20T10:39:25.110Z[ 10] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
42152026-07-20T10:39:25.110Z[ 12] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
42162026-07-20T10:39:25.110Z[ 14] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42172026-07-20T10:39:25.111Z[ 16] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42182026-07-20T10:39:25.111Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42192026-07-20T10:39:25.111Z[ 20] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
42202026-07-20T10:39:25.111Z[SUM] 4.00-5.00 sec 420 MBytes 3.52 Gbits/sec
42212026-07-20T10:39:25.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
42222026-07-20T10:39:25.111Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
42232026-07-20T10:39:25.111Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
42242026-07-20T10:39:25.111Z[ 10] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
42252026-07-20T10:39:25.111Z[ 12] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
42262026-07-20T10:39:25.111Z[ 14] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
42272026-07-20T10:39:25.111Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
42282026-07-20T10:39:25.111Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
42292026-07-20T10:39:25.111Z[ 20] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
42302026-07-20T10:39:25.111Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
42312026-07-20T10:39:25.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
42322026-07-20T10:39:25.111Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
42332026-07-20T10:39:25.111Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
42342026-07-20T10:39:25.111Z[ 10] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
42352026-07-20T10:39:28.113Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
42362026-07-20T10:39:28.113Z[ 14] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
42372026-07-20T10:39:28.113Z[ 16] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
42382026-07-20T10:39:28.113Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
42392026-07-20T10:39:28.113Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
42402026-07-20T10:39:28.113Z[SUM] 6.00-7.00 sec 424 MBytes 3.56 Gbits/sec
42412026-07-20T10:39:28.113Z- - - - - - - - - - - - - - - - - - - - - - - - -
42422026-07-20T10:39:28.113Z[ 5] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
42432026-07-20T10:39:28.113Z[ 8] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
42442026-07-20T10:39:28.113Z[ 10] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
42452026-07-20T10:39:28.113Z[ 12] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
42462026-07-20T10:39:28.113Z[ 14] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
42472026-07-20T10:39:28.113Z[ 16] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
42482026-07-20T10:39:28.113Z[ 18] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
42492026-07-20T10:39:28.113Z[ 20] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
42502026-07-20T10:39:28.113Z[SUM] 7.00-8.00 sec 426 MBytes 3.57 Gbits/sec
42512026-07-20T10:39:28.113Z- - - - - - - - - - - - - - - - - - - - - - - - -
42522026-07-20T10:39:28.113Z[ 5] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
42532026-07-20T10:39:28.113Z[ 8] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
42542026-07-20T10:39:28.113Z[ 10] 8.00-9.00 sec 52.2 MBytes 438 Mbits/sec
42552026-07-20T10:39:28.113Z[ 12] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
42562026-07-20T10:39:28.113Z[ 14] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
42572026-07-20T10:39:28.113Z[ 16] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
42582026-07-20T10:39:28.113Z[ 18] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
42592026-07-20T10:39:28.113Z[ 20] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
42602026-07-20T10:39:28.114Z[SUM] 8.00-9.00 sec 419 MBytes 3.52 Gbits/sec
42612026-07-20T10:39:28.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
42622026-07-20T10:39:28.114Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
42632026-07-20T10:39:28.114Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
42642026-07-20T10:39:28.114Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
42652026-07-20T10:39:28.114Z[ 12] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
42662026-07-20T10:39:28.114Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
42672026-07-20T10:39:28.114Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
42682026-07-20T10:39:28.114Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
42692026-07-20T10:39:28.114Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
42702026-07-20T10:39:28.114Z[SUM] 9.00-10.00 sec 429 MBytes 3.60 Gbits/sec
42712026-07-20T10:39:28.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
42722026-07-20T10:39:28.114Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42732026-07-20T10:39:28.114Z[ 8] 10.00-10.00 sec 128 KBytes 882 Mbits/sec
42742026-07-20T10:39:28.114Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42752026-07-20T10:39:28.114Z[ 12] 10.00-10.00 sec 128 KBytes 883 Mbits/sec
42762026-07-20T10:39:28.114Z[ 14] 10.00-10.00 sec 128 KBytes 882 Mbits/sec
42772026-07-20T10:39:28.114Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42782026-07-20T10:39:28.114Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42792026-07-20T10:39:28.114Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42802026-07-20T10:39:28.114Z[SUM] 10.00-10.00 sec 384 KBytes 2.65 Gbits/sec
42812026-07-20T10:39:28.114Z- - - - - - - - - - - - - - - - - - - - - - - - -
42822026-07-20T10:39:28.114Z[ ID] Interval Transfer Bitrate
42832026-07-20T10:39:28.114Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42842026-07-20T10:39:28.115Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42852026-07-20T10:39:28.118Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42862026-07-20T10:39:28.118Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42872026-07-20T10:39:28.118Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42882026-07-20T10:39:28.118Z[ 16] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42892026-07-20T10:39:28.118Z[ 18] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42902026-07-20T10:39:28.118Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42912026-07-20T10:39:28.118Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
42922026-07-20T10:39:28.118ZRun 4/10...3479.5943897166Mbps
42932026-07-20T10:39:35.509Z-----------------------------------------------------------
42942026-07-20T10:39:35.509ZServer listening on 5201 (test #25)
42952026-07-20T10:39:35.509Z-----------------------------------------------------------
42962026-07-20T10:39:35.509ZAccepted connection from 10.0.0.1, port 38997
42972026-07-20T10:39:35.509Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51250
42982026-07-20T10:39:35.509Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43160
42992026-07-20T10:39:35.509Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63675
43002026-07-20T10:39:35.509Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55388
43012026-07-20T10:39:35.509Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45372
43022026-07-20T10:39:35.509Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33699
43032026-07-20T10:39:35.509Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42856
43042026-07-20T10:39:35.510Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47421
43052026-07-20T10:39:35.510Z[ ID] Interval Transfer Bitrate
43062026-07-20T10:39:35.510Z[ 5] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43072026-07-20T10:39:35.510Z[ 8] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
43082026-07-20T10:39:35.510Z[ 10] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43092026-07-20T10:39:35.510Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43102026-07-20T10:39:35.510Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43112026-07-20T10:39:35.510Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43122026-07-20T10:39:35.510Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43132026-07-20T10:39:35.510Z[ 20] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
43142026-07-20T10:39:35.510Z[SUM] 0.00-1.00 sec 333 MBytes 2.79 Gbits/sec
43152026-07-20T10:39:35.510Z- - - - - - - - - - - - - - - - - - - - - - - - -
43162026-07-20T10:39:35.510Z[ 5] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
43172026-07-20T10:39:35.511Z[ 8] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
43182026-07-20T10:39:35.511Z[ 10] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
43192026-07-20T10:39:35.511Z[ 12] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
43202026-07-20T10:39:35.511Z[ 14] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
43212026-07-20T10:39:35.511Z[ 16] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
43222026-07-20T10:39:35.511Z[ 18] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
43232026-07-20T10:39:35.511Z[ 20] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
43242026-07-20T10:39:35.511Z[SUM] 1.00-2.00 sec 420 MBytes 3.53 Gbits/sec
43252026-07-20T10:39:35.511Z- - - - - - - - - - - - - - - - - - - - - - - - -
43262026-07-20T10:39:35.511Z[ 5] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
43272026-07-20T10:39:35.511Z[ 8] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
43282026-07-20T10:39:35.511Z[ 10] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
43292026-07-20T10:39:35.511Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
43302026-07-20T10:39:35.511Z[ 14] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
43312026-07-20T10:39:35.511Z[ 16] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
43322026-07-20T10:39:35.511Z[ 18] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
43332026-07-20T10:39:35.511Z[ 20] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
43342026-07-20T10:39:35.511Z[SUM] 2.00-3.00 sec 424 MBytes 3.55 Gbits/sec
43352026-07-20T10:39:35.511Z- - - - - - - - - - - - - - - - - - - - - - - - -
43362026-07-20T10:39:35.511Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
43372026-07-20T10:39:35.511Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
43382026-07-20T10:39:35.511Z[ 10] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
43392026-07-20T10:39:35.511Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
43402026-07-20T10:39:35.511Z[ 14] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
43412026-07-20T10:39:35.511Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
43422026-07-20T10:39:35.511Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
43432026-07-20T10:39:35.511Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
43442026-07-20T10:39:35.511Z[SUM] 3.00-4.00 sec 424 MBytes 3.56 Gbits/sec
43452026-07-20T10:39:35.511Z- - - - - - - - - - - - - - - - - - - - - - - - -
43462026-07-20T10:39:35.511Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43472026-07-20T10:39:35.511Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43482026-07-20T10:39:35.511Z[ 10] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43492026-07-20T10:39:35.511Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43502026-07-20T10:39:35.511Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
43512026-07-20T10:39:35.511Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43522026-07-20T10:39:35.511Z[ 18] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
43532026-07-20T10:39:35.511Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
43542026-07-20T10:39:35.512Z[SUM] 4.00-5.00 sec 425 MBytes 3.57 Gbits/sec
43552026-07-20T10:39:35.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
43562026-07-20T10:39:35.512Z[ 5] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
43572026-07-20T10:39:35.512Z[ 8] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
43582026-07-20T10:39:35.512Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
43592026-07-20T10:39:35.512Z[ 12] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
43602026-07-20T10:39:35.512Z[ 14] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43612026-07-20T10:39:35.512Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
43622026-07-20T10:39:35.512Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43632026-07-20T10:39:35.512Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
43642026-07-20T10:39:35.512Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
43652026-07-20T10:39:35.512Z- - - - - - - - - - - - - - - - - - - - - - - - -
43662026-07-20T10:39:35.512Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
43672026-07-20T10:39:35.512Z[ 8] 6.00-7.00 sec 52.8 MBytes 443 Mbits/sec
43682026-07-20T10:39:35.512Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
43692026-07-20T10:39:38.516Z[ 12] 6.00-7.00 sec 52.8 MBytes 443 Mbits/sec
43702026-07-20T10:39:38.516Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
43712026-07-20T10:39:38.516Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
43722026-07-20T10:39:38.516Z[ 18] 6.00-7.00 sec 52.8 MBytes 443 Mbits/sec
43732026-07-20T10:39:38.516Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
43742026-07-20T10:39:38.516Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
43752026-07-20T10:39:38.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
43762026-07-20T10:39:38.516Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
43772026-07-20T10:39:38.516Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
43782026-07-20T10:39:38.516Z[ 10] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
43792026-07-20T10:39:38.516Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
43802026-07-20T10:39:38.516Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
43812026-07-20T10:39:38.516Z[ 16] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
43822026-07-20T10:39:38.516Z[ 18] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
43832026-07-20T10:39:38.516Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
43842026-07-20T10:39:38.516Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
43852026-07-20T10:39:38.516Z- - - - - - - - - - - - - - - - - - - - - - - - -
43862026-07-20T10:39:38.516Z[ 5] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
43872026-07-20T10:39:38.516Z[ 8] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
43882026-07-20T10:39:38.516Z[ 10] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
43892026-07-20T10:39:38.516Z[ 12] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
43902026-07-20T10:39:38.516Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
43912026-07-20T10:39:38.516Z[ 16] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
43922026-07-20T10:39:38.517Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
43932026-07-20T10:39:38.517Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
43942026-07-20T10:39:38.517Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
43952026-07-20T10:39:38.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
43962026-07-20T10:39:38.517Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
43972026-07-20T10:39:38.517Z[ 8] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
43982026-07-20T10:39:38.517Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
43992026-07-20T10:39:38.517Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
44002026-07-20T10:39:38.517Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
44012026-07-20T10:39:38.517Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
44022026-07-20T10:39:38.517Z[ 18] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
44032026-07-20T10:39:38.517Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
44042026-07-20T10:39:38.517Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
44052026-07-20T10:39:38.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
44062026-07-20T10:39:38.517Z[ 5] 10.00-10.00 sec 128 KBytes 896 Mbits/sec
44072026-07-20T10:39:38.517Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44082026-07-20T10:39:38.517Z[ 10] 10.00-10.00 sec 128 KBytes 898 Mbits/sec
44092026-07-20T10:39:38.517Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44102026-07-20T10:39:38.517Z[ 14] 10.00-10.00 sec 128 KBytes 897 Mbits/sec
44112026-07-20T10:39:38.517Z[ 16] 10.00-10.00 sec 128 KBytes 897 Mbits/sec
44122026-07-20T10:39:38.518Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44132026-07-20T10:39:38.518Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44142026-07-20T10:39:38.518Z[SUM] 10.00-10.00 sec 512 KBytes 3.58 Gbits/sec
44152026-07-20T10:39:38.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
44162026-07-20T10:39:38.518Z[ ID] Interval Transfer Bitrate
44172026-07-20T10:39:38.518Z[ 5] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
44182026-07-20T10:39:38.518Z[ 8] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
44192026-07-20T10:39:38.519Z[ 10] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
44202026-07-20T10:39:38.519Z[ 12] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
44212026-07-20T10:39:38.519Z[ 14] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
44222026-07-20T10:39:38.519Z[ 16] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
44232026-07-20T10:39:38.519Z[ 18] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
44242026-07-20T10:39:38.519Z[ 20] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
44252026-07-20T10:39:38.519Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec sender
44262026-07-20T10:39:38.522ZRun 5/10...3473.1012950965314Mbps
44272026-07-20T10:39:45.914Z-----------------------------------------------------------
44282026-07-20T10:39:45.914ZServer listening on 5201 (test #26)
44292026-07-20T10:39:45.914Z-----------------------------------------------------------
44302026-07-20T10:39:45.914ZAccepted connection from 10.0.0.1, port 35474
44312026-07-20T10:39:45.914Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49552
44322026-07-20T10:39:45.915Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52149
44332026-07-20T10:39:45.915Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65254
44342026-07-20T10:39:45.915Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62088
44352026-07-20T10:39:45.915Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61818
44362026-07-20T10:39:45.915Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55861
44372026-07-20T10:39:45.915Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42312
44382026-07-20T10:39:45.915Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43331
44392026-07-20T10:39:45.915Z[ ID] Interval Transfer Bitrate
44402026-07-20T10:39:45.915Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
44412026-07-20T10:39:45.915Z[ 8] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
44422026-07-20T10:39:45.915Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
44432026-07-20T10:39:45.915Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
44442026-07-20T10:39:45.915Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
44452026-07-20T10:39:45.915Z[ 16] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
44462026-07-20T10:39:45.915Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
44472026-07-20T10:39:45.915Z[ 20] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
44482026-07-20T10:39:45.915Z[SUM] 0.00-1.00 sec 337 MBytes 2.82 Gbits/sec
44492026-07-20T10:39:45.915Z- - - - - - - - - - - - - - - - - - - - - - - - -
44502026-07-20T10:39:45.916Z[ 5] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
44512026-07-20T10:39:45.916Z[ 8] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44522026-07-20T10:39:45.916Z[ 10] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44532026-07-20T10:39:45.916Z[ 12] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
44542026-07-20T10:39:45.916Z[ 14] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
44552026-07-20T10:39:45.916Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
44562026-07-20T10:39:45.916Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
44572026-07-20T10:39:45.916Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44582026-07-20T10:39:45.916Z[SUM] 1.00-2.00 sec 425 MBytes 3.56 Gbits/sec
44592026-07-20T10:39:45.916Z- - - - - - - - - - - - - - - - - - - - - - - - -
44602026-07-20T10:39:45.916Z[ 5] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
44612026-07-20T10:39:45.916Z[ 8] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
44622026-07-20T10:39:45.916Z[ 10] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44632026-07-20T10:39:45.916Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
44642026-07-20T10:39:45.916Z[ 14] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
44652026-07-20T10:39:45.916Z[ 16] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44662026-07-20T10:39:45.916Z[ 18] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44672026-07-20T10:39:45.916Z[ 20] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44682026-07-20T10:39:45.916Z[SUM] 2.00-3.00 sec 423 MBytes 3.55 Gbits/sec
44692026-07-20T10:39:45.916Z- - - - - - - - - - - - - - - - - - - - - - - - -
44702026-07-20T10:39:45.916Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
44712026-07-20T10:39:45.916Z[ 8] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
44722026-07-20T10:39:45.916Z[ 10] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
44732026-07-20T10:39:45.916Z[ 12] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
44742026-07-20T10:39:45.918Z[ 14] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
44752026-07-20T10:39:45.918Z[ 16] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
44762026-07-20T10:39:45.918Z[ 18] 3.00-4.00 sec 52.6 MBytes 441 Mbits/sec
44772026-07-20T10:39:45.918Z[ 20] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
44782026-07-20T10:39:45.918Z[SUM] 3.00-4.00 sec 422 MBytes 3.54 Gbits/sec
44792026-07-20T10:39:45.918Z- - - - - - - - - - - - - - - - - - - - - - - - -
44802026-07-20T10:39:45.918Z[ 5] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
44812026-07-20T10:39:45.918Z[ 8] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
44822026-07-20T10:39:45.918Z[ 10] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
44832026-07-20T10:39:45.918Z[ 12] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
44842026-07-20T10:39:45.918Z[ 14] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
44852026-07-20T10:39:45.918Z[ 16] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
44862026-07-20T10:39:45.918Z[ 18] 4.00-5.00 sec 52.5 MBytes 440 Mbits/sec
44872026-07-20T10:39:45.918Z[ 20] 4.00-5.00 sec 52.4 MBytes 439 Mbits/sec
44882026-07-20T10:39:45.918Z[SUM] 4.00-5.00 sec 420 MBytes 3.52 Gbits/sec
44892026-07-20T10:39:45.918Z- - - - - - - - - - - - - - - - - - - - - - - - -
44902026-07-20T10:39:45.918Z[ 5] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
44912026-07-20T10:39:45.918Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44922026-07-20T10:39:45.918Z[ 10] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
44932026-07-20T10:39:45.918Z[ 12] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
44942026-07-20T10:39:45.918Z[ 14] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44952026-07-20T10:39:45.918Z[ 16] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
44962026-07-20T10:39:45.918Z[ 18] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
44972026-07-20T10:39:45.920Z[ 20] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
44982026-07-20T10:39:45.920Z[SUM] 5.00-6.00 sec 421 MBytes 3.53 Gbits/sec
44992026-07-20T10:39:45.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
45002026-07-20T10:39:45.920Z[ 5] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
45012026-07-20T10:39:45.920Z[ 8] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45022026-07-20T10:39:45.920Z[ 10] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
45032026-07-20T10:39:48.919Z[ 12] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
45042026-07-20T10:39:48.919Z[ 14] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
45052026-07-20T10:39:48.919Z[ 16] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
45062026-07-20T10:39:48.919Z[ 18] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
45072026-07-20T10:39:48.920Z[ 20] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
45082026-07-20T10:39:48.920Z[SUM] 6.00-7.00 sec 421 MBytes 3.53 Gbits/sec
45092026-07-20T10:39:48.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
45102026-07-20T10:39:48.920Z[ 5] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
45112026-07-20T10:39:48.920Z[ 8] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
45122026-07-20T10:39:48.920Z[ 10] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
45132026-07-20T10:39:48.920Z[ 12] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
45142026-07-20T10:39:48.920Z[ 14] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
45152026-07-20T10:39:48.920Z[ 16] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
45162026-07-20T10:39:48.920Z[ 18] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
45172026-07-20T10:39:48.920Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
45182026-07-20T10:39:48.920Z[SUM] 7.00-8.00 sec 421 MBytes 3.53 Gbits/sec
45192026-07-20T10:39:48.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
45202026-07-20T10:39:48.920Z[ 5] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
45212026-07-20T10:39:48.920Z[ 8] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
45222026-07-20T10:39:48.920Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
45232026-07-20T10:39:48.920Z[ 12] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
45242026-07-20T10:39:48.920Z[ 14] 8.00-9.00 sec 52.8 MBytes 443 Mbits/sec
45252026-07-20T10:39:48.920Z[ 16] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
45262026-07-20T10:39:48.920Z[ 18] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
45272026-07-20T10:39:48.920Z[ 20] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
45282026-07-20T10:39:48.920Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
45292026-07-20T10:39:48.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
45302026-07-20T10:39:48.920Z[ 5] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
45312026-07-20T10:39:48.920Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
45322026-07-20T10:39:48.920Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45332026-07-20T10:39:48.920Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
45342026-07-20T10:39:48.921Z[ 14] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
45352026-07-20T10:39:48.921Z[ 16] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45362026-07-20T10:39:48.921Z[ 18] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
45372026-07-20T10:39:48.921Z[ 20] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
45382026-07-20T10:39:48.921Z[SUM] 9.00-10.00 sec 422 MBytes 3.54 Gbits/sec
45392026-07-20T10:39:48.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
45402026-07-20T10:39:48.921Z[ 5] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
45412026-07-20T10:39:48.921Z[ 8] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
45422026-07-20T10:39:48.921Z[ 10] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
45432026-07-20T10:39:48.921Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45442026-07-20T10:39:48.921Z[ 14] 10.00-10.00 sec 128 KBytes 873 Mbits/sec
45452026-07-20T10:39:48.921Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45462026-07-20T10:39:48.921Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45472026-07-20T10:39:48.921Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45482026-07-20T10:39:48.921Z[SUM] 10.00-10.00 sec 512 KBytes 3.49 Gbits/sec
45492026-07-20T10:39:48.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
45502026-07-20T10:39:48.921Z[ ID] Interval Transfer Bitrate
45512026-07-20T10:39:48.921Z[ 5] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
45522026-07-20T10:39:48.923Z[ 8] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
45532026-07-20T10:39:48.923Z[ 10] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
45542026-07-20T10:39:48.923Z[ 12] 0.00-10.00 sec 517 MBytes 433 Mbits/sec sender
45552026-07-20T10:39:48.923Z[ 14] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
45562026-07-20T10:39:48.923Z[ 16] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
45572026-07-20T10:39:48.923Z[ 18] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
45582026-07-20T10:39:48.923Z[ 20] 0.00-10.00 sec 516 MBytes 433 Mbits/sec sender
45592026-07-20T10:39:48.923Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec sender
45602026-07-20T10:39:48.927ZRun 6/10...3467.427867742922Mbps
45612026-07-20T10:39:56.316Z-----------------------------------------------------------
45622026-07-20T10:39:56.316ZServer listening on 5201 (test #27)
45632026-07-20T10:39:56.316Z-----------------------------------------------------------
45642026-07-20T10:39:56.316ZAccepted connection from 10.0.0.1, port 47446
45652026-07-20T10:39:56.316Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61680
45662026-07-20T10:39:56.316Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58855
45672026-07-20T10:39:56.316Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52130
45682026-07-20T10:39:56.316Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64009
45692026-07-20T10:39:56.316Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59606
45702026-07-20T10:39:56.316Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53586
45712026-07-20T10:39:56.316Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50221
45722026-07-20T10:39:56.316Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46221
45732026-07-20T10:39:56.316Z[ ID] Interval Transfer Bitrate
45742026-07-20T10:39:56.317Z[ 5] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45752026-07-20T10:39:56.317Z[ 8] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45762026-07-20T10:39:56.317Z[ 10] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45772026-07-20T10:39:56.317Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
45782026-07-20T10:39:56.317Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
45792026-07-20T10:39:56.317Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
45802026-07-20T10:39:56.317Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
45812026-07-20T10:39:56.317Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
45822026-07-20T10:39:56.317Z[SUM] 0.00-1.00 sec 337 MBytes 2.83 Gbits/sec
45832026-07-20T10:39:56.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
45842026-07-20T10:39:56.317Z[ 5] 1.00-2.00 sec 52.5 MBytes 440 Mbits/sec
45852026-07-20T10:39:56.317Z[ 8] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
45862026-07-20T10:39:56.317Z[ 10] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
45872026-07-20T10:39:56.317Z[ 12] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
45882026-07-20T10:39:56.317Z[ 14] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
45892026-07-20T10:39:56.317Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
45902026-07-20T10:39:56.317Z[ 18] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
45912026-07-20T10:39:56.317Z[ 20] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
45922026-07-20T10:39:56.317Z[SUM] 1.00-2.00 sec 421 MBytes 3.53 Gbits/sec
45932026-07-20T10:39:56.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
45942026-07-20T10:39:56.318Z[ 5] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
45952026-07-20T10:39:56.318Z[ 8] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
45962026-07-20T10:39:56.318Z[ 10] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
45972026-07-20T10:39:56.318Z[ 12] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
45982026-07-20T10:39:56.318Z[ 14] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
45992026-07-20T10:39:56.319Z[ 16] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
46002026-07-20T10:39:56.319Z[ 18] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
46012026-07-20T10:39:56.319Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
46022026-07-20T10:39:56.319Z[SUM] 2.00-3.00 sec 422 MBytes 3.54 Gbits/sec
46032026-07-20T10:39:56.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
46042026-07-20T10:39:56.319Z[ 5] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
46052026-07-20T10:39:56.319Z[ 8] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46062026-07-20T10:39:56.319Z[ 10] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46072026-07-20T10:39:56.319Z[ 12] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46082026-07-20T10:39:56.319Z[ 14] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46092026-07-20T10:39:56.319Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46102026-07-20T10:39:56.319Z[ 18] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46112026-07-20T10:39:56.319Z[ 20] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
46122026-07-20T10:39:56.319Z[SUM] 3.00-4.00 sec 424 MBytes 3.56 Gbits/sec
46132026-07-20T10:39:56.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
46142026-07-20T10:39:56.319Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
46152026-07-20T10:39:56.319Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
46162026-07-20T10:39:56.319Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
46172026-07-20T10:39:56.319Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
46182026-07-20T10:39:56.319Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
46192026-07-20T10:39:56.319Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
46202026-07-20T10:39:56.320Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
46212026-07-20T10:39:56.320Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
46222026-07-20T10:39:56.320Z[SUM] 4.00-5.00 sec 425 MBytes 3.56 Gbits/sec
46232026-07-20T10:39:56.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
46242026-07-20T10:39:56.320Z[ 5] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
46252026-07-20T10:39:56.320Z[ 8] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
46262026-07-20T10:39:56.320Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
46272026-07-20T10:39:56.320Z[ 12] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
46282026-07-20T10:39:56.320Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
46292026-07-20T10:39:56.320Z[ 16] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
46302026-07-20T10:39:56.320Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
46312026-07-20T10:39:56.320Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
46322026-07-20T10:39:56.320Z[SUM] 5.00-6.00 sec 421 MBytes 3.53 Gbits/sec
46332026-07-20T10:39:56.321Z- - - - - - - - - - - - - - - - - - - - - - - - -
46342026-07-20T10:39:56.321Z[ 5] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
46352026-07-20T10:39:56.321Z[ 8] 6.00-7.00 sec 52.4 MBytes 439 Mbits/sec
46362026-07-20T10:39:56.321Z[ 10] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
46372026-07-20T10:39:59.322Z[ 12] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
46382026-07-20T10:39:59.322Z[ 14] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
46392026-07-20T10:39:59.322Z[ 16] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
46402026-07-20T10:39:59.322Z[ 18] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
46412026-07-20T10:39:59.322Z[ 20] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
46422026-07-20T10:39:59.322Z[SUM] 6.00-7.00 sec 420 MBytes 3.52 Gbits/sec
46432026-07-20T10:39:59.322Z- - - - - - - - - - - - - - - - - - - - - - - - -
46442026-07-20T10:39:59.322Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
46452026-07-20T10:39:59.322Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
46462026-07-20T10:39:59.322Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
46472026-07-20T10:39:59.322Z[ 12] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46482026-07-20T10:39:59.322Z[ 14] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
46492026-07-20T10:39:59.322Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46502026-07-20T10:39:59.322Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46512026-07-20T10:39:59.322Z[ 20] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
46522026-07-20T10:39:59.322Z[SUM] 7.00-8.00 sec 424 MBytes 3.56 Gbits/sec
46532026-07-20T10:39:59.322Z- - - - - - - - - - - - - - - - - - - - - - - - -
46542026-07-20T10:39:59.323Z[ 5] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
46552026-07-20T10:39:59.323Z[ 8] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
46562026-07-20T10:39:59.323Z[ 10] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
46572026-07-20T10:39:59.323Z[ 12] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
46582026-07-20T10:39:59.323Z[ 14] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
46592026-07-20T10:39:59.324Z[ 16] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
46602026-07-20T10:39:59.324Z[ 18] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
46612026-07-20T10:39:59.324Z[ 20] 8.00-9.00 sec 52.4 MBytes 439 Mbits/sec
46622026-07-20T10:39:59.324Z[SUM] 8.00-9.00 sec 420 MBytes 3.52 Gbits/sec
46632026-07-20T10:39:59.324Z- - - - - - - - - - - - - - - - - - - - - - - - -
46642026-07-20T10:39:59.324Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
46652026-07-20T10:39:59.324Z[ 8] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
46662026-07-20T10:39:59.324Z[ 10] 9.00-10.00 sec 52.8 MBytes 443 Mbits/sec
46672026-07-20T10:39:59.324Z[ 12] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
46682026-07-20T10:39:59.324Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
46692026-07-20T10:39:59.325Z[ 16] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
46702026-07-20T10:39:59.325Z[ 18] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
46712026-07-20T10:39:59.325Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
46722026-07-20T10:39:59.325Z[SUM] 9.00-10.00 sec 422 MBytes 3.54 Gbits/sec
46732026-07-20T10:39:59.325Z- - - - - - - - - - - - - - - - - - - - - - - - -
46742026-07-20T10:39:59.325Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46752026-07-20T10:39:59.325Z[ 8] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
46762026-07-20T10:39:59.325Z[ 10] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
46772026-07-20T10:39:59.325Z[ 12] 10.00-10.00 sec 128 KBytes 873 Mbits/sec
46782026-07-20T10:39:59.325Z[ 14] 10.00-10.00 sec 128 KBytes 873 Mbits/sec
46792026-07-20T10:39:59.325Z[ 16] 10.00-10.00 sec 128 KBytes 873 Mbits/sec
46802026-07-20T10:39:59.325Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46812026-07-20T10:39:59.325Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46822026-07-20T10:39:59.325Z[SUM] 10.00-10.00 sec 640 KBytes 4.36 Gbits/sec
46832026-07-20T10:39:59.325Z- - - - - - - - - - - - - - - - - - - - - - - - -
46842026-07-20T10:39:59.326Z[ ID] Interval Transfer Bitrate
46852026-07-20T10:39:59.326Z[ 5] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46862026-07-20T10:39:59.326Z[ 8] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46872026-07-20T10:39:59.326Z[ 10] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46882026-07-20T10:39:59.326Z[ 12] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46892026-07-20T10:39:59.327Z[ 14] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46902026-07-20T10:39:59.327Z[ 16] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46912026-07-20T10:39:59.327Z[ 18] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46922026-07-20T10:39:59.327Z[ 20] 0.00-10.00 sec 517 MBytes 434 Mbits/sec sender
46932026-07-20T10:39:59.327Z[SUM] 0.00-10.00 sec 4.04 GBytes 3.47 Gbits/sec sender
46942026-07-20T10:39:59.330ZRun 7/10...3470.363869680673Mbps
46952026-07-20T10:40:06.718Z-----------------------------------------------------------
46962026-07-20T10:40:06.718ZServer listening on 5201 (test #28)
46972026-07-20T10:40:06.718Z-----------------------------------------------------------
46982026-07-20T10:40:06.718ZAccepted connection from 10.0.0.1, port 56743
46992026-07-20T10:40:06.718Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47522
47002026-07-20T10:40:06.718Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56916
47012026-07-20T10:40:06.718Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53968
47022026-07-20T10:40:06.718Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47559
47032026-07-20T10:40:06.718Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41807
47042026-07-20T10:40:06.718Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43356
47052026-07-20T10:40:06.718Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65065
47062026-07-20T10:40:06.718Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60463
47072026-07-20T10:40:06.718Z[ ID] Interval Transfer Bitrate
47082026-07-20T10:40:06.718Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47092026-07-20T10:40:06.718Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
47102026-07-20T10:40:06.718Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47112026-07-20T10:40:06.718Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47122026-07-20T10:40:06.718Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47132026-07-20T10:40:06.718Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47142026-07-20T10:40:06.718Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
47152026-07-20T10:40:06.718Z[ 20] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
47162026-07-20T10:40:06.718Z[SUM] 0.00-1.00 sec 337 MBytes 2.82 Gbits/sec
47172026-07-20T10:40:06.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
47182026-07-20T10:40:06.718Z[ 5] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47192026-07-20T10:40:06.718Z[ 8] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
47202026-07-20T10:40:06.718Z[ 10] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47212026-07-20T10:40:06.718Z[ 12] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
47222026-07-20T10:40:06.718Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47232026-07-20T10:40:06.718Z[ 16] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47242026-07-20T10:40:06.718Z[ 18] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
47252026-07-20T10:40:06.718Z[ 20] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
47262026-07-20T10:40:06.720Z[SUM] 1.00-2.00 sec 423 MBytes 3.55 Gbits/sec
47272026-07-20T10:40:06.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
47282026-07-20T10:40:06.720Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
47292026-07-20T10:40:06.720Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
47302026-07-20T10:40:06.720Z[ 10] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
47312026-07-20T10:40:06.720Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
47322026-07-20T10:40:06.720Z[ 14] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
47332026-07-20T10:40:06.720Z[ 16] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
47342026-07-20T10:40:06.720Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
47352026-07-20T10:40:06.720Z[ 20] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
47362026-07-20T10:40:06.720Z[SUM] 2.00-3.00 sec 426 MBytes 3.57 Gbits/sec
47372026-07-20T10:40:06.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
47382026-07-20T10:40:06.720Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
47392026-07-20T10:40:06.720Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47402026-07-20T10:40:06.720Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
47412026-07-20T10:40:06.720Z[ 12] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47422026-07-20T10:40:06.720Z[ 14] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
47432026-07-20T10:40:06.721Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
47442026-07-20T10:40:06.721Z[ 18] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
47452026-07-20T10:40:06.721Z[ 20] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
47462026-07-20T10:40:06.721Z[SUM] 3.00-4.00 sec 424 MBytes 3.55 Gbits/sec
47472026-07-20T10:40:06.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
47482026-07-20T10:40:06.721Z[ 5] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
47492026-07-20T10:40:06.721Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
47502026-07-20T10:40:06.723Z[ 10] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
47512026-07-20T10:40:06.723Z[ 12] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
47522026-07-20T10:40:06.723Z[ 14] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
47532026-07-20T10:40:06.723Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
47542026-07-20T10:40:06.723Z[ 18] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
47552026-07-20T10:40:06.723Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
47562026-07-20T10:40:06.723Z[SUM] 4.00-5.00 sec 426 MBytes 3.57 Gbits/sec
47572026-07-20T10:40:06.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
47582026-07-20T10:40:06.723Z[ 5] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47592026-07-20T10:40:06.723Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47602026-07-20T10:40:06.723Z[ 10] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47612026-07-20T10:40:06.723Z[ 12] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47622026-07-20T10:40:06.723Z[ 14] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
47632026-07-20T10:40:06.723Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47642026-07-20T10:40:06.723Z[ 18] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47652026-07-20T10:40:06.723Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
47662026-07-20T10:40:06.723Z[SUM] 5.00-6.00 sec 420 MBytes 3.52 Gbits/sec
47672026-07-20T10:40:06.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
47682026-07-20T10:40:06.723Z[ 5] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47692026-07-20T10:40:06.723Z[ 8] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
47702026-07-20T10:40:06.723Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47712026-07-20T10:40:09.722Z[ 12] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47722026-07-20T10:40:09.722Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
47732026-07-20T10:40:09.722Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
47742026-07-20T10:40:09.722Z[ 18] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47752026-07-20T10:40:09.722Z[ 20] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
47762026-07-20T10:40:09.722Z[SUM] 6.00-7.00 sec 424 MBytes 3.55 Gbits/sec
47772026-07-20T10:40:09.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
47782026-07-20T10:40:09.722Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47792026-07-20T10:40:09.722Z[ 8] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
47802026-07-20T10:40:09.722Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47812026-07-20T10:40:09.722Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47822026-07-20T10:40:09.722Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47832026-07-20T10:40:09.722Z[ 16] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47842026-07-20T10:40:09.722Z[ 18] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47852026-07-20T10:40:09.723Z[ 20] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47862026-07-20T10:40:09.723Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
47872026-07-20T10:40:09.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
47882026-07-20T10:40:09.723Z[ 5] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
47892026-07-20T10:40:09.723Z[ 8] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
47902026-07-20T10:40:09.723Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
47912026-07-20T10:40:09.723Z[ 12] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
47922026-07-20T10:40:09.723Z[ 14] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
47932026-07-20T10:40:09.723Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
47942026-07-20T10:40:09.723Z[ 18] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
47952026-07-20T10:40:09.723Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
47962026-07-20T10:40:09.724Z[SUM] 8.00-9.00 sec 425 MBytes 3.57 Gbits/sec
47972026-07-20T10:40:09.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
47982026-07-20T10:40:09.724Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
47992026-07-20T10:40:09.724Z[ 8] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48002026-07-20T10:40:09.724Z[ 10] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48012026-07-20T10:40:09.724Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
48022026-07-20T10:40:09.724Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48032026-07-20T10:40:09.724Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48042026-07-20T10:40:09.724Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
48052026-07-20T10:40:09.724Z[ 20] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
48062026-07-20T10:40:09.724Z[SUM] 9.00-10.00 sec 424 MBytes 3.56 Gbits/sec
48072026-07-20T10:40:09.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
48082026-07-20T10:40:09.724Z[ 5] 10.00-10.00 sec 128 KBytes 817 Mbits/sec
48092026-07-20T10:40:09.725Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48102026-07-20T10:40:09.725Z[ 10] 10.00-10.00 sec 128 KBytes 817 Mbits/sec
48112026-07-20T10:40:09.725Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48122026-07-20T10:40:09.725Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48132026-07-20T10:40:09.725Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48142026-07-20T10:40:09.725Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48152026-07-20T10:40:09.725Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48162026-07-20T10:40:09.725Z[SUM] 10.00-10.00 sec 256 KBytes 1.63 Gbits/sec
48172026-07-20T10:40:09.725Z- - - - - - - - - - - - - - - - - - - - - - - - -
48182026-07-20T10:40:09.725Z[ ID] Interval Transfer Bitrate
48192026-07-20T10:40:09.725Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48202026-07-20T10:40:09.726Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48212026-07-20T10:40:09.726Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48222026-07-20T10:40:09.726Z[ 12] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48232026-07-20T10:40:09.726Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48242026-07-20T10:40:09.726Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48252026-07-20T10:40:09.726Z[ 18] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48262026-07-20T10:40:09.726Z[ 20] 0.00-10.00 sec 519 MBytes 436 Mbits/sec sender
48272026-07-20T10:40:09.726Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
48282026-07-20T10:40:09.729ZRun 8/10...3481.0301974803674Mbps
48292026-07-20T10:40:17.119Z-----------------------------------------------------------
48302026-07-20T10:40:17.119ZServer listening on 5201 (test #29)
48312026-07-20T10:40:17.119Z-----------------------------------------------------------
48322026-07-20T10:40:17.119ZAccepted connection from 10.0.0.1, port 34586
48332026-07-20T10:40:17.120Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64003
48342026-07-20T10:40:17.120Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37385
48352026-07-20T10:40:17.120Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63072
48362026-07-20T10:40:17.120Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34431
48372026-07-20T10:40:17.120Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58744
48382026-07-20T10:40:17.120Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51573
48392026-07-20T10:40:17.120Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50388
48402026-07-20T10:40:17.120Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37844
48412026-07-20T10:40:17.120Z[ ID] Interval Transfer Bitrate
48422026-07-20T10:40:17.120Z[ 5] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
48432026-07-20T10:40:17.120Z[ 8] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
48442026-07-20T10:40:17.120Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
48452026-07-20T10:40:17.120Z[ 12] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
48462026-07-20T10:40:17.120Z[ 14] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
48472026-07-20T10:40:17.120Z[ 16] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
48482026-07-20T10:40:17.120Z[ 18] 0.00-1.00 sec 41.6 MBytes 349 Mbits/sec
48492026-07-20T10:40:17.120Z[ 20] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
48502026-07-20T10:40:17.120Z[SUM] 0.00-1.00 sec 333 MBytes 2.80 Gbits/sec
48512026-07-20T10:40:17.120Z- - - - - - - - - - - - - - - - - - - - - - - - -
48522026-07-20T10:40:17.120Z[ 5] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
48532026-07-20T10:40:17.120Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
48542026-07-20T10:40:17.120Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
48552026-07-20T10:40:17.120Z[ 12] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
48562026-07-20T10:40:17.120Z[ 14] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
48572026-07-20T10:40:17.120Z[ 16] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
48582026-07-20T10:40:17.120Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
48592026-07-20T10:40:17.120Z[ 20] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
48602026-07-20T10:40:17.120Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
48612026-07-20T10:40:17.120Z- - - - - - - - - - - - - - - - - - - - - - - - -
48622026-07-20T10:40:17.120Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
48632026-07-20T10:40:17.120Z[ 8] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
48642026-07-20T10:40:17.120Z[ 10] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
48652026-07-20T10:40:17.120Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
48662026-07-20T10:40:17.120Z[ 14] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
48672026-07-20T10:40:17.123Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
48682026-07-20T10:40:17.123Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
48692026-07-20T10:40:17.123Z[ 20] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
48702026-07-20T10:40:17.123Z[SUM] 2.00-3.00 sec 426 MBytes 3.58 Gbits/sec
48712026-07-20T10:40:17.123Z- - - - - - - - - - - - - - - - - - - - - - - - -
48722026-07-20T10:40:17.123Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
48732026-07-20T10:40:17.123Z[ 8] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
48742026-07-20T10:40:17.123Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
48752026-07-20T10:40:17.123Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
48762026-07-20T10:40:17.123Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
48772026-07-20T10:40:17.123Z[ 16] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
48782026-07-20T10:40:17.123Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
48792026-07-20T10:40:17.123Z[ 20] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
48802026-07-20T10:40:17.123Z[SUM] 3.00-4.00 sec 425 MBytes 3.56 Gbits/sec
48812026-07-20T10:40:17.124Z- - - - - - - - - - - - - - - - - - - - - - - - -
48822026-07-20T10:40:17.124Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48832026-07-20T10:40:17.124Z[ 8] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
48842026-07-20T10:40:17.124Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
48852026-07-20T10:40:17.124Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48862026-07-20T10:40:17.124Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48872026-07-20T10:40:17.124Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
48882026-07-20T10:40:17.125Z[ 18] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
48892026-07-20T10:40:17.125Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48902026-07-20T10:40:17.125Z[SUM] 4.00-5.00 sec 426 MBytes 3.57 Gbits/sec
48912026-07-20T10:40:17.126Z- - - - - - - - - - - - - - - - - - - - - - - - -
48922026-07-20T10:40:17.126Z[ 5] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
48932026-07-20T10:40:17.126Z[ 8] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
48942026-07-20T10:40:17.126Z[ 10] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
48952026-07-20T10:40:17.126Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
48962026-07-20T10:40:17.126Z[ 14] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
48972026-07-20T10:40:17.126Z[ 16] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
48982026-07-20T10:40:17.126Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
48992026-07-20T10:40:17.126Z[ 20] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
49002026-07-20T10:40:17.126Z[SUM] 5.00-6.00 sec 425 MBytes 3.57 Gbits/sec
49012026-07-20T10:40:17.126Z- - - - - - - - - - - - - - - - - - - - - - - - -
49022026-07-20T10:40:17.126Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
49032026-07-20T10:40:17.126Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
49042026-07-20T10:40:17.126Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49052026-07-20T10:40:20.125Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
49062026-07-20T10:40:20.125Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49072026-07-20T10:40:20.125Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49082026-07-20T10:40:20.125Z[ 18] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
49092026-07-20T10:40:20.125Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
49102026-07-20T10:40:20.125Z[SUM] 6.00-7.00 sec 427 MBytes 3.59 Gbits/sec
49112026-07-20T10:40:20.125Z- - - - - - - - - - - - - - - - - - - - - - - - -
49122026-07-20T10:40:20.125Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49132026-07-20T10:40:20.125Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49142026-07-20T10:40:20.125Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
49152026-07-20T10:40:20.125Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49162026-07-20T10:40:20.125Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49172026-07-20T10:40:20.125Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49182026-07-20T10:40:20.125Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
49192026-07-20T10:40:20.125Z[ 20] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
49202026-07-20T10:40:20.125Z[SUM] 7.00-8.00 sec 423 MBytes 3.55 Gbits/sec
49212026-07-20T10:40:20.125Z- - - - - - - - - - - - - - - - - - - - - - - - -
49222026-07-20T10:40:20.125Z[ 5] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49232026-07-20T10:40:20.126Z[ 8] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49242026-07-20T10:40:20.126Z[ 10] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
49252026-07-20T10:40:20.126Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49262026-07-20T10:40:20.126Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49272026-07-20T10:40:20.126Z[ 16] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49282026-07-20T10:40:20.126Z[ 18] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
49292026-07-20T10:40:20.126Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
49302026-07-20T10:40:20.126Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
49312026-07-20T10:40:20.126Z- - - - - - - - - - - - - - - - - - - - - - - - -
49322026-07-20T10:40:20.126Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
49332026-07-20T10:40:20.126Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
49342026-07-20T10:40:20.126Z[ 10] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
49352026-07-20T10:40:20.126Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
49362026-07-20T10:40:20.126Z[ 14] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
49372026-07-20T10:40:20.126Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
49382026-07-20T10:40:20.127Z[ 18] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
49392026-07-20T10:40:20.127Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
49402026-07-20T10:40:20.127Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
49412026-07-20T10:40:20.127Z- - - - - - - - - - - - - - - - - - - - - - - - -
49422026-07-20T10:40:20.127Z[ 5] 10.00-10.00 sec 128 KBytes 920 Mbits/sec
49432026-07-20T10:40:20.127Z[ 8] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
49442026-07-20T10:40:20.127Z[ 10] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
49452026-07-20T10:40:20.127Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49462026-07-20T10:40:20.127Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49472026-07-20T10:40:20.127Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49482026-07-20T10:40:20.127Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49492026-07-20T10:40:20.127Z[ 20] 10.00-10.00 sec 128 KBytes 921 Mbits/sec
49502026-07-20T10:40:20.127Z[SUM] 10.00-10.00 sec 512 KBytes 3.68 Gbits/sec
49512026-07-20T10:40:20.127Z- - - - - - - - - - - - - - - - - - - - - - - - -
49522026-07-20T10:40:20.127Z[ ID] Interval Transfer Bitrate
49532026-07-20T10:40:20.127Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
49542026-07-20T10:40:20.127Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
49552026-07-20T10:40:20.127Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
49562026-07-20T10:40:20.127Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
49572026-07-20T10:40:20.127Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
49582026-07-20T10:40:20.127Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
49592026-07-20T10:40:20.127Z[ 18] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
49602026-07-20T10:40:20.127Z[ 20] 0.00-10.00 sec 520 MBytes 437 Mbits/sec sender
49612026-07-20T10:40:20.128Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec sender
49622026-07-20T10:40:20.132ZRun 9/10...3491.0402920462684Mbps
49632026-07-20T10:40:27.522Z-----------------------------------------------------------
49642026-07-20T10:40:27.522ZServer listening on 5201 (test #30)
49652026-07-20T10:40:27.522Z-----------------------------------------------------------
49662026-07-20T10:40:27.522ZAccepted connection from 10.0.0.1, port 46829
49672026-07-20T10:40:27.522Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35541
49682026-07-20T10:40:27.522Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48691
49692026-07-20T10:40:27.522Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63090
49702026-07-20T10:40:27.522Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57821
49712026-07-20T10:40:27.522Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39956
49722026-07-20T10:40:27.522Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56702
49732026-07-20T10:40:27.522Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45728
49742026-07-20T10:40:27.522Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36061
49752026-07-20T10:40:27.522Z[ ID] Interval Transfer Bitrate
49762026-07-20T10:40:27.523Z[ 5] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
49772026-07-20T10:40:27.523Z[ 8] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
49782026-07-20T10:40:27.523Z[ 10] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
49792026-07-20T10:40:27.523Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
49802026-07-20T10:40:27.523Z[ 14] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
49812026-07-20T10:40:27.523Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
49822026-07-20T10:40:27.523Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
49832026-07-20T10:40:27.523Z[ 20] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
49842026-07-20T10:40:27.523Z[SUM] 0.00-1.00 sec 337 MBytes 2.83 Gbits/sec
49852026-07-20T10:40:27.524Z- - - - - - - - - - - - - - - - - - - - - - - - -
49862026-07-20T10:40:27.524Z[ 5] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
49872026-07-20T10:40:27.524Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
49882026-07-20T10:40:27.524Z[ 10] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
49892026-07-20T10:40:27.524Z[ 12] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
49902026-07-20T10:40:27.524Z[ 14] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
49912026-07-20T10:40:27.524Z[ 16] 1.00-2.00 sec 52.6 MBytes 441 Mbits/sec
49922026-07-20T10:40:27.524Z[ 18] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
49932026-07-20T10:40:27.524Z[ 20] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
49942026-07-20T10:40:27.524Z[SUM] 1.00-2.00 sec 422 MBytes 3.54 Gbits/sec
49952026-07-20T10:40:27.524Z- - - - - - - - - - - - - - - - - - - - - - - - -
49962026-07-20T10:40:27.524Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
49972026-07-20T10:40:27.524Z[ 8] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
49982026-07-20T10:40:27.524Z[ 10] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
49992026-07-20T10:40:27.525Z[ 12] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
50002026-07-20T10:40:27.525Z[ 14] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
50012026-07-20T10:40:27.525Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
50022026-07-20T10:40:27.525Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
50032026-07-20T10:40:27.525Z[ 20] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
50042026-07-20T10:40:27.525Z[SUM] 2.00-3.00 sec 426 MBytes 3.58 Gbits/sec
50052026-07-20T10:40:27.525Z- - - - - - - - - - - - - - - - - - - - - - - - -
50062026-07-20T10:40:27.525Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
50072026-07-20T10:40:27.525Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
50082026-07-20T10:40:27.525Z[ 10] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
50092026-07-20T10:40:27.525Z[ 12] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
50102026-07-20T10:40:27.525Z[ 14] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
50112026-07-20T10:40:27.525Z[ 16] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
50122026-07-20T10:40:27.525Z[ 18] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
50132026-07-20T10:40:27.526Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
50142026-07-20T10:40:27.526Z[SUM] 3.00-4.00 sec 423 MBytes 3.55 Gbits/sec
50152026-07-20T10:40:27.526Z- - - - - - - - - - - - - - - - - - - - - - - - -
50162026-07-20T10:40:27.526Z[ 5] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
50172026-07-20T10:40:27.526Z[ 8] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
50182026-07-20T10:40:27.526Z[ 10] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
50192026-07-20T10:40:27.526Z[ 12] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
50202026-07-20T10:40:27.526Z[ 14] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
50212026-07-20T10:40:27.526Z[ 16] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
50222026-07-20T10:40:27.526Z[ 18] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
50232026-07-20T10:40:27.526Z[ 20] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
50242026-07-20T10:40:27.526Z[SUM] 4.00-5.00 sec 422 MBytes 3.54 Gbits/sec
50252026-07-20T10:40:27.526Z- - - - - - - - - - - - - - - - - - - - - - - - -
50262026-07-20T10:40:27.526Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
50272026-07-20T10:40:27.526Z[ 8] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
50282026-07-20T10:40:27.526Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
50292026-07-20T10:40:27.526Z[ 12] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
50302026-07-20T10:40:27.526Z[ 14] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
50312026-07-20T10:40:27.526Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
50322026-07-20T10:40:27.526Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
50332026-07-20T10:40:27.527Z[ 20] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
50342026-07-20T10:40:27.527Z[SUM] 5.00-6.00 sec 420 MBytes 3.53 Gbits/sec
50352026-07-20T10:40:27.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
50362026-07-20T10:40:27.527Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
50372026-07-20T10:40:27.527Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
50382026-07-20T10:40:27.527Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
50392026-07-20T10:40:30.528Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
50402026-07-20T10:40:30.528Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
50412026-07-20T10:40:30.528Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
50422026-07-20T10:40:30.528Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
50432026-07-20T10:40:30.528Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
50442026-07-20T10:40:30.528Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
50452026-07-20T10:40:30.529Z- - - - - - - - - - - - - - - - - - - - - - - - -
50462026-07-20T10:40:30.529Z[ 5] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
50472026-07-20T10:40:30.529Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
50482026-07-20T10:40:30.529Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
50492026-07-20T10:40:30.529Z[ 12] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
50502026-07-20T10:40:30.529Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
50512026-07-20T10:40:30.529Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
50522026-07-20T10:40:30.529Z[ 18] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
50532026-07-20T10:40:30.529Z[ 20] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
50542026-07-20T10:40:30.529Z[SUM] 7.00-8.00 sec 425 MBytes 3.56 Gbits/sec
50552026-07-20T10:40:30.529Z- - - - - - - - - - - - - - - - - - - - - - - - -
50562026-07-20T10:40:30.529Z[ 5] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
50572026-07-20T10:40:30.529Z[ 8] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50582026-07-20T10:40:30.529Z[ 10] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50592026-07-20T10:40:30.529Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50602026-07-20T10:40:30.529Z[ 14] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50612026-07-20T10:40:30.529Z[ 16] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50622026-07-20T10:40:30.529Z[ 18] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
50632026-07-20T10:40:30.529Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
50642026-07-20T10:40:30.529Z[SUM] 8.00-9.00 sec 423 MBytes 3.55 Gbits/sec
50652026-07-20T10:40:30.529Z- - - - - - - - - - - - - - - - - - - - - - - - -
50662026-07-20T10:40:30.530Z[ 5] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50672026-07-20T10:40:30.530Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
50682026-07-20T10:40:30.530Z[ 10] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
50692026-07-20T10:40:30.531Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50702026-07-20T10:40:30.531Z[ 14] 9.00-10.00 sec 52.5 MBytes 440 Mbits/sec
50712026-07-20T10:40:30.531Z[ 16] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
50722026-07-20T10:40:30.531Z[ 18] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
50732026-07-20T10:40:30.532Z[ 20] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
50742026-07-20T10:40:30.532Z[SUM] 9.00-10.00 sec 421 MBytes 3.53 Gbits/sec
50752026-07-20T10:40:30.532Z- - - - - - - - - - - - - - - - - - - - - - - - -
50762026-07-20T10:40:30.532Z[ 5] 10.00-10.00 sec 128 KBytes 858 Mbits/sec
50772026-07-20T10:40:30.532Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50782026-07-20T10:40:30.532Z[ 10] 10.00-10.00 sec 128 KBytes 859 Mbits/sec
50792026-07-20T10:40:30.532Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50802026-07-20T10:40:30.532Z[ 14] 10.00-10.00 sec 128 KBytes 859 Mbits/sec
50812026-07-20T10:40:30.532Z[ 16] 10.00-10.00 sec 128 KBytes 859 Mbits/sec
50822026-07-20T10:40:30.532Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50832026-07-20T10:40:30.532Z[ 20] 10.00-10.00 sec 128 KBytes 859 Mbits/sec
50842026-07-20T10:40:30.532Z[SUM] 10.00-10.00 sec 640 KBytes 4.29 Gbits/sec
50852026-07-20T10:40:30.532Z- - - - - - - - - - - - - - - - - - - - - - - - -
50862026-07-20T10:40:30.532Z[ ID] Interval Transfer Bitrate
50872026-07-20T10:40:30.532Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
50882026-07-20T10:40:30.532Z[ 8] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
50892026-07-20T10:40:30.532Z[ 10] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
50902026-07-20T10:40:30.532Z[ 12] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
50912026-07-20T10:40:30.532Z[ 14] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
50922026-07-20T10:40:30.532Z[ 16] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
50932026-07-20T10:40:30.533Z[ 18] 0.00-10.00 sec 518 MBytes 434 Mbits/sec sender
50942026-07-20T10:40:30.533Z[ 20] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
50952026-07-20T10:40:30.533Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
50962026-07-20T10:40:30.537ZRun 10/10...3475.7029628623086Mbps
50972026-07-20T10:40:30.537Z###---------------------###
50982026-07-20T10:40:30.537Z::: iPerf done... :::
50992026-07-20T10:40:30.537Z:::Awaiting out files...:::
51002026-07-20T10:40:30.537Z###---------------------###
51012026-07-20T10:40:30.537Z###-----###
51022026-07-20T10:40:30.537Z:::done!:::
51032026-07-20T10:40:30.537Z###-----###
51042026-07-20T10:40:31.506ZBenchmarking iperf-tcp/local/s2c/tx
51052026-07-20T10:40:31.506ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51062026-07-20T10:40:35.404ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51072026-07-20T10:40:55.421ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51082026-07-20T10:40:55.471Ziperf-tcp/local/s2c/tx time: [3.4926 µs 3.4927 µs 3.4928 µs]
51092026-07-20T10:40:55.471ZFound 7 outliers among 100 measurements (7.00%)
51102026-07-20T10:40:55.471Z 1 (1.00%) low severe
51112026-07-20T10:40:55.471Z 2 (2.00%) low mild
51122026-07-20T10:40:55.471Z 4 (4.00%) high mild
51132026-07-20T10:40:56.101Z
51142026-07-20T10:40:56.104ZBenchmarking iperf-tcp/local/s2c/rx
51152026-07-20T10:40:56.104ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51162026-07-20T10:41:00.008ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51172026-07-20T10:41:19.980ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51182026-07-20T10:41:20.029Ziperf-tcp/local/s2c/rx time: [6.5898 µs 6.5899 µs 6.5900 µs]
51192026-07-20T10:41:20.029ZFound 3 outliers among 100 measurements (3.00%)
51202026-07-20T10:41:20.029Z 2 (2.00%) high mild
51212026-07-20T10:41:20.029Z 1 (1.00%) high severe
51222026-07-20T10:41:20.656Z
51232026-07-20T10:41:24.986Z+ cargo ubench
51242026-07-20T10:41:25.114Z Compiling proc-macro2 v1.0.106
51252026-07-20T10:41:25.114Z Compiling unicode-ident v1.0.24
51262026-07-20T10:41:25.114Z Compiling quote v1.0.46
51272026-07-20T10:41:25.119Z Compiling serde_core v1.0.228
51282026-07-20T10:41:25.119Z Compiling cfg-if v1.0.4
51292026-07-20T10:41:25.119Z Compiling libc v0.2.186
51302026-07-20T10:41:25.119Z Compiling memchr v2.8.2
51312026-07-20T10:41:25.119Z Compiling serde v1.0.228
51322026-07-20T10:41:25.194Z Compiling rustversion v1.0.22
51332026-07-20T10:41:25.244Z Compiling strsim v0.11.1
51342026-07-20T10:41:25.444Z Compiling ident_case v1.0.1
51352026-07-20T10:41:25.457Z Compiling version_check v0.9.5
51362026-07-20T10:41:25.510Z Compiling zerocopy v0.8.52
51372026-07-20T10:41:25.544Z Compiling thiserror v2.0.18
51382026-07-20T10:41:25.697Z Compiling either v1.16.0
51392026-07-20T10:41:25.942Z Compiling fnv v1.0.7
51402026-07-20T10:41:26.039Z Compiling regex-syntax v0.8.11
51412026-07-20T10:41:26.070Z Compiling syn v1.0.109
51422026-07-20T10:41:26.102Z Compiling crossbeam-utils v0.8.21
51432026-07-20T10:41:26.242Z Compiling pin-project-lite v0.2.17
51442026-07-20T10:41:26.338Z Compiling syn v2.0.118
51452026-07-20T10:41:26.399Z Compiling hashbrown v0.17.1
51462026-07-20T10:41:26.465Z Compiling aho-corasick v1.1.4
51472026-07-20T10:41:26.516Z Compiling equivalent v1.0.2
51482026-07-20T10:41:26.603Z Compiling winnow v1.0.3
51492026-07-20T10:41:26.653Z Compiling itertools v0.14.0
51502026-07-20T10:41:27.150Z Compiling indexmap v2.14.0
51512026-07-20T10:41:27.943Z Compiling regex-automata v0.4.14
51522026-07-20T10:41:27.959Z Compiling toml_parser v1.1.2+spec-1.1.0
51532026-07-20T10:41:28.213Z Compiling bitflags v2.13.0
51542026-07-20T10:41:28.425Z Compiling byteorder v1.5.0
51552026-07-20T10:41:28.454Z Compiling heapless v0.8.0
51562026-07-20T10:41:28.638Z Compiling autocfg v1.5.1
51572026-07-20T10:41:28.664Z Compiling toml_datetime v1.1.1+spec-1.1.0
51582026-07-20T10:41:28.709Z Compiling hash32 v0.3.1
51592026-07-20T10:41:28.891Z Compiling toml_edit v0.25.12+spec-1.1.0
51602026-07-20T10:41:28.913Z Compiling slog v2.8.2
51612026-07-20T10:41:28.938Z Compiling stable_deref_trait v1.2.1
51622026-07-20T10:41:29.013Z Compiling futures-sink v0.3.32
51632026-07-20T10:41:29.019Z Compiling macaddr v1.0.1
51642026-07-20T10:41:29.038Z Compiling num-traits v0.2.19
51652026-07-20T10:41:29.122Z Compiling futures-core v0.3.32
51662026-07-20T10:41:29.182Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51672026-07-20T10:41:29.255Z Compiling smoltcp v0.11.0
51682026-07-20T10:41:29.324Z Compiling futures-channel v0.3.32
51692026-07-20T10:41:29.506Z Compiling proc-macro-error-attr v1.0.4
51702026-07-20T10:41:29.612Z Compiling proc-macro-crate v3.5.0
51712026-07-20T10:41:29.650Z Compiling rand_core v0.10.1
51722026-07-20T10:41:29.837Z Compiling darling_core v0.21.3
51732026-07-20T10:41:29.934Z Compiling darling_core v0.23.0
51742026-07-20T10:41:30.111Z Compiling futures-io v0.3.32
51752026-07-20T10:41:30.130Z Compiling futures-task v0.3.32
51762026-07-20T10:41:30.277Z Compiling regex v1.12.4
51772026-07-20T10:41:30.346Z Compiling ref-cast v1.0.25
51782026-07-20T10:41:30.346Z Compiling crc32fast v1.5.0
51792026-07-20T10:41:30.693Z Compiling anyhow v1.0.103
51802026-07-20T10:41:30.724Z Compiling bitflags v1.3.2
51812026-07-20T10:41:30.798Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
51822026-07-20T10:41:30.873Z Compiling managed v0.8.0
51832026-07-20T10:41:31.005Z Compiling getrandom v0.4.3
51842026-07-20T10:41:31.058Z Compiling slab v0.4.12
51852026-07-20T10:41:31.269Z Compiling serde_derive v1.0.228
51862026-07-20T10:41:31.282Z Compiling zerocopy-derive v0.8.52
51872026-07-20T10:41:31.310Z Compiling thiserror-impl v2.0.18
51882026-07-20T10:41:31.315Z Compiling futures-macro v0.3.32
51892026-07-20T10:41:31.348Z Compiling foreign-types-macros v0.2.3
51902026-07-20T10:41:31.994Z Compiling ref-cast-impl v1.0.25
51912026-07-20T10:41:32.147Z Compiling futures-util v0.3.32
51922026-07-20T10:41:32.345Z Compiling darling_macro v0.23.0
51932026-07-20T10:41:32.379Z Compiling darling_macro v0.21.3
51942026-07-20T10:41:32.567Z Compiling num_enum_derive v0.7.6
51952026-07-20T10:41:32.616Z Compiling cobs v0.3.0
51962026-07-20T10:41:32.890Z Compiling darling v0.23.0
51972026-07-20T10:41:32.926Z Compiling darling v0.21.3
51982026-07-20T10:41:32.958Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
51992026-07-20T10:41:32.996Z Compiling ingot-macros v0.1.1
52002026-07-20T10:41:33.505Z Compiling proc-macro-error v1.0.4
52012026-07-20T10:41:33.578Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
52022026-07-20T10:41:33.697Z Compiling unicode-width v0.2.2
52032026-07-20T10:41:33.727Z Compiling rustix v1.1.4
52042026-07-20T10:41:33.798Z Compiling ipnetwork v0.21.1
52052026-07-20T10:41:33.986Z Compiling once_cell v1.21.4
52062026-07-20T10:41:34.064Z Compiling cpufeatures v0.3.0
52072026-07-20T10:41:34.127Z Compiling foreign-types-shared v0.3.1
52082026-07-20T10:41:34.158Z Compiling tracing-core v0.1.36
52092026-07-20T10:41:34.207Z Compiling foreign-types v0.5.0
52102026-07-20T10:41:34.207Z Compiling chacha20 v0.10.1
52112026-07-20T10:41:34.461Z Compiling tabwriter v1.4.1
52122026-07-20T10:41:34.466Z Compiling erased-serde v0.3.31
52132026-07-20T10:41:34.478Z Compiling postcard v1.1.3
52142026-07-20T10:41:34.597Z Compiling futures-executor v0.3.32
52152026-07-20T10:41:34.841Z Compiling num_enum v0.7.6
52162026-07-20T10:41:34.846Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
52172026-07-20T10:41:35.272Z Compiling tracing-attributes v0.1.31
52182026-07-20T10:41:35.323Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52192026-07-20T10:41:35.349Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52202026-07-20T10:41:35.495Z Compiling errno v0.3.14
52212026-07-20T10:41:35.568Z Compiling itertools v0.15.0
52222026-07-20T10:41:35.642Z Compiling cstr-argument v0.1.2
52232026-07-20T10:41:35.795Z Compiling time-core v0.1.9
52242026-07-20T10:41:35.812Z Compiling ingot-types v0.1.2
52252026-07-20T10:41:35.822Z Compiling zmij v1.0.21
52262026-07-20T10:41:35.975Z Compiling thiserror v1.0.69
52272026-07-20T10:41:35.986Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
52282026-07-20T10:41:36.095Z Compiling dyn-clone v1.0.20
52292026-07-20T10:41:36.188Z Compiling ingot v0.1.1
52302026-07-20T10:41:36.228Z Compiling find-msvc-tools v0.1.9
52312026-07-20T10:41:36.232Z Compiling shlex v2.0.1
52322026-07-20T10:41:36.264Z Compiling num-conv v0.2.2
52332026-07-20T10:41:36.398Z Compiling utf8parse v0.2.2
52342026-07-20T10:41:36.406Z Compiling pretty-hex v0.4.2
52352026-07-20T10:41:36.445Z Compiling time-macros v0.2.31
52362026-07-20T10:41:36.468Z Compiling tracing v0.1.44
52372026-07-20T10:41:36.490Z Compiling anstyle-parse v1.0.0
52382026-07-20T10:41:36.527Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
52392026-07-20T10:41:36.680Z Compiling cc v1.2.66
52402026-07-20T10:41:36.823Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52412026-07-20T10:41:36.884Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52422026-07-20T10:41:37.217Z Compiling rand v0.10.2
52432026-07-20T10:41:37.601Z Compiling futures v0.3.32
52442026-07-20T10:41:37.666Z Compiling thiserror-impl v1.0.69
52452026-07-20T10:41:37.748Z Compiling crossbeam-epoch v0.9.18
52462026-07-20T10:41:37.792Z Compiling uuid v1.23.4
52472026-07-20T10:41:37.972Z Compiling arc-swap v1.9.2
52482026-07-20T10:41:38.188Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52492026-07-20T10:41:38.208Z Compiling socket2 v0.6.4
52502026-07-20T10:41:38.301Z Compiling nom v8.0.0
52512026-07-20T10:41:38.301Z Compiling thread_local v1.1.9
52522026-07-20T10:41:38.622Z Compiling anstyle v1.0.14
52532026-07-20T10:41:38.770Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
52542026-07-20T10:41:38.783Z Compiling rayon-core v1.13.0
52552026-07-20T10:41:38.857Z Compiling is_terminal_polyfill v1.70.2
52562026-07-20T10:41:38.944Z Compiling colorchoice v1.0.5
52572026-07-20T10:41:38.989Z Compiling deranged v0.5.8
52582026-07-20T10:41:39.050Z Compiling oxnet v0.1.6
52592026-07-20T10:41:39.507Z Compiling powerfmt v0.2.0
52602026-07-20T10:41:39.728Z Compiling anstyle-query v1.1.5
52612026-07-20T10:41:39.833Z Compiling heck v0.4.1
52622026-07-20T10:41:39.898Z Compiling colored v3.1.1
52632026-07-20T10:41:40.129Z Compiling lazy_static v1.5.0
52642026-07-20T10:41:40.209Z Compiling iana-time-zone v0.1.65
52652026-07-20T10:41:40.368Z Compiling serde_json v1.0.150
52662026-07-20T10:41:40.384Z Compiling slog-async v2.8.0
52672026-07-20T10:41:40.467Z Compiling time v0.3.53
52682026-07-20T10:41:40.515Z Compiling chrono v0.4.45
52692026-07-20T10:41:40.603Z Compiling slog-scope v4.4.1
52702026-07-20T10:41:40.977Z Compiling rusticata-macros v5.0.0
52712026-07-20T10:41:41.002Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52722026-07-20T10:41:41.023Z Compiling anstream v1.0.0
52732026-07-20T10:41:41.524Z Compiling crossbeam-deque v0.8.6
52742026-07-20T10:41:41.640Z Compiling alloca v0.4.0
52752026-07-20T10:41:41.733Z Compiling cookie-factory v0.3.3
52762026-07-20T10:41:41.911Z Compiling terminal_size v0.4.4
52772026-07-20T10:41:42.051Z Compiling half v2.7.1
52782026-07-20T10:41:42.179Z Compiling crossbeam-channel v0.5.15
52792026-07-20T10:41:42.244Z Compiling is-terminal v0.4.17
52802026-07-20T10:41:42.333Z Compiling itertools v0.12.1
52812026-07-20T10:41:42.343Z Compiling circular v0.3.0
52822026-07-20T10:41:42.358Z Compiling take_mut v0.2.2
52832026-07-20T10:41:42.459Z Compiling log v0.4.33
52842026-07-20T10:41:42.548Z Compiling term v1.2.1
52852026-07-20T10:41:42.678Z Compiling clap_lex v1.1.0
52862026-07-20T10:41:42.813Z Compiling ciborium-io v0.2.2
52872026-07-20T10:41:42.899Z Compiling cfg_aliases v0.2.1
52882026-07-20T10:41:42.964Z Compiling itoa v1.0.18
52892026-07-20T10:41:42.993Z Compiling heck v0.5.0
52902026-07-20T10:41:43.168Z Compiling plotters-backend v0.3.7
52912026-07-20T10:41:43.483Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52922026-07-20T10:41:43.486Z Compiling plotters-svg v0.3.7
52932026-07-20T10:41:43.737Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52942026-07-20T10:41:43.767Z Compiling clap_builder v4.6.0
52952026-07-20T10:41:43.773Z Compiling clap_derive v4.6.1
52962026-07-20T10:41:43.933Z Compiling nix v0.31.3
52972026-07-20T10:41:44.304Z Compiling ciborium-ll v0.2.2
52982026-07-20T10:41:44.536Z Compiling slog-term v2.9.2
52992026-07-20T10:41:45.068Z Compiling slog-stdlog v4.1.1
53002026-07-20T10:41:45.388Z Compiling pcap-parser v0.17.0
53012026-07-20T10:41:45.808Z Compiling itertools v0.13.0
53022026-07-20T10:41:45.901Z Compiling same-file v1.0.6
53032026-07-20T10:41:46.057Z Compiling cast v0.3.0
53042026-07-20T10:41:46.224Z Compiling walkdir v2.5.0
53052026-07-20T10:41:46.285Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
53062026-07-20T10:41:46.694Z Compiling rayon v1.12.0
53072026-07-20T10:41:46.755Z Compiling clap v4.6.1
53082026-07-20T10:41:46.827Z Compiling slog-envlogger v2.2.0
53092026-07-20T10:41:47.268Z Compiling criterion-plot v0.8.2
53102026-07-20T10:41:47.595Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
53112026-07-20T10:41:47.799Z Compiling tinytemplate v1.2.1
53122026-07-20T10:41:48.019Z Compiling ciborium v0.2.2
53132026-07-20T10:41:48.741Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
53142026-07-20T10:41:48.833Z Compiling plotters v0.3.7
53152026-07-20T10:41:48.910Z Compiling page_size v0.6.0
53162026-07-20T10:41:49.013Z Compiling dtor-proc-macro v0.0.13
53172026-07-20T10:41:49.221Z Compiling anes v0.1.6
53182026-07-20T10:41:49.348Z Compiling oorandom v11.1.5
53192026-07-20T10:41:49.461Z Compiling dtor v0.8.1
53202026-07-20T10:41:49.466Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53212026-07-20T10:41:49.625Z Compiling link-section v0.2.1
53222026-07-20T10:41:49.756Z Compiling ctor-proc-macro v0.0.13
53232026-07-20T10:41:50.052Z Compiling criterion v0.8.2
53242026-07-20T10:41:50.099Z Compiling ctor v0.10.1
53252026-07-20T10:41:52.029Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53262026-07-20T10:43:11.971Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 46s
53272026-07-20T10:43:11.997Z Running benches/userland.rs (target/release-lto/deps/userland-ac8844ee3980aaf7)
53282026-07-20T10:43:12.000ZGnuplot not found, using plotters backend
53292026-07-20T10:43:12.142ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53302026-07-20T10:43:12.142ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53312026-07-20T10:43:17.682ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0030 s (7.6M iterations)
53322026-07-20T10:43:22.465ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53332026-07-20T10:43:22.520Zparse/Hairpin-DHCPv4/wallclock/Discover
53342026-07-20T10:43:22.520Z time: [61.116 ns 61.306 ns 61.517 ns]
53352026-07-20T10:43:22.520ZFound 9 outliers among 100 measurements (9.00%)
53362026-07-20T10:43:22.520Z 4 (4.00%) high mild
53372026-07-20T10:43:22.520Z 5 (5.00%) high severe
53382026-07-20T10:43:23.149Z
53392026-07-20T10:43:23.152ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53402026-07-20T10:43:23.152ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53412026-07-20T10:43:28.998ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0001 s (3.6M iterations)
53422026-07-20T10:43:33.941ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53432026-07-20T10:43:33.991Zprocess/Hairpin-DHCPv4/wallclock/Discover
53442026-07-20T10:43:33.991Z time: [804.88 ns 805.43 ns 805.96 ns]
53452026-07-20T10:43:33.991ZFound 4 outliers among 100 measurements (4.00%)
53462026-07-20T10:43:33.991Z 2 (2.00%) high mild
53472026-07-20T10:43:33.991Z 2 (2.00%) high severe
53482026-07-20T10:43:34.619Z
53492026-07-20T10:43:34.622ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53502026-07-20T10:43:34.622ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53512026-07-20T10:43:40.382ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0035 s (7.3M iterations)
53522026-07-20T10:43:45.002ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53532026-07-20T10:43:45.050Zparse/Hairpin-DHCPv4/wallclock/Request
53542026-07-20T10:43:45.050Z time: [61.069 ns 61.270 ns 61.496 ns]
53552026-07-20T10:43:45.050ZFound 11 outliers among 100 measurements (11.00%)
53562026-07-20T10:43:45.050Z 2 (2.00%) high mild
53572026-07-20T10:43:45.050Z 9 (9.00%) high severe
53582026-07-20T10:43:45.683Z
53592026-07-20T10:43:45.688ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53602026-07-20T10:43:45.688ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53612026-07-20T10:43:51.478ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0043 s (3.6M iterations)
53622026-07-20T10:43:56.388ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53632026-07-20T10:43:56.437Zprocess/Hairpin-DHCPv4/wallclock/Request
53642026-07-20T10:43:56.437Z time: [782.15 ns 782.65 ns 783.15 ns]
53652026-07-20T10:43:56.437ZFound 4 outliers among 100 measurements (4.00%)
53662026-07-20T10:43:56.437Z 2 (2.00%) high mild
53672026-07-20T10:43:56.437Z 2 (2.00%) high severe
53682026-07-20T10:43:57.065Z
53692026-07-20T10:43:57.068ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
53702026-07-20T10:43:57.068ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53712026-07-20T10:44:00.571ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0035 s (6.0M iterations)
53722026-07-20T10:44:05.341ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53732026-07-20T10:44:05.391Zparse/Hairpin-DHCPv6/wallclock/Solicit
53742026-07-20T10:44:05.391Z time: [60.887 ns 61.113 ns 61.374 ns]
53752026-07-20T10:44:05.391ZFound 15 outliers among 100 measurements (15.00%)
53762026-07-20T10:44:05.391Z 5 (5.00%) high mild
53772026-07-20T10:44:05.391Z 10 (10.00%) high severe
53782026-07-20T10:44:06.019Z
53792026-07-20T10:44:06.022ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
53802026-07-20T10:44:06.022ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53812026-07-20T10:44:09.710ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0037 s (2.8M iterations)
53822026-07-20T10:44:14.735ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53832026-07-20T10:44:14.784Zprocess/Hairpin-DHCPv6/wallclock/Solicit
53842026-07-20T10:44:14.784Z time: [1.0306 µs 1.0313 µs 1.0322 µs]
53852026-07-20T10:44:14.784ZFound 3 outliers among 100 measurements (3.00%)
53862026-07-20T10:44:14.784Z 2 (2.00%) high mild
53872026-07-20T10:44:14.784Z 1 (1.00%) high severe
53882026-07-20T10:44:15.412Z
53892026-07-20T10:44:15.415ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
53902026-07-20T10:44:15.415ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
53912026-07-20T10:44:19.265ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0007 s (5.4M iterations)
53922026-07-20T10:44:23.904ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
53932026-07-20T10:44:23.953Zparse/Hairpin-DHCPv6/wallclock/Request
53942026-07-20T10:44:23.953Z time: [60.676 ns 60.887 ns 61.124 ns]
53952026-07-20T10:44:23.953ZFound 12 outliers among 100 measurements (12.00%)
53962026-07-20T10:44:23.953Z 5 (5.00%) high mild
53972026-07-20T10:44:23.953Z 7 (7.00%) high severe
53982026-07-20T10:44:24.581Z
53992026-07-20T10:44:24.583ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
54002026-07-20T10:44:24.583ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54012026-07-20T10:44:28.529ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0003 s (2.7M iterations)
54022026-07-20T10:44:33.475ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54032026-07-20T10:44:33.524Zprocess/Hairpin-DHCPv6/wallclock/Request
54042026-07-20T10:44:33.524Z time: [1.0656 µs 1.0665 µs 1.0674 µs]
54052026-07-20T10:44:33.524ZFound 3 outliers among 100 measurements (3.00%)
54062026-07-20T10:44:33.524Z 1 (1.00%) high mild
54072026-07-20T10:44:33.524Z 2 (2.00%) high severe
54082026-07-20T10:44:34.149Z
54092026-07-20T10:44:34.152ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54102026-07-20T10:44:34.152ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54112026-07-20T10:44:40.254ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0021 s (6.9M iterations)
54122026-07-20T10:44:44.772ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54132026-07-20T10:44:44.821Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54142026-07-20T10:44:44.821Z time: [60.908 ns 61.120 ns 61.361 ns]
54152026-07-20T10:44:44.821ZFound 11 outliers among 100 measurements (11.00%)
54162026-07-20T10:44:44.821Z 4 (4.00%) high mild
54172026-07-20T10:44:44.822Z 7 (7.00%) high severe
54182026-07-20T10:44:45.448Z
54192026-07-20T10:44:45.452ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54202026-07-20T10:44:45.452ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54212026-07-20T10:44:50.723ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0044 s (4.0M iterations)
54222026-07-20T10:44:55.584ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54232026-07-20T10:44:55.633Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54242026-07-20T10:44:55.633Z time: [626.29 ns 626.72 ns 627.24 ns]
54252026-07-20T10:44:55.633ZFound 2 outliers among 100 measurements (2.00%)
54262026-07-20T10:44:55.633Z 1 (1.00%) high mild
54272026-07-20T10:44:55.635Z 1 (1.00%) high severe
54282026-07-20T10:44:56.262Z
54292026-07-20T10:44:56.264ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54302026-07-20T10:44:56.265ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54312026-07-20T10:45:00.613ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0030 s (4.8M iterations)
54322026-07-20T10:45:04.450ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54332026-07-20T10:45:04.500Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54342026-07-20T10:45:04.500Z time: [121.50 ns 121.71 ns 121.95 ns]
54352026-07-20T10:45:04.501ZFound 14 outliers among 100 measurements (14.00%)
54362026-07-20T10:45:04.501Z 4 (4.00%) high mild
54372026-07-20T10:45:04.501Z 10 (10.00%) high severe
54382026-07-20T10:45:05.129Z
54392026-07-20T10:45:05.132ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54402026-07-20T10:45:05.132ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54412026-07-20T10:45:08.355ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0024 s (3.3M iterations)
54422026-07-20T10:45:12.852ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54432026-07-20T10:45:12.900Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54442026-07-20T10:45:12.900Z time: [709.35 ns 709.84 ns 710.42 ns]
54452026-07-20T10:45:12.900ZFound 3 outliers among 100 measurements (3.00%)
54462026-07-20T10:45:12.900Z 2 (2.00%) high mild
54472026-07-20T10:45:12.900Z 1 (1.00%) high severe
54482026-07-20T10:45:13.531Z
54492026-07-20T10:45:13.534ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54502026-07-20T10:45:13.534ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54512026-07-20T10:45:19.680ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0014 s (6.8M iterations)
54522026-07-20T10:45:24.143ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54532026-07-20T10:45:24.192Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54542026-07-20T10:45:24.192Z time: [60.235 ns 60.435 ns 60.661 ns]
54552026-07-20T10:45:24.192ZFound 11 outliers among 100 measurements (11.00%)
54562026-07-20T10:45:24.192Z 6 (6.00%) high mild
54572026-07-20T10:45:24.192Z 5 (5.00%) high severe
54582026-07-20T10:45:24.825Z
54592026-07-20T10:45:24.828ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54602026-07-20T10:45:24.828ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54612026-07-20T10:45:30.853ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0001 s (3.5M iterations)
54622026-07-20T10:45:35.696ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54632026-07-20T10:45:35.746Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54642026-07-20T10:45:35.746Z time: [798.84 ns 799.40 ns 799.99 ns]
54652026-07-20T10:45:35.746ZFound 5 outliers among 100 measurements (5.00%)
54662026-07-20T10:45:35.746Z 3 (3.00%) high mild
54672026-07-20T10:45:35.746Z 2 (2.00%) high severe
54682026-07-20T10:45:36.371Z
54692026-07-20T10:45:36.374ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
54702026-07-20T10:45:36.374ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54712026-07-20T10:45:42.573ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0023 s (6.8M iterations)
54722026-07-20T10:45:46.978ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54732026-07-20T10:45:47.028Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
54742026-07-20T10:45:47.028Z time: [60.329 ns 60.521 ns 60.738 ns]
54752026-07-20T10:45:47.028ZFound 10 outliers among 100 measurements (10.00%)
54762026-07-20T10:45:47.028Z 5 (5.00%) high mild
54772026-07-20T10:45:47.028Z 5 (5.00%) high severe
54782026-07-20T10:45:47.658Z
54792026-07-20T10:45:47.661ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
54802026-07-20T10:45:47.661ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54812026-07-20T10:45:53.553ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0040 s (3.6M iterations)
54822026-07-20T10:45:58.346ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54832026-07-20T10:45:58.394Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
54842026-07-20T10:45:58.394Z time: [755.10 ns 755.53 ns 756.02 ns]
54852026-07-20T10:45:58.394ZFound 4 outliers among 100 measurements (4.00%)
54862026-07-20T10:45:58.394Z 2 (2.00%) high mild
54872026-07-20T10:45:58.394Z 2 (2.00%) high severe
54882026-07-20T10:45:59.023Z
54892026-07-20T10:45:59.026ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54902026-07-20T10:45:59.026ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
54912026-07-20T10:46:02.497ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (12M iterations)
54922026-07-20T10:46:06.275ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
54932026-07-20T10:46:06.324Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
54942026-07-20T10:46:06.324Z time: [61.900 ns 62.061 ns 62.222 ns]
54952026-07-20T10:46:06.324ZFound 7 outliers among 100 measurements (7.00%)
54962026-07-20T10:46:06.324Z 4 (4.00%) high mild
54972026-07-20T10:46:06.324Z 3 (3.00%) high severe
54982026-07-20T10:46:06.954Z
54992026-07-20T10:46:06.956ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55002026-07-20T10:46:06.956ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55012026-07-20T10:46:12.163ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0046 s (4.0M iterations)
55022026-07-20T10:46:16.880ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55032026-07-20T10:46:16.929Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55042026-07-20T10:46:16.929Z time: [252.37 ns 252.89 ns 253.45 ns]
55052026-07-20T10:46:16.929ZFound 3 outliers among 100 measurements (3.00%)
55062026-07-20T10:46:16.929Z 1 (1.00%) high mild
55072026-07-20T10:46:16.929Z 2 (2.00%) high severe
55082026-07-20T10:46:17.554Z
55092026-07-20T10:46:17.557ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55102026-07-20T10:46:17.557ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55112026-07-20T10:46:20.694ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (6.7M iterations)
55122026-07-20T10:46:25.403ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55132026-07-20T10:46:25.453Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55142026-07-20T10:46:25.453Z time: [89.984 ns 90.171 ns 90.375 ns]
55152026-07-20T10:46:25.453ZFound 1 outliers among 100 measurements (1.00%)
55162026-07-20T10:46:25.453Z 1 (1.00%) high severe
55172026-07-20T10:46:26.086Z
55182026-07-20T10:46:26.088ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55192026-07-20T10:46:26.088ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55202026-07-20T10:46:30.169ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0043 s (2.6M iterations)
55212026-07-20T10:46:35.143ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55222026-07-20T10:46:35.192Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55232026-07-20T10:46:35.192Z time: [281.17 ns 281.71 ns 282.29 ns]
55242026-07-20T10:46:35.192ZFound 1 outliers among 100 measurements (1.00%)
55252026-07-20T10:46:35.192Z 1 (1.00%) high mild
55262026-07-20T10:46:35.819Z
55272026-07-20T10:46:35.821ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55282026-07-20T10:46:35.822ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55292026-07-20T10:46:42.045ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0031 s (6.7M iterations)
55302026-07-20T10:46:45.590ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55312026-07-20T10:46:45.639Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55322026-07-20T10:46:45.639Z time: [97.945 ns 98.117 ns 98.272 ns]
55332026-07-20T10:46:45.639ZFound 6 outliers among 100 measurements (6.00%)
55342026-07-20T10:46:45.639Z 3 (3.00%) high mild
55352026-07-20T10:46:45.639Z 3 (3.00%) high severe
55362026-07-20T10:46:46.267Z
55372026-07-20T10:46:46.270ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55382026-07-20T10:46:46.270ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55392026-07-20T10:46:49.279ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0049 s (3.5M iterations)
55402026-07-20T10:46:53.877ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55412026-07-20T10:46:53.927Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55422026-07-20T10:46:53.927Z time: [224.17 ns 224.47 ns 224.79 ns]
55432026-07-20T10:46:53.927ZFound 7 outliers among 100 measurements (7.00%)
55442026-07-20T10:46:53.927Z 3 (3.00%) high mild
55452026-07-20T10:46:53.927Z 4 (4.00%) high severe
55462026-07-20T10:46:54.553Z
55472026-07-20T10:46:54.555ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55482026-07-20T10:46:54.555ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55492026-07-20T10:46:58.909ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0035 s (4.8M iterations)
55502026-07-20T10:47:03.257ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55512026-07-20T10:47:03.306Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55522026-07-20T10:47:03.306Z time: [118.50 ns 118.75 ns 118.99 ns]
55532026-07-20T10:47:03.308ZFound 22 outliers among 100 measurements (22.00%)
55542026-07-20T10:47:03.308Z 16 (16.00%) low mild
55552026-07-20T10:47:03.308Z 1 (1.00%) high mild
55562026-07-20T10:47:03.308Z 5 (5.00%) high severe
55572026-07-20T10:47:03.932Z
55582026-07-20T10:47:03.935ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55592026-07-20T10:47:03.935ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55602026-07-20T10:47:08.448ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0015 s (2.3M iterations)
55612026-07-20T10:47:13.279ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55622026-07-20T10:47:13.328Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55632026-07-20T10:47:13.328Z time: [244.16 ns 244.44 ns 244.75 ns]
55642026-07-20T10:47:13.331ZFound 7 outliers among 100 measurements (7.00%)
55652026-07-20T10:47:13.331Z 3 (3.00%) high mild
55662026-07-20T10:47:13.331Z 4 (4.00%) high severe
55672026-07-20T10:47:13.959Z
55682026-07-20T10:47:13.962ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55692026-07-20T10:47:13.962ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
55702026-07-20T10:47:17.255ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0017 s (13M iterations)
55712026-07-20T10:47:21.165ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
55722026-07-20T10:47:21.213Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55732026-07-20T10:47:21.213Z time: [60.587 ns 60.745 ns 60.902 ns]
55742026-07-20T10:47:21.215ZFound 5 outliers among 100 measurements (5.00%)
55752026-07-20T10:47:21.215Z 3 (3.00%) high mild
55762026-07-20T10:47:21.215Z 2 (2.00%) high severe
55772026-07-20T10:47:21.842Z
55782026-07-20T10:47:21.844ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55792026-07-20T10:47:21.844ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
55802026-07-20T10:47:26.633ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0016 s (4.4M iterations)
55812026-07-20T10:47:31.414ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
55822026-07-20T10:47:31.463Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55832026-07-20T10:47:31.463Z time: [215.98 ns 216.52 ns 217.11 ns]
55842026-07-20T10:47:31.463ZFound 3 outliers among 100 measurements (3.00%)
55852026-07-20T10:47:31.463Z 1 (1.00%) high mild
55862026-07-20T10:47:31.463Z 2 (2.00%) high severe
55872026-07-20T10:47:32.088Z
55882026-07-20T10:47:32.091ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55892026-07-20T10:47:32.091ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
55902026-07-20T10:47:35.100ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (7.0M iterations)
55912026-07-20T10:47:39.847ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
55922026-07-20T10:47:39.896Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55932026-07-20T10:47:39.896Z time: [78.941 ns 79.181 ns 79.454 ns]
55942026-07-20T10:47:39.896ZFound 8 outliers among 100 measurements (8.00%)
55952026-07-20T10:47:39.896Z 3 (3.00%) high mild
55962026-07-20T10:47:39.896Z 5 (5.00%) high severe
55972026-07-20T10:47:40.519Z
55982026-07-20T10:47:40.522ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
55992026-07-20T10:47:40.522ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56002026-07-20T10:47:44.373ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0027 s (2.7M iterations)
56012026-07-20T10:47:49.384ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56022026-07-20T10:47:49.433Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56032026-07-20T10:47:49.433Z time: [234.11 ns 234.67 ns 235.27 ns]
56042026-07-20T10:47:49.433ZFound 3 outliers among 100 measurements (3.00%)
56052026-07-20T10:47:49.433Z 2 (2.00%) high mild
56062026-07-20T10:47:49.433Z 1 (1.00%) high severe
56072026-07-20T10:47:50.061Z
56082026-07-20T10:47:50.064ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56092026-07-20T10:47:50.064ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56102026-07-20T10:47:56.142ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0001 s (6.9M iterations)
56112026-07-20T10:47:59.734ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56122026-07-20T10:47:59.784Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56132026-07-20T10:47:59.784Z time: [97.310 ns 97.492 ns 97.657 ns]
56142026-07-20T10:47:59.784ZFound 4 outliers among 100 measurements (4.00%)
56152026-07-20T10:47:59.784Z 2 (2.00%) high mild
56162026-07-20T10:47:59.784Z 2 (2.00%) high severe
56172026-07-20T10:48:00.415Z
56182026-07-20T10:48:00.418ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56192026-07-20T10:48:00.418ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56202026-07-20T10:48:06.281ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0004 s (3.6M iterations)
56212026-07-20T10:48:10.706ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56222026-07-20T10:48:10.755Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56232026-07-20T10:48:10.755Z time: [186.09 ns 186.27 ns 186.47 ns]
56242026-07-20T10:48:10.755ZFound 8 outliers among 100 measurements (8.00%)
56252026-07-20T10:48:10.755Z 3 (3.00%) high mild
56262026-07-20T10:48:10.755Z 5 (5.00%) high severe
56272026-07-20T10:48:11.384Z
56282026-07-20T10:48:11.388ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56292026-07-20T10:48:11.388ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56302026-07-20T10:48:15.680ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0011 s (4.9M iterations)
56312026-07-20T10:48:20.016ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56322026-07-20T10:48:20.065Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56332026-07-20T10:48:20.065Z time: [116.55 ns 116.88 ns 117.18 ns]
56342026-07-20T10:48:20.065ZFound 6 outliers among 100 measurements (6.00%)
56352026-07-20T10:48:20.065Z 3 (3.00%) high mild
56362026-07-20T10:48:20.065Z 3 (3.00%) high severe
56372026-07-20T10:48:20.693Z
56382026-07-20T10:48:20.696ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56392026-07-20T10:48:20.696ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56402026-07-20T10:48:25.021ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0025 s (2.4M iterations)
56412026-07-20T10:48:29.846ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56422026-07-20T10:48:29.895Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56432026-07-20T10:48:29.895Z time: [205.47 ns 205.66 ns 205.89 ns]
56442026-07-20T10:48:29.896ZFound 8 outliers among 100 measurements (8.00%)
56452026-07-20T10:48:29.896Z 3 (3.00%) high mild
56462026-07-20T10:48:29.896Z 5 (5.00%) high severe
56472026-07-20T10:48:30.526Z
56482026-07-20T10:48:30.529ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56492026-07-20T10:48:30.529ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56502026-07-20T10:48:34.094ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (12M iterations)
56512026-07-20T10:48:38.127ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56522026-07-20T10:48:38.175Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56532026-07-20T10:48:38.175Z time: [61.174 ns 61.350 ns 61.532 ns]
56542026-07-20T10:48:38.175ZFound 4 outliers among 100 measurements (4.00%)
56552026-07-20T10:48:38.175Z 2 (2.00%) high mild
56562026-07-20T10:48:38.175Z 2 (2.00%) high severe
56572026-07-20T10:48:38.805Z
56582026-07-20T10:48:38.808ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56592026-07-20T10:48:38.808ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56602026-07-20T10:48:44.150ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (3.9M iterations)
56612026-07-20T10:48:48.967ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56622026-07-20T10:48:49.016Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56632026-07-20T10:48:49.017Z time: [248.45 ns 248.96 ns 249.52 ns]
56642026-07-20T10:48:49.017ZFound 3 outliers among 100 measurements (3.00%)
56652026-07-20T10:48:49.017Z 1 (1.00%) high mild
56662026-07-20T10:48:49.017Z 2 (2.00%) high severe
56672026-07-20T10:48:49.643Z
56682026-07-20T10:48:49.646ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56692026-07-20T10:48:49.646ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
56702026-07-20T10:48:52.825ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0032 s (6.6M iterations)
56712026-07-20T10:48:57.574ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
56722026-07-20T10:48:57.623Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56732026-07-20T10:48:57.623Z time: [79.483 ns 79.690 ns 79.922 ns]
56742026-07-20T10:48:57.623ZFound 8 outliers among 100 measurements (8.00%)
56752026-07-20T10:48:57.623Z 5 (5.00%) high mild
56762026-07-20T10:48:57.623Z 3 (3.00%) high severe
56772026-07-20T10:48:58.250Z
56782026-07-20T10:48:58.253ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56792026-07-20T10:48:58.253ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
56802026-07-20T10:49:02.424ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0058 s (2.5M iterations)
56812026-07-20T10:49:07.422ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
56822026-07-20T10:49:07.471Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56832026-07-20T10:49:07.471Z time: [267.32 ns 267.87 ns 268.48 ns]
56842026-07-20T10:49:07.472ZFound 4 outliers among 100 measurements (4.00%)
56852026-07-20T10:49:07.472Z 2 (2.00%) high mild
56862026-07-20T10:49:07.472Z 2 (2.00%) high severe
56872026-07-20T10:49:08.099Z
56882026-07-20T10:49:08.102ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
56892026-07-20T10:49:08.102ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
56902026-07-20T10:49:11.138ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0009 s (6.9M iterations)
56912026-07-20T10:49:15.002ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
56922026-07-20T10:49:15.050Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
56932026-07-20T10:49:15.050Z time: [98.708 ns 98.791 ns 98.883 ns]
56942026-07-20T10:49:15.050ZFound 9 outliers among 100 measurements (9.00%)
56952026-07-20T10:49:15.050Z 7 (7.00%) high mild
56962026-07-20T10:49:15.050Z 2 (2.00%) high severe
56972026-07-20T10:49:15.679Z
56982026-07-20T10:49:15.682ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
56992026-07-20T10:49:15.682ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57002026-07-20T10:49:18.793ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (3.4M iterations)
57012026-07-20T10:49:23.465ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57022026-07-20T10:49:23.515Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57032026-07-20T10:49:23.515Z time: [221.60 ns 221.80 ns 222.02 ns]
57042026-07-20T10:49:23.515ZFound 7 outliers among 100 measurements (7.00%)
57052026-07-20T10:49:23.515Z 3 (3.00%) high mild
57062026-07-20T10:49:23.515Z 4 (4.00%) high severe
57072026-07-20T10:49:24.141Z
57082026-07-20T10:49:24.144ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57092026-07-20T10:49:24.144ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57102026-07-20T10:49:28.607ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (4.7M iterations)
57112026-07-20T10:49:33.014ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57122026-07-20T10:49:33.063Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57132026-07-20T10:49:33.063Z time: [118.60 ns 118.75 ns 118.89 ns]
57142026-07-20T10:49:33.063ZFound 6 outliers among 100 measurements (6.00%)
57152026-07-20T10:49:33.063Z 1 (1.00%) high mild
57162026-07-20T10:49:33.063Z 5 (5.00%) high severe
57172026-07-20T10:49:33.690Z
57182026-07-20T10:49:33.693ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57192026-07-20T10:49:33.693ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57202026-07-20T10:49:38.326ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0021 s (2.3M iterations)
57212026-07-20T10:49:43.182ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57222026-07-20T10:49:43.231Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57232026-07-20T10:49:43.231Z time: [240.18 ns 240.43 ns 240.73 ns]
57242026-07-20T10:49:43.231ZFound 4 outliers among 100 measurements (4.00%)
57252026-07-20T10:49:43.231Z 2 (2.00%) high mild
57262026-07-20T10:49:43.231Z 2 (2.00%) high severe
57272026-07-20T10:49:43.859Z
57282026-07-20T10:49:43.862ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57292026-07-20T10:49:43.862ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57302026-07-20T10:49:47.403ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (12M iterations)
57312026-07-20T10:49:51.429ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57322026-07-20T10:49:51.478Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57332026-07-20T10:49:51.478Z time: [60.721 ns 60.884 ns 61.043 ns]
57342026-07-20T10:49:51.478ZFound 5 outliers among 100 measurements (5.00%)
57352026-07-20T10:49:51.478Z 2 (2.00%) high mild
57362026-07-20T10:49:51.478Z 3 (3.00%) high severe
57372026-07-20T10:49:52.105Z
57382026-07-20T10:49:52.108ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57392026-07-20T10:49:52.108ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57402026-07-20T10:49:57.173ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (4.1M iterations)
57412026-07-20T10:50:01.963ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57422026-07-20T10:50:02.012Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57432026-07-20T10:50:02.012Z time: [217.96 ns 218.45 ns 219.01 ns]
57442026-07-20T10:50:02.012ZFound 2 outliers among 100 measurements (2.00%)
57452026-07-20T10:50:02.013Z 1 (1.00%) high mild
57462026-07-20T10:50:02.013Z 1 (1.00%) high severe
57472026-07-20T10:50:02.641Z
57482026-07-20T10:50:02.644ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57492026-07-20T10:50:02.644ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57502026-07-20T10:50:05.788ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (6.7M iterations)
57512026-07-20T10:50:10.638ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57522026-07-20T10:50:10.686Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57532026-07-20T10:50:10.687Z time: [78.390 ns 78.585 ns 78.803 ns]
57542026-07-20T10:50:10.687ZFound 8 outliers among 100 measurements (8.00%)
57552026-07-20T10:50:10.687Z 5 (5.00%) high mild
57562026-07-20T10:50:10.687Z 3 (3.00%) high severe
57572026-07-20T10:50:11.315Z
57582026-07-20T10:50:11.318ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57592026-07-20T10:50:11.318ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57602026-07-20T10:50:15.358ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (2.6M iterations)
57612026-07-20T10:50:20.320ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57622026-07-20T10:50:20.369Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57632026-07-20T10:50:20.370Z time: [236.51 ns 237.06 ns 237.66 ns]
57642026-07-20T10:50:20.370ZFound 3 outliers among 100 measurements (3.00%)
57652026-07-20T10:50:20.370Z 2 (2.00%) high mild
57662026-07-20T10:50:20.370Z 1 (1.00%) high severe
57672026-07-20T10:50:20.995Z
57682026-07-20T10:50:20.998ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57692026-07-20T10:50:20.998ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
57702026-07-20T10:50:27.337ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.6M iterations)
57712026-07-20T10:50:31.006ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
57722026-07-20T10:50:31.055Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57732026-07-20T10:50:31.056Z time: [97.926 ns 98.058 ns 98.191 ns]
57742026-07-20T10:50:31.056ZFound 8 outliers among 100 measurements (8.00%)
57752026-07-20T10:50:31.056Z 5 (5.00%) high mild
57762026-07-20T10:50:31.056Z 3 (3.00%) high severe
57772026-07-20T10:50:31.684Z
57782026-07-20T10:50:31.687ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
57792026-07-20T10:50:31.687ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
57802026-07-20T10:50:37.826ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0066 s (3.4M iterations)
57812026-07-20T10:50:42.293ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
57822026-07-20T10:50:42.342Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
57832026-07-20T10:50:42.342Z time: [188.42 ns 188.62 ns 188.84 ns]
57842026-07-20T10:50:42.342ZFound 7 outliers among 100 measurements (7.00%)
57852026-07-20T10:50:42.342Z 4 (4.00%) high mild
57862026-07-20T10:50:42.342Z 3 (3.00%) high severe
57872026-07-20T10:50:42.973Z
57882026-07-20T10:50:42.976ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57892026-07-20T10:50:42.976ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
57902026-07-20T10:50:47.385ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0046 s (4.8M iterations)
57912026-07-20T10:50:51.809ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
57922026-07-20T10:50:51.859Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57932026-07-20T10:50:51.859Z time: [117.48 ns 117.66 ns 117.83 ns]
57942026-07-20T10:50:51.859ZFound 7 outliers among 100 measurements (7.00%)
57952026-07-20T10:50:51.859Z 3 (3.00%) high mild
57962026-07-20T10:50:51.859Z 4 (4.00%) high severe
57972026-07-20T10:50:52.488Z
57982026-07-20T10:50:52.490ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
57992026-07-20T10:50:52.490ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58002026-07-20T10:50:56.969ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0060 s (2.3M iterations)
58012026-07-20T10:51:01.825ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58022026-07-20T10:51:01.874Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58032026-07-20T10:51:01.874Z time: [207.97 ns 208.23 ns 208.52 ns]
58042026-07-20T10:51:01.874ZFound 6 outliers among 100 measurements (6.00%)
58052026-07-20T10:51:01.874Z 2 (2.00%) high mild
58062026-07-20T10:51:01.874Z 4 (4.00%) high severe
58072026-07-20T10:51:02.501Z
58082026-07-20T10:51:02.504ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58092026-07-20T10:51:02.504ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58102026-07-20T10:51:05.824ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0016 s (13M iterations)
58112026-07-20T10:51:09.779ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58122026-07-20T10:51:09.828Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58132026-07-20T10:51:09.828Z time: [61.941 ns 62.096 ns 62.249 ns]
58142026-07-20T10:51:09.828ZFound 6 outliers among 100 measurements (6.00%)
58152026-07-20T10:51:09.828Z 3 (3.00%) high mild
58162026-07-20T10:51:09.828Z 3 (3.00%) high severe
58172026-07-20T10:51:10.459Z
58182026-07-20T10:51:10.462ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58192026-07-20T10:51:10.462ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58202026-07-20T10:51:15.361ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0052 s (4.3M iterations)
58212026-07-20T10:51:20.446ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58222026-07-20T10:51:20.495Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58232026-07-20T10:51:20.495Z time: [288.35 ns 290.92 ns 294.19 ns]
58242026-07-20T10:51:20.495ZFound 12 outliers among 100 measurements (12.00%)
58252026-07-20T10:51:20.495Z 4 (4.00%) high mild
58262026-07-20T10:51:20.495Z 8 (8.00%) high severe
58272026-07-20T10:51:21.125Z
58282026-07-20T10:51:21.128ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58292026-07-20T10:51:21.128ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58302026-07-20T10:51:27.138ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0028 s (7.0M iterations)
58312026-07-20T10:51:31.872ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58322026-07-20T10:51:31.921Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58332026-07-20T10:51:31.921Z time: [80.013 ns 80.212 ns 80.435 ns]
58342026-07-20T10:51:31.921ZFound 8 outliers among 100 measurements (8.00%)
58352026-07-20T10:51:31.921Z 4 (4.00%) high mild
58362026-07-20T10:51:31.921Z 4 (4.00%) high severe
58372026-07-20T10:51:32.549Z
58382026-07-20T10:51:32.552ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58392026-07-20T10:51:32.553ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58402026-07-20T10:51:36.480ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0065 s (2.7M iterations)
58412026-07-20T10:51:41.659ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58422026-07-20T10:51:41.707Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58432026-07-20T10:51:41.707Z time: [328.19 ns 332.05 ns 337.09 ns]
58442026-07-20T10:51:41.707ZFound 11 outliers among 100 measurements (11.00%)
58452026-07-20T10:51:41.707Z 4 (4.00%) high mild
58462026-07-20T10:51:41.708Z 7 (7.00%) high severe
58472026-07-20T10:51:42.335Z
58482026-07-20T10:51:42.338ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58492026-07-20T10:51:42.338ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58502026-07-20T10:51:48.224ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (7.1M iterations)
58512026-07-20T10:51:51.967ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58522026-07-20T10:51:52.016Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58532026-07-20T10:51:52.016Z time: [97.797 ns 97.984 ns 98.154 ns]
58542026-07-20T10:51:52.016ZFound 6 outliers among 100 measurements (6.00%)
58552026-07-20T10:51:52.016Z 4 (4.00%) high mild
58562026-07-20T10:51:52.016Z 2 (2.00%) high severe
58572026-07-20T10:51:52.641Z
58582026-07-20T10:51:52.644ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58592026-07-20T10:51:52.644ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58602026-07-20T10:51:58.532ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0005 s (3.6M iterations)
58612026-07-20T10:52:03.269ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58622026-07-20T10:52:03.318Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58632026-07-20T10:52:03.318Z time: [254.76 ns 256.81 ns 259.49 ns]
58642026-07-20T10:52:03.318ZFound 12 outliers among 100 measurements (12.00%)
58652026-07-20T10:52:03.318Z 4 (4.00%) high mild
58662026-07-20T10:52:03.318Z 8 (8.00%) high severe
58672026-07-20T10:52:03.944Z
58682026-07-20T10:52:03.948ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58692026-07-20T10:52:03.948ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58702026-07-20T10:52:08.079ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0025 s (5.1M iterations)
58712026-07-20T10:52:12.599ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58722026-07-20T10:52:12.648Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58732026-07-20T10:52:12.648Z time: [117.57 ns 117.83 ns 118.07 ns]
58742026-07-20T10:52:12.648ZFound 17 outliers among 100 measurements (17.00%)
58752026-07-20T10:52:12.648Z 13 (13.00%) low mild
58762026-07-20T10:52:12.648Z 1 (1.00%) high mild
58772026-07-20T10:52:12.649Z 3 (3.00%) high severe
58782026-07-20T10:52:13.277Z
58792026-07-20T10:52:13.280ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58802026-07-20T10:52:13.280ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58812026-07-20T10:52:17.602ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0085 s (2.4M iterations)
58822026-07-20T10:52:22.654ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58832026-07-20T10:52:22.703Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58842026-07-20T10:52:22.703Z time: [287.46 ns 290.45 ns 294.33 ns]
58852026-07-20T10:52:22.703ZFound 12 outliers among 100 measurements (12.00%)
58862026-07-20T10:52:22.703Z 4 (4.00%) high mild
58872026-07-20T10:52:22.703Z 8 (8.00%) high severe
58882026-07-20T10:52:23.331Z
58892026-07-20T10:52:23.334ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58902026-07-20T10:52:23.334ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58912026-07-20T10:52:26.419ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0000 s (14M iterations)
58922026-07-20T10:52:30.582ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
58932026-07-20T10:52:30.632Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
58942026-07-20T10:52:30.632Z time: [60.212 ns 60.371 ns 60.527 ns]
58952026-07-20T10:52:30.632ZFound 5 outliers among 100 measurements (5.00%)
58962026-07-20T10:52:30.632Z 2 (2.00%) high mild
58972026-07-20T10:52:30.632Z 3 (3.00%) high severe
58982026-07-20T10:52:31.251Z
58992026-07-20T10:52:31.255ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59002026-07-20T10:52:31.255ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59012026-07-20T10:52:35.903ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (4.5M iterations)
59022026-07-20T10:52:41.015ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
59032026-07-20T10:52:41.063Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59042026-07-20T10:52:41.063Z time: [243.59 ns 245.62 ns 248.24 ns]
59052026-07-20T10:52:41.063ZFound 12 outliers among 100 measurements (12.00%)
59062026-07-20T10:52:41.063Z 5 (5.00%) high mild
59072026-07-20T10:52:41.063Z 7 (7.00%) high severe
59082026-07-20T10:52:41.692Z
59092026-07-20T10:52:41.694ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59102026-07-20T10:52:41.694ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59112026-07-20T10:52:47.670ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0022 s (7.0M iterations)
59122026-07-20T10:52:52.411ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59132026-07-20T10:52:52.459Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59142026-07-20T10:52:52.459Z time: [78.535 ns 78.742 ns 78.968 ns]
59152026-07-20T10:52:52.459ZFound 7 outliers among 100 measurements (7.00%)
59162026-07-20T10:52:52.459Z 4 (4.00%) high mild
59172026-07-20T10:52:52.459Z 3 (3.00%) high severe
59182026-07-20T10:52:53.087Z
59192026-07-20T10:52:53.090ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59202026-07-20T10:52:53.090ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59212026-07-20T10:52:56.889ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0078 s (2.8M iterations)
59222026-07-20T10:53:02.062ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59232026-07-20T10:53:02.111Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59242026-07-20T10:53:02.111Z time: [279.67 ns 282.80 ns 286.87 ns]
59252026-07-20T10:53:02.111ZFound 12 outliers among 100 measurements (12.00%)
59262026-07-20T10:53:02.111Z 5 (5.00%) high mild
59272026-07-20T10:53:02.111Z 7 (7.00%) high severe
59282026-07-20T10:53:02.738Z
59292026-07-20T10:53:02.741ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59302026-07-20T10:53:02.741ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59312026-07-20T10:53:08.514ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0001 s (7.3M iterations)
59322026-07-20T10:53:12.294ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59332026-07-20T10:53:12.343Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59342026-07-20T10:53:12.343Z time: [97.214 ns 97.418 ns 97.603 ns]
59352026-07-20T10:53:12.343ZFound 4 outliers among 100 measurements (4.00%)
59362026-07-20T10:53:12.343Z 2 (2.00%) high mild
59372026-07-20T10:53:12.343Z 2 (2.00%) high severe
59382026-07-20T10:53:12.959Z
59392026-07-20T10:53:12.962ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59402026-07-20T10:53:12.962ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59412026-07-20T10:53:18.612ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0026 s (3.7M iterations)
59422026-07-20T10:53:23.344ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59432026-07-20T10:53:23.392Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59442026-07-20T10:53:23.392Z time: [208.36 ns 209.86 ns 211.83 ns]
59452026-07-20T10:53:23.392ZFound 13 outliers among 100 measurements (13.00%)
59462026-07-20T10:53:23.392Z 5 (5.00%) high mild
59472026-07-20T10:53:23.392Z 8 (8.00%) high severe
59482026-07-20T10:53:24.021Z
59492026-07-20T10:53:24.023ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59502026-07-20T10:53:24.023ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59512026-07-20T10:53:28.140ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0038 s (5.1M iterations)
59522026-07-20T10:53:32.667ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59532026-07-20T10:53:32.716Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59542026-07-20T10:53:32.716Z time: [116.16 ns 116.45 ns 116.70 ns]
59552026-07-20T10:53:32.716ZFound 15 outliers among 100 measurements (15.00%)
59562026-07-20T10:53:32.716Z 8 (8.00%) low mild
59572026-07-20T10:53:32.716Z 4 (4.00%) high mild
59582026-07-20T10:53:32.717Z 3 (3.00%) high severe
59592026-07-20T10:53:33.340Z
59602026-07-20T10:53:33.343ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59612026-07-20T10:53:33.343ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59622026-07-20T10:53:37.547ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0045 s (2.5M iterations)
59632026-07-20T10:53:42.598ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59642026-07-20T10:53:42.647Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59652026-07-20T10:53:42.647Z time: [237.89 ns 240.09 ns 243.00 ns]
59662026-07-20T10:53:42.647ZFound 12 outliers among 100 measurements (12.00%)
59672026-07-20T10:53:42.647Z 4 (4.00%) high mild
59682026-07-20T10:53:42.647Z 8 (8.00%) high severe
59692026-07-20T10:53:43.275Z
59702026-07-20T10:53:43.278ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59712026-07-20T10:53:43.278ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59722026-07-20T10:53:46.619ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (13M iterations)
59732026-07-20T10:53:50.922ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59742026-07-20T10:53:50.971Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59752026-07-20T10:53:50.971Z time: [61.217 ns 61.400 ns 61.578 ns]
59762026-07-20T10:53:50.971ZFound 5 outliers among 100 measurements (5.00%)
59772026-07-20T10:53:50.971Z 3 (3.00%) high mild
59782026-07-20T10:53:50.971Z 2 (2.00%) high severe
59792026-07-20T10:53:51.598Z
59802026-07-20T10:53:51.600ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59812026-07-20T10:53:51.600ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59822026-07-20T10:53:56.683ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0017 s (4.1M iterations)
59832026-07-20T10:54:01.852ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59842026-07-20T10:54:01.901Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59852026-07-20T10:54:01.901Z time: [288.84 ns 291.71 ns 295.38 ns]
59862026-07-20T10:54:01.901ZFound 12 outliers among 100 measurements (12.00%)
59872026-07-20T10:54:01.901Z 4 (4.00%) high mild
59882026-07-20T10:54:01.901Z 8 (8.00%) high severe
59892026-07-20T10:54:02.529Z
59902026-07-20T10:54:02.531ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59912026-07-20T10:54:02.531ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59922026-07-20T10:54:05.624ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0016 s (6.8M iterations)
59932026-07-20T10:54:10.490ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59942026-07-20T10:54:10.539Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
59952026-07-20T10:54:10.539Z time: [79.382 ns 79.571 ns 79.784 ns]
59962026-07-20T10:54:10.539ZFound 9 outliers among 100 measurements (9.00%)
59972026-07-20T10:54:10.539Z 4 (4.00%) high mild
59982026-07-20T10:54:10.540Z 5 (5.00%) high severe
59992026-07-20T10:54:11.168Z
60002026-07-20T10:54:11.171ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60012026-07-20T10:54:11.172ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60022026-07-20T10:54:15.265ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0092 s (2.6M iterations)
60032026-07-20T10:54:20.517ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60042026-07-20T10:54:20.566Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60052026-07-20T10:54:20.566Z time: [332.55 ns 336.86 ns 342.55 ns]
60062026-07-20T10:54:20.566ZFound 11 outliers among 100 measurements (11.00%)
60072026-07-20T10:54:20.566Z 4 (4.00%) high mild
60082026-07-20T10:54:20.566Z 7 (7.00%) high severe
60092026-07-20T10:54:21.194Z
60102026-07-20T10:54:21.197ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60112026-07-20T10:54:21.197ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60122026-07-20T10:54:27.324ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0003 s (6.8M iterations)
60132026-07-20T10:54:31.146ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60142026-07-20T10:54:31.195Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60152026-07-20T10:54:31.195Z time: [98.544 ns 98.639 ns 98.739 ns]
60162026-07-20T10:54:31.195ZFound 8 outliers among 100 measurements (8.00%)
60172026-07-20T10:54:31.195Z 5 (5.00%) high mild
60182026-07-20T10:54:31.195Z 3 (3.00%) high severe
60192026-07-20T10:54:31.823Z
60202026-07-20T10:54:31.826ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60212026-07-20T10:54:31.826ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60222026-07-20T10:54:37.947ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0061 s (3.4M iterations)
60232026-07-20T10:54:42.733ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60242026-07-20T10:54:42.782Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60252026-07-20T10:54:42.782Z time: [253.72 ns 255.95 ns 258.86 ns]
60262026-07-20T10:54:42.782ZFound 11 outliers among 100 measurements (11.00%)
60272026-07-20T10:54:42.782Z 4 (4.00%) high mild
60282026-07-20T10:54:42.782Z 7 (7.00%) high severe
60292026-07-20T10:54:43.411Z
60302026-07-20T10:54:43.414ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60312026-07-20T10:54:43.414ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60322026-07-20T10:54:47.683ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0048 s (4.9M iterations)
60332026-07-20T10:54:52.280ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60342026-07-20T10:54:52.329Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60352026-07-20T10:54:52.329Z time: [118.17 ns 118.30 ns 118.44 ns]
60362026-07-20T10:54:52.329ZFound 6 outliers among 100 measurements (6.00%)
60372026-07-20T10:54:52.329Z 2 (2.00%) high mild
60382026-07-20T10:54:52.329Z 4 (4.00%) high severe
60392026-07-20T10:54:52.954Z
60402026-07-20T10:54:52.957ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60412026-07-20T10:54:52.957ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60422026-07-20T10:54:57.443ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0028 s (2.3M iterations)
60432026-07-20T10:55:02.567ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60442026-07-20T10:55:02.615Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60452026-07-20T10:55:02.616Z time: [288.45 ns 291.71 ns 295.98 ns]
60462026-07-20T10:55:02.616ZFound 12 outliers among 100 measurements (12.00%)
60472026-07-20T10:55:02.616Z 4 (4.00%) high mild
60482026-07-20T10:55:02.616Z 8 (8.00%) high severe
60492026-07-20T10:55:03.244Z
60502026-07-20T10:55:03.247ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60512026-07-20T10:55:03.247ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60522026-07-20T10:55:06.599ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0017 s (13M iterations)
60532026-07-20T10:55:10.859ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60542026-07-20T10:55:10.908Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60552026-07-20T10:55:10.908Z time: [60.819 ns 60.981 ns 61.146 ns]
60562026-07-20T10:55:10.912ZFound 7 outliers among 100 measurements (7.00%)
60572026-07-20T10:55:10.912Z 3 (3.00%) high mild
60582026-07-20T10:55:10.912Z 4 (4.00%) high severe
60592026-07-20T10:55:11.536Z
60602026-07-20T10:55:11.539ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60612026-07-20T10:55:11.539ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60622026-07-20T10:55:16.451ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0057 s (4.3M iterations)
60632026-07-20T10:55:21.608ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60642026-07-20T10:55:21.657Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60652026-07-20T10:55:21.657Z time: [250.34 ns 252.69 ns 255.69 ns]
60662026-07-20T10:55:21.657ZFound 11 outliers among 100 measurements (11.00%)
60672026-07-20T10:55:21.657Z 3 (3.00%) high mild
60682026-07-20T10:55:21.657Z 8 (8.00%) high severe
60692026-07-20T10:55:22.284Z
60702026-07-20T10:55:22.286ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60712026-07-20T10:55:22.287ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60722026-07-20T10:55:25.300ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0004 s (7.0M iterations)
60732026-07-20T10:55:30.274ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60742026-07-20T10:55:30.323Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60752026-07-20T10:55:30.323Z time: [78.584 ns 78.774 ns 78.985 ns]
60762026-07-20T10:55:30.323ZFound 7 outliers among 100 measurements (7.00%)
60772026-07-20T10:55:30.323Z 4 (4.00%) high mild
60782026-07-20T10:55:30.323Z 3 (3.00%) high severe
60792026-07-20T10:55:30.952Z
60802026-07-20T10:55:30.954ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60812026-07-20T10:55:30.955ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60822026-07-20T10:55:34.967ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0093 s (2.6M iterations)
60832026-07-20T10:55:40.189ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60842026-07-20T10:55:40.237Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60852026-07-20T10:55:40.238Z time: [289.11 ns 292.74 ns 297.37 ns]
60862026-07-20T10:55:40.238ZFound 11 outliers among 100 measurements (11.00%)
60872026-07-20T10:55:40.238Z 4 (4.00%) high mild
60882026-07-20T10:55:40.238Z 7 (7.00%) high severe
60892026-07-20T10:55:40.863Z
60902026-07-20T10:55:40.866ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60912026-07-20T10:55:40.866ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60922026-07-20T10:55:46.925ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0033 s (6.9M iterations)
60932026-07-20T10:55:50.766ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
60942026-07-20T10:55:50.815Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
60952026-07-20T10:55:50.815Z time: [97.855 ns 97.991 ns 98.128 ns]
60962026-07-20T10:55:50.815ZFound 7 outliers among 100 measurements (7.00%)
60972026-07-20T10:55:50.816Z 3 (3.00%) high mild
60982026-07-20T10:55:50.816Z 4 (4.00%) high severe
60992026-07-20T10:55:51.446Z
61002026-07-20T10:55:51.448ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61012026-07-20T10:55:51.448ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61022026-07-20T10:55:57.382ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0029 s (3.5M iterations)
61032026-07-20T10:56:02.144ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
61042026-07-20T10:56:02.192Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61052026-07-20T10:56:02.192Z time: [212.75 ns 214.38 ns 216.52 ns]
61062026-07-20T10:56:02.192ZFound 12 outliers among 100 measurements (12.00%)
61072026-07-20T10:56:02.192Z 4 (4.00%) high mild
61082026-07-20T10:56:02.192Z 8 (8.00%) high severe
61092026-07-20T10:56:02.821Z
61102026-07-20T10:56:02.824ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61112026-07-20T10:56:02.824ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61122026-07-20T10:56:07.076ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (4.9M iterations)
61132026-07-20T10:56:11.672ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61142026-07-20T10:56:11.721Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61152026-07-20T10:56:11.721Z time: [117.37 ns 117.51 ns 117.63 ns]
61162026-07-20T10:56:11.721ZFound 8 outliers among 100 measurements (8.00%)
61172026-07-20T10:56:11.721Z 2 (2.00%) high mild
61182026-07-20T10:56:11.721Z 6 (6.00%) high severe
61192026-07-20T10:56:12.347Z
61202026-07-20T10:56:12.353ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61212026-07-20T10:56:12.353ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61222026-07-20T10:56:16.748ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0027 s (2.4M iterations)
61232026-07-20T10:56:21.849ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61242026-07-20T10:56:21.898Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61252026-07-20T10:56:21.898Z time: [243.35 ns 245.78 ns 248.94 ns]
61262026-07-20T10:56:21.898ZFound 12 outliers among 100 measurements (12.00%)
61272026-07-20T10:56:21.898Z 4 (4.00%) high mild
61282026-07-20T10:56:21.898Z 8 (8.00%) high severe
61292026-07-20T10:56:22.526Z
61302026-07-20T10:56:22.530ZBenchmarking source_filter/allows/exclude_empty_v4
61312026-07-20T10:56:22.530ZBenchmarking source_filter/allows/exclude_empty_v4: Warming up for 3.0000 s
61322026-07-20T10:56:27.298ZBenchmarking source_filter/allows/exclude_empty_v4: Collecting 100 samples in estimated 5.0000 s (4.5B iterations)
61332026-07-20T10:56:32.293ZBenchmarking source_filter/allows/exclude_empty_v4: Analyzing
61342026-07-20T10:56:32.341Zsource_filter/allows/exclude_empty_v4
61352026-07-20T10:56:32.342Z time: [1.1096 ns 1.1098 ns 1.1100 ns]
61362026-07-20T10:56:32.342Z thrpt: [900.88 Melem/s 901.06 Melem/s 901.19 Melem/s]
61372026-07-20T10:56:32.342ZFound 7 outliers among 100 measurements (7.00%)
61382026-07-20T10:56:32.342Z 4 (4.00%) high mild
61392026-07-20T10:56:32.342Z 3 (3.00%) high severe
61402026-07-20T10:56:32.972ZBenchmarking source_filter/allows/exclude_empty_v6
61412026-07-20T10:56:32.972ZBenchmarking source_filter/allows/exclude_empty_v6: Warming up for 3.0000 s
61422026-07-20T10:56:37.736ZBenchmarking source_filter/allows/exclude_empty_v6: Collecting 100 samples in estimated 5.0000 s (4.5B iterations)
61432026-07-20T10:56:42.735ZBenchmarking source_filter/allows/exclude_empty_v6: Analyzing
61442026-07-20T10:56:42.784Zsource_filter/allows/exclude_empty_v6
61452026-07-20T10:56:42.784Z time: [1.1088 ns 1.1090 ns 1.1091 ns]
61462026-07-20T10:56:42.784Z thrpt: [901.64 Melem/s 901.75 Melem/s 901.84 Melem/s]
61472026-07-20T10:56:42.784ZFound 10 outliers among 100 measurements (10.00%)
61482026-07-20T10:56:42.784Z 5 (5.00%) high mild
61492026-07-20T10:56:42.784Z 5 (5.00%) high severe
61502026-07-20T10:56:43.410ZBenchmarking source_filter/allows/exclude_miss_v4/1
61512026-07-20T10:56:43.410ZBenchmarking source_filter/allows/exclude_miss_v4/1: Warming up for 3.0000 s
61522026-07-20T10:56:47.724ZBenchmarking source_filter/allows/exclude_miss_v4/1: Collecting 100 samples in estimated 5.0000 s (2.5B iterations)
61532026-07-20T10:56:52.894ZBenchmarking source_filter/allows/exclude_miss_v4/1: Analyzing
61542026-07-20T10:56:52.910Zsource_filter/allows/exclude_miss_v4/1
61552026-07-20T10:56:52.910Z time: [2.0635 ns 2.0642 ns 2.0651 ns]
61562026-07-20T10:56:52.911Z thrpt: [484.23 Melem/s 484.44 Melem/s 484.62 Melem/s]
61572026-07-20T10:56:52.911ZFound 2 outliers among 100 measurements (2.00%)
61582026-07-20T10:56:52.911Z 2 (2.00%) high severe
61592026-07-20T10:56:53.538ZBenchmarking source_filter/allows/exclude_hit_v4/1
61602026-07-20T10:56:53.538ZBenchmarking source_filter/allows/exclude_hit_v4/1: Warming up for 3.0000 s
61612026-07-20T10:56:57.424ZBenchmarking source_filter/allows/exclude_hit_v4/1: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
61622026-07-20T10:57:02.387ZBenchmarking source_filter/allows/exclude_hit_v4/1: Analyzing
61632026-07-20T10:57:02.436Zsource_filter/allows/exclude_hit_v4/1
61642026-07-20T10:57:02.437Z time: [1.7953 ns 1.7959 ns 1.7966 ns]
61652026-07-20T10:57:02.437Z thrpt: [556.61 Melem/s 556.82 Melem/s 557.01 Melem/s]
61662026-07-20T10:57:02.437ZFound 3 outliers among 100 measurements (3.00%)
61672026-07-20T10:57:02.437Z 2 (2.00%) high mild
61682026-07-20T10:57:02.437Z 1 (1.00%) high severe
61692026-07-20T10:57:03.066ZBenchmarking source_filter/allows/exclude_miss_v6/1
61702026-07-20T10:57:03.066ZBenchmarking source_filter/allows/exclude_miss_v6/1: Warming up for 3.0000 s
61712026-07-20T10:57:07.824ZBenchmarking source_filter/allows/exclude_miss_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
61722026-07-20T10:57:12.916ZBenchmarking source_filter/allows/exclude_miss_v6/1: Analyzing
61732026-07-20T10:57:12.964Zsource_filter/allows/exclude_miss_v6/1
61742026-07-20T10:57:12.964Z time: [4.4930 ns 4.5235 ns 4.5525 ns]
61752026-07-20T10:57:12.964Z thrpt: [219.66 Melem/s 221.07 Melem/s 222.57 Melem/s]
61762026-07-20T10:57:13.584ZBenchmarking source_filter/allows/exclude_hit_v6/1
61772026-07-20T10:57:13.584ZBenchmarking source_filter/allows/exclude_hit_v6/1: Warming up for 3.0000 s
61782026-07-20T10:57:18.589ZBenchmarking source_filter/allows/exclude_hit_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
61792026-07-20T10:57:23.675ZBenchmarking source_filter/allows/exclude_hit_v6/1: Analyzing
61802026-07-20T10:57:23.723Zsource_filter/allows/exclude_hit_v6/1
61812026-07-20T10:57:23.723Z time: [4.7214 ns 4.7521 ns 4.7811 ns]
61822026-07-20T10:57:23.723Z thrpt: [209.16 Melem/s 210.43 Melem/s 211.80 Melem/s]
61832026-07-20T10:57:24.351ZBenchmarking source_filter/allows/exclude_miss_v4/5
61842026-07-20T10:57:24.351ZBenchmarking source_filter/allows/exclude_miss_v4/5: Warming up for 3.0000 s
61852026-07-20T10:57:28.562ZBenchmarking source_filter/allows/exclude_miss_v4/5: Collecting 100 samples in estimated 5.0000 s (1.3B iterations)
61862026-07-20T10:57:33.594ZBenchmarking source_filter/allows/exclude_miss_v4/5: Analyzing
61872026-07-20T10:57:33.643Zsource_filter/allows/exclude_miss_v4/5
61882026-07-20T10:57:33.643Z time: [3.9180 ns 3.9392 ns 3.9582 ns]
61892026-07-20T10:57:33.643Z thrpt: [252.64 Melem/s 253.86 Melem/s 255.23 Melem/s]
61902026-07-20T10:57:33.643ZFound 8 outliers among 100 measurements (8.00%)
61912026-07-20T10:57:33.643Z 5 (5.00%) low severe
61922026-07-20T10:57:33.643Z 3 (3.00%) low mild
61932026-07-20T10:57:34.269ZBenchmarking source_filter/allows/exclude_hit_v4/5
61942026-07-20T10:57:34.270ZBenchmarking source_filter/allows/exclude_hit_v4/5: Warming up for 3.0000 s
61952026-07-20T10:57:38.257ZBenchmarking source_filter/allows/exclude_hit_v4/5: Collecting 100 samples in estimated 5.0000 s (2.7B iterations)
61962026-07-20T10:57:43.493ZBenchmarking source_filter/allows/exclude_hit_v4/5: Analyzing
61972026-07-20T10:57:43.542Zsource_filter/allows/exclude_hit_v4/5
61982026-07-20T10:57:43.542Z time: [1.9140 ns 1.9327 ns 1.9538 ns]
61992026-07-20T10:57:43.542Z thrpt: [511.83 Melem/s 517.41 Melem/s 522.48 Melem/s]
62002026-07-20T10:57:44.177ZBenchmarking source_filter/allows/exclude_miss_v6/5
62012026-07-20T10:57:44.177ZBenchmarking source_filter/allows/exclude_miss_v6/5: Warming up for 3.0000 s
62022026-07-20T10:57:47.751ZBenchmarking source_filter/allows/exclude_miss_v6/5: Collecting 100 samples in estimated 5.0000 s (751M iterations)
62032026-07-20T10:57:52.812ZBenchmarking source_filter/allows/exclude_miss_v6/5: Analyzing
62042026-07-20T10:57:52.859Zsource_filter/allows/exclude_miss_v6/5
62052026-07-20T10:57:52.859Z time: [6.7174 ns 6.7472 ns 6.7751 ns]
62062026-07-20T10:57:52.859Z thrpt: [147.60 Melem/s 148.21 Melem/s 148.87 Melem/s]
62072026-07-20T10:57:53.487ZBenchmarking source_filter/allows/exclude_hit_v6/5
62082026-07-20T10:57:53.487ZBenchmarking source_filter/allows/exclude_hit_v6/5: Warming up for 3.0000 s
62092026-07-20T10:57:58.486ZBenchmarking source_filter/allows/exclude_hit_v6/5: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
62102026-07-20T10:58:03.574ZBenchmarking source_filter/allows/exclude_hit_v6/5: Analyzing
62112026-07-20T10:58:03.623Zsource_filter/allows/exclude_hit_v6/5
62122026-07-20T10:58:03.623Z time: [4.7175 ns 4.7475 ns 4.7760 ns]
62132026-07-20T10:58:03.623Z thrpt: [209.38 Melem/s 210.64 Melem/s 211.98 Melem/s]
62142026-07-20T10:58:04.250ZBenchmarking source_filter/allows/exclude_miss_v4/10
62152026-07-20T10:58:04.250ZBenchmarking source_filter/allows/exclude_miss_v4/10: Warming up for 3.0000 s
62162026-07-20T10:58:07.895ZBenchmarking source_filter/allows/exclude_miss_v4/10: Collecting 100 samples in estimated 5.0000 s (736M iterations)
62172026-07-20T10:58:12.883ZBenchmarking source_filter/allows/exclude_miss_v4/10: Analyzing
62182026-07-20T10:58:12.930Zsource_filter/allows/exclude_miss_v4/10
62192026-07-20T10:58:12.930Z time: [6.7337 ns 6.7827 ns 6.8306 ns]
62202026-07-20T10:58:12.930Z thrpt: [146.40 Melem/s 147.43 Melem/s 148.51 Melem/s]
62212026-07-20T10:58:12.932ZFound 5 outliers among 100 measurements (5.00%)
62222026-07-20T10:58:12.932Z 5 (5.00%) low mild
62232026-07-20T10:58:13.560ZBenchmarking source_filter/allows/exclude_hit_v4/10
62242026-07-20T10:58:13.560ZBenchmarking source_filter/allows/exclude_hit_v4/10: Warming up for 3.0000 s
62252026-07-20T10:58:17.534ZBenchmarking source_filter/allows/exclude_hit_v4/10: Collecting 100 samples in estimated 5.0000 s (2.7B iterations)
62262026-07-20T10:58:22.537ZBenchmarking source_filter/allows/exclude_hit_v4/10: Analyzing
62272026-07-20T10:58:22.585Zsource_filter/allows/exclude_hit_v4/10
62282026-07-20T10:58:22.585Z time: [1.8503 ns 1.8540 ns 1.8580 ns]
62292026-07-20T10:58:22.585Z thrpt: [538.22 Melem/s 539.38 Melem/s 540.45 Melem/s]
62302026-07-20T10:58:22.585ZFound 15 outliers among 100 measurements (15.00%)
62312026-07-20T10:58:22.585Z 4 (4.00%) high mild
62322026-07-20T10:58:22.585Z 11 (11.00%) high severe
62332026-07-20T10:58:23.218ZBenchmarking source_filter/allows/exclude_miss_v6/10
62342026-07-20T10:58:23.218ZBenchmarking source_filter/allows/exclude_miss_v6/10: Warming up for 3.0000 s
62352026-07-20T10:58:28.407ZBenchmarking source_filter/allows/exclude_miss_v6/10: Collecting 100 samples in estimated 5.0000 s (517M iterations)
62362026-07-20T10:58:33.519ZBenchmarking source_filter/allows/exclude_miss_v6/10: Analyzing
62372026-07-20T10:58:33.568Zsource_filter/allows/exclude_miss_v6/10
62382026-07-20T10:58:33.568Z time: [9.8466 ns 9.8772 ns 9.9081 ns]
62392026-07-20T10:58:33.568Z thrpt: [100.93 Melem/s 101.24 Melem/s 101.56 Melem/s]
62402026-07-20T10:58:34.198ZBenchmarking source_filter/allows/exclude_hit_v6/10
62412026-07-20T10:58:34.198ZBenchmarking source_filter/allows/exclude_hit_v6/10: Warming up for 3.0000 s
62422026-07-20T10:58:39.195ZBenchmarking source_filter/allows/exclude_hit_v6/10: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
62432026-07-20T10:58:44.281ZBenchmarking source_filter/allows/exclude_hit_v6/10: Analyzing
62442026-07-20T10:58:44.329Zsource_filter/allows/exclude_hit_v6/10
62452026-07-20T10:58:44.330Z time: [4.7140 ns 4.7442 ns 4.7727 ns]
62462026-07-20T10:58:44.330Z thrpt: [209.52 Melem/s 210.78 Melem/s 212.13 Melem/s]
62472026-07-20T10:58:44.960ZBenchmarking source_filter/allows/exclude_miss_v4/50
62482026-07-20T10:58:44.960ZBenchmarking source_filter/allows/exclude_miss_v4/50: Warming up for 3.0000 s
62492026-07-20T10:58:48.333ZBenchmarking source_filter/allows/exclude_miss_v4/50: Collecting 100 samples in estimated 5.0000 s (796M iterations)
62502026-07-20T10:58:53.377ZBenchmarking source_filter/allows/exclude_miss_v4/50: Analyzing
62512026-07-20T10:58:53.426Zsource_filter/allows/exclude_miss_v4/50
62522026-07-20T10:58:53.426Z time: [6.3276 ns 6.3489 ns 6.3679 ns]
62532026-07-20T10:58:53.426Z thrpt: [157.04 Melem/s 157.51 Melem/s 158.04 Melem/s]
62542026-07-20T10:58:53.426ZFound 8 outliers among 100 measurements (8.00%)
62552026-07-20T10:58:53.426Z 2 (2.00%) low severe
62562026-07-20T10:58:53.426Z 6 (6.00%) low mild
62572026-07-20T10:58:54.052ZBenchmarking source_filter/allows/exclude_hit_v4/50
62582026-07-20T10:58:54.052ZBenchmarking source_filter/allows/exclude_hit_v4/50: Warming up for 3.0000 s
62592026-07-20T10:58:59.748ZBenchmarking source_filter/allows/exclude_hit_v4/50: Collecting 100 samples in estimated 5.0000 s (1.9B iterations)
62602026-07-20T10:59:04.743ZBenchmarking source_filter/allows/exclude_hit_v4/50: Analyzing
62612026-07-20T10:59:04.793Zsource_filter/allows/exclude_hit_v4/50
62622026-07-20T10:59:04.793Z time: [2.6474 ns 2.6518 ns 2.6564 ns]
62632026-07-20T10:59:04.793Z thrpt: [376.45 Melem/s 377.10 Melem/s 377.73 Melem/s]
62642026-07-20T10:59:04.793ZFound 6 outliers among 100 measurements (6.00%)
62652026-07-20T10:59:04.793Z 3 (3.00%) low mild
62662026-07-20T10:59:04.793Z 3 (3.00%) high mild
62672026-07-20T10:59:05.433ZBenchmarking source_filter/allows/exclude_miss_v6/50
62682026-07-20T10:59:05.433ZBenchmarking source_filter/allows/exclude_miss_v6/50: Warming up for 3.0000 s
62692026-07-20T10:59:10.318ZBenchmarking source_filter/allows/exclude_miss_v6/50: Collecting 100 samples in estimated 5.0000 s (548M iterations)
62702026-07-20T10:59:15.351ZBenchmarking source_filter/allows/exclude_miss_v6/50: Analyzing
62712026-07-20T10:59:15.398Zsource_filter/allows/exclude_miss_v6/50
62722026-07-20T10:59:15.399Z time: [9.1640 ns 9.1935 ns 9.2219 ns]
62732026-07-20T10:59:15.399Z thrpt: [108.44 Melem/s 108.77 Melem/s 109.12 Melem/s]
62742026-07-20T10:59:16.007ZBenchmarking source_filter/allows/exclude_hit_v6/50
62752026-07-20T10:59:16.008ZBenchmarking source_filter/allows/exclude_hit_v6/50: Warming up for 3.0000 s
62762026-07-20T10:59:21.966ZBenchmarking source_filter/allows/exclude_hit_v6/50: Collecting 100 samples in estimated 5.0000 s (901M iterations)
62772026-07-20T10:59:27.036ZBenchmarking source_filter/allows/exclude_hit_v6/50: Analyzing
62782026-07-20T10:59:27.084Zsource_filter/allows/exclude_hit_v6/50
62792026-07-20T10:59:27.084Z time: [5.6084 ns 5.6392 ns 5.6683 ns]
62802026-07-20T10:59:27.084Z thrpt: [176.42 Melem/s 177.33 Melem/s 178.30 Melem/s]
62812026-07-20T10:59:27.719ZBenchmarking source_filter/allows/exclude_miss_v4/100
62822026-07-20T10:59:27.719ZBenchmarking source_filter/allows/exclude_miss_v4/100: Warming up for 3.0000 s
62832026-07-20T10:59:32.267ZBenchmarking source_filter/allows/exclude_miss_v4/100: Collecting 100 samples in estimated 5.0000 s (590M iterations)
62842026-07-20T10:59:37.270ZBenchmarking source_filter/allows/exclude_miss_v4/100: Analyzing
62852026-07-20T10:59:37.319Zsource_filter/allows/exclude_miss_v4/100
62862026-07-20T10:59:37.319Z time: [8.4193 ns 8.4896 ns 8.5551 ns]
62872026-07-20T10:59:37.319Z thrpt: [116.89 Melem/s 117.79 Melem/s 118.77 Melem/s]
62882026-07-20T10:59:37.319ZFound 6 outliers among 100 measurements (6.00%)
62892026-07-20T10:59:37.319Z 6 (6.00%) low mild
62902026-07-20T10:59:37.945ZBenchmarking source_filter/allows/exclude_hit_v4/100
62912026-07-20T10:59:37.945ZBenchmarking source_filter/allows/exclude_hit_v4/100: Warming up for 3.0000 s
62922026-07-20T10:59:43.773ZBenchmarking source_filter/allows/exclude_hit_v4/100: Collecting 100 samples in estimated 5.0000 s (1.8B iterations)
62932026-07-20T10:59:48.653ZBenchmarking source_filter/allows/exclude_hit_v4/100: Analyzing
62942026-07-20T10:59:48.703Zsource_filter/allows/exclude_hit_v4/100
62952026-07-20T10:59:48.703Z time: [2.6439 ns 2.6485 ns 2.6532 ns]
62962026-07-20T10:59:48.703Z thrpt: [376.90 Melem/s 377.57 Melem/s 378.23 Melem/s]
62972026-07-20T10:59:48.703ZFound 5 outliers among 100 measurements (5.00%)
62982026-07-20T10:59:48.703Z 2 (2.00%) high mild
62992026-07-20T10:59:48.703Z 3 (3.00%) high severe
63002026-07-20T10:59:49.330ZBenchmarking source_filter/allows/exclude_miss_v6/100
63012026-07-20T10:59:49.330ZBenchmarking source_filter/allows/exclude_miss_v6/100: Warming up for 3.0000 s
63022026-07-20T10:59:52.510ZBenchmarking source_filter/allows/exclude_miss_v6/100: Collecting 100 samples in estimated 5.0000 s (422M iterations)
63032026-07-20T10:59:57.501ZBenchmarking source_filter/allows/exclude_miss_v6/100: Analyzing
63042026-07-20T10:59:57.550Zsource_filter/allows/exclude_miss_v6/100
63052026-07-20T10:59:57.550Z time: [11.822 ns 11.841 ns 11.862 ns]
63062026-07-20T10:59:57.550Z thrpt: [84.302 Melem/s 84.453 Melem/s 84.591 Melem/s]
63072026-07-20T10:59:57.550ZFound 9 outliers among 100 measurements (9.00%)
63082026-07-20T10:59:57.550Z 3 (3.00%) high mild
63092026-07-20T10:59:57.550Z 6 (6.00%) high severe
63102026-07-20T10:59:58.176ZBenchmarking source_filter/allows/exclude_hit_v6/100
63112026-07-20T10:59:58.176ZBenchmarking source_filter/allows/exclude_hit_v6/100: Warming up for 3.0000 s
63122026-07-20T11:00:04.130ZBenchmarking source_filter/allows/exclude_hit_v6/100: Collecting 100 samples in estimated 5.0000 s (902M iterations)
63132026-07-20T11:00:09.200ZBenchmarking source_filter/allows/exclude_hit_v6/100: Analyzing
63142026-07-20T11:00:09.249Zsource_filter/allows/exclude_hit_v6/100
63152026-07-20T11:00:09.251Z time: [5.6036 ns 5.6335 ns 5.6619 ns]
63162026-07-20T11:00:09.252Z thrpt: [176.62 Melem/s 177.51 Melem/s 178.46 Melem/s]
63172026-07-20T11:00:09.876ZBenchmarking source_filter/allows/include_hit_v4/1
63182026-07-20T11:00:09.876ZBenchmarking source_filter/allows/include_hit_v4/1: Warming up for 3.0000 s
63192026-07-20T11:00:13.845ZBenchmarking source_filter/allows/include_hit_v4/1: Collecting 100 samples in estimated 5.0000 s (2.7B iterations)
63202026-07-20T11:00:18.848ZBenchmarking source_filter/allows/include_hit_v4/1: Analyzing
63212026-07-20T11:00:18.896Zsource_filter/allows/include_hit_v4/1
63222026-07-20T11:00:18.896Z time: [1.8461 ns 1.8482 ns 1.8509 ns]
63232026-07-20T11:00:18.899Z thrpt: [540.28 Melem/s 541.06 Melem/s 541.69 Melem/s]
63242026-07-20T11:00:18.899ZFound 10 outliers among 100 measurements (10.00%)
63252026-07-20T11:00:18.899Z 4 (4.00%) high mild
63262026-07-20T11:00:18.899Z 6 (6.00%) high severe
63272026-07-20T11:00:19.526ZBenchmarking source_filter/allows/include_miss_v4/1
63282026-07-20T11:00:19.526ZBenchmarking source_filter/allows/include_miss_v4/1: Warming up for 3.0000 s
63292026-07-20T11:00:23.720ZBenchmarking source_filter/allows/include_miss_v4/1: Collecting 100 samples in estimated 5.0000 s (2.6B iterations)
63302026-07-20T11:00:28.712ZBenchmarking source_filter/allows/include_miss_v4/1: Analyzing
63312026-07-20T11:00:28.761Zsource_filter/allows/include_miss_v4/1
63322026-07-20T11:00:28.761Z time: [1.9446 ns 1.9493 ns 1.9540 ns]
63332026-07-20T11:00:28.761Z thrpt: [511.76 Melem/s 513.02 Melem/s 514.24 Melem/s]
63342026-07-20T11:00:28.761ZFound 5 outliers among 100 measurements (5.00%)
63352026-07-20T11:00:28.761Z 5 (5.00%) low mild
63362026-07-20T11:00:29.391ZBenchmarking source_filter/allows/include_hit_v6/1
63372026-07-20T11:00:29.391ZBenchmarking source_filter/allows/include_hit_v6/1: Warming up for 3.0000 s
63382026-07-20T11:00:34.395ZBenchmarking source_filter/allows/include_hit_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
63392026-07-20T11:00:39.481ZBenchmarking source_filter/allows/include_hit_v6/1: Analyzing
63402026-07-20T11:00:39.530Zsource_filter/allows/include_hit_v6/1
63412026-07-20T11:00:39.530Z time: [4.7222 ns 4.7516 ns 4.7794 ns]
63422026-07-20T11:00:39.530Z thrpt: [209.23 Melem/s 210.45 Melem/s 211.76 Melem/s]
63432026-07-20T11:00:40.163ZBenchmarking source_filter/allows/include_miss_v6/1
63442026-07-20T11:00:40.163ZBenchmarking source_filter/allows/include_miss_v6/1: Warming up for 3.0000 s
63452026-07-20T11:00:44.925ZBenchmarking source_filter/allows/include_miss_v6/1: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
63462026-07-20T11:00:50.014ZBenchmarking source_filter/allows/include_miss_v6/1: Analyzing
63472026-07-20T11:00:50.062Zsource_filter/allows/include_miss_v6/1
63482026-07-20T11:00:50.062Z time: [4.4937 ns 4.5239 ns 4.5527 ns]
63492026-07-20T11:00:50.062Z thrpt: [219.65 Melem/s 221.05 Melem/s 222.53 Melem/s]
63502026-07-20T11:00:50.675ZBenchmarking source_filter/allows/include_hit_v4/5
63512026-07-20T11:00:50.675ZBenchmarking source_filter/allows/include_hit_v4/5: Warming up for 3.0000 s
63522026-07-20T11:00:54.668ZBenchmarking source_filter/allows/include_hit_v4/5: Collecting 100 samples in estimated 5.0000 s (2.7B iterations)
63532026-07-20T11:00:59.653ZBenchmarking source_filter/allows/include_hit_v4/5: Analyzing
63542026-07-20T11:00:59.702Zsource_filter/allows/include_hit_v4/5
63552026-07-20T11:00:59.702Z time: [1.8512 ns 1.8525 ns 1.8540 ns]
63562026-07-20T11:00:59.702Z thrpt: [539.36 Melem/s 539.81 Melem/s 540.20 Melem/s]
63572026-07-20T11:00:59.702ZFound 10 outliers among 100 measurements (10.00%)
63582026-07-20T11:00:59.702Z 9 (9.00%) high mild
63592026-07-20T11:00:59.702Z 1 (1.00%) high severe
63602026-07-20T11:01:00.332ZBenchmarking source_filter/allows/include_miss_v4/5
63612026-07-20T11:01:00.332ZBenchmarking source_filter/allows/include_miss_v4/5: Warming up for 3.0000 s
63622026-07-20T11:01:04.505ZBenchmarking source_filter/allows/include_miss_v4/5: Collecting 100 samples in estimated 5.0000 s (1.3B iterations)
63632026-07-20T11:01:09.541ZBenchmarking source_filter/allows/include_miss_v4/5: Analyzing
63642026-07-20T11:01:09.590Zsource_filter/allows/include_miss_v4/5
63652026-07-20T11:01:09.590Z time: [3.8928 ns 3.9163 ns 3.9381 ns]
63662026-07-20T11:01:09.590Z thrpt: [253.93 Melem/s 255.34 Melem/s 256.88 Melem/s]
63672026-07-20T11:01:09.590ZFound 5 outliers among 100 measurements (5.00%)
63682026-07-20T11:01:09.590Z 5 (5.00%) low mild
63692026-07-20T11:01:10.220ZBenchmarking source_filter/allows/include_hit_v6/5
63702026-07-20T11:01:10.220ZBenchmarking source_filter/allows/include_hit_v6/5: Warming up for 3.0000 s
63712026-07-20T11:01:15.223ZBenchmarking source_filter/allows/include_hit_v6/5: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
63722026-07-20T11:01:20.308ZBenchmarking source_filter/allows/include_hit_v6/5: Analyzing
63732026-07-20T11:01:20.356Zsource_filter/allows/include_hit_v6/5
63742026-07-20T11:01:20.356Z time: [4.7181 ns 4.7481 ns 4.7767 ns]
63752026-07-20T11:01:20.356Z thrpt: [209.35 Melem/s 210.61 Melem/s 211.95 Melem/s]
63762026-07-20T11:01:20.989ZBenchmarking source_filter/allows/include_miss_v6/5
63772026-07-20T11:01:20.989ZBenchmarking source_filter/allows/include_miss_v6/5: Warming up for 3.0000 s
63782026-07-20T11:01:24.568ZBenchmarking source_filter/allows/include_miss_v6/5: Collecting 100 samples in estimated 5.0000 s (750M iterations)
63792026-07-20T11:01:29.626ZBenchmarking source_filter/allows/include_miss_v6/5: Analyzing
63802026-07-20T11:01:29.675Zsource_filter/allows/include_miss_v6/5
63812026-07-20T11:01:29.675Z time: [6.7277 ns 6.7568 ns 6.7840 ns]
63822026-07-20T11:01:29.675Z thrpt: [147.41 Melem/s 148.00 Melem/s 148.64 Melem/s]
63832026-07-20T11:01:30.309ZBenchmarking source_filter/allows/include_hit_v4/10
63842026-07-20T11:01:30.309ZBenchmarking source_filter/allows/include_hit_v4/10: Warming up for 3.0000 s
63852026-07-20T11:01:34.168ZBenchmarking source_filter/allows/include_hit_v4/10: Collecting 100 samples in estimated 5.0000 s (2.8B iterations)
63862026-07-20T11:01:39.243ZBenchmarking source_filter/allows/include_hit_v4/10: Analyzing
63872026-07-20T11:01:39.291Zsource_filter/allows/include_hit_v4/10
63882026-07-20T11:01:39.291Z time: [1.8215 ns 1.8260 ns 1.8306 ns]
63892026-07-20T11:01:39.291Z thrpt: [546.28 Melem/s 547.65 Melem/s 548.99 Melem/s]
63902026-07-20T11:01:39.294ZFound 3 outliers among 100 measurements (3.00%)
63912026-07-20T11:01:39.294Z 3 (3.00%) high mild
63922026-07-20T11:01:39.920ZBenchmarking source_filter/allows/include_miss_v4/10
63932026-07-20T11:01:39.920ZBenchmarking source_filter/allows/include_miss_v4/10: Warming up for 3.0000 s
63942026-07-20T11:01:43.494ZBenchmarking source_filter/allows/include_miss_v4/10: Collecting 100 samples in estimated 5.0000 s (751M iterations)
63952026-07-20T11:01:48.474ZBenchmarking source_filter/allows/include_miss_v4/10: Analyzing
63962026-07-20T11:01:48.523Zsource_filter/allows/include_miss_v4/10
63972026-07-20T11:01:48.523Z time: [6.5705 ns 6.6312 ns 6.6885 ns]
63982026-07-20T11:01:48.524Z thrpt: [149.51 Melem/s 150.80 Melem/s 152.20 Melem/s]
63992026-07-20T11:01:48.524ZFound 7 outliers among 100 measurements (7.00%)
64002026-07-20T11:01:48.524Z 6 (6.00%) low mild
64012026-07-20T11:01:48.524Z 1 (1.00%) high mild
64022026-07-20T11:01:49.153ZBenchmarking source_filter/allows/include_hit_v6/10
64032026-07-20T11:01:49.153ZBenchmarking source_filter/allows/include_hit_v6/10: Warming up for 3.0000 s
64042026-07-20T11:01:54.155ZBenchmarking source_filter/allows/include_hit_v6/10: Collecting 100 samples in estimated 5.0000 s (1.1B iterations)
64052026-07-20T11:01:59.239ZBenchmarking source_filter/allows/include_hit_v6/10: Analyzing
64062026-07-20T11:01:59.288Zsource_filter/allows/include_hit_v6/10
64072026-07-20T11:01:59.288Z time: [4.7169 ns 4.7471 ns 4.7756 ns]
64082026-07-20T11:01:59.288Z thrpt: [209.40 Melem/s 210.65 Melem/s 212.00 Melem/s]
64092026-07-20T11:01:59.919ZBenchmarking source_filter/allows/include_miss_v6/10
64102026-07-20T11:01:59.919ZBenchmarking source_filter/allows/include_miss_v6/10: Warming up for 3.0000 s
64112026-07-20T11:02:05.018ZBenchmarking source_filter/allows/include_miss_v6/10: Collecting 100 samples in estimated 5.0000 s (527M iterations)
64122026-07-20T11:02:10.073ZBenchmarking source_filter/allows/include_miss_v6/10: Analyzing
64132026-07-20T11:02:10.118Zsource_filter/allows/include_miss_v6/10
64142026-07-20T11:02:10.118Z time: [9.5631 ns 9.5951 ns 9.6270 ns]
64152026-07-20T11:02:10.118Z thrpt: [103.87 Melem/s 104.22 Melem/s 104.57 Melem/s]
64162026-07-20T11:02:10.741ZBenchmarking source_filter/allows/include_hit_v4/50
64172026-07-20T11:02:10.742ZBenchmarking source_filter/allows/include_hit_v4/50: Warming up for 3.0000 s
64182026-07-20T11:02:16.464ZBenchmarking source_filter/allows/include_hit_v4/50: Collecting 100 samples in estimated 5.0000 s (1.9B iterations)
64192026-07-20T11:02:21.467ZBenchmarking source_filter/allows/include_hit_v4/50: Analyzing
64202026-07-20T11:02:21.515Zsource_filter/allows/include_hit_v4/50
64212026-07-20T11:02:21.515Z time: [2.6614 ns 2.6653 ns 2.6692 ns]
64222026-07-20T11:02:21.515Z thrpt: [374.64 Melem/s 375.20 Melem/s 375.74 Melem/s]
64232026-07-20T11:02:21.515ZFound 6 outliers among 100 measurements (6.00%)
64242026-07-20T11:02:21.515Z 2 (2.00%) low mild
64252026-07-20T11:02:21.515Z 1 (1.00%) high mild
64262026-07-20T11:02:21.515Z 3 (3.00%) high severe
64272026-07-20T11:02:22.145ZBenchmarking source_filter/allows/include_miss_v4/50
64282026-07-20T11:02:22.146ZBenchmarking source_filter/allows/include_miss_v4/50: Warming up for 3.0000 s
64292026-07-20T11:02:25.370ZBenchmarking source_filter/allows/include_miss_v4/50: Collecting 100 samples in estimated 5.0000 s (832M iterations)
64302026-07-20T11:02:30.005ZBenchmarking source_filter/allows/include_miss_v4/50: Analyzing
64312026-07-20T11:02:30.054Zsource_filter/allows/include_miss_v4/50
64322026-07-20T11:02:30.054Z time: [5.5595 ns 5.5654 ns 5.5728 ns]
64332026-07-20T11:02:30.055Z thrpt: [179.44 Melem/s 179.68 Melem/s 179.87 Melem/s]
64342026-07-20T11:02:30.055ZFound 5 outliers among 100 measurements (5.00%)
64352026-07-20T11:02:30.055Z 1 (1.00%) high mild
64362026-07-20T11:02:30.055Z 4 (4.00%) high severe
64372026-07-20T11:02:30.685ZBenchmarking source_filter/allows/include_hit_v6/50
64382026-07-20T11:02:30.685ZBenchmarking source_filter/allows/include_hit_v6/50: Warming up for 3.0000 s
64392026-07-20T11:02:36.648ZBenchmarking source_filter/allows/include_hit_v6/50: Collecting 100 samples in estimated 5.0000 s (900M iterations)
64402026-07-20T11:02:41.719ZBenchmarking source_filter/allows/include_hit_v6/50: Analyzing
64412026-07-20T11:02:41.767Zsource_filter/allows/include_hit_v6/50
64422026-07-20T11:02:41.767Z time: [5.6115 ns 5.6429 ns 5.6725 ns]
64432026-07-20T11:02:41.767Z thrpt: [176.29 Melem/s 177.21 Melem/s 178.21 Melem/s]
64442026-07-20T11:02:42.394ZBenchmarking source_filter/allows/include_miss_v6/50
64452026-07-20T11:02:42.394ZBenchmarking source_filter/allows/include_miss_v6/50: Warming up for 3.0000 s
64462026-07-20T11:02:47.497ZBenchmarking source_filter/allows/include_miss_v6/50: Collecting 100 samples in estimated 5.0000 s (526M iterations)
64472026-07-20T11:02:52.335ZBenchmarking source_filter/allows/include_miss_v6/50: Analyzing
64482026-07-20T11:02:52.383Zsource_filter/allows/include_miss_v6/50
64492026-07-20T11:02:52.383Z time: [9.1760 ns 9.2058 ns 9.2342 ns]
64502026-07-20T11:02:52.383Z thrpt: [108.29 Melem/s 108.63 Melem/s 108.98 Melem/s]
64512026-07-20T11:02:53.013ZBenchmarking source_filter/allows/include_hit_v4/100
64522026-07-20T11:02:53.014ZBenchmarking source_filter/allows/include_hit_v4/100: Warming up for 3.0000 s
64532026-07-20T11:02:58.712ZBenchmarking source_filter/allows/include_hit_v4/100: Collecting 100 samples in estimated 5.0000 s (1.9B iterations)
64542026-07-20T11:03:03.722ZBenchmarking source_filter/allows/include_hit_v4/100: Analyzing
64552026-07-20T11:03:03.771Zsource_filter/allows/include_hit_v4/100
64562026-07-20T11:03:03.771Z time: [2.6534 ns 2.6581 ns 2.6628 ns]
64572026-07-20T11:03:03.771Z thrpt: [375.54 Melem/s 376.20 Melem/s 376.87 Melem/s]
64582026-07-20T11:03:03.771ZFound 11 outliers among 100 measurements (11.00%)
64592026-07-20T11:03:03.771Z 5 (5.00%) high mild
64602026-07-20T11:03:03.771Z 6 (6.00%) high severe
64612026-07-20T11:03:04.395ZBenchmarking source_filter/allows/include_miss_v4/100
64622026-07-20T11:03:04.395ZBenchmarking source_filter/allows/include_miss_v4/100: Warming up for 3.0000 s
64632026-07-20T11:03:08.924ZBenchmarking source_filter/allows/include_miss_v4/100: Collecting 100 samples in estimated 5.0000 s (593M iterations)
64642026-07-20T11:03:13.890ZBenchmarking source_filter/allows/include_miss_v4/100: Analyzing
64652026-07-20T11:03:13.939Zsource_filter/allows/include_miss_v4/100
64662026-07-20T11:03:13.939Z time: [8.3400 ns 8.4005 ns 8.4608 ns]
64672026-07-20T11:03:13.939Z thrpt: [118.19 Melem/s 119.04 Melem/s 119.90 Melem/s]
64682026-07-20T11:03:13.939ZFound 5 outliers among 100 measurements (5.00%)
64692026-07-20T11:03:13.939Z 5 (5.00%) low mild
64702026-07-20T11:03:14.566ZBenchmarking source_filter/allows/include_hit_v6/100
64712026-07-20T11:03:14.566ZBenchmarking source_filter/allows/include_hit_v6/100: Warming up for 3.0000 s
64722026-07-20T11:03:20.523ZBenchmarking source_filter/allows/include_hit_v6/100: Collecting 100 samples in estimated 5.0000 s (901M iterations)
64732026-07-20T11:03:25.614ZBenchmarking source_filter/allows/include_hit_v6/100: Analyzing
64742026-07-20T11:03:25.664Zsource_filter/allows/include_hit_v6/100
64752026-07-20T11:03:25.665Z time: [5.6277 ns 5.6555 ns 5.6817 ns]
64762026-07-20T11:03:25.665Z thrpt: [176.00 Melem/s 176.82 Melem/s 177.69 Melem/s]
64772026-07-20T11:03:26.524ZBenchmarking source_filter/allows/include_miss_v6/100
64782026-07-20T11:03:26.524ZBenchmarking source_filter/allows/include_miss_v6/100: Warming up for 3.0000 s
64792026-07-20T11:03:29.464ZBenchmarking source_filter/allows/include_miss_v6/100: Collecting 100 samples in estimated 5.0000 s (424M iterations)
64802026-07-20T11:03:34.476ZBenchmarking source_filter/allows/include_miss_v6/100: Analyzing
64812026-07-20T11:03:34.521Zsource_filter/allows/include_miss_v6/100
64822026-07-20T11:03:34.521Z time: [11.819 ns 11.830 ns 11.841 ns]
64832026-07-20T11:03:34.521Z thrpt: [84.451 Melem/s 84.533 Melem/s 84.612 Melem/s]
64842026-07-20T11:03:34.521ZFound 6 outliers among 100 measurements (6.00%)
64852026-07-20T11:03:34.521Z 4 (4.00%) high mild
64862026-07-20T11:03:34.521Z 2 (2.00%) high severe
64872026-07-20T11:03:35.150ZBenchmarking source_filter/allows/include_empty_v4
64882026-07-20T11:03:35.150ZBenchmarking source_filter/allows/include_empty_v4: Warming up for 3.0000 s
64892026-07-20T11:03:39.922ZBenchmarking source_filter/allows/include_empty_v4: Collecting 100 samples in estimated 5.0000 s (4.5B iterations)
64902026-07-20T11:03:44.917ZBenchmarking source_filter/allows/include_empty_v4: Analyzing
64912026-07-20T11:03:44.966Zsource_filter/allows/include_empty_v4
64922026-07-20T11:03:44.966Z time: [1.1099 ns 1.1101 ns 1.1103 ns]
64932026-07-20T11:03:44.966Z thrpt: [900.66 Melem/s 900.82 Melem/s 900.95 Melem/s]
64942026-07-20T11:03:44.966ZFound 14 outliers among 100 measurements (14.00%)
64952026-07-20T11:03:44.966Z 12 (12.00%) high mild
64962026-07-20T11:03:44.966Z 2 (2.00%) high severe
64972026-07-20T11:03:45.594ZBenchmarking source_filter/allows/include_empty_v6
64982026-07-20T11:03:45.594ZBenchmarking source_filter/allows/include_empty_v6: Warming up for 3.0000 s
64992026-07-20T11:03:50.361ZBenchmarking source_filter/allows/include_empty_v6: Collecting 100 samples in estimated 5.0000 s (4.5B iterations)
65002026-07-20T11:03:55.364ZBenchmarking source_filter/allows/include_empty_v6: Analyzing
65012026-07-20T11:03:55.413Zsource_filter/allows/include_empty_v6
65022026-07-20T11:03:55.413Z time: [1.1102 ns 1.1104 ns 1.1106 ns]
65032026-07-20T11:03:55.416Z thrpt: [900.44 Melem/s 900.59 Melem/s 900.73 Melem/s]
65042026-07-20T11:03:55.416ZFound 3 outliers among 100 measurements (3.00%)
65052026-07-20T11:03:55.416Z 3 (3.00%) high mild
65062026-07-20T11:03:56.064Z
65072026-07-20T11:03:56.066ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
65082026-07-20T11:03:56.066ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
65092026-07-20T11:03:56.067ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0067 ms (605 iterations)
65102026-07-20T11:03:56.067ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
65112026-07-20T11:03:56.067Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
65122026-07-20T11:03:56.067Z time: [18.000 18.000 18.000 ]
65132026-07-20T11:03:56.069Z
65142026-07-20T11:03:56.069ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
65152026-07-20T11:03:56.069ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
65162026-07-20T11:03:56.069ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0227 ms (715 iterations)
65172026-07-20T11:03:56.072ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
65182026-07-20T11:03:56.072Zprocess/Hairpin-DHCPv4/alloc_ct/Request
65192026-07-20T11:03:56.072Z time: [18.000 18.000 18.000 ]
65202026-07-20T11:03:56.073Z
65212026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
65222026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
65232026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1017 ms (550 iterations)
65242026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
65252026-07-20T11:03:56.073Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
65262026-07-20T11:03:56.073Z time: [20.000 20.000 20.000 ]
65272026-07-20T11:03:56.073Z
65282026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
65292026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
65302026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.1041 ms (550 iterations)
65312026-07-20T11:03:56.073ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
65322026-07-20T11:03:56.073Zprocess/Hairpin-DHCPv6/alloc_ct/Request
65332026-07-20T11:03:56.073Z time: [21.000 21.000 21.000 ]
65342026-07-20T11:03:56.073Z
65352026-07-20T11:03:56.073ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
65362026-07-20T11:03:56.073ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
65372026-07-20T11:03:56.073ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0452 ms (825 iterations)
65382026-07-20T11:03:56.073ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
65392026-07-20T11:03:56.076Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
65402026-07-20T11:03:56.076Z time: [13.000 13.000 13.000 ]
65412026-07-20T11:03:56.076Z
65422026-07-20T11:03:56.076ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
65432026-07-20T11:03:56.076ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
65442026-07-20T11:03:56.076ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0150 ms (715 iterations)
65452026-07-20T11:03:56.076ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
65462026-07-20T11:03:56.076Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
65472026-07-20T11:03:56.076Z time: [12.000 12.000 12.000 ]
65482026-07-20T11:03:56.076Z
65492026-07-20T11:03:56.076ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
65502026-07-20T11:03:56.076ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
65512026-07-20T11:03:56.077ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0558 ms (715 iterations)
65522026-07-20T11:03:56.080ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
65532026-07-20T11:03:56.080Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
65542026-07-20T11:03:56.080Z time: [14.000 14.000 14.000 ]
65552026-07-20T11:03:56.080Z
65562026-07-20T11:03:56.080ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
65572026-07-20T11:03:56.080ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
65582026-07-20T11:03:56.080ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0331 ms (715 iterations)
65592026-07-20T11:03:56.080ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
65602026-07-20T11:03:56.080Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
65612026-07-20T11:03:56.080Z time: [14.000 14.000 14.000 ]
65622026-07-20T11:03:56.080Z
65632026-07-20T11:03:56.080ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
65642026-07-20T11:03:56.080ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
65652026-07-20T11:03:56.080ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0147 ms (605 iterations)
65662026-07-20T11:03:56.080ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
65672026-07-20T11:03:56.083Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
65682026-07-20T11:03:56.083Z time: [3.0000 3.0000 3.0000 ]
65692026-07-20T11:03:56.083Z
65702026-07-20T11:03:56.083ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
65712026-07-20T11:03:56.083ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65722026-07-20T11:03:56.083ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0655 ms (495 iterations)
65732026-07-20T11:03:56.084ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
65742026-07-20T11:03:56.084Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
65752026-07-20T11:03:56.084Z time: [3.0000 3.0000 3.0000 ]
65762026-07-20T11:03:56.084Z
65772026-07-20T11:03:56.084ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
65782026-07-20T11:03:56.084ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
65792026-07-20T11:03:56.084ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0515 ms (605 iterations)
65802026-07-20T11:03:56.084ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
65812026-07-20T11:03:56.084ZCriterion.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.
65822026-07-20T11:03:56.084Z
65832026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
65842026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65852026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1099 ms (495 iterations)
65862026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
65872026-07-20T11:03:56.087ZCriterion.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.
65882026-07-20T11:03:56.087Z
65892026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
65902026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
65912026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0532 ms (935 iterations)
65922026-07-20T11:03:56.087ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
65932026-07-20T11:03:56.088Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
65942026-07-20T11:03:56.088Z time: [3.0000 3.0000 3.0000 ]
65952026-07-20T11:03:56.088Z
65962026-07-20T11:03:56.088ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
65972026-07-20T11:03:56.088ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65982026-07-20T11:03:56.088ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0775 ms (550 iterations)
65992026-07-20T11:03:56.091ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
66002026-07-20T11:03:56.091Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66012026-07-20T11:03:56.091Z time: [3.0000 3.0000 3.0000 ]
66022026-07-20T11:03:56.091Z
66032026-07-20T11:03:56.091ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
66042026-07-20T11:03:56.091ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
66052026-07-20T11:03:56.091ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0159 ms (770 iterations)
66062026-07-20T11:03:56.091ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
66072026-07-20T11:03:56.091ZCriterion.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.
66082026-07-20T11:03:56.091Z
66092026-07-20T11:03:56.092ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
66102026-07-20T11:03:56.092ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
66112026-07-20T11:03:56.092ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0028 ms (495 iterations)
66122026-07-20T11:03:56.092ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
66132026-07-20T11:03:56.092ZCriterion.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.
66142026-07-20T11:03:56.093Z
66152026-07-20T11:03:56.093ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66162026-07-20T11:03:56.093ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66172026-07-20T11:03:56.093ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0669 ms (825 iterations)
66182026-07-20T11:03:56.093ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
66192026-07-20T11:03:56.096Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
66202026-07-20T11:03:56.096Z time: [3.0000 3.0000 3.0000 ]
66212026-07-20T11:03:56.096Z
66222026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
66232026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66242026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0766 ms (495 iterations)
66252026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
66262026-07-20T11:03:56.096Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
66272026-07-20T11:03:56.096Z time: [3.0000 3.0000 3.0000 ]
66282026-07-20T11:03:56.096Z
66292026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
66302026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
66312026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0203 ms (605 iterations)
66322026-07-20T11:03:56.096ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
66332026-07-20T11:03:56.096ZCriterion.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.
66342026-07-20T11:03:56.096Z
66352026-07-20T11:03:56.098ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
66362026-07-20T11:03:56.098ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
66372026-07-20T11:03:56.098ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1116 ms (495 iterations)
66382026-07-20T11:03:56.098ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
66392026-07-20T11:03:56.098ZCriterion.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.
66402026-07-20T11:03:56.098Z
66412026-07-20T11:03:56.098ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
66422026-07-20T11:03:56.098ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
66432026-07-20T11:03:56.098ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0120 ms (825 iterations)
66442026-07-20T11:03:56.101ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
66452026-07-20T11:03:56.101Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
66462026-07-20T11:03:56.101Z time: [3.0000 3.0000 3.0000 ]
66472026-07-20T11:03:56.101Z
66482026-07-20T11:03:56.101ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
66492026-07-20T11:03:56.101ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66502026-07-20T11:03:56.101ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0573 ms (495 iterations)
66512026-07-20T11:03:56.101ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
66522026-07-20T11:03:56.101Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
66532026-07-20T11:03:56.101Z time: [3.0000 3.0000 3.0000 ]
66542026-07-20T11:03:56.101Z
66552026-07-20T11:03:56.101ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
66562026-07-20T11:03:56.101ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
66572026-07-20T11:03:56.102ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0016 ms (715 iterations)
66582026-07-20T11:03:56.102ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
66592026-07-20T11:03:56.102ZCriterion.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.
66602026-07-20T11:03:56.102Z
66612026-07-20T11:03:56.102ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
66622026-07-20T11:03:56.102ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
66632026-07-20T11:03:56.102ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0719 ms (495 iterations)
66642026-07-20T11:03:56.105ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
66652026-07-20T11:03:56.105ZCriterion.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.
66662026-07-20T11:03:56.105Z
66672026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
66682026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66692026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0988 ms (275 iterations)
66702026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
66712026-07-20T11:03:56.105Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
66722026-07-20T11:03:56.105Z time: [44.000 44.000 44.000 ]
66732026-07-20T11:03:56.105Z
66742026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
66752026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66762026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0036 ms (220 iterations)
66772026-07-20T11:03:56.105ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
66782026-07-20T11:03:56.105Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
66792026-07-20T11:03:56.106Z time: [44.000 44.000 44.000 ]
66802026-07-20T11:03:56.109Z
66812026-07-20T11:03:56.109ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
66822026-07-20T11:03:56.109ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
66832026-07-20T11:03:56.109ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1238 ms (330 iterations)
66842026-07-20T11:03:56.109ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
66852026-07-20T11:03:56.109Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
66862026-07-20T11:03:56.109Z time: [29.000 29.000 29.000 ]
66872026-07-20T11:03:56.109Z
66882026-07-20T11:03:56.110ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
66892026-07-20T11:03:56.110ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66902026-07-20T11:03:56.110ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1476 ms (275 iterations)
66912026-07-20T11:03:56.110ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
66922026-07-20T11:03:56.113Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
66932026-07-20T11:03:56.113Z time: [29.000 29.000 29.000 ]
66942026-07-20T11:03:56.113Z
66952026-07-20T11:03:56.113ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
66962026-07-20T11:03:56.113ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
66972026-07-20T11:03:56.113ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0022 ms (275 iterations)
66982026-07-20T11:03:56.113ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
66992026-07-20T11:03:56.113Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67002026-07-20T11:03:56.113Z time: [43.000 43.000 43.000 ]
67012026-07-20T11:03:56.113Z
67022026-07-20T11:03:56.113ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
67032026-07-20T11:03:56.113ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67042026-07-20T11:03:56.113ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1800 ms (275 iterations)
67052026-07-20T11:03:56.114ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
67062026-07-20T11:03:56.114Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
67072026-07-20T11:03:56.114Z time: [43.000 43.000 43.000 ]
67082026-07-20T11:03:56.114Z
67092026-07-20T11:03:56.114ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
67102026-07-20T11:03:56.114ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
67112026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0013 ms (330 iterations)
67122026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
67132026-07-20T11:03:56.118Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
67142026-07-20T11:03:56.118Z time: [28.000 28.000 28.000 ]
67152026-07-20T11:03:56.118Z
67162026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
67172026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
67182026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0839 ms (275 iterations)
67192026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
67202026-07-20T11:03:56.118Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
67212026-07-20T11:03:56.118Z time: [28.000 28.000 28.000 ]
67222026-07-20T11:03:56.118Z
67232026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
67242026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67252026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1633 ms (275 iterations)
67262026-07-20T11:03:56.118ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
67272026-07-20T11:03:56.121Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
67282026-07-20T11:03:56.121Z time: [44.000 44.000 44.000 ]
67292026-07-20T11:03:56.121Z
67302026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
67312026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67322026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1250 ms (220 iterations)
67332026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
67342026-07-20T11:03:56.122Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
67352026-07-20T11:03:56.122Z time: [44.000 44.000 44.000 ]
67362026-07-20T11:03:56.122Z
67372026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
67382026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
67392026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1667 ms (330 iterations)
67402026-07-20T11:03:56.122ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
67412026-07-20T11:03:56.125Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
67422026-07-20T11:03:56.125Z time: [29.000 29.000 29.000 ]
67432026-07-20T11:03:56.125Z
67442026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
67452026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67462026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1965 ms (275 iterations)
67472026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
67482026-07-20T11:03:56.125Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
67492026-07-20T11:03:56.125Z time: [29.000 29.000 29.000 ]
67502026-07-20T11:03:56.125Z
67512026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
67522026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
67532026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1825 ms (275 iterations)
67542026-07-20T11:03:56.125ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
67552026-07-20T11:03:56.129Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
67562026-07-20T11:03:56.129Z time: [43.000 43.000 43.000 ]
67572026-07-20T11:03:56.129Z
67582026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
67592026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67602026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2403 ms (275 iterations)
67612026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
67622026-07-20T11:03:56.129Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
67632026-07-20T11:03:56.129Z time: [43.000 43.000 43.000 ]
67642026-07-20T11:03:56.129Z
67652026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
67662026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
67672026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0320 ms (330 iterations)
67682026-07-20T11:03:56.129ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
67692026-07-20T11:03:56.133Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
67702026-07-20T11:03:56.133Z time: [28.000 28.000 28.000 ]
67712026-07-20T11:03:56.133Z
67722026-07-20T11:03:56.133ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
67732026-07-20T11:03:56.133ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
67742026-07-20T11:03:56.133ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1140 ms (275 iterations)
67752026-07-20T11:03:56.133ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
67762026-07-20T11:03:56.133Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
67772026-07-20T11:03:56.133Z time: [28.000 28.000 28.000 ]
67782026-07-20T11:03:56.133Z
67792026-07-20T11:03:56.133ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
67802026-07-20T11:03:56.133ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
67812026-07-20T11:03:56.133ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0192 ms (715 iterations)
67822026-07-20T11:03:56.133ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
67832026-07-20T11:03:56.136Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
67842026-07-20T11:03:56.136Z time: [3924.0 B 3924.0 B 3924.0 B]
67852026-07-20T11:03:56.136Z
67862026-07-20T11:03:56.136ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
67872026-07-20T11:03:56.136ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
67882026-07-20T11:03:56.136ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0029 ms (715 iterations)
67892026-07-20T11:03:56.136ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
67902026-07-20T11:03:56.136Zprocess/Hairpin-DHCPv4/alloc_sz/Request
67912026-07-20T11:03:56.137Z time: [3924.0 B 3924.0 B 3924.0 B]
67922026-07-20T11:03:56.137Z
67932026-07-20T11:03:56.137ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
67942026-07-20T11:03:56.137ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
67952026-07-20T11:03:56.137ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0302 ms (550 iterations)
67962026-07-20T11:03:56.137ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
67972026-07-20T11:03:56.140Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
67982026-07-20T11:03:56.140Z time: [3988.0 B 3988.0 B 3988.0 B]
67992026-07-20T11:03:56.140Z
68002026-07-20T11:03:56.140ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
68012026-07-20T11:03:56.140ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
68022026-07-20T11:03:56.140ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0631 ms (550 iterations)
68032026-07-20T11:03:56.140ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
68042026-07-20T11:03:56.140Zprocess/Hairpin-DHCPv6/alloc_sz/Request
68052026-07-20T11:03:56.140Z time: [4386.0 B 4386.0 B 4386.0 B]
68062026-07-20T11:03:56.140Z
68072026-07-20T11:03:56.140ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
68082026-07-20T11:03:56.140ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
68092026-07-20T11:03:56.140ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0187 ms (825 iterations)
68102026-07-20T11:03:56.140ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
68112026-07-20T11:03:56.140Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
68122026-07-20T11:03:56.140Z time: [2888.0 B 2888.0 B 2888.0 B]
68132026-07-20T11:03:56.141Z
68142026-07-20T11:03:56.141ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
68152026-07-20T11:03:56.141ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
68162026-07-20T11:03:56.141ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0017 ms (715 iterations)
68172026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
68182026-07-20T11:03:56.147Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
68192026-07-20T11:03:56.147Z time: [2873.0 B 2873.0 B 2873.0 B]
68202026-07-20T11:03:56.147Z
68212026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
68222026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
68232026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0176 ms (715 iterations)
68242026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
68252026-07-20T11:03:56.147Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
68262026-07-20T11:03:56.147Z time: [2926.0 B 2926.0 B 2926.0 B]
68272026-07-20T11:03:56.147Z
68282026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
68292026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
68302026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0570 ms (770 iterations)
68312026-07-20T11:03:56.147ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
68322026-07-20T11:03:56.147Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
68332026-07-20T11:03:56.147Z time: [2910.0 B 2910.0 B 2910.0 B]
68342026-07-20T11:03:56.148Z
68352026-07-20T11:03:56.148ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
68362026-07-20T11:03:56.148ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
68372026-07-20T11:03:56.148ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0437 ms (825 iterations)
68382026-07-20T11:03:56.148ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
68392026-07-20T11:03:56.151Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
68402026-07-20T11:03:56.151Z time: [264.00 B 264.00 B 264.00 B]
68412026-07-20T11:03:56.151Z
68422026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
68432026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
68442026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1031 ms (550 iterations)
68452026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
68462026-07-20T11:03:56.151Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
68472026-07-20T11:03:56.151Z time: [264.00 B 264.00 B 264.00 B]
68482026-07-20T11:03:56.151Z
68492026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
68502026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
68512026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0761 ms (770 iterations)
68522026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
68532026-07-20T11:03:56.151ZCriterion.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.
68542026-07-20T11:03:56.151Z
68552026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
68562026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
68572026-07-20T11:03:56.151ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0524 ms (495 iterations)
68582026-07-20T11:03:56.154ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
68592026-07-20T11:03:56.155ZCriterion.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.
68602026-07-20T11:03:56.155Z
68612026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
68622026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
68632026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0501 ms (935 iterations)
68642026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
68652026-07-20T11:03:56.155Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
68662026-07-20T11:03:56.155Z time: [264.00 B 264.00 B 264.00 B]
68672026-07-20T11:03:56.155Z
68682026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
68692026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68702026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0193 ms (495 iterations)
68712026-07-20T11:03:56.155ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
68722026-07-20T11:03:56.160Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
68732026-07-20T11:03:56.160Z time: [264.00 B 264.00 B 264.00 B]
68742026-07-20T11:03:56.160Z
68752026-07-20T11:03:56.160ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
68762026-07-20T11:03:56.160ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
68772026-07-20T11:03:56.160ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0157 ms (770 iterations)
68782026-07-20T11:03:56.160ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
68792026-07-20T11:03:56.160ZCriterion.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.
68802026-07-20T11:03:56.161Z
68812026-07-20T11:03:56.161ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
68822026-07-20T11:03:56.161ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
68832026-07-20T11:03:56.161ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1070 ms (550 iterations)
68842026-07-20T11:03:56.161ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
68852026-07-20T11:03:56.161ZCriterion.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.
68862026-07-20T11:03:56.161Z
68872026-07-20T11:03:56.162ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
68882026-07-20T11:03:56.162ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68892026-07-20T11:03:56.162ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0576 ms (825 iterations)
68902026-07-20T11:03:56.162ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
68912026-07-20T11:03:56.167Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
68922026-07-20T11:03:56.167Z time: [264.00 B 264.00 B 264.00 B]
68932026-07-20T11:03:56.167Z
68942026-07-20T11:03:56.167ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
68952026-07-20T11:03:56.167ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
68962026-07-20T11:03:56.167ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0638 ms (495 iterations)
68972026-07-20T11:03:56.167ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
68982026-07-20T11:03:56.167Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
68992026-07-20T11:03:56.167Z time: [264.00 B 264.00 B 264.00 B]
69002026-07-20T11:03:56.168Z
69012026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
69022026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
69032026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0533 ms (715 iterations)
69042026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
69052026-07-20T11:03:56.168ZCriterion.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.
69062026-07-20T11:03:56.168Z
69072026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
69082026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
69092026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1158 ms (495 iterations)
69102026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
69112026-07-20T11:03:56.168ZCriterion.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.
69122026-07-20T11:03:56.168Z
69132026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
69142026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
69152026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0387 ms (880 iterations)
69162026-07-20T11:03:56.168ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
69172026-07-20T11:03:56.171Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
69182026-07-20T11:03:56.171Z time: [264.00 B 264.00 B 264.00 B]
69192026-07-20T11:03:56.171Z
69202026-07-20T11:03:56.171ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
69212026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
69222026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1065 ms (550 iterations)
69232026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
69242026-07-20T11:03:56.172Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
69252026-07-20T11:03:56.172Z time: [264.00 B 264.00 B 264.00 B]
69262026-07-20T11:03:56.172Z
69272026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
69282026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
69292026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0626 ms (770 iterations)
69302026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
69312026-07-20T11:03:56.172ZCriterion.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.
69322026-07-20T11:03:56.172Z
69332026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
69342026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
69352026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0602 ms (495 iterations)
69362026-07-20T11:03:56.172ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
69372026-07-20T11:03:56.172ZCriterion.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.
69382026-07-20T11:03:56.172Z
69392026-07-20T11:03:56.172ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
69402026-07-20T11:03:56.172ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
69412026-07-20T11:03:56.173ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0633 ms (275 iterations)
69422026-07-20T11:03:56.173ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
69432026-07-20T11:03:56.173Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
69442026-07-20T11:03:56.173Z time: [8507.0 B 8507.0 B 8507.0 B]
69452026-07-20T11:03:56.173Z
69462026-07-20T11:03:56.173ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
69472026-07-20T11:03:56.173ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
69482026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0938 ms (220 iterations)
69492026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
69502026-07-20T11:03:56.176Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
69512026-07-20T11:03:56.176Z time: [8507.0 B 8507.0 B 8507.0 B]
69522026-07-20T11:03:56.176Z
69532026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
69542026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
69552026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1032 ms (330 iterations)
69562026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
69572026-07-20T11:03:56.176Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
69582026-07-20T11:03:56.176Z time: [7016.0 B 7016.0 B 7016.0 B]
69592026-07-20T11:03:56.176Z
69602026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
69612026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
69622026-07-20T11:03:56.176ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0984 ms (275 iterations)
69632026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
69642026-07-20T11:03:56.179Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
69652026-07-20T11:03:56.179Z time: [7016.0 B 7016.0 B 7016.0 B]
69662026-07-20T11:03:56.179Z
69672026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
69682026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
69692026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1777 ms (330 iterations)
69702026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
69712026-07-20T11:03:56.179Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
69722026-07-20T11:03:56.179Z time: [8475.0 B 8475.0 B 8475.0 B]
69732026-07-20T11:03:56.179Z
69742026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
69752026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
69762026-07-20T11:03:56.179ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1829 ms (275 iterations)
69772026-07-20T11:03:56.182ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
69782026-07-20T11:03:56.182Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
69792026-07-20T11:03:56.183Z time: [8475.0 B 8475.0 B 8475.0 B]
69802026-07-20T11:03:56.183Z
69812026-07-20T11:03:56.184ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
69822026-07-20T11:03:56.184ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
69832026-07-20T11:03:56.184ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1590 ms (385 iterations)
69842026-07-20T11:03:56.184ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
69852026-07-20T11:03:56.184Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
69862026-07-20T11:03:56.184Z time: [6984.0 B 6984.0 B 6984.0 B]
69872026-07-20T11:03:56.184Z
69882026-07-20T11:03:56.184ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
69892026-07-20T11:03:56.184ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
69902026-07-20T11:03:56.184ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0424 ms (275 iterations)
69912026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
69922026-07-20T11:03:56.188Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
69932026-07-20T11:03:56.188Z time: [6984.0 B 6984.0 B 6984.0 B]
69942026-07-20T11:03:56.188Z
69952026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
69962026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
69972026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1655 ms (275 iterations)
69982026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
69992026-07-20T11:03:56.188Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
70002026-07-20T11:03:56.188Z time: [8507.0 B 8507.0 B 8507.0 B]
70012026-07-20T11:03:56.188Z
70022026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
70032026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
70042026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0624 ms (220 iterations)
70052026-07-20T11:03:56.188ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
70062026-07-20T11:03:56.191Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
70072026-07-20T11:03:56.192Z time: [8507.0 B 8507.0 B 8507.0 B]
70082026-07-20T11:03:56.192Z
70092026-07-20T11:03:56.192ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
70102026-07-20T11:03:56.192ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
70112026-07-20T11:03:56.192ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1879 ms (330 iterations)
70122026-07-20T11:03:56.192ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
70132026-07-20T11:03:56.192Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
70142026-07-20T11:03:56.192Z time: [7016.0 B 7016.0 B 7016.0 B]
70152026-07-20T11:03:56.193Z
70162026-07-20T11:03:56.193ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
70172026-07-20T11:03:56.193ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
70182026-07-20T11:03:56.193ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1505 ms (275 iterations)
70192026-07-20T11:03:56.193ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
70202026-07-20T11:03:56.193Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
70212026-07-20T11:03:56.193Z time: [7016.0 B 7016.0 B 7016.0 B]
70222026-07-20T11:03:56.193Z
70232026-07-20T11:03:56.193ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
70242026-07-20T11:03:56.193ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
70252026-07-20T11:03:56.193ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0780 ms (275 iterations)
70262026-07-20T11:03:56.196ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
70272026-07-20T11:03:56.196Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
70282026-07-20T11:03:56.196Z time: [8475.0 B 8475.0 B 8475.0 B]
70292026-07-20T11:03:56.196Z
70302026-07-20T11:03:56.196ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
70312026-07-20T11:03:56.196ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
70322026-07-20T11:03:56.196ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2458 ms (275 iterations)
70332026-07-20T11:03:56.198ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
70342026-07-20T11:03:56.198Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
70352026-07-20T11:03:56.198Z time: [8475.0 B 8475.0 B 8475.0 B]
70362026-07-20T11:03:56.198Z
70372026-07-20T11:03:56.198ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
70382026-07-20T11:03:56.198ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
70392026-07-20T11:03:56.198ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0851 ms (330 iterations)
70402026-07-20T11:03:56.202ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
70412026-07-20T11:03:56.202Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
70422026-07-20T11:03:56.202Z time: [6984.0 B 6984.0 B 6984.0 B]
70432026-07-20T11:03:56.202Z
70442026-07-20T11:03:56.202ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
70452026-07-20T11:03:56.202ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
70462026-07-20T11:03:56.202ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0843 ms (275 iterations)
70472026-07-20T11:03:56.202ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
70482026-07-20T11:03:56.202Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
70492026-07-20T11:03:56.202Z time: [6984.0 B 6984.0 B 6984.0 B]
70502026-07-20T11:03:56.202Z
70512026-07-20T11:03:56.234Z+ cp -r target/criterion /work/bench-results
70522026-07-20T11:03:56.341Z+ cp -r target/xde-bench /work/bench-results
70532026-07-20T11:03:56.376Z+ pushd /work
70542026-07-20T11:03:56.378Z+ tar -caf bench-results.tgz bench-results
70552026-07-20T11:03:56.378Z/work /work/oxidecomputer/opte
70562026-07-20T11:03:56.756Z+ popd
70572026-07-20T11:03:56.759Z/work/oxidecomputer/opte
70582026-07-20T11:03:56.759Z+ cleanup
70592026-07-20T11:03:56.759Z++ id -un
70602026-07-20T11:03:56.762Z++ id -gn
70612026-07-20T11:03:56.765Z+ pfexec chown -R build:build .
70622026-07-20T11:03:56.824Z+ [[ -z 01KXZGZ2N7M15F9ZAB3GSBZN36 ]]
70632026-07-20T11:03:56.826Zprocess exited: duration 1893130 ms, exit code 0
 
70642026-07-20T11:03:56.836Zfound 1 output files
70652026-07-20T11:03:56.873Zuploading: /work/bench-results.tgz (4574559 bytes)
70662026-07-20T11:03:57.885Zuploaded: /work/bench-results.tgz