01KR4H9BN5KRFST3W83RJXQ2DZ: bench

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

Buildomat Job: 01KR4HACFRTS661YZP0KYQSX07

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T19:39:33.629Zjob dependencies complete; ready to run (waiting for 5 m 29 s)
22026-05-08T19:40:16.899Zjob assigned to worker 01KR4HMF1M4072EEPCC8X2YE37 [factory aws, i-069cee58f5da3ee15] (queued for 43 s)
32026-05-08T19:40:24.170Zdownloading input: /input/xde/work/debug/xde.dbg
42026-05-08T19:40:25.059Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-05-08T19:40:25.062Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-05-08T19:40:25.088Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-05-08T19:40:25.088Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-05-08T19:40:25.142Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-05-08T19:40:25.142Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-05-08T19:40:25.169Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-05-08T19:40:25.175Zdownloading input: /input/xde/work/release/xde
122026-05-08T19:40:25.753Zdownloaded input: /input/xde/work/release/xde
132026-05-08T19:40:25.756Zdownloading input: /input/xde/work/release/xde.sha256
142026-05-08T19:40:25.801Zdownloaded input: /input/xde/work/release/xde.sha256
152026-05-08T19:40:25.801Zdownloading input: /input/xde/work/release/xde_link.so
162026-05-08T19:40:25.827Zdownloaded input: /input/xde/work/release/xde_link.so
172026-05-08T19:40:25.830Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-05-08T19:40:25.855Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-05-08T19:40:25.858Zdownloading input: /input/xde/work/test/loopback
202026-05-08T19:40:26.350Zdownloaded input: /input/xde/work/test/loopback
212026-05-08T19:40:26.353Zdownloading input: /input/xde/work/test/multicast_rx
222026-05-08T19:40:26.950Zdownloaded input: /input/xde/work/test/multicast_rx
232026-05-08T19:40:26.954Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-05-08T19:40:27.765Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-05-08T19:40:27.765Zdownloading input: /input/xde/work/test/multicast_validation
262026-05-08T19:40:28.424Zdownloaded input: /input/xde/work/test/multicast_validation
272026-05-08T19:40:28.428Zdownloading input: /input/xde/work/xde.conf
282026-05-08T19:40:28.457Zdownloaded input: /input/xde/work/xde.conf
 
292026-05-08T19:40:28.461Zstarting task 0: "setup"
302026-05-08T19:40:28.463Z++ uname -s
312026-05-08T19:40:28.470Z+ kern=SunOS
322026-05-08T19:40:28.470Z+ build_user=build
332026-05-08T19:40:28.470Z+ build_uid=12345
342026-05-08T19:40:28.470Z+ work_dir=/work
352026-05-08T19:40:28.470Z+ input_dir=/input
362026-05-08T19:40:28.470Z+ [[ 0 == 12345 ]]
372026-05-08T19:40:28.470Z+ case "$kern" in
382026-05-08T19:40:28.470Z+ groupadd -g 12345 build
392026-05-08T19:40:28.470Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-05-08T19:40:30.473Z+ zfs create -o mountpoint=/work rpool/work
412026-05-08T19:40:30.552Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-05-08T19:40:30.556Z+ home_fs=zfs
432026-05-08T19:40:30.556Z+ [[ zfs == autofs ]]
442026-05-08T19:40:30.556Z+ mkdir -p /home/build
452026-05-08T19:40:30.556Z+ chown build:build /home/build /work
462026-05-08T19:40:32.558Z+ chmod 0700 /home/build /work
472026-05-08T19:40:32.561Zprocess exited: duration 4101 ms, exit code 0
 
482026-05-08T19:40:32.568Zstarting task 1: "rust-toolchain"
492026-05-08T19:40:32.573Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
502026-05-08T19:40:32.573Z+ printf ' * rust toolchain profile = "%s"\n' default
512026-05-08T19:40:32.574Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
522026-05-08T19:40:32.574Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
532026-05-08T19:40:32.574Z * rust toolchain channel = "1.90.0"
542026-05-08T19:40:32.574Z * rust toolchain profile = "default"
552026-05-08T19:40:32.578Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-05-08T19:40:32.578Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
572026-05-08T19:40:32.699Zinfo: downloading installer
582026-05-08T19:40:34.119Zwarn: It looks like you have an existing installation of Rust at:
592026-05-08T19:40:34.119Zwarn: /opt/ooce/bin
602026-05-08T19:40:34.119Zwarn: It is recommended that rustup be the primary Rust installation.
612026-05-08T19:40:34.119Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-05-08T19:40:34.119Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-05-08T19:40:34.119Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-05-08T19:40:34.119Zwarn: or pass `-y' to ignore all ignorable checks.
652026-05-08T19:40:34.119Zerror: cannot install while Rust is installed
662026-05-08T19:40:34.119Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-05-08T19:40:34.119Zwarn: It looks like you have an existing rustup settings file at:
682026-05-08T19:40:34.119Zwarn: /home/build/.rustup/settings.toml
692026-05-08T19:40:34.119Zwarn: Rustup will install the default toolchain as specified in the settings file,
702026-05-08T19:40:34.119Zwarn: instead of the one inferred from the default host triple.
712026-05-08T19:40:34.151Zinfo: profile set to default
722026-05-08T19:40:34.151Zinfo: default host triple is x86_64-unknown-illumos
732026-05-08T19:40:34.155Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
742026-05-08T19:40:34.288Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
752026-05-08T19:40:34.291Zinfo: downloading 6 components
762026-05-08T19:40:48.244Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
772026-05-08T19:40:48.244Z
782026-05-08T19:40:48.279Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-08T19:40:48.279Z
802026-05-08T19:40:48.279Z
812026-05-08T19:40:48.279ZRust is installed now. Great!
822026-05-08T19:40:48.279Z
832026-05-08T19:40:48.279ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
842026-05-08T19:40:48.279Zenvironment variable. This has not been done automatically.
852026-05-08T19:40:48.279Z
862026-05-08T19:40:48.279ZTo configure your current shell, you need to source
872026-05-08T19:40:48.279Zthe corresponding env file under $HOME/.cargo.
882026-05-08T19:40:48.279Z
892026-05-08T19:40:48.279ZThis is usually done by running one of the following (note the leading DOT):
902026-05-08T19:40:48.279Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
912026-05-08T19:40:48.279Zsource "$HOME/.cargo/env.fish" # For fish
922026-05-08T19:40:48.279Zsource "~/.cargo/env.nu" # For nushell
932026-05-08T19:40:48.279Zsource "$HOME/.cargo/env.tcsh" # For tcsh
942026-05-08T19:40:48.279Z. "$HOME/.cargo/env.ps1" # For pwsh
952026-05-08T19:40:48.279Zsource "$HOME/.cargo/env.xsh" # For xonsh
962026-05-08T19:40:48.282Zwarn: no default linker (`cc`) was found in your PATH
972026-05-08T19:40:48.282Zwarn: many Rust crates require a system C toolchain to build
982026-05-08T19:40:48.369Z+ rustup --version
992026-05-08T19:40:48.377Zrustup 1.29.0 (28d1352db 2026-03-05)
1002026-05-08T19:40:48.380Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1012026-05-08T19:40:48.400Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
1022026-05-08T19:40:48.403Z+ cargo --version
1032026-05-08T19:40:48.416Zcargo 1.90.0 (840b83a10 2025-07-30)
1042026-05-08T19:40:48.419Z+ rustc --version
1052026-05-08T19:40:48.439Zrustc 1.90.0 (1159e78c4 2025-09-14)
1062026-05-08T19:40:48.443Zprocess exited: duration 15870 ms, exit code 0
 
1072026-05-08T19:40:48.451Zstarting task 2: "authentication"
1082026-05-08T19:40:48.466Zprocess exited: duration 15 ms, exit code 0
 
1092026-05-08T19:40:48.473Zstarting task 3: "clone repository"
1102026-05-08T19:40:48.476Z+ mkdir -p /work/oxidecomputer/opte
1112026-05-08T19:40:48.479Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1122026-05-08T19:40:48.527ZCloning into '/work/oxidecomputer/opte'...
1132026-05-08T19:40:49.408Z+ cd /work/oxidecomputer/opte
1142026-05-08T19:40:49.408Z+ git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616
1152026-05-08T19:40:49.649ZFrom https://github.com/oxidecomputer/opte
1162026-05-08T19:40:49.649Z * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD
1172026-05-08T19:40:49.655Z+ [[ -n ry/faster-syn-expiry ]]
1182026-05-08T19:40:49.658Z++ git branch --show-current
1192026-05-08T19:40:49.658Z+ current=master
1202026-05-08T19:40:49.658Z+ [[ master != ry/faster-syn-expiry ]]
1212026-05-08T19:40:49.658Z+ git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616
1222026-05-08T19:40:49.662Z+ git checkout -f ry/faster-syn-expiry
1232026-05-08T19:40:49.686ZSwitched to branch 'ry/faster-syn-expiry'
1242026-05-08T19:40:49.689Z+ git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616
1252026-05-08T19:40:49.715ZHEAD is now at 324103b firewall table headroom to 512k
1262026-05-08T19:40:49.720Zprocess exited: duration 1242 ms, exit code 0
 
1272026-05-08T19:40:49.727Zstarting task 4: "build"
1282026-05-08T19:40:49.732Z+ source .github/buildomat/common.sh
1292026-05-08T19:40:49.735Z++ rustup show active-toolchain
1302026-05-08T19:40:49.739Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1312026-05-08T19:40:49.739Z++ pushd xde
1322026-05-08T19:40:49.739Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1332026-05-08T19:40:49.739Z++ rustup show active-toolchain
1342026-05-08T19:40:49.742Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1352026-05-08T19:40:49.901Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1362026-05-08T19:40:49.904Zinfo: downloading 6 components
1372026-05-08T19:41:03.162Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1382026-05-08T19:41:03.243Z+++ rustup show active-toolchain -v
1392026-05-08T19:41:03.246Z+++ head -n 1
1402026-05-08T19:41:03.246Z+++ cut '-d ' -f1
1412026-05-08T19:41:03.305Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1422026-05-08T19:41:03.305Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1432026-05-08T19:41:03.305Z++ popd
1442026-05-08T19:41:03.308Z/work/oxidecomputer/opte
1452026-05-08T19:41:03.308Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1462026-05-08T19:41:10.860Z Startup: Refreshing catalog 'helios-dev' ... Done
1472026-05-08T19:41:18.641Z Startup: Caching catalogs ... Done
1482026-05-08T19:41:26.055ZPlanning: Solver setup ... Done
1492026-05-08T19:41:26.122ZPlanning: Running solver ... Done
1502026-05-08T19:41:26.263ZPlanning: Finding local manifests ... Done
1512026-05-08T19:41:26.279ZPlanning: Fetching manifests: 0/6 0% complete
1522026-05-08T19:41:26.298ZPlanning: Fetching manifests: 6/6 100% complete
1532026-05-08T19:41:26.311ZPlanning: Package planning ... Done
1542026-05-08T19:41:26.314ZPlanning: Merging actions ... Done
1552026-05-08T19:41:26.498ZPlanning: Checking for conflicting actions ... Done
1562026-05-08T19:41:26.502ZPlanning: Consolidating action changes ... Done
1572026-05-08T19:41:27.183ZPlanning: Evaluating mediators ... Done
1582026-05-08T19:41:27.186ZPlanning: Planning completed in 8.37 seconds
1592026-05-08T19:41:27.194Z Packages to install: 6
1602026-05-08T19:41:27.197Z Services to change: 2
1612026-05-08T19:41:27.197Z Create boot environment: No
1622026-05-08T19:41:27.197ZCreate backup boot environment: No
1632026-05-08T19:41:27.230Z
1642026-05-08T19:41:27.233ZDownload: 0/22 items 0.0/15.0MB 0% complete
1652026-05-08T19:41:27.394ZDownload: Completed 15.03 MB in 0.16 seconds (91.7M/s)
1662026-05-08T19:41:27.457Z Actions: 1/111 actions (Installing new actions)
1672026-05-08T19:41:27.811Z Actions: Completed 111 actions in 0.35 seconds.
1682026-05-08T19:41:28.435Z Done
1692026-05-08T19:41:28.435Z Done
1702026-05-08T19:41:29.079Z Done
1712026-05-08T19:41:32.443Z Done
1722026-05-08T19:41:32.512Z Done
1732026-05-08T19:41:32.515Z Done
1742026-05-08T19:41:37.698Z Done
1752026-05-08T19:41:38.371Z+ [[ -z 01KR4HACFRTS661YZP0KYQSX07 ]]
1762026-05-08T19:41:38.371Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1772026-05-08T19:41:39.403Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23838:20260323T150135Z
1782026-05-08T19:41:39.403Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1792026-05-08T19:41:39.403Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1802026-05-08T19:41:39.403Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1812026-05-08T19:41:39.403Ztempdir @ "/tmp/.tmpKLHkIy/tmp"
1822026-05-08T19:41:39.403Zimage root @ "/tmp/.tmpKLHkIy/tmp/root"
1832026-05-08T19:41:39.403Zcreating image...
1842026-05-08T19:41:39.658Zcopying publishers...
1852026-05-08T19:41:54.741Zadding properties...
1862026-05-08T19:41:55.413Zinstalling packages...
1872026-05-08T19:43:17.574Zseeding SMF database...
1882026-05-08T19:43:21.817Zconfiguring SMF profile...
1892026-05-08T19:43:21.817Zmodifying shadow(5)...
1902026-05-08T19:43:21.822Zloading user and group database...
1912026-05-08T19:43:21.822Zloading facet selections...
1922026-05-08T19:43:22.066Z devel -> true
1932026-05-08T19:43:22.067Z doc.man -> true
1942026-05-08T19:43:22.067Z entire.service/hal -> true
1952026-05-08T19:43:22.067Z entire.service/network/smtp/dma -> true
1962026-05-08T19:43:22.067Z locale.ar -> true
1972026-05-08T19:43:22.067Z locale.ca -> true
1982026-05-08T19:43:22.067Z locale.cs -> true
1992026-05-08T19:43:22.067Z locale.de -> true
2002026-05-08T19:43:22.067Z locale.es -> true
2012026-05-08T19:43:22.067Z locale.fr -> true
2022026-05-08T19:43:22.067Z locale.he -> true
2032026-05-08T19:43:22.067Z locale.hu -> true
2042026-05-08T19:43:22.067Z locale.id -> true
2052026-05-08T19:43:22.068Z locale.it -> true
2062026-05-08T19:43:22.068Z locale.ja -> true
2072026-05-08T19:43:22.068Z locale.ko -> true
2082026-05-08T19:43:22.068Z locale.nl -> true
2092026-05-08T19:43:22.068Z locale.pl -> true
2102026-05-08T19:43:22.068Z locale.pt_BR -> true
2112026-05-08T19:43:22.068Z locale.ru -> true
2122026-05-08T19:43:22.068Z locale.sk -> true
2132026-05-08T19:43:22.068Z locale.sv -> true
2142026-05-08T19:43:22.068Z locale.zh_CN -> true
2152026-05-08T19:43:22.068Z locale.zh_HK -> true
2162026-05-08T19:43:22.068Z locale.zh_TW -> true
2172026-05-08T19:43:22.068Z onu.ooceonly -> true
2182026-05-08T19:43:22.068Z version-lock.shell/ksh93 -> true
2192026-05-08T19:43:22.068Z version-lock.system/data/hardware-registry -> true
2202026-05-08T19:43:22.068Z version-lock.system/data/zoneinfo -> true
2212026-05-08T19:43:22.068Z version-lock.system/microcode/amd -> true
2222026-05-08T19:43:22.068Z version-lock.system/microcode/intel -> true
2232026-05-08T19:43:22.068Z version-lock.system/microcode/oxide -> true
2242026-05-08T19:43:22.068Zassessing packaged files...
2252026-05-08T19:43:23.507Zcreating archive...
2262026-05-08T19:43:23.532Zmissing from packaging:
2272026-05-08T19:43:23.532Z "etc/.pwd.lock"
2282026-05-08T19:43:23.536Z "etc/svc/profile/generic.xml"
2292026-05-08T19:43:23.536Z "etc/svc/profile/inetd_services.xml"
2302026-05-08T19:43:23.536Z "etc/svc/profile/name_service.xml"
2312026-05-08T19:43:23.536Z "etc/svc/profile/platform.xml"
2322026-05-08T19:43:23.536Z "etc/svc/profile/platform_omicron1.xml"
2332026-05-08T19:43:23.539Z "etc/svc/repository.db"
2342026-05-08T19:43:23.539Z
2352026-05-08T19:43:23.544Z
2362026-05-08T19:43:23.544Zfinishing archive...
2372026-05-08T19:43:24.188Zcreating gzonly manifest...
2382026-05-08T19:43:24.192Zok
2392026-05-08T19:43:24.285Z+ trap cleanup EXIT
2402026-05-08T19:43:24.288Z+ OUT_DIR=/work/bench-results
2412026-05-08T19:43:24.288Z+ mkdir -p /work/bench-results
2422026-05-08T19:43:24.288Z+ mkdir -p target/criterion
2432026-05-08T19:43:24.292Z+ mkdir -p target/xde-bench
2442026-05-08T19:43:24.292Z+ banner collect
2452026-05-08T19:43:24.295Z
2462026-05-08T19:43:24.295Z #### #### # # ###### #### #####
2472026-05-08T19:43:24.295Z # # # # # # # # # #
2482026-05-08T19:43:24.295Z # # # # # ##### # #
2492026-05-08T19:43:24.295Z # # # # # # # #
2502026-05-08T19:43:24.295Z # # # # # # # # # #
2512026-05-08T19:43:24.295Z #### #### ###### ###### ###### #### #
2522026-05-08T19:43:24.295Z
2532026-05-08T19:43:24.295Z++ cat .git/refs/heads/master
2542026-05-08T19:43:24.295Z+ BASELINE_COMMIT=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
2552026-05-08T19:43:24.295Z+ [[ ry/faster-syn-expiry == \m\a\s\t\e\r ]]
2562026-05-08T19:43:24.295Z+ get_artifact opte benchmark 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 bench-results.tgz
2572026-05-08T19:43:24.295Z+ local curl_res
2582026-05-08T19:43:24.295Z+ repo=opte
2592026-05-08T19:43:24.295Z+ series=benchmark
2602026-05-08T19:43:24.295Z+ commit=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
2612026-05-08T19:43:24.295Z+ name=bench-results.tgz
2622026-05-08T19:43:24.295Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2632026-05-08T19:43:24.295Z+ mkdir -p download
2642026-05-08T19:43:24.299Z+ pushd download
2652026-05-08T19:43:24.299Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2662026-05-08T19:43:24.299Z+ [[ ! -f bench-results.tgz ]]
2672026-05-08T19:43:24.299Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8/bench-results.tgz
2682026-05-08T19:43:24.302Z % Total % Received % Xferd Average Speed Time Time Time Current
2692026-05-08T19:43:24.302Z Dload Upload Total Spent Left Speed
2702026-05-08T19:43:24.627Z 0 0 0 0 0 0 0 0 0 100 6.08M 100 6.08M 0 0 18.71M 0 0 100 6.08M 100 6.08M 0 0 18.70M 0 0 100 6.08M 100 6.08M 0 0 18.70M 0 0
2712026-05-08T19:43:24.631Z+ curl_res=0
2722026-05-08T19:43:24.631Z+ popd
2732026-05-08T19:43:24.633Z/work/oxidecomputer/opte
2742026-05-08T19:43:24.634Z+ return 0
2752026-05-08T19:43:24.634Z+ tar -xf download/bench-results.tgz -C target
2762026-05-08T19:43:24.914Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2772026-05-08T19:43:24.917Z+ rm -r target/bench-results
2782026-05-08T19:43:24.920Z+ [[ '' -eq 1 ]]
2792026-05-08T19:43:24.920Z+ uname -a
2802026-05-08T19:43:24.921ZSunOS w-01KR4HMF1M4072EEPCC8X2YE37 5.11 helios-2.0.23838 i86pc i386 i86pc
2812026-05-08T19:43:24.921Z+ cat /etc/versions/build
2822026-05-08T19:43:24.921Zheads/stlouis-0-ge1108ec7ee
2832026-05-08T19:43:24.921Z+ dladm
2842026-05-08T19:43:24.924ZLINK CLASS MTU STATE BRIDGE OVER
2852026-05-08T19:43:24.924Zena0 phys 9216 up -- --
2862026-05-08T19:43:24.927Z+ ipadm
2872026-05-08T19:43:24.927ZADDROBJ TYPE STATE ADDR
2882026-05-08T19:43:24.927Zlo0/v4 static ok 127.0.0.1/8
2892026-05-08T19:43:24.927Zena0/dhcp dhcp ok 10.150.1.23/24
2902026-05-08T19:43:24.927Zlo0/v6 static ok ::1/128
2912026-05-08T19:43:24.927Z+ pfexec rem_drv xde
2922026-05-08T19:43:24.934Z+ set -o errexit
2932026-05-08T19:43:24.934Z+ set -o pipefail
2942026-05-08T19:43:24.935Z+ banner prepare
2952026-05-08T19:43:24.938Z
2962026-05-08T19:43:24.938Z ##### ##### ###### ##### ## ##### ######
2972026-05-08T19:43:24.938Z # # # # # # # # # # # #
2982026-05-08T19:43:24.938Z # # # # ##### # # # # # # #####
2992026-05-08T19:43:24.938Z ##### ##### # ##### ###### ##### #
3002026-05-08T19:43:24.938Z # # # # # # # # # #
3012026-05-08T19:43:24.938Z # # # ###### # # # # # ######
3022026-05-08T19:43:24.938Z
3032026-05-08T19:43:24.938Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3042026-05-08T19:43:24.941Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3052026-05-08T19:43:24.999Z+ pfexec add_drv xde
3062026-05-08T19:43:25.306Z+ banner bench
3072026-05-08T19:43:25.309Z
3082026-05-08T19:43:25.310Z ##### ###### # # #### # #
3092026-05-08T19:43:25.310Z # # # ## # # # # #
3102026-05-08T19:43:25.310Z ##### ##### # # # # ######
3112026-05-08T19:43:25.310Z # # # # # # # # #
3122026-05-08T19:43:25.310Z # # # # ## # # # #
3132026-05-08T19:43:25.310Z ##### ###### # # #### # #
3142026-05-08T19:43:25.310Z
3152026-05-08T19:43:25.310Z+ cargo kbench local
3162026-05-08T19:43:25.424Z Updating crates.io index
3172026-05-08T19:43:25.461Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182026-05-08T19:43:28.897Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3192026-05-08T19:43:29.580Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202026-05-08T19:43:30.410Z Updating git repository `https://github.com/oxidecomputer/zone`
3212026-05-08T19:43:31.199Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-05-08T19:43:31.832Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-05-08T19:43:32.458Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-05-08T19:43:34.856Z Downloading crates ...
3252026-05-08T19:43:34.910Z Downloaded heck v0.4.1
3262026-05-08T19:43:34.922Z Downloaded crossbeam-deque v0.8.6
3272026-05-08T19:43:34.925Z Downloaded bitflags v1.3.2
3282026-05-08T19:43:34.928Z Downloaded either v1.15.0
3292026-05-08T19:43:34.931Z Downloaded ident_case v1.0.1
3302026-05-08T19:43:34.931Z Downloaded dtor v0.1.1
3312026-05-08T19:43:34.931Z Downloaded anes v0.1.6
3322026-05-08T19:43:34.934Z Downloaded foreign-types v0.5.0
3332026-05-08T19:43:34.938Z Downloaded thiserror-impl v1.0.69
3342026-05-08T19:43:34.944Z Downloaded ciborium-io v0.2.2
3352026-05-08T19:43:34.947Z Downloaded cfg_aliases v0.2.1
3362026-05-08T19:43:34.947Z Downloaded equivalent v1.0.2
3372026-05-08T19:43:34.947Z Downloaded hash32 v0.3.1
3382026-05-08T19:43:34.950Z Downloaded cast v0.3.0
3392026-05-08T19:43:34.953Z Downloaded aho-corasick v1.1.4
3402026-05-08T19:43:34.956Z Downloaded autocfg v1.5.0
3412026-05-08T19:43:34.956Z Downloaded oxnet v0.1.4
3422026-05-08T19:43:34.959Z Downloaded colored v3.1.1
3432026-05-08T19:43:34.962Z Downloaded proc-macro-crate v3.4.0
3442026-05-08T19:43:34.962Z Downloaded cfg-if v1.0.4
3452026-05-08T19:43:34.962Z Downloaded ciborium v0.2.2
3462026-05-08T19:43:34.965Z Downloaded darling_macro v0.21.3
3472026-05-08T19:43:34.965Z Downloaded ref-cast-impl v1.0.25
3482026-05-08T19:43:34.968Z Downloaded bitflags v2.10.0
3492026-05-08T19:43:34.971Z Downloaded pin-project-lite v0.2.16
3502026-05-08T19:43:34.974Z Downloaded powerfmt v0.2.0
3512026-05-08T19:43:34.977Z Downloaded pin-utils v0.1.0
3522026-05-08T19:43:34.977Z Downloaded errno v0.3.14
3532026-05-08T19:43:34.977Z Downloaded plotters-svg v0.3.7
3542026-05-08T19:43:34.979Z Downloaded foreign-types-macros v0.2.3
3552026-05-08T19:43:34.979Z Downloaded proc-macro-error2 v2.0.1
3562026-05-08T19:43:34.979Z Downloaded ipnetwork v0.21.1
3572026-05-08T19:43:34.983Z Downloaded strsim v0.11.1
3582026-05-08T19:43:34.983Z Downloaded byteorder v1.5.0
3592026-05-08T19:43:34.985Z Downloaded is_terminal_polyfill v1.70.2
3602026-05-08T19:43:34.988Z Downloaded oorandom v11.1.5
3612026-05-08T19:43:34.988Z Downloaded dyn-clone v1.0.20
3622026-05-08T19:43:34.988Z Downloaded cobs v0.3.0
3632026-05-08T19:43:34.991Z Downloaded pretty-hex v0.4.1
3642026-05-08T19:43:34.991Z Downloaded num_enum_derive v0.7.5
3652026-05-08T19:43:34.991Z Downloaded lazy_static v1.5.0
3662026-05-08T19:43:34.991Z Downloaded foreign-types-shared v0.3.1
3672026-05-08T19:43:34.995Z Downloaded proc-macro-error-attr2 v2.0.0
3682026-05-08T19:43:34.995Z Downloaded alloca v0.4.0
3692026-05-08T19:43:34.995Z Downloaded circular v0.3.0
3702026-05-08T19:43:34.995Z Downloaded futures-sink v0.3.31
3712026-05-08T19:43:34.997Z Downloaded macaddr v1.0.1
3722026-05-08T19:43:34.997Z Downloaded time-core v0.1.8
3732026-05-08T19:43:34.998Z Downloaded stable_deref_trait v1.2.1
3742026-05-08T19:43:35.001Z Downloaded ciborium-ll v0.2.2
3752026-05-08T19:43:35.004Z Downloaded walkdir v2.5.0
3762026-05-08T19:43:35.007Z Downloaded quote v1.0.44
3772026-05-08T19:43:35.007Z Downloaded same-file v1.0.6
3782026-05-08T19:43:35.007Z Downloaded itoa v1.0.17
3792026-05-08T19:43:35.009Z Downloaded utf8parse v0.2.2
3802026-05-08T19:43:35.009Z Downloaded heck v0.5.0
3812026-05-08T19:43:35.009Z Downloaded ctor v0.6.3
3822026-05-08T19:43:35.012Z Downloaded futures-task v0.3.31
3832026-05-08T19:43:35.015Z Downloaded slog-stdlog v4.1.1
3842026-05-08T19:43:35.015Z Downloaded slog-async v2.8.0
3852026-05-08T19:43:35.015Z Downloaded proc-macro-error-attr v1.0.4
3862026-05-08T19:43:35.018Z Downloaded dtor-proc-macro v0.0.6
3872026-05-08T19:43:35.021Z Downloaded defmt-parser v1.0.0
3882026-05-08T19:43:35.021Z Downloaded ctor-proc-macro v0.0.7
3892026-05-08T19:43:35.024Z Downloaded thiserror-impl v2.0.18
3902026-05-08T19:43:35.027Z Downloaded toml_parser v1.0.6+spec-1.1.0
3912026-05-08T19:43:35.030Z Downloaded thiserror v1.0.69
3922026-05-08T19:43:35.032Z Downloaded slab v0.4.11
3932026-05-08T19:43:35.035Z Downloaded ref-cast v1.0.25
3942026-05-08T19:43:35.035Z Downloaded rustversion v1.0.22
3952026-05-08T19:43:35.038Z Downloaded num-traits v0.2.19
3962026-05-08T19:43:35.038Z Downloaded take_mut v0.2.2
3972026-05-08T19:43:35.038Z Downloaded page_size v0.6.0
3982026-05-08T19:43:35.041Z Downloaded embedded-io v0.4.0
3992026-05-08T19:43:35.041Z Downloaded cstr-argument v0.1.2
4002026-05-08T19:43:35.041Z Downloaded num-conv v0.2.0
4012026-05-08T19:43:35.041Z Downloaded defmt v0.3.100
4022026-05-08T19:43:35.046Z Downloaded futures-macro v0.3.31
4032026-05-08T19:43:35.049Z Downloaded futures-io v0.3.31
4042026-05-08T19:43:35.049Z Downloaded fnv v1.0.7
4052026-05-08T19:43:35.049Z Downloaded clap_lex v0.7.7
4062026-05-08T19:43:35.053Z Downloaded managed v0.8.0
4072026-05-08T19:43:35.056Z Downloaded anstyle-query v1.1.5
4082026-05-08T19:43:35.056Z Downloaded futures-core v0.3.31
4092026-05-08T19:43:35.056Z Downloaded version_check v0.9.5
4102026-05-08T19:43:35.059Z Downloaded embedded-io v0.6.1
4112026-05-08T19:43:35.059Z Downloaded is-terminal v0.4.17
4122026-05-08T19:43:35.062Z Downloaded tabwriter v1.4.1
4132026-05-08T19:43:35.062Z Downloaded rusticata-macros v5.0.0
4142026-05-08T19:43:35.065Z Downloaded slog-envlogger v2.2.0
4152026-05-08T19:43:35.065Z Downloaded colorchoice v1.0.4
4162026-05-08T19:43:35.068Z Downloaded criterion-plot v0.8.1
4172026-05-08T19:43:35.071Z Downloaded plotters-backend v0.3.7
4182026-05-08T19:43:35.071Z Downloaded erased-serde v0.3.31
4192026-05-08T19:43:35.074Z Downloaded anstyle-parse v0.2.7
4202026-05-08T19:43:35.077Z Downloaded ingot-types v0.1.2
4212026-05-08T19:43:35.080Z Downloaded crc32fast v1.5.0
4222026-05-08T19:43:35.080Z Downloaded terminal_size v0.4.3
4232026-05-08T19:43:35.080Z Downloaded ingot v0.1.1
4242026-05-08T19:43:35.083Z Downloaded futures-executor v0.3.31
4252026-05-08T19:43:35.083Z Downloaded anstyle v1.0.13
4262026-05-08T19:43:35.087Z Downloaded serde_core v1.0.228
4272026-05-08T19:43:35.089Z Downloaded defmt v1.0.1
4282026-05-08T19:43:35.093Z Downloaded deranged v0.5.5
4292026-05-08T19:43:35.093Z Downloaded slog-term v2.9.2
4302026-05-08T19:43:35.096Z Downloaded once_cell v1.21.3
4312026-05-08T19:43:35.096Z Downloaded futures-channel v0.3.31
4322026-05-08T19:43:35.096Z Downloaded find-msvc-tools v0.1.8
4332026-05-08T19:43:35.099Z Downloaded defmt-macros v1.0.1
4342026-05-08T19:43:35.099Z Downloaded proc-macro-error v1.0.4
4352026-05-08T19:43:35.110Z Downloaded clap_derive v4.5.49
4362026-05-08T19:43:35.115Z Downloaded shlex v1.3.0
4372026-05-08T19:43:35.118Z Downloaded cookie-factory v0.3.3
4382026-05-08T19:43:35.118Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4392026-05-08T19:43:35.121Z Downloaded unicode-ident v1.0.22
4402026-05-08T19:43:35.121Z Downloaded darling v0.21.3
4412026-05-08T19:43:35.124Z Downloaded crossbeam-utils v0.8.21
4422026-05-08T19:43:35.124Z Downloaded criterion v0.8.1
4432026-05-08T19:43:35.128Z Downloaded ppv-lite86 v0.2.21
4442026-05-08T19:43:35.131Z Downloaded rand_core v0.9.5
4452026-05-08T19:43:35.134Z Downloaded rand_chacha v0.9.0
4462026-05-08T19:43:35.134Z Downloaded term v1.2.1
4472026-05-08T19:43:35.139Z Downloaded rand v0.9.2
4482026-05-08T19:43:35.143Z Downloaded ingot-macros v0.1.1
4492026-05-08T19:43:35.146Z Downloaded anstream v0.6.21
4502026-05-08T19:43:35.146Z Downloaded iana-time-zone v0.1.64
4512026-05-08T19:43:35.149Z Downloaded slog-scope v4.4.1
4522026-05-08T19:43:35.154Z Downloaded thiserror v2.0.18
4532026-05-08T19:43:35.157Z Downloaded time-macros v0.2.26
4542026-05-08T19:43:35.160Z Downloaded serde_derive v1.0.228
4552026-05-08T19:43:35.160Z Downloaded futures v0.3.31
4562026-05-08T19:43:35.163Z Downloaded tinytemplate v1.2.1
4572026-05-08T19:43:35.166Z Downloaded thread_local v1.1.9
4582026-05-08T19:43:35.166Z Downloaded postcard v1.1.3
4592026-05-08T19:43:35.169Z Downloaded clap v4.5.54
4602026-05-08T19:43:35.173Z Downloaded rayon-core v1.13.0
4612026-05-08T19:43:35.177Z Downloaded log v0.4.29
4622026-05-08T19:43:35.180Z Downloaded anyhow v1.0.100
4632026-05-08T19:43:35.183Z Downloaded tracing-attributes v0.1.31
4642026-05-08T19:43:35.183Z Downloaded num_enum v0.7.5
4652026-05-08T19:43:35.186Z Downloaded getrandom v0.3.4
4662026-05-08T19:43:35.189Z Downloaded slog v2.8.2
4672026-05-08T19:43:35.192Z Downloaded zmij v1.0.17
4682026-05-08T19:43:35.192Z Downloaded proc-macro2 v1.0.106
4692026-05-08T19:43:35.194Z Downloaded half v2.7.1
4702026-05-08T19:43:35.195Z Downloaded crossbeam-epoch v0.9.18
4712026-05-08T19:43:35.197Z Downloaded arc-swap v1.8.0
4722026-05-08T19:43:35.200Z Downloaded tracing-core v0.1.36
4732026-05-08T19:43:35.200Z Downloaded socket2 v0.6.2
4742026-05-08T19:43:35.204Z Downloaded heapless v0.8.0
4752026-05-08T19:43:35.209Z Downloaded cc v1.2.54
4762026-05-08T19:43:35.213Z Downloaded uuid v1.20.0
4772026-05-08T19:43:35.218Z Downloaded crossbeam-channel v0.5.15
4782026-05-08T19:43:35.221Z Downloaded memchr v2.7.6
4792026-05-08T19:43:35.225Z Downloaded zerocopy-derive v0.8.34
4802026-05-08T19:43:35.228Z Downloaded toml_edit v0.23.10+spec-1.0.0
4812026-05-08T19:43:35.231Z Downloaded hashbrown v0.16.1
4822026-05-08T19:43:35.234Z Downloaded indexmap v2.13.0
4832026-05-08T19:43:35.236Z Downloaded regex v1.12.2
4842026-05-08T19:43:35.239Z Downloaded serde v1.0.228
4852026-05-08T19:43:35.242Z Downloaded darling_core v0.21.3
4862026-05-08T19:43:35.245Z Downloaded pcap-parser v0.17.0
4872026-05-08T19:43:35.248Z Downloaded clap_builder v4.5.54
4882026-05-08T19:43:35.258Z Downloaded itertools v0.14.0
4892026-05-08T19:43:35.262Z Downloaded itertools v0.13.0
4902026-05-08T19:43:35.267Z Downloaded plotters v0.3.7
4912026-05-08T19:43:35.272Z Downloaded nom v8.0.0
4922026-05-08T19:43:35.274Z Downloaded futures-util v0.3.31
4932026-05-08T19:43:35.281Z Downloaded itertools v0.12.1
4942026-05-08T19:43:35.285Z Downloaded chrono v0.4.43
4952026-05-08T19:43:35.290Z Downloaded winnow v0.7.14
4962026-05-08T19:43:35.295Z Downloaded nix v0.30.1
4972026-05-08T19:43:35.321Z Downloaded serde_json v1.0.149
4982026-05-08T19:43:35.330Z Downloaded rayon v1.11.0
4992026-05-08T19:43:35.346Z Downloaded libc v0.2.180
5002026-05-08T19:43:35.369Z Downloaded time v0.3.46
5012026-05-08T19:43:35.385Z Downloaded syn v1.0.109
5022026-05-08T19:43:35.408Z Downloaded unicode-width v0.2.2
5032026-05-08T19:43:35.411Z Downloaded syn v2.0.114
5042026-05-08T19:43:35.418Z Downloaded zerocopy v0.8.34
5052026-05-08T19:43:35.429Z Downloaded smoltcp v0.11.0
5062026-05-08T19:43:35.435Z Downloaded regex-syntax v0.8.8
5072026-05-08T19:43:35.455Z Downloaded rustix v1.1.3
5082026-05-08T19:43:35.467Z Downloaded tracing v0.1.44
5092026-05-08T19:43:35.477Z Downloaded regex-automata v0.4.13
5102026-05-08T19:43:35.537Z Compiling proc-macro2 v1.0.106
5112026-05-08T19:43:35.537Z Compiling quote v1.0.44
5122026-05-08T19:43:35.537Z Compiling unicode-ident v1.0.22
5132026-05-08T19:43:35.540Z Compiling serde_core v1.0.228
5142026-05-08T19:43:35.540Z Compiling cfg-if v1.0.4
5152026-05-08T19:43:35.541Z Compiling libc v0.2.180
5162026-05-08T19:43:35.541Z Compiling memchr v2.7.6
5172026-05-08T19:43:35.541Z Compiling serde v1.0.228
5182026-05-08T19:43:35.680Z Compiling zerocopy v0.8.34
5192026-05-08T19:43:35.736Z Compiling rustversion v1.0.22
5202026-05-08T19:43:36.104Z Compiling version_check v0.9.5
5212026-05-08T19:43:36.135Z Compiling fnv v1.0.7
5222026-05-08T19:43:36.138Z Compiling strsim v0.11.1
5232026-05-08T19:43:36.255Z Compiling ident_case v1.0.1
5242026-05-08T19:43:36.445Z Compiling thiserror v2.0.18
5252026-05-08T19:43:36.467Z Compiling either v1.15.0
5262026-05-08T19:43:36.725Z Compiling regex-syntax v0.8.8
5272026-05-08T19:43:36.728Z Compiling crossbeam-utils v0.8.21
5282026-05-08T19:43:36.799Z Compiling syn v1.0.109
5292026-05-08T19:43:36.868Z Compiling pin-project-lite v0.2.16
5302026-05-08T19:43:37.014Z Compiling aho-corasick v1.1.4
5312026-05-08T19:43:37.056Z Compiling winnow v0.7.14
5322026-05-08T19:43:37.087Z Compiling equivalent v1.0.2
5332026-05-08T19:43:37.120Z Compiling syn v2.0.114
5342026-05-08T19:43:37.134Z Compiling hashbrown v0.16.1
5352026-05-08T19:43:37.362Z Compiling itertools v0.14.0
5362026-05-08T19:43:37.637Z Compiling indexmap v2.13.0
5372026-05-08T19:43:38.237Z Compiling bitflags v2.10.0
5382026-05-08T19:43:38.263Z Compiling regex-automata v0.4.13
5392026-05-08T19:43:38.375Z Compiling toml_parser v1.0.6+spec-1.1.0
5402026-05-08T19:43:38.539Z Compiling toml_datetime v0.7.5+spec-1.1.0
5412026-05-08T19:43:38.576Z Compiling getrandom v0.3.4
5422026-05-08T19:43:38.727Z Compiling heapless v0.8.0
5432026-05-08T19:43:38.748Z Compiling autocfg v1.5.0
5442026-05-08T19:43:38.883Z Compiling byteorder v1.5.0
5452026-05-08T19:43:38.916Z Compiling toml_edit v0.23.10+spec-1.0.0
5462026-05-08T19:43:39.068Z Compiling hash32 v0.3.1
5472026-05-08T19:43:39.080Z Compiling slog v2.8.2
5482026-05-08T19:43:39.088Z Compiling num-traits v0.2.19
5492026-05-08T19:43:39.168Z Compiling stable_deref_trait v1.2.1
5502026-05-08T19:43:39.198Z Compiling smoltcp v0.11.0
5512026-05-08T19:43:39.239Z Compiling futures-sink v0.3.31
5522026-05-08T19:43:39.292Z Compiling macaddr v1.0.1
5532026-05-08T19:43:39.300Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5542026-05-08T19:43:39.341Z Compiling futures-core v0.3.31
5552026-05-08T19:43:39.491Z Compiling futures-channel v0.3.31
5562026-05-08T19:43:39.500Z Compiling proc-macro-crate v3.4.0
5572026-05-08T19:43:39.698Z Compiling darling_core v0.21.3
5582026-05-08T19:43:39.794Z Compiling proc-macro-error-attr v1.0.4
5592026-05-08T19:43:39.933Z Compiling regex v1.12.2
5602026-05-08T19:43:39.951Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5612026-05-08T19:43:40.013Z Compiling crc32fast v1.5.0
5622026-05-08T19:43:40.027Z Compiling slab v0.4.11
5632026-05-08T19:43:40.155Z Compiling bitflags v1.3.2
5642026-05-08T19:43:40.223Z Compiling pin-utils v0.1.0
5652026-05-08T19:43:40.223Z Compiling itoa v1.0.17
5662026-05-08T19:43:40.287Z Compiling futures-io v0.3.31
5672026-05-08T19:43:40.325Z Compiling anyhow v1.0.100
5682026-05-08T19:43:40.371Z Compiling futures-task v0.3.31
5692026-05-08T19:43:40.474Z Compiling managed v0.8.0
5702026-05-08T19:43:40.492Z Compiling ref-cast v1.0.25
5712026-05-08T19:43:40.580Z Compiling rand_core v0.9.5
5722026-05-08T19:43:40.830Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-05-08T19:43:40.839Z Compiling proc-macro-error v1.0.4
5742026-05-08T19:43:40.843Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5752026-05-08T19:43:40.852Z Compiling rustix v1.1.3
5762026-05-08T19:43:40.924Z Compiling serde_derive v1.0.228
5772026-05-08T19:43:41.050Z Compiling zerocopy-derive v0.8.34
5782026-05-08T19:43:41.058Z Compiling thiserror-impl v2.0.18
5792026-05-08T19:43:41.186Z Compiling futures-macro v0.3.31
5802026-05-08T19:43:41.198Z Compiling ref-cast-impl v1.0.25
5812026-05-08T19:43:41.307Z Compiling num_enum_derive v0.7.5
5822026-05-08T19:43:41.783Z Compiling foreign-types-macros v0.2.3
5832026-05-08T19:43:41.893Z Compiling darling_macro v0.21.3
5842026-05-08T19:43:41.996Z Compiling futures-util v0.3.31
5852026-05-08T19:43:42.280Z Compiling unicode-width v0.2.2
5862026-05-08T19:43:42.360Z Compiling cobs v0.3.0
5872026-05-08T19:43:42.394Z Compiling ipnetwork v0.21.1
5882026-05-08T19:43:42.429Z Compiling darling v0.21.3
5892026-05-08T19:43:42.505Z Compiling ingot-macros v0.1.1
5902026-05-08T19:43:42.567Z Compiling foreign-types-shared v0.3.1
5912026-05-08T19:43:42.575Z Compiling once_cell v1.21.3
5922026-05-08T19:43:42.656Z Compiling foreign-types v0.5.0
5932026-05-08T19:43:42.729Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5942026-05-08T19:43:42.748Z Compiling tracing-core v0.1.36
5952026-05-08T19:43:42.809Z Compiling tabwriter v1.4.1
5962026-05-08T19:43:43.142Z Compiling num_enum v0.7.5
5972026-05-08T19:43:43.447Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5982026-05-08T19:43:43.475Z Compiling tracing-attributes v0.1.31
5992026-05-08T19:43:44.094Z Compiling erased-serde v0.3.31
6002026-05-08T19:43:44.107Z Compiling postcard v1.1.3
6012026-05-08T19:43:44.115Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6022026-05-08T19:43:44.318Z Compiling futures-executor v0.3.31
6032026-05-08T19:43:44.453Z Compiling errno v0.3.14
6042026-05-08T19:43:44.601Z Compiling ppv-lite86 v0.2.21
6052026-05-08T19:43:44.609Z Compiling cstr-argument v0.1.2
6062026-05-08T19:43:44.658Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
6072026-05-08T19:43:44.770Z Compiling utf8parse v0.2.2
6082026-05-08T19:43:44.867Z Compiling num-conv v0.2.0
6092026-05-08T19:43:44.875Z Compiling shlex v1.3.0
6102026-05-08T19:43:44.938Z Compiling rand_chacha v0.9.0
6112026-05-08T19:43:44.999Z Compiling time-core v0.1.8
6122026-05-08T19:43:45.007Z Compiling find-msvc-tools v0.1.8
6132026-05-08T19:43:45.055Z Compiling thiserror v1.0.69
6142026-05-08T19:43:45.146Z Compiling pretty-hex v0.4.1
6152026-05-08T19:43:45.154Z Compiling ingot-types v0.1.2
6162026-05-08T19:43:45.222Z Compiling powerfmt v0.2.0
6172026-05-08T19:43:45.286Z Compiling dyn-clone v1.0.20
6182026-05-08T19:43:45.435Z Compiling zmij v1.0.17
6192026-05-08T19:43:45.486Z Compiling deranged v0.5.5
6202026-05-08T19:43:45.624Z Compiling ingot v0.1.1
6212026-05-08T19:43:45.642Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
6222026-05-08T19:43:45.703Z Compiling time-macros v0.2.26
6232026-05-08T19:43:45.756Z Compiling cc v1.2.54
6242026-05-08T19:43:45.847Z Compiling rand v0.9.2
6252026-05-08T19:43:46.110Z Compiling anstyle-parse v0.2.7
6262026-05-08T19:43:46.320Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6272026-05-08T19:43:46.668Z Compiling tracing v0.1.44
6282026-05-08T19:43:46.697Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6292026-05-08T19:43:46.817Z Compiling futures v0.3.31
6302026-05-08T19:43:46.893Z Compiling thiserror-impl v1.0.69
6312026-05-08T19:43:46.987Z Compiling crossbeam-epoch v0.9.18
6322026-05-08T19:43:47.144Z Compiling uuid v1.20.0
6332026-05-08T19:43:47.512Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6342026-05-08T19:43:47.522Z Compiling arc-swap v1.8.0
6352026-05-08T19:43:47.564Z Compiling socket2 v0.6.2
6362026-05-08T19:43:47.634Z Compiling nom v8.0.0
6372026-05-08T19:43:48.035Z Compiling thread_local v1.1.9
6382026-05-08T19:43:48.044Z Compiling anstyle v1.0.13
6392026-05-08T19:43:48.127Z Compiling iana-time-zone v0.1.64
6402026-05-08T19:43:48.239Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6412026-05-08T19:43:48.294Z Compiling lazy_static v1.5.0
6422026-05-08T19:43:48.455Z Compiling oxnet v0.1.4
6432026-05-08T19:43:48.582Z Compiling colored v3.1.1
6442026-05-08T19:43:48.760Z Compiling serde_json v1.0.149
6452026-05-08T19:43:48.973Z Compiling is_terminal_polyfill v1.70.2
6462026-05-08T19:43:49.019Z Compiling slog-async v2.8.0
6472026-05-08T19:43:49.271Z Compiling anstyle-query v1.1.5
6482026-05-08T19:43:49.280Z Compiling colorchoice v1.0.4
6492026-05-08T19:43:49.283Z Compiling rayon-core v1.13.0
6502026-05-08T19:43:49.283Z Compiling heck v0.4.1
6512026-05-08T19:43:49.340Z Compiling anstream v0.6.21
6522026-05-08T19:43:50.998Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6532026-05-08T19:43:51.028Z Compiling time v0.3.46
6542026-05-08T19:43:51.028Z Compiling rusticata-macros v5.0.0
6552026-05-08T19:43:51.028Z Compiling slog-scope v4.4.1
6562026-05-08T19:43:51.028Z Compiling chrono v0.4.43
6572026-05-08T19:43:51.028Z Compiling crossbeam-deque v0.8.6
6582026-05-08T19:43:51.028Z Compiling terminal_size v0.4.3
6592026-05-08T19:43:51.028Z Compiling alloca v0.4.0
6602026-05-08T19:43:51.028Z Compiling cookie-factory v0.3.3
6612026-05-08T19:43:51.028Z Compiling half v2.7.1
6622026-05-08T19:43:51.028Z Compiling crossbeam-channel v0.5.15
6632026-05-08T19:43:51.029Z Compiling is-terminal v0.4.17
6642026-05-08T19:43:51.029Z Compiling itertools v0.12.1
6652026-05-08T19:43:51.029Z Compiling circular v0.3.0
6662026-05-08T19:43:52.124Z Compiling term v1.2.1
6672026-05-08T19:43:52.133Z Compiling ciborium-io v0.2.2
6682026-05-08T19:43:52.133Z Compiling take_mut v0.2.2
6692026-05-08T19:43:52.133Z Compiling cfg_aliases v0.2.1
6702026-05-08T19:43:52.133Z Compiling heck v0.5.0
6712026-05-08T19:43:52.133Z Compiling clap_lex v0.7.7
6722026-05-08T19:43:52.133Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6732026-05-08T19:43:52.152Z Compiling log v0.4.29
6742026-05-08T19:43:52.484Z Compiling plotters-backend v0.3.7
6752026-05-08T19:43:52.491Z Compiling slog-stdlog v4.1.1
6762026-05-08T19:43:52.491Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6772026-05-08T19:43:52.491Z Compiling clap_builder v4.5.54
6782026-05-08T19:43:52.810Z Compiling plotters-svg v0.3.7
6792026-05-08T19:43:52.814Z Compiling clap_derive v4.5.49
6802026-05-08T19:43:52.814Z Compiling nix v0.30.1
6812026-05-08T19:43:53.638Z Compiling slog-term v2.9.2
6822026-05-08T19:43:53.659Z Compiling ciborium-ll v0.2.2
6832026-05-08T19:43:53.865Z Compiling pcap-parser v0.17.0
6842026-05-08T19:43:54.264Z Compiling itertools v0.13.0
6852026-05-08T19:43:54.316Z Compiling same-file v1.0.6
6862026-05-08T19:43:54.478Z Compiling cast v0.3.0
6872026-05-08T19:43:54.653Z Compiling rayon v1.11.0
6882026-05-08T19:43:55.336Z Compiling tinytemplate v1.2.1
6892026-05-08T19:43:55.650Z Compiling criterion-plot v0.8.1
6902026-05-08T19:43:55.715Z Compiling clap v4.5.54
6912026-05-08T19:43:55.795Z Compiling walkdir v2.5.0
6922026-05-08T19:43:55.926Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6932026-05-08T19:43:56.265Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6942026-05-08T19:43:56.317Z Compiling ciborium v0.2.2
6952026-05-08T19:43:56.403Z Compiling slog-envlogger v2.2.0
6962026-05-08T19:43:56.433Z Compiling plotters v0.3.7
6972026-05-08T19:43:56.759Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
6982026-05-08T19:43:57.097Z Compiling page_size v0.6.0
6992026-05-08T19:43:57.210Z Compiling oorandom v11.1.5
7002026-05-08T19:43:57.329Z Compiling anes v0.1.6
7012026-05-08T19:43:57.343Z Compiling dtor-proc-macro v0.0.6
7022026-05-08T19:43:57.570Z Compiling criterion v0.8.1
7032026-05-08T19:43:57.601Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7042026-05-08T19:43:57.686Z Compiling dtor v0.1.1
7052026-05-08T19:43:57.762Z Compiling ctor-proc-macro v0.0.7
7062026-05-08T19:43:58.106Z Compiling ctor v0.6.3
7072026-05-08T19:43:59.559Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7082026-05-08T19:44:13.220Z Finished `bench` profile [optimized + debuginfo] target(s) in 47.89s
7092026-05-08T19:44:13.317Z Running benches/xde.rs (target/release/deps/xde-e34ceee9d29a80dd)
7102026-05-08T19:44:13.326Z###--------------------------------###
7112026-05-08T19:44:13.326Z:::Building test topology... (120s):::
7122026-05-08T19:44:13.326Z###--------------------------------###
7132026-05-08T19:44:13.332Zadding underlay route 0
7142026-05-08T19:44:13.335Zadding underlay route 1
7152026-05-08T19:44:13.476Zstart zone a
7162026-05-08T19:44:23.557Zconfigure zone
7172026-05-08T19:44:23.574Zinstall zone
7182026-05-08T19:44:33.329Zboot zone
7192026-05-08T19:44:33.404Zstart zone b
7202026-05-08T19:44:43.413Zconfigure zone
7212026-05-08T19:44:43.423Zinstall zone
7222026-05-08T19:44:44.515Zboot zone
7232026-05-08T19:44:44.657Zsetup zone a
7242026-05-08T19:44:44.657Z[a] svcs -a
7252026-05-08T19:44:44.758ZSTATE STIME FMRI
7262026-05-08T19:44:44.758Zlegacy_run 19:44:34 lrc:/etc/rc2_d/S20sysetup
7272026-05-08T19:44:44.758Zlegacy_run 19:44:34 lrc:/etc/rc2_d/S89PRESERVE
7282026-05-08T19:44:44.758Zdisabled 19:44:32 svc:/system/device/mpxio-upgrade:default
7292026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/install:default
7302026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/physical:nwam
7312026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/ipmp:default
7322026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/tcpkey:default
7332026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/location:default
7342026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/ipsec/ike:default
7352026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/ipsec/manual-key:default
7362026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/dns/install:default
7372026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nis/client:default
7382026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/ldap/client:default
7392026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nfs/status:default
7402026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nfs/nlockmgr:default
7412026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nfs/cbd:default
7422026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/system/idmap:default
7432026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nfs/mapid:default
7442026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/rpc/keyserv:default
7452026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/inetd:default
7462026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nfs/client:default
7472026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/smb/client:default
7482026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/system/auditd:default
7492026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/application/management/net-snmp:default
7502026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/dns/multicast:default
7512026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/application/pkg/dynamic-mirror:default
7522026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/application/pkg/mirror:default
7532026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/application/pkg/repositories-setup:default
7542026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/application/pkg/server:default
7552026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/application/security/tcsd:default
7562026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/smb/server:default
7572026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/system/filesystem/reparse:default
7582026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nfs/server:default
7592026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/nfs/log:default
7602026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/routing/route:default
7612026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/ipv6-forwarding:default
7622026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/routing/ripng:default
7632026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/routing/rdisc:default
7642026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/routing/legacy-routing:ipv4
7652026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/routing/legacy-routing:ipv6
7662026-05-08T19:44:44.759Zdisabled 19:44:32 svc:/network/security/krb5kdc:default
7672026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/network/security/kadmin:default
7682026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/network/chrony:default
7692026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/network/ipqos:default
7702026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/network/ipv4-forwarding:default
7712026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/device/allocate:default
7722026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/fm/notify-params:default
7732026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/svc/global:default
7742026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/vtdaemon:default
7752026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/process-security:default
7762026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/hotplug:default
7772026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/console-login:vt2
7782026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/console-login:vt3
7792026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/console-login:vt4
7802026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/console-login:vt5
7812026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/console-login:vt6
7822026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/extended-accounting:flow
7832026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/extended-accounting:net
7842026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/extended-accounting:process
7852026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/extended-accounting:task
7862026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/consadm:default
7872026-05-08T19:44:44.760Zdisabled 19:44:32 svc:/system/sar:default
7882026-05-08T19:44:44.760Zdisabled 19:44:34 svc:/network/dns/client:default
7892026-05-08T19:44:44.760Zdisabled 19:44:34 svc:/network/rpc/bind:default
7902026-05-08T19:44:44.760Zdisabled 19:44:34 svc:/system/sac:default
7912026-05-08T19:44:44.760Zdisabled 19:44:34 svc:/network/inetd-upgrade:default
7922026-05-08T19:44:44.760Zonline 19:44:31 svc:/system/svc/restarter:default
7932026-05-08T19:44:44.760Zonline 19:44:32 svc:/system/early-manifest-import:default
7942026-05-08T19:44:44.760Zonline 19:44:32 svc:/network/ip-interface-management:default
7952026-05-08T19:44:44.760Zonline 19:44:32 svc:/system/filesystem/root:default
7962026-05-08T19:44:44.760Zonline 19:44:32 svc:/network/datalink-management:default
7972026-05-08T19:44:44.760Zonline 19:44:32 svc:/network/netcfg:default
7982026-05-08T19:44:44.760Zonline 19:44:32 svc:/system/boot-archive:default
7992026-05-08T19:44:44.760Zonline 19:44:32 svc:/network/loopback:default
8002026-05-08T19:44:44.760Zonline 19:44:32 svc:/system/filesystem/usr:default
8012026-05-08T19:44:44.760Zonline 19:44:32 svc:/network/physical:default
8022026-05-08T19:44:44.760Zonline 19:44:32 svc:/system/device/local:default
8032026-05-08T19:44:44.761Zonline 19:44:32 svc:/milestone/devices:default
8042026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/identity:node
8052026-05-08T19:44:44.761Zonline 19:44:32 svc:/network/ipsec/ipsecalgs:default
8062026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/filesystem/minimal:default
8072026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/device/audio:default
8082026-05-08T19:44:44.761Zonline 19:44:32 svc:/network/ipsec/policy:default
8092026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/rmtmpfiles:default
8102026-05-08T19:44:44.761Zonline 19:44:32 svc:/milestone/network:default
8112026-05-08T19:44:44.761Zonline 19:44:32 svc:/network/initial:default
8122026-05-08T19:44:44.761Zonline 19:44:32 svc:/network/netmask:default
8132026-05-08T19:44:44.761Zonline 19:44:32 svc:/network/iptun:default
8142026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/pfexec:default
8152026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/logadm-upgrade:default
8162026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/hostid:default
8172026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/auditset:default
8182026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/pkgserv:default
8192026-05-08T19:44:44.761Zonline 19:44:32 svc:/system/fmd:default
8202026-05-08T19:44:44.761Zonline 19:44:33 svc:/system/rbac:default
8212026-05-08T19:44:44.761Zonline 19:44:34 svc:/network/service:default
8222026-05-08T19:44:44.761Zonline 19:44:34 svc:/system/cryptosvc:default
8232026-05-08T19:44:44.761Zonline 19:44:34 svc:/system/identity:domain
8242026-05-08T19:44:44.761Zonline 19:44:34 svc:/system/keymap:default
8252026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/name-service-cache:default
8262026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/manifest-import:default
8272026-05-08T19:44:44.765Zonline 19:44:34 svc:/milestone/name-services:default
8282026-05-08T19:44:44.765Zonline 19:44:34 svc:/milestone/single-user:default
8292026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/coreadm:default
8302026-05-08T19:44:44.765Zonline 19:44:34 svc:/milestone/sysconfig:default
8312026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/filesystem/local:default
8322026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/utmp:default
8332026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/cron:default
8342026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/console-login:default
8352026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/system-log:default
8362026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/boot-archive-update:default
8372026-05-08T19:44:44.765Zonline 19:44:34 svc:/network/shares/group:default
8382026-05-08T19:44:44.765Zonline 19:44:34 svc:/milestone/multi-user:default
8392026-05-08T19:44:44.765Zonline 19:44:34 svc:/system/boot-config:default
8402026-05-08T19:44:44.765Zonline 19:44:34 svc:/network/shares/group:zfs
8412026-05-08T19:44:44.765Zonline 19:44:34 svc:/network/routing-setup:default
8422026-05-08T19:44:44.766Zonline 19:44:34 svc:/network/routing/ndp:default
8432026-05-08T19:44:44.766Zonline 19:44:34 svc:/system/update-man-index:default
8442026-05-08T19:44:44.766Zonline 19:44:34 svc:/network/ssh:default
8452026-05-08T19:44:44.766Zonline 19:44:35 svc:/milestone/multi-user-server:default
8462026-05-08T19:44:44.766Zuninitialized 19:44:32 svc:/network/rpc/gss:default
8472026-05-08T19:44:44.766Zuninitialized 19:44:32 svc:/network/nfs/rquota:default
8482026-05-08T19:44:44.766Zuninitialized 19:44:32 svc:/network/security/ktkt_warn:default
8492026-05-08T19:44:44.766Z[a] svcs milestone/network
8502026-05-08T19:44:44.777ZSTATE STIME FMRI
8512026-05-08T19:44:44.777Zonline 19:44:32 svc:/milestone/network:default
8522026-05-08T19:44:44.777Z[a] ipadm create-addr -t -T dhcp opte0/test
8532026-05-08T19:44:50.706Z
8542026-05-08T19:44:50.706Z[a] route add -iface 10.0.0.254 10.0.0.1
8552026-05-08T19:44:50.721Zadd host 10.0.0.254: gateway 10.0.0.1
8562026-05-08T19:44:50.721Z[a] route add 10.0.0.0/24 10.0.0.254
8572026-05-08T19:44:50.732Zadd net 10.0.0.0/24: gateway 10.0.0.254
8582026-05-08T19:44:50.732Z[a] route add 224.0.0.0/4 10.0.0.254
8592026-05-08T19:44:50.742Zadd net 224.0.0.0/4: gateway 10.0.0.254
8602026-05-08T19:44:50.743Zsetup zone b
8612026-05-08T19:44:50.743Z[b] svcs -a
8622026-05-08T19:44:50.820ZSTATE STIME FMRI
8632026-05-08T19:44:50.820Zlegacy_run 19:44:45 lrc:/etc/rc2_d/S20sysetup
8642026-05-08T19:44:50.820Zlegacy_run 19:44:45 lrc:/etc/rc2_d/S89PRESERVE
8652026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/system/device/mpxio-upgrade:default
8662026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/install:default
8672026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/physical:nwam
8682026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/ipmp:default
8692026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/tcpkey:default
8702026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/location:default
8712026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/ipsec/ike:default
8722026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/ipsec/manual-key:default
8732026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/dns/install:default
8742026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/nis/client:default
8752026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/ldap/client:default
8762026-05-08T19:44:50.820Zdisabled 19:44:43 svc:/network/nfs/status:default
8772026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/nfs/nlockmgr:default
8782026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/nfs/cbd:default
8792026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/idmap:default
8802026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/nfs/mapid:default
8812026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/rpc/keyserv:default
8822026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/inetd:default
8832026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/nfs/client:default
8842026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/smb/client:default
8852026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/auditd:default
8862026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/application/management/net-snmp:default
8872026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/dns/multicast:default
8882026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/application/pkg/dynamic-mirror:default
8892026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/application/pkg/repositories-setup:default
8902026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/application/pkg/mirror:default
8912026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/application/pkg/server:default
8922026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/application/security/tcsd:default
8932026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/smb/server:default
8942026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/filesystem/reparse:default
8952026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/nfs/server:default
8962026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/nfs/log:default
8972026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/routing/route:default
8982026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/ipv6-forwarding:default
8992026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/routing/ripng:default
9002026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/routing/rdisc:default
9012026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/routing/legacy-routing:ipv4
9022026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/routing/legacy-routing:ipv6
9032026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/security/krb5kdc:default
9042026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/security/kadmin:default
9052026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/chrony:default
9062026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/ipqos:default
9072026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/network/ipv4-forwarding:default
9082026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/device/allocate:default
9092026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/fm/notify-params:default
9102026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/svc/global:default
9112026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/vtdaemon:default
9122026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/process-security:default
9132026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/hotplug:default
9142026-05-08T19:44:50.821Zdisabled 19:44:43 svc:/system/console-login:vt2
9152026-05-08T19:44:50.822Zdisabled 19:44:43 svc:/system/console-login:vt3
9162026-05-08T19:44:50.822Zdisabled 19:44:43 svc:/system/console-login:vt4
9172026-05-08T19:44:50.822Zdisabled 19:44:43 svc:/system/console-login:vt5
9182026-05-08T19:44:50.822Zdisabled 19:44:43 svc:/system/console-login:vt6
9192026-05-08T19:44:50.822Zdisabled 19:44:44 svc:/system/extended-accounting:flow
9202026-05-08T19:44:50.822Zdisabled 19:44:44 svc:/system/extended-accounting:net
9212026-05-08T19:44:50.822Zdisabled 19:44:44 svc:/system/extended-accounting:process
9222026-05-08T19:44:50.822Zdisabled 19:44:44 svc:/system/extended-accounting:task
9232026-05-08T19:44:50.822Zdisabled 19:44:44 svc:/system/consadm:default
9242026-05-08T19:44:50.822Zdisabled 19:44:44 svc:/system/sar:default
9252026-05-08T19:44:50.822Zdisabled 19:44:45 svc:/network/dns/client:default
9262026-05-08T19:44:50.822Zdisabled 19:44:45 svc:/network/rpc/bind:default
9272026-05-08T19:44:50.822Zdisabled 19:44:45 svc:/system/sac:default
9282026-05-08T19:44:50.822Zdisabled 19:44:46 svc:/network/inetd-upgrade:default
9292026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/svc/restarter:default
9302026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/early-manifest-import:default
9312026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/ip-interface-management:default
9322026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/datalink-management:default
9332026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/filesystem/root:default
9342026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/netcfg:default
9352026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/boot-archive:default
9362026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/loopback:default
9372026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/filesystem/usr:default
9382026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/physical:default
9392026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/device/local:default
9402026-05-08T19:44:50.822Zonline 19:44:43 svc:/milestone/devices:default
9412026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/ipsec/ipsecalgs:default
9422026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/identity:node
9432026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/device/audio:default
9442026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/filesystem/minimal:default
9452026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/rmtmpfiles:default
9462026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/ipsec/policy:default
9472026-05-08T19:44:50.822Zonline 19:44:43 svc:/milestone/network:default
9482026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/initial:default
9492026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/iptun:default
9502026-05-08T19:44:50.822Zonline 19:44:43 svc:/network/netmask:default
9512026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/pfexec:default
9522026-05-08T19:44:50.822Zonline 19:44:43 svc:/system/logadm-upgrade:default
9532026-05-08T19:44:50.823Zonline 19:44:43 svc:/system/hostid:default
9542026-05-08T19:44:50.823Zonline 19:44:44 svc:/system/auditset:default
9552026-05-08T19:44:50.823Zonline 19:44:44 svc:/system/pkgserv:default
9562026-05-08T19:44:50.823Zonline 19:44:44 svc:/system/fmd:default
9572026-05-08T19:44:50.823Zonline 19:44:45 svc:/system/rbac:default
9582026-05-08T19:44:50.823Zonline 19:44:45 svc:/network/service:default
9592026-05-08T19:44:50.823Zonline 19:44:45 svc:/system/cryptosvc:default
9602026-05-08T19:44:50.823Zonline 19:44:45 svc:/system/identity:domain
9612026-05-08T19:44:50.823Zonline 19:44:45 svc:/system/keymap:default
9622026-05-08T19:44:50.826Zonline 19:44:45 svc:/system/name-service-cache:default
9632026-05-08T19:44:50.826Zonline 19:44:45 svc:/system/manifest-import:default
9642026-05-08T19:44:50.826Zonline 19:44:45 svc:/milestone/name-services:default
9652026-05-08T19:44:50.826Zonline 19:44:45 svc:/system/coreadm:default
9662026-05-08T19:44:50.826Zonline 19:44:45 svc:/milestone/single-user:default
9672026-05-08T19:44:50.827Zonline 19:44:45 svc:/milestone/sysconfig:default
9682026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/filesystem/local:default
9692026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/utmp:default
9702026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/boot-archive-update:default
9712026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/cron:default
9722026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/console-login:default
9732026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/system-log:default
9742026-05-08T19:44:50.827Zonline 19:44:45 svc:/network/shares/group:default
9752026-05-08T19:44:50.827Zonline 19:44:45 svc:/milestone/multi-user:default
9762026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/boot-config:default
9772026-05-08T19:44:50.827Zonline 19:44:45 svc:/network/shares/group:zfs
9782026-05-08T19:44:50.827Zonline 19:44:45 svc:/network/routing-setup:default
9792026-05-08T19:44:50.827Zonline 19:44:45 svc:/network/routing/ndp:default
9802026-05-08T19:44:50.827Zonline 19:44:45 svc:/system/update-man-index:default
9812026-05-08T19:44:50.827Zonline 19:44:45 svc:/network/ssh:default
9822026-05-08T19:44:50.827Zonline 19:44:46 svc:/milestone/multi-user-server:default
9832026-05-08T19:44:50.827Zuninitialized 19:44:43 svc:/network/rpc/gss:default
9842026-05-08T19:44:50.827Zuninitialized 19:44:43 svc:/network/nfs/rquota:default
9852026-05-08T19:44:50.827Zuninitialized 19:44:43 svc:/network/security/ktkt_warn:default
9862026-05-08T19:44:50.827Z[b] svcs milestone/network
9872026-05-08T19:44:50.831ZSTATE STIME FMRI
9882026-05-08T19:44:50.831Zonline 19:44:43 svc:/milestone/network:default
9892026-05-08T19:44:50.831Z[b] ipadm create-addr -t -T dhcp opte1/test
9902026-05-08T19:44:57.093Z
9912026-05-08T19:44:57.093Z[b] route add -iface 10.0.0.254 10.0.0.2
9922026-05-08T19:44:57.107Zadd host 10.0.0.254: gateway 10.0.0.2
9932026-05-08T19:44:57.107Z[b] route add 10.0.0.0/24 10.0.0.254
9942026-05-08T19:44:57.117Zadd net 10.0.0.0/24: gateway 10.0.0.254
9952026-05-08T19:44:57.117Z[b] route add 224.0.0.0/4 10.0.0.254
9962026-05-08T19:44:57.127Zadd net 224.0.0.0/4: gateway 10.0.0.254
9972026-05-08T19:44:57.128Z###---------------###
9982026-05-08T19:44:57.128Z:::Topology built!:::
9992026-05-08T19:44:57.128Z###---------------###
10002026-05-08T19:44:57.131Z###----------------###
10012026-05-08T19:44:57.131Z::: iPerf spawned! :::
10022026-05-08T19:44:57.131Z:::Waiting... (10s):::
10032026-05-08T19:44:57.131Z###----------------###
10042026-05-08T19:45:07.130Z###---###
10052026-05-08T19:45:07.130Z:::Go!:::
10062026-05-08T19:45:07.131Z###---###
10072026-05-08T19:45:07.131Z[a] ping 10.0.0.2
10082026-05-08T19:45:07.148Z10.0.0.2 is alive
10092026-05-08T19:45:07.148Z###-------------------###
10102026-05-08T19:45:07.148Z:::Running experiment :::
10112026-05-08T19:45:07.148Z:::iperf-tcp/local/c2s:::
10122026-05-08T19:45:07.148Z###-------------------###
10132026-05-08T19:45:14.533Z-----------------------------------------------------------
10142026-05-08T19:45:14.533ZServer listening on 5201 (test #1)
10152026-05-08T19:45:14.533Z-----------------------------------------------------------
10162026-05-08T19:45:14.533ZAccepted connection from 10.0.0.1, port 43522
10172026-05-08T19:45:14.533Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43692
10182026-05-08T19:45:14.533Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57585
10192026-05-08T19:45:14.533Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41923
10202026-05-08T19:45:14.533Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56304
10212026-05-08T19:45:14.533Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60769
10222026-05-08T19:45:14.533Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54861
10232026-05-08T19:45:14.533Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41754
10242026-05-08T19:45:14.533Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41252
10252026-05-08T19:45:14.533Z[ ID] Interval Transfer Bitrate
10262026-05-08T19:45:14.533Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10272026-05-08T19:45:14.533Z[ 8] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10282026-05-08T19:45:14.533Z[ 10] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10292026-05-08T19:45:14.533Z[ 12] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
10302026-05-08T19:45:14.533Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10312026-05-08T19:45:14.533Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10322026-05-08T19:45:14.533Z[ 18] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10332026-05-08T19:45:14.533Z[ 20] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
10342026-05-08T19:45:14.533Z[SUM] 0.00-1.00 sec 964 MBytes 8.09 Gbits/sec
10352026-05-08T19:45:14.533Z- - - - - - - - - - - - - - - - - - - - - - - - -
10362026-05-08T19:45:14.533Z[ 5] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10372026-05-08T19:45:14.533Z[ 8] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10382026-05-08T19:45:14.537Z[ 10] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10392026-05-08T19:45:14.537Z[ 12] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10402026-05-08T19:45:14.537Z[ 14] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10412026-05-08T19:45:14.537Z[ 16] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10422026-05-08T19:45:14.537Z[ 18] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10432026-05-08T19:45:14.537Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10442026-05-08T19:45:14.537Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.5 Gbits/sec
10452026-05-08T19:45:14.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
10462026-05-08T19:45:14.537Z[ 5] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
10472026-05-08T19:45:14.537Z[ 8] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
10482026-05-08T19:45:14.537Z[ 10] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
10492026-05-08T19:45:14.537Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
10502026-05-08T19:45:14.537Z[ 14] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
10512026-05-08T19:45:14.537Z[ 16] 2.00-3.00 sec 153 MBytes 1.29 Gbits/sec
10522026-05-08T19:45:14.537Z[ 18] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec
10532026-05-08T19:45:14.537Z[ 20] 2.00-3.00 sec 153 MBytes 1.28 Gbits/sec
10542026-05-08T19:45:14.537Z[SUM] 2.00-3.00 sec 1.20 GBytes 10.3 Gbits/sec
10552026-05-08T19:45:14.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
10562026-05-08T19:45:14.537Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10572026-05-08T19:45:14.537Z[ 8] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
10582026-05-08T19:45:14.537Z[ 10] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
10592026-05-08T19:45:14.537Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10602026-05-08T19:45:14.537Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10612026-05-08T19:45:14.537Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10622026-05-08T19:45:14.537Z[ 18] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
10632026-05-08T19:45:14.537Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
10642026-05-08T19:45:14.537Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.4 Gbits/sec
10652026-05-08T19:45:14.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
10662026-05-08T19:45:14.537Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10672026-05-08T19:45:14.537Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
10682026-05-08T19:45:14.538Z[ 10] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
10692026-05-08T19:45:14.538Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
10702026-05-08T19:45:14.538Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10712026-05-08T19:45:14.538Z[ 16] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
10722026-05-08T19:45:14.538Z[ 18] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
10732026-05-08T19:45:14.538Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10742026-05-08T19:45:14.538Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
10752026-05-08T19:45:14.538Z- - - - - - - - - - - - - - - - - - - - - - - - -
10762026-05-08T19:45:14.538Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10772026-05-08T19:45:14.538Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10782026-05-08T19:45:14.538Z[ 10] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10792026-05-08T19:45:14.538Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10802026-05-08T19:45:14.538Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10812026-05-08T19:45:14.538Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10822026-05-08T19:45:14.538Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10832026-05-08T19:45:14.538Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10842026-05-08T19:45:14.538Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
10852026-05-08T19:45:14.538Z- - - - - - - - - - - - - - - - - - - - - - - - -
10862026-05-08T19:45:14.538Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10872026-05-08T19:45:14.538Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10882026-05-08T19:45:14.538Z[ 10] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
10892026-05-08T19:45:17.536Z[ 12] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
10902026-05-08T19:45:17.536Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10912026-05-08T19:45:17.536Z[ 16] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
10922026-05-08T19:45:17.536Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10932026-05-08T19:45:17.536Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10942026-05-08T19:45:17.536Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
10952026-05-08T19:45:17.536Z- - - - - - - - - - - - - - - - - - - - - - - - -
10962026-05-08T19:45:17.536Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
10972026-05-08T19:45:17.536Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
10982026-05-08T19:45:17.536Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
10992026-05-08T19:45:17.536Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
11002026-05-08T19:45:17.536Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
11012026-05-08T19:45:17.536Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
11022026-05-08T19:45:17.536Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
11032026-05-08T19:45:17.536Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
11042026-05-08T19:45:17.536Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
11052026-05-08T19:45:17.536Z- - - - - - - - - - - - - - - - - - - - - - - - -
11062026-05-08T19:45:17.536Z[ 5] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
11072026-05-08T19:45:17.536Z[ 8] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
11082026-05-08T19:45:17.536Z[ 10] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
11092026-05-08T19:45:17.536Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11102026-05-08T19:45:17.536Z[ 14] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
11112026-05-08T19:45:17.536Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11122026-05-08T19:45:17.536Z[ 18] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11132026-05-08T19:45:17.536Z[ 20] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
11142026-05-08T19:45:17.536Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
11152026-05-08T19:45:17.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
11162026-05-08T19:45:17.537Z[ 5] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11172026-05-08T19:45:17.537Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11182026-05-08T19:45:17.537Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11192026-05-08T19:45:17.537Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11202026-05-08T19:45:17.537Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11212026-05-08T19:45:17.537Z[ 16] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11222026-05-08T19:45:17.537Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11232026-05-08T19:45:17.537Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11242026-05-08T19:45:17.537Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
11252026-05-08T19:45:17.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
11262026-05-08T19:45:17.537Z[ 5] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
11272026-05-08T19:45:17.537Z[ 8] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
11282026-05-08T19:45:17.537Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11292026-05-08T19:45:17.537Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11302026-05-08T19:45:17.537Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11312026-05-08T19:45:17.537Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11322026-05-08T19:45:17.537Z[ 18] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
11332026-05-08T19:45:17.537Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11342026-05-08T19:45:17.537Z[SUM] 10.00-10.00 sec 384 KBytes 6.27 Gbits/sec
11352026-05-08T19:45:17.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
11362026-05-08T19:45:17.540Z[ ID] Interval Transfer Bitrate
11372026-05-08T19:45:17.540Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11382026-05-08T19:45:17.540Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11392026-05-08T19:45:17.540Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11402026-05-08T19:45:17.540Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11412026-05-08T19:45:17.540Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11422026-05-08T19:45:17.541Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11432026-05-08T19:45:17.541Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11442026-05-08T19:45:17.541Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11452026-05-08T19:45:17.541Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec receiver
11462026-05-08T19:45:17.541ZRun 1/5...10226.225246112159Mbps
11472026-05-08T19:45:24.926Z-----------------------------------------------------------
11482026-05-08T19:45:24.926ZServer listening on 5201 (test #2)
11492026-05-08T19:45:24.926Z-----------------------------------------------------------
11502026-05-08T19:45:24.926ZAccepted connection from 10.0.0.1, port 52785
11512026-05-08T19:45:24.926Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52223
11522026-05-08T19:45:24.926Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48371
11532026-05-08T19:45:24.926Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53836
11542026-05-08T19:45:24.926Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35330
11552026-05-08T19:45:24.926Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53039
11562026-05-08T19:45:24.926Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50503
11572026-05-08T19:45:24.926Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57391
11582026-05-08T19:45:24.926Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39329
11592026-05-08T19:45:24.926Z[ ID] Interval Transfer Bitrate
11602026-05-08T19:45:24.926Z[ 5] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
11612026-05-08T19:45:24.926Z[ 8] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
11622026-05-08T19:45:24.926Z[ 10] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
11632026-05-08T19:45:24.926Z[ 12] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
11642026-05-08T19:45:24.927Z[ 14] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
11652026-05-08T19:45:24.927Z[ 16] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
11662026-05-08T19:45:24.927Z[ 18] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
11672026-05-08T19:45:24.927Z[ 20] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
11682026-05-08T19:45:24.927Z[SUM] 0.00-1.00 sec 978 MBytes 8.20 Gbits/sec
11692026-05-08T19:45:24.927Z- - - - - - - - - - - - - - - - - - - - - - - - -
11702026-05-08T19:45:24.927Z[ 5] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11712026-05-08T19:45:24.927Z[ 8] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11722026-05-08T19:45:24.927Z[ 10] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11732026-05-08T19:45:24.927Z[ 12] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
11742026-05-08T19:45:24.927Z[ 14] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11752026-05-08T19:45:24.927Z[ 16] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11762026-05-08T19:45:24.927Z[ 18] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11772026-05-08T19:45:24.927Z[ 20] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11782026-05-08T19:45:24.927Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.6 Gbits/sec
11792026-05-08T19:45:24.927Z- - - - - - - - - - - - - - - - - - - - - - - - -
11802026-05-08T19:45:24.927Z[ 5] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11812026-05-08T19:45:24.927Z[ 8] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
11822026-05-08T19:45:24.927Z[ 10] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
11832026-05-08T19:45:24.927Z[ 12] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11842026-05-08T19:45:24.927Z[ 14] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11852026-05-08T19:45:24.927Z[ 16] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11862026-05-08T19:45:24.927Z[ 18] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
11872026-05-08T19:45:24.927Z[ 20] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11882026-05-08T19:45:24.927Z[SUM] 2.00-3.00 sec 1.23 GBytes 10.6 Gbits/sec
11892026-05-08T19:45:24.927Z- - - - - - - - - - - - - - - - - - - - - - - - -
11902026-05-08T19:45:24.927Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11912026-05-08T19:45:24.928Z[ 8] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11922026-05-08T19:45:24.928Z[ 10] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11932026-05-08T19:45:24.928Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11942026-05-08T19:45:24.931Z[ 14] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11952026-05-08T19:45:24.931Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11962026-05-08T19:45:24.931Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11972026-05-08T19:45:24.931Z[ 20] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11982026-05-08T19:45:24.931Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.5 Gbits/sec
11992026-05-08T19:45:24.931Z- - - - - - - - - - - - - - - - - - - - - - - - -
12002026-05-08T19:45:24.931Z[ 5] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
12012026-05-08T19:45:24.931Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
12022026-05-08T19:45:24.932Z[ 10] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
12032026-05-08T19:45:24.932Z[ 12] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
12042026-05-08T19:45:24.932Z[ 14] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
12052026-05-08T19:45:24.932Z[ 16] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
12062026-05-08T19:45:24.932Z[ 18] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
12072026-05-08T19:45:24.932Z[ 20] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
12082026-05-08T19:45:24.932Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.6 Gbits/sec
12092026-05-08T19:45:24.932Z- - - - - - - - - - - - - - - - - - - - - - - - -
12102026-05-08T19:45:24.932Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
12112026-05-08T19:45:24.932Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
12122026-05-08T19:45:24.932Z[ 10] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12132026-05-08T19:45:24.932Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
12142026-05-08T19:45:24.932Z[ 14] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12152026-05-08T19:45:24.932Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
12162026-05-08T19:45:24.932Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
12172026-05-08T19:45:24.932Z[ 20] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12182026-05-08T19:45:24.932Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
12192026-05-08T19:45:24.932Z- - - - - - - - - - - - - - - - - - - - - - - - -
12202026-05-08T19:45:24.932Z[ 5] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
12212026-05-08T19:45:24.932Z[ 8] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
12222026-05-08T19:45:24.932Z[ 10] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
12232026-05-08T19:45:27.926Z[ 12] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
12242026-05-08T19:45:27.926Z[ 14] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
12252026-05-08T19:45:27.926Z[ 16] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
12262026-05-08T19:45:27.926Z[ 18] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
12272026-05-08T19:45:27.926Z[ 20] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
12282026-05-08T19:45:27.926Z[SUM] 6.00-7.00 sec 1.23 GBytes 10.6 Gbits/sec
12292026-05-08T19:45:27.926Z- - - - - - - - - - - - - - - - - - - - - - - - -
12302026-05-08T19:45:27.926Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
12312026-05-08T19:45:27.926Z[ 8] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
12322026-05-08T19:45:27.926Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
12332026-05-08T19:45:27.926Z[ 12] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
12342026-05-08T19:45:27.926Z[ 14] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
12352026-05-08T19:45:27.926Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
12362026-05-08T19:45:27.927Z[ 18] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
12372026-05-08T19:45:27.927Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
12382026-05-08T19:45:27.927Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
12392026-05-08T19:45:27.927Z- - - - - - - - - - - - - - - - - - - - - - - - -
12402026-05-08T19:45:27.927Z[ 5] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12412026-05-08T19:45:27.927Z[ 8] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
12422026-05-08T19:45:27.927Z[ 10] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12432026-05-08T19:45:27.927Z[ 12] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12442026-05-08T19:45:27.927Z[ 14] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12452026-05-08T19:45:27.927Z[ 16] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12462026-05-08T19:45:27.927Z[ 18] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
12472026-05-08T19:45:27.927Z[ 20] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
12482026-05-08T19:45:27.927Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
12492026-05-08T19:45:27.927Z- - - - - - - - - - - - - - - - - - - - - - - - -
12502026-05-08T19:45:27.927Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12512026-05-08T19:45:27.927Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12522026-05-08T19:45:27.927Z[ 10] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12532026-05-08T19:45:27.927Z[ 12] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
12542026-05-08T19:45:27.927Z[ 14] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
12552026-05-08T19:45:27.927Z[ 16] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12562026-05-08T19:45:27.927Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12572026-05-08T19:45:27.927Z[ 20] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12582026-05-08T19:45:27.927Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.6 Gbits/sec
12592026-05-08T19:45:27.927Z- - - - - - - - - - - - - - - - - - - - - - - - -
12602026-05-08T19:45:27.927Z[ 5] 10.00-10.00 sec 128 KBytes 1.76 Gbits/sec
12612026-05-08T19:45:27.927Z[ 8] 10.00-10.00 sec 128 KBytes 1.76 Gbits/sec
12622026-05-08T19:45:27.927Z[ 10] 10.00-10.00 sec 128 KBytes 1.76 Gbits/sec
12632026-05-08T19:45:27.927Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12642026-05-08T19:45:27.927Z[ 14] 10.00-10.00 sec 128 KBytes 1.76 Gbits/sec
12652026-05-08T19:45:27.927Z[ 16] 10.00-10.00 sec 128 KBytes 1.76 Gbits/sec
12662026-05-08T19:45:27.927Z[ 18] 10.00-10.00 sec 128 KBytes 1.77 Gbits/sec
12672026-05-08T19:45:27.927Z[ 20] 10.00-10.00 sec 128 KBytes 1.77 Gbits/sec
12682026-05-08T19:45:27.927Z[SUM] 10.00-10.00 sec 896 KBytes 12.3 Gbits/sec
12692026-05-08T19:45:27.927Z- - - - - - - - - - - - - - - - - - - - - - - - -
12702026-05-08T19:45:27.927Z[ ID] Interval Transfer Bitrate
12712026-05-08T19:45:27.927Z[ 5] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12722026-05-08T19:45:27.927Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12732026-05-08T19:45:27.927Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12742026-05-08T19:45:27.928Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12752026-05-08T19:45:27.928Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12762026-05-08T19:45:27.928Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12772026-05-08T19:45:27.931Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12782026-05-08T19:45:27.931Z[ 20] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12792026-05-08T19:45:27.931Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec receiver
12802026-05-08T19:45:27.931ZRun 2/5...10311.483967430271Mbps
12812026-05-08T19:45:35.314Z-----------------------------------------------------------
12822026-05-08T19:45:35.314ZServer listening on 5201 (test #3)
12832026-05-08T19:45:35.314Z-----------------------------------------------------------
12842026-05-08T19:45:35.314ZAccepted connection from 10.0.0.1, port 38222
12852026-05-08T19:45:35.314Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57364
12862026-05-08T19:45:35.314Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45842
12872026-05-08T19:45:35.314Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50696
12882026-05-08T19:45:35.314Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52786
12892026-05-08T19:45:35.314Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59579
12902026-05-08T19:45:35.314Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60366
12912026-05-08T19:45:35.314Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63061
12922026-05-08T19:45:35.314Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49955
12932026-05-08T19:45:35.314Z[ ID] Interval Transfer Bitrate
12942026-05-08T19:45:35.314Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
12952026-05-08T19:45:35.314Z[ 8] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
12962026-05-08T19:45:35.314Z[ 10] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
12972026-05-08T19:45:35.314Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
12982026-05-08T19:45:35.314Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
12992026-05-08T19:45:35.314Z[ 16] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13002026-05-08T19:45:35.314Z[ 18] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13012026-05-08T19:45:35.315Z[ 20] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13022026-05-08T19:45:35.315Z[SUM] 0.00-1.00 sec 958 MBytes 8.04 Gbits/sec
13032026-05-08T19:45:35.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
13042026-05-08T19:45:35.315Z[ 5] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
13052026-05-08T19:45:35.315Z[ 8] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
13062026-05-08T19:45:35.315Z[ 10] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
13072026-05-08T19:45:35.315Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13082026-05-08T19:45:35.315Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
13092026-05-08T19:45:35.315Z[ 16] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
13102026-05-08T19:45:35.315Z[ 18] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
13112026-05-08T19:45:35.315Z[ 20] 1.00-2.00 sec 156 MBytes 1.30 Gbits/sec
13122026-05-08T19:45:35.315Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
13132026-05-08T19:45:35.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
13142026-05-08T19:45:35.315Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13152026-05-08T19:45:35.315Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13162026-05-08T19:45:35.315Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13172026-05-08T19:45:35.315Z[ 12] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13182026-05-08T19:45:35.315Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13192026-05-08T19:45:35.315Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13202026-05-08T19:45:35.315Z[ 18] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13212026-05-08T19:45:35.315Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13222026-05-08T19:45:35.315Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
13232026-05-08T19:45:35.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
13242026-05-08T19:45:35.315Z[ 5] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
13252026-05-08T19:45:35.315Z[ 8] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
13262026-05-08T19:45:35.315Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
13272026-05-08T19:45:35.315Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
13282026-05-08T19:45:35.315Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
13292026-05-08T19:45:35.315Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
13302026-05-08T19:45:35.315Z[ 18] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
13312026-05-08T19:45:35.319Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
13322026-05-08T19:45:35.319Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.4 Gbits/sec
13332026-05-08T19:45:35.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
13342026-05-08T19:45:35.319Z[ 5] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13352026-05-08T19:45:35.319Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13362026-05-08T19:45:35.319Z[ 10] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13372026-05-08T19:45:35.319Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13382026-05-08T19:45:35.319Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13392026-05-08T19:45:35.319Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13402026-05-08T19:45:35.319Z[ 18] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13412026-05-08T19:45:35.319Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
13422026-05-08T19:45:35.319Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
13432026-05-08T19:45:35.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
13442026-05-08T19:45:35.319Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13452026-05-08T19:45:35.319Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13462026-05-08T19:45:35.319Z[ 10] 5.00-6.00 sec 156 MBytes 1.30 Gbits/sec
13472026-05-08T19:45:35.319Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13482026-05-08T19:45:35.319Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13492026-05-08T19:45:35.319Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13502026-05-08T19:45:35.319Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13512026-05-08T19:45:35.319Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13522026-05-08T19:45:35.319Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
13532026-05-08T19:45:35.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
13542026-05-08T19:45:35.319Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13552026-05-08T19:45:35.319Z[ 8] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
13562026-05-08T19:45:35.319Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13572026-05-08T19:45:38.317Z[ 12] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
13582026-05-08T19:45:38.317Z[ 14] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
13592026-05-08T19:45:38.317Z[ 16] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13602026-05-08T19:45:38.317Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13612026-05-08T19:45:38.317Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13622026-05-08T19:45:38.317Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.4 Gbits/sec
13632026-05-08T19:45:38.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
13642026-05-08T19:45:38.317Z[ 5] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
13652026-05-08T19:45:38.317Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13662026-05-08T19:45:38.317Z[ 10] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
13672026-05-08T19:45:38.317Z[ 12] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
13682026-05-08T19:45:38.317Z[ 14] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
13692026-05-08T19:45:38.317Z[ 16] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
13702026-05-08T19:45:38.317Z[ 18] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
13712026-05-08T19:45:38.317Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13722026-05-08T19:45:38.317Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
13732026-05-08T19:45:38.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
13742026-05-08T19:45:38.317Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13752026-05-08T19:45:38.317Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13762026-05-08T19:45:38.317Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13772026-05-08T19:45:38.317Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13782026-05-08T19:45:38.317Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13792026-05-08T19:45:38.318Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13802026-05-08T19:45:38.318Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13812026-05-08T19:45:38.318Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13822026-05-08T19:45:38.318Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
13832026-05-08T19:45:38.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
13842026-05-08T19:45:38.318Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13852026-05-08T19:45:38.318Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13862026-05-08T19:45:38.318Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13872026-05-08T19:45:38.318Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13882026-05-08T19:45:38.318Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13892026-05-08T19:45:38.318Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13902026-05-08T19:45:38.318Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13912026-05-08T19:45:38.319Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13922026-05-08T19:45:38.319Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
13932026-05-08T19:45:38.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
13942026-05-08T19:45:38.319Z[ 5] 10.00-10.00 sec 128 KBytes 2.07 Gbits/sec
13952026-05-08T19:45:38.319Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
13962026-05-08T19:45:38.319Z[ 10] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
13972026-05-08T19:45:38.319Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
13982026-05-08T19:45:38.319Z[ 14] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
13992026-05-08T19:45:38.319Z[ 16] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
14002026-05-08T19:45:38.319Z[ 18] 10.00-10.00 sec 128 KBytes 2.07 Gbits/sec
14012026-05-08T19:45:38.319Z[ 20] 10.00-10.00 sec 128 KBytes 2.07 Gbits/sec
14022026-05-08T19:45:38.320Z[SUM] 10.00-10.00 sec 768 KBytes 12.4 Gbits/sec
14032026-05-08T19:45:38.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
14042026-05-08T19:45:38.324Z[ ID] Interval Transfer Bitrate
14052026-05-08T19:45:38.325Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14062026-05-08T19:45:38.325Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14072026-05-08T19:45:38.325Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14082026-05-08T19:45:38.325Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14092026-05-08T19:45:38.325Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14102026-05-08T19:45:38.325Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14112026-05-08T19:45:38.325Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14122026-05-08T19:45:38.325Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14132026-05-08T19:45:38.325Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec receiver
14142026-05-08T19:45:38.325ZRun 3/5...10208.762822594152Mbps
14152026-05-08T19:45:45.706Z-----------------------------------------------------------
14162026-05-08T19:45:45.706ZServer listening on 5201 (test #4)
14172026-05-08T19:45:45.706Z-----------------------------------------------------------
14182026-05-08T19:45:45.706ZAccepted connection from 10.0.0.1, port 32906
14192026-05-08T19:45:45.706Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63319
14202026-05-08T19:45:45.706Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58870
14212026-05-08T19:45:45.706Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39399
14222026-05-08T19:45:45.706Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55746
14232026-05-08T19:45:45.706Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52950
14242026-05-08T19:45:45.706Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33783
14252026-05-08T19:45:45.706Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51621
14262026-05-08T19:45:45.706Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46339
14272026-05-08T19:45:45.706Z[ ID] Interval Transfer Bitrate
14282026-05-08T19:45:45.706Z[ 5] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14292026-05-08T19:45:45.706Z[ 8] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14302026-05-08T19:45:45.706Z[ 10] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
14312026-05-08T19:45:45.707Z[ 12] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14322026-05-08T19:45:45.707Z[ 14] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
14332026-05-08T19:45:45.707Z[ 16] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14342026-05-08T19:45:45.707Z[ 18] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
14352026-05-08T19:45:45.707Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
14362026-05-08T19:45:45.707Z[SUM] 0.00-1.00 sec 971 MBytes 8.15 Gbits/sec
14372026-05-08T19:45:45.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
14382026-05-08T19:45:45.707Z[ 5] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14392026-05-08T19:45:45.707Z[ 8] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14402026-05-08T19:45:45.707Z[ 10] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14412026-05-08T19:45:45.707Z[ 12] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14422026-05-08T19:45:45.707Z[ 14] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14432026-05-08T19:45:45.707Z[ 16] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
14442026-05-08T19:45:45.707Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14452026-05-08T19:45:45.715Z[ 20] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14462026-05-08T19:45:45.715Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.6 Gbits/sec
14472026-05-08T19:45:45.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
14482026-05-08T19:45:45.716Z[ 5] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
14492026-05-08T19:45:45.716Z[ 8] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
14502026-05-08T19:45:45.716Z[ 10] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
14512026-05-08T19:45:45.716Z[ 12] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
14522026-05-08T19:45:45.716Z[ 14] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
14532026-05-08T19:45:45.716Z[ 16] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
14542026-05-08T19:45:45.716Z[ 18] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
14552026-05-08T19:45:45.716Z[ 20] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
14562026-05-08T19:45:45.716Z[SUM] 2.00-3.00 sec 1.23 GBytes 10.5 Gbits/sec
14572026-05-08T19:45:45.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
14582026-05-08T19:45:45.716Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
14592026-05-08T19:45:45.716Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14602026-05-08T19:45:45.716Z[ 10] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
14612026-05-08T19:45:45.716Z[ 12] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
14622026-05-08T19:45:45.716Z[ 14] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
14632026-05-08T19:45:45.716Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
14642026-05-08T19:45:45.716Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
14652026-05-08T19:45:45.716Z[ 20] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
14662026-05-08T19:45:45.716Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
14672026-05-08T19:45:45.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
14682026-05-08T19:45:45.716Z[ 5] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14692026-05-08T19:45:45.716Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14702026-05-08T19:45:45.716Z[ 10] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14712026-05-08T19:45:45.716Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14722026-05-08T19:45:45.716Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14732026-05-08T19:45:45.716Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14742026-05-08T19:45:45.716Z[ 18] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14752026-05-08T19:45:45.716Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14762026-05-08T19:45:45.716Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
14772026-05-08T19:45:45.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
14782026-05-08T19:45:45.716Z[ 5] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
14792026-05-08T19:45:45.717Z[ 8] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
14802026-05-08T19:45:45.717Z[ 10] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
14812026-05-08T19:45:45.717Z[ 12] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
14822026-05-08T19:45:45.717Z[ 14] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
14832026-05-08T19:45:45.717Z[ 16] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
14842026-05-08T19:45:45.717Z[ 18] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
14852026-05-08T19:45:45.717Z[ 20] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
14862026-05-08T19:45:45.717Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.5 Gbits/sec
14872026-05-08T19:45:45.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
14882026-05-08T19:45:45.717Z[ 5] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14892026-05-08T19:45:45.717Z[ 8] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14902026-05-08T19:45:45.717Z[ 10] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14912026-05-08T19:45:48.706Z[ 12] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14922026-05-08T19:45:48.706Z[ 14] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14932026-05-08T19:45:48.706Z[ 16] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14942026-05-08T19:45:48.706Z[ 18] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14952026-05-08T19:45:48.706Z[ 20] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
14962026-05-08T19:45:48.706Z[SUM] 6.00-7.00 sec 1.23 GBytes 10.6 Gbits/sec
14972026-05-08T19:45:48.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
14982026-05-08T19:45:48.706Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
14992026-05-08T19:45:48.706Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15002026-05-08T19:45:48.707Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15012026-05-08T19:45:48.707Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15022026-05-08T19:45:48.707Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15032026-05-08T19:45:48.707Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15042026-05-08T19:45:48.707Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15052026-05-08T19:45:48.707Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15062026-05-08T19:45:48.707Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
15072026-05-08T19:45:48.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
15082026-05-08T19:45:48.707Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15092026-05-08T19:45:48.707Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15102026-05-08T19:45:48.707Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15112026-05-08T19:45:48.707Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15122026-05-08T19:45:48.707Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15132026-05-08T19:45:48.707Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15142026-05-08T19:45:48.707Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15152026-05-08T19:45:48.707Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15162026-05-08T19:45:48.707Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
15172026-05-08T19:45:48.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
15182026-05-08T19:45:48.707Z[ 5] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15192026-05-08T19:45:48.708Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15202026-05-08T19:45:48.708Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15212026-05-08T19:45:48.708Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15222026-05-08T19:45:48.708Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15232026-05-08T19:45:48.708Z[ 16] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15242026-05-08T19:45:48.708Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15252026-05-08T19:45:48.708Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
15262026-05-08T19:45:48.708Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
15272026-05-08T19:45:48.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
15282026-05-08T19:45:48.716Z[ 5] 10.00-10.00 sec 128 KBytes 2.19 Gbits/sec
15292026-05-08T19:45:48.716Z[ 8] 10.00-10.00 sec 128 KBytes 2.19 Gbits/sec
15302026-05-08T19:45:48.716Z[ 10] 10.00-10.00 sec 128 KBytes 2.19 Gbits/sec
15312026-05-08T19:45:48.716Z[ 12] 10.00-10.00 sec 128 KBytes 2.20 Gbits/sec
15322026-05-08T19:45:48.716Z[ 14] 10.00-10.00 sec 128 KBytes 2.20 Gbits/sec
15332026-05-08T19:45:48.716Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15342026-05-08T19:45:48.716Z[ 18] 10.00-10.00 sec 128 KBytes 2.20 Gbits/sec
15352026-05-08T19:45:48.716Z[ 20] 10.00-10.00 sec 128 KBytes 2.19 Gbits/sec
15362026-05-08T19:45:48.716Z[SUM] 10.00-10.00 sec 896 KBytes 15.3 Gbits/sec
15372026-05-08T19:45:48.716Z- - - - - - - - - - - - - - - - - - - - - - - - -
15382026-05-08T19:45:48.716Z[ ID] Interval Transfer Bitrate
15392026-05-08T19:45:48.716Z[ 5] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
15402026-05-08T19:45:48.716Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15412026-05-08T19:45:48.716Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15422026-05-08T19:45:48.717Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15432026-05-08T19:45:48.717Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15442026-05-08T19:45:48.717Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
15452026-05-08T19:45:48.717Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
15462026-05-08T19:45:48.717Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15472026-05-08T19:45:48.717Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec receiver
15482026-05-08T19:45:48.717ZRun 4/5...10274.378498094988Mbps
15492026-05-08T19:45:56.095Z-----------------------------------------------------------
15502026-05-08T19:45:56.096ZServer listening on 5201 (test #5)
15512026-05-08T19:45:56.096Z-----------------------------------------------------------
15522026-05-08T19:45:56.096ZAccepted connection from 10.0.0.1, port 54514
15532026-05-08T19:45:56.096Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54489
15542026-05-08T19:45:56.096Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60495
15552026-05-08T19:45:56.096Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47806
15562026-05-08T19:45:56.096Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63314
15572026-05-08T19:45:56.096Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62903
15582026-05-08T19:45:56.097Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39446
15592026-05-08T19:45:56.097Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56040
15602026-05-08T19:45:56.097Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41563
15612026-05-08T19:45:56.097Z[ ID] Interval Transfer Bitrate
15622026-05-08T19:45:56.097Z[ 5] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
15632026-05-08T19:45:56.097Z[ 8] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15642026-05-08T19:45:56.097Z[ 10] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
15652026-05-08T19:45:56.097Z[ 12] 0.00-1.00 sec 118 MBytes 992 Mbits/sec
15662026-05-08T19:45:56.097Z[ 14] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15672026-05-08T19:45:56.097Z[ 16] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15682026-05-08T19:45:56.097Z[ 18] 0.00-1.00 sec 118 MBytes 994 Mbits/sec
15692026-05-08T19:45:56.097Z[ 20] 0.00-1.00 sec 118 MBytes 993 Mbits/sec
15702026-05-08T19:45:56.097Z[SUM] 0.00-1.00 sec 947 MBytes 7.95 Gbits/sec
15712026-05-08T19:45:56.097Z- - - - - - - - - - - - - - - - - - - - - - - - -
15722026-05-08T19:45:56.097Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15732026-05-08T19:45:56.097Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15742026-05-08T19:45:56.097Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15752026-05-08T19:45:56.098Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15762026-05-08T19:45:56.098Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15772026-05-08T19:45:56.098Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15782026-05-08T19:45:56.098Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15792026-05-08T19:45:56.098Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15802026-05-08T19:45:56.098Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
15812026-05-08T19:45:56.098Z- - - - - - - - - - - - - - - - - - - - - - - - -
15822026-05-08T19:45:56.098Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15832026-05-08T19:45:56.098Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15842026-05-08T19:45:56.098Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15852026-05-08T19:45:56.098Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15862026-05-08T19:45:56.098Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15872026-05-08T19:45:56.099Z[ 16] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15882026-05-08T19:45:56.099Z[ 18] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15892026-05-08T19:45:56.099Z[ 20] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
15902026-05-08T19:45:56.099Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
15912026-05-08T19:45:56.099Z- - - - - - - - - - - - - - - - - - - - - - - - -
15922026-05-08T19:45:56.099Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
15932026-05-08T19:45:56.099Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
15942026-05-08T19:45:56.099Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
15952026-05-08T19:45:56.099Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
15962026-05-08T19:45:56.099Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
15972026-05-08T19:45:56.099Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
15982026-05-08T19:45:56.099Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
15992026-05-08T19:45:56.099Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16002026-05-08T19:45:56.099Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
16012026-05-08T19:45:56.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
16022026-05-08T19:45:56.106Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16032026-05-08T19:45:56.106Z[ 8] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16042026-05-08T19:45:56.106Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16052026-05-08T19:45:56.106Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16062026-05-08T19:45:56.106Z[ 14] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
16072026-05-08T19:45:56.106Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16082026-05-08T19:45:56.106Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16092026-05-08T19:45:56.106Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16102026-05-08T19:45:56.106Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
16112026-05-08T19:45:56.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
16122026-05-08T19:45:56.106Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16132026-05-08T19:45:56.106Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16142026-05-08T19:45:56.106Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16152026-05-08T19:45:56.106Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16162026-05-08T19:45:56.107Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16172026-05-08T19:45:56.107Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16182026-05-08T19:45:56.107Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16192026-05-08T19:45:56.107Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16202026-05-08T19:45:56.107Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
16212026-05-08T19:45:56.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
16222026-05-08T19:45:56.107Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16232026-05-08T19:45:56.107Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16242026-05-08T19:45:56.107Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16252026-05-08T19:45:59.095Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16262026-05-08T19:45:59.095Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16272026-05-08T19:45:59.095Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16282026-05-08T19:45:59.095Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16292026-05-08T19:45:59.095Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
16302026-05-08T19:45:59.095Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
16312026-05-08T19:45:59.095Z- - - - - - - - - - - - - - - - - - - - - - - - -
16322026-05-08T19:45:59.095Z[ 5] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16332026-05-08T19:45:59.096Z[ 8] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16342026-05-08T19:45:59.096Z[ 10] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16352026-05-08T19:45:59.096Z[ 12] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16362026-05-08T19:45:59.096Z[ 14] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16372026-05-08T19:45:59.096Z[ 16] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16382026-05-08T19:45:59.096Z[ 18] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16392026-05-08T19:45:59.096Z[ 20] 7.00-8.00 sec 154 MBytes 1.29 Gbits/sec
16402026-05-08T19:45:59.096Z[SUM] 7.00-8.00 sec 1.20 GBytes 10.3 Gbits/sec
16412026-05-08T19:45:59.096Z- - - - - - - - - - - - - - - - - - - - - - - - -
16422026-05-08T19:45:59.096Z[ 5] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16432026-05-08T19:45:59.096Z[ 8] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16442026-05-08T19:45:59.096Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16452026-05-08T19:45:59.096Z[ 12] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16462026-05-08T19:45:59.096Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16472026-05-08T19:45:59.096Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16482026-05-08T19:45:59.096Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16492026-05-08T19:45:59.096Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16502026-05-08T19:45:59.096Z[SUM] 8.00-9.00 sec 1.20 GBytes 10.3 Gbits/sec
16512026-05-08T19:45:59.096Z- - - - - - - - - - - - - - - - - - - - - - - - -
16522026-05-08T19:45:59.097Z[ 5] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16532026-05-08T19:45:59.097Z[ 8] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16542026-05-08T19:45:59.097Z[ 10] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16552026-05-08T19:45:59.097Z[ 12] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16562026-05-08T19:45:59.097Z[ 14] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16572026-05-08T19:45:59.097Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16582026-05-08T19:45:59.097Z[ 18] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16592026-05-08T19:45:59.101Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
16602026-05-08T19:45:59.101Z[SUM] 9.00-10.00 sec 1.20 GBytes 10.3 Gbits/sec
16612026-05-08T19:45:59.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
16622026-05-08T19:45:59.101Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16632026-05-08T19:45:59.101Z[ 8] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
16642026-05-08T19:45:59.101Z[ 10] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
16652026-05-08T19:45:59.101Z[ 12] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
16662026-05-08T19:45:59.101Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16672026-05-08T19:45:59.101Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16682026-05-08T19:45:59.101Z[ 18] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
16692026-05-08T19:45:59.101Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16702026-05-08T19:45:59.101Z[SUM] 10.00-10.00 sec 512 KBytes 8.34 Gbits/sec
16712026-05-08T19:45:59.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
16722026-05-08T19:45:59.101Z[ ID] Interval Transfer Bitrate
16732026-05-08T19:45:59.101Z[ 5] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16742026-05-08T19:45:59.101Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16752026-05-08T19:45:59.101Z[ 10] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16762026-05-08T19:45:59.101Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16772026-05-08T19:45:59.101Z[ 14] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16782026-05-08T19:45:59.102Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16792026-05-08T19:45:59.102Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16802026-05-08T19:45:59.102Z[ 20] 0.00-10.00 sec 1.47 GBytes 1.26 Gbits/sec receiver
16812026-05-08T19:45:59.102Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
16822026-05-08T19:45:59.102ZRun 5/5...10109.129142546291Mbps
16832026-05-08T19:45:59.102Z###---------------------###
16842026-05-08T19:45:59.102Z::: iPerf done... :::
16852026-05-08T19:45:59.102Z:::Awaiting out files...:::
16862026-05-08T19:45:59.102Z###---------------------###
16872026-05-08T19:45:59.102Z###-----###
16882026-05-08T19:45:59.102Z:::done!:::
16892026-05-08T19:45:59.102Z###-----###
16902026-05-08T19:45:59.102Z###-------------------###
16912026-05-08T19:45:59.102Z:::Running experiment :::
16922026-05-08T19:45:59.102Z:::iperf-tcp/local/s2c:::
16932026-05-08T19:45:59.102Z###-------------------###
16942026-05-08T19:46:10.481Z-----------------------------------------------------------
16952026-05-08T19:46:10.482ZServer listening on 5201 (test #6)
16962026-05-08T19:46:10.482Z-----------------------------------------------------------
16972026-05-08T19:46:10.482ZAccepted connection from 10.0.0.1, port 45016
16982026-05-08T19:46:10.482Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49397
16992026-05-08T19:46:10.482Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48790
17002026-05-08T19:46:10.482Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57834
17012026-05-08T19:46:10.482Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55625
17022026-05-08T19:46:10.482Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43616
17032026-05-08T19:46:10.482Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62997
17042026-05-08T19:46:10.482Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52934
17052026-05-08T19:46:10.482Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43519
17062026-05-08T19:46:10.482Z[ ID] Interval Transfer Bitrate
17072026-05-08T19:46:10.482Z[ 5] 0.00-1.00 sec 137 MBytes 1.15 Gbits/sec
17082026-05-08T19:46:10.482Z[ 8] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
17092026-05-08T19:46:10.482Z[ 10] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
17102026-05-08T19:46:10.482Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
17112026-05-08T19:46:10.482Z[ 14] 0.00-1.00 sec 137 MBytes 1.15 Gbits/sec
17122026-05-08T19:46:10.483Z[ 16] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
17132026-05-08T19:46:10.483Z[ 18] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
17142026-05-08T19:46:10.483Z[ 20] 0.00-1.00 sec 133 MBytes 1.12 Gbits/sec
17152026-05-08T19:46:10.483Z[SUM] 0.00-1.00 sec 1018 MBytes 8.54 Gbits/sec
17162026-05-08T19:46:10.483Z- - - - - - - - - - - - - - - - - - - - - - - - -
17172026-05-08T19:46:10.483Z[ 5] 1.00-2.00 sec 170 MBytes 1.43 Gbits/sec
17182026-05-08T19:46:10.483Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17192026-05-08T19:46:10.483Z[ 10] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
17202026-05-08T19:46:10.483Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17212026-05-08T19:46:10.483Z[ 14] 1.00-2.00 sec 165 MBytes 1.38 Gbits/sec
17222026-05-08T19:46:10.483Z[ 16] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
17232026-05-08T19:46:10.483Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17242026-05-08T19:46:10.483Z[ 20] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
17252026-05-08T19:46:10.483Z[SUM] 1.00-2.00 sec 1.25 GBytes 10.8 Gbits/sec
17262026-05-08T19:46:10.483Z- - - - - - - - - - - - - - - - - - - - - - - - -
17272026-05-08T19:46:10.483Z[ 5] 2.00-3.00 sec 172 MBytes 1.44 Gbits/sec
17282026-05-08T19:46:10.483Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
17292026-05-08T19:46:10.483Z[ 10] 2.00-3.00 sec 162 MBytes 1.36 Gbits/sec
17302026-05-08T19:46:10.483Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
17312026-05-08T19:46:10.483Z[ 14] 2.00-3.00 sec 168 MBytes 1.40 Gbits/sec
17322026-05-08T19:46:10.483Z[ 16] 2.00-3.00 sec 162 MBytes 1.36 Gbits/sec
17332026-05-08T19:46:10.483Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
17342026-05-08T19:46:10.483Z[ 20] 2.00-3.00 sec 166 MBytes 1.39 Gbits/sec
17352026-05-08T19:46:10.483Z[SUM] 2.00-3.00 sec 1.26 GBytes 10.9 Gbits/sec
17362026-05-08T19:46:10.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
17372026-05-08T19:46:10.484Z[ 5] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
17382026-05-08T19:46:10.484Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
17392026-05-08T19:46:10.484Z[ 10] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
17402026-05-08T19:46:10.484Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
17412026-05-08T19:46:10.484Z[ 14] 3.00-4.00 sec 169 MBytes 1.42 Gbits/sec
17422026-05-08T19:46:10.484Z[ 16] 3.00-4.00 sec 159 MBytes 1.34 Gbits/sec
17432026-05-08T19:46:10.484Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
17442026-05-08T19:46:10.484Z[ 20] 3.00-4.00 sec 164 MBytes 1.38 Gbits/sec
17452026-05-08T19:46:10.484Z[SUM] 3.00-4.00 sec 1.25 GBytes 10.8 Gbits/sec
17462026-05-08T19:46:10.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
17472026-05-08T19:46:10.484Z[ 5] 4.00-5.00 sec 160 MBytes 1.35 Gbits/sec
17482026-05-08T19:46:10.484Z[ 8] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
17492026-05-08T19:46:10.484Z[ 10] 4.00-5.00 sec 162 MBytes 1.36 Gbits/sec
17502026-05-08T19:46:10.484Z[ 12] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
17512026-05-08T19:46:10.484Z[ 14] 4.00-5.00 sec 175 MBytes 1.47 Gbits/sec
17522026-05-08T19:46:10.484Z[ 16] 4.00-5.00 sec 162 MBytes 1.36 Gbits/sec
17532026-05-08T19:46:10.484Z[ 18] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
17542026-05-08T19:46:10.484Z[ 20] 4.00-5.00 sec 174 MBytes 1.46 Gbits/sec
17552026-05-08T19:46:10.484Z[SUM] 4.00-5.00 sec 1.27 GBytes 10.9 Gbits/sec
17562026-05-08T19:46:10.484Z- - - - - - - - - - - - - - - - - - - - - - - - -
17572026-05-08T19:46:10.485Z[ 5] 5.00-6.00 sec 179 MBytes 1.50 Gbits/sec
17582026-05-08T19:46:10.485Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
17592026-05-08T19:46:10.485Z[ 10] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec
17602026-05-08T19:46:10.485Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
17612026-05-08T19:46:10.485Z[ 14] 5.00-6.00 sec 178 MBytes 1.50 Gbits/sec
17622026-05-08T19:46:10.485Z[ 16] 5.00-6.00 sec 163 MBytes 1.37 Gbits/sec
17632026-05-08T19:46:10.485Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
17642026-05-08T19:46:10.485Z[ 20] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec
17652026-05-08T19:46:10.485Z[SUM] 5.00-6.00 sec 1.28 GBytes 11.0 Gbits/sec
17662026-05-08T19:46:10.540Z- - - - - - - - - - - - - - - - - - - - - - - - -
17672026-05-08T19:46:10.540Z[ 5] 6.00-7.00 sec 165 MBytes 1.38 Gbits/sec
17682026-05-08T19:46:10.540Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
17692026-05-08T19:46:10.540Z[ 10] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17702026-05-08T19:46:10.571Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
17712026-05-08T19:46:10.571Z[ 14] 6.00-7.00 sec 164 MBytes 1.38 Gbits/sec
17722026-05-08T19:46:10.572Z[ 16] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
17732026-05-08T19:46:10.572Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
17742026-05-08T19:46:10.572Z[ 20] 6.00-7.00 sec 164 MBytes 1.38 Gbits/sec
17752026-05-08T19:46:10.572Z[SUM] 6.00-7.00 sec 1.25 GBytes 10.8 Gbits/sec
17762026-05-08T19:46:10.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
17772026-05-08T19:46:10.572Z[ 5] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec
17782026-05-08T19:46:10.572Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17792026-05-08T19:46:10.572Z[ 10] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
17802026-05-08T19:46:10.572Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17812026-05-08T19:46:10.572Z[ 14] 7.00-8.00 sec 163 MBytes 1.37 Gbits/sec
17822026-05-08T19:46:10.572Z[ 16] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
17832026-05-08T19:46:10.572Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17842026-05-08T19:46:10.572Z[ 20] 7.00-8.00 sec 161 MBytes 1.35 Gbits/sec
17852026-05-08T19:46:10.572Z[SUM] 7.00-8.00 sec 1.24 GBytes 10.6 Gbits/sec
17862026-05-08T19:46:10.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
17872026-05-08T19:46:10.572Z[ 5] 8.00-9.00 sec 159 MBytes 1.34 Gbits/sec
17882026-05-08T19:46:10.572Z[ 8] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
17892026-05-08T19:46:10.572Z[ 10] 8.00-9.00 sec 160 MBytes 1.34 Gbits/sec
17902026-05-08T19:46:10.572Z[ 12] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
17912026-05-08T19:46:10.572Z[ 14] 8.00-9.00 sec 163 MBytes 1.37 Gbits/sec
17922026-05-08T19:46:10.572Z[ 16] 8.00-9.00 sec 160 MBytes 1.34 Gbits/sec
17932026-05-08T19:46:10.572Z[ 18] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
17942026-05-08T19:46:10.572Z[ 20] 8.00-9.00 sec 165 MBytes 1.38 Gbits/sec
17952026-05-08T19:46:10.572Z[SUM] 8.00-9.00 sec 1.25 GBytes 10.7 Gbits/sec
17962026-05-08T19:46:10.572Z- - - - - - - - - - - - - - - - - - - - - - - - -
17972026-05-08T19:46:10.572Z[ 5] 9.00-10.00 sec 169 MBytes 1.42 Gbits/sec
17982026-05-08T19:46:10.573Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
17992026-05-08T19:46:10.573Z[ 10] 9.00-10.00 sec 163 MBytes 1.37 Gbits/sec
18002026-05-08T19:46:10.573Z[ 12] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
18012026-05-08T19:46:10.573Z[ 14] 9.00-10.00 sec 168 MBytes 1.41 Gbits/sec
18022026-05-08T19:46:10.573Z[ 16] 9.00-10.00 sec 163 MBytes 1.37 Gbits/sec
18032026-05-08T19:46:10.573Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
18042026-05-08T19:46:10.573Z[ 20] 9.00-10.00 sec 179 MBytes 1.50 Gbits/sec
18052026-05-08T19:46:10.573Z[SUM] 9.00-10.00 sec 1.28 GBytes 11.0 Gbits/sec
18062026-05-08T19:46:10.573Z- - - - - - - - - - - - - - - - - - - - - - - - -
18072026-05-08T19:46:10.573Z[ 5] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18082026-05-08T19:46:10.573Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18092026-05-08T19:46:10.573Z[ 10] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18102026-05-08T19:46:10.573Z[ 12] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18112026-05-08T19:46:10.573Z[ 14] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
18122026-05-08T19:46:10.573Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18132026-05-08T19:46:10.573Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18142026-05-08T19:46:10.573Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18152026-05-08T19:46:10.573Z[SUM] 10.00-10.00 sec 512 KBytes 9.16 Gbits/sec
18162026-05-08T19:46:10.573Z- - - - - - - - - - - - - - - - - - - - - - - - -
18172026-05-08T19:46:10.573Z[ ID] Interval Transfer Bitrate
18182026-05-08T19:46:10.573Z[ 5] 0.00-10.00 sec 1.59 GBytes 1.37 Gbits/sec sender
18192026-05-08T19:46:10.573Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
18202026-05-08T19:46:10.573Z[ 10] 0.00-10.00 sec 1.54 GBytes 1.32 Gbits/sec sender
18212026-05-08T19:46:10.574Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
18222026-05-08T19:46:10.574Z[ 14] 0.00-10.00 sec 1.61 GBytes 1.39 Gbits/sec sender
18232026-05-08T19:46:10.574Z[ 16] 0.00-10.00 sec 1.54 GBytes 1.32 Gbits/sec sender
18242026-05-08T19:46:10.574Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
18252026-05-08T19:46:10.574Z[ 20] 0.00-10.00 sec 1.59 GBytes 1.37 Gbits/sec sender
18262026-05-08T19:46:10.574Z[SUM] 0.00-10.00 sec 12.3 GBytes 10.6 Gbits/sec sender
18272026-05-08T19:46:10.574ZRun 1/5...10600.49391888946Mbps
18282026-05-08T19:46:16.906Z-----------------------------------------------------------
18292026-05-08T19:46:16.906ZServer listening on 5201 (test #7)
18302026-05-08T19:46:16.906Z-----------------------------------------------------------
18312026-05-08T19:46:16.906ZAccepted connection from 10.0.0.1, port 42402
18322026-05-08T19:46:16.906Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45791
18332026-05-08T19:46:16.906Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44672
18342026-05-08T19:46:16.907Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43890
18352026-05-08T19:46:16.907Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56747
18362026-05-08T19:46:16.907Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50987
18372026-05-08T19:46:16.907Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55824
18382026-05-08T19:46:16.907Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42748
18392026-05-08T19:46:16.907Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54717
18402026-05-08T19:46:16.907Z[ ID] Interval Transfer Bitrate
18412026-05-08T19:46:16.907Z[ 5] 0.00-1.00 sec 154 MBytes 1.29 Gbits/sec
18422026-05-08T19:46:16.907Z[ 8] 0.00-1.00 sec 140 MBytes 1.17 Gbits/sec
18432026-05-08T19:46:16.907Z[ 10] 0.00-1.00 sec 156 MBytes 1.31 Gbits/sec
18442026-05-08T19:46:16.907Z[ 12] 0.00-1.00 sec 140 MBytes 1.17 Gbits/sec
18452026-05-08T19:46:16.907Z[ 14] 0.00-1.00 sec 153 MBytes 1.28 Gbits/sec
18462026-05-08T19:46:16.907Z[ 16] 0.00-1.00 sec 137 MBytes 1.15 Gbits/sec
18472026-05-08T19:46:16.907Z[ 18] 0.00-1.00 sec 137 MBytes 1.15 Gbits/sec
18482026-05-08T19:46:16.907Z[ 20] 0.00-1.00 sec 153 MBytes 1.29 Gbits/sec
18492026-05-08T19:46:16.907Z[SUM] 0.00-1.00 sec 1.14 GBytes 9.82 Gbits/sec
18502026-05-08T19:46:16.907Z- - - - - - - - - - - - - - - - - - - - - - - - -
18512026-05-08T19:46:16.907Z[ 5] 1.00-2.00 sec 177 MBytes 1.49 Gbits/sec
18522026-05-08T19:46:16.907Z[ 8] 1.00-2.00 sec 170 MBytes 1.42 Gbits/sec
18532026-05-08T19:46:16.907Z[ 10] 1.00-2.00 sec 191 MBytes 1.60 Gbits/sec
18542026-05-08T19:46:16.907Z[ 12] 1.00-2.00 sec 169 MBytes 1.42 Gbits/sec
18552026-05-08T19:46:16.907Z[ 14] 1.00-2.00 sec 165 MBytes 1.38 Gbits/sec
18562026-05-08T19:46:16.907Z[ 16] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
18572026-05-08T19:46:16.907Z[ 18] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
18582026-05-08T19:46:16.907Z[ 20] 1.00-2.00 sec 169 MBytes 1.42 Gbits/sec
18592026-05-08T19:46:16.907Z[SUM] 1.00-2.00 sec 1.34 GBytes 11.5 Gbits/sec
18602026-05-08T19:46:16.907Z- - - - - - - - - - - - - - - - - - - - - - - - -
18612026-05-08T19:46:16.907Z[ 5] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
18622026-05-08T19:46:16.907Z[ 8] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec
18632026-05-08T19:46:16.907Z[ 10] 2.00-3.00 sec 192 MBytes 1.61 Gbits/sec
18642026-05-08T19:46:16.907Z[ 12] 2.00-3.00 sec 173 MBytes 1.45 Gbits/sec
18652026-05-08T19:46:16.907Z[ 14] 2.00-3.00 sec 168 MBytes 1.41 Gbits/sec
18662026-05-08T19:46:16.907Z[ 16] 2.00-3.00 sec 172 MBytes 1.44 Gbits/sec
18672026-05-08T19:46:16.907Z[ 18] 2.00-3.00 sec 172 MBytes 1.44 Gbits/sec
18682026-05-08T19:46:16.907Z[ 20] 2.00-3.00 sec 198 MBytes 1.66 Gbits/sec
18692026-05-08T19:46:16.907Z[SUM] 2.00-3.00 sec 1.39 GBytes 11.9 Gbits/sec
18702026-05-08T19:46:16.907Z- - - - - - - - - - - - - - - - - - - - - - - - -
18712026-05-08T19:46:16.907Z[ 5] 3.00-4.00 sec 204 MBytes 1.71 Gbits/sec
18722026-05-08T19:46:16.908Z[ 8] 3.00-4.00 sec 182 MBytes 1.52 Gbits/sec
18732026-05-08T19:46:16.908Z[ 10] 3.00-4.00 sec 208 MBytes 1.75 Gbits/sec
18742026-05-08T19:46:16.908Z[ 12] 3.00-4.00 sec 181 MBytes 1.52 Gbits/sec
18752026-05-08T19:46:16.908Z[ 14] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
18762026-05-08T19:46:16.908Z[ 16] 3.00-4.00 sec 180 MBytes 1.51 Gbits/sec
18772026-05-08T19:46:16.908Z[ 18] 3.00-4.00 sec 180 MBytes 1.51 Gbits/sec
18782026-05-08T19:46:16.908Z[ 20] 3.00-4.00 sec 211 MBytes 1.77 Gbits/sec
18792026-05-08T19:46:16.908Z[SUM] 3.00-4.00 sec 1.47 GBytes 12.6 Gbits/sec
18802026-05-08T19:46:16.908Z- - - - - - - - - - - - - - - - - - - - - - - - -
18812026-05-08T19:46:16.908Z[ 5] 4.00-5.00 sec 179 MBytes 1.50 Gbits/sec
18822026-05-08T19:46:16.908Z[ 8] 4.00-5.00 sec 185 MBytes 1.55 Gbits/sec
18832026-05-08T19:46:16.908Z[ 10] 4.00-5.00 sec 165 MBytes 1.39 Gbits/sec
18842026-05-08T19:46:16.908Z[ 12] 4.00-5.00 sec 185 MBytes 1.55 Gbits/sec
18852026-05-08T19:46:16.908Z[ 14] 4.00-5.00 sec 237 MBytes 1.99 Gbits/sec
18862026-05-08T19:46:16.908Z[ 16] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec
18872026-05-08T19:46:16.908Z[ 18] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec
18882026-05-08T19:46:16.908Z[ 20] 4.00-5.00 sec 200 MBytes 1.68 Gbits/sec
18892026-05-08T19:46:16.908Z[SUM] 4.00-5.00 sec 1.48 GBytes 12.7 Gbits/sec
18902026-05-08T19:46:16.908Z- - - - - - - - - - - - - - - - - - - - - - - - -
18912026-05-08T19:46:16.908Z[ 5] 5.00-6.00 sec 228 MBytes 1.91 Gbits/sec
18922026-05-08T19:46:16.908Z[ 8] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec
18932026-05-08T19:46:16.908Z[ 10] 5.00-6.00 sec 195 MBytes 1.63 Gbits/sec
18942026-05-08T19:46:16.908Z[ 12] 5.00-6.00 sec 180 MBytes 1.51 Gbits/sec
18952026-05-08T19:46:16.908Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
18962026-05-08T19:46:16.908Z[ 16] 5.00-6.00 sec 179 MBytes 1.50 Gbits/sec
18972026-05-08T19:46:16.908Z[ 18] 5.00-6.00 sec 179 MBytes 1.50 Gbits/sec
18982026-05-08T19:46:16.912Z[ 20] 5.00-6.00 sec 187 MBytes 1.57 Gbits/sec
18992026-05-08T19:46:16.912Z[SUM] 5.00-6.00 sec 1.45 GBytes 12.4 Gbits/sec
19002026-05-08T19:46:16.912Z- - - - - - - - - - - - - - - - - - - - - - - - -
19012026-05-08T19:46:16.912Z[ 5] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
19022026-05-08T19:46:16.912Z[ 8] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
19032026-05-08T19:46:16.912Z[ 10] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
19042026-05-08T19:46:19.908Z[ 12] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
19052026-05-08T19:46:19.908Z[ 14] 6.00-7.00 sec 162 MBytes 1.36 Gbits/sec
19062026-05-08T19:46:19.908Z[ 16] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
19072026-05-08T19:46:19.908Z[ 18] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
19082026-05-08T19:46:19.908Z[ 20] 6.00-7.00 sec 165 MBytes 1.39 Gbits/sec
19092026-05-08T19:46:19.908Z[SUM] 6.00-7.00 sec 1.25 GBytes 10.7 Gbits/sec
19102026-05-08T19:46:19.908Z- - - - - - - - - - - - - - - - - - - - - - - - -
19112026-05-08T19:46:19.908Z[ 5] 7.00-8.00 sec 169 MBytes 1.42 Gbits/sec
19122026-05-08T19:46:19.908Z[ 8] 7.00-8.00 sec 165 MBytes 1.38 Gbits/sec
19132026-05-08T19:46:19.908Z[ 10] 7.00-8.00 sec 170 MBytes 1.43 Gbits/sec
19142026-05-08T19:46:19.908Z[ 12] 7.00-8.00 sec 165 MBytes 1.38 Gbits/sec
19152026-05-08T19:46:19.908Z[ 14] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec
19162026-05-08T19:46:19.908Z[ 16] 7.00-8.00 sec 164 MBytes 1.38 Gbits/sec
19172026-05-08T19:46:19.908Z[ 18] 7.00-8.00 sec 165 MBytes 1.38 Gbits/sec
19182026-05-08T19:46:19.908Z[ 20] 7.00-8.00 sec 175 MBytes 1.47 Gbits/sec
19192026-05-08T19:46:19.908Z[SUM] 7.00-8.00 sec 1.30 GBytes 11.2 Gbits/sec
19202026-05-08T19:46:19.908Z- - - - - - - - - - - - - - - - - - - - - - - - -
19212026-05-08T19:46:19.908Z[ 5] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec
19222026-05-08T19:46:19.908Z[ 8] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
19232026-05-08T19:46:19.908Z[ 10] 8.00-9.00 sec 162 MBytes 1.36 Gbits/sec
19242026-05-08T19:46:19.908Z[ 12] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
19252026-05-08T19:46:19.908Z[ 14] 8.00-9.00 sec 159 MBytes 1.33 Gbits/sec
19262026-05-08T19:46:19.908Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19272026-05-08T19:46:19.909Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19282026-05-08T19:46:19.909Z[ 20] 8.00-9.00 sec 160 MBytes 1.34 Gbits/sec
19292026-05-08T19:46:19.909Z[SUM] 8.00-9.00 sec 1.24 GBytes 10.6 Gbits/sec
19302026-05-08T19:46:19.909Z- - - - - - - - - - - - - - - - - - - - - - - - -
19312026-05-08T19:46:19.909Z[ 5] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
19322026-05-08T19:46:19.909Z[ 8] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
19332026-05-08T19:46:19.909Z[ 10] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
19342026-05-08T19:46:19.909Z[ 12] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
19352026-05-08T19:46:19.909Z[ 14] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
19362026-05-08T19:46:19.909Z[ 16] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19372026-05-08T19:46:19.909Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19382026-05-08T19:46:19.909Z[ 20] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
19392026-05-08T19:46:19.909Z[SUM] 9.00-10.00 sec 1.24 GBytes 10.6 Gbits/sec
19402026-05-08T19:46:19.909Z- - - - - - - - - - - - - - - - - - - - - - - - -
19412026-05-08T19:46:19.909Z[ 5] 10.00-10.00 sec 128 KBytes 2.47 Gbits/sec
19422026-05-08T19:46:19.909Z[ 8] 10.00-10.00 sec 128 KBytes 2.47 Gbits/sec
19432026-05-08T19:46:19.909Z[ 10] 10.00-10.00 sec 128 KBytes 2.48 Gbits/sec
19442026-05-08T19:46:19.909Z[ 12] 10.00-10.00 sec 128 KBytes 2.47 Gbits/sec
19452026-05-08T19:46:19.909Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19462026-05-08T19:46:19.909Z[ 16] 10.00-10.00 sec 128 KBytes 2.47 Gbits/sec
19472026-05-08T19:46:19.909Z[ 18] 10.00-10.00 sec 128 KBytes 2.47 Gbits/sec
19482026-05-08T19:46:19.912Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19492026-05-08T19:46:19.912Z[SUM] 10.00-10.00 sec 768 KBytes 14.8 Gbits/sec
19502026-05-08T19:46:19.912Z- - - - - - - - - - - - - - - - - - - - - - - - -
19512026-05-08T19:46:19.912Z[ ID] Interval Transfer Bitrate
19522026-05-08T19:46:19.912Z[ 5] 0.00-10.00 sec 1.72 GBytes 1.48 Gbits/sec sender
19532026-05-08T19:46:19.912Z[ 8] 0.00-10.00 sec 1.63 GBytes 1.40 Gbits/sec sender
19542026-05-08T19:46:19.912Z[ 10] 0.00-10.00 sec 1.71 GBytes 1.47 Gbits/sec sender
19552026-05-08T19:46:19.912Z[ 12] 0.00-10.00 sec 1.63 GBytes 1.40 Gbits/sec sender
19562026-05-08T19:46:19.912Z[ 14] 0.00-10.00 sec 1.64 GBytes 1.41 Gbits/sec sender
19572026-05-08T19:46:19.912Z[ 16] 0.00-10.00 sec 1.61 GBytes 1.38 Gbits/sec sender
19582026-05-08T19:46:19.912Z[ 18] 0.00-10.00 sec 1.61 GBytes 1.38 Gbits/sec sender
19592026-05-08T19:46:19.913Z[ 20] 0.00-10.00 sec 1.74 GBytes 1.49 Gbits/sec sender
19602026-05-08T19:46:19.913Z[SUM] 0.00-10.00 sec 13.3 GBytes 11.4 Gbits/sec sender
19612026-05-08T19:46:19.913ZRun 2/5...11422.26607611926Mbps
19622026-05-08T19:46:27.313Z-----------------------------------------------------------
19632026-05-08T19:46:27.313ZServer listening on 5201 (test #8)
19642026-05-08T19:46:27.313Z-----------------------------------------------------------
19652026-05-08T19:46:27.314ZAccepted connection from 10.0.0.1, port 48529
19662026-05-08T19:46:27.314Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46596
19672026-05-08T19:46:27.314Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60650
19682026-05-08T19:46:27.314Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59172
19692026-05-08T19:46:27.314Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38001
19702026-05-08T19:46:27.314Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54399
19712026-05-08T19:46:27.314Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44232
19722026-05-08T19:46:27.314Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53261
19732026-05-08T19:46:27.314Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41487
19742026-05-08T19:46:27.314Z[ ID] Interval Transfer Bitrate
19752026-05-08T19:46:27.314Z[ 5] 0.00-1.00 sec 127 MBytes 1.07 Gbits/sec
19762026-05-08T19:46:27.314Z[ 8] 0.00-1.00 sec 127 MBytes 1.06 Gbits/sec
19772026-05-08T19:46:27.314Z[ 10] 0.00-1.00 sec 125 MBytes 1.05 Gbits/sec
19782026-05-08T19:46:27.314Z[ 12] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
19792026-05-08T19:46:27.314Z[ 14] 0.00-1.00 sec 125 MBytes 1.05 Gbits/sec
19802026-05-08T19:46:27.314Z[ 16] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
19812026-05-08T19:46:27.315Z[ 18] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
19822026-05-08T19:46:27.315Z[ 20] 0.00-1.00 sec 122 MBytes 1.03 Gbits/sec
19832026-05-08T19:46:27.315Z[SUM] 0.00-1.00 sec 998 MBytes 8.37 Gbits/sec
19842026-05-08T19:46:27.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
19852026-05-08T19:46:27.315Z[ 5] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec
19862026-05-08T19:46:27.315Z[ 8] 1.00-2.00 sec 158 MBytes 1.33 Gbits/sec
19872026-05-08T19:46:27.315Z[ 10] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
19882026-05-08T19:46:27.315Z[ 12] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
19892026-05-08T19:46:27.315Z[ 14] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
19902026-05-08T19:46:27.315Z[ 16] 1.00-2.00 sec 158 MBytes 1.33 Gbits/sec
19912026-05-08T19:46:27.315Z[ 18] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
19922026-05-08T19:46:27.315Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
19932026-05-08T19:46:27.315Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.5 Gbits/sec
19942026-05-08T19:46:27.315Z- - - - - - - - - - - - - - - - - - - - - - - - -
19952026-05-08T19:46:27.316Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
19962026-05-08T19:46:27.316Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
19972026-05-08T19:46:27.316Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
19982026-05-08T19:46:27.316Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
19992026-05-08T19:46:27.316Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
20002026-05-08T19:46:27.316Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
20012026-05-08T19:46:27.316Z[ 18] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
20022026-05-08T19:46:27.316Z[ 20] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
20032026-05-08T19:46:27.316Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.4 Gbits/sec
20042026-05-08T19:46:27.316Z- - - - - - - - - - - - - - - - - - - - - - - - -
20052026-05-08T19:46:27.316Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
20062026-05-08T19:46:27.316Z[ 8] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
20072026-05-08T19:46:27.316Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20082026-05-08T19:46:27.317Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20092026-05-08T19:46:27.317Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20102026-05-08T19:46:27.317Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
20112026-05-08T19:46:27.317Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20122026-05-08T19:46:27.317Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
20132026-05-08T19:46:27.317Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
20142026-05-08T19:46:27.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
20152026-05-08T19:46:27.317Z[ 5] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20162026-05-08T19:46:27.317Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20172026-05-08T19:46:27.317Z[ 10] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
20182026-05-08T19:46:27.317Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20192026-05-08T19:46:27.317Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20202026-05-08T19:46:27.321Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20212026-05-08T19:46:27.322Z[ 18] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
20222026-05-08T19:46:27.322Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
20232026-05-08T19:46:27.322Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.4 Gbits/sec
20242026-05-08T19:46:27.322Z- - - - - - - - - - - - - - - - - - - - - - - - -
20252026-05-08T19:46:27.322Z[ 5] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
20262026-05-08T19:46:27.322Z[ 8] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20272026-05-08T19:46:27.322Z[ 10] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
20282026-05-08T19:46:27.322Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
20292026-05-08T19:46:27.322Z[ 14] 5.00-6.00 sec 158 MBytes 1.32 Gbits/sec
20302026-05-08T19:46:27.322Z[ 16] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
20312026-05-08T19:46:27.322Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
20322026-05-08T19:46:27.322Z[ 20] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
20332026-05-08T19:46:27.322Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.6 Gbits/sec
20342026-05-08T19:46:27.322Z- - - - - - - - - - - - - - - - - - - - - - - - -
20352026-05-08T19:46:27.322Z[ 5] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
20362026-05-08T19:46:27.322Z[ 8] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
20372026-05-08T19:46:27.323Z[ 10] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
20382026-05-08T19:46:30.319Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
20392026-05-08T19:46:30.319Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
20402026-05-08T19:46:30.319Z[ 16] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
20412026-05-08T19:46:30.319Z[ 18] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
20422026-05-08T19:46:30.319Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
20432026-05-08T19:46:30.319Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.4 Gbits/sec
20442026-05-08T19:46:30.319Z- - - - - - - - - - - - - - - - - - - - - - - - -
20452026-05-08T19:46:30.319Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
20462026-05-08T19:46:30.319Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
20472026-05-08T19:46:30.319Z[ 10] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
20482026-05-08T19:46:30.319Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
20492026-05-08T19:46:30.319Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
20502026-05-08T19:46:30.320Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
20512026-05-08T19:46:30.320Z[ 18] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
20522026-05-08T19:46:30.320Z[ 20] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
20532026-05-08T19:46:30.320Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.4 Gbits/sec
20542026-05-08T19:46:30.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
20552026-05-08T19:46:30.320Z[ 5] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
20562026-05-08T19:46:30.320Z[ 8] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
20572026-05-08T19:46:30.320Z[ 10] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
20582026-05-08T19:46:30.320Z[ 12] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
20592026-05-08T19:46:30.320Z[ 14] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
20602026-05-08T19:46:30.320Z[ 16] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
20612026-05-08T19:46:30.320Z[ 18] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
20622026-05-08T19:46:30.320Z[ 20] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
20632026-05-08T19:46:30.320Z[SUM] 8.00-9.00 sec 1.23 GBytes 10.5 Gbits/sec
20642026-05-08T19:46:30.320Z- - - - - - - - - - - - - - - - - - - - - - - - -
20652026-05-08T19:46:30.321Z[ 5] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
20662026-05-08T19:46:30.321Z[ 8] 9.00-10.00 sec 159 MBytes 1.33 Gbits/sec
20672026-05-08T19:46:30.321Z[ 10] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
20682026-05-08T19:46:30.321Z[ 12] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
20692026-05-08T19:46:30.321Z[ 14] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
20702026-05-08T19:46:30.321Z[ 16] 9.00-10.00 sec 159 MBytes 1.34 Gbits/sec
20712026-05-08T19:46:30.321Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
20722026-05-08T19:46:30.321Z[ 20] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
20732026-05-08T19:46:30.321Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.6 Gbits/sec
20742026-05-08T19:46:30.321Z- - - - - - - - - - - - - - - - - - - - - - - - -
20752026-05-08T19:46:30.321Z[ 5] 10.00-10.00 sec 512 KBytes 1.15 Gbits/sec
20762026-05-08T19:46:30.321Z[ 8] 10.00-10.00 sec 640 KBytes 1.44 Gbits/sec
20772026-05-08T19:46:30.321Z[ 10] 10.00-10.00 sec 512 KBytes 1.15 Gbits/sec
20782026-05-08T19:46:30.321Z[ 12] 10.00-10.00 sec 640 KBytes 1.44 Gbits/sec
20792026-05-08T19:46:30.321Z[ 14] 10.00-10.00 sec 640 KBytes 1.44 Gbits/sec
20802026-05-08T19:46:30.321Z[ 16] 10.00-10.00 sec 640 KBytes 1.44 Gbits/sec
20812026-05-08T19:46:30.321Z[ 18] 10.00-10.00 sec 512 KBytes 1.15 Gbits/sec
20822026-05-08T19:46:30.321Z[ 20] 10.00-10.00 sec 512 KBytes 1.15 Gbits/sec
20832026-05-08T19:46:30.321Z[SUM] 10.00-10.00 sec 4.50 MBytes 10.3 Gbits/sec
20842026-05-08T19:46:30.325Z- - - - - - - - - - - - - - - - - - - - - - - - -
20852026-05-08T19:46:30.325Z[ ID] Interval Transfer Bitrate
20862026-05-08T19:46:30.326Z[ 5] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
20872026-05-08T19:46:30.326Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
20882026-05-08T19:46:30.326Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
20892026-05-08T19:46:30.326Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
20902026-05-08T19:46:30.326Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
20912026-05-08T19:46:30.326Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
20922026-05-08T19:46:30.326Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
20932026-05-08T19:46:30.326Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
20942026-05-08T19:46:30.326Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec sender
20952026-05-08T19:46:30.326ZRun 3/5...10287.903209825205Mbps
20962026-05-08T19:46:37.745Z-----------------------------------------------------------
20972026-05-08T19:46:37.745ZServer listening on 5201 (test #9)
20982026-05-08T19:46:37.745Z-----------------------------------------------------------
20992026-05-08T19:46:37.745ZAccepted connection from 10.0.0.1, port 35712
21002026-05-08T19:46:37.746Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57997
21012026-05-08T19:46:37.746Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39204
21022026-05-08T19:46:37.746Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63508
21032026-05-08T19:46:37.746Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58088
21042026-05-08T19:46:37.746Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51634
21052026-05-08T19:46:37.746Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50885
21062026-05-08T19:46:37.746Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43918
21072026-05-08T19:46:37.746Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45101
21082026-05-08T19:46:37.746Z[ ID] Interval Transfer Bitrate
21092026-05-08T19:46:37.746Z[ 5] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21102026-05-08T19:46:37.746Z[ 8] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
21112026-05-08T19:46:37.746Z[ 10] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
21122026-05-08T19:46:37.746Z[ 12] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21132026-05-08T19:46:37.746Z[ 14] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21142026-05-08T19:46:37.746Z[ 16] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21152026-05-08T19:46:37.747Z[ 18] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
21162026-05-08T19:46:37.747Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21172026-05-08T19:46:37.747Z[SUM] 0.00-1.00 sec 969 MBytes 8.13 Gbits/sec
21182026-05-08T19:46:37.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
21192026-05-08T19:46:37.747Z[ 5] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21202026-05-08T19:46:37.747Z[ 8] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21212026-05-08T19:46:37.747Z[ 10] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21222026-05-08T19:46:37.747Z[ 12] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21232026-05-08T19:46:37.747Z[ 14] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21242026-05-08T19:46:37.747Z[ 16] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21252026-05-08T19:46:37.747Z[ 18] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21262026-05-08T19:46:37.747Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
21272026-05-08T19:46:37.747Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.5 Gbits/sec
21282026-05-08T19:46:37.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
21292026-05-08T19:46:37.747Z[ 5] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21302026-05-08T19:46:37.747Z[ 8] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
21312026-05-08T19:46:37.747Z[ 10] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21322026-05-08T19:46:37.748Z[ 12] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
21332026-05-08T19:46:37.748Z[ 14] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
21342026-05-08T19:46:37.748Z[ 16] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
21352026-05-08T19:46:37.748Z[ 18] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
21362026-05-08T19:46:37.748Z[ 20] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
21372026-05-08T19:46:37.748Z[SUM] 2.00-3.00 sec 1.23 GBytes 10.6 Gbits/sec
21382026-05-08T19:46:37.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
21392026-05-08T19:46:37.748Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
21402026-05-08T19:46:37.748Z[ 8] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
21412026-05-08T19:46:37.748Z[ 10] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
21422026-05-08T19:46:37.748Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
21432026-05-08T19:46:37.748Z[ 14] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
21442026-05-08T19:46:37.748Z[ 16] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
21452026-05-08T19:46:37.748Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21462026-05-08T19:46:37.748Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21472026-05-08T19:46:37.748Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
21482026-05-08T19:46:37.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
21492026-05-08T19:46:37.748Z[ 5] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21502026-05-08T19:46:37.748Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
21512026-05-08T19:46:37.748Z[ 10] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
21522026-05-08T19:46:37.748Z[ 12] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
21532026-05-08T19:46:37.748Z[ 14] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21542026-05-08T19:46:37.748Z[ 16] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21552026-05-08T19:46:37.748Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
21562026-05-08T19:46:37.748Z[ 20] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
21572026-05-08T19:46:37.748Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.6 Gbits/sec
21582026-05-08T19:46:37.749Z- - - - - - - - - - - - - - - - - - - - - - - - -
21592026-05-08T19:46:37.749Z[ 5] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
21602026-05-08T19:46:37.749Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
21612026-05-08T19:46:37.749Z[ 10] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
21622026-05-08T19:46:37.749Z[ 12] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
21632026-05-08T19:46:37.749Z[ 14] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
21642026-05-08T19:46:37.749Z[ 16] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
21652026-05-08T19:46:37.749Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
21662026-05-08T19:46:37.749Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
21672026-05-08T19:46:37.749Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.6 Gbits/sec
21682026-05-08T19:46:37.756Z- - - - - - - - - - - - - - - - - - - - - - - - -
21692026-05-08T19:46:37.756Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21702026-05-08T19:46:37.756Z[ 8] 6.00-7.00 sec 154 MBytes 1.30 Gbits/sec
21712026-05-08T19:46:37.756Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21722026-05-08T19:46:40.746Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21732026-05-08T19:46:40.746Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21742026-05-08T19:46:40.746Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21752026-05-08T19:46:40.746Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21762026-05-08T19:46:40.746Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
21772026-05-08T19:46:40.746Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
21782026-05-08T19:46:40.746Z- - - - - - - - - - - - - - - - - - - - - - - - -
21792026-05-08T19:46:40.746Z[ 5] 7.00-8.00 sec 160 MBytes 1.34 Gbits/sec
21802026-05-08T19:46:40.746Z[ 8] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
21812026-05-08T19:46:40.746Z[ 10] 7.00-8.00 sec 159 MBytes 1.34 Gbits/sec
21822026-05-08T19:46:40.746Z[ 12] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
21832026-05-08T19:46:40.746Z[ 14] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
21842026-05-08T19:46:40.746Z[ 16] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
21852026-05-08T19:46:40.746Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
21862026-05-08T19:46:40.746Z[ 20] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
21872026-05-08T19:46:40.747Z[SUM] 7.00-8.00 sec 1.23 GBytes 10.6 Gbits/sec
21882026-05-08T19:46:40.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
21892026-05-08T19:46:40.747Z[ 5] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
21902026-05-08T19:46:40.747Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
21912026-05-08T19:46:40.747Z[ 10] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
21922026-05-08T19:46:40.747Z[ 12] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
21932026-05-08T19:46:40.747Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
21942026-05-08T19:46:40.747Z[ 16] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
21952026-05-08T19:46:40.747Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
21962026-05-08T19:46:40.747Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
21972026-05-08T19:46:40.747Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
21982026-05-08T19:46:40.751Z- - - - - - - - - - - - - - - - - - - - - - - - -
21992026-05-08T19:46:40.752Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
22002026-05-08T19:46:40.752Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22012026-05-08T19:46:40.752Z[ 10] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
22022026-05-08T19:46:40.752Z[ 12] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
22032026-05-08T19:46:40.752Z[ 14] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
22042026-05-08T19:46:40.752Z[ 16] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
22052026-05-08T19:46:40.752Z[ 18] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
22062026-05-08T19:46:40.752Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22072026-05-08T19:46:40.753Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.5 Gbits/sec
22082026-05-08T19:46:40.753Z- - - - - - - - - - - - - - - - - - - - - - - - -
22092026-05-08T19:46:40.753Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22102026-05-08T19:46:40.753Z[ 8] 10.00-10.00 sec 128 KBytes 2.13 Gbits/sec
22112026-05-08T19:46:40.753Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22122026-05-08T19:46:40.753Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22132026-05-08T19:46:40.753Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22142026-05-08T19:46:40.753Z[ 16] 10.00-10.00 sec 128 KBytes 2.13 Gbits/sec
22152026-05-08T19:46:40.753Z[ 18] 10.00-10.00 sec 128 KBytes 2.13 Gbits/sec
22162026-05-08T19:46:40.753Z[ 20] 10.00-10.00 sec 128 KBytes 2.13 Gbits/sec
22172026-05-08T19:46:40.753Z[SUM] 10.00-10.00 sec 512 KBytes 8.51 Gbits/sec
22182026-05-08T19:46:40.753Z- - - - - - - - - - - - - - - - - - - - - - - - -
22192026-05-08T19:46:40.753Z[ ID] Interval Transfer Bitrate
22202026-05-08T19:46:40.754Z[ 5] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22212026-05-08T19:46:40.754Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22222026-05-08T19:46:40.754Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22232026-05-08T19:46:40.754Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22242026-05-08T19:46:40.754Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec sender
22252026-05-08T19:46:40.754Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec sender
22262026-05-08T19:46:40.754Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22272026-05-08T19:46:40.754Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22282026-05-08T19:46:40.754Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec sender
22292026-05-08T19:46:40.754ZRun 4/5...10283.283928233233Mbps
22302026-05-08T19:46:48.150Z-----------------------------------------------------------
22312026-05-08T19:46:48.150ZServer listening on 5201 (test #10)
22322026-05-08T19:46:48.150Z-----------------------------------------------------------
22332026-05-08T19:46:48.150ZAccepted connection from 10.0.0.1, port 37467
22342026-05-08T19:46:48.150Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56155
22352026-05-08T19:46:48.150Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41485
22362026-05-08T19:46:48.150Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54283
22372026-05-08T19:46:48.150Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52763
22382026-05-08T19:46:48.150Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41271
22392026-05-08T19:46:48.150Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33312
22402026-05-08T19:46:48.150Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62311
22412026-05-08T19:46:48.150Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60931
22422026-05-08T19:46:48.150Z[ ID] Interval Transfer Bitrate
22432026-05-08T19:46:48.150Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
22442026-05-08T19:46:48.150Z[ 8] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22452026-05-08T19:46:48.150Z[ 10] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22462026-05-08T19:46:48.150Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22472026-05-08T19:46:48.150Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
22482026-05-08T19:46:48.150Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
22492026-05-08T19:46:48.150Z[ 18] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
22502026-05-08T19:46:48.150Z[ 20] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22512026-05-08T19:46:48.150Z[SUM] 0.00-1.00 sec 959 MBytes 8.04 Gbits/sec
22522026-05-08T19:46:48.150Z- - - - - - - - - - - - - - - - - - - - - - - - -
22532026-05-08T19:46:48.150Z[ 5] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
22542026-05-08T19:46:48.150Z[ 8] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
22552026-05-08T19:46:48.150Z[ 10] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
22562026-05-08T19:46:48.150Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22572026-05-08T19:46:48.150Z[ 14] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
22582026-05-08T19:46:48.150Z[ 16] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
22592026-05-08T19:46:48.151Z[ 18] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
22602026-05-08T19:46:48.151Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
22612026-05-08T19:46:48.151Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.5 Gbits/sec
22622026-05-08T19:46:48.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
22632026-05-08T19:46:48.151Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22642026-05-08T19:46:48.151Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22652026-05-08T19:46:48.151Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
22662026-05-08T19:46:48.151Z[ 12] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22672026-05-08T19:46:48.151Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22682026-05-08T19:46:48.151Z[ 16] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
22692026-05-08T19:46:48.151Z[ 18] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22702026-05-08T19:46:48.151Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22712026-05-08T19:46:48.151Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
22722026-05-08T19:46:48.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
22732026-05-08T19:46:48.151Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22742026-05-08T19:46:48.151Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22752026-05-08T19:46:48.151Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22762026-05-08T19:46:48.151Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22772026-05-08T19:46:48.151Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22782026-05-08T19:46:48.151Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22792026-05-08T19:46:48.151Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
22802026-05-08T19:46:48.151Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22812026-05-08T19:46:48.151Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
22822026-05-08T19:46:48.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
22832026-05-08T19:46:48.151Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22842026-05-08T19:46:48.151Z[ 8] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22852026-05-08T19:46:48.151Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22862026-05-08T19:46:48.151Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22872026-05-08T19:46:48.151Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22882026-05-08T19:46:48.151Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22892026-05-08T19:46:48.151Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22902026-05-08T19:46:48.151Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
22912026-05-08T19:46:48.151Z[SUM] 4.00-5.00 sec 1.20 GBytes 10.3 Gbits/sec
22922026-05-08T19:46:48.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
22932026-05-08T19:46:48.151Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
22942026-05-08T19:46:48.151Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
22952026-05-08T19:46:48.151Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
22962026-05-08T19:46:48.151Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
22972026-05-08T19:46:48.151Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
22982026-05-08T19:46:48.152Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
22992026-05-08T19:46:48.152Z[ 18] 5.00-6.00 sec 156 MBytes 1.30 Gbits/sec
23002026-05-08T19:46:48.152Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
23012026-05-08T19:46:48.152Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
23022026-05-08T19:46:48.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
23032026-05-08T19:46:48.152Z[ 5] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
23042026-05-08T19:46:48.152Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
23052026-05-08T19:46:48.152Z[ 10] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
23062026-05-08T19:46:51.151Z[ 12] 6.00-7.00 sec 157 MBytes 1.32 Gbits/sec
23072026-05-08T19:46:51.151Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
23082026-05-08T19:46:51.151Z[ 16] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
23092026-05-08T19:46:51.151Z[ 18] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
23102026-05-08T19:46:51.151Z[ 20] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
23112026-05-08T19:46:51.151Z[SUM] 6.00-7.00 sec 1.23 GBytes 10.6 Gbits/sec
23122026-05-08T19:46:51.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
23132026-05-08T19:46:51.151Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23142026-05-08T19:46:51.151Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23152026-05-08T19:46:51.151Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23162026-05-08T19:46:51.151Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23172026-05-08T19:46:51.151Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23182026-05-08T19:46:51.151Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23192026-05-08T19:46:51.151Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23202026-05-08T19:46:51.151Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23212026-05-08T19:46:51.151Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
23222026-05-08T19:46:51.151Z- - - - - - - - - - - - - - - - - - - - - - - - -
23232026-05-08T19:46:51.151Z[ 5] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
23242026-05-08T19:46:51.151Z[ 8] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
23252026-05-08T19:46:51.151Z[ 10] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
23262026-05-08T19:46:51.152Z[ 12] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
23272026-05-08T19:46:51.152Z[ 14] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
23282026-05-08T19:46:51.152Z[ 16] 8.00-9.00 sec 160 MBytes 1.34 Gbits/sec
23292026-05-08T19:46:51.152Z[ 18] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec
23302026-05-08T19:46:51.152Z[ 20] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
23312026-05-08T19:46:51.152Z[SUM] 8.00-9.00 sec 1.23 GBytes 10.6 Gbits/sec
23322026-05-08T19:46:51.152Z- - - - - - - - - - - - - - - - - - - - - - - - -
23332026-05-08T19:46:51.152Z[ 5] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
23342026-05-08T19:46:51.152Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
23352026-05-08T19:46:51.152Z[ 10] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
23362026-05-08T19:46:51.152Z[ 12] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
23372026-05-08T19:46:51.152Z[ 14] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
23382026-05-08T19:46:51.152Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
23392026-05-08T19:46:51.152Z[ 18] 9.00-10.00 sec 159 MBytes 1.33 Gbits/sec
23402026-05-08T19:46:51.155Z[ 20] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23412026-05-08T19:46:51.155Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.5 Gbits/sec
23422026-05-08T19:46:51.155Z- - - - - - - - - - - - - - - - - - - - - - - - -
23432026-05-08T19:46:51.155Z[ 5] 10.00-10.00 sec 128 KBytes 2.55 Gbits/sec
23442026-05-08T19:46:51.155Z[ 8] 10.00-10.00 sec 128 KBytes 2.55 Gbits/sec
23452026-05-08T19:46:51.155Z[ 10] 10.00-10.00 sec 128 KBytes 2.56 Gbits/sec
23462026-05-08T19:46:51.155Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23472026-05-08T19:46:51.155Z[ 14] 10.00-10.00 sec 128 KBytes 2.56 Gbits/sec
23482026-05-08T19:46:51.155Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23492026-05-08T19:46:51.155Z[ 18] 10.00-10.00 sec 128 KBytes 2.56 Gbits/sec
23502026-05-08T19:46:51.156Z[ 20] 10.00-10.00 sec 128 KBytes 2.56 Gbits/sec
23512026-05-08T19:46:51.156Z[SUM] 10.00-10.00 sec 768 KBytes 15.3 Gbits/sec
23522026-05-08T19:46:51.156Z- - - - - - - - - - - - - - - - - - - - - - - - -
23532026-05-08T19:46:51.156Z[ ID] Interval Transfer Bitrate
23542026-05-08T19:46:51.156Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23552026-05-08T19:46:51.156Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23562026-05-08T19:46:51.156Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23572026-05-08T19:46:51.156Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23582026-05-08T19:46:51.156Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23592026-05-08T19:46:51.156Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23602026-05-08T19:46:51.156Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
23612026-05-08T19:46:51.156Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23622026-05-08T19:46:51.156Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec sender
23632026-05-08T19:46:51.156ZRun 5/5...10230.62813402993Mbps
23642026-05-08T19:46:51.156Z###---------------------###
23652026-05-08T19:46:51.156Z::: iPerf done... :::
23662026-05-08T19:46:51.156Z:::Awaiting out files...:::
23672026-05-08T19:46:51.156Z###---------------------###
23682026-05-08T19:46:51.156Z###-----###
23692026-05-08T19:46:51.156Z:::done!:::
23702026-05-08T19:46:51.156Z###-----###
23712026-05-08T19:46:51.156Z###-------------------###
23722026-05-08T19:46:51.156Z:::Running experiment :::
23732026-05-08T19:46:51.156Z:::iperf-tcp/local/c2s:::
23742026-05-08T19:46:51.156Z###-------------------###
23752026-05-08T19:46:51.393Zdtrace: description 'profile-201us ' matched 2 probes
23762026-05-08T19:46:58.575Z-----------------------------------------------------------
23772026-05-08T19:46:58.575ZServer listening on 5201 (test #11)
23782026-05-08T19:46:58.575Z-----------------------------------------------------------
23792026-05-08T19:46:58.575ZAccepted connection from 10.0.0.1, port 65338
23802026-05-08T19:46:58.575Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63652
23812026-05-08T19:46:58.575Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41733
23822026-05-08T19:46:58.575Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46618
23832026-05-08T19:46:58.575Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39199
23842026-05-08T19:46:58.575Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54984
23852026-05-08T19:46:58.575Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46368
23862026-05-08T19:46:58.575Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46892
23872026-05-08T19:46:58.575Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44170
23882026-05-08T19:46:58.575Z[ ID] Interval Transfer Bitrate
23892026-05-08T19:46:58.575Z[ 5] 0.00-1.00 sec 34.2 MBytes 287 Mbits/sec
23902026-05-08T19:46:58.575Z[ 8] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
23912026-05-08T19:46:58.575Z[ 10] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
23922026-05-08T19:46:58.575Z[ 12] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
23932026-05-08T19:46:58.575Z[ 14] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
23942026-05-08T19:46:58.576Z[ 16] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
23952026-05-08T19:46:58.576Z[ 18] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
23962026-05-08T19:46:58.576Z[ 20] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
23972026-05-08T19:46:58.576Z[SUM] 0.00-1.00 sec 338 MBytes 2.83 Gbits/sec
23982026-05-08T19:46:58.576Z- - - - - - - - - - - - - - - - - - - - - - - - -
23992026-05-08T19:46:58.576Z[ 5] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24002026-05-08T19:46:58.576Z[ 8] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
24012026-05-08T19:46:58.576Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
24022026-05-08T19:46:58.576Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24032026-05-08T19:46:58.576Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24042026-05-08T19:46:58.576Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
24052026-05-08T19:46:58.576Z[ 18] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24062026-05-08T19:46:58.576Z[ 20] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
24072026-05-08T19:46:58.576Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
24082026-05-08T19:46:58.576Z- - - - - - - - - - - - - - - - - - - - - - - - -
24092026-05-08T19:46:58.576Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
24102026-05-08T19:46:58.576Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
24112026-05-08T19:46:58.576Z[ 10] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
24122026-05-08T19:46:58.576Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
24132026-05-08T19:46:58.576Z[ 14] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
24142026-05-08T19:46:58.576Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
24152026-05-08T19:46:58.576Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
24162026-05-08T19:46:58.576Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
24172026-05-08T19:46:58.576Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
24182026-05-08T19:46:58.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
24192026-05-08T19:46:58.577Z[ 5] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
24202026-05-08T19:46:58.577Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24212026-05-08T19:46:58.577Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
24222026-05-08T19:46:58.577Z[ 12] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
24232026-05-08T19:46:58.577Z[ 14] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24242026-05-08T19:46:58.577Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
24252026-05-08T19:46:58.577Z[ 18] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
24262026-05-08T19:46:58.577Z[ 20] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
24272026-05-08T19:46:58.577Z[SUM] 3.00-4.00 sec 431 MBytes 3.62 Gbits/sec
24282026-05-08T19:46:58.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
24292026-05-08T19:46:58.577Z[ 5] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
24302026-05-08T19:46:58.577Z[ 8] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
24312026-05-08T19:46:58.577Z[ 10] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
24322026-05-08T19:46:58.577Z[ 12] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
24332026-05-08T19:46:58.577Z[ 14] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
24342026-05-08T19:46:58.577Z[ 16] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
24352026-05-08T19:46:58.577Z[ 18] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
24362026-05-08T19:46:58.577Z[ 20] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
24372026-05-08T19:46:58.577Z[SUM] 4.00-5.00 sec 433 MBytes 3.63 Gbits/sec
24382026-05-08T19:46:58.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
24392026-05-08T19:46:58.577Z[ 5] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
24402026-05-08T19:46:58.577Z[ 8] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
24412026-05-08T19:46:58.577Z[ 10] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
24422026-05-08T19:46:58.577Z[ 12] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
24432026-05-08T19:46:58.577Z[ 14] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
24442026-05-08T19:46:58.578Z[ 16] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
24452026-05-08T19:46:58.578Z[ 18] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
24462026-05-08T19:46:58.578Z[ 20] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
24472026-05-08T19:46:58.578Z[SUM] 5.00-6.00 sec 432 MBytes 3.62 Gbits/sec
24482026-05-08T19:46:58.578Z- - - - - - - - - - - - - - - - - - - - - - - - -
24492026-05-08T19:46:58.578Z[ 5] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
24502026-05-08T19:46:58.578Z[ 8] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
24512026-05-08T19:46:58.578Z[ 10] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
24522026-05-08T19:47:01.577Z[ 12] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
24532026-05-08T19:47:01.577Z[ 14] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
24542026-05-08T19:47:01.577Z[ 16] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
24552026-05-08T19:47:01.577Z[ 18] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
24562026-05-08T19:47:01.577Z[ 20] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
24572026-05-08T19:47:01.577Z[SUM] 6.00-7.00 sec 431 MBytes 3.62 Gbits/sec
24582026-05-08T19:47:01.577Z- - - - - - - - - - - - - - - - - - - - - - - - -
24592026-05-08T19:47:01.577Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
24602026-05-08T19:47:01.577Z[ 8] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
24612026-05-08T19:47:01.577Z[ 10] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
24622026-05-08T19:47:01.577Z[ 12] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
24632026-05-08T19:47:01.578Z[ 14] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
24642026-05-08T19:47:01.578Z[ 16] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
24652026-05-08T19:47:01.578Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
24662026-05-08T19:47:01.578Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
24672026-05-08T19:47:01.578Z[SUM] 7.00-8.00 sec 431 MBytes 3.61 Gbits/sec
24682026-05-08T19:47:01.578Z- - - - - - - - - - - - - - - - - - - - - - - - -
24692026-05-08T19:47:01.578Z[ 5] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
24702026-05-08T19:47:01.578Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
24712026-05-08T19:47:01.578Z[ 10] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
24722026-05-08T19:47:01.578Z[ 12] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
24732026-05-08T19:47:01.578Z[ 14] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
24742026-05-08T19:47:01.578Z[ 16] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
24752026-05-08T19:47:01.578Z[ 18] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
24762026-05-08T19:47:01.578Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
24772026-05-08T19:47:01.578Z[SUM] 8.00-9.00 sec 431 MBytes 3.62 Gbits/sec
24782026-05-08T19:47:01.578Z- - - - - - - - - - - - - - - - - - - - - - - - -
24792026-05-08T19:47:01.578Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
24802026-05-08T19:47:01.578Z[ 8] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
24812026-05-08T19:47:01.578Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
24822026-05-08T19:47:01.578Z[ 12] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
24832026-05-08T19:47:01.578Z[ 14] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
24842026-05-08T19:47:01.578Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
24852026-05-08T19:47:01.578Z[ 18] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
24862026-05-08T19:47:01.578Z[ 20] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
24872026-05-08T19:47:01.578Z[SUM] 9.00-10.00 sec 430 MBytes 3.61 Gbits/sec
24882026-05-08T19:47:01.578Z- - - - - - - - - - - - - - - - - - - - - - - - -
24892026-05-08T19:47:01.578Z[ 5] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
24902026-05-08T19:47:01.578Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24912026-05-08T19:47:01.578Z[ 10] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
24922026-05-08T19:47:01.578Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24932026-05-08T19:47:01.578Z[ 14] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
24942026-05-08T19:47:01.578Z[ 16] 10.00-10.00 sec 128 KBytes 1.08 Gbits/sec
24952026-05-08T19:47:01.578Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24962026-05-08T19:47:01.578Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24972026-05-08T19:47:01.578Z[SUM] 10.00-10.00 sec 512 KBytes 4.32 Gbits/sec
24982026-05-08T19:47:01.578Z- - - - - - - - - - - - - - - - - - - - - - - - -
24992026-05-08T19:47:01.578Z[ ID] Interval Transfer Bitrate
25002026-05-08T19:47:01.578Z[ 5] 0.00-10.00 sec 519 MBytes 436 Mbits/sec receiver
25012026-05-08T19:47:01.579Z[ 8] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
25022026-05-08T19:47:01.579Z[ 10] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
25032026-05-08T19:47:01.579Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
25042026-05-08T19:47:01.579Z[ 14] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
25052026-05-08T19:47:01.579Z[ 16] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
25062026-05-08T19:47:01.579Z[ 18] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
25072026-05-08T19:47:01.579Z[ 20] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
25082026-05-08T19:47:01.579Z[SUM] 0.00-10.00 sec 4.12 GBytes 3.54 Gbits/sec receiver
25092026-05-08T19:47:01.582ZRun 1/10...3536.452351376859Mbps
25102026-05-08T19:47:08.997Z-----------------------------------------------------------
25112026-05-08T19:47:08.997ZServer listening on 5201 (test #12)
25122026-05-08T19:47:08.997Z-----------------------------------------------------------
25132026-05-08T19:47:08.997ZAccepted connection from 10.0.0.1, port 38396
25142026-05-08T19:47:08.998Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53255
25152026-05-08T19:47:08.998Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57150
25162026-05-08T19:47:08.998Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39118
25172026-05-08T19:47:08.998Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61157
25182026-05-08T19:47:08.998Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45665
25192026-05-08T19:47:08.998Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33077
25202026-05-08T19:47:08.998Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46982
25212026-05-08T19:47:08.998Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33553
25222026-05-08T19:47:08.998Z[ ID] Interval Transfer Bitrate
25232026-05-08T19:47:08.998Z[ 5] 0.00-1.00 sec 34.9 MBytes 293 Mbits/sec
25242026-05-08T19:47:08.998Z[ 8] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25252026-05-08T19:47:08.998Z[ 10] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25262026-05-08T19:47:08.998Z[ 12] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25272026-05-08T19:47:08.998Z[ 14] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25282026-05-08T19:47:08.998Z[ 16] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25292026-05-08T19:47:08.998Z[ 18] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25302026-05-08T19:47:08.998Z[ 20] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25312026-05-08T19:47:08.998Z[SUM] 0.00-1.00 sec 341 MBytes 2.86 Gbits/sec
25322026-05-08T19:47:08.998Z- - - - - - - - - - - - - - - - - - - - - - - - -
25332026-05-08T19:47:08.998Z[ 5] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25342026-05-08T19:47:08.998Z[ 8] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25352026-05-08T19:47:08.998Z[ 10] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25362026-05-08T19:47:08.998Z[ 12] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
25372026-05-08T19:47:08.998Z[ 14] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
25382026-05-08T19:47:08.998Z[ 16] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25392026-05-08T19:47:08.998Z[ 18] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
25402026-05-08T19:47:08.998Z[ 20] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
25412026-05-08T19:47:08.998Z[SUM] 1.00-2.00 sec 429 MBytes 3.60 Gbits/sec
25422026-05-08T19:47:08.998Z- - - - - - - - - - - - - - - - - - - - - - - - -
25432026-05-08T19:47:08.998Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
25442026-05-08T19:47:08.998Z[ 8] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
25452026-05-08T19:47:08.998Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
25462026-05-08T19:47:08.998Z[ 12] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
25472026-05-08T19:47:08.998Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
25482026-05-08T19:47:08.998Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
25492026-05-08T19:47:08.998Z[ 18] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
25502026-05-08T19:47:08.998Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
25512026-05-08T19:47:08.998Z[SUM] 2.00-3.00 sec 431 MBytes 3.61 Gbits/sec
25522026-05-08T19:47:08.998Z- - - - - - - - - - - - - - - - - - - - - - - - -
25532026-05-08T19:47:08.999Z[ 5] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
25542026-05-08T19:47:08.999Z[ 8] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
25552026-05-08T19:47:08.999Z[ 10] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
25562026-05-08T19:47:08.999Z[ 12] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
25572026-05-08T19:47:08.999Z[ 14] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
25582026-05-08T19:47:08.999Z[ 16] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
25592026-05-08T19:47:08.999Z[ 18] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
25602026-05-08T19:47:08.999Z[ 20] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
25612026-05-08T19:47:08.999Z[SUM] 3.00-4.00 sec 433 MBytes 3.63 Gbits/sec
25622026-05-08T19:47:08.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
25632026-05-08T19:47:08.999Z[ 5] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25642026-05-08T19:47:08.999Z[ 8] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25652026-05-08T19:47:08.999Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
25662026-05-08T19:47:08.999Z[ 12] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25672026-05-08T19:47:08.999Z[ 14] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25682026-05-08T19:47:08.999Z[ 16] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25692026-05-08T19:47:08.999Z[ 18] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
25702026-05-08T19:47:08.999Z[ 20] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
25712026-05-08T19:47:08.999Z[SUM] 4.00-5.00 sec 427 MBytes 3.58 Gbits/sec
25722026-05-08T19:47:08.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
25732026-05-08T19:47:08.999Z[ 5] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25742026-05-08T19:47:08.999Z[ 8] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25752026-05-08T19:47:08.999Z[ 10] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25762026-05-08T19:47:08.999Z[ 12] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
25772026-05-08T19:47:08.999Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25782026-05-08T19:47:08.999Z[ 16] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25792026-05-08T19:47:08.999Z[ 18] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25802026-05-08T19:47:08.999Z[ 20] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25812026-05-08T19:47:08.999Z[SUM] 5.00-6.00 sec 429 MBytes 3.60 Gbits/sec
25822026-05-08T19:47:08.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
25832026-05-08T19:47:08.999Z[ 5] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
25842026-05-08T19:47:08.999Z[ 8] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
25852026-05-08T19:47:08.999Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25862026-05-08T19:47:12.001Z[ 12] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
25872026-05-08T19:47:12.001Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25882026-05-08T19:47:12.001Z[ 16] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
25892026-05-08T19:47:12.001Z[ 18] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
25902026-05-08T19:47:12.001Z[ 20] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
25912026-05-08T19:47:12.001Z[SUM] 6.00-7.00 sec 430 MBytes 3.60 Gbits/sec
25922026-05-08T19:47:12.001Z- - - - - - - - - - - - - - - - - - - - - - - - -
25932026-05-08T19:47:12.001Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
25942026-05-08T19:47:12.001Z[ 8] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
25952026-05-08T19:47:12.002Z[ 10] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
25962026-05-08T19:47:12.002Z[ 12] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
25972026-05-08T19:47:12.002Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
25982026-05-08T19:47:12.002Z[ 16] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
25992026-05-08T19:47:12.002Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26002026-05-08T19:47:12.002Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26012026-05-08T19:47:12.002Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
26022026-05-08T19:47:12.002Z- - - - - - - - - - - - - - - - - - - - - - - - -
26032026-05-08T19:47:12.002Z[ 5] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
26042026-05-08T19:47:12.002Z[ 8] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
26052026-05-08T19:47:12.002Z[ 10] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
26062026-05-08T19:47:12.002Z[ 12] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
26072026-05-08T19:47:12.002Z[ 14] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
26082026-05-08T19:47:12.002Z[ 16] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
26092026-05-08T19:47:12.002Z[ 18] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
26102026-05-08T19:47:12.002Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
26112026-05-08T19:47:12.002Z[SUM] 8.00-9.00 sec 430 MBytes 3.61 Gbits/sec
26122026-05-08T19:47:12.002Z- - - - - - - - - - - - - - - - - - - - - - - - -
26132026-05-08T19:47:12.002Z[ 5] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26142026-05-08T19:47:12.002Z[ 8] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26152026-05-08T19:47:12.002Z[ 10] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26162026-05-08T19:47:12.002Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26172026-05-08T19:47:12.002Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
26182026-05-08T19:47:12.002Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26192026-05-08T19:47:12.002Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26202026-05-08T19:47:12.002Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26212026-05-08T19:47:12.002Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
26222026-05-08T19:47:12.002Z- - - - - - - - - - - - - - - - - - - - - - - - -
26232026-05-08T19:47:12.002Z[ 5] 10.00-10.00 sec 128 KBytes 550 Mbits/sec
26242026-05-08T19:47:12.002Z[ 8] 10.00-10.00 sec 128 KBytes 551 Mbits/sec
26252026-05-08T19:47:12.002Z[ 10] 10.00-10.00 sec 128 KBytes 551 Mbits/sec
26262026-05-08T19:47:12.002Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26272026-05-08T19:47:12.002Z[ 14] 10.00-10.00 sec 128 KBytes 551 Mbits/sec
26282026-05-08T19:47:12.002Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26292026-05-08T19:47:12.002Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26302026-05-08T19:47:12.002Z[ 20] 10.00-10.00 sec 128 KBytes 551 Mbits/sec
26312026-05-08T19:47:12.002Z[SUM] 10.00-10.00 sec 640 KBytes 2.75 Gbits/sec
26322026-05-08T19:47:12.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
26332026-05-08T19:47:12.003Z[ ID] Interval Transfer Bitrate
26342026-05-08T19:47:12.003Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
26352026-05-08T19:47:12.003Z[ 8] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26362026-05-08T19:47:12.003Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26372026-05-08T19:47:12.003Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26382026-05-08T19:47:12.003Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26392026-05-08T19:47:12.003Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26402026-05-08T19:47:12.003Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26412026-05-08T19:47:12.003Z[ 20] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26422026-05-08T19:47:12.003Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
26432026-05-08T19:47:12.006ZRun 2/10...3530.157507482824Mbps
26442026-05-08T19:47:19.440Z-----------------------------------------------------------
26452026-05-08T19:47:19.441ZServer listening on 5201 (test #13)
26462026-05-08T19:47:19.441Z-----------------------------------------------------------
26472026-05-08T19:47:19.441ZAccepted connection from 10.0.0.1, port 63449
26482026-05-08T19:47:19.441Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62858
26492026-05-08T19:47:19.441Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38723
26502026-05-08T19:47:19.441Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37779
26512026-05-08T19:47:19.441Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64273
26522026-05-08T19:47:19.441Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56564
26532026-05-08T19:47:19.441Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41614
26542026-05-08T19:47:19.441Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40860
26552026-05-08T19:47:19.441Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39258
26562026-05-08T19:47:19.441Z[ ID] Interval Transfer Bitrate
26572026-05-08T19:47:19.441Z[ 5] 0.00-1.00 sec 34.2 MBytes 287 Mbits/sec
26582026-05-08T19:47:19.441Z[ 8] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
26592026-05-08T19:47:19.441Z[ 10] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
26602026-05-08T19:47:19.441Z[ 12] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
26612026-05-08T19:47:19.441Z[ 14] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
26622026-05-08T19:47:19.441Z[ 16] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
26632026-05-08T19:47:19.441Z[ 18] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
26642026-05-08T19:47:19.441Z[ 20] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
26652026-05-08T19:47:19.441Z[SUM] 0.00-1.00 sec 337 MBytes 2.83 Gbits/sec
26662026-05-08T19:47:19.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
26672026-05-08T19:47:19.441Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26682026-05-08T19:47:19.441Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26692026-05-08T19:47:19.441Z[ 10] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26702026-05-08T19:47:19.441Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
26712026-05-08T19:47:19.441Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26722026-05-08T19:47:19.441Z[ 16] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
26732026-05-08T19:47:19.441Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26742026-05-08T19:47:19.441Z[ 20] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
26752026-05-08T19:47:19.441Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
26762026-05-08T19:47:19.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
26772026-05-08T19:47:19.441Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
26782026-05-08T19:47:19.441Z[ 8] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
26792026-05-08T19:47:19.441Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
26802026-05-08T19:47:19.441Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
26812026-05-08T19:47:19.441Z[ 14] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
26822026-05-08T19:47:19.442Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
26832026-05-08T19:47:19.442Z[ 18] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
26842026-05-08T19:47:19.442Z[ 20] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
26852026-05-08T19:47:19.442Z[SUM] 2.00-3.00 sec 432 MBytes 3.62 Gbits/sec
26862026-05-08T19:47:19.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
26872026-05-08T19:47:19.442Z[ 5] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
26882026-05-08T19:47:19.442Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
26892026-05-08T19:47:19.442Z[ 10] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
26902026-05-08T19:47:19.442Z[ 12] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
26912026-05-08T19:47:19.442Z[ 14] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
26922026-05-08T19:47:19.442Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
26932026-05-08T19:47:19.442Z[ 18] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
26942026-05-08T19:47:19.442Z[ 20] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
26952026-05-08T19:47:19.442Z[SUM] 3.00-4.00 sec 432 MBytes 3.62 Gbits/sec
26962026-05-08T19:47:19.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
26972026-05-08T19:47:19.442Z[ 5] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
26982026-05-08T19:47:19.442Z[ 8] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
26992026-05-08T19:47:19.442Z[ 10] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
27002026-05-08T19:47:19.442Z[ 12] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27012026-05-08T19:47:19.442Z[ 14] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27022026-05-08T19:47:19.442Z[ 16] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
27032026-05-08T19:47:19.442Z[ 18] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27042026-05-08T19:47:19.442Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
27052026-05-08T19:47:19.442Z[SUM] 4.00-5.00 sec 433 MBytes 3.63 Gbits/sec
27062026-05-08T19:47:19.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
27072026-05-08T19:47:19.442Z[ 5] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
27082026-05-08T19:47:19.442Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
27092026-05-08T19:47:19.442Z[ 10] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
27102026-05-08T19:47:19.442Z[ 12] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
27112026-05-08T19:47:19.442Z[ 14] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
27122026-05-08T19:47:19.442Z[ 16] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27132026-05-08T19:47:19.442Z[ 18] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27142026-05-08T19:47:19.442Z[ 20] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27152026-05-08T19:47:19.442Z[SUM] 5.00-6.00 sec 429 MBytes 3.60 Gbits/sec
27162026-05-08T19:47:19.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
27172026-05-08T19:47:19.442Z[ 5] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27182026-05-08T19:47:19.442Z[ 8] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27192026-05-08T19:47:19.442Z[ 10] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27202026-05-08T19:47:22.444Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
27212026-05-08T19:47:22.444Z[ 14] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
27222026-05-08T19:47:22.444Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
27232026-05-08T19:47:22.444Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
27242026-05-08T19:47:22.444Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
27252026-05-08T19:47:22.444Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
27262026-05-08T19:47:22.444Z- - - - - - - - - - - - - - - - - - - - - - - - -
27272026-05-08T19:47:22.444Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
27282026-05-08T19:47:22.444Z[ 8] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
27292026-05-08T19:47:22.444Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
27302026-05-08T19:47:22.444Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
27312026-05-08T19:47:22.444Z[ 14] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
27322026-05-08T19:47:22.444Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
27332026-05-08T19:47:22.444Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
27342026-05-08T19:47:22.444Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
27352026-05-08T19:47:22.444Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
27362026-05-08T19:47:22.444Z- - - - - - - - - - - - - - - - - - - - - - - - -
27372026-05-08T19:47:22.444Z[ 5] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
27382026-05-08T19:47:22.444Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
27392026-05-08T19:47:22.444Z[ 10] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
27402026-05-08T19:47:22.444Z[ 12] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
27412026-05-08T19:47:22.444Z[ 14] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
27422026-05-08T19:47:22.445Z[ 16] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
27432026-05-08T19:47:22.445Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
27442026-05-08T19:47:22.445Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
27452026-05-08T19:47:22.445Z[SUM] 8.00-9.00 sec 429 MBytes 3.60 Gbits/sec
27462026-05-08T19:47:22.445Z- - - - - - - - - - - - - - - - - - - - - - - - -
27472026-05-08T19:47:22.445Z[ 5] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
27482026-05-08T19:47:22.445Z[ 8] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
27492026-05-08T19:47:22.445Z[ 10] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
27502026-05-08T19:47:22.445Z[ 12] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
27512026-05-08T19:47:22.445Z[ 14] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
27522026-05-08T19:47:22.445Z[ 16] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
27532026-05-08T19:47:22.445Z[ 18] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
27542026-05-08T19:47:22.445Z[ 20] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
27552026-05-08T19:47:22.445Z[SUM] 9.00-10.00 sec 431 MBytes 3.62 Gbits/sec
27562026-05-08T19:47:22.445Z- - - - - - - - - - - - - - - - - - - - - - - - -
27572026-05-08T19:47:22.445Z[ 5] 10.00-10.00 sec 128 KBytes 601 Mbits/sec
27582026-05-08T19:47:22.445Z[ 8] 10.00-10.00 sec 128 KBytes 601 Mbits/sec
27592026-05-08T19:47:22.445Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27602026-05-08T19:47:22.445Z[ 12] 10.00-10.00 sec 128 KBytes 601 Mbits/sec
27612026-05-08T19:47:22.445Z[ 14] 10.00-10.00 sec 128 KBytes 601 Mbits/sec
27622026-05-08T19:47:22.445Z[ 16] 10.00-10.00 sec 128 KBytes 601 Mbits/sec
27632026-05-08T19:47:22.445Z[ 18] 10.00-10.00 sec 128 KBytes 601 Mbits/sec
27642026-05-08T19:47:22.445Z[ 20] 10.00-10.00 sec 128 KBytes 601 Mbits/sec
27652026-05-08T19:47:22.445Z[SUM] 10.00-10.00 sec 896 KBytes 4.21 Gbits/sec
27662026-05-08T19:47:22.445Z- - - - - - - - - - - - - - - - - - - - - - - - -
27672026-05-08T19:47:22.445Z[ ID] Interval Transfer Bitrate
27682026-05-08T19:47:22.445Z[ 5] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
27692026-05-08T19:47:22.445Z[ 8] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
27702026-05-08T19:47:22.445Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
27712026-05-08T19:47:22.445Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
27722026-05-08T19:47:22.445Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
27732026-05-08T19:47:22.445Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
27742026-05-08T19:47:22.445Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
27752026-05-08T19:47:22.445Z[ 20] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
27762026-05-08T19:47:22.445Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
27772026-05-08T19:47:22.449ZRun 3/10...3530.065007293353Mbps
27782026-05-08T19:47:29.871Z-----------------------------------------------------------
27792026-05-08T19:47:29.871ZServer listening on 5201 (test #14)
27802026-05-08T19:47:29.871Z-----------------------------------------------------------
27812026-05-08T19:47:29.871ZAccepted connection from 10.0.0.1, port 38618
27822026-05-08T19:47:29.871Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49660
27832026-05-08T19:47:29.871Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41434
27842026-05-08T19:47:29.871Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49220
27852026-05-08T19:47:29.871Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57422
27862026-05-08T19:47:29.872Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47636
27872026-05-08T19:47:29.872Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38257
27882026-05-08T19:47:29.872Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55531
27892026-05-08T19:47:29.872Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36622
27902026-05-08T19:47:29.872Z[ ID] Interval Transfer Bitrate
27912026-05-08T19:47:29.872Z[ 5] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
27922026-05-08T19:47:29.872Z[ 8] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
27932026-05-08T19:47:29.872Z[ 10] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
27942026-05-08T19:47:29.872Z[ 12] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
27952026-05-08T19:47:29.872Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
27962026-05-08T19:47:29.872Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
27972026-05-08T19:47:29.872Z[ 18] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
27982026-05-08T19:47:29.872Z[ 20] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
27992026-05-08T19:47:29.872Z[SUM] 0.00-1.00 sec 342 MBytes 2.86 Gbits/sec
28002026-05-08T19:47:29.872Z- - - - - - - - - - - - - - - - - - - - - - - - -
28012026-05-08T19:47:29.873Z[ 5] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28022026-05-08T19:47:29.873Z[ 8] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28032026-05-08T19:47:29.873Z[ 10] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
28042026-05-08T19:47:29.873Z[ 12] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
28052026-05-08T19:47:29.873Z[ 14] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28062026-05-08T19:47:29.873Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28072026-05-08T19:47:29.873Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28082026-05-08T19:47:29.873Z[ 20] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
28092026-05-08T19:47:29.873Z[SUM] 1.00-2.00 sec 432 MBytes 3.63 Gbits/sec
28102026-05-08T19:47:29.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
28112026-05-08T19:47:29.873Z[ 5] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
28122026-05-08T19:47:29.873Z[ 8] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
28132026-05-08T19:47:29.873Z[ 10] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
28142026-05-08T19:47:29.873Z[ 12] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
28152026-05-08T19:47:29.873Z[ 14] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
28162026-05-08T19:47:29.873Z[ 16] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
28172026-05-08T19:47:29.873Z[ 18] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
28182026-05-08T19:47:29.873Z[ 20] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
28192026-05-08T19:47:29.873Z[SUM] 2.00-3.00 sec 436 MBytes 3.66 Gbits/sec
28202026-05-08T19:47:29.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
28212026-05-08T19:47:29.873Z[ 5] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28222026-05-08T19:47:29.873Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28232026-05-08T19:47:29.873Z[ 10] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28242026-05-08T19:47:29.873Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28252026-05-08T19:47:29.874Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
28262026-05-08T19:47:29.874Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28272026-05-08T19:47:29.874Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
28282026-05-08T19:47:29.874Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
28292026-05-08T19:47:29.874Z[SUM] 3.00-4.00 sec 426 MBytes 3.58 Gbits/sec
28302026-05-08T19:47:29.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
28312026-05-08T19:47:29.874Z[ 5] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
28322026-05-08T19:47:29.874Z[ 8] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
28332026-05-08T19:47:29.874Z[ 10] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
28342026-05-08T19:47:29.874Z[ 12] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
28352026-05-08T19:47:29.874Z[ 14] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
28362026-05-08T19:47:29.874Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
28372026-05-08T19:47:29.874Z[ 18] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
28382026-05-08T19:47:29.874Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
28392026-05-08T19:47:29.874Z[SUM] 4.00-5.00 sec 431 MBytes 3.62 Gbits/sec
28402026-05-08T19:47:29.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
28412026-05-08T19:47:29.874Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
28422026-05-08T19:47:29.874Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
28432026-05-08T19:47:29.874Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
28442026-05-08T19:47:29.874Z[ 12] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
28452026-05-08T19:47:29.874Z[ 14] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
28462026-05-08T19:47:29.874Z[ 16] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
28472026-05-08T19:47:29.874Z[ 18] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
28482026-05-08T19:47:29.874Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
28492026-05-08T19:47:29.874Z[SUM] 5.00-6.00 sec 428 MBytes 3.59 Gbits/sec
28502026-05-08T19:47:29.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
28512026-05-08T19:47:29.874Z[ 5] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
28522026-05-08T19:47:29.874Z[ 8] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
28532026-05-08T19:47:29.874Z[ 10] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
28542026-05-08T19:47:32.866Z[ 12] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
28552026-05-08T19:47:32.866Z[ 14] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
28562026-05-08T19:47:32.866Z[ 16] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
28572026-05-08T19:47:32.867Z[ 18] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
28582026-05-08T19:47:32.867Z[ 20] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
28592026-05-08T19:47:32.867Z[SUM] 6.00-7.00 sec 432 MBytes 3.62 Gbits/sec
28602026-05-08T19:47:32.867Z- - - - - - - - - - - - - - - - - - - - - - - - -
28612026-05-08T19:47:32.867Z[ 5] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
28622026-05-08T19:47:32.867Z[ 8] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
28632026-05-08T19:47:32.867Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
28642026-05-08T19:47:32.867Z[ 12] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
28652026-05-08T19:47:32.867Z[ 14] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
28662026-05-08T19:47:32.867Z[ 16] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
28672026-05-08T19:47:32.867Z[ 18] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
28682026-05-08T19:47:32.867Z[ 20] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
28692026-05-08T19:47:32.867Z[SUM] 7.00-8.00 sec 426 MBytes 3.57 Gbits/sec
28702026-05-08T19:47:32.867Z- - - - - - - - - - - - - - - - - - - - - - - - -
28712026-05-08T19:47:32.867Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28722026-05-08T19:47:32.867Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
28732026-05-08T19:47:32.867Z[ 10] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
28742026-05-08T19:47:32.867Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28752026-05-08T19:47:32.867Z[ 14] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28762026-05-08T19:47:32.867Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28772026-05-08T19:47:32.867Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28782026-05-08T19:47:32.867Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
28792026-05-08T19:47:32.868Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
28802026-05-08T19:47:32.868Z- - - - - - - - - - - - - - - - - - - - - - - - -
28812026-05-08T19:47:32.868Z[ 5] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
28822026-05-08T19:47:32.868Z[ 8] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
28832026-05-08T19:47:32.868Z[ 10] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
28842026-05-08T19:47:32.868Z[ 12] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
28852026-05-08T19:47:32.868Z[ 14] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
28862026-05-08T19:47:32.868Z[ 16] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
28872026-05-08T19:47:32.868Z[ 18] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
28882026-05-08T19:47:32.868Z[ 20] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
28892026-05-08T19:47:32.868Z[SUM] 9.00-10.00 sec 433 MBytes 3.63 Gbits/sec
28902026-05-08T19:47:32.868Z- - - - - - - - - - - - - - - - - - - - - - - - -
28912026-05-08T19:47:32.868Z[ 5] 10.00-10.00 sec 128 KBytes 862 Mbits/sec
28922026-05-08T19:47:32.868Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28932026-05-08T19:47:32.868Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28942026-05-08T19:47:32.868Z[ 12] 10.00-10.00 sec 128 KBytes 863 Mbits/sec
28952026-05-08T19:47:32.868Z[ 14] 10.00-10.00 sec 128 KBytes 863 Mbits/sec
28962026-05-08T19:47:32.868Z[ 16] 10.00-10.00 sec 128 KBytes 863 Mbits/sec
28972026-05-08T19:47:32.868Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28982026-05-08T19:47:32.868Z[ 20] 10.00-10.00 sec 128 KBytes 863 Mbits/sec
28992026-05-08T19:47:32.868Z[SUM] 10.00-10.00 sec 640 KBytes 4.31 Gbits/sec
29002026-05-08T19:47:32.868Z- - - - - - - - - - - - - - - - - - - - - - - - -
29012026-05-08T19:47:32.868Z[ ID] Interval Transfer Bitrate
29022026-05-08T19:47:32.868Z[ 5] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
29032026-05-08T19:47:32.869Z[ 8] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
29042026-05-08T19:47:32.869Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
29052026-05-08T19:47:32.869Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
29062026-05-08T19:47:32.869Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
29072026-05-08T19:47:32.869Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
29082026-05-08T19:47:32.869Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
29092026-05-08T19:47:32.869Z[ 20] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
29102026-05-08T19:47:32.869Z[SUM] 0.00-10.00 sec 4.12 GBytes 3.53 Gbits/sec receiver
29112026-05-08T19:47:32.874ZRun 4/10...3534.88517861125Mbps
29122026-05-08T19:47:40.282Z-----------------------------------------------------------
29132026-05-08T19:47:40.282ZServer listening on 5201 (test #15)
29142026-05-08T19:47:40.282Z-----------------------------------------------------------
29152026-05-08T19:47:40.282ZAccepted connection from 10.0.0.1, port 38171
29162026-05-08T19:47:40.282Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46487
29172026-05-08T19:47:40.282Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43485
29182026-05-08T19:47:40.282Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43815
29192026-05-08T19:47:40.282Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34248
29202026-05-08T19:47:40.282Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45046
29212026-05-08T19:47:40.282Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40169
29222026-05-08T19:47:40.282Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52602
29232026-05-08T19:47:40.283Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50204
29242026-05-08T19:47:40.283Z[ ID] Interval Transfer Bitrate
29252026-05-08T19:47:40.283Z[ 5] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
29262026-05-08T19:47:40.283Z[ 8] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
29272026-05-08T19:47:40.283Z[ 10] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
29282026-05-08T19:47:40.283Z[ 12] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
29292026-05-08T19:47:40.283Z[ 14] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
29302026-05-08T19:47:40.283Z[ 16] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
29312026-05-08T19:47:40.283Z[ 18] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
29322026-05-08T19:47:40.283Z[ 20] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
29332026-05-08T19:47:40.283Z[SUM] 0.00-1.00 sec 340 MBytes 2.85 Gbits/sec
29342026-05-08T19:47:40.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
29352026-05-08T19:47:40.283Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29362026-05-08T19:47:40.283Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29372026-05-08T19:47:40.283Z[ 10] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
29382026-05-08T19:47:40.283Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29392026-05-08T19:47:40.283Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29402026-05-08T19:47:40.283Z[ 16] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
29412026-05-08T19:47:40.283Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
29422026-05-08T19:47:40.283Z[ 20] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
29432026-05-08T19:47:40.283Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
29442026-05-08T19:47:40.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
29452026-05-08T19:47:40.283Z[ 5] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
29462026-05-08T19:47:40.283Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
29472026-05-08T19:47:40.283Z[ 10] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
29482026-05-08T19:47:40.284Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
29492026-05-08T19:47:40.284Z[ 14] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
29502026-05-08T19:47:40.284Z[ 16] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
29512026-05-08T19:47:40.284Z[ 18] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
29522026-05-08T19:47:40.284Z[ 20] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
29532026-05-08T19:47:40.284Z[SUM] 2.00-3.00 sec 426 MBytes 3.58 Gbits/sec
29542026-05-08T19:47:40.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
29552026-05-08T19:47:40.284Z[ 5] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
29562026-05-08T19:47:40.284Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
29572026-05-08T19:47:40.284Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
29582026-05-08T19:47:40.284Z[ 12] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
29592026-05-08T19:47:40.284Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
29602026-05-08T19:47:40.284Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
29612026-05-08T19:47:40.284Z[ 18] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
29622026-05-08T19:47:40.284Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
29632026-05-08T19:47:40.284Z[SUM] 3.00-4.00 sec 426 MBytes 3.57 Gbits/sec
29642026-05-08T19:47:40.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
29652026-05-08T19:47:40.284Z[ 5] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
29662026-05-08T19:47:40.284Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
29672026-05-08T19:47:40.284Z[ 10] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
29682026-05-08T19:47:40.284Z[ 12] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
29692026-05-08T19:47:40.284Z[ 14] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
29702026-05-08T19:47:40.284Z[ 16] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
29712026-05-08T19:47:40.284Z[ 18] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
29722026-05-08T19:47:40.284Z[ 20] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
29732026-05-08T19:47:40.284Z[SUM] 4.00-5.00 sec 428 MBytes 3.59 Gbits/sec
29742026-05-08T19:47:40.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
29752026-05-08T19:47:40.285Z[ 5] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29762026-05-08T19:47:40.285Z[ 8] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29772026-05-08T19:47:40.285Z[ 10] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29782026-05-08T19:47:40.285Z[ 12] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29792026-05-08T19:47:40.285Z[ 14] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29802026-05-08T19:47:40.285Z[ 16] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29812026-05-08T19:47:40.285Z[ 18] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29822026-05-08T19:47:40.285Z[ 20] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
29832026-05-08T19:47:40.285Z[SUM] 5.00-6.00 sec 432 MBytes 3.62 Gbits/sec
29842026-05-08T19:47:40.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
29852026-05-08T19:47:40.285Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
29862026-05-08T19:47:40.285Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
29872026-05-08T19:47:40.285Z[ 10] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
29882026-05-08T19:47:43.285Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
29892026-05-08T19:47:43.285Z[ 14] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
29902026-05-08T19:47:43.285Z[ 16] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
29912026-05-08T19:47:43.285Z[ 18] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
29922026-05-08T19:47:43.285Z[ 20] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
29932026-05-08T19:47:43.285Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
29942026-05-08T19:47:43.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
29952026-05-08T19:47:43.285Z[ 5] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
29962026-05-08T19:47:43.285Z[ 8] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
29972026-05-08T19:47:43.285Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
29982026-05-08T19:47:43.285Z[ 12] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
29992026-05-08T19:47:43.285Z[ 14] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
30002026-05-08T19:47:43.285Z[ 16] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
30012026-05-08T19:47:43.285Z[ 18] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
30022026-05-08T19:47:43.285Z[ 20] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
30032026-05-08T19:47:43.285Z[SUM] 7.00-8.00 sec 426 MBytes 3.58 Gbits/sec
30042026-05-08T19:47:43.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
30052026-05-08T19:47:43.286Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
30062026-05-08T19:47:43.286Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
30072026-05-08T19:47:43.286Z[ 10] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
30082026-05-08T19:47:43.286Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
30092026-05-08T19:47:43.286Z[ 14] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
30102026-05-08T19:47:43.286Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
30112026-05-08T19:47:43.286Z[ 18] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
30122026-05-08T19:47:43.286Z[ 20] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
30132026-05-08T19:47:43.286Z[SUM] 8.00-9.00 sec 427 MBytes 3.59 Gbits/sec
30142026-05-08T19:47:43.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
30152026-05-08T19:47:43.286Z[ 5] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
30162026-05-08T19:47:43.286Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
30172026-05-08T19:47:43.286Z[ 10] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
30182026-05-08T19:47:43.286Z[ 12] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
30192026-05-08T19:47:43.286Z[ 14] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
30202026-05-08T19:47:43.286Z[ 16] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
30212026-05-08T19:47:43.286Z[ 18] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
30222026-05-08T19:47:43.286Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
30232026-05-08T19:47:43.286Z[SUM] 9.00-10.00 sec 429 MBytes 3.60 Gbits/sec
30242026-05-08T19:47:43.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
30252026-05-08T19:47:43.286Z[ 5] 10.00-10.00 sec 128 KBytes 659 Mbits/sec
30262026-05-08T19:47:43.286Z[ 8] 10.00-10.00 sec 128 KBytes 659 Mbits/sec
30272026-05-08T19:47:43.286Z[ 10] 10.00-10.00 sec 128 KBytes 660 Mbits/sec
30282026-05-08T19:47:43.286Z[ 12] 10.00-10.00 sec 128 KBytes 660 Mbits/sec
30292026-05-08T19:47:43.286Z[ 14] 10.00-10.00 sec 128 KBytes 660 Mbits/sec
30302026-05-08T19:47:43.286Z[ 16] 10.00-10.00 sec 128 KBytes 660 Mbits/sec
30312026-05-08T19:47:43.286Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30322026-05-08T19:47:43.286Z[ 20] 10.00-10.00 sec 128 KBytes 660 Mbits/sec
30332026-05-08T19:47:43.286Z[SUM] 10.00-10.00 sec 896 KBytes 4.61 Gbits/sec
30342026-05-08T19:47:43.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
30352026-05-08T19:47:43.286Z[ ID] Interval Transfer Bitrate
30362026-05-08T19:47:43.286Z[ 5] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
30372026-05-08T19:47:43.286Z[ 8] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
30382026-05-08T19:47:43.286Z[ 10] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
30392026-05-08T19:47:43.286Z[ 12] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
30402026-05-08T19:47:43.286Z[ 14] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
30412026-05-08T19:47:43.286Z[ 16] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
30422026-05-08T19:47:43.286Z[ 18] 0.00-10.00 sec 524 MBytes 439 Mbits/sec receiver
30432026-05-08T19:47:43.286Z[ 20] 0.00-10.00 sec 524 MBytes 440 Mbits/sec receiver
30442026-05-08T19:47:43.287Z[SUM] 0.00-10.00 sec 4.09 GBytes 3.52 Gbits/sec receiver
30452026-05-08T19:47:43.290ZRun 5/10...3516.737458090972Mbps
30462026-05-08T19:47:50.698Z-----------------------------------------------------------
30472026-05-08T19:47:50.698ZServer listening on 5201 (test #16)
30482026-05-08T19:47:50.698Z-----------------------------------------------------------
30492026-05-08T19:47:50.698ZAccepted connection from 10.0.0.1, port 43093
30502026-05-08T19:47:50.698Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60313
30512026-05-08T19:47:50.698Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36003
30522026-05-08T19:47:50.698Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65169
30532026-05-08T19:47:50.698Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51715
30542026-05-08T19:47:50.698Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35800
30552026-05-08T19:47:50.699Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65328
30562026-05-08T19:47:50.699Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45157
30572026-05-08T19:47:50.699Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41476
30582026-05-08T19:47:50.699Z[ ID] Interval Transfer Bitrate
30592026-05-08T19:47:50.699Z[ 5] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
30602026-05-08T19:47:50.699Z[ 8] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30612026-05-08T19:47:50.699Z[ 10] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30622026-05-08T19:47:50.699Z[ 12] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30632026-05-08T19:47:50.699Z[ 14] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30642026-05-08T19:47:50.699Z[ 16] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30652026-05-08T19:47:50.699Z[ 18] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30662026-05-08T19:47:50.699Z[ 20] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
30672026-05-08T19:47:50.699Z[SUM] 0.00-1.00 sec 347 MBytes 2.91 Gbits/sec
30682026-05-08T19:47:50.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
30692026-05-08T19:47:50.699Z[ 5] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
30702026-05-08T19:47:50.699Z[ 8] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
30712026-05-08T19:47:50.699Z[ 10] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
30722026-05-08T19:47:50.699Z[ 12] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
30732026-05-08T19:47:50.699Z[ 14] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
30742026-05-08T19:47:50.699Z[ 16] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
30752026-05-08T19:47:50.699Z[ 18] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
30762026-05-08T19:47:50.699Z[ 20] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
30772026-05-08T19:47:50.699Z[SUM] 1.00-2.00 sec 429 MBytes 3.60 Gbits/sec
30782026-05-08T19:47:50.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
30792026-05-08T19:47:50.699Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
30802026-05-08T19:47:50.699Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
30812026-05-08T19:47:50.699Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30822026-05-08T19:47:50.699Z[ 12] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
30832026-05-08T19:47:50.699Z[ 14] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
30842026-05-08T19:47:50.699Z[ 16] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30852026-05-08T19:47:50.699Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
30862026-05-08T19:47:50.699Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30872026-05-08T19:47:50.699Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
30882026-05-08T19:47:50.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
30892026-05-08T19:47:50.699Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
30902026-05-08T19:47:50.699Z[ 8] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
30912026-05-08T19:47:50.699Z[ 10] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
30922026-05-08T19:47:50.699Z[ 12] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
30932026-05-08T19:47:50.699Z[ 14] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
30942026-05-08T19:47:50.700Z[ 16] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
30952026-05-08T19:47:50.700Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
30962026-05-08T19:47:50.700Z[ 20] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
30972026-05-08T19:47:50.700Z[SUM] 3.00-4.00 sec 428 MBytes 3.59 Gbits/sec
30982026-05-08T19:47:50.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
30992026-05-08T19:47:50.700Z[ 5] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
31002026-05-08T19:47:50.700Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
31012026-05-08T19:47:50.700Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
31022026-05-08T19:47:50.700Z[ 12] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
31032026-05-08T19:47:50.700Z[ 14] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
31042026-05-08T19:47:50.700Z[ 16] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
31052026-05-08T19:47:50.700Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
31062026-05-08T19:47:50.700Z[ 20] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
31072026-05-08T19:47:50.700Z[SUM] 4.00-5.00 sec 428 MBytes 3.59 Gbits/sec
31082026-05-08T19:47:50.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
31092026-05-08T19:47:50.700Z[ 5] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
31102026-05-08T19:47:50.700Z[ 8] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
31112026-05-08T19:47:50.700Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
31122026-05-08T19:47:50.700Z[ 12] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
31132026-05-08T19:47:50.700Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
31142026-05-08T19:47:50.700Z[ 16] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
31152026-05-08T19:47:50.700Z[ 18] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
31162026-05-08T19:47:50.700Z[ 20] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
31172026-05-08T19:47:50.700Z[SUM] 5.00-6.00 sec 430 MBytes 3.61 Gbits/sec
31182026-05-08T19:47:50.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
31192026-05-08T19:47:50.700Z[ 5] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
31202026-05-08T19:47:50.700Z[ 8] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
31212026-05-08T19:47:50.700Z[ 10] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
31222026-05-08T19:47:53.702Z[ 12] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
31232026-05-08T19:47:53.702Z[ 14] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
31242026-05-08T19:47:53.702Z[ 16] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
31252026-05-08T19:47:53.702Z[ 18] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
31262026-05-08T19:47:53.702Z[ 20] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
31272026-05-08T19:47:53.702Z[SUM] 6.00-7.00 sec 433 MBytes 3.63 Gbits/sec
31282026-05-08T19:47:53.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
31292026-05-08T19:47:53.702Z[ 5] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
31302026-05-08T19:47:53.702Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
31312026-05-08T19:47:53.702Z[ 10] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
31322026-05-08T19:47:53.702Z[ 12] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
31332026-05-08T19:47:53.702Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
31342026-05-08T19:47:53.702Z[ 16] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
31352026-05-08T19:47:53.702Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
31362026-05-08T19:47:53.702Z[ 20] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
31372026-05-08T19:47:53.702Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
31382026-05-08T19:47:53.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
31392026-05-08T19:47:53.702Z[ 5] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
31402026-05-08T19:47:53.702Z[ 8] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
31412026-05-08T19:47:53.702Z[ 10] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
31422026-05-08T19:47:53.702Z[ 12] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
31432026-05-08T19:47:53.702Z[ 14] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
31442026-05-08T19:47:53.702Z[ 16] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
31452026-05-08T19:47:53.702Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
31462026-05-08T19:47:53.702Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
31472026-05-08T19:47:53.702Z[SUM] 8.00-9.00 sec 429 MBytes 3.60 Gbits/sec
31482026-05-08T19:47:53.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
31492026-05-08T19:47:53.702Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
31502026-05-08T19:47:53.702Z[ 8] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
31512026-05-08T19:47:53.702Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
31522026-05-08T19:47:53.702Z[ 12] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
31532026-05-08T19:47:53.702Z[ 14] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
31542026-05-08T19:47:53.702Z[ 16] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
31552026-05-08T19:47:53.703Z[ 18] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
31562026-05-08T19:47:53.703Z[ 20] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
31572026-05-08T19:47:53.703Z[SUM] 9.00-10.00 sec 430 MBytes 3.60 Gbits/sec
31582026-05-08T19:47:53.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
31592026-05-08T19:47:53.703Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31602026-05-08T19:47:53.703Z[ 8] 10.00-10.00 sec 128 KBytes 841 Mbits/sec
31612026-05-08T19:47:53.703Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31622026-05-08T19:47:53.703Z[ 12] 10.00-10.00 sec 128 KBytes 840 Mbits/sec
31632026-05-08T19:47:53.703Z[ 14] 10.00-10.00 sec 128 KBytes 840 Mbits/sec
31642026-05-08T19:47:53.703Z[ 16] 10.00-10.00 sec 128 KBytes 841 Mbits/sec
31652026-05-08T19:47:53.703Z[ 18] 10.00-10.00 sec 128 KBytes 841 Mbits/sec
31662026-05-08T19:47:53.703Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31672026-05-08T19:47:53.703Z[SUM] 10.00-10.00 sec 640 KBytes 4.20 Gbits/sec
31682026-05-08T19:47:53.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
31692026-05-08T19:47:53.703Z[ ID] Interval Transfer Bitrate
31702026-05-08T19:47:53.703Z[ 5] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
31712026-05-08T19:47:53.703Z[ 8] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
31722026-05-08T19:47:53.703Z[ 10] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
31732026-05-08T19:47:53.703Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
31742026-05-08T19:47:53.703Z[ 14] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
31752026-05-08T19:47:53.703Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
31762026-05-08T19:47:53.703Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
31772026-05-08T19:47:53.703Z[ 20] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
31782026-05-08T19:47:53.703Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
31792026-05-08T19:47:53.707ZRun 6/10...3534.771133001261Mbps
31802026-05-08T19:48:01.105Z-----------------------------------------------------------
31812026-05-08T19:48:01.105ZServer listening on 5201 (test #17)
31822026-05-08T19:48:01.105Z-----------------------------------------------------------
31832026-05-08T19:48:01.105ZAccepted connection from 10.0.0.1, port 61379
31842026-05-08T19:48:01.105Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56196
31852026-05-08T19:48:01.105Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60637
31862026-05-08T19:48:01.105Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47826
31872026-05-08T19:48:01.105Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59939
31882026-05-08T19:48:01.105Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33002
31892026-05-08T19:48:01.105Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48966
31902026-05-08T19:48:01.105Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42878
31912026-05-08T19:48:01.105Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46988
31922026-05-08T19:48:01.105Z[ ID] Interval Transfer Bitrate
31932026-05-08T19:48:01.105Z[ 5] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
31942026-05-08T19:48:01.105Z[ 8] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
31952026-05-08T19:48:01.105Z[ 10] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
31962026-05-08T19:48:01.105Z[ 12] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
31972026-05-08T19:48:01.105Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
31982026-05-08T19:48:01.105Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
31992026-05-08T19:48:01.105Z[ 18] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
32002026-05-08T19:48:01.105Z[ 20] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
32012026-05-08T19:48:01.105Z[SUM] 0.00-1.00 sec 342 MBytes 2.87 Gbits/sec
32022026-05-08T19:48:01.105Z- - - - - - - - - - - - - - - - - - - - - - - - -
32032026-05-08T19:48:01.105Z[ 5] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
32042026-05-08T19:48:01.105Z[ 8] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
32052026-05-08T19:48:01.105Z[ 10] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
32062026-05-08T19:48:01.105Z[ 12] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
32072026-05-08T19:48:01.105Z[ 14] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
32082026-05-08T19:48:01.105Z[ 16] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
32092026-05-08T19:48:01.105Z[ 18] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
32102026-05-08T19:48:01.105Z[ 20] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
32112026-05-08T19:48:01.105Z[SUM] 1.00-2.00 sec 437 MBytes 3.66 Gbits/sec
32122026-05-08T19:48:01.105Z- - - - - - - - - - - - - - - - - - - - - - - - -
32132026-05-08T19:48:01.105Z[ 5] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32142026-05-08T19:48:01.105Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
32152026-05-08T19:48:01.106Z[ 10] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32162026-05-08T19:48:01.106Z[ 12] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32172026-05-08T19:48:01.106Z[ 14] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
32182026-05-08T19:48:01.106Z[ 16] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
32192026-05-08T19:48:01.106Z[ 18] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
32202026-05-08T19:48:01.106Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
32212026-05-08T19:48:01.106Z[SUM] 2.00-3.00 sec 429 MBytes 3.60 Gbits/sec
32222026-05-08T19:48:01.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
32232026-05-08T19:48:01.106Z[ 5] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32242026-05-08T19:48:01.106Z[ 8] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32252026-05-08T19:48:01.106Z[ 10] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
32262026-05-08T19:48:01.106Z[ 12] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32272026-05-08T19:48:01.106Z[ 14] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32282026-05-08T19:48:01.106Z[ 16] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
32292026-05-08T19:48:01.106Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32302026-05-08T19:48:01.106Z[ 20] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
32312026-05-08T19:48:01.106Z[SUM] 3.00-4.00 sec 429 MBytes 3.60 Gbits/sec
32322026-05-08T19:48:01.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
32332026-05-08T19:48:01.106Z[ 5] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
32342026-05-08T19:48:01.106Z[ 8] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
32352026-05-08T19:48:01.106Z[ 10] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
32362026-05-08T19:48:01.106Z[ 12] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
32372026-05-08T19:48:01.106Z[ 14] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
32382026-05-08T19:48:01.106Z[ 16] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
32392026-05-08T19:48:01.106Z[ 18] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
32402026-05-08T19:48:01.106Z[ 20] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
32412026-05-08T19:48:01.106Z[SUM] 4.00-5.00 sec 434 MBytes 3.64 Gbits/sec
32422026-05-08T19:48:01.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
32432026-05-08T19:48:01.106Z[ 5] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
32442026-05-08T19:48:01.106Z[ 8] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
32452026-05-08T19:48:01.106Z[ 10] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
32462026-05-08T19:48:01.106Z[ 12] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
32472026-05-08T19:48:01.106Z[ 14] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
32482026-05-08T19:48:01.106Z[ 16] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
32492026-05-08T19:48:01.106Z[ 18] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
32502026-05-08T19:48:01.106Z[ 20] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
32512026-05-08T19:48:01.106Z[SUM] 5.00-6.00 sec 429 MBytes 3.60 Gbits/sec
32522026-05-08T19:48:01.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
32532026-05-08T19:48:01.106Z[ 5] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
32542026-05-08T19:48:01.107Z[ 8] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
32552026-05-08T19:48:01.107Z[ 10] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
32562026-05-08T19:48:04.107Z[ 12] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
32572026-05-08T19:48:04.107Z[ 14] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
32582026-05-08T19:48:04.107Z[ 16] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
32592026-05-08T19:48:04.107Z[ 18] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
32602026-05-08T19:48:04.107Z[ 20] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
32612026-05-08T19:48:04.107Z[SUM] 6.00-7.00 sec 432 MBytes 3.62 Gbits/sec
32622026-05-08T19:48:04.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
32632026-05-08T19:48:04.107Z[ 5] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
32642026-05-08T19:48:04.107Z[ 8] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
32652026-05-08T19:48:04.107Z[ 10] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
32662026-05-08T19:48:04.107Z[ 12] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
32672026-05-08T19:48:04.107Z[ 14] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
32682026-05-08T19:48:04.107Z[ 16] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
32692026-05-08T19:48:04.107Z[ 18] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
32702026-05-08T19:48:04.107Z[ 20] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
32712026-05-08T19:48:04.107Z[SUM] 7.00-8.00 sec 432 MBytes 3.62 Gbits/sec
32722026-05-08T19:48:04.107Z- - - - - - - - - - - - - - - - - - - - - - - - -
32732026-05-08T19:48:04.108Z[ 5] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
32742026-05-08T19:48:04.108Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
32752026-05-08T19:48:04.108Z[ 10] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
32762026-05-08T19:48:04.108Z[ 12] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
32772026-05-08T19:48:04.108Z[ 14] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
32782026-05-08T19:48:04.108Z[ 16] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
32792026-05-08T19:48:04.108Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
32802026-05-08T19:48:04.108Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
32812026-05-08T19:48:04.108Z[SUM] 8.00-9.00 sec 430 MBytes 3.60 Gbits/sec
32822026-05-08T19:48:04.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
32832026-05-08T19:48:04.108Z[ 5] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32842026-05-08T19:48:04.108Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32852026-05-08T19:48:04.108Z[ 10] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32862026-05-08T19:48:04.108Z[ 12] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
32872026-05-08T19:48:04.108Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
32882026-05-08T19:48:04.108Z[ 16] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32892026-05-08T19:48:04.108Z[ 18] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32902026-05-08T19:48:04.108Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
32912026-05-08T19:48:04.108Z[SUM] 9.00-10.00 sec 427 MBytes 3.58 Gbits/sec
32922026-05-08T19:48:04.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
32932026-05-08T19:48:04.108Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32942026-05-08T19:48:04.108Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32952026-05-08T19:48:04.108Z[ 10] 10.00-10.00 sec 128 KBytes 923 Mbits/sec
32962026-05-08T19:48:04.108Z[ 12] 10.00-10.00 sec 128 KBytes 923 Mbits/sec
32972026-05-08T19:48:04.108Z[ 14] 10.00-10.00 sec 128 KBytes 923 Mbits/sec
32982026-05-08T19:48:04.108Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
32992026-05-08T19:48:04.108Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33002026-05-08T19:48:04.108Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33012026-05-08T19:48:04.108Z[SUM] 10.00-10.00 sec 384 KBytes 2.76 Gbits/sec
33022026-05-08T19:48:04.108Z- - - - - - - - - - - - - - - - - - - - - - - - -
33032026-05-08T19:48:04.108Z[ ID] Interval Transfer Bitrate
33042026-05-08T19:48:04.108Z[ 5] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
33052026-05-08T19:48:04.108Z[ 8] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
33062026-05-08T19:48:04.108Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
33072026-05-08T19:48:04.108Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
33082026-05-08T19:48:04.108Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
33092026-05-08T19:48:04.108Z[ 16] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
33102026-05-08T19:48:04.108Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
33112026-05-08T19:48:04.109Z[ 20] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
33122026-05-08T19:48:04.109Z[SUM] 0.00-10.00 sec 4.12 GBytes 3.54 Gbits/sec receiver
33132026-05-08T19:48:04.112ZRun 7/10...3540.023447109955Mbps
33142026-05-08T19:48:11.506Z-----------------------------------------------------------
33152026-05-08T19:48:11.507ZServer listening on 5201 (test #18)
33162026-05-08T19:48:11.507Z-----------------------------------------------------------
33172026-05-08T19:48:11.507ZAccepted connection from 10.0.0.1, port 32962
33182026-05-08T19:48:11.507Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42993
33192026-05-08T19:48:11.507Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34935
33202026-05-08T19:48:11.507Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55029
33212026-05-08T19:48:11.507Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50949
33222026-05-08T19:48:11.507Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50955
33232026-05-08T19:48:11.507Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35983
33242026-05-08T19:48:11.507Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59221
33252026-05-08T19:48:11.507Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38665
33262026-05-08T19:48:11.507Z[ ID] Interval Transfer Bitrate
33272026-05-08T19:48:11.507Z[ 5] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
33282026-05-08T19:48:11.507Z[ 8] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
33292026-05-08T19:48:11.507Z[ 10] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
33302026-05-08T19:48:11.507Z[ 12] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
33312026-05-08T19:48:11.507Z[ 14] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
33322026-05-08T19:48:11.507Z[ 16] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
33332026-05-08T19:48:11.507Z[ 18] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
33342026-05-08T19:48:11.507Z[ 20] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
33352026-05-08T19:48:11.507Z[SUM] 0.00-1.00 sec 340 MBytes 2.86 Gbits/sec
33362026-05-08T19:48:11.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
33372026-05-08T19:48:11.507Z[ 5] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
33382026-05-08T19:48:11.508Z[ 8] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
33392026-05-08T19:48:11.508Z[ 10] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
33402026-05-08T19:48:11.508Z[ 12] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
33412026-05-08T19:48:11.508Z[ 14] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
33422026-05-08T19:48:11.508Z[ 16] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
33432026-05-08T19:48:11.508Z[ 18] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
33442026-05-08T19:48:11.508Z[ 20] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
33452026-05-08T19:48:11.508Z[SUM] 1.00-2.00 sec 434 MBytes 3.64 Gbits/sec
33462026-05-08T19:48:11.508Z- - - - - - - - - - - - - - - - - - - - - - - - -
33472026-05-08T19:48:11.508Z[ 5] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
33482026-05-08T19:48:11.508Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33492026-05-08T19:48:11.508Z[ 10] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33502026-05-08T19:48:11.508Z[ 12] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33512026-05-08T19:48:11.508Z[ 14] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
33522026-05-08T19:48:11.508Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33532026-05-08T19:48:11.508Z[ 18] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
33542026-05-08T19:48:11.508Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
33552026-05-08T19:48:11.508Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
33562026-05-08T19:48:11.508Z- - - - - - - - - - - - - - - - - - - - - - - - -
33572026-05-08T19:48:11.508Z[ 5] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
33582026-05-08T19:48:11.508Z[ 8] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
33592026-05-08T19:48:11.508Z[ 10] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
33602026-05-08T19:48:11.508Z[ 12] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
33612026-05-08T19:48:11.508Z[ 14] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
33622026-05-08T19:48:11.508Z[ 16] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
33632026-05-08T19:48:11.508Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
33642026-05-08T19:48:11.508Z[ 20] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
33652026-05-08T19:48:11.508Z[SUM] 3.00-4.00 sec 430 MBytes 3.60 Gbits/sec
33662026-05-08T19:48:11.509Z- - - - - - - - - - - - - - - - - - - - - - - - -
33672026-05-08T19:48:11.509Z[ 5] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33682026-05-08T19:48:11.509Z[ 8] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33692026-05-08T19:48:11.509Z[ 10] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33702026-05-08T19:48:11.509Z[ 12] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
33712026-05-08T19:48:11.509Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
33722026-05-08T19:48:11.509Z[ 16] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33732026-05-08T19:48:11.509Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
33742026-05-08T19:48:11.509Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
33752026-05-08T19:48:11.509Z[SUM] 4.00-5.00 sec 427 MBytes 3.58 Gbits/sec
33762026-05-08T19:48:11.509Z- - - - - - - - - - - - - - - - - - - - - - - - -
33772026-05-08T19:48:11.509Z[ 5] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
33782026-05-08T19:48:11.509Z[ 8] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
33792026-05-08T19:48:11.509Z[ 10] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
33802026-05-08T19:48:11.509Z[ 12] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
33812026-05-08T19:48:11.509Z[ 14] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
33822026-05-08T19:48:11.509Z[ 16] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
33832026-05-08T19:48:11.509Z[ 18] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
33842026-05-08T19:48:11.509Z[ 20] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
33852026-05-08T19:48:11.509Z[SUM] 5.00-6.00 sec 431 MBytes 3.61 Gbits/sec
33862026-05-08T19:48:11.509Z- - - - - - - - - - - - - - - - - - - - - - - - -
33872026-05-08T19:48:11.509Z[ 5] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
33882026-05-08T19:48:11.509Z[ 8] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
33892026-05-08T19:48:11.510Z[ 10] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
33902026-05-08T19:48:14.521Z[ 12] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
33912026-05-08T19:48:14.521Z[ 14] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
33922026-05-08T19:48:14.521Z[ 16] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
33932026-05-08T19:48:14.521Z[ 18] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
33942026-05-08T19:48:14.521Z[ 20] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
33952026-05-08T19:48:14.522Z[SUM] 6.00-7.00 sec 433 MBytes 3.63 Gbits/sec
33962026-05-08T19:48:14.522Z- - - - - - - - - - - - - - - - - - - - - - - - -
33972026-05-08T19:48:14.522Z[ 5] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
33982026-05-08T19:48:14.522Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
33992026-05-08T19:48:14.522Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
34002026-05-08T19:48:14.522Z[ 12] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
34012026-05-08T19:48:14.522Z[ 14] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
34022026-05-08T19:48:14.522Z[ 16] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
34032026-05-08T19:48:14.522Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
34042026-05-08T19:48:14.522Z[ 20] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
34052026-05-08T19:48:14.522Z[SUM] 7.00-8.00 sec 424 MBytes 3.56 Gbits/sec
34062026-05-08T19:48:14.522Z- - - - - - - - - - - - - - - - - - - - - - - - -
34072026-05-08T19:48:14.522Z[ 5] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34082026-05-08T19:48:14.522Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34092026-05-08T19:48:14.522Z[ 10] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34102026-05-08T19:48:14.522Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
34112026-05-08T19:48:14.522Z[ 14] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
34122026-05-08T19:48:14.522Z[ 16] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34132026-05-08T19:48:14.522Z[ 18] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
34142026-05-08T19:48:14.527Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34152026-05-08T19:48:14.527Z[SUM] 8.00-9.00 sec 431 MBytes 3.62 Gbits/sec
34162026-05-08T19:48:14.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
34172026-05-08T19:48:14.527Z[ 5] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
34182026-05-08T19:48:14.527Z[ 8] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
34192026-05-08T19:48:14.527Z[ 10] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
34202026-05-08T19:48:14.527Z[ 12] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
34212026-05-08T19:48:14.528Z[ 14] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
34222026-05-08T19:48:14.528Z[ 16] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
34232026-05-08T19:48:14.528Z[ 18] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
34242026-05-08T19:48:14.528Z[ 20] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
34252026-05-08T19:48:14.528Z[SUM] 9.00-10.00 sec 432 MBytes 3.62 Gbits/sec
34262026-05-08T19:48:14.528Z- - - - - - - - - - - - - - - - - - - - - - - - -
34272026-05-08T19:48:14.528Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34282026-05-08T19:48:14.528Z[ 8] 10.00-10.00 sec 128 KBytes 1.13 Gbits/sec
34292026-05-08T19:48:14.528Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34302026-05-08T19:48:14.528Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34312026-05-08T19:48:14.528Z[ 14] 10.00-10.00 sec 128 KBytes 1.13 Gbits/sec
34322026-05-08T19:48:14.528Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34332026-05-08T19:48:14.528Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34342026-05-08T19:48:14.528Z[ 20] 10.00-10.00 sec 128 KBytes 1.13 Gbits/sec
34352026-05-08T19:48:14.528Z[SUM] 10.00-10.00 sec 384 KBytes 3.38 Gbits/sec
34362026-05-08T19:48:14.528Z- - - - - - - - - - - - - - - - - - - - - - - - -
34372026-05-08T19:48:14.528Z[ ID] Interval Transfer Bitrate
34382026-05-08T19:48:14.528Z[ 5] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
34392026-05-08T19:48:14.528Z[ 8] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34402026-05-08T19:48:14.528Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34412026-05-08T19:48:14.529Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34422026-05-08T19:48:14.529Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34432026-05-08T19:48:14.529Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34442026-05-08T19:48:14.529Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34452026-05-08T19:48:14.529Z[ 20] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34462026-05-08T19:48:14.529Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
34472026-05-08T19:48:14.529ZRun 8/10...3534.880583362991Mbps
34482026-05-08T19:48:21.938Z-----------------------------------------------------------
34492026-05-08T19:48:21.938ZServer listening on 5201 (test #19)
34502026-05-08T19:48:21.938Z-----------------------------------------------------------
34512026-05-08T19:48:21.938ZAccepted connection from 10.0.0.1, port 61353
34522026-05-08T19:48:21.938Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45868
34532026-05-08T19:48:21.938Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44763
34542026-05-08T19:48:21.938Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34286
34552026-05-08T19:48:21.938Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51973
34562026-05-08T19:48:21.938Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59538
34572026-05-08T19:48:21.938Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41247
34582026-05-08T19:48:21.938Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58222
34592026-05-08T19:48:21.938Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45404
34602026-05-08T19:48:21.939Z[ ID] Interval Transfer Bitrate
34612026-05-08T19:48:21.939Z[ 5] 0.00-1.00 sec 34.5 MBytes 289 Mbits/sec
34622026-05-08T19:48:21.939Z[ 8] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
34632026-05-08T19:48:21.939Z[ 10] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
34642026-05-08T19:48:21.939Z[ 12] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
34652026-05-08T19:48:21.939Z[ 14] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
34662026-05-08T19:48:21.939Z[ 16] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
34672026-05-08T19:48:21.939Z[ 18] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
34682026-05-08T19:48:21.939Z[ 20] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
34692026-05-08T19:48:21.939Z[SUM] 0.00-1.00 sec 342 MBytes 2.87 Gbits/sec
34702026-05-08T19:48:21.939Z- - - - - - - - - - - - - - - - - - - - - - - - -
34712026-05-08T19:48:21.939Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34722026-05-08T19:48:21.939Z[ 8] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
34732026-05-08T19:48:21.939Z[ 10] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34742026-05-08T19:48:21.939Z[ 12] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34752026-05-08T19:48:21.939Z[ 14] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34762026-05-08T19:48:21.939Z[ 16] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34772026-05-08T19:48:21.939Z[ 18] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
34782026-05-08T19:48:21.939Z[ 20] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
34792026-05-08T19:48:21.939Z[SUM] 1.00-2.00 sec 430 MBytes 3.61 Gbits/sec
34802026-05-08T19:48:21.939Z- - - - - - - - - - - - - - - - - - - - - - - - -
34812026-05-08T19:48:21.939Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
34822026-05-08T19:48:21.939Z[ 8] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
34832026-05-08T19:48:21.939Z[ 10] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
34842026-05-08T19:48:21.939Z[ 12] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
34852026-05-08T19:48:21.939Z[ 14] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
34862026-05-08T19:48:21.940Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
34872026-05-08T19:48:21.940Z[ 18] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
34882026-05-08T19:48:21.940Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
34892026-05-08T19:48:21.940Z[SUM] 2.00-3.00 sec 432 MBytes 3.62 Gbits/sec
34902026-05-08T19:48:21.940Z- - - - - - - - - - - - - - - - - - - - - - - - -
34912026-05-08T19:48:21.940Z[ 5] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
34922026-05-08T19:48:21.940Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
34932026-05-08T19:48:21.940Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
34942026-05-08T19:48:21.940Z[ 12] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
34952026-05-08T19:48:21.940Z[ 14] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
34962026-05-08T19:48:21.940Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
34972026-05-08T19:48:21.940Z[ 18] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
34982026-05-08T19:48:21.940Z[ 20] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
34992026-05-08T19:48:21.940Z[SUM] 3.00-4.00 sec 431 MBytes 3.62 Gbits/sec
35002026-05-08T19:48:21.940Z- - - - - - - - - - - - - - - - - - - - - - - - -
35012026-05-08T19:48:21.940Z[ 5] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35022026-05-08T19:48:21.940Z[ 8] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35032026-05-08T19:48:21.940Z[ 10] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35042026-05-08T19:48:21.940Z[ 12] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
35052026-05-08T19:48:21.940Z[ 14] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
35062026-05-08T19:48:21.940Z[ 16] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
35072026-05-08T19:48:21.940Z[ 18] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
35082026-05-08T19:48:21.940Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
35092026-05-08T19:48:21.941Z[SUM] 4.00-5.00 sec 431 MBytes 3.61 Gbits/sec
35102026-05-08T19:48:21.941Z- - - - - - - - - - - - - - - - - - - - - - - - -
35112026-05-08T19:48:21.941Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
35122026-05-08T19:48:21.941Z[ 8] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
35132026-05-08T19:48:21.941Z[ 10] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
35142026-05-08T19:48:21.941Z[ 12] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
35152026-05-08T19:48:21.941Z[ 14] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
35162026-05-08T19:48:21.941Z[ 16] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
35172026-05-08T19:48:21.941Z[ 18] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
35182026-05-08T19:48:21.941Z[ 20] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
35192026-05-08T19:48:21.941Z[SUM] 5.00-6.00 sec 427 MBytes 3.58 Gbits/sec
35202026-05-08T19:48:21.941Z- - - - - - - - - - - - - - - - - - - - - - - - -
35212026-05-08T19:48:21.941Z[ 5] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
35222026-05-08T19:48:21.941Z[ 8] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
35232026-05-08T19:48:21.941Z[ 10] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
35242026-05-08T19:48:24.948Z[ 12] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
35252026-05-08T19:48:24.948Z[ 14] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
35262026-05-08T19:48:24.948Z[ 16] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
35272026-05-08T19:48:24.948Z[ 18] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
35282026-05-08T19:48:24.948Z[ 20] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
35292026-05-08T19:48:24.948Z[SUM] 6.00-7.00 sec 432 MBytes 3.63 Gbits/sec
35302026-05-08T19:48:24.948Z- - - - - - - - - - - - - - - - - - - - - - - - -
35312026-05-08T19:48:24.948Z[ 5] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35322026-05-08T19:48:24.948Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
35332026-05-08T19:48:24.948Z[ 10] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35342026-05-08T19:48:24.948Z[ 12] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35352026-05-08T19:48:24.948Z[ 14] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
35362026-05-08T19:48:24.948Z[ 16] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35372026-05-08T19:48:24.948Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
35382026-05-08T19:48:24.949Z[ 20] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
35392026-05-08T19:48:24.949Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
35402026-05-08T19:48:24.949Z- - - - - - - - - - - - - - - - - - - - - - - - -
35412026-05-08T19:48:24.949Z[ 5] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
35422026-05-08T19:48:24.949Z[ 8] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
35432026-05-08T19:48:24.949Z[ 10] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
35442026-05-08T19:48:24.949Z[ 12] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
35452026-05-08T19:48:24.949Z[ 14] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
35462026-05-08T19:48:24.949Z[ 16] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
35472026-05-08T19:48:24.949Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
35482026-05-08T19:48:24.949Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
35492026-05-08T19:48:24.949Z[SUM] 8.00-9.00 sec 429 MBytes 3.60 Gbits/sec
35502026-05-08T19:48:24.949Z- - - - - - - - - - - - - - - - - - - - - - - - -
35512026-05-08T19:48:24.949Z[ 5] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
35522026-05-08T19:48:24.949Z[ 8] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
35532026-05-08T19:48:24.949Z[ 10] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
35542026-05-08T19:48:24.949Z[ 12] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
35552026-05-08T19:48:24.949Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
35562026-05-08T19:48:24.950Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
35572026-05-08T19:48:24.950Z[ 18] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
35582026-05-08T19:48:24.950Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
35592026-05-08T19:48:24.950Z[SUM] 9.00-10.00 sec 427 MBytes 3.59 Gbits/sec
35602026-05-08T19:48:24.950Z- - - - - - - - - - - - - - - - - - - - - - - - -
35612026-05-08T19:48:24.950Z[ 5] 10.00-10.00 sec 128 KBytes 1.11 Gbits/sec
35622026-05-08T19:48:24.950Z[ 8] 10.00-10.00 sec 128 KBytes 1.11 Gbits/sec
35632026-05-08T19:48:24.950Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35642026-05-08T19:48:24.950Z[ 12] 10.00-10.00 sec 128 KBytes 1.11 Gbits/sec
35652026-05-08T19:48:24.950Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35662026-05-08T19:48:24.950Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35672026-05-08T19:48:24.950Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35682026-05-08T19:48:24.950Z[ 20] 10.00-10.00 sec 128 KBytes 1.11 Gbits/sec
35692026-05-08T19:48:24.950Z[SUM] 10.00-10.00 sec 512 KBytes 4.44 Gbits/sec
35702026-05-08T19:48:24.950Z- - - - - - - - - - - - - - - - - - - - - - - - -
35712026-05-08T19:48:24.951Z[ ID] Interval Transfer Bitrate
35722026-05-08T19:48:24.951Z[ 5] 0.00-10.00 sec 518 MBytes 434 Mbits/sec receiver
35732026-05-08T19:48:24.951Z[ 8] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35742026-05-08T19:48:24.951Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
35752026-05-08T19:48:24.951Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35762026-05-08T19:48:24.951Z[ 14] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35772026-05-08T19:48:24.951Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
35782026-05-08T19:48:24.951Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
35792026-05-08T19:48:24.951Z[ 20] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
35802026-05-08T19:48:24.951Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
35812026-05-08T19:48:24.957ZRun 9/10...3532.05408286426Mbps
35822026-05-08T19:48:32.352Z-----------------------------------------------------------
35832026-05-08T19:48:32.352ZServer listening on 5201 (test #20)
35842026-05-08T19:48:32.352Z-----------------------------------------------------------
35852026-05-08T19:48:32.352ZAccepted connection from 10.0.0.1, port 54537
35862026-05-08T19:48:32.352Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60625
35872026-05-08T19:48:32.352Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61500
35882026-05-08T19:48:32.352Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55729
35892026-05-08T19:48:32.352Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47467
35902026-05-08T19:48:32.353Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59343
35912026-05-08T19:48:32.353Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58181
35922026-05-08T19:48:32.353Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34909
35932026-05-08T19:48:32.353Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34816
35942026-05-08T19:48:32.353Z[ ID] Interval Transfer Bitrate
35952026-05-08T19:48:32.353Z[ 5] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
35962026-05-08T19:48:32.353Z[ 8] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
35972026-05-08T19:48:32.353Z[ 10] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
35982026-05-08T19:48:32.353Z[ 12] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
35992026-05-08T19:48:32.353Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
36002026-05-08T19:48:32.353Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36012026-05-08T19:48:32.353Z[ 18] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36022026-05-08T19:48:32.353Z[ 20] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
36032026-05-08T19:48:32.353Z[SUM] 0.00-1.00 sec 339 MBytes 2.84 Gbits/sec
36042026-05-08T19:48:32.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
36052026-05-08T19:48:32.353Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36062026-05-08T19:48:32.353Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36072026-05-08T19:48:32.353Z[ 10] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
36082026-05-08T19:48:32.353Z[ 12] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36092026-05-08T19:48:32.353Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
36102026-05-08T19:48:32.353Z[ 16] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
36112026-05-08T19:48:32.353Z[ 18] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
36122026-05-08T19:48:32.353Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
36132026-05-08T19:48:32.353Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
36142026-05-08T19:48:32.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
36152026-05-08T19:48:32.354Z[ 5] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
36162026-05-08T19:48:32.354Z[ 8] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36172026-05-08T19:48:32.354Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36182026-05-08T19:48:32.354Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
36192026-05-08T19:48:32.354Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
36202026-05-08T19:48:32.354Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36212026-05-08T19:48:32.354Z[ 18] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
36222026-05-08T19:48:32.354Z[ 20] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36232026-05-08T19:48:32.354Z[SUM] 2.00-3.00 sec 432 MBytes 3.63 Gbits/sec
36242026-05-08T19:48:32.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
36252026-05-08T19:48:32.354Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
36262026-05-08T19:48:32.354Z[ 8] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
36272026-05-08T19:48:32.354Z[ 10] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
36282026-05-08T19:48:32.354Z[ 12] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
36292026-05-08T19:48:32.354Z[ 14] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
36302026-05-08T19:48:32.354Z[ 16] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
36312026-05-08T19:48:32.354Z[ 18] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
36322026-05-08T19:48:32.354Z[ 20] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
36332026-05-08T19:48:32.354Z[SUM] 3.00-4.00 sec 428 MBytes 3.59 Gbits/sec
36342026-05-08T19:48:32.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
36352026-05-08T19:48:32.354Z[ 5] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
36362026-05-08T19:48:32.354Z[ 8] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
36372026-05-08T19:48:32.354Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
36382026-05-08T19:48:32.354Z[ 12] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
36392026-05-08T19:48:32.355Z[ 14] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
36402026-05-08T19:48:32.355Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
36412026-05-08T19:48:32.355Z[ 18] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
36422026-05-08T19:48:32.355Z[ 20] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
36432026-05-08T19:48:32.355Z[SUM] 4.00-5.00 sec 429 MBytes 3.60 Gbits/sec
36442026-05-08T19:48:32.355Z- - - - - - - - - - - - - - - - - - - - - - - - -
36452026-05-08T19:48:32.355Z[ 5] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
36462026-05-08T19:48:32.355Z[ 8] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
36472026-05-08T19:48:32.355Z[ 10] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
36482026-05-08T19:48:32.355Z[ 12] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
36492026-05-08T19:48:32.355Z[ 14] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
36502026-05-08T19:48:32.355Z[ 16] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
36512026-05-08T19:48:32.355Z[ 18] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
36522026-05-08T19:48:32.355Z[ 20] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
36532026-05-08T19:48:32.355Z[SUM] 5.00-6.00 sec 433 MBytes 3.63 Gbits/sec
36542026-05-08T19:48:32.355Z- - - - - - - - - - - - - - - - - - - - - - - - -
36552026-05-08T19:48:32.355Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36562026-05-08T19:48:32.355Z[ 8] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
36572026-05-08T19:48:32.355Z[ 10] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
36582026-05-08T19:48:37.305Z[ 12] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
36592026-05-08T19:48:37.305Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36602026-05-08T19:48:37.306Z[ 16] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
36612026-05-08T19:48:37.306Z[ 18] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
36622026-05-08T19:48:37.306Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36632026-05-08T19:48:37.306Z[SUM] 6.00-7.00 sec 429 MBytes 3.60 Gbits/sec
36642026-05-08T19:48:37.306Z- - - - - - - - - - - - - - - - - - - - - - - - -
36652026-05-08T19:48:37.306Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
36662026-05-08T19:48:37.306Z[ 8] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36672026-05-08T19:48:37.306Z[ 10] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36682026-05-08T19:48:37.306Z[ 12] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36692026-05-08T19:48:37.306Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36702026-05-08T19:48:37.306Z[ 16] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
36712026-05-08T19:48:37.306Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
36722026-05-08T19:48:37.306Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
36732026-05-08T19:48:37.306Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
36742026-05-08T19:48:37.306Z- - - - - - - - - - - - - - - - - - - - - - - - -
36752026-05-08T19:48:37.306Z[ 5] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
36762026-05-08T19:48:37.306Z[ 8] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
36772026-05-08T19:48:37.306Z[ 10] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
36782026-05-08T19:48:37.306Z[ 12] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
36792026-05-08T19:48:37.306Z[ 14] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
36802026-05-08T19:48:37.306Z[ 16] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
36812026-05-08T19:48:37.306Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
36822026-05-08T19:48:37.306Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
36832026-05-08T19:48:37.306Z[SUM] 8.00-9.00 sec 429 MBytes 3.60 Gbits/sec
36842026-05-08T19:48:37.306Z- - - - - - - - - - - - - - - - - - - - - - - - -
36852026-05-08T19:48:37.306Z[ 5] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
36862026-05-08T19:48:37.306Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
36872026-05-08T19:48:37.306Z[ 10] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
36882026-05-08T19:48:37.306Z[ 12] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
36892026-05-08T19:48:37.306Z[ 14] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36902026-05-08T19:48:37.306Z[ 16] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36912026-05-08T19:48:37.307Z[ 18] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
36922026-05-08T19:48:37.308Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
36932026-05-08T19:48:37.308Z[SUM] 9.00-10.00 sec 427 MBytes 3.58 Gbits/sec
36942026-05-08T19:48:37.308Z- - - - - - - - - - - - - - - - - - - - - - - - -
36952026-05-08T19:48:37.308Z[ 5] 10.00-10.00 sec 128 KBytes 705 Mbits/sec
36962026-05-08T19:48:37.308Z[ 8] 10.00-10.00 sec 128 KBytes 705 Mbits/sec
36972026-05-08T19:48:37.308Z[ 10] 10.00-10.00 sec 128 KBytes 705 Mbits/sec
36982026-05-08T19:48:37.308Z[ 12] 10.00-10.00 sec 128 KBytes 706 Mbits/sec
36992026-05-08T19:48:37.308Z[ 14] 10.00-10.00 sec 128 KBytes 706 Mbits/sec
37002026-05-08T19:48:37.308Z[ 16] 10.00-10.00 sec 128 KBytes 706 Mbits/sec
37012026-05-08T19:48:37.308Z[ 18] 10.00-10.00 sec 128 KBytes 705 Mbits/sec
37022026-05-08T19:48:37.308Z[ 20] 10.00-10.00 sec 128 KBytes 705 Mbits/sec
37032026-05-08T19:48:37.308Z[SUM] 10.00-10.00 sec 1.00 MBytes 5.64 Gbits/sec
37042026-05-08T19:48:37.308Z- - - - - - - - - - - - - - - - - - - - - - - - -
37052026-05-08T19:48:37.308Z[ ID] Interval Transfer Bitrate
37062026-05-08T19:48:37.308Z[ 5] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37072026-05-08T19:48:37.308Z[ 8] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37082026-05-08T19:48:37.308Z[ 10] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37092026-05-08T19:48:37.308Z[ 12] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
37102026-05-08T19:48:37.308Z[ 14] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37112026-05-08T19:48:37.308Z[ 16] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37122026-05-08T19:48:37.309Z[ 18] 0.00-10.00 sec 525 MBytes 441 Mbits/sec receiver
37132026-05-08T19:48:37.309Z[ 20] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37142026-05-08T19:48:37.309Z[SUM] 0.00-10.00 sec 4.10 GBytes 3.52 Gbits/sec receiver
37152026-05-08T19:48:37.309ZRun 10/10...3523.976693312747Mbps
37162026-05-08T19:48:37.355Z###---------------------###
37172026-05-08T19:48:37.355Z::: iPerf done... :::
37182026-05-08T19:48:37.355Z:::Awaiting out files...:::
37192026-05-08T19:48:37.355Z###---------------------###
37202026-05-08T19:48:37.355Z###-----###
37212026-05-08T19:48:37.355Z:::done!:::
37222026-05-08T19:48:37.355Z###-----###
37232026-05-08T19:48:37.355ZGnuplot not found, using plotters backend
37242026-05-08T19:48:37.355ZBenchmarking iperf-tcp/local/c2s/tx
37252026-05-08T19:48:37.355ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
37262026-05-08T19:48:40.522ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
37272026-05-08T19:49:00.963ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
37282026-05-08T19:49:01.052Ziperf-tcp/local/c2s/tx time: [3.4886 µs 3.4887 µs 3.4888 µs]
37292026-05-08T19:49:01.053Z change: [+2.9140% +2.9194% +2.9243%] (p = 0.00 < 0.05)
37302026-05-08T19:49:01.053Z Performance has regressed.
37312026-05-08T19:49:01.053ZFound 5 outliers among 100 measurements (5.00%)
37322026-05-08T19:49:01.053Z 4 (4.00%) high mild
37332026-05-08T19:49:01.053Z 1 (1.00%) high severe
37342026-05-08T19:49:01.938Z
37352026-05-08T19:49:01.942ZBenchmarking iperf-tcp/local/c2s/rx
37362026-05-08T19:49:01.942ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
37372026-05-08T19:49:06.002ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
37382026-05-08T19:49:26.474ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
37392026-05-08T19:49:26.560Ziperf-tcp/local/c2s/rx time: [6.5471 µs 6.5473 µs 6.5474 µs]
37402026-05-08T19:49:26.560Z change: [+1.5447% +1.5488% +1.5527%] (p = 0.00 < 0.05)
37412026-05-08T19:49:26.560Z Performance has regressed.
37422026-05-08T19:49:26.560ZFound 3 outliers among 100 measurements (3.00%)
37432026-05-08T19:49:26.560Z 1 (1.00%) low mild
37442026-05-08T19:49:26.560Z 1 (1.00%) high mild
37452026-05-08T19:49:26.560Z 1 (1.00%) high severe
37462026-05-08T19:49:27.445Z
37472026-05-08T19:49:27.448Z###-------------------###
37482026-05-08T19:49:27.448Z:::Running experiment :::
37492026-05-08T19:49:27.448Z:::iperf-tcp/local/s2c:::
37502026-05-08T19:49:27.448Z###-------------------###
37512026-05-08T19:49:27.676Zdtrace: description 'profile-201us ' matched 2 probes
37522026-05-08T19:49:34.835Z-----------------------------------------------------------
37532026-05-08T19:49:34.839ZServer listening on 5201 (test #21)
37542026-05-08T19:49:34.839Z-----------------------------------------------------------
37552026-05-08T19:49:34.839ZAccepted connection from 10.0.0.1, port 40209
37562026-05-08T19:49:34.839Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34568
37572026-05-08T19:49:34.839Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37238
37582026-05-08T19:49:34.839Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45385
37592026-05-08T19:49:34.839Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47591
37602026-05-08T19:49:34.840Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36260
37612026-05-08T19:49:34.840Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42022
37622026-05-08T19:49:34.840Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55455
37632026-05-08T19:49:34.840Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47833
37642026-05-08T19:49:34.840Z[ ID] Interval Transfer Bitrate
37652026-05-08T19:49:34.840Z[ 5] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
37662026-05-08T19:49:34.840Z[ 8] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
37672026-05-08T19:49:34.840Z[ 10] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
37682026-05-08T19:49:34.840Z[ 12] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
37692026-05-08T19:49:34.840Z[ 14] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
37702026-05-08T19:49:34.840Z[ 16] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
37712026-05-08T19:49:34.840Z[ 18] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
37722026-05-08T19:49:34.840Z[ 20] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
37732026-05-08T19:49:34.840Z[SUM] 0.00-1.00 sec 345 MBytes 2.89 Gbits/sec
37742026-05-08T19:49:34.840Z- - - - - - - - - - - - - - - - - - - - - - - - -
37752026-05-08T19:49:34.840Z[ 5] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
37762026-05-08T19:49:34.840Z[ 8] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
37772026-05-08T19:49:34.840Z[ 10] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
37782026-05-08T19:49:34.840Z[ 12] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
37792026-05-08T19:49:34.840Z[ 14] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
37802026-05-08T19:49:34.840Z[ 16] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
37812026-05-08T19:49:34.840Z[ 18] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
37822026-05-08T19:49:34.840Z[ 20] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
37832026-05-08T19:49:34.840Z[SUM] 1.00-2.00 sec 434 MBytes 3.64 Gbits/sec
37842026-05-08T19:49:34.840Z- - - - - - - - - - - - - - - - - - - - - - - - -
37852026-05-08T19:49:34.840Z[ 5] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
37862026-05-08T19:49:34.840Z[ 8] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
37872026-05-08T19:49:34.840Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
37882026-05-08T19:49:34.840Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
37892026-05-08T19:49:34.840Z[ 14] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
37902026-05-08T19:49:34.840Z[ 16] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
37912026-05-08T19:49:34.840Z[ 18] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
37922026-05-08T19:49:34.840Z[ 20] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
37932026-05-08T19:49:34.840Z[SUM] 2.00-3.00 sec 433 MBytes 3.63 Gbits/sec
37942026-05-08T19:49:34.840Z- - - - - - - - - - - - - - - - - - - - - - - - -
37952026-05-08T19:49:34.840Z[ 5] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
37962026-05-08T19:49:34.840Z[ 8] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
37972026-05-08T19:49:34.841Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
37982026-05-08T19:49:34.841Z[ 12] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
37992026-05-08T19:49:34.841Z[ 14] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
38002026-05-08T19:49:34.841Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
38012026-05-08T19:49:34.841Z[ 18] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38022026-05-08T19:49:34.841Z[ 20] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
38032026-05-08T19:49:34.841Z[SUM] 3.00-4.00 sec 431 MBytes 3.61 Gbits/sec
38042026-05-08T19:49:34.841Z- - - - - - - - - - - - - - - - - - - - - - - - -
38052026-05-08T19:49:34.841Z[ 5] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
38062026-05-08T19:49:34.841Z[ 8] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
38072026-05-08T19:49:34.841Z[ 10] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
38082026-05-08T19:49:34.841Z[ 12] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
38092026-05-08T19:49:34.841Z[ 14] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
38102026-05-08T19:49:34.841Z[ 16] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
38112026-05-08T19:49:34.841Z[ 18] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
38122026-05-08T19:49:34.841Z[ 20] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
38132026-05-08T19:49:34.841Z[SUM] 4.00-5.00 sec 433 MBytes 3.63 Gbits/sec
38142026-05-08T19:49:34.841Z- - - - - - - - - - - - - - - - - - - - - - - - -
38152026-05-08T19:49:34.841Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
38162026-05-08T19:49:34.841Z[ 8] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
38172026-05-08T19:49:34.841Z[ 10] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
38182026-05-08T19:49:34.841Z[ 12] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
38192026-05-08T19:49:34.841Z[ 14] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
38202026-05-08T19:49:34.841Z[ 16] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
38212026-05-08T19:49:34.841Z[ 18] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
38222026-05-08T19:49:34.841Z[ 20] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
38232026-05-08T19:49:34.841Z[SUM] 5.00-6.00 sec 434 MBytes 3.64 Gbits/sec
38242026-05-08T19:49:34.841Z- - - - - - - - - - - - - - - - - - - - - - - - -
38252026-05-08T19:49:34.841Z[ 5] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
38262026-05-08T19:49:34.841Z[ 8] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
38272026-05-08T19:49:34.841Z[ 10] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
38282026-05-08T19:49:37.843Z[ 12] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
38292026-05-08T19:49:37.844Z[ 14] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
38302026-05-08T19:49:37.844Z[ 16] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
38312026-05-08T19:49:37.844Z[ 18] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
38322026-05-08T19:49:37.844Z[ 20] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
38332026-05-08T19:49:37.844Z[SUM] 6.00-7.00 sec 439 MBytes 3.68 Gbits/sec
38342026-05-08T19:49:37.844Z- - - - - - - - - - - - - - - - - - - - - - - - -
38352026-05-08T19:49:37.844Z[ 5] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
38362026-05-08T19:49:37.844Z[ 8] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
38372026-05-08T19:49:37.844Z[ 10] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
38382026-05-08T19:49:37.844Z[ 12] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
38392026-05-08T19:49:37.844Z[ 14] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
38402026-05-08T19:49:37.844Z[ 16] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
38412026-05-08T19:49:37.844Z[ 18] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
38422026-05-08T19:49:37.844Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
38432026-05-08T19:49:37.844Z[SUM] 7.00-8.00 sec 436 MBytes 3.66 Gbits/sec
38442026-05-08T19:49:37.844Z- - - - - - - - - - - - - - - - - - - - - - - - -
38452026-05-08T19:49:37.844Z[ 5] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
38462026-05-08T19:49:37.844Z[ 8] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
38472026-05-08T19:49:37.844Z[ 10] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
38482026-05-08T19:49:37.844Z[ 12] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
38492026-05-08T19:49:37.844Z[ 14] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
38502026-05-08T19:49:37.844Z[ 16] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
38512026-05-08T19:49:37.844Z[ 18] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
38522026-05-08T19:49:37.844Z[ 20] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
38532026-05-08T19:49:37.844Z[SUM] 8.00-9.00 sec 434 MBytes 3.64 Gbits/sec
38542026-05-08T19:49:37.844Z- - - - - - - - - - - - - - - - - - - - - - - - -
38552026-05-08T19:49:37.844Z[ 5] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
38562026-05-08T19:49:37.844Z[ 8] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
38572026-05-08T19:49:37.845Z[ 10] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
38582026-05-08T19:49:37.845Z[ 12] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
38592026-05-08T19:49:37.845Z[ 14] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
38602026-05-08T19:49:37.845Z[ 16] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
38612026-05-08T19:49:37.845Z[ 18] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
38622026-05-08T19:49:37.845Z[ 20] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
38632026-05-08T19:49:37.845Z[SUM] 9.00-10.00 sec 438 MBytes 3.68 Gbits/sec
38642026-05-08T19:49:37.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
38652026-05-08T19:49:37.845Z[ 5] 10.00-10.00 sec 128 KBytes 1.00 Gbits/sec
38662026-05-08T19:49:37.845Z[ 8] 10.00-10.00 sec 128 KBytes 1.00 Gbits/sec
38672026-05-08T19:49:37.845Z[ 10] 10.00-10.00 sec 128 KBytes 1.00 Gbits/sec
38682026-05-08T19:49:37.845Z[ 12] 10.00-10.00 sec 128 KBytes 1.00 Gbits/sec
38692026-05-08T19:49:37.845Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38702026-05-08T19:49:37.845Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38712026-05-08T19:49:37.845Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38722026-05-08T19:49:37.845Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38732026-05-08T19:49:37.845Z[SUM] 10.00-10.00 sec 512 KBytes 4.01 Gbits/sec
38742026-05-08T19:49:37.845Z- - - - - - - - - - - - - - - - - - - - - - - - -
38752026-05-08T19:49:37.845Z[ ID] Interval Transfer Bitrate
38762026-05-08T19:49:37.845Z[ 5] 0.00-10.00 sec 532 MBytes 447 Mbits/sec sender
38772026-05-08T19:49:37.845Z[ 8] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
38782026-05-08T19:49:37.845Z[ 10] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
38792026-05-08T19:49:37.845Z[ 12] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
38802026-05-08T19:49:37.845Z[ 14] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
38812026-05-08T19:49:37.845Z[ 16] 0.00-10.00 sec 532 MBytes 447 Mbits/sec sender
38822026-05-08T19:49:37.845Z[ 18] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
38832026-05-08T19:49:37.845Z[ 20] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
38842026-05-08T19:49:37.845Z[SUM] 0.00-10.00 sec 4.16 GBytes 3.57 Gbits/sec sender
38852026-05-08T19:49:37.849ZRun 1/10...3571.489637051581Mbps
38862026-05-08T19:49:45.257Z-----------------------------------------------------------
38872026-05-08T19:49:45.257ZServer listening on 5201 (test #22)
38882026-05-08T19:49:45.257Z-----------------------------------------------------------
38892026-05-08T19:49:45.257ZAccepted connection from 10.0.0.1, port 56081
38902026-05-08T19:49:45.257Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46331
38912026-05-08T19:49:45.257Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51000
38922026-05-08T19:49:45.257Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41340
38932026-05-08T19:49:45.257Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52608
38942026-05-08T19:49:45.257Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60406
38952026-05-08T19:49:45.257Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36336
38962026-05-08T19:49:45.257Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58549
38972026-05-08T19:49:45.257Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37757
38982026-05-08T19:49:45.257Z[ ID] Interval Transfer Bitrate
38992026-05-08T19:49:45.257Z[ 5] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
39002026-05-08T19:49:45.257Z[ 8] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
39012026-05-08T19:49:45.257Z[ 10] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
39022026-05-08T19:49:45.257Z[ 12] 0.00-1.00 sec 43.1 MBytes 362 Mbits/sec
39032026-05-08T19:49:45.257Z[ 14] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
39042026-05-08T19:49:45.257Z[ 16] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
39052026-05-08T19:49:45.257Z[ 18] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
39062026-05-08T19:49:45.257Z[ 20] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
39072026-05-08T19:49:45.257Z[SUM] 0.00-1.00 sec 346 MBytes 2.91 Gbits/sec
39082026-05-08T19:49:45.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
39092026-05-08T19:49:45.257Z[ 5] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
39102026-05-08T19:49:45.257Z[ 8] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
39112026-05-08T19:49:45.257Z[ 10] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
39122026-05-08T19:49:45.257Z[ 12] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
39132026-05-08T19:49:45.257Z[ 14] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
39142026-05-08T19:49:45.257Z[ 16] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
39152026-05-08T19:49:45.257Z[ 18] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
39162026-05-08T19:49:45.257Z[ 20] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
39172026-05-08T19:49:45.257Z[SUM] 1.00-2.00 sec 434 MBytes 3.64 Gbits/sec
39182026-05-08T19:49:45.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
39192026-05-08T19:49:45.258Z[ 5] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
39202026-05-08T19:49:45.258Z[ 8] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
39212026-05-08T19:49:45.258Z[ 10] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
39222026-05-08T19:49:45.258Z[ 12] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
39232026-05-08T19:49:45.258Z[ 14] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
39242026-05-08T19:49:45.258Z[ 16] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
39252026-05-08T19:49:45.258Z[ 18] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
39262026-05-08T19:49:45.258Z[ 20] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
39272026-05-08T19:49:45.258Z[SUM] 2.00-3.00 sec 436 MBytes 3.66 Gbits/sec
39282026-05-08T19:49:45.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
39292026-05-08T19:49:45.258Z[ 5] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
39302026-05-08T19:49:45.258Z[ 8] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
39312026-05-08T19:49:45.258Z[ 10] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
39322026-05-08T19:49:45.258Z[ 12] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
39332026-05-08T19:49:45.258Z[ 14] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
39342026-05-08T19:49:45.258Z[ 16] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
39352026-05-08T19:49:45.258Z[ 18] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
39362026-05-08T19:49:45.258Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
39372026-05-08T19:49:45.258Z[SUM] 3.00-4.00 sec 438 MBytes 3.68 Gbits/sec
39382026-05-08T19:49:45.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
39392026-05-08T19:49:45.258Z[ 5] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
39402026-05-08T19:49:45.258Z[ 8] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
39412026-05-08T19:49:45.258Z[ 10] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
39422026-05-08T19:49:45.258Z[ 12] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
39432026-05-08T19:49:45.258Z[ 14] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
39442026-05-08T19:49:45.258Z[ 16] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
39452026-05-08T19:49:45.258Z[ 18] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
39462026-05-08T19:49:45.258Z[ 20] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
39472026-05-08T19:49:45.258Z[SUM] 4.00-5.00 sec 437 MBytes 3.67 Gbits/sec
39482026-05-08T19:49:45.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
39492026-05-08T19:49:45.258Z[ 5] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
39502026-05-08T19:49:45.258Z[ 8] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
39512026-05-08T19:49:45.258Z[ 10] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
39522026-05-08T19:49:45.258Z[ 12] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
39532026-05-08T19:49:45.258Z[ 14] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
39542026-05-08T19:49:45.258Z[ 16] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
39552026-05-08T19:49:45.258Z[ 18] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
39562026-05-08T19:49:45.258Z[ 20] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
39572026-05-08T19:49:45.258Z[SUM] 5.00-6.00 sec 437 MBytes 3.67 Gbits/sec
39582026-05-08T19:49:45.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
39592026-05-08T19:49:45.259Z[ 5] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39602026-05-08T19:49:45.259Z[ 8] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39612026-05-08T19:49:45.259Z[ 10] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
39622026-05-08T19:49:48.263Z[ 12] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39632026-05-08T19:49:48.263Z[ 14] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39642026-05-08T19:49:48.263Z[ 16] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39652026-05-08T19:49:48.263Z[ 18] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
39662026-05-08T19:49:48.263Z[ 20] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
39672026-05-08T19:49:48.263Z[SUM] 6.00-7.00 sec 431 MBytes 3.62 Gbits/sec
39682026-05-08T19:49:48.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
39692026-05-08T19:49:48.263Z[ 5] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39702026-05-08T19:49:48.263Z[ 8] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
39712026-05-08T19:49:48.263Z[ 10] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
39722026-05-08T19:49:48.263Z[ 12] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
39732026-05-08T19:49:48.263Z[ 14] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
39742026-05-08T19:49:48.263Z[ 16] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
39752026-05-08T19:49:48.263Z[ 18] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
39762026-05-08T19:49:48.263Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
39772026-05-08T19:49:48.263Z[SUM] 7.00-8.00 sec 436 MBytes 3.66 Gbits/sec
39782026-05-08T19:49:48.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
39792026-05-08T19:49:48.263Z[ 5] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
39802026-05-08T19:49:48.263Z[ 8] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
39812026-05-08T19:49:48.263Z[ 10] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
39822026-05-08T19:49:48.263Z[ 12] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
39832026-05-08T19:49:48.263Z[ 14] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
39842026-05-08T19:49:48.263Z[ 16] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
39852026-05-08T19:49:48.264Z[ 18] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
39862026-05-08T19:49:48.264Z[ 20] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
39872026-05-08T19:49:48.264Z[SUM] 8.00-9.00 sec 441 MBytes 3.70 Gbits/sec
39882026-05-08T19:49:48.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
39892026-05-08T19:49:48.264Z[ 5] 9.00-10.00 sec 54.6 MBytes 458 Mbits/sec
39902026-05-08T19:49:48.264Z[ 8] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
39912026-05-08T19:49:48.264Z[ 10] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
39922026-05-08T19:49:48.264Z[ 12] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
39932026-05-08T19:49:48.264Z[ 14] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
39942026-05-08T19:49:48.264Z[ 16] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
39952026-05-08T19:49:48.264Z[ 18] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
39962026-05-08T19:49:48.264Z[ 20] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
39972026-05-08T19:49:48.264Z[SUM] 9.00-10.00 sec 438 MBytes 3.67 Gbits/sec
39982026-05-08T19:49:48.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
39992026-05-08T19:49:48.264Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40002026-05-08T19:49:48.264Z[ 8] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
40012026-05-08T19:49:48.264Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40022026-05-08T19:49:48.264Z[ 12] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
40032026-05-08T19:49:48.264Z[ 14] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
40042026-05-08T19:49:48.264Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40052026-05-08T19:49:48.264Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40062026-05-08T19:49:48.264Z[ 20] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
40072026-05-08T19:49:48.264Z[SUM] 10.00-10.00 sec 512 KBytes 3.80 Gbits/sec
40082026-05-08T19:49:48.264Z- - - - - - - - - - - - - - - - - - - - - - - - -
40092026-05-08T19:49:48.264Z[ ID] Interval Transfer Bitrate
40102026-05-08T19:49:48.264Z[ 5] 0.00-10.00 sec 535 MBytes 448 Mbits/sec sender
40112026-05-08T19:49:48.265Z[ 8] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
40122026-05-08T19:49:48.265Z[ 10] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
40132026-05-08T19:49:48.265Z[ 12] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
40142026-05-08T19:49:48.265Z[ 14] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
40152026-05-08T19:49:48.265Z[ 16] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
40162026-05-08T19:49:48.265Z[ 18] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
40172026-05-08T19:49:48.265Z[ 20] 0.00-10.00 sec 535 MBytes 448 Mbits/sec sender
40182026-05-08T19:49:48.265Z[SUM] 0.00-10.00 sec 4.18 GBytes 3.59 Gbits/sec sender
40192026-05-08T19:49:48.268ZRun 2/10...3586.2539820556026Mbps
40202026-05-08T19:49:55.698Z-----------------------------------------------------------
40212026-05-08T19:49:55.698ZServer listening on 5201 (test #23)
40222026-05-08T19:49:55.698Z-----------------------------------------------------------
40232026-05-08T19:49:55.698ZAccepted connection from 10.0.0.1, port 53629
40242026-05-08T19:49:55.698Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55763
40252026-05-08T19:49:55.699Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49240
40262026-05-08T19:49:55.699Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52969
40272026-05-08T19:49:55.699Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62979
40282026-05-08T19:49:55.699Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42966
40292026-05-08T19:49:55.699Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46305
40302026-05-08T19:49:55.699Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56307
40312026-05-08T19:49:55.699Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59904
40322026-05-08T19:49:55.699Z[ ID] Interval Transfer Bitrate
40332026-05-08T19:49:55.699Z[ 5] 0.00-1.00 sec 46.4 MBytes 389 Mbits/sec
40342026-05-08T19:49:55.699Z[ 8] 0.00-1.00 sec 46.5 MBytes 390 Mbits/sec
40352026-05-08T19:49:55.699Z[ 10] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
40362026-05-08T19:49:55.699Z[ 12] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
40372026-05-08T19:49:55.699Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
40382026-05-08T19:49:55.699Z[ 16] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
40392026-05-08T19:49:55.699Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
40402026-05-08T19:49:55.699Z[ 20] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
40412026-05-08T19:49:55.699Z[SUM] 0.00-1.00 sec 345 MBytes 2.89 Gbits/sec
40422026-05-08T19:49:55.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
40432026-05-08T19:49:55.699Z[ 5] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
40442026-05-08T19:49:55.699Z[ 8] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
40452026-05-08T19:49:55.699Z[ 10] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
40462026-05-08T19:49:55.699Z[ 12] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
40472026-05-08T19:49:55.699Z[ 14] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
40482026-05-08T19:49:55.699Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40492026-05-08T19:49:55.699Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40502026-05-08T19:49:55.699Z[ 20] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40512026-05-08T19:49:55.699Z[SUM] 1.00-2.00 sec 433 MBytes 3.63 Gbits/sec
40522026-05-08T19:49:55.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
40532026-05-08T19:49:55.699Z[ 5] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
40542026-05-08T19:49:55.699Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
40552026-05-08T19:49:55.699Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
40562026-05-08T19:49:55.699Z[ 12] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
40572026-05-08T19:49:55.699Z[ 14] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
40582026-05-08T19:49:55.699Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
40592026-05-08T19:49:55.699Z[ 18] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
40602026-05-08T19:49:55.699Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
40612026-05-08T19:49:55.699Z[SUM] 2.00-3.00 sec 431 MBytes 3.61 Gbits/sec
40622026-05-08T19:49:55.699Z- - - - - - - - - - - - - - - - - - - - - - - - -
40632026-05-08T19:49:55.699Z[ 5] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40642026-05-08T19:49:55.700Z[ 8] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40652026-05-08T19:49:55.700Z[ 10] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40662026-05-08T19:49:55.700Z[ 12] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
40672026-05-08T19:49:55.700Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40682026-05-08T19:49:55.700Z[ 16] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
40692026-05-08T19:49:55.700Z[ 18] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
40702026-05-08T19:49:55.700Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40712026-05-08T19:49:55.700Z[SUM] 3.00-4.00 sec 435 MBytes 3.65 Gbits/sec
40722026-05-08T19:49:55.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
40732026-05-08T19:49:55.703Z[ 5] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40742026-05-08T19:49:55.703Z[ 8] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
40752026-05-08T19:49:55.703Z[ 10] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40762026-05-08T19:49:55.703Z[ 12] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40772026-05-08T19:49:55.703Z[ 14] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40782026-05-08T19:49:55.703Z[ 16] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
40792026-05-08T19:49:55.703Z[ 18] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
40802026-05-08T19:49:55.703Z[ 20] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
40812026-05-08T19:49:55.703Z[SUM] 4.00-5.00 sec 435 MBytes 3.65 Gbits/sec
40822026-05-08T19:49:55.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
40832026-05-08T19:49:55.703Z[ 5] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40842026-05-08T19:49:55.703Z[ 8] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40852026-05-08T19:49:55.703Z[ 10] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
40862026-05-08T19:49:55.703Z[ 12] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
40872026-05-08T19:49:55.703Z[ 14] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
40882026-05-08T19:49:55.703Z[ 16] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40892026-05-08T19:49:55.703Z[ 18] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
40902026-05-08T19:49:55.704Z[ 20] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
40912026-05-08T19:49:55.704Z[SUM] 5.00-6.00 sec 435 MBytes 3.65 Gbits/sec
40922026-05-08T19:49:55.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
40932026-05-08T19:49:55.704Z[ 5] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
40942026-05-08T19:49:55.704Z[ 8] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
40952026-05-08T19:49:55.704Z[ 10] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
40962026-05-08T19:49:58.704Z[ 12] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
40972026-05-08T19:49:58.704Z[ 14] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
40982026-05-08T19:49:58.704Z[ 16] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
40992026-05-08T19:49:58.704Z[ 18] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
41002026-05-08T19:49:58.704Z[ 20] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
41012026-05-08T19:49:58.704Z[SUM] 6.00-7.00 sec 434 MBytes 3.64 Gbits/sec
41022026-05-08T19:49:58.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
41032026-05-08T19:49:58.704Z[ 5] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
41042026-05-08T19:49:58.704Z[ 8] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
41052026-05-08T19:49:58.704Z[ 10] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
41062026-05-08T19:49:58.704Z[ 12] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
41072026-05-08T19:49:58.704Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
41082026-05-08T19:49:58.704Z[ 16] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
41092026-05-08T19:49:58.704Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
41102026-05-08T19:49:58.704Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
41112026-05-08T19:49:58.704Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
41122026-05-08T19:49:58.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
41132026-05-08T19:49:58.704Z[ 5] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
41142026-05-08T19:49:58.704Z[ 8] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
41152026-05-08T19:49:58.704Z[ 10] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
41162026-05-08T19:49:58.704Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
41172026-05-08T19:49:58.704Z[ 14] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
41182026-05-08T19:49:58.704Z[ 16] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
41192026-05-08T19:49:58.704Z[ 18] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
41202026-05-08T19:49:58.704Z[ 20] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
41212026-05-08T19:49:58.705Z[SUM] 8.00-9.00 sec 432 MBytes 3.63 Gbits/sec
41222026-05-08T19:49:58.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
41232026-05-08T19:49:58.705Z[ 5] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
41242026-05-08T19:49:58.705Z[ 8] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
41252026-05-08T19:49:58.705Z[ 10] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
41262026-05-08T19:49:58.705Z[ 12] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
41272026-05-08T19:49:58.705Z[ 14] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
41282026-05-08T19:49:58.705Z[ 16] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
41292026-05-08T19:49:58.705Z[ 18] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
41302026-05-08T19:49:58.705Z[ 20] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
41312026-05-08T19:49:58.705Z[SUM] 9.00-10.00 sec 439 MBytes 3.68 Gbits/sec
41322026-05-08T19:49:58.705Z- - - - - - - - - - - - - - - - - - - - - - - - -
41332026-05-08T19:49:58.705Z[ ID] Interval Transfer Bitrate
41342026-05-08T19:49:58.705Z[ 5] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
41352026-05-08T19:49:58.705Z[ 8] 0.00-10.00 sec 534 MBytes 448 Mbits/sec sender
41362026-05-08T19:49:58.705Z[ 10] 0.00-10.00 sec 530 MBytes 445 Mbits/sec sender
41372026-05-08T19:49:58.705Z[ 12] 0.00-10.00 sec 530 MBytes 445 Mbits/sec sender
41382026-05-08T19:49:58.705Z[ 14] 0.00-10.00 sec 530 MBytes 444 Mbits/sec sender
41392026-05-08T19:49:58.705Z[ 16] 0.00-10.00 sec 530 MBytes 444 Mbits/sec sender
41402026-05-08T19:49:58.705Z[ 18] 0.00-10.00 sec 530 MBytes 444 Mbits/sec sender
41412026-05-08T19:49:58.705Z[ 20] 0.00-10.00 sec 530 MBytes 445 Mbits/sec sender
41422026-05-08T19:49:58.705Z[SUM] 0.00-10.00 sec 4.15 GBytes 3.56 Gbits/sec sender
41432026-05-08T19:49:58.724ZRun 3/10...3563.6768372642723Mbps
41442026-05-08T19:50:06.132Z-----------------------------------------------------------
41452026-05-08T19:50:06.132ZServer listening on 5201 (test #24)
41462026-05-08T19:50:06.132Z-----------------------------------------------------------
41472026-05-08T19:50:06.132ZAccepted connection from 10.0.0.1, port 44866
41482026-05-08T19:50:06.132Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37084
41492026-05-08T19:50:06.132Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50729
41502026-05-08T19:50:06.132Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54758
41512026-05-08T19:50:06.132Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59321
41522026-05-08T19:50:06.132Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34532
41532026-05-08T19:50:06.132Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34568
41542026-05-08T19:50:06.132Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49274
41552026-05-08T19:50:06.132Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48297
41562026-05-08T19:50:06.132Z[ ID] Interval Transfer Bitrate
41572026-05-08T19:50:06.132Z[ 5] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
41582026-05-08T19:50:06.132Z[ 8] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
41592026-05-08T19:50:06.132Z[ 10] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
41602026-05-08T19:50:06.132Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
41612026-05-08T19:50:06.132Z[ 14] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
41622026-05-08T19:50:06.132Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
41632026-05-08T19:50:06.132Z[ 18] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
41642026-05-08T19:50:06.132Z[ 20] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
41652026-05-08T19:50:06.132Z[SUM] 0.00-1.00 sec 339 MBytes 2.84 Gbits/sec
41662026-05-08T19:50:06.132Z- - - - - - - - - - - - - - - - - - - - - - - - -
41672026-05-08T19:50:06.132Z[ 5] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
41682026-05-08T19:50:06.132Z[ 8] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
41692026-05-08T19:50:06.133Z[ 10] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
41702026-05-08T19:50:06.133Z[ 12] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
41712026-05-08T19:50:06.133Z[ 14] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
41722026-05-08T19:50:06.133Z[ 16] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
41732026-05-08T19:50:06.133Z[ 18] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
41742026-05-08T19:50:06.133Z[ 20] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
41752026-05-08T19:50:06.133Z[SUM] 1.00-2.00 sec 436 MBytes 3.66 Gbits/sec
41762026-05-08T19:50:06.133Z- - - - - - - - - - - - - - - - - - - - - - - - -
41772026-05-08T19:50:06.133Z[ 5] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
41782026-05-08T19:50:06.133Z[ 8] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
41792026-05-08T19:50:06.133Z[ 10] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
41802026-05-08T19:50:06.133Z[ 12] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
41812026-05-08T19:50:06.133Z[ 14] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
41822026-05-08T19:50:06.134Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
41832026-05-08T19:50:06.134Z[ 18] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
41842026-05-08T19:50:06.134Z[ 20] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
41852026-05-08T19:50:06.134Z[SUM] 2.00-3.00 sec 433 MBytes 3.63 Gbits/sec
41862026-05-08T19:50:06.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
41872026-05-08T19:50:06.134Z[ 5] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
41882026-05-08T19:50:06.134Z[ 8] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
41892026-05-08T19:50:06.134Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
41902026-05-08T19:50:06.134Z[ 12] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
41912026-05-08T19:50:06.134Z[ 14] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
41922026-05-08T19:50:06.134Z[ 16] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
41932026-05-08T19:50:06.134Z[ 18] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
41942026-05-08T19:50:06.134Z[ 20] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
41952026-05-08T19:50:06.134Z[SUM] 3.00-4.00 sec 430 MBytes 3.61 Gbits/sec
41962026-05-08T19:50:06.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
41972026-05-08T19:50:06.134Z[ 5] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
41982026-05-08T19:50:06.134Z[ 8] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
41992026-05-08T19:50:06.134Z[ 10] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
42002026-05-08T19:50:06.134Z[ 12] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
42012026-05-08T19:50:06.134Z[ 14] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
42022026-05-08T19:50:06.134Z[ 16] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
42032026-05-08T19:50:06.134Z[ 18] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
42042026-05-08T19:50:06.134Z[ 20] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
42052026-05-08T19:50:06.134Z[SUM] 4.00-5.00 sec 436 MBytes 3.65 Gbits/sec
42062026-05-08T19:50:06.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
42072026-05-08T19:50:06.134Z[ 5] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42082026-05-08T19:50:06.134Z[ 8] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
42092026-05-08T19:50:06.134Z[ 10] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
42102026-05-08T19:50:06.134Z[ 12] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
42112026-05-08T19:50:06.134Z[ 14] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42122026-05-08T19:50:06.134Z[ 16] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42132026-05-08T19:50:06.134Z[ 18] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
42142026-05-08T19:50:06.134Z[ 20] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
42152026-05-08T19:50:06.134Z[SUM] 5.00-6.00 sec 436 MBytes 3.66 Gbits/sec
42162026-05-08T19:50:06.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
42172026-05-08T19:50:06.134Z[ 5] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42182026-05-08T19:50:06.134Z[ 8] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
42192026-05-08T19:50:06.134Z[ 10] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42202026-05-08T19:50:09.137Z[ 12] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42212026-05-08T19:50:09.137Z[ 14] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
42222026-05-08T19:50:09.137Z[ 16] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
42232026-05-08T19:50:09.137Z[ 18] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
42242026-05-08T19:50:09.137Z[ 20] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
42252026-05-08T19:50:09.137Z[SUM] 6.00-7.00 sec 435 MBytes 3.65 Gbits/sec
42262026-05-08T19:50:09.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
42272026-05-08T19:50:09.138Z[ 5] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
42282026-05-08T19:50:09.138Z[ 8] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
42292026-05-08T19:50:09.138Z[ 10] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
42302026-05-08T19:50:09.138Z[ 12] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
42312026-05-08T19:50:09.138Z[ 14] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
42322026-05-08T19:50:09.138Z[ 16] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
42332026-05-08T19:50:09.138Z[ 18] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
42342026-05-08T19:50:09.138Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
42352026-05-08T19:50:09.138Z[SUM] 7.00-8.00 sec 438 MBytes 3.67 Gbits/sec
42362026-05-08T19:50:09.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
42372026-05-08T19:50:09.138Z[ 5] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
42382026-05-08T19:50:09.138Z[ 8] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
42392026-05-08T19:50:09.138Z[ 10] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
42402026-05-08T19:50:09.138Z[ 12] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
42412026-05-08T19:50:09.138Z[ 14] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
42422026-05-08T19:50:09.138Z[ 16] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
42432026-05-08T19:50:09.138Z[ 18] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
42442026-05-08T19:50:09.138Z[ 20] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
42452026-05-08T19:50:09.138Z[SUM] 8.00-9.00 sec 438 MBytes 3.67 Gbits/sec
42462026-05-08T19:50:09.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
42472026-05-08T19:50:09.138Z[ 5] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
42482026-05-08T19:50:09.138Z[ 8] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
42492026-05-08T19:50:09.138Z[ 10] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
42502026-05-08T19:50:09.138Z[ 12] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
42512026-05-08T19:50:09.138Z[ 14] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
42522026-05-08T19:50:09.138Z[ 16] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
42532026-05-08T19:50:09.138Z[ 18] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
42542026-05-08T19:50:09.138Z[ 20] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
42552026-05-08T19:50:09.138Z[SUM] 9.00-10.00 sec 433 MBytes 3.63 Gbits/sec
42562026-05-08T19:50:09.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
42572026-05-08T19:50:09.138Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42582026-05-08T19:50:09.138Z[ 8] 10.00-10.00 sec 128 KBytes 970 Mbits/sec
42592026-05-08T19:50:09.138Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42602026-05-08T19:50:09.138Z[ 12] 10.00-10.00 sec 128 KBytes 970 Mbits/sec
42612026-05-08T19:50:09.138Z[ 14] 10.00-10.00 sec 128 KBytes 969 Mbits/sec
42622026-05-08T19:50:09.138Z[ 16] 10.00-10.00 sec 128 KBytes 969 Mbits/sec
42632026-05-08T19:50:09.138Z[ 18] 10.00-10.00 sec 128 KBytes 970 Mbits/sec
42642026-05-08T19:50:09.138Z[ 20] 10.00-10.00 sec 128 KBytes 970 Mbits/sec
42652026-05-08T19:50:09.139Z[SUM] 10.00-10.00 sec 768 KBytes 5.81 Gbits/sec
42662026-05-08T19:50:09.139Z- - - - - - - - - - - - - - - - - - - - - - - - -
42672026-05-08T19:50:09.139Z[ ID] Interval Transfer Bitrate
42682026-05-08T19:50:09.139Z[ 5] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42692026-05-08T19:50:09.139Z[ 8] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42702026-05-08T19:50:09.139Z[ 10] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42712026-05-08T19:50:09.139Z[ 12] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42722026-05-08T19:50:09.139Z[ 14] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42732026-05-08T19:50:09.139Z[ 16] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42742026-05-08T19:50:09.139Z[ 18] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42752026-05-08T19:50:09.139Z[ 20] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
42762026-05-08T19:50:09.139Z[SUM] 0.00-10.00 sec 4.15 GBytes 3.57 Gbits/sec sender
42772026-05-08T19:50:09.142ZRun 4/10...3567.910944213948Mbps
42782026-05-08T19:50:16.557Z-----------------------------------------------------------
42792026-05-08T19:50:16.557ZServer listening on 5201 (test #25)
42802026-05-08T19:50:16.557Z-----------------------------------------------------------
42812026-05-08T19:50:16.557ZAccepted connection from 10.0.0.1, port 55744
42822026-05-08T19:50:16.557Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47547
42832026-05-08T19:50:16.557Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45839
42842026-05-08T19:50:16.557Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62516
42852026-05-08T19:50:16.557Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36035
42862026-05-08T19:50:16.557Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41589
42872026-05-08T19:50:16.557Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62012
42882026-05-08T19:50:16.557Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48220
42892026-05-08T19:50:16.557Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45987
42902026-05-08T19:50:16.557Z[ ID] Interval Transfer Bitrate
42912026-05-08T19:50:16.557Z[ 5] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
42922026-05-08T19:50:16.557Z[ 8] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
42932026-05-08T19:50:16.557Z[ 10] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
42942026-05-08T19:50:16.557Z[ 12] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
42952026-05-08T19:50:16.557Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
42962026-05-08T19:50:16.557Z[ 16] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
42972026-05-08T19:50:16.557Z[ 18] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
42982026-05-08T19:50:16.557Z[ 20] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
42992026-05-08T19:50:16.557Z[SUM] 0.00-1.00 sec 342 MBytes 2.87 Gbits/sec
43002026-05-08T19:50:16.557Z- - - - - - - - - - - - - - - - - - - - - - - - -
43012026-05-08T19:50:16.557Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
43022026-05-08T19:50:16.557Z[ 8] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
43032026-05-08T19:50:16.557Z[ 10] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
43042026-05-08T19:50:16.557Z[ 12] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
43052026-05-08T19:50:16.557Z[ 14] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
43062026-05-08T19:50:16.557Z[ 16] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
43072026-05-08T19:50:16.557Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
43082026-05-08T19:50:16.557Z[ 20] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
43092026-05-08T19:50:16.557Z[SUM] 1.00-2.00 sec 431 MBytes 3.62 Gbits/sec
43102026-05-08T19:50:16.557Z- - - - - - - - - - - - - - - - - - - - - - - - -
43112026-05-08T19:50:16.557Z[ 5] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43122026-05-08T19:50:16.558Z[ 8] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43132026-05-08T19:50:16.558Z[ 10] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43142026-05-08T19:50:16.558Z[ 12] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43152026-05-08T19:50:16.558Z[ 14] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43162026-05-08T19:50:16.558Z[ 16] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43172026-05-08T19:50:16.558Z[ 18] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43182026-05-08T19:50:16.558Z[ 20] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
43192026-05-08T19:50:16.558Z[SUM] 2.00-3.00 sec 441 MBytes 3.70 Gbits/sec
43202026-05-08T19:50:16.558Z- - - - - - - - - - - - - - - - - - - - - - - - -
43212026-05-08T19:50:16.558Z[ 5] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
43222026-05-08T19:50:16.558Z[ 8] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
43232026-05-08T19:50:16.558Z[ 10] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
43242026-05-08T19:50:16.558Z[ 12] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
43252026-05-08T19:50:16.558Z[ 14] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
43262026-05-08T19:50:16.558Z[ 16] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
43272026-05-08T19:50:16.558Z[ 18] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
43282026-05-08T19:50:16.558Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
43292026-05-08T19:50:16.558Z[SUM] 3.00-4.00 sec 438 MBytes 3.67 Gbits/sec
43302026-05-08T19:50:16.558Z- - - - - - - - - - - - - - - - - - - - - - - - -
43312026-05-08T19:50:16.558Z[ 5] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
43322026-05-08T19:50:16.558Z[ 8] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
43332026-05-08T19:50:16.558Z[ 10] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
43342026-05-08T19:50:16.558Z[ 12] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
43352026-05-08T19:50:16.558Z[ 14] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
43362026-05-08T19:50:16.558Z[ 16] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
43372026-05-08T19:50:16.558Z[ 18] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
43382026-05-08T19:50:16.558Z[ 20] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
43392026-05-08T19:50:16.558Z[SUM] 4.00-5.00 sec 442 MBytes 3.71 Gbits/sec
43402026-05-08T19:50:16.558Z- - - - - - - - - - - - - - - - - - - - - - - - -
43412026-05-08T19:50:16.558Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
43422026-05-08T19:50:16.558Z[ 8] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
43432026-05-08T19:50:16.558Z[ 10] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
43442026-05-08T19:50:16.558Z[ 12] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
43452026-05-08T19:50:16.558Z[ 14] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
43462026-05-08T19:50:16.558Z[ 16] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
43472026-05-08T19:50:16.558Z[ 18] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
43482026-05-08T19:50:16.558Z[ 20] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
43492026-05-08T19:50:16.558Z[SUM] 5.00-6.00 sec 434 MBytes 3.64 Gbits/sec
43502026-05-08T19:50:16.562Z- - - - - - - - - - - - - - - - - - - - - - - - -
43512026-05-08T19:50:16.562Z[ 5] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
43522026-05-08T19:50:16.562Z[ 8] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
43532026-05-08T19:50:16.562Z[ 10] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
43542026-05-08T19:50:19.560Z[ 12] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
43552026-05-08T19:50:19.560Z[ 14] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
43562026-05-08T19:50:19.560Z[ 16] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
43572026-05-08T19:50:19.560Z[ 18] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
43582026-05-08T19:50:19.560Z[ 20] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
43592026-05-08T19:50:19.560Z[SUM] 6.00-7.00 sec 436 MBytes 3.66 Gbits/sec
43602026-05-08T19:50:19.560Z- - - - - - - - - - - - - - - - - - - - - - - - -
43612026-05-08T19:50:19.560Z[ 5] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
43622026-05-08T19:50:19.560Z[ 8] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
43632026-05-08T19:50:19.560Z[ 10] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
43642026-05-08T19:50:19.560Z[ 12] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
43652026-05-08T19:50:19.560Z[ 14] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
43662026-05-08T19:50:19.560Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
43672026-05-08T19:50:19.560Z[ 18] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
43682026-05-08T19:50:19.561Z[ 20] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
43692026-05-08T19:50:19.561Z[SUM] 7.00-8.00 sec 431 MBytes 3.62 Gbits/sec
43702026-05-08T19:50:19.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
43712026-05-08T19:50:19.561Z[ 5] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
43722026-05-08T19:50:19.561Z[ 8] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
43732026-05-08T19:50:19.561Z[ 10] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
43742026-05-08T19:50:19.561Z[ 12] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
43752026-05-08T19:50:19.561Z[ 14] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
43762026-05-08T19:50:19.561Z[ 16] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
43772026-05-08T19:50:19.561Z[ 18] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
43782026-05-08T19:50:19.561Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
43792026-05-08T19:50:19.561Z[SUM] 8.00-9.00 sec 431 MBytes 3.62 Gbits/sec
43802026-05-08T19:50:19.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
43812026-05-08T19:50:19.561Z[ 5] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
43822026-05-08T19:50:19.561Z[ 8] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
43832026-05-08T19:50:19.561Z[ 10] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
43842026-05-08T19:50:19.561Z[ 12] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
43852026-05-08T19:50:19.561Z[ 14] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
43862026-05-08T19:50:19.561Z[ 16] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
43872026-05-08T19:50:19.561Z[ 18] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
43882026-05-08T19:50:19.561Z[ 20] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
43892026-05-08T19:50:19.561Z[SUM] 9.00-10.00 sec 432 MBytes 3.62 Gbits/sec
43902026-05-08T19:50:19.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
43912026-05-08T19:50:19.561Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43922026-05-08T19:50:19.561Z[ 8] 10.00-10.00 sec 128 KBytes 1.00 Gbits/sec
43932026-05-08T19:50:19.561Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43942026-05-08T19:50:19.561Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43952026-05-08T19:50:19.561Z[ 14] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
43962026-05-08T19:50:19.561Z[ 16] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
43972026-05-08T19:50:19.561Z[ 18] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
43982026-05-08T19:50:19.561Z[ 20] 10.00-10.00 sec 128 KBytes 1.00 Gbits/sec
43992026-05-08T19:50:19.561Z[SUM] 10.00-10.00 sec 640 KBytes 5.02 Gbits/sec
44002026-05-08T19:50:19.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
44012026-05-08T19:50:19.561Z[ ID] Interval Transfer Bitrate
44022026-05-08T19:50:19.561Z[ 5] 0.00-10.00 sec 532 MBytes 447 Mbits/sec sender
44032026-05-08T19:50:19.561Z[ 8] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
44042026-05-08T19:50:19.561Z[ 10] 0.00-10.00 sec 532 MBytes 447 Mbits/sec sender
44052026-05-08T19:50:19.562Z[ 12] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
44062026-05-08T19:50:19.562Z[ 14] 0.00-10.00 sec 532 MBytes 447 Mbits/sec sender
44072026-05-08T19:50:19.562Z[ 16] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
44082026-05-08T19:50:19.562Z[ 18] 0.00-10.00 sec 533 MBytes 447 Mbits/sec sender
44092026-05-08T19:50:19.562Z[ 20] 0.00-10.00 sec 532 MBytes 447 Mbits/sec sender
44102026-05-08T19:50:19.562Z[SUM] 0.00-10.00 sec 4.16 GBytes 3.57 Gbits/sec sender
44112026-05-08T19:50:19.565ZRun 5/10...3572.644019733908Mbps
44122026-05-08T19:50:26.984Z-----------------------------------------------------------
44132026-05-08T19:50:26.984ZServer listening on 5201 (test #26)
44142026-05-08T19:50:26.984Z-----------------------------------------------------------
44152026-05-08T19:50:26.984ZAccepted connection from 10.0.0.1, port 53989
44162026-05-08T19:50:26.984Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64019
44172026-05-08T19:50:26.984Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46516
44182026-05-08T19:50:26.984Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55880
44192026-05-08T19:50:26.984Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50624
44202026-05-08T19:50:26.984Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55556
44212026-05-08T19:50:26.984Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56566
44222026-05-08T19:50:26.984Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53003
44232026-05-08T19:50:26.984Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33917
44242026-05-08T19:50:26.984Z[ ID] Interval Transfer Bitrate
44252026-05-08T19:50:26.984Z[ 5] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
44262026-05-08T19:50:26.984Z[ 8] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
44272026-05-08T19:50:26.984Z[ 10] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
44282026-05-08T19:50:26.984Z[ 12] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
44292026-05-08T19:50:26.984Z[ 14] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
44302026-05-08T19:50:26.984Z[ 16] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
44312026-05-08T19:50:26.984Z[ 18] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
44322026-05-08T19:50:26.984Z[ 20] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
44332026-05-08T19:50:26.984Z[SUM] 0.00-1.00 sec 343 MBytes 2.88 Gbits/sec
44342026-05-08T19:50:26.984Z- - - - - - - - - - - - - - - - - - - - - - - - -
44352026-05-08T19:50:26.984Z[ 5] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
44362026-05-08T19:50:26.984Z[ 8] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
44372026-05-08T19:50:26.984Z[ 10] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
44382026-05-08T19:50:26.984Z[ 12] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
44392026-05-08T19:50:26.984Z[ 14] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
44402026-05-08T19:50:26.984Z[ 16] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
44412026-05-08T19:50:26.984Z[ 18] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
44422026-05-08T19:50:26.984Z[ 20] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
44432026-05-08T19:50:26.984Z[SUM] 1.00-2.00 sec 436 MBytes 3.65 Gbits/sec
44442026-05-08T19:50:26.984Z- - - - - - - - - - - - - - - - - - - - - - - - -
44452026-05-08T19:50:26.985Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
44462026-05-08T19:50:26.985Z[ 8] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
44472026-05-08T19:50:26.985Z[ 10] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
44482026-05-08T19:50:26.985Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
44492026-05-08T19:50:26.985Z[ 14] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
44502026-05-08T19:50:26.985Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
44512026-05-08T19:50:26.985Z[ 18] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
44522026-05-08T19:50:26.985Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
44532026-05-08T19:50:26.985Z[SUM] 2.00-3.00 sec 431 MBytes 3.62 Gbits/sec
44542026-05-08T19:50:26.985Z- - - - - - - - - - - - - - - - - - - - - - - - -
44552026-05-08T19:50:26.985Z[ 5] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
44562026-05-08T19:50:26.985Z[ 8] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
44572026-05-08T19:50:26.985Z[ 10] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
44582026-05-08T19:50:26.985Z[ 12] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
44592026-05-08T19:50:26.985Z[ 14] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
44602026-05-08T19:50:26.985Z[ 16] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
44612026-05-08T19:50:26.985Z[ 18] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
44622026-05-08T19:50:26.985Z[ 20] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
44632026-05-08T19:50:26.985Z[SUM] 3.00-4.00 sec 437 MBytes 3.66 Gbits/sec
44642026-05-08T19:50:26.985Z- - - - - - - - - - - - - - - - - - - - - - - - -
44652026-05-08T19:50:26.985Z[ 5] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
44662026-05-08T19:50:26.985Z[ 8] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
44672026-05-08T19:50:26.985Z[ 10] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
44682026-05-08T19:50:26.985Z[ 12] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
44692026-05-08T19:50:26.985Z[ 14] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
44702026-05-08T19:50:26.985Z[ 16] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
44712026-05-08T19:50:26.985Z[ 18] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
44722026-05-08T19:50:26.985Z[ 20] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
44732026-05-08T19:50:26.985Z[SUM] 4.00-5.00 sec 437 MBytes 3.67 Gbits/sec
44742026-05-08T19:50:26.985Z- - - - - - - - - - - - - - - - - - - - - - - - -
44752026-05-08T19:50:26.985Z[ 5] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
44762026-05-08T19:50:26.985Z[ 8] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
44772026-05-08T19:50:26.985Z[ 10] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
44782026-05-08T19:50:26.985Z[ 12] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
44792026-05-08T19:50:26.985Z[ 14] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
44802026-05-08T19:50:26.985Z[ 16] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
44812026-05-08T19:50:26.985Z[ 18] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
44822026-05-08T19:50:26.985Z[ 20] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
44832026-05-08T19:50:26.986Z[SUM] 5.00-6.00 sec 432 MBytes 3.62 Gbits/sec
44842026-05-08T19:50:26.986Z- - - - - - - - - - - - - - - - - - - - - - - - -
44852026-05-08T19:50:26.986Z[ 5] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
44862026-05-08T19:50:26.986Z[ 8] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
44872026-05-08T19:50:26.986Z[ 10] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
44882026-05-08T19:50:29.989Z[ 12] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
44892026-05-08T19:50:29.989Z[ 14] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
44902026-05-08T19:50:29.989Z[ 16] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
44912026-05-08T19:50:29.989Z[ 18] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
44922026-05-08T19:50:29.989Z[ 20] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
44932026-05-08T19:50:29.989Z[SUM] 6.00-7.00 sec 436 MBytes 3.66 Gbits/sec
44942026-05-08T19:50:29.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
44952026-05-08T19:50:29.989Z[ 5] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
44962026-05-08T19:50:29.989Z[ 8] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
44972026-05-08T19:50:29.989Z[ 10] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
44982026-05-08T19:50:29.989Z[ 12] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
44992026-05-08T19:50:29.989Z[ 14] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
45002026-05-08T19:50:29.989Z[ 16] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
45012026-05-08T19:50:29.989Z[ 18] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
45022026-05-08T19:50:29.989Z[ 20] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
45032026-05-08T19:50:29.989Z[SUM] 7.00-8.00 sec 432 MBytes 3.62 Gbits/sec
45042026-05-08T19:50:29.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
45052026-05-08T19:50:29.989Z[ 5] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
45062026-05-08T19:50:29.989Z[ 8] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
45072026-05-08T19:50:29.989Z[ 10] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
45082026-05-08T19:50:29.989Z[ 12] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
45092026-05-08T19:50:29.989Z[ 14] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
45102026-05-08T19:50:29.989Z[ 16] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
45112026-05-08T19:50:29.989Z[ 18] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
45122026-05-08T19:50:29.989Z[ 20] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
45132026-05-08T19:50:29.989Z[SUM] 8.00-9.00 sec 437 MBytes 3.66 Gbits/sec
45142026-05-08T19:50:29.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
45152026-05-08T19:50:29.990Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
45162026-05-08T19:50:29.990Z[ 8] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
45172026-05-08T19:50:29.990Z[ 10] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
45182026-05-08T19:50:29.990Z[ 12] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
45192026-05-08T19:50:29.990Z[ 14] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
45202026-05-08T19:50:29.990Z[ 16] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
45212026-05-08T19:50:29.990Z[ 18] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
45222026-05-08T19:50:29.990Z[ 20] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
45232026-05-08T19:50:29.990Z[SUM] 9.00-10.00 sec 432 MBytes 3.62 Gbits/sec
45242026-05-08T19:50:29.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
45252026-05-08T19:50:29.990Z[ 5] 10.00-10.00 sec 128 KBytes 922 Mbits/sec
45262026-05-08T19:50:29.990Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45272026-05-08T19:50:29.990Z[ 10] 10.00-10.00 sec 128 KBytes 924 Mbits/sec
45282026-05-08T19:50:29.990Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45292026-05-08T19:50:29.990Z[ 14] 10.00-10.00 sec 128 KBytes 925 Mbits/sec
45302026-05-08T19:50:29.990Z[ 16] 10.00-10.00 sec 128 KBytes 925 Mbits/sec
45312026-05-08T19:50:29.990Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45322026-05-08T19:50:29.990Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45332026-05-08T19:50:29.990Z[SUM] 10.00-10.00 sec 512 KBytes 3.69 Gbits/sec
45342026-05-08T19:50:29.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
45352026-05-08T19:50:29.990Z[ ID] Interval Transfer Bitrate
45362026-05-08T19:50:29.990Z[ 5] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45372026-05-08T19:50:29.990Z[ 8] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45382026-05-08T19:50:29.990Z[ 10] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45392026-05-08T19:50:29.990Z[ 12] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45402026-05-08T19:50:29.990Z[ 14] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45412026-05-08T19:50:29.990Z[ 16] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45422026-05-08T19:50:29.990Z[ 18] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45432026-05-08T19:50:29.990Z[ 20] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
45442026-05-08T19:50:29.990Z[SUM] 0.00-10.00 sec 4.15 GBytes 3.57 Gbits/sec sender
45452026-05-08T19:50:29.994ZRun 6/10...3568.100657143903Mbps
45462026-05-08T19:50:37.396Z-----------------------------------------------------------
45472026-05-08T19:50:37.396ZServer listening on 5201 (test #27)
45482026-05-08T19:50:37.396Z-----------------------------------------------------------
45492026-05-08T19:50:37.396ZAccepted connection from 10.0.0.1, port 44212
45502026-05-08T19:50:37.396Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57661
45512026-05-08T19:50:37.396Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53113
45522026-05-08T19:50:37.396Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33454
45532026-05-08T19:50:37.396Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41582
45542026-05-08T19:50:37.396Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40884
45552026-05-08T19:50:37.396Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55895
45562026-05-08T19:50:37.396Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42207
45572026-05-08T19:50:37.396Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49027
45582026-05-08T19:50:37.396Z[ ID] Interval Transfer Bitrate
45592026-05-08T19:50:37.396Z[ 5] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45602026-05-08T19:50:37.396Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45612026-05-08T19:50:37.396Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45622026-05-08T19:50:37.396Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45632026-05-08T19:50:37.396Z[ 14] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45642026-05-08T19:50:37.396Z[ 16] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45652026-05-08T19:50:37.396Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45662026-05-08T19:50:37.396Z[ 20] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
45672026-05-08T19:50:37.396Z[SUM] 0.00-1.00 sec 349 MBytes 2.93 Gbits/sec
45682026-05-08T19:50:37.397Z- - - - - - - - - - - - - - - - - - - - - - - - -
45692026-05-08T19:50:37.397Z[ 5] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
45702026-05-08T19:50:37.397Z[ 8] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
45712026-05-08T19:50:37.397Z[ 10] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
45722026-05-08T19:50:37.397Z[ 12] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
45732026-05-08T19:50:37.397Z[ 14] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
45742026-05-08T19:50:37.397Z[ 16] 1.00-2.00 sec 54.8 MBytes 459 Mbits/sec
45752026-05-08T19:50:37.397Z[ 18] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
45762026-05-08T19:50:37.397Z[ 20] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
45772026-05-08T19:50:37.397Z[SUM] 1.00-2.00 sec 438 MBytes 3.68 Gbits/sec
45782026-05-08T19:50:37.397Z- - - - - - - - - - - - - - - - - - - - - - - - -
45792026-05-08T19:50:37.397Z[ 5] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
45802026-05-08T19:50:37.397Z[ 8] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
45812026-05-08T19:50:37.397Z[ 10] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
45822026-05-08T19:50:37.397Z[ 12] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
45832026-05-08T19:50:37.397Z[ 14] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
45842026-05-08T19:50:37.397Z[ 16] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
45852026-05-08T19:50:37.397Z[ 18] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
45862026-05-08T19:50:37.397Z[ 20] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
45872026-05-08T19:50:37.397Z[SUM] 2.00-3.00 sec 440 MBytes 3.69 Gbits/sec
45882026-05-08T19:50:37.397Z- - - - - - - - - - - - - - - - - - - - - - - - -
45892026-05-08T19:50:37.397Z[ 5] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
45902026-05-08T19:50:37.397Z[ 8] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
45912026-05-08T19:50:37.397Z[ 10] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
45922026-05-08T19:50:37.397Z[ 12] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
45932026-05-08T19:50:37.397Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
45942026-05-08T19:50:37.397Z[ 16] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
45952026-05-08T19:50:37.397Z[ 18] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
45962026-05-08T19:50:37.397Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
45972026-05-08T19:50:37.397Z[SUM] 3.00-4.00 sec 435 MBytes 3.65 Gbits/sec
45982026-05-08T19:50:37.397Z- - - - - - - - - - - - - - - - - - - - - - - - -
45992026-05-08T19:50:37.397Z[ 5] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
46002026-05-08T19:50:37.397Z[ 8] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
46012026-05-08T19:50:37.397Z[ 10] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
46022026-05-08T19:50:37.397Z[ 12] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
46032026-05-08T19:50:37.397Z[ 14] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
46042026-05-08T19:50:37.397Z[ 16] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
46052026-05-08T19:50:37.398Z[ 18] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
46062026-05-08T19:50:37.398Z[ 20] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
46072026-05-08T19:50:37.398Z[SUM] 4.00-5.00 sec 439 MBytes 3.68 Gbits/sec
46082026-05-08T19:50:37.398Z- - - - - - - - - - - - - - - - - - - - - - - - -
46092026-05-08T19:50:37.398Z[ 5] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
46102026-05-08T19:50:37.398Z[ 8] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
46112026-05-08T19:50:37.398Z[ 10] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
46122026-05-08T19:50:37.398Z[ 12] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
46132026-05-08T19:50:37.398Z[ 14] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
46142026-05-08T19:50:37.398Z[ 16] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
46152026-05-08T19:50:37.398Z[ 18] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
46162026-05-08T19:50:37.398Z[ 20] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
46172026-05-08T19:50:37.398Z[SUM] 5.00-6.00 sec 436 MBytes 3.66 Gbits/sec
46182026-05-08T19:50:37.398Z- - - - - - - - - - - - - - - - - - - - - - - - -
46192026-05-08T19:50:37.398Z[ 5] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
46202026-05-08T19:50:37.398Z[ 8] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
46212026-05-08T19:50:37.398Z[ 10] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
46222026-05-08T19:50:40.401Z[ 12] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
46232026-05-08T19:50:40.401Z[ 14] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
46242026-05-08T19:50:40.401Z[ 16] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
46252026-05-08T19:50:40.401Z[ 18] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
46262026-05-08T19:50:40.401Z[ 20] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
46272026-05-08T19:50:40.401Z[SUM] 6.00-7.00 sec 433 MBytes 3.63 Gbits/sec
46282026-05-08T19:50:40.401Z- - - - - - - - - - - - - - - - - - - - - - - - -
46292026-05-08T19:50:40.402Z[ 5] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46302026-05-08T19:50:40.402Z[ 8] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46312026-05-08T19:50:40.402Z[ 10] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46322026-05-08T19:50:40.402Z[ 12] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46332026-05-08T19:50:40.402Z[ 14] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46342026-05-08T19:50:40.402Z[ 16] 7.00-8.00 sec 54.5 MBytes 457 Mbits/sec
46352026-05-08T19:50:40.402Z[ 18] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46362026-05-08T19:50:40.402Z[ 20] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46372026-05-08T19:50:40.402Z[SUM] 7.00-8.00 sec 437 MBytes 3.66 Gbits/sec
46382026-05-08T19:50:40.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
46392026-05-08T19:50:40.402Z[ 5] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46402026-05-08T19:50:40.402Z[ 8] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
46412026-05-08T19:50:40.402Z[ 10] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
46422026-05-08T19:50:40.402Z[ 12] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
46432026-05-08T19:50:40.402Z[ 14] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
46442026-05-08T19:50:40.402Z[ 16] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46452026-05-08T19:50:40.402Z[ 18] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
46462026-05-08T19:50:40.402Z[ 20] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
46472026-05-08T19:50:40.402Z[SUM] 8.00-9.00 sec 435 MBytes 3.65 Gbits/sec
46482026-05-08T19:50:40.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
46492026-05-08T19:50:40.402Z[ 5] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46502026-05-08T19:50:40.402Z[ 8] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46512026-05-08T19:50:40.402Z[ 10] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
46522026-05-08T19:50:40.402Z[ 12] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46532026-05-08T19:50:40.402Z[ 14] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46542026-05-08T19:50:40.402Z[ 16] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46552026-05-08T19:50:40.402Z[ 18] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46562026-05-08T19:50:40.402Z[ 20] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46572026-05-08T19:50:40.402Z[SUM] 9.00-10.00 sec 438 MBytes 3.68 Gbits/sec
46582026-05-08T19:50:40.402Z- - - - - - - - - - - - - - - - - - - - - - - - -
46592026-05-08T19:50:40.402Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46602026-05-08T19:50:40.402Z[ 8] 10.00-10.00 sec 128 KBytes 688 Mbits/sec
46612026-05-08T19:50:40.402Z[ 10] 10.00-10.00 sec 128 KBytes 688 Mbits/sec
46622026-05-08T19:50:40.402Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46632026-05-08T19:50:40.402Z[ 14] 10.00-10.00 sec 128 KBytes 688 Mbits/sec
46642026-05-08T19:50:40.402Z[ 16] 10.00-10.00 sec 128 KBytes 688 Mbits/sec
46652026-05-08T19:50:40.402Z[ 18] 10.00-10.00 sec 128 KBytes 688 Mbits/sec
46662026-05-08T19:50:40.402Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46672026-05-08T19:50:40.402Z[SUM] 10.00-10.00 sec 640 KBytes 3.44 Gbits/sec
46682026-05-08T19:50:40.403Z- - - - - - - - - - - - - - - - - - - - - - - - -
46692026-05-08T19:50:40.403Z[ ID] Interval Transfer Bitrate
46702026-05-08T19:50:40.403Z[ 5] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46712026-05-08T19:50:40.403Z[ 8] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46722026-05-08T19:50:40.403Z[ 10] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
46732026-05-08T19:50:40.403Z[ 12] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46742026-05-08T19:50:40.403Z[ 14] 0.00-10.00 sec 536 MBytes 449 Mbits/sec sender
46752026-05-08T19:50:40.403Z[ 16] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46762026-05-08T19:50:40.403Z[ 18] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46772026-05-08T19:50:40.403Z[ 20] 0.00-10.00 sec 535 MBytes 449 Mbits/sec sender
46782026-05-08T19:50:40.403Z[SUM] 0.00-10.00 sec 4.18 GBytes 3.59 Gbits/sec sender
46792026-05-08T19:50:40.406ZRun 7/10...3591.5529857296Mbps
46802026-05-08T19:50:47.848Z-----------------------------------------------------------
46812026-05-08T19:50:47.849ZServer listening on 5201 (test #28)
46822026-05-08T19:50:47.849Z-----------------------------------------------------------
46832026-05-08T19:50:47.849ZAccepted connection from 10.0.0.1, port 49542
46842026-05-08T19:50:47.849Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34626
46852026-05-08T19:50:47.849Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41540
46862026-05-08T19:50:47.849Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62967
46872026-05-08T19:50:47.849Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35688
46882026-05-08T19:50:47.849Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63472
46892026-05-08T19:50:47.849Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54569
46902026-05-08T19:50:47.849Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52198
46912026-05-08T19:50:47.849Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33065
46922026-05-08T19:50:47.849Z[ ID] Interval Transfer Bitrate
46932026-05-08T19:50:47.849Z[ 5] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
46942026-05-08T19:50:47.849Z[ 8] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
46952026-05-08T19:50:47.849Z[ 10] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
46962026-05-08T19:50:47.849Z[ 12] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
46972026-05-08T19:50:47.849Z[ 14] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
46982026-05-08T19:50:47.849Z[ 16] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
46992026-05-08T19:50:47.849Z[ 18] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
47002026-05-08T19:50:47.849Z[ 20] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
47012026-05-08T19:50:47.849Z[SUM] 0.00-1.00 sec 344 MBytes 2.88 Gbits/sec
47022026-05-08T19:50:47.849Z- - - - - - - - - - - - - - - - - - - - - - - - -
47032026-05-08T19:50:47.850Z[ 5] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
47042026-05-08T19:50:47.850Z[ 8] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
47052026-05-08T19:50:47.850Z[ 10] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
47062026-05-08T19:50:47.850Z[ 12] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
47072026-05-08T19:50:47.850Z[ 14] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
47082026-05-08T19:50:47.850Z[ 16] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
47092026-05-08T19:50:47.850Z[ 18] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
47102026-05-08T19:50:47.850Z[ 20] 1.00-2.00 sec 54.4 MBytes 456 Mbits/sec
47112026-05-08T19:50:47.850Z[SUM] 1.00-2.00 sec 434 MBytes 3.64 Gbits/sec
47122026-05-08T19:50:47.850Z- - - - - - - - - - - - - - - - - - - - - - - - -
47132026-05-08T19:50:47.850Z[ 5] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
47142026-05-08T19:50:47.850Z[ 8] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
47152026-05-08T19:50:47.850Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
47162026-05-08T19:50:47.850Z[ 12] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
47172026-05-08T19:50:47.850Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
47182026-05-08T19:50:47.850Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
47192026-05-08T19:50:47.850Z[ 18] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
47202026-05-08T19:50:47.850Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
47212026-05-08T19:50:47.850Z[SUM] 2.00-3.00 sec 431 MBytes 3.62 Gbits/sec
47222026-05-08T19:50:47.850Z- - - - - - - - - - - - - - - - - - - - - - - - -
47232026-05-08T19:50:47.850Z[ 5] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
47242026-05-08T19:50:47.850Z[ 8] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
47252026-05-08T19:50:47.850Z[ 10] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
47262026-05-08T19:50:47.850Z[ 12] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
47272026-05-08T19:50:47.850Z[ 14] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
47282026-05-08T19:50:47.850Z[ 16] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
47292026-05-08T19:50:47.850Z[ 18] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
47302026-05-08T19:50:47.850Z[ 20] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
47312026-05-08T19:50:47.850Z[SUM] 3.00-4.00 sec 433 MBytes 3.63 Gbits/sec
47322026-05-08T19:50:47.850Z- - - - - - - - - - - - - - - - - - - - - - - - -
47332026-05-08T19:50:47.850Z[ 5] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
47342026-05-08T19:50:47.850Z[ 8] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
47352026-05-08T19:50:47.850Z[ 10] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
47362026-05-08T19:50:47.850Z[ 12] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
47372026-05-08T19:50:47.850Z[ 14] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
47382026-05-08T19:50:47.850Z[ 16] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
47392026-05-08T19:50:47.851Z[ 18] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
47402026-05-08T19:50:47.851Z[ 20] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
47412026-05-08T19:50:47.851Z[SUM] 4.00-5.00 sec 430 MBytes 3.60 Gbits/sec
47422026-05-08T19:50:47.851Z- - - - - - - - - - - - - - - - - - - - - - - - -
47432026-05-08T19:50:47.851Z[ 5] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
47442026-05-08T19:50:47.851Z[ 8] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
47452026-05-08T19:50:47.851Z[ 10] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
47462026-05-08T19:50:47.851Z[ 12] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
47472026-05-08T19:50:47.851Z[ 14] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
47482026-05-08T19:50:47.851Z[ 16] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
47492026-05-08T19:50:47.851Z[ 18] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
47502026-05-08T19:50:47.851Z[ 20] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
47512026-05-08T19:50:47.851Z[SUM] 5.00-6.00 sec 431 MBytes 3.62 Gbits/sec
47522026-05-08T19:50:47.851Z- - - - - - - - - - - - - - - - - - - - - - - - -
47532026-05-08T19:50:47.854Z[ 5] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
47542026-05-08T19:50:47.854Z[ 8] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
47552026-05-08T19:50:47.854Z[ 10] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
47562026-05-08T19:50:50.853Z[ 12] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
47572026-05-08T19:50:50.853Z[ 14] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
47582026-05-08T19:50:50.853Z[ 16] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
47592026-05-08T19:50:50.853Z[ 18] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
47602026-05-08T19:50:50.853Z[ 20] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
47612026-05-08T19:50:50.853Z[SUM] 6.00-7.00 sec 433 MBytes 3.63 Gbits/sec
47622026-05-08T19:50:50.853Z- - - - - - - - - - - - - - - - - - - - - - - - -
47632026-05-08T19:50:50.853Z[ 5] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
47642026-05-08T19:50:50.853Z[ 8] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
47652026-05-08T19:50:50.853Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
47662026-05-08T19:50:50.853Z[ 12] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
47672026-05-08T19:50:50.853Z[ 14] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
47682026-05-08T19:50:50.853Z[ 16] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
47692026-05-08T19:50:50.853Z[ 18] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
47702026-05-08T19:50:50.853Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
47712026-05-08T19:50:50.854Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
47722026-05-08T19:50:50.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
47732026-05-08T19:50:50.854Z[ 5] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
47742026-05-08T19:50:50.854Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
47752026-05-08T19:50:50.854Z[ 10] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
47762026-05-08T19:50:50.854Z[ 12] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
47772026-05-08T19:50:50.854Z[ 14] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
47782026-05-08T19:50:50.854Z[ 16] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
47792026-05-08T19:50:50.854Z[ 18] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
47802026-05-08T19:50:50.854Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
47812026-05-08T19:50:50.854Z[SUM] 8.00-9.00 sec 429 MBytes 3.60 Gbits/sec
47822026-05-08T19:50:50.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
47832026-05-08T19:50:50.854Z[ 5] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
47842026-05-08T19:50:50.854Z[ 8] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
47852026-05-08T19:50:50.854Z[ 10] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
47862026-05-08T19:50:50.854Z[ 12] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
47872026-05-08T19:50:50.854Z[ 14] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
47882026-05-08T19:50:50.854Z[ 16] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
47892026-05-08T19:50:50.854Z[ 18] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
47902026-05-08T19:50:50.854Z[ 20] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
47912026-05-08T19:50:50.854Z[SUM] 9.00-10.00 sec 435 MBytes 3.65 Gbits/sec
47922026-05-08T19:50:50.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
47932026-05-08T19:50:50.854Z[ 5] 10.00-10.00 sec 128 KBytes 951 Mbits/sec
47942026-05-08T19:50:50.854Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47952026-05-08T19:50:50.854Z[ 10] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
47962026-05-08T19:50:50.854Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47972026-05-08T19:50:50.854Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47982026-05-08T19:50:50.854Z[ 16] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
47992026-05-08T19:50:50.854Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48002026-05-08T19:50:50.854Z[ 20] 10.00-10.00 sec 128 KBytes 952 Mbits/sec
48012026-05-08T19:50:50.854Z[SUM] 10.00-10.00 sec 512 KBytes 3.80 Gbits/sec
48022026-05-08T19:50:50.854Z- - - - - - - - - - - - - - - - - - - - - - - - -
48032026-05-08T19:50:50.854Z[ ID] Interval Transfer Bitrate
48042026-05-08T19:50:50.854Z[ 5] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
48052026-05-08T19:50:50.854Z[ 8] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
48062026-05-08T19:50:50.854Z[ 10] 0.00-10.00 sec 529 MBytes 443 Mbits/sec sender
48072026-05-08T19:50:50.854Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
48082026-05-08T19:50:50.854Z[ 14] 0.00-10.00 sec 529 MBytes 443 Mbits/sec sender
48092026-05-08T19:50:50.855Z[ 16] 0.00-10.00 sec 529 MBytes 443 Mbits/sec sender
48102026-05-08T19:50:50.855Z[ 18] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
48112026-05-08T19:50:50.855Z[ 20] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
48122026-05-08T19:50:50.855Z[SUM] 0.00-10.00 sec 4.13 GBytes 3.55 Gbits/sec sender
48132026-05-08T19:50:50.858ZRun 8/10...3546.202139400815Mbps
48142026-05-08T19:50:58.273Z-----------------------------------------------------------
48152026-05-08T19:50:58.273ZServer listening on 5201 (test #29)
48162026-05-08T19:50:58.273Z-----------------------------------------------------------
48172026-05-08T19:50:58.273ZAccepted connection from 10.0.0.1, port 33778
48182026-05-08T19:50:58.273Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34054
48192026-05-08T19:50:58.273Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62686
48202026-05-08T19:50:58.273Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36247
48212026-05-08T19:50:58.273Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39423
48222026-05-08T19:50:58.273Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38494
48232026-05-08T19:50:58.273Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57814
48242026-05-08T19:50:58.273Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46603
48252026-05-08T19:50:58.273Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63724
48262026-05-08T19:50:58.273Z[ ID] Interval Transfer Bitrate
48272026-05-08T19:50:58.273Z[ 5] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
48282026-05-08T19:50:58.273Z[ 8] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
48292026-05-08T19:50:58.273Z[ 10] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
48302026-05-08T19:50:58.273Z[ 12] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
48312026-05-08T19:50:58.273Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
48322026-05-08T19:50:58.273Z[ 16] 0.00-1.00 sec 43.0 MBytes 361 Mbits/sec
48332026-05-08T19:50:58.274Z[ 18] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
48342026-05-08T19:50:58.274Z[ 20] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
48352026-05-08T19:50:58.274Z[SUM] 0.00-1.00 sec 343 MBytes 2.87 Gbits/sec
48362026-05-08T19:50:58.274Z- - - - - - - - - - - - - - - - - - - - - - - - -
48372026-05-08T19:50:58.274Z[ 5] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
48382026-05-08T19:50:58.274Z[ 8] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
48392026-05-08T19:50:58.274Z[ 10] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
48402026-05-08T19:50:58.274Z[ 12] 1.00-2.00 sec 54.5 MBytes 457 Mbits/sec
48412026-05-08T19:50:58.274Z[ 14] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
48422026-05-08T19:50:58.274Z[ 16] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
48432026-05-08T19:50:58.274Z[ 18] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
48442026-05-08T19:50:58.274Z[ 20] 1.00-2.00 sec 54.6 MBytes 458 Mbits/sec
48452026-05-08T19:50:58.274Z[SUM] 1.00-2.00 sec 437 MBytes 3.66 Gbits/sec
48462026-05-08T19:50:58.274Z- - - - - - - - - - - - - - - - - - - - - - - - -
48472026-05-08T19:50:58.274Z[ 5] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
48482026-05-08T19:50:58.274Z[ 8] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
48492026-05-08T19:50:58.274Z[ 10] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
48502026-05-08T19:50:58.274Z[ 12] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
48512026-05-08T19:50:58.274Z[ 14] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
48522026-05-08T19:50:58.274Z[ 16] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
48532026-05-08T19:50:58.274Z[ 18] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
48542026-05-08T19:50:58.274Z[ 20] 2.00-3.00 sec 54.4 MBytes 456 Mbits/sec
48552026-05-08T19:50:58.274Z[SUM] 2.00-3.00 sec 436 MBytes 3.66 Gbits/sec
48562026-05-08T19:50:58.274Z- - - - - - - - - - - - - - - - - - - - - - - - -
48572026-05-08T19:50:58.274Z[ 5] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
48582026-05-08T19:50:58.274Z[ 8] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
48592026-05-08T19:50:58.274Z[ 10] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
48602026-05-08T19:50:58.274Z[ 12] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
48612026-05-08T19:50:58.274Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
48622026-05-08T19:50:58.274Z[ 16] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
48632026-05-08T19:50:58.274Z[ 18] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
48642026-05-08T19:50:58.274Z[ 20] 3.00-4.00 sec 54.5 MBytes 457 Mbits/sec
48652026-05-08T19:50:58.274Z[SUM] 3.00-4.00 sec 436 MBytes 3.65 Gbits/sec
48662026-05-08T19:50:58.274Z- - - - - - - - - - - - - - - - - - - - - - - - -
48672026-05-08T19:50:58.274Z[ 5] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
48682026-05-08T19:50:58.275Z[ 8] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
48692026-05-08T19:50:58.275Z[ 10] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
48702026-05-08T19:50:58.275Z[ 12] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
48712026-05-08T19:50:58.275Z[ 14] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
48722026-05-08T19:50:58.275Z[ 16] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
48732026-05-08T19:50:58.275Z[ 18] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
48742026-05-08T19:50:58.275Z[ 20] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
48752026-05-08T19:50:58.275Z[SUM] 4.00-5.00 sec 435 MBytes 3.65 Gbits/sec
48762026-05-08T19:50:58.275Z- - - - - - - - - - - - - - - - - - - - - - - - -
48772026-05-08T19:50:58.275Z[ 5] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
48782026-05-08T19:50:58.275Z[ 8] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
48792026-05-08T19:50:58.275Z[ 10] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
48802026-05-08T19:50:58.275Z[ 12] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
48812026-05-08T19:50:58.275Z[ 14] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
48822026-05-08T19:50:58.275Z[ 16] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
48832026-05-08T19:50:58.275Z[ 18] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
48842026-05-08T19:50:58.275Z[ 20] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
48852026-05-08T19:50:58.275Z[SUM] 5.00-6.00 sec 433 MBytes 3.63 Gbits/sec
48862026-05-08T19:50:58.275Z- - - - - - - - - - - - - - - - - - - - - - - - -
48872026-05-08T19:50:58.275Z[ 5] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48882026-05-08T19:50:58.275Z[ 8] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48892026-05-08T19:50:58.275Z[ 10] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48902026-05-08T19:51:01.278Z[ 12] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48912026-05-08T19:51:01.278Z[ 14] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48922026-05-08T19:51:01.278Z[ 16] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48932026-05-08T19:51:01.278Z[ 18] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48942026-05-08T19:51:01.278Z[ 20] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
48952026-05-08T19:51:01.278Z[SUM] 6.00-7.00 sec 433 MBytes 3.63 Gbits/sec
48962026-05-08T19:51:01.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
48972026-05-08T19:51:01.278Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
48982026-05-08T19:51:01.279Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
48992026-05-08T19:51:01.279Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
49002026-05-08T19:51:01.279Z[ 12] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
49012026-05-08T19:51:01.279Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
49022026-05-08T19:51:01.279Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
49032026-05-08T19:51:01.279Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
49042026-05-08T19:51:01.279Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
49052026-05-08T19:51:01.279Z[SUM] 7.00-8.00 sec 429 MBytes 3.60 Gbits/sec
49062026-05-08T19:51:01.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
49072026-05-08T19:51:01.279Z[ 5] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
49082026-05-08T19:51:01.279Z[ 8] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
49092026-05-08T19:51:01.279Z[ 10] 8.00-9.00 sec 54.4 MBytes 456 Mbits/sec
49102026-05-08T19:51:01.279Z[ 12] 8.00-9.00 sec 54.6 MBytes 458 Mbits/sec
49112026-05-08T19:51:01.279Z[ 14] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
49122026-05-08T19:51:01.279Z[ 16] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
49132026-05-08T19:51:01.279Z[ 18] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
49142026-05-08T19:51:01.279Z[ 20] 8.00-9.00 sec 54.5 MBytes 457 Mbits/sec
49152026-05-08T19:51:01.279Z[SUM] 8.00-9.00 sec 436 MBytes 3.66 Gbits/sec
49162026-05-08T19:51:01.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
49172026-05-08T19:51:01.279Z[ 5] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
49182026-05-08T19:51:01.279Z[ 8] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
49192026-05-08T19:51:01.279Z[ 10] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
49202026-05-08T19:51:01.279Z[ 12] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
49212026-05-08T19:51:01.279Z[ 14] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
49222026-05-08T19:51:01.279Z[ 16] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
49232026-05-08T19:51:01.279Z[ 18] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
49242026-05-08T19:51:01.279Z[ 20] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
49252026-05-08T19:51:01.279Z[SUM] 9.00-10.00 sec 434 MBytes 3.64 Gbits/sec
49262026-05-08T19:51:01.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
49272026-05-08T19:51:01.279Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49282026-05-08T19:51:01.279Z[ 8] 10.00-10.00 sec 128 KBytes 857 Mbits/sec
49292026-05-08T19:51:01.279Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49302026-05-08T19:51:01.279Z[ 12] 10.00-10.00 sec 128 KBytes 857 Mbits/sec
49312026-05-08T19:51:01.279Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49322026-05-08T19:51:01.279Z[ 16] 10.00-10.00 sec 128 KBytes 857 Mbits/sec
49332026-05-08T19:51:01.279Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49342026-05-08T19:51:01.279Z[ 20] 10.00-10.00 sec 128 KBytes 858 Mbits/sec
49352026-05-08T19:51:01.279Z[SUM] 10.00-10.00 sec 512 KBytes 3.43 Gbits/sec
49362026-05-08T19:51:01.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
49372026-05-08T19:51:01.280Z[ ID] Interval Transfer Bitrate
49382026-05-08T19:51:01.281Z[ 5] 0.00-10.00 sec 531 MBytes 446 Mbits/sec sender
49392026-05-08T19:51:01.281Z[ 8] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
49402026-05-08T19:51:01.281Z[ 10] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
49412026-05-08T19:51:01.281Z[ 12] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
49422026-05-08T19:51:01.281Z[ 14] 0.00-10.00 sec 531 MBytes 446 Mbits/sec sender
49432026-05-08T19:51:01.281Z[ 16] 0.00-10.00 sec 531 MBytes 446 Mbits/sec sender
49442026-05-08T19:51:01.281Z[ 18] 0.00-10.00 sec 532 MBytes 446 Mbits/sec sender
49452026-05-08T19:51:01.281Z[ 20] 0.00-10.00 sec 531 MBytes 446 Mbits/sec sender
49462026-05-08T19:51:01.281Z[SUM] 0.00-10.00 sec 4.15 GBytes 3.57 Gbits/sec sender
49472026-05-08T19:51:01.284ZRun 9/10...3565.76446462994Mbps
49482026-05-08T19:51:08.679Z-----------------------------------------------------------
49492026-05-08T19:51:08.679ZServer listening on 5201 (test #30)
49502026-05-08T19:51:08.679Z-----------------------------------------------------------
49512026-05-08T19:51:08.679ZAccepted connection from 10.0.0.1, port 61069
49522026-05-08T19:51:08.679Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46616
49532026-05-08T19:51:08.679Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61948
49542026-05-08T19:51:08.679Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64089
49552026-05-08T19:51:08.679Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46466
49562026-05-08T19:51:08.679Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63916
49572026-05-08T19:51:08.679Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49152
49582026-05-08T19:51:08.679Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60370
49592026-05-08T19:51:08.679Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35982
49602026-05-08T19:51:08.680Z[ ID] Interval Transfer Bitrate
49612026-05-08T19:51:08.680Z[ 5] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
49622026-05-08T19:51:08.680Z[ 8] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
49632026-05-08T19:51:08.680Z[ 10] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
49642026-05-08T19:51:08.680Z[ 12] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
49652026-05-08T19:51:08.680Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
49662026-05-08T19:51:08.680Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
49672026-05-08T19:51:08.680Z[ 18] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
49682026-05-08T19:51:08.680Z[ 20] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
49692026-05-08T19:51:08.680Z[SUM] 0.00-1.00 sec 342 MBytes 2.87 Gbits/sec
49702026-05-08T19:51:08.680Z- - - - - - - - - - - - - - - - - - - - - - - - -
49712026-05-08T19:51:08.680Z[ 5] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
49722026-05-08T19:51:08.680Z[ 8] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
49732026-05-08T19:51:08.680Z[ 10] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
49742026-05-08T19:51:08.680Z[ 12] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
49752026-05-08T19:51:08.680Z[ 14] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
49762026-05-08T19:51:08.680Z[ 16] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
49772026-05-08T19:51:08.680Z[ 18] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
49782026-05-08T19:51:08.680Z[ 20] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
49792026-05-08T19:51:08.680Z[SUM] 1.00-2.00 sec 433 MBytes 3.63 Gbits/sec
49802026-05-08T19:51:08.680Z- - - - - - - - - - - - - - - - - - - - - - - - -
49812026-05-08T19:51:08.680Z[ 5] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
49822026-05-08T19:51:08.680Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
49832026-05-08T19:51:08.680Z[ 10] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
49842026-05-08T19:51:08.680Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
49852026-05-08T19:51:08.681Z[ 14] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
49862026-05-08T19:51:08.681Z[ 16] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
49872026-05-08T19:51:08.681Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
49882026-05-08T19:51:08.681Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
49892026-05-08T19:51:08.681Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
49902026-05-08T19:51:08.681Z- - - - - - - - - - - - - - - - - - - - - - - - -
49912026-05-08T19:51:08.681Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
49922026-05-08T19:51:08.681Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
49932026-05-08T19:51:08.681Z[ 10] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
49942026-05-08T19:51:08.681Z[ 12] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
49952026-05-08T19:51:08.681Z[ 14] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
49962026-05-08T19:51:08.681Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
49972026-05-08T19:51:08.681Z[ 18] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
49982026-05-08T19:51:08.681Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
49992026-05-08T19:51:08.681Z[SUM] 3.00-4.00 sec 426 MBytes 3.57 Gbits/sec
50002026-05-08T19:51:08.681Z- - - - - - - - - - - - - - - - - - - - - - - - -
50012026-05-08T19:51:08.681Z[ 5] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
50022026-05-08T19:51:08.681Z[ 8] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
50032026-05-08T19:51:08.681Z[ 10] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
50042026-05-08T19:51:08.681Z[ 12] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
50052026-05-08T19:51:08.681Z[ 14] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
50062026-05-08T19:51:08.681Z[ 16] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
50072026-05-08T19:51:08.681Z[ 18] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
50082026-05-08T19:51:08.681Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
50092026-05-08T19:51:08.681Z[SUM] 4.00-5.00 sec 433 MBytes 3.63 Gbits/sec
50102026-05-08T19:51:08.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
50112026-05-08T19:51:08.682Z[ 5] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
50122026-05-08T19:51:08.682Z[ 8] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
50132026-05-08T19:51:08.682Z[ 10] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
50142026-05-08T19:51:08.682Z[ 12] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
50152026-05-08T19:51:08.682Z[ 14] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
50162026-05-08T19:51:08.682Z[ 16] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
50172026-05-08T19:51:08.682Z[ 18] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
50182026-05-08T19:51:08.682Z[ 20] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
50192026-05-08T19:51:08.682Z[SUM] 5.00-6.00 sec 436 MBytes 3.66 Gbits/sec
50202026-05-08T19:51:08.682Z- - - - - - - - - - - - - - - - - - - - - - - - -
50212026-05-08T19:51:08.682Z[ 5] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
50222026-05-08T19:51:08.682Z[ 8] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
50232026-05-08T19:51:08.682Z[ 10] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
50242026-05-08T19:51:11.684Z[ 12] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
50252026-05-08T19:51:11.684Z[ 14] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
50262026-05-08T19:51:11.684Z[ 16] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
50272026-05-08T19:51:11.684Z[ 18] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
50282026-05-08T19:51:11.684Z[ 20] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
50292026-05-08T19:51:11.684Z[SUM] 6.00-7.00 sec 433 MBytes 3.63 Gbits/sec
50302026-05-08T19:51:11.684Z- - - - - - - - - - - - - - - - - - - - - - - - -
50312026-05-08T19:51:11.684Z[ 5] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
50322026-05-08T19:51:11.684Z[ 8] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
50332026-05-08T19:51:11.684Z[ 10] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
50342026-05-08T19:51:11.685Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
50352026-05-08T19:51:11.685Z[ 14] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
50362026-05-08T19:51:11.685Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
50372026-05-08T19:51:11.685Z[ 18] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
50382026-05-08T19:51:11.685Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
50392026-05-08T19:51:11.685Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
50402026-05-08T19:51:11.685Z- - - - - - - - - - - - - - - - - - - - - - - - -
50412026-05-08T19:51:11.685Z[ 5] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
50422026-05-08T19:51:11.685Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
50432026-05-08T19:51:11.685Z[ 10] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
50442026-05-08T19:51:11.685Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
50452026-05-08T19:51:11.685Z[ 14] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
50462026-05-08T19:51:11.685Z[ 16] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
50472026-05-08T19:51:11.685Z[ 18] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
50482026-05-08T19:51:11.685Z[ 20] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
50492026-05-08T19:51:11.685Z[SUM] 8.00-9.00 sec 432 MBytes 3.62 Gbits/sec
50502026-05-08T19:51:11.685Z- - - - - - - - - - - - - - - - - - - - - - - - -
50512026-05-08T19:51:11.685Z[ 5] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
50522026-05-08T19:51:11.685Z[ 8] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
50532026-05-08T19:51:11.685Z[ 10] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
50542026-05-08T19:51:11.685Z[ 12] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
50552026-05-08T19:51:11.685Z[ 14] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
50562026-05-08T19:51:11.685Z[ 16] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
50572026-05-08T19:51:11.685Z[ 18] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
50582026-05-08T19:51:11.685Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
50592026-05-08T19:51:11.685Z[SUM] 9.00-10.00 sec 430 MBytes 3.61 Gbits/sec
50602026-05-08T19:51:11.685Z- - - - - - - - - - - - - - - - - - - - - - - - -
50612026-05-08T19:51:11.685Z[ 5] 10.00-10.00 sec 128 KBytes 869 Mbits/sec
50622026-05-08T19:51:11.685Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50632026-05-08T19:51:11.685Z[ 10] 10.00-10.00 sec 128 KBytes 870 Mbits/sec
50642026-05-08T19:51:11.685Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50652026-05-08T19:51:11.685Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50662026-05-08T19:51:11.685Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50672026-05-08T19:51:11.685Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50682026-05-08T19:51:11.685Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50692026-05-08T19:51:11.685Z[SUM] 10.00-10.00 sec 256 KBytes 1.74 Gbits/sec
50702026-05-08T19:51:11.685Z- - - - - - - - - - - - - - - - - - - - - - - - -
50712026-05-08T19:51:11.686Z[ ID] Interval Transfer Bitrate
50722026-05-08T19:51:11.686Z[ 5] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50732026-05-08T19:51:11.686Z[ 8] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50742026-05-08T19:51:11.686Z[ 10] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50752026-05-08T19:51:11.686Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50762026-05-08T19:51:11.686Z[ 14] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50772026-05-08T19:51:11.686Z[ 16] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50782026-05-08T19:51:11.686Z[ 18] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50792026-05-08T19:51:11.686Z[ 20] 0.00-10.00 sec 528 MBytes 443 Mbits/sec sender
50802026-05-08T19:51:11.686Z[SUM] 0.00-10.00 sec 4.13 GBytes 3.54 Gbits/sec sender
50812026-05-08T19:51:11.689ZRun 10/10...3543.543435083546Mbps
50822026-05-08T19:51:11.689Z###---------------------###
50832026-05-08T19:51:11.689Z::: iPerf done... :::
50842026-05-08T19:51:11.689Z:::Awaiting out files...:::
50852026-05-08T19:51:11.689Z###---------------------###
50862026-05-08T19:51:11.689Z###-----###
50872026-05-08T19:51:11.689Z:::done!:::
50882026-05-08T19:51:11.689Z###-----###
50892026-05-08T19:51:12.660ZBenchmarking iperf-tcp/local/s2c/tx
50902026-05-08T19:51:12.660ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
50912026-05-08T19:51:16.728ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
50922026-05-08T19:51:37.206ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
50932026-05-08T19:51:37.293Ziperf-tcp/local/s2c/tx time: [3.4840 µs 3.4841 µs 3.4841 µs]
50942026-05-08T19:51:37.293Z change: [+2.8504% +2.8547% +2.8588%] (p = 0.00 < 0.05)
50952026-05-08T19:51:37.293Z Performance has regressed.
50962026-05-08T19:51:37.293ZFound 2 outliers among 100 measurements (2.00%)
50972026-05-08T19:51:37.293Z 1 (1.00%) low mild
50982026-05-08T19:51:37.293Z 1 (1.00%) high severe
50992026-05-08T19:51:38.179Z
51002026-05-08T19:51:38.182ZBenchmarking iperf-tcp/local/s2c/rx
51012026-05-08T19:51:38.182ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51022026-05-08T19:51:42.246ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
51032026-05-08T19:52:02.706ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51042026-05-08T19:52:02.793Ziperf-tcp/local/s2c/rx time: [6.5238 µs 6.5239 µs 6.5241 µs]
51052026-05-08T19:52:02.793Z change: [+1.1655% +1.1707% +1.1754%] (p = 0.00 < 0.05)
51062026-05-08T19:52:02.793Z Performance has regressed.
51072026-05-08T19:52:02.793ZFound 1 outliers among 100 measurements (1.00%)
51082026-05-08T19:52:02.793Z 1 (1.00%) low severe
51092026-05-08T19:52:03.681Z
51102026-05-08T19:52:07.973Z+ cargo ubench
51112026-05-08T19:52:08.086Z Compiling proc-macro2 v1.0.106
51122026-05-08T19:52:08.086Z Compiling quote v1.0.44
51132026-05-08T19:52:08.086Z Compiling unicode-ident v1.0.22
51142026-05-08T19:52:08.086Z Compiling serde_core v1.0.228
51152026-05-08T19:52:08.086Z Compiling cfg-if v1.0.4
51162026-05-08T19:52:08.089Z Compiling libc v0.2.180
51172026-05-08T19:52:08.089Z Compiling memchr v2.7.6
51182026-05-08T19:52:08.089Z Compiling serde v1.0.228
51192026-05-08T19:52:08.161Z Compiling zerocopy v0.8.34
51202026-05-08T19:52:08.207Z Compiling rustversion v1.0.22
51212026-05-08T19:52:08.401Z Compiling version_check v0.9.5
51222026-05-08T19:52:08.423Z Compiling either v1.15.0
51232026-05-08T19:52:08.546Z Compiling ident_case v1.0.1
51242026-05-08T19:52:08.619Z Compiling strsim v0.11.1
51252026-05-08T19:52:08.648Z Compiling thiserror v2.0.18
51262026-05-08T19:52:08.652Z Compiling fnv v1.0.7
51272026-05-08T19:52:08.889Z Compiling crossbeam-utils v0.8.21
51282026-05-08T19:52:09.005Z Compiling syn v1.0.109
51292026-05-08T19:52:09.016Z Compiling regex-syntax v0.8.8
51302026-05-08T19:52:09.172Z Compiling aho-corasick v1.1.4
51312026-05-08T19:52:09.254Z Compiling pin-project-lite v0.2.16
51322026-05-08T19:52:09.309Z Compiling syn v2.0.114
51332026-05-08T19:52:09.360Z Compiling equivalent v1.0.2
51342026-05-08T19:52:09.421Z Compiling hashbrown v0.16.1
51352026-05-08T19:52:09.424Z Compiling winnow v0.7.14
51362026-05-08T19:52:09.580Z Compiling itertools v0.14.0
51372026-05-08T19:52:10.124Z Compiling indexmap v2.13.0
51382026-05-08T19:52:10.690Z Compiling bitflags v2.10.0
51392026-05-08T19:52:10.832Z Compiling regex-automata v0.4.13
51402026-05-08T19:52:11.040Z Compiling toml_parser v1.0.6+spec-1.1.0
51412026-05-08T19:52:11.128Z Compiling toml_datetime v0.7.5+spec-1.1.0
51422026-05-08T19:52:11.404Z Compiling autocfg v1.5.0
51432026-05-08T19:52:11.409Z Compiling byteorder v1.5.0
51442026-05-08T19:52:11.580Z Compiling getrandom v0.3.4
51452026-05-08T19:52:11.623Z Compiling heapless v0.8.0
51462026-05-08T19:52:11.815Z Compiling num-traits v0.2.19
51472026-05-08T19:52:11.850Z Compiling hash32 v0.3.1
51482026-05-08T19:52:11.864Z Compiling toml_edit v0.23.10+spec-1.0.0
51492026-05-08T19:52:11.966Z Compiling slog v2.8.2
51502026-05-08T19:52:12.000Z Compiling macaddr v1.0.1
51512026-05-08T19:52:12.085Z Compiling stable_deref_trait v1.2.1
51522026-05-08T19:52:12.128Z Compiling futures-core v0.3.31
51532026-05-08T19:52:12.179Z Compiling futures-sink v0.3.31
51542026-05-08T19:52:12.250Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51552026-05-08T19:52:12.257Z Compiling smoltcp v0.11.0
51562026-05-08T19:52:12.272Z Compiling futures-channel v0.3.31
51572026-05-08T19:52:12.523Z Compiling proc-macro-crate v3.4.0
51582026-05-08T19:52:12.711Z Compiling darling_core v0.21.3
51592026-05-08T19:52:12.874Z Compiling proc-macro-error-attr v1.0.4
51602026-05-08T19:52:12.974Z Compiling futures-task v0.3.31
51612026-05-08T19:52:12.986Z Compiling slab v0.4.11
51622026-05-08T19:52:13.028Z Compiling anyhow v1.0.100
51632026-05-08T19:52:13.091Z Compiling regex v1.12.2
51642026-05-08T19:52:13.124Z Compiling futures-io v0.3.31
51652026-05-08T19:52:13.188Z Compiling ref-cast v1.0.25
51662026-05-08T19:52:13.300Z Compiling crc32fast v1.5.0
51672026-05-08T19:52:13.329Z Compiling bitflags v1.3.2
51682026-05-08T19:52:13.403Z Compiling pin-utils v0.1.0
51692026-05-08T19:52:13.462Z Compiling itoa v1.0.17
51702026-05-08T19:52:13.468Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
51712026-05-08T19:52:13.474Z Compiling managed v0.8.0
51722026-05-08T19:52:13.696Z Compiling rand_core v0.9.5
51732026-05-08T19:52:13.790Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
51742026-05-08T19:52:13.845Z Compiling proc-macro-error v1.0.4
51752026-05-08T19:52:13.908Z Compiling serde_derive v1.0.228
51762026-05-08T19:52:13.935Z Compiling zerocopy-derive v0.8.34
51772026-05-08T19:52:13.947Z Compiling thiserror-impl v2.0.18
51782026-05-08T19:52:14.046Z Compiling futures-macro v0.3.31
51792026-05-08T19:52:14.176Z Compiling num_enum_derive v0.7.5
51802026-05-08T19:52:14.406Z Compiling foreign-types-macros v0.2.3
51812026-05-08T19:52:14.879Z Compiling futures-util v0.3.31
51822026-05-08T19:52:15.025Z Compiling darling_macro v0.21.3
51832026-05-08T19:52:15.037Z Compiling ref-cast-impl v1.0.25
51842026-05-08T19:52:15.167Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
51852026-05-08T19:52:15.256Z Compiling cobs v0.3.0
51862026-05-08T19:52:15.375Z Compiling foreign-types-shared v0.3.1
51872026-05-08T19:52:15.465Z Compiling unicode-width v0.2.2
51882026-05-08T19:52:15.469Z Compiling ipnetwork v0.21.1
51892026-05-08T19:52:15.544Z Compiling darling v0.21.3
51902026-05-08T19:52:15.603Z Compiling rustix v1.1.3
51912026-05-08T19:52:15.612Z Compiling ingot-macros v0.1.1
51922026-05-08T19:52:15.747Z Compiling once_cell v1.21.3
51932026-05-08T19:52:15.808Z Compiling tabwriter v1.4.1
51942026-05-08T19:52:15.974Z Compiling tracing-core v0.1.36
51952026-05-08T19:52:16.138Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
51962026-05-08T19:52:16.259Z Compiling foreign-types v0.5.0
51972026-05-08T19:52:16.369Z Compiling num_enum v0.7.5
51982026-05-08T19:52:16.530Z Compiling tracing-attributes v0.1.31
51992026-05-08T19:52:16.583Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52002026-05-08T19:52:16.809Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52012026-05-08T19:52:17.051Z Compiling erased-serde v0.3.31
52022026-05-08T19:52:17.112Z Compiling postcard v1.1.3
52032026-05-08T19:52:17.268Z Compiling futures-executor v0.3.31
52042026-05-08T19:52:17.442Z Compiling ppv-lite86 v0.2.21
52052026-05-08T19:52:17.674Z Compiling errno v0.3.14
52062026-05-08T19:52:17.677Z Compiling cstr-argument v0.1.2
52072026-05-08T19:52:17.738Z Compiling rand_chacha v0.9.0
52082026-05-08T19:52:17.772Z Compiling zmij v1.0.17
52092026-05-08T19:52:17.869Z Compiling thiserror v1.0.69
52102026-05-08T19:52:17.883Z Compiling utf8parse v0.2.2
52112026-05-08T19:52:17.981Z Compiling dyn-clone v1.0.20
52122026-05-08T19:52:17.986Z Compiling time-core v0.1.8
52132026-05-08T19:52:18.062Z Compiling pretty-hex v0.4.1
52142026-05-08T19:52:18.123Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
52152026-05-08T19:52:18.124Z Compiling powerfmt v0.2.0
52162026-05-08T19:52:18.165Z Compiling find-msvc-tools v0.1.8
52172026-05-08T19:52:18.273Z Compiling ingot-types v0.1.2
52182026-05-08T19:52:18.328Z Compiling shlex v1.3.0
52192026-05-08T19:52:18.336Z Compiling num-conv v0.2.0
52202026-05-08T19:52:18.388Z Compiling deranged v0.5.5
52212026-05-08T19:52:18.460Z Compiling time-macros v0.2.26
52222026-05-08T19:52:18.499Z Compiling cc v1.2.54
52232026-05-08T19:52:18.669Z Compiling ingot v0.1.1
52242026-05-08T19:52:18.692Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
52252026-05-08T19:52:18.923Z Compiling rand v0.9.2
52262026-05-08T19:52:19.187Z Compiling anstyle-parse v0.2.7
52272026-05-08T19:52:19.479Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52282026-05-08T19:52:19.587Z Compiling tracing v0.1.44
52292026-05-08T19:52:19.637Z Compiling futures v0.3.31
52302026-05-08T19:52:19.708Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52312026-05-08T19:52:19.816Z Compiling thiserror-impl v1.0.69
52322026-05-08T19:52:19.851Z Compiling crossbeam-epoch v0.9.18
52332026-05-08T19:52:19.883Z Compiling uuid v1.20.0
52342026-05-08T19:52:20.220Z Compiling arc-swap v1.8.0
52352026-05-08T19:52:20.277Z Compiling socket2 v0.6.2
52362026-05-08T19:52:20.281Z Compiling nom v8.0.0
52372026-05-08T19:52:20.542Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52382026-05-08T19:52:20.689Z Compiling thread_local v1.1.9
52392026-05-08T19:52:20.852Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
52402026-05-08T19:52:20.932Z Compiling lazy_static v1.5.0
52412026-05-08T19:52:20.999Z Compiling colored v3.1.1
52422026-05-08T19:52:21.022Z Compiling anstyle-query v1.1.5
52432026-05-08T19:52:21.117Z Compiling oxnet v0.1.4
52442026-05-08T19:52:21.199Z Compiling iana-time-zone v0.1.64
52452026-05-08T19:52:21.509Z Compiling anstyle v1.0.13
52462026-05-08T19:52:21.664Z Compiling serde_json v1.0.149
52472026-05-08T19:52:21.741Z Compiling rayon-core v1.13.0
52482026-05-08T19:52:21.887Z Compiling slog-async v2.8.0
52492026-05-08T19:52:22.068Z Compiling heck v0.4.1
52502026-05-08T19:52:22.160Z Compiling colorchoice v1.0.4
52512026-05-08T19:52:22.223Z Compiling is_terminal_polyfill v1.70.2
52522026-05-08T19:52:22.250Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52532026-05-08T19:52:22.301Z Compiling anstream v0.6.21
52542026-05-08T19:52:22.306Z Compiling time v0.3.46
52552026-05-08T19:52:22.714Z Compiling rusticata-macros v5.0.0
52562026-05-08T19:52:22.894Z Compiling chrono v0.4.43
52572026-05-08T19:52:22.996Z Compiling slog-scope v4.4.1
52582026-05-08T19:52:23.480Z Compiling crossbeam-deque v0.8.6
52592026-05-08T19:52:23.483Z Compiling terminal_size v0.4.3
52602026-05-08T19:52:23.615Z Compiling cookie-factory v0.3.3
52612026-05-08T19:52:23.686Z Compiling alloca v0.4.0
52622026-05-08T19:52:23.902Z Compiling half v2.7.1
52632026-05-08T19:52:23.930Z Compiling crossbeam-channel v0.5.15
52642026-05-08T19:52:23.950Z Compiling is-terminal v0.4.17
52652026-05-08T19:52:24.035Z Compiling itertools v0.12.1
52662026-05-08T19:52:24.038Z Compiling term v1.2.1
52672026-05-08T19:52:24.210Z Compiling ciborium-io v0.2.2
52682026-05-08T19:52:24.547Z Compiling cfg_aliases v0.2.1
52692026-05-08T19:52:24.615Z Compiling clap_lex v0.7.7
52702026-05-08T19:52:24.949Z Compiling plotters-backend v0.3.7
52712026-05-08T19:52:25.017Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52722026-05-08T19:52:25.273Z Compiling log v0.4.29
52732026-05-08T19:52:25.462Z Compiling heck v0.5.0
52742026-05-08T19:52:25.489Z Compiling circular v0.3.0
52752026-05-08T19:52:25.495Z Compiling take_mut v0.2.2
52762026-05-08T19:52:25.597Z Compiling pcap-parser v0.17.0
52772026-05-08T19:52:25.656Z Compiling clap_derive v4.5.49
52782026-05-08T19:52:25.852Z Compiling slog-stdlog v4.1.1
52792026-05-08T19:52:26.168Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52802026-05-08T19:52:26.296Z Compiling plotters-svg v0.3.7
52812026-05-08T19:52:26.591Z Compiling clap_builder v4.5.54
52822026-05-08T19:52:26.629Z Compiling nix v0.30.1
52832026-05-08T19:52:27.003Z Compiling slog-term v2.9.2
52842026-05-08T19:52:27.312Z Compiling ciborium-ll v0.2.2
52852026-05-08T19:52:27.703Z Compiling itertools v0.13.0
52862026-05-08T19:52:27.776Z Compiling cast v0.3.0
52872026-05-08T19:52:27.948Z Compiling same-file v1.0.6
52882026-05-08T19:52:28.099Z Compiling walkdir v2.5.0
52892026-05-08T19:52:28.103Z Compiling rayon v1.11.0
52902026-05-08T19:52:28.667Z Compiling clap v4.5.54
52912026-05-08T19:52:28.743Z Compiling tinytemplate v1.2.1
52922026-05-08T19:52:28.926Z Compiling ciborium v0.2.2
52932026-05-08T19:52:29.191Z Compiling criterion-plot v0.8.1
52942026-05-08T19:52:29.362Z Compiling slog-envlogger v2.2.0
52952026-05-08T19:52:29.697Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
52962026-05-08T19:52:29.847Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
52972026-05-08T19:52:29.917Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
52982026-05-08T19:52:30.215Z Compiling plotters v0.3.7
52992026-05-08T19:52:30.234Z Compiling page_size v0.6.0
53002026-05-08T19:52:30.337Z Compiling dtor-proc-macro v0.0.6
53012026-05-08T19:52:30.401Z Compiling anes v0.1.6
53022026-05-08T19:52:30.637Z Compiling oorandom v11.1.5
53032026-05-08T19:52:30.668Z Compiling dtor v0.1.1
53042026-05-08T19:52:30.741Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53052026-05-08T19:52:30.798Z Compiling ctor-proc-macro v0.0.7
53062026-05-08T19:52:31.130Z Compiling criterion v0.8.1
53072026-05-08T19:52:31.408Z Compiling ctor v0.6.3
53082026-05-08T19:52:33.117Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53092026-05-08T19:53:51.218Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 43s
53102026-05-08T19:53:51.242Z Running benches/userland.rs (target/release-lto/deps/userland-e89435b3faf91d31)
53112026-05-08T19:53:51.245ZGnuplot not found, using plotters backend
53122026-05-08T19:53:51.379ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53132026-05-08T19:53:51.379ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53142026-05-08T19:53:57.037ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0018 s (7.4M iterations)
53152026-05-08T19:54:01.917ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53162026-05-08T19:54:02.008Zparse/Hairpin-DHCPv4/wallclock/Discover
53172026-05-08T19:54:02.008Z time: [57.340 ns 57.401 ns 57.474 ns]
53182026-05-08T19:54:02.008Z change: [−7.0232% −6.0625% −5.0394%] (p = 0.00 < 0.05)
53192026-05-08T19:54:02.008Z Performance has improved.
53202026-05-08T19:54:02.008ZFound 8 outliers among 100 measurements (8.00%)
53212026-05-08T19:54:02.008Z 3 (3.00%) high mild
53222026-05-08T19:54:02.008Z 5 (5.00%) high severe
53232026-05-08T19:54:03.191Z
53242026-05-08T19:54:03.194ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53252026-05-08T19:54:03.194ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53262026-05-08T19:54:09.193ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0064 s (3.5M iterations)
53272026-05-08T19:54:14.164ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53282026-05-08T19:54:14.251Zprocess/Hairpin-DHCPv4/wallclock/Discover
53292026-05-08T19:54:14.251Z time: [815.70 ns 816.12 ns 816.61 ns]
53302026-05-08T19:54:14.252Z change: [−0.5366% −0.3837% −0.2237%] (p = 0.00 < 0.05)
53312026-05-08T19:54:14.252Z Change within noise threshold.
53322026-05-08T19:54:14.252ZFound 8 outliers among 100 measurements (8.00%)
53332026-05-08T19:54:14.252Z 4 (4.00%) high mild
53342026-05-08T19:54:14.252Z 4 (4.00%) high severe
53352026-05-08T19:54:15.430Z
53362026-05-08T19:54:15.435ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53372026-05-08T19:54:15.435ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53382026-05-08T19:54:21.346ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0011 s (7.1M iterations)
53392026-05-08T19:54:26.039ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53402026-05-08T19:54:26.125Zparse/Hairpin-DHCPv4/wallclock/Request
53412026-05-08T19:54:26.125Z time: [57.627 ns 57.680 ns 57.743 ns]
53422026-05-08T19:54:26.125Z change: [−7.4891% −6.5405% −5.5044%] (p = 0.00 < 0.05)
53432026-05-08T19:54:26.125Z Performance has improved.
53442026-05-08T19:54:26.125ZFound 9 outliers among 100 measurements (9.00%)
53452026-05-08T19:54:26.126Z 1 (1.00%) high mild
53462026-05-08T19:54:26.126Z 8 (8.00%) high severe
53472026-05-08T19:54:27.304Z
53482026-05-08T19:54:27.309ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53492026-05-08T19:54:27.309ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53502026-05-08T19:54:33.262ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0015 s (3.6M iterations)
53512026-05-08T19:54:38.168ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53522026-05-08T19:54:38.259Zprocess/Hairpin-DHCPv4/wallclock/Request
53532026-05-08T19:54:38.259Z time: [790.09 ns 790.59 ns 791.17 ns]
53542026-05-08T19:54:38.259Z change: [−0.5219% −0.3642% −0.1915%] (p = 0.00 < 0.05)
53552026-05-08T19:54:38.259Z Change within noise threshold.
53562026-05-08T19:54:38.259ZFound 11 outliers among 100 measurements (11.00%)
53572026-05-08T19:54:38.259Z 4 (4.00%) high mild
53582026-05-08T19:54:38.259Z 7 (7.00%) high severe
53592026-05-08T19:54:39.430Z
53602026-05-08T19:54:39.444ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
53612026-05-08T19:54:39.444ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53622026-05-08T19:54:45.631ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0007 s (6.1M iterations)
53632026-05-08T19:54:47.717ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53642026-05-08T19:54:47.804Zparse/Hairpin-DHCPv6/wallclock/Solicit
53652026-05-08T19:54:47.804Z time: [56.758 ns 56.846 ns 56.950 ns]
53662026-05-08T19:54:47.804Z change: [−7.4625% −6.1893% −4.8741%] (p = 0.00 < 0.05)
53672026-05-08T19:54:47.804Z Performance has improved.
53682026-05-08T19:54:47.804ZFound 10 outliers among 100 measurements (10.00%)
53692026-05-08T19:54:47.804Z 6 (6.00%) high mild
53702026-05-08T19:54:47.804Z 4 (4.00%) high severe
53712026-05-08T19:54:48.980Z
53722026-05-08T19:54:48.983ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
53732026-05-08T19:54:48.983ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53742026-05-08T19:54:52.740ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0062 s (2.8M iterations)
53752026-05-08T19:54:57.763ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53762026-05-08T19:54:57.847Zprocess/Hairpin-DHCPv6/wallclock/Solicit
53772026-05-08T19:54:57.847Z time: [1.0542 µs 1.0548 µs 1.0555 µs]
53782026-05-08T19:54:57.847Z change: [+1.5969% +1.7393% +1.8697%] (p = 0.00 < 0.05)
53792026-05-08T19:54:57.847Z Performance has regressed.
53802026-05-08T19:54:57.847ZFound 4 outliers among 100 measurements (4.00%)
53812026-05-08T19:54:57.848Z 2 (2.00%) high mild
53822026-05-08T19:54:57.848Z 2 (2.00%) high severe
53832026-05-08T19:54:59.024Z
53842026-05-08T19:54:59.027ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
53852026-05-08T19:54:59.027ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
53862026-05-08T19:55:02.842ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0044 s (5.5M iterations)
53872026-05-08T19:55:07.562ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
53882026-05-08T19:55:07.649Zparse/Hairpin-DHCPv6/wallclock/Request
53892026-05-08T19:55:07.649Z time: [56.912 ns 56.999 ns 57.101 ns]
53902026-05-08T19:55:07.649Z change: [−7.8246% −6.8163% −5.7685%] (p = 0.00 < 0.05)
53912026-05-08T19:55:07.649Z Performance has improved.
53922026-05-08T19:55:07.649ZFound 8 outliers among 100 measurements (8.00%)
53932026-05-08T19:55:07.649Z 3 (3.00%) high mild
53942026-05-08T19:55:07.649Z 5 (5.00%) high severe
53952026-05-08T19:55:08.830Z
53962026-05-08T19:55:08.833ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
53972026-05-08T19:55:08.833ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
53982026-05-08T19:55:12.830ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0094 s (2.6M iterations)
53992026-05-08T19:55:17.836ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54002026-05-08T19:55:17.922Zprocess/Hairpin-DHCPv6/wallclock/Request
54012026-05-08T19:55:17.922Z time: [1.0973 µs 1.0980 µs 1.0988 µs]
54022026-05-08T19:55:17.922Z change: [+2.4926% +2.6256% +2.7574%] (p = 0.00 < 0.05)
54032026-05-08T19:55:17.922Z Performance has regressed.
54042026-05-08T19:55:17.922ZFound 5 outliers among 100 measurements (5.00%)
54052026-05-08T19:55:17.922Z 3 (3.00%) high mild
54062026-05-08T19:55:17.922Z 2 (2.00%) high severe
54072026-05-08T19:55:19.094Z
54082026-05-08T19:55:19.097ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54092026-05-08T19:55:19.097ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54102026-05-08T19:55:22.229ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0037 s (6.7M iterations)
54112026-05-08T19:55:26.968ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54122026-05-08T19:55:27.054Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54132026-05-08T19:55:27.054Z time: [56.929 ns 57.011 ns 57.110 ns]
54142026-05-08T19:55:27.054Z change: [−7.5498% −6.5631% −5.6034%] (p = 0.00 < 0.05)
54152026-05-08T19:55:27.054Z Performance has improved.
54162026-05-08T19:55:27.054ZFound 8 outliers among 100 measurements (8.00%)
54172026-05-08T19:55:27.054Z 2 (2.00%) high mild
54182026-05-08T19:55:27.054Z 6 (6.00%) high severe
54192026-05-08T19:55:28.227Z
54202026-05-08T19:55:28.230ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54212026-05-08T19:55:28.230ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54222026-05-08T19:55:33.647ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0045 s (3.9M iterations)
54232026-05-08T19:55:38.522ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54242026-05-08T19:55:38.608Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54252026-05-08T19:55:38.608Z time: [604.70 ns 605.30 ns 606.01 ns]
54262026-05-08T19:55:38.608Z change: [−2.9344% −2.7047% −2.4804%] (p = 0.00 < 0.05)
54272026-05-08T19:55:38.608Z Performance has improved.
54282026-05-08T19:55:38.608ZFound 3 outliers among 100 measurements (3.00%)
54292026-05-08T19:55:38.608Z 1 (1.00%) high mild
54302026-05-08T19:55:38.608Z 2 (2.00%) high severe
54312026-05-08T19:55:39.777Z
54322026-05-08T19:55:39.781ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54332026-05-08T19:55:39.781ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54342026-05-08T19:55:44.176ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0038 s (4.8M iterations)
54352026-05-08T19:55:48.033ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54362026-05-08T19:55:48.121Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54372026-05-08T19:55:48.121Z time: [117.49 ns 117.58 ns 117.69 ns]
54382026-05-08T19:55:48.121Z change: [−3.6855% −2.9618% −2.2222%] (p = 0.00 < 0.05)
54392026-05-08T19:55:48.122Z Performance has improved.
54402026-05-08T19:55:48.122ZFound 10 outliers among 100 measurements (10.00%)
54412026-05-08T19:55:48.122Z 5 (5.00%) high mild
54422026-05-08T19:55:48.122Z 5 (5.00%) high severe
54432026-05-08T19:55:49.294Z
54442026-05-08T19:55:49.300ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54452026-05-08T19:55:49.300ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54462026-05-08T19:55:52.506ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0045 s (3.3M iterations)
54472026-05-08T19:55:57.009ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54482026-05-08T19:55:57.104Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54492026-05-08T19:55:57.110Z time: [691.58 ns 691.99 ns 692.48 ns]
54502026-05-08T19:55:57.110Z change: [−1.6760% −1.5210% −1.3595%] (p = 0.00 < 0.05)
54512026-05-08T19:55:57.110Z Performance has improved.
54522026-05-08T19:55:57.110ZFound 3 outliers among 100 measurements (3.00%)
54532026-05-08T19:55:57.110Z 2 (2.00%) high mild
54542026-05-08T19:55:57.110Z 1 (1.00%) high severe
54552026-05-08T19:55:58.267Z
54562026-05-08T19:55:58.291ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54572026-05-08T19:55:58.291ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54582026-05-08T19:56:04.513ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0031 s (6.8M iterations)
54592026-05-08T19:56:08.927ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54602026-05-08T19:56:09.015Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54612026-05-08T19:56:09.015Z time: [56.658 ns 56.733 ns 56.822 ns]
54622026-05-08T19:56:09.015Z change: [−6.8697% −5.8772% −4.8923%] (p = 0.00 < 0.05)
54632026-05-08T19:56:09.015Z Performance has improved.
54642026-05-08T19:56:09.016ZFound 7 outliers among 100 measurements (7.00%)
54652026-05-08T19:56:09.016Z 2 (2.00%) high mild
54662026-05-08T19:56:09.016Z 5 (5.00%) high severe
54672026-05-08T19:56:10.180Z
54682026-05-08T19:56:10.198ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54692026-05-08T19:56:10.198ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54702026-05-08T19:56:17.607ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0040 s (3.5M iterations)
54712026-05-08T19:56:21.105ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54722026-05-08T19:56:21.191Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54732026-05-08T19:56:21.191Z time: [793.90 ns 794.47 ns 795.20 ns]
54742026-05-08T19:56:21.192Z change: [−0.2571% −0.0889% +0.0727%] (p = 0.31 > 0.05)
54752026-05-08T19:56:21.192Z No change in performance detected.
54762026-05-08T19:56:21.192ZFound 4 outliers among 100 measurements (4.00%)
54772026-05-08T19:56:21.192Z 3 (3.00%) high mild
54782026-05-08T19:56:21.192Z 1 (1.00%) high severe
54792026-05-08T19:56:22.370Z
54802026-05-08T19:56:22.373ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
54812026-05-08T19:56:22.374ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54822026-05-08T19:56:25.378ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0009 s (7.0M iterations)
54832026-05-08T19:56:29.948ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54842026-05-08T19:56:30.034Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
54852026-05-08T19:56:30.034Z time: [56.608 ns 56.674 ns 56.753 ns]
54862026-05-08T19:56:30.034Z change: [−7.0022% −6.0280% −4.9662%] (p = 0.00 < 0.05)
54872026-05-08T19:56:30.034Z Performance has improved.
54882026-05-08T19:56:30.034ZFound 7 outliers among 100 measurements (7.00%)
54892026-05-08T19:56:30.034Z 2 (2.00%) high mild
54902026-05-08T19:56:30.034Z 5 (5.00%) high severe
54912026-05-08T19:56:31.213Z
54922026-05-08T19:56:31.216ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
54932026-05-08T19:56:31.216ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
54942026-05-08T19:56:37.128ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0053 s (3.6M iterations)
54952026-05-08T19:56:41.930ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
54962026-05-08T19:56:42.017Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
54972026-05-08T19:56:42.017Z time: [749.95 ns 750.25 ns 750.63 ns]
54982026-05-08T19:56:42.017Z change: [−0.7545% −0.5782% −0.3850%] (p = 0.00 < 0.05)
54992026-05-08T19:56:42.017Z Change within noise threshold.
55002026-05-08T19:56:42.017ZFound 9 outliers among 100 measurements (9.00%)
55012026-05-08T19:56:42.017Z 4 (4.00%) high mild
55022026-05-08T19:56:42.017Z 5 (5.00%) high severe
55032026-05-08T19:56:43.372Z
55042026-05-08T19:56:43.376ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55052026-05-08T19:56:43.376ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55062026-05-08T19:56:46.689ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0016 s (12M iterations)
55072026-05-08T19:56:50.509ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55082026-05-08T19:56:50.590Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55092026-05-08T19:56:50.590Z time: [57.541 ns 57.575 ns 57.622 ns]
55102026-05-08T19:56:50.590Z change: [−7.7479% −7.1208% −6.4712%] (p = 0.00 < 0.05)
55112026-05-08T19:56:50.590Z Performance has improved.
55122026-05-08T19:56:50.590ZFound 7 outliers among 100 measurements (7.00%)
55132026-05-08T19:56:50.590Z 4 (4.00%) high mild
55142026-05-08T19:56:50.590Z 3 (3.00%) high severe
55152026-05-08T19:56:51.769Z
55162026-05-08T19:56:51.773ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55172026-05-08T19:56:51.773ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55182026-05-08T19:56:56.903ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (4.1M iterations)
55192026-05-08T19:57:01.620ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55202026-05-08T19:57:01.706Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55212026-05-08T19:57:01.706Z time: [240.33 ns 240.96 ns 241.50 ns]
55222026-05-08T19:57:01.706Z change: [−3.7571% −3.3860% −3.0116%] (p = 0.00 < 0.05)
55232026-05-08T19:57:01.706Z Performance has improved.
55242026-05-08T19:57:01.706ZFound 3 outliers among 100 measurements (3.00%)
55252026-05-08T19:57:01.706Z 1 (1.00%) high mild
55262026-05-08T19:57:01.706Z 2 (2.00%) high severe
55272026-05-08T19:57:02.877Z
55282026-05-08T19:57:02.882ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55292026-05-08T19:57:02.882ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55302026-05-08T19:57:05.890ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0035 s (7.0M iterations)
55312026-05-08T19:57:10.603ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55322026-05-08T19:57:10.690Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55332026-05-08T19:57:10.690Z time: [76.583 ns 76.717 ns 76.838 ns]
55342026-05-08T19:57:10.690Z change: [−4.3575% −3.6115% −2.8511%] (p = 0.00 < 0.05)
55352026-05-08T19:57:10.690Z Performance has improved.
55362026-05-08T19:57:10.690ZFound 10 outliers among 100 measurements (10.00%)
55372026-05-08T19:57:10.690Z 4 (4.00%) high mild
55382026-05-08T19:57:10.690Z 6 (6.00%) high severe
55392026-05-08T19:57:11.863Z
55402026-05-08T19:57:11.874ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55412026-05-08T19:57:11.874ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55422026-05-08T19:57:15.814ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0033 s (2.7M iterations)
55432026-05-08T19:57:20.942ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55442026-05-08T19:57:20.942Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55452026-05-08T19:57:20.942Z time: [260.40 ns 260.99 ns 261.52 ns]
55462026-05-08T19:57:20.942Z change: [−3.6227% −3.2318% −2.8239%] (p = 0.00 < 0.05)
55472026-05-08T19:57:20.942Z Performance has improved.
55482026-05-08T19:57:20.942ZFound 5 outliers among 100 measurements (5.00%)
55492026-05-08T19:57:20.942Z 2 (2.00%) high mild
55502026-05-08T19:57:20.942Z 3 (3.00%) high severe
55512026-05-08T19:57:22.041Z
55522026-05-08T19:57:22.044ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55532026-05-08T19:57:22.044ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55542026-05-08T19:57:28.294ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0015 s (6.7M iterations)
55552026-05-08T19:57:31.872ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55562026-05-08T19:57:31.959Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55572026-05-08T19:57:31.959Z time: [95.714 ns 95.813 ns 95.915 ns]
55582026-05-08T19:57:31.959Z change: [−3.2260% −2.4809% −1.7863%] (p = 0.00 < 0.05)
55592026-05-08T19:57:31.959Z Performance has improved.
55602026-05-08T19:57:31.959ZFound 6 outliers among 100 measurements (6.00%)
55612026-05-08T19:57:31.959Z 2 (2.00%) high mild
55622026-05-08T19:57:31.959Z 4 (4.00%) high severe
55632026-05-08T19:57:33.139Z
55642026-05-08T19:57:33.142ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55652026-05-08T19:57:33.142ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55662026-05-08T19:57:39.348ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0070 s (3.4M iterations)
55672026-05-08T19:57:43.779ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55682026-05-08T19:57:43.866Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55692026-05-08T19:57:43.866Z time: [214.53 ns 215.28 ns 215.93 ns]
55702026-05-08T19:57:43.866Z change: [−3.3815% −2.9057% −2.4436%] (p = 0.00 < 0.05)
55712026-05-08T19:57:43.866Z Performance has improved.
55722026-05-08T19:57:43.866ZFound 2 outliers among 100 measurements (2.00%)
55732026-05-08T19:57:43.866Z 1 (1.00%) high mild
55742026-05-08T19:57:43.866Z 1 (1.00%) high severe
55752026-05-08T19:57:45.033Z
55762026-05-08T19:57:45.036ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55772026-05-08T19:57:45.036ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55782026-05-08T19:57:49.367ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0041 s (4.8M iterations)
55792026-05-08T19:57:53.658ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55802026-05-08T19:57:53.745Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55812026-05-08T19:57:53.745Z time: [114.82 ns 114.93 ns 115.04 ns]
55822026-05-08T19:57:53.745Z change: [−2.5012% −1.7230% −0.8642%] (p = 0.00 < 0.05)
55832026-05-08T19:57:53.745Z Change within noise threshold.
55842026-05-08T19:57:53.745ZFound 8 outliers among 100 measurements (8.00%)
55852026-05-08T19:57:53.746Z 3 (3.00%) high mild
55862026-05-08T19:57:53.746Z 5 (5.00%) high severe
55872026-05-08T19:57:54.927Z
55882026-05-08T19:57:54.930ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55892026-05-08T19:57:54.930ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55902026-05-08T19:57:59.341ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0053 s (2.4M iterations)
55912026-05-08T19:58:04.159ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55922026-05-08T19:58:04.246Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55932026-05-08T19:58:04.246Z time: [232.21 ns 232.78 ns 233.27 ns]
55942026-05-08T19:58:04.246Z change: [−3.9909% −3.5024% −2.9907%] (p = 0.00 < 0.05)
55952026-05-08T19:58:04.246Z Performance has improved.
55962026-05-08T19:58:04.246ZFound 5 outliers among 100 measurements (5.00%)
55972026-05-08T19:58:04.246Z 1 (1.00%) high mild
55982026-05-08T19:58:04.246Z 4 (4.00%) high severe
55992026-05-08T19:58:05.416Z
56002026-05-08T19:58:05.419ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56012026-05-08T19:58:05.419ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56022026-05-08T19:58:08.713ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (13M iterations)
56032026-05-08T19:58:12.686ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56042026-05-08T19:58:12.773Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56052026-05-08T19:58:12.773Z time: [56.739 ns 56.796 ns 56.861 ns]
56062026-05-08T19:58:12.773Z change: [−7.2816% −6.6579% −6.0470%] (p = 0.00 < 0.05)
56072026-05-08T19:58:12.773Z Performance has improved.
56082026-05-08T19:58:12.773ZFound 5 outliers among 100 measurements (5.00%)
56092026-05-08T19:58:12.773Z 2 (2.00%) high mild
56102026-05-08T19:58:12.773Z 3 (3.00%) high severe
56112026-05-08T19:58:13.954Z
56122026-05-08T19:58:13.958ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56132026-05-08T19:58:13.958ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56142026-05-08T19:58:18.791ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (4.3M iterations)
56152026-05-08T19:58:23.748ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56162026-05-08T19:58:23.757Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56172026-05-08T19:58:23.757Z time: [221.26 ns 221.76 ns 222.19 ns]
56182026-05-08T19:58:23.757Z change: [−3.5514% −3.1063% −2.6601%] (p = 0.00 < 0.05)
56192026-05-08T19:58:23.757Z Performance has improved.
56202026-05-08T19:58:23.757ZFound 3 outliers among 100 measurements (3.00%)
56212026-05-08T19:58:23.757Z 1 (1.00%) high mild
56222026-05-08T19:58:23.758Z 2 (2.00%) high severe
56232026-05-08T19:58:24.827Z
56242026-05-08T19:58:24.831ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56252026-05-08T19:58:24.831ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56262026-05-08T19:58:30.898ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0026 s (6.9M iterations)
56272026-05-08T19:58:35.564ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56282026-05-08T19:58:35.652Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56292026-05-08T19:58:35.652Z time: [75.385 ns 75.466 ns 75.545 ns]
56302026-05-08T19:58:35.652Z change: [−4.6059% −3.8451% −3.0382%] (p = 0.00 < 0.05)
56312026-05-08T19:58:35.652Z Performance has improved.
56322026-05-08T19:58:35.652ZFound 8 outliers among 100 measurements (8.00%)
56332026-05-08T19:58:35.652Z 3 (3.00%) high mild
56342026-05-08T19:58:35.652Z 5 (5.00%) high severe
56352026-05-08T19:58:36.823Z
56362026-05-08T19:58:36.826ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56372026-05-08T19:58:36.826ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56382026-05-08T19:58:40.646ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0071 s (2.7M iterations)
56392026-05-08T19:58:45.629ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56402026-05-08T19:58:45.714Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56412026-05-08T19:58:45.714Z time: [239.96 ns 240.49 ns 240.93 ns]
56422026-05-08T19:58:45.714Z change: [−3.3068% −2.8961% −2.5012%] (p = 0.00 < 0.05)
56432026-05-08T19:58:45.718Z Performance has improved.
56442026-05-08T19:58:45.718ZFound 5 outliers among 100 measurements (5.00%)
56452026-05-08T19:58:45.718Z 2 (2.00%) high mild
56462026-05-08T19:58:45.718Z 3 (3.00%) high severe
56472026-05-08T19:58:46.877Z
56482026-05-08T19:58:46.880ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56492026-05-08T19:58:46.880ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56502026-05-08T19:58:53.000ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.9M iterations)
56512026-05-08T19:58:56.618ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56522026-05-08T19:58:56.703Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56532026-05-08T19:58:56.703Z time: [94.702 ns 94.766 ns 94.831 ns]
56542026-05-08T19:58:56.703Z change: [−3.4512% −2.8340% −2.1672%] (p = 0.00 < 0.05)
56552026-05-08T19:58:56.703Z Performance has improved.
56562026-05-08T19:58:56.703ZFound 7 outliers among 100 measurements (7.00%)
56572026-05-08T19:58:56.703Z 2 (2.00%) high mild
56582026-05-08T19:58:56.703Z 5 (5.00%) high severe
56592026-05-08T19:58:57.883Z
56602026-05-08T19:58:57.886ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56612026-05-08T19:58:57.886ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56622026-05-08T19:59:03.795ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0026 s (3.6M iterations)
56632026-05-08T19:59:08.241ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56642026-05-08T19:59:08.328Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56652026-05-08T19:59:08.328Z time: [192.84 ns 193.58 ns 194.24 ns]
56662026-05-08T19:59:08.328Z change: [−3.4903% −2.9603% −2.4390%] (p = 0.00 < 0.05)
56672026-05-08T19:59:08.328Z Performance has improved.
56682026-05-08T19:59:08.328ZFound 2 outliers among 100 measurements (2.00%)
56692026-05-08T19:59:08.328Z 1 (1.00%) high mild
56702026-05-08T19:59:08.328Z 1 (1.00%) high severe
56712026-05-08T19:59:09.493Z
56722026-05-08T19:59:09.496ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56732026-05-08T19:59:09.497ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56742026-05-08T19:59:13.818ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0033 s (4.9M iterations)
56752026-05-08T19:59:18.142ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56762026-05-08T19:59:18.228Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56772026-05-08T19:59:18.228Z time: [114.28 ns 114.48 ns 114.66 ns]
56782026-05-08T19:59:18.228Z change: [−2.3771% −1.6526% −0.8577%] (p = 0.00 < 0.05)
56792026-05-08T19:59:18.228Z Change within noise threshold.
56802026-05-08T19:59:18.228ZFound 9 outliers among 100 measurements (9.00%)
56812026-05-08T19:59:18.228Z 4 (4.00%) high mild
56822026-05-08T19:59:18.228Z 5 (5.00%) high severe
56832026-05-08T19:59:19.404Z
56842026-05-08T19:59:19.407ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56852026-05-08T19:59:19.407ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56862026-05-08T19:59:23.700ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0046 s (2.4M iterations)
56872026-05-08T19:59:28.531ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56882026-05-08T19:59:28.617Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56892026-05-08T19:59:28.617Z time: [212.35 ns 212.93 ns 213.44 ns]
56902026-05-08T19:59:28.617Z change: [−2.8053% −2.2190% −1.6510%] (p = 0.00 < 0.05)
56912026-05-08T19:59:28.617Z Performance has improved.
56922026-05-08T19:59:28.617ZFound 6 outliers among 100 measurements (6.00%)
56932026-05-08T19:59:28.617Z 3 (3.00%) high mild
56942026-05-08T19:59:28.617Z 3 (3.00%) high severe
56952026-05-08T19:59:29.781Z
56962026-05-08T19:59:29.784ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56972026-05-08T19:59:29.784ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56982026-05-08T19:59:33.386ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0011 s (12M iterations)
56992026-05-08T19:59:37.392ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57002026-05-08T19:59:37.477Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57012026-05-08T19:59:37.477Z time: [57.133 ns 57.157 ns 57.184 ns]
57022026-05-08T19:59:37.477Z change: [−7.5952% −6.9750% −6.3181%] (p = 0.00 < 0.05)
57032026-05-08T19:59:37.478Z Performance has improved.
57042026-05-08T19:59:37.478ZFound 7 outliers among 100 measurements (7.00%)
57052026-05-08T19:59:37.478Z 3 (3.00%) high mild
57062026-05-08T19:59:37.478Z 4 (4.00%) high severe
57072026-05-08T19:59:38.661Z
57082026-05-08T19:59:38.664ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57092026-05-08T19:59:38.664ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57102026-05-08T19:59:43.983ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0033 s (3.9M iterations)
57112026-05-08T19:59:48.775ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57122026-05-08T19:59:48.860Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57132026-05-08T19:59:48.860Z time: [238.37 ns 238.91 ns 239.37 ns]
57142026-05-08T19:59:48.860Z change: [−1.6348% −1.1508% −0.7109%] (p = 0.00 < 0.05)
57152026-05-08T19:59:48.860Z Change within noise threshold.
57162026-05-08T19:59:48.861ZFound 3 outliers among 100 measurements (3.00%)
57172026-05-08T19:59:48.861Z 2 (2.00%) high mild
57182026-05-08T19:59:48.861Z 1 (1.00%) high severe
57192026-05-08T19:59:50.029Z
57202026-05-08T19:59:50.032ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57212026-05-08T19:59:50.032ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57222026-05-08T19:59:53.137ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0021 s (6.8M iterations)
57232026-05-08T19:59:57.889ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57242026-05-08T19:59:57.974Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57252026-05-08T19:59:57.974Z time: [75.838 ns 75.996 ns 76.133 ns]
57262026-05-08T19:59:57.974Z change: [−4.8711% −4.0439% −3.2003%] (p = 0.00 < 0.05)
57272026-05-08T19:59:57.974Z Performance has improved.
57282026-05-08T19:59:57.975ZFound 12 outliers among 100 measurements (12.00%)
57292026-05-08T19:59:57.975Z 3 (3.00%) low mild
57302026-05-08T19:59:57.975Z 9 (9.00%) high severe
57312026-05-08T20:00:00.139Z
57322026-05-08T20:00:00.143ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57332026-05-08T20:00:00.143ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57342026-05-08T20:00:03.227ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0028 s (2.6M iterations)
57352026-05-08T20:00:08.167ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57362026-05-08T20:00:08.252Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57372026-05-08T20:00:08.252Z time: [257.21 ns 257.72 ns 258.16 ns]
57382026-05-08T20:00:08.253Z change: [−1.7341% −1.3060% −0.9081%] (p = 0.00 < 0.05)
57392026-05-08T20:00:08.253Z Change within noise threshold.
57402026-05-08T20:00:08.253ZFound 5 outliers among 100 measurements (5.00%)
57412026-05-08T20:00:08.253Z 2 (2.00%) high mild
57422026-05-08T20:00:08.253Z 3 (3.00%) high severe
57432026-05-08T20:00:09.422Z
57442026-05-08T20:00:09.429ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57452026-05-08T20:00:09.429ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57462026-05-08T20:00:12.477ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (6.9M iterations)
57472026-05-08T20:00:16.334ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57482026-05-08T20:00:16.419Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57492026-05-08T20:00:16.419Z time: [95.218 ns 95.336 ns 95.454 ns]
57502026-05-08T20:00:16.420Z change: [−3.9527% −3.3091% −2.6901%] (p = 0.00 < 0.05)
57512026-05-08T20:00:16.420Z Performance has improved.
57522026-05-08T20:00:16.420ZFound 7 outliers among 100 measurements (7.00%)
57532026-05-08T20:00:16.420Z 4 (4.00%) high mild
57542026-05-08T20:00:16.420Z 3 (3.00%) high severe
57552026-05-08T20:00:17.600Z
57562026-05-08T20:00:17.604ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57572026-05-08T20:00:17.604ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57582026-05-08T20:00:20.695ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0060 s (3.4M iterations)
57592026-05-08T20:00:25.341ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57602026-05-08T20:00:25.426Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57612026-05-08T20:00:25.427Z time: [209.81 ns 210.50 ns 211.10 ns]
57622026-05-08T20:00:25.427Z change: [−2.2370% −1.6813% −1.1084%] (p = 0.00 < 0.05)
57632026-05-08T20:00:25.427Z Performance has improved.
57642026-05-08T20:00:25.427ZFound 2 outliers among 100 measurements (2.00%)
57652026-05-08T20:00:25.427Z 1 (1.00%) high mild
57662026-05-08T20:00:25.430Z 1 (1.00%) high severe
57672026-05-08T20:00:26.595Z
57682026-05-08T20:00:26.598ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57692026-05-08T20:00:26.598ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57702026-05-08T20:00:31.016ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0024 s (4.7M iterations)
57712026-05-08T20:00:35.387ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57722026-05-08T20:00:35.473Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57732026-05-08T20:00:35.473Z time: [114.30 ns 114.45 ns 114.60 ns]
57742026-05-08T20:00:35.473Z change: [−3.2154% −2.4843% −1.7782%] (p = 0.00 < 0.05)
57752026-05-08T20:00:35.473Z Performance has improved.
57762026-05-08T20:00:35.473ZFound 9 outliers among 100 measurements (9.00%)
57772026-05-08T20:00:35.473Z 5 (5.00%) high mild
57782026-05-08T20:00:35.473Z 4 (4.00%) high severe
57792026-05-08T20:00:36.655Z
57802026-05-08T20:00:36.658ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57812026-05-08T20:00:36.658ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57822026-05-08T20:00:41.195ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0065 s (2.3M iterations)
57832026-05-08T20:00:46.032ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57842026-05-08T20:00:46.118Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57852026-05-08T20:00:46.118Z time: [227.88 ns 228.51 ns 229.06 ns]
57862026-05-08T20:00:46.118Z change: [−2.3730% −1.8483% −1.3263%] (p = 0.00 < 0.05)
57872026-05-08T20:00:46.118Z Performance has improved.
57882026-05-08T20:00:46.118ZFound 4 outliers among 100 measurements (4.00%)
57892026-05-08T20:00:46.118Z 2 (2.00%) high mild
57902026-05-08T20:00:46.118Z 2 (2.00%) high severe
57912026-05-08T20:00:47.295Z
57922026-05-08T20:00:47.299ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57932026-05-08T20:00:47.299ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57942026-05-08T20:00:50.867ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (12M iterations)
57952026-05-08T20:00:54.858ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57962026-05-08T20:00:54.942Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57972026-05-08T20:00:54.942Z time: [56.040 ns 56.110 ns 56.190 ns]
57982026-05-08T20:00:54.943Z change: [−8.0995% −7.4342% −6.7336%] (p = 0.00 < 0.05)
57992026-05-08T20:00:54.943Z Performance has improved.
58002026-05-08T20:00:54.943ZFound 5 outliers among 100 measurements (5.00%)
58012026-05-08T20:00:54.943Z 1 (1.00%) high mild
58022026-05-08T20:00:54.943Z 4 (4.00%) high severe
58032026-05-08T20:00:56.120Z
58042026-05-08T20:00:56.123ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58052026-05-08T20:00:56.123ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
58062026-05-08T20:01:01.212ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (4.1M iterations)
58072026-05-08T20:01:05.994ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
58082026-05-08T20:01:06.080Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58092026-05-08T20:01:06.080Z time: [216.72 ns 217.31 ns 217.81 ns]
58102026-05-08T20:01:06.080Z change: [−1.4105% −0.9969% −0.5577%] (p = 0.00 < 0.05)
58112026-05-08T20:01:06.080Z Change within noise threshold.
58122026-05-08T20:01:06.080ZFound 3 outliers among 100 measurements (3.00%)
58132026-05-08T20:01:06.080Z 1 (1.00%) high mild
58142026-05-08T20:01:06.080Z 2 (2.00%) high severe
58152026-05-08T20:01:07.257Z
58162026-05-08T20:01:07.260ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58172026-05-08T20:01:07.260ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58182026-05-08T20:01:10.360ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0015 s (6.8M iterations)
58192026-05-08T20:01:15.193ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58202026-05-08T20:01:15.278Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58212026-05-08T20:01:15.278Z time: [74.975 ns 75.036 ns 75.098 ns]
58222026-05-08T20:01:15.278Z change: [−4.6874% −3.9215% −3.0281%] (p = 0.00 < 0.05)
58232026-05-08T20:01:15.278Z Performance has improved.
58242026-05-08T20:01:15.278ZFound 10 outliers among 100 measurements (10.00%)
58252026-05-08T20:01:15.278Z 2 (2.00%) high mild
58262026-05-08T20:01:15.278Z 8 (8.00%) high severe
58272026-05-08T20:01:16.451Z
58282026-05-08T20:01:16.454ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58292026-05-08T20:01:16.454ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58302026-05-08T20:01:20.404ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0060 s (2.7M iterations)
58312026-05-08T20:01:25.401ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58322026-05-08T20:01:25.486Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58332026-05-08T20:01:25.486Z time: [235.76 ns 236.31 ns 236.80 ns]
58342026-05-08T20:01:25.486Z change: [−1.2026% −0.7273% −0.3228%] (p = 0.00 < 0.05)
58352026-05-08T20:01:25.487Z Change within noise threshold.
58362026-05-08T20:01:25.487ZFound 5 outliers among 100 measurements (5.00%)
58372026-05-08T20:01:25.487Z 2 (2.00%) high mild
58382026-05-08T20:01:25.487Z 3 (3.00%) high severe
58392026-05-08T20:01:26.655Z
58402026-05-08T20:01:26.658ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58412026-05-08T20:01:26.658ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58422026-05-08T20:01:33.047ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.6M iterations)
58432026-05-08T20:01:36.709ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58442026-05-08T20:01:36.795Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58452026-05-08T20:01:36.795Z time: [94.608 ns 94.700 ns 94.794 ns]
58462026-05-08T20:01:36.796Z change: [−3.9777% −3.3403% −2.6896%] (p = 0.00 < 0.05)
58472026-05-08T20:01:36.796Z Performance has improved.
58482026-05-08T20:01:36.796ZFound 8 outliers among 100 measurements (8.00%)
58492026-05-08T20:01:36.796Z 1 (1.00%) high mild
58502026-05-08T20:01:36.796Z 7 (7.00%) high severe
58512026-05-08T20:01:37.977Z
58522026-05-08T20:01:37.980ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
58532026-05-08T20:01:37.980ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58542026-05-08T20:01:44.145ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0059 s (3.4M iterations)
58552026-05-08T20:01:48.627ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58562026-05-08T20:01:48.710Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
58572026-05-08T20:01:48.710Z time: [188.13 ns 188.82 ns 189.42 ns]
58582026-05-08T20:01:48.710Z change: [−1.5833% −1.0644% −0.5422%] (p = 0.00 < 0.05)
58592026-05-08T20:01:48.710Z Change within noise threshold.
58602026-05-08T20:01:48.710ZFound 2 outliers among 100 measurements (2.00%)
58612026-05-08T20:01:48.710Z 1 (1.00%) high mild
58622026-05-08T20:01:48.710Z 1 (1.00%) high severe
58632026-05-08T20:01:49.879Z
58642026-05-08T20:01:49.882ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58652026-05-08T20:01:49.882ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58662026-05-08T20:01:54.295ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (4.8M iterations)
58672026-05-08T20:01:58.669ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58682026-05-08T20:01:58.766Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58692026-05-08T20:01:58.766Z time: [114.11 ns 114.37 ns 114.63 ns]
58702026-05-08T20:01:58.773Z change: [−2.7774% −2.0535% −1.2914%] (p = 0.00 < 0.05)
58712026-05-08T20:01:58.773Z Performance has improved.
58722026-05-08T20:01:58.773ZFound 8 outliers among 100 measurements (8.00%)
58732026-05-08T20:01:58.773Z 4 (4.00%) high mild
58742026-05-08T20:01:58.773Z 4 (4.00%) high severe
58752026-05-08T20:01:59.936Z
58762026-05-08T20:01:59.974ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58772026-05-08T20:01:59.974ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58782026-05-08T20:02:05.128ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0055 s (2.4M iterations)
58792026-05-08T20:02:09.214ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58802026-05-08T20:02:09.297Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58812026-05-08T20:02:09.297Z time: [206.48 ns 207.19 ns 207.82 ns]
58822026-05-08T20:02:09.297Z change: [−1.9259% −1.2976% −0.7248%] (p = 0.00 < 0.05)
58832026-05-08T20:02:09.297Z Change within noise threshold.
58842026-05-08T20:02:09.297ZFound 4 outliers among 100 measurements (4.00%)
58852026-05-08T20:02:09.297Z 2 (2.00%) high mild
58862026-05-08T20:02:09.297Z 2 (2.00%) high severe
58872026-05-08T20:02:10.473Z
58882026-05-08T20:02:10.476ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58892026-05-08T20:02:10.476ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58902026-05-08T20:02:13.814ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (13M iterations)
58912026-05-08T20:02:17.811ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58922026-05-08T20:02:17.897Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58932026-05-08T20:02:17.897Z time: [57.611 ns 57.650 ns 57.700 ns]
58942026-05-08T20:02:17.897Z change: [−7.6755% −7.0635% −6.4217%] (p = 0.00 < 0.05)
58952026-05-08T20:02:17.897Z Performance has improved.
58962026-05-08T20:02:17.897ZFound 11 outliers among 100 measurements (11.00%)
58972026-05-08T20:02:17.897Z 5 (5.00%) high mild
58982026-05-08T20:02:17.897Z 6 (6.00%) high severe
58992026-05-08T20:02:19.076Z
59002026-05-08T20:02:19.079ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59012026-05-08T20:02:19.079ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
59022026-05-08T20:02:23.940ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0056 s (4.3M iterations)
59032026-05-08T20:02:28.998ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
59042026-05-08T20:02:29.084Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59052026-05-08T20:02:29.084Z time: [267.16 ns 268.88 ns 270.98 ns]
59062026-05-08T20:02:29.084Z change: [−15.271% −1.2262% +14.183%] (p = 0.88 > 0.05)
59072026-05-08T20:02:29.084Z No change in performance detected.
59082026-05-08T20:02:29.084ZFound 12 outliers among 100 measurements (12.00%)
59092026-05-08T20:02:29.084Z 3 (3.00%) high mild
59102026-05-08T20:02:29.084Z 9 (9.00%) high severe
59112026-05-08T20:02:30.264Z
59122026-05-08T20:02:30.267ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59132026-05-08T20:02:30.267ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59142026-05-08T20:02:36.202ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0003 s (7.1M iterations)
59152026-05-08T20:02:40.937ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59162026-05-08T20:02:41.024Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59172026-05-08T20:02:41.024Z time: [76.148 ns 76.275 ns 76.386 ns]
59182026-05-08T20:02:41.024Z change: [−4.6334% −3.8090% −2.9090%] (p = 0.00 < 0.05)
59192026-05-08T20:02:41.024Z Performance has improved.
59202026-05-08T20:02:41.024ZFound 8 outliers among 100 measurements (8.00%)
59212026-05-08T20:02:41.024Z 2 (2.00%) high mild
59222026-05-08T20:02:41.024Z 6 (6.00%) high severe
59232026-05-08T20:02:42.194Z
59242026-05-08T20:02:42.197ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59252026-05-08T20:02:42.197ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59262026-05-08T20:02:46.088ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0063 s (2.7M iterations)
59272026-05-08T20:02:51.246ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59282026-05-08T20:02:51.331Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59292026-05-08T20:02:51.331Z time: [303.30 ns 306.04 ns 309.52 ns]
59302026-05-08T20:02:51.331Z change: [−14.245% −1.4696% +12.937%] (p = 0.84 > 0.05)
59312026-05-08T20:02:51.331Z No change in performance detected.
59322026-05-08T20:02:51.332ZFound 13 outliers among 100 measurements (13.00%)
59332026-05-08T20:02:51.332Z 6 (6.00%) high mild
59342026-05-08T20:02:51.332Z 7 (7.00%) high severe
59352026-05-08T20:02:52.509Z
59362026-05-08T20:02:52.514ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59372026-05-08T20:02:52.515ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59382026-05-08T20:02:58.552ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0011 s (6.9M iterations)
59392026-05-08T20:03:02.259ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59402026-05-08T20:03:02.345Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59412026-05-08T20:03:02.345Z time: [95.818 ns 95.940 ns 96.063 ns]
59422026-05-08T20:03:02.345Z change: [−2.9276% −2.2310% −1.5711%] (p = 0.00 < 0.05)
59432026-05-08T20:03:02.345Z Performance has improved.
59442026-05-08T20:03:02.345ZFound 7 outliers among 100 measurements (7.00%)
59452026-05-08T20:03:02.345Z 3 (3.00%) high mild
59462026-05-08T20:03:02.345Z 4 (4.00%) high severe
59472026-05-08T20:03:03.528Z
59482026-05-08T20:03:03.532ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59492026-05-08T20:03:03.532ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59502026-05-08T20:03:09.461ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0059 s (3.5M iterations)
59512026-05-08T20:03:14.119ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59522026-05-08T20:03:14.204Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59532026-05-08T20:03:14.204Z time: [233.85 ns 235.15 ns 236.65 ns]
59542026-05-08T20:03:14.204Z change: [−13.300% −3.2743% +7.7353%] (p = 0.59 > 0.05)
59552026-05-08T20:03:14.204Z No change in performance detected.
59562026-05-08T20:03:14.204ZFound 12 outliers among 100 measurements (12.00%)
59572026-05-08T20:03:14.204Z 4 (4.00%) high mild
59582026-05-08T20:03:14.204Z 8 (8.00%) high severe
59592026-05-08T20:03:15.383Z
59602026-05-08T20:03:15.387ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59612026-05-08T20:03:15.387ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59622026-05-08T20:03:19.571ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0006 s (5.0M iterations)
59632026-05-08T20:03:24.033ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59642026-05-08T20:03:24.118Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59652026-05-08T20:03:24.119Z time: [114.95 ns 115.05 ns 115.17 ns]
59662026-05-08T20:03:24.119Z change: [−2.0534% −1.3383% −0.5936%] (p = 0.00 < 0.05)
59672026-05-08T20:03:24.119Z Change within noise threshold.
59682026-05-08T20:03:24.119ZFound 9 outliers among 100 measurements (9.00%)
59692026-05-08T20:03:24.119Z 4 (4.00%) high mild
59702026-05-08T20:03:24.119Z 5 (5.00%) high severe
59712026-05-08T20:03:25.295Z
59722026-05-08T20:03:25.298ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59732026-05-08T20:03:25.298ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59742026-05-08T20:03:29.588ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0019 s (2.4M iterations)
59752026-05-08T20:03:34.585ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59762026-05-08T20:03:34.671Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59772026-05-08T20:03:34.671Z time: [260.67 ns 262.39 ns 264.54 ns]
59782026-05-08T20:03:34.671Z change: [−14.589% −2.7941% +10.220%] (p = 0.67 > 0.05)
59792026-05-08T20:03:34.671Z No change in performance detected.
59802026-05-08T20:03:34.671ZFound 12 outliers among 100 measurements (12.00%)
59812026-05-08T20:03:34.671Z 4 (4.00%) high mild
59822026-05-08T20:03:34.671Z 8 (8.00%) high severe
59832026-05-08T20:03:35.848Z
59842026-05-08T20:03:35.851ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59852026-05-08T20:03:35.851ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59862026-05-08T20:03:38.990ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (13M iterations)
59872026-05-08T20:03:43.164ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
59882026-05-08T20:03:43.250Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59892026-05-08T20:03:43.250Z time: [56.498 ns 56.551 ns 56.613 ns]
59902026-05-08T20:03:43.250Z change: [−7.3215% −6.7114% −6.0647%] (p = 0.00 < 0.05)
59912026-05-08T20:03:43.250Z Performance has improved.
59922026-05-08T20:03:43.250ZFound 5 outliers among 100 measurements (5.00%)
59932026-05-08T20:03:43.250Z 1 (1.00%) high mild
59942026-05-08T20:03:43.250Z 4 (4.00%) high severe
59952026-05-08T20:03:44.431Z
59962026-05-08T20:03:44.434ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59972026-05-08T20:03:44.434ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59982026-05-08T20:03:49.157ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0053 s (4.4M iterations)
59992026-05-08T20:03:54.225ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
60002026-05-08T20:03:54.312Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60012026-05-08T20:03:54.312Z time: [245.76 ns 247.33 ns 249.31 ns]
60022026-05-08T20:03:54.312Z change: [−16.012% −1.8794% +14.185%] (p = 0.83 > 0.05)
60032026-05-08T20:03:54.312Z No change in performance detected.
60042026-05-08T20:03:54.312ZFound 13 outliers among 100 measurements (13.00%)
60052026-05-08T20:03:54.312Z 4 (4.00%) high mild
60062026-05-08T20:03:54.316Z 9 (9.00%) high severe
60072026-05-08T20:03:55.492Z
60082026-05-08T20:03:55.495ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60092026-05-08T20:03:55.495ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60102026-05-08T20:04:01.440ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0013 s (7.1M iterations)
60112026-05-08T20:04:06.131ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60122026-05-08T20:04:06.219Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60132026-05-08T20:04:06.219Z time: [75.404 ns 75.487 ns 75.562 ns]
60142026-05-08T20:04:06.219Z change: [−4.8643% −4.0889% −3.3219%] (p = 0.00 < 0.05)
60152026-05-08T20:04:06.219Z Performance has improved.
60162026-05-08T20:04:06.219ZFound 8 outliers among 100 measurements (8.00%)
60172026-05-08T20:04:06.219Z 3 (3.00%) high mild
60182026-05-08T20:04:06.219Z 5 (5.00%) high severe
60192026-05-08T20:04:07.387Z
60202026-05-08T20:04:07.390ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60212026-05-08T20:04:07.390ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60222026-05-08T20:04:11.203ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0056 s (2.8M iterations)
60232026-05-08T20:04:16.342ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60242026-05-08T20:04:16.428Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60252026-05-08T20:04:16.428Z time: [279.83 ns 282.34 ns 285.53 ns]
60262026-05-08T20:04:16.428Z change: [−14.698% −1.4180% +14.886%] (p = 0.85 > 0.05)
60272026-05-08T20:04:16.428Z No change in performance detected.
60282026-05-08T20:04:16.428ZFound 12 outliers among 100 measurements (12.00%)
60292026-05-08T20:04:16.428Z 3 (3.00%) high mild
60302026-05-08T20:04:16.428Z 9 (9.00%) high severe
60312026-05-08T20:04:17.608Z
60322026-05-08T20:04:17.613ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60332026-05-08T20:04:17.613ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60342026-05-08T20:04:23.532ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0029 s (7.1M iterations)
60352026-05-08T20:04:27.272ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60362026-05-08T20:04:27.358Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60372026-05-08T20:04:27.358Z time: [94.678 ns 94.737 ns 94.797 ns]
60382026-05-08T20:04:27.358Z change: [−3.7048% −3.0676% −2.4542%] (p = 0.00 < 0.05)
60392026-05-08T20:04:27.358Z Performance has improved.
60402026-05-08T20:04:27.358ZFound 8 outliers among 100 measurements (8.00%)
60412026-05-08T20:04:27.358Z 3 (3.00%) high mild
60422026-05-08T20:04:27.358Z 5 (5.00%) high severe
60432026-05-08T20:04:28.531Z
60442026-05-08T20:04:28.534ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60452026-05-08T20:04:28.534ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60462026-05-08T20:04:34.297ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0038 s (3.6M iterations)
60472026-05-08T20:04:38.977ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60482026-05-08T20:04:39.062Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60492026-05-08T20:04:39.063Z time: [211.53 ns 212.74 ns 214.11 ns]
60502026-05-08T20:04:39.063Z change: [−12.407% −1.9276% +9.4479%] (p = 0.76 > 0.05)
60512026-05-08T20:04:39.063Z No change in performance detected.
60522026-05-08T20:04:39.063ZFound 12 outliers among 100 measurements (12.00%)
60532026-05-08T20:04:39.063Z 4 (4.00%) high mild
60542026-05-08T20:04:39.063Z 8 (8.00%) high severe
60552026-05-08T20:04:40.239Z
60562026-05-08T20:04:40.243ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60572026-05-08T20:04:40.243ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60582026-05-08T20:04:44.415ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (5.0M iterations)
60592026-05-08T20:04:48.854ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60602026-05-08T20:04:48.940Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60612026-05-08T20:04:48.940Z time: [114.21 ns 114.37 ns 114.52 ns]
60622026-05-08T20:04:48.940Z change: [−2.7072% −1.9593% −1.1543%] (p = 0.00 < 0.05)
60632026-05-08T20:04:48.940Z Performance has improved.
60642026-05-08T20:04:48.940ZFound 9 outliers among 100 measurements (9.00%)
60652026-05-08T20:04:48.940Z 4 (4.00%) high mild
60662026-05-08T20:04:48.940Z 5 (5.00%) high severe
60672026-05-08T20:04:50.125Z
60682026-05-08T20:04:50.128ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60692026-05-08T20:04:50.128ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60702026-05-08T20:04:54.343ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0058 s (2.5M iterations)
60712026-05-08T20:04:59.357ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60722026-05-08T20:04:59.443Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60732026-05-08T20:04:59.443Z time: [237.49 ns 239.14 ns 241.17 ns]
60742026-05-08T20:04:59.443Z change: [−13.296% −1.5859% +12.905%] (p = 0.81 > 0.05)
60752026-05-08T20:04:59.443Z No change in performance detected.
60762026-05-08T20:04:59.443ZFound 12 outliers among 100 measurements (12.00%)
60772026-05-08T20:04:59.443Z 4 (4.00%) high mild
60782026-05-08T20:04:59.443Z 8 (8.00%) high severe
60792026-05-08T20:05:00.620Z
60802026-05-08T20:05:00.625ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60812026-05-08T20:05:00.625ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
60822026-05-08T20:05:04.075ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (12M iterations)
60832026-05-08T20:05:08.280ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60842026-05-08T20:05:08.365Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60852026-05-08T20:05:08.365Z time: [57.514 ns 57.549 ns 57.593 ns]
60862026-05-08T20:05:08.365Z change: [−6.9829% −6.3474% −5.7433%] (p = 0.00 < 0.05)
60872026-05-08T20:05:08.365Z Performance has improved.
60882026-05-08T20:05:08.365ZFound 12 outliers among 100 measurements (12.00%)
60892026-05-08T20:05:08.365Z 7 (7.00%) high mild
60902026-05-08T20:05:08.365Z 5 (5.00%) high severe
60912026-05-08T20:05:09.543Z
60922026-05-08T20:05:09.546ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60932026-05-08T20:05:09.547ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
60942026-05-08T20:05:14.650ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0039 s (4.1M iterations)
60952026-05-08T20:05:19.732ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60962026-05-08T20:05:19.817Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60972026-05-08T20:05:19.817Z time: [269.64 ns 271.66 ns 274.20 ns]
60982026-05-08T20:05:19.817Z change: [−15.804% +0.2206% +17.781%] (p = 0.97 > 0.05)
60992026-05-08T20:05:19.817Z No change in performance detected.
61002026-05-08T20:05:19.817ZFound 13 outliers among 100 measurements (13.00%)
61012026-05-08T20:05:19.817Z 5 (5.00%) high mild
61022026-05-08T20:05:19.817Z 8 (8.00%) high severe
61032026-05-08T20:05:20.995Z
61042026-05-08T20:05:20.998ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61052026-05-08T20:05:20.998ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61062026-05-08T20:05:24.039ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0014 s (6.9M iterations)
61072026-05-08T20:05:28.890ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61082026-05-08T20:05:28.977Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61092026-05-08T20:05:28.977Z time: [75.821 ns 75.968 ns 76.093 ns]
61102026-05-08T20:05:28.977Z change: [−4.9706% −4.1848% −3.3366%] (p = 0.00 < 0.05)
61112026-05-08T20:05:28.977Z Performance has improved.
61122026-05-08T20:05:28.977ZFound 11 outliers among 100 measurements (11.00%)
61132026-05-08T20:05:28.977Z 2 (2.00%) low mild
61142026-05-08T20:05:28.977Z 1 (1.00%) high mild
61152026-05-08T20:05:28.977Z 8 (8.00%) high severe
61162026-05-08T20:05:30.145Z
61172026-05-08T20:05:30.148ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61182026-05-08T20:05:30.148ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61192026-05-08T20:05:34.165ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0033 s (2.6M iterations)
61202026-05-08T20:05:39.344ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61212026-05-08T20:05:39.430Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61222026-05-08T20:05:39.430Z time: [306.30 ns 309.43 ns 313.50 ns]
61232026-05-08T20:05:39.430Z change: [−14.358% −0.1030% +15.783%] (p = 0.99 > 0.05)
61242026-05-08T20:05:39.430Z No change in performance detected.
61252026-05-08T20:05:39.430ZFound 11 outliers among 100 measurements (11.00%)
61262026-05-08T20:05:39.430Z 4 (4.00%) high mild
61272026-05-08T20:05:39.430Z 7 (7.00%) high severe
61282026-05-08T20:05:40.605Z
61292026-05-08T20:05:40.607ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61302026-05-08T20:05:40.607ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61312026-05-08T20:05:46.861ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0007 s (6.7M iterations)
61322026-05-08T20:05:50.629ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61332026-05-08T20:05:50.715Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61342026-05-08T20:05:50.715Z time: [95.342 ns 95.448 ns 95.555 ns]
61352026-05-08T20:05:50.715Z change: [−3.7892% −3.1367% −2.5121%] (p = 0.00 < 0.05)
61362026-05-08T20:05:50.716Z Performance has improved.
61372026-05-08T20:05:50.716ZFound 6 outliers among 100 measurements (6.00%)
61382026-05-08T20:05:50.716Z 3 (3.00%) high mild
61392026-05-08T20:05:50.716Z 3 (3.00%) high severe
61402026-05-08T20:05:51.895Z
61412026-05-08T20:05:51.898ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61422026-05-08T20:05:51.898ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61432026-05-08T20:05:58.062ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0033 s (3.4M iterations)
61442026-05-08T20:06:02.766ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61452026-05-08T20:06:02.847Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61462026-05-08T20:06:02.847Z time: [232.29 ns 233.76 ns 235.49 ns]
61472026-05-08T20:06:02.847Z change: [−13.083% −1.7812% +12.600%] (p = 0.79 > 0.05)
61482026-05-08T20:06:02.847Z No change in performance detected.
61492026-05-08T20:06:02.847ZFound 13 outliers among 100 measurements (13.00%)
61502026-05-08T20:06:02.847Z 5 (5.00%) high mild
61512026-05-08T20:06:02.847Z 8 (8.00%) high severe
61522026-05-08T20:06:04.025Z
61532026-05-08T20:06:04.028ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61542026-05-08T20:06:04.028ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61552026-05-08T20:06:08.315ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (4.9M iterations)
61562026-05-08T20:06:12.814ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61572026-05-08T20:06:12.900Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61582026-05-08T20:06:12.900Z time: [113.97 ns 114.10 ns 114.24 ns]
61592026-05-08T20:06:12.900Z change: [−3.5346% −2.7816% −1.9991%] (p = 0.00 < 0.05)
61602026-05-08T20:06:12.900Z Performance has improved.
61612026-05-08T20:06:12.900ZFound 10 outliers among 100 measurements (10.00%)
61622026-05-08T20:06:12.900Z 5 (5.00%) high mild
61632026-05-08T20:06:12.900Z 5 (5.00%) high severe
61642026-05-08T20:06:14.078Z
61652026-05-08T20:06:14.081ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61662026-05-08T20:06:14.081ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61672026-05-08T20:06:18.491ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0037 s (2.4M iterations)
61682026-05-08T20:06:23.535ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61692026-05-08T20:06:23.609Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61702026-05-08T20:06:23.609Z time: [259.98 ns 262.01 ns 264.52 ns]
61712026-05-08T20:06:23.609Z change: [−14.058% −1.5630% +12.672%] (p = 0.83 > 0.05)
61722026-05-08T20:06:23.609Z No change in performance detected.
61732026-05-08T20:06:23.609ZFound 12 outliers among 100 measurements (12.00%)
61742026-05-08T20:06:23.609Z 4 (4.00%) high mild
61752026-05-08T20:06:23.610Z 8 (8.00%) high severe
61762026-05-08T20:06:24.787Z
61772026-05-08T20:06:24.790ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
61782026-05-08T20:06:24.790ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
61792026-05-08T20:06:28.221ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (12M iterations)
61802026-05-08T20:06:32.375ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
61812026-05-08T20:06:32.460Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
61822026-05-08T20:06:32.460Z time: [56.262 ns 56.334 ns 56.417 ns]
61832026-05-08T20:06:32.460Z change: [−7.6855% −6.9877% −6.1918%] (p = 0.00 < 0.05)
61842026-05-08T20:06:32.460Z Performance has improved.
61852026-05-08T20:06:32.460ZFound 4 outliers among 100 measurements (4.00%)
61862026-05-08T20:06:32.460Z 4 (4.00%) high severe
61872026-05-08T20:06:33.638Z
61882026-05-08T20:06:33.641ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
61892026-05-08T20:06:33.641ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
61902026-05-08T20:06:38.643ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (4.2M iterations)
61912026-05-08T20:06:43.693ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
61922026-05-08T20:06:43.778Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
61932026-05-08T20:06:43.778Z time: [246.53 ns 248.46 ns 250.87 ns]
61942026-05-08T20:06:43.778Z change: [−15.916% +0.2666% +19.654%] (p = 0.98 > 0.05)
61952026-05-08T20:06:43.778Z No change in performance detected.
61962026-05-08T20:06:43.778ZFound 13 outliers among 100 measurements (13.00%)
61972026-05-08T20:06:43.779Z 5 (5.00%) high mild
61982026-05-08T20:06:43.779Z 8 (8.00%) high severe
61992026-05-08T20:06:44.954Z
62002026-05-08T20:06:44.958ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62012026-05-08T20:06:44.958ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62022026-05-08T20:06:51.089ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0033 s (6.8M iterations)
62032026-05-08T20:06:55.865ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62042026-05-08T20:06:55.951Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62052026-05-08T20:06:55.951Z time: [74.915 ns 74.977 ns 75.039 ns]
62062026-05-08T20:06:55.951Z change: [−4.5828% −3.8561% −3.0501%] (p = 0.00 < 0.05)
62072026-05-08T20:06:55.951Z Performance has improved.
62082026-05-08T20:06:55.951ZFound 8 outliers among 100 measurements (8.00%)
62092026-05-08T20:06:55.951Z 2 (2.00%) high mild
62102026-05-08T20:06:55.951Z 6 (6.00%) high severe
62112026-05-08T20:06:57.129Z
62122026-05-08T20:06:57.132ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62132026-05-08T20:06:57.132ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62142026-05-08T20:07:01.082ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0053 s (2.7M iterations)
62152026-05-08T20:07:06.286ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62162026-05-08T20:07:06.371Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62172026-05-08T20:07:06.371Z time: [281.90 ns 284.85 ns 288.64 ns]
62182026-05-08T20:07:06.371Z change: [−14.344% +0.5287% +18.111%] (p = 0.95 > 0.05)
62192026-05-08T20:07:06.371Z No change in performance detected.
62202026-05-08T20:07:06.371ZFound 13 outliers among 100 measurements (13.00%)
62212026-05-08T20:07:06.371Z 6 (6.00%) high mild
62222026-05-08T20:07:06.371Z 7 (7.00%) high severe
62232026-05-08T20:07:07.549Z
62242026-05-08T20:07:07.552ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62252026-05-08T20:07:07.552ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62262026-05-08T20:07:13.754ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.8M iterations)
62272026-05-08T20:07:17.519ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62282026-05-08T20:07:17.605Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62292026-05-08T20:07:17.605Z time: [94.212 ns 94.311 ns 94.410 ns]
62302026-05-08T20:07:17.605Z change: [−4.2990% −3.6901% −3.0896%] (p = 0.00 < 0.05)
62312026-05-08T20:07:17.605Z Performance has improved.
62322026-05-08T20:07:17.605ZFound 7 outliers among 100 measurements (7.00%)
62332026-05-08T20:07:17.605Z 3 (3.00%) high mild
62342026-05-08T20:07:17.606Z 4 (4.00%) high severe
62352026-05-08T20:07:18.789Z
62362026-05-08T20:07:18.792ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62372026-05-08T20:07:18.792ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62382026-05-08T20:07:24.811ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0024 s (3.5M iterations)
62392026-05-08T20:07:29.510ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62402026-05-08T20:07:29.595Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62412026-05-08T20:07:29.595Z time: [208.91 ns 210.25 ns 211.82 ns]
62422026-05-08T20:07:29.595Z change: [−12.435% −0.8479% +12.021%] (p = 0.90 > 0.05)
62432026-05-08T20:07:29.595Z No change in performance detected.
62442026-05-08T20:07:29.595ZFound 13 outliers among 100 measurements (13.00%)
62452026-05-08T20:07:29.596Z 5 (5.00%) high mild
62462026-05-08T20:07:29.596Z 8 (8.00%) high severe
62472026-05-08T20:07:30.771Z
62482026-05-08T20:07:30.774ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62492026-05-08T20:07:30.774ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62502026-05-08T20:07:35.039ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0038 s (4.9M iterations)
62512026-05-08T20:07:39.539ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62522026-05-08T20:07:39.625Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62532026-05-08T20:07:39.625Z time: [113.18 ns 113.43 ns 113.64 ns]
62542026-05-08T20:07:39.625Z change: [−3.4353% −2.7269% −1.9313%] (p = 0.00 < 0.05)
62552026-05-08T20:07:39.625Z Performance has improved.
62562026-05-08T20:07:39.625ZFound 9 outliers among 100 measurements (9.00%)
62572026-05-08T20:07:39.625Z 5 (5.00%) high mild
62582026-05-08T20:07:39.625Z 4 (4.00%) high severe
62592026-05-08T20:07:40.805Z
62602026-05-08T20:07:40.808ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62612026-05-08T20:07:40.808ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62622026-05-08T20:07:45.184ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0071 s (2.4M iterations)
62632026-05-08T20:07:50.194ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62642026-05-08T20:07:50.280Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62652026-05-08T20:07:50.280Z time: [236.58 ns 238.47 ns 240.81 ns]
62662026-05-08T20:07:50.281Z change: [−13.390% −0.2377% +14.825%] (p = 0.98 > 0.05)
62672026-05-08T20:07:50.281Z No change in performance detected.
62682026-05-08T20:07:50.281ZFound 12 outliers among 100 measurements (12.00%)
62692026-05-08T20:07:50.281Z 4 (4.00%) high mild
62702026-05-08T20:07:50.281Z 8 (8.00%) high severe
62712026-05-08T20:07:51.461Z
62722026-05-08T20:07:51.464ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
62732026-05-08T20:07:51.464ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
62742026-05-08T20:07:51.464ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0119 ms (605 iterations)
62752026-05-08T20:07:51.464ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
62762026-05-08T20:07:51.464Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
62772026-05-08T20:07:51.464Z time: [18.000 18.000 18.000 ]
62782026-05-08T20:07:51.464Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62792026-05-08T20:07:51.465Z No change in performance detected.
62802026-05-08T20:07:51.465Z
62812026-05-08T20:07:51.465ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
62822026-05-08T20:07:51.465ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
62832026-05-08T20:07:51.465ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0593 ms (715 iterations)
62842026-05-08T20:07:51.469ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
62852026-05-08T20:07:51.469Zprocess/Hairpin-DHCPv4/alloc_ct/Request
62862026-05-08T20:07:51.469Z time: [18.000 18.000 18.000 ]
62872026-05-08T20:07:51.469Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
62882026-05-08T20:07:51.469Z No change in performance detected.
62892026-05-08T20:07:51.469Z
62902026-05-08T20:07:51.469ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
62912026-05-08T20:07:51.469ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
62922026-05-08T20:07:51.469ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0146 ms (495 iterations)
62932026-05-08T20:07:51.469ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
62942026-05-08T20:07:51.469Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
62952026-05-08T20:07:51.469Z time: [21.000 21.000 21.000 ]
62962026-05-08T20:07:51.470Z change: [+5.0000% +5.0000% +5.0000%] (p = 0.00 < 0.05)
62972026-05-08T20:07:51.470Z Performance has regressed.
62982026-05-08T20:07:51.470Z
62992026-05-08T20:07:51.470ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
63002026-05-08T20:07:51.470ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
63012026-05-08T20:07:51.470ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0342 ms (495 iterations)
63022026-05-08T20:07:51.470ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
63032026-05-08T20:07:51.470Zprocess/Hairpin-DHCPv6/alloc_ct/Request
63042026-05-08T20:07:51.470Z time: [22.000 22.000 22.000 ]
63052026-05-08T20:07:51.470Z change: [+4.7619% +4.7619% +4.7619%] (p = 0.00 < 0.05)
63062026-05-08T20:07:51.470Z Performance has regressed.
63072026-05-08T20:07:51.470Z
63082026-05-08T20:07:51.470ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
63092026-05-08T20:07:51.470ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
63102026-05-08T20:07:51.470ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0007 ms (770 iterations)
63112026-05-08T20:07:51.473ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
63122026-05-08T20:07:51.473Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
63132026-05-08T20:07:51.473Z time: [13.000 13.000 13.000 ]
63142026-05-08T20:07:51.473Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63152026-05-08T20:07:51.473Z No change in performance detected.
63162026-05-08T20:07:51.473Z
63172026-05-08T20:07:51.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
63182026-05-08T20:07:51.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
63192026-05-08T20:07:51.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0331 ms (715 iterations)
63202026-05-08T20:07:51.473ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
63212026-05-08T20:07:51.474Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
63222026-05-08T20:07:51.474Z time: [12.000 12.000 12.000 ]
63232026-05-08T20:07:51.474Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63242026-05-08T20:07:51.474Z No change in performance detected.
63252026-05-08T20:07:51.474Z
63262026-05-08T20:07:51.474ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
63272026-05-08T20:07:51.474ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
63282026-05-08T20:07:51.474ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0656 ms (715 iterations)
63292026-05-08T20:07:51.477ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
63302026-05-08T20:07:51.477Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
63312026-05-08T20:07:51.477Z time: [14.000 14.000 14.000 ]
63322026-05-08T20:07:51.477Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63332026-05-08T20:07:51.477Z No change in performance detected.
63342026-05-08T20:07:51.477Z
63352026-05-08T20:07:51.477ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
63362026-05-08T20:07:51.477ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
63372026-05-08T20:07:51.477ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0115 ms (715 iterations)
63382026-05-08T20:07:51.477ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
63392026-05-08T20:07:51.477Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
63402026-05-08T20:07:51.477Z time: [14.000 14.000 14.000 ]
63412026-05-08T20:07:51.477Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63422026-05-08T20:07:51.477Z No change in performance detected.
63432026-05-08T20:07:51.477Z
63442026-05-08T20:07:51.477ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
63452026-05-08T20:07:51.477ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
63462026-05-08T20:07:51.477ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0462 ms (770 iterations)
63472026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
63482026-05-08T20:07:51.481Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
63492026-05-08T20:07:51.481Z time: [3.0000 3.0000 3.0000 ]
63502026-05-08T20:07:51.481Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63512026-05-08T20:07:51.481Z No change in performance detected.
63522026-05-08T20:07:51.481Z
63532026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
63542026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
63552026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0395 ms (495 iterations)
63562026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
63572026-05-08T20:07:51.481Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
63582026-05-08T20:07:51.481Z time: [3.0000 3.0000 3.0000 ]
63592026-05-08T20:07:51.481Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63602026-05-08T20:07:51.481Z No change in performance detected.
63612026-05-08T20:07:51.481Z
63622026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
63632026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
63642026-05-08T20:07:51.481ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0867 ms (660 iterations)
63652026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
63662026-05-08T20:07:51.485ZCriterion.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.
63672026-05-08T20:07:51.485Z
63682026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
63692026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63702026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0410 ms (495 iterations)
63712026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63722026-05-08T20:07:51.485ZCriterion.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.
63732026-05-08T20:07:51.485Z
63742026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
63752026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
63762026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0002 ms (880 iterations)
63772026-05-08T20:07:51.485ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
63782026-05-08T20:07:51.485Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
63792026-05-08T20:07:51.485Z time: [3.0000 3.0000 3.0000 ]
63802026-05-08T20:07:51.485Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63812026-05-08T20:07:51.485Z No change in performance detected.
63822026-05-08T20:07:51.485Z
63832026-05-08T20:07:51.488ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
63842026-05-08T20:07:51.488ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
63852026-05-08T20:07:51.488ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0791 ms (495 iterations)
63862026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
63872026-05-08T20:07:51.489Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
63882026-05-08T20:07:51.489Z time: [3.0000 3.0000 3.0000 ]
63892026-05-08T20:07:51.489Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63902026-05-08T20:07:51.489Z No change in performance detected.
63912026-05-08T20:07:51.489Z
63922026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
63932026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
63942026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0121 ms (715 iterations)
63952026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
63962026-05-08T20:07:51.489ZCriterion.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.
63972026-05-08T20:07:51.489Z
63982026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
63992026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
64002026-05-08T20:07:51.489ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0667 ms (495 iterations)
64012026-05-08T20:07:51.492ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
64022026-05-08T20:07:51.492ZCriterion.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.
64032026-05-08T20:07:51.493Z
64042026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
64052026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
64062026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0473 ms (825 iterations)
64072026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
64082026-05-08T20:07:51.493Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
64092026-05-08T20:07:51.493Z time: [3.0000 3.0000 3.0000 ]
64102026-05-08T20:07:51.493Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64112026-05-08T20:07:51.493Z No change in performance detected.
64122026-05-08T20:07:51.493Z
64132026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
64142026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
64152026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0482 ms (495 iterations)
64162026-05-08T20:07:51.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
64172026-05-08T20:07:51.497Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
64182026-05-08T20:07:51.497Z time: [3.0000 3.0000 3.0000 ]
64192026-05-08T20:07:51.497Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64202026-05-08T20:07:51.497Z No change in performance detected.
64212026-05-08T20:07:51.497Z
64222026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
64232026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
64242026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0555 ms (660 iterations)
64252026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
64262026-05-08T20:07:51.497ZCriterion.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.
64272026-05-08T20:07:51.497Z
64282026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
64292026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
64302026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0796 ms (495 iterations)
64312026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
64322026-05-08T20:07:51.497ZCriterion.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.
64332026-05-08T20:07:51.497Z
64342026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
64352026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
64362026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0529 ms (880 iterations)
64372026-05-08T20:07:51.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
64382026-05-08T20:07:51.500Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
64392026-05-08T20:07:51.500Z time: [3.0000 3.0000 3.0000 ]
64402026-05-08T20:07:51.500Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64412026-05-08T20:07:51.501Z No change in performance detected.
64422026-05-08T20:07:51.501Z
64432026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
64442026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
64452026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0285 ms (495 iterations)
64462026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
64472026-05-08T20:07:51.501Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
64482026-05-08T20:07:51.501Z time: [3.0000 3.0000 3.0000 ]
64492026-05-08T20:07:51.501Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64502026-05-08T20:07:51.501Z No change in performance detected.
64512026-05-08T20:07:51.501Z
64522026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
64532026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64542026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0175 ms (715 iterations)
64552026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64562026-05-08T20:07:51.501ZCriterion.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.
64572026-05-08T20:07:51.501Z
64582026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
64592026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64602026-05-08T20:07:51.501ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0529 ms (495 iterations)
64612026-05-08T20:07:51.504ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64622026-05-08T20:07:51.504ZCriterion.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.
64632026-05-08T20:07:51.504Z
64642026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
64652026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64662026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1059 ms (330 iterations)
64672026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
64682026-05-08T20:07:51.505Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
64692026-05-08T20:07:51.505Z time: [35.000 35.000 35.000 ]
64702026-05-08T20:07:51.505Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64712026-05-08T20:07:51.505Z No change in performance detected.
64722026-05-08T20:07:51.505Z
64732026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
64742026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
64752026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1508 ms (275 iterations)
64762026-05-08T20:07:51.505ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
64772026-05-08T20:07:51.509Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
64782026-05-08T20:07:51.509Z time: [35.000 35.000 35.000 ]
64792026-05-08T20:07:51.509Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64802026-05-08T20:07:51.509Z No change in performance detected.
64812026-05-08T20:07:51.509Z
64822026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
64832026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
64842026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0340 ms (385 iterations)
64852026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
64862026-05-08T20:07:51.509Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
64872026-05-08T20:07:51.509Z time: [20.000 20.000 20.000 ]
64882026-05-08T20:07:51.509Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64892026-05-08T20:07:51.509Z No change in performance detected.
64902026-05-08T20:07:51.509Z
64912026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
64922026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
64932026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1867 ms (330 iterations)
64942026-05-08T20:07:51.509ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
64952026-05-08T20:07:51.512Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
64962026-05-08T20:07:51.512Z time: [20.000 20.000 20.000 ]
64972026-05-08T20:07:51.512Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64982026-05-08T20:07:51.512Z No change in performance detected.
64992026-05-08T20:07:51.512Z
65002026-05-08T20:07:51.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65012026-05-08T20:07:51.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
65022026-05-08T20:07:51.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0184 ms (330 iterations)
65032026-05-08T20:07:51.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
65042026-05-08T20:07:51.512Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65052026-05-08T20:07:51.512Z time: [35.000 35.000 35.000 ]
65062026-05-08T20:07:51.512Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65072026-05-08T20:07:51.512Z No change in performance detected.
65082026-05-08T20:07:51.512Z
65092026-05-08T20:07:51.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65102026-05-08T20:07:51.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65112026-05-08T20:07:51.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0851 ms (275 iterations)
65122026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
65132026-05-08T20:07:51.516Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65142026-05-08T20:07:51.516Z time: [35.000 35.000 35.000 ]
65152026-05-08T20:07:51.516Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65162026-05-08T20:07:51.516Z No change in performance detected.
65172026-05-08T20:07:51.516Z
65182026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65192026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
65202026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0010 ms (385 iterations)
65212026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
65222026-05-08T20:07:51.516Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65232026-05-08T20:07:51.516Z time: [20.000 20.000 20.000 ]
65242026-05-08T20:07:51.516Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65252026-05-08T20:07:51.516Z No change in performance detected.
65262026-05-08T20:07:51.516Z
65272026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
65282026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
65292026-05-08T20:07:51.516ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1458 ms (330 iterations)
65302026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
65312026-05-08T20:07:51.520Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
65322026-05-08T20:07:51.520Z time: [20.000 20.000 20.000 ]
65332026-05-08T20:07:51.520Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65342026-05-08T20:07:51.520Z No change in performance detected.
65352026-05-08T20:07:51.520Z
65362026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
65372026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65382026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1837 ms (330 iterations)
65392026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
65402026-05-08T20:07:51.520Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
65412026-05-08T20:07:51.520Z time: [35.000 35.000 35.000 ]
65422026-05-08T20:07:51.520Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65432026-05-08T20:07:51.520Z No change in performance detected.
65442026-05-08T20:07:51.520Z
65452026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
65462026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65472026-05-08T20:07:51.520ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1953 ms (275 iterations)
65482026-05-08T20:07:51.523ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
65492026-05-08T20:07:51.524Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
65502026-05-08T20:07:51.524Z time: [35.000 35.000 35.000 ]
65512026-05-08T20:07:51.524Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65522026-05-08T20:07:51.524Z No change in performance detected.
65532026-05-08T20:07:51.524Z
65542026-05-08T20:07:51.524ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
65552026-05-08T20:07:51.524ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
65562026-05-08T20:07:51.524ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1078 ms (385 iterations)
65572026-05-08T20:07:51.524ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
65582026-05-08T20:07:51.524Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
65592026-05-08T20:07:51.524Z time: [20.000 20.000 20.000 ]
65602026-05-08T20:07:51.524Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65612026-05-08T20:07:51.524Z No change in performance detected.
65622026-05-08T20:07:51.524Z
65632026-05-08T20:07:51.526ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
65642026-05-08T20:07:51.526ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65652026-05-08T20:07:51.526ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1920 ms (330 iterations)
65662026-05-08T20:07:51.530ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
65672026-05-08T20:07:51.530Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
65682026-05-08T20:07:51.531Z time: [20.000 20.000 20.000 ]
65692026-05-08T20:07:51.531Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65702026-05-08T20:07:51.531Z No change in performance detected.
65712026-05-08T20:07:51.531Z
65722026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
65732026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
65742026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1444 ms (330 iterations)
65752026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
65762026-05-08T20:07:51.531Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
65772026-05-08T20:07:51.531Z time: [35.000 35.000 35.000 ]
65782026-05-08T20:07:51.531Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65792026-05-08T20:07:51.531Z No change in performance detected.
65802026-05-08T20:07:51.531Z
65812026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
65822026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
65832026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1833 ms (275 iterations)
65842026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
65852026-05-08T20:07:51.531Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
65862026-05-08T20:07:51.531Z time: [35.000 35.000 35.000 ]
65872026-05-08T20:07:51.531Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65882026-05-08T20:07:51.531Z No change in performance detected.
65892026-05-08T20:07:51.531Z
65902026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
65912026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
65922026-05-08T20:07:51.531ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0514 ms (385 iterations)
65932026-05-08T20:07:51.535ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
65942026-05-08T20:07:51.535Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
65952026-05-08T20:07:51.535Z time: [20.000 20.000 20.000 ]
65962026-05-08T20:07:51.535Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65972026-05-08T20:07:51.535Z No change in performance detected.
65982026-05-08T20:07:51.535Z
65992026-05-08T20:07:51.535ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66002026-05-08T20:07:51.535ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
66012026-05-08T20:07:51.535ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1362 ms (330 iterations)
66022026-05-08T20:07:51.535ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
66032026-05-08T20:07:51.535Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66042026-05-08T20:07:51.535Z time: [20.000 20.000 20.000 ]
66052026-05-08T20:07:51.535Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66062026-05-08T20:07:51.535Z No change in performance detected.
66072026-05-08T20:07:51.535Z
66082026-05-08T20:07:51.535ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
66092026-05-08T20:07:51.535ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
66102026-05-08T20:07:51.535ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0665 ms (715 iterations)
66112026-05-08T20:07:51.535ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
66122026-05-08T20:07:51.538Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
66132026-05-08T20:07:51.538Z time: [3924.0 B 3924.0 B 3924.0 B]
66142026-05-08T20:07:51.539Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66152026-05-08T20:07:51.539Z No change in performance detected.
66162026-05-08T20:07:51.539Z
66172026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
66182026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
66192026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0305 ms (715 iterations)
66202026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
66212026-05-08T20:07:51.539Zprocess/Hairpin-DHCPv4/alloc_sz/Request
66222026-05-08T20:07:51.539Z time: [3924.0 B 3924.0 B 3924.0 B]
66232026-05-08T20:07:51.539Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66242026-05-08T20:07:51.539Z No change in performance detected.
66252026-05-08T20:07:51.539Z
66262026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
66272026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
66282026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0643 ms (550 iterations)
66292026-05-08T20:07:51.539ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
66302026-05-08T20:07:51.542Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
66312026-05-08T20:07:51.542Z time: [4023.0 B 4023.0 B 4023.0 B]
66322026-05-08T20:07:51.542Z change: [+0.8776% +0.8776% +0.8776%] (p = 0.00 < 0.05)
66332026-05-08T20:07:51.542Z Change within noise threshold.
66342026-05-08T20:07:51.542Z
66352026-05-08T20:07:51.542ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
66362026-05-08T20:07:51.542ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
66372026-05-08T20:07:51.542ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0824 ms (550 iterations)
66382026-05-08T20:07:51.542ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
66392026-05-08T20:07:51.542Zprocess/Hairpin-DHCPv6/alloc_sz/Request
66402026-05-08T20:07:51.543Z time: [4421.0 B 4421.0 B 4421.0 B]
66412026-05-08T20:07:51.543Z change: [+0.7980% +0.7980% +0.7980%] (p = 0.00 < 0.05)
66422026-05-08T20:07:51.543Z Change within noise threshold.
66432026-05-08T20:07:51.543Z
66442026-05-08T20:07:51.543ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
66452026-05-08T20:07:51.543ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
66462026-05-08T20:07:51.543ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0076 ms (770 iterations)
66472026-05-08T20:07:51.546ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
66482026-05-08T20:07:51.546Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
66492026-05-08T20:07:51.546Z time: [2888.0 B 2888.0 B 2888.0 B]
66502026-05-08T20:07:51.546Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66512026-05-08T20:07:51.546Z No change in performance detected.
66522026-05-08T20:07:51.546Z
66532026-05-08T20:07:51.546ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
66542026-05-08T20:07:51.546ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
66552026-05-08T20:07:51.546ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0144 ms (715 iterations)
66562026-05-08T20:07:51.546ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
66572026-05-08T20:07:51.546Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
66582026-05-08T20:07:51.546Z time: [2873.0 B 2873.0 B 2873.0 B]
66592026-05-08T20:07:51.546Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66602026-05-08T20:07:51.547Z No change in performance detected.
66612026-05-08T20:07:51.547Z
66622026-05-08T20:07:51.547ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
66632026-05-08T20:07:51.547ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
66642026-05-08T20:07:51.547ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0390 ms (715 iterations)
66652026-05-08T20:07:51.551ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
66662026-05-08T20:07:51.551Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
66672026-05-08T20:07:51.551Z time: [2926.0 B 2926.0 B 2926.0 B]
66682026-05-08T20:07:51.551Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66692026-05-08T20:07:51.551Z No change in performance detected.
66702026-05-08T20:07:51.551Z
66712026-05-08T20:07:51.551ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
66722026-05-08T20:07:51.551ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
66732026-05-08T20:07:51.551ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0135 ms (715 iterations)
66742026-05-08T20:07:51.551ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
66752026-05-08T20:07:51.551Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
66762026-05-08T20:07:51.551Z time: [2910.0 B 2910.0 B 2910.0 B]
66772026-05-08T20:07:51.551Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66782026-05-08T20:07:51.551Z No change in performance detected.
66792026-05-08T20:07:51.551Z
66802026-05-08T20:07:51.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
66812026-05-08T20:07:51.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66822026-05-08T20:07:51.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0195 ms (825 iterations)
66832026-05-08T20:07:51.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
66842026-05-08T20:07:51.551Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
66852026-05-08T20:07:51.551Z time: [264.00 B 264.00 B 264.00 B]
66862026-05-08T20:07:51.551Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66872026-05-08T20:07:51.551Z No change in performance detected.
66882026-05-08T20:07:51.551Z
66892026-05-08T20:07:51.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
66902026-05-08T20:07:51.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66912026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0830 ms (550 iterations)
66922026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
66932026-05-08T20:07:51.555Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
66942026-05-08T20:07:51.555Z time: [264.00 B 264.00 B 264.00 B]
66952026-05-08T20:07:51.555Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66962026-05-08T20:07:51.555Z No change in performance detected.
66972026-05-08T20:07:51.555Z
66982026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
66992026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
67002026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0667 ms (770 iterations)
67012026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
67022026-05-08T20:07:51.555ZCriterion.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.
67032026-05-08T20:07:51.555Z
67042026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
67052026-05-08T20:07:51.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67062026-05-08T20:07:51.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0301 ms (495 iterations)
67072026-05-08T20:07:51.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
67082026-05-08T20:07:51.556ZCriterion.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.
67092026-05-08T20:07:51.556Z
67102026-05-08T20:07:51.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67112026-05-08T20:07:51.556ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
67122026-05-08T20:07:51.559ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0606 ms (935 iterations)
67132026-05-08T20:07:51.559ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
67142026-05-08T20:07:51.559Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67152026-05-08T20:07:51.559Z time: [264.00 B 264.00 B 264.00 B]
67162026-05-08T20:07:51.559Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67172026-05-08T20:07:51.559Z No change in performance detected.
67182026-05-08T20:07:51.559Z
67192026-05-08T20:07:51.559ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67202026-05-08T20:07:51.559ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67212026-05-08T20:07:51.559ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0922 ms (550 iterations)
67222026-05-08T20:07:51.559ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
67232026-05-08T20:07:51.559Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67242026-05-08T20:07:51.559Z time: [264.00 B 264.00 B 264.00 B]
67252026-05-08T20:07:51.559Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67262026-05-08T20:07:51.560Z No change in performance detected.
67272026-05-08T20:07:51.560Z
67282026-05-08T20:07:51.560ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
67292026-05-08T20:07:51.560ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
67302026-05-08T20:07:51.563ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0289 ms (770 iterations)
67312026-05-08T20:07:51.563ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
67322026-05-08T20:07:51.563ZCriterion.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.
67332026-05-08T20:07:51.563Z
67342026-05-08T20:07:51.563ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
67352026-05-08T20:07:51.563ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
67362026-05-08T20:07:51.563ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0088 ms (495 iterations)
67372026-05-08T20:07:51.563ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
67382026-05-08T20:07:51.563ZCriterion.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.
67392026-05-08T20:07:51.563Z
67402026-05-08T20:07:51.564ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67412026-05-08T20:07:51.564ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67422026-05-08T20:07:51.564ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0459 ms (825 iterations)
67432026-05-08T20:07:51.564ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
67442026-05-08T20:07:51.564Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67452026-05-08T20:07:51.564Z time: [264.00 B 264.00 B 264.00 B]
67462026-05-08T20:07:51.564Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67472026-05-08T20:07:51.564Z No change in performance detected.
67482026-05-08T20:07:51.564Z
67492026-05-08T20:07:51.564ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67502026-05-08T20:07:51.564ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67512026-05-08T20:07:51.567ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0681 ms (495 iterations)
67522026-05-08T20:07:51.567ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
67532026-05-08T20:07:51.567Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67542026-05-08T20:07:51.567Z time: [264.00 B 264.00 B 264.00 B]
67552026-05-08T20:07:51.567Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67562026-05-08T20:07:51.567Z No change in performance detected.
67572026-05-08T20:07:51.567Z
67582026-05-08T20:07:51.567ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
67592026-05-08T20:07:51.568ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
67602026-05-08T20:07:51.568ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0458 ms (715 iterations)
67612026-05-08T20:07:51.568ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
67622026-05-08T20:07:51.568ZCriterion.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.
67632026-05-08T20:07:51.568Z
67642026-05-08T20:07:51.568ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
67652026-05-08T20:07:51.568ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67662026-05-08T20:07:51.568ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0928 ms (495 iterations)
67672026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
67682026-05-08T20:07:51.571ZCriterion.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.
67692026-05-08T20:07:51.571Z
67702026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
67712026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
67722026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0263 ms (825 iterations)
67732026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
67742026-05-08T20:07:51.571Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
67752026-05-08T20:07:51.571Z time: [264.00 B 264.00 B 264.00 B]
67762026-05-08T20:07:51.571Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67772026-05-08T20:07:51.571Z No change in performance detected.
67782026-05-08T20:07:51.571Z
67792026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
67802026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67812026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0911 ms (550 iterations)
67822026-05-08T20:07:51.571ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
67832026-05-08T20:07:51.575Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
67842026-05-08T20:07:51.575Z time: [264.00 B 264.00 B 264.00 B]
67852026-05-08T20:07:51.575Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67862026-05-08T20:07:51.575Z No change in performance detected.
67872026-05-08T20:07:51.575Z
67882026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
67892026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
67902026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0577 ms (770 iterations)
67912026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
67922026-05-08T20:07:51.575ZCriterion.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.
67932026-05-08T20:07:51.575Z
67942026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
67952026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
67962026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0928 ms (495 iterations)
67972026-05-08T20:07:51.575ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
67982026-05-08T20:07:51.575ZCriterion.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.
67992026-05-08T20:07:51.575Z
68002026-05-08T20:07:51.575ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68012026-05-08T20:07:51.575ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
68022026-05-08T20:07:51.575ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0858 ms (330 iterations)
68032026-05-08T20:07:51.579ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
68042026-05-08T20:07:51.579Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68052026-05-08T20:07:51.579Z time: [7363.0 B 7363.0 B 7363.0 B]
68062026-05-08T20:07:51.579Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68072026-05-08T20:07:51.579Z No change in performance detected.
68082026-05-08T20:07:51.579Z
68092026-05-08T20:07:51.579ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68102026-05-08T20:07:51.579ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
68112026-05-08T20:07:51.579ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0876 ms (275 iterations)
68122026-05-08T20:07:51.579ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
68132026-05-08T20:07:51.579Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68142026-05-08T20:07:51.579Z time: [7363.0 B 7363.0 B 7363.0 B]
68152026-05-08T20:07:51.579Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68162026-05-08T20:07:51.579Z No change in performance detected.
68172026-05-08T20:07:51.580Z
68182026-05-08T20:07:51.580ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68192026-05-08T20:07:51.580ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
68202026-05-08T20:07:51.580ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0951 ms (385 iterations)
68212026-05-08T20:07:51.580ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
68222026-05-08T20:07:51.583Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68232026-05-08T20:07:51.583Z time: [5872.0 B 5872.0 B 5872.0 B]
68242026-05-08T20:07:51.583Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68252026-05-08T20:07:51.583Z No change in performance detected.
68262026-05-08T20:07:51.583Z
68272026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68282026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
68292026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0364 ms (275 iterations)
68302026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
68312026-05-08T20:07:51.583Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68322026-05-08T20:07:51.583Z time: [5872.0 B 5872.0 B 5872.0 B]
68332026-05-08T20:07:51.583Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68342026-05-08T20:07:51.583Z No change in performance detected.
68352026-05-08T20:07:51.583Z
68362026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68372026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
68382026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0067 ms (330 iterations)
68392026-05-08T20:07:51.583ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
68402026-05-08T20:07:51.587Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68412026-05-08T20:07:51.587Z time: [7363.0 B 7363.0 B 7363.0 B]
68422026-05-08T20:07:51.587Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68432026-05-08T20:07:51.587Z No change in performance detected.
68442026-05-08T20:07:51.587Z
68452026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68462026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68472026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0498 ms (275 iterations)
68482026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
68492026-05-08T20:07:51.587Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68502026-05-08T20:07:51.587Z time: [7363.0 B 7363.0 B 7363.0 B]
68512026-05-08T20:07:51.587Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68522026-05-08T20:07:51.587Z No change in performance detected.
68532026-05-08T20:07:51.587Z
68542026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68552026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
68562026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1255 ms (440 iterations)
68572026-05-08T20:07:51.587ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
68582026-05-08T20:07:51.591Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68592026-05-08T20:07:51.591Z time: [5872.0 B 5872.0 B 5872.0 B]
68602026-05-08T20:07:51.591Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68612026-05-08T20:07:51.591Z No change in performance detected.
68622026-05-08T20:07:51.591Z
68632026-05-08T20:07:51.591ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68642026-05-08T20:07:51.591ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
68652026-05-08T20:07:51.591ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0922 ms (330 iterations)
68662026-05-08T20:07:51.591ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
68672026-05-08T20:07:51.591Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68682026-05-08T20:07:51.591Z time: [5872.0 B 5872.0 B 5872.0 B]
68692026-05-08T20:07:51.591Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68702026-05-08T20:07:51.591Z No change in performance detected.
68712026-05-08T20:07:51.591Z
68722026-05-08T20:07:51.591ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
68732026-05-08T20:07:51.591ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68742026-05-08T20:07:51.591ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1735 ms (330 iterations)
68752026-05-08T20:07:51.592ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
68762026-05-08T20:07:51.595Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
68772026-05-08T20:07:51.595Z time: [7363.0 B 7363.0 B 7363.0 B]
68782026-05-08T20:07:51.595Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68792026-05-08T20:07:51.595Z No change in performance detected.
68802026-05-08T20:07:51.595Z
68812026-05-08T20:07:51.595ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
68822026-05-08T20:07:51.595ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
68832026-05-08T20:07:51.595ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1615 ms (275 iterations)
68842026-05-08T20:07:51.595ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
68852026-05-08T20:07:51.596Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
68862026-05-08T20:07:51.596Z time: [7363.0 B 7363.0 B 7363.0 B]
68872026-05-08T20:07:51.596Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68882026-05-08T20:07:51.596Z No change in performance detected.
68892026-05-08T20:07:51.596Z
68902026-05-08T20:07:51.596ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
68912026-05-08T20:07:51.596ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
68922026-05-08T20:07:51.596ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0987 ms (385 iterations)
68932026-05-08T20:07:51.596ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
68942026-05-08T20:07:51.599Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
68952026-05-08T20:07:51.599Z time: [5872.0 B 5872.0 B 5872.0 B]
68962026-05-08T20:07:51.599Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68972026-05-08T20:07:51.599Z No change in performance detected.
68982026-05-08T20:07:51.599Z
68992026-05-08T20:07:51.599ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69002026-05-08T20:07:51.599ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
69012026-05-08T20:07:51.599ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1901 ms (330 iterations)
69022026-05-08T20:07:51.599ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
69032026-05-08T20:07:51.599Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69042026-05-08T20:07:51.599Z time: [5872.0 B 5872.0 B 5872.0 B]
69052026-05-08T20:07:51.600Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69062026-05-08T20:07:51.600Z No change in performance detected.
69072026-05-08T20:07:51.600Z
69082026-05-08T20:07:51.600ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69092026-05-08T20:07:51.600ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
69102026-05-08T20:07:51.600ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1110 ms (330 iterations)
69112026-05-08T20:07:51.600ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
69122026-05-08T20:07:51.600Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69132026-05-08T20:07:51.600Z time: [7363.0 B 7363.0 B 7363.0 B]
69142026-05-08T20:07:51.600Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69152026-05-08T20:07:51.600Z No change in performance detected.
69162026-05-08T20:07:51.600Z
69172026-05-08T20:07:51.600ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69182026-05-08T20:07:51.600ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
69192026-05-08T20:07:51.603ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1166 ms (275 iterations)
69202026-05-08T20:07:51.603ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
69212026-05-08T20:07:51.604Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69222026-05-08T20:07:51.604Z time: [7363.0 B 7363.0 B 7363.0 B]
69232026-05-08T20:07:51.604Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69242026-05-08T20:07:51.604Z No change in performance detected.
69252026-05-08T20:07:51.604Z
69262026-05-08T20:07:51.604ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69272026-05-08T20:07:51.604ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
69282026-05-08T20:07:51.604ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0443 ms (385 iterations)
69292026-05-08T20:07:51.604ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
69302026-05-08T20:07:51.604Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69312026-05-08T20:07:51.604Z time: [5872.0 B 5872.0 B 5872.0 B]
69322026-05-08T20:07:51.604Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69332026-05-08T20:07:51.604Z No change in performance detected.
69342026-05-08T20:07:51.604Z
69352026-05-08T20:07:51.604ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69362026-05-08T20:07:51.604ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
69372026-05-08T20:07:51.605ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1540 ms (330 iterations)
69382026-05-08T20:07:51.608ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
69392026-05-08T20:07:51.608Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69402026-05-08T20:07:51.608Z time: [5872.0 B 5872.0 B 5872.0 B]
69412026-05-08T20:07:51.608Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69422026-05-08T20:07:51.608Z No change in performance detected.
69432026-05-08T20:07:51.608Z
69442026-05-08T20:07:51.648Z+ cp -r target/criterion /work/bench-results
69452026-05-08T20:07:51.806Z+ cp -r target/xde-bench /work/bench-results
69462026-05-08T20:07:51.841Z+ pushd /work
69472026-05-08T20:07:51.841Z+ tar -caf bench-results.tgz bench-results
69482026-05-08T20:07:51.841Z/work /work/oxidecomputer/opte
69492026-05-08T20:07:52.512Z+ popd
69502026-05-08T20:07:52.512Z/work/oxidecomputer/opte
69512026-05-08T20:07:52.515Z+ cleanup
69522026-05-08T20:07:52.515Z++ id -un
69532026-05-08T20:07:52.518Z++ id -gn
69542026-05-08T20:07:52.518Z+ pfexec chown -R build:build .
69552026-05-08T20:07:52.588Z+ [[ -z 01KR4HACFRTS661YZP0KYQSX07 ]]
69562026-05-08T20:07:52.592Zprocess exited: duration 1622508 ms, exit code 0
 
69572026-05-08T20:07:52.601Zfound 1 output files
69582026-05-08T20:07:52.601Zuploading: /work/bench-results.tgz (6353551 bytes)
69592026-05-08T20:07:53.654Zuploaded: /work/bench-results.tgz