01KKJN3V10YYMWA8VE92S1S5NQ: 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: 01KKJN5HPTX5CX96Z8XK1006FM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T04:00:00.296Zjob dependencies complete; ready to run (waiting for 7 m 47 s)
22026-03-13T04:01:39.307Zjob assigned to worker 01KKJNM0Y35KM3JSBNCH1BHA3G [factory aws, i-0d4f0695f201da930] (queued for 1 m 39 s)
32026-03-13T04:01:47.484Zdownloading input: /input/xde/work/debug/xde.dbg
42026-03-13T04:01:48.662Zdownloaded input: /input/xde/work/debug/xde.dbg
52026-03-13T04:01:48.670Zdownloading input: /input/xde/work/debug/xde.dbg.sha256
62026-03-13T04:01:48.742Zdownloaded input: /input/xde/work/debug/xde.dbg.sha256
72026-03-13T04:01:48.742Zdownloading input: /input/xde/work/debug/xde_link.dbg.so
82026-03-13T04:01:48.784Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so
92026-03-13T04:01:48.784Zdownloading input: /input/xde/work/debug/xde_link.dbg.so.sha256
102026-03-13T04:01:48.915Zdownloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256
112026-03-13T04:01:48.918Zdownloading input: /input/xde/work/release/xde
122026-03-13T04:01:49.691Zdownloaded input: /input/xde/work/release/xde
132026-03-13T04:01:49.704Zdownloading input: /input/xde/work/release/xde.sha256
142026-03-13T04:01:49.715Zdownloaded input: /input/xde/work/release/xde.sha256
152026-03-13T04:01:49.715Zdownloading input: /input/xde/work/release/xde_link.so
162026-03-13T04:01:49.743Zdownloaded input: /input/xde/work/release/xde_link.so
172026-03-13T04:01:49.743Zdownloading input: /input/xde/work/release/xde_link.so.sha256
182026-03-13T04:01:49.773Zdownloaded input: /input/xde/work/release/xde_link.so.sha256
192026-03-13T04:01:49.776Zdownloading input: /input/xde/work/test/loopback
202026-03-13T04:01:50.321Zdownloaded input: /input/xde/work/test/loopback
212026-03-13T04:01:50.324Zdownloading input: /input/xde/work/test/multicast_rx
222026-03-13T04:01:50.928Zdownloaded input: /input/xde/work/test/multicast_rx
232026-03-13T04:01:50.931Zdownloading input: /input/xde/work/test/multicast_multi_sub
242026-03-13T04:01:51.476Zdownloaded input: /input/xde/work/test/multicast_multi_sub
252026-03-13T04:01:51.479Zdownloading input: /input/xde/work/test/multicast_validation
262026-03-13T04:01:52.213Zdownloaded input: /input/xde/work/test/multicast_validation
272026-03-13T04:01:52.216Zdownloading input: /input/xde/work/xde.conf
282026-03-13T04:01:52.241Zdownloaded input: /input/xde/work/xde.conf
 
292026-03-13T04:01:52.241Zstarting task 0: "setup"
302026-03-13T04:01:52.248Z++ uname -s
312026-03-13T04:01:52.251Z+ kern=SunOS
322026-03-13T04:01:52.251Z+ build_user=build
332026-03-13T04:01:52.251Z+ build_uid=12345
342026-03-13T04:01:52.251Z+ work_dir=/work
352026-03-13T04:01:52.251Z+ input_dir=/input
362026-03-13T04:01:52.251Z+ [[ 0 == 12345 ]]
372026-03-13T04:01:52.251Z+ case "$kern" in
382026-03-13T04:01:52.251Z+ groupadd -g 12345 build
392026-03-13T04:01:52.254Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
402026-03-13T04:01:54.258Z+ zfs create -o mountpoint=/work rpool/work
412026-03-13T04:01:54.413Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
422026-03-13T04:01:54.417Z+ home_fs=zfs
432026-03-13T04:01:54.417Z+ [[ zfs == autofs ]]
442026-03-13T04:01:54.417Z+ mkdir -p /home/build
452026-03-13T04:01:54.420Z+ chown build:build /home/build /work
462026-03-13T04:01:56.419Z+ chmod 0700 /home/build /work
472026-03-13T04:01:56.422Zprocess exited: duration 4180 ms, exit code 0
 
482026-03-13T04:01:56.427Zstarting task 1: "rust-toolchain"
492026-03-13T04:01:56.434Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
502026-03-13T04:01:56.434Z * rust toolchain channel = "1.93.1"
512026-03-13T04:01:56.434Z+ printf ' * rust toolchain profile = "%s"\n' default
522026-03-13T04:01:56.434Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
532026-03-13T04:01:56.434Z * rust toolchain profile = "default"
542026-03-13T04:01:56.434Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
552026-03-13T04:01:56.434Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
562026-03-13T04:01:56.434Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
572026-03-13T04:01:56.569Zinfo: downloading installer
582026-03-13T04:01:58.217Zwarn: It looks like you have an existing installation of Rust at:
592026-03-13T04:01:58.217Zwarn: /opt/ooce/bin
602026-03-13T04:01:58.217Zwarn: It is recommended that rustup be the primary Rust installation.
612026-03-13T04:01:58.217Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
622026-03-13T04:01:58.218Zwarn: If you are sure that you want both rustup and your already installed Rust
632026-03-13T04:01:58.218Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
642026-03-13T04:01:58.218Zwarn: or pass `-y' to ignore all ignorable checks.
652026-03-13T04:01:58.218Zerror: cannot install while Rust is installed
662026-03-13T04:01:58.218Zwarn: continuing (because the -y flag is set and the error is ignorable)
672026-03-13T04:01:58.218Zwarn: It looks like you have an existing rustup settings file at:
682026-03-13T04:01:58.218Zwarn: /home/build/.rustup/settings.toml
692026-03-13T04:01:58.218Zwarn: Rustup will install the default toolchain as specified in the settings file,
702026-03-13T04:01:58.218Zwarn: instead of the one inferred from the default host triple.
712026-03-13T04:01:58.231Zinfo: profile set to default
722026-03-13T04:01:58.231Zinfo: default host triple is x86_64-unknown-illumos
732026-03-13T04:01:58.235Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
742026-03-13T04:01:58.378Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
752026-03-13T04:01:58.394Zinfo: downloading 6 components
762026-03-13T04:02:14.847Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
772026-03-13T04:02:14.847Z
782026-03-13T04:02:14.881Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T04:02:14.881Z
802026-03-13T04:02:14.884Z
812026-03-13T04:02:14.884ZRust is installed now. Great!
822026-03-13T04:02:14.884Z
832026-03-13T04:02:14.884ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
842026-03-13T04:02:14.884Zenvironment variable. This has not been done automatically.
852026-03-13T04:02:14.884Z
862026-03-13T04:02:14.884ZTo configure your current shell, you need to source
872026-03-13T04:02:14.884Zthe corresponding env file under $HOME/.cargo.
882026-03-13T04:02:14.884Z
892026-03-13T04:02:14.884ZThis is usually done by running one of the following (note the leading DOT):
902026-03-13T04:02:14.884Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
912026-03-13T04:02:14.884Zsource "$HOME/.cargo/env.fish" # For fish
922026-03-13T04:02:14.884Zsource "~/.cargo/env.nu" # For nushell
932026-03-13T04:02:14.884Zsource "$HOME/.cargo/env.tcsh" # For tcsh
942026-03-13T04:02:14.884Z. "$HOME/.cargo/env.ps1" # For pwsh
952026-03-13T04:02:14.884Zsource "$HOME/.cargo/env.xsh" # For xonsh
962026-03-13T04:02:14.884Zwarn: no default linker (`cc`) was found in your PATH
972026-03-13T04:02:14.884Zwarn: many Rust crates require a system C toolchain to build
982026-03-13T04:02:14.975Z+ rustup --version
992026-03-13T04:02:14.985Zrustup 1.29.0 (28d1352db 2026-03-05)
1002026-03-13T04:02:14.999Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
1012026-03-13T04:02:15.011Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
1022026-03-13T04:02:15.014Z+ cargo --version
1032026-03-13T04:02:15.029Zcargo 1.93.1 (083ac5135 2025-12-15)
1042026-03-13T04:02:15.032Z+ rustc --version
1052026-03-13T04:02:15.056Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1062026-03-13T04:02:15.059Zprocess exited: duration 18631 ms, exit code 0
 
1072026-03-13T04:02:15.065Zstarting task 2: "authentication"
1082026-03-13T04:02:15.084Zprocess exited: duration 18 ms, exit code 0
 
1092026-03-13T04:02:15.089Zstarting task 3: "clone repository"
1102026-03-13T04:02:15.093Z+ mkdir -p /work/oxidecomputer/opte
1112026-03-13T04:02:15.096Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
1122026-03-13T04:02:15.128ZCloning into '/work/oxidecomputer/opte'...
1132026-03-13T04:02:15.985Z+ cd /work/oxidecomputer/opte
1142026-03-13T04:02:15.988Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
1152026-03-13T04:02:16.236ZFrom https://github.com/oxidecomputer/opte
1162026-03-13T04:02:16.236Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
1172026-03-13T04:02:16.244Z+ [[ -n renovate/clap-4.x-lockfile ]]
1182026-03-13T04:02:16.247Z++ git branch --show-current
1192026-03-13T04:02:16.251Z+ current=master
1202026-03-13T04:02:16.251Z+ [[ master != renovate/clap-4.x-lockfile ]]
1212026-03-13T04:02:16.251Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
1222026-03-13T04:02:16.254Z+ git checkout -f renovate/clap-4.x-lockfile
1232026-03-13T04:02:16.273ZSwitched to branch 'renovate/clap-4.x-lockfile'
1242026-03-13T04:02:16.276Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
1252026-03-13T04:02:16.295ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
1262026-03-13T04:02:16.298Zprocess exited: duration 1207 ms, exit code 0
 
1272026-03-13T04:02:16.308Zstarting task 4: "build"
1282026-03-13T04:02:16.311Z+ source .github/buildomat/common.sh
1292026-03-13T04:02:16.315Z++ rustup show active-toolchain
1302026-03-13T04:02:16.319Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1312026-03-13T04:02:16.322Z++ pushd xde
1322026-03-13T04:02:16.322Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1332026-03-13T04:02:16.322Z++ rustup show active-toolchain
1342026-03-13T04:02:16.327Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1352026-03-13T04:02:16.489Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1362026-03-13T04:02:16.492Zinfo: downloading 6 components
1372026-03-13T04:02:30.539Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1382026-03-13T04:02:30.644Z+++ rustup show active-toolchain -v
1392026-03-13T04:02:30.647Z+++ head -n 1
1402026-03-13T04:02:30.647Z+++ cut '-d ' -f1
1412026-03-13T04:02:30.712Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1422026-03-13T04:02:30.712Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1432026-03-13T04:02:30.712Z++ popd
1442026-03-13T04:02:30.715Z/work/oxidecomputer/opte
1452026-03-13T04:02:30.715Z+ pfexec pkg install brand/omicron1 brand/omicron1/tools opte iperf demangle flamegraph
1462026-03-13T04:02:41.116Z Startup: Refreshing catalog 'helios-dev' ... Done
1472026-03-13T04:02:50.777Z Startup: Caching catalogs ... Done
1482026-03-13T04:03:13.440ZPlanning: Solver setup ... Done
1492026-03-13T04:03:13.624ZPlanning: Running solver ... Done
1502026-03-13T04:03:13.811ZPlanning: Finding local manifests ... Done
1512026-03-13T04:03:13.824ZPlanning: Fetching manifests: 0/6 0% complete
1522026-03-13T04:03:13.854ZPlanning: Fetching manifests: 6/6 100% complete
1532026-03-13T04:03:13.870ZPlanning: Package planning ... Done
1542026-03-13T04:03:13.873ZPlanning: Merging actions ... Done
1552026-03-13T04:03:14.144ZPlanning: Checking for conflicting actions ... Done
1562026-03-13T04:03:14.148ZPlanning: Consolidating action changes ... Done
1572026-03-13T04:03:14.994ZPlanning: Evaluating mediators ... Done
1582026-03-13T04:03:14.996ZPlanning: Planning completed in 24.07 seconds
1592026-03-13T04:03:15.008Z Packages to install: 6
1602026-03-13T04:03:15.010Z Services to change: 2
1612026-03-13T04:03:15.011Z Create boot environment: No
1622026-03-13T04:03:15.011ZCreate backup boot environment: No
1632026-03-13T04:03:15.051Z
1642026-03-13T04:03:15.051ZDownload: 0/22 items 0.0/14.7MB 0% complete
1652026-03-13T04:03:15.232ZDownload: Completed 14.66 MB in 0.17 seconds (88.8M/s)
1662026-03-13T04:03:15.331Z Actions: 1/110 actions (Installing new actions)
1672026-03-13T04:03:15.820Z Actions: Completed 110 actions in 0.49 seconds.
1682026-03-13T04:03:16.157Z Done
1692026-03-13T04:03:16.157Z Done
1702026-03-13T04:03:17.026Z Done
1712026-03-13T04:03:21.076Z Done
1722026-03-13T04:03:21.156Z Done
1732026-03-13T04:03:21.159Z Done
1742026-03-13T04:03:27.240Z Done
1752026-03-13T04:03:27.950Z+ [[ -z 01KKJN5HPTX5CX96Z8XK1006FM ]]
1762026-03-13T04:03:27.950Z+ pfexec /usr/lib/brand/omicron1/baseline -w /var/run/brand/omicron1/baseline
1772026-03-13T04:03:29.261Zincorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23457:20250626T230506Z
1782026-03-13T04:03:29.261Zentire = pkg://helios-dev/entire@2-2.0:20230621T192557Z
1792026-03-13T04:03:29.261Zinstall = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
1802026-03-13T04:03:29.261Zinstall = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
1812026-03-13T04:03:29.261Ztempdir @ "/tmp/.tmpOdxpnt/tmp"
1822026-03-13T04:03:29.261Zimage root @ "/tmp/.tmpOdxpnt/tmp/root"
1832026-03-13T04:03:29.261Zcreating image...
1842026-03-13T04:03:29.632Zcopying publishers...
1852026-03-13T04:03:47.927Zadding properties...
1862026-03-13T04:03:48.774Zinstalling packages...
1872026-03-13T04:05:29.892Zseeding SMF database...
1882026-03-13T04:05:36.082Zconfiguring SMF profile...
1892026-03-13T04:05:36.085Zmodifying shadow(5)...
1902026-03-13T04:05:36.085Zloading user and group database...
1912026-03-13T04:05:36.085Zloading facet selections...
1922026-03-13T04:05:36.420Z devel -> true
1932026-03-13T04:05:36.420Z doc.man -> true
1942026-03-13T04:05:36.420Z entire.service/hal -> true
1952026-03-13T04:05:36.420Z entire.service/network/smtp/dma -> true
1962026-03-13T04:05:36.420Z locale.ar -> true
1972026-03-13T04:05:36.420Z locale.ca -> true
1982026-03-13T04:05:36.420Z locale.cs -> true
1992026-03-13T04:05:36.420Z locale.de -> true
2002026-03-13T04:05:36.420Z locale.es -> true
2012026-03-13T04:05:36.420Z locale.fr -> true
2022026-03-13T04:05:36.420Z locale.he -> true
2032026-03-13T04:05:36.420Z locale.hu -> true
2042026-03-13T04:05:36.420Z locale.id -> true
2052026-03-13T04:05:36.420Z locale.it -> true
2062026-03-13T04:05:36.420Z locale.ja -> true
2072026-03-13T04:05:36.421Z locale.ko -> true
2082026-03-13T04:05:36.421Z locale.nl -> true
2092026-03-13T04:05:36.421Z locale.pl -> true
2102026-03-13T04:05:36.421Z locale.pt_BR -> true
2112026-03-13T04:05:36.421Z locale.ru -> true
2122026-03-13T04:05:36.421Z locale.sk -> true
2132026-03-13T04:05:36.421Z locale.sv -> true
2142026-03-13T04:05:36.421Z locale.zh_CN -> true
2152026-03-13T04:05:36.421Z locale.zh_HK -> true
2162026-03-13T04:05:36.421Z locale.zh_TW -> true
2172026-03-13T04:05:36.421Z onu.ooceonly -> true
2182026-03-13T04:05:36.421Z version-lock.shell/ksh93 -> true
2192026-03-13T04:05:36.421Z version-lock.system/data/hardware-registry -> true
2202026-03-13T04:05:36.421Z version-lock.system/data/zoneinfo -> true
2212026-03-13T04:05:36.421Z version-lock.system/microcode/amd -> true
2222026-03-13T04:05:36.421Z version-lock.system/microcode/intel -> true
2232026-03-13T04:05:36.421Z version-lock.system/microcode/oxide -> true
2242026-03-13T04:05:36.421Zassessing packaged files...
2252026-03-13T04:05:38.448Zcreating archive...
2262026-03-13T04:05:38.482Zmissing from packaging:
2272026-03-13T04:05:38.486Z "etc/.pwd.lock"
2282026-03-13T04:05:38.491Z "etc/svc/profile/generic.xml"
2292026-03-13T04:05:38.491Z "etc/svc/profile/inetd_services.xml"
2302026-03-13T04:05:38.491Z "etc/svc/profile/name_service.xml"
2312026-03-13T04:05:38.491Z "etc/svc/profile/platform.xml"
2322026-03-13T04:05:38.491Z "etc/svc/profile/platform_omicron1.xml"
2332026-03-13T04:05:38.491Z "etc/svc/repository.db"
2342026-03-13T04:05:38.494Z
2352026-03-13T04:05:38.498Z
2362026-03-13T04:05:38.498Zfinishing archive...
2372026-03-13T04:05:39.458Zcreating gzonly manifest...
2382026-03-13T04:05:39.462Zok
2392026-03-13T04:05:39.571Z+ trap cleanup EXIT
2402026-03-13T04:05:39.574Z+ OUT_DIR=/work/bench-results
2412026-03-13T04:05:39.574Z+ mkdir -p /work/bench-results
2422026-03-13T04:05:39.574Z+ mkdir -p target/criterion
2432026-03-13T04:05:39.576Z+ mkdir -p target/xde-bench
2442026-03-13T04:05:39.576Z+ banner collect
2452026-03-13T04:05:39.579Z
2462026-03-13T04:05:39.579Z #### #### # # ###### #### #####
2472026-03-13T04:05:39.579Z # # # # # # # # # #
2482026-03-13T04:05:39.579Z # # # # # ##### # #
2492026-03-13T04:05:39.579Z # # # # # # # #
2502026-03-13T04:05:39.579Z # # # # # # # # # #
2512026-03-13T04:05:39.579Z #### #### ###### ###### ###### #### #
2522026-03-13T04:05:39.579Z
2532026-03-13T04:05:39.583Z++ cat .git/refs/heads/master
2542026-03-13T04:05:39.583Z+ BASELINE_COMMIT=914525021e1dae3fd569c5908e1e2b91b99fe0f6
2552026-03-13T04:05:39.583Z+ [[ renovate/clap-4.x-lockfile == \m\a\s\t\e\r ]]
2562026-03-13T04:05:39.583Z+ get_artifact opte benchmark 914525021e1dae3fd569c5908e1e2b91b99fe0f6 bench-results.tgz
2572026-03-13T04:05:39.583Z+ local curl_res
2582026-03-13T04:05:39.583Z+ repo=opte
2592026-03-13T04:05:39.583Z+ series=benchmark
2602026-03-13T04:05:39.583Z+ commit=914525021e1dae3fd569c5908e1e2b91b99fe0f6
2612026-03-13T04:05:39.583Z+ name=bench-results.tgz
2622026-03-13T04:05:39.583Z+ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2632026-03-13T04:05:39.583Z+ mkdir -p download
2642026-03-13T04:05:39.583Z+ pushd download
2652026-03-13T04:05:39.583Z/work/oxidecomputer/opte/download /work/oxidecomputer/opte
2662026-03-13T04:05:39.583Z+ [[ ! -f bench-results.tgz ]]
2672026-03-13T04:05:39.583Z+ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/914525021e1dae3fd569c5908e1e2b91b99fe0f6/bench-results.tgz
2682026-03-13T04:05:39.591Z % Total % Received % Xferd Average Speed Time Time Time Current
2692026-03-13T04:05:39.594Z Dload Upload Total Spent Left Speed
2702026-03-13T04:05:40.003Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4635k 100 4635k 0 0 10.9M 0 --:--:-- --:--:-- --:--:-- 10.9M
2712026-03-13T04:05:40.007Z+ curl_res=0
2722026-03-13T04:05:40.010Z+ popd
2732026-03-13T04:05:40.010Z/work/oxidecomputer/opte
2742026-03-13T04:05:40.010Z+ return 0
2752026-03-13T04:05:40.010Z+ tar -xf download/bench-results.tgz -C target
2762026-03-13T04:05:40.300Z+ mv target/bench-results/criterion target/bench-results/xde-bench target/
2772026-03-13T04:05:40.303Z+ rm -r target/bench-results
2782026-03-13T04:05:40.306Z+ [[ '' -eq 1 ]]
2792026-03-13T04:05:40.306Z+ uname -a
2802026-03-13T04:05:40.306ZSunOS w-01KKJNM0Y35KM3JSBNCH1BHA3G 5.11 helios-2.0.23457 i86pc i386 i86pc
2812026-03-13T04:05:40.306Z+ cat /etc/versions/build
2822026-03-13T04:05:40.309Zheads/stlouis-0-g882bec99c4
2832026-03-13T04:05:40.309Z+ dladm
2842026-03-13T04:05:40.312ZLINK CLASS MTU STATE BRIDGE OVER
2852026-03-13T04:05:40.312Zena0 phys 9216 up -- --
2862026-03-13T04:05:40.312Z+ ipadm
2872026-03-13T04:05:40.315ZADDROBJ TYPE STATE ADDR
2882026-03-13T04:05:40.315Zlo0/v4 static ok 127.0.0.1/8
2892026-03-13T04:05:40.315Zena0/dhcp dhcp ok 10.150.1.94/24
2902026-03-13T04:05:40.315Zlo0/v6 static ok ::1/128
2912026-03-13T04:05:40.315Z+ pfexec rem_drv xde
2922026-03-13T04:05:40.325Z+ set -o errexit
2932026-03-13T04:05:40.325Z+ set -o pipefail
2942026-03-13T04:05:40.327Z+ banner prepare
2952026-03-13T04:05:40.327Z
2962026-03-13T04:05:40.327Z ##### ##### ###### ##### ## ##### ######
2972026-03-13T04:05:40.327Z # # # # # # # # # # # #
2982026-03-13T04:05:40.327Z # # # # ##### # # # # # # #####
2992026-03-13T04:05:40.327Z ##### ##### # ##### ###### ##### #
3002026-03-13T04:05:40.328Z # # # # # # # # # #
3012026-03-13T04:05:40.328Z # # # ###### # # # # # ######
3022026-03-13T04:05:40.328Z
3032026-03-13T04:05:40.328Z+ pfexec cp /input/xde/work/xde.conf /kernel/drv/
3042026-03-13T04:05:40.332Z+ pfexec cp /input/xde/work/release/xde /kernel/drv/amd64
3052026-03-13T04:05:40.410Z+ pfexec add_drv xde
3062026-03-13T04:05:41.168Z+ banner bench
3072026-03-13T04:05:41.171Z
3082026-03-13T04:05:41.171Z ##### ###### # # #### # #
3092026-03-13T04:05:41.171Z # # # ## # # # # #
3102026-03-13T04:05:41.171Z ##### ##### # # # # ######
3112026-03-13T04:05:41.171Z # # # # # # # # #
3122026-03-13T04:05:41.171Z # # # # ## # # # #
3132026-03-13T04:05:41.171Z ##### ###### # # #### # #
3142026-03-13T04:05:41.171Z
3152026-03-13T04:05:41.171Z+ cargo kbench local
3162026-03-13T04:05:41.308Z Updating crates.io index
3172026-03-13T04:05:41.312Z Updating git repository `https://github.com/oxidecomputer/falcon`
3182026-03-13T04:05:42.190Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3192026-03-13T04:05:42.462Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202026-03-13T04:05:42.888Z Updating git repository `https://github.com/oxidecomputer/zone`
3212026-03-13T04:05:43.245Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-03-13T04:05:43.492Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-03-13T04:05:43.773Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-03-13T04:05:45.824Z Downloading crates ...
3252026-03-13T04:05:45.882Z Downloaded embedded-io v0.6.1
3262026-03-13T04:05:45.887Z Downloaded clap_derive v4.6.0
3272026-03-13T04:05:45.890Z Downloaded ipnetwork v0.21.1
3282026-03-13T04:05:45.898Z Downloaded ciborium-io v0.2.2
3292026-03-13T04:05:45.903Z Downloaded cast v0.3.0
3302026-03-13T04:05:45.907Z Downloaded alloca v0.4.0
3312026-03-13T04:05:45.910Z Downloaded clap_lex v1.0.0
3322026-03-13T04:05:45.913Z Downloaded pretty-hex v0.4.1
3332026-03-13T04:05:45.913Z Downloaded heck v0.5.0
3342026-03-13T04:05:45.916Z Downloaded plotters-backend v0.3.7
3352026-03-13T04:05:45.916Z Downloaded terminal_size v0.4.3
3362026-03-13T04:05:45.916Z Downloaded colorchoice v1.0.4
3372026-03-13T04:05:45.919Z Downloaded bitflags v1.3.2
3382026-03-13T04:05:45.919Z Downloaded thread_local v1.1.9
3392026-03-13T04:05:45.921Z Downloaded cfg-if v1.0.4
3402026-03-13T04:05:45.922Z Downloaded darling_macro v0.21.3
3412026-03-13T04:05:45.924Z Downloaded cc v1.2.56
3422026-03-13T04:05:45.927Z Downloaded anstyle-parse v1.0.0
3432026-03-13T04:05:45.929Z Downloaded rand_chacha v0.9.0
3442026-03-13T04:05:45.929Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3452026-03-13T04:05:45.932Z Downloaded oxnet v0.1.4
3462026-03-13T04:05:45.932Z Downloaded foreign-types-macros v0.2.3
3472026-03-13T04:05:45.932Z Downloaded proc-macro-error2 v2.0.1
3482026-03-13T04:05:45.934Z Downloaded defmt v0.3.100
3492026-03-13T04:05:45.937Z Downloaded num-traits v0.2.19
3502026-03-13T04:05:45.937Z Downloaded embedded-io v0.4.0
3512026-03-13T04:05:45.940Z Downloaded tracing-core v0.1.36
3522026-03-13T04:05:45.943Z Downloaded foreign-types v0.5.0
3532026-03-13T04:05:45.943Z Downloaded crossbeam-epoch v0.9.18
3542026-03-13T04:05:45.946Z Downloaded arc-swap v1.8.2
3552026-03-13T04:05:45.948Z Downloaded version_check v0.9.5
3562026-03-13T04:05:45.948Z Downloaded futures-macro v0.3.32
3572026-03-13T04:05:45.951Z Downloaded dyn-clone v1.0.20
3582026-03-13T04:05:45.951Z Downloaded slog-term v2.9.2
3592026-03-13T04:05:45.954Z Downloaded syn v1.0.109
3602026-03-13T04:05:45.959Z Downloaded slog v2.8.2
3612026-03-13T04:05:45.962Z Downloaded lazy_static v1.5.0
3622026-03-13T04:05:45.965Z Downloaded macaddr v1.0.1
3632026-03-13T04:05:45.965Z Downloaded cookie-factory v0.3.3
3642026-03-13T04:05:45.967Z Downloaded tabwriter v1.4.1
3652026-03-13T04:05:45.967Z Downloaded utf8parse v0.2.2
3662026-03-13T04:05:45.970Z Downloaded ingot-macros v0.1.1
3672026-03-13T04:05:45.970Z Downloaded ciborium-ll v0.2.2
3682026-03-13T04:05:45.970Z Downloaded deranged v0.5.8
3692026-03-13T04:05:45.973Z Downloaded darling_core v0.21.3
3702026-03-13T04:05:45.976Z Downloaded crc32fast v1.5.0
3712026-03-13T04:05:45.979Z Downloaded ident_case v1.0.1
3722026-03-13T04:05:45.979Z Downloaded ppv-lite86 v0.2.21
3732026-03-13T04:05:45.979Z Downloaded futures-sink v0.3.32
3742026-03-13T04:05:45.982Z Downloaded cpufeatures v0.3.0
3752026-03-13T04:05:45.982Z Downloaded dtor v0.1.1
3762026-03-13T04:05:45.982Z Downloaded anstyle-query v1.1.5
3772026-03-13T04:05:45.985Z Downloaded erased-serde v0.3.31
3782026-03-13T04:05:45.985Z Downloaded colored v3.1.1
3792026-03-13T04:05:45.987Z Downloaded tinytemplate v1.2.1
3802026-03-13T04:05:45.990Z Downloaded ingot v0.1.1
3812026-03-13T04:05:45.990Z Downloaded either v1.15.0
3822026-03-13T04:05:45.993Z Downloaded proc-macro-error-attr2 v2.0.0
3832026-03-13T04:05:45.993Z Downloaded num-conv v0.2.0
3842026-03-13T04:05:45.993Z Downloaded cfg_aliases v0.2.1
3852026-03-13T04:05:45.993Z Downloaded thiserror-impl v1.0.69
3862026-03-13T04:05:45.996Z Downloaded fnv v1.0.7
3872026-03-13T04:05:45.996Z Downloaded circular v0.3.0
3882026-03-13T04:05:45.996Z Downloaded ref-cast v1.0.25
3892026-03-13T04:05:45.998Z Downloaded managed v0.8.0
3902026-03-13T04:05:45.998Z Downloaded futures-core v0.3.32
3912026-03-13T04:05:46.001Z Downloaded slog-envlogger v2.2.0
3922026-03-13T04:05:46.001Z Downloaded same-file v1.0.6
3932026-03-13T04:05:46.004Z Downloaded heck v0.4.1
3942026-03-13T04:05:46.004Z Downloaded errno v0.3.14
3952026-03-13T04:05:46.004Z Downloaded proc-macro-error-attr v1.0.4
3962026-03-13T04:05:46.006Z Downloaded page_size v0.6.0
3972026-03-13T04:05:46.006Z Downloaded ctor-proc-macro v0.0.7
3982026-03-13T04:05:46.006Z Downloaded serde_core v1.0.228
3992026-03-13T04:05:46.009Z Downloaded rusticata-macros v5.0.0
4002026-03-13T04:05:46.012Z Downloaded dtor-proc-macro v0.0.6
4012026-03-13T04:05:46.012Z Downloaded hash32 v0.3.1
4022026-03-13T04:05:46.012Z Downloaded proc-macro-crate v3.5.0
4032026-03-13T04:05:46.012Z Downloaded plotters-svg v0.3.7
4042026-03-13T04:05:46.015Z Downloaded oorandom v11.1.5
4052026-03-13T04:05:46.015Z Downloaded anes v0.1.6
4062026-03-13T04:05:46.018Z Downloaded walkdir v2.5.0
4072026-03-13T04:05:46.018Z Downloaded slog-async v2.8.0
4082026-03-13T04:05:46.018Z Downloaded slab v0.4.12
4092026-03-13T04:05:46.020Z Downloaded rand_core v0.10.0
4102026-03-13T04:05:46.020Z Downloaded is-terminal v0.4.17
4112026-03-13T04:05:46.023Z Downloaded pin-project-lite v0.2.17
4122026-03-13T04:05:46.026Z Downloaded itoa v1.0.17
4132026-03-13T04:05:46.026Z Downloaded defmt-parser v1.0.0
4142026-03-13T04:05:46.028Z Downloaded cstr-argument v0.1.2
4152026-03-13T04:05:46.028Z Downloaded num_enum v0.7.5
4162026-03-13T04:05:46.034Z Downloaded time-core v0.1.8
4172026-03-13T04:05:46.036Z Downloaded thiserror v1.0.69
4182026-03-13T04:05:46.037Z Downloaded thiserror-impl v2.0.18
4192026-03-13T04:05:46.037Z Downloaded take_mut v0.2.2
4202026-03-13T04:05:46.039Z Downloaded strsim v0.11.1
4212026-03-13T04:05:46.039Z Downloaded anstyle v1.0.13
4222026-03-13T04:05:46.039Z Downloaded slog-stdlog v4.1.1
4232026-03-13T04:05:46.042Z Downloaded equivalent v1.0.2
4242026-03-13T04:05:46.042Z Downloaded defmt v1.0.1
4252026-03-13T04:05:46.074Z Downloaded stable_deref_trait v1.2.1
4262026-03-13T04:05:46.074Z Downloaded serde v1.0.228
4272026-03-13T04:05:46.074Z Downloaded darling v0.21.3
4282026-03-13T04:05:46.074Z Downloaded futures-executor v0.3.32
4292026-03-13T04:05:46.075Z Downloaded crossbeam-utils v0.8.21
4302026-03-13T04:05:46.075Z Downloaded defmt-macros v1.0.1
4312026-03-13T04:05:46.075Z Downloaded futures-channel v0.3.32
4322026-03-13T04:05:46.075Z Downloaded ref-cast-impl v1.0.25
4332026-03-13T04:05:46.075Z Downloaded ingot-types v0.1.2
4342026-03-13T04:05:46.075Z Downloaded ciborium v0.2.2
4352026-03-13T04:05:46.075Z Downloaded crossbeam-deque v0.8.6
4362026-03-13T04:05:46.075Z Downloaded cobs v0.3.0
4372026-03-13T04:05:46.075Z Downloaded iana-time-zone v0.1.65
4382026-03-13T04:05:46.075Z Downloaded futures-io v0.3.32
4392026-03-13T04:05:46.075Z Downloaded futures v0.3.32
4402026-03-13T04:05:46.075Z Downloaded quote v1.0.45
4412026-03-13T04:05:46.075Z Downloaded num_enum_derive v0.7.5
4422026-03-13T04:05:46.075Z Downloaded find-msvc-tools v0.1.9
4432026-03-13T04:05:46.075Z Downloaded criterion-plot v0.8.2
4442026-03-13T04:05:46.079Z Downloaded byteorder v1.5.0
4452026-03-13T04:05:46.079Z Downloaded term v1.2.1
4462026-03-13T04:05:46.079Z Downloaded thiserror v2.0.18
4472026-03-13T04:05:46.082Z Downloaded rustversion v1.0.22
4482026-03-13T04:05:46.085Z Downloaded rand_core v0.9.5
4492026-03-13T04:05:46.086Z Downloaded half v2.7.1
4502026-03-13T04:05:46.088Z Downloaded getrandom v0.4.2
4512026-03-13T04:05:46.091Z Downloaded anyhow v1.0.102
4522026-03-13T04:05:46.094Z Downloaded log v0.4.29
4532026-03-13T04:05:46.096Z Downloaded getrandom v0.3.4
4542026-03-13T04:05:46.099Z Downloaded zmij v1.0.21
4552026-03-13T04:05:46.099Z Downloaded powerfmt v0.2.0
4562026-03-13T04:05:46.099Z Downloaded slog-scope v4.4.1
4572026-03-13T04:05:46.102Z Downloaded bitflags v2.11.0
4582026-03-13T04:05:46.105Z Downloaded time-macros v0.2.27
4592026-03-13T04:05:46.105Z Downloaded clap v4.6.0
4602026-03-13T04:05:46.111Z Downloaded tracing-attributes v0.1.31
4612026-03-13T04:05:46.113Z Downloaded once_cell v1.21.3
4622026-03-13T04:05:46.116Z Downloaded rand v0.10.0
4632026-03-13T04:05:46.118Z Downloaded postcard v1.1.3
4642026-03-13T04:05:46.122Z Downloaded toml_parser v1.0.9+spec-1.1.0
4652026-03-13T04:05:46.126Z Downloaded memchr v2.8.0
4662026-03-13T04:05:46.126Z Downloaded proc-macro-error v1.0.4
4672026-03-13T04:05:46.129Z Downloaded itertools v0.13.0
4682026-03-13T04:05:46.134Z Downloaded futures-util v0.3.32
4692026-03-13T04:05:46.143Z Downloaded socket2 v0.6.3
4702026-03-13T04:05:46.146Z Downloaded nom v8.0.0
4712026-03-13T04:05:46.149Z Downloaded unicode-ident v1.0.24
4722026-03-13T04:05:46.151Z Downloaded itertools v0.12.1
4732026-03-13T04:05:46.157Z Downloaded uuid v1.22.0
4742026-03-13T04:05:46.160Z Downloaded toml_edit v0.25.4+spec-1.1.0
4752026-03-13T04:05:46.163Z Downloaded aho-corasick v1.1.4
4762026-03-13T04:05:46.165Z Downloaded serde_derive v1.0.228
4772026-03-13T04:05:46.168Z Downloaded chrono v0.4.44
4782026-03-13T04:05:46.173Z Downloaded proc-macro2 v1.0.106
4792026-03-13T04:05:46.175Z Downloaded rayon-core v1.13.0
4802026-03-13T04:05:46.178Z Downloaded clap_builder v4.6.0
4812026-03-13T04:05:46.182Z Downloaded itertools v0.14.0
4822026-03-13T04:05:46.187Z Downloaded hashbrown v0.16.1
4832026-03-13T04:05:46.190Z Downloaded zerocopy-derive v0.8.42
4842026-03-13T04:05:46.197Z Downloaded rand v0.9.2
4852026-03-13T04:05:46.200Z Downloaded criterion v0.8.2
4862026-03-13T04:05:46.205Z Downloaded regex v1.12.3
4872026-03-13T04:05:46.209Z Downloaded indexmap v2.13.0
4882026-03-13T04:05:46.212Z Downloaded heapless v0.8.0
4892026-03-13T04:05:46.214Z Downloaded shlex v1.3.0
4902026-03-13T04:05:46.217Z Downloaded anstream v1.0.0
4912026-03-13T04:05:46.217Z Downloaded crossbeam-channel v0.5.15
4922026-03-13T04:05:46.219Z Downloaded autocfg v1.5.0
4932026-03-13T04:05:46.222Z Downloaded is_terminal_polyfill v1.70.2
4942026-03-13T04:05:46.222Z Downloaded futures-task v0.3.32
4952026-03-13T04:05:46.225Z Downloaded foreign-types-shared v0.3.1
4962026-03-13T04:05:46.225Z Downloaded ctor v0.6.3
4972026-03-13T04:05:46.225Z Downloaded chacha20 v0.10.0
4982026-03-13T04:05:46.240Z Downloaded libc v0.2.183
4992026-03-13T04:05:46.264Z Downloaded serde_json v1.0.149
5002026-03-13T04:05:46.268Z Downloaded plotters v0.3.7
5012026-03-13T04:05:46.277Z Downloaded rayon v1.11.0
5022026-03-13T04:05:46.284Z Downloaded winnow v0.7.15
5032026-03-13T04:05:46.291Z Downloaded zerocopy v0.8.42
5042026-03-13T04:05:46.302Z Downloaded unicode-width v0.2.2
5052026-03-13T04:05:46.306Z Downloaded time v0.3.47
5062026-03-13T04:05:46.314Z Downloaded pcap-parser v0.17.0
5072026-03-13T04:05:46.338Z Downloaded syn v2.0.117
5082026-03-13T04:05:46.348Z Downloaded smoltcp v0.11.0
5092026-03-13T04:05:46.356Z Downloaded nix v0.31.2
5102026-03-13T04:05:46.365Z Downloaded regex-syntax v0.8.10
5112026-03-13T04:05:46.371Z Downloaded rustix v1.1.4
5122026-03-13T04:05:46.388Z Downloaded tracing v0.1.44
5132026-03-13T04:05:46.402Z Downloaded regex-automata v0.4.14
5142026-03-13T04:05:46.490Z Compiling proc-macro2 v1.0.106
5152026-03-13T04:05:46.490Z Compiling unicode-ident v1.0.24
5162026-03-13T04:05:46.493Z Compiling quote v1.0.45
5172026-03-13T04:05:46.493Z Compiling serde_core v1.0.228
5182026-03-13T04:05:46.493Z Compiling cfg-if v1.0.4
5192026-03-13T04:05:46.493Z Compiling libc v0.2.183
5202026-03-13T04:05:46.493Z Compiling memchr v2.8.0
5212026-03-13T04:05:46.493Z Compiling serde v1.0.228
5222026-03-13T04:05:46.669Z Compiling rustversion v1.0.22
5232026-03-13T04:05:46.749Z Compiling zerocopy v0.8.42
5242026-03-13T04:05:47.065Z Compiling version_check v0.9.5
5252026-03-13T04:05:47.086Z Compiling ident_case v1.0.1
5262026-03-13T04:05:47.309Z Compiling thiserror v2.0.18
5272026-03-13T04:05:47.313Z Compiling either v1.15.0
5282026-03-13T04:05:47.406Z Compiling strsim v0.11.1
5292026-03-13T04:05:47.543Z Compiling fnv v1.0.7
5302026-03-13T04:05:47.798Z Compiling crossbeam-utils v0.8.21
5312026-03-13T04:05:47.822Z Compiling syn v1.0.109
5322026-03-13T04:05:47.899Z Compiling pin-project-lite v0.2.17
5332026-03-13T04:05:47.931Z Compiling regex-syntax v0.8.10
5342026-03-13T04:05:48.207Z Compiling hashbrown v0.16.1
5352026-03-13T04:05:48.239Z Compiling equivalent v1.0.2
5362026-03-13T04:05:48.274Z Compiling syn v2.0.117
5372026-03-13T04:05:48.297Z Compiling winnow v0.7.15
5382026-03-13T04:05:48.334Z Compiling aho-corasick v1.1.4
5392026-03-13T04:05:48.916Z Compiling indexmap v2.13.0
5402026-03-13T04:05:49.400Z Compiling itertools v0.14.0
5412026-03-13T04:05:49.734Z Compiling toml_datetime v1.0.0+spec-1.1.0
5422026-03-13T04:05:50.021Z Compiling bitflags v2.11.0
5432026-03-13T04:05:50.064Z Compiling regex-automata v0.4.14
5442026-03-13T04:05:50.248Z Compiling toml_parser v1.0.9+spec-1.1.0
5452026-03-13T04:05:50.248Z Compiling byteorder v1.5.0
5462026-03-13T04:05:50.441Z Compiling heapless v0.8.0
5472026-03-13T04:05:50.496Z Compiling autocfg v1.5.0
5482026-03-13T04:05:50.810Z Compiling toml_edit v0.25.4+spec-1.1.0
5492026-03-13T04:05:50.949Z Compiling num-traits v0.2.19
5502026-03-13T04:05:50.980Z Compiling hash32 v0.3.1
5512026-03-13T04:05:51.020Z Compiling slog v2.8.2
5522026-03-13T04:05:51.046Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5532026-03-13T04:05:51.163Z Compiling futures-core v0.3.32
5542026-03-13T04:05:51.333Z Compiling macaddr v1.0.1
5552026-03-13T04:05:51.360Z Compiling smoltcp v0.11.0
5562026-03-13T04:05:51.423Z Compiling futures-sink v0.3.32
5572026-03-13T04:05:51.428Z Compiling stable_deref_trait v1.2.1
5582026-03-13T04:05:51.490Z Compiling futures-channel v0.3.32
5592026-03-13T04:05:51.601Z Compiling proc-macro-crate v3.5.0
5602026-03-13T04:05:51.845Z Compiling proc-macro-error-attr v1.0.4
5612026-03-13T04:05:52.029Z Compiling darling_core v0.21.3
5622026-03-13T04:05:52.128Z Compiling getrandom v0.4.2
5632026-03-13T04:05:52.139Z Compiling rand_core v0.10.0
5642026-03-13T04:05:52.172Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5652026-03-13T04:05:52.190Z Compiling managed v0.8.0
5662026-03-13T04:05:52.331Z Compiling futures-task v0.3.32
5672026-03-13T04:05:52.447Z Compiling regex v1.12.3
5682026-03-13T04:05:52.458Z Compiling itoa v1.0.17
5692026-03-13T04:05:52.512Z Compiling slab v0.4.12
5702026-03-13T04:05:52.540Z Compiling futures-io v0.3.32
5712026-03-13T04:05:52.719Z Compiling anyhow v1.0.102
5722026-03-13T04:05:52.774Z Compiling ref-cast v1.0.25
5732026-03-13T04:05:52.774Z Compiling crc32fast v1.5.0
5742026-03-13T04:05:52.991Z Compiling bitflags v1.3.2
5752026-03-13T04:05:53.259Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5762026-03-13T04:05:53.354Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5772026-03-13T04:05:53.376Z Compiling proc-macro-error v1.0.4
5782026-03-13T04:05:53.640Z Compiling foreign-types-shared v0.3.1
5792026-03-13T04:05:53.665Z Compiling getrandom v0.3.4
5802026-03-13T04:05:53.677Z Compiling cpufeatures v0.3.0
5812026-03-13T04:05:53.741Z Compiling ipnetwork v0.21.1
5822026-03-13T04:05:53.743Z Compiling rustix v1.1.4
5832026-03-13T04:05:53.762Z Compiling once_cell v1.21.3
5842026-03-13T04:05:53.819Z Compiling serde_derive v1.0.228
5852026-03-13T04:05:54.047Z Compiling zerocopy-derive v0.8.42
5862026-03-13T04:05:54.078Z Compiling thiserror-impl v2.0.18
5872026-03-13T04:05:54.202Z Compiling futures-macro v0.3.32
5882026-03-13T04:05:54.214Z Compiling ref-cast-impl v1.0.25
5892026-03-13T04:05:54.287Z Compiling num_enum_derive v0.7.5
5902026-03-13T04:05:54.943Z Compiling foreign-types-macros v0.2.3
5912026-03-13T04:05:55.081Z Compiling darling_macro v0.21.3
5922026-03-13T04:05:55.247Z Compiling futures-util v0.3.32
5932026-03-13T04:05:55.570Z Compiling unicode-width v0.2.2
5942026-03-13T04:05:55.747Z Compiling foreign-types v0.5.0
5952026-03-13T04:05:55.758Z Compiling darling v0.21.3
5962026-03-13T04:05:55.832Z Compiling cobs v0.3.0
5972026-03-13T04:05:55.844Z Compiling num_enum v0.7.5
5982026-03-13T04:05:55.854Z Compiling ingot-macros v0.1.1
5992026-03-13T04:05:55.948Z Compiling tabwriter v1.4.1
6002026-03-13T04:05:55.975Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6012026-03-13T04:05:56.433Z Compiling tracing-core v0.1.36
6022026-03-13T04:05:56.493Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6032026-03-13T04:05:56.692Z Compiling tracing-attributes v0.1.31
6042026-03-13T04:05:56.791Z Compiling chacha20 v0.10.0
6052026-03-13T04:05:57.224Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6062026-03-13T04:05:58.140Z Compiling errno v0.3.14
6072026-03-13T04:05:58.189Z Compiling erased-serde v0.3.31
6082026-03-13T04:05:58.223Z Compiling postcard v1.1.3
6092026-03-13T04:05:58.349Z Compiling cstr-argument v0.1.2
6102026-03-13T04:05:58.545Z Compiling num-conv v0.2.0
6112026-03-13T04:05:58.698Z Compiling futures-executor v0.3.32
6122026-03-13T04:05:58.708Z Compiling find-msvc-tools v0.1.9
6132026-03-13T04:05:58.998Z Compiling shlex v1.3.0
6142026-03-13T04:05:59.001Z Compiling time-core v0.1.8
6152026-03-13T04:05:59.190Z Compiling utf8parse v0.2.2
6162026-03-13T04:05:59.230Z Compiling dyn-clone v1.0.20
6172026-03-13T04:05:59.255Z Compiling powerfmt v0.2.0
6182026-03-13T04:05:59.315Z Compiling pretty-hex v0.4.1
6192026-03-13T04:05:59.403Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6202026-03-13T04:05:59.486Z Compiling thiserror v1.0.69
6212026-03-13T04:05:59.503Z Compiling zmij v1.0.21
6222026-03-13T04:05:59.536Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6232026-03-13T04:05:59.697Z Compiling deranged v0.5.8
6242026-03-13T04:05:59.786Z Compiling anstyle-parse v1.0.0
6252026-03-13T04:05:59.931Z Compiling time-macros v0.2.27
6262026-03-13T04:06:00.036Z Compiling cc v1.2.56
6272026-03-13T04:06:00.116Z Compiling futures v0.3.32
6282026-03-13T04:06:00.206Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6292026-03-13T04:06:00.332Z Compiling tracing v0.1.44
6302026-03-13T04:06:00.644Z Compiling ingot-types v0.1.2
6312026-03-13T04:06:01.145Z Compiling ingot v0.1.1
6322026-03-13T04:06:01.257Z Compiling rand v0.10.0
6332026-03-13T04:06:01.295Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6342026-03-13T04:06:01.441Z Compiling thiserror-impl v1.0.69
6352026-03-13T04:06:01.555Z Compiling uuid v1.22.0
6362026-03-13T04:06:01.638Z Compiling crossbeam-epoch v0.9.18
6372026-03-13T04:06:02.118Z Compiling arc-swap v1.8.2
6382026-03-13T04:06:02.234Z Compiling socket2 v0.6.3
6392026-03-13T04:06:02.428Z Compiling nom v8.0.0
6402026-03-13T04:06:02.733Z Compiling thread_local v1.1.9
6412026-03-13T04:06:03.050Z Compiling is_terminal_polyfill v1.70.2
6422026-03-13T04:06:03.054Z Compiling oxnet v0.1.4
6432026-03-13T04:06:03.054Z Compiling iana-time-zone v0.1.65
6442026-03-13T04:06:03.091Z Compiling lazy_static v1.5.0
6452026-03-13T04:06:03.309Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6462026-03-13T04:06:03.313Z Compiling slog-async v2.8.0
6472026-03-13T04:06:03.368Z Compiling heck v0.4.1
6482026-03-13T04:06:03.395Z Compiling anstyle-query v1.1.5
6492026-03-13T04:06:03.451Z Compiling serde_json v1.0.149
6502026-03-13T04:06:03.638Z Compiling rayon-core v1.13.0
6512026-03-13T04:06:03.642Z Compiling colorchoice v1.0.4
6522026-03-13T04:06:03.807Z Compiling colored v3.1.1
6532026-03-13T04:06:03.811Z Compiling anstyle v1.0.13
6542026-03-13T04:06:03.963Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6552026-03-13T04:06:04.189Z Compiling anstream v1.0.0
6562026-03-13T04:06:04.195Z Compiling time v0.3.47
6572026-03-13T04:06:04.522Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6582026-03-13T04:06:04.756Z Compiling slog-scope v4.4.1
6592026-03-13T04:06:05.573Z Compiling chrono v0.4.44
6602026-03-13T04:06:05.982Z Compiling rusticata-macros v5.0.0
6612026-03-13T04:06:06.319Z Compiling crossbeam-deque v0.8.6
6622026-03-13T04:06:06.323Z Compiling alloca v0.4.0
6632026-03-13T04:06:06.323Z Compiling rand_core v0.9.5
6642026-03-13T04:06:06.551Z Compiling terminal_size v0.4.3
6652026-03-13T04:06:06.699Z Compiling ppv-lite86 v0.2.21
6662026-03-13T04:06:06.702Z Compiling half v2.7.1
6672026-03-13T04:06:06.702Z Compiling cookie-factory v0.3.3
6682026-03-13T04:06:07.041Z Compiling crossbeam-channel v0.5.15
6692026-03-13T04:06:07.171Z Compiling is-terminal v0.4.17
6702026-03-13T04:06:07.171Z Compiling itertools v0.12.1
6712026-03-13T04:06:07.175Z Compiling ciborium-io v0.2.2
6722026-03-13T04:06:07.175Z Compiling term v1.2.1
6732026-03-13T04:06:07.318Z Compiling cfg_aliases v0.2.1
6742026-03-13T04:06:07.953Z Compiling plotters-backend v0.3.7
6752026-03-13T04:06:08.106Z Compiling heck v0.5.0
6762026-03-13T04:06:08.406Z Compiling log v0.4.29
6772026-03-13T04:06:08.411Z Compiling take_mut v0.2.2
6782026-03-13T04:06:08.596Z Compiling clap_lex v1.0.0
6792026-03-13T04:06:08.601Z Compiling circular v0.3.0
6802026-03-13T04:06:08.801Z Compiling pcap-parser v0.17.0
6812026-03-13T04:06:08.946Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6822026-03-13T04:06:08.950Z Compiling clap_builder v4.6.0
6832026-03-13T04:06:08.996Z Compiling slog-stdlog v4.1.1
6842026-03-13T04:06:09.428Z Compiling clap_derive v4.6.0
6852026-03-13T04:06:09.571Z Compiling plotters-svg v0.3.7
6862026-03-13T04:06:10.043Z Compiling slog-term v2.9.2
6872026-03-13T04:06:10.348Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6882026-03-13T04:06:10.351Z Compiling nix v0.31.2
6892026-03-13T04:06:10.802Z Compiling ciborium-ll v0.2.2
6902026-03-13T04:06:11.095Z Compiling rand_chacha v0.9.0
6912026-03-13T04:06:11.696Z Compiling itertools v0.13.0
6922026-03-13T04:06:11.701Z Compiling cast v0.3.0
6932026-03-13T04:06:11.901Z Compiling same-file v1.0.6
6942026-03-13T04:06:11.927Z Compiling clap v4.6.0
6952026-03-13T04:06:12.021Z Compiling walkdir v2.5.0
6962026-03-13T04:06:12.167Z Compiling rayon v1.11.0
6972026-03-13T04:06:12.857Z Compiling tinytemplate v1.2.1
6982026-03-13T04:06:13.168Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6992026-03-13T04:06:13.543Z Compiling criterion-plot v0.8.2
7002026-03-13T04:06:13.699Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
7012026-03-13T04:06:14.101Z Compiling rand v0.9.2
7022026-03-13T04:06:14.587Z Compiling ciborium v0.2.2
7032026-03-13T04:06:15.087Z Compiling slog-envlogger v2.2.0
7042026-03-13T04:06:15.234Z Compiling plotters v0.3.7
7052026-03-13T04:06:15.685Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
7062026-03-13T04:06:15.870Z Compiling page_size v0.6.0
7072026-03-13T04:06:16.021Z Compiling dtor-proc-macro v0.0.6
7082026-03-13T04:06:16.170Z Compiling anes v0.1.6
7092026-03-13T04:06:16.348Z Compiling oorandom v11.1.5
7102026-03-13T04:06:16.425Z Compiling dtor v0.1.1
7112026-03-13T04:06:16.449Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
7122026-03-13T04:06:16.578Z Compiling criterion v0.8.2
7132026-03-13T04:06:16.755Z Compiling ctor-proc-macro v0.0.7
7142026-03-13T04:06:17.201Z Compiling ctor v0.6.3
7152026-03-13T04:06:19.346Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
7162026-03-13T04:06:36.949Z Finished `bench` profile [optimized + debuginfo] target(s) in 55.76s
7172026-03-13T04:06:37.069Z Running benches/xde.rs (target/release/deps/xde-30500b5412906cf7)
7182026-03-13T04:06:37.079Z###--------------------------------###
7192026-03-13T04:06:37.080Z:::Building test topology... (120s):::
7202026-03-13T04:06:37.080Z###--------------------------------###
7212026-03-13T04:06:37.085Zadding underlay route 0
7222026-03-13T04:06:37.088Zadding underlay route 1
7232026-03-13T04:06:37.244Zstart zone a
7242026-03-13T04:06:47.293Zconfigure zone
7252026-03-13T04:06:47.312Zinstall zone
7262026-03-13T04:06:56.889Zboot zone
7272026-03-13T04:06:56.999Zstart zone b
7282026-03-13T04:07:07.063Zconfigure zone
7292026-03-13T04:07:07.074Zinstall zone
7302026-03-13T04:07:08.301Zboot zone
7312026-03-13T04:07:08.405Zsetup zone a
7322026-03-13T04:07:08.405Z[a] svcs -a
7332026-03-13T04:07:08.528ZSTATE STIME FMRI
7342026-03-13T04:07:08.528Zlegacy_run 4:06:59 lrc:/etc/rc2_d/S20sysetup
7352026-03-13T04:07:08.528Zlegacy_run 4:06:59 lrc:/etc/rc2_d/S89PRESERVE
7362026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/system/device/mpxio-upgrade:default
7372026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/physical:nwam
7382026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/ipmp:default
7392026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/install:default
7402026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/location:default
7412026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/ipsec/ike:default
7422026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/tcpkey:default
7432026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/ipsec/manual-key:default
7442026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/dns/install:default
7452026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/nis/client:default
7462026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/ldap/client:default
7472026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/nfs/status:default
7482026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/nfs/nlockmgr:default
7492026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/nfs/cbd:default
7502026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/system/idmap:default
7512026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/nfs/mapid:default
7522026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/rpc/keyserv:default
7532026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/inetd:default
7542026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/nfs/client:default
7552026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/smb/client:default
7562026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/system/auditd:default
7572026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/application/management/net-snmp:default
7582026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/network/dns/multicast:default
7592026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/application/pkg/dynamic-mirror:default
7602026-03-13T04:07:08.528Zdisabled 4:06:56 svc:/application/pkg/repositories-setup:default
7612026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/application/pkg/mirror:default
7622026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/application/pkg/server:default
7632026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/application/security/tcsd:default
7642026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/smb/server:default
7652026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/filesystem/reparse:default
7662026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/nfs/server:default
7672026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/nfs/log:default
7682026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/routing/rdisc:default
7692026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/ipv6-forwarding:default
7702026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/routing/ripng:default
7712026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/routing/route:default
7722026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/routing/legacy-routing:ipv4
7732026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/routing/legacy-routing:ipv6
7742026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/security/kadmin:default
7752026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/security/krb5kdc:default
7762026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/chrony:default
7772026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/ipqos:default
7782026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/network/ipv4-forwarding:default
7792026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/device/allocate:default
7802026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/fm/notify-params:default
7812026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/svc/global:default
7822026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/sar:default
7832026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/vtdaemon:default
7842026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/console-login:vt2
7852026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/console-login:vt3
7862026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/console-login:vt4
7872026-03-13T04:07:08.529Zdisabled 4:06:56 svc:/system/console-login:vt5
7882026-03-13T04:07:08.533Zdisabled 4:06:56 svc:/system/console-login:vt6
7892026-03-13T04:07:08.533Zdisabled 4:06:56 svc:/system/extended-accounting:flow
7902026-03-13T04:07:08.533Zdisabled 4:06:56 svc:/system/extended-accounting:net
7912026-03-13T04:07:08.533Zdisabled 4:06:56 svc:/system/extended-accounting:process
7922026-03-13T04:07:08.533Zdisabled 4:06:57 svc:/system/extended-accounting:task
7932026-03-13T04:07:08.533Zdisabled 4:06:57 svc:/system/consadm:default
7942026-03-13T04:07:08.533Zdisabled 4:06:57 svc:/system/process-security:default
7952026-03-13T04:07:08.533Zdisabled 4:06:57 svc:/system/hotplug:default
7962026-03-13T04:07:08.533Zdisabled 4:06:59 svc:/network/dns/client:default
7972026-03-13T04:07:08.533Zdisabled 4:06:59 svc:/network/rpc/bind:default
7982026-03-13T04:07:08.533Zdisabled 4:06:59 svc:/system/sac:default
7992026-03-13T04:07:08.533Zdisabled 4:06:59 svc:/network/inetd-upgrade:default
8002026-03-13T04:07:08.533Zonline 4:06:55 svc:/system/svc/restarter:default
8012026-03-13T04:07:08.533Zonline 4:06:56 svc:/system/early-manifest-import:default
8022026-03-13T04:07:08.533Zonline 4:06:56 svc:/network/netcfg:default
8032026-03-13T04:07:08.533Zonline 4:06:56 svc:/system/filesystem/root:default
8042026-03-13T04:07:08.533Zonline 4:06:56 svc:/network/ip-interface-management:default
8052026-03-13T04:07:08.533Zonline 4:06:56 svc:/network/datalink-management:default
8062026-03-13T04:07:08.533Zonline 4:06:56 svc:/system/boot-archive:default
8072026-03-13T04:07:08.533Zonline 4:06:56 svc:/network/loopback:default
8082026-03-13T04:07:08.533Zonline 4:06:56 svc:/system/filesystem/usr:default
8092026-03-13T04:07:08.533Zonline 4:06:56 svc:/network/physical:default
8102026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/device/local:default
8112026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/identity:node
8122026-03-13T04:07:08.534Zonline 4:06:56 svc:/milestone/devices:default
8132026-03-13T04:07:08.534Zonline 4:06:56 svc:/network/ipsec/ipsecalgs:default
8142026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/device/audio:default
8152026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/filesystem/minimal:default
8162026-03-13T04:07:08.534Zonline 4:06:56 svc:/network/ipsec/policy:default
8172026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/rmtmpfiles:default
8182026-03-13T04:07:08.534Zonline 4:06:56 svc:/milestone/network:default
8192026-03-13T04:07:08.534Zonline 4:06:56 svc:/network/initial:default
8202026-03-13T04:07:08.534Zonline 4:06:56 svc:/network/iptun:default
8212026-03-13T04:07:08.534Zonline 4:06:56 svc:/network/netmask:default
8222026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/pkgserv:default
8232026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/fmd:default
8242026-03-13T04:07:08.534Zonline 4:06:56 svc:/system/auditset:default
8252026-03-13T04:07:08.534Zonline 4:06:57 svc:/system/pfexec:default
8262026-03-13T04:07:08.534Zonline 4:06:57 svc:/system/hostid:default
8272026-03-13T04:07:08.534Zonline 4:06:57 svc:/system/logadm-upgrade:default
8282026-03-13T04:07:08.534Zonline 4:06:58 svc:/system/rbac:default
8292026-03-13T04:07:08.534Zonline 4:06:58 svc:/network/service:default
8302026-03-13T04:07:08.534Zonline 4:06:58 svc:/system/cryptosvc:default
8312026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/identity:domain
8322026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/keymap:default
8332026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/name-service-cache:default
8342026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/manifest-import:default
8352026-03-13T04:07:08.534Zonline 4:06:59 svc:/milestone/name-services:default
8362026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/coreadm:default
8372026-03-13T04:07:08.534Zonline 4:06:59 svc:/milestone/single-user:default
8382026-03-13T04:07:08.534Zonline 4:06:59 svc:/milestone/sysconfig:default
8392026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/filesystem/local:default
8402026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/utmp:default
8412026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/cron:default
8422026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/system-log:default
8432026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/boot-archive-update:default
8442026-03-13T04:07:08.534Zonline 4:06:59 svc:/system/console-login:default
8452026-03-13T04:07:08.534Zonline 4:06:59 svc:/network/shares/group:default
8462026-03-13T04:07:08.534Zonline 4:06:59 svc:/milestone/multi-user:default
8472026-03-13T04:07:08.535Zonline 4:06:59 svc:/system/boot-config:default
8482026-03-13T04:07:08.535Zonline 4:06:59 svc:/network/shares/group:zfs
8492026-03-13T04:07:08.535Zonline 4:06:59 svc:/network/routing-setup:default
8502026-03-13T04:07:08.535Zonline 4:06:59 svc:/network/routing/ndp:default
8512026-03-13T04:07:08.535Zonline 4:06:59 svc:/system/update-man-index:default
8522026-03-13T04:07:08.535Zonline 4:07:00 svc:/network/ssh:default
8532026-03-13T04:07:08.535Zonline 4:07:00 svc:/milestone/multi-user-server:default
8542026-03-13T04:07:08.535Zuninitialized 4:06:56 svc:/network/rpc/gss:default
8552026-03-13T04:07:08.535Zuninitialized 4:06:56 svc:/network/nfs/rquota:default
8562026-03-13T04:07:08.535Zuninitialized 4:06:56 svc:/network/security/ktkt_warn:default
8572026-03-13T04:07:08.535Z[a] svcs milestone/network
8582026-03-13T04:07:08.546ZSTATE STIME FMRI
8592026-03-13T04:07:08.546Zonline 4:06:56 svc:/milestone/network:default
8602026-03-13T04:07:08.546Z[a] ipadm create-addr -t -T dhcp opte0/test
8612026-03-13T04:07:13.877Z
8622026-03-13T04:07:13.877Z[a] route add -iface 10.0.0.254 10.0.0.1
8632026-03-13T04:07:13.896Zadd host 10.0.0.254: gateway 10.0.0.1
8642026-03-13T04:07:13.896Z[a] route add 10.0.0.0/24 10.0.0.254
8652026-03-13T04:07:13.910Zadd net 10.0.0.0/24: gateway 10.0.0.254
8662026-03-13T04:07:13.910Z[a] route add 224.0.0.0/4 10.0.0.254
8672026-03-13T04:07:13.924Zadd net 224.0.0.0/4: gateway 10.0.0.254
8682026-03-13T04:07:13.924Zsetup zone b
8692026-03-13T04:07:13.925Z[b] svcs -a
8702026-03-13T04:07:14.088ZSTATE STIME FMRI
8712026-03-13T04:07:14.088Zlegacy_run 4:07:10 lrc:/etc/rc2_d/S20sysetup
8722026-03-13T04:07:14.088Zlegacy_run 4:07:10 lrc:/etc/rc2_d/S89PRESERVE
8732026-03-13T04:07:14.088Zdisabled 4:07:07 svc:/system/device/mpxio-upgrade:default
8742026-03-13T04:07:14.088Zdisabled 4:07:07 svc:/network/physical:nwam
8752026-03-13T04:07:14.088Zdisabled 4:07:07 svc:/network/ipmp:default
8762026-03-13T04:07:14.088Zdisabled 4:07:07 svc:/network/install:default
8772026-03-13T04:07:14.088Zdisabled 4:07:07 svc:/network/location:default
8782026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/ipsec/ike:default
8792026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/tcpkey:default
8802026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/ipsec/manual-key:default
8812026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/dns/install:default
8822026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/nis/client:default
8832026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/ldap/client:default
8842026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/nfs/status:default
8852026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/nfs/nlockmgr:default
8862026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/nfs/cbd:default
8872026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/system/idmap:default
8882026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/nfs/mapid:default
8892026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/rpc/keyserv:default
8902026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/inetd:default
8912026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/nfs/client:default
8922026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/smb/client:default
8932026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/system/auditd:default
8942026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/application/management/net-snmp:default
8952026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/dns/multicast:default
8962026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/application/pkg/dynamic-mirror:default
8972026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/application/pkg/repositories-setup:default
8982026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/application/pkg/mirror:default
8992026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/application/pkg/server:default
9002026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/application/security/tcsd:default
9012026-03-13T04:07:14.089Zdisabled 4:07:07 svc:/network/smb/server:default
9022026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/system/filesystem/reparse:default
9032026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/nfs/server:default
9042026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/nfs/log:default
9052026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/routing/rdisc:default
9062026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/ipv6-forwarding:default
9072026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/routing/ripng:default
9082026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/routing/route:default
9092026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/routing/legacy-routing:ipv4
9102026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/routing/legacy-routing:ipv6
9112026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/security/kadmin:default
9122026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/security/krb5kdc:default
9132026-03-13T04:07:14.089Zdisabled 4:07:08 svc:/network/chrony:default
9142026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/network/ipqos:default
9152026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/network/ipv4-forwarding:default
9162026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/device/allocate:default
9172026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/fm/notify-params:default
9182026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/svc/global:default
9192026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/sar:default
9202026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/vtdaemon:default
9212026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/console-login:vt2
9222026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/console-login:vt3
9232026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/console-login:vt4
9242026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/console-login:vt5
9252026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/console-login:vt6
9262026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/extended-accounting:flow
9272026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/extended-accounting:net
9282026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/extended-accounting:process
9292026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/extended-accounting:task
9302026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/consadm:default
9312026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/process-security:default
9322026-03-13T04:07:14.090Zdisabled 4:07:08 svc:/system/hotplug:default
9332026-03-13T04:07:14.090Zdisabled 4:07:10 svc:/network/dns/client:default
9342026-03-13T04:07:14.090Zdisabled 4:07:10 svc:/network/rpc/bind:default
9352026-03-13T04:07:14.090Zdisabled 4:07:10 svc:/system/sac:default
9362026-03-13T04:07:14.090Zdisabled 4:07:11 svc:/network/inetd-upgrade:default
9372026-03-13T04:07:14.090Zonline 4:07:07 svc:/system/svc/restarter:default
9382026-03-13T04:07:14.090Zonline 4:07:07 svc:/system/early-manifest-import:default
9392026-03-13T04:07:14.090Zonline 4:07:07 svc:/network/ip-interface-management:default
9402026-03-13T04:07:14.090Zonline 4:07:07 svc:/system/filesystem/root:default
9412026-03-13T04:07:14.090Zonline 4:07:07 svc:/network/netcfg:default
9422026-03-13T04:07:14.090Zonline 4:07:07 svc:/network/datalink-management:default
9432026-03-13T04:07:14.090Zonline 4:07:07 svc:/system/boot-archive:default
9442026-03-13T04:07:14.090Zonline 4:07:07 svc:/network/loopback:default
9452026-03-13T04:07:14.090Zonline 4:07:07 svc:/system/filesystem/usr:default
9462026-03-13T04:07:14.090Zonline 4:07:08 svc:/network/physical:default
9472026-03-13T04:07:14.090Zonline 4:07:08 svc:/system/device/local:default
9482026-03-13T04:07:14.090Zonline 4:07:08 svc:/milestone/devices:default
9492026-03-13T04:07:14.090Zonline 4:07:08 svc:/system/identity:node
9502026-03-13T04:07:14.090Zonline 4:07:08 svc:/network/ipsec/ipsecalgs:default
9512026-03-13T04:07:14.090Zonline 4:07:08 svc:/system/device/audio:default
9522026-03-13T04:07:14.090Zonline 4:07:08 svc:/system/filesystem/minimal:default
9532026-03-13T04:07:14.091Zonline 4:07:08 svc:/network/ipsec/policy:default
9542026-03-13T04:07:14.091Zonline 4:07:08 svc:/system/rmtmpfiles:default
9552026-03-13T04:07:14.091Zonline 4:07:08 svc:/milestone/network:default
9562026-03-13T04:07:14.091Zonline 4:07:08 svc:/network/initial:default
9572026-03-13T04:07:14.091Zonline 4:07:08 svc:/network/netmask:default
9582026-03-13T04:07:14.091Zonline 4:07:08 svc:/network/iptun:default
9592026-03-13T04:07:14.091Zonline 4:07:08 svc:/system/pkgserv:default
9602026-03-13T04:07:14.091Zonline 4:07:08 svc:/system/fmd:default
9612026-03-13T04:07:14.091Zonline 4:07:08 svc:/system/auditset:default
9622026-03-13T04:07:14.091Zonline 4:07:08 svc:/system/pfexec:default
9632026-03-13T04:07:14.091Zonline 4:07:08 svc:/system/hostid:default
9642026-03-13T04:07:14.091Zonline 4:07:08 svc:/system/logadm-upgrade:default
9652026-03-13T04:07:14.091Zonline 4:07:10 svc:/system/rbac:default
9662026-03-13T04:07:14.091Zonline 4:07:10 svc:/network/service:default
9672026-03-13T04:07:14.091Zonline 4:07:10 svc:/system/cryptosvc:default
9682026-03-13T04:07:14.091Zonline 4:07:10 svc:/system/identity:domain
9692026-03-13T04:07:14.091Zonline 4:07:10 svc:/system/keymap:default
9702026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/name-service-cache:default
9712026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/manifest-import:default
9722026-03-13T04:07:14.095Zonline 4:07:10 svc:/milestone/name-services:default
9732026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/coreadm:default
9742026-03-13T04:07:14.095Zonline 4:07:10 svc:/milestone/single-user:default
9752026-03-13T04:07:14.095Zonline 4:07:10 svc:/milestone/sysconfig:default
9762026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/filesystem/local:default
9772026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/utmp:default
9782026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/system-log:default
9792026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/cron:default
9802026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/console-login:default
9812026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/boot-archive-update:default
9822026-03-13T04:07:14.095Zonline 4:07:10 svc:/network/shares/group:default
9832026-03-13T04:07:14.095Zonline 4:07:10 svc:/milestone/multi-user:default
9842026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/boot-config:default
9852026-03-13T04:07:14.095Zonline 4:07:10 svc:/network/shares/group:zfs
9862026-03-13T04:07:14.095Zonline 4:07:10 svc:/network/routing-setup:default
9872026-03-13T04:07:14.095Zonline 4:07:10 svc:/network/routing/ndp:default
9882026-03-13T04:07:14.095Zonline 4:07:10 svc:/network/ssh:default
9892026-03-13T04:07:14.095Zonline 4:07:10 svc:/milestone/multi-user-server:default
9902026-03-13T04:07:14.095Zonline 4:07:10 svc:/system/update-man-index:default
9912026-03-13T04:07:14.095Zuninitialized 4:07:07 svc:/network/rpc/gss:default
9922026-03-13T04:07:14.095Zuninitialized 4:07:08 svc:/network/nfs/rquota:default
9932026-03-13T04:07:14.095Zuninitialized 4:07:08 svc:/network/security/ktkt_warn:default
9942026-03-13T04:07:14.095Z[b] svcs milestone/network
9952026-03-13T04:07:14.095ZSTATE STIME FMRI
9962026-03-13T04:07:14.095Zonline 4:07:08 svc:/milestone/network:default
9972026-03-13T04:07:14.095Z[b] ipadm create-addr -t -T dhcp opte1/test
9982026-03-13T04:07:20.502Z
9992026-03-13T04:07:20.502Z[b] route add -iface 10.0.0.254 10.0.0.2
10002026-03-13T04:07:20.518Zadd host 10.0.0.254: gateway 10.0.0.2
10012026-03-13T04:07:20.518Z[b] route add 10.0.0.0/24 10.0.0.254
10022026-03-13T04:07:20.534Zadd net 10.0.0.0/24: gateway 10.0.0.254
10032026-03-13T04:07:20.534Z[b] route add 224.0.0.0/4 10.0.0.254
10042026-03-13T04:07:20.548Zadd net 224.0.0.0/4: gateway 10.0.0.254
10052026-03-13T04:07:20.548Z###---------------###
10062026-03-13T04:07:20.548Z:::Topology built!:::
10072026-03-13T04:07:20.548Z###---------------###
10082026-03-13T04:07:20.551Z###----------------###
10092026-03-13T04:07:20.551Z::: iPerf spawned! :::
10102026-03-13T04:07:20.551Z:::Waiting... (10s):::
10112026-03-13T04:07:20.551Z###----------------###
10122026-03-13T04:07:30.549Z###---###
10132026-03-13T04:07:30.549Z:::Go!:::
10142026-03-13T04:07:30.549Z###---###
10152026-03-13T04:07:30.549Z[a] ping 10.0.0.2
10162026-03-13T04:07:30.568Z10.0.0.2 is alive
10172026-03-13T04:07:30.568Z###-------------------###
10182026-03-13T04:07:30.568Z:::Running experiment :::
10192026-03-13T04:07:30.568Z:::iperf-tcp/local/c2s:::
10202026-03-13T04:07:30.568Z###-------------------###
10212026-03-13T04:07:37.592Z-----------------------------------------------------------
10222026-03-13T04:07:37.592ZServer listening on 5201
10232026-03-13T04:07:37.592Z-----------------------------------------------------------
10242026-03-13T04:07:37.592ZAccepted connection from 10.0.0.1, port 63190
10252026-03-13T04:07:37.592Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56298
10262026-03-13T04:07:37.592Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54753
10272026-03-13T04:07:37.592Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48090
10282026-03-13T04:07:37.592Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59820
10292026-03-13T04:07:37.592Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46561
10302026-03-13T04:07:37.592Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64196
10312026-03-13T04:07:37.592Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59992
10322026-03-13T04:07:37.592Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51795
10332026-03-13T04:07:37.592Z[ ID] Interval Transfer Bandwidth
10342026-03-13T04:07:37.592Z[ 5] 0.00-1.00 sec 82.1 MBytes 689 Mbits/sec
10352026-03-13T04:07:37.592Z[ 7] 0.00-1.00 sec 81.8 MBytes 686 Mbits/sec
10362026-03-13T04:07:37.592Z[ 9] 0.00-1.00 sec 81.6 MBytes 684 Mbits/sec
10372026-03-13T04:07:37.592Z[ 11] 0.00-1.00 sec 81.4 MBytes 683 Mbits/sec
10382026-03-13T04:07:37.592Z[ 13] 0.00-1.00 sec 81.4 MBytes 683 Mbits/sec
10392026-03-13T04:07:37.592Z[ 15] 0.00-1.00 sec 81.3 MBytes 682 Mbits/sec
10402026-03-13T04:07:37.592Z[ 17] 0.00-1.00 sec 81.4 MBytes 683 Mbits/sec
10412026-03-13T04:07:37.592Z[ 19] 0.00-1.00 sec 81.2 MBytes 681 Mbits/sec
10422026-03-13T04:07:37.593Z[SUM] 0.00-1.00 sec 652 MBytes 5.47 Gbits/sec
10432026-03-13T04:07:37.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
10442026-03-13T04:07:37.593Z[ 5] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10452026-03-13T04:07:37.593Z[ 7] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10462026-03-13T04:07:37.593Z[ 9] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10472026-03-13T04:07:37.593Z[ 11] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10482026-03-13T04:07:37.593Z[ 13] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10492026-03-13T04:07:37.593Z[ 15] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10502026-03-13T04:07:37.593Z[ 17] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10512026-03-13T04:07:37.593Z[ 19] 1.00-2.00 sec 121 MBytes 1.02 Gbits/sec
10522026-03-13T04:07:37.593Z[SUM] 1.00-2.00 sec 969 MBytes 8.13 Gbits/sec
10532026-03-13T04:07:37.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
10542026-03-13T04:07:37.593Z[ 5] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
10552026-03-13T04:07:37.593Z[ 7] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
10562026-03-13T04:07:37.593Z[ 9] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
10572026-03-13T04:07:37.593Z[ 11] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
10582026-03-13T04:07:37.593Z[ 13] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
10592026-03-13T04:07:37.593Z[ 15] 2.00-3.00 sec 121 MBytes 1.02 Gbits/sec
10602026-03-13T04:07:37.593Z[ 17] 2.00-3.00 sec 121 MBytes 1.01 Gbits/sec
10612026-03-13T04:07:37.593Z[ 19] 2.00-3.00 sec 120 MBytes 1.01 Gbits/sec
10622026-03-13T04:07:37.593Z[SUM] 2.00-3.00 sec 969 MBytes 8.13 Gbits/sec
10632026-03-13T04:07:37.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
10642026-03-13T04:07:37.593Z[ 5] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10652026-03-13T04:07:37.593Z[ 7] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10662026-03-13T04:07:37.593Z[ 9] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10672026-03-13T04:07:37.593Z[ 11] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10682026-03-13T04:07:37.593Z[ 13] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10692026-03-13T04:07:37.593Z[ 15] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10702026-03-13T04:07:37.593Z[ 17] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10712026-03-13T04:07:37.593Z[ 19] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
10722026-03-13T04:07:37.593Z[SUM] 3.00-4.00 sec 974 MBytes 8.17 Gbits/sec
10732026-03-13T04:07:37.593Z- - - - - - - - - - - - - - - - - - - - - - - - -
10742026-03-13T04:07:37.593Z[ 5] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10752026-03-13T04:07:37.593Z[ 7] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10762026-03-13T04:07:37.593Z[ 9] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10772026-03-13T04:07:37.593Z[ 11] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10782026-03-13T04:07:37.593Z[ 13] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10792026-03-13T04:07:37.593Z[ 15] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10802026-03-13T04:07:37.593Z[ 17] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10812026-03-13T04:07:37.594Z[ 19] 4.00-5.00 sec 121 MBytes 1.02 Gbits/sec
10822026-03-13T04:07:37.594Z[SUM] 4.00-5.00 sec 970 MBytes 8.14 Gbits/sec
10832026-03-13T04:07:37.594Z- - - - - - - - - - - - - - - - - - - - - - - - -
10842026-03-13T04:07:37.594Z[ 5] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10852026-03-13T04:07:37.594Z[ 7] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10862026-03-13T04:07:37.594Z[ 9] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10872026-03-13T04:07:37.594Z[ 11] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10882026-03-13T04:07:37.594Z[ 13] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10892026-03-13T04:07:37.594Z[ 15] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10902026-03-13T04:07:37.594Z[ 17] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10912026-03-13T04:07:37.594Z[ 19] 5.00-6.00 sec 120 MBytes 1.01 Gbits/sec
10922026-03-13T04:07:37.594Z[SUM] 5.00-6.00 sec 963 MBytes 8.08 Gbits/sec
10932026-03-13T04:07:37.594Z- - - - - - - - - - - - - - - - - - - - - - - - -
10942026-03-13T04:07:37.594Z[ 5] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
10952026-03-13T04:07:37.594Z[ 7] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
10962026-03-13T04:07:37.594Z[ 9] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
10972026-03-13T04:07:40.809Z[ 11] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
10982026-03-13T04:07:40.809Z[ 13] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
10992026-03-13T04:07:40.809Z[ 15] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
11002026-03-13T04:07:40.809Z[ 17] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
11012026-03-13T04:07:40.809Z[ 19] 6.00-7.00 sec 120 MBytes 1.01 Gbits/sec
11022026-03-13T04:07:40.809Z[SUM] 6.00-7.00 sec 962 MBytes 8.07 Gbits/sec
11032026-03-13T04:07:40.809Z- - - - - - - - - - - - - - - - - - - - - - - - -
11042026-03-13T04:07:40.809Z[ 5] 7.00-8.00 sec 123 MBytes 1.04 Gbits/sec
11052026-03-13T04:07:40.809Z[ 7] 7.00-8.00 sec 124 MBytes 1.04 Gbits/sec
11062026-03-13T04:07:40.809Z[ 9] 7.00-8.00 sec 123 MBytes 1.04 Gbits/sec
11072026-03-13T04:07:40.809Z[ 11] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
11082026-03-13T04:07:40.810Z[ 13] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
11092026-03-13T04:07:40.810Z[ 15] 7.00-8.00 sec 123 MBytes 1.04 Gbits/sec
11102026-03-13T04:07:40.810Z[ 17] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
11112026-03-13T04:07:40.810Z[ 19] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
11122026-03-13T04:07:40.810Z[SUM] 7.00-8.00 sec 987 MBytes 8.28 Gbits/sec
11132026-03-13T04:07:40.810Z- - - - - - - - - - - - - - - - - - - - - - - - -
11142026-03-13T04:07:40.810Z[ 5] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11152026-03-13T04:07:40.810Z[ 7] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11162026-03-13T04:07:40.810Z[ 9] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11172026-03-13T04:07:40.810Z[ 11] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11182026-03-13T04:07:40.810Z[ 13] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11192026-03-13T04:07:40.810Z[ 15] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11202026-03-13T04:07:40.810Z[ 17] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11212026-03-13T04:07:40.810Z[ 19] 8.00-9.00 sec 121 MBytes 1.01 Gbits/sec
11222026-03-13T04:07:40.810Z[SUM] 8.00-9.00 sec 966 MBytes 8.10 Gbits/sec
11232026-03-13T04:07:40.810Z- - - - - - - - - - - - - - - - - - - - - - - - -
11242026-03-13T04:07:40.810Z[ 5] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11252026-03-13T04:07:40.810Z[ 7] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11262026-03-13T04:07:40.810Z[ 9] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11272026-03-13T04:07:40.810Z[ 11] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11282026-03-13T04:07:40.810Z[ 13] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11292026-03-13T04:07:40.810Z[ 15] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11302026-03-13T04:07:40.810Z[ 17] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11312026-03-13T04:07:40.810Z[ 19] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
11322026-03-13T04:07:40.810Z[SUM] 9.00-10.00 sec 976 MBytes 8.18 Gbits/sec
11332026-03-13T04:07:40.810Z- - - - - - - - - - - - - - - - - - - - - - - - -
11342026-03-13T04:07:40.810Z[ 5] 10.00-10.00 sec 68.1 KBytes 1.31 Gbits/sec
11352026-03-13T04:07:40.810Z[ 7] 10.00-10.00 sec 84.8 KBytes 1.64 Gbits/sec
11362026-03-13T04:07:40.810Z[ 9] 10.00-10.00 sec 30.9 KBytes 598 Mbits/sec
11372026-03-13T04:07:40.810Z[ 11] 10.00-10.00 sec 38.4 KBytes 741 Mbits/sec
11382026-03-13T04:07:40.810Z[ 13] 10.00-10.00 sec 124 KBytes 2.40 Gbits/sec
11392026-03-13T04:07:40.810Z[ 15] 10.00-10.00 sec 117 KBytes 2.39 Gbits/sec
11402026-03-13T04:07:40.810Z[ 17] 10.00-10.00 sec 14.0 KBytes 288 Mbits/sec
11412026-03-13T04:07:40.810Z[ 19] 10.00-10.00 sec 45.2 KBytes 931 Mbits/sec
11422026-03-13T04:07:40.810Z[SUM] 10.00-10.00 sec 522 KBytes 10.0 Gbits/sec
11432026-03-13T04:07:40.811Z- - - - - - - - - - - - - - - - - - - - - - - - -
11442026-03-13T04:07:40.811Z[ ID] Interval Transfer Bandwidth
11452026-03-13T04:07:40.811Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11462026-03-13T04:07:40.811Z[ 5] 0.00-10.00 sec 1.15 GBytes 986 Mbits/sec receiver
11472026-03-13T04:07:40.811Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11482026-03-13T04:07:40.811Z[ 7] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11492026-03-13T04:07:40.811Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11502026-03-13T04:07:40.811Z[ 9] 0.00-10.00 sec 1.15 GBytes 985 Mbits/sec receiver
11512026-03-13T04:07:40.811Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11522026-03-13T04:07:40.811Z[ 11] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
11532026-03-13T04:07:40.811Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11542026-03-13T04:07:40.811Z[ 13] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
11552026-03-13T04:07:40.811Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11562026-03-13T04:07:40.811Z[ 15] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
11572026-03-13T04:07:40.811Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11582026-03-13T04:07:40.811Z[ 17] 0.00-10.00 sec 1.15 GBytes 984 Mbits/sec receiver
11592026-03-13T04:07:40.811Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11602026-03-13T04:07:40.811Z[ 19] 0.00-10.00 sec 1.14 GBytes 983 Mbits/sec receiver
11612026-03-13T04:07:40.811Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
11622026-03-13T04:07:40.811Z[SUM] 0.00-10.00 sec 9.17 GBytes 7.88 Gbits/sec receiver
11632026-03-13T04:07:40.815ZRun 1/5...7876.639Mbps
11642026-03-13T04:07:47.835Z-----------------------------------------------------------
11652026-03-13T04:07:47.835ZServer listening on 5201
11662026-03-13T04:07:47.835Z-----------------------------------------------------------
11672026-03-13T04:07:47.835ZAccepted connection from 10.0.0.1, port 37797
11682026-03-13T04:07:47.835Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41516
11692026-03-13T04:07:47.835Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64953
11702026-03-13T04:07:47.836Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64492
11712026-03-13T04:07:47.836Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49850
11722026-03-13T04:07:47.836Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44016
11732026-03-13T04:07:47.836Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48446
11742026-03-13T04:07:47.836Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59852
11752026-03-13T04:07:47.836Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40981
11762026-03-13T04:07:47.836Z[ ID] Interval Transfer Bandwidth
11772026-03-13T04:07:47.836Z[ 5] 0.00-1.00 sec 82.7 MBytes 694 Mbits/sec
11782026-03-13T04:07:47.836Z[ 7] 0.00-1.00 sec 82.5 MBytes 692 Mbits/sec
11792026-03-13T04:07:47.836Z[ 9] 0.00-1.00 sec 82.5 MBytes 692 Mbits/sec
11802026-03-13T04:07:47.836Z[ 11] 0.00-1.00 sec 82.4 MBytes 691 Mbits/sec
11812026-03-13T04:07:47.836Z[ 13] 0.00-1.00 sec 82.3 MBytes 691 Mbits/sec
11822026-03-13T04:07:47.836Z[ 15] 0.00-1.00 sec 82.4 MBytes 691 Mbits/sec
11832026-03-13T04:07:47.836Z[ 17] 0.00-1.00 sec 82.3 MBytes 691 Mbits/sec
11842026-03-13T04:07:47.836Z[ 19] 0.00-1.00 sec 82.2 MBytes 690 Mbits/sec
11852026-03-13T04:07:47.836Z[SUM] 0.00-1.00 sec 659 MBytes 5.53 Gbits/sec
11862026-03-13T04:07:47.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
11872026-03-13T04:07:47.836Z[ 5] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11882026-03-13T04:07:47.836Z[ 7] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11892026-03-13T04:07:47.836Z[ 9] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11902026-03-13T04:07:47.836Z[ 11] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11912026-03-13T04:07:47.836Z[ 13] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11922026-03-13T04:07:47.836Z[ 15] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11932026-03-13T04:07:47.836Z[ 17] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11942026-03-13T04:07:47.836Z[ 19] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
11952026-03-13T04:07:47.836Z[SUM] 1.00-2.00 sec 975 MBytes 8.18 Gbits/sec
11962026-03-13T04:07:47.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
11972026-03-13T04:07:47.836Z[ 5] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
11982026-03-13T04:07:47.836Z[ 7] 2.00-3.00 sec 122 MBytes 1.03 Gbits/sec
11992026-03-13T04:07:47.836Z[ 9] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
12002026-03-13T04:07:47.836Z[ 11] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
12012026-03-13T04:07:47.836Z[ 13] 2.00-3.00 sec 122 MBytes 1.03 Gbits/sec
12022026-03-13T04:07:47.836Z[ 15] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
12032026-03-13T04:07:47.836Z[ 17] 2.00-3.00 sec 122 MBytes 1.03 Gbits/sec
12042026-03-13T04:07:47.836Z[ 19] 2.00-3.00 sec 122 MBytes 1.02 Gbits/sec
12052026-03-13T04:07:47.836Z[SUM] 2.00-3.00 sec 977 MBytes 8.20 Gbits/sec
12062026-03-13T04:07:47.836Z- - - - - - - - - - - - - - - - - - - - - - - - -
12072026-03-13T04:07:47.837Z[ 5] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
12082026-03-13T04:07:47.837Z[ 7] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
12092026-03-13T04:07:47.837Z[ 9] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
12102026-03-13T04:07:47.837Z[ 11] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12112026-03-13T04:07:47.837Z[ 13] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
12122026-03-13T04:07:47.837Z[ 15] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
12132026-03-13T04:07:47.837Z[ 17] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
12142026-03-13T04:07:47.837Z[ 19] 3.00-4.00 sec 122 MBytes 1.02 Gbits/sec
12152026-03-13T04:07:47.837Z[SUM] 3.00-4.00 sec 978 MBytes 8.20 Gbits/sec
12162026-03-13T04:07:47.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
12172026-03-13T04:07:47.837Z[ 5] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12182026-03-13T04:07:47.837Z[ 7] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12192026-03-13T04:07:47.837Z[ 9] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12202026-03-13T04:07:47.837Z[ 11] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12212026-03-13T04:07:47.837Z[ 13] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12222026-03-13T04:07:47.837Z[ 15] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12232026-03-13T04:07:47.837Z[ 17] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12242026-03-13T04:07:47.837Z[ 19] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
12252026-03-13T04:07:47.837Z[SUM] 4.00-5.00 sec 975 MBytes 8.18 Gbits/sec
12262026-03-13T04:07:47.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
12272026-03-13T04:07:47.837Z[ 5] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
12282026-03-13T04:07:47.837Z[ 7] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
12292026-03-13T04:07:47.837Z[ 9] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
12302026-03-13T04:07:47.837Z[ 11] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
12312026-03-13T04:07:47.837Z[ 13] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
12322026-03-13T04:07:47.837Z[ 15] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
12332026-03-13T04:07:47.837Z[ 17] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
12342026-03-13T04:07:47.837Z[ 19] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
12352026-03-13T04:07:47.837Z[SUM] 5.00-6.00 sec 977 MBytes 8.20 Gbits/sec
12362026-03-13T04:07:47.837Z- - - - - - - - - - - - - - - - - - - - - - - - -
12372026-03-13T04:07:47.837Z[ 5] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12382026-03-13T04:07:47.837Z[ 7] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12392026-03-13T04:07:47.837Z[ 9] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12402026-03-13T04:07:51.049Z[ 11] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12412026-03-13T04:07:51.049Z[ 13] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12422026-03-13T04:07:51.049Z[ 15] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12432026-03-13T04:07:51.049Z[ 17] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12442026-03-13T04:07:51.049Z[ 19] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
12452026-03-13T04:07:51.049Z[SUM] 6.00-7.00 sec 970 MBytes 8.13 Gbits/sec
12462026-03-13T04:07:51.049Z- - - - - - - - - - - - - - - - - - - - - - - - -
12472026-03-13T04:07:51.049Z[ 5] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12482026-03-13T04:07:51.049Z[ 7] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12492026-03-13T04:07:51.049Z[ 9] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12502026-03-13T04:07:51.049Z[ 11] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12512026-03-13T04:07:51.049Z[ 13] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12522026-03-13T04:07:51.050Z[ 15] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12532026-03-13T04:07:51.050Z[ 17] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12542026-03-13T04:07:51.050Z[ 19] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
12552026-03-13T04:07:51.050Z[SUM] 7.00-8.00 sec 974 MBytes 8.17 Gbits/sec
12562026-03-13T04:07:51.050Z- - - - - - - - - - - - - - - - - - - - - - - - -
12572026-03-13T04:07:51.050Z[ 5] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12582026-03-13T04:07:51.050Z[ 7] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12592026-03-13T04:07:51.050Z[ 9] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12602026-03-13T04:07:51.050Z[ 11] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12612026-03-13T04:07:51.050Z[ 13] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12622026-03-13T04:07:51.050Z[ 15] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12632026-03-13T04:07:51.050Z[ 17] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12642026-03-13T04:07:51.050Z[ 19] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
12652026-03-13T04:07:51.050Z[SUM] 8.00-9.00 sec 975 MBytes 8.18 Gbits/sec
12662026-03-13T04:07:51.050Z- - - - - - - - - - - - - - - - - - - - - - - - -
12672026-03-13T04:07:51.050Z[ 5] 9.00-10.00 sec 123 MBytes 1.03 Gbits/sec
12682026-03-13T04:07:51.050Z[ 7] 9.00-10.00 sec 123 MBytes 1.03 Gbits/sec
12692026-03-13T04:07:51.050Z[ 9] 9.00-10.00 sec 123 MBytes 1.03 Gbits/sec
12702026-03-13T04:07:51.050Z[ 11] 9.00-10.00 sec 123 MBytes 1.03 Gbits/sec
12712026-03-13T04:07:51.050Z[ 13] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
12722026-03-13T04:07:51.050Z[ 15] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
12732026-03-13T04:07:51.050Z[ 17] 9.00-10.00 sec 123 MBytes 1.03 Gbits/sec
12742026-03-13T04:07:51.050Z[ 19] 9.00-10.00 sec 123 MBytes 1.03 Gbits/sec
12752026-03-13T04:07:51.050Z[SUM] 9.00-10.00 sec 981 MBytes 8.23 Gbits/sec
12762026-03-13T04:07:51.050Z- - - - - - - - - - - - - - - - - - - - - - - - -
12772026-03-13T04:07:51.050Z[ 5] 10.00-10.00 sec 85.5 KBytes 1.60 Gbits/sec
12782026-03-13T04:07:51.051Z[ 7] 10.00-10.00 sec 9.89 KBytes 185 Mbits/sec
12792026-03-13T04:07:51.051Z[ 9] 10.00-10.00 sec 46.5 KBytes 873 Mbits/sec
12802026-03-13T04:07:51.051Z[ 11] 10.00-10.00 sec 104 KBytes 1.95 Gbits/sec
12812026-03-13T04:07:51.051Z[ 13] 10.00-10.00 sec 126 KBytes 2.36 Gbits/sec
12822026-03-13T04:07:51.055Z[ 15] 10.00-10.00 sec 29.7 KBytes 557 Mbits/sec
12832026-03-13T04:07:51.055Z[ 17] 10.00-10.00 sec 39.4 KBytes 740 Mbits/sec
12842026-03-13T04:07:51.055Z[ 19] 10.00-10.00 sec 110 KBytes 2.06 Gbits/sec
12852026-03-13T04:07:51.055Z[SUM] 10.00-10.00 sec 551 KBytes 10.3 Gbits/sec
12862026-03-13T04:07:51.055Z- - - - - - - - - - - - - - - - - - - - - - - - -
12872026-03-13T04:07:51.055Z[ ID] Interval Transfer Bandwidth
12882026-03-13T04:07:51.055Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12892026-03-13T04:07:51.055Z[ 5] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
12902026-03-13T04:07:51.056Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12912026-03-13T04:07:51.056Z[ 7] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
12922026-03-13T04:07:51.056Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12932026-03-13T04:07:51.056Z[ 9] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
12942026-03-13T04:07:51.056Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12952026-03-13T04:07:51.056Z[ 11] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
12962026-03-13T04:07:51.056Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12972026-03-13T04:07:51.056Z[ 13] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
12982026-03-13T04:07:51.056Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
12992026-03-13T04:07:51.056Z[ 15] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
13002026-03-13T04:07:51.056Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13012026-03-13T04:07:51.056Z[ 17] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
13022026-03-13T04:07:51.056Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13032026-03-13T04:07:51.056Z[ 19] 0.00-10.00 sec 1.15 GBytes 990 Mbits/sec receiver
13042026-03-13T04:07:51.056Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
13052026-03-13T04:07:51.056Z[SUM] 0.00-10.00 sec 9.22 GBytes 7.92 Gbits/sec receiver
13062026-03-13T04:07:51.056ZRun 2/5...7920.468Mbps
13072026-03-13T04:07:58.076Z-----------------------------------------------------------
13082026-03-13T04:07:58.076ZServer listening on 5201
13092026-03-13T04:07:58.077Z-----------------------------------------------------------
13102026-03-13T04:07:58.077ZAccepted connection from 10.0.0.1, port 40176
13112026-03-13T04:07:58.077Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43263
13122026-03-13T04:07:58.077Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34214
13132026-03-13T04:07:58.077Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33779
13142026-03-13T04:07:58.077Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53875
13152026-03-13T04:07:58.077Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53564
13162026-03-13T04:07:58.077Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36963
13172026-03-13T04:07:58.077Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62520
13182026-03-13T04:07:58.077Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40751
13192026-03-13T04:07:58.077Z[ ID] Interval Transfer Bandwidth
13202026-03-13T04:07:58.077Z[ 5] 0.00-1.00 sec 83.5 MBytes 701 Mbits/sec
13212026-03-13T04:07:58.077Z[ 7] 0.00-1.00 sec 83.4 MBytes 700 Mbits/sec
13222026-03-13T04:07:58.077Z[ 9] 0.00-1.00 sec 83.5 MBytes 700 Mbits/sec
13232026-03-13T04:07:58.077Z[ 11] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
13242026-03-13T04:07:58.077Z[ 13] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
13252026-03-13T04:07:58.077Z[ 15] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
13262026-03-13T04:07:58.077Z[ 17] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
13272026-03-13T04:07:58.077Z[ 19] 0.00-1.00 sec 83.1 MBytes 697 Mbits/sec
13282026-03-13T04:07:58.077Z[SUM] 0.00-1.00 sec 667 MBytes 5.59 Gbits/sec
13292026-03-13T04:07:58.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
13302026-03-13T04:07:58.077Z[ 5] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
13312026-03-13T04:07:58.077Z[ 7] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
13322026-03-13T04:07:58.077Z[ 9] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13332026-03-13T04:07:58.077Z[ 11] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13342026-03-13T04:07:58.077Z[ 13] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13352026-03-13T04:07:58.077Z[ 15] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
13362026-03-13T04:07:58.077Z[ 17] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
13372026-03-13T04:07:58.077Z[ 19] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
13382026-03-13T04:07:58.077Z[SUM] 1.00-2.00 sec 978 MBytes 8.20 Gbits/sec
13392026-03-13T04:07:58.077Z- - - - - - - - - - - - - - - - - - - - - - - - -
13402026-03-13T04:07:58.077Z[ 5] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13412026-03-13T04:07:58.077Z[ 7] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13422026-03-13T04:07:58.077Z[ 9] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13432026-03-13T04:07:58.077Z[ 11] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13442026-03-13T04:07:58.077Z[ 13] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13452026-03-13T04:07:58.077Z[ 15] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13462026-03-13T04:07:58.077Z[ 17] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13472026-03-13T04:07:58.078Z[ 19] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
13482026-03-13T04:07:58.078Z[SUM] 2.00-3.00 sec 984 MBytes 8.25 Gbits/sec
13492026-03-13T04:07:58.078Z- - - - - - - - - - - - - - - - - - - - - - - - -
13502026-03-13T04:07:58.078Z[ 5] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13512026-03-13T04:07:58.078Z[ 7] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13522026-03-13T04:07:58.078Z[ 9] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13532026-03-13T04:07:58.078Z[ 11] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13542026-03-13T04:07:58.078Z[ 13] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13552026-03-13T04:07:58.078Z[ 15] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13562026-03-13T04:07:58.078Z[ 17] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13572026-03-13T04:07:58.078Z[ 19] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
13582026-03-13T04:07:58.078Z[SUM] 3.00-4.00 sec 981 MBytes 8.23 Gbits/sec
13592026-03-13T04:07:58.078Z- - - - - - - - - - - - - - - - - - - - - - - - -
13602026-03-13T04:07:58.078Z[ 5] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13612026-03-13T04:07:58.078Z[ 7] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13622026-03-13T04:07:58.078Z[ 9] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13632026-03-13T04:07:58.078Z[ 11] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13642026-03-13T04:07:58.078Z[ 13] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13652026-03-13T04:07:58.078Z[ 15] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13662026-03-13T04:07:58.081Z[ 17] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13672026-03-13T04:07:58.081Z[ 19] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
13682026-03-13T04:07:58.081Z[SUM] 4.00-5.00 sec 984 MBytes 8.26 Gbits/sec
13692026-03-13T04:07:58.081Z- - - - - - - - - - - - - - - - - - - - - - - - -
13702026-03-13T04:07:58.081Z[ 5] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
13712026-03-13T04:07:58.081Z[ 7] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
13722026-03-13T04:07:58.081Z[ 9] 5.00-6.00 sec 123 MBytes 1.03 Gbits/sec
13732026-03-13T04:07:58.081Z[ 11] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
13742026-03-13T04:07:58.082Z[ 13] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
13752026-03-13T04:07:58.082Z[ 15] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
13762026-03-13T04:07:58.082Z[ 17] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
13772026-03-13T04:07:58.082Z[ 19] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
13782026-03-13T04:07:58.082Z[SUM] 5.00-6.00 sec 980 MBytes 8.22 Gbits/sec
13792026-03-13T04:07:58.082Z- - - - - - - - - - - - - - - - - - - - - - - - -
13802026-03-13T04:07:58.082Z[ 5] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13812026-03-13T04:07:58.082Z[ 7] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13822026-03-13T04:07:58.082Z[ 9] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13832026-03-13T04:08:01.290Z[ 11] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13842026-03-13T04:08:01.290Z[ 13] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13852026-03-13T04:08:01.290Z[ 15] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13862026-03-13T04:08:01.290Z[ 17] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13872026-03-13T04:08:01.290Z[ 19] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
13882026-03-13T04:08:01.290Z[SUM] 6.00-7.00 sec 976 MBytes 8.19 Gbits/sec
13892026-03-13T04:08:01.290Z- - - - - - - - - - - - - - - - - - - - - - - - -
13902026-03-13T04:08:01.291Z[ 5] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13912026-03-13T04:08:01.291Z[ 7] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13922026-03-13T04:08:01.291Z[ 9] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13932026-03-13T04:08:01.291Z[ 11] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13942026-03-13T04:08:01.291Z[ 13] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13952026-03-13T04:08:01.291Z[ 15] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13962026-03-13T04:08:01.291Z[ 17] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13972026-03-13T04:08:01.291Z[ 19] 7.00-8.00 sec 123 MBytes 1.03 Gbits/sec
13982026-03-13T04:08:01.291Z[SUM] 7.00-8.00 sec 983 MBytes 8.24 Gbits/sec
13992026-03-13T04:08:01.291Z- - - - - - - - - - - - - - - - - - - - - - - - -
14002026-03-13T04:08:01.291Z[ 5] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14012026-03-13T04:08:01.291Z[ 7] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14022026-03-13T04:08:01.291Z[ 9] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14032026-03-13T04:08:01.291Z[ 11] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14042026-03-13T04:08:01.291Z[ 13] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14052026-03-13T04:08:01.291Z[ 15] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14062026-03-13T04:08:01.291Z[ 17] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14072026-03-13T04:08:01.291Z[ 19] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
14082026-03-13T04:08:01.291Z[SUM] 8.00-9.00 sec 981 MBytes 8.23 Gbits/sec
14092026-03-13T04:08:01.291Z- - - - - - - - - - - - - - - - - - - - - - - - -
14102026-03-13T04:08:01.291Z[ 5] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14112026-03-13T04:08:01.291Z[ 7] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14122026-03-13T04:08:01.291Z[ 9] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14132026-03-13T04:08:01.291Z[ 11] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14142026-03-13T04:08:01.291Z[ 13] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14152026-03-13T04:08:01.291Z[ 15] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14162026-03-13T04:08:01.291Z[ 17] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14172026-03-13T04:08:01.291Z[ 19] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
14182026-03-13T04:08:01.291Z[SUM] 9.00-10.00 sec 979 MBytes 8.21 Gbits/sec
14192026-03-13T04:08:01.291Z- - - - - - - - - - - - - - - - - - - - - - - - -
14202026-03-13T04:08:01.291Z[ 5] 10.00-10.00 sec 115 KBytes 1.60 Gbits/sec
14212026-03-13T04:08:01.291Z[ 7] 10.00-10.00 sec 49.7 KBytes 696 Mbits/sec
14222026-03-13T04:08:01.291Z[ 9] 10.00-10.00 sec 88.6 KBytes 1.24 Gbits/sec
14232026-03-13T04:08:01.291Z[ 11] 10.00-10.00 sec 126 KBytes 1.77 Gbits/sec
14242026-03-13T04:08:01.291Z[ 13] 10.00-10.00 sec 124 KBytes 1.74 Gbits/sec
14252026-03-13T04:08:01.291Z[ 15] 10.00-10.00 sec 85.4 KBytes 1.20 Gbits/sec
14262026-03-13T04:08:01.291Z[ 17] 10.00-10.00 sec 65.9 KBytes 925 Mbits/sec
14272026-03-13T04:08:01.291Z[ 19] 10.00-10.00 sec 21.7 KBytes 305 Mbits/sec
14282026-03-13T04:08:01.292Z[SUM] 10.00-10.00 sec 676 KBytes 9.45 Gbits/sec
14292026-03-13T04:08:01.292Z- - - - - - - - - - - - - - - - - - - - - - - - -
14302026-03-13T04:08:01.292Z[ ID] Interval Transfer Bandwidth
14312026-03-13T04:08:01.292Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14322026-03-13T04:08:01.292Z[ 5] 0.00-10.00 sec 1.16 GBytes 996 Mbits/sec receiver
14332026-03-13T04:08:01.292Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14342026-03-13T04:08:01.292Z[ 7] 0.00-10.00 sec 1.16 GBytes 996 Mbits/sec receiver
14352026-03-13T04:08:01.292Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14362026-03-13T04:08:01.292Z[ 9] 0.00-10.00 sec 1.16 GBytes 995 Mbits/sec receiver
14372026-03-13T04:08:01.292Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14382026-03-13T04:08:01.292Z[ 11] 0.00-10.00 sec 1.16 GBytes 995 Mbits/sec receiver
14392026-03-13T04:08:01.292Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14402026-03-13T04:08:01.292Z[ 13] 0.00-10.00 sec 1.16 GBytes 995 Mbits/sec receiver
14412026-03-13T04:08:01.292Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14422026-03-13T04:08:01.292Z[ 15] 0.00-10.00 sec 1.16 GBytes 995 Mbits/sec receiver
14432026-03-13T04:08:01.292Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14442026-03-13T04:08:01.292Z[ 17] 0.00-10.00 sec 1.16 GBytes 995 Mbits/sec receiver
14452026-03-13T04:08:01.292Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14462026-03-13T04:08:01.292Z[ 19] 0.00-10.00 sec 1.16 GBytes 995 Mbits/sec receiver
14472026-03-13T04:08:01.292Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
14482026-03-13T04:08:01.292Z[SUM] 0.00-10.00 sec 9.27 GBytes 7.96 Gbits/sec receiver
14492026-03-13T04:08:01.295ZRun 3/5...7963.077Mbps
14502026-03-13T04:08:08.316Z-----------------------------------------------------------
14512026-03-13T04:08:08.316ZServer listening on 5201
14522026-03-13T04:08:08.316Z-----------------------------------------------------------
14532026-03-13T04:08:08.316ZAccepted connection from 10.0.0.1, port 43758
14542026-03-13T04:08:08.316Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62969
14552026-03-13T04:08:08.316Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46352
14562026-03-13T04:08:08.316Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44781
14572026-03-13T04:08:08.316Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37263
14582026-03-13T04:08:08.316Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36738
14592026-03-13T04:08:08.316Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34914
14602026-03-13T04:08:08.316Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40546
14612026-03-13T04:08:08.316Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47426
14622026-03-13T04:08:08.316Z[ ID] Interval Transfer Bandwidth
14632026-03-13T04:08:08.316Z[ 5] 0.00-1.00 sec 83.6 MBytes 701 Mbits/sec
14642026-03-13T04:08:08.316Z[ 7] 0.00-1.00 sec 83.6 MBytes 701 Mbits/sec
14652026-03-13T04:08:08.317Z[ 9] 0.00-1.00 sec 83.4 MBytes 700 Mbits/sec
14662026-03-13T04:08:08.317Z[ 11] 0.00-1.00 sec 83.4 MBytes 699 Mbits/sec
14672026-03-13T04:08:08.317Z[ 13] 0.00-1.00 sec 83.4 MBytes 700 Mbits/sec
14682026-03-13T04:08:08.317Z[ 15] 0.00-1.00 sec 83.4 MBytes 700 Mbits/sec
14692026-03-13T04:08:08.317Z[ 17] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
14702026-03-13T04:08:08.317Z[ 19] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
14712026-03-13T04:08:08.317Z[SUM] 0.00-1.00 sec 667 MBytes 5.60 Gbits/sec
14722026-03-13T04:08:08.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
14732026-03-13T04:08:08.317Z[ 5] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
14742026-03-13T04:08:08.317Z[ 7] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
14752026-03-13T04:08:08.317Z[ 9] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
14762026-03-13T04:08:08.317Z[ 11] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
14772026-03-13T04:08:08.317Z[ 13] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
14782026-03-13T04:08:08.317Z[ 15] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
14792026-03-13T04:08:08.317Z[ 17] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
14802026-03-13T04:08:08.317Z[ 19] 1.00-2.00 sec 122 MBytes 1.02 Gbits/sec
14812026-03-13T04:08:08.317Z[SUM] 1.00-2.00 sec 978 MBytes 8.20 Gbits/sec
14822026-03-13T04:08:08.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
14832026-03-13T04:08:08.317Z[ 5] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14842026-03-13T04:08:08.317Z[ 7] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14852026-03-13T04:08:08.317Z[ 9] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14862026-03-13T04:08:08.317Z[ 11] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14872026-03-13T04:08:08.317Z[ 13] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14882026-03-13T04:08:08.317Z[ 15] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14892026-03-13T04:08:08.317Z[ 17] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14902026-03-13T04:08:08.317Z[ 19] 2.00-3.00 sec 123 MBytes 1.03 Gbits/sec
14912026-03-13T04:08:08.317Z[SUM] 2.00-3.00 sec 983 MBytes 8.25 Gbits/sec
14922026-03-13T04:08:08.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
14932026-03-13T04:08:08.317Z[ 5] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
14942026-03-13T04:08:08.317Z[ 7] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
14952026-03-13T04:08:08.317Z[ 9] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
14962026-03-13T04:08:08.317Z[ 11] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
14972026-03-13T04:08:08.317Z[ 13] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
14982026-03-13T04:08:08.317Z[ 15] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
14992026-03-13T04:08:08.317Z[ 17] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
15002026-03-13T04:08:08.317Z[ 19] 3.00-4.00 sec 122 MBytes 1.03 Gbits/sec
15012026-03-13T04:08:08.317Z[SUM] 3.00-4.00 sec 979 MBytes 8.21 Gbits/sec
15022026-03-13T04:08:08.317Z- - - - - - - - - - - - - - - - - - - - - - - - -
15032026-03-13T04:08:08.317Z[ 5] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15042026-03-13T04:08:08.318Z[ 7] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15052026-03-13T04:08:08.318Z[ 9] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15062026-03-13T04:08:08.318Z[ 11] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15072026-03-13T04:08:08.318Z[ 13] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15082026-03-13T04:08:08.318Z[ 15] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15092026-03-13T04:08:08.318Z[ 17] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15102026-03-13T04:08:08.318Z[ 19] 4.00-5.00 sec 123 MBytes 1.03 Gbits/sec
15112026-03-13T04:08:08.318Z[SUM] 4.00-5.00 sec 981 MBytes 8.23 Gbits/sec
15122026-03-13T04:08:08.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
15132026-03-13T04:08:08.318Z[ 5] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
15142026-03-13T04:08:08.318Z[ 7] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
15152026-03-13T04:08:08.318Z[ 9] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
15162026-03-13T04:08:08.318Z[ 11] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
15172026-03-13T04:08:08.318Z[ 13] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
15182026-03-13T04:08:08.318Z[ 15] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
15192026-03-13T04:08:08.318Z[ 17] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
15202026-03-13T04:08:08.318Z[ 19] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
15212026-03-13T04:08:08.318Z[SUM] 5.00-6.00 sec 978 MBytes 8.21 Gbits/sec
15222026-03-13T04:08:08.318Z- - - - - - - - - - - - - - - - - - - - - - - - -
15232026-03-13T04:08:08.318Z[ 5] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
15242026-03-13T04:08:08.318Z[ 7] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
15252026-03-13T04:08:08.318Z[ 9] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
15262026-03-13T04:08:11.530Z[ 11] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15272026-03-13T04:08:11.530Z[ 13] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15282026-03-13T04:08:11.530Z[ 15] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15292026-03-13T04:08:11.530Z[ 17] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15302026-03-13T04:08:11.530Z[ 19] 6.00-7.00 sec 121 MBytes 1.02 Gbits/sec
15312026-03-13T04:08:11.530Z[SUM] 6.00-7.00 sec 972 MBytes 8.15 Gbits/sec
15322026-03-13T04:08:11.530Z- - - - - - - - - - - - - - - - - - - - - - - - -
15332026-03-13T04:08:11.530Z[ 5] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15342026-03-13T04:08:11.531Z[ 7] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15352026-03-13T04:08:11.531Z[ 9] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15362026-03-13T04:08:11.531Z[ 11] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15372026-03-13T04:08:11.531Z[ 13] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15382026-03-13T04:08:11.531Z[ 15] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15392026-03-13T04:08:11.531Z[ 17] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15402026-03-13T04:08:11.531Z[ 19] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
15412026-03-13T04:08:11.531Z[SUM] 7.00-8.00 sec 974 MBytes 8.17 Gbits/sec
15422026-03-13T04:08:11.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
15432026-03-13T04:08:11.531Z[ 5] 8.00-9.00 sec 122 MBytes 1.03 Gbits/sec
15442026-03-13T04:08:11.531Z[ 7] 8.00-9.00 sec 122 MBytes 1.03 Gbits/sec
15452026-03-13T04:08:11.531Z[ 9] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
15462026-03-13T04:08:11.531Z[ 11] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
15472026-03-13T04:08:11.531Z[ 13] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
15482026-03-13T04:08:11.531Z[ 15] 8.00-9.00 sec 122 MBytes 1.03 Gbits/sec
15492026-03-13T04:08:11.531Z[ 17] 8.00-9.00 sec 122 MBytes 1.03 Gbits/sec
15502026-03-13T04:08:11.531Z[ 19] 8.00-9.00 sec 123 MBytes 1.03 Gbits/sec
15512026-03-13T04:08:11.531Z[SUM] 8.00-9.00 sec 980 MBytes 8.22 Gbits/sec
15522026-03-13T04:08:11.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
15532026-03-13T04:08:11.531Z[ 5] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15542026-03-13T04:08:11.531Z[ 7] 9.00-10.00 sec 122 MBytes 1.03 Gbits/sec
15552026-03-13T04:08:11.531Z[ 9] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15562026-03-13T04:08:11.531Z[ 11] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15572026-03-13T04:08:11.531Z[ 13] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15582026-03-13T04:08:11.531Z[ 15] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15592026-03-13T04:08:11.531Z[ 17] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15602026-03-13T04:08:11.531Z[ 19] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
15612026-03-13T04:08:11.531Z[SUM] 9.00-10.00 sec 977 MBytes 8.20 Gbits/sec
15622026-03-13T04:08:11.531Z- - - - - - - - - - - - - - - - - - - - - - - - -
15632026-03-13T04:08:11.531Z[ 5] 10.00-10.00 sec 77.6 KBytes 1.19 Gbits/sec
15642026-03-13T04:08:11.531Z[ 7] 10.00-10.00 sec 49.1 KBytes 758 Mbits/sec
15652026-03-13T04:08:11.531Z[ 9] 10.00-10.00 sec 88.0 KBytes 1.36 Gbits/sec
15662026-03-13T04:08:11.531Z[ 11] 10.00-10.00 sec 46.5 KBytes 719 Mbits/sec
15672026-03-13T04:08:11.531Z[ 13] 10.00-10.00 sec 110 KBytes 1.69 Gbits/sec
15682026-03-13T04:08:11.531Z[ 15] 10.00-10.00 sec 68.1 KBytes 1.05 Gbits/sec
15692026-03-13T04:08:11.531Z[ 17] 10.00-10.00 sec 83.3 KBytes 1.29 Gbits/sec
15702026-03-13T04:08:11.531Z[ 19] 10.00-10.00 sec 119 KBytes 1.84 Gbits/sec
15712026-03-13T04:08:11.532Z[SUM] 10.00-10.00 sec 641 KBytes 9.87 Gbits/sec
15722026-03-13T04:08:11.532Z- - - - - - - - - - - - - - - - - - - - - - - - -
15732026-03-13T04:08:11.532Z[ ID] Interval Transfer Bandwidth
15742026-03-13T04:08:11.532Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15752026-03-13T04:08:11.532Z[ 5] 0.00-10.00 sec 1.16 GBytes 993 Mbits/sec receiver
15762026-03-13T04:08:11.532Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15772026-03-13T04:08:11.532Z[ 7] 0.00-10.00 sec 1.16 GBytes 993 Mbits/sec receiver
15782026-03-13T04:08:11.532Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15792026-03-13T04:08:11.532Z[ 9] 0.00-10.00 sec 1.16 GBytes 993 Mbits/sec receiver
15802026-03-13T04:08:11.532Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15812026-03-13T04:08:11.532Z[ 11] 0.00-10.00 sec 1.16 GBytes 993 Mbits/sec receiver
15822026-03-13T04:08:11.532Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15832026-03-13T04:08:11.532Z[ 13] 0.00-10.00 sec 1.16 GBytes 993 Mbits/sec receiver
15842026-03-13T04:08:11.532Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15852026-03-13T04:08:11.532Z[ 15] 0.00-10.00 sec 1.16 GBytes 993 Mbits/sec receiver
15862026-03-13T04:08:11.532Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15872026-03-13T04:08:11.532Z[ 17] 0.00-10.00 sec 1.16 GBytes 993 Mbits/sec receiver
15882026-03-13T04:08:11.532Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15892026-03-13T04:08:11.532Z[ 19] 0.00-10.00 sec 1.16 GBytes 992 Mbits/sec receiver
15902026-03-13T04:08:11.532Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
15912026-03-13T04:08:11.532Z[SUM] 0.00-10.00 sec 9.25 GBytes 7.94 Gbits/sec receiver
15922026-03-13T04:08:11.535ZRun 4/5...7943.828Mbps
15932026-03-13T04:08:18.557Z-----------------------------------------------------------
15942026-03-13T04:08:18.557ZServer listening on 5201
15952026-03-13T04:08:18.557Z-----------------------------------------------------------
15962026-03-13T04:08:18.557ZAccepted connection from 10.0.0.1, port 43281
15972026-03-13T04:08:18.557Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59368
15982026-03-13T04:08:18.557Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55123
15992026-03-13T04:08:18.557Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35249
16002026-03-13T04:08:18.557Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56967
16012026-03-13T04:08:18.557Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60878
16022026-03-13T04:08:18.557Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58013
16032026-03-13T04:08:18.557Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58234
16042026-03-13T04:08:18.557Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46312
16052026-03-13T04:08:18.557Z[ ID] Interval Transfer Bandwidth
16062026-03-13T04:08:18.557Z[ 5] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
16072026-03-13T04:08:18.557Z[ 7] 0.00-1.00 sec 83.7 MBytes 702 Mbits/sec
16082026-03-13T04:08:18.557Z[ 9] 0.00-1.00 sec 83.5 MBytes 701 Mbits/sec
16092026-03-13T04:08:18.558Z[ 11] 0.00-1.00 sec 83.3 MBytes 698 Mbits/sec
16102026-03-13T04:08:18.558Z[ 13] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
16112026-03-13T04:08:18.558Z[ 15] 0.00-1.00 sec 83.3 MBytes 699 Mbits/sec
16122026-03-13T04:08:18.558Z[ 17] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
16132026-03-13T04:08:18.558Z[ 19] 0.00-1.00 sec 83.2 MBytes 698 Mbits/sec
16142026-03-13T04:08:18.558Z[SUM] 0.00-1.00 sec 667 MBytes 5.59 Gbits/sec
16152026-03-13T04:08:18.558Z- - - - - - - - - - - - - - - - - - - - - - - - -
16162026-03-13T04:08:18.558Z[ 5] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16172026-03-13T04:08:18.558Z[ 7] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16182026-03-13T04:08:18.558Z[ 9] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16192026-03-13T04:08:18.558Z[ 11] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16202026-03-13T04:08:18.558Z[ 13] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16212026-03-13T04:08:18.558Z[ 15] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16222026-03-13T04:08:18.558Z[ 17] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16232026-03-13T04:08:18.558Z[ 19] 1.00-2.00 sec 122 MBytes 1.03 Gbits/sec
16242026-03-13T04:08:18.558Z[SUM] 1.00-2.00 sec 979 MBytes 8.21 Gbits/sec
16252026-03-13T04:08:18.558Z- - - - - - - - - - - - - - - - - - - - - - - - -
16262026-03-13T04:08:18.558Z[ 5] 2.00-3.00 sec 119 MBytes 995 Mbits/sec
16272026-03-13T04:08:18.558Z[ 7] 2.00-3.00 sec 119 MBytes 995 Mbits/sec
16282026-03-13T04:08:18.558Z[ 9] 2.00-3.00 sec 119 MBytes 995 Mbits/sec
16292026-03-13T04:08:18.558Z[ 11] 2.00-3.00 sec 119 MBytes 994 Mbits/sec
16302026-03-13T04:08:18.558Z[ 13] 2.00-3.00 sec 119 MBytes 995 Mbits/sec
16312026-03-13T04:08:18.558Z[ 15] 2.00-3.00 sec 119 MBytes 995 Mbits/sec
16322026-03-13T04:08:18.558Z[ 17] 2.00-3.00 sec 119 MBytes 995 Mbits/sec
16332026-03-13T04:08:18.558Z[ 19] 2.00-3.00 sec 119 MBytes 994 Mbits/sec
16342026-03-13T04:08:18.558Z[SUM] 2.00-3.00 sec 949 MBytes 7.96 Gbits/sec
16352026-03-13T04:08:18.561Z- - - - - - - - - - - - - - - - - - - - - - - - -
16362026-03-13T04:08:18.561Z[ 5] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16372026-03-13T04:08:18.561Z[ 7] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16382026-03-13T04:08:18.561Z[ 9] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16392026-03-13T04:08:18.562Z[ 11] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16402026-03-13T04:08:18.562Z[ 13] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16412026-03-13T04:08:18.562Z[ 15] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16422026-03-13T04:08:18.562Z[ 17] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16432026-03-13T04:08:18.562Z[ 19] 3.00-4.00 sec 123 MBytes 1.03 Gbits/sec
16442026-03-13T04:08:18.562Z[SUM] 3.00-4.00 sec 982 MBytes 8.24 Gbits/sec
16452026-03-13T04:08:18.562Z- - - - - - - - - - - - - - - - - - - - - - - - -
16462026-03-13T04:08:18.562Z[ 5] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16472026-03-13T04:08:18.562Z[ 7] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16482026-03-13T04:08:18.562Z[ 9] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16492026-03-13T04:08:18.562Z[ 11] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16502026-03-13T04:08:18.562Z[ 13] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16512026-03-13T04:08:18.562Z[ 15] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16522026-03-13T04:08:18.562Z[ 17] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16532026-03-13T04:08:18.562Z[ 19] 4.00-5.00 sec 122 MBytes 1.02 Gbits/sec
16542026-03-13T04:08:18.562Z[SUM] 4.00-5.00 sec 976 MBytes 8.19 Gbits/sec
16552026-03-13T04:08:18.562Z- - - - - - - - - - - - - - - - - - - - - - - - -
16562026-03-13T04:08:18.562Z[ 5] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
16572026-03-13T04:08:18.562Z[ 7] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
16582026-03-13T04:08:18.562Z[ 9] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
16592026-03-13T04:08:18.562Z[ 11] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16602026-03-13T04:08:18.562Z[ 13] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16612026-03-13T04:08:18.562Z[ 15] 5.00-6.00 sec 122 MBytes 1.02 Gbits/sec
16622026-03-13T04:08:18.562Z[ 17] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
16632026-03-13T04:08:18.562Z[ 19] 5.00-6.00 sec 122 MBytes 1.03 Gbits/sec
16642026-03-13T04:08:18.562Z[SUM] 5.00-6.00 sec 978 MBytes 8.20 Gbits/sec
16652026-03-13T04:08:18.562Z- - - - - - - - - - - - - - - - - - - - - - - - -
16662026-03-13T04:08:18.562Z[ 5] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16672026-03-13T04:08:18.562Z[ 7] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16682026-03-13T04:08:18.562Z[ 9] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16692026-03-13T04:08:21.770Z[ 11] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16702026-03-13T04:08:21.770Z[ 13] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16712026-03-13T04:08:21.771Z[ 15] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16722026-03-13T04:08:21.771Z[ 17] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16732026-03-13T04:08:21.771Z[ 19] 6.00-7.00 sec 122 MBytes 1.02 Gbits/sec
16742026-03-13T04:08:21.771Z[SUM] 6.00-7.00 sec 975 MBytes 8.18 Gbits/sec
16752026-03-13T04:08:21.771Z- - - - - - - - - - - - - - - - - - - - - - - - -
16762026-03-13T04:08:21.771Z[ 5] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16772026-03-13T04:08:21.771Z[ 7] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16782026-03-13T04:08:21.771Z[ 9] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16792026-03-13T04:08:21.771Z[ 11] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16802026-03-13T04:08:21.771Z[ 13] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16812026-03-13T04:08:21.771Z[ 15] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16822026-03-13T04:08:21.771Z[ 17] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16832026-03-13T04:08:21.771Z[ 19] 7.00-8.00 sec 122 MBytes 1.02 Gbits/sec
16842026-03-13T04:08:21.771Z[SUM] 7.00-8.00 sec 973 MBytes 8.17 Gbits/sec
16852026-03-13T04:08:21.771Z- - - - - - - - - - - - - - - - - - - - - - - - -
16862026-03-13T04:08:21.771Z[ 5] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16872026-03-13T04:08:21.771Z[ 7] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16882026-03-13T04:08:21.771Z[ 9] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16892026-03-13T04:08:21.771Z[ 11] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16902026-03-13T04:08:21.771Z[ 13] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16912026-03-13T04:08:21.771Z[ 15] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16922026-03-13T04:08:21.771Z[ 17] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16932026-03-13T04:08:21.771Z[ 19] 8.00-9.00 sec 122 MBytes 1.02 Gbits/sec
16942026-03-13T04:08:21.771Z[SUM] 8.00-9.00 sec 976 MBytes 8.19 Gbits/sec
16952026-03-13T04:08:21.771Z- - - - - - - - - - - - - - - - - - - - - - - - -
16962026-03-13T04:08:21.771Z[ 5] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
16972026-03-13T04:08:21.771Z[ 7] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
16982026-03-13T04:08:21.771Z[ 9] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
16992026-03-13T04:08:21.771Z[ 11] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
17002026-03-13T04:08:21.771Z[ 13] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
17012026-03-13T04:08:21.771Z[ 15] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
17022026-03-13T04:08:21.771Z[ 17] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
17032026-03-13T04:08:21.771Z[ 19] 9.00-10.00 sec 122 MBytes 1.02 Gbits/sec
17042026-03-13T04:08:21.771Z[SUM] 9.00-10.00 sec 974 MBytes 8.17 Gbits/sec
17052026-03-13T04:08:21.771Z- - - - - - - - - - - - - - - - - - - - - - - - -
17062026-03-13T04:08:21.771Z[ 5] 10.00-10.00 sec 117 KBytes 1.57 Gbits/sec
17072026-03-13T04:08:21.771Z[ 7] 10.00-10.00 sec 125 KBytes 1.68 Gbits/sec
17082026-03-13T04:08:21.771Z[ 9] 10.00-10.00 sec 65.1 KBytes 876 Mbits/sec
17092026-03-13T04:08:21.772Z[ 11] 10.00-10.00 sec 121 KBytes 1.63 Gbits/sec
17102026-03-13T04:08:21.772Z[ 13] 10.00-10.00 sec 29.7 KBytes 400 Mbits/sec
17112026-03-13T04:08:21.772Z[ 15] 10.00-10.00 sec 126 KBytes 1.70 Gbits/sec
17122026-03-13T04:08:21.772Z[ 17] 10.00-10.00 sec 85.9 KBytes 1.16 Gbits/sec
17132026-03-13T04:08:21.772Z[ 19] 10.00-10.00 sec 95.1 KBytes 1.28 Gbits/sec
17142026-03-13T04:08:21.772Z[SUM] 10.00-10.00 sec 764 KBytes 10.3 Gbits/sec
17152026-03-13T04:08:21.772Z- - - - - - - - - - - - - - - - - - - - - - - - -
17162026-03-13T04:08:21.772Z[ ID] Interval Transfer Bandwidth
17172026-03-13T04:08:21.772Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17182026-03-13T04:08:21.772Z[ 5] 0.00-10.00 sec 1.15 GBytes 989 Mbits/sec receiver
17192026-03-13T04:08:21.772Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17202026-03-13T04:08:21.772Z[ 7] 0.00-10.00 sec 1.15 GBytes 989 Mbits/sec receiver
17212026-03-13T04:08:21.772Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17222026-03-13T04:08:21.772Z[ 9] 0.00-10.00 sec 1.15 GBytes 989 Mbits/sec receiver
17232026-03-13T04:08:21.772Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17242026-03-13T04:08:21.772Z[ 11] 0.00-10.00 sec 1.15 GBytes 989 Mbits/sec receiver
17252026-03-13T04:08:21.772Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17262026-03-13T04:08:21.772Z[ 13] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
17272026-03-13T04:08:21.772Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17282026-03-13T04:08:21.772Z[ 15] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
17292026-03-13T04:08:21.772Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17302026-03-13T04:08:21.772Z[ 17] 0.00-10.00 sec 1.15 GBytes 989 Mbits/sec receiver
17312026-03-13T04:08:21.772Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17322026-03-13T04:08:21.772Z[ 19] 0.00-10.00 sec 1.15 GBytes 988 Mbits/sec receiver
17332026-03-13T04:08:21.772Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
17342026-03-13T04:08:21.772Z[SUM] 0.00-10.00 sec 9.21 GBytes 7.91 Gbits/sec receiver
17352026-03-13T04:08:21.776ZRun 5/5...7909.244Mbps
17362026-03-13T04:08:21.776Z###---------------------###
17372026-03-13T04:08:21.776Z::: iPerf done... :::
17382026-03-13T04:08:21.776Z:::Awaiting out files...:::
17392026-03-13T04:08:21.776Z###---------------------###
17402026-03-13T04:08:21.776Z###-----###
17412026-03-13T04:08:21.776Z:::done!:::
17422026-03-13T04:08:21.776Z###-----###
17432026-03-13T04:08:21.776Z###-------------------###
17442026-03-13T04:08:21.776Z:::Running experiment :::
17452026-03-13T04:08:21.776Z:::iperf-tcp/local/s2c:::
17462026-03-13T04:08:21.776Z###-------------------###
17472026-03-13T04:08:28.798Z-----------------------------------------------------------
17482026-03-13T04:08:28.798ZServer listening on 5201
17492026-03-13T04:08:28.798Z-----------------------------------------------------------
17502026-03-13T04:08:28.798ZAccepted connection from 10.0.0.1, port 35744
17512026-03-13T04:08:28.798Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52770
17522026-03-13T04:08:28.798Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34829
17532026-03-13T04:08:28.798Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34163
17542026-03-13T04:08:28.798Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38423
17552026-03-13T04:08:28.798Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52858
17562026-03-13T04:08:28.798Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42787
17572026-03-13T04:08:28.798Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42322
17582026-03-13T04:08:28.798Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45634
17592026-03-13T04:08:28.798Z[ ID] Interval Transfer Bandwidth
17602026-03-13T04:08:28.798Z[ 5] 0.00-1.00 sec 107 MBytes 901 Mbits/sec
17612026-03-13T04:08:28.798Z[ 7] 0.00-1.00 sec 107 MBytes 901 Mbits/sec
17622026-03-13T04:08:28.798Z[ 9] 0.00-1.00 sec 107 MBytes 900 Mbits/sec
17632026-03-13T04:08:28.798Z[ 11] 0.00-1.00 sec 107 MBytes 902 Mbits/sec
17642026-03-13T04:08:28.798Z[ 13] 0.00-1.00 sec 108 MBytes 902 Mbits/sec
17652026-03-13T04:08:28.798Z[ 15] 0.00-1.00 sec 107 MBytes 898 Mbits/sec
17662026-03-13T04:08:28.798Z[ 17] 0.00-1.00 sec 107 MBytes 898 Mbits/sec
17672026-03-13T04:08:28.798Z[ 19] 0.00-1.00 sec 107 MBytes 901 Mbits/sec
17682026-03-13T04:08:28.798Z[SUM] 0.00-1.00 sec 858 MBytes 7.20 Gbits/sec
17692026-03-13T04:08:28.798Z- - - - - - - - - - - - - - - - - - - - - - - - -
17702026-03-13T04:08:28.798Z[ 5] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
17712026-03-13T04:08:28.798Z[ 7] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
17722026-03-13T04:08:28.798Z[ 9] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
17732026-03-13T04:08:28.798Z[ 11] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
17742026-03-13T04:08:28.799Z[ 13] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
17752026-03-13T04:08:28.799Z[ 15] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
17762026-03-13T04:08:28.799Z[ 17] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
17772026-03-13T04:08:28.799Z[ 19] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
17782026-03-13T04:08:28.799Z[SUM] 1.00-2.00 sec 1.08 GBytes 9.24 Gbits/sec
17792026-03-13T04:08:28.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
17802026-03-13T04:08:28.799Z[ 5] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17812026-03-13T04:08:28.799Z[ 7] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17822026-03-13T04:08:28.799Z[ 9] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17832026-03-13T04:08:28.799Z[ 11] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17842026-03-13T04:08:28.799Z[ 13] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17852026-03-13T04:08:28.799Z[ 15] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17862026-03-13T04:08:28.799Z[ 17] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17872026-03-13T04:08:28.799Z[ 19] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
17882026-03-13T04:08:28.799Z[SUM] 2.00-3.00 sec 1.07 GBytes 9.18 Gbits/sec
17892026-03-13T04:08:28.799Z- - - - - - - - - - - - - - - - - - - - - - - - -
17902026-03-13T04:08:28.799Z[ 5] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17912026-03-13T04:08:28.799Z[ 7] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17922026-03-13T04:08:28.799Z[ 9] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17932026-03-13T04:08:28.799Z[ 11] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17942026-03-13T04:08:28.799Z[ 13] 3.00-4.00 sec 134 MBytes 1.13 Gbits/sec
17952026-03-13T04:08:28.802Z[ 15] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17962026-03-13T04:08:28.802Z[ 17] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17972026-03-13T04:08:28.802Z[ 19] 3.00-4.00 sec 135 MBytes 1.13 Gbits/sec
17982026-03-13T04:08:28.802Z[SUM] 3.00-4.00 sec 1.05 GBytes 9.03 Gbits/sec
17992026-03-13T04:08:28.802Z- - - - - - - - - - - - - - - - - - - - - - - - -
18002026-03-13T04:08:28.803Z[ 5] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18012026-03-13T04:08:28.803Z[ 7] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18022026-03-13T04:08:28.803Z[ 9] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18032026-03-13T04:08:28.803Z[ 11] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
18042026-03-13T04:08:28.803Z[ 13] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18052026-03-13T04:08:28.803Z[ 15] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18062026-03-13T04:08:28.803Z[ 17] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18072026-03-13T04:08:28.803Z[ 19] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
18082026-03-13T04:08:28.803Z[SUM] 4.00-5.00 sec 1.07 GBytes 9.17 Gbits/sec
18092026-03-13T04:08:28.803Z- - - - - - - - - - - - - - - - - - - - - - - - -
18102026-03-13T04:08:28.803Z[ 5] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18112026-03-13T04:08:28.803Z[ 7] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18122026-03-13T04:08:28.803Z[ 9] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18132026-03-13T04:08:28.803Z[ 11] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18142026-03-13T04:08:28.803Z[ 13] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18152026-03-13T04:08:28.803Z[ 15] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18162026-03-13T04:08:28.803Z[ 17] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18172026-03-13T04:08:28.803Z[ 19] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
18182026-03-13T04:08:28.803Z[SUM] 5.00-6.00 sec 1.07 GBytes 9.20 Gbits/sec
18192026-03-13T04:08:28.803Z- - - - - - - - - - - - - - - - - - - - - - - - -
18202026-03-13T04:08:28.803Z[ 5] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18212026-03-13T04:08:28.803Z[ 7] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18222026-03-13T04:08:28.803Z[ 9] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18232026-03-13T04:08:32.011Z[ 11] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18242026-03-13T04:08:32.011Z[ 13] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18252026-03-13T04:08:32.011Z[ 15] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18262026-03-13T04:08:32.011Z[ 17] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18272026-03-13T04:08:32.011Z[ 19] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
18282026-03-13T04:08:32.011Z[SUM] 6.00-7.00 sec 1.08 GBytes 9.26 Gbits/sec
18292026-03-13T04:08:32.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
18302026-03-13T04:08:32.011Z[ 5] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18312026-03-13T04:08:32.011Z[ 7] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18322026-03-13T04:08:32.011Z[ 9] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18332026-03-13T04:08:32.011Z[ 11] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18342026-03-13T04:08:32.011Z[ 13] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18352026-03-13T04:08:32.011Z[ 15] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18362026-03-13T04:08:32.011Z[ 17] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18372026-03-13T04:08:32.011Z[ 19] 7.00-8.00 sec 136 MBytes 1.14 Gbits/sec
18382026-03-13T04:08:32.011Z[SUM] 7.00-8.00 sec 1.06 GBytes 9.10 Gbits/sec
18392026-03-13T04:08:32.011Z- - - - - - - - - - - - - - - - - - - - - - - - -
18402026-03-13T04:08:32.011Z[ 5] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18412026-03-13T04:08:32.011Z[ 7] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18422026-03-13T04:08:32.011Z[ 9] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18432026-03-13T04:08:32.012Z[ 11] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18442026-03-13T04:08:32.012Z[ 13] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18452026-03-13T04:08:32.012Z[ 15] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18462026-03-13T04:08:32.012Z[ 17] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18472026-03-13T04:08:32.012Z[ 19] 8.00-9.00 sec 136 MBytes 1.14 Gbits/sec
18482026-03-13T04:08:32.012Z[SUM] 8.00-9.00 sec 1.06 GBytes 9.11 Gbits/sec
18492026-03-13T04:08:32.012Z- - - - - - - - - - - - - - - - - - - - - - - - -
18502026-03-13T04:08:32.012Z[ 5] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
18512026-03-13T04:08:32.012Z[ 7] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
18522026-03-13T04:08:32.012Z[ 9] 9.00-10.00 sec 136 MBytes 1.14 Gbits/sec
18532026-03-13T04:08:32.012Z[ 11] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
18542026-03-13T04:08:32.012Z[ 13] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
18552026-03-13T04:08:32.012Z[ 15] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
18562026-03-13T04:08:32.012Z[ 17] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
18572026-03-13T04:08:32.012Z[ 19] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
18582026-03-13T04:08:32.012Z[SUM] 9.00-10.00 sec 1.07 GBytes 9.16 Gbits/sec
18592026-03-13T04:08:32.012Z- - - - - - - - - - - - - - - - - - - - - - - - -
18602026-03-13T04:08:32.012Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.60 Gbits/sec
18612026-03-13T04:08:32.012Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.61 Gbits/sec
18622026-03-13T04:08:32.012Z[ 9] 10.00-10.00 sec 144 KBytes 2.41 Gbits/sec
18632026-03-13T04:08:32.012Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.60 Gbits/sec
18642026-03-13T04:08:32.012Z[ 13] 10.00-10.00 sec 48.1 KBytes 802 Mbits/sec
18652026-03-13T04:08:32.012Z[ 15] 10.00-10.00 sec 144 KBytes 2.41 Gbits/sec
18662026-03-13T04:08:32.012Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.61 Gbits/sec
18672026-03-13T04:08:32.012Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
18682026-03-13T04:08:32.012Z[SUM] 10.00-10.00 sec 721 KBytes 12.0 Gbits/sec
18692026-03-13T04:08:32.012Z- - - - - - - - - - - - - - - - - - - - - - - - -
18702026-03-13T04:08:32.012Z[ ID] Interval Transfer Bandwidth
18712026-03-13T04:08:32.012Z[ 5] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18722026-03-13T04:08:32.012Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18732026-03-13T04:08:32.012Z[ 7] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18742026-03-13T04:08:32.012Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18752026-03-13T04:08:32.012Z[ 9] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18762026-03-13T04:08:32.012Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18772026-03-13T04:08:32.012Z[ 11] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18782026-03-13T04:08:32.012Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18792026-03-13T04:08:32.012Z[ 13] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18802026-03-13T04:08:32.012Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18812026-03-13T04:08:32.012Z[ 15] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18822026-03-13T04:08:32.013Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18832026-03-13T04:08:32.013Z[ 17] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18842026-03-13T04:08:32.013Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18852026-03-13T04:08:32.013Z[ 19] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
18862026-03-13T04:08:32.013Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18872026-03-13T04:08:32.013Z[SUM] 0.00-10.00 sec 10.4 GBytes 8.96 Gbits/sec sender
18882026-03-13T04:08:32.013Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
18892026-03-13T04:08:32.016ZRun 1/5...8964.892Mbps
18902026-03-13T04:08:39.038Z-----------------------------------------------------------
18912026-03-13T04:08:39.038ZServer listening on 5201
18922026-03-13T04:08:39.038Z-----------------------------------------------------------
18932026-03-13T04:08:39.038ZAccepted connection from 10.0.0.1, port 59096
18942026-03-13T04:08:39.038Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54428
18952026-03-13T04:08:39.038Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38498
18962026-03-13T04:08:39.038Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61687
18972026-03-13T04:08:39.038Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50523
18982026-03-13T04:08:39.038Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33610
18992026-03-13T04:08:39.038Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40962
19002026-03-13T04:08:39.038Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47282
19012026-03-13T04:08:39.038Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44500
19022026-03-13T04:08:39.038Z[ ID] Interval Transfer Bandwidth
19032026-03-13T04:08:39.038Z[ 5] 0.00-1.00 sec 107 MBytes 898 Mbits/sec
19042026-03-13T04:08:39.038Z[ 7] 0.00-1.00 sec 107 MBytes 900 Mbits/sec
19052026-03-13T04:08:39.038Z[ 9] 0.00-1.00 sec 107 MBytes 899 Mbits/sec
19062026-03-13T04:08:39.038Z[ 11] 0.00-1.00 sec 107 MBytes 899 Mbits/sec
19072026-03-13T04:08:39.038Z[ 13] 0.00-1.00 sec 107 MBytes 899 Mbits/sec
19082026-03-13T04:08:39.038Z[ 15] 0.00-1.00 sec 107 MBytes 899 Mbits/sec
19092026-03-13T04:08:39.038Z[ 17] 0.00-1.00 sec 107 MBytes 899 Mbits/sec
19102026-03-13T04:08:39.038Z[ 19] 0.00-1.00 sec 107 MBytes 898 Mbits/sec
19112026-03-13T04:08:39.038Z[SUM] 0.00-1.00 sec 857 MBytes 7.19 Gbits/sec
19122026-03-13T04:08:39.038Z- - - - - - - - - - - - - - - - - - - - - - - - -
19132026-03-13T04:08:39.038Z[ 5] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
19142026-03-13T04:08:39.038Z[ 7] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
19152026-03-13T04:08:39.038Z[ 9] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
19162026-03-13T04:08:39.038Z[ 11] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
19172026-03-13T04:08:39.038Z[ 13] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
19182026-03-13T04:08:39.038Z[ 15] 1.00-2.00 sec 135 MBytes 1.14 Gbits/sec
19192026-03-13T04:08:39.038Z[ 17] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
19202026-03-13T04:08:39.038Z[ 19] 1.00-2.00 sec 136 MBytes 1.14 Gbits/sec
19212026-03-13T04:08:39.038Z[SUM] 1.00-2.00 sec 1.06 GBytes 9.10 Gbits/sec
19222026-03-13T04:08:39.038Z- - - - - - - - - - - - - - - - - - - - - - - - -
19232026-03-13T04:08:39.038Z[ 5] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19242026-03-13T04:08:39.038Z[ 7] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19252026-03-13T04:08:39.038Z[ 9] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19262026-03-13T04:08:39.039Z[ 11] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19272026-03-13T04:08:39.039Z[ 13] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19282026-03-13T04:08:39.039Z[ 15] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19292026-03-13T04:08:39.039Z[ 17] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19302026-03-13T04:08:39.039Z[ 19] 2.00-3.00 sec 135 MBytes 1.13 Gbits/sec
19312026-03-13T04:08:39.039Z[SUM] 2.00-3.00 sec 1.05 GBytes 9.06 Gbits/sec
19322026-03-13T04:08:39.039Z- - - - - - - - - - - - - - - - - - - - - - - - -
19332026-03-13T04:08:39.039Z[ 5] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19342026-03-13T04:08:39.039Z[ 7] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19352026-03-13T04:08:39.039Z[ 9] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19362026-03-13T04:08:39.039Z[ 11] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19372026-03-13T04:08:39.039Z[ 13] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19382026-03-13T04:08:39.039Z[ 15] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19392026-03-13T04:08:39.039Z[ 17] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19402026-03-13T04:08:39.039Z[ 19] 3.00-4.00 sec 136 MBytes 1.14 Gbits/sec
19412026-03-13T04:08:39.039Z[SUM] 3.00-4.00 sec 1.06 GBytes 9.12 Gbits/sec
19422026-03-13T04:08:39.039Z- - - - - - - - - - - - - - - - - - - - - - - - -
19432026-03-13T04:08:39.039Z[ 5] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19442026-03-13T04:08:39.039Z[ 7] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19452026-03-13T04:08:39.039Z[ 9] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19462026-03-13T04:08:39.039Z[ 11] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19472026-03-13T04:08:39.039Z[ 13] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19482026-03-13T04:08:39.039Z[ 15] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19492026-03-13T04:08:39.039Z[ 17] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19502026-03-13T04:08:39.039Z[ 19] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
19512026-03-13T04:08:39.039Z[SUM] 4.00-5.00 sec 1.07 GBytes 9.18 Gbits/sec
19522026-03-13T04:08:39.040Z- - - - - - - - - - - - - - - - - - - - - - - - -
19532026-03-13T04:08:39.040Z[ 5] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19542026-03-13T04:08:39.040Z[ 7] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19552026-03-13T04:08:39.040Z[ 9] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19562026-03-13T04:08:39.040Z[ 11] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19572026-03-13T04:08:39.040Z[ 13] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19582026-03-13T04:08:39.040Z[ 15] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19592026-03-13T04:08:39.040Z[ 17] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19602026-03-13T04:08:39.040Z[ 19] 5.00-6.00 sec 136 MBytes 1.14 Gbits/sec
19612026-03-13T04:08:39.040Z[SUM] 5.00-6.00 sec 1.06 GBytes 9.14 Gbits/sec
19622026-03-13T04:08:39.040Z- - - - - - - - - - - - - - - - - - - - - - - - -
19632026-03-13T04:08:39.044Z[ 5] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19642026-03-13T04:08:39.044Z[ 7] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19652026-03-13T04:08:39.044Z[ 9] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19662026-03-13T04:08:42.251Z[ 11] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19672026-03-13T04:08:42.252Z[ 13] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19682026-03-13T04:08:42.252Z[ 15] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19692026-03-13T04:08:42.252Z[ 17] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19702026-03-13T04:08:42.252Z[ 19] 6.00-7.00 sec 134 MBytes 1.13 Gbits/sec
19712026-03-13T04:08:42.252Z[SUM] 6.00-7.00 sec 1.05 GBytes 9.01 Gbits/sec
19722026-03-13T04:08:42.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
19732026-03-13T04:08:42.252Z[ 5] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
19742026-03-13T04:08:42.252Z[ 7] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
19752026-03-13T04:08:42.252Z[ 9] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
19762026-03-13T04:08:42.252Z[ 11] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
19772026-03-13T04:08:42.252Z[ 13] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
19782026-03-13T04:08:42.252Z[ 15] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
19792026-03-13T04:08:42.252Z[ 17] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
19802026-03-13T04:08:42.252Z[ 19] 7.00-8.00 sec 138 MBytes 1.15 Gbits/sec
19812026-03-13T04:08:42.252Z[SUM] 7.00-8.00 sec 1.08 GBytes 9.25 Gbits/sec
19822026-03-13T04:08:42.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
19832026-03-13T04:08:42.252Z[ 5] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19842026-03-13T04:08:42.252Z[ 7] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19852026-03-13T04:08:42.252Z[ 9] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19862026-03-13T04:08:42.252Z[ 11] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19872026-03-13T04:08:42.252Z[ 13] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19882026-03-13T04:08:42.252Z[ 15] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19892026-03-13T04:08:42.252Z[ 17] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19902026-03-13T04:08:42.252Z[ 19] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
19912026-03-13T04:08:42.252Z[SUM] 8.00-9.00 sec 1.08 GBytes 9.28 Gbits/sec
19922026-03-13T04:08:42.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
19932026-03-13T04:08:42.252Z[ 5] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
19942026-03-13T04:08:42.252Z[ 7] 9.00-10.00 sec 139 MBytes 1.16 Gbits/sec
19952026-03-13T04:08:42.252Z[ 9] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
19962026-03-13T04:08:42.252Z[ 11] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
19972026-03-13T04:08:42.252Z[ 13] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
19982026-03-13T04:08:42.252Z[ 15] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
19992026-03-13T04:08:42.252Z[ 17] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
20002026-03-13T04:08:42.252Z[ 19] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
20012026-03-13T04:08:42.252Z[SUM] 9.00-10.00 sec 1.08 GBytes 9.28 Gbits/sec
20022026-03-13T04:08:42.252Z- - - - - - - - - - - - - - - - - - - - - - - - -
20032026-03-13T04:08:42.252Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.64 Gbits/sec
20042026-03-13T04:08:42.252Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
20052026-03-13T04:08:42.253Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.64 Gbits/sec
20062026-03-13T04:08:42.253Z[ 11] 10.00-10.00 sec 144 KBytes 2.47 Gbits/sec
20072026-03-13T04:08:42.253Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.64 Gbits/sec
20082026-03-13T04:08:42.253Z[ 15] 10.00-10.00 sec 144 KBytes 2.47 Gbits/sec
20092026-03-13T04:08:42.253Z[ 17] 10.00-10.00 sec 48.1 KBytes 824 Mbits/sec
20102026-03-13T04:08:42.253Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.65 Gbits/sec
20112026-03-13T04:08:42.253Z[SUM] 10.00-10.00 sec 721 KBytes 12.3 Gbits/sec
20122026-03-13T04:08:42.253Z- - - - - - - - - - - - - - - - - - - - - - - - -
20132026-03-13T04:08:42.253Z[ ID] Interval Transfer Bandwidth
20142026-03-13T04:08:42.253Z[ 5] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20152026-03-13T04:08:42.253Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20162026-03-13T04:08:42.253Z[ 7] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20172026-03-13T04:08:42.253Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20182026-03-13T04:08:42.253Z[ 9] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20192026-03-13T04:08:42.253Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20202026-03-13T04:08:42.253Z[ 11] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20212026-03-13T04:08:42.253Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20222026-03-13T04:08:42.253Z[ 13] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20232026-03-13T04:08:42.253Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20242026-03-13T04:08:42.253Z[ 15] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20252026-03-13T04:08:42.253Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20262026-03-13T04:08:42.253Z[ 17] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20272026-03-13T04:08:42.253Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20282026-03-13T04:08:42.253Z[ 19] 0.00-10.00 sec 1.30 GBytes 1.12 Gbits/sec sender
20292026-03-13T04:08:42.253Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20302026-03-13T04:08:42.253Z[SUM] 0.00-10.00 sec 10.4 GBytes 8.96 Gbits/sec sender
20312026-03-13T04:08:42.253Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
20322026-03-13T04:08:42.256ZRun 2/5...8960.651Mbps
20332026-03-13T04:08:49.277Z-----------------------------------------------------------
20342026-03-13T04:08:49.277ZServer listening on 5201
20352026-03-13T04:08:49.277Z-----------------------------------------------------------
20362026-03-13T04:08:49.277ZAccepted connection from 10.0.0.1, port 52238
20372026-03-13T04:08:49.277Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43476
20382026-03-13T04:08:49.277Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33766
20392026-03-13T04:08:49.281Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38680
20402026-03-13T04:08:49.281Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33008
20412026-03-13T04:08:49.281Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65349
20422026-03-13T04:08:49.281Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49052
20432026-03-13T04:08:49.281Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60423
20442026-03-13T04:08:49.281Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53787
20452026-03-13T04:08:49.282Z[ ID] Interval Transfer Bandwidth
20462026-03-13T04:08:49.282Z[ 5] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
20472026-03-13T04:08:49.282Z[ 7] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
20482026-03-13T04:08:49.282Z[ 9] 0.00-1.00 sec 109 MBytes 917 Mbits/sec
20492026-03-13T04:08:49.282Z[ 11] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
20502026-03-13T04:08:49.282Z[ 13] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
20512026-03-13T04:08:49.282Z[ 15] 0.00-1.00 sec 109 MBytes 917 Mbits/sec
20522026-03-13T04:08:49.282Z[ 17] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
20532026-03-13T04:08:49.282Z[ 19] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
20542026-03-13T04:08:49.282Z[SUM] 0.00-1.00 sec 876 MBytes 7.34 Gbits/sec
20552026-03-13T04:08:49.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
20562026-03-13T04:08:49.282Z[ 5] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20572026-03-13T04:08:49.282Z[ 7] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20582026-03-13T04:08:49.282Z[ 9] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20592026-03-13T04:08:49.282Z[ 11] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20602026-03-13T04:08:49.282Z[ 13] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20612026-03-13T04:08:49.282Z[ 15] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20622026-03-13T04:08:49.282Z[ 17] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20632026-03-13T04:08:49.282Z[ 19] 1.00-2.00 sec 137 MBytes 1.15 Gbits/sec
20642026-03-13T04:08:49.282Z[SUM] 1.00-2.00 sec 1.07 GBytes 9.18 Gbits/sec
20652026-03-13T04:08:49.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
20662026-03-13T04:08:49.282Z[ 5] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20672026-03-13T04:08:49.282Z[ 7] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20682026-03-13T04:08:49.282Z[ 9] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20692026-03-13T04:08:49.282Z[ 11] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20702026-03-13T04:08:49.282Z[ 13] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20712026-03-13T04:08:49.282Z[ 15] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20722026-03-13T04:08:49.282Z[ 17] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20732026-03-13T04:08:49.282Z[ 19] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
20742026-03-13T04:08:49.282Z[SUM] 2.00-3.00 sec 1.07 GBytes 9.18 Gbits/sec
20752026-03-13T04:08:49.282Z- - - - - - - - - - - - - - - - - - - - - - - - -
20762026-03-13T04:08:49.282Z[ 5] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20772026-03-13T04:08:49.282Z[ 7] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20782026-03-13T04:08:49.282Z[ 9] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20792026-03-13T04:08:49.282Z[ 11] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20802026-03-13T04:08:49.282Z[ 13] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20812026-03-13T04:08:49.282Z[ 15] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20822026-03-13T04:08:49.282Z[ 17] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20832026-03-13T04:08:49.282Z[ 19] 3.00-4.00 sec 138 MBytes 1.16 Gbits/sec
20842026-03-13T04:08:49.283Z[SUM] 3.00-4.00 sec 1.08 GBytes 9.28 Gbits/sec
20852026-03-13T04:08:49.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
20862026-03-13T04:08:49.283Z[ 5] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20872026-03-13T04:08:49.283Z[ 7] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20882026-03-13T04:08:49.283Z[ 9] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20892026-03-13T04:08:49.283Z[ 11] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20902026-03-13T04:08:49.283Z[ 13] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20912026-03-13T04:08:49.283Z[ 15] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20922026-03-13T04:08:49.283Z[ 17] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20932026-03-13T04:08:49.283Z[ 19] 4.00-5.00 sec 137 MBytes 1.15 Gbits/sec
20942026-03-13T04:08:49.283Z[SUM] 4.00-5.00 sec 1.07 GBytes 9.19 Gbits/sec
20952026-03-13T04:08:49.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
20962026-03-13T04:08:49.283Z[ 5] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
20972026-03-13T04:08:49.283Z[ 7] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
20982026-03-13T04:08:49.283Z[ 9] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
20992026-03-13T04:08:49.283Z[ 11] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
21002026-03-13T04:08:49.283Z[ 13] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
21012026-03-13T04:08:49.283Z[ 15] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
21022026-03-13T04:08:49.283Z[ 17] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
21032026-03-13T04:08:49.283Z[ 19] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
21042026-03-13T04:08:49.283Z[SUM] 5.00-6.00 sec 1.07 GBytes 9.23 Gbits/sec
21052026-03-13T04:08:49.283Z- - - - - - - - - - - - - - - - - - - - - - - - -
21062026-03-13T04:08:49.283Z[ 5] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21072026-03-13T04:08:49.283Z[ 7] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21082026-03-13T04:08:49.283Z[ 9] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21092026-03-13T04:08:52.492Z[ 11] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21102026-03-13T04:08:52.492Z[ 13] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21112026-03-13T04:08:52.492Z[ 15] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21122026-03-13T04:08:52.492Z[ 17] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21132026-03-13T04:08:52.492Z[ 19] 6.00-7.00 sec 136 MBytes 1.14 Gbits/sec
21142026-03-13T04:08:52.492Z[SUM] 6.00-7.00 sec 1.06 GBytes 9.14 Gbits/sec
21152026-03-13T04:08:52.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
21162026-03-13T04:08:52.492Z[ 5] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21172026-03-13T04:08:52.492Z[ 7] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21182026-03-13T04:08:52.492Z[ 9] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21192026-03-13T04:08:52.492Z[ 11] 7.00-8.00 sec 138 MBytes 1.15 Gbits/sec
21202026-03-13T04:08:52.492Z[ 13] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21212026-03-13T04:08:52.492Z[ 15] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21222026-03-13T04:08:52.492Z[ 17] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21232026-03-13T04:08:52.492Z[ 19] 7.00-8.00 sec 137 MBytes 1.15 Gbits/sec
21242026-03-13T04:08:52.492Z[SUM] 7.00-8.00 sec 1.07 GBytes 9.22 Gbits/sec
21252026-03-13T04:08:52.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
21262026-03-13T04:08:52.492Z[ 5] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21272026-03-13T04:08:52.492Z[ 7] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21282026-03-13T04:08:52.492Z[ 9] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21292026-03-13T04:08:52.492Z[ 11] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21302026-03-13T04:08:52.492Z[ 13] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21312026-03-13T04:08:52.492Z[ 15] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21322026-03-13T04:08:52.492Z[ 17] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21332026-03-13T04:08:52.492Z[ 19] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
21342026-03-13T04:08:52.492Z[SUM] 8.00-9.00 sec 1.08 GBytes 9.27 Gbits/sec
21352026-03-13T04:08:52.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
21362026-03-13T04:08:52.492Z[ 5] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21372026-03-13T04:08:52.492Z[ 7] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21382026-03-13T04:08:52.492Z[ 9] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21392026-03-13T04:08:52.492Z[ 11] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21402026-03-13T04:08:52.492Z[ 13] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21412026-03-13T04:08:52.492Z[ 15] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21422026-03-13T04:08:52.492Z[ 17] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21432026-03-13T04:08:52.492Z[ 19] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
21442026-03-13T04:08:52.492Z[SUM] 9.00-10.00 sec 1.08 GBytes 9.26 Gbits/sec
21452026-03-13T04:08:52.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
21462026-03-13T04:08:52.493Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.28 Gbits/sec
21472026-03-13T04:08:52.493Z[ 7] 10.00-10.00 sec 96.2 KBytes 1.28 Gbits/sec
21482026-03-13T04:08:52.493Z[ 9] 10.00-10.00 sec 48.1 KBytes 643 Mbits/sec
21492026-03-13T04:08:52.493Z[ 11] 10.00-10.00 sec 48.1 KBytes 643 Mbits/sec
21502026-03-13T04:08:52.493Z[ 13] 10.00-10.00 sec 144 KBytes 1.93 Gbits/sec
21512026-03-13T04:08:52.493Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
21522026-03-13T04:08:52.493Z[ 17] 10.00-10.00 sec 144 KBytes 1.93 Gbits/sec
21532026-03-13T04:08:52.493Z[ 19] 10.00-10.00 sec 144 KBytes 1.92 Gbits/sec
21542026-03-13T04:08:52.493Z[SUM] 10.00-10.00 sec 721 KBytes 9.60 Gbits/sec
21552026-03-13T04:08:52.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
21562026-03-13T04:08:52.493Z[ ID] Interval Transfer Bandwidth
21572026-03-13T04:08:52.493Z[ 5] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21582026-03-13T04:08:52.493Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21592026-03-13T04:08:52.493Z[ 7] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21602026-03-13T04:08:52.493Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21612026-03-13T04:08:52.493Z[ 9] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21622026-03-13T04:08:52.493Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21632026-03-13T04:08:52.493Z[ 11] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21642026-03-13T04:08:52.493Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21652026-03-13T04:08:52.493Z[ 13] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21662026-03-13T04:08:52.493Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21672026-03-13T04:08:52.493Z[ 15] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21682026-03-13T04:08:52.493Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21692026-03-13T04:08:52.493Z[ 17] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21702026-03-13T04:08:52.493Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21712026-03-13T04:08:52.493Z[ 19] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
21722026-03-13T04:08:52.493Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21732026-03-13T04:08:52.493Z[SUM] 0.00-10.00 sec 10.5 GBytes 9.03 Gbits/sec sender
21742026-03-13T04:08:52.493Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
21752026-03-13T04:08:52.500ZRun 3/5...9029.879Mbps
21762026-03-13T04:08:59.518Z-----------------------------------------------------------
21772026-03-13T04:08:59.519ZServer listening on 5201
21782026-03-13T04:08:59.519Z-----------------------------------------------------------
21792026-03-13T04:08:59.519ZAccepted connection from 10.0.0.1, port 63064
21802026-03-13T04:08:59.519Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55921
21812026-03-13T04:08:59.519Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34985
21822026-03-13T04:08:59.519Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40777
21832026-03-13T04:08:59.519Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64815
21842026-03-13T04:08:59.519Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55930
21852026-03-13T04:08:59.519Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52225
21862026-03-13T04:08:59.519Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37415
21872026-03-13T04:08:59.519Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38942
21882026-03-13T04:08:59.519Z[ ID] Interval Transfer Bandwidth
21892026-03-13T04:08:59.519Z[ 5] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
21902026-03-13T04:08:59.519Z[ 7] 0.00-1.00 sec 108 MBytes 905 Mbits/sec
21912026-03-13T04:08:59.519Z[ 9] 0.00-1.00 sec 108 MBytes 905 Mbits/sec
21922026-03-13T04:08:59.519Z[ 11] 0.00-1.00 sec 108 MBytes 903 Mbits/sec
21932026-03-13T04:08:59.519Z[ 13] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
21942026-03-13T04:08:59.519Z[ 15] 0.00-1.00 sec 108 MBytes 905 Mbits/sec
21952026-03-13T04:08:59.519Z[ 17] 0.00-1.00 sec 108 MBytes 903 Mbits/sec
21962026-03-13T04:08:59.519Z[ 19] 0.00-1.00 sec 108 MBytes 904 Mbits/sec
21972026-03-13T04:08:59.519Z[SUM] 0.00-1.00 sec 862 MBytes 7.23 Gbits/sec
21982026-03-13T04:08:59.519Z- - - - - - - - - - - - - - - - - - - - - - - - -
21992026-03-13T04:08:59.519Z[ 5] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
22002026-03-13T04:08:59.519Z[ 7] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
22012026-03-13T04:08:59.519Z[ 9] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
22022026-03-13T04:08:59.519Z[ 11] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
22032026-03-13T04:08:59.519Z[ 13] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
22042026-03-13T04:08:59.520Z[ 15] 1.00-2.00 sec 138 MBytes 1.16 Gbits/sec
22052026-03-13T04:08:59.520Z[ 17] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
22062026-03-13T04:08:59.520Z[ 19] 1.00-2.00 sec 138 MBytes 1.15 Gbits/sec
22072026-03-13T04:08:59.520Z[SUM] 1.00-2.00 sec 1.08 GBytes 9.24 Gbits/sec
22082026-03-13T04:08:59.520Z- - - - - - - - - - - - - - - - - - - - - - - - -
22092026-03-13T04:08:59.520Z[ 5] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22102026-03-13T04:08:59.520Z[ 7] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22112026-03-13T04:08:59.520Z[ 9] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22122026-03-13T04:08:59.520Z[ 11] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22132026-03-13T04:08:59.520Z[ 13] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22142026-03-13T04:08:59.520Z[ 15] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22152026-03-13T04:08:59.520Z[ 17] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22162026-03-13T04:08:59.520Z[ 19] 2.00-3.00 sec 136 MBytes 1.14 Gbits/sec
22172026-03-13T04:08:59.520Z[SUM] 2.00-3.00 sec 1.06 GBytes 9.12 Gbits/sec
22182026-03-13T04:08:59.520Z- - - - - - - - - - - - - - - - - - - - - - - - -
22192026-03-13T04:08:59.520Z[ 5] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22202026-03-13T04:08:59.520Z[ 7] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22212026-03-13T04:08:59.520Z[ 9] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22222026-03-13T04:08:59.520Z[ 11] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22232026-03-13T04:08:59.520Z[ 13] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22242026-03-13T04:08:59.520Z[ 15] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22252026-03-13T04:08:59.520Z[ 17] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22262026-03-13T04:08:59.520Z[ 19] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
22272026-03-13T04:08:59.520Z[SUM] 3.00-4.00 sec 1.07 GBytes 9.17 Gbits/sec
22282026-03-13T04:08:59.520Z- - - - - - - - - - - - - - - - - - - - - - - - -
22292026-03-13T04:08:59.520Z[ 5] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22302026-03-13T04:08:59.521Z[ 7] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22312026-03-13T04:08:59.521Z[ 9] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22322026-03-13T04:08:59.521Z[ 11] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22332026-03-13T04:08:59.521Z[ 13] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22342026-03-13T04:08:59.521Z[ 15] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22352026-03-13T04:08:59.521Z[ 17] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22362026-03-13T04:08:59.521Z[ 19] 4.00-5.00 sec 138 MBytes 1.16 Gbits/sec
22372026-03-13T04:08:59.521Z[SUM] 4.00-5.00 sec 1.08 GBytes 9.28 Gbits/sec
22382026-03-13T04:08:59.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
22392026-03-13T04:08:59.521Z[ 5] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22402026-03-13T04:08:59.521Z[ 7] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22412026-03-13T04:08:59.521Z[ 9] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22422026-03-13T04:08:59.521Z[ 11] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22432026-03-13T04:08:59.521Z[ 13] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22442026-03-13T04:08:59.521Z[ 15] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22452026-03-13T04:08:59.521Z[ 17] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22462026-03-13T04:08:59.521Z[ 19] 5.00-6.00 sec 137 MBytes 1.15 Gbits/sec
22472026-03-13T04:08:59.521Z[SUM] 5.00-6.00 sec 1.07 GBytes 9.21 Gbits/sec
22482026-03-13T04:08:59.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
22492026-03-13T04:08:59.521Z[ 5] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
22502026-03-13T04:08:59.521Z[ 7] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
22512026-03-13T04:08:59.521Z[ 9] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
22522026-03-13T04:09:02.731Z[ 11] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
22532026-03-13T04:09:02.731Z[ 13] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
22542026-03-13T04:09:02.731Z[ 15] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
22552026-03-13T04:09:02.731Z[ 17] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
22562026-03-13T04:09:02.731Z[ 19] 6.00-7.00 sec 137 MBytes 1.15 Gbits/sec
22572026-03-13T04:09:02.731Z[SUM] 6.00-7.00 sec 1.07 GBytes 9.23 Gbits/sec
22582026-03-13T04:09:02.731Z- - - - - - - - - - - - - - - - - - - - - - - - -
22592026-03-13T04:09:02.731Z[ 5] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22602026-03-13T04:09:02.731Z[ 7] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22612026-03-13T04:09:02.731Z[ 9] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22622026-03-13T04:09:02.731Z[ 11] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22632026-03-13T04:09:02.732Z[ 13] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22642026-03-13T04:09:02.732Z[ 15] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22652026-03-13T04:09:02.732Z[ 17] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22662026-03-13T04:09:02.732Z[ 19] 7.00-8.00 sec 139 MBytes 1.16 Gbits/sec
22672026-03-13T04:09:02.732Z[SUM] 7.00-8.00 sec 1.08 GBytes 9.32 Gbits/sec
22682026-03-13T04:09:02.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
22692026-03-13T04:09:02.732Z[ 5] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22702026-03-13T04:09:02.732Z[ 7] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22712026-03-13T04:09:02.732Z[ 9] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22722026-03-13T04:09:02.732Z[ 11] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22732026-03-13T04:09:02.732Z[ 13] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22742026-03-13T04:09:02.732Z[ 15] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22752026-03-13T04:09:02.732Z[ 17] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22762026-03-13T04:09:02.732Z[ 19] 8.00-9.00 sec 138 MBytes 1.16 Gbits/sec
22772026-03-13T04:09:02.732Z[SUM] 8.00-9.00 sec 1.08 GBytes 9.24 Gbits/sec
22782026-03-13T04:09:02.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
22792026-03-13T04:09:02.732Z[ 5] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22802026-03-13T04:09:02.732Z[ 7] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22812026-03-13T04:09:02.732Z[ 9] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22822026-03-13T04:09:02.732Z[ 11] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22832026-03-13T04:09:02.732Z[ 13] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22842026-03-13T04:09:02.732Z[ 15] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22852026-03-13T04:09:02.732Z[ 17] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22862026-03-13T04:09:02.732Z[ 19] 9.00-10.00 sec 138 MBytes 1.16 Gbits/sec
22872026-03-13T04:09:02.732Z[SUM] 9.00-10.00 sec 1.08 GBytes 9.27 Gbits/sec
22882026-03-13T04:09:02.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
22892026-03-13T04:09:02.732Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.65 Gbits/sec
22902026-03-13T04:09:02.732Z[ 7] 10.00-10.00 sec 48.1 KBytes 826 Mbits/sec
22912026-03-13T04:09:02.732Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.66 Gbits/sec
22922026-03-13T04:09:02.732Z[ 11] 10.00-10.00 sec 48.1 KBytes 828 Mbits/sec
22932026-03-13T04:09:02.732Z[ 13] 10.00-10.00 sec 48.1 KBytes 828 Mbits/sec
22942026-03-13T04:09:02.732Z[ 15] 10.00-10.00 sec 48.1 KBytes 828 Mbits/sec
22952026-03-13T04:09:02.732Z[ 17] 10.00-10.00 sec 96.2 KBytes 1.66 Gbits/sec
22962026-03-13T04:09:02.732Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.66 Gbits/sec
22972026-03-13T04:09:02.732Z[SUM] 10.00-10.00 sec 577 KBytes 9.91 Gbits/sec
22982026-03-13T04:09:02.732Z- - - - - - - - - - - - - - - - - - - - - - - - -
22992026-03-13T04:09:02.732Z[ ID] Interval Transfer Bandwidth
23002026-03-13T04:09:02.732Z[ 5] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23012026-03-13T04:09:02.732Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23022026-03-13T04:09:02.733Z[ 7] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23032026-03-13T04:09:02.733Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23042026-03-13T04:09:02.733Z[ 9] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23052026-03-13T04:09:02.733Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23062026-03-13T04:09:02.733Z[ 11] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23072026-03-13T04:09:02.733Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23082026-03-13T04:09:02.733Z[ 13] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23092026-03-13T04:09:02.733Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23102026-03-13T04:09:02.733Z[ 15] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23112026-03-13T04:09:02.733Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23122026-03-13T04:09:02.733Z[ 17] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23132026-03-13T04:09:02.733Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23142026-03-13T04:09:02.733Z[ 19] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
23152026-03-13T04:09:02.733Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23162026-03-13T04:09:02.733Z[SUM] 0.00-10.00 sec 10.5 GBytes 9.03 Gbits/sec sender
23172026-03-13T04:09:02.733Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
23182026-03-13T04:09:02.736ZRun 4/5...9032.329Mbps
23192026-03-13T04:09:09.759Z-----------------------------------------------------------
23202026-03-13T04:09:09.759ZServer listening on 5201
23212026-03-13T04:09:09.759Z-----------------------------------------------------------
23222026-03-13T04:09:09.759ZAccepted connection from 10.0.0.1, port 60790
23232026-03-13T04:09:09.759Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44570
23242026-03-13T04:09:09.759Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47416
23252026-03-13T04:09:09.759Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43422
23262026-03-13T04:09:09.759Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37863
23272026-03-13T04:09:09.760Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42121
23282026-03-13T04:09:09.760Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50311
23292026-03-13T04:09:09.760Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50046
23302026-03-13T04:09:09.760Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55069
23312026-03-13T04:09:09.760Z[ ID] Interval Transfer Bandwidth
23322026-03-13T04:09:09.760Z[ 5] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
23332026-03-13T04:09:09.760Z[ 7] 0.00-1.00 sec 110 MBytes 919 Mbits/sec
23342026-03-13T04:09:09.760Z[ 9] 0.00-1.00 sec 110 MBytes 919 Mbits/sec
23352026-03-13T04:09:09.760Z[ 11] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
23362026-03-13T04:09:09.760Z[ 13] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
23372026-03-13T04:09:09.760Z[ 15] 0.00-1.00 sec 110 MBytes 919 Mbits/sec
23382026-03-13T04:09:09.760Z[ 17] 0.00-1.00 sec 110 MBytes 919 Mbits/sec
23392026-03-13T04:09:09.760Z[ 19] 0.00-1.00 sec 109 MBytes 918 Mbits/sec
23402026-03-13T04:09:09.760Z[SUM] 0.00-1.00 sec 876 MBytes 7.35 Gbits/sec
23412026-03-13T04:09:09.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
23422026-03-13T04:09:09.760Z[ 5] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23432026-03-13T04:09:09.760Z[ 7] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23442026-03-13T04:09:09.760Z[ 9] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23452026-03-13T04:09:09.760Z[ 11] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23462026-03-13T04:09:09.760Z[ 13] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23472026-03-13T04:09:09.760Z[ 15] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23482026-03-13T04:09:09.760Z[ 17] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23492026-03-13T04:09:09.760Z[ 19] 1.00-2.00 sec 139 MBytes 1.17 Gbits/sec
23502026-03-13T04:09:09.760Z[SUM] 1.00-2.00 sec 1.09 GBytes 9.34 Gbits/sec
23512026-03-13T04:09:09.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
23522026-03-13T04:09:09.760Z[ 5] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23532026-03-13T04:09:09.760Z[ 7] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23542026-03-13T04:09:09.760Z[ 9] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23552026-03-13T04:09:09.760Z[ 11] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23562026-03-13T04:09:09.760Z[ 13] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23572026-03-13T04:09:09.760Z[ 15] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23582026-03-13T04:09:09.760Z[ 17] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23592026-03-13T04:09:09.760Z[ 19] 2.00-3.00 sec 137 MBytes 1.15 Gbits/sec
23602026-03-13T04:09:09.760Z[SUM] 2.00-3.00 sec 1.07 GBytes 9.20 Gbits/sec
23612026-03-13T04:09:09.760Z- - - - - - - - - - - - - - - - - - - - - - - - -
23622026-03-13T04:09:09.760Z[ 5] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23632026-03-13T04:09:09.760Z[ 7] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23642026-03-13T04:09:09.760Z[ 9] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23652026-03-13T04:09:09.760Z[ 11] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23662026-03-13T04:09:09.760Z[ 13] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23672026-03-13T04:09:09.761Z[ 15] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23682026-03-13T04:09:09.761Z[ 17] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23692026-03-13T04:09:09.761Z[ 19] 3.00-4.00 sec 137 MBytes 1.15 Gbits/sec
23702026-03-13T04:09:09.761Z[SUM] 3.00-4.00 sec 1.07 GBytes 9.20 Gbits/sec
23712026-03-13T04:09:09.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
23722026-03-13T04:09:09.761Z[ 5] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23732026-03-13T04:09:09.761Z[ 7] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23742026-03-13T04:09:09.761Z[ 9] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23752026-03-13T04:09:09.761Z[ 11] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23762026-03-13T04:09:09.761Z[ 13] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23772026-03-13T04:09:09.761Z[ 15] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23782026-03-13T04:09:09.761Z[ 17] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23792026-03-13T04:09:09.761Z[ 19] 4.00-5.00 sec 136 MBytes 1.14 Gbits/sec
23802026-03-13T04:09:09.761Z[SUM] 4.00-5.00 sec 1.06 GBytes 9.13 Gbits/sec
23812026-03-13T04:09:09.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
23822026-03-13T04:09:09.761Z[ 5] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
23832026-03-13T04:09:09.761Z[ 7] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
23842026-03-13T04:09:09.761Z[ 9] 5.00-6.00 sec 138 MBytes 1.15 Gbits/sec
23852026-03-13T04:09:09.761Z[ 11] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
23862026-03-13T04:09:09.761Z[ 13] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
23872026-03-13T04:09:09.761Z[ 15] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
23882026-03-13T04:09:09.761Z[ 17] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
23892026-03-13T04:09:09.761Z[ 19] 5.00-6.00 sec 138 MBytes 1.16 Gbits/sec
23902026-03-13T04:09:09.761Z[SUM] 5.00-6.00 sec 1.08 GBytes 9.24 Gbits/sec
23912026-03-13T04:09:09.761Z- - - - - - - - - - - - - - - - - - - - - - - - -
23922026-03-13T04:09:09.761Z[ 5] 6.00-7.00 sec 138 MBytes 1.16 Gbits/sec
23932026-03-13T04:09:09.761Z[ 7] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
23942026-03-13T04:09:09.761Z[ 9] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
23952026-03-13T04:09:12.972Z[ 11] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
23962026-03-13T04:09:12.972Z[ 13] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
23972026-03-13T04:09:12.972Z[ 15] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
23982026-03-13T04:09:12.972Z[ 17] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
23992026-03-13T04:09:12.972Z[ 19] 6.00-7.00 sec 138 MBytes 1.15 Gbits/sec
24002026-03-13T04:09:12.972Z[SUM] 6.00-7.00 sec 1.08 GBytes 9.24 Gbits/sec
24012026-03-13T04:09:12.972Z- - - - - - - - - - - - - - - - - - - - - - - - -
24022026-03-13T04:09:12.972Z[ 5] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24032026-03-13T04:09:12.973Z[ 7] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24042026-03-13T04:09:12.973Z[ 9] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24052026-03-13T04:09:12.973Z[ 11] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24062026-03-13T04:09:12.973Z[ 13] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24072026-03-13T04:09:12.973Z[ 15] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24082026-03-13T04:09:12.973Z[ 17] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24092026-03-13T04:09:12.973Z[ 19] 7.00-8.00 sec 138 MBytes 1.16 Gbits/sec
24102026-03-13T04:09:12.973Z[SUM] 7.00-8.00 sec 1.08 GBytes 9.26 Gbits/sec
24112026-03-13T04:09:12.973Z- - - - - - - - - - - - - - - - - - - - - - - - -
24122026-03-13T04:09:12.973Z[ 5] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24132026-03-13T04:09:12.973Z[ 7] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24142026-03-13T04:09:12.973Z[ 9] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24152026-03-13T04:09:12.973Z[ 11] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24162026-03-13T04:09:12.973Z[ 13] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24172026-03-13T04:09:12.973Z[ 15] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24182026-03-13T04:09:12.973Z[ 17] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24192026-03-13T04:09:12.973Z[ 19] 8.00-9.00 sec 137 MBytes 1.15 Gbits/sec
24202026-03-13T04:09:12.973Z[SUM] 8.00-9.00 sec 1.07 GBytes 9.21 Gbits/sec
24212026-03-13T04:09:12.973Z- - - - - - - - - - - - - - - - - - - - - - - - -
24222026-03-13T04:09:12.973Z[ 5] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24232026-03-13T04:09:12.973Z[ 7] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24242026-03-13T04:09:12.973Z[ 9] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24252026-03-13T04:09:12.973Z[ 11] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24262026-03-13T04:09:12.973Z[ 13] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24272026-03-13T04:09:12.973Z[ 15] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24282026-03-13T04:09:12.973Z[ 17] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24292026-03-13T04:09:12.973Z[ 19] 9.00-10.00 sec 137 MBytes 1.15 Gbits/sec
24302026-03-13T04:09:12.973Z[SUM] 9.00-10.00 sec 1.07 GBytes 9.20 Gbits/sec
24312026-03-13T04:09:12.973Z- - - - - - - - - - - - - - - - - - - - - - - - -
24322026-03-13T04:09:12.973Z[ 5] 10.00-10.00 sec 96.2 KBytes 1.48 Gbits/sec
24332026-03-13T04:09:12.973Z[ 7] 10.00-10.00 sec 144 KBytes 2.23 Gbits/sec
24342026-03-13T04:09:12.973Z[ 9] 10.00-10.00 sec 96.2 KBytes 1.49 Gbits/sec
24352026-03-13T04:09:12.973Z[ 11] 10.00-10.00 sec 96.2 KBytes 1.49 Gbits/sec
24362026-03-13T04:09:12.973Z[ 13] 10.00-10.00 sec 96.2 KBytes 1.49 Gbits/sec
24372026-03-13T04:09:12.973Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24382026-03-13T04:09:12.973Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
24392026-03-13T04:09:12.973Z[ 19] 10.00-10.00 sec 96.2 KBytes 1.49 Gbits/sec
24402026-03-13T04:09:12.973Z[SUM] 10.00-10.00 sec 625 KBytes 9.64 Gbits/sec
24412026-03-13T04:09:12.973Z- - - - - - - - - - - - - - - - - - - - - - - - -
24422026-03-13T04:09:12.974Z[ ID] Interval Transfer Bandwidth
24432026-03-13T04:09:12.974Z[ 5] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
24442026-03-13T04:09:12.974Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24452026-03-13T04:09:12.974Z[ 7] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
24462026-03-13T04:09:12.974Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24472026-03-13T04:09:12.974Z[ 9] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
24482026-03-13T04:09:12.974Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24492026-03-13T04:09:12.974Z[ 11] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
24502026-03-13T04:09:12.974Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24512026-03-13T04:09:12.974Z[ 13] 0.00-10.00 sec 1.32 GBytes 1.13 Gbits/sec sender
24522026-03-13T04:09:12.974Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24532026-03-13T04:09:12.974Z[ 15] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
24542026-03-13T04:09:12.974Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24552026-03-13T04:09:12.974Z[ 17] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
24562026-03-13T04:09:12.974Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24572026-03-13T04:09:12.974Z[ 19] 0.00-10.00 sec 1.31 GBytes 1.13 Gbits/sec sender
24582026-03-13T04:09:12.974Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24592026-03-13T04:09:12.974Z[SUM] 0.00-10.00 sec 10.5 GBytes 9.04 Gbits/sec sender
24602026-03-13T04:09:12.974Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
24612026-03-13T04:09:12.978ZRun 5/5...9036.285Mbps
24622026-03-13T04:09:12.978Z###---------------------###
24632026-03-13T04:09:12.978Z::: iPerf done... :::
24642026-03-13T04:09:12.978Z:::Awaiting out files...:::
24652026-03-13T04:09:12.978Z###---------------------###
24662026-03-13T04:09:12.978Z###-----###
24672026-03-13T04:09:12.978Z:::done!:::
24682026-03-13T04:09:12.978Z###-----###
24692026-03-13T04:09:12.978Z###-------------------###
24702026-03-13T04:09:12.978Z:::Running experiment :::
24712026-03-13T04:09:12.978Z:::iperf-tcp/local/c2s:::
24722026-03-13T04:09:12.978Z###-------------------###
24732026-03-13T04:09:13.322Zdtrace: description 'profile-201us ' matched 2 probes
24742026-03-13T04:09:19.999Z-----------------------------------------------------------
24752026-03-13T04:09:19.999ZServer listening on 5201
24762026-03-13T04:09:19.999Z-----------------------------------------------------------
24772026-03-13T04:09:19.999ZAccepted connection from 10.0.0.1, port 46234
24782026-03-13T04:09:19.999Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56024
24792026-03-13T04:09:19.999Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44030
24802026-03-13T04:09:19.999Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37818
24812026-03-13T04:09:19.999Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43218
24822026-03-13T04:09:19.999Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64396
24832026-03-13T04:09:20.000Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53151
24842026-03-13T04:09:20.000Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 42456
24852026-03-13T04:09:20.000Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59853
24862026-03-13T04:09:20.000Z[ ID] Interval Transfer Bandwidth
24872026-03-13T04:09:20.000Z[ 5] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
24882026-03-13T04:09:20.000Z[ 7] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
24892026-03-13T04:09:20.000Z[ 9] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
24902026-03-13T04:09:20.000Z[ 11] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
24912026-03-13T04:09:20.000Z[ 13] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
24922026-03-13T04:09:20.000Z[ 15] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
24932026-03-13T04:09:20.000Z[ 17] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
24942026-03-13T04:09:20.000Z[ 19] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
24952026-03-13T04:09:20.000Z[SUM] 0.00-1.00 sec 188 MBytes 1.58 Gbits/sec
24962026-03-13T04:09:20.000Z- - - - - - - - - - - - - - - - - - - - - - - - -
24972026-03-13T04:09:20.000Z[ 5] 1.00-2.00 sec 33.9 MBytes 285 Mbits/sec
24982026-03-13T04:09:20.000Z[ 7] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
24992026-03-13T04:09:20.000Z[ 9] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
25002026-03-13T04:09:20.000Z[ 11] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
25012026-03-13T04:09:20.000Z[ 13] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
25022026-03-13T04:09:20.000Z[ 15] 1.00-2.00 sec 33.9 MBytes 285 Mbits/sec
25032026-03-13T04:09:20.000Z[ 17] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
25042026-03-13T04:09:20.004Z[ 19] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
25052026-03-13T04:09:20.004Z[SUM] 1.00-2.00 sec 271 MBytes 2.27 Gbits/sec
25062026-03-13T04:09:20.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
25072026-03-13T04:09:20.004Z[ 5] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25082026-03-13T04:09:20.004Z[ 7] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25092026-03-13T04:09:20.004Z[ 9] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
25102026-03-13T04:09:20.004Z[ 11] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
25112026-03-13T04:09:20.004Z[ 13] 2.00-3.00 sec 33.9 MBytes 284 Mbits/sec
25122026-03-13T04:09:20.004Z[ 15] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
25132026-03-13T04:09:20.004Z[ 17] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
25142026-03-13T04:09:20.004Z[ 19] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
25152026-03-13T04:09:20.004Z[SUM] 2.00-3.00 sec 272 MBytes 2.28 Gbits/sec
25162026-03-13T04:09:20.004Z- - - - - - - - - - - - - - - - - - - - - - - - -
25172026-03-13T04:09:20.004Z[ 5] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
25182026-03-13T04:09:20.004Z[ 7] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
25192026-03-13T04:09:20.004Z[ 9] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
25202026-03-13T04:09:20.004Z[ 11] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25212026-03-13T04:09:20.005Z[ 13] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25222026-03-13T04:09:20.005Z[ 15] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
25232026-03-13T04:09:20.005Z[ 17] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
25242026-03-13T04:09:20.005Z[ 19] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
25252026-03-13T04:09:20.005Z[SUM] 3.00-4.00 sec 269 MBytes 2.26 Gbits/sec
25262026-03-13T04:09:20.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
25272026-03-13T04:09:20.005Z[ 5] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
25282026-03-13T04:09:20.005Z[ 7] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
25292026-03-13T04:09:20.005Z[ 9] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
25302026-03-13T04:09:20.005Z[ 11] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
25312026-03-13T04:09:20.005Z[ 13] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
25322026-03-13T04:09:20.005Z[ 15] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
25332026-03-13T04:09:20.005Z[ 17] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
25342026-03-13T04:09:20.005Z[ 19] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
25352026-03-13T04:09:20.005Z[SUM] 4.00-5.00 sec 270 MBytes 2.27 Gbits/sec
25362026-03-13T04:09:20.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
25372026-03-13T04:09:20.005Z[ 5] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
25382026-03-13T04:09:20.005Z[ 7] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
25392026-03-13T04:09:20.005Z[ 9] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
25402026-03-13T04:09:20.005Z[ 11] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
25412026-03-13T04:09:20.005Z[ 13] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
25422026-03-13T04:09:20.005Z[ 15] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
25432026-03-13T04:09:20.005Z[ 17] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
25442026-03-13T04:09:20.005Z[ 19] 5.00-6.00 sec 33.2 MBytes 278 Mbits/sec
25452026-03-13T04:09:20.005Z[SUM] 5.00-6.00 sec 266 MBytes 2.23 Gbits/sec
25462026-03-13T04:09:20.005Z- - - - - - - - - - - - - - - - - - - - - - - - -
25472026-03-13T04:09:20.005Z[ 5] 6.00-7.00 sec 34.6 MBytes 291 Mbits/sec
25482026-03-13T04:09:20.005Z[ 7] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
25492026-03-13T04:09:20.005Z[ 9] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
25502026-03-13T04:09:23.213Z[ 11] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
25512026-03-13T04:09:23.213Z[ 13] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
25522026-03-13T04:09:23.213Z[ 15] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
25532026-03-13T04:09:23.213Z[ 17] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
25542026-03-13T04:09:23.213Z[ 19] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
25552026-03-13T04:09:23.213Z[SUM] 6.00-7.00 sec 277 MBytes 2.32 Gbits/sec
25562026-03-13T04:09:23.213Z- - - - - - - - - - - - - - - - - - - - - - - - -
25572026-03-13T04:09:23.213Z[ 5] 7.00-8.00 sec 34.2 MBytes 287 Mbits/sec
25582026-03-13T04:09:23.213Z[ 7] 7.00-8.00 sec 34.2 MBytes 286 Mbits/sec
25592026-03-13T04:09:23.213Z[ 9] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
25602026-03-13T04:09:23.213Z[ 11] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
25612026-03-13T04:09:23.213Z[ 13] 7.00-8.00 sec 34.2 MBytes 287 Mbits/sec
25622026-03-13T04:09:23.213Z[ 15] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
25632026-03-13T04:09:23.213Z[ 17] 7.00-8.00 sec 34.3 MBytes 287 Mbits/sec
25642026-03-13T04:09:23.213Z[ 19] 7.00-8.00 sec 34.2 MBytes 287 Mbits/sec
25652026-03-13T04:09:23.213Z[SUM] 7.00-8.00 sec 273 MBytes 2.29 Gbits/sec
25662026-03-13T04:09:23.213Z- - - - - - - - - - - - - - - - - - - - - - - - -
25672026-03-13T04:09:23.213Z[ 5] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
25682026-03-13T04:09:23.213Z[ 7] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
25692026-03-13T04:09:23.213Z[ 9] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
25702026-03-13T04:09:23.213Z[ 11] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
25712026-03-13T04:09:23.213Z[ 13] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
25722026-03-13T04:09:23.213Z[ 15] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
25732026-03-13T04:09:23.213Z[ 17] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
25742026-03-13T04:09:23.213Z[ 19] 8.00-9.00 sec 33.6 MBytes 282 Mbits/sec
25752026-03-13T04:09:23.213Z[SUM] 8.00-9.00 sec 268 MBytes 2.25 Gbits/sec
25762026-03-13T04:09:23.213Z- - - - - - - - - - - - - - - - - - - - - - - - -
25772026-03-13T04:09:23.213Z[ 5] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25782026-03-13T04:09:23.213Z[ 7] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25792026-03-13T04:09:23.213Z[ 9] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25802026-03-13T04:09:23.213Z[ 11] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25812026-03-13T04:09:23.214Z[ 13] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25822026-03-13T04:09:23.214Z[ 15] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25832026-03-13T04:09:23.214Z[ 17] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
25842026-03-13T04:09:23.214Z[ 19] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
25852026-03-13T04:09:23.214Z[SUM] 9.00-10.00 sec 267 MBytes 2.24 Gbits/sec
25862026-03-13T04:09:23.214Z- - - - - - - - - - - - - - - - - - - - - - - - -
25872026-03-13T04:09:23.214Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25882026-03-13T04:09:23.214Z[ 7] 10.00-10.00 sec 126 KBytes 1.02 Gbits/sec
25892026-03-13T04:09:23.214Z[ 9] 10.00-10.00 sec 126 KBytes 1.02 Gbits/sec
25902026-03-13T04:09:23.214Z[ 11] 10.00-10.00 sec 76.2 KBytes 619 Mbits/sec
25912026-03-13T04:09:23.214Z[ 13] 10.00-10.00 sec 15.2 KBytes 123 Mbits/sec
25922026-03-13T04:09:23.214Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25932026-03-13T04:09:23.214Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25942026-03-13T04:09:23.214Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
25952026-03-13T04:09:23.214Z[SUM] 10.00-10.00 sec 343 KBytes 2.78 Gbits/sec
25962026-03-13T04:09:23.214Z- - - - - - - - - - - - - - - - - - - - - - - - -
25972026-03-13T04:09:23.214Z[ ID] Interval Transfer Bandwidth
25982026-03-13T04:09:23.214Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
25992026-03-13T04:09:23.214Z[ 5] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26002026-03-13T04:09:23.214Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26012026-03-13T04:09:23.214Z[ 7] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26022026-03-13T04:09:23.214Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26032026-03-13T04:09:23.214Z[ 9] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26042026-03-13T04:09:23.214Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26052026-03-13T04:09:23.214Z[ 11] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26062026-03-13T04:09:23.214Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26072026-03-13T04:09:23.214Z[ 13] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26082026-03-13T04:09:23.214Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26092026-03-13T04:09:23.214Z[ 15] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26102026-03-13T04:09:23.214Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26112026-03-13T04:09:23.214Z[ 17] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26122026-03-13T04:09:23.214Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26132026-03-13T04:09:23.214Z[ 19] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
26142026-03-13T04:09:23.214Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
26152026-03-13T04:09:23.214Z[SUM] 0.00-10.00 sec 2.56 GBytes 2.20 Gbits/sec receiver
26162026-03-13T04:09:23.218ZRun 1/10...2200.803Mbps
26172026-03-13T04:09:30.270Z-----------------------------------------------------------
26182026-03-13T04:09:30.270ZServer listening on 5201
26192026-03-13T04:09:30.271Z-----------------------------------------------------------
26202026-03-13T04:09:30.271ZAccepted connection from 10.0.0.1, port 37807
26212026-03-13T04:09:30.271Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62808
26222026-03-13T04:09:30.271Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39200
26232026-03-13T04:09:30.271Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64946
26242026-03-13T04:09:30.271Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63594
26252026-03-13T04:09:30.271Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62078
26262026-03-13T04:09:30.271Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35347
26272026-03-13T04:09:30.271Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54315
26282026-03-13T04:09:30.271Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37797
26292026-03-13T04:09:30.271Z[ ID] Interval Transfer Bandwidth
26302026-03-13T04:09:30.271Z[ 5] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
26312026-03-13T04:09:30.271Z[ 7] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
26322026-03-13T04:09:30.271Z[ 9] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
26332026-03-13T04:09:30.271Z[ 11] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
26342026-03-13T04:09:30.271Z[ 13] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
26352026-03-13T04:09:30.271Z[ 15] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
26362026-03-13T04:09:30.271Z[ 17] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
26372026-03-13T04:09:30.271Z[ 19] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
26382026-03-13T04:09:30.271Z[SUM] 0.00-1.00 sec 184 MBytes 1.54 Gbits/sec
26392026-03-13T04:09:30.271Z- - - - - - - - - - - - - - - - - - - - - - - - -
26402026-03-13T04:09:30.271Z[ 5] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
26412026-03-13T04:09:30.271Z[ 7] 1.00-2.00 sec 33.2 MBytes 279 Mbits/sec
26422026-03-13T04:09:30.271Z[ 9] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
26432026-03-13T04:09:30.271Z[ 11] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
26442026-03-13T04:09:30.271Z[ 13] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
26452026-03-13T04:09:30.271Z[ 15] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
26462026-03-13T04:09:30.271Z[ 17] 1.00-2.00 sec 33.1 MBytes 278 Mbits/sec
26472026-03-13T04:09:30.271Z[ 19] 1.00-2.00 sec 33.2 MBytes 278 Mbits/sec
26482026-03-13T04:09:30.271Z[SUM] 1.00-2.00 sec 265 MBytes 2.23 Gbits/sec
26492026-03-13T04:09:30.271Z- - - - - - - - - - - - - - - - - - - - - - - - -
26502026-03-13T04:09:30.271Z[ 5] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
26512026-03-13T04:09:30.271Z[ 7] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
26522026-03-13T04:09:30.271Z[ 9] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
26532026-03-13T04:09:30.271Z[ 11] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
26542026-03-13T04:09:30.271Z[ 13] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
26552026-03-13T04:09:30.271Z[ 15] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
26562026-03-13T04:09:30.272Z[ 17] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
26572026-03-13T04:09:30.272Z[ 19] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
26582026-03-13T04:09:30.272Z[SUM] 2.00-3.00 sec 265 MBytes 2.22 Gbits/sec
26592026-03-13T04:09:30.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
26602026-03-13T04:09:30.278Z[ 5] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
26612026-03-13T04:09:30.278Z[ 7] 3.00-4.00 sec 33.1 MBytes 278 Mbits/sec
26622026-03-13T04:09:30.278Z[ 9] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
26632026-03-13T04:09:30.278Z[ 11] 3.00-4.00 sec 33.1 MBytes 277 Mbits/sec
26642026-03-13T04:09:30.278Z[ 13] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
26652026-03-13T04:09:30.278Z[ 15] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
26662026-03-13T04:09:30.278Z[ 17] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
26672026-03-13T04:09:30.278Z[ 19] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
26682026-03-13T04:09:30.278Z[SUM] 3.00-4.00 sec 264 MBytes 2.22 Gbits/sec
26692026-03-13T04:09:30.278Z- - - - - - - - - - - - - - - - - - - - - - - - -
26702026-03-13T04:09:30.278Z[ 5] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
26712026-03-13T04:09:30.278Z[ 7] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
26722026-03-13T04:09:30.278Z[ 9] 4.00-5.00 sec 33.2 MBytes 279 Mbits/sec
26732026-03-13T04:09:30.278Z[ 11] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
26742026-03-13T04:09:30.278Z[ 13] 4.00-5.00 sec 33.1 MBytes 278 Mbits/sec
26752026-03-13T04:09:30.278Z[ 15] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
26762026-03-13T04:09:30.278Z[ 17] 4.00-5.00 sec 33.2 MBytes 279 Mbits/sec
26772026-03-13T04:09:30.279Z[ 19] 4.00-5.00 sec 33.2 MBytes 278 Mbits/sec
26782026-03-13T04:09:30.279Z[SUM] 4.00-5.00 sec 265 MBytes 2.23 Gbits/sec
26792026-03-13T04:09:30.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
26802026-03-13T04:09:30.279Z[ 5] 5.00-6.00 sec 33.3 MBytes 280 Mbits/sec
26812026-03-13T04:09:30.279Z[ 7] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
26822026-03-13T04:09:30.279Z[ 9] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
26832026-03-13T04:09:30.279Z[ 11] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
26842026-03-13T04:09:30.279Z[ 13] 5.00-6.00 sec 33.3 MBytes 280 Mbits/sec
26852026-03-13T04:09:30.279Z[ 15] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
26862026-03-13T04:09:30.279Z[ 17] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
26872026-03-13T04:09:30.279Z[ 19] 5.00-6.00 sec 33.3 MBytes 279 Mbits/sec
26882026-03-13T04:09:30.279Z[SUM] 5.00-6.00 sec 266 MBytes 2.23 Gbits/sec
26892026-03-13T04:09:30.279Z- - - - - - - - - - - - - - - - - - - - - - - - -
26902026-03-13T04:09:30.279Z[ 5] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
26912026-03-13T04:09:30.279Z[ 7] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
26922026-03-13T04:09:30.279Z[ 9] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
26932026-03-13T04:09:33.352Z[ 11] 6.00-7.00 sec 33.8 MBytes 284 Mbits/sec
26942026-03-13T04:09:33.352Z[ 13] 6.00-7.00 sec 33.8 MBytes 284 Mbits/sec
26952026-03-13T04:09:33.352Z[ 15] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
26962026-03-13T04:09:33.353Z[ 17] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
26972026-03-13T04:09:33.353Z[ 19] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
26982026-03-13T04:09:33.353Z[SUM] 6.00-7.00 sec 271 MBytes 2.27 Gbits/sec
26992026-03-13T04:09:33.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
27002026-03-13T04:09:33.353Z[ 5] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
27012026-03-13T04:09:33.353Z[ 7] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
27022026-03-13T04:09:33.353Z[ 9] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
27032026-03-13T04:09:33.353Z[ 11] 7.00-8.00 sec 34.0 MBytes 286 Mbits/sec
27042026-03-13T04:09:33.353Z[ 13] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
27052026-03-13T04:09:33.353Z[ 15] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
27062026-03-13T04:09:33.353Z[ 17] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
27072026-03-13T04:09:33.353Z[ 19] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
27082026-03-13T04:09:33.353Z[SUM] 7.00-8.00 sec 272 MBytes 2.28 Gbits/sec
27092026-03-13T04:09:33.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
27102026-03-13T04:09:33.353Z[ 5] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
27112026-03-13T04:09:33.353Z[ 7] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
27122026-03-13T04:09:33.353Z[ 9] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
27132026-03-13T04:09:33.353Z[ 11] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
27142026-03-13T04:09:33.353Z[ 13] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
27152026-03-13T04:09:33.353Z[ 15] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
27162026-03-13T04:09:33.353Z[ 17] 8.00-9.00 sec 34.2 MBytes 287 Mbits/sec
27172026-03-13T04:09:33.353Z[ 19] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
27182026-03-13T04:09:33.353Z[SUM] 8.00-9.00 sec 273 MBytes 2.29 Gbits/sec
27192026-03-13T04:09:33.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
27202026-03-13T04:09:33.353Z[ 5] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
27212026-03-13T04:09:33.353Z[ 7] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
27222026-03-13T04:09:33.353Z[ 9] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
27232026-03-13T04:09:33.353Z[ 11] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
27242026-03-13T04:09:33.353Z[ 13] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
27252026-03-13T04:09:33.353Z[ 15] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
27262026-03-13T04:09:33.353Z[ 17] 9.00-10.00 sec 33.3 MBytes 279 Mbits/sec
27272026-03-13T04:09:33.353Z[ 19] 9.00-10.00 sec 33.3 MBytes 280 Mbits/sec
27282026-03-13T04:09:33.353Z[SUM] 9.00-10.00 sec 267 MBytes 2.24 Gbits/sec
27292026-03-13T04:09:33.353Z- - - - - - - - - - - - - - - - - - - - - - - - -
27302026-03-13T04:09:33.353Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27312026-03-13T04:09:33.353Z[ 7] 10.00-10.00 sec 34.5 KBytes 187 Mbits/sec
27322026-03-13T04:09:33.353Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27332026-03-13T04:09:33.353Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
27342026-03-13T04:09:33.353Z[ 13] 10.00-10.00 sec 77.8 KBytes 422 Mbits/sec
27352026-03-13T04:09:33.354Z[ 15] 10.00-10.00 sec 60.1 KBytes 326 Mbits/sec
27362026-03-13T04:09:33.354Z[ 17] 10.00-10.00 sec 106 KBytes 577 Mbits/sec
27372026-03-13T04:09:33.354Z[ 19] 10.00-10.00 sec 99.5 KBytes 540 Mbits/sec
27382026-03-13T04:09:33.354Z[SUM] 10.00-10.00 sec 378 KBytes 2.05 Gbits/sec
27392026-03-13T04:09:33.354Z- - - - - - - - - - - - - - - - - - - - - - - - -
27402026-03-13T04:09:33.354Z[ ID] Interval Transfer Bandwidth
27412026-03-13T04:09:33.354Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27422026-03-13T04:09:33.354Z[ 5] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27432026-03-13T04:09:33.354Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27442026-03-13T04:09:33.354Z[ 7] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27452026-03-13T04:09:33.354Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27462026-03-13T04:09:33.354Z[ 9] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27472026-03-13T04:09:33.354Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27482026-03-13T04:09:33.354Z[ 11] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27492026-03-13T04:09:33.354Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27502026-03-13T04:09:33.354Z[ 13] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27512026-03-13T04:09:33.354Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27522026-03-13T04:09:33.354Z[ 15] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27532026-03-13T04:09:33.354Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27542026-03-13T04:09:33.354Z[ 17] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27552026-03-13T04:09:33.354Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27562026-03-13T04:09:33.354Z[ 19] 0.00-10.00 sec 324 MBytes 272 Mbits/sec receiver
27572026-03-13T04:09:33.354Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
27582026-03-13T04:09:33.354Z[SUM] 0.00-10.00 sec 2.53 GBytes 2.18 Gbits/sec receiver
27592026-03-13T04:09:33.358ZRun 2/10...2175.694Mbps
27602026-03-13T04:09:40.381Z-----------------------------------------------------------
27612026-03-13T04:09:40.381ZServer listening on 5201
27622026-03-13T04:09:40.381Z-----------------------------------------------------------
27632026-03-13T04:09:40.381ZAccepted connection from 10.0.0.1, port 40044
27642026-03-13T04:09:40.381Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62846
27652026-03-13T04:09:40.381Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54492
27662026-03-13T04:09:40.381Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37410
27672026-03-13T04:09:40.381Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40272
27682026-03-13T04:09:40.381Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46290
27692026-03-13T04:09:40.381Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37694
27702026-03-13T04:09:40.381Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35629
27712026-03-13T04:09:40.381Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53207
27722026-03-13T04:09:40.381Z[ ID] Interval Transfer Bandwidth
27732026-03-13T04:09:40.381Z[ 5] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
27742026-03-13T04:09:40.381Z[ 7] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27752026-03-13T04:09:40.381Z[ 9] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27762026-03-13T04:09:40.381Z[ 11] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27772026-03-13T04:09:40.381Z[ 13] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27782026-03-13T04:09:40.381Z[ 15] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27792026-03-13T04:09:40.381Z[ 17] 0.00-1.00 sec 22.8 MBytes 191 Mbits/sec
27802026-03-13T04:09:40.381Z[ 19] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
27812026-03-13T04:09:40.381Z[SUM] 0.00-1.00 sec 183 MBytes 1.53 Gbits/sec
27822026-03-13T04:09:40.381Z- - - - - - - - - - - - - - - - - - - - - - - - -
27832026-03-13T04:09:40.382Z[ 5] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
27842026-03-13T04:09:40.382Z[ 7] 1.00-2.00 sec 34.3 MBytes 288 Mbits/sec
27852026-03-13T04:09:40.382Z[ 9] 1.00-2.00 sec 34.3 MBytes 287 Mbits/sec
27862026-03-13T04:09:40.382Z[ 11] 1.00-2.00 sec 34.3 MBytes 287 Mbits/sec
27872026-03-13T04:09:40.382Z[ 13] 1.00-2.00 sec 34.3 MBytes 287 Mbits/sec
27882026-03-13T04:09:40.382Z[ 15] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
27892026-03-13T04:09:40.382Z[ 17] 1.00-2.00 sec 34.3 MBytes 288 Mbits/sec
27902026-03-13T04:09:40.382Z[ 19] 1.00-2.00 sec 34.2 MBytes 287 Mbits/sec
27912026-03-13T04:09:40.382Z[SUM] 1.00-2.00 sec 274 MBytes 2.30 Gbits/sec
27922026-03-13T04:09:40.382Z- - - - - - - - - - - - - - - - - - - - - - - - -
27932026-03-13T04:09:40.382Z[ 5] 2.00-3.00 sec 33.9 MBytes 284 Mbits/sec
27942026-03-13T04:09:40.382Z[ 7] 2.00-3.00 sec 33.8 MBytes 284 Mbits/sec
27952026-03-13T04:09:40.382Z[ 9] 2.00-3.00 sec 33.8 MBytes 284 Mbits/sec
27962026-03-13T04:09:40.382Z[ 11] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
27972026-03-13T04:09:40.382Z[ 13] 2.00-3.00 sec 33.8 MBytes 283 Mbits/sec
27982026-03-13T04:09:40.382Z[ 15] 2.00-3.00 sec 33.9 MBytes 284 Mbits/sec
27992026-03-13T04:09:40.382Z[ 17] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
28002026-03-13T04:09:40.382Z[ 19] 2.00-3.00 sec 33.8 MBytes 284 Mbits/sec
28012026-03-13T04:09:40.382Z[SUM] 2.00-3.00 sec 270 MBytes 2.27 Gbits/sec
28022026-03-13T04:09:40.382Z- - - - - - - - - - - - - - - - - - - - - - - - -
28032026-03-13T04:09:40.382Z[ 5] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
28042026-03-13T04:09:40.382Z[ 7] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
28052026-03-13T04:09:40.382Z[ 9] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
28062026-03-13T04:09:40.382Z[ 11] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
28072026-03-13T04:09:40.382Z[ 13] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
28082026-03-13T04:09:40.382Z[ 15] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
28092026-03-13T04:09:40.382Z[ 17] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
28102026-03-13T04:09:40.382Z[ 19] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
28112026-03-13T04:09:40.382Z[SUM] 3.00-4.00 sec 270 MBytes 2.26 Gbits/sec
28122026-03-13T04:09:40.382Z- - - - - - - - - - - - - - - - - - - - - - - - -
28132026-03-13T04:09:40.382Z[ 5] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
28142026-03-13T04:09:40.382Z[ 7] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
28152026-03-13T04:09:40.382Z[ 9] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
28162026-03-13T04:09:40.382Z[ 11] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
28172026-03-13T04:09:40.382Z[ 13] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
28182026-03-13T04:09:40.382Z[ 15] 4.00-5.00 sec 33.9 MBytes 285 Mbits/sec
28192026-03-13T04:09:40.382Z[ 17] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
28202026-03-13T04:09:40.382Z[ 19] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
28212026-03-13T04:09:40.382Z[SUM] 4.00-5.00 sec 271 MBytes 2.27 Gbits/sec
28222026-03-13T04:09:40.383Z- - - - - - - - - - - - - - - - - - - - - - - - -
28232026-03-13T04:09:40.383Z[ 5] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
28242026-03-13T04:09:40.383Z[ 7] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
28252026-03-13T04:09:40.383Z[ 9] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
28262026-03-13T04:09:40.383Z[ 11] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
28272026-03-13T04:09:40.383Z[ 13] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
28282026-03-13T04:09:40.383Z[ 15] 5.00-6.00 sec 33.6 MBytes 282 Mbits/sec
28292026-03-13T04:09:40.383Z[ 17] 5.00-6.00 sec 33.6 MBytes 282 Mbits/sec
28302026-03-13T04:09:40.383Z[ 19] 5.00-6.00 sec 33.6 MBytes 282 Mbits/sec
28312026-03-13T04:09:40.383Z[SUM] 5.00-6.00 sec 269 MBytes 2.26 Gbits/sec
28322026-03-13T04:09:40.383Z- - - - - - - - - - - - - - - - - - - - - - - - -
28332026-03-13T04:09:40.383Z[ 5] 6.00-7.00 sec 33.9 MBytes 285 Mbits/sec
28342026-03-13T04:09:40.383Z[ 7] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28352026-03-13T04:09:40.383Z[ 9] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28362026-03-13T04:09:43.492Z[ 11] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28372026-03-13T04:09:43.492Z[ 13] 6.00-7.00 sec 34.0 MBytes 286 Mbits/sec
28382026-03-13T04:09:43.492Z[ 15] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
28392026-03-13T04:09:43.492Z[ 17] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28402026-03-13T04:09:43.492Z[ 19] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
28412026-03-13T04:09:43.492Z[SUM] 6.00-7.00 sec 272 MBytes 2.28 Gbits/sec
28422026-03-13T04:09:43.492Z- - - - - - - - - - - - - - - - - - - - - - - - -
28432026-03-13T04:09:43.492Z[ 5] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
28442026-03-13T04:09:43.492Z[ 7] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
28452026-03-13T04:09:43.492Z[ 9] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
28462026-03-13T04:09:43.492Z[ 11] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
28472026-03-13T04:09:43.492Z[ 13] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
28482026-03-13T04:09:43.492Z[ 15] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
28492026-03-13T04:09:43.492Z[ 17] 7.00-8.00 sec 33.6 MBytes 281 Mbits/sec
28502026-03-13T04:09:43.493Z[ 19] 7.00-8.00 sec 33.6 MBytes 281 Mbits/sec
28512026-03-13T04:09:43.493Z[SUM] 7.00-8.00 sec 269 MBytes 2.25 Gbits/sec
28522026-03-13T04:09:43.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
28532026-03-13T04:09:43.493Z[ 5] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
28542026-03-13T04:09:43.493Z[ 7] 8.00-9.00 sec 33.1 MBytes 277 Mbits/sec
28552026-03-13T04:09:43.493Z[ 9] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
28562026-03-13T04:09:43.493Z[ 11] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
28572026-03-13T04:09:43.493Z[ 13] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
28582026-03-13T04:09:43.493Z[ 15] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
28592026-03-13T04:09:43.493Z[ 17] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
28602026-03-13T04:09:43.493Z[ 19] 8.00-9.00 sec 33.0 MBytes 277 Mbits/sec
28612026-03-13T04:09:43.493Z[SUM] 8.00-9.00 sec 265 MBytes 2.22 Gbits/sec
28622026-03-13T04:09:43.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
28632026-03-13T04:09:43.493Z[ 5] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
28642026-03-13T04:09:43.493Z[ 7] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
28652026-03-13T04:09:43.493Z[ 9] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
28662026-03-13T04:09:43.493Z[ 11] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
28672026-03-13T04:09:43.493Z[ 13] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
28682026-03-13T04:09:43.493Z[ 15] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
28692026-03-13T04:09:43.493Z[ 17] 9.00-10.00 sec 33.6 MBytes 281 Mbits/sec
28702026-03-13T04:09:43.493Z[ 19] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
28712026-03-13T04:09:43.493Z[SUM] 9.00-10.00 sec 269 MBytes 2.26 Gbits/sec
28722026-03-13T04:09:43.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
28732026-03-13T04:09:43.493Z[ 5] 10.00-10.00 sec 31.3 KBytes 175 Mbits/sec
28742026-03-13T04:09:43.493Z[ 7] 10.00-10.00 sec 27.0 KBytes 152 Mbits/sec
28752026-03-13T04:09:43.493Z[ 9] 10.00-10.00 sec 126 KBytes 706 Mbits/sec
28762026-03-13T04:09:43.493Z[ 11] 10.00-10.00 sec 126 KBytes 706 Mbits/sec
28772026-03-13T04:09:43.493Z[ 13] 10.00-10.00 sec 42.1 KBytes 236 Mbits/sec
28782026-03-13T04:09:43.493Z[ 15] 10.00-10.00 sec 10.3 KBytes 57.5 Mbits/sec
28792026-03-13T04:09:43.493Z[ 17] 10.00-10.00 sec 122 KBytes 687 Mbits/sec
28802026-03-13T04:09:43.493Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
28812026-03-13T04:09:43.493Z[SUM] 10.00-10.00 sec 485 KBytes 2.72 Gbits/sec
28822026-03-13T04:09:43.493Z- - - - - - - - - - - - - - - - - - - - - - - - -
28832026-03-13T04:09:43.493Z[ ID] Interval Transfer Bandwidth
28842026-03-13T04:09:43.493Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28852026-03-13T04:09:43.493Z[ 5] 0.00-10.00 sec 327 MBytes 274 Mbits/sec receiver
28862026-03-13T04:09:43.493Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28872026-03-13T04:09:43.493Z[ 7] 0.00-10.00 sec 327 MBytes 274 Mbits/sec receiver
28882026-03-13T04:09:43.493Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28892026-03-13T04:09:43.494Z[ 9] 0.00-10.00 sec 327 MBytes 274 Mbits/sec receiver
28902026-03-13T04:09:43.494Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28912026-03-13T04:09:43.494Z[ 11] 0.00-10.00 sec 326 MBytes 274 Mbits/sec receiver
28922026-03-13T04:09:43.497Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28932026-03-13T04:09:43.497Z[ 13] 0.00-10.00 sec 326 MBytes 274 Mbits/sec receiver
28942026-03-13T04:09:43.497Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28952026-03-13T04:09:43.497Z[ 15] 0.00-10.00 sec 326 MBytes 274 Mbits/sec receiver
28962026-03-13T04:09:43.497Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28972026-03-13T04:09:43.497Z[ 17] 0.00-10.00 sec 326 MBytes 274 Mbits/sec receiver
28982026-03-13T04:09:43.497Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
28992026-03-13T04:09:43.497Z[ 19] 0.00-10.00 sec 326 MBytes 274 Mbits/sec receiver
29002026-03-13T04:09:43.497Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
29012026-03-13T04:09:43.497Z[SUM] 0.00-10.00 sec 2.55 GBytes 2.19 Gbits/sec receiver
29022026-03-13T04:09:43.497ZRun 3/10...2191.251Mbps
29032026-03-13T04:09:50.520Z-----------------------------------------------------------
29042026-03-13T04:09:50.520ZServer listening on 5201
29052026-03-13T04:09:50.520Z-----------------------------------------------------------
29062026-03-13T04:09:50.520ZAccepted connection from 10.0.0.1, port 62468
29072026-03-13T04:09:50.520Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39710
29082026-03-13T04:09:50.520Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62288
29092026-03-13T04:09:50.520Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63766
29102026-03-13T04:09:50.520Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44723
29112026-03-13T04:09:50.520Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33980
29122026-03-13T04:09:50.520Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55218
29132026-03-13T04:09:50.520Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48234
29142026-03-13T04:09:50.520Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59448
29152026-03-13T04:09:50.520Z[ ID] Interval Transfer Bandwidth
29162026-03-13T04:09:50.520Z[ 5] 0.00-1.00 sec 23.8 MBytes 199 Mbits/sec
29172026-03-13T04:09:50.520Z[ 7] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
29182026-03-13T04:09:50.520Z[ 9] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
29192026-03-13T04:09:50.520Z[ 11] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
29202026-03-13T04:09:50.520Z[ 13] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
29212026-03-13T04:09:50.520Z[ 15] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
29222026-03-13T04:09:50.520Z[ 17] 0.00-1.00 sec 23.7 MBytes 198 Mbits/sec
29232026-03-13T04:09:50.521Z[ 19] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
29242026-03-13T04:09:50.521Z[SUM] 0.00-1.00 sec 189 MBytes 1.59 Gbits/sec
29252026-03-13T04:09:50.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
29262026-03-13T04:09:50.521Z[ 5] 1.00-2.00 sec 33.3 MBytes 280 Mbits/sec
29272026-03-13T04:09:50.521Z[ 7] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
29282026-03-13T04:09:50.521Z[ 9] 1.00-2.00 sec 33.6 MBytes 282 Mbits/sec
29292026-03-13T04:09:50.521Z[ 11] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
29302026-03-13T04:09:50.521Z[ 13] 1.00-2.00 sec 33.6 MBytes 281 Mbits/sec
29312026-03-13T04:09:50.521Z[ 15] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
29322026-03-13T04:09:50.521Z[ 17] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
29332026-03-13T04:09:50.521Z[ 19] 1.00-2.00 sec 33.5 MBytes 281 Mbits/sec
29342026-03-13T04:09:50.521Z[SUM] 1.00-2.00 sec 268 MBytes 2.25 Gbits/sec
29352026-03-13T04:09:50.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
29362026-03-13T04:09:50.521Z[ 5] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
29372026-03-13T04:09:50.521Z[ 7] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
29382026-03-13T04:09:50.521Z[ 9] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
29392026-03-13T04:09:50.521Z[ 11] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
29402026-03-13T04:09:50.521Z[ 13] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
29412026-03-13T04:09:50.521Z[ 15] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
29422026-03-13T04:09:50.521Z[ 17] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
29432026-03-13T04:09:50.521Z[ 19] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
29442026-03-13T04:09:50.521Z[SUM] 2.00-3.00 sec 268 MBytes 2.25 Gbits/sec
29452026-03-13T04:09:50.521Z- - - - - - - - - - - - - - - - - - - - - - - - -
29462026-03-13T04:09:50.521Z[ 5] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
29472026-03-13T04:09:50.521Z[ 7] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
29482026-03-13T04:09:50.521Z[ 9] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
29492026-03-13T04:09:50.521Z[ 11] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
29502026-03-13T04:09:50.521Z[ 13] 3.00-4.00 sec 34.1 MBytes 286 Mbits/sec
29512026-03-13T04:09:50.524Z[ 15] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
29522026-03-13T04:09:50.525Z[ 17] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
29532026-03-13T04:09:50.525Z[ 19] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
29542026-03-13T04:09:50.525Z[SUM] 3.00-4.00 sec 272 MBytes 2.28 Gbits/sec
29552026-03-13T04:09:50.525Z- - - - - - - - - - - - - - - - - - - - - - - - -
29562026-03-13T04:09:50.525Z[ 5] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
29572026-03-13T04:09:50.525Z[ 7] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
29582026-03-13T04:09:50.525Z[ 9] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
29592026-03-13T04:09:50.525Z[ 11] 4.00-5.00 sec 33.4 MBytes 281 Mbits/sec
29602026-03-13T04:09:50.525Z[ 13] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
29612026-03-13T04:09:50.525Z[ 15] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
29622026-03-13T04:09:50.525Z[ 17] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
29632026-03-13T04:09:50.525Z[ 19] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
29642026-03-13T04:09:50.525Z[SUM] 4.00-5.00 sec 268 MBytes 2.24 Gbits/sec
29652026-03-13T04:09:50.525Z- - - - - - - - - - - - - - - - - - - - - - - - -
29662026-03-13T04:09:50.525Z[ 5] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
29672026-03-13T04:09:50.525Z[ 7] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
29682026-03-13T04:09:50.525Z[ 9] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
29692026-03-13T04:09:50.525Z[ 11] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
29702026-03-13T04:09:50.525Z[ 13] 5.00-6.00 sec 33.9 MBytes 285 Mbits/sec
29712026-03-13T04:09:50.525Z[ 15] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
29722026-03-13T04:09:50.525Z[ 17] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
29732026-03-13T04:09:50.525Z[ 19] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
29742026-03-13T04:09:50.525Z[SUM] 5.00-6.00 sec 271 MBytes 2.27 Gbits/sec
29752026-03-13T04:09:50.525Z- - - - - - - - - - - - - - - - - - - - - - - - -
29762026-03-13T04:09:50.525Z[ 5] 6.00-7.00 sec 33.4 MBytes 281 Mbits/sec
29772026-03-13T04:09:50.525Z[ 7] 6.00-7.00 sec 33.3 MBytes 279 Mbits/sec
29782026-03-13T04:09:50.525Z[ 9] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
29792026-03-13T04:09:53.733Z[ 11] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
29802026-03-13T04:09:53.733Z[ 13] 6.00-7.00 sec 33.4 MBytes 281 Mbits/sec
29812026-03-13T04:09:53.733Z[ 15] 6.00-7.00 sec 33.4 MBytes 281 Mbits/sec
29822026-03-13T04:09:53.733Z[ 17] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
29832026-03-13T04:09:53.733Z[ 19] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
29842026-03-13T04:09:53.733Z[SUM] 6.00-7.00 sec 267 MBytes 2.24 Gbits/sec
29852026-03-13T04:09:53.733Z- - - - - - - - - - - - - - - - - - - - - - - - -
29862026-03-13T04:09:53.734Z[ 5] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29872026-03-13T04:09:53.734Z[ 7] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29882026-03-13T04:09:53.734Z[ 9] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
29892026-03-13T04:09:53.734Z[ 11] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29902026-03-13T04:09:53.734Z[ 13] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29912026-03-13T04:09:53.734Z[ 15] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29922026-03-13T04:09:53.734Z[ 17] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
29932026-03-13T04:09:53.734Z[ 19] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
29942026-03-13T04:09:53.734Z[SUM] 7.00-8.00 sec 268 MBytes 2.25 Gbits/sec
29952026-03-13T04:09:53.734Z- - - - - - - - - - - - - - - - - - - - - - - - -
29962026-03-13T04:09:53.734Z[ 5] 8.00-9.00 sec 33.3 MBytes 279 Mbits/sec
29972026-03-13T04:09:53.734Z[ 7] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
29982026-03-13T04:09:53.734Z[ 9] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
29992026-03-13T04:09:53.734Z[ 11] 8.00-9.00 sec 33.2 MBytes 279 Mbits/sec
30002026-03-13T04:09:53.734Z[ 13] 8.00-9.00 sec 33.2 MBytes 279 Mbits/sec
30012026-03-13T04:09:53.734Z[ 15] 8.00-9.00 sec 33.3 MBytes 280 Mbits/sec
30022026-03-13T04:09:53.734Z[ 17] 8.00-9.00 sec 33.3 MBytes 279 Mbits/sec
30032026-03-13T04:09:53.734Z[ 19] 8.00-9.00 sec 33.3 MBytes 280 Mbits/sec
30042026-03-13T04:09:53.734Z[SUM] 8.00-9.00 sec 266 MBytes 2.24 Gbits/sec
30052026-03-13T04:09:53.734Z- - - - - - - - - - - - - - - - - - - - - - - - -
30062026-03-13T04:09:53.734Z[ 5] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30072026-03-13T04:09:53.734Z[ 7] 9.00-10.00 sec 33.3 MBytes 280 Mbits/sec
30082026-03-13T04:09:53.734Z[ 9] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30092026-03-13T04:09:53.734Z[ 11] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
30102026-03-13T04:09:53.734Z[ 13] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30112026-03-13T04:09:53.734Z[ 15] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30122026-03-13T04:09:53.734Z[ 17] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
30132026-03-13T04:09:53.734Z[ 19] 9.00-10.00 sec 33.4 MBytes 280 Mbits/sec
30142026-03-13T04:09:53.734Z[SUM] 9.00-10.00 sec 267 MBytes 2.24 Gbits/sec
30152026-03-13T04:09:53.734Z- - - - - - - - - - - - - - - - - - - - - - - - -
30162026-03-13T04:09:53.734Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30172026-03-13T04:09:53.734Z[ 7] 10.00-10.00 sec 124 KBytes 733 Mbits/sec
30182026-03-13T04:09:53.734Z[ 9] 10.00-10.00 sec 126 KBytes 743 Mbits/sec
30192026-03-13T04:09:53.734Z[ 11] 10.00-10.00 sec 84.8 KBytes 501 Mbits/sec
30202026-03-13T04:09:53.734Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
30212026-03-13T04:09:53.734Z[ 15] 10.00-10.00 sec 30.4 KBytes 179 Mbits/sec
30222026-03-13T04:09:53.734Z[ 17] 10.00-10.00 sec 25.3 KBytes 149 Mbits/sec
30232026-03-13T04:09:53.734Z[ 19] 10.00-10.00 sec 84.8 KBytes 500 Mbits/sec
30242026-03-13T04:09:53.734Z[SUM] 10.00-10.00 sec 475 KBytes 2.80 Gbits/sec
30252026-03-13T04:09:53.735Z- - - - - - - - - - - - - - - - - - - - - - - - -
30262026-03-13T04:09:53.735Z[ ID] Interval Transfer Bandwidth
30272026-03-13T04:09:53.735Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30282026-03-13T04:09:53.735Z[ 5] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30292026-03-13T04:09:53.735Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30302026-03-13T04:09:53.735Z[ 7] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30312026-03-13T04:09:53.735Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30322026-03-13T04:09:53.735Z[ 9] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30332026-03-13T04:09:53.735Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30342026-03-13T04:09:53.735Z[ 11] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30352026-03-13T04:09:53.735Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30362026-03-13T04:09:53.735Z[ 13] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30372026-03-13T04:09:53.735Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30382026-03-13T04:09:53.735Z[ 15] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30392026-03-13T04:09:53.735Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30402026-03-13T04:09:53.735Z[ 17] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30412026-03-13T04:09:53.735Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30422026-03-13T04:09:53.735Z[ 19] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
30432026-03-13T04:09:53.735Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
30442026-03-13T04:09:53.735Z[SUM] 0.00-10.00 sec 2.54 GBytes 2.19 Gbits/sec receiver
30452026-03-13T04:09:53.738ZRun 4/10...2186.025Mbps
30462026-03-13T04:10:00.761Z-----------------------------------------------------------
30472026-03-13T04:10:00.761ZServer listening on 5201
30482026-03-13T04:10:00.761Z-----------------------------------------------------------
30492026-03-13T04:10:00.761ZAccepted connection from 10.0.0.1, port 46761
30502026-03-13T04:10:00.761Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33420
30512026-03-13T04:10:00.761Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45282
30522026-03-13T04:10:00.761Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50913
30532026-03-13T04:10:00.762Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40407
30542026-03-13T04:10:00.762Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41227
30552026-03-13T04:10:00.762Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51414
30562026-03-13T04:10:00.762Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44388
30572026-03-13T04:10:00.762Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 59339
30582026-03-13T04:10:00.762Z[ ID] Interval Transfer Bandwidth
30592026-03-13T04:10:00.762Z[ 5] 0.00-1.00 sec 23.3 MBytes 196 Mbits/sec
30602026-03-13T04:10:00.762Z[ 7] 0.00-1.00 sec 23.3 MBytes 195 Mbits/sec
30612026-03-13T04:10:00.762Z[ 9] 0.00-1.00 sec 23.3 MBytes 195 Mbits/sec
30622026-03-13T04:10:00.762Z[ 11] 0.00-1.00 sec 23.3 MBytes 195 Mbits/sec
30632026-03-13T04:10:00.762Z[ 13] 0.00-1.00 sec 23.3 MBytes 196 Mbits/sec
30642026-03-13T04:10:00.762Z[ 15] 0.00-1.00 sec 23.3 MBytes 195 Mbits/sec
30652026-03-13T04:10:00.762Z[ 17] 0.00-1.00 sec 23.3 MBytes 195 Mbits/sec
30662026-03-13T04:10:00.762Z[ 19] 0.00-1.00 sec 23.3 MBytes 195 Mbits/sec
30672026-03-13T04:10:00.762Z[SUM] 0.00-1.00 sec 186 MBytes 1.56 Gbits/sec
30682026-03-13T04:10:00.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
30692026-03-13T04:10:00.762Z[ 5] 1.00-2.00 sec 34.4 MBytes 288 Mbits/sec
30702026-03-13T04:10:00.762Z[ 7] 1.00-2.00 sec 34.4 MBytes 288 Mbits/sec
30712026-03-13T04:10:00.762Z[ 9] 1.00-2.00 sec 34.4 MBytes 289 Mbits/sec
30722026-03-13T04:10:00.762Z[ 11] 1.00-2.00 sec 34.4 MBytes 288 Mbits/sec
30732026-03-13T04:10:00.762Z[ 13] 1.00-2.00 sec 34.4 MBytes 289 Mbits/sec
30742026-03-13T04:10:00.762Z[ 15] 1.00-2.00 sec 34.4 MBytes 289 Mbits/sec
30752026-03-13T04:10:00.762Z[ 17] 1.00-2.00 sec 34.4 MBytes 288 Mbits/sec
30762026-03-13T04:10:00.762Z[ 19] 1.00-2.00 sec 34.3 MBytes 288 Mbits/sec
30772026-03-13T04:10:00.762Z[SUM] 1.00-2.00 sec 275 MBytes 2.31 Gbits/sec
30782026-03-13T04:10:00.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
30792026-03-13T04:10:00.762Z[ 5] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
30802026-03-13T04:10:00.762Z[ 7] 2.00-3.00 sec 33.8 MBytes 283 Mbits/sec
30812026-03-13T04:10:00.762Z[ 9] 2.00-3.00 sec 33.8 MBytes 283 Mbits/sec
30822026-03-13T04:10:00.762Z[ 11] 2.00-3.00 sec 33.8 MBytes 283 Mbits/sec
30832026-03-13T04:10:00.762Z[ 13] 2.00-3.00 sec 33.8 MBytes 283 Mbits/sec
30842026-03-13T04:10:00.762Z[ 15] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
30852026-03-13T04:10:00.762Z[ 17] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
30862026-03-13T04:10:00.762Z[ 19] 2.00-3.00 sec 33.7 MBytes 282 Mbits/sec
30872026-03-13T04:10:00.762Z[SUM] 2.00-3.00 sec 270 MBytes 2.26 Gbits/sec
30882026-03-13T04:10:00.762Z- - - - - - - - - - - - - - - - - - - - - - - - -
30892026-03-13T04:10:00.762Z[ 5] 3.00-4.00 sec 34.2 MBytes 287 Mbits/sec
30902026-03-13T04:10:00.762Z[ 7] 3.00-4.00 sec 34.2 MBytes 287 Mbits/sec
30912026-03-13T04:10:00.762Z[ 9] 3.00-4.00 sec 34.2 MBytes 287 Mbits/sec
30922026-03-13T04:10:00.763Z[ 11] 3.00-4.00 sec 34.1 MBytes 286 Mbits/sec
30932026-03-13T04:10:00.763Z[ 13] 3.00-4.00 sec 34.2 MBytes 287 Mbits/sec
30942026-03-13T04:10:00.763Z[ 15] 3.00-4.00 sec 34.2 MBytes 287 Mbits/sec
30952026-03-13T04:10:00.763Z[ 17] 3.00-4.00 sec 34.2 MBytes 287 Mbits/sec
30962026-03-13T04:10:00.763Z[ 19] 3.00-4.00 sec 34.2 MBytes 287 Mbits/sec
30972026-03-13T04:10:00.763Z[SUM] 3.00-4.00 sec 274 MBytes 2.30 Gbits/sec
30982026-03-13T04:10:00.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
30992026-03-13T04:10:00.763Z[ 5] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
31002026-03-13T04:10:00.763Z[ 7] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
31012026-03-13T04:10:00.763Z[ 9] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
31022026-03-13T04:10:00.763Z[ 11] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
31032026-03-13T04:10:00.763Z[ 13] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
31042026-03-13T04:10:00.763Z[ 15] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
31052026-03-13T04:10:00.763Z[ 17] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
31062026-03-13T04:10:00.763Z[ 19] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
31072026-03-13T04:10:00.763Z[SUM] 4.00-5.00 sec 270 MBytes 2.26 Gbits/sec
31082026-03-13T04:10:00.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
31092026-03-13T04:10:00.763Z[ 5] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31102026-03-13T04:10:00.763Z[ 7] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31112026-03-13T04:10:00.763Z[ 9] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31122026-03-13T04:10:00.763Z[ 11] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31132026-03-13T04:10:00.763Z[ 13] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31142026-03-13T04:10:00.763Z[ 15] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31152026-03-13T04:10:00.763Z[ 17] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31162026-03-13T04:10:00.763Z[ 19] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
31172026-03-13T04:10:00.763Z[SUM] 5.00-6.00 sec 267 MBytes 2.24 Gbits/sec
31182026-03-13T04:10:00.763Z- - - - - - - - - - - - - - - - - - - - - - - - -
31192026-03-13T04:10:00.763Z[ 5] 6.00-7.00 sec 33.3 MBytes 280 Mbits/sec
31202026-03-13T04:10:00.763Z[ 7] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
31212026-03-13T04:10:00.763Z[ 9] 6.00-7.00 sec 33.3 MBytes 279 Mbits/sec
31222026-03-13T04:10:03.873Z[ 11] 6.00-7.00 sec 33.3 MBytes 279 Mbits/sec
31232026-03-13T04:10:03.873Z[ 13] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
31242026-03-13T04:10:03.873Z[ 15] 6.00-7.00 sec 33.3 MBytes 280 Mbits/sec
31252026-03-13T04:10:03.873Z[ 17] 6.00-7.00 sec 33.3 MBytes 279 Mbits/sec
31262026-03-13T04:10:03.873Z[ 19] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
31272026-03-13T04:10:03.873Z[SUM] 6.00-7.00 sec 267 MBytes 2.24 Gbits/sec
31282026-03-13T04:10:03.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
31292026-03-13T04:10:03.874Z[ 5] 7.00-8.00 sec 33.9 MBytes 284 Mbits/sec
31302026-03-13T04:10:03.874Z[ 7] 7.00-8.00 sec 33.9 MBytes 285 Mbits/sec
31312026-03-13T04:10:03.874Z[ 9] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
31322026-03-13T04:10:03.874Z[ 11] 7.00-8.00 sec 34.0 MBytes 286 Mbits/sec
31332026-03-13T04:10:03.874Z[ 13] 7.00-8.00 sec 33.9 MBytes 284 Mbits/sec
31342026-03-13T04:10:03.874Z[ 15] 7.00-8.00 sec 33.9 MBytes 285 Mbits/sec
31352026-03-13T04:10:03.874Z[ 17] 7.00-8.00 sec 33.9 MBytes 285 Mbits/sec
31362026-03-13T04:10:03.874Z[ 19] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
31372026-03-13T04:10:03.874Z[SUM] 7.00-8.00 sec 272 MBytes 2.28 Gbits/sec
31382026-03-13T04:10:03.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
31392026-03-13T04:10:03.874Z[ 5] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
31402026-03-13T04:10:03.874Z[ 7] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
31412026-03-13T04:10:03.874Z[ 9] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
31422026-03-13T04:10:03.874Z[ 11] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
31432026-03-13T04:10:03.874Z[ 13] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
31442026-03-13T04:10:03.874Z[ 15] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
31452026-03-13T04:10:03.874Z[ 17] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
31462026-03-13T04:10:03.874Z[ 19] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
31472026-03-13T04:10:03.874Z[SUM] 8.00-9.00 sec 268 MBytes 2.25 Gbits/sec
31482026-03-13T04:10:03.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
31492026-03-13T04:10:03.874Z[ 5] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
31502026-03-13T04:10:03.874Z[ 7] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
31512026-03-13T04:10:03.874Z[ 9] 9.00-10.00 sec 34.0 MBytes 285 Mbits/sec
31522026-03-13T04:10:03.874Z[ 11] 9.00-10.00 sec 33.9 MBytes 285 Mbits/sec
31532026-03-13T04:10:03.874Z[ 13] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
31542026-03-13T04:10:03.874Z[ 15] 9.00-10.00 sec 34.0 MBytes 285 Mbits/sec
31552026-03-13T04:10:03.874Z[ 17] 9.00-10.00 sec 33.9 MBytes 285 Mbits/sec
31562026-03-13T04:10:03.874Z[ 19] 9.00-10.00 sec 33.9 MBytes 285 Mbits/sec
31572026-03-13T04:10:03.874Z[SUM] 9.00-10.00 sec 271 MBytes 2.28 Gbits/sec
31582026-03-13T04:10:03.874Z- - - - - - - - - - - - - - - - - - - - - - - - -
31592026-03-13T04:10:03.874Z[ 5] 10.00-10.00 sec 126 KBytes 589 Mbits/sec
31602026-03-13T04:10:03.874Z[ 7] 10.00-10.00 sec 126 KBytes 589 Mbits/sec
31612026-03-13T04:10:03.874Z[ 9] 10.00-10.00 sec 85.9 KBytes 402 Mbits/sec
31622026-03-13T04:10:03.874Z[ 11] 10.00-10.00 sec 19.4 KBytes 91.1 Mbits/sec
31632026-03-13T04:10:03.875Z[ 13] 10.00-10.00 sec 124 KBytes 582 Mbits/sec
31642026-03-13T04:10:03.875Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
31652026-03-13T04:10:03.875Z[ 17] 10.00-10.00 sec 89.6 KBytes 420 Mbits/sec
31662026-03-13T04:10:03.875Z[ 19] 10.00-10.00 sec 126 KBytes 589 Mbits/sec
31672026-03-13T04:10:03.875Z[SUM] 10.00-10.00 sec 697 KBytes 3.26 Gbits/sec
31682026-03-13T04:10:03.875Z- - - - - - - - - - - - - - - - - - - - - - - - -
31692026-03-13T04:10:03.875Z[ ID] Interval Transfer Bandwidth
31702026-03-13T04:10:03.875Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31712026-03-13T04:10:03.875Z[ 5] 0.00-10.00 sec 327 MBytes 275 Mbits/sec receiver
31722026-03-13T04:10:03.875Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31732026-03-13T04:10:03.875Z[ 7] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
31742026-03-13T04:10:03.875Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31752026-03-13T04:10:03.875Z[ 9] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
31762026-03-13T04:10:03.875Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31772026-03-13T04:10:03.875Z[ 11] 0.00-10.00 sec 327 MBytes 275 Mbits/sec receiver
31782026-03-13T04:10:03.875Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31792026-03-13T04:10:03.875Z[ 13] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
31802026-03-13T04:10:03.875Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31812026-03-13T04:10:03.875Z[ 15] 0.00-10.00 sec 327 MBytes 274 Mbits/sec receiver
31822026-03-13T04:10:03.875Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31832026-03-13T04:10:03.875Z[ 17] 0.00-10.00 sec 327 MBytes 275 Mbits/sec receiver
31842026-03-13T04:10:03.875Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31852026-03-13T04:10:03.875Z[ 19] 0.00-10.00 sec 327 MBytes 275 Mbits/sec receiver
31862026-03-13T04:10:03.875Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
31872026-03-13T04:10:03.875Z[SUM] 0.00-10.00 sec 2.56 GBytes 2.20 Gbits/sec receiver
31882026-03-13T04:10:03.879ZRun 5/10...2197.776Mbps
31892026-03-13T04:10:10.900Z-----------------------------------------------------------
31902026-03-13T04:10:10.900ZServer listening on 5201
31912026-03-13T04:10:10.900Z-----------------------------------------------------------
31922026-03-13T04:10:10.900ZAccepted connection from 10.0.0.1, port 48681
31932026-03-13T04:10:10.900Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37937
31942026-03-13T04:10:10.900Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48690
31952026-03-13T04:10:10.900Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46882
31962026-03-13T04:10:10.900Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39888
31972026-03-13T04:10:10.900Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40957
31982026-03-13T04:10:10.900Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37709
31992026-03-13T04:10:10.900Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45770
32002026-03-13T04:10:10.901Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38910
32012026-03-13T04:10:10.901Z[ ID] Interval Transfer Bandwidth
32022026-03-13T04:10:10.901Z[ 5] 0.00-1.00 sec 23.8 MBytes 200 Mbits/sec
32032026-03-13T04:10:10.901Z[ 7] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
32042026-03-13T04:10:10.901Z[ 9] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
32052026-03-13T04:10:10.901Z[ 11] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
32062026-03-13T04:10:10.901Z[ 13] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
32072026-03-13T04:10:10.901Z[ 15] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
32082026-03-13T04:10:10.901Z[ 17] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
32092026-03-13T04:10:10.901Z[ 19] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
32102026-03-13T04:10:10.901Z[SUM] 0.00-1.00 sec 189 MBytes 1.59 Gbits/sec
32112026-03-13T04:10:10.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
32122026-03-13T04:10:10.901Z[ 5] 1.00-2.00 sec 34.0 MBytes 285 Mbits/sec
32132026-03-13T04:10:10.901Z[ 7] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
32142026-03-13T04:10:10.901Z[ 9] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
32152026-03-13T04:10:10.901Z[ 11] 1.00-2.00 sec 34.0 MBytes 285 Mbits/sec
32162026-03-13T04:10:10.901Z[ 13] 1.00-2.00 sec 34.0 MBytes 285 Mbits/sec
32172026-03-13T04:10:10.901Z[ 15] 1.00-2.00 sec 34.0 MBytes 285 Mbits/sec
32182026-03-13T04:10:10.901Z[ 17] 1.00-2.00 sec 34.0 MBytes 285 Mbits/sec
32192026-03-13T04:10:10.901Z[ 19] 1.00-2.00 sec 34.0 MBytes 285 Mbits/sec
32202026-03-13T04:10:10.901Z[SUM] 1.00-2.00 sec 272 MBytes 2.28 Gbits/sec
32212026-03-13T04:10:10.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
32222026-03-13T04:10:10.901Z[ 5] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
32232026-03-13T04:10:10.901Z[ 7] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
32242026-03-13T04:10:10.901Z[ 9] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
32252026-03-13T04:10:10.901Z[ 11] 2.00-3.00 sec 34.2 MBytes 287 Mbits/sec
32262026-03-13T04:10:10.901Z[ 13] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
32272026-03-13T04:10:10.901Z[ 15] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
32282026-03-13T04:10:10.901Z[ 17] 2.00-3.00 sec 34.2 MBytes 286 Mbits/sec
32292026-03-13T04:10:10.901Z[ 19] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
32302026-03-13T04:10:10.901Z[SUM] 2.00-3.00 sec 273 MBytes 2.29 Gbits/sec
32312026-03-13T04:10:10.901Z- - - - - - - - - - - - - - - - - - - - - - - - -
32322026-03-13T04:10:10.901Z[ 5] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
32332026-03-13T04:10:10.901Z[ 7] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
32342026-03-13T04:10:10.901Z[ 9] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
32352026-03-13T04:10:10.901Z[ 11] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
32362026-03-13T04:10:10.901Z[ 13] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
32372026-03-13T04:10:10.901Z[ 15] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
32382026-03-13T04:10:10.901Z[ 17] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
32392026-03-13T04:10:10.902Z[ 19] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
32402026-03-13T04:10:10.902Z[SUM] 3.00-4.00 sec 278 MBytes 2.33 Gbits/sec
32412026-03-13T04:10:10.902Z- - - - - - - - - - - - - - - - - - - - - - - - -
32422026-03-13T04:10:10.902Z[ 5] 4.00-5.00 sec 34.0 MBytes 285 Mbits/sec
32432026-03-13T04:10:10.902Z[ 7] 4.00-5.00 sec 34.0 MBytes 285 Mbits/sec
32442026-03-13T04:10:10.902Z[ 9] 4.00-5.00 sec 34.0 MBytes 285 Mbits/sec
32452026-03-13T04:10:10.902Z[ 11] 4.00-5.00 sec 34.1 MBytes 286 Mbits/sec
32462026-03-13T04:10:10.902Z[ 13] 4.00-5.00 sec 34.0 MBytes 285 Mbits/sec
32472026-03-13T04:10:10.902Z[ 15] 4.00-5.00 sec 34.1 MBytes 286 Mbits/sec
32482026-03-13T04:10:10.902Z[ 17] 4.00-5.00 sec 34.0 MBytes 285 Mbits/sec
32492026-03-13T04:10:10.902Z[ 19] 4.00-5.00 sec 34.0 MBytes 286 Mbits/sec
32502026-03-13T04:10:10.902Z[SUM] 4.00-5.00 sec 272 MBytes 2.28 Gbits/sec
32512026-03-13T04:10:10.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
32522026-03-13T04:10:10.905Z[ 5] 5.00-6.00 sec 33.4 MBytes 281 Mbits/sec
32532026-03-13T04:10:10.905Z[ 7] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
32542026-03-13T04:10:10.905Z[ 9] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
32552026-03-13T04:10:10.905Z[ 11] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32562026-03-13T04:10:10.905Z[ 13] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32572026-03-13T04:10:10.905Z[ 15] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32582026-03-13T04:10:10.905Z[ 17] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32592026-03-13T04:10:10.905Z[ 19] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
32602026-03-13T04:10:10.905Z[SUM] 5.00-6.00 sec 268 MBytes 2.25 Gbits/sec
32612026-03-13T04:10:10.905Z- - - - - - - - - - - - - - - - - - - - - - - - -
32622026-03-13T04:10:10.905Z[ 5] 6.00-7.00 sec 34.5 MBytes 289 Mbits/sec
32632026-03-13T04:10:10.905Z[ 7] 6.00-7.00 sec 34.4 MBytes 289 Mbits/sec
32642026-03-13T04:10:10.906Z[ 9] 6.00-7.00 sec 34.4 MBytes 289 Mbits/sec
32652026-03-13T04:10:14.039Z[ 11] 6.00-7.00 sec 34.5 MBytes 289 Mbits/sec
32662026-03-13T04:10:14.039Z[ 13] 6.00-7.00 sec 34.4 MBytes 289 Mbits/sec
32672026-03-13T04:10:14.039Z[ 15] 6.00-7.00 sec 34.4 MBytes 289 Mbits/sec
32682026-03-13T04:10:14.039Z[ 17] 6.00-7.00 sec 34.4 MBytes 289 Mbits/sec
32692026-03-13T04:10:14.039Z[ 19] 6.00-7.00 sec 34.4 MBytes 289 Mbits/sec
32702026-03-13T04:10:14.039Z[SUM] 6.00-7.00 sec 275 MBytes 2.31 Gbits/sec
32712026-03-13T04:10:14.039Z- - - - - - - - - - - - - - - - - - - - - - - - -
32722026-03-13T04:10:14.039Z[ 5] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
32732026-03-13T04:10:14.039Z[ 7] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
32742026-03-13T04:10:14.039Z[ 9] 7.00-8.00 sec 34.2 MBytes 287 Mbits/sec
32752026-03-13T04:10:14.039Z[ 11] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
32762026-03-13T04:10:14.039Z[ 13] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
32772026-03-13T04:10:14.039Z[ 15] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
32782026-03-13T04:10:14.039Z[ 17] 7.00-8.00 sec 34.1 MBytes 286 Mbits/sec
32792026-03-13T04:10:14.039Z[ 19] 7.00-8.00 sec 34.0 MBytes 286 Mbits/sec
32802026-03-13T04:10:14.040Z[SUM] 7.00-8.00 sec 273 MBytes 2.29 Gbits/sec
32812026-03-13T04:10:14.040Z- - - - - - - - - - - - - - - - - - - - - - - - -
32822026-03-13T04:10:14.040Z[ 5] 8.00-9.00 sec 33.3 MBytes 279 Mbits/sec
32832026-03-13T04:10:14.040Z[ 7] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
32842026-03-13T04:10:14.040Z[ 9] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
32852026-03-13T04:10:14.040Z[ 11] 8.00-9.00 sec 33.2 MBytes 279 Mbits/sec
32862026-03-13T04:10:14.040Z[ 13] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
32872026-03-13T04:10:14.040Z[ 15] 8.00-9.00 sec 33.3 MBytes 279 Mbits/sec
32882026-03-13T04:10:14.040Z[ 17] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
32892026-03-13T04:10:14.040Z[ 19] 8.00-9.00 sec 33.3 MBytes 279 Mbits/sec
32902026-03-13T04:10:14.043Z[SUM] 8.00-9.00 sec 266 MBytes 2.23 Gbits/sec
32912026-03-13T04:10:14.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
32922026-03-13T04:10:14.043Z[ 5] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
32932026-03-13T04:10:14.043Z[ 7] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
32942026-03-13T04:10:14.043Z[ 9] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
32952026-03-13T04:10:14.043Z[ 11] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
32962026-03-13T04:10:14.043Z[ 13] 9.00-10.00 sec 33.5 MBytes 281 Mbits/sec
32972026-03-13T04:10:14.043Z[ 15] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
32982026-03-13T04:10:14.043Z[ 17] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
32992026-03-13T04:10:14.043Z[ 19] 9.00-10.00 sec 33.6 MBytes 282 Mbits/sec
33002026-03-13T04:10:14.043Z[SUM] 9.00-10.00 sec 269 MBytes 2.25 Gbits/sec
33012026-03-13T04:10:14.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
33022026-03-13T04:10:14.043Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33032026-03-13T04:10:14.043Z[ 7] 10.00-10.00 sec 32.9 KBytes 178 Mbits/sec
33042026-03-13T04:10:14.043Z[ 9] 10.00-10.00 sec 32.9 KBytes 178 Mbits/sec
33052026-03-13T04:10:14.043Z[ 11] 10.00-10.00 sec 123 KBytes 666 Mbits/sec
33062026-03-13T04:10:14.043Z[ 13] 10.00-10.00 sec 116 KBytes 628 Mbits/sec
33072026-03-13T04:10:14.043Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
33082026-03-13T04:10:14.044Z[ 17] 10.00-10.00 sec 96.2 KBytes 520 Mbits/sec
33092026-03-13T04:10:14.044Z[ 19] 10.00-10.00 sec 21.6 KBytes 117 Mbits/sec
33102026-03-13T04:10:14.044Z[SUM] 10.00-10.00 sec 423 KBytes 2.28 Gbits/sec
33112026-03-13T04:10:14.044Z- - - - - - - - - - - - - - - - - - - - - - - - -
33122026-03-13T04:10:14.044Z[ ID] Interval Transfer Bandwidth
33132026-03-13T04:10:14.044Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33142026-03-13T04:10:14.044Z[ 5] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
33152026-03-13T04:10:14.044Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33162026-03-13T04:10:14.044Z[ 7] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
33172026-03-13T04:10:14.044Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33182026-03-13T04:10:14.044Z[ 9] 0.00-10.00 sec 330 MBytes 276 Mbits/sec receiver
33192026-03-13T04:10:14.044Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33202026-03-13T04:10:14.044Z[ 11] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
33212026-03-13T04:10:14.044Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33222026-03-13T04:10:14.044Z[ 13] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
33232026-03-13T04:10:14.044Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33242026-03-13T04:10:14.044Z[ 15] 0.00-10.00 sec 330 MBytes 276 Mbits/sec receiver
33252026-03-13T04:10:14.044Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33262026-03-13T04:10:14.044Z[ 17] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
33272026-03-13T04:10:14.044Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33282026-03-13T04:10:14.044Z[ 19] 0.00-10.00 sec 330 MBytes 276 Mbits/sec receiver
33292026-03-13T04:10:14.044Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
33302026-03-13T04:10:14.044Z[SUM] 0.00-10.00 sec 2.57 GBytes 2.21 Gbits/sec receiver
33312026-03-13T04:10:14.044ZRun 6/10...2211.155Mbps
33322026-03-13T04:10:21.042Z-----------------------------------------------------------
33332026-03-13T04:10:21.042ZServer listening on 5201
33342026-03-13T04:10:21.042Z-----------------------------------------------------------
33352026-03-13T04:10:21.042ZAccepted connection from 10.0.0.1, port 52392
33362026-03-13T04:10:21.042Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37853
33372026-03-13T04:10:21.042Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51027
33382026-03-13T04:10:21.042Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53816
33392026-03-13T04:10:21.042Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40408
33402026-03-13T04:10:21.042Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34029
33412026-03-13T04:10:21.042Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40130
33422026-03-13T04:10:21.042Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57939
33432026-03-13T04:10:21.042Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51780
33442026-03-13T04:10:21.042Z[ ID] Interval Transfer Bandwidth
33452026-03-13T04:10:21.042Z[ 5] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
33462026-03-13T04:10:21.042Z[ 7] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
33472026-03-13T04:10:21.042Z[ 9] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
33482026-03-13T04:10:21.042Z[ 11] 0.00-1.00 sec 22.9 MBytes 192 Mbits/sec
33492026-03-13T04:10:21.042Z[ 13] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
33502026-03-13T04:10:21.042Z[ 15] 0.00-1.00 sec 23.1 MBytes 194 Mbits/sec
33512026-03-13T04:10:21.042Z[ 17] 0.00-1.00 sec 23.1 MBytes 193 Mbits/sec
33522026-03-13T04:10:21.042Z[ 19] 0.00-1.00 sec 23.0 MBytes 193 Mbits/sec
33532026-03-13T04:10:21.042Z[SUM] 0.00-1.00 sec 184 MBytes 1.55 Gbits/sec
33542026-03-13T04:10:21.042Z- - - - - - - - - - - - - - - - - - - - - - - - -
33552026-03-13T04:10:21.042Z[ 5] 1.00-2.00 sec 34.7 MBytes 291 Mbits/sec
33562026-03-13T04:10:21.042Z[ 7] 1.00-2.00 sec 34.7 MBytes 291 Mbits/sec
33572026-03-13T04:10:21.042Z[ 9] 1.00-2.00 sec 34.8 MBytes 292 Mbits/sec
33582026-03-13T04:10:21.042Z[ 11] 1.00-2.00 sec 34.8 MBytes 292 Mbits/sec
33592026-03-13T04:10:21.042Z[ 13] 1.00-2.00 sec 34.6 MBytes 290 Mbits/sec
33602026-03-13T04:10:21.042Z[ 15] 1.00-2.00 sec 34.6 MBytes 290 Mbits/sec
33612026-03-13T04:10:21.042Z[ 17] 1.00-2.00 sec 34.6 MBytes 290 Mbits/sec
33622026-03-13T04:10:21.042Z[ 19] 1.00-2.00 sec 34.7 MBytes 291 Mbits/sec
33632026-03-13T04:10:21.042Z[SUM] 1.00-2.00 sec 278 MBytes 2.33 Gbits/sec
33642026-03-13T04:10:21.042Z- - - - - - - - - - - - - - - - - - - - - - - - -
33652026-03-13T04:10:21.043Z[ 5] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
33662026-03-13T04:10:21.043Z[ 7] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
33672026-03-13T04:10:21.043Z[ 9] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
33682026-03-13T04:10:21.043Z[ 11] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
33692026-03-13T04:10:21.043Z[ 13] 2.00-3.00 sec 34.2 MBytes 287 Mbits/sec
33702026-03-13T04:10:21.043Z[ 15] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
33712026-03-13T04:10:21.043Z[ 17] 2.00-3.00 sec 34.1 MBytes 286 Mbits/sec
33722026-03-13T04:10:21.043Z[ 19] 2.00-3.00 sec 34.0 MBytes 285 Mbits/sec
33732026-03-13T04:10:21.043Z[SUM] 2.00-3.00 sec 272 MBytes 2.29 Gbits/sec
33742026-03-13T04:10:21.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
33752026-03-13T04:10:21.043Z[ 5] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
33762026-03-13T04:10:21.043Z[ 7] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
33772026-03-13T04:10:21.043Z[ 9] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
33782026-03-13T04:10:21.043Z[ 11] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
33792026-03-13T04:10:21.043Z[ 13] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
33802026-03-13T04:10:21.043Z[ 15] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
33812026-03-13T04:10:21.043Z[ 17] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
33822026-03-13T04:10:21.043Z[ 19] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
33832026-03-13T04:10:21.043Z[SUM] 3.00-4.00 sec 270 MBytes 2.27 Gbits/sec
33842026-03-13T04:10:21.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
33852026-03-13T04:10:21.043Z[ 5] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
33862026-03-13T04:10:21.043Z[ 7] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
33872026-03-13T04:10:21.043Z[ 9] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
33882026-03-13T04:10:21.043Z[ 11] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
33892026-03-13T04:10:21.043Z[ 13] 4.00-5.00 sec 33.3 MBytes 279 Mbits/sec
33902026-03-13T04:10:21.043Z[ 15] 4.00-5.00 sec 33.3 MBytes 280 Mbits/sec
33912026-03-13T04:10:21.043Z[ 17] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
33922026-03-13T04:10:21.043Z[ 19] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
33932026-03-13T04:10:21.043Z[SUM] 4.00-5.00 sec 267 MBytes 2.24 Gbits/sec
33942026-03-13T04:10:21.043Z- - - - - - - - - - - - - - - - - - - - - - - - -
33952026-03-13T04:10:21.043Z[ 5] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
33962026-03-13T04:10:21.043Z[ 7] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
33972026-03-13T04:10:21.043Z[ 9] 5.00-6.00 sec 33.6 MBytes 282 Mbits/sec
33982026-03-13T04:10:21.043Z[ 11] 5.00-6.00 sec 33.6 MBytes 281 Mbits/sec
33992026-03-13T04:10:21.043Z[ 13] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
34002026-03-13T04:10:21.043Z[ 15] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
34012026-03-13T04:10:21.043Z[ 17] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
34022026-03-13T04:10:21.043Z[ 19] 5.00-6.00 sec 33.6 MBytes 281 Mbits/sec
34032026-03-13T04:10:21.043Z[SUM] 5.00-6.00 sec 269 MBytes 2.25 Gbits/sec
34042026-03-13T04:10:21.044Z- - - - - - - - - - - - - - - - - - - - - - - - -
34052026-03-13T04:10:21.044Z[ 5] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
34062026-03-13T04:10:21.044Z[ 7] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
34072026-03-13T04:10:21.044Z[ 9] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
34082026-03-13T04:10:24.154Z[ 11] 6.00-7.00 sec 34.4 MBytes 288 Mbits/sec
34092026-03-13T04:10:24.154Z[ 13] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
34102026-03-13T04:10:24.154Z[ 15] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
34112026-03-13T04:10:24.154Z[ 17] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
34122026-03-13T04:10:24.154Z[ 19] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
34132026-03-13T04:10:24.154Z[SUM] 6.00-7.00 sec 275 MBytes 2.30 Gbits/sec
34142026-03-13T04:10:24.154Z- - - - - - - - - - - - - - - - - - - - - - - - -
34152026-03-13T04:10:24.154Z[ 5] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
34162026-03-13T04:10:24.154Z[ 7] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
34172026-03-13T04:10:24.154Z[ 9] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
34182026-03-13T04:10:24.154Z[ 11] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
34192026-03-13T04:10:24.154Z[ 13] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
34202026-03-13T04:10:24.154Z[ 15] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
34212026-03-13T04:10:24.154Z[ 17] 7.00-8.00 sec 34.0 MBytes 285 Mbits/sec
34222026-03-13T04:10:24.155Z[ 19] 7.00-8.00 sec 33.9 MBytes 285 Mbits/sec
34232026-03-13T04:10:24.155Z[SUM] 7.00-8.00 sec 272 MBytes 2.28 Gbits/sec
34242026-03-13T04:10:24.155Z- - - - - - - - - - - - - - - - - - - - - - - - -
34252026-03-13T04:10:24.155Z[ 5] 8.00-9.00 sec 34.0 MBytes 286 Mbits/sec
34262026-03-13T04:10:24.155Z[ 7] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
34272026-03-13T04:10:24.155Z[ 9] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
34282026-03-13T04:10:24.155Z[ 11] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
34292026-03-13T04:10:24.155Z[ 13] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
34302026-03-13T04:10:24.155Z[ 15] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
34312026-03-13T04:10:24.155Z[ 17] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
34322026-03-13T04:10:24.155Z[ 19] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
34332026-03-13T04:10:24.155Z[SUM] 8.00-9.00 sec 272 MBytes 2.28 Gbits/sec
34342026-03-13T04:10:24.155Z- - - - - - - - - - - - - - - - - - - - - - - - -
34352026-03-13T04:10:24.155Z[ 5] 9.00-10.00 sec 34.1 MBytes 286 Mbits/sec
34362026-03-13T04:10:24.155Z[ 7] 9.00-10.00 sec 34.2 MBytes 286 Mbits/sec
34372026-03-13T04:10:24.155Z[ 9] 9.00-10.00 sec 34.1 MBytes 286 Mbits/sec
34382026-03-13T04:10:24.155Z[ 11] 9.00-10.00 sec 34.1 MBytes 286 Mbits/sec
34392026-03-13T04:10:24.155Z[ 13] 9.00-10.00 sec 34.1 MBytes 286 Mbits/sec
34402026-03-13T04:10:24.155Z[ 15] 9.00-10.00 sec 34.1 MBytes 286 Mbits/sec
34412026-03-13T04:10:24.155Z[ 17] 9.00-10.00 sec 34.1 MBytes 286 Mbits/sec
34422026-03-13T04:10:24.155Z[ 19] 9.00-10.00 sec 34.1 MBytes 286 Mbits/sec
34432026-03-13T04:10:24.155Z[SUM] 9.00-10.00 sec 273 MBytes 2.29 Gbits/sec
34442026-03-13T04:10:24.155Z- - - - - - - - - - - - - - - - - - - - - - - - -
34452026-03-13T04:10:24.155Z[ 5] 10.00-10.00 sec 76.2 KBytes 397 Mbits/sec
34462026-03-13T04:10:24.155Z[ 7] 10.00-10.00 sec 63.6 KBytes 332 Mbits/sec
34472026-03-13T04:10:24.155Z[ 9] 10.00-10.00 sec 126 KBytes 656 Mbits/sec
34482026-03-13T04:10:24.155Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34492026-03-13T04:10:24.155Z[ 13] 10.00-10.00 sec 93.0 KBytes 484 Mbits/sec
34502026-03-13T04:10:24.155Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
34512026-03-13T04:10:24.155Z[ 17] 10.00-10.00 sec 53.6 KBytes 279 Mbits/sec
34522026-03-13T04:10:24.155Z[ 19] 10.00-10.00 sec 64.7 KBytes 337 Mbits/sec
34532026-03-13T04:10:24.155Z[SUM] 10.00-10.00 sec 477 KBytes 2.48 Gbits/sec
34542026-03-13T04:10:24.155Z- - - - - - - - - - - - - - - - - - - - - - - - -
34552026-03-13T04:10:24.155Z[ ID] Interval Transfer Bandwidth
34562026-03-13T04:10:24.155Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34572026-03-13T04:10:24.155Z[ 5] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34582026-03-13T04:10:24.155Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34592026-03-13T04:10:24.155Z[ 7] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34602026-03-13T04:10:24.155Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34612026-03-13T04:10:24.156Z[ 9] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34622026-03-13T04:10:24.156Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34632026-03-13T04:10:24.156Z[ 11] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34642026-03-13T04:10:24.156Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34652026-03-13T04:10:24.156Z[ 13] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34662026-03-13T04:10:24.156Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34672026-03-13T04:10:24.156Z[ 15] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34682026-03-13T04:10:24.156Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34692026-03-13T04:10:24.156Z[ 17] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34702026-03-13T04:10:24.156Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34712026-03-13T04:10:24.156Z[ 19] 0.00-10.00 sec 329 MBytes 276 Mbits/sec receiver
34722026-03-13T04:10:24.156Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
34732026-03-13T04:10:24.156Z[SUM] 0.00-10.00 sec 2.57 GBytes 2.21 Gbits/sec receiver
34742026-03-13T04:10:24.159ZRun 7/10...2208.298Mbps
34752026-03-13T04:10:31.181Z-----------------------------------------------------------
34762026-03-13T04:10:31.181ZServer listening on 5201
34772026-03-13T04:10:31.181Z-----------------------------------------------------------
34782026-03-13T04:10:31.181ZAccepted connection from 10.0.0.1, port 36435
34792026-03-13T04:10:31.181Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41490
34802026-03-13T04:10:31.181Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54107
34812026-03-13T04:10:31.182Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45753
34822026-03-13T04:10:31.182Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62391
34832026-03-13T04:10:31.182Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37088
34842026-03-13T04:10:31.182Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51225
34852026-03-13T04:10:31.182Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58502
34862026-03-13T04:10:31.182Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34459
34872026-03-13T04:10:31.182Z[ ID] Interval Transfer Bandwidth
34882026-03-13T04:10:31.182Z[ 5] 0.00-1.00 sec 23.4 MBytes 196 Mbits/sec
34892026-03-13T04:10:31.182Z[ 7] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
34902026-03-13T04:10:31.182Z[ 9] 0.00-1.00 sec 23.4 MBytes 196 Mbits/sec
34912026-03-13T04:10:31.182Z[ 11] 0.00-1.00 sec 23.3 MBytes 196 Mbits/sec
34922026-03-13T04:10:31.182Z[ 13] 0.00-1.00 sec 23.3 MBytes 196 Mbits/sec
34932026-03-13T04:10:31.182Z[ 15] 0.00-1.00 sec 23.3 MBytes 196 Mbits/sec
34942026-03-13T04:10:31.182Z[ 17] 0.00-1.00 sec 23.2 MBytes 195 Mbits/sec
34952026-03-13T04:10:31.182Z[ 19] 0.00-1.00 sec 23.3 MBytes 196 Mbits/sec
34962026-03-13T04:10:31.182Z[SUM] 0.00-1.00 sec 187 MBytes 1.57 Gbits/sec
34972026-03-13T04:10:31.182Z- - - - - - - - - - - - - - - - - - - - - - - - -
34982026-03-13T04:10:31.182Z[ 5] 1.00-2.00 sec 33.0 MBytes 276 Mbits/sec
34992026-03-13T04:10:31.182Z[ 7] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
35002026-03-13T04:10:31.182Z[ 9] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
35012026-03-13T04:10:31.182Z[ 11] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
35022026-03-13T04:10:31.182Z[ 13] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
35032026-03-13T04:10:31.182Z[ 15] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
35042026-03-13T04:10:31.182Z[ 17] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
35052026-03-13T04:10:31.182Z[ 19] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
35062026-03-13T04:10:31.182Z[SUM] 1.00-2.00 sec 264 MBytes 2.21 Gbits/sec
35072026-03-13T04:10:31.182Z- - - - - - - - - - - - - - - - - - - - - - - - -
35082026-03-13T04:10:31.182Z[ 5] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
35092026-03-13T04:10:31.182Z[ 7] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
35102026-03-13T04:10:31.182Z[ 9] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
35112026-03-13T04:10:31.182Z[ 11] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
35122026-03-13T04:10:31.182Z[ 13] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
35132026-03-13T04:10:31.182Z[ 15] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
35142026-03-13T04:10:31.182Z[ 17] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
35152026-03-13T04:10:31.182Z[ 19] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
35162026-03-13T04:10:31.182Z[SUM] 2.00-3.00 sec 265 MBytes 2.23 Gbits/sec
35172026-03-13T04:10:31.182Z- - - - - - - - - - - - - - - - - - - - - - - - -
35182026-03-13T04:10:31.182Z[ 5] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
35192026-03-13T04:10:31.183Z[ 7] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
35202026-03-13T04:10:31.183Z[ 9] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
35212026-03-13T04:10:31.183Z[ 11] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
35222026-03-13T04:10:31.183Z[ 13] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
35232026-03-13T04:10:31.183Z[ 15] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
35242026-03-13T04:10:31.183Z[ 17] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
35252026-03-13T04:10:31.183Z[ 19] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
35262026-03-13T04:10:31.187Z[SUM] 3.00-4.00 sec 270 MBytes 2.27 Gbits/sec
35272026-03-13T04:10:31.187Z- - - - - - - - - - - - - - - - - - - - - - - - -
35282026-03-13T04:10:31.187Z[ 5] 4.00-5.00 sec 33.4 MBytes 281 Mbits/sec
35292026-03-13T04:10:31.187Z[ 7] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
35302026-03-13T04:10:31.187Z[ 9] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
35312026-03-13T04:10:31.187Z[ 11] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
35322026-03-13T04:10:31.187Z[ 13] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
35332026-03-13T04:10:31.187Z[ 15] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
35342026-03-13T04:10:31.187Z[ 17] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
35352026-03-13T04:10:31.187Z[ 19] 4.00-5.00 sec 33.4 MBytes 280 Mbits/sec
35362026-03-13T04:10:31.187Z[SUM] 4.00-5.00 sec 267 MBytes 2.24 Gbits/sec
35372026-03-13T04:10:31.187Z- - - - - - - - - - - - - - - - - - - - - - - - -
35382026-03-13T04:10:31.187Z[ 5] 5.00-6.00 sec 33.4 MBytes 281 Mbits/sec
35392026-03-13T04:10:31.187Z[ 7] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
35402026-03-13T04:10:31.187Z[ 9] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
35412026-03-13T04:10:31.187Z[ 11] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
35422026-03-13T04:10:31.187Z[ 13] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
35432026-03-13T04:10:31.187Z[ 15] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
35442026-03-13T04:10:31.187Z[ 17] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
35452026-03-13T04:10:31.187Z[ 19] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
35462026-03-13T04:10:31.187Z[SUM] 5.00-6.00 sec 268 MBytes 2.25 Gbits/sec
35472026-03-13T04:10:31.187Z- - - - - - - - - - - - - - - - - - - - - - - - -
35482026-03-13T04:10:31.187Z[ 5] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
35492026-03-13T04:10:31.187Z[ 7] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
35502026-03-13T04:10:31.187Z[ 9] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
35512026-03-13T04:10:34.295Z[ 11] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
35522026-03-13T04:10:34.295Z[ 13] 6.00-7.00 sec 33.9 MBytes 285 Mbits/sec
35532026-03-13T04:10:34.295Z[ 15] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
35542026-03-13T04:10:34.295Z[ 17] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
35552026-03-13T04:10:34.295Z[ 19] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
35562026-03-13T04:10:34.295Z[SUM] 6.00-7.00 sec 272 MBytes 2.28 Gbits/sec
35572026-03-13T04:10:34.295Z- - - - - - - - - - - - - - - - - - - - - - - - -
35582026-03-13T04:10:34.295Z[ 5] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
35592026-03-13T04:10:34.295Z[ 7] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
35602026-03-13T04:10:34.295Z[ 9] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
35612026-03-13T04:10:34.295Z[ 11] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
35622026-03-13T04:10:34.295Z[ 13] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
35632026-03-13T04:10:34.295Z[ 15] 7.00-8.00 sec 33.4 MBytes 281 Mbits/sec
35642026-03-13T04:10:34.295Z[ 17] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
35652026-03-13T04:10:34.295Z[ 19] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
35662026-03-13T04:10:34.295Z[SUM] 7.00-8.00 sec 268 MBytes 2.25 Gbits/sec
35672026-03-13T04:10:34.295Z- - - - - - - - - - - - - - - - - - - - - - - - -
35682026-03-13T04:10:34.295Z[ 5] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
35692026-03-13T04:10:34.296Z[ 7] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
35702026-03-13T04:10:34.296Z[ 9] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
35712026-03-13T04:10:34.296Z[ 11] 8.00-9.00 sec 33.9 MBytes 285 Mbits/sec
35722026-03-13T04:10:34.296Z[ 13] 8.00-9.00 sec 34.0 MBytes 286 Mbits/sec
35732026-03-13T04:10:34.296Z[ 15] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
35742026-03-13T04:10:34.296Z[ 17] 8.00-9.00 sec 34.0 MBytes 285 Mbits/sec
35752026-03-13T04:10:34.296Z[ 19] 8.00-9.00 sec 34.1 MBytes 286 Mbits/sec
35762026-03-13T04:10:34.296Z[SUM] 8.00-9.00 sec 272 MBytes 2.28 Gbits/sec
35772026-03-13T04:10:34.296Z- - - - - - - - - - - - - - - - - - - - - - - - -
35782026-03-13T04:10:34.296Z[ 5] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
35792026-03-13T04:10:34.296Z[ 7] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
35802026-03-13T04:10:34.296Z[ 9] 9.00-10.00 sec 34.0 MBytes 286 Mbits/sec
35812026-03-13T04:10:34.296Z[ 11] 9.00-10.00 sec 34.0 MBytes 286 Mbits/sec
35822026-03-13T04:10:34.296Z[ 13] 9.00-10.00 sec 34.0 MBytes 285 Mbits/sec
35832026-03-13T04:10:34.296Z[ 15] 9.00-10.00 sec 34.0 MBytes 285 Mbits/sec
35842026-03-13T04:10:34.296Z[ 17] 9.00-10.00 sec 34.0 MBytes 285 Mbits/sec
35852026-03-13T04:10:34.296Z[ 19] 9.00-10.00 sec 33.9 MBytes 285 Mbits/sec
35862026-03-13T04:10:34.296Z[SUM] 9.00-10.00 sec 272 MBytes 2.28 Gbits/sec
35872026-03-13T04:10:34.296Z- - - - - - - - - - - - - - - - - - - - - - - - -
35882026-03-13T04:10:34.296Z[ 5] 10.00-10.00 sec 96.2 KBytes 435 Mbits/sec
35892026-03-13T04:10:34.296Z[ 7] 10.00-10.00 sec 126 KBytes 569 Mbits/sec
35902026-03-13T04:10:34.296Z[ 9] 10.00-10.00 sec 52.5 KBytes 237 Mbits/sec
35912026-03-13T04:10:34.296Z[ 11] 10.00-10.00 sec 125 KBytes 565 Mbits/sec
35922026-03-13T04:10:34.296Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35932026-03-13T04:10:34.296Z[ 15] 10.00-10.00 sec 120 KBytes 545 Mbits/sec
35942026-03-13T04:10:34.296Z[ 17] 10.00-10.00 sec 40.1 KBytes 182 Mbits/sec
35952026-03-13T04:10:34.296Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
35962026-03-13T04:10:34.296Z[SUM] 10.00-10.00 sec 560 KBytes 2.53 Gbits/sec
35972026-03-13T04:10:34.296Z- - - - - - - - - - - - - - - - - - - - - - - - -
35982026-03-13T04:10:34.296Z[ ID] Interval Transfer Bandwidth
35992026-03-13T04:10:34.296Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36002026-03-13T04:10:34.296Z[ 5] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36012026-03-13T04:10:34.296Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36022026-03-13T04:10:34.296Z[ 7] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36032026-03-13T04:10:34.296Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36042026-03-13T04:10:34.296Z[ 9] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36052026-03-13T04:10:34.296Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36062026-03-13T04:10:34.296Z[ 11] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36072026-03-13T04:10:34.297Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36082026-03-13T04:10:34.297Z[ 13] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36092026-03-13T04:10:34.297Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36102026-03-13T04:10:34.297Z[ 15] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36112026-03-13T04:10:34.297Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36122026-03-13T04:10:34.297Z[ 17] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36132026-03-13T04:10:34.297Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36142026-03-13T04:10:34.297Z[ 19] 0.00-10.00 sec 326 MBytes 273 Mbits/sec receiver
36152026-03-13T04:10:34.297Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
36162026-03-13T04:10:34.297Z[SUM] 0.00-10.00 sec 2.55 GBytes 2.19 Gbits/sec receiver
36172026-03-13T04:10:34.300ZRun 8/10...2186.273Mbps
36182026-03-13T04:10:41.322Z-----------------------------------------------------------
36192026-03-13T04:10:41.322ZServer listening on 5201
36202026-03-13T04:10:41.322Z-----------------------------------------------------------
36212026-03-13T04:10:41.322ZAccepted connection from 10.0.0.1, port 40094
36222026-03-13T04:10:41.322Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41810
36232026-03-13T04:10:41.322Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48341
36242026-03-13T04:10:41.322Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60488
36252026-03-13T04:10:41.322Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62457
36262026-03-13T04:10:41.322Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53821
36272026-03-13T04:10:41.322Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52332
36282026-03-13T04:10:41.322Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33841
36292026-03-13T04:10:41.322Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33601
36302026-03-13T04:10:41.322Z[ ID] Interval Transfer Bandwidth
36312026-03-13T04:10:41.322Z[ 5] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
36322026-03-13T04:10:41.322Z[ 7] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
36332026-03-13T04:10:41.322Z[ 9] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36342026-03-13T04:10:41.322Z[ 11] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
36352026-03-13T04:10:41.322Z[ 13] 0.00-1.00 sec 23.5 MBytes 197 Mbits/sec
36362026-03-13T04:10:41.322Z[ 15] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
36372026-03-13T04:10:41.322Z[ 17] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
36382026-03-13T04:10:41.322Z[ 19] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
36392026-03-13T04:10:41.322Z[SUM] 0.00-1.00 sec 189 MBytes 1.58 Gbits/sec
36402026-03-13T04:10:41.323Z- - - - - - - - - - - - - - - - - - - - - - - - -
36412026-03-13T04:10:41.323Z[ 5] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36422026-03-13T04:10:41.323Z[ 7] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36432026-03-13T04:10:41.323Z[ 9] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36442026-03-13T04:10:41.323Z[ 11] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36452026-03-13T04:10:41.323Z[ 13] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36462026-03-13T04:10:41.323Z[ 15] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36472026-03-13T04:10:41.323Z[ 17] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36482026-03-13T04:10:41.323Z[ 19] 1.00-2.00 sec 34.1 MBytes 286 Mbits/sec
36492026-03-13T04:10:41.323Z[SUM] 1.00-2.00 sec 273 MBytes 2.29 Gbits/sec
36502026-03-13T04:10:41.323Z- - - - - - - - - - - - - - - - - - - - - - - - -
36512026-03-13T04:10:41.323Z[ 5] 2.00-3.00 sec 34.3 MBytes 287 Mbits/sec
36522026-03-13T04:10:41.323Z[ 7] 2.00-3.00 sec 34.4 MBytes 288 Mbits/sec
36532026-03-13T04:10:41.323Z[ 9] 2.00-3.00 sec 34.4 MBytes 289 Mbits/sec
36542026-03-13T04:10:41.323Z[ 11] 2.00-3.00 sec 34.4 MBytes 288 Mbits/sec
36552026-03-13T04:10:41.323Z[ 13] 2.00-3.00 sec 34.3 MBytes 287 Mbits/sec
36562026-03-13T04:10:41.323Z[ 15] 2.00-3.00 sec 34.3 MBytes 288 Mbits/sec
36572026-03-13T04:10:41.323Z[ 17] 2.00-3.00 sec 34.3 MBytes 287 Mbits/sec
36582026-03-13T04:10:41.323Z[ 19] 2.00-3.00 sec 34.3 MBytes 288 Mbits/sec
36592026-03-13T04:10:41.323Z[SUM] 2.00-3.00 sec 274 MBytes 2.30 Gbits/sec
36602026-03-13T04:10:41.323Z- - - - - - - - - - - - - - - - - - - - - - - - -
36612026-03-13T04:10:41.323Z[ 5] 3.00-4.00 sec 34.5 MBytes 290 Mbits/sec
36622026-03-13T04:10:41.323Z[ 7] 3.00-4.00 sec 34.5 MBytes 289 Mbits/sec
36632026-03-13T04:10:41.323Z[ 9] 3.00-4.00 sec 34.5 MBytes 289 Mbits/sec
36642026-03-13T04:10:41.323Z[ 11] 3.00-4.00 sec 34.5 MBytes 289 Mbits/sec
36652026-03-13T04:10:41.323Z[ 13] 3.00-4.00 sec 34.5 MBytes 289 Mbits/sec
36662026-03-13T04:10:41.323Z[ 15] 3.00-4.00 sec 34.5 MBytes 289 Mbits/sec
36672026-03-13T04:10:41.323Z[ 17] 3.00-4.00 sec 34.5 MBytes 289 Mbits/sec
36682026-03-13T04:10:41.323Z[ 19] 3.00-4.00 sec 34.4 MBytes 289 Mbits/sec
36692026-03-13T04:10:41.323Z[SUM] 3.00-4.00 sec 276 MBytes 2.31 Gbits/sec
36702026-03-13T04:10:41.323Z- - - - - - - - - - - - - - - - - - - - - - - - -
36712026-03-13T04:10:41.323Z[ 5] 4.00-5.00 sec 34.5 MBytes 290 Mbits/sec
36722026-03-13T04:10:41.323Z[ 7] 4.00-5.00 sec 34.5 MBytes 290 Mbits/sec
36732026-03-13T04:10:41.323Z[ 9] 4.00-5.00 sec 34.5 MBytes 290 Mbits/sec
36742026-03-13T04:10:41.323Z[ 11] 4.00-5.00 sec 34.5 MBytes 289 Mbits/sec
36752026-03-13T04:10:41.323Z[ 13] 4.00-5.00 sec 34.5 MBytes 290 Mbits/sec
36762026-03-13T04:10:41.323Z[ 15] 4.00-5.00 sec 34.5 MBytes 289 Mbits/sec
36772026-03-13T04:10:41.323Z[ 17] 4.00-5.00 sec 34.5 MBytes 289 Mbits/sec
36782026-03-13T04:10:41.323Z[ 19] 4.00-5.00 sec 34.5 MBytes 290 Mbits/sec
36792026-03-13T04:10:41.324Z[SUM] 4.00-5.00 sec 276 MBytes 2.32 Gbits/sec
36802026-03-13T04:10:41.324Z- - - - - - - - - - - - - - - - - - - - - - - - -
36812026-03-13T04:10:41.324Z[ 5] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
36822026-03-13T04:10:41.324Z[ 7] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
36832026-03-13T04:10:41.324Z[ 9] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
36842026-03-13T04:10:41.324Z[ 11] 5.00-6.00 sec 33.6 MBytes 281 Mbits/sec
36852026-03-13T04:10:41.324Z[ 13] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
36862026-03-13T04:10:41.324Z[ 15] 5.00-6.00 sec 33.6 MBytes 281 Mbits/sec
36872026-03-13T04:10:41.324Z[ 17] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
36882026-03-13T04:10:41.324Z[ 19] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
36892026-03-13T04:10:41.324Z[SUM] 5.00-6.00 sec 268 MBytes 2.25 Gbits/sec
36902026-03-13T04:10:41.324Z- - - - - - - - - - - - - - - - - - - - - - - - -
36912026-03-13T04:10:41.324Z[ 5] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
36922026-03-13T04:10:41.324Z[ 7] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
36932026-03-13T04:10:41.324Z[ 9] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
36942026-03-13T04:10:44.435Z[ 11] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
36952026-03-13T04:10:44.435Z[ 13] 6.00-7.00 sec 34.1 MBytes 286 Mbits/sec
36962026-03-13T04:10:44.435Z[ 15] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
36972026-03-13T04:10:44.435Z[ 17] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
36982026-03-13T04:10:44.435Z[ 19] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
36992026-03-13T04:10:44.435Z[SUM] 6.00-7.00 sec 272 MBytes 2.28 Gbits/sec
37002026-03-13T04:10:44.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
37012026-03-13T04:10:44.435Z[ 5] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
37022026-03-13T04:10:44.435Z[ 7] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
37032026-03-13T04:10:44.435Z[ 9] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
37042026-03-13T04:10:44.435Z[ 11] 7.00-8.00 sec 33.8 MBytes 284 Mbits/sec
37052026-03-13T04:10:44.435Z[ 13] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
37062026-03-13T04:10:44.435Z[ 15] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
37072026-03-13T04:10:44.435Z[ 17] 7.00-8.00 sec 33.8 MBytes 284 Mbits/sec
37082026-03-13T04:10:44.435Z[ 19] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
37092026-03-13T04:10:44.435Z[SUM] 7.00-8.00 sec 270 MBytes 2.27 Gbits/sec
37102026-03-13T04:10:44.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
37112026-03-13T04:10:44.435Z[ 5] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
37122026-03-13T04:10:44.435Z[ 7] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
37132026-03-13T04:10:44.435Z[ 9] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
37142026-03-13T04:10:44.435Z[ 11] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
37152026-03-13T04:10:44.435Z[ 13] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
37162026-03-13T04:10:44.435Z[ 15] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
37172026-03-13T04:10:44.435Z[ 17] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
37182026-03-13T04:10:44.435Z[ 19] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
37192026-03-13T04:10:44.435Z[SUM] 8.00-9.00 sec 271 MBytes 2.27 Gbits/sec
37202026-03-13T04:10:44.435Z- - - - - - - - - - - - - - - - - - - - - - - - -
37212026-03-13T04:10:44.435Z[ 5] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
37222026-03-13T04:10:44.435Z[ 7] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
37232026-03-13T04:10:44.435Z[ 9] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
37242026-03-13T04:10:44.435Z[ 11] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
37252026-03-13T04:10:44.435Z[ 13] 9.00-10.00 sec 33.7 MBytes 283 Mbits/sec
37262026-03-13T04:10:44.435Z[ 15] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
37272026-03-13T04:10:44.435Z[ 17] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
37282026-03-13T04:10:44.435Z[ 19] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
37292026-03-13T04:10:44.435Z[SUM] 9.00-10.00 sec 270 MBytes 2.27 Gbits/sec
37302026-03-13T04:10:44.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
37312026-03-13T04:10:44.436Z[ 5] 10.00-10.00 sec 86.4 KBytes 380 Mbits/sec
37322026-03-13T04:10:44.436Z[ 7] 10.00-10.00 sec 126 KBytes 554 Mbits/sec
37332026-03-13T04:10:44.436Z[ 9] 10.00-10.00 sec 124 KBytes 547 Mbits/sec
37342026-03-13T04:10:44.436Z[ 11] 10.00-10.00 sec 29.7 KBytes 131 Mbits/sec
37352026-03-13T04:10:44.436Z[ 13] 10.00-10.00 sec 48.1 KBytes 212 Mbits/sec
37362026-03-13T04:10:44.436Z[ 15] 10.00-10.00 sec 1.06 KBytes 4.66 Mbits/sec
37372026-03-13T04:10:44.436Z[ 17] 10.00-10.00 sec 124 KBytes 547 Mbits/sec
37382026-03-13T04:10:44.436Z[ 19] 10.00-10.00 sec 51.3 KBytes 226 Mbits/sec
37392026-03-13T04:10:44.436Z[SUM] 10.00-10.00 sec 591 KBytes 2.60 Gbits/sec
37402026-03-13T04:10:44.436Z- - - - - - - - - - - - - - - - - - - - - - - - -
37412026-03-13T04:10:44.436Z[ ID] Interval Transfer Bandwidth
37422026-03-13T04:10:44.436Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37432026-03-13T04:10:44.436Z[ 5] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37442026-03-13T04:10:44.436Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37452026-03-13T04:10:44.436Z[ 7] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37462026-03-13T04:10:44.436Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37472026-03-13T04:10:44.436Z[ 9] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37482026-03-13T04:10:44.436Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37492026-03-13T04:10:44.436Z[ 11] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37502026-03-13T04:10:44.436Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37512026-03-13T04:10:44.436Z[ 13] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37522026-03-13T04:10:44.436Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37532026-03-13T04:10:44.436Z[ 15] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37542026-03-13T04:10:44.436Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37552026-03-13T04:10:44.436Z[ 17] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37562026-03-13T04:10:44.436Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37572026-03-13T04:10:44.436Z[ 19] 0.00-10.00 sec 330 MBytes 277 Mbits/sec receiver
37582026-03-13T04:10:44.436Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
37592026-03-13T04:10:44.436Z[SUM] 0.00-10.00 sec 2.58 GBytes 2.21 Gbits/sec receiver
37602026-03-13T04:10:44.440ZRun 9/10...2214.571Mbps
37612026-03-13T04:10:51.476Z-----------------------------------------------------------
37622026-03-13T04:10:51.476ZServer listening on 5201
37632026-03-13T04:10:51.476Z-----------------------------------------------------------
37642026-03-13T04:10:51.476ZAccepted connection from 10.0.0.1, port 55537
37652026-03-13T04:10:51.476Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46930
37662026-03-13T04:10:51.476Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48836
37672026-03-13T04:10:51.476Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34036
37682026-03-13T04:10:51.476Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34446
37692026-03-13T04:10:51.476Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41360
37702026-03-13T04:10:51.476Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54385
37712026-03-13T04:10:51.476Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41564
37722026-03-13T04:10:51.476Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62263
37732026-03-13T04:10:51.476Z[ ID] Interval Transfer Bandwidth
37742026-03-13T04:10:51.476Z[ 5] 0.00-1.00 sec 23.8 MBytes 199 Mbits/sec
37752026-03-13T04:10:51.476Z[ 7] 0.00-1.00 sec 23.7 MBytes 198 Mbits/sec
37762026-03-13T04:10:51.476Z[ 9] 0.00-1.00 sec 23.7 MBytes 198 Mbits/sec
37772026-03-13T04:10:51.476Z[ 11] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
37782026-03-13T04:10:51.476Z[ 13] 0.00-1.00 sec 23.7 MBytes 199 Mbits/sec
37792026-03-13T04:10:51.476Z[ 15] 0.00-1.00 sec 23.6 MBytes 198 Mbits/sec
37802026-03-13T04:10:51.476Z[ 17] 0.00-1.00 sec 23.7 MBytes 198 Mbits/sec
37812026-03-13T04:10:51.476Z[ 19] 0.00-1.00 sec 23.7 MBytes 198 Mbits/sec
37822026-03-13T04:10:51.476Z[SUM] 0.00-1.00 sec 189 MBytes 1.59 Gbits/sec
37832026-03-13T04:10:51.476Z- - - - - - - - - - - - - - - - - - - - - - - - -
37842026-03-13T04:10:51.476Z[ 5] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
37852026-03-13T04:10:51.476Z[ 7] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
37862026-03-13T04:10:51.477Z[ 9] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
37872026-03-13T04:10:51.477Z[ 11] 1.00-2.00 sec 33.9 MBytes 285 Mbits/sec
37882026-03-13T04:10:51.477Z[ 13] 1.00-2.00 sec 34.0 MBytes 285 Mbits/sec
37892026-03-13T04:10:51.477Z[ 15] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
37902026-03-13T04:10:51.477Z[ 17] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
37912026-03-13T04:10:51.477Z[ 19] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
37922026-03-13T04:10:51.477Z[SUM] 1.00-2.00 sec 271 MBytes 2.27 Gbits/sec
37932026-03-13T04:10:51.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
37942026-03-13T04:10:51.477Z[ 5] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
37952026-03-13T04:10:51.477Z[ 7] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
37962026-03-13T04:10:51.477Z[ 9] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
37972026-03-13T04:10:51.477Z[ 11] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
37982026-03-13T04:10:51.477Z[ 13] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
37992026-03-13T04:10:51.477Z[ 15] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
38002026-03-13T04:10:51.477Z[ 17] 2.00-3.00 sec 33.6 MBytes 281 Mbits/sec
38012026-03-13T04:10:51.477Z[ 19] 2.00-3.00 sec 33.5 MBytes 281 Mbits/sec
38022026-03-13T04:10:51.477Z[SUM] 2.00-3.00 sec 268 MBytes 2.25 Gbits/sec
38032026-03-13T04:10:51.477Z- - - - - - - - - - - - - - - - - - - - - - - - -
38042026-03-13T04:10:51.477Z[ 5] 3.00-4.00 sec 33.9 MBytes 285 Mbits/sec
38052026-03-13T04:10:51.477Z[ 7] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
38062026-03-13T04:10:51.477Z[ 9] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
38072026-03-13T04:10:51.477Z[ 11] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
38082026-03-13T04:10:51.477Z[ 13] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
38092026-03-13T04:10:51.477Z[ 15] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
38102026-03-13T04:10:51.477Z[ 17] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
38112026-03-13T04:10:51.477Z[ 19] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
38122026-03-13T04:10:51.478Z[SUM] 3.00-4.00 sec 271 MBytes 2.27 Gbits/sec
38132026-03-13T04:10:51.478Z- - - - - - - - - - - - - - - - - - - - - - - - -
38142026-03-13T04:10:51.478Z[ 5] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
38152026-03-13T04:10:51.478Z[ 7] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
38162026-03-13T04:10:51.487Z[ 9] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
38172026-03-13T04:10:51.487Z[ 11] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
38182026-03-13T04:10:51.487Z[ 13] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
38192026-03-13T04:10:51.487Z[ 15] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
38202026-03-13T04:10:51.487Z[ 17] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
38212026-03-13T04:10:51.487Z[ 19] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
38222026-03-13T04:10:51.487Z[SUM] 4.00-5.00 sec 269 MBytes 2.26 Gbits/sec
38232026-03-13T04:10:51.487Z- - - - - - - - - - - - - - - - - - - - - - - - -
38242026-03-13T04:10:51.488Z[ 5] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
38252026-03-13T04:10:51.488Z[ 7] 5.00-6.00 sec 34.0 MBytes 286 Mbits/sec
38262026-03-13T04:10:51.488Z[ 9] 5.00-6.00 sec 34.0 MBytes 286 Mbits/sec
38272026-03-13T04:10:51.488Z[ 11] 5.00-6.00 sec 34.0 MBytes 286 Mbits/sec
38282026-03-13T04:10:51.488Z[ 13] 5.00-6.00 sec 34.0 MBytes 285 Mbits/sec
38292026-03-13T04:10:51.488Z[ 15] 5.00-6.00 sec 34.0 MBytes 285 Mbits/sec
38302026-03-13T04:10:51.488Z[ 17] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
38312026-03-13T04:10:51.488Z[ 19] 5.00-6.00 sec 34.0 MBytes 286 Mbits/sec
38322026-03-13T04:10:51.488Z[SUM] 5.00-6.00 sec 272 MBytes 2.28 Gbits/sec
38332026-03-13T04:10:51.488Z- - - - - - - - - - - - - - - - - - - - - - - - -
38342026-03-13T04:10:51.488Z[ 5] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
38352026-03-13T04:10:51.488Z[ 7] 6.00-7.00 sec 33.9 MBytes 285 Mbits/sec
38362026-03-13T04:10:51.488Z[ 9] 6.00-7.00 sec 33.8 MBytes 283 Mbits/sec
38372026-03-13T04:10:54.574Z[ 11] 6.00-7.00 sec 33.8 MBytes 284 Mbits/sec
38382026-03-13T04:10:54.574Z[ 13] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
38392026-03-13T04:10:54.574Z[ 15] 6.00-7.00 sec 33.8 MBytes 283 Mbits/sec
38402026-03-13T04:10:54.574Z[ 17] 6.00-7.00 sec 33.8 MBytes 284 Mbits/sec
38412026-03-13T04:10:54.574Z[ 19] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
38422026-03-13T04:10:54.574Z[SUM] 6.00-7.00 sec 271 MBytes 2.27 Gbits/sec
38432026-03-13T04:10:54.574Z- - - - - - - - - - - - - - - - - - - - - - - - -
38442026-03-13T04:10:54.574Z[ 5] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
38452026-03-13T04:10:54.574Z[ 7] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
38462026-03-13T04:10:54.574Z[ 9] 7.00-8.00 sec 34.4 MBytes 289 Mbits/sec
38472026-03-13T04:10:54.574Z[ 11] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
38482026-03-13T04:10:54.574Z[ 13] 7.00-8.00 sec 34.4 MBytes 288 Mbits/sec
38492026-03-13T04:10:54.574Z[ 15] 7.00-8.00 sec 34.3 MBytes 288 Mbits/sec
38502026-03-13T04:10:54.574Z[ 17] 7.00-8.00 sec 34.4 MBytes 288 Mbits/sec
38512026-03-13T04:10:54.574Z[ 19] 7.00-8.00 sec 34.4 MBytes 289 Mbits/sec
38522026-03-13T04:10:54.574Z[SUM] 7.00-8.00 sec 275 MBytes 2.31 Gbits/sec
38532026-03-13T04:10:54.574Z- - - - - - - - - - - - - - - - - - - - - - - - -
38542026-03-13T04:10:54.574Z[ 5] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
38552026-03-13T04:10:54.575Z[ 7] 8.00-9.00 sec 33.7 MBytes 282 Mbits/sec
38562026-03-13T04:10:54.575Z[ 9] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
38572026-03-13T04:10:54.575Z[ 11] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
38582026-03-13T04:10:54.575Z[ 13] 8.00-9.00 sec 33.7 MBytes 282 Mbits/sec
38592026-03-13T04:10:54.575Z[ 15] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
38602026-03-13T04:10:54.575Z[ 17] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
38612026-03-13T04:10:54.575Z[ 19] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
38622026-03-13T04:10:54.575Z[SUM] 8.00-9.00 sec 270 MBytes 2.27 Gbits/sec
38632026-03-13T04:10:54.575Z- - - - - - - - - - - - - - - - - - - - - - - - -
38642026-03-13T04:10:54.575Z[ 5] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
38652026-03-13T04:10:54.575Z[ 7] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
38662026-03-13T04:10:54.575Z[ 9] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
38672026-03-13T04:10:54.575Z[ 11] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
38682026-03-13T04:10:54.575Z[ 13] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
38692026-03-13T04:10:54.575Z[ 15] 9.00-10.00 sec 33.1 MBytes 278 Mbits/sec
38702026-03-13T04:10:54.575Z[ 17] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
38712026-03-13T04:10:54.575Z[ 19] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
38722026-03-13T04:10:54.575Z[SUM] 9.00-10.00 sec 265 MBytes 2.22 Gbits/sec
38732026-03-13T04:10:54.575Z- - - - - - - - - - - - - - - - - - - - - - - - -
38742026-03-13T04:10:54.575Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38752026-03-13T04:10:54.575Z[ 7] 10.00-10.00 sec 124 KBytes 682 Mbits/sec
38762026-03-13T04:10:54.575Z[ 9] 10.00-10.00 sec 95.6 KBytes 525 Mbits/sec
38772026-03-13T04:10:54.575Z[ 11] 10.00-10.00 sec 103 KBytes 565 Mbits/sec
38782026-03-13T04:10:54.575Z[ 13] 10.00-10.00 sec 115 KBytes 628 Mbits/sec
38792026-03-13T04:10:54.575Z[ 15] 10.00-10.00 sec 10.3 KBytes 56.3 Mbits/sec
38802026-03-13T04:10:54.575Z[ 17] 10.00-10.00 sec 116 KBytes 634 Mbits/sec
38812026-03-13T04:10:54.575Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
38822026-03-13T04:10:54.575Z[SUM] 10.00-10.00 sec 563 KBytes 3.08 Gbits/sec
38832026-03-13T04:10:54.575Z- - - - - - - - - - - - - - - - - - - - - - - - -
38842026-03-13T04:10:54.575Z[ ID] Interval Transfer Bandwidth
38852026-03-13T04:10:54.575Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38862026-03-13T04:10:54.575Z[ 5] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
38872026-03-13T04:10:54.575Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38882026-03-13T04:10:54.575Z[ 7] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
38892026-03-13T04:10:54.575Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38902026-03-13T04:10:54.576Z[ 9] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
38912026-03-13T04:10:54.576Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38922026-03-13T04:10:54.576Z[ 11] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
38932026-03-13T04:10:54.579Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38942026-03-13T04:10:54.579Z[ 13] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
38952026-03-13T04:10:54.579Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38962026-03-13T04:10:54.579Z[ 15] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
38972026-03-13T04:10:54.579Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
38982026-03-13T04:10:54.579Z[ 17] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
38992026-03-13T04:10:54.579Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39002026-03-13T04:10:54.579Z[ 19] 0.00-10.00 sec 328 MBytes 275 Mbits/sec receiver
39012026-03-13T04:10:54.579Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec sender
39022026-03-13T04:10:54.579Z[SUM] 0.00-10.00 sec 2.56 GBytes 2.20 Gbits/sec receiver
39032026-03-13T04:10:54.579ZRun 10/10...2199.39Mbps
39042026-03-13T04:10:54.579Z###---------------------###
39052026-03-13T04:10:54.579Z::: iPerf done... :::
39062026-03-13T04:10:54.579Z:::Awaiting out files...:::
39072026-03-13T04:10:54.579Z###---------------------###
39082026-03-13T04:10:54.579Z###-----###
39092026-03-13T04:10:54.579Z:::done!:::
39102026-03-13T04:10:54.579Z###-----###
39112026-03-13T04:10:56.087ZGnuplot not found, using plotters backend
39122026-03-13T04:10:56.284ZBenchmarking iperf-tcp/local/c2s/tx
39132026-03-13T04:10:56.284ZBenchmarking iperf-tcp/local/c2s/tx: Warming up for 3.0000 s
39142026-03-13T04:11:00.311ZBenchmarking iperf-tcp/local/c2s/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
39152026-03-13T04:11:20.403ZBenchmarking iperf-tcp/local/c2s/tx: Analyzing
39162026-03-13T04:11:20.525Ziperf-tcp/local/c2s/tx time: [5.4599 µs 5.4600 µs 5.4602 µs]
39172026-03-13T04:11:20.525Z change: [+0.3614% +0.3667% +0.3721%] (p = 0.00 < 0.05)
39182026-03-13T04:11:20.525Z Change within noise threshold.
39192026-03-13T04:11:20.525ZFound 8 outliers among 100 measurements (8.00%)
39202026-03-13T04:11:20.525Z 3 (3.00%) low mild
39212026-03-13T04:11:20.525Z 4 (4.00%) high mild
39222026-03-13T04:11:20.525Z 1 (1.00%) high severe
39232026-03-13T04:11:21.699Z
39242026-03-13T04:11:21.699ZBenchmarking iperf-tcp/local/c2s/rx
39252026-03-13T04:11:21.699ZBenchmarking iperf-tcp/local/c2s/rx: Warming up for 3.0000 s
39262026-03-13T04:11:25.728ZBenchmarking iperf-tcp/local/c2s/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
39272026-03-13T04:11:45.827ZBenchmarking iperf-tcp/local/c2s/rx: Analyzing
39282026-03-13T04:11:45.944Ziperf-tcp/local/c2s/rx time: [9.5988 µs 9.5990 µs 9.5992 µs]
39292026-03-13T04:11:45.944Z change: [+0.1367% +0.1416% +0.1465%] (p = 0.00 < 0.05)
39302026-03-13T04:11:45.944Z Change within noise threshold.
39312026-03-13T04:11:45.944ZFound 5 outliers among 100 measurements (5.00%)
39322026-03-13T04:11:45.944Z 2 (2.00%) low severe
39332026-03-13T04:11:45.944Z 2 (2.00%) low mild
39342026-03-13T04:11:45.944Z 1 (1.00%) high mild
39352026-03-13T04:11:47.118Z
39362026-03-13T04:11:47.122Z###-------------------###
39372026-03-13T04:11:47.122Z:::Running experiment :::
39382026-03-13T04:11:47.122Z:::iperf-tcp/local/s2c:::
39392026-03-13T04:11:47.122Z###-------------------###
39402026-03-13T04:11:47.429Zdtrace: description 'profile-201us ' matched 2 probes
39412026-03-13T04:11:54.143Z-----------------------------------------------------------
39422026-03-13T04:11:54.143ZServer listening on 5201
39432026-03-13T04:11:54.143Z-----------------------------------------------------------
39442026-03-13T04:11:54.143ZAccepted connection from 10.0.0.1, port 55870
39452026-03-13T04:11:54.144Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61302
39462026-03-13T04:11:54.144Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50635
39472026-03-13T04:11:54.144Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 53855
39482026-03-13T04:11:54.144Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 60798
39492026-03-13T04:11:54.144Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33714
39502026-03-13T04:11:54.144Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45218
39512026-03-13T04:11:54.144Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36655
39522026-03-13T04:11:54.144Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 32970
39532026-03-13T04:11:54.144Z[ ID] Interval Transfer Bandwidth
39542026-03-13T04:11:54.144Z[ 5] 0.00-1.00 sec 40.8 MBytes 343 Mbits/sec
39552026-03-13T04:11:54.144Z[ 7] 0.00-1.00 sec 40.8 MBytes 342 Mbits/sec
39562026-03-13T04:11:54.144Z[ 9] 0.00-1.00 sec 40.8 MBytes 342 Mbits/sec
39572026-03-13T04:11:54.144Z[ 11] 0.00-1.00 sec 40.8 MBytes 342 Mbits/sec
39582026-03-13T04:11:54.144Z[ 13] 0.00-1.00 sec 40.7 MBytes 341 Mbits/sec
39592026-03-13T04:11:54.144Z[ 15] 0.00-1.00 sec 40.7 MBytes 341 Mbits/sec
39602026-03-13T04:11:54.144Z[ 17] 0.00-1.00 sec 40.7 MBytes 341 Mbits/sec
39612026-03-13T04:11:54.144Z[ 19] 0.00-1.00 sec 40.6 MBytes 341 Mbits/sec
39622026-03-13T04:11:54.144Z[SUM] 0.00-1.00 sec 326 MBytes 2.73 Gbits/sec
39632026-03-13T04:11:54.144Z- - - - - - - - - - - - - - - - - - - - - - - - -
39642026-03-13T04:11:54.144Z[ 5] 1.00-2.00 sec 33.1 MBytes 277 Mbits/sec
39652026-03-13T04:11:54.144Z[ 7] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
39662026-03-13T04:11:54.144Z[ 9] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
39672026-03-13T04:11:54.144Z[ 11] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
39682026-03-13T04:11:54.144Z[ 13] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
39692026-03-13T04:11:54.144Z[ 15] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
39702026-03-13T04:11:54.144Z[ 17] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
39712026-03-13T04:11:54.144Z[ 19] 1.00-2.00 sec 33.0 MBytes 277 Mbits/sec
39722026-03-13T04:11:54.144Z[SUM] 1.00-2.00 sec 264 MBytes 2.21 Gbits/sec
39732026-03-13T04:11:54.144Z- - - - - - - - - - - - - - - - - - - - - - - - -
39742026-03-13T04:11:54.144Z[ 5] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39752026-03-13T04:11:54.144Z[ 7] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
39762026-03-13T04:11:54.144Z[ 9] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39772026-03-13T04:11:54.144Z[ 11] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
39782026-03-13T04:11:54.144Z[ 13] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39792026-03-13T04:11:54.144Z[ 15] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
39802026-03-13T04:11:54.144Z[ 17] 2.00-3.00 sec 32.3 MBytes 271 Mbits/sec
39812026-03-13T04:11:54.144Z[ 19] 2.00-3.00 sec 32.4 MBytes 272 Mbits/sec
39822026-03-13T04:11:54.144Z[SUM] 2.00-3.00 sec 259 MBytes 2.17 Gbits/sec
39832026-03-13T04:11:54.145Z- - - - - - - - - - - - - - - - - - - - - - - - -
39842026-03-13T04:11:54.145Z[ 5] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
39852026-03-13T04:11:54.145Z[ 7] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
39862026-03-13T04:11:54.145Z[ 9] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
39872026-03-13T04:11:54.145Z[ 11] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
39882026-03-13T04:11:54.145Z[ 13] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
39892026-03-13T04:11:54.145Z[ 15] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
39902026-03-13T04:11:54.145Z[ 17] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
39912026-03-13T04:11:54.145Z[ 19] 3.00-4.00 sec 32.8 MBytes 275 Mbits/sec
39922026-03-13T04:11:54.145Z[SUM] 3.00-4.00 sec 263 MBytes 2.20 Gbits/sec
39932026-03-13T04:11:54.145Z- - - - - - - - - - - - - - - - - - - - - - - - -
39942026-03-13T04:11:54.145Z[ 5] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
39952026-03-13T04:11:54.145Z[ 7] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
39962026-03-13T04:11:54.145Z[ 9] 4.00-5.00 sec 32.9 MBytes 276 Mbits/sec
39972026-03-13T04:11:54.145Z[ 11] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
39982026-03-13T04:11:54.145Z[ 13] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
39992026-03-13T04:11:54.145Z[ 15] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
40002026-03-13T04:11:54.145Z[ 17] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
40012026-03-13T04:11:54.145Z[ 19] 4.00-5.00 sec 32.8 MBytes 275 Mbits/sec
40022026-03-13T04:11:54.145Z[SUM] 4.00-5.00 sec 263 MBytes 2.20 Gbits/sec
40032026-03-13T04:11:54.145Z- - - - - - - - - - - - - - - - - - - - - - - - -
40042026-03-13T04:11:54.145Z[ 5] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
40052026-03-13T04:11:54.145Z[ 7] 5.00-6.00 sec 33.1 MBytes 277 Mbits/sec
40062026-03-13T04:11:54.145Z[ 9] 5.00-6.00 sec 33.1 MBytes 277 Mbits/sec
40072026-03-13T04:11:54.145Z[ 11] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
40082026-03-13T04:11:54.145Z[ 13] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
40092026-03-13T04:11:54.145Z[ 15] 5.00-6.00 sec 33.1 MBytes 277 Mbits/sec
40102026-03-13T04:11:54.145Z[ 17] 5.00-6.00 sec 33.2 MBytes 279 Mbits/sec
40112026-03-13T04:11:54.145Z[ 19] 5.00-6.00 sec 33.1 MBytes 278 Mbits/sec
40122026-03-13T04:11:54.148Z[SUM] 5.00-6.00 sec 265 MBytes 2.22 Gbits/sec
40132026-03-13T04:11:54.148Z- - - - - - - - - - - - - - - - - - - - - - - - -
40142026-03-13T04:11:54.149Z[ 5] 6.00-7.00 sec 34.2 MBytes 287 Mbits/sec
40152026-03-13T04:11:54.149Z[ 7] 6.00-7.00 sec 34.4 MBytes 288 Mbits/sec
40162026-03-13T04:11:54.149Z[ 9] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
40172026-03-13T04:11:57.257Z[ 11] 6.00-7.00 sec 34.4 MBytes 288 Mbits/sec
40182026-03-13T04:11:57.257Z[ 13] 6.00-7.00 sec 34.4 MBytes 288 Mbits/sec
40192026-03-13T04:11:57.257Z[ 15] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
40202026-03-13T04:11:57.257Z[ 17] 6.00-7.00 sec 34.3 MBytes 287 Mbits/sec
40212026-03-13T04:11:57.257Z[ 19] 6.00-7.00 sec 34.3 MBytes 288 Mbits/sec
40222026-03-13T04:11:57.257Z[SUM] 6.00-7.00 sec 275 MBytes 2.30 Gbits/sec
40232026-03-13T04:11:57.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
40242026-03-13T04:11:57.257Z[ 5] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
40252026-03-13T04:11:57.257Z[ 7] 7.00-8.00 sec 35.0 MBytes 294 Mbits/sec
40262026-03-13T04:11:57.257Z[ 9] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
40272026-03-13T04:11:57.257Z[ 11] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
40282026-03-13T04:11:57.257Z[ 13] 7.00-8.00 sec 35.1 MBytes 295 Mbits/sec
40292026-03-13T04:11:57.257Z[ 15] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
40302026-03-13T04:11:57.257Z[ 17] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
40312026-03-13T04:11:57.257Z[ 19] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
40322026-03-13T04:11:57.257Z[SUM] 7.00-8.00 sec 281 MBytes 2.36 Gbits/sec
40332026-03-13T04:11:57.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
40342026-03-13T04:11:57.257Z[ 5] 8.00-9.00 sec 35.7 MBytes 299 Mbits/sec
40352026-03-13T04:11:57.257Z[ 7] 8.00-9.00 sec 35.7 MBytes 299 Mbits/sec
40362026-03-13T04:11:57.257Z[ 9] 8.00-9.00 sec 35.8 MBytes 300 Mbits/sec
40372026-03-13T04:11:57.257Z[ 11] 8.00-9.00 sec 35.8 MBytes 300 Mbits/sec
40382026-03-13T04:11:57.257Z[ 13] 8.00-9.00 sec 35.8 MBytes 300 Mbits/sec
40392026-03-13T04:11:57.257Z[ 15] 8.00-9.00 sec 35.6 MBytes 299 Mbits/sec
40402026-03-13T04:11:57.257Z[ 17] 8.00-9.00 sec 35.6 MBytes 299 Mbits/sec
40412026-03-13T04:11:57.257Z[ 19] 8.00-9.00 sec 35.8 MBytes 300 Mbits/sec
40422026-03-13T04:11:57.257Z[SUM] 8.00-9.00 sec 286 MBytes 2.40 Gbits/sec
40432026-03-13T04:11:57.257Z- - - - - - - - - - - - - - - - - - - - - - - - -
40442026-03-13T04:11:57.257Z[ 5] 9.00-10.00 sec 35.1 MBytes 294 Mbits/sec
40452026-03-13T04:11:57.257Z[ 7] 9.00-10.00 sec 35.1 MBytes 295 Mbits/sec
40462026-03-13T04:11:57.257Z[ 9] 9.00-10.00 sec 35.0 MBytes 293 Mbits/sec
40472026-03-13T04:11:57.257Z[ 11] 9.00-10.00 sec 35.0 MBytes 293 Mbits/sec
40482026-03-13T04:11:57.258Z[ 13] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
40492026-03-13T04:11:57.258Z[ 15] 9.00-10.00 sec 34.9 MBytes 293 Mbits/sec
40502026-03-13T04:11:57.258Z[ 17] 9.00-10.00 sec 35.0 MBytes 294 Mbits/sec
40512026-03-13T04:11:57.258Z[ 19] 9.00-10.00 sec 35.0 MBytes 293 Mbits/sec
40522026-03-13T04:11:57.258Z[SUM] 9.00-10.00 sec 280 MBytes 2.35 Gbits/sec
40532026-03-13T04:11:57.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
40542026-03-13T04:11:57.258Z[ 5] 10.00-10.00 sec 96.2 KBytes 508 Mbits/sec
40552026-03-13T04:11:57.258Z[ 7] 10.00-10.00 sec 48.1 KBytes 254 Mbits/sec
40562026-03-13T04:11:57.258Z[ 9] 10.00-10.00 sec 144 KBytes 762 Mbits/sec
40572026-03-13T04:11:57.258Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40582026-03-13T04:11:57.258Z[ 13] 10.00-10.00 sec 144 KBytes 762 Mbits/sec
40592026-03-13T04:11:57.258Z[ 15] 10.00-10.00 sec 96.2 KBytes 508 Mbits/sec
40602026-03-13T04:11:57.258Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40612026-03-13T04:11:57.258Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
40622026-03-13T04:11:57.258Z[SUM] 10.00-10.00 sec 529 KBytes 2.79 Gbits/sec
40632026-03-13T04:11:57.258Z- - - - - - - - - - - - - - - - - - - - - - - - -
40642026-03-13T04:11:57.258Z[ ID] Interval Transfer Bandwidth
40652026-03-13T04:11:57.258Z[ 5] 0.00-10.00 sec 345 MBytes 290 Mbits/sec sender
40662026-03-13T04:11:57.258Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40672026-03-13T04:11:57.258Z[ 7] 0.00-10.00 sec 345 MBytes 289 Mbits/sec sender
40682026-03-13T04:11:57.258Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40692026-03-13T04:11:57.258Z[ 9] 0.00-10.00 sec 345 MBytes 290 Mbits/sec sender
40702026-03-13T04:11:57.258Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40712026-03-13T04:11:57.258Z[ 11] 0.00-10.00 sec 345 MBytes 290 Mbits/sec sender
40722026-03-13T04:11:57.258Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40732026-03-13T04:11:57.258Z[ 13] 0.00-10.00 sec 345 MBytes 289 Mbits/sec sender
40742026-03-13T04:11:57.258Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40752026-03-13T04:11:57.258Z[ 15] 0.00-10.00 sec 345 MBytes 289 Mbits/sec sender
40762026-03-13T04:11:57.258Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40772026-03-13T04:11:57.258Z[ 17] 0.00-10.00 sec 345 MBytes 289 Mbits/sec sender
40782026-03-13T04:11:57.258Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40792026-03-13T04:11:57.258Z[ 19] 0.00-10.00 sec 345 MBytes 289 Mbits/sec sender
40802026-03-13T04:11:57.258Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40812026-03-13T04:11:57.258Z[SUM] 0.00-10.00 sec 2.70 GBytes 2.32 Gbits/sec sender
40822026-03-13T04:11:57.258Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
40832026-03-13T04:11:57.262ZRun 1/10...2315.746Mbps
40842026-03-13T04:12:04.284Z-----------------------------------------------------------
40852026-03-13T04:12:04.284ZServer listening on 5201
40862026-03-13T04:12:04.284Z-----------------------------------------------------------
40872026-03-13T04:12:04.284ZAccepted connection from 10.0.0.1, port 50283
40882026-03-13T04:12:04.284Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 40925
40892026-03-13T04:12:04.284Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44184
40902026-03-13T04:12:04.285Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 46433
40912026-03-13T04:12:04.285Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64745
40922026-03-13T04:12:04.285Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37436
40932026-03-13T04:12:04.285Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48929
40942026-03-13T04:12:04.285Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48288
40952026-03-13T04:12:04.285Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61053
40962026-03-13T04:12:04.285Z[ ID] Interval Transfer Bandwidth
40972026-03-13T04:12:04.285Z[ 5] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
40982026-03-13T04:12:04.285Z[ 7] 0.00-1.00 sec 26.5 MBytes 223 Mbits/sec
40992026-03-13T04:12:04.285Z[ 9] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
41002026-03-13T04:12:04.285Z[ 11] 0.00-1.00 sec 26.5 MBytes 223 Mbits/sec
41012026-03-13T04:12:04.285Z[ 13] 0.00-1.00 sec 26.5 MBytes 222 Mbits/sec
41022026-03-13T04:12:04.285Z[ 15] 0.00-1.00 sec 26.5 MBytes 222 Mbits/sec
41032026-03-13T04:12:04.285Z[ 17] 0.00-1.00 sec 26.5 MBytes 223 Mbits/sec
41042026-03-13T04:12:04.285Z[ 19] 0.00-1.00 sec 26.5 MBytes 223 Mbits/sec
41052026-03-13T04:12:04.285Z[SUM] 0.00-1.00 sec 212 MBytes 1.78 Gbits/sec
41062026-03-13T04:12:04.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
41072026-03-13T04:12:04.285Z[ 5] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
41082026-03-13T04:12:04.285Z[ 7] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
41092026-03-13T04:12:04.285Z[ 9] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
41102026-03-13T04:12:04.285Z[ 11] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
41112026-03-13T04:12:04.285Z[ 13] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
41122026-03-13T04:12:04.285Z[ 15] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
41132026-03-13T04:12:04.285Z[ 17] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
41142026-03-13T04:12:04.285Z[ 19] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
41152026-03-13T04:12:04.285Z[SUM] 1.00-2.00 sec 259 MBytes 2.17 Gbits/sec
41162026-03-13T04:12:04.285Z- - - - - - - - - - - - - - - - - - - - - - - - -
41172026-03-13T04:12:04.285Z[ 5] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
41182026-03-13T04:12:04.285Z[ 7] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
41192026-03-13T04:12:04.286Z[ 9] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
41202026-03-13T04:12:04.286Z[ 11] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
41212026-03-13T04:12:04.286Z[ 13] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
41222026-03-13T04:12:04.286Z[ 15] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
41232026-03-13T04:12:04.286Z[ 17] 2.00-3.00 sec 33.2 MBytes 278 Mbits/sec
41242026-03-13T04:12:04.286Z[ 19] 2.00-3.00 sec 33.2 MBytes 279 Mbits/sec
41252026-03-13T04:12:04.286Z[SUM] 2.00-3.00 sec 266 MBytes 2.23 Gbits/sec
41262026-03-13T04:12:04.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
41272026-03-13T04:12:04.286Z[ 5] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
41282026-03-13T04:12:04.286Z[ 7] 3.00-4.00 sec 34.0 MBytes 285 Mbits/sec
41292026-03-13T04:12:04.286Z[ 9] 3.00-4.00 sec 33.9 MBytes 285 Mbits/sec
41302026-03-13T04:12:04.286Z[ 11] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
41312026-03-13T04:12:04.286Z[ 13] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
41322026-03-13T04:12:04.286Z[ 15] 3.00-4.00 sec 33.9 MBytes 284 Mbits/sec
41332026-03-13T04:12:04.286Z[ 17] 3.00-4.00 sec 33.9 MBytes 285 Mbits/sec
41342026-03-13T04:12:04.286Z[ 19] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
41352026-03-13T04:12:04.286Z[SUM] 3.00-4.00 sec 271 MBytes 2.28 Gbits/sec
41362026-03-13T04:12:04.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
41372026-03-13T04:12:04.286Z[ 5] 4.00-5.00 sec 34.3 MBytes 288 Mbits/sec
41382026-03-13T04:12:04.286Z[ 7] 4.00-5.00 sec 34.2 MBytes 287 Mbits/sec
41392026-03-13T04:12:04.286Z[ 9] 4.00-5.00 sec 34.2 MBytes 287 Mbits/sec
41402026-03-13T04:12:04.286Z[ 11] 4.00-5.00 sec 34.1 MBytes 286 Mbits/sec
41412026-03-13T04:12:04.286Z[ 13] 4.00-5.00 sec 34.2 MBytes 287 Mbits/sec
41422026-03-13T04:12:04.286Z[ 15] 4.00-5.00 sec 34.4 MBytes 288 Mbits/sec
41432026-03-13T04:12:04.286Z[ 17] 4.00-5.00 sec 34.3 MBytes 288 Mbits/sec
41442026-03-13T04:12:04.286Z[ 19] 4.00-5.00 sec 34.3 MBytes 288 Mbits/sec
41452026-03-13T04:12:04.286Z[SUM] 4.00-5.00 sec 274 MBytes 2.30 Gbits/sec
41462026-03-13T04:12:04.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
41472026-03-13T04:12:04.286Z[ 5] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
41482026-03-13T04:12:04.286Z[ 7] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
41492026-03-13T04:12:04.286Z[ 9] 5.00-6.00 sec 34.5 MBytes 289 Mbits/sec
41502026-03-13T04:12:04.286Z[ 11] 5.00-6.00 sec 34.7 MBytes 291 Mbits/sec
41512026-03-13T04:12:04.286Z[ 13] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
41522026-03-13T04:12:04.286Z[ 15] 5.00-6.00 sec 34.6 MBytes 290 Mbits/sec
41532026-03-13T04:12:04.286Z[ 17] 5.00-6.00 sec 34.5 MBytes 289 Mbits/sec
41542026-03-13T04:12:04.286Z[ 19] 5.00-6.00 sec 34.5 MBytes 289 Mbits/sec
41552026-03-13T04:12:04.286Z[SUM] 5.00-6.00 sec 276 MBytes 2.32 Gbits/sec
41562026-03-13T04:12:04.286Z- - - - - - - - - - - - - - - - - - - - - - - - -
41572026-03-13T04:12:04.286Z[ 5] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
41582026-03-13T04:12:04.287Z[ 7] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
41592026-03-13T04:12:04.287Z[ 9] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
41602026-03-13T04:12:07.397Z[ 11] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
41612026-03-13T04:12:07.397Z[ 13] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
41622026-03-13T04:12:07.397Z[ 15] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
41632026-03-13T04:12:07.397Z[ 17] 6.00-7.00 sec 34.8 MBytes 292 Mbits/sec
41642026-03-13T04:12:07.397Z[ 19] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
41652026-03-13T04:12:07.397Z[SUM] 6.00-7.00 sec 278 MBytes 2.33 Gbits/sec
41662026-03-13T04:12:07.397Z- - - - - - - - - - - - - - - - - - - - - - - - -
41672026-03-13T04:12:07.397Z[ 5] 7.00-8.00 sec 35.1 MBytes 295 Mbits/sec
41682026-03-13T04:12:07.397Z[ 7] 7.00-8.00 sec 35.3 MBytes 296 Mbits/sec
41692026-03-13T04:12:07.397Z[ 9] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
41702026-03-13T04:12:07.397Z[ 11] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
41712026-03-13T04:12:07.397Z[ 13] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
41722026-03-13T04:12:07.398Z[ 15] 7.00-8.00 sec 35.3 MBytes 296 Mbits/sec
41732026-03-13T04:12:07.398Z[ 17] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
41742026-03-13T04:12:07.398Z[ 19] 7.00-8.00 sec 35.2 MBytes 295 Mbits/sec
41752026-03-13T04:12:07.398Z[SUM] 7.00-8.00 sec 282 MBytes 2.36 Gbits/sec
41762026-03-13T04:12:07.398Z- - - - - - - - - - - - - - - - - - - - - - - - -
41772026-03-13T04:12:07.398Z[ 5] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
41782026-03-13T04:12:07.398Z[ 7] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
41792026-03-13T04:12:07.398Z[ 9] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
41802026-03-13T04:12:07.398Z[ 11] 8.00-9.00 sec 33.2 MBytes 278 Mbits/sec
41812026-03-13T04:12:07.398Z[ 13] 8.00-9.00 sec 33.1 MBytes 277 Mbits/sec
41822026-03-13T04:12:07.398Z[ 15] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
41832026-03-13T04:12:07.398Z[ 17] 8.00-9.00 sec 33.1 MBytes 278 Mbits/sec
41842026-03-13T04:12:07.398Z[ 19] 8.00-9.00 sec 33.0 MBytes 276 Mbits/sec
41852026-03-13T04:12:07.398Z[SUM] 8.00-9.00 sec 265 MBytes 2.22 Gbits/sec
41862026-03-13T04:12:07.398Z- - - - - - - - - - - - - - - - - - - - - - - - -
41872026-03-13T04:12:07.398Z[ 5] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
41882026-03-13T04:12:07.398Z[ 7] 9.00-10.00 sec 33.8 MBytes 284 Mbits/sec
41892026-03-13T04:12:07.398Z[ 9] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
41902026-03-13T04:12:07.398Z[ 11] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
41912026-03-13T04:12:07.398Z[ 13] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
41922026-03-13T04:12:07.398Z[ 15] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
41932026-03-13T04:12:07.398Z[ 17] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
41942026-03-13T04:12:07.398Z[ 19] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
41952026-03-13T04:12:07.398Z[SUM] 9.00-10.00 sec 270 MBytes 2.27 Gbits/sec
41962026-03-13T04:12:07.398Z- - - - - - - - - - - - - - - - - - - - - - - - -
41972026-03-13T04:12:07.398Z[ 5] 10.00-10.00 sec 96.2 KBytes 480 Mbits/sec
41982026-03-13T04:12:07.399Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
41992026-03-13T04:12:07.399Z[ 9] 10.00-10.00 sec 96.2 KBytes 480 Mbits/sec
42002026-03-13T04:12:07.399Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
42012026-03-13T04:12:07.399Z[ 13] 10.00-10.00 sec 96.2 KBytes 481 Mbits/sec
42022026-03-13T04:12:07.399Z[ 15] 10.00-10.00 sec 144 KBytes 721 Mbits/sec
42032026-03-13T04:12:07.399Z[ 17] 10.00-10.00 sec 48.1 KBytes 240 Mbits/sec
42042026-03-13T04:12:07.399Z[ 19] 10.00-10.00 sec 96.2 KBytes 481 Mbits/sec
42052026-03-13T04:12:07.399Z[SUM] 10.00-10.00 sec 577 KBytes 2.88 Gbits/sec
42062026-03-13T04:12:07.399Z- - - - - - - - - - - - - - - - - - - - - - - - -
42072026-03-13T04:12:07.399Z[ ID] Interval Transfer Bandwidth
42082026-03-13T04:12:07.399Z[ 5] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42092026-03-13T04:12:07.399Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42102026-03-13T04:12:07.399Z[ 7] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42112026-03-13T04:12:07.399Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42122026-03-13T04:12:07.399Z[ 9] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42132026-03-13T04:12:07.399Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42142026-03-13T04:12:07.399Z[ 11] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42152026-03-13T04:12:07.399Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42162026-03-13T04:12:07.399Z[ 13] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42172026-03-13T04:12:07.399Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42182026-03-13T04:12:07.399Z[ 15] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42192026-03-13T04:12:07.399Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42202026-03-13T04:12:07.399Z[ 17] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42212026-03-13T04:12:07.399Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42222026-03-13T04:12:07.399Z[ 19] 0.00-10.00 sec 332 MBytes 278 Mbits/sec sender
42232026-03-13T04:12:07.399Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42242026-03-13T04:12:07.400Z[SUM] 0.00-10.00 sec 2.59 GBytes 2.23 Gbits/sec sender
42252026-03-13T04:12:07.400Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
42262026-03-13T04:12:07.404ZRun 2/10...2226.186Mbps
42272026-03-13T04:12:14.425Z-----------------------------------------------------------
42282026-03-13T04:12:14.425ZServer listening on 5201
42292026-03-13T04:12:14.425Z-----------------------------------------------------------
42302026-03-13T04:12:14.425ZAccepted connection from 10.0.0.1, port 56323
42312026-03-13T04:12:14.425Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56755
42322026-03-13T04:12:14.425Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48300
42332026-03-13T04:12:14.425Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 65498
42342026-03-13T04:12:14.425Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51631
42352026-03-13T04:12:14.425Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48833
42362026-03-13T04:12:14.425Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48025
42372026-03-13T04:12:14.425Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 43003
42382026-03-13T04:12:14.425Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57515
42392026-03-13T04:12:14.425Z[ ID] Interval Transfer Bandwidth
42402026-03-13T04:12:14.425Z[ 5] 0.00-1.00 sec 26.7 MBytes 224 Mbits/sec
42412026-03-13T04:12:14.425Z[ 7] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
42422026-03-13T04:12:14.425Z[ 9] 0.00-1.00 sec 26.8 MBytes 224 Mbits/sec
42432026-03-13T04:12:14.425Z[ 11] 0.00-1.00 sec 26.8 MBytes 224 Mbits/sec
42442026-03-13T04:12:14.425Z[ 13] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
42452026-03-13T04:12:14.425Z[ 15] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
42462026-03-13T04:12:14.425Z[ 17] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
42472026-03-13T04:12:14.425Z[ 19] 0.00-1.00 sec 26.7 MBytes 224 Mbits/sec
42482026-03-13T04:12:14.425Z[SUM] 0.00-1.00 sec 213 MBytes 1.79 Gbits/sec
42492026-03-13T04:12:14.425Z- - - - - - - - - - - - - - - - - - - - - - - - -
42502026-03-13T04:12:14.425Z[ 5] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
42512026-03-13T04:12:14.425Z[ 7] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
42522026-03-13T04:12:14.425Z[ 9] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
42532026-03-13T04:12:14.425Z[ 11] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
42542026-03-13T04:12:14.425Z[ 13] 1.00-2.00 sec 33.0 MBytes 276 Mbits/sec
42552026-03-13T04:12:14.425Z[ 15] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
42562026-03-13T04:12:14.426Z[ 17] 1.00-2.00 sec 32.9 MBytes 276 Mbits/sec
42572026-03-13T04:12:14.426Z[ 19] 1.00-2.00 sec 33.0 MBytes 276 Mbits/sec
42582026-03-13T04:12:14.426Z[SUM] 1.00-2.00 sec 263 MBytes 2.21 Gbits/sec
42592026-03-13T04:12:14.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
42602026-03-13T04:12:14.426Z[ 5] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
42612026-03-13T04:12:14.426Z[ 7] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
42622026-03-13T04:12:14.426Z[ 9] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
42632026-03-13T04:12:14.426Z[ 11] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
42642026-03-13T04:12:14.426Z[ 13] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
42652026-03-13T04:12:14.426Z[ 15] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
42662026-03-13T04:12:14.426Z[ 17] 2.00-3.00 sec 33.1 MBytes 277 Mbits/sec
42672026-03-13T04:12:14.426Z[ 19] 2.00-3.00 sec 33.1 MBytes 278 Mbits/sec
42682026-03-13T04:12:14.426Z[SUM] 2.00-3.00 sec 265 MBytes 2.22 Gbits/sec
42692026-03-13T04:12:14.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
42702026-03-13T04:12:14.426Z[ 5] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
42712026-03-13T04:12:14.426Z[ 7] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
42722026-03-13T04:12:14.426Z[ 9] 3.00-4.00 sec 33.1 MBytes 277 Mbits/sec
42732026-03-13T04:12:14.426Z[ 11] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
42742026-03-13T04:12:14.426Z[ 13] 3.00-4.00 sec 33.1 MBytes 277 Mbits/sec
42752026-03-13T04:12:14.426Z[ 15] 3.00-4.00 sec 33.1 MBytes 277 Mbits/sec
42762026-03-13T04:12:14.426Z[ 17] 3.00-4.00 sec 33.0 MBytes 277 Mbits/sec
42772026-03-13T04:12:14.426Z[ 19] 3.00-4.00 sec 32.9 MBytes 276 Mbits/sec
42782026-03-13T04:12:14.426Z[SUM] 3.00-4.00 sec 264 MBytes 2.22 Gbits/sec
42792026-03-13T04:12:14.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
42802026-03-13T04:12:14.426Z[ 5] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
42812026-03-13T04:12:14.426Z[ 7] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
42822026-03-13T04:12:14.426Z[ 9] 4.00-5.00 sec 32.2 MBytes 270 Mbits/sec
42832026-03-13T04:12:14.426Z[ 11] 4.00-5.00 sec 32.2 MBytes 270 Mbits/sec
42842026-03-13T04:12:14.426Z[ 13] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
42852026-03-13T04:12:14.426Z[ 15] 4.00-5.00 sec 32.2 MBytes 270 Mbits/sec
42862026-03-13T04:12:14.426Z[ 17] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
42872026-03-13T04:12:14.426Z[ 19] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
42882026-03-13T04:12:14.426Z[SUM] 4.00-5.00 sec 258 MBytes 2.16 Gbits/sec
42892026-03-13T04:12:14.426Z- - - - - - - - - - - - - - - - - - - - - - - - -
42902026-03-13T04:12:14.426Z[ 5] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
42912026-03-13T04:12:14.426Z[ 7] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
42922026-03-13T04:12:14.426Z[ 9] 5.00-6.00 sec 33.0 MBytes 276 Mbits/sec
42932026-03-13T04:12:14.426Z[ 11] 5.00-6.00 sec 32.9 MBytes 276 Mbits/sec
42942026-03-13T04:12:14.426Z[ 13] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
42952026-03-13T04:12:14.430Z[ 15] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
42962026-03-13T04:12:14.430Z[ 17] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
42972026-03-13T04:12:14.430Z[ 19] 5.00-6.00 sec 32.9 MBytes 276 Mbits/sec
42982026-03-13T04:12:14.430Z[SUM] 5.00-6.00 sec 263 MBytes 2.20 Gbits/sec
42992026-03-13T04:12:14.430Z- - - - - - - - - - - - - - - - - - - - - - - - -
43002026-03-13T04:12:14.430Z[ 5] 6.00-7.00 sec 32.5 MBytes 273 Mbits/sec
43012026-03-13T04:12:14.430Z[ 7] 6.00-7.00 sec 32.3 MBytes 271 Mbits/sec
43022026-03-13T04:12:14.430Z[ 9] 6.00-7.00 sec 32.3 MBytes 271 Mbits/sec
43032026-03-13T04:12:17.536Z[ 11] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
43042026-03-13T04:12:17.536Z[ 13] 6.00-7.00 sec 32.3 MBytes 271 Mbits/sec
43052026-03-13T04:12:17.536Z[ 15] 6.00-7.00 sec 32.4 MBytes 272 Mbits/sec
43062026-03-13T04:12:17.536Z[ 17] 6.00-7.00 sec 32.3 MBytes 271 Mbits/sec
43072026-03-13T04:12:17.537Z[ 19] 6.00-7.00 sec 32.2 MBytes 270 Mbits/sec
43082026-03-13T04:12:17.537Z[SUM] 6.00-7.00 sec 259 MBytes 2.17 Gbits/sec
43092026-03-13T04:12:17.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
43102026-03-13T04:12:17.537Z[ 5] 7.00-8.00 sec 32.6 MBytes 273 Mbits/sec
43112026-03-13T04:12:17.537Z[ 7] 7.00-8.00 sec 32.5 MBytes 273 Mbits/sec
43122026-03-13T04:12:17.537Z[ 9] 7.00-8.00 sec 32.6 MBytes 274 Mbits/sec
43132026-03-13T04:12:17.537Z[ 11] 7.00-8.00 sec 32.6 MBytes 273 Mbits/sec
43142026-03-13T04:12:17.537Z[ 13] 7.00-8.00 sec 32.6 MBytes 273 Mbits/sec
43152026-03-13T04:12:17.537Z[ 15] 7.00-8.00 sec 32.6 MBytes 273 Mbits/sec
43162026-03-13T04:12:17.537Z[ 17] 7.00-8.00 sec 32.5 MBytes 273 Mbits/sec
43172026-03-13T04:12:17.537Z[ 19] 7.00-8.00 sec 32.5 MBytes 273 Mbits/sec
43182026-03-13T04:12:17.537Z[SUM] 7.00-8.00 sec 261 MBytes 2.19 Gbits/sec
43192026-03-13T04:12:17.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
43202026-03-13T04:12:17.537Z[ 5] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
43212026-03-13T04:12:17.537Z[ 7] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
43222026-03-13T04:12:17.537Z[ 9] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
43232026-03-13T04:12:17.537Z[ 11] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
43242026-03-13T04:12:17.537Z[ 13] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
43252026-03-13T04:12:17.537Z[ 15] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
43262026-03-13T04:12:17.537Z[ 17] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
43272026-03-13T04:12:17.537Z[ 19] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
43282026-03-13T04:12:17.537Z[SUM] 8.00-9.00 sec 257 MBytes 2.16 Gbits/sec
43292026-03-13T04:12:17.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
43302026-03-13T04:12:17.537Z[ 5] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
43312026-03-13T04:12:17.537Z[ 7] 9.00-10.00 sec 32.7 MBytes 274 Mbits/sec
43322026-03-13T04:12:17.537Z[ 9] 9.00-10.00 sec 32.6 MBytes 274 Mbits/sec
43332026-03-13T04:12:17.537Z[ 11] 9.00-10.00 sec 32.6 MBytes 273 Mbits/sec
43342026-03-13T04:12:17.537Z[ 13] 9.00-10.00 sec 32.5 MBytes 273 Mbits/sec
43352026-03-13T04:12:17.537Z[ 15] 9.00-10.00 sec 32.7 MBytes 275 Mbits/sec
43362026-03-13T04:12:17.537Z[ 17] 9.00-10.00 sec 32.7 MBytes 274 Mbits/sec
43372026-03-13T04:12:17.537Z[ 19] 9.00-10.00 sec 32.7 MBytes 274 Mbits/sec
43382026-03-13T04:12:17.537Z[SUM] 9.00-10.00 sec 261 MBytes 2.19 Gbits/sec
43392026-03-13T04:12:17.537Z- - - - - - - - - - - - - - - - - - - - - - - - -
43402026-03-13T04:12:17.537Z[ 5] 10.00-10.00 sec 96.2 KBytes 462 Mbits/sec
43412026-03-13T04:12:17.537Z[ 7] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
43422026-03-13T04:12:17.537Z[ 9] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
43432026-03-13T04:12:17.537Z[ 11] 10.00-10.00 sec 144 KBytes 694 Mbits/sec
43442026-03-13T04:12:17.537Z[ 13] 10.00-10.00 sec 144 KBytes 694 Mbits/sec
43452026-03-13T04:12:17.538Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43462026-03-13T04:12:17.538Z[ 17] 10.00-10.00 sec 48.1 KBytes 231 Mbits/sec
43472026-03-13T04:12:17.538Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
43482026-03-13T04:12:17.538Z[SUM] 10.00-10.00 sec 625 KBytes 3.00 Gbits/sec
43492026-03-13T04:12:17.538Z- - - - - - - - - - - - - - - - - - - - - - - - -
43502026-03-13T04:12:17.538Z[ ID] Interval Transfer Bandwidth
43512026-03-13T04:12:17.538Z[ 5] 0.00-10.00 sec 321 MBytes 269 Mbits/sec sender
43522026-03-13T04:12:17.538Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43532026-03-13T04:12:17.538Z[ 7] 0.00-10.00 sec 321 MBytes 269 Mbits/sec sender
43542026-03-13T04:12:17.538Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43552026-03-13T04:12:17.538Z[ 9] 0.00-10.00 sec 321 MBytes 269 Mbits/sec sender
43562026-03-13T04:12:17.538Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43572026-03-13T04:12:17.538Z[ 11] 0.00-10.00 sec 321 MBytes 269 Mbits/sec sender
43582026-03-13T04:12:17.538Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43592026-03-13T04:12:17.538Z[ 13] 0.00-10.00 sec 320 MBytes 269 Mbits/sec sender
43602026-03-13T04:12:17.538Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43612026-03-13T04:12:17.538Z[ 15] 0.00-10.00 sec 320 MBytes 269 Mbits/sec sender
43622026-03-13T04:12:17.538Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43632026-03-13T04:12:17.538Z[ 17] 0.00-10.00 sec 320 MBytes 269 Mbits/sec sender
43642026-03-13T04:12:17.541Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43652026-03-13T04:12:17.541Z[ 19] 0.00-10.00 sec 321 MBytes 269 Mbits/sec sender
43662026-03-13T04:12:17.541Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43672026-03-13T04:12:17.541Z[SUM] 0.00-10.00 sec 2.50 GBytes 2.15 Gbits/sec sender
43682026-03-13T04:12:17.542Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
43692026-03-13T04:12:17.542ZRun 3/10...2151.285Mbps
43702026-03-13T04:12:24.568Z-----------------------------------------------------------
43712026-03-13T04:12:24.568ZServer listening on 5201
43722026-03-13T04:12:24.568Z-----------------------------------------------------------
43732026-03-13T04:12:24.568ZAccepted connection from 10.0.0.1, port 34997
43742026-03-13T04:12:24.568Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64799
43752026-03-13T04:12:24.568Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51321
43762026-03-13T04:12:24.568Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41432
43772026-03-13T04:12:24.568Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 45291
43782026-03-13T04:12:24.568Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50225
43792026-03-13T04:12:24.568Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44530
43802026-03-13T04:12:24.568Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38326
43812026-03-13T04:12:24.568Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44117
43822026-03-13T04:12:24.568Z[ ID] Interval Transfer Bandwidth
43832026-03-13T04:12:24.568Z[ 5] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
43842026-03-13T04:12:24.568Z[ 7] 0.00-1.00 sec 25.8 MBytes 217 Mbits/sec
43852026-03-13T04:12:24.568Z[ 9] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
43862026-03-13T04:12:24.568Z[ 11] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
43872026-03-13T04:12:24.568Z[ 13] 0.00-1.00 sec 25.8 MBytes 217 Mbits/sec
43882026-03-13T04:12:24.568Z[ 15] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
43892026-03-13T04:12:24.568Z[ 17] 0.00-1.00 sec 25.8 MBytes 217 Mbits/sec
43902026-03-13T04:12:24.568Z[ 19] 0.00-1.00 sec 25.8 MBytes 217 Mbits/sec
43912026-03-13T04:12:24.568Z[SUM] 0.00-1.00 sec 207 MBytes 1.74 Gbits/sec
43922026-03-13T04:12:24.568Z- - - - - - - - - - - - - - - - - - - - - - - - -
43932026-03-13T04:12:24.568Z[ 5] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
43942026-03-13T04:12:24.568Z[ 7] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
43952026-03-13T04:12:24.568Z[ 9] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
43962026-03-13T04:12:24.568Z[ 11] 1.00-2.00 sec 32.3 MBytes 271 Mbits/sec
43972026-03-13T04:12:24.568Z[ 13] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
43982026-03-13T04:12:24.568Z[ 15] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
43992026-03-13T04:12:24.569Z[ 17] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
44002026-03-13T04:12:24.569Z[ 19] 1.00-2.00 sec 32.4 MBytes 272 Mbits/sec
44012026-03-13T04:12:24.569Z[SUM] 1.00-2.00 sec 259 MBytes 2.17 Gbits/sec
44022026-03-13T04:12:24.569Z- - - - - - - - - - - - - - - - - - - - - - - - -
44032026-03-13T04:12:24.569Z[ 5] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
44042026-03-13T04:12:24.569Z[ 7] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
44052026-03-13T04:12:24.569Z[ 9] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
44062026-03-13T04:12:24.569Z[ 11] 2.00-3.00 sec 33.7 MBytes 283 Mbits/sec
44072026-03-13T04:12:24.569Z[ 13] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
44082026-03-13T04:12:24.569Z[ 15] 2.00-3.00 sec 33.7 MBytes 282 Mbits/sec
44092026-03-13T04:12:24.569Z[ 17] 2.00-3.00 sec 33.6 MBytes 282 Mbits/sec
44102026-03-13T04:12:24.569Z[ 19] 2.00-3.00 sec 33.7 MBytes 282 Mbits/sec
44112026-03-13T04:12:24.569Z[SUM] 2.00-3.00 sec 269 MBytes 2.26 Gbits/sec
44122026-03-13T04:12:24.569Z- - - - - - - - - - - - - - - - - - - - - - - - -
44132026-03-13T04:12:24.569Z[ 5] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
44142026-03-13T04:12:24.569Z[ 7] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
44152026-03-13T04:12:24.569Z[ 9] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
44162026-03-13T04:12:24.569Z[ 11] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
44172026-03-13T04:12:24.569Z[ 13] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
44182026-03-13T04:12:24.569Z[ 15] 3.00-4.00 sec 33.6 MBytes 282 Mbits/sec
44192026-03-13T04:12:24.569Z[ 17] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
44202026-03-13T04:12:24.569Z[ 19] 3.00-4.00 sec 33.7 MBytes 282 Mbits/sec
44212026-03-13T04:12:24.569Z[SUM] 3.00-4.00 sec 269 MBytes 2.26 Gbits/sec
44222026-03-13T04:12:24.569Z- - - - - - - - - - - - - - - - - - - - - - - - -
44232026-03-13T04:12:24.569Z[ 5] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
44242026-03-13T04:12:24.569Z[ 7] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
44252026-03-13T04:12:24.569Z[ 9] 4.00-5.00 sec 33.9 MBytes 285 Mbits/sec
44262026-03-13T04:12:24.569Z[ 11] 4.00-5.00 sec 33.9 MBytes 285 Mbits/sec
44272026-03-13T04:12:24.569Z[ 13] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
44282026-03-13T04:12:24.569Z[ 15] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
44292026-03-13T04:12:24.569Z[ 17] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
44302026-03-13T04:12:24.569Z[ 19] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
44312026-03-13T04:12:24.569Z[SUM] 4.00-5.00 sec 271 MBytes 2.27 Gbits/sec
44322026-03-13T04:12:24.569Z- - - - - - - - - - - - - - - - - - - - - - - - -
44332026-03-13T04:12:24.569Z[ 5] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
44342026-03-13T04:12:24.569Z[ 7] 5.00-6.00 sec 33.8 MBytes 284 Mbits/sec
44352026-03-13T04:12:24.569Z[ 9] 5.00-6.00 sec 33.7 MBytes 282 Mbits/sec
44362026-03-13T04:12:24.569Z[ 11] 5.00-6.00 sec 33.8 MBytes 283 Mbits/sec
44372026-03-13T04:12:24.569Z[ 13] 5.00-6.00 sec 33.8 MBytes 283 Mbits/sec
44382026-03-13T04:12:24.570Z[ 15] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
44392026-03-13T04:12:24.570Z[ 17] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
44402026-03-13T04:12:24.570Z[ 19] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
44412026-03-13T04:12:24.570Z[SUM] 5.00-6.00 sec 270 MBytes 2.26 Gbits/sec
44422026-03-13T04:12:24.570Z- - - - - - - - - - - - - - - - - - - - - - - - -
44432026-03-13T04:12:24.570Z[ 5] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44442026-03-13T04:12:24.570Z[ 7] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
44452026-03-13T04:12:24.570Z[ 9] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44462026-03-13T04:12:27.677Z[ 11] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
44472026-03-13T04:12:27.677Z[ 13] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
44482026-03-13T04:12:27.677Z[ 15] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44492026-03-13T04:12:27.677Z[ 17] 6.00-7.00 sec 33.4 MBytes 280 Mbits/sec
44502026-03-13T04:12:27.677Z[ 19] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
44512026-03-13T04:12:27.677Z[SUM] 6.00-7.00 sec 268 MBytes 2.24 Gbits/sec
44522026-03-13T04:12:27.677Z- - - - - - - - - - - - - - - - - - - - - - - - -
44532026-03-13T04:12:27.677Z[ 5] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
44542026-03-13T04:12:27.677Z[ 7] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
44552026-03-13T04:12:27.677Z[ 9] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
44562026-03-13T04:12:27.677Z[ 11] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
44572026-03-13T04:12:27.677Z[ 13] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
44582026-03-13T04:12:27.677Z[ 15] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
44592026-03-13T04:12:27.677Z[ 17] 7.00-8.00 sec 32.3 MBytes 271 Mbits/sec
44602026-03-13T04:12:27.677Z[ 19] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
44612026-03-13T04:12:27.677Z[SUM] 7.00-8.00 sec 258 MBytes 2.16 Gbits/sec
44622026-03-13T04:12:27.677Z- - - - - - - - - - - - - - - - - - - - - - - - -
44632026-03-13T04:12:27.678Z[ 5] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
44642026-03-13T04:12:27.678Z[ 7] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
44652026-03-13T04:12:27.678Z[ 9] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
44662026-03-13T04:12:27.678Z[ 11] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
44672026-03-13T04:12:27.678Z[ 13] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
44682026-03-13T04:12:27.678Z[ 15] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
44692026-03-13T04:12:27.678Z[ 17] 8.00-9.00 sec 32.4 MBytes 272 Mbits/sec
44702026-03-13T04:12:27.678Z[ 19] 8.00-9.00 sec 32.5 MBytes 273 Mbits/sec
44712026-03-13T04:12:27.678Z[SUM] 8.00-9.00 sec 260 MBytes 2.18 Gbits/sec
44722026-03-13T04:12:27.678Z- - - - - - - - - - - - - - - - - - - - - - - - -
44732026-03-13T04:12:27.678Z[ 5] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
44742026-03-13T04:12:27.678Z[ 7] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
44752026-03-13T04:12:27.678Z[ 9] 9.00-10.00 sec 32.3 MBytes 271 Mbits/sec
44762026-03-13T04:12:27.678Z[ 11] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
44772026-03-13T04:12:27.678Z[ 13] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
44782026-03-13T04:12:27.678Z[ 15] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
44792026-03-13T04:12:27.678Z[ 17] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
44802026-03-13T04:12:27.678Z[ 19] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
44812026-03-13T04:12:27.678Z[SUM] 9.00-10.00 sec 257 MBytes 2.16 Gbits/sec
44822026-03-13T04:12:27.678Z- - - - - - - - - - - - - - - - - - - - - - - - -
44832026-03-13T04:12:27.678Z[ 5] 10.00-10.00 sec 48.1 KBytes 219 Mbits/sec
44842026-03-13T04:12:27.678Z[ 7] 10.00-10.00 sec 48.1 KBytes 220 Mbits/sec
44852026-03-13T04:12:27.678Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44862026-03-13T04:12:27.678Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
44872026-03-13T04:12:27.678Z[ 13] 10.00-10.00 sec 144 KBytes 659 Mbits/sec
44882026-03-13T04:12:27.678Z[ 15] 10.00-10.00 sec 48.1 KBytes 220 Mbits/sec
44892026-03-13T04:12:27.678Z[ 17] 10.00-10.00 sec 144 KBytes 659 Mbits/sec
44902026-03-13T04:12:27.678Z[ 19] 10.00-10.00 sec 96.2 KBytes 439 Mbits/sec
44912026-03-13T04:12:27.678Z[SUM] 10.00-10.00 sec 529 KBytes 2.41 Gbits/sec
44922026-03-13T04:12:27.678Z- - - - - - - - - - - - - - - - - - - - - - - - -
44932026-03-13T04:12:27.678Z[ ID] Interval Transfer Bandwidth
44942026-03-13T04:12:27.678Z[ 5] 0.00-10.00 sec 324 MBytes 271 Mbits/sec sender
44952026-03-13T04:12:27.678Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44962026-03-13T04:12:27.678Z[ 7] 0.00-10.00 sec 323 MBytes 271 Mbits/sec sender
44972026-03-13T04:12:27.678Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
44982026-03-13T04:12:27.678Z[ 9] 0.00-10.00 sec 323 MBytes 271 Mbits/sec sender
44992026-03-13T04:12:27.678Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45002026-03-13T04:12:27.678Z[ 11] 0.00-10.00 sec 324 MBytes 272 Mbits/sec sender
45012026-03-13T04:12:27.678Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45022026-03-13T04:12:27.679Z[ 13] 0.00-10.00 sec 324 MBytes 271 Mbits/sec sender
45032026-03-13T04:12:27.679Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45042026-03-13T04:12:27.679Z[ 15] 0.00-10.00 sec 324 MBytes 271 Mbits/sec sender
45052026-03-13T04:12:27.679Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45062026-03-13T04:12:27.679Z[ 17] 0.00-10.00 sec 324 MBytes 271 Mbits/sec sender
45072026-03-13T04:12:27.679Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45082026-03-13T04:12:27.679Z[ 19] 0.00-10.00 sec 323 MBytes 271 Mbits/sec sender
45092026-03-13T04:12:27.679Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45102026-03-13T04:12:27.679Z[SUM] 0.00-10.00 sec 2.53 GBytes 2.17 Gbits/sec sender
45112026-03-13T04:12:27.679Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
45122026-03-13T04:12:27.683ZRun 4/10...2171.203Mbps
45132026-03-13T04:12:34.706Z-----------------------------------------------------------
45142026-03-13T04:12:34.706ZServer listening on 5201
45152026-03-13T04:12:34.706Z-----------------------------------------------------------
45162026-03-13T04:12:34.706ZAccepted connection from 10.0.0.1, port 58117
45172026-03-13T04:12:34.706Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35461
45182026-03-13T04:12:34.706Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61080
45192026-03-13T04:12:34.706Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 58537
45202026-03-13T04:12:34.706Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54812
45212026-03-13T04:12:34.706Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41306
45222026-03-13T04:12:34.706Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 48712
45232026-03-13T04:12:34.706Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63721
45242026-03-13T04:12:34.706Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52245
45252026-03-13T04:12:34.706Z[ ID] Interval Transfer Bandwidth
45262026-03-13T04:12:34.706Z[ 5] 0.00-1.00 sec 27.5 MBytes 230 Mbits/sec
45272026-03-13T04:12:34.706Z[ 7] 0.00-1.00 sec 27.4 MBytes 230 Mbits/sec
45282026-03-13T04:12:34.706Z[ 9] 0.00-1.00 sec 27.5 MBytes 231 Mbits/sec
45292026-03-13T04:12:34.706Z[ 11] 0.00-1.00 sec 27.5 MBytes 230 Mbits/sec
45302026-03-13T04:12:34.706Z[ 13] 0.00-1.00 sec 27.6 MBytes 231 Mbits/sec
45312026-03-13T04:12:34.706Z[ 15] 0.00-1.00 sec 27.4 MBytes 230 Mbits/sec
45322026-03-13T04:12:34.706Z[ 17] 0.00-1.00 sec 27.6 MBytes 231 Mbits/sec
45332026-03-13T04:12:34.706Z[ 19] 0.00-1.00 sec 27.5 MBytes 231 Mbits/sec
45342026-03-13T04:12:34.706Z[SUM] 0.00-1.00 sec 220 MBytes 1.84 Gbits/sec
45352026-03-13T04:12:34.706Z- - - - - - - - - - - - - - - - - - - - - - - - -
45362026-03-13T04:12:34.706Z[ 5] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
45372026-03-13T04:12:34.706Z[ 7] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
45382026-03-13T04:12:34.706Z[ 9] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
45392026-03-13T04:12:34.706Z[ 11] 1.00-2.00 sec 33.9 MBytes 284 Mbits/sec
45402026-03-13T04:12:34.706Z[ 13] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
45412026-03-13T04:12:34.706Z[ 15] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
45422026-03-13T04:12:34.707Z[ 17] 1.00-2.00 sec 33.8 MBytes 284 Mbits/sec
45432026-03-13T04:12:34.707Z[ 19] 1.00-2.00 sec 33.8 MBytes 283 Mbits/sec
45442026-03-13T04:12:34.707Z[SUM] 1.00-2.00 sec 271 MBytes 2.27 Gbits/sec
45452026-03-13T04:12:34.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
45462026-03-13T04:12:34.707Z[ 5] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
45472026-03-13T04:12:34.707Z[ 7] 2.00-3.00 sec 33.9 MBytes 284 Mbits/sec
45482026-03-13T04:12:34.707Z[ 9] 2.00-3.00 sec 33.9 MBytes 284 Mbits/sec
45492026-03-13T04:12:34.707Z[ 11] 2.00-3.00 sec 33.8 MBytes 284 Mbits/sec
45502026-03-13T04:12:34.707Z[ 13] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
45512026-03-13T04:12:34.707Z[ 15] 2.00-3.00 sec 33.9 MBytes 285 Mbits/sec
45522026-03-13T04:12:34.707Z[ 17] 2.00-3.00 sec 33.9 MBytes 284 Mbits/sec
45532026-03-13T04:12:34.707Z[ 19] 2.00-3.00 sec 33.9 MBytes 284 Mbits/sec
45542026-03-13T04:12:34.707Z[SUM] 2.00-3.00 sec 271 MBytes 2.27 Gbits/sec
45552026-03-13T04:12:34.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
45562026-03-13T04:12:34.707Z[ 5] 3.00-4.00 sec 34.9 MBytes 293 Mbits/sec
45572026-03-13T04:12:34.707Z[ 7] 3.00-4.00 sec 34.9 MBytes 293 Mbits/sec
45582026-03-13T04:12:34.707Z[ 9] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
45592026-03-13T04:12:34.707Z[ 11] 3.00-4.00 sec 34.9 MBytes 293 Mbits/sec
45602026-03-13T04:12:34.707Z[ 13] 3.00-4.00 sec 34.9 MBytes 293 Mbits/sec
45612026-03-13T04:12:34.707Z[ 15] 3.00-4.00 sec 34.9 MBytes 293 Mbits/sec
45622026-03-13T04:12:34.707Z[ 17] 3.00-4.00 sec 34.9 MBytes 293 Mbits/sec
45632026-03-13T04:12:34.707Z[ 19] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
45642026-03-13T04:12:34.707Z[SUM] 3.00-4.00 sec 279 MBytes 2.34 Gbits/sec
45652026-03-13T04:12:34.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
45662026-03-13T04:12:34.707Z[ 5] 4.00-5.00 sec 34.8 MBytes 292 Mbits/sec
45672026-03-13T04:12:34.707Z[ 7] 4.00-5.00 sec 34.8 MBytes 292 Mbits/sec
45682026-03-13T04:12:34.707Z[ 9] 4.00-5.00 sec 35.0 MBytes 293 Mbits/sec
45692026-03-13T04:12:34.707Z[ 11] 4.00-5.00 sec 34.8 MBytes 292 Mbits/sec
45702026-03-13T04:12:34.707Z[ 13] 4.00-5.00 sec 35.0 MBytes 293 Mbits/sec
45712026-03-13T04:12:34.707Z[ 15] 4.00-5.00 sec 35.0 MBytes 293 Mbits/sec
45722026-03-13T04:12:34.707Z[ 17] 4.00-5.00 sec 34.9 MBytes 293 Mbits/sec
45732026-03-13T04:12:34.707Z[ 19] 4.00-5.00 sec 34.9 MBytes 293 Mbits/sec
45742026-03-13T04:12:34.707Z[SUM] 4.00-5.00 sec 279 MBytes 2.34 Gbits/sec
45752026-03-13T04:12:34.707Z- - - - - - - - - - - - - - - - - - - - - - - - -
45762026-03-13T04:12:34.707Z[ 5] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
45772026-03-13T04:12:34.707Z[ 7] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
45782026-03-13T04:12:34.707Z[ 9] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
45792026-03-13T04:12:34.707Z[ 11] 5.00-6.00 sec 33.4 MBytes 280 Mbits/sec
45802026-03-13T04:12:34.707Z[ 13] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
45812026-03-13T04:12:34.708Z[ 15] 5.00-6.00 sec 33.5 MBytes 281 Mbits/sec
45822026-03-13T04:12:34.708Z[ 17] 5.00-6.00 sec 33.6 MBytes 282 Mbits/sec
45832026-03-13T04:12:34.708Z[ 19] 5.00-6.00 sec 33.7 MBytes 283 Mbits/sec
45842026-03-13T04:12:34.708Z[SUM] 5.00-6.00 sec 268 MBytes 2.25 Gbits/sec
45852026-03-13T04:12:34.708Z- - - - - - - - - - - - - - - - - - - - - - - - -
45862026-03-13T04:12:34.708Z[ 5] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
45872026-03-13T04:12:34.708Z[ 7] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
45882026-03-13T04:12:34.708Z[ 9] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
45892026-03-13T04:12:37.817Z[ 11] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
45902026-03-13T04:12:37.817Z[ 13] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
45912026-03-13T04:12:37.817Z[ 15] 6.00-7.00 sec 33.2 MBytes 278 Mbits/sec
45922026-03-13T04:12:37.817Z[ 17] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
45932026-03-13T04:12:37.817Z[ 19] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
45942026-03-13T04:12:37.817Z[SUM] 6.00-7.00 sec 265 MBytes 2.22 Gbits/sec
45952026-03-13T04:12:37.817Z- - - - - - - - - - - - - - - - - - - - - - - - -
45962026-03-13T04:12:37.817Z[ 5] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
45972026-03-13T04:12:37.817Z[ 7] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
45982026-03-13T04:12:37.817Z[ 9] 7.00-8.00 sec 32.8 MBytes 275 Mbits/sec
45992026-03-13T04:12:37.817Z[ 11] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
46002026-03-13T04:12:37.817Z[ 13] 7.00-8.00 sec 32.8 MBytes 275 Mbits/sec
46012026-03-13T04:12:37.817Z[ 15] 7.00-8.00 sec 32.7 MBytes 274 Mbits/sec
46022026-03-13T04:12:37.817Z[ 17] 7.00-8.00 sec 32.8 MBytes 275 Mbits/sec
46032026-03-13T04:12:37.817Z[ 19] 7.00-8.00 sec 32.8 MBytes 275 Mbits/sec
46042026-03-13T04:12:37.818Z[SUM] 7.00-8.00 sec 262 MBytes 2.20 Gbits/sec
46052026-03-13T04:12:37.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
46062026-03-13T04:12:37.818Z[ 5] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
46072026-03-13T04:12:37.818Z[ 7] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
46082026-03-13T04:12:37.818Z[ 9] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
46092026-03-13T04:12:37.818Z[ 11] 8.00-9.00 sec 32.2 MBytes 270 Mbits/sec
46102026-03-13T04:12:37.818Z[ 13] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
46112026-03-13T04:12:37.818Z[ 15] 8.00-9.00 sec 32.3 MBytes 271 Mbits/sec
46122026-03-13T04:12:37.818Z[ 17] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
46132026-03-13T04:12:37.818Z[ 19] 8.00-9.00 sec 32.1 MBytes 269 Mbits/sec
46142026-03-13T04:12:37.818Z[SUM] 8.00-9.00 sec 258 MBytes 2.16 Gbits/sec
46152026-03-13T04:12:37.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
46162026-03-13T04:12:37.818Z[ 5] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
46172026-03-13T04:12:37.818Z[ 7] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
46182026-03-13T04:12:37.818Z[ 9] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
46192026-03-13T04:12:37.818Z[ 11] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
46202026-03-13T04:12:37.818Z[ 13] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
46212026-03-13T04:12:37.818Z[ 15] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
46222026-03-13T04:12:37.818Z[ 17] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
46232026-03-13T04:12:37.818Z[ 19] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
46242026-03-13T04:12:37.818Z[SUM] 9.00-10.00 sec 263 MBytes 2.21 Gbits/sec
46252026-03-13T04:12:37.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
46262026-03-13T04:12:37.818Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46272026-03-13T04:12:37.818Z[ 7] 10.00-10.00 sec 48.1 KBytes 206 Mbits/sec
46282026-03-13T04:12:37.818Z[ 9] 10.00-10.00 sec 144 KBytes 616 Mbits/sec
46292026-03-13T04:12:37.818Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46302026-03-13T04:12:37.818Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
46312026-03-13T04:12:37.818Z[ 15] 10.00-10.00 sec 48.1 KBytes 205 Mbits/sec
46322026-03-13T04:12:37.818Z[ 17] 10.00-10.00 sec 144 KBytes 617 Mbits/sec
46332026-03-13T04:12:37.818Z[ 19] 10.00-10.00 sec 96.2 KBytes 411 Mbits/sec
46342026-03-13T04:12:37.818Z[SUM] 10.00-10.00 sec 481 KBytes 2.05 Gbits/sec
46352026-03-13T04:12:37.818Z- - - - - - - - - - - - - - - - - - - - - - - - -
46362026-03-13T04:12:37.818Z[ ID] Interval Transfer Bandwidth
46372026-03-13T04:12:37.818Z[ 5] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46382026-03-13T04:12:37.819Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46392026-03-13T04:12:37.819Z[ 7] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46402026-03-13T04:12:37.819Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46412026-03-13T04:12:37.819Z[ 9] 0.00-10.00 sec 330 MBytes 276 Mbits/sec sender
46422026-03-13T04:12:37.819Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46432026-03-13T04:12:37.819Z[ 11] 0.00-10.00 sec 329 MBytes 276 Mbits/sec sender
46442026-03-13T04:12:37.819Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46452026-03-13T04:12:37.819Z[ 13] 0.00-10.00 sec 330 MBytes 277 Mbits/sec sender
46462026-03-13T04:12:37.819Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46472026-03-13T04:12:37.819Z[ 15] 0.00-10.00 sec 330 MBytes 276 Mbits/sec sender
46482026-03-13T04:12:37.819Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46492026-03-13T04:12:37.819Z[ 17] 0.00-10.00 sec 330 MBytes 276 Mbits/sec sender
46502026-03-13T04:12:37.819Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46512026-03-13T04:12:37.819Z[ 19] 0.00-10.00 sec 330 MBytes 276 Mbits/sec sender
46522026-03-13T04:12:37.819Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46532026-03-13T04:12:37.819Z[SUM] 0.00-10.00 sec 2.57 GBytes 2.21 Gbits/sec sender
46542026-03-13T04:12:37.819Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
46552026-03-13T04:12:37.822ZRun 5/10...2211.572Mbps
46562026-03-13T04:12:44.845Z-----------------------------------------------------------
46572026-03-13T04:12:44.845ZServer listening on 5201
46582026-03-13T04:12:44.845Z-----------------------------------------------------------
46592026-03-13T04:12:44.846ZAccepted connection from 10.0.0.1, port 64729
46602026-03-13T04:12:44.846Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54403
46612026-03-13T04:12:44.846Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51696
46622026-03-13T04:12:44.846Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50390
46632026-03-13T04:12:44.846Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 36109
46642026-03-13T04:12:44.846Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57377
46652026-03-13T04:12:44.846Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34745
46662026-03-13T04:12:44.846Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 38086
46672026-03-13T04:12:44.846Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49342
46682026-03-13T04:12:44.846Z[ ID] Interval Transfer Bandwidth
46692026-03-13T04:12:44.846Z[ 5] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
46702026-03-13T04:12:44.846Z[ 7] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
46712026-03-13T04:12:44.846Z[ 9] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
46722026-03-13T04:12:44.846Z[ 11] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
46732026-03-13T04:12:44.846Z[ 13] 0.00-1.00 sec 25.8 MBytes 217 Mbits/sec
46742026-03-13T04:12:44.846Z[ 15] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
46752026-03-13T04:12:44.846Z[ 17] 0.00-1.00 sec 25.9 MBytes 217 Mbits/sec
46762026-03-13T04:12:44.846Z[ 19] 0.00-1.00 sec 25.8 MBytes 217 Mbits/sec
46772026-03-13T04:12:44.846Z[SUM] 0.00-1.00 sec 207 MBytes 1.74 Gbits/sec
46782026-03-13T04:12:44.846Z- - - - - - - - - - - - - - - - - - - - - - - - -
46792026-03-13T04:12:44.846Z[ 5] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
46802026-03-13T04:12:44.846Z[ 7] 1.00-2.00 sec 32.6 MBytes 274 Mbits/sec
46812026-03-13T04:12:44.846Z[ 9] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
46822026-03-13T04:12:44.846Z[ 11] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
46832026-03-13T04:12:44.846Z[ 13] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
46842026-03-13T04:12:44.846Z[ 15] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
46852026-03-13T04:12:44.846Z[ 17] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
46862026-03-13T04:12:44.846Z[ 19] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
46872026-03-13T04:12:44.846Z[SUM] 1.00-2.00 sec 260 MBytes 2.19 Gbits/sec
46882026-03-13T04:12:44.846Z- - - - - - - - - - - - - - - - - - - - - - - - -
46892026-03-13T04:12:44.846Z[ 5] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
46902026-03-13T04:12:44.846Z[ 7] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
46912026-03-13T04:12:44.846Z[ 9] 2.00-3.00 sec 32.7 MBytes 275 Mbits/sec
46922026-03-13T04:12:44.846Z[ 11] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
46932026-03-13T04:12:44.846Z[ 13] 2.00-3.00 sec 32.7 MBytes 274 Mbits/sec
46942026-03-13T04:12:44.846Z[ 15] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
46952026-03-13T04:12:44.846Z[ 17] 2.00-3.00 sec 32.6 MBytes 274 Mbits/sec
46962026-03-13T04:12:44.846Z[ 19] 2.00-3.00 sec 32.7 MBytes 275 Mbits/sec
46972026-03-13T04:12:44.846Z[SUM] 2.00-3.00 sec 262 MBytes 2.20 Gbits/sec
46982026-03-13T04:12:44.847Z- - - - - - - - - - - - - - - - - - - - - - - - -
46992026-03-13T04:12:44.847Z[ 5] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
47002026-03-13T04:12:44.847Z[ 7] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
47012026-03-13T04:12:44.847Z[ 9] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
47022026-03-13T04:12:44.847Z[ 11] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
47032026-03-13T04:12:44.847Z[ 13] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
47042026-03-13T04:12:44.847Z[ 15] 3.00-4.00 sec 32.3 MBytes 271 Mbits/sec
47052026-03-13T04:12:44.847Z[ 17] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
47062026-03-13T04:12:44.847Z[ 19] 3.00-4.00 sec 32.4 MBytes 272 Mbits/sec
47072026-03-13T04:12:44.847Z[SUM] 3.00-4.00 sec 259 MBytes 2.17 Gbits/sec
47082026-03-13T04:12:44.847Z- - - - - - - - - - - - - - - - - - - - - - - - -
47092026-03-13T04:12:44.847Z[ 5] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
47102026-03-13T04:12:44.847Z[ 7] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
47112026-03-13T04:12:44.847Z[ 9] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
47122026-03-13T04:12:44.847Z[ 11] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
47132026-03-13T04:12:44.847Z[ 13] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
47142026-03-13T04:12:44.847Z[ 15] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
47152026-03-13T04:12:44.847Z[ 17] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
47162026-03-13T04:12:44.847Z[ 19] 4.00-5.00 sec 32.3 MBytes 271 Mbits/sec
47172026-03-13T04:12:44.847Z[SUM] 4.00-5.00 sec 259 MBytes 2.17 Gbits/sec
47182026-03-13T04:12:44.847Z- - - - - - - - - - - - - - - - - - - - - - - - -
47192026-03-13T04:12:44.847Z[ 5] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
47202026-03-13T04:12:44.847Z[ 7] 5.00-6.00 sec 32.3 MBytes 271 Mbits/sec
47212026-03-13T04:12:44.847Z[ 9] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
47222026-03-13T04:12:44.847Z[ 11] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
47232026-03-13T04:12:44.847Z[ 13] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
47242026-03-13T04:12:44.847Z[ 15] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
47252026-03-13T04:12:44.847Z[ 17] 5.00-6.00 sec 32.1 MBytes 269 Mbits/sec
47262026-03-13T04:12:44.847Z[ 19] 5.00-6.00 sec 32.2 MBytes 270 Mbits/sec
47272026-03-13T04:12:44.847Z[SUM] 5.00-6.00 sec 257 MBytes 2.16 Gbits/sec
47282026-03-13T04:12:44.847Z- - - - - - - - - - - - - - - - - - - - - - - - -
47292026-03-13T04:12:44.847Z[ 5] 6.00-7.00 sec 31.5 MBytes 264 Mbits/sec
47302026-03-13T04:12:44.847Z[ 7] 6.00-7.00 sec 31.5 MBytes 264 Mbits/sec
47312026-03-13T04:12:44.847Z[ 9] 6.00-7.00 sec 31.5 MBytes 264 Mbits/sec
47322026-03-13T04:12:47.958Z[ 11] 6.00-7.00 sec 31.5 MBytes 264 Mbits/sec
47332026-03-13T04:12:47.958Z[ 13] 6.00-7.00 sec 31.5 MBytes 264 Mbits/sec
47342026-03-13T04:12:47.959Z[ 15] 6.00-7.00 sec 31.5 MBytes 264 Mbits/sec
47352026-03-13T04:12:47.959Z[ 17] 6.00-7.00 sec 31.6 MBytes 265 Mbits/sec
47362026-03-13T04:12:47.959Z[ 19] 6.00-7.00 sec 31.6 MBytes 265 Mbits/sec
47372026-03-13T04:12:47.959Z[SUM] 6.00-7.00 sec 252 MBytes 2.11 Gbits/sec
47382026-03-13T04:12:47.959Z- - - - - - - - - - - - - - - - - - - - - - - - -
47392026-03-13T04:12:47.959Z[ 5] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
47402026-03-13T04:12:47.959Z[ 7] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
47412026-03-13T04:12:47.959Z[ 9] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
47422026-03-13T04:12:47.959Z[ 11] 7.00-8.00 sec 32.2 MBytes 270 Mbits/sec
47432026-03-13T04:12:47.959Z[ 13] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
47442026-03-13T04:12:47.959Z[ 15] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
47452026-03-13T04:12:47.959Z[ 17] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
47462026-03-13T04:12:47.959Z[ 19] 7.00-8.00 sec 32.1 MBytes 269 Mbits/sec
47472026-03-13T04:12:47.959Z[SUM] 7.00-8.00 sec 257 MBytes 2.16 Gbits/sec
47482026-03-13T04:12:47.959Z- - - - - - - - - - - - - - - - - - - - - - - - -
47492026-03-13T04:12:47.959Z[ 5] 8.00-9.00 sec 35.1 MBytes 294 Mbits/sec
47502026-03-13T04:12:47.959Z[ 7] 8.00-9.00 sec 35.0 MBytes 294 Mbits/sec
47512026-03-13T04:12:47.959Z[ 9] 8.00-9.00 sec 35.1 MBytes 294 Mbits/sec
47522026-03-13T04:12:47.959Z[ 11] 8.00-9.00 sec 35.1 MBytes 295 Mbits/sec
47532026-03-13T04:12:47.959Z[ 13] 8.00-9.00 sec 35.0 MBytes 294 Mbits/sec
47542026-03-13T04:12:47.959Z[ 15] 8.00-9.00 sec 34.9 MBytes 293 Mbits/sec
47552026-03-13T04:12:47.959Z[ 17] 8.00-9.00 sec 35.1 MBytes 294 Mbits/sec
47562026-03-13T04:12:47.959Z[ 19] 8.00-9.00 sec 35.1 MBytes 294 Mbits/sec
47572026-03-13T04:12:47.959Z[SUM] 8.00-9.00 sec 280 MBytes 2.35 Gbits/sec
47582026-03-13T04:12:47.959Z- - - - - - - - - - - - - - - - - - - - - - - - -
47592026-03-13T04:12:47.959Z[ 5] 9.00-10.00 sec 35.2 MBytes 295 Mbits/sec
47602026-03-13T04:12:47.959Z[ 7] 9.00-10.00 sec 35.3 MBytes 296 Mbits/sec
47612026-03-13T04:12:47.959Z[ 9] 9.00-10.00 sec 35.2 MBytes 295 Mbits/sec
47622026-03-13T04:12:47.959Z[ 11] 9.00-10.00 sec 35.3 MBytes 296 Mbits/sec
47632026-03-13T04:12:47.959Z[ 13] 9.00-10.00 sec 35.2 MBytes 295 Mbits/sec
47642026-03-13T04:12:47.959Z[ 15] 9.00-10.00 sec 35.4 MBytes 297 Mbits/sec
47652026-03-13T04:12:47.959Z[ 17] 9.00-10.00 sec 35.2 MBytes 295 Mbits/sec
47662026-03-13T04:12:47.959Z[ 19] 9.00-10.00 sec 35.3 MBytes 296 Mbits/sec
47672026-03-13T04:12:47.959Z[SUM] 9.00-10.00 sec 282 MBytes 2.37 Gbits/sec
47682026-03-13T04:12:47.959Z- - - - - - - - - - - - - - - - - - - - - - - - -
47692026-03-13T04:12:47.959Z[ 5] 10.00-10.00 sec 48.1 KBytes 234 Mbits/sec
47702026-03-13T04:12:47.959Z[ 7] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47712026-03-13T04:12:47.960Z[ 9] 10.00-10.00 sec 96.2 KBytes 467 Mbits/sec
47722026-03-13T04:12:47.960Z[ 11] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47732026-03-13T04:12:47.960Z[ 13] 10.00-10.00 sec 144 KBytes 702 Mbits/sec
47742026-03-13T04:12:47.960Z[ 15] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
47752026-03-13T04:12:47.960Z[ 17] 10.00-10.00 sec 48.1 KBytes 234 Mbits/sec
47762026-03-13T04:12:47.960Z[ 19] 10.00-10.00 sec 96.2 KBytes 468 Mbits/sec
47772026-03-13T04:12:47.960Z[SUM] 10.00-10.00 sec 433 KBytes 2.10 Gbits/sec
47782026-03-13T04:12:47.960Z- - - - - - - - - - - - - - - - - - - - - - - - -
47792026-03-13T04:12:47.960Z[ ID] Interval Transfer Bandwidth
47802026-03-13T04:12:47.960Z[ 5] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47812026-03-13T04:12:47.960Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47822026-03-13T04:12:47.960Z[ 7] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47832026-03-13T04:12:47.960Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47842026-03-13T04:12:47.960Z[ 9] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47852026-03-13T04:12:47.960Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47862026-03-13T04:12:47.960Z[ 11] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47872026-03-13T04:12:47.960Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47882026-03-13T04:12:47.960Z[ 13] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47892026-03-13T04:12:47.960Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47902026-03-13T04:12:47.960Z[ 15] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47912026-03-13T04:12:47.960Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47922026-03-13T04:12:47.960Z[ 17] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47932026-03-13T04:12:47.960Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47942026-03-13T04:12:47.960Z[ 19] 0.00-10.00 sec 322 MBytes 270 Mbits/sec sender
47952026-03-13T04:12:47.960Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47962026-03-13T04:12:47.960Z[SUM] 0.00-10.00 sec 2.52 GBytes 2.16 Gbits/sec sender
47972026-03-13T04:12:47.960Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
47982026-03-13T04:12:47.965ZRun 6/10...2161.148Mbps
47992026-03-13T04:12:54.988Z-----------------------------------------------------------
48002026-03-13T04:12:54.988ZServer listening on 5201
48012026-03-13T04:12:54.988Z-----------------------------------------------------------
48022026-03-13T04:12:54.988ZAccepted connection from 10.0.0.1, port 54405
48032026-03-13T04:12:54.988Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47952
48042026-03-13T04:12:54.988Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54514
48052026-03-13T04:12:54.988Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 62095
48062026-03-13T04:12:54.988Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64818
48072026-03-13T04:12:54.988Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44016
48082026-03-13T04:12:54.988Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34236
48092026-03-13T04:12:54.988Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64486
48102026-03-13T04:12:54.988Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 34185
48112026-03-13T04:12:54.988Z[ ID] Interval Transfer Bandwidth
48122026-03-13T04:12:54.988Z[ 5] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48132026-03-13T04:12:54.988Z[ 7] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
48142026-03-13T04:12:54.988Z[ 9] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
48152026-03-13T04:12:54.988Z[ 11] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
48162026-03-13T04:12:54.988Z[ 13] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
48172026-03-13T04:12:54.988Z[ 15] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48182026-03-13T04:12:54.988Z[ 17] 0.00-1.00 sec 26.1 MBytes 219 Mbits/sec
48192026-03-13T04:12:54.988Z[ 19] 0.00-1.00 sec 26.0 MBytes 218 Mbits/sec
48202026-03-13T04:12:54.988Z[SUM] 0.00-1.00 sec 208 MBytes 1.75 Gbits/sec
48212026-03-13T04:12:54.988Z- - - - - - - - - - - - - - - - - - - - - - - - -
48222026-03-13T04:12:54.988Z[ 5] 1.00-2.00 sec 32.6 MBytes 274 Mbits/sec
48232026-03-13T04:12:54.988Z[ 7] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
48242026-03-13T04:12:54.988Z[ 9] 1.00-2.00 sec 32.6 MBytes 274 Mbits/sec
48252026-03-13T04:12:54.988Z[ 11] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
48262026-03-13T04:12:54.988Z[ 13] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
48272026-03-13T04:12:54.988Z[ 15] 1.00-2.00 sec 32.7 MBytes 274 Mbits/sec
48282026-03-13T04:12:54.988Z[ 17] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
48292026-03-13T04:12:54.989Z[ 19] 1.00-2.00 sec 32.6 MBytes 274 Mbits/sec
48302026-03-13T04:12:54.989Z[SUM] 1.00-2.00 sec 261 MBytes 2.19 Gbits/sec
48312026-03-13T04:12:54.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
48322026-03-13T04:12:54.989Z[ 5] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
48332026-03-13T04:12:54.989Z[ 7] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
48342026-03-13T04:12:54.989Z[ 9] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
48352026-03-13T04:12:54.989Z[ 11] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
48362026-03-13T04:12:54.989Z[ 13] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
48372026-03-13T04:12:54.989Z[ 15] 2.00-3.00 sec 33.0 MBytes 276 Mbits/sec
48382026-03-13T04:12:54.989Z[ 17] 2.00-3.00 sec 33.0 MBytes 276 Mbits/sec
48392026-03-13T04:12:54.989Z[ 19] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
48402026-03-13T04:12:54.989Z[SUM] 2.00-3.00 sec 263 MBytes 2.21 Gbits/sec
48412026-03-13T04:12:54.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
48422026-03-13T04:12:54.989Z[ 5] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
48432026-03-13T04:12:54.989Z[ 7] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
48442026-03-13T04:12:54.989Z[ 9] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
48452026-03-13T04:12:54.989Z[ 11] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
48462026-03-13T04:12:54.989Z[ 13] 3.00-4.00 sec 33.7 MBytes 283 Mbits/sec
48472026-03-13T04:12:54.989Z[ 15] 3.00-4.00 sec 33.8 MBytes 284 Mbits/sec
48482026-03-13T04:12:54.989Z[ 17] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
48492026-03-13T04:12:54.989Z[ 19] 3.00-4.00 sec 33.8 MBytes 283 Mbits/sec
48502026-03-13T04:12:54.989Z[SUM] 3.00-4.00 sec 270 MBytes 2.27 Gbits/sec
48512026-03-13T04:12:54.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
48522026-03-13T04:12:54.989Z[ 5] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
48532026-03-13T04:12:54.989Z[ 7] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
48542026-03-13T04:12:54.989Z[ 9] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
48552026-03-13T04:12:54.989Z[ 11] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
48562026-03-13T04:12:54.989Z[ 13] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
48572026-03-13T04:12:54.989Z[ 15] 4.00-5.00 sec 33.5 MBytes 281 Mbits/sec
48582026-03-13T04:12:54.989Z[ 17] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
48592026-03-13T04:12:54.989Z[ 19] 4.00-5.00 sec 33.6 MBytes 282 Mbits/sec
48602026-03-13T04:12:54.989Z[SUM] 4.00-5.00 sec 269 MBytes 2.26 Gbits/sec
48612026-03-13T04:12:54.989Z- - - - - - - - - - - - - - - - - - - - - - - - -
48622026-03-13T04:12:54.989Z[ 5] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
48632026-03-13T04:12:54.989Z[ 7] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
48642026-03-13T04:12:54.989Z[ 9] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
48652026-03-13T04:12:54.990Z[ 11] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
48662026-03-13T04:12:54.990Z[ 13] 5.00-6.00 sec 33.8 MBytes 283 Mbits/sec
48672026-03-13T04:12:54.990Z[ 15] 5.00-6.00 sec 33.9 MBytes 284 Mbits/sec
48682026-03-13T04:12:54.990Z[ 17] 5.00-6.00 sec 33.8 MBytes 283 Mbits/sec
48692026-03-13T04:12:54.990Z[ 19] 5.00-6.00 sec 33.9 MBytes 285 Mbits/sec
48702026-03-13T04:12:54.990Z[SUM] 5.00-6.00 sec 271 MBytes 2.27 Gbits/sec
48712026-03-13T04:12:54.990Z- - - - - - - - - - - - - - - - - - - - - - - - -
48722026-03-13T04:12:54.990Z[ 5] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
48732026-03-13T04:12:54.990Z[ 7] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
48742026-03-13T04:12:54.990Z[ 9] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
48752026-03-13T04:12:58.209Z[ 11] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
48762026-03-13T04:12:58.209Z[ 13] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
48772026-03-13T04:12:58.209Z[ 15] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
48782026-03-13T04:12:58.209Z[ 17] 6.00-7.00 sec 33.6 MBytes 282 Mbits/sec
48792026-03-13T04:12:58.209Z[ 19] 6.00-7.00 sec 33.5 MBytes 281 Mbits/sec
48802026-03-13T04:12:58.209Z[SUM] 6.00-7.00 sec 268 MBytes 2.25 Gbits/sec
48812026-03-13T04:12:58.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
48822026-03-13T04:12:58.209Z[ 5] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
48832026-03-13T04:12:58.209Z[ 7] 7.00-8.00 sec 33.8 MBytes 284 Mbits/sec
48842026-03-13T04:12:58.209Z[ 9] 7.00-8.00 sec 33.7 MBytes 282 Mbits/sec
48852026-03-13T04:12:58.209Z[ 11] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
48862026-03-13T04:12:58.209Z[ 13] 7.00-8.00 sec 33.8 MBytes 284 Mbits/sec
48872026-03-13T04:12:58.209Z[ 15] 7.00-8.00 sec 33.8 MBytes 284 Mbits/sec
48882026-03-13T04:12:58.209Z[ 17] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
48892026-03-13T04:12:58.209Z[ 19] 7.00-8.00 sec 33.7 MBytes 282 Mbits/sec
48902026-03-13T04:12:58.209Z[SUM] 7.00-8.00 sec 270 MBytes 2.26 Gbits/sec
48912026-03-13T04:12:58.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
48922026-03-13T04:12:58.209Z[ 5] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
48932026-03-13T04:12:58.209Z[ 7] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
48942026-03-13T04:12:58.209Z[ 9] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
48952026-03-13T04:12:58.209Z[ 11] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
48962026-03-13T04:12:58.209Z[ 13] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
48972026-03-13T04:12:58.209Z[ 15] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
48982026-03-13T04:12:58.209Z[ 17] 8.00-9.00 sec 33.4 MBytes 280 Mbits/sec
48992026-03-13T04:12:58.209Z[ 19] 8.00-9.00 sec 33.5 MBytes 281 Mbits/sec
49002026-03-13T04:12:58.209Z[SUM] 8.00-9.00 sec 267 MBytes 2.24 Gbits/sec
49012026-03-13T04:12:58.209Z- - - - - - - - - - - - - - - - - - - - - - - - -
49022026-03-13T04:12:58.209Z[ 5] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
49032026-03-13T04:12:58.209Z[ 7] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
49042026-03-13T04:12:58.209Z[ 9] 9.00-10.00 sec 32.8 MBytes 275 Mbits/sec
49052026-03-13T04:12:58.209Z[ 11] 9.00-10.00 sec 32.9 MBytes 276 Mbits/sec
49062026-03-13T04:12:58.209Z[ 13] 9.00-10.00 sec 33.1 MBytes 277 Mbits/sec
49072026-03-13T04:12:58.209Z[ 15] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
49082026-03-13T04:12:58.210Z[ 17] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
49092026-03-13T04:12:58.210Z[ 19] 9.00-10.00 sec 33.0 MBytes 277 Mbits/sec
49102026-03-13T04:12:58.210Z[SUM] 9.00-10.00 sec 264 MBytes 2.21 Gbits/sec
49112026-03-13T04:12:58.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
49122026-03-13T04:12:58.210Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49132026-03-13T04:12:58.210Z[ 7] 10.00-10.00 sec 48.1 KBytes 212 Mbits/sec
49142026-03-13T04:12:58.210Z[ 9] 10.00-10.00 sec 144 KBytes 637 Mbits/sec
49152026-03-13T04:12:58.210Z[ 11] 10.00-10.00 sec 96.2 KBytes 425 Mbits/sec
49162026-03-13T04:12:58.210Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49172026-03-13T04:12:58.210Z[ 15] 10.00-10.00 sec 96.2 KBytes 425 Mbits/sec
49182026-03-13T04:12:58.210Z[ 17] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
49192026-03-13T04:12:58.210Z[ 19] 10.00-10.00 sec 96.2 KBytes 425 Mbits/sec
49202026-03-13T04:12:58.210Z[SUM] 10.00-10.00 sec 481 KBytes 2.12 Gbits/sec
49212026-03-13T04:12:58.210Z- - - - - - - - - - - - - - - - - - - - - - - - -
49222026-03-13T04:12:58.210Z[ ID] Interval Transfer Bandwidth
49232026-03-13T04:12:58.210Z[ 5] 0.00-10.00 sec 326 MBytes 274 Mbits/sec sender
49242026-03-13T04:12:58.210Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49252026-03-13T04:12:58.210Z[ 7] 0.00-10.00 sec 326 MBytes 274 Mbits/sec sender
49262026-03-13T04:12:58.210Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49272026-03-13T04:12:58.210Z[ 9] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
49282026-03-13T04:12:58.210Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49292026-03-13T04:12:58.210Z[ 11] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
49302026-03-13T04:12:58.210Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49312026-03-13T04:12:58.210Z[ 13] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
49322026-03-13T04:12:58.210Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49332026-03-13T04:12:58.210Z[ 15] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
49342026-03-13T04:12:58.210Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49352026-03-13T04:12:58.210Z[ 17] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
49362026-03-13T04:12:58.210Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49372026-03-13T04:12:58.210Z[ 19] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
49382026-03-13T04:12:58.210Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49392026-03-13T04:12:58.210Z[SUM] 0.00-10.00 sec 2.55 GBytes 2.19 Gbits/sec sender
49402026-03-13T04:12:58.210Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
49412026-03-13T04:12:58.214ZRun 7/10...2191.519Mbps
49422026-03-13T04:13:05.236Z-----------------------------------------------------------
49432026-03-13T04:13:05.236ZServer listening on 5201
49442026-03-13T04:13:05.236Z-----------------------------------------------------------
49452026-03-13T04:13:05.236ZAccepted connection from 10.0.0.1, port 37309
49462026-03-13T04:13:05.236Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50089
49472026-03-13T04:13:05.236Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 52728
49482026-03-13T04:13:05.236Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47254
49492026-03-13T04:13:05.236Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61263
49502026-03-13T04:13:05.236Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 64568
49512026-03-13T04:13:05.236Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56871
49522026-03-13T04:13:05.236Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 33396
49532026-03-13T04:13:05.236Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 55677
49542026-03-13T04:13:05.236Z[ ID] Interval Transfer Bandwidth
49552026-03-13T04:13:05.236Z[ 5] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
49562026-03-13T04:13:05.236Z[ 7] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
49572026-03-13T04:13:05.237Z[ 9] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
49582026-03-13T04:13:05.237Z[ 11] 0.00-1.00 sec 26.4 MBytes 222 Mbits/sec
49592026-03-13T04:13:05.237Z[ 13] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
49602026-03-13T04:13:05.237Z[ 15] 0.00-1.00 sec 26.7 MBytes 224 Mbits/sec
49612026-03-13T04:13:05.237Z[ 17] 0.00-1.00 sec 26.6 MBytes 223 Mbits/sec
49622026-03-13T04:13:05.237Z[ 19] 0.00-1.00 sec 26.5 MBytes 222 Mbits/sec
49632026-03-13T04:13:05.237Z[SUM] 0.00-1.00 sec 213 MBytes 1.78 Gbits/sec
49642026-03-13T04:13:05.237Z- - - - - - - - - - - - - - - - - - - - - - - - -
49652026-03-13T04:13:05.237Z[ 5] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
49662026-03-13T04:13:05.237Z[ 7] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
49672026-03-13T04:13:05.237Z[ 9] 1.00-2.00 sec 32.6 MBytes 274 Mbits/sec
49682026-03-13T04:13:05.237Z[ 11] 1.00-2.00 sec 32.6 MBytes 274 Mbits/sec
49692026-03-13T04:13:05.237Z[ 13] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
49702026-03-13T04:13:05.237Z[ 15] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
49712026-03-13T04:13:05.237Z[ 17] 1.00-2.00 sec 32.6 MBytes 273 Mbits/sec
49722026-03-13T04:13:05.237Z[ 19] 1.00-2.00 sec 32.5 MBytes 273 Mbits/sec
49732026-03-13T04:13:05.237Z[SUM] 1.00-2.00 sec 261 MBytes 2.19 Gbits/sec
49742026-03-13T04:13:05.237Z- - - - - - - - - - - - - - - - - - - - - - - - -
49752026-03-13T04:13:05.237Z[ 5] 2.00-3.00 sec 31.8 MBytes 267 Mbits/sec
49762026-03-13T04:13:05.237Z[ 7] 2.00-3.00 sec 31.8 MBytes 267 Mbits/sec
49772026-03-13T04:13:05.237Z[ 9] 2.00-3.00 sec 31.8 MBytes 267 Mbits/sec
49782026-03-13T04:13:05.237Z[ 11] 2.00-3.00 sec 31.9 MBytes 267 Mbits/sec
49792026-03-13T04:13:05.237Z[ 13] 2.00-3.00 sec 32.0 MBytes 268 Mbits/sec
49802026-03-13T04:13:05.237Z[ 15] 2.00-3.00 sec 31.9 MBytes 267 Mbits/sec
49812026-03-13T04:13:05.237Z[ 17] 2.00-3.00 sec 31.9 MBytes 267 Mbits/sec
49822026-03-13T04:13:05.237Z[ 19] 2.00-3.00 sec 31.9 MBytes 268 Mbits/sec
49832026-03-13T04:13:05.237Z[SUM] 2.00-3.00 sec 255 MBytes 2.14 Gbits/sec
49842026-03-13T04:13:05.237Z- - - - - - - - - - - - - - - - - - - - - - - - -
49852026-03-13T04:13:05.237Z[ 5] 3.00-4.00 sec 34.3 MBytes 288 Mbits/sec
49862026-03-13T04:13:05.237Z[ 7] 3.00-4.00 sec 34.3 MBytes 288 Mbits/sec
49872026-03-13T04:13:05.237Z[ 9] 3.00-4.00 sec 34.4 MBytes 288 Mbits/sec
49882026-03-13T04:13:05.237Z[ 11] 3.00-4.00 sec 34.4 MBytes 288 Mbits/sec
49892026-03-13T04:13:05.237Z[ 13] 3.00-4.00 sec 34.4 MBytes 288 Mbits/sec
49902026-03-13T04:13:05.237Z[ 15] 3.00-4.00 sec 34.3 MBytes 288 Mbits/sec
49912026-03-13T04:13:05.237Z[ 17] 3.00-4.00 sec 34.4 MBytes 288 Mbits/sec
49922026-03-13T04:13:05.237Z[ 19] 3.00-4.00 sec 34.3 MBytes 288 Mbits/sec
49932026-03-13T04:13:05.237Z[SUM] 3.00-4.00 sec 275 MBytes 2.30 Gbits/sec
49942026-03-13T04:13:05.237Z- - - - - - - - - - - - - - - - - - - - - - - - -
49952026-03-13T04:13:05.237Z[ 5] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
49962026-03-13T04:13:05.238Z[ 7] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
49972026-03-13T04:13:05.238Z[ 9] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
49982026-03-13T04:13:05.238Z[ 11] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
49992026-03-13T04:13:05.238Z[ 13] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
50002026-03-13T04:13:05.238Z[ 15] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
50012026-03-13T04:13:05.238Z[ 17] 4.00-5.00 sec 33.9 MBytes 284 Mbits/sec
50022026-03-13T04:13:05.238Z[ 19] 4.00-5.00 sec 33.8 MBytes 284 Mbits/sec
50032026-03-13T04:13:05.238Z[SUM] 4.00-5.00 sec 271 MBytes 2.27 Gbits/sec
50042026-03-13T04:13:05.238Z- - - - - - - - - - - - - - - - - - - - - - - - -
50052026-03-13T04:13:05.238Z[ 5] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
50062026-03-13T04:13:05.238Z[ 7] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
50072026-03-13T04:13:05.238Z[ 9] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
50082026-03-13T04:13:05.238Z[ 11] 5.00-6.00 sec 34.2 MBytes 287 Mbits/sec
50092026-03-13T04:13:05.238Z[ 13] 5.00-6.00 sec 34.2 MBytes 287 Mbits/sec
50102026-03-13T04:13:05.238Z[ 15] 5.00-6.00 sec 34.2 MBytes 287 Mbits/sec
50112026-03-13T04:13:05.238Z[ 17] 5.00-6.00 sec 34.1 MBytes 286 Mbits/sec
50122026-03-13T04:13:05.238Z[ 19] 5.00-6.00 sec 34.2 MBytes 287 Mbits/sec
50132026-03-13T04:13:05.238Z[SUM] 5.00-6.00 sec 273 MBytes 2.29 Gbits/sec
50142026-03-13T04:13:05.238Z- - - - - - - - - - - - - - - - - - - - - - - - -
50152026-03-13T04:13:05.238Z[ 5] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
50162026-03-13T04:13:05.238Z[ 7] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
50172026-03-13T04:13:05.238Z[ 9] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
50182026-03-13T04:13:08.349Z[ 11] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
50192026-03-13T04:13:08.349Z[ 13] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
50202026-03-13T04:13:08.349Z[ 15] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
50212026-03-13T04:13:08.349Z[ 17] 6.00-7.00 sec 34.7 MBytes 291 Mbits/sec
50222026-03-13T04:13:08.349Z[ 19] 6.00-7.00 sec 34.6 MBytes 290 Mbits/sec
50232026-03-13T04:13:08.349Z[SUM] 6.00-7.00 sec 277 MBytes 2.33 Gbits/sec
50242026-03-13T04:13:08.349Z- - - - - - - - - - - - - - - - - - - - - - - - -
50252026-03-13T04:13:08.349Z[ 5] 7.00-8.00 sec 34.7 MBytes 291 Mbits/sec
50262026-03-13T04:13:08.349Z[ 7] 7.00-8.00 sec 34.7 MBytes 291 Mbits/sec
50272026-03-13T04:13:08.349Z[ 9] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
50282026-03-13T04:13:08.349Z[ 11] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
50292026-03-13T04:13:08.349Z[ 13] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
50302026-03-13T04:13:08.349Z[ 15] 7.00-8.00 sec 34.7 MBytes 291 Mbits/sec
50312026-03-13T04:13:08.349Z[ 17] 7.00-8.00 sec 34.6 MBytes 290 Mbits/sec
50322026-03-13T04:13:08.349Z[ 19] 7.00-8.00 sec 34.8 MBytes 292 Mbits/sec
50332026-03-13T04:13:08.349Z[SUM] 7.00-8.00 sec 277 MBytes 2.32 Gbits/sec
50342026-03-13T04:13:08.349Z- - - - - - - - - - - - - - - - - - - - - - - - -
50352026-03-13T04:13:08.349Z[ 5] 8.00-9.00 sec 35.0 MBytes 293 Mbits/sec
50362026-03-13T04:13:08.349Z[ 7] 8.00-9.00 sec 35.0 MBytes 293 Mbits/sec
50372026-03-13T04:13:08.350Z[ 9] 8.00-9.00 sec 35.0 MBytes 294 Mbits/sec
50382026-03-13T04:13:08.350Z[ 11] 8.00-9.00 sec 35.0 MBytes 293 Mbits/sec
50392026-03-13T04:13:08.350Z[ 13] 8.00-9.00 sec 35.0 MBytes 293 Mbits/sec
50402026-03-13T04:13:08.350Z[ 15] 8.00-9.00 sec 35.0 MBytes 294 Mbits/sec
50412026-03-13T04:13:08.350Z[ 17] 8.00-9.00 sec 35.0 MBytes 293 Mbits/sec
50422026-03-13T04:13:08.350Z[ 19] 8.00-9.00 sec 35.0 MBytes 293 Mbits/sec
50432026-03-13T04:13:08.350Z[SUM] 8.00-9.00 sec 280 MBytes 2.35 Gbits/sec
50442026-03-13T04:13:08.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
50452026-03-13T04:13:08.350Z[ 5] 9.00-10.00 sec 34.7 MBytes 291 Mbits/sec
50462026-03-13T04:13:08.350Z[ 7] 9.00-10.00 sec 34.7 MBytes 291 Mbits/sec
50472026-03-13T04:13:08.350Z[ 9] 9.00-10.00 sec 34.8 MBytes 292 Mbits/sec
50482026-03-13T04:13:08.350Z[ 11] 9.00-10.00 sec 34.7 MBytes 291 Mbits/sec
50492026-03-13T04:13:08.350Z[ 13] 9.00-10.00 sec 34.7 MBytes 291 Mbits/sec
50502026-03-13T04:13:08.350Z[ 15] 9.00-10.00 sec 34.7 MBytes 291 Mbits/sec
50512026-03-13T04:13:08.350Z[ 17] 9.00-10.00 sec 34.7 MBytes 291 Mbits/sec
50522026-03-13T04:13:08.350Z[ 19] 9.00-10.00 sec 34.7 MBytes 291 Mbits/sec
50532026-03-13T04:13:08.350Z[SUM] 9.00-10.00 sec 278 MBytes 2.33 Gbits/sec
50542026-03-13T04:13:08.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
50552026-03-13T04:13:08.350Z[ 5] 10.00-10.00 sec 144 KBytes 641 Mbits/sec
50562026-03-13T04:13:08.350Z[ 7] 10.00-10.00 sec 144 KBytes 641 Mbits/sec
50572026-03-13T04:13:08.350Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50582026-03-13T04:13:08.350Z[ 11] 10.00-10.00 sec 96.2 KBytes 428 Mbits/sec
50592026-03-13T04:13:08.350Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50602026-03-13T04:13:08.350Z[ 15] 10.00-10.00 sec 96.2 KBytes 428 Mbits/sec
50612026-03-13T04:13:08.350Z[ 17] 10.00-10.00 sec 96.2 KBytes 428 Mbits/sec
50622026-03-13T04:13:08.350Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
50632026-03-13T04:13:08.350Z[SUM] 10.00-10.00 sec 577 KBytes 2.56 Gbits/sec
50642026-03-13T04:13:08.350Z- - - - - - - - - - - - - - - - - - - - - - - - -
50652026-03-13T04:13:08.350Z[ ID] Interval Transfer Bandwidth
50662026-03-13T04:13:08.350Z[ 5] 0.00-10.00 sec 333 MBytes 279 Mbits/sec sender
50672026-03-13T04:13:08.350Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50682026-03-13T04:13:08.351Z[ 7] 0.00-10.00 sec 332 MBytes 279 Mbits/sec sender
50692026-03-13T04:13:08.351Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50702026-03-13T04:13:08.351Z[ 9] 0.00-10.00 sec 332 MBytes 279 Mbits/sec sender
50712026-03-13T04:13:08.351Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50722026-03-13T04:13:08.351Z[ 11] 0.00-10.00 sec 332 MBytes 279 Mbits/sec sender
50732026-03-13T04:13:08.351Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50742026-03-13T04:13:08.351Z[ 13] 0.00-10.00 sec 333 MBytes 279 Mbits/sec sender
50752026-03-13T04:13:08.351Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50762026-03-13T04:13:08.351Z[ 15] 0.00-10.00 sec 333 MBytes 279 Mbits/sec sender
50772026-03-13T04:13:08.351Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50782026-03-13T04:13:08.351Z[ 17] 0.00-10.00 sec 333 MBytes 279 Mbits/sec sender
50792026-03-13T04:13:08.351Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50802026-03-13T04:13:08.351Z[ 19] 0.00-10.00 sec 332 MBytes 279 Mbits/sec sender
50812026-03-13T04:13:08.351Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50822026-03-13T04:13:08.351Z[SUM] 0.00-10.00 sec 2.60 GBytes 2.23 Gbits/sec sender
50832026-03-13T04:13:08.351Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
50842026-03-13T04:13:08.361ZRun 8/10...2231.169Mbps
50852026-03-13T04:13:15.376Z-----------------------------------------------------------
50862026-03-13T04:13:15.376ZServer listening on 5201
50872026-03-13T04:13:15.376Z-----------------------------------------------------------
50882026-03-13T04:13:15.376ZAccepted connection from 10.0.0.1, port 45344
50892026-03-13T04:13:15.376Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37618
50902026-03-13T04:13:15.376Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 63455
50912026-03-13T04:13:15.376Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 49158
50922026-03-13T04:13:15.376Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 54497
50932026-03-13T04:13:15.376Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 44269
50942026-03-13T04:13:15.376Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47060
50952026-03-13T04:13:15.377Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 37586
50962026-03-13T04:13:15.377Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 35119
50972026-03-13T04:13:15.377Z[ ID] Interval Transfer Bandwidth
50982026-03-13T04:13:15.377Z[ 5] 0.00-1.00 sec 25.7 MBytes 215 Mbits/sec
50992026-03-13T04:13:15.377Z[ 7] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51002026-03-13T04:13:15.377Z[ 9] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51012026-03-13T04:13:15.377Z[ 11] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51022026-03-13T04:13:15.377Z[ 13] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51032026-03-13T04:13:15.377Z[ 15] 0.00-1.00 sec 25.8 MBytes 216 Mbits/sec
51042026-03-13T04:13:15.377Z[ 17] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51052026-03-13T04:13:15.377Z[ 19] 0.00-1.00 sec 25.6 MBytes 215 Mbits/sec
51062026-03-13T04:13:15.377Z[SUM] 0.00-1.00 sec 205 MBytes 1.72 Gbits/sec
51072026-03-13T04:13:15.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
51082026-03-13T04:13:15.377Z[ 5] 1.00-2.00 sec 32.1 MBytes 269 Mbits/sec
51092026-03-13T04:13:15.377Z[ 7] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
51102026-03-13T04:13:15.377Z[ 9] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
51112026-03-13T04:13:15.377Z[ 11] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
51122026-03-13T04:13:15.377Z[ 13] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
51132026-03-13T04:13:15.377Z[ 15] 1.00-2.00 sec 32.1 MBytes 269 Mbits/sec
51142026-03-13T04:13:15.377Z[ 17] 1.00-2.00 sec 32.1 MBytes 269 Mbits/sec
51152026-03-13T04:13:15.377Z[ 19] 1.00-2.00 sec 32.2 MBytes 270 Mbits/sec
51162026-03-13T04:13:15.377Z[SUM] 1.00-2.00 sec 257 MBytes 2.16 Gbits/sec
51172026-03-13T04:13:15.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
51182026-03-13T04:13:15.377Z[ 5] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51192026-03-13T04:13:15.377Z[ 7] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51202026-03-13T04:13:15.377Z[ 9] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51212026-03-13T04:13:15.377Z[ 11] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51222026-03-13T04:13:15.377Z[ 13] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51232026-03-13T04:13:15.377Z[ 15] 2.00-3.00 sec 32.9 MBytes 276 Mbits/sec
51242026-03-13T04:13:15.377Z[ 17] 2.00-3.00 sec 33.0 MBytes 277 Mbits/sec
51252026-03-13T04:13:15.377Z[ 19] 2.00-3.00 sec 32.8 MBytes 275 Mbits/sec
51262026-03-13T04:13:15.377Z[SUM] 2.00-3.00 sec 263 MBytes 2.20 Gbits/sec
51272026-03-13T04:13:15.377Z- - - - - - - - - - - - - - - - - - - - - - - - -
51282026-03-13T04:13:15.377Z[ 5] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
51292026-03-13T04:13:15.377Z[ 7] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
51302026-03-13T04:13:15.377Z[ 9] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
51312026-03-13T04:13:15.377Z[ 11] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
51322026-03-13T04:13:15.377Z[ 13] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
51332026-03-13T04:13:15.377Z[ 15] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
51342026-03-13T04:13:15.377Z[ 17] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
51352026-03-13T04:13:15.378Z[ 19] 3.00-4.00 sec 34.8 MBytes 292 Mbits/sec
51362026-03-13T04:13:15.378Z[SUM] 3.00-4.00 sec 278 MBytes 2.33 Gbits/sec
51372026-03-13T04:13:15.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
51382026-03-13T04:13:15.378Z[ 5] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
51392026-03-13T04:13:15.378Z[ 7] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
51402026-03-13T04:13:15.378Z[ 9] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
51412026-03-13T04:13:15.378Z[ 11] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
51422026-03-13T04:13:15.378Z[ 13] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
51432026-03-13T04:13:15.378Z[ 15] 4.00-5.00 sec 33.7 MBytes 282 Mbits/sec
51442026-03-13T04:13:15.378Z[ 17] 4.00-5.00 sec 33.7 MBytes 283 Mbits/sec
51452026-03-13T04:13:15.378Z[ 19] 4.00-5.00 sec 33.8 MBytes 283 Mbits/sec
51462026-03-13T04:13:15.378Z[SUM] 4.00-5.00 sec 270 MBytes 2.26 Gbits/sec
51472026-03-13T04:13:15.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
51482026-03-13T04:13:15.378Z[ 5] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
51492026-03-13T04:13:15.378Z[ 7] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
51502026-03-13T04:13:15.378Z[ 9] 5.00-6.00 sec 32.9 MBytes 276 Mbits/sec
51512026-03-13T04:13:15.378Z[ 11] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
51522026-03-13T04:13:15.378Z[ 13] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
51532026-03-13T04:13:15.378Z[ 15] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
51542026-03-13T04:13:15.378Z[ 17] 5.00-6.00 sec 32.7 MBytes 274 Mbits/sec
51552026-03-13T04:13:15.378Z[ 19] 5.00-6.00 sec 32.8 MBytes 275 Mbits/sec
51562026-03-13T04:13:15.378Z[SUM] 5.00-6.00 sec 262 MBytes 2.20 Gbits/sec
51572026-03-13T04:13:15.378Z- - - - - - - - - - - - - - - - - - - - - - - - -
51582026-03-13T04:13:15.378Z[ 5] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
51592026-03-13T04:13:15.378Z[ 7] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
51602026-03-13T04:13:15.378Z[ 9] 6.00-7.00 sec 33.9 MBytes 284 Mbits/sec
51612026-03-13T04:13:18.488Z[ 11] 6.00-7.00 sec 33.9 MBytes 285 Mbits/sec
51622026-03-13T04:13:18.488Z[ 13] 6.00-7.00 sec 34.0 MBytes 286 Mbits/sec
51632026-03-13T04:13:18.488Z[ 15] 6.00-7.00 sec 33.9 MBytes 285 Mbits/sec
51642026-03-13T04:13:18.488Z[ 17] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
51652026-03-13T04:13:18.488Z[ 19] 6.00-7.00 sec 34.0 MBytes 285 Mbits/sec
51662026-03-13T04:13:18.488Z[SUM] 6.00-7.00 sec 272 MBytes 2.28 Gbits/sec
51672026-03-13T04:13:18.488Z- - - - - - - - - - - - - - - - - - - - - - - - -
51682026-03-13T04:13:18.488Z[ 5] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
51692026-03-13T04:13:18.488Z[ 7] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
51702026-03-13T04:13:18.488Z[ 9] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
51712026-03-13T04:13:18.488Z[ 11] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
51722026-03-13T04:13:18.488Z[ 13] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
51732026-03-13T04:13:18.488Z[ 15] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
51742026-03-13T04:13:18.488Z[ 17] 7.00-8.00 sec 33.5 MBytes 281 Mbits/sec
51752026-03-13T04:13:18.488Z[ 19] 7.00-8.00 sec 33.4 MBytes 280 Mbits/sec
51762026-03-13T04:13:18.488Z[SUM] 7.00-8.00 sec 268 MBytes 2.25 Gbits/sec
51772026-03-13T04:13:18.488Z- - - - - - - - - - - - - - - - - - - - - - - - -
51782026-03-13T04:13:18.488Z[ 5] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
51792026-03-13T04:13:18.488Z[ 7] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
51802026-03-13T04:13:18.488Z[ 9] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
51812026-03-13T04:13:18.488Z[ 11] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
51822026-03-13T04:13:18.488Z[ 13] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
51832026-03-13T04:13:18.488Z[ 15] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
51842026-03-13T04:13:18.488Z[ 17] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
51852026-03-13T04:13:18.488Z[ 19] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
51862026-03-13T04:13:18.489Z[SUM] 8.00-9.00 sec 270 MBytes 2.27 Gbits/sec
51872026-03-13T04:13:18.489Z- - - - - - - - - - - - - - - - - - - - - - - - -
51882026-03-13T04:13:18.489Z[ 5] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
51892026-03-13T04:13:18.489Z[ 7] 9.00-10.00 sec 33.9 MBytes 285 Mbits/sec
51902026-03-13T04:13:18.489Z[ 9] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
51912026-03-13T04:13:18.489Z[ 11] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
51922026-03-13T04:13:18.489Z[ 13] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
51932026-03-13T04:13:18.489Z[ 15] 9.00-10.00 sec 33.8 MBytes 283 Mbits/sec
51942026-03-13T04:13:18.489Z[ 17] 9.00-10.00 sec 33.8 MBytes 284 Mbits/sec
51952026-03-13T04:13:18.489Z[ 19] 9.00-10.00 sec 33.9 MBytes 284 Mbits/sec
51962026-03-13T04:13:18.489Z[SUM] 9.00-10.00 sec 271 MBytes 2.27 Gbits/sec
51972026-03-13T04:13:18.489Z- - - - - - - - - - - - - - - - - - - - - - - - -
51982026-03-13T04:13:18.489Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
51992026-03-13T04:13:18.489Z[ 7] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
52002026-03-13T04:13:18.489Z[ 9] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
52012026-03-13T04:13:18.489Z[ 11] 10.00-10.00 sec 144 KBytes 694 Mbits/sec
52022026-03-13T04:13:18.489Z[ 13] 10.00-10.00 sec 48.1 KBytes 232 Mbits/sec
52032026-03-13T04:13:18.489Z[ 15] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
52042026-03-13T04:13:18.489Z[ 17] 10.00-10.00 sec 144 KBytes 695 Mbits/sec
52052026-03-13T04:13:18.489Z[ 19] 10.00-10.00 sec 96.2 KBytes 463 Mbits/sec
52062026-03-13T04:13:18.489Z[SUM] 10.00-10.00 sec 625 KBytes 3.01 Gbits/sec
52072026-03-13T04:13:18.489Z- - - - - - - - - - - - - - - - - - - - - - - - -
52082026-03-13T04:13:18.489Z[ ID] Interval Transfer Bandwidth
52092026-03-13T04:13:18.489Z[ 5] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52102026-03-13T04:13:18.489Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52112026-03-13T04:13:18.489Z[ 7] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52122026-03-13T04:13:18.489Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52132026-03-13T04:13:18.489Z[ 9] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52142026-03-13T04:13:18.489Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52152026-03-13T04:13:18.489Z[ 11] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52162026-03-13T04:13:18.489Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52172026-03-13T04:13:18.489Z[ 13] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52182026-03-13T04:13:18.493Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52192026-03-13T04:13:18.493Z[ 15] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52202026-03-13T04:13:18.493Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52212026-03-13T04:13:18.493Z[ 17] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52222026-03-13T04:13:18.493Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52232026-03-13T04:13:18.493Z[ 19] 0.00-10.00 sec 327 MBytes 274 Mbits/sec sender
52242026-03-13T04:13:18.493Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52252026-03-13T04:13:18.493Z[SUM] 0.00-10.00 sec 2.56 GBytes 2.19 Gbits/sec sender
52262026-03-13T04:13:18.493Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
52272026-03-13T04:13:18.493ZRun 9/10...2194.847Mbps
52282026-03-13T04:13:25.516Z-----------------------------------------------------------
52292026-03-13T04:13:25.516ZServer listening on 5201
52302026-03-13T04:13:25.516Z-----------------------------------------------------------
52312026-03-13T04:13:25.516ZAccepted connection from 10.0.0.1, port 43062
52322026-03-13T04:13:25.516Z[ 5] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 50952
52332026-03-13T04:13:25.516Z[ 7] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 51292
52342026-03-13T04:13:25.516Z[ 9] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 41326
52352026-03-13T04:13:25.516Z[ 11] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 39653
52362026-03-13T04:13:25.516Z[ 13] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 56971
52372026-03-13T04:13:25.516Z[ 15] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 47801
52382026-03-13T04:13:25.516Z[ 17] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 61002
52392026-03-13T04:13:25.516Z[ 19] local 10.0.0.2 port 5201 connected to 10.0.0.1 port 57490
52402026-03-13T04:13:25.516Z[ ID] Interval Transfer Bandwidth
52412026-03-13T04:13:25.516Z[ 5] 0.00-1.00 sec 27.1 MBytes 227 Mbits/sec
52422026-03-13T04:13:25.516Z[ 7] 0.00-1.00 sec 27.1 MBytes 227 Mbits/sec
52432026-03-13T04:13:25.517Z[ 9] 0.00-1.00 sec 27.0 MBytes 227 Mbits/sec
52442026-03-13T04:13:25.517Z[ 11] 0.00-1.00 sec 27.1 MBytes 227 Mbits/sec
52452026-03-13T04:13:25.517Z[ 13] 0.00-1.00 sec 27.0 MBytes 226 Mbits/sec
52462026-03-13T04:13:25.517Z[ 15] 0.00-1.00 sec 27.0 MBytes 226 Mbits/sec
52472026-03-13T04:13:25.517Z[ 17] 0.00-1.00 sec 27.0 MBytes 226 Mbits/sec
52482026-03-13T04:13:25.517Z[ 19] 0.00-1.00 sec 27.0 MBytes 227 Mbits/sec
52492026-03-13T04:13:25.517Z[SUM] 0.00-1.00 sec 216 MBytes 1.81 Gbits/sec
52502026-03-13T04:13:25.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
52512026-03-13T04:13:25.517Z[ 5] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
52522026-03-13T04:13:25.517Z[ 7] 1.00-2.00 sec 33.3 MBytes 280 Mbits/sec
52532026-03-13T04:13:25.517Z[ 9] 1.00-2.00 sec 33.3 MBytes 280 Mbits/sec
52542026-03-13T04:13:25.517Z[ 11] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
52552026-03-13T04:13:25.517Z[ 13] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
52562026-03-13T04:13:25.517Z[ 15] 1.00-2.00 sec 33.3 MBytes 280 Mbits/sec
52572026-03-13T04:13:25.517Z[ 17] 1.00-2.00 sec 33.4 MBytes 280 Mbits/sec
52582026-03-13T04:13:25.517Z[ 19] 1.00-2.00 sec 33.3 MBytes 279 Mbits/sec
52592026-03-13T04:13:25.517Z[SUM] 1.00-2.00 sec 267 MBytes 2.24 Gbits/sec
52602026-03-13T04:13:25.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
52612026-03-13T04:13:25.517Z[ 5] 2.00-3.00 sec 34.7 MBytes 291 Mbits/sec
52622026-03-13T04:13:25.517Z[ 7] 2.00-3.00 sec 34.7 MBytes 291 Mbits/sec
52632026-03-13T04:13:25.517Z[ 9] 2.00-3.00 sec 34.7 MBytes 291 Mbits/sec
52642026-03-13T04:13:25.517Z[ 11] 2.00-3.00 sec 34.7 MBytes 291 Mbits/sec
52652026-03-13T04:13:25.517Z[ 13] 2.00-3.00 sec 34.6 MBytes 290 Mbits/sec
52662026-03-13T04:13:25.517Z[ 15] 2.00-3.00 sec 34.7 MBytes 291 Mbits/sec
52672026-03-13T04:13:25.517Z[ 17] 2.00-3.00 sec 34.7 MBytes 291 Mbits/sec
52682026-03-13T04:13:25.517Z[ 19] 2.00-3.00 sec 34.8 MBytes 292 Mbits/sec
52692026-03-13T04:13:25.517Z[SUM] 2.00-3.00 sec 278 MBytes 2.33 Gbits/sec
52702026-03-13T04:13:25.517Z- - - - - - - - - - - - - - - - - - - - - - - - -
52712026-03-13T04:13:25.517Z[ 5] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
52722026-03-13T04:13:25.517Z[ 7] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
52732026-03-13T04:13:25.517Z[ 9] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
52742026-03-13T04:13:25.517Z[ 11] 3.00-4.00 sec 34.6 MBytes 290 Mbits/sec
52752026-03-13T04:13:25.517Z[ 13] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
52762026-03-13T04:13:25.517Z[ 15] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
52772026-03-13T04:13:25.517Z[ 17] 3.00-4.00 sec 34.7 MBytes 291 Mbits/sec
52782026-03-13T04:13:25.517Z[ 19] 3.00-4.00 sec 34.6 MBytes 290 Mbits/sec
52792026-03-13T04:13:25.517Z[SUM] 3.00-4.00 sec 277 MBytes 2.33 Gbits/sec
52802026-03-13T04:13:25.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
52812026-03-13T04:13:25.518Z[ 5] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
52822026-03-13T04:13:25.518Z[ 7] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
52832026-03-13T04:13:25.518Z[ 9] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
52842026-03-13T04:13:25.518Z[ 11] 4.00-5.00 sec 32.6 MBytes 273 Mbits/sec
52852026-03-13T04:13:25.518Z[ 13] 4.00-5.00 sec 32.6 MBytes 273 Mbits/sec
52862026-03-13T04:13:25.518Z[ 15] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
52872026-03-13T04:13:25.518Z[ 17] 4.00-5.00 sec 32.4 MBytes 272 Mbits/sec
52882026-03-13T04:13:25.518Z[ 19] 4.00-5.00 sec 32.5 MBytes 273 Mbits/sec
52892026-03-13T04:13:25.518Z[SUM] 4.00-5.00 sec 260 MBytes 2.18 Gbits/sec
52902026-03-13T04:13:25.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
52912026-03-13T04:13:25.518Z[ 5] 5.00-6.00 sec 32.4 MBytes 272 Mbits/sec
52922026-03-13T04:13:25.518Z[ 7] 5.00-6.00 sec 32.5 MBytes 273 Mbits/sec
52932026-03-13T04:13:25.518Z[ 9] 5.00-6.00 sec 32.5 MBytes 273 Mbits/sec
52942026-03-13T04:13:25.518Z[ 11] 5.00-6.00 sec 32.4 MBytes 272 Mbits/sec
52952026-03-13T04:13:25.518Z[ 13] 5.00-6.00 sec 32.4 MBytes 272 Mbits/sec
52962026-03-13T04:13:25.518Z[ 15] 5.00-6.00 sec 32.4 MBytes 272 Mbits/sec
52972026-03-13T04:13:25.518Z[ 17] 5.00-6.00 sec 32.5 MBytes 273 Mbits/sec
52982026-03-13T04:13:25.518Z[ 19] 5.00-6.00 sec 32.4 MBytes 272 Mbits/sec
52992026-03-13T04:13:25.518Z[SUM] 5.00-6.00 sec 260 MBytes 2.18 Gbits/sec
53002026-03-13T04:13:25.518Z- - - - - - - - - - - - - - - - - - - - - - - - -
53012026-03-13T04:13:25.518Z[ 5] 6.00-7.00 sec 33.0 MBytes 277 Mbits/sec
53022026-03-13T04:13:25.518Z[ 7] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
53032026-03-13T04:13:25.518Z[ 9] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
53042026-03-13T04:13:28.629Z[ 11] 6.00-7.00 sec 33.0 MBytes 277 Mbits/sec
53052026-03-13T04:13:28.629Z[ 13] 6.00-7.00 sec 33.1 MBytes 278 Mbits/sec
53062026-03-13T04:13:28.629Z[ 15] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
53072026-03-13T04:13:28.629Z[ 17] 6.00-7.00 sec 33.1 MBytes 277 Mbits/sec
53082026-03-13T04:13:28.629Z[ 19] 6.00-7.00 sec 33.0 MBytes 277 Mbits/sec
53092026-03-13T04:13:28.629Z[SUM] 6.00-7.00 sec 264 MBytes 2.22 Gbits/sec
53102026-03-13T04:13:28.629Z- - - - - - - - - - - - - - - - - - - - - - - - -
53112026-03-13T04:13:28.629Z[ 5] 7.00-8.00 sec 33.7 MBytes 282 Mbits/sec
53122026-03-13T04:13:28.629Z[ 7] 7.00-8.00 sec 33.6 MBytes 282 Mbits/sec
53132026-03-13T04:13:28.629Z[ 9] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
53142026-03-13T04:13:28.629Z[ 11] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
53152026-03-13T04:13:28.629Z[ 13] 7.00-8.00 sec 33.8 MBytes 283 Mbits/sec
53162026-03-13T04:13:28.629Z[ 15] 7.00-8.00 sec 33.7 MBytes 282 Mbits/sec
53172026-03-13T04:13:28.629Z[ 17] 7.00-8.00 sec 33.7 MBytes 282 Mbits/sec
53182026-03-13T04:13:28.629Z[ 19] 7.00-8.00 sec 33.7 MBytes 283 Mbits/sec
53192026-03-13T04:13:28.629Z[SUM] 7.00-8.00 sec 270 MBytes 2.26 Gbits/sec
53202026-03-13T04:13:28.629Z- - - - - - - - - - - - - - - - - - - - - - - - -
53212026-03-13T04:13:28.629Z[ 5] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
53222026-03-13T04:13:28.629Z[ 7] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
53232026-03-13T04:13:28.629Z[ 9] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
53242026-03-13T04:13:28.630Z[ 11] 8.00-9.00 sec 33.7 MBytes 283 Mbits/sec
53252026-03-13T04:13:28.630Z[ 13] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
53262026-03-13T04:13:28.630Z[ 15] 8.00-9.00 sec 33.9 MBytes 284 Mbits/sec
53272026-03-13T04:13:28.630Z[ 17] 8.00-9.00 sec 33.8 MBytes 284 Mbits/sec
53282026-03-13T04:13:28.630Z[ 19] 8.00-9.00 sec 33.8 MBytes 283 Mbits/sec
53292026-03-13T04:13:28.630Z[SUM] 8.00-9.00 sec 270 MBytes 2.27 Gbits/sec
53302026-03-13T04:13:28.630Z- - - - - - - - - - - - - - - - - - - - - - - - -
53312026-03-13T04:13:28.630Z[ 5] 9.00-10.00 sec 32.2 MBytes 270 Mbits/sec
53322026-03-13T04:13:28.630Z[ 7] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
53332026-03-13T04:13:28.630Z[ 9] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
53342026-03-13T04:13:28.630Z[ 11] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
53352026-03-13T04:13:28.630Z[ 13] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
53362026-03-13T04:13:28.630Z[ 15] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
53372026-03-13T04:13:28.630Z[ 17] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
53382026-03-13T04:13:28.630Z[ 19] 9.00-10.00 sec 32.1 MBytes 269 Mbits/sec
53392026-03-13T04:13:28.630Z[SUM] 9.00-10.00 sec 257 MBytes 2.15 Gbits/sec
53402026-03-13T04:13:28.630Z- - - - - - - - - - - - - - - - - - - - - - - - -
53412026-03-13T04:13:28.630Z[ 5] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53422026-03-13T04:13:28.630Z[ 7] 10.00-10.00 sec 144 KBytes 639 Mbits/sec
53432026-03-13T04:13:28.630Z[ 9] 10.00-10.00 sec 96.2 KBytes 426 Mbits/sec
53442026-03-13T04:13:28.630Z[ 11] 10.00-10.00 sec 48.1 KBytes 213 Mbits/sec
53452026-03-13T04:13:28.630Z[ 13] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53462026-03-13T04:13:28.630Z[ 15] 10.00-10.00 sec 96.2 KBytes 426 Mbits/sec
53472026-03-13T04:13:28.630Z[ 17] 10.00-10.00 sec 96.2 KBytes 426 Mbits/sec
53482026-03-13T04:13:28.630Z[ 19] 10.00-10.00 sec 0.00 Bytes 0.00 bits/sec
53492026-03-13T04:13:28.630Z[SUM] 10.00-10.00 sec 481 KBytes 2.13 Gbits/sec
53502026-03-13T04:13:28.630Z- - - - - - - - - - - - - - - - - - - - - - - - -
53512026-03-13T04:13:28.630Z[ ID] Interval Transfer Bandwidth
53522026-03-13T04:13:28.630Z[ 5] 0.00-10.00 sec 327 MBytes 275 Mbits/sec sender
53532026-03-13T04:13:28.630Z[ 5] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53542026-03-13T04:13:28.630Z[ 7] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
53552026-03-13T04:13:28.630Z[ 7] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53562026-03-13T04:13:28.630Z[ 9] 0.00-10.00 sec 328 MBytes 275 Mbits/sec sender
53572026-03-13T04:13:28.630Z[ 9] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53582026-03-13T04:13:28.630Z[ 11] 0.00-10.00 sec 327 MBytes 275 Mbits/sec sender
53592026-03-13T04:13:28.630Z[ 11] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53602026-03-13T04:13:28.630Z[ 13] 0.00-10.00 sec 327 MBytes 275 Mbits/sec sender
53612026-03-13T04:13:28.630Z[ 13] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53622026-03-13T04:13:28.631Z[ 15] 0.00-10.00 sec 327 MBytes 275 Mbits/sec sender
53632026-03-13T04:13:28.631Z[ 15] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53642026-03-13T04:13:28.631Z[ 17] 0.00-10.00 sec 327 MBytes 275 Mbits/sec sender
53652026-03-13T04:13:28.631Z[ 17] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53662026-03-13T04:13:28.631Z[ 19] 0.00-10.00 sec 327 MBytes 275 Mbits/sec sender
53672026-03-13T04:13:28.631Z[ 19] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53682026-03-13T04:13:28.631Z[SUM] 0.00-10.00 sec 2.56 GBytes 2.20 Gbits/sec sender
53692026-03-13T04:13:28.631Z[SUM] 0.00-10.00 sec 0.00 Bytes 0.00 bits/sec receiver
53702026-03-13T04:13:28.634ZRun 10/10...2197.474Mbps
53712026-03-13T04:13:28.634Z###---------------------###
53722026-03-13T04:13:28.634Z::: iPerf done... :::
53732026-03-13T04:13:28.634Z:::Awaiting out files...:::
53742026-03-13T04:13:28.634Z###---------------------###
53752026-03-13T04:13:28.634Z###-----###
53762026-03-13T04:13:28.634Z:::done!:::
53772026-03-13T04:13:28.634Z###-----###
53782026-03-13T04:13:30.184ZBenchmarking iperf-tcp/local/s2c/tx
53792026-03-13T04:13:30.184ZBenchmarking iperf-tcp/local/s2c/tx: Warming up for 3.0000 s
53802026-03-13T04:13:34.207ZBenchmarking iperf-tcp/local/s2c/tx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
53812026-03-13T04:13:54.329ZBenchmarking iperf-tcp/local/s2c/tx: Analyzing
53822026-03-13T04:13:54.445Ziperf-tcp/local/s2c/tx time: [5.4423 µs 5.4424 µs 5.4426 µs]
53832026-03-13T04:13:54.445Z change: [+2.1940% +2.1984% +2.2035%] (p = 0.00 < 0.05)
53842026-03-13T04:13:54.445Z Performance has regressed.
53852026-03-13T04:13:54.445ZFound 7 outliers among 100 measurements (7.00%)
53862026-03-13T04:13:54.445Z 4 (4.00%) low mild
53872026-03-13T04:13:54.445Z 2 (2.00%) high mild
53882026-03-13T04:13:54.445Z 1 (1.00%) high severe
53892026-03-13T04:13:55.621Z
53902026-03-13T04:13:55.621ZBenchmarking iperf-tcp/local/s2c/rx
53912026-03-13T04:13:55.621ZBenchmarking iperf-tcp/local/s2c/rx: Warming up for 3.0000 s
53922026-03-13T04:13:59.643ZBenchmarking iperf-tcp/local/s2c/rx: Collecting 100 samples in estimated 20.000 s (1.3B iterations)
53932026-03-13T04:14:19.807ZBenchmarking iperf-tcp/local/s2c/rx: Analyzing
53942026-03-13T04:14:19.922Ziperf-tcp/local/s2c/rx time: [9.6047 µs 9.6050 µs 9.6052 µs]
53952026-03-13T04:14:19.922Z change: [+2.3323% +2.3418% +2.3491%] (p = 0.00 < 0.05)
53962026-03-13T04:14:19.922Z Performance has regressed.
53972026-03-13T04:14:19.922ZFound 4 outliers among 100 measurements (4.00%)
53982026-03-13T04:14:19.922Z 1 (1.00%) low mild
53992026-03-13T04:14:19.922Z 2 (2.00%) high mild
54002026-03-13T04:14:19.922Z 1 (1.00%) high severe
54012026-03-13T04:14:21.098Z
54022026-03-13T04:14:26.363Z+ cargo ubench
54032026-03-13T04:14:26.551Z Compiling proc-macro2 v1.0.106
54042026-03-13T04:14:26.551Z Compiling quote v1.0.45
54052026-03-13T04:14:26.554Z Compiling unicode-ident v1.0.24
54062026-03-13T04:14:26.554Z Compiling serde_core v1.0.228
54072026-03-13T04:14:26.554Z Compiling cfg-if v1.0.4
54082026-03-13T04:14:26.554Z Compiling libc v0.2.183
54092026-03-13T04:14:26.554Z Compiling memchr v2.8.0
54102026-03-13T04:14:26.554Z Compiling serde v1.0.228
54112026-03-13T04:14:26.671Z Compiling rustversion v1.0.22
54122026-03-13T04:14:26.738Z Compiling zerocopy v0.8.42
54132026-03-13T04:14:27.001Z Compiling version_check v0.9.5
54142026-03-13T04:14:27.022Z Compiling ident_case v1.0.1
54152026-03-13T04:14:27.149Z Compiling either v1.15.0
54162026-03-13T04:14:27.267Z Compiling fnv v1.0.7
54172026-03-13T04:14:27.338Z Compiling strsim v0.11.1
54182026-03-13T04:14:27.370Z Compiling thiserror v2.0.18
54192026-03-13T04:14:27.710Z Compiling pin-project-lite v0.2.17
54202026-03-13T04:14:27.819Z Compiling crossbeam-utils v0.8.21
54212026-03-13T04:14:27.822Z Compiling syn v1.0.109
54222026-03-13T04:14:27.863Z Compiling regex-syntax v0.8.10
54232026-03-13T04:14:28.045Z Compiling aho-corasick v1.1.4
54242026-03-13T04:14:28.123Z Compiling syn v2.0.117
54252026-03-13T04:14:28.166Z Compiling hashbrown v0.16.1
54262026-03-13T04:14:28.178Z Compiling equivalent v1.0.2
54272026-03-13T04:14:28.205Z Compiling winnow v0.7.15
54282026-03-13T04:14:28.501Z Compiling itertools v0.14.0
54292026-03-13T04:14:28.877Z Compiling indexmap v2.13.0
54302026-03-13T04:14:29.693Z Compiling bitflags v2.11.0
54312026-03-13T04:14:29.917Z Compiling regex-automata v0.4.14
54322026-03-13T04:14:29.948Z Compiling toml_parser v1.0.9+spec-1.1.0
54332026-03-13T04:14:30.116Z Compiling heapless v0.8.0
54342026-03-13T04:14:30.145Z Compiling toml_datetime v1.0.0+spec-1.1.0
54352026-03-13T04:14:30.424Z Compiling autocfg v1.5.0
54362026-03-13T04:14:30.491Z Compiling byteorder v1.5.0
54372026-03-13T04:14:30.707Z Compiling hash32 v0.3.1
54382026-03-13T04:14:30.735Z Compiling toml_edit v0.25.4+spec-1.1.0
54392026-03-13T04:14:30.869Z Compiling slog v2.8.2
54402026-03-13T04:14:30.878Z Compiling num-traits v0.2.19
54412026-03-13T04:14:30.883Z Compiling smoltcp v0.11.0
54422026-03-13T04:14:30.982Z Compiling macaddr v1.0.1
54432026-03-13T04:14:31.183Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54442026-03-13T04:14:31.187Z Compiling futures-core v0.3.32
54452026-03-13T04:14:31.285Z Compiling futures-sink v0.3.32
54462026-03-13T04:14:31.360Z Compiling stable_deref_trait v1.2.1
54472026-03-13T04:14:31.378Z Compiling futures-channel v0.3.32
54482026-03-13T04:14:31.499Z Compiling proc-macro-crate v3.5.0
54492026-03-13T04:14:31.631Z Compiling proc-macro-error-attr v1.0.4
54502026-03-13T04:14:31.687Z Compiling crc32fast v1.5.0
54512026-03-13T04:14:31.909Z Compiling darling_core v0.21.3
54522026-03-13T04:14:32.024Z Compiling managed v0.8.0
54532026-03-13T04:14:32.044Z Compiling futures-task v0.3.32
54542026-03-13T04:14:32.051Z Compiling slab v0.4.12
54552026-03-13T04:14:32.065Z Compiling itoa v1.0.17
54562026-03-13T04:14:32.248Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
54572026-03-13T04:14:32.279Z Compiling regex v1.12.3
54582026-03-13T04:14:32.313Z Compiling ref-cast v1.0.25
54592026-03-13T04:14:32.330Z Compiling rand_core v0.10.0
54602026-03-13T04:14:32.514Z Compiling futures-io v0.3.32
54612026-03-13T04:14:32.521Z Compiling getrandom v0.4.2
54622026-03-13T04:14:32.706Z Compiling anyhow v1.0.102
54632026-03-13T04:14:32.747Z Compiling bitflags v1.3.2
54642026-03-13T04:14:32.921Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
54652026-03-13T04:14:33.173Z Compiling proc-macro-error v1.0.4
54662026-03-13T04:14:33.388Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
54672026-03-13T04:14:33.410Z Compiling rustix v1.1.4
54682026-03-13T04:14:33.461Z Compiling ipnetwork v0.21.1
54692026-03-13T04:14:33.581Z Compiling getrandom v0.3.4
54702026-03-13T04:14:33.643Z Compiling serde_derive v1.0.228
54712026-03-13T04:14:33.667Z Compiling zerocopy-derive v0.8.42
54722026-03-13T04:14:33.857Z Compiling thiserror-impl v2.0.18
54732026-03-13T04:14:33.920Z Compiling futures-macro v0.3.32
54742026-03-13T04:14:33.990Z Compiling num_enum_derive v0.7.5
54752026-03-13T04:14:33.999Z Compiling foreign-types-macros v0.2.3
54762026-03-13T04:14:34.799Z Compiling ref-cast-impl v1.0.25
54772026-03-13T04:14:34.953Z Compiling darling_macro v0.21.3
54782026-03-13T04:14:34.971Z Compiling futures-util v0.3.32
54792026-03-13T04:14:35.276Z Compiling cpufeatures v0.3.0
54802026-03-13T04:14:35.355Z Compiling foreign-types-shared v0.3.1
54812026-03-13T04:14:35.460Z Compiling unicode-width v0.2.2
54822026-03-13T04:14:35.548Z Compiling once_cell v1.21.3
54832026-03-13T04:14:35.626Z Compiling cobs v0.3.0
54842026-03-13T04:14:35.634Z Compiling darling v0.21.3
54852026-03-13T04:14:35.719Z Compiling ingot-macros v0.1.1
54862026-03-13T04:14:35.834Z Compiling tracing-core v0.1.36
54872026-03-13T04:14:35.834Z Compiling tabwriter v1.4.1
54882026-03-13T04:14:35.895Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
54892026-03-13T04:14:36.434Z Compiling foreign-types v0.5.0
54902026-03-13T04:14:36.518Z Compiling chacha20 v0.10.0
54912026-03-13T04:14:36.762Z Compiling num_enum v0.7.5
54922026-03-13T04:14:36.895Z Compiling tracing-attributes v0.1.31
54932026-03-13T04:14:36.932Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
54942026-03-13T04:14:37.151Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54952026-03-13T04:14:38.080Z Compiling erased-serde v0.3.31
54962026-03-13T04:14:38.122Z Compiling postcard v1.1.3
54972026-03-13T04:14:38.151Z Compiling errno v0.3.14
54982026-03-13T04:14:38.328Z Compiling futures-executor v0.3.32
54992026-03-13T04:14:38.582Z Compiling cstr-argument v0.1.2
55002026-03-13T04:14:38.659Z Compiling zmij v1.0.21
55012026-03-13T04:14:38.897Z Compiling thiserror v1.0.69
55022026-03-13T04:14:39.023Z Compiling num-conv v0.2.0
55032026-03-13T04:14:39.184Z Compiling powerfmt v0.2.0
55042026-03-13T04:14:39.294Z Compiling time-core v0.1.8
55052026-03-13T04:14:39.339Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
55062026-03-13T04:14:39.374Z Compiling find-msvc-tools v0.1.9
55072026-03-13T04:14:39.464Z Compiling shlex v1.3.0
55082026-03-13T04:14:39.471Z Compiling utf8parse v0.2.2
55092026-03-13T04:14:39.591Z Compiling dyn-clone v1.0.20
55102026-03-13T04:14:39.620Z Compiling pretty-hex v0.4.1
55112026-03-13T04:14:39.671Z Compiling cc v1.2.56
55122026-03-13T04:14:39.689Z Compiling anstyle-parse v1.0.0
55132026-03-13T04:14:39.756Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
55142026-03-13T04:14:39.784Z Compiling time-macros v0.2.27
55152026-03-13T04:14:39.936Z Compiling deranged v0.5.8
55162026-03-13T04:14:40.211Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55172026-03-13T04:14:40.227Z Compiling tracing v0.1.44
55182026-03-13T04:14:40.481Z Compiling ingot-types v0.1.2
55192026-03-13T04:14:40.632Z Compiling futures v0.3.32
55202026-03-13T04:14:41.042Z Compiling ingot v0.1.1
55212026-03-13T04:14:41.166Z Compiling rand v0.10.0
55222026-03-13T04:14:41.282Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55232026-03-13T04:14:41.516Z Compiling thiserror-impl v1.0.69
55242026-03-13T04:14:41.665Z Compiling crossbeam-epoch v0.9.18
55252026-03-13T04:14:41.839Z Compiling uuid v1.22.0
55262026-03-13T04:14:42.218Z Compiling arc-swap v1.8.2
55272026-03-13T04:14:42.242Z Compiling socket2 v0.6.3
55282026-03-13T04:14:42.384Z Compiling nom v8.0.0
55292026-03-13T04:14:42.652Z Compiling thread_local v1.1.9
55302026-03-13T04:14:43.009Z Compiling colorchoice v1.0.4
55312026-03-13T04:14:43.070Z Compiling slog-async v2.8.0
55322026-03-13T04:14:43.080Z Compiling oxnet v0.1.4
55332026-03-13T04:14:43.433Z Compiling iana-time-zone v0.1.65
55342026-03-13T04:14:43.616Z Compiling heck v0.4.1
55352026-03-13T04:14:43.726Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
55362026-03-13T04:14:43.816Z Compiling serde_json v1.0.149
55372026-03-13T04:14:43.865Z Compiling rayon-core v1.13.0
55382026-03-13T04:14:44.030Z Compiling anstyle v1.0.13
55392026-03-13T04:14:44.111Z Compiling anstyle-query v1.1.5
55402026-03-13T04:14:44.230Z Compiling is_terminal_polyfill v1.70.2
55412026-03-13T04:14:44.290Z Compiling lazy_static v1.5.0
55422026-03-13T04:14:44.333Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
55432026-03-13T04:14:44.340Z Compiling colored v3.1.1
55442026-03-13T04:14:44.402Z Compiling slog-scope v4.4.1
55452026-03-13T04:14:44.593Z Compiling anstream v1.0.0
55462026-03-13T04:14:44.867Z Compiling time v0.3.47
55472026-03-13T04:14:45.795Z Compiling rusticata-macros v5.0.0
55482026-03-13T04:14:45.956Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55492026-03-13T04:14:45.992Z Compiling chrono v0.4.44
55502026-03-13T04:14:46.345Z Compiling crossbeam-deque v0.8.6
55512026-03-13T04:14:46.418Z Compiling rand_core v0.9.5
55522026-03-13T04:14:46.611Z Compiling terminal_size v0.4.3
55532026-03-13T04:14:46.739Z Compiling alloca v0.4.0
55542026-03-13T04:14:46.789Z Compiling cookie-factory v0.3.3
55552026-03-13T04:14:46.840Z Compiling half v2.7.1
55562026-03-13T04:14:47.092Z Compiling ppv-lite86 v0.2.21
55572026-03-13T04:14:47.219Z Compiling crossbeam-channel v0.5.15
55582026-03-13T04:14:47.269Z Compiling is-terminal v0.4.17
55592026-03-13T04:14:47.379Z Compiling itertools v0.12.1
55602026-03-13T04:14:47.560Z Compiling take_mut v0.2.2
55612026-03-13T04:14:47.589Z Compiling circular v0.3.0
55622026-03-13T04:14:47.691Z Compiling heck v0.5.0
55632026-03-13T04:14:47.951Z Compiling term v1.2.1
55642026-03-13T04:14:48.063Z Compiling log v0.4.29
55652026-03-13T04:14:48.354Z Compiling ciborium-io v0.2.2
55662026-03-13T04:14:48.464Z Compiling clap_lex v1.0.0
55672026-03-13T04:14:48.766Z Compiling cfg_aliases v0.2.1
55682026-03-13T04:14:48.847Z Compiling plotters-backend v0.3.7
55692026-03-13T04:14:48.871Z Compiling nix v0.31.2
55702026-03-13T04:14:49.339Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
55712026-03-13T04:14:49.344Z Compiling plotters-svg v0.3.7
55722026-03-13T04:14:49.374Z Compiling clap_builder v4.6.0
55732026-03-13T04:14:49.710Z Compiling ciborium-ll v0.2.2
55742026-03-13T04:14:49.713Z Compiling slog-term v2.9.2
55752026-03-13T04:14:49.721Z Compiling slog-stdlog v4.1.1
55762026-03-13T04:14:49.966Z Compiling clap_derive v4.6.0
55772026-03-13T04:14:50.130Z Compiling pcap-parser v0.17.0
55782026-03-13T04:14:50.818Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
55792026-03-13T04:14:51.142Z Compiling rand_chacha v0.9.0
55802026-03-13T04:14:51.862Z Compiling itertools v0.13.0
55812026-03-13T04:14:52.244Z Compiling same-file v1.0.6
55822026-03-13T04:14:52.437Z Compiling cast v0.3.0
55832026-03-13T04:14:52.666Z Compiling walkdir v2.5.0
55842026-03-13T04:14:53.040Z Compiling tinytemplate v1.2.1
55852026-03-13T04:14:53.296Z Compiling rayon v1.11.0
55862026-03-13T04:14:53.354Z Compiling clap v4.6.0
55872026-03-13T04:14:53.444Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
55882026-03-13T04:14:53.666Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
55892026-03-13T04:14:53.906Z Compiling criterion-plot v0.8.2
55902026-03-13T04:14:54.587Z Compiling rand v0.9.2
55912026-03-13T04:14:54.851Z Compiling slog-envlogger v2.2.0
55922026-03-13T04:14:55.523Z Compiling ciborium v0.2.2
55932026-03-13T04:14:55.943Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#ce503058)
55942026-03-13T04:14:56.322Z Compiling plotters v0.3.7
55952026-03-13T04:14:56.587Z Compiling page_size v0.6.0
55962026-03-13T04:14:56.712Z Compiling anes v0.1.6
55972026-03-13T04:14:56.908Z Compiling dtor-proc-macro v0.0.6
55982026-03-13T04:14:57.037Z Compiling oorandom v11.1.5
55992026-03-13T04:14:57.192Z Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests)
56002026-03-13T04:14:57.350Z Compiling dtor v0.1.1
56012026-03-13T04:14:57.436Z Compiling ctor-proc-macro v0.0.7
56022026-03-13T04:14:57.877Z Compiling criterion v0.8.2
56032026-03-13T04:14:57.917Z Compiling ctor v0.6.3
56042026-03-13T04:15:00.679Z Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench)
56052026-03-13T04:16:41.634Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 2m 15s
56062026-03-13T04:16:41.668Z Running benches/userland.rs (target/release-lto/deps/userland-55eef4866effb2e1)
56072026-03-13T04:16:41.670ZGnuplot not found, using plotters backend
56082026-03-13T04:16:41.867ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover
56092026-03-13T04:16:41.867ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56102026-03-13T04:16:47.864ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0001 s (7.0M iterations)
56112026-03-13T04:16:52.560ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56122026-03-13T04:16:52.681Zparse/Hairpin-DHCPv4/wallclock/Discover
56132026-03-13T04:16:52.681Z time: [62.263 ns 62.487 ns 62.760 ns]
56142026-03-13T04:16:52.681Z change: [−3.7637% −2.0565% −0.1363%] (p = 0.02 < 0.05)
56152026-03-13T04:16:52.681Z Change within noise threshold.
56162026-03-13T04:16:52.681ZFound 19 outliers among 100 measurements (19.00%)
56172026-03-13T04:16:52.681Z 17 (17.00%) high mild
56182026-03-13T04:16:52.681Z 2 (2.00%) high severe
56192026-03-13T04:16:54.164Z
56202026-03-13T04:16:54.167ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover
56212026-03-13T04:16:54.167ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Warming up for 3.0000 s
56222026-03-13T04:16:57.169ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Collecting 100 samples in estimated 5.0071 s (3.5M iterations)
56232026-03-13T04:17:02.149ZBenchmarking process/Hairpin-DHCPv4/wallclock/Discover: Analyzing
56242026-03-13T04:17:02.263Zprocess/Hairpin-DHCPv4/wallclock/Discover
56252026-03-13T04:17:02.263Z time: [806.35 ns 807.06 ns 807.88 ns]
56262026-03-13T04:17:02.263Z change: [−0.1505% +0.4177% +0.9165%] (p = 0.13 > 0.05)
56272026-03-13T04:17:02.263Z No change in performance detected.
56282026-03-13T04:17:02.263ZFound 12 outliers among 100 measurements (12.00%)
56292026-03-13T04:17:02.263Z 6 (6.00%) high mild
56302026-03-13T04:17:02.263Z 6 (6.00%) high severe
56312026-03-13T04:17:03.755Z
56322026-03-13T04:17:03.758ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request
56332026-03-13T04:17:03.758ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56342026-03-13T04:17:09.930ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0037 s (6.8M iterations)
56352026-03-13T04:17:14.720ZBenchmarking parse/Hairpin-DHCPv4/wallclock/Request: Analyzing
56362026-03-13T04:17:14.834Zparse/Hairpin-DHCPv4/wallclock/Request
56372026-03-13T04:17:14.834Z time: [62.062 ns 62.277 ns 62.541 ns]
56382026-03-13T04:17:14.834Z change: [−4.0082% −2.2671% −0.2883%] (p = 0.01 < 0.05)
56392026-03-13T04:17:14.834Z Change within noise threshold.
56402026-03-13T04:17:14.834ZFound 19 outliers among 100 measurements (19.00%)
56412026-03-13T04:17:14.834Z 17 (17.00%) high mild
56422026-03-13T04:17:14.834Z 2 (2.00%) high severe
56432026-03-13T04:17:16.325Z
56442026-03-13T04:17:16.327ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request
56452026-03-13T04:17:16.327ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Warming up for 3.0000 s
56462026-03-13T04:17:22.266ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Collecting 100 samples in estimated 5.0068 s (3.5M iterations)
56472026-03-13T04:17:27.120ZBenchmarking process/Hairpin-DHCPv4/wallclock/Request: Analyzing
56482026-03-13T04:17:27.233Zprocess/Hairpin-DHCPv4/wallclock/Request
56492026-03-13T04:17:27.233Z time: [759.01 ns 759.69 ns 760.55 ns]
56502026-03-13T04:17:27.233Z change: [−0.5603% +0.0430% +0.5794%] (p = 0.89 > 0.05)
56512026-03-13T04:17:27.233Z No change in performance detected.
56522026-03-13T04:17:27.233ZFound 6 outliers among 100 measurements (6.00%)
56532026-03-13T04:17:27.233Z 2 (2.00%) high mild
56542026-03-13T04:17:27.233Z 4 (4.00%) high severe
56552026-03-13T04:17:28.723Z
56562026-03-13T04:17:28.726ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit
56572026-03-13T04:17:28.726ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56582026-03-13T04:17:32.357ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0002 s (5.8M iterations)
56592026-03-13T04:17:37.334ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56602026-03-13T04:17:37.338Zparse/Hairpin-DHCPv6/wallclock/Solicit
56612026-03-13T04:17:37.338Z time: [62.353 ns 62.565 ns 62.826 ns]
56622026-03-13T04:17:37.338Z change: [−4.0785% −2.1689% −0.1049%] (p = 0.03 < 0.05)
56632026-03-13T04:17:37.338Z Change within noise threshold.
56642026-03-13T04:17:37.338ZFound 2 outliers among 100 measurements (2.00%)
56652026-03-13T04:17:37.338Z 2 (2.00%) high severe
56662026-03-13T04:17:38.809Z
56672026-03-13T04:17:38.811ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit
56682026-03-13T04:17:38.811ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Warming up for 3.0000 s
56692026-03-13T04:17:42.963ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Collecting 100 samples in estimated 5.0014 s (2.5M iterations)
56702026-03-13T04:17:47.987ZBenchmarking process/Hairpin-DHCPv6/wallclock/Solicit: Analyzing
56712026-03-13T04:17:48.081Zprocess/Hairpin-DHCPv6/wallclock/Solicit
56722026-03-13T04:17:48.081Z time: [1.2028 µs 1.2054 µs 1.2081 µs]
56732026-03-13T04:17:48.081Z change: [+3.7239% +4.0479% +4.3611%] (p = 0.00 < 0.05)
56742026-03-13T04:17:48.081Z Performance has regressed.
56752026-03-13T04:17:48.081ZFound 11 outliers among 100 measurements (11.00%)
56762026-03-13T04:17:48.081Z 7 (7.00%) high mild
56772026-03-13T04:17:48.081Z 4 (4.00%) high severe
56782026-03-13T04:17:49.569Z
56792026-03-13T04:17:49.569ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request
56802026-03-13T04:17:49.569ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56812026-03-13T04:17:53.628ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0047 s (5.2M iterations)
56822026-03-13T04:17:58.402ZBenchmarking parse/Hairpin-DHCPv6/wallclock/Request: Analyzing
56832026-03-13T04:17:58.516Zparse/Hairpin-DHCPv6/wallclock/Request
56842026-03-13T04:17:58.516Z time: [62.494 ns 62.729 ns 63.021 ns]
56852026-03-13T04:17:58.516Z change: [−4.4885% −2.8540% −1.1467%] (p = 0.00 < 0.05)
56862026-03-13T04:17:58.516Z Performance has improved.
56872026-03-13T04:17:58.516ZFound 2 outliers among 100 measurements (2.00%)
56882026-03-13T04:17:58.516Z 1 (1.00%) high mild
56892026-03-13T04:17:58.516Z 1 (1.00%) high severe
56902026-03-13T04:17:59.999Z
56912026-03-13T04:18:00.002ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request
56922026-03-13T04:18:00.002ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Warming up for 3.0000 s
56932026-03-13T04:18:04.402ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Collecting 100 samples in estimated 5.0044 s (2.4M iterations)
56942026-03-13T04:18:09.476ZBenchmarking process/Hairpin-DHCPv6/wallclock/Request: Analyzing
56952026-03-13T04:18:09.589Zprocess/Hairpin-DHCPv6/wallclock/Request
56962026-03-13T04:18:09.589Z time: [1.2588 µs 1.2592 µs 1.2597 µs]
56972026-03-13T04:18:09.589Z change: [+6.9899% +7.3776% +7.7424%] (p = 0.00 < 0.05)
56982026-03-13T04:18:09.589Z Performance has regressed.
56992026-03-13T04:18:09.589ZFound 6 outliers among 100 measurements (6.00%)
57002026-03-13T04:18:09.589Z 3 (3.00%) high mild
57012026-03-13T04:18:09.589Z 3 (3.00%) high severe
57022026-03-13T04:18:11.077Z
57032026-03-13T04:18:11.080ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest
57042026-03-13T04:18:11.080ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
57052026-03-13T04:18:14.164ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0028 s (6.8M iterations)
57062026-03-13T04:18:18.697ZBenchmarking parse/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
57072026-03-13T04:18:18.811Zparse/Hairpin-ICMPv4/wallclock/EchoRequest
57082026-03-13T04:18:18.811Z time: [61.649 ns 61.859 ns 62.108 ns]
57092026-03-13T04:18:18.811Z change: [−4.5145% −2.7280% −0.7522%] (p = 0.00 < 0.05)
57102026-03-13T04:18:18.811Z Change within noise threshold.
57112026-03-13T04:18:18.811ZFound 20 outliers among 100 measurements (20.00%)
57122026-03-13T04:18:18.812Z 18 (18.00%) high mild
57132026-03-13T04:18:18.812Z 2 (2.00%) high severe
57142026-03-13T04:18:20.296Z
57152026-03-13T04:18:20.299ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest
57162026-03-13T04:18:20.299ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Warming up for 3.0000 s
57172026-03-13T04:18:25.346ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0029 s (4.2M iterations)
57182026-03-13T04:18:30.102ZBenchmarking process/Hairpin-ICMPv4/wallclock/EchoRequest: Analyzing
57192026-03-13T04:18:30.214Zprocess/Hairpin-ICMPv4/wallclock/EchoRequest
57202026-03-13T04:18:30.214Z time: [535.36 ns 535.70 ns 536.07 ns]
57212026-03-13T04:18:30.214Z change: [+4.0093% +4.7552% +5.5119%] (p = 0.00 < 0.05)
57222026-03-13T04:18:30.215Z Performance has regressed.
57232026-03-13T04:18:30.215ZFound 17 outliers among 100 measurements (17.00%)
57242026-03-13T04:18:30.215Z 9 (9.00%) high mild
57252026-03-13T04:18:30.215Z 8 (8.00%) high severe
57262026-03-13T04:18:31.705Z
57272026-03-13T04:18:31.705ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest
57282026-03-13T04:18:31.705ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57292026-03-13T04:18:36.108ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0041 s (4.8M iterations)
57302026-03-13T04:18:39.845ZBenchmarking parse/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57312026-03-13T04:18:39.958Zparse/Hairpin-ICMPv6/wallclock/EchoRequest
57322026-03-13T04:18:39.958Z time: [95.606 ns 95.877 ns 96.133 ns]
57332026-03-13T04:18:39.958Z change: [−4.4137% −3.0641% −1.5143%] (p = 0.00 < 0.05)
57342026-03-13T04:18:39.958Z Performance has improved.
57352026-03-13T04:18:39.958ZFound 2 outliers among 100 measurements (2.00%)
57362026-03-13T04:18:39.959Z 1 (1.00%) high mild
57372026-03-13T04:18:39.959Z 1 (1.00%) high severe
57382026-03-13T04:18:41.442Z
57392026-03-13T04:18:41.445ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest
57402026-03-13T04:18:41.445ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Warming up for 3.0000 s
57412026-03-13T04:18:44.540ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Collecting 100 samples in estimated 5.0057 s (3.4M iterations)
57422026-03-13T04:18:48.931ZBenchmarking process/Hairpin-ICMPv6/wallclock/EchoRequest: Analyzing
57432026-03-13T04:18:49.044Zprocess/Hairpin-ICMPv6/wallclock/EchoRequest
57442026-03-13T04:18:49.044Z time: [615.63 ns 615.99 ns 616.42 ns]
57452026-03-13T04:18:49.044Z change: [+1.6667% +2.4389% +3.1600%] (p = 0.00 < 0.05)
57462026-03-13T04:18:49.044Z Performance has regressed.
57472026-03-13T04:18:49.044ZFound 7 outliers among 100 measurements (7.00%)
57482026-03-13T04:18:49.044Z 2 (2.00%) high mild
57492026-03-13T04:18:49.044Z 5 (5.00%) high severe
57502026-03-13T04:18:50.528Z
57512026-03-13T04:18:50.531ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57522026-03-13T04:18:50.532ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57532026-03-13T04:18:53.666ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0021 s (6.7M iterations)
57542026-03-13T04:18:58.206ZBenchmarking parse/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57552026-03-13T04:18:58.319Zparse/Hairpin-ICMPv6/wallclock/NeighborSolicit
57562026-03-13T04:18:58.319Z time: [61.616 ns 61.847 ns 62.124 ns]
57572026-03-13T04:18:58.319Z change: [−3.9009% −2.1799% −0.3543%] (p = 0.02 < 0.05)
57582026-03-13T04:18:58.319Z Change within noise threshold.
57592026-03-13T04:18:58.319ZFound 19 outliers among 100 measurements (19.00%)
57602026-03-13T04:18:58.319Z 16 (16.00%) high mild
57612026-03-13T04:18:58.319Z 3 (3.00%) high severe
57622026-03-13T04:18:59.810Z
57632026-03-13T04:18:59.813ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit
57642026-03-13T04:18:59.813ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Warming up for 3.0000 s
57652026-03-13T04:19:02.907ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Collecting 100 samples in estimated 5.0025 s (3.4M iterations)
57662026-03-13T04:19:07.876ZBenchmarking process/Hairpin-ICMPv6/wallclock/NeighborSolicit: Analyzing
57672026-03-13T04:19:08.120Zprocess/Hairpin-ICMPv6/wallclock/NeighborSolicit
57682026-03-13T04:19:08.120Z time: [835.15 ns 835.37 ns 835.61 ns]
57692026-03-13T04:19:08.120Z change: [+3.2138% +3.7070% +4.1546%] (p = 0.00 < 0.05)
57702026-03-13T04:19:08.120Z Performance has regressed.
57712026-03-13T04:19:08.120ZFound 17 outliers among 100 measurements (17.00%)
57722026-03-13T04:19:08.120Z 7 (7.00%) high mild
57732026-03-13T04:19:08.120Z 10 (10.00%) high severe
57742026-03-13T04:19:09.473Z
57752026-03-13T04:19:09.476ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit
57762026-03-13T04:19:09.476ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57772026-03-13T04:19:12.709ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0022 s (6.5M iterations)
57782026-03-13T04:19:17.156ZBenchmarking parse/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57792026-03-13T04:19:17.268Zparse/Hairpin-ICMPv6/wallclock/RouterSolicit
57802026-03-13T04:19:17.268Z time: [62.459 ns 62.665 ns 62.908 ns]
57812026-03-13T04:19:17.268Z change: [−2.5157% −0.6979% +1.3478%] (p = 0.50 > 0.05)
57822026-03-13T04:19:17.268Z No change in performance detected.
57832026-03-13T04:19:17.268ZFound 11 outliers among 100 measurements (11.00%)
57842026-03-13T04:19:17.268Z 9 (9.00%) high mild
57852026-03-13T04:19:17.268Z 2 (2.00%) high severe
57862026-03-13T04:19:18.765Z
57872026-03-13T04:19:18.768ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit
57882026-03-13T04:19:18.768ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Warming up for 3.0000 s
57892026-03-13T04:19:21.797ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Collecting 100 samples in estimated 5.0010 s (3.5M iterations)
57902026-03-13T04:19:26.652ZBenchmarking process/Hairpin-ICMPv6/wallclock/RouterSolicit: Analyzing
57912026-03-13T04:19:26.776Zprocess/Hairpin-ICMPv6/wallclock/RouterSolicit
57922026-03-13T04:19:26.776Z time: [775.65 ns 775.92 ns 776.19 ns]
57932026-03-13T04:19:26.776Z change: [+2.0929% +2.5967% +3.1253%] (p = 0.00 < 0.05)
57942026-03-13T04:19:26.776Z Performance has regressed.
57952026-03-13T04:19:26.776ZFound 10 outliers among 100 measurements (10.00%)
57962026-03-13T04:19:26.776Z 5 (5.00%) high mild
57972026-03-13T04:19:26.776Z 5 (5.00%) high severe
57982026-03-13T04:19:28.253Z
57992026-03-13T04:19:28.256ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58002026-03-13T04:19:28.256ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58012026-03-13T04:19:31.820ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0008 s (12M iterations)
58022026-03-13T04:19:35.391ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58032026-03-13T04:19:35.503Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58042026-03-13T04:19:35.503Z time: [64.754 ns 64.965 ns 65.230 ns]
58052026-03-13T04:19:35.503Z change: [−2.8728% −1.5778% −0.3244%] (p = 0.02 < 0.05)
58062026-03-13T04:19:35.503Z Change within noise threshold.
58072026-03-13T04:19:35.504ZFound 19 outliers among 100 measurements (19.00%)
58082026-03-13T04:19:35.504Z 18 (18.00%) high mild
58092026-03-13T04:19:35.504Z 1 (1.00%) high severe
58102026-03-13T04:19:36.993Z
58112026-03-13T04:19:36.995ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58122026-03-13T04:19:36.996ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
58132026-03-13T04:19:41.565ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0039 s (4.6M iterations)
58142026-03-13T04:19:46.108ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-0B: Analyzing
58152026-03-13T04:19:46.221Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-0B
58162026-03-13T04:19:46.221Z time: [200.33 ns 200.48 ns 200.64 ns]
58172026-03-13T04:19:46.221Z change: [−3.6570% −2.7287% −1.8502%] (p = 0.00 < 0.05)
58182026-03-13T04:19:46.221Z Performance has improved.
58192026-03-13T04:19:46.221ZFound 15 outliers among 100 measurements (15.00%)
58202026-03-13T04:19:46.221Z 1 (1.00%) low severe
58212026-03-13T04:19:46.221Z 7 (7.00%) low mild
58222026-03-13T04:19:46.221Z 1 (1.00%) high mild
58232026-03-13T04:19:46.221Z 6 (6.00%) high severe
58242026-03-13T04:19:47.711Z
58252026-03-13T04:19:47.714ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58262026-03-13T04:19:47.714ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58272026-03-13T04:19:51.499ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0032 s (5.5M iterations)
58282026-03-13T04:19:56.164ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58292026-03-13T04:19:56.278Zparse/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58302026-03-13T04:19:56.278Z time: [89.243 ns 89.496 ns 89.759 ns]
58312026-03-13T04:19:56.278Z change: [−1.7665% −0.6950% +0.3827%] (p = 0.19 > 0.05)
58322026-03-13T04:19:56.278Z No change in performance detected.
58332026-03-13T04:19:56.278ZFound 15 outliers among 100 measurements (15.00%)
58342026-03-13T04:19:56.278Z 13 (13.00%) high mild
58352026-03-13T04:19:56.278Z 2 (2.00%) high severe
58362026-03-13T04:19:57.751Z
58372026-03-13T04:19:57.754ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58382026-03-13T04:19:57.754ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
58392026-03-13T04:20:02.204ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0070 s (2.4M iterations)
58402026-03-13T04:20:07.184ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
58412026-03-13T04:20:07.297Zprocess/ULP-FastPath/wallclock/V4-Tcp-OUT-1400B
58422026-03-13T04:20:07.297Z time: [243.65 ns 247.42 ns 250.79 ns]
58432026-03-13T04:20:07.297Z change: [+4.1515% +5.7251% +7.5000%] (p = 0.00 < 0.05)
58442026-03-13T04:20:07.297Z Performance has regressed.
58452026-03-13T04:20:08.766Z
58462026-03-13T04:20:08.769ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58472026-03-13T04:20:08.769ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58482026-03-13T04:20:14.554ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0013 s (7.4M iterations)
58492026-03-13T04:20:17.599ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58502026-03-13T04:20:17.752Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58512026-03-13T04:20:17.752Z time: [93.144 ns 94.162 ns 95.264 ns]
58522026-03-13T04:20:17.752Z change: [−4.2425% −3.0198% −1.7868%] (p = 0.00 < 0.05)
58532026-03-13T04:20:17.752Z Performance has improved.
58542026-03-13T04:20:17.752ZFound 19 outliers among 100 measurements (19.00%)
58552026-03-13T04:20:17.752Z 1 (1.00%) high mild
58562026-03-13T04:20:17.752Z 18 (18.00%) high severe
58572026-03-13T04:20:19.160Z
58582026-03-13T04:20:19.164ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58592026-03-13T04:20:19.164ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
58602026-03-13T04:20:24.859ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0024 s (3.7M iterations)
58612026-03-13T04:20:28.924ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-0B: Analyzing
58622026-03-13T04:20:29.087Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-0B
58632026-03-13T04:20:29.087Z time: [199.62 ns 199.87 ns 200.10 ns]
58642026-03-13T04:20:29.087Z change: [−2.1457% −1.3664% −0.5540%] (p = 0.00 < 0.05)
58652026-03-13T04:20:29.087Z Change within noise threshold.
58662026-03-13T04:20:29.087ZFound 14 outliers among 100 measurements (14.00%)
58672026-03-13T04:20:29.087Z 5 (5.00%) low mild
58682026-03-13T04:20:29.087Z 2 (2.00%) high mild
58692026-03-13T04:20:29.087Z 7 (7.00%) high severe
58702026-03-13T04:20:30.529Z
58712026-03-13T04:20:30.535ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58722026-03-13T04:20:30.535ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58732026-03-13T04:20:35.453ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0038 s (4.3M iterations)
58742026-03-13T04:20:39.629ZBenchmarking parse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58752026-03-13T04:20:39.743Zparse/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58762026-03-13T04:20:39.744Z time: [113.55 ns 114.54 ns 115.61 ns]
58772026-03-13T04:20:39.744Z change: [−2.9897% −1.8810% −0.7573%] (p = 0.00 < 0.05)
58782026-03-13T04:20:39.744Z Change within noise threshold.
58792026-03-13T04:20:39.744ZFound 20 outliers among 100 measurements (20.00%)
58802026-03-13T04:20:39.744Z 18 (18.00%) high mild
58812026-03-13T04:20:39.744Z 2 (2.00%) high severe
58822026-03-13T04:20:41.233Z
58832026-03-13T04:20:41.235ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58842026-03-13T04:20:41.236ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
58852026-03-13T04:20:46.203ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0028 s (2.1M iterations)
58862026-03-13T04:20:50.913ZBenchmarking process/ULP-FastPath/wallclock/V4-Tcp-IN-1400B: Analyzing
58872026-03-13T04:20:51.027Zprocess/ULP-FastPath/wallclock/V4-Tcp-IN-1400B
58882026-03-13T04:20:51.027Z time: [222.16 ns 222.28 ns 222.40 ns]
58892026-03-13T04:20:51.027Z change: [−0.5107% +0.4084% +1.3942%] (p = 0.42 > 0.05)
58902026-03-13T04:20:51.027Z No change in performance detected.
58912026-03-13T04:20:51.027ZFound 16 outliers among 100 measurements (16.00%)
58922026-03-13T04:20:51.027Z 2 (2.00%) low mild
58932026-03-13T04:20:51.027Z 4 (4.00%) high mild
58942026-03-13T04:20:51.027Z 10 (10.00%) high severe
58952026-03-13T04:20:52.516Z
58962026-03-13T04:20:52.519ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
58972026-03-13T04:20:52.519ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
58982026-03-13T04:20:55.872ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (13M iterations)
58992026-03-13T04:20:59.619ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
59002026-03-13T04:20:59.732Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59012026-03-13T04:20:59.732Z time: [62.047 ns 62.246 ns 62.494 ns]
59022026-03-13T04:20:59.732Z change: [−3.0818% −1.7322% −0.3779%] (p = 0.01 < 0.05)
59032026-03-13T04:20:59.732Z Change within noise threshold.
59042026-03-13T04:20:59.732ZFound 22 outliers among 100 measurements (22.00%)
59052026-03-13T04:20:59.732Z 4 (4.00%) high mild
59062026-03-13T04:20:59.732Z 18 (18.00%) high severe
59072026-03-13T04:21:01.221Z
59082026-03-13T04:21:01.224ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59092026-03-13T04:21:01.224ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
59102026-03-13T04:21:05.435ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0025 s (5.0M iterations)
59112026-03-13T04:21:10.021ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-0B: Analyzing
59122026-03-13T04:21:10.119Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-0B
59132026-03-13T04:21:10.119Z time: [178.59 ns 178.84 ns 179.06 ns]
59142026-03-13T04:21:10.119Z change: [−3.0925% −2.3503% −1.5368%] (p = 0.00 < 0.05)
59152026-03-13T04:21:10.119Z Performance has improved.
59162026-03-13T04:21:10.119ZFound 7 outliers among 100 measurements (7.00%)
59172026-03-13T04:21:10.119Z 1 (1.00%) high mild
59182026-03-13T04:21:10.119Z 6 (6.00%) high severe
59192026-03-13T04:21:11.610Z
59202026-03-13T04:21:11.613ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59212026-03-13T04:21:11.613ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59222026-03-13T04:21:15.367ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0028 s (5.6M iterations)
59232026-03-13T04:21:20.042ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59242026-03-13T04:21:20.154Zparse/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59252026-03-13T04:21:20.154Z time: [85.520 ns 85.755 ns 86.005 ns]
59262026-03-13T04:21:20.154Z change: [−0.8975% +0.3257% +1.7506%] (p = 0.64 > 0.05)
59272026-03-13T04:21:20.154Z No change in performance detected.
59282026-03-13T04:21:20.154ZFound 11 outliers among 100 measurements (11.00%)
59292026-03-13T04:21:20.154Z 8 (8.00%) high mild
59302026-03-13T04:21:20.154Z 3 (3.00%) high severe
59312026-03-13T04:21:21.648Z
59322026-03-13T04:21:21.651ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59332026-03-13T04:21:21.651ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
59342026-03-13T04:21:26.032ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0028 s (2.4M iterations)
59352026-03-13T04:21:30.908ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-OUT-1400B: Analyzing
59362026-03-13T04:21:31.021Zprocess/ULP-FastPath/wallclock/V4-Udp-OUT-1400B
59372026-03-13T04:21:31.021Z time: [201.33 ns 201.55 ns 201.80 ns]
59382026-03-13T04:21:31.021Z change: [−2.4902% −1.4338% −0.3591%] (p = 0.01 < 0.05)
59392026-03-13T04:21:31.021Z Change within noise threshold.
59402026-03-13T04:21:31.021ZFound 12 outliers among 100 measurements (12.00%)
59412026-03-13T04:21:31.021Z 3 (3.00%) high mild
59422026-03-13T04:21:31.021Z 9 (9.00%) high severe
59432026-03-13T04:21:32.516Z
59442026-03-13T04:21:32.516ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59452026-03-13T04:21:32.516ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59462026-03-13T04:21:38.027ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0030 s (7.6M iterations)
59472026-03-13T04:21:41.202ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59482026-03-13T04:21:41.315Zparse/ULP-FastPath/wallclock/V4-Udp-IN-0B
59492026-03-13T04:21:41.315Z time: [94.887 ns 95.767 ns 96.697 ns]
59502026-03-13T04:21:41.315Z change: [−3.2119% −2.0706% −0.9127%] (p = 0.00 < 0.05)
59512026-03-13T04:21:41.315Z Change within noise threshold.
59522026-03-13T04:21:41.315ZFound 17 outliers among 100 measurements (17.00%)
59532026-03-13T04:21:41.315Z 16 (16.00%) high mild
59542026-03-13T04:21:41.315Z 1 (1.00%) high severe
59552026-03-13T04:21:42.799Z
59562026-03-13T04:21:42.802ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B
59572026-03-13T04:21:42.802ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
59582026-03-13T04:21:48.260ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0034 s (3.8M iterations)
59592026-03-13T04:21:52.345ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-0B: Analyzing
59602026-03-13T04:21:52.457Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-0B
59612026-03-13T04:21:52.457Z time: [180.08 ns 180.76 ns 181.33 ns]
59622026-03-13T04:21:52.457Z change: [−8.7775% −7.2323% −5.6462%] (p = 0.00 < 0.05)
59632026-03-13T04:21:52.457Z Performance has improved.
59642026-03-13T04:21:52.457ZFound 3 outliers among 100 measurements (3.00%)
59652026-03-13T04:21:52.457Z 3 (3.00%) high severe
59662026-03-13T04:21:53.944Z
59672026-03-13T04:21:53.947ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59682026-03-13T04:21:53.947ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59692026-03-13T04:21:58.847ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0057 s (4.3M iterations)
59702026-03-13T04:22:03.018ZBenchmarking parse/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59712026-03-13T04:22:03.131Zparse/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59722026-03-13T04:22:03.131Z time: [115.16 ns 116.07 ns 117.05 ns]
59732026-03-13T04:22:03.131Z change: [−2.0554% −1.0272% +0.0343%] (p = 0.06 > 0.05)
59742026-03-13T04:22:03.131Z No change in performance detected.
59752026-03-13T04:22:03.131ZFound 18 outliers among 100 measurements (18.00%)
59762026-03-13T04:22:03.131Z 16 (16.00%) high mild
59772026-03-13T04:22:03.131Z 2 (2.00%) high severe
59782026-03-13T04:22:04.607Z
59792026-03-13T04:22:04.610ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59802026-03-13T04:22:04.610ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
59812026-03-13T04:22:09.470ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0005 s (2.2M iterations)
59822026-03-13T04:22:14.165ZBenchmarking process/ULP-FastPath/wallclock/V4-Udp-IN-1400B: Analyzing
59832026-03-13T04:22:14.278Zprocess/ULP-FastPath/wallclock/V4-Udp-IN-1400B
59842026-03-13T04:22:14.278Z time: [196.74 ns 196.95 ns 197.19 ns]
59852026-03-13T04:22:14.278Z change: [−1.2490% −0.3385% +0.5820%] (p = 0.48 > 0.05)
59862026-03-13T04:22:14.278Z No change in performance detected.
59872026-03-13T04:22:14.278ZFound 12 outliers among 100 measurements (12.00%)
59882026-03-13T04:22:14.278Z 2 (2.00%) high mild
59892026-03-13T04:22:14.278Z 10 (10.00%) high severe
59902026-03-13T04:22:15.769Z
59912026-03-13T04:22:15.772ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59922026-03-13T04:22:15.772ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
59932026-03-13T04:22:19.354ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0019 s (12M iterations)
59942026-03-13T04:22:23.117ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
59952026-03-13T04:22:23.230Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
59962026-03-13T04:22:23.230Z time: [64.973 ns 65.198 ns 65.472 ns]
59972026-03-13T04:22:23.230Z change: [−2.8624% −1.6282% −0.3201%] (p = 0.01 < 0.05)
59982026-03-13T04:22:23.230Z Change within noise threshold.
59992026-03-13T04:22:23.230ZFound 20 outliers among 100 measurements (20.00%)
60002026-03-13T04:22:23.230Z 16 (16.00%) high mild
60012026-03-13T04:22:23.230Z 4 (4.00%) high severe
60022026-03-13T04:22:24.717Z
60032026-03-13T04:22:24.720ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
60042026-03-13T04:22:24.720ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
60052026-03-13T04:22:29.703ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (4.2M iterations)
60062026-03-13T04:22:34.384ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-0B: Analyzing
60072026-03-13T04:22:34.497Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-0B
60082026-03-13T04:22:34.497Z time: [198.23 ns 198.44 ns 198.63 ns]
60092026-03-13T04:22:34.497Z change: [−3.2949% −2.2331% −1.0339%] (p = 0.00 < 0.05)
60102026-03-13T04:22:34.497Z Performance has improved.
60112026-03-13T04:22:34.497ZFound 9 outliers among 100 measurements (9.00%)
60122026-03-13T04:22:34.497Z 1 (1.00%) low mild
60132026-03-13T04:22:34.497Z 1 (1.00%) high mild
60142026-03-13T04:22:34.497Z 7 (7.00%) high severe
60152026-03-13T04:22:35.992Z
60162026-03-13T04:22:35.995ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60172026-03-13T04:22:35.995ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60182026-03-13T04:22:39.942ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0017 s (5.3M iterations)
60192026-03-13T04:22:44.599ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60202026-03-13T04:22:44.711Zparse/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60212026-03-13T04:22:44.711Z time: [88.899 ns 89.144 ns 89.404 ns]
60222026-03-13T04:22:44.711Z change: [−1.9459% −0.8439% +0.3135%] (p = 0.15 > 0.05)
60232026-03-13T04:22:44.711Z No change in performance detected.
60242026-03-13T04:22:44.711ZFound 2 outliers among 100 measurements (2.00%)
60252026-03-13T04:22:44.711Z 1 (1.00%) high mild
60262026-03-13T04:22:44.711Z 1 (1.00%) high severe
60272026-03-13T04:22:46.196Z
60282026-03-13T04:22:46.199ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60292026-03-13T04:22:46.199ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
60302026-03-13T04:22:50.945ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0082 s (2.2M iterations)
60312026-03-13T04:22:55.881ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
60322026-03-13T04:22:55.993Zprocess/ULP-FastPath/wallclock/V6-Tcp-OUT-1400B
60332026-03-13T04:22:55.994Z time: [222.60 ns 222.89 ns 223.20 ns]
60342026-03-13T04:22:55.994Z change: [+0.9213% +2.3334% +3.8311%] (p = 0.00 < 0.05)
60352026-03-13T04:22:55.994Z Change within noise threshold.
60362026-03-13T04:22:55.994ZFound 16 outliers among 100 measurements (16.00%)
60372026-03-13T04:22:55.994Z 7 (7.00%) high mild
60382026-03-13T04:22:55.994Z 9 (9.00%) high severe
60392026-03-13T04:22:57.488Z
60402026-03-13T04:22:57.490ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60412026-03-13T04:22:57.490ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60422026-03-13T04:23:03.549ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0025 s (6.9M iterations)
60432026-03-13T04:23:06.858ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60442026-03-13T04:23:06.970Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60452026-03-13T04:23:06.970Z time: [94.324 ns 95.475 ns 96.740 ns]
60462026-03-13T04:23:06.970Z change: [−3.1244% −1.9049% −0.6014%] (p = 0.00 < 0.05)
60472026-03-13T04:23:06.970Z Change within noise threshold.
60482026-03-13T04:23:06.970ZFound 18 outliers among 100 measurements (18.00%)
60492026-03-13T04:23:06.970Z 17 (17.00%) high mild
60502026-03-13T04:23:06.970Z 1 (1.00%) high severe
60512026-03-13T04:23:08.444Z
60522026-03-13T04:23:08.447ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60532026-03-13T04:23:08.447ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
60542026-03-13T04:23:14.618ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0027 s (3.4M iterations)
60552026-03-13T04:23:18.908ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-0B: Analyzing
60562026-03-13T04:23:19.020Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-0B
60572026-03-13T04:23:19.020Z time: [194.06 ns 194.32 ns 194.58 ns]
60582026-03-13T04:23:19.020Z change: [−2.5788% −1.5062% −0.2818%] (p = 0.01 < 0.05)
60592026-03-13T04:23:19.020Z Change within noise threshold.
60602026-03-13T04:23:19.020ZFound 10 outliers among 100 measurements (10.00%)
60612026-03-13T04:23:19.020Z 2 (2.00%) high mild
60622026-03-13T04:23:19.020Z 8 (8.00%) high severe
60632026-03-13T04:23:20.512Z
60642026-03-13T04:23:20.515ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60652026-03-13T04:23:20.515ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60662026-03-13T04:23:25.684ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0060 s (4.1M iterations)
60672026-03-13T04:23:29.941ZBenchmarking parse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60682026-03-13T04:23:30.054Zparse/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60692026-03-13T04:23:30.054Z time: [115.03 ns 116.00 ns 117.07 ns]
60702026-03-13T04:23:30.054Z change: [−1.7984% −0.6736% +0.4285%] (p = 0.24 > 0.05)
60712026-03-13T04:23:30.054Z No change in performance detected.
60722026-03-13T04:23:30.054ZFound 20 outliers among 100 measurements (20.00%)
60732026-03-13T04:23:30.054Z 8 (8.00%) high mild
60742026-03-13T04:23:30.054Z 12 (12.00%) high severe
60752026-03-13T04:23:31.539Z
60762026-03-13T04:23:31.542ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60772026-03-13T04:23:31.542ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
60782026-03-13T04:23:36.796ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0119 s (2.0M iterations)
60792026-03-13T04:23:41.614ZBenchmarking process/ULP-FastPath/wallclock/V6-Tcp-IN-1400B: Analyzing
60802026-03-13T04:23:41.726Zprocess/ULP-FastPath/wallclock/V6-Tcp-IN-1400B
60812026-03-13T04:23:41.726Z time: [217.13 ns 217.39 ns 217.71 ns]
60822026-03-13T04:23:41.726Z change: [−1.3382% −0.3193% +0.7623%] (p = 0.57 > 0.05)
60832026-03-13T04:23:41.726Z No change in performance detected.
60842026-03-13T04:23:41.726ZFound 12 outliers among 100 measurements (12.00%)
60852026-03-13T04:23:41.726Z 5 (5.00%) high mild
60862026-03-13T04:23:41.727Z 7 (7.00%) high severe
60872026-03-13T04:23:43.220Z
60882026-03-13T04:23:43.223ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60892026-03-13T04:23:43.223ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
60902026-03-13T04:23:46.741ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0015 s (12M iterations)
60912026-03-13T04:23:50.518ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
60922026-03-13T04:23:50.631Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-0B
60932026-03-13T04:23:50.631Z time: [61.667 ns 61.874 ns 62.124 ns]
60942026-03-13T04:23:50.631Z change: [−3.3325% −2.0782% −0.8399%] (p = 0.00 < 0.05)
60952026-03-13T04:23:50.631Z Change within noise threshold.
60962026-03-13T04:23:50.631ZFound 19 outliers among 100 measurements (19.00%)
60972026-03-13T04:23:50.631Z 19 (19.00%) high severe
60982026-03-13T04:23:52.116Z
60992026-03-13T04:23:52.119ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B
61002026-03-13T04:23:52.119ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
61012026-03-13T04:23:56.864ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0033 s (4.4M iterations)
61022026-03-13T04:24:01.483ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-0B: Analyzing
61032026-03-13T04:24:01.596Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-0B
61042026-03-13T04:24:01.596Z time: [176.77 ns 176.90 ns 177.04 ns]
61052026-03-13T04:24:01.596Z change: [−1.4401% −0.5162% +0.4778%] (p = 0.29 > 0.05)
61062026-03-13T04:24:01.596Z No change in performance detected.
61072026-03-13T04:24:01.596ZFound 12 outliers among 100 measurements (12.00%)
61082026-03-13T04:24:01.596Z 3 (3.00%) low mild
61092026-03-13T04:24:01.596Z 1 (1.00%) high mild
61102026-03-13T04:24:01.596Z 8 (8.00%) high severe
61112026-03-13T04:24:03.092Z
61122026-03-13T04:24:03.095ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61132026-03-13T04:24:03.095ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61142026-03-13T04:24:06.942ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0024 s (5.4M iterations)
61152026-03-13T04:24:11.638ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61162026-03-13T04:24:11.751Zparse/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61172026-03-13T04:24:11.752Z time: [84.913 ns 85.247 ns 85.574 ns]
61182026-03-13T04:24:11.752Z change: [−2.6539% −1.6045% −0.5378%] (p = 0.00 < 0.05)
61192026-03-13T04:24:11.752Z Change within noise threshold.
61202026-03-13T04:24:11.752ZFound 18 outliers among 100 measurements (18.00%)
61212026-03-13T04:24:11.752Z 17 (17.00%) high mild
61222026-03-13T04:24:11.752Z 1 (1.00%) high severe
61232026-03-13T04:24:13.230Z
61242026-03-13T04:24:13.232ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61252026-03-13T04:24:13.232ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
61262026-03-13T04:24:17.794ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0008 s (2.3M iterations)
61272026-03-13T04:24:31.755ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-OUT-1400B: Analyzing
61282026-03-13T04:24:31.791Zprocess/ULP-FastPath/wallclock/V6-Udp-OUT-1400B
61292026-03-13T04:24:31.791Z time: [198.85 ns 199.19 ns 199.57 ns]
61302026-03-13T04:24:31.792Z change: [+0.9954% +2.3271% +3.7189%] (p = 0.00 < 0.05)
61312026-03-13T04:24:31.792Z Change within noise threshold.
61322026-03-13T04:24:31.792ZFound 13 outliers among 100 measurements (13.00%)
61332026-03-13T04:24:31.792Z 3 (3.00%) high mild
61342026-03-13T04:24:31.792Z 10 (10.00%) high severe
61352026-03-13T04:24:31.792Z
61362026-03-13T04:24:31.792ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61372026-03-13T04:24:31.792ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61382026-03-13T04:24:31.792ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0025 s (7.0M iterations)
61392026-03-13T04:24:33.652ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61402026-03-13T04:24:33.763Zparse/ULP-FastPath/wallclock/V6-Udp-IN-0B
61412026-03-13T04:24:33.763Z time: [93.916 ns 94.951 ns 96.074 ns]
61422026-03-13T04:24:33.763Z change: [−3.4954% −2.3689% −1.2413%] (p = 0.00 < 0.05)
61432026-03-13T04:24:33.763Z Performance has improved.
61442026-03-13T04:24:33.763ZFound 18 outliers among 100 measurements (18.00%)
61452026-03-13T04:24:33.763Z 17 (17.00%) high mild
61462026-03-13T04:24:33.763Z 1 (1.00%) high severe
61472026-03-13T04:24:35.230Z
61482026-03-13T04:24:35.232ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B
61492026-03-13T04:24:35.233ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
61502026-03-13T04:24:41.050ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0027 s (3.6M iterations)
61512026-03-13T04:24:45.307ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-0B: Analyzing
61522026-03-13T04:24:45.420Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-0B
61532026-03-13T04:24:45.420Z time: [171.46 ns 171.62 ns 171.76 ns]
61542026-03-13T04:24:45.420Z change: [−2.7833% −1.9009% −0.9858%] (p = 0.00 < 0.05)
61552026-03-13T04:24:45.420Z Change within noise threshold.
61562026-03-13T04:24:45.420ZFound 18 outliers among 100 measurements (18.00%)
61572026-03-13T04:24:45.420Z 11 (11.00%) low mild
61582026-03-13T04:24:45.420Z 2 (2.00%) high mild
61592026-03-13T04:24:45.420Z 5 (5.00%) high severe
61602026-03-13T04:24:46.912Z
61612026-03-13T04:24:46.915ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61622026-03-13T04:24:46.915ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61632026-03-13T04:24:52.006ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0047 s (4.1M iterations)
61642026-03-13T04:24:56.391ZBenchmarking parse/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61652026-03-13T04:24:56.504Zparse/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61662026-03-13T04:24:56.504Z time: [114.89 ns 115.73 ns 116.65 ns]
61672026-03-13T04:24:56.504Z change: [−3.2138% −2.2554% −1.1788%] (p = 0.00 < 0.05)
61682026-03-13T04:24:56.504Z Performance has improved.
61692026-03-13T04:24:56.504ZFound 18 outliers among 100 measurements (18.00%)
61702026-03-13T04:24:56.504Z 16 (16.00%) high mild
61712026-03-13T04:24:56.504Z 2 (2.00%) high severe
61722026-03-13T04:24:57.992Z
61732026-03-13T04:24:57.995ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61742026-03-13T04:24:57.995ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
61752026-03-13T04:25:03.080ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0110 s (2.1M iterations)
61762026-03-13T04:25:07.874ZBenchmarking process/ULP-FastPath/wallclock/V6-Udp-IN-1400B: Analyzing
61772026-03-13T04:25:07.989Zprocess/ULP-FastPath/wallclock/V6-Udp-IN-1400B
61782026-03-13T04:25:07.989Z time: [193.65 ns 193.88 ns 194.14 ns]
61792026-03-13T04:25:07.989Z change: [−1.5038% −0.6099% +0.3681%] (p = 0.23 > 0.05)
61802026-03-13T04:25:07.989Z No change in performance detected.
61812026-03-13T04:25:07.989ZFound 11 outliers among 100 measurements (11.00%)
61822026-03-13T04:25:07.989Z 3 (3.00%) high mild
61832026-03-13T04:25:07.989Z 8 (8.00%) high severe
61842026-03-13T04:25:09.478Z
61852026-03-13T04:25:09.484ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61862026-03-13T04:25:09.484ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61872026-03-13T04:25:12.924ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0006 s (12M iterations)
61882026-03-13T04:25:16.616ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
61892026-03-13T04:25:16.729Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61902026-03-13T04:25:16.729Z time: [65.099 ns 65.317 ns 65.587 ns]
61912026-03-13T04:25:16.729Z change: [−2.6300% −1.3372% +0.0750%] (p = 0.05 > 0.05)
61922026-03-13T04:25:16.729Z No change in performance detected.
61932026-03-13T04:25:16.729ZFound 21 outliers among 100 measurements (21.00%)
61942026-03-13T04:25:16.729Z 2 (2.00%) high mild
61952026-03-13T04:25:16.729Z 19 (19.00%) high severe
61962026-03-13T04:25:18.220Z
61972026-03-13T04:25:18.223ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
61982026-03-13T04:25:18.223ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Warming up for 3.0000 s
61992026-03-13T04:25:22.377ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0046 s (5.0M iterations)
62002026-03-13T04:25:27.375ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B: Analyzing
62012026-03-13T04:25:27.488Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-0B
62022026-03-13T04:25:27.488Z time: [234.09 ns 236.22 ns 238.99 ns]
62032026-03-13T04:25:27.488Z change: [−10.386% +5.1007% +26.496%] (p = 0.59 > 0.05)
62042026-03-13T04:25:27.488Z No change in performance detected.
62052026-03-13T04:25:27.488ZFound 12 outliers among 100 measurements (12.00%)
62062026-03-13T04:25:27.488Z 4 (4.00%) high mild
62072026-03-13T04:25:27.488Z 8 (8.00%) high severe
62082026-03-13T04:25:28.982Z
62092026-03-13T04:25:28.986ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62102026-03-13T04:25:28.986ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
62112026-03-13T04:25:32.661ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0011 s (5.7M iterations)
62122026-03-13T04:25:37.456ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
62132026-03-13T04:25:37.570Zparse/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62142026-03-13T04:25:37.570Z time: [89.909 ns 90.163 ns 90.416 ns]
62152026-03-13T04:25:37.570Z change: [−2.2413% −1.2052% −0.1239%] (p = 0.03 < 0.05)
62162026-03-13T04:25:37.570Z Change within noise threshold.
62172026-03-13T04:25:37.573ZFound 17 outliers among 100 measurements (17.00%)
62182026-03-13T04:25:37.573Z 15 (15.00%) high mild
62192026-03-13T04:25:37.573Z 2 (2.00%) high severe
62202026-03-13T04:25:39.051Z
62212026-03-13T04:25:39.053ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62222026-03-13T04:25:39.053ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Warming up for 3.0000 s
62232026-03-13T04:25:43.392ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0075 s (2.4M iterations)
62242026-03-13T04:25:48.588ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B: Analyzing
62252026-03-13T04:25:48.700Zprocess/ULP-SlowPath/wallclock/V4-Tcp-OUT-1400B
62262026-03-13T04:25:48.700Z time: [289.76 ns 294.22 ns 300.01 ns]
62272026-03-13T04:25:48.700Z change: [−17.142% +1.3927% +23.459%] (p = 0.89 > 0.05)
62282026-03-13T04:25:48.700Z No change in performance detected.
62292026-03-13T04:25:48.700ZFound 10 outliers among 100 measurements (10.00%)
62302026-03-13T04:25:48.700Z 4 (4.00%) high mild
62312026-03-13T04:25:48.700Z 6 (6.00%) high severe
62322026-03-13T04:25:50.197Z
62332026-03-13T04:25:50.199ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62342026-03-13T04:25:50.199ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62352026-03-13T04:25:55.754ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0020 s (7.5M iterations)
62362026-03-13T04:25:58.923ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62372026-03-13T04:25:59.035Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62382026-03-13T04:25:59.035Z time: [95.230 ns 96.262 ns 97.393 ns]
62392026-03-13T04:25:59.035Z change: [−3.0090% −1.9210% −0.8102%] (p = 0.00 < 0.05)
62402026-03-13T04:25:59.035Z Change within noise threshold.
62412026-03-13T04:25:59.035ZFound 20 outliers among 100 measurements (20.00%)
62422026-03-13T04:25:59.035Z 3 (3.00%) high mild
62432026-03-13T04:25:59.036Z 17 (17.00%) high severe
62442026-03-13T04:26:00.502Z
62452026-03-13T04:26:00.505ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62462026-03-13T04:26:00.505ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Warming up for 3.0000 s
62472026-03-13T04:26:05.746ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Collecting 100 samples in estimated 5.0004 s (4.0M iterations)
62482026-03-13T04:26:10.134ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-0B: Analyzing
62492026-03-13T04:26:10.247Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-0B
62502026-03-13T04:26:10.247Z time: [224.94 ns 226.56 ns 228.62 ns]
62512026-03-13T04:26:10.247Z change: [−12.916% −1.0331% +13.875%] (p = 0.89 > 0.05)
62522026-03-13T04:26:10.247Z No change in performance detected.
62532026-03-13T04:26:10.247ZFound 12 outliers among 100 measurements (12.00%)
62542026-03-13T04:26:10.247Z 4 (4.00%) high mild
62552026-03-13T04:26:10.247Z 8 (8.00%) high severe
62562026-03-13T04:26:11.740Z
62572026-03-13T04:26:11.743ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62582026-03-13T04:26:11.743ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62592026-03-13T04:26:16.543ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0017 s (4.4M iterations)
62602026-03-13T04:26:20.830ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62612026-03-13T04:26:20.943Zparse/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62622026-03-13T04:26:20.943Z time: [116.02 ns 116.93 ns 117.92 ns]
62632026-03-13T04:26:20.943Z change: [−2.3031% −1.2966% −0.3180%] (p = 0.01 < 0.05)
62642026-03-13T04:26:20.943Z Change within noise threshold.
62652026-03-13T04:26:20.943ZFound 19 outliers among 100 measurements (19.00%)
62662026-03-13T04:26:20.943Z 1 (1.00%) high mild
62672026-03-13T04:26:20.943Z 18 (18.00%) high severe
62682026-03-13T04:26:22.432Z
62692026-03-13T04:26:22.435ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62702026-03-13T04:26:22.435ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Warming up for 3.0000 s
62712026-03-13T04:26:27.224ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0079 s (2.2M iterations)
62722026-03-13T04:26:32.192ZBenchmarking process/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B: Analyzing
62732026-03-13T04:26:32.304Zprocess/ULP-SlowPath/wallclock/V4-Tcp-IN-1400B
62742026-03-13T04:26:32.305Z time: [265.54 ns 268.32 ns 271.92 ns]
62752026-03-13T04:26:32.305Z change: [−11.946% +0.8184% +15.628%] (p = 0.91 > 0.05)
62762026-03-13T04:26:32.305Z No change in performance detected.
62772026-03-13T04:26:32.305ZFound 11 outliers among 100 measurements (11.00%)
62782026-03-13T04:26:32.305Z 5 (5.00%) high mild
62792026-03-13T04:26:32.305Z 6 (6.00%) high severe
62802026-03-13T04:26:33.800Z
62812026-03-13T04:26:33.803ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62822026-03-13T04:26:33.803ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62832026-03-13T04:26:37.017ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0001 s (13M iterations)
62842026-03-13T04:26:40.888ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62852026-03-13T04:26:41.001Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62862026-03-13T04:26:41.001Z time: [61.834 ns 62.026 ns 62.268 ns]
62872026-03-13T04:26:41.001Z change: [−3.7623% −2.5279% −1.2896%] (p = 0.00 < 0.05)
62882026-03-13T04:26:41.001Z Performance has improved.
62892026-03-13T04:26:41.001ZFound 20 outliers among 100 measurements (20.00%)
62902026-03-13T04:26:41.001Z 1 (1.00%) high mild
62912026-03-13T04:26:41.002Z 19 (19.00%) high severe
62922026-03-13T04:26:42.492Z
62932026-03-13T04:26:42.495ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62942026-03-13T04:26:42.495ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Warming up for 3.0000 s
62952026-03-13T04:26:46.464ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Collecting 100 samples in estimated 5.0009 s (5.3M iterations)
62962026-03-13T04:26:51.523ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-0B: Analyzing
62972026-03-13T04:26:51.635Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-0B
62982026-03-13T04:26:51.635Z time: [212.29 ns 214.28 ns 216.84 ns]
62992026-03-13T04:26:51.635Z change: [−12.775% −0.8107% +12.829%] (p = 0.91 > 0.05)
63002026-03-13T04:26:51.635Z No change in performance detected.
63012026-03-13T04:26:51.635ZFound 11 outliers among 100 measurements (11.00%)
63022026-03-13T04:26:51.635Z 4 (4.00%) high mild
63032026-03-13T04:26:51.635Z 7 (7.00%) high severe
63042026-03-13T04:26:53.127Z
63052026-03-13T04:26:53.130ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63062026-03-13T04:26:53.130ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
63072026-03-13T04:26:56.821ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0030 s (5.7M iterations)
63082026-03-13T04:27:01.581ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
63092026-03-13T04:27:01.694Zparse/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63102026-03-13T04:27:01.694Z time: [85.787 ns 86.063 ns 86.348 ns]
63112026-03-13T04:27:01.695Z change: [−2.0819% −0.8543% +0.2999%] (p = 0.16 > 0.05)
63122026-03-13T04:27:01.695Z No change in performance detected.
63132026-03-13T04:27:01.695ZFound 2 outliers among 100 measurements (2.00%)
63142026-03-13T04:27:01.695Z 2 (2.00%) high severe
63152026-03-13T04:27:03.180Z
63162026-03-13T04:27:03.183ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63172026-03-13T04:27:03.183ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Warming up for 3.0000 s
63182026-03-13T04:27:07.474ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0036 s (2.4M iterations)
63192026-03-13T04:27:12.657ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B: Analyzing
63202026-03-13T04:27:12.770Zprocess/ULP-SlowPath/wallclock/V4-Udp-OUT-1400B
63212026-03-13T04:27:12.770Z time: [268.45 ns 272.74 ns 278.34 ns]
63222026-03-13T04:27:12.770Z change: [−16.491% +1.3179% +24.755%] (p = 0.90 > 0.05)
63232026-03-13T04:27:12.770Z No change in performance detected.
63242026-03-13T04:27:12.770ZFound 10 outliers among 100 measurements (10.00%)
63252026-03-13T04:27:12.770Z 4 (4.00%) high mild
63262026-03-13T04:27:12.770Z 6 (6.00%) high severe
63272026-03-13T04:27:14.264Z
63282026-03-13T04:27:14.267ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63292026-03-13T04:27:14.267ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63302026-03-13T04:27:19.740ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0011 s (7.7M iterations)
63312026-03-13T04:27:22.956ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63322026-03-13T04:27:23.068Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63332026-03-13T04:27:23.068Z time: [96.546 ns 97.525 ns 98.593 ns]
63342026-03-13T04:27:23.068Z change: [−1.3081% −0.2057% +0.8867%] (p = 0.72 > 0.05)
63352026-03-13T04:27:23.068Z No change in performance detected.
63362026-03-13T04:27:23.068ZFound 17 outliers among 100 measurements (17.00%)
63372026-03-13T04:27:23.068Z 16 (16.00%) high mild
63382026-03-13T04:27:23.068Z 1 (1.00%) high severe
63392026-03-13T04:27:24.556Z
63402026-03-13T04:27:24.559ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63412026-03-13T04:27:24.559ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Warming up for 3.0000 s
63422026-03-13T04:27:29.668ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Collecting 100 samples in estimated 5.0043 s (4.1M iterations)
63432026-03-13T04:27:34.033ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-0B: Analyzing
63442026-03-13T04:27:34.145Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-0B
63452026-03-13T04:27:34.145Z time: [199.02 ns 200.45 ns 202.26 ns]
63462026-03-13T04:27:34.145Z change: [−12.621% −0.3122% +14.276%] (p = 0.97 > 0.05)
63472026-03-13T04:27:34.146Z No change in performance detected.
63482026-03-13T04:27:34.146ZFound 12 outliers among 100 measurements (12.00%)
63492026-03-13T04:27:34.146Z 4 (4.00%) high mild
63502026-03-13T04:27:34.146Z 8 (8.00%) high severe
63512026-03-13T04:27:35.691Z
63522026-03-13T04:27:35.696ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63532026-03-13T04:27:35.696ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63542026-03-13T04:27:40.469ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0052 s (4.4M iterations)
63552026-03-13T04:27:44.699ZBenchmarking parse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63562026-03-13T04:27:44.822Zparse/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63572026-03-13T04:27:44.822Z time: [114.02 ns 114.91 ns 115.86 ns]
63582026-03-13T04:27:44.822Z change: [−3.3221% −2.2523% −1.1905%] (p = 0.00 < 0.05)
63592026-03-13T04:27:44.822Z Performance has improved.
63602026-03-13T04:27:44.822ZFound 20 outliers among 100 measurements (20.00%)
63612026-03-13T04:27:44.822Z 5 (5.00%) high mild
63622026-03-13T04:27:44.823Z 15 (15.00%) high severe
63632026-03-13T04:27:46.296Z
63642026-03-13T04:27:46.301ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63652026-03-13T04:27:46.301ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Warming up for 3.0000 s
63662026-03-13T04:27:51.001ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Collecting 100 samples in estimated 5.0071 s (2.2M iterations)
63672026-03-13T04:27:55.995ZBenchmarking process/ULP-SlowPath/wallclock/V4-Udp-IN-1400B: Analyzing
63682026-03-13T04:27:56.087Zprocess/ULP-SlowPath/wallclock/V4-Udp-IN-1400B
63692026-03-13T04:27:56.087Z time: [238.05 ns 240.69 ns 244.11 ns]
63702026-03-13T04:27:56.087Z change: [−11.724% +0.9451% +15.761%] (p = 0.90 > 0.05)
63712026-03-13T04:27:56.087Z No change in performance detected.
63722026-03-13T04:27:56.087ZFound 9 outliers among 100 measurements (9.00%)
63732026-03-13T04:27:56.087Z 3 (3.00%) high mild
63742026-03-13T04:27:56.087Z 6 (6.00%) high severe
63752026-03-13T04:27:57.575Z
63762026-03-13T04:27:57.578ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63772026-03-13T04:27:57.578ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63782026-03-13T04:28:00.989ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0014 s (12M iterations)
63792026-03-13T04:28:04.944ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63802026-03-13T04:28:05.055Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63812026-03-13T04:28:05.056Z time: [64.886 ns 65.106 ns 65.382 ns]
63822026-03-13T04:28:05.056Z change: [−2.3480% −1.0581% +0.1358%] (p = 0.11 > 0.05)
63832026-03-13T04:28:05.056Z No change in performance detected.
63842026-03-13T04:28:05.056ZFound 19 outliers among 100 measurements (19.00%)
63852026-03-13T04:28:05.056Z 17 (17.00%) high mild
63862026-03-13T04:28:05.056Z 2 (2.00%) high severe
63872026-03-13T04:28:06.545Z
63882026-03-13T04:28:06.547ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63892026-03-13T04:28:06.547ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Warming up for 3.0000 s
63902026-03-13T04:28:11.119ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Collecting 100 samples in estimated 5.0010 s (4.6M iterations)
63912026-03-13T04:28:16.168ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B: Analyzing
63922026-03-13T04:28:16.280Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-0B
63932026-03-13T04:28:16.280Z time: [239.26 ns 241.93 ns 245.38 ns]
63942026-03-13T04:28:16.280Z change: [−19.229% +0.0731% +22.721%] (p = 1.00 > 0.05)
63952026-03-13T04:28:16.280Z No change in performance detected.
63962026-03-13T04:28:16.280ZFound 11 outliers among 100 measurements (11.00%)
63972026-03-13T04:28:16.280Z 4 (4.00%) high mild
63982026-03-13T04:28:16.280Z 7 (7.00%) high severe
63992026-03-13T04:28:17.775Z
64002026-03-13T04:28:17.778ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64012026-03-13T04:28:17.778ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
64022026-03-13T04:28:21.689ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0032 s (5.4M iterations)
64032026-03-13T04:28:26.405ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
64042026-03-13T04:28:26.518Zparse/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64052026-03-13T04:28:26.518Z time: [89.174 ns 89.633 ns 90.220 ns]
64062026-03-13T04:28:26.518Z change: [−1.6639% −0.4274% +0.8371%] (p = 0.50 > 0.05)
64072026-03-13T04:28:26.518Z No change in performance detected.
64082026-03-13T04:28:26.518ZFound 3 outliers among 100 measurements (3.00%)
64092026-03-13T04:28:26.518Z 1 (1.00%) high mild
64102026-03-13T04:28:26.518Z 2 (2.00%) high severe
64112026-03-13T04:28:28.012Z
64122026-03-13T04:28:28.014ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64132026-03-13T04:28:28.014ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Warming up for 3.0000 s
64142026-03-13T04:28:32.616ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Collecting 100 samples in estimated 5.0005 s (2.3M iterations)
64152026-03-13T04:28:37.832ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B: Analyzing
64162026-03-13T04:28:37.944Zprocess/ULP-SlowPath/wallclock/V6-Tcp-OUT-1400B
64172026-03-13T04:28:37.944Z time: [300.91 ns 306.12 ns 312.89 ns]
64182026-03-13T04:28:37.944Z change: [−18.459% +0.9111% +23.817%] (p = 0.94 > 0.05)
64192026-03-13T04:28:37.944Z No change in performance detected.
64202026-03-13T04:28:37.944ZFound 11 outliers among 100 measurements (11.00%)
64212026-03-13T04:28:37.944Z 5 (5.00%) high mild
64222026-03-13T04:28:37.944Z 6 (6.00%) high severe
64232026-03-13T04:28:39.440Z
64242026-03-13T04:28:39.443ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64252026-03-13T04:28:39.443ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64262026-03-13T04:28:45.455ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0025 s (7.0M iterations)
64272026-03-13T04:28:48.784ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64282026-03-13T04:28:48.897Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64292026-03-13T04:28:48.897Z time: [94.615 ns 95.782 ns 97.061 ns]
64302026-03-13T04:28:48.897Z change: [−2.7309% −1.5322% −0.3698%] (p = 0.01 < 0.05)
64312026-03-13T04:28:48.897Z Change within noise threshold.
64322026-03-13T04:28:48.897ZFound 18 outliers among 100 measurements (18.00%)
64332026-03-13T04:28:48.897Z 2 (2.00%) high mild
64342026-03-13T04:28:48.897Z 16 (16.00%) high severe
64352026-03-13T04:28:50.382Z
64362026-03-13T04:28:50.384ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64372026-03-13T04:28:50.384ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Warming up for 3.0000 s
64382026-03-13T04:28:56.114ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Collecting 100 samples in estimated 5.0037 s (3.7M iterations)
64392026-03-13T04:29:00.621ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-0B: Analyzing
64402026-03-13T04:29:00.733Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-0B
64412026-03-13T04:29:00.733Z time: [224.50 ns 226.42 ns 228.95 ns]
64422026-03-13T04:29:00.733Z change: [−13.785% −1.0115% +14.425%] (p = 0.89 > 0.05)
64432026-03-13T04:29:00.733Z No change in performance detected.
64442026-03-13T04:29:00.733ZFound 11 outliers among 100 measurements (11.00%)
64452026-03-13T04:29:00.733Z 5 (5.00%) high mild
64462026-03-13T04:29:00.733Z 6 (6.00%) high severe
64472026-03-13T04:29:02.229Z
64482026-03-13T04:29:02.232ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64492026-03-13T04:29:02.232ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64502026-03-13T04:29:07.288ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0005 s (4.1M iterations)
64512026-03-13T04:29:11.611ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64522026-03-13T04:29:11.725Zparse/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64532026-03-13T04:29:11.725Z time: [115.04 ns 115.98 ns 117.00 ns]
64542026-03-13T04:29:11.725Z change: [−2.4044% −1.3771% −0.3596%] (p = 0.01 < 0.05)
64552026-03-13T04:29:11.725Z Change within noise threshold.
64562026-03-13T04:29:11.725ZFound 19 outliers among 100 measurements (19.00%)
64572026-03-13T04:29:11.725Z 19 (19.00%) high severe
64582026-03-13T04:29:13.212Z
64592026-03-13T04:29:13.214ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64602026-03-13T04:29:13.214ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Warming up for 3.0000 s
64612026-03-13T04:29:18.326ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Collecting 100 samples in estimated 5.0120 s (2.1M iterations)
64622026-03-13T04:29:23.294ZBenchmarking process/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B: Analyzing
64632026-03-13T04:29:23.407Zprocess/ULP-SlowPath/wallclock/V6-Tcp-IN-1400B
64642026-03-13T04:29:23.407Z time: [267.28 ns 270.56 ns 274.79 ns]
64652026-03-13T04:29:23.407Z change: [−12.977% +0.6461% +17.066%] (p = 0.93 > 0.05)
64662026-03-13T04:29:23.407Z No change in performance detected.
64672026-03-13T04:29:23.407ZFound 11 outliers among 100 measurements (11.00%)
64682026-03-13T04:29:23.407Z 4 (4.00%) high mild
64692026-03-13T04:29:23.407Z 7 (7.00%) high severe
64702026-03-13T04:29:24.901Z
64712026-03-13T04:29:24.904ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64722026-03-13T04:29:24.904ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64732026-03-13T04:29:28.289ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0002 s (12M iterations)
64742026-03-13T04:29:32.213ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64752026-03-13T04:29:32.325Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64762026-03-13T04:29:32.325Z time: [61.613 ns 61.808 ns 62.051 ns]
64772026-03-13T04:29:32.325Z change: [−3.8300% −2.5808% −1.1436%] (p = 0.00 < 0.05)
64782026-03-13T04:29:32.325Z Performance has improved.
64792026-03-13T04:29:32.326ZFound 20 outliers among 100 measurements (20.00%)
64802026-03-13T04:29:32.326Z 1 (1.00%) high mild
64812026-03-13T04:29:32.326Z 19 (19.00%) high severe
64822026-03-13T04:29:33.817Z
64832026-03-13T04:29:33.820ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64842026-03-13T04:29:33.820ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Warming up for 3.0000 s
64852026-03-13T04:29:38.214ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Collecting 100 samples in estimated 5.0030 s (4.8M iterations)
64862026-03-13T04:29:43.271ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-0B: Analyzing
64872026-03-13T04:29:43.384Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-0B
64882026-03-13T04:29:43.384Z time: [215.61 ns 218.14 ns 221.44 ns]
64892026-03-13T04:29:43.384Z change: [−20.126% +0.0778% +24.948%] (p = 0.99 > 0.05)
64902026-03-13T04:29:43.384Z No change in performance detected.
64912026-03-13T04:29:43.384ZFound 11 outliers among 100 measurements (11.00%)
64922026-03-13T04:29:43.384Z 4 (4.00%) high mild
64932026-03-13T04:29:43.384Z 7 (7.00%) high severe
64942026-03-13T04:29:44.879Z
64952026-03-13T04:29:44.881ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
64962026-03-13T04:29:44.882ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
64972026-03-13T04:29:48.646ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0029 s (5.6M iterations)
64982026-03-13T04:29:53.466ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
64992026-03-13T04:29:53.579Zparse/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65002026-03-13T04:29:53.580Z time: [85.177 ns 85.493 ns 85.815 ns]
65012026-03-13T04:29:53.580Z change: [−2.5026% −1.4095% −0.3386%] (p = 0.01 < 0.05)
65022026-03-13T04:29:53.580Z Change within noise threshold.
65032026-03-13T04:29:53.580ZFound 17 outliers among 100 measurements (17.00%)
65042026-03-13T04:29:53.580Z 16 (16.00%) high mild
65052026-03-13T04:29:53.580Z 1 (1.00%) high severe
65062026-03-13T04:29:55.061Z
65072026-03-13T04:29:55.064ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65082026-03-13T04:29:55.064ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Warming up for 3.0000 s
65092026-03-13T04:29:59.578ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Collecting 100 samples in estimated 5.0037 s (2.3M iterations)
65102026-03-13T04:30:04.801ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B: Analyzing
65112026-03-13T04:30:04.914Zprocess/ULP-SlowPath/wallclock/V6-Udp-OUT-1400B
65122026-03-13T04:30:04.914Z time: [275.85 ns 281.09 ns 287.84 ns]
65132026-03-13T04:30:04.914Z change: [−17.352% +2.8412% +27.687%] (p = 0.81 > 0.05)
65142026-03-13T04:30:04.914Z No change in performance detected.
65152026-03-13T04:30:04.914ZFound 10 outliers among 100 measurements (10.00%)
65162026-03-13T04:30:04.914Z 4 (4.00%) high mild
65172026-03-13T04:30:04.914Z 6 (6.00%) high severe
65182026-03-13T04:30:06.408Z
65192026-03-13T04:30:06.411ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65202026-03-13T04:30:06.411ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65212026-03-13T04:30:12.406ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0006 s (7.0M iterations)
65222026-03-13T04:30:15.655ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65232026-03-13T04:30:15.767Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65242026-03-13T04:30:15.767Z time: [94.676 ns 95.697 ns 96.808 ns]
65252026-03-13T04:30:15.767Z change: [−3.6020% −2.5709% −1.5132%] (p = 0.00 < 0.05)
65262026-03-13T04:30:15.767Z Performance has improved.
65272026-03-13T04:30:15.767ZFound 17 outliers among 100 measurements (17.00%)
65282026-03-13T04:30:15.767Z 16 (16.00%) high mild
65292026-03-13T04:30:15.767Z 1 (1.00%) high severe
65302026-03-13T04:30:17.239Z
65312026-03-13T04:30:17.242ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65322026-03-13T04:30:17.242ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Warming up for 3.0000 s
65332026-03-13T04:30:22.818ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Collecting 100 samples in estimated 5.0041 s (3.8M iterations)
65342026-03-13T04:30:27.244ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-0B: Analyzing
65352026-03-13T04:30:27.358Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-0B
65362026-03-13T04:30:27.358Z time: [198.56 ns 200.35 ns 202.67 ns]
65372026-03-13T04:30:27.358Z change: [−12.882% +0.5826% +18.511%] (p = 0.94 > 0.05)
65382026-03-13T04:30:27.358Z No change in performance detected.
65392026-03-13T04:30:27.358ZFound 12 outliers among 100 measurements (12.00%)
65402026-03-13T04:30:27.358Z 4 (4.00%) high mild
65412026-03-13T04:30:27.358Z 8 (8.00%) high severe
65422026-03-13T04:30:28.850Z
65432026-03-13T04:30:28.852ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65442026-03-13T04:30:28.852ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65452026-03-13T04:30:33.873ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0010 s (4.2M iterations)
65462026-03-13T04:30:38.176ZBenchmarking parse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65472026-03-13T04:30:38.289Zparse/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65482026-03-13T04:30:38.289Z time: [114.98 ns 115.82 ns 116.72 ns]
65492026-03-13T04:30:38.289Z change: [−2.4989% −1.5615% −0.6333%] (p = 0.00 < 0.05)
65502026-03-13T04:30:38.289Z Change within noise threshold.
65512026-03-13T04:30:38.289ZFound 19 outliers among 100 measurements (19.00%)
65522026-03-13T04:30:38.289Z 15 (15.00%) high mild
65532026-03-13T04:30:38.289Z 4 (4.00%) high severe
65542026-03-13T04:30:39.773Z
65552026-03-13T04:30:39.776ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65562026-03-13T04:30:39.776ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Warming up for 3.0000 s
65572026-03-13T04:30:44.745ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Collecting 100 samples in estimated 5.0042 s (2.1M iterations)
65582026-03-13T04:30:49.724ZBenchmarking process/ULP-SlowPath/wallclock/V6-Udp-IN-1400B: Analyzing
65592026-03-13T04:30:49.837Zprocess/ULP-SlowPath/wallclock/V6-Udp-IN-1400B
65602026-03-13T04:30:49.837Z time: [243.02 ns 245.79 ns 249.41 ns]
65612026-03-13T04:30:49.837Z change: [−12.723% +1.6616% +18.560%] (p = 0.84 > 0.05)
65622026-03-13T04:30:49.837Z No change in performance detected.
65632026-03-13T04:30:49.837ZFound 9 outliers among 100 measurements (9.00%)
65642026-03-13T04:30:49.837Z 2 (2.00%) high mild
65652026-03-13T04:30:49.837Z 7 (7.00%) high severe
65662026-03-13T04:30:51.329Z
65672026-03-13T04:30:51.331ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover
65682026-03-13T04:30:51.331ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Warming up for 100.00 µs
65692026-03-13T04:30:51.331ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Collecting 10 samples in estimated 1.0817 ms (550 iterations)
65702026-03-13T04:30:51.331ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Discover: Analyzing
65712026-03-13T04:30:51.331Zprocess/Hairpin-DHCPv4/alloc_ct/Discover
65722026-03-13T04:30:51.332Z time: [18.000 18.000 18.000 ]
65732026-03-13T04:30:51.332Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65742026-03-13T04:30:51.332Z No change in performance detected.
65752026-03-13T04:30:51.332Z
65762026-03-13T04:30:51.332ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request
65772026-03-13T04:30:51.332ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Warming up for 100.00 µs
65782026-03-13T04:30:51.332ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Collecting 10 samples in estimated 1.0629 ms (660 iterations)
65792026-03-13T04:30:51.335ZBenchmarking process/Hairpin-DHCPv4/alloc_ct/Request: Analyzing
65802026-03-13T04:30:51.335Zprocess/Hairpin-DHCPv4/alloc_ct/Request
65812026-03-13T04:30:51.335Z time: [18.000 18.000 18.000 ]
65822026-03-13T04:30:51.335Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65832026-03-13T04:30:51.335Z No change in performance detected.
65842026-03-13T04:30:51.335Z
65852026-03-13T04:30:51.335ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit
65862026-03-13T04:30:51.335ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Warming up for 100.00 µs
65872026-03-13T04:30:51.335ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Collecting 10 samples in estimated 1.0539 ms (440 iterations)
65882026-03-13T04:30:51.335ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Solicit: Analyzing
65892026-03-13T04:30:51.339Zprocess/Hairpin-DHCPv6/alloc_ct/Solicit
65902026-03-13T04:30:51.339Z time: [20.000 20.000 20.000 ]
65912026-03-13T04:30:51.339Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
65922026-03-13T04:30:51.339Z No change in performance detected.
65932026-03-13T04:30:51.339Z
65942026-03-13T04:30:51.339ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request
65952026-03-13T04:30:51.339ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Warming up for 100.00 µs
65962026-03-13T04:30:51.339ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Collecting 10 samples in estimated 1.0484 ms (440 iterations)
65972026-03-13T04:30:51.339ZBenchmarking process/Hairpin-DHCPv6/alloc_ct/Request: Analyzing
65982026-03-13T04:30:51.339Zprocess/Hairpin-DHCPv6/alloc_ct/Request
65992026-03-13T04:30:51.339Z time: [21.000 21.000 21.000 ]
66002026-03-13T04:30:51.339Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66012026-03-13T04:30:51.339Z No change in performance detected.
66022026-03-13T04:30:51.339Z
66032026-03-13T04:30:51.339ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest
66042026-03-13T04:30:51.339ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Warming up for 100.00 µs
66052026-03-13T04:30:51.339ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0631 ms (770 iterations)
66062026-03-13T04:30:51.342ZBenchmarking process/Hairpin-ICMPv4/alloc_ct/EchoRequest: Analyzing
66072026-03-13T04:30:51.342Zprocess/Hairpin-ICMPv4/alloc_ct/EchoRequest
66082026-03-13T04:30:51.342Z time: [13.000 13.000 13.000 ]
66092026-03-13T04:30:51.342Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66102026-03-13T04:30:51.342Z No change in performance detected.
66112026-03-13T04:30:51.342Z
66122026-03-13T04:30:51.343ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest
66132026-03-13T04:30:51.343ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Warming up for 100.00 µs
66142026-03-13T04:30:51.343ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Collecting 10 samples in estimated 1.0596 ms (715 iterations)
66152026-03-13T04:30:51.343ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/EchoRequest: Analyzing
66162026-03-13T04:30:51.343Zprocess/Hairpin-ICMPv6/alloc_ct/EchoRequest
66172026-03-13T04:30:51.343Z time: [12.000 12.000 12.000 ]
66182026-03-13T04:30:51.343Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66192026-03-13T04:30:51.343Z No change in performance detected.
66202026-03-13T04:30:51.343Z
66212026-03-13T04:30:51.343ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66222026-03-13T04:30:51.343ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Warming up for 100.00 µs
66232026-03-13T04:30:51.343ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Collecting 10 samples in estimated 1.0358 ms (605 iterations)
66242026-03-13T04:30:51.346ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/NeighborSolicit: Analyzing
66252026-03-13T04:30:51.346Zprocess/Hairpin-ICMPv6/alloc_ct/NeighborSolicit
66262026-03-13T04:30:51.346Z time: [14.000 14.000 14.000 ]
66272026-03-13T04:30:51.346Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66282026-03-13T04:30:51.346Z No change in performance detected.
66292026-03-13T04:30:51.346Z
66302026-03-13T04:30:51.346ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66312026-03-13T04:30:51.346ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Warming up for 100.00 µs
66322026-03-13T04:30:51.346ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Collecting 10 samples in estimated 1.0129 ms (605 iterations)
66332026-03-13T04:30:51.346ZBenchmarking process/Hairpin-ICMPv6/alloc_ct/RouterSolicit: Analyzing
66342026-03-13T04:30:51.346Zprocess/Hairpin-ICMPv6/alloc_ct/RouterSolicit
66352026-03-13T04:30:51.346Z time: [14.000 14.000 14.000 ]
66362026-03-13T04:30:51.346Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66372026-03-13T04:30:51.346Z No change in performance detected.
66382026-03-13T04:30:51.346Z
66392026-03-13T04:30:51.346ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66402026-03-13T04:30:51.346ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
66412026-03-13T04:30:51.349ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0722 ms (770 iterations)
66422026-03-13T04:30:51.349ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
66432026-03-13T04:30:51.349Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-0B
66442026-03-13T04:30:51.349Z time: [3.0000 3.0000 3.0000 ]
66452026-03-13T04:30:51.349Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66462026-03-13T04:30:51.349Z No change in performance detected.
66472026-03-13T04:30:51.349Z
66482026-03-13T04:30:51.349ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66492026-03-13T04:30:51.349ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
66502026-03-13T04:30:51.349ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0626 ms (440 iterations)
66512026-03-13T04:30:51.349ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
66522026-03-13T04:30:51.352Zprocess/ULP-FastPath/alloc_ct/V4-Tcp-OUT-1400B
66532026-03-13T04:30:51.352Z time: [3.0000 3.0000 3.0000 ]
66542026-03-13T04:30:51.353Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66552026-03-13T04:30:51.353Z No change in performance detected.
66562026-03-13T04:30:51.353Z
66572026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B
66582026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
66592026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0136 ms (715 iterations)
66602026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
66612026-03-13T04:30:51.353ZCriterion.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.
66622026-03-13T04:30:51.353Z
66632026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B
66642026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
66652026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1243 ms (440 iterations)
66662026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
66672026-03-13T04:30:51.353ZCriterion.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.
66682026-03-13T04:30:51.353Z
66692026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66702026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
66712026-03-13T04:30:51.353ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0225 ms (935 iterations)
66722026-03-13T04:30:51.356ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
66732026-03-13T04:30:51.356Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-0B
66742026-03-13T04:30:51.356Z time: [3.0000 3.0000 3.0000 ]
66752026-03-13T04:30:51.356Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66762026-03-13T04:30:51.356Z No change in performance detected.
66772026-03-13T04:30:51.356Z
66782026-03-13T04:30:51.356ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66792026-03-13T04:30:51.356ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
66802026-03-13T04:30:51.356ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0260 ms (440 iterations)
66812026-03-13T04:30:51.356ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
66822026-03-13T04:30:51.359Zprocess/ULP-FastPath/alloc_ct/V4-Udp-OUT-1400B
66832026-03-13T04:30:51.360Z time: [3.0000 3.0000 3.0000 ]
66842026-03-13T04:30:51.360Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
66852026-03-13T04:30:51.360Z No change in performance detected.
66862026-03-13T04:30:51.360Z
66872026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B
66882026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
66892026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0498 ms (825 iterations)
66902026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-0B: Analyzing
66912026-03-13T04:30:51.360ZCriterion.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.
66922026-03-13T04:30:51.360Z
66932026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B
66942026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
66952026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0664 ms (440 iterations)
66962026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
66972026-03-13T04:30:51.360ZCriterion.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.
66982026-03-13T04:30:51.360Z
66992026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
67002026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
67012026-03-13T04:30:51.360ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0492 ms (825 iterations)
67022026-03-13T04:30:51.363ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
67032026-03-13T04:30:51.363Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-0B
67042026-03-13T04:30:51.363Z time: [3.0000 3.0000 3.0000 ]
67052026-03-13T04:30:51.363Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67062026-03-13T04:30:51.363Z No change in performance detected.
67072026-03-13T04:30:51.363Z
67082026-03-13T04:30:51.363ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
67092026-03-13T04:30:51.363ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
67102026-03-13T04:30:51.363ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1135 ms (440 iterations)
67112026-03-13T04:30:51.363ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
67122026-03-13T04:30:51.363Zprocess/ULP-FastPath/alloc_ct/V6-Tcp-OUT-1400B
67132026-03-13T04:30:51.363Z time: [3.0000 3.0000 3.0000 ]
67142026-03-13T04:30:51.363Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67152026-03-13T04:30:51.363Z No change in performance detected.
67162026-03-13T04:30:51.363Z
67172026-03-13T04:30:51.366ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B
67182026-03-13T04:30:51.366ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
67192026-03-13T04:30:51.366ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0671 ms (660 iterations)
67202026-03-13T04:30:51.366ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
67212026-03-13T04:30:51.366ZCriterion.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.
67222026-03-13T04:30:51.366Z
67232026-03-13T04:30:51.366ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B
67242026-03-13T04:30:51.366ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
67252026-03-13T04:30:51.366ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0176 ms (385 iterations)
67262026-03-13T04:30:51.367ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
67272026-03-13T04:30:51.367ZCriterion.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.
67282026-03-13T04:30:51.367Z
67292026-03-13T04:30:51.367ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67302026-03-13T04:30:51.367ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
67312026-03-13T04:30:51.367ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0203 ms (880 iterations)
67322026-03-13T04:30:51.370ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
67332026-03-13T04:30:51.370Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-0B
67342026-03-13T04:30:51.370Z time: [3.0000 3.0000 3.0000 ]
67352026-03-13T04:30:51.370Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67362026-03-13T04:30:51.370Z No change in performance detected.
67372026-03-13T04:30:51.370Z
67382026-03-13T04:30:51.370ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67392026-03-13T04:30:51.370ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
67402026-03-13T04:30:51.370ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0424 ms (440 iterations)
67412026-03-13T04:30:51.370ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
67422026-03-13T04:30:51.370Zprocess/ULP-FastPath/alloc_ct/V6-Udp-OUT-1400B
67432026-03-13T04:30:51.370Z time: [3.0000 3.0000 3.0000 ]
67442026-03-13T04:30:51.370Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67452026-03-13T04:30:51.370Z No change in performance detected.
67462026-03-13T04:30:51.370Z
67472026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B
67482026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
67492026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0213 ms (715 iterations)
67502026-03-13T04:30:51.374ZCriterion.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.
67512026-03-13T04:30:51.374Z
67522026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-0B: Analyzing
67532026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B
67542026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
67552026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1253 ms (440 iterations)
67562026-03-13T04:30:51.374ZBenchmarking process/ULP-FastPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
67572026-03-13T04:30:51.374ZCriterion.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.
67582026-03-13T04:30:51.374Z
67592026-03-13T04:30:51.374ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67602026-03-13T04:30:51.374ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Warming up for 100.00 µs
67612026-03-13T04:30:51.374ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0422 ms (275 iterations)
67622026-03-13T04:30:51.374ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B: Analyzing
67632026-03-13T04:30:51.377Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-0B
67642026-03-13T04:30:51.377Z time: [35.000 35.000 35.000 ]
67652026-03-13T04:30:51.377Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67662026-03-13T04:30:51.377Z No change in performance detected.
67672026-03-13T04:30:51.377Z
67682026-03-13T04:30:51.377ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67692026-03-13T04:30:51.377ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
67702026-03-13T04:30:51.377ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0571 ms (220 iterations)
67712026-03-13T04:30:51.377ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B: Analyzing
67722026-03-13T04:30:51.377Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-OUT-1400B
67732026-03-13T04:30:51.377Z time: [35.000 35.000 35.000 ]
67742026-03-13T04:30:51.377Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67752026-03-13T04:30:51.377Z No change in performance detected.
67762026-03-13T04:30:51.377Z
67772026-03-13T04:30:51.378ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67782026-03-13T04:30:51.378ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Warming up for 100.00 µs
67792026-03-13T04:30:51.378ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0689 ms (385 iterations)
67802026-03-13T04:30:51.382ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B: Analyzing
67812026-03-13T04:30:51.382Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-0B
67822026-03-13T04:30:51.382Z time: [20.000 20.000 20.000 ]
67832026-03-13T04:30:51.382Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67842026-03-13T04:30:51.382Z No change in performance detected.
67852026-03-13T04:30:51.382Z
67862026-03-13T04:30:51.382ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67872026-03-13T04:30:51.382ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Warming up for 100.00 µs
67882026-03-13T04:30:51.382ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1213 ms (275 iterations)
67892026-03-13T04:30:51.382ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B: Analyzing
67902026-03-13T04:30:51.382Zprocess/ULP-SlowPath/alloc_ct/V4-Tcp-IN-1400B
67912026-03-13T04:30:51.382Z time: [20.000 20.000 20.000 ]
67922026-03-13T04:30:51.382Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
67932026-03-13T04:30:51.382Z No change in performance detected.
67942026-03-13T04:30:51.382Z
67952026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
67962026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Warming up for 100.00 µs
67972026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.1112 ms (275 iterations)
67982026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B: Analyzing
67992026-03-13T04:30:51.385Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-0B
68002026-03-13T04:30:51.385Z time: [35.000 35.000 35.000 ]
68012026-03-13T04:30:51.385Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68022026-03-13T04:30:51.385Z No change in performance detected.
68032026-03-13T04:30:51.385Z
68042026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
68052026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Warming up for 100.00 µs
68062026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.1067 ms (220 iterations)
68072026-03-13T04:30:51.385ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B: Analyzing
68082026-03-13T04:30:51.385Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-OUT-1400B
68092026-03-13T04:30:51.386Z time: [35.000 35.000 35.000 ]
68102026-03-13T04:30:51.386Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68112026-03-13T04:30:51.386Z No change in performance detected.
68122026-03-13T04:30:51.386Z
68132026-03-13T04:30:51.386ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
68142026-03-13T04:30:51.386ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Warming up for 100.00 µs
68152026-03-13T04:30:51.386ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0482 ms (385 iterations)
68162026-03-13T04:30:51.389ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B: Analyzing
68172026-03-13T04:30:51.389Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-0B
68182026-03-13T04:30:51.389Z time: [20.000 20.000 20.000 ]
68192026-03-13T04:30:51.389Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68202026-03-13T04:30:51.389Z No change in performance detected.
68212026-03-13T04:30:51.389Z
68222026-03-13T04:30:51.389ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68232026-03-13T04:30:51.389ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Warming up for 100.00 µs
68242026-03-13T04:30:51.389ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0735 ms (275 iterations)
68252026-03-13T04:30:51.389ZBenchmarking process/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B: Analyzing
68262026-03-13T04:30:51.392Zprocess/ULP-SlowPath/alloc_ct/V4-Udp-IN-1400B
68272026-03-13T04:30:51.392Z time: [20.000 20.000 20.000 ]
68282026-03-13T04:30:51.392Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68292026-03-13T04:30:51.392Z No change in performance detected.
68302026-03-13T04:30:51.392Z
68312026-03-13T04:30:51.392ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68322026-03-13T04:30:51.392ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Warming up for 100.00 µs
68332026-03-13T04:30:51.392ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1491 ms (275 iterations)
68342026-03-13T04:30:51.392ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B: Analyzing
68352026-03-13T04:30:51.392Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-0B
68362026-03-13T04:30:51.392Z time: [35.000 35.000 35.000 ]
68372026-03-13T04:30:51.392Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68382026-03-13T04:30:51.392Z No change in performance detected.
68392026-03-13T04:30:51.392Z
68402026-03-13T04:30:51.392ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68412026-03-13T04:30:51.392ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
68422026-03-13T04:30:51.392ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1227 ms (220 iterations)
68432026-03-13T04:30:51.395ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B: Analyzing
68442026-03-13T04:30:51.395Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-OUT-1400B
68452026-03-13T04:30:51.395Z time: [35.000 35.000 35.000 ]
68462026-03-13T04:30:51.395Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68472026-03-13T04:30:51.395Z No change in performance detected.
68482026-03-13T04:30:51.395Z
68492026-03-13T04:30:51.395ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68502026-03-13T04:30:51.395ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Warming up for 100.00 µs
68512026-03-13T04:30:51.395ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0016 ms (330 iterations)
68522026-03-13T04:30:51.395ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B: Analyzing
68532026-03-13T04:30:51.398Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-0B
68542026-03-13T04:30:51.398Z time: [20.000 20.000 20.000 ]
68552026-03-13T04:30:51.398Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68562026-03-13T04:30:51.398Z No change in performance detected.
68572026-03-13T04:30:51.398Z
68582026-03-13T04:30:51.398ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68592026-03-13T04:30:51.398ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Warming up for 100.00 µs
68602026-03-13T04:30:51.398ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1823 ms (275 iterations)
68612026-03-13T04:30:51.399ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B: Analyzing
68622026-03-13T04:30:51.399Zprocess/ULP-SlowPath/alloc_ct/V6-Tcp-IN-1400B
68632026-03-13T04:30:51.399Z time: [20.000 20.000 20.000 ]
68642026-03-13T04:30:51.399Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68652026-03-13T04:30:51.399Z No change in performance detected.
68662026-03-13T04:30:51.399Z
68672026-03-13T04:30:51.399ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68682026-03-13T04:30:51.399ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Warming up for 100.00 µs
68692026-03-13T04:30:51.399ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1082 ms (275 iterations)
68702026-03-13T04:30:51.402ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B: Analyzing
68712026-03-13T04:30:51.402Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-0B
68722026-03-13T04:30:51.402Z time: [35.000 35.000 35.000 ]
68732026-03-13T04:30:51.402Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68742026-03-13T04:30:51.402Z No change in performance detected.
68752026-03-13T04:30:51.402Z
68762026-03-13T04:30:51.402ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68772026-03-13T04:30:51.402ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Warming up for 100.00 µs
68782026-03-13T04:30:51.402ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0880 ms (220 iterations)
68792026-03-13T04:30:51.402ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B: Analyzing
68802026-03-13T04:30:51.402Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-OUT-1400B
68812026-03-13T04:30:51.402Z time: [35.000 35.000 35.000 ]
68822026-03-13T04:30:51.402Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68832026-03-13T04:30:51.402Z No change in performance detected.
68842026-03-13T04:30:51.402Z
68852026-03-13T04:30:51.402ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68862026-03-13T04:30:51.402ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Warming up for 100.00 µs
68872026-03-13T04:30:51.405ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0861 ms (385 iterations)
68882026-03-13T04:30:51.405ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B: Analyzing
68892026-03-13T04:30:51.405Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-0B
68902026-03-13T04:30:51.405Z time: [20.000 20.000 20.000 ]
68912026-03-13T04:30:51.406Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
68922026-03-13T04:30:51.406Z No change in performance detected.
68932026-03-13T04:30:51.406Z
68942026-03-13T04:30:51.406ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
68952026-03-13T04:30:51.406ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Warming up for 100.00 µs
68962026-03-13T04:30:51.406ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1112 ms (275 iterations)
68972026-03-13T04:30:51.406ZBenchmarking process/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B: Analyzing
68982026-03-13T04:30:51.408Zprocess/ULP-SlowPath/alloc_ct/V6-Udp-IN-1400B
68992026-03-13T04:30:51.408Z time: [20.000 20.000 20.000 ]
69002026-03-13T04:30:51.409Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69012026-03-13T04:30:51.409Z No change in performance detected.
69022026-03-13T04:30:51.409Z
69032026-03-13T04:30:51.409ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover
69042026-03-13T04:30:51.409ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Warming up for 100.00 µs
69052026-03-13T04:30:51.409ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Collecting 10 samples in estimated 1.0225 ms (605 iterations)
69062026-03-13T04:30:51.409ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Discover: Analyzing
69072026-03-13T04:30:51.409Zprocess/Hairpin-DHCPv4/alloc_sz/Discover
69082026-03-13T04:30:51.409Z time: [3924.0 B 3924.0 B 3924.0 B]
69092026-03-13T04:30:51.409Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69102026-03-13T04:30:51.409Z No change in performance detected.
69112026-03-13T04:30:51.409Z
69122026-03-13T04:30:51.409ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request
69132026-03-13T04:30:51.409ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Warming up for 100.00 µs
69142026-03-13T04:30:51.409ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Collecting 10 samples in estimated 1.0630 ms (660 iterations)
69152026-03-13T04:30:51.412ZBenchmarking process/Hairpin-DHCPv4/alloc_sz/Request: Analyzing
69162026-03-13T04:30:51.412Zprocess/Hairpin-DHCPv4/alloc_sz/Request
69172026-03-13T04:30:51.412Z time: [3924.0 B 3924.0 B 3924.0 B]
69182026-03-13T04:30:51.412Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69192026-03-13T04:30:51.412Z No change in performance detected.
69202026-03-13T04:30:51.412Z
69212026-03-13T04:30:51.412ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit
69222026-03-13T04:30:51.412ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Warming up for 100.00 µs
69232026-03-13T04:30:51.412ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Collecting 10 samples in estimated 1.0435 ms (440 iterations)
69242026-03-13T04:30:51.412ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Solicit: Analyzing
69252026-03-13T04:30:51.416Zprocess/Hairpin-DHCPv6/alloc_sz/Solicit
69262026-03-13T04:30:51.416Z time: [3988.0 B 3988.0 B 3988.0 B]
69272026-03-13T04:30:51.416Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69282026-03-13T04:30:51.416Z No change in performance detected.
69292026-03-13T04:30:51.416Z
69302026-03-13T04:30:51.416ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request
69312026-03-13T04:30:51.416ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Warming up for 100.00 µs
69322026-03-13T04:30:51.416ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Collecting 10 samples in estimated 1.0562 ms (440 iterations)
69332026-03-13T04:30:51.416ZBenchmarking process/Hairpin-DHCPv6/alloc_sz/Request: Analyzing
69342026-03-13T04:30:51.416Zprocess/Hairpin-DHCPv6/alloc_sz/Request
69352026-03-13T04:30:51.416Z time: [4386.0 B 4386.0 B 4386.0 B]
69362026-03-13T04:30:51.416Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69372026-03-13T04:30:51.416Z No change in performance detected.
69382026-03-13T04:30:51.416Z
69392026-03-13T04:30:51.416ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest
69402026-03-13T04:30:51.416ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Warming up for 100.00 µs
69412026-03-13T04:30:51.416ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0517 ms (770 iterations)
69422026-03-13T04:30:51.419ZBenchmarking process/Hairpin-ICMPv4/alloc_sz/EchoRequest: Analyzing
69432026-03-13T04:30:51.419Zprocess/Hairpin-ICMPv4/alloc_sz/EchoRequest
69442026-03-13T04:30:51.419Z time: [2888.0 B 2888.0 B 2888.0 B]
69452026-03-13T04:30:51.419Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69462026-03-13T04:30:51.419Z No change in performance detected.
69472026-03-13T04:30:51.419Z
69482026-03-13T04:30:51.420ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest
69492026-03-13T04:30:51.420ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Warming up for 100.00 µs
69502026-03-13T04:30:51.420ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Collecting 10 samples in estimated 1.0667 ms (715 iterations)
69512026-03-13T04:30:51.420ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/EchoRequest: Analyzing
69522026-03-13T04:30:51.420Zprocess/Hairpin-ICMPv6/alloc_sz/EchoRequest
69532026-03-13T04:30:51.420Z time: [2873.0 B 2873.0 B 2873.0 B]
69542026-03-13T04:30:51.420Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69552026-03-13T04:30:51.420Z No change in performance detected.
69562026-03-13T04:30:51.420Z
69572026-03-13T04:30:51.420ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69582026-03-13T04:30:51.420ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Warming up for 100.00 µs
69592026-03-13T04:30:51.420ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Collecting 10 samples in estimated 1.0262 ms (605 iterations)
69602026-03-13T04:30:51.423ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/NeighborSolicit: Analyzing
69612026-03-13T04:30:51.423Zprocess/Hairpin-ICMPv6/alloc_sz/NeighborSolicit
69622026-03-13T04:30:51.423Z time: [2926.0 B 2926.0 B 2926.0 B]
69632026-03-13T04:30:51.423Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69642026-03-13T04:30:51.423Z No change in performance detected.
69652026-03-13T04:30:51.423Z
69662026-03-13T04:30:51.423ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69672026-03-13T04:30:51.423ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Warming up for 100.00 µs
69682026-03-13T04:30:51.423ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Collecting 10 samples in estimated 1.0647 ms (660 iterations)
69692026-03-13T04:30:51.423ZBenchmarking process/Hairpin-ICMPv6/alloc_sz/RouterSolicit: Analyzing
69702026-03-13T04:30:51.423Zprocess/Hairpin-ICMPv6/alloc_sz/RouterSolicit
69712026-03-13T04:30:51.423Z time: [2910.0 B 2910.0 B 2910.0 B]
69722026-03-13T04:30:51.423Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69732026-03-13T04:30:51.423Z No change in performance detected.
69742026-03-13T04:30:51.424Z
69752026-03-13T04:30:51.424ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69762026-03-13T04:30:51.424ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
69772026-03-13T04:30:51.424ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0177 ms (825 iterations)
69782026-03-13T04:30:51.427ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
69792026-03-13T04:30:51.427Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-0B
69802026-03-13T04:30:51.427Z time: [264.00 B 264.00 B 264.00 B]
69812026-03-13T04:30:51.427Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69822026-03-13T04:30:51.427Z No change in performance detected.
69832026-03-13T04:30:51.427Z
69842026-03-13T04:30:51.427ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69852026-03-13T04:30:51.427ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
69862026-03-13T04:30:51.427ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0531 ms (440 iterations)
69872026-03-13T04:30:51.427ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
69882026-03-13T04:30:51.427Zprocess/ULP-FastPath/alloc_sz/V4-Tcp-OUT-1400B
69892026-03-13T04:30:51.427Z time: [264.00 B 264.00 B 264.00 B]
69902026-03-13T04:30:51.427Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
69912026-03-13T04:30:51.427Z No change in performance detected.
69922026-03-13T04:30:51.427Z
69932026-03-13T04:30:51.427ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B
69942026-03-13T04:30:51.427ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
69952026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0543 ms (770 iterations)
69962026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
69972026-03-13T04:30:51.430ZCriterion.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.
69982026-03-13T04:30:51.430Z
69992026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B
70002026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
70012026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0944 ms (440 iterations)
70022026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
70032026-03-13T04:30:51.430ZCriterion.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.
70042026-03-13T04:30:51.430Z
70052026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
70062026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
70072026-03-13T04:30:51.430ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0181 ms (935 iterations)
70082026-03-13T04:30:51.433ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
70092026-03-13T04:30:51.433Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-0B
70102026-03-13T04:30:51.434Z time: [264.00 B 264.00 B 264.00 B]
70112026-03-13T04:30:51.434Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70122026-03-13T04:30:51.434Z No change in performance detected.
70132026-03-13T04:30:51.434Z
70142026-03-13T04:30:51.434ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
70152026-03-13T04:30:51.434ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
70162026-03-13T04:30:51.434ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0115 ms (440 iterations)
70172026-03-13T04:30:51.434ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
70182026-03-13T04:30:51.434Zprocess/ULP-FastPath/alloc_sz/V4-Udp-OUT-1400B
70192026-03-13T04:30:51.434Z time: [264.00 B 264.00 B 264.00 B]
70202026-03-13T04:30:51.434Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70212026-03-13T04:30:51.434Z No change in performance detected.
70222026-03-13T04:30:51.434Z
70232026-03-13T04:30:51.434ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B
70242026-03-13T04:30:51.434ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
70252026-03-13T04:30:51.434ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0641 ms (825 iterations)
70262026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-0B: Analyzing
70272026-03-13T04:30:51.437ZCriterion.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.
70282026-03-13T04:30:51.437Z
70292026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B
70302026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
70312026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0729 ms (440 iterations)
70322026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
70332026-03-13T04:30:51.437ZCriterion.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.
70342026-03-13T04:30:51.437Z
70352026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70362026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
70372026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0069 ms (770 iterations)
70382026-03-13T04:30:51.437ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
70392026-03-13T04:30:51.440Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-0B
70402026-03-13T04:30:51.440Z time: [264.00 B 264.00 B 264.00 B]
70412026-03-13T04:30:51.440Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70422026-03-13T04:30:51.440Z No change in performance detected.
70432026-03-13T04:30:51.440Z
70442026-03-13T04:30:51.440ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70452026-03-13T04:30:51.440ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
70462026-03-13T04:30:51.440ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1055 ms (440 iterations)
70472026-03-13T04:30:51.440ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
70482026-03-13T04:30:51.440Zprocess/ULP-FastPath/alloc_sz/V6-Tcp-OUT-1400B
70492026-03-13T04:30:51.440Z time: [264.00 B 264.00 B 264.00 B]
70502026-03-13T04:30:51.440Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70512026-03-13T04:30:51.440Z No change in performance detected.
70522026-03-13T04:30:51.440Z
70532026-03-13T04:30:51.440ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B
70542026-03-13T04:30:51.441ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
70552026-03-13T04:30:51.441ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.0649 ms (660 iterations)
70562026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
70572026-03-13T04:30:51.444ZCriterion.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.
70582026-03-13T04:30:51.444Z
70592026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B
70602026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
70612026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.0062 ms (385 iterations)
70622026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
70632026-03-13T04:30:51.444ZCriterion.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.
70642026-03-13T04:30:51.444Z
70652026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70662026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
70672026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.0192 ms (880 iterations)
70682026-03-13T04:30:51.444ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
70692026-03-13T04:30:51.444Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-0B
70702026-03-13T04:30:51.444Z time: [264.00 B 264.00 B 264.00 B]
70712026-03-13T04:30:51.444Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70722026-03-13T04:30:51.444Z No change in performance detected.
70732026-03-13T04:30:51.444Z
70742026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70752026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
70762026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0060 ms (385 iterations)
70772026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
70782026-03-13T04:30:51.449Zprocess/ULP-FastPath/alloc_sz/V6-Udp-OUT-1400B
70792026-03-13T04:30:51.449Z time: [264.00 B 264.00 B 264.00 B]
70802026-03-13T04:30:51.449Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
70812026-03-13T04:30:51.449Z No change in performance detected.
70822026-03-13T04:30:51.449Z
70832026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B
70842026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
70852026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.0273 ms (715 iterations)
70862026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-0B: Analyzing
70872026-03-13T04:30:51.449ZCriterion.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.
70882026-03-13T04:30:51.449Z
70892026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B
70902026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
70912026-03-13T04:30:51.449ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1157 ms (440 iterations)
70922026-03-13T04:30:51.453ZBenchmarking process/ULP-FastPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
70932026-03-13T04:30:51.453ZCriterion.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.
70942026-03-13T04:30:51.453Z
70952026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
70962026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Warming up for 100.00 µs
70972026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Collecting 10 samples in estimated 1.0243 ms (275 iterations)
70982026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B: Analyzing
70992026-03-13T04:30:51.453Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-0B
71002026-03-13T04:30:51.453Z time: [7363.0 B 7363.0 B 7363.0 B]
71012026-03-13T04:30:51.453Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71022026-03-13T04:30:51.453Z No change in performance detected.
71032026-03-13T04:30:51.453Z
71042026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
71052026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Warming up for 100.00 µs
71062026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.0658 ms (220 iterations)
71072026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B: Analyzing
71082026-03-13T04:30:51.453Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-OUT-1400B
71092026-03-13T04:30:51.453Z time: [7363.0 B 7363.0 B 7363.0 B]
71102026-03-13T04:30:51.453Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71112026-03-13T04:30:51.453Z No change in performance detected.
71122026-03-13T04:30:51.453Z
71132026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
71142026-03-13T04:30:51.453ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Warming up for 100.00 µs
71152026-03-13T04:30:51.456ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Collecting 10 samples in estimated 1.0876 ms (385 iterations)
71162026-03-13T04:30:51.456ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B: Analyzing
71172026-03-13T04:30:51.456Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-0B
71182026-03-13T04:30:51.456Z time: [5872.0 B 5872.0 B 5872.0 B]
71192026-03-13T04:30:51.456Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71202026-03-13T04:30:51.456Z No change in performance detected.
71212026-03-13T04:30:51.456Z
71222026-03-13T04:30:51.456ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71232026-03-13T04:30:51.456ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Warming up for 100.00 µs
71242026-03-13T04:30:51.457ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1277 ms (275 iterations)
71252026-03-13T04:30:51.457ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B: Analyzing
71262026-03-13T04:30:51.459Zprocess/ULP-SlowPath/alloc_sz/V4-Tcp-IN-1400B
71272026-03-13T04:30:51.459Z time: [5872.0 B 5872.0 B 5872.0 B]
71282026-03-13T04:30:51.459Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71292026-03-13T04:30:51.459Z No change in performance detected.
71302026-03-13T04:30:51.460Z
71312026-03-13T04:30:51.460ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71322026-03-13T04:30:51.460ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Warming up for 100.00 µs
71332026-03-13T04:30:51.460ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Collecting 10 samples in estimated 1.0001 ms (275 iterations)
71342026-03-13T04:30:51.460ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B: Analyzing
71352026-03-13T04:30:51.460Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-0B
71362026-03-13T04:30:51.460Z time: [7363.0 B 7363.0 B 7363.0 B]
71372026-03-13T04:30:51.460Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71382026-03-13T04:30:51.460Z No change in performance detected.
71392026-03-13T04:30:51.460Z
71402026-03-13T04:30:51.460ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71412026-03-13T04:30:51.460ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Warming up for 100.00 µs
71422026-03-13T04:30:51.460ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0250 ms (220 iterations)
71432026-03-13T04:30:51.463ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B: Analyzing
71442026-03-13T04:30:51.463Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-OUT-1400B
71452026-03-13T04:30:51.463Z time: [7363.0 B 7363.0 B 7363.0 B]
71462026-03-13T04:30:51.463Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71472026-03-13T04:30:51.463Z No change in performance detected.
71482026-03-13T04:30:51.463Z
71492026-03-13T04:30:51.463ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71502026-03-13T04:30:51.463ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Warming up for 100.00 µs
71512026-03-13T04:30:51.463ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Collecting 10 samples in estimated 1.0294 ms (385 iterations)
71522026-03-13T04:30:51.463ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B: Analyzing
71532026-03-13T04:30:51.463Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-0B
71542026-03-13T04:30:51.463Z time: [5872.0 B 5872.0 B 5872.0 B]
71552026-03-13T04:30:51.463Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71562026-03-13T04:30:51.463Z No change in performance detected.
71572026-03-13T04:30:51.463Z
71582026-03-13T04:30:51.463ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71592026-03-13T04:30:51.464ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Warming up for 100.00 µs
71602026-03-13T04:30:51.464ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Collecting 10 samples in estimated 1.0527 ms (275 iterations)
71612026-03-13T04:30:51.466ZBenchmarking process/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B: Analyzing
71622026-03-13T04:30:51.466Zprocess/ULP-SlowPath/alloc_sz/V4-Udp-IN-1400B
71632026-03-13T04:30:51.466Z time: [5872.0 B 5872.0 B 5872.0 B]
71642026-03-13T04:30:51.466Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71652026-03-13T04:30:51.467Z No change in performance detected.
71662026-03-13T04:30:51.467Z
71672026-03-13T04:30:51.467ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71682026-03-13T04:30:51.467ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Warming up for 100.00 µs
71692026-03-13T04:30:51.467ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Collecting 10 samples in estimated 1.1362 ms (275 iterations)
71702026-03-13T04:30:51.467ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B: Analyzing
71712026-03-13T04:30:51.469Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-0B
71722026-03-13T04:30:51.469Z time: [7363.0 B 7363.0 B 7363.0 B]
71732026-03-13T04:30:51.469Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71742026-03-13T04:30:51.470Z No change in performance detected.
71752026-03-13T04:30:51.470Z
71762026-03-13T04:30:51.470ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71772026-03-13T04:30:51.470ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Warming up for 100.00 µs
71782026-03-13T04:30:51.470ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Collecting 10 samples in estimated 1.1455 ms (220 iterations)
71792026-03-13T04:30:51.470ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B: Analyzing
71802026-03-13T04:30:51.470Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-OUT-1400B
71812026-03-13T04:30:51.470Z time: [7363.0 B 7363.0 B 7363.0 B]
71822026-03-13T04:30:51.470Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71832026-03-13T04:30:51.470Z No change in performance detected.
71842026-03-13T04:30:51.470Z
71852026-03-13T04:30:51.470ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71862026-03-13T04:30:51.470ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Warming up for 100.00 µs
71872026-03-13T04:30:51.473ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Collecting 10 samples in estimated 1.1610 ms (385 iterations)
71882026-03-13T04:30:51.473ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B: Analyzing
71892026-03-13T04:30:51.473Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-0B
71902026-03-13T04:30:51.473Z time: [5872.0 B 5872.0 B 5872.0 B]
71912026-03-13T04:30:51.473Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
71922026-03-13T04:30:51.473Z No change in performance detected.
71932026-03-13T04:30:51.473Z
71942026-03-13T04:30:51.473ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
71952026-03-13T04:30:51.473ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Warming up for 100.00 µs
71962026-03-13T04:30:51.473ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Collecting 10 samples in estimated 1.1526 ms (275 iterations)
71972026-03-13T04:30:51.473ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B: Analyzing
71982026-03-13T04:30:51.476Zprocess/ULP-SlowPath/alloc_sz/V6-Tcp-IN-1400B
71992026-03-13T04:30:51.476Z time: [5872.0 B 5872.0 B 5872.0 B]
72002026-03-13T04:30:51.476Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72012026-03-13T04:30:51.476Z No change in performance detected.
72022026-03-13T04:30:51.476Z
72032026-03-13T04:30:51.476ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
72042026-03-13T04:30:51.476ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Warming up for 100.00 µs
72052026-03-13T04:30:51.476ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Collecting 10 samples in estimated 1.1821 ms (275 iterations)
72062026-03-13T04:30:51.476ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B: Analyzing
72072026-03-13T04:30:51.477Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-0B
72082026-03-13T04:30:51.477Z time: [7363.0 B 7363.0 B 7363.0 B]
72092026-03-13T04:30:51.477Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72102026-03-13T04:30:51.477Z No change in performance detected.
72112026-03-13T04:30:51.477Z
72122026-03-13T04:30:51.477ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
72132026-03-13T04:30:51.477ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Warming up for 100.00 µs
72142026-03-13T04:30:51.477ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Collecting 10 samples in estimated 1.0987 ms (220 iterations)
72152026-03-13T04:30:51.480ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B: Analyzing
72162026-03-13T04:30:51.480Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-OUT-1400B
72172026-03-13T04:30:51.480Z time: [7363.0 B 7363.0 B 7363.0 B]
72182026-03-13T04:30:51.480Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72192026-03-13T04:30:51.480Z No change in performance detected.
72202026-03-13T04:30:51.480Z
72212026-03-13T04:30:51.480ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72222026-03-13T04:30:51.480ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Warming up for 100.00 µs
72232026-03-13T04:30:51.480ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Collecting 10 samples in estimated 1.1068 ms (385 iterations)
72242026-03-13T04:30:51.480ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B: Analyzing
72252026-03-13T04:30:51.483Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-0B
72262026-03-13T04:30:51.483Z time: [5872.0 B 5872.0 B 5872.0 B]
72272026-03-13T04:30:51.483Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72282026-03-13T04:30:51.483Z No change in performance detected.
72292026-03-13T04:30:51.483Z
72302026-03-13T04:30:51.483ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72312026-03-13T04:30:51.483ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Warming up for 100.00 µs
72322026-03-13T04:30:51.483ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Collecting 10 samples in estimated 1.1305 ms (275 iterations)
72332026-03-13T04:30:51.483ZBenchmarking process/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B: Analyzing
72342026-03-13T04:30:51.483Zprocess/ULP-SlowPath/alloc_sz/V6-Udp-IN-1400B
72352026-03-13T04:30:51.483Z time: [5872.0 B 5872.0 B 5872.0 B]
72362026-03-13T04:30:51.483Z change: [+0.0000% +0.0000% +0.0000%] (p = NaN > 0.05)
72372026-03-13T04:30:51.483Z No change in performance detected.
72382026-03-13T04:30:51.483Z
72392026-03-13T04:30:51.529Z+ cp -r target/criterion /work/bench-results
72402026-03-13T04:30:51.673Z+ cp -r target/xde-bench /work/bench-results
72412026-03-13T04:30:51.723Z+ pushd /work
72422026-03-13T04:30:51.723Z/work /work/oxidecomputer/opte
72432026-03-13T04:30:51.723Z+ tar -caf bench-results.tgz bench-results
72442026-03-13T04:30:52.391Z+ popd
72452026-03-13T04:30:52.391Z/work/oxidecomputer/opte
72462026-03-13T04:30:52.393Z+ cleanup
72472026-03-13T04:30:52.393Z++ id -un
72482026-03-13T04:30:52.397Z++ id -gn
72492026-03-13T04:30:52.400Z+ pfexec chown -R build:build .
72502026-03-13T04:30:52.481Z+ [[ -z 01KKJN5HPTX5CX96Z8XK1006FM ]]
72512026-03-13T04:30:52.484Zprocess exited: duration 1716130 ms, exit code 0
 
72522026-03-13T04:30:52.498Zfound 1 output files
72532026-03-13T04:30:52.498Zuploading: /work/bench-results.tgz (4803939 bytes)
72542026-03-13T04:30:53.700Zuploaded: /work/bench-results.tgz