01KMPQ0FWS67G6VCZZ50SAY9V0: 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: 01KMPQ1A7CNHP0Q88582R21D8D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:25:32.218Zjob dependencies complete; ready to run (waiting for 28 m 0 s)
22026-03-27T04:26:14.361Zjob assigned to worker 01KMPRMN4DZ21Z9KW4QQPBNECM [factory aws, i-0081971615ef9f340] (queued for 42 s)
32026-03-27T04:26:21.555Zdownloading input: /input/xde/work/debug/xde.dbg
42026-03-27T04:26:22.491Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-03-27T04:26:22.491Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-03-27T04:26:22.519Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-03-27T04:26:22.522Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-03-27T04:26:22.614Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-03-27T04:26:22.618Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-03-27T04:26:22.640Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-03-27T04:26:22.646Zdownloading input: /input/xde/work/release/xde
122026-03-27T04:26:23.177Zdownloaded input: /input/xde/work/release/xde
132026-03-27T04:26:23.180Zdownloading input: /input/xde/work/release/xde.sha256
142026-03-27T04:26:23.205Zdownloaded input: /input/xde/work/release/xde.sha256
152026-03-27T04:26:23.208Zdownloading input: /input/xde/work/release/xde_link.so
162026-03-27T04:26:23.344Zdownloaded input: /input/xde/work/release/xde_link.so
172026-03-27T04:26:23.344Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-03-27T04:26:23.373Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-03-27T04:26:23.376Zdownloading input: /input/xde/work/test/loopback
202026-03-27T04:26:23.916Zdownloaded input: /input/xde/work/test/loopback
212026-03-27T04:26:23.919Zdownloading input: /input/xde/work/test/multicast_rx
222026-03-27T04:26:24.439Zdownloaded input: /input/xde/work/test/multicast_rx
232026-03-27T04:26:24.443Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-03-27T04:26:25.064Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-03-27T04:26:25.067Zdownloading input: /input/xde/work/test/multicast_validation
262026-03-27T04:26:26.026Zdownloaded input: /input/xde/work/test/multicast_validation
272026-03-27T04:26:26.029Zdownloading input: /input/xde/work/xde.conf
282026-03-27T04:26:26.053Zdownloaded input: /input/xde/work/xde.conf
 
292026-03-27T04:26:26.057Zstarting task 0: "setup"
302026-03-27T04:26:26.062Z++ uname -s
312026-03-27T04:26:26.062Z+ kern=SunOS
322026-03-27T04:26:26.062Z+ build_user=build
332026-03-27T04:26:26.062Z+ build_uid=12345
342026-03-27T04:26:26.062Z+ work_dir=/work
352026-03-27T04:26:26.062Z+ input_dir=/input
362026-03-27T04:26:26.062Z+ [[ 0 == 12345 ]]
372026-03-27T04:26:26.062Z+ case "$kern" in
382026-03-27T04:26:26.062Z+ groupadd -g 12345 build
392026-03-27T04:26:26.066Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-03-27T04:26:28.069Z+ zfs create -o mountpoint=/work rpool/work
412026-03-27T04:26:28.208Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-03-27T04:26:28.211Z+ home_fs=zfs
432026-03-27T04:26:28.211Z+ [[ zfs == autofs ]]
442026-03-27T04:26:28.211Z+ mkdir -p /home/build
452026-03-27T04:26:28.211Z+ chown build:build /home/build /work
462026-03-27T04:26:30.212Z+ chmod 0700 /home/build /work
472026-03-27T04:26:30.216Zprocess exited: duration 4160 ms, exit code 0
 
482026-03-27T04:26:30.225Zstarting task 1: "rust-toolchain"
492026-03-27T04:26:30.229Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
502026-03-27T04:26:30.229Z * rust toolchain channel = "1.94.1"
512026-03-27T04:26:30.229Z * rust toolchain profile = "default"
522026-03-27T04:26:30.229Z+ printf ' * rust toolchain profile = "%s"\n' default
532026-03-27T04:26:30.229Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-03-27T04:26:30.229Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-03-27T04:26:30.229Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-03-27T04:26:30.229Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
572026-03-27T04:26:30.348Zinfo: downloading installer
582026-03-27T04:26:31.946Zwarn: It looks like you have an existing installation of Rust at:
592026-03-27T04:26:31.946Zwarn: /opt/ooce/bin
602026-03-27T04:26:31.946Zwarn: It is recommended that rustup be the primary Rust installation.
612026-03-27T04:26:31.946Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-03-27T04:26:31.946Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-03-27T04:26:31.947Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-03-27T04:26:31.947Zwarn: or pass `-y' to ignore all ignorable checks.
652026-03-27T04:26:31.947Zerror: cannot install while Rust is installed
662026-03-27T04:26:31.947Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-03-27T04:26:31.947Zwarn: It looks like you have an existing rustup settings file at:
682026-03-27T04:26:31.947Zwarn: /home/build/.rustup/settings.toml
692026-03-27T04:26:31.947Zwarn: Rustup will install the default toolchain as specified in the settings file,
702026-03-27T04:26:31.947Zwarn: instead of the one inferred from the default host triple.
712026-03-27T04:26:31.956Zinfo: profile set to default
722026-03-27T04:26:31.956Zinfo: default host triple is x86_64-unknown-illumos
732026-03-27T04:26:31.959Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
742026-03-27T04:26:32.132Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
752026-03-27T04:26:32.135Zinfo: downloading 6 components
762026-03-27T04:26:47.344Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
772026-03-27T04:26:47.344Z
782026-03-27T04:26:47.372Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:26:47.372Z
802026-03-27T04:26:47.372Z
812026-03-27T04:26:47.373ZRust is installed now. Great!
822026-03-27T04:26:47.373Z
832026-03-27T04:26:47.373ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
842026-03-27T04:26:47.373Zenvironment variable. This has not been done automatically.
852026-03-27T04:26:47.373Z
862026-03-27T04:26:47.373ZTo configure your current shell, you need to source
872026-03-27T04:26:47.373Zthe corresponding env file under $HOME/.cargo.
882026-03-27T04:26:47.373Z
892026-03-27T04:26:47.373ZThis is usually done by running one of the following (note the leading DOT):
902026-03-27T04:26:47.373Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
912026-03-27T04:26:47.373Zsource "$HOME/.cargo/env.fish" # For fish
922026-03-27T04:26:47.373Zsource "~/.cargo/env.nu" # For nushell
932026-03-27T04:26:47.373Zsource "$HOME/.cargo/env.tcsh" # For tcsh
942026-03-27T04:26:47.373Z. "$HOME/.cargo/env.ps1" # For pwsh
952026-03-27T04:26:47.373Zsource "$HOME/.cargo/env.xsh" # For xonsh
962026-03-27T04:26:47.376Zwarn: no default linker (`cc`) was found in your PATH
972026-03-27T04:26:47.376Zwarn: many Rust crates require a system C toolchain to build
982026-03-27T04:26:47.468Z+ rustup --version
992026-03-27T04:26:47.476Zrustup 1.29.0 (28d1352db 2026-03-05)
1002026-03-27T04:26:47.479Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1012026-03-27T04:26:47.497Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
1022026-03-27T04:26:47.500Z+ cargo --version
1032026-03-27T04:26:47.512Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1042026-03-27T04:26:47.515Z+ rustc --version
1052026-03-27T04:26:47.536Zrustc 1.94.1 (e408947bf 2026-03-25)
1062026-03-27T04:26:47.539Zprocess exited: duration 17311 ms, exit code 0
 
1072026-03-27T04:26:47.546Zstarting task 2: "authentication"
1082026-03-27T04:26:47.563Zprocess exited: duration 15 ms, exit code 0
 
1092026-03-27T04:26:47.569Zstarting task 3: "clone repository"
1102026-03-27T04:26:47.572Z+ mkdir -p /work/oxidecomputer/opte
1112026-03-27T04:26:47.575Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1122026-03-27T04:26:47.605ZCloning into '/work/oxidecomputer/opte'...
1132026-03-27T04:26:48.436Z+ cd /work/oxidecomputer/opte
1142026-03-27T04:26:48.436Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
1152026-03-27T04:26:48.667ZFrom https://github.com/oxidecomputer/opte
1162026-03-27T04:26:48.667Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
1172026-03-27T04:26:48.674Z+ [[ -n renovate/rust-1.x ]]
1182026-03-27T04:26:48.678Z++ git branch --show-current
1192026-03-27T04:26:48.678Z+ current=master
1202026-03-27T04:26:48.678Z+ [[ master != renovate/rust-1.x ]]
1212026-03-27T04:26:48.678Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
1222026-03-27T04:26:48.681Z+ git checkout -f renovate/rust-1.x
1232026-03-27T04:26:48.693ZSwitched to branch 'renovate/rust-1.x'
1242026-03-27T04:26:48.698Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
1252026-03-27T04:26:48.701ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
1262026-03-27T04:26:48.701Zprocess exited: duration 1128 ms, exit code 0
 
1272026-03-27T04:26:48.707Zstarting task 4: "build"
1282026-03-27T04:26:48.711Z+ source .github/buildomat/common.sh
1292026-03-27T04:26:48.714Z++ rustup show active-toolchain
1302026-03-27T04:26:48.717Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1312026-03-27T04:26:48.717Z++ pushd xde
1322026-03-27T04:26:48.717Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1332026-03-27T04:26:48.717Z++ rustup show active-toolchain
1342026-03-27T04:26:48.722Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1352026-03-27T04:26:48.865Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1362026-03-27T04:26:48.868Zinfo: downloading 6 components
1372026-03-27T04:27:02.423Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1382026-03-27T04:27:02.516Z+++ rustup show active-toolchain -v
1392026-03-27T04:27:02.519Z+++ head -n 1
1402026-03-27T04:27:02.519Z+++ cut '-d ' -f1
1412026-03-27T04:27:02.571Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1422026-03-27T04:27:02.571Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1432026-03-27T04:27:02.571Z++ popd
1442026-03-27T04:27:02.574Z/work/oxidecomputer/opte
1452026-03-27T04:27:02.574Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1462026-03-27T04:27:09.401Z Startup: Refreshing catalog 'helios-dev' ... Done
1472026-03-27T04:27:16.106Z Startup: Caching catalogs ... Done
1482026-03-27T04:27:20.156ZPlanning: Solver setup ... Done
1492026-03-27T04:27:20.192ZPlanning: Running solver ... Done
1502026-03-27T04:27:20.307ZPlanning: Finding local manifests ... Done
1512026-03-27T04:27:20.319ZPlanning: Fetching manifests: 0/6 0% complete
1522026-03-27T04:27:20.341ZPlanning: Fetching manifests: 6/6 100% complete
1532026-03-27T04:27:20.353ZPlanning: Package planning ... Done
1542026-03-27T04:27:20.357ZPlanning: Merging actions ... Done
1552026-03-27T04:27:20.549ZPlanning: Checking for conflicting actions ... Done
1562026-03-27T04:27:20.552ZPlanning: Consolidating action changes ... Done
1572026-03-27T04:27:21.280ZPlanning: Evaluating mediators ... Done
1582026-03-27T04:27:21.283ZPlanning: Planning completed in 5.02 seconds
1592026-03-27T04:27:21.291Z Packages to install: 6
1602026-03-27T04:27:21.294Z Services to change: 2
1612026-03-27T04:27:21.294Z Create boot environment: No
1622026-03-27T04:27:21.294ZCreate backup boot environment: No
1632026-03-27T04:27:21.328Z
1642026-03-27T04:27:21.329ZDownload: 0/22 items 0.0/14.7MB 0% complete
1652026-03-27T04:27:21.469ZDownload: Completed 14.70 MB in 0.14 seconds (104M/s)
1662026-03-27T04:27:21.586Z Actions: 1/111 actions (Installing new actions)
1672026-03-27T04:27:21.987Z Actions: Completed 111 actions in 0.40 seconds.
1682026-03-27T04:27:22.583Z Done
1692026-03-27T04:27:22.583Z Done
1702026-03-27T04:27:23.166Z Done
1712026-03-27T04:27:26.144Z Done
1722026-03-27T04:27:26.211Z Done
1732026-03-27T04:27:26.215Z Done
1742026-03-27T04:27:31.252Z Done
1752026-03-27T04:27:31.871Z+ [[ -z 01KMPQ1A7CNHP0Q88582R21D8D ]]
1762026-03-27T04:27:31.871Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1772026-03-27T04:27:32.911Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23838:20260323T150135Z
1782026-03-27T04:27:32.911Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1792026-03-27T04:27:32.911Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1802026-03-27T04:27:32.911Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1812026-03-27T04:27:32.914Ztempdir @ "/tmp/.tmpWXp9Cx/tmp"
1822026-03-27T04:27:32.914Zimage root @ "/tmp/.tmpWXp9Cx/tmp/root"
1832026-03-27T04:27:32.914Zcreating image...
1842026-03-27T04:27:33.167Zcopying publishers...
1852026-03-27T04:27:47.345Zadding properties...
1862026-03-27T04:27:47.980Zinstalling packages...
1872026-03-27T04:29:09.331Zseeding SMF database...
1882026-03-27T04:29:13.566Zconfiguring SMF profile...
1892026-03-27T04:29:13.569Zmodifying shadow(5)...
1902026-03-27T04:29:13.569Zloading user and group database...
1912026-03-27T04:29:13.570Zloading facet selections...
1922026-03-27T04:29:13.820Z devel -> true
1932026-03-27T04:29:13.820Z doc.man -> true
1942026-03-27T04:29:13.820Z entire.service/hal -> true
1952026-03-27T04:29:13.820Z entire.service/network/smtp/dma -> true
1962026-03-27T04:29:13.820Z locale.ar -> true
1972026-03-27T04:29:13.820Z locale.ca -> true
1982026-03-27T04:29:13.820Z locale.cs -> true
1992026-03-27T04:29:13.820Z locale.de -> true
2002026-03-27T04:29:13.820Z locale.es -> true
2012026-03-27T04:29:13.820Z locale.fr -> true
2022026-03-27T04:29:13.820Z locale.he -> true
2032026-03-27T04:29:13.820Z locale.hu -> true
2042026-03-27T04:29:13.820Z locale.id -> true
2052026-03-27T04:29:13.820Z locale.it -> true
2062026-03-27T04:29:13.820Z locale.ja -> true
2072026-03-27T04:29:13.820Z locale.ko -> true
2082026-03-27T04:29:13.820Z locale.nl -> true
2092026-03-27T04:29:13.820Z locale.pl -> true
2102026-03-27T04:29:13.820Z locale.pt_BR -> true
2112026-03-27T04:29:13.820Z locale.ru -> true
2122026-03-27T04:29:13.821Z locale.sk -> true
2132026-03-27T04:29:13.821Z locale.sv -> true
2142026-03-27T04:29:13.821Z locale.zh_CN -> true
2152026-03-27T04:29:13.821Z locale.zh_HK -> true
2162026-03-27T04:29:13.821Z locale.zh_TW -> true
2172026-03-27T04:29:13.821Z onu.ooceonly -> true
2182026-03-27T04:29:13.821Z version-lock.shell/ksh93 -> true
2192026-03-27T04:29:13.821Z version-lock.system/data/hardware-registry -> true
2202026-03-27T04:29:13.821Z version-lock.system/data/zoneinfo -> true
2212026-03-27T04:29:13.821Z version-lock.system/microcode/amd -> true
2222026-03-27T04:29:13.821Z version-lock.system/microcode/intel -> true
2232026-03-27T04:29:13.821Z version-lock.system/microcode/oxide -> true
2242026-03-27T04:29:13.821Zassessing packaged files...
2252026-03-27T04:29:15.291Zcreating archive...
2262026-03-27T04:29:15.314Zmissing from packaging:
2272026-03-27T04:29:15.314Z "etc/.pwd.lock"
2282026-03-27T04:29:15.318Z "etc/svc/profile/generic.xml"
2292026-03-27T04:29:15.318Z "etc/svc/profile/inetd_services.xml"
2302026-03-27T04:29:15.318Z "etc/svc/profile/name_service.xml"
2312026-03-27T04:29:15.318Z "etc/svc/profile/platform.xml"
2322026-03-27T04:29:15.319Z "etc/svc/profile/platform_omicron1.xml"
2332026-03-27T04:29:15.319Z "etc/svc/repository.db"
2342026-03-27T04:29:15.325Z
2352026-03-27T04:29:15.328Z
2362026-03-27T04:29:15.328Zfinishing archive...
2372026-03-27T04:29:15.962Zcreating gzonly manifest...
2382026-03-27T04:29:15.965Zok
2392026-03-27T04:29:16.051Z+ trap cleanup EXIT
2402026-03-27T04:29:16.055Z+ OUT_DIR=/work/bench-results
2412026-03-27T04:29:16.055Z+ mkdir -p /work/bench-results
2422026-03-27T04:29:16.055Z+ mkdir -p target/criterion
2432026-03-27T04:29:16.055Z+ mkdir -p target/xde-bench
2442026-03-27T04:29:16.058Z+ banner collect
2452026-03-27T04:29:16.058Z
2462026-03-27T04:29:16.058Z #### #### # # ###### #### #####
2472026-03-27T04:29:16.058Z # # # # # # # # # #
2482026-03-27T04:29:16.059Z # # # # # ##### # #
2492026-03-27T04:29:16.059Z # # # # # # # #
2502026-03-27T04:29:16.059Z # # # # # # # # # #
2512026-03-27T04:29:16.059Z #### #### ###### ###### ###### #### #
2522026-03-27T04:29:16.059Z
2532026-03-27T04:29:16.059Z++ cat .git/refs/heads/master
2542026-03-27T04:29:16.062Z+ BASELINE_COMMIT=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
2552026-03-27T04:29:16.063Z+ [[ renovate/rust-1.x == \m\a\s\t\e\r ]]
2562026-03-27T04:29:16.063Z+ get_artifact opte benchmark 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 bench-results.tgz
2572026-03-27T04:29:16.063Z+ local curl_res
2582026-03-27T04:29:16.063Z+ repo=opte
2592026-03-27T04:29:16.064Z+ series=benchmark
2602026-03-27T04:29:16.064Z+ commit=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
2612026-03-27T04:29:16.064Z+ name=bench-results.tgz
2622026-03-27T04:29:16.064Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2632026-03-27T04:29:16.064Z+ mkdir -p download
2642026-03-27T04:29:16.064Z+ pushd download
2652026-03-27T04:29:16.064Z+ [[ ! -f bench-results.tgz ]]
2662026-03-27T04:29:16.064Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2672026-03-27T04:29:16.064Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8/bench-results.tgz
2682026-03-27T04:29:16.068Z % Total % Received % Xferd Average Speed Time Time Time Current
2692026-03-27T04:29:16.068Z Dload Upload Total Spent Left Speed
2702026-03-27T04:29:16.402Z 0 0 0 0 0 0 0 0 0 100 4.40M 100 4.40M 0 0 13.16M 0 0 100 4.40M 100 4.40M 0 0 13.16M 0 0 100 4.40M 100 4.40M 0 0 13.16M 0 0
2712026-03-27T04:29:16.407Z+ curl_res=0
2722026-03-27T04:29:16.407Z+ popd
2732026-03-27T04:29:16.407Z+ return 0
2742026-03-27T04:29:16.407Z/work/oxidecomputer/opte
2752026-03-27T04:29:16.407Z+ tar -xf download/bench-results.tgz -C target
2762026-03-27T04:29:16.630Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2772026-03-27T04:29:16.633Z+ rm -r target/bench-results
2782026-03-27T04:29:16.633Z+ [[ '' -eq 1 ]]
2792026-03-27T04:29:16.633Z+ uname -a
2802026-03-27T04:29:16.634ZSunOS w-01KMPRMN4DZ21Z9KW4QQPBNECM 5.11 helios-2.0.23838 i86pc i386 i86pc
2812026-03-27T04:29:16.634Z+ cat /etc/versions/build
2822026-03-27T04:29:16.638Zheads/stlouis-0-ge1108ec7ee
2832026-03-27T04:29:16.639Z+ dladm
2842026-03-27T04:29:16.639ZLINK CLASS MTU STATE BRIDGE OVER
2852026-03-27T04:29:16.639Zena0 phys 9216 up -- --
2862026-03-27T04:29:16.639Z+ ipadm
2872026-03-27T04:29:16.642ZADDROBJ TYPE STATE ADDR
2882026-03-27T04:29:16.642Zlo0/v4 static ok 127.0.0.1/8
2892026-03-27T04:29:16.642Zena0/dhcp dhcp ok 10.150.1.223/24
2902026-03-27T04:29:16.643Zlo0/v6 static ok ::1/128
2912026-03-27T04:29:16.643Z+ pfexec rem_drv xde
2922026-03-27T04:29:16.648Z+ set -o errexit
2932026-03-27T04:29:16.648Z+ set -o pipefail
2942026-03-27T04:29:16.648Z+ banner prepare
2952026-03-27T04:29:16.651Z
2962026-03-27T04:29:16.651Z ##### ##### ###### ##### ## ##### ######
2972026-03-27T04:29:16.651Z # # # # # # # # # # # #
2982026-03-27T04:29:16.652Z # # # # ##### # # # # # # #####
2992026-03-27T04:29:16.652Z ##### ##### # ##### ###### ##### #
3002026-03-27T04:29:16.652Z # # # # # # # # # #
3012026-03-27T04:29:16.652Z # # # ###### # # # # # ######
3022026-03-27T04:29:16.652Z
3032026-03-27T04:29:16.652Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3042026-03-27T04:29:16.652Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3052026-03-27T04:29:16.713Z+ pfexec add_drv xde
3062026-03-27T04:29:17.531Z+ banner bench
3072026-03-27T04:29:17.534Z
3082026-03-27T04:29:17.534Z ##### ###### # # #### # #
3092026-03-27T04:29:17.535Z # # # ## # # # # #
3102026-03-27T04:29:17.535Z ##### ##### # # # # ######
3112026-03-27T04:29:17.535Z # # # # # # # # #
3122026-03-27T04:29:17.535Z # # # # ## # # # #
3132026-03-27T04:29:17.535Z ##### ###### # # #### # #
3142026-03-27T04:29:17.535Z
3152026-03-27T04:29:17.535Z+ cargo kbench local
3162026-03-27T04:29:17.645Z Updating crates.io index
3172026-03-27T04:29:17.648Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182026-03-27T04:29:18.328Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3192026-03-27T04:29:18.843Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202026-03-27T04:29:19.219Z Updating git repository `https://github.com/oxidecomputer/zone`
3212026-03-27T04:29:19.444Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-03-27T04:29:19.800Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-03-27T04:29:20.067Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-03-27T04:29:21.759Z Downloading crates ...
3252026-03-27T04:29:21.822Z Downloaded futures-io v0.3.32
3262026-03-27T04:29:21.830Z Downloaded ciborium v0.2.2
3272026-03-27T04:29:21.833Z Downloaded autocfg v1.5.0
3282026-03-27T04:29:21.836Z Downloaded is_terminal_polyfill v1.70.2
3292026-03-27T04:29:21.839Z Downloaded lazy_static v1.5.0
3302026-03-27T04:29:21.841Z Downloaded rand_core v0.9.5
3312026-03-27T04:29:21.845Z Downloaded criterion-plot v0.8.2
3322026-03-27T04:29:21.848Z Downloaded ipnetwork v0.21.1
3332026-03-27T04:29:21.848Z Downloaded plotters-svg v0.3.7
3342026-03-27T04:29:21.853Z Downloaded proc-macro2 v1.0.106
3352026-03-27T04:29:21.856Z Downloaded heapless v0.8.0
3362026-03-27T04:29:21.859Z Downloaded getrandom v0.3.4
3372026-03-27T04:29:21.862Z Downloaded ref-cast-impl v1.0.25
3382026-03-27T04:29:21.862Z Downloaded darling_core v0.21.3
3392026-03-27T04:29:21.865Z Downloaded cc v1.2.57
3402026-03-27T04:29:21.868Z Downloaded serde_derive v1.0.228
3412026-03-27T04:29:21.868Z Downloaded memchr v2.8.0
3422026-03-27T04:29:21.871Z Downloaded colorchoice v1.0.5
3432026-03-27T04:29:21.874Z Downloaded cpufeatures v0.3.0
3442026-03-27T04:29:21.874Z Downloaded aho-corasick v1.1.4
3452026-03-27T04:29:21.876Z Downloaded futures-task v0.3.32
3462026-03-27T04:29:21.880Z Downloaded foreign-types-macros v0.2.3
3472026-03-27T04:29:21.880Z Downloaded dtor-proc-macro v0.0.6
3482026-03-27T04:29:21.880Z Downloaded ingot-types v0.1.2
3492026-03-27T04:29:21.880Z Downloaded cstr-argument v0.1.2
3502026-03-27T04:29:21.883Z Downloaded embedded-io v0.6.1
3512026-03-27T04:29:21.883Z Downloaded ciborium-io v0.2.2
3522026-03-27T04:29:21.883Z Downloaded alloca v0.4.0
3532026-03-27T04:29:21.883Z Downloaded futures-sink v0.3.32
3542026-03-27T04:29:21.883Z Downloaded bitflags v2.11.0
3552026-03-27T04:29:21.886Z Downloaded proc-macro-error2 v2.0.1
3562026-03-27T04:29:21.889Z Downloaded iana-time-zone v0.1.65
3572026-03-27T04:29:21.889Z Downloaded erased-serde v0.3.31
3582026-03-27T04:29:21.892Z Downloaded anes v0.1.6
3592026-03-27T04:29:21.892Z Downloaded heck v0.5.0
3602026-03-27T04:29:21.895Z Downloaded defmt v0.3.100
3612026-03-27T04:29:21.895Z Downloaded ref-cast v1.0.25
3622026-03-27T04:29:21.898Z Downloaded cfg_aliases v0.2.1
3632026-03-27T04:29:21.898Z Downloaded num-traits v0.2.19
3642026-03-27T04:29:21.898Z Downloaded time v0.3.47
3652026-03-27T04:29:21.906Z Downloaded rusticata-macros v5.0.0
3662026-03-27T04:29:21.909Z Downloaded foreign-types-shared v0.3.1
3672026-03-27T04:29:21.909Z Downloaded errno v0.3.14
3682026-03-27T04:29:21.909Z Downloaded once_cell v1.21.4
3692026-03-27T04:29:21.909Z Downloaded darling v0.21.3
3702026-03-27T04:29:21.912Z Downloaded dyn-clone v1.0.20
3712026-03-27T04:29:21.915Z Downloaded clap_derive v4.6.0
3722026-03-27T04:29:21.916Z Downloaded crc32fast v1.5.0
3732026-03-27T04:29:21.918Z Downloaded circular v0.3.0
3742026-03-27T04:29:21.918Z Downloaded crossbeam-epoch v0.9.18
3752026-03-27T04:29:21.918Z Downloaded log v0.4.29
3762026-03-27T04:29:21.921Z Downloaded pretty-hex v0.4.2
3772026-03-27T04:29:21.921Z Downloaded ident_case v1.0.1
3782026-03-27T04:29:21.921Z Downloaded either v1.15.0
3792026-03-27T04:29:21.924Z Downloaded colored v3.1.1
3802026-03-27T04:29:21.924Z Downloaded defmt-macros v1.0.1
3812026-03-27T04:29:21.928Z Downloaded same-file v1.0.6
3822026-03-27T04:29:21.930Z Downloaded cobs v0.3.0
3832026-03-27T04:29:21.930Z Downloaded find-msvc-tools v0.1.9
3842026-03-27T04:29:21.933Z Downloaded num-conv v0.2.1
3852026-03-27T04:29:21.933Z Downloaded bitflags v1.3.2
3862026-03-27T04:29:21.936Z Downloaded anstyle-query v1.1.5
3872026-03-27T04:29:21.939Z Downloaded proc-macro-error-attr2 v2.0.0
3882026-03-27T04:29:21.939Z Downloaded ciborium-ll v0.2.2
3892026-03-27T04:29:21.942Z Downloaded ctor-proc-macro v0.0.7
3902026-03-27T04:29:21.946Z Downloaded thiserror-impl v1.0.69
3912026-03-27T04:29:21.948Z Downloaded is-terminal v0.4.17
3922026-03-27T04:29:21.948Z Downloaded clap_lex v1.1.0
3932026-03-27T04:29:21.948Z Downloaded time-macros v0.2.27
3942026-03-27T04:29:21.951Z Downloaded cast v0.3.0
3952026-03-27T04:29:21.951Z Downloaded dtor v0.1.1
3962026-03-27T04:29:21.956Z Downloaded itoa v1.0.18
3972026-03-27T04:29:21.958Z Downloaded futures-core v0.3.32
3982026-03-27T04:29:21.959Z Downloaded utf8parse v0.2.2
3992026-03-27T04:29:21.963Z Downloaded defmt v1.0.1
4002026-03-27T04:29:21.965Z Downloaded proc-macro-error v1.0.4
4012026-03-27T04:29:21.968Z Downloaded heck v0.4.1
4022026-03-27T04:29:21.968Z Downloaded ctor v0.6.3
4032026-03-27T04:29:21.971Z Downloaded fnv v1.0.7
4042026-03-27T04:29:21.971Z Downloaded defmt-parser v1.0.0
4052026-03-27T04:29:21.971Z Downloaded arc-swap v1.9.0
4062026-03-27T04:29:21.974Z Downloaded stable_deref_trait v1.2.1
4072026-03-27T04:29:21.974Z Downloaded cookie-factory v0.3.3
4082026-03-27T04:29:21.977Z Downloaded tabwriter v1.4.1
4092026-03-27T04:29:21.977Z Downloaded powerfmt v0.2.0
4102026-03-27T04:29:21.980Z Downloaded futures-macro v0.3.32
4112026-03-27T04:29:21.980Z Downloaded futures-executor v0.3.32
4122026-03-27T04:29:21.980Z Downloaded crossbeam-deque v0.8.6
4132026-03-27T04:29:21.980Z Downloaded cfg-if v1.0.4
4142026-03-27T04:29:21.983Z Downloaded plotters-backend v0.3.7
4152026-03-27T04:29:21.983Z Downloaded foreign-types v0.5.0
4162026-03-27T04:29:21.986Z Downloaded toml_datetime v1.1.0+spec-1.1.0
4172026-03-27T04:29:21.986Z Downloaded macaddr v1.0.1
4182026-03-27T04:29:21.989Z Downloaded thiserror v2.0.18
4192026-03-27T04:29:21.992Z Downloaded ingot v0.1.1
4202026-03-27T04:29:21.992Z Downloaded crossbeam-utils v0.8.21
4212026-03-27T04:29:21.995Z Downloaded darling_macro v0.21.3
4222026-03-27T04:29:21.995Z Downloaded thiserror-impl v2.0.18
4232026-03-27T04:29:21.995Z Downloaded managed v0.8.0
4242026-03-27T04:29:21.997Z Downloaded rand v0.9.2
4252026-03-27T04:29:22.000Z Downloaded hash32 v0.3.1
4262026-03-27T04:29:22.000Z Downloaded equivalent v1.0.2
4272026-03-27T04:29:22.001Z Downloaded proc-macro-error-attr v1.0.4
4282026-03-27T04:29:22.001Z Downloaded chacha20 v0.10.0
4292026-03-27T04:29:22.004Z Downloaded embedded-io v0.4.0
4302026-03-27T04:29:22.007Z Downloaded deranged v0.5.8
4312026-03-27T04:29:22.007Z Downloaded byteorder v1.5.0
4322026-03-27T04:29:22.011Z Downloaded anstyle v1.0.14
4332026-03-27T04:29:22.014Z Downloaded anstream v1.0.0
4342026-03-27T04:29:22.017Z Downloaded crossbeam-channel v0.5.15
4352026-03-27T04:29:22.020Z Downloaded strsim v0.11.1
4362026-03-27T04:29:22.023Z Downloaded proc-macro-crate v3.5.0
4372026-03-27T04:29:22.023Z Downloaded clap v4.6.0
4382026-03-27T04:29:22.026Z Downloaded pin-project-lite v0.2.17
4392026-03-27T04:29:22.029Z Downloaded rustversion v1.0.22
4402026-03-27T04:29:22.033Z Downloaded half v2.7.1
4412026-03-27T04:29:22.036Z Downloaded rand_core v0.10.0
4422026-03-27T04:29:22.036Z Downloaded quote v1.0.45
4432026-03-27T04:29:22.036Z Downloaded page_size v0.6.0
4442026-03-27T04:29:22.036Z Downloaded ingot-macros v0.1.1
4452026-03-27T04:29:22.039Z Downloaded futures-channel v0.3.32
4462026-03-27T04:29:22.039Z Downloaded version_check v0.9.5
4472026-03-27T04:29:22.039Z Downloaded futures v0.3.32
4482026-03-27T04:29:22.042Z Downloaded terminal_size v0.4.4
4492026-03-27T04:29:22.042Z Downloaded take_mut v0.2.2
4502026-03-27T04:29:22.045Z Downloaded anyhow v1.0.102
4512026-03-27T04:29:22.045Z Downloaded slog-scope v4.4.1
4522026-03-27T04:29:22.048Z Downloaded itertools v0.13.0
4532026-03-27T04:29:22.051Z Downloaded slog-stdlog v4.1.1
4542026-03-27T04:29:22.051Z Downloaded slog-async v2.8.0
4552026-03-27T04:29:22.051Z Downloaded num_enum_derive v0.7.6
4562026-03-27T04:29:22.054Z Downloaded unicode-ident v1.0.24
4572026-03-27T04:29:22.054Z Downloaded getrandom v0.4.2
4582026-03-27T04:29:22.057Z Downloaded anstyle-parse v1.0.0
4592026-03-27T04:29:22.057Z Downloaded clap_builder v4.6.0
4602026-03-27T04:29:22.060Z Downloaded time-core v0.1.8
4612026-03-27T04:29:22.063Z Downloaded criterion v0.8.2
4622026-03-27T04:29:22.066Z Downloaded tinytemplate v1.2.1
4632026-03-27T04:29:22.066Z Downloaded thiserror v1.0.69
4642026-03-27T04:29:22.069Z Downloaded ppv-lite86 v0.2.21
4652026-03-27T04:29:22.072Z Downloaded slog-envlogger v2.2.0
4662026-03-27T04:29:22.072Z Downloaded zmij v1.0.21
4672026-03-27T04:29:22.072Z Downloaded slog-term v2.9.2
4682026-03-27T04:29:22.075Z Downloaded rand_chacha v0.9.0
4692026-03-27T04:29:22.075Z Downloaded indexmap v2.13.0
4702026-03-27T04:29:22.078Z Downloaded term v1.2.1
4712026-03-27T04:29:22.081Z Downloaded oorandom v11.1.5
4722026-03-27T04:29:22.081Z Downloaded hashbrown v0.16.1
4732026-03-27T04:29:22.084Z Downloaded thread_local v1.1.9
4742026-03-27T04:29:22.084Z Downloaded slog v2.8.2
4752026-03-27T04:29:22.087Z Downloaded shlex v1.3.0
4762026-03-27T04:29:22.087Z Downloaded num_enum v0.7.6
4772026-03-27T04:29:22.090Z Downloaded toml_parser v1.1.0+spec-1.1.0
4782026-03-27T04:29:22.093Z Downloaded walkdir v2.5.0
4792026-03-27T04:29:22.093Z Downloaded tracing-core v0.1.36
4802026-03-27T04:29:22.096Z Downloaded socket2 v0.6.3
4812026-03-27T04:29:22.096Z Downloaded chrono v0.4.44
4822026-03-27T04:29:22.099Z Downloaded oxnet v0.1.4
4832026-03-27T04:29:22.099Z Downloaded nix v0.31.2
4842026-03-27T04:29:22.106Z Downloaded slab v0.4.12
4852026-03-27T04:29:22.109Z Downloaded itertools v0.12.1
4862026-03-27T04:29:22.112Z Downloaded futures-util v0.3.32
4872026-03-27T04:29:22.116Z Downloaded itertools v0.14.0
4882026-03-27T04:29:22.120Z Downloaded rayon-core v1.13.0
4892026-03-27T04:29:22.130Z Downloaded uuid v1.22.0
4902026-03-27T04:29:22.133Z Downloaded tracing-attributes v0.1.31
4912026-03-27T04:29:22.138Z Downloaded libc v0.2.183
4922026-03-27T04:29:22.156Z Downloaded zerocopy-derive v0.8.47
4932026-03-27T04:29:22.160Z Downloaded rand v0.10.0
4942026-03-27T04:29:22.163Z Downloaded serde_core v1.0.228
4952026-03-27T04:29:22.166Z Downloaded toml_edit v0.25.8+spec-1.1.0
4962026-03-27T04:29:22.174Z Downloaded rayon v1.11.0
4972026-03-27T04:29:22.179Z Downloaded postcard v1.1.3
4982026-03-27T04:29:22.183Z Downloaded serde v1.0.228
4992026-03-27T04:29:22.191Z Downloaded nom v8.0.0
5002026-03-27T04:29:22.236Z Downloaded regex v1.12.3
5012026-03-27T04:29:22.239Z Downloaded plotters v0.3.7
5022026-03-27T04:29:22.253Z Downloaded serde_json v1.0.149
5032026-03-27T04:29:22.261Z Downloaded winnow v1.0.0
5042026-03-27T04:29:22.270Z Downloaded pcap-parser v0.17.0
5052026-03-27T04:29:22.291Z Downloaded syn v1.0.109
5062026-03-27T04:29:22.321Z Downloaded unicode-width v0.2.2
5072026-03-27T04:29:22.335Z Downloaded zerocopy v0.8.47
5082026-03-27T04:29:22.345Z Downloaded syn v2.0.117
5092026-03-27T04:29:22.351Z Downloaded smoltcp v0.11.0
5102026-03-27T04:29:22.357Z Downloaded regex-syntax v0.8.10
5112026-03-27T04:29:22.376Z Downloaded tracing v0.1.44
5122026-03-27T04:29:22.386Z Downloaded rustix v1.1.4
5132026-03-27T04:29:22.399Z Downloaded regex-automata v0.4.14
5142026-03-27T04:29:22.466Z Compiling proc-macro2 v1.0.106
5152026-03-27T04:29:22.467Z Compiling quote v1.0.45
5162026-03-27T04:29:22.467Z Compiling unicode-ident v1.0.24
5172026-03-27T04:29:22.467Z Compiling serde_core v1.0.228
5182026-03-27T04:29:22.469Z Compiling cfg-if v1.0.4
5192026-03-27T04:29:22.470Z Compiling libc v0.2.183
5202026-03-27T04:29:22.470Z Compiling memchr v2.8.0
5212026-03-27T04:29:22.470Z Compiling serde v1.0.228
5222026-03-27T04:29:22.614Z Compiling zerocopy v0.8.47
5232026-03-27T04:29:22.678Z Compiling rustversion v1.0.22
5242026-03-27T04:29:22.922Z Compiling version_check v0.9.5
5252026-03-27T04:29:22.929Z Compiling strsim v0.11.1
5262026-03-27T04:29:23.024Z Compiling fnv v1.0.7
5272026-03-27T04:29:23.115Z Compiling either v1.15.0
5282026-03-27T04:29:23.186Z Compiling thiserror v2.0.18
5292026-03-27T04:29:23.215Z Compiling ident_case v1.0.1
5302026-03-27T04:29:23.331Z Compiling pin-project-lite v0.2.17
5312026-03-27T04:29:23.430Z Compiling syn v1.0.109
5322026-03-27T04:29:23.483Z Compiling crossbeam-utils v0.8.21
5332026-03-27T04:29:23.483Z Compiling regex-syntax v0.8.10
5342026-03-27T04:29:23.707Z Compiling equivalent v1.0.2
5352026-03-27T04:29:23.732Z Compiling aho-corasick v1.1.4
5362026-03-27T04:29:23.776Z Compiling syn v2.0.117
5372026-03-27T04:29:23.800Z Compiling hashbrown v0.16.1
5382026-03-27T04:29:23.843Z Compiling winnow v1.0.0
5392026-03-27T04:29:24.025Z Compiling itertools v0.14.0
5402026-03-27T04:29:24.338Z Compiling indexmap v2.13.0
5412026-03-27T04:29:25.034Z Compiling bitflags v2.11.0
5422026-03-27T04:29:25.042Z Compiling regex-automata v0.4.14
5432026-03-27T04:29:25.192Z Compiling toml_parser v1.1.0+spec-1.1.0
5442026-03-27T04:29:25.298Z Compiling byteorder v1.5.0
5452026-03-27T04:29:25.368Z Compiling toml_datetime v1.1.0+spec-1.1.0
5462026-03-27T04:29:25.493Z Compiling autocfg v1.5.0
5472026-03-27T04:29:25.557Z Compiling heapless v0.8.0
5482026-03-27T04:29:25.585Z Compiling toml_edit v0.25.8+spec-1.1.0
5492026-03-27T04:29:25.720Z Compiling hash32 v0.3.1
5502026-03-27T04:29:25.828Z Compiling num-traits v0.2.19
5512026-03-27T04:29:25.857Z Compiling slog v2.8.2
5522026-03-27T04:29:25.971Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5532026-03-27T04:29:25.999Z Compiling futures-sink v0.3.32
5542026-03-27T04:29:26.042Z Compiling futures-core v0.3.32
5552026-03-27T04:29:26.072Z Compiling macaddr v1.0.1
5562026-03-27T04:29:26.101Z Compiling smoltcp v0.11.0
5572026-03-27T04:29:26.188Z Compiling stable_deref_trait v1.2.1
5582026-03-27T04:29:26.206Z Compiling futures-channel v0.3.32
5592026-03-27T04:29:26.276Z Compiling proc-macro-crate v3.5.0
5602026-03-27T04:29:26.463Z Compiling darling_core v0.21.3
5612026-03-27T04:29:26.516Z Compiling proc-macro-error-attr v1.0.4
5622026-03-27T04:29:26.639Z Compiling anyhow v1.0.102
5632026-03-27T04:29:26.707Z Compiling regex v1.12.3
5642026-03-27T04:29:26.730Z Compiling bitflags v1.3.2
5652026-03-27T04:29:26.749Z Compiling itoa v1.0.18
5662026-03-27T04:29:26.795Z Compiling ref-cast v1.0.25
5672026-03-27T04:29:26.942Z Compiling rand_core v0.10.0
5682026-03-27T04:29:26.953Z Compiling getrandom v0.4.2
5692026-03-27T04:29:27.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5702026-03-27T04:29:27.095Z Compiling crc32fast v1.5.0
5712026-03-27T04:29:27.104Z Compiling futures-io v0.3.32
5722026-03-27T04:29:27.204Z Compiling futures-task v0.3.32
5732026-03-27T04:29:27.266Z Compiling slab v0.4.12
5742026-03-27T04:29:27.285Z Compiling managed v0.8.0
5752026-03-27T04:29:27.410Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5762026-03-27T04:29:28.457Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5772026-03-27T04:29:28.460Z Compiling proc-macro-error v1.0.4
5782026-03-27T04:29:28.460Z Compiling getrandom v0.3.4
5792026-03-27T04:29:28.460Z Compiling serde_derive v1.0.228
5802026-03-27T04:29:28.460Z Compiling zerocopy-derive v0.8.47
5812026-03-27T04:29:28.460Z Compiling thiserror-impl v2.0.18
5822026-03-27T04:29:28.460Z Compiling futures-macro v0.3.32
5832026-03-27T04:29:28.460Z Compiling foreign-types-macros v0.2.3
5842026-03-27T04:29:28.460Z Compiling num_enum_derive v0.7.6
5852026-03-27T04:29:28.589Z Compiling ref-cast-impl v1.0.25
5862026-03-27T04:29:28.627Z Compiling darling_macro v0.21.3
5872026-03-27T04:29:28.648Z Compiling futures-util v0.3.32
5882026-03-27T04:29:29.123Z Compiling cobs v0.3.0
5892026-03-27T04:29:29.131Z Compiling cpufeatures v0.3.0
5902026-03-27T04:29:29.152Z Compiling darling v0.21.3
5912026-03-27T04:29:29.162Z Compiling rustix v1.1.4
5922026-03-27T04:29:29.194Z Compiling ipnetwork v0.21.1
5932026-03-27T04:29:29.225Z Compiling ingot-macros v0.1.1
5942026-03-27T04:29:29.336Z Compiling once_cell v1.21.4
5952026-03-27T04:29:29.492Z Compiling foreign-types-shared v0.3.1
5962026-03-27T04:29:29.569Z Compiling unicode-width v0.2.2
5972026-03-27T04:29:29.577Z Compiling foreign-types v0.5.0
5982026-03-27T04:29:29.589Z Compiling tracing-core v0.1.36
5992026-03-27T04:29:29.863Z Compiling tabwriter v1.4.1
6002026-03-27T04:29:29.872Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6012026-03-27T04:29:30.190Z Compiling chacha20 v0.10.0
6022026-03-27T04:29:30.330Z Compiling num_enum v0.7.6
6032026-03-27T04:29:30.456Z Compiling tracing-attributes v0.1.31
6042026-03-27T04:29:30.468Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6052026-03-27T04:29:30.915Z Compiling erased-serde v0.3.31
6062026-03-27T04:29:30.945Z Compiling postcard v1.1.3
6072026-03-27T04:29:30.955Z Compiling futures-executor v0.3.32
6082026-03-27T04:29:31.302Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6092026-03-27T04:29:31.432Z Compiling errno v0.3.14
6102026-03-27T04:29:31.507Z Compiling cstr-argument v0.1.2
6112026-03-27T04:29:31.627Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
6122026-03-27T04:29:31.665Z Compiling num-conv v0.2.1
6132026-03-27T04:29:31.764Z Compiling dyn-clone v1.0.20
6142026-03-27T04:29:31.803Z Compiling utf8parse v0.2.2
6152026-03-27T04:29:31.807Z Compiling shlex v1.3.0
6162026-03-27T04:29:31.832Z Compiling powerfmt v0.2.0
6172026-03-27T04:29:31.898Z Compiling find-msvc-tools v0.1.9
6182026-03-27T04:29:31.908Z Compiling time-core v0.1.8
6192026-03-27T04:29:31.977Z Compiling thiserror v1.0.69
6202026-03-27T04:29:32.047Z Compiling pretty-hex v0.4.2
6212026-03-27T04:29:32.055Z Compiling zmij v1.0.21
6222026-03-27T04:29:32.123Z Compiling ingot-types v0.1.2
6232026-03-27T04:29:32.177Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6242026-03-27T04:29:32.301Z Compiling time-macros v0.2.27
6252026-03-27T04:29:32.366Z Compiling cc v1.2.57
6262026-03-27T04:29:32.374Z Compiling deranged v0.5.8
6272026-03-27T04:29:32.449Z Compiling anstyle-parse v1.0.0
6282026-03-27T04:29:32.629Z Compiling ingot v0.1.1
6292026-03-27T04:29:32.688Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6302026-03-27T04:29:32.807Z Compiling tracing v0.1.44
6312026-03-27T04:29:32.964Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6322026-03-27T04:29:33.325Z Compiling rand v0.10.0
6332026-03-27T04:29:33.328Z Compiling futures v0.3.32
6342026-03-27T04:29:33.730Z Compiling thiserror-impl v1.0.69
6352026-03-27T04:29:33.778Z Compiling crossbeam-epoch v0.9.18
6362026-03-27T04:29:33.934Z Compiling uuid v1.22.0
6372026-03-27T04:29:34.124Z Compiling arc-swap v1.9.0
6382026-03-27T04:29:34.230Z Compiling socket2 v0.6.3
6392026-03-27T04:29:34.356Z Compiling nom v8.0.0
6402026-03-27T04:29:34.461Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6412026-03-27T04:29:34.744Z Compiling thread_local v1.1.9
6422026-03-27T04:29:34.792Z Compiling anstyle v1.0.14
6432026-03-27T04:29:34.859Z Compiling rayon-core v1.13.0
6442026-03-27T04:29:35.069Z Compiling is_terminal_polyfill v1.70.2
6452026-03-27T04:29:35.077Z Compiling slog-async v2.8.0
6462026-03-27T04:29:35.159Z Compiling oxnet v0.1.4
6472026-03-27T04:29:35.176Z Compiling colored v3.1.1
6482026-03-27T04:29:35.445Z Compiling lazy_static v1.5.0
6492026-03-27T04:29:35.692Z Compiling heck v0.4.1
6502026-03-27T04:29:35.713Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6512026-03-27T04:29:35.889Z Compiling serde_json v1.0.149
6522026-03-27T04:29:35.924Z Compiling iana-time-zone v0.1.65
6532026-03-27T04:29:36.096Z Compiling colorchoice v1.0.5
6542026-03-27T04:29:36.109Z Compiling anstyle-query v1.1.5
6552026-03-27T04:29:36.208Z Compiling anstream v1.0.0
6562026-03-27T04:29:36.223Z Compiling time v0.3.47
6572026-03-27T04:29:36.383Z Compiling chrono v0.4.44
6582026-03-27T04:29:36.413Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6592026-03-27T04:29:36.623Z Compiling slog-scope v4.4.1
6602026-03-27T04:29:36.915Z Compiling rusticata-macros v5.0.0
6612026-03-27T04:29:37.174Z Compiling crossbeam-deque v0.8.6
6622026-03-27T04:29:37.204Z Compiling rand_core v0.9.5
6632026-03-27T04:29:37.383Z Compiling terminal_size v0.4.4
6642026-03-27T04:29:37.448Z Compiling alloca v0.4.0
6652026-03-27T04:29:37.575Z Compiling cookie-factory v0.3.3
6662026-03-27T04:29:37.778Z Compiling ppv-lite86 v0.2.21
6672026-03-27T04:29:37.903Z Compiling half v2.7.1
6682026-03-27T04:29:38.000Z Compiling crossbeam-channel v0.5.15
6692026-03-27T04:29:38.059Z Compiling is-terminal v0.4.17
6702026-03-27T04:29:38.119Z Compiling itertools v0.12.1
6712026-03-27T04:29:38.152Z Compiling term v1.2.1
6722026-03-27T04:29:38.634Z Compiling plotters-backend v0.3.7
6732026-03-27T04:29:38.893Z Compiling cfg_aliases v0.2.1
6742026-03-27T04:29:38.930Z Compiling log v0.4.29
6752026-03-27T04:29:38.955Z Compiling ciborium-io v0.2.2
6762026-03-27T04:29:38.963Z Compiling clap_lex v1.1.0
6772026-03-27T04:29:39.000Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6782026-03-27T04:29:39.046Z Compiling heck v0.5.0
6792026-03-27T04:29:39.154Z Compiling circular v0.3.0
6802026-03-27T04:29:39.240Z Compiling take_mut v0.2.2
6812026-03-27T04:29:39.285Z Compiling pcap-parser v0.17.0
6822026-03-27T04:29:39.369Z Compiling clap_derive v4.6.0
6832026-03-27T04:29:39.451Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6842026-03-27T04:29:39.544Z Compiling clap_builder v4.6.0
6852026-03-27T04:29:40.334Z Compiling slog-stdlog v4.1.1
6862026-03-27T04:29:40.611Z Compiling ciborium-ll v0.2.2
6872026-03-27T04:29:40.673Z Compiling nix v0.31.2
6882026-03-27T04:29:40.784Z Compiling plotters-svg v0.3.7
6892026-03-27T04:29:40.849Z Compiling slog-term v2.9.2
6902026-03-27T04:29:40.977Z Compiling rand_chacha v0.9.0
6912026-03-27T04:29:41.377Z Compiling itertools v0.13.0
6922026-03-27T04:29:41.523Z Compiling cast v0.3.0
6932026-03-27T04:29:41.703Z Compiling same-file v1.0.6
6942026-03-27T04:29:41.838Z Compiling tinytemplate v1.2.1
6952026-03-27T04:29:41.865Z Compiling walkdir v2.5.0
6962026-03-27T04:29:42.406Z Compiling rayon v1.11.0
6972026-03-27T04:29:42.445Z Compiling clap v4.6.0
6982026-03-27T04:29:42.651Z Compiling rand v0.9.2
6992026-03-27T04:29:42.813Z Compiling criterion-plot v0.8.2
7002026-03-27T04:29:42.823Z Compiling slog-envlogger v2.2.0
7012026-03-27T04:29:42.857Z Compiling plotters v0.3.7
7022026-03-27T04:29:43.236Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7032026-03-27T04:29:43.367Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7042026-03-27T04:29:43.606Z Compiling ciborium v0.2.2
7052026-03-27T04:29:43.773Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
7062026-03-27T04:29:44.029Z Compiling page_size v0.6.0
7072026-03-27T04:29:44.141Z Compiling oorandom v11.1.5
7082026-03-27T04:29:44.269Z Compiling dtor-proc-macro v0.0.6
7092026-03-27T04:29:44.361Z Compiling anes v0.1.6
7102026-03-27T04:29:44.553Z Compiling criterion v0.8.2
7112026-03-27T04:29:44.604Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7122026-03-27T04:29:44.607Z Compiling dtor v0.1.1
7132026-03-27T04:29:44.682Z Compiling ctor-proc-macro v0.0.7
7142026-03-27T04:29:45.015Z Compiling ctor v0.6.3
7152026-03-27T04:29:46.503Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7162026-03-27T04:30:00.094Z Finished `bench` profile [optimized + debuginfo] target(s) in 42.54s
7172026-03-27T04:30:00.192Z Running benches/xde.rs (target/release/deps/xde-facb23a11b783494)
7182026-03-27T04:30:00.202Z###--------------------------------###
7192026-03-27T04:30:00.202Z:::Building test topology... (120s):::
7202026-03-27T04:30:00.202Z###--------------------------------###
7212026-03-27T04:30:00.208Zadding underlay route 0
7222026-03-27T04:30:00.211Zadding underlay route 1
7232026-03-27T04:30:00.407Zstart zone a
7242026-03-27T04:30:10.485Zconfigure zone
7252026-03-27T04:30:10.501Zinstall zone
7262026-03-27T04:30:20.288Zboot zone
7272026-03-27T04:30:20.367Zstart zone b
7282026-03-27T04:30:30.471Zconfigure zone
7292026-03-27T04:30:30.481Zinstall zone
7302026-03-27T04:30:31.515Zboot zone
7312026-03-27T04:30:31.605Zsetup zone a
7322026-03-27T04:30:31.605Z[a] svcs -a
7332026-03-27T04:30:31.700ZSTATE STIME FMRI
7342026-03-27T04:30:31.700Zlegacy_run 4:30:21 lrc:/etc/rc2_d/S20sysetup
7352026-03-27T04:30:31.700Zlegacy_run 4:30:21 lrc:/etc/rc2_d/S89PRESERVE
7362026-03-27T04:30:31.700Zdisabled 4:30:19 svc:/system/device/mpxio-upgrade:default
7372026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/ipmp:default
7382026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/physical:nwam
7392026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/install:default
7402026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/location:default
7412026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/tcpkey:default
7422026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/ipsec/ike:default
7432026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/ipsec/manual-key:default
7442026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/dns/install:default
7452026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/nis/client:default
7462026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/ldap/client:default
7472026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/nfs/status:default
7482026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/nfs/nlockmgr:default
7492026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/network/nfs/cbd:default
7502026-03-27T04:30:31.701Zdisabled 4:30:19 svc:/system/idmap:default
7512026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/nfs/mapid:default
7522026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/rpc/keyserv:default
7532026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/inetd:default
7542026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/nfs/client:default
7552026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/smb/client:default
7562026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/system/auditd:default
7572026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/application/management/net-snmp:default
7582026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/dns/multicast:default
7592026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/application/pkg/dynamic-mirror:default
7602026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/application/pkg/mirror:default
7612026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/application/pkg/repositories-setup:default
7622026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/application/pkg/server:default
7632026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/application/security/tcsd:default
7642026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/smb/server:default
7652026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/system/filesystem/reparse:default
7662026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/nfs/server:default
7672026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/nfs/log:default
7682026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/routing/route:default
7692026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/ipv6-forwarding:default
7702026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/routing/ripng:default
7712026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/routing/rdisc:default
7722026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/routing/legacy-routing:ipv4
7732026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/routing/legacy-routing:ipv6
7742026-03-27T04:30:31.702Zdisabled 4:30:19 svc:/network/security/krb5kdc:default
7752026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/network/security/kadmin:default
7762026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/network/chrony:default
7772026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/network/ipqos:default
7782026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/network/ipv4-forwarding:default
7792026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/device/allocate:default
7802026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/fm/notify-params:default
7812026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/svc/global:default
7822026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/hotplug:default
7832026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/vtdaemon:default
7842026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/process-security:default
7852026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/console-login:vt2
7862026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/console-login:vt3
7872026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/console-login:vt4
7882026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/console-login:vt5
7892026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/console-login:vt6
7902026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/consadm:default
7912026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/extended-accounting:flow
7922026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/extended-accounting:net
7932026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/extended-accounting:process
7942026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/extended-accounting:task
7952026-03-27T04:30:31.703Zdisabled 4:30:19 svc:/system/sar:default
7962026-03-27T04:30:31.704Zdisabled 4:30:21 svc:/network/dns/client:default
7972026-03-27T04:30:31.704Zdisabled 4:30:21 svc:/network/rpc/bind:default
7982026-03-27T04:30:31.704Zdisabled 4:30:21 svc:/system/sac:default
7992026-03-27T04:30:31.704Zdisabled 4:30:21 svc:/network/inetd-upgrade:default
8002026-03-27T04:30:31.704Zonline 4:30:18 svc:/system/svc/restarter:default
8012026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/early-manifest-import:default
8022026-03-27T04:30:31.704Zonline 4:30:19 svc:/network/netcfg:default
8032026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/filesystem/root:default
8042026-03-27T04:30:31.704Zonline 4:30:19 svc:/network/ip-interface-management:default
8052026-03-27T04:30:31.704Zonline 4:30:19 svc:/network/datalink-management:default
8062026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/boot-archive:default
8072026-03-27T04:30:31.704Zonline 4:30:19 svc:/network/loopback:default
8082026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/filesystem/usr:default
8092026-03-27T04:30:31.704Zonline 4:30:19 svc:/network/physical:default
8102026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/device/local:default
8112026-03-27T04:30:31.704Zonline 4:30:19 svc:/milestone/devices:default
8122026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/identity:node
8132026-03-27T04:30:31.704Zonline 4:30:19 svc:/network/ipsec/ipsecalgs:default
8142026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/device/audio:default
8152026-03-27T04:30:31.704Zonline 4:30:19 svc:/system/filesystem/minimal:default
8162026-03-27T04:30:31.705Zonline 4:30:19 svc:/system/rmtmpfiles:default
8172026-03-27T04:30:31.705Zonline 4:30:19 svc:/network/ipsec/policy:default
8182026-03-27T04:30:31.705Zonline 4:30:19 svc:/milestone/network:default
8192026-03-27T04:30:31.705Zonline 4:30:19 svc:/network/initial:default
8202026-03-27T04:30:31.705Zonline 4:30:19 svc:/network/iptun:default
8212026-03-27T04:30:31.705Zonline 4:30:19 svc:/network/netmask:default
8222026-03-27T04:30:31.705Zonline 4:30:19 svc:/system/pkgserv:default
8232026-03-27T04:30:31.705Zonline 4:30:19 svc:/system/pfexec:default
8242026-03-27T04:30:31.705Zonline 4:30:19 svc:/system/logadm-upgrade:default
8252026-03-27T04:30:31.705Zonline 4:30:19 svc:/system/fmd:default
8262026-03-27T04:30:31.705Zonline 4:30:19 svc:/system/hostid:default
8272026-03-27T04:30:31.705Zonline 4:30:19 svc:/system/auditset:default
8282026-03-27T04:30:31.705Zonline 4:30:21 svc:/system/rbac:default
8292026-03-27T04:30:31.705Zonline 4:30:21 svc:/network/service:default
8302026-03-27T04:30:31.705Zonline 4:30:21 svc:/system/cryptosvc:default
8312026-03-27T04:30:31.705Zonline 4:30:21 svc:/system/identity:domain
8322026-03-27T04:30:31.705Zonline 4:30:21 svc:/system/keymap:default
8332026-03-27T04:30:31.709Zonline 4:30:21 svc:/system/name-service-cache:default
8342026-03-27T04:30:31.709Zonline 4:30:21 svc:/milestone/name-services:default
8352026-03-27T04:30:31.709Zonline 4:30:21 svc:/system/manifest-import:default
8362026-03-27T04:30:31.709Zonline 4:30:21 svc:/milestone/single-user:default
8372026-03-27T04:30:31.709Zonline 4:30:21 svc:/system/coreadm:default
8382026-03-27T04:30:31.710Zonline 4:30:21 svc:/milestone/sysconfig:default
8392026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/filesystem/local:default
8402026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/utmp:default
8412026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/cron:default
8422026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/boot-archive-update:default
8432026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/system-log:default
8442026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/console-login:default
8452026-03-27T04:30:31.710Zonline 4:30:21 svc:/network/shares/group:default
8462026-03-27T04:30:31.710Zonline 4:30:21 svc:/milestone/multi-user:default
8472026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/boot-config:default
8482026-03-27T04:30:31.710Zonline 4:30:21 svc:/network/shares/group:zfs
8492026-03-27T04:30:31.710Zonline 4:30:21 svc:/network/routing-setup:default
8502026-03-27T04:30:31.710Zonline 4:30:21 svc:/network/routing/ndp:default
8512026-03-27T04:30:31.710Zonline 4:30:21 svc:/system/update-man-index:default
8522026-03-27T04:30:31.710Zonline 4:30:21 svc:/network/ssh:default
8532026-03-27T04:30:31.710Zonline 4:30:21 svc:/milestone/multi-user-server:default
8542026-03-27T04:30:31.710Zuninitialized 4:30:19 svc:/network/rpc/gss:default
8552026-03-27T04:30:31.710Zuninitialized 4:30:19 svc:/network/nfs/rquota:default
8562026-03-27T04:30:31.710Zuninitialized 4:30:19 svc:/network/security/ktkt_warn:default
8572026-03-27T04:30:31.710Z[a] svcs milestone/network
8582026-03-27T04:30:31.715ZSTATE STIME FMRI
8592026-03-27T04:30:31.715Zonline 4:30:19 svc:/milestone/network:default
8602026-03-27T04:30:31.715Z[a] ipadm create-addr -t -T dhcp opte0/test
8612026-03-27T04:30:36.258Z
8622026-03-27T04:30:36.258Z[a] route add -iface 10.0.0.254 10.0.0.1
8632026-03-27T04:30:36.272Zadd host 10.0.0.254: gateway 10.0.0.1
8642026-03-27T04:30:36.272Z[a] route add 10.0.0.0/24 10.0.0.254
8652026-03-27T04:30:36.284Zadd net 10.0.0.0/24: gateway 10.0.0.254
8662026-03-27T04:30:36.284Z[a] route add 224.0.0.0/4 10.0.0.254
8672026-03-27T04:30:36.294Zadd net 224.0.0.0/4: gateway 10.0.0.254
8682026-03-27T04:30:36.294Zsetup zone b
8692026-03-27T04:30:36.294Z[b] svcs -a
8702026-03-27T04:30:36.373ZSTATE STIME FMRI
8712026-03-27T04:30:36.373Zlegacy_run 4:30:32 lrc:/etc/rc2_d/S20sysetup
8722026-03-27T04:30:36.373Zlegacy_run 4:30:32 lrc:/etc/rc2_d/S89PRESERVE
8732026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/system/device/mpxio-upgrade:default
8742026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/ipmp:default
8752026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/physical:nwam
8762026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/install:default
8772026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/location:default
8782026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/tcpkey:default
8792026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/ipsec/ike:default
8802026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/ipsec/manual-key:default
8812026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/dns/install:default
8822026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/nis/client:default
8832026-03-27T04:30:36.373Zdisabled 4:30:30 svc:/network/ldap/client:default
8842026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/nfs/status:default
8852026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/nfs/nlockmgr:default
8862026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/nfs/cbd:default
8872026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/system/idmap:default
8882026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/nfs/mapid:default
8892026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/rpc/keyserv:default
8902026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/inetd:default
8912026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/nfs/client:default
8922026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/smb/client:default
8932026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/system/auditd:default
8942026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/application/management/net-snmp:default
8952026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/dns/multicast:default
8962026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/application/pkg/dynamic-mirror:default
8972026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/application/pkg/mirror:default
8982026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/application/pkg/repositories-setup:default
8992026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/application/pkg/server:default
9002026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/application/security/tcsd:default
9012026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/smb/server:default
9022026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/system/filesystem/reparse:default
9032026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/nfs/server:default
9042026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/nfs/log:default
9052026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/routing/route:default
9062026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/ipv6-forwarding:default
9072026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/routing/ripng:default
9082026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/routing/rdisc:default
9092026-03-27T04:30:36.378Zdisabled 4:30:30 svc:/network/routing/legacy-routing:ipv4
9102026-03-27T04:30:36.379Zdisabled 4:30:30 svc:/network/routing/legacy-routing:ipv6
9112026-03-27T04:30:36.379Zdisabled 4:30:30 svc:/network/security/krb5kdc:default
9122026-03-27T04:30:36.379Zdisabled 4:30:30 svc:/network/security/kadmin:default
9132026-03-27T04:30:36.379Zdisabled 4:30:30 svc:/network/chrony:default
9142026-03-27T04:30:36.379Zdisabled 4:30:30 svc:/network/ipqos:default
9152026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/network/ipv4-forwarding:default
9162026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/device/allocate:default
9172026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/fm/notify-params:default
9182026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/svc/global:default
9192026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/hotplug:default
9202026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/vtdaemon:default
9212026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/process-security:default
9222026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/console-login:vt2
9232026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/console-login:vt3
9242026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/console-login:vt4
9252026-03-27T04:30:36.379Zdisabled 4:30:31 svc:/system/console-login:vt5
9262026-03-27T04:30:36.380Zdisabled 4:30:31 svc:/system/console-login:vt6
9272026-03-27T04:30:36.380Zdisabled 4:30:31 svc:/system/consadm:default
9282026-03-27T04:30:36.380Zdisabled 4:30:31 svc:/system/extended-accounting:flow
9292026-03-27T04:30:36.380Zdisabled 4:30:31 svc:/system/extended-accounting:net
9302026-03-27T04:30:36.380Zdisabled 4:30:31 svc:/system/extended-accounting:process
9312026-03-27T04:30:36.380Zdisabled 4:30:31 svc:/system/extended-accounting:task
9322026-03-27T04:30:36.380Zdisabled 4:30:31 svc:/system/sar:default
9332026-03-27T04:30:36.380Zdisabled 4:30:32 svc:/network/dns/client:default
9342026-03-27T04:30:36.380Zdisabled 4:30:32 svc:/network/rpc/bind:default
9352026-03-27T04:30:36.380Zdisabled 4:30:32 svc:/system/sac:default
9362026-03-27T04:30:36.380Zdisabled 4:30:33 svc:/network/inetd-upgrade:default
9372026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/svc/restarter:default
9382026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/early-manifest-import:default
9392026-03-27T04:30:36.380Zonline 4:30:30 svc:/network/ip-interface-management:default
9402026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/filesystem/root:default
9412026-03-27T04:30:36.380Zonline 4:30:30 svc:/network/netcfg:default
9422026-03-27T04:30:36.380Zonline 4:30:30 svc:/network/datalink-management:default
9432026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/boot-archive:default
9442026-03-27T04:30:36.380Zonline 4:30:30 svc:/network/loopback:default
9452026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/filesystem/usr:default
9462026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/device/local:default
9472026-03-27T04:30:36.380Zonline 4:30:30 svc:/network/physical:default
9482026-03-27T04:30:36.380Zonline 4:30:30 svc:/milestone/devices:default
9492026-03-27T04:30:36.380Zonline 4:30:30 svc:/network/ipsec/ipsecalgs:default
9502026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/identity:node
9512026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/device/audio:default
9522026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/filesystem/minimal:default
9532026-03-27T04:30:36.380Zonline 4:30:30 svc:/network/ipsec/policy:default
9542026-03-27T04:30:36.380Zonline 4:30:30 svc:/system/rmtmpfiles:default
9552026-03-27T04:30:36.381Zonline 4:30:30 svc:/milestone/network:default
9562026-03-27T04:30:36.381Zonline 4:30:30 svc:/network/initial:default
9572026-03-27T04:30:36.381Zonline 4:30:31 svc:/network/iptun:default
9582026-03-27T04:30:36.381Zonline 4:30:31 svc:/network/netmask:default
9592026-03-27T04:30:36.381Zonline 4:30:31 svc:/system/pkgserv:default
9602026-03-27T04:30:36.381Zonline 4:30:31 svc:/system/pfexec:default
9612026-03-27T04:30:36.381Zonline 4:30:31 svc:/system/logadm-upgrade:default
9622026-03-27T04:30:36.381Zonline 4:30:31 svc:/system/fmd:default
9632026-03-27T04:30:36.381Zonline 4:30:31 svc:/system/hostid:default
9642026-03-27T04:30:36.381Zonline 4:30:31 svc:/system/auditset:default
9652026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/rbac:default
9662026-03-27T04:30:36.381Zonline 4:30:32 svc:/network/service:default
9672026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/cryptosvc:default
9682026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/identity:domain
9692026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/keymap:default
9702026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/name-service-cache:default
9712026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/manifest-import:default
9722026-03-27T04:30:36.381Zonline 4:30:32 svc:/milestone/name-services:default
9732026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/coreadm:default
9742026-03-27T04:30:36.381Zonline 4:30:32 svc:/milestone/single-user:default
9752026-03-27T04:30:36.381Zonline 4:30:32 svc:/milestone/sysconfig:default
9762026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/filesystem/local:default
9772026-03-27T04:30:36.381Zonline 4:30:32 svc:/system/utmp:default
9782026-03-27T04:30:36.382Zonline 4:30:32 svc:/system/boot-archive-update:default
9792026-03-27T04:30:36.382Zonline 4:30:32 svc:/system/cron:default
9802026-03-27T04:30:36.382Zonline 4:30:32 svc:/system/console-login:default
9812026-03-27T04:30:36.382Zonline 4:30:32 svc:/system/system-log:default
9822026-03-27T04:30:36.382Zonline 4:30:32 svc:/network/shares/group:default
9832026-03-27T04:30:36.382Zonline 4:30:32 svc:/milestone/multi-user:default
9842026-03-27T04:30:36.385Zonline 4:30:32 svc:/system/boot-config:default
9852026-03-27T04:30:36.385Zonline 4:30:32 svc:/network/shares/group:zfs
9862026-03-27T04:30:36.385Zonline 4:30:32 svc:/network/routing-setup:default
9872026-03-27T04:30:36.385Zonline 4:30:32 svc:/network/routing/ndp:default
9882026-03-27T04:30:36.385Zonline 4:30:32 svc:/network/ssh:default
9892026-03-27T04:30:36.385Zonline 4:30:32 svc:/milestone/multi-user-server:default
9902026-03-27T04:30:36.385Zonline 4:30:32 svc:/system/update-man-index:default
9912026-03-27T04:30:36.385Zuninitialized 4:30:30 svc:/network/rpc/gss:default
9922026-03-27T04:30:36.385Zuninitialized 4:30:30 svc:/network/nfs/rquota:default
9932026-03-27T04:30:36.385Zuninitialized 4:30:30 svc:/network/security/ktkt_warn:default
9942026-03-27T04:30:36.385Z[b] svcs milestone/network
9952026-03-27T04:30:36.385ZSTATE STIME FMRI
9962026-03-27T04:30:36.385Zonline 4:30:30 svc:/milestone/network:default
9972026-03-27T04:30:36.385Z[b] ipadm create-addr -t -T dhcp opte1/test
9982026-03-27T04:30:41.308Z
9992026-03-27T04:30:41.308Z[b] route add -iface 10.0.0.254 10.0.0.2
10002026-03-27T04:30:41.323Zadd host 10.0.0.254: gateway 10.0.0.2
10012026-03-27T04:30:41.323Z[b] route add 10.0.0.0/24 10.0.0.254
10022026-03-27T04:30:41.333Zadd net 10.0.0.0/24: gateway 10.0.0.254
10032026-03-27T04:30:41.333Z[b] route add 224.0.0.0/4 10.0.0.254
10042026-03-27T04:30:41.344Zadd net 224.0.0.0/4: gateway 10.0.0.254
10052026-03-27T04:30:41.344Z###---------------###
10062026-03-27T04:30:41.344Z:::Topology built!:::
10072026-03-27T04:30:41.344Z###---------------###
10082026-03-27T04:30:41.346Z###----------------###
10092026-03-27T04:30:41.347Z::: iPerf spawned! :::
10102026-03-27T04:30:41.347Z:::Waiting... (10s):::
10112026-03-27T04:30:41.347Z###----------------###
10122026-03-27T04:30:51.346Z###---###
10132026-03-27T04:30:51.346Z:::Go!:::
10142026-03-27T04:30:51.346Z###---###
10152026-03-27T04:30:51.346Z[a] ping 10.0.0.2
10162026-03-27T04:30:51.364Z10.0.0.2 is alive
10172026-03-27T04:30:51.364Z###-------------------###
10182026-03-27T04:30:51.364Z:::Running experiment :::
10192026-03-27T04:30:51.364Z:::iperf-tcp/local/c2s:::
10202026-03-27T04:30:51.364Z###-------------------###
10212026-03-27T04:30:58.744Z-----------------------------------------------------------
10222026-03-27T04:30:58.744ZServer listening on 5201 (test #1)
10232026-03-27T04:30:58.744Z-----------------------------------------------------------
10242026-03-27T04:30:58.744ZAccepted connection from 10.0.0.1, port 54657
10252026-03-27T04:30:58.744Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40351
10262026-03-27T04:30:58.744Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51727
10272026-03-27T04:30:58.744Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46054
10282026-03-27T04:30:58.744Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33351
10292026-03-27T04:30:58.744Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35917
10302026-03-27T04:30:58.744Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41311
10312026-03-27T04:30:58.744Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40620
10322026-03-27T04:30:58.745Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61201
10332026-03-27T04:30:58.745Z[ ID] Interval Transfer Bitrate
10342026-03-27T04:30:58.745Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10352026-03-27T04:30:58.745Z[ 8] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
10362026-03-27T04:30:58.745Z[ 10] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
10372026-03-27T04:30:58.745Z[ 12] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10382026-03-27T04:30:58.745Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10392026-03-27T04:30:58.745Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10402026-03-27T04:30:58.745Z[ 18] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10412026-03-27T04:30:58.745Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
10422026-03-27T04:30:58.745Z[SUM] 0.00-1.00 sec 965 MBytes 8.09 Gbits/sec
10432026-03-27T04:30:58.745Z- - - - - - - - - - - - - - - - - - - - - - - - -
10442026-03-27T04:30:58.745Z[ 5] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
10452026-03-27T04:30:58.745Z[ 8] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10462026-03-27T04:30:58.745Z[ 10] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10472026-03-27T04:30:58.745Z[ 12] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
10482026-03-27T04:30:58.745Z[ 14] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
10492026-03-27T04:30:58.746Z[ 16] 1.00-2.00 sec 156 MBytes 1.31 Gbits/sec
10502026-03-27T04:30:58.746Z[ 18] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
10512026-03-27T04:30:58.746Z[ 20] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
10522026-03-27T04:30:58.746Z[SUM] 1.00-2.00 sec 1.22 GBytes 10.5 Gbits/sec
10532026-03-27T04:30:58.746Z- - - - - - - - - - - - - - - - - - - - - - - - -
10542026-03-27T04:30:58.746Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10552026-03-27T04:30:58.746Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10562026-03-27T04:30:58.746Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10572026-03-27T04:30:58.746Z[ 12] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10582026-03-27T04:30:58.746Z[ 14] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10592026-03-27T04:30:58.746Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10602026-03-27T04:30:58.746Z[ 18] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10612026-03-27T04:30:58.746Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
10622026-03-27T04:30:58.747Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
10632026-03-27T04:30:58.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
10642026-03-27T04:30:58.747Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
10652026-03-27T04:30:58.747Z[ 8] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
10662026-03-27T04:30:58.747Z[ 10] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
10672026-03-27T04:30:58.747Z[ 12] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
10682026-03-27T04:30:58.747Z[ 14] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
10692026-03-27T04:30:58.747Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
10702026-03-27T04:30:58.747Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
10712026-03-27T04:30:58.747Z[ 20] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
10722026-03-27T04:30:58.747Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.5 Gbits/sec
10732026-03-27T04:30:58.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
10742026-03-27T04:30:58.747Z[ 5] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10752026-03-27T04:30:58.747Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10762026-03-27T04:30:58.747Z[ 10] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10772026-03-27T04:30:58.747Z[ 12] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10782026-03-27T04:30:58.747Z[ 14] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10792026-03-27T04:30:58.747Z[ 16] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10802026-03-27T04:30:58.747Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10812026-03-27T04:30:58.747Z[ 20] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
10822026-03-27T04:30:58.747Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.5 Gbits/sec
10832026-03-27T04:30:58.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
10842026-03-27T04:30:58.747Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10852026-03-27T04:30:58.747Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10862026-03-27T04:30:58.747Z[ 10] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10872026-03-27T04:30:58.747Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10882026-03-27T04:30:58.747Z[ 14] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
10892026-03-27T04:30:58.747Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10902026-03-27T04:30:58.747Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10912026-03-27T04:30:58.747Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
10922026-03-27T04:30:58.747Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
10932026-03-27T04:30:58.747Z- - - - - - - - - - - - - - - - - - - - - - - - -
10942026-03-27T04:30:58.747Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10952026-03-27T04:30:58.747Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10962026-03-27T04:30:58.747Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10972026-03-27T04:31:01.746Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10982026-03-27T04:31:01.746Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
10992026-03-27T04:31:01.746Z[ 16] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
11002026-03-27T04:31:01.746Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
11012026-03-27T04:31:01.746Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
11022026-03-27T04:31:01.746Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
11032026-03-27T04:31:01.746Z- - - - - - - - - - - - - - - - - - - - - - - - -
11042026-03-27T04:31:01.746Z[ 5] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
11052026-03-27T04:31:01.746Z[ 8] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
11062026-03-27T04:31:01.746Z[ 10] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
11072026-03-27T04:31:01.746Z[ 12] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
11082026-03-27T04:31:01.746Z[ 14] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
11092026-03-27T04:31:01.746Z[ 16] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
11102026-03-27T04:31:01.746Z[ 18] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
11112026-03-27T04:31:01.746Z[ 20] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
11122026-03-27T04:31:01.746Z[SUM] 7.00-8.00 sec 1.23 GBytes 10.5 Gbits/sec
11132026-03-27T04:31:01.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
11142026-03-27T04:31:01.750Z[ 5] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11152026-03-27T04:31:01.750Z[ 8] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11162026-03-27T04:31:01.750Z[ 10] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11172026-03-27T04:31:01.750Z[ 12] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11182026-03-27T04:31:01.750Z[ 14] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11192026-03-27T04:31:01.750Z[ 16] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11202026-03-27T04:31:01.750Z[ 18] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11212026-03-27T04:31:01.750Z[ 20] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
11222026-03-27T04:31:01.750Z[SUM] 8.00-9.00 sec 1.23 GBytes 10.6 Gbits/sec
11232026-03-27T04:31:01.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
11242026-03-27T04:31:01.750Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11252026-03-27T04:31:01.750Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11262026-03-27T04:31:01.750Z[ 10] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11272026-03-27T04:31:01.750Z[ 12] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11282026-03-27T04:31:01.750Z[ 14] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11292026-03-27T04:31:01.750Z[ 16] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11302026-03-27T04:31:01.750Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11312026-03-27T04:31:01.750Z[ 20] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
11322026-03-27T04:31:01.750Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.5 Gbits/sec
11332026-03-27T04:31:01.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
11342026-03-27T04:31:01.750Z[ 5] 10.00-10.00 sec 384 KBytes 1.22 Gbits/sec
11352026-03-27T04:31:01.750Z[ 8] 10.00-10.00 sec 512 KBytes 1.63 Gbits/sec
11362026-03-27T04:31:01.750Z[ 10] 10.00-10.00 sec 512 KBytes 1.63 Gbits/sec
11372026-03-27T04:31:01.750Z[ 12] 10.00-10.00 sec 384 KBytes 1.22 Gbits/sec
11382026-03-27T04:31:01.750Z[ 14] 10.00-10.00 sec 384 KBytes 1.22 Gbits/sec
11392026-03-27T04:31:01.750Z[ 16] 10.00-10.00 sec 384 KBytes 1.22 Gbits/sec
11402026-03-27T04:31:01.750Z[ 18] 10.00-10.00 sec 512 KBytes 1.63 Gbits/sec
11412026-03-27T04:31:01.750Z[ 20] 10.00-10.00 sec 384 KBytes 1.22 Gbits/sec
11422026-03-27T04:31:01.750Z[SUM] 10.00-10.00 sec 3.38 MBytes 11.0 Gbits/sec
11432026-03-27T04:31:01.750Z- - - - - - - - - - - - - - - - - - - - - - - - -
11442026-03-27T04:31:01.750Z[ ID] Interval Transfer Bitrate
11452026-03-27T04:31:01.750Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
11462026-03-27T04:31:01.750Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
11472026-03-27T04:31:01.750Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
11482026-03-27T04:31:01.751Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
11492026-03-27T04:31:01.751Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
11502026-03-27T04:31:01.751Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
11512026-03-27T04:31:01.751Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
11522026-03-27T04:31:01.751Z[ 20] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
11532026-03-27T04:31:01.751Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec receiver
11542026-03-27T04:31:01.751ZRun 1/5...10276.678127237456Mbps
11552026-03-27T04:31:09.137Z-----------------------------------------------------------
11562026-03-27T04:31:09.137ZServer listening on 5201 (test #2)
11572026-03-27T04:31:09.137Z-----------------------------------------------------------
11582026-03-27T04:31:09.137ZAccepted connection from 10.0.0.1, port 41777
11592026-03-27T04:31:09.137Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53273
11602026-03-27T04:31:09.137Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54893
11612026-03-27T04:31:09.137Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35193
11622026-03-27T04:31:09.137Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50003
11632026-03-27T04:31:09.137Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50084
11642026-03-27T04:31:09.137Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34191
11652026-03-27T04:31:09.137Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43183
11662026-03-27T04:31:09.137Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60606
11672026-03-27T04:31:09.137Z[ ID] Interval Transfer Bitrate
11682026-03-27T04:31:09.138Z[ 5] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11692026-03-27T04:31:09.138Z[ 8] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11702026-03-27T04:31:09.138Z[ 10] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11712026-03-27T04:31:09.138Z[ 12] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11722026-03-27T04:31:09.138Z[ 14] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11732026-03-27T04:31:09.138Z[ 16] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11742026-03-27T04:31:09.138Z[ 18] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11752026-03-27T04:31:09.138Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
11762026-03-27T04:31:09.138Z[SUM] 0.00-1.00 sec 970 MBytes 8.14 Gbits/sec
11772026-03-27T04:31:09.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
11782026-03-27T04:31:09.138Z[ 5] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11792026-03-27T04:31:09.138Z[ 8] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11802026-03-27T04:31:09.138Z[ 10] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11812026-03-27T04:31:09.138Z[ 12] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11822026-03-27T04:31:09.138Z[ 14] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11832026-03-27T04:31:09.138Z[ 16] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11842026-03-27T04:31:09.138Z[ 18] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11852026-03-27T04:31:09.138Z[ 20] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
11862026-03-27T04:31:09.138Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.6 Gbits/sec
11872026-03-27T04:31:09.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
11882026-03-27T04:31:09.138Z[ 5] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11892026-03-27T04:31:09.139Z[ 8] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11902026-03-27T04:31:09.139Z[ 10] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11912026-03-27T04:31:09.139Z[ 12] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11922026-03-27T04:31:09.139Z[ 14] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11932026-03-27T04:31:09.139Z[ 16] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11942026-03-27T04:31:09.139Z[ 18] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11952026-03-27T04:31:09.139Z[ 20] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
11962026-03-27T04:31:09.139Z[SUM] 2.00-3.00 sec 1.23 GBytes 10.5 Gbits/sec
11972026-03-27T04:31:09.139Z- - - - - - - - - - - - - - - - - - - - - - - - -
11982026-03-27T04:31:09.139Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
11992026-03-27T04:31:09.139Z[ 8] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
12002026-03-27T04:31:09.139Z[ 10] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
12012026-03-27T04:31:09.139Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
12022026-03-27T04:31:09.139Z[ 14] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
12032026-03-27T04:31:09.139Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
12042026-03-27T04:31:09.139Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
12052026-03-27T04:31:09.139Z[ 20] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
12062026-03-27T04:31:09.139Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.6 Gbits/sec
12072026-03-27T04:31:09.139Z- - - - - - - - - - - - - - - - - - - - - - - - -
12082026-03-27T04:31:09.139Z[ 5] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
12092026-03-27T04:31:09.139Z[ 8] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
12102026-03-27T04:31:09.139Z[ 10] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
12112026-03-27T04:31:09.139Z[ 12] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
12122026-03-27T04:31:09.139Z[ 14] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
12132026-03-27T04:31:09.139Z[ 16] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
12142026-03-27T04:31:09.139Z[ 18] 4.00-5.00 sec 156 MBytes 1.31 Gbits/sec
12152026-03-27T04:31:09.139Z[ 20] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
12162026-03-27T04:31:09.139Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
12172026-03-27T04:31:09.140Z- - - - - - - - - - - - - - - - - - - - - - - - -
12182026-03-27T04:31:09.140Z[ 5] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12192026-03-27T04:31:09.140Z[ 8] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12202026-03-27T04:31:09.140Z[ 10] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12212026-03-27T04:31:09.140Z[ 12] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12222026-03-27T04:31:09.140Z[ 14] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
12232026-03-27T04:31:09.143Z[ 16] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12242026-03-27T04:31:09.143Z[ 18] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12252026-03-27T04:31:09.143Z[ 20] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
12262026-03-27T04:31:09.143Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
12272026-03-27T04:31:09.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
12282026-03-27T04:31:09.143Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12292026-03-27T04:31:09.143Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12302026-03-27T04:31:09.143Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12312026-03-27T04:31:12.138Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12322026-03-27T04:31:12.138Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12332026-03-27T04:31:12.138Z[ 16] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12342026-03-27T04:31:12.138Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12352026-03-27T04:31:12.138Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
12362026-03-27T04:31:12.138Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
12372026-03-27T04:31:12.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
12382026-03-27T04:31:12.138Z[ 5] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12392026-03-27T04:31:12.138Z[ 8] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12402026-03-27T04:31:12.138Z[ 10] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12412026-03-27T04:31:12.138Z[ 12] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12422026-03-27T04:31:12.138Z[ 14] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12432026-03-27T04:31:12.138Z[ 16] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12442026-03-27T04:31:12.138Z[ 18] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12452026-03-27T04:31:12.138Z[ 20] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
12462026-03-27T04:31:12.138Z[SUM] 7.00-8.00 sec 1.23 GBytes 10.5 Gbits/sec
12472026-03-27T04:31:12.138Z- - - - - - - - - - - - - - - - - - - - - - - - -
12482026-03-27T04:31:12.139Z[ 5] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12492026-03-27T04:31:12.139Z[ 8] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
12502026-03-27T04:31:12.139Z[ 10] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12512026-03-27T04:31:12.139Z[ 12] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
12522026-03-27T04:31:12.139Z[ 14] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12532026-03-27T04:31:12.139Z[ 16] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12542026-03-27T04:31:12.139Z[ 18] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12552026-03-27T04:31:12.139Z[ 20] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
12562026-03-27T04:31:12.139Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
12572026-03-27T04:31:12.139Z- - - - - - - - - - - - - - - - - - - - - - - - -
12582026-03-27T04:31:12.139Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12592026-03-27T04:31:12.139Z[ 8] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
12602026-03-27T04:31:12.139Z[ 10] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
12612026-03-27T04:31:12.139Z[ 12] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
12622026-03-27T04:31:12.139Z[ 14] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12632026-03-27T04:31:12.139Z[ 16] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
12642026-03-27T04:31:12.139Z[ 18] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
12652026-03-27T04:31:12.139Z[ 20] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
12662026-03-27T04:31:12.139Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
12672026-03-27T04:31:12.140Z- - - - - - - - - - - - - - - - - - - - - - - - -
12682026-03-27T04:31:12.140Z[ 5] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12692026-03-27T04:31:12.140Z[ 8] 10.00-10.00 sec 128 KBytes 2.21 Gbits/sec
12702026-03-27T04:31:12.140Z[ 10] 10.00-10.00 sec 128 KBytes 2.21 Gbits/sec
12712026-03-27T04:31:12.140Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12722026-03-27T04:31:12.140Z[ 14] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12732026-03-27T04:31:12.140Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
12742026-03-27T04:31:12.143Z[ 18] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12752026-03-27T04:31:12.143Z[ 20] 10.00-10.00 sec 128 KBytes 2.22 Gbits/sec
12762026-03-27T04:31:12.143Z[SUM] 10.00-10.00 sec 768 KBytes 13.3 Gbits/sec
12772026-03-27T04:31:12.143Z- - - - - - - - - - - - - - - - - - - - - - - - -
12782026-03-27T04:31:12.143Z[ ID] Interval Transfer Bitrate
12792026-03-27T04:31:12.143Z[ 5] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12802026-03-27T04:31:12.143Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12812026-03-27T04:31:12.143Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12822026-03-27T04:31:12.144Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12832026-03-27T04:31:12.144Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12842026-03-27T04:31:12.144Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12852026-03-27T04:31:12.144Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12862026-03-27T04:31:12.144Z[ 20] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
12872026-03-27T04:31:12.144Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec receiver
12882026-03-27T04:31:12.144ZRun 2/5...10290.850085158432Mbps
12892026-03-27T04:31:19.525Z-----------------------------------------------------------
12902026-03-27T04:31:19.526ZServer listening on 5201 (test #3)
12912026-03-27T04:31:19.526Z-----------------------------------------------------------
12922026-03-27T04:31:19.526ZAccepted connection from 10.0.0.1, port 41747
12932026-03-27T04:31:19.526Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52820
12942026-03-27T04:31:19.526Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57486
12952026-03-27T04:31:19.526Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33055
12962026-03-27T04:31:19.526Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33928
12972026-03-27T04:31:19.526Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49520
12982026-03-27T04:31:19.526Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64275
12992026-03-27T04:31:19.526Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62420
13002026-03-27T04:31:19.526Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53912
13012026-03-27T04:31:19.526Z[ ID] Interval Transfer Bitrate
13022026-03-27T04:31:19.526Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
13032026-03-27T04:31:19.526Z[ 8] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
13042026-03-27T04:31:19.526Z[ 10] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
13052026-03-27T04:31:19.526Z[ 12] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
13062026-03-27T04:31:19.526Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
13072026-03-27T04:31:19.526Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
13082026-03-27T04:31:19.526Z[ 18] 0.00-1.00 sec 121 MBytes 1.01 Gbits/sec
13092026-03-27T04:31:19.526Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
13102026-03-27T04:31:19.526Z[SUM] 0.00-1.00 sec 962 MBytes 8.07 Gbits/sec
13112026-03-27T04:31:19.526Z- - - - - - - - - - - - - - - - - - - - - - - - -
13122026-03-27T04:31:19.526Z[ 5] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
13132026-03-27T04:31:19.526Z[ 8] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
13142026-03-27T04:31:19.526Z[ 10] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
13152026-03-27T04:31:19.526Z[ 12] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
13162026-03-27T04:31:19.526Z[ 14] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
13172026-03-27T04:31:19.526Z[ 16] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
13182026-03-27T04:31:19.526Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
13192026-03-27T04:31:19.526Z[ 20] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
13202026-03-27T04:31:19.526Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.5 Gbits/sec
13212026-03-27T04:31:19.526Z- - - - - - - - - - - - - - - - - - - - - - - - -
13222026-03-27T04:31:19.526Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13232026-03-27T04:31:19.526Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13242026-03-27T04:31:19.526Z[ 10] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13252026-03-27T04:31:19.526Z[ 12] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13262026-03-27T04:31:19.527Z[ 14] 2.00-3.00 sec 156 MBytes 1.30 Gbits/sec
13272026-03-27T04:31:19.527Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13282026-03-27T04:31:19.527Z[ 18] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13292026-03-27T04:31:19.527Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
13302026-03-27T04:31:19.527Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.4 Gbits/sec
13312026-03-27T04:31:19.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
13322026-03-27T04:31:19.527Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
13332026-03-27T04:31:19.527Z[ 8] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
13342026-03-27T04:31:19.527Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
13352026-03-27T04:31:19.527Z[ 12] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
13362026-03-27T04:31:19.527Z[ 14] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
13372026-03-27T04:31:19.527Z[ 16] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
13382026-03-27T04:31:19.527Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
13392026-03-27T04:31:19.527Z[ 20] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
13402026-03-27T04:31:19.527Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
13412026-03-27T04:31:19.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
13422026-03-27T04:31:19.527Z[ 5] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13432026-03-27T04:31:19.530Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13442026-03-27T04:31:19.530Z[ 10] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13452026-03-27T04:31:19.530Z[ 12] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13462026-03-27T04:31:19.530Z[ 14] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13472026-03-27T04:31:19.530Z[ 16] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13482026-03-27T04:31:19.530Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13492026-03-27T04:31:19.530Z[ 20] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
13502026-03-27T04:31:19.530Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.5 Gbits/sec
13512026-03-27T04:31:19.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
13522026-03-27T04:31:19.531Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13532026-03-27T04:31:19.531Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13542026-03-27T04:31:19.531Z[ 10] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
13552026-03-27T04:31:19.531Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13562026-03-27T04:31:19.531Z[ 14] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
13572026-03-27T04:31:19.531Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13582026-03-27T04:31:19.531Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
13592026-03-27T04:31:19.531Z[ 20] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
13602026-03-27T04:31:19.531Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
13612026-03-27T04:31:19.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
13622026-03-27T04:31:19.531Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13632026-03-27T04:31:19.531Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13642026-03-27T04:31:19.531Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13652026-03-27T04:31:22.526Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13662026-03-27T04:31:22.527Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13672026-03-27T04:31:22.527Z[ 16] 6.00-7.00 sec 156 MBytes 1.30 Gbits/sec
13682026-03-27T04:31:22.527Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13692026-03-27T04:31:22.527Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
13702026-03-27T04:31:22.527Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
13712026-03-27T04:31:22.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
13722026-03-27T04:31:22.527Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13732026-03-27T04:31:22.527Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13742026-03-27T04:31:22.527Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13752026-03-27T04:31:22.527Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13762026-03-27T04:31:22.527Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13772026-03-27T04:31:22.527Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13782026-03-27T04:31:22.527Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13792026-03-27T04:31:22.527Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
13802026-03-27T04:31:22.527Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
13812026-03-27T04:31:22.527Z- - - - - - - - - - - - - - - - - - - - - - - - -
13822026-03-27T04:31:22.527Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13832026-03-27T04:31:22.527Z[ 8] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
13842026-03-27T04:31:22.527Z[ 10] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
13852026-03-27T04:31:22.527Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
13862026-03-27T04:31:22.527Z[ 14] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
13872026-03-27T04:31:22.527Z[ 16] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
13882026-03-27T04:31:22.527Z[ 18] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
13892026-03-27T04:31:22.527Z[ 20] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
13902026-03-27T04:31:22.527Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
13912026-03-27T04:31:22.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
13922026-03-27T04:31:22.531Z[ 5] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
13932026-03-27T04:31:22.531Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
13942026-03-27T04:31:22.531Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
13952026-03-27T04:31:22.531Z[ 12] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
13962026-03-27T04:31:22.531Z[ 14] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
13972026-03-27T04:31:22.531Z[ 16] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
13982026-03-27T04:31:22.531Z[ 18] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
13992026-03-27T04:31:22.531Z[ 20] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
14002026-03-27T04:31:22.531Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
14012026-03-27T04:31:22.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
14022026-03-27T04:31:22.531Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14032026-03-27T04:31:22.531Z[ 8] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
14042026-03-27T04:31:22.531Z[ 10] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
14052026-03-27T04:31:22.531Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14062026-03-27T04:31:22.531Z[ 14] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
14072026-03-27T04:31:22.531Z[ 16] 10.00-10.00 sec 128 KBytes 2.08 Gbits/sec
14082026-03-27T04:31:22.531Z[ 18] 10.00-10.00 sec 128 KBytes 2.09 Gbits/sec
14092026-03-27T04:31:22.531Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
14102026-03-27T04:31:22.531Z[SUM] 10.00-10.00 sec 640 KBytes 10.4 Gbits/sec
14112026-03-27T04:31:22.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
14122026-03-27T04:31:22.531Z[ ID] Interval Transfer Bitrate
14132026-03-27T04:31:22.531Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14142026-03-27T04:31:22.531Z[ 8] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14152026-03-27T04:31:22.531Z[ 10] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14162026-03-27T04:31:22.531Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14172026-03-27T04:31:22.531Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14182026-03-27T04:31:22.531Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14192026-03-27T04:31:22.531Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14202026-03-27T04:31:22.532Z[ 20] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
14212026-03-27T04:31:22.532Z[SUM] 0.00-10.00 sec 11.9 GBytes 10.3 Gbits/sec receiver
14222026-03-27T04:31:22.532ZRun 3/5...10254.164955995748Mbps
14232026-03-27T04:31:29.912Z-----------------------------------------------------------
14242026-03-27T04:31:29.912ZServer listening on 5201 (test #4)
14252026-03-27T04:31:29.912Z-----------------------------------------------------------
14262026-03-27T04:31:29.912ZAccepted connection from 10.0.0.1, port 39314
14272026-03-27T04:31:29.912Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40166
14282026-03-27T04:31:29.912Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50813
14292026-03-27T04:31:29.912Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36193
14302026-03-27T04:31:29.912Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35947
14312026-03-27T04:31:29.912Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63091
14322026-03-27T04:31:29.912Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39588
14332026-03-27T04:31:29.912Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48368
14342026-03-27T04:31:29.912Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63641
14352026-03-27T04:31:29.912Z[ ID] Interval Transfer Bitrate
14362026-03-27T04:31:29.912Z[ 5] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14372026-03-27T04:31:29.913Z[ 8] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14382026-03-27T04:31:29.913Z[ 10] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14392026-03-27T04:31:29.913Z[ 12] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14402026-03-27T04:31:29.913Z[ 14] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14412026-03-27T04:31:29.913Z[ 16] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14422026-03-27T04:31:29.913Z[ 18] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
14432026-03-27T04:31:29.913Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
14442026-03-27T04:31:29.913Z[SUM] 0.00-1.00 sec 973 MBytes 8.16 Gbits/sec
14452026-03-27T04:31:29.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
14462026-03-27T04:31:29.913Z[ 5] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14472026-03-27T04:31:29.913Z[ 8] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14482026-03-27T04:31:29.913Z[ 10] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14492026-03-27T04:31:29.913Z[ 12] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14502026-03-27T04:31:29.913Z[ 14] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
14512026-03-27T04:31:29.913Z[ 16] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14522026-03-27T04:31:29.913Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14532026-03-27T04:31:29.913Z[ 20] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
14542026-03-27T04:31:29.913Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.6 Gbits/sec
14552026-03-27T04:31:29.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
14562026-03-27T04:31:29.913Z[ 5] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14572026-03-27T04:31:29.913Z[ 8] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14582026-03-27T04:31:29.913Z[ 10] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
14592026-03-27T04:31:29.913Z[ 12] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
14602026-03-27T04:31:29.913Z[ 14] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
14612026-03-27T04:31:29.913Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14622026-03-27T04:31:29.913Z[ 18] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14632026-03-27T04:31:29.913Z[ 20] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
14642026-03-27T04:31:29.913Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
14652026-03-27T04:31:29.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
14662026-03-27T04:31:29.913Z[ 5] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14672026-03-27T04:31:29.913Z[ 8] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14682026-03-27T04:31:29.913Z[ 10] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14692026-03-27T04:31:29.913Z[ 12] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14702026-03-27T04:31:29.913Z[ 14] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14712026-03-27T04:31:29.914Z[ 16] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14722026-03-27T04:31:29.914Z[ 18] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14732026-03-27T04:31:29.914Z[ 20] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
14742026-03-27T04:31:29.914Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.6 Gbits/sec
14752026-03-27T04:31:29.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
14762026-03-27T04:31:29.914Z[ 5] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
14772026-03-27T04:31:29.914Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
14782026-03-27T04:31:29.914Z[ 10] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
14792026-03-27T04:31:29.914Z[ 12] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
14802026-03-27T04:31:29.914Z[ 14] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
14812026-03-27T04:31:29.914Z[ 16] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
14822026-03-27T04:31:29.914Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
14832026-03-27T04:31:29.914Z[ 20] 4.00-5.00 sec 157 MBytes 1.31 Gbits/sec
14842026-03-27T04:31:29.914Z[SUM] 4.00-5.00 sec 1.22 GBytes 10.5 Gbits/sec
14852026-03-27T04:31:29.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
14862026-03-27T04:31:29.914Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14872026-03-27T04:31:29.914Z[ 8] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14882026-03-27T04:31:29.914Z[ 10] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14892026-03-27T04:31:29.914Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14902026-03-27T04:31:29.914Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14912026-03-27T04:31:29.914Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14922026-03-27T04:31:29.914Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14932026-03-27T04:31:29.914Z[ 20] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
14942026-03-27T04:31:29.914Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
14952026-03-27T04:31:29.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
14962026-03-27T04:31:29.914Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
14972026-03-27T04:31:29.914Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
14982026-03-27T04:31:29.914Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
14992026-03-27T04:31:32.913Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15002026-03-27T04:31:32.913Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15012026-03-27T04:31:32.913Z[ 16] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15022026-03-27T04:31:32.913Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15032026-03-27T04:31:32.913Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
15042026-03-27T04:31:32.913Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
15052026-03-27T04:31:32.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
15062026-03-27T04:31:32.913Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15072026-03-27T04:31:32.913Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15082026-03-27T04:31:32.913Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15092026-03-27T04:31:32.913Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15102026-03-27T04:31:32.913Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15112026-03-27T04:31:32.913Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15122026-03-27T04:31:32.913Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15132026-03-27T04:31:32.913Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
15142026-03-27T04:31:32.913Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
15152026-03-27T04:31:32.913Z- - - - - - - - - - - - - - - - - - - - - - - - -
15162026-03-27T04:31:32.913Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15172026-03-27T04:31:32.913Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15182026-03-27T04:31:32.914Z[ 10] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15192026-03-27T04:31:32.914Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15202026-03-27T04:31:32.914Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15212026-03-27T04:31:32.914Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15222026-03-27T04:31:32.914Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15232026-03-27T04:31:32.914Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
15242026-03-27T04:31:32.914Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
15252026-03-27T04:31:32.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
15262026-03-27T04:31:32.914Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15272026-03-27T04:31:32.914Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15282026-03-27T04:31:32.914Z[ 10] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15292026-03-27T04:31:32.914Z[ 12] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15302026-03-27T04:31:32.914Z[ 14] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15312026-03-27T04:31:32.914Z[ 16] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15322026-03-27T04:31:32.914Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15332026-03-27T04:31:32.914Z[ 20] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
15342026-03-27T04:31:32.914Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.5 Gbits/sec
15352026-03-27T04:31:32.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
15362026-03-27T04:31:32.914Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15372026-03-27T04:31:32.914Z[ 8] 10.00-10.00 sec 128 KBytes 2.00 Gbits/sec
15382026-03-27T04:31:32.914Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15392026-03-27T04:31:32.914Z[ 12] 10.00-10.00 sec 128 KBytes 2.00 Gbits/sec
15402026-03-27T04:31:32.914Z[ 14] 10.00-10.00 sec 128 KBytes 2.00 Gbits/sec
15412026-03-27T04:31:32.914Z[ 16] 10.00-10.00 sec 128 KBytes 2.00 Gbits/sec
15422026-03-27T04:31:32.914Z[ 18] 10.00-10.00 sec 128 KBytes 2.00 Gbits/sec
15432026-03-27T04:31:32.914Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15442026-03-27T04:31:32.914Z[SUM] 10.00-10.00 sec 640 KBytes 10.0 Gbits/sec
15452026-03-27T04:31:32.914Z- - - - - - - - - - - - - - - - - - - - - - - - -
15462026-03-27T04:31:32.914Z[ ID] Interval Transfer Bitrate
15472026-03-27T04:31:32.914Z[ 5] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
15482026-03-27T04:31:32.914Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
15492026-03-27T04:31:32.918Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
15502026-03-27T04:31:32.918Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
15512026-03-27T04:31:32.918Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec receiver
15522026-03-27T04:31:32.918Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
15532026-03-27T04:31:32.918Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
15542026-03-27T04:31:32.918Z[ 20] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
15552026-03-27T04:31:32.918Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec receiver
15562026-03-27T04:31:32.918ZRun 4/5...10279.710713217162Mbps
15572026-03-27T04:31:40.298Z-----------------------------------------------------------
15582026-03-27T04:31:40.298ZServer listening on 5201 (test #5)
15592026-03-27T04:31:40.298Z-----------------------------------------------------------
15602026-03-27T04:31:40.298ZAccepted connection from 10.0.0.1, port 39888
15612026-03-27T04:31:40.298Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34007
15622026-03-27T04:31:40.298Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43041
15632026-03-27T04:31:40.298Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36980
15642026-03-27T04:31:40.298Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45933
15652026-03-27T04:31:40.298Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48421
15662026-03-27T04:31:40.299Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45959
15672026-03-27T04:31:40.299Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55332
15682026-03-27T04:31:40.299Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43114
15692026-03-27T04:31:40.299Z[ ID] Interval Transfer Bitrate
15702026-03-27T04:31:40.299Z[ 5] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15712026-03-27T04:31:40.299Z[ 8] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15722026-03-27T04:31:40.299Z[ 10] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15732026-03-27T04:31:40.299Z[ 12] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15742026-03-27T04:31:40.299Z[ 14] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15752026-03-27T04:31:40.299Z[ 16] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15762026-03-27T04:31:40.299Z[ 18] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15772026-03-27T04:31:40.299Z[ 20] 0.00-1.00 sec 120 MBytes 1.01 Gbits/sec
15782026-03-27T04:31:40.299Z[SUM] 0.00-1.00 sec 962 MBytes 8.07 Gbits/sec
15792026-03-27T04:31:40.299Z- - - - - - - - - - - - - - - - - - - - - - - - -
15802026-03-27T04:31:40.299Z[ 5] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
15812026-03-27T04:31:40.299Z[ 8] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
15822026-03-27T04:31:40.299Z[ 10] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
15832026-03-27T04:31:40.299Z[ 12] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
15842026-03-27T04:31:40.299Z[ 14] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
15852026-03-27T04:31:40.299Z[ 16] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
15862026-03-27T04:31:40.299Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
15872026-03-27T04:31:40.299Z[ 20] 1.00-2.00 sec 157 MBytes 1.31 Gbits/sec
15882026-03-27T04:31:40.299Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.5 Gbits/sec
15892026-03-27T04:31:40.299Z- - - - - - - - - - - - - - - - - - - - - - - - -
15902026-03-27T04:31:40.299Z[ 5] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
15912026-03-27T04:31:40.299Z[ 8] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
15922026-03-27T04:31:40.299Z[ 10] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
15932026-03-27T04:31:40.299Z[ 12] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
15942026-03-27T04:31:40.300Z[ 14] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
15952026-03-27T04:31:40.300Z[ 16] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
15962026-03-27T04:31:40.300Z[ 18] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
15972026-03-27T04:31:40.300Z[ 20] 2.00-3.00 sec 157 MBytes 1.31 Gbits/sec
15982026-03-27T04:31:40.300Z[SUM] 2.00-3.00 sec 1.22 GBytes 10.5 Gbits/sec
15992026-03-27T04:31:40.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
16002026-03-27T04:31:40.300Z[ 5] 3.00-4.00 sec 157 MBytes 1.31 Gbits/sec
16012026-03-27T04:31:40.300Z[ 8] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
16022026-03-27T04:31:40.300Z[ 10] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
16032026-03-27T04:31:40.300Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
16042026-03-27T04:31:40.300Z[ 14] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
16052026-03-27T04:31:40.300Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
16062026-03-27T04:31:40.300Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
16072026-03-27T04:31:40.300Z[ 20] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
16082026-03-27T04:31:40.300Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.5 Gbits/sec
16092026-03-27T04:31:40.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
16102026-03-27T04:31:40.300Z[ 5] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16112026-03-27T04:31:40.303Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16122026-03-27T04:31:40.303Z[ 10] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16132026-03-27T04:31:40.303Z[ 12] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16142026-03-27T04:31:40.303Z[ 14] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16152026-03-27T04:31:40.303Z[ 16] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16162026-03-27T04:31:40.304Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16172026-03-27T04:31:40.304Z[ 20] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
16182026-03-27T04:31:40.304Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.5 Gbits/sec
16192026-03-27T04:31:40.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
16202026-03-27T04:31:40.304Z[ 5] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
16212026-03-27T04:31:40.304Z[ 8] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
16222026-03-27T04:31:40.304Z[ 10] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
16232026-03-27T04:31:40.304Z[ 12] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
16242026-03-27T04:31:40.304Z[ 14] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
16252026-03-27T04:31:40.304Z[ 16] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
16262026-03-27T04:31:40.304Z[ 18] 5.00-6.00 sec 156 MBytes 1.31 Gbits/sec
16272026-03-27T04:31:40.304Z[ 20] 5.00-6.00 sec 157 MBytes 1.31 Gbits/sec
16282026-03-27T04:31:40.304Z[SUM] 5.00-6.00 sec 1.22 GBytes 10.5 Gbits/sec
16292026-03-27T04:31:40.304Z- - - - - - - - - - - - - - - - - - - - - - - - -
16302026-03-27T04:31:40.304Z[ 5] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16312026-03-27T04:31:40.304Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16322026-03-27T04:31:40.304Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16332026-03-27T04:31:43.299Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16342026-03-27T04:31:43.299Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16352026-03-27T04:31:43.299Z[ 16] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16362026-03-27T04:31:43.299Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16372026-03-27T04:31:43.299Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
16382026-03-27T04:31:43.300Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
16392026-03-27T04:31:43.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
16402026-03-27T04:31:43.300Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16412026-03-27T04:31:43.300Z[ 8] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16422026-03-27T04:31:43.300Z[ 10] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16432026-03-27T04:31:43.300Z[ 12] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16442026-03-27T04:31:43.300Z[ 14] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16452026-03-27T04:31:43.300Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16462026-03-27T04:31:43.300Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16472026-03-27T04:31:43.300Z[ 20] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
16482026-03-27T04:31:43.300Z[SUM] 7.00-8.00 sec 1.22 GBytes 10.5 Gbits/sec
16492026-03-27T04:31:43.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
16502026-03-27T04:31:43.300Z[ 5] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
16512026-03-27T04:31:43.300Z[ 8] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
16522026-03-27T04:31:43.300Z[ 10] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
16532026-03-27T04:31:43.300Z[ 12] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
16542026-03-27T04:31:43.300Z[ 14] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
16552026-03-27T04:31:43.300Z[ 16] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
16562026-03-27T04:31:43.300Z[ 18] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
16572026-03-27T04:31:43.300Z[ 20] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
16582026-03-27T04:31:43.300Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
16592026-03-27T04:31:43.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
16602026-03-27T04:31:43.300Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16612026-03-27T04:31:43.300Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16622026-03-27T04:31:43.300Z[ 10] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16632026-03-27T04:31:43.300Z[ 12] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16642026-03-27T04:31:43.300Z[ 14] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16652026-03-27T04:31:43.300Z[ 16] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16662026-03-27T04:31:43.300Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16672026-03-27T04:31:43.300Z[ 20] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
16682026-03-27T04:31:43.300Z[SUM] 9.00-10.00 sec 1.23 GBytes 10.6 Gbits/sec
16692026-03-27T04:31:43.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
16702026-03-27T04:31:43.300Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16712026-03-27T04:31:43.300Z[ 8] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
16722026-03-27T04:31:43.300Z[ 10] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
16732026-03-27T04:31:43.301Z[ 12] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
16742026-03-27T04:31:43.301Z[ 14] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
16752026-03-27T04:31:43.301Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
16762026-03-27T04:31:43.301Z[ 18] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
16772026-03-27T04:31:43.301Z[ 20] 10.00-10.00 sec 128 KBytes 2.25 Gbits/sec
16782026-03-27T04:31:43.301Z[SUM] 10.00-10.00 sec 768 KBytes 13.5 Gbits/sec
16792026-03-27T04:31:43.301Z- - - - - - - - - - - - - - - - - - - - - - - - -
16802026-03-27T04:31:43.304Z[ ID] Interval Transfer Bitrate
16812026-03-27T04:31:43.304Z[ 5] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
16822026-03-27T04:31:43.304Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
16832026-03-27T04:31:43.304Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
16842026-03-27T04:31:43.304Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
16852026-03-27T04:31:43.304Z[ 14] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
16862026-03-27T04:31:43.304Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec receiver
16872026-03-27T04:31:43.304Z[ 18] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
16882026-03-27T04:31:43.304Z[ 20] 0.00-10.00 sec 1.50 GBytes 1.28 Gbits/sec receiver
16892026-03-27T04:31:43.304Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec receiver
16902026-03-27T04:31:43.304ZRun 5/5...10275.1258445348Mbps
16912026-03-27T04:31:43.304Z###---------------------###
16922026-03-27T04:31:43.305Z::: iPerf done... :::
16932026-03-27T04:31:43.305Z:::Awaiting out files...:::
16942026-03-27T04:31:43.305Z###---------------------###
16952026-03-27T04:31:43.305Z###-----###
16962026-03-27T04:31:43.305Z:::done!:::
16972026-03-27T04:31:43.305Z###-----###
16982026-03-27T04:31:43.305Z###-------------------###
16992026-03-27T04:31:43.305Z:::Running experiment :::
17002026-03-27T04:31:43.305Z:::iperf-tcp/local/s2c:::
17012026-03-27T04:31:43.305Z###-------------------###
17022026-03-27T04:31:50.692Z-----------------------------------------------------------
17032026-03-27T04:31:50.692ZServer listening on 5201 (test #6)
17042026-03-27T04:31:50.692Z-----------------------------------------------------------
17052026-03-27T04:31:50.692ZAccepted connection from 10.0.0.1, port 65234
17062026-03-27T04:31:50.692Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39740
17072026-03-27T04:31:50.692Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41655
17082026-03-27T04:31:50.692Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50423
17092026-03-27T04:31:50.692Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60847
17102026-03-27T04:31:50.692Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59135
17112026-03-27T04:31:50.692Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45336
17122026-03-27T04:31:50.692Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51786
17132026-03-27T04:31:50.692Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36780
17142026-03-27T04:31:50.693Z[ ID] Interval Transfer Bitrate
17152026-03-27T04:31:50.693Z[ 5] 0.00-1.00 sec 174 MBytes 1.46 Gbits/sec
17162026-03-27T04:31:50.693Z[ 8] 0.00-1.00 sec 156 MBytes 1.31 Gbits/sec
17172026-03-27T04:31:50.693Z[ 10] 0.00-1.00 sec 146 MBytes 1.22 Gbits/sec
17182026-03-27T04:31:50.693Z[ 12] 0.00-1.00 sec 166 MBytes 1.39 Gbits/sec
17192026-03-27T04:31:50.693Z[ 14] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
17202026-03-27T04:31:50.693Z[ 16] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
17212026-03-27T04:31:50.693Z[ 18] 0.00-1.00 sec 177 MBytes 1.49 Gbits/sec
17222026-03-27T04:31:50.693Z[ 20] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
17232026-03-27T04:31:50.693Z[SUM] 0.00-1.00 sec 1.23 GBytes 10.5 Gbits/sec
17242026-03-27T04:31:50.693Z- - - - - - - - - - - - - - - - - - - - - - - - -
17252026-03-27T04:31:50.693Z[ 5] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
17262026-03-27T04:31:50.693Z[ 8] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
17272026-03-27T04:31:50.693Z[ 10] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
17282026-03-27T04:31:50.694Z[ 12] 1.00-2.00 sec 181 MBytes 1.52 Gbits/sec
17292026-03-27T04:31:50.694Z[ 14] 1.00-2.00 sec 164 MBytes 1.37 Gbits/sec
17302026-03-27T04:31:50.694Z[ 16] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
17312026-03-27T04:31:50.694Z[ 18] 1.00-2.00 sec 164 MBytes 1.38 Gbits/sec
17322026-03-27T04:31:50.694Z[ 20] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
17332026-03-27T04:31:50.694Z[SUM] 1.00-2.00 sec 1.29 GBytes 11.1 Gbits/sec
17342026-03-27T04:31:50.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
17352026-03-27T04:31:50.694Z[ 5] 2.00-3.00 sec 210 MBytes 1.76 Gbits/sec
17362026-03-27T04:31:50.694Z[ 8] 2.00-3.00 sec 190 MBytes 1.59 Gbits/sec
17372026-03-27T04:31:50.694Z[ 10] 2.00-3.00 sec 183 MBytes 1.53 Gbits/sec
17382026-03-27T04:31:50.694Z[ 12] 2.00-3.00 sec 218 MBytes 1.83 Gbits/sec
17392026-03-27T04:31:50.694Z[ 14] 2.00-3.00 sec 184 MBytes 1.55 Gbits/sec
17402026-03-27T04:31:50.694Z[ 16] 2.00-3.00 sec 184 MBytes 1.55 Gbits/sec
17412026-03-27T04:31:50.694Z[ 18] 2.00-3.00 sec 186 MBytes 1.56 Gbits/sec
17422026-03-27T04:31:50.694Z[ 20] 2.00-3.00 sec 182 MBytes 1.53 Gbits/sec
17432026-03-27T04:31:50.694Z[SUM] 2.00-3.00 sec 1.50 GBytes 12.9 Gbits/sec
17442026-03-27T04:31:50.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
17452026-03-27T04:31:50.694Z[ 5] 3.00-4.00 sec 185 MBytes 1.55 Gbits/sec
17462026-03-27T04:31:50.694Z[ 8] 3.00-4.00 sec 174 MBytes 1.46 Gbits/sec
17472026-03-27T04:31:50.694Z[ 10] 3.00-4.00 sec 168 MBytes 1.41 Gbits/sec
17482026-03-27T04:31:50.694Z[ 12] 3.00-4.00 sec 177 MBytes 1.49 Gbits/sec
17492026-03-27T04:31:50.694Z[ 14] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec
17502026-03-27T04:31:50.694Z[ 16] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec
17512026-03-27T04:31:50.694Z[ 18] 3.00-4.00 sec 168 MBytes 1.41 Gbits/sec
17522026-03-27T04:31:50.694Z[ 20] 3.00-4.00 sec 168 MBytes 1.41 Gbits/sec
17532026-03-27T04:31:50.694Z[SUM] 3.00-4.00 sec 1.34 GBytes 11.5 Gbits/sec
17542026-03-27T04:31:50.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
17552026-03-27T04:31:50.694Z[ 5] 4.00-5.00 sec 178 MBytes 1.50 Gbits/sec
17562026-03-27T04:31:50.694Z[ 8] 4.00-5.00 sec 175 MBytes 1.47 Gbits/sec
17572026-03-27T04:31:50.694Z[ 10] 4.00-5.00 sec 169 MBytes 1.41 Gbits/sec
17582026-03-27T04:31:50.694Z[ 12] 4.00-5.00 sec 173 MBytes 1.45 Gbits/sec
17592026-03-27T04:31:50.694Z[ 14] 4.00-5.00 sec 170 MBytes 1.42 Gbits/sec
17602026-03-27T04:31:50.694Z[ 16] 4.00-5.00 sec 170 MBytes 1.42 Gbits/sec
17612026-03-27T04:31:50.694Z[ 18] 4.00-5.00 sec 175 MBytes 1.47 Gbits/sec
17622026-03-27T04:31:50.694Z[ 20] 4.00-5.00 sec 169 MBytes 1.41 Gbits/sec
17632026-03-27T04:31:50.694Z[SUM] 4.00-5.00 sec 1.35 GBytes 11.6 Gbits/sec
17642026-03-27T04:31:50.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
17652026-03-27T04:31:50.694Z[ 5] 5.00-6.00 sec 196 MBytes 1.65 Gbits/sec
17662026-03-27T04:31:50.694Z[ 8] 5.00-6.00 sec 196 MBytes 1.65 Gbits/sec
17672026-03-27T04:31:50.695Z[ 10] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec
17682026-03-27T04:31:50.695Z[ 12] 5.00-6.00 sec 177 MBytes 1.48 Gbits/sec
17692026-03-27T04:31:50.695Z[ 14] 5.00-6.00 sec 178 MBytes 1.49 Gbits/sec
17702026-03-27T04:31:50.695Z[ 16] 5.00-6.00 sec 177 MBytes 1.49 Gbits/sec
17712026-03-27T04:31:50.695Z[ 18] 5.00-6.00 sec 212 MBytes 1.78 Gbits/sec
17722026-03-27T04:31:50.695Z[ 20] 5.00-6.00 sec 174 MBytes 1.46 Gbits/sec
17732026-03-27T04:31:50.695Z[SUM] 5.00-6.00 sec 1.45 GBytes 12.5 Gbits/sec
17742026-03-27T04:31:50.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
17752026-03-27T04:31:50.695Z[ 5] 6.00-7.00 sec 155 MBytes 1.30 Gbits/sec
17762026-03-27T04:31:50.695Z[ 8] 6.00-7.00 sec 168 MBytes 1.41 Gbits/sec
17772026-03-27T04:31:50.695Z[ 10] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
17782026-03-27T04:31:53.693Z[ 12] 6.00-7.00 sec 165 MBytes 1.39 Gbits/sec
17792026-03-27T04:31:53.693Z[ 14] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
17802026-03-27T04:31:53.693Z[ 16] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
17812026-03-27T04:31:53.693Z[ 18] 6.00-7.00 sec 163 MBytes 1.37 Gbits/sec
17822026-03-27T04:31:53.693Z[ 20] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
17832026-03-27T04:31:53.693Z[SUM] 6.00-7.00 sec 1.26 GBytes 10.8 Gbits/sec
17842026-03-27T04:31:53.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
17852026-03-27T04:31:53.694Z[ 5] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
17862026-03-27T04:31:53.694Z[ 8] 7.00-8.00 sec 259 MBytes 2.17 Gbits/sec
17872026-03-27T04:31:53.694Z[ 10] 7.00-8.00 sec 184 MBytes 1.55 Gbits/sec
17882026-03-27T04:31:53.694Z[ 12] 7.00-8.00 sec 191 MBytes 1.60 Gbits/sec
17892026-03-27T04:31:53.694Z[ 14] 7.00-8.00 sec 186 MBytes 1.56 Gbits/sec
17902026-03-27T04:31:53.694Z[ 16] 7.00-8.00 sec 186 MBytes 1.56 Gbits/sec
17912026-03-27T04:31:53.694Z[ 18] 7.00-8.00 sec 212 MBytes 1.77 Gbits/sec
17922026-03-27T04:31:53.694Z[ 20] 7.00-8.00 sec 184 MBytes 1.55 Gbits/sec
17932026-03-27T04:31:53.694Z[SUM] 7.00-8.00 sec 1.52 GBytes 13.1 Gbits/sec
17942026-03-27T04:31:53.694Z- - - - - - - - - - - - - - - - - - - - - - - - -
17952026-03-27T04:31:53.694Z[ 5] 8.00-9.00 sec 193 MBytes 1.62 Gbits/sec
17962026-03-27T04:31:53.694Z[ 8] 8.00-9.00 sec 172 MBytes 1.45 Gbits/sec
17972026-03-27T04:31:53.694Z[ 10] 8.00-9.00 sec 174 MBytes 1.46 Gbits/sec
17982026-03-27T04:31:53.694Z[ 12] 8.00-9.00 sec 181 MBytes 1.52 Gbits/sec
17992026-03-27T04:31:53.694Z[ 14] 8.00-9.00 sec 176 MBytes 1.47 Gbits/sec
18002026-03-27T04:31:53.695Z[ 16] 8.00-9.00 sec 176 MBytes 1.47 Gbits/sec
18012026-03-27T04:31:53.695Z[ 18] 8.00-9.00 sec 194 MBytes 1.62 Gbits/sec
18022026-03-27T04:31:53.695Z[ 20] 8.00-9.00 sec 175 MBytes 1.46 Gbits/sec
18032026-03-27T04:31:53.695Z[SUM] 8.00-9.00 sec 1.41 GBytes 12.1 Gbits/sec
18042026-03-27T04:31:53.695Z- - - - - - - - - - - - - - - - - - - - - - - - -
18052026-03-27T04:31:53.695Z[ 5] 9.00-10.00 sec 201 MBytes 1.69 Gbits/sec
18062026-03-27T04:31:53.695Z[ 8] 9.00-10.00 sec 174 MBytes 1.46 Gbits/sec
18072026-03-27T04:31:53.695Z[ 10] 9.00-10.00 sec 172 MBytes 1.45 Gbits/sec
18082026-03-27T04:31:53.695Z[ 12] 9.00-10.00 sec 165 MBytes 1.38 Gbits/sec
18092026-03-27T04:31:53.695Z[ 14] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec
18102026-03-27T04:31:53.695Z[ 16] 9.00-10.00 sec 173 MBytes 1.45 Gbits/sec
18112026-03-27T04:31:53.695Z[ 18] 9.00-10.00 sec 191 MBytes 1.60 Gbits/sec
18122026-03-27T04:31:53.695Z[ 20] 9.00-10.00 sec 172 MBytes 1.44 Gbits/sec
18132026-03-27T04:31:53.696Z[SUM] 9.00-10.00 sec 1.39 GBytes 11.9 Gbits/sec
18142026-03-27T04:31:53.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
18152026-03-27T04:31:53.696Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18162026-03-27T04:31:53.696Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18172026-03-27T04:31:53.696Z[ 10] 10.00-10.00 sec 128 KBytes 2.23 Gbits/sec
18182026-03-27T04:31:53.696Z[ 12] 10.00-10.00 sec 128 KBytes 2.23 Gbits/sec
18192026-03-27T04:31:53.696Z[ 14] 10.00-10.00 sec 128 KBytes 2.23 Gbits/sec
18202026-03-27T04:31:53.696Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18212026-03-27T04:31:53.696Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18222026-03-27T04:31:53.696Z[ 20] 10.00-10.00 sec 128 KBytes 2.23 Gbits/sec
18232026-03-27T04:31:53.696Z[SUM] 10.00-10.00 sec 512 KBytes 8.91 Gbits/sec
18242026-03-27T04:31:53.696Z- - - - - - - - - - - - - - - - - - - - - - - - -
18252026-03-27T04:31:53.696Z[ ID] Interval Transfer Bitrate
18262026-03-27T04:31:53.696Z[ 5] 0.00-10.00 sec 1.77 GBytes 1.52 Gbits/sec sender
18272026-03-27T04:31:53.696Z[ 8] 0.00-10.00 sec 1.78 GBytes 1.53 Gbits/sec sender
18282026-03-27T04:31:53.696Z[ 10] 0.00-10.00 sec 1.65 GBytes 1.42 Gbits/sec sender
18292026-03-27T04:31:53.696Z[ 12] 0.00-10.00 sec 1.75 GBytes 1.50 Gbits/sec sender
18302026-03-27T04:31:53.696Z[ 14] 0.00-10.00 sec 1.66 GBytes 1.43 Gbits/sec sender
18312026-03-27T04:31:53.696Z[ 16] 0.00-10.00 sec 1.66 GBytes 1.43 Gbits/sec sender
18322026-03-27T04:31:53.696Z[ 18] 0.00-10.00 sec 1.80 GBytes 1.54 Gbits/sec sender
18332026-03-27T04:31:53.696Z[ 20] 0.00-10.00 sec 1.65 GBytes 1.42 Gbits/sec sender
18342026-03-27T04:31:53.696Z[SUM] 0.00-10.00 sec 13.7 GBytes 11.8 Gbits/sec sender
18352026-03-27T04:31:53.700ZRun 1/5...11795.594520425213Mbps
18362026-03-27T04:32:01.106Z-----------------------------------------------------------
18372026-03-27T04:32:01.106ZServer listening on 5201 (test #7)
18382026-03-27T04:32:01.106Z-----------------------------------------------------------
18392026-03-27T04:32:01.106ZAccepted connection from 10.0.0.1, port 58627
18402026-03-27T04:32:01.106Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43604
18412026-03-27T04:32:01.106Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47259
18422026-03-27T04:32:01.106Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60956
18432026-03-27T04:32:01.106Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48379
18442026-03-27T04:32:01.106Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35734
18452026-03-27T04:32:01.106Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39174
18462026-03-27T04:32:01.106Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55017
18472026-03-27T04:32:01.106Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57708
18482026-03-27T04:32:01.106Z[ ID] Interval Transfer Bitrate
18492026-03-27T04:32:01.106Z[ 5] 0.00-1.00 sec 143 MBytes 1.20 Gbits/sec
18502026-03-27T04:32:01.106Z[ 8] 0.00-1.00 sec 140 MBytes 1.17 Gbits/sec
18512026-03-27T04:32:01.106Z[ 10] 0.00-1.00 sec 145 MBytes 1.22 Gbits/sec
18522026-03-27T04:32:01.106Z[ 12] 0.00-1.00 sec 116 MBytes 975 Mbits/sec
18532026-03-27T04:32:01.106Z[ 14] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
18542026-03-27T04:32:01.106Z[ 16] 0.00-1.00 sec 117 MBytes 978 Mbits/sec
18552026-03-27T04:32:01.106Z[ 18] 0.00-1.00 sec 116 MBytes 975 Mbits/sec
18562026-03-27T04:32:01.106Z[ 20] 0.00-1.00 sec 124 MBytes 1.04 Gbits/sec
18572026-03-27T04:32:01.106Z[SUM] 0.00-1.00 sec 1.00 GBytes 8.60 Gbits/sec
18582026-03-27T04:32:01.106Z- - - - - - - - - - - - - - - - - - - - - - - - -
18592026-03-27T04:32:01.106Z[ 5] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec
18602026-03-27T04:32:01.106Z[ 8] 1.00-2.00 sec 164 MBytes 1.38 Gbits/sec
18612026-03-27T04:32:01.107Z[ 10] 1.00-2.00 sec 159 MBytes 1.33 Gbits/sec
18622026-03-27T04:32:01.107Z[ 12] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
18632026-03-27T04:32:01.110Z[ 14] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
18642026-03-27T04:32:01.110Z[ 16] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
18652026-03-27T04:32:01.110Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
18662026-03-27T04:32:01.110Z[ 20] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
18672026-03-27T04:32:01.110Z[SUM] 1.00-2.00 sec 1.25 GBytes 10.7 Gbits/sec
18682026-03-27T04:32:01.110Z- - - - - - - - - - - - - - - - - - - - - - - - -
18692026-03-27T04:32:01.110Z[ 5] 2.00-3.00 sec 164 MBytes 1.38 Gbits/sec
18702026-03-27T04:32:01.111Z[ 8] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
18712026-03-27T04:32:01.111Z[ 10] 2.00-3.00 sec 165 MBytes 1.38 Gbits/sec
18722026-03-27T04:32:01.111Z[ 12] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
18732026-03-27T04:32:01.111Z[ 14] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec
18742026-03-27T04:32:01.111Z[ 16] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
18752026-03-27T04:32:01.111Z[ 18] 2.00-3.00 sec 157 MBytes 1.32 Gbits/sec
18762026-03-27T04:32:01.111Z[ 20] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec
18772026-03-27T04:32:01.111Z[SUM] 2.00-3.00 sec 1.25 GBytes 10.7 Gbits/sec
18782026-03-27T04:32:01.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
18792026-03-27T04:32:01.111Z[ 5] 3.00-4.00 sec 167 MBytes 1.40 Gbits/sec
18802026-03-27T04:32:01.111Z[ 8] 3.00-4.00 sec 172 MBytes 1.44 Gbits/sec
18812026-03-27T04:32:01.111Z[ 10] 3.00-4.00 sec 171 MBytes 1.43 Gbits/sec
18822026-03-27T04:32:01.111Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
18832026-03-27T04:32:01.111Z[ 14] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
18842026-03-27T04:32:01.111Z[ 16] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
18852026-03-27T04:32:01.111Z[ 18] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
18862026-03-27T04:32:01.111Z[ 20] 3.00-4.00 sec 162 MBytes 1.36 Gbits/sec
18872026-03-27T04:32:01.111Z[SUM] 3.00-4.00 sec 1.27 GBytes 10.9 Gbits/sec
18882026-03-27T04:32:01.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
18892026-03-27T04:32:01.111Z[ 5] 4.00-5.00 sec 169 MBytes 1.42 Gbits/sec
18902026-03-27T04:32:01.111Z[ 8] 4.00-5.00 sec 170 MBytes 1.42 Gbits/sec
18912026-03-27T04:32:01.111Z[ 10] 4.00-5.00 sec 184 MBytes 1.54 Gbits/sec
18922026-03-27T04:32:01.111Z[ 12] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
18932026-03-27T04:32:01.111Z[ 14] 4.00-5.00 sec 166 MBytes 1.39 Gbits/sec
18942026-03-27T04:32:01.111Z[ 16] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
18952026-03-27T04:32:01.111Z[ 18] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
18962026-03-27T04:32:01.111Z[ 20] 4.00-5.00 sec 165 MBytes 1.39 Gbits/sec
18972026-03-27T04:32:01.111Z[SUM] 4.00-5.00 sec 1.29 GBytes 11.1 Gbits/sec
18982026-03-27T04:32:01.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
18992026-03-27T04:32:01.111Z[ 5] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19002026-03-27T04:32:01.111Z[ 8] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19012026-03-27T04:32:01.111Z[ 10] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19022026-03-27T04:32:01.111Z[ 12] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19032026-03-27T04:32:01.111Z[ 14] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19042026-03-27T04:32:01.111Z[ 16] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19052026-03-27T04:32:01.112Z[ 18] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19062026-03-27T04:32:01.112Z[ 20] 5.00-6.00 sec 157 MBytes 1.32 Gbits/sec
19072026-03-27T04:32:01.112Z[SUM] 5.00-6.00 sec 1.23 GBytes 10.5 Gbits/sec
19082026-03-27T04:32:01.112Z- - - - - - - - - - - - - - - - - - - - - - - - -
19092026-03-27T04:32:01.112Z[ 5] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
19102026-03-27T04:32:01.112Z[ 8] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
19112026-03-27T04:32:01.112Z[ 10] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
19122026-03-27T04:32:04.109Z[ 12] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
19132026-03-27T04:32:04.109Z[ 14] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
19142026-03-27T04:32:04.109Z[ 16] 6.00-7.00 sec 157 MBytes 1.31 Gbits/sec
19152026-03-27T04:32:04.109Z[ 18] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
19162026-03-27T04:32:04.109Z[ 20] 6.00-7.00 sec 156 MBytes 1.31 Gbits/sec
19172026-03-27T04:32:04.109Z[SUM] 6.00-7.00 sec 1.22 GBytes 10.5 Gbits/sec
19182026-03-27T04:32:04.109Z- - - - - - - - - - - - - - - - - - - - - - - - -
19192026-03-27T04:32:04.109Z[ 5] 7.00-8.00 sec 159 MBytes 1.33 Gbits/sec
19202026-03-27T04:32:04.109Z[ 8] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec
19212026-03-27T04:32:04.109Z[ 10] 7.00-8.00 sec 162 MBytes 1.36 Gbits/sec
19222026-03-27T04:32:04.109Z[ 12] 7.00-8.00 sec 157 MBytes 1.31 Gbits/sec
19232026-03-27T04:32:04.110Z[ 14] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
19242026-03-27T04:32:04.110Z[ 16] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
19252026-03-27T04:32:04.110Z[ 18] 7.00-8.00 sec 156 MBytes 1.31 Gbits/sec
19262026-03-27T04:32:04.110Z[ 20] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
19272026-03-27T04:32:04.110Z[SUM] 7.00-8.00 sec 1.24 GBytes 10.6 Gbits/sec
19282026-03-27T04:32:04.110Z- - - - - - - - - - - - - - - - - - - - - - - - -
19292026-03-27T04:32:04.110Z[ 5] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19302026-03-27T04:32:04.110Z[ 8] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19312026-03-27T04:32:04.110Z[ 10] 8.00-9.00 sec 157 MBytes 1.31 Gbits/sec
19322026-03-27T04:32:04.110Z[ 12] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19332026-03-27T04:32:04.111Z[ 14] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19342026-03-27T04:32:04.111Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19352026-03-27T04:32:04.111Z[ 18] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19362026-03-27T04:32:04.111Z[ 20] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
19372026-03-27T04:32:04.111Z[SUM] 8.00-9.00 sec 1.22 GBytes 10.5 Gbits/sec
19382026-03-27T04:32:04.111Z- - - - - - - - - - - - - - - - - - - - - - - - -
19392026-03-27T04:32:04.111Z[ 5] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
19402026-03-27T04:32:04.111Z[ 8] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
19412026-03-27T04:32:04.111Z[ 10] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
19422026-03-27T04:32:04.111Z[ 12] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
19432026-03-27T04:32:04.111Z[ 14] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
19442026-03-27T04:32:04.111Z[ 16] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
19452026-03-27T04:32:04.111Z[ 18] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
19462026-03-27T04:32:04.111Z[ 20] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
19472026-03-27T04:32:04.112Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
19482026-03-27T04:32:04.112Z- - - - - - - - - - - - - - - - - - - - - - - - -
19492026-03-27T04:32:04.112Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19502026-03-27T04:32:04.112Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
19512026-03-27T04:32:04.112Z[ 10] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
19522026-03-27T04:32:04.112Z[ 12] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
19532026-03-27T04:32:04.112Z[ 14] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
19542026-03-27T04:32:04.112Z[ 16] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
19552026-03-27T04:32:04.112Z[ 18] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
19562026-03-27T04:32:04.112Z[ 20] 10.00-10.00 sec 128 KBytes 2.39 Gbits/sec
19572026-03-27T04:32:04.112Z[SUM] 10.00-10.00 sec 768 KBytes 14.3 Gbits/sec
19582026-03-27T04:32:04.112Z- - - - - - - - - - - - - - - - - - - - - - - - -
19592026-03-27T04:32:04.112Z[ ID] Interval Transfer Bitrate
19602026-03-27T04:32:04.112Z[ 5] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
19612026-03-27T04:32:04.112Z[ 8] 0.00-10.00 sec 1.55 GBytes 1.34 Gbits/sec sender
19622026-03-27T04:32:04.112Z[ 10] 0.00-10.00 sec 1.57 GBytes 1.35 Gbits/sec sender
19632026-03-27T04:32:04.112Z[ 12] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
19642026-03-27T04:32:04.112Z[ 14] 0.00-10.00 sec 1.52 GBytes 1.31 Gbits/sec sender
19652026-03-27T04:32:04.112Z[ 16] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
19662026-03-27T04:32:04.112Z[ 18] 0.00-10.00 sec 1.49 GBytes 1.28 Gbits/sec sender
19672026-03-27T04:32:04.112Z[ 20] 0.00-10.00 sec 1.52 GBytes 1.31 Gbits/sec sender
19682026-03-27T04:32:04.112Z[SUM] 0.00-10.00 sec 12.2 GBytes 10.5 Gbits/sec sender
19692026-03-27T04:32:04.116ZRun 2/5...10481.19575543228Mbps
19702026-03-27T04:32:11.500Z-----------------------------------------------------------
19712026-03-27T04:32:11.500ZServer listening on 5201 (test #8)
19722026-03-27T04:32:11.500Z-----------------------------------------------------------
19732026-03-27T04:32:11.500ZAccepted connection from 10.0.0.1, port 65195
19742026-03-27T04:32:11.500Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57000
19752026-03-27T04:32:11.500Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58281
19762026-03-27T04:32:11.500Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53093
19772026-03-27T04:32:11.500Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51701
19782026-03-27T04:32:11.500Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41945
19792026-03-27T04:32:11.500Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62310
19802026-03-27T04:32:11.500Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61060
19812026-03-27T04:32:11.500Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62474
19822026-03-27T04:32:11.500Z[ ID] Interval Transfer Bitrate
19832026-03-27T04:32:11.500Z[ 5] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19842026-03-27T04:32:11.500Z[ 8] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19852026-03-27T04:32:11.500Z[ 10] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19862026-03-27T04:32:11.500Z[ 12] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19872026-03-27T04:32:11.500Z[ 14] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19882026-03-27T04:32:11.500Z[ 16] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19892026-03-27T04:32:11.501Z[ 18] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19902026-03-27T04:32:11.501Z[ 20] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
19912026-03-27T04:32:11.501Z[SUM] 0.00-1.00 sec 985 MBytes 8.26 Gbits/sec
19922026-03-27T04:32:11.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
19932026-03-27T04:32:11.501Z[ 5] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
19942026-03-27T04:32:11.501Z[ 8] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
19952026-03-27T04:32:11.501Z[ 10] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
19962026-03-27T04:32:11.501Z[ 12] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
19972026-03-27T04:32:11.501Z[ 14] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
19982026-03-27T04:32:11.501Z[ 16] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
19992026-03-27T04:32:11.501Z[ 18] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
20002026-03-27T04:32:11.501Z[ 20] 1.00-2.00 sec 158 MBytes 1.32 Gbits/sec
20012026-03-27T04:32:11.501Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.6 Gbits/sec
20022026-03-27T04:32:11.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
20032026-03-27T04:32:11.501Z[ 5] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
20042026-03-27T04:32:11.501Z[ 8] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
20052026-03-27T04:32:11.501Z[ 10] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
20062026-03-27T04:32:11.501Z[ 12] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
20072026-03-27T04:32:11.501Z[ 14] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
20082026-03-27T04:32:11.501Z[ 16] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
20092026-03-27T04:32:11.501Z[ 18] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
20102026-03-27T04:32:11.501Z[ 20] 2.00-3.00 sec 158 MBytes 1.32 Gbits/sec
20112026-03-27T04:32:11.501Z[SUM] 2.00-3.00 sec 1.23 GBytes 10.6 Gbits/sec
20122026-03-27T04:32:11.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
20132026-03-27T04:32:11.501Z[ 5] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20142026-03-27T04:32:11.501Z[ 8] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20152026-03-27T04:32:11.501Z[ 10] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
20162026-03-27T04:32:11.501Z[ 12] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20172026-03-27T04:32:11.501Z[ 14] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
20182026-03-27T04:32:11.501Z[ 16] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20192026-03-27T04:32:11.501Z[ 18] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
20202026-03-27T04:32:11.501Z[ 20] 3.00-4.00 sec 158 MBytes 1.33 Gbits/sec
20212026-03-27T04:32:11.501Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.6 Gbits/sec
20222026-03-27T04:32:11.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
20232026-03-27T04:32:11.502Z[ 5] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20242026-03-27T04:32:11.502Z[ 8] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20252026-03-27T04:32:11.502Z[ 10] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20262026-03-27T04:32:11.502Z[ 12] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20272026-03-27T04:32:11.502Z[ 14] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20282026-03-27T04:32:11.502Z[ 16] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20292026-03-27T04:32:11.502Z[ 18] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20302026-03-27T04:32:11.502Z[ 20] 4.00-5.00 sec 158 MBytes 1.33 Gbits/sec
20312026-03-27T04:32:11.502Z[SUM] 4.00-5.00 sec 1.24 GBytes 10.6 Gbits/sec
20322026-03-27T04:32:11.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
20332026-03-27T04:32:11.503Z[ 5] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20342026-03-27T04:32:11.503Z[ 8] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20352026-03-27T04:32:11.503Z[ 10] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20362026-03-27T04:32:11.503Z[ 12] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20372026-03-27T04:32:11.503Z[ 14] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20382026-03-27T04:32:11.503Z[ 16] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20392026-03-27T04:32:11.503Z[ 18] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20402026-03-27T04:32:11.503Z[ 20] 5.00-6.00 sec 159 MBytes 1.33 Gbits/sec
20412026-03-27T04:32:11.503Z[SUM] 5.00-6.00 sec 1.24 GBytes 10.7 Gbits/sec
20422026-03-27T04:32:11.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
20432026-03-27T04:32:11.503Z[ 5] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
20442026-03-27T04:32:11.503Z[ 8] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
20452026-03-27T04:32:11.504Z[ 10] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
20462026-03-27T04:32:14.502Z[ 12] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
20472026-03-27T04:32:14.502Z[ 14] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
20482026-03-27T04:32:14.502Z[ 16] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
20492026-03-27T04:32:14.502Z[ 18] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
20502026-03-27T04:32:14.502Z[ 20] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
20512026-03-27T04:32:14.502Z[SUM] 6.00-7.00 sec 1.23 GBytes 10.6 Gbits/sec
20522026-03-27T04:32:14.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
20532026-03-27T04:32:14.502Z[ 5] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20542026-03-27T04:32:14.502Z[ 8] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
20552026-03-27T04:32:14.502Z[ 10] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20562026-03-27T04:32:14.502Z[ 12] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20572026-03-27T04:32:14.502Z[ 14] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20582026-03-27T04:32:14.502Z[ 16] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20592026-03-27T04:32:14.502Z[ 18] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20602026-03-27T04:32:14.502Z[ 20] 7.00-8.00 sec 158 MBytes 1.33 Gbits/sec
20612026-03-27T04:32:14.502Z[SUM] 7.00-8.00 sec 1.24 GBytes 10.6 Gbits/sec
20622026-03-27T04:32:14.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
20632026-03-27T04:32:14.502Z[ 5] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20642026-03-27T04:32:14.502Z[ 8] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20652026-03-27T04:32:14.502Z[ 10] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20662026-03-27T04:32:14.502Z[ 12] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20672026-03-27T04:32:14.502Z[ 14] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20682026-03-27T04:32:14.502Z[ 16] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20692026-03-27T04:32:14.502Z[ 18] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20702026-03-27T04:32:14.502Z[ 20] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
20712026-03-27T04:32:14.502Z[SUM] 8.00-9.00 sec 1.24 GBytes 10.6 Gbits/sec
20722026-03-27T04:32:14.502Z- - - - - - - - - - - - - - - - - - - - - - - - -
20732026-03-27T04:32:14.502Z[ 5] 9.00-10.00 sec 159 MBytes 1.33 Gbits/sec
20742026-03-27T04:32:14.502Z[ 8] 9.00-10.00 sec 159 MBytes 1.33 Gbits/sec
20752026-03-27T04:32:14.502Z[ 10] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
20762026-03-27T04:32:14.502Z[ 12] 9.00-10.00 sec 159 MBytes 1.33 Gbits/sec
20772026-03-27T04:32:14.502Z[ 14] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
20782026-03-27T04:32:14.502Z[ 16] 9.00-10.00 sec 159 MBytes 1.33 Gbits/sec
20792026-03-27T04:32:14.502Z[ 18] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
20802026-03-27T04:32:14.502Z[ 20] 9.00-10.00 sec 158 MBytes 1.33 Gbits/sec
20812026-03-27T04:32:14.503Z[SUM] 9.00-10.00 sec 1.24 GBytes 10.6 Gbits/sec
20822026-03-27T04:32:14.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
20832026-03-27T04:32:14.503Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20842026-03-27T04:32:14.503Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20852026-03-27T04:32:14.503Z[ 10] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
20862026-03-27T04:32:14.503Z[ 12] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
20872026-03-27T04:32:14.503Z[ 14] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
20882026-03-27T04:32:14.503Z[ 16] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
20892026-03-27T04:32:14.503Z[ 18] 10.00-10.00 sec 128 KBytes 2.26 Gbits/sec
20902026-03-27T04:32:14.503Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20912026-03-27T04:32:14.503Z[SUM] 10.00-10.00 sec 640 KBytes 11.3 Gbits/sec
20922026-03-27T04:32:14.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
20932026-03-27T04:32:14.503Z[ ID] Interval Transfer Bitrate
20942026-03-27T04:32:14.503Z[ 5] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20952026-03-27T04:32:14.503Z[ 8] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20962026-03-27T04:32:14.503Z[ 10] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20972026-03-27T04:32:14.503Z[ 12] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20982026-03-27T04:32:14.503Z[ 14] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
20992026-03-27T04:32:14.503Z[ 16] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
21002026-03-27T04:32:14.503Z[ 18] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
21012026-03-27T04:32:14.503Z[ 20] 0.00-10.00 sec 1.51 GBytes 1.30 Gbits/sec sender
21022026-03-27T04:32:14.507Z[SUM] 0.00-10.00 sec 12.1 GBytes 10.4 Gbits/sec sender
21032026-03-27T04:32:14.507ZRun 3/5...10381.141222763674Mbps
21042026-03-27T04:32:21.887Z-----------------------------------------------------------
21052026-03-27T04:32:21.887ZServer listening on 5201 (test #9)
21062026-03-27T04:32:21.887Z-----------------------------------------------------------
21072026-03-27T04:32:21.887ZAccepted connection from 10.0.0.1, port 41640
21082026-03-27T04:32:21.887Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38120
21092026-03-27T04:32:21.887Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35696
21102026-03-27T04:32:21.887Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42456
21112026-03-27T04:32:21.887Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51365
21122026-03-27T04:32:21.887Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39894
21132026-03-27T04:32:21.887Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42940
21142026-03-27T04:32:21.887Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57670
21152026-03-27T04:32:21.887Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39527
21162026-03-27T04:32:21.887Z[ ID] Interval Transfer Bitrate
21172026-03-27T04:32:21.887Z[ 5] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
21182026-03-27T04:32:21.887Z[ 8] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
21192026-03-27T04:32:21.888Z[ 10] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
21202026-03-27T04:32:21.888Z[ 12] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21212026-03-27T04:32:21.888Z[ 14] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21222026-03-27T04:32:21.888Z[ 16] 0.00-1.00 sec 122 MBytes 1.02 Gbits/sec
21232026-03-27T04:32:21.888Z[ 18] 0.00-1.00 sec 123 MBytes 1.03 Gbits/sec
21242026-03-27T04:32:21.888Z[ 20] 0.00-1.00 sec 121 MBytes 1.02 Gbits/sec
21252026-03-27T04:32:21.888Z[SUM] 0.00-1.00 sec 975 MBytes 8.18 Gbits/sec
21262026-03-27T04:32:21.888Z- - - - - - - - - - - - - - - - - - - - - - - - -
21272026-03-27T04:32:21.888Z[ 5] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21282026-03-27T04:32:21.888Z[ 8] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21292026-03-27T04:32:21.888Z[ 10] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21302026-03-27T04:32:21.888Z[ 12] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21312026-03-27T04:32:21.889Z[ 14] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21322026-03-27T04:32:21.889Z[ 16] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21332026-03-27T04:32:21.889Z[ 18] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21342026-03-27T04:32:21.889Z[ 20] 1.00-2.00 sec 157 MBytes 1.32 Gbits/sec
21352026-03-27T04:32:21.889Z[SUM] 1.00-2.00 sec 1.23 GBytes 10.5 Gbits/sec
21362026-03-27T04:32:21.889Z- - - - - - - - - - - - - - - - - - - - - - - - -
21372026-03-27T04:32:21.889Z[ 5] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21382026-03-27T04:32:21.889Z[ 8] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21392026-03-27T04:32:21.889Z[ 10] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21402026-03-27T04:32:21.889Z[ 12] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21412026-03-27T04:32:21.889Z[ 14] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21422026-03-27T04:32:21.889Z[ 16] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21432026-03-27T04:32:21.889Z[ 18] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21442026-03-27T04:32:21.889Z[ 20] 2.00-3.00 sec 158 MBytes 1.33 Gbits/sec
21452026-03-27T04:32:21.889Z[SUM] 2.00-3.00 sec 1.24 GBytes 10.6 Gbits/sec
21462026-03-27T04:32:21.889Z- - - - - - - - - - - - - - - - - - - - - - - - -
21472026-03-27T04:32:21.889Z[ 5] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
21482026-03-27T04:32:21.889Z[ 8] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
21492026-03-27T04:32:21.889Z[ 10] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
21502026-03-27T04:32:21.889Z[ 12] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
21512026-03-27T04:32:21.889Z[ 14] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
21522026-03-27T04:32:21.889Z[ 16] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
21532026-03-27T04:32:21.889Z[ 18] 3.00-4.00 sec 158 MBytes 1.32 Gbits/sec
21542026-03-27T04:32:21.889Z[ 20] 3.00-4.00 sec 157 MBytes 1.32 Gbits/sec
21552026-03-27T04:32:21.889Z[SUM] 3.00-4.00 sec 1.23 GBytes 10.6 Gbits/sec
21562026-03-27T04:32:21.889Z- - - - - - - - - - - - - - - - - - - - - - - - -
21572026-03-27T04:32:21.889Z[ 5] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21582026-03-27T04:32:21.889Z[ 8] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21592026-03-27T04:32:21.889Z[ 10] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21602026-03-27T04:32:21.889Z[ 12] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21612026-03-27T04:32:21.889Z[ 14] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
21622026-03-27T04:32:21.889Z[ 16] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
21632026-03-27T04:32:21.889Z[ 18] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21642026-03-27T04:32:21.889Z[ 20] 4.00-5.00 sec 158 MBytes 1.32 Gbits/sec
21652026-03-27T04:32:21.889Z[SUM] 4.00-5.00 sec 1.23 GBytes 10.6 Gbits/sec
21662026-03-27T04:32:21.889Z- - - - - - - - - - - - - - - - - - - - - - - - -
21672026-03-27T04:32:21.889Z[ 5] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21682026-03-27T04:32:21.889Z[ 8] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21692026-03-27T04:32:21.890Z[ 10] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21702026-03-27T04:32:21.890Z[ 12] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21712026-03-27T04:32:21.890Z[ 14] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21722026-03-27T04:32:21.890Z[ 16] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21732026-03-27T04:32:21.890Z[ 18] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21742026-03-27T04:32:21.891Z[ 20] 5.00-6.00 sec 158 MBytes 1.33 Gbits/sec
21752026-03-27T04:32:21.891Z[SUM] 5.00-6.00 sec 1.24 GBytes 10.6 Gbits/sec
21762026-03-27T04:32:21.891Z- - - - - - - - - - - - - - - - - - - - - - - - -
21772026-03-27T04:32:21.891Z[ 5] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
21782026-03-27T04:32:21.891Z[ 8] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
21792026-03-27T04:32:21.891Z[ 10] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
21802026-03-27T04:32:24.889Z[ 12] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
21812026-03-27T04:32:24.889Z[ 14] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
21822026-03-27T04:32:24.889Z[ 16] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
21832026-03-27T04:32:24.889Z[ 18] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
21842026-03-27T04:32:24.889Z[ 20] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
21852026-03-27T04:32:24.889Z[SUM] 6.00-7.00 sec 1.23 GBytes 10.6 Gbits/sec
21862026-03-27T04:32:24.889Z- - - - - - - - - - - - - - - - - - - - - - - - -
21872026-03-27T04:32:24.890Z[ 5] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
21882026-03-27T04:32:24.890Z[ 8] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
21892026-03-27T04:32:24.890Z[ 10] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
21902026-03-27T04:32:24.890Z[ 12] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
21912026-03-27T04:32:24.890Z[ 14] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
21922026-03-27T04:32:24.890Z[ 16] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
21932026-03-27T04:32:24.890Z[ 18] 7.00-8.00 sec 158 MBytes 1.32 Gbits/sec
21942026-03-27T04:32:24.890Z[ 20] 7.00-8.00 sec 157 MBytes 1.32 Gbits/sec
21952026-03-27T04:32:24.890Z[SUM] 7.00-8.00 sec 1.23 GBytes 10.6 Gbits/sec
21962026-03-27T04:32:24.890Z- - - - - - - - - - - - - - - - - - - - - - - - -
21972026-03-27T04:32:24.890Z[ 5] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
21982026-03-27T04:32:24.890Z[ 8] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
21992026-03-27T04:32:24.890Z[ 10] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
22002026-03-27T04:32:24.890Z[ 12] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
22012026-03-27T04:32:24.890Z[ 14] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
22022026-03-27T04:32:24.890Z[ 16] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
22032026-03-27T04:32:24.890Z[ 18] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
22042026-03-27T04:32:24.890Z[ 20] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
22052026-03-27T04:32:24.890Z[SUM] 8.00-9.00 sec 1.23 GBytes 10.6 Gbits/sec
22062026-03-27T04:32:24.890Z- - - - - - - - - - - - - - - - - - - - - - - - -
22072026-03-27T04:32:24.890Z[ 5] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
22082026-03-27T04:32:24.890Z[ 8] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
22092026-03-27T04:32:24.890Z[ 10] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
22102026-03-27T04:32:24.890Z[ 12] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
22112026-03-27T04:32:24.890Z[ 14] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
22122026-03-27T04:32:24.890Z[ 16] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
22132026-03-27T04:32:24.890Z[ 18] 9.00-10.00 sec 157 MBytes 1.32 Gbits/sec
22142026-03-27T04:32:24.890Z[ 20] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
22152026-03-27T04:32:24.890Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
22162026-03-27T04:32:24.890Z- - - - - - - - - - - - - - - - - - - - - - - - -
22172026-03-27T04:32:24.890Z[ 5] 10.00-10.00 sec 128 KBytes 2.33 Gbits/sec
22182026-03-27T04:32:24.890Z[ 8] 10.00-10.00 sec 128 KBytes 2.33 Gbits/sec
22192026-03-27T04:32:24.890Z[ 10] 10.00-10.00 sec 128 KBytes 2.33 Gbits/sec
22202026-03-27T04:32:24.890Z[ 12] 10.00-10.00 sec 128 KBytes 2.33 Gbits/sec
22212026-03-27T04:32:24.890Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22222026-03-27T04:32:24.890Z[ 16] 10.00-10.00 sec 128 KBytes 2.33 Gbits/sec
22232026-03-27T04:32:24.891Z[ 18] 10.00-10.00 sec 128 KBytes 2.34 Gbits/sec
22242026-03-27T04:32:24.891Z[ 20] 10.00-10.00 sec 128 KBytes 2.34 Gbits/sec
22252026-03-27T04:32:24.891Z[SUM] 10.00-10.00 sec 896 KBytes 16.3 Gbits/sec
22262026-03-27T04:32:24.891Z- - - - - - - - - - - - - - - - - - - - - - - - -
22272026-03-27T04:32:24.891Z[ ID] Interval Transfer Bitrate
22282026-03-27T04:32:24.891Z[ 5] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
22292026-03-27T04:32:24.891Z[ 8] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22302026-03-27T04:32:24.891Z[ 10] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22312026-03-27T04:32:24.891Z[ 12] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22322026-03-27T04:32:24.891Z[ 14] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22332026-03-27T04:32:24.891Z[ 16] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22342026-03-27T04:32:24.891Z[ 18] 0.00-10.00 sec 1.51 GBytes 1.29 Gbits/sec sender
22352026-03-27T04:32:24.891Z[ 20] 0.00-10.00 sec 1.50 GBytes 1.29 Gbits/sec sender
22362026-03-27T04:32:24.891Z[SUM] 0.00-10.00 sec 12.0 GBytes 10.3 Gbits/sec sender
22372026-03-27T04:32:24.894ZRun 4/5...10333.970986946208Mbps
22382026-03-27T04:32:32.277Z-----------------------------------------------------------
22392026-03-27T04:32:32.277ZServer listening on 5201 (test #10)
22402026-03-27T04:32:32.277Z-----------------------------------------------------------
22412026-03-27T04:32:32.277ZAccepted connection from 10.0.0.1, port 52952
22422026-03-27T04:32:32.277Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44455
22432026-03-27T04:32:32.277Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32891
22442026-03-27T04:32:32.277Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64772
22452026-03-27T04:32:32.277Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40909
22462026-03-27T04:32:32.277Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49901
22472026-03-27T04:32:32.277Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42630
22482026-03-27T04:32:32.277Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33236
22492026-03-27T04:32:32.277Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55991
22502026-03-27T04:32:32.277Z[ ID] Interval Transfer Bitrate
22512026-03-27T04:32:32.277Z[ 5] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec
22522026-03-27T04:32:32.277Z[ 8] 0.00-1.00 sec 140 MBytes 1.17 Gbits/sec
22532026-03-27T04:32:32.277Z[ 10] 0.00-1.00 sec 126 MBytes 1.06 Gbits/sec
22542026-03-27T04:32:32.277Z[ 12] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec
22552026-03-27T04:32:32.277Z[ 14] 0.00-1.00 sec 137 MBytes 1.15 Gbits/sec
22562026-03-27T04:32:32.277Z[ 16] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec
22572026-03-27T04:32:32.277Z[ 18] 0.00-1.00 sec 127 MBytes 1.07 Gbits/sec
22582026-03-27T04:32:32.277Z[ 20] 0.00-1.00 sec 127 MBytes 1.07 Gbits/sec
22592026-03-27T04:32:32.278Z[SUM] 0.00-1.00 sec 1.02 GBytes 8.77 Gbits/sec
22602026-03-27T04:32:32.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
22612026-03-27T04:32:32.278Z[ 5] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
22622026-03-27T04:32:32.278Z[ 8] 1.00-2.00 sec 163 MBytes 1.37 Gbits/sec
22632026-03-27T04:32:32.278Z[ 10] 1.00-2.00 sec 167 MBytes 1.40 Gbits/sec
22642026-03-27T04:32:32.278Z[ 12] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
22652026-03-27T04:32:32.278Z[ 14] 1.00-2.00 sec 153 MBytes 1.28 Gbits/sec
22662026-03-27T04:32:32.278Z[ 16] 1.00-2.00 sec 166 MBytes 1.39 Gbits/sec
22672026-03-27T04:32:32.278Z[ 18] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
22682026-03-27T04:32:32.278Z[ 20] 1.00-2.00 sec 160 MBytes 1.34 Gbits/sec
22692026-03-27T04:32:32.278Z[SUM] 1.00-2.00 sec 1.26 GBytes 10.8 Gbits/sec
22702026-03-27T04:32:32.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
22712026-03-27T04:32:32.278Z[ 5] 2.00-3.00 sec 161 MBytes 1.35 Gbits/sec
22722026-03-27T04:32:32.278Z[ 8] 2.00-3.00 sec 160 MBytes 1.34 Gbits/sec
22732026-03-27T04:32:32.278Z[ 10] 2.00-3.00 sec 168 MBytes 1.41 Gbits/sec
22742026-03-27T04:32:32.278Z[ 12] 2.00-3.00 sec 160 MBytes 1.35 Gbits/sec
22752026-03-27T04:32:32.278Z[ 14] 2.00-3.00 sec 168 MBytes 1.41 Gbits/sec
22762026-03-27T04:32:32.278Z[ 16] 2.00-3.00 sec 156 MBytes 1.31 Gbits/sec
22772026-03-27T04:32:32.278Z[ 18] 2.00-3.00 sec 161 MBytes 1.35 Gbits/sec
22782026-03-27T04:32:32.278Z[ 20] 2.00-3.00 sec 161 MBytes 1.35 Gbits/sec
22792026-03-27T04:32:32.278Z[SUM] 2.00-3.00 sec 1.26 GBytes 10.9 Gbits/sec
22802026-03-27T04:32:32.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
22812026-03-27T04:32:32.278Z[ 5] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22822026-03-27T04:32:32.278Z[ 8] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22832026-03-27T04:32:32.278Z[ 10] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22842026-03-27T04:32:32.278Z[ 12] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22852026-03-27T04:32:32.278Z[ 14] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22862026-03-27T04:32:32.278Z[ 16] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22872026-03-27T04:32:32.278Z[ 18] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22882026-03-27T04:32:32.278Z[ 20] 3.00-4.00 sec 156 MBytes 1.31 Gbits/sec
22892026-03-27T04:32:32.278Z[SUM] 3.00-4.00 sec 1.22 GBytes 10.5 Gbits/sec
22902026-03-27T04:32:32.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
22912026-03-27T04:32:32.278Z[ 5] 4.00-5.00 sec 160 MBytes 1.35 Gbits/sec
22922026-03-27T04:32:32.278Z[ 8] 4.00-5.00 sec 157 MBytes 1.32 Gbits/sec
22932026-03-27T04:32:32.278Z[ 10] 4.00-5.00 sec 165 MBytes 1.39 Gbits/sec
22942026-03-27T04:32:32.278Z[ 12] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
22952026-03-27T04:32:32.278Z[ 14] 4.00-5.00 sec 162 MBytes 1.36 Gbits/sec
22962026-03-27T04:32:32.279Z[ 16] 4.00-5.00 sec 168 MBytes 1.41 Gbits/sec
22972026-03-27T04:32:32.279Z[ 18] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
22982026-03-27T04:32:32.279Z[ 20] 4.00-5.00 sec 160 MBytes 1.34 Gbits/sec
22992026-03-27T04:32:32.279Z[SUM] 4.00-5.00 sec 1.26 GBytes 10.8 Gbits/sec
23002026-03-27T04:32:32.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
23012026-03-27T04:32:32.279Z[ 5] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec
23022026-03-27T04:32:32.279Z[ 8] 5.00-6.00 sec 167 MBytes 1.40 Gbits/sec
23032026-03-27T04:32:32.279Z[ 10] 5.00-6.00 sec 165 MBytes 1.39 Gbits/sec
23042026-03-27T04:32:32.279Z[ 12] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec
23052026-03-27T04:32:32.279Z[ 14] 5.00-6.00 sec 176 MBytes 1.47 Gbits/sec
23062026-03-27T04:32:32.279Z[ 16] 5.00-6.00 sec 164 MBytes 1.37 Gbits/sec
23072026-03-27T04:32:32.279Z[ 18] 5.00-6.00 sec 162 MBytes 1.35 Gbits/sec
23082026-03-27T04:32:32.279Z[ 20] 5.00-6.00 sec 162 MBytes 1.36 Gbits/sec
23092026-03-27T04:32:32.279Z[SUM] 5.00-6.00 sec 1.29 GBytes 11.1 Gbits/sec
23102026-03-27T04:32:32.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
23112026-03-27T04:32:32.279Z[ 5] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
23122026-03-27T04:32:32.279Z[ 8] 6.00-7.00 sec 158 MBytes 1.33 Gbits/sec
23132026-03-27T04:32:32.279Z[ 10] 6.00-7.00 sec 158 MBytes 1.32 Gbits/sec
23142026-03-27T04:32:35.278Z[ 12] 6.00-7.00 sec 159 MBytes 1.33 Gbits/sec
23152026-03-27T04:32:35.278Z[ 14] 6.00-7.00 sec 169 MBytes 1.42 Gbits/sec
23162026-03-27T04:32:35.278Z[ 16] 6.00-7.00 sec 165 MBytes 1.39 Gbits/sec
23172026-03-27T04:32:35.278Z[ 18] 6.00-7.00 sec 160 MBytes 1.35 Gbits/sec
23182026-03-27T04:32:35.278Z[ 20] 6.00-7.00 sec 160 MBytes 1.34 Gbits/sec
23192026-03-27T04:32:35.278Z[SUM] 6.00-7.00 sec 1.26 GBytes 10.8 Gbits/sec
23202026-03-27T04:32:35.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
23212026-03-27T04:32:35.278Z[ 5] 7.00-8.00 sec 163 MBytes 1.37 Gbits/sec
23222026-03-27T04:32:35.278Z[ 8] 7.00-8.00 sec 180 MBytes 1.51 Gbits/sec
23232026-03-27T04:32:35.278Z[ 10] 7.00-8.00 sec 173 MBytes 1.45 Gbits/sec
23242026-03-27T04:32:35.278Z[ 12] 7.00-8.00 sec 163 MBytes 1.37 Gbits/sec
23252026-03-27T04:32:35.278Z[ 14] 7.00-8.00 sec 152 MBytes 1.28 Gbits/sec
23262026-03-27T04:32:35.278Z[ 16] 7.00-8.00 sec 167 MBytes 1.40 Gbits/sec
23272026-03-27T04:32:35.278Z[ 18] 7.00-8.00 sec 164 MBytes 1.38 Gbits/sec
23282026-03-27T04:32:35.278Z[ 20] 7.00-8.00 sec 164 MBytes 1.38 Gbits/sec
23292026-03-27T04:32:35.278Z[SUM] 7.00-8.00 sec 1.30 GBytes 11.1 Gbits/sec
23302026-03-27T04:32:35.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
23312026-03-27T04:32:35.279Z[ 5] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
23322026-03-27T04:32:35.279Z[ 8] 8.00-9.00 sec 160 MBytes 1.35 Gbits/sec
23332026-03-27T04:32:35.279Z[ 10] 8.00-9.00 sec 157 MBytes 1.32 Gbits/sec
23342026-03-27T04:32:35.279Z[ 12] 8.00-9.00 sec 158 MBytes 1.33 Gbits/sec
23352026-03-27T04:32:35.279Z[ 14] 8.00-9.00 sec 160 MBytes 1.35 Gbits/sec
23362026-03-27T04:32:35.279Z[ 16] 8.00-9.00 sec 156 MBytes 1.31 Gbits/sec
23372026-03-27T04:32:35.279Z[ 18] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
23382026-03-27T04:32:35.279Z[ 20] 8.00-9.00 sec 158 MBytes 1.32 Gbits/sec
23392026-03-27T04:32:35.279Z[SUM] 8.00-9.00 sec 1.24 GBytes 10.6 Gbits/sec
23402026-03-27T04:32:35.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
23412026-03-27T04:32:35.279Z[ 5] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23422026-03-27T04:32:35.279Z[ 8] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
23432026-03-27T04:32:35.279Z[ 10] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
23442026-03-27T04:32:35.279Z[ 12] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23452026-03-27T04:32:35.279Z[ 14] 9.00-10.00 sec 158 MBytes 1.32 Gbits/sec
23462026-03-27T04:32:35.279Z[ 16] 9.00-10.00 sec 156 MBytes 1.31 Gbits/sec
23472026-03-27T04:32:35.279Z[ 18] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23482026-03-27T04:32:35.279Z[ 20] 9.00-10.00 sec 157 MBytes 1.31 Gbits/sec
23492026-03-27T04:32:35.279Z[SUM] 9.00-10.00 sec 1.22 GBytes 10.5 Gbits/sec
23502026-03-27T04:32:35.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
23512026-03-27T04:32:35.279Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23522026-03-27T04:32:35.279Z[ 8] 10.00-10.00 sec 128 KBytes 2.37 Gbits/sec
23532026-03-27T04:32:35.279Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23542026-03-27T04:32:35.279Z[ 12] 10.00-10.00 sec 128 KBytes 2.37 Gbits/sec
23552026-03-27T04:32:35.279Z[ 14] 10.00-10.00 sec 128 KBytes 2.37 Gbits/sec
23562026-03-27T04:32:35.279Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23572026-03-27T04:32:35.279Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
23582026-03-27T04:32:35.279Z[ 20] 10.00-10.00 sec 128 KBytes 2.38 Gbits/sec
23592026-03-27T04:32:35.279Z[SUM] 10.00-10.00 sec 512 KBytes 9.47 Gbits/sec
23602026-03-27T04:32:35.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
23612026-03-27T04:32:35.279Z[ ID] Interval Transfer Bitrate
23622026-03-27T04:32:35.279Z[ 5] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender
23632026-03-27T04:32:35.279Z[ 8] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
23642026-03-27T04:32:35.280Z[ 10] 0.00-10.00 sec 1.56 GBytes 1.34 Gbits/sec sender
23652026-03-27T04:32:35.280Z[ 12] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender
23662026-03-27T04:32:35.280Z[ 14] 0.00-10.00 sec 1.55 GBytes 1.34 Gbits/sec sender
23672026-03-27T04:32:35.280Z[ 16] 0.00-10.00 sec 1.55 GBytes 1.33 Gbits/sec sender
23682026-03-27T04:32:35.280Z[ 18] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender
23692026-03-27T04:32:35.280Z[ 20] 0.00-10.00 sec 1.53 GBytes 1.31 Gbits/sec sender
23702026-03-27T04:32:35.280Z[SUM] 0.00-10.00 sec 12.3 GBytes 10.6 Gbits/sec sender
23712026-03-27T04:32:35.283ZRun 5/5...10591.809157559668Mbps
23722026-03-27T04:32:35.283Z###---------------------###
23732026-03-27T04:32:35.283Z::: iPerf done... :::
23742026-03-27T04:32:35.283Z:::Awaiting out files...:::
23752026-03-27T04:32:35.283Z###---------------------###
23762026-03-27T04:32:35.283Z###-----###
23772026-03-27T04:32:35.283Z:::done!:::
23782026-03-27T04:32:35.283Z###-----###
23792026-03-27T04:32:35.283Z###-------------------###
23802026-03-27T04:32:35.284Z:::Running experiment :::
23812026-03-27T04:32:35.284Z:::iperf-tcp/local/c2s:::
23822026-03-27T04:32:35.284Z###-------------------###
23832026-03-27T04:32:35.509Zdtrace: description 'profile-201us ' matched 2 probes
23842026-03-27T04:32:42.671Z-----------------------------------------------------------
23852026-03-27T04:32:42.671ZServer listening on 5201 (test #11)
23862026-03-27T04:32:42.671Z-----------------------------------------------------------
23872026-03-27T04:32:42.671ZAccepted connection from 10.0.0.1, port 44047
23882026-03-27T04:32:42.671Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50452
23892026-03-27T04:32:42.671Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39163
23902026-03-27T04:32:42.671Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36843
23912026-03-27T04:32:42.671Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62728
23922026-03-27T04:32:42.672Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41174
23932026-03-27T04:32:42.672Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42343
23942026-03-27T04:32:42.672Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55593
23952026-03-27T04:32:42.672Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39754
23962026-03-27T04:32:42.672Z[ ID] Interval Transfer Bitrate
23972026-03-27T04:32:42.672Z[ 5] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
23982026-03-27T04:32:42.672Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
23992026-03-27T04:32:42.672Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
24002026-03-27T04:32:42.672Z[ 12] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
24012026-03-27T04:32:42.672Z[ 14] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
24022026-03-27T04:32:42.672Z[ 16] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
24032026-03-27T04:32:42.672Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
24042026-03-27T04:32:42.672Z[ 20] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
24052026-03-27T04:32:42.672Z[SUM] 0.00-1.00 sec 350 MBytes 2.93 Gbits/sec
24062026-03-27T04:32:42.672Z- - - - - - - - - - - - - - - - - - - - - - - - -
24072026-03-27T04:32:42.672Z[ 5] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
24082026-03-27T04:32:42.672Z[ 8] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
24092026-03-27T04:32:42.672Z[ 10] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
24102026-03-27T04:32:42.672Z[ 12] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
24112026-03-27T04:32:42.672Z[ 14] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
24122026-03-27T04:32:42.672Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
24132026-03-27T04:32:42.672Z[ 18] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
24142026-03-27T04:32:42.672Z[ 20] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
24152026-03-27T04:32:42.672Z[SUM] 1.00-2.00 sec 443 MBytes 3.72 Gbits/sec
24162026-03-27T04:32:42.672Z- - - - - - - - - - - - - - - - - - - - - - - - -
24172026-03-27T04:32:42.672Z[ 5] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
24182026-03-27T04:32:42.672Z[ 8] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
24192026-03-27T04:32:42.672Z[ 10] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
24202026-03-27T04:32:42.672Z[ 12] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
24212026-03-27T04:32:42.672Z[ 14] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
24222026-03-27T04:32:42.672Z[ 16] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
24232026-03-27T04:32:42.672Z[ 18] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
24242026-03-27T04:32:42.672Z[ 20] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
24252026-03-27T04:32:42.673Z[SUM] 2.00-3.00 sec 443 MBytes 3.72 Gbits/sec
24262026-03-27T04:32:42.673Z- - - - - - - - - - - - - - - - - - - - - - - - -
24272026-03-27T04:32:42.673Z[ 5] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
24282026-03-27T04:32:42.673Z[ 8] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
24292026-03-27T04:32:42.673Z[ 10] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
24302026-03-27T04:32:42.673Z[ 12] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
24312026-03-27T04:32:42.673Z[ 14] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
24322026-03-27T04:32:42.673Z[ 16] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
24332026-03-27T04:32:42.673Z[ 18] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
24342026-03-27T04:32:42.673Z[ 20] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
24352026-03-27T04:32:42.673Z[SUM] 3.00-4.00 sec 444 MBytes 3.73 Gbits/sec
24362026-03-27T04:32:42.673Z- - - - - - - - - - - - - - - - - - - - - - - - -
24372026-03-27T04:32:42.673Z[ 5] 4.00-5.00 sec 56.1 MBytes 471 Mbits/sec
24382026-03-27T04:32:42.673Z[ 8] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
24392026-03-27T04:32:42.673Z[ 10] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
24402026-03-27T04:32:42.673Z[ 12] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
24412026-03-27T04:32:42.673Z[ 14] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
24422026-03-27T04:32:42.673Z[ 16] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
24432026-03-27T04:32:42.673Z[ 18] 4.00-5.00 sec 56.1 MBytes 471 Mbits/sec
24442026-03-27T04:32:42.673Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
24452026-03-27T04:32:42.673Z[SUM] 4.00-5.00 sec 448 MBytes 3.76 Gbits/sec
24462026-03-27T04:32:42.673Z- - - - - - - - - - - - - - - - - - - - - - - - -
24472026-03-27T04:32:42.673Z[ 5] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
24482026-03-27T04:32:42.673Z[ 8] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
24492026-03-27T04:32:42.673Z[ 10] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
24502026-03-27T04:32:42.673Z[ 12] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
24512026-03-27T04:32:42.673Z[ 14] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
24522026-03-27T04:32:42.673Z[ 16] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
24532026-03-27T04:32:42.673Z[ 18] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
24542026-03-27T04:32:42.673Z[ 20] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
24552026-03-27T04:32:42.673Z[SUM] 5.00-6.00 sec 446 MBytes 3.74 Gbits/sec
24562026-03-27T04:32:42.673Z- - - - - - - - - - - - - - - - - - - - - - - - -
24572026-03-27T04:32:42.673Z[ 5] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
24582026-03-27T04:32:42.673Z[ 8] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
24592026-03-27T04:32:42.673Z[ 10] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
24602026-03-27T04:32:45.674Z[ 12] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
24612026-03-27T04:32:45.674Z[ 14] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
24622026-03-27T04:32:45.674Z[ 16] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
24632026-03-27T04:32:45.674Z[ 18] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
24642026-03-27T04:32:45.674Z[ 20] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
24652026-03-27T04:32:45.675Z[SUM] 6.00-7.00 sec 449 MBytes 3.77 Gbits/sec
24662026-03-27T04:32:45.675Z- - - - - - - - - - - - - - - - - - - - - - - - -
24672026-03-27T04:32:45.676Z[ 5] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
24682026-03-27T04:32:45.676Z[ 8] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
24692026-03-27T04:32:45.676Z[ 10] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
24702026-03-27T04:32:45.676Z[ 12] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
24712026-03-27T04:32:45.676Z[ 14] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
24722026-03-27T04:32:45.676Z[ 16] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
24732026-03-27T04:32:45.676Z[ 18] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
24742026-03-27T04:32:45.676Z[ 20] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
24752026-03-27T04:32:45.676Z[SUM] 7.00-8.00 sec 444 MBytes 3.72 Gbits/sec
24762026-03-27T04:32:45.676Z- - - - - - - - - - - - - - - - - - - - - - - - -
24772026-03-27T04:32:45.676Z[ 5] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
24782026-03-27T04:32:45.676Z[ 8] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
24792026-03-27T04:32:45.676Z[ 10] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
24802026-03-27T04:32:45.676Z[ 12] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
24812026-03-27T04:32:45.676Z[ 14] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
24822026-03-27T04:32:45.676Z[ 16] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
24832026-03-27T04:32:45.677Z[ 18] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
24842026-03-27T04:32:45.677Z[ 20] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
24852026-03-27T04:32:45.677Z[SUM] 8.00-9.00 sec 445 MBytes 3.73 Gbits/sec
24862026-03-27T04:32:45.677Z- - - - - - - - - - - - - - - - - - - - - - - - -
24872026-03-27T04:32:45.677Z[ 5] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
24882026-03-27T04:32:45.677Z[ 8] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
24892026-03-27T04:32:45.677Z[ 10] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
24902026-03-27T04:32:45.677Z[ 12] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
24912026-03-27T04:32:45.677Z[ 14] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
24922026-03-27T04:32:45.677Z[ 16] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
24932026-03-27T04:32:45.677Z[ 18] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
24942026-03-27T04:32:45.677Z[ 20] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
24952026-03-27T04:32:45.677Z[SUM] 9.00-10.00 sec 442 MBytes 3.71 Gbits/sec
24962026-03-27T04:32:45.677Z- - - - - - - - - - - - - - - - - - - - - - - - -
24972026-03-27T04:32:45.677Z[ 5] 10.00-10.00 sec 128 KBytes 1.03 Gbits/sec
24982026-03-27T04:32:45.677Z[ 8] 10.00-10.00 sec 128 KBytes 1.03 Gbits/sec
24992026-03-27T04:32:45.677Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25002026-03-27T04:32:45.677Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25012026-03-27T04:32:45.678Z[ 14] 10.00-10.00 sec 128 KBytes 1.03 Gbits/sec
25022026-03-27T04:32:45.678Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25032026-03-27T04:32:45.678Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25042026-03-27T04:32:45.678Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25052026-03-27T04:32:45.678Z[SUM] 10.00-10.00 sec 384 KBytes 3.09 Gbits/sec
25062026-03-27T04:32:45.678Z- - - - - - - - - - - - - - - - - - - - - - - - -
25072026-03-27T04:32:45.678Z[ ID] Interval Transfer Bitrate
25082026-03-27T04:32:45.678Z[ 5] 0.00-10.00 sec 545 MBytes 457 Mbits/sec receiver
25092026-03-27T04:32:45.678Z[ 8] 0.00-10.00 sec 544 MBytes 456 Mbits/sec receiver
25102026-03-27T04:32:45.678Z[ 10] 0.00-10.00 sec 544 MBytes 456 Mbits/sec receiver
25112026-03-27T04:32:45.678Z[ 12] 0.00-10.00 sec 544 MBytes 456 Mbits/sec receiver
25122026-03-27T04:32:45.678Z[ 14] 0.00-10.00 sec 544 MBytes 456 Mbits/sec receiver
25132026-03-27T04:32:45.678Z[ 16] 0.00-10.00 sec 544 MBytes 457 Mbits/sec receiver
25142026-03-27T04:32:45.678Z[ 18] 0.00-10.00 sec 544 MBytes 456 Mbits/sec receiver
25152026-03-27T04:32:45.678Z[ 20] 0.00-10.00 sec 544 MBytes 456 Mbits/sec receiver
25162026-03-27T04:32:45.678Z[SUM] 0.00-10.00 sec 4.25 GBytes 3.65 Gbits/sec receiver
25172026-03-27T04:32:45.683ZRun 1/10...3652.2088734705862Mbps
25182026-03-27T04:32:53.071Z-----------------------------------------------------------
25192026-03-27T04:32:53.071ZServer listening on 5201 (test #12)
25202026-03-27T04:32:53.071Z-----------------------------------------------------------
25212026-03-27T04:32:53.071ZAccepted connection from 10.0.0.1, port 55293
25222026-03-27T04:32:53.071Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63431
25232026-03-27T04:32:53.071Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40464
25242026-03-27T04:32:53.071Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62314
25252026-03-27T04:32:53.071Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52847
25262026-03-27T04:32:53.071Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63210
25272026-03-27T04:32:53.071Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42759
25282026-03-27T04:32:53.071Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49090
25292026-03-27T04:32:53.072Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52620
25302026-03-27T04:32:53.072Z[ ID] Interval Transfer Bitrate
25312026-03-27T04:32:53.072Z[ 5] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25322026-03-27T04:32:53.072Z[ 8] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25332026-03-27T04:32:53.072Z[ 10] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25342026-03-27T04:32:53.072Z[ 12] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25352026-03-27T04:32:53.072Z[ 14] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25362026-03-27T04:32:53.072Z[ 16] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
25372026-03-27T04:32:53.072Z[ 18] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25382026-03-27T04:32:53.072Z[ 20] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
25392026-03-27T04:32:53.072Z[SUM] 0.00-1.00 sec 350 MBytes 2.94 Gbits/sec
25402026-03-27T04:32:53.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
25412026-03-27T04:32:53.072Z[ 5] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
25422026-03-27T04:32:53.072Z[ 8] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
25432026-03-27T04:32:53.072Z[ 10] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
25442026-03-27T04:32:53.072Z[ 12] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
25452026-03-27T04:32:53.072Z[ 14] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
25462026-03-27T04:32:53.072Z[ 16] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
25472026-03-27T04:32:53.072Z[ 18] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
25482026-03-27T04:32:53.072Z[ 20] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
25492026-03-27T04:32:53.072Z[SUM] 1.00-2.00 sec 444 MBytes 3.73 Gbits/sec
25502026-03-27T04:32:53.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
25512026-03-27T04:32:53.072Z[ 5] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
25522026-03-27T04:32:53.072Z[ 8] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
25532026-03-27T04:32:53.072Z[ 10] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
25542026-03-27T04:32:53.072Z[ 12] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
25552026-03-27T04:32:53.072Z[ 14] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
25562026-03-27T04:32:53.072Z[ 16] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
25572026-03-27T04:32:53.072Z[ 18] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
25582026-03-27T04:32:53.072Z[ 20] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
25592026-03-27T04:32:53.072Z[SUM] 2.00-3.00 sec 441 MBytes 3.70 Gbits/sec
25602026-03-27T04:32:53.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
25612026-03-27T04:32:53.072Z[ 5] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
25622026-03-27T04:32:53.072Z[ 8] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
25632026-03-27T04:32:53.073Z[ 10] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
25642026-03-27T04:32:53.073Z[ 12] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
25652026-03-27T04:32:53.073Z[ 14] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
25662026-03-27T04:32:53.073Z[ 16] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
25672026-03-27T04:32:53.073Z[ 18] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
25682026-03-27T04:32:53.073Z[ 20] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
25692026-03-27T04:32:53.073Z[SUM] 3.00-4.00 sec 444 MBytes 3.73 Gbits/sec
25702026-03-27T04:32:53.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
25712026-03-27T04:32:53.073Z[ 5] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
25722026-03-27T04:32:53.073Z[ 8] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
25732026-03-27T04:32:53.073Z[ 10] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
25742026-03-27T04:32:53.073Z[ 12] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
25752026-03-27T04:32:53.073Z[ 14] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
25762026-03-27T04:32:53.073Z[ 16] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
25772026-03-27T04:32:53.073Z[ 18] 4.00-5.00 sec 56.1 MBytes 471 Mbits/sec
25782026-03-27T04:32:53.073Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
25792026-03-27T04:32:53.073Z[SUM] 4.00-5.00 sec 448 MBytes 3.76 Gbits/sec
25802026-03-27T04:32:53.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
25812026-03-27T04:32:53.073Z[ 5] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
25822026-03-27T04:32:53.073Z[ 8] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
25832026-03-27T04:32:53.073Z[ 10] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
25842026-03-27T04:32:53.073Z[ 12] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
25852026-03-27T04:32:53.073Z[ 14] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
25862026-03-27T04:32:53.073Z[ 16] 5.00-6.00 sec 55.9 MBytes 469 Mbits/sec
25872026-03-27T04:32:53.077Z[ 18] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
25882026-03-27T04:32:53.077Z[ 20] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
25892026-03-27T04:32:53.077Z[SUM] 5.00-6.00 sec 446 MBytes 3.74 Gbits/sec
25902026-03-27T04:32:53.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
25912026-03-27T04:32:53.077Z[ 5] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
25922026-03-27T04:32:53.077Z[ 8] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
25932026-03-27T04:32:53.077Z[ 10] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
25942026-03-27T04:32:56.073Z[ 12] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
25952026-03-27T04:32:56.073Z[ 14] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
25962026-03-27T04:32:56.073Z[ 16] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
25972026-03-27T04:32:56.073Z[ 18] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
25982026-03-27T04:32:56.073Z[ 20] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
25992026-03-27T04:32:56.073Z[SUM] 6.00-7.00 sec 449 MBytes 3.76 Gbits/sec
26002026-03-27T04:32:56.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
26012026-03-27T04:32:56.073Z[ 5] 7.00-8.00 sec 56.4 MBytes 473 Mbits/sec
26022026-03-27T04:32:56.074Z[ 8] 7.00-8.00 sec 56.4 MBytes 473 Mbits/sec
26032026-03-27T04:32:56.074Z[ 10] 7.00-8.00 sec 56.5 MBytes 474 Mbits/sec
26042026-03-27T04:32:56.074Z[ 12] 7.00-8.00 sec 56.4 MBytes 473 Mbits/sec
26052026-03-27T04:32:56.074Z[ 14] 7.00-8.00 sec 56.4 MBytes 473 Mbits/sec
26062026-03-27T04:32:56.074Z[ 16] 7.00-8.00 sec 56.5 MBytes 474 Mbits/sec
26072026-03-27T04:32:56.074Z[ 18] 7.00-8.00 sec 56.4 MBytes 473 Mbits/sec
26082026-03-27T04:32:56.074Z[ 20] 7.00-8.00 sec 56.4 MBytes 473 Mbits/sec
26092026-03-27T04:32:56.074Z[SUM] 7.00-8.00 sec 451 MBytes 3.79 Gbits/sec
26102026-03-27T04:32:56.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
26112026-03-27T04:32:56.074Z[ 5] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
26122026-03-27T04:32:56.074Z[ 8] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
26132026-03-27T04:32:56.074Z[ 10] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
26142026-03-27T04:32:56.074Z[ 12] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
26152026-03-27T04:32:56.074Z[ 14] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
26162026-03-27T04:32:56.074Z[ 16] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
26172026-03-27T04:32:56.074Z[ 18] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
26182026-03-27T04:32:56.074Z[ 20] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
26192026-03-27T04:32:56.074Z[SUM] 8.00-9.00 sec 446 MBytes 3.74 Gbits/sec
26202026-03-27T04:32:56.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
26212026-03-27T04:32:56.074Z[ 5] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
26222026-03-27T04:32:56.074Z[ 8] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
26232026-03-27T04:32:56.074Z[ 10] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
26242026-03-27T04:32:56.074Z[ 12] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
26252026-03-27T04:32:56.074Z[ 14] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
26262026-03-27T04:32:56.074Z[ 16] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
26272026-03-27T04:32:56.074Z[ 18] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
26282026-03-27T04:32:56.074Z[ 20] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
26292026-03-27T04:32:56.074Z[SUM] 9.00-10.00 sec 446 MBytes 3.74 Gbits/sec
26302026-03-27T04:32:56.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
26312026-03-27T04:32:56.074Z[ 5] 10.00-10.00 sec 128 KBytes 750 Mbits/sec
26322026-03-27T04:32:56.074Z[ 8] 10.00-10.00 sec 128 KBytes 751 Mbits/sec
26332026-03-27T04:32:56.074Z[ 10] 10.00-10.00 sec 128 KBytes 751 Mbits/sec
26342026-03-27T04:32:56.074Z[ 12] 10.00-10.00 sec 128 KBytes 751 Mbits/sec
26352026-03-27T04:32:56.074Z[ 14] 10.00-10.00 sec 128 KBytes 751 Mbits/sec
26362026-03-27T04:32:56.074Z[ 16] 10.00-10.00 sec 128 KBytes 751 Mbits/sec
26372026-03-27T04:32:56.074Z[ 18] 10.00-10.00 sec 128 KBytes 751 Mbits/sec
26382026-03-27T04:32:56.074Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
26392026-03-27T04:32:56.074Z[SUM] 10.00-10.00 sec 896 KBytes 5.25 Gbits/sec
26402026-03-27T04:32:56.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
26412026-03-27T04:32:56.075Z[ ID] Interval Transfer Bitrate
26422026-03-27T04:32:56.075Z[ 5] 0.00-10.00 sec 545 MBytes 457 Mbits/sec receiver
26432026-03-27T04:32:56.075Z[ 8] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
26442026-03-27T04:32:56.075Z[ 10] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
26452026-03-27T04:32:56.075Z[ 12] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
26462026-03-27T04:32:56.075Z[ 14] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
26472026-03-27T04:32:56.075Z[ 16] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
26482026-03-27T04:32:56.075Z[ 18] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
26492026-03-27T04:32:56.075Z[ 20] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
26502026-03-27T04:32:56.075Z[SUM] 0.00-10.00 sec 4.26 GBytes 3.66 Gbits/sec receiver
26512026-03-27T04:32:56.079ZRun 2/10...3662.902997418362Mbps
26522026-03-27T04:33:03.473Z-----------------------------------------------------------
26532026-03-27T04:33:03.473ZServer listening on 5201 (test #13)
26542026-03-27T04:33:03.473Z-----------------------------------------------------------
26552026-03-27T04:33:03.473ZAccepted connection from 10.0.0.1, port 64695
26562026-03-27T04:33:03.473Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59825
26572026-03-27T04:33:03.473Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51479
26582026-03-27T04:33:03.473Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65423
26592026-03-27T04:33:03.473Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49423
26602026-03-27T04:33:03.473Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49640
26612026-03-27T04:33:03.473Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61628
26622026-03-27T04:33:03.473Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36043
26632026-03-27T04:33:03.473Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47118
26642026-03-27T04:33:03.473Z[ ID] Interval Transfer Bitrate
26652026-03-27T04:33:03.473Z[ 5] 0.00-1.00 sec 44.8 MBytes 375 Mbits/sec
26662026-03-27T04:33:03.473Z[ 8] 0.00-1.00 sec 44.8 MBytes 375 Mbits/sec
26672026-03-27T04:33:03.473Z[ 10] 0.00-1.00 sec 44.9 MBytes 376 Mbits/sec
26682026-03-27T04:33:03.473Z[ 12] 0.00-1.00 sec 44.9 MBytes 376 Mbits/sec
26692026-03-27T04:33:03.473Z[ 14] 0.00-1.00 sec 44.9 MBytes 376 Mbits/sec
26702026-03-27T04:33:03.473Z[ 16] 0.00-1.00 sec 44.9 MBytes 376 Mbits/sec
26712026-03-27T04:33:03.473Z[ 18] 0.00-1.00 sec 44.9 MBytes 376 Mbits/sec
26722026-03-27T04:33:03.473Z[ 20] 0.00-1.00 sec 44.8 MBytes 375 Mbits/sec
26732026-03-27T04:33:03.473Z[SUM] 0.00-1.00 sec 359 MBytes 3.01 Gbits/sec
26742026-03-27T04:33:03.473Z- - - - - - - - - - - - - - - - - - - - - - - - -
26752026-03-27T04:33:03.474Z[ 5] 1.00-2.00 sec 56.8 MBytes 476 Mbits/sec
26762026-03-27T04:33:03.474Z[ 8] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
26772026-03-27T04:33:03.474Z[ 10] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
26782026-03-27T04:33:03.474Z[ 12] 1.00-2.00 sec 56.5 MBytes 474 Mbits/sec
26792026-03-27T04:33:03.474Z[ 14] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
26802026-03-27T04:33:03.474Z[ 16] 1.00-2.00 sec 56.5 MBytes 474 Mbits/sec
26812026-03-27T04:33:03.474Z[ 18] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
26822026-03-27T04:33:03.474Z[ 20] 1.00-2.00 sec 56.5 MBytes 474 Mbits/sec
26832026-03-27T04:33:03.474Z[SUM] 1.00-2.00 sec 453 MBytes 3.80 Gbits/sec
26842026-03-27T04:33:03.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
26852026-03-27T04:33:03.474Z[ 5] 2.00-3.00 sec 56.2 MBytes 472 Mbits/sec
26862026-03-27T04:33:03.474Z[ 8] 2.00-3.00 sec 56.1 MBytes 471 Mbits/sec
26872026-03-27T04:33:03.474Z[ 10] 2.00-3.00 sec 56.2 MBytes 472 Mbits/sec
26882026-03-27T04:33:03.474Z[ 12] 2.00-3.00 sec 56.2 MBytes 472 Mbits/sec
26892026-03-27T04:33:03.474Z[ 14] 2.00-3.00 sec 56.1 MBytes 471 Mbits/sec
26902026-03-27T04:33:03.474Z[ 16] 2.00-3.00 sec 56.2 MBytes 472 Mbits/sec
26912026-03-27T04:33:03.474Z[ 18] 2.00-3.00 sec 56.2 MBytes 472 Mbits/sec
26922026-03-27T04:33:03.474Z[ 20] 2.00-3.00 sec 56.1 MBytes 471 Mbits/sec
26932026-03-27T04:33:03.474Z[SUM] 2.00-3.00 sec 450 MBytes 3.77 Gbits/sec
26942026-03-27T04:33:03.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
26952026-03-27T04:33:03.474Z[ 5] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
26962026-03-27T04:33:03.474Z[ 8] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
26972026-03-27T04:33:03.474Z[ 10] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
26982026-03-27T04:33:03.474Z[ 12] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
26992026-03-27T04:33:03.474Z[ 14] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
27002026-03-27T04:33:03.474Z[ 16] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
27012026-03-27T04:33:03.474Z[ 18] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
27022026-03-27T04:33:03.474Z[ 20] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
27032026-03-27T04:33:03.474Z[SUM] 3.00-4.00 sec 450 MBytes 3.77 Gbits/sec
27042026-03-27T04:33:03.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
27052026-03-27T04:33:03.474Z[ 5] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
27062026-03-27T04:33:03.474Z[ 8] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
27072026-03-27T04:33:03.474Z[ 10] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
27082026-03-27T04:33:03.474Z[ 12] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
27092026-03-27T04:33:03.474Z[ 14] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
27102026-03-27T04:33:03.474Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
27112026-03-27T04:33:03.474Z[ 18] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
27122026-03-27T04:33:03.474Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
27132026-03-27T04:33:03.474Z[SUM] 4.00-5.00 sec 446 MBytes 3.74 Gbits/sec
27142026-03-27T04:33:03.475Z- - - - - - - - - - - - - - - - - - - - - - - - -
27152026-03-27T04:33:03.475Z[ 5] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
27162026-03-27T04:33:03.475Z[ 8] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
27172026-03-27T04:33:03.475Z[ 10] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
27182026-03-27T04:33:03.475Z[ 12] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
27192026-03-27T04:33:03.475Z[ 14] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
27202026-03-27T04:33:03.475Z[ 16] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
27212026-03-27T04:33:03.475Z[ 18] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
27222026-03-27T04:33:03.475Z[ 20] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
27232026-03-27T04:33:03.475Z[SUM] 5.00-6.00 sec 443 MBytes 3.72 Gbits/sec
27242026-03-27T04:33:03.475Z- - - - - - - - - - - - - - - - - - - - - - - - -
27252026-03-27T04:33:03.475Z[ 5] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
27262026-03-27T04:33:03.475Z[ 8] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
27272026-03-27T04:33:03.475Z[ 10] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27282026-03-27T04:33:06.476Z[ 12] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27292026-03-27T04:33:06.476Z[ 14] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
27302026-03-27T04:33:06.476Z[ 16] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
27312026-03-27T04:33:06.476Z[ 18] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
27322026-03-27T04:33:06.476Z[ 20] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
27332026-03-27T04:33:06.476Z[SUM] 6.00-7.00 sec 443 MBytes 3.71 Gbits/sec
27342026-03-27T04:33:06.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
27352026-03-27T04:33:06.476Z[ 5] 7.00-8.00 sec 56.8 MBytes 476 Mbits/sec
27362026-03-27T04:33:06.476Z[ 8] 7.00-8.00 sec 56.6 MBytes 475 Mbits/sec
27372026-03-27T04:33:06.476Z[ 10] 7.00-8.00 sec 56.6 MBytes 475 Mbits/sec
27382026-03-27T04:33:06.476Z[ 12] 7.00-8.00 sec 56.8 MBytes 476 Mbits/sec
27392026-03-27T04:33:06.476Z[ 14] 7.00-8.00 sec 56.6 MBytes 475 Mbits/sec
27402026-03-27T04:33:06.476Z[ 16] 7.00-8.00 sec 56.6 MBytes 475 Mbits/sec
27412026-03-27T04:33:06.476Z[ 18] 7.00-8.00 sec 56.8 MBytes 476 Mbits/sec
27422026-03-27T04:33:06.476Z[ 20] 7.00-8.00 sec 56.8 MBytes 476 Mbits/sec
27432026-03-27T04:33:06.476Z[SUM] 7.00-8.00 sec 454 MBytes 3.80 Gbits/sec
27442026-03-27T04:33:06.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
27452026-03-27T04:33:06.476Z[ 5] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
27462026-03-27T04:33:06.476Z[ 8] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
27472026-03-27T04:33:06.476Z[ 10] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
27482026-03-27T04:33:06.476Z[ 12] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
27492026-03-27T04:33:06.476Z[ 14] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
27502026-03-27T04:33:06.476Z[ 16] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
27512026-03-27T04:33:06.476Z[ 18] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
27522026-03-27T04:33:06.476Z[ 20] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
27532026-03-27T04:33:06.476Z[SUM] 8.00-9.00 sec 450 MBytes 3.77 Gbits/sec
27542026-03-27T04:33:06.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
27552026-03-27T04:33:06.476Z[ 5] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27562026-03-27T04:33:06.477Z[ 8] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
27572026-03-27T04:33:06.477Z[ 10] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27582026-03-27T04:33:06.477Z[ 12] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27592026-03-27T04:33:06.477Z[ 14] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27602026-03-27T04:33:06.477Z[ 16] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27612026-03-27T04:33:06.477Z[ 18] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
27622026-03-27T04:33:06.477Z[ 20] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
27632026-03-27T04:33:06.477Z[SUM] 9.00-10.00 sec 447 MBytes 3.75 Gbits/sec
27642026-03-27T04:33:06.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
27652026-03-27T04:33:06.477Z[ 5] 10.00-10.00 sec 128 KBytes 634 Mbits/sec
27662026-03-27T04:33:06.477Z[ 8] 10.00-10.00 sec 128 KBytes 634 Mbits/sec
27672026-03-27T04:33:06.477Z[ 10] 10.00-10.00 sec 128 KBytes 634 Mbits/sec
27682026-03-27T04:33:06.477Z[ 12] 10.00-10.00 sec 128 KBytes 634 Mbits/sec
27692026-03-27T04:33:06.477Z[ 14] 10.00-10.00 sec 128 KBytes 634 Mbits/sec
27702026-03-27T04:33:06.477Z[ 16] 10.00-10.00 sec 128 KBytes 634 Mbits/sec
27712026-03-27T04:33:06.477Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27722026-03-27T04:33:06.477Z[ 20] 10.00-10.00 sec 128 KBytes 634 Mbits/sec
27732026-03-27T04:33:06.477Z[SUM] 10.00-10.00 sec 896 KBytes 4.44 Gbits/sec
27742026-03-27T04:33:06.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
27752026-03-27T04:33:06.477Z[ ID] Interval Transfer Bitrate
27762026-03-27T04:33:06.477Z[ 5] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
27772026-03-27T04:33:06.477Z[ 8] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
27782026-03-27T04:33:06.477Z[ 10] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
27792026-03-27T04:33:06.477Z[ 12] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
27802026-03-27T04:33:06.477Z[ 14] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
27812026-03-27T04:33:06.477Z[ 16] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
27822026-03-27T04:33:06.477Z[ 18] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
27832026-03-27T04:33:06.477Z[ 20] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
27842026-03-27T04:33:06.477Z[SUM] 0.00-10.00 sec 4.29 GBytes 3.68 Gbits/sec receiver
27852026-03-27T04:33:06.481ZRun 3/10...3684.8302401800765Mbps
27862026-03-27T04:33:13.874Z-----------------------------------------------------------
27872026-03-27T04:33:13.875ZServer listening on 5201 (test #14)
27882026-03-27T04:33:13.875Z-----------------------------------------------------------
27892026-03-27T04:33:13.875ZAccepted connection from 10.0.0.1, port 57123
27902026-03-27T04:33:13.875Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64550
27912026-03-27T04:33:13.875Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43520
27922026-03-27T04:33:13.875Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33684
27932026-03-27T04:33:13.875Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33824
27942026-03-27T04:33:13.875Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45523
27952026-03-27T04:33:13.875Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53750
27962026-03-27T04:33:13.875Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55332
27972026-03-27T04:33:13.875Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42731
27982026-03-27T04:33:13.875Z[ ID] Interval Transfer Bitrate
27992026-03-27T04:33:13.875Z[ 5] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
28002026-03-27T04:33:13.875Z[ 8] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
28012026-03-27T04:33:13.875Z[ 10] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
28022026-03-27T04:33:13.875Z[ 12] 0.00-1.00 sec 44.8 MBytes 375 Mbits/sec
28032026-03-27T04:33:13.875Z[ 14] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
28042026-03-27T04:33:13.875Z[ 16] 0.00-1.00 sec 44.8 MBytes 375 Mbits/sec
28052026-03-27T04:33:13.875Z[ 18] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
28062026-03-27T04:33:13.875Z[ 20] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
28072026-03-27T04:33:13.875Z[SUM] 0.00-1.00 sec 357 MBytes 3.00 Gbits/sec
28082026-03-27T04:33:13.875Z- - - - - - - - - - - - - - - - - - - - - - - - -
28092026-03-27T04:33:13.875Z[ 5] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
28102026-03-27T04:33:13.875Z[ 8] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
28112026-03-27T04:33:13.875Z[ 10] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
28122026-03-27T04:33:13.875Z[ 12] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
28132026-03-27T04:33:13.875Z[ 14] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
28142026-03-27T04:33:13.875Z[ 16] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
28152026-03-27T04:33:13.875Z[ 18] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
28162026-03-27T04:33:13.875Z[ 20] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
28172026-03-27T04:33:13.875Z[SUM] 1.00-2.00 sec 448 MBytes 3.76 Gbits/sec
28182026-03-27T04:33:13.875Z- - - - - - - - - - - - - - - - - - - - - - - - -
28192026-03-27T04:33:13.875Z[ 5] 2.00-3.00 sec 56.4 MBytes 473 Mbits/sec
28202026-03-27T04:33:13.875Z[ 8] 2.00-3.00 sec 56.4 MBytes 473 Mbits/sec
28212026-03-27T04:33:13.876Z[ 10] 2.00-3.00 sec 56.4 MBytes 473 Mbits/sec
28222026-03-27T04:33:13.876Z[ 12] 2.00-3.00 sec 56.4 MBytes 473 Mbits/sec
28232026-03-27T04:33:13.876Z[ 14] 2.00-3.00 sec 56.5 MBytes 474 Mbits/sec
28242026-03-27T04:33:13.876Z[ 16] 2.00-3.00 sec 56.2 MBytes 472 Mbits/sec
28252026-03-27T04:33:13.876Z[ 18] 2.00-3.00 sec 56.4 MBytes 473 Mbits/sec
28262026-03-27T04:33:13.876Z[ 20] 2.00-3.00 sec 56.4 MBytes 473 Mbits/sec
28272026-03-27T04:33:13.876Z[SUM] 2.00-3.00 sec 451 MBytes 3.78 Gbits/sec
28282026-03-27T04:33:13.876Z- - - - - - - - - - - - - - - - - - - - - - - - -
28292026-03-27T04:33:13.876Z[ 5] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
28302026-03-27T04:33:13.876Z[ 8] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
28312026-03-27T04:33:13.876Z[ 10] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
28322026-03-27T04:33:13.876Z[ 12] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
28332026-03-27T04:33:13.876Z[ 14] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
28342026-03-27T04:33:13.876Z[ 16] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
28352026-03-27T04:33:13.876Z[ 18] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
28362026-03-27T04:33:13.876Z[ 20] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
28372026-03-27T04:33:13.877Z[SUM] 3.00-4.00 sec 448 MBytes 3.76 Gbits/sec
28382026-03-27T04:33:13.877Z- - - - - - - - - - - - - - - - - - - - - - - - -
28392026-03-27T04:33:13.877Z[ 5] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
28402026-03-27T04:33:13.877Z[ 8] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
28412026-03-27T04:33:13.877Z[ 10] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
28422026-03-27T04:33:13.877Z[ 12] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
28432026-03-27T04:33:13.877Z[ 14] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
28442026-03-27T04:33:13.877Z[ 16] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
28452026-03-27T04:33:13.877Z[ 18] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
28462026-03-27T04:33:13.877Z[ 20] 4.00-5.00 sec 55.4 MBytes 465 Mbits/sec
28472026-03-27T04:33:13.877Z[SUM] 4.00-5.00 sec 443 MBytes 3.72 Gbits/sec
28482026-03-27T04:33:13.877Z- - - - - - - - - - - - - - - - - - - - - - - - -
28492026-03-27T04:33:13.877Z[ 5] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
28502026-03-27T04:33:13.877Z[ 8] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
28512026-03-27T04:33:13.877Z[ 10] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
28522026-03-27T04:33:13.877Z[ 12] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
28532026-03-27T04:33:13.877Z[ 14] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
28542026-03-27T04:33:13.877Z[ 16] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
28552026-03-27T04:33:13.877Z[ 18] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
28562026-03-27T04:33:13.877Z[ 20] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
28572026-03-27T04:33:13.877Z[SUM] 5.00-6.00 sec 449 MBytes 3.77 Gbits/sec
28582026-03-27T04:33:13.877Z- - - - - - - - - - - - - - - - - - - - - - - - -
28592026-03-27T04:33:13.877Z[ 5] 6.00-7.00 sec 56.4 MBytes 473 Mbits/sec
28602026-03-27T04:33:13.878Z[ 8] 6.00-7.00 sec 56.4 MBytes 473 Mbits/sec
28612026-03-27T04:33:13.878Z[ 10] 6.00-7.00 sec 56.4 MBytes 473 Mbits/sec
28622026-03-27T04:33:16.877Z[ 12] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
28632026-03-27T04:33:16.877Z[ 14] 6.00-7.00 sec 56.4 MBytes 473 Mbits/sec
28642026-03-27T04:33:16.877Z[ 16] 6.00-7.00 sec 56.4 MBytes 473 Mbits/sec
28652026-03-27T04:33:16.877Z[ 18] 6.00-7.00 sec 56.4 MBytes 473 Mbits/sec
28662026-03-27T04:33:16.877Z[ 20] 6.00-7.00 sec 56.5 MBytes 474 Mbits/sec
28672026-03-27T04:33:16.877Z[SUM] 6.00-7.00 sec 451 MBytes 3.79 Gbits/sec
28682026-03-27T04:33:16.878Z- - - - - - - - - - - - - - - - - - - - - - - - -
28692026-03-27T04:33:16.878Z[ 5] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
28702026-03-27T04:33:16.878Z[ 8] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
28712026-03-27T04:33:16.878Z[ 10] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
28722026-03-27T04:33:16.878Z[ 12] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
28732026-03-27T04:33:16.878Z[ 14] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
28742026-03-27T04:33:16.878Z[ 16] 7.00-8.00 sec 56.2 MBytes 472 Mbits/sec
28752026-03-27T04:33:16.878Z[ 18] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
28762026-03-27T04:33:16.878Z[ 20] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
28772026-03-27T04:33:16.878Z[SUM] 7.00-8.00 sec 448 MBytes 3.76 Gbits/sec
28782026-03-27T04:33:16.878Z- - - - - - - - - - - - - - - - - - - - - - - - -
28792026-03-27T04:33:16.878Z[ 5] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
28802026-03-27T04:33:16.878Z[ 8] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
28812026-03-27T04:33:16.878Z[ 10] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
28822026-03-27T04:33:16.878Z[ 12] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
28832026-03-27T04:33:16.878Z[ 14] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
28842026-03-27T04:33:16.878Z[ 16] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
28852026-03-27T04:33:16.878Z[ 18] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
28862026-03-27T04:33:16.878Z[ 20] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
28872026-03-27T04:33:16.878Z[SUM] 8.00-9.00 sec 451 MBytes 3.78 Gbits/sec
28882026-03-27T04:33:16.878Z- - - - - - - - - - - - - - - - - - - - - - - - -
28892026-03-27T04:33:16.878Z[ 5] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
28902026-03-27T04:33:16.878Z[ 8] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
28912026-03-27T04:33:16.878Z[ 10] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
28922026-03-27T04:33:16.878Z[ 12] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
28932026-03-27T04:33:16.878Z[ 14] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
28942026-03-27T04:33:16.878Z[ 16] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
28952026-03-27T04:33:16.878Z[ 18] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
28962026-03-27T04:33:16.878Z[ 20] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
28972026-03-27T04:33:16.878Z[SUM] 9.00-10.00 sec 447 MBytes 3.75 Gbits/sec
28982026-03-27T04:33:16.878Z- - - - - - - - - - - - - - - - - - - - - - - - -
28992026-03-27T04:33:16.878Z[ 5] 10.00-10.00 sec 128 KBytes 812 Mbits/sec
29002026-03-27T04:33:16.878Z[ 8] 10.00-10.00 sec 128 KBytes 812 Mbits/sec
29012026-03-27T04:33:16.878Z[ 10] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
29022026-03-27T04:33:16.878Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29032026-03-27T04:33:16.878Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29042026-03-27T04:33:16.878Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
29052026-03-27T04:33:16.879Z[ 18] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
29062026-03-27T04:33:16.879Z[ 20] 10.00-10.00 sec 128 KBytes 813 Mbits/sec
29072026-03-27T04:33:16.879Z[SUM] 10.00-10.00 sec 640 KBytes 4.06 Gbits/sec
29082026-03-27T04:33:16.879Z- - - - - - - - - - - - - - - - - - - - - - - - -
29092026-03-27T04:33:16.879Z[ ID] Interval Transfer Bitrate
29102026-03-27T04:33:16.879Z[ 5] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
29112026-03-27T04:33:16.883Z[ 8] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
29122026-03-27T04:33:16.883Z[ 10] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
29132026-03-27T04:33:16.883Z[ 12] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
29142026-03-27T04:33:16.883Z[ 14] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
29152026-03-27T04:33:16.883Z[ 16] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
29162026-03-27T04:33:16.883Z[ 18] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
29172026-03-27T04:33:16.883Z[ 20] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
29182026-03-27T04:33:16.883Z[SUM] 0.00-10.00 sec 4.29 GBytes 3.69 Gbits/sec receiver
29192026-03-27T04:33:16.883ZRun 4/10...3686.60614708292Mbps
29202026-03-27T04:33:24.273Z-----------------------------------------------------------
29212026-03-27T04:33:24.273ZServer listening on 5201 (test #15)
29222026-03-27T04:33:24.273Z-----------------------------------------------------------
29232026-03-27T04:33:24.273ZAccepted connection from 10.0.0.1, port 37813
29242026-03-27T04:33:24.273Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65447
29252026-03-27T04:33:24.273Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57100
29262026-03-27T04:33:24.273Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44545
29272026-03-27T04:33:24.273Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37711
29282026-03-27T04:33:24.273Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41599
29292026-03-27T04:33:24.273Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37012
29302026-03-27T04:33:24.273Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51718
29312026-03-27T04:33:24.273Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41353
29322026-03-27T04:33:24.273Z[ ID] Interval Transfer Bitrate
29332026-03-27T04:33:24.273Z[ 5] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
29342026-03-27T04:33:24.273Z[ 8] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
29352026-03-27T04:33:24.273Z[ 10] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
29362026-03-27T04:33:24.273Z[ 12] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
29372026-03-27T04:33:24.273Z[ 14] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
29382026-03-27T04:33:24.273Z[ 16] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
29392026-03-27T04:33:24.273Z[ 18] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
29402026-03-27T04:33:24.273Z[ 20] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
29412026-03-27T04:33:24.273Z[SUM] 0.00-1.00 sec 353 MBytes 2.96 Gbits/sec
29422026-03-27T04:33:24.273Z- - - - - - - - - - - - - - - - - - - - - - - - -
29432026-03-27T04:33:24.274Z[ 5] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
29442026-03-27T04:33:24.274Z[ 8] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
29452026-03-27T04:33:24.274Z[ 10] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
29462026-03-27T04:33:24.274Z[ 12] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
29472026-03-27T04:33:24.274Z[ 14] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
29482026-03-27T04:33:24.274Z[ 16] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
29492026-03-27T04:33:24.274Z[ 18] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
29502026-03-27T04:33:24.274Z[ 20] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
29512026-03-27T04:33:24.274Z[SUM] 1.00-2.00 sec 447 MBytes 3.75 Gbits/sec
29522026-03-27T04:33:24.274Z- - - - - - - - - - - - - - - - - - - - - - - - -
29532026-03-27T04:33:24.274Z[ 5] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
29542026-03-27T04:33:24.274Z[ 8] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
29552026-03-27T04:33:24.274Z[ 10] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
29562026-03-27T04:33:24.274Z[ 12] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
29572026-03-27T04:33:24.274Z[ 14] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
29582026-03-27T04:33:24.274Z[ 16] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
29592026-03-27T04:33:24.274Z[ 18] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
29602026-03-27T04:33:24.274Z[ 20] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
29612026-03-27T04:33:24.274Z[SUM] 2.00-3.00 sec 446 MBytes 3.74 Gbits/sec
29622026-03-27T04:33:24.274Z- - - - - - - - - - - - - - - - - - - - - - - - -
29632026-03-27T04:33:24.274Z[ 5] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
29642026-03-27T04:33:24.274Z[ 8] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
29652026-03-27T04:33:24.274Z[ 10] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
29662026-03-27T04:33:24.274Z[ 12] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
29672026-03-27T04:33:24.274Z[ 14] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
29682026-03-27T04:33:24.274Z[ 16] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
29692026-03-27T04:33:24.274Z[ 18] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
29702026-03-27T04:33:24.274Z[ 20] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
29712026-03-27T04:33:24.275Z[SUM] 3.00-4.00 sec 447 MBytes 3.75 Gbits/sec
29722026-03-27T04:33:24.275Z- - - - - - - - - - - - - - - - - - - - - - - - -
29732026-03-27T04:33:24.275Z[ 5] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
29742026-03-27T04:33:24.275Z[ 8] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
29752026-03-27T04:33:24.275Z[ 10] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
29762026-03-27T04:33:24.275Z[ 12] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
29772026-03-27T04:33:24.275Z[ 14] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
29782026-03-27T04:33:24.275Z[ 16] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
29792026-03-27T04:33:24.275Z[ 18] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
29802026-03-27T04:33:24.275Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
29812026-03-27T04:33:24.275Z[SUM] 4.00-5.00 sec 446 MBytes 3.74 Gbits/sec
29822026-03-27T04:33:24.275Z- - - - - - - - - - - - - - - - - - - - - - - - -
29832026-03-27T04:33:24.275Z[ 5] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
29842026-03-27T04:33:24.275Z[ 8] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
29852026-03-27T04:33:24.275Z[ 10] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
29862026-03-27T04:33:24.275Z[ 12] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
29872026-03-27T04:33:24.275Z[ 14] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
29882026-03-27T04:33:24.275Z[ 16] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
29892026-03-27T04:33:24.275Z[ 18] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
29902026-03-27T04:33:24.275Z[ 20] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
29912026-03-27T04:33:24.275Z[SUM] 5.00-6.00 sec 448 MBytes 3.76 Gbits/sec
29922026-03-27T04:33:24.275Z- - - - - - - - - - - - - - - - - - - - - - - - -
29932026-03-27T04:33:24.275Z[ 5] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
29942026-03-27T04:33:24.275Z[ 8] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
29952026-03-27T04:33:24.275Z[ 10] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
29962026-03-27T04:33:27.275Z[ 12] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
29972026-03-27T04:33:27.275Z[ 14] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
29982026-03-27T04:33:27.275Z[ 16] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
29992026-03-27T04:33:27.275Z[ 18] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
30002026-03-27T04:33:27.275Z[ 20] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
30012026-03-27T04:33:27.275Z[SUM] 6.00-7.00 sec 443 MBytes 3.72 Gbits/sec
30022026-03-27T04:33:27.275Z- - - - - - - - - - - - - - - - - - - - - - - - -
30032026-03-27T04:33:27.275Z[ 5] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
30042026-03-27T04:33:27.275Z[ 8] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
30052026-03-27T04:33:27.275Z[ 10] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
30062026-03-27T04:33:27.275Z[ 12] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
30072026-03-27T04:33:27.276Z[ 14] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
30082026-03-27T04:33:27.276Z[ 16] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
30092026-03-27T04:33:27.276Z[ 18] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
30102026-03-27T04:33:27.276Z[ 20] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
30112026-03-27T04:33:27.276Z[SUM] 7.00-8.00 sec 447 MBytes 3.75 Gbits/sec
30122026-03-27T04:33:27.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
30132026-03-27T04:33:27.276Z[ 5] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
30142026-03-27T04:33:27.276Z[ 8] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
30152026-03-27T04:33:27.276Z[ 10] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
30162026-03-27T04:33:27.276Z[ 12] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
30172026-03-27T04:33:27.276Z[ 14] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
30182026-03-27T04:33:27.276Z[ 16] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
30192026-03-27T04:33:27.276Z[ 18] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
30202026-03-27T04:33:27.276Z[ 20] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
30212026-03-27T04:33:27.276Z[SUM] 8.00-9.00 sec 450 MBytes 3.77 Gbits/sec
30222026-03-27T04:33:27.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
30232026-03-27T04:33:27.276Z[ 5] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
30242026-03-27T04:33:27.276Z[ 8] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
30252026-03-27T04:33:27.276Z[ 10] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
30262026-03-27T04:33:27.276Z[ 12] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
30272026-03-27T04:33:27.276Z[ 14] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
30282026-03-27T04:33:27.276Z[ 16] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
30292026-03-27T04:33:27.276Z[ 18] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
30302026-03-27T04:33:27.276Z[ 20] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
30312026-03-27T04:33:27.276Z[SUM] 9.00-10.00 sec 447 MBytes 3.75 Gbits/sec
30322026-03-27T04:33:27.276Z- - - - - - - - - - - - - - - - - - - - - - - - -
30332026-03-27T04:33:27.276Z[ 5] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
30342026-03-27T04:33:27.276Z[ 8] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
30352026-03-27T04:33:27.277Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30362026-03-27T04:33:27.277Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30372026-03-27T04:33:27.277Z[ 14] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
30382026-03-27T04:33:27.277Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30392026-03-27T04:33:27.277Z[ 18] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
30402026-03-27T04:33:27.277Z[ 20] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
30412026-03-27T04:33:27.277Z[SUM] 10.00-10.00 sec 640 KBytes 4.39 Gbits/sec
30422026-03-27T04:33:27.277Z- - - - - - - - - - - - - - - - - - - - - - - - -
30432026-03-27T04:33:27.277Z[ ID] Interval Transfer Bitrate
30442026-03-27T04:33:27.277Z[ 5] 0.00-10.00 sec 547 MBytes 458 Mbits/sec receiver
30452026-03-27T04:33:27.277Z[ 8] 0.00-10.00 sec 547 MBytes 459 Mbits/sec receiver
30462026-03-27T04:33:27.277Z[ 10] 0.00-10.00 sec 547 MBytes 458 Mbits/sec receiver
30472026-03-27T04:33:27.277Z[ 12] 0.00-10.00 sec 547 MBytes 459 Mbits/sec receiver
30482026-03-27T04:33:27.277Z[ 14] 0.00-10.00 sec 547 MBytes 458 Mbits/sec receiver
30492026-03-27T04:33:27.279Z[ 16] 0.00-10.00 sec 547 MBytes 459 Mbits/sec receiver
30502026-03-27T04:33:27.279Z[ 18] 0.00-10.00 sec 547 MBytes 459 Mbits/sec receiver
30512026-03-27T04:33:27.279Z[ 20] 0.00-10.00 sec 547 MBytes 459 Mbits/sec receiver
30522026-03-27T04:33:27.279Z[SUM] 0.00-10.00 sec 4.27 GBytes 3.67 Gbits/sec receiver
30532026-03-27T04:33:27.283ZRun 5/10...3669.309065047821Mbps
30542026-03-27T04:33:34.673Z-----------------------------------------------------------
30552026-03-27T04:33:34.673ZServer listening on 5201 (test #16)
30562026-03-27T04:33:34.673Z-----------------------------------------------------------
30572026-03-27T04:33:34.673ZAccepted connection from 10.0.0.1, port 60129
30582026-03-27T04:33:34.674Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48537
30592026-03-27T04:33:34.674Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37922
30602026-03-27T04:33:34.674Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37330
30612026-03-27T04:33:34.674Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51648
30622026-03-27T04:33:34.674Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47346
30632026-03-27T04:33:34.674Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37363
30642026-03-27T04:33:34.674Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57337
30652026-03-27T04:33:34.674Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33090
30662026-03-27T04:33:34.674Z[ ID] Interval Transfer Bitrate
30672026-03-27T04:33:34.674Z[ 5] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
30682026-03-27T04:33:34.674Z[ 8] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
30692026-03-27T04:33:34.674Z[ 10] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
30702026-03-27T04:33:34.674Z[ 12] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
30712026-03-27T04:33:34.674Z[ 14] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
30722026-03-27T04:33:34.674Z[ 16] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
30732026-03-27T04:33:34.674Z[ 18] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
30742026-03-27T04:33:34.674Z[ 20] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
30752026-03-27T04:33:34.674Z[SUM] 0.00-1.00 sec 352 MBytes 2.96 Gbits/sec
30762026-03-27T04:33:34.674Z- - - - - - - - - - - - - - - - - - - - - - - - -
30772026-03-27T04:33:34.674Z[ 5] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
30782026-03-27T04:33:34.674Z[ 8] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
30792026-03-27T04:33:34.674Z[ 10] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
30802026-03-27T04:33:34.674Z[ 12] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
30812026-03-27T04:33:34.674Z[ 14] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
30822026-03-27T04:33:34.674Z[ 16] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
30832026-03-27T04:33:34.674Z[ 18] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
30842026-03-27T04:33:34.674Z[ 20] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
30852026-03-27T04:33:34.674Z[SUM] 1.00-2.00 sec 448 MBytes 3.76 Gbits/sec
30862026-03-27T04:33:34.674Z- - - - - - - - - - - - - - - - - - - - - - - - -
30872026-03-27T04:33:34.674Z[ 5] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
30882026-03-27T04:33:34.674Z[ 8] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
30892026-03-27T04:33:34.674Z[ 10] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
30902026-03-27T04:33:34.674Z[ 12] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
30912026-03-27T04:33:34.674Z[ 14] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
30922026-03-27T04:33:34.674Z[ 16] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
30932026-03-27T04:33:34.674Z[ 18] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
30942026-03-27T04:33:34.674Z[ 20] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
30952026-03-27T04:33:34.675Z[SUM] 2.00-3.00 sec 447 MBytes 3.75 Gbits/sec
30962026-03-27T04:33:34.675Z- - - - - - - - - - - - - - - - - - - - - - - - -
30972026-03-27T04:33:34.675Z[ 5] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
30982026-03-27T04:33:34.675Z[ 8] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
30992026-03-27T04:33:34.675Z[ 10] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
31002026-03-27T04:33:34.675Z[ 12] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
31012026-03-27T04:33:34.675Z[ 14] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
31022026-03-27T04:33:34.675Z[ 16] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
31032026-03-27T04:33:34.675Z[ 18] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
31042026-03-27T04:33:34.675Z[ 20] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
31052026-03-27T04:33:34.675Z[SUM] 3.00-4.00 sec 450 MBytes 3.77 Gbits/sec
31062026-03-27T04:33:34.675Z- - - - - - - - - - - - - - - - - - - - - - - - -
31072026-03-27T04:33:34.675Z[ 5] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31082026-03-27T04:33:34.675Z[ 8] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31092026-03-27T04:33:34.675Z[ 10] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
31102026-03-27T04:33:34.675Z[ 12] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31112026-03-27T04:33:34.675Z[ 14] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
31122026-03-27T04:33:34.675Z[ 16] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31132026-03-27T04:33:34.675Z[ 18] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31142026-03-27T04:33:34.675Z[ 20] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
31152026-03-27T04:33:34.675Z[SUM] 4.00-5.00 sec 447 MBytes 3.75 Gbits/sec
31162026-03-27T04:33:34.675Z- - - - - - - - - - - - - - - - - - - - - - - - -
31172026-03-27T04:33:34.675Z[ 5] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
31182026-03-27T04:33:34.675Z[ 8] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
31192026-03-27T04:33:34.675Z[ 10] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
31202026-03-27T04:33:34.675Z[ 12] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
31212026-03-27T04:33:34.675Z[ 14] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
31222026-03-27T04:33:34.675Z[ 16] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
31232026-03-27T04:33:34.675Z[ 18] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
31242026-03-27T04:33:34.675Z[ 20] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
31252026-03-27T04:33:34.675Z[SUM] 5.00-6.00 sec 442 MBytes 3.71 Gbits/sec
31262026-03-27T04:33:34.675Z- - - - - - - - - - - - - - - - - - - - - - - - -
31272026-03-27T04:33:34.675Z[ 5] 6.00-7.00 sec 55.5 MBytes 466 Mbits/sec
31282026-03-27T04:33:34.675Z[ 8] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
31292026-03-27T04:33:34.675Z[ 10] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
31302026-03-27T04:33:37.676Z[ 12] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
31312026-03-27T04:33:37.676Z[ 14] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
31322026-03-27T04:33:37.676Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
31332026-03-27T04:33:37.676Z[ 18] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
31342026-03-27T04:33:37.676Z[ 20] 6.00-7.00 sec 55.4 MBytes 465 Mbits/sec
31352026-03-27T04:33:37.676Z[SUM] 6.00-7.00 sec 443 MBytes 3.72 Gbits/sec
31362026-03-27T04:33:37.676Z- - - - - - - - - - - - - - - - - - - - - - - - -
31372026-03-27T04:33:37.676Z[ 5] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
31382026-03-27T04:33:37.676Z[ 8] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
31392026-03-27T04:33:37.676Z[ 10] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
31402026-03-27T04:33:37.676Z[ 12] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
31412026-03-27T04:33:37.676Z[ 14] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
31422026-03-27T04:33:37.678Z[ 16] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
31432026-03-27T04:33:37.678Z[ 18] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
31442026-03-27T04:33:37.678Z[ 20] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
31452026-03-27T04:33:37.678Z[SUM] 7.00-8.00 sec 447 MBytes 3.75 Gbits/sec
31462026-03-27T04:33:37.678Z- - - - - - - - - - - - - - - - - - - - - - - - -
31472026-03-27T04:33:37.678Z[ 5] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
31482026-03-27T04:33:37.678Z[ 8] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
31492026-03-27T04:33:37.678Z[ 10] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
31502026-03-27T04:33:37.678Z[ 12] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
31512026-03-27T04:33:37.678Z[ 14] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
31522026-03-27T04:33:37.679Z[ 16] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
31532026-03-27T04:33:37.679Z[ 18] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
31542026-03-27T04:33:37.679Z[ 20] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
31552026-03-27T04:33:37.679Z[SUM] 8.00-9.00 sec 447 MBytes 3.75 Gbits/sec
31562026-03-27T04:33:37.679Z- - - - - - - - - - - - - - - - - - - - - - - - -
31572026-03-27T04:33:37.679Z[ 5] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
31582026-03-27T04:33:37.679Z[ 8] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
31592026-03-27T04:33:37.679Z[ 10] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
31602026-03-27T04:33:37.679Z[ 12] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
31612026-03-27T04:33:37.679Z[ 14] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
31622026-03-27T04:33:37.679Z[ 16] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
31632026-03-27T04:33:37.679Z[ 18] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
31642026-03-27T04:33:37.679Z[ 20] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
31652026-03-27T04:33:37.679Z[SUM] 9.00-10.00 sec 444 MBytes 3.72 Gbits/sec
31662026-03-27T04:33:37.679Z- - - - - - - - - - - - - - - - - - - - - - - - -
31672026-03-27T04:33:37.679Z[ 5] 10.00-10.00 sec 128 KBytes 877 Mbits/sec
31682026-03-27T04:33:37.679Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31692026-03-27T04:33:37.679Z[ 10] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
31702026-03-27T04:33:37.679Z[ 12] 10.00-10.00 sec 128 KBytes 878 Mbits/sec
31712026-03-27T04:33:37.679Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31722026-03-27T04:33:37.679Z[ 16] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
31732026-03-27T04:33:37.679Z[ 18] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
31742026-03-27T04:33:37.679Z[ 20] 10.00-10.00 sec 128 KBytes 879 Mbits/sec
31752026-03-27T04:33:37.679Z[SUM] 10.00-10.00 sec 768 KBytes 5.26 Gbits/sec
31762026-03-27T04:33:37.679Z- - - - - - - - - - - - - - - - - - - - - - - - -
31772026-03-27T04:33:37.679Z[ ID] Interval Transfer Bitrate
31782026-03-27T04:33:37.679Z[ 5] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31792026-03-27T04:33:37.679Z[ 8] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31802026-03-27T04:33:37.679Z[ 10] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31812026-03-27T04:33:37.679Z[ 12] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31822026-03-27T04:33:37.679Z[ 14] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31832026-03-27T04:33:37.679Z[ 16] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31842026-03-27T04:33:37.679Z[ 18] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31852026-03-27T04:33:37.679Z[ 20] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
31862026-03-27T04:33:37.679Z[SUM] 0.00-10.00 sec 4.26 GBytes 3.66 Gbits/sec receiver
31872026-03-27T04:33:37.684ZRun 6/10...3663.644676546051Mbps
31882026-03-27T04:33:45.072Z-----------------------------------------------------------
31892026-03-27T04:33:45.073ZServer listening on 5201 (test #17)
31902026-03-27T04:33:45.073Z-----------------------------------------------------------
31912026-03-27T04:33:45.073ZAccepted connection from 10.0.0.1, port 63014
31922026-03-27T04:33:45.073Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40722
31932026-03-27T04:33:45.073Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55325
31942026-03-27T04:33:45.073Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33097
31952026-03-27T04:33:45.073Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64261
31962026-03-27T04:33:45.073Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55054
31972026-03-27T04:33:45.073Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39729
31982026-03-27T04:33:45.073Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38110
31992026-03-27T04:33:45.073Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63122
32002026-03-27T04:33:45.073Z[ ID] Interval Transfer Bitrate
32012026-03-27T04:33:45.073Z[ 5] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
32022026-03-27T04:33:45.073Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32032026-03-27T04:33:45.073Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32042026-03-27T04:33:45.073Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32052026-03-27T04:33:45.073Z[ 14] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32062026-03-27T04:33:45.073Z[ 16] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
32072026-03-27T04:33:45.073Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
32082026-03-27T04:33:45.073Z[ 20] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
32092026-03-27T04:33:45.073Z[SUM] 0.00-1.00 sec 349 MBytes 2.92 Gbits/sec
32102026-03-27T04:33:45.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
32112026-03-27T04:33:45.073Z[ 5] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
32122026-03-27T04:33:45.073Z[ 8] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
32132026-03-27T04:33:45.073Z[ 10] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
32142026-03-27T04:33:45.073Z[ 12] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
32152026-03-27T04:33:45.073Z[ 14] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
32162026-03-27T04:33:45.073Z[ 16] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
32172026-03-27T04:33:45.073Z[ 18] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
32182026-03-27T04:33:45.073Z[ 20] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
32192026-03-27T04:33:45.073Z[SUM] 1.00-2.00 sec 446 MBytes 3.74 Gbits/sec
32202026-03-27T04:33:45.073Z- - - - - - - - - - - - - - - - - - - - - - - - -
32212026-03-27T04:33:45.074Z[ 5] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
32222026-03-27T04:33:45.074Z[ 8] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
32232026-03-27T04:33:45.074Z[ 10] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
32242026-03-27T04:33:45.074Z[ 12] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
32252026-03-27T04:33:45.074Z[ 14] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
32262026-03-27T04:33:45.074Z[ 16] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
32272026-03-27T04:33:45.074Z[ 18] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
32282026-03-27T04:33:45.074Z[ 20] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
32292026-03-27T04:33:45.074Z[SUM] 2.00-3.00 sec 447 MBytes 3.75 Gbits/sec
32302026-03-27T04:33:45.074Z- - - - - - - - - - - - - - - - - - - - - - - - -
32312026-03-27T04:33:45.074Z[ 5] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
32322026-03-27T04:33:45.074Z[ 8] 3.00-4.00 sec 56.5 MBytes 474 Mbits/sec
32332026-03-27T04:33:45.074Z[ 10] 3.00-4.00 sec 56.5 MBytes 474 Mbits/sec
32342026-03-27T04:33:45.074Z[ 12] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
32352026-03-27T04:33:45.075Z[ 14] 3.00-4.00 sec 56.6 MBytes 475 Mbits/sec
32362026-03-27T04:33:45.075Z[ 16] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
32372026-03-27T04:33:45.075Z[ 18] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
32382026-03-27T04:33:45.075Z[ 20] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
32392026-03-27T04:33:45.075Z[SUM] 3.00-4.00 sec 451 MBytes 3.79 Gbits/sec
32402026-03-27T04:33:45.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
32412026-03-27T04:33:45.075Z[ 5] 4.00-5.00 sec 56.1 MBytes 471 Mbits/sec
32422026-03-27T04:33:45.075Z[ 8] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
32432026-03-27T04:33:45.075Z[ 10] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
32442026-03-27T04:33:45.075Z[ 12] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
32452026-03-27T04:33:45.075Z[ 14] 4.00-5.00 sec 56.1 MBytes 471 Mbits/sec
32462026-03-27T04:33:45.075Z[ 16] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
32472026-03-27T04:33:45.075Z[ 18] 4.00-5.00 sec 56.1 MBytes 471 Mbits/sec
32482026-03-27T04:33:45.075Z[ 20] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
32492026-03-27T04:33:45.075Z[SUM] 4.00-5.00 sec 450 MBytes 3.77 Gbits/sec
32502026-03-27T04:33:45.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
32512026-03-27T04:33:45.078Z[ 5] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
32522026-03-27T04:33:45.078Z[ 8] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
32532026-03-27T04:33:45.078Z[ 10] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
32542026-03-27T04:33:45.078Z[ 12] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
32552026-03-27T04:33:45.078Z[ 14] 5.00-6.00 sec 56.4 MBytes 473 Mbits/sec
32562026-03-27T04:33:45.078Z[ 16] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
32572026-03-27T04:33:45.078Z[ 18] 5.00-6.00 sec 56.0 MBytes 470 Mbits/sec
32582026-03-27T04:33:45.078Z[ 20] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
32592026-03-27T04:33:45.078Z[SUM] 5.00-6.00 sec 449 MBytes 3.77 Gbits/sec
32602026-03-27T04:33:45.079Z- - - - - - - - - - - - - - - - - - - - - - - - -
32612026-03-27T04:33:45.079Z[ 5] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
32622026-03-27T04:33:45.079Z[ 8] 6.00-7.00 sec 56.5 MBytes 474 Mbits/sec
32632026-03-27T04:33:45.079Z[ 10] 6.00-7.00 sec 56.8 MBytes 476 Mbits/sec
32642026-03-27T04:33:48.074Z[ 12] 6.00-7.00 sec 56.8 MBytes 476 Mbits/sec
32652026-03-27T04:33:48.074Z[ 14] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
32662026-03-27T04:33:48.074Z[ 16] 6.00-7.00 sec 56.9 MBytes 477 Mbits/sec
32672026-03-27T04:33:48.074Z[ 18] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
32682026-03-27T04:33:48.074Z[ 20] 6.00-7.00 sec 56.8 MBytes 476 Mbits/sec
32692026-03-27T04:33:48.075Z[SUM] 6.00-7.00 sec 454 MBytes 3.80 Gbits/sec
32702026-03-27T04:33:48.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
32712026-03-27T04:33:48.075Z[ 5] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
32722026-03-27T04:33:48.075Z[ 8] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
32732026-03-27T04:33:48.075Z[ 10] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
32742026-03-27T04:33:48.075Z[ 12] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
32752026-03-27T04:33:48.075Z[ 14] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
32762026-03-27T04:33:48.075Z[ 16] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
32772026-03-27T04:33:48.075Z[ 18] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
32782026-03-27T04:33:48.075Z[ 20] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
32792026-03-27T04:33:48.075Z[SUM] 7.00-8.00 sec 447 MBytes 3.75 Gbits/sec
32802026-03-27T04:33:48.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
32812026-03-27T04:33:48.075Z[ 5] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
32822026-03-27T04:33:48.075Z[ 8] 8.00-9.00 sec 56.5 MBytes 474 Mbits/sec
32832026-03-27T04:33:48.075Z[ 10] 8.00-9.00 sec 56.5 MBytes 474 Mbits/sec
32842026-03-27T04:33:48.075Z[ 12] 8.00-9.00 sec 56.5 MBytes 474 Mbits/sec
32852026-03-27T04:33:48.075Z[ 14] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
32862026-03-27T04:33:48.075Z[ 16] 8.00-9.00 sec 56.5 MBytes 474 Mbits/sec
32872026-03-27T04:33:48.075Z[ 18] 8.00-9.00 sec 56.5 MBytes 474 Mbits/sec
32882026-03-27T04:33:48.075Z[ 20] 8.00-9.00 sec 56.5 MBytes 474 Mbits/sec
32892026-03-27T04:33:48.075Z[SUM] 8.00-9.00 sec 452 MBytes 3.79 Gbits/sec
32902026-03-27T04:33:48.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
32912026-03-27T04:33:48.075Z[ 5] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
32922026-03-27T04:33:48.075Z[ 8] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
32932026-03-27T04:33:48.075Z[ 10] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
32942026-03-27T04:33:48.075Z[ 12] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
32952026-03-27T04:33:48.075Z[ 14] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
32962026-03-27T04:33:48.075Z[ 16] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
32972026-03-27T04:33:48.075Z[ 18] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
32982026-03-27T04:33:48.075Z[ 20] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
32992026-03-27T04:33:48.075Z[SUM] 9.00-10.00 sec 446 MBytes 3.74 Gbits/sec
33002026-03-27T04:33:48.075Z- - - - - - - - - - - - - - - - - - - - - - - - -
33012026-03-27T04:33:48.075Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33022026-03-27T04:33:48.075Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33032026-03-27T04:33:48.075Z[ 10] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
33042026-03-27T04:33:48.075Z[ 12] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
33052026-03-27T04:33:48.075Z[ 14] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
33062026-03-27T04:33:48.075Z[ 16] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
33072026-03-27T04:33:48.076Z[ 18] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
33082026-03-27T04:33:48.076Z[ 20] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
33092026-03-27T04:33:48.076Z[SUM] 10.00-10.00 sec 768 KBytes 5.37 Gbits/sec
33102026-03-27T04:33:48.076Z- - - - - - - - - - - - - - - - - - - - - - - - -
33112026-03-27T04:33:48.076Z[ ID] Interval Transfer Bitrate
33122026-03-27T04:33:48.076Z[ 5] 0.00-10.00 sec 548 MBytes 460 Mbits/sec receiver
33132026-03-27T04:33:48.076Z[ 8] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
33142026-03-27T04:33:48.076Z[ 10] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
33152026-03-27T04:33:48.076Z[ 12] 0.00-10.00 sec 548 MBytes 460 Mbits/sec receiver
33162026-03-27T04:33:48.076Z[ 14] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
33172026-03-27T04:33:48.076Z[ 16] 0.00-10.00 sec 549 MBytes 460 Mbits/sec receiver
33182026-03-27T04:33:48.076Z[ 18] 0.00-10.00 sec 548 MBytes 460 Mbits/sec receiver
33192026-03-27T04:33:48.076Z[ 20] 0.00-10.00 sec 549 MBytes 461 Mbits/sec receiver
33202026-03-27T04:33:48.076Z[SUM] 0.00-10.00 sec 4.29 GBytes 3.68 Gbits/sec receiver
33212026-03-27T04:33:48.079ZRun 7/10...3682.938790922116Mbps
33222026-03-27T04:33:55.472Z-----------------------------------------------------------
33232026-03-27T04:33:55.472ZServer listening on 5201 (test #18)
33242026-03-27T04:33:55.472Z-----------------------------------------------------------
33252026-03-27T04:33:55.472ZAccepted connection from 10.0.0.1, port 38964
33262026-03-27T04:33:55.472Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58733
33272026-03-27T04:33:55.472Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41288
33282026-03-27T04:33:55.472Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47956
33292026-03-27T04:33:55.472Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49386
33302026-03-27T04:33:55.472Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43922
33312026-03-27T04:33:55.472Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54926
33322026-03-27T04:33:55.473Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59805
33332026-03-27T04:33:55.473Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50542
33342026-03-27T04:33:55.473Z[ ID] Interval Transfer Bitrate
33352026-03-27T04:33:55.473Z[ 5] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
33362026-03-27T04:33:55.473Z[ 8] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
33372026-03-27T04:33:55.473Z[ 10] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
33382026-03-27T04:33:55.473Z[ 12] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
33392026-03-27T04:33:55.473Z[ 14] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
33402026-03-27T04:33:55.473Z[ 16] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
33412026-03-27T04:33:55.473Z[ 18] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
33422026-03-27T04:33:55.473Z[ 20] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
33432026-03-27T04:33:55.473Z[SUM] 0.00-1.00 sec 356 MBytes 2.98 Gbits/sec
33442026-03-27T04:33:55.473Z- - - - - - - - - - - - - - - - - - - - - - - - -
33452026-03-27T04:33:55.474Z[ 5] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
33462026-03-27T04:33:55.474Z[ 8] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
33472026-03-27T04:33:55.474Z[ 10] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
33482026-03-27T04:33:55.474Z[ 12] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
33492026-03-27T04:33:55.474Z[ 14] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
33502026-03-27T04:33:55.474Z[ 16] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
33512026-03-27T04:33:55.474Z[ 18] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
33522026-03-27T04:33:55.474Z[ 20] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
33532026-03-27T04:33:55.474Z[SUM] 1.00-2.00 sec 445 MBytes 3.74 Gbits/sec
33542026-03-27T04:33:55.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
33552026-03-27T04:33:55.474Z[ 5] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
33562026-03-27T04:33:55.474Z[ 8] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
33572026-03-27T04:33:55.474Z[ 10] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
33582026-03-27T04:33:55.474Z[ 12] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
33592026-03-27T04:33:55.474Z[ 14] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
33602026-03-27T04:33:55.474Z[ 16] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
33612026-03-27T04:33:55.474Z[ 18] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
33622026-03-27T04:33:55.474Z[ 20] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
33632026-03-27T04:33:55.474Z[SUM] 2.00-3.00 sec 444 MBytes 3.72 Gbits/sec
33642026-03-27T04:33:55.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
33652026-03-27T04:33:55.474Z[ 5] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
33662026-03-27T04:33:55.474Z[ 8] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
33672026-03-27T04:33:55.474Z[ 10] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
33682026-03-27T04:33:55.474Z[ 12] 3.00-4.00 sec 56.4 MBytes 473 Mbits/sec
33692026-03-27T04:33:55.474Z[ 14] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
33702026-03-27T04:33:55.474Z[ 16] 3.00-4.00 sec 56.5 MBytes 474 Mbits/sec
33712026-03-27T04:33:55.474Z[ 18] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
33722026-03-27T04:33:55.474Z[ 20] 3.00-4.00 sec 56.2 MBytes 472 Mbits/sec
33732026-03-27T04:33:55.474Z[SUM] 3.00-4.00 sec 451 MBytes 3.78 Gbits/sec
33742026-03-27T04:33:55.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
33752026-03-27T04:33:55.474Z[ 5] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33762026-03-27T04:33:55.474Z[ 8] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
33772026-03-27T04:33:55.474Z[ 10] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33782026-03-27T04:33:55.474Z[ 12] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33792026-03-27T04:33:55.474Z[ 14] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33802026-03-27T04:33:55.475Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
33812026-03-27T04:33:55.475Z[ 18] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33822026-03-27T04:33:55.475Z[ 20] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
33832026-03-27T04:33:55.475Z[SUM] 4.00-5.00 sec 446 MBytes 3.74 Gbits/sec
33842026-03-27T04:33:55.475Z- - - - - - - - - - - - - - - - - - - - - - - - -
33852026-03-27T04:33:55.475Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
33862026-03-27T04:33:55.475Z[ 8] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
33872026-03-27T04:33:55.475Z[ 10] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
33882026-03-27T04:33:55.475Z[ 12] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
33892026-03-27T04:33:55.475Z[ 14] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
33902026-03-27T04:33:55.475Z[ 16] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
33912026-03-27T04:33:55.475Z[ 18] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
33922026-03-27T04:33:55.475Z[ 20] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
33932026-03-27T04:33:55.475Z[SUM] 5.00-6.00 sec 441 MBytes 3.70 Gbits/sec
33942026-03-27T04:33:55.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
33952026-03-27T04:33:55.490Z[ 5] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
33962026-03-27T04:33:55.490Z[ 8] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
33972026-03-27T04:33:55.490Z[ 10] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
33982026-03-27T04:33:58.474Z[ 12] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
33992026-03-27T04:33:58.474Z[ 14] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
34002026-03-27T04:33:58.474Z[ 16] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
34012026-03-27T04:33:58.474Z[ 18] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
34022026-03-27T04:33:58.474Z[ 20] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
34032026-03-27T04:33:58.474Z[SUM] 6.00-7.00 sec 448 MBytes 3.75 Gbits/sec
34042026-03-27T04:33:58.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
34052026-03-27T04:33:58.475Z[ 5] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
34062026-03-27T04:33:58.475Z[ 8] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34072026-03-27T04:33:58.475Z[ 10] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
34082026-03-27T04:33:58.475Z[ 12] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
34092026-03-27T04:33:58.475Z[ 14] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
34102026-03-27T04:33:58.475Z[ 16] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34112026-03-27T04:33:58.475Z[ 18] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
34122026-03-27T04:33:58.475Z[ 20] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
34132026-03-27T04:33:58.476Z[SUM] 7.00-8.00 sec 447 MBytes 3.75 Gbits/sec
34142026-03-27T04:33:58.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
34152026-03-27T04:33:58.476Z[ 5] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34162026-03-27T04:33:58.476Z[ 8] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
34172026-03-27T04:33:58.476Z[ 10] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34182026-03-27T04:33:58.476Z[ 12] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34192026-03-27T04:33:58.476Z[ 14] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
34202026-03-27T04:33:58.476Z[ 16] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34212026-03-27T04:33:58.476Z[ 18] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
34222026-03-27T04:33:58.476Z[ 20] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
34232026-03-27T04:33:58.476Z[SUM] 8.00-9.00 sec 445 MBytes 3.74 Gbits/sec
34242026-03-27T04:33:58.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
34252026-03-27T04:33:58.476Z[ 5] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
34262026-03-27T04:33:58.476Z[ 8] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
34272026-03-27T04:33:58.476Z[ 10] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
34282026-03-27T04:33:58.476Z[ 12] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
34292026-03-27T04:33:58.477Z[ 14] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
34302026-03-27T04:33:58.477Z[ 16] 9.00-10.00 sec 55.6 MBytes 467 Mbits/sec
34312026-03-27T04:33:58.477Z[ 18] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
34322026-03-27T04:33:58.477Z[ 20] 9.00-10.00 sec 55.5 MBytes 466 Mbits/sec
34332026-03-27T04:33:58.477Z[SUM] 9.00-10.00 sec 445 MBytes 3.73 Gbits/sec
34342026-03-27T04:33:58.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
34352026-03-27T04:33:58.477Z[ 5] 10.00-10.00 sec 128 KBytes 1.10 Gbits/sec
34362026-03-27T04:33:58.477Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34372026-03-27T04:33:58.477Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34382026-03-27T04:33:58.477Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34392026-03-27T04:33:58.477Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34402026-03-27T04:33:58.477Z[ 16] 10.00-10.00 sec 128 KBytes 1.11 Gbits/sec
34412026-03-27T04:33:58.477Z[ 18] 10.00-10.00 sec 128 KBytes 1.11 Gbits/sec
34422026-03-27T04:33:58.477Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34432026-03-27T04:33:58.477Z[SUM] 10.00-10.00 sec 384 KBytes 3.31 Gbits/sec
34442026-03-27T04:33:58.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
34452026-03-27T04:33:58.477Z[ ID] Interval Transfer Bitrate
34462026-03-27T04:33:58.477Z[ 5] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34472026-03-27T04:33:58.477Z[ 8] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34482026-03-27T04:33:58.477Z[ 10] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34492026-03-27T04:33:58.477Z[ 12] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34502026-03-27T04:33:58.477Z[ 14] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34512026-03-27T04:33:58.477Z[ 16] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34522026-03-27T04:33:58.477Z[ 18] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34532026-03-27T04:33:58.477Z[ 20] 0.00-10.00 sec 546 MBytes 458 Mbits/sec receiver
34542026-03-27T04:33:58.477Z[SUM] 0.00-10.00 sec 4.27 GBytes 3.66 Gbits/sec receiver
34552026-03-27T04:33:58.481ZRun 8/10...3663.852921665138Mbps
34562026-03-27T04:34:05.872Z-----------------------------------------------------------
34572026-03-27T04:34:05.872ZServer listening on 5201 (test #19)
34582026-03-27T04:34:05.873Z-----------------------------------------------------------
34592026-03-27T04:34:05.873ZAccepted connection from 10.0.0.1, port 37104
34602026-03-27T04:34:05.873Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52365
34612026-03-27T04:34:05.873Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50553
34622026-03-27T04:34:05.873Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39725
34632026-03-27T04:34:05.873Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34689
34642026-03-27T04:34:05.873Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60491
34652026-03-27T04:34:05.873Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34165
34662026-03-27T04:34:05.873Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60948
34672026-03-27T04:34:05.873Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40634
34682026-03-27T04:34:05.873Z[ ID] Interval Transfer Bitrate
34692026-03-27T04:34:05.873Z[ 5] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
34702026-03-27T04:34:05.873Z[ 8] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
34712026-03-27T04:34:05.873Z[ 10] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
34722026-03-27T04:34:05.873Z[ 12] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
34732026-03-27T04:34:05.873Z[ 14] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34742026-03-27T04:34:05.873Z[ 16] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
34752026-03-27T04:34:05.873Z[ 18] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
34762026-03-27T04:34:05.873Z[ 20] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
34772026-03-27T04:34:05.873Z[SUM] 0.00-1.00 sec 354 MBytes 2.97 Gbits/sec
34782026-03-27T04:34:05.873Z- - - - - - - - - - - - - - - - - - - - - - - - -
34792026-03-27T04:34:05.873Z[ 5] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34802026-03-27T04:34:05.873Z[ 8] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
34812026-03-27T04:34:05.873Z[ 10] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34822026-03-27T04:34:05.873Z[ 12] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
34832026-03-27T04:34:05.873Z[ 14] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
34842026-03-27T04:34:05.873Z[ 16] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34852026-03-27T04:34:05.873Z[ 18] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
34862026-03-27T04:34:05.874Z[ 20] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
34872026-03-27T04:34:05.874Z[SUM] 1.00-2.00 sec 447 MBytes 3.75 Gbits/sec
34882026-03-27T04:34:05.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
34892026-03-27T04:34:05.874Z[ 5] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
34902026-03-27T04:34:05.874Z[ 8] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
34912026-03-27T04:34:05.874Z[ 10] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
34922026-03-27T04:34:05.874Z[ 12] 2.00-3.00 sec 56.1 MBytes 471 Mbits/sec
34932026-03-27T04:34:05.874Z[ 14] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
34942026-03-27T04:34:05.874Z[ 16] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
34952026-03-27T04:34:05.874Z[ 18] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
34962026-03-27T04:34:05.874Z[ 20] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
34972026-03-27T04:34:05.874Z[SUM] 2.00-3.00 sec 448 MBytes 3.75 Gbits/sec
34982026-03-27T04:34:05.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
34992026-03-27T04:34:05.874Z[ 5] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
35002026-03-27T04:34:05.874Z[ 8] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
35012026-03-27T04:34:05.874Z[ 10] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
35022026-03-27T04:34:05.874Z[ 12] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
35032026-03-27T04:34:05.874Z[ 14] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
35042026-03-27T04:34:05.874Z[ 16] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
35052026-03-27T04:34:05.874Z[ 18] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
35062026-03-27T04:34:05.874Z[ 20] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
35072026-03-27T04:34:05.874Z[SUM] 3.00-4.00 sec 446 MBytes 3.74 Gbits/sec
35082026-03-27T04:34:05.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
35092026-03-27T04:34:05.874Z[ 5] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35102026-03-27T04:34:05.874Z[ 8] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35112026-03-27T04:34:05.874Z[ 10] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35122026-03-27T04:34:05.874Z[ 12] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35132026-03-27T04:34:05.878Z[ 14] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35142026-03-27T04:34:05.878Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35152026-03-27T04:34:05.878Z[ 18] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35162026-03-27T04:34:05.878Z[ 20] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
35172026-03-27T04:34:05.878Z[SUM] 4.00-5.00 sec 445 MBytes 3.73 Gbits/sec
35182026-03-27T04:34:05.878Z- - - - - - - - - - - - - - - - - - - - - - - - -
35192026-03-27T04:34:05.878Z[ 5] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
35202026-03-27T04:34:05.878Z[ 8] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
35212026-03-27T04:34:05.878Z[ 10] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
35222026-03-27T04:34:05.878Z[ 12] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
35232026-03-27T04:34:05.878Z[ 14] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
35242026-03-27T04:34:05.878Z[ 16] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
35252026-03-27T04:34:05.878Z[ 18] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
35262026-03-27T04:34:05.878Z[ 20] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
35272026-03-27T04:34:05.878Z[SUM] 5.00-6.00 sec 450 MBytes 3.77 Gbits/sec
35282026-03-27T04:34:05.878Z- - - - - - - - - - - - - - - - - - - - - - - - -
35292026-03-27T04:34:05.878Z[ 5] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
35302026-03-27T04:34:05.878Z[ 8] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
35312026-03-27T04:34:05.878Z[ 10] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
35322026-03-27T04:34:08.875Z[ 12] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
35332026-03-27T04:34:08.875Z[ 14] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
35342026-03-27T04:34:08.875Z[ 16] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
35352026-03-27T04:34:08.876Z[ 18] 6.00-7.00 sec 55.8 MBytes 468 Mbits/sec
35362026-03-27T04:34:08.876Z[ 20] 6.00-7.00 sec 55.9 MBytes 469 Mbits/sec
35372026-03-27T04:34:08.876Z[SUM] 6.00-7.00 sec 447 MBytes 3.75 Gbits/sec
35382026-03-27T04:34:08.876Z- - - - - - - - - - - - - - - - - - - - - - - - -
35392026-03-27T04:34:08.876Z[ 5] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
35402026-03-27T04:34:08.876Z[ 8] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
35412026-03-27T04:34:08.876Z[ 10] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
35422026-03-27T04:34:08.876Z[ 12] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
35432026-03-27T04:34:08.876Z[ 14] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
35442026-03-27T04:34:08.876Z[ 16] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
35452026-03-27T04:34:08.876Z[ 18] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
35462026-03-27T04:34:08.876Z[ 20] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
35472026-03-27T04:34:08.876Z[SUM] 7.00-8.00 sec 448 MBytes 3.76 Gbits/sec
35482026-03-27T04:34:08.877Z- - - - - - - - - - - - - - - - - - - - - - - - -
35492026-03-27T04:34:08.877Z[ 5] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
35502026-03-27T04:34:08.877Z[ 8] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
35512026-03-27T04:34:08.877Z[ 10] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
35522026-03-27T04:34:08.877Z[ 12] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
35532026-03-27T04:34:08.877Z[ 14] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
35542026-03-27T04:34:08.877Z[ 16] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
35552026-03-27T04:34:08.877Z[ 18] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
35562026-03-27T04:34:08.877Z[ 20] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
35572026-03-27T04:34:08.877Z[SUM] 8.00-9.00 sec 450 MBytes 3.78 Gbits/sec
35582026-03-27T04:34:08.877Z- - - - - - - - - - - - - - - - - - - - - - - - -
35592026-03-27T04:34:08.877Z[ 5] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
35602026-03-27T04:34:08.877Z[ 8] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
35612026-03-27T04:34:08.877Z[ 10] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
35622026-03-27T04:34:08.877Z[ 12] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
35632026-03-27T04:34:08.877Z[ 14] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
35642026-03-27T04:34:08.877Z[ 16] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
35652026-03-27T04:34:08.877Z[ 18] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
35662026-03-27T04:34:08.877Z[ 20] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
35672026-03-27T04:34:08.877Z[SUM] 9.00-10.00 sec 448 MBytes 3.75 Gbits/sec
35682026-03-27T04:34:08.877Z- - - - - - - - - - - - - - - - - - - - - - - - -
35692026-03-27T04:34:08.877Z[ 5] 10.00-10.00 sec 128 KBytes 956 Mbits/sec
35702026-03-27T04:34:08.877Z[ 8] 10.00-10.00 sec 128 KBytes 957 Mbits/sec
35712026-03-27T04:34:08.877Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35722026-03-27T04:34:08.877Z[ 12] 10.00-10.00 sec 128 KBytes 957 Mbits/sec
35732026-03-27T04:34:08.877Z[ 14] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
35742026-03-27T04:34:08.877Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35752026-03-27T04:34:08.877Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35762026-03-27T04:34:08.877Z[ 20] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
35772026-03-27T04:34:08.877Z[SUM] 10.00-10.00 sec 640 KBytes 4.78 Gbits/sec
35782026-03-27T04:34:08.877Z- - - - - - - - - - - - - - - - - - - - - - - - -
35792026-03-27T04:34:08.877Z[ ID] Interval Transfer Bitrate
35802026-03-27T04:34:08.877Z[ 5] 0.00-10.00 sec 548 MBytes 459 Mbits/sec receiver
35812026-03-27T04:34:08.877Z[ 8] 0.00-10.00 sec 548 MBytes 459 Mbits/sec receiver
35822026-03-27T04:34:08.877Z[ 10] 0.00-10.00 sec 548 MBytes 459 Mbits/sec receiver
35832026-03-27T04:34:08.877Z[ 12] 0.00-10.00 sec 548 MBytes 460 Mbits/sec receiver
35842026-03-27T04:34:08.877Z[ 14] 0.00-10.00 sec 548 MBytes 460 Mbits/sec receiver
35852026-03-27T04:34:08.877Z[ 16] 0.00-10.00 sec 548 MBytes 459 Mbits/sec receiver
35862026-03-27T04:34:08.877Z[ 18] 0.00-10.00 sec 548 MBytes 459 Mbits/sec receiver
35872026-03-27T04:34:08.878Z[ 20] 0.00-10.00 sec 548 MBytes 460 Mbits/sec receiver
35882026-03-27T04:34:08.878Z[SUM] 0.00-10.00 sec 4.28 GBytes 3.68 Gbits/sec receiver
35892026-03-27T04:34:08.881ZRun 9/10...3676.1228265346645Mbps
35902026-03-27T04:34:16.279Z-----------------------------------------------------------
35912026-03-27T04:34:16.279ZServer listening on 5201 (test #20)
35922026-03-27T04:34:16.279Z-----------------------------------------------------------
35932026-03-27T04:34:16.279ZAccepted connection from 10.0.0.1, port 33368
35942026-03-27T04:34:16.279Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57998
35952026-03-27T04:34:16.279Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43011
35962026-03-27T04:34:16.279Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34940
35972026-03-27T04:34:16.279Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58289
35982026-03-27T04:34:16.279Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39351
35992026-03-27T04:34:16.279Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64184
36002026-03-27T04:34:16.279Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37715
36012026-03-27T04:34:16.279Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63578
36022026-03-27T04:34:16.279Z[ ID] Interval Transfer Bitrate
36032026-03-27T04:34:16.279Z[ 5] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
36042026-03-27T04:34:16.279Z[ 8] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
36052026-03-27T04:34:16.279Z[ 10] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
36062026-03-27T04:34:16.279Z[ 12] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
36072026-03-27T04:34:16.280Z[ 14] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
36082026-03-27T04:34:16.280Z[ 16] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
36092026-03-27T04:34:16.280Z[ 18] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
36102026-03-27T04:34:16.280Z[ 20] 0.00-1.00 sec 44.2 MBytes 371 Mbits/sec
36112026-03-27T04:34:16.280Z[SUM] 0.00-1.00 sec 355 MBytes 2.98 Gbits/sec
36122026-03-27T04:34:16.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
36132026-03-27T04:34:16.280Z[ 5] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
36142026-03-27T04:34:16.280Z[ 8] 1.00-2.00 sec 56.5 MBytes 474 Mbits/sec
36152026-03-27T04:34:16.280Z[ 10] 1.00-2.00 sec 56.5 MBytes 474 Mbits/sec
36162026-03-27T04:34:16.280Z[ 12] 1.00-2.00 sec 56.5 MBytes 474 Mbits/sec
36172026-03-27T04:34:16.280Z[ 14] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
36182026-03-27T04:34:16.280Z[ 16] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
36192026-03-27T04:34:16.280Z[ 18] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
36202026-03-27T04:34:16.280Z[ 20] 1.00-2.00 sec 56.6 MBytes 475 Mbits/sec
36212026-03-27T04:34:16.280Z[SUM] 1.00-2.00 sec 453 MBytes 3.80 Gbits/sec
36222026-03-27T04:34:16.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
36232026-03-27T04:34:16.281Z[ 5] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
36242026-03-27T04:34:16.281Z[ 8] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
36252026-03-27T04:34:16.281Z[ 10] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
36262026-03-27T04:34:16.281Z[ 12] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
36272026-03-27T04:34:16.281Z[ 14] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
36282026-03-27T04:34:16.281Z[ 16] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
36292026-03-27T04:34:16.281Z[ 18] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
36302026-03-27T04:34:16.281Z[ 20] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
36312026-03-27T04:34:16.281Z[SUM] 2.00-3.00 sec 446 MBytes 3.75 Gbits/sec
36322026-03-27T04:34:16.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
36332026-03-27T04:34:16.281Z[ 5] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36342026-03-27T04:34:16.281Z[ 8] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36352026-03-27T04:34:16.281Z[ 10] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36362026-03-27T04:34:16.281Z[ 12] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36372026-03-27T04:34:16.281Z[ 14] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36382026-03-27T04:34:16.281Z[ 16] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36392026-03-27T04:34:16.281Z[ 18] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36402026-03-27T04:34:16.281Z[ 20] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
36412026-03-27T04:34:16.281Z[SUM] 3.00-4.00 sec 449 MBytes 3.77 Gbits/sec
36422026-03-27T04:34:16.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
36432026-03-27T04:34:16.281Z[ 5] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
36442026-03-27T04:34:16.281Z[ 8] 4.00-5.00 sec 56.4 MBytes 473 Mbits/sec
36452026-03-27T04:34:16.281Z[ 10] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
36462026-03-27T04:34:16.281Z[ 12] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
36472026-03-27T04:34:16.281Z[ 14] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
36482026-03-27T04:34:16.281Z[ 16] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
36492026-03-27T04:34:16.281Z[ 18] 4.00-5.00 sec 56.2 MBytes 472 Mbits/sec
36502026-03-27T04:34:16.281Z[ 20] 4.00-5.00 sec 56.5 MBytes 474 Mbits/sec
36512026-03-27T04:34:16.281Z[SUM] 4.00-5.00 sec 450 MBytes 3.78 Gbits/sec
36522026-03-27T04:34:16.281Z- - - - - - - - - - - - - - - - - - - - - - - - -
36532026-03-27T04:34:16.281Z[ 5] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
36542026-03-27T04:34:16.281Z[ 8] 5.00-6.00 sec 56.4 MBytes 473 Mbits/sec
36552026-03-27T04:34:16.281Z[ 10] 5.00-6.00 sec 56.4 MBytes 473 Mbits/sec
36562026-03-27T04:34:16.281Z[ 12] 5.00-6.00 sec 56.4 MBytes 473 Mbits/sec
36572026-03-27T04:34:16.281Z[ 14] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
36582026-03-27T04:34:16.281Z[ 16] 5.00-6.00 sec 56.1 MBytes 471 Mbits/sec
36592026-03-27T04:34:16.281Z[ 18] 5.00-6.00 sec 56.4 MBytes 473 Mbits/sec
36602026-03-27T04:34:16.281Z[ 20] 5.00-6.00 sec 56.2 MBytes 472 Mbits/sec
36612026-03-27T04:34:16.282Z[SUM] 5.00-6.00 sec 450 MBytes 3.78 Gbits/sec
36622026-03-27T04:34:16.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
36632026-03-27T04:34:16.282Z[ 5] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
36642026-03-27T04:34:16.282Z[ 8] 6.00-7.00 sec 56.0 MBytes 470 Mbits/sec
36652026-03-27T04:34:16.282Z[ 10] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
36662026-03-27T04:34:19.281Z[ 12] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
36672026-03-27T04:34:19.281Z[ 14] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
36682026-03-27T04:34:19.282Z[ 16] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
36692026-03-27T04:34:19.282Z[ 18] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
36702026-03-27T04:34:19.282Z[ 20] 6.00-7.00 sec 56.1 MBytes 471 Mbits/sec
36712026-03-27T04:34:19.282Z[SUM] 6.00-7.00 sec 449 MBytes 3.77 Gbits/sec
36722026-03-27T04:34:19.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
36732026-03-27T04:34:19.282Z[ 5] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
36742026-03-27T04:34:19.282Z[ 8] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
36752026-03-27T04:34:19.282Z[ 10] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
36762026-03-27T04:34:19.282Z[ 12] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
36772026-03-27T04:34:19.282Z[ 14] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
36782026-03-27T04:34:19.282Z[ 16] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
36792026-03-27T04:34:19.282Z[ 18] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
36802026-03-27T04:34:19.282Z[ 20] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
36812026-03-27T04:34:19.282Z[SUM] 7.00-8.00 sec 448 MBytes 3.76 Gbits/sec
36822026-03-27T04:34:19.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
36832026-03-27T04:34:19.282Z[ 5] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
36842026-03-27T04:34:19.282Z[ 8] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
36852026-03-27T04:34:19.282Z[ 10] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
36862026-03-27T04:34:19.282Z[ 12] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
36872026-03-27T04:34:19.282Z[ 14] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
36882026-03-27T04:34:19.282Z[ 16] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
36892026-03-27T04:34:19.282Z[ 18] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
36902026-03-27T04:34:19.282Z[ 20] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
36912026-03-27T04:34:19.282Z[SUM] 8.00-9.00 sec 448 MBytes 3.76 Gbits/sec
36922026-03-27T04:34:19.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
36932026-03-27T04:34:19.282Z[ 5] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
36942026-03-27T04:34:19.282Z[ 8] 9.00-10.00 sec 56.4 MBytes 473 Mbits/sec
36952026-03-27T04:34:19.282Z[ 10] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
36962026-03-27T04:34:19.282Z[ 12] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
36972026-03-27T04:34:19.282Z[ 14] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
36982026-03-27T04:34:19.282Z[ 16] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
36992026-03-27T04:34:19.282Z[ 18] 9.00-10.00 sec 56.2 MBytes 472 Mbits/sec
37002026-03-27T04:34:19.282Z[ 20] 9.00-10.00 sec 56.2 MBytes 472 Mbits/sec
37012026-03-27T04:34:19.282Z[SUM] 9.00-10.00 sec 449 MBytes 3.77 Gbits/sec
37022026-03-27T04:34:19.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
37032026-03-27T04:34:19.283Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37042026-03-27T04:34:19.283Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37052026-03-27T04:34:19.283Z[ 10] 10.00-10.00 sec 128 KBytes 947 Mbits/sec
37062026-03-27T04:34:19.283Z[ 12] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
37072026-03-27T04:34:19.283Z[ 14] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
37082026-03-27T04:34:19.283Z[ 16] 10.00-10.00 sec 128 KBytes 946 Mbits/sec
37092026-03-27T04:34:19.283Z[ 18] 10.00-10.00 sec 128 KBytes 947 Mbits/sec
37102026-03-27T04:34:19.283Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37112026-03-27T04:34:19.283Z[SUM] 10.00-10.00 sec 640 KBytes 4.73 Gbits/sec
37122026-03-27T04:34:19.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
37132026-03-27T04:34:19.283Z[ ID] Interval Transfer Bitrate
37142026-03-27T04:34:19.283Z[ 5] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
37152026-03-27T04:34:19.283Z[ 8] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
37162026-03-27T04:34:19.283Z[ 10] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
37172026-03-27T04:34:19.283Z[ 12] 0.00-10.00 sec 550 MBytes 462 Mbits/sec receiver
37182026-03-27T04:34:19.283Z[ 14] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
37192026-03-27T04:34:19.283Z[ 16] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
37202026-03-27T04:34:19.283Z[ 18] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
37212026-03-27T04:34:19.283Z[ 20] 0.00-10.00 sec 550 MBytes 461 Mbits/sec receiver
37222026-03-27T04:34:19.283Z[SUM] 0.00-10.00 sec 4.30 GBytes 3.69 Gbits/sec receiver
37232026-03-27T04:34:19.287ZRun 10/10...3690.180451227066Mbps
37242026-03-27T04:34:19.287Z###---------------------###
37252026-03-27T04:34:19.287Z::: iPerf done... :::
37262026-03-27T04:34:19.287Z:::Awaiting out files...:::
37272026-03-27T04:34:19.287Z###---------------------###
37282026-03-27T04:34:19.287Z###-----###
37292026-03-27T04:34:19.287Z:::done!:::
37302026-03-27T04:34:19.287Z###-----###
37312026-03-27T04:34:20.261ZGnuplot not found, using plotters backend
37322026-03-27T04:34:20.404ZBenchmarking iperf-tcp/local/c2s/tx
37332026-03-27T04:34:20.404ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
37342026-03-27T04:34:24.450ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
37352026-03-27T04:34:44.470ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
37362026-03-27T04:34:44.560Ziperf-tcp/local/c2s/tx time: [3.3999 µs 3.4000 µs 3.4001 µs]
37372026-03-27T04:34:44.560Z change: [−3.7632% −3.7581% −3.7534%] (p = 0.00 < 0.05)
37382026-03-27T04:34:44.560Z Performance has improved.
37392026-03-27T04:34:44.560ZFound 10 outliers among 100 measurements (10.00%)
37402026-03-27T04:34:44.560Z 1 (1.00%) low severe
37412026-03-27T04:34:44.560Z 4 (4.00%) low mild
37422026-03-27T04:34:44.561Z 5 (5.00%) high mild
37432026-03-27T04:34:45.440Z
37442026-03-27T04:34:45.443ZBenchmarking iperf-tcp/local/c2s/rx
37452026-03-27T04:34:45.443ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
37462026-03-27T04:34:49.490ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
37472026-03-27T04:35:09.489ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
37482026-03-27T04:35:09.576Ziperf-tcp/local/c2s/rx time: [6.3687 µs 6.3689 µs 6.3690 µs]
37492026-03-27T04:35:09.576Z change: [−2.6903% −2.6855% −2.6808%] (p = 0.00 < 0.05)
37502026-03-27T04:35:09.576Z Performance has improved.
37512026-03-27T04:35:09.576ZFound 11 outliers among 100 measurements (11.00%)
37522026-03-27T04:35:09.576Z 1 (1.00%) low severe
37532026-03-27T04:35:09.576Z 6 (6.00%) low mild
37542026-03-27T04:35:09.579Z 4 (4.00%) high mild
37552026-03-27T04:35:10.457Z
37562026-03-27T04:35:10.460Z###-------------------###
37572026-03-27T04:35:10.460Z:::Running experiment :::
37582026-03-27T04:35:10.460Z:::iperf-tcp/local/s2c:::
37592026-03-27T04:35:10.461Z###-------------------###
37602026-03-27T04:35:10.684Zdtrace: description 'profile-201us ' matched 2 probes
37612026-03-27T04:35:17.849Z-----------------------------------------------------------
37622026-03-27T04:35:17.849ZServer listening on 5201 (test #21)
37632026-03-27T04:35:17.849Z-----------------------------------------------------------
37642026-03-27T04:35:17.849ZAccepted connection from 10.0.0.1, port 48133
37652026-03-27T04:35:17.849Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42760
37662026-03-27T04:35:17.849Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33005
37672026-03-27T04:35:17.849Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40016
37682026-03-27T04:35:17.849Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47384
37692026-03-27T04:35:17.849Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55187
37702026-03-27T04:35:17.849Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33471
37712026-03-27T04:35:17.849Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43829
37722026-03-27T04:35:17.849Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58294
37732026-03-27T04:35:17.849Z[ ID] Interval Transfer Bitrate
37742026-03-27T04:35:17.849Z[ 5] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
37752026-03-27T04:35:17.850Z[ 8] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
37762026-03-27T04:35:17.850Z[ 10] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
37772026-03-27T04:35:17.850Z[ 12] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
37782026-03-27T04:35:17.850Z[ 14] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
37792026-03-27T04:35:17.850Z[ 16] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
37802026-03-27T04:35:17.850Z[ 18] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
37812026-03-27T04:35:17.850Z[ 20] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
37822026-03-27T04:35:17.850Z[SUM] 0.00-1.00 sec 355 MBytes 2.98 Gbits/sec
37832026-03-27T04:35:17.850Z- - - - - - - - - - - - - - - - - - - - - - - - -
37842026-03-27T04:35:17.850Z[ 5] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
37852026-03-27T04:35:17.850Z[ 8] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
37862026-03-27T04:35:17.850Z[ 10] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
37872026-03-27T04:35:17.850Z[ 12] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
37882026-03-27T04:35:17.851Z[ 14] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
37892026-03-27T04:35:17.851Z[ 16] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
37902026-03-27T04:35:17.851Z[ 18] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
37912026-03-27T04:35:17.851Z[ 20] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
37922026-03-27T04:35:17.851Z[SUM] 1.00-2.00 sec 445 MBytes 3.74 Gbits/sec
37932026-03-27T04:35:17.851Z- - - - - - - - - - - - - - - - - - - - - - - - -
37942026-03-27T04:35:17.851Z[ 5] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
37952026-03-27T04:35:17.851Z[ 8] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
37962026-03-27T04:35:17.851Z[ 10] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
37972026-03-27T04:35:17.851Z[ 12] 2.00-3.00 sec 56.1 MBytes 471 Mbits/sec
37982026-03-27T04:35:17.851Z[ 14] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
37992026-03-27T04:35:17.851Z[ 16] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
38002026-03-27T04:35:17.851Z[ 18] 2.00-3.00 sec 56.0 MBytes 470 Mbits/sec
38012026-03-27T04:35:17.851Z[ 20] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
38022026-03-27T04:35:17.851Z[SUM] 2.00-3.00 sec 447 MBytes 3.75 Gbits/sec
38032026-03-27T04:35:17.851Z- - - - - - - - - - - - - - - - - - - - - - - - -
38042026-03-27T04:35:17.851Z[ 5] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
38052026-03-27T04:35:17.851Z[ 8] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
38062026-03-27T04:35:17.851Z[ 10] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
38072026-03-27T04:35:17.851Z[ 12] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
38082026-03-27T04:35:17.851Z[ 14] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
38092026-03-27T04:35:17.851Z[ 16] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
38102026-03-27T04:35:17.851Z[ 18] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
38112026-03-27T04:35:17.851Z[ 20] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
38122026-03-27T04:35:17.851Z[SUM] 3.00-4.00 sec 446 MBytes 3.74 Gbits/sec
38132026-03-27T04:35:17.851Z- - - - - - - - - - - - - - - - - - - - - - - - -
38142026-03-27T04:35:17.851Z[ 5] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
38152026-03-27T04:35:17.851Z[ 8] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
38162026-03-27T04:35:17.851Z[ 10] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
38172026-03-27T04:35:17.851Z[ 12] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
38182026-03-27T04:35:17.851Z[ 14] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
38192026-03-27T04:35:17.851Z[ 16] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
38202026-03-27T04:35:17.851Z[ 18] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
38212026-03-27T04:35:17.851Z[ 20] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
38222026-03-27T04:35:17.851Z[SUM] 4.00-5.00 sec 445 MBytes 3.73 Gbits/sec
38232026-03-27T04:35:17.851Z- - - - - - - - - - - - - - - - - - - - - - - - -
38242026-03-27T04:35:17.851Z[ 5] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
38252026-03-27T04:35:17.851Z[ 8] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
38262026-03-27T04:35:17.852Z[ 10] 5.00-6.00 sec 55.9 MBytes 469 Mbits/sec
38272026-03-27T04:35:17.852Z[ 12] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
38282026-03-27T04:35:17.852Z[ 14] 5.00-6.00 sec 55.9 MBytes 469 Mbits/sec
38292026-03-27T04:35:17.852Z[ 16] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
38302026-03-27T04:35:17.852Z[ 18] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
38312026-03-27T04:35:17.852Z[ 20] 5.00-6.00 sec 55.9 MBytes 469 Mbits/sec
38322026-03-27T04:35:17.852Z[SUM] 5.00-6.00 sec 446 MBytes 3.74 Gbits/sec
38332026-03-27T04:35:17.852Z- - - - - - - - - - - - - - - - - - - - - - - - -
38342026-03-27T04:35:17.852Z[ 5] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
38352026-03-27T04:35:17.852Z[ 8] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
38362026-03-27T04:35:17.852Z[ 10] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
38372026-03-27T04:35:20.856Z[ 12] 6.00-7.00 sec 56.5 MBytes 474 Mbits/sec
38382026-03-27T04:35:20.856Z[ 14] 6.00-7.00 sec 56.5 MBytes 474 Mbits/sec
38392026-03-27T04:35:20.856Z[ 16] 6.00-7.00 sec 56.8 MBytes 476 Mbits/sec
38402026-03-27T04:35:20.856Z[ 18] 6.00-7.00 sec 56.5 MBytes 474 Mbits/sec
38412026-03-27T04:35:20.856Z[ 20] 6.00-7.00 sec 56.6 MBytes 475 Mbits/sec
38422026-03-27T04:35:20.856Z[SUM] 6.00-7.00 sec 453 MBytes 3.80 Gbits/sec
38432026-03-27T04:35:20.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
38442026-03-27T04:35:20.856Z[ 5] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
38452026-03-27T04:35:20.856Z[ 8] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
38462026-03-27T04:35:20.856Z[ 10] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
38472026-03-27T04:35:20.856Z[ 12] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
38482026-03-27T04:35:20.856Z[ 14] 7.00-8.00 sec 56.1 MBytes 471 Mbits/sec
38492026-03-27T04:35:20.856Z[ 16] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
38502026-03-27T04:35:20.856Z[ 18] 7.00-8.00 sec 56.0 MBytes 470 Mbits/sec
38512026-03-27T04:35:20.856Z[ 20] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
38522026-03-27T04:35:20.856Z[SUM] 7.00-8.00 sec 448 MBytes 3.75 Gbits/sec
38532026-03-27T04:35:20.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
38542026-03-27T04:35:20.856Z[ 5] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
38552026-03-27T04:35:20.856Z[ 8] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
38562026-03-27T04:35:20.856Z[ 10] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
38572026-03-27T04:35:20.856Z[ 12] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
38582026-03-27T04:35:20.856Z[ 14] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
38592026-03-27T04:35:20.856Z[ 16] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
38602026-03-27T04:35:20.856Z[ 18] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
38612026-03-27T04:35:20.856Z[ 20] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
38622026-03-27T04:35:20.856Z[SUM] 8.00-9.00 sec 446 MBytes 3.74 Gbits/sec
38632026-03-27T04:35:20.856Z- - - - - - - - - - - - - - - - - - - - - - - - -
38642026-03-27T04:35:20.856Z[ 5] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
38652026-03-27T04:35:20.856Z[ 8] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
38662026-03-27T04:35:20.856Z[ 10] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
38672026-03-27T04:35:20.856Z[ 12] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
38682026-03-27T04:35:20.856Z[ 14] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
38692026-03-27T04:35:20.856Z[ 16] 9.00-10.00 sec 56.6 MBytes 475 Mbits/sec
38702026-03-27T04:35:20.856Z[ 18] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
38712026-03-27T04:35:20.857Z[ 20] 9.00-10.00 sec 56.5 MBytes 474 Mbits/sec
38722026-03-27T04:35:20.857Z[SUM] 9.00-10.00 sec 452 MBytes 3.79 Gbits/sec
38732026-03-27T04:35:20.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
38742026-03-27T04:35:20.857Z[ 5] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
38752026-03-27T04:35:20.857Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38762026-03-27T04:35:20.857Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38772026-03-27T04:35:20.857Z[ 12] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
38782026-03-27T04:35:20.857Z[ 14] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
38792026-03-27T04:35:20.857Z[ 16] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
38802026-03-27T04:35:20.857Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38812026-03-27T04:35:20.857Z[ 20] 10.00-10.00 sec 128 KBytes 895 Mbits/sec
38822026-03-27T04:35:20.857Z[SUM] 10.00-10.00 sec 640 KBytes 4.47 Gbits/sec
38832026-03-27T04:35:20.857Z- - - - - - - - - - - - - - - - - - - - - - - - -
38842026-03-27T04:35:20.857Z[ ID] Interval Transfer Bitrate
38852026-03-27T04:35:20.857Z[ 5] 0.00-10.00 sec 548 MBytes 459 Mbits/sec sender
38862026-03-27T04:35:20.857Z[ 8] 0.00-10.00 sec 548 MBytes 460 Mbits/sec sender
38872026-03-27T04:35:20.857Z[ 10] 0.00-10.00 sec 548 MBytes 460 Mbits/sec sender
38882026-03-27T04:35:20.857Z[ 12] 0.00-10.00 sec 548 MBytes 460 Mbits/sec sender
38892026-03-27T04:35:20.857Z[ 14] 0.00-10.00 sec 548 MBytes 460 Mbits/sec sender
38902026-03-27T04:35:20.857Z[ 16] 0.00-10.00 sec 548 MBytes 460 Mbits/sec sender
38912026-03-27T04:35:20.857Z[ 18] 0.00-10.00 sec 548 MBytes 459 Mbits/sec sender
38922026-03-27T04:35:20.857Z[ 20] 0.00-10.00 sec 548 MBytes 460 Mbits/sec sender
38932026-03-27T04:35:20.857Z[SUM] 0.00-10.00 sec 4.28 GBytes 3.68 Gbits/sec sender
38942026-03-27T04:35:20.861ZRun 1/10...3677.2319110330136Mbps
38952026-03-27T04:35:28.250Z-----------------------------------------------------------
38962026-03-27T04:35:28.250ZServer listening on 5201 (test #22)
38972026-03-27T04:35:28.250Z-----------------------------------------------------------
38982026-03-27T04:35:28.250ZAccepted connection from 10.0.0.1, port 57489
38992026-03-27T04:35:28.250Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33736
39002026-03-27T04:35:28.250Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37501
39012026-03-27T04:35:28.250Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42186
39022026-03-27T04:35:28.250Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49992
39032026-03-27T04:35:28.250Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57491
39042026-03-27T04:35:28.250Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55335
39052026-03-27T04:35:28.250Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55078
39062026-03-27T04:35:28.250Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59628
39072026-03-27T04:35:28.250Z[ ID] Interval Transfer Bitrate
39082026-03-27T04:35:28.251Z[ 5] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
39092026-03-27T04:35:28.251Z[ 8] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
39102026-03-27T04:35:28.251Z[ 10] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
39112026-03-27T04:35:28.251Z[ 12] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
39122026-03-27T04:35:28.251Z[ 14] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
39132026-03-27T04:35:28.251Z[ 16] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
39142026-03-27T04:35:28.251Z[ 18] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
39152026-03-27T04:35:28.251Z[ 20] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
39162026-03-27T04:35:28.251Z[SUM] 0.00-1.00 sec 356 MBytes 2.99 Gbits/sec
39172026-03-27T04:35:28.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
39182026-03-27T04:35:28.251Z[ 5] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
39192026-03-27T04:35:28.251Z[ 8] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
39202026-03-27T04:35:28.251Z[ 10] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
39212026-03-27T04:35:28.251Z[ 12] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
39222026-03-27T04:35:28.251Z[ 14] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
39232026-03-27T04:35:28.251Z[ 16] 1.00-2.00 sec 56.1 MBytes 471 Mbits/sec
39242026-03-27T04:35:28.251Z[ 18] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
39252026-03-27T04:35:28.252Z[ 20] 1.00-2.00 sec 56.0 MBytes 470 Mbits/sec
39262026-03-27T04:35:28.252Z[SUM] 1.00-2.00 sec 448 MBytes 3.76 Gbits/sec
39272026-03-27T04:35:28.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
39282026-03-27T04:35:28.252Z[ 5] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
39292026-03-27T04:35:28.252Z[ 8] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
39302026-03-27T04:35:28.255Z[ 10] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
39312026-03-27T04:35:28.255Z[ 12] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
39322026-03-27T04:35:28.255Z[ 14] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
39332026-03-27T04:35:28.255Z[ 16] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
39342026-03-27T04:35:28.255Z[ 18] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
39352026-03-27T04:35:28.255Z[ 20] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
39362026-03-27T04:35:28.255Z[SUM] 2.00-3.00 sec 445 MBytes 3.73 Gbits/sec
39372026-03-27T04:35:28.255Z- - - - - - - - - - - - - - - - - - - - - - - - -
39382026-03-27T04:35:28.256Z[ 5] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
39392026-03-27T04:35:28.256Z[ 8] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
39402026-03-27T04:35:28.256Z[ 10] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
39412026-03-27T04:35:28.256Z[ 12] 3.00-4.00 sec 55.8 MBytes 468 Mbits/sec
39422026-03-27T04:35:28.256Z[ 14] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
39432026-03-27T04:35:28.256Z[ 16] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
39442026-03-27T04:35:28.256Z[ 18] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
39452026-03-27T04:35:28.256Z[ 20] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
39462026-03-27T04:35:28.256Z[SUM] 3.00-4.00 sec 447 MBytes 3.75 Gbits/sec
39472026-03-27T04:35:28.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
39482026-03-27T04:35:28.256Z[ 5] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
39492026-03-27T04:35:28.256Z[ 8] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
39502026-03-27T04:35:28.256Z[ 10] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
39512026-03-27T04:35:28.256Z[ 12] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
39522026-03-27T04:35:28.256Z[ 14] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
39532026-03-27T04:35:28.256Z[ 16] 4.00-5.00 sec 55.9 MBytes 469 Mbits/sec
39542026-03-27T04:35:28.256Z[ 18] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
39552026-03-27T04:35:28.256Z[ 20] 4.00-5.00 sec 56.0 MBytes 470 Mbits/sec
39562026-03-27T04:35:28.256Z[SUM] 4.00-5.00 sec 446 MBytes 3.75 Gbits/sec
39572026-03-27T04:35:28.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
39582026-03-27T04:35:28.256Z[ 5] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
39592026-03-27T04:35:28.256Z[ 8] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
39602026-03-27T04:35:28.256Z[ 10] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
39612026-03-27T04:35:28.256Z[ 12] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
39622026-03-27T04:35:28.256Z[ 14] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
39632026-03-27T04:35:28.256Z[ 16] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
39642026-03-27T04:35:28.256Z[ 18] 5.00-6.00 sec 55.6 MBytes 467 Mbits/sec
39652026-03-27T04:35:28.256Z[ 20] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
39662026-03-27T04:35:28.256Z[SUM] 5.00-6.00 sec 445 MBytes 3.73 Gbits/sec
39672026-03-27T04:35:28.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
39682026-03-27T04:35:28.256Z[ 5] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39692026-03-27T04:35:28.256Z[ 8] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39702026-03-27T04:35:28.256Z[ 10] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39712026-03-27T04:35:31.255Z[ 12] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39722026-03-27T04:35:31.255Z[ 14] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39732026-03-27T04:35:31.255Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39742026-03-27T04:35:31.255Z[ 18] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39752026-03-27T04:35:31.255Z[ 20] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
39762026-03-27T04:35:31.255Z[SUM] 6.00-7.00 sec 442 MBytes 3.71 Gbits/sec
39772026-03-27T04:35:31.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
39782026-03-27T04:35:31.256Z[ 5] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
39792026-03-27T04:35:31.256Z[ 8] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
39802026-03-27T04:35:31.256Z[ 10] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
39812026-03-27T04:35:31.256Z[ 12] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
39822026-03-27T04:35:31.256Z[ 14] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
39832026-03-27T04:35:31.256Z[ 16] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
39842026-03-27T04:35:31.256Z[ 18] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
39852026-03-27T04:35:31.256Z[ 20] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
39862026-03-27T04:35:31.256Z[SUM] 7.00-8.00 sec 446 MBytes 3.74 Gbits/sec
39872026-03-27T04:35:31.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
39882026-03-27T04:35:31.256Z[ 5] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
39892026-03-27T04:35:31.256Z[ 8] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
39902026-03-27T04:35:31.256Z[ 10] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
39912026-03-27T04:35:31.256Z[ 12] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
39922026-03-27T04:35:31.256Z[ 14] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
39932026-03-27T04:35:31.256Z[ 16] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
39942026-03-27T04:35:31.256Z[ 18] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
39952026-03-27T04:35:31.256Z[ 20] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
39962026-03-27T04:35:31.256Z[SUM] 8.00-9.00 sec 443 MBytes 3.72 Gbits/sec
39972026-03-27T04:35:31.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
39982026-03-27T04:35:31.256Z[ 5] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
39992026-03-27T04:35:31.256Z[ 8] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
40002026-03-27T04:35:31.256Z[ 10] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
40012026-03-27T04:35:31.256Z[ 12] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
40022026-03-27T04:35:31.256Z[ 14] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
40032026-03-27T04:35:31.256Z[ 16] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
40042026-03-27T04:35:31.256Z[ 18] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
40052026-03-27T04:35:31.256Z[ 20] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
40062026-03-27T04:35:31.256Z[SUM] 9.00-10.00 sec 442 MBytes 3.71 Gbits/sec
40072026-03-27T04:35:31.256Z- - - - - - - - - - - - - - - - - - - - - - - - -
40082026-03-27T04:35:31.256Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40092026-03-27T04:35:31.256Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40102026-03-27T04:35:31.256Z[ 10] 10.00-10.00 sec 128 KBytes 923 Mbits/sec
40112026-03-27T04:35:31.256Z[ 12] 10.00-10.00 sec 128 KBytes 923 Mbits/sec
40122026-03-27T04:35:31.257Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40132026-03-27T04:35:31.257Z[ 16] 10.00-10.00 sec 128 KBytes 923 Mbits/sec
40142026-03-27T04:35:31.257Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40152026-03-27T04:35:31.257Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40162026-03-27T04:35:31.257Z[SUM] 10.00-10.00 sec 384 KBytes 2.77 Gbits/sec
40172026-03-27T04:35:31.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
40182026-03-27T04:35:31.257Z[ ID] Interval Transfer Bitrate
40192026-03-27T04:35:31.257Z[ 5] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40202026-03-27T04:35:31.257Z[ 8] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40212026-03-27T04:35:31.257Z[ 10] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40222026-03-27T04:35:31.257Z[ 12] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40232026-03-27T04:35:31.257Z[ 14] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40242026-03-27T04:35:31.257Z[ 16] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40252026-03-27T04:35:31.257Z[ 18] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40262026-03-27T04:35:31.257Z[ 20] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
40272026-03-27T04:35:31.257Z[SUM] 0.00-10.00 sec 4.26 GBytes 3.66 Gbits/sec sender
40282026-03-27T04:35:31.261ZRun 2/10...3657.74535316078Mbps
40292026-03-27T04:35:38.660Z-----------------------------------------------------------
40302026-03-27T04:35:38.660ZServer listening on 5201 (test #23)
40312026-03-27T04:35:38.660Z-----------------------------------------------------------
40322026-03-27T04:35:38.660ZAccepted connection from 10.0.0.1, port 44868
40332026-03-27T04:35:38.660Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48571
40342026-03-27T04:35:38.660Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42089
40352026-03-27T04:35:38.660Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63316
40362026-03-27T04:35:38.660Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60594
40372026-03-27T04:35:38.660Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54996
40382026-03-27T04:35:38.661Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45296
40392026-03-27T04:35:38.661Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60801
40402026-03-27T04:35:38.661Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44175
40412026-03-27T04:35:38.661Z[ ID] Interval Transfer Bitrate
40422026-03-27T04:35:38.661Z[ 5] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
40432026-03-27T04:35:38.661Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
40442026-03-27T04:35:38.661Z[ 10] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
40452026-03-27T04:35:38.661Z[ 12] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
40462026-03-27T04:35:38.661Z[ 14] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
40472026-03-27T04:35:38.661Z[ 16] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
40482026-03-27T04:35:38.661Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
40492026-03-27T04:35:38.661Z[ 20] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
40502026-03-27T04:35:38.661Z[SUM] 0.00-1.00 sec 349 MBytes 2.93 Gbits/sec
40512026-03-27T04:35:38.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
40522026-03-27T04:35:38.661Z[ 5] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
40532026-03-27T04:35:38.661Z[ 8] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
40542026-03-27T04:35:38.661Z[ 10] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
40552026-03-27T04:35:38.661Z[ 12] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
40562026-03-27T04:35:38.661Z[ 14] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
40572026-03-27T04:35:38.661Z[ 16] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
40582026-03-27T04:35:38.661Z[ 18] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
40592026-03-27T04:35:38.661Z[ 20] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
40602026-03-27T04:35:38.661Z[SUM] 1.00-2.00 sec 444 MBytes 3.72 Gbits/sec
40612026-03-27T04:35:38.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
40622026-03-27T04:35:38.661Z[ 5] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
40632026-03-27T04:35:38.661Z[ 8] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
40642026-03-27T04:35:38.661Z[ 10] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
40652026-03-27T04:35:38.661Z[ 12] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
40662026-03-27T04:35:38.661Z[ 14] 2.00-3.00 sec 54.8 MBytes 459 Mbits/sec
40672026-03-27T04:35:38.661Z[ 16] 2.00-3.00 sec 54.9 MBytes 460 Mbits/sec
40682026-03-27T04:35:38.661Z[ 18] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
40692026-03-27T04:35:38.661Z[ 20] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
40702026-03-27T04:35:38.661Z[SUM] 2.00-3.00 sec 439 MBytes 3.68 Gbits/sec
40712026-03-27T04:35:38.661Z- - - - - - - - - - - - - - - - - - - - - - - - -
40722026-03-27T04:35:38.661Z[ 5] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40732026-03-27T04:35:38.662Z[ 8] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40742026-03-27T04:35:38.662Z[ 10] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40752026-03-27T04:35:38.662Z[ 12] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40762026-03-27T04:35:38.662Z[ 14] 3.00-4.00 sec 54.8 MBytes 459 Mbits/sec
40772026-03-27T04:35:38.662Z[ 16] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
40782026-03-27T04:35:38.662Z[ 18] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
40792026-03-27T04:35:38.662Z[ 20] 3.00-4.00 sec 54.6 MBytes 458 Mbits/sec
40802026-03-27T04:35:38.662Z[SUM] 3.00-4.00 sec 438 MBytes 3.67 Gbits/sec
40812026-03-27T04:35:38.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
40822026-03-27T04:35:38.662Z[ 5] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
40832026-03-27T04:35:38.662Z[ 8] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
40842026-03-27T04:35:38.662Z[ 10] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
40852026-03-27T04:35:38.662Z[ 12] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
40862026-03-27T04:35:38.662Z[ 14] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
40872026-03-27T04:35:38.662Z[ 16] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
40882026-03-27T04:35:38.662Z[ 18] 4.00-5.00 sec 55.2 MBytes 463 Mbits/sec
40892026-03-27T04:35:38.662Z[ 20] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
40902026-03-27T04:35:38.662Z[SUM] 4.00-5.00 sec 441 MBytes 3.70 Gbits/sec
40912026-03-27T04:35:38.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
40922026-03-27T04:35:38.662Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
40932026-03-27T04:35:38.662Z[ 8] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
40942026-03-27T04:35:38.662Z[ 10] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
40952026-03-27T04:35:38.662Z[ 12] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
40962026-03-27T04:35:38.662Z[ 14] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
40972026-03-27T04:35:38.662Z[ 16] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
40982026-03-27T04:35:38.662Z[ 18] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
40992026-03-27T04:35:38.662Z[ 20] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
41002026-03-27T04:35:38.662Z[SUM] 5.00-6.00 sec 441 MBytes 3.70 Gbits/sec
41012026-03-27T04:35:38.662Z- - - - - - - - - - - - - - - - - - - - - - - - -
41022026-03-27T04:35:38.662Z[ 5] 6.00-7.00 sec 54.5 MBytes 457 Mbits/sec
41032026-03-27T04:35:38.662Z[ 8] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
41042026-03-27T04:35:38.662Z[ 10] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
41052026-03-27T04:35:41.665Z[ 12] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41062026-03-27T04:35:41.665Z[ 14] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
41072026-03-27T04:35:41.665Z[ 16] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41082026-03-27T04:35:41.666Z[ 18] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
41092026-03-27T04:35:41.666Z[ 20] 6.00-7.00 sec 54.6 MBytes 458 Mbits/sec
41102026-03-27T04:35:41.666Z[SUM] 6.00-7.00 sec 437 MBytes 3.67 Gbits/sec
41112026-03-27T04:35:41.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
41122026-03-27T04:35:41.666Z[ 5] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
41132026-03-27T04:35:41.666Z[ 8] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
41142026-03-27T04:35:41.666Z[ 10] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
41152026-03-27T04:35:41.666Z[ 12] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
41162026-03-27T04:35:41.666Z[ 14] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
41172026-03-27T04:35:41.666Z[ 16] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
41182026-03-27T04:35:41.666Z[ 18] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
41192026-03-27T04:35:41.666Z[ 20] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
41202026-03-27T04:35:41.666Z[SUM] 7.00-8.00 sec 442 MBytes 3.71 Gbits/sec
41212026-03-27T04:35:41.666Z- - - - - - - - - - - - - - - - - - - - - - - - -
41222026-03-27T04:35:41.666Z[ 5] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
41232026-03-27T04:35:41.666Z[ 8] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
41242026-03-27T04:35:41.666Z[ 10] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
41252026-03-27T04:35:41.666Z[ 12] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
41262026-03-27T04:35:41.666Z[ 14] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
41272026-03-27T04:35:41.666Z[ 16] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
41282026-03-27T04:35:41.666Z[ 18] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
41292026-03-27T04:35:41.666Z[ 20] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
41302026-03-27T04:35:41.667Z[SUM] 8.00-9.00 sec 443 MBytes 3.72 Gbits/sec
41312026-03-27T04:35:41.667Z- - - - - - - - - - - - - - - - - - - - - - - - -
41322026-03-27T04:35:41.667Z[ 5] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
41332026-03-27T04:35:41.667Z[ 8] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
41342026-03-27T04:35:41.667Z[ 10] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
41352026-03-27T04:35:41.667Z[ 12] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
41362026-03-27T04:35:41.667Z[ 14] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
41372026-03-27T04:35:41.667Z[ 16] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
41382026-03-27T04:35:41.667Z[ 18] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
41392026-03-27T04:35:41.667Z[ 20] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
41402026-03-27T04:35:41.667Z[SUM] 9.00-10.00 sec 443 MBytes 3.71 Gbits/sec
41412026-03-27T04:35:41.667Z- - - - - - - - - - - - - - - - - - - - - - - - -
41422026-03-27T04:35:41.667Z[ 5] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
41432026-03-27T04:35:41.667Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41442026-03-27T04:35:41.667Z[ 10] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
41452026-03-27T04:35:41.667Z[ 12] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
41462026-03-27T04:35:41.667Z[ 14] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
41472026-03-27T04:35:41.667Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41482026-03-27T04:35:41.667Z[ 18] 10.00-10.00 sec 128 KBytes 959 Mbits/sec
41492026-03-27T04:35:41.667Z[ 20] 10.00-10.00 sec 128 KBytes 958 Mbits/sec
41502026-03-27T04:35:41.667Z[SUM] 10.00-10.00 sec 768 KBytes 5.75 Gbits/sec
41512026-03-27T04:35:41.667Z- - - - - - - - - - - - - - - - - - - - - - - - -
41522026-03-27T04:35:41.667Z[ ID] Interval Transfer Bitrate
41532026-03-27T04:35:41.667Z[ 5] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
41542026-03-27T04:35:41.668Z[ 8] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
41552026-03-27T04:35:41.668Z[ 10] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
41562026-03-27T04:35:41.668Z[ 12] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
41572026-03-27T04:35:41.668Z[ 14] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
41582026-03-27T04:35:41.668Z[ 16] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
41592026-03-27T04:35:41.668Z[ 18] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
41602026-03-27T04:35:41.668Z[ 20] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
41612026-03-27T04:35:41.668Z[SUM] 0.00-10.00 sec 4.22 GBytes 3.62 Gbits/sec sender
41622026-03-27T04:35:41.676ZRun 3/10...3621.1691147944352Mbps
41632026-03-27T04:35:49.064Z-----------------------------------------------------------
41642026-03-27T04:35:49.064ZServer listening on 5201 (test #24)
41652026-03-27T04:35:49.064Z-----------------------------------------------------------
41662026-03-27T04:35:49.064ZAccepted connection from 10.0.0.1, port 59806
41672026-03-27T04:35:49.064Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38134
41682026-03-27T04:35:49.064Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43366
41692026-03-27T04:35:49.064Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41612
41702026-03-27T04:35:49.064Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35254
41712026-03-27T04:35:49.064Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36132
41722026-03-27T04:35:49.064Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51161
41732026-03-27T04:35:49.064Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34696
41742026-03-27T04:35:49.064Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50100
41752026-03-27T04:35:49.064Z[ ID] Interval Transfer Bitrate
41762026-03-27T04:35:49.064Z[ 5] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
41772026-03-27T04:35:49.064Z[ 8] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
41782026-03-27T04:35:49.064Z[ 10] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
41792026-03-27T04:35:49.064Z[ 12] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
41802026-03-27T04:35:49.064Z[ 14] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
41812026-03-27T04:35:49.064Z[ 16] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
41822026-03-27T04:35:49.064Z[ 18] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
41832026-03-27T04:35:49.064Z[ 20] 0.00-1.00 sec 44.1 MBytes 370 Mbits/sec
41842026-03-27T04:35:49.064Z[SUM] 0.00-1.00 sec 352 MBytes 2.95 Gbits/sec
41852026-03-27T04:35:49.064Z- - - - - - - - - - - - - - - - - - - - - - - - -
41862026-03-27T04:35:49.064Z[ 5] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
41872026-03-27T04:35:49.064Z[ 8] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
41882026-03-27T04:35:49.064Z[ 10] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
41892026-03-27T04:35:49.065Z[ 12] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
41902026-03-27T04:35:49.065Z[ 14] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
41912026-03-27T04:35:49.065Z[ 16] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
41922026-03-27T04:35:49.065Z[ 18] 1.00-2.00 sec 54.9 MBytes 460 Mbits/sec
41932026-03-27T04:35:49.065Z[ 20] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
41942026-03-27T04:35:49.065Z[SUM] 1.00-2.00 sec 440 MBytes 3.69 Gbits/sec
41952026-03-27T04:35:49.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
41962026-03-27T04:35:49.065Z[ 5] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
41972026-03-27T04:35:49.065Z[ 8] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
41982026-03-27T04:35:49.065Z[ 10] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
41992026-03-27T04:35:49.065Z[ 12] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
42002026-03-27T04:35:49.065Z[ 14] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
42012026-03-27T04:35:49.065Z[ 16] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
42022026-03-27T04:35:49.065Z[ 18] 2.00-3.00 sec 55.9 MBytes 469 Mbits/sec
42032026-03-27T04:35:49.065Z[ 20] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
42042026-03-27T04:35:49.065Z[SUM] 2.00-3.00 sec 446 MBytes 3.74 Gbits/sec
42052026-03-27T04:35:49.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
42062026-03-27T04:35:49.065Z[ 5] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
42072026-03-27T04:35:49.065Z[ 8] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
42082026-03-27T04:35:49.065Z[ 10] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
42092026-03-27T04:35:49.065Z[ 12] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
42102026-03-27T04:35:49.065Z[ 14] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
42112026-03-27T04:35:49.065Z[ 16] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
42122026-03-27T04:35:49.065Z[ 18] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
42132026-03-27T04:35:49.065Z[ 20] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
42142026-03-27T04:35:49.065Z[SUM] 3.00-4.00 sec 444 MBytes 3.72 Gbits/sec
42152026-03-27T04:35:49.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
42162026-03-27T04:35:49.065Z[ 5] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
42172026-03-27T04:35:49.065Z[ 8] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
42182026-03-27T04:35:49.065Z[ 10] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
42192026-03-27T04:35:49.065Z[ 12] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
42202026-03-27T04:35:49.065Z[ 14] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
42212026-03-27T04:35:49.065Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
42222026-03-27T04:35:49.065Z[ 18] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
42232026-03-27T04:35:49.065Z[ 20] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
42242026-03-27T04:35:49.065Z[SUM] 4.00-5.00 sec 444 MBytes 3.73 Gbits/sec
42252026-03-27T04:35:49.065Z- - - - - - - - - - - - - - - - - - - - - - - - -
42262026-03-27T04:35:49.065Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
42272026-03-27T04:35:49.066Z[ 8] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
42282026-03-27T04:35:49.066Z[ 10] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
42292026-03-27T04:35:49.066Z[ 12] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
42302026-03-27T04:35:49.066Z[ 14] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
42312026-03-27T04:35:49.066Z[ 16] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
42322026-03-27T04:35:49.066Z[ 18] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
42332026-03-27T04:35:49.066Z[ 20] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
42342026-03-27T04:35:49.066Z[SUM] 5.00-6.00 sec 441 MBytes 3.70 Gbits/sec
42352026-03-27T04:35:49.066Z- - - - - - - - - - - - - - - - - - - - - - - - -
42362026-03-27T04:35:49.066Z[ 5] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42372026-03-27T04:35:49.066Z[ 8] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42382026-03-27T04:35:49.066Z[ 10] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42392026-03-27T04:35:52.068Z[ 12] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42402026-03-27T04:35:52.068Z[ 14] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42412026-03-27T04:35:52.068Z[ 16] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42422026-03-27T04:35:52.068Z[ 18] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42432026-03-27T04:35:52.068Z[ 20] 6.00-7.00 sec 56.2 MBytes 472 Mbits/sec
42442026-03-27T04:35:52.068Z[SUM] 6.00-7.00 sec 450 MBytes 3.77 Gbits/sec
42452026-03-27T04:35:52.068Z- - - - - - - - - - - - - - - - - - - - - - - - -
42462026-03-27T04:35:52.068Z[ 5] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
42472026-03-27T04:35:52.068Z[ 8] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
42482026-03-27T04:35:52.068Z[ 10] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
42492026-03-27T04:35:52.068Z[ 12] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
42502026-03-27T04:35:52.068Z[ 14] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
42512026-03-27T04:35:52.068Z[ 16] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
42522026-03-27T04:35:52.068Z[ 18] 7.00-8.00 sec 55.9 MBytes 469 Mbits/sec
42532026-03-27T04:35:52.068Z[ 20] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
42542026-03-27T04:35:52.068Z[SUM] 7.00-8.00 sec 447 MBytes 3.75 Gbits/sec
42552026-03-27T04:35:52.068Z- - - - - - - - - - - - - - - - - - - - - - - - -
42562026-03-27T04:35:52.068Z[ 5] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
42572026-03-27T04:35:52.068Z[ 8] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
42582026-03-27T04:35:52.072Z[ 10] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
42592026-03-27T04:35:52.072Z[ 12] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
42602026-03-27T04:35:52.072Z[ 14] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
42612026-03-27T04:35:52.072Z[ 16] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
42622026-03-27T04:35:52.072Z[ 18] 8.00-9.00 sec 56.0 MBytes 470 Mbits/sec
42632026-03-27T04:35:52.072Z[ 20] 8.00-9.00 sec 55.9 MBytes 469 Mbits/sec
42642026-03-27T04:35:52.072Z[SUM] 8.00-9.00 sec 448 MBytes 3.76 Gbits/sec
42652026-03-27T04:35:52.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
42662026-03-27T04:35:52.072Z[ 5] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
42672026-03-27T04:35:52.072Z[ 8] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
42682026-03-27T04:35:52.072Z[ 10] 9.00-10.00 sec 55.8 MBytes 468 Mbits/sec
42692026-03-27T04:35:52.072Z[ 12] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
42702026-03-27T04:35:52.072Z[ 14] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
42712026-03-27T04:35:52.072Z[ 16] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
42722026-03-27T04:35:52.072Z[ 18] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
42732026-03-27T04:35:52.072Z[ 20] 9.00-10.00 sec 55.9 MBytes 469 Mbits/sec
42742026-03-27T04:35:52.072Z[SUM] 9.00-10.00 sec 447 MBytes 3.75 Gbits/sec
42752026-03-27T04:35:52.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
42762026-03-27T04:35:52.072Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42772026-03-27T04:35:52.072Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42782026-03-27T04:35:52.072Z[ 10] 10.00-10.00 sec 128 KBytes 922 Mbits/sec
42792026-03-27T04:35:52.072Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42802026-03-27T04:35:52.072Z[ 14] 10.00-10.00 sec 128 KBytes 922 Mbits/sec
42812026-03-27T04:35:52.072Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42822026-03-27T04:35:52.072Z[ 18] 10.00-10.00 sec 128 KBytes 923 Mbits/sec
42832026-03-27T04:35:52.072Z[ 20] 10.00-10.00 sec 128 KBytes 922 Mbits/sec
42842026-03-27T04:35:52.072Z[SUM] 10.00-10.00 sec 512 KBytes 3.68 Gbits/sec
42852026-03-27T04:35:52.072Z- - - - - - - - - - - - - - - - - - - - - - - - -
42862026-03-27T04:35:52.072Z[ ID] Interval Transfer Bitrate
42872026-03-27T04:35:52.072Z[ 5] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42882026-03-27T04:35:52.072Z[ 8] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42892026-03-27T04:35:52.073Z[ 10] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42902026-03-27T04:35:52.073Z[ 12] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42912026-03-27T04:35:52.073Z[ 14] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42922026-03-27T04:35:52.073Z[ 16] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42932026-03-27T04:35:52.073Z[ 18] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42942026-03-27T04:35:52.073Z[ 20] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
42952026-03-27T04:35:52.073Z[SUM] 0.00-10.00 sec 4.26 GBytes 3.66 Gbits/sec sender
42962026-03-27T04:35:52.073ZRun 4/10...3656.6947042837733Mbps
42972026-03-27T04:35:59.474Z-----------------------------------------------------------
42982026-03-27T04:35:59.474ZServer listening on 5201 (test #25)
42992026-03-27T04:35:59.474Z-----------------------------------------------------------
43002026-03-27T04:35:59.474ZAccepted connection from 10.0.0.1, port 49192
43012026-03-27T04:35:59.474Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61104
43022026-03-27T04:35:59.474Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36912
43032026-03-27T04:35:59.474Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57543
43042026-03-27T04:35:59.474Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49333
43052026-03-27T04:35:59.474Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55039
43062026-03-27T04:35:59.474Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56897
43072026-03-27T04:35:59.474Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38330
43082026-03-27T04:35:59.474Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61355
43092026-03-27T04:35:59.474Z[ ID] Interval Transfer Bitrate
43102026-03-27T04:35:59.474Z[ 5] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
43112026-03-27T04:35:59.474Z[ 8] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
43122026-03-27T04:35:59.474Z[ 10] 0.00-1.00 sec 44.6 MBytes 374 Mbits/sec
43132026-03-27T04:35:59.474Z[ 12] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
43142026-03-27T04:35:59.474Z[ 14] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
43152026-03-27T04:35:59.474Z[ 16] 0.00-1.00 sec 44.4 MBytes 372 Mbits/sec
43162026-03-27T04:35:59.474Z[ 18] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
43172026-03-27T04:35:59.474Z[ 20] 0.00-1.00 sec 44.5 MBytes 373 Mbits/sec
43182026-03-27T04:35:59.474Z[SUM] 0.00-1.00 sec 356 MBytes 2.99 Gbits/sec
43192026-03-27T04:35:59.475Z- - - - - - - - - - - - - - - - - - - - - - - - -
43202026-03-27T04:35:59.475Z[ 5] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
43212026-03-27T04:35:59.475Z[ 8] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
43222026-03-27T04:35:59.475Z[ 10] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
43232026-03-27T04:35:59.475Z[ 12] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
43242026-03-27T04:35:59.475Z[ 14] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
43252026-03-27T04:35:59.475Z[ 16] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
43262026-03-27T04:35:59.475Z[ 18] 1.00-2.00 sec 55.9 MBytes 469 Mbits/sec
43272026-03-27T04:35:59.475Z[ 20] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
43282026-03-27T04:35:59.475Z[SUM] 1.00-2.00 sec 446 MBytes 3.74 Gbits/sec
43292026-03-27T04:35:59.475Z- - - - - - - - - - - - - - - - - - - - - - - - -
43302026-03-27T04:35:59.475Z[ 5] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
43312026-03-27T04:35:59.475Z[ 8] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
43322026-03-27T04:35:59.475Z[ 10] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
43332026-03-27T04:35:59.475Z[ 12] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
43342026-03-27T04:35:59.475Z[ 14] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
43352026-03-27T04:35:59.475Z[ 16] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
43362026-03-27T04:35:59.475Z[ 18] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
43372026-03-27T04:35:59.475Z[ 20] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
43382026-03-27T04:35:59.475Z[SUM] 2.00-3.00 sec 444 MBytes 3.72 Gbits/sec
43392026-03-27T04:35:59.475Z- - - - - - - - - - - - - - - - - - - - - - - - -
43402026-03-27T04:35:59.475Z[ 5] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
43412026-03-27T04:35:59.475Z[ 8] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
43422026-03-27T04:35:59.476Z[ 10] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
43432026-03-27T04:35:59.476Z[ 12] 3.00-4.00 sec 55.5 MBytes 466 Mbits/sec
43442026-03-27T04:35:59.476Z[ 14] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
43452026-03-27T04:35:59.476Z[ 16] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
43462026-03-27T04:35:59.476Z[ 18] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
43472026-03-27T04:35:59.476Z[ 20] 3.00-4.00 sec 55.6 MBytes 467 Mbits/sec
43482026-03-27T04:35:59.476Z[SUM] 3.00-4.00 sec 444 MBytes 3.73 Gbits/sec
43492026-03-27T04:35:59.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
43502026-03-27T04:35:59.476Z[ 5] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
43512026-03-27T04:35:59.476Z[ 8] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
43522026-03-27T04:35:59.476Z[ 10] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
43532026-03-27T04:35:59.476Z[ 12] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
43542026-03-27T04:35:59.476Z[ 14] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
43552026-03-27T04:35:59.476Z[ 16] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
43562026-03-27T04:35:59.476Z[ 18] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
43572026-03-27T04:35:59.476Z[ 20] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
43582026-03-27T04:35:59.476Z[SUM] 4.00-5.00 sec 446 MBytes 3.74 Gbits/sec
43592026-03-27T04:35:59.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
43602026-03-27T04:35:59.476Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
43612026-03-27T04:35:59.476Z[ 8] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
43622026-03-27T04:35:59.476Z[ 10] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
43632026-03-27T04:35:59.476Z[ 12] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
43642026-03-27T04:35:59.476Z[ 14] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
43652026-03-27T04:35:59.476Z[ 16] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
43662026-03-27T04:35:59.476Z[ 18] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
43672026-03-27T04:35:59.476Z[ 20] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
43682026-03-27T04:35:59.476Z[SUM] 5.00-6.00 sec 442 MBytes 3.71 Gbits/sec
43692026-03-27T04:35:59.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
43702026-03-27T04:35:59.476Z[ 5] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
43712026-03-27T04:35:59.476Z[ 8] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
43722026-03-27T04:35:59.476Z[ 10] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
43732026-03-27T04:36:02.480Z[ 12] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
43742026-03-27T04:36:02.480Z[ 14] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
43752026-03-27T04:36:02.480Z[ 16] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
43762026-03-27T04:36:02.480Z[ 18] 6.00-7.00 sec 54.8 MBytes 459 Mbits/sec
43772026-03-27T04:36:02.480Z[ 20] 6.00-7.00 sec 54.9 MBytes 460 Mbits/sec
43782026-03-27T04:36:02.480Z[SUM] 6.00-7.00 sec 439 MBytes 3.68 Gbits/sec
43792026-03-27T04:36:02.480Z- - - - - - - - - - - - - - - - - - - - - - - - -
43802026-03-27T04:36:02.480Z[ 5] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
43812026-03-27T04:36:02.480Z[ 8] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
43822026-03-27T04:36:02.480Z[ 10] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
43832026-03-27T04:36:02.480Z[ 12] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
43842026-03-27T04:36:02.480Z[ 14] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
43852026-03-27T04:36:02.480Z[ 16] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
43862026-03-27T04:36:02.480Z[ 18] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
43872026-03-27T04:36:02.480Z[ 20] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
43882026-03-27T04:36:02.480Z[SUM] 7.00-8.00 sec 445 MBytes 3.74 Gbits/sec
43892026-03-27T04:36:02.480Z- - - - - - - - - - - - - - - - - - - - - - - - -
43902026-03-27T04:36:02.480Z[ 5] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
43912026-03-27T04:36:02.480Z[ 8] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
43922026-03-27T04:36:02.480Z[ 10] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
43932026-03-27T04:36:02.480Z[ 12] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
43942026-03-27T04:36:02.480Z[ 14] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
43952026-03-27T04:36:02.480Z[ 16] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
43962026-03-27T04:36:02.481Z[ 18] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
43972026-03-27T04:36:02.481Z[ 20] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
43982026-03-27T04:36:02.481Z[SUM] 8.00-9.00 sec 450 MBytes 3.77 Gbits/sec
43992026-03-27T04:36:02.481Z- - - - - - - - - - - - - - - - - - - - - - - - -
44002026-03-27T04:36:02.481Z[ 5] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
44012026-03-27T04:36:02.481Z[ 8] 9.00-10.00 sec 56.2 MBytes 472 Mbits/sec
44022026-03-27T04:36:02.481Z[ 10] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
44032026-03-27T04:36:02.481Z[ 12] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
44042026-03-27T04:36:02.481Z[ 14] 9.00-10.00 sec 56.0 MBytes 470 Mbits/sec
44052026-03-27T04:36:02.481Z[ 16] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
44062026-03-27T04:36:02.481Z[ 18] 9.00-10.00 sec 56.2 MBytes 472 Mbits/sec
44072026-03-27T04:36:02.481Z[ 20] 9.00-10.00 sec 56.1 MBytes 471 Mbits/sec
44082026-03-27T04:36:02.481Z[SUM] 9.00-10.00 sec 449 MBytes 3.77 Gbits/sec
44092026-03-27T04:36:02.481Z- - - - - - - - - - - - - - - - - - - - - - - - -
44102026-03-27T04:36:02.481Z[ 5] 10.00-10.00 sec 128 KBytes 870 Mbits/sec
44112026-03-27T04:36:02.481Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44122026-03-27T04:36:02.481Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44132026-03-27T04:36:02.481Z[ 12] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
44142026-03-27T04:36:02.481Z[ 14] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
44152026-03-27T04:36:02.482Z[ 16] 10.00-10.00 sec 128 KBytes 872 Mbits/sec
44162026-03-27T04:36:02.482Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44172026-03-27T04:36:02.482Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44182026-03-27T04:36:02.482Z[SUM] 10.00-10.00 sec 512 KBytes 3.48 Gbits/sec
44192026-03-27T04:36:02.482Z- - - - - - - - - - - - - - - - - - - - - - - - -
44202026-03-27T04:36:02.482Z[ ID] Interval Transfer Bitrate
44212026-03-27T04:36:02.482Z[ 5] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
44222026-03-27T04:36:02.482Z[ 8] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
44232026-03-27T04:36:02.482Z[ 10] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
44242026-03-27T04:36:02.482Z[ 12] 0.00-10.00 sec 546 MBytes 458 Mbits/sec sender
44252026-03-27T04:36:02.482Z[ 14] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
44262026-03-27T04:36:02.482Z[ 16] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
44272026-03-27T04:36:02.482Z[ 18] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
44282026-03-27T04:36:02.482Z[ 20] 0.00-10.00 sec 545 MBytes 457 Mbits/sec sender
44292026-03-27T04:36:02.482Z[SUM] 0.00-10.00 sec 4.26 GBytes 3.66 Gbits/sec sender
44302026-03-27T04:36:02.486ZRun 5/10...3657.4044863504214Mbps
44312026-03-27T04:36:09.885Z-----------------------------------------------------------
44322026-03-27T04:36:09.885ZServer listening on 5201 (test #26)
44332026-03-27T04:36:09.885Z-----------------------------------------------------------
44342026-03-27T04:36:09.885ZAccepted connection from 10.0.0.1, port 60418
44352026-03-27T04:36:09.885Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64489
44362026-03-27T04:36:09.885Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48493
44372026-03-27T04:36:09.885Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62712
44382026-03-27T04:36:09.885Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63440
44392026-03-27T04:36:09.885Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43498
44402026-03-27T04:36:09.885Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38257
44412026-03-27T04:36:09.885Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60793
44422026-03-27T04:36:09.885Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62451
44432026-03-27T04:36:09.885Z[ ID] Interval Transfer Bitrate
44442026-03-27T04:36:09.885Z[ 5] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
44452026-03-27T04:36:09.885Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
44462026-03-27T04:36:09.885Z[ 10] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
44472026-03-27T04:36:09.885Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
44482026-03-27T04:36:09.885Z[ 14] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
44492026-03-27T04:36:09.885Z[ 16] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
44502026-03-27T04:36:09.885Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
44512026-03-27T04:36:09.885Z[ 20] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
44522026-03-27T04:36:09.885Z[SUM] 0.00-1.00 sec 349 MBytes 2.93 Gbits/sec
44532026-03-27T04:36:09.885Z- - - - - - - - - - - - - - - - - - - - - - - - -
44542026-03-27T04:36:09.885Z[ 5] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
44552026-03-27T04:36:09.885Z[ 8] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
44562026-03-27T04:36:09.885Z[ 10] 1.00-2.00 sec 55.6 MBytes 467 Mbits/sec
44572026-03-27T04:36:09.885Z[ 12] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
44582026-03-27T04:36:09.885Z[ 14] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
44592026-03-27T04:36:09.885Z[ 16] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
44602026-03-27T04:36:09.886Z[ 18] 1.00-2.00 sec 55.8 MBytes 468 Mbits/sec
44612026-03-27T04:36:09.886Z[ 20] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
44622026-03-27T04:36:09.886Z[SUM] 1.00-2.00 sec 446 MBytes 3.74 Gbits/sec
44632026-03-27T04:36:09.886Z- - - - - - - - - - - - - - - - - - - - - - - - -
44642026-03-27T04:36:09.886Z[ 5] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
44652026-03-27T04:36:09.886Z[ 8] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
44662026-03-27T04:36:09.886Z[ 10] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
44672026-03-27T04:36:09.886Z[ 12] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
44682026-03-27T04:36:09.886Z[ 14] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
44692026-03-27T04:36:09.886Z[ 16] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
44702026-03-27T04:36:09.886Z[ 18] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
44712026-03-27T04:36:09.886Z[ 20] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
44722026-03-27T04:36:09.886Z[SUM] 2.00-3.00 sec 442 MBytes 3.70 Gbits/sec
44732026-03-27T04:36:09.887Z- - - - - - - - - - - - - - - - - - - - - - - - -
44742026-03-27T04:36:09.887Z[ 5] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
44752026-03-27T04:36:09.887Z[ 8] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
44762026-03-27T04:36:09.887Z[ 10] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
44772026-03-27T04:36:09.887Z[ 12] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
44782026-03-27T04:36:09.887Z[ 14] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
44792026-03-27T04:36:09.887Z[ 16] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
44802026-03-27T04:36:09.887Z[ 18] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
44812026-03-27T04:36:09.887Z[ 20] 3.00-4.00 sec 55.9 MBytes 469 Mbits/sec
44822026-03-27T04:36:09.887Z[SUM] 3.00-4.00 sec 448 MBytes 3.75 Gbits/sec
44832026-03-27T04:36:09.887Z- - - - - - - - - - - - - - - - - - - - - - - - -
44842026-03-27T04:36:09.887Z[ 5] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
44852026-03-27T04:36:09.887Z[ 8] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
44862026-03-27T04:36:09.887Z[ 10] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
44872026-03-27T04:36:09.887Z[ 12] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
44882026-03-27T04:36:09.887Z[ 14] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
44892026-03-27T04:36:09.887Z[ 16] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
44902026-03-27T04:36:09.887Z[ 18] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
44912026-03-27T04:36:09.887Z[ 20] 4.00-5.00 sec 55.1 MBytes 462 Mbits/sec
44922026-03-27T04:36:09.887Z[SUM] 4.00-5.00 sec 440 MBytes 3.69 Gbits/sec
44932026-03-27T04:36:09.888Z- - - - - - - - - - - - - - - - - - - - - - - - -
44942026-03-27T04:36:09.888Z[ 5] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
44952026-03-27T04:36:09.892Z[ 8] 5.00-6.00 sec 54.8 MBytes 459 Mbits/sec
44962026-03-27T04:36:09.892Z[ 10] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
44972026-03-27T04:36:09.892Z[ 12] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
44982026-03-27T04:36:09.892Z[ 14] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
44992026-03-27T04:36:09.892Z[ 16] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
45002026-03-27T04:36:09.892Z[ 18] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
45012026-03-27T04:36:09.892Z[ 20] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
45022026-03-27T04:36:09.892Z[SUM] 5.00-6.00 sec 440 MBytes 3.69 Gbits/sec
45032026-03-27T04:36:09.892Z- - - - - - - - - - - - - - - - - - - - - - - - -
45042026-03-27T04:36:09.892Z[ 5] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
45052026-03-27T04:36:09.892Z[ 8] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
45062026-03-27T04:36:09.892Z[ 10] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
45072026-03-27T04:36:12.890Z[ 12] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
45082026-03-27T04:36:12.890Z[ 14] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
45092026-03-27T04:36:12.890Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
45102026-03-27T04:36:12.890Z[ 18] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
45112026-03-27T04:36:12.890Z[ 20] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
45122026-03-27T04:36:12.890Z[SUM] 6.00-7.00 sec 442 MBytes 3.70 Gbits/sec
45132026-03-27T04:36:12.890Z- - - - - - - - - - - - - - - - - - - - - - - - -
45142026-03-27T04:36:12.890Z[ 5] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
45152026-03-27T04:36:12.890Z[ 8] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
45162026-03-27T04:36:12.890Z[ 10] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
45172026-03-27T04:36:12.890Z[ 12] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
45182026-03-27T04:36:12.890Z[ 14] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
45192026-03-27T04:36:12.890Z[ 16] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
45202026-03-27T04:36:12.890Z[ 18] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
45212026-03-27T04:36:12.890Z[ 20] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
45222026-03-27T04:36:12.891Z[SUM] 7.00-8.00 sec 443 MBytes 3.72 Gbits/sec
45232026-03-27T04:36:12.891Z- - - - - - - - - - - - - - - - - - - - - - - - -
45242026-03-27T04:36:12.891Z[ 5] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
45252026-03-27T04:36:12.891Z[ 8] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
45262026-03-27T04:36:12.891Z[ 10] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
45272026-03-27T04:36:12.891Z[ 12] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
45282026-03-27T04:36:12.891Z[ 14] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
45292026-03-27T04:36:12.891Z[ 16] 8.00-9.00 sec 56.1 MBytes 471 Mbits/sec
45302026-03-27T04:36:12.891Z[ 18] 8.00-9.00 sec 56.2 MBytes 472 Mbits/sec
45312026-03-27T04:36:12.891Z[ 20] 8.00-9.00 sec 56.4 MBytes 473 Mbits/sec
45322026-03-27T04:36:12.891Z[SUM] 8.00-9.00 sec 450 MBytes 3.77 Gbits/sec
45332026-03-27T04:36:12.891Z- - - - - - - - - - - - - - - - - - - - - - - - -
45342026-03-27T04:36:12.891Z[ 5] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
45352026-03-27T04:36:12.891Z[ 8] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
45362026-03-27T04:36:12.891Z[ 10] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
45372026-03-27T04:36:12.891Z[ 12] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
45382026-03-27T04:36:12.891Z[ 14] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
45392026-03-27T04:36:12.891Z[ 16] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
45402026-03-27T04:36:12.891Z[ 18] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
45412026-03-27T04:36:12.891Z[ 20] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
45422026-03-27T04:36:12.891Z[SUM] 9.00-10.00 sec 442 MBytes 3.71 Gbits/sec
45432026-03-27T04:36:12.891Z- - - - - - - - - - - - - - - - - - - - - - - - -
45442026-03-27T04:36:12.891Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45452026-03-27T04:36:12.891Z[ 8] 10.00-10.00 sec 128 KBytes 976 Mbits/sec
45462026-03-27T04:36:12.891Z[ 10] 10.00-10.00 sec 128 KBytes 977 Mbits/sec
45472026-03-27T04:36:12.891Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45482026-03-27T04:36:12.891Z[ 14] 10.00-10.00 sec 128 KBytes 977 Mbits/sec
45492026-03-27T04:36:12.891Z[ 16] 10.00-10.00 sec 128 KBytes 977 Mbits/sec
45502026-03-27T04:36:12.891Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
45512026-03-27T04:36:12.891Z[ 20] 10.00-10.00 sec 128 KBytes 976 Mbits/sec
45522026-03-27T04:36:12.891Z[SUM] 10.00-10.00 sec 640 KBytes 4.88 Gbits/sec
45532026-03-27T04:36:12.891Z- - - - - - - - - - - - - - - - - - - - - - - - -
45542026-03-27T04:36:12.891Z[ ID] Interval Transfer Bitrate
45552026-03-27T04:36:12.891Z[ 5] 0.00-10.00 sec 543 MBytes 455 Mbits/sec sender
45562026-03-27T04:36:12.891Z[ 8] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
45572026-03-27T04:36:12.891Z[ 10] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
45582026-03-27T04:36:12.892Z[ 12] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
45592026-03-27T04:36:12.892Z[ 14] 0.00-10.00 sec 543 MBytes 455 Mbits/sec sender
45602026-03-27T04:36:12.892Z[ 16] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
45612026-03-27T04:36:12.892Z[ 18] 0.00-10.00 sec 543 MBytes 455 Mbits/sec sender
45622026-03-27T04:36:12.892Z[ 20] 0.00-10.00 sec 543 MBytes 455 Mbits/sec sender
45632026-03-27T04:36:12.892Z[SUM] 0.00-10.00 sec 4.24 GBytes 3.64 Gbits/sec sender
45642026-03-27T04:36:12.895ZRun 6/10...3640.676284279243Mbps
45652026-03-27T04:36:20.294Z-----------------------------------------------------------
45662026-03-27T04:36:20.294ZServer listening on 5201 (test #27)
45672026-03-27T04:36:20.294Z-----------------------------------------------------------
45682026-03-27T04:36:20.294ZAccepted connection from 10.0.0.1, port 45437
45692026-03-27T04:36:20.294Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61981
45702026-03-27T04:36:20.294Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47551
45712026-03-27T04:36:20.294Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64155
45722026-03-27T04:36:20.295Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38024
45732026-03-27T04:36:20.295Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63785
45742026-03-27T04:36:20.295Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34184
45752026-03-27T04:36:20.295Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62819
45762026-03-27T04:36:20.295Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60027
45772026-03-27T04:36:20.295Z[ ID] Interval Transfer Bitrate
45782026-03-27T04:36:20.295Z[ 5] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
45792026-03-27T04:36:20.295Z[ 8] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
45802026-03-27T04:36:20.295Z[ 10] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
45812026-03-27T04:36:20.295Z[ 12] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45822026-03-27T04:36:20.295Z[ 14] 0.00-1.00 sec 43.5 MBytes 365 Mbits/sec
45832026-03-27T04:36:20.295Z[ 16] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
45842026-03-27T04:36:20.295Z[ 18] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45852026-03-27T04:36:20.295Z[ 20] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
45862026-03-27T04:36:20.295Z[SUM] 0.00-1.00 sec 349 MBytes 2.93 Gbits/sec
45872026-03-27T04:36:20.295Z- - - - - - - - - - - - - - - - - - - - - - - - -
45882026-03-27T04:36:20.295Z[ 5] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
45892026-03-27T04:36:20.295Z[ 8] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
45902026-03-27T04:36:20.295Z[ 10] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
45912026-03-27T04:36:20.295Z[ 12] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
45922026-03-27T04:36:20.295Z[ 14] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
45932026-03-27T04:36:20.295Z[ 16] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
45942026-03-27T04:36:20.295Z[ 18] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
45952026-03-27T04:36:20.295Z[ 20] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
45962026-03-27T04:36:20.295Z[SUM] 1.00-2.00 sec 441 MBytes 3.70 Gbits/sec
45972026-03-27T04:36:20.295Z- - - - - - - - - - - - - - - - - - - - - - - - -
45982026-03-27T04:36:20.295Z[ 5] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
45992026-03-27T04:36:20.295Z[ 8] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
46002026-03-27T04:36:20.295Z[ 10] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
46012026-03-27T04:36:20.295Z[ 12] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
46022026-03-27T04:36:20.295Z[ 14] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
46032026-03-27T04:36:20.295Z[ 16] 2.00-3.00 sec 55.8 MBytes 468 Mbits/sec
46042026-03-27T04:36:20.295Z[ 18] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
46052026-03-27T04:36:20.295Z[ 20] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
46062026-03-27T04:36:20.295Z[SUM] 2.00-3.00 sec 444 MBytes 3.73 Gbits/sec
46072026-03-27T04:36:20.295Z- - - - - - - - - - - - - - - - - - - - - - - - -
46082026-03-27T04:36:20.295Z[ 5] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
46092026-03-27T04:36:20.295Z[ 8] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
46102026-03-27T04:36:20.295Z[ 10] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
46112026-03-27T04:36:20.296Z[ 12] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
46122026-03-27T04:36:20.296Z[ 14] 3.00-4.00 sec 55.4 MBytes 465 Mbits/sec
46132026-03-27T04:36:20.296Z[ 16] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
46142026-03-27T04:36:20.296Z[ 18] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
46152026-03-27T04:36:20.296Z[ 20] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
46162026-03-27T04:36:20.296Z[SUM] 3.00-4.00 sec 442 MBytes 3.71 Gbits/sec
46172026-03-27T04:36:20.296Z- - - - - - - - - - - - - - - - - - - - - - - - -
46182026-03-27T04:36:20.296Z[ 5] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
46192026-03-27T04:36:20.296Z[ 8] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
46202026-03-27T04:36:20.296Z[ 10] 4.00-5.00 sec 54.5 MBytes 457 Mbits/sec
46212026-03-27T04:36:20.296Z[ 12] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
46222026-03-27T04:36:20.296Z[ 14] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
46232026-03-27T04:36:20.296Z[ 16] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
46242026-03-27T04:36:20.296Z[ 18] 4.00-5.00 sec 54.6 MBytes 458 Mbits/sec
46252026-03-27T04:36:20.296Z[ 20] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
46262026-03-27T04:36:20.296Z[SUM] 4.00-5.00 sec 437 MBytes 3.67 Gbits/sec
46272026-03-27T04:36:20.296Z- - - - - - - - - - - - - - - - - - - - - - - - -
46282026-03-27T04:36:20.296Z[ 5] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
46292026-03-27T04:36:20.296Z[ 8] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
46302026-03-27T04:36:20.296Z[ 10] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
46312026-03-27T04:36:20.296Z[ 12] 5.00-6.00 sec 54.9 MBytes 460 Mbits/sec
46322026-03-27T04:36:20.296Z[ 14] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
46332026-03-27T04:36:20.296Z[ 16] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
46342026-03-27T04:36:20.296Z[ 18] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
46352026-03-27T04:36:20.296Z[ 20] 5.00-6.00 sec 55.0 MBytes 461 Mbits/sec
46362026-03-27T04:36:20.296Z[SUM] 5.00-6.00 sec 440 MBytes 3.69 Gbits/sec
46372026-03-27T04:36:20.296Z- - - - - - - - - - - - - - - - - - - - - - - - -
46382026-03-27T04:36:20.296Z[ 5] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
46392026-03-27T04:36:20.296Z[ 8] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
46402026-03-27T04:36:20.296Z[ 10] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
46412026-03-27T04:36:23.299Z[ 12] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
46422026-03-27T04:36:23.299Z[ 14] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
46432026-03-27T04:36:23.299Z[ 16] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
46442026-03-27T04:36:23.299Z[ 18] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
46452026-03-27T04:36:23.299Z[ 20] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
46462026-03-27T04:36:23.299Z[SUM] 6.00-7.00 sec 441 MBytes 3.70 Gbits/sec
46472026-03-27T04:36:23.299Z- - - - - - - - - - - - - - - - - - - - - - - - -
46482026-03-27T04:36:23.299Z[ 5] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
46492026-03-27T04:36:23.299Z[ 8] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
46502026-03-27T04:36:23.299Z[ 10] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
46512026-03-27T04:36:23.299Z[ 12] 7.00-8.00 sec 54.8 MBytes 459 Mbits/sec
46522026-03-27T04:36:23.299Z[ 14] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
46532026-03-27T04:36:23.299Z[ 16] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
46542026-03-27T04:36:23.299Z[ 18] 7.00-8.00 sec 54.6 MBytes 458 Mbits/sec
46552026-03-27T04:36:23.299Z[ 20] 7.00-8.00 sec 54.9 MBytes 460 Mbits/sec
46562026-03-27T04:36:23.299Z[SUM] 7.00-8.00 sec 439 MBytes 3.68 Gbits/sec
46572026-03-27T04:36:23.299Z- - - - - - - - - - - - - - - - - - - - - - - - -
46582026-03-27T04:36:23.299Z[ 5] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
46592026-03-27T04:36:23.299Z[ 8] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
46602026-03-27T04:36:23.299Z[ 10] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
46612026-03-27T04:36:23.299Z[ 12] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
46622026-03-27T04:36:23.299Z[ 14] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
46632026-03-27T04:36:23.300Z[ 16] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
46642026-03-27T04:36:23.300Z[ 18] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
46652026-03-27T04:36:23.300Z[ 20] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
46662026-03-27T04:36:23.300Z[SUM] 8.00-9.00 sec 442 MBytes 3.71 Gbits/sec
46672026-03-27T04:36:23.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
46682026-03-27T04:36:23.300Z[ 5] 9.00-10.00 sec 54.6 MBytes 458 Mbits/sec
46692026-03-27T04:36:23.300Z[ 8] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46702026-03-27T04:36:23.300Z[ 10] 9.00-10.00 sec 54.5 MBytes 457 Mbits/sec
46712026-03-27T04:36:23.300Z[ 12] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46722026-03-27T04:36:23.300Z[ 14] 9.00-10.00 sec 54.8 MBytes 459 Mbits/sec
46732026-03-27T04:36:23.300Z[ 16] 9.00-10.00 sec 54.6 MBytes 458 Mbits/sec
46742026-03-27T04:36:23.300Z[ 18] 9.00-10.00 sec 54.6 MBytes 458 Mbits/sec
46752026-03-27T04:36:23.300Z[ 20] 9.00-10.00 sec 54.6 MBytes 458 Mbits/sec
46762026-03-27T04:36:23.300Z[SUM] 9.00-10.00 sec 437 MBytes 3.67 Gbits/sec
46772026-03-27T04:36:23.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
46782026-03-27T04:36:23.300Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46792026-03-27T04:36:23.300Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46802026-03-27T04:36:23.300Z[ 10] 10.00-10.00 sec 128 KBytes 861 Mbits/sec
46812026-03-27T04:36:23.300Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46822026-03-27T04:36:23.300Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46832026-03-27T04:36:23.300Z[ 16] 10.00-10.00 sec 128 KBytes 861 Mbits/sec
46842026-03-27T04:36:23.300Z[ 18] 10.00-10.00 sec 128 KBytes 861 Mbits/sec
46852026-03-27T04:36:23.300Z[ 20] 10.00-10.00 sec 128 KBytes 861 Mbits/sec
46862026-03-27T04:36:23.300Z[SUM] 10.00-10.00 sec 512 KBytes 3.44 Gbits/sec
46872026-03-27T04:36:23.300Z- - - - - - - - - - - - - - - - - - - - - - - - -
46882026-03-27T04:36:23.300Z[ ID] Interval Transfer Bitrate
46892026-03-27T04:36:23.300Z[ 5] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
46902026-03-27T04:36:23.300Z[ 8] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
46912026-03-27T04:36:23.300Z[ 10] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
46922026-03-27T04:36:23.300Z[ 12] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
46932026-03-27T04:36:23.300Z[ 14] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
46942026-03-27T04:36:23.300Z[ 16] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
46952026-03-27T04:36:23.300Z[ 18] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
46962026-03-27T04:36:23.300Z[ 20] 0.00-10.00 sec 539 MBytes 452 Mbits/sec sender
46972026-03-27T04:36:23.300Z[SUM] 0.00-10.00 sec 4.21 GBytes 3.62 Gbits/sec sender
46982026-03-27T04:36:23.304ZRun 7/10...3618.2934125342103Mbps
46992026-03-27T04:36:30.696Z-----------------------------------------------------------
47002026-03-27T04:36:30.696ZServer listening on 5201 (test #28)
47012026-03-27T04:36:30.696Z-----------------------------------------------------------
47022026-03-27T04:36:30.696ZAccepted connection from 10.0.0.1, port 43208
47032026-03-27T04:36:30.696Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59470
47042026-03-27T04:36:30.696Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35482
47052026-03-27T04:36:30.696Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56540
47062026-03-27T04:36:30.696Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56167
47072026-03-27T04:36:30.696Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50986
47082026-03-27T04:36:30.697Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56504
47092026-03-27T04:36:30.697Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54621
47102026-03-27T04:36:30.697Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39828
47112026-03-27T04:36:30.697Z[ ID] Interval Transfer Bitrate
47122026-03-27T04:36:30.697Z[ 5] 0.00-1.00 sec 44.0 MBytes 369 Mbits/sec
47132026-03-27T04:36:30.697Z[ 8] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
47142026-03-27T04:36:30.697Z[ 10] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
47152026-03-27T04:36:30.697Z[ 12] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
47162026-03-27T04:36:30.697Z[ 14] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
47172026-03-27T04:36:30.697Z[ 16] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
47182026-03-27T04:36:30.697Z[ 18] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
47192026-03-27T04:36:30.697Z[ 20] 0.00-1.00 sec 43.6 MBytes 366 Mbits/sec
47202026-03-27T04:36:30.697Z[SUM] 0.00-1.00 sec 350 MBytes 2.94 Gbits/sec
47212026-03-27T04:36:30.697Z- - - - - - - - - - - - - - - - - - - - - - - - -
47222026-03-27T04:36:30.697Z[ 5] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
47232026-03-27T04:36:30.697Z[ 8] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
47242026-03-27T04:36:30.697Z[ 10] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
47252026-03-27T04:36:30.697Z[ 12] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
47262026-03-27T04:36:30.697Z[ 14] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
47272026-03-27T04:36:30.697Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
47282026-03-27T04:36:30.697Z[ 18] 1.00-2.00 sec 55.0 MBytes 461 Mbits/sec
47292026-03-27T04:36:30.697Z[ 20] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
47302026-03-27T04:36:30.697Z[SUM] 1.00-2.00 sec 441 MBytes 3.70 Gbits/sec
47312026-03-27T04:36:30.697Z- - - - - - - - - - - - - - - - - - - - - - - - -
47322026-03-27T04:36:30.697Z[ 5] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
47332026-03-27T04:36:30.697Z[ 8] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
47342026-03-27T04:36:30.697Z[ 10] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
47352026-03-27T04:36:30.697Z[ 12] 2.00-3.00 sec 55.0 MBytes 461 Mbits/sec
47362026-03-27T04:36:30.697Z[ 14] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
47372026-03-27T04:36:30.697Z[ 16] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
47382026-03-27T04:36:30.697Z[ 18] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
47392026-03-27T04:36:30.697Z[ 20] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
47402026-03-27T04:36:30.697Z[SUM] 2.00-3.00 sec 441 MBytes 3.70 Gbits/sec
47412026-03-27T04:36:30.697Z- - - - - - - - - - - - - - - - - - - - - - - - -
47422026-03-27T04:36:30.697Z[ 5] 3.00-4.00 sec 54.9 MBytes 460 Mbits/sec
47432026-03-27T04:36:30.698Z[ 8] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
47442026-03-27T04:36:30.698Z[ 10] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
47452026-03-27T04:36:30.698Z[ 12] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
47462026-03-27T04:36:30.698Z[ 14] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
47472026-03-27T04:36:30.698Z[ 16] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
47482026-03-27T04:36:30.698Z[ 18] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
47492026-03-27T04:36:30.698Z[ 20] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
47502026-03-27T04:36:30.698Z[SUM] 3.00-4.00 sec 440 MBytes 3.69 Gbits/sec
47512026-03-27T04:36:30.698Z- - - - - - - - - - - - - - - - - - - - - - - - -
47522026-03-27T04:36:30.698Z[ 5] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
47532026-03-27T04:36:30.698Z[ 8] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
47542026-03-27T04:36:30.698Z[ 10] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
47552026-03-27T04:36:30.701Z[ 12] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
47562026-03-27T04:36:30.701Z[ 14] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
47572026-03-27T04:36:30.701Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
47582026-03-27T04:36:30.701Z[ 18] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
47592026-03-27T04:36:30.701Z[ 20] 4.00-5.00 sec 55.5 MBytes 466 Mbits/sec
47602026-03-27T04:36:30.701Z[SUM] 4.00-5.00 sec 444 MBytes 3.73 Gbits/sec
47612026-03-27T04:36:30.701Z- - - - - - - - - - - - - - - - - - - - - - - - -
47622026-03-27T04:36:30.701Z[ 5] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
47632026-03-27T04:36:30.701Z[ 8] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
47642026-03-27T04:36:30.701Z[ 10] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
47652026-03-27T04:36:30.701Z[ 12] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
47662026-03-27T04:36:30.701Z[ 14] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
47672026-03-27T04:36:30.701Z[ 16] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
47682026-03-27T04:36:30.701Z[ 18] 5.00-6.00 sec 55.4 MBytes 465 Mbits/sec
47692026-03-27T04:36:30.702Z[ 20] 5.00-6.00 sec 55.5 MBytes 466 Mbits/sec
47702026-03-27T04:36:30.702Z[SUM] 5.00-6.00 sec 443 MBytes 3.72 Gbits/sec
47712026-03-27T04:36:30.702Z- - - - - - - - - - - - - - - - - - - - - - - - -
47722026-03-27T04:36:30.702Z[ 5] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
47732026-03-27T04:36:30.702Z[ 8] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
47742026-03-27T04:36:30.702Z[ 10] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
47752026-03-27T04:36:33.702Z[ 12] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
47762026-03-27T04:36:33.702Z[ 14] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
47772026-03-27T04:36:33.702Z[ 16] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
47782026-03-27T04:36:33.702Z[ 18] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
47792026-03-27T04:36:33.702Z[ 20] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
47802026-03-27T04:36:33.702Z[SUM] 6.00-7.00 sec 440 MBytes 3.70 Gbits/sec
47812026-03-27T04:36:33.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
47822026-03-27T04:36:33.703Z[ 5] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
47832026-03-27T04:36:33.703Z[ 8] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
47842026-03-27T04:36:33.703Z[ 10] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
47852026-03-27T04:36:33.703Z[ 12] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
47862026-03-27T04:36:33.703Z[ 14] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
47872026-03-27T04:36:33.703Z[ 16] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
47882026-03-27T04:36:33.703Z[ 18] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
47892026-03-27T04:36:33.703Z[ 20] 7.00-8.00 sec 55.5 MBytes 466 Mbits/sec
47902026-03-27T04:36:33.703Z[SUM] 7.00-8.00 sec 443 MBytes 3.72 Gbits/sec
47912026-03-27T04:36:33.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
47922026-03-27T04:36:33.703Z[ 5] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
47932026-03-27T04:36:33.703Z[ 8] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
47942026-03-27T04:36:33.703Z[ 10] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
47952026-03-27T04:36:33.703Z[ 12] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
47962026-03-27T04:36:33.703Z[ 14] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
47972026-03-27T04:36:33.703Z[ 16] 8.00-9.00 sec 55.2 MBytes 463 Mbits/sec
47982026-03-27T04:36:33.703Z[ 18] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
47992026-03-27T04:36:33.703Z[ 20] 8.00-9.00 sec 55.1 MBytes 462 Mbits/sec
48002026-03-27T04:36:33.703Z[SUM] 8.00-9.00 sec 442 MBytes 3.70 Gbits/sec
48012026-03-27T04:36:33.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
48022026-03-27T04:36:33.703Z[ 5] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
48032026-03-27T04:36:33.703Z[ 8] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
48042026-03-27T04:36:33.703Z[ 10] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
48052026-03-27T04:36:33.703Z[ 12] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
48062026-03-27T04:36:33.703Z[ 14] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
48072026-03-27T04:36:33.703Z[ 16] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
48082026-03-27T04:36:33.703Z[ 18] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
48092026-03-27T04:36:33.703Z[ 20] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
48102026-03-27T04:36:33.703Z[SUM] 9.00-10.00 sec 441 MBytes 3.70 Gbits/sec
48112026-03-27T04:36:33.703Z- - - - - - - - - - - - - - - - - - - - - - - - -
48122026-03-27T04:36:33.703Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48132026-03-27T04:36:33.703Z[ 8] 10.00-10.00 sec 128 KBytes 869 Mbits/sec
48142026-03-27T04:36:33.703Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48152026-03-27T04:36:33.703Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48162026-03-27T04:36:33.703Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48172026-03-27T04:36:33.703Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48182026-03-27T04:36:33.703Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48192026-03-27T04:36:33.704Z[ 20] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
48202026-03-27T04:36:33.704Z[SUM] 10.00-10.00 sec 128 KBytes 869 Mbits/sec
48212026-03-27T04:36:33.704Z- - - - - - - - - - - - - - - - - - - - - - - - -
48222026-03-27T04:36:33.704Z[ ID] Interval Transfer Bitrate
48232026-03-27T04:36:33.704Z[ 5] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
48242026-03-27T04:36:33.704Z[ 8] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
48252026-03-27T04:36:33.704Z[ 10] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
48262026-03-27T04:36:33.704Z[ 12] 0.00-10.00 sec 540 MBytes 453 Mbits/sec sender
48272026-03-27T04:36:33.704Z[ 14] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
48282026-03-27T04:36:33.704Z[ 16] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
48292026-03-27T04:36:33.704Z[ 18] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
48302026-03-27T04:36:33.704Z[ 20] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
48312026-03-27T04:36:33.704Z[SUM] 0.00-10.00 sec 4.23 GBytes 3.63 Gbits/sec sender
48322026-03-27T04:36:33.707ZRun 8/10...3629.2012468472612Mbps
48332026-03-27T04:36:41.099Z-----------------------------------------------------------
48342026-03-27T04:36:41.099ZServer listening on 5201 (test #29)
48352026-03-27T04:36:41.099Z-----------------------------------------------------------
48362026-03-27T04:36:41.099ZAccepted connection from 10.0.0.1, port 61326
48372026-03-27T04:36:41.099Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45195
48382026-03-27T04:36:41.099Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32818
48392026-03-27T04:36:41.099Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53122
48402026-03-27T04:36:41.099Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53576
48412026-03-27T04:36:41.099Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55569
48422026-03-27T04:36:41.099Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63226
48432026-03-27T04:36:41.099Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63924
48442026-03-27T04:36:41.100Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44235
48452026-03-27T04:36:41.100Z[ ID] Interval Transfer Bitrate
48462026-03-27T04:36:41.100Z[ 5] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
48472026-03-27T04:36:41.100Z[ 8] 0.00-1.00 sec 43.4 MBytes 364 Mbits/sec
48482026-03-27T04:36:41.100Z[ 10] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48492026-03-27T04:36:41.100Z[ 12] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48502026-03-27T04:36:41.100Z[ 14] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48512026-03-27T04:36:41.100Z[ 16] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48522026-03-27T04:36:41.100Z[ 18] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48532026-03-27T04:36:41.100Z[ 20] 0.00-1.00 sec 43.2 MBytes 363 Mbits/sec
48542026-03-27T04:36:41.100Z[SUM] 0.00-1.00 sec 346 MBytes 2.90 Gbits/sec
48552026-03-27T04:36:41.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
48562026-03-27T04:36:41.100Z[ 5] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
48572026-03-27T04:36:41.100Z[ 8] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
48582026-03-27T04:36:41.100Z[ 10] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
48592026-03-27T04:36:41.100Z[ 12] 1.00-2.00 sec 55.5 MBytes 466 Mbits/sec
48602026-03-27T04:36:41.100Z[ 14] 1.00-2.00 sec 55.1 MBytes 462 Mbits/sec
48612026-03-27T04:36:41.100Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
48622026-03-27T04:36:41.100Z[ 18] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
48632026-03-27T04:36:41.100Z[ 20] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
48642026-03-27T04:36:41.100Z[SUM] 1.00-2.00 sec 443 MBytes 3.71 Gbits/sec
48652026-03-27T04:36:41.100Z- - - - - - - - - - - - - - - - - - - - - - - - -
48662026-03-27T04:36:41.100Z[ 5] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
48672026-03-27T04:36:41.100Z[ 8] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
48682026-03-27T04:36:41.100Z[ 10] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
48692026-03-27T04:36:41.100Z[ 12] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
48702026-03-27T04:36:41.100Z[ 14] 2.00-3.00 sec 55.4 MBytes 465 Mbits/sec
48712026-03-27T04:36:41.100Z[ 16] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
48722026-03-27T04:36:41.101Z[ 18] 2.00-3.00 sec 55.6 MBytes 467 Mbits/sec
48732026-03-27T04:36:41.101Z[ 20] 2.00-3.00 sec 55.5 MBytes 466 Mbits/sec
48742026-03-27T04:36:41.101Z[SUM] 2.00-3.00 sec 444 MBytes 3.72 Gbits/sec
48752026-03-27T04:36:41.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
48762026-03-27T04:36:41.101Z[ 5] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
48772026-03-27T04:36:41.101Z[ 8] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
48782026-03-27T04:36:41.101Z[ 10] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
48792026-03-27T04:36:41.101Z[ 12] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
48802026-03-27T04:36:41.101Z[ 14] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
48812026-03-27T04:36:41.101Z[ 16] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
48822026-03-27T04:36:41.101Z[ 18] 3.00-4.00 sec 56.0 MBytes 470 Mbits/sec
48832026-03-27T04:36:41.101Z[ 20] 3.00-4.00 sec 56.1 MBytes 471 Mbits/sec
48842026-03-27T04:36:41.101Z[SUM] 3.00-4.00 sec 448 MBytes 3.76 Gbits/sec
48852026-03-27T04:36:41.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
48862026-03-27T04:36:41.101Z[ 5] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
48872026-03-27T04:36:41.101Z[ 8] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
48882026-03-27T04:36:41.101Z[ 10] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
48892026-03-27T04:36:41.101Z[ 12] 4.00-5.00 sec 55.8 MBytes 468 Mbits/sec
48902026-03-27T04:36:41.101Z[ 14] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
48912026-03-27T04:36:41.101Z[ 16] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
48922026-03-27T04:36:41.101Z[ 18] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
48932026-03-27T04:36:41.101Z[ 20] 4.00-5.00 sec 55.6 MBytes 467 Mbits/sec
48942026-03-27T04:36:41.101Z[SUM] 4.00-5.00 sec 445 MBytes 3.74 Gbits/sec
48952026-03-27T04:36:41.101Z- - - - - - - - - - - - - - - - - - - - - - - - -
48962026-03-27T04:36:41.101Z[ 5] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
48972026-03-27T04:36:41.101Z[ 8] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
48982026-03-27T04:36:41.101Z[ 10] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
48992026-03-27T04:36:41.101Z[ 12] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
49002026-03-27T04:36:41.101Z[ 14] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
49012026-03-27T04:36:41.101Z[ 16] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
49022026-03-27T04:36:41.101Z[ 18] 5.00-6.00 sec 55.2 MBytes 463 Mbits/sec
49032026-03-27T04:36:41.101Z[ 20] 5.00-6.00 sec 55.1 MBytes 462 Mbits/sec
49042026-03-27T04:36:41.101Z[SUM] 5.00-6.00 sec 441 MBytes 3.70 Gbits/sec
49052026-03-27T04:36:41.102Z- - - - - - - - - - - - - - - - - - - - - - - - -
49062026-03-27T04:36:41.102Z[ 5] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49072026-03-27T04:36:41.102Z[ 8] 6.00-7.00 sec 55.2 MBytes 463 Mbits/sec
49082026-03-27T04:36:41.102Z[ 10] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49092026-03-27T04:36:44.104Z[ 12] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
49102026-03-27T04:36:44.104Z[ 14] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49112026-03-27T04:36:44.104Z[ 16] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49122026-03-27T04:36:44.104Z[ 18] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
49132026-03-27T04:36:44.104Z[ 20] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
49142026-03-27T04:36:44.104Z[SUM] 6.00-7.00 sec 441 MBytes 3.70 Gbits/sec
49152026-03-27T04:36:44.104Z- - - - - - - - - - - - - - - - - - - - - - - - -
49162026-03-27T04:36:44.104Z[ 5] 7.00-8.00 sec 55.2 MBytes 463 Mbits/sec
49172026-03-27T04:36:44.104Z[ 8] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
49182026-03-27T04:36:44.104Z[ 10] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
49192026-03-27T04:36:44.104Z[ 12] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
49202026-03-27T04:36:44.104Z[ 14] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
49212026-03-27T04:36:44.104Z[ 16] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
49222026-03-27T04:36:44.104Z[ 18] 7.00-8.00 sec 55.1 MBytes 462 Mbits/sec
49232026-03-27T04:36:44.104Z[ 20] 7.00-8.00 sec 55.4 MBytes 465 Mbits/sec
49242026-03-27T04:36:44.104Z[SUM] 7.00-8.00 sec 441 MBytes 3.70 Gbits/sec
49252026-03-27T04:36:44.104Z- - - - - - - - - - - - - - - - - - - - - - - - -
49262026-03-27T04:36:44.104Z[ 5] 8.00-9.00 sec 55.4 MBytes 465 Mbits/sec
49272026-03-27T04:36:44.104Z[ 8] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
49282026-03-27T04:36:44.104Z[ 10] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
49292026-03-27T04:36:44.104Z[ 12] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
49302026-03-27T04:36:44.104Z[ 14] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
49312026-03-27T04:36:44.104Z[ 16] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
49322026-03-27T04:36:44.104Z[ 18] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
49332026-03-27T04:36:44.104Z[ 20] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
49342026-03-27T04:36:44.104Z[SUM] 8.00-9.00 sec 444 MBytes 3.73 Gbits/sec
49352026-03-27T04:36:44.104Z- - - - - - - - - - - - - - - - - - - - - - - - -
49362026-03-27T04:36:44.104Z[ 5] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
49372026-03-27T04:36:44.104Z[ 8] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
49382026-03-27T04:36:44.104Z[ 10] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
49392026-03-27T04:36:44.104Z[ 12] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
49402026-03-27T04:36:44.104Z[ 14] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
49412026-03-27T04:36:44.104Z[ 16] 9.00-10.00 sec 55.0 MBytes 461 Mbits/sec
49422026-03-27T04:36:44.104Z[ 18] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
49432026-03-27T04:36:44.104Z[ 20] 9.00-10.00 sec 54.9 MBytes 460 Mbits/sec
49442026-03-27T04:36:44.105Z[SUM] 9.00-10.00 sec 439 MBytes 3.69 Gbits/sec
49452026-03-27T04:36:44.105Z- - - - - - - - - - - - - - - - - - - - - - - - -
49462026-03-27T04:36:44.105Z[ 5] 10.00-10.00 sec 128 KBytes 948 Mbits/sec
49472026-03-27T04:36:44.105Z[ 8] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49482026-03-27T04:36:44.105Z[ 10] 10.00-10.00 sec 128 KBytes 949 Mbits/sec
49492026-03-27T04:36:44.105Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49502026-03-27T04:36:44.105Z[ 14] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49512026-03-27T04:36:44.105Z[ 16] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49522026-03-27T04:36:44.105Z[ 18] 10.00-10.00 sec 128 KBytes 949 Mbits/sec
49532026-03-27T04:36:44.105Z[ 20] 10.00-10.00 sec 128 KBytes 949 Mbits/sec
49542026-03-27T04:36:44.105Z[SUM] 10.00-10.00 sec 512 KBytes 3.79 Gbits/sec
49552026-03-27T04:36:44.105Z- - - - - - - - - - - - - - - - - - - - - - - - -
49562026-03-27T04:36:44.105Z[ ID] Interval Transfer Bitrate
49572026-03-27T04:36:44.105Z[ 5] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
49582026-03-27T04:36:44.105Z[ 8] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
49592026-03-27T04:36:44.105Z[ 10] 0.00-10.00 sec 542 MBytes 454 Mbits/sec sender
49602026-03-27T04:36:44.105Z[ 12] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
49612026-03-27T04:36:44.105Z[ 14] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
49622026-03-27T04:36:44.105Z[ 16] 0.00-10.00 sec 542 MBytes 454 Mbits/sec sender
49632026-03-27T04:36:44.105Z[ 18] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
49642026-03-27T04:36:44.105Z[ 20] 0.00-10.00 sec 542 MBytes 455 Mbits/sec sender
49652026-03-27T04:36:44.105Z[SUM] 0.00-10.00 sec 4.23 GBytes 3.64 Gbits/sec sender
49662026-03-27T04:36:44.108ZRun 9/10...3635.6342194405784Mbps
49672026-03-27T04:36:51.499Z-----------------------------------------------------------
49682026-03-27T04:36:51.500ZServer listening on 5201 (test #30)
49692026-03-27T04:36:51.500Z-----------------------------------------------------------
49702026-03-27T04:36:51.500ZAccepted connection from 10.0.0.1, port 35502
49712026-03-27T04:36:51.500Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57685
49722026-03-27T04:36:51.500Z[ 8] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62631
49732026-03-27T04:36:51.500Z[ 10] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50937
49742026-03-27T04:36:51.500Z[ 12] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55638
49752026-03-27T04:36:51.500Z[ 14] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45068
49762026-03-27T04:36:51.500Z[ 16] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49678
49772026-03-27T04:36:51.500Z[ 18] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49968
49782026-03-27T04:36:51.500Z[ 20] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61040
49792026-03-27T04:36:51.500Z[ ID] Interval Transfer Bitrate
49802026-03-27T04:36:51.500Z[ 5] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
49812026-03-27T04:36:51.500Z[ 8] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
49822026-03-27T04:36:51.500Z[ 10] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
49832026-03-27T04:36:51.500Z[ 12] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
49842026-03-27T04:36:51.500Z[ 14] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
49852026-03-27T04:36:51.500Z[ 16] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
49862026-03-27T04:36:51.500Z[ 18] 0.00-1.00 sec 43.8 MBytes 367 Mbits/sec
49872026-03-27T04:36:51.500Z[ 20] 0.00-1.00 sec 43.9 MBytes 368 Mbits/sec
49882026-03-27T04:36:51.500Z[SUM] 0.00-1.00 sec 350 MBytes 2.94 Gbits/sec
49892026-03-27T04:36:51.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
49902026-03-27T04:36:51.500Z[ 5] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
49912026-03-27T04:36:51.500Z[ 8] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
49922026-03-27T04:36:51.500Z[ 10] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
49932026-03-27T04:36:51.500Z[ 12] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
49942026-03-27T04:36:51.500Z[ 14] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
49952026-03-27T04:36:51.500Z[ 16] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
49962026-03-27T04:36:51.500Z[ 18] 1.00-2.00 sec 55.4 MBytes 465 Mbits/sec
49972026-03-27T04:36:51.500Z[ 20] 1.00-2.00 sec 55.2 MBytes 463 Mbits/sec
49982026-03-27T04:36:51.500Z[SUM] 1.00-2.00 sec 442 MBytes 3.71 Gbits/sec
49992026-03-27T04:36:51.500Z- - - - - - - - - - - - - - - - - - - - - - - - -
50002026-03-27T04:36:51.500Z[ 5] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
50012026-03-27T04:36:51.500Z[ 8] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
50022026-03-27T04:36:51.501Z[ 10] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
50032026-03-27T04:36:51.501Z[ 12] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
50042026-03-27T04:36:51.501Z[ 14] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
50052026-03-27T04:36:51.501Z[ 16] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
50062026-03-27T04:36:51.501Z[ 18] 2.00-3.00 sec 55.2 MBytes 463 Mbits/sec
50072026-03-27T04:36:51.501Z[ 20] 2.00-3.00 sec 55.1 MBytes 462 Mbits/sec
50082026-03-27T04:36:51.501Z[SUM] 2.00-3.00 sec 441 MBytes 3.70 Gbits/sec
50092026-03-27T04:36:51.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
50102026-03-27T04:36:51.501Z[ 5] 3.00-4.00 sec 55.2 MBytes 463 Mbits/sec
50112026-03-27T04:36:51.501Z[ 8] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
50122026-03-27T04:36:51.501Z[ 10] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
50132026-03-27T04:36:51.501Z[ 12] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
50142026-03-27T04:36:51.501Z[ 14] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
50152026-03-27T04:36:51.501Z[ 16] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
50162026-03-27T04:36:51.501Z[ 18] 3.00-4.00 sec 55.0 MBytes 461 Mbits/sec
50172026-03-27T04:36:51.501Z[ 20] 3.00-4.00 sec 55.1 MBytes 462 Mbits/sec
50182026-03-27T04:36:51.501Z[SUM] 3.00-4.00 sec 441 MBytes 3.70 Gbits/sec
50192026-03-27T04:36:51.501Z- - - - - - - - - - - - - - - - - - - - - - - - -
50202026-03-27T04:36:51.501Z[ 5] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
50212026-03-27T04:36:51.501Z[ 8] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
50222026-03-27T04:36:51.501Z[ 10] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
50232026-03-27T04:36:51.505Z[ 12] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
50242026-03-27T04:36:51.505Z[ 14] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
50252026-03-27T04:36:51.505Z[ 16] 4.00-5.00 sec 54.9 MBytes 460 Mbits/sec
50262026-03-27T04:36:51.505Z[ 18] 4.00-5.00 sec 55.0 MBytes 461 Mbits/sec
50272026-03-27T04:36:51.505Z[ 20] 4.00-5.00 sec 54.8 MBytes 459 Mbits/sec
50282026-03-27T04:36:51.505Z[SUM] 4.00-5.00 sec 439 MBytes 3.68 Gbits/sec
50292026-03-27T04:36:51.505Z- - - - - - - - - - - - - - - - - - - - - - - - -
50302026-03-27T04:36:51.505Z[ 5] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
50312026-03-27T04:36:51.505Z[ 8] 5.00-6.00 sec 55.9 MBytes 469 Mbits/sec
50322026-03-27T04:36:51.505Z[ 10] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
50332026-03-27T04:36:51.505Z[ 12] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
50342026-03-27T04:36:51.505Z[ 14] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
50352026-03-27T04:36:51.505Z[ 16] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
50362026-03-27T04:36:51.505Z[ 18] 5.00-6.00 sec 55.8 MBytes 468 Mbits/sec
50372026-03-27T04:36:51.505Z[ 20] 5.00-6.00 sec 55.9 MBytes 469 Mbits/sec
50382026-03-27T04:36:51.505Z[SUM] 5.00-6.00 sec 446 MBytes 3.74 Gbits/sec
50392026-03-27T04:36:51.505Z- - - - - - - - - - - - - - - - - - - - - - - - -
50402026-03-27T04:36:51.505Z[ 5] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
50412026-03-27T04:36:51.505Z[ 8] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
50422026-03-27T04:36:51.505Z[ 10] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
50432026-03-27T04:36:54.505Z[ 12] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
50442026-03-27T04:36:54.505Z[ 14] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
50452026-03-27T04:36:54.505Z[ 16] 6.00-7.00 sec 55.1 MBytes 462 Mbits/sec
50462026-03-27T04:36:54.505Z[ 18] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
50472026-03-27T04:36:54.505Z[ 20] 6.00-7.00 sec 55.0 MBytes 461 Mbits/sec
50482026-03-27T04:36:54.505Z[SUM] 6.00-7.00 sec 440 MBytes 3.69 Gbits/sec
50492026-03-27T04:36:54.505Z- - - - - - - - - - - - - - - - - - - - - - - - -
50502026-03-27T04:36:54.505Z[ 5] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
50512026-03-27T04:36:54.505Z[ 8] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
50522026-03-27T04:36:54.505Z[ 10] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
50532026-03-27T04:36:54.505Z[ 12] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
50542026-03-27T04:36:54.505Z[ 14] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
50552026-03-27T04:36:54.505Z[ 16] 7.00-8.00 sec 55.6 MBytes 467 Mbits/sec
50562026-03-27T04:36:54.505Z[ 18] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
50572026-03-27T04:36:54.505Z[ 20] 7.00-8.00 sec 55.8 MBytes 468 Mbits/sec
50582026-03-27T04:36:54.506Z[SUM] 7.00-8.00 sec 446 MBytes 3.74 Gbits/sec
50592026-03-27T04:36:54.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
50602026-03-27T04:36:54.506Z[ 5] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
50612026-03-27T04:36:54.506Z[ 8] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
50622026-03-27T04:36:54.506Z[ 10] 8.00-9.00 sec 55.8 MBytes 468 Mbits/sec
50632026-03-27T04:36:54.506Z[ 12] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
50642026-03-27T04:36:54.506Z[ 14] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
50652026-03-27T04:36:54.506Z[ 16] 8.00-9.00 sec 55.5 MBytes 466 Mbits/sec
50662026-03-27T04:36:54.506Z[ 18] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
50672026-03-27T04:36:54.506Z[ 20] 8.00-9.00 sec 55.6 MBytes 467 Mbits/sec
50682026-03-27T04:36:54.506Z[SUM] 8.00-9.00 sec 445 MBytes 3.73 Gbits/sec
50692026-03-27T04:36:54.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
50702026-03-27T04:36:54.506Z[ 5] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
50712026-03-27T04:36:54.506Z[ 8] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
50722026-03-27T04:36:54.506Z[ 10] 9.00-10.00 sec 55.1 MBytes 462 Mbits/sec
50732026-03-27T04:36:54.506Z[ 12] 9.00-10.00 sec 55.4 MBytes 465 Mbits/sec
50742026-03-27T04:36:54.506Z[ 14] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
50752026-03-27T04:36:54.506Z[ 16] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
50762026-03-27T04:36:54.506Z[ 18] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
50772026-03-27T04:36:54.506Z[ 20] 9.00-10.00 sec 55.2 MBytes 463 Mbits/sec
50782026-03-27T04:36:54.506Z[SUM] 9.00-10.00 sec 442 MBytes 3.71 Gbits/sec
50792026-03-27T04:36:54.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
50802026-03-27T04:36:54.506Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50812026-03-27T04:36:54.506Z[ 8] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
50822026-03-27T04:36:54.506Z[ 10] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50832026-03-27T04:36:54.506Z[ 12] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50842026-03-27T04:36:54.506Z[ 14] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
50852026-03-27T04:36:54.506Z[ 16] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
50862026-03-27T04:36:54.506Z[ 18] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50872026-03-27T04:36:54.506Z[ 20] 10.00-10.00 sec 128 KBytes 975 Mbits/sec
50882026-03-27T04:36:54.506Z[SUM] 10.00-10.00 sec 512 KBytes 3.90 Gbits/sec
50892026-03-27T04:36:54.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
50902026-03-27T04:36:54.506Z[ ID] Interval Transfer Bitrate
50912026-03-27T04:36:54.506Z[ 5] 0.00-10.00 sec 542 MBytes 454 Mbits/sec sender
50922026-03-27T04:36:54.506Z[ 8] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
50932026-03-27T04:36:54.506Z[ 10] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
50942026-03-27T04:36:54.506Z[ 12] 0.00-10.00 sec 542 MBytes 454 Mbits/sec sender
50952026-03-27T04:36:54.507Z[ 14] 0.00-10.00 sec 541 MBytes 454 Mbits/sec sender
50962026-03-27T04:36:54.507Z[ 16] 0.00-10.00 sec 542 MBytes 454 Mbits/sec sender
50972026-03-27T04:36:54.507Z[ 18] 0.00-10.00 sec 542 MBytes 454 Mbits/sec sender
50982026-03-27T04:36:54.507Z[ 20] 0.00-10.00 sec 542 MBytes 454 Mbits/sec sender
50992026-03-27T04:36:54.507Z[SUM] 0.00-10.00 sec 4.23 GBytes 3.63 Gbits/sec sender
51002026-03-27T04:36:54.510ZRun 10/10...3634.0717061553464Mbps
51012026-03-27T04:36:54.510Z###---------------------###
51022026-03-27T04:36:54.510Z::: iPerf done... :::
51032026-03-27T04:36:54.510Z:::Awaiting out files...:::
51042026-03-27T04:36:54.510Z###---------------------###
51052026-03-27T04:36:54.510Z###-----###
51062026-03-27T04:36:54.510Z:::done!:::
51072026-03-27T04:36:54.510Z###-----###
51082026-03-27T04:36:55.485ZBenchmarking iperf-tcp/local/s2c/tx
51092026-03-27T04:36:55.485ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
51102026-03-27T04:36:59.539ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
51112026-03-27T04:37:19.561ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
51122026-03-27T04:37:19.648Ziperf-tcp/local/s2c/tx time: [3.4003 µs 3.4003 µs 3.4004 µs]
51132026-03-27T04:37:19.648Z change: [−1.8979% −1.8922% −1.8871%] (p = 0.00 < 0.05)
51142026-03-27T04:37:19.648Z Performance has improved.
51152026-03-27T04:37:19.648ZFound 6 outliers among 100 measurements (6.00%)
51162026-03-27T04:37:19.648Z 1 (1.00%) low severe
51172026-03-27T04:37:19.648Z 3 (3.00%) low mild
51182026-03-27T04:37:19.648Z 2 (2.00%) high severe
51192026-03-27T04:37:20.526Z
51202026-03-27T04:37:20.529ZBenchmarking iperf-tcp/local/s2c/rx
51212026-03-27T04:37:20.529ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
51222026-03-27T04:37:24.575ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
51232026-03-27T04:37:44.603ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
51242026-03-27T04:37:44.689Ziperf-tcp/local/s2c/rx time: [6.3623 µs 6.3624 µs 6.3626 µs]
51252026-03-27T04:37:44.689Z change: [−1.1569% −1.1517% −1.1461%] (p = 0.00 < 0.05)
51262026-03-27T04:37:44.689Z Performance has improved.
51272026-03-27T04:37:44.689ZFound 4 outliers among 100 measurements (4.00%)
51282026-03-27T04:37:44.689Z 1 (1.00%) low mild
51292026-03-27T04:37:44.689Z 2 (2.00%) high mild
51302026-03-27T04:37:44.689Z 1 (1.00%) high severe
51312026-03-27T04:37:45.569Z
51322026-03-27T04:37:49.994Z+ cargo ubench
51332026-03-27T04:37:50.123Z Compiling proc-macro2 v1.0.106
51342026-03-27T04:37:50.123Z Compiling quote v1.0.45
51352026-03-27T04:37:50.123Z Compiling unicode-ident v1.0.24
51362026-03-27T04:37:50.123Z Compiling serde_core v1.0.228
51372026-03-27T04:37:50.123Z Compiling cfg-if v1.0.4
51382026-03-27T04:37:50.126Z Compiling libc v0.2.183
51392026-03-27T04:37:50.126Z Compiling memchr v2.8.0
51402026-03-27T04:37:50.126Z Compiling serde v1.0.228
51412026-03-27T04:37:50.201Z Compiling zerocopy v0.8.47
51422026-03-27T04:37:50.248Z Compiling rustversion v1.0.22
51432026-03-27T04:37:50.442Z Compiling version_check v0.9.5
51442026-03-27T04:37:50.461Z Compiling either v1.15.0
51452026-03-27T04:37:50.589Z Compiling thiserror v2.0.18
51462026-03-27T04:37:50.659Z Compiling fnv v1.0.7
51472026-03-27T04:37:50.693Z Compiling ident_case v1.0.1
51482026-03-27T04:37:50.743Z Compiling strsim v0.11.1
51492026-03-27T04:37:51.018Z Compiling pin-project-lite v0.2.17
51502026-03-27T04:37:51.037Z Compiling regex-syntax v0.8.10
51512026-03-27T04:37:51.058Z Compiling syn v1.0.109
51522026-03-27T04:37:51.106Z Compiling crossbeam-utils v0.8.21
51532026-03-27T04:37:51.122Z Compiling winnow v1.0.0
51542026-03-27T04:37:51.274Z Compiling syn v2.0.117
51552026-03-27T04:37:51.358Z Compiling aho-corasick v1.1.4
51562026-03-27T04:37:51.393Z Compiling equivalent v1.0.2
51572026-03-27T04:37:51.422Z Compiling hashbrown v0.16.1
51582026-03-27T04:37:51.613Z Compiling itertools v0.14.0
51592026-03-27T04:37:51.922Z Compiling indexmap v2.13.0
51602026-03-27T04:37:52.140Z Compiling toml_parser v1.1.0+spec-1.1.0
51612026-03-27T04:37:52.471Z Compiling bitflags v2.11.0
51622026-03-27T04:37:52.657Z Compiling regex-automata v0.4.14
51632026-03-27T04:37:52.703Z Compiling byteorder v1.5.0
51642026-03-27T04:37:52.786Z Compiling toml_datetime v1.1.0+spec-1.1.0
51652026-03-27T04:37:52.799Z Compiling autocfg v1.5.0
51662026-03-27T04:37:52.885Z Compiling heapless v0.8.0
51672026-03-27T04:37:52.996Z Compiling toml_edit v0.25.8+spec-1.1.0
51682026-03-27T04:37:53.133Z Compiling num-traits v0.2.19
51692026-03-27T04:37:53.141Z Compiling hash32 v0.3.1
51702026-03-27T04:37:53.153Z Compiling slog v2.8.2
51712026-03-27T04:37:53.268Z Compiling futures-sink v0.3.32
51722026-03-27T04:37:53.318Z Compiling macaddr v1.0.1
51732026-03-27T04:37:53.340Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51742026-03-27T04:37:53.360Z Compiling stable_deref_trait v1.2.1
51752026-03-27T04:37:53.368Z Compiling futures-core v0.3.32
51762026-03-27T04:37:53.426Z Compiling smoltcp v0.11.0
51772026-03-27T04:37:53.500Z Compiling futures-channel v0.3.32
51782026-03-27T04:37:53.511Z Compiling proc-macro-crate v3.5.0
51792026-03-27T04:37:53.748Z Compiling proc-macro-error-attr v1.0.4
51802026-03-27T04:37:53.869Z Compiling darling_core v0.21.3
51812026-03-27T04:37:53.898Z Compiling getrandom v0.4.2
51822026-03-27T04:37:53.905Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
51832026-03-27T04:37:53.953Z Compiling anyhow v1.0.102
51842026-03-27T04:37:54.030Z Compiling futures-task v0.3.32
51852026-03-27T04:37:54.105Z Compiling itoa v1.0.18
51862026-03-27T04:37:54.142Z Compiling futures-io v0.3.32
51872026-03-27T04:37:54.186Z Compiling rand_core v0.10.0
51882026-03-27T04:37:54.255Z Compiling managed v0.8.0
51892026-03-27T04:37:54.303Z Compiling regex v1.12.3
51902026-03-27T04:37:54.314Z Compiling bitflags v1.3.2
51912026-03-27T04:37:54.335Z Compiling slab v0.4.12
51922026-03-27T04:37:54.376Z Compiling crc32fast v1.5.0
51932026-03-27T04:37:54.488Z Compiling ref-cast v1.0.25
51942026-03-27T04:37:54.737Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
51952026-03-27T04:37:54.883Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
51962026-03-27T04:37:54.954Z Compiling proc-macro-error v1.0.4
51972026-03-27T04:37:55.055Z Compiling serde_derive v1.0.228
51982026-03-27T04:37:55.093Z Compiling zerocopy-derive v0.8.47
51992026-03-27T04:37:55.160Z Compiling thiserror-impl v2.0.18
52002026-03-27T04:37:55.165Z Compiling futures-macro v0.3.32
52012026-03-27T04:37:55.196Z Compiling foreign-types-macros v0.2.3
52022026-03-27T04:37:55.471Z Compiling ref-cast-impl v1.0.25
52032026-03-27T04:37:55.797Z Compiling num_enum_derive v0.7.6
52042026-03-27T04:37:55.931Z Compiling futures-util v0.3.32
52052026-03-27T04:37:56.012Z Compiling darling_macro v0.21.3
52062026-03-27T04:37:56.043Z Compiling rustix v1.1.4
52072026-03-27T04:37:56.372Z Compiling ipnetwork v0.21.1
52082026-03-27T04:37:56.418Z Compiling cobs v0.3.0
52092026-03-27T04:37:56.529Z Compiling darling v0.21.3
52102026-03-27T04:37:56.604Z Compiling ingot-macros v0.1.1
52112026-03-27T04:37:56.625Z Compiling cpufeatures v0.3.0
52122026-03-27T04:37:56.691Z Compiling unicode-width v0.2.2
52132026-03-27T04:37:56.725Z Compiling getrandom v0.3.4
52142026-03-27T04:37:56.768Z Compiling once_cell v1.21.4
52152026-03-27T04:37:56.978Z Compiling foreign-types-shared v0.3.1
52162026-03-27T04:37:56.989Z Compiling tracing-core v0.1.36
52172026-03-27T04:37:57.054Z Compiling foreign-types v0.5.0
52182026-03-27T04:37:57.061Z Compiling tabwriter v1.4.1
52192026-03-27T04:37:57.122Z Compiling num_enum v0.7.6
52202026-03-27T04:37:57.233Z Compiling chacha20 v0.10.0
52212026-03-27T04:37:57.389Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
52222026-03-27T04:37:57.691Z Compiling tracing-attributes v0.1.31
52232026-03-27T04:37:57.717Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
52242026-03-27T04:37:58.179Z Compiling erased-serde v0.3.31
52252026-03-27T04:37:58.257Z Compiling postcard v1.1.3
52262026-03-27T04:37:58.365Z Compiling futures-executor v0.3.32
52272026-03-27T04:37:58.388Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52282026-03-27T04:37:58.813Z Compiling errno v0.3.14
52292026-03-27T04:37:58.845Z Compiling cstr-argument v0.1.2
52302026-03-27T04:37:58.890Z Compiling shlex v1.3.0
52312026-03-27T04:37:58.953Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
52322026-03-27T04:37:59.020Z Compiling thiserror v1.0.69
52332026-03-27T04:37:59.060Z Compiling num-conv v0.2.1
52342026-03-27T04:37:59.154Z Compiling zmij v1.0.21
52352026-03-27T04:37:59.175Z Compiling time-core v0.1.8
52362026-03-27T04:37:59.194Z Compiling pretty-hex v0.4.2
52372026-03-27T04:37:59.307Z Compiling find-msvc-tools v0.1.9
52382026-03-27T04:37:59.310Z Compiling dyn-clone v1.0.20
52392026-03-27T04:37:59.318Z Compiling powerfmt v0.2.0
52402026-03-27T04:37:59.423Z Compiling utf8parse v0.2.2
52412026-03-27T04:37:59.439Z Compiling ingot-types v0.1.2
52422026-03-27T04:37:59.521Z Compiling anstyle-parse v1.0.0
52432026-03-27T04:37:59.521Z Compiling deranged v0.5.8
52442026-03-27T04:37:59.532Z Compiling cc v1.2.57
52452026-03-27T04:37:59.713Z Compiling time-macros v0.2.27
52462026-03-27T04:37:59.877Z Compiling ingot v0.1.1
52472026-03-27T04:37:59.915Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
52482026-03-27T04:38:00.116Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52492026-03-27T04:38:00.461Z Compiling tracing v0.1.44
52502026-03-27T04:38:00.686Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52512026-03-27T04:38:00.693Z Compiling rand v0.10.0
52522026-03-27T04:38:00.784Z Compiling futures v0.3.32
52532026-03-27T04:38:01.043Z Compiling thiserror-impl v1.0.69
52542026-03-27T04:38:01.052Z Compiling crossbeam-epoch v0.9.18
52552026-03-27T04:38:01.199Z Compiling uuid v1.22.0
52562026-03-27T04:38:01.449Z Compiling arc-swap v1.9.0
52572026-03-27T04:38:01.491Z Compiling socket2 v0.6.3
52582026-03-27T04:38:01.604Z Compiling nom v8.0.0
52592026-03-27T04:38:01.784Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
52602026-03-27T04:38:02.007Z Compiling thread_local v1.1.9
52612026-03-27T04:38:02.077Z Compiling lazy_static v1.5.0
52622026-03-27T04:38:02.167Z Compiling iana-time-zone v0.1.65
52632026-03-27T04:38:02.307Z Compiling anstyle v1.0.14
52642026-03-27T04:38:02.333Z Compiling colored v3.1.1
52652026-03-27T04:38:02.544Z Compiling heck v0.4.1
52662026-03-27T04:38:02.897Z Compiling rayon-core v1.13.0
52672026-03-27T04:38:02.941Z Compiling anstyle-query v1.1.5
52682026-03-27T04:38:03.039Z Compiling colorchoice v1.0.5
52692026-03-27T04:38:03.103Z Compiling is_terminal_polyfill v1.70.2
52702026-03-27T04:38:03.145Z Compiling serde_json v1.0.149
52712026-03-27T04:38:03.188Z Compiling oxnet v0.1.4
52722026-03-27T04:38:03.368Z Compiling slog-async v2.8.0
52732026-03-27T04:38:03.464Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
52742026-03-27T04:38:03.477Z Compiling anstream v1.0.0
52752026-03-27T04:38:03.684Z Compiling time v0.3.47
52762026-03-27T04:38:03.835Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
52772026-03-27T04:38:04.169Z Compiling rusticata-macros v5.0.0
52782026-03-27T04:38:04.240Z Compiling chrono v0.4.44
52792026-03-27T04:38:04.456Z Compiling slog-scope v4.4.1
52802026-03-27T04:38:04.516Z Compiling crossbeam-deque v0.8.6
52812026-03-27T04:38:04.720Z Compiling rand_core v0.9.5
52822026-03-27T04:38:04.837Z Compiling cookie-factory v0.3.3
52832026-03-27T04:38:04.891Z Compiling terminal_size v0.4.4
52842026-03-27T04:38:04.965Z Compiling alloca v0.4.0
52852026-03-27T04:38:05.156Z Compiling ppv-lite86 v0.2.21
52862026-03-27T04:38:05.232Z Compiling half v2.7.1
52872026-03-27T04:38:05.334Z Compiling crossbeam-channel v0.5.15
52882026-03-27T04:38:05.449Z Compiling is-terminal v0.4.17
52892026-03-27T04:38:05.493Z Compiling itertools v0.12.1
52902026-03-27T04:38:05.553Z Compiling cfg_aliases v0.2.1
52912026-03-27T04:38:05.620Z Compiling term v1.2.1
52922026-03-27T04:38:05.974Z Compiling clap_lex v1.1.0
52932026-03-27T04:38:06.245Z Compiling circular v0.3.0
52942026-03-27T04:38:06.294Z Compiling ciborium-io v0.2.2
52952026-03-27T04:38:06.384Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
52962026-03-27T04:38:06.452Z Compiling plotters-backend v0.3.7
52972026-03-27T04:38:06.770Z Compiling log v0.4.29
52982026-03-27T04:38:06.844Z Compiling take_mut v0.2.2
52992026-03-27T04:38:06.915Z Compiling heck v0.5.0
53002026-03-27T04:38:06.991Z Compiling slog-stdlog v4.1.1
53012026-03-27T04:38:07.012Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
53022026-03-27T04:38:07.107Z Compiling clap_derive v4.6.0
53032026-03-27T04:38:07.228Z Compiling plotters-svg v0.3.7
53042026-03-27T04:38:07.317Z Compiling ciborium-ll v0.2.2
53052026-03-27T04:38:07.521Z Compiling pcap-parser v0.17.0
53062026-03-27T04:38:07.549Z Compiling clap_builder v4.6.0
53072026-03-27T04:38:07.888Z Compiling slog-term v2.9.2
53082026-03-27T04:38:08.316Z Compiling nix v0.31.2
53092026-03-27T04:38:08.551Z Compiling rand_chacha v0.9.0
53102026-03-27T04:38:08.992Z Compiling itertools v0.13.0
53112026-03-27T04:38:09.092Z Compiling same-file v1.0.6
53122026-03-27T04:38:09.249Z Compiling cast v0.3.0
53132026-03-27T04:38:09.420Z Compiling rayon v1.11.0
53142026-03-27T04:38:09.739Z Compiling tinytemplate v1.2.1
53152026-03-27T04:38:10.043Z Compiling clap v4.6.0
53162026-03-27T04:38:10.119Z Compiling walkdir v2.5.0
53172026-03-27T04:38:10.475Z Compiling criterion-plot v0.8.2
53182026-03-27T04:38:10.669Z Compiling rand v0.9.2
53192026-03-27T04:38:10.730Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
53202026-03-27T04:38:10.872Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
53212026-03-27T04:38:11.236Z Compiling slog-envlogger v2.2.0
53222026-03-27T04:38:11.389Z Compiling ciborium v0.2.2
53232026-03-27T04:38:11.527Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
53242026-03-27T04:38:11.638Z Compiling plotters v0.3.7
53252026-03-27T04:38:12.106Z Compiling page_size v0.6.0
53262026-03-27T04:38:12.152Z Compiling anes v0.1.6
53272026-03-27T04:38:12.209Z Compiling dtor-proc-macro v0.0.6
53282026-03-27T04:38:12.391Z Compiling oorandom v11.1.5
53292026-03-27T04:38:12.407Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
53302026-03-27T04:38:12.541Z Compiling dtor v0.1.1
53312026-03-27T04:38:12.611Z Compiling criterion v0.8.2
53322026-03-27T04:38:12.826Z Compiling ctor-proc-macro v0.0.7
53332026-03-27T04:38:13.161Z Compiling ctor v0.6.3
53342026-03-27T04:38:14.524Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
53352026-03-27T04:39:30.964Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 40s
53362026-03-27T04:39:30.991Z Running benches/userland.rs (target/release-lto/deps/userland-4662296054705fc7)
53372026-03-27T04:39:30.994ZGnuplot not found, using plotters backend
53382026-03-27T04:39:31.138ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
53392026-03-27T04:39:31.138ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53402026-03-27T04:39:36.601ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0006 s (7.7M iterations)
53412026-03-27T04:39:41.489ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53422026-03-27T04:39:41.579Zparse/Hairpin-DHCPv4/wallclock/Discover
53432026-03-27T04:39:41.579Z time: [61.843 ns 62.282 ns 62.726 ns]
53442026-03-27T04:39:41.579Z change: [−2.8838% −1.5645% −0.2467%] (p = 0.02 < 0.05)
53452026-03-27T04:39:41.579Z Change within noise threshold.
53462026-03-27T04:39:41.579ZFound 2 outliers among 100 measurements (2.00%)
53472026-03-27T04:39:41.579Z 1 (1.00%) high mild
53482026-03-27T04:39:41.579Z 1 (1.00%) high severe
53492026-03-27T04:39:42.755Z
53502026-03-27T04:39:42.758ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
53512026-03-27T04:39:42.758ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
53522026-03-27T04:39:48.670ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0053 s (3.6M iterations)
53532026-03-27T04:39:53.660ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
53542026-03-27T04:39:53.745Zprocess/Hairpin-DHCPv4/wallclock/Discover
53552026-03-27T04:39:53.745Z time: [828.83 ns 829.09 ns 829.36 ns]
53562026-03-27T04:39:53.745Z change: [+1.3779% +1.5604% +1.7324%] (p = 0.00 < 0.05)
53572026-03-27T04:39:53.745Z Performance has regressed.
53582026-03-27T04:39:53.745ZFound 7 outliers among 100 measurements (7.00%)
53592026-03-27T04:39:53.745Z 3 (3.00%) high mild
53602026-03-27T04:39:53.745Z 4 (4.00%) high severe
53612026-03-27T04:39:54.948Z
53622026-03-27T04:39:54.951ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
53632026-03-27T04:39:54.951ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53642026-03-27T04:40:00.645ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0033 s (7.4M iterations)
53652026-03-27T04:40:05.340ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
53662026-03-27T04:40:05.426Zparse/Hairpin-DHCPv4/wallclock/Request
53672026-03-27T04:40:05.426Z time: [62.220 ns 62.639 ns 63.060 ns]
53682026-03-27T04:40:05.426Z change: [−3.3340% −1.9708% −0.6031%] (p = 0.00 < 0.05)
53692026-03-27T04:40:05.426Z Change within noise threshold.
53702026-03-27T04:40:05.426ZFound 17 outliers among 100 measurements (17.00%)
53712026-03-27T04:40:05.426Z 16 (16.00%) high mild
53722026-03-27T04:40:05.426Z 1 (1.00%) high severe
53732026-03-27T04:40:06.619Z
53742026-03-27T04:40:06.622ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
53752026-03-27T04:40:06.623ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
53762026-03-27T04:40:12.425ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0044 s (3.6M iterations)
53772026-03-27T04:40:17.425ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
53782026-03-27T04:40:17.511Zprocess/Hairpin-DHCPv4/wallclock/Request
53792026-03-27T04:40:17.512Z time: [805.01 ns 805.27 ns 805.52 ns]
53802026-03-27T04:40:17.512Z change: [+1.3626% +1.5276% +1.6901%] (p = 0.00 < 0.05)
53812026-03-27T04:40:17.512Z Performance has regressed.
53822026-03-27T04:40:17.512ZFound 6 outliers among 100 measurements (6.00%)
53832026-03-27T04:40:17.512Z 2 (2.00%) high mild
53842026-03-27T04:40:17.512Z 4 (4.00%) high severe
53852026-03-27T04:40:18.711Z
53862026-03-27T04:40:18.714ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
53872026-03-27T04:40:18.714ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
53882026-03-27T04:40:22.154ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0022 s (6.1M iterations)
53892026-03-27T04:40:27.008ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
53902026-03-27T04:40:27.094Zparse/Hairpin-DHCPv6/wallclock/Solicit
53912026-03-27T04:40:27.094Z time: [61.469 ns 61.870 ns 62.278 ns]
53922026-03-27T04:40:27.094Z change: [−3.5635% −2.1647% −0.7706%] (p = 0.00 < 0.05)
53932026-03-27T04:40:27.094Z Change within noise threshold.
53942026-03-27T04:40:27.094ZFound 2 outliers among 100 measurements (2.00%)
53952026-03-27T04:40:27.094Z 1 (1.00%) high mild
53962026-03-27T04:40:27.094Z 1 (1.00%) high severe
53972026-03-27T04:40:28.260Z
53982026-03-27T04:40:28.263ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
53992026-03-27T04:40:28.263ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
54002026-03-27T04:40:31.937ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0022 s (2.9M iterations)
54012026-03-27T04:40:36.946ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
54022026-03-27T04:40:37.031Zprocess/Hairpin-DHCPv6/wallclock/Solicit
54032026-03-27T04:40:37.032Z time: [1.0193 µs 1.0197 µs 1.0202 µs]
54042026-03-27T04:40:37.032Z change: [−1.9259% −1.7580% −1.6035%] (p = 0.00 < 0.05)
54052026-03-27T04:40:37.032Z Performance has improved.
54062026-03-27T04:40:37.032ZFound 5 outliers among 100 measurements (5.00%)
54072026-03-27T04:40:37.032Z 2 (2.00%) high mild
54082026-03-27T04:40:37.032Z 3 (3.00%) high severe
54092026-03-27T04:40:38.229Z
54102026-03-27T04:40:38.232ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
54112026-03-27T04:40:38.232ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54122026-03-27T04:40:42.037ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0008 s (5.5M iterations)
54132026-03-27T04:40:46.744ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
54142026-03-27T04:40:46.830Zparse/Hairpin-DHCPv6/wallclock/Request
54152026-03-27T04:40:46.830Z time: [61.583 ns 61.971 ns 62.375 ns]
54162026-03-27T04:40:46.830Z change: [−3.1306% −1.8118% −0.3981%] (p = 0.01 < 0.05)
54172026-03-27T04:40:46.830Z Change within noise threshold.
54182026-03-27T04:40:46.830ZFound 19 outliers among 100 measurements (19.00%)
54192026-03-27T04:40:46.830Z 17 (17.00%) high mild
54202026-03-27T04:40:46.830Z 2 (2.00%) high severe
54212026-03-27T04:40:47.993Z
54222026-03-27T04:40:47.996ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
54232026-03-27T04:40:47.996ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
54242026-03-27T04:40:51.907ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0032 s (2.7M iterations)
54252026-03-27T04:40:56.877ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
54262026-03-27T04:40:56.962Zprocess/Hairpin-DHCPv6/wallclock/Request
54272026-03-27T04:40:56.962Z time: [1.0570 µs 1.0578 µs 1.0586 µs]
54282026-03-27T04:40:56.962Z change: [−3.8792% −3.7308% −3.5687%] (p = 0.00 < 0.05)
54292026-03-27T04:40:56.962Z Performance has improved.
54302026-03-27T04:40:56.962ZFound 10 outliers among 100 measurements (10.00%)
54312026-03-27T04:40:56.962Z 5 (5.00%) high mild
54322026-03-27T04:40:56.962Z 5 (5.00%) high severe
54332026-03-27T04:40:58.164Z
54342026-03-27T04:40:58.166ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
54352026-03-27T04:40:58.167ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54362026-03-27T04:41:04.291ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0010 s (6.8M iterations)
54372026-03-27T04:41:08.790ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54382026-03-27T04:41:08.876Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
54392026-03-27T04:41:08.876Z time: [61.767 ns 62.201 ns 62.646 ns]
54402026-03-27T04:41:08.876Z change: [−3.4402% −2.0615% −0.7083%] (p = 0.00 < 0.05)
54412026-03-27T04:41:08.876Z Change within noise threshold.
54422026-03-27T04:41:08.876ZFound 2 outliers among 100 measurements (2.00%)
54432026-03-27T04:41:08.876Z 1 (1.00%) high mild
54442026-03-27T04:41:08.876Z 1 (1.00%) high severe
54452026-03-27T04:41:10.058Z
54462026-03-27T04:41:10.060ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
54472026-03-27T04:41:10.061ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
54482026-03-27T04:41:15.342ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0062 s (4.0M iterations)
54492026-03-27T04:41:20.164ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
54502026-03-27T04:41:20.250Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
54512026-03-27T04:41:20.250Z time: [618.37 ns 618.54 ns 618.73 ns]
54522026-03-27T04:41:20.250Z change: [+1.4462% +1.6447% +1.8347%] (p = 0.00 < 0.05)
54532026-03-27T04:41:20.250Z Performance has regressed.
54542026-03-27T04:41:20.250ZFound 6 outliers among 100 measurements (6.00%)
54552026-03-27T04:41:20.250Z 3 (3.00%) high mild
54562026-03-27T04:41:20.250Z 3 (3.00%) high severe
54572026-03-27T04:41:21.455Z
54582026-03-27T04:41:21.458ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
54592026-03-27T04:41:21.458ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54602026-03-27T04:41:25.809ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0051 s (4.8M iterations)
54612026-03-27T04:41:29.648ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54622026-03-27T04:41:29.733Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
54632026-03-27T04:41:29.733Z time: [121.86 ns 122.31 ns 122.78 ns]
54642026-03-27T04:41:29.733Z change: [−2.5829% −1.7051% −0.7951%] (p = 0.00 < 0.05)
54652026-03-27T04:41:29.733Z Change within noise threshold.
54662026-03-27T04:41:29.733ZFound 4 outliers among 100 measurements (4.00%)
54672026-03-27T04:41:29.733Z 2 (2.00%) high mild
54682026-03-27T04:41:29.733Z 2 (2.00%) high severe
54692026-03-27T04:41:30.910Z
54702026-03-27T04:41:30.913ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
54712026-03-27T04:41:30.913ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
54722026-03-27T04:41:34.115ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0070 s (3.3M iterations)
54732026-03-27T04:41:38.627ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
54742026-03-27T04:41:38.713Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
54752026-03-27T04:41:38.713Z time: [699.95 ns 700.19 ns 700.49 ns]
54762026-03-27T04:41:38.713Z change: [+0.9751% +1.2132% +1.4681%] (p = 0.00 < 0.05)
54772026-03-27T04:41:38.713Z Change within noise threshold.
54782026-03-27T04:41:38.713ZFound 7 outliers among 100 measurements (7.00%)
54792026-03-27T04:41:38.713Z 2 (2.00%) high mild
54802026-03-27T04:41:38.713Z 5 (5.00%) high severe
54812026-03-27T04:41:39.910Z
54822026-03-27T04:41:39.913ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54832026-03-27T04:41:39.913ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54842026-03-27T04:41:46.087ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0032 s (6.8M iterations)
54852026-03-27T04:41:50.549ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54862026-03-27T04:41:50.635Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
54872026-03-27T04:41:50.635Z time: [61.196 ns 61.607 ns 62.018 ns]
54882026-03-27T04:41:50.635Z change: [−3.8816% −2.5061% −1.2451%] (p = 0.00 < 0.05)
54892026-03-27T04:41:50.635Z Performance has improved.
54902026-03-27T04:41:50.635ZFound 9 outliers among 100 measurements (9.00%)
54912026-03-27T04:41:50.635Z 7 (7.00%) high mild
54922026-03-27T04:41:50.635Z 2 (2.00%) high severe
54932026-03-27T04:41:51.830Z
54942026-03-27T04:41:51.832ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
54952026-03-27T04:41:51.832ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
54962026-03-27T04:41:57.873ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0047 s (3.5M iterations)
54972026-03-27T04:42:02.722ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
54982026-03-27T04:42:02.808Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
54992026-03-27T04:42:02.808Z time: [800.28 ns 800.48 ns 800.71 ns]
55002026-03-27T04:42:02.808Z change: [−0.7818% −0.6174% −0.4608%] (p = 0.00 < 0.05)
55012026-03-27T04:42:02.808Z Change within noise threshold.
55022026-03-27T04:42:02.808ZFound 5 outliers among 100 measurements (5.00%)
55032026-03-27T04:42:02.808Z 2 (2.00%) high mild
55042026-03-27T04:42:02.808Z 3 (3.00%) high severe
55052026-03-27T04:42:03.994Z
55062026-03-27T04:42:03.997ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
55072026-03-27T04:42:03.997ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55082026-03-27T04:42:10.195ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0010 s (6.8M iterations)
55092026-03-27T04:42:14.608ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55102026-03-27T04:42:14.692Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
55112026-03-27T04:42:14.692Z time: [60.802 ns 61.214 ns 61.628 ns]
55122026-03-27T04:42:14.693Z change: [−5.4362% −4.0611% −2.6635%] (p = 0.00 < 0.05)
55132026-03-27T04:42:14.693Z Performance has improved.
55142026-03-27T04:42:14.693ZFound 4 outliers among 100 measurements (4.00%)
55152026-03-27T04:42:14.693Z 2 (2.00%) high mild
55162026-03-27T04:42:14.693Z 2 (2.00%) high severe
55172026-03-27T04:42:15.886Z
55182026-03-27T04:42:15.889ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
55192026-03-27T04:42:15.889ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
55202026-03-27T04:42:21.784ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0058 s (3.6M iterations)
55212026-03-27T04:42:26.579ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
55222026-03-27T04:42:26.664Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
55232026-03-27T04:42:26.665Z time: [755.41 ns 755.70 ns 756.05 ns]
55242026-03-27T04:42:26.665Z change: [+0.5383% +0.7317% +0.9446%] (p = 0.00 < 0.05)
55252026-03-27T04:42:26.665Z Change within noise threshold.
55262026-03-27T04:42:26.665ZFound 6 outliers among 100 measurements (6.00%)
55272026-03-27T04:42:26.665Z 2 (2.00%) high mild
55282026-03-27T04:42:26.665Z 4 (4.00%) high severe
55292026-03-27T04:42:27.865Z
55302026-03-27T04:42:27.868ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55312026-03-27T04:42:27.868ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55322026-03-27T04:42:31.362ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (12M iterations)
55332026-03-27T04:42:35.201ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55342026-03-27T04:42:35.286Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55352026-03-27T04:42:35.286Z time: [62.423 ns 62.858 ns 63.299 ns]
55362026-03-27T04:42:35.286Z change: [−2.9834% −1.7848% −0.6218%] (p = 0.01 < 0.05)
55372026-03-27T04:42:35.286Z Change within noise threshold.
55382026-03-27T04:42:35.286ZFound 18 outliers among 100 measurements (18.00%)
55392026-03-27T04:42:35.286Z 17 (17.00%) high mild
55402026-03-27T04:42:35.286Z 1 (1.00%) high severe
55412026-03-27T04:42:36.479Z
55422026-03-27T04:42:36.482ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55432026-03-27T04:42:36.482ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
55442026-03-27T04:42:41.676ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0046 s (4.0M iterations)
55452026-03-27T04:42:46.400ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
55462026-03-27T04:42:46.485Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
55472026-03-27T04:42:46.485Z time: [245.70 ns 246.12 ns 246.52 ns]
55482026-03-27T04:42:46.485Z change: [−1.3015% −0.9062% −0.4640%] (p = 0.00 < 0.05)
55492026-03-27T04:42:46.485Z Change within noise threshold.
55502026-03-27T04:42:46.485ZFound 3 outliers among 100 measurements (3.00%)
55512026-03-27T04:42:46.485Z 1 (1.00%) high mild
55522026-03-27T04:42:46.485Z 2 (2.00%) high severe
55532026-03-27T04:42:47.684Z
55542026-03-27T04:42:47.687ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55552026-03-27T04:42:47.687ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55562026-03-27T04:42:50.736ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0032 s (6.9M iterations)
55572026-03-27T04:42:55.592ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55582026-03-27T04:42:55.678Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55592026-03-27T04:42:55.678Z time: [80.688 ns 81.022 ns 81.378 ns]
55602026-03-27T04:42:55.678Z change: [−12.572% −11.738% −10.883%] (p = 0.00 < 0.05)
55612026-03-27T04:42:55.678Z Performance has improved.
55622026-03-27T04:42:55.679ZFound 20 outliers among 100 measurements (20.00%)
55632026-03-27T04:42:55.679Z 17 (17.00%) high mild
55642026-03-27T04:42:55.679Z 3 (3.00%) high severe
55652026-03-27T04:42:56.882Z
55662026-03-27T04:42:56.885ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55672026-03-27T04:42:56.885ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
55682026-03-27T04:43:00.963ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0006 s (2.6M iterations)
55692026-03-27T04:43:05.921ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
55702026-03-27T04:43:06.008Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
55712026-03-27T04:43:06.008Z time: [266.12 ns 266.31 ns 266.50 ns]
55722026-03-27T04:43:06.008Z change: [−4.5488% −4.2328% −3.9191%] (p = 0.00 < 0.05)
55732026-03-27T04:43:06.008Z Performance has improved.
55742026-03-27T04:43:06.008ZFound 8 outliers among 100 measurements (8.00%)
55752026-03-27T04:43:06.008Z 3 (3.00%) high mild
55762026-03-27T04:43:06.008Z 5 (5.00%) high severe
55772026-03-27T04:43:07.213Z
55782026-03-27T04:43:07.216ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55792026-03-27T04:43:07.216ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55802026-03-27T04:43:13.505ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0026 s (6.7M iterations)
55812026-03-27T04:43:17.042ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55822026-03-27T04:43:17.128Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55832026-03-27T04:43:17.129Z time: [97.080 ns 97.452 ns 97.888 ns]
55842026-03-27T04:43:17.129Z change: [−3.7762% −2.9712% −2.1583%] (p = 0.00 < 0.05)
55852026-03-27T04:43:17.129Z Performance has improved.
55862026-03-27T04:43:17.129ZFound 3 outliers among 100 measurements (3.00%)
55872026-03-27T04:43:17.129Z 2 (2.00%) high mild
55882026-03-27T04:43:17.129Z 1 (1.00%) high severe
55892026-03-27T04:43:18.326Z
55902026-03-27T04:43:18.329ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55912026-03-27T04:43:18.329ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
55922026-03-27T04:43:21.337ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0015 s (3.5M iterations)
55932026-03-27T04:43:25.946ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
55942026-03-27T04:43:26.031Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
55952026-03-27T04:43:26.031Z time: [218.62 ns 218.73 ns 218.86 ns]
55962026-03-27T04:43:26.031Z change: [−2.6515% −2.1896% −1.7045%] (p = 0.00 < 0.05)
55972026-03-27T04:43:26.032Z Performance has improved.
55982026-03-27T04:43:26.032ZFound 15 outliers among 100 measurements (15.00%)
55992026-03-27T04:43:26.032Z 3 (3.00%) high mild
56002026-03-27T04:43:26.032Z 12 (12.00%) high severe
56012026-03-27T04:43:27.238Z
56022026-03-27T04:43:27.240ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56032026-03-27T04:43:27.240ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56042026-03-27T04:43:31.628ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0051 s (4.8M iterations)
56052026-03-27T04:43:35.963ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56062026-03-27T04:43:36.049Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56072026-03-27T04:43:36.049Z time: [115.84 ns 116.41 ns 117.04 ns]
56082026-03-27T04:43:36.049Z change: [−10.186% −9.5059% −8.7992%] (p = 0.00 < 0.05)
56092026-03-27T04:43:36.049Z Performance has improved.
56102026-03-27T04:43:36.049ZFound 3 outliers among 100 measurements (3.00%)
56112026-03-27T04:43:36.049Z 1 (1.00%) high mild
56122026-03-27T04:43:36.049Z 2 (2.00%) high severe
56132026-03-27T04:43:37.236Z
56142026-03-27T04:43:37.247ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56152026-03-27T04:43:37.247ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
56162026-03-27T04:43:41.785ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0045 s (2.3M iterations)
56172026-03-27T04:43:46.579ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
56182026-03-27T04:43:46.665Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
56192026-03-27T04:43:46.665Z time: [236.82 ns 237.01 ns 237.22 ns]
56202026-03-27T04:43:46.665Z change: [−10.620% −10.076% −9.5469%] (p = 0.00 < 0.05)
56212026-03-27T04:43:46.665Z Performance has improved.
56222026-03-27T04:43:46.665ZFound 11 outliers among 100 measurements (11.00%)
56232026-03-27T04:43:46.665Z 3 (3.00%) high mild
56242026-03-27T04:43:46.665Z 8 (8.00%) high severe
56252026-03-27T04:43:47.866Z
56262026-03-27T04:43:47.869ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56272026-03-27T04:43:47.869ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56282026-03-27T04:43:51.214ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0012 s (13M iterations)
56292026-03-27T04:43:55.154ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56302026-03-27T04:43:55.241Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56312026-03-27T04:43:55.241Z time: [61.597 ns 62.015 ns 62.440 ns]
56322026-03-27T04:43:55.241Z change: [−5.8614% −4.7826% −3.6704%] (p = 0.00 < 0.05)
56332026-03-27T04:43:55.241Z Performance has improved.
56342026-03-27T04:43:55.241ZFound 18 outliers among 100 measurements (18.00%)
56352026-03-27T04:43:55.241Z 17 (17.00%) high mild
56362026-03-27T04:43:55.241Z 1 (1.00%) high severe
56372026-03-27T04:43:56.445Z
56382026-03-27T04:43:56.449ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56392026-03-27T04:43:56.449ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
56402026-03-27T04:44:01.341ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0033 s (4.3M iterations)
56412026-03-27T04:44:06.125ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
56422026-03-27T04:44:06.211Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
56432026-03-27T04:44:06.211Z time: [225.44 ns 225.67 ns 225.89 ns]
56442026-03-27T04:44:06.211Z change: [−2.9631% −2.3869% −1.8416%] (p = 0.00 < 0.05)
56452026-03-27T04:44:06.211Z Performance has improved.
56462026-03-27T04:44:06.211ZFound 5 outliers among 100 measurements (5.00%)
56472026-03-27T04:44:06.211Z 2 (2.00%) high mild
56482026-03-27T04:44:06.211Z 3 (3.00%) high severe
56492026-03-27T04:44:07.418Z
56502026-03-27T04:44:07.421ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56512026-03-27T04:44:07.421ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56522026-03-27T04:44:10.443ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (6.9M iterations)
56532026-03-27T04:44:15.226ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56542026-03-27T04:44:15.313Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56552026-03-27T04:44:15.313Z time: [79.895 ns 80.217 ns 80.571 ns]
56562026-03-27T04:44:15.313Z change: [−7.0882% −6.1071% −5.1150%] (p = 0.00 < 0.05)
56572026-03-27T04:44:15.313Z Performance has improved.
56582026-03-27T04:44:15.313ZFound 20 outliers among 100 measurements (20.00%)
56592026-03-27T04:44:15.313Z 18 (18.00%) high mild
56602026-03-27T04:44:15.313Z 2 (2.00%) high severe
56612026-03-27T04:44:16.515Z
56622026-03-27T04:44:16.518ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56632026-03-27T04:44:16.518ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
56642026-03-27T04:44:20.461ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0059 s (2.7M iterations)
56652026-03-27T04:44:25.434ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
56662026-03-27T04:44:25.519Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
56672026-03-27T04:44:25.519Z time: [243.80 ns 243.90 ns 244.01 ns]
56682026-03-27T04:44:25.519Z change: [−3.8311% −3.2767% −2.7387%] (p = 0.00 < 0.05)
56692026-03-27T04:44:25.519Z Performance has improved.
56702026-03-27T04:44:25.519ZFound 14 outliers among 100 measurements (14.00%)
56712026-03-27T04:44:25.519Z 6 (6.00%) high mild
56722026-03-27T04:44:25.519Z 8 (8.00%) high severe
56732026-03-27T04:44:26.726Z
56742026-03-27T04:44:26.728ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56752026-03-27T04:44:26.729ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56762026-03-27T04:44:32.836ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0014 s (6.9M iterations)
56772026-03-27T04:44:36.448ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56782026-03-27T04:44:36.533Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
56792026-03-27T04:44:36.533Z time: [96.830 ns 97.185 ns 97.603 ns]
56802026-03-27T04:44:36.533Z change: [−4.8099% −3.9782% −3.2201%] (p = 0.00 < 0.05)
56812026-03-27T04:44:36.533Z Performance has improved.
56822026-03-27T04:44:36.533ZFound 2 outliers among 100 measurements (2.00%)
56832026-03-27T04:44:36.533Z 1 (1.00%) high mild
56842026-03-27T04:44:36.533Z 1 (1.00%) high severe
56852026-03-27T04:44:37.738Z
56862026-03-27T04:44:37.741ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
56872026-03-27T04:44:37.741ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
56882026-03-27T04:44:43.696ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0055 s (3.5M iterations)
56892026-03-27T04:44:48.155ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
56902026-03-27T04:44:48.240Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
56912026-03-27T04:44:48.240Z time: [196.40 ns 196.48 ns 196.57 ns]
56922026-03-27T04:44:48.240Z change: [−3.0471% −2.5289% −2.0142%] (p = 0.00 < 0.05)
56932026-03-27T04:44:48.241Z Performance has improved.
56942026-03-27T04:44:48.241ZFound 12 outliers among 100 measurements (12.00%)
56952026-03-27T04:44:48.241Z 5 (5.00%) high mild
56962026-03-27T04:44:48.241Z 7 (7.00%) high severe
56972026-03-27T04:44:49.445Z
56982026-03-27T04:44:49.447ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
56992026-03-27T04:44:49.447ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
57002026-03-27T04:44:53.773ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (4.8M iterations)
57012026-03-27T04:44:58.160ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
57022026-03-27T04:44:58.245Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57032026-03-27T04:44:58.246Z time: [115.55 ns 116.08 ns 116.69 ns]
57042026-03-27T04:44:58.246Z change: [−6.0122% −5.1905% −4.3563%] (p = 0.00 < 0.05)
57052026-03-27T04:44:58.246Z Performance has improved.
57062026-03-27T04:44:58.246ZFound 2 outliers among 100 measurements (2.00%)
57072026-03-27T04:44:58.246Z 1 (1.00%) high mild
57082026-03-27T04:44:58.246Z 1 (1.00%) high severe
57092026-03-27T04:44:59.427Z
57102026-03-27T04:44:59.430ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57112026-03-27T04:44:59.430ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
57122026-03-27T04:45:03.833ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0073 s (2.4M iterations)
57132026-03-27T04:45:08.620ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
57142026-03-27T04:45:08.705Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
57152026-03-27T04:45:08.705Z time: [215.89 ns 216.05 ns 216.21 ns]
57162026-03-27T04:45:08.705Z change: [−4.2978% −3.7215% −3.1088%] (p = 0.00 < 0.05)
57172026-03-27T04:45:08.706Z Performance has improved.
57182026-03-27T04:45:08.706ZFound 12 outliers among 100 measurements (12.00%)
57192026-03-27T04:45:08.706Z 5 (5.00%) high mild
57202026-03-27T04:45:08.706Z 7 (7.00%) high severe
57212026-03-27T04:45:09.905Z
57222026-03-27T04:45:09.908ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57232026-03-27T04:45:09.908ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57242026-03-27T04:45:13.532ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0017 s (12M iterations)
57252026-03-27T04:45:17.555ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57262026-03-27T04:45:17.640Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57272026-03-27T04:45:17.640Z time: [62.069 ns 62.486 ns 62.916 ns]
57282026-03-27T04:45:17.640Z change: [−7.7346% −6.6647% −5.6300%] (p = 0.00 < 0.05)
57292026-03-27T04:45:17.640Z Performance has improved.
57302026-03-27T04:45:17.640ZFound 18 outliers among 100 measurements (18.00%)
57312026-03-27T04:45:17.640Z 17 (17.00%) high mild
57322026-03-27T04:45:17.640Z 1 (1.00%) high severe
57332026-03-27T04:45:18.842Z
57342026-03-27T04:45:18.845ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57352026-03-27T04:45:18.845ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
57362026-03-27T04:45:24.165ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0033 s (3.9M iterations)
57372026-03-27T04:45:28.974ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
57382026-03-27T04:45:29.060Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
57392026-03-27T04:45:29.060Z time: [237.68 ns 238.04 ns 238.39 ns]
57402026-03-27T04:45:29.060Z change: [−3.7049% −3.3029% −2.8939%] (p = 0.00 < 0.05)
57412026-03-27T04:45:29.060Z Performance has improved.
57422026-03-27T04:45:29.060ZFound 3 outliers among 100 measurements (3.00%)
57432026-03-27T04:45:29.060Z 1 (1.00%) high mild
57442026-03-27T04:45:29.060Z 2 (2.00%) high severe
57452026-03-27T04:45:30.248Z
57462026-03-27T04:45:30.251ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57472026-03-27T04:45:30.251ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57482026-03-27T04:45:33.464ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0010 s (6.5M iterations)
57492026-03-27T04:45:38.176ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57502026-03-27T04:45:38.261Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57512026-03-27T04:45:38.262Z time: [80.535 ns 80.850 ns 81.183 ns]
57522026-03-27T04:45:38.262Z change: [−4.1684% −3.0713% −2.0195%] (p = 0.00 < 0.05)
57532026-03-27T04:45:38.262Z Performance has improved.
57542026-03-27T04:45:38.262ZFound 19 outliers among 100 measurements (19.00%)
57552026-03-27T04:45:38.262Z 17 (17.00%) high mild
57562026-03-27T04:45:38.262Z 2 (2.00%) high severe
57572026-03-27T04:45:39.462Z
57582026-03-27T04:45:39.465ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57592026-03-27T04:45:39.466ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
57602026-03-27T04:45:43.554ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0047 s (2.6M iterations)
57612026-03-27T04:45:48.539ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
57622026-03-27T04:45:48.625Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
57632026-03-27T04:45:48.625Z time: [256.90 ns 257.06 ns 257.24 ns]
57642026-03-27T04:45:48.625Z change: [−0.7971% −0.3796% +0.0067%] (p = 0.07 > 0.05)
57652026-03-27T04:45:48.625Z No change in performance detected.
57662026-03-27T04:45:48.625ZFound 7 outliers among 100 measurements (7.00%)
57672026-03-27T04:45:48.625Z 2 (2.00%) high mild
57682026-03-27T04:45:48.625Z 5 (5.00%) high severe
57692026-03-27T04:45:49.831Z
57702026-03-27T04:45:49.834ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57712026-03-27T04:45:49.834ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57722026-03-27T04:45:52.894ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0002 s (6.8M iterations)
57732026-03-27T04:45:56.750ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57742026-03-27T04:45:56.835Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57752026-03-27T04:45:56.835Z time: [98.103 ns 98.332 ns 98.628 ns]
57762026-03-27T04:45:56.835Z change: [−2.8595% −2.1267% −1.4381%] (p = 0.00 < 0.05)
57772026-03-27T04:45:56.835Z Performance has improved.
57782026-03-27T04:45:56.835ZFound 3 outliers among 100 measurements (3.00%)
57792026-03-27T04:45:56.838Z 1 (1.00%) high mild
57802026-03-27T04:45:56.838Z 2 (2.00%) high severe
57812026-03-27T04:45:58.033Z
57822026-03-27T04:45:58.036ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57832026-03-27T04:45:58.036ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
57842026-03-27T04:46:01.123ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0067 s (3.4M iterations)
57852026-03-27T04:46:05.787ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
57862026-03-27T04:46:05.872Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
57872026-03-27T04:46:05.872Z time: [209.65 ns 209.78 ns 209.94 ns]
57882026-03-27T04:46:05.872Z change: [−2.7644% −2.2190% −1.6798%] (p = 0.00 < 0.05)
57892026-03-27T04:46:05.872Z Performance has improved.
57902026-03-27T04:46:05.873ZFound 13 outliers among 100 measurements (13.00%)
57912026-03-27T04:46:05.873Z 5 (5.00%) high mild
57922026-03-27T04:46:05.873Z 8 (8.00%) high severe
57932026-03-27T04:46:07.074Z
57942026-03-27T04:46:07.077ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57952026-03-27T04:46:07.077ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
57962026-03-27T04:46:11.559ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0047 s (4.7M iterations)
57972026-03-27T04:46:15.943ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
57982026-03-27T04:46:16.029Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
57992026-03-27T04:46:16.029Z time: [116.28 ns 116.64 ns 117.07 ns]
58002026-03-27T04:46:16.029Z change: [−2.7578% −1.9271% −1.0921%] (p = 0.00 < 0.05)
58012026-03-27T04:46:16.029Z Performance has improved.
58022026-03-27T04:46:16.029ZFound 3 outliers among 100 measurements (3.00%)
58032026-03-27T04:46:16.029Z 1 (1.00%) high mild
58042026-03-27T04:46:16.029Z 2 (2.00%) high severe
58052026-03-27T04:46:17.221Z
58062026-03-27T04:46:17.224ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
58072026-03-27T04:46:17.224ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
58082026-03-27T04:46:21.773ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0079 s (2.3M iterations)
58092026-03-27T04:46:26.613ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
58102026-03-27T04:46:26.699Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
58112026-03-27T04:46:26.699Z time: [228.35 ns 228.57 ns 228.83 ns]
58122026-03-27T04:46:26.699Z change: [−2.8269% −2.3022% −1.7997%] (p = 0.00 < 0.05)
58132026-03-27T04:46:26.699Z Performance has improved.
58142026-03-27T04:46:26.699ZFound 10 outliers among 100 measurements (10.00%)
58152026-03-27T04:46:26.699Z 4 (4.00%) high mild
58162026-03-27T04:46:26.699Z 6 (6.00%) high severe
58172026-03-27T04:46:27.908Z
58182026-03-27T04:46:27.910ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58192026-03-27T04:46:27.911ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
58202026-03-27T04:46:31.526ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0003 s (12M iterations)
58212026-03-27T04:46:35.514ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
58222026-03-27T04:46:35.599Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58232026-03-27T04:46:35.599Z time: [61.153 ns 61.560 ns 61.974 ns]
58242026-03-27T04:46:35.599Z change: [−3.1260% −1.9596% −0.7914%] (p = 0.00 < 0.05)
58252026-03-27T04:46:35.599Z Change within noise threshold.
58262026-03-27T04:46:35.599ZFound 18 outliers among 100 measurements (18.00%)
58272026-03-27T04:46:35.599Z 17 (17.00%) high mild
58282026-03-27T04:46:35.599Z 1 (1.00%) high severe
58292026-03-27T04:46:36.802Z
58302026-03-27T04:46:36.805ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58312026-03-27T04:46:36.805ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
58322026-03-27T04:46:41.916ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0046 s (4.1M iterations)
58332026-03-27T04:46:46.711ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
58342026-03-27T04:46:46.796Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
58352026-03-27T04:46:46.796Z time: [216.47 ns 216.67 ns 216.85 ns]
58362026-03-27T04:46:46.796Z change: [−2.1007% −1.5795% −1.0983%] (p = 0.00 < 0.05)
58372026-03-27T04:46:46.796Z Performance has improved.
58382026-03-27T04:46:46.796ZFound 5 outliers among 100 measurements (5.00%)
58392026-03-27T04:46:46.796Z 2 (2.00%) high mild
58402026-03-27T04:46:46.796Z 3 (3.00%) high severe
58412026-03-27T04:46:48.002Z
58422026-03-27T04:46:48.005ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58432026-03-27T04:46:48.005ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58442026-03-27T04:46:51.177ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (6.6M iterations)
58452026-03-27T04:46:55.887ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58462026-03-27T04:46:55.972Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58472026-03-27T04:46:55.972Z time: [79.685 ns 79.977 ns 80.291 ns]
58482026-03-27T04:46:55.972Z change: [−2.5522% −1.5654% −0.5436%] (p = 0.00 < 0.05)
58492026-03-27T04:46:55.972Z Change within noise threshold.
58502026-03-27T04:46:55.972ZFound 20 outliers among 100 measurements (20.00%)
58512026-03-27T04:46:55.972Z 18 (18.00%) high mild
58522026-03-27T04:46:55.972Z 2 (2.00%) high severe
58532026-03-27T04:46:57.175Z
58542026-03-27T04:46:57.178ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58552026-03-27T04:46:57.178ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
58562026-03-27T04:47:01.180ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0033 s (2.6M iterations)
58572026-03-27T04:47:06.122ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
58582026-03-27T04:47:06.207Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
58592026-03-27T04:47:06.207Z time: [235.27 ns 235.36 ns 235.47 ns]
58602026-03-27T04:47:06.207Z change: [−1.0275% −0.5595% −0.1556%] (p = 0.01 < 0.05)
58612026-03-27T04:47:06.207Z Change within noise threshold.
58622026-03-27T04:47:06.207ZFound 14 outliers among 100 measurements (14.00%)
58632026-03-27T04:47:06.207Z 4 (4.00%) high mild
58642026-03-27T04:47:06.207Z 10 (10.00%) high severe
58652026-03-27T04:47:07.409Z
58662026-03-27T04:47:07.412ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58672026-03-27T04:47:07.412ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58682026-03-27T04:47:10.413ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0014 s (7.0M iterations)
58692026-03-27T04:47:14.305ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58702026-03-27T04:47:14.390Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
58712026-03-27T04:47:14.391Z time: [97.192 ns 97.403 ns 97.671 ns]
58722026-03-27T04:47:14.391Z change: [−3.1709% −2.4422% −1.7341%] (p = 0.00 < 0.05)
58732026-03-27T04:47:14.391Z Performance has improved.
58742026-03-27T04:47:14.391ZFound 2 outliers among 100 measurements (2.00%)
58752026-03-27T04:47:14.391Z 2 (2.00%) high severe
58762026-03-27T04:47:15.592Z
58772026-03-27T04:47:15.595ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
58782026-03-27T04:47:15.595ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
58792026-03-27T04:47:21.764ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0071 s (3.4M iterations)
58802026-03-27T04:47:26.251ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
58812026-03-27T04:47:26.338Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
58822026-03-27T04:47:26.338Z time: [186.63 ns 186.70 ns 186.80 ns]
58832026-03-27T04:47:26.338Z change: [−3.2091% −2.6344% −2.0597%] (p = 0.00 < 0.05)
58842026-03-27T04:47:26.338Z Performance has improved.
58852026-03-27T04:47:26.338ZFound 11 outliers among 100 measurements (11.00%)
58862026-03-27T04:47:26.338Z 4 (4.00%) high mild
58872026-03-27T04:47:26.338Z 7 (7.00%) high severe
58882026-03-27T04:47:27.539Z
58892026-03-27T04:47:27.543ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58902026-03-27T04:47:27.543ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
58912026-03-27T04:47:31.993ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (4.7M iterations)
58922026-03-27T04:47:36.389ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
58932026-03-27T04:47:36.475Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
58942026-03-27T04:47:36.475Z time: [116.08 ns 116.45 ns 116.88 ns]
58952026-03-27T04:47:36.475Z change: [−3.5981% −2.6320% −1.6798%] (p = 0.00 < 0.05)
58962026-03-27T04:47:36.475Z Performance has improved.
58972026-03-27T04:47:36.475ZFound 3 outliers among 100 measurements (3.00%)
58982026-03-27T04:47:36.475Z 1 (1.00%) high mild
58992026-03-27T04:47:36.475Z 2 (2.00%) high severe
59002026-03-27T04:47:37.674Z
59012026-03-27T04:47:37.677ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
59022026-03-27T04:47:37.677ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
59032026-03-27T04:47:42.087ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0029 s (2.4M iterations)
59042026-03-27T04:47:46.940ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
59052026-03-27T04:47:47.025Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
59062026-03-27T04:47:47.026Z time: [205.69 ns 205.85 ns 206.00 ns]
59072026-03-27T04:47:47.026Z change: [−2.3997% −1.8673% −1.3183%] (p = 0.00 < 0.05)
59082026-03-27T04:47:47.026Z Performance has improved.
59092026-03-27T04:47:47.026ZFound 13 outliers among 100 measurements (13.00%)
59102026-03-27T04:47:47.026Z 4 (4.00%) high mild
59112026-03-27T04:47:47.026Z 9 (9.00%) high severe
59122026-03-27T04:47:48.214Z
59132026-03-27T04:47:48.217ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59142026-03-27T04:47:48.217ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
59152026-03-27T04:47:51.568ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (13M iterations)
59162026-03-27T04:47:55.569ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
59172026-03-27T04:47:55.654Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59182026-03-27T04:47:55.654Z time: [62.593 ns 63.018 ns 63.452 ns]
59192026-03-27T04:47:55.654Z change: [−3.9408% −2.7898% −1.5773%] (p = 0.00 < 0.05)
59202026-03-27T04:47:55.654Z Performance has improved.
59212026-03-27T04:47:55.654ZFound 18 outliers among 100 measurements (18.00%)
59222026-03-27T04:47:55.654Z 17 (17.00%) high mild
59232026-03-27T04:47:55.654Z 1 (1.00%) high severe
59242026-03-27T04:47:56.857Z
59252026-03-27T04:47:56.860ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59262026-03-27T04:47:56.860ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
59272026-03-27T04:48:01.750ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (4.3M iterations)
59282026-03-27T04:48:06.832ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
59292026-03-27T04:48:06.902Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
59302026-03-27T04:48:06.902Z time: [272.08 ns 273.73 ns 275.92 ns]
59312026-03-27T04:48:06.902Z change: [−14.178% −0.6131% +14.748%] (p = 0.94 > 0.05)
59322026-03-27T04:48:06.902Z No change in performance detected.
59332026-03-27T04:48:06.902ZFound 12 outliers among 100 measurements (12.00%)
59342026-03-27T04:48:06.902Z 3 (3.00%) high mild
59352026-03-27T04:48:06.902Z 9 (9.00%) high severe
59362026-03-27T04:48:08.111Z
59372026-03-27T04:48:08.114ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59382026-03-27T04:48:08.114ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59392026-03-27T04:48:14.172ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0019 s (6.9M iterations)
59402026-03-27T04:48:18.987ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59412026-03-27T04:48:19.073Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59422026-03-27T04:48:19.073Z time: [80.727 ns 81.059 ns 81.409 ns]
59432026-03-27T04:48:19.073Z change: [−2.3810% −1.2670% −0.1620%] (p = 0.03 < 0.05)
59442026-03-27T04:48:19.073Z Change within noise threshold.
59452026-03-27T04:48:19.073ZFound 20 outliers among 100 measurements (20.00%)
59462026-03-27T04:48:19.073Z 18 (18.00%) high mild
59472026-03-27T04:48:19.073Z 2 (2.00%) high severe
59482026-03-27T04:48:20.280Z
59492026-03-27T04:48:20.283ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59502026-03-27T04:48:20.283ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
59512026-03-27T04:48:24.192ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0012 s (2.7M iterations)
59522026-03-27T04:48:29.359ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
59532026-03-27T04:48:29.444Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
59542026-03-27T04:48:29.444Z time: [308.01 ns 310.69 ns 314.23 ns]
59552026-03-27T04:48:29.445Z change: [−14.015% −1.6047% +13.327%] (p = 0.83 > 0.05)
59562026-03-27T04:48:29.445Z No change in performance detected.
59572026-03-27T04:48:29.445ZFound 11 outliers among 100 measurements (11.00%)
59582026-03-27T04:48:29.445Z 4 (4.00%) high mild
59592026-03-27T04:48:29.445Z 7 (7.00%) high severe
59602026-03-27T04:48:30.654Z
59612026-03-27T04:48:30.657ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59622026-03-27T04:48:30.657ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59632026-03-27T04:48:36.667ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0016 s (7.0M iterations)
59642026-03-27T04:48:40.368ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59652026-03-27T04:48:40.453Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59662026-03-27T04:48:40.453Z time: [97.488 ns 97.874 ns 98.320 ns]
59672026-03-27T04:48:40.454Z change: [−3.6755% −2.8765% −2.1222%] (p = 0.00 < 0.05)
59682026-03-27T04:48:40.454Z Performance has improved.
59692026-03-27T04:48:40.454ZFound 3 outliers among 100 measurements (3.00%)
59702026-03-27T04:48:40.454Z 2 (2.00%) high mild
59712026-03-27T04:48:40.454Z 1 (1.00%) high severe
59722026-03-27T04:48:41.651Z
59732026-03-27T04:48:41.654ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59742026-03-27T04:48:41.654ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
59752026-03-27T04:48:47.603ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0013 s (3.5M iterations)
59762026-03-27T04:48:52.273ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
59772026-03-27T04:48:52.359Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
59782026-03-27T04:48:52.359Z time: [238.07 ns 239.36 ns 241.03 ns]
59792026-03-27T04:48:52.359Z change: [−10.930% −0.9451% +10.780%] (p = 0.87 > 0.05)
59802026-03-27T04:48:52.359Z No change in performance detected.
59812026-03-27T04:48:52.359ZFound 12 outliers among 100 measurements (12.00%)
59822026-03-27T04:48:52.359Z 3 (3.00%) high mild
59832026-03-27T04:48:52.359Z 9 (9.00%) high severe
59842026-03-27T04:48:53.563Z
59852026-03-27T04:48:53.566ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59862026-03-27T04:48:53.566ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59872026-03-27T04:48:57.790ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0034 s (5.0M iterations)
59882026-03-27T04:49:02.304ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
59892026-03-27T04:49:02.391Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59902026-03-27T04:49:02.391Z time: [115.81 ns 116.40 ns 117.06 ns]
59912026-03-27T04:49:02.391Z change: [−2.6813% −1.7635% −0.8757%] (p = 0.00 < 0.05)
59922026-03-27T04:49:02.394Z Change within noise threshold.
59932026-03-27T04:49:02.394ZFound 2 outliers among 100 measurements (2.00%)
59942026-03-27T04:49:02.394Z 1 (1.00%) high mild
59952026-03-27T04:49:02.394Z 1 (1.00%) high severe
59962026-03-27T04:49:03.567Z
59972026-03-27T04:49:03.570ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
59982026-03-27T04:49:03.570ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
59992026-03-27T04:49:07.952ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0030 s (2.4M iterations)
60002026-03-27T04:49:12.936ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
60012026-03-27T04:49:13.021Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
60022026-03-27T04:49:13.021Z time: [264.71 ns 266.59 ns 269.01 ns]
60032026-03-27T04:49:13.021Z change: [−11.465% −0.1039% +12.999%] (p = 0.99 > 0.05)
60042026-03-27T04:49:13.021Z No change in performance detected.
60052026-03-27T04:49:13.021ZFound 12 outliers among 100 measurements (12.00%)
60062026-03-27T04:49:13.021Z 4 (4.00%) high mild
60072026-03-27T04:49:13.021Z 8 (8.00%) high severe
60082026-03-27T04:49:14.222Z
60092026-03-27T04:49:14.225ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60102026-03-27T04:49:14.225ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
60112026-03-27T04:49:17.414ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0012 s (13M iterations)
60122026-03-27T04:49:21.546ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
60132026-03-27T04:49:21.631Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60142026-03-27T04:49:21.631Z time: [61.679 ns 62.087 ns 62.502 ns]
60152026-03-27T04:49:21.631Z change: [−2.4835% −1.3764% −0.2608%] (p = 0.02 < 0.05)
60162026-03-27T04:49:21.631Z Change within noise threshold.
60172026-03-27T04:49:21.631ZFound 17 outliers among 100 measurements (17.00%)
60182026-03-27T04:49:21.631Z 16 (16.00%) high mild
60192026-03-27T04:49:21.631Z 1 (1.00%) high severe
60202026-03-27T04:49:22.834Z
60212026-03-27T04:49:22.838ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60222026-03-27T04:49:22.838ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
60232026-03-27T04:49:27.609ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (4.4M iterations)
60242026-03-27T04:49:32.666ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
60252026-03-27T04:49:32.753Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
60262026-03-27T04:49:32.753Z time: [250.00 ns 251.55 ns 253.61 ns]
60272026-03-27T04:49:32.753Z change: [−14.575% −0.0699% +16.033%] (p = 0.99 > 0.05)
60282026-03-27T04:49:32.753Z No change in performance detected.
60292026-03-27T04:49:32.753ZFound 12 outliers among 100 measurements (12.00%)
60302026-03-27T04:49:32.753Z 4 (4.00%) high mild
60312026-03-27T04:49:32.753Z 8 (8.00%) high severe
60322026-03-27T04:49:33.959Z
60332026-03-27T04:49:33.962ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60342026-03-27T04:49:33.962ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60352026-03-27T04:49:40.011ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0009 s (6.9M iterations)
60362026-03-27T04:49:44.775ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60372026-03-27T04:49:44.860Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60382026-03-27T04:49:44.861Z time: [79.970 ns 80.297 ns 80.646 ns]
60392026-03-27T04:49:44.861Z change: [−2.4397% −1.3349% −0.3246%] (p = 0.01 < 0.05)
60402026-03-27T04:49:44.861Z Change within noise threshold.
60412026-03-27T04:49:44.861ZFound 19 outliers among 100 measurements (19.00%)
60422026-03-27T04:49:44.861Z 17 (17.00%) high mild
60432026-03-27T04:49:44.861Z 2 (2.00%) high severe
60442026-03-27T04:49:46.062Z
60452026-03-27T04:49:46.065ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60462026-03-27T04:49:46.065ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
60472026-03-27T04:49:49.908ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0003 s (2.7M iterations)
60482026-03-27T04:49:55.069ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
60492026-03-27T04:49:55.154Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
60502026-03-27T04:49:55.154Z time: [284.34 ns 286.94 ns 290.33 ns]
60512026-03-27T04:49:55.154Z change: [−14.747% −2.0598% +14.048%] (p = 0.79 > 0.05)
60522026-03-27T04:49:55.154Z No change in performance detected.
60532026-03-27T04:49:55.154ZFound 12 outliers among 100 measurements (12.00%)
60542026-03-27T04:49:55.154Z 5 (5.00%) high mild
60552026-03-27T04:49:55.154Z 7 (7.00%) high severe
60562026-03-27T04:49:56.357Z
60572026-03-27T04:49:56.360ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60582026-03-27T04:49:56.360ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60592026-03-27T04:50:02.310ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0020 s (7.0M iterations)
60602026-03-27T04:50:06.037ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60612026-03-27T04:50:06.123Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60622026-03-27T04:50:06.123Z time: [97.607 ns 97.941 ns 98.339 ns]
60632026-03-27T04:50:06.123Z change: [−2.9630% −2.1782% −1.3971%] (p = 0.00 < 0.05)
60642026-03-27T04:50:06.123Z Performance has improved.
60652026-03-27T04:50:06.123ZFound 2 outliers among 100 measurements (2.00%)
60662026-03-27T04:50:06.123Z 1 (1.00%) high mild
60672026-03-27T04:50:06.123Z 1 (1.00%) high severe
60682026-03-27T04:50:07.326Z
60692026-03-27T04:50:07.329ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60702026-03-27T04:50:07.329ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
60712026-03-27T04:50:13.137ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (3.6M iterations)
60722026-03-27T04:50:17.807ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
60732026-03-27T04:50:17.893Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
60742026-03-27T04:50:17.893Z time: [215.00 ns 216.15 ns 217.64 ns]
60752026-03-27T04:50:17.893Z change: [−10.887% −0.3018% +11.205%] (p = 0.96 > 0.05)
60762026-03-27T04:50:17.893Z No change in performance detected.
60772026-03-27T04:50:17.893ZFound 13 outliers among 100 measurements (13.00%)
60782026-03-27T04:50:17.893Z 5 (5.00%) high mild
60792026-03-27T04:50:17.893Z 8 (8.00%) high severe
60802026-03-27T04:50:19.096Z
60812026-03-27T04:50:19.099ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60822026-03-27T04:50:19.099ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60832026-03-27T04:50:23.291ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0039 s (5.0M iterations)
60842026-03-27T04:50:27.811ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60852026-03-27T04:50:27.896Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60862026-03-27T04:50:27.896Z time: [115.39 ns 115.96 ns 116.59 ns]
60872026-03-27T04:50:27.896Z change: [−3.2617% −2.4045% −1.5981%] (p = 0.00 < 0.05)
60882026-03-27T04:50:27.896Z Performance has improved.
60892026-03-27T04:50:27.896ZFound 2 outliers among 100 measurements (2.00%)
60902026-03-27T04:50:27.896Z 1 (1.00%) high mild
60912026-03-27T04:50:27.896Z 1 (1.00%) high severe
60922026-03-27T04:50:29.091Z
60932026-03-27T04:50:29.095ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60942026-03-27T04:50:29.095ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
60952026-03-27T04:50:33.350ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0036 s (2.5M iterations)
60962026-03-27T04:50:38.339ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
60972026-03-27T04:50:38.425Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
60982026-03-27T04:50:38.425Z time: [242.13 ns 243.84 ns 246.04 ns]
60992026-03-27T04:50:38.425Z change: [−12.429% +0.0307% +13.593%] (p = 0.99 > 0.05)
61002026-03-27T04:50:38.425Z No change in performance detected.
61012026-03-27T04:50:38.425ZFound 12 outliers among 100 measurements (12.00%)
61022026-03-27T04:50:38.425Z 4 (4.00%) high mild
61032026-03-27T04:50:38.425Z 8 (8.00%) high severe
61042026-03-27T04:50:39.626Z
61052026-03-27T04:50:39.630ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61062026-03-27T04:50:39.630ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
61072026-03-27T04:50:43.077ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (12M iterations)
61082026-03-27T04:50:47.302ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
61092026-03-27T04:50:47.386Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61102026-03-27T04:50:47.386Z time: [62.056 ns 62.467 ns 62.884 ns]
61112026-03-27T04:50:47.386Z change: [−2.7116% −1.5666% −0.3388%] (p = 0.01 < 0.05)
61122026-03-27T04:50:47.386Z Change within noise threshold.
61132026-03-27T04:50:47.386ZFound 18 outliers among 100 measurements (18.00%)
61142026-03-27T04:50:47.386Z 17 (17.00%) high mild
61152026-03-27T04:50:47.386Z 1 (1.00%) high severe
61162026-03-27T04:50:48.587Z
61172026-03-27T04:50:48.590ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61182026-03-27T04:50:48.590ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
61192026-03-27T04:50:53.721ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0060 s (4.1M iterations)
61202026-03-27T04:50:58.815ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
61212026-03-27T04:50:58.900Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
61222026-03-27T04:50:58.900Z time: [269.78 ns 271.82 ns 274.49 ns]
61232026-03-27T04:50:58.900Z change: [−15.067% +0.0017% +17.426%] (p = 1.00 > 0.05)
61242026-03-27T04:50:58.900Z No change in performance detected.
61252026-03-27T04:50:58.900ZFound 12 outliers among 100 measurements (12.00%)
61262026-03-27T04:50:58.900Z 4 (4.00%) high mild
61272026-03-27T04:50:58.900Z 8 (8.00%) high severe
61282026-03-27T04:51:00.107Z
61292026-03-27T04:51:00.110ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61302026-03-27T04:51:00.110ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61312026-03-27T04:51:03.254ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0005 s (6.7M iterations)
61322026-03-27T04:51:08.067ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61332026-03-27T04:51:08.152Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61342026-03-27T04:51:08.152Z time: [80.461 ns 80.785 ns 81.126 ns]
61352026-03-27T04:51:08.152Z change: [−2.3359% −1.3030% −0.2288%] (p = 0.02 < 0.05)
61362026-03-27T04:51:08.152Z Change within noise threshold.
61372026-03-27T04:51:08.152ZFound 19 outliers among 100 measurements (19.00%)
61382026-03-27T04:51:08.155Z 17 (17.00%) high mild
61392026-03-27T04:51:08.155Z 2 (2.00%) high severe
61402026-03-27T04:51:09.357Z
61412026-03-27T04:51:09.359ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61422026-03-27T04:51:09.359ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
61432026-03-27T04:51:13.457ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0054 s (2.6M iterations)
61442026-03-27T04:51:18.619ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
61452026-03-27T04:51:18.704Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
61462026-03-27T04:51:18.704Z time: [305.99 ns 309.17 ns 313.30 ns]
61472026-03-27T04:51:18.704Z change: [−13.566% +0.0404% +16.655%] (p = 1.00 > 0.05)
61482026-03-27T04:51:18.704Z No change in performance detected.
61492026-03-27T04:51:18.707ZFound 11 outliers among 100 measurements (11.00%)
61502026-03-27T04:51:18.707Z 4 (4.00%) high mild
61512026-03-27T04:51:18.707Z 7 (7.00%) high severe
61522026-03-27T04:51:19.911Z
61532026-03-27T04:51:19.914ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61542026-03-27T04:51:19.914ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61552026-03-27T04:51:26.202ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0022 s (6.7M iterations)
61562026-03-27T04:51:29.963ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61572026-03-27T04:51:30.048Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61582026-03-27T04:51:30.048Z time: [98.438 ns 98.686 ns 98.998 ns]
61592026-03-27T04:51:30.048Z change: [−2.3884% −1.6474% −0.8600%] (p = 0.00 < 0.05)
61602026-03-27T04:51:30.048Z Change within noise threshold.
61612026-03-27T04:51:30.049ZFound 3 outliers among 100 measurements (3.00%)
61622026-03-27T04:51:30.049Z 1 (1.00%) high mild
61632026-03-27T04:51:30.049Z 2 (2.00%) high severe
61642026-03-27T04:51:31.242Z
61652026-03-27T04:51:31.245ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61662026-03-27T04:51:31.245ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
61672026-03-27T04:51:37.396ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0002 s (3.4M iterations)
61682026-03-27T04:51:42.107ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
61692026-03-27T04:51:42.192Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
61702026-03-27T04:51:42.192Z time: [231.23 ns 232.70 ns 234.63 ns]
61712026-03-27T04:51:42.192Z change: [−13.261% −2.0643% +10.858%] (p = 0.76 > 0.05)
61722026-03-27T04:51:42.192Z No change in performance detected.
61732026-03-27T04:51:42.192ZFound 11 outliers among 100 measurements (11.00%)
61742026-03-27T04:51:42.192Z 4 (4.00%) high mild
61752026-03-27T04:51:42.192Z 7 (7.00%) high severe
61762026-03-27T04:51:43.397Z
61772026-03-27T04:51:43.401ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61782026-03-27T04:51:43.401ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61792026-03-27T04:51:47.749ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0021 s (4.8M iterations)
61802026-03-27T04:51:52.268ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61812026-03-27T04:51:52.354Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61822026-03-27T04:51:52.354Z time: [116.71 ns 117.06 ns 117.47 ns]
61832026-03-27T04:51:52.354Z change: [−2.3269% −1.4895% −0.6177%] (p = 0.00 < 0.05)
61842026-03-27T04:51:52.354Z Change within noise threshold.
61852026-03-27T04:51:52.354ZFound 4 outliers among 100 measurements (4.00%)
61862026-03-27T04:51:52.354Z 2 (2.00%) high mild
61872026-03-27T04:51:52.354Z 2 (2.00%) high severe
61882026-03-27T04:51:53.559Z
61892026-03-27T04:51:53.562ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61902026-03-27T04:51:53.562ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
61912026-03-27T04:51:58.034ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0088 s (2.3M iterations)
61922026-03-27T04:52:03.070ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
61932026-03-27T04:52:03.155Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
61942026-03-27T04:52:03.155Z time: [260.36 ns 262.45 ns 265.18 ns]
61952026-03-27T04:52:03.158Z change: [−13.509% −1.1621% +13.069%] (p = 0.87 > 0.05)
61962026-03-27T04:52:03.158Z No change in performance detected.
61972026-03-27T04:52:03.158ZFound 12 outliers among 100 measurements (12.00%)
61982026-03-27T04:52:03.158Z 4 (4.00%) high mild
61992026-03-27T04:52:03.158Z 8 (8.00%) high severe
62002026-03-27T04:52:04.359Z
62012026-03-27T04:52:04.362ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62022026-03-27T04:52:04.362ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
62032026-03-27T04:52:07.804ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0013 s (12M iterations)
62042026-03-27T04:52:11.992ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
62052026-03-27T04:52:12.077Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62062026-03-27T04:52:12.077Z time: [61.117 ns 61.522 ns 61.933 ns]
62072026-03-27T04:52:12.077Z change: [−2.2636% −1.1417% +0.0288%] (p = 0.07 > 0.05)
62082026-03-27T04:52:12.077Z No change in performance detected.
62092026-03-27T04:52:12.077ZFound 18 outliers among 100 measurements (18.00%)
62102026-03-27T04:52:12.077Z 17 (17.00%) high mild
62112026-03-27T04:52:12.077Z 1 (1.00%) high severe
62122026-03-27T04:52:13.280Z
62132026-03-27T04:52:13.284ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62142026-03-27T04:52:13.284ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
62152026-03-27T04:52:18.279ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0054 s (4.2M iterations)
62162026-03-27T04:52:23.370ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
62172026-03-27T04:52:23.455Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
62182026-03-27T04:52:23.455Z time: [245.22 ns 247.09 ns 249.53 ns]
62192026-03-27T04:52:23.455Z change: [−16.564% −0.5090% +16.694%] (p = 0.96 > 0.05)
62202026-03-27T04:52:23.455Z No change in performance detected.
62212026-03-27T04:52:23.455ZFound 12 outliers among 100 measurements (12.00%)
62222026-03-27T04:52:23.455Z 4 (4.00%) high mild
62232026-03-27T04:52:23.455Z 8 (8.00%) high severe
62242026-03-27T04:52:24.661Z
62252026-03-27T04:52:24.664ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62262026-03-27T04:52:24.664ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62272026-03-27T04:52:27.708ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (6.9M iterations)
62282026-03-27T04:52:32.602ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62292026-03-27T04:52:32.687Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62302026-03-27T04:52:32.687Z time: [79.439 ns 79.745 ns 80.071 ns]
62312026-03-27T04:52:32.687Z change: [−2.8427% −1.8291% −0.7886%] (p = 0.00 < 0.05)
62322026-03-27T04:52:32.687Z Change within noise threshold.
62332026-03-27T04:52:32.687ZFound 20 outliers among 100 measurements (20.00%)
62342026-03-27T04:52:32.687Z 18 (18.00%) high mild
62352026-03-27T04:52:32.687Z 2 (2.00%) high severe
62362026-03-27T04:52:33.888Z
62372026-03-27T04:52:33.891ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62382026-03-27T04:52:33.891ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
62392026-03-27T04:52:37.925ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0049 s (2.6M iterations)
62402026-03-27T04:52:43.067ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
62412026-03-27T04:52:43.152Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
62422026-03-27T04:52:43.152Z time: [281.94 ns 285.03 ns 289.05 ns]
62432026-03-27T04:52:43.152Z change: [−14.688% −0.2025% +17.897%] (p = 0.98 > 0.05)
62442026-03-27T04:52:43.152Z No change in performance detected.
62452026-03-27T04:52:43.152ZFound 11 outliers among 100 measurements (11.00%)
62462026-03-27T04:52:43.154Z 4 (4.00%) high mild
62472026-03-27T04:52:43.155Z 7 (7.00%) high severe
62482026-03-27T04:52:44.355Z
62492026-03-27T04:52:44.359ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62502026-03-27T04:52:44.359ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62512026-03-27T04:52:50.546ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0036 s (6.8M iterations)
62522026-03-27T04:52:54.321ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62532026-03-27T04:52:54.406Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62542026-03-27T04:52:54.406Z time: [97.128 ns 97.348 ns 97.632 ns]
62552026-03-27T04:52:54.406Z change: [−3.8589% −3.0565% −2.2868%] (p = 0.00 < 0.05)
62562026-03-27T04:52:54.406Z Performance has improved.
62572026-03-27T04:52:54.406ZFound 3 outliers among 100 measurements (3.00%)
62582026-03-27T04:52:54.406Z 1 (1.00%) high mild
62592026-03-27T04:52:54.406Z 2 (2.00%) high severe
62602026-03-27T04:52:55.604Z
62612026-03-27T04:52:55.607ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62622026-03-27T04:52:55.607ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
62632026-03-27T04:53:01.628ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0033 s (3.5M iterations)
62642026-03-27T04:53:06.329ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
62652026-03-27T04:53:06.414Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
62662026-03-27T04:53:06.414Z time: [206.18 ns 207.53 ns 209.28 ns]
62672026-03-27T04:53:06.414Z change: [−13.559% −1.9991% +11.608%] (p = 0.78 > 0.05)
62682026-03-27T04:53:06.414Z No change in performance detected.
62692026-03-27T04:53:06.414ZFound 13 outliers among 100 measurements (13.00%)
62702026-03-27T04:53:06.414Z 5 (5.00%) high mild
62712026-03-27T04:53:06.414Z 8 (8.00%) high severe
62722026-03-27T04:53:07.616Z
62732026-03-27T04:53:07.619ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62742026-03-27T04:53:07.619ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62752026-03-27T04:53:11.944ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0019 s (4.8M iterations)
62762026-03-27T04:53:16.462ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62772026-03-27T04:53:16.547Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62782026-03-27T04:53:16.547Z time: [115.82 ns 116.18 ns 116.60 ns]
62792026-03-27T04:53:16.547Z change: [−3.9062% −2.9656% −2.1754%] (p = 0.00 < 0.05)
62802026-03-27T04:53:16.547Z Performance has improved.
62812026-03-27T04:53:16.547ZFound 3 outliers among 100 measurements (3.00%)
62822026-03-27T04:53:16.547Z 1 (1.00%) high mild
62832026-03-27T04:53:16.547Z 2 (2.00%) high severe
62842026-03-27T04:53:17.753Z
62852026-03-27T04:53:17.755ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62862026-03-27T04:53:17.756ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
62872026-03-27T04:53:22.155ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0026 s (2.4M iterations)
62882026-03-27T04:53:27.169ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
62892026-03-27T04:53:27.254Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
62902026-03-27T04:53:27.254Z time: [234.32 ns 236.25 ns 238.75 ns]
62912026-03-27T04:53:27.254Z change: [−14.509% −1.7518% +12.698%] (p = 0.81 > 0.05)
62922026-03-27T04:53:27.254Z No change in performance detected.
62932026-03-27T04:53:27.254ZFound 12 outliers among 100 measurements (12.00%)
62942026-03-27T04:53:27.255Z 4 (4.00%) high mild
62952026-03-27T04:53:27.255Z 8 (8.00%) high severe
62962026-03-27T04:53:28.454Z
62972026-03-27T04:53:28.457ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
62982026-03-27T04:53:28.457ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
62992026-03-27T04:53:28.457ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0621 ms (605 iterations)
63002026-03-27T04:53:28.457ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
63012026-03-27T04:53:28.457Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
63022026-03-27T04:53:28.457Z time: [18.000 18.000 18.000 ]
63032026-03-27T04:53:28.457Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63042026-03-27T04:53:28.458Z No change in performance detected.
63052026-03-27T04:53:28.458Z
63062026-03-27T04:53:28.458ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
63072026-03-27T04:53:28.458ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
63082026-03-27T04:53:28.458ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0382 ms (715 iterations)
63092026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
63102026-03-27T04:53:28.461Zprocess/Hairpin-DHCPv4/alloc_ct/Request
63112026-03-27T04:53:28.461Z time: [18.000 18.000 18.000 ]
63122026-03-27T04:53:28.461Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63132026-03-27T04:53:28.461Z No change in performance detected.
63142026-03-27T04:53:28.461Z
63152026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
63162026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
63172026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0405 ms (495 iterations)
63182026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
63192026-03-27T04:53:28.461Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
63202026-03-27T04:53:28.461Z time: [20.000 20.000 20.000 ]
63212026-03-27T04:53:28.461Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63222026-03-27T04:53:28.461Z No change in performance detected.
63232026-03-27T04:53:28.461Z
63242026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
63252026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
63262026-03-27T04:53:28.461ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0167 ms (495 iterations)
63272026-03-27T04:53:28.464ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
63282026-03-27T04:53:28.464Zprocess/Hairpin-DHCPv6/alloc_ct/Request
63292026-03-27T04:53:28.464Z time: [21.000 21.000 21.000 ]
63302026-03-27T04:53:28.464Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63312026-03-27T04:53:28.464Z No change in performance detected.
63322026-03-27T04:53:28.464Z
63332026-03-27T04:53:28.464ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
63342026-03-27T04:53:28.464ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
63352026-03-27T04:53:28.464ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0214 ms (770 iterations)
63362026-03-27T04:53:28.464ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
63372026-03-27T04:53:28.464Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
63382026-03-27T04:53:28.464Z time: [13.000 13.000 13.000 ]
63392026-03-27T04:53:28.464Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63402026-03-27T04:53:28.464Z No change in performance detected.
63412026-03-27T04:53:28.465Z
63422026-03-27T04:53:28.465ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
63432026-03-27T04:53:28.465ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
63442026-03-27T04:53:28.468ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0183 ms (715 iterations)
63452026-03-27T04:53:28.468ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
63462026-03-27T04:53:28.468Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
63472026-03-27T04:53:28.468Z time: [12.000 12.000 12.000 ]
63482026-03-27T04:53:28.468Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63492026-03-27T04:53:28.468Z No change in performance detected.
63502026-03-27T04:53:28.468Z
63512026-03-27T04:53:28.468ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
63522026-03-27T04:53:28.468ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
63532026-03-27T04:53:28.468ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0801 ms (715 iterations)
63542026-03-27T04:53:28.468ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
63552026-03-27T04:53:28.471Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
63562026-03-27T04:53:28.471Z time: [14.000 14.000 14.000 ]
63572026-03-27T04:53:28.471Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63582026-03-27T04:53:28.471Z No change in performance detected.
63592026-03-27T04:53:28.471Z
63602026-03-27T04:53:28.471ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
63612026-03-27T04:53:28.471ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
63622026-03-27T04:53:28.471ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0010 ms (715 iterations)
63632026-03-27T04:53:28.471ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
63642026-03-27T04:53:28.471Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
63652026-03-27T04:53:28.471Z time: [14.000 14.000 14.000 ]
63662026-03-27T04:53:28.471Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63672026-03-27T04:53:28.471Z No change in performance detected.
63682026-03-27T04:53:28.471Z
63692026-03-27T04:53:28.471ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
63702026-03-27T04:53:28.471ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
63712026-03-27T04:53:28.471ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0604 ms (660 iterations)
63722026-03-27T04:53:28.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
63732026-03-27T04:53:28.474Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
63742026-03-27T04:53:28.474Z time: [3.0000 3.0000 3.0000 ]
63752026-03-27T04:53:28.474Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63762026-03-27T04:53:28.474Z No change in performance detected.
63772026-03-27T04:53:28.474Z
63782026-03-27T04:53:28.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
63792026-03-27T04:53:28.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
63802026-03-27T04:53:28.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0436 ms (495 iterations)
63812026-03-27T04:53:28.474ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
63822026-03-27T04:53:28.474Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
63832026-03-27T04:53:28.474Z time: [3.0000 3.0000 3.0000 ]
63842026-03-27T04:53:28.474Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
63852026-03-27T04:53:28.474Z No change in performance detected.
63862026-03-27T04:53:28.474Z
63872026-03-27T04:53:28.476ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
63882026-03-27T04:53:28.476ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
63892026-03-27T04:53:28.476ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0360 ms (605 iterations)
63902026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
63912026-03-27T04:53:28.479ZCriterion.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.
63922026-03-27T04:53:28.479Z
63932026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
63942026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
63952026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0519 ms (495 iterations)
63962026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
63972026-03-27T04:53:28.479ZCriterion.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.
63982026-03-27T04:53:28.479Z
63992026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
64002026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
64012026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0113 ms (880 iterations)
64022026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
64032026-03-27T04:53:28.479Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
64042026-03-27T04:53:28.479Z time: [3.0000 3.0000 3.0000 ]
64052026-03-27T04:53:28.479Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64062026-03-27T04:53:28.479Z No change in performance detected.
64072026-03-27T04:53:28.479Z
64082026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
64092026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
64102026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0172 ms (495 iterations)
64112026-03-27T04:53:28.479ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
64122026-03-27T04:53:28.483Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
64132026-03-27T04:53:28.483Z time: [3.0000 3.0000 3.0000 ]
64142026-03-27T04:53:28.483Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64152026-03-27T04:53:28.483Z No change in performance detected.
64162026-03-27T04:53:28.483Z
64172026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
64182026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
64192026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0664 ms (770 iterations)
64202026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
64212026-03-27T04:53:28.483ZCriterion.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.
64222026-03-27T04:53:28.483Z
64232026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
64242026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
64252026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0184 ms (495 iterations)
64262026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
64272026-03-27T04:53:28.483ZCriterion.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.
64282026-03-27T04:53:28.483Z
64292026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
64302026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
64312026-03-27T04:53:28.483ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0485 ms (825 iterations)
64322026-03-27T04:53:28.486ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
64332026-03-27T04:53:28.486Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
64342026-03-27T04:53:28.486Z time: [3.0000 3.0000 3.0000 ]
64352026-03-27T04:53:28.486Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64362026-03-27T04:53:28.486Z No change in performance detected.
64372026-03-27T04:53:28.486Z
64382026-03-27T04:53:28.486ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
64392026-03-27T04:53:28.486ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
64402026-03-27T04:53:28.486ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0611 ms (495 iterations)
64412026-03-27T04:53:28.486ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
64422026-03-27T04:53:28.487Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
64432026-03-27T04:53:28.487Z time: [3.0000 3.0000 3.0000 ]
64442026-03-27T04:53:28.487Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64452026-03-27T04:53:28.487Z No change in performance detected.
64462026-03-27T04:53:28.487Z
64472026-03-27T04:53:28.487ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
64482026-03-27T04:53:28.487ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
64492026-03-27T04:53:28.487ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0513 ms (660 iterations)
64502026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
64512026-03-27T04:53:28.490ZCriterion.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.
64522026-03-27T04:53:28.490Z
64532026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
64542026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
64552026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0935 ms (495 iterations)
64562026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
64572026-03-27T04:53:28.490ZCriterion.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.
64582026-03-27T04:53:28.490Z
64592026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
64602026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
64612026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0532 ms (880 iterations)
64622026-03-27T04:53:28.490ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
64632026-03-27T04:53:28.493Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
64642026-03-27T04:53:28.493Z time: [3.0000 3.0000 3.0000 ]
64652026-03-27T04:53:28.493Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64662026-03-27T04:53:28.493Z No change in performance detected.
64672026-03-27T04:53:28.493Z
64682026-03-27T04:53:28.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
64692026-03-27T04:53:28.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
64702026-03-27T04:53:28.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0276 ms (495 iterations)
64712026-03-27T04:53:28.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
64722026-03-27T04:53:28.493Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
64732026-03-27T04:53:28.493Z time: [3.0000 3.0000 3.0000 ]
64742026-03-27T04:53:28.493Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64752026-03-27T04:53:28.493Z No change in performance detected.
64762026-03-27T04:53:28.493Z
64772026-03-27T04:53:28.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
64782026-03-27T04:53:28.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
64792026-03-27T04:53:28.493ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0198 ms (715 iterations)
64802026-03-27T04:53:28.496ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
64812026-03-27T04:53:28.496ZCriterion.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.
64822026-03-27T04:53:28.497Z
64832026-03-27T04:53:28.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
64842026-03-27T04:53:28.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
64852026-03-27T04:53:28.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0484 ms (495 iterations)
64862026-03-27T04:53:28.497ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
64872026-03-27T04:53:28.497ZCriterion.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.
64882026-03-27T04:53:28.497Z
64892026-03-27T04:53:28.497ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
64902026-03-27T04:53:28.497ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64912026-03-27T04:53:28.497ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0962 ms (330 iterations)
64922026-03-27T04:53:28.497ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
64932026-03-27T04:53:28.497Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
64942026-03-27T04:53:28.497Z time: [35.000 35.000 35.000 ]
64952026-03-27T04:53:28.497Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
64962026-03-27T04:53:28.497Z No change in performance detected.
64972026-03-27T04:53:28.497Z
64982026-03-27T04:53:28.497ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
64992026-03-27T04:53:28.497ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65002026-03-27T04:53:28.500ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0796 ms (275 iterations)
65012026-03-27T04:53:28.500ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
65022026-03-27T04:53:28.500Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
65032026-03-27T04:53:28.500Z time: [35.000 35.000 35.000 ]
65042026-03-27T04:53:28.500Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65052026-03-27T04:53:28.500Z No change in performance detected.
65062026-03-27T04:53:28.500Z
65072026-03-27T04:53:28.500ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
65082026-03-27T04:53:28.500ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
65092026-03-27T04:53:28.500ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0316 ms (385 iterations)
65102026-03-27T04:53:28.500ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
65112026-03-27T04:53:28.500Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
65122026-03-27T04:53:28.500Z time: [20.000 20.000 20.000 ]
65132026-03-27T04:53:28.500Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65142026-03-27T04:53:28.500Z No change in performance detected.
65152026-03-27T04:53:28.503Z
65162026-03-27T04:53:28.503ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
65172026-03-27T04:53:28.504ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65182026-03-27T04:53:28.504ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1300 ms (330 iterations)
65192026-03-27T04:53:28.504ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
65202026-03-27T04:53:28.504Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
65212026-03-27T04:53:28.504Z time: [20.000 20.000 20.000 ]
65222026-03-27T04:53:28.504Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65232026-03-27T04:53:28.504Z No change in performance detected.
65242026-03-27T04:53:28.504Z
65252026-03-27T04:53:28.504ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65262026-03-27T04:53:28.504ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
65272026-03-27T04:53:28.504ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1164 ms (330 iterations)
65282026-03-27T04:53:28.507ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
65292026-03-27T04:53:28.507Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65302026-03-27T04:53:28.507Z time: [35.000 35.000 35.000 ]
65312026-03-27T04:53:28.507Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65322026-03-27T04:53:28.507Z No change in performance detected.
65332026-03-27T04:53:28.507Z
65342026-03-27T04:53:28.507ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65352026-03-27T04:53:28.507ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65362026-03-27T04:53:28.507ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0947 ms (275 iterations)
65372026-03-27T04:53:28.507ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
65382026-03-27T04:53:28.507Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65392026-03-27T04:53:28.508Z time: [35.000 35.000 35.000 ]
65402026-03-27T04:53:28.508Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65412026-03-27T04:53:28.508Z No change in performance detected.
65422026-03-27T04:53:28.508Z
65432026-03-27T04:53:28.508ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65442026-03-27T04:53:28.508ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
65452026-03-27T04:53:28.508ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1317 ms (440 iterations)
65462026-03-27T04:53:28.511ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
65472026-03-27T04:53:28.511Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65482026-03-27T04:53:28.511Z time: [20.000 20.000 20.000 ]
65492026-03-27T04:53:28.511Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65502026-03-27T04:53:28.511Z No change in performance detected.
65512026-03-27T04:53:28.511Z
65522026-03-27T04:53:28.511ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
65532026-03-27T04:53:28.511ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
65542026-03-27T04:53:28.511ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1418 ms (330 iterations)
65552026-03-27T04:53:28.511ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
65562026-03-27T04:53:28.511Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
65572026-03-27T04:53:28.511Z time: [20.000 20.000 20.000 ]
65582026-03-27T04:53:28.511Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65592026-03-27T04:53:28.511Z No change in performance detected.
65602026-03-27T04:53:28.511Z
65612026-03-27T04:53:28.511ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
65622026-03-27T04:53:28.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65632026-03-27T04:53:28.512ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1655 ms (330 iterations)
65642026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
65652026-03-27T04:53:28.515Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
65662026-03-27T04:53:28.515Z time: [35.000 35.000 35.000 ]
65672026-03-27T04:53:28.515Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65682026-03-27T04:53:28.515Z No change in performance detected.
65692026-03-27T04:53:28.515Z
65702026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
65712026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65722026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1517 ms (275 iterations)
65732026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
65742026-03-27T04:53:28.515Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
65752026-03-27T04:53:28.515Z time: [35.000 35.000 35.000 ]
65762026-03-27T04:53:28.515Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65772026-03-27T04:53:28.515Z No change in performance detected.
65782026-03-27T04:53:28.515Z
65792026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
65802026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
65812026-03-27T04:53:28.515ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0894 ms (385 iterations)
65822026-03-27T04:53:28.518ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
65832026-03-27T04:53:28.518Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
65842026-03-27T04:53:28.518Z time: [20.000 20.000 20.000 ]
65852026-03-27T04:53:28.519Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65862026-03-27T04:53:28.519Z No change in performance detected.
65872026-03-27T04:53:28.519Z
65882026-03-27T04:53:28.519ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
65892026-03-27T04:53:28.519ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65902026-03-27T04:53:28.519ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1829 ms (330 iterations)
65912026-03-27T04:53:28.519ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
65922026-03-27T04:53:28.519Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
65932026-03-27T04:53:28.519Z time: [20.000 20.000 20.000 ]
65942026-03-27T04:53:28.519Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65952026-03-27T04:53:28.519Z No change in performance detected.
65962026-03-27T04:53:28.519Z
65972026-03-27T04:53:28.519ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
65982026-03-27T04:53:28.519ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
65992026-03-27T04:53:28.519ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1148 ms (330 iterations)
66002026-03-27T04:53:28.522ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
66012026-03-27T04:53:28.522Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
66022026-03-27T04:53:28.522Z time: [35.000 35.000 35.000 ]
66032026-03-27T04:53:28.522Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66042026-03-27T04:53:28.523Z No change in performance detected.
66052026-03-27T04:53:28.523Z
66062026-03-27T04:53:28.523ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
66072026-03-27T04:53:28.523ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66082026-03-27T04:53:28.523ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1085 ms (275 iterations)
66092026-03-27T04:53:28.523ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
66102026-03-27T04:53:28.523Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
66112026-03-27T04:53:28.523Z time: [35.000 35.000 35.000 ]
66122026-03-27T04:53:28.523Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66132026-03-27T04:53:28.523Z No change in performance detected.
66142026-03-27T04:53:28.523Z
66152026-03-27T04:53:28.523ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
66162026-03-27T04:53:28.524ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
66172026-03-27T04:53:28.524ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0409 ms (385 iterations)
66182026-03-27T04:53:28.526ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
66192026-03-27T04:53:28.526Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
66202026-03-27T04:53:28.526Z time: [20.000 20.000 20.000 ]
66212026-03-27T04:53:28.527Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66222026-03-27T04:53:28.527Z No change in performance detected.
66232026-03-27T04:53:28.527Z
66242026-03-27T04:53:28.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66252026-03-27T04:53:28.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
66262026-03-27T04:53:28.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1297 ms (330 iterations)
66272026-03-27T04:53:28.527ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
66282026-03-27T04:53:28.527Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66292026-03-27T04:53:28.527Z time: [20.000 20.000 20.000 ]
66302026-03-27T04:53:28.527Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66312026-03-27T04:53:28.527Z No change in performance detected.
66322026-03-27T04:53:28.527Z
66332026-03-27T04:53:28.527ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
66342026-03-27T04:53:28.527ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
66352026-03-27T04:53:28.527ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0479 ms (715 iterations)
66362026-03-27T04:53:28.530ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
66372026-03-27T04:53:28.530Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
66382026-03-27T04:53:28.530Z time: [3924.0 B 3924.0 B 3924.0 B]
66392026-03-27T04:53:28.530Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66402026-03-27T04:53:28.530Z No change in performance detected.
66412026-03-27T04:53:28.530Z
66422026-03-27T04:53:28.530ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
66432026-03-27T04:53:28.530ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
66442026-03-27T04:53:28.530ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0162 ms (715 iterations)
66452026-03-27T04:53:28.530ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
66462026-03-27T04:53:28.530Zprocess/Hairpin-DHCPv4/alloc_sz/Request
66472026-03-27T04:53:28.530Z time: [3924.0 B 3924.0 B 3924.0 B]
66482026-03-27T04:53:28.530Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66492026-03-27T04:53:28.530Z No change in performance detected.
66502026-03-27T04:53:28.530Z
66512026-03-27T04:53:28.530ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
66522026-03-27T04:53:28.530ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
66532026-03-27T04:53:28.533ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0425 ms (550 iterations)
66542026-03-27T04:53:28.533ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
66552026-03-27T04:53:28.533Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
66562026-03-27T04:53:28.533Z time: [3988.0 B 3988.0 B 3988.0 B]
66572026-03-27T04:53:28.533Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66582026-03-27T04:53:28.533Z No change in performance detected.
66592026-03-27T04:53:28.533Z
66602026-03-27T04:53:28.533ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
66612026-03-27T04:53:28.533ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
66622026-03-27T04:53:28.534ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0691 ms (550 iterations)
66632026-03-27T04:53:28.534ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
66642026-03-27T04:53:28.536Zprocess/Hairpin-DHCPv6/alloc_sz/Request
66652026-03-27T04:53:28.536Z time: [4386.0 B 4386.0 B 4386.0 B]
66662026-03-27T04:53:28.536Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66672026-03-27T04:53:28.537Z No change in performance detected.
66682026-03-27T04:53:28.537Z
66692026-03-27T04:53:28.537ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
66702026-03-27T04:53:28.537ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
66712026-03-27T04:53:28.537ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0242 ms (825 iterations)
66722026-03-27T04:53:28.537ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
66732026-03-27T04:53:28.537Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
66742026-03-27T04:53:28.537Z time: [2888.0 B 2888.0 B 2888.0 B]
66752026-03-27T04:53:28.537Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66762026-03-27T04:53:28.537Z No change in performance detected.
66772026-03-27T04:53:28.537Z
66782026-03-27T04:53:28.537ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
66792026-03-27T04:53:28.537ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
66802026-03-27T04:53:28.537ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0063 ms (715 iterations)
66812026-03-27T04:53:28.540ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
66822026-03-27T04:53:28.540Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
66832026-03-27T04:53:28.541Z time: [2873.0 B 2873.0 B 2873.0 B]
66842026-03-27T04:53:28.541Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66852026-03-27T04:53:28.541Z No change in performance detected.
66862026-03-27T04:53:28.541Z
66872026-03-27T04:53:28.541ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
66882026-03-27T04:53:28.541ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
66892026-03-27T04:53:28.541ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0233 ms (715 iterations)
66902026-03-27T04:53:28.541ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
66912026-03-27T04:53:28.541Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
66922026-03-27T04:53:28.541Z time: [2926.0 B 2926.0 B 2926.0 B]
66932026-03-27T04:53:28.541Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66942026-03-27T04:53:28.541Z No change in performance detected.
66952026-03-27T04:53:28.541Z
66962026-03-27T04:53:28.541ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
66972026-03-27T04:53:28.541ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
66982026-03-27T04:53:28.541ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0702 ms (770 iterations)
66992026-03-27T04:53:28.544ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
67002026-03-27T04:53:28.544Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
67012026-03-27T04:53:28.544Z time: [2910.0 B 2910.0 B 2910.0 B]
67022026-03-27T04:53:28.544Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67032026-03-27T04:53:28.544Z No change in performance detected.
67042026-03-27T04:53:28.544Z
67052026-03-27T04:53:28.544ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
67062026-03-27T04:53:28.544ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
67072026-03-27T04:53:28.544ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0336 ms (825 iterations)
67082026-03-27T04:53:28.544ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
67092026-03-27T04:53:28.544Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
67102026-03-27T04:53:28.544Z time: [264.00 B 264.00 B 264.00 B]
67112026-03-27T04:53:28.544Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67122026-03-27T04:53:28.544Z No change in performance detected.
67132026-03-27T04:53:28.544Z
67142026-03-27T04:53:28.544ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
67152026-03-27T04:53:28.544ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
67162026-03-27T04:53:28.544ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1107 ms (550 iterations)
67172026-03-27T04:53:28.547ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
67182026-03-27T04:53:28.547Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
67192026-03-27T04:53:28.547Z time: [264.00 B 264.00 B 264.00 B]
67202026-03-27T04:53:28.547Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67212026-03-27T04:53:28.547Z No change in performance detected.
67222026-03-27T04:53:28.547Z
67232026-03-27T04:53:28.547ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
67242026-03-27T04:53:28.547ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
67252026-03-27T04:53:28.547ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0742 ms (770 iterations)
67262026-03-27T04:53:28.548ZCriterion.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.
67272026-03-27T04:53:28.548ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
67282026-03-27T04:53:28.548Z
67292026-03-27T04:53:28.548ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
67302026-03-27T04:53:28.548ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67312026-03-27T04:53:28.548ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0531 ms (495 iterations)
67322026-03-27T04:53:28.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
67332026-03-27T04:53:28.551ZCriterion.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.
67342026-03-27T04:53:28.551Z
67352026-03-27T04:53:28.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67362026-03-27T04:53:28.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
67372026-03-27T04:53:28.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0033 ms (880 iterations)
67382026-03-27T04:53:28.551ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
67392026-03-27T04:53:28.551Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67402026-03-27T04:53:28.551Z time: [264.00 B 264.00 B 264.00 B]
67412026-03-27T04:53:28.551Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67422026-03-27T04:53:28.551Z No change in performance detected.
67432026-03-27T04:53:28.552Z
67442026-03-27T04:53:28.552ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67452026-03-27T04:53:28.552ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67462026-03-27T04:53:28.552ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0480 ms (550 iterations)
67472026-03-27T04:53:28.552ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
67482026-03-27T04:53:28.555Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67492026-03-27T04:53:28.555Z time: [264.00 B 264.00 B 264.00 B]
67502026-03-27T04:53:28.555Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67512026-03-27T04:53:28.555Z No change in performance detected.
67522026-03-27T04:53:28.555Z
67532026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
67542026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
67552026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0166 ms (770 iterations)
67562026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
67572026-03-27T04:53:28.555ZCriterion.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.
67582026-03-27T04:53:28.555Z
67592026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
67602026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
67612026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0092 ms (495 iterations)
67622026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
67632026-03-27T04:53:28.555ZCriterion.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.
67642026-03-27T04:53:28.555Z
67652026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67662026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67672026-03-27T04:53:28.555ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0459 ms (825 iterations)
67682026-03-27T04:53:28.558ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
67692026-03-27T04:53:28.558Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67702026-03-27T04:53:28.558Z time: [264.00 B 264.00 B 264.00 B]
67712026-03-27T04:53:28.558Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67722026-03-27T04:53:28.558Z No change in performance detected.
67732026-03-27T04:53:28.558Z
67742026-03-27T04:53:28.558ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67752026-03-27T04:53:28.558ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67762026-03-27T04:53:28.558ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0014 ms (495 iterations)
67772026-03-27T04:53:28.558ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
67782026-03-27T04:53:28.558Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67792026-03-27T04:53:28.558Z time: [264.00 B 264.00 B 264.00 B]
67802026-03-27T04:53:28.559Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67812026-03-27T04:53:28.559Z No change in performance detected.
67822026-03-27T04:53:28.559Z
67832026-03-27T04:53:28.559ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
67842026-03-27T04:53:28.559ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
67852026-03-27T04:53:28.559ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0300 ms (715 iterations)
67862026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
67872026-03-27T04:53:28.562ZCriterion.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.
67882026-03-27T04:53:28.562Z
67892026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
67902026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67912026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0660 ms (495 iterations)
67922026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
67932026-03-27T04:53:28.562ZCriterion.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.
67942026-03-27T04:53:28.562Z
67952026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
67962026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
67972026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0493 ms (880 iterations)
67982026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
67992026-03-27T04:53:28.562Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
68002026-03-27T04:53:28.562Z time: [264.00 B 264.00 B 264.00 B]
68012026-03-27T04:53:28.562Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68022026-03-27T04:53:28.562Z No change in performance detected.
68032026-03-27T04:53:28.562Z
68042026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
68052026-03-27T04:53:28.562ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
68062026-03-27T04:53:28.565ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0726 ms (550 iterations)
68072026-03-27T04:53:28.565ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
68082026-03-27T04:53:28.565Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
68092026-03-27T04:53:28.565Z time: [264.00 B 264.00 B 264.00 B]
68102026-03-27T04:53:28.565Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68112026-03-27T04:53:28.565Z No change in performance detected.
68122026-03-27T04:53:28.565Z
68132026-03-27T04:53:28.565ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
68142026-03-27T04:53:28.565ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
68152026-03-27T04:53:28.565ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0128 ms (715 iterations)
68162026-03-27T04:53:28.566ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
68172026-03-27T04:53:28.566ZCriterion.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.
68182026-03-27T04:53:28.566Z
68192026-03-27T04:53:28.566ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
68202026-03-27T04:53:28.566ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
68212026-03-27T04:53:28.566ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0406 ms (495 iterations)
68222026-03-27T04:53:28.569ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
68232026-03-27T04:53:28.569ZCriterion.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.
68242026-03-27T04:53:28.569Z
68252026-03-27T04:53:28.569ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68262026-03-27T04:53:28.569ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
68272026-03-27T04:53:28.569ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0710 ms (330 iterations)
68282026-03-27T04:53:28.569ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
68292026-03-27T04:53:28.570Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68302026-03-27T04:53:28.570Z time: [7363.0 B 7363.0 B 7363.0 B]
68312026-03-27T04:53:28.570Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68322026-03-27T04:53:28.570Z No change in performance detected.
68332026-03-27T04:53:28.570Z
68342026-03-27T04:53:28.570ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68352026-03-27T04:53:28.570ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
68362026-03-27T04:53:28.570ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0808 ms (275 iterations)
68372026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
68382026-03-27T04:53:28.573Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68392026-03-27T04:53:28.573Z time: [7363.0 B 7363.0 B 7363.0 B]
68402026-03-27T04:53:28.573Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68412026-03-27T04:53:28.573Z No change in performance detected.
68422026-03-27T04:53:28.573Z
68432026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68442026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
68452026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0186 ms (385 iterations)
68462026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
68472026-03-27T04:53:28.573Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68482026-03-27T04:53:28.573Z time: [5872.0 B 5872.0 B 5872.0 B]
68492026-03-27T04:53:28.573Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68502026-03-27T04:53:28.573Z No change in performance detected.
68512026-03-27T04:53:28.573Z
68522026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68532026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
68542026-03-27T04:53:28.573ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1177 ms (330 iterations)
68552026-03-27T04:53:28.576ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
68562026-03-27T04:53:28.576Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68572026-03-27T04:53:28.576Z time: [5872.0 B 5872.0 B 5872.0 B]
68582026-03-27T04:53:28.576Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68592026-03-27T04:53:28.576Z No change in performance detected.
68602026-03-27T04:53:28.576Z
68612026-03-27T04:53:28.576ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68622026-03-27T04:53:28.576ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
68632026-03-27T04:53:28.576ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1665 ms (385 iterations)
68642026-03-27T04:53:28.576ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
68652026-03-27T04:53:28.576Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68662026-03-27T04:53:28.576Z time: [7363.0 B 7363.0 B 7363.0 B]
68672026-03-27T04:53:28.576Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68682026-03-27T04:53:28.577Z No change in performance detected.
68692026-03-27T04:53:28.577Z
68702026-03-27T04:53:28.577ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68712026-03-27T04:53:28.577ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68722026-03-27T04:53:28.577ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0426 ms (275 iterations)
68732026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
68742026-03-27T04:53:28.581Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68752026-03-27T04:53:28.581Z time: [7363.0 B 7363.0 B 7363.0 B]
68762026-03-27T04:53:28.581Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68772026-03-27T04:53:28.581Z No change in performance detected.
68782026-03-27T04:53:28.581Z
68792026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68802026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
68812026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.1207 ms (440 iterations)
68822026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
68832026-03-27T04:53:28.581Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68842026-03-27T04:53:28.581Z time: [5872.0 B 5872.0 B 5872.0 B]
68852026-03-27T04:53:28.581Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68862026-03-27T04:53:28.581Z No change in performance detected.
68872026-03-27T04:53:28.581Z
68882026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68892026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
68902026-03-27T04:53:28.581ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0821 ms (330 iterations)
68912026-03-27T04:53:28.585ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
68922026-03-27T04:53:28.585Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68932026-03-27T04:53:28.585Z time: [5872.0 B 5872.0 B 5872.0 B]
68942026-03-27T04:53:28.585Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68952026-03-27T04:53:28.586Z No change in performance detected.
68962026-03-27T04:53:28.586Z
68972026-03-27T04:53:28.586ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
68982026-03-27T04:53:28.586ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68992026-03-27T04:53:28.586ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1629 ms (330 iterations)
69002026-03-27T04:53:28.586ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
69012026-03-27T04:53:28.586Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
69022026-03-27T04:53:28.586Z time: [7363.0 B 7363.0 B 7363.0 B]
69032026-03-27T04:53:28.586Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69042026-03-27T04:53:28.586Z No change in performance detected.
69052026-03-27T04:53:28.586Z
69062026-03-27T04:53:28.586ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
69072026-03-27T04:53:28.586ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
69082026-03-27T04:53:28.586ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1528 ms (275 iterations)
69092026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
69102026-03-27T04:53:28.590Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
69112026-03-27T04:53:28.590Z time: [7363.0 B 7363.0 B 7363.0 B]
69122026-03-27T04:53:28.590Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69132026-03-27T04:53:28.590Z No change in performance detected.
69142026-03-27T04:53:28.590Z
69152026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
69162026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
69172026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0808 ms (385 iterations)
69182026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
69192026-03-27T04:53:28.590Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
69202026-03-27T04:53:28.590Z time: [5872.0 B 5872.0 B 5872.0 B]
69212026-03-27T04:53:28.590Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69222026-03-27T04:53:28.590Z No change in performance detected.
69232026-03-27T04:53:28.590Z
69242026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69252026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
69262026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1782 ms (330 iterations)
69272026-03-27T04:53:28.590ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
69282026-03-27T04:53:28.601Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69292026-03-27T04:53:28.601Z time: [5872.0 B 5872.0 B 5872.0 B]
69302026-03-27T04:53:28.601Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69312026-03-27T04:53:28.601Z No change in performance detected.
69322026-03-27T04:53:28.601Z
69332026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69342026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
69352026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1078 ms (330 iterations)
69362026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
69372026-03-27T04:53:28.601Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69382026-03-27T04:53:28.601Z time: [7363.0 B 7363.0 B 7363.0 B]
69392026-03-27T04:53:28.601Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69402026-03-27T04:53:28.601Z No change in performance detected.
69412026-03-27T04:53:28.601Z
69422026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69432026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
69442026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1094 ms (275 iterations)
69452026-03-27T04:53:28.601ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
69462026-03-27T04:53:28.601Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69472026-03-27T04:53:28.602Z time: [7363.0 B 7363.0 B 7363.0 B]
69482026-03-27T04:53:28.602Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69492026-03-27T04:53:28.602Z No change in performance detected.
69502026-03-27T04:53:28.602Z
69512026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69522026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
69532026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0416 ms (385 iterations)
69542026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
69552026-03-27T04:53:28.602Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69562026-03-27T04:53:28.602Z time: [5872.0 B 5872.0 B 5872.0 B]
69572026-03-27T04:53:28.602Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69582026-03-27T04:53:28.602Z No change in performance detected.
69592026-03-27T04:53:28.602Z
69602026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69612026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
69622026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1398 ms (330 iterations)
69632026-03-27T04:53:28.602ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
69642026-03-27T04:53:28.602Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69652026-03-27T04:53:28.602Z time: [5872.0 B 5872.0 B 5872.0 B]
69662026-03-27T04:53:28.602Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69672026-03-27T04:53:28.602Z No change in performance detected.
69682026-03-27T04:53:28.602Z
69692026-03-27T04:53:28.635Z+ cp -r target/criterion /work/bench-results
69702026-03-27T04:53:28.743Z+ cp -r target/xde-bench /work/bench-results
69712026-03-27T04:53:28.777Z+ pushd /work
69722026-03-27T04:53:28.778Z+ tar -caf bench-results.tgz bench-results
69732026-03-27T04:53:28.778Z/work /work/oxidecomputer/opte
69742026-03-27T04:53:29.282Z+ popd
69752026-03-27T04:53:29.282Z/work/oxidecomputer/opte
69762026-03-27T04:53:29.282Z+ cleanup
69772026-03-27T04:53:29.285Z++ id -un
69782026-03-27T04:53:29.288Z++ id -gn
69792026-03-27T04:53:29.291Z+ pfexec chown -R build:build .
69802026-03-27T04:53:29.351Z+ [[ -z 01KMPQ1A7CNHP0Q88582R21D8D ]]
69812026-03-27T04:53:29.354Zprocess exited: duration 1600328 ms, exit code 0
 
69822026-03-27T04:53:29.364Zfound 1 output files
69832026-03-27T04:53:29.364Zuploading: /work/bench-results.tgz (4650162 bytes)
69842026-03-27T04:53:30.406Zuploaded: /work/bench-results.tgz