01KHWME4EXFKHS6QBKX26K7AGM: 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: 01KHWMGGT8M4HQYFP5XZ6F3MVM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-20T04:30:49.745Zjob dependencies complete; ready to run (waiting for 9 m 4 s)
22026-02-20T04:31:48.247Zjob assigned to worker 01KHWN1EZXCC3BNCK4M6DRT5S6 [factory aws, i-042f793df24c89143] (queued for 58 s)
32026-02-20T04:31:56.579Zdownloading input: /input/xde/work/debug/xde.dbg
42026-02-20T04:31:57.456Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-02-20T04:31:57.456Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-02-20T04:31:57.483Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-02-20T04:31:57.484Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-02-20T04:31:57.511Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-02-20T04:31:57.511Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-02-20T04:31:57.542Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-02-20T04:31:57.545Zdownloading input: /input/xde/work/release/xde
122026-02-20T04:31:58.196Zdownloaded input: /input/xde/work/release/xde
132026-02-20T04:31:58.196Zdownloading input: /input/xde/work/release/xde.sha256
142026-02-20T04:31:58.222Zdownloaded input: /input/xde/work/release/xde.sha256
152026-02-20T04:31:58.222Zdownloading input: /input/xde/work/release/xde_link.so
162026-02-20T04:31:58.250Zdownloaded input: /input/xde/work/release/xde_link.so
172026-02-20T04:31:58.250Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-02-20T04:31:58.279Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-02-20T04:31:58.283Zdownloading input: /input/xde/work/test/loopback
202026-02-20T04:31:58.891Zdownloaded input: /input/xde/work/test/loopback
212026-02-20T04:31:58.891Zdownloading input: /input/xde/work/test/multicast_rx
222026-02-20T04:31:59.552Zdownloaded input: /input/xde/work/test/multicast_rx
232026-02-20T04:31:59.552Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-02-20T04:32:00.098Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-02-20T04:32:00.102Zdownloading input: /input/xde/work/test/multicast_validation
262026-02-20T04:32:00.718Zdownloaded input: /input/xde/work/test/multicast_validation
272026-02-20T04:32:00.718Zdownloading input: /input/xde/work/xde.conf
282026-02-20T04:32:00.750Zdownloaded input: /input/xde/work/xde.conf
 
292026-02-20T04:32:00.750Zstarting task 0: "setup"
302026-02-20T04:32:00.765Z++ uname -s
312026-02-20T04:32:00.768Z+ kern=SunOS
322026-02-20T04:32:00.768Z+ build_user=build
332026-02-20T04:32:00.768Z+ build_uid=12345
342026-02-20T04:32:00.768Z+ work_dir=/work
352026-02-20T04:32:00.768Z+ input_dir=/input
362026-02-20T04:32:00.768Z+ [[ 0 == 12345 ]]
372026-02-20T04:32:00.768Z+ case "$kern" in
382026-02-20T04:32:00.768Z+ groupadd -g 12345 build
392026-02-20T04:32:00.772Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-02-20T04:32:02.784Z+ zfs create -o mountpoint=/work rpool/work
412026-02-20T04:32:02.934Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-02-20T04:32:02.938Z+ home_fs=zfs
432026-02-20T04:32:02.938Z+ [[ zfs == autofs ]]
442026-02-20T04:32:02.938Z+ mkdir -p /home/build
452026-02-20T04:32:02.940Z+ chown build:build /home/build /work
462026-02-20T04:32:04.942Z+ chmod 0700 /home/build /work
472026-02-20T04:32:04.945Zprocess exited: duration 4193 ms, exit code 0
 
482026-02-20T04:32:04.951Zstarting task 1: "rust-toolchain"
492026-02-20T04:32:04.956Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
502026-02-20T04:32:04.956Z * rust toolchain channel = "1.90.0"
512026-02-20T04:32:04.956Z+ printf ' * rust toolchain profile = "%s"\n' default
522026-02-20T04:32:04.957Z * rust toolchain profile = "default"
532026-02-20T04:32:04.957Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
542026-02-20T04:32:04.959Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-02-20T04:32:04.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-02-20T04:32:04.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
572026-02-20T04:32:05.274Zinfo: downloading installer
582026-02-20T04:32:07.027Zwarn: It looks like you have an existing installation of Rust at:
592026-02-20T04:32:07.027Zwarn: /opt/ooce/bin
602026-02-20T04:32:07.027Zwarn: It is recommended that rustup be the primary Rust installation.
612026-02-20T04:32:07.027Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-02-20T04:32:07.027Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-02-20T04:32:07.027Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-02-20T04:32:07.027Zwarn: or pass `-y' to ignore all ignorable checks.
652026-02-20T04:32:07.027Zerror: cannot install while Rust is installed
662026-02-20T04:32:07.027Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-02-20T04:32:07.054Zinfo: profile set to 'default'
682026-02-20T04:32:07.055Zinfo: default host triple is x86_64-unknown-illumos
692026-02-20T04:32:07.057Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
702026-02-20T04:32:07.249Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
712026-02-20T04:32:07.249Zinfo: downloading component 'cargo'
722026-02-20T04:32:08.207Zinfo: downloading component 'clippy'
732026-02-20T04:32:08.575Zinfo: downloading component 'rust-docs'
742026-02-20T04:32:10.015Zinfo: downloading component 'rust-std'
752026-02-20T04:32:12.005Zinfo: downloading component 'rustc'
762026-02-20T04:32:20.557Zinfo: downloading component 'rustfmt'
772026-02-20T04:32:20.812Zinfo: installing component 'cargo'
782026-02-20T04:32:21.731Zinfo: installing component 'clippy'
792026-02-20T04:32:22.130Zinfo: installing component 'rust-docs'
802026-02-20T04:32:24.005Zinfo: installing component 'rust-std'
812026-02-20T04:32:25.923Zinfo: installing component 'rustc'
822026-02-20T04:32:32.469Zinfo: installing component 'rustfmt'
832026-02-20T04:32:32.814Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
842026-02-20T04:32:32.814Z
852026-02-20T04:32:33.239Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
862026-02-20T04:32:33.240Z
872026-02-20T04:32:33.243Z
882026-02-20T04:32:33.243ZRust is installed now. Great!
892026-02-20T04:32:33.243Z
902026-02-20T04:32:33.243ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
912026-02-20T04:32:33.243Zenvironment variable. This has not been done automatically.
922026-02-20T04:32:33.243Z
932026-02-20T04:32:33.243ZTo configure your current shell, you need to source
942026-02-20T04:32:33.243Zthe corresponding env file under $HOME/.cargo.
952026-02-20T04:32:33.243Z
962026-02-20T04:32:33.243ZThis is usually done by running one of the following (note the leading DOT):
972026-02-20T04:32:33.243Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
982026-02-20T04:32:33.243Zsource "$HOME/.cargo/env.fish" # For fish
992026-02-20T04:32:33.243Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
1002026-02-20T04:32:33.318Z+ rustup --version
1012026-02-20T04:32:33.330Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
1022026-02-20T04:32:33.334Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1032026-02-20T04:32:33.418Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
1042026-02-20T04:32:33.421Z+ cargo --version
1052026-02-20T04:32:33.487Zcargo 1.90.0 (840b83a10 2025-07-30)
1062026-02-20T04:32:33.490Z+ rustc --version
1072026-02-20T04:32:33.564Zrustc 1.90.0 (1159e78c4 2025-09-14)
1082026-02-20T04:32:33.567Zprocess exited: duration 28608 ms, exit code 0
 
1092026-02-20T04:32:33.574Zstarting task 2: "authentication"
1102026-02-20T04:32:33.596Zprocess exited: duration 21 ms, exit code 0
 
1112026-02-20T04:32:33.602Zstarting task 3: "clone repository"
1122026-02-20T04:32:33.606Z+ mkdir -p /work/oxidecomputer/opte
1132026-02-20T04:32:33.612Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1142026-02-20T04:32:33.652ZCloning into '/work/oxidecomputer/opte'...
1152026-02-20T04:32:34.587Z+ cd /work/oxidecomputer/opte
1162026-02-20T04:32:34.587Z+ git fetch origin f0e8206a98387983b689619462d7dd34162041fe
1172026-02-20T04:32:34.839ZFrom https://github.com/oxidecomputer/opte
1182026-02-20T04:32:34.839Z * branch f0e8206a98387983b689619462d7dd34162041fe -> FETCH_HEAD
1192026-02-20T04:32:34.847Z+ [[ -n '' ]]
1202026-02-20T04:32:34.847Z+ git reset --hard f0e8206a98387983b689619462d7dd34162041fe
1212026-02-20T04:32:34.873ZHEAD is now at f0e8206 Update Rust crate clap to v4.5.60
1222026-02-20T04:32:34.877Zprocess exited: duration 1272 ms, exit code 0
 
1232026-02-20T04:32:34.883Zstarting task 4: "build"
1242026-02-20T04:32:34.888Z+ source .github/buildomat/common.sh
1252026-02-20T04:32:34.888Z++ rustup show active-toolchain
1262026-02-20T04:32:34.938Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1272026-02-20T04:32:34.942Z++ pushd xde
1282026-02-20T04:32:34.945Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1292026-02-20T04:32:34.945Z++ rustup show active-toolchain
1302026-02-20T04:32:34.949Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1312026-02-20T04:32:35.157Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1322026-02-20T04:32:35.161Zinfo: downloading component 'cargo'
1332026-02-20T04:32:36.087Zinfo: downloading component 'clippy'
1342026-02-20T04:32:36.465Zinfo: downloading component 'rust-src'
1352026-02-20T04:32:36.775Zinfo: downloading component 'rust-std'
1362026-02-20T04:32:38.719Zinfo: downloading component 'rustc'
1372026-02-20T04:32:47.533Zinfo: downloading component 'rustfmt'
1382026-02-20T04:32:48.059Zinfo: installing component 'cargo'
1392026-02-20T04:32:48.972Zinfo: installing component 'clippy'
1402026-02-20T04:32:49.370Zinfo: installing component 'rust-src'
1412026-02-20T04:32:49.745Zinfo: installing component 'rust-std'
1422026-02-20T04:32:51.461Zinfo: installing component 'rustc'
1432026-02-20T04:32:58.065Zinfo: installing component 'rustfmt'
1442026-02-20T04:32:58.409Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1452026-02-20T04:32:58.489Z+++ rustup show active-toolchain -v
1462026-02-20T04:32:58.491Z+++ head -n 1
1472026-02-20T04:32:58.492Z+++ cut '-d ' -f1
1482026-02-20T04:32:58.598Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1492026-02-20T04:32:58.598Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1502026-02-20T04:32:58.598Z++ popd
1512026-02-20T04:32:58.601Z/work/oxidecomputer/opte
1522026-02-20T04:32:58.601Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1532026-02-20T04:33:10.400Z Startup: Refreshing catalog 'helios-dev' ... Done
1542026-02-20T04:33:20.837Z Startup: Caching catalogs ... Done
1552026-02-20T04:33:43.691ZPlanning: Solver setup ... Done
1562026-02-20T04:33:43.886ZPlanning: Running solver ... Done
1572026-02-20T04:33:44.058ZPlanning: Finding local manifests ... Done
1582026-02-20T04:33:44.071ZPlanning: Fetching manifests: 0/6 0% complete
1592026-02-20T04:33:44.134ZPlanning: Fetching manifests: 6/6 100% complete
1602026-02-20T04:33:44.152ZPlanning: Package planning ... Done
1612026-02-20T04:33:44.156ZPlanning: Merging actions ... Done
1622026-02-20T04:33:44.623ZPlanning: Checking for conflicting actions ... Done
1632026-02-20T04:33:44.627ZPlanning: Consolidating action changes ... Done
1642026-02-20T04:33:47.042ZPlanning: Evaluating mediators ... Done
1652026-02-20T04:33:47.045ZPlanning: Planning completed in 26.05 seconds
1662026-02-20T04:33:47.305Z Packages to install: 6
1672026-02-20T04:33:47.305Z Services to change: 2
1682026-02-20T04:33:47.305Z Create boot environment: No
1692026-02-20T04:33:47.309ZCreate backup boot environment: No
1702026-02-20T04:33:47.462Z
1712026-02-20T04:33:47.462ZDownload: 0/22 items 0.0/14.6MB 0% complete
1722026-02-20T04:33:47.616ZDownload: Completed 14.61 MB in 0.15 seconds (95.1M/s)
1732026-02-20T04:33:47.732Z Actions: 1/110 actions (Installing new actions)
1742026-02-20T04:33:48.273Z Actions: Completed 110 actions in 0.54 seconds.
1752026-02-20T04:33:48.959Z Done
1762026-02-20T04:33:48.960Z Done
1772026-02-20T04:33:49.965Z Done
1782026-02-20T04:33:55.390Z Done
1792026-02-20T04:33:55.470Z Done
1802026-02-20T04:33:55.473Z Done
1812026-02-20T04:34:01.748Z Done
1822026-02-20T04:34:02.413Z+ [[ -z 01KHWMGGT8M4HQYFP5XZ6F3MVM ]]
1832026-02-20T04:34:02.413Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1842026-02-20T04:34:04.037Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23457:20250626T230506Z
1852026-02-20T04:34:04.037Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1862026-02-20T04:34:04.037Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1872026-02-20T04:34:04.037Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1882026-02-20T04:34:04.038Ztempdir @ "/tmp/.tmpKCg5GC/tmp"
1892026-02-20T04:34:04.038Zimage root @ "/tmp/.tmpKCg5GC/tmp/root"
1902026-02-20T04:34:04.038Zcreating image...
1912026-02-20T04:34:04.431Zcopying publishers...
1922026-02-20T04:34:23.149Zadding properties...
1932026-02-20T04:34:24.129Zinstalling packages...
1942026-02-20T04:36:10.864Zseeding SMF database...
1952026-02-20T04:36:17.930Zconfiguring SMF profile...
1962026-02-20T04:36:17.933Zmodifying shadow(5)...
1972026-02-20T04:36:17.934Zloading user and group database...
1982026-02-20T04:36:17.934Zloading facet selections...
1992026-02-20T04:36:18.343Z devel -> true
2002026-02-20T04:36:18.343Z doc.man -> true
2012026-02-20T04:36:18.343Z entire.service/hal -> true
2022026-02-20T04:36:18.343Z entire.service/network/smtp/dma -> true
2032026-02-20T04:36:18.344Z locale.ar -> true
2042026-02-20T04:36:18.344Z locale.ca -> true
2052026-02-20T04:36:18.344Z locale.cs -> true
2062026-02-20T04:36:18.344Z locale.de -> true
2072026-02-20T04:36:18.344Z locale.es -> true
2082026-02-20T04:36:18.344Z locale.fr -> true
2092026-02-20T04:36:18.344Z locale.he -> true
2102026-02-20T04:36:18.344Z locale.hu -> true
2112026-02-20T04:36:18.344Z locale.id -> true
2122026-02-20T04:36:18.344Z locale.it -> true
2132026-02-20T04:36:18.344Z locale.ja -> true
2142026-02-20T04:36:18.344Z locale.ko -> true
2152026-02-20T04:36:18.344Z locale.nl -> true
2162026-02-20T04:36:18.344Z locale.pl -> true
2172026-02-20T04:36:18.344Z locale.pt_BR -> true
2182026-02-20T04:36:18.344Z locale.ru -> true
2192026-02-20T04:36:18.344Z locale.sk -> true
2202026-02-20T04:36:18.344Z locale.sv -> true
2212026-02-20T04:36:18.344Z locale.zh_CN -> true
2222026-02-20T04:36:18.344Z locale.zh_HK -> true
2232026-02-20T04:36:18.344Z locale.zh_TW -> true
2242026-02-20T04:36:18.344Z onu.ooceonly -> true
2252026-02-20T04:36:18.344Z version-lock.shell/ksh93 -> true
2262026-02-20T04:36:18.345Z version-lock.system/data/hardware-registry -> true
2272026-02-20T04:36:18.345Z version-lock.system/data/zoneinfo -> true
2282026-02-20T04:36:18.345Z version-lock.system/microcode/amd -> true
2292026-02-20T04:36:18.345Z version-lock.system/microcode/intel -> true
2302026-02-20T04:36:18.345Z version-lock.system/microcode/oxide -> true
2312026-02-20T04:36:18.345Zassessing packaged files...
2322026-02-20T04:36:20.674Zcreating archive...
2332026-02-20T04:36:20.709Zmissing from packaging:
2342026-02-20T04:36:20.712Z "etc/.pwd.lock"
2352026-02-20T04:36:20.715Z "etc/svc/profile/generic.xml"
2362026-02-20T04:36:20.715Z "etc/svc/profile/inetd_services.xml"
2372026-02-20T04:36:20.715Z "etc/svc/profile/name_service.xml"
2382026-02-20T04:36:20.715Z "etc/svc/profile/platform.xml"
2392026-02-20T04:36:20.715Z "etc/svc/profile/platform_omicron1.xml"
2402026-02-20T04:36:20.715Z "etc/svc/repository.db"
2412026-02-20T04:36:20.718Z
2422026-02-20T04:36:20.725Z
2432026-02-20T04:36:20.725Zfinishing archive...
2442026-02-20T04:36:21.670Zcreating gzonly manifest...
2452026-02-20T04:36:21.673Zok
2462026-02-20T04:36:21.778Z+ trap cleanup EXIT
2472026-02-20T04:36:21.781Z+ OUT_DIR=/work/bench-results
2482026-02-20T04:36:21.782Z+ mkdir -p /work/bench-results
2492026-02-20T04:36:21.782Z+ mkdir -p target/criterion
2502026-02-20T04:36:21.785Z+ mkdir -p target/xde-bench
2512026-02-20T04:36:21.788Z+ banner collect
2522026-02-20T04:36:21.788Z
2532026-02-20T04:36:21.788Z #### #### # # ###### #### #####
2542026-02-20T04:36:21.788Z # # # # # # # # # #
2552026-02-20T04:36:21.788Z # # # # # ##### # #
2562026-02-20T04:36:21.788Z # # # # # # # #
2572026-02-20T04:36:21.788Z # # # # # # # # # #
2582026-02-20T04:36:21.788Z #### #### ###### ###### ###### #### #
2592026-02-20T04:36:21.788Z
2602026-02-20T04:36:21.791Z++ cat .git/refs/heads/master
2612026-02-20T04:36:21.791Z+ BASELINE_COMMIT=f0e8206a98387983b689619462d7dd34162041fe
2622026-02-20T04:36:21.791Z+ [[ '' == \m\a\s\t\e\r ]]
2632026-02-20T04:36:21.791Z+ get_artifact opte benchmark f0e8206a98387983b689619462d7dd34162041fe bench-results.tgz
2642026-02-20T04:36:21.791Z+ local curl_res
2652026-02-20T04:36:21.791Z+ repo=opte
2662026-02-20T04:36:21.791Z+ series=benchmark
2672026-02-20T04:36:21.791Z+ commit=f0e8206a98387983b689619462d7dd34162041fe
2682026-02-20T04:36:21.791Z+ name=bench-results.tgz
2692026-02-20T04:36:21.791Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2702026-02-20T04:36:21.791Z+ mkdir -p download
2712026-02-20T04:36:21.795Z+ pushd download
2722026-02-20T04:36:21.795Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2732026-02-20T04:36:21.795Z+ [[ ! -f bench-results.tgz ]]
2742026-02-20T04:36:21.795Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/f0e8206a98387983b689619462d7dd34162041fe/bench-results.tgz
2752026-02-20T04:36:21.801Z % Total % Received % Xferd Average Speed Time Time Time Current
2762026-02-20T04:36:21.801Z Dload Upload Total Spent Left Speed
2772026-02-20T04:36:21.881Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2782026-02-20T04:36:21.881Zcurl: (22) The requested URL returned error: 404
2792026-02-20T04:36:21.885Z+ curl_res=22
2802026-02-20T04:36:21.885Z+ popd
2812026-02-20T04:36:21.889Z+ return 22
2822026-02-20T04:36:21.889Z/work/oxidecomputer/opte
2832026-02-20T04:36:21.889Z+ echo 'Baseline results not found for branch '\''master'\''. Running without comparison.'
2842026-02-20T04:36:21.889ZBaseline results not found for branch 'master'. Running without comparison.
2852026-02-20T04:36:21.889Z+ [[ '' -eq 1 ]]
2862026-02-20T04:36:21.889Z+ uname -a
2872026-02-20T04:36:21.889ZSunOS w-01KHWN1EZXCC3BNCK4M6DRT5S6 5.11 helios-2.0.23457 i86pc i386 i86pc
2882026-02-20T04:36:21.889Z+ cat /etc/versions/build
2892026-02-20T04:36:21.892Zheads/stlouis-0-g882bec99c4
2902026-02-20T04:36:21.892Z+ dladm
2912026-02-20T04:36:21.895ZLINK CLASS MTU STATE BRIDGE OVER
2922026-02-20T04:36:21.895Zena0 phys 9216 up -- --
2932026-02-20T04:36:21.895Z+ ipadm
2942026-02-20T04:36:21.898ZADDROBJ TYPE STATE ADDR
2952026-02-20T04:36:21.898Zlo0/v4 static ok 127.0.0.1/8
2962026-02-20T04:36:21.898Zena0/dhcp dhcp ok 10.150.1.116/24
2972026-02-20T04:36:21.898Zlo0/v6 static ok ::1/128
2982026-02-20T04:36:21.901Z+ pfexec rem_drv xde
2992026-02-20T04:36:21.909Z+ set -o errexit
3002026-02-20T04:36:21.909Z+ set -o pipefail
3012026-02-20T04:36:21.912Z+ banner prepare
3022026-02-20T04:36:21.912Z
3032026-02-20T04:36:21.912Z ##### ##### ###### ##### ## ##### ######
3042026-02-20T04:36:21.912Z # # # # # # # # # # # #
3052026-02-20T04:36:21.912Z # # # # ##### # # # # # # #####
3062026-02-20T04:36:21.912Z ##### ##### # ##### ###### ##### #
3072026-02-20T04:36:21.912Z # # # # # # # # # #
3082026-02-20T04:36:21.912Z # # # ###### # # # # # ######
3092026-02-20T04:36:21.912Z
3102026-02-20T04:36:21.912Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3112026-02-20T04:36:21.915Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3122026-02-20T04:36:21.997Z+ pfexec add_drv xde
3132026-02-20T04:36:22.304Z+ banner bench
3142026-02-20T04:36:22.308Z
3152026-02-20T04:36:22.308Z ##### ###### # # #### # #
3162026-02-20T04:36:22.308Z # # # ## # # # # #
3172026-02-20T04:36:22.308Z ##### ##### # # # # ######
3182026-02-20T04:36:22.308Z # # # # # # # # #
3192026-02-20T04:36:22.308Z # # # # ## # # # #
3202026-02-20T04:36:22.308Z ##### ###### # # #### # #
3212026-02-20T04:36:22.308Z
3222026-02-20T04:36:22.308Z+ cargo kbench local
3232026-02-20T04:36:22.502Z Updating crates.io index
3242026-02-20T04:36:22.567Z Updating git repository `https://github.com/oxidecomputer/falcon`
3252026-02-20T04:36:23.620Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3262026-02-20T04:36:23.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272026-02-20T04:36:24.289Z Updating git repository `https://github.com/oxidecomputer/zone`
3282026-02-20T04:36:24.536Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3292026-02-20T04:36:24.962Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3302026-02-20T04:36:25.198Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3312026-02-20T04:36:27.100Z Downloading crates ...
3322026-02-20T04:36:27.185Z Downloaded ciborium-ll v0.2.2
3332026-02-20T04:36:27.197Z Downloaded embedded-io v0.6.1
3342026-02-20T04:36:27.200Z Downloaded defmt-macros v1.0.1
3352026-02-20T04:36:27.203Z Downloaded heck v0.4.1
3362026-02-20T04:36:27.203Z Downloaded foreign-types-shared v0.3.1
3372026-02-20T04:36:27.203Z Downloaded darling v0.21.3
3382026-02-20T04:36:27.207Z Downloaded crc32fast v1.5.0
3392026-02-20T04:36:27.216Z Downloaded tabwriter v1.4.1
3402026-02-20T04:36:27.221Z Downloaded once_cell v1.21.3
3412026-02-20T04:36:27.224Z Downloaded proc-macro-crate v3.4.0
3422026-02-20T04:36:27.227Z Downloaded alloca v0.4.0
3432026-02-20T04:36:27.227Z Downloaded socket2 v0.6.2
3442026-02-20T04:36:27.230Z Downloaded slog-envlogger v2.2.0
3452026-02-20T04:36:27.233Z Downloaded plotters-svg v0.3.7
3462026-02-20T04:36:27.233Z Downloaded defmt v1.0.1
3472026-02-20T04:36:27.236Z Downloaded cfg_aliases v0.2.1
3482026-02-20T04:36:27.239Z Downloaded walkdir v2.5.0
3492026-02-20T04:36:27.241Z Downloaded anstyle-parse v0.2.7
3502026-02-20T04:36:27.241Z Downloaded deranged v0.5.5
3512026-02-20T04:36:27.244Z Downloaded time-core v0.1.8
3522026-02-20T04:36:27.244Z Downloaded thiserror v2.0.18
3532026-02-20T04:36:27.249Z Downloaded proc-macro2 v1.0.106
3542026-02-20T04:36:27.252Z Downloaded pin-project-lite v0.2.16
3552026-02-20T04:36:27.259Z Downloaded iana-time-zone v0.1.65
3562026-02-20T04:36:27.263Z Downloaded managed v0.8.0
3572026-02-20T04:36:27.265Z Downloaded cookie-factory v0.3.3
3582026-02-20T04:36:27.268Z Downloaded anstyle-query v1.1.5
3592026-02-20T04:36:27.271Z Downloaded toml_edit v0.23.10+spec-1.0.0
3602026-02-20T04:36:27.274Z Downloaded darling_macro v0.21.3
3612026-02-20T04:36:27.274Z Downloaded crossbeam-deque v0.8.6
3622026-02-20T04:36:27.277Z Downloaded is_terminal_polyfill v1.70.2
3632026-02-20T04:36:27.280Z Downloaded itoa v1.0.17
3642026-02-20T04:36:27.280Z Downloaded embedded-io v0.4.0
3652026-02-20T04:36:27.283Z Downloaded pretty-hex v0.4.1
3662026-02-20T04:36:27.286Z Downloaded ctor-proc-macro v0.0.7
3672026-02-20T04:36:27.286Z Downloaded either v1.15.0
3682026-02-20T04:36:27.290Z Downloaded anes v0.1.6
3692026-02-20T04:36:27.290Z Downloaded rayon v1.11.0
3702026-02-20T04:36:27.298Z Downloaded indexmap v2.13.0
3712026-02-20T04:36:27.302Z Downloaded errno v0.3.14
3722026-02-20T04:36:27.305Z Downloaded colored v3.1.1
3732026-02-20T04:36:27.308Z Downloaded byteorder v1.5.0
3742026-02-20T04:36:27.311Z Downloaded regex-automata v0.4.14
3752026-02-20T04:36:27.323Z Downloaded take_mut v0.2.2
3762026-02-20T04:36:27.326Z Downloaded num-conv v0.2.0
3772026-02-20T04:36:27.326Z Downloaded futures-task v0.3.31
3782026-02-20T04:36:27.329Z Downloaded dtor-proc-macro v0.0.6
3792026-02-20T04:36:27.329Z Downloaded stable_deref_trait v1.2.1
3802026-02-20T04:36:27.329Z Downloaded slog-async v2.8.0
3812026-02-20T04:36:27.332Z Downloaded shlex v1.3.0
3822026-02-20T04:36:27.332Z Downloaded foreign-types v0.5.0
3832026-02-20T04:36:27.335Z Downloaded cstr-argument v0.1.2
3842026-02-20T04:36:27.335Z Downloaded cfg-if v1.0.4
3852026-02-20T04:36:27.338Z Downloaded proc-macro-error2 v2.0.1
3862026-02-20T04:36:27.341Z Downloaded zmij v1.0.20
3872026-02-20T04:36:27.345Z Downloaded oxnet v0.1.4
3882026-02-20T04:36:27.345Z Downloaded macaddr v1.0.1
3892026-02-20T04:36:27.345Z Downloaded is-terminal v0.4.17
3902026-02-20T04:36:27.348Z Downloaded rand_core v0.9.5
3912026-02-20T04:36:27.348Z Downloaded num-traits v0.2.19
3922026-02-20T04:36:27.351Z Downloaded futures-core v0.3.31
3932026-02-20T04:36:27.354Z Downloaded strsim v0.11.1
3942026-02-20T04:36:27.354Z Downloaded ciborium-io v0.2.2
3952026-02-20T04:36:27.357Z Downloaded heck v0.5.0
3962026-02-20T04:36:27.357Z Downloaded dyn-clone v1.0.20
3972026-02-20T04:36:27.360Z Downloaded find-msvc-tools v0.1.9
3982026-02-20T04:36:27.360Z Downloaded oorandom v11.1.5
3992026-02-20T04:36:27.362Z Downloaded same-file v1.0.6
4002026-02-20T04:36:27.362Z Downloaded powerfmt v0.2.0
4012026-02-20T04:36:27.365Z Downloaded futures-executor v0.3.31
4022026-02-20T04:36:27.365Z Downloaded clap_derive v4.5.55
4032026-02-20T04:36:27.368Z Downloaded slog-term v2.9.2
4042026-02-20T04:36:27.374Z Downloaded ingot v0.1.1
4052026-02-20T04:36:27.374Z Downloaded cobs v0.3.0
4062026-02-20T04:36:27.377Z Downloaded futures-macro v0.3.31
4072026-02-20T04:36:27.377Z Downloaded utf8parse v0.2.2
4082026-02-20T04:36:27.377Z Downloaded term v1.2.1
4092026-02-20T04:36:27.379Z Downloaded rusticata-macros v5.0.0
4102026-02-20T04:36:27.380Z Downloaded proc-macro-error-attr2 v2.0.0
4112026-02-20T04:36:27.383Z Downloaded serde_core v1.0.228
4122026-02-20T04:36:27.386Z Downloaded criterion-plot v0.8.2
4132026-02-20T04:36:27.386Z Downloaded plotters-backend v0.3.7
4142026-02-20T04:36:27.389Z Downloaded ciborium v0.2.2
4152026-02-20T04:36:27.389Z Downloaded version_check v0.9.5
4162026-02-20T04:36:27.392Z Downloaded erased-serde v0.3.31
4172026-02-20T04:36:27.392Z Downloaded futures-channel v0.3.31
4182026-02-20T04:36:27.394Z Downloaded proc-macro-error v1.0.4
4192026-02-20T04:36:27.400Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4202026-02-20T04:36:27.404Z Downloaded thiserror-impl v1.0.69
4212026-02-20T04:36:27.404Z Downloaded futures v0.3.31
4222026-02-20T04:36:27.408Z Downloaded tracing-attributes v0.1.31
4232026-02-20T04:36:27.408Z Downloaded tinytemplate v1.2.1
4242026-02-20T04:36:27.411Z Downloaded num_enum_derive v0.7.5
4252026-02-20T04:36:27.411Z Downloaded serde_derive v1.0.228
4262026-02-20T04:36:27.414Z Downloaded quote v1.0.44
4272026-02-20T04:36:27.417Z Downloaded anyhow v1.0.101
4282026-02-20T04:36:27.420Z Downloaded ingot-macros v0.1.1
4292026-02-20T04:36:27.420Z Downloaded getrandom v0.3.4
4302026-02-20T04:36:27.425Z Downloaded thread_local v1.1.9
4312026-02-20T04:36:27.428Z Downloaded thiserror v1.0.69
4322026-02-20T04:36:27.430Z Downloaded postcard v1.1.3
4332026-02-20T04:36:27.435Z Downloaded uuid v1.20.0
4342026-02-20T04:36:27.438Z Downloaded time-macros v0.2.27
4352026-02-20T04:36:27.438Z Downloaded toml_parser v1.0.7+spec-1.1.0
4362026-02-20T04:36:27.441Z Downloaded slog v2.8.2
4372026-02-20T04:36:27.444Z Downloaded criterion v0.8.2
4382026-02-20T04:36:27.453Z Downloaded tracing-core v0.1.36
4392026-02-20T04:36:27.455Z Downloaded heapless v0.8.0
4402026-02-20T04:36:27.458Z Downloaded serde v1.0.228
4412026-02-20T04:36:27.461Z Downloaded aho-corasick v1.1.4
4422026-02-20T04:36:27.465Z Downloaded futures-util v0.3.31
4432026-02-20T04:36:27.481Z Downloaded zerocopy-derive v0.8.39
4442026-02-20T04:36:27.486Z Downloaded rand v0.9.2
4452026-02-20T04:36:27.489Z Downloaded itertools v0.13.0
4462026-02-20T04:36:27.497Z Downloaded hashbrown v0.16.1
4472026-02-20T04:36:27.500Z Downloaded nom v8.0.0
4482026-02-20T04:36:27.507Z Downloaded itertools v0.14.0
4492026-02-20T04:36:27.510Z Downloaded itertools v0.12.1
4502026-02-20T04:36:27.516Z Downloaded regex v1.12.3
4512026-02-20T04:36:27.521Z Downloaded rustversion v1.0.22
4522026-02-20T04:36:27.525Z Downloaded clap_builder v4.5.60
4532026-02-20T04:36:27.529Z Downloaded nix v0.31.1
4542026-02-20T04:36:27.540Z Downloaded log v0.4.29
4552026-02-20T04:36:27.543Z Downloaded plotters v0.3.7
4562026-02-20T04:36:27.550Z Downloaded rayon-core v1.13.0
4572026-02-20T04:36:27.553Z Downloaded serde_json v1.0.149
4582026-02-20T04:36:27.560Z Downloaded memchr v2.8.0
4592026-02-20T04:36:27.564Z Downloaded winnow v0.7.14
4602026-02-20T04:36:27.572Z Downloaded syn v1.0.109
4612026-02-20T04:36:27.580Z Downloaded pcap-parser v0.17.0
4622026-02-20T04:36:27.586Z Downloaded time v0.3.47
4632026-02-20T04:36:27.596Z Downloaded unicode-ident v1.0.23
4642026-02-20T04:36:27.599Z Downloaded zerocopy v0.8.39
4652026-02-20T04:36:27.616Z Downloaded syn v2.0.114
4662026-02-20T04:36:27.626Z Downloaded unicode-width v0.2.2
4672026-02-20T04:36:27.630Z Downloaded smoltcp v0.11.0
4682026-02-20T04:36:27.640Z Downloaded cc v1.2.55
4692026-02-20T04:36:27.643Z Downloaded arc-swap v1.8.1
4702026-02-20T04:36:27.646Z Downloaded half v2.7.1
4712026-02-20T04:36:27.649Z Downloaded slog-scope v4.4.1
4722026-02-20T04:36:27.653Z Downloaded num_enum v0.7.5
4732026-02-20T04:36:27.656Z Downloaded chrono v0.4.43
4742026-02-20T04:36:27.660Z Downloaded clap v4.5.60
4752026-02-20T04:36:27.668Z Downloaded regex-syntax v0.8.9
4762026-02-20T04:36:27.673Z Downloaded ref-cast v1.0.25
4772026-02-20T04:36:27.677Z Downloaded rustix v1.1.3
4782026-02-20T04:36:27.695Z Downloaded thiserror-impl v2.0.18
4792026-02-20T04:36:27.698Z Downloaded tracing v0.1.44
4802026-02-20T04:36:27.711Z Downloaded ppv-lite86 v0.2.21
4812026-02-20T04:36:27.714Z Downloaded ident_case v1.0.1
4822026-02-20T04:36:27.714Z Downloaded bitflags v2.10.0
4832026-02-20T04:36:27.717Z Downloaded libc v0.2.180
4842026-02-20T04:36:27.743Z Downloaded crossbeam-epoch v0.9.18
4852026-02-20T04:36:27.746Z Downloaded futures-io v0.3.31
4862026-02-20T04:36:27.746Z Downloaded ref-cast-impl v1.0.25
4872026-02-20T04:36:27.749Z Downloaded proc-macro-error-attr v1.0.4
4882026-02-20T04:36:27.749Z Downloaded anstyle v1.0.13
4892026-02-20T04:36:27.749Z Downloaded slog-stdlog v4.1.1
4902026-02-20T04:36:27.751Z Downloaded colorchoice v1.0.4
4912026-02-20T04:36:27.752Z Downloaded fnv v1.0.7
4922026-02-20T04:36:27.752Z Downloaded terminal_size v0.4.3
4932026-02-20T04:36:27.752Z Downloaded slab v0.4.12
4942026-02-20T04:36:27.755Z Downloaded rand_chacha v0.9.0
4952026-02-20T04:36:27.755Z Downloaded ipnetwork v0.21.1
4962026-02-20T04:36:27.755Z Downloaded ingot-types v0.1.2
4972026-02-20T04:36:27.758Z Downloaded dtor v0.1.1
4982026-02-20T04:36:27.758Z Downloaded pin-utils v0.1.0
4992026-02-20T04:36:27.758Z Downloaded page_size v0.6.0
5002026-02-20T04:36:27.762Z Downloaded lazy_static v1.5.0
5012026-02-20T04:36:27.762Z Downloaded foreign-types-macros v0.2.3
5022026-02-20T04:36:27.762Z Downloaded defmt-parser v1.0.0
5032026-02-20T04:36:27.762Z Downloaded ctor v0.6.3
5042026-02-20T04:36:27.765Z Downloaded circular v0.3.0
5052026-02-20T04:36:27.765Z Downloaded cast v0.3.0
5062026-02-20T04:36:27.765Z Downloaded crossbeam-utils v0.8.21
5072026-02-20T04:36:27.765Z Downloaded anstream v0.6.21
5082026-02-20T04:36:27.768Z Downloaded hash32 v0.3.1
5092026-02-20T04:36:27.768Z Downloaded futures-sink v0.3.31
5102026-02-20T04:36:27.771Z Downloaded crossbeam-channel v0.5.15
5112026-02-20T04:36:27.773Z Downloaded clap_lex v1.0.0
5122026-02-20T04:36:27.773Z Downloaded darling_core v0.21.3
5132026-02-20T04:36:27.776Z Downloaded autocfg v1.5.0
5142026-02-20T04:36:27.779Z Downloaded defmt v0.3.100
5152026-02-20T04:36:27.779Z Downloaded bitflags v1.3.2
5162026-02-20T04:36:27.782Z Downloaded equivalent v1.0.2
5172026-02-20T04:36:27.853Z Compiling proc-macro2 v1.0.106
5182026-02-20T04:36:27.853Z Compiling unicode-ident v1.0.23
5192026-02-20T04:36:27.853Z Compiling quote v1.0.44
5202026-02-20T04:36:27.856Z Compiling serde_core v1.0.228
5212026-02-20T04:36:27.856Z Compiling cfg-if v1.0.4
5222026-02-20T04:36:27.856Z Compiling libc v0.2.180
5232026-02-20T04:36:27.856Z Compiling memchr v2.8.0
5242026-02-20T04:36:27.856Z Compiling serde v1.0.228
5252026-02-20T04:36:28.061Z Compiling zerocopy v0.8.39
5262026-02-20T04:36:28.161Z Compiling rustversion v1.0.22
5272026-02-20T04:36:28.865Z Compiling version_check v0.9.5
5282026-02-20T04:36:28.868Z Compiling either v1.15.0
5292026-02-20T04:36:28.885Z Compiling strsim v0.11.1
5302026-02-20T04:36:29.307Z Compiling thiserror v2.0.18
5312026-02-20T04:36:29.382Z Compiling fnv v1.0.7
5322026-02-20T04:36:29.455Z Compiling ident_case v1.0.1
5332026-02-20T04:36:29.736Z Compiling crossbeam-utils v0.8.21
5342026-02-20T04:36:29.886Z Compiling pin-project-lite v0.2.16
5352026-02-20T04:36:30.169Z Compiling regex-syntax v0.8.9
5362026-02-20T04:36:30.196Z Compiling syn v1.0.109
5372026-02-20T04:36:30.641Z Compiling equivalent v1.0.2
5382026-02-20T04:36:30.670Z Compiling winnow v0.7.14
5392026-02-20T04:36:30.853Z Compiling syn v2.0.114
5402026-02-20T04:36:30.964Z Compiling aho-corasick v1.1.4
5412026-02-20T04:36:31.047Z Compiling hashbrown v0.16.1
5422026-02-20T04:36:31.162Z Compiling itertools v0.14.0
5432026-02-20T04:36:32.193Z Compiling indexmap v2.13.0
5442026-02-20T04:36:34.338Z Compiling bitflags v2.10.0
5452026-02-20T04:36:34.368Z Compiling regex-automata v0.4.14
5462026-02-20T04:36:34.496Z Compiling toml_parser v1.0.7+spec-1.1.0
5472026-02-20T04:36:34.767Z Compiling autocfg v1.5.0
5482026-02-20T04:36:35.028Z Compiling byteorder v1.5.0
5492026-02-20T04:36:35.296Z Compiling getrandom v0.3.4
5502026-02-20T04:36:35.405Z Compiling toml_datetime v0.7.5+spec-1.1.0
5512026-02-20T04:36:35.505Z Compiling heapless v0.8.0
5522026-02-20T04:36:35.576Z Compiling num-traits v0.2.19
5532026-02-20T04:36:35.799Z Compiling toml_edit v0.23.10+spec-1.0.0
5542026-02-20T04:36:35.820Z Compiling hash32 v0.3.1
5552026-02-20T04:36:35.907Z Compiling slog v2.8.2
5562026-02-20T04:36:35.956Z Compiling smoltcp v0.11.0
5572026-02-20T04:36:36.046Z Compiling futures-core v0.3.31
5582026-02-20T04:36:36.260Z Compiling macaddr v1.0.1
5592026-02-20T04:36:36.278Z Compiling stable_deref_trait v1.2.1
5602026-02-20T04:36:36.352Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5612026-02-20T04:36:36.385Z Compiling futures-sink v0.3.31
5622026-02-20T04:36:36.564Z Compiling futures-channel v0.3.31
5632026-02-20T04:36:36.939Z Compiling proc-macro-crate v3.4.0
5642026-02-20T04:36:37.028Z Compiling proc-macro-error-attr v1.0.4
5652026-02-20T04:36:37.086Z Compiling anyhow v1.0.101
5662026-02-20T04:36:37.440Z Compiling ref-cast v1.0.25
5672026-02-20T04:36:37.653Z Compiling slab v0.4.12
5682026-02-20T04:36:37.719Z Compiling pin-utils v0.1.0
5692026-02-20T04:36:37.826Z Compiling darling_core v0.21.3
5702026-02-20T04:36:37.913Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5712026-02-20T04:36:37.926Z Compiling futures-io v0.3.31
5722026-02-20T04:36:38.000Z Compiling futures-task v0.3.31
5732026-02-20T04:36:38.031Z Compiling crc32fast v1.5.0
5742026-02-20T04:36:38.277Z Compiling regex v1.12.3
5752026-02-20T04:36:38.280Z Compiling bitflags v1.3.2
5762026-02-20T04:36:38.309Z Compiling managed v0.8.0
5772026-02-20T04:36:38.393Z Compiling itoa v1.0.17
5782026-02-20T04:36:38.853Z Compiling rand_core v0.9.5
5792026-02-20T04:36:39.151Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5802026-02-20T04:36:39.341Z Compiling proc-macro-error v1.0.4
5812026-02-20T04:36:39.719Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5822026-02-20T04:36:39.944Z Compiling unicode-width v0.2.2
5832026-02-20T04:36:40.098Z Compiling once_cell v1.21.3
5842026-02-20T04:36:40.536Z Compiling foreign-types-shared v0.3.1
5852026-02-20T04:36:40.551Z Compiling ipnetwork v0.21.1
5862026-02-20T04:36:40.603Z Compiling rustix v1.1.3
5872026-02-20T04:36:40.670Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5882026-02-20T04:36:40.711Z Compiling tracing-core v0.1.36
5892026-02-20T04:36:41.073Z Compiling tabwriter v1.4.1
5902026-02-20T04:36:41.346Z Compiling serde_derive v1.0.228
5912026-02-20T04:36:41.483Z Compiling zerocopy-derive v0.8.39
5922026-02-20T04:36:41.540Z Compiling thiserror-impl v2.0.18
5932026-02-20T04:36:41.635Z Compiling futures-macro v0.3.31
5942026-02-20T04:36:41.671Z Compiling num_enum_derive v0.7.5
5952026-02-20T04:36:42.523Z Compiling ref-cast-impl v1.0.25
5962026-02-20T04:36:43.453Z Compiling darling_macro v0.21.3
5972026-02-20T04:36:43.476Z Compiling futures-util v0.3.31
5982026-02-20T04:36:43.719Z Compiling foreign-types-macros v0.2.3
5992026-02-20T04:36:43.844Z Compiling num_enum v0.7.5
6002026-02-20T04:36:44.217Z Compiling tracing-attributes v0.1.31
6012026-02-20T04:36:44.421Z Compiling darling v0.21.3
6022026-02-20T04:36:44.470Z Compiling cobs v0.3.0
6032026-02-20T04:36:44.537Z Compiling ingot-macros v0.1.1
6042026-02-20T04:36:44.888Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6052026-02-20T04:36:44.901Z Compiling foreign-types v0.5.0
6062026-02-20T04:36:44.921Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6072026-02-20T04:36:46.365Z Compiling errno v0.3.14
6082026-02-20T04:36:46.563Z Compiling cstr-argument v0.1.2
6092026-02-20T04:36:46.913Z Compiling shlex v1.3.0
6102026-02-20T04:36:47.239Z Compiling find-msvc-tools v0.1.9
6112026-02-20T04:36:47.756Z Compiling pretty-hex v0.4.1
6122026-02-20T04:36:47.998Z Compiling zmij v1.0.20
6132026-02-20T04:36:48.518Z Compiling powerfmt v0.2.0
6142026-02-20T04:36:48.976Z Compiling futures-executor v0.3.31
6152026-02-20T04:36:49.352Z Compiling erased-serde v0.3.31
6162026-02-20T04:36:49.543Z Compiling postcard v1.1.3
6172026-02-20T04:36:49.812Z Compiling utf8parse v0.2.2
6182026-02-20T04:36:49.900Z Compiling num-conv v0.2.0
6192026-02-20T04:36:49.986Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
6202026-02-20T04:36:50.127Z Compiling time-core v0.1.8
6212026-02-20T04:36:50.297Z Compiling thiserror v1.0.69
6222026-02-20T04:36:50.331Z Compiling dyn-clone v1.0.20
6232026-02-20T04:36:50.436Z Compiling time-macros v0.2.27
6242026-02-20T04:36:50.949Z Compiling anstyle-parse v0.2.7
6252026-02-20T04:36:51.227Z Compiling futures v0.3.31
6262026-02-20T04:36:51.333Z Compiling deranged v0.5.5
6272026-02-20T04:36:51.410Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
6282026-02-20T04:36:51.513Z Compiling cc v1.2.55
6292026-02-20T04:36:51.746Z Compiling tracing v0.1.44
6302026-02-20T04:36:52.382Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6312026-02-20T04:36:53.287Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6322026-02-20T04:36:53.482Z Compiling ingot-types v0.1.2
6332026-02-20T04:36:53.706Z Compiling ppv-lite86 v0.2.21
6342026-02-20T04:36:54.357Z Compiling thiserror-impl v1.0.69
6352026-02-20T04:36:54.430Z Compiling ingot v0.1.1
6362026-02-20T04:36:54.474Z Compiling rand_chacha v0.9.0
6372026-02-20T04:36:54.527Z Compiling crossbeam-epoch v0.9.18
6382026-02-20T04:36:54.928Z Compiling rand v0.9.2
6392026-02-20T04:36:55.007Z Compiling uuid v1.20.0
6402026-02-20T04:36:55.487Z Compiling socket2 v0.6.2
6412026-02-20T04:36:55.931Z Compiling arc-swap v1.8.1
6422026-02-20T04:36:56.057Z Compiling nom v8.0.0
6432026-02-20T04:36:56.526Z Compiling thread_local v1.1.9
6442026-02-20T04:36:56.601Z Compiling is_terminal_polyfill v1.70.2
6452026-02-20T04:36:56.738Z Compiling heck v0.4.1
6462026-02-20T04:36:56.765Z Compiling colorchoice v1.0.4
6472026-02-20T04:36:56.942Z Compiling serde_json v1.0.149
6482026-02-20T04:36:57.112Z Compiling lazy_static v1.5.0
6492026-02-20T04:36:57.259Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6502026-02-20T04:36:57.337Z Compiling rayon-core v1.13.0
6512026-02-20T04:36:57.497Z Compiling iana-time-zone v0.1.65
6522026-02-20T04:36:57.700Z Compiling slog-async v2.8.0
6532026-02-20T04:36:57.703Z Compiling oxnet v0.1.4
6542026-02-20T04:36:58.059Z Compiling anstyle-query v1.1.5
6552026-02-20T04:36:58.107Z Compiling colored v3.1.1
6562026-02-20T04:36:58.205Z Compiling anstyle v1.0.13
6572026-02-20T04:36:58.284Z Compiling time v0.3.47
6582026-02-20T04:36:58.319Z Compiling chrono v0.4.43
6592026-02-20T04:36:58.668Z Compiling anstream v0.6.21
6602026-02-20T04:36:59.281Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6612026-02-20T04:36:59.570Z Compiling slog-scope v4.4.1
6622026-02-20T04:36:59.788Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6632026-02-20T04:37:01.331Z Compiling crossbeam-deque v0.8.6
6642026-02-20T04:37:01.955Z Compiling alloca v0.4.0
6652026-02-20T04:37:02.445Z Compiling rusticata-macros v5.0.0
6662026-02-20T04:37:02.459Z Compiling terminal_size v0.4.3
6672026-02-20T04:37:02.646Z Compiling half v2.7.1
6682026-02-20T04:37:02.734Z Compiling cookie-factory v0.3.3
6692026-02-20T04:37:02.961Z Compiling crossbeam-channel v0.5.15
6702026-02-20T04:37:03.330Z Compiling is-terminal v0.4.17
6712026-02-20T04:37:03.395Z Compiling itertools v0.12.1
6722026-02-20T04:37:03.430Z Compiling ciborium-io v0.2.2
6732026-02-20T04:37:03.475Z Compiling heck v0.5.0
6742026-02-20T04:37:03.571Z Compiling log v0.4.29
6752026-02-20T04:37:03.888Z Compiling circular v0.3.0
6762026-02-20T04:37:04.030Z Compiling cfg_aliases v0.2.1
6772026-02-20T04:37:04.139Z Compiling term v1.2.1
6782026-02-20T04:37:04.302Z Compiling plotters-backend v0.3.7
6792026-02-20T04:37:04.321Z Compiling take_mut v0.2.2
6802026-02-20T04:37:04.501Z Compiling clap_lex v1.0.0
6812026-02-20T04:37:04.969Z Compiling clap_builder v4.5.60
6822026-02-20T04:37:05.145Z Compiling slog-term v2.9.2
6832026-02-20T04:37:05.688Z Compiling plotters-svg v0.3.7
6842026-02-20T04:37:06.830Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6852026-02-20T04:37:07.125Z Compiling nix v0.31.1
6862026-02-20T04:37:07.272Z Compiling pcap-parser v0.17.0
6872026-02-20T04:37:07.527Z Compiling slog-stdlog v4.1.1
6882026-02-20T04:37:07.772Z Compiling clap_derive v4.5.55
6892026-02-20T04:37:07.925Z Compiling ciborium-ll v0.2.2
6902026-02-20T04:37:09.335Z Compiling itertools v0.13.0
6912026-02-20T04:37:09.838Z Compiling same-file v1.0.6
6922026-02-20T04:37:10.121Z Compiling cast v0.3.0
6932026-02-20T04:37:10.519Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6942026-02-20T04:37:11.164Z Compiling tinytemplate v1.2.1
6952026-02-20T04:37:11.478Z Compiling walkdir v2.5.0
6962026-02-20T04:37:11.904Z Compiling clap v4.5.60
6972026-02-20T04:37:12.187Z Compiling rayon v1.11.0
6982026-02-20T04:37:12.351Z Compiling ciborium v0.2.2
6992026-02-20T04:37:12.775Z Compiling criterion-plot v0.8.2
7002026-02-20T04:37:12.857Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
7012026-02-20T04:37:13.299Z Compiling slog-envlogger v2.2.0
7022026-02-20T04:37:14.151Z Compiling plotters v0.3.7
7032026-02-20T04:37:14.497Z Compiling page_size v0.6.0
7042026-02-20T04:37:14.673Z Compiling dtor-proc-macro v0.0.6
7052026-02-20T04:37:14.849Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7062026-02-20T04:37:15.314Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7072026-02-20T04:37:15.338Z Compiling anes v0.1.6
7082026-02-20T04:37:15.861Z Compiling oorandom v11.1.5
7092026-02-20T04:37:16.086Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7102026-02-20T04:37:16.894Z Compiling criterion v0.8.2
7112026-02-20T04:37:17.429Z Compiling dtor v0.1.1
7122026-02-20T04:37:19.616Z Compiling ctor-proc-macro v0.0.7
7132026-02-20T04:37:20.262Z Compiling ctor v0.6.3
7142026-02-20T04:37:21.875Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7152026-02-20T04:37:50.607Z Finished `bench` profile [optimized + debuginfo] target(s) in 1m 28s
7162026-02-20T04:37:50.722Z Running benches/xde.rs (target/release/deps/xde-f5aad4ab58a6dadf)
7172026-02-20T04:37:50.735Z###--------------------------------###
7182026-02-20T04:37:50.735Z:::Building test topology... (120s):::
7192026-02-20T04:37:50.735Z###--------------------------------###
7202026-02-20T04:37:50.743Zadding underlay route 0
7212026-02-20T04:37:50.746Zadding underlay route 1
7222026-02-20T04:37:50.899Zstart zone a
7232026-02-20T04:38:00.933Zconfigure zone
7242026-02-20T04:38:00.992Zinstall zone
7252026-02-20T04:38:10.601Zboot zone
7262026-02-20T04:38:10.717Zstart zone b
7272026-02-20T04:38:20.729Zconfigure zone
7282026-02-20T04:38:20.743Zinstall zone
7292026-02-20T04:38:22.573Zboot zone
7302026-02-20T04:38:22.694Zsetup zone a
7312026-02-20T04:38:22.694Z[a] svcs -a
7322026-02-20T04:38:22.879ZSTATE STIME FMRI
7332026-02-20T04:38:22.879Zlegacy_run 4:38:14 lrc:/etc/rc2_d/S20sysetup
7342026-02-20T04:38:22.879Zlegacy_run 4:38:14 lrc:/etc/rc2_d/S89PRESERVE
7352026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/system/device/mpxio-upgrade:default
7362026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/physical:nwam
7372026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/ipmp:default
7382026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/install:default
7392026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/ipsec/manual-key:default
7402026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/location:default
7412026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/ipsec/ike:default
7422026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/tcpkey:default
7432026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/dns/install:default
7442026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/nis/client:default
7452026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/ldap/client:default
7462026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/nfs/status:default
7472026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/nfs/nlockmgr:default
7482026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/nfs/cbd:default
7492026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/system/idmap:default
7502026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/nfs/mapid:default
7512026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/rpc/keyserv:default
7522026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/inetd:default
7532026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/nfs/client:default
7542026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/smb/client:default
7552026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/system/auditd:default
7562026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/application/management/net-snmp:default
7572026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/application/pkg/repositories-setup:default
7582026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/application/pkg/mirror:default
7592026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/application/pkg/server:default
7602026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/network/dns/multicast:default
7612026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/application/pkg/dynamic-mirror:default
7622026-02-20T04:38:22.879Zdisabled 4:38:10 svc:/application/security/tcsd:default
7632026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/smb/server:default
7642026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/filesystem/reparse:default
7652026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/nfs/server:default
7662026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/nfs/log:default
7672026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/routing/legacy-routing:ipv4
7682026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/routing/legacy-routing:ipv6
7692026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/routing/rdisc:default
7702026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/ipv6-forwarding:default
7712026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/routing/ripng:default
7722026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/routing/route:default
7732026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/security/kadmin:default
7742026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/security/krb5kdc:default
7752026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/ipv4-forwarding:default
7762026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/ipqos:default
7772026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/network/chrony:default
7782026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/device/allocate:default
7792026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/fm/notify-params:default
7802026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/svc/global:default
7812026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/vtdaemon:default
7822026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/console-login:vt2
7832026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/console-login:vt3
7842026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/console-login:vt4
7852026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/console-login:vt5
7862026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/console-login:vt6
7872026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/extended-accounting:flow
7882026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/extended-accounting:net
7892026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/extended-accounting:process
7902026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/extended-accounting:task
7912026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/consadm:default
7922026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/process-security:default
7932026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/hotplug:default
7942026-02-20T04:38:22.880Zdisabled 4:38:11 svc:/system/sar:default
7952026-02-20T04:38:22.880Zdisabled 4:38:13 svc:/network/dns/client:default
7962026-02-20T04:38:22.880Zdisabled 4:38:13 svc:/network/rpc/bind:default
7972026-02-20T04:38:22.880Zdisabled 4:38:14 svc:/system/sac:default
7982026-02-20T04:38:22.880Zdisabled 4:38:14 svc:/network/inetd-upgrade:default
7992026-02-20T04:38:22.880Zonline 4:38:09 svc:/system/svc/restarter:default
8002026-02-20T04:38:22.880Zonline 4:38:10 svc:/system/early-manifest-import:default
8012026-02-20T04:38:22.880Zonline 4:38:10 svc:/network/netcfg:default
8022026-02-20T04:38:22.881Zonline 4:38:10 svc:/system/filesystem/root:default
8032026-02-20T04:38:22.881Zonline 4:38:10 svc:/network/datalink-management:default
8042026-02-20T04:38:22.881Zonline 4:38:10 svc:/network/ip-interface-management:default
8052026-02-20T04:38:22.881Zonline 4:38:10 svc:/system/boot-archive:default
8062026-02-20T04:38:22.881Zonline 4:38:10 svc:/network/loopback:default
8072026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/filesystem/usr:default
8082026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/device/local:default
8092026-02-20T04:38:22.881Zonline 4:38:11 svc:/network/physical:default
8102026-02-20T04:38:22.881Zonline 4:38:11 svc:/milestone/devices:default
8112026-02-20T04:38:22.881Zonline 4:38:11 svc:/network/ipsec/ipsecalgs:default
8122026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/identity:node
8132026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/device/audio:default
8142026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/filesystem/minimal:default
8152026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/rmtmpfiles:default
8162026-02-20T04:38:22.881Zonline 4:38:11 svc:/network/ipsec/policy:default
8172026-02-20T04:38:22.881Zonline 4:38:11 svc:/milestone/network:default
8182026-02-20T04:38:22.881Zonline 4:38:11 svc:/network/initial:default
8192026-02-20T04:38:22.881Zonline 4:38:11 svc:/network/netmask:default
8202026-02-20T04:38:22.881Zonline 4:38:11 svc:/network/iptun:default
8212026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/auditset:default
8222026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/pfexec:default
8232026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/hostid:default
8242026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/pkgserv:default
8252026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/logadm-upgrade:default
8262026-02-20T04:38:22.881Zonline 4:38:11 svc:/system/fmd:default
8272026-02-20T04:38:22.881Zonline 4:38:13 svc:/system/rbac:default
8282026-02-20T04:38:22.881Zonline 4:38:13 svc:/network/service:default
8292026-02-20T04:38:22.881Zonline 4:38:13 svc:/system/cryptosvc:default
8302026-02-20T04:38:22.881Zonline 4:38:13 svc:/system/identity:domain
8312026-02-20T04:38:22.881Zonline 4:38:13 svc:/system/keymap:default
8322026-02-20T04:38:22.885Zonline 4:38:13 svc:/system/name-service-cache:default
8332026-02-20T04:38:22.885Zonline 4:38:13 svc:/system/manifest-import:default
8342026-02-20T04:38:22.885Zonline 4:38:13 svc:/milestone/name-services:default
8352026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/coreadm:default
8362026-02-20T04:38:22.885Zonline 4:38:14 svc:/milestone/single-user:default
8372026-02-20T04:38:22.885Zonline 4:38:14 svc:/milestone/sysconfig:default
8382026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/filesystem/local:default
8392026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/utmp:default
8402026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/console-login:default
8412026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/system-log:default
8422026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/boot-archive-update:default
8432026-02-20T04:38:22.885Zonline 4:38:14 svc:/network/shares/group:default
8442026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/cron:default
8452026-02-20T04:38:22.885Zonline 4:38:14 svc:/milestone/multi-user:default
8462026-02-20T04:38:22.885Zonline 4:38:14 svc:/network/shares/group:zfs
8472026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/boot-config:default
8482026-02-20T04:38:22.885Zonline 4:38:14 svc:/network/routing-setup:default
8492026-02-20T04:38:22.885Zonline 4:38:14 svc:/network/routing/ndp:default
8502026-02-20T04:38:22.885Zonline 4:38:14 svc:/network/ssh:default
8512026-02-20T04:38:22.885Zonline 4:38:14 svc:/milestone/multi-user-server:default
8522026-02-20T04:38:22.885Zonline 4:38:14 svc:/system/update-man-index:default
8532026-02-20T04:38:22.885Zuninitialized 4:38:10 svc:/network/rpc/gss:default
8542026-02-20T04:38:22.885Zuninitialized 4:38:11 svc:/network/nfs/rquota:default
8552026-02-20T04:38:22.885Zuninitialized 4:38:11 svc:/network/security/ktkt_warn:default
8562026-02-20T04:38:22.885Z[a] svcs milestone/network
8572026-02-20T04:38:22.899ZSTATE STIME FMRI
8582026-02-20T04:38:22.899Zonline 4:38:11 svc:/milestone/network:default
8592026-02-20T04:38:22.899Z[a] ipadm create-addr -t -T dhcp opte0/test
8602026-02-20T04:38:28.396Z
8612026-02-20T04:38:28.397Z[a] route add -iface 10.0.0.254 10.0.0.1
8622026-02-20T04:38:28.416Zadd host 10.0.0.254: gateway 10.0.0.1
8632026-02-20T04:38:28.416Z[a] route add 10.0.0.0/24 10.0.0.254
8642026-02-20T04:38:28.434Zadd net 10.0.0.0/24: gateway 10.0.0.254
8652026-02-20T04:38:28.434Z[a] route add 224.0.0.0/4 10.0.0.254
8662026-02-20T04:38:28.451Zadd net 224.0.0.0/4: gateway 10.0.0.254
8672026-02-20T04:38:28.451Zsetup zone b
8682026-02-20T04:38:28.451Z[b] svcs -a
8692026-02-20T04:38:28.585ZSTATE STIME FMRI
8702026-02-20T04:38:28.586Zlegacy_run 4:38:26 lrc:/etc/rc2_d/S20sysetup
8712026-02-20T04:38:28.586Zlegacy_run 4:38:26 lrc:/etc/rc2_d/S89PRESERVE
8722026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/system/device/mpxio-upgrade:default
8732026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/physical:nwam
8742026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/ipmp:default
8752026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/install:default
8762026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/ipsec/manual-key:default
8772026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/location:default
8782026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/ipsec/ike:default
8792026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/tcpkey:default
8802026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/dns/install:default
8812026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/nis/client:default
8822026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/ldap/client:default
8832026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/nfs/status:default
8842026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/nfs/nlockmgr:default
8852026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/nfs/cbd:default
8862026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/system/idmap:default
8872026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/nfs/mapid:default
8882026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/rpc/keyserv:default
8892026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/inetd:default
8902026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/nfs/client:default
8912026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/smb/client:default
8922026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/system/auditd:default
8932026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/application/management/net-snmp:default
8942026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/application/pkg/repositories-setup:default
8952026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/application/pkg/mirror:default
8962026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/application/pkg/server:default
8972026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/dns/multicast:default
8982026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/application/pkg/dynamic-mirror:default
8992026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/application/security/tcsd:default
9002026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/smb/server:default
9012026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/system/filesystem/reparse:default
9022026-02-20T04:38:28.586Zdisabled 4:38:22 svc:/network/nfs/server:default
9032026-02-20T04:38:28.586Zdisabled 4:38:23 svc:/network/nfs/log:default
9042026-02-20T04:38:28.586Zdisabled 4:38:23 svc:/network/routing/legacy-routing:ipv4
9052026-02-20T04:38:28.586Zdisabled 4:38:23 svc:/network/routing/legacy-routing:ipv6
9062026-02-20T04:38:28.586Zdisabled 4:38:23 svc:/network/routing/rdisc:default
9072026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/ipv6-forwarding:default
9082026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/routing/ripng:default
9092026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/routing/route:default
9102026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/security/kadmin:default
9112026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/security/krb5kdc:default
9122026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/ipv4-forwarding:default
9132026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/ipqos:default
9142026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/network/chrony:default
9152026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/device/allocate:default
9162026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/fm/notify-params:default
9172026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/svc/global:default
9182026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/vtdaemon:default
9192026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/console-login:vt2
9202026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/console-login:vt3
9212026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/console-login:vt4
9222026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/console-login:vt5
9232026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/console-login:vt6
9242026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/extended-accounting:flow
9252026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/extended-accounting:net
9262026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/extended-accounting:process
9272026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/extended-accounting:task
9282026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/consadm:default
9292026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/process-security:default
9302026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/hotplug:default
9312026-02-20T04:38:28.587Zdisabled 4:38:23 svc:/system/sar:default
9322026-02-20T04:38:28.587Zdisabled 4:38:25 svc:/network/dns/client:default
9332026-02-20T04:38:28.587Zdisabled 4:38:25 svc:/network/rpc/bind:default
9342026-02-20T04:38:28.587Zdisabled 4:38:26 svc:/system/sac:default
9352026-02-20T04:38:28.587Zdisabled 4:38:26 svc:/network/inetd-upgrade:default
9362026-02-20T04:38:28.587Zonline 4:38:21 svc:/system/svc/restarter:default
9372026-02-20T04:38:28.587Zonline 4:38:22 svc:/system/early-manifest-import:default
9382026-02-20T04:38:28.587Zonline 4:38:22 svc:/network/netcfg:default
9392026-02-20T04:38:28.587Zonline 4:38:22 svc:/network/ip-interface-management:default
9402026-02-20T04:38:28.587Zonline 4:38:22 svc:/system/filesystem/root:default
9412026-02-20T04:38:28.587Zonline 4:38:22 svc:/network/datalink-management:default
9422026-02-20T04:38:28.587Zonline 4:38:22 svc:/system/boot-archive:default
9432026-02-20T04:38:28.587Zonline 4:38:22 svc:/network/loopback:default
9442026-02-20T04:38:28.587Zonline 4:38:22 svc:/system/filesystem/usr:default
9452026-02-20T04:38:28.587Zonline 4:38:23 svc:/system/device/local:default
9462026-02-20T04:38:28.588Zonline 4:38:23 svc:/network/physical:default
9472026-02-20T04:38:28.588Zonline 4:38:23 svc:/milestone/devices:default
9482026-02-20T04:38:28.588Zonline 4:38:23 svc:/network/ipsec/ipsecalgs:default
9492026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/identity:node
9502026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/device/audio:default
9512026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/filesystem/minimal:default
9522026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/rmtmpfiles:default
9532026-02-20T04:38:28.588Zonline 4:38:23 svc:/network/ipsec/policy:default
9542026-02-20T04:38:28.588Zonline 4:38:23 svc:/milestone/network:default
9552026-02-20T04:38:28.588Zonline 4:38:23 svc:/network/initial:default
9562026-02-20T04:38:28.588Zonline 4:38:23 svc:/network/netmask:default
9572026-02-20T04:38:28.588Zonline 4:38:23 svc:/network/iptun:default
9582026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/auditset:default
9592026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/pfexec:default
9602026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/hostid:default
9612026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/pkgserv:default
9622026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/logadm-upgrade:default
9632026-02-20T04:38:28.588Zonline 4:38:23 svc:/system/fmd:default
9642026-02-20T04:38:28.588Zonline 4:38:25 svc:/system/rbac:default
9652026-02-20T04:38:28.588Zonline 4:38:25 svc:/network/service:default
9662026-02-20T04:38:28.588Zonline 4:38:25 svc:/system/cryptosvc:default
9672026-02-20T04:38:28.588Zonline 4:38:25 svc:/system/identity:domain
9682026-02-20T04:38:28.588Zonline 4:38:25 svc:/system/keymap:default
9692026-02-20T04:38:28.592Zonline 4:38:25 svc:/system/name-service-cache:default
9702026-02-20T04:38:28.592Zonline 4:38:25 svc:/system/manifest-import:default
9712026-02-20T04:38:28.592Zonline 4:38:25 svc:/milestone/name-services:default
9722026-02-20T04:38:28.592Zonline 4:38:26 svc:/milestone/single-user:default
9732026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/coreadm:default
9742026-02-20T04:38:28.592Zonline 4:38:26 svc:/milestone/sysconfig:default
9752026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/utmp:default
9762026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/filesystem/local:default
9772026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/console-login:default
9782026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/system-log:default
9792026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/boot-archive-update:default
9802026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/cron:default
9812026-02-20T04:38:28.592Zonline 4:38:26 svc:/network/shares/group:default
9822026-02-20T04:38:28.592Zonline 4:38:26 svc:/milestone/multi-user:default
9832026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/boot-config:default
9842026-02-20T04:38:28.592Zonline 4:38:26 svc:/network/shares/group:zfs
9852026-02-20T04:38:28.592Zonline 4:38:26 svc:/network/routing-setup:default
9862026-02-20T04:38:28.592Zonline 4:38:26 svc:/network/routing/ndp:default
9872026-02-20T04:38:28.592Zonline 4:38:26 svc:/system/update-man-index:default
9882026-02-20T04:38:28.592Zonline 4:38:27 svc:/network/ssh:default
9892026-02-20T04:38:28.592Zoffline 4:38:22 svc:/milestone/multi-user-server:default
9902026-02-20T04:38:28.592Zuninitialized 4:38:22 svc:/network/rpc/gss:default
9912026-02-20T04:38:28.592Zuninitialized 4:38:23 svc:/network/nfs/rquota:default
9922026-02-20T04:38:28.592Zuninitialized 4:38:23 svc:/network/security/ktkt_warn:default
9932026-02-20T04:38:28.592Z[b] svcs milestone/network
9942026-02-20T04:38:28.605ZSTATE STIME FMRI
9952026-02-20T04:38:28.605Zonline 4:38:23 svc:/milestone/network:default
9962026-02-20T04:38:28.605Z[b] ipadm create-addr -t -T dhcp opte1/test
9972026-02-20T04:38:34.342Z
9982026-02-20T04:38:34.342Z[b] route add -iface 10.0.0.254 10.0.0.2
9992026-02-20T04:38:34.362Zadd host 10.0.0.254: gateway 10.0.0.2
10002026-02-20T04:38:34.362Z[b] route add 10.0.0.0/24 10.0.0.254
10012026-02-20T04:38:34.380Zadd net 10.0.0.0/24: gateway 10.0.0.254
10022026-02-20T04:38:34.380Z[b] route add 224.0.0.0/4 10.0.0.254
10032026-02-20T04:38:34.398Zadd net 224.0.0.0/4: gateway 10.0.0.254
10042026-02-20T04:38:34.398Z###---------------###
10052026-02-20T04:38:34.398Z:::Topology built!:::
10062026-02-20T04:38:34.398Z###---------------###
10072026-02-20T04:38:34.401Z###----------------###
10082026-02-20T04:38:34.401Z::: iPerf spawned! :::
10092026-02-20T04:38:34.401Z:::Waiting... (10s):::
10102026-02-20T04:38:34.401Z###----------------###
10112026-02-20T04:38:44.401Z###---###
10122026-02-20T04:38:44.401Z:::Go!:::
10132026-02-20T04:38:44.401Z###---###
10142026-02-20T04:38:44.401Z[a] ping 10.0.0.2
10152026-02-20T04:38:44.424Z10.0.0.2 is alive
10162026-02-20T04:38:44.425Z###-------------------###
10172026-02-20T04:38:44.425Z:::Running experiment :::
10182026-02-20T04:38:44.425Z:::iperf-tcp/local/c2s:::
10192026-02-20T04:38:44.425Z###-------------------###
10202026-02-20T04:38:51.455Z-----------------------------------------------------------
10212026-02-20T04:38:51.455ZServer listening on 5201
10222026-02-20T04:38:51.455Z-----------------------------------------------------------
10232026-02-20T04:38:51.455ZAccepted connection from 10.0.0.1, port 56620
10242026-02-20T04:38:51.455Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41256
10252026-02-20T04:38:51.455Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36033
10262026-02-20T04:38:51.455Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47279
10272026-02-20T04:38:51.455Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55323
10282026-02-20T04:38:51.455Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47700
10292026-02-20T04:38:51.455Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57707
10302026-02-20T04:38:51.455Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35516
10312026-02-20T04:38:51.455Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58821
10322026-02-20T04:38:51.455Z[ ID] Interval Transfer Bandwidth
10332026-02-20T04:38:51.455Z[ 5] 0.00-1.00 sec 65.9 MBytes 553 Mbits/sec
10342026-02-20T04:38:51.455Z[ 7] 0.00-1.00 sec 65.8 MBytes 552 Mbits/sec
10352026-02-20T04:38:51.455Z[ 9] 0.00-1.00 sec 65.7 MBytes 551 Mbits/sec
10362026-02-20T04:38:51.455Z[ 11] 0.00-1.00 sec 65.6 MBytes 551 Mbits/sec
10372026-02-20T04:38:51.455Z[ 13] 0.00-1.00 sec 65.7 MBytes 551 Mbits/sec
10382026-02-20T04:38:51.455Z[ 15] 0.00-1.00 sec 65.5 MBytes 550 Mbits/sec
10392026-02-20T04:38:51.455Z[ 17] 0.00-1.00 sec 65.5 MBytes 550 Mbits/sec
10402026-02-20T04:38:51.455Z[ 19] 0.00-1.00 sec 65.6 MBytes 550 Mbits/sec
10412026-02-20T04:38:51.455Z[SUM] 0.00-1.00 sec 525 MBytes 4.41 Gbits/sec
10422026-02-20T04:38:51.455Z- - - - - - - - - - - - - - - - - - - - - - - - -
10432026-02-20T04:38:51.455Z[ 5] 1.00-2.00 sec 94.0 MBytes 789 Mbits/sec
10442026-02-20T04:38:51.455Z[ 7] 1.00-2.00 sec 94.0 MBytes 788 Mbits/sec
10452026-02-20T04:38:51.455Z[ 9] 1.00-2.00 sec 94.0 MBytes 789 Mbits/sec
10462026-02-20T04:38:51.455Z[ 11] 1.00-2.00 sec 94.0 MBytes 788 Mbits/sec
10472026-02-20T04:38:51.455Z[ 13] 1.00-2.00 sec 94.0 MBytes 788 Mbits/sec
10482026-02-20T04:38:51.456Z[ 15] 1.00-2.00 sec 94.0 MBytes 789 Mbits/sec
10492026-02-20T04:38:51.456Z[ 17] 1.00-2.00 sec 94.0 MBytes 788 Mbits/sec
10502026-02-20T04:38:51.456Z[ 19] 1.00-2.00 sec 94.0 MBytes 789 Mbits/sec
10512026-02-20T04:38:51.456Z[SUM] 1.00-2.00 sec 752 MBytes 6.31 Gbits/sec
10522026-02-20T04:38:51.456Z- - - - - - - - - - - - - - - - - - - - - - - - -
10532026-02-20T04:38:51.456Z[ 5] 2.00-3.00 sec 90.9 MBytes 763 Mbits/sec
10542026-02-20T04:38:51.456Z[ 7] 2.00-3.00 sec 90.7 MBytes 761 Mbits/sec
10552026-02-20T04:38:51.456Z[ 9] 2.00-3.00 sec 90.6 MBytes 760 Mbits/sec
10562026-02-20T04:38:51.456Z[ 11] 2.00-3.00 sec 90.3 MBytes 758 Mbits/sec
10572026-02-20T04:38:51.456Z[ 13] 2.00-3.00 sec 90.1 MBytes 756 Mbits/sec
10582026-02-20T04:38:51.456Z[ 15] 2.00-3.00 sec 90.0 MBytes 755 Mbits/sec
10592026-02-20T04:38:51.456Z[ 17] 2.00-3.00 sec 89.8 MBytes 753 Mbits/sec
10602026-02-20T04:38:51.456Z[ 19] 2.00-3.00 sec 89.8 MBytes 753 Mbits/sec
10612026-02-20T04:38:51.456Z[SUM] 2.00-3.00 sec 722 MBytes 6.06 Gbits/sec
10622026-02-20T04:38:51.456Z- - - - - - - - - - - - - - - - - - - - - - - - -
10632026-02-20T04:38:51.456Z[ 5] 3.00-4.00 sec 94.7 MBytes 794 Mbits/sec
10642026-02-20T04:38:51.456Z[ 7] 3.00-4.00 sec 94.5 MBytes 793 Mbits/sec
10652026-02-20T04:38:51.456Z[ 9] 3.00-4.00 sec 94.6 MBytes 794 Mbits/sec
10662026-02-20T04:38:51.456Z[ 11] 3.00-4.00 sec 94.4 MBytes 792 Mbits/sec
10672026-02-20T04:38:51.456Z[ 13] 3.00-4.00 sec 94.6 MBytes 794 Mbits/sec
10682026-02-20T04:38:51.456Z[ 15] 3.00-4.00 sec 94.4 MBytes 792 Mbits/sec
10692026-02-20T04:38:51.456Z[ 17] 3.00-4.00 sec 94.3 MBytes 791 Mbits/sec
10702026-02-20T04:38:51.456Z[ 19] 3.00-4.00 sec 94.3 MBytes 791 Mbits/sec
10712026-02-20T04:38:51.456Z[SUM] 3.00-4.00 sec 756 MBytes 6.34 Gbits/sec
10722026-02-20T04:38:51.456Z- - - - - - - - - - - - - - - - - - - - - - - - -
10732026-02-20T04:38:51.456Z[ 5] 4.00-5.00 sec 95.1 MBytes 798 Mbits/sec
10742026-02-20T04:38:51.456Z[ 7] 4.00-5.00 sec 95.1 MBytes 797 Mbits/sec
10752026-02-20T04:38:51.456Z[ 9] 4.00-5.00 sec 95.1 MBytes 798 Mbits/sec
10762026-02-20T04:38:51.456Z[ 11] 4.00-5.00 sec 95.0 MBytes 797 Mbits/sec
10772026-02-20T04:38:51.456Z[ 13] 4.00-5.00 sec 95.1 MBytes 797 Mbits/sec
10782026-02-20T04:38:51.456Z[ 15] 4.00-5.00 sec 95.1 MBytes 797 Mbits/sec
10792026-02-20T04:38:51.456Z[ 17] 4.00-5.00 sec 95.0 MBytes 797 Mbits/sec
10802026-02-20T04:38:51.457Z[ 19] 4.00-5.00 sec 95.1 MBytes 798 Mbits/sec
10812026-02-20T04:38:51.457Z[SUM] 4.00-5.00 sec 761 MBytes 6.38 Gbits/sec
10822026-02-20T04:38:51.457Z- - - - - - - - - - - - - - - - - - - - - - - - -
10832026-02-20T04:38:51.457Z[ 5] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
10842026-02-20T04:38:51.457Z[ 7] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
10852026-02-20T04:38:51.457Z[ 9] 5.00-6.00 sec 94.5 MBytes 793 Mbits/sec
10862026-02-20T04:38:51.457Z[ 11] 5.00-6.00 sec 94.6 MBytes 793 Mbits/sec
10872026-02-20T04:38:51.457Z[ 13] 5.00-6.00 sec 94.5 MBytes 793 Mbits/sec
10882026-02-20T04:38:51.457Z[ 15] 5.00-6.00 sec 94.5 MBytes 793 Mbits/sec
10892026-02-20T04:38:51.457Z[ 17] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
10902026-02-20T04:38:51.457Z[ 19] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
10912026-02-20T04:38:51.457Z[SUM] 5.00-6.00 sec 756 MBytes 6.34 Gbits/sec
10922026-02-20T04:38:51.457Z- - - - - - - - - - - - - - - - - - - - - - - - -
10932026-02-20T04:38:51.457Z[ 5] 6.00-7.00 sec 93.3 MBytes 783 Mbits/sec
10942026-02-20T04:38:51.457Z[ 7] 6.00-7.00 sec 93.2 MBytes 782 Mbits/sec
10952026-02-20T04:38:51.457Z[ 9] 6.00-7.00 sec 93.2 MBytes 782 Mbits/sec
10962026-02-20T04:38:54.667Z[ 11] 6.00-7.00 sec 93.1 MBytes 781 Mbits/sec
10972026-02-20T04:38:54.667Z[ 13] 6.00-7.00 sec 93.2 MBytes 782 Mbits/sec
10982026-02-20T04:38:54.667Z[ 15] 6.00-7.00 sec 93.3 MBytes 782 Mbits/sec
10992026-02-20T04:38:54.667Z[ 17] 6.00-7.00 sec 93.0 MBytes 780 Mbits/sec
11002026-02-20T04:38:54.667Z[ 19] 6.00-7.00 sec 93.2 MBytes 782 Mbits/sec
11012026-02-20T04:38:54.667Z[SUM] 6.00-7.00 sec 745 MBytes 6.25 Gbits/sec
11022026-02-20T04:38:54.667Z- - - - - - - - - - - - - - - - - - - - - - - - -
11032026-02-20T04:38:54.667Z[ 5] 7.00-8.00 sec 92.7 MBytes 778 Mbits/sec
11042026-02-20T04:38:54.667Z[ 7] 7.00-8.00 sec 92.7 MBytes 778 Mbits/sec
11052026-02-20T04:38:54.667Z[ 9] 7.00-8.00 sec 92.7 MBytes 777 Mbits/sec
11062026-02-20T04:38:54.667Z[ 11] 7.00-8.00 sec 92.7 MBytes 778 Mbits/sec
11072026-02-20T04:38:54.667Z[ 13] 7.00-8.00 sec 92.7 MBytes 778 Mbits/sec
11082026-02-20T04:38:54.667Z[ 15] 7.00-8.00 sec 92.7 MBytes 777 Mbits/sec
11092026-02-20T04:38:54.667Z[ 17] 7.00-8.00 sec 92.7 MBytes 777 Mbits/sec
11102026-02-20T04:38:54.667Z[ 19] 7.00-8.00 sec 92.7 MBytes 777 Mbits/sec
11112026-02-20T04:38:54.667Z[SUM] 7.00-8.00 sec 742 MBytes 6.22 Gbits/sec
11122026-02-20T04:38:54.667Z- - - - - - - - - - - - - - - - - - - - - - - - -
11132026-02-20T04:38:54.667Z[ 5] 8.00-9.00 sec 94.1 MBytes 789 Mbits/sec
11142026-02-20T04:38:54.667Z[ 7] 8.00-9.00 sec 94.1 MBytes 789 Mbits/sec
11152026-02-20T04:38:54.667Z[ 9] 8.00-9.00 sec 94.0 MBytes 789 Mbits/sec
11162026-02-20T04:38:54.667Z[ 11] 8.00-9.00 sec 94.0 MBytes 789 Mbits/sec
11172026-02-20T04:38:54.668Z[ 13] 8.00-9.00 sec 94.1 MBytes 790 Mbits/sec
11182026-02-20T04:38:54.668Z[ 15] 8.00-9.00 sec 94.1 MBytes 789 Mbits/sec
11192026-02-20T04:38:54.668Z[ 17] 8.00-9.00 sec 94.1 MBytes 789 Mbits/sec
11202026-02-20T04:38:54.668Z[ 19] 8.00-9.00 sec 94.0 MBytes 789 Mbits/sec
11212026-02-20T04:38:54.668Z[SUM] 8.00-9.00 sec 753 MBytes 6.31 Gbits/sec
11222026-02-20T04:38:54.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
11232026-02-20T04:38:54.668Z[ 5] 9.00-10.00 sec 94.0 MBytes 788 Mbits/sec
11242026-02-20T04:38:54.668Z[ 7] 9.00-10.00 sec 94.0 MBytes 789 Mbits/sec
11252026-02-20T04:38:54.668Z[ 9] 9.00-10.00 sec 93.7 MBytes 786 Mbits/sec
11262026-02-20T04:38:54.668Z[ 11] 9.00-10.00 sec 93.9 MBytes 787 Mbits/sec
11272026-02-20T04:38:54.668Z[ 13] 9.00-10.00 sec 93.9 MBytes 788 Mbits/sec
11282026-02-20T04:38:54.668Z[ 15] 9.00-10.00 sec 93.9 MBytes 788 Mbits/sec
11292026-02-20T04:38:54.668Z[ 17] 9.00-10.00 sec 93.9 MBytes 787 Mbits/sec
11302026-02-20T04:38:54.668Z[ 19] 9.00-10.00 sec 93.8 MBytes 787 Mbits/sec
11312026-02-20T04:38:54.668Z[SUM] 9.00-10.00 sec 751 MBytes 6.30 Gbits/sec
11322026-02-20T04:38:54.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
11332026-02-20T04:38:54.668Z[ 5] 10.00-10.00 sec 116 KBytes 1.68 Gbits/sec
11342026-02-20T04:38:54.668Z[ 7] 10.00-10.00 sec 20.7 KBytes 301 Mbits/sec
11352026-02-20T04:38:54.668Z[ 9] 10.00-10.00 sec 116 KBytes 1.69 Gbits/sec
11362026-02-20T04:38:54.668Z[ 11] 10.00-10.00 sec 112 KBytes 1.63 Gbits/sec
11372026-02-20T04:38:54.668Z[ 13] 10.00-10.00 sec 19.4 KBytes 283 Mbits/sec
11382026-02-20T04:38:54.668Z[ 15] 10.00-10.00 sec 67.0 KBytes 1.01 Gbits/sec
11392026-02-20T04:38:54.668Z[ 17] 10.00-10.00 sec 111 KBytes 1.66 Gbits/sec
11402026-02-20T04:38:54.668Z[ 19] 10.00-10.00 sec 99.3 KBytes 1.49 Gbits/sec
11412026-02-20T04:38:54.668Z[SUM] 10.00-10.00 sec 661 KBytes 9.58 Gbits/sec
11422026-02-20T04:38:54.668Z- - - - - - - - - - - - - - - - - - - - - - - - -
11432026-02-20T04:38:54.668Z[ ID] Interval Transfer Bandwidth
11442026-02-20T04:38:54.668Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11452026-02-20T04:38:54.668Z[ 5] 0.00-10.00 sec 909 MBytes 763 Mbits/sec receiver
11462026-02-20T04:38:54.668Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11472026-02-20T04:38:54.668Z[ 7] 0.00-10.00 sec 908 MBytes 762 Mbits/sec receiver
11482026-02-20T04:38:54.668Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11492026-02-20T04:38:54.668Z[ 9] 0.00-10.00 sec 908 MBytes 762 Mbits/sec receiver
11502026-02-20T04:38:54.668Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11512026-02-20T04:38:54.668Z[ 11] 0.00-10.00 sec 908 MBytes 761 Mbits/sec receiver
11522026-02-20T04:38:54.668Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11532026-02-20T04:38:54.668Z[ 13] 0.00-10.00 sec 908 MBytes 762 Mbits/sec receiver
11542026-02-20T04:38:54.668Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11552026-02-20T04:38:54.668Z[ 15] 0.00-10.00 sec 908 MBytes 761 Mbits/sec receiver
11562026-02-20T04:38:54.669Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11572026-02-20T04:38:54.669Z[ 17] 0.00-10.00 sec 907 MBytes 761 Mbits/sec receiver
11582026-02-20T04:38:54.669Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11592026-02-20T04:38:54.669Z[ 19] 0.00-10.00 sec 907 MBytes 761 Mbits/sec receiver
11602026-02-20T04:38:54.669Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11612026-02-20T04:38:54.669Z[SUM] 0.00-10.00 sec 7.09 GBytes 6.09 Gbits/sec receiver
11622026-02-20T04:38:54.673ZRun 1/5...6092.678Mbps
11632026-02-20T04:39:01.699Z-----------------------------------------------------------
11642026-02-20T04:39:01.700ZServer listening on 5201
11652026-02-20T04:39:01.700Z-----------------------------------------------------------
11662026-02-20T04:39:01.700ZAccepted connection from 10.0.0.1, port 60428
11672026-02-20T04:39:01.700Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64691
11682026-02-20T04:39:01.700Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33607
11692026-02-20T04:39:01.700Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41512
11702026-02-20T04:39:01.700Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64474
11712026-02-20T04:39:01.700Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44186
11722026-02-20T04:39:01.700Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51388
11732026-02-20T04:39:01.700Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61282
11742026-02-20T04:39:01.700Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58632
11752026-02-20T04:39:01.700Z[ ID] Interval Transfer Bandwidth
11762026-02-20T04:39:01.700Z[ 5] 0.00-1.00 sec 64.1 MBytes 538 Mbits/sec
11772026-02-20T04:39:01.700Z[ 7] 0.00-1.00 sec 64.1 MBytes 538 Mbits/sec
11782026-02-20T04:39:01.700Z[ 9] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
11792026-02-20T04:39:01.700Z[ 11] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
11802026-02-20T04:39:01.700Z[ 13] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
11812026-02-20T04:39:01.700Z[ 15] 0.00-1.00 sec 63.8 MBytes 536 Mbits/sec
11822026-02-20T04:39:01.700Z[ 17] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
11832026-02-20T04:39:01.700Z[ 19] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
11842026-02-20T04:39:01.700Z[SUM] 0.00-1.00 sec 512 MBytes 4.29 Gbits/sec
11852026-02-20T04:39:01.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
11862026-02-20T04:39:01.700Z[ 5] 1.00-2.00 sec 94.5 MBytes 792 Mbits/sec
11872026-02-20T04:39:01.700Z[ 7] 1.00-2.00 sec 94.6 MBytes 794 Mbits/sec
11882026-02-20T04:39:01.700Z[ 9] 1.00-2.00 sec 94.6 MBytes 794 Mbits/sec
11892026-02-20T04:39:01.700Z[ 11] 1.00-2.00 sec 94.7 MBytes 794 Mbits/sec
11902026-02-20T04:39:01.700Z[ 13] 1.00-2.00 sec 94.6 MBytes 794 Mbits/sec
11912026-02-20T04:39:01.700Z[ 15] 1.00-2.00 sec 94.6 MBytes 794 Mbits/sec
11922026-02-20T04:39:01.700Z[ 17] 1.00-2.00 sec 94.6 MBytes 793 Mbits/sec
11932026-02-20T04:39:01.700Z[ 19] 1.00-2.00 sec 94.6 MBytes 793 Mbits/sec
11942026-02-20T04:39:01.700Z[SUM] 1.00-2.00 sec 757 MBytes 6.35 Gbits/sec
11952026-02-20T04:39:01.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
11962026-02-20T04:39:01.700Z[ 5] 2.00-3.00 sec 92.4 MBytes 775 Mbits/sec
11972026-02-20T04:39:01.700Z[ 7] 2.00-3.00 sec 92.5 MBytes 776 Mbits/sec
11982026-02-20T04:39:01.700Z[ 9] 2.00-3.00 sec 92.6 MBytes 776 Mbits/sec
11992026-02-20T04:39:01.700Z[ 11] 2.00-3.00 sec 92.4 MBytes 775 Mbits/sec
12002026-02-20T04:39:01.700Z[ 13] 2.00-3.00 sec 92.5 MBytes 776 Mbits/sec
12012026-02-20T04:39:01.700Z[ 15] 2.00-3.00 sec 92.4 MBytes 775 Mbits/sec
12022026-02-20T04:39:01.701Z[ 17] 2.00-3.00 sec 92.4 MBytes 775 Mbits/sec
12032026-02-20T04:39:01.701Z[ 19] 2.00-3.00 sec 92.4 MBytes 775 Mbits/sec
12042026-02-20T04:39:01.701Z[SUM] 2.00-3.00 sec 740 MBytes 6.20 Gbits/sec
12052026-02-20T04:39:01.701Z- - - - - - - - - - - - - - - - - - - - - - - - -
12062026-02-20T04:39:01.701Z[ 5] 3.00-4.00 sec 93.6 MBytes 785 Mbits/sec
12072026-02-20T04:39:01.701Z[ 7] 3.00-4.00 sec 93.6 MBytes 785 Mbits/sec
12082026-02-20T04:39:01.701Z[ 9] 3.00-4.00 sec 93.4 MBytes 784 Mbits/sec
12092026-02-20T04:39:01.701Z[ 11] 3.00-4.00 sec 93.5 MBytes 785 Mbits/sec
12102026-02-20T04:39:01.701Z[ 13] 3.00-4.00 sec 93.5 MBytes 784 Mbits/sec
12112026-02-20T04:39:01.701Z[ 15] 3.00-4.00 sec 93.4 MBytes 783 Mbits/sec
12122026-02-20T04:39:01.701Z[ 17] 3.00-4.00 sec 93.4 MBytes 783 Mbits/sec
12132026-02-20T04:39:01.701Z[ 19] 3.00-4.00 sec 93.3 MBytes 783 Mbits/sec
12142026-02-20T04:39:01.701Z[SUM] 3.00-4.00 sec 748 MBytes 6.27 Gbits/sec
12152026-02-20T04:39:01.701Z- - - - - - - - - - - - - - - - - - - - - - - - -
12162026-02-20T04:39:01.701Z[ 5] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12172026-02-20T04:39:01.701Z[ 7] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12182026-02-20T04:39:01.701Z[ 9] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12192026-02-20T04:39:01.701Z[ 11] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12202026-02-20T04:39:01.701Z[ 13] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12212026-02-20T04:39:01.701Z[ 15] 4.00-5.00 sec 95.3 MBytes 800 Mbits/sec
12222026-02-20T04:39:01.701Z[ 17] 4.00-5.00 sec 95.5 MBytes 801 Mbits/sec
12232026-02-20T04:39:01.701Z[ 19] 4.00-5.00 sec 95.4 MBytes 800 Mbits/sec
12242026-02-20T04:39:01.701Z[SUM] 4.00-5.00 sec 763 MBytes 6.40 Gbits/sec
12252026-02-20T04:39:01.701Z- - - - - - - - - - - - - - - - - - - - - - - - -
12262026-02-20T04:39:01.701Z[ 5] 5.00-6.00 sec 96.0 MBytes 805 Mbits/sec
12272026-02-20T04:39:01.701Z[ 7] 5.00-6.00 sec 96.0 MBytes 805 Mbits/sec
12282026-02-20T04:39:01.701Z[ 9] 5.00-6.00 sec 95.9 MBytes 804 Mbits/sec
12292026-02-20T04:39:01.701Z[ 11] 5.00-6.00 sec 95.8 MBytes 804 Mbits/sec
12302026-02-20T04:39:01.701Z[ 13] 5.00-6.00 sec 96.0 MBytes 805 Mbits/sec
12312026-02-20T04:39:01.701Z[ 15] 5.00-6.00 sec 96.1 MBytes 806 Mbits/sec
12322026-02-20T04:39:01.701Z[ 17] 5.00-6.00 sec 96.0 MBytes 805 Mbits/sec
12332026-02-20T04:39:01.701Z[ 19] 5.00-6.00 sec 95.9 MBytes 805 Mbits/sec
12342026-02-20T04:39:01.701Z[SUM] 5.00-6.00 sec 768 MBytes 6.44 Gbits/sec
12352026-02-20T04:39:01.701Z- - - - - - - - - - - - - - - - - - - - - - - - -
12362026-02-20T04:39:01.701Z[ 5] 6.00-7.00 sec 95.2 MBytes 798 Mbits/sec
12372026-02-20T04:39:01.701Z[ 7] 6.00-7.00 sec 95.2 MBytes 799 Mbits/sec
12382026-02-20T04:39:01.701Z[ 9] 6.00-7.00 sec 95.2 MBytes 799 Mbits/sec
12392026-02-20T04:39:04.920Z[ 11] 6.00-7.00 sec 95.1 MBytes 798 Mbits/sec
12402026-02-20T04:39:04.920Z[ 13] 6.00-7.00 sec 95.3 MBytes 799 Mbits/sec
12412026-02-20T04:39:04.920Z[ 15] 6.00-7.00 sec 95.1 MBytes 798 Mbits/sec
12422026-02-20T04:39:04.920Z[ 17] 6.00-7.00 sec 95.2 MBytes 798 Mbits/sec
12432026-02-20T04:39:04.920Z[ 19] 6.00-7.00 sec 95.2 MBytes 798 Mbits/sec
12442026-02-20T04:39:04.920Z[SUM] 6.00-7.00 sec 761 MBytes 6.39 Gbits/sec
12452026-02-20T04:39:04.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
12462026-02-20T04:39:04.920Z[ 5] 7.00-8.00 sec 93.8 MBytes 787 Mbits/sec
12472026-02-20T04:39:04.920Z[ 7] 7.00-8.00 sec 93.8 MBytes 787 Mbits/sec
12482026-02-20T04:39:04.920Z[ 9] 7.00-8.00 sec 93.9 MBytes 788 Mbits/sec
12492026-02-20T04:39:04.920Z[ 11] 7.00-8.00 sec 93.9 MBytes 788 Mbits/sec
12502026-02-20T04:39:04.920Z[ 13] 7.00-8.00 sec 94.0 MBytes 788 Mbits/sec
12512026-02-20T04:39:04.920Z[ 15] 7.00-8.00 sec 94.0 MBytes 789 Mbits/sec
12522026-02-20T04:39:04.920Z[ 17] 7.00-8.00 sec 93.9 MBytes 788 Mbits/sec
12532026-02-20T04:39:04.920Z[ 19] 7.00-8.00 sec 93.8 MBytes 787 Mbits/sec
12542026-02-20T04:39:04.920Z[SUM] 7.00-8.00 sec 751 MBytes 6.30 Gbits/sec
12552026-02-20T04:39:04.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
12562026-02-20T04:39:04.920Z[ 5] 8.00-9.00 sec 93.8 MBytes 787 Mbits/sec
12572026-02-20T04:39:04.920Z[ 7] 8.00-9.00 sec 93.7 MBytes 786 Mbits/sec
12582026-02-20T04:39:04.920Z[ 9] 8.00-9.00 sec 93.8 MBytes 787 Mbits/sec
12592026-02-20T04:39:04.920Z[ 11] 8.00-9.00 sec 93.8 MBytes 787 Mbits/sec
12602026-02-20T04:39:04.920Z[ 13] 8.00-9.00 sec 93.7 MBytes 786 Mbits/sec
12612026-02-20T04:39:04.920Z[ 15] 8.00-9.00 sec 93.7 MBytes 786 Mbits/sec
12622026-02-20T04:39:04.920Z[ 17] 8.00-9.00 sec 93.8 MBytes 787 Mbits/sec
12632026-02-20T04:39:04.920Z[ 19] 8.00-9.00 sec 93.8 MBytes 787 Mbits/sec
12642026-02-20T04:39:04.920Z[SUM] 8.00-9.00 sec 750 MBytes 6.29 Gbits/sec
12652026-02-20T04:39:04.920Z- - - - - - - - - - - - - - - - - - - - - - - - -
12662026-02-20T04:39:04.920Z[ 5] 9.00-10.00 sec 93.9 MBytes 788 Mbits/sec
12672026-02-20T04:39:04.921Z[ 7] 9.00-10.00 sec 94.2 MBytes 790 Mbits/sec
12682026-02-20T04:39:04.921Z[ 9] 9.00-10.00 sec 94.0 MBytes 788 Mbits/sec
12692026-02-20T04:39:04.921Z[ 11] 9.00-10.00 sec 94.2 MBytes 790 Mbits/sec
12702026-02-20T04:39:04.921Z[ 13] 9.00-10.00 sec 94.1 MBytes 789 Mbits/sec
12712026-02-20T04:39:04.921Z[ 15] 9.00-10.00 sec 94.1 MBytes 789 Mbits/sec
12722026-02-20T04:39:04.921Z[ 17] 9.00-10.00 sec 94.1 MBytes 789 Mbits/sec
12732026-02-20T04:39:04.921Z[ 19] 9.00-10.00 sec 94.1 MBytes 789 Mbits/sec
12742026-02-20T04:39:04.921Z[SUM] 9.00-10.00 sec 753 MBytes 6.31 Gbits/sec
12752026-02-20T04:39:04.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
12762026-02-20T04:39:04.921Z[ 5] 10.00-10.00 sec 67.2 KBytes 1.02 Gbits/sec
12772026-02-20T04:39:04.921Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.46 Gbits/sec
12782026-02-20T04:39:04.921Z[ 9] 10.00-10.00 sec 126 KBytes 1.91 Gbits/sec
12792026-02-20T04:39:04.921Z[ 11] 10.00-10.00 sec 32.0 KBytes 484 Mbits/sec
12802026-02-20T04:39:04.921Z[ 13] 10.00-10.00 sec 58.3 KBytes 883 Mbits/sec
12812026-02-20T04:39:04.921Z[ 15] 10.00-10.00 sec 19.6 KBytes 297 Mbits/sec
12822026-02-20T04:39:04.921Z[ 17] 10.00-10.00 sec 89.1 KBytes 1.35 Gbits/sec
12832026-02-20T04:39:04.921Z[ 19] 10.00-10.00 sec 9.72 KBytes 147 Mbits/sec
12842026-02-20T04:39:04.921Z[SUM] 10.00-10.00 sec 498 KBytes 7.53 Gbits/sec
12852026-02-20T04:39:04.921Z- - - - - - - - - - - - - - - - - - - - - - - - -
12862026-02-20T04:39:04.921Z[ ID] Interval Transfer Bandwidth
12872026-02-20T04:39:04.921Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12882026-02-20T04:39:04.921Z[ 5] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
12892026-02-20T04:39:04.921Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12902026-02-20T04:39:04.921Z[ 7] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
12912026-02-20T04:39:04.921Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12922026-02-20T04:39:04.921Z[ 9] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
12932026-02-20T04:39:04.921Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12942026-02-20T04:39:04.921Z[ 11] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
12952026-02-20T04:39:04.921Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12962026-02-20T04:39:04.921Z[ 13] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
12972026-02-20T04:39:04.921Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12982026-02-20T04:39:04.921Z[ 15] 0.00-10.00 sec 913 MBytes 765 Mbits/sec receiver
12992026-02-20T04:39:04.921Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13002026-02-20T04:39:04.921Z[ 17] 0.00-10.00 sec 913 MBytes 766 Mbits/sec receiver
13012026-02-20T04:39:04.925Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13022026-02-20T04:39:04.925Z[ 19] 0.00-10.00 sec 912 MBytes 765 Mbits/sec receiver
13032026-02-20T04:39:04.925Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13042026-02-20T04:39:04.925Z[SUM] 0.00-10.00 sec 7.13 GBytes 6.13 Gbits/sec receiver
13052026-02-20T04:39:04.925ZRun 2/5...6125.852Mbps
13062026-02-20T04:39:11.951Z-----------------------------------------------------------
13072026-02-20T04:39:11.951ZServer listening on 5201
13082026-02-20T04:39:11.951Z-----------------------------------------------------------
13092026-02-20T04:39:11.951ZAccepted connection from 10.0.0.1, port 50212
13102026-02-20T04:39:11.951Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43599
13112026-02-20T04:39:11.951Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51644
13122026-02-20T04:39:11.951Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34432
13132026-02-20T04:39:11.951Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48758
13142026-02-20T04:39:11.951Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57260
13152026-02-20T04:39:11.951Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64442
13162026-02-20T04:39:11.951Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49615
13172026-02-20T04:39:11.951Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46683
13182026-02-20T04:39:11.951Z[ ID] Interval Transfer Bandwidth
13192026-02-20T04:39:11.951Z[ 5] 0.00-1.00 sec 64.1 MBytes 538 Mbits/sec
13202026-02-20T04:39:11.951Z[ 7] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
13212026-02-20T04:39:11.951Z[ 9] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
13222026-02-20T04:39:11.951Z[ 11] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
13232026-02-20T04:39:11.951Z[ 13] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
13242026-02-20T04:39:11.951Z[ 15] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
13252026-02-20T04:39:11.951Z[ 17] 0.00-1.00 sec 64.0 MBytes 536 Mbits/sec
13262026-02-20T04:39:11.951Z[ 19] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
13272026-02-20T04:39:11.951Z[SUM] 0.00-1.00 sec 511 MBytes 4.29 Gbits/sec
13282026-02-20T04:39:11.951Z- - - - - - - - - - - - - - - - - - - - - - - - -
13292026-02-20T04:39:11.952Z[ 5] 1.00-2.00 sec 92.9 MBytes 779 Mbits/sec
13302026-02-20T04:39:11.952Z[ 7] 1.00-2.00 sec 92.8 MBytes 778 Mbits/sec
13312026-02-20T04:39:11.952Z[ 9] 1.00-2.00 sec 92.7 MBytes 778 Mbits/sec
13322026-02-20T04:39:11.952Z[ 11] 1.00-2.00 sec 92.8 MBytes 778 Mbits/sec
13332026-02-20T04:39:11.952Z[ 13] 1.00-2.00 sec 92.8 MBytes 778 Mbits/sec
13342026-02-20T04:39:11.952Z[ 15] 1.00-2.00 sec 92.8 MBytes 778 Mbits/sec
13352026-02-20T04:39:11.952Z[ 17] 1.00-2.00 sec 92.8 MBytes 779 Mbits/sec
13362026-02-20T04:39:11.952Z[ 19] 1.00-2.00 sec 92.8 MBytes 779 Mbits/sec
13372026-02-20T04:39:11.952Z[SUM] 1.00-2.00 sec 742 MBytes 6.23 Gbits/sec
13382026-02-20T04:39:11.952Z- - - - - - - - - - - - - - - - - - - - - - - - -
13392026-02-20T04:39:11.952Z[ 5] 2.00-3.00 sec 94.9 MBytes 796 Mbits/sec
13402026-02-20T04:39:11.952Z[ 7] 2.00-3.00 sec 94.9 MBytes 796 Mbits/sec
13412026-02-20T04:39:11.952Z[ 9] 2.00-3.00 sec 95.0 MBytes 797 Mbits/sec
13422026-02-20T04:39:11.952Z[ 11] 2.00-3.00 sec 94.9 MBytes 796 Mbits/sec
13432026-02-20T04:39:11.952Z[ 13] 2.00-3.00 sec 94.9 MBytes 796 Mbits/sec
13442026-02-20T04:39:11.952Z[ 15] 2.00-3.00 sec 95.0 MBytes 797 Mbits/sec
13452026-02-20T04:39:11.952Z[ 17] 2.00-3.00 sec 95.0 MBytes 797 Mbits/sec
13462026-02-20T04:39:11.952Z[ 19] 2.00-3.00 sec 95.0 MBytes 797 Mbits/sec
13472026-02-20T04:39:11.952Z[SUM] 2.00-3.00 sec 760 MBytes 6.37 Gbits/sec
13482026-02-20T04:39:11.956Z- - - - - - - - - - - - - - - - - - - - - - - - -
13492026-02-20T04:39:11.956Z[ 5] 3.00-4.00 sec 94.8 MBytes 795 Mbits/sec
13502026-02-20T04:39:11.956Z[ 7] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
13512026-02-20T04:39:11.956Z[ 9] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
13522026-02-20T04:39:11.956Z[ 11] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
13532026-02-20T04:39:11.956Z[ 13] 3.00-4.00 sec 95.1 MBytes 798 Mbits/sec
13542026-02-20T04:39:11.956Z[ 15] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
13552026-02-20T04:39:11.956Z[ 17] 3.00-4.00 sec 94.9 MBytes 796 Mbits/sec
13562026-02-20T04:39:11.956Z[ 19] 3.00-4.00 sec 95.0 MBytes 797 Mbits/sec
13572026-02-20T04:39:11.956Z[SUM] 3.00-4.00 sec 759 MBytes 6.37 Gbits/sec
13582026-02-20T04:39:11.956Z- - - - - - - - - - - - - - - - - - - - - - - - -
13592026-02-20T04:39:11.956Z[ 5] 4.00-5.00 sec 93.3 MBytes 783 Mbits/sec
13602026-02-20T04:39:11.956Z[ 7] 4.00-5.00 sec 93.3 MBytes 782 Mbits/sec
13612026-02-20T04:39:11.956Z[ 9] 4.00-5.00 sec 93.3 MBytes 783 Mbits/sec
13622026-02-20T04:39:11.956Z[ 11] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
13632026-02-20T04:39:11.956Z[ 13] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
13642026-02-20T04:39:11.956Z[ 15] 4.00-5.00 sec 93.3 MBytes 783 Mbits/sec
13652026-02-20T04:39:11.956Z[ 17] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
13662026-02-20T04:39:11.956Z[ 19] 4.00-5.00 sec 93.2 MBytes 782 Mbits/sec
13672026-02-20T04:39:11.956Z[SUM] 4.00-5.00 sec 746 MBytes 6.26 Gbits/sec
13682026-02-20T04:39:11.956Z- - - - - - - - - - - - - - - - - - - - - - - - -
13692026-02-20T04:39:11.956Z[ 5] 5.00-6.00 sec 95.8 MBytes 803 Mbits/sec
13702026-02-20T04:39:11.956Z[ 7] 5.00-6.00 sec 95.6 MBytes 802 Mbits/sec
13712026-02-20T04:39:11.956Z[ 9] 5.00-6.00 sec 95.6 MBytes 802 Mbits/sec
13722026-02-20T04:39:11.956Z[ 11] 5.00-6.00 sec 95.7 MBytes 802 Mbits/sec
13732026-02-20T04:39:11.956Z[ 13] 5.00-6.00 sec 95.5 MBytes 801 Mbits/sec
13742026-02-20T04:39:11.956Z[ 15] 5.00-6.00 sec 95.5 MBytes 801 Mbits/sec
13752026-02-20T04:39:11.956Z[ 17] 5.00-6.00 sec 95.6 MBytes 802 Mbits/sec
13762026-02-20T04:39:11.956Z[ 19] 5.00-6.00 sec 95.5 MBytes 801 Mbits/sec
13772026-02-20T04:39:11.956Z[SUM] 5.00-6.00 sec 765 MBytes 6.42 Gbits/sec
13782026-02-20T04:39:11.956Z- - - - - - - - - - - - - - - - - - - - - - - - -
13792026-02-20T04:39:11.956Z[ 5] 6.00-7.00 sec 95.7 MBytes 802 Mbits/sec
13802026-02-20T04:39:11.956Z[ 7] 6.00-7.00 sec 95.7 MBytes 803 Mbits/sec
13812026-02-20T04:39:11.956Z[ 9] 6.00-7.00 sec 95.7 MBytes 802 Mbits/sec
13822026-02-20T04:39:15.173Z[ 11] 6.00-7.00 sec 95.6 MBytes 802 Mbits/sec
13832026-02-20T04:39:15.173Z[ 13] 6.00-7.00 sec 95.7 MBytes 803 Mbits/sec
13842026-02-20T04:39:15.173Z[ 15] 6.00-7.00 sec 95.7 MBytes 803 Mbits/sec
13852026-02-20T04:39:15.173Z[ 17] 6.00-7.00 sec 95.7 MBytes 803 Mbits/sec
13862026-02-20T04:39:15.173Z[ 19] 6.00-7.00 sec 95.6 MBytes 802 Mbits/sec
13872026-02-20T04:39:15.173Z[SUM] 6.00-7.00 sec 765 MBytes 6.42 Gbits/sec
13882026-02-20T04:39:15.173Z- - - - - - - - - - - - - - - - - - - - - - - - -
13892026-02-20T04:39:15.173Z[ 5] 7.00-8.00 sec 95.3 MBytes 800 Mbits/sec
13902026-02-20T04:39:15.173Z[ 7] 7.00-8.00 sec 95.1 MBytes 798 Mbits/sec
13912026-02-20T04:39:15.173Z[ 9] 7.00-8.00 sec 95.2 MBytes 799 Mbits/sec
13922026-02-20T04:39:15.173Z[ 11] 7.00-8.00 sec 95.2 MBytes 799 Mbits/sec
13932026-02-20T04:39:15.173Z[ 13] 7.00-8.00 sec 95.1 MBytes 798 Mbits/sec
13942026-02-20T04:39:15.173Z[ 15] 7.00-8.00 sec 95.3 MBytes 799 Mbits/sec
13952026-02-20T04:39:15.173Z[ 17] 7.00-8.00 sec 95.1 MBytes 798 Mbits/sec
13962026-02-20T04:39:15.173Z[ 19] 7.00-8.00 sec 95.1 MBytes 798 Mbits/sec
13972026-02-20T04:39:15.173Z[SUM] 7.00-8.00 sec 762 MBytes 6.39 Gbits/sec
13982026-02-20T04:39:15.173Z- - - - - - - - - - - - - - - - - - - - - - - - -
13992026-02-20T04:39:15.173Z[ 5] 8.00-9.00 sec 92.8 MBytes 779 Mbits/sec
14002026-02-20T04:39:15.173Z[ 7] 8.00-9.00 sec 92.9 MBytes 780 Mbits/sec
14012026-02-20T04:39:15.173Z[ 9] 8.00-9.00 sec 92.9 MBytes 779 Mbits/sec
14022026-02-20T04:39:15.173Z[ 11] 8.00-9.00 sec 92.9 MBytes 779 Mbits/sec
14032026-02-20T04:39:15.173Z[ 13] 8.00-9.00 sec 92.8 MBytes 779 Mbits/sec
14042026-02-20T04:39:15.173Z[ 15] 8.00-9.00 sec 92.8 MBytes 778 Mbits/sec
14052026-02-20T04:39:15.173Z[ 17] 8.00-9.00 sec 92.8 MBytes 779 Mbits/sec
14062026-02-20T04:39:15.174Z[ 19] 8.00-9.00 sec 92.9 MBytes 779 Mbits/sec
14072026-02-20T04:39:15.174Z[SUM] 8.00-9.00 sec 743 MBytes 6.23 Gbits/sec
14082026-02-20T04:39:15.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
14092026-02-20T04:39:15.174Z[ 5] 9.00-10.00 sec 96.3 MBytes 808 Mbits/sec
14102026-02-20T04:39:15.174Z[ 7] 9.00-10.00 sec 96.0 MBytes 806 Mbits/sec
14112026-02-20T04:39:15.174Z[ 9] 9.00-10.00 sec 96.1 MBytes 806 Mbits/sec
14122026-02-20T04:39:15.174Z[ 11] 9.00-10.00 sec 96.1 MBytes 806 Mbits/sec
14132026-02-20T04:39:15.174Z[ 13] 9.00-10.00 sec 96.0 MBytes 806 Mbits/sec
14142026-02-20T04:39:15.174Z[ 15] 9.00-10.00 sec 96.0 MBytes 805 Mbits/sec
14152026-02-20T04:39:15.174Z[ 17] 9.00-10.00 sec 96.1 MBytes 806 Mbits/sec
14162026-02-20T04:39:15.174Z[ 19] 9.00-10.00 sec 96.0 MBytes 806 Mbits/sec
14172026-02-20T04:39:15.174Z[SUM] 9.00-10.00 sec 769 MBytes 6.45 Gbits/sec
14182026-02-20T04:39:15.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
14192026-02-20T04:39:15.174Z[ 5] 10.00-10.00 sec 11.8 KBytes 189 Mbits/sec
14202026-02-20T04:39:15.174Z[ 7] 10.00-10.00 sec 126 KBytes 2.01 Gbits/sec
14212026-02-20T04:39:15.174Z[ 9] 10.00-10.00 sec 39.4 KBytes 632 Mbits/sec
14222026-02-20T04:39:15.174Z[ 11] 10.00-10.00 sec 49.7 KBytes 796 Mbits/sec
14232026-02-20T04:39:15.174Z[ 13] 10.00-10.00 sec 36.8 KBytes 588 Mbits/sec
14242026-02-20T04:39:15.174Z[ 15] 10.00-10.00 sec 125 KBytes 2.00 Gbits/sec
14252026-02-20T04:39:15.174Z[ 17] 10.00-10.00 sec 62.0 KBytes 993 Mbits/sec
14262026-02-20T04:39:15.174Z[ 19] 10.00-10.00 sec 37.1 KBytes 594 Mbits/sec
14272026-02-20T04:39:15.174Z[SUM] 10.00-10.00 sec 488 KBytes 7.79 Gbits/sec
14282026-02-20T04:39:15.174Z- - - - - - - - - - - - - - - - - - - - - - - - -
14292026-02-20T04:39:15.174Z[ ID] Interval Transfer Bandwidth
14302026-02-20T04:39:15.174Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14312026-02-20T04:39:15.174Z[ 5] 0.00-10.00 sec 916 MBytes 768 Mbits/sec receiver
14322026-02-20T04:39:15.174Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14332026-02-20T04:39:15.174Z[ 7] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14342026-02-20T04:39:15.174Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14352026-02-20T04:39:15.174Z[ 9] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14362026-02-20T04:39:15.174Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14372026-02-20T04:39:15.174Z[ 11] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14382026-02-20T04:39:15.174Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14392026-02-20T04:39:15.174Z[ 13] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14402026-02-20T04:39:15.174Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14412026-02-20T04:39:15.174Z[ 15] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14422026-02-20T04:39:15.174Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14432026-02-20T04:39:15.175Z[ 17] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14442026-02-20T04:39:15.175Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14452026-02-20T04:39:15.175Z[ 19] 0.00-10.00 sec 915 MBytes 768 Mbits/sec receiver
14462026-02-20T04:39:15.175Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14472026-02-20T04:39:15.175Z[SUM] 0.00-10.00 sec 7.15 GBytes 6.14 Gbits/sec receiver
14482026-02-20T04:39:15.178ZRun 3/5...6142.711Mbps
14492026-02-20T04:39:22.205Z-----------------------------------------------------------
14502026-02-20T04:39:22.205ZServer listening on 5201
14512026-02-20T04:39:22.205Z-----------------------------------------------------------
14522026-02-20T04:39:22.205ZAccepted connection from 10.0.0.1, port 45481
14532026-02-20T04:39:22.206Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64455
14542026-02-20T04:39:22.206Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64229
14552026-02-20T04:39:22.206Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60705
14562026-02-20T04:39:22.206Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34324
14572026-02-20T04:39:22.206Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58261
14582026-02-20T04:39:22.206Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44980
14592026-02-20T04:39:22.206Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60612
14602026-02-20T04:39:22.206Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60357
14612026-02-20T04:39:22.206Z[ ID] Interval Transfer Bandwidth
14622026-02-20T04:39:22.206Z[ 5] 0.00-1.00 sec 64.1 MBytes 537 Mbits/sec
14632026-02-20T04:39:22.206Z[ 7] 0.00-1.00 sec 64.1 MBytes 538 Mbits/sec
14642026-02-20T04:39:22.206Z[ 9] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
14652026-02-20T04:39:22.206Z[ 11] 0.00-1.00 sec 64.1 MBytes 537 Mbits/sec
14662026-02-20T04:39:22.206Z[ 13] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
14672026-02-20T04:39:22.206Z[ 15] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
14682026-02-20T04:39:22.206Z[ 17] 0.00-1.00 sec 64.0 MBytes 537 Mbits/sec
14692026-02-20T04:39:22.206Z[ 19] 0.00-1.00 sec 63.9 MBytes 536 Mbits/sec
14702026-02-20T04:39:22.206Z[SUM] 0.00-1.00 sec 512 MBytes 4.30 Gbits/sec
14712026-02-20T04:39:22.206Z- - - - - - - - - - - - - - - - - - - - - - - - -
14722026-02-20T04:39:22.206Z[ 5] 1.00-2.00 sec 92.1 MBytes 773 Mbits/sec
14732026-02-20T04:39:22.206Z[ 7] 1.00-2.00 sec 92.2 MBytes 773 Mbits/sec
14742026-02-20T04:39:22.206Z[ 9] 1.00-2.00 sec 92.2 MBytes 773 Mbits/sec
14752026-02-20T04:39:22.206Z[ 11] 1.00-2.00 sec 92.1 MBytes 773 Mbits/sec
14762026-02-20T04:39:22.206Z[ 13] 1.00-2.00 sec 92.2 MBytes 773 Mbits/sec
14772026-02-20T04:39:22.206Z[ 15] 1.00-2.00 sec 92.1 MBytes 772 Mbits/sec
14782026-02-20T04:39:22.207Z[ 17] 1.00-2.00 sec 92.1 MBytes 773 Mbits/sec
14792026-02-20T04:39:22.207Z[ 19] 1.00-2.00 sec 92.1 MBytes 773 Mbits/sec
14802026-02-20T04:39:22.207Z[SUM] 1.00-2.00 sec 737 MBytes 6.18 Gbits/sec
14812026-02-20T04:39:22.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
14822026-02-20T04:39:22.207Z[ 5] 2.00-3.00 sec 94.1 MBytes 790 Mbits/sec
14832026-02-20T04:39:22.207Z[ 7] 2.00-3.00 sec 94.1 MBytes 790 Mbits/sec
14842026-02-20T04:39:22.207Z[ 9] 2.00-3.00 sec 94.1 MBytes 789 Mbits/sec
14852026-02-20T04:39:22.207Z[ 11] 2.00-3.00 sec 94.1 MBytes 790 Mbits/sec
14862026-02-20T04:39:22.207Z[ 13] 2.00-3.00 sec 94.1 MBytes 790 Mbits/sec
14872026-02-20T04:39:22.207Z[ 15] 2.00-3.00 sec 94.1 MBytes 790 Mbits/sec
14882026-02-20T04:39:22.207Z[ 17] 2.00-3.00 sec 94.2 MBytes 790 Mbits/sec
14892026-02-20T04:39:22.207Z[ 19] 2.00-3.00 sec 94.2 MBytes 790 Mbits/sec
14902026-02-20T04:39:22.207Z[SUM] 2.00-3.00 sec 753 MBytes 6.32 Gbits/sec
14912026-02-20T04:39:22.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
14922026-02-20T04:39:22.207Z[ 5] 3.00-4.00 sec 93.1 MBytes 781 Mbits/sec
14932026-02-20T04:39:22.207Z[ 7] 3.00-4.00 sec 93.1 MBytes 781 Mbits/sec
14942026-02-20T04:39:22.207Z[ 9] 3.00-4.00 sec 93.1 MBytes 781 Mbits/sec
14952026-02-20T04:39:22.207Z[ 11] 3.00-4.00 sec 93.2 MBytes 782 Mbits/sec
14962026-02-20T04:39:22.207Z[ 13] 3.00-4.00 sec 93.1 MBytes 781 Mbits/sec
14972026-02-20T04:39:22.207Z[ 15] 3.00-4.00 sec 93.0 MBytes 780 Mbits/sec
14982026-02-20T04:39:22.207Z[ 17] 3.00-4.00 sec 93.1 MBytes 781 Mbits/sec
14992026-02-20T04:39:22.207Z[ 19] 3.00-4.00 sec 93.1 MBytes 781 Mbits/sec
15002026-02-20T04:39:22.207Z[SUM] 3.00-4.00 sec 745 MBytes 6.25 Gbits/sec
15012026-02-20T04:39:22.207Z- - - - - - - - - - - - - - - - - - - - - - - - -
15022026-02-20T04:39:22.207Z[ 5] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15032026-02-20T04:39:22.208Z[ 7] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15042026-02-20T04:39:22.208Z[ 9] 4.00-5.00 sec 93.1 MBytes 781 Mbits/sec
15052026-02-20T04:39:22.208Z[ 11] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15062026-02-20T04:39:22.208Z[ 13] 4.00-5.00 sec 93.0 MBytes 780 Mbits/sec
15072026-02-20T04:39:22.208Z[ 15] 4.00-5.00 sec 92.9 MBytes 779 Mbits/sec
15082026-02-20T04:39:22.208Z[ 17] 4.00-5.00 sec 92.9 MBytes 780 Mbits/sec
15092026-02-20T04:39:22.208Z[ 19] 4.00-5.00 sec 92.9 MBytes 779 Mbits/sec
15102026-02-20T04:39:22.208Z[SUM] 4.00-5.00 sec 744 MBytes 6.24 Gbits/sec
15112026-02-20T04:39:22.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
15122026-02-20T04:39:22.208Z[ 5] 5.00-6.00 sec 96.5 MBytes 810 Mbits/sec
15132026-02-20T04:39:22.208Z[ 7] 5.00-6.00 sec 96.5 MBytes 810 Mbits/sec
15142026-02-20T04:39:22.208Z[ 9] 5.00-6.00 sec 96.5 MBytes 810 Mbits/sec
15152026-02-20T04:39:22.208Z[ 11] 5.00-6.00 sec 96.6 MBytes 810 Mbits/sec
15162026-02-20T04:39:22.208Z[ 13] 5.00-6.00 sec 96.3 MBytes 808 Mbits/sec
15172026-02-20T04:39:22.208Z[ 15] 5.00-6.00 sec 96.5 MBytes 810 Mbits/sec
15182026-02-20T04:39:22.208Z[ 17] 5.00-6.00 sec 96.4 MBytes 808 Mbits/sec
15192026-02-20T04:39:22.208Z[ 19] 5.00-6.00 sec 96.5 MBytes 809 Mbits/sec
15202026-02-20T04:39:22.208Z[SUM] 5.00-6.00 sec 772 MBytes 6.48 Gbits/sec
15212026-02-20T04:39:22.208Z- - - - - - - - - - - - - - - - - - - - - - - - -
15222026-02-20T04:39:22.208Z[ 5] 6.00-7.00 sec 93.5 MBytes 784 Mbits/sec
15232026-02-20T04:39:22.208Z[ 7] 6.00-7.00 sec 93.5 MBytes 785 Mbits/sec
15242026-02-20T04:39:22.208Z[ 9] 6.00-7.00 sec 93.5 MBytes 784 Mbits/sec
15252026-02-20T04:39:25.425Z[ 11] 6.00-7.00 sec 93.4 MBytes 784 Mbits/sec
15262026-02-20T04:39:25.426Z[ 13] 6.00-7.00 sec 93.4 MBytes 783 Mbits/sec
15272026-02-20T04:39:25.426Z[ 15] 6.00-7.00 sec 93.4 MBytes 784 Mbits/sec
15282026-02-20T04:39:25.426Z[ 17] 6.00-7.00 sec 93.5 MBytes 784 Mbits/sec
15292026-02-20T04:39:25.426Z[ 19] 6.00-7.00 sec 93.4 MBytes 784 Mbits/sec
15302026-02-20T04:39:25.426Z[SUM] 6.00-7.00 sec 748 MBytes 6.27 Gbits/sec
15312026-02-20T04:39:25.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
15322026-02-20T04:39:25.426Z[ 5] 7.00-8.00 sec 93.7 MBytes 786 Mbits/sec
15332026-02-20T04:39:25.426Z[ 7] 7.00-8.00 sec 93.6 MBytes 785 Mbits/sec
15342026-02-20T04:39:25.426Z[ 9] 7.00-8.00 sec 93.5 MBytes 785 Mbits/sec
15352026-02-20T04:39:25.426Z[ 11] 7.00-8.00 sec 93.6 MBytes 785 Mbits/sec
15362026-02-20T04:39:25.426Z[ 13] 7.00-8.00 sec 93.6 MBytes 785 Mbits/sec
15372026-02-20T04:39:25.426Z[ 15] 7.00-8.00 sec 93.6 MBytes 785 Mbits/sec
15382026-02-20T04:39:25.426Z[ 17] 7.00-8.00 sec 93.6 MBytes 785 Mbits/sec
15392026-02-20T04:39:25.426Z[ 19] 7.00-8.00 sec 93.4 MBytes 784 Mbits/sec
15402026-02-20T04:39:25.426Z[SUM] 7.00-8.00 sec 749 MBytes 6.28 Gbits/sec
15412026-02-20T04:39:25.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
15422026-02-20T04:39:25.426Z[ 5] 8.00-9.00 sec 94.7 MBytes 794 Mbits/sec
15432026-02-20T04:39:25.426Z[ 7] 8.00-9.00 sec 94.6 MBytes 793 Mbits/sec
15442026-02-20T04:39:25.426Z[ 9] 8.00-9.00 sec 94.7 MBytes 794 Mbits/sec
15452026-02-20T04:39:25.426Z[ 11] 8.00-9.00 sec 94.7 MBytes 794 Mbits/sec
15462026-02-20T04:39:25.426Z[ 13] 8.00-9.00 sec 94.6 MBytes 794 Mbits/sec
15472026-02-20T04:39:25.426Z[ 15] 8.00-9.00 sec 94.6 MBytes 793 Mbits/sec
15482026-02-20T04:39:25.426Z[ 17] 8.00-9.00 sec 94.6 MBytes 794 Mbits/sec
15492026-02-20T04:39:25.426Z[ 19] 8.00-9.00 sec 94.6 MBytes 794 Mbits/sec
15502026-02-20T04:39:25.426Z[SUM] 8.00-9.00 sec 757 MBytes 6.35 Gbits/sec
15512026-02-20T04:39:25.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
15522026-02-20T04:39:25.426Z[ 5] 9.00-10.00 sec 95.9 MBytes 805 Mbits/sec
15532026-02-20T04:39:25.426Z[ 7] 9.00-10.00 sec 95.9 MBytes 804 Mbits/sec
15542026-02-20T04:39:25.426Z[ 9] 9.00-10.00 sec 95.8 MBytes 804 Mbits/sec
15552026-02-20T04:39:25.426Z[ 11] 9.00-10.00 sec 95.9 MBytes 804 Mbits/sec
15562026-02-20T04:39:25.426Z[ 13] 9.00-10.00 sec 95.8 MBytes 804 Mbits/sec
15572026-02-20T04:39:25.426Z[ 15] 9.00-10.00 sec 95.8 MBytes 804 Mbits/sec
15582026-02-20T04:39:25.426Z[ 17] 9.00-10.00 sec 95.8 MBytes 803 Mbits/sec
15592026-02-20T04:39:25.426Z[ 19] 9.00-10.00 sec 95.8 MBytes 804 Mbits/sec
15602026-02-20T04:39:25.426Z[SUM] 9.00-10.00 sec 767 MBytes 6.43 Gbits/sec
15612026-02-20T04:39:25.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
15622026-02-20T04:39:25.426Z[ 5] 10.00-10.00 sec 123 KBytes 1.70 Gbits/sec
15632026-02-20T04:39:25.427Z[ 7] 10.00-10.00 sec 48.1 KBytes 666 Mbits/sec
15642026-02-20T04:39:25.427Z[ 9] 10.00-10.00 sec 82.5 KBytes 1.15 Gbits/sec
15652026-02-20T04:39:25.427Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
15662026-02-20T04:39:25.427Z[ 13] 10.00-10.00 sec 87.5 KBytes 1.21 Gbits/sec
15672026-02-20T04:39:25.427Z[ 15] 10.00-10.00 sec 104 KBytes 1.45 Gbits/sec
15682026-02-20T04:39:25.427Z[ 17] 10.00-10.00 sec 86.6 KBytes 1.20 Gbits/sec
15692026-02-20T04:39:25.427Z[ 19] 10.00-10.00 sec 46.5 KBytes 646 Mbits/sec
15702026-02-20T04:39:25.427Z[SUM] 10.00-10.00 sec 579 KBytes 8.00 Gbits/sec
15712026-02-20T04:39:25.427Z- - - - - - - - - - - - - - - - - - - - - - - - -
15722026-02-20T04:39:25.427Z[ ID] Interval Transfer Bandwidth
15732026-02-20T04:39:25.427Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15742026-02-20T04:39:25.427Z[ 5] 0.00-10.00 sec 911 MBytes 764 Mbits/sec receiver
15752026-02-20T04:39:25.427Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15762026-02-20T04:39:25.427Z[ 7] 0.00-10.00 sec 911 MBytes 764 Mbits/sec receiver
15772026-02-20T04:39:25.427Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15782026-02-20T04:39:25.427Z[ 9] 0.00-10.00 sec 911 MBytes 764 Mbits/sec receiver
15792026-02-20T04:39:25.427Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15802026-02-20T04:39:25.427Z[ 11] 0.00-10.00 sec 911 MBytes 764 Mbits/sec receiver
15812026-02-20T04:39:25.427Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15822026-02-20T04:39:25.427Z[ 13] 0.00-10.00 sec 910 MBytes 763 Mbits/sec receiver
15832026-02-20T04:39:25.427Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15842026-02-20T04:39:25.427Z[ 15] 0.00-10.00 sec 910 MBytes 764 Mbits/sec receiver
15852026-02-20T04:39:25.427Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15862026-02-20T04:39:25.427Z[ 17] 0.00-10.00 sec 910 MBytes 763 Mbits/sec receiver
15872026-02-20T04:39:25.427Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15882026-02-20T04:39:25.427Z[ 19] 0.00-10.00 sec 910 MBytes 763 Mbits/sec receiver
15892026-02-20T04:39:25.427Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15902026-02-20T04:39:25.427Z[SUM] 0.00-10.00 sec 7.11 GBytes 6.11 Gbits/sec receiver
15912026-02-20T04:39:25.431ZRun 4/5...6109.749Mbps
15922026-02-20T04:39:32.457Z-----------------------------------------------------------
15932026-02-20T04:39:32.457ZServer listening on 5201
15942026-02-20T04:39:32.457Z-----------------------------------------------------------
15952026-02-20T04:39:32.457ZAccepted connection from 10.0.0.1, port 39001
15962026-02-20T04:39:32.457Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46267
15972026-02-20T04:39:32.457Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59864
15982026-02-20T04:39:32.457Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51524
15992026-02-20T04:39:32.457Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35540
16002026-02-20T04:39:32.457Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48084
16012026-02-20T04:39:32.457Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52049
16022026-02-20T04:39:32.457Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56486
16032026-02-20T04:39:32.457Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33820
16042026-02-20T04:39:32.457Z[ ID] Interval Transfer Bandwidth
16052026-02-20T04:39:32.457Z[ 5] 0.00-1.00 sec 64.6 MBytes 542 Mbits/sec
16062026-02-20T04:39:32.457Z[ 7] 0.00-1.00 sec 64.6 MBytes 542 Mbits/sec
16072026-02-20T04:39:32.457Z[ 9] 0.00-1.00 sec 64.6 MBytes 542 Mbits/sec
16082026-02-20T04:39:32.457Z[ 11] 0.00-1.00 sec 64.6 MBytes 542 Mbits/sec
16092026-02-20T04:39:32.457Z[ 13] 0.00-1.00 sec 64.6 MBytes 542 Mbits/sec
16102026-02-20T04:39:32.457Z[ 15] 0.00-1.00 sec 64.6 MBytes 542 Mbits/sec
16112026-02-20T04:39:32.458Z[ 17] 0.00-1.00 sec 64.6 MBytes 542 Mbits/sec
16122026-02-20T04:39:32.458Z[ 19] 0.00-1.00 sec 64.4 MBytes 541 Mbits/sec
16132026-02-20T04:39:32.458Z[SUM] 0.00-1.00 sec 517 MBytes 4.34 Gbits/sec
16142026-02-20T04:39:32.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
16152026-02-20T04:39:32.458Z[ 5] 1.00-2.00 sec 95.3 MBytes 799 Mbits/sec
16162026-02-20T04:39:32.458Z[ 7] 1.00-2.00 sec 95.3 MBytes 799 Mbits/sec
16172026-02-20T04:39:32.458Z[ 9] 1.00-2.00 sec 95.4 MBytes 800 Mbits/sec
16182026-02-20T04:39:32.458Z[ 11] 1.00-2.00 sec 95.3 MBytes 799 Mbits/sec
16192026-02-20T04:39:32.458Z[ 13] 1.00-2.00 sec 95.3 MBytes 799 Mbits/sec
16202026-02-20T04:39:32.458Z[ 15] 1.00-2.00 sec 95.4 MBytes 800 Mbits/sec
16212026-02-20T04:39:32.458Z[ 17] 1.00-2.00 sec 95.3 MBytes 800 Mbits/sec
16222026-02-20T04:39:32.458Z[ 19] 1.00-2.00 sec 95.4 MBytes 800 Mbits/sec
16232026-02-20T04:39:32.458Z[SUM] 1.00-2.00 sec 763 MBytes 6.40 Gbits/sec
16242026-02-20T04:39:32.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
16252026-02-20T04:39:32.458Z[ 5] 2.00-3.00 sec 95.4 MBytes 800 Mbits/sec
16262026-02-20T04:39:32.458Z[ 7] 2.00-3.00 sec 95.4 MBytes 801 Mbits/sec
16272026-02-20T04:39:32.458Z[ 9] 2.00-3.00 sec 95.3 MBytes 799 Mbits/sec
16282026-02-20T04:39:32.458Z[ 11] 2.00-3.00 sec 95.5 MBytes 801 Mbits/sec
16292026-02-20T04:39:32.458Z[ 13] 2.00-3.00 sec 95.4 MBytes 801 Mbits/sec
16302026-02-20T04:39:32.458Z[ 15] 2.00-3.00 sec 95.4 MBytes 800 Mbits/sec
16312026-02-20T04:39:32.458Z[ 17] 2.00-3.00 sec 95.3 MBytes 800 Mbits/sec
16322026-02-20T04:39:32.458Z[ 19] 2.00-3.00 sec 95.4 MBytes 800 Mbits/sec
16332026-02-20T04:39:32.458Z[SUM] 2.00-3.00 sec 763 MBytes 6.40 Gbits/sec
16342026-02-20T04:39:32.458Z- - - - - - - - - - - - - - - - - - - - - - - - -
16352026-02-20T04:39:32.458Z[ 5] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
16362026-02-20T04:39:32.458Z[ 7] 3.00-4.00 sec 95.5 MBytes 801 Mbits/sec
16372026-02-20T04:39:32.458Z[ 9] 3.00-4.00 sec 95.5 MBytes 801 Mbits/sec
16382026-02-20T04:39:32.458Z[ 11] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
16392026-02-20T04:39:32.458Z[ 13] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
16402026-02-20T04:39:32.458Z[ 15] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
16412026-02-20T04:39:32.463Z[ 17] 3.00-4.00 sec 95.5 MBytes 801 Mbits/sec
16422026-02-20T04:39:32.463Z[ 19] 3.00-4.00 sec 95.5 MBytes 801 Mbits/sec
16432026-02-20T04:39:32.463Z[SUM] 3.00-4.00 sec 764 MBytes 6.41 Gbits/sec
16442026-02-20T04:39:32.463Z- - - - - - - - - - - - - - - - - - - - - - - - -
16452026-02-20T04:39:32.463Z[ 5] 4.00-5.00 sec 94.8 MBytes 796 Mbits/sec
16462026-02-20T04:39:32.463Z[ 7] 4.00-5.00 sec 94.9 MBytes 796 Mbits/sec
16472026-02-20T04:39:32.463Z[ 9] 4.00-5.00 sec 94.9 MBytes 796 Mbits/sec
16482026-02-20T04:39:32.463Z[ 11] 4.00-5.00 sec 94.9 MBytes 796 Mbits/sec
16492026-02-20T04:39:32.463Z[ 13] 4.00-5.00 sec 94.8 MBytes 796 Mbits/sec
16502026-02-20T04:39:32.463Z[ 15] 4.00-5.00 sec 94.8 MBytes 795 Mbits/sec
16512026-02-20T04:39:32.463Z[ 17] 4.00-5.00 sec 94.9 MBytes 796 Mbits/sec
16522026-02-20T04:39:32.463Z[ 19] 4.00-5.00 sec 94.9 MBytes 796 Mbits/sec
16532026-02-20T04:39:32.463Z[SUM] 4.00-5.00 sec 759 MBytes 6.37 Gbits/sec
16542026-02-20T04:39:32.463Z- - - - - - - - - - - - - - - - - - - - - - - - -
16552026-02-20T04:39:32.464Z[ 5] 5.00-6.00 sec 94.5 MBytes 792 Mbits/sec
16562026-02-20T04:39:32.464Z[ 7] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
16572026-02-20T04:39:32.464Z[ 9] 5.00-6.00 sec 94.3 MBytes 791 Mbits/sec
16582026-02-20T04:39:32.464Z[ 11] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
16592026-02-20T04:39:32.464Z[ 13] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
16602026-02-20T04:39:32.464Z[ 15] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
16612026-02-20T04:39:32.464Z[ 17] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
16622026-02-20T04:39:32.464Z[ 19] 5.00-6.00 sec 94.4 MBytes 792 Mbits/sec
16632026-02-20T04:39:32.464Z[SUM] 5.00-6.00 sec 755 MBytes 6.33 Gbits/sec
16642026-02-20T04:39:32.464Z- - - - - - - - - - - - - - - - - - - - - - - - -
16652026-02-20T04:39:32.464Z[ 5] 6.00-7.00 sec 94.5 MBytes 793 Mbits/sec
16662026-02-20T04:39:32.464Z[ 7] 6.00-7.00 sec 94.6 MBytes 793 Mbits/sec
16672026-02-20T04:39:32.464Z[ 9] 6.00-7.00 sec 94.5 MBytes 793 Mbits/sec
16682026-02-20T04:39:35.678Z[ 11] 6.00-7.00 sec 94.6 MBytes 794 Mbits/sec
16692026-02-20T04:39:35.678Z[ 13] 6.00-7.00 sec 94.6 MBytes 793 Mbits/sec
16702026-02-20T04:39:35.678Z[ 15] 6.00-7.00 sec 94.6 MBytes 794 Mbits/sec
16712026-02-20T04:39:35.678Z[ 17] 6.00-7.00 sec 94.6 MBytes 793 Mbits/sec
16722026-02-20T04:39:35.678Z[ 19] 6.00-7.00 sec 94.5 MBytes 793 Mbits/sec
16732026-02-20T04:39:35.678Z[SUM] 6.00-7.00 sec 757 MBytes 6.35 Gbits/sec
16742026-02-20T04:39:35.678Z- - - - - - - - - - - - - - - - - - - - - - - - -
16752026-02-20T04:39:35.678Z[ 5] 7.00-8.00 sec 94.4 MBytes 792 Mbits/sec
16762026-02-20T04:39:35.678Z[ 7] 7.00-8.00 sec 94.4 MBytes 792 Mbits/sec
16772026-02-20T04:39:35.678Z[ 9] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
16782026-02-20T04:39:35.678Z[ 11] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
16792026-02-20T04:39:35.678Z[ 13] 7.00-8.00 sec 94.4 MBytes 792 Mbits/sec
16802026-02-20T04:39:35.678Z[ 15] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
16812026-02-20T04:39:35.678Z[ 17] 7.00-8.00 sec 94.3 MBytes 791 Mbits/sec
16822026-02-20T04:39:35.678Z[ 19] 7.00-8.00 sec 94.2 MBytes 790 Mbits/sec
16832026-02-20T04:39:35.678Z[SUM] 7.00-8.00 sec 755 MBytes 6.33 Gbits/sec
16842026-02-20T04:39:35.679Z- - - - - - - - - - - - - - - - - - - - - - - - -
16852026-02-20T04:39:35.679Z[ 5] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16862026-02-20T04:39:35.679Z[ 7] 8.00-9.00 sec 95.0 MBytes 797 Mbits/sec
16872026-02-20T04:39:35.679Z[ 9] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16882026-02-20T04:39:35.679Z[ 11] 8.00-9.00 sec 95.0 MBytes 797 Mbits/sec
16892026-02-20T04:39:35.679Z[ 13] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16902026-02-20T04:39:35.679Z[ 15] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
16912026-02-20T04:39:35.679Z[ 17] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16922026-02-20T04:39:35.679Z[ 19] 8.00-9.00 sec 94.9 MBytes 796 Mbits/sec
16932026-02-20T04:39:35.679Z[SUM] 8.00-9.00 sec 759 MBytes 6.37 Gbits/sec
16942026-02-20T04:39:35.679Z- - - - - - - - - - - - - - - - - - - - - - - - -
16952026-02-20T04:39:35.679Z[ 5] 9.00-10.00 sec 96.0 MBytes 805 Mbits/sec
16962026-02-20T04:39:35.679Z[ 7] 9.00-10.00 sec 96.0 MBytes 805 Mbits/sec
16972026-02-20T04:39:35.679Z[ 9] 9.00-10.00 sec 96.0 MBytes 805 Mbits/sec
16982026-02-20T04:39:35.679Z[ 11] 9.00-10.00 sec 95.9 MBytes 804 Mbits/sec
16992026-02-20T04:39:35.679Z[ 13] 9.00-10.00 sec 96.0 MBytes 805 Mbits/sec
17002026-02-20T04:39:35.679Z[ 15] 9.00-10.00 sec 96.0 MBytes 805 Mbits/sec
17012026-02-20T04:39:35.679Z[ 17] 9.00-10.00 sec 95.8 MBytes 803 Mbits/sec
17022026-02-20T04:39:35.679Z[ 19] 9.00-10.00 sec 95.8 MBytes 804 Mbits/sec
17032026-02-20T04:39:35.679Z[SUM] 9.00-10.00 sec 767 MBytes 6.44 Gbits/sec
17042026-02-20T04:39:35.679Z- - - - - - - - - - - - - - - - - - - - - - - - -
17052026-02-20T04:39:35.679Z[ 5] 10.00-10.00 sec 113 KBytes 1.48 Gbits/sec
17062026-02-20T04:39:35.679Z[ 7] 10.00-10.00 sec 52.9 KBytes 694 Mbits/sec
17072026-02-20T04:39:35.679Z[ 9] 10.00-10.00 sec 123 KBytes 1.62 Gbits/sec
17082026-02-20T04:39:35.679Z[ 11] 10.00-10.00 sec 56.7 KBytes 746 Mbits/sec
17092026-02-20T04:39:35.679Z[ 13] 10.00-10.00 sec 47.5 KBytes 625 Mbits/sec
17102026-02-20T04:39:35.679Z[ 15] 10.00-10.00 sec 95.1 KBytes 1.25 Gbits/sec
17112026-02-20T04:39:35.679Z[ 17] 10.00-10.00 sec 106 KBytes 1.39 Gbits/sec
17122026-02-20T04:39:35.679Z[ 19] 10.00-10.00 sec 126 KBytes 1.65 Gbits/sec
17132026-02-20T04:39:35.679Z[SUM] 10.00-10.00 sec 720 KBytes 9.42 Gbits/sec
17142026-02-20T04:39:35.679Z- - - - - - - - - - - - - - - - - - - - - - - - -
17152026-02-20T04:39:35.679Z[ ID] Interval Transfer Bandwidth
17162026-02-20T04:39:35.679Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17172026-02-20T04:39:35.679Z[ 5] 0.00-10.00 sec 920 MBytes 772 Mbits/sec receiver
17182026-02-20T04:39:35.679Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17192026-02-20T04:39:35.679Z[ 7] 0.00-10.00 sec 920 MBytes 772 Mbits/sec receiver
17202026-02-20T04:39:35.679Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17212026-02-20T04:39:35.679Z[ 9] 0.00-10.00 sec 920 MBytes 771 Mbits/sec receiver
17222026-02-20T04:39:35.680Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17232026-02-20T04:39:35.680Z[ 11] 0.00-10.00 sec 920 MBytes 772 Mbits/sec receiver
17242026-02-20T04:39:35.680Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17252026-02-20T04:39:35.680Z[ 13] 0.00-10.00 sec 920 MBytes 772 Mbits/sec receiver
17262026-02-20T04:39:35.680Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17272026-02-20T04:39:35.680Z[ 15] 0.00-10.00 sec 920 MBytes 772 Mbits/sec receiver
17282026-02-20T04:39:35.680Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17292026-02-20T04:39:35.680Z[ 17] 0.00-10.00 sec 920 MBytes 772 Mbits/sec receiver
17302026-02-20T04:39:35.680Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17312026-02-20T04:39:35.680Z[ 19] 0.00-10.00 sec 920 MBytes 771 Mbits/sec receiver
17322026-02-20T04:39:35.680Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17332026-02-20T04:39:35.680Z[SUM] 0.00-10.00 sec 7.19 GBytes 6.17 Gbits/sec receiver
17342026-02-20T04:39:35.683ZRun 5/5...6173.583Mbps
17352026-02-20T04:39:35.683Z###---------------------###
17362026-02-20T04:39:35.684Z::: iPerf done... :::
17372026-02-20T04:39:35.684Z:::Awaiting out files...:::
17382026-02-20T04:39:35.684Z###---------------------###
17392026-02-20T04:39:35.684Z###-----###
17402026-02-20T04:39:35.684Z:::done!:::
17412026-02-20T04:39:35.684Z###-----###
17422026-02-20T04:39:35.684Z###-------------------###
17432026-02-20T04:39:35.684Z:::Running experiment :::
17442026-02-20T04:39:35.684Z:::iperf-tcp/local/s2c:::
17452026-02-20T04:39:35.684Z###-------------------###
17462026-02-20T04:39:42.710Z-----------------------------------------------------------
17472026-02-20T04:39:42.710ZServer listening on 5201
17482026-02-20T04:39:42.710Z-----------------------------------------------------------
17492026-02-20T04:39:42.710ZAccepted connection from 10.0.0.1, port 34844
17502026-02-20T04:39:42.710Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52393
17512026-02-20T04:39:42.710Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37950
17522026-02-20T04:39:42.710Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59615
17532026-02-20T04:39:42.710Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42315
17542026-02-20T04:39:42.710Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46060
17552026-02-20T04:39:42.710Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48909
17562026-02-20T04:39:42.710Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43951
17572026-02-20T04:39:42.710Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54174
17582026-02-20T04:39:42.710Z[ ID] Interval Transfer Bandwidth
17592026-02-20T04:39:42.710Z[ 5] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
17602026-02-20T04:39:42.710Z[ 7] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
17612026-02-20T04:39:42.710Z[ 9] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
17622026-02-20T04:39:42.710Z[ 11] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
17632026-02-20T04:39:42.710Z[ 13] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
17642026-02-20T04:39:42.710Z[ 15] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
17652026-02-20T04:39:42.710Z[ 17] 0.00-1.00 sec 83.0 MBytes 696 Mbits/sec
17662026-02-20T04:39:42.710Z[ 19] 0.00-1.00 sec 83.0 MBytes 696 Mbits/sec
17672026-02-20T04:39:42.711Z[SUM] 0.00-1.00 sec 665 MBytes 5.58 Gbits/sec
17682026-02-20T04:39:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
17692026-02-20T04:39:42.711Z[ 5] 1.00-2.00 sec 110 MBytes 919 Mbits/sec
17702026-02-20T04:39:42.711Z[ 7] 1.00-2.00 sec 110 MBytes 919 Mbits/sec
17712026-02-20T04:39:42.711Z[ 9] 1.00-2.00 sec 110 MBytes 919 Mbits/sec
17722026-02-20T04:39:42.711Z[ 11] 1.00-2.00 sec 110 MBytes 919 Mbits/sec
17732026-02-20T04:39:42.711Z[ 13] 1.00-2.00 sec 110 MBytes 920 Mbits/sec
17742026-02-20T04:39:42.711Z[ 15] 1.00-2.00 sec 110 MBytes 920 Mbits/sec
17752026-02-20T04:39:42.711Z[ 17] 1.00-2.00 sec 110 MBytes 920 Mbits/sec
17762026-02-20T04:39:42.711Z[ 19] 1.00-2.00 sec 109 MBytes 918 Mbits/sec
17772026-02-20T04:39:42.711Z[SUM] 1.00-2.00 sec 877 MBytes 7.35 Gbits/sec
17782026-02-20T04:39:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
17792026-02-20T04:39:42.711Z[ 5] 2.00-3.00 sec 117 MBytes 981 Mbits/sec
17802026-02-20T04:39:42.711Z[ 7] 2.00-3.00 sec 117 MBytes 980 Mbits/sec
17812026-02-20T04:39:42.711Z[ 9] 2.00-3.00 sec 117 MBytes 980 Mbits/sec
17822026-02-20T04:39:42.711Z[ 11] 2.00-3.00 sec 117 MBytes 978 Mbits/sec
17832026-02-20T04:39:42.711Z[ 13] 2.00-3.00 sec 116 MBytes 976 Mbits/sec
17842026-02-20T04:39:42.711Z[ 15] 2.00-3.00 sec 116 MBytes 977 Mbits/sec
17852026-02-20T04:39:42.711Z[ 17] 2.00-3.00 sec 117 MBytes 980 Mbits/sec
17862026-02-20T04:39:42.711Z[ 19] 2.00-3.00 sec 117 MBytes 979 Mbits/sec
17872026-02-20T04:39:42.711Z[SUM] 2.00-3.00 sec 933 MBytes 7.83 Gbits/sec
17882026-02-20T04:39:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
17892026-02-20T04:39:42.711Z[ 5] 3.00-4.00 sec 111 MBytes 930 Mbits/sec
17902026-02-20T04:39:42.711Z[ 7] 3.00-4.00 sec 111 MBytes 928 Mbits/sec
17912026-02-20T04:39:42.711Z[ 9] 3.00-4.00 sec 111 MBytes 930 Mbits/sec
17922026-02-20T04:39:42.711Z[ 11] 3.00-4.00 sec 111 MBytes 929 Mbits/sec
17932026-02-20T04:39:42.711Z[ 13] 3.00-4.00 sec 111 MBytes 928 Mbits/sec
17942026-02-20T04:39:42.711Z[ 15] 3.00-4.00 sec 111 MBytes 929 Mbits/sec
17952026-02-20T04:39:42.711Z[ 17] 3.00-4.00 sec 111 MBytes 928 Mbits/sec
17962026-02-20T04:39:42.711Z[ 19] 3.00-4.00 sec 111 MBytes 928 Mbits/sec
17972026-02-20T04:39:42.711Z[SUM] 3.00-4.00 sec 886 MBytes 7.43 Gbits/sec
17982026-02-20T04:39:42.711Z- - - - - - - - - - - - - - - - - - - - - - - - -
17992026-02-20T04:39:42.711Z[ 5] 4.00-5.00 sec 111 MBytes 935 Mbits/sec
18002026-02-20T04:39:42.711Z[ 7] 4.00-5.00 sec 112 MBytes 935 Mbits/sec
18012026-02-20T04:39:42.715Z[ 9] 4.00-5.00 sec 111 MBytes 935 Mbits/sec
18022026-02-20T04:39:42.715Z[ 11] 4.00-5.00 sec 111 MBytes 935 Mbits/sec
18032026-02-20T04:39:42.715Z[ 13] 4.00-5.00 sec 111 MBytes 934 Mbits/sec
18042026-02-20T04:39:42.715Z[ 15] 4.00-5.00 sec 112 MBytes 935 Mbits/sec
18052026-02-20T04:39:42.715Z[ 17] 4.00-5.00 sec 112 MBytes 936 Mbits/sec
18062026-02-20T04:39:42.715Z[ 19] 4.00-5.00 sec 112 MBytes 935 Mbits/sec
18072026-02-20T04:39:42.715Z[SUM] 4.00-5.00 sec 892 MBytes 7.48 Gbits/sec
18082026-02-20T04:39:42.715Z- - - - - - - - - - - - - - - - - - - - - - - - -
18092026-02-20T04:39:42.715Z[ 5] 5.00-6.00 sec 113 MBytes 951 Mbits/sec
18102026-02-20T04:39:42.715Z[ 7] 5.00-6.00 sec 113 MBytes 949 Mbits/sec
18112026-02-20T04:39:42.715Z[ 9] 5.00-6.00 sec 113 MBytes 948 Mbits/sec
18122026-02-20T04:39:42.715Z[ 11] 5.00-6.00 sec 113 MBytes 948 Mbits/sec
18132026-02-20T04:39:42.715Z[ 13] 5.00-6.00 sec 113 MBytes 948 Mbits/sec
18142026-02-20T04:39:42.715Z[ 15] 5.00-6.00 sec 113 MBytes 949 Mbits/sec
18152026-02-20T04:39:42.715Z[ 17] 5.00-6.00 sec 113 MBytes 949 Mbits/sec
18162026-02-20T04:39:42.715Z[ 19] 5.00-6.00 sec 113 MBytes 948 Mbits/sec
18172026-02-20T04:39:42.715Z[SUM] 5.00-6.00 sec 905 MBytes 7.59 Gbits/sec
18182026-02-20T04:39:42.715Z- - - - - - - - - - - - - - - - - - - - - - - - -
18192026-02-20T04:39:42.715Z[ 5] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
18202026-02-20T04:39:42.716Z[ 7] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
18212026-02-20T04:39:42.716Z[ 9] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
18222026-02-20T04:39:45.931Z[ 11] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
18232026-02-20T04:39:45.931Z[ 13] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
18242026-02-20T04:39:45.931Z[ 15] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
18252026-02-20T04:39:45.931Z[ 17] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
18262026-02-20T04:39:45.931Z[ 19] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
18272026-02-20T04:39:45.931Z[SUM] 6.00-7.00 sec 972 MBytes 8.15 Gbits/sec
18282026-02-20T04:39:45.931Z- - - - - - - - - - - - - - - - - - - - - - - - -
18292026-02-20T04:39:45.931Z[ 5] 7.00-8.00 sec 111 MBytes 932 Mbits/sec
18302026-02-20T04:39:45.931Z[ 7] 7.00-8.00 sec 111 MBytes 932 Mbits/sec
18312026-02-20T04:39:45.931Z[ 9] 7.00-8.00 sec 111 MBytes 932 Mbits/sec
18322026-02-20T04:39:45.931Z[ 11] 7.00-8.00 sec 111 MBytes 931 Mbits/sec
18332026-02-20T04:39:45.931Z[ 13] 7.00-8.00 sec 111 MBytes 932 Mbits/sec
18342026-02-20T04:39:45.931Z[ 15] 7.00-8.00 sec 111 MBytes 932 Mbits/sec
18352026-02-20T04:39:45.931Z[ 17] 7.00-8.00 sec 111 MBytes 930 Mbits/sec
18362026-02-20T04:39:45.931Z[ 19] 7.00-8.00 sec 111 MBytes 930 Mbits/sec
18372026-02-20T04:39:45.931Z[SUM] 7.00-8.00 sec 888 MBytes 7.45 Gbits/sec
18382026-02-20T04:39:45.931Z- - - - - - - - - - - - - - - - - - - - - - - - -
18392026-02-20T04:39:45.931Z[ 5] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
18402026-02-20T04:39:45.931Z[ 7] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
18412026-02-20T04:39:45.931Z[ 9] 8.00-9.00 sec 112 MBytes 936 Mbits/sec
18422026-02-20T04:39:45.931Z[ 11] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
18432026-02-20T04:39:45.932Z[ 13] 8.00-9.00 sec 112 MBytes 937 Mbits/sec
18442026-02-20T04:39:45.932Z[ 15] 8.00-9.00 sec 112 MBytes 936 Mbits/sec
18452026-02-20T04:39:45.932Z[ 17] 8.00-9.00 sec 112 MBytes 936 Mbits/sec
18462026-02-20T04:39:45.932Z[ 19] 8.00-9.00 sec 112 MBytes 936 Mbits/sec
18472026-02-20T04:39:45.932Z[SUM] 8.00-9.00 sec 893 MBytes 7.49 Gbits/sec
18482026-02-20T04:39:45.932Z- - - - - - - - - - - - - - - - - - - - - - - - -
18492026-02-20T04:39:45.932Z[ 5] 9.00-10.00 sec 112 MBytes 939 Mbits/sec
18502026-02-20T04:39:45.932Z[ 7] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
18512026-02-20T04:39:45.932Z[ 9] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
18522026-02-20T04:39:45.932Z[ 11] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
18532026-02-20T04:39:45.932Z[ 13] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
18542026-02-20T04:39:45.932Z[ 15] 9.00-10.00 sec 112 MBytes 939 Mbits/sec
18552026-02-20T04:39:45.932Z[ 17] 9.00-10.00 sec 112 MBytes 938 Mbits/sec
18562026-02-20T04:39:45.932Z[ 19] 9.00-10.00 sec 112 MBytes 937 Mbits/sec
18572026-02-20T04:39:45.932Z[SUM] 9.00-10.00 sec 895 MBytes 7.51 Gbits/sec
18582026-02-20T04:39:45.932Z- - - - - - - - - - - - - - - - - - - - - - - - -
18592026-02-20T04:39:45.932Z[ 5] 10.00-10.00 sec 144 KBytes 1.88 Gbits/sec
18602026-02-20T04:39:45.932Z[ 7] 10.00-10.00 sec 144 KBytes 1.89 Gbits/sec
18612026-02-20T04:39:45.932Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.26 Gbits/sec
18622026-02-20T04:39:45.932Z[ 11] 10.00-10.00 sec 144 KBytes 1.89 Gbits/sec
18632026-02-20T04:39:45.932Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.26 Gbits/sec
18642026-02-20T04:39:45.932Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.26 Gbits/sec
18652026-02-20T04:39:45.932Z[ 17] 10.00-10.00 sec 144 KBytes 1.89 Gbits/sec
18662026-02-20T04:39:45.932Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.26 Gbits/sec
18672026-02-20T04:39:45.932Z[SUM] 10.00-10.00 sec 962 KBytes 12.6 Gbits/sec
18682026-02-20T04:39:45.932Z- - - - - - - - - - - - - - - - - - - - - - - - -
18692026-02-20T04:39:45.932Z[ ID] Interval Transfer Bandwidth
18702026-02-20T04:39:45.932Z[ 5] 0.00-10.00 sec 1.08 GBytes 924 Mbits/sec sender
18712026-02-20T04:39:45.932Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18722026-02-20T04:39:45.932Z[ 7] 0.00-10.00 sec 1.07 GBytes 923 Mbits/sec sender
18732026-02-20T04:39:45.932Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18742026-02-20T04:39:45.932Z[ 9] 0.00-10.00 sec 1.08 GBytes 923 Mbits/sec sender
18752026-02-20T04:39:45.932Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18762026-02-20T04:39:45.932Z[ 11] 0.00-10.00 sec 1.07 GBytes 923 Mbits/sec sender
18772026-02-20T04:39:45.932Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18782026-02-20T04:39:45.932Z[ 13] 0.00-10.00 sec 1.07 GBytes 923 Mbits/sec sender
18792026-02-20T04:39:45.932Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18802026-02-20T04:39:45.932Z[ 15] 0.00-10.00 sec 1.07 GBytes 923 Mbits/sec sender
18812026-02-20T04:39:45.932Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18822026-02-20T04:39:45.933Z[ 17] 0.00-10.00 sec 1.07 GBytes 923 Mbits/sec sender
18832026-02-20T04:39:45.933Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18842026-02-20T04:39:45.933Z[ 19] 0.00-10.00 sec 1.07 GBytes 923 Mbits/sec sender
18852026-02-20T04:39:45.933Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18862026-02-20T04:39:45.933Z[SUM] 0.00-10.00 sec 8.60 GBytes 7.39 Gbits/sec sender
18872026-02-20T04:39:45.933Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18882026-02-20T04:39:45.936ZRun 1/5...7386.932Mbps
18892026-02-20T04:39:52.963Z-----------------------------------------------------------
18902026-02-20T04:39:52.964ZServer listening on 5201
18912026-02-20T04:39:52.964Z-----------------------------------------------------------
18922026-02-20T04:39:52.964ZAccepted connection from 10.0.0.1, port 61871
18932026-02-20T04:39:52.964Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39963
18942026-02-20T04:39:52.964Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42044
18952026-02-20T04:39:52.964Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34097
18962026-02-20T04:39:52.964Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63929
18972026-02-20T04:39:52.964Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55086
18982026-02-20T04:39:52.964Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58856
18992026-02-20T04:39:52.964Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61744
19002026-02-20T04:39:52.964Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48298
19012026-02-20T04:39:52.964Z[ ID] Interval Transfer Bandwidth
19022026-02-20T04:39:52.964Z[ 5] 0.00-1.00 sec 88.7 MBytes 744 Mbits/sec
19032026-02-20T04:39:52.964Z[ 7] 0.00-1.00 sec 89.0 MBytes 746 Mbits/sec
19042026-02-20T04:39:52.964Z[ 9] 0.00-1.00 sec 88.6 MBytes 743 Mbits/sec
19052026-02-20T04:39:52.964Z[ 11] 0.00-1.00 sec 88.8 MBytes 744 Mbits/sec
19062026-02-20T04:39:52.964Z[ 13] 0.00-1.00 sec 88.7 MBytes 744 Mbits/sec
19072026-02-20T04:39:52.964Z[ 15] 0.00-1.00 sec 88.6 MBytes 743 Mbits/sec
19082026-02-20T04:39:52.964Z[ 17] 0.00-1.00 sec 88.7 MBytes 744 Mbits/sec
19092026-02-20T04:39:52.964Z[ 19] 0.00-1.00 sec 88.5 MBytes 743 Mbits/sec
19102026-02-20T04:39:52.964Z[SUM] 0.00-1.00 sec 709 MBytes 5.95 Gbits/sec
19112026-02-20T04:39:52.964Z- - - - - - - - - - - - - - - - - - - - - - - - -
19122026-02-20T04:39:52.964Z[ 5] 1.00-2.00 sec 114 MBytes 955 Mbits/sec
19132026-02-20T04:39:52.964Z[ 7] 1.00-2.00 sec 114 MBytes 956 Mbits/sec
19142026-02-20T04:39:52.964Z[ 9] 1.00-2.00 sec 114 MBytes 957 Mbits/sec
19152026-02-20T04:39:52.964Z[ 11] 1.00-2.00 sec 114 MBytes 955 Mbits/sec
19162026-02-20T04:39:52.964Z[ 13] 1.00-2.00 sec 114 MBytes 956 Mbits/sec
19172026-02-20T04:39:52.964Z[ 15] 1.00-2.00 sec 114 MBytes 956 Mbits/sec
19182026-02-20T04:39:52.964Z[ 17] 1.00-2.00 sec 114 MBytes 955 Mbits/sec
19192026-02-20T04:39:52.964Z[ 19] 1.00-2.00 sec 114 MBytes 956 Mbits/sec
19202026-02-20T04:39:52.964Z[SUM] 1.00-2.00 sec 911 MBytes 7.65 Gbits/sec
19212026-02-20T04:39:52.964Z- - - - - - - - - - - - - - - - - - - - - - - - -
19222026-02-20T04:39:52.965Z[ 5] 2.00-3.00 sec 110 MBytes 926 Mbits/sec
19232026-02-20T04:39:52.965Z[ 7] 2.00-3.00 sec 110 MBytes 924 Mbits/sec
19242026-02-20T04:39:52.965Z[ 9] 2.00-3.00 sec 110 MBytes 923 Mbits/sec
19252026-02-20T04:39:52.965Z[ 11] 2.00-3.00 sec 110 MBytes 924 Mbits/sec
19262026-02-20T04:39:52.965Z[ 13] 2.00-3.00 sec 110 MBytes 923 Mbits/sec
19272026-02-20T04:39:52.965Z[ 15] 2.00-3.00 sec 110 MBytes 923 Mbits/sec
19282026-02-20T04:39:52.965Z[ 17] 2.00-3.00 sec 110 MBytes 926 Mbits/sec
19292026-02-20T04:39:52.965Z[ 19] 2.00-3.00 sec 110 MBytes 925 Mbits/sec
19302026-02-20T04:39:52.965Z[SUM] 2.00-3.00 sec 882 MBytes 7.39 Gbits/sec
19312026-02-20T04:39:52.965Z- - - - - - - - - - - - - - - - - - - - - - - - -
19322026-02-20T04:39:52.965Z[ 5] 3.00-4.00 sec 111 MBytes 934 Mbits/sec
19332026-02-20T04:39:52.965Z[ 7] 3.00-4.00 sec 111 MBytes 935 Mbits/sec
19342026-02-20T04:39:52.965Z[ 9] 3.00-4.00 sec 111 MBytes 933 Mbits/sec
19352026-02-20T04:39:52.965Z[ 11] 3.00-4.00 sec 111 MBytes 934 Mbits/sec
19362026-02-20T04:39:52.965Z[ 13] 3.00-4.00 sec 111 MBytes 933 Mbits/sec
19372026-02-20T04:39:52.965Z[ 15] 3.00-4.00 sec 111 MBytes 933 Mbits/sec
19382026-02-20T04:39:52.965Z[ 17] 3.00-4.00 sec 111 MBytes 933 Mbits/sec
19392026-02-20T04:39:52.965Z[ 19] 3.00-4.00 sec 111 MBytes 933 Mbits/sec
19402026-02-20T04:39:52.965Z[SUM] 3.00-4.00 sec 890 MBytes 7.47 Gbits/sec
19412026-02-20T04:39:52.965Z- - - - - - - - - - - - - - - - - - - - - - - - -
19422026-02-20T04:39:52.965Z[ 5] 4.00-5.00 sec 108 MBytes 908 Mbits/sec
19432026-02-20T04:39:52.965Z[ 7] 4.00-5.00 sec 108 MBytes 908 Mbits/sec
19442026-02-20T04:39:52.965Z[ 9] 4.00-5.00 sec 108 MBytes 907 Mbits/sec
19452026-02-20T04:39:52.965Z[ 11] 4.00-5.00 sec 108 MBytes 908 Mbits/sec
19462026-02-20T04:39:52.965Z[ 13] 4.00-5.00 sec 108 MBytes 907 Mbits/sec
19472026-02-20T04:39:52.965Z[ 15] 4.00-5.00 sec 108 MBytes 907 Mbits/sec
19482026-02-20T04:39:52.965Z[ 17] 4.00-5.00 sec 108 MBytes 909 Mbits/sec
19492026-02-20T04:39:52.965Z[ 19] 4.00-5.00 sec 108 MBytes 909 Mbits/sec
19502026-02-20T04:39:52.965Z[SUM] 4.00-5.00 sec 866 MBytes 7.26 Gbits/sec
19512026-02-20T04:39:52.965Z- - - - - - - - - - - - - - - - - - - - - - - - -
19522026-02-20T04:39:52.965Z[ 5] 5.00-6.00 sec 115 MBytes 967 Mbits/sec
19532026-02-20T04:39:52.965Z[ 7] 5.00-6.00 sec 115 MBytes 966 Mbits/sec
19542026-02-20T04:39:52.965Z[ 9] 5.00-6.00 sec 115 MBytes 967 Mbits/sec
19552026-02-20T04:39:52.965Z[ 11] 5.00-6.00 sec 115 MBytes 968 Mbits/sec
19562026-02-20T04:39:52.965Z[ 13] 5.00-6.00 sec 115 MBytes 968 Mbits/sec
19572026-02-20T04:39:52.965Z[ 15] 5.00-6.00 sec 115 MBytes 967 Mbits/sec
19582026-02-20T04:39:52.965Z[ 17] 5.00-6.00 sec 115 MBytes 966 Mbits/sec
19592026-02-20T04:39:52.965Z[ 19] 5.00-6.00 sec 115 MBytes 965 Mbits/sec
19602026-02-20T04:39:52.965Z[SUM] 5.00-6.00 sec 922 MBytes 7.73 Gbits/sec
19612026-02-20T04:39:52.966Z- - - - - - - - - - - - - - - - - - - - - - - - -
19622026-02-20T04:39:52.966Z[ 5] 6.00-7.00 sec 112 MBytes 937 Mbits/sec
19632026-02-20T04:39:52.966Z[ 7] 6.00-7.00 sec 112 MBytes 937 Mbits/sec
19642026-02-20T04:39:52.966Z[ 9] 6.00-7.00 sec 112 MBytes 938 Mbits/sec
19652026-02-20T04:39:56.183Z[ 11] 6.00-7.00 sec 112 MBytes 938 Mbits/sec
19662026-02-20T04:39:56.183Z[ 13] 6.00-7.00 sec 112 MBytes 939 Mbits/sec
19672026-02-20T04:39:56.183Z[ 15] 6.00-7.00 sec 112 MBytes 939 Mbits/sec
19682026-02-20T04:39:56.183Z[ 17] 6.00-7.00 sec 112 MBytes 937 Mbits/sec
19692026-02-20T04:39:56.183Z[ 19] 6.00-7.00 sec 112 MBytes 937 Mbits/sec
19702026-02-20T04:39:56.183Z[SUM] 6.00-7.00 sec 894 MBytes 7.50 Gbits/sec
19712026-02-20T04:39:56.183Z- - - - - - - - - - - - - - - - - - - - - - - - -
19722026-02-20T04:39:56.183Z[ 5] 7.00-8.00 sec 117 MBytes 981 Mbits/sec
19732026-02-20T04:39:56.183Z[ 7] 7.00-8.00 sec 117 MBytes 979 Mbits/sec
19742026-02-20T04:39:56.183Z[ 9] 7.00-8.00 sec 117 MBytes 978 Mbits/sec
19752026-02-20T04:39:56.183Z[ 11] 7.00-8.00 sec 117 MBytes 978 Mbits/sec
19762026-02-20T04:39:56.183Z[ 13] 7.00-8.00 sec 117 MBytes 978 Mbits/sec
19772026-02-20T04:39:56.183Z[ 15] 7.00-8.00 sec 117 MBytes 979 Mbits/sec
19782026-02-20T04:39:56.183Z[ 17] 7.00-8.00 sec 117 MBytes 979 Mbits/sec
19792026-02-20T04:39:56.183Z[ 19] 7.00-8.00 sec 117 MBytes 979 Mbits/sec
19802026-02-20T04:39:56.183Z[SUM] 7.00-8.00 sec 933 MBytes 7.83 Gbits/sec
19812026-02-20T04:39:56.183Z- - - - - - - - - - - - - - - - - - - - - - - - -
19822026-02-20T04:39:56.183Z[ 5] 8.00-9.00 sec 118 MBytes 989 Mbits/sec
19832026-02-20T04:39:56.184Z[ 7] 8.00-9.00 sec 118 MBytes 988 Mbits/sec
19842026-02-20T04:39:56.184Z[ 9] 8.00-9.00 sec 118 MBytes 990 Mbits/sec
19852026-02-20T04:39:56.184Z[ 11] 8.00-9.00 sec 118 MBytes 989 Mbits/sec
19862026-02-20T04:39:56.184Z[ 13] 8.00-9.00 sec 118 MBytes 989 Mbits/sec
19872026-02-20T04:39:56.184Z[ 15] 8.00-9.00 sec 118 MBytes 988 Mbits/sec
19882026-02-20T04:39:56.184Z[ 17] 8.00-9.00 sec 118 MBytes 987 Mbits/sec
19892026-02-20T04:39:56.184Z[ 19] 8.00-9.00 sec 118 MBytes 988 Mbits/sec
19902026-02-20T04:39:56.184Z[SUM] 8.00-9.00 sec 943 MBytes 7.91 Gbits/sec
19912026-02-20T04:39:56.184Z- - - - - - - - - - - - - - - - - - - - - - - - -
19922026-02-20T04:39:56.184Z[ 5] 9.00-10.00 sec 110 MBytes 919 Mbits/sec
19932026-02-20T04:39:56.184Z[ 7] 9.00-10.00 sec 110 MBytes 920 Mbits/sec
19942026-02-20T04:39:56.184Z[ 9] 9.00-10.00 sec 110 MBytes 920 Mbits/sec
19952026-02-20T04:39:56.184Z[ 11] 9.00-10.00 sec 110 MBytes 921 Mbits/sec
19962026-02-20T04:39:56.184Z[ 13] 9.00-10.00 sec 110 MBytes 919 Mbits/sec
19972026-02-20T04:39:56.184Z[ 15] 9.00-10.00 sec 110 MBytes 921 Mbits/sec
19982026-02-20T04:39:56.184Z[ 17] 9.00-10.00 sec 110 MBytes 920 Mbits/sec
19992026-02-20T04:39:56.184Z[ 19] 9.00-10.00 sec 110 MBytes 920 Mbits/sec
20002026-02-20T04:39:56.184Z[SUM] 9.00-10.00 sec 877 MBytes 7.36 Gbits/sec
20012026-02-20T04:39:56.184Z- - - - - - - - - - - - - - - - - - - - - - - - -
20022026-02-20T04:39:56.184Z[ 5] 10.00-10.00 sec 48.1 KBytes 771 Mbits/sec
20032026-02-20T04:39:56.184Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.54 Gbits/sec
20042026-02-20T04:39:56.184Z[ 9] 10.00-10.00 sec 144 KBytes 2.32 Gbits/sec
20052026-02-20T04:39:56.184Z[ 11] 10.00-10.00 sec 48.1 KBytes 772 Mbits/sec
20062026-02-20T04:39:56.184Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.54 Gbits/sec
20072026-02-20T04:39:56.184Z[ 15] 10.00-10.00 sec 48.1 KBytes 772 Mbits/sec
20082026-02-20T04:39:56.184Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.54 Gbits/sec
20092026-02-20T04:39:56.184Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.54 Gbits/sec
20102026-02-20T04:39:56.184Z[SUM] 10.00-10.00 sec 673 KBytes 10.8 Gbits/sec
20112026-02-20T04:39:56.184Z- - - - - - - - - - - - - - - - - - - - - - - - -
20122026-02-20T04:39:56.184Z[ ID] Interval Transfer Bandwidth
20132026-02-20T04:39:56.184Z[ 5] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20142026-02-20T04:39:56.184Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20152026-02-20T04:39:56.184Z[ 7] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20162026-02-20T04:39:56.184Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20172026-02-20T04:39:56.184Z[ 9] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20182026-02-20T04:39:56.184Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20192026-02-20T04:39:56.184Z[ 11] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20202026-02-20T04:39:56.184Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20212026-02-20T04:39:56.184Z[ 13] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20222026-02-20T04:39:56.185Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20232026-02-20T04:39:56.185Z[ 15] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20242026-02-20T04:39:56.185Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20252026-02-20T04:39:56.185Z[ 17] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20262026-02-20T04:39:56.185Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20272026-02-20T04:39:56.185Z[ 19] 0.00-10.00 sec 1.08 GBytes 926 Mbits/sec sender
20282026-02-20T04:39:56.185Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20292026-02-20T04:39:56.185Z[SUM] 0.00-10.00 sec 8.62 GBytes 7.41 Gbits/sec sender
20302026-02-20T04:39:56.185Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20312026-02-20T04:39:56.188ZRun 2/5...7406.417Mbps
20322026-02-20T04:40:03.216Z-----------------------------------------------------------
20332026-02-20T04:40:03.216ZServer listening on 5201
20342026-02-20T04:40:03.216Z-----------------------------------------------------------
20352026-02-20T04:40:03.216ZAccepted connection from 10.0.0.1, port 55732
20362026-02-20T04:40:03.216Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50855
20372026-02-20T04:40:03.216Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58357
20382026-02-20T04:40:03.216Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43406
20392026-02-20T04:40:03.216Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52836
20402026-02-20T04:40:03.216Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64974
20412026-02-20T04:40:03.216Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43796
20422026-02-20T04:40:03.216Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65288
20432026-02-20T04:40:03.216Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50794
20442026-02-20T04:40:03.216Z[ ID] Interval Transfer Bandwidth
20452026-02-20T04:40:03.217Z[ 5] 0.00-1.00 sec 91.2 MBytes 765 Mbits/sec
20462026-02-20T04:40:03.217Z[ 7] 0.00-1.00 sec 91.0 MBytes 763 Mbits/sec
20472026-02-20T04:40:03.217Z[ 9] 0.00-1.00 sec 91.1 MBytes 764 Mbits/sec
20482026-02-20T04:40:03.217Z[ 11] 0.00-1.00 sec 91.1 MBytes 764 Mbits/sec
20492026-02-20T04:40:03.217Z[ 13] 0.00-1.00 sec 91.0 MBytes 764 Mbits/sec
20502026-02-20T04:40:03.217Z[ 15] 0.00-1.00 sec 91.0 MBytes 763 Mbits/sec
20512026-02-20T04:40:03.217Z[ 17] 0.00-1.00 sec 91.0 MBytes 763 Mbits/sec
20522026-02-20T04:40:03.217Z[ 19] 0.00-1.00 sec 91.4 MBytes 767 Mbits/sec
20532026-02-20T04:40:03.217Z[SUM] 0.00-1.00 sec 729 MBytes 6.11 Gbits/sec
20542026-02-20T04:40:03.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
20552026-02-20T04:40:03.217Z[ 5] 1.00-2.00 sec 115 MBytes 968 Mbits/sec
20562026-02-20T04:40:03.217Z[ 7] 1.00-2.00 sec 115 MBytes 968 Mbits/sec
20572026-02-20T04:40:03.217Z[ 9] 1.00-2.00 sec 116 MBytes 969 Mbits/sec
20582026-02-20T04:40:03.217Z[ 11] 1.00-2.00 sec 115 MBytes 968 Mbits/sec
20592026-02-20T04:40:03.217Z[ 13] 1.00-2.00 sec 116 MBytes 970 Mbits/sec
20602026-02-20T04:40:03.217Z[ 15] 1.00-2.00 sec 116 MBytes 970 Mbits/sec
20612026-02-20T04:40:03.217Z[ 17] 1.00-2.00 sec 116 MBytes 970 Mbits/sec
20622026-02-20T04:40:03.217Z[ 19] 1.00-2.00 sec 116 MBytes 969 Mbits/sec
20632026-02-20T04:40:03.217Z[SUM] 1.00-2.00 sec 924 MBytes 7.75 Gbits/sec
20642026-02-20T04:40:03.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
20652026-02-20T04:40:03.217Z[ 5] 2.00-3.00 sec 114 MBytes 960 Mbits/sec
20662026-02-20T04:40:03.217Z[ 7] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20672026-02-20T04:40:03.217Z[ 9] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20682026-02-20T04:40:03.217Z[ 11] 2.00-3.00 sec 114 MBytes 959 Mbits/sec
20692026-02-20T04:40:03.217Z[ 13] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20702026-02-20T04:40:03.217Z[ 15] 2.00-3.00 sec 114 MBytes 959 Mbits/sec
20712026-02-20T04:40:03.217Z[ 17] 2.00-3.00 sec 114 MBytes 959 Mbits/sec
20722026-02-20T04:40:03.217Z[ 19] 2.00-3.00 sec 114 MBytes 958 Mbits/sec
20732026-02-20T04:40:03.217Z[SUM] 2.00-3.00 sec 914 MBytes 7.67 Gbits/sec
20742026-02-20T04:40:03.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
20752026-02-20T04:40:03.217Z[ 5] 3.00-4.00 sec 113 MBytes 947 Mbits/sec
20762026-02-20T04:40:03.217Z[ 7] 3.00-4.00 sec 113 MBytes 947 Mbits/sec
20772026-02-20T04:40:03.217Z[ 9] 3.00-4.00 sec 113 MBytes 946 Mbits/sec
20782026-02-20T04:40:03.217Z[ 11] 3.00-4.00 sec 113 MBytes 946 Mbits/sec
20792026-02-20T04:40:03.217Z[ 13] 3.00-4.00 sec 113 MBytes 947 Mbits/sec
20802026-02-20T04:40:03.217Z[ 15] 3.00-4.00 sec 113 MBytes 946 Mbits/sec
20812026-02-20T04:40:03.217Z[ 17] 3.00-4.00 sec 113 MBytes 945 Mbits/sec
20822026-02-20T04:40:03.217Z[ 19] 3.00-4.00 sec 113 MBytes 946 Mbits/sec
20832026-02-20T04:40:03.218Z[SUM] 3.00-4.00 sec 902 MBytes 7.57 Gbits/sec
20842026-02-20T04:40:03.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
20852026-02-20T04:40:03.218Z[ 5] 4.00-5.00 sec 114 MBytes 955 Mbits/sec
20862026-02-20T04:40:03.218Z[ 7] 4.00-5.00 sec 114 MBytes 955 Mbits/sec
20872026-02-20T04:40:03.218Z[ 9] 4.00-5.00 sec 114 MBytes 954 Mbits/sec
20882026-02-20T04:40:03.218Z[ 11] 4.00-5.00 sec 114 MBytes 955 Mbits/sec
20892026-02-20T04:40:03.218Z[ 13] 4.00-5.00 sec 114 MBytes 955 Mbits/sec
20902026-02-20T04:40:03.218Z[ 15] 4.00-5.00 sec 114 MBytes 954 Mbits/sec
20912026-02-20T04:40:03.218Z[ 17] 4.00-5.00 sec 114 MBytes 955 Mbits/sec
20922026-02-20T04:40:03.218Z[ 19] 4.00-5.00 sec 114 MBytes 955 Mbits/sec
20932026-02-20T04:40:03.218Z[SUM] 4.00-5.00 sec 911 MBytes 7.64 Gbits/sec
20942026-02-20T04:40:03.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
20952026-02-20T04:40:03.218Z[ 5] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
20962026-02-20T04:40:03.218Z[ 7] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
20972026-02-20T04:40:03.218Z[ 9] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
20982026-02-20T04:40:03.218Z[ 11] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
20992026-02-20T04:40:03.218Z[ 13] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
21002026-02-20T04:40:03.218Z[ 15] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
21012026-02-20T04:40:03.218Z[ 17] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
21022026-02-20T04:40:03.218Z[ 19] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
21032026-02-20T04:40:03.218Z[SUM] 5.00-6.00 sec 960 MBytes 8.06 Gbits/sec
21042026-02-20T04:40:03.218Z- - - - - - - - - - - - - - - - - - - - - - - - -
21052026-02-20T04:40:03.218Z[ 5] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
21062026-02-20T04:40:03.218Z[ 7] 6.00-7.00 sec 120 MBytes 1.00 Gbits/sec
21072026-02-20T04:40:03.218Z[ 9] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
21082026-02-20T04:40:06.436Z[ 11] 6.00-7.00 sec 120 MBytes 1.00 Gbits/sec
21092026-02-20T04:40:06.436Z[ 13] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
21102026-02-20T04:40:06.436Z[ 15] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
21112026-02-20T04:40:06.436Z[ 17] 6.00-7.00 sec 120 MBytes 1.00 Gbits/sec
21122026-02-20T04:40:06.436Z[ 19] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
21132026-02-20T04:40:06.436Z[SUM] 6.00-7.00 sec 959 MBytes 8.04 Gbits/sec
21142026-02-20T04:40:06.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
21152026-02-20T04:40:06.436Z[ 5] 7.00-8.00 sec 106 MBytes 892 Mbits/sec
21162026-02-20T04:40:06.436Z[ 7] 7.00-8.00 sec 106 MBytes 893 Mbits/sec
21172026-02-20T04:40:06.436Z[ 9] 7.00-8.00 sec 106 MBytes 893 Mbits/sec
21182026-02-20T04:40:06.436Z[ 11] 7.00-8.00 sec 106 MBytes 892 Mbits/sec
21192026-02-20T04:40:06.436Z[ 13] 7.00-8.00 sec 106 MBytes 892 Mbits/sec
21202026-02-20T04:40:06.436Z[ 15] 7.00-8.00 sec 106 MBytes 891 Mbits/sec
21212026-02-20T04:40:06.436Z[ 17] 7.00-8.00 sec 106 MBytes 892 Mbits/sec
21222026-02-20T04:40:06.436Z[ 19] 7.00-8.00 sec 106 MBytes 893 Mbits/sec
21232026-02-20T04:40:06.436Z[SUM] 7.00-8.00 sec 851 MBytes 7.14 Gbits/sec
21242026-02-20T04:40:06.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
21252026-02-20T04:40:06.436Z[ 5] 8.00-9.00 sec 108 MBytes 903 Mbits/sec
21262026-02-20T04:40:06.436Z[ 7] 8.00-9.00 sec 108 MBytes 903 Mbits/sec
21272026-02-20T04:40:06.437Z[ 9] 8.00-9.00 sec 108 MBytes 905 Mbits/sec
21282026-02-20T04:40:06.437Z[ 11] 8.00-9.00 sec 108 MBytes 904 Mbits/sec
21292026-02-20T04:40:06.437Z[ 13] 8.00-9.00 sec 108 MBytes 905 Mbits/sec
21302026-02-20T04:40:06.437Z[ 15] 8.00-9.00 sec 108 MBytes 905 Mbits/sec
21312026-02-20T04:40:06.437Z[ 17] 8.00-9.00 sec 108 MBytes 904 Mbits/sec
21322026-02-20T04:40:06.437Z[ 19] 8.00-9.00 sec 108 MBytes 904 Mbits/sec
21332026-02-20T04:40:06.437Z[SUM] 8.00-9.00 sec 862 MBytes 7.23 Gbits/sec
21342026-02-20T04:40:06.437Z- - - - - - - - - - - - - - - - - - - - - - - - -
21352026-02-20T04:40:06.437Z[ 5] 9.00-10.00 sec 112 MBytes 943 Mbits/sec
21362026-02-20T04:40:06.437Z[ 7] 9.00-10.00 sec 112 MBytes 942 Mbits/sec
21372026-02-20T04:40:06.437Z[ 9] 9.00-10.00 sec 112 MBytes 942 Mbits/sec
21382026-02-20T04:40:06.437Z[ 11] 9.00-10.00 sec 112 MBytes 943 Mbits/sec
21392026-02-20T04:40:06.437Z[ 13] 9.00-10.00 sec 112 MBytes 943 Mbits/sec
21402026-02-20T04:40:06.437Z[ 15] 9.00-10.00 sec 112 MBytes 943 Mbits/sec
21412026-02-20T04:40:06.437Z[ 17] 9.00-10.00 sec 112 MBytes 941 Mbits/sec
21422026-02-20T04:40:06.437Z[ 19] 9.00-10.00 sec 112 MBytes 943 Mbits/sec
21432026-02-20T04:40:06.437Z[SUM] 9.00-10.00 sec 899 MBytes 7.54 Gbits/sec
21442026-02-20T04:40:06.437Z- - - - - - - - - - - - - - - - - - - - - - - - -
21452026-02-20T04:40:06.437Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.32 Gbits/sec
21462026-02-20T04:40:06.437Z[ 7] 10.00-10.00 sec 144 KBytes 1.98 Gbits/sec
21472026-02-20T04:40:06.437Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.32 Gbits/sec
21482026-02-20T04:40:06.437Z[ 11] 10.00-10.00 sec 48.1 KBytes 660 Mbits/sec
21492026-02-20T04:40:06.437Z[ 13] 10.00-10.00 sec 48.1 KBytes 660 Mbits/sec
21502026-02-20T04:40:06.437Z[ 15] 10.00-10.00 sec 48.1 KBytes 660 Mbits/sec
21512026-02-20T04:40:06.437Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.32 Gbits/sec
21522026-02-20T04:40:06.437Z[ 19] 10.00-10.00 sec 48.1 KBytes 660 Mbits/sec
21532026-02-20T04:40:06.437Z[SUM] 10.00-10.00 sec 625 KBytes 8.55 Gbits/sec
21542026-02-20T04:40:06.437Z- - - - - - - - - - - - - - - - - - - - - - - - -
21552026-02-20T04:40:06.437Z[ ID] Interval Transfer Bandwidth
21562026-02-20T04:40:06.437Z[ 5] 0.00-10.00 sec 1.09 GBytes 935 Mbits/sec sender
21572026-02-20T04:40:06.437Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21582026-02-20T04:40:06.437Z[ 7] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec sender
21592026-02-20T04:40:06.437Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21602026-02-20T04:40:06.437Z[ 9] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec sender
21612026-02-20T04:40:06.437Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21622026-02-20T04:40:06.437Z[ 11] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec sender
21632026-02-20T04:40:06.437Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21642026-02-20T04:40:06.437Z[ 13] 0.00-10.00 sec 1.09 GBytes 935 Mbits/sec sender
21652026-02-20T04:40:06.438Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21662026-02-20T04:40:06.438Z[ 15] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec sender
21672026-02-20T04:40:06.438Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21682026-02-20T04:40:06.438Z[ 17] 0.00-10.00 sec 1.09 GBytes 934 Mbits/sec sender
21692026-02-20T04:40:06.438Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21702026-02-20T04:40:06.438Z[ 19] 0.00-10.00 sec 1.09 GBytes 935 Mbits/sec sender
21712026-02-20T04:40:06.438Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21722026-02-20T04:40:06.438Z[SUM] 0.00-10.00 sec 8.70 GBytes 7.48 Gbits/sec sender
21732026-02-20T04:40:06.438Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21742026-02-20T04:40:06.441ZRun 3/5...7475.739Mbps
21752026-02-20T04:40:13.468Z-----------------------------------------------------------
21762026-02-20T04:40:13.468ZServer listening on 5201
21772026-02-20T04:40:13.469Z-----------------------------------------------------------
21782026-02-20T04:40:13.469ZAccepted connection from 10.0.0.1, port 62859
21792026-02-20T04:40:13.469Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43563
21802026-02-20T04:40:13.469Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59125
21812026-02-20T04:40:13.469Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39446
21822026-02-20T04:40:13.469Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37102
21832026-02-20T04:40:13.469Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54699
21842026-02-20T04:40:13.469Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60789
21852026-02-20T04:40:13.469Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47849
21862026-02-20T04:40:13.469Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40160
21872026-02-20T04:40:13.469Z[ ID] Interval Transfer Bandwidth
21882026-02-20T04:40:13.469Z[ 5] 0.00-1.00 sec 90.2 MBytes 756 Mbits/sec
21892026-02-20T04:40:13.469Z[ 7] 0.00-1.00 sec 90.4 MBytes 759 Mbits/sec
21902026-02-20T04:40:13.469Z[ 9] 0.00-1.00 sec 90.3 MBytes 758 Mbits/sec
21912026-02-20T04:40:13.469Z[ 11] 0.00-1.00 sec 90.3 MBytes 757 Mbits/sec
21922026-02-20T04:40:13.469Z[ 13] 0.00-1.00 sec 90.3 MBytes 758 Mbits/sec
21932026-02-20T04:40:13.469Z[ 15] 0.00-1.00 sec 90.2 MBytes 756 Mbits/sec
21942026-02-20T04:40:13.469Z[ 17] 0.00-1.00 sec 90.3 MBytes 757 Mbits/sec
21952026-02-20T04:40:13.469Z[ 19] 0.00-1.00 sec 90.2 MBytes 757 Mbits/sec
21962026-02-20T04:40:13.469Z[SUM] 0.00-1.00 sec 722 MBytes 6.06 Gbits/sec
21972026-02-20T04:40:13.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
21982026-02-20T04:40:13.469Z[ 5] 1.00-2.00 sec 119 MBytes 1.00 Gbits/sec
21992026-02-20T04:40:13.469Z[ 7] 1.00-2.00 sec 119 MBytes 999 Mbits/sec
22002026-02-20T04:40:13.469Z[ 9] 1.00-2.00 sec 119 MBytes 998 Mbits/sec
22012026-02-20T04:40:13.469Z[ 11] 1.00-2.00 sec 119 MBytes 999 Mbits/sec
22022026-02-20T04:40:13.469Z[ 13] 1.00-2.00 sec 119 MBytes 999 Mbits/sec
22032026-02-20T04:40:13.469Z[ 15] 1.00-2.00 sec 119 MBytes 999 Mbits/sec
22042026-02-20T04:40:13.469Z[ 17] 1.00-2.00 sec 119 MBytes 1.00 Gbits/sec
22052026-02-20T04:40:13.469Z[ 19] 1.00-2.00 sec 119 MBytes 1.00 Gbits/sec
22062026-02-20T04:40:13.469Z[SUM] 1.00-2.00 sec 953 MBytes 8.00 Gbits/sec
22072026-02-20T04:40:13.469Z- - - - - - - - - - - - - - - - - - - - - - - - -
22082026-02-20T04:40:13.469Z[ 5] 2.00-3.00 sec 120 MBytes 1.00 Gbits/sec
22092026-02-20T04:40:13.469Z[ 7] 2.00-3.00 sec 120 MBytes 1.01 Gbits/sec
22102026-02-20T04:40:13.469Z[ 9] 2.00-3.00 sec 120 MBytes 1.00 Gbits/sec
22112026-02-20T04:40:13.469Z[ 11] 2.00-3.00 sec 120 MBytes 1.00 Gbits/sec
22122026-02-20T04:40:13.469Z[ 13] 2.00-3.00 sec 120 MBytes 1.00 Gbits/sec
22132026-02-20T04:40:13.470Z[ 15] 2.00-3.00 sec 120 MBytes 1.00 Gbits/sec
22142026-02-20T04:40:13.470Z[ 17] 2.00-3.00 sec 120 MBytes 1.00 Gbits/sec
22152026-02-20T04:40:13.470Z[ 19] 2.00-3.00 sec 120 MBytes 1.00 Gbits/sec
22162026-02-20T04:40:13.470Z[SUM] 2.00-3.00 sec 957 MBytes 8.03 Gbits/sec
22172026-02-20T04:40:13.470Z- - - - - - - - - - - - - - - - - - - - - - - - -
22182026-02-20T04:40:13.473Z[ 5] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
22192026-02-20T04:40:13.473Z[ 7] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
22202026-02-20T04:40:13.473Z[ 9] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
22212026-02-20T04:40:13.473Z[ 11] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
22222026-02-20T04:40:13.473Z[ 13] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
22232026-02-20T04:40:13.474Z[ 15] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
22242026-02-20T04:40:13.474Z[ 17] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
22252026-02-20T04:40:13.474Z[ 19] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
22262026-02-20T04:40:13.474Z[SUM] 3.00-4.00 sec 976 MBytes 8.19 Gbits/sec
22272026-02-20T04:40:13.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
22282026-02-20T04:40:13.474Z[ 5] 4.00-5.00 sec 113 MBytes 947 Mbits/sec
22292026-02-20T04:40:13.474Z[ 7] 4.00-5.00 sec 113 MBytes 946 Mbits/sec
22302026-02-20T04:40:13.474Z[ 9] 4.00-5.00 sec 113 MBytes 946 Mbits/sec
22312026-02-20T04:40:13.474Z[ 11] 4.00-5.00 sec 113 MBytes 947 Mbits/sec
22322026-02-20T04:40:13.474Z[ 13] 4.00-5.00 sec 113 MBytes 946 Mbits/sec
22332026-02-20T04:40:13.474Z[ 15] 4.00-5.00 sec 113 MBytes 947 Mbits/sec
22342026-02-20T04:40:13.474Z[ 17] 4.00-5.00 sec 113 MBytes 946 Mbits/sec
22352026-02-20T04:40:13.474Z[ 19] 4.00-5.00 sec 113 MBytes 946 Mbits/sec
22362026-02-20T04:40:13.474Z[SUM] 4.00-5.00 sec 902 MBytes 7.57 Gbits/sec
22372026-02-20T04:40:13.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
22382026-02-20T04:40:13.474Z[ 5] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22392026-02-20T04:40:13.474Z[ 7] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22402026-02-20T04:40:13.474Z[ 9] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22412026-02-20T04:40:13.474Z[ 11] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22422026-02-20T04:40:13.474Z[ 13] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22432026-02-20T04:40:13.474Z[ 15] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22442026-02-20T04:40:13.474Z[ 17] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22452026-02-20T04:40:13.474Z[ 19] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
22462026-02-20T04:40:13.474Z[SUM] 5.00-6.00 sec 960 MBytes 8.05 Gbits/sec
22472026-02-20T04:40:13.474Z- - - - - - - - - - - - - - - - - - - - - - - - -
22482026-02-20T04:40:13.474Z[ 5] 6.00-7.00 sec 113 MBytes 949 Mbits/sec
22492026-02-20T04:40:13.474Z[ 7] 6.00-7.00 sec 113 MBytes 950 Mbits/sec
22502026-02-20T04:40:13.474Z[ 9] 6.00-7.00 sec 113 MBytes 950 Mbits/sec
22512026-02-20T04:40:17.170Z[ 11] 6.00-7.00 sec 113 MBytes 950 Mbits/sec
22522026-02-20T04:40:17.170Z[ 13] 6.00-7.00 sec 113 MBytes 950 Mbits/sec
22532026-02-20T04:40:17.170Z[ 15] 6.00-7.00 sec 113 MBytes 949 Mbits/sec
22542026-02-20T04:40:17.171Z[ 17] 6.00-7.00 sec 113 MBytes 950 Mbits/sec
22552026-02-20T04:40:17.171Z[ 19] 6.00-7.00 sec 113 MBytes 948 Mbits/sec
22562026-02-20T04:40:17.171Z[SUM] 6.00-7.00 sec 906 MBytes 7.60 Gbits/sec
22572026-02-20T04:40:17.171Z- - - - - - - - - - - - - - - - - - - - - - - - -
22582026-02-20T04:40:17.171Z[ 5] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
22592026-02-20T04:40:17.171Z[ 7] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
22602026-02-20T04:40:17.171Z[ 9] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
22612026-02-20T04:40:17.171Z[ 11] 7.00-8.00 sec 122 MBytes 1.03 Gbits/sec
22622026-02-20T04:40:17.171Z[ 13] 7.00-8.00 sec 122 MBytes 1.03 Gbits/sec
22632026-02-20T04:40:17.171Z[ 15] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
22642026-02-20T04:40:17.171Z[ 17] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
22652026-02-20T04:40:17.171Z[ 19] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
22662026-02-20T04:40:17.171Z[SUM] 7.00-8.00 sec 977 MBytes 8.20 Gbits/sec
22672026-02-20T04:40:17.171Z- - - - - - - - - - - - - - - - - - - - - - - - -
22682026-02-20T04:40:17.171Z[ 5] 8.00-9.00 sec 118 MBytes 992 Mbits/sec
22692026-02-20T04:40:17.171Z[ 7] 8.00-9.00 sec 118 MBytes 992 Mbits/sec
22702026-02-20T04:40:17.171Z[ 9] 8.00-9.00 sec 118 MBytes 992 Mbits/sec
22712026-02-20T04:40:17.171Z[ 11] 8.00-9.00 sec 118 MBytes 990 Mbits/sec
22722026-02-20T04:40:17.171Z[ 13] 8.00-9.00 sec 118 MBytes 992 Mbits/sec
22732026-02-20T04:40:17.171Z[ 15] 8.00-9.00 sec 119 MBytes 995 Mbits/sec
22742026-02-20T04:40:17.171Z[ 17] 8.00-9.00 sec 118 MBytes 992 Mbits/sec
22752026-02-20T04:40:17.171Z[ 19] 8.00-9.00 sec 118 MBytes 989 Mbits/sec
22762026-02-20T04:40:17.171Z[SUM] 8.00-9.00 sec 946 MBytes 7.93 Gbits/sec
22772026-02-20T04:40:17.172Z- - - - - - - - - - - - - - - - - - - - - - - - -
22782026-02-20T04:40:17.172Z[ 5] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22792026-02-20T04:40:17.172Z[ 7] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22802026-02-20T04:40:17.172Z[ 9] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22812026-02-20T04:40:17.172Z[ 11] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22822026-02-20T04:40:17.172Z[ 13] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22832026-02-20T04:40:17.172Z[ 15] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22842026-02-20T04:40:17.172Z[ 17] 9.00-10.00 sec 110 MBytes 924 Mbits/sec
22852026-02-20T04:40:17.172Z[ 19] 9.00-10.00 sec 110 MBytes 925 Mbits/sec
22862026-02-20T04:40:17.172Z[SUM] 9.00-10.00 sec 882 MBytes 7.40 Gbits/sec
22872026-02-20T04:40:17.172Z- - - - - - - - - - - - - - - - - - - - - - - - -
22882026-02-20T04:40:17.172Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22892026-02-20T04:40:17.172Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.40 Gbits/sec
22902026-02-20T04:40:17.172Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.40 Gbits/sec
22912026-02-20T04:40:17.172Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.40 Gbits/sec
22922026-02-20T04:40:17.172Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22932026-02-20T04:40:17.172Z[ 15] 10.00-10.00 sec 96.2 KBytes 1.40 Gbits/sec
22942026-02-20T04:40:17.172Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
22952026-02-20T04:40:17.172Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.40 Gbits/sec
22962026-02-20T04:40:17.172Z[SUM] 10.00-10.00 sec 481 KBytes 7.00 Gbits/sec
22972026-02-20T04:40:17.172Z- - - - - - - - - - - - - - - - - - - - - - - - -
22982026-02-20T04:40:17.172Z[ ID] Interval Transfer Bandwidth
22992026-02-20T04:40:17.172Z[ 5] 0.00-10.00 sec 1.12 GBytes 963 Mbits/sec sender
23002026-02-20T04:40:17.173Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23012026-02-20T04:40:17.173Z[ 7] 0.00-10.00 sec 1.12 GBytes 963 Mbits/sec sender
23022026-02-20T04:40:17.173Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23032026-02-20T04:40:17.173Z[ 9] 0.00-10.00 sec 1.12 GBytes 963 Mbits/sec sender
23042026-02-20T04:40:17.173Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23052026-02-20T04:40:17.173Z[ 11] 0.00-10.00 sec 1.12 GBytes 963 Mbits/sec sender
23062026-02-20T04:40:17.173Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23072026-02-20T04:40:17.173Z[ 13] 0.00-10.00 sec 1.12 GBytes 963 Mbits/sec sender
23082026-02-20T04:40:17.173Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23092026-02-20T04:40:17.173Z[ 15] 0.00-10.00 sec 1.12 GBytes 963 Mbits/sec sender
23102026-02-20T04:40:17.173Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23112026-02-20T04:40:17.173Z[ 17] 0.00-10.00 sec 1.12 GBytes 963 Mbits/sec sender
23122026-02-20T04:40:17.173Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23132026-02-20T04:40:17.173Z[ 19] 0.00-10.00 sec 1.12 GBytes 962 Mbits/sec sender
23142026-02-20T04:40:17.173Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23152026-02-20T04:40:17.173Z[SUM] 0.00-10.00 sec 8.97 GBytes 7.70 Gbits/sec sender
23162026-02-20T04:40:17.173Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23172026-02-20T04:40:17.204ZRun 4/5...7702.293Mbps
23182026-02-20T04:40:23.722Z-----------------------------------------------------------
23192026-02-20T04:40:23.722ZServer listening on 5201
23202026-02-20T04:40:23.722Z-----------------------------------------------------------
23212026-02-20T04:40:23.722ZAccepted connection from 10.0.0.1, port 61792
23222026-02-20T04:40:23.722Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45647
23232026-02-20T04:40:23.722Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40034
23242026-02-20T04:40:23.722Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42815
23252026-02-20T04:40:23.722Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52776
23262026-02-20T04:40:23.722Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57289
23272026-02-20T04:40:23.722Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40605
23282026-02-20T04:40:23.722Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63468
23292026-02-20T04:40:23.722Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61057
23302026-02-20T04:40:23.722Z[ ID] Interval Transfer Bandwidth
23312026-02-20T04:40:23.722Z[ 5] 0.00-1.00 sec 93.2 MBytes 782 Mbits/sec
23322026-02-20T04:40:23.722Z[ 7] 0.00-1.00 sec 93.2 MBytes 782 Mbits/sec
23332026-02-20T04:40:23.722Z[ 9] 0.00-1.00 sec 93.3 MBytes 783 Mbits/sec
23342026-02-20T04:40:23.722Z[ 11] 0.00-1.00 sec 93.4 MBytes 783 Mbits/sec
23352026-02-20T04:40:23.722Z[ 13] 0.00-1.00 sec 93.1 MBytes 781 Mbits/sec
23362026-02-20T04:40:23.722Z[ 15] 0.00-1.00 sec 92.9 MBytes 779 Mbits/sec
23372026-02-20T04:40:23.722Z[ 17] 0.00-1.00 sec 92.9 MBytes 779 Mbits/sec
23382026-02-20T04:40:23.722Z[ 19] 0.00-1.00 sec 92.9 MBytes 780 Mbits/sec
23392026-02-20T04:40:23.722Z[SUM] 0.00-1.00 sec 745 MBytes 6.25 Gbits/sec
23402026-02-20T04:40:23.722Z- - - - - - - - - - - - - - - - - - - - - - - - -
23412026-02-20T04:40:23.722Z[ 5] 1.00-2.00 sec 114 MBytes 959 Mbits/sec
23422026-02-20T04:40:23.722Z[ 7] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
23432026-02-20T04:40:23.722Z[ 9] 1.00-2.00 sec 114 MBytes 959 Mbits/sec
23442026-02-20T04:40:23.722Z[ 11] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
23452026-02-20T04:40:23.722Z[ 13] 1.00-2.00 sec 114 MBytes 961 Mbits/sec
23462026-02-20T04:40:23.722Z[ 15] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
23472026-02-20T04:40:23.722Z[ 17] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
23482026-02-20T04:40:23.722Z[ 19] 1.00-2.00 sec 114 MBytes 958 Mbits/sec
23492026-02-20T04:40:23.722Z[SUM] 1.00-2.00 sec 914 MBytes 7.67 Gbits/sec
23502026-02-20T04:40:23.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
23512026-02-20T04:40:23.723Z[ 5] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23522026-02-20T04:40:23.723Z[ 7] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23532026-02-20T04:40:23.723Z[ 9] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23542026-02-20T04:40:23.723Z[ 11] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23552026-02-20T04:40:23.723Z[ 13] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23562026-02-20T04:40:23.723Z[ 15] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23572026-02-20T04:40:23.723Z[ 17] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23582026-02-20T04:40:23.723Z[ 19] 2.00-3.00 sec 111 MBytes 933 Mbits/sec
23592026-02-20T04:40:23.723Z[SUM] 2.00-3.00 sec 890 MBytes 7.46 Gbits/sec
23602026-02-20T04:40:23.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
23612026-02-20T04:40:23.723Z[ 5] 3.00-4.00 sec 119 MBytes 995 Mbits/sec
23622026-02-20T04:40:23.723Z[ 7] 3.00-4.00 sec 119 MBytes 995 Mbits/sec
23632026-02-20T04:40:23.723Z[ 9] 3.00-4.00 sec 119 MBytes 995 Mbits/sec
23642026-02-20T04:40:23.723Z[ 11] 3.00-4.00 sec 119 MBytes 994 Mbits/sec
23652026-02-20T04:40:23.723Z[ 13] 3.00-4.00 sec 119 MBytes 995 Mbits/sec
23662026-02-20T04:40:23.723Z[ 15] 3.00-4.00 sec 119 MBytes 995 Mbits/sec
23672026-02-20T04:40:23.723Z[ 17] 3.00-4.00 sec 119 MBytes 995 Mbits/sec
23682026-02-20T04:40:23.723Z[ 19] 3.00-4.00 sec 119 MBytes 995 Mbits/sec
23692026-02-20T04:40:23.723Z[SUM] 3.00-4.00 sec 949 MBytes 7.96 Gbits/sec
23702026-02-20T04:40:23.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
23712026-02-20T04:40:23.723Z[ 5] 4.00-5.00 sec 111 MBytes 932 Mbits/sec
23722026-02-20T04:40:23.723Z[ 7] 4.00-5.00 sec 111 MBytes 931 Mbits/sec
23732026-02-20T04:40:23.723Z[ 9] 4.00-5.00 sec 111 MBytes 932 Mbits/sec
23742026-02-20T04:40:23.723Z[ 11] 4.00-5.00 sec 111 MBytes 931 Mbits/sec
23752026-02-20T04:40:23.723Z[ 13] 4.00-5.00 sec 111 MBytes 930 Mbits/sec
23762026-02-20T04:40:23.723Z[ 15] 4.00-5.00 sec 111 MBytes 930 Mbits/sec
23772026-02-20T04:40:23.723Z[ 17] 4.00-5.00 sec 111 MBytes 931 Mbits/sec
23782026-02-20T04:40:23.723Z[ 19] 4.00-5.00 sec 111 MBytes 930 Mbits/sec
23792026-02-20T04:40:23.723Z[SUM] 4.00-5.00 sec 888 MBytes 7.45 Gbits/sec
23802026-02-20T04:40:23.723Z- - - - - - - - - - - - - - - - - - - - - - - - -
23812026-02-20T04:40:23.723Z[ 5] 5.00-6.00 sec 115 MBytes 961 Mbits/sec
23822026-02-20T04:40:23.723Z[ 7] 5.00-6.00 sec 115 MBytes 961 Mbits/sec
23832026-02-20T04:40:23.723Z[ 9] 5.00-6.00 sec 114 MBytes 960 Mbits/sec
23842026-02-20T04:40:23.723Z[ 11] 5.00-6.00 sec 114 MBytes 960 Mbits/sec
23852026-02-20T04:40:23.723Z[ 13] 5.00-6.00 sec 115 MBytes 961 Mbits/sec
23862026-02-20T04:40:23.723Z[ 15] 5.00-6.00 sec 114 MBytes 960 Mbits/sec
23872026-02-20T04:40:23.723Z[ 17] 5.00-6.00 sec 114 MBytes 960 Mbits/sec
23882026-02-20T04:40:23.724Z[ 19] 5.00-6.00 sec 114 MBytes 960 Mbits/sec
23892026-02-20T04:40:23.724Z[SUM] 5.00-6.00 sec 916 MBytes 7.68 Gbits/sec
23902026-02-20T04:40:23.724Z- - - - - - - - - - - - - - - - - - - - - - - - -
23912026-02-20T04:40:23.724Z[ 5] 6.00-7.00 sec 114 MBytes 959 Mbits/sec
23922026-02-20T04:40:23.724Z[ 7] 6.00-7.00 sec 114 MBytes 959 Mbits/sec
23932026-02-20T04:40:23.724Z[ 9] 6.00-7.00 sec 114 MBytes 960 Mbits/sec
23942026-02-20T04:40:26.940Z[ 11] 6.00-7.00 sec 114 MBytes 960 Mbits/sec
23952026-02-20T04:40:26.941Z[ 13] 6.00-7.00 sec 114 MBytes 960 Mbits/sec
23962026-02-20T04:40:26.941Z[ 15] 6.00-7.00 sec 115 MBytes 963 Mbits/sec
23972026-02-20T04:40:26.941Z[ 17] 6.00-7.00 sec 115 MBytes 961 Mbits/sec
23982026-02-20T04:40:26.941Z[ 19] 6.00-7.00 sec 115 MBytes 961 Mbits/sec
23992026-02-20T04:40:26.941Z[SUM] 6.00-7.00 sec 916 MBytes 7.68 Gbits/sec
24002026-02-20T04:40:26.941Z- - - - - - - - - - - - - - - - - - - - - - - - -
24012026-02-20T04:40:26.941Z[ 5] 7.00-8.00 sec 118 MBytes 991 Mbits/sec
24022026-02-20T04:40:26.941Z[ 7] 7.00-8.00 sec 118 MBytes 988 Mbits/sec
24032026-02-20T04:40:26.941Z[ 9] 7.00-8.00 sec 118 MBytes 990 Mbits/sec
24042026-02-20T04:40:26.941Z[ 11] 7.00-8.00 sec 118 MBytes 990 Mbits/sec
24052026-02-20T04:40:26.941Z[ 13] 7.00-8.00 sec 118 MBytes 990 Mbits/sec
24062026-02-20T04:40:26.941Z[ 15] 7.00-8.00 sec 118 MBytes 989 Mbits/sec
24072026-02-20T04:40:26.941Z[ 17] 7.00-8.00 sec 118 MBytes 990 Mbits/sec
24082026-02-20T04:40:26.941Z[ 19] 7.00-8.00 sec 118 MBytes 990 Mbits/sec
24092026-02-20T04:40:26.941Z[SUM] 7.00-8.00 sec 944 MBytes 7.92 Gbits/sec
24102026-02-20T04:40:26.941Z- - - - - - - - - - - - - - - - - - - - - - - - -
24112026-02-20T04:40:26.941Z[ 5] 8.00-9.00 sec 117 MBytes 979 Mbits/sec
24122026-02-20T04:40:26.941Z[ 7] 8.00-9.00 sec 117 MBytes 979 Mbits/sec
24132026-02-20T04:40:26.941Z[ 9] 8.00-9.00 sec 117 MBytes 979 Mbits/sec
24142026-02-20T04:40:26.941Z[ 11] 8.00-9.00 sec 117 MBytes 979 Mbits/sec
24152026-02-20T04:40:26.941Z[ 13] 8.00-9.00 sec 117 MBytes 978 Mbits/sec
24162026-02-20T04:40:26.941Z[ 15] 8.00-9.00 sec 117 MBytes 978 Mbits/sec
24172026-02-20T04:40:26.941Z[ 17] 8.00-9.00 sec 117 MBytes 978 Mbits/sec
24182026-02-20T04:40:26.941Z[ 19] 8.00-9.00 sec 117 MBytes 978 Mbits/sec
24192026-02-20T04:40:26.941Z[SUM] 8.00-9.00 sec 933 MBytes 7.83 Gbits/sec
24202026-02-20T04:40:26.941Z- - - - - - - - - - - - - - - - - - - - - - - - -
24212026-02-20T04:40:26.941Z[ 5] 9.00-10.00 sec 111 MBytes 931 Mbits/sec
24222026-02-20T04:40:26.941Z[ 7] 9.00-10.00 sec 111 MBytes 931 Mbits/sec
24232026-02-20T04:40:26.941Z[ 9] 9.00-10.00 sec 111 MBytes 930 Mbits/sec
24242026-02-20T04:40:26.941Z[ 11] 9.00-10.00 sec 111 MBytes 932 Mbits/sec
24252026-02-20T04:40:26.941Z[ 13] 9.00-10.00 sec 111 MBytes 931 Mbits/sec
24262026-02-20T04:40:26.941Z[ 15] 9.00-10.00 sec 111 MBytes 931 Mbits/sec
24272026-02-20T04:40:26.941Z[ 17] 9.00-10.00 sec 111 MBytes 931 Mbits/sec
24282026-02-20T04:40:26.941Z[ 19] 9.00-10.00 sec 111 MBytes 931 Mbits/sec
24292026-02-20T04:40:26.941Z[SUM] 9.00-10.00 sec 888 MBytes 7.45 Gbits/sec
24302026-02-20T04:40:26.941Z- - - - - - - - - - - - - - - - - - - - - - - - -
24312026-02-20T04:40:26.941Z[ 5] 10.00-10.00 sec 48.1 KBytes 827 Mbits/sec
24322026-02-20T04:40:26.941Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.66 Gbits/sec
24332026-02-20T04:40:26.942Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.66 Gbits/sec
24342026-02-20T04:40:26.942Z[ 11] 10.00-10.00 sec 48.1 KBytes 829 Mbits/sec
24352026-02-20T04:40:26.942Z[ 13] 10.00-10.00 sec 48.1 KBytes 829 Mbits/sec
24362026-02-20T04:40:26.942Z[ 15] 10.00-10.00 sec 48.1 KBytes 829 Mbits/sec
24372026-02-20T04:40:26.942Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24382026-02-20T04:40:26.942Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.66 Gbits/sec
24392026-02-20T04:40:26.942Z[SUM] 10.00-10.00 sec 481 KBytes 8.27 Gbits/sec
24402026-02-20T04:40:26.942Z- - - - - - - - - - - - - - - - - - - - - - - - -
24412026-02-20T04:40:26.942Z[ ID] Interval Transfer Bandwidth
24422026-02-20T04:40:26.942Z[ 5] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
24432026-02-20T04:40:26.942Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24442026-02-20T04:40:26.942Z[ 7] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
24452026-02-20T04:40:26.942Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24462026-02-20T04:40:26.942Z[ 9] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
24472026-02-20T04:40:26.942Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24482026-02-20T04:40:26.942Z[ 11] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
24492026-02-20T04:40:26.942Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24502026-02-20T04:40:26.942Z[ 13] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
24512026-02-20T04:40:26.942Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24522026-02-20T04:40:26.942Z[ 15] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
24532026-02-20T04:40:26.942Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24542026-02-20T04:40:26.942Z[ 17] 0.00-10.00 sec 1.10 GBytes 941 Mbits/sec sender
24552026-02-20T04:40:26.942Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24562026-02-20T04:40:26.942Z[ 19] 0.00-10.00 sec 1.10 GBytes 942 Mbits/sec sender
24572026-02-20T04:40:26.942Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24582026-02-20T04:40:26.942Z[SUM] 0.00-10.00 sec 8.77 GBytes 7.53 Gbits/sec sender
24592026-02-20T04:40:26.942Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24602026-02-20T04:40:26.946ZRun 5/5...7535.283Mbps
24612026-02-20T04:40:26.946Z###---------------------###
24622026-02-20T04:40:26.946Z::: iPerf done... :::
24632026-02-20T04:40:26.946Z:::Awaiting out files...:::
24642026-02-20T04:40:26.946Z###---------------------###
24652026-02-20T04:40:26.946Z###-----###
24662026-02-20T04:40:26.946Z:::done!:::
24672026-02-20T04:40:26.946Z###-----###
24682026-02-20T04:40:26.946Z###-------------------###
24692026-02-20T04:40:26.946Z:::Running experiment :::
24702026-02-20T04:40:26.946Z:::iperf-tcp/local/c2s:::
24712026-02-20T04:40:26.946Z###-------------------###
24722026-02-20T04:40:27.301Zdtrace: description 'profile-201us ' matched 2 probes
24732026-02-20T04:40:33.978Z-----------------------------------------------------------
24742026-02-20T04:40:33.978ZServer listening on 5201
24752026-02-20T04:40:33.978Z-----------------------------------------------------------
24762026-02-20T04:40:33.978ZAccepted connection from 10.0.0.1, port 49022
24772026-02-20T04:40:33.978Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62873
24782026-02-20T04:40:33.978Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62103
24792026-02-20T04:40:33.978Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52301
24802026-02-20T04:40:33.978Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39365
24812026-02-20T04:40:33.978Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38465
24822026-02-20T04:40:33.978Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49019
24832026-02-20T04:40:33.978Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60623
24842026-02-20T04:40:33.978Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60936
24852026-02-20T04:40:33.978Z[ ID] Interval Transfer Bandwidth
24862026-02-20T04:40:33.978Z[ 5] 0.00-1.00 sec 20.6 MBytes 173 Mbits/sec
24872026-02-20T04:40:33.978Z[ 7] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec
24882026-02-20T04:40:33.978Z[ 9] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec
24892026-02-20T04:40:33.978Z[ 11] 0.00-1.00 sec 20.4 MBytes 172 Mbits/sec
24902026-02-20T04:40:33.978Z[ 13] 0.00-1.00 sec 20.4 MBytes 171 Mbits/sec
24912026-02-20T04:40:33.978Z[ 15] 0.00-1.00 sec 20.3 MBytes 171 Mbits/sec
24922026-02-20T04:40:33.978Z[ 17] 0.00-1.00 sec 20.3 MBytes 171 Mbits/sec
24932026-02-20T04:40:33.978Z[ 19] 0.00-1.00 sec 20.3 MBytes 171 Mbits/sec
24942026-02-20T04:40:33.978Z[SUM] 0.00-1.00 sec 164 MBytes 1.37 Gbits/sec
24952026-02-20T04:40:33.978Z- - - - - - - - - - - - - - - - - - - - - - - - -
24962026-02-20T04:40:33.978Z[ 5] 1.00-2.00 sec 24.1 MBytes 202 Mbits/sec
24972026-02-20T04:40:33.978Z[ 7] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
24982026-02-20T04:40:33.978Z[ 9] 1.00-2.00 sec 24.1 MBytes 203 Mbits/sec
24992026-02-20T04:40:33.978Z[ 11] 1.00-2.00 sec 24.1 MBytes 203 Mbits/sec
25002026-02-20T04:40:33.978Z[ 13] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
25012026-02-20T04:40:33.978Z[ 15] 1.00-2.00 sec 24.1 MBytes 202 Mbits/sec
25022026-02-20T04:40:33.978Z[ 17] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
25032026-02-20T04:40:33.978Z[ 19] 1.00-2.00 sec 24.1 MBytes 202 Mbits/sec
25042026-02-20T04:40:33.978Z[SUM] 1.00-2.00 sec 193 MBytes 1.62 Gbits/sec
25052026-02-20T04:40:33.978Z- - - - - - - - - - - - - - - - - - - - - - - - -
25062026-02-20T04:40:33.979Z[ 5] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
25072026-02-20T04:40:33.979Z[ 7] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
25082026-02-20T04:40:33.979Z[ 9] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
25092026-02-20T04:40:33.979Z[ 11] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
25102026-02-20T04:40:33.979Z[ 13] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
25112026-02-20T04:40:33.979Z[ 15] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
25122026-02-20T04:40:33.979Z[ 17] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
25132026-02-20T04:40:33.979Z[ 19] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
25142026-02-20T04:40:33.979Z[SUM] 2.00-3.00 sec 191 MBytes 1.60 Gbits/sec
25152026-02-20T04:40:33.979Z- - - - - - - - - - - - - - - - - - - - - - - - -
25162026-02-20T04:40:33.979Z[ 5] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25172026-02-20T04:40:33.979Z[ 7] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
25182026-02-20T04:40:33.979Z[ 9] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
25192026-02-20T04:40:33.979Z[ 11] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
25202026-02-20T04:40:33.979Z[ 13] 3.00-4.00 sec 24.4 MBytes 204 Mbits/sec
25212026-02-20T04:40:33.979Z[ 15] 3.00-4.00 sec 24.5 MBytes 205 Mbits/sec
25222026-02-20T04:40:33.979Z[ 17] 3.00-4.00 sec 24.3 MBytes 204 Mbits/sec
25232026-02-20T04:40:33.979Z[ 19] 3.00-4.00 sec 24.4 MBytes 205 Mbits/sec
25242026-02-20T04:40:33.979Z[SUM] 3.00-4.00 sec 195 MBytes 1.63 Gbits/sec
25252026-02-20T04:40:33.979Z- - - - - - - - - - - - - - - - - - - - - - - - -
25262026-02-20T04:40:33.979Z[ 5] 4.00-5.00 sec 24.5 MBytes 205 Mbits/sec
25272026-02-20T04:40:33.979Z[ 7] 4.00-5.00 sec 24.4 MBytes 204 Mbits/sec
25282026-02-20T04:40:33.979Z[ 9] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25292026-02-20T04:40:33.979Z[ 11] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25302026-02-20T04:40:33.979Z[ 13] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25312026-02-20T04:40:33.979Z[ 15] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
25322026-02-20T04:40:33.979Z[ 17] 4.00-5.00 sec 24.4 MBytes 205 Mbits/sec
25332026-02-20T04:40:33.979Z[ 19] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
25342026-02-20T04:40:33.979Z[SUM] 4.00-5.00 sec 195 MBytes 1.63 Gbits/sec
25352026-02-20T04:40:33.979Z- - - - - - - - - - - - - - - - - - - - - - - - -
25362026-02-20T04:40:33.979Z[ 5] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
25372026-02-20T04:40:33.979Z[ 7] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
25382026-02-20T04:40:33.979Z[ 9] 5.00-6.00 sec 23.2 MBytes 194 Mbits/sec
25392026-02-20T04:40:33.979Z[ 11] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
25402026-02-20T04:40:33.979Z[ 13] 5.00-6.00 sec 23.2 MBytes 194 Mbits/sec
25412026-02-20T04:40:33.979Z[ 15] 5.00-6.00 sec 23.2 MBytes 194 Mbits/sec
25422026-02-20T04:40:33.979Z[ 17] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
25432026-02-20T04:40:33.979Z[ 19] 5.00-6.00 sec 23.2 MBytes 194 Mbits/sec
25442026-02-20T04:40:33.979Z[SUM] 5.00-6.00 sec 185 MBytes 1.55 Gbits/sec
25452026-02-20T04:40:33.980Z- - - - - - - - - - - - - - - - - - - - - - - - -
25462026-02-20T04:40:33.980Z[ 5] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
25472026-02-20T04:40:33.980Z[ 7] 6.00-7.00 sec 24.0 MBytes 202 Mbits/sec
25482026-02-20T04:40:33.980Z[ 9] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
25492026-02-20T04:40:37.195Z[ 11] 6.00-7.00 sec 24.0 MBytes 202 Mbits/sec
25502026-02-20T04:40:37.195Z[ 13] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
25512026-02-20T04:40:37.195Z[ 15] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
25522026-02-20T04:40:37.195Z[ 17] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
25532026-02-20T04:40:37.195Z[ 19] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
25542026-02-20T04:40:37.195Z[SUM] 6.00-7.00 sec 192 MBytes 1.61 Gbits/sec
25552026-02-20T04:40:37.195Z- - - - - - - - - - - - - - - - - - - - - - - - -
25562026-02-20T04:40:37.195Z[ 5] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
25572026-02-20T04:40:37.195Z[ 7] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
25582026-02-20T04:40:37.195Z[ 9] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
25592026-02-20T04:40:37.195Z[ 11] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
25602026-02-20T04:40:37.195Z[ 13] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
25612026-02-20T04:40:37.195Z[ 15] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
25622026-02-20T04:40:37.195Z[ 17] 7.00-8.00 sec 23.1 MBytes 193 Mbits/sec
25632026-02-20T04:40:37.195Z[ 19] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
25642026-02-20T04:40:37.195Z[SUM] 7.00-8.00 sec 185 MBytes 1.55 Gbits/sec
25652026-02-20T04:40:37.195Z- - - - - - - - - - - - - - - - - - - - - - - - -
25662026-02-20T04:40:37.195Z[ 5] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
25672026-02-20T04:40:37.195Z[ 7] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
25682026-02-20T04:40:37.195Z[ 9] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
25692026-02-20T04:40:37.195Z[ 11] 8.00-9.00 sec 23.3 MBytes 195 Mbits/sec
25702026-02-20T04:40:37.195Z[ 13] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
25712026-02-20T04:40:37.195Z[ 15] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
25722026-02-20T04:40:37.195Z[ 17] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
25732026-02-20T04:40:37.195Z[ 19] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
25742026-02-20T04:40:37.195Z[SUM] 8.00-9.00 sec 186 MBytes 1.56 Gbits/sec
25752026-02-20T04:40:37.195Z- - - - - - - - - - - - - - - - - - - - - - - - -
25762026-02-20T04:40:37.195Z[ 5] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
25772026-02-20T04:40:37.195Z[ 7] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
25782026-02-20T04:40:37.195Z[ 9] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
25792026-02-20T04:40:37.195Z[ 11] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
25802026-02-20T04:40:37.196Z[ 13] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
25812026-02-20T04:40:37.196Z[ 15] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
25822026-02-20T04:40:37.196Z[ 17] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
25832026-02-20T04:40:37.196Z[ 19] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
25842026-02-20T04:40:37.196Z[SUM] 9.00-10.00 sec 188 MBytes 1.58 Gbits/sec
25852026-02-20T04:40:37.196Z- - - - - - - - - - - - - - - - - - - - - - - - -
25862026-02-20T04:40:37.196Z[ 5] 10.00-10.00 sec 104 KBytes 352 Mbits/sec
25872026-02-20T04:40:37.196Z[ 7] 10.00-10.00 sec 121 KBytes 408 Mbits/sec
25882026-02-20T04:40:37.196Z[ 9] 10.00-10.00 sec 121 KBytes 408 Mbits/sec
25892026-02-20T04:40:37.196Z[ 11] 10.00-10.00 sec 94.6 KBytes 319 Mbits/sec
25902026-02-20T04:40:37.196Z[ 13] 10.00-10.00 sec 86.4 KBytes 292 Mbits/sec
25912026-02-20T04:40:37.196Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25922026-02-20T04:40:37.196Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25932026-02-20T04:40:37.196Z[ 19] 10.00-10.00 sec 116 KBytes 390 Mbits/sec
25942026-02-20T04:40:37.196Z[SUM] 10.00-10.00 sec 643 KBytes 2.17 Gbits/sec
25952026-02-20T04:40:37.196Z- - - - - - - - - - - - - - - - - - - - - - - - -
25962026-02-20T04:40:37.196Z[ ID] Interval Transfer Bandwidth
25972026-02-20T04:40:37.196Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25982026-02-20T04:40:37.196Z[ 5] 0.00-10.00 sec 234 MBytes 197 Mbits/sec receiver
25992026-02-20T04:40:37.196Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26002026-02-20T04:40:37.196Z[ 7] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
26012026-02-20T04:40:37.196Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26022026-02-20T04:40:37.196Z[ 9] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
26032026-02-20T04:40:37.196Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26042026-02-20T04:40:37.196Z[ 11] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
26052026-02-20T04:40:37.196Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26062026-02-20T04:40:37.196Z[ 13] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
26072026-02-20T04:40:37.196Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26082026-02-20T04:40:37.196Z[ 15] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
26092026-02-20T04:40:37.196Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26102026-02-20T04:40:37.196Z[ 17] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
26112026-02-20T04:40:37.196Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26122026-02-20T04:40:37.196Z[ 19] 0.00-10.00 sec 234 MBytes 196 Mbits/sec receiver
26132026-02-20T04:40:37.196Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26142026-02-20T04:40:37.196Z[SUM] 0.00-10.00 sec 1.83 GBytes 1.57 Gbits/sec receiver
26152026-02-20T04:40:37.200ZRun 1/10...1571.15Mbps
26162026-02-20T04:40:44.230Z-----------------------------------------------------------
26172026-02-20T04:40:44.230ZServer listening on 5201
26182026-02-20T04:40:44.230Z-----------------------------------------------------------
26192026-02-20T04:40:44.230ZAccepted connection from 10.0.0.1, port 56985
26202026-02-20T04:40:44.230Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42336
26212026-02-20T04:40:44.230Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58088
26222026-02-20T04:40:44.230Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55579
26232026-02-20T04:40:44.230Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50822
26242026-02-20T04:40:44.230Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65115
26252026-02-20T04:40:44.230Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49119
26262026-02-20T04:40:44.230Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57659
26272026-02-20T04:40:44.230Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56344
26282026-02-20T04:40:44.230Z[ ID] Interval Transfer Bandwidth
26292026-02-20T04:40:44.230Z[ 5] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
26302026-02-20T04:40:44.230Z[ 7] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
26312026-02-20T04:40:44.230Z[ 9] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
26322026-02-20T04:40:44.230Z[ 11] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
26332026-02-20T04:40:44.230Z[ 13] 0.00-1.00 sec 16.6 MBytes 140 Mbits/sec
26342026-02-20T04:40:44.230Z[ 15] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
26352026-02-20T04:40:44.230Z[ 17] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
26362026-02-20T04:40:44.230Z[ 19] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
26372026-02-20T04:40:44.230Z[SUM] 0.00-1.00 sec 133 MBytes 1.12 Gbits/sec
26382026-02-20T04:40:44.230Z- - - - - - - - - - - - - - - - - - - - - - - - -
26392026-02-20T04:40:44.230Z[ 5] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
26402026-02-20T04:40:44.230Z[ 7] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
26412026-02-20T04:40:44.230Z[ 9] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
26422026-02-20T04:40:44.230Z[ 11] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
26432026-02-20T04:40:44.230Z[ 13] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
26442026-02-20T04:40:44.230Z[ 15] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
26452026-02-20T04:40:44.231Z[ 17] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
26462026-02-20T04:40:44.231Z[ 19] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
26472026-02-20T04:40:44.231Z[SUM] 1.00-2.00 sec 189 MBytes 1.58 Gbits/sec
26482026-02-20T04:40:44.231Z- - - - - - - - - - - - - - - - - - - - - - - - -
26492026-02-20T04:40:44.231Z[ 5] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
26502026-02-20T04:40:44.231Z[ 7] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
26512026-02-20T04:40:44.231Z[ 9] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
26522026-02-20T04:40:44.231Z[ 11] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
26532026-02-20T04:40:44.231Z[ 13] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
26542026-02-20T04:40:44.231Z[ 15] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
26552026-02-20T04:40:44.231Z[ 17] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
26562026-02-20T04:40:44.231Z[ 19] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
26572026-02-20T04:40:44.231Z[SUM] 2.00-3.00 sec 187 MBytes 1.57 Gbits/sec
26582026-02-20T04:40:44.231Z- - - - - - - - - - - - - - - - - - - - - - - - -
26592026-02-20T04:40:44.231Z[ 5] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
26602026-02-20T04:40:44.231Z[ 7] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
26612026-02-20T04:40:44.231Z[ 9] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
26622026-02-20T04:40:44.231Z[ 11] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
26632026-02-20T04:40:44.231Z[ 13] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
26642026-02-20T04:40:44.231Z[ 15] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
26652026-02-20T04:40:44.231Z[ 17] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
26662026-02-20T04:40:44.235Z[ 19] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
26672026-02-20T04:40:44.235Z[SUM] 3.00-4.00 sec 187 MBytes 1.57 Gbits/sec
26682026-02-20T04:40:44.235Z- - - - - - - - - - - - - - - - - - - - - - - - -
26692026-02-20T04:40:44.235Z[ 5] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
26702026-02-20T04:40:44.235Z[ 7] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
26712026-02-20T04:40:44.235Z[ 9] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
26722026-02-20T04:40:44.235Z[ 11] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
26732026-02-20T04:40:44.235Z[ 13] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
26742026-02-20T04:40:44.235Z[ 15] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
26752026-02-20T04:40:44.235Z[ 17] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
26762026-02-20T04:40:44.235Z[ 19] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
26772026-02-20T04:40:44.235Z[SUM] 4.00-5.00 sec 188 MBytes 1.58 Gbits/sec
26782026-02-20T04:40:44.235Z- - - - - - - - - - - - - - - - - - - - - - - - -
26792026-02-20T04:40:44.235Z[ 5] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
26802026-02-20T04:40:44.236Z[ 7] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
26812026-02-20T04:40:44.236Z[ 9] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
26822026-02-20T04:40:44.236Z[ 11] 5.00-6.00 sec 24.0 MBytes 201 Mbits/sec
26832026-02-20T04:40:44.236Z[ 13] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
26842026-02-20T04:40:44.236Z[ 15] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
26852026-02-20T04:40:44.236Z[ 17] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
26862026-02-20T04:40:44.236Z[ 19] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
26872026-02-20T04:40:44.236Z[SUM] 5.00-6.00 sec 191 MBytes 1.60 Gbits/sec
26882026-02-20T04:40:44.236Z- - - - - - - - - - - - - - - - - - - - - - - - -
26892026-02-20T04:40:44.236Z[ 5] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
26902026-02-20T04:40:44.236Z[ 7] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
26912026-02-20T04:40:44.236Z[ 9] 6.00-7.00 sec 24.1 MBytes 202 Mbits/sec
26922026-02-20T04:40:47.447Z[ 11] 6.00-7.00 sec 23.9 MBytes 200 Mbits/sec
26932026-02-20T04:40:47.447Z[ 13] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
26942026-02-20T04:40:47.447Z[ 15] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
26952026-02-20T04:40:47.447Z[ 17] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
26962026-02-20T04:40:47.447Z[ 19] 6.00-7.00 sec 24.0 MBytes 201 Mbits/sec
26972026-02-20T04:40:47.447Z[SUM] 6.00-7.00 sec 192 MBytes 1.61 Gbits/sec
26982026-02-20T04:40:47.447Z- - - - - - - - - - - - - - - - - - - - - - - - -
26992026-02-20T04:40:47.447Z[ 5] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
27002026-02-20T04:40:47.447Z[ 7] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
27012026-02-20T04:40:47.447Z[ 9] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
27022026-02-20T04:40:47.447Z[ 11] 7.00-8.00 sec 23.5 MBytes 198 Mbits/sec
27032026-02-20T04:40:47.447Z[ 13] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
27042026-02-20T04:40:47.447Z[ 15] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
27052026-02-20T04:40:47.447Z[ 17] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
27062026-02-20T04:40:47.447Z[ 19] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
27072026-02-20T04:40:47.447Z[SUM] 7.00-8.00 sec 188 MBytes 1.58 Gbits/sec
27082026-02-20T04:40:47.447Z- - - - - - - - - - - - - - - - - - - - - - - - -
27092026-02-20T04:40:47.447Z[ 5] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
27102026-02-20T04:40:47.447Z[ 7] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
27112026-02-20T04:40:47.447Z[ 9] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
27122026-02-20T04:40:47.447Z[ 11] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
27132026-02-20T04:40:47.447Z[ 13] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
27142026-02-20T04:40:47.447Z[ 15] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
27152026-02-20T04:40:47.447Z[ 17] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
27162026-02-20T04:40:47.447Z[ 19] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
27172026-02-20T04:40:47.447Z[SUM] 8.00-9.00 sec 188 MBytes 1.58 Gbits/sec
27182026-02-20T04:40:47.447Z- - - - - - - - - - - - - - - - - - - - - - - - -
27192026-02-20T04:40:47.447Z[ 5] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
27202026-02-20T04:40:47.447Z[ 7] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
27212026-02-20T04:40:47.448Z[ 9] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
27222026-02-20T04:40:47.448Z[ 11] 9.00-10.00 sec 24.4 MBytes 204 Mbits/sec
27232026-02-20T04:40:47.448Z[ 13] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
27242026-02-20T04:40:47.448Z[ 15] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
27252026-02-20T04:40:47.448Z[ 17] 9.00-10.00 sec 24.3 MBytes 204 Mbits/sec
27262026-02-20T04:40:47.448Z[ 19] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
27272026-02-20T04:40:47.448Z[SUM] 9.00-10.00 sec 194 MBytes 1.63 Gbits/sec
27282026-02-20T04:40:47.448Z- - - - - - - - - - - - - - - - - - - - - - - - -
27292026-02-20T04:40:47.448Z[ 5] 10.00-10.00 sec 66.5 KBytes 238 Mbits/sec
27302026-02-20T04:40:47.448Z[ 7] 10.00-10.00 sec 92.8 KBytes 332 Mbits/sec
27312026-02-20T04:40:47.448Z[ 9] 10.00-10.00 sec 122 KBytes 437 Mbits/sec
27322026-02-20T04:40:47.448Z[ 11] 10.00-10.00 sec 10.3 KBytes 36.7 Mbits/sec
27332026-02-20T04:40:47.448Z[ 13] 10.00-10.00 sec 115 KBytes 410 Mbits/sec
27342026-02-20T04:40:47.448Z[ 15] 10.00-10.00 sec 47.5 KBytes 170 Mbits/sec
27352026-02-20T04:40:47.448Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27362026-02-20T04:40:47.448Z[ 19] 10.00-10.00 sec 84.8 KBytes 304 Mbits/sec
27372026-02-20T04:40:47.448Z[SUM] 10.00-10.00 sec 538 KBytes 1.93 Gbits/sec
27382026-02-20T04:40:47.448Z- - - - - - - - - - - - - - - - - - - - - - - - -
27392026-02-20T04:40:47.448Z[ ID] Interval Transfer Bandwidth
27402026-02-20T04:40:47.448Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27412026-02-20T04:40:47.448Z[ 5] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
27422026-02-20T04:40:47.448Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27432026-02-20T04:40:47.448Z[ 7] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
27442026-02-20T04:40:47.448Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27452026-02-20T04:40:47.448Z[ 9] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
27462026-02-20T04:40:47.448Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27472026-02-20T04:40:47.448Z[ 11] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
27482026-02-20T04:40:47.448Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27492026-02-20T04:40:47.448Z[ 13] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
27502026-02-20T04:40:47.448Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27512026-02-20T04:40:47.448Z[ 15] 0.00-10.00 sec 230 MBytes 192 Mbits/sec receiver
27522026-02-20T04:40:47.448Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27532026-02-20T04:40:47.448Z[ 17] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
27542026-02-20T04:40:47.448Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27552026-02-20T04:40:47.448Z[ 19] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
27562026-02-20T04:40:47.448Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27572026-02-20T04:40:47.448Z[SUM] 0.00-10.00 sec 1.79 GBytes 1.54 Gbits/sec receiver
27582026-02-20T04:40:47.452ZRun 2/10...1541.758Mbps
27592026-02-20T04:40:54.482Z-----------------------------------------------------------
27602026-02-20T04:40:54.482ZServer listening on 5201
27612026-02-20T04:40:54.482Z-----------------------------------------------------------
27622026-02-20T04:40:54.482ZAccepted connection from 10.0.0.1, port 40886
27632026-02-20T04:40:54.482Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46669
27642026-02-20T04:40:54.482Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56295
27652026-02-20T04:40:54.482Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33262
27662026-02-20T04:40:54.482Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64872
27672026-02-20T04:40:54.482Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45044
27682026-02-20T04:40:54.482Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33397
27692026-02-20T04:40:54.482Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44147
27702026-02-20T04:40:54.482Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42886
27712026-02-20T04:40:54.482Z[ ID] Interval Transfer Bandwidth
27722026-02-20T04:40:54.482Z[ 5] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
27732026-02-20T04:40:54.482Z[ 7] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
27742026-02-20T04:40:54.482Z[ 9] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
27752026-02-20T04:40:54.482Z[ 11] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
27762026-02-20T04:40:54.482Z[ 13] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
27772026-02-20T04:40:54.482Z[ 15] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
27782026-02-20T04:40:54.482Z[ 17] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
27792026-02-20T04:40:54.482Z[ 19] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
27802026-02-20T04:40:54.482Z[SUM] 0.00-1.00 sec 132 MBytes 1.10 Gbits/sec
27812026-02-20T04:40:54.482Z- - - - - - - - - - - - - - - - - - - - - - - - -
27822026-02-20T04:40:54.482Z[ 5] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
27832026-02-20T04:40:54.482Z[ 7] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
27842026-02-20T04:40:54.482Z[ 9] 1.00-2.00 sec 24.3 MBytes 203 Mbits/sec
27852026-02-20T04:40:54.482Z[ 11] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
27862026-02-20T04:40:54.483Z[ 13] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
27872026-02-20T04:40:54.483Z[ 15] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
27882026-02-20T04:40:54.483Z[ 17] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
27892026-02-20T04:40:54.483Z[ 19] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
27902026-02-20T04:40:54.483Z[SUM] 1.00-2.00 sec 194 MBytes 1.63 Gbits/sec
27912026-02-20T04:40:54.483Z- - - - - - - - - - - - - - - - - - - - - - - - -
27922026-02-20T04:40:54.483Z[ 5] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
27932026-02-20T04:40:54.483Z[ 7] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
27942026-02-20T04:40:54.483Z[ 9] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
27952026-02-20T04:40:54.483Z[ 11] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
27962026-02-20T04:40:54.483Z[ 13] 2.00-3.00 sec 24.2 MBytes 203 Mbits/sec
27972026-02-20T04:40:54.483Z[ 15] 2.00-3.00 sec 24.2 MBytes 203 Mbits/sec
27982026-02-20T04:40:54.483Z[ 17] 2.00-3.00 sec 24.2 MBytes 203 Mbits/sec
27992026-02-20T04:40:54.483Z[ 19] 2.00-3.00 sec 24.1 MBytes 203 Mbits/sec
28002026-02-20T04:40:54.483Z[SUM] 2.00-3.00 sec 193 MBytes 1.62 Gbits/sec
28012026-02-20T04:40:54.483Z- - - - - - - - - - - - - - - - - - - - - - - - -
28022026-02-20T04:40:54.483Z[ 5] 3.00-4.00 sec 24.0 MBytes 201 Mbits/sec
28032026-02-20T04:40:54.483Z[ 7] 3.00-4.00 sec 24.0 MBytes 202 Mbits/sec
28042026-02-20T04:40:54.483Z[ 9] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
28052026-02-20T04:40:54.483Z[ 11] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
28062026-02-20T04:40:54.483Z[ 13] 3.00-4.00 sec 24.0 MBytes 202 Mbits/sec
28072026-02-20T04:40:54.483Z[ 15] 3.00-4.00 sec 24.0 MBytes 201 Mbits/sec
28082026-02-20T04:40:54.483Z[ 17] 3.00-4.00 sec 24.0 MBytes 201 Mbits/sec
28092026-02-20T04:40:54.483Z[ 19] 3.00-4.00 sec 23.9 MBytes 201 Mbits/sec
28102026-02-20T04:40:54.483Z[SUM] 3.00-4.00 sec 192 MBytes 1.61 Gbits/sec
28112026-02-20T04:40:54.483Z- - - - - - - - - - - - - - - - - - - - - - - - -
28122026-02-20T04:40:54.483Z[ 5] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
28132026-02-20T04:40:54.483Z[ 7] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
28142026-02-20T04:40:54.483Z[ 9] 4.00-5.00 sec 24.0 MBytes 201 Mbits/sec
28152026-02-20T04:40:54.483Z[ 11] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
28162026-02-20T04:40:54.483Z[ 13] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
28172026-02-20T04:40:54.483Z[ 15] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
28182026-02-20T04:40:54.483Z[ 17] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
28192026-02-20T04:40:54.490Z[ 19] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
28202026-02-20T04:40:54.490Z[SUM] 4.00-5.00 sec 193 MBytes 1.62 Gbits/sec
28212026-02-20T04:40:54.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
28222026-02-20T04:40:54.490Z[ 5] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
28232026-02-20T04:40:54.490Z[ 7] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
28242026-02-20T04:40:54.490Z[ 9] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
28252026-02-20T04:40:54.490Z[ 11] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
28262026-02-20T04:40:54.490Z[ 13] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
28272026-02-20T04:40:54.490Z[ 15] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
28282026-02-20T04:40:54.490Z[ 17] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
28292026-02-20T04:40:54.490Z[ 19] 5.00-6.00 sec 23.7 MBytes 199 Mbits/sec
28302026-02-20T04:40:54.490Z[SUM] 5.00-6.00 sec 189 MBytes 1.59 Gbits/sec
28312026-02-20T04:40:54.490Z- - - - - - - - - - - - - - - - - - - - - - - - -
28322026-02-20T04:40:54.490Z[ 5] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
28332026-02-20T04:40:54.490Z[ 7] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
28342026-02-20T04:40:54.490Z[ 9] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
28352026-02-20T04:40:57.699Z[ 11] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
28362026-02-20T04:40:57.700Z[ 13] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
28372026-02-20T04:40:57.700Z[ 15] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
28382026-02-20T04:40:57.700Z[ 17] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
28392026-02-20T04:40:57.700Z[ 19] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
28402026-02-20T04:40:57.700Z[SUM] 6.00-7.00 sec 186 MBytes 1.56 Gbits/sec
28412026-02-20T04:40:57.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
28422026-02-20T04:40:57.700Z[ 5] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
28432026-02-20T04:40:57.700Z[ 7] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
28442026-02-20T04:40:57.700Z[ 9] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
28452026-02-20T04:40:57.700Z[ 11] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
28462026-02-20T04:40:57.700Z[ 13] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
28472026-02-20T04:40:57.700Z[ 15] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
28482026-02-20T04:40:57.700Z[ 17] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
28492026-02-20T04:40:57.700Z[ 19] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
28502026-02-20T04:40:57.700Z[SUM] 7.00-8.00 sec 189 MBytes 1.58 Gbits/sec
28512026-02-20T04:40:57.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
28522026-02-20T04:40:57.700Z[ 5] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
28532026-02-20T04:40:57.700Z[ 7] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
28542026-02-20T04:40:57.700Z[ 9] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
28552026-02-20T04:40:57.700Z[ 11] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
28562026-02-20T04:40:57.700Z[ 13] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
28572026-02-20T04:40:57.700Z[ 15] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
28582026-02-20T04:40:57.700Z[ 17] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
28592026-02-20T04:40:57.700Z[ 19] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
28602026-02-20T04:40:57.700Z[SUM] 8.00-9.00 sec 188 MBytes 1.57 Gbits/sec
28612026-02-20T04:40:57.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
28622026-02-20T04:40:57.700Z[ 5] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
28632026-02-20T04:40:57.700Z[ 7] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
28642026-02-20T04:40:57.700Z[ 9] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
28652026-02-20T04:40:57.700Z[ 11] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
28662026-02-20T04:40:57.700Z[ 13] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
28672026-02-20T04:40:57.700Z[ 15] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
28682026-02-20T04:40:57.700Z[ 17] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
28692026-02-20T04:40:57.700Z[ 19] 9.00-10.00 sec 24.1 MBytes 203 Mbits/sec
28702026-02-20T04:40:57.700Z[SUM] 9.00-10.00 sec 193 MBytes 1.62 Gbits/sec
28712026-02-20T04:40:57.700Z- - - - - - - - - - - - - - - - - - - - - - - - -
28722026-02-20T04:40:57.701Z[ 5] 10.00-10.00 sec 18.7 KBytes 82.8 Mbits/sec
28732026-02-20T04:40:57.701Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28742026-02-20T04:40:57.701Z[ 9] 10.00-10.00 sec 112 KBytes 495 Mbits/sec
28752026-02-20T04:40:57.701Z[ 11] 10.00-10.00 sec 47.0 KBytes 208 Mbits/sec
28762026-02-20T04:40:57.701Z[ 13] 10.00-10.00 sec 49.1 KBytes 217 Mbits/sec
28772026-02-20T04:40:57.701Z[ 15] 10.00-10.00 sec 40.6 KBytes 180 Mbits/sec
28782026-02-20T04:40:57.701Z[ 17] 10.00-10.00 sec 11.8 KBytes 52.4 Mbits/sec
28792026-02-20T04:40:57.701Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28802026-02-20T04:40:57.701Z[SUM] 10.00-10.00 sec 279 KBytes 1.23 Gbits/sec
28812026-02-20T04:40:57.701Z- - - - - - - - - - - - - - - - - - - - - - - - -
28822026-02-20T04:40:57.701Z[ ID] Interval Transfer Bandwidth
28832026-02-20T04:40:57.701Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28842026-02-20T04:40:57.701Z[ 5] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28852026-02-20T04:40:57.701Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28862026-02-20T04:40:57.701Z[ 7] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28872026-02-20T04:40:57.701Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28882026-02-20T04:40:57.701Z[ 9] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28892026-02-20T04:40:57.701Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28902026-02-20T04:40:57.701Z[ 11] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28912026-02-20T04:40:57.701Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28922026-02-20T04:40:57.701Z[ 13] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28932026-02-20T04:40:57.701Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28942026-02-20T04:40:57.701Z[ 15] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28952026-02-20T04:40:57.701Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28962026-02-20T04:40:57.701Z[ 17] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28972026-02-20T04:40:57.701Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28982026-02-20T04:40:57.701Z[ 19] 0.00-10.00 sec 231 MBytes 194 Mbits/sec receiver
28992026-02-20T04:40:57.701Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29002026-02-20T04:40:57.701Z[SUM] 0.00-10.00 sec 1.80 GBytes 1.55 Gbits/sec receiver
29012026-02-20T04:40:57.705ZRun 3/10...1550.161Mbps
29022026-02-20T04:41:04.738Z-----------------------------------------------------------
29032026-02-20T04:41:04.738ZServer listening on 5201
29042026-02-20T04:41:04.738Z-----------------------------------------------------------
29052026-02-20T04:41:04.738ZAccepted connection from 10.0.0.1, port 58431
29062026-02-20T04:41:04.738Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64919
29072026-02-20T04:41:04.738Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39416
29082026-02-20T04:41:04.738Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40292
29092026-02-20T04:41:04.738Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43952
29102026-02-20T04:41:04.738Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35104
29112026-02-20T04:41:04.738Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38071
29122026-02-20T04:41:04.738Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48255
29132026-02-20T04:41:04.738Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65194
29142026-02-20T04:41:04.738Z[ ID] Interval Transfer Bandwidth
29152026-02-20T04:41:04.738Z[ 5] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
29162026-02-20T04:41:04.738Z[ 7] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
29172026-02-20T04:41:04.738Z[ 9] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
29182026-02-20T04:41:04.738Z[ 11] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
29192026-02-20T04:41:04.738Z[ 13] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
29202026-02-20T04:41:04.738Z[ 15] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
29212026-02-20T04:41:04.738Z[ 17] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
29222026-02-20T04:41:04.738Z[ 19] 0.00-1.00 sec 16.4 MBytes 137 Mbits/sec
29232026-02-20T04:41:04.738Z[SUM] 0.00-1.00 sec 131 MBytes 1.10 Gbits/sec
29242026-02-20T04:41:04.738Z- - - - - - - - - - - - - - - - - - - - - - - - -
29252026-02-20T04:41:04.738Z[ 5] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
29262026-02-20T04:41:04.738Z[ 7] 1.00-2.00 sec 23.8 MBytes 199 Mbits/sec
29272026-02-20T04:41:04.738Z[ 9] 1.00-2.00 sec 23.8 MBytes 200 Mbits/sec
29282026-02-20T04:41:04.738Z[ 11] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
29292026-02-20T04:41:04.738Z[ 13] 1.00-2.00 sec 23.8 MBytes 199 Mbits/sec
29302026-02-20T04:41:04.738Z[ 15] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
29312026-02-20T04:41:04.738Z[ 17] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
29322026-02-20T04:41:04.739Z[ 19] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
29332026-02-20T04:41:04.739Z[SUM] 1.00-2.00 sec 190 MBytes 1.59 Gbits/sec
29342026-02-20T04:41:04.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
29352026-02-20T04:41:04.739Z[ 5] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
29362026-02-20T04:41:04.739Z[ 7] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
29372026-02-20T04:41:04.739Z[ 9] 2.00-3.00 sec 24.0 MBytes 201 Mbits/sec
29382026-02-20T04:41:04.739Z[ 11] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
29392026-02-20T04:41:04.739Z[ 13] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
29402026-02-20T04:41:04.739Z[ 15] 2.00-3.00 sec 24.1 MBytes 202 Mbits/sec
29412026-02-20T04:41:04.739Z[ 17] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
29422026-02-20T04:41:04.739Z[ 19] 2.00-3.00 sec 24.0 MBytes 202 Mbits/sec
29432026-02-20T04:41:04.739Z[SUM] 2.00-3.00 sec 192 MBytes 1.61 Gbits/sec
29442026-02-20T04:41:04.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
29452026-02-20T04:41:04.739Z[ 5] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
29462026-02-20T04:41:04.739Z[ 7] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
29472026-02-20T04:41:04.739Z[ 9] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
29482026-02-20T04:41:04.739Z[ 11] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
29492026-02-20T04:41:04.739Z[ 13] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
29502026-02-20T04:41:04.739Z[ 15] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
29512026-02-20T04:41:04.739Z[ 17] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
29522026-02-20T04:41:04.739Z[ 19] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
29532026-02-20T04:41:04.739Z[SUM] 3.00-4.00 sec 187 MBytes 1.57 Gbits/sec
29542026-02-20T04:41:04.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
29552026-02-20T04:41:04.739Z[ 5] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
29562026-02-20T04:41:04.739Z[ 7] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
29572026-02-20T04:41:04.742Z[ 9] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
29582026-02-20T04:41:04.743Z[ 11] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
29592026-02-20T04:41:04.743Z[ 13] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
29602026-02-20T04:41:04.743Z[ 15] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
29612026-02-20T04:41:04.743Z[ 17] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
29622026-02-20T04:41:04.743Z[ 19] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
29632026-02-20T04:41:04.743Z[SUM] 4.00-5.00 sec 189 MBytes 1.58 Gbits/sec
29642026-02-20T04:41:04.743Z- - - - - - - - - - - - - - - - - - - - - - - - -
29652026-02-20T04:41:04.743Z[ 5] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
29662026-02-20T04:41:04.743Z[ 7] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
29672026-02-20T04:41:04.743Z[ 9] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
29682026-02-20T04:41:04.743Z[ 11] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
29692026-02-20T04:41:04.743Z[ 13] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
29702026-02-20T04:41:04.743Z[ 15] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
29712026-02-20T04:41:04.743Z[ 17] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
29722026-02-20T04:41:04.743Z[ 19] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
29732026-02-20T04:41:04.743Z[SUM] 5.00-6.00 sec 185 MBytes 1.55 Gbits/sec
29742026-02-20T04:41:04.743Z- - - - - - - - - - - - - - - - - - - - - - - - -
29752026-02-20T04:41:04.743Z[ 5] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
29762026-02-20T04:41:04.743Z[ 7] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
29772026-02-20T04:41:04.743Z[ 9] 6.00-7.00 sec 23.2 MBytes 194 Mbits/sec
29782026-02-20T04:41:07.962Z[ 11] 6.00-7.00 sec 23.2 MBytes 194 Mbits/sec
29792026-02-20T04:41:07.962Z[ 13] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
29802026-02-20T04:41:07.962Z[ 15] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
29812026-02-20T04:41:07.962Z[ 17] 6.00-7.00 sec 23.1 MBytes 194 Mbits/sec
29822026-02-20T04:41:07.962Z[ 19] 6.00-7.00 sec 23.1 MBytes 193 Mbits/sec
29832026-02-20T04:41:07.962Z[SUM] 6.00-7.00 sec 185 MBytes 1.55 Gbits/sec
29842026-02-20T04:41:07.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
29852026-02-20T04:41:07.962Z[ 5] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
29862026-02-20T04:41:07.962Z[ 7] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
29872026-02-20T04:41:07.962Z[ 9] 7.00-8.00 sec 22.9 MBytes 193 Mbits/sec
29882026-02-20T04:41:07.962Z[ 11] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
29892026-02-20T04:41:07.962Z[ 13] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
29902026-02-20T04:41:07.962Z[ 15] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
29912026-02-20T04:41:07.962Z[ 17] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
29922026-02-20T04:41:07.962Z[ 19] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
29932026-02-20T04:41:07.962Z[SUM] 7.00-8.00 sec 184 MBytes 1.54 Gbits/sec
29942026-02-20T04:41:07.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
29952026-02-20T04:41:07.962Z[ 5] 8.00-9.00 sec 23.0 MBytes 193 Mbits/sec
29962026-02-20T04:41:07.962Z[ 7] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
29972026-02-20T04:41:07.962Z[ 9] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
29982026-02-20T04:41:07.962Z[ 11] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
29992026-02-20T04:41:07.962Z[ 13] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
30002026-02-20T04:41:07.962Z[ 15] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
30012026-02-20T04:41:07.962Z[ 17] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
30022026-02-20T04:41:07.962Z[ 19] 8.00-9.00 sec 22.9 MBytes 192 Mbits/sec
30032026-02-20T04:41:07.962Z[SUM] 8.00-9.00 sec 183 MBytes 1.54 Gbits/sec
30042026-02-20T04:41:07.962Z- - - - - - - - - - - - - - - - - - - - - - - - -
30052026-02-20T04:41:07.963Z[ 5] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec
30062026-02-20T04:41:07.963Z[ 7] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
30072026-02-20T04:41:07.963Z[ 9] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec
30082026-02-20T04:41:07.963Z[ 11] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
30092026-02-20T04:41:07.963Z[ 13] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
30102026-02-20T04:41:07.963Z[ 15] 9.00-10.00 sec 22.8 MBytes 192 Mbits/sec
30112026-02-20T04:41:07.963Z[ 17] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
30122026-02-20T04:41:07.963Z[ 19] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
30132026-02-20T04:41:07.963Z[SUM] 9.00-10.00 sec 182 MBytes 1.53 Gbits/sec
30142026-02-20T04:41:07.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
30152026-02-20T04:41:07.963Z[ 5] 10.00-10.00 sec 126 KBytes 466 Mbits/sec
30162026-02-20T04:41:07.963Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30172026-02-20T04:41:07.963Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30182026-02-20T04:41:07.963Z[ 11] 10.00-10.00 sec 83.6 KBytes 310 Mbits/sec
30192026-02-20T04:41:07.963Z[ 13] 10.00-10.00 sec 32.3 KBytes 120 Mbits/sec
30202026-02-20T04:41:07.963Z[ 15] 10.00-10.00 sec 48.1 KBytes 178 Mbits/sec
30212026-02-20T04:41:07.963Z[ 17] 10.00-10.00 sec 126 KBytes 466 Mbits/sec
30222026-02-20T04:41:07.963Z[ 19] 10.00-10.00 sec 43.8 KBytes 162 Mbits/sec
30232026-02-20T04:41:07.963Z[SUM] 10.00-10.00 sec 460 KBytes 1.70 Gbits/sec
30242026-02-20T04:41:07.963Z- - - - - - - - - - - - - - - - - - - - - - - - -
30252026-02-20T04:41:07.963Z[ ID] Interval Transfer Bandwidth
30262026-02-20T04:41:07.963Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30272026-02-20T04:41:07.963Z[ 5] 0.00-10.00 sec 226 MBytes 190 Mbits/sec receiver
30282026-02-20T04:41:07.963Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30292026-02-20T04:41:07.963Z[ 7] 0.00-10.00 sec 226 MBytes 190 Mbits/sec receiver
30302026-02-20T04:41:07.963Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30312026-02-20T04:41:07.963Z[ 9] 0.00-10.00 sec 226 MBytes 190 Mbits/sec receiver
30322026-02-20T04:41:07.963Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30332026-02-20T04:41:07.963Z[ 11] 0.00-10.00 sec 226 MBytes 190 Mbits/sec receiver
30342026-02-20T04:41:07.963Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30352026-02-20T04:41:07.963Z[ 13] 0.00-10.00 sec 226 MBytes 190 Mbits/sec receiver
30362026-02-20T04:41:07.963Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30372026-02-20T04:41:07.963Z[ 15] 0.00-10.00 sec 226 MBytes 190 Mbits/sec receiver
30382026-02-20T04:41:07.963Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30392026-02-20T04:41:07.963Z[ 17] 0.00-10.00 sec 226 MBytes 189 Mbits/sec receiver
30402026-02-20T04:41:07.963Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30412026-02-20T04:41:07.963Z[ 19] 0.00-10.00 sec 226 MBytes 190 Mbits/sec receiver
30422026-02-20T04:41:07.963Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30432026-02-20T04:41:07.963Z[SUM] 0.00-10.00 sec 1.77 GBytes 1.52 Gbits/sec receiver
30442026-02-20T04:41:07.967ZRun 4/10...1517.22Mbps
30452026-02-20T04:41:14.997Z-----------------------------------------------------------
30462026-02-20T04:41:14.997ZServer listening on 5201
30472026-02-20T04:41:14.997Z-----------------------------------------------------------
30482026-02-20T04:41:14.997ZAccepted connection from 10.0.0.1, port 33300
30492026-02-20T04:41:14.998Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64698
30502026-02-20T04:41:14.998Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59396
30512026-02-20T04:41:14.998Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54420
30522026-02-20T04:41:14.998Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50477
30532026-02-20T04:41:14.998Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62861
30542026-02-20T04:41:14.998Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33842
30552026-02-20T04:41:14.998Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57522
30562026-02-20T04:41:14.998Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64044
30572026-02-20T04:41:14.998Z[ ID] Interval Transfer Bandwidth
30582026-02-20T04:41:14.998Z[ 5] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
30592026-02-20T04:41:14.998Z[ 7] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
30602026-02-20T04:41:14.998Z[ 9] 0.00-1.00 sec 16.6 MBytes 140 Mbits/sec
30612026-02-20T04:41:14.998Z[ 11] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
30622026-02-20T04:41:14.998Z[ 13] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
30632026-02-20T04:41:14.998Z[ 15] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
30642026-02-20T04:41:14.998Z[ 17] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
30652026-02-20T04:41:14.998Z[ 19] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
30662026-02-20T04:41:14.998Z[SUM] 0.00-1.00 sec 133 MBytes 1.12 Gbits/sec
30672026-02-20T04:41:14.998Z- - - - - - - - - - - - - - - - - - - - - - - - -
30682026-02-20T04:41:14.998Z[ 5] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
30692026-02-20T04:41:14.998Z[ 7] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30702026-02-20T04:41:14.998Z[ 9] 1.00-2.00 sec 24.1 MBytes 203 Mbits/sec
30712026-02-20T04:41:14.998Z[ 11] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30722026-02-20T04:41:14.998Z[ 13] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
30732026-02-20T04:41:14.998Z[ 15] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
30742026-02-20T04:41:14.998Z[ 17] 1.00-2.00 sec 24.3 MBytes 204 Mbits/sec
30752026-02-20T04:41:14.998Z[ 19] 1.00-2.00 sec 24.2 MBytes 203 Mbits/sec
30762026-02-20T04:41:14.998Z[SUM] 1.00-2.00 sec 194 MBytes 1.63 Gbits/sec
30772026-02-20T04:41:14.998Z- - - - - - - - - - - - - - - - - - - - - - - - -
30782026-02-20T04:41:14.998Z[ 5] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
30792026-02-20T04:41:14.998Z[ 7] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
30802026-02-20T04:41:14.998Z[ 9] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
30812026-02-20T04:41:14.998Z[ 11] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
30822026-02-20T04:41:14.998Z[ 13] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
30832026-02-20T04:41:14.998Z[ 15] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
30842026-02-20T04:41:14.998Z[ 17] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
30852026-02-20T04:41:14.998Z[ 19] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
30862026-02-20T04:41:14.998Z[SUM] 2.00-3.00 sec 187 MBytes 1.57 Gbits/sec
30872026-02-20T04:41:14.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
30882026-02-20T04:41:14.999Z[ 5] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
30892026-02-20T04:41:14.999Z[ 7] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
30902026-02-20T04:41:14.999Z[ 9] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
30912026-02-20T04:41:14.999Z[ 11] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
30922026-02-20T04:41:14.999Z[ 13] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
30932026-02-20T04:41:14.999Z[ 15] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
30942026-02-20T04:41:14.999Z[ 17] 3.00-4.00 sec 23.4 MBytes 196 Mbits/sec
30952026-02-20T04:41:14.999Z[ 19] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
30962026-02-20T04:41:14.999Z[SUM] 3.00-4.00 sec 187 MBytes 1.57 Gbits/sec
30972026-02-20T04:41:14.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
30982026-02-20T04:41:14.999Z[ 5] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
30992026-02-20T04:41:14.999Z[ 7] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
31002026-02-20T04:41:14.999Z[ 9] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
31012026-02-20T04:41:14.999Z[ 11] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
31022026-02-20T04:41:14.999Z[ 13] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
31032026-02-20T04:41:14.999Z[ 15] 4.00-5.00 sec 23.7 MBytes 199 Mbits/sec
31042026-02-20T04:41:14.999Z[ 17] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
31052026-02-20T04:41:14.999Z[ 19] 4.00-5.00 sec 23.6 MBytes 198 Mbits/sec
31062026-02-20T04:41:14.999Z[SUM] 4.00-5.00 sec 189 MBytes 1.58 Gbits/sec
31072026-02-20T04:41:14.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
31082026-02-20T04:41:14.999Z[ 5] 5.00-6.00 sec 22.8 MBytes 192 Mbits/sec
31092026-02-20T04:41:14.999Z[ 7] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
31102026-02-20T04:41:14.999Z[ 9] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
31112026-02-20T04:41:14.999Z[ 11] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
31122026-02-20T04:41:14.999Z[ 13] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
31132026-02-20T04:41:14.999Z[ 15] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
31142026-02-20T04:41:14.999Z[ 17] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
31152026-02-20T04:41:14.999Z[ 19] 5.00-6.00 sec 22.9 MBytes 192 Mbits/sec
31162026-02-20T04:41:14.999Z[SUM] 5.00-6.00 sec 182 MBytes 1.53 Gbits/sec
31172026-02-20T04:41:14.999Z- - - - - - - - - - - - - - - - - - - - - - - - -
31182026-02-20T04:41:14.999Z[ 5] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
31192026-02-20T04:41:14.999Z[ 7] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
31202026-02-20T04:41:14.999Z[ 9] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
31212026-02-20T04:41:18.215Z[ 11] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
31222026-02-20T04:41:18.215Z[ 13] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
31232026-02-20T04:41:18.215Z[ 15] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
31242026-02-20T04:41:18.215Z[ 17] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
31252026-02-20T04:41:18.215Z[ 19] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
31262026-02-20T04:41:18.215Z[SUM] 6.00-7.00 sec 188 MBytes 1.58 Gbits/sec
31272026-02-20T04:41:18.215Z- - - - - - - - - - - - - - - - - - - - - - - - -
31282026-02-20T04:41:18.215Z[ 5] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
31292026-02-20T04:41:18.215Z[ 7] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
31302026-02-20T04:41:18.215Z[ 9] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
31312026-02-20T04:41:18.215Z[ 11] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
31322026-02-20T04:41:18.215Z[ 13] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
31332026-02-20T04:41:18.215Z[ 15] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
31342026-02-20T04:41:18.215Z[ 17] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
31352026-02-20T04:41:18.216Z[ 19] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
31362026-02-20T04:41:18.216Z[SUM] 7.00-8.00 sec 187 MBytes 1.57 Gbits/sec
31372026-02-20T04:41:18.216Z- - - - - - - - - - - - - - - - - - - - - - - - -
31382026-02-20T04:41:18.216Z[ 5] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
31392026-02-20T04:41:18.216Z[ 7] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
31402026-02-20T04:41:18.216Z[ 9] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
31412026-02-20T04:41:18.216Z[ 11] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
31422026-02-20T04:41:18.216Z[ 13] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
31432026-02-20T04:41:18.216Z[ 15] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
31442026-02-20T04:41:18.216Z[ 17] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
31452026-02-20T04:41:18.216Z[ 19] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
31462026-02-20T04:41:18.216Z[SUM] 8.00-9.00 sec 189 MBytes 1.58 Gbits/sec
31472026-02-20T04:41:18.216Z- - - - - - - - - - - - - - - - - - - - - - - - -
31482026-02-20T04:41:18.216Z[ 5] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
31492026-02-20T04:41:18.216Z[ 7] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
31502026-02-20T04:41:18.216Z[ 9] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
31512026-02-20T04:41:18.216Z[ 11] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
31522026-02-20T04:41:18.216Z[ 13] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
31532026-02-20T04:41:18.216Z[ 15] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
31542026-02-20T04:41:18.216Z[ 17] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
31552026-02-20T04:41:18.216Z[ 19] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
31562026-02-20T04:41:18.216Z[SUM] 9.00-10.00 sec 188 MBytes 1.58 Gbits/sec
31572026-02-20T04:41:18.216Z- - - - - - - - - - - - - - - - - - - - - - - - -
31582026-02-20T04:41:18.216Z[ 5] 10.00-10.00 sec 44.7 KBytes 136 Mbits/sec
31592026-02-20T04:41:18.216Z[ 7] 10.00-10.00 sec 48.1 KBytes 147 Mbits/sec
31602026-02-20T04:41:18.216Z[ 9] 10.00-10.00 sec 126 KBytes 384 Mbits/sec
31612026-02-20T04:41:18.216Z[ 11] 10.00-10.00 sec 121 KBytes 369 Mbits/sec
31622026-02-20T04:41:18.216Z[ 13] 10.00-10.00 sec 117 KBytes 358 Mbits/sec
31632026-02-20T04:41:18.216Z[ 15] 10.00-10.00 sec 112 KBytes 341 Mbits/sec
31642026-02-20T04:41:18.216Z[ 17] 10.00-10.00 sec 125 KBytes 381 Mbits/sec
31652026-02-20T04:41:18.216Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31662026-02-20T04:41:18.216Z[SUM] 10.00-10.00 sec 693 KBytes 2.11 Gbits/sec
31672026-02-20T04:41:18.217Z- - - - - - - - - - - - - - - - - - - - - - - - -
31682026-02-20T04:41:18.217Z[ ID] Interval Transfer Bandwidth
31692026-02-20T04:41:18.217Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31702026-02-20T04:41:18.217Z[ 5] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31712026-02-20T04:41:18.217Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31722026-02-20T04:41:18.217Z[ 7] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31732026-02-20T04:41:18.217Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31742026-02-20T04:41:18.217Z[ 9] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31752026-02-20T04:41:18.217Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31762026-02-20T04:41:18.217Z[ 11] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31772026-02-20T04:41:18.217Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31782026-02-20T04:41:18.217Z[ 13] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31792026-02-20T04:41:18.217Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31802026-02-20T04:41:18.217Z[ 15] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31812026-02-20T04:41:18.217Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31822026-02-20T04:41:18.222Z[ 17] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31832026-02-20T04:41:18.222Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31842026-02-20T04:41:18.222Z[ 19] 0.00-10.00 sec 228 MBytes 191 Mbits/sec receiver
31852026-02-20T04:41:18.222Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31862026-02-20T04:41:18.222Z[SUM] 0.00-10.00 sec 1.78 GBytes 1.53 Gbits/sec receiver
31872026-02-20T04:41:18.222ZRun 5/10...1530.64Mbps
31882026-02-20T04:41:25.251Z-----------------------------------------------------------
31892026-02-20T04:41:25.251ZServer listening on 5201
31902026-02-20T04:41:25.251Z-----------------------------------------------------------
31912026-02-20T04:41:25.251ZAccepted connection from 10.0.0.1, port 50415
31922026-02-20T04:41:25.251Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36640
31932026-02-20T04:41:25.251Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56807
31942026-02-20T04:41:25.251Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63376
31952026-02-20T04:41:25.251Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46466
31962026-02-20T04:41:25.251Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55210
31972026-02-20T04:41:25.251Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36034
31982026-02-20T04:41:25.251Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34454
31992026-02-20T04:41:25.251Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44725
32002026-02-20T04:41:25.251Z[ ID] Interval Transfer Bandwidth
32012026-02-20T04:41:25.251Z[ 5] 0.00-1.00 sec 16.1 MBytes 135 Mbits/sec
32022026-02-20T04:41:25.251Z[ 7] 0.00-1.00 sec 16.3 MBytes 137 Mbits/sec
32032026-02-20T04:41:25.251Z[ 9] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
32042026-02-20T04:41:25.251Z[ 11] 0.00-1.00 sec 16.3 MBytes 136 Mbits/sec
32052026-02-20T04:41:25.251Z[ 13] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
32062026-02-20T04:41:25.251Z[ 15] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
32072026-02-20T04:41:25.251Z[ 17] 0.00-1.00 sec 16.3 MBytes 136 Mbits/sec
32082026-02-20T04:41:25.251Z[ 19] 0.00-1.00 sec 16.2 MBytes 136 Mbits/sec
32092026-02-20T04:41:25.251Z[SUM] 0.00-1.00 sec 130 MBytes 1.09 Gbits/sec
32102026-02-20T04:41:25.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
32112026-02-20T04:41:25.251Z[ 5] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
32122026-02-20T04:41:25.251Z[ 7] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
32132026-02-20T04:41:25.251Z[ 9] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
32142026-02-20T04:41:25.251Z[ 11] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
32152026-02-20T04:41:25.251Z[ 13] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
32162026-02-20T04:41:25.251Z[ 15] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec
32172026-02-20T04:41:25.251Z[ 17] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
32182026-02-20T04:41:25.251Z[ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
32192026-02-20T04:41:25.251Z[SUM] 1.00-2.00 sec 183 MBytes 1.54 Gbits/sec
32202026-02-20T04:41:25.251Z- - - - - - - - - - - - - - - - - - - - - - - - -
32212026-02-20T04:41:25.252Z[ 5] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
32222026-02-20T04:41:25.252Z[ 7] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
32232026-02-20T04:41:25.252Z[ 9] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
32242026-02-20T04:41:25.252Z[ 11] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
32252026-02-20T04:41:25.252Z[ 13] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
32262026-02-20T04:41:25.252Z[ 15] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
32272026-02-20T04:41:25.252Z[ 17] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
32282026-02-20T04:41:25.252Z[ 19] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
32292026-02-20T04:41:25.252Z[SUM] 2.00-3.00 sec 187 MBytes 1.57 Gbits/sec
32302026-02-20T04:41:25.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
32312026-02-20T04:41:25.252Z[ 5] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
32322026-02-20T04:41:25.252Z[ 7] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
32332026-02-20T04:41:25.252Z[ 9] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
32342026-02-20T04:41:25.252Z[ 11] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
32352026-02-20T04:41:25.252Z[ 13] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
32362026-02-20T04:41:25.252Z[ 15] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
32372026-02-20T04:41:25.252Z[ 17] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
32382026-02-20T04:41:25.252Z[ 19] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
32392026-02-20T04:41:25.252Z[SUM] 3.00-4.00 sec 187 MBytes 1.57 Gbits/sec
32402026-02-20T04:41:25.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
32412026-02-20T04:41:25.252Z[ 5] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
32422026-02-20T04:41:25.252Z[ 7] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
32432026-02-20T04:41:25.252Z[ 9] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
32442026-02-20T04:41:25.252Z[ 11] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
32452026-02-20T04:41:25.252Z[ 13] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
32462026-02-20T04:41:25.252Z[ 15] 4.00-5.00 sec 23.1 MBytes 193 Mbits/sec
32472026-02-20T04:41:25.252Z[ 17] 4.00-5.00 sec 23.1 MBytes 193 Mbits/sec
32482026-02-20T04:41:25.252Z[ 19] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
32492026-02-20T04:41:25.252Z[SUM] 4.00-5.00 sec 184 MBytes 1.55 Gbits/sec
32502026-02-20T04:41:25.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
32512026-02-20T04:41:25.252Z[ 5] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
32522026-02-20T04:41:25.252Z[ 7] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
32532026-02-20T04:41:25.252Z[ 9] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
32542026-02-20T04:41:25.252Z[ 11] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
32552026-02-20T04:41:25.252Z[ 13] 5.00-6.00 sec 23.5 MBytes 198 Mbits/sec
32562026-02-20T04:41:25.252Z[ 15] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
32572026-02-20T04:41:25.252Z[ 17] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
32582026-02-20T04:41:25.252Z[ 19] 5.00-6.00 sec 23.6 MBytes 198 Mbits/sec
32592026-02-20T04:41:25.253Z[SUM] 5.00-6.00 sec 188 MBytes 1.58 Gbits/sec
32602026-02-20T04:41:25.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
32612026-02-20T04:41:25.253Z[ 5] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
32622026-02-20T04:41:25.253Z[ 7] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
32632026-02-20T04:41:25.253Z[ 9] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
32642026-02-20T04:41:28.467Z[ 11] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
32652026-02-20T04:41:28.467Z[ 13] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
32662026-02-20T04:41:28.467Z[ 15] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
32672026-02-20T04:41:28.467Z[ 17] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
32682026-02-20T04:41:28.467Z[ 19] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
32692026-02-20T04:41:28.467Z[SUM] 6.00-7.00 sec 194 MBytes 1.63 Gbits/sec
32702026-02-20T04:41:28.467Z- - - - - - - - - - - - - - - - - - - - - - - - -
32712026-02-20T04:41:28.467Z[ 5] 7.00-8.00 sec 24.3 MBytes 203 Mbits/sec
32722026-02-20T04:41:28.467Z[ 7] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32732026-02-20T04:41:28.467Z[ 9] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32742026-02-20T04:41:28.467Z[ 11] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32752026-02-20T04:41:28.467Z[ 13] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32762026-02-20T04:41:28.468Z[ 15] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32772026-02-20T04:41:28.468Z[ 17] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32782026-02-20T04:41:28.468Z[ 19] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
32792026-02-20T04:41:28.468Z[SUM] 7.00-8.00 sec 194 MBytes 1.63 Gbits/sec
32802026-02-20T04:41:28.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
32812026-02-20T04:41:28.468Z[ 5] 8.00-9.00 sec 24.6 MBytes 207 Mbits/sec
32822026-02-20T04:41:28.468Z[ 7] 8.00-9.00 sec 24.6 MBytes 207 Mbits/sec
32832026-02-20T04:41:28.468Z[ 9] 8.00-9.00 sec 24.6 MBytes 207 Mbits/sec
32842026-02-20T04:41:28.468Z[ 11] 8.00-9.00 sec 24.6 MBytes 207 Mbits/sec
32852026-02-20T04:41:28.468Z[ 13] 8.00-9.00 sec 24.6 MBytes 206 Mbits/sec
32862026-02-20T04:41:28.468Z[ 15] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
32872026-02-20T04:41:28.468Z[ 17] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
32882026-02-20T04:41:28.468Z[ 19] 8.00-9.00 sec 24.7 MBytes 207 Mbits/sec
32892026-02-20T04:41:28.468Z[SUM] 8.00-9.00 sec 197 MBytes 1.65 Gbits/sec
32902026-02-20T04:41:28.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
32912026-02-20T04:41:28.468Z[ 5] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
32922026-02-20T04:41:28.468Z[ 7] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
32932026-02-20T04:41:28.468Z[ 9] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
32942026-02-20T04:41:28.468Z[ 11] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
32952026-02-20T04:41:28.468Z[ 13] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
32962026-02-20T04:41:28.468Z[ 15] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
32972026-02-20T04:41:28.468Z[ 17] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
32982026-02-20T04:41:28.468Z[ 19] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
32992026-02-20T04:41:28.468Z[SUM] 9.00-10.00 sec 192 MBytes 1.61 Gbits/sec
33002026-02-20T04:41:28.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
33012026-02-20T04:41:28.468Z[ 5] 10.00-10.00 sec 71.2 KBytes 263 Mbits/sec
33022026-02-20T04:41:28.468Z[ 7] 10.00-10.00 sec 122 KBytes 451 Mbits/sec
33032026-02-20T04:41:28.468Z[ 9] 10.00-10.00 sec 10.3 KBytes 37.8 Mbits/sec
33042026-02-20T04:41:28.468Z[ 11] 10.00-10.00 sec 69.6 KBytes 257 Mbits/sec
33052026-02-20T04:41:28.468Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33062026-02-20T04:41:28.468Z[ 15] 10.00-10.00 sec 113 KBytes 417 Mbits/sec
33072026-02-20T04:41:28.468Z[ 17] 10.00-10.00 sec 58.0 KBytes 214 Mbits/sec
33082026-02-20T04:41:28.468Z[ 19] 10.00-10.00 sec 96.0 KBytes 354 Mbits/sec
33092026-02-20T04:41:28.468Z[SUM] 10.00-10.00 sec 540 KBytes 1.99 Gbits/sec
33102026-02-20T04:41:28.468Z- - - - - - - - - - - - - - - - - - - - - - - - -
33112026-02-20T04:41:28.468Z[ ID] Interval Transfer Bandwidth
33122026-02-20T04:41:28.468Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33132026-02-20T04:41:28.468Z[ 5] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33142026-02-20T04:41:28.468Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33152026-02-20T04:41:28.469Z[ 7] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33162026-02-20T04:41:28.469Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33172026-02-20T04:41:28.469Z[ 9] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33182026-02-20T04:41:28.469Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33192026-02-20T04:41:28.469Z[ 11] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33202026-02-20T04:41:28.469Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33212026-02-20T04:41:28.469Z[ 13] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33222026-02-20T04:41:28.469Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33232026-02-20T04:41:28.469Z[ 15] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33242026-02-20T04:41:28.469Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33252026-02-20T04:41:28.469Z[ 17] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33262026-02-20T04:41:28.469Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33272026-02-20T04:41:28.469Z[ 19] 0.00-10.00 sec 230 MBytes 193 Mbits/sec receiver
33282026-02-20T04:41:28.469Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33292026-02-20T04:41:28.469Z[SUM] 0.00-10.00 sec 1.80 GBytes 1.54 Gbits/sec receiver
33302026-02-20T04:41:28.472ZRun 6/10...1542.096Mbps
33312026-02-20T04:41:35.502Z-----------------------------------------------------------
33322026-02-20T04:41:35.502ZServer listening on 5201
33332026-02-20T04:41:35.502Z-----------------------------------------------------------
33342026-02-20T04:41:35.502ZAccepted connection from 10.0.0.1, port 37782
33352026-02-20T04:41:35.502Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62621
33362026-02-20T04:41:35.502Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56659
33372026-02-20T04:41:35.502Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48259
33382026-02-20T04:41:35.503Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36349
33392026-02-20T04:41:35.503Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60109
33402026-02-20T04:41:35.503Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33233
33412026-02-20T04:41:35.503Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49361
33422026-02-20T04:41:35.503Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36380
33432026-02-20T04:41:35.503Z[ ID] Interval Transfer Bandwidth
33442026-02-20T04:41:35.503Z[ 5] 0.00-1.00 sec 16.0 MBytes 134 Mbits/sec
33452026-02-20T04:41:35.503Z[ 7] 0.00-1.00 sec 16.0 MBytes 135 Mbits/sec
33462026-02-20T04:41:35.503Z[ 9] 0.00-1.00 sec 16.0 MBytes 134 Mbits/sec
33472026-02-20T04:41:35.503Z[ 11] 0.00-1.00 sec 16.0 MBytes 134 Mbits/sec
33482026-02-20T04:41:35.503Z[ 13] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec
33492026-02-20T04:41:35.503Z[ 15] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec
33502026-02-20T04:41:35.503Z[ 17] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec
33512026-02-20T04:41:35.503Z[ 19] 0.00-1.00 sec 15.9 MBytes 133 Mbits/sec
33522026-02-20T04:41:35.503Z[SUM] 0.00-1.00 sec 128 MBytes 1.07 Gbits/sec
33532026-02-20T04:41:35.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
33542026-02-20T04:41:35.503Z[ 5] 1.00-2.00 sec 22.8 MBytes 192 Mbits/sec
33552026-02-20T04:41:35.503Z[ 7] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
33562026-02-20T04:41:35.503Z[ 9] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
33572026-02-20T04:41:35.503Z[ 11] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
33582026-02-20T04:41:35.503Z[ 13] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
33592026-02-20T04:41:35.503Z[ 15] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
33602026-02-20T04:41:35.503Z[ 17] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
33612026-02-20T04:41:35.503Z[ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
33622026-02-20T04:41:35.503Z[SUM] 1.00-2.00 sec 183 MBytes 1.53 Gbits/sec
33632026-02-20T04:41:35.503Z- - - - - - - - - - - - - - - - - - - - - - - - -
33642026-02-20T04:41:35.503Z[ 5] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
33652026-02-20T04:41:35.503Z[ 7] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
33662026-02-20T04:41:35.503Z[ 9] 2.00-3.00 sec 22.8 MBytes 191 Mbits/sec
33672026-02-20T04:41:35.503Z[ 11] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
33682026-02-20T04:41:35.503Z[ 13] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
33692026-02-20T04:41:35.503Z[ 15] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
33702026-02-20T04:41:35.503Z[ 17] 2.00-3.00 sec 22.8 MBytes 191 Mbits/sec
33712026-02-20T04:41:35.503Z[ 19] 2.00-3.00 sec 22.7 MBytes 191 Mbits/sec
33722026-02-20T04:41:35.504Z[SUM] 2.00-3.00 sec 182 MBytes 1.52 Gbits/sec
33732026-02-20T04:41:35.504Z- - - - - - - - - - - - - - - - - - - - - - - - -
33742026-02-20T04:41:35.504Z[ 5] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec
33752026-02-20T04:41:35.504Z[ 7] 3.00-4.00 sec 22.5 MBytes 188 Mbits/sec
33762026-02-20T04:41:35.504Z[ 9] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec
33772026-02-20T04:41:35.504Z[ 11] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec
33782026-02-20T04:41:35.504Z[ 13] 3.00-4.00 sec 22.5 MBytes 188 Mbits/sec
33792026-02-20T04:41:35.504Z[ 15] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec
33802026-02-20T04:41:35.504Z[ 17] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec
33812026-02-20T04:41:35.504Z[ 19] 3.00-4.00 sec 22.4 MBytes 188 Mbits/sec
33822026-02-20T04:41:35.504Z[SUM] 3.00-4.00 sec 180 MBytes 1.51 Gbits/sec
33832026-02-20T04:41:35.504Z- - - - - - - - - - - - - - - - - - - - - - - - -
33842026-02-20T04:41:35.504Z[ 5] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
33852026-02-20T04:41:35.504Z[ 7] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
33862026-02-20T04:41:35.504Z[ 9] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
33872026-02-20T04:41:35.504Z[ 11] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
33882026-02-20T04:41:35.504Z[ 13] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
33892026-02-20T04:41:35.507Z[ 15] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
33902026-02-20T04:41:35.507Z[ 17] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
33912026-02-20T04:41:35.507Z[ 19] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
33922026-02-20T04:41:35.507Z[SUM] 4.00-5.00 sec 183 MBytes 1.54 Gbits/sec
33932026-02-20T04:41:35.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
33942026-02-20T04:41:35.507Z[ 5] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
33952026-02-20T04:41:35.507Z[ 7] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
33962026-02-20T04:41:35.507Z[ 9] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
33972026-02-20T04:41:35.507Z[ 11] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
33982026-02-20T04:41:35.507Z[ 13] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
33992026-02-20T04:41:35.507Z[ 15] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
34002026-02-20T04:41:35.507Z[ 17] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
34012026-02-20T04:41:35.507Z[ 19] 5.00-6.00 sec 22.7 MBytes 190 Mbits/sec
34022026-02-20T04:41:35.507Z[SUM] 5.00-6.00 sec 182 MBytes 1.52 Gbits/sec
34032026-02-20T04:41:35.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
34042026-02-20T04:41:35.507Z[ 5] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
34052026-02-20T04:41:35.507Z[ 7] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
34062026-02-20T04:41:35.507Z[ 9] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
34072026-02-20T04:41:38.720Z[ 11] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
34082026-02-20T04:41:38.720Z[ 13] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
34092026-02-20T04:41:38.720Z[ 15] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
34102026-02-20T04:41:38.720Z[ 17] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
34112026-02-20T04:41:38.720Z[ 19] 6.00-7.00 sec 22.3 MBytes 187 Mbits/sec
34122026-02-20T04:41:38.720Z[SUM] 6.00-7.00 sec 179 MBytes 1.50 Gbits/sec
34132026-02-20T04:41:38.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
34142026-02-20T04:41:38.720Z[ 5] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
34152026-02-20T04:41:38.720Z[ 7] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
34162026-02-20T04:41:38.720Z[ 9] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec
34172026-02-20T04:41:38.720Z[ 11] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
34182026-02-20T04:41:38.720Z[ 13] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
34192026-02-20T04:41:38.720Z[ 15] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
34202026-02-20T04:41:38.720Z[ 17] 7.00-8.00 sec 22.8 MBytes 192 Mbits/sec
34212026-02-20T04:41:38.720Z[ 19] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
34222026-02-20T04:41:38.720Z[SUM] 7.00-8.00 sec 183 MBytes 1.53 Gbits/sec
34232026-02-20T04:41:38.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
34242026-02-20T04:41:38.720Z[ 5] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
34252026-02-20T04:41:38.720Z[ 7] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
34262026-02-20T04:41:38.720Z[ 9] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
34272026-02-20T04:41:38.720Z[ 11] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
34282026-02-20T04:41:38.720Z[ 13] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
34292026-02-20T04:41:38.720Z[ 15] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
34302026-02-20T04:41:38.720Z[ 17] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
34312026-02-20T04:41:38.720Z[ 19] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
34322026-02-20T04:41:38.720Z[SUM] 8.00-9.00 sec 182 MBytes 1.52 Gbits/sec
34332026-02-20T04:41:38.720Z- - - - - - - - - - - - - - - - - - - - - - - - -
34342026-02-20T04:41:38.720Z[ 5] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
34352026-02-20T04:41:38.720Z[ 7] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec
34362026-02-20T04:41:38.720Z[ 9] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
34372026-02-20T04:41:38.720Z[ 11] 9.00-10.00 sec 22.2 MBytes 186 Mbits/sec
34382026-02-20T04:41:38.721Z[ 13] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec
34392026-02-20T04:41:38.721Z[ 15] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec
34402026-02-20T04:41:38.721Z[ 17] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec
34412026-02-20T04:41:38.721Z[ 19] 9.00-10.00 sec 22.2 MBytes 187 Mbits/sec
34422026-02-20T04:41:38.721Z[SUM] 9.00-10.00 sec 178 MBytes 1.49 Gbits/sec
34432026-02-20T04:41:38.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
34442026-02-20T04:41:38.721Z[ 5] 10.00-10.00 sec 49.1 KBytes 155 Mbits/sec
34452026-02-20T04:41:38.721Z[ 7] 10.00-10.00 sec 123 KBytes 387 Mbits/sec
34462026-02-20T04:41:38.721Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34472026-02-20T04:41:38.721Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34482026-02-20T04:41:38.721Z[ 13] 10.00-10.00 sec 58.3 KBytes 184 Mbits/sec
34492026-02-20T04:41:38.721Z[ 15] 10.00-10.00 sec 9.72 KBytes 30.7 Mbits/sec
34502026-02-20T04:41:38.721Z[ 17] 10.00-10.00 sec 118 KBytes 372 Mbits/sec
34512026-02-20T04:41:38.721Z[ 19] 10.00-10.00 sec 117 KBytes 368 Mbits/sec
34522026-02-20T04:41:38.721Z[SUM] 10.00-10.00 sec 474 KBytes 1.50 Gbits/sec
34532026-02-20T04:41:38.721Z- - - - - - - - - - - - - - - - - - - - - - - - -
34542026-02-20T04:41:38.721Z[ ID] Interval Transfer Bandwidth
34552026-02-20T04:41:38.721Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34562026-02-20T04:41:38.721Z[ 5] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34572026-02-20T04:41:38.721Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34582026-02-20T04:41:38.721Z[ 7] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34592026-02-20T04:41:38.721Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34602026-02-20T04:41:38.721Z[ 9] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34612026-02-20T04:41:38.721Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34622026-02-20T04:41:38.721Z[ 11] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34632026-02-20T04:41:38.721Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34642026-02-20T04:41:38.721Z[ 13] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34652026-02-20T04:41:38.721Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34662026-02-20T04:41:38.721Z[ 15] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34672026-02-20T04:41:38.721Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34682026-02-20T04:41:38.721Z[ 17] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34692026-02-20T04:41:38.721Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34702026-02-20T04:41:38.721Z[ 19] 0.00-10.00 sec 220 MBytes 184 Mbits/sec receiver
34712026-02-20T04:41:38.721Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34722026-02-20T04:41:38.721Z[SUM] 0.00-10.00 sec 1.72 GBytes 1.47 Gbits/sec receiver
34732026-02-20T04:41:38.724ZRun 7/10...1474.679Mbps
34742026-02-20T04:41:45.756Z-----------------------------------------------------------
34752026-02-20T04:41:45.756ZServer listening on 5201
34762026-02-20T04:41:45.756Z-----------------------------------------------------------
34772026-02-20T04:41:45.756ZAccepted connection from 10.0.0.1, port 50615
34782026-02-20T04:41:45.756Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55055
34792026-02-20T04:41:45.756Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44371
34802026-02-20T04:41:45.756Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41023
34812026-02-20T04:41:45.756Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32785
34822026-02-20T04:41:45.756Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44590
34832026-02-20T04:41:45.757Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52780
34842026-02-20T04:41:45.757Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56562
34852026-02-20T04:41:45.757Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60902
34862026-02-20T04:41:45.757Z[ ID] Interval Transfer Bandwidth
34872026-02-20T04:41:45.757Z[ 5] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
34882026-02-20T04:41:45.757Z[ 7] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
34892026-02-20T04:41:45.757Z[ 9] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
34902026-02-20T04:41:45.757Z[ 11] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
34912026-02-20T04:41:45.757Z[ 13] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
34922026-02-20T04:41:45.757Z[ 15] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
34932026-02-20T04:41:45.757Z[ 17] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
34942026-02-20T04:41:45.757Z[ 19] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
34952026-02-20T04:41:45.757Z[SUM] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec
34962026-02-20T04:41:45.757Z- - - - - - - - - - - - - - - - - - - - - - - - -
34972026-02-20T04:41:45.757Z[ 5] 1.00-2.00 sec 24.6 MBytes 206 Mbits/sec
34982026-02-20T04:41:45.757Z[ 7] 1.00-2.00 sec 24.5 MBytes 206 Mbits/sec
34992026-02-20T04:41:45.757Z[ 9] 1.00-2.00 sec 24.5 MBytes 205 Mbits/sec
35002026-02-20T04:41:45.757Z[ 11] 1.00-2.00 sec 24.6 MBytes 206 Mbits/sec
35012026-02-20T04:41:45.757Z[ 13] 1.00-2.00 sec 24.5 MBytes 206 Mbits/sec
35022026-02-20T04:41:45.758Z[ 15] 1.00-2.00 sec 24.6 MBytes 206 Mbits/sec
35032026-02-20T04:41:45.758Z[ 17] 1.00-2.00 sec 24.6 MBytes 206 Mbits/sec
35042026-02-20T04:41:45.758Z[ 19] 1.00-2.00 sec 24.5 MBytes 206 Mbits/sec
35052026-02-20T04:41:45.758Z[SUM] 1.00-2.00 sec 196 MBytes 1.65 Gbits/sec
35062026-02-20T04:41:45.758Z- - - - - - - - - - - - - - - - - - - - - - - - -
35072026-02-20T04:41:45.758Z[ 5] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
35082026-02-20T04:41:45.758Z[ 7] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
35092026-02-20T04:41:45.758Z[ 9] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
35102026-02-20T04:41:45.758Z[ 11] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
35112026-02-20T04:41:45.758Z[ 13] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
35122026-02-20T04:41:45.758Z[ 15] 2.00-3.00 sec 23.3 MBytes 195 Mbits/sec
35132026-02-20T04:41:45.758Z[ 17] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
35142026-02-20T04:41:45.758Z[ 19] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
35152026-02-20T04:41:45.758Z[SUM] 2.00-3.00 sec 185 MBytes 1.56 Gbits/sec
35162026-02-20T04:41:45.758Z- - - - - - - - - - - - - - - - - - - - - - - - -
35172026-02-20T04:41:45.763Z[ 5] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
35182026-02-20T04:41:45.763Z[ 7] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec
35192026-02-20T04:41:45.763Z[ 9] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
35202026-02-20T04:41:45.763Z[ 11] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
35212026-02-20T04:41:45.763Z[ 13] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
35222026-02-20T04:41:45.763Z[ 15] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
35232026-02-20T04:41:45.763Z[ 17] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
35242026-02-20T04:41:45.764Z[ 19] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
35252026-02-20T04:41:45.764Z[SUM] 3.00-4.00 sec 186 MBytes 1.56 Gbits/sec
35262026-02-20T04:41:45.764Z- - - - - - - - - - - - - - - - - - - - - - - - -
35272026-02-20T04:41:45.764Z[ 5] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
35282026-02-20T04:41:45.764Z[ 7] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
35292026-02-20T04:41:45.764Z[ 9] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
35302026-02-20T04:41:45.764Z[ 11] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
35312026-02-20T04:41:45.764Z[ 13] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
35322026-02-20T04:41:45.764Z[ 15] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
35332026-02-20T04:41:45.764Z[ 17] 4.00-5.00 sec 24.3 MBytes 204 Mbits/sec
35342026-02-20T04:41:45.764Z[ 19] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
35352026-02-20T04:41:45.764Z[SUM] 4.00-5.00 sec 194 MBytes 1.63 Gbits/sec
35362026-02-20T04:41:45.764Z- - - - - - - - - - - - - - - - - - - - - - - - -
35372026-02-20T04:41:45.764Z[ 5] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
35382026-02-20T04:41:45.764Z[ 7] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
35392026-02-20T04:41:45.764Z[ 9] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
35402026-02-20T04:41:45.765Z[ 11] 5.00-6.00 sec 23.8 MBytes 199 Mbits/sec
35412026-02-20T04:41:45.765Z[ 13] 5.00-6.00 sec 23.8 MBytes 200 Mbits/sec
35422026-02-20T04:41:45.765Z[ 15] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
35432026-02-20T04:41:45.765Z[ 17] 5.00-6.00 sec 23.9 MBytes 200 Mbits/sec
35442026-02-20T04:41:45.765Z[ 19] 5.00-6.00 sec 23.9 MBytes 201 Mbits/sec
35452026-02-20T04:41:45.765Z[SUM] 5.00-6.00 sec 191 MBytes 1.60 Gbits/sec
35462026-02-20T04:41:45.765Z- - - - - - - - - - - - - - - - - - - - - - - - -
35472026-02-20T04:41:45.765Z[ 5] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
35482026-02-20T04:41:45.765Z[ 7] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
35492026-02-20T04:41:45.765Z[ 9] 6.00-7.00 sec 24.3 MBytes 203 Mbits/sec
35502026-02-20T04:41:48.974Z[ 11] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
35512026-02-20T04:41:48.974Z[ 13] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
35522026-02-20T04:41:48.974Z[ 15] 6.00-7.00 sec 24.3 MBytes 204 Mbits/sec
35532026-02-20T04:41:48.974Z[ 17] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
35542026-02-20T04:41:48.974Z[ 19] 6.00-7.00 sec 24.2 MBytes 203 Mbits/sec
35552026-02-20T04:41:48.974Z[SUM] 6.00-7.00 sec 194 MBytes 1.63 Gbits/sec
35562026-02-20T04:41:48.974Z- - - - - - - - - - - - - - - - - - - - - - - - -
35572026-02-20T04:41:48.974Z[ 5] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
35582026-02-20T04:41:48.974Z[ 7] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
35592026-02-20T04:41:48.974Z[ 9] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
35602026-02-20T04:41:48.974Z[ 11] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
35612026-02-20T04:41:48.974Z[ 13] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
35622026-02-20T04:41:48.974Z[ 15] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
35632026-02-20T04:41:48.974Z[ 17] 7.00-8.00 sec 24.2 MBytes 203 Mbits/sec
35642026-02-20T04:41:48.974Z[ 19] 7.00-8.00 sec 24.3 MBytes 204 Mbits/sec
35652026-02-20T04:41:48.974Z[SUM] 7.00-8.00 sec 194 MBytes 1.63 Gbits/sec
35662026-02-20T04:41:48.974Z- - - - - - - - - - - - - - - - - - - - - - - - -
35672026-02-20T04:41:48.974Z[ 5] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
35682026-02-20T04:41:48.974Z[ 7] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
35692026-02-20T04:41:48.974Z[ 9] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
35702026-02-20T04:41:48.974Z[ 11] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
35712026-02-20T04:41:48.974Z[ 13] 8.00-9.00 sec 23.8 MBytes 200 Mbits/sec
35722026-02-20T04:41:48.974Z[ 15] 8.00-9.00 sec 23.9 MBytes 201 Mbits/sec
35732026-02-20T04:41:48.974Z[ 17] 8.00-9.00 sec 23.9 MBytes 200 Mbits/sec
35742026-02-20T04:41:48.974Z[ 19] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
35752026-02-20T04:41:48.974Z[SUM] 8.00-9.00 sec 191 MBytes 1.60 Gbits/sec
35762026-02-20T04:41:48.974Z- - - - - - - - - - - - - - - - - - - - - - - - -
35772026-02-20T04:41:48.974Z[ 5] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
35782026-02-20T04:41:48.974Z[ 7] 9.00-10.00 sec 24.1 MBytes 203 Mbits/sec
35792026-02-20T04:41:48.974Z[ 9] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
35802026-02-20T04:41:48.974Z[ 11] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
35812026-02-20T04:41:48.975Z[ 13] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
35822026-02-20T04:41:48.975Z[ 15] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
35832026-02-20T04:41:48.975Z[ 17] 9.00-10.00 sec 24.2 MBytes 203 Mbits/sec
35842026-02-20T04:41:48.975Z[ 19] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
35852026-02-20T04:41:48.975Z[SUM] 9.00-10.00 sec 193 MBytes 1.62 Gbits/sec
35862026-02-20T04:41:48.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
35872026-02-20T04:41:48.975Z[ 5] 10.00-10.00 sec 9.73 KBytes 42.8 Mbits/sec
35882026-02-20T04:41:48.975Z[ 7] 10.00-10.00 sec 21.0 KBytes 92.6 Mbits/sec
35892026-02-20T04:41:48.975Z[ 9] 10.00-10.00 sec 115 KBytes 507 Mbits/sec
35902026-02-20T04:41:48.975Z[ 11] 10.00-10.00 sec 126 KBytes 554 Mbits/sec
35912026-02-20T04:41:48.975Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35922026-02-20T04:41:48.975Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35932026-02-20T04:41:48.975Z[ 17] 10.00-10.00 sec 10.3 KBytes 45.2 Mbits/sec
35942026-02-20T04:41:48.975Z[ 19] 10.00-10.00 sec 77.2 KBytes 340 Mbits/sec
35952026-02-20T04:41:48.975Z[SUM] 10.00-10.00 sec 359 KBytes 1.58 Gbits/sec
35962026-02-20T04:41:48.975Z- - - - - - - - - - - - - - - - - - - - - - - - -
35972026-02-20T04:41:48.975Z[ ID] Interval Transfer Bandwidth
35982026-02-20T04:41:48.975Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
35992026-02-20T04:41:48.975Z[ 5] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36002026-02-20T04:41:48.975Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36012026-02-20T04:41:48.975Z[ 7] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36022026-02-20T04:41:48.975Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36032026-02-20T04:41:48.975Z[ 9] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36042026-02-20T04:41:48.975Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36052026-02-20T04:41:48.975Z[ 11] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36062026-02-20T04:41:48.975Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36072026-02-20T04:41:48.975Z[ 13] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36082026-02-20T04:41:48.975Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36092026-02-20T04:41:48.975Z[ 15] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36102026-02-20T04:41:48.975Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36112026-02-20T04:41:48.975Z[ 17] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36122026-02-20T04:41:48.975Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36132026-02-20T04:41:48.975Z[ 19] 0.00-10.00 sec 232 MBytes 195 Mbits/sec receiver
36142026-02-20T04:41:48.975Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36152026-02-20T04:41:48.975Z[SUM] 0.00-10.00 sec 1.81 GBytes 1.56 Gbits/sec receiver
36162026-02-20T04:41:48.979ZRun 8/10...1558.288Mbps
36172026-02-20T04:41:56.007Z-----------------------------------------------------------
36182026-02-20T04:41:56.007ZServer listening on 5201
36192026-02-20T04:41:56.008Z-----------------------------------------------------------
36202026-02-20T04:41:56.008ZAccepted connection from 10.0.0.1, port 37328
36212026-02-20T04:41:56.008Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51904
36222026-02-20T04:41:56.008Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54573
36232026-02-20T04:41:56.008Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58347
36242026-02-20T04:41:56.008Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62943
36252026-02-20T04:41:56.008Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37193
36262026-02-20T04:41:56.008Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62365
36272026-02-20T04:41:56.008Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49303
36282026-02-20T04:41:56.008Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40761
36292026-02-20T04:41:56.008Z[ ID] Interval Transfer Bandwidth
36302026-02-20T04:41:56.008Z[ 5] 0.00-1.00 sec 16.5 MBytes 138 Mbits/sec
36312026-02-20T04:41:56.008Z[ 7] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
36322026-02-20T04:41:56.008Z[ 9] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
36332026-02-20T04:41:56.008Z[ 11] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
36342026-02-20T04:41:56.008Z[ 13] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
36352026-02-20T04:41:56.012Z[ 15] 0.00-1.00 sec 16.5 MBytes 139 Mbits/sec
36362026-02-20T04:41:56.012Z[ 17] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
36372026-02-20T04:41:56.012Z[ 19] 0.00-1.00 sec 16.4 MBytes 138 Mbits/sec
36382026-02-20T04:41:56.013Z[SUM] 0.00-1.00 sec 132 MBytes 1.11 Gbits/sec
36392026-02-20T04:41:56.013Z- - - - - - - - - - - - - - - - - - - - - - - - -
36402026-02-20T04:41:56.013Z[ 5] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
36412026-02-20T04:41:56.013Z[ 7] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
36422026-02-20T04:41:56.013Z[ 9] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
36432026-02-20T04:41:56.013Z[ 11] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
36442026-02-20T04:41:56.013Z[ 13] 1.00-2.00 sec 23.7 MBytes 198 Mbits/sec
36452026-02-20T04:41:56.013Z[ 15] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
36462026-02-20T04:41:56.013Z[ 17] 1.00-2.00 sec 23.7 MBytes 199 Mbits/sec
36472026-02-20T04:41:56.013Z[ 19] 1.00-2.00 sec 23.8 MBytes 199 Mbits/sec
36482026-02-20T04:41:56.013Z[SUM] 1.00-2.00 sec 190 MBytes 1.59 Gbits/sec
36492026-02-20T04:41:56.013Z- - - - - - - - - - - - - - - - - - - - - - - - -
36502026-02-20T04:41:56.013Z[ 5] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
36512026-02-20T04:41:56.013Z[ 7] 2.00-3.00 sec 23.9 MBytes 200 Mbits/sec
36522026-02-20T04:41:56.013Z[ 9] 2.00-3.00 sec 23.8 MBytes 200 Mbits/sec
36532026-02-20T04:41:56.013Z[ 11] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
36542026-02-20T04:41:56.013Z[ 13] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
36552026-02-20T04:41:56.013Z[ 15] 2.00-3.00 sec 23.8 MBytes 199 Mbits/sec
36562026-02-20T04:41:56.013Z[ 17] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
36572026-02-20T04:41:56.013Z[ 19] 2.00-3.00 sec 23.7 MBytes 199 Mbits/sec
36582026-02-20T04:41:56.013Z[SUM] 2.00-3.00 sec 190 MBytes 1.59 Gbits/sec
36592026-02-20T04:41:56.013Z- - - - - - - - - - - - - - - - - - - - - - - - -
36602026-02-20T04:41:56.013Z[ 5] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
36612026-02-20T04:41:56.013Z[ 7] 3.00-4.00 sec 24.0 MBytes 202 Mbits/sec
36622026-02-20T04:41:56.013Z[ 9] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
36632026-02-20T04:41:56.013Z[ 11] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
36642026-02-20T04:41:56.013Z[ 13] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
36652026-02-20T04:41:56.013Z[ 15] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
36662026-02-20T04:41:56.013Z[ 17] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
36672026-02-20T04:41:56.013Z[ 19] 3.00-4.00 sec 24.1 MBytes 202 Mbits/sec
36682026-02-20T04:41:56.013Z[SUM] 3.00-4.00 sec 193 MBytes 1.62 Gbits/sec
36692026-02-20T04:41:56.013Z- - - - - - - - - - - - - - - - - - - - - - - - -
36702026-02-20T04:41:56.013Z[ 5] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
36712026-02-20T04:41:56.013Z[ 7] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
36722026-02-20T04:41:56.013Z[ 9] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
36732026-02-20T04:41:56.013Z[ 11] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
36742026-02-20T04:41:56.013Z[ 13] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
36752026-02-20T04:41:56.014Z[ 15] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
36762026-02-20T04:41:56.014Z[ 17] 4.00-5.00 sec 24.2 MBytes 203 Mbits/sec
36772026-02-20T04:41:56.014Z[ 19] 4.00-5.00 sec 24.1 MBytes 202 Mbits/sec
36782026-02-20T04:41:56.014Z[SUM] 4.00-5.00 sec 193 MBytes 1.62 Gbits/sec
36792026-02-20T04:41:56.014Z- - - - - - - - - - - - - - - - - - - - - - - - -
36802026-02-20T04:41:56.014Z[ 5] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36812026-02-20T04:41:56.014Z[ 7] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36822026-02-20T04:41:56.014Z[ 9] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36832026-02-20T04:41:56.014Z[ 11] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36842026-02-20T04:41:56.014Z[ 13] 5.00-6.00 sec 24.7 MBytes 207 Mbits/sec
36852026-02-20T04:41:56.014Z[ 15] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36862026-02-20T04:41:56.014Z[ 17] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36872026-02-20T04:41:56.014Z[ 19] 5.00-6.00 sec 24.8 MBytes 208 Mbits/sec
36882026-02-20T04:41:56.014Z[SUM] 5.00-6.00 sec 198 MBytes 1.66 Gbits/sec
36892026-02-20T04:41:56.014Z- - - - - - - - - - - - - - - - - - - - - - - - -
36902026-02-20T04:41:56.014Z[ 5] 6.00-7.00 sec 23.8 MBytes 200 Mbits/sec
36912026-02-20T04:41:56.014Z[ 7] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
36922026-02-20T04:41:56.014Z[ 9] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
36932026-02-20T04:41:59.226Z[ 11] 6.00-7.00 sec 23.9 MBytes 200 Mbits/sec
36942026-02-20T04:41:59.226Z[ 13] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
36952026-02-20T04:41:59.226Z[ 15] 6.00-7.00 sec 23.8 MBytes 200 Mbits/sec
36962026-02-20T04:41:59.226Z[ 17] 6.00-7.00 sec 23.8 MBytes 200 Mbits/sec
36972026-02-20T04:41:59.226Z[ 19] 6.00-7.00 sec 23.8 MBytes 200 Mbits/sec
36982026-02-20T04:41:59.226Z[SUM] 6.00-7.00 sec 191 MBytes 1.60 Gbits/sec
36992026-02-20T04:41:59.226Z- - - - - - - - - - - - - - - - - - - - - - - - -
37002026-02-20T04:41:59.226Z[ 5] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
37012026-02-20T04:41:59.226Z[ 7] 7.00-8.00 sec 24.1 MBytes 202 Mbits/sec
37022026-02-20T04:41:59.226Z[ 9] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
37032026-02-20T04:41:59.226Z[ 11] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
37042026-02-20T04:41:59.226Z[ 13] 7.00-8.00 sec 24.0 MBytes 202 Mbits/sec
37052026-02-20T04:41:59.226Z[ 15] 7.00-8.00 sec 24.0 MBytes 201 Mbits/sec
37062026-02-20T04:41:59.226Z[ 17] 7.00-8.00 sec 24.0 MBytes 202 Mbits/sec
37072026-02-20T04:41:59.226Z[ 19] 7.00-8.00 sec 24.0 MBytes 202 Mbits/sec
37082026-02-20T04:41:59.226Z[SUM] 7.00-8.00 sec 192 MBytes 1.61 Gbits/sec
37092026-02-20T04:41:59.226Z- - - - - - - - - - - - - - - - - - - - - - - - -
37102026-02-20T04:41:59.226Z[ 5] 8.00-9.00 sec 24.1 MBytes 202 Mbits/sec
37112026-02-20T04:41:59.226Z[ 7] 8.00-9.00 sec 24.0 MBytes 201 Mbits/sec
37122026-02-20T04:41:59.226Z[ 9] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
37132026-02-20T04:41:59.226Z[ 11] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
37142026-02-20T04:41:59.226Z[ 13] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
37152026-02-20T04:41:59.226Z[ 15] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
37162026-02-20T04:41:59.226Z[ 17] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
37172026-02-20T04:41:59.226Z[ 19] 8.00-9.00 sec 24.2 MBytes 203 Mbits/sec
37182026-02-20T04:41:59.226Z[SUM] 8.00-9.00 sec 193 MBytes 1.62 Gbits/sec
37192026-02-20T04:41:59.226Z- - - - - - - - - - - - - - - - - - - - - - - - -
37202026-02-20T04:41:59.226Z[ 5] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
37212026-02-20T04:41:59.226Z[ 7] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
37222026-02-20T04:41:59.226Z[ 9] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
37232026-02-20T04:41:59.226Z[ 11] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
37242026-02-20T04:41:59.226Z[ 13] 9.00-10.00 sec 24.0 MBytes 202 Mbits/sec
37252026-02-20T04:41:59.227Z[ 15] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
37262026-02-20T04:41:59.227Z[ 17] 9.00-10.00 sec 24.1 MBytes 202 Mbits/sec
37272026-02-20T04:41:59.227Z[ 19] 9.00-10.00 sec 24.0 MBytes 201 Mbits/sec
37282026-02-20T04:41:59.227Z[SUM] 9.00-10.00 sec 192 MBytes 1.61 Gbits/sec
37292026-02-20T04:41:59.227Z- - - - - - - - - - - - - - - - - - - - - - - - -
37302026-02-20T04:41:59.227Z[ 5] 10.00-10.00 sec 80.1 KBytes 385 Mbits/sec
37312026-02-20T04:41:59.227Z[ 7] 10.00-10.00 sec 88.0 KBytes 424 Mbits/sec
37322026-02-20T04:41:59.227Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37332026-02-20T04:41:59.227Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37342026-02-20T04:41:59.227Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37352026-02-20T04:41:59.227Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
37362026-02-20T04:41:59.227Z[ 17] 10.00-10.00 sec 16.8 KBytes 80.9 Mbits/sec
37372026-02-20T04:41:59.227Z[ 19] 10.00-10.00 sec 44.2 KBytes 213 Mbits/sec
37382026-02-20T04:41:59.227Z[SUM] 10.00-10.00 sec 229 KBytes 1.10 Gbits/sec
37392026-02-20T04:41:59.227Z- - - - - - - - - - - - - - - - - - - - - - - - -
37402026-02-20T04:41:59.227Z[ ID] Interval Transfer Bandwidth
37412026-02-20T04:41:59.227Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37422026-02-20T04:41:59.227Z[ 5] 0.00-10.00 sec 233 MBytes 196 Mbits/sec receiver
37432026-02-20T04:41:59.227Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37442026-02-20T04:41:59.227Z[ 7] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
37452026-02-20T04:41:59.227Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37462026-02-20T04:41:59.227Z[ 9] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
37472026-02-20T04:41:59.227Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37482026-02-20T04:41:59.227Z[ 11] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
37492026-02-20T04:41:59.227Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37502026-02-20T04:41:59.227Z[ 13] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
37512026-02-20T04:41:59.227Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37522026-02-20T04:41:59.227Z[ 15] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
37532026-02-20T04:41:59.227Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37542026-02-20T04:41:59.227Z[ 17] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
37552026-02-20T04:41:59.227Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37562026-02-20T04:41:59.227Z[ 19] 0.00-10.00 sec 233 MBytes 195 Mbits/sec receiver
37572026-02-20T04:41:59.227Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37582026-02-20T04:41:59.227Z[SUM] 0.00-10.00 sec 1.82 GBytes 1.56 Gbits/sec receiver
37592026-02-20T04:41:59.231ZRun 9/10...1563.856Mbps
37602026-02-20T04:42:06.261Z-----------------------------------------------------------
37612026-02-20T04:42:06.261ZServer listening on 5201
37622026-02-20T04:42:06.261Z-----------------------------------------------------------
37632026-02-20T04:42:06.261ZAccepted connection from 10.0.0.1, port 57608
37642026-02-20T04:42:06.261Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65207
37652026-02-20T04:42:06.261Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43445
37662026-02-20T04:42:06.261Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44385
37672026-02-20T04:42:06.261Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47277
37682026-02-20T04:42:06.261Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62358
37692026-02-20T04:42:06.261Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53262
37702026-02-20T04:42:06.261Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52405
37712026-02-20T04:42:06.261Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56611
37722026-02-20T04:42:06.261Z[ ID] Interval Transfer Bandwidth
37732026-02-20T04:42:06.261Z[ 5] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
37742026-02-20T04:42:06.261Z[ 7] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
37752026-02-20T04:42:06.261Z[ 9] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
37762026-02-20T04:42:06.261Z[ 11] 0.00-1.00 sec 16.6 MBytes 140 Mbits/sec
37772026-02-20T04:42:06.262Z[ 13] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
37782026-02-20T04:42:06.262Z[ 15] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
37792026-02-20T04:42:06.262Z[ 17] 0.00-1.00 sec 16.7 MBytes 140 Mbits/sec
37802026-02-20T04:42:06.262Z[ 19] 0.00-1.00 sec 16.6 MBytes 139 Mbits/sec
37812026-02-20T04:42:06.262Z[SUM] 0.00-1.00 sec 133 MBytes 1.12 Gbits/sec
37822026-02-20T04:42:06.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
37832026-02-20T04:42:06.262Z[ 5] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
37842026-02-20T04:42:06.262Z[ 7] 1.00-2.00 sec 24.0 MBytes 202 Mbits/sec
37852026-02-20T04:42:06.262Z[ 9] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
37862026-02-20T04:42:06.262Z[ 11] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
37872026-02-20T04:42:06.262Z[ 13] 1.00-2.00 sec 23.9 MBytes 200 Mbits/sec
37882026-02-20T04:42:06.262Z[ 15] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
37892026-02-20T04:42:06.262Z[ 17] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
37902026-02-20T04:42:06.262Z[ 19] 1.00-2.00 sec 23.9 MBytes 201 Mbits/sec
37912026-02-20T04:42:06.262Z[SUM] 1.00-2.00 sec 192 MBytes 1.61 Gbits/sec
37922026-02-20T04:42:06.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
37932026-02-20T04:42:06.262Z[ 5] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
37942026-02-20T04:42:06.262Z[ 7] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
37952026-02-20T04:42:06.262Z[ 9] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
37962026-02-20T04:42:06.262Z[ 11] 2.00-3.00 sec 23.3 MBytes 195 Mbits/sec
37972026-02-20T04:42:06.262Z[ 13] 2.00-3.00 sec 23.3 MBytes 195 Mbits/sec
37982026-02-20T04:42:06.262Z[ 15] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
37992026-02-20T04:42:06.262Z[ 17] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
38002026-02-20T04:42:06.262Z[ 19] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
38012026-02-20T04:42:06.262Z[SUM] 2.00-3.00 sec 186 MBytes 1.56 Gbits/sec
38022026-02-20T04:42:06.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
38032026-02-20T04:42:06.262Z[ 5] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
38042026-02-20T04:42:06.262Z[ 7] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
38052026-02-20T04:42:06.262Z[ 9] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
38062026-02-20T04:42:06.262Z[ 11] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
38072026-02-20T04:42:06.262Z[ 13] 3.00-4.00 sec 23.3 MBytes 195 Mbits/sec
38082026-02-20T04:42:06.262Z[ 15] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
38092026-02-20T04:42:06.262Z[ 17] 3.00-4.00 sec 23.2 MBytes 195 Mbits/sec
38102026-02-20T04:42:06.262Z[ 19] 3.00-4.00 sec 23.2 MBytes 194 Mbits/sec
38112026-02-20T04:42:06.262Z[SUM] 3.00-4.00 sec 186 MBytes 1.56 Gbits/sec
38122026-02-20T04:42:06.262Z- - - - - - - - - - - - - - - - - - - - - - - - -
38132026-02-20T04:42:06.262Z[ 5] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
38142026-02-20T04:42:06.263Z[ 7] 4.00-5.00 sec 23.3 MBytes 195 Mbits/sec
38152026-02-20T04:42:06.263Z[ 9] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
38162026-02-20T04:42:06.263Z[ 11] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
38172026-02-20T04:42:06.263Z[ 13] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
38182026-02-20T04:42:06.263Z[ 15] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
38192026-02-20T04:42:06.263Z[ 17] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
38202026-02-20T04:42:06.263Z[ 19] 4.00-5.00 sec 23.3 MBytes 195 Mbits/sec
38212026-02-20T04:42:06.263Z[SUM] 4.00-5.00 sec 187 MBytes 1.57 Gbits/sec
38222026-02-20T04:42:06.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
38232026-02-20T04:42:06.263Z[ 5] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38242026-02-20T04:42:06.263Z[ 7] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38252026-02-20T04:42:06.263Z[ 9] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38262026-02-20T04:42:06.263Z[ 11] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38272026-02-20T04:42:06.263Z[ 13] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38282026-02-20T04:42:06.263Z[ 15] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38292026-02-20T04:42:06.263Z[ 17] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38302026-02-20T04:42:06.263Z[ 19] 5.00-6.00 sec 23.5 MBytes 197 Mbits/sec
38312026-02-20T04:42:06.263Z[SUM] 5.00-6.00 sec 188 MBytes 1.58 Gbits/sec
38322026-02-20T04:42:06.263Z- - - - - - - - - - - - - - - - - - - - - - - - -
38332026-02-20T04:42:06.263Z[ 5] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
38342026-02-20T04:42:06.263Z[ 7] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
38352026-02-20T04:42:06.263Z[ 9] 6.00-7.00 sec 23.9 MBytes 200 Mbits/sec
38362026-02-20T04:42:09.477Z[ 11] 6.00-7.00 sec 23.9 MBytes 200 Mbits/sec
38372026-02-20T04:42:09.478Z[ 13] 6.00-7.00 sec 23.9 MBytes 201 Mbits/sec
38382026-02-20T04:42:09.478Z[ 15] 6.00-7.00 sec 23.8 MBytes 199 Mbits/sec
38392026-02-20T04:42:09.478Z[ 17] 6.00-7.00 sec 23.9 MBytes 200 Mbits/sec
38402026-02-20T04:42:09.478Z[ 19] 6.00-7.00 sec 23.9 MBytes 200 Mbits/sec
38412026-02-20T04:42:09.478Z[SUM] 6.00-7.00 sec 191 MBytes 1.60 Gbits/sec
38422026-02-20T04:42:09.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
38432026-02-20T04:42:09.478Z[ 5] 7.00-8.00 sec 23.8 MBytes 200 Mbits/sec
38442026-02-20T04:42:09.478Z[ 7] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
38452026-02-20T04:42:09.478Z[ 9] 7.00-8.00 sec 23.8 MBytes 200 Mbits/sec
38462026-02-20T04:42:09.478Z[ 11] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
38472026-02-20T04:42:09.478Z[ 13] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
38482026-02-20T04:42:09.478Z[ 15] 7.00-8.00 sec 23.8 MBytes 200 Mbits/sec
38492026-02-20T04:42:09.478Z[ 17] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
38502026-02-20T04:42:09.478Z[ 19] 7.00-8.00 sec 23.8 MBytes 200 Mbits/sec
38512026-02-20T04:42:09.478Z[SUM] 7.00-8.00 sec 190 MBytes 1.59 Gbits/sec
38522026-02-20T04:42:09.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
38532026-02-20T04:42:09.478Z[ 5] 8.00-9.00 sec 23.7 MBytes 199 Mbits/sec
38542026-02-20T04:42:09.478Z[ 7] 8.00-9.00 sec 23.7 MBytes 199 Mbits/sec
38552026-02-20T04:42:09.478Z[ 9] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
38562026-02-20T04:42:09.478Z[ 11] 8.00-9.00 sec 23.7 MBytes 199 Mbits/sec
38572026-02-20T04:42:09.478Z[ 13] 8.00-9.00 sec 23.7 MBytes 199 Mbits/sec
38582026-02-20T04:42:09.478Z[ 15] 8.00-9.00 sec 23.7 MBytes 199 Mbits/sec
38592026-02-20T04:42:09.478Z[ 17] 8.00-9.00 sec 23.7 MBytes 199 Mbits/sec
38602026-02-20T04:42:09.478Z[ 19] 8.00-9.00 sec 23.7 MBytes 198 Mbits/sec
38612026-02-20T04:42:09.478Z[SUM] 8.00-9.00 sec 189 MBytes 1.59 Gbits/sec
38622026-02-20T04:42:09.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
38632026-02-20T04:42:09.478Z[ 5] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
38642026-02-20T04:42:09.478Z[ 7] 9.00-10.00 sec 23.7 MBytes 198 Mbits/sec
38652026-02-20T04:42:09.478Z[ 9] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
38662026-02-20T04:42:09.478Z[ 11] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
38672026-02-20T04:42:09.478Z[ 13] 9.00-10.00 sec 23.7 MBytes 199 Mbits/sec
38682026-02-20T04:42:09.478Z[ 15] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
38692026-02-20T04:42:09.478Z[ 17] 9.00-10.00 sec 23.7 MBytes 198 Mbits/sec
38702026-02-20T04:42:09.478Z[ 19] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
38712026-02-20T04:42:09.478Z[SUM] 9.00-10.00 sec 189 MBytes 1.59 Gbits/sec
38722026-02-20T04:42:09.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
38732026-02-20T04:42:09.478Z[ 5] 10.00-10.00 sec 126 KBytes 446 Mbits/sec
38742026-02-20T04:42:09.478Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38752026-02-20T04:42:09.479Z[ 9] 10.00-10.00 sec 87.5 KBytes 310 Mbits/sec
38762026-02-20T04:42:09.479Z[ 11] 10.00-10.00 sec 68.1 KBytes 241 Mbits/sec
38772026-02-20T04:42:09.479Z[ 13] 10.00-10.00 sec 46.5 KBytes 165 Mbits/sec
38782026-02-20T04:42:09.479Z[ 15] 10.00-10.00 sec 87.5 KBytes 310 Mbits/sec
38792026-02-20T04:42:09.479Z[ 17] 10.00-10.00 sec 16.8 KBytes 59.6 Mbits/sec
38802026-02-20T04:42:09.479Z[ 19] 10.00-10.00 sec 124 KBytes 439 Mbits/sec
38812026-02-20T04:42:09.479Z[SUM] 10.00-10.00 sec 556 KBytes 1.97 Gbits/sec
38822026-02-20T04:42:09.479Z- - - - - - - - - - - - - - - - - - - - - - - - -
38832026-02-20T04:42:09.479Z[ ID] Interval Transfer Bandwidth
38842026-02-20T04:42:09.482Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38852026-02-20T04:42:09.482Z[ 5] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
38862026-02-20T04:42:09.482Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38872026-02-20T04:42:09.482Z[ 7] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
38882026-02-20T04:42:09.482Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38892026-02-20T04:42:09.482Z[ 9] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
38902026-02-20T04:42:09.483Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38912026-02-20T04:42:09.483Z[ 11] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
38922026-02-20T04:42:09.483Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38932026-02-20T04:42:09.483Z[ 13] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
38942026-02-20T04:42:09.483Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38952026-02-20T04:42:09.483Z[ 15] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
38962026-02-20T04:42:09.483Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38972026-02-20T04:42:09.483Z[ 17] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
38982026-02-20T04:42:09.483Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38992026-02-20T04:42:09.483Z[ 19] 0.00-10.00 sec 229 MBytes 192 Mbits/sec receiver
39002026-02-20T04:42:09.483Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39012026-02-20T04:42:09.483Z[SUM] 0.00-10.00 sec 1.79 GBytes 1.54 Gbits/sec receiver
39022026-02-20T04:42:09.483ZRun 10/10...1536.673Mbps
39032026-02-20T04:42:09.483Z###---------------------###
39042026-02-20T04:42:09.483Z::: iPerf done... :::
39052026-02-20T04:42:09.483Z:::Awaiting out files...:::
39062026-02-20T04:42:09.483Z###---------------------###
39072026-02-20T04:42:09.483Z###-----###
39082026-02-20T04:42:09.483Z:::done!:::
39092026-02-20T04:42:09.483Z###-----###
39102026-02-20T04:42:11.440ZGnuplot not found, using plotters backend
39112026-02-20T04:42:11.638ZBenchmarking iperf-tcp/local/c2s/tx
39122026-02-20T04:42:11.638ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
39132026-02-20T04:42:16.365ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
39142026-02-20T04:42:36.246ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
39152026-02-20T04:42:36.336Ziperf-tcp/local/c2s/tx time: [6.6665 µs 6.6666 µs 6.6668 µs]
39162026-02-20T04:42:36.337ZFound 8 outliers among 100 measurements (8.00%)
39172026-02-20T04:42:36.337Z 2 (2.00%) low mild
39182026-02-20T04:42:36.337Z 6 (6.00%) high mild
39192026-02-20T04:42:37.365Z
39202026-02-20T04:42:37.368ZBenchmarking iperf-tcp/local/c2s/rx
39212026-02-20T04:42:37.368ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
39222026-02-20T04:42:42.060ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
39232026-02-20T04:43:02.112ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
39242026-02-20T04:43:02.195Ziperf-tcp/local/c2s/rx time: [14.463 µs 14.464 µs 14.464 µs]
39252026-02-20T04:43:02.195ZFound 5 outliers among 100 measurements (5.00%)
39262026-02-20T04:43:02.195Z 1 (1.00%) low mild
39272026-02-20T04:43:02.195Z 2 (2.00%) high mild
39282026-02-20T04:43:02.195Z 2 (2.00%) high severe
39292026-02-20T04:43:03.224Z
39302026-02-20T04:43:03.224Z###-------------------###
39312026-02-20T04:43:03.224Z:::Running experiment :::
39322026-02-20T04:43:03.224Z:::iperf-tcp/local/s2c:::
39332026-02-20T04:43:03.224Z###-------------------###
39342026-02-20T04:43:03.617Zdtrace: description 'profile-201us ' matched 2 probes
39352026-02-20T04:43:10.261Z-----------------------------------------------------------
39362026-02-20T04:43:10.261ZServer listening on 5201
39372026-02-20T04:43:10.261Z-----------------------------------------------------------
39382026-02-20T04:43:10.261ZAccepted connection from 10.0.0.1, port 48894
39392026-02-20T04:43:10.261Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62507
39402026-02-20T04:43:10.261Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49203
39412026-02-20T04:43:10.261Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53403
39422026-02-20T04:43:10.261Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39897
39432026-02-20T04:43:10.261Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48391
39442026-02-20T04:43:10.261Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34664
39452026-02-20T04:43:10.261Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57548
39462026-02-20T04:43:10.261Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36719
39472026-02-20T04:43:10.261Z[ ID] Interval Transfer Bandwidth
39482026-02-20T04:43:10.261Z[ 5] 0.00-1.00 sec 30.7 MBytes 258 Mbits/sec
39492026-02-20T04:43:10.261Z[ 7] 0.00-1.00 sec 30.8 MBytes 259 Mbits/sec
39502026-02-20T04:43:10.261Z[ 9] 0.00-1.00 sec 30.7 MBytes 257 Mbits/sec
39512026-02-20T04:43:10.261Z[ 11] 0.00-1.00 sec 30.8 MBytes 258 Mbits/sec
39522026-02-20T04:43:10.261Z[ 13] 0.00-1.00 sec 30.8 MBytes 258 Mbits/sec
39532026-02-20T04:43:10.261Z[ 15] 0.00-1.00 sec 30.8 MBytes 258 Mbits/sec
39542026-02-20T04:43:10.261Z[ 17] 0.00-1.00 sec 30.8 MBytes 258 Mbits/sec
39552026-02-20T04:43:10.261Z[ 19] 0.00-1.00 sec 30.8 MBytes 258 Mbits/sec
39562026-02-20T04:43:10.261Z[SUM] 0.00-1.00 sec 246 MBytes 2.06 Gbits/sec
39572026-02-20T04:43:10.261Z- - - - - - - - - - - - - - - - - - - - - - - - -
39582026-02-20T04:43:10.261Z[ 5] 1.00-2.00 sec 22.3 MBytes 188 Mbits/sec
39592026-02-20T04:43:10.261Z[ 7] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec
39602026-02-20T04:43:10.265Z[ 9] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
39612026-02-20T04:43:10.265Z[ 11] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec
39622026-02-20T04:43:10.265Z[ 13] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec
39632026-02-20T04:43:10.265Z[ 15] 1.00-2.00 sec 22.5 MBytes 189 Mbits/sec
39642026-02-20T04:43:10.265Z[ 17] 1.00-2.00 sec 22.3 MBytes 188 Mbits/sec
39652026-02-20T04:43:10.265Z[ 19] 1.00-2.00 sec 22.4 MBytes 188 Mbits/sec
39662026-02-20T04:43:10.265Z[SUM] 1.00-2.00 sec 179 MBytes 1.50 Gbits/sec
39672026-02-20T04:43:10.265Z- - - - - - - - - - - - - - - - - - - - - - - - -
39682026-02-20T04:43:10.265Z[ 5] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
39692026-02-20T04:43:10.265Z[ 7] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
39702026-02-20T04:43:10.265Z[ 9] 2.00-3.00 sec 22.8 MBytes 191 Mbits/sec
39712026-02-20T04:43:10.265Z[ 11] 2.00-3.00 sec 22.8 MBytes 191 Mbits/sec
39722026-02-20T04:43:10.265Z[ 13] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
39732026-02-20T04:43:10.265Z[ 15] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
39742026-02-20T04:43:10.265Z[ 17] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
39752026-02-20T04:43:10.265Z[ 19] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
39762026-02-20T04:43:10.265Z[SUM] 2.00-3.00 sec 183 MBytes 1.53 Gbits/sec
39772026-02-20T04:43:10.265Z- - - - - - - - - - - - - - - - - - - - - - - - -
39782026-02-20T04:43:10.265Z[ 5] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
39792026-02-20T04:43:10.265Z[ 7] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
39802026-02-20T04:43:10.265Z[ 9] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
39812026-02-20T04:43:10.265Z[ 11] 3.00-4.00 sec 23.1 MBytes 193 Mbits/sec
39822026-02-20T04:43:10.265Z[ 13] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
39832026-02-20T04:43:10.265Z[ 15] 3.00-4.00 sec 23.1 MBytes 193 Mbits/sec
39842026-02-20T04:43:10.265Z[ 17] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
39852026-02-20T04:43:10.265Z[ 19] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
39862026-02-20T04:43:10.265Z[SUM] 3.00-4.00 sec 184 MBytes 1.54 Gbits/sec
39872026-02-20T04:43:10.265Z- - - - - - - - - - - - - - - - - - - - - - - - -
39882026-02-20T04:43:10.266Z[ 5] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec
39892026-02-20T04:43:10.266Z[ 7] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec
39902026-02-20T04:43:10.266Z[ 9] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec
39912026-02-20T04:43:10.266Z[ 11] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
39922026-02-20T04:43:10.266Z[ 13] 4.00-5.00 sec 22.6 MBytes 189 Mbits/sec
39932026-02-20T04:43:10.266Z[ 15] 4.00-5.00 sec 22.7 MBytes 190 Mbits/sec
39942026-02-20T04:43:10.266Z[ 17] 4.00-5.00 sec 22.6 MBytes 189 Mbits/sec
39952026-02-20T04:43:10.266Z[ 19] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec
39962026-02-20T04:43:10.266Z[SUM] 4.00-5.00 sec 181 MBytes 1.52 Gbits/sec
39972026-02-20T04:43:10.266Z- - - - - - - - - - - - - - - - - - - - - - - - -
39982026-02-20T04:43:10.266Z[ 5] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
39992026-02-20T04:43:10.266Z[ 7] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
40002026-02-20T04:43:10.266Z[ 9] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
40012026-02-20T04:43:10.266Z[ 11] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
40022026-02-20T04:43:10.266Z[ 13] 5.00-6.00 sec 22.9 MBytes 192 Mbits/sec
40032026-02-20T04:43:10.266Z[ 15] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
40042026-02-20T04:43:10.266Z[ 17] 5.00-6.00 sec 22.8 MBytes 191 Mbits/sec
40052026-02-20T04:43:10.266Z[ 19] 5.00-6.00 sec 22.7 MBytes 191 Mbits/sec
40062026-02-20T04:43:10.266Z[SUM] 5.00-6.00 sec 182 MBytes 1.53 Gbits/sec
40072026-02-20T04:43:10.266Z- - - - - - - - - - - - - - - - - - - - - - - - -
40082026-02-20T04:43:10.266Z[ 5] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
40092026-02-20T04:43:10.266Z[ 7] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
40102026-02-20T04:43:10.266Z[ 9] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
40112026-02-20T04:43:13.485Z[ 11] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
40122026-02-20T04:43:13.485Z[ 13] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
40132026-02-20T04:43:13.485Z[ 15] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
40142026-02-20T04:43:13.485Z[ 17] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
40152026-02-20T04:43:13.485Z[ 19] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
40162026-02-20T04:43:13.485Z[SUM] 6.00-7.00 sec 183 MBytes 1.53 Gbits/sec
40172026-02-20T04:43:13.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
40182026-02-20T04:43:13.485Z[ 5] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
40192026-02-20T04:43:13.485Z[ 7] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
40202026-02-20T04:43:13.485Z[ 9] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
40212026-02-20T04:43:13.485Z[ 11] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
40222026-02-20T04:43:13.485Z[ 13] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
40232026-02-20T04:43:13.485Z[ 15] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
40242026-02-20T04:43:13.485Z[ 17] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
40252026-02-20T04:43:13.485Z[ 19] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
40262026-02-20T04:43:13.485Z[SUM] 7.00-8.00 sec 182 MBytes 1.53 Gbits/sec
40272026-02-20T04:43:13.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
40282026-02-20T04:43:13.485Z[ 5] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
40292026-02-20T04:43:13.485Z[ 7] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
40302026-02-20T04:43:13.485Z[ 9] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
40312026-02-20T04:43:13.485Z[ 11] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
40322026-02-20T04:43:13.485Z[ 13] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
40332026-02-20T04:43:13.485Z[ 15] 8.00-9.00 sec 23.1 MBytes 194 Mbits/sec
40342026-02-20T04:43:13.485Z[ 17] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
40352026-02-20T04:43:13.485Z[ 19] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
40362026-02-20T04:43:13.485Z[SUM] 8.00-9.00 sec 185 MBytes 1.56 Gbits/sec
40372026-02-20T04:43:13.485Z- - - - - - - - - - - - - - - - - - - - - - - - -
40382026-02-20T04:43:13.485Z[ 5] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
40392026-02-20T04:43:13.485Z[ 7] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
40402026-02-20T04:43:13.485Z[ 9] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
40412026-02-20T04:43:13.485Z[ 11] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
40422026-02-20T04:43:13.485Z[ 13] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
40432026-02-20T04:43:13.486Z[ 15] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
40442026-02-20T04:43:13.486Z[ 17] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
40452026-02-20T04:43:13.486Z[ 19] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
40462026-02-20T04:43:13.486Z[SUM] 9.00-10.00 sec 182 MBytes 1.53 Gbits/sec
40472026-02-20T04:43:13.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
40482026-02-20T04:43:13.486Z[ 5] 10.00-10.00 sec 96.2 KBytes 418 Mbits/sec
40492026-02-20T04:43:13.486Z[ 7] 10.00-10.00 sec 144 KBytes 627 Mbits/sec
40502026-02-20T04:43:13.486Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40512026-02-20T04:43:13.486Z[ 11] 10.00-10.00 sec 48.1 KBytes 209 Mbits/sec
40522026-02-20T04:43:13.486Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40532026-02-20T04:43:13.486Z[ 15] 10.00-10.00 sec 48.1 KBytes 209 Mbits/sec
40542026-02-20T04:43:13.486Z[ 17] 10.00-10.00 sec 96.2 KBytes 418 Mbits/sec
40552026-02-20T04:43:13.486Z[ 19] 10.00-10.00 sec 144 KBytes 627 Mbits/sec
40562026-02-20T04:43:13.486Z[SUM] 10.00-10.00 sec 577 KBytes 2.51 Gbits/sec
40572026-02-20T04:43:13.486Z- - - - - - - - - - - - - - - - - - - - - - - - -
40582026-02-20T04:43:13.486Z[ ID] Interval Transfer Bandwidth
40592026-02-20T04:43:13.486Z[ 5] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40602026-02-20T04:43:13.486Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40612026-02-20T04:43:13.486Z[ 7] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40622026-02-20T04:43:13.486Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40632026-02-20T04:43:13.486Z[ 9] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40642026-02-20T04:43:13.486Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40652026-02-20T04:43:13.486Z[ 11] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40662026-02-20T04:43:13.486Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40672026-02-20T04:43:13.486Z[ 13] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40682026-02-20T04:43:13.486Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40692026-02-20T04:43:13.486Z[ 15] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40702026-02-20T04:43:13.486Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40712026-02-20T04:43:13.486Z[ 17] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40722026-02-20T04:43:13.486Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40732026-02-20T04:43:13.486Z[ 19] 0.00-10.00 sec 236 MBytes 198 Mbits/sec sender
40742026-02-20T04:43:13.486Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40752026-02-20T04:43:13.486Z[SUM] 0.00-10.00 sec 1.84 GBytes 1.58 Gbits/sec sender
40762026-02-20T04:43:13.486Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40772026-02-20T04:43:13.490ZRun 1/10...1584.701Mbps
40782026-02-20T04:43:20.520Z-----------------------------------------------------------
40792026-02-20T04:43:20.520ZServer listening on 5201
40802026-02-20T04:43:20.520Z-----------------------------------------------------------
40812026-02-20T04:43:20.520ZAccepted connection from 10.0.0.1, port 51056
40822026-02-20T04:43:20.520Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45312
40832026-02-20T04:43:20.520Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41551
40842026-02-20T04:43:20.520Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51575
40852026-02-20T04:43:20.520Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56112
40862026-02-20T04:43:20.520Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32920
40872026-02-20T04:43:20.520Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42912
40882026-02-20T04:43:20.520Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50038
40892026-02-20T04:43:20.520Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61519
40902026-02-20T04:43:20.520Z[ ID] Interval Transfer Bandwidth
40912026-02-20T04:43:20.520Z[ 5] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
40922026-02-20T04:43:20.520Z[ 7] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
40932026-02-20T04:43:20.520Z[ 9] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
40942026-02-20T04:43:20.520Z[ 11] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
40952026-02-20T04:43:20.520Z[ 13] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
40962026-02-20T04:43:20.520Z[ 15] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
40972026-02-20T04:43:20.520Z[ 17] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
40982026-02-20T04:43:20.520Z[ 19] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
40992026-02-20T04:43:20.520Z[SUM] 0.00-1.00 sec 147 MBytes 1.24 Gbits/sec
41002026-02-20T04:43:20.520Z- - - - - - - - - - - - - - - - - - - - - - - - -
41012026-02-20T04:43:20.520Z[ 5] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
41022026-02-20T04:43:20.520Z[ 7] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
41032026-02-20T04:43:20.521Z[ 9] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
41042026-02-20T04:43:20.521Z[ 11] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
41052026-02-20T04:43:20.521Z[ 13] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
41062026-02-20T04:43:20.521Z[ 15] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
41072026-02-20T04:43:20.521Z[ 17] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
41082026-02-20T04:43:20.521Z[ 19] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
41092026-02-20T04:43:20.521Z[SUM] 1.00-2.00 sec 186 MBytes 1.56 Gbits/sec
41102026-02-20T04:43:20.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
41112026-02-20T04:43:20.521Z[ 5] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41122026-02-20T04:43:20.521Z[ 7] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41132026-02-20T04:43:20.521Z[ 9] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
41142026-02-20T04:43:20.521Z[ 11] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41152026-02-20T04:43:20.521Z[ 13] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
41162026-02-20T04:43:20.521Z[ 15] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
41172026-02-20T04:43:20.521Z[ 17] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
41182026-02-20T04:43:20.521Z[ 19] 2.00-3.00 sec 23.6 MBytes 198 Mbits/sec
41192026-02-20T04:43:20.521Z[SUM] 2.00-3.00 sec 188 MBytes 1.58 Gbits/sec
41202026-02-20T04:43:20.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
41212026-02-20T04:43:20.521Z[ 5] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41222026-02-20T04:43:20.521Z[ 7] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41232026-02-20T04:43:20.521Z[ 9] 3.00-4.00 sec 23.6 MBytes 198 Mbits/sec
41242026-02-20T04:43:20.521Z[ 11] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41252026-02-20T04:43:20.521Z[ 13] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41262026-02-20T04:43:20.521Z[ 15] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41272026-02-20T04:43:20.521Z[ 17] 3.00-4.00 sec 23.6 MBytes 198 Mbits/sec
41282026-02-20T04:43:20.521Z[ 19] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
41292026-02-20T04:43:20.521Z[SUM] 3.00-4.00 sec 188 MBytes 1.58 Gbits/sec
41302026-02-20T04:43:20.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
41312026-02-20T04:43:20.521Z[ 5] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
41322026-02-20T04:43:20.521Z[ 7] 4.00-5.00 sec 23.3 MBytes 195 Mbits/sec
41332026-02-20T04:43:20.521Z[ 9] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
41342026-02-20T04:43:20.521Z[ 11] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
41352026-02-20T04:43:20.521Z[ 13] 4.00-5.00 sec 23.4 MBytes 197 Mbits/sec
41362026-02-20T04:43:20.521Z[ 15] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
41372026-02-20T04:43:20.521Z[ 17] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
41382026-02-20T04:43:20.521Z[ 19] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
41392026-02-20T04:43:20.521Z[SUM] 4.00-5.00 sec 187 MBytes 1.57 Gbits/sec
41402026-02-20T04:43:20.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
41412026-02-20T04:43:20.521Z[ 5] 5.00-6.00 sec 23.4 MBytes 196 Mbits/sec
41422026-02-20T04:43:20.522Z[ 7] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
41432026-02-20T04:43:20.522Z[ 9] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
41442026-02-20T04:43:20.522Z[ 11] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
41452026-02-20T04:43:20.522Z[ 13] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
41462026-02-20T04:43:20.522Z[ 15] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
41472026-02-20T04:43:20.525Z[ 17] 5.00-6.00 sec 23.3 MBytes 196 Mbits/sec
41482026-02-20T04:43:20.525Z[ 19] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
41492026-02-20T04:43:20.525Z[SUM] 5.00-6.00 sec 187 MBytes 1.56 Gbits/sec
41502026-02-20T04:43:20.525Z- - - - - - - - - - - - - - - - - - - - - - - - -
41512026-02-20T04:43:20.525Z[ 5] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
41522026-02-20T04:43:20.525Z[ 7] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
41532026-02-20T04:43:20.525Z[ 9] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
41542026-02-20T04:43:23.737Z[ 11] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
41552026-02-20T04:43:23.737Z[ 13] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
41562026-02-20T04:43:23.737Z[ 15] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
41572026-02-20T04:43:23.737Z[ 17] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
41582026-02-20T04:43:23.737Z[ 19] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
41592026-02-20T04:43:23.737Z[SUM] 6.00-7.00 sec 188 MBytes 1.57 Gbits/sec
41602026-02-20T04:43:23.737Z- - - - - - - - - - - - - - - - - - - - - - - - -
41612026-02-20T04:43:23.738Z[ 5] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
41622026-02-20T04:43:23.738Z[ 7] 7.00-8.00 sec 23.0 MBytes 193 Mbits/sec
41632026-02-20T04:43:23.738Z[ 9] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
41642026-02-20T04:43:23.738Z[ 11] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
41652026-02-20T04:43:23.738Z[ 13] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
41662026-02-20T04:43:23.738Z[ 15] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
41672026-02-20T04:43:23.738Z[ 17] 7.00-8.00 sec 22.9 MBytes 192 Mbits/sec
41682026-02-20T04:43:23.738Z[ 19] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
41692026-02-20T04:43:23.738Z[SUM] 7.00-8.00 sec 183 MBytes 1.53 Gbits/sec
41702026-02-20T04:43:23.738Z- - - - - - - - - - - - - - - - - - - - - - - - -
41712026-02-20T04:43:23.738Z[ 5] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
41722026-02-20T04:43:23.738Z[ 7] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
41732026-02-20T04:43:23.738Z[ 9] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
41742026-02-20T04:43:23.738Z[ 11] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
41752026-02-20T04:43:23.738Z[ 13] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
41762026-02-20T04:43:23.738Z[ 15] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
41772026-02-20T04:43:23.738Z[ 17] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
41782026-02-20T04:43:23.738Z[ 19] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
41792026-02-20T04:43:23.738Z[SUM] 8.00-9.00 sec 181 MBytes 1.52 Gbits/sec
41802026-02-20T04:43:23.738Z- - - - - - - - - - - - - - - - - - - - - - - - -
41812026-02-20T04:43:23.738Z[ 5] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
41822026-02-20T04:43:23.738Z[ 7] 9.00-10.00 sec 23.0 MBytes 193 Mbits/sec
41832026-02-20T04:43:23.738Z[ 9] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
41842026-02-20T04:43:23.738Z[ 11] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
41852026-02-20T04:43:23.738Z[ 13] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
41862026-02-20T04:43:23.738Z[ 15] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
41872026-02-20T04:43:23.738Z[ 17] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
41882026-02-20T04:43:23.738Z[ 19] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
41892026-02-20T04:43:23.738Z[SUM] 9.00-10.00 sec 183 MBytes 1.54 Gbits/sec
41902026-02-20T04:43:23.738Z- - - - - - - - - - - - - - - - - - - - - - - - -
41912026-02-20T04:43:23.738Z[ 5] 10.00-10.00 sec 96.2 KBytes 359 Mbits/sec
41922026-02-20T04:43:23.738Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41932026-02-20T04:43:23.738Z[ 9] 10.00-10.00 sec 96.2 KBytes 359 Mbits/sec
41942026-02-20T04:43:23.738Z[ 11] 10.00-10.00 sec 144 KBytes 539 Mbits/sec
41952026-02-20T04:43:23.738Z[ 13] 10.00-10.00 sec 48.1 KBytes 180 Mbits/sec
41962026-02-20T04:43:23.738Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41972026-02-20T04:43:23.738Z[ 17] 10.00-10.00 sec 144 KBytes 539 Mbits/sec
41982026-02-20T04:43:23.739Z[ 19] 10.00-10.00 sec 144 KBytes 539 Mbits/sec
41992026-02-20T04:43:23.739Z[SUM] 10.00-10.00 sec 673 KBytes 2.51 Gbits/sec
42002026-02-20T04:43:23.739Z- - - - - - - - - - - - - - - - - - - - - - - - -
42012026-02-20T04:43:23.739Z[ ID] Interval Transfer Bandwidth
42022026-02-20T04:43:23.739Z[ 5] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42032026-02-20T04:43:23.739Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42042026-02-20T04:43:23.739Z[ 7] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42052026-02-20T04:43:23.739Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42062026-02-20T04:43:23.739Z[ 9] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42072026-02-20T04:43:23.739Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42082026-02-20T04:43:23.739Z[ 11] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42092026-02-20T04:43:23.739Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42102026-02-20T04:43:23.739Z[ 13] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42112026-02-20T04:43:23.739Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42122026-02-20T04:43:23.739Z[ 15] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42132026-02-20T04:43:23.739Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42142026-02-20T04:43:23.739Z[ 17] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42152026-02-20T04:43:23.739Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42162026-02-20T04:43:23.739Z[ 19] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
42172026-02-20T04:43:23.739Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42182026-02-20T04:43:23.739Z[SUM] 0.00-10.00 sec 1.78 GBytes 1.53 Gbits/sec sender
42192026-02-20T04:43:23.739Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42202026-02-20T04:43:23.742ZRun 2/10...1525.788Mbps
42212026-02-20T04:43:30.773Z-----------------------------------------------------------
42222026-02-20T04:43:30.773ZServer listening on 5201
42232026-02-20T04:43:30.773Z-----------------------------------------------------------
42242026-02-20T04:43:30.773ZAccepted connection from 10.0.0.1, port 46409
42252026-02-20T04:43:30.773Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34991
42262026-02-20T04:43:30.773Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55021
42272026-02-20T04:43:30.773Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53974
42282026-02-20T04:43:30.773Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56385
42292026-02-20T04:43:30.773Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63715
42302026-02-20T04:43:30.773Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55527
42312026-02-20T04:43:30.773Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62543
42322026-02-20T04:43:30.773Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41454
42332026-02-20T04:43:30.773Z[ ID] Interval Transfer Bandwidth
42342026-02-20T04:43:30.773Z[ 5] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
42352026-02-20T04:43:30.773Z[ 7] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
42362026-02-20T04:43:30.773Z[ 9] 0.00-1.00 sec 18.3 MBytes 153 Mbits/sec
42372026-02-20T04:43:30.773Z[ 11] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
42382026-02-20T04:43:30.773Z[ 13] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
42392026-02-20T04:43:30.773Z[ 15] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
42402026-02-20T04:43:30.773Z[ 17] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
42412026-02-20T04:43:30.774Z[ 19] 0.00-1.00 sec 18.5 MBytes 155 Mbits/sec
42422026-02-20T04:43:30.774Z[SUM] 0.00-1.00 sec 147 MBytes 1.23 Gbits/sec
42432026-02-20T04:43:30.774Z- - - - - - - - - - - - - - - - - - - - - - - - -
42442026-02-20T04:43:30.774Z[ 5] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
42452026-02-20T04:43:30.774Z[ 7] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
42462026-02-20T04:43:30.774Z[ 9] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
42472026-02-20T04:43:30.774Z[ 11] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
42482026-02-20T04:43:30.774Z[ 13] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
42492026-02-20T04:43:30.774Z[ 15] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
42502026-02-20T04:43:30.774Z[ 17] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
42512026-02-20T04:43:30.774Z[ 19] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
42522026-02-20T04:43:30.774Z[SUM] 1.00-2.00 sec 183 MBytes 1.54 Gbits/sec
42532026-02-20T04:43:30.774Z- - - - - - - - - - - - - - - - - - - - - - - - -
42542026-02-20T04:43:30.774Z[ 5] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
42552026-02-20T04:43:30.774Z[ 7] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
42562026-02-20T04:43:30.774Z[ 9] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
42572026-02-20T04:43:30.774Z[ 11] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
42582026-02-20T04:43:30.774Z[ 13] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
42592026-02-20T04:43:30.774Z[ 15] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
42602026-02-20T04:43:30.774Z[ 17] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
42612026-02-20T04:43:30.774Z[ 19] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
42622026-02-20T04:43:30.774Z[SUM] 2.00-3.00 sec 187 MBytes 1.57 Gbits/sec
42632026-02-20T04:43:30.774Z- - - - - - - - - - - - - - - - - - - - - - - - -
42642026-02-20T04:43:30.774Z[ 5] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
42652026-02-20T04:43:30.774Z[ 7] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec
42662026-02-20T04:43:30.774Z[ 9] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
42672026-02-20T04:43:30.774Z[ 11] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec
42682026-02-20T04:43:30.774Z[ 13] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
42692026-02-20T04:43:30.774Z[ 15] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
42702026-02-20T04:43:30.774Z[ 17] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
42712026-02-20T04:43:30.774Z[ 19] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
42722026-02-20T04:43:30.774Z[SUM] 3.00-4.00 sec 183 MBytes 1.53 Gbits/sec
42732026-02-20T04:43:30.774Z- - - - - - - - - - - - - - - - - - - - - - - - -
42742026-02-20T04:43:30.774Z[ 5] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42752026-02-20T04:43:30.774Z[ 7] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42762026-02-20T04:43:30.774Z[ 9] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42772026-02-20T04:43:30.774Z[ 11] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42782026-02-20T04:43:30.774Z[ 13] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42792026-02-20T04:43:30.774Z[ 15] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42802026-02-20T04:43:30.775Z[ 17] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42812026-02-20T04:43:30.775Z[ 19] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
42822026-02-20T04:43:30.775Z[SUM] 4.00-5.00 sec 184 MBytes 1.54 Gbits/sec
42832026-02-20T04:43:30.778Z- - - - - - - - - - - - - - - - - - - - - - - - -
42842026-02-20T04:43:30.778Z[ 5] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
42852026-02-20T04:43:30.778Z[ 7] 5.00-6.00 sec 23.3 MBytes 195 Mbits/sec
42862026-02-20T04:43:30.778Z[ 9] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
42872026-02-20T04:43:30.778Z[ 11] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
42882026-02-20T04:43:30.778Z[ 13] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
42892026-02-20T04:43:30.778Z[ 15] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
42902026-02-20T04:43:30.778Z[ 17] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
42912026-02-20T04:43:30.778Z[ 19] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
42922026-02-20T04:43:30.778Z[SUM] 5.00-6.00 sec 186 MBytes 1.56 Gbits/sec
42932026-02-20T04:43:30.778Z- - - - - - - - - - - - - - - - - - - - - - - - -
42942026-02-20T04:43:30.778Z[ 5] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
42952026-02-20T04:43:30.778Z[ 7] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
42962026-02-20T04:43:30.778Z[ 9] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
42972026-02-20T04:43:33.990Z[ 11] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
42982026-02-20T04:43:33.990Z[ 13] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
42992026-02-20T04:43:33.990Z[ 15] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
43002026-02-20T04:43:33.990Z[ 17] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
43012026-02-20T04:43:33.990Z[ 19] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
43022026-02-20T04:43:33.990Z[SUM] 6.00-7.00 sec 188 MBytes 1.58 Gbits/sec
43032026-02-20T04:43:33.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
43042026-02-20T04:43:33.990Z[ 5] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
43052026-02-20T04:43:33.991Z[ 7] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
43062026-02-20T04:43:33.991Z[ 9] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
43072026-02-20T04:43:33.991Z[ 11] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
43082026-02-20T04:43:33.991Z[ 13] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
43092026-02-20T04:43:33.991Z[ 15] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
43102026-02-20T04:43:33.991Z[ 17] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
43112026-02-20T04:43:33.991Z[ 19] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
43122026-02-20T04:43:33.991Z[SUM] 7.00-8.00 sec 188 MBytes 1.58 Gbits/sec
43132026-02-20T04:43:33.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
43142026-02-20T04:43:33.991Z[ 5] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
43152026-02-20T04:43:33.991Z[ 7] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
43162026-02-20T04:43:33.991Z[ 9] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
43172026-02-20T04:43:33.991Z[ 11] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
43182026-02-20T04:43:33.991Z[ 13] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
43192026-02-20T04:43:33.991Z[ 15] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
43202026-02-20T04:43:33.991Z[ 17] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
43212026-02-20T04:43:33.991Z[ 19] 8.00-9.00 sec 23.4 MBytes 196 Mbits/sec
43222026-02-20T04:43:33.991Z[SUM] 8.00-9.00 sec 187 MBytes 1.57 Gbits/sec
43232026-02-20T04:43:33.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
43242026-02-20T04:43:33.991Z[ 5] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
43252026-02-20T04:43:33.991Z[ 7] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
43262026-02-20T04:43:33.991Z[ 9] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43272026-02-20T04:43:33.991Z[ 11] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43282026-02-20T04:43:33.991Z[ 13] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43292026-02-20T04:43:33.991Z[ 15] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43302026-02-20T04:43:33.991Z[ 17] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
43312026-02-20T04:43:33.991Z[ 19] 9.00-10.00 sec 23.6 MBytes 198 Mbits/sec
43322026-02-20T04:43:33.991Z[SUM] 9.00-10.00 sec 188 MBytes 1.58 Gbits/sec
43332026-02-20T04:43:33.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
43342026-02-20T04:43:33.991Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43352026-02-20T04:43:33.991Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43362026-02-20T04:43:33.991Z[ 9] 10.00-10.00 sec 144 KBytes 552 Mbits/sec
43372026-02-20T04:43:33.991Z[ 11] 10.00-10.00 sec 96.2 KBytes 368 Mbits/sec
43382026-02-20T04:43:33.991Z[ 13] 10.00-10.00 sec 96.2 KBytes 368 Mbits/sec
43392026-02-20T04:43:33.991Z[ 15] 10.00-10.00 sec 48.1 KBytes 184 Mbits/sec
43402026-02-20T04:43:33.991Z[ 17] 10.00-10.00 sec 96.2 KBytes 368 Mbits/sec
43412026-02-20T04:43:33.991Z[ 19] 10.00-10.00 sec 144 KBytes 552 Mbits/sec
43422026-02-20T04:43:33.991Z[SUM] 10.00-10.00 sec 625 KBytes 2.39 Gbits/sec
43432026-02-20T04:43:33.991Z- - - - - - - - - - - - - - - - - - - - - - - - -
43442026-02-20T04:43:33.992Z[ ID] Interval Transfer Bandwidth
43452026-02-20T04:43:33.992Z[ 5] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43462026-02-20T04:43:33.992Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43472026-02-20T04:43:33.992Z[ 7] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43482026-02-20T04:43:33.992Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43492026-02-20T04:43:33.992Z[ 9] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43502026-02-20T04:43:33.992Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43512026-02-20T04:43:33.992Z[ 11] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43522026-02-20T04:43:33.992Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43532026-02-20T04:43:33.992Z[ 13] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43542026-02-20T04:43:33.992Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43552026-02-20T04:43:33.992Z[ 15] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43562026-02-20T04:43:33.992Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43572026-02-20T04:43:33.992Z[ 17] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43582026-02-20T04:43:33.992Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43592026-02-20T04:43:33.992Z[ 19] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
43602026-02-20T04:43:33.992Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43612026-02-20T04:43:33.992Z[SUM] 0.00-10.00 sec 1.78 GBytes 1.53 Gbits/sec sender
43622026-02-20T04:43:33.992Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43632026-02-20T04:43:33.995ZRun 3/10...1528.825Mbps
43642026-02-20T04:43:41.027Z-----------------------------------------------------------
43652026-02-20T04:43:41.027ZServer listening on 5201
43662026-02-20T04:43:41.027Z-----------------------------------------------------------
43672026-02-20T04:43:41.027ZAccepted connection from 10.0.0.1, port 44932
43682026-02-20T04:43:41.027Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58975
43692026-02-20T04:43:41.027Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35526
43702026-02-20T04:43:41.027Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65413
43712026-02-20T04:43:41.027Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64586
43722026-02-20T04:43:41.027Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42713
43732026-02-20T04:43:41.027Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35737
43742026-02-20T04:43:41.027Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43479
43752026-02-20T04:43:41.027Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35305
43762026-02-20T04:43:41.027Z[ ID] Interval Transfer Bandwidth
43772026-02-20T04:43:41.027Z[ 5] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
43782026-02-20T04:43:41.027Z[ 7] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
43792026-02-20T04:43:41.027Z[ 9] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
43802026-02-20T04:43:41.027Z[ 11] 0.00-1.00 sec 18.6 MBytes 156 Mbits/sec
43812026-02-20T04:43:41.027Z[ 13] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
43822026-02-20T04:43:41.027Z[ 15] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
43832026-02-20T04:43:41.027Z[ 17] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
43842026-02-20T04:43:41.027Z[ 19] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
43852026-02-20T04:43:41.027Z[SUM] 0.00-1.00 sec 150 MBytes 1.26 Gbits/sec
43862026-02-20T04:43:41.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
43872026-02-20T04:43:41.027Z[ 5] 1.00-2.00 sec 23.4 MBytes 197 Mbits/sec
43882026-02-20T04:43:41.027Z[ 7] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
43892026-02-20T04:43:41.027Z[ 9] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
43902026-02-20T04:43:41.027Z[ 11] 1.00-2.00 sec 23.4 MBytes 197 Mbits/sec
43912026-02-20T04:43:41.027Z[ 13] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
43922026-02-20T04:43:41.027Z[ 15] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
43932026-02-20T04:43:41.027Z[ 17] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
43942026-02-20T04:43:41.027Z[ 19] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
43952026-02-20T04:43:41.027Z[SUM] 1.00-2.00 sec 187 MBytes 1.57 Gbits/sec
43962026-02-20T04:43:41.027Z- - - - - - - - - - - - - - - - - - - - - - - - -
43972026-02-20T04:43:41.027Z[ 5] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
43982026-02-20T04:43:41.028Z[ 7] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
43992026-02-20T04:43:41.028Z[ 9] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
44002026-02-20T04:43:41.028Z[ 11] 2.00-3.00 sec 23.1 MBytes 194 Mbits/sec
44012026-02-20T04:43:41.028Z[ 13] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
44022026-02-20T04:43:41.028Z[ 15] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
44032026-02-20T04:43:41.028Z[ 17] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
44042026-02-20T04:43:41.028Z[ 19] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
44052026-02-20T04:43:41.028Z[SUM] 2.00-3.00 sec 185 MBytes 1.55 Gbits/sec
44062026-02-20T04:43:41.028Z- - - - - - - - - - - - - - - - - - - - - - - - -
44072026-02-20T04:43:41.028Z[ 5] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
44082026-02-20T04:43:41.028Z[ 7] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
44092026-02-20T04:43:41.028Z[ 9] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
44102026-02-20T04:43:41.028Z[ 11] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
44112026-02-20T04:43:41.028Z[ 13] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
44122026-02-20T04:43:41.028Z[ 15] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
44132026-02-20T04:43:41.028Z[ 17] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
44142026-02-20T04:43:41.028Z[ 19] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
44152026-02-20T04:43:41.028Z[SUM] 3.00-4.00 sec 184 MBytes 1.54 Gbits/sec
44162026-02-20T04:43:41.028Z- - - - - - - - - - - - - - - - - - - - - - - - -
44172026-02-20T04:43:41.028Z[ 5] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
44182026-02-20T04:43:41.028Z[ 7] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
44192026-02-20T04:43:41.028Z[ 9] 4.00-5.00 sec 22.3 MBytes 187 Mbits/sec
44202026-02-20T04:43:41.028Z[ 11] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
44212026-02-20T04:43:41.028Z[ 13] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
44222026-02-20T04:43:41.028Z[ 15] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
44232026-02-20T04:43:41.028Z[ 17] 4.00-5.00 sec 22.4 MBytes 188 Mbits/sec
44242026-02-20T04:43:41.028Z[ 19] 4.00-5.00 sec 22.5 MBytes 189 Mbits/sec
44252026-02-20T04:43:41.028Z[SUM] 4.00-5.00 sec 179 MBytes 1.50 Gbits/sec
44262026-02-20T04:43:41.028Z- - - - - - - - - - - - - - - - - - - - - - - - -
44272026-02-20T04:43:41.028Z[ 5] 5.00-6.00 sec 22.3 MBytes 187 Mbits/sec
44282026-02-20T04:43:41.028Z[ 7] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
44292026-02-20T04:43:41.028Z[ 9] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
44302026-02-20T04:43:41.028Z[ 11] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
44312026-02-20T04:43:41.028Z[ 13] 5.00-6.00 sec 22.5 MBytes 189 Mbits/sec
44322026-02-20T04:43:41.028Z[ 15] 5.00-6.00 sec 22.3 MBytes 187 Mbits/sec
44332026-02-20T04:43:41.028Z[ 17] 5.00-6.00 sec 22.4 MBytes 188 Mbits/sec
44342026-02-20T04:43:41.028Z[ 19] 5.00-6.00 sec 22.3 MBytes 187 Mbits/sec
44352026-02-20T04:43:41.028Z[SUM] 5.00-6.00 sec 179 MBytes 1.50 Gbits/sec
44362026-02-20T04:43:41.028Z- - - - - - - - - - - - - - - - - - - - - - - - -
44372026-02-20T04:43:41.029Z[ 5] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
44382026-02-20T04:43:41.029Z[ 7] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec
44392026-02-20T04:43:41.029Z[ 9] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec
44402026-02-20T04:43:44.243Z[ 11] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec
44412026-02-20T04:43:44.243Z[ 13] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec
44422026-02-20T04:43:44.243Z[ 15] 6.00-7.00 sec 22.7 MBytes 190 Mbits/sec
44432026-02-20T04:43:44.243Z[ 17] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
44442026-02-20T04:43:44.243Z[ 19] 6.00-7.00 sec 22.7 MBytes 190 Mbits/sec
44452026-02-20T04:43:44.243Z[SUM] 6.00-7.00 sec 181 MBytes 1.52 Gbits/sec
44462026-02-20T04:43:44.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
44472026-02-20T04:43:44.243Z[ 5] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
44482026-02-20T04:43:44.243Z[ 7] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
44492026-02-20T04:43:44.243Z[ 9] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
44502026-02-20T04:43:44.243Z[ 11] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
44512026-02-20T04:43:44.243Z[ 13] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
44522026-02-20T04:43:44.243Z[ 15] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
44532026-02-20T04:43:44.243Z[ 17] 7.00-8.00 sec 22.7 MBytes 190 Mbits/sec
44542026-02-20T04:43:44.243Z[ 19] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
44552026-02-20T04:43:44.243Z[SUM] 7.00-8.00 sec 182 MBytes 1.52 Gbits/sec
44562026-02-20T04:43:44.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
44572026-02-20T04:43:44.243Z[ 5] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
44582026-02-20T04:43:44.243Z[ 7] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
44592026-02-20T04:43:44.243Z[ 9] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
44602026-02-20T04:43:44.243Z[ 11] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
44612026-02-20T04:43:44.243Z[ 13] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
44622026-02-20T04:43:44.243Z[ 15] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
44632026-02-20T04:43:44.243Z[ 17] 8.00-9.00 sec 22.8 MBytes 191 Mbits/sec
44642026-02-20T04:43:44.243Z[ 19] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
44652026-02-20T04:43:44.243Z[SUM] 8.00-9.00 sec 182 MBytes 1.53 Gbits/sec
44662026-02-20T04:43:44.243Z- - - - - - - - - - - - - - - - - - - - - - - - -
44672026-02-20T04:43:44.243Z[ 5] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44682026-02-20T04:43:44.243Z[ 7] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
44692026-02-20T04:43:44.243Z[ 9] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
44702026-02-20T04:43:44.243Z[ 11] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44712026-02-20T04:43:44.243Z[ 13] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44722026-02-20T04:43:44.243Z[ 15] 9.00-10.00 sec 22.9 MBytes 192 Mbits/sec
44732026-02-20T04:43:44.243Z[ 17] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44742026-02-20T04:43:44.243Z[ 19] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
44752026-02-20T04:43:44.243Z[SUM] 9.00-10.00 sec 184 MBytes 1.55 Gbits/sec
44762026-02-20T04:43:44.244Z- - - - - - - - - - - - - - - - - - - - - - - - -
44772026-02-20T04:43:44.244Z[ 5] 10.00-10.00 sec 144 KBytes 693 Mbits/sec
44782026-02-20T04:43:44.244Z[ 7] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
44792026-02-20T04:43:44.244Z[ 9] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
44802026-02-20T04:43:44.244Z[ 11] 10.00-10.00 sec 144 KBytes 694 Mbits/sec
44812026-02-20T04:43:44.244Z[ 13] 10.00-10.00 sec 48.1 KBytes 231 Mbits/sec
44822026-02-20T04:43:44.244Z[ 15] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
44832026-02-20T04:43:44.244Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44842026-02-20T04:43:44.244Z[ 19] 10.00-10.00 sec 48.1 KBytes 231 Mbits/sec
44852026-02-20T04:43:44.244Z[SUM] 10.00-10.00 sec 673 KBytes 3.23 Gbits/sec
44862026-02-20T04:43:44.244Z- - - - - - - - - - - - - - - - - - - - - - - - -
44872026-02-20T04:43:44.244Z[ ID] Interval Transfer Bandwidth
44882026-02-20T04:43:44.244Z[ 5] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
44892026-02-20T04:43:44.244Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44902026-02-20T04:43:44.244Z[ 7] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
44912026-02-20T04:43:44.244Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44922026-02-20T04:43:44.244Z[ 9] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
44932026-02-20T04:43:44.244Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44942026-02-20T04:43:44.244Z[ 11] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
44952026-02-20T04:43:44.244Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44962026-02-20T04:43:44.244Z[ 13] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
44972026-02-20T04:43:44.244Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44982026-02-20T04:43:44.244Z[ 15] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
44992026-02-20T04:43:44.244Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45002026-02-20T04:43:44.244Z[ 17] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
45012026-02-20T04:43:44.244Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45022026-02-20T04:43:44.244Z[ 19] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
45032026-02-20T04:43:44.244Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45042026-02-20T04:43:44.244Z[SUM] 0.00-10.00 sec 1.75 GBytes 1.50 Gbits/sec sender
45052026-02-20T04:43:44.244Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45062026-02-20T04:43:44.248ZRun 4/10...1504.904Mbps
45072026-02-20T04:43:51.278Z-----------------------------------------------------------
45082026-02-20T04:43:51.278ZServer listening on 5201
45092026-02-20T04:43:51.278Z-----------------------------------------------------------
45102026-02-20T04:43:51.278ZAccepted connection from 10.0.0.1, port 59532
45112026-02-20T04:43:51.278Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43575
45122026-02-20T04:43:51.278Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57044
45132026-02-20T04:43:51.278Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48654
45142026-02-20T04:43:51.278Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38404
45152026-02-20T04:43:51.278Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47099
45162026-02-20T04:43:51.278Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51749
45172026-02-20T04:43:51.278Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54156
45182026-02-20T04:43:51.278Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63830
45192026-02-20T04:43:51.278Z[ ID] Interval Transfer Bandwidth
45202026-02-20T04:43:51.278Z[ 5] 0.00-1.00 sec 19.0 MBytes 160 Mbits/sec
45212026-02-20T04:43:51.278Z[ 7] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
45222026-02-20T04:43:51.278Z[ 9] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
45232026-02-20T04:43:51.278Z[ 11] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
45242026-02-20T04:43:51.278Z[ 13] 0.00-1.00 sec 19.0 MBytes 159 Mbits/sec
45252026-02-20T04:43:51.278Z[ 15] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
45262026-02-20T04:43:51.278Z[ 17] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
45272026-02-20T04:43:51.278Z[ 19] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
45282026-02-20T04:43:51.278Z[SUM] 0.00-1.00 sec 151 MBytes 1.27 Gbits/sec
45292026-02-20T04:43:51.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
45302026-02-20T04:43:51.279Z[ 5] 1.00-2.00 sec 23.4 MBytes 197 Mbits/sec
45312026-02-20T04:43:51.279Z[ 7] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
45322026-02-20T04:43:51.279Z[ 9] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
45332026-02-20T04:43:51.279Z[ 11] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
45342026-02-20T04:43:51.279Z[ 13] 1.00-2.00 sec 23.6 MBytes 198 Mbits/sec
45352026-02-20T04:43:51.279Z[ 15] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
45362026-02-20T04:43:51.279Z[ 17] 1.00-2.00 sec 23.5 MBytes 197 Mbits/sec
45372026-02-20T04:43:51.279Z[ 19] 1.00-2.00 sec 23.4 MBytes 197 Mbits/sec
45382026-02-20T04:43:51.279Z[SUM] 1.00-2.00 sec 188 MBytes 1.58 Gbits/sec
45392026-02-20T04:43:51.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
45402026-02-20T04:43:51.279Z[ 5] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
45412026-02-20T04:43:51.279Z[ 7] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
45422026-02-20T04:43:51.279Z[ 9] 2.00-3.00 sec 23.3 MBytes 195 Mbits/sec
45432026-02-20T04:43:51.279Z[ 11] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
45442026-02-20T04:43:51.279Z[ 13] 2.00-3.00 sec 23.2 MBytes 195 Mbits/sec
45452026-02-20T04:43:51.279Z[ 15] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
45462026-02-20T04:43:51.279Z[ 17] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
45472026-02-20T04:43:51.279Z[ 19] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
45482026-02-20T04:43:51.279Z[SUM] 2.00-3.00 sec 187 MBytes 1.57 Gbits/sec
45492026-02-20T04:43:51.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
45502026-02-20T04:43:51.279Z[ 5] 3.00-4.00 sec 23.1 MBytes 193 Mbits/sec
45512026-02-20T04:43:51.279Z[ 7] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
45522026-02-20T04:43:51.279Z[ 9] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
45532026-02-20T04:43:51.279Z[ 11] 3.00-4.00 sec 23.1 MBytes 194 Mbits/sec
45542026-02-20T04:43:51.279Z[ 13] 3.00-4.00 sec 23.1 MBytes 193 Mbits/sec
45552026-02-20T04:43:51.279Z[ 15] 3.00-4.00 sec 23.1 MBytes 193 Mbits/sec
45562026-02-20T04:43:51.280Z[ 17] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
45572026-02-20T04:43:51.280Z[ 19] 3.00-4.00 sec 23.1 MBytes 193 Mbits/sec
45582026-02-20T04:43:51.280Z[SUM] 3.00-4.00 sec 184 MBytes 1.55 Gbits/sec
45592026-02-20T04:43:51.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
45602026-02-20T04:43:51.280Z[ 5] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
45612026-02-20T04:43:51.280Z[ 7] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
45622026-02-20T04:43:51.280Z[ 9] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
45632026-02-20T04:43:51.280Z[ 11] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
45642026-02-20T04:43:51.280Z[ 13] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
45652026-02-20T04:43:51.280Z[ 15] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
45662026-02-20T04:43:51.280Z[ 17] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
45672026-02-20T04:43:51.280Z[ 19] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
45682026-02-20T04:43:51.280Z[SUM] 4.00-5.00 sec 183 MBytes 1.53 Gbits/sec
45692026-02-20T04:43:51.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
45702026-02-20T04:43:51.280Z[ 5] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
45712026-02-20T04:43:51.280Z[ 7] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
45722026-02-20T04:43:51.280Z[ 9] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
45732026-02-20T04:43:51.280Z[ 11] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
45742026-02-20T04:43:51.280Z[ 13] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
45752026-02-20T04:43:51.280Z[ 15] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
45762026-02-20T04:43:51.280Z[ 17] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
45772026-02-20T04:43:51.280Z[ 19] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
45782026-02-20T04:43:51.280Z[SUM] 5.00-6.00 sec 184 MBytes 1.54 Gbits/sec
45792026-02-20T04:43:51.280Z- - - - - - - - - - - - - - - - - - - - - - - - -
45802026-02-20T04:43:51.280Z[ 5] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
45812026-02-20T04:43:51.280Z[ 7] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
45822026-02-20T04:43:51.281Z[ 9] 6.00-7.00 sec 22.7 MBytes 190 Mbits/sec
45832026-02-20T04:43:54.495Z[ 11] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
45842026-02-20T04:43:54.495Z[ 13] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
45852026-02-20T04:43:54.495Z[ 15] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
45862026-02-20T04:43:54.495Z[ 17] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec
45872026-02-20T04:43:54.495Z[ 19] 6.00-7.00 sec 22.7 MBytes 190 Mbits/sec
45882026-02-20T04:43:54.495Z[SUM] 6.00-7.00 sec 181 MBytes 1.52 Gbits/sec
45892026-02-20T04:43:54.495Z- - - - - - - - - - - - - - - - - - - - - - - - -
45902026-02-20T04:43:54.495Z[ 5] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
45912026-02-20T04:43:54.495Z[ 7] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
45922026-02-20T04:43:54.495Z[ 9] 7.00-8.00 sec 22.3 MBytes 187 Mbits/sec
45932026-02-20T04:43:54.495Z[ 11] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
45942026-02-20T04:43:54.495Z[ 13] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
45952026-02-20T04:43:54.495Z[ 15] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
45962026-02-20T04:43:54.495Z[ 17] 7.00-8.00 sec 22.4 MBytes 188 Mbits/sec
45972026-02-20T04:43:54.496Z[ 19] 7.00-8.00 sec 22.5 MBytes 189 Mbits/sec
45982026-02-20T04:43:54.496Z[SUM] 7.00-8.00 sec 179 MBytes 1.50 Gbits/sec
45992026-02-20T04:43:54.496Z- - - - - - - - - - - - - - - - - - - - - - - - -
46002026-02-20T04:43:54.496Z[ 5] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
46012026-02-20T04:43:54.496Z[ 7] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
46022026-02-20T04:43:54.496Z[ 9] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
46032026-02-20T04:43:54.496Z[ 11] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
46042026-02-20T04:43:54.496Z[ 13] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
46052026-02-20T04:43:54.496Z[ 15] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
46062026-02-20T04:43:54.496Z[ 17] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec
46072026-02-20T04:43:54.496Z[ 19] 8.00-9.00 sec 22.5 MBytes 189 Mbits/sec
46082026-02-20T04:43:54.496Z[SUM] 8.00-9.00 sec 181 MBytes 1.52 Gbits/sec
46092026-02-20T04:43:54.496Z- - - - - - - - - - - - - - - - - - - - - - - - -
46102026-02-20T04:43:54.496Z[ 5] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec
46112026-02-20T04:43:54.496Z[ 7] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
46122026-02-20T04:43:54.496Z[ 9] 9.00-10.00 sec 22.3 MBytes 187 Mbits/sec
46132026-02-20T04:43:54.496Z[ 11] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
46142026-02-20T04:43:54.496Z[ 13] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
46152026-02-20T04:43:54.496Z[ 15] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
46162026-02-20T04:43:54.496Z[ 17] 9.00-10.00 sec 22.5 MBytes 189 Mbits/sec
46172026-02-20T04:43:54.496Z[ 19] 9.00-10.00 sec 22.4 MBytes 188 Mbits/sec
46182026-02-20T04:43:54.496Z[SUM] 9.00-10.00 sec 180 MBytes 1.51 Gbits/sec
46192026-02-20T04:43:54.496Z- - - - - - - - - - - - - - - - - - - - - - - - -
46202026-02-20T04:43:54.496Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46212026-02-20T04:43:54.496Z[ 7] 10.00-10.00 sec 96.2 KBytes 339 Mbits/sec
46222026-02-20T04:43:54.496Z[ 9] 10.00-10.00 sec 96.2 KBytes 339 Mbits/sec
46232026-02-20T04:43:54.496Z[ 11] 10.00-10.00 sec 48.1 KBytes 169 Mbits/sec
46242026-02-20T04:43:54.496Z[ 13] 10.00-10.00 sec 48.1 KBytes 169 Mbits/sec
46252026-02-20T04:43:54.496Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46262026-02-20T04:43:54.496Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46272026-02-20T04:43:54.496Z[ 19] 10.00-10.00 sec 96.2 KBytes 339 Mbits/sec
46282026-02-20T04:43:54.496Z[SUM] 10.00-10.00 sec 385 KBytes 1.35 Gbits/sec
46292026-02-20T04:43:54.496Z- - - - - - - - - - - - - - - - - - - - - - - - -
46302026-02-20T04:43:54.496Z[ ID] Interval Transfer Bandwidth
46312026-02-20T04:43:54.496Z[ 5] 0.00-10.00 sec 225 MBytes 189 Mbits/sec sender
46322026-02-20T04:43:54.496Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46332026-02-20T04:43:54.496Z[ 7] 0.00-10.00 sec 225 MBytes 189 Mbits/sec sender
46342026-02-20T04:43:54.496Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46352026-02-20T04:43:54.497Z[ 9] 0.00-10.00 sec 225 MBytes 188 Mbits/sec sender
46362026-02-20T04:43:54.497Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46372026-02-20T04:43:54.497Z[ 11] 0.00-10.00 sec 225 MBytes 188 Mbits/sec sender
46382026-02-20T04:43:54.497Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46392026-02-20T04:43:54.497Z[ 13] 0.00-10.00 sec 225 MBytes 188 Mbits/sec sender
46402026-02-20T04:43:54.497Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46412026-02-20T04:43:54.497Z[ 15] 0.00-10.00 sec 225 MBytes 188 Mbits/sec sender
46422026-02-20T04:43:54.497Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46432026-02-20T04:43:54.497Z[ 17] 0.00-10.00 sec 225 MBytes 188 Mbits/sec sender
46442026-02-20T04:43:54.497Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46452026-02-20T04:43:54.497Z[ 19] 0.00-10.00 sec 225 MBytes 189 Mbits/sec sender
46462026-02-20T04:43:54.497Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46472026-02-20T04:43:54.497Z[SUM] 0.00-10.00 sec 1.76 GBytes 1.51 Gbits/sec sender
46482026-02-20T04:43:54.497Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46492026-02-20T04:43:54.500ZRun 5/10...1508.382Mbps
46502026-02-20T04:44:01.530Z-----------------------------------------------------------
46512026-02-20T04:44:01.530ZServer listening on 5201
46522026-02-20T04:44:01.530Z-----------------------------------------------------------
46532026-02-20T04:44:01.531ZAccepted connection from 10.0.0.1, port 47129
46542026-02-20T04:44:01.531Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53927
46552026-02-20T04:44:01.531Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43534
46562026-02-20T04:44:01.531Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36822
46572026-02-20T04:44:01.531Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61134
46582026-02-20T04:44:01.531Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35757
46592026-02-20T04:44:01.531Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45749
46602026-02-20T04:44:01.531Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50838
46612026-02-20T04:44:01.531Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43563
46622026-02-20T04:44:01.531Z[ ID] Interval Transfer Bandwidth
46632026-02-20T04:44:01.531Z[ 5] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
46642026-02-20T04:44:01.531Z[ 7] 0.00-1.00 sec 18.2 MBytes 152 Mbits/sec
46652026-02-20T04:44:01.531Z[ 9] 0.00-1.00 sec 18.3 MBytes 153 Mbits/sec
46662026-02-20T04:44:01.531Z[ 11] 0.00-1.00 sec 18.3 MBytes 153 Mbits/sec
46672026-02-20T04:44:01.531Z[ 13] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
46682026-02-20T04:44:01.531Z[ 15] 0.00-1.00 sec 18.2 MBytes 153 Mbits/sec
46692026-02-20T04:44:01.531Z[ 17] 0.00-1.00 sec 18.2 MBytes 153 Mbits/sec
46702026-02-20T04:44:01.531Z[ 19] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
46712026-02-20T04:44:01.531Z[SUM] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
46722026-02-20T04:44:01.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
46732026-02-20T04:44:01.531Z[ 5] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
46742026-02-20T04:44:01.531Z[ 7] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
46752026-02-20T04:44:01.531Z[ 9] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
46762026-02-20T04:44:01.531Z[ 11] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
46772026-02-20T04:44:01.531Z[ 13] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
46782026-02-20T04:44:01.531Z[ 15] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
46792026-02-20T04:44:01.531Z[ 17] 1.00-2.00 sec 22.7 MBytes 191 Mbits/sec
46802026-02-20T04:44:01.531Z[ 19] 1.00-2.00 sec 22.7 MBytes 190 Mbits/sec
46812026-02-20T04:44:01.531Z[SUM] 1.00-2.00 sec 182 MBytes 1.53 Gbits/sec
46822026-02-20T04:44:01.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
46832026-02-20T04:44:01.531Z[ 5] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
46842026-02-20T04:44:01.531Z[ 7] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
46852026-02-20T04:44:01.531Z[ 9] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec
46862026-02-20T04:44:01.531Z[ 11] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
46872026-02-20T04:44:01.531Z[ 13] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec
46882026-02-20T04:44:01.531Z[ 15] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec
46892026-02-20T04:44:01.531Z[ 17] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
46902026-02-20T04:44:01.532Z[ 19] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec
46912026-02-20T04:44:01.532Z[SUM] 2.00-3.00 sec 181 MBytes 1.52 Gbits/sec
46922026-02-20T04:44:01.532Z- - - - - - - - - - - - - - - - - - - - - - - - -
46932026-02-20T04:44:01.532Z[ 5] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
46942026-02-20T04:44:01.532Z[ 7] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
46952026-02-20T04:44:01.532Z[ 9] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
46962026-02-20T04:44:01.532Z[ 11] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
46972026-02-20T04:44:01.532Z[ 13] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
46982026-02-20T04:44:01.532Z[ 15] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
46992026-02-20T04:44:01.532Z[ 17] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
47002026-02-20T04:44:01.532Z[ 19] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
47012026-02-20T04:44:01.532Z[SUM] 3.00-4.00 sec 183 MBytes 1.54 Gbits/sec
47022026-02-20T04:44:01.532Z- - - - - - - - - - - - - - - - - - - - - - - - -
47032026-02-20T04:44:01.532Z[ 5] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
47042026-02-20T04:44:01.532Z[ 7] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
47052026-02-20T04:44:01.532Z[ 9] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
47062026-02-20T04:44:01.532Z[ 11] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
47072026-02-20T04:44:01.532Z[ 13] 4.00-5.00 sec 22.7 MBytes 191 Mbits/sec
47082026-02-20T04:44:01.532Z[ 15] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
47092026-02-20T04:44:01.532Z[ 17] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
47102026-02-20T04:44:01.532Z[ 19] 4.00-5.00 sec 22.8 MBytes 191 Mbits/sec
47112026-02-20T04:44:01.532Z[SUM] 4.00-5.00 sec 182 MBytes 1.53 Gbits/sec
47122026-02-20T04:44:01.532Z- - - - - - - - - - - - - - - - - - - - - - - - -
47132026-02-20T04:44:01.532Z[ 5] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
47142026-02-20T04:44:01.532Z[ 7] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
47152026-02-20T04:44:01.532Z[ 9] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
47162026-02-20T04:44:01.532Z[ 11] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
47172026-02-20T04:44:01.532Z[ 13] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
47182026-02-20T04:44:01.532Z[ 15] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
47192026-02-20T04:44:01.532Z[ 17] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
47202026-02-20T04:44:01.532Z[ 19] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
47212026-02-20T04:44:01.532Z[SUM] 5.00-6.00 sec 184 MBytes 1.55 Gbits/sec
47222026-02-20T04:44:01.532Z- - - - - - - - - - - - - - - - - - - - - - - - -
47232026-02-20T04:44:01.532Z[ 5] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
47242026-02-20T04:44:01.532Z[ 7] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
47252026-02-20T04:44:01.532Z[ 9] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
47262026-02-20T04:44:04.748Z[ 11] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
47272026-02-20T04:44:04.748Z[ 13] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
47282026-02-20T04:44:04.748Z[ 15] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
47292026-02-20T04:44:04.748Z[ 17] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
47302026-02-20T04:44:04.748Z[ 19] 6.00-7.00 sec 23.3 MBytes 196 Mbits/sec
47312026-02-20T04:44:04.748Z[SUM] 6.00-7.00 sec 186 MBytes 1.56 Gbits/sec
47322026-02-20T04:44:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
47332026-02-20T04:44:04.748Z[ 5] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
47342026-02-20T04:44:04.748Z[ 7] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
47352026-02-20T04:44:04.748Z[ 9] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
47362026-02-20T04:44:04.748Z[ 11] 7.00-8.00 sec 23.7 MBytes 199 Mbits/sec
47372026-02-20T04:44:04.748Z[ 13] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
47382026-02-20T04:44:04.748Z[ 15] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
47392026-02-20T04:44:04.748Z[ 17] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
47402026-02-20T04:44:04.748Z[ 19] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
47412026-02-20T04:44:04.748Z[SUM] 7.00-8.00 sec 189 MBytes 1.59 Gbits/sec
47422026-02-20T04:44:04.748Z- - - - - - - - - - - - - - - - - - - - - - - - -
47432026-02-20T04:44:04.748Z[ 5] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
47442026-02-20T04:44:04.748Z[ 7] 8.00-9.00 sec 23.3 MBytes 196 Mbits/sec
47452026-02-20T04:44:04.748Z[ 9] 8.00-9.00 sec 23.2 MBytes 195 Mbits/sec
47462026-02-20T04:44:04.748Z[ 11] 8.00-9.00 sec 23.3 MBytes 196 Mbits/sec
47472026-02-20T04:44:04.748Z[ 13] 8.00-9.00 sec 23.3 MBytes 195 Mbits/sec
47482026-02-20T04:44:04.748Z[ 15] 8.00-9.00 sec 23.3 MBytes 196 Mbits/sec
47492026-02-20T04:44:04.748Z[ 17] 8.00-9.00 sec 23.3 MBytes 195 Mbits/sec
47502026-02-20T04:44:04.748Z[ 19] 8.00-9.00 sec 23.3 MBytes 196 Mbits/sec
47512026-02-20T04:44:04.748Z[SUM] 8.00-9.00 sec 186 MBytes 1.56 Gbits/sec
47522026-02-20T04:44:04.749Z- - - - - - - - - - - - - - - - - - - - - - - - -
47532026-02-20T04:44:04.749Z[ 5] 9.00-10.00 sec 23.2 MBytes 195 Mbits/sec
47542026-02-20T04:44:04.749Z[ 7] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47552026-02-20T04:44:04.749Z[ 9] 9.00-10.00 sec 23.1 MBytes 193 Mbits/sec
47562026-02-20T04:44:04.749Z[ 11] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47572026-02-20T04:44:04.749Z[ 13] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47582026-02-20T04:44:04.749Z[ 15] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47592026-02-20T04:44:04.749Z[ 17] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47602026-02-20T04:44:04.749Z[ 19] 9.00-10.00 sec 23.1 MBytes 194 Mbits/sec
47612026-02-20T04:44:04.749Z[SUM] 9.00-10.00 sec 185 MBytes 1.55 Gbits/sec
47622026-02-20T04:44:04.749Z- - - - - - - - - - - - - - - - - - - - - - - - -
47632026-02-20T04:44:04.749Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47642026-02-20T04:44:04.749Z[ 7] 10.00-10.00 sec 48.1 KBytes 175 Mbits/sec
47652026-02-20T04:44:04.749Z[ 9] 10.00-10.00 sec 144 KBytes 524 Mbits/sec
47662026-02-20T04:44:04.749Z[ 11] 10.00-10.00 sec 96.2 KBytes 349 Mbits/sec
47672026-02-20T04:44:04.749Z[ 13] 10.00-10.00 sec 48.1 KBytes 175 Mbits/sec
47682026-02-20T04:44:04.749Z[ 15] 10.00-10.00 sec 96.2 KBytes 349 Mbits/sec
47692026-02-20T04:44:04.749Z[ 17] 10.00-10.00 sec 48.1 KBytes 175 Mbits/sec
47702026-02-20T04:44:04.749Z[ 19] 10.00-10.00 sec 48.1 KBytes 175 Mbits/sec
47712026-02-20T04:44:04.749Z[SUM] 10.00-10.00 sec 529 KBytes 1.92 Gbits/sec
47722026-02-20T04:44:04.749Z- - - - - - - - - - - - - - - - - - - - - - - - -
47732026-02-20T04:44:04.749Z[ ID] Interval Transfer Bandwidth
47742026-02-20T04:44:04.749Z[ 5] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47752026-02-20T04:44:04.749Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47762026-02-20T04:44:04.749Z[ 7] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47772026-02-20T04:44:04.749Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47782026-02-20T04:44:04.749Z[ 9] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47792026-02-20T04:44:04.749Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47802026-02-20T04:44:04.749Z[ 11] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47812026-02-20T04:44:04.749Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47822026-02-20T04:44:04.749Z[ 13] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47832026-02-20T04:44:04.749Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47842026-02-20T04:44:04.749Z[ 15] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47852026-02-20T04:44:04.749Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47862026-02-20T04:44:04.749Z[ 17] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47872026-02-20T04:44:04.749Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47882026-02-20T04:44:04.749Z[ 19] 0.00-10.00 sec 226 MBytes 189 Mbits/sec sender
47892026-02-20T04:44:04.749Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47902026-02-20T04:44:04.750Z[SUM] 0.00-10.00 sec 1.76 GBytes 1.51 Gbits/sec sender
47912026-02-20T04:44:04.750Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47922026-02-20T04:44:04.753ZRun 6/10...1515.156Mbps
47932026-02-20T04:44:11.781Z-----------------------------------------------------------
47942026-02-20T04:44:11.782ZServer listening on 5201
47952026-02-20T04:44:11.782Z-----------------------------------------------------------
47962026-02-20T04:44:11.782ZAccepted connection from 10.0.0.1, port 33821
47972026-02-20T04:44:11.782Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54442
47982026-02-20T04:44:11.782Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62073
47992026-02-20T04:44:11.782Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60568
48002026-02-20T04:44:11.782Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34567
48012026-02-20T04:44:11.782Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33054
48022026-02-20T04:44:11.782Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49228
48032026-02-20T04:44:11.782Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37023
48042026-02-20T04:44:11.782Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40505
48052026-02-20T04:44:11.782Z[ ID] Interval Transfer Bandwidth
48062026-02-20T04:44:11.782Z[ 5] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
48072026-02-20T04:44:11.782Z[ 7] 0.00-1.00 sec 18.9 MBytes 159 Mbits/sec
48082026-02-20T04:44:11.782Z[ 9] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
48092026-02-20T04:44:11.782Z[ 11] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
48102026-02-20T04:44:11.782Z[ 13] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
48112026-02-20T04:44:11.782Z[ 15] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
48122026-02-20T04:44:11.782Z[ 17] 0.00-1.00 sec 18.9 MBytes 158 Mbits/sec
48132026-02-20T04:44:11.782Z[ 19] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
48142026-02-20T04:44:11.782Z[SUM] 0.00-1.00 sec 150 MBytes 1.26 Gbits/sec
48152026-02-20T04:44:11.782Z- - - - - - - - - - - - - - - - - - - - - - - - -
48162026-02-20T04:44:11.782Z[ 5] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
48172026-02-20T04:44:11.782Z[ 7] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
48182026-02-20T04:44:11.782Z[ 9] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec
48192026-02-20T04:44:11.782Z[ 11] 1.00-2.00 sec 23.3 MBytes 195 Mbits/sec
48202026-02-20T04:44:11.782Z[ 13] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec
48212026-02-20T04:44:11.782Z[ 15] 1.00-2.00 sec 23.4 MBytes 196 Mbits/sec
48222026-02-20T04:44:11.782Z[ 17] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
48232026-02-20T04:44:11.782Z[ 19] 1.00-2.00 sec 23.3 MBytes 196 Mbits/sec
48242026-02-20T04:44:11.782Z[SUM] 1.00-2.00 sec 186 MBytes 1.56 Gbits/sec
48252026-02-20T04:44:11.782Z- - - - - - - - - - - - - - - - - - - - - - - - -
48262026-02-20T04:44:11.782Z[ 5] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
48272026-02-20T04:44:11.782Z[ 7] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
48282026-02-20T04:44:11.782Z[ 9] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
48292026-02-20T04:44:11.782Z[ 11] 2.00-3.00 sec 23.4 MBytes 196 Mbits/sec
48302026-02-20T04:44:11.782Z[ 13] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
48312026-02-20T04:44:11.786Z[ 15] 2.00-3.00 sec 23.4 MBytes 197 Mbits/sec
48322026-02-20T04:44:11.786Z[ 17] 2.00-3.00 sec 23.5 MBytes 197 Mbits/sec
48332026-02-20T04:44:11.786Z[ 19] 2.00-3.00 sec 23.3 MBytes 196 Mbits/sec
48342026-02-20T04:44:11.786Z[SUM] 2.00-3.00 sec 187 MBytes 1.57 Gbits/sec
48352026-02-20T04:44:11.786Z- - - - - - - - - - - - - - - - - - - - - - - - -
48362026-02-20T04:44:11.786Z[ 5] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
48372026-02-20T04:44:11.786Z[ 7] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
48382026-02-20T04:44:11.786Z[ 9] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
48392026-02-20T04:44:11.786Z[ 11] 3.00-4.00 sec 23.6 MBytes 198 Mbits/sec
48402026-02-20T04:44:11.786Z[ 13] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
48412026-02-20T04:44:11.786Z[ 15] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
48422026-02-20T04:44:11.786Z[ 17] 3.00-4.00 sec 23.5 MBytes 197 Mbits/sec
48432026-02-20T04:44:11.786Z[ 19] 3.00-4.00 sec 23.4 MBytes 197 Mbits/sec
48442026-02-20T04:44:11.786Z[SUM] 3.00-4.00 sec 188 MBytes 1.58 Gbits/sec
48452026-02-20T04:44:11.786Z- - - - - - - - - - - - - - - - - - - - - - - - -
48462026-02-20T04:44:11.786Z[ 5] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
48472026-02-20T04:44:11.786Z[ 7] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
48482026-02-20T04:44:11.786Z[ 9] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
48492026-02-20T04:44:11.786Z[ 11] 4.00-5.00 sec 23.3 MBytes 196 Mbits/sec
48502026-02-20T04:44:11.786Z[ 13] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
48512026-02-20T04:44:11.786Z[ 15] 4.00-5.00 sec 23.5 MBytes 197 Mbits/sec
48522026-02-20T04:44:11.786Z[ 17] 4.00-5.00 sec 23.4 MBytes 197 Mbits/sec
48532026-02-20T04:44:11.786Z[ 19] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec
48542026-02-20T04:44:11.786Z[SUM] 4.00-5.00 sec 187 MBytes 1.57 Gbits/sec
48552026-02-20T04:44:11.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
48562026-02-20T04:44:11.787Z[ 5] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
48572026-02-20T04:44:11.787Z[ 7] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
48582026-02-20T04:44:11.787Z[ 9] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
48592026-02-20T04:44:11.787Z[ 11] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
48602026-02-20T04:44:11.787Z[ 13] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
48612026-02-20T04:44:11.787Z[ 15] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
48622026-02-20T04:44:11.787Z[ 17] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
48632026-02-20T04:44:11.787Z[ 19] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
48642026-02-20T04:44:11.787Z[SUM] 5.00-6.00 sec 186 MBytes 1.56 Gbits/sec
48652026-02-20T04:44:11.787Z- - - - - - - - - - - - - - - - - - - - - - - - -
48662026-02-20T04:44:11.787Z[ 5] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec
48672026-02-20T04:44:11.787Z[ 7] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec
48682026-02-20T04:44:11.787Z[ 9] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
48692026-02-20T04:44:15.002Z[ 11] 6.00-7.00 sec 22.6 MBytes 189 Mbits/sec
48702026-02-20T04:44:15.002Z[ 13] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
48712026-02-20T04:44:15.002Z[ 15] 6.00-7.00 sec 22.4 MBytes 188 Mbits/sec
48722026-02-20T04:44:15.002Z[ 17] 6.00-7.00 sec 22.6 MBytes 190 Mbits/sec
48732026-02-20T04:44:15.002Z[ 19] 6.00-7.00 sec 22.5 MBytes 189 Mbits/sec
48742026-02-20T04:44:15.002Z[SUM] 6.00-7.00 sec 181 MBytes 1.51 Gbits/sec
48752026-02-20T04:44:15.002Z- - - - - - - - - - - - - - - - - - - - - - - - -
48762026-02-20T04:44:15.002Z[ 5] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
48772026-02-20T04:44:15.002Z[ 7] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
48782026-02-20T04:44:15.002Z[ 9] 7.00-8.00 sec 23.1 MBytes 194 Mbits/sec
48792026-02-20T04:44:15.002Z[ 11] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
48802026-02-20T04:44:15.002Z[ 13] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
48812026-02-20T04:44:15.002Z[ 15] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
48822026-02-20T04:44:15.002Z[ 17] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
48832026-02-20T04:44:15.002Z[ 19] 7.00-8.00 sec 23.2 MBytes 195 Mbits/sec
48842026-02-20T04:44:15.002Z[SUM] 7.00-8.00 sec 185 MBytes 1.56 Gbits/sec
48852026-02-20T04:44:15.002Z- - - - - - - - - - - - - - - - - - - - - - - - -
48862026-02-20T04:44:15.002Z[ 5] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
48872026-02-20T04:44:15.002Z[ 7] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
48882026-02-20T04:44:15.002Z[ 9] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
48892026-02-20T04:44:15.002Z[ 11] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
48902026-02-20T04:44:15.003Z[ 13] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
48912026-02-20T04:44:15.003Z[ 15] 8.00-9.00 sec 22.7 MBytes 190 Mbits/sec
48922026-02-20T04:44:15.003Z[ 17] 8.00-9.00 sec 22.7 MBytes 191 Mbits/sec
48932026-02-20T04:44:15.003Z[ 19] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
48942026-02-20T04:44:15.003Z[SUM] 8.00-9.00 sec 182 MBytes 1.52 Gbits/sec
48952026-02-20T04:44:15.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
48962026-02-20T04:44:15.003Z[ 5] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
48972026-02-20T04:44:15.003Z[ 7] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
48982026-02-20T04:44:15.003Z[ 9] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
48992026-02-20T04:44:15.003Z[ 11] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
49002026-02-20T04:44:15.003Z[ 13] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec
49012026-02-20T04:44:15.003Z[ 15] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
49022026-02-20T04:44:15.003Z[ 17] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
49032026-02-20T04:44:15.003Z[ 19] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
49042026-02-20T04:44:15.003Z[SUM] 9.00-10.00 sec 182 MBytes 1.52 Gbits/sec
49052026-02-20T04:44:15.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
49062026-02-20T04:44:15.003Z[ 5] 10.00-10.00 sec 96.2 KBytes 338 Mbits/sec
49072026-02-20T04:44:15.003Z[ 7] 10.00-10.00 sec 96.2 KBytes 338 Mbits/sec
49082026-02-20T04:44:15.003Z[ 9] 10.00-10.00 sec 48.1 KBytes 169 Mbits/sec
49092026-02-20T04:44:15.003Z[ 11] 10.00-10.00 sec 48.1 KBytes 169 Mbits/sec
49102026-02-20T04:44:15.003Z[ 13] 10.00-10.00 sec 48.1 KBytes 169 Mbits/sec
49112026-02-20T04:44:15.003Z[ 15] 10.00-10.00 sec 96.2 KBytes 338 Mbits/sec
49122026-02-20T04:44:15.003Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49132026-02-20T04:44:15.003Z[ 19] 10.00-10.00 sec 144 KBytes 507 Mbits/sec
49142026-02-20T04:44:15.003Z[SUM] 10.00-10.00 sec 577 KBytes 2.03 Gbits/sec
49152026-02-20T04:44:15.003Z- - - - - - - - - - - - - - - - - - - - - - - - -
49162026-02-20T04:44:15.003Z[ ID] Interval Transfer Bandwidth
49172026-02-20T04:44:15.003Z[ 5] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49182026-02-20T04:44:15.003Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49192026-02-20T04:44:15.003Z[ 7] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49202026-02-20T04:44:15.003Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49212026-02-20T04:44:15.003Z[ 9] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49222026-02-20T04:44:15.003Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49232026-02-20T04:44:15.003Z[ 11] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49242026-02-20T04:44:15.003Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49252026-02-20T04:44:15.003Z[ 13] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49262026-02-20T04:44:15.003Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49272026-02-20T04:44:15.003Z[ 15] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49282026-02-20T04:44:15.003Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49292026-02-20T04:44:15.004Z[ 17] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49302026-02-20T04:44:15.004Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49312026-02-20T04:44:15.004Z[ 19] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
49322026-02-20T04:44:15.004Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49332026-02-20T04:44:15.004Z[SUM] 0.00-10.00 sec 1.77 GBytes 1.52 Gbits/sec sender
49342026-02-20T04:44:15.004Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49352026-02-20T04:44:15.007ZRun 7/10...1521.772Mbps
49362026-02-20T04:44:22.036Z-----------------------------------------------------------
49372026-02-20T04:44:22.036ZServer listening on 5201
49382026-02-20T04:44:22.036Z-----------------------------------------------------------
49392026-02-20T04:44:22.036ZAccepted connection from 10.0.0.1, port 57306
49402026-02-20T04:44:22.036Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61304
49412026-02-20T04:44:22.036Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40674
49422026-02-20T04:44:22.036Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55542
49432026-02-20T04:44:22.036Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44422
49442026-02-20T04:44:22.036Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35834
49452026-02-20T04:44:22.036Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43742
49462026-02-20T04:44:22.036Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40213
49472026-02-20T04:44:22.036Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65175
49482026-02-20T04:44:22.036Z[ ID] Interval Transfer Bandwidth
49492026-02-20T04:44:22.036Z[ 5] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
49502026-02-20T04:44:22.036Z[ 7] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
49512026-02-20T04:44:22.036Z[ 9] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
49522026-02-20T04:44:22.037Z[ 11] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
49532026-02-20T04:44:22.037Z[ 13] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
49542026-02-20T04:44:22.037Z[ 15] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
49552026-02-20T04:44:22.037Z[ 17] 0.00-1.00 sec 18.7 MBytes 157 Mbits/sec
49562026-02-20T04:44:22.037Z[ 19] 0.00-1.00 sec 18.8 MBytes 158 Mbits/sec
49572026-02-20T04:44:22.037Z[SUM] 0.00-1.00 sec 150 MBytes 1.26 Gbits/sec
49582026-02-20T04:44:22.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
49592026-02-20T04:44:22.037Z[ 5] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
49602026-02-20T04:44:22.037Z[ 7] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
49612026-02-20T04:44:22.037Z[ 9] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
49622026-02-20T04:44:22.037Z[ 11] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
49632026-02-20T04:44:22.037Z[ 13] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
49642026-02-20T04:44:22.037Z[ 15] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
49652026-02-20T04:44:22.037Z[ 17] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
49662026-02-20T04:44:22.037Z[ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
49672026-02-20T04:44:22.037Z[SUM] 1.00-2.00 sec 183 MBytes 1.53 Gbits/sec
49682026-02-20T04:44:22.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
49692026-02-20T04:44:22.037Z[ 5] 2.00-3.00 sec 22.7 MBytes 190 Mbits/sec
49702026-02-20T04:44:22.037Z[ 7] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec
49712026-02-20T04:44:22.037Z[ 9] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
49722026-02-20T04:44:22.037Z[ 11] 2.00-3.00 sec 22.5 MBytes 189 Mbits/sec
49732026-02-20T04:44:22.037Z[ 13] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
49742026-02-20T04:44:22.037Z[ 15] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
49752026-02-20T04:44:22.037Z[ 17] 2.00-3.00 sec 22.6 MBytes 190 Mbits/sec
49762026-02-20T04:44:22.037Z[ 19] 2.00-3.00 sec 22.6 MBytes 189 Mbits/sec
49772026-02-20T04:44:22.037Z[SUM] 2.00-3.00 sec 181 MBytes 1.52 Gbits/sec
49782026-02-20T04:44:22.037Z- - - - - - - - - - - - - - - - - - - - - - - - -
49792026-02-20T04:44:22.037Z[ 5] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49802026-02-20T04:44:22.037Z[ 7] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49812026-02-20T04:44:22.037Z[ 9] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49822026-02-20T04:44:22.037Z[ 11] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
49832026-02-20T04:44:22.038Z[ 13] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec
49842026-02-20T04:44:22.038Z[ 15] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49852026-02-20T04:44:22.038Z[ 17] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
49862026-02-20T04:44:22.038Z[ 19] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
49872026-02-20T04:44:22.038Z[SUM] 3.00-4.00 sec 183 MBytes 1.54 Gbits/sec
49882026-02-20T04:44:22.038Z- - - - - - - - - - - - - - - - - - - - - - - - -
49892026-02-20T04:44:22.038Z[ 5] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
49902026-02-20T04:44:22.038Z[ 7] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
49912026-02-20T04:44:22.038Z[ 9] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
49922026-02-20T04:44:22.038Z[ 11] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
49932026-02-20T04:44:22.038Z[ 13] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
49942026-02-20T04:44:22.038Z[ 15] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
49952026-02-20T04:44:22.038Z[ 17] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
49962026-02-20T04:44:22.038Z[ 19] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
49972026-02-20T04:44:22.038Z[SUM] 4.00-5.00 sec 185 MBytes 1.55 Gbits/sec
49982026-02-20T04:44:22.038Z- - - - - - - - - - - - - - - - - - - - - - - - -
49992026-02-20T04:44:22.038Z[ 5] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
50002026-02-20T04:44:22.038Z[ 7] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
50012026-02-20T04:44:22.038Z[ 9] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
50022026-02-20T04:44:22.038Z[ 11] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
50032026-02-20T04:44:22.038Z[ 13] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
50042026-02-20T04:44:22.038Z[ 15] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
50052026-02-20T04:44:22.038Z[ 17] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
50062026-02-20T04:44:22.038Z[ 19] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
50072026-02-20T04:44:22.038Z[SUM] 5.00-6.00 sec 184 MBytes 1.54 Gbits/sec
50082026-02-20T04:44:22.038Z- - - - - - - - - - - - - - - - - - - - - - - - -
50092026-02-20T04:44:22.038Z[ 5] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
50102026-02-20T04:44:22.038Z[ 7] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
50112026-02-20T04:44:22.038Z[ 9] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
50122026-02-20T04:44:25.253Z[ 11] 6.00-7.00 sec 22.9 MBytes 192 Mbits/sec
50132026-02-20T04:44:25.253Z[ 13] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
50142026-02-20T04:44:25.253Z[ 15] 6.00-7.00 sec 22.7 MBytes 191 Mbits/sec
50152026-02-20T04:44:25.253Z[ 17] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
50162026-02-20T04:44:25.253Z[ 19] 6.00-7.00 sec 22.8 MBytes 191 Mbits/sec
50172026-02-20T04:44:25.253Z[SUM] 6.00-7.00 sec 183 MBytes 1.53 Gbits/sec
50182026-02-20T04:44:25.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
50192026-02-20T04:44:25.253Z[ 5] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
50202026-02-20T04:44:25.253Z[ 7] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
50212026-02-20T04:44:25.253Z[ 9] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
50222026-02-20T04:44:25.253Z[ 11] 7.00-8.00 sec 22.6 MBytes 190 Mbits/sec
50232026-02-20T04:44:25.253Z[ 13] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
50242026-02-20T04:44:25.253Z[ 15] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
50252026-02-20T04:44:25.253Z[ 17] 7.00-8.00 sec 22.7 MBytes 191 Mbits/sec
50262026-02-20T04:44:25.253Z[ 19] 7.00-8.00 sec 22.8 MBytes 191 Mbits/sec
50272026-02-20T04:44:25.253Z[SUM] 7.00-8.00 sec 182 MBytes 1.53 Gbits/sec
50282026-02-20T04:44:25.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
50292026-02-20T04:44:25.253Z[ 5] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
50302026-02-20T04:44:25.253Z[ 7] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
50312026-02-20T04:44:25.253Z[ 9] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
50322026-02-20T04:44:25.253Z[ 11] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
50332026-02-20T04:44:25.254Z[ 13] 8.00-9.00 sec 22.6 MBytes 190 Mbits/sec
50342026-02-20T04:44:25.254Z[ 15] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
50352026-02-20T04:44:25.254Z[ 17] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
50362026-02-20T04:44:25.254Z[ 19] 8.00-9.00 sec 22.6 MBytes 189 Mbits/sec
50372026-02-20T04:44:25.254Z[SUM] 8.00-9.00 sec 181 MBytes 1.52 Gbits/sec
50382026-02-20T04:44:25.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
50392026-02-20T04:44:25.254Z[ 5] 9.00-10.00 sec 22.6 MBytes 189 Mbits/sec
50402026-02-20T04:44:25.254Z[ 7] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec
50412026-02-20T04:44:25.254Z[ 9] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec
50422026-02-20T04:44:25.254Z[ 11] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec
50432026-02-20T04:44:25.254Z[ 13] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec
50442026-02-20T04:44:25.254Z[ 15] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec
50452026-02-20T04:44:25.254Z[ 17] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
50462026-02-20T04:44:25.254Z[ 19] 9.00-10.00 sec 22.6 MBytes 190 Mbits/sec
50472026-02-20T04:44:25.254Z[SUM] 9.00-10.00 sec 181 MBytes 1.52 Gbits/sec
50482026-02-20T04:44:25.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
50492026-02-20T04:44:25.254Z[ 5] 10.00-10.00 sec 96.2 KBytes 340 Mbits/sec
50502026-02-20T04:44:25.254Z[ 7] 10.00-10.00 sec 96.2 KBytes 340 Mbits/sec
50512026-02-20T04:44:25.254Z[ 9] 10.00-10.00 sec 96.2 KBytes 340 Mbits/sec
50522026-02-20T04:44:25.254Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50532026-02-20T04:44:25.254Z[ 13] 10.00-10.00 sec 96.2 KBytes 340 Mbits/sec
50542026-02-20T04:44:25.254Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50552026-02-20T04:44:25.254Z[ 17] 10.00-10.00 sec 48.1 KBytes 170 Mbits/sec
50562026-02-20T04:44:25.254Z[ 19] 10.00-10.00 sec 48.1 KBytes 170 Mbits/sec
50572026-02-20T04:44:25.254Z[SUM] 10.00-10.00 sec 481 KBytes 1.70 Gbits/sec
50582026-02-20T04:44:25.254Z- - - - - - - - - - - - - - - - - - - - - - - - -
50592026-02-20T04:44:25.254Z[ ID] Interval Transfer Bandwidth
50602026-02-20T04:44:25.254Z[ 5] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50612026-02-20T04:44:25.254Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50622026-02-20T04:44:25.254Z[ 7] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50632026-02-20T04:44:25.254Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50642026-02-20T04:44:25.254Z[ 9] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50652026-02-20T04:44:25.254Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50662026-02-20T04:44:25.254Z[ 11] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50672026-02-20T04:44:25.254Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50682026-02-20T04:44:25.254Z[ 13] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50692026-02-20T04:44:25.254Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50702026-02-20T04:44:25.255Z[ 15] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50712026-02-20T04:44:25.255Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50722026-02-20T04:44:25.255Z[ 17] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50732026-02-20T04:44:25.255Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50742026-02-20T04:44:25.255Z[ 19] 0.00-10.00 sec 224 MBytes 188 Mbits/sec sender
50752026-02-20T04:44:25.255Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50762026-02-20T04:44:25.255Z[SUM] 0.00-10.00 sec 1.75 GBytes 1.50 Gbits/sec sender
50772026-02-20T04:44:25.255Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50782026-02-20T04:44:25.258ZRun 8/10...1504.246Mbps
50792026-02-20T04:44:32.289Z-----------------------------------------------------------
50802026-02-20T04:44:32.289ZServer listening on 5201
50812026-02-20T04:44:32.289Z-----------------------------------------------------------
50822026-02-20T04:44:32.289ZAccepted connection from 10.0.0.1, port 42881
50832026-02-20T04:44:32.289Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46231
50842026-02-20T04:44:32.289Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34571
50852026-02-20T04:44:32.289Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56294
50862026-02-20T04:44:32.289Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34283
50872026-02-20T04:44:32.289Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38281
50882026-02-20T04:44:32.289Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62169
50892026-02-20T04:44:32.289Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52925
50902026-02-20T04:44:32.289Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41870
50912026-02-20T04:44:32.289Z[ ID] Interval Transfer Bandwidth
50922026-02-20T04:44:32.289Z[ 5] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec
50932026-02-20T04:44:32.289Z[ 7] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
50942026-02-20T04:44:32.289Z[ 9] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
50952026-02-20T04:44:32.289Z[ 11] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec
50962026-02-20T04:44:32.289Z[ 13] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
50972026-02-20T04:44:32.289Z[ 15] 0.00-1.00 sec 19.3 MBytes 161 Mbits/sec
50982026-02-20T04:44:32.289Z[ 17] 0.00-1.00 sec 19.3 MBytes 162 Mbits/sec
50992026-02-20T04:44:32.289Z[ 19] 0.00-1.00 sec 19.2 MBytes 161 Mbits/sec
51002026-02-20T04:44:32.289Z[SUM] 0.00-1.00 sec 154 MBytes 1.29 Gbits/sec
51012026-02-20T04:44:32.289Z- - - - - - - - - - - - - - - - - - - - - - - - -
51022026-02-20T04:44:32.289Z[ 5] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51032026-02-20T04:44:32.289Z[ 7] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51042026-02-20T04:44:32.289Z[ 9] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51052026-02-20T04:44:32.289Z[ 11] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51062026-02-20T04:44:32.289Z[ 13] 1.00-2.00 sec 23.0 MBytes 193 Mbits/sec
51072026-02-20T04:44:32.289Z[ 15] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
51082026-02-20T04:44:32.289Z[ 17] 1.00-2.00 sec 22.8 MBytes 191 Mbits/sec
51092026-02-20T04:44:32.293Z[ 19] 1.00-2.00 sec 22.9 MBytes 192 Mbits/sec
51102026-02-20T04:44:32.293Z[SUM] 1.00-2.00 sec 183 MBytes 1.53 Gbits/sec
51112026-02-20T04:44:32.293Z- - - - - - - - - - - - - - - - - - - - - - - - -
51122026-02-20T04:44:32.293Z[ 5] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
51132026-02-20T04:44:32.293Z[ 7] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
51142026-02-20T04:44:32.293Z[ 9] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
51152026-02-20T04:44:32.293Z[ 11] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
51162026-02-20T04:44:32.293Z[ 13] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
51172026-02-20T04:44:32.293Z[ 15] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
51182026-02-20T04:44:32.293Z[ 17] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
51192026-02-20T04:44:32.293Z[ 19] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
51202026-02-20T04:44:32.293Z[SUM] 2.00-3.00 sec 184 MBytes 1.54 Gbits/sec
51212026-02-20T04:44:32.293Z- - - - - - - - - - - - - - - - - - - - - - - - -
51222026-02-20T04:44:32.293Z[ 5] 3.00-4.00 sec 22.8 MBytes 191 Mbits/sec
51232026-02-20T04:44:32.293Z[ 7] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
51242026-02-20T04:44:32.293Z[ 9] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
51252026-02-20T04:44:32.293Z[ 11] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
51262026-02-20T04:44:32.293Z[ 13] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
51272026-02-20T04:44:32.294Z[ 15] 3.00-4.00 sec 23.0 MBytes 193 Mbits/sec
51282026-02-20T04:44:32.294Z[ 17] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
51292026-02-20T04:44:32.294Z[ 19] 3.00-4.00 sec 22.9 MBytes 192 Mbits/sec
51302026-02-20T04:44:32.294Z[SUM] 3.00-4.00 sec 183 MBytes 1.54 Gbits/sec
51312026-02-20T04:44:32.294Z- - - - - - - - - - - - - - - - - - - - - - - - -
51322026-02-20T04:44:32.294Z[ 5] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
51332026-02-20T04:44:32.294Z[ 7] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
51342026-02-20T04:44:32.294Z[ 9] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
51352026-02-20T04:44:32.294Z[ 11] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
51362026-02-20T04:44:32.294Z[ 13] 4.00-5.00 sec 23.1 MBytes 193 Mbits/sec
51372026-02-20T04:44:32.294Z[ 15] 4.00-5.00 sec 22.9 MBytes 192 Mbits/sec
51382026-02-20T04:44:32.294Z[ 17] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
51392026-02-20T04:44:32.294Z[ 19] 4.00-5.00 sec 23.0 MBytes 193 Mbits/sec
51402026-02-20T04:44:32.294Z[SUM] 4.00-5.00 sec 184 MBytes 1.54 Gbits/sec
51412026-02-20T04:44:32.294Z- - - - - - - - - - - - - - - - - - - - - - - - -
51422026-02-20T04:44:32.294Z[ 5] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
51432026-02-20T04:44:32.294Z[ 7] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
51442026-02-20T04:44:32.294Z[ 9] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
51452026-02-20T04:44:32.294Z[ 11] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
51462026-02-20T04:44:32.294Z[ 13] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
51472026-02-20T04:44:32.294Z[ 15] 5.00-6.00 sec 23.2 MBytes 195 Mbits/sec
51482026-02-20T04:44:32.294Z[ 17] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
51492026-02-20T04:44:32.294Z[ 19] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
51502026-02-20T04:44:32.294Z[SUM] 5.00-6.00 sec 185 MBytes 1.55 Gbits/sec
51512026-02-20T04:44:32.294Z- - - - - - - - - - - - - - - - - - - - - - - - -
51522026-02-20T04:44:32.294Z[ 5] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
51532026-02-20T04:44:32.294Z[ 7] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
51542026-02-20T04:44:32.294Z[ 9] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
51552026-02-20T04:44:35.505Z[ 11] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
51562026-02-20T04:44:35.505Z[ 13] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
51572026-02-20T04:44:35.505Z[ 15] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
51582026-02-20T04:44:35.505Z[ 17] 6.00-7.00 sec 23.3 MBytes 195 Mbits/sec
51592026-02-20T04:44:35.505Z[ 19] 6.00-7.00 sec 23.2 MBytes 195 Mbits/sec
51602026-02-20T04:44:35.506Z[SUM] 6.00-7.00 sec 186 MBytes 1.56 Gbits/sec
51612026-02-20T04:44:35.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
51622026-02-20T04:44:35.506Z[ 5] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
51632026-02-20T04:44:35.506Z[ 7] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
51642026-02-20T04:44:35.506Z[ 9] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
51652026-02-20T04:44:35.506Z[ 11] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
51662026-02-20T04:44:35.506Z[ 13] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
51672026-02-20T04:44:35.506Z[ 15] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
51682026-02-20T04:44:35.506Z[ 17] 7.00-8.00 sec 23.3 MBytes 196 Mbits/sec
51692026-02-20T04:44:35.506Z[ 19] 7.00-8.00 sec 23.4 MBytes 196 Mbits/sec
51702026-02-20T04:44:35.506Z[SUM] 7.00-8.00 sec 187 MBytes 1.57 Gbits/sec
51712026-02-20T04:44:35.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
51722026-02-20T04:44:35.506Z[ 5] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
51732026-02-20T04:44:35.506Z[ 7] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
51742026-02-20T04:44:35.506Z[ 9] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
51752026-02-20T04:44:35.506Z[ 11] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
51762026-02-20T04:44:35.506Z[ 13] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
51772026-02-20T04:44:35.506Z[ 15] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
51782026-02-20T04:44:35.506Z[ 17] 8.00-9.00 sec 23.4 MBytes 197 Mbits/sec
51792026-02-20T04:44:35.506Z[ 19] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
51802026-02-20T04:44:35.506Z[SUM] 8.00-9.00 sec 188 MBytes 1.57 Gbits/sec
51812026-02-20T04:44:35.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
51822026-02-20T04:44:35.506Z[ 5] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
51832026-02-20T04:44:35.506Z[ 7] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
51842026-02-20T04:44:35.506Z[ 9] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
51852026-02-20T04:44:35.506Z[ 11] 9.00-10.00 sec 22.7 MBytes 191 Mbits/sec
51862026-02-20T04:44:35.506Z[ 13] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
51872026-02-20T04:44:35.506Z[ 15] 9.00-10.00 sec 22.7 MBytes 190 Mbits/sec
51882026-02-20T04:44:35.506Z[ 17] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
51892026-02-20T04:44:35.506Z[ 19] 9.00-10.00 sec 22.8 MBytes 191 Mbits/sec
51902026-02-20T04:44:35.506Z[SUM] 9.00-10.00 sec 182 MBytes 1.53 Gbits/sec
51912026-02-20T04:44:35.506Z- - - - - - - - - - - - - - - - - - - - - - - - -
51922026-02-20T04:44:35.507Z[ 5] 10.00-10.00 sec 144 KBytes 568 Mbits/sec
51932026-02-20T04:44:35.507Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
51942026-02-20T04:44:35.507Z[ 9] 10.00-10.00 sec 96.2 KBytes 379 Mbits/sec
51952026-02-20T04:44:35.507Z[ 11] 10.00-10.00 sec 96.2 KBytes 379 Mbits/sec
51962026-02-20T04:44:35.507Z[ 13] 10.00-10.00 sec 48.1 KBytes 190 Mbits/sec
51972026-02-20T04:44:35.507Z[ 15] 10.00-10.00 sec 48.1 KBytes 190 Mbits/sec
51982026-02-20T04:44:35.507Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
51992026-02-20T04:44:35.507Z[ 19] 10.00-10.00 sec 48.1 KBytes 190 Mbits/sec
52002026-02-20T04:44:35.507Z[SUM] 10.00-10.00 sec 481 KBytes 1.89 Gbits/sec
52012026-02-20T04:44:35.507Z- - - - - - - - - - - - - - - - - - - - - - - - -
52022026-02-20T04:44:35.507Z[ ID] Interval Transfer Bandwidth
52032026-02-20T04:44:35.507Z[ 5] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
52042026-02-20T04:44:35.507Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52052026-02-20T04:44:35.507Z[ 7] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
52062026-02-20T04:44:35.507Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52072026-02-20T04:44:35.511Z[ 9] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
52082026-02-20T04:44:35.511Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52092026-02-20T04:44:35.511Z[ 11] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
52102026-02-20T04:44:35.511Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52112026-02-20T04:44:35.511Z[ 13] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
52122026-02-20T04:44:35.511Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52132026-02-20T04:44:35.511Z[ 15] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
52142026-02-20T04:44:35.511Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52152026-02-20T04:44:35.511Z[ 17] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
52162026-02-20T04:44:35.511Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52172026-02-20T04:44:35.511Z[ 19] 0.00-10.00 sec 227 MBytes 190 Mbits/sec sender
52182026-02-20T04:44:35.511Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52192026-02-20T04:44:35.511Z[SUM] 0.00-10.00 sec 1.77 GBytes 1.52 Gbits/sec sender
52202026-02-20T04:44:35.511Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52212026-02-20T04:44:35.511ZRun 9/10...1523.611Mbps
52222026-02-20T04:44:42.542Z-----------------------------------------------------------
52232026-02-20T04:44:42.542ZServer listening on 5201
52242026-02-20T04:44:42.542Z-----------------------------------------------------------
52252026-02-20T04:44:42.542ZAccepted connection from 10.0.0.1, port 51620
52262026-02-20T04:44:42.542Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33357
52272026-02-20T04:44:42.542Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47179
52282026-02-20T04:44:42.542Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41098
52292026-02-20T04:44:42.542Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35285
52302026-02-20T04:44:42.542Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52546
52312026-02-20T04:44:42.542Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62388
52322026-02-20T04:44:42.542Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64764
52332026-02-20T04:44:42.542Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60742
52342026-02-20T04:44:42.542Z[ ID] Interval Transfer Bandwidth
52352026-02-20T04:44:42.542Z[ 5] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
52362026-02-20T04:44:42.542Z[ 7] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
52372026-02-20T04:44:42.542Z[ 9] 0.00-1.00 sec 18.3 MBytes 154 Mbits/sec
52382026-02-20T04:44:42.542Z[ 11] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
52392026-02-20T04:44:42.542Z[ 13] 0.00-1.00 sec 18.3 MBytes 153 Mbits/sec
52402026-02-20T04:44:42.542Z[ 15] 0.00-1.00 sec 18.4 MBytes 154 Mbits/sec
52412026-02-20T04:44:42.542Z[ 17] 0.00-1.00 sec 18.2 MBytes 153 Mbits/sec
52422026-02-20T04:44:42.542Z[ 19] 0.00-1.00 sec 18.2 MBytes 153 Mbits/sec
52432026-02-20T04:44:42.542Z[SUM] 0.00-1.00 sec 146 MBytes 1.23 Gbits/sec
52442026-02-20T04:44:42.542Z- - - - - - - - - - - - - - - - - - - - - - - - -
52452026-02-20T04:44:42.542Z[ 5] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec
52462026-02-20T04:44:42.543Z[ 7] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
52472026-02-20T04:44:42.543Z[ 9] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
52482026-02-20T04:44:42.543Z[ 11] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
52492026-02-20T04:44:42.543Z[ 13] 1.00-2.00 sec 23.1 MBytes 194 Mbits/sec
52502026-02-20T04:44:42.543Z[ 15] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
52512026-02-20T04:44:42.543Z[ 17] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
52522026-02-20T04:44:42.543Z[ 19] 1.00-2.00 sec 23.2 MBytes 195 Mbits/sec
52532026-02-20T04:44:42.543Z[SUM] 1.00-2.00 sec 186 MBytes 1.56 Gbits/sec
52542026-02-20T04:44:42.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
52552026-02-20T04:44:42.543Z[ 5] 2.00-3.00 sec 23.1 MBytes 193 Mbits/sec
52562026-02-20T04:44:42.543Z[ 7] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52572026-02-20T04:44:42.543Z[ 9] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52582026-02-20T04:44:42.543Z[ 11] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52592026-02-20T04:44:42.543Z[ 13] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52602026-02-20T04:44:42.543Z[ 15] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52612026-02-20T04:44:42.543Z[ 17] 2.00-3.00 sec 23.0 MBytes 193 Mbits/sec
52622026-02-20T04:44:42.543Z[ 19] 2.00-3.00 sec 22.9 MBytes 192 Mbits/sec
52632026-02-20T04:44:42.543Z[SUM] 2.00-3.00 sec 184 MBytes 1.54 Gbits/sec
52642026-02-20T04:44:42.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
52652026-02-20T04:44:42.543Z[ 5] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec
52662026-02-20T04:44:42.543Z[ 7] 3.00-4.00 sec 22.6 MBytes 190 Mbits/sec
52672026-02-20T04:44:42.543Z[ 9] 3.00-4.00 sec 22.6 MBytes 189 Mbits/sec
52682026-02-20T04:44:42.543Z[ 11] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec
52692026-02-20T04:44:42.543Z[ 13] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec
52702026-02-20T04:44:42.543Z[ 15] 3.00-4.00 sec 22.5 MBytes 189 Mbits/sec
52712026-02-20T04:44:42.543Z[ 17] 3.00-4.00 sec 22.7 MBytes 190 Mbits/sec
52722026-02-20T04:44:42.543Z[ 19] 3.00-4.00 sec 22.7 MBytes 191 Mbits/sec
52732026-02-20T04:44:42.543Z[SUM] 3.00-4.00 sec 181 MBytes 1.52 Gbits/sec
52742026-02-20T04:44:42.543Z- - - - - - - - - - - - - - - - - - - - - - - - -
52752026-02-20T04:44:42.543Z[ 5] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
52762026-02-20T04:44:42.543Z[ 7] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
52772026-02-20T04:44:42.543Z[ 9] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
52782026-02-20T04:44:42.543Z[ 11] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
52792026-02-20T04:44:42.543Z[ 13] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
52802026-02-20T04:44:42.543Z[ 15] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
52812026-02-20T04:44:42.543Z[ 17] 4.00-5.00 sec 23.1 MBytes 194 Mbits/sec
52822026-02-20T04:44:42.543Z[ 19] 4.00-5.00 sec 23.2 MBytes 195 Mbits/sec
52832026-02-20T04:44:42.543Z[SUM] 4.00-5.00 sec 186 MBytes 1.56 Gbits/sec
52842026-02-20T04:44:42.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
52852026-02-20T04:44:42.544Z[ 5] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
52862026-02-20T04:44:42.544Z[ 7] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
52872026-02-20T04:44:42.544Z[ 9] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
52882026-02-20T04:44:42.544Z[ 11] 5.00-6.00 sec 23.1 MBytes 193 Mbits/sec
52892026-02-20T04:44:42.544Z[ 13] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
52902026-02-20T04:44:42.544Z[ 15] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
52912026-02-20T04:44:42.544Z[ 17] 5.00-6.00 sec 23.1 MBytes 194 Mbits/sec
52922026-02-20T04:44:42.544Z[ 19] 5.00-6.00 sec 23.0 MBytes 193 Mbits/sec
52932026-02-20T04:44:42.544Z[SUM] 5.00-6.00 sec 184 MBytes 1.55 Gbits/sec
52942026-02-20T04:44:42.544Z- - - - - - - - - - - - - - - - - - - - - - - - -
52952026-02-20T04:44:42.544Z[ 5] 6.00-7.00 sec 23.6 MBytes 198 Mbits/sec
52962026-02-20T04:44:42.544Z[ 7] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
52972026-02-20T04:44:42.544Z[ 9] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
52982026-02-20T04:44:45.760Z[ 11] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
52992026-02-20T04:44:45.760Z[ 13] 6.00-7.00 sec 23.4 MBytes 196 Mbits/sec
53002026-02-20T04:44:45.760Z[ 15] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
53012026-02-20T04:44:45.760Z[ 17] 6.00-7.00 sec 23.4 MBytes 197 Mbits/sec
53022026-02-20T04:44:45.760Z[ 19] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec
53032026-02-20T04:44:45.760Z[SUM] 6.00-7.00 sec 188 MBytes 1.57 Gbits/sec
53042026-02-20T04:44:45.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
53052026-02-20T04:44:45.760Z[ 5] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53062026-02-20T04:44:45.760Z[ 7] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53072026-02-20T04:44:45.760Z[ 9] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53082026-02-20T04:44:45.760Z[ 11] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53092026-02-20T04:44:45.760Z[ 13] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53102026-02-20T04:44:45.760Z[ 15] 7.00-8.00 sec 23.6 MBytes 198 Mbits/sec
53112026-02-20T04:44:45.760Z[ 17] 7.00-8.00 sec 23.5 MBytes 197 Mbits/sec
53122026-02-20T04:44:45.760Z[ 19] 7.00-8.00 sec 23.4 MBytes 197 Mbits/sec
53132026-02-20T04:44:45.760Z[SUM] 7.00-8.00 sec 188 MBytes 1.58 Gbits/sec
53142026-02-20T04:44:45.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
53152026-02-20T04:44:45.760Z[ 5] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
53162026-02-20T04:44:45.760Z[ 7] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
53172026-02-20T04:44:45.760Z[ 9] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
53182026-02-20T04:44:45.761Z[ 11] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
53192026-02-20T04:44:45.761Z[ 13] 8.00-9.00 sec 23.5 MBytes 197 Mbits/sec
53202026-02-20T04:44:45.761Z[ 15] 8.00-9.00 sec 23.6 MBytes 198 Mbits/sec
53212026-02-20T04:44:45.761Z[ 17] 8.00-9.00 sec 23.7 MBytes 198 Mbits/sec
53222026-02-20T04:44:45.761Z[ 19] 8.00-9.00 sec 23.7 MBytes 198 Mbits/sec
53232026-02-20T04:44:45.761Z[SUM] 8.00-9.00 sec 189 MBytes 1.58 Gbits/sec
53242026-02-20T04:44:45.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
53252026-02-20T04:44:45.761Z[ 5] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
53262026-02-20T04:44:45.761Z[ 7] 9.00-10.00 sec 23.4 MBytes 197 Mbits/sec
53272026-02-20T04:44:45.761Z[ 9] 9.00-10.00 sec 23.3 MBytes 196 Mbits/sec
53282026-02-20T04:44:45.761Z[ 11] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
53292026-02-20T04:44:45.761Z[ 13] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec
53302026-02-20T04:44:45.761Z[ 15] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
53312026-02-20T04:44:45.761Z[ 17] 9.00-10.00 sec 23.3 MBytes 196 Mbits/sec
53322026-02-20T04:44:45.761Z[ 19] 9.00-10.00 sec 23.4 MBytes 196 Mbits/sec
53332026-02-20T04:44:45.761Z[SUM] 9.00-10.00 sec 187 MBytes 1.57 Gbits/sec
53342026-02-20T04:44:45.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
53352026-02-20T04:44:45.761Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53362026-02-20T04:44:45.761Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53372026-02-20T04:44:45.761Z[ 9] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
53382026-02-20T04:44:45.761Z[ 11] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
53392026-02-20T04:44:45.761Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53402026-02-20T04:44:45.761Z[ 15] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
53412026-02-20T04:44:45.761Z[ 17] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
53422026-02-20T04:44:45.761Z[ 19] 10.00-10.00 sec 96.2 KBytes 341 Mbits/sec
53432026-02-20T04:44:45.762Z[SUM] 10.00-10.00 sec 481 KBytes 1.70 Gbits/sec
53442026-02-20T04:44:45.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
53452026-02-20T04:44:45.762Z[ ID] Interval Transfer Bandwidth
53462026-02-20T04:44:45.762Z[ 5] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53472026-02-20T04:44:45.762Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53482026-02-20T04:44:45.762Z[ 7] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53492026-02-20T04:44:45.762Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53502026-02-20T04:44:45.762Z[ 9] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53512026-02-20T04:44:45.762Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53522026-02-20T04:44:45.762Z[ 11] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53532026-02-20T04:44:45.762Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53542026-02-20T04:44:45.762Z[ 13] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53552026-02-20T04:44:45.762Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53562026-02-20T04:44:45.762Z[ 15] 0.00-10.00 sec 228 MBytes 191 Mbits/sec sender
53572026-02-20T04:44:45.762Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53582026-02-20T04:44:45.762Z[ 17] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53592026-02-20T04:44:45.762Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53602026-02-20T04:44:45.762Z[ 19] 0.00-10.00 sec 227 MBytes 191 Mbits/sec sender
53612026-02-20T04:44:45.762Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53622026-02-20T04:44:45.762Z[SUM] 0.00-10.00 sec 1.78 GBytes 1.53 Gbits/sec sender
53632026-02-20T04:44:45.762Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53642026-02-20T04:44:45.766ZRun 10/10...1525.756Mbps
53652026-02-20T04:44:45.766Z###---------------------###
53662026-02-20T04:44:45.766Z::: iPerf done... :::
53672026-02-20T04:44:45.766Z:::Awaiting out files...:::
53682026-02-20T04:44:45.766Z###---------------------###
53692026-02-20T04:44:45.766Z###-----###
53702026-02-20T04:44:45.766Z:::done!:::
53712026-02-20T04:44:45.766Z###-----###
53722026-02-20T04:44:47.766ZBenchmarking iperf-tcp/local/s2c/tx
53732026-02-20T04:44:47.766ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
53742026-02-20T04:44:52.468ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
53752026-02-20T04:45:12.568ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
53762026-02-20T04:45:12.651Ziperf-tcp/local/s2c/tx time: [6.6951 µs 6.6952 µs 6.6954 µs]
53772026-02-20T04:45:12.651ZFound 6 outliers among 100 measurements (6.00%)
53782026-02-20T04:45:12.651Z 1 (1.00%) low severe
53792026-02-20T04:45:12.652Z 3 (3.00%) low mild
53802026-02-20T04:45:12.652Z 1 (1.00%) high mild
53812026-02-20T04:45:12.652Z 1 (1.00%) high severe
53822026-02-20T04:45:13.676Z
53832026-02-20T04:45:13.676ZBenchmarking iperf-tcp/local/s2c/rx
53842026-02-20T04:45:13.676ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
53852026-02-20T04:45:18.378ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.1B iterations)
53862026-02-20T04:45:38.387ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
53872026-02-20T04:45:38.471Ziperf-tcp/local/s2c/rx time: [14.801 µs 14.801 µs 14.802 µs]
53882026-02-20T04:45:38.471ZFound 5 outliers among 100 measurements (5.00%)
53892026-02-20T04:45:38.471Z 2 (2.00%) low severe
53902026-02-20T04:45:38.471Z 2 (2.00%) low mild
53912026-02-20T04:45:38.471Z 1 (1.00%) high mild
53922026-02-20T04:45:39.496Z
53932026-02-20T04:45:45.010Z+ cargo ubench
53942026-02-20T04:45:45.245Z Compiling proc-macro2 v1.0.106
53952026-02-20T04:45:45.245Z Compiling unicode-ident v1.0.23
53962026-02-20T04:45:45.245Z Compiling quote v1.0.44
53972026-02-20T04:45:45.248Z Compiling serde_core v1.0.228
53982026-02-20T04:45:45.248Z Compiling cfg-if v1.0.4
53992026-02-20T04:45:45.248Z Compiling libc v0.2.180
54002026-02-20T04:45:45.248Z Compiling memchr v2.8.0
54012026-02-20T04:45:45.248Z Compiling serde v1.0.228
54022026-02-20T04:45:45.367Z Compiling zerocopy v0.8.39
54032026-02-20T04:45:45.463Z Compiling rustversion v1.0.22
54042026-02-20T04:45:45.866Z Compiling version_check v0.9.5
54052026-02-20T04:45:45.984Z Compiling strsim v0.11.1
54062026-02-20T04:45:46.220Z Compiling either v1.15.0
54072026-02-20T04:45:46.391Z Compiling thiserror v2.0.18
54082026-02-20T04:45:46.518Z Compiling ident_case v1.0.1
54092026-02-20T04:45:46.637Z Compiling fnv v1.0.7
54102026-02-20T04:45:46.774Z Compiling regex-syntax v0.8.9
54112026-02-20T04:45:47.271Z Compiling pin-project-lite v0.2.16
54122026-02-20T04:45:47.406Z Compiling crossbeam-utils v0.8.21
54132026-02-20T04:45:47.440Z Compiling syn v1.0.109
54142026-02-20T04:45:47.828Z Compiling syn v2.0.114
54152026-02-20T04:45:47.882Z Compiling aho-corasick v1.1.4
54162026-02-20T04:45:47.907Z Compiling hashbrown v0.16.1
54172026-02-20T04:45:47.988Z Compiling winnow v0.7.14
54182026-02-20T04:45:47.995Z Compiling equivalent v1.0.2
54192026-02-20T04:45:49.016Z Compiling indexmap v2.13.0
54202026-02-20T04:45:49.519Z Compiling itertools v0.14.0
54212026-02-20T04:45:50.480Z Compiling regex-automata v0.4.14
54222026-02-20T04:45:51.169Z Compiling bitflags v2.10.0
54232026-02-20T04:45:51.376Z Compiling toml_parser v1.0.7+spec-1.1.0
54242026-02-20T04:45:51.514Z Compiling heapless v0.8.0
54252026-02-20T04:45:51.858Z Compiling toml_datetime v0.7.5+spec-1.1.0
54262026-02-20T04:45:52.038Z Compiling autocfg v1.5.0
54272026-02-20T04:45:52.104Z Compiling byteorder v1.5.0
54282026-02-20T04:45:52.285Z Compiling getrandom v0.3.4
54292026-02-20T04:45:52.467Z Compiling hash32 v0.3.1
54302026-02-20T04:45:52.488Z Compiling toml_edit v0.23.10+spec-1.0.0
54312026-02-20T04:45:52.698Z Compiling slog v2.8.2
54322026-02-20T04:45:52.762Z Compiling num-traits v0.2.19
54332026-02-20T04:45:52.855Z Compiling futures-core v0.3.31
54342026-02-20T04:45:52.934Z Compiling smoltcp v0.11.0
54352026-02-20T04:45:53.053Z Compiling stable_deref_trait v1.2.1
54362026-02-20T04:45:53.091Z Compiling macaddr v1.0.1
54372026-02-20T04:45:53.101Z Compiling futures-sink v0.3.31
54382026-02-20T04:45:53.149Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54392026-02-20T04:45:53.263Z Compiling futures-channel v0.3.31
54402026-02-20T04:45:53.696Z Compiling proc-macro-crate v3.4.0
54412026-02-20T04:45:53.772Z Compiling proc-macro-error-attr v1.0.4
54422026-02-20T04:45:53.884Z Compiling anyhow v1.0.101
54432026-02-20T04:45:54.133Z Compiling pin-utils v0.1.0
54442026-02-20T04:45:54.227Z Compiling ref-cast v1.0.25
54452026-02-20T04:45:54.473Z Compiling regex v1.12.3
54462026-02-20T04:45:54.507Z Compiling slab v0.4.12
54472026-02-20T04:45:54.602Z Compiling managed v0.8.0
54482026-02-20T04:45:54.646Z Compiling darling_core v0.21.3
54492026-02-20T04:45:54.819Z Compiling crc32fast v1.5.0
54502026-02-20T04:45:54.918Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
54512026-02-20T04:45:55.092Z Compiling futures-task v0.3.31
54522026-02-20T04:45:55.273Z Compiling futures-io v0.3.31
54532026-02-20T04:45:55.326Z Compiling bitflags v1.3.2
54542026-02-20T04:45:55.391Z Compiling itoa v1.0.17
54552026-02-20T04:45:55.789Z Compiling rand_core v0.9.5
54562026-02-20T04:45:55.939Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
54572026-02-20T04:45:56.259Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
54582026-02-20T04:45:56.626Z Compiling proc-macro-error v1.0.4
54592026-02-20T04:45:56.788Z Compiling once_cell v1.21.3
54602026-02-20T04:45:56.815Z Compiling rustix v1.1.3
54612026-02-20T04:45:56.989Z Compiling foreign-types-shared v0.3.1
54622026-02-20T04:45:57.114Z Compiling unicode-width v0.2.2
54632026-02-20T04:45:57.216Z Compiling ipnetwork v0.21.1
54642026-02-20T04:45:57.390Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54652026-02-20T04:45:57.616Z Compiling tabwriter v1.4.1
54662026-02-20T04:45:57.707Z Compiling tracing-core v0.1.36
54672026-02-20T04:45:58.294Z Compiling serde_derive v1.0.228
54682026-02-20T04:45:58.381Z Compiling zerocopy-derive v0.8.39
54692026-02-20T04:45:58.603Z Compiling thiserror-impl v2.0.18
54702026-02-20T04:45:58.736Z Compiling futures-macro v0.3.31
54712026-02-20T04:45:59.086Z Compiling num_enum_derive v0.7.5
54722026-02-20T04:45:59.548Z Compiling ref-cast-impl v1.0.25
54732026-02-20T04:46:00.332Z Compiling darling_macro v0.21.3
54742026-02-20T04:46:00.477Z Compiling futures-util v0.3.31
54752026-02-20T04:46:00.733Z Compiling foreign-types-macros v0.2.3
54762026-02-20T04:46:01.257Z Compiling num_enum v0.7.5
54772026-02-20T04:46:01.270Z Compiling darling v0.21.3
54782026-02-20T04:46:01.372Z Compiling ingot-macros v0.1.1
54792026-02-20T04:46:01.444Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
54802026-02-20T04:46:01.579Z Compiling cobs v0.3.0
54812026-02-20T04:46:01.892Z Compiling foreign-types v0.5.0
54822026-02-20T04:46:01.989Z Compiling tracing-attributes v0.1.31
54832026-02-20T04:46:02.011Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
54842026-02-20T04:46:02.303Z Compiling errno v0.3.14
54852026-02-20T04:46:02.544Z Compiling cstr-argument v0.1.2
54862026-02-20T04:46:02.859Z Compiling pretty-hex v0.4.1
54872026-02-20T04:46:03.089Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
54882026-02-20T04:46:03.444Z Compiling dyn-clone v1.0.20
54892026-02-20T04:46:03.681Z Compiling powerfmt v0.2.0
54902026-02-20T04:46:04.101Z Compiling thiserror v1.0.69
54912026-02-20T04:46:04.604Z Compiling num-conv v0.2.0
54922026-02-20T04:46:04.873Z Compiling zmij v1.0.20
54932026-02-20T04:46:05.349Z Compiling utf8parse v0.2.2
54942026-02-20T04:46:05.513Z Compiling time-core v0.1.8
54952026-02-20T04:46:05.832Z Compiling find-msvc-tools v0.1.9
54962026-02-20T04:46:05.933Z Compiling futures-executor v0.3.31
54972026-02-20T04:46:06.281Z Compiling shlex v1.3.0
54982026-02-20T04:46:06.566Z Compiling erased-serde v0.3.31
54992026-02-20T04:46:06.590Z Compiling postcard v1.1.3
55002026-02-20T04:46:06.605Z Compiling cc v1.2.55
55012026-02-20T04:46:06.753Z Compiling futures v0.3.31
55022026-02-20T04:46:06.859Z Compiling time-macros v0.2.27
55032026-02-20T04:46:07.342Z Compiling anstyle-parse v0.2.7
55042026-02-20T04:46:07.840Z Compiling tracing v0.1.44
55052026-02-20T04:46:08.347Z Compiling deranged v0.5.5
55062026-02-20T04:46:08.463Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
55072026-02-20T04:46:08.802Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55082026-02-20T04:46:09.517Z Compiling thiserror-impl v1.0.69
55092026-02-20T04:46:09.846Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55102026-02-20T04:46:10.032Z Compiling uuid v1.20.0
55112026-02-20T04:46:10.768Z Compiling ingot-types v0.1.2
55122026-02-20T04:46:10.916Z Compiling ppv-lite86 v0.2.21
55132026-02-20T04:46:10.992Z Compiling crossbeam-epoch v0.9.18
55142026-02-20T04:46:11.427Z Compiling socket2 v0.6.2
55152026-02-20T04:46:11.690Z Compiling ingot v0.1.1
55162026-02-20T04:46:11.744Z Compiling rand_chacha v0.9.0
55172026-02-20T04:46:11.868Z Compiling arc-swap v1.8.1
55182026-02-20T04:46:11.896Z Compiling nom v8.0.0
55192026-02-20T04:46:12.231Z Compiling rand v0.9.2
55202026-02-20T04:46:12.525Z Compiling thread_local v1.1.9
55212026-02-20T04:46:13.144Z Compiling is_terminal_polyfill v1.70.2
55222026-02-20T04:46:13.282Z Compiling oxnet v0.1.4
55232026-02-20T04:46:13.584Z Compiling serde_json v1.0.149
55242026-02-20T04:46:13.748Z Compiling heck v0.4.1
55252026-02-20T04:46:13.892Z Compiling anstyle v1.0.13
55262026-02-20T04:46:13.943Z Compiling lazy_static v1.5.0
55272026-02-20T04:46:14.122Z Compiling colored v3.1.1
55282026-02-20T04:46:14.310Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
55292026-02-20T04:46:14.371Z Compiling iana-time-zone v0.1.65
55302026-02-20T04:46:14.715Z Compiling colorchoice v1.0.4
55312026-02-20T04:46:14.886Z Compiling rayon-core v1.13.0
55322026-02-20T04:46:15.042Z Compiling anstyle-query v1.1.5
55332026-02-20T04:46:15.203Z Compiling slog-async v2.8.0
55342026-02-20T04:46:15.263Z Compiling anstream v0.6.21
55352026-02-20T04:46:15.402Z Compiling chrono v0.4.43
55362026-02-20T04:46:15.751Z Compiling time v0.3.47
55372026-02-20T04:46:16.083Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55382026-02-20T04:46:16.916Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
55392026-02-20T04:46:17.256Z Compiling slog-scope v4.4.1
55402026-02-20T04:46:17.975Z Compiling rusticata-macros v5.0.0
55412026-02-20T04:46:18.494Z Compiling crossbeam-deque v0.8.6
55422026-02-20T04:46:18.572Z Compiling half v2.7.1
55432026-02-20T04:46:18.895Z Compiling terminal_size v0.4.3
55442026-02-20T04:46:19.307Z Compiling alloca v0.4.0
55452026-02-20T04:46:19.598Z Compiling cookie-factory v0.3.3
55462026-02-20T04:46:19.807Z Compiling crossbeam-channel v0.5.15
55472026-02-20T04:46:20.172Z Compiling is-terminal v0.4.17
55482026-02-20T04:46:20.274Z Compiling itertools v0.12.1
55492026-02-20T04:46:20.307Z Compiling term v1.2.1
55502026-02-20T04:46:20.792Z Compiling cfg_aliases v0.2.1
55512026-02-20T04:46:20.891Z Compiling clap_lex v1.0.0
55522026-02-20T04:46:21.189Z Compiling log v0.4.29
55532026-02-20T04:46:21.617Z Compiling circular v0.3.0
55542026-02-20T04:46:22.019Z Compiling take_mut v0.2.2
55552026-02-20T04:46:22.192Z Compiling plotters-backend v0.3.7
55562026-02-20T04:46:22.279Z Compiling ciborium-io v0.2.2
55572026-02-20T04:46:22.419Z Compiling heck v0.5.0
55582026-02-20T04:46:22.830Z Compiling clap_derive v4.5.55
55592026-02-20T04:46:22.846Z Compiling plotters-svg v0.3.7
55602026-02-20T04:46:23.154Z Compiling ciborium-ll v0.2.2
55612026-02-20T04:46:23.443Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55622026-02-20T04:46:23.576Z Compiling clap_builder v4.5.60
55632026-02-20T04:46:23.600Z Compiling pcap-parser v0.17.0
55642026-02-20T04:46:23.833Z Compiling slog-stdlog v4.1.1
55652026-02-20T04:46:24.454Z Compiling slog-term v2.9.2
55662026-02-20T04:46:25.453Z Compiling nix v0.31.1
55672026-02-20T04:46:26.844Z Compiling itertools v0.13.0
55682026-02-20T04:46:26.914Z Compiling same-file v1.0.6
55692026-02-20T04:46:26.922Z Compiling cast v0.3.0
55702026-02-20T04:46:27.176Z Compiling walkdir v2.5.0
55712026-02-20T04:46:27.427Z Compiling slog-envlogger v2.2.0
55722026-02-20T04:46:28.397Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
55732026-02-20T04:46:28.623Z Compiling clap v4.5.60
55742026-02-20T04:46:28.738Z Compiling tinytemplate v1.2.1
55752026-02-20T04:46:29.258Z Compiling rayon v1.11.0
55762026-02-20T04:46:29.337Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52)
55772026-02-20T04:46:30.361Z Compiling criterion-plot v0.8.2
55782026-02-20T04:46:30.546Z Compiling ciborium v0.2.2
55792026-02-20T04:46:31.237Z Compiling plotters v0.3.7
55802026-02-20T04:46:31.315Z Compiling page_size v0.6.0
55812026-02-20T04:46:31.465Z Compiling dtor-proc-macro v0.0.6
55822026-02-20T04:46:31.960Z Compiling anes v0.1.6
55832026-02-20T04:46:32.096Z Compiling oorandom v11.1.5
55842026-02-20T04:46:32.306Z Compiling dtor v0.1.1
55852026-02-20T04:46:32.419Z Compiling ctor-proc-macro v0.0.7
55862026-02-20T04:46:32.760Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
55872026-02-20T04:46:33.005Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
55882026-02-20T04:46:34.016Z Compiling criterion v0.8.2
55892026-02-20T04:46:34.418Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
55902026-02-20T04:46:34.457Z Compiling ctor v0.6.3
55912026-02-20T04:46:38.910Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
55922026-02-20T04:48:41.600Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 2m 56s
55932026-02-20T04:48:41.632Z Running benches/userland.rs (target/release-lto/deps/userland-ed8e9cbe0540c858)
55942026-02-20T04:48:41.635ZGnuplot not found, using plotters backend
55952026-02-20T04:48:41.834ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
55962026-02-20T04:48:41.834ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
55972026-02-20T04:48:45.105ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0014 s (6.4M iterations)
55982026-02-20T04:48:49.887ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
55992026-02-20T04:48:49.976Zparse/Hairpin-DHCPv4/wallclock/Discover
56002026-02-20T04:48:49.976Z time: [58.883 ns 59.131 ns 59.392 ns]
56012026-02-20T04:48:49.976ZFound 6 outliers among 100 measurements (6.00%)
56022026-02-20T04:48:49.976Z 3 (3.00%) high mild
56032026-02-20T04:48:49.976Z 3 (3.00%) high severe
56042026-02-20T04:48:51.089Z
56052026-02-20T04:48:51.093ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
56062026-02-20T04:48:51.093ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56072026-02-20T04:48:54.714ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0080 s (2.9M iterations)
56082026-02-20T04:48:59.705ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56092026-02-20T04:48:59.787Zprocess/Hairpin-DHCPv4/wallclock/Discover
56102026-02-20T04:48:59.787Z time: [1.0330 µs 1.0345 µs 1.0360 µs]
56112026-02-20T04:48:59.787ZFound 6 outliers among 100 measurements (6.00%)
56122026-02-20T04:48:59.787Z 4 (4.00%) high mild
56132026-02-20T04:48:59.787Z 2 (2.00%) high severe
56142026-02-20T04:49:00.902Z
56152026-02-20T04:49:00.903ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
56162026-02-20T04:49:00.903ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56172026-02-20T04:49:04.207ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0003 s (6.3M iterations)
56182026-02-20T04:49:08.903ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
56192026-02-20T04:49:08.986Zparse/Hairpin-DHCPv4/wallclock/Request
56202026-02-20T04:49:08.986Z time: [58.292 ns 58.433 ns 58.577 ns]
56212026-02-20T04:49:08.986ZFound 6 outliers among 100 measurements (6.00%)
56222026-02-20T04:49:08.986Z 2 (2.00%) high mild
56232026-02-20T04:49:08.986Z 4 (4.00%) high severe
56242026-02-20T04:49:10.103Z
56252026-02-20T04:49:10.106ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
56262026-02-20T04:49:10.107ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56272026-02-20T04:49:13.640ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0066 s (3.0M iterations)
56282026-02-20T04:49:18.615ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
56292026-02-20T04:49:18.697Zprocess/Hairpin-DHCPv4/wallclock/Request
56302026-02-20T04:49:18.697Z time: [984.64 ns 985.42 ns 986.20 ns]
56312026-02-20T04:49:18.697ZFound 9 outliers among 100 measurements (9.00%)
56322026-02-20T04:49:18.697Z 4 (4.00%) high mild
56332026-02-20T04:49:18.697Z 5 (5.00%) high severe
56342026-02-20T04:49:19.814Z
56352026-02-20T04:49:19.814ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
56362026-02-20T04:49:19.814ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56372026-02-20T04:49:24.117ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0041 s (4.9M iterations)
56382026-02-20T04:49:28.918ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56392026-02-20T04:49:29.001Zparse/Hairpin-DHCPv6/wallclock/Solicit
56402026-02-20T04:49:29.001Z time: [58.775 ns 59.174 ns 59.527 ns]
56412026-02-20T04:49:29.001ZFound 5 outliers among 100 measurements (5.00%)
56422026-02-20T04:49:29.001Z 2 (2.00%) high mild
56432026-02-20T04:49:29.001Z 3 (3.00%) high severe
56442026-02-20T04:49:30.116Z
56452026-02-20T04:49:30.120ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
56462026-02-20T04:49:30.120ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56472026-02-20T04:49:34.917ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0044 s (2.2M iterations)
56482026-02-20T04:49:39.946ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56492026-02-20T04:49:40.028Zprocess/Hairpin-DHCPv6/wallclock/Solicit
56502026-02-20T04:49:40.028Z time: [1.3532 µs 1.3543 µs 1.3555 µs]
56512026-02-20T04:49:40.028ZFound 7 outliers among 100 measurements (7.00%)
56522026-02-20T04:49:40.028Z 3 (3.00%) high mild
56532026-02-20T04:49:40.028Z 4 (4.00%) high severe
56542026-02-20T04:49:41.140Z
56552026-02-20T04:49:41.140ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
56562026-02-20T04:49:41.140ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56572026-02-20T04:49:45.965ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0057 s (4.4M iterations)
56582026-02-20T04:49:50.602ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
56592026-02-20T04:49:50.685Zparse/Hairpin-DHCPv6/wallclock/Request
56602026-02-20T04:49:50.685Z time: [59.308 ns 59.467 ns 59.621 ns]
56612026-02-20T04:49:50.685ZFound 14 outliers among 100 measurements (14.00%)
56622026-02-20T04:49:50.685Z 7 (7.00%) low mild
56632026-02-20T04:49:50.685Z 2 (2.00%) high mild
56642026-02-20T04:49:50.685Z 5 (5.00%) high severe
56652026-02-20T04:49:51.801Z
56662026-02-20T04:49:51.804ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
56672026-02-20T04:49:51.804ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56682026-02-20T04:49:56.874ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0077 s (2.1M iterations)
56692026-02-20T04:50:01.811ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
56702026-02-20T04:50:01.893Zprocess/Hairpin-DHCPv6/wallclock/Request
56712026-02-20T04:50:01.893Z time: [1.3784 µs 1.3793 µs 1.3802 µs]
56722026-02-20T04:50:01.893ZFound 10 outliers among 100 measurements (10.00%)
56732026-02-20T04:50:01.893Z 6 (6.00%) high mild
56742026-02-20T04:50:01.893Z 4 (4.00%) high severe
56752026-02-20T04:50:03.007Z
56762026-02-20T04:50:03.011ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
56772026-02-20T04:50:03.011ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
56782026-02-20T04:50:06.357ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0038 s (6.3M iterations)
56792026-02-20T04:50:10.999ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
56802026-02-20T04:50:11.082Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
56812026-02-20T04:50:11.083Z time: [57.849 ns 57.970 ns 58.078 ns]
56822026-02-20T04:50:11.083ZFound 7 outliers among 100 measurements (7.00%)
56832026-02-20T04:50:11.083Z 2 (2.00%) high mild
56842026-02-20T04:50:11.083Z 5 (5.00%) high severe
56852026-02-20T04:50:12.194Z
56862026-02-20T04:50:12.197ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
56872026-02-20T04:50:12.197ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
56882026-02-20T04:50:18.135ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0061 s (3.5M iterations)
56892026-02-20T04:50:22.937ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
56902026-02-20T04:50:23.018Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
56912026-02-20T04:50:23.018Z time: [668.35 ns 668.57 ns 668.81 ns]
56922026-02-20T04:50:23.018ZFound 5 outliers among 100 measurements (5.00%)
56932026-02-20T04:50:23.018Z 2 (2.00%) high mild
56942026-02-20T04:50:23.018Z 3 (3.00%) high severe
56952026-02-20T04:50:24.140Z
56962026-02-20T04:50:24.140ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
56972026-02-20T04:50:24.140ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
56982026-02-20T04:50:29.004ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0052 s (4.3M iterations)
56992026-02-20T04:50:32.638ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57002026-02-20T04:50:32.719Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
57012026-02-20T04:50:32.719Z time: [93.399 ns 93.541 ns 93.674 ns]
57022026-02-20T04:50:32.719ZFound 7 outliers among 100 measurements (7.00%)
57032026-02-20T04:50:32.719Z 4 (4.00%) low mild
57042026-02-20T04:50:32.719Z 1 (1.00%) high mild
57052026-02-20T04:50:32.720Z 2 (2.00%) high severe
57062026-02-20T04:50:33.832Z
57072026-02-20T04:50:33.835ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
57082026-02-20T04:50:33.835ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57092026-02-20T04:50:37.456ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0075 s (2.9M iterations)
57102026-02-20T04:50:41.846ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57112026-02-20T04:50:41.927Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
57122026-02-20T04:50:41.927Z time: [759.54 ns 760.87 ns 762.14 ns]
57132026-02-20T04:50:41.927ZFound 3 outliers among 100 measurements (3.00%)
57142026-02-20T04:50:41.927Z 3 (3.00%) high severe
57152026-02-20T04:50:43.044Z
57162026-02-20T04:50:43.048ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57172026-02-20T04:50:43.049ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57182026-02-20T04:50:46.596ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0033 s (5.9M iterations)
57192026-02-20T04:50:51.150ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57202026-02-20T04:50:51.232Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57212026-02-20T04:50:51.232Z time: [58.373 ns 58.507 ns 58.622 ns]
57222026-02-20T04:50:51.232ZFound 6 outliers among 100 measurements (6.00%)
57232026-02-20T04:50:51.232Z 3 (3.00%) high mild
57242026-02-20T04:50:51.232Z 3 (3.00%) high severe
57252026-02-20T04:50:52.348Z
57262026-02-20T04:50:52.352ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
57272026-02-20T04:50:52.352ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57282026-02-20T04:50:56.007ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0022 s (2.9M iterations)
57292026-02-20T04:51:00.932ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57302026-02-20T04:51:01.013Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
57312026-02-20T04:51:01.013Z time: [995.20 ns 995.61 ns 996.06 ns]
57322026-02-20T04:51:01.013ZFound 4 outliers among 100 measurements (4.00%)
57332026-02-20T04:51:01.013Z 1 (1.00%) high mild
57342026-02-20T04:51:01.013Z 3 (3.00%) high severe
57352026-02-20T04:51:02.130Z
57362026-02-20T04:51:02.133ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
57372026-02-20T04:51:02.133ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57382026-02-20T04:51:05.717ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0009 s (5.8M iterations)
57392026-02-20T04:51:10.242ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57402026-02-20T04:51:10.326Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
57412026-02-20T04:51:10.326Z time: [58.823 ns 58.947 ns 59.048 ns]
57422026-02-20T04:51:10.326ZFound 5 outliers among 100 measurements (5.00%)
57432026-02-20T04:51:10.326Z 2 (2.00%) high mild
57442026-02-20T04:51:10.326Z 3 (3.00%) high severe
57452026-02-20T04:51:11.444Z
57462026-02-20T04:51:11.447ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
57472026-02-20T04:51:11.447ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57482026-02-20T04:51:15.000ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0072 s (3.0M iterations)
57492026-02-20T04:51:19.879ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57502026-02-20T04:51:19.960Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
57512026-02-20T04:51:19.960Z time: [938.02 ns 938.39 ns 938.77 ns]
57522026-02-20T04:51:19.960ZFound 5 outliers among 100 measurements (5.00%)
57532026-02-20T04:51:19.960Z 2 (2.00%) high mild
57542026-02-20T04:51:19.960Z 3 (3.00%) high severe
57552026-02-20T04:51:21.075Z
57562026-02-20T04:51:21.079ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
57572026-02-20T04:51:21.079ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57582026-02-20T04:51:25.160ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0025 s (10M iterations)
57592026-02-20T04:51:28.760ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
57602026-02-20T04:51:28.842Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
57612026-02-20T04:51:28.842Z time: [62.982 ns 63.144 ns 63.308 ns]
57622026-02-20T04:51:28.842ZFound 5 outliers among 100 measurements (5.00%)
57632026-02-20T04:51:28.842Z 3 (3.00%) high mild
57642026-02-20T04:51:28.842Z 2 (2.00%) high severe
57652026-02-20T04:51:29.964Z
57662026-02-20T04:51:29.967ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
57672026-02-20T04:51:29.967ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
57682026-02-20T04:51:35.718ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (3.6M iterations)
57692026-02-20T04:51:40.340ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
57702026-02-20T04:51:40.423Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
57712026-02-20T04:51:40.423Z time: [221.03 ns 221.41 ns 221.83 ns]
57722026-02-20T04:51:40.423ZFound 5 outliers among 100 measurements (5.00%)
57732026-02-20T04:51:40.423Z 2 (2.00%) high mild
57742026-02-20T04:51:40.423Z 3 (3.00%) high severe
57752026-02-20T04:51:41.534Z
57762026-02-20T04:51:41.538ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
57772026-02-20T04:51:41.538ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57782026-02-20T04:51:45.840ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0003 s (4.9M iterations)
57792026-02-20T04:51:50.551ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57802026-02-20T04:51:50.634Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
57812026-02-20T04:51:50.635Z time: [89.270 ns 89.463 ns 89.648 ns]
57822026-02-20T04:51:50.635ZFound 5 outliers among 100 measurements (5.00%)
57832026-02-20T04:51:50.635Z 2 (2.00%) high mild
57842026-02-20T04:51:50.635Z 3 (3.00%) high severe
57852026-02-20T04:51:51.751Z
57862026-02-20T04:51:51.754ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
57872026-02-20T04:51:51.755ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
57882026-02-20T04:51:57.009ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0125 s (2.0M iterations)
57892026-02-20T04:52:01.931ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
57902026-02-20T04:52:02.012Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
57912026-02-20T04:52:02.012Z time: [251.21 ns 251.73 ns 252.32 ns]
57922026-02-20T04:52:02.012ZFound 7 outliers among 100 measurements (7.00%)
57932026-02-20T04:52:02.012Z 2 (2.00%) high mild
57942026-02-20T04:52:02.012Z 5 (5.00%) high severe
57952026-02-20T04:52:03.125Z
57962026-02-20T04:52:03.125ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
57972026-02-20T04:52:03.125ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
57982026-02-20T04:52:06.314ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0030 s (6.6M iterations)
57992026-02-20T04:52:09.751ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58002026-02-20T04:52:09.832Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58012026-02-20T04:52:09.832Z time: [97.341 ns 97.552 ns 97.792 ns]
58022026-02-20T04:52:09.832ZFound 2 outliers among 100 measurements (2.00%)
58032026-02-20T04:52:09.832Z 2 (2.00%) high severe
58042026-02-20T04:52:10.948Z
58052026-02-20T04:52:10.951ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58062026-02-20T04:52:10.951ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58072026-02-20T04:52:14.294ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0026 s (3.1M iterations)
58082026-02-20T04:52:18.724ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58092026-02-20T04:52:18.808Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58102026-02-20T04:52:18.808Z time: [216.09 ns 216.50 ns 216.93 ns]
58112026-02-20T04:52:18.808ZFound 13 outliers among 100 measurements (13.00%)
58122026-02-20T04:52:18.808Z 1 (1.00%) low mild
58132026-02-20T04:52:18.808Z 4 (4.00%) high mild
58142026-02-20T04:52:18.809Z 8 (8.00%) high severe
58152026-02-20T04:52:19.925Z
58162026-02-20T04:52:19.928ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58172026-02-20T04:52:19.928ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58182026-02-20T04:52:25.447ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0052 s (3.8M iterations)
58192026-02-20T04:52:29.742ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58202026-02-20T04:52:29.824Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58212026-02-20T04:52:29.824Z time: [120.69 ns 120.93 ns 121.21 ns]
58222026-02-20T04:52:29.824ZFound 7 outliers among 100 measurements (7.00%)
58232026-02-20T04:52:29.824Z 5 (5.00%) high mild
58242026-02-20T04:52:29.824Z 2 (2.00%) high severe
58252026-02-20T04:52:30.939Z
58262026-02-20T04:52:30.944ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58272026-02-20T04:52:30.944ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58282026-02-20T04:52:36.775ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0020 s (1.8M iterations)
58292026-02-20T04:52:41.481ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58302026-02-20T04:52:41.562Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58312026-02-20T04:52:41.562Z time: [241.06 ns 241.46 ns 241.87 ns]
58322026-02-20T04:52:41.562ZFound 8 outliers among 100 measurements (8.00%)
58332026-02-20T04:52:41.562Z 1 (1.00%) high mild
58342026-02-20T04:52:41.562Z 7 (7.00%) high severe
58352026-02-20T04:52:42.677Z
58362026-02-20T04:52:42.680ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58372026-02-20T04:52:42.680ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58382026-02-20T04:52:46.469ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0007 s (11M iterations)
58392026-02-20T04:52:50.143ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
58402026-02-20T04:52:50.225Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58412026-02-20T04:52:50.225Z time: [58.565 ns 58.687 ns 58.805 ns]
58422026-02-20T04:52:50.225ZFound 4 outliers among 100 measurements (4.00%)
58432026-02-20T04:52:50.225Z 1 (1.00%) high mild
58442026-02-20T04:52:50.225Z 3 (3.00%) high severe
58452026-02-20T04:52:51.339Z
58462026-02-20T04:52:51.342ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58472026-02-20T04:52:51.342ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58482026-02-20T04:52:56.601ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0037 s (4.0M iterations)
58492026-02-20T04:53:01.169ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
58502026-02-20T04:53:01.250Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58512026-02-20T04:53:01.250Z time: [195.85 ns 196.24 ns 196.64 ns]
58522026-02-20T04:53:01.250ZFound 6 outliers among 100 measurements (6.00%)
58532026-02-20T04:53:01.250Z 3 (3.00%) high mild
58542026-02-20T04:53:01.250Z 3 (3.00%) high severe
58552026-02-20T04:53:02.366Z
58562026-02-20T04:53:02.369ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
58572026-02-20T04:53:02.369ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58582026-02-20T04:53:06.630ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0041 s (4.9M iterations)
58592026-02-20T04:53:11.260ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58602026-02-20T04:53:11.342Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
58612026-02-20T04:53:11.342Z time: [83.483 ns 83.616 ns 83.751 ns]
58622026-02-20T04:53:11.342ZFound 5 outliers among 100 measurements (5.00%)
58632026-02-20T04:53:11.342Z 2 (2.00%) high mild
58642026-02-20T04:53:11.342Z 3 (3.00%) high severe
58652026-02-20T04:53:12.458Z
58662026-02-20T04:53:12.461ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
58672026-02-20T04:53:12.461ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
58682026-02-20T04:53:17.584ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0091 s (2.1M iterations)
58692026-02-20T04:53:22.457ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
58702026-02-20T04:53:22.540Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
58712026-02-20T04:53:22.540Z time: [230.89 ns 231.24 ns 231.58 ns]
58722026-02-20T04:53:22.540ZFound 7 outliers among 100 measurements (7.00%)
58732026-02-20T04:53:22.540Z 2 (2.00%) high mild
58742026-02-20T04:53:22.540Z 5 (5.00%) high severe
58752026-02-20T04:53:23.653Z
58762026-02-20T04:53:23.656ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
58772026-02-20T04:53:23.656ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58782026-02-20T04:53:26.663ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0029 s (7.0M iterations)
58792026-02-20T04:53:30.170ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
58802026-02-20T04:53:30.258Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
58812026-02-20T04:53:30.258Z time: [95.483 ns 95.697 ns 95.960 ns]
58822026-02-20T04:53:30.258ZFound 1 outliers among 100 measurements (1.00%)
58832026-02-20T04:53:30.258Z 1 (1.00%) high severe
58842026-02-20T04:53:31.364Z
58852026-02-20T04:53:31.368ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
58862026-02-20T04:53:31.369ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
58872026-02-20T04:53:34.419ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0073 s (3.4M iterations)
58882026-02-20T04:53:38.828ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
58892026-02-20T04:53:38.910Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
58902026-02-20T04:53:38.910Z time: [188.05 ns 188.33 ns 188.61 ns]
58912026-02-20T04:53:38.910ZFound 9 outliers among 100 measurements (9.00%)
58922026-02-20T04:53:38.910Z 4 (4.00%) high mild
58932026-02-20T04:53:38.910Z 5 (5.00%) high severe
58942026-02-20T04:53:40.028Z
58952026-02-20T04:53:40.031ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
58962026-02-20T04:53:40.031ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
58972026-02-20T04:53:45.508ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (3.8M iterations)
58982026-02-20T04:53:49.740ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
58992026-02-20T04:53:49.821Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59002026-02-20T04:53:49.821Z time: [119.27 ns 119.51 ns 119.81 ns]
59012026-02-20T04:53:49.821ZFound 4 outliers among 100 measurements (4.00%)
59022026-02-20T04:53:49.821Z 1 (1.00%) high mild
59032026-02-20T04:53:49.821Z 3 (3.00%) high severe
59042026-02-20T04:53:50.934Z
59052026-02-20T04:53:50.937ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59062026-02-20T04:53:50.937ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59072026-02-20T04:53:56.541ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0077 s (1.9M iterations)
59082026-02-20T04:54:01.277ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59092026-02-20T04:54:01.359Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59102026-02-20T04:54:01.359Z time: [222.63 ns 222.98 ns 223.33 ns]
59112026-02-20T04:54:01.359ZFound 10 outliers among 100 measurements (10.00%)
59122026-02-20T04:54:01.359Z 2 (2.00%) high mild
59132026-02-20T04:54:01.359Z 8 (8.00%) high severe
59142026-02-20T04:54:02.477Z
59152026-02-20T04:54:02.481ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59162026-02-20T04:54:02.481ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59172026-02-20T04:54:06.875ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0023 s (9.5M iterations)
59182026-02-20T04:54:10.687ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59192026-02-20T04:54:10.769Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59202026-02-20T04:54:10.769Z time: [64.282 ns 64.409 ns 64.534 ns]
59212026-02-20T04:54:10.769ZFound 5 outliers among 100 measurements (5.00%)
59222026-02-20T04:54:10.769Z 2 (2.00%) high mild
59232026-02-20T04:54:10.769Z 3 (3.00%) high severe
59242026-02-20T04:54:11.887Z
59252026-02-20T04:54:11.890ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59262026-02-20T04:54:11.890ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59272026-02-20T04:54:18.083ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0047 s (3.4M iterations)
59282026-02-20T04:54:22.734ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59292026-02-20T04:54:22.815Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59302026-02-20T04:54:22.815Z time: [214.64 ns 214.99 ns 215.38 ns]
59312026-02-20T04:54:22.815ZFound 8 outliers among 100 measurements (8.00%)
59322026-02-20T04:54:22.815Z 4 (4.00%) high mild
59332026-02-20T04:54:22.815Z 4 (4.00%) high severe
59342026-02-20T04:54:23.927Z
59352026-02-20T04:54:23.930ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
59362026-02-20T04:54:23.930ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59372026-02-20T04:54:28.383ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0042 s (4.7M iterations)
59382026-02-20T04:54:33.055ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59392026-02-20T04:54:33.137Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
59402026-02-20T04:54:33.137Z time: [88.069 ns 88.257 ns 88.450 ns]
59412026-02-20T04:54:33.137ZFound 4 outliers among 100 measurements (4.00%)
59422026-02-20T04:54:33.137Z 4 (4.00%) high severe
59432026-02-20T04:54:34.251Z
59442026-02-20T04:54:34.254ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
59452026-02-20T04:54:34.254ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
59462026-02-20T04:54:39.736ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0042 s (1.9M iterations)
59472026-02-20T04:54:44.645ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
59482026-02-20T04:54:44.727Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
59492026-02-20T04:54:44.727Z time: [242.56 ns 243.09 ns 243.77 ns]
59502026-02-20T04:54:44.727ZFound 5 outliers among 100 measurements (5.00%)
59512026-02-20T04:54:44.727Z 2 (2.00%) high mild
59522026-02-20T04:54:44.727Z 3 (3.00%) high severe
59532026-02-20T04:54:45.841Z
59542026-02-20T04:54:45.845ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
59552026-02-20T04:54:45.845ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59562026-02-20T04:54:49.217ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0021 s (6.2M iterations)
59572026-02-20T04:54:52.797ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
59582026-02-20T04:54:52.878Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
59592026-02-20T04:54:52.878Z time: [96.051 ns 96.289 ns 96.570 ns]
59602026-02-20T04:54:52.878ZFound 2 outliers among 100 measurements (2.00%)
59612026-02-20T04:54:52.878Z 1 (1.00%) high mild
59622026-02-20T04:54:52.878Z 1 (1.00%) high severe
59632026-02-20T04:54:53.989Z
59642026-02-20T04:54:53.992ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
59652026-02-20T04:54:53.992ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
59662026-02-20T04:54:57.558ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0013 s (2.9M iterations)
59672026-02-20T04:55:02.064ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
59682026-02-20T04:55:02.145Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
59692026-02-20T04:55:02.145Z time: [210.33 ns 210.52 ns 210.72 ns]
59702026-02-20T04:55:02.145ZFound 13 outliers among 100 measurements (13.00%)
59712026-02-20T04:55:02.145Z 3 (3.00%) high mild
59722026-02-20T04:55:02.145Z 10 (10.00%) high severe
59732026-02-20T04:55:03.261Z
59742026-02-20T04:55:03.264ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
59752026-02-20T04:55:03.264ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
59762026-02-20T04:55:09.002ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0021 s (3.7M iterations)
59772026-02-20T04:55:13.280ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
59782026-02-20T04:55:13.362Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
59792026-02-20T04:55:13.362Z time: [118.33 ns 118.56 ns 118.85 ns]
59802026-02-20T04:55:13.362ZFound 5 outliers among 100 measurements (5.00%)
59812026-02-20T04:55:13.362Z 3 (3.00%) high mild
59822026-02-20T04:55:13.362Z 2 (2.00%) high severe
59832026-02-20T04:55:14.472Z
59842026-02-20T04:55:14.476ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
59852026-02-20T04:55:14.476ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
59862026-02-20T04:55:20.537ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0082 s (1.7M iterations)
59872026-02-20T04:55:25.307ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
59882026-02-20T04:55:25.389Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
59892026-02-20T04:55:25.389Z time: [240.99 ns 241.48 ns 242.07 ns]
59902026-02-20T04:55:25.389ZFound 6 outliers among 100 measurements (6.00%)
59912026-02-20T04:55:25.389Z 1 (1.00%) high mild
59922026-02-20T04:55:25.389Z 5 (5.00%) high severe
59932026-02-20T04:55:26.503Z
59942026-02-20T04:55:26.506ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
59952026-02-20T04:55:26.506ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
59962026-02-20T04:55:30.713ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (10.0M iterations)
59972026-02-20T04:55:34.487ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
59982026-02-20T04:55:34.569Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
59992026-02-20T04:55:34.569Z time: [60.694 ns 60.884 ns 61.079 ns]
60002026-02-20T04:55:34.569ZFound 4 outliers among 100 measurements (4.00%)
60012026-02-20T04:55:34.569Z 1 (1.00%) high mild
60022026-02-20T04:55:34.569Z 3 (3.00%) high severe
60032026-02-20T04:55:35.682Z
60042026-02-20T04:55:35.686ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60052026-02-20T04:55:35.686ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60062026-02-20T04:55:41.542ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (3.6M iterations)
60072026-02-20T04:55:46.065ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
60082026-02-20T04:55:46.147Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60092026-02-20T04:55:46.147Z time: [187.75 ns 188.08 ns 188.41 ns]
60102026-02-20T04:55:46.147ZFound 5 outliers among 100 measurements (5.00%)
60112026-02-20T04:55:46.147Z 1 (1.00%) high mild
60122026-02-20T04:55:46.147Z 4 (4.00%) high severe
60132026-02-20T04:55:47.262Z
60142026-02-20T04:55:47.266ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
60152026-02-20T04:55:47.266ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60162026-02-20T04:55:51.618ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0021 s (4.8M iterations)
60172026-02-20T04:55:56.394ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60182026-02-20T04:55:56.475Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
60192026-02-20T04:55:56.475Z time: [84.520 ns 84.612 ns 84.711 ns]
60202026-02-20T04:55:56.475ZFound 12 outliers among 100 measurements (12.00%)
60212026-02-20T04:55:56.475Z 5 (5.00%) high mild
60222026-02-20T04:55:56.476Z 7 (7.00%) high severe
60232026-02-20T04:55:57.589Z
60242026-02-20T04:55:57.593ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
60252026-02-20T04:55:57.593ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
60262026-02-20T04:56:02.929ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0005 s (2.0M iterations)
60272026-02-20T04:56:08.910ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
60282026-02-20T04:56:08.914Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
60292026-02-20T04:56:08.914Z time: [228.99 ns 229.30 ns 229.65 ns]
60302026-02-20T04:56:08.914ZFound 5 outliers among 100 measurements (5.00%)
60312026-02-20T04:56:08.914Z 3 (3.00%) high mild
60322026-02-20T04:56:08.914Z 2 (2.00%) high severe
60332026-02-20T04:56:09.771Z
60342026-02-20T04:56:09.777ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
60352026-02-20T04:56:09.777ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60362026-02-20T04:56:12.302ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0017 s (6.4M iterations)
60372026-02-20T04:56:15.843ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
60382026-02-20T04:56:15.926Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
60392026-02-20T04:56:15.926Z time: [96.382 ns 96.606 ns 96.873 ns]
60402026-02-20T04:56:15.926ZFound 1 outliers among 100 measurements (1.00%)
60412026-02-20T04:56:15.926Z 1 (1.00%) high severe
60422026-02-20T04:56:17.037Z
60432026-02-20T04:56:17.040ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
60442026-02-20T04:56:17.040ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
60452026-02-20T04:56:20.406ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0047 s (3.1M iterations)
60462026-02-20T04:56:24.887ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
60472026-02-20T04:56:24.970Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
60482026-02-20T04:56:24.970Z time: [188.57 ns 188.83 ns 189.10 ns]
60492026-02-20T04:56:24.970ZFound 11 outliers among 100 measurements (11.00%)
60502026-02-20T04:56:24.970Z 2 (2.00%) high mild
60512026-02-20T04:56:24.970Z 9 (9.00%) high severe
60522026-02-20T04:56:26.085Z
60532026-02-20T04:56:26.102ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
60542026-02-20T04:56:26.103ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
60552026-02-20T04:56:31.742ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0050 s (3.7M iterations)
60562026-02-20T04:56:36.027ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
60572026-02-20T04:56:36.108Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
60582026-02-20T04:56:36.108Z time: [118.58 ns 118.84 ns 119.14 ns]
60592026-02-20T04:56:36.108ZFound 2 outliers among 100 measurements (2.00%)
60602026-02-20T04:56:36.108Z 2 (2.00%) high severe
60612026-02-20T04:56:37.225Z
60622026-02-20T04:56:37.228ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
60632026-02-20T04:56:37.228ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
60642026-02-20T04:56:43.141ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0128 s (1.8M iterations)
60652026-02-20T04:56:47.921ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
60662026-02-20T04:56:48.003Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
60672026-02-20T04:56:48.003Z time: [223.91 ns 224.31 ns 224.72 ns]
60682026-02-20T04:56:48.003ZFound 9 outliers among 100 measurements (9.00%)
60692026-02-20T04:56:48.003Z 3 (3.00%) high mild
60702026-02-20T04:56:48.003Z 6 (6.00%) high severe
60712026-02-20T04:56:49.119Z
60722026-02-20T04:56:49.122ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
60732026-02-20T04:56:49.122ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
60742026-02-20T04:56:53.073ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (11M iterations)
60752026-02-20T04:56:56.861ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
60762026-02-20T04:56:56.943Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
60772026-02-20T04:56:56.943Z time: [64.305 ns 64.468 ns 64.632 ns]
60782026-02-20T04:56:56.943ZFound 4 outliers among 100 measurements (4.00%)
60792026-02-20T04:56:56.943Z 2 (2.00%) high mild
60802026-02-20T04:56:56.943Z 2 (2.00%) high severe
60812026-02-20T04:56:58.059Z
60822026-02-20T04:56:58.062ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
60832026-02-20T04:56:58.062ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
60842026-02-20T04:57:03.350ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0062 s (4.0M iterations)
60852026-02-20T04:57:08.326ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
60862026-02-20T04:57:08.408Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
60872026-02-20T04:57:08.408Z time: [262.80 ns 265.60 ns 269.22 ns]
60882026-02-20T04:57:08.408ZFound 11 outliers among 100 measurements (11.00%)
60892026-02-20T04:57:08.408Z 4 (4.00%) high mild
60902026-02-20T04:57:08.408Z 7 (7.00%) high severe
60912026-02-20T04:57:09.526Z
60922026-02-20T04:57:09.529ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
60932026-02-20T04:57:09.529ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
60942026-02-20T04:57:13.703ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0025 s (5.0M iterations)
60952026-02-20T04:57:18.500ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
60962026-02-20T04:57:18.582Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
60972026-02-20T04:57:18.582Z time: [89.147 ns 89.313 ns 89.459 ns]
60982026-02-20T04:57:18.582ZFound 5 outliers among 100 measurements (5.00%)
60992026-02-20T04:57:18.582Z 2 (2.00%) high mild
61002026-02-20T04:57:18.582Z 3 (3.00%) high severe
61012026-02-20T04:57:19.694Z
61022026-02-20T04:57:19.698ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
61032026-02-20T04:57:19.698ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
61042026-02-20T04:57:24.830ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0078 s (2.0M iterations)
61052026-02-20T04:57:29.988ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
61062026-02-20T04:57:30.071Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
61072026-02-20T04:57:30.071Z time: [331.42 ns 336.80 ns 343.80 ns]
61082026-02-20T04:57:30.071ZFound 12 outliers among 100 measurements (12.00%)
61092026-02-20T04:57:30.071Z 5 (5.00%) high mild
61102026-02-20T04:57:30.072Z 7 (7.00%) high severe
61112026-02-20T04:57:31.189Z
61122026-02-20T04:57:31.194ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
61132026-02-20T04:57:31.194ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
61142026-02-20T04:57:37.714ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0012 s (6.4M iterations)
61152026-02-20T04:57:41.055ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
61162026-02-20T04:57:41.136Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
61172026-02-20T04:57:41.136Z time: [98.166 ns 98.410 ns 98.706 ns]
61182026-02-20T04:57:41.136ZFound 2 outliers among 100 measurements (2.00%)
61192026-02-20T04:57:41.136Z 1 (1.00%) high mild
61202026-02-20T04:57:41.136Z 1 (1.00%) high severe
61212026-02-20T04:57:42.250Z
61222026-02-20T04:57:42.253ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
61232026-02-20T04:57:42.253ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
61242026-02-20T04:57:45.330ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0034 s (3.4M iterations)
61252026-02-20T04:57:50.010ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
61262026-02-20T04:57:50.090Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
61272026-02-20T04:57:50.090Z time: [241.03 ns 242.90 ns 245.31 ns]
61282026-02-20T04:57:50.090ZFound 11 outliers among 100 measurements (11.00%)
61292026-02-20T04:57:50.090Z 4 (4.00%) high mild
61302026-02-20T04:57:50.090Z 7 (7.00%) high severe
61312026-02-20T04:57:51.205Z
61322026-02-20T04:57:51.205ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
61332026-02-20T04:57:51.205ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
61342026-02-20T04:57:56.617ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0033 s (3.9M iterations)
61352026-02-20T04:58:00.947ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
61362026-02-20T04:58:01.028Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
61372026-02-20T04:58:01.028Z time: [119.93 ns 120.17 ns 120.47 ns]
61382026-02-20T04:58:01.028ZFound 3 outliers among 100 measurements (3.00%)
61392026-02-20T04:58:01.028Z 1 (1.00%) high mild
61402026-02-20T04:58:01.028Z 2 (2.00%) high severe
61412026-02-20T04:58:02.143Z
61422026-02-20T04:58:02.147ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
61432026-02-20T04:58:02.147ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
61442026-02-20T04:58:07.709ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0115 s (1.9M iterations)
61452026-02-20T04:58:12.658ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
61462026-02-20T04:58:12.739Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
61472026-02-20T04:58:12.740Z time: [289.34 ns 292.40 ns 296.36 ns]
61482026-02-20T04:58:12.740ZFound 10 outliers among 100 measurements (10.00%)
61492026-02-20T04:58:12.740Z 2 (2.00%) high mild
61502026-02-20T04:58:12.740Z 8 (8.00%) high severe
61512026-02-20T04:58:13.858Z
61522026-02-20T04:58:13.862ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
61532026-02-20T04:58:13.862ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
61542026-02-20T04:58:17.490ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (12M iterations)
61552026-02-20T04:58:21.372ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
61562026-02-20T04:58:21.453Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
61572026-02-20T04:58:21.453Z time: [59.664 ns 59.812 ns 59.957 ns]
61582026-02-20T04:58:21.453ZFound 4 outliers among 100 measurements (4.00%)
61592026-02-20T04:58:21.453Z 3 (3.00%) high mild
61602026-02-20T04:58:21.453Z 1 (1.00%) high severe
61612026-02-20T04:58:22.567Z
61622026-02-20T04:58:22.570ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
61632026-02-20T04:58:22.570ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
61642026-02-20T04:58:27.633ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0060 s (4.1M iterations)
61652026-02-20T04:58:32.619ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
61662026-02-20T04:58:32.700Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
61672026-02-20T04:58:32.700Z time: [235.69 ns 238.27 ns 241.63 ns]
61682026-02-20T04:58:32.700ZFound 12 outliers among 100 measurements (12.00%)
61692026-02-20T04:58:32.700Z 5 (5.00%) high mild
61702026-02-20T04:58:32.700Z 7 (7.00%) high severe
61712026-02-20T04:58:33.818Z
61722026-02-20T04:58:33.821ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
61732026-02-20T04:58:33.822ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
61742026-02-20T04:58:37.977ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0007 s (5.0M iterations)
61752026-02-20T04:58:42.723ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
61762026-02-20T04:58:42.805Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
61772026-02-20T04:58:42.805Z time: [83.733 ns 83.870 ns 84.003 ns]
61782026-02-20T04:58:42.805ZFound 5 outliers among 100 measurements (5.00%)
61792026-02-20T04:58:42.805Z 2 (2.00%) high mild
61802026-02-20T04:58:42.805Z 3 (3.00%) high severe
61812026-02-20T04:58:43.920Z
61822026-02-20T04:58:43.923ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
61832026-02-20T04:58:43.923ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
61842026-02-20T04:58:48.979ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0050 s (2.1M iterations)
61852026-02-20T04:58:54.100ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
61862026-02-20T04:58:54.181Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
61872026-02-20T04:58:54.181Z time: [302.82 ns 307.84 ns 314.37 ns]
61882026-02-20T04:58:54.181ZFound 12 outliers among 100 measurements (12.00%)
61892026-02-20T04:58:54.181Z 5 (5.00%) high mild
61902026-02-20T04:58:54.181Z 7 (7.00%) high severe
61912026-02-20T04:58:55.303Z
61922026-02-20T04:58:55.303ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
61932026-02-20T04:58:55.303ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
61942026-02-20T04:59:01.690ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0010 s (6.6M iterations)
61952026-02-20T04:59:05.003ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
61962026-02-20T04:59:05.083Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
61972026-02-20T04:59:05.083Z time: [97.459 ns 97.756 ns 98.129 ns]
61982026-02-20T04:59:05.083ZFound 6 outliers among 100 measurements (6.00%)
61992026-02-20T04:59:05.083Z 5 (5.00%) high mild
62002026-02-20T04:59:05.083Z 1 (1.00%) high severe
62012026-02-20T04:59:06.194Z
62022026-02-20T04:59:06.197ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
62032026-02-20T04:59:06.197ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
62042026-02-20T04:59:12.455ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0047 s (3.4M iterations)
62052026-02-20T04:59:16.904ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
62062026-02-20T04:59:16.985Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
62072026-02-20T04:59:16.985Z time: [217.26 ns 218.89 ns 220.98 ns]
62082026-02-20T04:59:16.985ZFound 12 outliers among 100 measurements (12.00%)
62092026-02-20T04:59:16.985Z 5 (5.00%) high mild
62102026-02-20T04:59:16.985Z 7 (7.00%) high severe
62112026-02-20T04:59:18.102Z
62122026-02-20T04:59:18.105ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
62132026-02-20T04:59:18.105ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
62142026-02-20T04:59:23.494ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0042 s (3.9M iterations)
62152026-02-20T04:59:27.836ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
62162026-02-20T04:59:27.917Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
62172026-02-20T04:59:27.917Z time: [122.37 ns 122.59 ns 122.86 ns]
62182026-02-20T04:59:27.917ZFound 3 outliers among 100 measurements (3.00%)
62192026-02-20T04:59:27.917Z 1 (1.00%) high mild
62202026-02-20T04:59:27.917Z 2 (2.00%) high severe
62212026-02-20T04:59:29.027Z
62222026-02-20T04:59:29.031ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
62232026-02-20T04:59:29.031ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
62242026-02-20T04:59:34.558ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0062 s (1.9M iterations)
62252026-02-20T04:59:39.488ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
62262026-02-20T04:59:39.570Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
62272026-02-20T04:59:39.570Z time: [269.53 ns 272.33 ns 276.00 ns]
62282026-02-20T04:59:39.570ZFound 10 outliers among 100 measurements (10.00%)
62292026-02-20T04:59:39.570Z 3 (3.00%) high mild
62302026-02-20T04:59:39.570Z 7 (7.00%) high severe
62312026-02-20T04:59:40.687Z
62322026-02-20T04:59:40.691ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
62332026-02-20T04:59:40.691ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
62342026-02-20T04:59:44.848ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0004 s (10M iterations)
62352026-02-20T04:59:48.843ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
62362026-02-20T04:59:48.925Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
62372026-02-20T04:59:48.925Z time: [64.545 ns 64.652 ns 64.757 ns]
62382026-02-20T04:59:48.925ZFound 4 outliers among 100 measurements (4.00%)
62392026-02-20T04:59:48.925Z 2 (2.00%) high mild
62402026-02-20T04:59:48.925Z 2 (2.00%) high severe
62412026-02-20T04:59:50.041Z
62422026-02-20T04:59:50.045ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
62432026-02-20T04:59:50.045ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
62442026-02-20T04:59:55.847ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0041 s (3.6M iterations)
62452026-02-20T05:00:00.828ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
62462026-02-20T05:00:00.909Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
62472026-02-20T05:00:00.909Z time: [267.44 ns 270.89 ns 275.43 ns]
62482026-02-20T05:00:00.909ZFound 11 outliers among 100 measurements (11.00%)
62492026-02-20T05:00:00.910Z 5 (5.00%) high mild
62502026-02-20T05:00:00.910Z 6 (6.00%) high severe
62512026-02-20T05:00:02.026Z
62522026-02-20T05:00:02.029ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
62532026-02-20T05:00:02.029ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
62542026-02-20T05:00:06.419ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0022 s (4.8M iterations)
62552026-02-20T05:00:11.153ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
62562026-02-20T05:00:11.235Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
62572026-02-20T05:00:11.235Z time: [87.842 ns 88.048 ns 88.261 ns]
62582026-02-20T05:00:11.235ZFound 5 outliers among 100 measurements (5.00%)
62592026-02-20T05:00:11.235Z 2 (2.00%) high mild
62602026-02-20T05:00:11.235Z 3 (3.00%) high severe
62612026-02-20T05:00:12.351Z
62622026-02-20T05:00:12.354ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
62632026-02-20T05:00:12.354ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
62642026-02-20T05:00:17.774ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0077 s (1.9M iterations)
62652026-02-20T05:00:22.933ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
62662026-02-20T05:00:23.015Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
62672026-02-20T05:00:23.015Z time: [336.88 ns 343.19 ns 351.39 ns]
62682026-02-20T05:00:23.015ZFound 10 outliers among 100 measurements (10.00%)
62692026-02-20T05:00:23.015Z 3 (3.00%) high mild
62702026-02-20T05:00:23.015Z 7 (7.00%) high severe
62712026-02-20T05:00:24.134Z
62722026-02-20T05:00:24.137ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
62732026-02-20T05:00:24.137ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
62742026-02-20T05:00:27.353ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0035 s (6.5M iterations)
62752026-02-20T05:00:31.083ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
62762026-02-20T05:00:31.165Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
62772026-02-20T05:00:31.165Z time: [95.446 ns 95.638 ns 95.862 ns]
62782026-02-20T05:00:31.165ZFound 2 outliers among 100 measurements (2.00%)
62792026-02-20T05:00:31.165Z 1 (1.00%) high mild
62802026-02-20T05:00:31.165Z 1 (1.00%) high severe
62812026-02-20T05:00:32.274Z
62822026-02-20T05:00:32.277ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
62832026-02-20T05:00:32.277ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
62842026-02-20T05:00:35.606ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0052 s (3.2M iterations)
62852026-02-20T05:00:40.392ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
62862026-02-20T05:00:40.474Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
62872026-02-20T05:00:40.474Z time: [245.92 ns 248.45 ns 251.76 ns]
62882026-02-20T05:00:40.474ZFound 11 outliers among 100 measurements (11.00%)
62892026-02-20T05:00:40.474Z 4 (4.00%) high mild
62902026-02-20T05:00:40.474Z 7 (7.00%) high severe
62912026-02-20T05:00:41.590Z
62922026-02-20T05:00:41.590ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
62932026-02-20T05:00:41.590ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
62942026-02-20T05:00:47.254ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0043 s (3.7M iterations)
62952026-02-20T05:00:51.640ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
62962026-02-20T05:00:51.722Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
62972026-02-20T05:00:51.722Z time: [120.04 ns 120.22 ns 120.42 ns]
62982026-02-20T05:00:51.722ZFound 9 outliers among 100 measurements (9.00%)
62992026-02-20T05:00:51.722Z 7 (7.00%) high mild
63002026-02-20T05:00:51.722Z 2 (2.00%) high severe
63012026-02-20T05:00:52.837Z
63022026-02-20T05:00:52.840ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
63032026-02-20T05:00:52.840ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
63042026-02-20T05:00:58.718ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0114 s (1.8M iterations)
63052026-02-20T05:01:03.688ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
63062026-02-20T05:01:03.769Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
63072026-02-20T05:01:03.769Z time: [297.61 ns 301.20 ns 305.87 ns]
63082026-02-20T05:01:03.769ZFound 11 outliers among 100 measurements (11.00%)
63092026-02-20T05:01:03.769Z 3 (3.00%) high mild
63102026-02-20T05:01:03.769Z 8 (8.00%) high severe
63112026-02-20T05:01:04.886Z
63122026-02-20T05:01:04.889ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
63132026-02-20T05:01:04.889ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
63142026-02-20T05:01:08.933ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (10M iterations)
63152026-02-20T05:01:12.915ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
63162026-02-20T05:01:12.995Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
63172026-02-20T05:01:12.995Z time: [60.438 ns 60.634 ns 60.828 ns]
63182026-02-20T05:01:12.995ZFound 3 outliers among 100 measurements (3.00%)
63192026-02-20T05:01:12.995Z 2 (2.00%) high mild
63202026-02-20T05:01:12.995Z 1 (1.00%) high severe
63212026-02-20T05:01:14.106Z
63222026-02-20T05:01:14.111ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
63232026-02-20T05:01:14.112ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
63242026-02-20T05:01:19.645ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0030 s (3.8M iterations)
63252026-02-20T05:01:24.618ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
63262026-02-20T05:01:24.699Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
63272026-02-20T05:01:24.699Z time: [238.70 ns 241.87 ns 245.99 ns]
63282026-02-20T05:01:24.699ZFound 12 outliers among 100 measurements (12.00%)
63292026-02-20T05:01:24.699Z 4 (4.00%) high mild
63302026-02-20T05:01:24.699Z 8 (8.00%) high severe
63312026-02-20T05:01:25.818Z
63322026-02-20T05:01:25.821ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
63332026-02-20T05:01:25.821ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
63342026-02-20T05:01:30.182ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0022 s (4.8M iterations)
63352026-02-20T05:01:34.893ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
63362026-02-20T05:01:34.976Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
63372026-02-20T05:01:34.976Z time: [83.093 ns 83.197 ns 83.331 ns]
63382026-02-20T05:01:34.976ZFound 13 outliers among 100 measurements (13.00%)
63392026-02-20T05:01:34.976Z 1 (1.00%) low mild
63402026-02-20T05:01:34.976Z 5 (5.00%) high mild
63412026-02-20T05:01:34.976Z 7 (7.00%) high severe
63422026-02-20T05:01:36.094Z
63432026-02-20T05:01:36.098ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
63442026-02-20T05:01:36.098ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
63452026-02-20T05:01:41.400ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0069 s (2.0M iterations)
63462026-02-20T05:01:46.569ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
63472026-02-20T05:01:46.650Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
63482026-02-20T05:01:46.650Z time: [319.60 ns 325.38 ns 332.86 ns]
63492026-02-20T05:01:46.650ZFound 12 outliers among 100 measurements (12.00%)
63502026-02-20T05:01:46.650Z 5 (5.00%) high mild
63512026-02-20T05:01:46.650Z 7 (7.00%) high severe
63522026-02-20T05:01:47.766Z
63532026-02-20T05:01:47.769ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
63542026-02-20T05:01:47.769ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
63552026-02-20T05:01:50.878ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0034 s (6.7M iterations)
63562026-02-20T05:01:54.613ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
63572026-02-20T05:01:54.695Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
63582026-02-20T05:01:54.695Z time: [96.979 ns 97.221 ns 97.509 ns]
63592026-02-20T05:01:54.695ZFound 1 outliers among 100 measurements (1.00%)
63602026-02-20T05:01:54.695Z 1 (1.00%) high severe
63612026-02-20T05:01:55.803Z
63622026-02-20T05:01:55.807ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
63632026-02-20T05:01:55.807ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
63642026-02-20T05:01:59.030ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0013 s (3.3M iterations)
63652026-02-20T05:02:03.839ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
63662026-02-20T05:02:03.920Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
63672026-02-20T05:02:03.920Z time: [221.40 ns 223.24 ns 225.65 ns]
63682026-02-20T05:02:03.920ZFound 12 outliers among 100 measurements (12.00%)
63692026-02-20T05:02:03.920Z 5 (5.00%) high mild
63702026-02-20T05:02:03.921Z 7 (7.00%) high severe
63712026-02-20T05:02:05.038Z
63722026-02-20T05:02:05.041ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
63732026-02-20T05:02:05.041ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
63742026-02-20T05:02:10.632ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0031 s (3.8M iterations)
63752026-02-20T05:02:14.975ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
63762026-02-20T05:02:15.058Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
63772026-02-20T05:02:15.058Z time: [119.63 ns 119.87 ns 120.16 ns]
63782026-02-20T05:02:15.058ZFound 2 outliers among 100 measurements (2.00%)
63792026-02-20T05:02:15.058Z 1 (1.00%) high mild
63802026-02-20T05:02:15.058Z 1 (1.00%) high severe
63812026-02-20T05:02:16.170Z
63822026-02-20T05:02:16.174ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
63832026-02-20T05:02:16.174ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
63842026-02-20T05:02:21.957ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0007 s (1.8M iterations)
63852026-02-20T05:02:26.959ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
63862026-02-20T05:02:27.041Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
63872026-02-20T05:02:27.041Z time: [281.29 ns 284.46 ns 288.60 ns]
63882026-02-20T05:02:27.041ZFound 11 outliers among 100 measurements (11.00%)
63892026-02-20T05:02:27.041Z 3 (3.00%) high mild
63902026-02-20T05:02:27.041Z 8 (8.00%) high severe
63912026-02-20T05:02:28.157Z
63922026-02-20T05:02:28.161ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
63932026-02-20T05:02:28.161ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
63942026-02-20T05:02:28.161ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0331 ms (440 iterations)
63952026-02-20T05:02:28.161ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
63962026-02-20T05:02:28.161Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
63972026-02-20T05:02:28.161Z time: [18.000 18.000 18.000 ]
63982026-02-20T05:02:28.161Z
63992026-02-20T05:02:28.161ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
64002026-02-20T05:02:28.161ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
64012026-02-20T05:02:28.161ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0362 ms (495 iterations)
64022026-02-20T05:02:28.164ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
64032026-02-20T05:02:28.164Zprocess/Hairpin-DHCPv4/alloc_ct/Request
64042026-02-20T05:02:28.164Z time: [18.000 18.000 18.000 ]
64052026-02-20T05:02:28.164Z
64062026-02-20T05:02:28.164ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
64072026-02-20T05:02:28.164ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
64082026-02-20T05:02:28.164ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0132 ms (385 iterations)
64092026-02-20T05:02:28.164ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
64102026-02-20T05:02:28.168Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
64112026-02-20T05:02:28.168Z time: [21.000 21.000 21.000 ]
64122026-02-20T05:02:28.168Z
64132026-02-20T05:02:28.168ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
64142026-02-20T05:02:28.168ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
64152026-02-20T05:02:28.168ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0491 ms (385 iterations)
64162026-02-20T05:02:28.168ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
64172026-02-20T05:02:28.168Zprocess/Hairpin-DHCPv6/alloc_ct/Request
64182026-02-20T05:02:28.168Z time: [22.000 22.000 22.000 ]
64192026-02-20T05:02:28.168Z
64202026-02-20T05:02:28.168ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
64212026-02-20T05:02:28.168ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
64222026-02-20T05:02:28.168ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0685 ms (660 iterations)
64232026-02-20T05:02:28.171ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
64242026-02-20T05:02:28.171Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
64252026-02-20T05:02:28.171Z time: [13.000 13.000 13.000 ]
64262026-02-20T05:02:28.171Z
64272026-02-20T05:02:28.171ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
64282026-02-20T05:02:28.171ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
64292026-02-20T05:02:28.171ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0696 ms (605 iterations)
64302026-02-20T05:02:28.172ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
64312026-02-20T05:02:28.175Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
64322026-02-20T05:02:28.175Z time: [12.000 12.000 12.000 ]
64332026-02-20T05:02:28.175Z
64342026-02-20T05:02:28.175ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
64352026-02-20T05:02:28.175ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
64362026-02-20T05:02:28.175ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0809 ms (550 iterations)
64372026-02-20T05:02:28.175ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
64382026-02-20T05:02:28.175Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
64392026-02-20T05:02:28.175Z time: [14.000 14.000 14.000 ]
64402026-02-20T05:02:28.175Z
64412026-02-20T05:02:28.175ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
64422026-02-20T05:02:28.175ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
64432026-02-20T05:02:28.175ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0484 ms (550 iterations)
64442026-02-20T05:02:28.178ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
64452026-02-20T05:02:28.178Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
64462026-02-20T05:02:28.178Z time: [14.000 14.000 14.000 ]
64472026-02-20T05:02:28.178Z
64482026-02-20T05:02:28.178ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
64492026-02-20T05:02:28.178ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
64502026-02-20T05:02:28.178ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0469 ms (605 iterations)
64512026-02-20T05:02:28.178ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
64522026-02-20T05:02:28.181Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
64532026-02-20T05:02:28.181Z time: [3.0000 3.0000 3.0000 ]
64542026-02-20T05:02:28.181Z
64552026-02-20T05:02:28.181ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
64562026-02-20T05:02:28.181ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
64572026-02-20T05:02:28.181ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0641 ms (385 iterations)
64582026-02-20T05:02:28.182ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
64592026-02-20T05:02:28.182Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
64602026-02-20T05:02:28.182Z time: [3.0000 3.0000 3.0000 ]
64612026-02-20T05:02:28.182Z
64622026-02-20T05:02:28.182ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
64632026-02-20T05:02:28.182ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
64642026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0163 ms (550 iterations)
64652026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
64662026-02-20T05:02:28.185ZCriterion.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.
64672026-02-20T05:02:28.185Z
64682026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
64692026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
64702026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1228 ms (385 iterations)
64712026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
64722026-02-20T05:02:28.185ZCriterion.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.
64732026-02-20T05:02:28.185Z
64742026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
64752026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
64762026-02-20T05:02:28.185ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0580 ms (825 iterations)
64772026-02-20T05:02:28.188ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
64782026-02-20T05:02:28.188Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
64792026-02-20T05:02:28.188Z time: [3.0000 3.0000 3.0000 ]
64802026-02-20T05:02:28.188Z
64812026-02-20T05:02:28.188ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
64822026-02-20T05:02:28.189ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
64832026-02-20T05:02:28.189ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0967 ms (385 iterations)
64842026-02-20T05:02:28.189ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
64852026-02-20T05:02:28.189Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
64862026-02-20T05:02:28.189Z time: [3.0000 3.0000 3.0000 ]
64872026-02-20T05:02:28.192Z
64882026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
64892026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
64902026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0542 ms (550 iterations)
64912026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
64922026-02-20T05:02:28.192ZCriterion.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.
64932026-02-20T05:02:28.192Z
64942026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
64952026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
64962026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0913 ms (385 iterations)
64972026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
64982026-02-20T05:02:28.192ZCriterion.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.
64992026-02-20T05:02:28.192Z
65002026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
65012026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
65022026-02-20T05:02:28.192ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0904 ms (660 iterations)
65032026-02-20T05:02:28.196ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
65042026-02-20T05:02:28.196Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
65052026-02-20T05:02:28.196Z time: [3.0000 3.0000 3.0000 ]
65062026-02-20T05:02:28.196Z
65072026-02-20T05:02:28.196ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
65082026-02-20T05:02:28.196ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
65092026-02-20T05:02:28.196ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1076 ms (385 iterations)
65102026-02-20T05:02:28.196ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
65112026-02-20T05:02:28.196Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
65122026-02-20T05:02:28.196Z time: [3.0000 3.0000 3.0000 ]
65132026-02-20T05:02:28.199Z
65142026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
65152026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
65162026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0582 ms (550 iterations)
65172026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
65182026-02-20T05:02:28.199ZCriterion.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.
65192026-02-20T05:02:28.199Z
65202026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
65212026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
65222026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0953 ms (330 iterations)
65232026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
65242026-02-20T05:02:28.199ZCriterion.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.
65252026-02-20T05:02:28.199Z
65262026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
65272026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
65282026-02-20T05:02:28.199ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0189 ms (715 iterations)
65292026-02-20T05:02:28.202ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
65302026-02-20T05:02:28.202Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
65312026-02-20T05:02:28.202Z time: [3.0000 3.0000 3.0000 ]
65322026-02-20T05:02:28.202Z
65332026-02-20T05:02:28.202ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
65342026-02-20T05:02:28.202ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
65352026-02-20T05:02:28.202ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0538 ms (385 iterations)
65362026-02-20T05:02:28.202ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
65372026-02-20T05:02:28.206Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
65382026-02-20T05:02:28.206Z time: [3.0000 3.0000 3.0000 ]
65392026-02-20T05:02:28.206Z
65402026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
65412026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
65422026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0932 ms (605 iterations)
65432026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
65442026-02-20T05:02:28.206ZCriterion.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.
65452026-02-20T05:02:28.206Z
65462026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
65472026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
65482026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0845 ms (275 iterations)
65492026-02-20T05:02:28.206ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
65502026-02-20T05:02:28.206ZCriterion.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.
65512026-02-20T05:02:28.206Z
65522026-02-20T05:02:28.206ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
65532026-02-20T05:02:28.206ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
65542026-02-20T05:02:28.206ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0498 ms (220 iterations)
65552026-02-20T05:02:28.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
65562026-02-20T05:02:28.210Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
65572026-02-20T05:02:28.210Z time: [35.000 35.000 35.000 ]
65582026-02-20T05:02:28.210Z
65592026-02-20T05:02:28.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
65602026-02-20T05:02:28.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
65612026-02-20T05:02:28.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1991 ms (220 iterations)
65622026-02-20T05:02:28.210ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
65632026-02-20T05:02:28.213Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
65642026-02-20T05:02:28.213Z time: [35.000 35.000 35.000 ]
65652026-02-20T05:02:28.213Z
65662026-02-20T05:02:28.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
65672026-02-20T05:02:28.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
65682026-02-20T05:02:28.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1065 ms (330 iterations)
65692026-02-20T05:02:28.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
65702026-02-20T05:02:28.213Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
65712026-02-20T05:02:28.213Z time: [20.000 20.000 20.000 ]
65722026-02-20T05:02:28.213Z
65732026-02-20T05:02:28.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
65742026-02-20T05:02:28.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
65752026-02-20T05:02:28.213ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0028 ms (220 iterations)
65762026-02-20T05:02:28.217ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
65772026-02-20T05:02:28.217Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
65782026-02-20T05:02:28.217Z time: [20.000 20.000 20.000 ]
65792026-02-20T05:02:28.217Z
65802026-02-20T05:02:28.217ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65812026-02-20T05:02:28.217ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
65822026-02-20T05:02:28.217ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1343 ms (275 iterations)
65832026-02-20T05:02:28.217ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
65842026-02-20T05:02:28.220Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
65852026-02-20T05:02:28.220Z time: [35.000 35.000 35.000 ]
65862026-02-20T05:02:28.220Z
65872026-02-20T05:02:28.220ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65882026-02-20T05:02:28.220ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
65892026-02-20T05:02:28.220ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2586 ms (220 iterations)
65902026-02-20T05:02:28.220ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
65912026-02-20T05:02:28.220Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
65922026-02-20T05:02:28.220Z time: [35.000 35.000 35.000 ]
65932026-02-20T05:02:28.220Z
65942026-02-20T05:02:28.220ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65952026-02-20T05:02:28.220ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
65962026-02-20T05:02:28.220ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0052 ms (330 iterations)
65972026-02-20T05:02:28.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
65982026-02-20T05:02:28.224Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
65992026-02-20T05:02:28.224Z time: [20.000 20.000 20.000 ]
66002026-02-20T05:02:28.224Z
66012026-02-20T05:02:28.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
66022026-02-20T05:02:28.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
66032026-02-20T05:02:28.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1947 ms (275 iterations)
66042026-02-20T05:02:28.224ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
66052026-02-20T05:02:28.227Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
66062026-02-20T05:02:28.227Z time: [20.000 20.000 20.000 ]
66072026-02-20T05:02:28.227Z
66082026-02-20T05:02:28.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
66092026-02-20T05:02:28.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
66102026-02-20T05:02:28.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0225 ms (220 iterations)
66112026-02-20T05:02:28.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
66122026-02-20T05:02:28.227Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
66132026-02-20T05:02:28.227Z time: [35.000 35.000 35.000 ]
66142026-02-20T05:02:28.227Z
66152026-02-20T05:02:28.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
66162026-02-20T05:02:28.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
66172026-02-20T05:02:28.227ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2901 ms (220 iterations)
66182026-02-20T05:02:28.230ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
66192026-02-20T05:02:28.230Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
66202026-02-20T05:02:28.231Z time: [35.000 35.000 35.000 ]
66212026-02-20T05:02:28.231Z
66222026-02-20T05:02:28.231ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
66232026-02-20T05:02:28.231ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
66242026-02-20T05:02:28.231ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1835 ms (330 iterations)
66252026-02-20T05:02:28.231ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
66262026-02-20T05:02:28.234Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
66272026-02-20T05:02:28.234Z time: [20.000 20.000 20.000 ]
66282026-02-20T05:02:28.234Z
66292026-02-20T05:02:28.234ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
66302026-02-20T05:02:28.234ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
66312026-02-20T05:02:28.234ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0677 ms (220 iterations)
66322026-02-20T05:02:28.234ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
66332026-02-20T05:02:28.234Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
66342026-02-20T05:02:28.234Z time: [20.000 20.000 20.000 ]
66352026-02-20T05:02:28.237Z
66362026-02-20T05:02:28.237ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
66372026-02-20T05:02:28.237ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
66382026-02-20T05:02:28.237ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0003 ms (220 iterations)
66392026-02-20T05:02:28.237ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
66402026-02-20T05:02:28.237Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
66412026-02-20T05:02:28.237Z time: [35.000 35.000 35.000 ]
66422026-02-20T05:02:28.237Z
66432026-02-20T05:02:28.237ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
66442026-02-20T05:02:28.237ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
66452026-02-20T05:02:28.237ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2466 ms (220 iterations)
66462026-02-20T05:02:28.249ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
66472026-02-20T05:02:28.249Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
66482026-02-20T05:02:28.249Z time: [35.000 35.000 35.000 ]
66492026-02-20T05:02:28.249Z
66502026-02-20T05:02:28.249ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
66512026-02-20T05:02:28.250ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
66522026-02-20T05:02:28.250ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1377 ms (330 iterations)
66532026-02-20T05:02:28.250ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
66542026-02-20T05:02:28.250Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
66552026-02-20T05:02:28.250Z time: [20.000 20.000 20.000 ]
66562026-02-20T05:02:28.250Z
66572026-02-20T05:02:28.250ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66582026-02-20T05:02:28.250ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
66592026-02-20T05:02:28.250ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0193 ms (220 iterations)
66602026-02-20T05:02:28.250ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
66612026-02-20T05:02:28.250Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
66622026-02-20T05:02:28.250Z time: [20.000 20.000 20.000 ]
66632026-02-20T05:02:28.250Z
66642026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
66652026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
66662026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.1071 ms (550 iterations)
66672026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
66682026-02-20T05:02:28.250Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
66692026-02-20T05:02:28.250Z time: [3924.0 B 3924.0 B 3924.0 B]
66702026-02-20T05:02:28.250Z
66712026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
66722026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
66732026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0574 ms (550 iterations)
66742026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
66752026-02-20T05:02:28.250Zprocess/Hairpin-DHCPv4/alloc_sz/Request
66762026-02-20T05:02:28.250Z time: [3924.0 B 3924.0 B 3924.0 B]
66772026-02-20T05:02:28.250Z
66782026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
66792026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
66802026-02-20T05:02:28.250ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.1498 ms (330 iterations)
66812026-02-20T05:02:28.255ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
66822026-02-20T05:02:28.255Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
66832026-02-20T05:02:28.255Z time: [4023.0 B 4023.0 B 4023.0 B]
66842026-02-20T05:02:28.255Z
66852026-02-20T05:02:28.255ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
66862026-02-20T05:02:28.255ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
66872026-02-20T05:02:28.255ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0334 ms (385 iterations)
66882026-02-20T05:02:28.255ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
66892026-02-20T05:02:28.255Zprocess/Hairpin-DHCPv6/alloc_sz/Request
66902026-02-20T05:02:28.255Z time: [4421.0 B 4421.0 B 4421.0 B]
66912026-02-20T05:02:28.255Z
66922026-02-20T05:02:28.255ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
66932026-02-20T05:02:28.255ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
66942026-02-20T05:02:28.255ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0615 ms (660 iterations)
66952026-02-20T05:02:28.255ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
66962026-02-20T05:02:28.258Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
66972026-02-20T05:02:28.259Z time: [2888.0 B 2888.0 B 2888.0 B]
66982026-02-20T05:02:28.259Z
66992026-02-20T05:02:28.259ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
67002026-02-20T05:02:28.259ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
67012026-02-20T05:02:28.259ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0661 ms (605 iterations)
67022026-02-20T05:02:28.259ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
67032026-02-20T05:02:28.259Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
67042026-02-20T05:02:28.259Z time: [2873.0 B 2873.0 B 2873.0 B]
67052026-02-20T05:02:28.259Z
67062026-02-20T05:02:28.259ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
67072026-02-20T05:02:28.259ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
67082026-02-20T05:02:28.259ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0711 ms (550 iterations)
67092026-02-20T05:02:28.262ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
67102026-02-20T05:02:28.262Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
67112026-02-20T05:02:28.262Z time: [2926.0 B 2926.0 B 2926.0 B]
67122026-02-20T05:02:28.262Z
67132026-02-20T05:02:28.262ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
67142026-02-20T05:02:28.262ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
67152026-02-20T05:02:28.262ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0321 ms (550 iterations)
67162026-02-20T05:02:28.262ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
67172026-02-20T05:02:28.265Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
67182026-02-20T05:02:28.265Z time: [2910.0 B 2910.0 B 2910.0 B]
67192026-02-20T05:02:28.265Z
67202026-02-20T05:02:28.265ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
67212026-02-20T05:02:28.265ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
67222026-02-20T05:02:28.265ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0293 ms (660 iterations)
67232026-02-20T05:02:28.265ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
67242026-02-20T05:02:28.265Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
67252026-02-20T05:02:28.266Z time: [264.00 B 264.00 B 264.00 B]
67262026-02-20T05:02:28.266Z
67272026-02-20T05:02:28.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
67282026-02-20T05:02:28.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
67292026-02-20T05:02:28.266ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0699 ms (385 iterations)
67302026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
67312026-02-20T05:02:28.269Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
67322026-02-20T05:02:28.269Z time: [264.00 B 264.00 B 264.00 B]
67332026-02-20T05:02:28.269Z
67342026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
67352026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
67362026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0625 ms (605 iterations)
67372026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
67382026-02-20T05:02:28.269ZCriterion.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.
67392026-02-20T05:02:28.269Z
67402026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
67412026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67422026-02-20T05:02:28.269ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1121 ms (385 iterations)
67432026-02-20T05:02:28.272ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
67442026-02-20T05:02:28.272ZCriterion.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.
67452026-02-20T05:02:28.272Z
67462026-02-20T05:02:28.272ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67472026-02-20T05:02:28.272ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
67482026-02-20T05:02:28.272ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0623 ms (825 iterations)
67492026-02-20T05:02:28.272ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
67502026-02-20T05:02:28.272Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
67512026-02-20T05:02:28.273Z time: [264.00 B 264.00 B 264.00 B]
67522026-02-20T05:02:28.273Z
67532026-02-20T05:02:28.273ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67542026-02-20T05:02:28.273ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
67552026-02-20T05:02:28.273ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0101 ms (385 iterations)
67562026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
67572026-02-20T05:02:28.276Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
67582026-02-20T05:02:28.276Z time: [264.00 B 264.00 B 264.00 B]
67592026-02-20T05:02:28.276Z
67602026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
67612026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
67622026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0717 ms (660 iterations)
67632026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
67642026-02-20T05:02:28.276ZCriterion.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.
67652026-02-20T05:02:28.276Z
67662026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
67672026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
67682026-02-20T05:02:28.276ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0714 ms (385 iterations)
67692026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
67702026-02-20T05:02:28.280ZCriterion.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.
67712026-02-20T05:02:28.280Z
67722026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67732026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67742026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0814 ms (660 iterations)
67752026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
67762026-02-20T05:02:28.280Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
67772026-02-20T05:02:28.280Z time: [264.00 B 264.00 B 264.00 B]
67782026-02-20T05:02:28.280Z
67792026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67802026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67812026-02-20T05:02:28.280ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1067 ms (385 iterations)
67822026-02-20T05:02:28.283ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
67832026-02-20T05:02:28.283Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
67842026-02-20T05:02:28.283Z time: [264.00 B 264.00 B 264.00 B]
67852026-02-20T05:02:28.283Z
67862026-02-20T05:02:28.283ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
67872026-02-20T05:02:28.283ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
67882026-02-20T05:02:28.283ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0557 ms (440 iterations)
67892026-02-20T05:02:28.283ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
67902026-02-20T05:02:28.284ZCriterion.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.
67912026-02-20T05:02:28.284Z
67922026-02-20T05:02:28.284ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
67932026-02-20T05:02:28.284ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67942026-02-20T05:02:28.284ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0745 ms (330 iterations)
67952026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
67962026-02-20T05:02:28.287ZCriterion.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.
67972026-02-20T05:02:28.287Z
67982026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
67992026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
68002026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0486 ms (715 iterations)
68012026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
68022026-02-20T05:02:28.287Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
68032026-02-20T05:02:28.287Z time: [264.00 B 264.00 B 264.00 B]
68042026-02-20T05:02:28.287Z
68052026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
68062026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
68072026-02-20T05:02:28.287ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0589 ms (385 iterations)
68082026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
68092026-02-20T05:02:28.291Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
68102026-02-20T05:02:28.291Z time: [264.00 B 264.00 B 264.00 B]
68112026-02-20T05:02:28.291Z
68122026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
68132026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
68142026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0541 ms (550 iterations)
68152026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
68162026-02-20T05:02:28.291ZCriterion.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.
68172026-02-20T05:02:28.291Z
68182026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
68192026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
68202026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1291 ms (385 iterations)
68212026-02-20T05:02:28.291ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
68222026-02-20T05:02:28.291ZCriterion.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.
68232026-02-20T05:02:28.291Z
68242026-02-20T05:02:28.291ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68252026-02-20T05:02:28.291ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
68262026-02-20T05:02:28.294ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1650 ms (275 iterations)
68272026-02-20T05:02:28.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
68282026-02-20T05:02:28.295Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
68292026-02-20T05:02:28.295Z time: [7363.0 B 7363.0 B 7363.0 B]
68302026-02-20T05:02:28.295Z
68312026-02-20T05:02:28.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68322026-02-20T05:02:28.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
68332026-02-20T05:02:28.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2040 ms (220 iterations)
68342026-02-20T05:02:28.295ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
68352026-02-20T05:02:28.298Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
68362026-02-20T05:02:28.298Z time: [7363.0 B 7363.0 B 7363.0 B]
68372026-02-20T05:02:28.298Z
68382026-02-20T05:02:28.298ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68392026-02-20T05:02:28.298ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
68402026-02-20T05:02:28.298ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.1042 ms (330 iterations)
68412026-02-20T05:02:28.298ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
68422026-02-20T05:02:28.298Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
68432026-02-20T05:02:28.298Z time: [5872.0 B 5872.0 B 5872.0 B]
68442026-02-20T05:02:28.301Z
68452026-02-20T05:02:28.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68462026-02-20T05:02:28.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
68472026-02-20T05:02:28.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.2424 ms (275 iterations)
68482026-02-20T05:02:28.301ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
68492026-02-20T05:02:28.301Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
68502026-02-20T05:02:28.301Z time: [5872.0 B 5872.0 B 5872.0 B]
68512026-02-20T05:02:28.302Z
68522026-02-20T05:02:28.302ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68532026-02-20T05:02:28.302ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
68542026-02-20T05:02:28.302ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1224 ms (275 iterations)
68552026-02-20T05:02:28.305ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
68562026-02-20T05:02:28.305Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
68572026-02-20T05:02:28.305Z time: [7363.0 B 7363.0 B 7363.0 B]
68582026-02-20T05:02:28.305Z
68592026-02-20T05:02:28.305ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68602026-02-20T05:02:28.305ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68612026-02-20T05:02:28.305ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1617 ms (220 iterations)
68622026-02-20T05:02:28.305ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
68632026-02-20T05:02:28.308Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
68642026-02-20T05:02:28.308Z time: [7363.0 B 7363.0 B 7363.0 B]
68652026-02-20T05:02:28.308Z
68662026-02-20T05:02:28.308ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68672026-02-20T05:02:28.308ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
68682026-02-20T05:02:28.308ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0010 ms (330 iterations)
68692026-02-20T05:02:28.308ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
68702026-02-20T05:02:28.308Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
68712026-02-20T05:02:28.308Z time: [5872.0 B 5872.0 B 5872.0 B]
68722026-02-20T05:02:28.308Z
68732026-02-20T05:02:28.308ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68742026-02-20T05:02:28.308ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
68752026-02-20T05:02:28.308ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.1907 ms (275 iterations)
68762026-02-20T05:02:28.312ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
68772026-02-20T05:02:28.312Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
68782026-02-20T05:02:28.312Z time: [5872.0 B 5872.0 B 5872.0 B]
68792026-02-20T05:02:28.312Z
68802026-02-20T05:02:28.312ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
68812026-02-20T05:02:28.312ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68822026-02-20T05:02:28.312ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0286 ms (220 iterations)
68832026-02-20T05:02:28.312ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
68842026-02-20T05:02:28.315Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
68852026-02-20T05:02:28.315Z time: [7363.0 B 7363.0 B 7363.0 B]
68862026-02-20T05:02:28.315Z
68872026-02-20T05:02:28.315ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
68882026-02-20T05:02:28.315ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
68892026-02-20T05:02:28.315ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.2838 ms (220 iterations)
68902026-02-20T05:02:28.315ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
68912026-02-20T05:02:28.315Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
68922026-02-20T05:02:28.315Z time: [7363.0 B 7363.0 B 7363.0 B]
68932026-02-20T05:02:28.315Z
68942026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
68952026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
68962026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1869 ms (330 iterations)
68972026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
68982026-02-20T05:02:28.319Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
68992026-02-20T05:02:28.319Z time: [5872.0 B 5872.0 B 5872.0 B]
69002026-02-20T05:02:28.319Z
69012026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69022026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
69032026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0639 ms (220 iterations)
69042026-02-20T05:02:28.319ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
69052026-02-20T05:02:28.322Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
69062026-02-20T05:02:28.322Z time: [5872.0 B 5872.0 B 5872.0 B]
69072026-02-20T05:02:28.322Z
69082026-02-20T05:02:28.322ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69092026-02-20T05:02:28.322ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
69102026-02-20T05:02:28.322ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.2363 ms (275 iterations)
69112026-02-20T05:02:28.322ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
69122026-02-20T05:02:28.322Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
69132026-02-20T05:02:28.322Z time: [7363.0 B 7363.0 B 7363.0 B]
69142026-02-20T05:02:28.325Z
69152026-02-20T05:02:28.325ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69162026-02-20T05:02:28.325ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
69172026-02-20T05:02:28.325ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.2560 ms (220 iterations)
69182026-02-20T05:02:28.325ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
69192026-02-20T05:02:28.325Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
69202026-02-20T05:02:28.325Z time: [7363.0 B 7363.0 B 7363.0 B]
69212026-02-20T05:02:28.326Z
69222026-02-20T05:02:28.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69232026-02-20T05:02:28.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
69242026-02-20T05:02:28.326ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1243 ms (330 iterations)
69252026-02-20T05:02:28.329ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
69262026-02-20T05:02:28.329Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
69272026-02-20T05:02:28.329Z time: [5872.0 B 5872.0 B 5872.0 B]
69282026-02-20T05:02:28.329Z
69292026-02-20T05:02:28.329ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69302026-02-20T05:02:28.329ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
69312026-02-20T05:02:28.329ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.0218 ms (220 iterations)
69322026-02-20T05:02:28.329ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
69332026-02-20T05:02:28.332Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
69342026-02-20T05:02:28.332Z time: [5872.0 B 5872.0 B 5872.0 B]
69352026-02-20T05:02:28.332Z
69362026-02-20T05:02:28.363Z+ cp -r target/criterion /work/bench-results
69372026-02-20T05:02:28.480Z+ cp -r target/xde-bench /work/bench-results
69382026-02-20T05:02:28.536Z+ pushd /work
69392026-02-20T05:02:28.536Z/work /work/oxidecomputer/opte
69402026-02-20T05:02:28.536Z+ tar -caf bench-results.tgz bench-results
69412026-02-20T05:02:29.156Z+ popd
69422026-02-20T05:02:29.156Z/work/oxidecomputer/opte
69432026-02-20T05:02:29.159Z+ cleanup
69442026-02-20T05:02:29.159Z++ id -un
69452026-02-20T05:02:29.162Z++ id -gn
69462026-02-20T05:02:29.166Z+ pfexec chown -R build:build .
69472026-02-20T05:02:29.241Z+ [[ -z 01KHWMGGT8M4HQYFP5XZ6F3MVM ]]
69482026-02-20T05:02:29.244Zprocess exited: duration 1793891 ms, exit code 0
 
69492026-02-20T05:02:29.257Zfound 1 output files
69502026-02-20T05:02:29.257Zuploading: /work/bench-results.tgz (3754178 bytes)
69512026-02-20T05:02:30.307Zuploaded: /work/bench-results.tgz