01KNPEFJXYWK59YCQKYST1799Z: 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: 01KNPEG9JA0XRW887M5DVFZ5HJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:49:41.046Zjob dependencies complete; ready to run (waiting for 5 m 34 s)
22026-04-08T11:50:37.156Zjob assigned to worker 01KNPETKSCY8AK9NS39YMKGANF [factory aws, i-07a311afeba37af7f] (queued for 56 s)
32026-04-08T11:50:43.972Zdownloading input: /input/xde/work/debug/xde.dbg
42026-04-08T11:50:44.897Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-04-08T11:50:44.900Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-04-08T11:50:44.922Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-04-08T11:50:44.925Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-04-08T11:50:44.957Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-04-08T11:50:44.957Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-04-08T11:50:44.982Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-04-08T11:50:44.985Zdownloading input: /input/xde/work/release/xde
122026-04-08T11:50:45.472Zdownloaded input: /input/xde/work/release/xde
132026-04-08T11:50:45.476Zdownloading input: /input/xde/work/release/xde.sha256
142026-04-08T11:50:45.500Zdownloaded input: /input/xde/work/release/xde.sha256
152026-04-08T11:50:45.500Zdownloading input: /input/xde/work/release/xde_link.so
162026-04-08T11:50:45.537Zdownloaded input: /input/xde/work/release/xde_link.so
172026-04-08T11:50:45.541Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-04-08T11:50:45.565Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-04-08T11:50:45.568Zdownloading input: /input/xde/work/test/loopback
202026-04-08T11:50:46.149Zdownloaded input: /input/xde/work/test/loopback
212026-04-08T11:50:46.152Zdownloading input: /input/xde/work/test/multicast_rx
222026-04-08T11:50:46.769Zdownloaded input: /input/xde/work/test/multicast_rx
232026-04-08T11:50:46.772Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-04-08T11:50:47.393Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-04-08T11:50:47.396Zdownloading input: /input/xde/work/test/multicast_validation
262026-04-08T11:50:47.935Zdownloaded input: /input/xde/work/test/multicast_validation
272026-04-08T11:50:47.938Zdownloading input: /input/xde/work/xde.conf
282026-04-08T11:50:47.962Zdownloaded input: /input/xde/work/xde.conf
 
292026-04-08T11:50:47.965Zstarting task 0: "setup"
302026-04-08T11:50:47.968Z++ uname -s
312026-04-08T11:50:47.971Z+ kern=SunOS
322026-04-08T11:50:47.971Z+ build_user=build
332026-04-08T11:50:47.971Z+ build_uid=12345
342026-04-08T11:50:47.971Z+ work_dir=/work
352026-04-08T11:50:47.971Z+ input_dir=/input
362026-04-08T11:50:47.971Z+ [[ 0 == 12345 ]]
372026-04-08T11:50:47.971Z+ case "$kern" in
382026-04-08T11:50:47.971Z+ groupadd -g 12345 build
392026-04-08T11:50:47.971Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-04-08T11:50:49.978Z+ zfs create -o mountpoint=/work rpool/work
412026-04-08T11:50:50.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-04-08T11:50:50.105Z+ home_fs=zfs
432026-04-08T11:50:50.105Z+ [[ zfs == autofs ]]
442026-04-08T11:50:50.105Z+ mkdir -p /home/build
452026-04-08T11:50:50.105Z+ chown build:build /home/build /work
462026-04-08T11:50:52.106Z+ chmod 0700 /home/build /work
472026-04-08T11:50:52.109Zprocess exited: duration 4146 ms, exit code 0
 
482026-04-08T11:50:52.116Zstarting task 1: "rust-toolchain"
492026-04-08T11:50:52.120Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
502026-04-08T11:50:52.120Z * rust toolchain channel = "1.94.1"
512026-04-08T11:50:52.120Z * rust toolchain profile = "default"
522026-04-08T11:50:52.120Z+ printf ' * rust toolchain profile = "%s"\n' default
532026-04-08T11:50:52.120Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-04-08T11:50:52.120Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-04-08T11:50:52.124Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-04-08T11:50:52.124Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
572026-04-08T11:50:52.233Zinfo: downloading installer
582026-04-08T11:50:53.533Zwarn: It looks like you have an existing installation of Rust at:
592026-04-08T11:50:53.533Zwarn: /opt/ooce/bin
602026-04-08T11:50:53.533Zwarn: It is recommended that rustup be the primary Rust installation.
612026-04-08T11:50:53.534Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-04-08T11:50:53.534Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-04-08T11:50:53.534Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-04-08T11:50:53.534Zwarn: or pass `-y' to ignore all ignorable checks.
652026-04-08T11:50:53.534Zerror: cannot install while Rust is installed
662026-04-08T11:50:53.534Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-04-08T11:50:53.537Zwarn: It looks like you have an existing rustup settings file at:
682026-04-08T11:50:53.537Zwarn: /home/build/.rustup/settings.toml
692026-04-08T11:50:53.537Zwarn: Rustup will install the default toolchain as specified in the settings file,
702026-04-08T11:50:53.537Zwarn: instead of the one inferred from the default host triple.
712026-04-08T11:50:53.543Zinfo: profile set to default
722026-04-08T11:50:53.543Zinfo: default host triple is x86_64-unknown-illumos
732026-04-08T11:50:53.546Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
742026-04-08T11:50:53.681Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
752026-04-08T11:50:53.684Zinfo: downloading 6 components
762026-04-08T11:51:07.745Z
772026-04-08T11:51:07.745Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
782026-04-08T11:51:07.775Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:51:07.775Z
802026-04-08T11:51:07.775Z
812026-04-08T11:51:07.775ZRust is installed now. Great!
822026-04-08T11:51:07.775Z
832026-04-08T11:51:07.775ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
842026-04-08T11:51:07.775Zenvironment variable. This has not been done automatically.
852026-04-08T11:51:07.775Z
862026-04-08T11:51:07.775ZTo configure your current shell, you need to source
872026-04-08T11:51:07.775Zthe corresponding env file under $HOME/.cargo.
882026-04-08T11:51:07.775Z
892026-04-08T11:51:07.775ZThis is usually done by running one of the following (note the leading DOT):
902026-04-08T11:51:07.775Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
912026-04-08T11:51:07.775Zsource "$HOME/.cargo/env.fish" # For fish
922026-04-08T11:51:07.775Zsource "~/.cargo/env.nu" # For nushell
932026-04-08T11:51:07.775Zsource "$HOME/.cargo/env.tcsh" # For tcsh
942026-04-08T11:51:07.775Z. "$HOME/.cargo/env.ps1" # For pwsh
952026-04-08T11:51:07.775Zsource "$HOME/.cargo/env.xsh" # For xonsh
962026-04-08T11:51:07.778Zwarn: no default linker (`cc`) was found in your PATH
972026-04-08T11:51:07.779Zwarn: many Rust crates require a system C toolchain to build
982026-04-08T11:51:07.865Z+ rustup --version
992026-04-08T11:51:07.874Zrustup 1.29.0 (28d1352db 2026-03-05)
1002026-04-08T11:51:07.877Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1012026-04-08T11:51:07.895Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
1022026-04-08T11:51:07.898Z+ cargo --version
1032026-04-08T11:51:07.910Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1042026-04-08T11:51:07.913Z+ rustc --version
1052026-04-08T11:51:07.932Zrustc 1.94.1 (e408947bf 2026-03-25)
1062026-04-08T11:51:07.934Zprocess exited: duration 15816 ms, exit code 0
 
1072026-04-08T11:51:07.940Zstarting task 2: "authentication"
1082026-04-08T11:51:07.958Zprocess exited: duration 17 ms, exit code 0
 
1092026-04-08T11:51:07.964Zstarting task 3: "clone repository"
1102026-04-08T11:51:07.967Z+ mkdir -p /work/oxidecomputer/opte
1112026-04-08T11:51:07.969Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1122026-04-08T11:51:07.999ZCloning into '/work/oxidecomputer/opte'...
1132026-04-08T11:51:08.832Z+ cd /work/oxidecomputer/opte
1142026-04-08T11:51:08.832Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
1152026-04-08T11:51:09.060ZFrom https://github.com/oxidecomputer/opte
1162026-04-08T11:51:09.061Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
1172026-04-08T11:51:09.065Z+ [[ -n '' ]]
1182026-04-08T11:51:09.066Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
1192026-04-08T11:51:09.082ZHEAD is now at 07b25ab Better per-layer KStats for errors
1202026-04-08T11:51:09.085Zprocess exited: duration 1118 ms, exit code 0
 
1212026-04-08T11:51:09.091Zstarting task 4: "build"
1222026-04-08T11:51:09.095Z+ source .github/buildomat/common.sh
1232026-04-08T11:51:09.098Z++ rustup show active-toolchain
1242026-04-08T11:51:09.101Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1252026-04-08T11:51:09.101Z++ pushd xde
1262026-04-08T11:51:09.101Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1272026-04-08T11:51:09.101Z++ rustup show active-toolchain
1282026-04-08T11:51:09.107Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1292026-04-08T11:51:09.250Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1302026-04-08T11:51:09.253Zinfo: downloading 6 components
1312026-04-08T11:51:23.054Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1322026-04-08T11:51:23.149Z+++ rustup show active-toolchain -v
1332026-04-08T11:51:23.152Z+++ head -n 1
1342026-04-08T11:51:23.152Z+++ cut '-d ' -f1
1352026-04-08T11:51:23.201Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1362026-04-08T11:51:23.201Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1372026-04-08T11:51:23.201Z++ popd
1382026-04-08T11:51:23.201Z/work/oxidecomputer/opte
1392026-04-08T11:51:23.204Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1402026-04-08T11:51:30.426Z Startup: Refreshing catalog 'helios-dev' ... Done
1412026-04-08T11:51:37.254Z Startup: Caching catalogs ... Done
1422026-04-08T11:51:42.241ZPlanning: Solver setup ... Done
1432026-04-08T11:51:42.283ZPlanning: Running solver ... Done
1442026-04-08T11:51:42.404ZPlanning: Finding local manifests ... Done
1452026-04-08T11:51:42.431ZPlanning: Fetching manifests: 0/6 0% complete
1462026-04-08T11:51:42.462ZPlanning: Fetching manifests: 6/6 100% complete
1472026-04-08T11:51:42.475ZPlanning: Package planning ... Done
1482026-04-08T11:51:42.478ZPlanning: Merging actions ... Done
1492026-04-08T11:51:42.668ZPlanning: Checking for conflicting actions ... Done
1502026-04-08T11:51:42.671ZPlanning: Consolidating action changes ... Done
1512026-04-08T11:51:43.444ZPlanning: Evaluating mediators ... Done
1522026-04-08T11:51:43.448ZPlanning: Planning completed in 6.03 seconds
1532026-04-08T11:51:43.456Z Packages to install: 6
1542026-04-08T11:51:43.456Z Services to change: 2
1552026-04-08T11:51:43.456Z Create boot environment: No
1562026-04-08T11:51:43.456ZCreate backup boot environment: No
1572026-04-08T11:51:43.494Z
1582026-04-08T11:51:43.494ZDownload: 0/22 items 0.0/14.8MB 0% complete
1592026-04-08T11:51:44.232ZDownload: Completed 14.79 MB in 0.74 seconds (20.0M/s)
1602026-04-08T11:51:44.378Z Actions: 1/111 actions (Installing new actions)
1612026-04-08T11:51:44.775Z Actions: Completed 111 actions in 0.40 seconds.
1622026-04-08T11:51:45.055Z Done
1632026-04-08T11:51:45.055Z Done
1642026-04-08T11:51:45.659Z Done
1652026-04-08T11:51:48.978Z Done
1662026-04-08T11:51:49.051Z Done
1672026-04-08T11:51:49.054Z Done
1682026-04-08T11:51:54.106Z Done
1692026-04-08T11:51:54.734Z+ [[ -z 01KNPEG9JA0XRW887M5DVFZ5HJ ]]
1702026-04-08T11:51:54.734Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1712026-04-08T11:51:55.800Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23838:20260323T150135Z
1722026-04-08T11:51:55.800Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1732026-04-08T11:51:55.800Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1742026-04-08T11:51:55.800Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1752026-04-08T11:51:55.800Ztempdir @ "/tmp/.tmpDLmAHI/tmp"
1762026-04-08T11:51:55.800Zimage root @ "/tmp/.tmpDLmAHI/tmp/root"
1772026-04-08T11:51:55.800Zcreating image...
1782026-04-08T11:51:56.054Zcopying publishers...
1792026-04-08T11:52:09.648Zadding properties...
1802026-04-08T11:52:10.281Zinstalling packages...
1812026-04-08T11:53:30.115Zseeding SMF database...
1822026-04-08T11:53:34.357Zconfiguring SMF profile...
1832026-04-08T11:53:34.357Zmodifying shadow(5)...
1842026-04-08T11:53:34.360Zloading user and group database...
1852026-04-08T11:53:34.361Zloading facet selections...
1862026-04-08T11:53:34.613Z devel -> true
1872026-04-08T11:53:34.613Z doc.man -> true
1882026-04-08T11:53:34.613Z entire.service/hal -> true
1892026-04-08T11:53:34.613Z entire.service/network/smtp/dma -> true
1902026-04-08T11:53:34.613Z locale.ar -> true
1912026-04-08T11:53:34.613Z locale.ca -> true
1922026-04-08T11:53:34.613Z locale.cs -> true
1932026-04-08T11:53:34.613Z locale.de -> true
1942026-04-08T11:53:34.613Z locale.es -> true
1952026-04-08T11:53:34.613Z locale.fr -> true
1962026-04-08T11:53:34.613Z locale.he -> true
1972026-04-08T11:53:34.613Z locale.hu -> true
1982026-04-08T11:53:34.613Z locale.id -> true
1992026-04-08T11:53:34.613Z locale.it -> true
2002026-04-08T11:53:34.613Z locale.ja -> true
2012026-04-08T11:53:34.613Z locale.ko -> true
2022026-04-08T11:53:34.613Z locale.nl -> true
2032026-04-08T11:53:34.614Z locale.pl -> true
2042026-04-08T11:53:34.614Z locale.pt_BR -> true
2052026-04-08T11:53:34.614Z locale.ru -> true
2062026-04-08T11:53:34.614Z locale.sk -> true
2072026-04-08T11:53:34.614Z locale.sv -> true
2082026-04-08T11:53:34.614Z locale.zh_CN -> true
2092026-04-08T11:53:34.614Z locale.zh_HK -> true
2102026-04-08T11:53:34.614Z locale.zh_TW -> true
2112026-04-08T11:53:34.614Z onu.ooceonly -> true
2122026-04-08T11:53:34.614Z version-lock.shell/ksh93 -> true
2132026-04-08T11:53:34.614Z version-lock.system/data/hardware-registry -> true
2142026-04-08T11:53:34.614Z version-lock.system/data/zoneinfo -> true
2152026-04-08T11:53:34.614Z version-lock.system/microcode/amd -> true
2162026-04-08T11:53:34.614Z version-lock.system/microcode/intel -> true
2172026-04-08T11:53:34.614Z version-lock.system/microcode/oxide -> true
2182026-04-08T11:53:34.614Zassessing packaged files...
2192026-04-08T11:53:36.091Zcreating archive...
2202026-04-08T11:53:36.116Zmissing from packaging:
2212026-04-08T11:53:36.116Z "etc/.pwd.lock"
2222026-04-08T11:53:36.120Z "etc/svc/profile/generic.xml"
2232026-04-08T11:53:36.120Z "etc/svc/profile/inetd_services.xml"
2242026-04-08T11:53:36.120Z "etc/svc/profile/name_service.xml"
2252026-04-08T11:53:36.123Z "etc/svc/profile/platform.xml"
2262026-04-08T11:53:36.123Z "etc/svc/profile/platform_omicron1.xml"
2272026-04-08T11:53:36.123Z "etc/svc/repository.db"
2282026-04-08T11:53:36.123Z
2292026-04-08T11:53:36.127Z
2302026-04-08T11:53:36.127Zfinishing archive...
2312026-04-08T11:53:36.762Zcreating gzonly manifest...
2322026-04-08T11:53:36.765Zok
2332026-04-08T11:53:36.858Z+ trap cleanup EXIT
2342026-04-08T11:53:36.862Z+ OUT_DIR=/work/bench-results
2352026-04-08T11:53:36.862Z+ mkdir -p /work/bench-results
2362026-04-08T11:53:36.862Z+ mkdir -p target/criterion
2372026-04-08T11:53:36.865Z+ mkdir -p target/xde-bench
2382026-04-08T11:53:36.865Z+ banner collect
2392026-04-08T11:53:36.869Z
2402026-04-08T11:53:36.869Z #### #### # # ###### #### #####
2412026-04-08T11:53:36.869Z # # # # # # # # # #
2422026-04-08T11:53:36.869Z # # # # # ##### # #
2432026-04-08T11:53:36.869Z # # # # # # # #
2442026-04-08T11:53:36.870Z # # # # # # # # # #
2452026-04-08T11:53:36.870Z #### #### ###### ###### ###### #### #
2462026-04-08T11:53:36.870Z
2472026-04-08T11:53:36.870Z++ cat .git/refs/heads/master
2482026-04-08T11:53:36.870Z+ BASELINE_COMMIT=07b25ab9bacb22f85ae34197b4a0cb310b233e01
2492026-04-08T11:53:36.870Z+ [[ '' == \m\a\s\t\e\r ]]
2502026-04-08T11:53:36.870Z+ get_artifact opte benchmark 07b25ab9bacb22f85ae34197b4a0cb310b233e01 bench-results.tgz
2512026-04-08T11:53:36.870Z+ local curl_res
2522026-04-08T11:53:36.870Z+ repo=opte
2532026-04-08T11:53:36.870Z+ series=benchmark
2542026-04-08T11:53:36.870Z+ commit=07b25ab9bacb22f85ae34197b4a0cb310b233e01
2552026-04-08T11:53:36.870Z+ name=bench-results.tgz
2562026-04-08T11:53:36.870Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2572026-04-08T11:53:36.870Z+ mkdir -p download
2582026-04-08T11:53:36.873Z+ pushd download
2592026-04-08T11:53:36.873Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2602026-04-08T11:53:36.873Z+ [[ ! -f bench-results.tgz ]]
2612026-04-08T11:53:36.873Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/07b25ab9bacb22f85ae34197b4a0cb310b233e01/bench-results.tgz
2622026-04-08T11:53:36.876Z % Total % Received % Xferd Average Speed Time Time Time Current
2632026-04-08T11:53:36.876Z Dload Upload Total Spent Left Speed
2642026-04-08T11:53:36.936Z 0 0 0 0 0 0 0 0 0
2652026-04-08T11:53:36.937Zcurl: (22) The requested URL returned error: 404
2662026-04-08T11:53:36.939Z+ curl_res=22
2672026-04-08T11:53:36.939Z/work/oxidecomputer/opte
2682026-04-08T11:53:36.939Z+ popd
2692026-04-08T11:53:36.940Z+ return 22
2702026-04-08T11:53:36.940ZBaseline results not found for branch 'master'. Running without comparison.
2712026-04-08T11:53:36.940Z+ echo 'Baseline results not found for branch '\''master'\''. Running without comparison.'
2722026-04-08T11:53:36.940Z+ [[ '' -eq 1 ]]
2732026-04-08T11:53:36.940Z+ uname -a
2742026-04-08T11:53:36.943ZSunOS w-01KNPETKSCY8AK9NS39YMKGANF 5.11 helios-2.0.23838 i86pc i386 i86pc
2752026-04-08T11:53:36.943Z+ cat /etc/versions/build
2762026-04-08T11:53:36.943Zheads/stlouis-0-ge1108ec7ee
2772026-04-08T11:53:36.943Z+ dladm
2782026-04-08T11:53:36.945ZLINK CLASS MTU STATE BRIDGE OVER
2792026-04-08T11:53:36.945Zena0 phys 9216 up -- --
2802026-04-08T11:53:36.945Z+ ipadm
2812026-04-08T11:53:36.948ZADDROBJ TYPE STATE ADDR
2822026-04-08T11:53:36.948Zlo0/v4 static ok 127.0.0.1/8
2832026-04-08T11:53:36.948Zena0/dhcp dhcp ok 10.150.1.119/24
2842026-04-08T11:53:36.948Zlo0/v6 static ok ::1/128
2852026-04-08T11:53:36.948Z+ pfexec rem_drv xde
2862026-04-08T11:53:36.955Z+ set -o errexit
2872026-04-08T11:53:36.955Z+ set -o pipefail
2882026-04-08T11:53:36.955Z+ banner prepare
2892026-04-08T11:53:36.957Z
2902026-04-08T11:53:36.957Z ##### ##### ###### ##### ## ##### ######
2912026-04-08T11:53:36.958Z # # # # # # # # # # # #
2922026-04-08T11:53:36.958Z # # # # ##### # # # # # # #####
2932026-04-08T11:53:36.958Z ##### ##### # ##### ###### ##### #
2942026-04-08T11:53:36.958Z # # # # # # # # # #
2952026-04-08T11:53:36.958Z # # # ###### # # # # # ######
2962026-04-08T11:53:36.958Z
2972026-04-08T11:53:36.958Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
2982026-04-08T11:53:36.961Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
2992026-04-08T11:53:37.021Z+ pfexec add_drv xde
3002026-04-08T11:53:37.312Z+ banner bench
3012026-04-08T11:53:37.315Z
3022026-04-08T11:53:37.315Z ##### ###### # # #### # #
3032026-04-08T11:53:37.315Z # # # ## # # # # #
3042026-04-08T11:53:37.315Z ##### ##### # # # # ######
3052026-04-08T11:53:37.315Z # # # # # # # # #
3062026-04-08T11:53:37.315Z # # # # ## # # # #
3072026-04-08T11:53:37.315Z ##### ###### # # #### # #
3082026-04-08T11:53:37.315Z
3092026-04-08T11:53:37.315Z+ cargo kbench local
3102026-04-08T11:53:37.423Z Updating crates.io index
3112026-04-08T11:53:37.426Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122026-04-08T11:53:38.235Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3132026-04-08T11:53:38.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-08T11:53:38.855Z Updating git repository `https://github.com/oxidecomputer/zone`
3152026-04-08T11:53:39.248Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-08T11:53:39.509Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-08T11:53:39.770Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-08T11:53:41.117Z Downloading crates ...
3192026-04-08T11:53:41.167Z Downloaded cfg-if v1.0.4
3202026-04-08T11:53:41.170Z Downloaded ciborium-io v0.2.2
3212026-04-08T11:53:41.173Z Downloaded ciborium-ll v0.2.2
3222026-04-08T11:53:41.180Z Downloaded macaddr v1.0.1
3232026-04-08T11:53:41.182Z Downloaded cfg_aliases v0.2.1
3242026-04-08T11:53:41.186Z Downloaded circular v0.3.0
3252026-04-08T11:53:41.189Z Downloaded cast v0.3.0
3262026-04-08T11:53:41.191Z Downloaded anstyle-parse v1.0.0
3272026-04-08T11:53:41.194Z Downloaded stable_deref_trait v1.2.1
3282026-04-08T11:53:41.194Z Downloaded terminal_size v0.4.4
3292026-04-08T11:53:41.194Z Downloaded dtor-proc-macro v0.0.6
3302026-04-08T11:53:41.197Z Downloaded byteorder v1.5.0
3312026-04-08T11:53:41.200Z Downloaded slog-scope v4.4.1
3322026-04-08T11:53:41.200Z Downloaded embedded-io v0.4.0
3332026-04-08T11:53:41.203Z Downloaded defmt v0.3.100
3342026-04-08T11:53:41.206Z Downloaded bitflags v1.3.2
3352026-04-08T11:53:41.208Z Downloaded autocfg v1.5.0
3362026-04-08T11:53:41.211Z Downloaded proc-macro2 v1.0.106
3372026-04-08T11:53:41.214Z Downloaded strsim v0.11.1
3382026-04-08T11:53:41.214Z Downloaded same-file v1.0.6
3392026-04-08T11:53:41.217Z Downloaded utf8parse v0.2.2
3402026-04-08T11:53:41.217Z Downloaded foreign-types-shared v0.3.1
3412026-04-08T11:53:41.217Z Downloaded darling_macro v0.21.3
3422026-04-08T11:53:41.217Z Downloaded proc-macro-error-attr2 v2.0.0
3432026-04-08T11:53:41.217Z Downloaded ctor-proc-macro v0.0.7
3442026-04-08T11:53:41.220Z Downloaded take_mut v0.2.2
3452026-04-08T11:53:41.220Z Downloaded version_check v0.9.5
3462026-04-08T11:53:41.220Z Downloaded pretty-hex v0.4.2
3472026-04-08T11:53:41.220Z Downloaded colorchoice v1.0.5
3482026-04-08T11:53:41.223Z Downloaded cpufeatures v0.3.0
3492026-04-08T11:53:41.223Z Downloaded tabwriter v1.4.1
3502026-04-08T11:53:41.223Z Downloaded proc-macro-crate v3.5.0
3512026-04-08T11:53:41.226Z Downloaded chacha20 v0.10.0
3522026-04-08T11:53:41.226Z Downloaded errno v0.3.14
3532026-04-08T11:53:41.226Z Downloaded futures-core v0.3.32
3542026-04-08T11:53:41.229Z Downloaded darling_macro v0.23.0
3552026-04-08T11:53:41.229Z Downloaded dtor v0.3.0
3562026-04-08T11:53:41.229Z Downloaded defmt-parser v1.0.0
3572026-04-08T11:53:41.232Z Downloaded managed v0.8.0
3582026-04-08T11:53:41.235Z Downloaded plotters-svg v0.3.7
3592026-04-08T11:53:41.235Z Downloaded fnv v1.0.7
3602026-04-08T11:53:41.235Z Downloaded dyn-clone v1.0.20
3612026-04-08T11:53:41.238Z Downloaded slab v0.4.12
3622026-04-08T11:53:41.238Z Downloaded rustversion v1.0.22
3632026-04-08T11:53:41.238Z Downloaded time-core v0.1.8
3642026-04-08T11:53:41.242Z Downloaded defmt-macros v1.0.1
3652026-04-08T11:53:41.245Z Downloaded cookie-factory v0.3.3
3662026-04-08T11:53:41.245Z Downloaded clap_derive v4.6.0
3672026-04-08T11:53:41.248Z Downloaded ciborium v0.2.2
3682026-04-08T11:53:41.248Z Downloaded criterion-plot v0.8.2
3692026-04-08T11:53:41.251Z Downloaded ctor v0.8.0
3702026-04-08T11:53:41.251Z Downloaded is-terminal v0.4.17
3712026-04-08T11:53:41.251Z Downloaded futures-io v0.3.32
3722026-04-08T11:53:41.254Z Downloaded foreign-types-macros v0.2.3
3732026-04-08T11:53:41.257Z Downloaded powerfmt v0.2.0
3742026-04-08T11:53:41.257Z Downloaded is_terminal_polyfill v1.70.2
3752026-04-08T11:53:41.257Z Downloaded ident_case v1.0.1
3762026-04-08T11:53:41.257Z Downloaded ref-cast v1.0.25
3772026-04-08T11:53:41.260Z Downloaded clap_lex v1.1.0
3782026-04-08T11:53:41.260Z Downloaded futures-task v0.3.32
3792026-04-08T11:53:41.260Z Downloaded heck v0.4.1
3802026-04-08T11:53:41.263Z Downloaded embedded-io v0.6.1
3812026-04-08T11:53:41.263Z Downloaded page_size v0.6.0
3822026-04-08T11:53:41.263Z Downloaded anyhow v1.0.102
3832026-04-08T11:53:41.266Z Downloaded num-conv v0.2.1
3842026-04-08T11:53:41.266Z Downloaded anstyle-query v1.1.5
3852026-04-08T11:53:41.266Z Downloaded alloca v0.4.0
3862026-04-08T11:53:41.266Z Downloaded cstr-argument v0.1.2
3872026-04-08T11:53:41.269Z Downloaded futures-sink v0.3.32
3882026-04-08T11:53:41.269Z Downloaded rusticata-macros v5.0.0
3892026-04-08T11:53:41.271Z Downloaded equivalent v1.0.2
3902026-04-08T11:53:41.271Z Downloaded futures-macro v0.3.32
3912026-04-08T11:53:41.274Z Downloaded foreign-types v0.5.0
3922026-04-08T11:53:41.277Z Downloaded heck v0.5.0
3932026-04-08T11:53:41.277Z Downloaded cobs v0.3.0
3942026-04-08T11:53:41.280Z Downloaded crossbeam-deque v0.8.6
3952026-04-08T11:53:41.280Z Downloaded proc-macro-error-attr v1.0.4
3962026-04-08T11:53:41.283Z Downloaded anstream v1.0.0
3972026-04-08T11:53:41.286Z Downloaded slog-envlogger v2.2.0
3982026-04-08T11:53:41.289Z Downloaded itoa v1.0.18
3992026-04-08T11:53:41.289Z Downloaded lazy_static v1.5.0
4002026-04-08T11:53:41.289Z Downloaded plotters-backend v0.3.7
4012026-04-08T11:53:41.291Z Downloaded deranged v0.5.8
4022026-04-08T11:53:41.294Z Downloaded crossbeam-epoch v0.9.18
4032026-04-08T11:53:41.297Z Downloaded rand_core v0.10.0
4042026-04-08T11:53:41.297Z Downloaded futures-channel v0.3.32
4052026-04-08T11:53:41.300Z Downloaded bitflags v2.11.0
4062026-04-08T11:53:41.300Z Downloaded walkdir v2.5.0
4072026-04-08T11:53:41.303Z Downloaded clap v4.6.0
4082026-04-08T11:53:41.306Z Downloaded slog-async v2.8.0
4092026-04-08T11:53:41.309Z Downloaded either v1.15.0
4102026-04-08T11:53:41.309Z Downloaded erased-serde v0.3.31
4112026-04-08T11:53:41.309Z Downloaded anes v0.1.6
4122026-04-08T11:53:41.312Z Downloaded ingot-types v0.1.2
4132026-04-08T11:53:41.312Z Downloaded anstyle v1.0.14
4142026-04-08T11:53:41.312Z Downloaded toml_datetime v1.1.0+spec-1.1.0
4152026-04-08T11:53:41.315Z Downloaded thiserror v2.0.18
4162026-04-08T11:53:41.318Z Downloaded thread_local v1.1.9
4172026-04-08T11:53:41.318Z Downloaded darling v0.21.3
4182026-04-08T11:53:41.321Z Downloaded crc32fast v1.5.0
4192026-04-08T11:53:41.321Z Downloaded thiserror-impl v2.0.18
4202026-04-08T11:53:41.321Z Downloaded thiserror v1.0.69
4212026-04-08T11:53:41.324Z Downloaded num_enum v0.7.6
4222026-04-08T11:53:41.327Z Downloaded defmt v1.0.1
4232026-04-08T11:53:41.330Z Downloaded tinytemplate v1.2.1
4242026-04-08T11:53:41.330Z Downloaded arc-swap v1.9.0
4252026-04-08T11:53:41.333Z Downloaded num_enum_derive v0.7.6
4262026-04-08T11:53:41.333Z Downloaded time-macros v0.2.27
4272026-04-08T11:53:41.333Z Downloaded zmij v1.0.21
4282026-04-08T11:53:41.339Z Downloaded cc v1.2.57
4292026-04-08T11:53:41.339Z Downloaded find-msvc-tools v0.1.9
4302026-04-08T11:53:41.339Z Downloaded rand_chacha v0.9.0
4312026-04-08T11:53:41.339Z Downloaded oorandom v11.1.5
4322026-04-08T11:53:41.339Z Downloaded darling v0.23.0
4332026-04-08T11:53:41.343Z Downloaded term v1.2.1
4342026-04-08T11:53:41.343Z Downloaded iana-time-zone v0.1.65
4352026-04-08T11:53:41.344Z Downloaded futures v0.3.32
4362026-04-08T11:53:41.347Z Downloaded darling_core v0.21.3
4372026-04-08T11:53:41.350Z Downloaded thiserror-impl v1.0.69
4382026-04-08T11:53:41.350Z Downloaded slog-term v2.9.2
4392026-04-08T11:53:41.353Z Downloaded tracing-attributes v0.1.31
4402026-04-08T11:53:41.353Z Downloaded shlex v1.3.0
4412026-04-08T11:53:41.353Z Downloaded getrandom v0.3.4
4422026-04-08T11:53:41.356Z Downloaded ref-cast-impl v1.0.25
4432026-04-08T11:53:41.356Z Downloaded proc-macro-error2 v2.0.1
4442026-04-08T11:53:41.359Z Downloaded ppv-lite86 v0.2.21
4452026-04-08T11:53:41.359Z Downloaded darling_core v0.23.0
4462026-04-08T11:53:41.362Z Downloaded toml_parser v1.1.0+spec-1.1.0
4472026-04-08T11:53:41.362Z Downloaded once_cell v1.21.4
4482026-04-08T11:53:41.365Z Downloaded slog-stdlog v4.1.1
4492026-04-08T11:53:41.365Z Downloaded quote v1.0.45
4502026-04-08T11:53:41.365Z Downloaded crossbeam-channel v0.5.15
4512026-04-08T11:53:41.367Z Downloaded oxnet v0.1.4
4522026-04-08T11:53:41.370Z Downloaded ingot-macros v0.1.1
4532026-04-08T11:53:41.370Z Downloaded ingot v0.1.1
4542026-04-08T11:53:41.370Z Downloaded num-traits v0.2.19
4552026-04-08T11:53:41.370Z Downloaded getrandom v0.4.2
4562026-04-08T11:53:41.373Z Downloaded slog v2.8.2
4572026-04-08T11:53:41.376Z Downloaded half v2.7.1
4582026-04-08T11:53:41.376Z Downloaded unicode-ident v1.0.24
4592026-04-08T11:53:41.379Z Downloaded heapless v0.8.0
4602026-04-08T11:53:41.379Z Downloaded futures-executor v0.3.32
4612026-04-08T11:53:41.382Z Downloaded crossbeam-utils v0.8.21
4622026-04-08T11:53:41.382Z Downloaded log v0.4.29
4632026-04-08T11:53:41.385Z Downloaded proc-macro-error v1.0.4
4642026-04-08T11:53:41.386Z Downloaded pin-project-lite v0.2.17
4652026-04-08T11:53:41.388Z Downloaded serde_core v1.0.228
4662026-04-08T11:53:41.388Z Downloaded ipnetwork v0.21.1
4672026-04-08T11:53:41.391Z Downloaded hash32 v0.3.1
4682026-04-08T11:53:41.391Z Downloaded colored v3.1.1
4692026-04-08T11:53:41.394Z Downloaded indexmap v2.13.0
4702026-04-08T11:53:41.394Z Downloaded rand_core v0.9.5
4712026-04-08T11:53:41.397Z Downloaded socket2 v0.6.3
4722026-04-08T11:53:41.403Z Downloaded rayon-core v1.13.0
4732026-04-08T11:53:41.415Z Downloaded criterion v0.8.2
4742026-04-08T11:53:41.419Z Downloaded uuid v1.22.0
4752026-04-08T11:53:41.422Z Downloaded toml_edit v0.25.8+spec-1.1.0
4762026-04-08T11:53:41.424Z Downloaded itertools v0.14.0
4772026-04-08T11:53:41.427Z Downloaded chrono v0.4.44
4782026-04-08T11:53:41.431Z Downloaded postcard v1.1.3
4792026-04-08T11:53:41.434Z Downloaded zerocopy-derive v0.8.47
4802026-04-08T11:53:41.437Z Downloaded aho-corasick v1.1.4
4812026-04-08T11:53:41.440Z Downloaded itertools v0.13.0
4822026-04-08T11:53:41.444Z Downloaded tracing-core v0.1.36
4832026-04-08T11:53:41.447Z Downloaded serde_derive v1.0.228
4842026-04-08T11:53:41.450Z Downloaded itertools v0.12.1
4852026-04-08T11:53:41.452Z Downloaded hashbrown v0.16.1
4862026-04-08T11:53:41.455Z Downloaded memchr v2.8.0
4872026-04-08T11:53:41.458Z Downloaded serde v1.0.228
4882026-04-08T11:53:41.460Z Downloaded futures-util v0.3.32
4892026-04-08T11:53:41.464Z Downloaded rand v0.9.2
4902026-04-08T11:53:41.467Z Downloaded clap_builder v4.6.0
4912026-04-08T11:53:41.474Z Downloaded rand v0.10.0
4922026-04-08T11:53:41.491Z Downloaded libc v0.2.183
4932026-04-08T11:53:41.509Z Downloaded plotters v0.3.7
4942026-04-08T11:53:41.522Z Downloaded regex v1.12.3
4952026-04-08T11:53:41.528Z Downloaded serde_json v1.0.149
4962026-04-08T11:53:41.532Z Downloaded nom v8.0.0
4972026-04-08T11:53:41.536Z Downloaded winnow v1.0.0
4982026-04-08T11:53:41.548Z Downloaded rayon v1.11.0
4992026-04-08T11:53:41.553Z Downloaded pcap-parser v0.17.0
5002026-04-08T11:53:41.569Z Downloaded syn v1.0.109
5012026-04-08T11:53:41.576Z Downloaded time v0.3.47
5022026-04-08T11:53:41.582Z Downloaded zerocopy v0.8.47
5032026-04-08T11:53:41.591Z Downloaded unicode-width v0.2.2
5042026-04-08T11:53:41.601Z Downloaded syn v2.0.117
5052026-04-08T11:53:41.612Z Downloaded smoltcp v0.11.0
5062026-04-08T11:53:41.619Z Downloaded nix v0.31.2
5072026-04-08T11:53:41.624Z Downloaded rustix v1.1.4
5082026-04-08T11:53:41.637Z Downloaded regex-syntax v0.8.10
5092026-04-08T11:53:41.644Z Downloaded tracing v0.1.44
5102026-04-08T11:53:41.653Z Downloaded regex-automata v0.4.14
5112026-04-08T11:53:41.721Z Compiling proc-macro2 v1.0.106
5122026-04-08T11:53:41.721Z Compiling quote v1.0.45
5132026-04-08T11:53:41.721Z Compiling unicode-ident v1.0.24
5142026-04-08T11:53:41.724Z Compiling serde_core v1.0.228
5152026-04-08T11:53:41.724Z Compiling cfg-if v1.0.4
5162026-04-08T11:53:41.724Z Compiling libc v0.2.183
5172026-04-08T11:53:41.724Z Compiling memchr v2.8.0
5182026-04-08T11:53:41.724Z Compiling serde v1.0.228
5192026-04-08T11:53:41.866Z Compiling rustversion v1.0.22
5202026-04-08T11:53:41.934Z Compiling zerocopy v0.8.47
5212026-04-08T11:53:42.162Z Compiling ident_case v1.0.1
5222026-04-08T11:53:42.172Z Compiling strsim v0.11.1
5232026-04-08T11:53:42.226Z Compiling version_check v0.9.5
5242026-04-08T11:53:42.350Z Compiling thiserror v2.0.18
5252026-04-08T11:53:42.499Z Compiling either v1.15.0
5262026-04-08T11:53:42.519Z Compiling fnv v1.0.7
5272026-04-08T11:53:42.705Z Compiling syn v1.0.109
5282026-04-08T11:53:42.756Z Compiling pin-project-lite v0.2.17
5292026-04-08T11:53:42.770Z Compiling regex-syntax v0.8.10
5302026-04-08T11:53:42.818Z Compiling crossbeam-utils v0.8.21
5312026-04-08T11:53:42.871Z Compiling equivalent v1.0.2
5322026-04-08T11:53:43.065Z Compiling syn v2.0.117
5332026-04-08T11:53:43.107Z Compiling aho-corasick v1.1.4
5342026-04-08T11:53:43.201Z Compiling hashbrown v0.16.1
5352026-04-08T11:53:43.234Z Compiling winnow v1.0.0
5362026-04-08T11:53:43.307Z Compiling itertools v0.14.0
5372026-04-08T11:53:43.820Z Compiling indexmap v2.13.0
5382026-04-08T11:53:44.321Z Compiling bitflags v2.11.0
5392026-04-08T11:53:44.387Z Compiling toml_parser v1.1.0+spec-1.1.0
5402026-04-08T11:53:44.407Z Compiling heapless v0.8.0
5412026-04-08T11:53:44.621Z Compiling regex-automata v0.4.14
5422026-04-08T11:53:44.655Z Compiling autocfg v1.5.0
5432026-04-08T11:53:44.662Z Compiling byteorder v1.5.0
5442026-04-08T11:53:44.686Z Compiling toml_datetime v1.1.0+spec-1.1.0
5452026-04-08T11:53:44.841Z Compiling toml_edit v0.25.8+spec-1.1.0
5462026-04-08T11:53:44.901Z Compiling hash32 v0.3.1
5472026-04-08T11:53:44.992Z Compiling num-traits v0.2.19
5482026-04-08T11:53:45.025Z Compiling slog v2.8.2
5492026-04-08T11:53:45.032Z Compiling futures-sink v0.3.32
5502026-04-08T11:53:45.067Z Compiling macaddr v1.0.1
5512026-04-08T11:53:45.129Z Compiling smoltcp v0.11.0
5522026-04-08T11:53:45.213Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5532026-04-08T11:53:45.257Z Compiling futures-core v0.3.32
5542026-04-08T11:53:45.325Z Compiling stable_deref_trait v1.2.1
5552026-04-08T11:53:45.405Z Compiling futures-channel v0.3.32
5562026-04-08T11:53:45.449Z Compiling proc-macro-crate v3.5.0
5572026-04-08T11:53:45.643Z Compiling proc-macro-error-attr v1.0.4
5582026-04-08T11:53:45.651Z Compiling itoa v1.0.18
5592026-04-08T11:53:45.726Z Compiling crc32fast v1.5.0
5602026-04-08T11:53:45.849Z Compiling darling_core v0.21.3
5612026-04-08T11:53:45.852Z Compiling darling_core v0.23.0
5622026-04-08T11:53:45.852Z Compiling slab v0.4.12
5632026-04-08T11:53:45.852Z Compiling getrandom v0.4.2
5642026-04-08T11:53:45.995Z Compiling anyhow v1.0.102
5652026-04-08T11:53:46.043Z Compiling bitflags v1.3.2
5662026-04-08T11:53:46.108Z Compiling futures-task v0.3.32
5672026-04-08T11:53:46.116Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5682026-04-08T11:53:46.272Z Compiling regex v1.12.3
5692026-04-08T11:53:46.299Z Compiling rand_core v0.10.0
5702026-04-08T11:53:46.319Z Compiling managed v0.8.0
5712026-04-08T11:53:46.458Z Compiling futures-io v0.3.32
5722026-04-08T11:53:46.558Z Compiling ref-cast v1.0.25
5732026-04-08T11:53:46.937Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5742026-04-08T11:53:46.944Z Compiling serde_derive v1.0.228
5752026-04-08T11:53:47.106Z Compiling zerocopy-derive v0.8.47
5762026-04-08T11:53:47.324Z Compiling thiserror-impl v2.0.18
5772026-04-08T11:53:47.332Z Compiling futures-macro v0.3.32
5782026-04-08T11:53:47.681Z Compiling ref-cast-impl v1.0.25
5792026-04-08T11:53:47.956Z Compiling darling_macro v0.23.0
5802026-04-08T11:53:47.956Z Compiling darling_macro v0.21.3
5812026-04-08T11:53:48.122Z Compiling futures-util v0.3.32
5822026-04-08T11:53:48.251Z Compiling num_enum_derive v0.7.6
5832026-04-08T11:53:48.482Z Compiling darling v0.21.3
5842026-04-08T11:53:48.490Z Compiling darling v0.23.0
5852026-04-08T11:53:48.553Z Compiling ingot-macros v0.1.1
5862026-04-08T11:53:48.561Z Compiling foreign-types-macros v0.2.3
5872026-04-08T11:53:48.619Z Compiling cobs v0.3.0
5882026-04-08T11:53:48.836Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5892026-04-08T11:53:49.055Z Compiling proc-macro-error v1.0.4
5902026-04-08T11:53:49.159Z Compiling ipnetwork v0.21.1
5912026-04-08T11:53:49.220Z Compiling getrandom v0.3.4
5922026-04-08T11:53:49.273Z Compiling foreign-types-shared v0.3.1
5932026-04-08T11:53:49.336Z Compiling once_cell v1.21.4
5942026-04-08T11:53:49.360Z Compiling cpufeatures v0.3.0
5952026-04-08T11:53:49.428Z Compiling rustix v1.1.4
5962026-04-08T11:53:49.530Z Compiling unicode-width v0.2.2
5972026-04-08T11:53:49.548Z Compiling tracing-core v0.1.36
5982026-04-08T11:53:49.563Z Compiling chacha20 v0.10.0
5992026-04-08T11:53:49.833Z Compiling tabwriter v1.4.1
6002026-04-08T11:53:49.844Z Compiling foreign-types v0.5.0
6012026-04-08T11:53:50.007Z Compiling num_enum v0.7.6
6022026-04-08T11:53:50.072Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6032026-04-08T11:53:50.123Z Compiling erased-serde v0.3.31
6042026-04-08T11:53:50.159Z Compiling postcard v1.1.3
6052026-04-08T11:53:50.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6062026-04-08T11:53:50.377Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6072026-04-08T11:53:50.503Z Compiling futures-executor v0.3.32
6082026-04-08T11:53:50.663Z Compiling tracing-attributes v0.1.31
6092026-04-08T11:53:51.085Z Compiling errno v0.3.14
6102026-04-08T11:53:51.127Z Compiling cstr-argument v0.1.2
6112026-04-08T11:53:51.152Z Compiling time-core v0.1.8
6122026-04-08T11:53:51.226Z Compiling utf8parse v0.2.2
6132026-04-08T11:53:51.284Z Compiling thiserror v1.0.69
6142026-04-08T11:53:51.293Z Compiling pretty-hex v0.4.2
6152026-04-08T11:53:51.422Z Compiling find-msvc-tools v0.1.9
6162026-04-08T11:53:51.482Z Compiling ingot-types v0.1.2
6172026-04-08T11:53:51.572Z Compiling shlex v1.3.0
6182026-04-08T11:53:51.646Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6192026-04-08T11:53:51.661Z Compiling powerfmt v0.2.0
6202026-04-08T11:53:51.748Z Compiling zmij v1.0.21
6212026-04-08T11:53:51.834Z Compiling ingot v0.1.1
6222026-04-08T11:53:51.852Z Compiling num-conv v0.2.1
6232026-04-08T11:53:51.878Z Compiling dyn-clone v1.0.20
6242026-04-08T11:53:51.908Z Compiling tracing v0.1.44
6252026-04-08T11:53:51.991Z Compiling time-macros v0.2.27
6262026-04-08T11:53:52.016Z Compiling deranged v0.5.8
6272026-04-08T11:53:52.064Z Compiling cc v1.2.57
6282026-04-08T11:53:52.444Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6292026-04-08T11:53:52.623Z Compiling anstyle-parse v1.0.0
6302026-04-08T11:53:52.648Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6312026-04-08T11:53:53.170Z Compiling rand v0.10.0
6322026-04-08T11:53:53.221Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6332026-04-08T11:53:53.278Z Compiling futures v0.3.32
6342026-04-08T11:53:53.352Z Compiling thiserror-impl v1.0.69
6352026-04-08T11:53:53.535Z Compiling uuid v1.22.0
6362026-04-08T11:53:53.623Z Compiling crossbeam-epoch v0.9.18
6372026-04-08T11:53:53.961Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6382026-04-08T11:53:53.970Z Compiling arc-swap v1.9.0
6392026-04-08T11:53:53.978Z Compiling socket2 v0.6.3
6402026-04-08T11:53:54.084Z Compiling nom v8.0.0
6412026-04-08T11:53:54.311Z Compiling thread_local v1.1.9
6422026-04-08T11:53:54.540Z Compiling oxnet v0.1.4
6432026-04-08T11:53:54.654Z Compiling lazy_static v1.5.0
6442026-04-08T11:53:54.715Z Compiling anstyle v1.0.14
6452026-04-08T11:53:54.824Z Compiling colored v3.1.1
6462026-04-08T11:53:54.955Z Compiling iana-time-zone v0.1.65
6472026-04-08T11:53:55.248Z Compiling heck v0.4.1
6482026-04-08T11:53:55.365Z Compiling serde_json v1.0.149
6492026-04-08T11:53:55.443Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6502026-04-08T11:53:55.587Z Compiling slog-async v2.8.0
6512026-04-08T11:53:55.605Z Compiling is_terminal_polyfill v1.70.2
6522026-04-08T11:53:55.652Z Compiling colorchoice v1.0.5
6532026-04-08T11:53:55.693Z Compiling anstyle-query v1.1.5
6542026-04-08T11:53:55.764Z Compiling rayon-core v1.13.0
6552026-04-08T11:53:55.794Z Compiling anstream v1.0.0
6562026-04-08T11:53:55.851Z Compiling time v0.3.47
6572026-04-08T11:53:55.964Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6582026-04-08T11:53:55.983Z Compiling chrono v0.4.44
6592026-04-08T11:53:56.602Z Compiling rusticata-macros v5.0.0
6602026-04-08T11:53:56.658Z Compiling slog-scope v4.4.1
6612026-04-08T11:53:56.967Z Compiling crossbeam-deque v0.8.6
6622026-04-08T11:53:57.045Z Compiling rand_core v0.9.5
6632026-04-08T11:53:57.176Z Compiling cookie-factory v0.3.3
6642026-04-08T11:53:57.185Z Compiling terminal_size v0.4.4
6652026-04-08T11:53:57.292Z Compiling alloca v0.4.0
6662026-04-08T11:53:57.465Z Compiling ppv-lite86 v0.2.21
6672026-04-08T11:53:57.528Z Compiling half v2.7.1
6682026-04-08T11:53:57.560Z Compiling crossbeam-channel v0.5.15
6692026-04-08T11:53:57.649Z Compiling itertools v0.12.1
6702026-04-08T11:53:57.805Z Compiling is-terminal v0.4.17
6712026-04-08T11:53:57.847Z Compiling term v1.2.1
6722026-04-08T11:53:57.899Z Compiling log v0.4.29
6732026-04-08T11:53:58.129Z Compiling clap_lex v1.1.0
6742026-04-08T11:53:58.208Z Compiling cfg_aliases v0.2.1
6752026-04-08T11:53:58.462Z Compiling take_mut v0.2.2
6762026-04-08T11:53:58.570Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6772026-04-08T11:53:58.578Z Compiling circular v0.3.0
6782026-04-08T11:53:58.665Z Compiling ciborium-io v0.2.2
6792026-04-08T11:53:58.759Z Compiling heck v0.5.0
6802026-04-08T11:53:58.787Z Compiling plotters-backend v0.3.7
6812026-04-08T11:53:58.937Z Compiling ciborium-ll v0.2.2
6822026-04-08T11:53:58.956Z Compiling clap_derive v4.6.0
6832026-04-08T11:53:59.090Z Compiling plotters-svg v0.3.7
6842026-04-08T11:53:59.113Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6852026-04-08T11:53:59.145Z Compiling pcap-parser v0.17.0
6862026-04-08T11:53:59.392Z Compiling clap_builder v4.6.0
6872026-04-08T11:54:00.156Z Compiling nix v0.31.2
6882026-04-08T11:54:00.278Z Compiling slog-term v2.9.2
6892026-04-08T11:54:00.340Z Compiling slog-stdlog v4.1.1
6902026-04-08T11:54:00.530Z Compiling rand_chacha v0.9.0
6912026-04-08T11:54:01.027Z Compiling itertools v0.13.0
6922026-04-08T11:54:01.074Z Compiling cast v0.3.0
6932026-04-08T11:54:01.248Z Compiling same-file v1.0.6
6942026-04-08T11:54:01.276Z Compiling clap v4.6.0
6952026-04-08T11:54:01.355Z Compiling walkdir v2.5.0
6962026-04-08T11:54:01.404Z Compiling rayon v1.11.0
6972026-04-08T11:54:01.933Z Compiling tinytemplate v1.2.1
6982026-04-08T11:54:02.215Z Compiling rand v0.9.2
6992026-04-08T11:54:02.493Z Compiling criterion-plot v0.8.2
7002026-04-08T11:54:02.502Z Compiling slog-envlogger v2.2.0
7012026-04-08T11:54:02.882Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7022026-04-08T11:54:02.940Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7032026-04-08T11:54:02.940Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7042026-04-08T11:54:03.298Z Compiling plotters v0.3.7
7052026-04-08T11:54:03.470Z Compiling ciborium v0.2.2
7062026-04-08T11:54:03.512Z Compiling page_size v0.6.0
7072026-04-08T11:54:03.621Z Compiling anes v0.1.6
7082026-04-08T11:54:03.858Z Compiling oorandom v11.1.5
7092026-04-08T11:54:03.870Z Compiling dtor-proc-macro v0.0.6
7102026-04-08T11:54:03.987Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7112026-04-08T11:54:04.206Z Compiling dtor v0.3.0
7122026-04-08T11:54:04.224Z Compiling criterion v0.8.2
7132026-04-08T11:54:04.476Z Compiling ctor-proc-macro v0.0.7
7142026-04-08T11:54:04.811Z Compiling ctor v0.8.0
7152026-04-08T11:54:06.172Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7162026-04-08T11:54:19.788Z Finished `bench` profile [optimized + debuginfo] target(s) in 42.46s
7172026-04-08T11:54:19.886Z Running benches/xde.rs (target/release/deps/xde-e6a866462ed968d1)
7182026-04-08T11:54:19.896Z###--------------------------------###
7192026-04-08T11:54:19.896Z:::Building test topology... (120s):::
7202026-04-08T11:54:19.896Z###--------------------------------###
7212026-04-08T11:54:19.902Zadding underlay route 0
7222026-04-08T11:54:19.905Zadding underlay route 1
7232026-04-08T11:54:20.049Zstart zone a
7242026-04-08T11:54:30.131Zconfigure zone
7252026-04-08T11:54:30.149Zinstall zone
7262026-04-08T11:54:39.837Zboot zone
7272026-04-08T11:54:39.913Zstart zone b
7282026-04-08T11:54:50.019Zconfigure zone
7292026-04-08T11:54:50.029Zinstall zone
7302026-04-08T11:54:51.008Zboot zone
7312026-04-08T11:54:51.106Zsetup zone a
7322026-04-08T11:54:51.106Z[a] svcs -a
7332026-04-08T11:54:51.199ZSTATE STIME FMRI
7342026-04-08T11:54:51.199Zlegacy_run 11:54:40 lrc:/etc/rc2_d/S20sysetup
7352026-04-08T11:54:51.199Zlegacy_run 11:54:40 lrc:/etc/rc2_d/S89PRESERVE
7362026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/system/device/mpxio-upgrade:default
7372026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/ipmp:default
7382026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/physical:nwam
7392026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/install:default
7402026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/location:default
7412026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/ipsec/ike:default
7422026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/ipsec/manual-key:default
7432026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/tcpkey:default
7442026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/dns/install:default
7452026-04-08T11:54:51.199Zdisabled 11:54:38 svc:/network/nis/client:default
7462026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/ldap/client:default
7472026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/nfs/status:default
7482026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/nfs/nlockmgr:default
7492026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/nfs/cbd:default
7502026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/system/idmap:default
7512026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/nfs/mapid:default
7522026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/rpc/keyserv:default
7532026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/inetd:default
7542026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/nfs/client:default
7552026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/smb/client:default
7562026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/system/auditd:default
7572026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/application/management/net-snmp:default
7582026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/application/pkg/mirror:default
7592026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/application/pkg/repositories-setup:default
7602026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/dns/multicast:default
7612026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/application/pkg/dynamic-mirror:default
7622026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/application/pkg/server:default
7632026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/application/security/tcsd:default
7642026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/smb/server:default
7652026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/system/filesystem/reparse:default
7662026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/nfs/server:default
7672026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/nfs/log:default
7682026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/routing/route:default
7692026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/ipv6-forwarding:default
7702026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/routing/ripng:default
7712026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/routing/rdisc:default
7722026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/routing/legacy-routing:ipv4
7732026-04-08T11:54:51.200Zdisabled 11:54:38 svc:/network/routing/legacy-routing:ipv6
7742026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/network/security/krb5kdc:default
7752026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/network/security/kadmin:default
7762026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/network/chrony:default
7772026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/network/ipv4-forwarding:default
7782026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/network/ipqos:default
7792026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/system/device/allocate:default
7802026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/system/fm/notify-params:default
7812026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/system/svc/global:default
7822026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/system/sar:default
7832026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/system/vtdaemon:default
7842026-04-08T11:54:51.200Zdisabled 11:54:39 svc:/system/console-login:vt2
7852026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/console-login:vt3
7862026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/console-login:vt4
7872026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/console-login:vt5
7882026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/console-login:vt6
7892026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/consadm:default
7902026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/extended-accounting:flow
7912026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/extended-accounting:net
7922026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/extended-accounting:process
7932026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/extended-accounting:task
7942026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/process-security:default
7952026-04-08T11:54:51.201Zdisabled 11:54:39 svc:/system/hotplug:default
7962026-04-08T11:54:51.201Zdisabled 11:54:40 svc:/network/dns/client:default
7972026-04-08T11:54:51.201Zdisabled 11:54:40 svc:/network/rpc/bind:default
7982026-04-08T11:54:51.201Zdisabled 11:54:40 svc:/system/sac:default
7992026-04-08T11:54:51.201Zdisabled 11:54:41 svc:/network/inetd-upgrade:default
8002026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/svc/restarter:default
8012026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/early-manifest-import:default
8022026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/filesystem/root:default
8032026-04-08T11:54:51.201Zonline 11:54:38 svc:/network/ip-interface-management:default
8042026-04-08T11:54:51.201Zonline 11:54:38 svc:/network/datalink-management:default
8052026-04-08T11:54:51.201Zonline 11:54:38 svc:/network/netcfg:default
8062026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/boot-archive:default
8072026-04-08T11:54:51.201Zonline 11:54:38 svc:/network/loopback:default
8082026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/filesystem/usr:default
8092026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/device/local:default
8102026-04-08T11:54:51.201Zonline 11:54:38 svc:/network/physical:default
8112026-04-08T11:54:51.201Zonline 11:54:38 svc:/milestone/devices:default
8122026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/identity:node
8132026-04-08T11:54:51.201Zonline 11:54:38 svc:/network/ipsec/ipsecalgs:default
8142026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/device/audio:default
8152026-04-08T11:54:51.201Zonline 11:54:38 svc:/system/filesystem/minimal:default
8162026-04-08T11:54:51.201Zonline 11:54:39 svc:/network/ipsec/policy:default
8172026-04-08T11:54:51.201Zonline 11:54:39 svc:/system/rmtmpfiles:default
8182026-04-08T11:54:51.201Zonline 11:54:39 svc:/milestone/network:default
8192026-04-08T11:54:51.201Zonline 11:54:39 svc:/network/initial:default
8202026-04-08T11:54:51.202Zonline 11:54:39 svc:/network/iptun:default
8212026-04-08T11:54:51.202Zonline 11:54:39 svc:/network/netmask:default
8222026-04-08T11:54:51.202Zonline 11:54:39 svc:/system/pkgserv:default
8232026-04-08T11:54:51.202Zonline 11:54:39 svc:/system/auditset:default
8242026-04-08T11:54:51.202Zonline 11:54:39 svc:/system/fmd:default
8252026-04-08T11:54:51.202Zonline 11:54:39 svc:/system/pfexec:default
8262026-04-08T11:54:51.202Zonline 11:54:39 svc:/system/logadm-upgrade:default
8272026-04-08T11:54:51.202Zonline 11:54:39 svc:/system/hostid:default
8282026-04-08T11:54:51.202Zonline 11:54:40 svc:/system/rbac:default
8292026-04-08T11:54:51.202Zonline 11:54:40 svc:/network/service:default
8302026-04-08T11:54:51.202Zonline 11:54:40 svc:/system/cryptosvc:default
8312026-04-08T11:54:51.202Zonline 11:54:40 svc:/system/identity:domain
8322026-04-08T11:54:51.202Zonline 11:54:40 svc:/system/keymap:default
8332026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/name-service-cache:default
8342026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/manifest-import:default
8352026-04-08T11:54:51.205Zonline 11:54:40 svc:/milestone/name-services:default
8362026-04-08T11:54:51.205Zonline 11:54:40 svc:/milestone/single-user:default
8372026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/coreadm:default
8382026-04-08T11:54:51.205Zonline 11:54:40 svc:/milestone/sysconfig:default
8392026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/filesystem/local:default
8402026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/utmp:default
8412026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/console-login:default
8422026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/cron:default
8432026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/system-log:default
8442026-04-08T11:54:51.205Zonline 11:54:40 svc:/network/shares/group:default
8452026-04-08T11:54:51.205Zonline 11:54:40 svc:/system/boot-archive-update:default
8462026-04-08T11:54:51.206Zonline 11:54:40 svc:/milestone/multi-user:default
8472026-04-08T11:54:51.206Zonline 11:54:40 svc:/system/boot-config:default
8482026-04-08T11:54:51.206Zonline 11:54:40 svc:/network/shares/group:zfs
8492026-04-08T11:54:51.206Zonline 11:54:40 svc:/network/routing-setup:default
8502026-04-08T11:54:51.206Zonline 11:54:40 svc:/network/routing/ndp:default
8512026-04-08T11:54:51.206Zonline 11:54:40 svc:/network/ssh:default
8522026-04-08T11:54:51.206Zonline 11:54:40 svc:/milestone/multi-user-server:default
8532026-04-08T11:54:51.206Zonline 11:54:41 svc:/system/update-man-index:default
8542026-04-08T11:54:51.206Zuninitialized 11:54:38 svc:/network/rpc/gss:default
8552026-04-08T11:54:51.206Zuninitialized 11:54:38 svc:/network/nfs/rquota:default
8562026-04-08T11:54:51.206Zuninitialized 11:54:38 svc:/network/security/ktkt_warn:default
8572026-04-08T11:54:51.206Z[a] svcs milestone/network
8582026-04-08T11:54:51.213ZSTATE STIME FMRI
8592026-04-08T11:54:51.213Zonline 11:54:39 svc:/milestone/network:default
8602026-04-08T11:54:51.213Z[a] ipadm create-addr -t -T dhcp opte0/test
8612026-04-08T11:54:56.261Z
8622026-04-08T11:54:56.261Z[a] route add -iface 10.0.0.254 10.0.0.1
8632026-04-08T11:54:56.276Zadd host 10.0.0.254: gateway 10.0.0.1
8642026-04-08T11:54:56.276Z[a] route add 10.0.0.0/24 10.0.0.254
8652026-04-08T11:54:56.287Zadd net 10.0.0.0/24: gateway 10.0.0.254
8662026-04-08T11:54:56.287Z[a] route add 224.0.0.0/4 10.0.0.254
8672026-04-08T11:54:56.298Zadd net 224.0.0.0/4: gateway 10.0.0.254
8682026-04-08T11:54:56.298Zsetup zone b
8692026-04-08T11:54:56.299Z[b] svcs -a
8702026-04-08T11:54:56.376ZSTATE STIME FMRI
8712026-04-08T11:54:56.376Zlegacy_run 11:54:52 lrc:/etc/rc2_d/S20sysetup
8722026-04-08T11:54:56.377Zlegacy_run 11:54:52 lrc:/etc/rc2_d/S89PRESERVE
8732026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/system/device/mpxio-upgrade:default
8742026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/ipmp:default
8752026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/physical:nwam
8762026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/install:default
8772026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/location:default
8782026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/ipsec/ike:default
8792026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/ipsec/manual-key:default
8802026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/tcpkey:default
8812026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/dns/install:default
8822026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/rpc/bind:default
8832026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/nis/client:default
8842026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/ldap/client:default
8852026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/nfs/status:default
8862026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/nfs/nlockmgr:default
8872026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/nfs/cbd:default
8882026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/system/idmap:default
8892026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/nfs/mapid:default
8902026-04-08T11:54:56.377Zdisabled 11:54:49 svc:/network/rpc/keyserv:default
8912026-04-08T11:54:56.378Zdisabled 11:54:49 svc:/network/inetd:default
8922026-04-08T11:54:56.378Zdisabled 11:54:49 svc:/network/nfs/client:default
8932026-04-08T11:54:56.378Zdisabled 11:54:49 svc:/network/smb/client:default
8942026-04-08T11:54:56.378Zdisabled 11:54:49 svc:/system/auditd:default
8952026-04-08T11:54:56.378Zdisabled 11:54:49 svc:/application/management/net-snmp:default
8962026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/application/pkg/repositories-setup:default
8972026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/application/pkg/mirror:default
8982026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/dns/multicast:default
8992026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/application/pkg/dynamic-mirror:default
9002026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/application/pkg/server:default
9012026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/application/security/tcsd:default
9022026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/smb/server:default
9032026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/filesystem/reparse:default
9042026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/nfs/server:default
9052026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/nfs/log:default
9062026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/routing/route:default
9072026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/ipv6-forwarding:default
9082026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/routing/ripng:default
9092026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/routing/rdisc:default
9102026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/routing/legacy-routing:ipv4
9112026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/routing/legacy-routing:ipv6
9122026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/security/krb5kdc:default
9132026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/security/kadmin:default
9142026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/chrony:default
9152026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/ipv4-forwarding:default
9162026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/network/ipqos:default
9172026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/device/allocate:default
9182026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/fm/notify-params:default
9192026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/svc/global:default
9202026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/sar:default
9212026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/vtdaemon:default
9222026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/console-login:vt2
9232026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/console-login:vt3
9242026-04-08T11:54:56.378Zdisabled 11:54:50 svc:/system/console-login:vt4
9252026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/console-login:vt5
9262026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/console-login:vt6
9272026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/consadm:default
9282026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/extended-accounting:flow
9292026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/extended-accounting:net
9302026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/extended-accounting:process
9312026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/extended-accounting:task
9322026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/process-security:default
9332026-04-08T11:54:56.379Zdisabled 11:54:50 svc:/system/hotplug:default
9342026-04-08T11:54:56.379Zdisabled 11:54:51 svc:/network/dns/client:default
9352026-04-08T11:54:56.379Zdisabled 11:54:51 svc:/system/sac:default
9362026-04-08T11:54:56.379Zdisabled 11:54:52 svc:/network/inetd-upgrade:default
9372026-04-08T11:54:56.379Zonline 11:54:49 svc:/system/svc/restarter:default
9382026-04-08T11:54:56.379Zonline 11:54:49 svc:/system/early-manifest-import:default
9392026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/netcfg:default
9402026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/filesystem/root:default
9412026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/ip-interface-management:default
9422026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/datalink-management:default
9432026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/boot-archive:default
9442026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/loopback:default
9452026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/filesystem/usr:default
9462026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/device/local:default
9472026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/physical:default
9482026-04-08T11:54:56.379Zonline 11:54:50 svc:/milestone/devices:default
9492026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/ipsec/ipsecalgs:default
9502026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/identity:node
9512026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/filesystem/minimal:default
9522026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/device/audio:default
9532026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/ipsec/policy:default
9542026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/rmtmpfiles:default
9552026-04-08T11:54:56.379Zonline 11:54:50 svc:/milestone/network:default
9562026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/initial:default
9572026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/iptun:default
9582026-04-08T11:54:56.379Zonline 11:54:50 svc:/network/netmask:default
9592026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/pkgserv:default
9602026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/auditset:default
9612026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/fmd:default
9622026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/pfexec:default
9632026-04-08T11:54:56.379Zonline 11:54:50 svc:/system/logadm-upgrade:default
9642026-04-08T11:54:56.380Zonline 11:54:50 svc:/system/hostid:default
9652026-04-08T11:54:56.380Zonline 11:54:51 svc:/system/rbac:default
9662026-04-08T11:54:56.380Zonline 11:54:51 svc:/network/service:default
9672026-04-08T11:54:56.380Zonline 11:54:51 svc:/system/cryptosvc:default
9682026-04-08T11:54:56.380Zonline 11:54:51 svc:/system/identity:domain
9692026-04-08T11:54:56.380Zonline 11:54:51 svc:/system/keymap:default
9702026-04-08T11:54:56.384Zonline 11:54:51 svc:/system/name-service-cache:default
9712026-04-08T11:54:56.384Zonline 11:54:51 svc:/system/manifest-import:default
9722026-04-08T11:54:56.384Zonline 11:54:51 svc:/milestone/name-services:default
9732026-04-08T11:54:56.384Zonline 11:54:51 svc:/system/coreadm:default
9742026-04-08T11:54:56.384Zonline 11:54:51 svc:/milestone/single-user:default
9752026-04-08T11:54:56.384Zonline 11:54:51 svc:/milestone/sysconfig:default
9762026-04-08T11:54:56.384Zonline 11:54:51 svc:/system/filesystem/local:default
9772026-04-08T11:54:56.384Zonline 11:54:51 svc:/system/utmp:default
9782026-04-08T11:54:56.384Zonline 11:54:52 svc:/system/boot-archive-update:default
9792026-04-08T11:54:56.384Zonline 11:54:52 svc:/system/cron:default
9802026-04-08T11:54:56.384Zonline 11:54:52 svc:/system/console-login:default
9812026-04-08T11:54:56.384Zonline 11:54:52 svc:/system/system-log:default
9822026-04-08T11:54:56.384Zonline 11:54:52 svc:/network/shares/group:default
9832026-04-08T11:54:56.384Zonline 11:54:52 svc:/milestone/multi-user:default
9842026-04-08T11:54:56.384Zonline 11:54:52 svc:/system/boot-config:default
9852026-04-08T11:54:56.384Zonline 11:54:52 svc:/network/shares/group:zfs
9862026-04-08T11:54:56.384Zonline 11:54:52 svc:/network/routing-setup:default
9872026-04-08T11:54:56.384Zonline 11:54:52 svc:/network/routing/ndp:default
9882026-04-08T11:54:56.384Zonline 11:54:52 svc:/network/ssh:default
9892026-04-08T11:54:56.384Zonline 11:54:52 svc:/milestone/multi-user-server:default
9902026-04-08T11:54:56.384Zonline 11:54:52 svc:/system/update-man-index:default
9912026-04-08T11:54:56.384Zuninitialized 11:54:49 svc:/network/rpc/gss:default
9922026-04-08T11:54:56.384Zuninitialized 11:54:50 svc:/network/nfs/rquota:default
9932026-04-08T11:54:56.384Zuninitialized 11:54:50 svc:/network/security/ktkt_warn:default
9942026-04-08T11:54:56.384Z[b] svcs milestone/network
9952026-04-08T11:54:56.388ZSTATE STIME FMRI
9962026-04-08T11:54:56.388Zonline 11:54:50 svc:/milestone/network:default
9972026-04-08T11:54:56.388Z[b] ipadm create-addr -t -T dhcp opte1/test
9982026-04-08T11:55:01.344Z
9992026-04-08T11:55:01.344Z[b] route add -iface 10.0.0.254 10.0.0.2
10002026-04-08T11:55:01.360Zadd host 10.0.0.254: gateway 10.0.0.2
10012026-04-08T11:55:01.360Z[b] route add 10.0.0.0/24 10.0.0.254
10022026-04-08T11:55:01.370Zadd net 10.0.0.0/24: gateway 10.0.0.254
10032026-04-08T11:55:01.370Z[b] route add 224.0.0.0/4 10.0.0.254
10042026-04-08T11:55:01.381Zadd net 224.0.0.0/4: gateway 10.0.0.254
10052026-04-08T11:55:01.381Z###---------------###
10062026-04-08T11:55:01.381Z:::Topology built!:::
10072026-04-08T11:55:01.381Z###---------------###
10082026-04-08T11:55:01.384Z###----------------###
10092026-04-08T11:55:01.384Z::: iPerf spawned! :::
10102026-04-08T11:55:01.384Z:::Waiting... (10s):::
10112026-04-08T11:55:01.384Z###----------------###
10122026-04-08T11:55:11.382Z###---###
10132026-04-08T11:55:11.382Z:::Go!:::
10142026-04-08T11:55:11.382Z###---###
10152026-04-08T11:55:11.382Z[a] ping 10.0.0.2
10162026-04-08T11:55:11.401Z10.0.0.2 is alive
10172026-04-08T11:55:11.401Z###-------------------###
10182026-04-08T11:55:11.401Z:::Running experiment :::
10192026-04-08T11:55:11.401Z:::iperf-tcp/local/c2s:::
10202026-04-08T11:55:11.401Z###-------------------###
10212026-04-08T11:55:18.790Z-----------------------------------------------------------
10222026-04-08T11:55:18.790ZServer listening on 5201 (test #1)
10232026-04-08T11:55:18.790Z-----------------------------------------------------------
10242026-04-08T11:55:18.790ZAccepted connection from 10.0.0.1, port 37114
10252026-04-08T11:55:18.790Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50388
10262026-04-08T11:55:18.790Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62498
10272026-04-08T11:55:18.790Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47622
10282026-04-08T11:55:18.790Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65434
10292026-04-08T11:55:18.790Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62316
10302026-04-08T11:55:18.790Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48205
10312026-04-08T11:55:18.790Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32781
10322026-04-08T11:55:18.790Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50789
10332026-04-08T11:55:18.790Z[ ID] Interval Transfer Bitrate
10342026-04-08T11:55:18.790Z[ 5] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
10352026-04-08T11:55:18.790Z[ 8] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
10362026-04-08T11:55:18.790Z[ 10] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
10372026-04-08T11:55:18.790Z[ 12] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
10382026-04-08T11:55:18.790Z[ 14] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
10392026-04-08T11:55:18.790Z[ 16] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
10402026-04-08T11:55:18.790Z[ 18] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
10412026-04-08T11:55:18.790Z[ 20] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
10422026-04-08T11:55:18.790Z[SUM] 0.00-1.00 sec 952 MBytes 7.99 Gbits/sec
10432026-04-08T11:55:18.790Z- - - - - - - - - - - - - - - - - - - - - - - - -
10442026-04-08T11:55:18.790Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10452026-04-08T11:55:18.790Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10462026-04-08T11:55:18.790Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10472026-04-08T11:55:18.790Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10482026-04-08T11:55:18.790Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10492026-04-08T11:55:18.790Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10502026-04-08T11:55:18.791Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10512026-04-08T11:55:18.791Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
10522026-04-08T11:55:18.791Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
10532026-04-08T11:55:18.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
10542026-04-08T11:55:18.791Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10552026-04-08T11:55:18.791Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10562026-04-08T11:55:18.791Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10572026-04-08T11:55:18.791Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10582026-04-08T11:55:18.791Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10592026-04-08T11:55:18.791Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10602026-04-08T11:55:18.791Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10612026-04-08T11:55:18.791Z[ 20] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
10622026-04-08T11:55:18.791Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
10632026-04-08T11:55:18.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
10642026-04-08T11:55:18.791Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10652026-04-08T11:55:18.791Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10662026-04-08T11:55:18.791Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10672026-04-08T11:55:18.791Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10682026-04-08T11:55:18.791Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10692026-04-08T11:55:18.791Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10702026-04-08T11:55:18.791Z[ 18] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10712026-04-08T11:55:18.791Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
10722026-04-08T11:55:18.791Z[SUM] 3.00-4.00 sec 1.20 GBytes 10.3 Gbits/sec
10732026-04-08T11:55:18.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
10742026-04-08T11:55:18.791Z[ 5] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10752026-04-08T11:55:18.791Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
10762026-04-08T11:55:18.791Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10772026-04-08T11:55:18.791Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10782026-04-08T11:55:18.791Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
10792026-04-08T11:55:18.791Z[ 16] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
10802026-04-08T11:55:18.791Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10812026-04-08T11:55:18.791Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
10822026-04-08T11:55:18.791Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
10832026-04-08T11:55:18.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
10842026-04-08T11:55:18.791Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10852026-04-08T11:55:18.791Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
10862026-04-08T11:55:18.791Z[ 10] 5.00-6.00 sec 156 MBytes 1.30 Gbits/sec
10872026-04-08T11:55:18.791Z[ 12] 5.00-6.00 sec 156 MBytes 1.30 Gbits/sec
10882026-04-08T11:55:18.792Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10892026-04-08T11:55:18.792Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10902026-04-08T11:55:18.792Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10912026-04-08T11:55:18.792Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10922026-04-08T11:55:18.792Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.4 Gbits/sec
10932026-04-08T11:55:18.792Z- - - - - - - - - - - - - - - - - - - - - - - - -
10942026-04-08T11:55:18.792Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10952026-04-08T11:55:18.792Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10962026-04-08T11:55:18.792Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10972026-04-08T11:55:21.790Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10982026-04-08T11:55:21.790Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
10992026-04-08T11:55:21.790Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
11002026-04-08T11:55:21.790Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
11012026-04-08T11:55:21.790Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
11022026-04-08T11:55:21.790Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
11032026-04-08T11:55:21.790Z- - - - - - - - - - - - - - - - - - - - - - - - -
11042026-04-08T11:55:21.790Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11052026-04-08T11:55:21.791Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11062026-04-08T11:55:21.791Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11072026-04-08T11:55:21.791Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11082026-04-08T11:55:21.791Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11092026-04-08T11:55:21.791Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11102026-04-08T11:55:21.791Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11112026-04-08T11:55:21.791Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
11122026-04-08T11:55:21.791Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
11132026-04-08T11:55:21.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
11142026-04-08T11:55:21.791Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11152026-04-08T11:55:21.791Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11162026-04-08T11:55:21.791Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11172026-04-08T11:55:21.791Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11182026-04-08T11:55:21.791Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11192026-04-08T11:55:21.791Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11202026-04-08T11:55:21.791Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11212026-04-08T11:55:21.791Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
11222026-04-08T11:55:21.791Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
11232026-04-08T11:55:21.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
11242026-04-08T11:55:21.791Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11252026-04-08T11:55:21.791Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11262026-04-08T11:55:21.791Z[ 10] 9.00-10.00 sec 156 MBytes 1.30 Gbits/sec
11272026-04-08T11:55:21.791Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11282026-04-08T11:55:21.791Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
11292026-04-08T11:55:21.791Z[ 16] 9.00-10.00 sec 156 MBytes 1.30 Gbits/sec
11302026-04-08T11:55:21.791Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11312026-04-08T11:55:21.791Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
11322026-04-08T11:55:21.791Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
11332026-04-08T11:55:21.791Z- - - - - - - - - - - - - - - - - - - - - - - - -
11342026-04-08T11:55:21.791Z[ 5] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
11352026-04-08T11:55:21.795Z[ 8] 10.00-10.00 sec 128 KBytes 2.15 Gbits/sec
11362026-04-08T11:55:21.795Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11372026-04-08T11:55:21.795Z[ 12] 10.00-10.00 sec 128 KBytes 2.15 Gbits/sec
11382026-04-08T11:55:21.795Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11392026-04-08T11:55:21.795Z[ 16] 10.00-10.00 sec 128 KBytes 2.15 Gbits/sec
11402026-04-08T11:55:21.795Z[ 18] 10.00-10.00 sec 128 KBytes 2.15 Gbits/sec
11412026-04-08T11:55:21.795Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
11422026-04-08T11:55:21.795Z[SUM] 10.00-10.00 sec 640 KBytes 10.7 Gbits/sec
11432026-04-08T11:55:21.795Z- - - - - - - - - - - - - - - - - - - - - - - - -
11442026-04-08T11:55:21.795Z[ ID] Interval Transfer Bitrate
11452026-04-08T11:55:21.795Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11462026-04-08T11:55:21.795Z[ 8] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11472026-04-08T11:55:21.795Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11482026-04-08T11:55:21.795Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11492026-04-08T11:55:21.795Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11502026-04-08T11:55:21.795Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11512026-04-08T11:55:21.795Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11522026-04-08T11:55:21.795Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
11532026-04-08T11:55:21.795Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.2 Gbits/sec receiver
11542026-04-08T11:55:21.795ZRun 1/5...10161.6455437018Mbps
11552026-04-08T11:55:29.198Z-----------------------------------------------------------
11562026-04-08T11:55:29.198ZServer listening on 5201 (test #2)
11572026-04-08T11:55:29.198Z-----------------------------------------------------------
11582026-04-08T11:55:29.198ZAccepted connection from 10.0.0.1, port 43164
11592026-04-08T11:55:29.198Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60283
11602026-04-08T11:55:29.198Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43837
11612026-04-08T11:55:29.198Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54902
11622026-04-08T11:55:29.198Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38159
11632026-04-08T11:55:29.198Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59257
11642026-04-08T11:55:29.198Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35341
11652026-04-08T11:55:29.198Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62679
11662026-04-08T11:55:29.198Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40025
11672026-04-08T11:55:29.198Z[ ID] Interval Transfer Bitrate
11682026-04-08T11:55:29.198Z[ 5] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
11692026-04-08T11:55:29.198Z[ 8] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
11702026-04-08T11:55:29.198Z[ 10] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
11712026-04-08T11:55:29.198Z[ 12] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
11722026-04-08T11:55:29.198Z[ 14] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
11732026-04-08T11:55:29.198Z[ 16] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
11742026-04-08T11:55:29.202Z[ 18] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
11752026-04-08T11:55:29.202Z[ 20] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
11762026-04-08T11:55:29.202Z[SUM] 0.00-1.00 sec 953 MBytes 7.99 Gbits/sec
11772026-04-08T11:55:29.202Z- - - - - - - - - - - - - - - - - - - - - - - - -
11782026-04-08T11:55:29.202Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11792026-04-08T11:55:29.202Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11802026-04-08T11:55:29.202Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11812026-04-08T11:55:29.202Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11822026-04-08T11:55:29.202Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11832026-04-08T11:55:29.202Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11842026-04-08T11:55:29.202Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11852026-04-08T11:55:29.202Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
11862026-04-08T11:55:29.202Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
11872026-04-08T11:55:29.202Z- - - - - - - - - - - - - - - - - - - - - - - - -
11882026-04-08T11:55:29.202Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11892026-04-08T11:55:29.202Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11902026-04-08T11:55:29.202Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11912026-04-08T11:55:29.202Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11922026-04-08T11:55:29.202Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11932026-04-08T11:55:29.202Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11942026-04-08T11:55:29.202Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11952026-04-08T11:55:29.202Z[ 20] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
11962026-04-08T11:55:29.202Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
11972026-04-08T11:55:29.202Z- - - - - - - - - - - - - - - - - - - - - - - - -
11982026-04-08T11:55:29.202Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
11992026-04-08T11:55:29.202Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
12002026-04-08T11:55:29.202Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
12012026-04-08T11:55:29.202Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
12022026-04-08T11:55:29.202Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
12032026-04-08T11:55:29.202Z[ 16] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
12042026-04-08T11:55:29.202Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
12052026-04-08T11:55:29.202Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
12062026-04-08T11:55:29.202Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
12072026-04-08T11:55:29.202Z- - - - - - - - - - - - - - - - - - - - - - - - -
12082026-04-08T11:55:29.203Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12092026-04-08T11:55:29.203Z[ 8] 4.00-5.00 sec 156 MBytes 1.30 Gbits/sec
12102026-04-08T11:55:29.203Z[ 10] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12112026-04-08T11:55:29.203Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12122026-04-08T11:55:29.203Z[ 14] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12132026-04-08T11:55:29.203Z[ 16] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12142026-04-08T11:55:29.203Z[ 18] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12152026-04-08T11:55:29.203Z[ 20] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
12162026-04-08T11:55:29.203Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
12172026-04-08T11:55:29.203Z- - - - - - - - - - - - - - - - - - - - - - - - -
12182026-04-08T11:55:29.203Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12192026-04-08T11:55:29.203Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12202026-04-08T11:55:29.203Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12212026-04-08T11:55:29.203Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12222026-04-08T11:55:29.203Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12232026-04-08T11:55:29.203Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12242026-04-08T11:55:29.203Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12252026-04-08T11:55:29.203Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
12262026-04-08T11:55:29.203Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
12272026-04-08T11:55:29.203Z- - - - - - - - - - - - - - - - - - - - - - - - -
12282026-04-08T11:55:29.203Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12292026-04-08T11:55:29.203Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12302026-04-08T11:55:29.203Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12312026-04-08T11:55:32.200Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12322026-04-08T11:55:32.200Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12332026-04-08T11:55:32.200Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12342026-04-08T11:55:32.200Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12352026-04-08T11:55:32.200Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
12362026-04-08T11:55:32.200Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
12372026-04-08T11:55:32.200Z- - - - - - - - - - - - - - - - - - - - - - - - -
12382026-04-08T11:55:32.200Z[ 5] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
12392026-04-08T11:55:32.200Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
12402026-04-08T11:55:32.200Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
12412026-04-08T11:55:32.200Z[ 12] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
12422026-04-08T11:55:32.200Z[ 14] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
12432026-04-08T11:55:32.200Z[ 16] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
12442026-04-08T11:55:32.200Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
12452026-04-08T11:55:32.200Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
12462026-04-08T11:55:32.200Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
12472026-04-08T11:55:32.200Z- - - - - - - - - - - - - - - - - - - - - - - - -
12482026-04-08T11:55:32.200Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12492026-04-08T11:55:32.200Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12502026-04-08T11:55:32.200Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12512026-04-08T11:55:32.200Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12522026-04-08T11:55:32.200Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12532026-04-08T11:55:32.200Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12542026-04-08T11:55:32.200Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12552026-04-08T11:55:32.200Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
12562026-04-08T11:55:32.200Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
12572026-04-08T11:55:32.200Z- - - - - - - - - - - - - - - - - - - - - - - - -
12582026-04-08T11:55:32.200Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
12592026-04-08T11:55:32.200Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
12602026-04-08T11:55:32.200Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
12612026-04-08T11:55:32.200Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
12622026-04-08T11:55:32.200Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
12632026-04-08T11:55:32.200Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
12642026-04-08T11:55:32.200Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
12652026-04-08T11:55:32.201Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
12662026-04-08T11:55:32.201Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
12672026-04-08T11:55:32.201Z- - - - - - - - - - - - - - - - - - - - - - - - -
12682026-04-08T11:55:32.201Z[ 5] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
12692026-04-08T11:55:32.201Z[ 8] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
12702026-04-08T11:55:32.201Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12712026-04-08T11:55:32.201Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12722026-04-08T11:55:32.201Z[ 14] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
12732026-04-08T11:55:32.204Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12742026-04-08T11:55:32.204Z[ 18] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
12752026-04-08T11:55:32.204Z[ 20] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
12762026-04-08T11:55:32.204Z[SUM] 10.00-10.00 sec 640 KBytes 10.4 Gbits/sec
12772026-04-08T11:55:32.204Z- - - - - - - - - - - - - - - - - - - - - - - - -
12782026-04-08T11:55:32.204Z[ ID] Interval Transfer Bitrate
12792026-04-08T11:55:32.204Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12802026-04-08T11:55:32.204Z[ 8] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12812026-04-08T11:55:32.204Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12822026-04-08T11:55:32.204Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12832026-04-08T11:55:32.204Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12842026-04-08T11:55:32.205Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12852026-04-08T11:55:32.205Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12862026-04-08T11:55:32.205Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
12872026-04-08T11:55:32.205Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.2 Gbits/sec receiver
12882026-04-08T11:55:32.205ZRun 2/5...10168.2727893534Mbps
12892026-04-08T11:55:39.600Z-----------------------------------------------------------
12902026-04-08T11:55:39.600ZServer listening on 5201 (test #3)
12912026-04-08T11:55:39.600Z-----------------------------------------------------------
12922026-04-08T11:55:39.601ZAccepted connection from 10.0.0.1, port 47615
12932026-04-08T11:55:39.601Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64923
12942026-04-08T11:55:39.601Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52120
12952026-04-08T11:55:39.601Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44411
12962026-04-08T11:55:39.601Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37762
12972026-04-08T11:55:39.601Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38222
12982026-04-08T11:55:39.601Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57598
12992026-04-08T11:55:39.601Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59205
13002026-04-08T11:55:39.601Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53321
13012026-04-08T11:55:39.601Z[ ID] Interval Transfer Bitrate
13022026-04-08T11:55:39.601Z[ 5] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
13032026-04-08T11:55:39.601Z[ 8] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13042026-04-08T11:55:39.601Z[ 10] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13052026-04-08T11:55:39.601Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13062026-04-08T11:55:39.601Z[ 14] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
13072026-04-08T11:55:39.601Z[ 16] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
13082026-04-08T11:55:39.601Z[ 18] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13092026-04-08T11:55:39.601Z[ 20] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
13102026-04-08T11:55:39.601Z[SUM] 0.00-1.00 sec 956 MBytes 8.02 Gbits/sec
13112026-04-08T11:55:39.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
13122026-04-08T11:55:39.601Z[ 5] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13132026-04-08T11:55:39.601Z[ 8] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13142026-04-08T11:55:39.601Z[ 10] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13152026-04-08T11:55:39.601Z[ 12] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13162026-04-08T11:55:39.601Z[ 14] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13172026-04-08T11:55:39.601Z[ 16] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13182026-04-08T11:55:39.601Z[ 18] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13192026-04-08T11:55:39.601Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
13202026-04-08T11:55:39.601Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.4 Gbits/sec
13212026-04-08T11:55:39.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
13222026-04-08T11:55:39.601Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13232026-04-08T11:55:39.601Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13242026-04-08T11:55:39.601Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13252026-04-08T11:55:39.601Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13262026-04-08T11:55:39.601Z[ 14] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
13272026-04-08T11:55:39.601Z[ 16] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
13282026-04-08T11:55:39.601Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
13292026-04-08T11:55:39.601Z[ 20] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
13302026-04-08T11:55:39.602Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
13312026-04-08T11:55:39.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
13322026-04-08T11:55:39.602Z[ 5] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13332026-04-08T11:55:39.602Z[ 8] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13342026-04-08T11:55:39.602Z[ 10] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13352026-04-08T11:55:39.602Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13362026-04-08T11:55:39.602Z[ 14] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13372026-04-08T11:55:39.602Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13382026-04-08T11:55:39.602Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
13392026-04-08T11:55:39.602Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
13402026-04-08T11:55:39.602Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
13412026-04-08T11:55:39.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
13422026-04-08T11:55:39.602Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
13432026-04-08T11:55:39.602Z[ 8] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13442026-04-08T11:55:39.602Z[ 10] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13452026-04-08T11:55:39.602Z[ 12] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13462026-04-08T11:55:39.602Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
13472026-04-08T11:55:39.602Z[ 16] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13482026-04-08T11:55:39.602Z[ 18] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13492026-04-08T11:55:39.602Z[ 20] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
13502026-04-08T11:55:39.602Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
13512026-04-08T11:55:39.602Z- - - - - - - - - - - - - - - - - - - - - - - - -
13522026-04-08T11:55:39.602Z[ 5] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
13532026-04-08T11:55:39.605Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
13542026-04-08T11:55:39.605Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
13552026-04-08T11:55:39.606Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
13562026-04-08T11:55:39.606Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
13572026-04-08T11:55:39.606Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
13582026-04-08T11:55:39.606Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
13592026-04-08T11:55:39.606Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
13602026-04-08T11:55:39.606Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
13612026-04-08T11:55:39.606Z- - - - - - - - - - - - - - - - - - - - - - - - -
13622026-04-08T11:55:39.606Z[ 5] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13632026-04-08T11:55:39.606Z[ 8] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13642026-04-08T11:55:39.606Z[ 10] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13652026-04-08T11:55:42.602Z[ 12] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13662026-04-08T11:55:42.603Z[ 14] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13672026-04-08T11:55:42.603Z[ 16] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13682026-04-08T11:55:42.603Z[ 18] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13692026-04-08T11:55:42.603Z[ 20] 6.00-7.00 sec 154 MBytes 1.29 Gbits/sec
13702026-04-08T11:55:42.603Z[SUM] 6.00-7.00 sec 1.20 GBytes 10.3 Gbits/sec
13712026-04-08T11:55:42.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
13722026-04-08T11:55:42.603Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13732026-04-08T11:55:42.603Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13742026-04-08T11:55:42.603Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13752026-04-08T11:55:42.603Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13762026-04-08T11:55:42.603Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13772026-04-08T11:55:42.603Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13782026-04-08T11:55:42.603Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13792026-04-08T11:55:42.603Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
13802026-04-08T11:55:42.603Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
13812026-04-08T11:55:42.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
13822026-04-08T11:55:42.603Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
13832026-04-08T11:55:42.603Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
13842026-04-08T11:55:42.603Z[ 10] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13852026-04-08T11:55:42.603Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
13862026-04-08T11:55:42.603Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
13872026-04-08T11:55:42.603Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
13882026-04-08T11:55:42.603Z[ 18] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13892026-04-08T11:55:42.603Z[ 20] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
13902026-04-08T11:55:42.603Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
13912026-04-08T11:55:42.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
13922026-04-08T11:55:42.603Z[ 5] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
13932026-04-08T11:55:42.603Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13942026-04-08T11:55:42.603Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13952026-04-08T11:55:42.603Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13962026-04-08T11:55:42.603Z[ 14] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13972026-04-08T11:55:42.603Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13982026-04-08T11:55:42.603Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
13992026-04-08T11:55:42.603Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
14002026-04-08T11:55:42.603Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
14012026-04-08T11:55:42.603Z- - - - - - - - - - - - - - - - - - - - - - - - -
14022026-04-08T11:55:42.603Z[ 5] 10.00-10.00 sec 384 KBytes 1.44 Gbits/sec
14032026-04-08T11:55:42.603Z[ 8] 10.00-10.00 sec 384 KBytes 1.44 Gbits/sec
14042026-04-08T11:55:42.604Z[ 10] 10.00-10.00 sec 256 KBytes 962 Mbits/sec
14052026-04-08T11:55:42.604Z[ 12] 10.00-10.00 sec 384 KBytes 1.44 Gbits/sec
14062026-04-08T11:55:42.604Z[ 14] 10.00-10.00 sec 256 KBytes 962 Mbits/sec
14072026-04-08T11:55:42.604Z[ 16] 10.00-10.00 sec 384 KBytes 1.44 Gbits/sec
14082026-04-08T11:55:42.604Z[ 18] 10.00-10.00 sec 384 KBytes 1.44 Gbits/sec
14092026-04-08T11:55:42.604Z[ 20] 10.00-10.00 sec 384 KBytes 1.44 Gbits/sec
14102026-04-08T11:55:42.604Z[SUM] 10.00-10.00 sec 2.75 MBytes 10.6 Gbits/sec
14112026-04-08T11:55:42.604Z- - - - - - - - - - - - - - - - - - - - - - - - -
14122026-04-08T11:55:42.604Z[ ID] Interval Transfer Bitrate
14132026-04-08T11:55:42.604Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14142026-04-08T11:55:42.604Z[ 8] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14152026-04-08T11:55:42.604Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14162026-04-08T11:55:42.604Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14172026-04-08T11:55:42.604Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14182026-04-08T11:55:42.604Z[ 16] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14192026-04-08T11:55:42.604Z[ 18] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14202026-04-08T11:55:42.604Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
14212026-04-08T11:55:42.604Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
14222026-04-08T11:55:42.608ZRun 3/5...10149.605437017784Mbps
14232026-04-08T11:55:50.002Z-----------------------------------------------------------
14242026-04-08T11:55:50.002ZServer listening on 5201 (test #4)
14252026-04-08T11:55:50.002Z-----------------------------------------------------------
14262026-04-08T11:55:50.002ZAccepted connection from 10.0.0.1, port 40485
14272026-04-08T11:55:50.002Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44576
14282026-04-08T11:55:50.002Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33298
14292026-04-08T11:55:50.002Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51937
14302026-04-08T11:55:50.002Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41152
14312026-04-08T11:55:50.002Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44804
14322026-04-08T11:55:50.002Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61184
14332026-04-08T11:55:50.002Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46436
14342026-04-08T11:55:50.002Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46438
14352026-04-08T11:55:50.002Z[ ID] Interval Transfer Bitrate
14362026-04-08T11:55:50.002Z[ 5] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
14372026-04-08T11:55:50.002Z[ 8] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
14382026-04-08T11:55:50.002Z[ 10] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
14392026-04-08T11:55:50.002Z[ 12] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
14402026-04-08T11:55:50.002Z[ 14] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
14412026-04-08T11:55:50.002Z[ 16] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
14422026-04-08T11:55:50.002Z[ 18] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
14432026-04-08T11:55:50.002Z[ 20] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
14442026-04-08T11:55:50.003Z[SUM] 0.00-1.00 sec 955 MBytes 8.01 Gbits/sec
14452026-04-08T11:55:50.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
14462026-04-08T11:55:50.003Z[ 5] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14472026-04-08T11:55:50.003Z[ 8] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14482026-04-08T11:55:50.003Z[ 10] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14492026-04-08T11:55:50.003Z[ 12] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14502026-04-08T11:55:50.003Z[ 14] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14512026-04-08T11:55:50.003Z[ 16] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14522026-04-08T11:55:50.004Z[ 18] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14532026-04-08T11:55:50.004Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
14542026-04-08T11:55:50.004Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.4 Gbits/sec
14552026-04-08T11:55:50.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
14562026-04-08T11:55:50.004Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14572026-04-08T11:55:50.004Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
14582026-04-08T11:55:50.004Z[ 10] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
14592026-04-08T11:55:50.004Z[ 12] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14602026-04-08T11:55:50.004Z[ 14] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
14612026-04-08T11:55:50.004Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
14622026-04-08T11:55:50.007Z[ 18] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
14632026-04-08T11:55:50.008Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14642026-04-08T11:55:50.008Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
14652026-04-08T11:55:50.008Z- - - - - - - - - - - - - - - - - - - - - - - - -
14662026-04-08T11:55:50.008Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14672026-04-08T11:55:50.008Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14682026-04-08T11:55:50.008Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14692026-04-08T11:55:50.008Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14702026-04-08T11:55:50.008Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14712026-04-08T11:55:50.008Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14722026-04-08T11:55:50.008Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14732026-04-08T11:55:50.008Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
14742026-04-08T11:55:50.008Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
14752026-04-08T11:55:50.008Z- - - - - - - - - - - - - - - - - - - - - - - - -
14762026-04-08T11:55:50.008Z[ 5] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14772026-04-08T11:55:50.008Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14782026-04-08T11:55:50.008Z[ 10] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14792026-04-08T11:55:50.008Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14802026-04-08T11:55:50.008Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14812026-04-08T11:55:50.008Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14822026-04-08T11:55:50.008Z[ 18] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14832026-04-08T11:55:50.008Z[ 20] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
14842026-04-08T11:55:50.008Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
14852026-04-08T11:55:50.008Z- - - - - - - - - - - - - - - - - - - - - - - - -
14862026-04-08T11:55:50.008Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14872026-04-08T11:55:50.008Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14882026-04-08T11:55:50.008Z[ 10] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14892026-04-08T11:55:50.008Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14902026-04-08T11:55:50.008Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14912026-04-08T11:55:50.008Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14922026-04-08T11:55:50.008Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14932026-04-08T11:55:50.008Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14942026-04-08T11:55:50.008Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
14952026-04-08T11:55:50.008Z- - - - - - - - - - - - - - - - - - - - - - - - -
14962026-04-08T11:55:50.008Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
14972026-04-08T11:55:50.008Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
14982026-04-08T11:55:50.008Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
14992026-04-08T11:55:53.004Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15002026-04-08T11:55:53.004Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15012026-04-08T11:55:53.004Z[ 16] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15022026-04-08T11:55:53.004Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15032026-04-08T11:55:53.004Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15042026-04-08T11:55:53.005Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
15052026-04-08T11:55:53.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
15062026-04-08T11:55:53.005Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15072026-04-08T11:55:53.005Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
15082026-04-08T11:55:53.005Z[ 10] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
15092026-04-08T11:55:53.005Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
15102026-04-08T11:55:53.005Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
15112026-04-08T11:55:53.005Z[ 16] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
15122026-04-08T11:55:53.009Z[ 18] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
15132026-04-08T11:55:53.009Z[ 20] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
15142026-04-08T11:55:53.009Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
15152026-04-08T11:55:53.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
15162026-04-08T11:55:53.009Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15172026-04-08T11:55:53.009Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15182026-04-08T11:55:53.009Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15192026-04-08T11:55:53.009Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15202026-04-08T11:55:53.009Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15212026-04-08T11:55:53.009Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15222026-04-08T11:55:53.009Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15232026-04-08T11:55:53.010Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15242026-04-08T11:55:53.010Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
15252026-04-08T11:55:53.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
15262026-04-08T11:55:53.010Z[ 5] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15272026-04-08T11:55:53.010Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15282026-04-08T11:55:53.010Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15292026-04-08T11:55:53.010Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15302026-04-08T11:55:53.010Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15312026-04-08T11:55:53.010Z[ 16] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15322026-04-08T11:55:53.010Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15332026-04-08T11:55:53.010Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
15342026-04-08T11:55:53.010Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
15352026-04-08T11:55:53.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
15362026-04-08T11:55:53.010Z[ 5] 10.00-10.00 sec 256 KBytes 912 Mbits/sec
15372026-04-08T11:55:53.010Z[ 8] 10.00-10.00 sec 384 KBytes 1.37 Gbits/sec
15382026-04-08T11:55:53.010Z[ 10] 10.00-10.00 sec 384 KBytes 1.37 Gbits/sec
15392026-04-08T11:55:53.010Z[ 12] 10.00-10.00 sec 256 KBytes 912 Mbits/sec
15402026-04-08T11:55:53.010Z[ 14] 10.00-10.00 sec 384 KBytes 1.37 Gbits/sec
15412026-04-08T11:55:53.010Z[ 16] 10.00-10.00 sec 384 KBytes 1.37 Gbits/sec
15422026-04-08T11:55:53.010Z[ 18] 10.00-10.00 sec 384 KBytes 1.37 Gbits/sec
15432026-04-08T11:55:53.010Z[ 20] 10.00-10.00 sec 384 KBytes 1.37 Gbits/sec
15442026-04-08T11:55:53.010Z[SUM] 10.00-10.00 sec 2.75 MBytes 10.0 Gbits/sec
15452026-04-08T11:55:53.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
15462026-04-08T11:55:53.010Z[ ID] Interval Transfer Bitrate
15472026-04-08T11:55:53.010Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15482026-04-08T11:55:53.010Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15492026-04-08T11:55:53.010Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15502026-04-08T11:55:53.011Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15512026-04-08T11:55:53.011Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15522026-04-08T11:55:53.011Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15532026-04-08T11:55:53.011Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15542026-04-08T11:55:53.011Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
15552026-04-08T11:55:53.011Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec receiver
15562026-04-08T11:55:53.011ZRun 4/5...10219.318079511175Mbps
15572026-04-08T11:56:00.404Z-----------------------------------------------------------
15582026-04-08T11:56:00.404ZServer listening on 5201 (test #5)
15592026-04-08T11:56:00.404Z-----------------------------------------------------------
15602026-04-08T11:56:00.404ZAccepted connection from 10.0.0.1, port 52243
15612026-04-08T11:56:00.404Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46420
15622026-04-08T11:56:00.404Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52438
15632026-04-08T11:56:00.404Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46441
15642026-04-08T11:56:00.404Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36736
15652026-04-08T11:56:00.404Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65201
15662026-04-08T11:56:00.404Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47962
15672026-04-08T11:56:00.404Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38189
15682026-04-08T11:56:00.404Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43566
15692026-04-08T11:56:00.404Z[ ID] Interval Transfer Bitrate
15702026-04-08T11:56:00.404Z[ 5] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
15712026-04-08T11:56:00.404Z[ 8] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
15722026-04-08T11:56:00.405Z[ 10] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
15732026-04-08T11:56:00.405Z[ 12] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
15742026-04-08T11:56:00.405Z[ 14] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
15752026-04-08T11:56:00.405Z[ 16] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
15762026-04-08T11:56:00.405Z[ 18] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
15772026-04-08T11:56:00.405Z[ 20] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
15782026-04-08T11:56:00.405Z[SUM] 0.00-1.00 sec 953 MBytes 7.99 Gbits/sec
15792026-04-08T11:56:00.405Z- - - - - - - - - - - - - - - - - - - - - - - - -
15802026-04-08T11:56:00.405Z[ 5] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15812026-04-08T11:56:00.405Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15822026-04-08T11:56:00.405Z[ 10] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15832026-04-08T11:56:00.405Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15842026-04-08T11:56:00.405Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15852026-04-08T11:56:00.405Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15862026-04-08T11:56:00.408Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15872026-04-08T11:56:00.408Z[ 20] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
15882026-04-08T11:56:00.408Z[SUM] 1.00-2.00 sec 1.20 GBytes 10.3 Gbits/sec
15892026-04-08T11:56:00.408Z- - - - - - - - - - - - - - - - - - - - - - - - -
15902026-04-08T11:56:00.408Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15912026-04-08T11:56:00.408Z[ 8] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15922026-04-08T11:56:00.408Z[ 10] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
15932026-04-08T11:56:00.408Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15942026-04-08T11:56:00.408Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15952026-04-08T11:56:00.408Z[ 16] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
15962026-04-08T11:56:00.408Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15972026-04-08T11:56:00.408Z[ 20] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
15982026-04-08T11:56:00.408Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
15992026-04-08T11:56:00.408Z- - - - - - - - - - - - - - - - - - - - - - - - -
16002026-04-08T11:56:00.408Z[ 5] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
16012026-04-08T11:56:00.408Z[ 8] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
16022026-04-08T11:56:00.408Z[ 10] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
16032026-04-08T11:56:00.409Z[ 12] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16042026-04-08T11:56:00.409Z[ 14] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
16052026-04-08T11:56:00.409Z[ 16] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16062026-04-08T11:56:00.409Z[ 18] 3.00-4.00 sec 154 MBytes 1.30 Gbits/sec
16072026-04-08T11:56:00.409Z[ 20] 3.00-4.00 sec 154 MBytes 1.29 Gbits/sec
16082026-04-08T11:56:00.409Z[SUM] 3.00-4.00 sec 1.21 GBytes 10.4 Gbits/sec
16092026-04-08T11:56:00.409Z- - - - - - - - - - - - - - - - - - - - - - - - -
16102026-04-08T11:56:00.409Z[ 5] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
16112026-04-08T11:56:00.409Z[ 8] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
16122026-04-08T11:56:00.409Z[ 10] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
16132026-04-08T11:56:00.409Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
16142026-04-08T11:56:00.409Z[ 14] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16152026-04-08T11:56:00.409Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16162026-04-08T11:56:00.409Z[ 18] 4.00-5.00 sec 154 MBytes 1.30 Gbits/sec
16172026-04-08T11:56:00.409Z[ 20] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
16182026-04-08T11:56:00.409Z[SUM] 4.00-5.00 sec 1.21 GBytes 10.4 Gbits/sec
16192026-04-08T11:56:00.409Z- - - - - - - - - - - - - - - - - - - - - - - - -
16202026-04-08T11:56:00.409Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16212026-04-08T11:56:00.409Z[ 8] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
16222026-04-08T11:56:00.409Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16232026-04-08T11:56:00.409Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16242026-04-08T11:56:00.409Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16252026-04-08T11:56:00.409Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16262026-04-08T11:56:00.409Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16272026-04-08T11:56:00.410Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
16282026-04-08T11:56:00.410Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
16292026-04-08T11:56:00.410Z- - - - - - - - - - - - - - - - - - - - - - - - -
16302026-04-08T11:56:00.410Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16312026-04-08T11:56:00.410Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16322026-04-08T11:56:00.410Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16332026-04-08T11:56:03.408Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16342026-04-08T11:56:03.408Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16352026-04-08T11:56:03.408Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16362026-04-08T11:56:03.408Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16372026-04-08T11:56:03.408Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
16382026-04-08T11:56:03.408Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
16392026-04-08T11:56:03.408Z- - - - - - - - - - - - - - - - - - - - - - - - -
16402026-04-08T11:56:03.408Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16412026-04-08T11:56:03.408Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16422026-04-08T11:56:03.408Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16432026-04-08T11:56:03.408Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16442026-04-08T11:56:03.408Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16452026-04-08T11:56:03.408Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16462026-04-08T11:56:03.408Z[ 18] 7.00-8.00 sec 154 MBytes 1.30 Gbits/sec
16472026-04-08T11:56:03.408Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
16482026-04-08T11:56:03.408Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
16492026-04-08T11:56:03.408Z- - - - - - - - - - - - - - - - - - - - - - - - -
16502026-04-08T11:56:03.408Z[ 5] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16512026-04-08T11:56:03.408Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16522026-04-08T11:56:03.408Z[ 10] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16532026-04-08T11:56:03.408Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16542026-04-08T11:56:03.408Z[ 14] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16552026-04-08T11:56:03.408Z[ 16] 8.00-9.00 sec 154 MBytes 1.29 Gbits/sec
16562026-04-08T11:56:03.408Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16572026-04-08T11:56:03.408Z[ 20] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
16582026-04-08T11:56:03.408Z[SUM] 8.00-9.00 sec 1.21 GBytes 10.4 Gbits/sec
16592026-04-08T11:56:03.408Z- - - - - - - - - - - - - - - - - - - - - - - - -
16602026-04-08T11:56:03.409Z[ 5] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16612026-04-08T11:56:03.409Z[ 8] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16622026-04-08T11:56:03.409Z[ 10] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16632026-04-08T11:56:03.409Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16642026-04-08T11:56:03.409Z[ 14] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
16652026-04-08T11:56:03.409Z[ 16] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16662026-04-08T11:56:03.409Z[ 18] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16672026-04-08T11:56:03.409Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
16682026-04-08T11:56:03.409Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
16692026-04-08T11:56:03.409Z- - - - - - - - - - - - - - - - - - - - - - - - -
16702026-04-08T11:56:03.409Z[ 5] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16712026-04-08T11:56:03.409Z[ 8] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16722026-04-08T11:56:03.409Z[ 10] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16732026-04-08T11:56:03.409Z[ 12] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16742026-04-08T11:56:03.409Z[ 14] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16752026-04-08T11:56:03.409Z[ 16] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16762026-04-08T11:56:03.409Z[ 18] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16772026-04-08T11:56:03.409Z[ 20] 10.00-10.00 sec 384 KBytes 1.36 Gbits/sec
16782026-04-08T11:56:03.409Z[SUM] 10.00-10.00 sec 3.00 MBytes 10.9 Gbits/sec
16792026-04-08T11:56:03.409Z- - - - - - - - - - - - - - - - - - - - - - - - -
16802026-04-08T11:56:03.409Z[ ID] Interval Transfer Bitrate
16812026-04-08T11:56:03.412Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16822026-04-08T11:56:03.412Z[ 8] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
16832026-04-08T11:56:03.413Z[ 10] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16842026-04-08T11:56:03.413Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16852026-04-08T11:56:03.413Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16862026-04-08T11:56:03.413Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
16872026-04-08T11:56:03.413Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec receiver
16882026-04-08T11:56:03.413Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec receiver
16892026-04-08T11:56:03.413Z[SUM] 0.00-10.00 sec 11.8 GBytes 10.1 Gbits/sec receiver
16902026-04-08T11:56:03.413ZRun 5/5...10137.218280990724Mbps
16912026-04-08T11:56:03.413Z###---------------------###
16922026-04-08T11:56:03.413Z::: iPerf done... :::
16932026-04-08T11:56:03.413Z:::Awaiting out files...:::
16942026-04-08T11:56:03.413Z###---------------------###
16952026-04-08T11:56:03.413Z###-----###
16962026-04-08T11:56:03.413Z:::done!:::
16972026-04-08T11:56:03.413Z###-----###
16982026-04-08T11:56:03.413Z###-------------------###
16992026-04-08T11:56:03.413Z:::Running experiment :::
17002026-04-08T11:56:03.413Z:::iperf-tcp/local/s2c:::
17012026-04-08T11:56:03.413Z###-------------------###
17022026-04-08T11:56:10.798Z-----------------------------------------------------------
17032026-04-08T11:56:10.798ZServer listening on 5201 (test #6)
17042026-04-08T11:56:10.798Z-----------------------------------------------------------
17052026-04-08T11:56:10.798ZAccepted connection from 10.0.0.1, port 33373
17062026-04-08T11:56:10.799Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47904
17072026-04-08T11:56:10.799Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47529
17082026-04-08T11:56:10.799Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37349
17092026-04-08T11:56:10.799Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48359
17102026-04-08T11:56:10.799Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44406
17112026-04-08T11:56:10.799Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41255
17122026-04-08T11:56:10.799Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35359
17132026-04-08T11:56:10.799Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36645
17142026-04-08T11:56:10.799Z[ ID] Interval Transfer Bitrate
17152026-04-08T11:56:10.799Z[ 5] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
17162026-04-08T11:56:10.799Z[ 8] 0.00-1.00 sec 151 MBytes 1.26 Gbits/sec
17172026-04-08T11:56:10.799Z[ 10] 0.00-1.00 sec 150 MBytes 1.26 Gbits/sec
17182026-04-08T11:56:10.799Z[ 12] 0.00-1.00 sec 118 MBytes 987 Mbits/sec
17192026-04-08T11:56:10.799Z[ 14] 0.00-1.00 sec 117 MBytes 985 Mbits/sec
17202026-04-08T11:56:10.799Z[ 16] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
17212026-04-08T11:56:10.799Z[ 18] 0.00-1.00 sec 148 MBytes 1.25 Gbits/sec
17222026-04-08T11:56:10.799Z[ 20] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
17232026-04-08T11:56:10.799Z[SUM] 0.00-1.00 sec 1.07 GBytes 9.18 Gbits/sec
17242026-04-08T11:56:10.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
17252026-04-08T11:56:10.799Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17262026-04-08T11:56:10.799Z[ 8] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
17272026-04-08T11:56:10.799Z[ 10] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec
17282026-04-08T11:56:10.799Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
17292026-04-08T11:56:10.799Z[ 14] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
17302026-04-08T11:56:10.799Z[ 16] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec
17312026-04-08T11:56:10.799Z[ 18] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec
17322026-04-08T11:56:10.799Z[ 20] 1.00-2.00 sec 170 MBytes 1.43 Gbits/sec
17332026-04-08T11:56:10.799Z[SUM] 1.00-2.00 sec 1.28 GBytes 11.0 Gbits/sec
17342026-04-08T11:56:10.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
17352026-04-08T11:56:10.799Z[ 5] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
17362026-04-08T11:56:10.799Z[ 8] 2.00-3.00 sec 200 MBytes 1.67 Gbits/sec
17372026-04-08T11:56:10.799Z[ 10] 2.00-3.00 sec 180 MBytes 1.51 Gbits/sec
17382026-04-08T11:56:10.799Z[ 12] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
17392026-04-08T11:56:10.799Z[ 14] 2.00-3.00 sec 154 MBytes 1.29 Gbits/sec
17402026-04-08T11:56:10.799Z[ 16] 2.00-3.00 sec 183 MBytes 1.54 Gbits/sec
17412026-04-08T11:56:10.799Z[ 18] 2.00-3.00 sec 184 MBytes 1.55 Gbits/sec
17422026-04-08T11:56:10.800Z[ 20] 2.00-3.00 sec 192 MBytes 1.61 Gbits/sec
17432026-04-08T11:56:10.800Z[SUM] 2.00-3.00 sec 1.37 GBytes 11.8 Gbits/sec
17442026-04-08T11:56:10.800Z- - - - - - - - - - - - - - - - - - - - - - - - -
17452026-04-08T11:56:10.800Z[ 5] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
17462026-04-08T11:56:10.800Z[ 8] 3.00-4.00 sec 166 MBytes 1.40 Gbits/sec
17472026-04-08T11:56:10.800Z[ 10] 3.00-4.00 sec 184 MBytes 1.54 Gbits/sec
17482026-04-08T11:56:10.800Z[ 12] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
17492026-04-08T11:56:10.800Z[ 14] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
17502026-04-08T11:56:10.800Z[ 16] 3.00-4.00 sec 164 MBytes 1.37 Gbits/sec
17512026-04-08T11:56:10.800Z[ 18] 3.00-4.00 sec 196 MBytes 1.64 Gbits/sec
17522026-04-08T11:56:10.800Z[ 20] 3.00-4.00 sec 170 MBytes 1.42 Gbits/sec
17532026-04-08T11:56:10.800Z[SUM] 3.00-4.00 sec 1.31 GBytes 11.3 Gbits/sec
17542026-04-08T11:56:10.800Z- - - - - - - - - - - - - - - - - - - - - - - - -
17552026-04-08T11:56:10.800Z[ 5] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
17562026-04-08T11:56:10.803Z[ 8] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
17572026-04-08T11:56:10.803Z[ 10] 4.00-5.00 sec 179 MBytes 1.50 Gbits/sec
17582026-04-08T11:56:10.803Z[ 12] 4.00-5.00 sec 155 MBytes 1.30 Gbits/sec
17592026-04-08T11:56:10.803Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
17602026-04-08T11:56:10.803Z[ 16] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
17612026-04-08T11:56:10.803Z[ 18] 4.00-5.00 sec 188 MBytes 1.57 Gbits/sec
17622026-04-08T11:56:10.803Z[ 20] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
17632026-04-08T11:56:10.803Z[SUM] 4.00-5.00 sec 1.30 GBytes 11.1 Gbits/sec
17642026-04-08T11:56:10.803Z- - - - - - - - - - - - - - - - - - - - - - - - -
17652026-04-08T11:56:10.803Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
17662026-04-08T11:56:10.803Z[ 8] 5.00-6.00 sec 188 MBytes 1.58 Gbits/sec
17672026-04-08T11:56:10.803Z[ 10] 5.00-6.00 sec 179 MBytes 1.50 Gbits/sec
17682026-04-08T11:56:10.804Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
17692026-04-08T11:56:10.804Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
17702026-04-08T11:56:10.804Z[ 16] 5.00-6.00 sec 183 MBytes 1.53 Gbits/sec
17712026-04-08T11:56:10.804Z[ 18] 5.00-6.00 sec 168 MBytes 1.41 Gbits/sec
17722026-04-08T11:56:10.804Z[ 20] 5.00-6.00 sec 165 MBytes 1.39 Gbits/sec
17732026-04-08T11:56:10.804Z[SUM] 5.00-6.00 sec 1.32 GBytes 11.3 Gbits/sec
17742026-04-08T11:56:10.804Z- - - - - - - - - - - - - - - - - - - - - - - - -
17752026-04-08T11:56:10.804Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
17762026-04-08T11:56:10.804Z[ 8] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
17772026-04-08T11:56:10.804Z[ 10] 6.00-7.00 sec 176 MBytes 1.47 Gbits/sec
17782026-04-08T11:56:13.800Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
17792026-04-08T11:56:13.800Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
17802026-04-08T11:56:13.800Z[ 16] 6.00-7.00 sec 173 MBytes 1.45 Gbits/sec
17812026-04-08T11:56:13.800Z[ 18] 6.00-7.00 sec 167 MBytes 1.40 Gbits/sec
17822026-04-08T11:56:13.800Z[ 20] 6.00-7.00 sec 161 MBytes 1.35 Gbits/sec
17832026-04-08T11:56:13.800Z[SUM] 6.00-7.00 sec 1.27 GBytes 10.9 Gbits/sec
17842026-04-08T11:56:13.800Z- - - - - - - - - - - - - - - - - - - - - - - - -
17852026-04-08T11:56:13.800Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
17862026-04-08T11:56:13.800Z[ 8] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec
17872026-04-08T11:56:13.800Z[ 10] 7.00-8.00 sec 180 MBytes 1.51 Gbits/sec
17882026-04-08T11:56:13.800Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
17892026-04-08T11:56:13.800Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
17902026-04-08T11:56:13.800Z[ 16] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
17912026-04-08T11:56:13.800Z[ 18] 7.00-8.00 sec 168 MBytes 1.41 Gbits/sec
17922026-04-08T11:56:13.800Z[ 20] 7.00-8.00 sec 176 MBytes 1.47 Gbits/sec
17932026-04-08T11:56:13.800Z[SUM] 7.00-8.00 sec 1.29 GBytes 11.1 Gbits/sec
17942026-04-08T11:56:13.800Z- - - - - - - - - - - - - - - - - - - - - - - - -
17952026-04-08T11:56:13.800Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
17962026-04-08T11:56:13.800Z[ 8] 8.00-9.00 sec 180 MBytes 1.51 Gbits/sec
17972026-04-08T11:56:13.800Z[ 10] 8.00-9.00 sec 166 MBytes 1.39 Gbits/sec
17982026-04-08T11:56:13.800Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
17992026-04-08T11:56:13.800Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
18002026-04-08T11:56:13.801Z[ 16] 8.00-9.00 sec 154 MBytes 1.30 Gbits/sec
18012026-04-08T11:56:13.801Z[ 18] 8.00-9.00 sec 163 MBytes 1.37 Gbits/sec
18022026-04-08T11:56:13.801Z[ 20] 8.00-9.00 sec 180 MBytes 1.51 Gbits/sec
18032026-04-08T11:56:13.801Z[SUM] 8.00-9.00 sec 1.28 GBytes 11.0 Gbits/sec
18042026-04-08T11:56:13.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
18052026-04-08T11:56:13.801Z[ 5] 9.00-10.00 sec 153 MBytes 1.28 Gbits/sec
18062026-04-08T11:56:13.801Z[ 8] 9.00-10.00 sec 167 MBytes 1.40 Gbits/sec
18072026-04-08T11:56:13.801Z[ 10] 9.00-10.00 sec 183 MBytes 1.53 Gbits/sec
18082026-04-08T11:56:13.801Z[ 12] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
18092026-04-08T11:56:13.801Z[ 14] 9.00-10.00 sec 153 MBytes 1.29 Gbits/sec
18102026-04-08T11:56:13.801Z[ 16] 9.00-10.00 sec 183 MBytes 1.53 Gbits/sec
18112026-04-08T11:56:13.801Z[ 18] 9.00-10.00 sec 185 MBytes 1.55 Gbits/sec
18122026-04-08T11:56:13.801Z[ 20] 9.00-10.00 sec 178 MBytes 1.49 Gbits/sec
18132026-04-08T11:56:13.801Z[SUM] 9.00-10.00 sec 1.32 GBytes 11.4 Gbits/sec
18142026-04-08T11:56:13.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
18152026-04-08T11:56:13.801Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18162026-04-08T11:56:13.801Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18172026-04-08T11:56:13.801Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18182026-04-08T11:56:13.801Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18192026-04-08T11:56:13.801Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18202026-04-08T11:56:13.801Z[ 16] 10.00-10.00 sec 128 KBytes 5.12 Gbits/sec
18212026-04-08T11:56:13.801Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18222026-04-08T11:56:13.801Z[ 20] 10.00-10.00 sec 128 KBytes 5.12 Gbits/sec
18232026-04-08T11:56:13.801Z[SUM] 10.00-10.00 sec 256 KBytes 10.2 Gbits/sec
18242026-04-08T11:56:13.801Z- - - - - - - - - - - - - - - - - - - - - - - - -
18252026-04-08T11:56:13.801Z[ ID] Interval Transfer Bitrate
18262026-04-08T11:56:13.801Z[ 5] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
18272026-04-08T11:56:13.801Z[ 8] 0.00-10.00 sec 1.66 GBytes 1.43 Gbits/sec sender
18282026-04-08T11:56:13.801Z[ 10] 0.00-10.00 sec 1.72 GBytes 1.47 Gbits/sec sender
18292026-04-08T11:56:13.801Z[ 12] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
18302026-04-08T11:56:13.801Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.27 Gbits/sec sender
18312026-04-08T11:56:13.801Z[ 16] 0.00-10.00 sec 1.63 GBytes 1.40 Gbits/sec sender
18322026-04-08T11:56:13.801Z[ 18] 0.00-10.00 sec 1.70 GBytes 1.46 Gbits/sec sender
18332026-04-08T11:56:13.801Z[ 20] 0.00-10.00 sec 1.67 GBytes 1.43 Gbits/sec sender
18342026-04-08T11:56:13.801Z[SUM] 0.00-10.00 sec 12.8 GBytes 11.0 Gbits/sec sender
18352026-04-08T11:56:13.805ZRun 1/5...10998.47921296147Mbps
18362026-04-08T11:56:21.204Z-----------------------------------------------------------
18372026-04-08T11:56:21.204ZServer listening on 5201 (test #7)
18382026-04-08T11:56:21.204Z-----------------------------------------------------------
18392026-04-08T11:56:21.204ZAccepted connection from 10.0.0.1, port 38091
18402026-04-08T11:56:21.204Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59055
18412026-04-08T11:56:21.205Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50795
18422026-04-08T11:56:21.205Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54997
18432026-04-08T11:56:21.205Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49047
18442026-04-08T11:56:21.205Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56143
18452026-04-08T11:56:21.205Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46606
18462026-04-08T11:56:21.205Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50597
18472026-04-08T11:56:21.205Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42251
18482026-04-08T11:56:21.209Z[ ID] Interval Transfer Bitrate
18492026-04-08T11:56:21.209Z[ 5] 0.00-1.00 sec 129 MBytes 1.08 Gbits/sec
18502026-04-08T11:56:21.209Z[ 8] 0.00-1.00 sec 152 MBytes 1.28 Gbits/sec
18512026-04-08T11:56:21.209Z[ 10] 0.00-1.00 sec 144 MBytes 1.21 Gbits/sec
18522026-04-08T11:56:21.209Z[ 12] 0.00-1.00 sec 116 MBytes 969 Mbits/sec
18532026-04-08T11:56:21.209Z[ 14] 0.00-1.00 sec 151 MBytes 1.27 Gbits/sec
18542026-04-08T11:56:21.209Z[ 16] 0.00-1.00 sec 116 MBytes 970 Mbits/sec
18552026-04-08T11:56:21.209Z[ 18] 0.00-1.00 sec 116 MBytes 971 Mbits/sec
18562026-04-08T11:56:21.209Z[ 20] 0.00-1.00 sec 152 MBytes 1.28 Gbits/sec
18572026-04-08T11:56:21.209Z[SUM] 0.00-1.00 sec 1.05 GBytes 9.02 Gbits/sec
18582026-04-08T11:56:21.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
18592026-04-08T11:56:21.209Z[ 5] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec
18602026-04-08T11:56:21.209Z[ 8] 1.00-2.00 sec 175 MBytes 1.47 Gbits/sec
18612026-04-08T11:56:21.209Z[ 10] 1.00-2.00 sec 164 MBytes 1.37 Gbits/sec
18622026-04-08T11:56:21.209Z[ 12] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
18632026-04-08T11:56:21.209Z[ 14] 1.00-2.00 sec 170 MBytes 1.43 Gbits/sec
18642026-04-08T11:56:21.209Z[ 16] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
18652026-04-08T11:56:21.209Z[ 18] 1.00-2.00 sec 154 MBytes 1.29 Gbits/sec
18662026-04-08T11:56:21.209Z[ 20] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec
18672026-04-08T11:56:21.209Z[SUM] 1.00-2.00 sec 1.27 GBytes 10.9 Gbits/sec
18682026-04-08T11:56:21.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
18692026-04-08T11:56:21.209Z[ 5] 2.00-3.00 sec 200 MBytes 1.68 Gbits/sec
18702026-04-08T11:56:21.209Z[ 8] 2.00-3.00 sec 174 MBytes 1.46 Gbits/sec
18712026-04-08T11:56:21.209Z[ 10] 2.00-3.00 sec 188 MBytes 1.57 Gbits/sec
18722026-04-08T11:56:21.209Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
18732026-04-08T11:56:21.209Z[ 14] 2.00-3.00 sec 163 MBytes 1.37 Gbits/sec
18742026-04-08T11:56:21.209Z[ 16] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
18752026-04-08T11:56:21.209Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
18762026-04-08T11:56:21.209Z[ 20] 2.00-3.00 sec 183 MBytes 1.54 Gbits/sec
18772026-04-08T11:56:21.209Z[SUM] 2.00-3.00 sec 1.34 GBytes 11.5 Gbits/sec
18782026-04-08T11:56:21.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
18792026-04-08T11:56:21.210Z[ 5] 3.00-4.00 sec 178 MBytes 1.49 Gbits/sec
18802026-04-08T11:56:21.210Z[ 8] 3.00-4.00 sec 171 MBytes 1.43 Gbits/sec
18812026-04-08T11:56:21.210Z[ 10] 3.00-4.00 sec 169 MBytes 1.42 Gbits/sec
18822026-04-08T11:56:21.210Z[ 12] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18832026-04-08T11:56:21.210Z[ 14] 3.00-4.00 sec 165 MBytes 1.39 Gbits/sec
18842026-04-08T11:56:21.210Z[ 16] 3.00-4.00 sec 156 MBytes 1.30 Gbits/sec
18852026-04-08T11:56:21.210Z[ 18] 3.00-4.00 sec 155 MBytes 1.30 Gbits/sec
18862026-04-08T11:56:21.210Z[ 20] 3.00-4.00 sec 188 MBytes 1.58 Gbits/sec
18872026-04-08T11:56:21.210Z[SUM] 3.00-4.00 sec 1.31 GBytes 11.2 Gbits/sec
18882026-04-08T11:56:21.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
18892026-04-08T11:56:21.210Z[ 5] 4.00-5.00 sec 176 MBytes 1.47 Gbits/sec
18902026-04-08T11:56:21.210Z[ 8] 4.00-5.00 sec 180 MBytes 1.51 Gbits/sec
18912026-04-08T11:56:21.210Z[ 10] 4.00-5.00 sec 192 MBytes 1.61 Gbits/sec
18922026-04-08T11:56:21.210Z[ 12] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
18932026-04-08T11:56:21.210Z[ 14] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec
18942026-04-08T11:56:21.210Z[ 16] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
18952026-04-08T11:56:21.210Z[ 18] 4.00-5.00 sec 154 MBytes 1.29 Gbits/sec
18962026-04-08T11:56:21.210Z[ 20] 4.00-5.00 sec 176 MBytes 1.48 Gbits/sec
18972026-04-08T11:56:21.210Z[SUM] 4.00-5.00 sec 1.33 GBytes 11.4 Gbits/sec
18982026-04-08T11:56:21.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
18992026-04-08T11:56:21.210Z[ 5] 5.00-6.00 sec 168 MBytes 1.41 Gbits/sec
19002026-04-08T11:56:21.210Z[ 8] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19012026-04-08T11:56:21.210Z[ 10] 5.00-6.00 sec 172 MBytes 1.44 Gbits/sec
19022026-04-08T11:56:21.210Z[ 12] 5.00-6.00 sec 154 MBytes 1.30 Gbits/sec
19032026-04-08T11:56:21.210Z[ 14] 5.00-6.00 sec 170 MBytes 1.43 Gbits/sec
19042026-04-08T11:56:21.210Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19052026-04-08T11:56:21.210Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
19062026-04-08T11:56:21.210Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
19072026-04-08T11:56:21.210Z[SUM] 5.00-6.00 sec 1.26 GBytes 10.8 Gbits/sec
19082026-04-08T11:56:21.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
19092026-04-08T11:56:21.210Z[ 5] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
19102026-04-08T11:56:21.210Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19112026-04-08T11:56:21.210Z[ 10] 6.00-7.00 sec 161 MBytes 1.35 Gbits/sec
19122026-04-08T11:56:24.206Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19132026-04-08T11:56:24.206Z[ 14] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
19142026-04-08T11:56:24.206Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19152026-04-08T11:56:24.206Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
19162026-04-08T11:56:24.206Z[ 20] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
19172026-04-08T11:56:24.206Z[SUM] 6.00-7.00 sec 1.23 GBytes 10.5 Gbits/sec
19182026-04-08T11:56:24.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
19192026-04-08T11:56:24.206Z[ 5] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
19202026-04-08T11:56:24.206Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
19212026-04-08T11:56:24.206Z[ 10] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
19222026-04-08T11:56:24.206Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19232026-04-08T11:56:24.206Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
19242026-04-08T11:56:24.207Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19252026-04-08T11:56:24.207Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19262026-04-08T11:56:24.207Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
19272026-04-08T11:56:24.207Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
19282026-04-08T11:56:24.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
19292026-04-08T11:56:24.207Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19302026-04-08T11:56:24.207Z[ 8] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19312026-04-08T11:56:24.207Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19322026-04-08T11:56:24.207Z[ 12] 8.00-9.00 sec 156 MBytes 1.30 Gbits/sec
19332026-04-08T11:56:24.207Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19342026-04-08T11:56:24.207Z[ 16] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19352026-04-08T11:56:24.208Z[ 18] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
19362026-04-08T11:56:24.208Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19372026-04-08T11:56:24.208Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
19382026-04-08T11:56:24.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
19392026-04-08T11:56:24.208Z[ 5] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19402026-04-08T11:56:24.208Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19412026-04-08T11:56:24.211Z[ 10] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
19422026-04-08T11:56:24.211Z[ 12] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
19432026-04-08T11:56:24.211Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
19442026-04-08T11:56:24.211Z[ 16] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
19452026-04-08T11:56:24.211Z[ 18] 9.00-10.00 sec 154 MBytes 1.30 Gbits/sec
19462026-04-08T11:56:24.211Z[ 20] 9.00-10.00 sec 155 MBytes 1.30 Gbits/sec
19472026-04-08T11:56:24.211Z[SUM] 9.00-10.00 sec 1.21 GBytes 10.4 Gbits/sec
19482026-04-08T11:56:24.211Z- - - - - - - - - - - - - - - - - - - - - - - - -
19492026-04-08T11:56:24.211Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19502026-04-08T11:56:24.211Z[ 8] 10.00-10.00 sec 128 KBytes 2.27 Gbits/sec
19512026-04-08T11:56:24.211Z[ 10] 10.00-10.00 sec 128 KBytes 2.27 Gbits/sec
19522026-04-08T11:56:24.211Z[ 12] 10.00-10.00 sec 128 KBytes 2.27 Gbits/sec
19532026-04-08T11:56:24.211Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19542026-04-08T11:56:24.211Z[ 16] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
19552026-04-08T11:56:24.211Z[ 18] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
19562026-04-08T11:56:24.212Z[ 20] 10.00-10.00 sec 128 KBytes 2.28 Gbits/sec
19572026-04-08T11:56:24.212Z[SUM] 10.00-10.00 sec 768 KBytes 13.6 Gbits/sec
19582026-04-08T11:56:24.212Z- - - - - - - - - - - - - - - - - - - - - - - - -
19592026-04-08T11:56:24.212Z[ ID] Interval Transfer Bitrate
19602026-04-08T11:56:24.212Z[ 5] 0.00-10.00 sec 1.61 GBytes 1.38 Gbits/sec sender
19612026-04-08T11:56:24.212Z[ 8] 0.00-10.00 sec 1.59 GBytes 1.37 Gbits/sec sender
19622026-04-08T11:56:24.212Z[ 10] 0.00-10.00 sec 1.62 GBytes 1.39 Gbits/sec sender
19632026-04-08T11:56:24.212Z[ 12] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
19642026-04-08T11:56:24.212Z[ 14] 0.00-10.00 sec 1.58 GBytes 1.36 Gbits/sec sender
19652026-04-08T11:56:24.212Z[ 16] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
19662026-04-08T11:56:24.212Z[ 18] 0.00-10.00 sec 1.47 GBytes 1.27 Gbits/sec sender
19672026-04-08T11:56:24.212Z[ 20] 0.00-10.00 sec 1.60 GBytes 1.38 Gbits/sec sender
19682026-04-08T11:56:24.212Z[SUM] 0.00-10.00 sec 12.4 GBytes 10.7 Gbits/sec sender
19692026-04-08T11:56:24.212ZRun 2/5...10672.633581104901Mbps
19702026-04-08T11:56:31.598Z-----------------------------------------------------------
19712026-04-08T11:56:31.598ZServer listening on 5201 (test #8)
19722026-04-08T11:56:31.598Z-----------------------------------------------------------
19732026-04-08T11:56:31.598ZAccepted connection from 10.0.0.1, port 43595
19742026-04-08T11:56:31.599Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42138
19752026-04-08T11:56:31.599Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56468
19762026-04-08T11:56:31.599Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54374
19772026-04-08T11:56:31.599Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50153
19782026-04-08T11:56:31.599Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46307
19792026-04-08T11:56:31.599Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60054
19802026-04-08T11:56:31.599Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59212
19812026-04-08T11:56:31.599Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41869
19822026-04-08T11:56:31.599Z[ ID] Interval Transfer Bitrate
19832026-04-08T11:56:31.599Z[ 5] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
19842026-04-08T11:56:31.599Z[ 8] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
19852026-04-08T11:56:31.599Z[ 10] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
19862026-04-08T11:56:31.599Z[ 12] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
19872026-04-08T11:56:31.599Z[ 14] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
19882026-04-08T11:56:31.599Z[ 16] 0.00-1.00 sec 126 MBytes 1.05 Gbits/sec
19892026-04-08T11:56:31.599Z[ 18] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
19902026-04-08T11:56:31.599Z[ 20] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
19912026-04-08T11:56:31.599Z[SUM] 0.00-1.00 sec 1008 MBytes 8.46 Gbits/sec
19922026-04-08T11:56:31.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
19932026-04-08T11:56:31.599Z[ 5] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19942026-04-08T11:56:31.599Z[ 8] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19952026-04-08T11:56:31.599Z[ 10] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19962026-04-08T11:56:31.599Z[ 12] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19972026-04-08T11:56:31.599Z[ 14] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19982026-04-08T11:56:31.599Z[ 16] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
19992026-04-08T11:56:31.599Z[ 18] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
20002026-04-08T11:56:31.599Z[ 20] 1.00-2.00 sec 155 MBytes 1.30 Gbits/sec
20012026-04-08T11:56:31.600Z[SUM] 1.00-2.00 sec 1.21 GBytes 10.4 Gbits/sec
20022026-04-08T11:56:31.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
20032026-04-08T11:56:31.600Z[ 5] 2.00-3.00 sec 159 MBytes 1.34 Gbits/sec
20042026-04-08T11:56:31.600Z[ 8] 2.00-3.00 sec 161 MBytes 1.35 Gbits/sec
20052026-04-08T11:56:31.600Z[ 10] 2.00-3.00 sec 159 MBytes 1.34 Gbits/sec
20062026-04-08T11:56:31.600Z[ 12] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec
20072026-04-08T11:56:31.600Z[ 14] 2.00-3.00 sec 164 MBytes 1.38 Gbits/sec
20082026-04-08T11:56:31.600Z[ 16] 2.00-3.00 sec 166 MBytes 1.40 Gbits/sec
20092026-04-08T11:56:31.600Z[ 18] 2.00-3.00 sec 154 MBytes 1.30 Gbits/sec
20102026-04-08T11:56:31.600Z[ 20] 2.00-3.00 sec 159 MBytes 1.34 Gbits/sec
20112026-04-08T11:56:31.600Z[SUM] 2.00-3.00 sec 1.25 GBytes 10.8 Gbits/sec
20122026-04-08T11:56:31.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
20132026-04-08T11:56:31.600Z[ 5] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20142026-04-08T11:56:31.600Z[ 8] 3.00-4.00 sec 161 MBytes 1.35 Gbits/sec
20152026-04-08T11:56:31.600Z[ 10] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20162026-04-08T11:56:31.600Z[ 12] 3.00-4.00 sec 159 MBytes 1.33 Gbits/sec
20172026-04-08T11:56:31.600Z[ 14] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
20182026-04-08T11:56:31.600Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
20192026-04-08T11:56:31.600Z[ 18] 3.00-4.00 sec 160 MBytes 1.34 Gbits/sec
20202026-04-08T11:56:31.600Z[ 20] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20212026-04-08T11:56:31.600Z[SUM] 3.00-4.00 sec 1.24 GBytes 10.7 Gbits/sec
20222026-04-08T11:56:31.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
20232026-04-08T11:56:31.600Z[ 5] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
20242026-04-08T11:56:31.600Z[ 8] 4.00-5.00 sec 149 MBytes 1.25 Gbits/sec
20252026-04-08T11:56:31.600Z[ 10] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
20262026-04-08T11:56:31.600Z[ 12] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
20272026-04-08T11:56:31.600Z[ 14] 4.00-5.00 sec 167 MBytes 1.40 Gbits/sec
20282026-04-08T11:56:31.600Z[ 16] 4.00-5.00 sec 170 MBytes 1.42 Gbits/sec
20292026-04-08T11:56:31.600Z[ 18] 4.00-5.00 sec 164 MBytes 1.37 Gbits/sec
20302026-04-08T11:56:31.600Z[ 20] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
20312026-04-08T11:56:31.600Z[SUM] 4.00-5.00 sec 1.26 GBytes 10.8 Gbits/sec
20322026-04-08T11:56:31.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
20332026-04-08T11:56:31.601Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20342026-04-08T11:56:31.601Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20352026-04-08T11:56:31.601Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20362026-04-08T11:56:31.601Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20372026-04-08T11:56:31.601Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20382026-04-08T11:56:31.601Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20392026-04-08T11:56:31.601Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20402026-04-08T11:56:31.601Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
20412026-04-08T11:56:31.601Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
20422026-04-08T11:56:31.601Z- - - - - - - - - - - - - - - - - - - - - - - - -
20432026-04-08T11:56:31.601Z[ 5] 6.00-7.00 sec 161 MBytes 1.35 Gbits/sec
20442026-04-08T11:56:31.601Z[ 8] 6.00-7.00 sec 169 MBytes 1.42 Gbits/sec
20452026-04-08T11:56:31.601Z[ 10] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
20462026-04-08T11:56:34.599Z[ 12] 6.00-7.00 sec 159 MBytes 1.34 Gbits/sec
20472026-04-08T11:56:34.599Z[ 14] 6.00-7.00 sec 153 MBytes 1.29 Gbits/sec
20482026-04-08T11:56:34.599Z[ 16] 6.00-7.00 sec 165 MBytes 1.39 Gbits/sec
20492026-04-08T11:56:34.599Z[ 18] 6.00-7.00 sec 165 MBytes 1.39 Gbits/sec
20502026-04-08T11:56:34.599Z[ 20] 6.00-7.00 sec 161 MBytes 1.35 Gbits/sec
20512026-04-08T11:56:34.599Z[SUM] 6.00-7.00 sec 1.26 GBytes 10.8 Gbits/sec
20522026-04-08T11:56:34.599Z- - - - - - - - - - - - - - - - - - - - - - - - -
20532026-04-08T11:56:34.599Z[ 5] 7.00-8.00 sec 162 MBytes 1.35 Gbits/sec
20542026-04-08T11:56:34.599Z[ 8] 7.00-8.00 sec 170 MBytes 1.43 Gbits/sec
20552026-04-08T11:56:34.599Z[ 10] 7.00-8.00 sec 161 MBytes 1.35 Gbits/sec
20562026-04-08T11:56:34.599Z[ 12] 7.00-8.00 sec 161 MBytes 1.35 Gbits/sec
20572026-04-08T11:56:34.599Z[ 14] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20582026-04-08T11:56:34.599Z[ 16] 7.00-8.00 sec 174 MBytes 1.46 Gbits/sec
20592026-04-08T11:56:34.599Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
20602026-04-08T11:56:34.599Z[ 20] 7.00-8.00 sec 161 MBytes 1.35 Gbits/sec
20612026-04-08T11:56:34.599Z[SUM] 7.00-8.00 sec 1.27 GBytes 10.9 Gbits/sec
20622026-04-08T11:56:34.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
20632026-04-08T11:56:34.600Z[ 5] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
20642026-04-08T11:56:34.600Z[ 8] 8.00-9.00 sec 161 MBytes 1.35 Gbits/sec
20652026-04-08T11:56:34.600Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
20662026-04-08T11:56:34.600Z[ 12] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
20672026-04-08T11:56:34.600Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
20682026-04-08T11:56:34.600Z[ 16] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20692026-04-08T11:56:34.600Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
20702026-04-08T11:56:34.600Z[ 20] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
20712026-04-08T11:56:34.600Z[SUM] 8.00-9.00 sec 1.23 GBytes 10.6 Gbits/sec
20722026-04-08T11:56:34.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
20732026-04-08T11:56:34.600Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
20742026-04-08T11:56:34.600Z[ 8] 9.00-10.00 sec 161 MBytes 1.35 Gbits/sec
20752026-04-08T11:56:34.600Z[ 10] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
20762026-04-08T11:56:34.600Z[ 12] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
20772026-04-08T11:56:34.600Z[ 14] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
20782026-04-08T11:56:34.600Z[ 16] 9.00-10.00 sec 159 MBytes 1.33 Gbits/sec
20792026-04-08T11:56:34.600Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
20802026-04-08T11:56:34.600Z[ 20] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
20812026-04-08T11:56:34.600Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.6 Gbits/sec
20822026-04-08T11:56:34.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
20832026-04-08T11:56:34.600Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20842026-04-08T11:56:34.600Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20852026-04-08T11:56:34.600Z[ 10] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
20862026-04-08T11:56:34.600Z[ 12] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
20872026-04-08T11:56:34.600Z[ 14] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
20882026-04-08T11:56:34.600Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20892026-04-08T11:56:34.600Z[ 18] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
20902026-04-08T11:56:34.600Z[ 20] 10.00-10.00 sec 128 KBytes 2.14 Gbits/sec
20912026-04-08T11:56:34.600Z[SUM] 10.00-10.00 sec 640 KBytes 10.7 Gbits/sec
20922026-04-08T11:56:34.600Z- - - - - - - - - - - - - - - - - - - - - - - - -
20932026-04-08T11:56:34.600Z[ ID] Interval Transfer Bitrate
20942026-04-08T11:56:34.604Z[ 5] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20952026-04-08T11:56:34.604Z[ 8] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender
20962026-04-08T11:56:34.604Z[ 10] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20972026-04-08T11:56:34.604Z[ 12] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20982026-04-08T11:56:34.604Z[ 14] 0.00-10.00 sec 1.52 GBytes 1.31 Gbits/sec sender
20992026-04-08T11:56:34.604Z[ 16] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec sender
21002026-04-08T11:56:34.604Z[ 18] 0.00-10.00 sec 1.52 GBytes 1.30 Gbits/sec sender
21012026-04-08T11:56:34.604Z[ 20] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
21022026-04-08T11:56:34.604Z[SUM] 0.00-10.00 sec 12.2 GBytes 10.4 Gbits/sec sender
21032026-04-08T11:56:34.604ZRun 3/5...10444.756461723038Mbps
21042026-04-08T11:56:42.008Z-----------------------------------------------------------
21052026-04-08T11:56:42.008ZServer listening on 5201 (test #9)
21062026-04-08T11:56:42.008Z-----------------------------------------------------------
21072026-04-08T11:56:42.008ZAccepted connection from 10.0.0.1, port 47827
21082026-04-08T11:56:42.008Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52152
21092026-04-08T11:56:42.008Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32957
21102026-04-08T11:56:42.008Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38896
21112026-04-08T11:56:42.008Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34385
21122026-04-08T11:56:42.008Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43579
21132026-04-08T11:56:42.008Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45042
21142026-04-08T11:56:42.008Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59781
21152026-04-08T11:56:42.009Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61944
21162026-04-08T11:56:42.009Z[ ID] Interval Transfer Bitrate
21172026-04-08T11:56:42.009Z[ 5] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
21182026-04-08T11:56:42.009Z[ 8] 0.00-1.00 sec 119 MBytes 999 Mbits/sec
21192026-04-08T11:56:42.009Z[ 10] 0.00-1.00 sec 119 MBytes 1.00 Gbits/sec
21202026-04-08T11:56:42.009Z[ 12] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
21212026-04-08T11:56:42.009Z[ 14] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
21222026-04-08T11:56:42.009Z[ 16] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
21232026-04-08T11:56:42.009Z[ 18] 0.00-1.00 sec 119 MBytes 997 Mbits/sec
21242026-04-08T11:56:42.009Z[ 20] 0.00-1.00 sec 119 MBytes 998 Mbits/sec
21252026-04-08T11:56:42.009Z[SUM] 0.00-1.00 sec 952 MBytes 7.99 Gbits/sec
21262026-04-08T11:56:42.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
21272026-04-08T11:56:42.009Z[ 5] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21282026-04-08T11:56:42.009Z[ 8] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
21292026-04-08T11:56:42.009Z[ 10] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
21302026-04-08T11:56:42.009Z[ 12] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
21312026-04-08T11:56:42.009Z[ 14] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
21322026-04-08T11:56:42.009Z[ 16] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
21332026-04-08T11:56:42.009Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21342026-04-08T11:56:42.009Z[ 20] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
21352026-04-08T11:56:42.009Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.5 Gbits/sec
21362026-04-08T11:56:42.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
21372026-04-08T11:56:42.009Z[ 5] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21382026-04-08T11:56:42.009Z[ 8] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21392026-04-08T11:56:42.009Z[ 10] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21402026-04-08T11:56:42.009Z[ 12] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21412026-04-08T11:56:42.009Z[ 14] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21422026-04-08T11:56:42.009Z[ 16] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21432026-04-08T11:56:42.009Z[ 18] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21442026-04-08T11:56:42.009Z[ 20] 2.00-3.00 sec 155 MBytes 1.30 Gbits/sec
21452026-04-08T11:56:42.009Z[SUM] 2.00-3.00 sec 1.21 GBytes 10.4 Gbits/sec
21462026-04-08T11:56:42.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
21472026-04-08T11:56:42.009Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21482026-04-08T11:56:42.009Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21492026-04-08T11:56:42.009Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21502026-04-08T11:56:42.009Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21512026-04-08T11:56:42.009Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21522026-04-08T11:56:42.009Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21532026-04-08T11:56:42.010Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21542026-04-08T11:56:42.010Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
21552026-04-08T11:56:42.010Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
21562026-04-08T11:56:42.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
21572026-04-08T11:56:42.010Z[ 5] 4.00-5.00 sec 159 MBytes 1.34 Gbits/sec
21582026-04-08T11:56:42.010Z[ 8] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21592026-04-08T11:56:42.010Z[ 10] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
21602026-04-08T11:56:42.010Z[ 12] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21612026-04-08T11:56:42.010Z[ 14] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21622026-04-08T11:56:42.010Z[ 16] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21632026-04-08T11:56:42.010Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
21642026-04-08T11:56:42.010Z[ 20] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21652026-04-08T11:56:42.010Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.6 Gbits/sec
21662026-04-08T11:56:42.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
21672026-04-08T11:56:42.010Z[ 5] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21682026-04-08T11:56:42.010Z[ 8] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21692026-04-08T11:56:42.010Z[ 10] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21702026-04-08T11:56:42.010Z[ 12] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21712026-04-08T11:56:42.010Z[ 14] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21722026-04-08T11:56:42.010Z[ 16] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21732026-04-08T11:56:42.010Z[ 18] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21742026-04-08T11:56:42.010Z[ 20] 5.00-6.00 sec 155 MBytes 1.30 Gbits/sec
21752026-04-08T11:56:42.010Z[SUM] 5.00-6.00 sec 1.21 GBytes 10.4 Gbits/sec
21762026-04-08T11:56:42.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
21772026-04-08T11:56:42.010Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21782026-04-08T11:56:42.010Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21792026-04-08T11:56:42.010Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21802026-04-08T11:56:45.009Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21812026-04-08T11:56:45.009Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21822026-04-08T11:56:45.009Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21832026-04-08T11:56:45.009Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21842026-04-08T11:56:45.009Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
21852026-04-08T11:56:45.009Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
21862026-04-08T11:56:45.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
21872026-04-08T11:56:45.009Z[ 5] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21882026-04-08T11:56:45.009Z[ 8] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21892026-04-08T11:56:45.009Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21902026-04-08T11:56:45.009Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21912026-04-08T11:56:45.009Z[ 14] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21922026-04-08T11:56:45.009Z[ 16] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21932026-04-08T11:56:45.009Z[ 18] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21942026-04-08T11:56:45.009Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
21952026-04-08T11:56:45.009Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
21962026-04-08T11:56:45.009Z- - - - - - - - - - - - - - - - - - - - - - - - -
21972026-04-08T11:56:45.009Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
21982026-04-08T11:56:45.009Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
21992026-04-08T11:56:45.009Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
22002026-04-08T11:56:45.009Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
22012026-04-08T11:56:45.010Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
22022026-04-08T11:56:45.010Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
22032026-04-08T11:56:45.010Z[ 18] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
22042026-04-08T11:56:45.010Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
22052026-04-08T11:56:45.010Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
22062026-04-08T11:56:45.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
22072026-04-08T11:56:45.010Z[ 5] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22082026-04-08T11:56:45.010Z[ 8] 9.00-10.00 sec 156 MBytes 1.30 Gbits/sec
22092026-04-08T11:56:45.010Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22102026-04-08T11:56:45.010Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22112026-04-08T11:56:45.010Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22122026-04-08T11:56:45.010Z[ 16] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22132026-04-08T11:56:45.010Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22142026-04-08T11:56:45.010Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22152026-04-08T11:56:45.010Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
22162026-04-08T11:56:45.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
22172026-04-08T11:56:45.011Z[ 5] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
22182026-04-08T11:56:45.011Z[ 8] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
22192026-04-08T11:56:45.011Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22202026-04-08T11:56:45.011Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22212026-04-08T11:56:45.011Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22222026-04-08T11:56:45.011Z[ 16] 10.00-10.00 sec 128 KBytes 2.29 Gbits/sec
22232026-04-08T11:56:45.011Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22242026-04-08T11:56:45.011Z[ 20] 10.00-10.00 sec 128 KBytes 2.30 Gbits/sec
22252026-04-08T11:56:45.011Z[SUM] 10.00-10.00 sec 512 KBytes 9.18 Gbits/sec
22262026-04-08T11:56:45.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
22272026-04-08T11:56:45.011Z[ ID] Interval Transfer Bitrate
22282026-04-08T11:56:45.014Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22292026-04-08T11:56:45.014Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22302026-04-08T11:56:45.014Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22312026-04-08T11:56:45.014Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22322026-04-08T11:56:45.014Z[ 14] 0.00-10.00 sec 1.48 GBytes 1.28 Gbits/sec sender
22332026-04-08T11:56:45.014Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22342026-04-08T11:56:45.014Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
22352026-04-08T11:56:45.015Z[ 20] 0.00-10.00 sec 1.48 GBytes 1.28 Gbits/sec sender
22362026-04-08T11:56:45.015Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.2 Gbits/sec sender
22372026-04-08T11:56:45.015ZRun 4/5...10208.665843905337Mbps
22382026-04-08T11:56:52.416Z-----------------------------------------------------------
22392026-04-08T11:56:52.416ZServer listening on 5201 (test #10)
22402026-04-08T11:56:52.416Z-----------------------------------------------------------
22412026-04-08T11:56:52.416ZAccepted connection from 10.0.0.1, port 34473
22422026-04-08T11:56:52.416Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41402
22432026-04-08T11:56:52.417Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52954
22442026-04-08T11:56:52.417Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51031
22452026-04-08T11:56:52.417Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47319
22462026-04-08T11:56:52.417Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38257
22472026-04-08T11:56:52.417Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51627
22482026-04-08T11:56:52.417Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65153
22492026-04-08T11:56:52.417Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52125
22502026-04-08T11:56:52.417Z[ ID] Interval Transfer Bitrate
22512026-04-08T11:56:52.417Z[ 5] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22522026-04-08T11:56:52.417Z[ 8] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22532026-04-08T11:56:52.417Z[ 10] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22542026-04-08T11:56:52.417Z[ 12] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22552026-04-08T11:56:52.417Z[ 14] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22562026-04-08T11:56:52.417Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
22572026-04-08T11:56:52.417Z[ 18] 0.00-1.00 sec 120 MBytes 1.00 Gbits/sec
22582026-04-08T11:56:52.417Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
22592026-04-08T11:56:52.417Z[SUM] 0.00-1.00 sec 958 MBytes 8.03 Gbits/sec
22602026-04-08T11:56:52.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
22612026-04-08T11:56:52.417Z[ 5] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
22622026-04-08T11:56:52.417Z[ 8] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
22632026-04-08T11:56:52.417Z[ 10] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
22642026-04-08T11:56:52.417Z[ 12] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
22652026-04-08T11:56:52.417Z[ 14] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
22662026-04-08T11:56:52.417Z[ 16] 1.00-2.00 sec 161 MBytes 1.35 Gbits/sec
22672026-04-08T11:56:52.417Z[ 18] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
22682026-04-08T11:56:52.417Z[ 20] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
22692026-04-08T11:56:52.417Z[SUM] 1.00-2.00 sec 1.24 GBytes 10.6 Gbits/sec
22702026-04-08T11:56:52.417Z- - - - - - - - - - - - - - - - - - - - - - - - -
22712026-04-08T11:56:52.417Z[ 5] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec
22722026-04-08T11:56:52.417Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22732026-04-08T11:56:52.417Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22742026-04-08T11:56:52.417Z[ 12] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
22752026-04-08T11:56:52.417Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22762026-04-08T11:56:52.417Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22772026-04-08T11:56:52.417Z[ 18] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
22782026-04-08T11:56:52.417Z[ 20] 2.00-3.00 sec 159 MBytes 1.33 Gbits/sec
22792026-04-08T11:56:52.417Z[SUM] 2.00-3.00 sec 1.23 GBytes 10.5 Gbits/sec
22802026-04-08T11:56:52.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
22812026-04-08T11:56:52.418Z[ 5] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
22822026-04-08T11:56:52.418Z[ 8] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
22832026-04-08T11:56:52.418Z[ 10] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
22842026-04-08T11:56:52.418Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
22852026-04-08T11:56:52.418Z[ 14] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
22862026-04-08T11:56:52.418Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22872026-04-08T11:56:52.418Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
22882026-04-08T11:56:52.418Z[ 20] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
22892026-04-08T11:56:52.418Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.5 Gbits/sec
22902026-04-08T11:56:52.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
22912026-04-08T11:56:52.418Z[ 5] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
22922026-04-08T11:56:52.418Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
22932026-04-08T11:56:52.418Z[ 10] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
22942026-04-08T11:56:52.418Z[ 12] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
22952026-04-08T11:56:52.418Z[ 14] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
22962026-04-08T11:56:52.418Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
22972026-04-08T11:56:52.418Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
22982026-04-08T11:56:52.418Z[ 20] 4.00-5.00 sec 159 MBytes 1.33 Gbits/sec
22992026-04-08T11:56:52.418Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.5 Gbits/sec
23002026-04-08T11:56:52.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
23012026-04-08T11:56:52.418Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23022026-04-08T11:56:52.418Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23032026-04-08T11:56:52.418Z[ 10] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
23042026-04-08T11:56:52.418Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23052026-04-08T11:56:52.418Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23062026-04-08T11:56:52.418Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23072026-04-08T11:56:52.418Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
23082026-04-08T11:56:52.418Z[ 20] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
23092026-04-08T11:56:52.418Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
23102026-04-08T11:56:52.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
23112026-04-08T11:56:52.418Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23122026-04-08T11:56:52.418Z[ 8] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23132026-04-08T11:56:52.418Z[ 10] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23142026-04-08T11:56:55.417Z[ 12] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23152026-04-08T11:56:55.417Z[ 14] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23162026-04-08T11:56:55.418Z[ 16] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23172026-04-08T11:56:55.418Z[ 18] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23182026-04-08T11:56:55.418Z[ 20] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
23192026-04-08T11:56:55.418Z[SUM] 6.00-7.00 sec 1.21 GBytes 10.4 Gbits/sec
23202026-04-08T11:56:55.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
23212026-04-08T11:56:55.418Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23222026-04-08T11:56:55.418Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23232026-04-08T11:56:55.418Z[ 10] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23242026-04-08T11:56:55.418Z[ 12] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23252026-04-08T11:56:55.418Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23262026-04-08T11:56:55.418Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
23272026-04-08T11:56:55.418Z[ 18] 7.00-8.00 sec 156 MBytes 1.30 Gbits/sec
23282026-04-08T11:56:55.418Z[ 20] 7.00-8.00 sec 155 MBytes 1.30 Gbits/sec
23292026-04-08T11:56:55.418Z[SUM] 7.00-8.00 sec 1.21 GBytes 10.4 Gbits/sec
23302026-04-08T11:56:55.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
23312026-04-08T11:56:55.418Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
23322026-04-08T11:56:55.418Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
23332026-04-08T11:56:55.418Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
23342026-04-08T11:56:55.418Z[ 12] 8.00-9.00 sec 155 MBytes 1.30 Gbits/sec
23352026-04-08T11:56:55.418Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
23362026-04-08T11:56:55.418Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
23372026-04-08T11:56:55.418Z[ 18] 8.00-9.00 sec 156 MBytes 1.30 Gbits/sec
23382026-04-08T11:56:55.418Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
23392026-04-08T11:56:55.418Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
23402026-04-08T11:56:55.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
23412026-04-08T11:56:55.418Z[ 5] 9.00-10.00 sec 160 MBytes 1.34 Gbits/sec
23422026-04-08T11:56:55.418Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
23432026-04-08T11:56:55.418Z[ 10] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
23442026-04-08T11:56:55.418Z[ 12] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23452026-04-08T11:56:55.418Z[ 14] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23462026-04-08T11:56:55.418Z[ 16] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
23472026-04-08T11:56:55.418Z[ 18] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23482026-04-08T11:56:55.418Z[ 20] 9.00-10.00 sec 154 MBytes 1.29 Gbits/sec
23492026-04-08T11:56:55.418Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.5 Gbits/sec
23502026-04-08T11:56:55.418Z- - - - - - - - - - - - - - - - - - - - - - - - -
23512026-04-08T11:56:55.418Z[ 5] 10.00-10.00 sec 128 KBytes 2.20 Gbits/sec
23522026-04-08T11:56:55.419Z[ 8] 10.00-10.00 sec 128 KBytes 2.21 Gbits/sec
23532026-04-08T11:56:55.419Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23542026-04-08T11:56:55.419Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23552026-04-08T11:56:55.419Z[ 14] 10.00-10.00 sec 128 KBytes 2.21 Gbits/sec
23562026-04-08T11:56:55.419Z[ 16] 10.00-10.00 sec 128 KBytes 2.21 Gbits/sec
23572026-04-08T11:56:55.419Z[ 18] 10.00-10.00 sec 128 KBytes 2.21 Gbits/sec
23582026-04-08T11:56:55.419Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23592026-04-08T11:56:55.419Z[SUM] 10.00-10.00 sec 640 KBytes 11.0 Gbits/sec
23602026-04-08T11:56:55.419Z- - - - - - - - - - - - - - - - - - - - - - - - -
23612026-04-08T11:56:55.419Z[ ID] Interval Transfer Bitrate
23622026-04-08T11:56:55.419Z[ 5] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
23632026-04-08T11:56:55.419Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23642026-04-08T11:56:55.419Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec sender
23652026-04-08T11:56:55.419Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23662026-04-08T11:56:55.419Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23672026-04-08T11:56:55.419Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23682026-04-08T11:56:55.419Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23692026-04-08T11:56:55.419Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
23702026-04-08T11:56:55.419Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.3 Gbits/sec sender
23712026-04-08T11:56:55.423ZRun 5/5...10258.031963037009Mbps
23722026-04-08T11:56:55.423Z###---------------------###
23732026-04-08T11:56:55.423Z::: iPerf done... :::
23742026-04-08T11:56:55.423Z:::Awaiting out files...:::
23752026-04-08T11:56:55.423Z###---------------------###
23762026-04-08T11:56:55.423Z###-----###
23772026-04-08T11:56:55.423Z:::done!:::
23782026-04-08T11:56:55.423Z###-----###
23792026-04-08T11:56:55.423Z###-------------------###
23802026-04-08T11:56:55.423Z:::Running experiment :::
23812026-04-08T11:56:55.423Z:::iperf-tcp/local/c2s:::
23822026-04-08T11:56:55.423Z###-------------------###
23832026-04-08T11:56:55.647Zdtrace: description 'profile-201us ' matched 2 probes
23842026-04-08T11:57:02.811Z-----------------------------------------------------------
23852026-04-08T11:57:02.811ZServer listening on 5201 (test #11)
23862026-04-08T11:57:02.811Z-----------------------------------------------------------
23872026-04-08T11:57:02.811ZAccepted connection from 10.0.0.1, port 40066
23882026-04-08T11:57:02.811Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54677
23892026-04-08T11:57:02.811Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65369
23902026-04-08T11:57:02.811Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40083
23912026-04-08T11:57:02.811Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62798
23922026-04-08T11:57:02.811Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38208
23932026-04-08T11:57:02.811Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48071
23942026-04-08T11:57:02.811Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57136
23952026-04-08T11:57:02.811Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55205
23962026-04-08T11:57:02.811Z[ ID] Interval Transfer Bitrate
23972026-04-08T11:57:02.811Z[ 5] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
23982026-04-08T11:57:02.811Z[ 8] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
23992026-04-08T11:57:02.811Z[ 10] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
24002026-04-08T11:57:02.811Z[ 12] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
24012026-04-08T11:57:02.811Z[ 14] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
24022026-04-08T11:57:02.811Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
24032026-04-08T11:57:02.811Z[ 18] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
24042026-04-08T11:57:02.811Z[ 20] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
24052026-04-08T11:57:02.811Z[SUM] 0.00-1.00 sec 342 MBytes 2.87 Gbits/sec
24062026-04-08T11:57:02.811Z- - - - - - - - - - - - - - - - - - - - - - - - -
24072026-04-08T11:57:02.811Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
24082026-04-08T11:57:02.811Z[ 8] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
24092026-04-08T11:57:02.811Z[ 10] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
24102026-04-08T11:57:02.811Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
24112026-04-08T11:57:02.811Z[ 14] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
24122026-04-08T11:57:02.811Z[ 16] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
24132026-04-08T11:57:02.811Z[ 18] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
24142026-04-08T11:57:02.811Z[ 20] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
24152026-04-08T11:57:02.812Z[SUM] 1.00-2.00 sec 429 MBytes 3.60 Gbits/sec
24162026-04-08T11:57:02.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
24172026-04-08T11:57:02.812Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
24182026-04-08T11:57:02.812Z[ 8] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
24192026-04-08T11:57:02.812Z[ 10] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
24202026-04-08T11:57:02.812Z[ 12] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
24212026-04-08T11:57:02.812Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
24222026-04-08T11:57:02.812Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
24232026-04-08T11:57:02.812Z[ 18] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
24242026-04-08T11:57:02.812Z[ 20] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
24252026-04-08T11:57:02.812Z[SUM] 2.00-3.00 sec 432 MBytes 3.62 Gbits/sec
24262026-04-08T11:57:02.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
24272026-04-08T11:57:02.812Z[ 5] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
24282026-04-08T11:57:02.812Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24292026-04-08T11:57:02.812Z[ 10] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
24302026-04-08T11:57:02.812Z[ 12] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
24312026-04-08T11:57:02.812Z[ 14] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24322026-04-08T11:57:02.812Z[ 16] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24332026-04-08T11:57:02.812Z[ 18] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24342026-04-08T11:57:02.812Z[ 20] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
24352026-04-08T11:57:02.812Z[SUM] 3.00-4.00 sec 432 MBytes 3.63 Gbits/sec
24362026-04-08T11:57:02.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
24372026-04-08T11:57:02.812Z[ 5] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
24382026-04-08T11:57:02.812Z[ 8] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
24392026-04-08T11:57:02.812Z[ 10] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
24402026-04-08T11:57:02.812Z[ 12] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
24412026-04-08T11:57:02.812Z[ 14] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
24422026-04-08T11:57:02.812Z[ 16] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
24432026-04-08T11:57:02.812Z[ 18] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
24442026-04-08T11:57:02.812Z[ 20] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
24452026-04-08T11:57:02.812Z[SUM] 4.00-5.00 sec 436 MBytes 3.66 Gbits/sec
24462026-04-08T11:57:02.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
24472026-04-08T11:57:02.812Z[ 5] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
24482026-04-08T11:57:02.812Z[ 8] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
24492026-04-08T11:57:02.812Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
24502026-04-08T11:57:02.812Z[ 12] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
24512026-04-08T11:57:02.812Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
24522026-04-08T11:57:02.812Z[ 16] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
24532026-04-08T11:57:02.812Z[ 18] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
24542026-04-08T11:57:02.813Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
24552026-04-08T11:57:02.813Z[SUM] 5.00-6.00 sec 429 MBytes 3.60 Gbits/sec
24562026-04-08T11:57:02.813Z- - - - - - - - - - - - - - - - - - - - - - - - -
24572026-04-08T11:57:02.813Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24582026-04-08T11:57:02.813Z[ 8] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
24592026-04-08T11:57:02.813Z[ 10] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24602026-04-08T11:57:05.812Z[ 12] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24612026-04-08T11:57:05.812Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
24622026-04-08T11:57:05.812Z[ 16] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
24632026-04-08T11:57:05.812Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24642026-04-08T11:57:05.812Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
24652026-04-08T11:57:05.812Z[SUM] 6.00-7.00 sec 426 MBytes 3.57 Gbits/sec
24662026-04-08T11:57:05.812Z- - - - - - - - - - - - - - - - - - - - - - - - -
24672026-04-08T11:57:05.812Z[ 5] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
24682026-04-08T11:57:05.812Z[ 8] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
24692026-04-08T11:57:05.812Z[ 10] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
24702026-04-08T11:57:05.812Z[ 12] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
24712026-04-08T11:57:05.812Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
24722026-04-08T11:57:05.813Z[ 16] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
24732026-04-08T11:57:05.813Z[ 18] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
24742026-04-08T11:57:05.813Z[ 20] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
24752026-04-08T11:57:05.813Z[SUM] 7.00-8.00 sec 427 MBytes 3.58 Gbits/sec
24762026-04-08T11:57:05.813Z- - - - - - - - - - - - - - - - - - - - - - - - -
24772026-04-08T11:57:05.813Z[ 5] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
24782026-04-08T11:57:05.813Z[ 8] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
24792026-04-08T11:57:05.813Z[ 10] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
24802026-04-08T11:57:05.813Z[ 12] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
24812026-04-08T11:57:05.813Z[ 14] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
24822026-04-08T11:57:05.813Z[ 16] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
24832026-04-08T11:57:05.813Z[ 18] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
24842026-04-08T11:57:05.813Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
24852026-04-08T11:57:05.813Z[SUM] 8.00-9.00 sec 430 MBytes 3.61 Gbits/sec
24862026-04-08T11:57:05.813Z- - - - - - - - - - - - - - - - - - - - - - - - -
24872026-04-08T11:57:05.813Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
24882026-04-08T11:57:05.813Z[ 8] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
24892026-04-08T11:57:05.813Z[ 10] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
24902026-04-08T11:57:05.813Z[ 12] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
24912026-04-08T11:57:05.813Z[ 14] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
24922026-04-08T11:57:05.813Z[ 16] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
24932026-04-08T11:57:05.813Z[ 18] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
24942026-04-08T11:57:05.813Z[ 20] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
24952026-04-08T11:57:05.813Z[SUM] 9.00-10.00 sec 431 MBytes 3.62 Gbits/sec
24962026-04-08T11:57:05.813Z- - - - - - - - - - - - - - - - - - - - - - - - -
24972026-04-08T11:57:05.813Z[ 5] 10.00-10.00 sec 128 KBytes 1.22 Gbits/sec
24982026-04-08T11:57:05.813Z[ 8] 10.00-10.00 sec 128 KBytes 1.22 Gbits/sec
24992026-04-08T11:57:05.813Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25002026-04-08T11:57:05.813Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25012026-04-08T11:57:05.813Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25022026-04-08T11:57:05.813Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25032026-04-08T11:57:05.813Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25042026-04-08T11:57:05.813Z[ 20] 10.00-10.00 sec 128 KBytes 1.22 Gbits/sec
25052026-04-08T11:57:05.813Z[SUM] 10.00-10.00 sec 384 KBytes 3.65 Gbits/sec
25062026-04-08T11:57:05.813Z- - - - - - - - - - - - - - - - - - - - - - - - -
25072026-04-08T11:57:05.813Z[ ID] Interval Transfer Bitrate
25082026-04-08T11:57:05.813Z[ 5] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25092026-04-08T11:57:05.813Z[ 8] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25102026-04-08T11:57:05.814Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25112026-04-08T11:57:05.814Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25122026-04-08T11:57:05.814Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25132026-04-08T11:57:05.814Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25142026-04-08T11:57:05.814Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25152026-04-08T11:57:05.814Z[ 20] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
25162026-04-08T11:57:05.814Z[SUM] 0.00-10.00 sec 4.12 GBytes 3.54 Gbits/sec receiver
25172026-04-08T11:57:05.817ZRun 1/10...3535.7197790209057Mbps
25182026-04-08T11:57:13.233Z-----------------------------------------------------------
25192026-04-08T11:57:13.233ZServer listening on 5201 (test #12)
25202026-04-08T11:57:13.233Z-----------------------------------------------------------
25212026-04-08T11:57:13.233ZAccepted connection from 10.0.0.1, port 61671
25222026-04-08T11:57:13.233Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50721
25232026-04-08T11:57:13.233Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60650
25242026-04-08T11:57:13.233Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34257
25252026-04-08T11:57:13.233Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64642
25262026-04-08T11:57:13.233Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42427
25272026-04-08T11:57:13.233Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36420
25282026-04-08T11:57:13.233Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65495
25292026-04-08T11:57:13.233Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49172
25302026-04-08T11:57:13.233Z[ ID] Interval Transfer Bitrate
25312026-04-08T11:57:13.233Z[ 5] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
25322026-04-08T11:57:13.233Z[ 8] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
25332026-04-08T11:57:13.233Z[ 10] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
25342026-04-08T11:57:13.233Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
25352026-04-08T11:57:13.233Z[ 14] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
25362026-04-08T11:57:13.233Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
25372026-04-08T11:57:13.233Z[ 18] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
25382026-04-08T11:57:13.233Z[ 20] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
25392026-04-08T11:57:13.233Z[SUM] 0.00-1.00 sec 339 MBytes 2.85 Gbits/sec
25402026-04-08T11:57:13.233Z- - - - - - - - - - - - - - - - - - - - - - - - -
25412026-04-08T11:57:13.233Z[ 5] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
25422026-04-08T11:57:13.233Z[ 8] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
25432026-04-08T11:57:13.233Z[ 10] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
25442026-04-08T11:57:13.233Z[ 12] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
25452026-04-08T11:57:13.233Z[ 14] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
25462026-04-08T11:57:13.233Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
25472026-04-08T11:57:13.233Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
25482026-04-08T11:57:13.233Z[ 20] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
25492026-04-08T11:57:13.233Z[SUM] 1.00-2.00 sec 432 MBytes 3.62 Gbits/sec
25502026-04-08T11:57:13.233Z- - - - - - - - - - - - - - - - - - - - - - - - -
25512026-04-08T11:57:13.233Z[ 5] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
25522026-04-08T11:57:13.233Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25532026-04-08T11:57:13.234Z[ 10] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
25542026-04-08T11:57:13.234Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
25552026-04-08T11:57:13.234Z[ 14] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
25562026-04-08T11:57:13.234Z[ 16] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25572026-04-08T11:57:13.234Z[ 18] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
25582026-04-08T11:57:13.234Z[ 20] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
25592026-04-08T11:57:13.234Z[SUM] 2.00-3.00 sec 427 MBytes 3.58 Gbits/sec
25602026-04-08T11:57:13.234Z- - - - - - - - - - - - - - - - - - - - - - - - -
25612026-04-08T11:57:13.234Z[ 5] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
25622026-04-08T11:57:13.234Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
25632026-04-08T11:57:13.234Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
25642026-04-08T11:57:13.234Z[ 12] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
25652026-04-08T11:57:13.234Z[ 14] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
25662026-04-08T11:57:13.234Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
25672026-04-08T11:57:13.234Z[ 18] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
25682026-04-08T11:57:13.234Z[ 20] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
25692026-04-08T11:57:13.234Z[SUM] 3.00-4.00 sec 431 MBytes 3.62 Gbits/sec
25702026-04-08T11:57:13.234Z- - - - - - - - - - - - - - - - - - - - - - - - -
25712026-04-08T11:57:13.234Z[ 5] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
25722026-04-08T11:57:13.234Z[ 8] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
25732026-04-08T11:57:13.234Z[ 10] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
25742026-04-08T11:57:13.234Z[ 12] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
25752026-04-08T11:57:13.234Z[ 14] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
25762026-04-08T11:57:13.234Z[ 16] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
25772026-04-08T11:57:13.234Z[ 18] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
25782026-04-08T11:57:13.234Z[ 20] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
25792026-04-08T11:57:13.234Z[SUM] 4.00-5.00 sec 430 MBytes 3.61 Gbits/sec
25802026-04-08T11:57:13.234Z- - - - - - - - - - - - - - - - - - - - - - - - -
25812026-04-08T11:57:13.234Z[ 5] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
25822026-04-08T11:57:13.234Z[ 8] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
25832026-04-08T11:57:13.234Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
25842026-04-08T11:57:13.234Z[ 12] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
25852026-04-08T11:57:13.234Z[ 14] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
25862026-04-08T11:57:13.234Z[ 16] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
25872026-04-08T11:57:13.234Z[ 18] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
25882026-04-08T11:57:13.234Z[ 20] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
25892026-04-08T11:57:13.234Z[SUM] 5.00-6.00 sec 430 MBytes 3.61 Gbits/sec
25902026-04-08T11:57:13.234Z- - - - - - - - - - - - - - - - - - - - - - - - -
25912026-04-08T11:57:13.234Z[ 5] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
25922026-04-08T11:57:13.235Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25932026-04-08T11:57:13.235Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25942026-04-08T11:57:16.235Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25952026-04-08T11:57:16.235Z[ 14] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
25962026-04-08T11:57:16.235Z[ 16] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
25972026-04-08T11:57:16.235Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25982026-04-08T11:57:16.235Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
25992026-04-08T11:57:16.235Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
26002026-04-08T11:57:16.235Z- - - - - - - - - - - - - - - - - - - - - - - - -
26012026-04-08T11:57:16.235Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26022026-04-08T11:57:16.235Z[ 8] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26032026-04-08T11:57:16.235Z[ 10] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26042026-04-08T11:57:16.235Z[ 12] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
26052026-04-08T11:57:16.235Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26062026-04-08T11:57:16.235Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26072026-04-08T11:57:16.235Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
26082026-04-08T11:57:16.235Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
26092026-04-08T11:57:16.235Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
26102026-04-08T11:57:16.235Z- - - - - - - - - - - - - - - - - - - - - - - - -
26112026-04-08T11:57:16.235Z[ 5] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26122026-04-08T11:57:16.235Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
26132026-04-08T11:57:16.236Z[ 10] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26142026-04-08T11:57:16.236Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26152026-04-08T11:57:16.236Z[ 14] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26162026-04-08T11:57:16.236Z[ 16] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
26172026-04-08T11:57:16.236Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
26182026-04-08T11:57:16.236Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
26192026-04-08T11:57:16.236Z[SUM] 8.00-9.00 sec 432 MBytes 3.62 Gbits/sec
26202026-04-08T11:57:16.236Z- - - - - - - - - - - - - - - - - - - - - - - - -
26212026-04-08T11:57:16.236Z[ 5] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
26222026-04-08T11:57:16.236Z[ 8] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
26232026-04-08T11:57:16.236Z[ 10] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
26242026-04-08T11:57:16.236Z[ 12] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
26252026-04-08T11:57:16.236Z[ 14] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
26262026-04-08T11:57:16.236Z[ 16] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
26272026-04-08T11:57:16.236Z[ 18] 9.00-10.00 sec 53.9 MBytes 452 Mbits/sec
26282026-04-08T11:57:16.236Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
26292026-04-08T11:57:16.236Z[SUM] 9.00-10.00 sec 431 MBytes 3.62 Gbits/sec
26302026-04-08T11:57:16.236Z- - - - - - - - - - - - - - - - - - - - - - - - -
26312026-04-08T11:57:16.236Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26322026-04-08T11:57:16.236Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26332026-04-08T11:57:16.236Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26342026-04-08T11:57:16.236Z[ 12] 10.00-10.00 sec 128 KBytes 935 Mbits/sec
26352026-04-08T11:57:16.236Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26362026-04-08T11:57:16.236Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26372026-04-08T11:57:16.236Z[ 18] 10.00-10.00 sec 128 KBytes 934 Mbits/sec
26382026-04-08T11:57:16.236Z[ 20] 10.00-10.00 sec 128 KBytes 935 Mbits/sec
26392026-04-08T11:57:16.236Z[SUM] 10.00-10.00 sec 384 KBytes 2.80 Gbits/sec
26402026-04-08T11:57:16.236Z- - - - - - - - - - - - - - - - - - - - - - - - -
26412026-04-08T11:57:16.236Z[ ID] Interval Transfer Bitrate
26422026-04-08T11:57:16.236Z[ 5] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26432026-04-08T11:57:16.236Z[ 8] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
26442026-04-08T11:57:16.236Z[ 10] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
26452026-04-08T11:57:16.236Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26462026-04-08T11:57:16.236Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
26472026-04-08T11:57:16.236Z[ 16] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
26482026-04-08T11:57:16.236Z[ 18] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
26492026-04-08T11:57:16.236Z[ 20] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
26502026-04-08T11:57:16.237Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
26512026-04-08T11:57:16.240ZRun 2/10...3533.0711931713245Mbps
26522026-04-08T11:57:23.654Z-----------------------------------------------------------
26532026-04-08T11:57:23.654ZServer listening on 5201 (test #13)
26542026-04-08T11:57:23.654Z-----------------------------------------------------------
26552026-04-08T11:57:23.654ZAccepted connection from 10.0.0.1, port 61114
26562026-04-08T11:57:23.654Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34016
26572026-04-08T11:57:23.654Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35128
26582026-04-08T11:57:23.654Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42490
26592026-04-08T11:57:23.654Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49304
26602026-04-08T11:57:23.654Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60328
26612026-04-08T11:57:23.654Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51509
26622026-04-08T11:57:23.654Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34343
26632026-04-08T11:57:23.654Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35557
26642026-04-08T11:57:23.654Z[ ID] Interval Transfer Bitrate
26652026-04-08T11:57:23.654Z[ 5] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
26662026-04-08T11:57:23.654Z[ 8] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
26672026-04-08T11:57:23.654Z[ 10] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
26682026-04-08T11:57:23.654Z[ 12] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
26692026-04-08T11:57:23.654Z[ 14] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
26702026-04-08T11:57:23.654Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
26712026-04-08T11:57:23.654Z[ 18] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
26722026-04-08T11:57:23.654Z[ 20] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
26732026-04-08T11:57:23.654Z[SUM] 0.00-1.00 sec 341 MBytes 2.86 Gbits/sec
26742026-04-08T11:57:23.654Z- - - - - - - - - - - - - - - - - - - - - - - - -
26752026-04-08T11:57:23.654Z[ 5] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
26762026-04-08T11:57:23.654Z[ 8] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
26772026-04-08T11:57:23.654Z[ 10] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
26782026-04-08T11:57:23.654Z[ 12] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
26792026-04-08T11:57:23.654Z[ 14] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
26802026-04-08T11:57:23.654Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
26812026-04-08T11:57:23.654Z[ 18] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
26822026-04-08T11:57:23.654Z[ 20] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
26832026-04-08T11:57:23.654Z[SUM] 1.00-2.00 sec 433 MBytes 3.63 Gbits/sec
26842026-04-08T11:57:23.654Z- - - - - - - - - - - - - - - - - - - - - - - - -
26852026-04-08T11:57:23.654Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
26862026-04-08T11:57:23.654Z[ 8] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
26872026-04-08T11:57:23.655Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
26882026-04-08T11:57:23.655Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
26892026-04-08T11:57:23.655Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
26902026-04-08T11:57:23.655Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
26912026-04-08T11:57:23.655Z[ 18] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
26922026-04-08T11:57:23.655Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
26932026-04-08T11:57:23.655Z[SUM] 2.00-3.00 sec 431 MBytes 3.61 Gbits/sec
26942026-04-08T11:57:23.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
26952026-04-08T11:57:23.655Z[ 5] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
26962026-04-08T11:57:23.655Z[ 8] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
26972026-04-08T11:57:23.655Z[ 10] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
26982026-04-08T11:57:23.655Z[ 12] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
26992026-04-08T11:57:23.655Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
27002026-04-08T11:57:23.655Z[ 16] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
27012026-04-08T11:57:23.655Z[ 18] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
27022026-04-08T11:57:23.655Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
27032026-04-08T11:57:23.655Z[SUM] 3.00-4.00 sec 435 MBytes 3.65 Gbits/sec
27042026-04-08T11:57:23.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
27052026-04-08T11:57:23.655Z[ 5] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27062026-04-08T11:57:23.655Z[ 8] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27072026-04-08T11:57:23.655Z[ 10] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27082026-04-08T11:57:23.655Z[ 12] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27092026-04-08T11:57:23.655Z[ 14] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
27102026-04-08T11:57:23.655Z[ 16] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27112026-04-08T11:57:23.655Z[ 18] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
27122026-04-08T11:57:23.655Z[ 20] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
27132026-04-08T11:57:23.655Z[SUM] 4.00-5.00 sec 433 MBytes 3.63 Gbits/sec
27142026-04-08T11:57:23.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
27152026-04-08T11:57:23.655Z[ 5] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
27162026-04-08T11:57:23.655Z[ 8] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27172026-04-08T11:57:23.655Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27182026-04-08T11:57:23.655Z[ 12] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
27192026-04-08T11:57:23.655Z[ 14] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
27202026-04-08T11:57:23.655Z[ 16] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27212026-04-08T11:57:23.655Z[ 18] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27222026-04-08T11:57:23.655Z[ 20] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
27232026-04-08T11:57:23.655Z[SUM] 5.00-6.00 sec 430 MBytes 3.61 Gbits/sec
27242026-04-08T11:57:23.655Z- - - - - - - - - - - - - - - - - - - - - - - - -
27252026-04-08T11:57:23.655Z[ 5] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
27262026-04-08T11:57:23.655Z[ 8] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
27272026-04-08T11:57:23.656Z[ 10] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
27282026-04-08T11:57:26.656Z[ 12] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
27292026-04-08T11:57:26.656Z[ 14] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
27302026-04-08T11:57:26.656Z[ 16] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
27312026-04-08T11:57:26.656Z[ 18] 6.00-7.00 sec 54.1 MBytes 454 Mbits/sec
27322026-04-08T11:57:26.656Z[ 20] 6.00-7.00 sec 54.2 MBytes 455 Mbits/sec
27332026-04-08T11:57:26.657Z[SUM] 6.00-7.00 sec 433 MBytes 3.63 Gbits/sec
27342026-04-08T11:57:26.657Z- - - - - - - - - - - - - - - - - - - - - - - - -
27352026-04-08T11:57:26.657Z[ 5] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
27362026-04-08T11:57:26.657Z[ 8] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
27372026-04-08T11:57:26.657Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
27382026-04-08T11:57:26.657Z[ 12] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
27392026-04-08T11:57:26.657Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
27402026-04-08T11:57:26.657Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
27412026-04-08T11:57:26.657Z[ 18] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
27422026-04-08T11:57:26.657Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
27432026-04-08T11:57:26.657Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
27442026-04-08T11:57:26.657Z- - - - - - - - - - - - - - - - - - - - - - - - -
27452026-04-08T11:57:26.657Z[ 5] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
27462026-04-08T11:57:26.657Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
27472026-04-08T11:57:26.657Z[ 10] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
27482026-04-08T11:57:26.657Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
27492026-04-08T11:57:26.657Z[ 14] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
27502026-04-08T11:57:26.657Z[ 16] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
27512026-04-08T11:57:26.657Z[ 18] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
27522026-04-08T11:57:26.657Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
27532026-04-08T11:57:26.657Z[SUM] 8.00-9.00 sec 431 MBytes 3.62 Gbits/sec
27542026-04-08T11:57:26.657Z- - - - - - - - - - - - - - - - - - - - - - - - -
27552026-04-08T11:57:26.657Z[ 5] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
27562026-04-08T11:57:26.658Z[ 8] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
27572026-04-08T11:57:26.658Z[ 10] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
27582026-04-08T11:57:26.658Z[ 12] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
27592026-04-08T11:57:26.658Z[ 14] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
27602026-04-08T11:57:26.658Z[ 16] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
27612026-04-08T11:57:26.658Z[ 18] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
27622026-04-08T11:57:26.658Z[ 20] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
27632026-04-08T11:57:26.658Z[SUM] 9.00-10.00 sec 434 MBytes 3.64 Gbits/sec
27642026-04-08T11:57:26.658Z- - - - - - - - - - - - - - - - - - - - - - - - -
27652026-04-08T11:57:26.658Z[ 5] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
27662026-04-08T11:57:26.658Z[ 8] 10.00-10.00 sec 128 KBytes 880 Mbits/sec
27672026-04-08T11:57:26.658Z[ 10] 10.00-10.00 sec 128 KBytes 880 Mbits/sec
27682026-04-08T11:57:26.658Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27692026-04-08T11:57:26.658Z[ 14] 10.00-10.00 sec 128 KBytes 881 Mbits/sec
27702026-04-08T11:57:26.658Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27712026-04-08T11:57:26.658Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27722026-04-08T11:57:26.658Z[ 20] 10.00-10.00 sec 128 KBytes 882 Mbits/sec
27732026-04-08T11:57:26.658Z[SUM] 10.00-10.00 sec 640 KBytes 4.39 Gbits/sec
27742026-04-08T11:57:26.658Z- - - - - - - - - - - - - - - - - - - - - - - - -
27752026-04-08T11:57:26.658Z[ ID] Interval Transfer Bitrate
27762026-04-08T11:57:26.658Z[ 5] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
27772026-04-08T11:57:26.658Z[ 8] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
27782026-04-08T11:57:26.658Z[ 10] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
27792026-04-08T11:57:26.658Z[ 12] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
27802026-04-08T11:57:26.658Z[ 14] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
27812026-04-08T11:57:26.658Z[ 16] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
27822026-04-08T11:57:26.658Z[ 18] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
27832026-04-08T11:57:26.658Z[ 20] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
27842026-04-08T11:57:26.658Z[SUM] 0.00-10.00 sec 4.13 GBytes 3.55 Gbits/sec receiver
27852026-04-08T11:57:26.662ZRun 3/10...3550.7197639728624Mbps
27862026-04-08T11:57:34.080Z-----------------------------------------------------------
27872026-04-08T11:57:34.080ZServer listening on 5201 (test #14)
27882026-04-08T11:57:34.080Z-----------------------------------------------------------
27892026-04-08T11:57:34.080ZAccepted connection from 10.0.0.1, port 41297
27902026-04-08T11:57:34.080Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56017
27912026-04-08T11:57:34.080Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63941
27922026-04-08T11:57:34.080Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62552
27932026-04-08T11:57:34.080Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61533
27942026-04-08T11:57:34.080Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45210
27952026-04-08T11:57:34.080Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60960
27962026-04-08T11:57:34.080Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57809
27972026-04-08T11:57:34.080Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49416
27982026-04-08T11:57:34.080Z[ ID] Interval Transfer Bitrate
27992026-04-08T11:57:34.080Z[ 5] 0.00-1.00 sec 34.5 MBytes 289 Mbits/sec
28002026-04-08T11:57:34.080Z[ 8] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
28012026-04-08T11:57:34.080Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
28022026-04-08T11:57:34.080Z[ 12] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
28032026-04-08T11:57:34.080Z[ 14] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
28042026-04-08T11:57:34.080Z[ 16] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
28052026-04-08T11:57:34.080Z[ 18] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
28062026-04-08T11:57:34.080Z[ 20] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
28072026-04-08T11:57:34.080Z[SUM] 0.00-1.00 sec 339 MBytes 2.84 Gbits/sec
28082026-04-08T11:57:34.084Z- - - - - - - - - - - - - - - - - - - - - - - - -
28092026-04-08T11:57:34.084Z[ 5] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28102026-04-08T11:57:34.084Z[ 8] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
28112026-04-08T11:57:34.084Z[ 10] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
28122026-04-08T11:57:34.084Z[ 12] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28132026-04-08T11:57:34.084Z[ 14] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28142026-04-08T11:57:34.084Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
28152026-04-08T11:57:34.084Z[ 18] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
28162026-04-08T11:57:34.084Z[ 20] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
28172026-04-08T11:57:34.084Z[SUM] 1.00-2.00 sec 431 MBytes 3.62 Gbits/sec
28182026-04-08T11:57:34.084Z- - - - - - - - - - - - - - - - - - - - - - - - -
28192026-04-08T11:57:34.084Z[ 5] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
28202026-04-08T11:57:34.084Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
28212026-04-08T11:57:34.084Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
28222026-04-08T11:57:34.084Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
28232026-04-08T11:57:34.084Z[ 14] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
28242026-04-08T11:57:34.084Z[ 16] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
28252026-04-08T11:57:34.085Z[ 18] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
28262026-04-08T11:57:34.085Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
28272026-04-08T11:57:34.085Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
28282026-04-08T11:57:34.085Z- - - - - - - - - - - - - - - - - - - - - - - - -
28292026-04-08T11:57:34.085Z[ 5] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
28302026-04-08T11:57:34.085Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
28312026-04-08T11:57:34.085Z[ 10] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
28322026-04-08T11:57:34.085Z[ 12] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
28332026-04-08T11:57:34.085Z[ 14] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
28342026-04-08T11:57:34.085Z[ 16] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
28352026-04-08T11:57:34.085Z[ 18] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
28362026-04-08T11:57:34.085Z[ 20] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
28372026-04-08T11:57:34.085Z[SUM] 3.00-4.00 sec 433 MBytes 3.63 Gbits/sec
28382026-04-08T11:57:34.085Z- - - - - - - - - - - - - - - - - - - - - - - - -
28392026-04-08T11:57:34.085Z[ 5] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
28402026-04-08T11:57:34.085Z[ 8] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
28412026-04-08T11:57:34.085Z[ 10] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
28422026-04-08T11:57:34.085Z[ 12] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
28432026-04-08T11:57:34.085Z[ 14] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
28442026-04-08T11:57:34.085Z[ 16] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
28452026-04-08T11:57:34.085Z[ 18] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
28462026-04-08T11:57:34.085Z[ 20] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
28472026-04-08T11:57:34.085Z[SUM] 4.00-5.00 sec 434 MBytes 3.64 Gbits/sec
28482026-04-08T11:57:34.085Z- - - - - - - - - - - - - - - - - - - - - - - - -
28492026-04-08T11:57:34.085Z[ 5] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
28502026-04-08T11:57:34.085Z[ 8] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
28512026-04-08T11:57:34.085Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
28522026-04-08T11:57:34.085Z[ 12] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
28532026-04-08T11:57:34.085Z[ 14] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
28542026-04-08T11:57:34.085Z[ 16] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
28552026-04-08T11:57:34.085Z[ 18] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
28562026-04-08T11:57:34.085Z[ 20] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
28572026-04-08T11:57:34.085Z[SUM] 5.00-6.00 sec 430 MBytes 3.61 Gbits/sec
28582026-04-08T11:57:34.085Z- - - - - - - - - - - - - - - - - - - - - - - - -
28592026-04-08T11:57:34.085Z[ 5] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
28602026-04-08T11:57:34.085Z[ 8] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
28612026-04-08T11:57:34.086Z[ 10] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
28622026-04-08T11:57:37.084Z[ 12] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
28632026-04-08T11:57:37.084Z[ 14] 6.00-7.00 sec 54.4 MBytes 456 Mbits/sec
28642026-04-08T11:57:37.084Z[ 16] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
28652026-04-08T11:57:37.084Z[ 18] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
28662026-04-08T11:57:37.084Z[ 20] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
28672026-04-08T11:57:37.084Z[SUM] 6.00-7.00 sec 436 MBytes 3.66 Gbits/sec
28682026-04-08T11:57:37.084Z- - - - - - - - - - - - - - - - - - - - - - - - -
28692026-04-08T11:57:37.084Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
28702026-04-08T11:57:37.085Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
28712026-04-08T11:57:37.085Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
28722026-04-08T11:57:37.085Z[ 12] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
28732026-04-08T11:57:37.085Z[ 14] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
28742026-04-08T11:57:37.085Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
28752026-04-08T11:57:37.085Z[ 18] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
28762026-04-08T11:57:37.085Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
28772026-04-08T11:57:37.085Z[SUM] 7.00-8.00 sec 429 MBytes 3.60 Gbits/sec
28782026-04-08T11:57:37.085Z- - - - - - - - - - - - - - - - - - - - - - - - -
28792026-04-08T11:57:37.085Z[ 5] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
28802026-04-08T11:57:37.085Z[ 8] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
28812026-04-08T11:57:37.085Z[ 10] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
28822026-04-08T11:57:37.085Z[ 12] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
28832026-04-08T11:57:37.085Z[ 14] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
28842026-04-08T11:57:37.085Z[ 16] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
28852026-04-08T11:57:37.085Z[ 18] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
28862026-04-08T11:57:37.085Z[ 20] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
28872026-04-08T11:57:37.085Z[SUM] 8.00-9.00 sec 430 MBytes 3.61 Gbits/sec
28882026-04-08T11:57:37.085Z- - - - - - - - - - - - - - - - - - - - - - - - -
28892026-04-08T11:57:37.085Z[ 5] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
28902026-04-08T11:57:37.085Z[ 8] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
28912026-04-08T11:57:37.085Z[ 10] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
28922026-04-08T11:57:37.085Z[ 12] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
28932026-04-08T11:57:37.085Z[ 14] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
28942026-04-08T11:57:37.085Z[ 16] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
28952026-04-08T11:57:37.085Z[ 18] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
28962026-04-08T11:57:37.085Z[ 20] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
28972026-04-08T11:57:37.085Z[SUM] 9.00-10.00 sec 435 MBytes 3.65 Gbits/sec
28982026-04-08T11:57:37.085Z- - - - - - - - - - - - - - - - - - - - - - - - -
28992026-04-08T11:57:37.085Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29002026-04-08T11:57:37.085Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29012026-04-08T11:57:37.085Z[ 10] 10.00-10.00 sec 128 KBytes 894 Mbits/sec
29022026-04-08T11:57:37.085Z[ 12] 10.00-10.00 sec 128 KBytes 894 Mbits/sec
29032026-04-08T11:57:37.085Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29042026-04-08T11:57:37.085Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29052026-04-08T11:57:37.085Z[ 18] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
29062026-04-08T11:57:37.085Z[ 20] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
29072026-04-08T11:57:37.085Z[SUM] 10.00-10.00 sec 512 KBytes 3.57 Gbits/sec
29082026-04-08T11:57:37.086Z- - - - - - - - - - - - - - - - - - - - - - - - -
29092026-04-08T11:57:37.086Z[ ID] Interval Transfer Bitrate
29102026-04-08T11:57:37.086Z[ 5] 0.00-10.00 sec 520 MBytes 437 Mbits/sec receiver
29112026-04-08T11:57:37.086Z[ 8] 0.00-10.00 sec 530 MBytes 444 Mbits/sec receiver
29122026-04-08T11:57:37.086Z[ 10] 0.00-10.00 sec 530 MBytes 445 Mbits/sec receiver
29132026-04-08T11:57:37.086Z[ 12] 0.00-10.00 sec 530 MBytes 444 Mbits/sec receiver
29142026-04-08T11:57:37.086Z[ 14] 0.00-10.00 sec 530 MBytes 444 Mbits/sec receiver
29152026-04-08T11:57:37.086Z[ 16] 0.00-10.00 sec 530 MBytes 444 Mbits/sec receiver
29162026-04-08T11:57:37.086Z[ 18] 0.00-10.00 sec 530 MBytes 444 Mbits/sec receiver
29172026-04-08T11:57:37.086Z[ 20] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
29182026-04-08T11:57:37.086Z[SUM] 0.00-10.00 sec 4.13 GBytes 3.55 Gbits/sec receiver
29192026-04-08T11:57:37.089ZRun 4/10...3546.9385837757236Mbps
29202026-04-08T11:57:44.489Z-----------------------------------------------------------
29212026-04-08T11:57:44.489ZServer listening on 5201 (test #15)
29222026-04-08T11:57:44.489Z-----------------------------------------------------------
29232026-04-08T11:57:44.489ZAccepted connection from 10.0.0.1, port 56989
29242026-04-08T11:57:44.489Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47433
29252026-04-08T11:57:44.489Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41224
29262026-04-08T11:57:44.489Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37980
29272026-04-08T11:57:44.489Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36983
29282026-04-08T11:57:44.489Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51752
29292026-04-08T11:57:44.489Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38102
29302026-04-08T11:57:44.489Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55484
29312026-04-08T11:57:44.489Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46235
29322026-04-08T11:57:44.489Z[ ID] Interval Transfer Bitrate
29332026-04-08T11:57:44.489Z[ 5] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
29342026-04-08T11:57:44.489Z[ 8] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
29352026-04-08T11:57:44.489Z[ 10] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
29362026-04-08T11:57:44.489Z[ 12] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
29372026-04-08T11:57:44.489Z[ 14] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
29382026-04-08T11:57:44.489Z[ 16] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
29392026-04-08T11:57:44.489Z[ 18] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
29402026-04-08T11:57:44.489Z[ 20] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
29412026-04-08T11:57:44.489Z[SUM] 0.00-1.00 sec 342 MBytes 2.87 Gbits/sec
29422026-04-08T11:57:44.489Z- - - - - - - - - - - - - - - - - - - - - - - - -
29432026-04-08T11:57:44.489Z[ 5] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
29442026-04-08T11:57:44.489Z[ 8] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
29452026-04-08T11:57:44.489Z[ 10] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
29462026-04-08T11:57:44.489Z[ 12] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
29472026-04-08T11:57:44.489Z[ 14] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
29482026-04-08T11:57:44.489Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
29492026-04-08T11:57:44.489Z[ 18] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
29502026-04-08T11:57:44.489Z[ 20] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
29512026-04-08T11:57:44.489Z[SUM] 1.00-2.00 sec 433 MBytes 3.63 Gbits/sec
29522026-04-08T11:57:44.489Z- - - - - - - - - - - - - - - - - - - - - - - - -
29532026-04-08T11:57:44.490Z[ 5] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
29542026-04-08T11:57:44.490Z[ 8] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
29552026-04-08T11:57:44.490Z[ 10] 2.00-3.00 sec 54.2 MBytes 455 Mbits/sec
29562026-04-08T11:57:44.490Z[ 12] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
29572026-04-08T11:57:44.490Z[ 14] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
29582026-04-08T11:57:44.490Z[ 16] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
29592026-04-08T11:57:44.490Z[ 18] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
29602026-04-08T11:57:44.490Z[ 20] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
29612026-04-08T11:57:44.490Z[SUM] 2.00-3.00 sec 433 MBytes 3.63 Gbits/sec
29622026-04-08T11:57:44.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
29632026-04-08T11:57:44.490Z[ 5] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
29642026-04-08T11:57:44.490Z[ 8] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
29652026-04-08T11:57:44.490Z[ 10] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
29662026-04-08T11:57:44.490Z[ 12] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
29672026-04-08T11:57:44.490Z[ 14] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
29682026-04-08T11:57:44.490Z[ 16] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
29692026-04-08T11:57:44.490Z[ 18] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
29702026-04-08T11:57:44.490Z[ 20] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
29712026-04-08T11:57:44.490Z[SUM] 3.00-4.00 sec 429 MBytes 3.60 Gbits/sec
29722026-04-08T11:57:44.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
29732026-04-08T11:57:44.490Z[ 5] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
29742026-04-08T11:57:44.490Z[ 8] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
29752026-04-08T11:57:44.490Z[ 10] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
29762026-04-08T11:57:44.490Z[ 12] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
29772026-04-08T11:57:44.490Z[ 14] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
29782026-04-08T11:57:44.490Z[ 16] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
29792026-04-08T11:57:44.490Z[ 18] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
29802026-04-08T11:57:44.490Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
29812026-04-08T11:57:44.490Z[SUM] 4.00-5.00 sec 432 MBytes 3.62 Gbits/sec
29822026-04-08T11:57:44.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
29832026-04-08T11:57:44.490Z[ 5] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29842026-04-08T11:57:44.490Z[ 8] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
29852026-04-08T11:57:44.490Z[ 10] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
29862026-04-08T11:57:44.490Z[ 12] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29872026-04-08T11:57:44.490Z[ 14] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29882026-04-08T11:57:44.490Z[ 16] 5.00-6.00 sec 53.9 MBytes 452 Mbits/sec
29892026-04-08T11:57:44.490Z[ 18] 5.00-6.00 sec 54.0 MBytes 453 Mbits/sec
29902026-04-08T11:57:44.491Z[ 20] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
29912026-04-08T11:57:44.491Z[SUM] 5.00-6.00 sec 431 MBytes 3.61 Gbits/sec
29922026-04-08T11:57:44.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
29932026-04-08T11:57:44.491Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
29942026-04-08T11:57:44.491Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
29952026-04-08T11:57:44.491Z[ 10] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
29962026-04-08T11:57:47.491Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
29972026-04-08T11:57:47.491Z[ 14] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
29982026-04-08T11:57:47.491Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
29992026-04-08T11:57:47.491Z[ 18] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
30002026-04-08T11:57:47.491Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
30012026-04-08T11:57:47.491Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
30022026-04-08T11:57:47.491Z- - - - - - - - - - - - - - - - - - - - - - - - -
30032026-04-08T11:57:47.491Z[ 5] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
30042026-04-08T11:57:47.491Z[ 8] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
30052026-04-08T11:57:47.491Z[ 10] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
30062026-04-08T11:57:47.491Z[ 12] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
30072026-04-08T11:57:47.491Z[ 14] 7.00-8.00 sec 54.4 MBytes 456 Mbits/sec
30082026-04-08T11:57:47.491Z[ 16] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
30092026-04-08T11:57:47.491Z[ 18] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
30102026-04-08T11:57:47.491Z[ 20] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
30112026-04-08T11:57:47.492Z[SUM] 7.00-8.00 sec 434 MBytes 3.64 Gbits/sec
30122026-04-08T11:57:47.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
30132026-04-08T11:57:47.492Z[ 5] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
30142026-04-08T11:57:47.492Z[ 8] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
30152026-04-08T11:57:47.492Z[ 10] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
30162026-04-08T11:57:47.492Z[ 12] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
30172026-04-08T11:57:47.492Z[ 14] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
30182026-04-08T11:57:47.492Z[ 16] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
30192026-04-08T11:57:47.492Z[ 18] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
30202026-04-08T11:57:47.492Z[ 20] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
30212026-04-08T11:57:47.492Z[SUM] 8.00-9.00 sec 433 MBytes 3.63 Gbits/sec
30222026-04-08T11:57:47.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
30232026-04-08T11:57:47.492Z[ 5] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
30242026-04-08T11:57:47.492Z[ 8] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
30252026-04-08T11:57:47.492Z[ 10] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
30262026-04-08T11:57:47.492Z[ 12] 9.00-10.00 sec 54.6 MBytes 458 Mbits/sec
30272026-04-08T11:57:47.492Z[ 14] 9.00-10.00 sec 54.4 MBytes 456 Mbits/sec
30282026-04-08T11:57:47.492Z[ 16] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
30292026-04-08T11:57:47.492Z[ 18] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
30302026-04-08T11:57:47.492Z[ 20] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
30312026-04-08T11:57:47.492Z[SUM] 9.00-10.00 sec 436 MBytes 3.66 Gbits/sec
30322026-04-08T11:57:47.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
30332026-04-08T11:57:47.492Z[ 5] 10.00-10.00 sec 128 KBytes 864 Mbits/sec
30342026-04-08T11:57:47.492Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30352026-04-08T11:57:47.492Z[ 10] 10.00-10.00 sec 128 KBytes 864 Mbits/sec
30362026-04-08T11:57:47.492Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30372026-04-08T11:57:47.492Z[ 14] 10.00-10.00 sec 128 KBytes 865 Mbits/sec
30382026-04-08T11:57:47.492Z[ 16] 10.00-10.00 sec 128 KBytes 865 Mbits/sec
30392026-04-08T11:57:47.492Z[ 18] 10.00-10.00 sec 128 KBytes 865 Mbits/sec
30402026-04-08T11:57:47.492Z[ 20] 10.00-10.00 sec 128 KBytes 865 Mbits/sec
30412026-04-08T11:57:47.492Z[SUM] 10.00-10.00 sec 768 KBytes 5.19 Gbits/sec
30422026-04-08T11:57:47.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
30432026-04-08T11:57:47.492Z[ ID] Interval Transfer Bitrate
30442026-04-08T11:57:47.492Z[ 5] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
30452026-04-08T11:57:47.492Z[ 8] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
30462026-04-08T11:57:47.492Z[ 10] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
30472026-04-08T11:57:47.492Z[ 12] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
30482026-04-08T11:57:47.492Z[ 14] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
30492026-04-08T11:57:47.492Z[ 16] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
30502026-04-08T11:57:47.492Z[ 18] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
30512026-04-08T11:57:47.493Z[ 20] 0.00-10.00 sec 529 MBytes 443 Mbits/sec receiver
30522026-04-08T11:57:47.493Z[SUM] 0.00-10.00 sec 4.13 GBytes 3.55 Gbits/sec receiver
30532026-04-08T11:57:47.496ZRun 5/10...3547.8915053481946Mbps
30542026-04-08T11:57:54.896Z-----------------------------------------------------------
30552026-04-08T11:57:54.896ZServer listening on 5201 (test #16)
30562026-04-08T11:57:54.896Z-----------------------------------------------------------
30572026-04-08T11:57:54.896ZAccepted connection from 10.0.0.1, port 42715
30582026-04-08T11:57:54.896Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35427
30592026-04-08T11:57:54.896Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64739
30602026-04-08T11:57:54.896Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38485
30612026-04-08T11:57:54.897Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37896
30622026-04-08T11:57:54.897Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60106
30632026-04-08T11:57:54.897Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54942
30642026-04-08T11:57:54.897Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63430
30652026-04-08T11:57:54.897Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34508
30662026-04-08T11:57:54.897Z[ ID] Interval Transfer Bitrate
30672026-04-08T11:57:54.897Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
30682026-04-08T11:57:54.897Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30692026-04-08T11:57:54.897Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
30702026-04-08T11:57:54.897Z[ 12] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30712026-04-08T11:57:54.897Z[ 14] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30722026-04-08T11:57:54.897Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
30732026-04-08T11:57:54.897Z[ 18] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30742026-04-08T11:57:54.897Z[ 20] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
30752026-04-08T11:57:54.897Z[SUM] 0.00-1.00 sec 336 MBytes 2.82 Gbits/sec
30762026-04-08T11:57:54.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
30772026-04-08T11:57:54.897Z[ 5] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
30782026-04-08T11:57:54.897Z[ 8] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
30792026-04-08T11:57:54.897Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
30802026-04-08T11:57:54.897Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
30812026-04-08T11:57:54.897Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
30822026-04-08T11:57:54.897Z[ 16] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
30832026-04-08T11:57:54.897Z[ 18] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
30842026-04-08T11:57:54.897Z[ 20] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
30852026-04-08T11:57:54.897Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
30862026-04-08T11:57:54.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
30872026-04-08T11:57:54.897Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
30882026-04-08T11:57:54.897Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30892026-04-08T11:57:54.897Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30902026-04-08T11:57:54.897Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30912026-04-08T11:57:54.897Z[ 14] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30922026-04-08T11:57:54.897Z[ 16] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
30932026-04-08T11:57:54.897Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
30942026-04-08T11:57:54.897Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
30952026-04-08T11:57:54.897Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
30962026-04-08T11:57:54.897Z- - - - - - - - - - - - - - - - - - - - - - - - -
30972026-04-08T11:57:54.897Z[ 5] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
30982026-04-08T11:57:54.897Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
30992026-04-08T11:57:54.898Z[ 10] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
31002026-04-08T11:57:54.898Z[ 12] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
31012026-04-08T11:57:54.898Z[ 14] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
31022026-04-08T11:57:54.898Z[ 16] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
31032026-04-08T11:57:54.898Z[ 18] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
31042026-04-08T11:57:54.898Z[ 20] 3.00-4.00 sec 53.9 MBytes 452 Mbits/sec
31052026-04-08T11:57:54.898Z[SUM] 3.00-4.00 sec 431 MBytes 3.62 Gbits/sec
31062026-04-08T11:57:54.898Z- - - - - - - - - - - - - - - - - - - - - - - - -
31072026-04-08T11:57:54.898Z[ 5] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
31082026-04-08T11:57:54.898Z[ 8] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
31092026-04-08T11:57:54.898Z[ 10] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
31102026-04-08T11:57:54.898Z[ 12] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
31112026-04-08T11:57:54.898Z[ 14] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
31122026-04-08T11:57:54.898Z[ 16] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
31132026-04-08T11:57:54.898Z[ 18] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
31142026-04-08T11:57:54.898Z[ 20] 4.00-5.00 sec 54.1 MBytes 454 Mbits/sec
31152026-04-08T11:57:54.898Z[SUM] 4.00-5.00 sec 433 MBytes 3.63 Gbits/sec
31162026-04-08T11:57:54.898Z- - - - - - - - - - - - - - - - - - - - - - - - -
31172026-04-08T11:57:54.898Z[ 5] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
31182026-04-08T11:57:54.898Z[ 8] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
31192026-04-08T11:57:54.898Z[ 10] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
31202026-04-08T11:57:54.898Z[ 12] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
31212026-04-08T11:57:54.898Z[ 14] 5.00-6.00 sec 54.5 MBytes 457 Mbits/sec
31222026-04-08T11:57:54.898Z[ 16] 5.00-6.00 sec 54.6 MBytes 458 Mbits/sec
31232026-04-08T11:57:54.898Z[ 18] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
31242026-04-08T11:57:54.898Z[ 20] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
31252026-04-08T11:57:54.898Z[SUM] 5.00-6.00 sec 435 MBytes 3.65 Gbits/sec
31262026-04-08T11:57:54.898Z- - - - - - - - - - - - - - - - - - - - - - - - -
31272026-04-08T11:57:54.898Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31282026-04-08T11:57:54.898Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31292026-04-08T11:57:54.898Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31302026-04-08T11:57:57.898Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31312026-04-08T11:57:57.898Z[ 14] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31322026-04-08T11:57:57.898Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31332026-04-08T11:57:57.898Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31342026-04-08T11:57:57.898Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
31352026-04-08T11:57:57.898Z[SUM] 6.00-7.00 sec 428 MBytes 3.59 Gbits/sec
31362026-04-08T11:57:57.899Z- - - - - - - - - - - - - - - - - - - - - - - - -
31372026-04-08T11:57:57.899Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31382026-04-08T11:57:57.899Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
31392026-04-08T11:57:57.899Z[ 10] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
31402026-04-08T11:57:57.899Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31412026-04-08T11:57:57.899Z[ 14] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
31422026-04-08T11:57:57.899Z[ 16] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
31432026-04-08T11:57:57.899Z[ 18] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31442026-04-08T11:57:57.899Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
31452026-04-08T11:57:57.899Z[SUM] 7.00-8.00 sec 429 MBytes 3.60 Gbits/sec
31462026-04-08T11:57:57.899Z- - - - - - - - - - - - - - - - - - - - - - - - -
31472026-04-08T11:57:57.899Z[ 5] 8.00-9.00 sec 54.8 MBytes 459 Mbits/sec
31482026-04-08T11:57:57.899Z[ 8] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
31492026-04-08T11:57:57.899Z[ 10] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
31502026-04-08T11:57:57.899Z[ 12] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
31512026-04-08T11:57:57.899Z[ 14] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
31522026-04-08T11:57:57.899Z[ 16] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
31532026-04-08T11:57:57.899Z[ 18] 8.00-9.00 sec 54.9 MBytes 460 Mbits/sec
31542026-04-08T11:57:57.899Z[ 20] 8.00-9.00 sec 55.0 MBytes 461 Mbits/sec
31552026-04-08T11:57:57.899Z[SUM] 8.00-9.00 sec 439 MBytes 3.68 Gbits/sec
31562026-04-08T11:57:57.899Z- - - - - - - - - - - - - - - - - - - - - - - - -
31572026-04-08T11:57:57.899Z[ 5] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
31582026-04-08T11:57:57.899Z[ 8] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
31592026-04-08T11:57:57.899Z[ 10] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
31602026-04-08T11:57:57.899Z[ 12] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
31612026-04-08T11:57:57.899Z[ 14] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
31622026-04-08T11:57:57.899Z[ 16] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
31632026-04-08T11:57:57.899Z[ 18] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
31642026-04-08T11:57:57.899Z[ 20] 9.00-10.00 sec 54.2 MBytes 455 Mbits/sec
31652026-04-08T11:57:57.899Z[SUM] 9.00-10.00 sec 433 MBytes 3.64 Gbits/sec
31662026-04-08T11:57:57.899Z- - - - - - - - - - - - - - - - - - - - - - - - -
31672026-04-08T11:57:57.899Z[ 5] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
31682026-04-08T11:57:57.899Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31692026-04-08T11:57:57.899Z[ 10] 10.00-10.00 sec 128 KBytes 947 Mbits/sec
31702026-04-08T11:57:57.899Z[ 12] 10.00-10.00 sec 128 KBytes 947 Mbits/sec
31712026-04-08T11:57:57.899Z[ 14] 10.00-10.00 sec 128 KBytes 948 Mbits/sec
31722026-04-08T11:57:57.899Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31732026-04-08T11:57:57.899Z[ 18] 10.00-10.00 sec 128 KBytes 948 Mbits/sec
31742026-04-08T11:57:57.900Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31752026-04-08T11:57:57.900Z[SUM] 10.00-10.00 sec 640 KBytes 4.73 Gbits/sec
31762026-04-08T11:57:57.900Z- - - - - - - - - - - - - - - - - - - - - - - - -
31772026-04-08T11:57:57.900Z[ ID] Interval Transfer Bitrate
31782026-04-08T11:57:57.900Z[ 5] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
31792026-04-08T11:57:57.900Z[ 8] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
31802026-04-08T11:57:57.900Z[ 10] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
31812026-04-08T11:57:57.900Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
31822026-04-08T11:57:57.900Z[ 14] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
31832026-04-08T11:57:57.900Z[ 16] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
31842026-04-08T11:57:57.900Z[ 18] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
31852026-04-08T11:57:57.900Z[ 20] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
31862026-04-08T11:57:57.900Z[SUM] 0.00-10.00 sec 4.12 GBytes 3.54 Gbits/sec receiver
31872026-04-08T11:57:57.903ZRun 6/10...3543.38342648484Mbps
31882026-04-08T11:58:05.302Z-----------------------------------------------------------
31892026-04-08T11:58:05.302ZServer listening on 5201 (test #17)
31902026-04-08T11:58:05.302Z-----------------------------------------------------------
31912026-04-08T11:58:05.302ZAccepted connection from 10.0.0.1, port 44384
31922026-04-08T11:58:05.302Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51068
31932026-04-08T11:58:05.302Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39422
31942026-04-08T11:58:05.302Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56067
31952026-04-08T11:58:05.302Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57413
31962026-04-08T11:58:05.302Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39818
31972026-04-08T11:58:05.302Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54579
31982026-04-08T11:58:05.302Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63262
31992026-04-08T11:58:05.302Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54917
32002026-04-08T11:58:05.302Z[ ID] Interval Transfer Bitrate
32012026-04-08T11:58:05.302Z[ 5] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
32022026-04-08T11:58:05.302Z[ 8] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
32032026-04-08T11:58:05.302Z[ 10] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
32042026-04-08T11:58:05.302Z[ 12] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
32052026-04-08T11:58:05.303Z[ 14] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
32062026-04-08T11:58:05.303Z[ 16] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
32072026-04-08T11:58:05.303Z[ 18] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
32082026-04-08T11:58:05.303Z[ 20] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
32092026-04-08T11:58:05.303Z[SUM] 0.00-1.00 sec 340 MBytes 2.85 Gbits/sec
32102026-04-08T11:58:05.303Z- - - - - - - - - - - - - - - - - - - - - - - - -
32112026-04-08T11:58:05.303Z[ 5] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32122026-04-08T11:58:05.303Z[ 8] 1.00-2.00 sec 54.2 MBytes 455 Mbits/sec
32132026-04-08T11:58:05.303Z[ 10] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32142026-04-08T11:58:05.303Z[ 12] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
32152026-04-08T11:58:05.303Z[ 14] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32162026-04-08T11:58:05.303Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32172026-04-08T11:58:05.303Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32182026-04-08T11:58:05.303Z[ 20] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
32192026-04-08T11:58:05.303Z[SUM] 1.00-2.00 sec 432 MBytes 3.63 Gbits/sec
32202026-04-08T11:58:05.303Z- - - - - - - - - - - - - - - - - - - - - - - - -
32212026-04-08T11:58:05.303Z[ 5] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
32222026-04-08T11:58:05.303Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
32232026-04-08T11:58:05.303Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
32242026-04-08T11:58:05.303Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
32252026-04-08T11:58:05.303Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
32262026-04-08T11:58:05.303Z[ 16] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
32272026-04-08T11:58:05.303Z[ 18] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
32282026-04-08T11:58:05.303Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
32292026-04-08T11:58:05.303Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
32302026-04-08T11:58:05.303Z- - - - - - - - - - - - - - - - - - - - - - - - -
32312026-04-08T11:58:05.303Z[ 5] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32322026-04-08T11:58:05.303Z[ 8] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
32332026-04-08T11:58:05.303Z[ 10] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
32342026-04-08T11:58:05.303Z[ 12] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
32352026-04-08T11:58:05.303Z[ 14] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
32362026-04-08T11:58:05.303Z[ 16] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
32372026-04-08T11:58:05.303Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32382026-04-08T11:58:05.303Z[ 20] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
32392026-04-08T11:58:05.303Z[SUM] 3.00-4.00 sec 430 MBytes 3.60 Gbits/sec
32402026-04-08T11:58:05.303Z- - - - - - - - - - - - - - - - - - - - - - - - -
32412026-04-08T11:58:05.303Z[ 5] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
32422026-04-08T11:58:05.303Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32432026-04-08T11:58:05.303Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32442026-04-08T11:58:05.303Z[ 12] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32452026-04-08T11:58:05.304Z[ 14] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
32462026-04-08T11:58:05.304Z[ 16] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
32472026-04-08T11:58:05.304Z[ 18] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
32482026-04-08T11:58:05.304Z[ 20] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
32492026-04-08T11:58:05.304Z[SUM] 4.00-5.00 sec 429 MBytes 3.60 Gbits/sec
32502026-04-08T11:58:05.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
32512026-04-08T11:58:05.304Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32522026-04-08T11:58:05.304Z[ 8] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32532026-04-08T11:58:05.304Z[ 10] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
32542026-04-08T11:58:05.304Z[ 12] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
32552026-04-08T11:58:05.304Z[ 14] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
32562026-04-08T11:58:05.304Z[ 16] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
32572026-04-08T11:58:05.304Z[ 18] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32582026-04-08T11:58:05.304Z[ 20] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
32592026-04-08T11:58:05.304Z[SUM] 5.00-6.00 sec 434 MBytes 3.64 Gbits/sec
32602026-04-08T11:58:05.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
32612026-04-08T11:58:05.304Z[ 5] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32622026-04-08T11:58:05.304Z[ 8] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32632026-04-08T11:58:05.304Z[ 10] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32642026-04-08T11:58:08.304Z[ 12] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32652026-04-08T11:58:08.304Z[ 14] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
32662026-04-08T11:58:08.304Z[ 16] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32672026-04-08T11:58:08.304Z[ 18] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
32682026-04-08T11:58:08.304Z[ 20] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
32692026-04-08T11:58:08.305Z[SUM] 6.00-7.00 sec 430 MBytes 3.61 Gbits/sec
32702026-04-08T11:58:08.305Z- - - - - - - - - - - - - - - - - - - - - - - - -
32712026-04-08T11:58:08.305Z[ 5] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32722026-04-08T11:58:08.305Z[ 8] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32732026-04-08T11:58:08.305Z[ 10] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32742026-04-08T11:58:08.305Z[ 12] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
32752026-04-08T11:58:08.305Z[ 14] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32762026-04-08T11:58:08.305Z[ 16] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
32772026-04-08T11:58:08.305Z[ 18] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
32782026-04-08T11:58:08.305Z[ 20] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
32792026-04-08T11:58:08.305Z[SUM] 7.00-8.00 sec 426 MBytes 3.57 Gbits/sec
32802026-04-08T11:58:08.305Z- - - - - - - - - - - - - - - - - - - - - - - - -
32812026-04-08T11:58:08.305Z[ 5] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
32822026-04-08T11:58:08.305Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
32832026-04-08T11:58:08.305Z[ 10] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
32842026-04-08T11:58:08.305Z[ 12] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
32852026-04-08T11:58:08.305Z[ 14] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
32862026-04-08T11:58:08.305Z[ 16] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
32872026-04-08T11:58:08.305Z[ 18] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
32882026-04-08T11:58:08.305Z[ 20] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
32892026-04-08T11:58:08.305Z[SUM] 8.00-9.00 sec 431 MBytes 3.62 Gbits/sec
32902026-04-08T11:58:08.305Z- - - - - - - - - - - - - - - - - - - - - - - - -
32912026-04-08T11:58:08.305Z[ 5] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
32922026-04-08T11:58:08.305Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
32932026-04-08T11:58:08.305Z[ 10] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32942026-04-08T11:58:08.305Z[ 12] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
32952026-04-08T11:58:08.305Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32962026-04-08T11:58:08.305Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32972026-04-08T11:58:08.305Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
32982026-04-08T11:58:08.305Z[ 20] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
32992026-04-08T11:58:08.305Z[SUM] 9.00-10.00 sec 429 MBytes 3.60 Gbits/sec
33002026-04-08T11:58:08.305Z- - - - - - - - - - - - - - - - - - - - - - - - -
33012026-04-08T11:58:08.305Z[ 5] 10.00-10.00 sec 128 KBytes 802 Mbits/sec
33022026-04-08T11:58:08.305Z[ 8] 10.00-10.00 sec 128 KBytes 803 Mbits/sec
33032026-04-08T11:58:08.305Z[ 10] 10.00-10.00 sec 128 KBytes 802 Mbits/sec
33042026-04-08T11:58:08.306Z[ 12] 10.00-10.00 sec 128 KBytes 803 Mbits/sec
33052026-04-08T11:58:08.306Z[ 14] 10.00-10.00 sec 128 KBytes 803 Mbits/sec
33062026-04-08T11:58:08.306Z[ 16] 10.00-10.00 sec 128 KBytes 803 Mbits/sec
33072026-04-08T11:58:08.306Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33082026-04-08T11:58:08.306Z[ 20] 10.00-10.00 sec 128 KBytes 803 Mbits/sec
33092026-04-08T11:58:08.306Z[SUM] 10.00-10.00 sec 896 KBytes 5.62 Gbits/sec
33102026-04-08T11:58:08.306Z- - - - - - - - - - - - - - - - - - - - - - - - -
33112026-04-08T11:58:08.306Z[ ID] Interval Transfer Bitrate
33122026-04-08T11:58:08.306Z[ 5] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
33132026-04-08T11:58:08.306Z[ 8] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
33142026-04-08T11:58:08.306Z[ 10] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
33152026-04-08T11:58:08.306Z[ 12] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
33162026-04-08T11:58:08.306Z[ 14] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33172026-04-08T11:58:08.306Z[ 16] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33182026-04-08T11:58:08.306Z[ 18] 0.00-10.00 sec 526 MBytes 442 Mbits/sec receiver
33192026-04-08T11:58:08.306Z[ 20] 0.00-10.00 sec 526 MBytes 441 Mbits/sec receiver
33202026-04-08T11:58:08.306Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
33212026-04-08T11:58:08.310ZRun 7/10...3533.1051099662677Mbps
33222026-04-08T11:58:15.730Z-----------------------------------------------------------
33232026-04-08T11:58:15.730ZServer listening on 5201 (test #18)
33242026-04-08T11:58:15.730Z-----------------------------------------------------------
33252026-04-08T11:58:15.730ZAccepted connection from 10.0.0.1, port 49516
33262026-04-08T11:58:15.730Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42454
33272026-04-08T11:58:15.730Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58349
33282026-04-08T11:58:15.730Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51125
33292026-04-08T11:58:15.730Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63474
33302026-04-08T11:58:15.730Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37660
33312026-04-08T11:58:15.730Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56226
33322026-04-08T11:58:15.730Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43217
33332026-04-08T11:58:15.730Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65044
33342026-04-08T11:58:15.730Z[ ID] Interval Transfer Bitrate
33352026-04-08T11:58:15.730Z[ 5] 0.00-1.00 sec 34.2 MBytes 287 Mbits/sec
33362026-04-08T11:58:15.731Z[ 8] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
33372026-04-08T11:58:15.731Z[ 10] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
33382026-04-08T11:58:15.731Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
33392026-04-08T11:58:15.731Z[ 14] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
33402026-04-08T11:58:15.731Z[ 16] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
33412026-04-08T11:58:15.731Z[ 18] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
33422026-04-08T11:58:15.731Z[ 20] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
33432026-04-08T11:58:15.731Z[SUM] 0.00-1.00 sec 338 MBytes 2.84 Gbits/sec
33442026-04-08T11:58:15.731Z- - - - - - - - - - - - - - - - - - - - - - - - -
33452026-04-08T11:58:15.731Z[ 5] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33462026-04-08T11:58:15.731Z[ 8] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33472026-04-08T11:58:15.731Z[ 10] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33482026-04-08T11:58:15.731Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33492026-04-08T11:58:15.731Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
33502026-04-08T11:58:15.731Z[ 16] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33512026-04-08T11:58:15.731Z[ 18] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
33522026-04-08T11:58:15.731Z[ 20] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
33532026-04-08T11:58:15.731Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
33542026-04-08T11:58:15.731Z- - - - - - - - - - - - - - - - - - - - - - - - -
33552026-04-08T11:58:15.731Z[ 5] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33562026-04-08T11:58:15.732Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
33572026-04-08T11:58:15.732Z[ 10] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33582026-04-08T11:58:15.732Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
33592026-04-08T11:58:15.732Z[ 14] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33602026-04-08T11:58:15.732Z[ 16] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33612026-04-08T11:58:15.732Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33622026-04-08T11:58:15.732Z[ 20] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
33632026-04-08T11:58:15.732Z[SUM] 2.00-3.00 sec 429 MBytes 3.60 Gbits/sec
33642026-04-08T11:58:15.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
33652026-04-08T11:58:15.732Z[ 5] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
33662026-04-08T11:58:15.732Z[ 8] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
33672026-04-08T11:58:15.732Z[ 10] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
33682026-04-08T11:58:15.732Z[ 12] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
33692026-04-08T11:58:15.732Z[ 14] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
33702026-04-08T11:58:15.732Z[ 16] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
33712026-04-08T11:58:15.732Z[ 18] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
33722026-04-08T11:58:15.732Z[ 20] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
33732026-04-08T11:58:15.732Z[SUM] 3.00-4.00 sec 434 MBytes 3.64 Gbits/sec
33742026-04-08T11:58:15.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
33752026-04-08T11:58:15.732Z[ 5] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
33762026-04-08T11:58:15.732Z[ 8] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
33772026-04-08T11:58:15.732Z[ 10] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
33782026-04-08T11:58:15.732Z[ 12] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
33792026-04-08T11:58:15.732Z[ 14] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
33802026-04-08T11:58:15.732Z[ 16] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
33812026-04-08T11:58:15.732Z[ 18] 4.00-5.00 sec 53.9 MBytes 452 Mbits/sec
33822026-04-08T11:58:15.732Z[ 20] 4.00-5.00 sec 54.0 MBytes 453 Mbits/sec
33832026-04-08T11:58:15.732Z[SUM] 4.00-5.00 sec 432 MBytes 3.62 Gbits/sec
33842026-04-08T11:58:15.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
33852026-04-08T11:58:15.732Z[ 5] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
33862026-04-08T11:58:15.732Z[ 8] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
33872026-04-08T11:58:15.732Z[ 10] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
33882026-04-08T11:58:15.732Z[ 12] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
33892026-04-08T11:58:15.732Z[ 14] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
33902026-04-08T11:58:15.732Z[ 16] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
33912026-04-08T11:58:15.732Z[ 18] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
33922026-04-08T11:58:15.732Z[ 20] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
33932026-04-08T11:58:15.732Z[SUM] 5.00-6.00 sec 427 MBytes 3.58 Gbits/sec
33942026-04-08T11:58:15.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
33952026-04-08T11:58:15.733Z[ 5] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
33962026-04-08T11:58:15.733Z[ 8] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
33972026-04-08T11:58:15.733Z[ 10] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
33982026-04-08T11:58:18.732Z[ 12] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
33992026-04-08T11:58:18.732Z[ 14] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
34002026-04-08T11:58:18.732Z[ 16] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
34012026-04-08T11:58:18.732Z[ 18] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
34022026-04-08T11:58:18.732Z[ 20] 6.00-7.00 sec 54.0 MBytes 453 Mbits/sec
34032026-04-08T11:58:18.732Z[SUM] 6.00-7.00 sec 432 MBytes 3.62 Gbits/sec
34042026-04-08T11:58:18.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
34052026-04-08T11:58:18.732Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34062026-04-08T11:58:18.732Z[ 8] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34072026-04-08T11:58:18.732Z[ 10] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
34082026-04-08T11:58:18.732Z[ 12] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
34092026-04-08T11:58:18.732Z[ 14] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
34102026-04-08T11:58:18.732Z[ 16] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
34112026-04-08T11:58:18.732Z[ 18] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
34122026-04-08T11:58:18.732Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
34132026-04-08T11:58:18.732Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
34142026-04-08T11:58:18.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
34152026-04-08T11:58:18.732Z[ 5] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34162026-04-08T11:58:18.732Z[ 8] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34172026-04-08T11:58:18.732Z[ 10] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34182026-04-08T11:58:18.732Z[ 12] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34192026-04-08T11:58:18.732Z[ 14] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34202026-04-08T11:58:18.732Z[ 16] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34212026-04-08T11:58:18.732Z[ 18] 8.00-9.00 sec 53.9 MBytes 452 Mbits/sec
34222026-04-08T11:58:18.732Z[ 20] 8.00-9.00 sec 53.8 MBytes 451 Mbits/sec
34232026-04-08T11:58:18.732Z[SUM] 8.00-9.00 sec 431 MBytes 3.61 Gbits/sec
34242026-04-08T11:58:18.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
34252026-04-08T11:58:18.733Z[ 5] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
34262026-04-08T11:58:18.733Z[ 8] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
34272026-04-08T11:58:18.733Z[ 10] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
34282026-04-08T11:58:18.733Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
34292026-04-08T11:58:18.733Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
34302026-04-08T11:58:18.733Z[ 16] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
34312026-04-08T11:58:18.733Z[ 18] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
34322026-04-08T11:58:18.733Z[ 20] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
34332026-04-08T11:58:18.733Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
34342026-04-08T11:58:18.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
34352026-04-08T11:58:18.733Z[ 5] 10.00-10.00 sec 128 KBytes 957 Mbits/sec
34362026-04-08T11:58:18.733Z[ 8] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
34372026-04-08T11:58:18.733Z[ 10] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
34382026-04-08T11:58:18.733Z[ 12] 10.00-10.00 sec 128 KBytes 959 Mbits/sec
34392026-04-08T11:58:18.733Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34402026-04-08T11:58:18.733Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34412026-04-08T11:58:18.733Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34422026-04-08T11:58:18.733Z[ 20] 10.00-10.00 sec 128 KBytes 959 Mbits/sec
34432026-04-08T11:58:18.733Z[SUM] 10.00-10.00 sec 640 KBytes 4.78 Gbits/sec
34442026-04-08T11:58:18.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
34452026-04-08T11:58:18.733Z[ ID] Interval Transfer Bitrate
34462026-04-08T11:58:18.733Z[ 5] 0.00-10.00 sec 518 MBytes 435 Mbits/sec receiver
34472026-04-08T11:58:18.733Z[ 8] 0.00-10.00 sec 528 MBytes 442 Mbits/sec receiver
34482026-04-08T11:58:18.733Z[ 10] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34492026-04-08T11:58:18.733Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
34502026-04-08T11:58:18.733Z[ 14] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34512026-04-08T11:58:18.733Z[ 16] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34522026-04-08T11:58:18.733Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34532026-04-08T11:58:18.733Z[ 20] 0.00-10.00 sec 527 MBytes 442 Mbits/sec receiver
34542026-04-08T11:58:18.733Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec receiver
34552026-04-08T11:58:18.737ZRun 8/10...3530.700142317381Mbps
34562026-04-08T11:58:26.136Z-----------------------------------------------------------
34572026-04-08T11:58:26.136ZServer listening on 5201 (test #19)
34582026-04-08T11:58:26.136Z-----------------------------------------------------------
34592026-04-08T11:58:26.136ZAccepted connection from 10.0.0.1, port 49877
34602026-04-08T11:58:26.136Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38078
34612026-04-08T11:58:26.137Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39521
34622026-04-08T11:58:26.137Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58193
34632026-04-08T11:58:26.137Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34046
34642026-04-08T11:58:26.137Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55527
34652026-04-08T11:58:26.137Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51081
34662026-04-08T11:58:26.137Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38722
34672026-04-08T11:58:26.137Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57404
34682026-04-08T11:58:26.137Z[ ID] Interval Transfer Bitrate
34692026-04-08T11:58:26.137Z[ 5] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
34702026-04-08T11:58:26.137Z[ 8] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
34712026-04-08T11:58:26.137Z[ 10] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
34722026-04-08T11:58:26.137Z[ 12] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
34732026-04-08T11:58:26.137Z[ 14] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
34742026-04-08T11:58:26.137Z[ 16] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
34752026-04-08T11:58:26.137Z[ 18] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
34762026-04-08T11:58:26.137Z[ 20] 0.00-1.00 sec 42.9 MBytes 360 Mbits/sec
34772026-04-08T11:58:26.137Z[SUM] 0.00-1.00 sec 342 MBytes 2.87 Gbits/sec
34782026-04-08T11:58:26.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
34792026-04-08T11:58:26.137Z[ 5] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
34802026-04-08T11:58:26.137Z[ 8] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
34812026-04-08T11:58:26.137Z[ 10] 1.00-2.00 sec 54.1 MBytes 454 Mbits/sec
34822026-04-08T11:58:26.137Z[ 12] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
34832026-04-08T11:58:26.137Z[ 14] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
34842026-04-08T11:58:26.137Z[ 16] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
34852026-04-08T11:58:26.137Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
34862026-04-08T11:58:26.137Z[ 20] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
34872026-04-08T11:58:26.141Z[SUM] 1.00-2.00 sec 432 MBytes 3.62 Gbits/sec
34882026-04-08T11:58:26.141Z- - - - - - - - - - - - - - - - - - - - - - - - -
34892026-04-08T11:58:26.141Z[ 5] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
34902026-04-08T11:58:26.141Z[ 8] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
34912026-04-08T11:58:26.141Z[ 10] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
34922026-04-08T11:58:26.141Z[ 12] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
34932026-04-08T11:58:26.141Z[ 14] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
34942026-04-08T11:58:26.141Z[ 16] 2.00-3.00 sec 54.5 MBytes 457 Mbits/sec
34952026-04-08T11:58:26.141Z[ 18] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
34962026-04-08T11:58:26.141Z[ 20] 2.00-3.00 sec 54.6 MBytes 458 Mbits/sec
34972026-04-08T11:58:26.141Z[SUM] 2.00-3.00 sec 437 MBytes 3.67 Gbits/sec
34982026-04-08T11:58:26.141Z- - - - - - - - - - - - - - - - - - - - - - - - -
34992026-04-08T11:58:26.141Z[ 5] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
35002026-04-08T11:58:26.141Z[ 8] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
35012026-04-08T11:58:26.141Z[ 10] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
35022026-04-08T11:58:26.141Z[ 12] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
35032026-04-08T11:58:26.141Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
35042026-04-08T11:58:26.141Z[ 16] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
35052026-04-08T11:58:26.141Z[ 18] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
35062026-04-08T11:58:26.141Z[ 20] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
35072026-04-08T11:58:26.141Z[SUM] 3.00-4.00 sec 434 MBytes 3.64 Gbits/sec
35082026-04-08T11:58:26.141Z- - - - - - - - - - - - - - - - - - - - - - - - -
35092026-04-08T11:58:26.142Z[ 5] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
35102026-04-08T11:58:26.142Z[ 8] 4.00-5.00 sec 54.2 MBytes 455 Mbits/sec
35112026-04-08T11:58:26.142Z[ 10] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
35122026-04-08T11:58:26.142Z[ 12] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
35132026-04-08T11:58:26.142Z[ 14] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
35142026-04-08T11:58:26.142Z[ 16] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
35152026-04-08T11:58:26.142Z[ 18] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
35162026-04-08T11:58:26.142Z[ 20] 4.00-5.00 sec 54.4 MBytes 456 Mbits/sec
35172026-04-08T11:58:26.142Z[SUM] 4.00-5.00 sec 436 MBytes 3.65 Gbits/sec
35182026-04-08T11:58:26.142Z- - - - - - - - - - - - - - - - - - - - - - - - -
35192026-04-08T11:58:26.142Z[ 5] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
35202026-04-08T11:58:26.142Z[ 8] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
35212026-04-08T11:58:26.142Z[ 10] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
35222026-04-08T11:58:26.142Z[ 12] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
35232026-04-08T11:58:26.142Z[ 14] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
35242026-04-08T11:58:26.142Z[ 16] 5.00-6.00 sec 54.1 MBytes 454 Mbits/sec
35252026-04-08T11:58:26.142Z[ 18] 5.00-6.00 sec 54.2 MBytes 455 Mbits/sec
35262026-04-08T11:58:26.142Z[ 20] 5.00-6.00 sec 54.4 MBytes 456 Mbits/sec
35272026-04-08T11:58:26.142Z[SUM] 5.00-6.00 sec 434 MBytes 3.64 Gbits/sec
35282026-04-08T11:58:26.142Z- - - - - - - - - - - - - - - - - - - - - - - - -
35292026-04-08T11:58:26.142Z[ 5] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
35302026-04-08T11:58:26.142Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
35312026-04-08T11:58:26.142Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
35322026-04-08T11:58:29.139Z[ 12] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
35332026-04-08T11:58:29.139Z[ 14] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
35342026-04-08T11:58:29.139Z[ 16] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
35352026-04-08T11:58:29.139Z[ 18] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
35362026-04-08T11:58:29.139Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
35372026-04-08T11:58:29.139Z[SUM] 6.00-7.00 sec 429 MBytes 3.60 Gbits/sec
35382026-04-08T11:58:29.139Z- - - - - - - - - - - - - - - - - - - - - - - - -
35392026-04-08T11:58:29.139Z[ 5] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
35402026-04-08T11:58:29.139Z[ 8] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
35412026-04-08T11:58:29.140Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
35422026-04-08T11:58:29.140Z[ 12] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
35432026-04-08T11:58:29.140Z[ 14] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
35442026-04-08T11:58:29.140Z[ 16] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
35452026-04-08T11:58:29.140Z[ 18] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
35462026-04-08T11:58:29.140Z[ 20] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
35472026-04-08T11:58:29.140Z[SUM] 7.00-8.00 sec 425 MBytes 3.57 Gbits/sec
35482026-04-08T11:58:29.140Z- - - - - - - - - - - - - - - - - - - - - - - - -
35492026-04-08T11:58:29.140Z[ 5] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
35502026-04-08T11:58:29.140Z[ 8] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
35512026-04-08T11:58:29.140Z[ 10] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
35522026-04-08T11:58:29.140Z[ 12] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
35532026-04-08T11:58:29.140Z[ 14] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
35542026-04-08T11:58:29.140Z[ 16] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
35552026-04-08T11:58:29.140Z[ 18] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
35562026-04-08T11:58:29.140Z[ 20] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
35572026-04-08T11:58:29.140Z[SUM] 8.00-9.00 sec 433 MBytes 3.64 Gbits/sec
35582026-04-08T11:58:29.140Z- - - - - - - - - - - - - - - - - - - - - - - - -
35592026-04-08T11:58:29.140Z[ 5] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
35602026-04-08T11:58:29.140Z[ 8] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
35612026-04-08T11:58:29.140Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
35622026-04-08T11:58:29.140Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
35632026-04-08T11:58:29.140Z[ 14] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
35642026-04-08T11:58:29.140Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
35652026-04-08T11:58:29.140Z[ 18] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
35662026-04-08T11:58:29.140Z[ 20] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
35672026-04-08T11:58:29.140Z[SUM] 9.00-10.00 sec 425 MBytes 3.56 Gbits/sec
35682026-04-08T11:58:29.140Z- - - - - - - - - - - - - - - - - - - - - - - - -
35692026-04-08T11:58:29.140Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35702026-04-08T11:58:29.140Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35712026-04-08T11:58:29.140Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35722026-04-08T11:58:29.140Z[ 12] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
35732026-04-08T11:58:29.140Z[ 14] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
35742026-04-08T11:58:29.140Z[ 16] 10.00-10.00 sec 128 KBytes 1.01 Gbits/sec
35752026-04-08T11:58:29.140Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35762026-04-08T11:58:29.140Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35772026-04-08T11:58:29.141Z[SUM] 10.00-10.00 sec 384 KBytes 3.02 Gbits/sec
35782026-04-08T11:58:29.141Z- - - - - - - - - - - - - - - - - - - - - - - - -
35792026-04-08T11:58:29.141Z[ ID] Interval Transfer Bitrate
35802026-04-08T11:58:29.141Z[ 5] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35812026-04-08T11:58:29.141Z[ 8] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35822026-04-08T11:58:29.141Z[ 10] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35832026-04-08T11:58:29.141Z[ 12] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35842026-04-08T11:58:29.141Z[ 14] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35852026-04-08T11:58:29.141Z[ 16] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35862026-04-08T11:58:29.141Z[ 18] 0.00-10.00 sec 529 MBytes 444 Mbits/sec receiver
35872026-04-08T11:58:29.141Z[ 20] 0.00-10.00 sec 528 MBytes 443 Mbits/sec receiver
35882026-04-08T11:58:29.141Z[SUM] 0.00-10.00 sec 4.13 GBytes 3.55 Gbits/sec receiver
35892026-04-08T11:58:29.145ZRun 9/10...3546.830181773746Mbps
35902026-04-08T11:58:36.541Z-----------------------------------------------------------
35912026-04-08T11:58:36.541ZServer listening on 5201 (test #20)
35922026-04-08T11:58:36.541Z-----------------------------------------------------------
35932026-04-08T11:58:36.541ZAccepted connection from 10.0.0.1, port 43670
35942026-04-08T11:58:36.541Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40734
35952026-04-08T11:58:36.541Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37934
35962026-04-08T11:58:36.541Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44733
35972026-04-08T11:58:36.541Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54526
35982026-04-08T11:58:36.541Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44037
35992026-04-08T11:58:36.541Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42038
36002026-04-08T11:58:36.541Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41459
36012026-04-08T11:58:36.541Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52357
36022026-04-08T11:58:36.541Z[ ID] Interval Transfer Bitrate
36032026-04-08T11:58:36.541Z[ 5] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
36042026-04-08T11:58:36.541Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
36052026-04-08T11:58:36.541Z[ 10] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
36062026-04-08T11:58:36.541Z[ 12] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
36072026-04-08T11:58:36.541Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
36082026-04-08T11:58:36.541Z[ 16] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
36092026-04-08T11:58:36.541Z[ 18] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
36102026-04-08T11:58:36.541Z[ 20] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
36112026-04-08T11:58:36.541Z[SUM] 0.00-1.00 sec 336 MBytes 2.82 Gbits/sec
36122026-04-08T11:58:36.541Z- - - - - - - - - - - - - - - - - - - - - - - - -
36132026-04-08T11:58:36.541Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36142026-04-08T11:58:36.541Z[ 8] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36152026-04-08T11:58:36.541Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36162026-04-08T11:58:36.541Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36172026-04-08T11:58:36.541Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
36182026-04-08T11:58:36.541Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36192026-04-08T11:58:36.541Z[ 18] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36202026-04-08T11:58:36.541Z[ 20] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
36212026-04-08T11:58:36.542Z[SUM] 1.00-2.00 sec 427 MBytes 3.58 Gbits/sec
36222026-04-08T11:58:36.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
36232026-04-08T11:58:36.542Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36242026-04-08T11:58:36.542Z[ 8] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36252026-04-08T11:58:36.542Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36262026-04-08T11:58:36.542Z[ 12] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
36272026-04-08T11:58:36.542Z[ 14] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
36282026-04-08T11:58:36.542Z[ 16] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36292026-04-08T11:58:36.542Z[ 18] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36302026-04-08T11:58:36.542Z[ 20] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
36312026-04-08T11:58:36.542Z[SUM] 2.00-3.00 sec 432 MBytes 3.62 Gbits/sec
36322026-04-08T11:58:36.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
36332026-04-08T11:58:36.542Z[ 5] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
36342026-04-08T11:58:36.542Z[ 8] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
36352026-04-08T11:58:36.542Z[ 10] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
36362026-04-08T11:58:36.542Z[ 12] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
36372026-04-08T11:58:36.542Z[ 14] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
36382026-04-08T11:58:36.542Z[ 16] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
36392026-04-08T11:58:36.542Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
36402026-04-08T11:58:36.542Z[ 20] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
36412026-04-08T11:58:36.542Z[SUM] 3.00-4.00 sec 429 MBytes 3.60 Gbits/sec
36422026-04-08T11:58:36.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
36432026-04-08T11:58:36.542Z[ 5] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
36442026-04-08T11:58:36.542Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
36452026-04-08T11:58:36.543Z[ 10] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
36462026-04-08T11:58:36.543Z[ 12] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
36472026-04-08T11:58:36.543Z[ 14] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
36482026-04-08T11:58:36.543Z[ 16] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
36492026-04-08T11:58:36.543Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
36502026-04-08T11:58:36.543Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
36512026-04-08T11:58:36.543Z[SUM] 4.00-5.00 sec 428 MBytes 3.59 Gbits/sec
36522026-04-08T11:58:36.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
36532026-04-08T11:58:36.543Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
36542026-04-08T11:58:36.543Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
36552026-04-08T11:58:36.543Z[ 10] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
36562026-04-08T11:58:36.543Z[ 12] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
36572026-04-08T11:58:36.543Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
36582026-04-08T11:58:36.543Z[ 16] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
36592026-04-08T11:58:36.543Z[ 18] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
36602026-04-08T11:58:36.543Z[ 20] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
36612026-04-08T11:58:36.543Z[SUM] 5.00-6.00 sec 429 MBytes 3.60 Gbits/sec
36622026-04-08T11:58:36.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
36632026-04-08T11:58:36.543Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36642026-04-08T11:58:36.543Z[ 8] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36652026-04-08T11:58:36.543Z[ 10] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
36662026-04-08T11:58:39.543Z[ 12] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36672026-04-08T11:58:39.543Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36682026-04-08T11:58:39.543Z[ 16] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36692026-04-08T11:58:39.543Z[ 18] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
36702026-04-08T11:58:39.543Z[ 20] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
36712026-04-08T11:58:39.543Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
36722026-04-08T11:58:39.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
36732026-04-08T11:58:39.543Z[ 5] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
36742026-04-08T11:58:39.543Z[ 8] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
36752026-04-08T11:58:39.543Z[ 10] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
36762026-04-08T11:58:39.543Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
36772026-04-08T11:58:39.543Z[ 14] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
36782026-04-08T11:58:39.543Z[ 16] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
36792026-04-08T11:58:39.543Z[ 18] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
36802026-04-08T11:58:39.543Z[ 20] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
36812026-04-08T11:58:39.543Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
36822026-04-08T11:58:39.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
36832026-04-08T11:58:39.543Z[ 5] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
36842026-04-08T11:58:39.543Z[ 8] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
36852026-04-08T11:58:39.543Z[ 10] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
36862026-04-08T11:58:39.543Z[ 12] 8.00-9.00 sec 54.2 MBytes 455 Mbits/sec
36872026-04-08T11:58:39.543Z[ 14] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
36882026-04-08T11:58:39.543Z[ 16] 8.00-9.00 sec 54.1 MBytes 454 Mbits/sec
36892026-04-08T11:58:39.543Z[ 18] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
36902026-04-08T11:58:39.543Z[ 20] 8.00-9.00 sec 54.0 MBytes 453 Mbits/sec
36912026-04-08T11:58:39.544Z[SUM] 8.00-9.00 sec 433 MBytes 3.63 Gbits/sec
36922026-04-08T11:58:39.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
36932026-04-08T11:58:39.544Z[ 5] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
36942026-04-08T11:58:39.544Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
36952026-04-08T11:58:39.544Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
36962026-04-08T11:58:39.544Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
36972026-04-08T11:58:39.544Z[ 14] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
36982026-04-08T11:58:39.544Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
36992026-04-08T11:58:39.544Z[ 18] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
37002026-04-08T11:58:39.544Z[ 20] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
37012026-04-08T11:58:39.544Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
37022026-04-08T11:58:39.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
37032026-04-08T11:58:39.544Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37042026-04-08T11:58:39.544Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37052026-04-08T11:58:39.544Z[ 10] 10.00-10.00 sec 128 KBytes 1.06 Gbits/sec
37062026-04-08T11:58:39.544Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37072026-04-08T11:58:39.544Z[ 14] 10.00-10.00 sec 128 KBytes 1.06 Gbits/sec
37082026-04-08T11:58:39.544Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37092026-04-08T11:58:39.544Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37102026-04-08T11:58:39.544Z[ 20] 10.00-10.00 sec 128 KBytes 1.06 Gbits/sec
37112026-04-08T11:58:39.544Z[SUM] 10.00-10.00 sec 384 KBytes 3.18 Gbits/sec
37122026-04-08T11:58:39.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
37132026-04-08T11:58:39.544Z[ ID] Interval Transfer Bitrate
37142026-04-08T11:58:39.544Z[ 5] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37152026-04-08T11:58:39.544Z[ 8] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37162026-04-08T11:58:39.544Z[ 10] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37172026-04-08T11:58:39.544Z[ 12] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37182026-04-08T11:58:39.544Z[ 14] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37192026-04-08T11:58:39.544Z[ 16] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37202026-04-08T11:58:39.544Z[ 18] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37212026-04-08T11:58:39.544Z[ 20] 0.00-10.00 sec 525 MBytes 440 Mbits/sec receiver
37222026-04-08T11:58:39.544Z[SUM] 0.00-10.00 sec 4.10 GBytes 3.52 Gbits/sec receiver
37232026-04-08T11:58:39.548ZRun 10/10...3522.617097040962Mbps
37242026-04-08T11:58:39.548Z###---------------------###
37252026-04-08T11:58:39.548Z::: iPerf done... :::
37262026-04-08T11:58:39.548Z:::Awaiting out files...:::
37272026-04-08T11:58:39.548Z###---------------------###
37282026-04-08T11:58:39.548Z###-----###
37292026-04-08T11:58:39.548Z:::done!:::
37302026-04-08T11:58:39.548Z###-----###
37312026-04-08T11:58:40.509ZGnuplot not found, using plotters backend
37322026-04-08T11:58:40.650ZBenchmarking iperf-tcp/local/c2s/tx
37332026-04-08T11:58:40.650ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
37342026-04-08T11:58:44.499ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37352026-04-08T11:59:04.452ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
37362026-04-08T11:59:04.507Ziperf-tcp/local/c2s/tx time: [3.5316 µs 3.5317 µs 3.5318 µs]
37372026-04-08T11:59:04.507ZFound 6 outliers among 100 measurements (6.00%)
37382026-04-08T11:59:04.507Z 3 (3.00%) low mild
37392026-04-08T11:59:04.507Z 3 (3.00%) high mild
37402026-04-08T11:59:05.131Z
37412026-04-08T11:59:05.134ZBenchmarking iperf-tcp/local/c2s/rx
37422026-04-08T11:59:05.134ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
37432026-04-08T11:59:08.974ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
37442026-04-08T11:59:28.944ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
37452026-04-08T11:59:28.996Ziperf-tcp/local/c2s/rx time: [6.6182 µs 6.6183 µs 6.6185 µs]
37462026-04-08T11:59:28.996ZFound 7 outliers among 100 measurements (7.00%)
37472026-04-08T11:59:28.996Z 2 (2.00%) low severe
37482026-04-08T11:59:28.996Z 3 (3.00%) high mild
37492026-04-08T11:59:28.996Z 2 (2.00%) high severe
37502026-04-08T11:59:29.621Z
37512026-04-08T11:59:29.624Z###-------------------###
37522026-04-08T11:59:29.624Z:::Running experiment :::
37532026-04-08T11:59:29.624Z:::iperf-tcp/local/s2c:::
37542026-04-08T11:59:29.624Z###-------------------###
37552026-04-08T11:59:29.839Zdtrace: description 'profile-201us ' matched 2 probes
37562026-04-08T11:59:37.026Z-----------------------------------------------------------
37572026-04-08T11:59:37.026ZServer listening on 5201 (test #21)
37582026-04-08T11:59:37.026Z-----------------------------------------------------------
37592026-04-08T11:59:37.026ZAccepted connection from 10.0.0.1, port 44066
37602026-04-08T11:59:37.026Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39129
37612026-04-08T11:59:37.026Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35135
37622026-04-08T11:59:37.026Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59101
37632026-04-08T11:59:37.026Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35459
37642026-04-08T11:59:37.026Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61569
37652026-04-08T11:59:37.026Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32914
37662026-04-08T11:59:37.026Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64321
37672026-04-08T11:59:37.026Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40527
37682026-04-08T11:59:37.026Z[ ID] Interval Transfer Bitrate
37692026-04-08T11:59:37.027Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37702026-04-08T11:59:37.027Z[ 8] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
37712026-04-08T11:59:37.027Z[ 10] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37722026-04-08T11:59:37.027Z[ 12] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
37732026-04-08T11:59:37.027Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
37742026-04-08T11:59:37.027Z[ 16] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
37752026-04-08T11:59:37.027Z[ 18] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
37762026-04-08T11:59:37.027Z[ 20] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
37772026-04-08T11:59:37.027Z[SUM] 0.00-1.00 sec 338 MBytes 2.83 Gbits/sec
37782026-04-08T11:59:37.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
37792026-04-08T11:59:37.027Z[ 5] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
37802026-04-08T11:59:37.027Z[ 8] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37812026-04-08T11:59:37.027Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
37822026-04-08T11:59:37.027Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
37832026-04-08T11:59:37.027Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
37842026-04-08T11:59:37.027Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
37852026-04-08T11:59:37.027Z[ 18] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
37862026-04-08T11:59:37.027Z[ 20] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
37872026-04-08T11:59:37.027Z[SUM] 1.00-2.00 sec 426 MBytes 3.57 Gbits/sec
37882026-04-08T11:59:37.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
37892026-04-08T11:59:37.027Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37902026-04-08T11:59:37.027Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37912026-04-08T11:59:37.027Z[ 10] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37922026-04-08T11:59:37.027Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37932026-04-08T11:59:37.027Z[ 14] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37942026-04-08T11:59:37.027Z[ 16] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
37952026-04-08T11:59:37.027Z[ 18] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37962026-04-08T11:59:37.027Z[ 20] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
37972026-04-08T11:59:37.027Z[SUM] 2.00-3.00 sec 427 MBytes 3.58 Gbits/sec
37982026-04-08T11:59:37.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
37992026-04-08T11:59:37.027Z[ 5] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38002026-04-08T11:59:37.027Z[ 8] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38012026-04-08T11:59:37.027Z[ 10] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38022026-04-08T11:59:37.027Z[ 12] 3.00-4.00 sec 53.8 MBytes 451 Mbits/sec
38032026-04-08T11:59:37.027Z[ 14] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38042026-04-08T11:59:37.027Z[ 16] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38052026-04-08T11:59:37.027Z[ 18] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38062026-04-08T11:59:37.027Z[ 20] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
38072026-04-08T11:59:37.027Z[SUM] 3.00-4.00 sec 429 MBytes 3.60 Gbits/sec
38082026-04-08T11:59:37.028Z- - - - - - - - - - - - - - - - - - - - - - - - -
38092026-04-08T11:59:37.028Z[ 5] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38102026-04-08T11:59:37.028Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38112026-04-08T11:59:37.028Z[ 10] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
38122026-04-08T11:59:37.028Z[ 12] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
38132026-04-08T11:59:37.031Z[ 14] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38142026-04-08T11:59:37.031Z[ 16] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38152026-04-08T11:59:37.031Z[ 18] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
38162026-04-08T11:59:37.031Z[ 20] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
38172026-04-08T11:59:37.031Z[SUM] 4.00-5.00 sec 428 MBytes 3.59 Gbits/sec
38182026-04-08T11:59:37.031Z- - - - - - - - - - - - - - - - - - - - - - - - -
38192026-04-08T11:59:37.031Z[ 5] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
38202026-04-08T11:59:37.031Z[ 8] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
38212026-04-08T11:59:37.031Z[ 10] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38222026-04-08T11:59:37.031Z[ 12] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
38232026-04-08T11:59:37.031Z[ 14] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38242026-04-08T11:59:37.031Z[ 16] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
38252026-04-08T11:59:37.031Z[ 18] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
38262026-04-08T11:59:37.032Z[ 20] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
38272026-04-08T11:59:37.032Z[SUM] 5.00-6.00 sec 426 MBytes 3.57 Gbits/sec
38282026-04-08T11:59:37.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
38292026-04-08T11:59:37.032Z[ 5] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
38302026-04-08T11:59:37.032Z[ 8] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
38312026-04-08T11:59:37.032Z[ 10] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
38322026-04-08T11:59:40.032Z[ 12] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
38332026-04-08T11:59:40.032Z[ 14] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
38342026-04-08T11:59:40.032Z[ 16] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
38352026-04-08T11:59:40.032Z[ 18] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
38362026-04-08T11:59:40.032Z[ 20] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
38372026-04-08T11:59:40.032Z[SUM] 6.00-7.00 sec 429 MBytes 3.60 Gbits/sec
38382026-04-08T11:59:40.032Z- - - - - - - - - - - - - - - - - - - - - - - - -
38392026-04-08T11:59:40.032Z[ 5] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
38402026-04-08T11:59:40.032Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
38412026-04-08T11:59:40.032Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
38422026-04-08T11:59:40.032Z[ 12] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
38432026-04-08T11:59:40.032Z[ 14] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
38442026-04-08T11:59:40.032Z[ 16] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
38452026-04-08T11:59:40.033Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
38462026-04-08T11:59:40.033Z[ 20] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
38472026-04-08T11:59:40.033Z[SUM] 7.00-8.00 sec 425 MBytes 3.57 Gbits/sec
38482026-04-08T11:59:40.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
38492026-04-08T11:59:40.033Z[ 5] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
38502026-04-08T11:59:40.033Z[ 8] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
38512026-04-08T11:59:40.033Z[ 10] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
38522026-04-08T11:59:40.033Z[ 12] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
38532026-04-08T11:59:40.033Z[ 14] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
38542026-04-08T11:59:40.033Z[ 16] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
38552026-04-08T11:59:40.033Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
38562026-04-08T11:59:40.033Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
38572026-04-08T11:59:40.033Z[SUM] 8.00-9.00 sec 428 MBytes 3.59 Gbits/sec
38582026-04-08T11:59:40.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
38592026-04-08T11:59:40.033Z[ 5] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
38602026-04-08T11:59:40.033Z[ 8] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
38612026-04-08T11:59:40.033Z[ 10] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
38622026-04-08T11:59:40.033Z[ 12] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
38632026-04-08T11:59:40.033Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
38642026-04-08T11:59:40.033Z[ 16] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
38652026-04-08T11:59:40.033Z[ 18] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
38662026-04-08T11:59:40.033Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
38672026-04-08T11:59:40.033Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
38682026-04-08T11:59:40.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
38692026-04-08T11:59:40.033Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38702026-04-08T11:59:40.033Z[ 8] 10.00-10.00 sec 128 KBytes 860 Mbits/sec
38712026-04-08T11:59:40.033Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38722026-04-08T11:59:40.033Z[ 12] 10.00-10.00 sec 128 KBytes 861 Mbits/sec
38732026-04-08T11:59:40.033Z[ 14] 10.00-10.00 sec 128 KBytes 861 Mbits/sec
38742026-04-08T11:59:40.033Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38752026-04-08T11:59:40.033Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38762026-04-08T11:59:40.033Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38772026-04-08T11:59:40.033Z[SUM] 10.00-10.00 sec 384 KBytes 2.58 Gbits/sec
38782026-04-08T11:59:40.033Z- - - - - - - - - - - - - - - - - - - - - - - - -
38792026-04-08T11:59:40.033Z[ ID] Interval Transfer Bitrate
38802026-04-08T11:59:40.033Z[ 5] 0.00-10.00 sec 523 MBytes 438 Mbits/sec sender
38812026-04-08T11:59:40.033Z[ 8] 0.00-10.00 sec 523 MBytes 439 Mbits/sec sender
38822026-04-08T11:59:40.033Z[ 10] 0.00-10.00 sec 523 MBytes 439 Mbits/sec sender
38832026-04-08T11:59:40.033Z[ 12] 0.00-10.00 sec 523 MBytes 439 Mbits/sec sender
38842026-04-08T11:59:40.034Z[ 14] 0.00-10.00 sec 523 MBytes 439 Mbits/sec sender
38852026-04-08T11:59:40.034Z[ 16] 0.00-10.00 sec 523 MBytes 438 Mbits/sec sender
38862026-04-08T11:59:40.034Z[ 18] 0.00-10.00 sec 522 MBytes 438 Mbits/sec sender
38872026-04-08T11:59:40.046Z[ 20] 0.00-10.00 sec 523 MBytes 439 Mbits/sec sender
38882026-04-08T11:59:40.046Z[SUM] 0.00-10.00 sec 4.09 GBytes 3.51 Gbits/sec sender
38892026-04-08T11:59:40.046ZRun 1/10...3508.626268655821Mbps
38902026-04-08T11:59:47.436Z-----------------------------------------------------------
38912026-04-08T11:59:47.436ZServer listening on 5201 (test #22)
38922026-04-08T11:59:47.436Z-----------------------------------------------------------
38932026-04-08T11:59:47.436ZAccepted connection from 10.0.0.1, port 39098
38942026-04-08T11:59:47.436Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65247
38952026-04-08T11:59:47.436Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38387
38962026-04-08T11:59:47.436Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48903
38972026-04-08T11:59:47.436Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58633
38982026-04-08T11:59:47.437Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51329
38992026-04-08T11:59:47.437Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52960
39002026-04-08T11:59:47.437Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53584
39012026-04-08T11:59:47.437Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59313
39022026-04-08T11:59:47.437Z[ ID] Interval Transfer Bitrate
39032026-04-08T11:59:47.437Z[ 5] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39042026-04-08T11:59:47.437Z[ 8] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
39052026-04-08T11:59:47.437Z[ 10] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
39062026-04-08T11:59:47.437Z[ 12] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
39072026-04-08T11:59:47.437Z[ 14] 0.00-1.00 sec 42.2 MBytes 354 Mbits/sec
39082026-04-08T11:59:47.437Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
39092026-04-08T11:59:47.437Z[ 18] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
39102026-04-08T11:59:47.437Z[ 20] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
39112026-04-08T11:59:47.437Z[SUM] 0.00-1.00 sec 339 MBytes 2.84 Gbits/sec
39122026-04-08T11:59:47.437Z- - - - - - - - - - - - - - - - - - - - - - - - -
39132026-04-08T11:59:47.438Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
39142026-04-08T11:59:47.438Z[ 8] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
39152026-04-08T11:59:47.438Z[ 10] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
39162026-04-08T11:59:47.438Z[ 12] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
39172026-04-08T11:59:47.438Z[ 14] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
39182026-04-08T11:59:47.438Z[ 16] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
39192026-04-08T11:59:47.438Z[ 18] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
39202026-04-08T11:59:47.438Z[ 20] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
39212026-04-08T11:59:47.438Z[SUM] 1.00-2.00 sec 430 MBytes 3.61 Gbits/sec
39222026-04-08T11:59:47.438Z- - - - - - - - - - - - - - - - - - - - - - - - -
39232026-04-08T11:59:47.438Z[ 5] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
39242026-04-08T11:59:47.438Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
39252026-04-08T11:59:47.438Z[ 10] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
39262026-04-08T11:59:47.438Z[ 12] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
39272026-04-08T11:59:47.438Z[ 14] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
39282026-04-08T11:59:47.438Z[ 16] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
39292026-04-08T11:59:47.438Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
39302026-04-08T11:59:47.438Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
39312026-04-08T11:59:47.438Z[SUM] 2.00-3.00 sec 429 MBytes 3.60 Gbits/sec
39322026-04-08T11:59:47.438Z- - - - - - - - - - - - - - - - - - - - - - - - -
39332026-04-08T11:59:47.438Z[ 5] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
39342026-04-08T11:59:47.438Z[ 8] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
39352026-04-08T11:59:47.438Z[ 10] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
39362026-04-08T11:59:47.438Z[ 12] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
39372026-04-08T11:59:47.438Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
39382026-04-08T11:59:47.438Z[ 16] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
39392026-04-08T11:59:47.438Z[ 18] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
39402026-04-08T11:59:47.438Z[ 20] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
39412026-04-08T11:59:47.438Z[SUM] 3.00-4.00 sec 427 MBytes 3.58 Gbits/sec
39422026-04-08T11:59:47.438Z- - - - - - - - - - - - - - - - - - - - - - - - -
39432026-04-08T11:59:47.438Z[ 5] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
39442026-04-08T11:59:47.438Z[ 8] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
39452026-04-08T11:59:47.438Z[ 10] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
39462026-04-08T11:59:47.438Z[ 12] 4.00-5.00 sec 53.8 MBytes 451 Mbits/sec
39472026-04-08T11:59:47.438Z[ 14] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
39482026-04-08T11:59:47.438Z[ 16] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
39492026-04-08T11:59:47.438Z[ 18] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
39502026-04-08T11:59:47.438Z[ 20] 4.00-5.00 sec 53.6 MBytes 450 Mbits/sec
39512026-04-08T11:59:47.439Z[SUM] 4.00-5.00 sec 429 MBytes 3.60 Gbits/sec
39522026-04-08T11:59:47.439Z- - - - - - - - - - - - - - - - - - - - - - - - -
39532026-04-08T11:59:47.439Z[ 5] 5.00-6.00 sec 53.2 MBytes 447 Mbits/sec
39542026-04-08T11:59:47.439Z[ 8] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
39552026-04-08T11:59:47.439Z[ 10] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
39562026-04-08T11:59:47.439Z[ 12] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
39572026-04-08T11:59:47.439Z[ 14] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
39582026-04-08T11:59:47.439Z[ 16] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
39592026-04-08T11:59:47.439Z[ 18] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
39602026-04-08T11:59:47.439Z[ 20] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
39612026-04-08T11:59:47.439Z[SUM] 5.00-6.00 sec 427 MBytes 3.58 Gbits/sec
39622026-04-08T11:59:47.439Z- - - - - - - - - - - - - - - - - - - - - - - - -
39632026-04-08T11:59:47.439Z[ 5] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39642026-04-08T11:59:47.439Z[ 8] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
39652026-04-08T11:59:47.439Z[ 10] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
39662026-04-08T11:59:50.441Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39672026-04-08T11:59:50.441Z[ 14] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39682026-04-08T11:59:50.441Z[ 16] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
39692026-04-08T11:59:50.441Z[ 18] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
39702026-04-08T11:59:50.441Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
39712026-04-08T11:59:50.441Z[SUM] 6.00-7.00 sec 426 MBytes 3.57 Gbits/sec
39722026-04-08T11:59:50.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
39732026-04-08T11:59:50.441Z[ 5] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
39742026-04-08T11:59:50.441Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
39752026-04-08T11:59:50.441Z[ 10] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
39762026-04-08T11:59:50.441Z[ 12] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
39772026-04-08T11:59:50.441Z[ 14] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
39782026-04-08T11:59:50.441Z[ 16] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
39792026-04-08T11:59:50.441Z[ 18] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
39802026-04-08T11:59:50.441Z[ 20] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
39812026-04-08T11:59:50.441Z[SUM] 7.00-8.00 sec 430 MBytes 3.61 Gbits/sec
39822026-04-08T11:59:50.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
39832026-04-08T11:59:50.441Z[ 5] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
39842026-04-08T11:59:50.441Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
39852026-04-08T11:59:50.441Z[ 10] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
39862026-04-08T11:59:50.441Z[ 12] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
39872026-04-08T11:59:50.441Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
39882026-04-08T11:59:50.441Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
39892026-04-08T11:59:50.441Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
39902026-04-08T11:59:50.441Z[ 20] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
39912026-04-08T11:59:50.441Z[SUM] 8.00-9.00 sec 428 MBytes 3.59 Gbits/sec
39922026-04-08T11:59:50.441Z- - - - - - - - - - - - - - - - - - - - - - - - -
39932026-04-08T11:59:50.441Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
39942026-04-08T11:59:50.441Z[ 8] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
39952026-04-08T11:59:50.441Z[ 10] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
39962026-04-08T11:59:50.441Z[ 12] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
39972026-04-08T11:59:50.441Z[ 14] 9.00-10.00 sec 53.8 MBytes 451 Mbits/sec
39982026-04-08T11:59:50.441Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
39992026-04-08T11:59:50.441Z[ 18] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
40002026-04-08T11:59:50.442Z[ 20] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
40012026-04-08T11:59:50.442Z[SUM] 9.00-10.00 sec 429 MBytes 3.60 Gbits/sec
40022026-04-08T11:59:50.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
40032026-04-08T11:59:50.442Z[ 5] 10.00-10.00 sec 128 KBytes 795 Mbits/sec
40042026-04-08T11:59:50.442Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40052026-04-08T11:59:50.442Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40062026-04-08T11:59:50.442Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40072026-04-08T11:59:50.442Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40082026-04-08T11:59:50.442Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40092026-04-08T11:59:50.442Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40102026-04-08T11:59:50.442Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40112026-04-08T11:59:50.442Z[SUM] 10.00-10.00 sec 128 KBytes 795 Mbits/sec
40122026-04-08T11:59:50.442Z- - - - - - - - - - - - - - - - - - - - - - - - -
40132026-04-08T11:59:50.442Z[ ID] Interval Transfer Bitrate
40142026-04-08T11:59:50.442Z[ 5] 0.00-10.00 sec 524 MBytes 439 Mbits/sec sender
40152026-04-08T11:59:50.442Z[ 8] 0.00-10.00 sec 524 MBytes 439 Mbits/sec sender
40162026-04-08T11:59:50.442Z[ 10] 0.00-10.00 sec 524 MBytes 440 Mbits/sec sender
40172026-04-08T11:59:50.442Z[ 12] 0.00-10.00 sec 524 MBytes 440 Mbits/sec sender
40182026-04-08T11:59:50.442Z[ 14] 0.00-10.00 sec 524 MBytes 439 Mbits/sec sender
40192026-04-08T11:59:50.442Z[ 16] 0.00-10.00 sec 524 MBytes 440 Mbits/sec sender
40202026-04-08T11:59:50.442Z[ 18] 0.00-10.00 sec 524 MBytes 440 Mbits/sec sender
40212026-04-08T11:59:50.442Z[ 20] 0.00-10.00 sec 524 MBytes 440 Mbits/sec sender
40222026-04-08T11:59:50.442Z[SUM] 0.00-10.00 sec 4.09 GBytes 3.52 Gbits/sec sender
40232026-04-08T11:59:50.446ZRun 2/10...3516.244770123189Mbps
40242026-04-08T11:59:57.855Z-----------------------------------------------------------
40252026-04-08T11:59:57.856ZServer listening on 5201 (test #23)
40262026-04-08T11:59:57.856Z-----------------------------------------------------------
40272026-04-08T11:59:57.856ZAccepted connection from 10.0.0.1, port 47986
40282026-04-08T11:59:57.856Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64470
40292026-04-08T11:59:57.856Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35702
40302026-04-08T11:59:57.856Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51184
40312026-04-08T11:59:57.856Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34908
40322026-04-08T11:59:57.856Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38811
40332026-04-08T11:59:57.856Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38363
40342026-04-08T11:59:57.856Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36289
40352026-04-08T11:59:57.856Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56620
40362026-04-08T11:59:57.856Z[ ID] Interval Transfer Bitrate
40372026-04-08T11:59:57.856Z[ 5] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
40382026-04-08T11:59:57.856Z[ 8] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
40392026-04-08T11:59:57.856Z[ 10] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
40402026-04-08T11:59:57.856Z[ 12] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
40412026-04-08T11:59:57.856Z[ 14] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
40422026-04-08T11:59:57.856Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
40432026-04-08T11:59:57.856Z[ 18] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
40442026-04-08T11:59:57.856Z[ 20] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
40452026-04-08T11:59:57.856Z[SUM] 0.00-1.00 sec 341 MBytes 2.86 Gbits/sec
40462026-04-08T11:59:57.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
40472026-04-08T11:59:57.856Z[ 5] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40482026-04-08T11:59:57.856Z[ 8] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40492026-04-08T11:59:57.856Z[ 10] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40502026-04-08T11:59:57.856Z[ 12] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
40512026-04-08T11:59:57.856Z[ 14] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
40522026-04-08T11:59:57.856Z[ 16] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
40532026-04-08T11:59:57.856Z[ 18] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40542026-04-08T11:59:57.856Z[ 20] 1.00-2.00 sec 54.0 MBytes 453 Mbits/sec
40552026-04-08T11:59:57.856Z[SUM] 1.00-2.00 sec 432 MBytes 3.62 Gbits/sec
40562026-04-08T11:59:57.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
40572026-04-08T11:59:57.856Z[ 5] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
40582026-04-08T11:59:57.856Z[ 8] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
40592026-04-08T11:59:57.856Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
40602026-04-08T11:59:57.856Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
40612026-04-08T11:59:57.856Z[ 14] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
40622026-04-08T11:59:57.856Z[ 16] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
40632026-04-08T11:59:57.856Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
40642026-04-08T11:59:57.857Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
40652026-04-08T11:59:57.857Z[SUM] 2.00-3.00 sec 430 MBytes 3.60 Gbits/sec
40662026-04-08T11:59:57.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
40672026-04-08T11:59:57.857Z[ 5] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
40682026-04-08T11:59:57.857Z[ 8] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40692026-04-08T11:59:57.857Z[ 10] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
40702026-04-08T11:59:57.857Z[ 12] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
40712026-04-08T11:59:57.857Z[ 14] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40722026-04-08T11:59:57.857Z[ 16] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
40732026-04-08T11:59:57.857Z[ 18] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40742026-04-08T11:59:57.857Z[ 20] 3.00-4.00 sec 54.4 MBytes 456 Mbits/sec
40752026-04-08T11:59:57.857Z[SUM] 3.00-4.00 sec 434 MBytes 3.64 Gbits/sec
40762026-04-08T11:59:57.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
40772026-04-08T11:59:57.857Z[ 5] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
40782026-04-08T11:59:57.857Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
40792026-04-08T11:59:57.857Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
40802026-04-08T11:59:57.857Z[ 12] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
40812026-04-08T11:59:57.857Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
40822026-04-08T11:59:57.857Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
40832026-04-08T11:59:57.857Z[ 18] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
40842026-04-08T11:59:57.857Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
40852026-04-08T11:59:57.857Z[SUM] 4.00-5.00 sec 426 MBytes 3.57 Gbits/sec
40862026-04-08T11:59:57.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
40872026-04-08T11:59:57.857Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
40882026-04-08T11:59:57.857Z[ 8] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
40892026-04-08T11:59:57.857Z[ 10] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
40902026-04-08T11:59:57.857Z[ 12] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
40912026-04-08T11:59:57.857Z[ 14] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
40922026-04-08T11:59:57.857Z[ 16] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
40932026-04-08T11:59:57.857Z[ 18] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
40942026-04-08T11:59:57.857Z[ 20] 5.00-6.00 sec 53.8 MBytes 451 Mbits/sec
40952026-04-08T11:59:57.857Z[SUM] 5.00-6.00 sec 429 MBytes 3.60 Gbits/sec
40962026-04-08T11:59:57.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
40972026-04-08T11:59:57.857Z[ 5] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
40982026-04-08T11:59:57.857Z[ 8] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
40992026-04-08T11:59:57.857Z[ 10] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
41002026-04-08T12:00:00.860Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
41012026-04-08T12:00:00.860Z[ 14] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
41022026-04-08T12:00:00.860Z[ 16] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
41032026-04-08T12:00:00.860Z[ 18] 6.00-7.00 sec 53.5 MBytes 449 Mbits/sec
41042026-04-08T12:00:00.860Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
41052026-04-08T12:00:00.860Z[SUM] 6.00-7.00 sec 427 MBytes 3.58 Gbits/sec
41062026-04-08T12:00:00.860Z- - - - - - - - - - - - - - - - - - - - - - - - -
41072026-04-08T12:00:00.861Z[ 5] 7.00-8.00 sec 54.2 MBytes 455 Mbits/sec
41082026-04-08T12:00:00.861Z[ 8] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41092026-04-08T12:00:00.861Z[ 10] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
41102026-04-08T12:00:00.861Z[ 12] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41112026-04-08T12:00:00.861Z[ 14] 7.00-8.00 sec 53.9 MBytes 452 Mbits/sec
41122026-04-08T12:00:00.861Z[ 16] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41132026-04-08T12:00:00.861Z[ 18] 7.00-8.00 sec 54.0 MBytes 453 Mbits/sec
41142026-04-08T12:00:00.861Z[ 20] 7.00-8.00 sec 54.1 MBytes 454 Mbits/sec
41152026-04-08T12:00:00.861Z[SUM] 7.00-8.00 sec 432 MBytes 3.63 Gbits/sec
41162026-04-08T12:00:00.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
41172026-04-08T12:00:00.861Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
41182026-04-08T12:00:00.861Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
41192026-04-08T12:00:00.861Z[ 10] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
41202026-04-08T12:00:00.861Z[ 12] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
41212026-04-08T12:00:00.861Z[ 14] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
41222026-04-08T12:00:00.861Z[ 16] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
41232026-04-08T12:00:00.861Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
41242026-04-08T12:00:00.861Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
41252026-04-08T12:00:00.861Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
41262026-04-08T12:00:00.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
41272026-04-08T12:00:00.861Z[ 5] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41282026-04-08T12:00:00.861Z[ 8] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41292026-04-08T12:00:00.861Z[ 10] 9.00-10.00 sec 54.0 MBytes 453 Mbits/sec
41302026-04-08T12:00:00.861Z[ 12] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41312026-04-08T12:00:00.861Z[ 14] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41322026-04-08T12:00:00.861Z[ 16] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41332026-04-08T12:00:00.861Z[ 18] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41342026-04-08T12:00:00.861Z[ 20] 9.00-10.00 sec 54.1 MBytes 454 Mbits/sec
41352026-04-08T12:00:00.861Z[SUM] 9.00-10.00 sec 433 MBytes 3.63 Gbits/sec
41362026-04-08T12:00:00.861Z- - - - - - - - - - - - - - - - - - - - - - - - -
41372026-04-08T12:00:00.861Z[ 5] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
41382026-04-08T12:00:00.861Z[ 8] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
41392026-04-08T12:00:00.861Z[ 10] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
41402026-04-08T12:00:00.861Z[ 12] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
41412026-04-08T12:00:00.861Z[ 14] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
41422026-04-08T12:00:00.861Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41432026-04-08T12:00:00.862Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41442026-04-08T12:00:00.862Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41452026-04-08T12:00:00.862Z[SUM] 10.00-10.00 sec 640 KBytes 4.87 Gbits/sec
41462026-04-08T12:00:00.862Z- - - - - - - - - - - - - - - - - - - - - - - - -
41472026-04-08T12:00:00.862Z[ ID] Interval Transfer Bitrate
41482026-04-08T12:00:00.862Z[ 5] 0.00-10.00 sec 526 MBytes 442 Mbits/sec sender
41492026-04-08T12:00:00.862Z[ 8] 0.00-10.00 sec 526 MBytes 442 Mbits/sec sender
41502026-04-08T12:00:00.862Z[ 10] 0.00-10.00 sec 526 MBytes 442 Mbits/sec sender
41512026-04-08T12:00:00.862Z[ 12] 0.00-10.00 sec 526 MBytes 441 Mbits/sec sender
41522026-04-08T12:00:00.862Z[ 14] 0.00-10.00 sec 526 MBytes 441 Mbits/sec sender
41532026-04-08T12:00:00.862Z[ 16] 0.00-10.00 sec 526 MBytes 441 Mbits/sec sender
41542026-04-08T12:00:00.862Z[ 18] 0.00-10.00 sec 527 MBytes 442 Mbits/sec sender
41552026-04-08T12:00:00.862Z[ 20] 0.00-10.00 sec 526 MBytes 442 Mbits/sec sender
41562026-04-08T12:00:00.862Z[SUM] 0.00-10.00 sec 4.11 GBytes 3.53 Gbits/sec sender
41572026-04-08T12:00:00.865ZRun 3/10...3531.638096683651Mbps
41582026-04-08T12:00:08.282Z-----------------------------------------------------------
41592026-04-08T12:00:08.282ZServer listening on 5201 (test #24)
41602026-04-08T12:00:08.282Z-----------------------------------------------------------
41612026-04-08T12:00:08.282ZAccepted connection from 10.0.0.1, port 33987
41622026-04-08T12:00:08.282Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38119
41632026-04-08T12:00:08.282Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33992
41642026-04-08T12:00:08.282Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45842
41652026-04-08T12:00:08.282Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54675
41662026-04-08T12:00:08.282Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51152
41672026-04-08T12:00:08.282Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32921
41682026-04-08T12:00:08.282Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56732
41692026-04-08T12:00:08.282Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35273
41702026-04-08T12:00:08.282Z[ ID] Interval Transfer Bitrate
41712026-04-08T12:00:08.282Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41722026-04-08T12:00:08.282Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
41732026-04-08T12:00:08.282Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
41742026-04-08T12:00:08.282Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41752026-04-08T12:00:08.282Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41762026-04-08T12:00:08.283Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41772026-04-08T12:00:08.283Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41782026-04-08T12:00:08.283Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
41792026-04-08T12:00:08.283Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
41802026-04-08T12:00:08.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
41812026-04-08T12:00:08.283Z[ 5] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
41822026-04-08T12:00:08.283Z[ 8] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41832026-04-08T12:00:08.283Z[ 10] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
41842026-04-08T12:00:08.283Z[ 12] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
41852026-04-08T12:00:08.283Z[ 14] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41862026-04-08T12:00:08.283Z[ 16] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41872026-04-08T12:00:08.283Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
41882026-04-08T12:00:08.283Z[ 20] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
41892026-04-08T12:00:08.283Z[SUM] 1.00-2.00 sec 428 MBytes 3.59 Gbits/sec
41902026-04-08T12:00:08.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
41912026-04-08T12:00:08.283Z[ 5] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
41922026-04-08T12:00:08.283Z[ 8] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
41932026-04-08T12:00:08.283Z[ 10] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
41942026-04-08T12:00:08.283Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
41952026-04-08T12:00:08.283Z[ 14] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
41962026-04-08T12:00:08.283Z[ 16] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
41972026-04-08T12:00:08.283Z[ 18] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
41982026-04-08T12:00:08.283Z[ 20] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
41992026-04-08T12:00:08.283Z[SUM] 2.00-3.00 sec 426 MBytes 3.58 Gbits/sec
42002026-04-08T12:00:08.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
42012026-04-08T12:00:08.283Z[ 5] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
42022026-04-08T12:00:08.283Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
42032026-04-08T12:00:08.284Z[ 10] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
42042026-04-08T12:00:08.284Z[ 12] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
42052026-04-08T12:00:08.284Z[ 14] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
42062026-04-08T12:00:08.284Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
42072026-04-08T12:00:08.284Z[ 18] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
42082026-04-08T12:00:08.284Z[ 20] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
42092026-04-08T12:00:08.284Z[SUM] 3.00-4.00 sec 424 MBytes 3.55 Gbits/sec
42102026-04-08T12:00:08.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
42112026-04-08T12:00:08.284Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42122026-04-08T12:00:08.284Z[ 8] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
42132026-04-08T12:00:08.284Z[ 10] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42142026-04-08T12:00:08.284Z[ 12] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42152026-04-08T12:00:08.284Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42162026-04-08T12:00:08.284Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
42172026-04-08T12:00:08.284Z[ 18] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
42182026-04-08T12:00:08.284Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
42192026-04-08T12:00:08.284Z[SUM] 4.00-5.00 sec 426 MBytes 3.57 Gbits/sec
42202026-04-08T12:00:08.284Z- - - - - - - - - - - - - - - - - - - - - - - - -
42212026-04-08T12:00:08.284Z[ 5] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42222026-04-08T12:00:08.284Z[ 8] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
42232026-04-08T12:00:08.284Z[ 10] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42242026-04-08T12:00:08.284Z[ 12] 5.00-6.00 sec 52.8 MBytes 443 Mbits/sec
42252026-04-08T12:00:08.285Z[ 14] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
42262026-04-08T12:00:08.285Z[ 16] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
42272026-04-08T12:00:08.285Z[ 18] 5.00-6.00 sec 52.6 MBytes 441 Mbits/sec
42282026-04-08T12:00:08.285Z[ 20] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
42292026-04-08T12:00:08.285Z[SUM] 5.00-6.00 sec 421 MBytes 3.53 Gbits/sec
42302026-04-08T12:00:08.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
42312026-04-08T12:00:08.285Z[ 5] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
42322026-04-08T12:00:08.285Z[ 8] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
42332026-04-08T12:00:08.285Z[ 10] 6.00-7.00 sec 53.4 MBytes 448 Mbits/sec
42342026-04-08T12:00:11.286Z[ 12] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
42352026-04-08T12:00:11.286Z[ 14] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
42362026-04-08T12:00:11.286Z[ 16] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
42372026-04-08T12:00:11.286Z[ 18] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
42382026-04-08T12:00:11.286Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
42392026-04-08T12:00:11.286Z[SUM] 6.00-7.00 sec 426 MBytes 3.57 Gbits/sec
42402026-04-08T12:00:11.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
42412026-04-08T12:00:11.286Z[ 5] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
42422026-04-08T12:00:11.286Z[ 8] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
42432026-04-08T12:00:11.286Z[ 10] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
42442026-04-08T12:00:11.286Z[ 12] 7.00-8.00 sec 52.4 MBytes 439 Mbits/sec
42452026-04-08T12:00:11.286Z[ 14] 7.00-8.00 sec 52.5 MBytes 440 Mbits/sec
42462026-04-08T12:00:11.286Z[ 16] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
42472026-04-08T12:00:11.286Z[ 18] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
42482026-04-08T12:00:11.286Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
42492026-04-08T12:00:11.286Z[SUM] 7.00-8.00 sec 420 MBytes 3.53 Gbits/sec
42502026-04-08T12:00:11.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
42512026-04-08T12:00:11.286Z[ 5] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
42522026-04-08T12:00:11.286Z[ 8] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
42532026-04-08T12:00:11.286Z[ 10] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
42542026-04-08T12:00:11.286Z[ 12] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
42552026-04-08T12:00:11.286Z[ 14] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
42562026-04-08T12:00:11.286Z[ 16] 8.00-9.00 sec 52.5 MBytes 440 Mbits/sec
42572026-04-08T12:00:11.286Z[ 18] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
42582026-04-08T12:00:11.286Z[ 20] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
42592026-04-08T12:00:11.286Z[SUM] 8.00-9.00 sec 421 MBytes 3.53 Gbits/sec
42602026-04-08T12:00:11.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
42612026-04-08T12:00:11.286Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
42622026-04-08T12:00:11.286Z[ 8] 9.00-10.00 sec 52.6 MBytes 441 Mbits/sec
42632026-04-08T12:00:11.286Z[ 10] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
42642026-04-08T12:00:11.286Z[ 12] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
42652026-04-08T12:00:11.286Z[ 14] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
42662026-04-08T12:00:11.286Z[ 16] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
42672026-04-08T12:00:11.286Z[ 18] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
42682026-04-08T12:00:11.287Z[ 20] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
42692026-04-08T12:00:11.287Z[SUM] 9.00-10.00 sec 422 MBytes 3.54 Gbits/sec
42702026-04-08T12:00:11.287Z- - - - - - - - - - - - - - - - - - - - - - - - -
42712026-04-08T12:00:11.287Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42722026-04-08T12:00:11.287Z[ 8] 10.00-10.00 sec 128 KBytes 877 Mbits/sec
42732026-04-08T12:00:11.287Z[ 10] 10.00-10.00 sec 128 KBytes 877 Mbits/sec
42742026-04-08T12:00:11.287Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42752026-04-08T12:00:11.287Z[ 14] 10.00-10.00 sec 128 KBytes 877 Mbits/sec
42762026-04-08T12:00:11.287Z[ 16] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
42772026-04-08T12:00:11.287Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42782026-04-08T12:00:11.287Z[ 20] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
42792026-04-08T12:00:11.287Z[SUM] 10.00-10.00 sec 640 KBytes 4.39 Gbits/sec
42802026-04-08T12:00:11.287Z- - - - - - - - - - - - - - - - - - - - - - - - -
42812026-04-08T12:00:11.287Z[ ID] Interval Transfer Bitrate
42822026-04-08T12:00:11.287Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42832026-04-08T12:00:11.287Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42842026-04-08T12:00:11.287Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42852026-04-08T12:00:11.287Z[ 12] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
42862026-04-08T12:00:11.287Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42872026-04-08T12:00:11.287Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42882026-04-08T12:00:11.287Z[ 18] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42892026-04-08T12:00:11.287Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
42902026-04-08T12:00:11.287Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
42912026-04-08T12:00:11.291ZRun 4/10...3480.1165266769667Mbps
42922026-04-08T12:00:18.716Z-----------------------------------------------------------
42932026-04-08T12:00:18.716ZServer listening on 5201 (test #25)
42942026-04-08T12:00:18.716Z-----------------------------------------------------------
42952026-04-08T12:00:18.716ZAccepted connection from 10.0.0.1, port 46861
42962026-04-08T12:00:18.717Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51225
42972026-04-08T12:00:18.717Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47174
42982026-04-08T12:00:18.717Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40184
42992026-04-08T12:00:18.717Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58443
43002026-04-08T12:00:18.717Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61837
43012026-04-08T12:00:18.717Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40862
43022026-04-08T12:00:18.717Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50836
43032026-04-08T12:00:18.717Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44573
43042026-04-08T12:00:18.717Z[ ID] Interval Transfer Bitrate
43052026-04-08T12:00:18.717Z[ 5] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
43062026-04-08T12:00:18.717Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
43072026-04-08T12:00:18.717Z[ 10] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
43082026-04-08T12:00:18.717Z[ 12] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
43092026-04-08T12:00:18.717Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
43102026-04-08T12:00:18.717Z[ 16] 0.00-1.00 sec 42.1 MBytes 353 Mbits/sec
43112026-04-08T12:00:18.717Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
43122026-04-08T12:00:18.717Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
43132026-04-08T12:00:18.717Z[SUM] 0.00-1.00 sec 336 MBytes 2.82 Gbits/sec
43142026-04-08T12:00:18.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
43152026-04-08T12:00:18.717Z[ 5] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
43162026-04-08T12:00:18.717Z[ 8] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
43172026-04-08T12:00:18.717Z[ 10] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
43182026-04-08T12:00:18.717Z[ 12] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
43192026-04-08T12:00:18.717Z[ 14] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
43202026-04-08T12:00:18.717Z[ 16] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
43212026-04-08T12:00:18.717Z[ 18] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
43222026-04-08T12:00:18.717Z[ 20] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
43232026-04-08T12:00:18.717Z[SUM] 1.00-2.00 sec 424 MBytes 3.56 Gbits/sec
43242026-04-08T12:00:18.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
43252026-04-08T12:00:18.717Z[ 5] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
43262026-04-08T12:00:18.717Z[ 8] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
43272026-04-08T12:00:18.717Z[ 10] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
43282026-04-08T12:00:18.717Z[ 12] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
43292026-04-08T12:00:18.717Z[ 14] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
43302026-04-08T12:00:18.717Z[ 16] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
43312026-04-08T12:00:18.717Z[ 18] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
43322026-04-08T12:00:18.717Z[ 20] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
43332026-04-08T12:00:18.717Z[SUM] 2.00-3.00 sec 425 MBytes 3.57 Gbits/sec
43342026-04-08T12:00:18.717Z- - - - - - - - - - - - - - - - - - - - - - - - -
43352026-04-08T12:00:18.718Z[ 5] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
43362026-04-08T12:00:18.718Z[ 8] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
43372026-04-08T12:00:18.718Z[ 10] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
43382026-04-08T12:00:18.718Z[ 12] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
43392026-04-08T12:00:18.718Z[ 14] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
43402026-04-08T12:00:18.718Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
43412026-04-08T12:00:18.718Z[ 18] 3.00-4.00 sec 52.8 MBytes 442 Mbits/sec
43422026-04-08T12:00:18.718Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
43432026-04-08T12:00:18.718Z[SUM] 3.00-4.00 sec 423 MBytes 3.55 Gbits/sec
43442026-04-08T12:00:18.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
43452026-04-08T12:00:18.718Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
43462026-04-08T12:00:18.718Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43472026-04-08T12:00:18.718Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
43482026-04-08T12:00:18.718Z[ 12] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
43492026-04-08T12:00:18.718Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43502026-04-08T12:00:18.718Z[ 16] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
43512026-04-08T12:00:18.718Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43522026-04-08T12:00:18.718Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
43532026-04-08T12:00:18.718Z[SUM] 4.00-5.00 sec 424 MBytes 3.56 Gbits/sec
43542026-04-08T12:00:18.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
43552026-04-08T12:00:18.718Z[ 5] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
43562026-04-08T12:00:18.718Z[ 8] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43572026-04-08T12:00:18.718Z[ 10] 5.00-6.00 sec 53.1 MBytes 446 Mbits/sec
43582026-04-08T12:00:18.718Z[ 12] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43592026-04-08T12:00:18.718Z[ 14] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43602026-04-08T12:00:18.718Z[ 16] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43612026-04-08T12:00:18.718Z[ 18] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43622026-04-08T12:00:18.718Z[ 20] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
43632026-04-08T12:00:18.718Z[SUM] 5.00-6.00 sec 424 MBytes 3.56 Gbits/sec
43642026-04-08T12:00:18.718Z- - - - - - - - - - - - - - - - - - - - - - - - -
43652026-04-08T12:00:18.718Z[ 5] 6.00-7.00 sec 52.5 MBytes 440 Mbits/sec
43662026-04-08T12:00:18.718Z[ 8] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
43672026-04-08T12:00:18.718Z[ 10] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
43682026-04-08T12:00:21.721Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
43692026-04-08T12:00:21.721Z[ 14] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
43702026-04-08T12:00:21.721Z[ 16] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
43712026-04-08T12:00:21.721Z[ 18] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
43722026-04-08T12:00:21.721Z[ 20] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
43732026-04-08T12:00:21.722Z[SUM] 6.00-7.00 sec 422 MBytes 3.54 Gbits/sec
43742026-04-08T12:00:21.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
43752026-04-08T12:00:21.722Z[ 5] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
43762026-04-08T12:00:21.722Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
43772026-04-08T12:00:21.722Z[ 10] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
43782026-04-08T12:00:21.722Z[ 12] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
43792026-04-08T12:00:21.722Z[ 14] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
43802026-04-08T12:00:21.722Z[ 16] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
43812026-04-08T12:00:21.722Z[ 18] 7.00-8.00 sec 53.2 MBytes 447 Mbits/sec
43822026-04-08T12:00:21.722Z[ 20] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
43832026-04-08T12:00:21.722Z[SUM] 7.00-8.00 sec 425 MBytes 3.57 Gbits/sec
43842026-04-08T12:00:21.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
43852026-04-08T12:00:21.722Z[ 5] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
43862026-04-08T12:00:21.722Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
43872026-04-08T12:00:21.722Z[ 10] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
43882026-04-08T12:00:21.722Z[ 12] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
43892026-04-08T12:00:21.722Z[ 14] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
43902026-04-08T12:00:21.722Z[ 16] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
43912026-04-08T12:00:21.722Z[ 18] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
43922026-04-08T12:00:21.723Z[ 20] 8.00-9.00 sec 53.6 MBytes 450 Mbits/sec
43932026-04-08T12:00:21.723Z[SUM] 8.00-9.00 sec 428 MBytes 3.59 Gbits/sec
43942026-04-08T12:00:21.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
43952026-04-08T12:00:21.723Z[ 5] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
43962026-04-08T12:00:21.723Z[ 8] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
43972026-04-08T12:00:21.723Z[ 10] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
43982026-04-08T12:00:21.723Z[ 12] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
43992026-04-08T12:00:21.723Z[ 14] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
44002026-04-08T12:00:21.723Z[ 16] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
44012026-04-08T12:00:21.723Z[ 18] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
44022026-04-08T12:00:21.723Z[ 20] 9.00-10.00 sec 53.2 MBytes 447 Mbits/sec
44032026-04-08T12:00:21.723Z[SUM] 9.00-10.00 sec 426 MBytes 3.58 Gbits/sec
44042026-04-08T12:00:21.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
44052026-04-08T12:00:21.723Z[ 5] 10.00-10.00 sec 128 KBytes 824 Mbits/sec
44062026-04-08T12:00:21.723Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44072026-04-08T12:00:21.723Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44082026-04-08T12:00:21.723Z[ 12] 10.00-10.00 sec 128 KBytes 826 Mbits/sec
44092026-04-08T12:00:21.723Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44102026-04-08T12:00:21.723Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44112026-04-08T12:00:21.723Z[ 18] 10.00-10.00 sec 128 KBytes 825 Mbits/sec
44122026-04-08T12:00:21.723Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44132026-04-08T12:00:21.723Z[SUM] 10.00-10.00 sec 384 KBytes 2.47 Gbits/sec
44142026-04-08T12:00:21.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
44152026-04-08T12:00:21.723Z[ ID] Interval Transfer Bitrate
44162026-04-08T12:00:21.723Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44172026-04-08T12:00:21.723Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44182026-04-08T12:00:21.723Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44192026-04-08T12:00:21.723Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44202026-04-08T12:00:21.723Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44212026-04-08T12:00:21.723Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44222026-04-08T12:00:21.723Z[ 18] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44232026-04-08T12:00:21.723Z[ 20] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
44242026-04-08T12:00:21.723Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec sender
44252026-04-08T12:00:21.727ZRun 5/10...3488.268269473718Mbps
44262026-04-08T12:00:29.129Z-----------------------------------------------------------
44272026-04-08T12:00:29.129ZServer listening on 5201 (test #26)
44282026-04-08T12:00:29.129Z-----------------------------------------------------------
44292026-04-08T12:00:29.129ZAccepted connection from 10.0.0.1, port 47983
44302026-04-08T12:00:29.129Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35932
44312026-04-08T12:00:29.129Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63042
44322026-04-08T12:00:29.129Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52094
44332026-04-08T12:00:29.129Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50109
44342026-04-08T12:00:29.129Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59773
44352026-04-08T12:00:29.129Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53278
44362026-04-08T12:00:29.130Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47418
44372026-04-08T12:00:29.130Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51669
44382026-04-08T12:00:29.130Z[ ID] Interval Transfer Bitrate
44392026-04-08T12:00:29.130Z[ 5] 0.00-1.00 sec 42.8 MBytes 359 Mbits/sec
44402026-04-08T12:00:29.130Z[ 8] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
44412026-04-08T12:00:29.130Z[ 10] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
44422026-04-08T12:00:29.130Z[ 12] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
44432026-04-08T12:00:29.130Z[ 14] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
44442026-04-08T12:00:29.130Z[ 16] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
44452026-04-08T12:00:29.130Z[ 18] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
44462026-04-08T12:00:29.130Z[ 20] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
44472026-04-08T12:00:29.130Z[SUM] 0.00-1.00 sec 341 MBytes 2.86 Gbits/sec
44482026-04-08T12:00:29.130Z- - - - - - - - - - - - - - - - - - - - - - - - -
44492026-04-08T12:00:29.130Z[ 5] 1.00-2.00 sec 53.0 MBytes 445 Mbits/sec
44502026-04-08T12:00:29.130Z[ 8] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
44512026-04-08T12:00:29.130Z[ 10] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44522026-04-08T12:00:29.130Z[ 12] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44532026-04-08T12:00:29.130Z[ 14] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
44542026-04-08T12:00:29.130Z[ 16] 1.00-2.00 sec 53.2 MBytes 447 Mbits/sec
44552026-04-08T12:00:29.130Z[ 18] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44562026-04-08T12:00:29.130Z[ 20] 1.00-2.00 sec 53.1 MBytes 446 Mbits/sec
44572026-04-08T12:00:29.130Z[SUM] 1.00-2.00 sec 425 MBytes 3.57 Gbits/sec
44582026-04-08T12:00:29.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
44592026-04-08T12:00:29.134Z[ 5] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
44602026-04-08T12:00:29.134Z[ 8] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
44612026-04-08T12:00:29.134Z[ 10] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44622026-04-08T12:00:29.134Z[ 12] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44632026-04-08T12:00:29.134Z[ 14] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
44642026-04-08T12:00:29.134Z[ 16] 2.00-3.00 sec 52.8 MBytes 442 Mbits/sec
44652026-04-08T12:00:29.134Z[ 18] 2.00-3.00 sec 52.9 MBytes 444 Mbits/sec
44662026-04-08T12:00:29.134Z[ 20] 2.00-3.00 sec 52.6 MBytes 441 Mbits/sec
44672026-04-08T12:00:29.134Z[SUM] 2.00-3.00 sec 422 MBytes 3.54 Gbits/sec
44682026-04-08T12:00:29.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
44692026-04-08T12:00:29.134Z[ 5] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
44702026-04-08T12:00:29.134Z[ 8] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
44712026-04-08T12:00:29.134Z[ 10] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
44722026-04-08T12:00:29.134Z[ 12] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
44732026-04-08T12:00:29.134Z[ 14] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
44742026-04-08T12:00:29.134Z[ 16] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
44752026-04-08T12:00:29.134Z[ 18] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
44762026-04-08T12:00:29.134Z[ 20] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
44772026-04-08T12:00:29.134Z[SUM] 3.00-4.00 sec 424 MBytes 3.55 Gbits/sec
44782026-04-08T12:00:29.134Z- - - - - - - - - - - - - - - - - - - - - - - - -
44792026-04-08T12:00:29.134Z[ 5] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
44802026-04-08T12:00:29.134Z[ 8] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
44812026-04-08T12:00:29.134Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
44822026-04-08T12:00:29.134Z[ 12] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
44832026-04-08T12:00:29.134Z[ 14] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
44842026-04-08T12:00:29.134Z[ 16] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
44852026-04-08T12:00:29.134Z[ 18] 4.00-5.00 sec 52.9 MBytes 444 Mbits/sec
44862026-04-08T12:00:29.135Z[ 20] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
44872026-04-08T12:00:29.135Z[SUM] 4.00-5.00 sec 424 MBytes 3.55 Gbits/sec
44882026-04-08T12:00:29.135Z- - - - - - - - - - - - - - - - - - - - - - - - -
44892026-04-08T12:00:29.135Z[ 5] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
44902026-04-08T12:00:29.135Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
44912026-04-08T12:00:29.135Z[ 10] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
44922026-04-08T12:00:29.135Z[ 12] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
44932026-04-08T12:00:29.135Z[ 14] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
44942026-04-08T12:00:29.135Z[ 16] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
44952026-04-08T12:00:29.135Z[ 18] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
44962026-04-08T12:00:29.135Z[ 20] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
44972026-04-08T12:00:29.135Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
44982026-04-08T12:00:29.135Z- - - - - - - - - - - - - - - - - - - - - - - - -
44992026-04-08T12:00:29.135Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
45002026-04-08T12:00:29.135Z[ 8] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45012026-04-08T12:00:29.135Z[ 10] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45022026-04-08T12:00:32.137Z[ 12] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
45032026-04-08T12:00:32.137Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
45042026-04-08T12:00:32.137Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
45052026-04-08T12:00:32.137Z[ 18] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
45062026-04-08T12:00:32.137Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
45072026-04-08T12:00:32.137Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
45082026-04-08T12:00:32.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
45092026-04-08T12:00:32.137Z[ 5] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
45102026-04-08T12:00:32.137Z[ 8] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
45112026-04-08T12:00:32.137Z[ 10] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
45122026-04-08T12:00:32.137Z[ 12] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
45132026-04-08T12:00:32.137Z[ 14] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
45142026-04-08T12:00:32.137Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
45152026-04-08T12:00:32.137Z[ 18] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
45162026-04-08T12:00:32.137Z[ 20] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
45172026-04-08T12:00:32.137Z[SUM] 7.00-8.00 sec 424 MBytes 3.56 Gbits/sec
45182026-04-08T12:00:32.137Z- - - - - - - - - - - - - - - - - - - - - - - - -
45192026-04-08T12:00:32.137Z[ 5] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
45202026-04-08T12:00:32.137Z[ 8] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
45212026-04-08T12:00:32.137Z[ 10] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
45222026-04-08T12:00:32.137Z[ 12] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
45232026-04-08T12:00:32.137Z[ 14] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
45242026-04-08T12:00:32.137Z[ 16] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
45252026-04-08T12:00:32.137Z[ 18] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
45262026-04-08T12:00:32.137Z[ 20] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
45272026-04-08T12:00:32.137Z[SUM] 8.00-9.00 sec 424 MBytes 3.56 Gbits/sec
45282026-04-08T12:00:32.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
45292026-04-08T12:00:32.138Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45302026-04-08T12:00:32.138Z[ 8] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
45312026-04-08T12:00:32.138Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45322026-04-08T12:00:32.138Z[ 12] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45332026-04-08T12:00:32.138Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45342026-04-08T12:00:32.138Z[ 16] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45352026-04-08T12:00:32.138Z[ 18] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
45362026-04-08T12:00:32.138Z[ 20] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
45372026-04-08T12:00:32.138Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
45382026-04-08T12:00:32.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
45392026-04-08T12:00:32.138Z[ 5] 10.00-10.00 sec 128 KBytes 475 Mbits/sec
45402026-04-08T12:00:32.138Z[ 8] 10.00-10.00 sec 128 KBytes 475 Mbits/sec
45412026-04-08T12:00:32.138Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45422026-04-08T12:00:32.138Z[ 12] 10.00-10.00 sec 128 KBytes 475 Mbits/sec
45432026-04-08T12:00:32.138Z[ 14] 10.00-10.00 sec 128 KBytes 475 Mbits/sec
45442026-04-08T12:00:32.138Z[ 16] 10.00-10.00 sec 128 KBytes 475 Mbits/sec
45452026-04-08T12:00:32.138Z[ 18] 10.00-10.00 sec 128 KBytes 475 Mbits/sec
45462026-04-08T12:00:32.138Z[ 20] 10.00-10.00 sec 128 KBytes 475 Mbits/sec
45472026-04-08T12:00:32.138Z[SUM] 10.00-10.00 sec 896 KBytes 3.32 Gbits/sec
45482026-04-08T12:00:32.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
45492026-04-08T12:00:32.138Z[ ID] Interval Transfer Bitrate
45502026-04-08T12:00:32.138Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
45512026-04-08T12:00:32.138Z[ 8] 0.00-10.00 sec 519 MBytes 436 Mbits/sec sender
45522026-04-08T12:00:32.138Z[ 10] 0.00-10.00 sec 519 MBytes 436 Mbits/sec sender
45532026-04-08T12:00:32.138Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
45542026-04-08T12:00:32.138Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
45552026-04-08T12:00:32.138Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
45562026-04-08T12:00:32.138Z[ 18] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
45572026-04-08T12:00:32.138Z[ 20] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
45582026-04-08T12:00:32.138Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.48 Gbits/sec sender
45592026-04-08T12:00:32.142ZRun 6/10...3483.5387997248213Mbps
45602026-04-08T12:00:39.565Z-----------------------------------------------------------
45612026-04-08T12:00:39.565ZServer listening on 5201 (test #27)
45622026-04-08T12:00:39.565Z-----------------------------------------------------------
45632026-04-08T12:00:39.565ZAccepted connection from 10.0.0.1, port 43619
45642026-04-08T12:00:39.565Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38950
45652026-04-08T12:00:39.565Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59014
45662026-04-08T12:00:39.565Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56797
45672026-04-08T12:00:39.565Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55141
45682026-04-08T12:00:39.565Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56877
45692026-04-08T12:00:39.565Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38781
45702026-04-08T12:00:39.570Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37601
45712026-04-08T12:00:39.570Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40836
45722026-04-08T12:00:39.570Z[ ID] Interval Transfer Bitrate
45732026-04-08T12:00:39.570Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
45742026-04-08T12:00:39.570Z[ 8] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
45752026-04-08T12:00:39.570Z[ 10] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
45762026-04-08T12:00:39.570Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
45772026-04-08T12:00:39.570Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
45782026-04-08T12:00:39.570Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
45792026-04-08T12:00:39.570Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
45802026-04-08T12:00:39.570Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
45812026-04-08T12:00:39.570Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
45822026-04-08T12:00:39.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
45832026-04-08T12:00:39.570Z[ 5] 1.00-2.00 sec 52.8 MBytes 442 Mbits/sec
45842026-04-08T12:00:39.570Z[ 8] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
45852026-04-08T12:00:39.570Z[ 10] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
45862026-04-08T12:00:39.570Z[ 12] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
45872026-04-08T12:00:39.570Z[ 14] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
45882026-04-08T12:00:39.570Z[ 16] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
45892026-04-08T12:00:39.570Z[ 18] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
45902026-04-08T12:00:39.570Z[ 20] 1.00-2.00 sec 52.9 MBytes 444 Mbits/sec
45912026-04-08T12:00:39.570Z[SUM] 1.00-2.00 sec 423 MBytes 3.55 Gbits/sec
45922026-04-08T12:00:39.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
45932026-04-08T12:00:39.570Z[ 5] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
45942026-04-08T12:00:39.570Z[ 8] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
45952026-04-08T12:00:39.570Z[ 10] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
45962026-04-08T12:00:39.570Z[ 12] 2.00-3.00 sec 53.4 MBytes 448 Mbits/sec
45972026-04-08T12:00:39.570Z[ 14] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
45982026-04-08T12:00:39.570Z[ 16] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
45992026-04-08T12:00:39.571Z[ 18] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
46002026-04-08T12:00:39.571Z[ 20] 2.00-3.00 sec 53.2 MBytes 447 Mbits/sec
46012026-04-08T12:00:39.571Z[SUM] 2.00-3.00 sec 426 MBytes 3.58 Gbits/sec
46022026-04-08T12:00:39.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
46032026-04-08T12:00:39.571Z[ 5] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
46042026-04-08T12:00:39.571Z[ 8] 3.00-4.00 sec 52.9 MBytes 444 Mbits/sec
46052026-04-08T12:00:39.571Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
46062026-04-08T12:00:39.571Z[ 12] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46072026-04-08T12:00:39.571Z[ 14] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
46082026-04-08T12:00:39.571Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46092026-04-08T12:00:39.571Z[ 18] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46102026-04-08T12:00:39.571Z[ 20] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
46112026-04-08T12:00:39.571Z[SUM] 3.00-4.00 sec 424 MBytes 3.56 Gbits/sec
46122026-04-08T12:00:39.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
46132026-04-08T12:00:39.571Z[ 5] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
46142026-04-08T12:00:39.571Z[ 8] 4.00-5.00 sec 53.5 MBytes 449 Mbits/sec
46152026-04-08T12:00:39.571Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46162026-04-08T12:00:39.571Z[ 12] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46172026-04-08T12:00:39.571Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46182026-04-08T12:00:39.571Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
46192026-04-08T12:00:39.571Z[ 18] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
46202026-04-08T12:00:39.571Z[ 20] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
46212026-04-08T12:00:39.571Z[SUM] 4.00-5.00 sec 427 MBytes 3.58 Gbits/sec
46222026-04-08T12:00:39.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
46232026-04-08T12:00:39.571Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
46242026-04-08T12:00:39.571Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
46252026-04-08T12:00:39.571Z[ 10] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
46262026-04-08T12:00:39.571Z[ 12] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
46272026-04-08T12:00:39.571Z[ 14] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
46282026-04-08T12:00:39.571Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
46292026-04-08T12:00:39.571Z[ 18] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
46302026-04-08T12:00:39.571Z[ 20] 5.00-6.00 sec 53.0 MBytes 445 Mbits/sec
46312026-04-08T12:00:39.571Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
46322026-04-08T12:00:39.571Z- - - - - - - - - - - - - - - - - - - - - - - - -
46332026-04-08T12:00:39.571Z[ 5] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
46342026-04-08T12:00:39.571Z[ 8] 6.00-7.00 sec 52.8 MBytes 443 Mbits/sec
46352026-04-08T12:00:39.571Z[ 10] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
46362026-04-08T12:00:42.573Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
46372026-04-08T12:00:42.573Z[ 14] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
46382026-04-08T12:00:42.573Z[ 16] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
46392026-04-08T12:00:42.573Z[ 18] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
46402026-04-08T12:00:42.573Z[ 20] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
46412026-04-08T12:00:42.573Z[SUM] 6.00-7.00 sec 423 MBytes 3.55 Gbits/sec
46422026-04-08T12:00:42.573Z- - - - - - - - - - - - - - - - - - - - - - - - -
46432026-04-08T12:00:42.573Z[ 5] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
46442026-04-08T12:00:42.573Z[ 8] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46452026-04-08T12:00:42.573Z[ 10] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
46462026-04-08T12:00:42.573Z[ 12] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
46472026-04-08T12:00:42.573Z[ 14] 7.00-8.00 sec 53.1 MBytes 446 Mbits/sec
46482026-04-08T12:00:42.573Z[ 16] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46492026-04-08T12:00:42.573Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
46502026-04-08T12:00:42.573Z[ 20] 7.00-8.00 sec 53.0 MBytes 445 Mbits/sec
46512026-04-08T12:00:42.573Z[SUM] 7.00-8.00 sec 424 MBytes 3.55 Gbits/sec
46522026-04-08T12:00:42.573Z- - - - - - - - - - - - - - - - - - - - - - - - -
46532026-04-08T12:00:42.573Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
46542026-04-08T12:00:42.573Z[ 8] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
46552026-04-08T12:00:42.573Z[ 10] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
46562026-04-08T12:00:42.573Z[ 12] 8.00-9.00 sec 53.5 MBytes 449 Mbits/sec
46572026-04-08T12:00:42.573Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
46582026-04-08T12:00:42.573Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
46592026-04-08T12:00:42.573Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
46602026-04-08T12:00:42.573Z[ 20] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
46612026-04-08T12:00:42.573Z[SUM] 8.00-9.00 sec 427 MBytes 3.58 Gbits/sec
46622026-04-08T12:00:42.573Z- - - - - - - - - - - - - - - - - - - - - - - - -
46632026-04-08T12:00:42.574Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
46642026-04-08T12:00:42.574Z[ 8] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
46652026-04-08T12:00:42.574Z[ 10] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
46662026-04-08T12:00:42.574Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
46672026-04-08T12:00:42.574Z[ 14] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
46682026-04-08T12:00:42.574Z[ 16] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
46692026-04-08T12:00:42.574Z[ 18] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
46702026-04-08T12:00:42.574Z[ 20] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
46712026-04-08T12:00:42.574Z[SUM] 9.00-10.00 sec 424 MBytes 3.56 Gbits/sec
46722026-04-08T12:00:42.574Z- - - - - - - - - - - - - - - - - - - - - - - - -
46732026-04-08T12:00:42.574Z[ 5] 10.00-10.00 sec 128 KBytes 880 Mbits/sec
46742026-04-08T12:00:42.574Z[ 8] 10.00-10.00 sec 128 KBytes 881 Mbits/sec
46752026-04-08T12:00:42.574Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46762026-04-08T12:00:42.574Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46772026-04-08T12:00:42.574Z[ 14] 10.00-10.00 sec 128 KBytes 881 Mbits/sec
46782026-04-08T12:00:42.574Z[ 16] 10.00-10.00 sec 128 KBytes 881 Mbits/sec
46792026-04-08T12:00:42.574Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46802026-04-08T12:00:42.574Z[ 20] 10.00-10.00 sec 128 KBytes 881 Mbits/sec
46812026-04-08T12:00:42.574Z[SUM] 10.00-10.00 sec 640 KBytes 4.40 Gbits/sec
46822026-04-08T12:00:42.574Z- - - - - - - - - - - - - - - - - - - - - - - - -
46832026-04-08T12:00:42.574Z[ ID] Interval Transfer Bitrate
46842026-04-08T12:00:42.574Z[ 5] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46852026-04-08T12:00:42.574Z[ 8] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46862026-04-08T12:00:42.574Z[ 10] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46872026-04-08T12:00:42.574Z[ 12] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46882026-04-08T12:00:42.574Z[ 14] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46892026-04-08T12:00:42.574Z[ 16] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46902026-04-08T12:00:42.574Z[ 18] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46912026-04-08T12:00:42.574Z[ 20] 0.00-10.00 sec 520 MBytes 436 Mbits/sec sender
46922026-04-08T12:00:42.574Z[SUM] 0.00-10.00 sec 4.06 GBytes 3.49 Gbits/sec sender
46932026-04-08T12:00:42.578ZRun 7/10...3486.513808183352Mbps
46942026-04-08T12:00:50.005Z-----------------------------------------------------------
46952026-04-08T12:00:50.005ZServer listening on 5201 (test #28)
46962026-04-08T12:00:50.005Z-----------------------------------------------------------
46972026-04-08T12:00:50.005ZAccepted connection from 10.0.0.1, port 63728
46982026-04-08T12:00:50.005Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53888
46992026-04-08T12:00:50.005Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60208
47002026-04-08T12:00:50.005Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41901
47012026-04-08T12:00:50.005Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64755
47022026-04-08T12:00:50.005Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35221
47032026-04-08T12:00:50.005Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37076
47042026-04-08T12:00:50.005Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46309
47052026-04-08T12:00:50.005Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40493
47062026-04-08T12:00:50.005Z[ ID] Interval Transfer Bitrate
47072026-04-08T12:00:50.005Z[ 5] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
47082026-04-08T12:00:50.005Z[ 8] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
47092026-04-08T12:00:50.005Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
47102026-04-08T12:00:50.005Z[ 12] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
47112026-04-08T12:00:50.005Z[ 14] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
47122026-04-08T12:00:50.005Z[ 16] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
47132026-04-08T12:00:50.005Z[ 18] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
47142026-04-08T12:00:50.005Z[ 20] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
47152026-04-08T12:00:50.005Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
47162026-04-08T12:00:50.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
47172026-04-08T12:00:50.005Z[ 5] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
47182026-04-08T12:00:50.005Z[ 8] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
47192026-04-08T12:00:50.005Z[ 10] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
47202026-04-08T12:00:50.005Z[ 12] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
47212026-04-08T12:00:50.005Z[ 14] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
47222026-04-08T12:00:50.005Z[ 16] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
47232026-04-08T12:00:50.006Z[ 18] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
47242026-04-08T12:00:50.006Z[ 20] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
47252026-04-08T12:00:50.006Z[SUM] 1.00-2.00 sec 430 MBytes 3.61 Gbits/sec
47262026-04-08T12:00:50.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
47272026-04-08T12:00:50.006Z[ 5] 2.00-3.00 sec 53.5 MBytes 449 Mbits/sec
47282026-04-08T12:00:50.006Z[ 8] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
47292026-04-08T12:00:50.006Z[ 10] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
47302026-04-08T12:00:50.006Z[ 12] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
47312026-04-08T12:00:50.006Z[ 14] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
47322026-04-08T12:00:50.006Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
47332026-04-08T12:00:50.006Z[ 18] 2.00-3.00 sec 53.6 MBytes 450 Mbits/sec
47342026-04-08T12:00:50.006Z[ 20] 2.00-3.00 sec 53.8 MBytes 451 Mbits/sec
47352026-04-08T12:00:50.006Z[SUM] 2.00-3.00 sec 430 MBytes 3.61 Gbits/sec
47362026-04-08T12:00:50.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
47372026-04-08T12:00:50.006Z[ 5] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
47382026-04-08T12:00:50.006Z[ 8] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
47392026-04-08T12:00:50.006Z[ 10] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
47402026-04-08T12:00:50.006Z[ 12] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
47412026-04-08T12:00:50.006Z[ 14] 3.00-4.00 sec 53.2 MBytes 447 Mbits/sec
47422026-04-08T12:00:50.006Z[ 16] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
47432026-04-08T12:00:50.006Z[ 18] 3.00-4.00 sec 53.1 MBytes 446 Mbits/sec
47442026-04-08T12:00:50.006Z[ 20] 3.00-4.00 sec 53.0 MBytes 445 Mbits/sec
47452026-04-08T12:00:50.006Z[SUM] 3.00-4.00 sec 425 MBytes 3.56 Gbits/sec
47462026-04-08T12:00:50.006Z- - - - - - - - - - - - - - - - - - - - - - - - -
47472026-04-08T12:00:50.006Z[ 5] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
47482026-04-08T12:00:50.006Z[ 8] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
47492026-04-08T12:00:50.010Z[ 10] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
47502026-04-08T12:00:50.010Z[ 12] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
47512026-04-08T12:00:50.010Z[ 14] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
47522026-04-08T12:00:50.010Z[ 16] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
47532026-04-08T12:00:50.010Z[ 18] 4.00-5.00 sec 52.6 MBytes 441 Mbits/sec
47542026-04-08T12:00:50.010Z[ 20] 4.00-5.00 sec 52.8 MBytes 442 Mbits/sec
47552026-04-08T12:00:50.010Z[SUM] 4.00-5.00 sec 422 MBytes 3.54 Gbits/sec
47562026-04-08T12:00:50.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
47572026-04-08T12:00:50.010Z[ 5] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47582026-04-08T12:00:50.010Z[ 8] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47592026-04-08T12:00:50.010Z[ 10] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47602026-04-08T12:00:50.010Z[ 12] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47612026-04-08T12:00:50.010Z[ 14] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47622026-04-08T12:00:50.010Z[ 16] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47632026-04-08T12:00:50.010Z[ 18] 5.00-6.00 sec 52.5 MBytes 440 Mbits/sec
47642026-04-08T12:00:50.010Z[ 20] 5.00-6.00 sec 52.4 MBytes 439 Mbits/sec
47652026-04-08T12:00:50.010Z[SUM] 5.00-6.00 sec 420 MBytes 3.52 Gbits/sec
47662026-04-08T12:00:50.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
47672026-04-08T12:00:50.011Z[ 5] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
47682026-04-08T12:00:50.011Z[ 8] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
47692026-04-08T12:00:50.011Z[ 10] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
47702026-04-08T12:00:53.010Z[ 12] 6.00-7.00 sec 52.9 MBytes 444 Mbits/sec
47712026-04-08T12:00:53.010Z[ 14] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
47722026-04-08T12:00:53.010Z[ 16] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
47732026-04-08T12:00:53.010Z[ 18] 6.00-7.00 sec 52.6 MBytes 441 Mbits/sec
47742026-04-08T12:00:53.010Z[ 20] 6.00-7.00 sec 52.8 MBytes 442 Mbits/sec
47752026-04-08T12:00:53.010Z[SUM] 6.00-7.00 sec 422 MBytes 3.54 Gbits/sec
47762026-04-08T12:00:53.010Z- - - - - - - - - - - - - - - - - - - - - - - - -
47772026-04-08T12:00:53.010Z[ 5] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47782026-04-08T12:00:53.010Z[ 8] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47792026-04-08T12:00:53.010Z[ 10] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47802026-04-08T12:00:53.010Z[ 12] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47812026-04-08T12:00:53.010Z[ 14] 7.00-8.00 sec 52.8 MBytes 442 Mbits/sec
47822026-04-08T12:00:53.010Z[ 16] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47832026-04-08T12:00:53.011Z[ 18] 7.00-8.00 sec 52.9 MBytes 444 Mbits/sec
47842026-04-08T12:00:53.011Z[ 20] 7.00-8.00 sec 52.6 MBytes 441 Mbits/sec
47852026-04-08T12:00:53.011Z[SUM] 7.00-8.00 sec 422 MBytes 3.54 Gbits/sec
47862026-04-08T12:00:53.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
47872026-04-08T12:00:53.011Z[ 5] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
47882026-04-08T12:00:53.011Z[ 8] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
47892026-04-08T12:00:53.011Z[ 10] 8.00-9.00 sec 52.6 MBytes 441 Mbits/sec
47902026-04-08T12:00:53.011Z[ 12] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
47912026-04-08T12:00:53.011Z[ 14] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
47922026-04-08T12:00:53.011Z[ 16] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
47932026-04-08T12:00:53.011Z[ 18] 8.00-9.00 sec 52.8 MBytes 442 Mbits/sec
47942026-04-08T12:00:53.011Z[ 20] 8.00-9.00 sec 52.9 MBytes 444 Mbits/sec
47952026-04-08T12:00:53.011Z[SUM] 8.00-9.00 sec 422 MBytes 3.54 Gbits/sec
47962026-04-08T12:00:53.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
47972026-04-08T12:00:53.011Z[ 5] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
47982026-04-08T12:00:53.011Z[ 8] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
47992026-04-08T12:00:53.011Z[ 10] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
48002026-04-08T12:00:53.011Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
48012026-04-08T12:00:53.011Z[ 14] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
48022026-04-08T12:00:53.011Z[ 16] 9.00-10.00 sec 52.8 MBytes 442 Mbits/sec
48032026-04-08T12:00:53.011Z[ 18] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
48042026-04-08T12:00:53.011Z[ 20] 9.00-10.00 sec 52.9 MBytes 444 Mbits/sec
48052026-04-08T12:00:53.011Z[SUM] 9.00-10.00 sec 423 MBytes 3.55 Gbits/sec
48062026-04-08T12:00:53.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
48072026-04-08T12:00:53.012Z[ 5] 10.00-10.00 sec 128 KBytes 842 Mbits/sec
48082026-04-08T12:00:53.012Z[ 8] 10.00-10.00 sec 128 KBytes 843 Mbits/sec
48092026-04-08T12:00:53.012Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48102026-04-08T12:00:53.012Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48112026-04-08T12:00:53.012Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48122026-04-08T12:00:53.012Z[ 16] 10.00-10.00 sec 128 KBytes 843 Mbits/sec
48132026-04-08T12:00:53.012Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48142026-04-08T12:00:53.012Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48152026-04-08T12:00:53.012Z[SUM] 10.00-10.00 sec 384 KBytes 2.53 Gbits/sec
48162026-04-08T12:00:53.012Z- - - - - - - - - - - - - - - - - - - - - - - - -
48172026-04-08T12:00:53.012Z[ ID] Interval Transfer Bitrate
48182026-04-08T12:00:53.012Z[ 5] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48192026-04-08T12:00:53.012Z[ 8] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48202026-04-08T12:00:53.012Z[ 10] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48212026-04-08T12:00:53.012Z[ 12] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48222026-04-08T12:00:53.012Z[ 14] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48232026-04-08T12:00:53.012Z[ 16] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48242026-04-08T12:00:53.012Z[ 18] 0.00-10.00 sec 519 MBytes 435 Mbits/sec sender
48252026-04-08T12:00:53.012Z[ 20] 0.00-10.00 sec 518 MBytes 435 Mbits/sec sender
48262026-04-08T12:00:53.012Z[SUM] 0.00-10.00 sec 4.05 GBytes 3.48 Gbits/sec sender
48272026-04-08T12:00:53.016ZRun 8/10...3480.6240461701823Mbps
48282026-04-08T12:01:00.429Z-----------------------------------------------------------
48292026-04-08T12:01:00.429ZServer listening on 5201 (test #29)
48302026-04-08T12:01:00.430Z-----------------------------------------------------------
48312026-04-08T12:01:00.430ZAccepted connection from 10.0.0.1, port 40332
48322026-04-08T12:01:00.430Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57485
48332026-04-08T12:01:00.430Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62043
48342026-04-08T12:01:00.430Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64306
48352026-04-08T12:01:00.430Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46113
48362026-04-08T12:01:00.430Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47816
48372026-04-08T12:01:00.430Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42945
48382026-04-08T12:01:00.430Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60641
48392026-04-08T12:01:00.430Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54194
48402026-04-08T12:01:00.430Z[ ID] Interval Transfer Bitrate
48412026-04-08T12:01:00.430Z[ 5] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
48422026-04-08T12:01:00.430Z[ 8] 0.00-1.00 sec 42.6 MBytes 358 Mbits/sec
48432026-04-08T12:01:00.430Z[ 10] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
48442026-04-08T12:01:00.430Z[ 12] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
48452026-04-08T12:01:00.430Z[ 14] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
48462026-04-08T12:01:00.430Z[ 16] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
48472026-04-08T12:01:00.430Z[ 18] 0.00-1.00 sec 42.5 MBytes 357 Mbits/sec
48482026-04-08T12:01:00.430Z[ 20] 0.00-1.00 sec 42.4 MBytes 355 Mbits/sec
48492026-04-08T12:01:00.430Z[SUM] 0.00-1.00 sec 340 MBytes 2.85 Gbits/sec
48502026-04-08T12:01:00.430Z- - - - - - - - - - - - - - - - - - - - - - - - -
48512026-04-08T12:01:00.430Z[ 5] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
48522026-04-08T12:01:00.430Z[ 8] 1.00-2.00 sec 53.6 MBytes 450 Mbits/sec
48532026-04-08T12:01:00.430Z[ 10] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
48542026-04-08T12:01:00.430Z[ 12] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
48552026-04-08T12:01:00.430Z[ 14] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
48562026-04-08T12:01:00.430Z[ 16] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
48572026-04-08T12:01:00.430Z[ 18] 1.00-2.00 sec 53.8 MBytes 451 Mbits/sec
48582026-04-08T12:01:00.430Z[ 20] 1.00-2.00 sec 53.9 MBytes 452 Mbits/sec
48592026-04-08T12:01:00.430Z[SUM] 1.00-2.00 sec 430 MBytes 3.61 Gbits/sec
48602026-04-08T12:01:00.430Z- - - - - - - - - - - - - - - - - - - - - - - - -
48612026-04-08T12:01:00.430Z[ 5] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
48622026-04-08T12:01:00.430Z[ 8] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
48632026-04-08T12:01:00.430Z[ 10] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
48642026-04-08T12:01:00.430Z[ 12] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
48652026-04-08T12:01:00.430Z[ 14] 2.00-3.00 sec 54.0 MBytes 453 Mbits/sec
48662026-04-08T12:01:00.431Z[ 16] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
48672026-04-08T12:01:00.431Z[ 18] 2.00-3.00 sec 54.1 MBytes 454 Mbits/sec
48682026-04-08T12:01:00.431Z[ 20] 2.00-3.00 sec 53.9 MBytes 452 Mbits/sec
48692026-04-08T12:01:00.431Z[SUM] 2.00-3.00 sec 432 MBytes 3.62 Gbits/sec
48702026-04-08T12:01:00.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
48712026-04-08T12:01:00.431Z[ 5] 3.00-4.00 sec 54.2 MBytes 455 Mbits/sec
48722026-04-08T12:01:00.431Z[ 8] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
48732026-04-08T12:01:00.431Z[ 10] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
48742026-04-08T12:01:00.431Z[ 12] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
48752026-04-08T12:01:00.431Z[ 14] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
48762026-04-08T12:01:00.431Z[ 16] 3.00-4.00 sec 54.1 MBytes 454 Mbits/sec
48772026-04-08T12:01:00.431Z[ 18] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
48782026-04-08T12:01:00.431Z[ 20] 3.00-4.00 sec 54.0 MBytes 453 Mbits/sec
48792026-04-08T12:01:00.431Z[SUM] 3.00-4.00 sec 432 MBytes 3.63 Gbits/sec
48802026-04-08T12:01:00.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
48812026-04-08T12:01:00.431Z[ 5] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48822026-04-08T12:01:00.431Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48832026-04-08T12:01:00.431Z[ 10] 4.00-5.00 sec 53.0 MBytes 445 Mbits/sec
48842026-04-08T12:01:00.431Z[ 12] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
48852026-04-08T12:01:00.431Z[ 14] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48862026-04-08T12:01:00.431Z[ 16] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48872026-04-08T12:01:00.431Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48882026-04-08T12:01:00.431Z[ 20] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
48892026-04-08T12:01:00.431Z[SUM] 4.00-5.00 sec 425 MBytes 3.57 Gbits/sec
48902026-04-08T12:01:00.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
48912026-04-08T12:01:00.431Z[ 5] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
48922026-04-08T12:01:00.431Z[ 8] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
48932026-04-08T12:01:00.431Z[ 10] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
48942026-04-08T12:01:00.431Z[ 12] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
48952026-04-08T12:01:00.431Z[ 14] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
48962026-04-08T12:01:00.431Z[ 16] 5.00-6.00 sec 53.5 MBytes 449 Mbits/sec
48972026-04-08T12:01:00.431Z[ 18] 5.00-6.00 sec 53.4 MBytes 448 Mbits/sec
48982026-04-08T12:01:00.431Z[ 20] 5.00-6.00 sec 53.6 MBytes 450 Mbits/sec
48992026-04-08T12:01:00.431Z[SUM] 5.00-6.00 sec 428 MBytes 3.59 Gbits/sec
49002026-04-08T12:01:00.431Z- - - - - - - - - - - - - - - - - - - - - - - - -
49012026-04-08T12:01:00.431Z[ 5] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
49022026-04-08T12:01:00.432Z[ 8] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
49032026-04-08T12:01:00.432Z[ 10] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
49042026-04-08T12:01:03.434Z[ 12] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
49052026-04-08T12:01:03.435Z[ 14] 6.00-7.00 sec 53.9 MBytes 452 Mbits/sec
49062026-04-08T12:01:03.435Z[ 16] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
49072026-04-08T12:01:03.435Z[ 18] 6.00-7.00 sec 53.6 MBytes 450 Mbits/sec
49082026-04-08T12:01:03.435Z[ 20] 6.00-7.00 sec 53.8 MBytes 451 Mbits/sec
49092026-04-08T12:01:03.435Z[SUM] 6.00-7.00 sec 430 MBytes 3.61 Gbits/sec
49102026-04-08T12:01:03.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
49112026-04-08T12:01:03.435Z[ 5] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
49122026-04-08T12:01:03.435Z[ 8] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
49132026-04-08T12:01:03.435Z[ 10] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
49142026-04-08T12:01:03.435Z[ 12] 7.00-8.00 sec 53.4 MBytes 448 Mbits/sec
49152026-04-08T12:01:03.435Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
49162026-04-08T12:01:03.435Z[ 16] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
49172026-04-08T12:01:03.435Z[ 18] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
49182026-04-08T12:01:03.435Z[ 20] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
49192026-04-08T12:01:03.435Z[SUM] 7.00-8.00 sec 428 MBytes 3.59 Gbits/sec
49202026-04-08T12:01:03.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
49212026-04-08T12:01:03.435Z[ 5] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
49222026-04-08T12:01:03.435Z[ 8] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
49232026-04-08T12:01:03.435Z[ 10] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
49242026-04-08T12:01:03.435Z[ 12] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
49252026-04-08T12:01:03.435Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
49262026-04-08T12:01:03.435Z[ 16] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
49272026-04-08T12:01:03.435Z[ 18] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
49282026-04-08T12:01:03.435Z[ 20] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
49292026-04-08T12:01:03.435Z[SUM] 8.00-9.00 sec 426 MBytes 3.57 Gbits/sec
49302026-04-08T12:01:03.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
49312026-04-08T12:01:03.435Z[ 5] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
49322026-04-08T12:01:03.435Z[ 8] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
49332026-04-08T12:01:03.435Z[ 10] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
49342026-04-08T12:01:03.435Z[ 12] 9.00-10.00 sec 53.6 MBytes 450 Mbits/sec
49352026-04-08T12:01:03.435Z[ 14] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
49362026-04-08T12:01:03.435Z[ 16] 9.00-10.00 sec 53.5 MBytes 449 Mbits/sec
49372026-04-08T12:01:03.435Z[ 18] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
49382026-04-08T12:01:03.435Z[ 20] 9.00-10.00 sec 53.4 MBytes 448 Mbits/sec
49392026-04-08T12:01:03.435Z[SUM] 9.00-10.00 sec 428 MBytes 3.59 Gbits/sec
49402026-04-08T12:01:03.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
49412026-04-08T12:01:03.436Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49422026-04-08T12:01:03.436Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49432026-04-08T12:01:03.436Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49442026-04-08T12:01:03.436Z[ 12] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
49452026-04-08T12:01:03.436Z[ 14] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
49462026-04-08T12:01:03.436Z[ 16] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
49472026-04-08T12:01:03.436Z[ 18] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
49482026-04-08T12:01:03.436Z[ 20] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
49492026-04-08T12:01:03.436Z[SUM] 10.00-10.00 sec 640 KBytes 4.73 Gbits/sec
49502026-04-08T12:01:03.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
49512026-04-08T12:01:03.436Z[ ID] Interval Transfer Bitrate
49522026-04-08T12:01:03.436Z[ 5] 0.00-10.00 sec 525 MBytes 441 Mbits/sec sender
49532026-04-08T12:01:03.436Z[ 8] 0.00-10.00 sec 525 MBytes 440 Mbits/sec sender
49542026-04-08T12:01:03.436Z[ 10] 0.00-10.00 sec 525 MBytes 440 Mbits/sec sender
49552026-04-08T12:01:03.436Z[ 12] 0.00-10.00 sec 525 MBytes 440 Mbits/sec sender
49562026-04-08T12:01:03.436Z[ 14] 0.00-10.00 sec 525 MBytes 440 Mbits/sec sender
49572026-04-08T12:01:03.436Z[ 16] 0.00-10.00 sec 525 MBytes 440 Mbits/sec sender
49582026-04-08T12:01:03.436Z[ 18] 0.00-10.00 sec 525 MBytes 440 Mbits/sec sender
49592026-04-08T12:01:03.436Z[ 20] 0.00-10.00 sec 525 MBytes 440 Mbits/sec sender
49602026-04-08T12:01:03.436Z[SUM] 0.00-10.00 sec 4.10 GBytes 3.52 Gbits/sec sender
49612026-04-08T12:01:03.440ZRun 9/10...3522.504153232346Mbps
49622026-04-08T12:01:10.834Z-----------------------------------------------------------
49632026-04-08T12:01:10.834ZServer listening on 5201 (test #30)
49642026-04-08T12:01:10.834Z-----------------------------------------------------------
49652026-04-08T12:01:10.834ZAccepted connection from 10.0.0.1, port 34372
49662026-04-08T12:01:10.834Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46267
49672026-04-08T12:01:10.834Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58181
49682026-04-08T12:01:10.834Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38361
49692026-04-08T12:01:10.834Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48742
49702026-04-08T12:01:10.834Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33993
49712026-04-08T12:01:10.834Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54808
49722026-04-08T12:01:10.834Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61319
49732026-04-08T12:01:10.834Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53818
49742026-04-08T12:01:10.834Z[ ID] Interval Transfer Bitrate
49752026-04-08T12:01:10.834Z[ 5] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
49762026-04-08T12:01:10.834Z[ 8] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
49772026-04-08T12:01:10.834Z[ 10] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49782026-04-08T12:01:10.834Z[ 12] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
49792026-04-08T12:01:10.834Z[ 14] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49802026-04-08T12:01:10.834Z[ 16] 0.00-1.00 sec 42.0 MBytes 352 Mbits/sec
49812026-04-08T12:01:10.834Z[ 18] 0.00-1.00 sec 41.8 MBytes 350 Mbits/sec
49822026-04-08T12:01:10.834Z[ 20] 0.00-1.00 sec 41.9 MBytes 351 Mbits/sec
49832026-04-08T12:01:10.834Z[SUM] 0.00-1.00 sec 335 MBytes 2.81 Gbits/sec
49842026-04-08T12:01:10.834Z- - - - - - - - - - - - - - - - - - - - - - - - -
49852026-04-08T12:01:10.834Z[ 5] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
49862026-04-08T12:01:10.834Z[ 8] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
49872026-04-08T12:01:10.834Z[ 10] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
49882026-04-08T12:01:10.834Z[ 12] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
49892026-04-08T12:01:10.834Z[ 14] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
49902026-04-08T12:01:10.835Z[ 16] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
49912026-04-08T12:01:10.835Z[ 18] 1.00-2.00 sec 53.4 MBytes 448 Mbits/sec
49922026-04-08T12:01:10.835Z[ 20] 1.00-2.00 sec 53.5 MBytes 449 Mbits/sec
49932026-04-08T12:01:10.835Z[SUM] 1.00-2.00 sec 427 MBytes 3.59 Gbits/sec
49942026-04-08T12:01:10.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
49952026-04-08T12:01:10.835Z[ 5] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
49962026-04-08T12:01:10.835Z[ 8] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
49972026-04-08T12:01:10.835Z[ 10] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
49982026-04-08T12:01:10.835Z[ 12] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
49992026-04-08T12:01:10.835Z[ 14] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
50002026-04-08T12:01:10.835Z[ 16] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
50012026-04-08T12:01:10.835Z[ 18] 2.00-3.00 sec 53.1 MBytes 446 Mbits/sec
50022026-04-08T12:01:10.835Z[ 20] 2.00-3.00 sec 53.0 MBytes 445 Mbits/sec
50032026-04-08T12:01:10.835Z[SUM] 2.00-3.00 sec 424 MBytes 3.56 Gbits/sec
50042026-04-08T12:01:10.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
50052026-04-08T12:01:10.835Z[ 5] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
50062026-04-08T12:01:10.835Z[ 8] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
50072026-04-08T12:01:10.835Z[ 10] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
50082026-04-08T12:01:10.835Z[ 12] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
50092026-04-08T12:01:10.835Z[ 14] 3.00-4.00 sec 53.4 MBytes 448 Mbits/sec
50102026-04-08T12:01:10.835Z[ 16] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
50112026-04-08T12:01:10.835Z[ 18] 3.00-4.00 sec 53.5 MBytes 449 Mbits/sec
50122026-04-08T12:01:10.835Z[ 20] 3.00-4.00 sec 53.6 MBytes 450 Mbits/sec
50132026-04-08T12:01:10.835Z[SUM] 3.00-4.00 sec 428 MBytes 3.59 Gbits/sec
50142026-04-08T12:01:10.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
50152026-04-08T12:01:10.835Z[ 5] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
50162026-04-08T12:01:10.835Z[ 8] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
50172026-04-08T12:01:10.835Z[ 10] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
50182026-04-08T12:01:10.835Z[ 12] 4.00-5.00 sec 53.4 MBytes 448 Mbits/sec
50192026-04-08T12:01:10.835Z[ 14] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
50202026-04-08T12:01:10.835Z[ 16] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
50212026-04-08T12:01:10.835Z[ 18] 4.00-5.00 sec 53.1 MBytes 446 Mbits/sec
50222026-04-08T12:01:10.835Z[ 20] 4.00-5.00 sec 53.2 MBytes 447 Mbits/sec
50232026-04-08T12:01:10.835Z[SUM] 4.00-5.00 sec 426 MBytes 3.57 Gbits/sec
50242026-04-08T12:01:10.835Z- - - - - - - - - - - - - - - - - - - - - - - - -
50252026-04-08T12:01:10.835Z[ 5] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
50262026-04-08T12:01:10.835Z[ 8] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
50272026-04-08T12:01:10.836Z[ 10] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
50282026-04-08T12:01:10.836Z[ 12] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
50292026-04-08T12:01:10.836Z[ 14] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
50302026-04-08T12:01:10.836Z[ 16] 5.00-6.00 sec 52.9 MBytes 444 Mbits/sec
50312026-04-08T12:01:10.836Z[ 18] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
50322026-04-08T12:01:10.836Z[ 20] 5.00-6.00 sec 52.8 MBytes 442 Mbits/sec
50332026-04-08T12:01:10.836Z[SUM] 5.00-6.00 sec 423 MBytes 3.55 Gbits/sec
50342026-04-08T12:01:10.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
50352026-04-08T12:01:10.836Z[ 5] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
50362026-04-08T12:01:10.836Z[ 8] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
50372026-04-08T12:01:10.836Z[ 10] 6.00-7.00 sec 53.0 MBytes 445 Mbits/sec
50382026-04-08T12:01:13.840Z[ 12] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
50392026-04-08T12:01:13.840Z[ 14] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
50402026-04-08T12:01:13.840Z[ 16] 6.00-7.00 sec 53.1 MBytes 446 Mbits/sec
50412026-04-08T12:01:13.840Z[ 18] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
50422026-04-08T12:01:13.840Z[ 20] 6.00-7.00 sec 53.2 MBytes 447 Mbits/sec
50432026-04-08T12:01:13.840Z[SUM] 6.00-7.00 sec 425 MBytes 3.57 Gbits/sec
50442026-04-08T12:01:13.840Z- - - - - - - - - - - - - - - - - - - - - - - - -
50452026-04-08T12:01:13.840Z[ 5] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
50462026-04-08T12:01:13.840Z[ 8] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
50472026-04-08T12:01:13.840Z[ 10] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
50482026-04-08T12:01:13.840Z[ 12] 7.00-8.00 sec 53.8 MBytes 451 Mbits/sec
50492026-04-08T12:01:13.840Z[ 14] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
50502026-04-08T12:01:13.840Z[ 16] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
50512026-04-08T12:01:13.840Z[ 18] 7.00-8.00 sec 53.5 MBytes 449 Mbits/sec
50522026-04-08T12:01:13.840Z[ 20] 7.00-8.00 sec 53.6 MBytes 450 Mbits/sec
50532026-04-08T12:01:13.840Z[SUM] 7.00-8.00 sec 429 MBytes 3.60 Gbits/sec
50542026-04-08T12:01:13.840Z- - - - - - - - - - - - - - - - - - - - - - - - -
50552026-04-08T12:01:13.840Z[ 5] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
50562026-04-08T12:01:13.840Z[ 8] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
50572026-04-08T12:01:13.840Z[ 10] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
50582026-04-08T12:01:13.840Z[ 12] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
50592026-04-08T12:01:13.840Z[ 14] 8.00-9.00 sec 53.2 MBytes 447 Mbits/sec
50602026-04-08T12:01:13.840Z[ 16] 8.00-9.00 sec 53.0 MBytes 445 Mbits/sec
50612026-04-08T12:01:13.840Z[ 18] 8.00-9.00 sec 53.4 MBytes 448 Mbits/sec
50622026-04-08T12:01:13.840Z[ 20] 8.00-9.00 sec 53.1 MBytes 446 Mbits/sec
50632026-04-08T12:01:13.840Z[SUM] 8.00-9.00 sec 425 MBytes 3.57 Gbits/sec
50642026-04-08T12:01:13.840Z- - - - - - - - - - - - - - - - - - - - - - - - -
50652026-04-08T12:01:13.840Z[ 5] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
50662026-04-08T12:01:13.840Z[ 8] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
50672026-04-08T12:01:13.840Z[ 10] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
50682026-04-08T12:01:13.840Z[ 12] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
50692026-04-08T12:01:13.840Z[ 14] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
50702026-04-08T12:01:13.840Z[ 16] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
50712026-04-08T12:01:13.840Z[ 18] 9.00-10.00 sec 53.0 MBytes 445 Mbits/sec
50722026-04-08T12:01:13.841Z[ 20] 9.00-10.00 sec 53.1 MBytes 446 Mbits/sec
50732026-04-08T12:01:13.841Z[SUM] 9.00-10.00 sec 424 MBytes 3.56 Gbits/sec
50742026-04-08T12:01:13.841Z- - - - - - - - - - - - - - - - - - - - - - - - -
50752026-04-08T12:01:13.841Z[ 5] 10.00-10.00 sec 128 KBytes 916 Mbits/sec
50762026-04-08T12:01:13.841Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50772026-04-08T12:01:13.841Z[ 10] 10.00-10.00 sec 128 KBytes 917 Mbits/sec
50782026-04-08T12:01:13.841Z[ 12] 10.00-10.00 sec 128 KBytes 917 Mbits/sec
50792026-04-08T12:01:13.841Z[ 14] 10.00-10.00 sec 128 KBytes 917 Mbits/sec
50802026-04-08T12:01:13.841Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50812026-04-08T12:01:13.841Z[ 18] 10.00-10.00 sec 128 KBytes 917 Mbits/sec
50822026-04-08T12:01:13.841Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50832026-04-08T12:01:13.841Z[SUM] 10.00-10.00 sec 640 KBytes 4.58 Gbits/sec
50842026-04-08T12:01:13.841Z- - - - - - - - - - - - - - - - - - - - - - - - -
50852026-04-08T12:01:13.842Z[ ID] Interval Transfer Bitrate
50862026-04-08T12:01:13.842Z[ 5] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50872026-04-08T12:01:13.842Z[ 8] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50882026-04-08T12:01:13.842Z[ 10] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50892026-04-08T12:01:13.842Z[ 12] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50902026-04-08T12:01:13.842Z[ 14] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50912026-04-08T12:01:13.842Z[ 16] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50922026-04-08T12:01:13.842Z[ 18] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50932026-04-08T12:01:13.842Z[ 20] 0.00-10.00 sec 521 MBytes 437 Mbits/sec sender
50942026-04-08T12:01:13.842Z[SUM] 0.00-10.00 sec 4.07 GBytes 3.50 Gbits/sec sender
50952026-04-08T12:01:13.845ZRun 10/10...3496.1756236100987Mbps
50962026-04-08T12:01:13.845Z###---------------------###
50972026-04-08T12:01:13.845Z::: iPerf done... :::
50982026-04-08T12:01:13.845Z:::Awaiting out files...:::
50992026-04-08T12:01:13.845Z###---------------------###
51002026-04-08T12:01:13.845Z###-----###
51012026-04-08T12:01:13.845Z:::done!:::
51022026-04-08T12:01:13.845Z###-----###
51032026-04-08T12:01:14.809ZBenchmarking iperf-tcp/local/s2c/tx
51042026-04-08T12:01:14.809ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51052026-04-08T12:01:18.641ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51062026-04-08T12:01:38.655ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51072026-04-08T12:01:38.705Ziperf-tcp/local/s2c/tx time: [3.5205 µs 3.5206 µs 3.5207 µs]
51082026-04-08T12:01:38.705ZFound 10 outliers among 100 measurements (10.00%)
51092026-04-08T12:01:38.705Z 1 (1.00%) low severe
51102026-04-08T12:01:38.706Z 4 (4.00%) low mild
51112026-04-08T12:01:38.706Z 4 (4.00%) high mild
51122026-04-08T12:01:38.706Z 1 (1.00%) high severe
51132026-04-08T12:01:39.330Z
51142026-04-08T12:01:39.333ZBenchmarking iperf-tcp/local/s2c/rx
51152026-04-08T12:01:39.333ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51162026-04-08T12:01:43.164ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.4B iterations)
51172026-04-08T12:02:03.174ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51182026-04-08T12:02:03.226Ziperf-tcp/local/s2c/rx time: [6.6224 µs 6.6226 µs 6.6227 µs]
51192026-04-08T12:02:03.226ZFound 8 outliers among 100 measurements (8.00%)
51202026-04-08T12:02:03.226Z 1 (1.00%) low severe
51212026-04-08T12:02:03.226Z 3 (3.00%) low mild
51222026-04-08T12:02:03.226Z 3 (3.00%) high mild
51232026-04-08T12:02:03.227Z 1 (1.00%) high severe
51242026-04-08T12:02:03.853Z
51252026-04-08T12:02:08.074Z+ cargo ubench
51262026-04-08T12:02:08.259Z Compiling proc-macro2 v1.0.106
51272026-04-08T12:02:08.260Z Compiling quote v1.0.45
51282026-04-08T12:02:08.260Z Compiling unicode-ident v1.0.24
51292026-04-08T12:02:08.260Z Compiling serde_core v1.0.228
51302026-04-08T12:02:08.263Z Compiling cfg-if v1.0.4
51312026-04-08T12:02:08.263Z Compiling libc v0.2.183
51322026-04-08T12:02:08.263Z Compiling memchr v2.8.0
51332026-04-08T12:02:08.263Z Compiling serde v1.0.228
51342026-04-08T12:02:08.403Z Compiling rustversion v1.0.22
51352026-04-08T12:02:08.454Z Compiling zerocopy v0.8.47
51362026-04-08T12:02:08.701Z Compiling strsim v0.11.1
51372026-04-08T12:02:08.724Z Compiling version_check v0.9.5
51382026-04-08T12:02:08.806Z Compiling ident_case v1.0.1
51392026-04-08T12:02:08.933Z Compiling thiserror v2.0.18
51402026-04-08T12:02:09.058Z Compiling either v1.15.0
51412026-04-08T12:02:09.136Z Compiling fnv v1.0.7
51422026-04-08T12:02:09.310Z Compiling pin-project-lite v0.2.17
51432026-04-08T12:02:09.407Z Compiling syn v1.0.109
51442026-04-08T12:02:09.565Z Compiling crossbeam-utils v0.8.21
51452026-04-08T12:02:09.578Z Compiling regex-syntax v0.8.10
51462026-04-08T12:02:09.775Z Compiling syn v2.0.117
51472026-04-08T12:02:09.790Z Compiling aho-corasick v1.1.4
51482026-04-08T12:02:09.835Z Compiling winnow v1.0.0
51492026-04-08T12:02:09.876Z Compiling hashbrown v0.16.1
51502026-04-08T12:02:09.896Z Compiling equivalent v1.0.2
51512026-04-08T12:02:10.493Z Compiling indexmap v2.13.0
51522026-04-08T12:02:11.750Z Compiling itertools v0.14.0
51532026-04-08T12:02:11.754Z Compiling bitflags v2.11.0
51542026-04-08T12:02:11.754Z Compiling toml_parser v1.1.0+spec-1.1.0
51552026-04-08T12:02:11.754Z Compiling heapless v0.8.0
51562026-04-08T12:02:11.754Z Compiling regex-automata v0.4.14
51572026-04-08T12:02:11.754Z Compiling autocfg v1.5.0
51582026-04-08T12:02:11.754Z Compiling byteorder v1.5.0
51592026-04-08T12:02:11.754Z Compiling toml_datetime v1.1.0+spec-1.1.0
51602026-04-08T12:02:11.754Z Compiling hash32 v0.3.1
51612026-04-08T12:02:11.754Z Compiling num-traits v0.2.19
51622026-04-08T12:02:11.757Z Compiling toml_edit v0.25.8+spec-1.1.0
51632026-04-08T12:02:11.811Z Compiling slog v2.8.2
51642026-04-08T12:02:11.913Z Compiling smoltcp v0.11.0
51652026-04-08T12:02:11.924Z Compiling futures-core v0.3.32
51662026-04-08T12:02:11.950Z Compiling stable_deref_trait v1.2.1
51672026-04-08T12:02:12.016Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51682026-04-08T12:02:12.021Z Compiling macaddr v1.0.1
51692026-04-08T12:02:12.061Z Compiling futures-sink v0.3.32
51702026-04-08T12:02:12.157Z Compiling futures-channel v0.3.32
51712026-04-08T12:02:12.246Z Compiling proc-macro-error-attr v1.0.4
51722026-04-08T12:02:12.416Z Compiling proc-macro-crate v3.5.0
51732026-04-08T12:02:12.474Z Compiling darling_core v0.21.3
51742026-04-08T12:02:12.494Z Compiling darling_core v0.23.0
51752026-04-08T12:02:12.754Z Compiling futures-task v0.3.32
51762026-04-08T12:02:12.764Z Compiling rand_core v0.10.0
51772026-04-08T12:02:12.894Z Compiling futures-io v0.3.32
51782026-04-08T12:02:12.948Z Compiling itoa v1.0.18
51792026-04-08T12:02:12.958Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
51802026-04-08T12:02:13.085Z Compiling ref-cast v1.0.25
51812026-04-08T12:02:13.157Z Compiling regex v1.12.3
51822026-04-08T12:02:13.165Z Compiling crc32fast v1.5.0
51832026-04-08T12:02:13.381Z Compiling getrandom v0.4.2
51842026-04-08T12:02:13.434Z Compiling managed v0.8.0
51852026-04-08T12:02:13.542Z Compiling anyhow v1.0.102
51862026-04-08T12:02:13.628Z Compiling bitflags v1.3.2
51872026-04-08T12:02:13.668Z Compiling slab v0.4.12
51882026-04-08T12:02:13.723Z Compiling serde_derive v1.0.228
51892026-04-08T12:02:13.844Z Compiling zerocopy-derive v0.8.47
51902026-04-08T12:02:13.851Z Compiling thiserror-impl v2.0.18
51912026-04-08T12:02:13.863Z Compiling futures-macro v0.3.32
51922026-04-08T12:02:14.223Z Compiling num_enum_derive v0.7.6
51932026-04-08T12:02:14.638Z Compiling futures-util v0.3.32
51942026-04-08T12:02:14.645Z Compiling darling_macro v0.21.3
51952026-04-08T12:02:14.689Z Compiling darling_macro v0.23.0
51962026-04-08T12:02:15.138Z Compiling cobs v0.3.0
51972026-04-08T12:02:15.157Z Compiling darling v0.21.3
51982026-04-08T12:02:15.164Z Compiling ref-cast-impl v1.0.25
51992026-04-08T12:02:15.203Z Compiling darling v0.23.0
52002026-04-08T12:02:15.225Z Compiling ingot-macros v0.1.1
52012026-04-08T12:02:15.274Z Compiling foreign-types-macros v0.2.3
52022026-04-08T12:02:15.720Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
52032026-04-08T12:02:15.875Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
52042026-04-08T12:02:16.091Z Compiling proc-macro-error v1.0.4
52052026-04-08T12:02:16.099Z Compiling rustix v1.1.4
52062026-04-08T12:02:16.148Z Compiling ipnetwork v0.21.1
52072026-04-08T12:02:16.309Z Compiling foreign-types-shared v0.3.1
52082026-04-08T12:02:16.393Z Compiling cpufeatures v0.3.0
52092026-04-08T12:02:16.435Z Compiling getrandom v0.3.4
52102026-04-08T12:02:16.457Z Compiling once_cell v1.21.4
52112026-04-08T12:02:16.512Z Compiling unicode-width v0.2.2
52122026-04-08T12:02:16.600Z Compiling chacha20 v0.10.0
52132026-04-08T12:02:16.675Z Compiling tracing-core v0.1.36
52142026-04-08T12:02:16.752Z Compiling tabwriter v1.4.1
52152026-04-08T12:02:16.796Z Compiling erased-serde v0.3.31
52162026-04-08T12:02:16.872Z Compiling postcard v1.1.3
52172026-04-08T12:02:16.909Z Compiling futures-executor v0.3.32
52182026-04-08T12:02:17.215Z Compiling foreign-types v0.5.0
52192026-04-08T12:02:17.424Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
52202026-04-08T12:02:17.529Z Compiling num_enum v0.7.6
52212026-04-08T12:02:17.585Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52222026-04-08T12:02:17.636Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52232026-04-08T12:02:17.642Z Compiling tracing-attributes v0.1.31
52242026-04-08T12:02:17.807Z Compiling errno v0.3.14
52252026-04-08T12:02:18.034Z Compiling cstr-argument v0.1.2
52262026-04-08T12:02:18.096Z Compiling dyn-clone v1.0.20
52272026-04-08T12:02:18.141Z Compiling zmij v1.0.21
52282026-04-08T12:02:18.164Z Compiling time-core v0.1.8
52292026-04-08T12:02:18.188Z Compiling thiserror v1.0.69
52302026-04-08T12:02:18.226Z Compiling ingot-types v0.1.2
52312026-04-08T12:02:18.299Z Compiling shlex v1.3.0
52322026-04-08T12:02:18.412Z Compiling find-msvc-tools v0.1.9
52332026-04-08T12:02:18.477Z Compiling num-conv v0.2.1
52342026-04-08T12:02:18.480Z Compiling powerfmt v0.2.0
52352026-04-08T12:02:18.613Z Compiling ingot v0.1.1
52362026-04-08T12:02:18.632Z Compiling utf8parse v0.2.2
52372026-04-08T12:02:18.635Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
52382026-04-08T12:02:18.697Z Compiling pretty-hex v0.4.2
52392026-04-08T12:02:18.727Z Compiling anstyle-parse v1.0.0
52402026-04-08T12:02:18.824Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
52412026-04-08T12:02:18.848Z Compiling time-macros v0.2.27
52422026-04-08T12:02:18.908Z Compiling tracing v0.1.44
52432026-04-08T12:02:18.922Z Compiling deranged v0.5.8
52442026-04-08T12:02:19.016Z Compiling cc v1.2.57
52452026-04-08T12:02:19.363Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52462026-04-08T12:02:19.395Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52472026-04-08T12:02:19.809Z Compiling rand v0.10.0
52482026-04-08T12:02:19.965Z Compiling futures v0.3.32
52492026-04-08T12:02:20.096Z Compiling thiserror-impl v1.0.69
52502026-04-08T12:02:20.218Z Compiling uuid v1.22.0
52512026-04-08T12:02:20.334Z Compiling crossbeam-epoch v0.9.18
52522026-04-08T12:02:20.561Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52532026-04-08T12:02:20.622Z Compiling arc-swap v1.9.0
52542026-04-08T12:02:20.710Z Compiling socket2 v0.6.3
52552026-04-08T12:02:20.769Z Compiling nom v8.0.0
52562026-04-08T12:02:20.951Z Compiling thread_local v1.1.9
52572026-04-08T12:02:21.275Z Compiling rayon-core v1.13.0
52582026-04-08T12:02:21.290Z Compiling is_terminal_polyfill v1.70.2
52592026-04-08T12:02:21.359Z Compiling serde_json v1.0.149
52602026-04-08T12:02:21.580Z Compiling anstyle v1.0.14
52612026-04-08T12:02:21.820Z Compiling heck v0.4.1
52622026-04-08T12:02:21.862Z Compiling colorchoice v1.0.5
52632026-04-08T12:02:21.971Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
52642026-04-08T12:02:22.008Z Compiling slog-async v2.8.0
52652026-04-08T12:02:22.175Z Compiling anstyle-query v1.1.5
52662026-04-08T12:02:22.231Z Compiling colored v3.1.1
52672026-04-08T12:02:22.271Z Compiling iana-time-zone v0.1.65
52682026-04-08T12:02:22.283Z Compiling oxnet v0.1.4
52692026-04-08T12:02:22.571Z Compiling lazy_static v1.5.0
52702026-04-08T12:02:22.664Z Compiling slog-scope v4.4.1
52712026-04-08T12:02:22.699Z Compiling time v0.3.47
52722026-04-08T12:02:22.784Z Compiling chrono v0.4.44
52732026-04-08T12:02:23.076Z Compiling anstream v1.0.0
52742026-04-08T12:02:23.398Z Compiling rusticata-macros v5.0.0
52752026-04-08T12:02:23.627Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52762026-04-08T12:02:23.774Z Compiling crossbeam-deque v0.8.6
52772026-04-08T12:02:23.984Z Compiling rand_core v0.9.5
52782026-04-08T12:02:24.227Z Compiling alloca v0.4.0
52792026-04-08T12:02:24.266Z Compiling cookie-factory v0.3.3
52802026-04-08T12:02:24.450Z Compiling terminal_size v0.4.4
52812026-04-08T12:02:24.489Z Compiling half v2.7.1
52822026-04-08T12:02:24.582Z Compiling ppv-lite86 v0.2.21
52832026-04-08T12:02:24.587Z Compiling crossbeam-channel v0.5.15
52842026-04-08T12:02:24.747Z Compiling is-terminal v0.4.17
52852026-04-08T12:02:24.800Z Compiling itertools v0.12.1
52862026-04-08T12:02:24.833Z Compiling take_mut v0.2.2
52872026-04-08T12:02:24.908Z Compiling cfg_aliases v0.2.1
52882026-04-08T12:02:24.938Z Compiling plotters-backend v0.3.7
52892026-04-08T12:02:24.973Z Compiling ciborium-io v0.2.2
52902026-04-08T12:02:25.062Z Compiling log v0.4.29
52912026-04-08T12:02:25.210Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52922026-04-08T12:02:25.252Z Compiling clap_lex v1.1.0
52932026-04-08T12:02:25.573Z Compiling term v1.2.1
52942026-04-08T12:02:25.775Z Compiling heck v0.5.0
52952026-04-08T12:02:25.894Z Compiling circular v0.3.0
52962026-04-08T12:02:25.966Z Compiling clap_derive v4.6.0
52972026-04-08T12:02:25.999Z Compiling pcap-parser v0.17.0
52982026-04-08T12:02:26.104Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52992026-04-08T12:02:26.204Z Compiling slog-term v2.9.2
53002026-04-08T12:02:26.996Z Compiling clap_builder v4.6.0
53012026-04-08T12:02:27.313Z Compiling slog-stdlog v4.1.1
53022026-04-08T12:02:27.378Z Compiling plotters-svg v0.3.7
53032026-04-08T12:02:27.597Z Compiling ciborium-ll v0.2.2
53042026-04-08T12:02:27.636Z Compiling nix v0.31.2
53052026-04-08T12:02:27.822Z Compiling rand_chacha v0.9.0
53062026-04-08T12:02:28.262Z Compiling itertools v0.13.0
53072026-04-08T12:02:28.374Z Compiling same-file v1.0.6
53082026-04-08T12:02:28.533Z Compiling cast v0.3.0
53092026-04-08T12:02:28.669Z Compiling tinytemplate v1.2.1
53102026-04-08T12:02:28.704Z Compiling rayon v1.11.0
53112026-04-08T12:02:29.331Z Compiling clap v4.6.0
53122026-04-08T12:02:29.407Z Compiling walkdir v2.5.0
53132026-04-08T12:02:29.711Z Compiling criterion-plot v0.8.2
53142026-04-08T12:02:29.796Z Compiling rand v0.9.2
53152026-04-08T12:02:29.814Z Compiling slog-envlogger v2.2.0
53162026-04-08T12:02:29.948Z Compiling ciborium v0.2.2
53172026-04-08T12:02:30.438Z Compiling plotters v0.3.7
53182026-04-08T12:02:30.467Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
53192026-04-08T12:02:30.503Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
53202026-04-08T12:02:30.682Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
53212026-04-08T12:02:30.701Z Compiling page_size v0.6.0
53222026-04-08T12:02:30.794Z Compiling oorandom v11.1.5
53232026-04-08T12:02:30.803Z Compiling anes v0.1.6
53242026-04-08T12:02:30.915Z Compiling dtor-proc-macro v0.0.6
53252026-04-08T12:02:31.040Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53262026-04-08T12:02:31.252Z Compiling dtor v0.3.0
53272026-04-08T12:02:31.586Z Compiling criterion v0.8.2
53282026-04-08T12:02:31.622Z Compiling ctor-proc-macro v0.0.7
53292026-04-08T12:02:31.953Z Compiling ctor v0.8.0
53302026-04-08T12:02:33.559Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53312026-04-08T12:02:49.098Zwarning: unused `Result` that must be used
53322026-04-08T12:02:49.098Z --> bench/benches/userland.rs:187:29
53332026-04-08T12:02:49.099Z |
53342026-04-08T12:02:49.099Z187 | ... black_box(spec.apply(pkt_m));
53352026-04-08T12:02:49.099Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53362026-04-08T12:02:49.099Z |
53372026-04-08T12:02:49.099Z = note: this `Result` may be an `Err` variant, which should be handled
53382026-04-08T12:02:49.099Z = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
53392026-04-08T12:02:49.099Zhelp: use `let _ = ...` to ignore the resulting value
53402026-04-08T12:02:49.099Z |
53412026-04-08T12:02:49.099Z187 | let _ = black_box(spec.apply(pkt_m));
53422026-04-08T12:02:49.099Z | +++++++
53432026-04-08T12:02:49.099Z
53442026-04-08T12:02:49.103Zwarning: unused `Result` that must be used
53452026-04-08T12:02:49.103Z --> bench/benches/userland.rs:211:29
53462026-04-08T12:02:49.103Z |
53472026-04-08T12:02:49.103Z211 | ... black_box(spec.apply(pkt_m));
53482026-04-08T12:02:49.103Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53492026-04-08T12:02:49.103Z |
53502026-04-08T12:02:49.103Z = note: this `Result` may be an `Err` variant, which should be handled
53512026-04-08T12:02:49.103Zhelp: use `let _ = ...` to ignore the resulting value
53522026-04-08T12:02:49.103Z |
53532026-04-08T12:02:49.103Z211 | let _ = black_box(spec.apply(pkt_m));
53542026-04-08T12:02:49.103Z | +++++++
53552026-04-08T12:02:49.103Z
53562026-04-08T12:03:50.055Zwarning: `opte-bench` (bench "userland") generated 2 warnings
53572026-04-08T12:03:50.058Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 41s
53582026-04-08T12:03:50.082Z Running benches/userland.rs (target/release-lto/deps/userland-8afbc6cb197333f4)
53592026-04-08T12:03:50.085ZGnuplot not found, using plotters backend
53602026-04-08T12:03:50.230ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53612026-04-08T12:03:50.230ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53622026-04-08T12:03:55.709ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0004 s (7.7M iterations)
53632026-04-08T12:04:00.582ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53642026-04-08T12:04:00.637Zparse/Hairpin-DHCPv4/wallclock/Discover
53652026-04-08T12:04:00.637Z time: [60.708 ns 60.811 ns 60.939 ns]
53662026-04-08T12:04:00.637ZFound 17 outliers among 100 measurements (17.00%)
53672026-04-08T12:04:00.637Z 17 (17.00%) high severe
53682026-04-08T12:04:01.495Z
53692026-04-08T12:04:01.498ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53702026-04-08T12:04:01.498ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53712026-04-08T12:04:07.383ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0038 s (3.6M iterations)
53722026-04-08T12:04:12.360ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53732026-04-08T12:04:12.411Zprocess/Hairpin-DHCPv4/wallclock/Discover
53742026-04-08T12:04:12.411Z time: [818.25 ns 818.53 ns 818.84 ns]
53752026-04-08T12:04:12.411ZFound 7 outliers among 100 measurements (7.00%)
53762026-04-08T12:04:12.411Z 3 (3.00%) high mild
53772026-04-08T12:04:12.411Z 4 (4.00%) high severe
53782026-04-08T12:04:13.271Z
53792026-04-08T12:04:13.274ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53802026-04-08T12:04:13.274ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53812026-04-08T12:04:19.010ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0019 s (7.3M iterations)
53822026-04-08T12:04:23.662ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53832026-04-08T12:04:23.713Zparse/Hairpin-DHCPv4/wallclock/Request
53842026-04-08T12:04:23.713Z time: [60.880 ns 60.989 ns 61.121 ns]
53852026-04-08T12:04:23.713ZFound 17 outliers among 100 measurements (17.00%)
53862026-04-08T12:04:23.713Z 3 (3.00%) high mild
53872026-04-08T12:04:23.713Z 14 (14.00%) high severe
53882026-04-08T12:04:24.571Z
53892026-04-08T12:04:24.574ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53902026-04-08T12:04:24.574ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53912026-04-08T12:04:30.372ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0006 s (3.6M iterations)
53922026-04-08T12:04:35.398ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53932026-04-08T12:04:35.449Zprocess/Hairpin-DHCPv4/wallclock/Request
53942026-04-08T12:04:35.449Z time: [808.78 ns 809.25 ns 809.76 ns]
53952026-04-08T12:04:35.449ZFound 5 outliers among 100 measurements (5.00%)
53962026-04-08T12:04:35.449Z 1 (1.00%) high mild
53972026-04-08T12:04:35.449Z 4 (4.00%) high severe
53982026-04-08T12:04:36.306Z
53992026-04-08T12:04:36.310ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
54002026-04-08T12:04:36.310ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
54012026-04-08T12:04:39.763ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0021 s (6.1M iterations)
54022026-04-08T12:04:44.581ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
54032026-04-08T12:04:44.631Zparse/Hairpin-DHCPv6/wallclock/Solicit
54042026-04-08T12:04:44.634Z time: [60.323 ns 60.442 ns 60.586 ns]
54052026-04-08T12:04:44.634ZFound 17 outliers among 100 measurements (17.00%)
54062026-04-08T12:04:44.634Z 4 (4.00%) high mild
54072026-04-08T12:04:44.634Z 13 (13.00%) high severe
54082026-04-08T12:04:45.486Z
54092026-04-08T12:04:45.489ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
54102026-04-08T12:04:45.489ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
54112026-04-08T12:04:49.178ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0041 s (2.8M iterations)
54122026-04-08T12:04:54.204ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
54132026-04-08T12:04:54.256Zprocess/Hairpin-DHCPv6/wallclock/Solicit
54142026-04-08T12:04:54.256Z time: [1.0304 µs 1.0308 µs 1.0311 µs]
54152026-04-08T12:04:54.256ZFound 17 outliers among 100 measurements (17.00%)
54162026-04-08T12:04:54.256Z 7 (7.00%) high mild
54172026-04-08T12:04:54.256Z 10 (10.00%) high severe
54182026-04-08T12:04:55.109Z
54192026-04-08T12:04:55.112ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
54202026-04-08T12:04:55.112ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54212026-04-08T12:04:58.944ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0042 s (5.5M iterations)
54222026-04-08T12:05:03.614ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
54232026-04-08T12:05:03.664Zparse/Hairpin-DHCPv6/wallclock/Request
54242026-04-08T12:05:03.665Z time: [60.462 ns 60.573 ns 60.708 ns]
54252026-04-08T12:05:03.665ZFound 17 outliers among 100 measurements (17.00%)
54262026-04-08T12:05:03.665Z 2 (2.00%) high mild
54272026-04-08T12:05:03.665Z 15 (15.00%) high severe
54282026-04-08T12:05:04.520Z
54292026-04-08T12:05:04.523ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
54302026-04-08T12:05:04.523ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54312026-04-08T12:05:08.451ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0069 s (2.7M iterations)
54322026-04-08T12:05:13.452ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54332026-04-08T12:05:13.502Zprocess/Hairpin-DHCPv6/wallclock/Request
54342026-04-08T12:05:13.502Z time: [1.0719 µs 1.0725 µs 1.0731 µs]
54352026-04-08T12:05:13.502ZFound 9 outliers among 100 measurements (9.00%)
54362026-04-08T12:05:13.502Z 5 (5.00%) high mild
54372026-04-08T12:05:13.502Z 4 (4.00%) high severe
54382026-04-08T12:05:14.358Z
54392026-04-08T12:05:14.361ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54402026-04-08T12:05:14.361ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54412026-04-08T12:05:20.467ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0013 s (6.9M iterations)
54422026-04-08T12:05:24.976ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54432026-04-08T12:05:25.026Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54442026-04-08T12:05:25.026Z time: [60.325 ns 60.446 ns 60.597 ns]
54452026-04-08T12:05:25.026ZFound 17 outliers among 100 measurements (17.00%)
54462026-04-08T12:05:25.026Z 6 (6.00%) high mild
54472026-04-08T12:05:25.026Z 11 (11.00%) high severe
54482026-04-08T12:05:25.882Z
54492026-04-08T12:05:25.886ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54502026-04-08T12:05:25.886ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54512026-04-08T12:05:31.145ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0041 s (4.0M iterations)
54522026-04-08T12:05:35.994ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54532026-04-08T12:05:36.045Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54542026-04-08T12:05:36.045Z time: [617.88 ns 618.22 ns 618.67 ns]
54552026-04-08T12:05:36.045ZFound 8 outliers among 100 measurements (8.00%)
54562026-04-08T12:05:36.045Z 4 (4.00%) high mild
54572026-04-08T12:05:36.045Z 4 (4.00%) high severe
54582026-04-08T12:05:36.898Z
54592026-04-08T12:05:36.901ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54602026-04-08T12:05:36.901ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54612026-04-08T12:05:41.269ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0048 s (4.8M iterations)
54622026-04-08T12:05:45.099ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54632026-04-08T12:05:45.150Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54642026-04-08T12:05:45.150Z time: [120.04 ns 120.19 ns 120.37 ns]
54652026-04-08T12:05:45.150ZFound 17 outliers among 100 measurements (17.00%)
54662026-04-08T12:05:45.150Z 6 (6.00%) high mild
54672026-04-08T12:05:45.150Z 11 (11.00%) high severe
54682026-04-08T12:05:46.003Z
54692026-04-08T12:05:46.006ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54702026-04-08T12:05:46.006ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54712026-04-08T12:05:49.226ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0057 s (3.3M iterations)
54722026-04-08T12:05:53.722ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54732026-04-08T12:05:53.772Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54742026-04-08T12:05:53.772Z time: [702.35 ns 702.52 ns 702.70 ns]
54752026-04-08T12:05:53.772ZFound 9 outliers among 100 measurements (9.00%)
54762026-04-08T12:05:53.772Z 3 (3.00%) high mild
54772026-04-08T12:05:53.772Z 6 (6.00%) high severe
54782026-04-08T12:05:54.627Z
54792026-04-08T12:05:54.630ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54802026-04-08T12:05:54.630ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54812026-04-08T12:06:00.787ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0018 s (6.8M iterations)
54822026-04-08T12:06:05.248ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54832026-04-08T12:06:05.299Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54842026-04-08T12:06:05.299Z time: [59.780 ns 59.912 ns 60.075 ns]
54852026-04-08T12:06:05.299ZFound 17 outliers among 100 measurements (17.00%)
54862026-04-08T12:06:05.299Z 9 (9.00%) high mild
54872026-04-08T12:06:05.299Z 8 (8.00%) high severe
54882026-04-08T12:06:06.138Z
54892026-04-08T12:06:06.142ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54902026-04-08T12:06:06.142ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54912026-04-08T12:06:12.180ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0058 s (3.5M iterations)
54922026-04-08T12:06:17.034ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54932026-04-08T12:06:17.084Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54942026-04-08T12:06:17.084Z time: [795.69 ns 795.92 ns 796.15 ns]
54952026-04-08T12:06:17.084ZFound 11 outliers among 100 measurements (11.00%)
54962026-04-08T12:06:17.084Z 6 (6.00%) high mild
54972026-04-08T12:06:17.084Z 5 (5.00%) high severe
54982026-04-08T12:06:17.939Z
54992026-04-08T12:06:17.943ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
55002026-04-08T12:06:17.943ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55012026-04-08T12:06:24.156ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0031 s (6.8M iterations)
55022026-04-08T12:06:28.551ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55032026-04-08T12:06:28.602Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
55042026-04-08T12:06:28.602Z time: [59.904 ns 60.034 ns 60.195 ns]
55052026-04-08T12:06:28.602ZFound 17 outliers among 100 measurements (17.00%)
55062026-04-08T12:06:28.602Z 9 (9.00%) high mild
55072026-04-08T12:06:28.602Z 8 (8.00%) high severe
55082026-04-08T12:06:29.460Z
55092026-04-08T12:06:29.464ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
55102026-04-08T12:06:29.464ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55112026-04-08T12:06:35.393ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0063 s (3.5M iterations)
55122026-04-08T12:06:40.193ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55132026-04-08T12:06:40.243Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
55142026-04-08T12:06:40.243Z time: [762.18 ns 762.51 ns 762.86 ns]
55152026-04-08T12:06:40.243ZFound 5 outliers among 100 measurements (5.00%)
55162026-04-08T12:06:40.243Z 1 (1.00%) high mild
55172026-04-08T12:06:40.243Z 4 (4.00%) high severe
55182026-04-08T12:06:41.099Z
55192026-04-08T12:06:41.102ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55202026-04-08T12:06:41.102ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55212026-04-08T12:06:44.635ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (12M iterations)
55222026-04-08T12:06:48.431ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55232026-04-08T12:06:48.481Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55242026-04-08T12:06:48.481Z time: [61.491 ns 61.626 ns 61.780 ns]
55252026-04-08T12:06:48.481ZFound 17 outliers among 100 measurements (17.00%)
55262026-04-08T12:06:48.481Z 17 (17.00%) high severe
55272026-04-08T12:06:49.338Z
55282026-04-08T12:06:49.341ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55292026-04-08T12:06:49.341ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55302026-04-08T12:06:54.618ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0044 s (4.0M iterations)
55312026-04-08T12:06:59.288ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55322026-04-08T12:06:59.338Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55332026-04-08T12:06:59.338Z time: [246.01 ns 246.24 ns 246.51 ns]
55342026-04-08T12:06:59.338ZFound 6 outliers among 100 measurements (6.00%)
55352026-04-08T12:06:59.338Z 2 (2.00%) high mild
55362026-04-08T12:06:59.338Z 4 (4.00%) high severe
55372026-04-08T12:07:00.189Z
55382026-04-08T12:07:00.192ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55392026-04-08T12:07:00.192ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55402026-04-08T12:07:03.227ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (6.9M iterations)
55412026-04-08T12:07:07.949ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55422026-04-08T12:07:08.000Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55432026-04-08T12:07:08.000Z time: [79.946 ns 80.136 ns 80.340 ns]
55442026-04-08T12:07:08.000ZFound 17 outliers among 100 measurements (17.00%)
55452026-04-08T12:07:08.000Z 11 (11.00%) high mild
55462026-04-08T12:07:08.000Z 6 (6.00%) high severe
55472026-04-08T12:07:08.860Z
55482026-04-08T12:07:08.863ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55492026-04-08T12:07:08.863ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55502026-04-08T12:07:12.892ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0001 s (2.6M iterations)
55512026-04-08T12:07:17.837ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55522026-04-08T12:07:17.889Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55532026-04-08T12:07:17.889Z time: [267.47 ns 267.65 ns 267.87 ns]
55542026-04-08T12:07:17.889ZFound 10 outliers among 100 measurements (10.00%)
55552026-04-08T12:07:17.889Z 1 (1.00%) high mild
55562026-04-08T12:07:17.889Z 9 (9.00%) high severe
55572026-04-08T12:07:18.742Z
55582026-04-08T12:07:18.745ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55592026-04-08T12:07:18.745ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55602026-04-08T12:07:25.047ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0019 s (6.7M iterations)
55612026-04-08T12:07:28.595ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55622026-04-08T12:07:28.645Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55632026-04-08T12:07:28.645Z time: [98.893 ns 99.330 ns 99.847 ns]
55642026-04-08T12:07:28.645ZFound 2 outliers among 100 measurements (2.00%)
55652026-04-08T12:07:28.645Z 1 (1.00%) high mild
55662026-04-08T12:07:28.645Z 1 (1.00%) high severe
55672026-04-08T12:07:29.505Z
55682026-04-08T12:07:29.509ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55692026-04-08T12:07:29.509ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55702026-04-08T12:07:32.533ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0003 s (3.5M iterations)
55712026-04-08T12:07:37.133ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55722026-04-08T12:07:37.183Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55732026-04-08T12:07:37.183Z time: [220.50 ns 221.05 ns 221.68 ns]
55742026-04-08T12:07:37.183ZFound 4 outliers among 100 measurements (4.00%)
55752026-04-08T12:07:37.183Z 3 (3.00%) high mild
55762026-04-08T12:07:37.183Z 1 (1.00%) high severe
55772026-04-08T12:07:38.040Z
55782026-04-08T12:07:38.043ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55792026-04-08T12:07:38.043ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55802026-04-08T12:07:42.411ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0041 s (4.8M iterations)
55812026-04-08T12:07:46.730ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55822026-04-08T12:07:46.781Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55832026-04-08T12:07:46.781Z time: [118.40 ns 118.92 ns 119.49 ns]
55842026-04-08T12:07:46.781ZFound 3 outliers among 100 measurements (3.00%)
55852026-04-08T12:07:46.781Z 2 (2.00%) high mild
55862026-04-08T12:07:46.781Z 1 (1.00%) high severe
55872026-04-08T12:07:47.642Z
55882026-04-08T12:07:47.645ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55892026-04-08T12:07:47.645ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
55902026-04-08T12:07:52.145ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0080 s (2.3M iterations)
55912026-04-08T12:07:56.947ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
55922026-04-08T12:07:56.996Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
55932026-04-08T12:07:56.999Z time: [239.97 ns 240.54 ns 241.18 ns]
55942026-04-08T12:07:56.999ZFound 7 outliers among 100 measurements (7.00%)
55952026-04-08T12:07:56.999Z 4 (4.00%) high mild
55962026-04-08T12:07:56.999Z 3 (3.00%) high severe
55972026-04-08T12:07:57.845Z
55982026-04-08T12:07:57.848ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
55992026-04-08T12:07:57.848ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56002026-04-08T12:08:01.197ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (13M iterations)
56012026-04-08T12:08:05.129ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56022026-04-08T12:08:05.179Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56032026-04-08T12:08:05.179Z time: [60.550 ns 60.691 ns 60.852 ns]
56042026-04-08T12:08:05.179ZFound 17 outliers among 100 measurements (17.00%)
56052026-04-08T12:08:05.179Z 17 (17.00%) high severe
56062026-04-08T12:08:06.039Z
56072026-04-08T12:08:06.042ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56082026-04-08T12:08:06.042ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56092026-04-08T12:08:10.983ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0056 s (4.2M iterations)
56102026-04-08T12:08:15.749ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56112026-04-08T12:08:15.799Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56122026-04-08T12:08:15.799Z time: [226.28 ns 226.54 ns 226.84 ns]
56132026-04-08T12:08:15.802ZFound 6 outliers among 100 measurements (6.00%)
56142026-04-08T12:08:15.802Z 2 (2.00%) high mild
56152026-04-08T12:08:15.802Z 4 (4.00%) high severe
56162026-04-08T12:08:16.657Z
56172026-04-08T12:08:16.660ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56182026-04-08T12:08:16.660ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56192026-04-08T12:08:19.665ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (7.0M iterations)
56202026-04-08T12:08:24.399ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56212026-04-08T12:08:24.429Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56222026-04-08T12:08:24.429Z time: [78.785 ns 78.956 ns 79.139 ns]
56232026-04-08T12:08:24.429ZFound 17 outliers among 100 measurements (17.00%)
56242026-04-08T12:08:24.429Z 10 (10.00%) high mild
56252026-04-08T12:08:24.429Z 7 (7.00%) high severe
56262026-04-08T12:08:25.287Z
56272026-04-08T12:08:25.290ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56282026-04-08T12:08:25.290ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56292026-04-08T12:08:29.186ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0040 s (2.7M iterations)
56302026-04-08T12:08:34.174ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56312026-04-08T12:08:34.225Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56322026-04-08T12:08:34.225Z time: [245.53 ns 245.70 ns 245.91 ns]
56332026-04-08T12:08:34.225ZFound 11 outliers among 100 measurements (11.00%)
56342026-04-08T12:08:34.225Z 4 (4.00%) high mild
56352026-04-08T12:08:34.225Z 7 (7.00%) high severe
56362026-04-08T12:08:35.080Z
56372026-04-08T12:08:35.083ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56382026-04-08T12:08:35.083ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56392026-04-08T12:08:41.260ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0002 s (6.8M iterations)
56402026-04-08T12:08:44.856ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56412026-04-08T12:08:44.906Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56422026-04-08T12:08:44.906Z time: [98.283 ns 98.729 ns 99.241 ns]
56432026-04-08T12:08:44.906ZFound 2 outliers among 100 measurements (2.00%)
56442026-04-08T12:08:44.907Z 2 (2.00%) high mild
56452026-04-08T12:08:45.759Z
56462026-04-08T12:08:45.763ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56472026-04-08T12:08:45.763ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56482026-04-08T12:08:51.762ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0003 s (3.5M iterations)
56492026-04-08T12:08:56.206ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56502026-04-08T12:08:56.255Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56512026-04-08T12:08:56.255Z time: [197.58 ns 197.88 ns 198.23 ns]
56522026-04-08T12:08:56.256ZFound 9 outliers among 100 measurements (9.00%)
56532026-04-08T12:08:56.256Z 4 (4.00%) high mild
56542026-04-08T12:08:56.256Z 5 (5.00%) high severe
56552026-04-08T12:08:57.109Z
56562026-04-08T12:08:57.113ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56572026-04-08T12:08:57.113ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56582026-04-08T12:09:01.435ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0045 s (4.9M iterations)
56592026-04-08T12:09:05.766ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56602026-04-08T12:09:05.816Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56612026-04-08T12:09:05.816Z time: [117.79 ns 118.27 ns 118.81 ns]
56622026-04-08T12:09:05.816ZFound 2 outliers among 100 measurements (2.00%)
56632026-04-08T12:09:05.816Z 2 (2.00%) high mild
56642026-04-08T12:09:06.682Z
56652026-04-08T12:09:06.685ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56662026-04-08T12:09:06.685ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
56672026-04-08T12:09:11.067ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0044 s (2.4M iterations)
56682026-04-08T12:09:15.875ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
56692026-04-08T12:09:15.925Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56702026-04-08T12:09:15.925Z time: [217.94 ns 218.26 ns 218.63 ns]
56712026-04-08T12:09:15.925ZFound 11 outliers among 100 measurements (11.00%)
56722026-04-08T12:09:15.925Z 7 (7.00%) high mild
56732026-04-08T12:09:15.925Z 4 (4.00%) high severe
56742026-04-08T12:09:16.775Z
56752026-04-08T12:09:16.778ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56762026-04-08T12:09:16.778ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56772026-04-08T12:09:20.402ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0012 s (12M iterations)
56782026-04-08T12:09:24.438ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56792026-04-08T12:09:24.489Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56802026-04-08T12:09:24.489Z time: [60.871 ns 61.037 ns 61.230 ns]
56812026-04-08T12:09:24.489ZFound 17 outliers among 100 measurements (17.00%)
56822026-04-08T12:09:24.489Z 2 (2.00%) high mild
56832026-04-08T12:09:24.489Z 15 (15.00%) high severe
56842026-04-08T12:09:25.350Z
56852026-04-08T12:09:25.353ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56862026-04-08T12:09:25.353ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
56872026-04-08T12:09:30.749ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0042 s (3.9M iterations)
56882026-04-08T12:09:35.563ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
56892026-04-08T12:09:35.613Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
56902026-04-08T12:09:35.613Z time: [239.27 ns 239.63 ns 240.05 ns]
56912026-04-08T12:09:35.613ZFound 4 outliers among 100 measurements (4.00%)
56922026-04-08T12:09:35.613Z 2 (2.00%) high mild
56932026-04-08T12:09:35.613Z 2 (2.00%) high severe
56942026-04-08T12:09:36.469Z
56952026-04-08T12:09:36.472ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
56962026-04-08T12:09:36.472ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
56972026-04-08T12:09:39.613ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0035 s (6.7M iterations)
56982026-04-08T12:09:44.356ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
56992026-04-08T12:09:44.406Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57002026-04-08T12:09:44.406Z time: [79.536 ns 79.716 ns 79.910 ns]
57012026-04-08T12:09:44.406ZFound 17 outliers among 100 measurements (17.00%)
57022026-04-08T12:09:44.406Z 9 (9.00%) high mild
57032026-04-08T12:09:44.406Z 8 (8.00%) high severe
57042026-04-08T12:09:45.261Z
57052026-04-08T12:09:45.264ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57062026-04-08T12:09:45.264ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57072026-04-08T12:09:49.417ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0035 s (2.5M iterations)
57082026-04-08T12:09:54.384ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57092026-04-08T12:09:54.434Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57102026-04-08T12:09:54.434Z time: [258.00 ns 258.27 ns 258.58 ns]
57112026-04-08T12:09:54.434ZFound 8 outliers among 100 measurements (8.00%)
57122026-04-08T12:09:54.434Z 3 (3.00%) high mild
57132026-04-08T12:09:54.434Z 5 (5.00%) high severe
57142026-04-08T12:09:55.289Z
57152026-04-08T12:09:55.292ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57162026-04-08T12:09:55.292ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57172026-04-08T12:09:58.362ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.8M iterations)
57182026-04-08T12:10:02.227ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57192026-04-08T12:10:02.277Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57202026-04-08T12:10:02.277Z time: [99.622 ns 100.000 ns 100.48 ns]
57212026-04-08T12:10:02.277ZFound 2 outliers among 100 measurements (2.00%)
57222026-04-08T12:10:02.277Z 2 (2.00%) high mild
57232026-04-08T12:10:03.132Z
57242026-04-08T12:10:03.135ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57252026-04-08T12:10:03.135ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57262026-04-08T12:10:06.299ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0026 s (3.3M iterations)
57272026-04-08T12:10:11.010ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57282026-04-08T12:10:11.060Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57292026-04-08T12:10:11.060Z time: [211.50 ns 211.94 ns 212.43 ns]
57302026-04-08T12:10:11.060ZFound 6 outliers among 100 measurements (6.00%)
57312026-04-08T12:10:11.060Z 2 (2.00%) high mild
57322026-04-08T12:10:11.060Z 4 (4.00%) high severe
57332026-04-08T12:10:11.910Z
57342026-04-08T12:10:11.913ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57352026-04-08T12:10:11.913ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57362026-04-08T12:10:16.396ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0013 s (4.7M iterations)
57372026-04-08T12:10:20.805ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57382026-04-08T12:10:20.855Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57392026-04-08T12:10:20.855Z time: [118.90 ns 119.32 ns 119.82 ns]
57402026-04-08T12:10:20.855ZFound 2 outliers among 100 measurements (2.00%)
57412026-04-08T12:10:20.855Z 1 (1.00%) high mild
57422026-04-08T12:10:20.855Z 1 (1.00%) high severe
57432026-04-08T12:10:21.713Z
57442026-04-08T12:10:21.716ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57452026-04-08T12:10:21.716ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57462026-04-08T12:10:26.390ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0105 s (2.2M iterations)
57472026-04-08T12:10:31.233ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57482026-04-08T12:10:31.282Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57492026-04-08T12:10:31.283Z time: [232.97 ns 233.45 ns 233.99 ns]
57502026-04-08T12:10:31.283ZFound 7 outliers among 100 measurements (7.00%)
57512026-04-08T12:10:31.283Z 3 (3.00%) high mild
57522026-04-08T12:10:31.283Z 4 (4.00%) high severe
57532026-04-08T12:10:32.134Z
57542026-04-08T12:10:32.138ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57552026-04-08T12:10:32.138ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57562026-04-08T12:10:35.734ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (12M iterations)
57572026-04-08T12:10:39.757ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57582026-04-08T12:10:39.807Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57592026-04-08T12:10:39.807Z time: [59.864 ns 59.978 ns 60.116 ns]
57602026-04-08T12:10:39.807ZFound 17 outliers among 100 measurements (17.00%)
57612026-04-08T12:10:39.807Z 17 (17.00%) high severe
57622026-04-08T12:10:40.663Z
57632026-04-08T12:10:40.666ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57642026-04-08T12:10:40.666ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
57652026-04-08T12:10:45.839ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0041 s (4.1M iterations)
57662026-04-08T12:10:50.629ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
57672026-04-08T12:10:50.679Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
57682026-04-08T12:10:50.679Z time: [217.48 ns 217.78 ns 218.13 ns]
57692026-04-08T12:10:50.679ZFound 4 outliers among 100 measurements (4.00%)
57702026-04-08T12:10:50.679Z 2 (2.00%) high mild
57712026-04-08T12:10:50.679Z 2 (2.00%) high severe
57722026-04-08T12:10:51.531Z
57732026-04-08T12:10:51.534ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57742026-04-08T12:10:51.534ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57752026-04-08T12:10:54.611ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (6.8M iterations)
57762026-04-08T12:10:59.424ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57772026-04-08T12:10:59.475Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57782026-04-08T12:10:59.475Z time: [78.683 ns 78.851 ns 79.029 ns]
57792026-04-08T12:10:59.475ZFound 17 outliers among 100 measurements (17.00%)
57802026-04-08T12:10:59.475Z 8 (8.00%) high mild
57812026-04-08T12:10:59.475Z 9 (9.00%) high severe
57822026-04-08T12:11:00.333Z
57832026-04-08T12:11:00.336ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57842026-04-08T12:11:00.336ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
57852026-04-08T12:11:04.339ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0056 s (2.6M iterations)
57862026-04-08T12:11:09.361ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
57872026-04-08T12:11:09.411Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
57882026-04-08T12:11:09.411Z time: [236.42 ns 236.56 ns 236.74 ns]
57892026-04-08T12:11:09.411ZFound 9 outliers among 100 measurements (9.00%)
57902026-04-08T12:11:09.411Z 4 (4.00%) high mild
57912026-04-08T12:11:09.411Z 5 (5.00%) high severe
57922026-04-08T12:11:10.268Z
57932026-04-08T12:11:10.271ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57942026-04-08T12:11:10.271ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
57952026-04-08T12:11:13.277ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0035 s (7.0M iterations)
57962026-04-08T12:11:17.203ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
57972026-04-08T12:11:17.253Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
57982026-04-08T12:11:17.256Z time: [98.728 ns 99.090 ns 99.550 ns]
57992026-04-08T12:11:17.256ZFound 2 outliers among 100 measurements (2.00%)
58002026-04-08T12:11:17.256Z 2 (2.00%) high mild
58012026-04-08T12:11:18.108Z
58022026-04-08T12:11:18.111ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
58032026-04-08T12:11:18.111ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58042026-04-08T12:11:21.127ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0062 s (3.5M iterations)
58052026-04-08T12:11:25.859ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58062026-04-08T12:11:25.909Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
58072026-04-08T12:11:25.909Z time: [187.78 ns 188.05 ns 188.35 ns]
58082026-04-08T12:11:25.909ZFound 8 outliers among 100 measurements (8.00%)
58092026-04-08T12:11:25.909Z 3 (3.00%) high mild
58102026-04-08T12:11:25.909Z 5 (5.00%) high severe
58112026-04-08T12:11:26.762Z
58122026-04-08T12:11:26.765ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58132026-04-08T12:11:26.766ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58142026-04-08T12:11:31.216ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0026 s (4.7M iterations)
58152026-04-08T12:11:35.648ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58162026-04-08T12:11:35.699Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58172026-04-08T12:11:35.699Z time: [117.63 ns 118.05 ns 118.55 ns]
58182026-04-08T12:11:35.699ZFound 2 outliers among 100 measurements (2.00%)
58192026-04-08T12:11:35.699Z 1 (1.00%) high mild
58202026-04-08T12:11:35.699Z 1 (1.00%) high severe
58212026-04-08T12:11:36.559Z
58222026-04-08T12:11:36.563ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58232026-04-08T12:11:36.563ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58242026-04-08T12:11:41.085ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0016 s (2.3M iterations)
58252026-04-08T12:11:45.978ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58262026-04-08T12:11:46.029Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58272026-04-08T12:11:46.029Z time: [207.92 ns 208.28 ns 208.70 ns]
58282026-04-08T12:11:46.029ZFound 9 outliers among 100 measurements (9.00%)
58292026-04-08T12:11:46.029Z 4 (4.00%) high mild
58302026-04-08T12:11:46.029Z 5 (5.00%) high severe
58312026-04-08T12:11:46.882Z
58322026-04-08T12:11:46.885ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58332026-04-08T12:11:46.885ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58342026-04-08T12:11:50.273ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (12M iterations)
58352026-04-08T12:11:54.223ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58362026-04-08T12:11:54.273Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58372026-04-08T12:11:54.273Z time: [61.271 ns 61.435 ns 61.622 ns]
58382026-04-08T12:11:54.273ZFound 17 outliers among 100 measurements (17.00%)
58392026-04-08T12:11:54.273Z 17 (17.00%) high severe
58402026-04-08T12:11:55.137Z
58412026-04-08T12:11:55.140ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58422026-04-08T12:11:55.140ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58432026-04-08T12:12:00.095ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0017 s (4.2M iterations)
58442026-04-08T12:12:05.122ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58452026-04-08T12:12:05.172Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
58462026-04-08T12:12:05.172Z time: [272.37 ns 274.26 ns 276.73 ns]
58472026-04-08T12:12:05.172ZFound 12 outliers among 100 measurements (12.00%)
58482026-04-08T12:12:05.172Z 4 (4.00%) high mild
58492026-04-08T12:12:05.172Z 8 (8.00%) high severe
58502026-04-08T12:12:06.024Z
58512026-04-08T12:12:06.027ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58522026-04-08T12:12:06.027ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58532026-04-08T12:12:12.074ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (6.9M iterations)
58542026-04-08T12:12:16.813ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58552026-04-08T12:12:16.864Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58562026-04-08T12:12:16.864Z time: [79.722 ns 79.896 ns 80.083 ns]
58572026-04-08T12:12:16.864ZFound 17 outliers among 100 measurements (17.00%)
58582026-04-08T12:12:16.864Z 9 (9.00%) high mild
58592026-04-08T12:12:16.864Z 8 (8.00%) high severe
58602026-04-08T12:12:17.720Z
58612026-04-08T12:12:17.723ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58622026-04-08T12:12:17.724ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58632026-04-08T12:12:21.683ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0087 s (2.7M iterations)
58642026-04-08T12:12:26.854ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58652026-04-08T12:12:26.902Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
58662026-04-08T12:12:26.903Z time: [307.94 ns 310.75 ns 314.38 ns]
58672026-04-08T12:12:26.903ZFound 13 outliers among 100 measurements (13.00%)
58682026-04-08T12:12:26.903Z 6 (6.00%) high mild
58692026-04-08T12:12:26.903Z 7 (7.00%) high severe
58702026-04-08T12:12:27.756Z
58712026-04-08T12:12:27.759ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58722026-04-08T12:12:27.759ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58732026-04-08T12:12:33.822ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0028 s (6.9M iterations)
58742026-04-08T12:12:37.513ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58752026-04-08T12:12:37.564Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58762026-04-08T12:12:37.564Z time: [99.056 ns 99.502 ns 100.02 ns]
58772026-04-08T12:12:37.564ZFound 2 outliers among 100 measurements (2.00%)
58782026-04-08T12:12:37.565Z 1 (1.00%) high mild
58792026-04-08T12:12:37.565Z 1 (1.00%) high severe
58802026-04-08T12:12:38.418Z
58812026-04-08T12:12:38.421ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58822026-04-08T12:12:38.421ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58832026-04-08T12:12:44.426ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0045 s (3.5M iterations)
58842026-04-08T12:12:49.079ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
58852026-04-08T12:12:49.129Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
58862026-04-08T12:12:49.129Z time: [239.37 ns 240.88 ns 242.77 ns]
58872026-04-08T12:12:49.129ZFound 13 outliers among 100 measurements (13.00%)
58882026-04-08T12:12:49.129Z 5 (5.00%) high mild
58892026-04-08T12:12:49.129Z 8 (8.00%) high severe
58902026-04-08T12:12:49.982Z
58912026-04-08T12:12:49.985ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58922026-04-08T12:12:49.985ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58932026-04-08T12:12:54.204ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0010 s (5.0M iterations)
58942026-04-08T12:12:58.713ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58952026-04-08T12:12:58.763Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
58962026-04-08T12:12:58.763Z time: [118.06 ns 118.56 ns 119.11 ns]
58972026-04-08T12:12:58.763ZFound 3 outliers among 100 measurements (3.00%)
58982026-04-08T12:12:58.763Z 2 (2.00%) high mild
58992026-04-08T12:12:58.763Z 1 (1.00%) high severe
59002026-04-08T12:12:59.624Z
59012026-04-08T12:12:59.627ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59022026-04-08T12:12:59.627ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59032026-04-08T12:13:03.984ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0073 s (2.4M iterations)
59042026-04-08T12:13:09.025ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59052026-04-08T12:13:09.075Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59062026-04-08T12:13:09.075Z time: [269.05 ns 271.13 ns 273.74 ns]
59072026-04-08T12:13:09.075ZFound 12 outliers among 100 measurements (12.00%)
59082026-04-08T12:13:09.075Z 4 (4.00%) high mild
59092026-04-08T12:13:09.075Z 8 (8.00%) high severe
59102026-04-08T12:13:09.931Z
59112026-04-08T12:13:09.934ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59122026-04-08T12:13:09.934ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59132026-04-08T12:13:13.132ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0005 s (13M iterations)
59142026-04-08T12:13:17.264ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
59152026-04-08T12:13:17.314Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59162026-04-08T12:13:17.314Z time: [60.622 ns 60.758 ns 60.913 ns]
59172026-04-08T12:13:17.314ZFound 17 outliers among 100 measurements (17.00%)
59182026-04-08T12:13:17.314Z 17 (17.00%) high severe
59192026-04-08T12:13:18.170Z
59202026-04-08T12:13:18.173ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59212026-04-08T12:13:18.173ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59222026-04-08T12:13:22.986ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0037 s (4.4M iterations)
59232026-04-08T12:13:28.037ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
59242026-04-08T12:13:28.087Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
59252026-04-08T12:13:28.087Z time: [250.64 ns 252.38 ns 254.64 ns]
59262026-04-08T12:13:28.087ZFound 12 outliers among 100 measurements (12.00%)
59272026-04-08T12:13:28.087Z 4 (4.00%) high mild
59282026-04-08T12:13:28.087Z 8 (8.00%) high severe
59292026-04-08T12:13:28.945Z
59302026-04-08T12:13:28.948ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59312026-04-08T12:13:28.948ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59322026-04-08T12:13:34.977ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0004 s (7.0M iterations)
59332026-04-08T12:13:39.658ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59342026-04-08T12:13:39.708Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59352026-04-08T12:13:39.708Z time: [78.753 ns 78.909 ns 79.077 ns]
59362026-04-08T12:13:39.708ZFound 17 outliers among 100 measurements (17.00%)
59372026-04-08T12:13:39.708Z 9 (9.00%) high mild
59382026-04-08T12:13:39.708Z 8 (8.00%) high severe
59392026-04-08T12:13:40.568Z
59402026-04-08T12:13:40.573ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59412026-04-08T12:13:40.573ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59422026-04-08T12:13:44.451ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0012 s (2.7M iterations)
59432026-04-08T12:13:49.606ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59442026-04-08T12:13:49.656Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
59452026-04-08T12:13:49.656Z time: [284.65 ns 287.30 ns 290.75 ns]
59462026-04-08T12:13:49.656ZFound 13 outliers among 100 measurements (13.00%)
59472026-04-08T12:13:49.656Z 6 (6.00%) high mild
59482026-04-08T12:13:49.656Z 7 (7.00%) high severe
59492026-04-08T12:13:50.510Z
59502026-04-08T12:13:50.514ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59512026-04-08T12:13:50.514ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59522026-04-08T12:13:56.485ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0021 s (7.0M iterations)
59532026-04-08T12:14:00.203ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59542026-04-08T12:14:00.253Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59552026-04-08T12:14:00.253Z time: [98.589 ns 98.997 ns 99.475 ns]
59562026-04-08T12:14:00.253ZFound 2 outliers among 100 measurements (2.00%)
59572026-04-08T12:14:00.254Z 2 (2.00%) high mild
59582026-04-08T12:14:01.111Z
59592026-04-08T12:14:01.114ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59602026-04-08T12:14:01.114ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59612026-04-08T12:14:06.953ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0002 s (3.6M iterations)
59622026-04-08T12:14:11.615ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
59632026-04-08T12:14:11.665Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
59642026-04-08T12:14:11.665Z time: [215.02 ns 216.29 ns 217.91 ns]
59652026-04-08T12:14:11.665ZFound 12 outliers among 100 measurements (12.00%)
59662026-04-08T12:14:11.665Z 4 (4.00%) high mild
59672026-04-08T12:14:11.665Z 8 (8.00%) high severe
59682026-04-08T12:14:12.521Z
59692026-04-08T12:14:12.524ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59702026-04-08T12:14:12.524ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59712026-04-08T12:14:16.741ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0041 s (5.0M iterations)
59722026-04-08T12:14:21.209ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59732026-04-08T12:14:21.259Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59742026-04-08T12:14:21.259Z time: [117.47 ns 117.96 ns 118.50 ns]
59752026-04-08T12:14:21.259ZFound 3 outliers among 100 measurements (3.00%)
59762026-04-08T12:14:21.259Z 2 (2.00%) high mild
59772026-04-08T12:14:21.259Z 1 (1.00%) high severe
59782026-04-08T12:14:22.128Z
59792026-04-08T12:14:22.131ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59802026-04-08T12:14:22.131ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59812026-04-08T12:14:26.410ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0003 s (2.4M iterations)
59822026-04-08T12:14:31.421ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
59832026-04-08T12:14:31.470Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
59842026-04-08T12:14:31.470Z time: [243.02 ns 244.86 ns 247.23 ns]
59852026-04-08T12:14:31.473ZFound 12 outliers among 100 measurements (12.00%)
59862026-04-08T12:14:31.473Z 4 (4.00%) high mild
59872026-04-08T12:14:31.474Z 8 (8.00%) high severe
59882026-04-08T12:14:32.331Z
59892026-04-08T12:14:32.334ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59902026-04-08T12:14:32.334ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59912026-04-08T12:14:35.778ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (12M iterations)
59922026-04-08T12:14:40.023ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59932026-04-08T12:14:40.072Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59942026-04-08T12:14:40.072Z time: [60.885 ns 61.042 ns 61.225 ns]
59952026-04-08T12:14:40.072ZFound 17 outliers among 100 measurements (17.00%)
59962026-04-08T12:14:40.072Z 17 (17.00%) high severe
59972026-04-08T12:14:40.935Z
59982026-04-08T12:14:40.938ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
59992026-04-08T12:14:40.938ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
60002026-04-08T12:14:46.186ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0000 s (4.0M iterations)
60012026-04-08T12:14:51.256ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60022026-04-08T12:14:51.305Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
60032026-04-08T12:14:51.305Z time: [270.08 ns 272.27 ns 275.13 ns]
60042026-04-08T12:14:51.305ZFound 12 outliers among 100 measurements (12.00%)
60052026-04-08T12:14:51.305Z 5 (5.00%) high mild
60062026-04-08T12:14:51.306Z 7 (7.00%) high severe
60072026-04-08T12:14:52.159Z
60082026-04-08T12:14:52.162ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60092026-04-08T12:14:52.162ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60102026-04-08T12:14:55.226ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0001 s (6.8M iterations)
60112026-04-08T12:15:00.090ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60122026-04-08T12:15:00.140Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60132026-04-08T12:15:00.140Z time: [79.412 ns 79.605 ns 79.812 ns]
60142026-04-08T12:15:00.140ZFound 17 outliers among 100 measurements (17.00%)
60152026-04-08T12:15:00.140Z 9 (9.00%) high mild
60162026-04-08T12:15:00.140Z 8 (8.00%) high severe
60172026-04-08T12:15:00.998Z
60182026-04-08T12:15:01.001ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60192026-04-08T12:15:01.001ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60202026-04-08T12:15:05.129ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0035 s (2.5M iterations)
60212026-04-08T12:15:10.357ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60222026-04-08T12:15:10.407Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
60232026-04-08T12:15:10.407Z time: [307.23 ns 310.53 ns 314.81 ns]
60242026-04-08T12:15:10.407ZFound 11 outliers among 100 measurements (11.00%)
60252026-04-08T12:15:10.407Z 4 (4.00%) high mild
60262026-04-08T12:15:10.407Z 7 (7.00%) high severe
60272026-04-08T12:15:11.261Z
60282026-04-08T12:15:11.264ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60292026-04-08T12:15:11.264ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60302026-04-08T12:15:17.553ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0028 s (6.7M iterations)
60312026-04-08T12:15:21.322ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60322026-04-08T12:15:21.373Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60332026-04-08T12:15:21.373Z time: [99.003 ns 99.387 ns 99.863 ns]
60342026-04-08T12:15:21.373ZFound 2 outliers among 100 measurements (2.00%)
60352026-04-08T12:15:21.373Z 2 (2.00%) high mild
60362026-04-08T12:15:22.235Z
60372026-04-08T12:15:22.238ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60382026-04-08T12:15:22.238ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60392026-04-08T12:15:25.270ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0062 s (3.5M iterations)
60402026-04-08T12:15:30.182ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
60412026-04-08T12:15:30.232Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
60422026-04-08T12:15:30.232Z time: [233.28 ns 234.93 ns 237.00 ns]
60432026-04-08T12:15:30.232ZFound 13 outliers among 100 measurements (13.00%)
60442026-04-08T12:15:30.232Z 5 (5.00%) high mild
60452026-04-08T12:15:30.232Z 8 (8.00%) high severe
60462026-04-08T12:15:31.087Z
60472026-04-08T12:15:31.091ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60482026-04-08T12:15:31.091ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60492026-04-08T12:15:35.425ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0022 s (4.8M iterations)
60502026-04-08T12:15:39.977ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60512026-04-08T12:15:40.028Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60522026-04-08T12:15:40.028Z time: [118.07 ns 118.52 ns 119.05 ns]
60532026-04-08T12:15:40.028ZFound 3 outliers among 100 measurements (3.00%)
60542026-04-08T12:15:40.028Z 2 (2.00%) high mild
60552026-04-08T12:15:40.028Z 1 (1.00%) high severe
60562026-04-08T12:15:40.884Z
60572026-04-08T12:15:40.887ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60582026-04-08T12:15:40.887ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60592026-04-08T12:15:45.440ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (2.3M iterations)
60602026-04-08T12:15:50.481ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60612026-04-08T12:15:50.531Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
60622026-04-08T12:15:50.531Z time: [263.92 ns 266.30 ns 269.32 ns]
60632026-04-08T12:15:50.531ZFound 13 outliers among 100 measurements (13.00%)
60642026-04-08T12:15:50.534Z 5 (5.00%) high mild
60652026-04-08T12:15:50.534Z 8 (8.00%) high severe
60662026-04-08T12:15:51.389Z
60672026-04-08T12:15:51.392ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60682026-04-08T12:15:51.392ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60692026-04-08T12:15:54.838ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0020 s (12M iterations)
60702026-04-08T12:15:59.042ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60712026-04-08T12:15:59.092Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60722026-04-08T12:15:59.092Z time: [60.152 ns 60.304 ns 60.479 ns]
60732026-04-08T12:15:59.092ZFound 17 outliers among 100 measurements (17.00%)
60742026-04-08T12:15:59.092Z 17 (17.00%) high severe
60752026-04-08T12:15:59.950Z
60762026-04-08T12:15:59.954ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60772026-04-08T12:15:59.954ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60782026-04-08T12:16:05.076ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0039 s (4.1M iterations)
60792026-04-08T12:16:10.153ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
60802026-04-08T12:16:10.203Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
60812026-04-08T12:16:10.203Z time: [247.63 ns 249.68 ns 252.35 ns]
60822026-04-08T12:16:10.203ZFound 12 outliers among 100 measurements (12.00%)
60832026-04-08T12:16:10.203Z 4 (4.00%) high mild
60842026-04-08T12:16:10.203Z 8 (8.00%) high severe
60852026-04-08T12:16:11.059Z
60862026-04-08T12:16:11.062ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60872026-04-08T12:16:11.062ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60882026-04-08T12:16:17.255ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0009 s (6.8M iterations)
60892026-04-08T12:16:22.027ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60902026-04-08T12:16:22.076Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60912026-04-08T12:16:22.076Z time: [78.416 ns 78.572 ns 78.738 ns]
60922026-04-08T12:16:22.076ZFound 17 outliers among 100 measurements (17.00%)
60932026-04-08T12:16:22.076Z 8 (8.00%) high mild
60942026-04-08T12:16:22.076Z 9 (9.00%) high severe
60952026-04-08T12:16:22.934Z
60962026-04-08T12:16:22.937ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
60972026-04-08T12:16:22.937ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60982026-04-08T12:16:26.950ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0083 s (2.6M iterations)
60992026-04-08T12:16:32.142ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61002026-04-08T12:16:32.191Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
61012026-04-08T12:16:32.191Z time: [281.58 ns 284.63 ns 288.62 ns]
61022026-04-08T12:16:32.191ZFound 11 outliers among 100 measurements (11.00%)
61032026-04-08T12:16:32.192Z 4 (4.00%) high mild
61042026-04-08T12:16:32.192Z 7 (7.00%) high severe
61052026-04-08T12:16:33.046Z
61062026-04-08T12:16:33.049ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61072026-04-08T12:16:33.049ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61082026-04-08T12:16:39.290ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0024 s (6.7M iterations)
61092026-04-08T12:16:43.066ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
61102026-04-08T12:16:43.116Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61112026-04-08T12:16:43.116Z time: [98.487 ns 98.870 ns 99.354 ns]
61122026-04-08T12:16:43.116ZFound 2 outliers among 100 measurements (2.00%)
61132026-04-08T12:16:43.116Z 2 (2.00%) high mild
61142026-04-08T12:16:43.979Z
61152026-04-08T12:16:43.982ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61162026-04-08T12:16:43.982ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61172026-04-08T12:16:50.191ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0023 s (3.4M iterations)
61182026-04-08T12:16:54.870ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
61192026-04-08T12:16:54.920Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
61202026-04-08T12:16:54.920Z time: [208.32 ns 209.81 ns 211.70 ns]
61212026-04-08T12:16:54.920ZFound 13 outliers among 100 measurements (13.00%)
61222026-04-08T12:16:54.920Z 5 (5.00%) high mild
61232026-04-08T12:16:54.920Z 8 (8.00%) high severe
61242026-04-08T12:16:55.773Z
61252026-04-08T12:16:55.776ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61262026-04-08T12:16:55.776ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61272026-04-08T12:17:00.085ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0037 s (4.9M iterations)
61282026-04-08T12:17:04.630ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61292026-04-08T12:17:04.681Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61302026-04-08T12:17:04.681Z time: [117.84 ns 118.29 ns 118.83 ns]
61312026-04-08T12:17:04.681ZFound 2 outliers among 100 measurements (2.00%)
61322026-04-08T12:17:04.681Z 1 (1.00%) high mild
61332026-04-08T12:17:04.681Z 1 (1.00%) high severe
61342026-04-08T12:17:05.539Z
61352026-04-08T12:17:05.543ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61362026-04-08T12:17:05.543ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61372026-04-08T12:17:10.034ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0104 s (2.3M iterations)
61382026-04-08T12:17:15.099ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
61392026-04-08T12:17:15.148Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
61402026-04-08T12:17:15.148Z time: [237.31 ns 239.43 ns 242.16 ns]
61412026-04-08T12:17:15.148ZFound 12 outliers among 100 measurements (12.00%)
61422026-04-08T12:17:15.148Z 4 (4.00%) high mild
61432026-04-08T12:17:15.148Z 8 (8.00%) high severe
61442026-04-08T12:17:16.007Z
61452026-04-08T12:17:16.010ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
61462026-04-08T12:17:16.010ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
61472026-04-08T12:17:16.010ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0893 ms (660 iterations)
61482026-04-08T12:17:16.010ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
61492026-04-08T12:17:16.010Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
61502026-04-08T12:17:16.010Z time: [18.000 18.000 18.000 ]
61512026-04-08T12:17:16.010Z
61522026-04-08T12:17:16.011ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
61532026-04-08T12:17:16.011ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
61542026-04-08T12:17:16.011ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0047 ms (715 iterations)
61552026-04-08T12:17:16.011ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
61562026-04-08T12:17:16.011Zprocess/Hairpin-DHCPv4/alloc_ct/Request
61572026-04-08T12:17:16.011Z time: [18.000 18.000 18.000 ]
61582026-04-08T12:17:16.011Z
61592026-04-08T12:17:16.011ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
61602026-04-08T12:17:16.012ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
61612026-04-08T12:17:16.012ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.1038 ms (550 iterations)
61622026-04-08T12:17:16.012ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
61632026-04-08T12:17:16.012Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
61642026-04-08T12:17:16.012Z time: [20.000 20.000 20.000 ]
61652026-04-08T12:17:16.012Z
61662026-04-08T12:17:16.012ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
61672026-04-08T12:17:16.012ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
61682026-04-08T12:17:16.012ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.1022 ms (550 iterations)
61692026-04-08T12:17:16.012ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
61702026-04-08T12:17:16.012Zprocess/Hairpin-DHCPv6/alloc_ct/Request
61712026-04-08T12:17:16.012Z time: [21.000 21.000 21.000 ]
61722026-04-08T12:17:16.012Z
61732026-04-08T12:17:16.012ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
61742026-04-08T12:17:16.012ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
61752026-04-08T12:17:16.012ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0280 ms (825 iterations)
61762026-04-08T12:17:16.012ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
61772026-04-08T12:17:16.015Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
61782026-04-08T12:17:16.015Z time: [13.000 13.000 13.000 ]
61792026-04-08T12:17:16.015Z
61802026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
61812026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
61822026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0256 ms (715 iterations)
61832026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
61842026-04-08T12:17:16.015Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
61852026-04-08T12:17:16.015Z time: [12.000 12.000 12.000 ]
61862026-04-08T12:17:16.015Z
61872026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61882026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
61892026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0640 ms (715 iterations)
61902026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
61912026-04-08T12:17:16.015Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
61922026-04-08T12:17:16.015Z time: [14.000 14.000 14.000 ]
61932026-04-08T12:17:16.015Z
61942026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61952026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
61962026-04-08T12:17:16.015ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0293 ms (715 iterations)
61972026-04-08T12:17:16.018ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
61982026-04-08T12:17:16.018Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
61992026-04-08T12:17:16.018Z time: [14.000 14.000 14.000 ]
62002026-04-08T12:17:16.018Z
62012026-04-08T12:17:16.019ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
62022026-04-08T12:17:16.019ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
62032026-04-08T12:17:16.019ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0677 ms (660 iterations)
62042026-04-08T12:17:16.019ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
62052026-04-08T12:17:16.019Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
62062026-04-08T12:17:16.019Z time: [3.0000 3.0000 3.0000 ]
62072026-04-08T12:17:16.019Z
62082026-04-08T12:17:16.019ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
62092026-04-08T12:17:16.019ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
62102026-04-08T12:17:16.019ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0001 ms (495 iterations)
62112026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
62122026-04-08T12:17:16.023Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
62132026-04-08T12:17:16.023Z time: [3.0000 3.0000 3.0000 ]
62142026-04-08T12:17:16.023Z
62152026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
62162026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
62172026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0285 ms (605 iterations)
62182026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
62192026-04-08T12:17:16.023ZCriterion.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.
62202026-04-08T12:17:16.023Z
62212026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
62222026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
62232026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0590 ms (495 iterations)
62242026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
62252026-04-08T12:17:16.023ZCriterion.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.
62262026-04-08T12:17:16.023Z
62272026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
62282026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
62292026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0214 ms (880 iterations)
62302026-04-08T12:17:16.023ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
62312026-04-08T12:17:16.027Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
62322026-04-08T12:17:16.027Z time: [3.0000 3.0000 3.0000 ]
62332026-04-08T12:17:16.027Z
62342026-04-08T12:17:16.027ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
62352026-04-08T12:17:16.027ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
62362026-04-08T12:17:16.027ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0718 ms (550 iterations)
62372026-04-08T12:17:16.027ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
62382026-04-08T12:17:16.027Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
62392026-04-08T12:17:16.027Z time: [3.0000 3.0000 3.0000 ]
62402026-04-08T12:17:16.027Z
62412026-04-08T12:17:16.027ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
62422026-04-08T12:17:16.028ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
62432026-04-08T12:17:16.028ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0736 ms (770 iterations)
62442026-04-08T12:17:16.028ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
62452026-04-08T12:17:16.028ZCriterion.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.
62462026-04-08T12:17:16.028Z
62472026-04-08T12:17:16.028ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
62482026-04-08T12:17:16.028ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
62492026-04-08T12:17:16.028ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0344 ms (495 iterations)
62502026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
62512026-04-08T12:17:16.031ZCriterion.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.
62522026-04-08T12:17:16.031Z
62532026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62542026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
62552026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0652 ms (825 iterations)
62562026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
62572026-04-08T12:17:16.031Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
62582026-04-08T12:17:16.031Z time: [3.0000 3.0000 3.0000 ]
62592026-04-08T12:17:16.031Z
62602026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62612026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
62622026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0353 ms (495 iterations)
62632026-04-08T12:17:16.031ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
62642026-04-08T12:17:16.034Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
62652026-04-08T12:17:16.034Z time: [3.0000 3.0000 3.0000 ]
62662026-04-08T12:17:16.034Z
62672026-04-08T12:17:16.034ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
62682026-04-08T12:17:16.034ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
62692026-04-08T12:17:16.034ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0137 ms (605 iterations)
62702026-04-08T12:17:16.034ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
62712026-04-08T12:17:16.034ZCriterion.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.
62722026-04-08T12:17:16.034Z
62732026-04-08T12:17:16.034ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
62742026-04-08T12:17:16.034ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
62752026-04-08T12:17:16.035ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1063 ms (495 iterations)
62762026-04-08T12:17:16.035ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
62772026-04-08T12:17:16.035ZCriterion.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.
62782026-04-08T12:17:16.035Z
62792026-04-08T12:17:16.035ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62802026-04-08T12:17:16.035ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
62812026-04-08T12:17:16.035ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0016 ms (825 iterations)
62822026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
62832026-04-08T12:17:16.038Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
62842026-04-08T12:17:16.038Z time: [3.0000 3.0000 3.0000 ]
62852026-04-08T12:17:16.038Z
62862026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62872026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
62882026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1101 ms (550 iterations)
62892026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
62902026-04-08T12:17:16.038Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
62912026-04-08T12:17:16.038Z time: [3.0000 3.0000 3.0000 ]
62922026-04-08T12:17:16.038Z
62932026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
62942026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
62952026-04-08T12:17:16.038ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0570 ms (660 iterations)
62962026-04-08T12:17:16.041ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
62972026-04-08T12:17:16.041ZCriterion.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.
62982026-04-08T12:17:16.041Z
62992026-04-08T12:17:16.041ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
63002026-04-08T12:17:16.041ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
63012026-04-08T12:17:16.041ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1034 ms (495 iterations)
63022026-04-08T12:17:16.041ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
63032026-04-08T12:17:16.041ZCriterion.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.
63042026-04-08T12:17:16.041Z
63052026-04-08T12:17:16.041ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
63062026-04-08T12:17:16.041ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
63072026-04-08T12:17:16.041ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1138 ms (330 iterations)
63082026-04-08T12:17:16.041ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
63092026-04-08T12:17:16.041Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
63102026-04-08T12:17:16.041Z time: [35.000 35.000 35.000 ]
63112026-04-08T12:17:16.045Z
63122026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
63132026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
63142026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1330 ms (275 iterations)
63152026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
63162026-04-08T12:17:16.045Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
63172026-04-08T12:17:16.045Z time: [35.000 35.000 35.000 ]
63182026-04-08T12:17:16.045Z
63192026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
63202026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
63212026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0500 ms (385 iterations)
63222026-04-08T12:17:16.045ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
63232026-04-08T12:17:16.048Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
63242026-04-08T12:17:16.048Z time: [20.000 20.000 20.000 ]
63252026-04-08T12:17:16.048Z
63262026-04-08T12:17:16.048ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63272026-04-08T12:17:16.048ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63282026-04-08T12:17:16.049ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0027 ms (275 iterations)
63292026-04-08T12:17:16.049ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63302026-04-08T12:17:16.049Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
63312026-04-08T12:17:16.049Z time: [20.000 20.000 20.000 ]
63322026-04-08T12:17:16.049Z
63332026-04-08T12:17:16.049ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63342026-04-08T12:17:16.049ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
63352026-04-08T12:17:16.049ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0712 ms (330 iterations)
63362026-04-08T12:17:16.049ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
63372026-04-08T12:17:16.049Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
63382026-04-08T12:17:16.049Z time: [35.000 35.000 35.000 ]
63392026-04-08T12:17:16.052Z
63402026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63412026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
63422026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0532 ms (275 iterations)
63432026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
63442026-04-08T12:17:16.052Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
63452026-04-08T12:17:16.052Z time: [35.000 35.000 35.000 ]
63462026-04-08T12:17:16.052Z
63472026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63482026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
63492026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0628 ms (385 iterations)
63502026-04-08T12:17:16.052ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
63512026-04-08T12:17:16.055Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
63522026-04-08T12:17:16.055Z time: [20.000 20.000 20.000 ]
63532026-04-08T12:17:16.055Z
63542026-04-08T12:17:16.055ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63552026-04-08T12:17:16.055ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
63562026-04-08T12:17:16.055ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0975 ms (330 iterations)
63572026-04-08T12:17:16.055ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
63582026-04-08T12:17:16.055Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
63592026-04-08T12:17:16.055Z time: [20.000 20.000 20.000 ]
63602026-04-08T12:17:16.055Z
63612026-04-08T12:17:16.055ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63622026-04-08T12:17:16.055ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
63632026-04-08T12:17:16.055ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1844 ms (330 iterations)
63642026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
63652026-04-08T12:17:16.060Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
63662026-04-08T12:17:16.060Z time: [35.000 35.000 35.000 ]
63672026-04-08T12:17:16.060Z
63682026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63692026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
63702026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2139 ms (275 iterations)
63712026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
63722026-04-08T12:17:16.060Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
63732026-04-08T12:17:16.060Z time: [35.000 35.000 35.000 ]
63742026-04-08T12:17:16.060Z
63752026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63762026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
63772026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1094 ms (385 iterations)
63782026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
63792026-04-08T12:17:16.060Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
63802026-04-08T12:17:16.060Z time: [20.000 20.000 20.000 ]
63812026-04-08T12:17:16.060Z
63822026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
63832026-04-08T12:17:16.060ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
63842026-04-08T12:17:16.063ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0172 ms (275 iterations)
63852026-04-08T12:17:16.063ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
63862026-04-08T12:17:16.063Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
63872026-04-08T12:17:16.063Z time: [20.000 20.000 20.000 ]
63882026-04-08T12:17:16.063Z
63892026-04-08T12:17:16.064ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
63902026-04-08T12:17:16.064ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
63912026-04-08T12:17:16.064ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1401 ms (330 iterations)
63922026-04-08T12:17:16.064ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
63932026-04-08T12:17:16.064Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
63942026-04-08T12:17:16.064Z time: [35.000 35.000 35.000 ]
63952026-04-08T12:17:16.064Z
63962026-04-08T12:17:16.064ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
63972026-04-08T12:17:16.064ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
63982026-04-08T12:17:16.064ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1394 ms (275 iterations)
63992026-04-08T12:17:16.067ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
64002026-04-08T12:17:16.067Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
64012026-04-08T12:17:16.067Z time: [35.000 35.000 35.000 ]
64022026-04-08T12:17:16.067Z
64032026-04-08T12:17:16.067ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64042026-04-08T12:17:16.067ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64052026-04-08T12:17:16.067ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0676 ms (385 iterations)
64062026-04-08T12:17:16.067ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64072026-04-08T12:17:16.067Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
64082026-04-08T12:17:16.067Z time: [20.000 20.000 20.000 ]
64092026-04-08T12:17:16.067Z
64102026-04-08T12:17:16.067ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64112026-04-08T12:17:16.067ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64122026-04-08T12:17:16.070ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1654 ms (330 iterations)
64132026-04-08T12:17:16.070ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64142026-04-08T12:17:16.070Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
64152026-04-08T12:17:16.070Z time: [20.000 20.000 20.000 ]
64162026-04-08T12:17:16.070Z
64172026-04-08T12:17:16.070ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
64182026-04-08T12:17:16.071ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
64192026-04-08T12:17:16.071ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0375 ms (715 iterations)
64202026-04-08T12:17:16.071ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
64212026-04-08T12:17:16.074Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
64222026-04-08T12:17:16.074Z time: [3924.0 B 3924.0 B 3924.0 B]
64232026-04-08T12:17:16.074Z
64242026-04-08T12:17:16.074ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
64252026-04-08T12:17:16.074ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
64262026-04-08T12:17:16.074ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0214 ms (715 iterations)
64272026-04-08T12:17:16.074ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
64282026-04-08T12:17:16.074Zprocess/Hairpin-DHCPv4/alloc_sz/Request
64292026-04-08T12:17:16.074Z time: [3924.0 B 3924.0 B 3924.0 B]
64302026-04-08T12:17:16.074Z
64312026-04-08T12:17:16.074ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
64322026-04-08T12:17:16.074ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
64332026-04-08T12:17:16.074ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0536 ms (550 iterations)
64342026-04-08T12:17:16.077ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
64352026-04-08T12:17:16.077Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
64362026-04-08T12:17:16.077Z time: [3988.0 B 3988.0 B 3988.0 B]
64372026-04-08T12:17:16.077Z
64382026-04-08T12:17:16.077ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
64392026-04-08T12:17:16.077ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
64402026-04-08T12:17:16.077ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.1036 ms (550 iterations)
64412026-04-08T12:17:16.077ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
64422026-04-08T12:17:16.077Zprocess/Hairpin-DHCPv6/alloc_sz/Request
64432026-04-08T12:17:16.077Z time: [4386.0 B 4386.0 B 4386.0 B]
64442026-04-08T12:17:16.077Z
64452026-04-08T12:17:16.077ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
64462026-04-08T12:17:16.077ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
64472026-04-08T12:17:16.077ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0256 ms (825 iterations)
64482026-04-08T12:17:16.080ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
64492026-04-08T12:17:16.080Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
64502026-04-08T12:17:16.080Z time: [2888.0 B 2888.0 B 2888.0 B]
64512026-04-08T12:17:16.080Z
64522026-04-08T12:17:16.080ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
64532026-04-08T12:17:16.080ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
64542026-04-08T12:17:16.080ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0100 ms (715 iterations)
64552026-04-08T12:17:16.080ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
64562026-04-08T12:17:16.080Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
64572026-04-08T12:17:16.081Z time: [2873.0 B 2873.0 B 2873.0 B]
64582026-04-08T12:17:16.081Z
64592026-04-08T12:17:16.081ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64602026-04-08T12:17:16.081ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
64612026-04-08T12:17:16.081ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0333 ms (715 iterations)
64622026-04-08T12:17:16.083ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
64632026-04-08T12:17:16.083Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
64642026-04-08T12:17:16.083Z time: [2926.0 B 2926.0 B 2926.0 B]
64652026-04-08T12:17:16.084Z
64662026-04-08T12:17:16.084ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64672026-04-08T12:17:16.084ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
64682026-04-08T12:17:16.084ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0768 ms (770 iterations)
64692026-04-08T12:17:16.084ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
64702026-04-08T12:17:16.084Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
64712026-04-08T12:17:16.084Z time: [2910.0 B 2910.0 B 2910.0 B]
64722026-04-08T12:17:16.084Z
64732026-04-08T12:17:16.084ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
64742026-04-08T12:17:16.084ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64752026-04-08T12:17:16.084ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0474 ms (825 iterations)
64762026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
64772026-04-08T12:17:16.087Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
64782026-04-08T12:17:16.087Z time: [264.00 B 264.00 B 264.00 B]
64792026-04-08T12:17:16.087Z
64802026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
64812026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
64822026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1042 ms (550 iterations)
64832026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
64842026-04-08T12:17:16.087Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
64852026-04-08T12:17:16.087Z time: [264.00 B 264.00 B 264.00 B]
64862026-04-08T12:17:16.087Z
64872026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
64882026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
64892026-04-08T12:17:16.087ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0037 ms (715 iterations)
64902026-04-08T12:17:16.090ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
64912026-04-08T12:17:16.090ZCriterion.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.
64922026-04-08T12:17:16.091Z
64932026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
64942026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
64952026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0572 ms (495 iterations)
64962026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
64972026-04-08T12:17:16.091ZCriterion.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.
64982026-04-08T12:17:16.091Z
64992026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65002026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
65012026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0541 ms (880 iterations)
65022026-04-08T12:17:16.091ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
65032026-04-08T12:17:16.094Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
65042026-04-08T12:17:16.094Z time: [264.00 B 264.00 B 264.00 B]
65052026-04-08T12:17:16.094Z
65062026-04-08T12:17:16.094ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65072026-04-08T12:17:16.094ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65082026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0590 ms (550 iterations)
65092026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
65102026-04-08T12:17:16.095Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
65112026-04-08T12:17:16.095Z time: [264.00 B 264.00 B 264.00 B]
65122026-04-08T12:17:16.095Z
65132026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
65142026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
65152026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0233 ms (770 iterations)
65162026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
65172026-04-08T12:17:16.095ZCriterion.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.
65182026-04-08T12:17:16.095Z
65192026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
65202026-04-08T12:17:16.095ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
65212026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0274 ms (495 iterations)
65222026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
65232026-04-08T12:17:16.098ZCriterion.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.
65242026-04-08T12:17:16.098Z
65252026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65262026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65272026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0510 ms (825 iterations)
65282026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
65292026-04-08T12:17:16.098Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
65302026-04-08T12:17:16.098Z time: [264.00 B 264.00 B 264.00 B]
65312026-04-08T12:17:16.098Z
65322026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65332026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65342026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0366 ms (495 iterations)
65352026-04-08T12:17:16.098ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
65362026-04-08T12:17:16.101Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
65372026-04-08T12:17:16.102Z time: [264.00 B 264.00 B 264.00 B]
65382026-04-08T12:17:16.102Z
65392026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
65402026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
65412026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0460 ms (715 iterations)
65422026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
65432026-04-08T12:17:16.102ZCriterion.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.
65442026-04-08T12:17:16.102Z
65452026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
65462026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65472026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0981 ms (495 iterations)
65482026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
65492026-04-08T12:17:16.102ZCriterion.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.
65502026-04-08T12:17:16.102Z
65512026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65522026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
65532026-04-08T12:17:16.102ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0640 ms (880 iterations)
65542026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
65552026-04-08T12:17:16.105Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
65562026-04-08T12:17:16.105Z time: [264.00 B 264.00 B 264.00 B]
65572026-04-08T12:17:16.105Z
65582026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65592026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
65602026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0006 ms (495 iterations)
65612026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
65622026-04-08T12:17:16.105Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
65632026-04-08T12:17:16.105Z time: [264.00 B 264.00 B 264.00 B]
65642026-04-08T12:17:16.105Z
65652026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
65662026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
65672026-04-08T12:17:16.105ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0720 ms (770 iterations)
65682026-04-08T12:17:16.109ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
65692026-04-08T12:17:16.109ZCriterion.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.
65702026-04-08T12:17:16.109Z
65712026-04-08T12:17:16.109ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
65722026-04-08T12:17:16.109ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
65732026-04-08T12:17:16.109ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0628 ms (495 iterations)
65742026-04-08T12:17:16.109ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
65752026-04-08T12:17:16.109ZCriterion.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.
65762026-04-08T12:17:16.109Z
65772026-04-08T12:17:16.109ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
65782026-04-08T12:17:16.109ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
65792026-04-08T12:17:16.109ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0972 ms (330 iterations)
65802026-04-08T12:17:16.109ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
65812026-04-08T12:17:16.113Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
65822026-04-08T12:17:16.113Z time: [7363.0 B 7363.0 B 7363.0 B]
65832026-04-08T12:17:16.113Z
65842026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
65852026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65862026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1012 ms (275 iterations)
65872026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
65882026-04-08T12:17:16.113Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
65892026-04-08T12:17:16.113Z time: [7363.0 B 7363.0 B 7363.0 B]
65902026-04-08T12:17:16.113Z
65912026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
65922026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
65932026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0537 ms (385 iterations)
65942026-04-08T12:17:16.113ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
65952026-04-08T12:17:16.118Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
65962026-04-08T12:17:16.118Z time: [5872.0 B 5872.0 B 5872.0 B]
65972026-04-08T12:17:16.118Z
65982026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
65992026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66002026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1374 ms (330 iterations)
66012026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
66022026-04-08T12:17:16.118Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
66032026-04-08T12:17:16.118Z time: [5872.0 B 5872.0 B 5872.0 B]
66042026-04-08T12:17:16.118Z
66052026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66062026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
66072026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1240 ms (330 iterations)
66082026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
66092026-04-08T12:17:16.118Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
66102026-04-08T12:17:16.118Z time: [7363.0 B 7363.0 B 7363.0 B]
66112026-04-08T12:17:16.118Z
66122026-04-08T12:17:16.118ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66132026-04-08T12:17:16.119ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66142026-04-08T12:17:16.119ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0491 ms (275 iterations)
66152026-04-08T12:17:16.119ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
66162026-04-08T12:17:16.119Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
66172026-04-08T12:17:16.119Z time: [7363.0 B 7363.0 B 7363.0 B]
66182026-04-08T12:17:16.119Z
66192026-04-08T12:17:16.119ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66202026-04-08T12:17:16.119ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
66212026-04-08T12:17:16.119ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1270 ms (440 iterations)
66222026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
66232026-04-08T12:17:16.122Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
66242026-04-08T12:17:16.122Z time: [5872.0 B 5872.0 B 5872.0 B]
66252026-04-08T12:17:16.122Z
66262026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66272026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
66282026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0955 ms (330 iterations)
66292026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
66302026-04-08T12:17:16.122Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
66312026-04-08T12:17:16.122Z time: [5872.0 B 5872.0 B 5872.0 B]
66322026-04-08T12:17:16.122Z
66332026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66342026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66352026-04-08T12:17:16.122ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1750 ms (330 iterations)
66362026-04-08T12:17:16.125ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
66372026-04-08T12:17:16.125Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
66382026-04-08T12:17:16.125Z time: [7363.0 B 7363.0 B 7363.0 B]
66392026-04-08T12:17:16.125Z
66402026-04-08T12:17:16.125ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
66412026-04-08T12:17:16.125ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66422026-04-08T12:17:16.125ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1708 ms (275 iterations)
66432026-04-08T12:17:16.125ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
66442026-04-08T12:17:16.125Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
66452026-04-08T12:17:16.125Z time: [7363.0 B 7363.0 B 7363.0 B]
66462026-04-08T12:17:16.125Z
66472026-04-08T12:17:16.125ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
66482026-04-08T12:17:16.125ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
66492026-04-08T12:17:16.128ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0933 ms (385 iterations)
66502026-04-08T12:17:16.128ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
66512026-04-08T12:17:16.128Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
66522026-04-08T12:17:16.128Z time: [5872.0 B 5872.0 B 5872.0 B]
66532026-04-08T12:17:16.128Z
66542026-04-08T12:17:16.128ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
66552026-04-08T12:17:16.128ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
66562026-04-08T12:17:16.129ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1922 ms (330 iterations)
66572026-04-08T12:17:16.129ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
66582026-04-08T12:17:16.131Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
66592026-04-08T12:17:16.131Z time: [5872.0 B 5872.0 B 5872.0 B]
66602026-04-08T12:17:16.131Z
66612026-04-08T12:17:16.132ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
66622026-04-08T12:17:16.132ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
66632026-04-08T12:17:16.132ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1703 ms (330 iterations)
66642026-04-08T12:17:16.132ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
66652026-04-08T12:17:16.132Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
66662026-04-08T12:17:16.132Z time: [7363.0 B 7363.0 B 7363.0 B]
66672026-04-08T12:17:16.132Z
66682026-04-08T12:17:16.132ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
66692026-04-08T12:17:16.132ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66702026-04-08T12:17:16.132ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1280 ms (275 iterations)
66712026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
66722026-04-08T12:17:16.135Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
66732026-04-08T12:17:16.135Z time: [7363.0 B 7363.0 B 7363.0 B]
66742026-04-08T12:17:16.135Z
66752026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
66762026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
66772026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0666 ms (385 iterations)
66782026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
66792026-04-08T12:17:16.135Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
66802026-04-08T12:17:16.135Z time: [5872.0 B 5872.0 B 5872.0 B]
66812026-04-08T12:17:16.135Z
66822026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
66832026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
66842026-04-08T12:17:16.135ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1522 ms (330 iterations)
66852026-04-08T12:17:16.138ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
66862026-04-08T12:17:16.138Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
66872026-04-08T12:17:16.139Z time: [5872.0 B 5872.0 B 5872.0 B]
66882026-04-08T12:17:16.139Z
66892026-04-08T12:17:16.168Z+ cp -r target/criterion /work/bench-results
66902026-04-08T12:17:16.245Z+ cp -r target/xde-bench /work/bench-results
66912026-04-08T12:17:16.280Z+ pushd /work
66922026-04-08T12:17:16.280Z/work /work/oxidecomputer/opte
66932026-04-08T12:17:16.280Z+ tar -caf bench-results.tgz bench-results
66942026-04-08T12:17:16.657Z+ popd
66952026-04-08T12:17:16.657Z/work/oxidecomputer/opte
66962026-04-08T12:17:16.661Z+ cleanup
66972026-04-08T12:17:16.661Z++ id -un
66982026-04-08T12:17:16.664Z++ id -gn
66992026-04-08T12:17:16.664Z+ pfexec chown -R build:build .
67002026-04-08T12:17:16.719Z+ [[ -z 01KNPEG9JA0XRW887M5DVFZ5HJ ]]
67012026-04-08T12:17:16.722Zprocess exited: duration 1567460 ms, exit code 0
 
67022026-04-08T12:17:16.734Zfound 1 output files
67032026-04-08T12:17:16.734Zuploading: /work/bench-results.tgz (3409654 bytes)
67042026-04-08T12:17:17.768Zuploaded: /work/bench-results.tgz